diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 00000000..76030e78 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,6044 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "H7CAD" +version = "0.1.0" +dependencies = [ + "acadrust", + "bytemuck", + "glam 0.27.0", + "iced", + "open", + "rfd", + "truck-meshalgo", + "truck-modeling", + "truck-polymesh", +] + +[[package]] +name = "ab_glyph" +version = "0.2.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2" +dependencies = [ + "ab_glyph_rasterizer", + "owned_ttf_parser", +] + +[[package]] +name = "ab_glyph_rasterizer" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" + +[[package]] +name = "acadrust" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63cd7570f8d96e76cc6b20d754b95d27bf6e7ec179649362b743cdda7ed14cd9" +dependencies = [ + "ahash", + "anyhow", + "bitflags 2.11.0", + "byteorder", + "encoding_rs", + "flate2", + "indexmap", + "itoa", + "nalgebra", + "nom 7.1.3", + "once_cell", + "rayon", + "ryu", + "thiserror 1.0.69", +] + +[[package]] +name = "adler2" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" + +[[package]] +name = "ahash" +version = "0.8.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" +dependencies = [ + "cfg-if", + "getrandom 0.3.4", + "once_cell", + "version_check", + "zerocopy", +] + +[[package]] +name = "aligned" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685" +dependencies = [ + "as-slice", +] + +[[package]] +name = "aligned-vec" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" +dependencies = [ + "equator", +] + +[[package]] +name = "allocator-api2" +version = "0.2.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" + +[[package]] +name = "android-activity" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" +dependencies = [ + "android-properties", + "bitflags 2.11.0", + "cc", + "cesu8", + "jni", + "jni-sys", + "libc", + "log", + "ndk", + "ndk-context", + "ndk-sys", + "num_enum", + "thiserror 1.0.69", +] + +[[package]] +name = "android-build" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8cac4c64175d504608cf239756339c07f6384a476f97f20a7043f92920b0b8fd" +dependencies = [ + "windows-sys 0.52.0", +] + +[[package]] +name = "android-properties" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" + +[[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +dependencies = [ + "libc", +] + +[[package]] +name = "anyhow" +version = "1.0.102" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" + +[[package]] +name = "approx" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278" +dependencies = [ + "num-traits", +] + +[[package]] +name = "approx" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" +dependencies = [ + "num-traits", +] + +[[package]] +name = "arbitrary" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" + +[[package]] +name = "arg_enum_proc_macro" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "array-macro" +version = "2.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "220a2c618ab466efe41d0eace94dfeff1c35e3aa47891bdb95e1c0fefffd3c99" + +[[package]] +name = "arrayref" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" + +[[package]] +name = "arrayvec" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" + +[[package]] +name = "as-raw-xcb-connection" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" + +[[package]] +name = "as-slice" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516" +dependencies = [ + "stable_deref_trait", +] + +[[package]] +name = "ash" +version = "0.38.0+1.3.281" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" +dependencies = [ + "libloading", +] + +[[package]] +name = "ashpd" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2f3f79755c74fd155000314eb349864caa787c6592eace6c6882dad873d9c39" +dependencies = [ + "async-fs", + "async-net", + "enumflags2", + "futures-channel", + "futures-util", + "rand 0.9.2", + "raw-window-handle", + "serde", + "serde_repr", + "url", + "wayland-backend", + "wayland-client", + "wayland-protocols", + "zbus", +] + +[[package]] +name = "async-broadcast" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" +dependencies = [ + "event-listener", + "event-listener-strategy", + "futures-core", + "pin-project-lite", +] + +[[package]] +name = "async-channel" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" +dependencies = [ + "concurrent-queue", + "event-listener-strategy", + "futures-core", + "pin-project-lite", +] + +[[package]] +name = "async-executor" +version = "1.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" +dependencies = [ + "async-task", + "concurrent-queue", + "fastrand", + "futures-lite", + "pin-project-lite", + "slab", +] + +[[package]] +name = "async-fs" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" +dependencies = [ + "async-lock", + "blocking", + "futures-lite", +] + +[[package]] +name = "async-io" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" +dependencies = [ + "autocfg", + "cfg-if", + "concurrent-queue", + "futures-io", + "futures-lite", + "parking", + "polling", + "rustix 1.1.4", + "slab", + "windows-sys 0.61.2", +] + +[[package]] +name = "async-lock" +version = "3.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" +dependencies = [ + "event-listener", + "event-listener-strategy", + "pin-project-lite", +] + +[[package]] +name = "async-net" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" +dependencies = [ + "async-io", + "blocking", + "futures-lite", +] + +[[package]] +name = "async-process" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" +dependencies = [ + "async-channel", + "async-io", + "async-lock", + "async-signal", + "async-task", + "blocking", + "cfg-if", + "event-listener", + "futures-lite", + "rustix 1.1.4", +] + +[[package]] +name = "async-recursion" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "async-signal" +version = "0.2.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" +dependencies = [ + "async-io", + "async-lock", + "atomic-waker", + "cfg-if", + "futures-core", + "futures-io", + "rustix 1.1.4", + "signal-hook-registry", + "slab", + "windows-sys 0.61.2", +] + +[[package]] +name = "async-task" +version = "4.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" + +[[package]] +name = "async-trait" +version = "0.1.89" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + +[[package]] +name = "autocfg" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" + +[[package]] +name = "av-scenechange" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394" +dependencies = [ + "aligned", + "anyhow", + "arg_enum_proc_macro", + "arrayvec", + "log", + "num-rational", + "num-traits", + "pastey", + "rayon", + "thiserror 2.0.18", + "v_frame", + "y4m", +] + +[[package]] +name = "av1-grain" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8" +dependencies = [ + "anyhow", + "arrayvec", + "log", + "nom 8.0.0", + "num-rational", + "v_frame", +] + +[[package]] +name = "avif-serialize" +version = "0.8.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "375082f007bd67184fb9c0374614b29f9aaa604ec301635f72338bb65386a53d" +dependencies = [ + "arrayvec", +] + +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + +[[package]] +name = "bincode" +version = "1.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" +dependencies = [ + "serde", +] + +[[package]] +name = "bit-set" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" +dependencies = [ + "bit-vec", +] + +[[package]] +name = "bit-vec" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" + +[[package]] +name = "bit_field" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" + +[[package]] +name = "bitflags" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + +[[package]] +name = "bitflags" +version = "2.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" + +[[package]] +name = "bitstream-io" +version = "4.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757" +dependencies = [ + "core2", +] + +[[package]] +name = "block" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" + +[[package]] +name = "block2" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" +dependencies = [ + "objc2 0.5.2", +] + +[[package]] +name = "block2" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" +dependencies = [ + "objc2 0.6.4", +] + +[[package]] +name = "blocking" +version = "1.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" +dependencies = [ + "async-channel", + "async-task", + "futures-io", + "futures-lite", + "piper", +] + +[[package]] +name = "branches" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f11502672c5570f77f6bdf573332483f8475bab6a7fda00f1fae8ddb5a6245c0" +dependencies = [ + "rustc_version", +] + +[[package]] +name = "built" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64" + +[[package]] +name = "bumpalo" +version = "3.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" + +[[package]] +name = "bytemuck" +version = "1.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" +dependencies = [ + "bytemuck_derive", +] + +[[package]] +name = "bytemuck_derive" +version = "1.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "byteorder" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" + +[[package]] +name = "byteorder-lite" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" + +[[package]] +name = "bytes" +version = "1.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" + +[[package]] +name = "calloop" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" +dependencies = [ + "bitflags 2.11.0", + "log", + "polling", + "rustix 0.38.44", + "slab", + "thiserror 1.0.69", +] + +[[package]] +name = "calloop" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7" +dependencies = [ + "bitflags 2.11.0", + "polling", + "rustix 1.1.4", + "slab", + "tracing", +] + +[[package]] +name = "calloop-wayland-source" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" +dependencies = [ + "calloop 0.13.0", + "rustix 0.38.44", + "wayland-backend", + "wayland-client", +] + +[[package]] +name = "calloop-wayland-source" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa" +dependencies = [ + "calloop 0.14.4", + "rustix 1.1.4", + "wayland-backend", + "wayland-client", +] + +[[package]] +name = "cc" +version = "1.2.57" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" +dependencies = [ + "find-msvc-tools", + "jobserver", + "libc", + "shlex", +] + +[[package]] +name = "cesu8" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" + +[[package]] +name = "cfg-if" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" + +[[package]] +name = "cfg_aliases" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" + +[[package]] +name = "cgmath" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317" +dependencies = [ + "approx 0.4.0", + "num-traits", + "serde", +] + +[[package]] +name = "clipboard-win" +version = "5.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" +dependencies = [ + "error-code", +] + +[[package]] +name = "clipboard_macos" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b7f4aaa047ba3c3630b080bb9860894732ff23e2aee290a418909aa6d5df38f" +dependencies = [ + "objc2 0.5.2", + "objc2-app-kit 0.2.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "clipboard_wayland" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "003f886bc4e2987729d10c1db3424e7f80809f3fc22dbc16c685738887cb37b8" +dependencies = [ + "smithay-clipboard", +] + +[[package]] +name = "clipboard_x11" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd63e33452ffdafd39924c4f05a5dd1e94db646c779c6bd59148a3d95fff5ad4" +dependencies = [ + "thiserror 2.0.18", + "x11rb", +] + +[[package]] +name = "codespan-reporting" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" +dependencies = [ + "serde", + "termcolor", + "unicode-width", +] + +[[package]] +name = "color_quant" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" + +[[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +dependencies = [ + "bytes", + "memchr", +] + +[[package]] +name = "concurrent-queue" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "convert_case" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" + +[[package]] +name = "core-foundation" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "core-foundation" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "core-foundation-sys" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" + +[[package]] +name = "core-graphics" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" +dependencies = [ + "bitflags 1.3.2", + "core-foundation 0.9.4", + "core-graphics-types 0.1.3", + "foreign-types", + "libc", +] + +[[package]] +name = "core-graphics-types" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" +dependencies = [ + "bitflags 1.3.2", + "core-foundation 0.9.4", + "libc", +] + +[[package]] +name = "core-graphics-types" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" +dependencies = [ + "bitflags 2.11.0", + "core-foundation 0.10.1", + "libc", +] + +[[package]] +name = "core2" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" +dependencies = [ + "memchr", +] + +[[package]] +name = "core_maths" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30" +dependencies = [ + "libm", +] + +[[package]] +name = "cosmic-text" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "173852283a9a57a3cbe365d86e74dc428a09c50421477d5ad6fe9d9509e37737" +dependencies = [ + "bitflags 2.11.0", + "fontdb", + "harfrust", + "linebender_resource_handle", + "log", + "rangemap", + "rustc-hash 1.1.0", + "self_cell", + "skrifa", + "smol_str", + "swash", + "sys-locale", + "unicode-bidi", + "unicode-linebreak", + "unicode-script", + "unicode-segmentation", +] + +[[package]] +name = "crc32fast" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "crossbeam-deque" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" +dependencies = [ + "crossbeam-epoch", + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-epoch" +version = "0.9.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-utils" +version = "0.8.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" + +[[package]] +name = "crunchy" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" + +[[package]] +name = "cryoglyph" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08bc795bdbccdbd461736fb163930a009da6597b226d6f6fce33e7a8eb6ec519" +dependencies = [ + "cosmic-text", + "etagere", + "lru", + "rustc-hash 2.1.1", + "wgpu", +] + +[[package]] +name = "ctor-lite" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e162d0c2e2068eb736b71e5597eff0b9944e6b973cd9f37b6a288ab9bf20e300" + +[[package]] +name = "cursor-icon" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" + +[[package]] +name = "data-url" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376" + +[[package]] +name = "derive_more" +version = "0.99.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" +dependencies = [ + "convert_case", + "proc-macro2", + "quote", + "rustc_version", + "syn 2.0.117", +] + +[[package]] +name = "dispatch" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" + +[[package]] +name = "dispatch2" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" +dependencies = [ + "bitflags 2.11.0", + "block2 0.6.2", + "libc", + "objc2 0.6.4", +] + +[[package]] +name = "displaydoc" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "dlib" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a" +dependencies = [ + "libloading", +] + +[[package]] +name = "document-features" +version = "0.2.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" +dependencies = [ + "litrs", +] + +[[package]] +name = "downcast-rs" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" + +[[package]] +name = "dpi" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" + +[[package]] +name = "either" +version = "1.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" + +[[package]] +name = "encoding_rs" +version = "0.8.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "endi" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" + +[[package]] +name = "enumflags2" +version = "0.7.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" +dependencies = [ + "enumflags2_derive", + "serde", +] + +[[package]] +name = "enumflags2_derive" +version = "0.7.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "equator" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" +dependencies = [ + "equator-macro", +] + +[[package]] +name = "equator-macro" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "equivalent" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" + +[[package]] +name = "errno" +version = "0.3.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" +dependencies = [ + "libc", + "windows-sys 0.61.2", +] + +[[package]] +name = "error-code" +version = "3.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" + +[[package]] +name = "etagere" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342" +dependencies = [ + "euclid", + "svg_fmt", +] + +[[package]] +name = "euclid" +version = "0.22.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df61bf483e837f88d5c2291dcf55c67be7e676b3a51acc48db3a7b163b91ed63" +dependencies = [ + "num-traits", +] + +[[package]] +name = "event-listener" +version = "5.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" +dependencies = [ + "concurrent-queue", + "parking", + "pin-project-lite", +] + +[[package]] +name = "event-listener-strategy" +version = "0.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" +dependencies = [ + "event-listener", + "pin-project-lite", +] + +[[package]] +name = "exr" +version = "1.74.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be" +dependencies = [ + "bit_field", + "half", + "lebe", + "miniz_oxide", + "rayon-core", + "smallvec", + "zune-inflate", +] + +[[package]] +name = "fastrand" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" + +[[package]] +name = "fax" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab" +dependencies = [ + "fax_derive", +] + +[[package]] +name = "fax_derive" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "fdeflate" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" +dependencies = [ + "simd-adler32", +] + +[[package]] +name = "find-msvc-tools" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" + +[[package]] +name = "flate2" +version = "1.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" +dependencies = [ + "crc32fast", + "miniz_oxide", +] + +[[package]] +name = "float-cmp" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" + +[[package]] +name = "float_next_after" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8" + +[[package]] +name = "foldhash" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" + +[[package]] +name = "foldhash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" + +[[package]] +name = "font-types" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39a654f404bbcbd48ea58c617c2993ee91d1cb63727a37bf2323a4edeed1b8c5" +dependencies = [ + "bytemuck", +] + +[[package]] +name = "fontconfig-parser" +version = "0.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646" +dependencies = [ + "roxmltree", +] + +[[package]] +name = "fontdb" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905" +dependencies = [ + "fontconfig-parser", + "log", + "memmap2", + "slotmap", + "tinyvec", + "ttf-parser", +] + +[[package]] +name = "foreign-types" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" +dependencies = [ + "foreign-types-macros", + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-macros" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "foreign-types-shared" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" + +[[package]] +name = "form_urlencoded" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" +dependencies = [ + "percent-encoding", +] + +[[package]] +name = "futures" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" +dependencies = [ + "futures-channel", + "futures-core", + "futures-executor", + "futures-io", + "futures-sink", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-channel" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" +dependencies = [ + "futures-core", + "futures-sink", +] + +[[package]] +name = "futures-core" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" + +[[package]] +name = "futures-executor" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" +dependencies = [ + "futures-core", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-io" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" + +[[package]] +name = "futures-lite" +version = "2.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" +dependencies = [ + "fastrand", + "futures-core", + "futures-io", + "parking", + "pin-project-lite", +] + +[[package]] +name = "futures-macro" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "futures-sink" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" + +[[package]] +name = "futures-task" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" + +[[package]] +name = "futures-util" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" +dependencies = [ + "futures-channel", + "futures-core", + "futures-io", + "futures-macro", + "futures-sink", + "futures-task", + "memchr", + "pin-project-lite", + "slab", +] + +[[package]] +name = "gethostname" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" +dependencies = [ + "rustix 1.1.4", + "windows-link", +] + +[[package]] +name = "getrandom" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" +dependencies = [ + "cfg-if", + "js-sys", + "libc", + "wasi", + "wasm-bindgen", +] + +[[package]] +name = "getrandom" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" +dependencies = [ + "cfg-if", + "libc", + "r-efi 5.3.0", + "wasip2", +] + +[[package]] +name = "getrandom" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" +dependencies = [ + "cfg-if", + "libc", + "r-efi 6.0.0", + "wasip2", + "wasip3", +] + +[[package]] +name = "gif" +version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b" +dependencies = [ + "color_quant", + "weezl", +] + +[[package]] +name = "gif" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e" +dependencies = [ + "color_quant", + "weezl", +] + +[[package]] +name = "gl_generator" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" +dependencies = [ + "khronos_api", + "log", + "xml-rs", +] + +[[package]] +name = "glam" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3" + +[[package]] +name = "glam" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e05e7e6723e3455f4818c7b26e855439f7546cf617ef669d1adedb8669e5cb9" +dependencies = [ + "bytemuck", +] + +[[package]] +name = "glow" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" +dependencies = [ + "js-sys", + "slotmap", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "glutin_wgl_sys" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" +dependencies = [ + "gl_generator", +] + +[[package]] +name = "gpu-alloc" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" +dependencies = [ + "bitflags 2.11.0", + "gpu-alloc-types", +] + +[[package]] +name = "gpu-alloc-types" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" +dependencies = [ + "bitflags 2.11.0", +] + +[[package]] +name = "gpu-allocator" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd" +dependencies = [ + "log", + "presser", + "thiserror 1.0.69", + "windows 0.58.0", +] + +[[package]] +name = "gpu-descriptor" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" +dependencies = [ + "bitflags 2.11.0", + "gpu-descriptor-types", + "hashbrown 0.15.5", +] + +[[package]] +name = "gpu-descriptor-types" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" +dependencies = [ + "bitflags 2.11.0", +] + +[[package]] +name = "guillotiere" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782" +dependencies = [ + "euclid", + "svg_fmt", +] + +[[package]] +name = "half" +version = "2.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" +dependencies = [ + "cfg-if", + "crunchy", + "num-traits", + "zerocopy", +] + +[[package]] +name = "harfrust" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92c020db12c71d8a12a3fe7607873cade3a01a6287e29d540c8723276221b9d8" +dependencies = [ + "bitflags 2.11.0", + "bytemuck", + "core_maths", + "read-fonts", + "smallvec", +] + +[[package]] +name = "hashbrown" +version = "0.15.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash 0.1.5", +] + +[[package]] +name = "hashbrown" +version = "0.16.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" +dependencies = [ + "foldhash 0.2.0", +] + +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + +[[package]] +name = "hermit-abi" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" + +[[package]] +name = "hex" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + +[[package]] +name = "hexf-parse" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" + +[[package]] +name = "iced" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "000e01026c93ba643f8357a3db3ada0e6555265a377f6f9291c472f6dd701fb3" +dependencies = [ + "iced_core", + "iced_debug", + "iced_devtools", + "iced_futures", + "iced_renderer", + "iced_runtime", + "iced_widget", + "iced_winit", + "image", + "thiserror 2.0.18", +] + +[[package]] +name = "iced_beacon" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02a48f970444257a5e8b19def673f14f0d79c159fa851055e2a861683c3f8845" +dependencies = [ + "bincode", + "futures", + "iced_core", + "log", + "semver", + "serde", + "thiserror 2.0.18", + "tokio", +] + +[[package]] +name = "iced_core" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91ab1937d699403e7e69252ae743a902bcee9f4ab2052cc4c9a46fcf34729d85" +dependencies = [ + "bitflags 2.11.0", + "bytes", + "glam 0.25.0", + "lilt", + "log", + "num-traits", + "rustc-hash 2.1.1", + "serde", + "smol_str", + "thiserror 2.0.18", + "web-time", +] + +[[package]] +name = "iced_debug" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25035ab0215a620e53f4103e36fc4e59a1fb2817e4bfc38a30ad27b4202ea0be" +dependencies = [ + "iced_beacon", + "iced_core", + "iced_futures", + "log", +] + +[[package]] +name = "iced_devtools" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59b8e2a306ac5c583234b02f5404afdb7b7467c8f72a4a44ad3e7be30fc4b339" +dependencies = [ + "iced_debug", + "iced_program", + "iced_widget", + "log", +] + +[[package]] +name = "iced_futures" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c0c85ccad42dfbec7293c36c018af0ea0dbcc52d137a4a9a0b0f6822a3fdf0a" +dependencies = [ + "futures", + "iced_core", + "log", + "rustc-hash 2.1.1", + "wasm-bindgen-futures", + "wasmtimer", +] + +[[package]] +name = "iced_graphics" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "234ca1c2cec4155055f68fa5fad1b5242c496ac8238d80a259bca382fb44a102" +dependencies = [ + "bitflags 2.11.0", + "bytemuck", + "cosmic-text", + "half", + "iced_core", + "iced_futures", + "image", + "kamadak-exif", + "log", + "lyon_path", + "raw-window-handle", + "rustc-hash 2.1.1", + "thiserror 2.0.18", + "unicode-segmentation", +] + +[[package]] +name = "iced_program" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6dfafec2947cda688d8eb00dac337ba11aa60f9ef6335aed343e189d26e4a673" +dependencies = [ + "iced_graphics", + "iced_runtime", +] + +[[package]] +name = "iced_renderer" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "250cc0802408e8c077986ec56c7d07c65f423ee658a4b9fd795a1f2aae5dac05" +dependencies = [ + "iced_graphics", + "iced_tiny_skia", + "iced_wgpu", + "log", + "thiserror 2.0.18", +] + +[[package]] +name = "iced_runtime" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1889b819ce4c06674183242e336c8d49465665441396914dc07cc86f44fa8d4" +dependencies = [ + "bytes", + "iced_core", + "iced_futures", + "raw-window-handle", + "thiserror 2.0.18", +] + +[[package]] +name = "iced_tiny_skia" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe0acf8b75a3bc914aff5f2329fdffc1b36eeaea29dda0e4bd232f1c62e9cc3d" +dependencies = [ + "bytemuck", + "cosmic-text", + "iced_debug", + "iced_graphics", + "kurbo 0.10.4", + "log", + "resvg", + "rustc-hash 2.1.1", + "softbuffer", + "tiny-skia", +] + +[[package]] +name = "iced_wgpu" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff144a999b0ca0f8a10257934500060240825c42e950ec0ebee9c8ae30561c13" +dependencies = [ + "bitflags 2.11.0", + "bytemuck", + "cryoglyph", + "futures", + "glam 0.25.0", + "guillotiere", + "iced_debug", + "iced_graphics", + "log", + "lyon", + "resvg", + "rustc-hash 2.1.1", + "thiserror 2.0.18", + "wgpu", +] + +[[package]] +name = "iced_widget" +version = "0.14.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1596afa0d3109c2618e8bc12bae6c11d3064df8f95c42dfce570397dbe957ab" +dependencies = [ + "iced_renderer", + "log", + "num-traits", + "rustc-hash 2.1.1", + "thiserror 2.0.18", + "unicode-segmentation", +] + +[[package]] +name = "iced_winit" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b7dbedc47562d1de3b9707d939f678b88c382004b7ab5a18f7a7dd723162d75" +dependencies = [ + "iced_debug", + "iced_program", + "log", + "mundy", + "rustc-hash 2.1.1", + "thiserror 2.0.18", + "tracing", + "wasm-bindgen-futures", + "web-sys", + "window_clipboard", + "winit", +] + +[[package]] +name = "icu_collections" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" +dependencies = [ + "displaydoc", + "potential_utf", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_locale_core" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" +dependencies = [ + "displaydoc", + "litemap", + "tinystr", + "writeable", + "zerovec", +] + +[[package]] +name = "icu_normalizer" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" +dependencies = [ + "icu_collections", + "icu_normalizer_data", + "icu_properties", + "icu_provider", + "smallvec", + "zerovec", +] + +[[package]] +name = "icu_normalizer_data" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" + +[[package]] +name = "icu_properties" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" +dependencies = [ + "icu_collections", + "icu_locale_core", + "icu_properties_data", + "icu_provider", + "zerotrie", + "zerovec", +] + +[[package]] +name = "icu_properties_data" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" + +[[package]] +name = "icu_provider" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" +dependencies = [ + "displaydoc", + "icu_locale_core", + "writeable", + "yoke", + "zerofrom", + "zerotrie", + "zerovec", +] + +[[package]] +name = "id-arena" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" + +[[package]] +name = "idna" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" +dependencies = [ + "idna_adapter", + "smallvec", + "utf8_iter", +] + +[[package]] +name = "idna_adapter" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" +dependencies = [ + "icu_normalizer", + "icu_properties", +] + +[[package]] +name = "image" +version = "0.25.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" +dependencies = [ + "bytemuck", + "byteorder-lite", + "color_quant", + "exr", + "gif 0.14.1", + "image-webp", + "moxcms", + "num-traits", + "png 0.18.1", + "qoi", + "ravif", + "rayon", + "rgb", + "tiff", + "zune-core 0.5.1", + "zune-jpeg 0.5.13", +] + +[[package]] +name = "image-webp" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" +dependencies = [ + "byteorder-lite", + "quick-error", +] + +[[package]] +name = "imagesize" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" + +[[package]] +name = "imgref" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8" + +[[package]] +name = "indexmap" +version = "2.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" +dependencies = [ + "equivalent", + "hashbrown 0.16.1", + "serde", + "serde_core", +] + +[[package]] +name = "interpolate_name" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "is-docker" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" +dependencies = [ + "once_cell", +] + +[[package]] +name = "is-wsl" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" +dependencies = [ + "is-docker", + "once_cell", +] + +[[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + +[[package]] +name = "itertools" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" +dependencies = [ + "either", +] + +[[package]] +name = "itoa" +version = "1.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" + +[[package]] +name = "jni" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" +dependencies = [ + "cesu8", + "cfg-if", + "combine", + "jni-sys", + "log", + "thiserror 1.0.69", + "walkdir", + "windows-sys 0.45.0", +] + +[[package]] +name = "jni-sys" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" + +[[package]] +name = "jobserver" +version = "0.1.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" +dependencies = [ + "getrandom 0.3.4", + "libc", +] + +[[package]] +name = "js-sys" +version = "0.3.91" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" +dependencies = [ + "once_cell", + "wasm-bindgen", +] + +[[package]] +name = "kamadak-exif" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1130d80c7374efad55a117d715a3af9368f0fa7a2c54573afc15a188cd984837" +dependencies = [ + "mutate_once", +] + +[[package]] +name = "katexit" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccfb0b7ce7938f84a5ecbdca5d0a991e46bc9d6d078934ad5e92c5270fe547db" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "khronos-egl" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" +dependencies = [ + "libc", + "libloading", + "pkg-config", +] + +[[package]] +name = "khronos_api" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" + +[[package]] +name = "kurbo" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1618d4ebd923e97d67e7cd363d80aef35fe961005cbbbb3d2dad8bdd1bc63440" +dependencies = [ + "arrayvec", + "smallvec", +] + +[[package]] +name = "kurbo" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62" +dependencies = [ + "arrayvec", + "euclid", + "smallvec", +] + +[[package]] +name = "leb128fmt" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" + +[[package]] +name = "lebe" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" + +[[package]] +name = "libc" +version = "0.2.183" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" + +[[package]] +name = "libfuzzer-sys" +version = "0.4.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f12a681b7dd8ce12bff52488013ba614b869148d54dd79836ab85aafdd53f08d" +dependencies = [ + "arbitrary", + "cc", +] + +[[package]] +name = "libloading" +version = "0.8.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" +dependencies = [ + "cfg-if", + "windows-link", +] + +[[package]] +name = "libm" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" + +[[package]] +name = "libredox" +version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" +dependencies = [ + "bitflags 2.11.0", + "libc", + "plain", + "redox_syscall 0.7.3", +] + +[[package]] +name = "lilt" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f67562e5eff6b20553fa9be1c503356768420994e28f67e3eafe6f41910e57ad" +dependencies = [ + "web-time", +] + +[[package]] +name = "linebender_resource_handle" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4" + +[[package]] +name = "linux-raw-sys" +version = "0.4.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" + +[[package]] +name = "linux-raw-sys" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" + +[[package]] +name = "litemap" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" + +[[package]] +name = "litrs" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" + +[[package]] +name = "lock_api" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" +dependencies = [ + "scopeguard", +] + +[[package]] +name = "log" +version = "0.4.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" + +[[package]] +name = "loop9" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" +dependencies = [ + "imgref", +] + +[[package]] +name = "lru" +version = "0.16.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" + +[[package]] +name = "lyon" +version = "1.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd0578bdecb7d6d88987b8b2b1e3a4e2f81df9d0ece1078623324a567904e7b7" +dependencies = [ + "lyon_algorithms", + "lyon_tessellation", +] + +[[package]] +name = "lyon_algorithms" +version = "1.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9815fac08e6fd96733a11dce4f9d15a3f338e96a2e2311ee21e1b738efc2bc0f" +dependencies = [ + "lyon_path", + "num-traits", +] + +[[package]] +name = "lyon_geom" +version = "1.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4336502e29e32af93cf2dad2214ed6003c17ceb5bd499df77b1de663b9042b92" +dependencies = [ + "arrayvec", + "euclid", + "num-traits", +] + +[[package]] +name = "lyon_path" +version = "1.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c463f9c428b7fc5ec885dcd39ce4aa61e29111d0e33483f6f98c74e89d8621e" +dependencies = [ + "lyon_geom", + "num-traits", +] + +[[package]] +name = "lyon_tessellation" +version = "1.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05a35a7dd71b845ff317ce1834c4185506b79790294bde397df8d5c23031e357" +dependencies = [ + "float_next_after", + "lyon_path", + "num-traits", +] + +[[package]] +name = "malloc_buf" +version = "0.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" +dependencies = [ + "libc", +] + +[[package]] +name = "matext4cgmath" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6541e181de37f70f0aceb25441823a3d0efa9cc1d23f475a0d3926678949178" +dependencies = [ + "cgmath", + "katexit", + "num-complex", +] + +[[package]] +name = "matrixmultiply" +version = "0.3.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08" +dependencies = [ + "autocfg", + "rawpointer", +] + +[[package]] +name = "maybe-rayon" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" +dependencies = [ + "cfg-if", + "rayon", +] + +[[package]] +name = "memchr" +version = "2.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" + +[[package]] +name = "memmap2" +version = "0.9.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" +dependencies = [ + "libc", +] + +[[package]] +name = "memoffset" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" +dependencies = [ + "autocfg", +] + +[[package]] +name = "metal" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605" +dependencies = [ + "bitflags 2.11.0", + "block", + "core-graphics-types 0.2.0", + "foreign-types", + "log", + "objc", + "paste", +] + +[[package]] +name = "minimal-lexical" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" + +[[package]] +name = "miniz_oxide" +version = "0.8.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" +dependencies = [ + "adler2", + "simd-adler32", +] + +[[package]] +name = "mio" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" +dependencies = [ + "libc", + "wasi", + "windows-sys 0.61.2", +] + +[[package]] +name = "moxcms" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" +dependencies = [ + "num-traits", + "pxfm", +] + +[[package]] +name = "mundy" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "523813c9e194ec43693805214eb112551f99382115b67f38600d724a692e7e8b" +dependencies = [ + "android-build", + "async-io", + "cfg-if", + "dispatch", + "futures-channel", + "futures-lite", + "jni", + "ndk-context", + "objc2 0.6.4", + "objc2-app-kit 0.3.2", + "objc2-foundation 0.3.2", + "pin-project-lite", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "windows 0.62.2", + "zbus", +] + +[[package]] +name = "mutate_once" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13d2233c9842d08cfe13f9eac96e207ca6a2ea10b80259ebe8ad0268be27d2af" + +[[package]] +name = "naga" +version = "27.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "066cf25f0e8b11ee0df221219010f213ad429855f57c494f995590c861a9a7d8" +dependencies = [ + "arrayvec", + "bit-set", + "bitflags 2.11.0", + "cfg-if", + "cfg_aliases", + "codespan-reporting", + "half", + "hashbrown 0.16.1", + "hexf-parse", + "indexmap", + "libm", + "log", + "num-traits", + "once_cell", + "rustc-hash 1.1.0", + "spirv", + "thiserror 2.0.18", + "unicode-ident", +] + +[[package]] +name = "nalgebra" +version = "0.32.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b5c17de023a86f59ed79891b2e5d5a94c705dbe904a5b5c9c952ea6221b03e4" +dependencies = [ + "approx 0.5.1", + "matrixmultiply", + "nalgebra-macros", + "num-complex", + "num-rational", + "num-traits", + "simba", + "typenum", +] + +[[package]] +name = "nalgebra-macros" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "ndk" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" +dependencies = [ + "bitflags 2.11.0", + "jni-sys", + "log", + "ndk-sys", + "num_enum", + "raw-window-handle", + "thiserror 1.0.69", +] + +[[package]] +name = "ndk-context" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" + +[[package]] +name = "ndk-sys" +version = "0.6.0+11769913" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" +dependencies = [ + "jni-sys", +] + +[[package]] +name = "new_debug_unreachable" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" + +[[package]] +name = "nom" +version = "7.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" +dependencies = [ + "memchr", + "minimal-lexical", +] + +[[package]] +name = "nom" +version = "8.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" +dependencies = [ + "memchr", +] + +[[package]] +name = "noop_proc_macro" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" + +[[package]] +name = "num-bigint" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" +dependencies = [ + "num-integer", + "num-traits", +] + +[[package]] +name = "num-complex" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" +dependencies = [ + "num-traits", +] + +[[package]] +name = "num-derive" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "num-integer" +version = "0.1.46" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" +dependencies = [ + "num-traits", +] + +[[package]] +name = "num-rational" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" +dependencies = [ + "num-bigint", + "num-integer", + "num-traits", +] + +[[package]] +name = "num-traits" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" +dependencies = [ + "autocfg", + "libm", +] + +[[package]] +name = "num_enum" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" +dependencies = [ + "num_enum_derive", + "rustversion", +] + +[[package]] +name = "num_enum_derive" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "objc" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" +dependencies = [ + "malloc_buf", +] + +[[package]] +name = "objc-sys" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" + +[[package]] +name = "objc2" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" +dependencies = [ + "objc-sys", + "objc2-encode", +] + +[[package]] +name = "objc2" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" +dependencies = [ + "objc2-encode", +] + +[[package]] +name = "objc2-app-kit" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" +dependencies = [ + "bitflags 2.11.0", + "block2 0.5.1", + "libc", + "objc2 0.5.2", + "objc2-core-data 0.2.2", + "objc2-core-image 0.2.2", + "objc2-foundation 0.2.2", + "objc2-quartz-core 0.2.2", +] + +[[package]] +name = "objc2-app-kit" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" +dependencies = [ + "bitflags 2.11.0", + "block2 0.6.2", + "libc", + "objc2 0.6.4", + "objc2-cloud-kit 0.3.2", + "objc2-core-data 0.3.2", + "objc2-core-foundation", + "objc2-core-graphics", + "objc2-core-image 0.3.2", + "objc2-core-text", + "objc2-core-video", + "objc2-foundation 0.3.2", + "objc2-quartz-core 0.3.2", +] + +[[package]] +name = "objc2-cloud-kit" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" +dependencies = [ + "bitflags 2.11.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-core-location", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-cloud-kit" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c" +dependencies = [ + "bitflags 2.11.0", + "objc2 0.6.4", + "objc2-foundation 0.3.2", +] + +[[package]] +name = "objc2-contacts" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" +dependencies = [ + "block2 0.5.1", + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-core-data" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" +dependencies = [ + "bitflags 2.11.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-core-data" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa" +dependencies = [ + "bitflags 2.11.0", + "objc2 0.6.4", + "objc2-foundation 0.3.2", +] + +[[package]] +name = "objc2-core-foundation" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" +dependencies = [ + "bitflags 2.11.0", + "dispatch2", + "objc2 0.6.4", +] + +[[package]] +name = "objc2-core-graphics" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" +dependencies = [ + "bitflags 2.11.0", + "dispatch2", + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-io-surface", +] + +[[package]] +name = "objc2-core-image" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" +dependencies = [ + "block2 0.5.1", + "objc2 0.5.2", + "objc2-foundation 0.2.2", + "objc2-metal", +] + +[[package]] +name = "objc2-core-image" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006" +dependencies = [ + "objc2 0.6.4", + "objc2-foundation 0.3.2", +] + +[[package]] +name = "objc2-core-location" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" +dependencies = [ + "block2 0.5.1", + "objc2 0.5.2", + "objc2-contacts", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-core-text" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d" +dependencies = [ + "bitflags 2.11.0", + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-core-graphics", +] + +[[package]] +name = "objc2-core-video" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6" +dependencies = [ + "bitflags 2.11.0", + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-core-graphics", + "objc2-io-surface", +] + +[[package]] +name = "objc2-encode" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" + +[[package]] +name = "objc2-foundation" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" +dependencies = [ + "bitflags 2.11.0", + "block2 0.5.1", + "dispatch", + "libc", + "objc2 0.5.2", +] + +[[package]] +name = "objc2-foundation" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" +dependencies = [ + "bitflags 2.11.0", + "block2 0.6.2", + "libc", + "objc2 0.6.4", + "objc2-core-foundation", +] + +[[package]] +name = "objc2-io-surface" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" +dependencies = [ + "bitflags 2.11.0", + "objc2 0.6.4", + "objc2-core-foundation", +] + +[[package]] +name = "objc2-link-presentation" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" +dependencies = [ + "block2 0.5.1", + "objc2 0.5.2", + "objc2-app-kit 0.2.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-metal" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" +dependencies = [ + "bitflags 2.11.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-quartz-core" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" +dependencies = [ + "bitflags 2.11.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-foundation 0.2.2", + "objc2-metal", +] + +[[package]] +name = "objc2-quartz-core" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" +dependencies = [ + "bitflags 2.11.0", + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-foundation 0.3.2", +] + +[[package]] +name = "objc2-symbols" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" +dependencies = [ + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-ui-kit" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" +dependencies = [ + "bitflags 2.11.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-cloud-kit 0.2.2", + "objc2-core-data 0.2.2", + "objc2-core-image 0.2.2", + "objc2-core-location", + "objc2-foundation 0.2.2", + "objc2-link-presentation", + "objc2-quartz-core 0.2.2", + "objc2-symbols", + "objc2-uniform-type-identifiers", + "objc2-user-notifications", +] + +[[package]] +name = "objc2-uniform-type-identifiers" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" +dependencies = [ + "block2 0.5.1", + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-user-notifications" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" +dependencies = [ + "bitflags 2.11.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-core-location", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "once_cell" +version = "1.21.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" + +[[package]] +name = "open" +version = "5.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc" +dependencies = [ + "is-wsl", + "libc", + "pathdiff", +] + +[[package]] +name = "orbclient" +version = "0.3.51" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59aed3b33578edcfa1bc96a321d590d31832b6ad55a26f0313362ce687e9abd6" +dependencies = [ + "libc", + "libredox", +] + +[[package]] +name = "ordered-float" +version = "5.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f4779c6901a562440c3786d08192c6fbda7c1c2060edd10006b05ee35d10f2d" +dependencies = [ + "num-traits", +] + +[[package]] +name = "ordered-stream" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" +dependencies = [ + "futures-core", + "pin-project-lite", +] + +[[package]] +name = "owned_ttf_parser" +version = "0.25.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" +dependencies = [ + "ttf-parser", +] + +[[package]] +name = "parking" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" + +[[package]] +name = "parking_lot" +version = "0.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" +dependencies = [ + "lock_api", + "parking_lot_core", +] + +[[package]] +name = "parking_lot_core" +version = "0.9.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" +dependencies = [ + "cfg-if", + "libc", + "redox_syscall 0.5.18", + "smallvec", + "windows-link", +] + +[[package]] +name = "paste" +version = "1.0.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" + +[[package]] +name = "pastey" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" + +[[package]] +name = "pathdiff" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" + +[[package]] +name = "percent-encoding" +version = "2.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" + +[[package]] +name = "pico-args" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" + +[[package]] +name = "pin-project" +version = "1.1.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" +dependencies = [ + "pin-project-internal", +] + +[[package]] +name = "pin-project-internal" +version = "1.1.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "pin-project-lite" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" + +[[package]] +name = "pin-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + +[[package]] +name = "piper" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" +dependencies = [ + "atomic-waker", + "fastrand", + "futures-io", +] + +[[package]] +name = "pkg-config" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" + +[[package]] +name = "plain" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" + +[[package]] +name = "png" +version = "0.17.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" +dependencies = [ + "bitflags 1.3.2", + "crc32fast", + "fdeflate", + "flate2", + "miniz_oxide", +] + +[[package]] +name = "png" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" +dependencies = [ + "bitflags 2.11.0", + "crc32fast", + "fdeflate", + "flate2", + "miniz_oxide", +] + +[[package]] +name = "polling" +version = "3.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" +dependencies = [ + "cfg-if", + "concurrent-queue", + "hermit-abi", + "pin-project-lite", + "rustix 1.1.4", + "windows-sys 0.61.2", +] + +[[package]] +name = "pollster" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" + +[[package]] +name = "portable-atomic" +version = "1.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" + +[[package]] +name = "portable-atomic-util" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3" +dependencies = [ + "portable-atomic", +] + +[[package]] +name = "potential_utf" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" +dependencies = [ + "zerovec", +] + +[[package]] +name = "ppv-lite86" +version = "0.2.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" +dependencies = [ + "zerocopy", +] + +[[package]] +name = "presser" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" + +[[package]] +name = "prettyplease" +version = "0.2.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" +dependencies = [ + "proc-macro2", + "syn 2.0.117", +] + +[[package]] +name = "proc-macro-crate" +version = "3.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" +dependencies = [ + "toml_edit", +] + +[[package]] +name = "proc-macro-error" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" +dependencies = [ + "proc-macro-error-attr", + "proc-macro2", + "quote", + "syn 1.0.109", + "version_check", +] + +[[package]] +name = "proc-macro-error-attr" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" +dependencies = [ + "proc-macro2", + "quote", + "version_check", +] + +[[package]] +name = "proc-macro2" +version = "1.0.106" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "profiling" +version = "1.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" +dependencies = [ + "profiling-procmacros", +] + +[[package]] +name = "profiling-procmacros" +version = "1.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" +dependencies = [ + "quote", + "syn 2.0.117", +] + +[[package]] +name = "pxfm" +version = "0.1.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5a041e753da8b807c9255f28de81879c78c876392ff2469cde94799b2896b9d" + +[[package]] +name = "qoi" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" +dependencies = [ + "bytemuck", +] + +[[package]] +name = "quick-error" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" + +[[package]] +name = "quick-xml" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" +dependencies = [ + "memchr", +] + +[[package]] +name = "quote" +version = "1.0.45" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "r-efi" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" + +[[package]] +name = "r-efi" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" + +[[package]] +name = "rand" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +dependencies = [ + "libc", + "rand_chacha 0.3.1", + "rand_core 0.6.4", +] + +[[package]] +name = "rand" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +dependencies = [ + "rand_chacha 0.9.0", + "rand_core 0.9.5", +] + +[[package]] +name = "rand_chacha" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" +dependencies = [ + "ppv-lite86", + "rand_core 0.6.4", +] + +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core 0.9.5", +] + +[[package]] +name = "rand_core" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +dependencies = [ + "getrandom 0.2.17", +] + +[[package]] +name = "rand_core" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" +dependencies = [ + "getrandom 0.3.4", +] + +[[package]] +name = "range-alloc" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca45419789ae5a7899559e9512e58ca889e41f04f1f2445e9f4b290ceccd1d08" + +[[package]] +name = "rangemap" +version = "1.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68" + +[[package]] +name = "rav1e" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b" +dependencies = [ + "aligned-vec", + "arbitrary", + "arg_enum_proc_macro", + "arrayvec", + "av-scenechange", + "av1-grain", + "bitstream-io", + "built", + "cfg-if", + "interpolate_name", + "itertools 0.14.0", + "libc", + "libfuzzer-sys", + "log", + "maybe-rayon", + "new_debug_unreachable", + "noop_proc_macro", + "num-derive", + "num-traits", + "paste", + "profiling", + "rand 0.9.2", + "rand_chacha 0.9.0", + "simd_helpers", + "thiserror 2.0.18", + "v_frame", + "wasm-bindgen", +] + +[[package]] +name = "ravif" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45" +dependencies = [ + "avif-serialize", + "imgref", + "loop9", + "quick-error", + "rav1e", + "rayon", + "rgb", +] + +[[package]] +name = "raw-window-handle" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" + +[[package]] +name = "rawpointer" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" + +[[package]] +name = "rayon" +version = "1.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" +dependencies = [ + "either", + "rayon-core", +] + +[[package]] +name = "rayon-core" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" +dependencies = [ + "crossbeam-deque", + "crossbeam-utils", +] + +[[package]] +name = "rclite" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e09665c494a9de2bd230e1aedc0c2fb20481a51f28f7db84d0c9bcfe2fe537b2" +dependencies = [ + "branches", +] + +[[package]] +name = "read-fonts" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358" +dependencies = [ + "bytemuck", + "core_maths", + "font-types", +] + +[[package]] +name = "redox_syscall" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" +dependencies = [ + "bitflags 1.3.2", +] + +[[package]] +name = "redox_syscall" +version = "0.5.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" +dependencies = [ + "bitflags 2.11.0", +] + +[[package]] +name = "redox_syscall" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" +dependencies = [ + "bitflags 2.11.0", +] + +[[package]] +name = "renderdoc-sys" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" + +[[package]] +name = "resvg" +version = "0.45.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43" +dependencies = [ + "gif 0.13.3", + "image-webp", + "log", + "pico-args", + "rgb", + "svgtypes", + "tiny-skia", + "usvg", + "zune-jpeg 0.4.21", +] + +[[package]] +name = "rfd" +version = "0.15.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef2bee61e6cffa4635c72d7d81a84294e28f0930db0ddcb0f66d10244674ebed" +dependencies = [ + "ashpd", + "block2 0.6.2", + "dispatch2", + "js-sys", + "log", + "objc2 0.6.4", + "objc2-app-kit 0.3.2", + "objc2-core-foundation", + "objc2-foundation 0.3.2", + "pollster", + "raw-window-handle", + "urlencoding", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "windows-sys 0.59.0", +] + +[[package]] +name = "rgb" +version = "0.8.53" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4" +dependencies = [ + "bytemuck", +] + +[[package]] +name = "robust" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e27ee8bb91ca0adcf0ecb116293afa12d393f9c2b9b9cd54d33e8078fe19839" + +[[package]] +name = "roxmltree" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" + +[[package]] +name = "rustc-hash" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" + +[[package]] +name = "rustc-hash" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" + +[[package]] +name = "rustc_version" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" +dependencies = [ + "semver", +] + +[[package]] +name = "rustix" +version = "0.38.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" +dependencies = [ + "bitflags 2.11.0", + "errno", + "libc", + "linux-raw-sys 0.4.15", + "windows-sys 0.59.0", +] + +[[package]] +name = "rustix" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" +dependencies = [ + "bitflags 2.11.0", + "errno", + "libc", + "linux-raw-sys 0.12.1", + "windows-sys 0.61.2", +] + +[[package]] +name = "rustversion" +version = "1.0.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" + +[[package]] +name = "rustybuzz" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702" +dependencies = [ + "bitflags 2.11.0", + "bytemuck", + "core_maths", + "log", + "smallvec", + "ttf-parser", + "unicode-bidi-mirroring", + "unicode-ccc", + "unicode-properties", + "unicode-script", +] + +[[package]] +name = "ryu" +version = "1.0.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" + +[[package]] +name = "safe_arch" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323" +dependencies = [ + "bytemuck", +] + +[[package]] +name = "same-file" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" +dependencies = [ + "winapi-util", +] + +[[package]] +name = "scoped-tls" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" + +[[package]] +name = "scopeguard" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + +[[package]] +name = "sctk-adwaita" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" +dependencies = [ + "ab_glyph", + "log", + "memmap2", + "smithay-client-toolkit 0.19.2", + "tiny-skia", +] + +[[package]] +name = "self_cell" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" + +[[package]] +name = "semver" +version = "1.0.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" +dependencies = [ + "serde", + "serde_core", +] + +[[package]] +name = "serde" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" +dependencies = [ + "serde_core", + "serde_derive", +] + +[[package]] +name = "serde_core" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_derive" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "serde_json" +version = "1.0.149" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +dependencies = [ + "itoa", + "memchr", + "serde", + "serde_core", + "zmij", +] + +[[package]] +name = "serde_repr" +version = "0.1.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + +[[package]] +name = "signal-hook-registry" +version = "1.4.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" +dependencies = [ + "errno", + "libc", +] + +[[package]] +name = "simba" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae" +dependencies = [ + "approx 0.5.1", + "num-complex", + "num-traits", + "paste", + "wide", +] + +[[package]] +name = "simd-adler32" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" + +[[package]] +name = "simd_helpers" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" +dependencies = [ + "quote", +] + +[[package]] +name = "simplecss" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c" +dependencies = [ + "log", +] + +[[package]] +name = "siphasher" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" + +[[package]] +name = "skrifa" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841" +dependencies = [ + "bytemuck", + "read-fonts", +] + +[[package]] +name = "slab" +version = "0.4.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" + +[[package]] +name = "slotmap" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" +dependencies = [ + "version_check", +] + +[[package]] +name = "smallvec" +version = "1.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" + +[[package]] +name = "smithay-client-toolkit" +version = "0.19.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" +dependencies = [ + "bitflags 2.11.0", + "calloop 0.13.0", + "calloop-wayland-source 0.3.0", + "cursor-icon", + "libc", + "log", + "memmap2", + "rustix 0.38.44", + "thiserror 1.0.69", + "wayland-backend", + "wayland-client", + "wayland-csd-frame", + "wayland-cursor", + "wayland-protocols", + "wayland-protocols-wlr", + "wayland-scanner", + "xkeysym", +] + +[[package]] +name = "smithay-client-toolkit" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0" +dependencies = [ + "bitflags 2.11.0", + "calloop 0.14.4", + "calloop-wayland-source 0.4.1", + "cursor-icon", + "libc", + "log", + "memmap2", + "rustix 1.1.4", + "thiserror 2.0.18", + "wayland-backend", + "wayland-client", + "wayland-csd-frame", + "wayland-cursor", + "wayland-protocols", + "wayland-protocols-experimental", + "wayland-protocols-misc", + "wayland-protocols-wlr", + "wayland-scanner", + "xkeysym", +] + +[[package]] +name = "smithay-clipboard" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226" +dependencies = [ + "libc", + "smithay-client-toolkit 0.20.0", + "wayland-backend", +] + +[[package]] +name = "smol_str" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" +dependencies = [ + "serde", +] + +[[package]] +name = "socket2" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" +dependencies = [ + "libc", + "windows-sys 0.61.2", +] + +[[package]] +name = "softbuffer" +version = "0.4.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3" +dependencies = [ + "as-raw-xcb-connection", + "bytemuck", + "fastrand", + "js-sys", + "memmap2", + "ndk", + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-core-graphics", + "objc2-foundation 0.3.2", + "objc2-quartz-core 0.3.2", + "raw-window-handle", + "redox_syscall 0.5.18", + "rustix 1.1.4", + "tiny-xlib", + "tracing", + "wasm-bindgen", + "wayland-backend", + "wayland-client", + "wayland-sys", + "web-sys", + "windows-sys 0.61.2", + "x11rb", +] + +[[package]] +name = "spade" +version = "2.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb313e1c8afee5b5647e00ee0fe6855e3d529eb863a0fdae1d60006c4d1e9990" +dependencies = [ + "hashbrown 0.15.5", + "num-traits", + "robust", + "smallvec", +] + +[[package]] +name = "spirv" +version = "0.3.0+sdk-1.3.268.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" +dependencies = [ + "bitflags 2.11.0", +] + +[[package]] +name = "stable_deref_trait" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" + +[[package]] +name = "static_assertions" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + +[[package]] +name = "strict-num" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" +dependencies = [ + "float-cmp", +] + +[[package]] +name = "svg_fmt" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb" + +[[package]] +name = "svgtypes" +version = "0.15.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc" +dependencies = [ + "kurbo 0.11.3", + "siphasher", +] + +[[package]] +name = "swash" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a" +dependencies = [ + "skrifa", + "yazi", + "zeno", +] + +[[package]] +name = "syn" +version = "1.0.109" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" +dependencies = [ + "proc-macro2", + "unicode-ident", +] + +[[package]] +name = "syn" +version = "2.0.117" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "synstructure" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "sys-locale" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4" +dependencies = [ + "libc", +] + +[[package]] +name = "tempfile" +version = "3.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" +dependencies = [ + "fastrand", + "getrandom 0.4.2", + "once_cell", + "rustix 1.1.4", + "windows-sys 0.61.2", +] + +[[package]] +name = "termcolor" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" +dependencies = [ + "winapi-util", +] + +[[package]] +name = "thiserror" +version = "1.0.69" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" +dependencies = [ + "thiserror-impl 1.0.69", +] + +[[package]] +name = "thiserror" +version = "2.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" +dependencies = [ + "thiserror-impl 2.0.18", +] + +[[package]] +name = "thiserror-impl" +version = "1.0.69" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "tiff" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52" +dependencies = [ + "fax", + "flate2", + "half", + "quick-error", + "weezl", + "zune-jpeg 0.5.13", +] + +[[package]] +name = "tiny-skia" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" +dependencies = [ + "arrayref", + "arrayvec", + "bytemuck", + "cfg-if", + "log", + "png 0.17.16", + "tiny-skia-path", +] + +[[package]] +name = "tiny-skia-path" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" +dependencies = [ + "arrayref", + "bytemuck", + "strict-num", +] + +[[package]] +name = "tiny-xlib" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0324504befd01cab6e0c994f34b2ffa257849ee019d3fb3b64fb2c858887d89e" +dependencies = [ + "as-raw-xcb-connection", + "ctor-lite", + "libloading", + "pkg-config", + "tracing", +] + +[[package]] +name = "tinystr" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" +dependencies = [ + "displaydoc", + "zerovec", +] + +[[package]] +name = "tinyvec" +version = "1.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + +[[package]] +name = "tokio" +version = "1.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" +dependencies = [ + "bytes", + "libc", + "mio", + "pin-project-lite", + "socket2", + "tokio-macros", + "windows-sys 0.61.2", +] + +[[package]] +name = "tokio-macros" +version = "2.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "toml_datetime" +version = "1.0.0+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e" +dependencies = [ + "serde_core", +] + +[[package]] +name = "toml_edit" +version = "0.25.4+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7193cbd0ce53dc966037f54351dbbcf0d5a642c7f0038c382ef9e677ce8c13f2" +dependencies = [ + "indexmap", + "toml_datetime", + "toml_parser", + "winnow", +] + +[[package]] +name = "toml_parser" +version = "1.0.9+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" +dependencies = [ + "winnow", +] + +[[package]] +name = "tracing" +version = "0.1.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" +dependencies = [ + "log", + "pin-project-lite", + "tracing-attributes", + "tracing-core", +] + +[[package]] +name = "tracing-attributes" +version = "0.1.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "tracing-core" +version = "0.1.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" +dependencies = [ + "once_cell", +] + +[[package]] +name = "truck-base" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c279de9e92e5dc20a188deb0bb9a4bd421a6a185e57e03e19025e84a36c5a05" +dependencies = [ + "cgmath", + "matext4cgmath", + "rustc-hash 2.1.1", + "serde", +] + +[[package]] +name = "truck-derivers" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "421ff1c5a303aed64e295d9b30e8424ee7a2fa251617a59ae4acfd078496009f" +dependencies = [ + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "truck-geometry" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d9d85f203fdbc2d206a38b8e7c4417a05a2eb589be8b81ecfe9f98faafc425d" +dependencies = [ + "serde", + "thiserror 1.0.69", + "truck-base", + "truck-geotrait", +] + +[[package]] +name = "truck-geotrait" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97a31fe98d5a0589ad20576260e214af23dea21a8d125da81ad3bbcb666f411f" +dependencies = [ + "getrandom 0.2.17", + "rand 0.8.5", + "thiserror 1.0.69", + "truck-base", + "truck-derivers", +] + +[[package]] +name = "truck-meshalgo" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e18f325738e822c79bb1a48897ec789cbf50cbeeb0841105295f9da85bdf3613" +dependencies = [ + "array-macro", + "derive_more", + "itertools 0.13.0", + "rayon", + "rustc-hash 2.1.1", + "spade", + "truck-base", + "truck-geometry", + "truck-polymesh", + "truck-topology", +] + +[[package]] +name = "truck-modeling" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8082c2dfac8c2732a014d81807fb5d24dbac0d72ee4de2a705b7fbc05fa05b18" +dependencies = [ + "derive_more", + "rustc-hash 2.1.1", + "serde", + "thiserror 1.0.69", + "truck-base", + "truck-geometry", + "truck-geotrait", + "truck-polymesh", + "truck-topology", +] + +[[package]] +name = "truck-polymesh" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8f22def310af4a89c37beb4839bbf702b302d2c112ea29553759f0e16622fbf" +dependencies = [ + "array-macro", + "bytemuck", + "itertools 0.13.0", + "rustc-hash 2.1.1", + "serde", + "thiserror 1.0.69", + "truck-base", + "truck-geotrait", +] + +[[package]] +name = "truck-topology" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf62a1610405c5e39ab5eb6948f326fc1641689734a6b8207a80792133fe0e78" +dependencies = [ + "parking_lot", + "rayon", + "rclite", + "rustc-hash 2.1.1", + "serde", + "thiserror 1.0.69", + "truck-base", + "truck-geotrait", +] + +[[package]] +name = "ttf-parser" +version = "0.25.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" +dependencies = [ + "core_maths", +] + +[[package]] +name = "typenum" +version = "1.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" + +[[package]] +name = "uds_windows" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" +dependencies = [ + "memoffset", + "tempfile", + "windows-sys 0.61.2", +] + +[[package]] +name = "unicode-bidi" +version = "0.3.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" + +[[package]] +name = "unicode-bidi-mirroring" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe" + +[[package]] +name = "unicode-ccc" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e" + +[[package]] +name = "unicode-ident" +version = "1.0.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" + +[[package]] +name = "unicode-linebreak" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" + +[[package]] +name = "unicode-properties" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" + +[[package]] +name = "unicode-script" +version = "0.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee" + +[[package]] +name = "unicode-segmentation" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" + +[[package]] +name = "unicode-vo" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" + +[[package]] +name = "unicode-width" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" + +[[package]] +name = "unicode-xid" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" + +[[package]] +name = "url" +version = "2.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" +dependencies = [ + "form_urlencoded", + "idna", + "percent-encoding", + "serde", + "serde_derive", +] + +[[package]] +name = "urlencoding" +version = "2.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" + +[[package]] +name = "usvg" +version = "0.45.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef" +dependencies = [ + "base64", + "data-url", + "flate2", + "fontdb", + "imagesize", + "kurbo 0.11.3", + "log", + "pico-args", + "roxmltree", + "rustybuzz", + "simplecss", + "siphasher", + "strict-num", + "svgtypes", + "tiny-skia-path", + "unicode-bidi", + "unicode-script", + "unicode-vo", + "xmlwriter", +] + +[[package]] +name = "utf8_iter" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" + +[[package]] +name = "uuid" +version = "1.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" +dependencies = [ + "js-sys", + "serde_core", + "wasm-bindgen", +] + +[[package]] +name = "v_frame" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2" +dependencies = [ + "aligned-vec", + "num-traits", + "wasm-bindgen", +] + +[[package]] +name = "version_check" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" + +[[package]] +name = "walkdir" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" +dependencies = [ + "same-file", + "winapi-util", +] + +[[package]] +name = "wasi" +version = "0.11.1+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" + +[[package]] +name = "wasip2" +version = "1.0.2+wasi-0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" +dependencies = [ + "wit-bindgen", +] + +[[package]] +name = "wasip3" +version = "0.4.0+wasi-0.3.0-rc-2026-01-06" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" +dependencies = [ + "wit-bindgen", +] + +[[package]] +name = "wasm-bindgen" +version = "0.2.114" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" +dependencies = [ + "cfg-if", + "once_cell", + "rustversion", + "wasm-bindgen-macro", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-futures" +version = "0.4.64" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8" +dependencies = [ + "cfg-if", + "futures-util", + "js-sys", + "once_cell", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.114" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.114" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" +dependencies = [ + "bumpalo", + "proc-macro2", + "quote", + "syn 2.0.117", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.114" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "wasm-encoder" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" +dependencies = [ + "leb128fmt", + "wasmparser", +] + +[[package]] +name = "wasm-metadata" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" +dependencies = [ + "anyhow", + "indexmap", + "wasm-encoder", + "wasmparser", +] + +[[package]] +name = "wasmparser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" +dependencies = [ + "bitflags 2.11.0", + "hashbrown 0.15.5", + "indexmap", + "semver", +] + +[[package]] +name = "wasmtimer" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c598d6b99ea013e35844697fc4670d08339d5cda15588f193c6beedd12f644b" +dependencies = [ + "futures", + "js-sys", + "parking_lot", + "pin-utils", + "slab", + "wasm-bindgen", +] + +[[package]] +name = "wayland-backend" +version = "0.3.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa75f400b7f719bcd68b3f47cd939ba654cedeef690f486db71331eec4c6a406" +dependencies = [ + "cc", + "downcast-rs", + "rustix 1.1.4", + "scoped-tls", + "smallvec", + "wayland-sys", +] + +[[package]] +name = "wayland-client" +version = "0.31.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab51d9f7c071abeee76007e2b742499e535148035bb835f97aaed1338cf516c3" +dependencies = [ + "bitflags 2.11.0", + "rustix 1.1.4", + "wayland-backend", + "wayland-scanner", +] + +[[package]] +name = "wayland-csd-frame" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" +dependencies = [ + "bitflags 2.11.0", + "cursor-icon", + "wayland-backend", +] + +[[package]] +name = "wayland-cursor" +version = "0.31.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b3298683470fbdc6ca40151dfc48c8f2fd4c41a26e13042f801f85002384091" +dependencies = [ + "rustix 1.1.4", + "wayland-client", + "xcursor", +] + +[[package]] +name = "wayland-protocols" +version = "0.32.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b23b5df31ceff1328f06ac607591d5ba360cf58f90c8fad4ac8d3a55a3c4aec7" +dependencies = [ + "bitflags 2.11.0", + "wayland-backend", + "wayland-client", + "wayland-scanner", +] + +[[package]] +name = "wayland-protocols-experimental" +version = "20250721.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1" +dependencies = [ + "bitflags 2.11.0", + "wayland-backend", + "wayland-client", + "wayland-protocols", + "wayland-scanner", +] + +[[package]] +name = "wayland-protocols-misc" +version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "429b99200febaf95d4f4e46deff6fe4382bcff3280ee16a41cf887b3c3364984" +dependencies = [ + "bitflags 2.11.0", + "wayland-backend", + "wayland-client", + "wayland-protocols", + "wayland-scanner", +] + +[[package]] +name = "wayland-protocols-plasma" +version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d392fc283a87774afc9beefcd6f931582bb97fe0e6ced0b306a62cb1d026527c" +dependencies = [ + "bitflags 2.11.0", + "wayland-backend", + "wayland-client", + "wayland-protocols", + "wayland-scanner", +] + +[[package]] +name = "wayland-protocols-wlr" +version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78248e4cc0eff8163370ba5c158630dcae1f3497a586b826eca2ef5f348d6235" +dependencies = [ + "bitflags 2.11.0", + "wayland-backend", + "wayland-client", + "wayland-protocols", + "wayland-scanner", +] + +[[package]] +name = "wayland-scanner" +version = "0.31.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c86287151a309799b821ca709b7345a048a2956af05957c89cb824ab919fa4e3" +dependencies = [ + "proc-macro2", + "quick-xml", + "quote", +] + +[[package]] +name = "wayland-sys" +version = "0.31.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "374f6b70e8e0d6bf9461a32988fd553b59ff630964924dad6e4a4eb6bd538d17" +dependencies = [ + "dlib", + "log", + "once_cell", + "pkg-config", +] + +[[package]] +name = "web-sys" +version = "0.3.91" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "web-time" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "weezl" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" + +[[package]] +name = "wgpu" +version = "27.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfe68bac7cde125de7a731c3400723cadaaf1703795ad3f4805f187459cd7a77" +dependencies = [ + "arrayvec", + "bitflags 2.11.0", + "cfg-if", + "cfg_aliases", + "document-features", + "hashbrown 0.16.1", + "js-sys", + "log", + "naga", + "parking_lot", + "portable-atomic", + "profiling", + "raw-window-handle", + "smallvec", + "static_assertions", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "wgpu-core", + "wgpu-hal", + "wgpu-types", +] + +[[package]] +name = "wgpu-core" +version = "27.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27a75de515543b1897b26119f93731b385a19aea165a1ec5f0e3acecc229cae7" +dependencies = [ + "arrayvec", + "bit-set", + "bit-vec", + "bitflags 2.11.0", + "bytemuck", + "cfg_aliases", + "document-features", + "hashbrown 0.16.1", + "indexmap", + "log", + "naga", + "once_cell", + "parking_lot", + "portable-atomic", + "profiling", + "raw-window-handle", + "rustc-hash 1.1.0", + "smallvec", + "thiserror 2.0.18", + "wgpu-core-deps-apple", + "wgpu-core-deps-emscripten", + "wgpu-core-deps-windows-linux-android", + "wgpu-hal", + "wgpu-types", +] + +[[package]] +name = "wgpu-core-deps-apple" +version = "27.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0772ae958e9be0c729561d5e3fd9a19679bcdfb945b8b1a1969d9bfe8056d233" +dependencies = [ + "wgpu-hal", +] + +[[package]] +name = "wgpu-core-deps-emscripten" +version = "27.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b06ac3444a95b0813ecfd81ddb2774b66220b264b3e2031152a4a29fda4da6b5" +dependencies = [ + "wgpu-hal", +] + +[[package]] +name = "wgpu-core-deps-windows-linux-android" +version = "27.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71197027d61a71748e4120f05a9242b2ad142e3c01f8c1b47707945a879a03c3" +dependencies = [ + "wgpu-hal", +] + +[[package]] +name = "wgpu-hal" +version = "27.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b21cb61c57ee198bc4aff71aeadff4cbb80b927beb912506af9c780d64313ce" +dependencies = [ + "android_system_properties", + "arrayvec", + "ash", + "bit-set", + "bitflags 2.11.0", + "block", + "bytemuck", + "cfg-if", + "cfg_aliases", + "core-graphics-types 0.2.0", + "glow", + "glutin_wgl_sys", + "gpu-alloc", + "gpu-allocator", + "gpu-descriptor", + "hashbrown 0.16.1", + "js-sys", + "khronos-egl", + "libc", + "libloading", + "log", + "metal", + "naga", + "ndk-sys", + "objc", + "once_cell", + "ordered-float", + "parking_lot", + "portable-atomic", + "portable-atomic-util", + "profiling", + "range-alloc", + "raw-window-handle", + "renderdoc-sys", + "smallvec", + "thiserror 2.0.18", + "wasm-bindgen", + "web-sys", + "wgpu-types", + "windows 0.58.0", + "windows-core 0.58.0", +] + +[[package]] +name = "wgpu-types" +version = "27.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afdcf84c395990db737f2dd91628706cb31e86d72e53482320d368e52b5da5eb" +dependencies = [ + "bitflags 2.11.0", + "bytemuck", + "js-sys", + "log", + "thiserror 2.0.18", + "web-sys", +] + +[[package]] +name = "wide" +version = "0.7.33" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03" +dependencies = [ + "bytemuck", + "safe_arch", +] + +[[package]] +name = "winapi-util" +version = "0.1.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" +dependencies = [ + "windows-sys 0.61.2", +] + +[[package]] +name = "window_clipboard" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5654226305eaf2dde8853fb482861d28e5dcecbbd40cb88e8393d94bb80d733" +dependencies = [ + "clipboard-win", + "clipboard_macos", + "clipboard_wayland", + "clipboard_x11", + "raw-window-handle", + "thiserror 2.0.18", +] + +[[package]] +name = "windows" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" +dependencies = [ + "windows-core 0.58.0", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows" +version = "0.62.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" +dependencies = [ + "windows-collections", + "windows-core 0.62.2", + "windows-future", + "windows-numerics", +] + +[[package]] +name = "windows-collections" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" +dependencies = [ + "windows-core 0.62.2", +] + +[[package]] +name = "windows-core" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" +dependencies = [ + "windows-implement 0.58.0", + "windows-interface 0.58.0", + "windows-result 0.2.0", + "windows-strings 0.1.0", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-core" +version = "0.62.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" +dependencies = [ + "windows-implement 0.60.2", + "windows-interface 0.59.3", + "windows-link", + "windows-result 0.4.1", + "windows-strings 0.5.1", +] + +[[package]] +name = "windows-future" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" +dependencies = [ + "windows-core 0.62.2", + "windows-link", + "windows-threading", +] + +[[package]] +name = "windows-implement" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "windows-implement" +version = "0.60.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "windows-interface" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "windows-interface" +version = "0.59.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "windows-link" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" + +[[package]] +name = "windows-numerics" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" +dependencies = [ + "windows-core 0.62.2", + "windows-link", +] + +[[package]] +name = "windows-result" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-result" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-strings" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" +dependencies = [ + "windows-result 0.2.0", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-strings" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-sys" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" +dependencies = [ + "windows-targets 0.42.2", +] + +[[package]] +name = "windows-sys" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.61.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-targets" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + +[[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +dependencies = [ + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", +] + +[[package]] +name = "windows-threading" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" + +[[package]] +name = "windows_i686_gnu" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" + +[[package]] +name = "windows_i686_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" + +[[package]] +name = "windows_i686_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" + +[[package]] +name = "windows_i686_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + +[[package]] +name = "winit" +version = "0.30.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d" +dependencies = [ + "ahash", + "android-activity", + "atomic-waker", + "bitflags 2.11.0", + "block2 0.5.1", + "bytemuck", + "calloop 0.13.0", + "cfg_aliases", + "concurrent-queue", + "core-foundation 0.9.4", + "core-graphics", + "cursor-icon", + "dpi", + "js-sys", + "libc", + "memmap2", + "ndk", + "objc2 0.5.2", + "objc2-app-kit 0.2.2", + "objc2-foundation 0.2.2", + "objc2-ui-kit", + "orbclient", + "percent-encoding", + "pin-project", + "raw-window-handle", + "redox_syscall 0.4.1", + "rustix 0.38.44", + "sctk-adwaita", + "smithay-client-toolkit 0.19.2", + "smol_str", + "tracing", + "unicode-segmentation", + "wasm-bindgen", + "wasm-bindgen-futures", + "wayland-backend", + "wayland-client", + "wayland-protocols", + "wayland-protocols-plasma", + "web-sys", + "web-time", + "windows-sys 0.52.0", + "x11-dl", + "x11rb", + "xkbcommon-dl", +] + +[[package]] +name = "winnow" +version = "0.7.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" +dependencies = [ + "memchr", +] + +[[package]] +name = "wit-bindgen" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" +dependencies = [ + "wit-bindgen-rust-macro", +] + +[[package]] +name = "wit-bindgen-core" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" +dependencies = [ + "anyhow", + "heck", + "wit-parser", +] + +[[package]] +name = "wit-bindgen-rust" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" +dependencies = [ + "anyhow", + "heck", + "indexmap", + "prettyplease", + "syn 2.0.117", + "wasm-metadata", + "wit-bindgen-core", + "wit-component", +] + +[[package]] +name = "wit-bindgen-rust-macro" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" +dependencies = [ + "anyhow", + "prettyplease", + "proc-macro2", + "quote", + "syn 2.0.117", + "wit-bindgen-core", + "wit-bindgen-rust", +] + +[[package]] +name = "wit-component" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" +dependencies = [ + "anyhow", + "bitflags 2.11.0", + "indexmap", + "log", + "serde", + "serde_derive", + "serde_json", + "wasm-encoder", + "wasm-metadata", + "wasmparser", + "wit-parser", +] + +[[package]] +name = "wit-parser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" +dependencies = [ + "anyhow", + "id-arena", + "indexmap", + "log", + "semver", + "serde", + "serde_derive", + "serde_json", + "unicode-xid", + "wasmparser", +] + +[[package]] +name = "writeable" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" + +[[package]] +name = "x11-dl" +version = "2.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" +dependencies = [ + "libc", + "once_cell", + "pkg-config", +] + +[[package]] +name = "x11rb" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" +dependencies = [ + "as-raw-xcb-connection", + "gethostname", + "libc", + "libloading", + "once_cell", + "rustix 1.1.4", + "x11rb-protocol", +] + +[[package]] +name = "x11rb-protocol" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" + +[[package]] +name = "xcursor" +version = "0.3.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" + +[[package]] +name = "xkbcommon-dl" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" +dependencies = [ + "bitflags 2.11.0", + "dlib", + "log", + "once_cell", + "xkeysym", +] + +[[package]] +name = "xkeysym" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" + +[[package]] +name = "xml-rs" +version = "0.8.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" + +[[package]] +name = "xmlwriter" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" + +[[package]] +name = "y4m" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448" + +[[package]] +name = "yazi" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5" + +[[package]] +name = "yoke" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" +dependencies = [ + "stable_deref_trait", + "yoke-derive", + "zerofrom", +] + +[[package]] +name = "yoke-derive" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", + "synstructure", +] + +[[package]] +name = "zbus" +version = "5.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca82f95dbd3943a40a53cfded6c2d0a2ca26192011846a1810c4256ef92c60bc" +dependencies = [ + "async-broadcast", + "async-executor", + "async-io", + "async-lock", + "async-process", + "async-recursion", + "async-task", + "async-trait", + "blocking", + "enumflags2", + "event-listener", + "futures-core", + "futures-lite", + "hex", + "libc", + "ordered-stream", + "rustix 1.1.4", + "serde", + "serde_repr", + "tracing", + "uds_windows", + "uuid", + "windows-sys 0.61.2", + "winnow", + "zbus_macros", + "zbus_names", + "zvariant", +] + +[[package]] +name = "zbus_macros" +version = "5.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "897e79616e84aac4b2c46e9132a4f63b93105d54fe8c0e8f6bffc21fa8d49222" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.117", + "zbus_names", + "zvariant", + "zvariant_utils", +] + +[[package]] +name = "zbus_names" +version = "4.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f" +dependencies = [ + "serde", + "winnow", + "zvariant", +] + +[[package]] +name = "zeno" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524" + +[[package]] +name = "zerocopy" +version = "0.8.42" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" +dependencies = [ + "zerocopy-derive", +] + +[[package]] +name = "zerocopy-derive" +version = "0.8.42" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "zerofrom" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" +dependencies = [ + "zerofrom-derive", +] + +[[package]] +name = "zerofrom-derive" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", + "synstructure", +] + +[[package]] +name = "zerotrie" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", +] + +[[package]] +name = "zerovec" +version = "0.11.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" +dependencies = [ + "yoke", + "zerofrom", + "zerovec-derive", +] + +[[package]] +name = "zerovec-derive" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "zmij" +version = "1.0.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" + +[[package]] +name = "zune-core" +version = "0.4.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" + +[[package]] +name = "zune-core" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" + +[[package]] +name = "zune-inflate" +version = "0.2.54" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" +dependencies = [ + "simd-adler32", +] + +[[package]] +name = "zune-jpeg" +version = "0.4.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" +dependencies = [ + "zune-core 0.4.12", +] + +[[package]] +name = "zune-jpeg" +version = "0.5.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec5f41c76397b7da451efd19915684f727d7e1d516384ca6bd0ec43ec94de23c" +dependencies = [ + "zune-core 0.5.1", +] + +[[package]] +name = "zvariant" +version = "5.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5708299b21903bbe348e94729f22c49c55d04720a004aa350f1f9c122fd2540b" +dependencies = [ + "endi", + "enumflags2", + "serde", + "url", + "winnow", + "zvariant_derive", + "zvariant_utils", +] + +[[package]] +name = "zvariant_derive" +version = "5.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b59b012ebe9c46656f9cc08d8da8b4c726510aef12559da3e5f1bf72780752c" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.117", + "zvariant_utils", +] + +[[package]] +name = "zvariant_utils" +version = "3.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9" +dependencies = [ + "proc-macro2", + "quote", + "serde", + "syn 2.0.117", + "winnow", +] diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 00000000..a003cb3c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "H7CAD" +version = "0.1.0" +edition = "2021" +build = "build.rs" + +[dependencies] +iced = { version = "0.14", features = ["debug", "image", "svg", "advanced", "canvas"] } +bytemuck = { version = "1.14", features = ["derive"] } +glam = { version = "0.27", features = ["bytemuck"] } +truck-modeling = "0.6" +truck-meshalgo = { version = "0.4", default-features = false, features = ["tessellation"] } +truck-polymesh = "0.6" +rfd = "0.15" +acadrust = "0.3.0" +open = "5" diff --git a/assets/fonts/CourierCad.cxf b/assets/fonts/CourierCad.cxf new file mode 100644 index 00000000..e076fdb5 --- /dev/null +++ b/assets/fonts/CourierCad.cxf @@ -0,0 +1,541 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: CourierCad +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Andrew Mustun + +[0021] ! +L 0,9,0,2 +L 0,1,0,0 + +[0022] " +L 3,9,3,6 +L 6,9,6,6 + +[0023] # +L 3.5,9,2.5,0 +L 5.5,0,6.5,9 +L 1.5,6,7.5,6 +L 7.5,3,1.5,3 + +[0024] $ +L 1,0,1,3 +PL 8,7,0.4142,6,9,0,3.25,9,1,3.25,4.5,0,5.75,4.5,-1,5.75,0,0,3,0,-0.4142,1,2,0 +L 8,9,8,6 +L 4.5,10,4.5,-1 + +[0025] % +A 3,7,2,180,0 +A 3,7,2,0,180 +A 6,2,2,180,0 +A 6,2,2,0,180 +L 1,2,8,7 + +[0026] & +PL 7.5,3.215,0,4.926,0.5976,-1,2.074,3.4024,0,5.0695,6.4482,2.0034,2.6928,6.7643,0,6.5,0,0,7.5,0,0 + +[0027] ' +L 1,9,0,7 + +[0028] ( +A 11.5,4.5,8.5147,139.764,220.236 + +[0029] ) +A -2.5,4.5,8.5147,319.764,40.2364 + +[002a] * +PL 4.5,9,0,4.5,7,0,2.5979,7.618,0 +PL 3.3244,5.382,0,4.5,7,0,5.6756,5.382,0 +L 6.4021,7.618,4.5,7 + +[002b] + +L 1.5,4,7.5,4 +L 4.5,7,4.5,1 + +[002c] , +PL 1,1,0,1,0,0,0,-2,0 + +[002d] - +L 1.5,4,7.5,4 + +[002e] . +L 0,1,0,0 + +[002f] / +L 7.5,10,1.5,-1 + +[0030] 0 +PLC 2.7975,0.9505,0.5583,6.2025,0.9505,0.229,6.2025,8.0495,0.5583,2.7975,8.0495,0.229 + +[0031] 1 +L 1.5,0,7.5,0 +PL 4.5,0,0,4.5,9,0,1.5,7,0 + +[0032] 2 +PL 7.5,2,0,7.5,0,0,1.5,0,0,6.6697,4.6394,0.957,3.5,8.5,0,2.1826,7.512,0 + +[0033] 3 +PL 7.4426,3.4759,0.3455,5.5,5,1.0896,5.1588,8.9707,0 +A 5.6968,5.2216,3.7835,94.4704,144.985 +A 4.6667,2.8333,2.8383,220.236,12.9805 +L 5.5,5,4.5,5 + +[0034] 4 +L 8,0,3,0 +PL 6,0,0,6,9,0,1,2,0,8,2,0 + +[0035] 5 +PL 7.5,9,0,1.5,9,0,1.5,4.5211,-0.1414,4.9759,5.5241,-0.4142,7.5,3,-0.5352,3.3461,0.2308,0,1.5,1,0 + +[0036] 6 +PL 7.5,9,0.4142,1.5,3,1,7.5,3,0.4142,5.5,5,0.2356,1.5055,3.0073,0 + +[0037] 7 +PL 1,7,0,1,9,0,8,9,0,3,0,0 + +[0038] 8 +PLC 4.5,5,-1,4.5,0,-1,4.5,5,1,4.5,9,1 + +[0039] 9 +PL 6.9996,6.4572,0.4192,4.5,9,1,4.5,4,0.2784,7.1546,5.6026,0 +PL 2.4559,0.7018,0.5176,6.7447,1.7935,0.1153,6.9879,6.7463,0 + +[003a] : +L 4.5,1,4.5,0 +L 4.5,4,4.5,5 + +[003b] ; +PL 5,1,0,5,0,0,4,-2,0 +L 5,5,5,4 + +[003c] < +PL 8,7,0,1,4,0,8,1,0 + +[003d] = +L 1.5,6,7.5,6 +L 7.5,3,1.5,3 + +[003e] > +PL 1,1,0,8,4,0,1,7,0 + +[003f] ? +L 4.5,0,4.5,1 +PL 4.5,2,0,4.5,4,1,4.5,9,0.1623,1.5,8,0,1.5,7,0 + +[0040] @ +PL 8,1,0,6.0676,0.2819,-5.2564,8.5262,2.4901,-0.9099,6.2357,3.1784,0 +PL 6.6412,5.2058,0.4733,5.1703,7,0,5.0496,7,0.3575,2.5981,4.9903,0,2.4785,4.3922,0.4733,4.4396,2,0,4.3604,2,0.3575,6.3215,3.6078,0,7,7,0 + +[0041] A +L 0,0,3,0 +PL 2,9,0,4.5,9,0,1,0,0 +L 6,0,9,0 +L 4.5,9,8,0 +L 2.5555,4,6.4445,4 + +[0042] B +L 2.5,9,2.5,0 +PL 2.5,5,0,6,5,-1,6,0,0,0.5,0,0 +PL 0.5,9,0,5.5,9,-1,5.5,5,0 + +[0043] C +L 8.2,9,8.2,6 +PL 8.5,2,0,6.9,0.8,-0.618,0.5,4,0,0.5,5,-0.8219,8.2,6.5199,0 + +[0044] D +L 2.5,0,2.5,9 +PL 0.5,0,0,4.4365,0,0.342,8.3095,3,0.127,8.3095,6,0.342,4.4365,9,0,0.5,9,0 + +[0045] E +L 2.5,0,2.5,9 +PL 0.5,9,0,8.5,9,0,8.5,7,0 +PL 0.5,0,0,8.5,0,0,8.5,2,0 +L 5.5,6,5.5,3 +L 2.5,4.5,5.5,4.5 + +[0046] F +L 2.5,0,2.5,9 +L 0.5,0,4.5,0 +PL 0.5,9,0,8.5,9,0,8.5,7,0 +L 5.5,6,5.5,3 +L 2.5,4.5,5.5,4.5 + +[0047] G +L 0,5,0,4 +L 7.7,9,7.7,6 +PL 7.7,6.5199,0.8758,0.0314,4.5,0.5501,5.2412,0.1974,0,7.7,1,0,7.7,4,0 +L 9,4,5,4 + +[0048] H +L 2,0,2,9 +L 7,9,7,0 +L 2,4,7,4 +L 0.5,0,3.5,0 +L 3.5,9,0.5,9 +L 5.5,9,8.5,9 +L 8.5,0,5.5,0 + +[0049] I +L 1,9,8,9 +L 1,0,8,0 +L 4.5,0,4.5,9 + +[004a] J +L 8.5,9,4.5,9 +PL 6.5,9,0,6.5,3,-1,0.5,3,0 + +[004b] K +L 2,9,2,0 +L 7,0,2,5 +L 7,9,3,4 +L 0.5,9,3.5,9 +L 0.5,0,3.5,0 +L 8.5,9,5.5,9 +L 8.5,0,5.5,0 + +[004c] L +L 1,9,4,9 +L 2,9,2,0 +PL 1,0,0,8,0,0,8,3,0 + +[004d] M +L 0,0,3,0 +L 6,0,9,0 +L 0,9,3,9 +L 6,9,9,9 +PL 1,0,0,1,9,0,4.5,2.75,0,8,9,0,8,0,0 + +[004e] N +L 0,9,3,9 +L 3,0,0,0 +L 9,9,6,9 +L 6,0,9,0 +PL 8,9,0,8,0,0,1,9,0,1,0,0 + +[004f] O +PLC 1,6,-0.4142,4,9,0,5,9,-0.4142,8,6,0,8,3,-0.4142,5,0,0,4,0,-0.4142,1,3,0 + +[0050] P +L 0.5,0,3.5,0 +L 1.5,0,1.5,9 +PL 0.5,9,0,5.5,9,-1,5.5,4,0,1.5,4,0 + +[0051] Q +PLC 1,6,-0.4142,4,9,0,5,9,-0.4142,8,6,0,8,3,-0.4142,5,0,0,4,0,-0.4142,1,3,0 +L 8,0,5,3 + +[0052] R +L 0.5,0,3.5,0 +L 1.5,0,1.5,9 +PL 0.5,9,0,5.5,9,-1,5.5,4,0,1.5,4,0 +L 8.5,0,5.5,0 +L 7,0,5,4 + +[0053] S +L 1,0,1,3 +PL 8,7,0.4142,6,9,0,3.25,9,1,3.25,4.5,0,5.75,4.5,-1,5.75,0,0,3,0,-0.4142,1,2,0 +L 8,9,8,6 + +[0054] T +PL 1,7,0,1,9,0,8,9,0,8,7,0 +L 3,0,6,0 +L 4.5,9,4.5,0 + +[0055] U +L 0,9,3,9 +L 9,9,6,9 +PL 1.5,9,0,1.5,3,1,7.5,3,0,7.5,9,0 + +[0056] V +L 0,9,3,9 +L 9,9,6,9 +PL 7.5,9,0,4.5,0,0,1.5,9,0 + +[0057] W +L 0,9,3,9 +L 6,9,9,9 +PL 1.5,9,0,3,0,0,4.5,6,0,6,0,0,7.5,9,0 + +[0058] X +L 0,9,3,9 +L 6,9,9,9 +L 0,0,3,0 +L 6,0,9,0 +L 1.5,9,7.5,0 +L 1.5,0,7.5,9 + +[0059] Y +L 0,9,3,9 +L 6,9,9,9 +L 3,0,6,0 +PL 1.5,9,0,4.5,4,0,4.5,0,0 +L 4.5,4,7.5,9 + +[005a] Z +PL 1,7,0,1,9,0,8,9,0,1,0,0,8,0,0,8,2,0 + +[005b] [ +L 4,-1,5,-1 +L 5,10,4,10 +L 4.5,10,4.5,-1 + +[005c] \ +L 1.5,10,7.5,-1 + +[005d] ] +PL 4,10,0,5,10,0,5,-1,0,4,-1,0 + +[005e] ^ +PL 7.5,6,0,4.5,9,0,1.5,6,0 + +[005f] _ +L 8,-1,1,-1 + +[0060] ` +L 4,9,5,7 + +[0061] a +PL 8.5,0,0,6.5,0,0,6.5,4.5885,0.4142,4.5,6.5885,0.179,1.5,5.4787,0 +PL 6.5,3.7436,0.1101,2.2995,3.969,0.8687,2.4005,0.0096,0.2309,6.5,1.4558,0 + +[0062] b +PL 0.5,0,0,2.5,0,0,2.5,9,0,0.5,9,0 +A 5.5,3,3,180,0 +A 5.5,3,3,0,180 + +[0063] c +PL 7.5,6,0,7.5,4,0,6.9,4.8,2.0446,5.6539,0.2308,0,7.5,1,0 + +[0064] d +PL 8.5,0,0,6.5,0,0,6.5,9,0,4.5,9,0 +A 3.5,3,3,180,0 +A 3.5,3,3,0,180 + +[0065] e +PL 1.5,3,0,7.5,3,3.3028,5.6539,0.2308,0,7.5,1,0 + +[0066] f +L 0.5,0,4.5,0 +PL 2.5,0,0,2.5,7,-0.525,5.2101,8.8697,0,7.5,8,0 +L 0.5,6,5.5,6 + +[0067] g +A 3.5,3,3,180,0 +A 3.5,3,3,0,180 +PL 8.5,6,0,6.5,6,0,6.5,-1,-0.4142,4.5,-3,0,1.5,-3,0 + +[0068] h +L 0.5,0,3.5,0 +L 0.5,9,2.5,9 +L 8.5,0,5.5,0 +L 2,9,2,0 +PL 7,0,0,7,4,0.5835,3.9683,5.7133,0,2,4.5281,0 + +[0069] i +L 7.5,0,1.5,0 +PL 4.5,0,0,4.5,6,0,2.5,6,0 +L 4.5,8,4.5,9 + +[006a] j +PL 3,6,0,7,6,0,7,-1,-0.525,4.2899,-2.8697,0,2,-2,0 +L 7,8,7,9 + +[006b] k +PL 0,0,0,2,0,0,2,9,0,0,9,0 +L 8,6,5,6 +L 6.5,6,2,2.6964 +L 8.5,0,5.5,0 +L 7,0,3.5692,3.8484 + +[006c] l +L 1.5,0,7.5,0 +PL 4.5,0,0,4.5,9,0,2.5,9,0 + +[006d] m +L 3,0,0,0 +PL 0,6,0,1.5,6,0,1.5,0,0 +PL 6,0,0,4.5,0,0,4.5,5,0.6475,2.8349,5.7468,0,1.5,4.5581,0 +PL 4.5,4.5581,0,5.8349,5.7468,-0.6475,7.5,5,0,7.5,0,0,9,0,0 + +[006e] n +PL 0.5,6,0,2,6,0,2,0,0 +L 0.5,0,3.5,0 +L 8.5,0,5.5,0 +PL 2,4.6297,0,2.8478,5.3763,-0.6455,7,3.5,0,7,0,0 + +[006f] o +A 4.5,3,3,180,0 +A 4.5,3,3,0,180 + +[0070] p +A 5.5,3,3,180,0 +A 5.5,3,3,0,180 +PL 0.5,6,0,2.5,6,0,2.5,-3,0 +L 0.5,-3,4.5,-3 + +[0071] q +A 3.5,3,3,180,0 +A 3.5,3,3,0,180 +PL 8.5,6,0,6.5,6,0,6.5,-3,0 +L 8.5,-3,4.5,-3 + +[0072] r +PL 1,6,0,2.5,6,0,2.5,0,0 +PL 2.5,3.7162,0,4.3292,5.3597,-0.4133,7.8543,5.1768,0 +L 1,0,6,0 + +[0073] s +L 7.5,6,7.5,4 +A 4.1283,0.6859,5.4754,51.9902,107.455 +PL 6.5294,0.0965,0.8342,6,3,0,3,3,-0.8342,2.4706,5.9035,0 +A 4.8717,5.3141,5.4754,231.99,287.455 +L 1.5,0,1.5,2 + +[0074] t +L 1.5,6,6.5,6 +PL 2.5,8,0,2.5,2,0.525,5.2101,0.1303,0,7.5,1,0 + +[0075] u +PL 0.5,6,0,2,6,0,2,2,0.525,4.7101,0.1303,0,7,1,0 +PL 5.5,6,0,7,6,0,7,0,0,9,0,0 + +[0076] v +L 0,6,3,6 +L 6,6,9,6 +PL 7.5,6,0,4.5,0,0,1.5,6,0 + +[0077] w +L 0,6,3,6 +L 6,6,9,6 +PL 1,6,0,3,0,0,4.5,5,0,6,0,0,8,6,0 + +[0078] x +L 0,6,3,6 +L 6,6,9,6 +L 0,0,3,0 +L 6,0,9,0 +L 1.5,6,7.5,0 +L 1.5,0,7.5,6 + +[0079] y +L 0,6,3,6 +L 6,6,9,6 +L 0,-3,5,-3 +L 3,-3,7.5,6 +L 1.5,6,4.5,0 + +[007a] z +PL 1,4,0,1,6,0,8,6,0,1,0,0,8,0,0,8,2,0 + +[007b] { +PL 5,10,0.4142,3,8,0,3,5,0,2.3001,4.5,0,3,4,0,3,1,0.4142,5,-1,0 + +[007c] | +L 4.5,10,4.5,-1 + +[007d] } +PL 4,10,-0.4142,6,8,0,6,5,0,6.7,4.5,0,6,4,0,6,1,-0.4142,4,-1,0 + +[007e] ~ +PL 7,6,-0.6482,5.3333,5.2547,0,3.6668,6.7454,0.6482,2,6,0 + +[00a9] © +A 4.5,4.5,4.5,180,0 +A 4.5,4.5,4.5,0,180 +A 4.5,4.5,2.9155,30.9638,329.036 +L 7,7,7,5 + +[00ae] ® +A 4.5,4.5,4.5,180,0 +A 4.5,4.5,4.5,0,180 +L 3,2,3,7 +PL 3,4,0,5,4,1,5,7,0,2.5,7,0 +PL 6.5,2,0,6,2,0,5,4,0 +L 3.5,2,2.5,2 + +[00b0] ° +A 4.5,7,2,180,0 +A 4.5,7,2,0,180 + +[00b1] ± +L 1.4999,6,7.4999,6 +L 4.4999,9,4.4999,3 +L 1.4999,2,7.4999,2 + +[00c4] Ä +PL 8,0,0,4.5,9,0,2,9,0 +L 6,0,9,0 +L 2.5557,4,6.4443,4 +L 3,10,3,11 +L 6,10,6,11 +L 0,0,3,0 +L 4.5,9,1,0 + +[00c5] Å +L 0,0,3,0 +PL 2,9,0,4.5,9,0,1,0,0 +L 6,0,9,0 +L 4.5,9,8,0 +L 2.5557,4,6.4443,4 + +[00d6] Ö +PLC 4,0,0,5,0,0.4142,8,3,0,8,6,0.4142,5,9,0,4,9,0.4142,1,6,0,1,3,0.4142 +L 3,10,3,11 +L 6,10,6,11 + +[00d7] × + +[00d8] Ø +L 2.5,2,6.5,6 + +[00dc] Ü +PL 1.5,9,0,1.5,3,1,7.5,3,0,7.5,9,0 +L 3,10,3,11 +L 6,10,6,11 + +[00e0] à +PL 6.5,3.7436,0.1101,2.2995,3.9686,0.8687,2.4005,0.0096,0.2309,6.5,1.4558,0 +PL 6.5,0,0,6.5,4.5885,0.4142,4.5,6.5885,0.179,1.5,5.4787,0 +L 5.5,7,2.5,9 + +[00e4] ä +PL 8.5,0,0,6.5,0,0,6.5,4.5885,0.4142,4.5,6.5885,0.179,1.5,5.4787,0 +PL 6.5,3.7436,0.1101,2.2995,3.969,0.8687,2.4005,0.0096,0.2309,6.5,1.4558,0 +L 2.5,8,2.5,9 +L 5.5,9,5.5,8 + +[00e5] å +PL 8.5,0,0,6.5,0,0,6.5,4.5885,0.4142,4.5,6.5885,0.179,1.5,5.4787,0 +PL 6.5,3.7436,0.1101,2.2995,3.969,0.8687,2.4005,0.0096,0.2309,6.5,1.4558,0 + +[00e8] è +PL 1.5,3,0,7.5,3,3.3028,5.6539,0.2308,0,7.5,1,0 +L 6.5,7,3.5,9 + +[00e9] é +PL 1.5,3,0,7.5,3,3.3028,5.6539,0.2308,0,7.5,1,0 +L 3.5,7,6.5,9 + +[00f6] ö +A 4.5,3,3,180,0 +A 4.5,3,3,0,180 +L 3,8,3,9 +L 6,9,6,8 + +[00f7] ÷ +L 4,2,5,2 + +[00f8] ø +A 4.5,4,2,180,0 +A 4.5,4,2,0,180 +L 2.5,2,6.5,6 + +[00fc] ü +PL 0.5,6,0,2,6,0,2,2,0.525,4.7101,0.1303,0,7,1,0 +PL 5.5,6,0,7,6,0,7,0,0,9,0,0 +L 3,8,3,9 +L 6,9,6,8 diff --git a/assets/fonts/Cursive.cxf b/assets/fonts/Cursive.cxf new file mode 100644 index 00000000..1a41a235 --- /dev/null +++ b/assets/fonts/Cursive.cxf @@ -0,0 +1,319 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Cursive +# Encoding: UTF-8 +# LetterSpacing: 0.5 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Andrew Mustun + +[0021] ! +L 2.3294,8.6933,0.7765,2.8978 +L 0,0,0.1294,0.483 + +[0022] " +L 2.3294,8.6933,1.8117,6.7615 +L 4.8117,6.7615,5.3294,8.6933 + +[0023] # +L 1.1961,0,3.6077,9 +L 4.1961,0,6.6077,9 +L 0,3,7,3 +L 0.8038,6,7.8038,6 + +[0026] & +PL 4.9832,0,0,2.997,6.9891,-1.8814,5.1053,6.2978,0,1.2595,3.3113,1,3.5291,0.3889,0,6.7596,2.8978,0 + +[0027] ' +L 2.3294,8.6933,1.8117,6.7615 + +[0028] ( +A 13.3758,0.6484,13.3915,143.077,186.924 + +[0029] ) +A -10.9647,7.079,13.3917,323.077,6.9236 + +[002a] * +L 1.2941,4.8296,4.2588,0.9659 +L 5.2941,4.8296,0.2588,0.9659 + +[002b] + +L 0.7765,2.8978,4.7765,2.8978 +L 3.2941,4.8296,2.2589,0.9659 + +[002c] , +L 0,0,-0.5176,-1.9319 + +[002d] - +L 0.7764,2.8978,4.7764,2.8978 + +[002e] . +L 0,0,0.0259,0.0966 + +[002f] / +L 0.1118,-1.4489,7.4764,11.1082 + +[0030] 0 +PLC 1.2068,0.483,0.2699,1.9936,0.0001,0.1739,3.0393,0.483,0.0936,4.4323,2.4148,0,4.7655,3.157,0,4.9968,3.7955,0,5.2004,4.5132,0,5.395,5.5411,0,5.4676,6.2792,0.137,5.1097,8.2104,0.2699,4.323,8.6933,0.1739,3.2773,8.2103,0.0936,1.8843,6.2785,0,1.5511,5.5363,0,1.3198,4.8979,0,1.1162,4.1801,0,0.9216,3.1523,0,0.8491,2.4148,0.137 + +[0031] 1 +PL 1.8118,6.7615,0,4.3294,8.6933,0,2,0,0 + +[0032] 2 +PL 4,0,0,0,0,0,5.3323,5.7538,0.6545,4.0488,8.6933,0,3.6722,8.6933,0.3395,1.9818,7.3962,0 + +[0033] 3 +PL 2.3294,8.6933,0,4.7004,8.6933,-0.4931,5.9078,7.1199,0,5.7158,6.4032,-0.3395,3.6651,4.8296,0,2.2941,4.8296,0 +PL 3.6651,4.8296,-0.4931,4.8725,3.2561,0,4.4216,1.5736,-0.3395,2.371,0,0,0,0,0 + +[0034] 4 +L 3.5,0,4.5353,3.8637 +PL 5.5176,1.9319,0,0.5176,1.9319,0,4.3294,8.6933,0 + +[0035] 5 +PL 6.3294,8.6933,0,2.3294,8.6933,0,1.2941,4.8296,0,3.6651,4.8296,-0.4931,4.8725,3.2561,0,4.4216,1.5735,-0.3395,2.371,0,0,0,0,0 + +[0036] 6 +PL 5.3294,8.6934,0.2317,0.9988,3.7277,0,0.4216,1.5735,0.4931,1.629,0,0,2.371,0,0.3395,4.4217,1.5735,0,4.8724,3.2561,0.4931,3.665,4.8296,0,1.3885,4.8296,0 + +[0037] 7 +PL 2.3294,8.6933,0,6.3294,8.6933,0,1.5,0,0 +L 5.2941,4.8296,3.2941,4.8296 + +[0038] 8 +PLC 5.6439,7.2445,0,5.3941,6.312,-0.3095,3.665,4.8296,-0.4931,4.8725,3.2561,0,4.3972,1.4824,-0.3395,2.4653,0,0,1.629,0,-0.4931,0.4216,1.5735,0,0.8968,3.3472,-0.3395,2.8287,4.8296,0,3.6651,4.8296,0,3.1259,4.8296,-0.4931,1.9185,6.4032,0,2.1349,7.2116,-0.3395,4.0665,8.6933,0,4.4029,8.6934,-0.4601 + +[0039] 9 +PL 0.9999,0,0.2317,5.3305,4.9657,0,5.9077,7.1198,0.4931,4.7003,8.6933,0,3.9584,8.6933,0.3395,1.9077,7.1198,0,1.4569,5.4372,0.4931,2.6643,3.8637,0,4.9408,3.8637,0 + +[003a] : +L 0,0,0.0259,0.0966 +L 1.0353,3.8637,1.0612,3.9603 + +[003b] ; +L 1.0353,3.8637,1.0612,3.9603 +L 0,0,-0.5176,-1.9319 + +[003c] < +PL 6.4411,7.2445,0,1.7941,4.8296,0,4.8882,1.4489,0 + +[003d] = +L 1.1647,4.3467,5.1647,4.3467 +L 0.3882,1.4489,4.3883,1.4489 + +[003e] > +PL 2.4411,7.2445,0,5.7941,4.8296,0,0.8882,1.4489,0 + +[003f] ? +L 2,0,2.1294,0.483 +PL 2.7764,2.8978,0,3.1694,4.3642,-0.1933,3.7061,5.0796,0,5.2704,6.0286,0.1933,5.8071,6.7439,0,5.9078,7.1198,0.4931,4.7004,8.6933,0,3.9584,8.6933,0.3395,1.9077,7.1198,0 + +[0041] A +PL 0,0,0,5.3294,8.6933,0,6,0,0 +L 5.8137,2.4148,1.4804,2.4148 + +[0042] B +PL 1.2941,4.8296,0,4.6431,4.8296,0.3395,6.092,5.9414,0,6.3234,6.8051,0.4931,4.8745,8.6933,0,2.3294,8.6933,0,0,0,0,3.4653,0,0.3395,5.3972,1.4824,0,5.6195,2.312,0.4931,3.6876,4.8296,0 + +[0043] C +PL 6.3294,8.6933,0,3.864,8.6933,0.3395,1.9321,7.2109,0,0.6746,2.5176,0.4931,2.6064,0,0,4,0,0 + +[0044] D +PLC 0,0,0,3.0817,0,0.3395,5.4965,1.853,0,6.6548,6.1757,0.4931,4.7229,8.6933,0,2.3294,8.6933,0 + +[0045] E +PL 6.3294,8.6933,0,2.3294,8.6933,0,0,0,0,4,0,0 +L 1.2941,4.8296,4.2941,4.8296 + +[0046] F +PL 6.3294,8.6933,0,2.3294,8.6933,0,0,0,0 +L 1.2941,4.8296,5.2941,4.8296 + +[0047] G +PL 7.3294,8.6933,0,3.864,8.6933,0.3395,1.9321,7.2109,0,0.6746,2.5176,0.4931,2.6064,0,0,5,0,0,6.2941,4.8296,0,4.2941,4.8296,0 + +[0048] H +L 2.3294,8.6933,0,0 +L 5,0,7.3294,8.6933 +L 1.2941,4.8296,6.2941,4.8296 + +[0049] I +L 2.3294,8.6933,0,0 + +[004a] J +PL 0,0,0,1.4653,0,0.3395,3.3972,1.4824,0,5.3294,8.6933,0 + +[004b] K +L 2.3294,8.6933,0,0 +L 7.3294,8.6933,1.0353,3.8637 +L 2.7976,5.216,5,0 + +[004c] L +PL 2.3294,8.6933,0,0,0,0,4,0,0 + +[004d] M +PL 0,0,0,2.3294,8.6933,0,4.0353,3.8637,0,8.3294,8.6933,0,6,0,0 + +[004e] N +PL 0,0,0,2.3294,8.6933,0,5,0,0,7.3294,8.6933,0 + +[004f] O +PLC 4.2477,8.6933,0.3395,1.8329,6.8404,0,0.6745,2.5176,0.4931,2.6064,0,0,3.0817,0,0.3395,5.4965,1.853,0,6.6548,6.1757,0.4931,4.7229,8.6933,0 + +[0050] P +PL 0,0,0,2.3294,8.6933,0,4.7229,8.6933,-0.4931,6.6548,6.1757,0,6.4325,5.3461,-0.3395,4.5006,3.8637,0,1.0353,3.8637,0 + +[0051] Q +PLC 4.2477,8.6933,0.3395,1.8329,6.8404,0,0.6745,2.5176,0.4931,2.6064,0,0,3.0817,0,0.3395,5.4965,1.853,0,6.6548,6.1757,0.4931,4.7229,8.6933,0 +L 6,0,3.5176,1.9319 + +[0052] R +PL 0,0,0,2.3294,8.6933,0,4.7229,8.6933,-0.4931,6.6548,6.1757,0,6.4325,5.3461,-0.3395,4.5006,3.8637,0,1.0353,3.8637,0 +L 4.0353,3.8637,5,0 + +[0053] S +PL 6.7753,8.2104,0.2645,2.7977,8.2231,0.587,2.8124,5.2204,0,4.4545,4.3142,-0.6321,4.2063,0.2413,-0.2685,0.2175,0.8118,0 + +[0054] T +L 2.3294,8.6933,7.3294,8.6933 +L 4.8294,8.6933,2.5,0 + +[0055] U +PL 2.338,8.7255,0,0.6832,2.5498,0.4931,2.6151,0.0321,0.381,5.5052,1.8851,0,7.338,8.7255,0 + +[0056] V +PL 2.3294,8.6933,0,3,0,0,8.3294,8.6933,0 + +[0057] W +PL 1.3294,8.6933,0,1,0,0,4.5529,5.7956,0,5,0,0,9.2844,8.6933,0 + +[0058] X +L 2.3294,8.6933,6,0 +L 8.3294,8.6933,0,0 + +[0059] Y +PL 2.3294,8.6933,0,4.0353,3.8637,0,8.3294,8.6933,0 +L 4.0353,3.8637,3,0 + +[005a] Z +PL 2.3294,8.6933,0,7.3294,8.6933,0,0,0,0,5,0,0 + +[005b] [ +PL 3.3294,8.6933,0,2.3294,8.6933,0,-0.2589,-0.9659,0,0.7412,-0.9659,0 + +[005c] \ +L 4.1118,-1.4489,3.4764,11.1082 + +[005d] ] +PL 2.3294,8.6933,0,3.3294,8.6933,0,0.7412,-0.9659,0,-0.2588,-0.9659,0 + +[0061] a +PL 2.053,5.7956,0,4.2498,5.7956,-0.4931,5.2157,4.5368,0,4,0,0,1.3032,0,-0.4931,0.3373,1.2588,0,0.5779,2.1566,-0.3395,1.5438,2.8978,0,4.7765,2.8978,0 + +[0062] b +PL 2.3294,8.6933,0,0,0,0,3.2327,0,0.3395,4.1986,0.7412,0,5.2156,4.5367,0.4931,4.2496,5.7956,0,1.553,5.7956,0 + +[0063] c +PL 4.553,5.7956,0,2.3203,5.7956,0.3395,1.3544,5.0544,0,0.3373,1.2588,0.4931,1.3032,0,0,3,0,0 + +[0064] d +PL 6.3294,8.6933,0,4,0,0,1.3032,0,-0.4931,0.3373,1.2588,0,1.3544,5.0544,-0.3395,2.3203,5.7956,0,5.553,5.7956,0 + +[0065] e +PL 4,0,0,1.3032,0,-0.4931,0.3373,1.2588,0,1.3544,5.0544,-0.3395,2.3203,5.7956,0,4.2498,5.7956,-0.4931,5.2157,4.5368,0,4.7765,2.8978,0,0.7765,2.8978,0 + +[0066] f +PL 5.3294,8.6933,0,4.0967,8.6933,0.3395,3.1308,7.9521,0,1,0,0 +L 1.5529,5.7956,4.553,5.7956 + +[0067] g +PL -0.7765,-2.8978,0,2.4562,-2.8978,0.3395,3.4221,-2.1566,0,5.5529,5.7956,0,2.3202,5.7956,0.3395,1.3543,5.0544,0,0.3373,1.2588,0.4931,1.3032,0,0,4,0,0 + +[0068] h +L 2.3294,8.6933,0,0 +PL 1.553,5.7956,0,4.2496,5.7956,-0.4931,5.2155,4.5368,0,4,0,0 + +[0069] i +L 0,0,1.553,5.7956 +L 2.3294,8.6933,2.2,8.2104 + +[006a] j +PL 3.5529,5.7956,0,1.4221,-2.1566,-0.3395,0.4562,-2.8978,0,-0.7765,-2.8978,0 +L 4.3294,8.6933,4.2,8.2104 + +[006b] k +L 2.3294,8.6933,0,0 +L 0.7765,2.8978,5.553,5.7956 +L 4,0,2.3687,3.8637 + +[006c] l +PL 2.3294,8.6933,0,0.3373,1.2588,0.4931,1.3032,0,0 + +[006d] m +PL 0,0,0,1.553,5.7956,0,6.2496,5.7956,-0.4931,7.2155,4.5368,0,6,0,0 +L 4.553,5.7956,3,0 + +[006e] n +PL 0,0,0,1.553,5.7956,0,4.2496,5.7956,-0.4931,5.2155,4.5368,0,4,0,0 + +[006f] o +PLC 2.7039,5.7956,0.3395,1.255,4.6838,0,0.5059,1.8882,0.4931,1.9548,0,0,2.849,0,0.3395,4.2979,1.1118,0,5.0469,3.9074,0.4931,3.598,5.7956,0 + +[0070] p +PL -0.7765,-2.8978,0,1.553,5.7956,0,4.2496,5.7956,-0.4931,5.2155,4.5368,0,4.1986,0.7412,-0.3395,3.2327,0,0,0,0,0 + +[0071] q +PL 4,0,0,1.3032,0,-0.4931,0.3373,1.2588,0,1.3543,5.0544,-0.3395,2.3202,5.7956,0,5.5529,5.7956,0,3.2235,-2.8978,0 + +[0072] r +PL 0,0,0,1.553,5.7956,0,3.2498,5.7956,-0.4931,4.2157,4.5368,0 + +[0073] s +PL 5.4385,5.3686,0,4.9616,5.5468,0.0862,2.4288,5.8819,0.6971,1.7716,3.7281,0,3.8113,2.1795,-0.7757,2.8697,0.0154,-0.103,0.1445,0.539,0 + +[0074] t +L 3.3294,8.6933,1,0 +L 1.553,5.7956,4.553,5.7956 + +[0075] u +PL 1.5529,5.7956,0,0.3373,1.2588,0.4931,1.3032,0,0,4,0,0,5.5529,5.7956,0 + +[0076] v +PL 1.5529,5.7956,0,2,0,0,5.5529,5.7956,0 + +[0077] w +PL 1.5529,5.7956,0,1.5,0,0,4.0353,3.8637,0,4.5,0,0,7.5529,5.7956,0 + +[0078] x +L 1.553,5.7956,4,0 +L 5.553,5.7956,0,0 + +[0079] y +PL -0.7765,-2.8978,0,-0.3364,-2.8978,0.2609,0.5162,-2.4204,0,5.553,5.7956,0 +L 1.5529,5.7956,2,0 + +[007a] z +PL 1.553,5.7956,0,5.553,5.7956,0,0,0,0,4,0,0 + +[007b] { +PL 3.4468,9,0.3395,2.4809,8.2588,0,1.677,5.2588,-0.3395,0.0365,4,-0.4931,1.0024,2.7412,0,0.3373,0.2588,0.4931,1.3032,-1,0 + +[007d] } +PL 2.1436,9,-0.4931,3.1095,7.7412,0,2.4443,5.2588,0.4931,3.4103,4,0.3395,1.7698,2.7412,0,0.9659,-0.2588,-0.3395,0,-1,0 + +[00f8] ø +A 3,4.5,3,257.5,77.47 +A 3,4.5,3,77.47,257.5 +L 0.8694,0.4122,5.1306,8.5878 + +[2205] ∅ +L 1.9866,0.483,6.3428,8.2104 +A 4.1646,4.3467,2.8978,240.588,60.5879 +A 4.1646,4.3467,2.8978,60.5879,240.588 + +[fffd] � +PL 0,0,0,5.3294,8.6933,0,6,0,0 +L 5.8137,2.4148,1.4805,2.4148 +L 3.6528,9.9007,3.7822,10.3837 +L 7.6528,9.9007,7.7822,10.3837 diff --git a/assets/fonts/Cyrillic_II.cxf b/assets/fonts/Cyrillic_II.cxf new file mode 100644 index 00000000..6803c726 --- /dev/null +++ b/assets/fonts/Cyrillic_II.cxf @@ -0,0 +1,579 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Cyrillic_II +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# AuxiliaryLines: 0,-3,0, 0,0,0, 0,4,0, 0,6,0, 0,9,0 +# Author: Andrew Mustun (Latin1) +# Author: Eugene Osintsev (Cyrillic) +# Author: Sam S. Ganzha (Cyrillic) + +[0021] ! +L 0,9,0,3 +L 0,0,0,0.5 + +[0022] " +L 0.5,7,1,9 +L 3.5,7,4,9 + +[0023] # +L 2,0,2,9 +L 5,9,5,0 +L 0,2.5,7,2.5 +L 7,6.5,0,6.5 + +[0026] & +PL 6,3.215,0,3.426,0.5976,-1,0.574,3.4024,0,3.5695,6.4482,2.0034,1.1928,6.7643,0,5,0,0 + +[0027] ' +L 0.5,7,1,9 + +[0028] ( +A 13,4,13,157.38,202.62 + +[0029] ) +A -12,4,13,337.38,22.6199 + +[002a] * +L 0,6,4,2 +L 4,6,0,2 + +[002b] + +L 0,4,4,4 +L 2,6,2,2 + +[002c] , +PL 1,0.5,0,1,0,0,0,-3,0 + +[002d] - +L 0,4,4,4 + +[002e] . +L 0,0,0,0.5 + +[002f] / +L 4,9,0,0 + +[0030] 0 +PLC 1.0838,8.5,0.1151,0.2084,6.5003,0.0536,0,4.5001,0.0536,0.2084,2.5,0.1151,1.0838,0.5,0.5457,2.9162,0.5,0.1151,3.7916,2.4997,0.0536,4,4.4999,0.0536,3.7916,6.5,0.1151,2.9162,8.5,0.5457 + +[0031] 1 +PL 0,7,0,2,9,0,2,0,0 + +[0032] 2 +PL 4,0,0,0,0,0,3.8645,6.6467,0.2249,3.9365,7.5,0.7746,0.0635,7.5,0 + +[0033] 3 +PL 0,9,0,2,9,-1,2,5,-0.4142,4,3,0,4,2,-0.4142,2,0,0,0,0,0 +L 2,5,1,5 + +[0034] 4 +L 3.5,0,3.5,4 +PL 5,2,0,0,2,0,2,9,0 + +[0035] 5 +PL 4,9,0,0,9,0,0,5,0,2,5,-0.4142,4,3,0,4,2,-0.4142,2,0,0,0,0,0 + +[0036] 6 +PL 3,9,0.2679,0,3.8039,0,0,2,1,4,2,0,4,3,0.4142,2,5,0,0.1204,5,0 + +[0037] 7 +PL 0,9,0,4,9,0,1.5,0,0 +L 2,5,4,5 + +[0038] 8 +PLC 0,2,1,4,2,0,4,3,1,0,3,0 +PLC 0.25,6.75,1,3.75,6.75,0,3.75,7.25,1,0.25,7.25,0 + +[0039] 9 +PL 1,0,0.2679,4,5.1962,0,4,7,1,0,7,0,0,6,0.4142,2,4,0,3.8796,4,0 + +[003a] : +L 0,0,0,0.5 +L 0,4,0,3.5 + +[003b] ; +PL 1,0.5,0,1,0,0,0,-3,0 +L 1,4,1,3.5 + +[003c] < +PL 4,7,0,0,3.5,0,4,0,0 + +[003d] = +L 0,5.5,4,5.5 +L 0,2.5,4,2.5 + +[003e] > +PL 0,7,0,4,3.5,0,0,0,0 + +[003f] ? +L 2,0,2,0.5 +PL 2,3,0,2,3.3945,-0.1481,2.3359,4.5038,0,3.6641,6.4962,0.1408,3.9992,7.549,0.4047,2.5,9,0,1.5,9,0.4142,0,7.5,0,0,7,0 + +[0040] @ +PL 8,1,0,6.0676,0.2819,-5.2564,8.5262,2.4901,-0.9099,6.2357,3.1784,0 +PL 6.6412,5.2058,0.4733,5.1703,7,0,5.0496,7,0.3575,2.5981,4.9903,0,2.4785,4.3922,0.4733,4.4396,2,0,4.3604,2,0.3575,6.3215,3.6078,0,7,7,0 + +[0041] A +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.1667,2.5 + +[0042] B +PL 0,5,0,2.6,5,-0.4142,5,2.6,0,5,2.4,-0.4142,2.6,0,0,0,0,0,0,9,0,2.5,9,-1,2.5,5,0 + +[0043] C +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 + +[0044] D +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 + +[0045] E +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 + +[0046] F +PL 4,9,0,0,9,0,0,0,0 +L 0,5,4,5 + +[0047] G +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 + +[0048] H +L 0,9,0,0 +L 5,0,5,9 +L 0,5,5,5 + +[0049] I +L 0,9,0,0 + +[004a] J +PL 3,9,0,3,2,-0.4142,1,0,0,0,0,0 + +[004b] K +L 0,9,0,0 +L 0,3.5,5,9 +L 1.6713,5.3384,5,0 + +[004c] L +PL 0,9,0,0,0,0,4,0,0 + +[004d] M +PL 0,0,0,0,9,0,3,4,0,6,9,0,6,0,0 + +[004e] N +PL 0,0,0,0,9,0,5,0,0,5,9,0 + +[004f] O +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 + +[0050] P +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 + +[0051] Q +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 6,0,3,2 + +[0052] R +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 + +[0053] S +PL 5,8.2818,0.118,2,9,0.7882,1.0914,5.2183,0,3.9086,3.7817,-0.7882,3,0,-0.118,0,0.7181,0 + +[0054] T +L 0,9,6,9 +L 3,9,3,0 + +[0055] U +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 + +[0056] V +PL 0,9,0,3,0,0,6,9,0 + +[0057] W +PL 0,9,0,2,0,0,4,6,0,6,0,0,8,9,0 + +[0058] X +L 0,9,6,0 +L 0,0,6,9 + +[0059] Y +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 + +[005a] Z +PL 0,9,0,5,9,0,0,0,0,5,0,0 + +[005b] [ +PL 1,-1,0,0,-1,0,0,9,0,1,9,0 + +[005c] \ +L 0,9,4,0 + +[005d] ] +PL 0,9,0,1,9,0,1,-1,0,0,-1,0 + +[0061] a +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 + +[0062] b +PL 0,9,0,0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0 + +[0063] c +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 + +[0064] d +PL 4,9,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0 + +[0065] e +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 + +[0066] f +PL 1,0,0,1,7.5,-0.4142,2.5,9,0,3,9,0 +L 0,6,3,6 + +[0067] g +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 + +[0068] h +L 0,9,0,0 +PL 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 + +[0069] i +L 0,0,0,6 +L 0,8.5,0,9 + +[006a] j +PL 0,-3,0,0.5,-3,0.4142,2,-1.5,0,2,6,0 +L 2,8.5,2,9 + +[006b] k +L 0,9,0,0 +L 0,3.5,4,6 +L 1.3209,4.3256,4,0 + +[006c] l +PL 0,9,0,0,1,0.4142,1,0,0 + +[006d] m +PL 0,0,0,0,6,0,4.5,6,-0.4142,6,4.5,0,6,0,0 +L 3,6,3,0 + +[006e] n +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 + +[006f] o +PLC 0,2,1,4,2,0,4,4,1,0,4,0 + +[0070] p +PL 0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0,0,-3,0 + +[0071] q +PL 4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0,4,-3,0 + +[0072] r +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 + +[0073] s +PL 4,5.4391,0.1997,0.8918,5.6735,0.6971,0.8146,3.4231,0,3.1854,2.4551,-0.6971,3.1081,0.2047,-0.1997,0,0.4391,0 + +[0074] t +L 0,6,3,6 +L 1,9,1,0 + +[0075] u +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 + +[0076] v +PL 0,6,0,2,0,0,4,6,0 + +[0077] w +PL 0,6,0,1.5,0,0,3,4,0,4.5,0,0,6,6,0 + +[0078] x +L 0,6,4,0 +L 0,0,4,6 + +[0079] y +L 0,6,2,0 +PL 4,6,0,1.2279,-2.3162,-0.3228,0.2793,-3,0,0,-3,0 + +[007a] z +PL 0,6,0,4,6,0,0,0,0,4,0,0 + +[007b] { +PL 2,9,0.4142,1,8,0,1,5,-0.4142,0,4,-0.4142,1,3,0,1,0,0.4142,2,-1,0 + +[007d] } +PL 0,-1,0.4142,1,0,0,1,3,-0.4142,2,4,-0.4142,1,5,0,1,8,0.4142,0,9,0 + +[00b0] ° +A 1.5,7.5,1.5,270,90 +A 1.5,7.5,1.5,90,270 + +[00b1] ± +L -0.0001,5,3.9999,5 +L 1.9999,7,1.9999,3 +L -0.0001,1,3.9999,1 + +[00d8] Ø +A 3,4.5,3,257.471,77.4712 +L 2,0,4,9 + +[0400] Ѐ +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 1,10.25,1,10.75 +L 3,10.25,3,10.75 + +[0410] А +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.1667,2.5 + +[0411] Б +PL 0,5,0,2.6,5,-0.4142,5,2.6,0,5,2.4,-0.4142,2.6,0,0,0,0,0,0,9,0,4,9,0 + +[0412] В +PL 0,5,0,2.6,5,-0.4142,5,2.6,0,5,2.4,-0.4142,2.6,0,0,0,0,0,0,9,0,2.5,9,-1,2.5,5,0 + +[0413] Г +PL 0,0,0,0,9,0,5,9,0 + +[0414] Д +PL 0.5,0,0,3.5,9,0,5.5,9,0,5.5,0,0 +PL 0,-1.5,0,0,0,0,6,0,0,6,-1.5,0 + +[0415] Е +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 + +[0416] Ж +L 3,9,3,0 +PL 0,9,0,3,4.5,0,6,9,0 +L 0,0,2.7,4.95 +L 3.3,4.95,6,0 + +[0417] З +PL 0.2111,1.1056,0.2841,2,0,0,3,0,0.4142,5,2,0,5,3,0.4142,3,5,1,3,9,0,2,9,0.1989,0.5858,8.4142,0 +L 3,5,2,5 + +[0418] И +PL 0,9,0,0,0,0,5,9,0,5,0,0 + +[0419] Й +PL 0,9,0,0,0,0,5,9,0,5,0,0 +L 1.5,10,3.5,10 + +[041a] К +L 0,9,0,0 +L 0,3.5,5,9 +L 1.6713,5.3384,5,0 + +[041b] Л +PL 5,0,0,5,9,0,3.5,9,0,0,0,0 + +[041c] М +PL 0,0,0,0,9,0,3,4,0,6,9,0,6,0,0 + +[041d] Н +L 0,9,0,0 +L 5,0,5,9 +L 0,5,5,5 + +[041e] О +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 + +[041f] П +PL 5,0,0,5,9,0,0,9,0,0,0,0 + +[0420] Р +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 + +[0421] С +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 + +[0422] Т +L 0,9,6,9 +L 3,9,3,0 + +[0423] У +PL 0,9,0,0,6,0.4142,2,4,0,5,4,0 +PL 0.5,0,0,3,0,0.4142,5,2,0,5,9,0 + +[0424] Ф +L 3,9,3,0 +PLC 2,2,0,4,2,0.4142,6,4,0,6,5.5,0.4142,4,7.5,0,2,7.5,0.4142,0,5.5,0,0,4,0.4142 + +[0425] Х +L 0,9,6,0 +L 0,0,6,9 + +[0426] Ц +PL 0,9,0,0,0,0,6,0,0,6,-1.5,0 +L 5,9,5,0 + +[0427] Ч +L 5,9,5,0 +PL 0,9,0,0,6,0.4142,2,4,0,5,4,0 + +[0428] Ш +PL 0,9,0,0,0,0,6,0,0,6,9,0 +L 3,9,3,0 + +[0429] Щ +PL 0,9,0,0,0,0,7,0,0,7,-1.5,0 +L 6,0,6,9 +L 3,9,3,0 + +[042a] Ъ +PL 0,9,0,1.5,9,0,1.5,0,0,4,0,1,4,5,0,1.5,5,0 + +[042b] Ы +PL 0,9,0,0,0,0,2,0,1,2,5,0,0,5,0 +L 6,9,6,0 + +[042c] Ь +PL 0,9,0,0,0,0,2.5,0,1,2.5,5,0,0,5,0 + +[042d] Э +PL 0,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,0,0,0 +L 5,5,2,5 + +[042e] Ю +PLC 1.5,7,0,1.5,2,0.4142,3.5,0,0,4,0,0.4142,6,2,0,6,7,0.4142,4,9,0,3.5,9,0.4142 +L 0,9,0,0 +L 0,5,1.5,5 + +[042f] Я +PL 5,0,0,5,9,0,2,9,0.4142,0,7,0,0,6,0.4142,2,4,0,5,4,0 +L 0,0,3,4 + +[0430] а +PLC 0,4.5,0,0,1.5,0.4142,1.5,0,0,2.5,0,0.4142,4,1.5,0,4,6,0,1.5,6,0.4142 +A 5.5,1.5,1.5,180,270 + +[0431] б +PLC 0,4.5,0,0,1.5,0.4142,1.5,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,1.5,6,0.4142 +PL 3.5421,5.5789,0,0,9,0,4,9,0 + +[0432] в +PL 0.2946,5.3928,0,1.8944,7.5528,1.2636,0,8,0,0,1.5,0,0,1.5,0.4142,1.5,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,1.5,6,0.4142,0,4.5,0 + +[0433] г +PL 4,0.4391,-0.1997,0.8919,0.2047,-0.6971,0.8146,2.4551,0,3.1854,3.4231,0.6971,3.1081,5.6735,0.1997,0,5.4391,0 + +[0434] д +PL 4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,2.5,0,0.4142,4,1.5,0,4,7.5,0.4142,2.5,9,0,0.5,9,0 + +[0435] е +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 + +[0436] ж +L 3,6,3,0 +PL 0,6,0,3,3,0,6,6,0 +L 0,0,2.5714,3.4286 +L 6,0,3.4286,3.4286 + +[0437] з +PL 0.077,1.0257,0.3228,1.5,0,0,2.5,0,1,2.5,3,1,2.5,6,0,1.5,6,0.3228,0.077,4.9743,0 +L 1.5,3,2.5,3 + +[0438] и +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 + +[0439] й +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 1,7.5,3,7.5 + +[043a] к +L 0,6,0,0 +L 0,3,4,6 +L 1.3333,4,4,0 + +[043b] л +PL 0,0,0,2.5,6,0,4,6,0,4,0,0 + +[043c] м +PL 5,0,0,5,6,0,2.5,2.5,0,0,6,0,0,0,0 + +[043d] н +L 0,6,0,0 +L 4,6,4,0 +L 0,3,4,3 + +[043e] о +PLC 0,2,1,4,2,0,4,4,1,0,4,0 + +[043f] п +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 + +[0440] р +PL 0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0,0,-3,0 + +[0441] с +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 + +[0442] т +PL 0,0,0,0,6,0,4.5,6,-0.4142,6,4.5,0,6,0,0 +L 3,6,3,0 + +[0443] у +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0 +PL 0.5,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0 + +[0444] ф +L 3,8,3,-3 +A 3,3,3,270,90 +A 3,3,3,90,270 + +[0445] х +L 0,6,4,0 +L 0,0,4,6 + +[0446] ц +PL 0,6,0,0,1.5,0.4142,1.5,0,0,5,0,0,5,-1.5,0 +L 4,0,4,6 + +[0447] ч +L 4,6,4,0 +PL 0,6,0,0,4.5,0.4142,1.5,3,0,4,3,0 + +[0448] ш +PL 0,6,0,0,1.5,0.4142,1.5,0,0,6,0,0,6,6,0 +L 3,6,3,0 + +[0449] щ +PL 0,6,0,0,1.5,0.4142,1.5,0,0,7,0,0,7,-1.5,0 +L 6,6,6,0 +L 3,6,3,0 + +[044a] ъ +PL 0,6,0,1.5,6,0,1.5,0,0,4,0,1,4,3,0,1.5,3,0 + +[044b] ы +PL 0,6,0,0,0,0,2,0,1,2,3,0,0,3,0 +L 5,6,5,0 + +[044c] ь +PL 0,6,0,0,0,0,2.5,0,1,2.5,3,0,0,3,0 + +[044d] э +PL 0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0 +L 1.5,3,4,3 + +[044e] ю +L 0,6,0,0 +PLC 1.5,4.5,0,1.5,1.5,1,4.5,1.5,0,4.5,4.5,1 +L 0,3,1.5,3 + +[044f] я +PL 4,0,0,4,6,0,1.5,6,1,1.5,3,0,4,3,0 +L 0,0,2.5,3 + +[0450] ѐ +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 1,9,1,8.5 +L 3,9,3,8.5 diff --git a/assets/fonts/GothGBT.cxf b/assets/fonts/GothGBT.cxf new file mode 100644 index 00000000..8619687b --- /dev/null +++ b/assets/fonts/GothGBT.cxf @@ -0,0 +1,760 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Gothic Great Britain triplex +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts + +[0021] ! +PLC 0.8572,8.5715,0,0,8.1429,0,0.8572,7.7144,0,1.2857,3,0,1.7143,7.7144,0,2.5715,8.1429,0,1.7143,8.5715,0,1.2857,9.0001,0 +PLC 1.7143,8.1429,0,1.2857,8.5715,0,0.8572,8.1429,0,1.2857,7.7144,0 +L 1.2857,7.7144,1.2857,3 +PLC 0.4286,0.4286,0,1.2857,0,0,2.1429,0.4286,0,1.2857,1.2857,0 +PLC 0.8572,0.4286,0,1.7143,0.4286,0,1.2857,0.8572,0 + +[0022] " +PLC 0,8.5715,0,0,6.0001,0,0.8572,8.5715,0,0.4286,9.0001,0 +L 0.4286,8.5715,0,6.0001 +PLC 3.8572,8.5715,0,3.8572,6.0001,0,4.7143,8.5715,0,4.2858,9.0001,0 +L 4.2858,8.5715,3.8572,6.0001 + +[0023] # +L 3.4286,9.0001,0.4286,-3 +L 6.0001,9.0001,3,-3 +L 0.4286,4.2858,6.4286,4.2858 +L 0,1.7143,6.0001,1.7143 + +[0024] $ +L 2.1429,10.7144,2.1429,-1.7143 +L 3.8572,10.7144,3.8572,-1.7143 +PLC 4.7143,8.5715,0,5.1429,7.7144,0,5.1429,6.8572,0,6.0001,7.2858,0,5.5715,8.1429,0,5.1429,8.5715,0,3.8572,9.0001,0 +PL 3.8572,9.0001,0,2.1429,9.0001,0,0.8572,8.5715,0,0,7.7144,0,0,6.4286,0,0.4286,5.5715,0,1.7143,4.7143,0,4.2858,3.8572,0,5.1429,3.4286,0,5.5715,2.5715,0,5.5715,1.2857,0,5.1429,0.4286,0,5.5715,0.8572,0,6.0001,1.7143,0,6.0001,3,0,5.5715,3.8572,0,4.2858,4.7143,0,1.7143,5.5715,0,0.8572,6.0001,0,0.4286,6.8572,0,0.4286,7.7144,0,0.8572,8.5715,0 +L 5.5715,7.2858,5.1429,8.1429 +PL 0.4286,6.4286,0,0.8572,5.5715,0,1.7143,5.1429,0,4.2858,4.2858,0,5.1429,3.8572,0,5.5715,3,0 +L 0.8572,0.8572,0.4286,1.7143 +PL 5.1429,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0.8572,2.1429,0,0.8572,1.2857,0,1.2857,0.4286,0,2.1429,0,0 + +[0025] % +PL 2.1429,9.0001,0,1.2857,9.0001,0,0.4286,8.5715,0,0,7.7144,0,0,6.8572,0,0.8572,6.0001,0,1.7143,6.0001,0,2.5715,6.4286,0,3,7.2858,0,3,8.1429,0,2.1429,9.0001,0,3,8.5715,0,4.2858,8.1429,0,5.5715,8.1429,0,6.8572,8.5715,0,7.7144,9.0001,0,0,0,0 +PLC 5.1429,2.5715,0,4.7143,1.7143,0,4.7143,0.8572,0,5.5715,0,0,6.4286,0,0,7.2858,0.4286,0,7.7144,1.2857,0,7.7144,2.1429,0,6.8572,3,0,6.0001,3,0 + +[0026] & +PL 4.7143,3,0,7.2858,5.5715,0,7.7144,5.1429,0,8.1429,5.1429,0,8.5715,5.5715,0,8.1429,4.7143,0,7.2858,4.7143,0,6.8572,5.1429,0 +PL 6.8572,4.7143,0,7.2858,4.2858,0,7.7144,4.2858,0,8.1429,4.7143,0 +PL 4.2858,2.5715,0,1.7143,0,0,0,2.1429,0,2.5715,4.7143,0 +PL 3,5.1429,0,4.7143,6.8572,0,3,9.0001,0,0.8572,6.4286,0,3.4286,3.8572,0,5.1429,1.2857,0,6.0001,0.4286,0,6.8572,0,0,7.7144,0,0,8.1429,0.4286,0,8.5715,1.2857,0,8.1429,0.8572,0,6.8572,0.8572,0,6.0001,1.2857,0,5.5715,1.7143,0,3.8572,4.2858,0,1.2857,6.8572,0 +L 1.7143,0.4286,0.4286,2.1429 +L 4.2858,6.8572,3,8.5715 +PL 1.2857,6.4286,0,3.4286,4.2858,0,5.1429,1.7143,0,6.0001,0.8572,0,6.8572,0.4286,0,8.1429,0.4286,0 +L 2.1429,0.4286,0.4286,2.5715 +L 4.2858,6.4286,2.5715,8.5715 + +[0027] ' +PLC 0.8572,7.2858,0,0,8.1429,0,0.8572,9.0001,0,1.2857,8.1429,0,1.2857,7.2858,0,0.8572,6.4286,0 +L 0.8572,6.4286,0,6.0001 +PLC 0.4286,8.1429,0,0.8572,7.7144,0,0.8572,8.5715,0 + +[0028] ( +PL 3,10.7144,0,2.1429,9.8572,0,1.2857,8.5715,0,0.4286,6.8572,0,0,4.7143,0,0,3,0,0.4286,0.8572,0,1.2857,-0.8572,0,2.1429,-2.1429,0,3,-3,0 +PL 1.2857,8.1429,0,0.8572,6.8572,0,0.4286,5.1429,0,0.4286,2.5715,0,0.8572,0.8572,0,1.2857,-0.4286,0 +PL 2.1429,9.8572,0,1.7143,9.0001,0,1.2857,7.7144,0,0.8572,5.1429,0,0.8572,2.5715,0,1.2857,0,0,1.7143,-1.2857,0,2.1429,-2.1429,0 + +[0029] ) +PL 0,10.7144,0,0.8572,9.8572,0,1.7143,8.5715,0,2.5715,6.8572,0,3,4.7143,0,3,3,0,2.5715,0.8572,0,1.7143,-0.8572,0,0.8572,-2.1429,0,0,-3,0 +PL 1.7143,8.1429,0,2.1429,6.8572,0,2.5715,5.1429,0,2.5715,2.5715,0,2.1429,0.8572,0,1.7143,-0.4286,0 +PL 0.8572,9.8572,0,1.2857,9.0001,0,1.7143,7.7144,0,2.1429,5.1429,0,2.1429,2.5715,0,1.7143,0,0,1.2857,-1.2857,0,0.8572,-2.1429,0 + +[002a] * +PLC 1.7143,8.5715,0,2.5715,4.2858,0,2.1429,3.8572,0,2.1429,9.0001,0 +PL 2.1429,9.0001,0,2.5715,8.5715,0,1.7143,4.2858,0,2.1429,3.8572,0 +PLC 0.4286,7.7144,0,3.8572,5.1429,0,4.2858,5.1429,0,0,7.7144,0 +PL 0,7.7144,0,0,7.2858,0,4.2858,5.5715,0,4.2858,5.1429,0 +PLC 3.8572,7.7144,0,0.4286,5.1429,0,0,5.1429,0,4.2858,7.7144,0 +PL 4.2858,7.7144,0,4.2858,7.2858,0,0,5.5715,0,0,5.1429,0 + +[002b] + +PLC 3.4286,0.4286,0,3.8572,0.4286,0,3.8572,7.7144,0,3.4286,7.7144,0 +PLC 7.2858,4.2858,0,7.2858,3.8572,0,0,3.8572,0,0,4.2858,0 + +[002c] , +PLC 0.8572,-0.4286,0,0,0.4286,0,0.8572,1.2857,0,1.2857,0.4286,0,1.2857,-0.4286,0,0.8572,-1.2857,0 +L 0.8572,-1.2857,0,-1.7143 +PLC 0.4286,0.4286,0,0.8572,0,0,0.8572,0.8572,0 + +[002d] - +PLC 7.2858,4.2858,0,7.2858,3.8572,0,0,3.8572,0,0,4.2858,0 + +[002e] . +PLC 0,0.4286,0,0.8572,0,0,1.7143,0.4286,0,0.8572,1.2857,0 +PLC 0.4286,0.4286,0,1.2857,0.4286,0,0.8572,0.8572,0 + +[002f] / +PLC 0,-3,0,0.4286,-3,0,8.1429,10.7144,0,7.7144,10.7144,0 + +[0030] 0 +PLC 0.8572,1.2857,0,0,0.8572,0,0.8572,0.8572,0,1.7143,0.4286,0,2.1429,0,0,3,0.4286,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,8.1429,0,0.8572,8.1429,0 +PL 1.2857,7.7144,0,1.2857,1.2857,0,2.5715,0.4286,0 +PL 1.7143,8.1429,0,3.8572,8.5715,0,4.7143,9.0001,0,5.1429,8.5715,0,6.0001,8.1429,0,6.8572,8.1429,0,6.0001,7.7144,0,6.0001,0.8572,0,5.1429,0.8572,0,5.1429,7.7144,0,4.2858,8.1429,0,3.8572,8.5715,0 +PL 4.2858,8.5715,0,5.5715,7.7144,0,5.5715,1.2857,0 +L 3,0.4286,5.1429,0.8572 + +[0031] 1 +PL 0.8572,7.7144,0,0.4286,8.1429,0,0.8572,8.5715,0,1.2857,7.7144,0,1.2857,0.8572,0,2.1429,0.4286,0,3,0.8572,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,8.1429,0,1.2857,9.0001,0,0,8.1429,0,0.4286,7.7144,0,0.8572,6.8572,0,0.8572,1.2857,0,0,0.8572,0,0.4286,0.8572,0,1.2857,0.4286,0,1.7143,0,0,2.1429,0.4286,0 + +[0032] 2 +PLC 1.2857,8.1429,0,2.1429,8.5715,0,2.5715,9.0001,0,3.4286,8.5715,0,3,8.1429,0,2.1429,7.7144,0,1.2857,7.7144,0,0.4286,8.1429,0 +PL 3.4286,8.5715,0,4.7143,8.1429,0,5.5715,8.1429,0,5.5715,4.7143,0,2.5715,4.7143,0,1.2857,4.2858,0,0.4286,3.4286,0,0,2.1429,0,0,0,0,1.7143,0.8572,0,3.4286,1.2857,0,4.7143,1.2857,0,6.4286,0.8572,0,5.5715,0,0,4.2858,0.4286,0,2.1429,0.4286,0,0,0,0 +L 2.1429,8.1429,3,8.5715 +L 4.7143,8.1429,4.7143,4.7143 +L 5.1429,7.7144,5.1429,5.1429 +PL 1.2857,0.4286,0,2.5715,0.8572,0,4.7143,0.8572,0,6.0001,0.4286,0 + +[0033] 3 +PLC 0.8572,8.1429,0,1.7143,8.5715,0,2.1429,9.0001,0,3,8.5715,0,2.1429,7.7144,0,1.2857,7.7144,0,0.4286,8.1429,0 +PL 3,8.5715,0,4.7143,8.1429,0,5.5715,8.1429,0,5.5715,5.1429,0,4.7143,5.1429,0,4.7143,8.1429,0 +L 1.7143,8.1429,2.5715,8.5715 +L 5.1429,7.7144,5.1429,5.5715 +PL 4.7143,5.1429,0,3.4286,4.7143,0,2.5715,4.2858,0 +PL 2.5715,4.7143,0,3.4286,4.2858,0,4.7143,3.8572,0,5.5715,3.8572,0,5.5715,0.8572,0,4.7143,0.8572,0,4.7143,3.8572,0 +L 5.1429,3.4286,5.1429,1.2857 +PLC 0.8572,1.2857,0,1.7143,1.2857,0,2.5715,0.8572,0,3,0.4286,0,2.1429,0,0,1.7143,0.4286,0,0.8572,0.8572,0,0,0.8572,0 +L 1.7143,0.8572,2.5715,0.4286 +L 3,0.4286,4.7143,0.8572 + +[0034] 4 +PL 4.2858,7.2858,0,4.7143,8.1429,0,4.2858,8.5715,0,4.2858,0.8572,0,5.1429,0.4286,0,6.0001,0.8572,0,5.5715,0.8572,0,4.7143,1.2857,0,4.7143,7.2858,0,5.1429,8.1429,0,4.2858,9.0001,0,0,4.7143,0,0,2.5715,0,3.8572,2.5715,0 +PL 4.7143,2.5715,0,6.4286,2.5715,0,6.8572,2.1429,0,6.8572,3,0,6.4286,2.5715,0 +L 0.4286,4.7143,0.4286,3 +L 0.8572,5.5715,0.8572,2.5715 +PL 3.8572,8.5715,0,3.8572,1.2857,0,3,0.8572,0,3.4286,0.8572,0,4.2858,0.4286,0,4.7143,0,0,5.1429,0.4286,0 + +[0035] 5 +PL 0.4286,8.1429,0,4.2858,8.1429,0,5.1429,8.5715,0,5.5715,9.0001,0,0.4286,9.0001,0,0.4286,5.1429,0,1.7143,5.1429,0,3.4286,5.5715,0,4.2858,6.0001,0,4.7143,6.4286,0,5.1429,6.0001,0,6.0001,5.5715,0,6.4286,5.5715,0,5.5715,5.1429,0,5.5715,0.8572,0,4.7143,0.8572,0,4.7143,5.1429,0,3.8572,5.5715,0,3.4286,5.5715,0 +L 0.8572,8.5715,4.7143,8.5715 +PL 4.2858,6.0001,0,5.1429,5.5715,0,5.1429,1.2857,0 +PLC 0.8572,1.2857,0,1.7143,1.2857,0,2.5715,0.8572,0,3,0.4286,0,2.1429,0,0,1.7143,0.4286,0,0.8572,0.8572,0,0,0.8572,0 +L 1.7143,0.8572,2.5715,0.4286 +L 3,0.4286,4.7143,0.8572 + +[0036] 6 +PLC 0.8572,1.2857,0,0,0.8572,0,0.8572,0.8572,0,1.7143,0.4286,0,2.1429,0,0,3,0.4286,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,8.1429,0,0.8572,8.1429,0 +PL 1.2857,7.7144,0,1.2857,1.2857,0,2.5715,0.4286,0 +PL 1.7143,8.1429,0,3.4286,8.5715,0,4.2858,9.0001,0,4.7143,8.5715,0,5.5715,8.1429,0,6.0001,8.1429,0,5.1429,7.7144,0,4.2858,7.7144,0,3.4286,8.5715,0 +L 3.8572,8.5715,4.7143,8.1429 +PL 1.7143,4.7143,0,2.1429,4.7143,0,3.8572,5.1429,0,4.7143,5.5715,0,5.1429,6.0001,0,5.5715,5.5715,0,6.4286,5.1429,0,6.8572,5.1429,0,6.0001,4.7143,0,6.0001,0.8572,0,5.1429,0.8572,0,5.1429,4.7143,0,4.2858,5.1429,0,3.8572,5.1429,0 +PL 4.7143,5.5715,0,5.5715,4.7143,0,5.5715,1.2857,0 +L 3,0.4286,5.1429,0.8572 + +[0037] 7 +PLC 0.8572,9.0001,0,2.1429,8.5715,0,4.2858,8.5715,0,6.4286,9.0001,0,4.7143,8.1429,0,3,7.7144,0,1.7143,7.7144,0,0,8.1429,0 +PL 0.4286,8.5715,0,1.7143,8.1429,0,3.8572,8.1429,0,5.1429,8.5715,0 +PL 6.4286,9.0001,0,6.0001,8.1429,0,5.1429,6.8572,0,3.4286,5.1429,0,2.5715,3.8572,0,2.1429,2.5715,0,2.1429,1.2857,0,2.5715,0,0,3.4286,0.8572,0,3,2.1429,0,3,3.4286,0,3.4286,4.7143,0,4.2858,6.0001,0 +PL 3,4.2858,0,2.5715,3,0,2.5715,1.7143,0,3,0.4286,0 + +[0038] 8 +PLC 0.8572,5.1429,0,1.7143,5.1429,0,1.7143,7.7144,0,0.8572,7.7144,0 +L 1.2857,7.2858,1.2857,5.5715 +PL 1.7143,7.7144,0,3.8572,8.1429,0,4.7143,8.5715,0,5.1429,9.0001,0,5.5715,8.5715,0,6.4286,8.1429,0,6.8572,8.1429,0,6.0001,7.7144,0,6.0001,5.1429,0,5.1429,5.1429,0,5.1429,7.7144,0,4.2858,8.1429,0,3.8572,8.1429,0 +PL 4.7143,8.5715,0,5.5715,8.1429,0,5.5715,5.5715,0 +PL 1.7143,5.1429,0,5.1429,3.8572,0,6.0001,3.8572,0,6.0001,0.8572,0,5.1429,0.8572,0,5.1429,3.8572,0 +PL 5.1429,5.1429,0,1.7143,3.8572,0,0.8572,3.8572,0,0.8572,1.2857,0,0,0.8572,0,0.8572,0.8572,0,1.7143,0.4286,0,2.1429,0,0,3,0.4286,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,3.8572,0 +PL 1.2857,3.4286,0,1.2857,1.2857,0,2.5715,0.4286,0 +L 5.5715,3.4286,5.5715,1.2857 +L 3,0.4286,5.1429,0.8572 + +[0039] 9 +PL 1.2857,7.7144,0,1.2857,3.8572,0,2.1429,3.4286,0,3,3.8572,0,2.5715,3.8572,0,1.7143,4.2858,0,1.7143,8.1429,0,0.8572,8.1429,0,0.8572,4.2858,0,0,3.8572,0,0.4286,3.8572,0,1.2857,3.4286,0,1.7143,3,0,2.1429,3.4286,0 +PL 1.7143,8.1429,0,3.8572,8.5715,0,4.7143,9.0001,0,5.1429,8.5715,0,6.0001,8.1429,0,6.8572,8.1429,0,6.0001,7.7144,0,6.0001,0.8572,0,5.1429,0.8572,0,5.1429,7.7144,0,4.2858,8.1429,0,3.8572,8.5715,0 +PL 4.2858,8.5715,0,5.5715,7.7144,0,5.5715,1.2857,0 +PL 3,3.8572,0,4.7143,4.2858,0,5.1429,4.2858,0 +PLC 1.2857,1.2857,0,2.1429,1.2857,0,3,0.8572,0,3.4286,0.4286,0,2.5715,0,0,2.1429,0.4286,0,1.2857,0.8572,0,0.4286,0.8572,0 +L 2.1429,0.8572,3,0.4286 +L 3.4286,0.4286,5.1429,0.8572 + +[003a] : +PLC 0,5.1429,0,0.8572,4.7143,0,1.7143,5.1429,0,0.8572,6.0001,0 +PLC 0.4286,5.1429,0,1.2857,5.1429,0,0.8572,5.5715,0 +PLC 0,0.4286,0,0.8572,0,0,1.7143,0.4286,0,0.8572,1.2857,0 +PLC 0.4286,0.4286,0,1.2857,0.4286,0,0.8572,0.8572,0 + +[003b] ; +PLC 0,5.1429,0,0.8572,4.7143,0,1.7143,5.1429,0,0.8572,6.0001,0 +PLC 0.4286,5.1429,0,1.2857,5.1429,0,0.8572,5.5715,0 +PLC 0.8572,-0.4286,0,0,0.4286,0,0.8572,1.2857,0,1.2857,0.4286,0,1.2857,-0.4286,0,0.8572,-1.2857,0 +L 0.8572,-1.2857,0,-1.7143 +PLC 0.4286,0.4286,0,0.8572,0,0,0.8572,0.8572,0 + +[003c] < +PL 6.8572,7.7144,0,0,3.8572,0,6.8572,0,0 + +[003d] = +PLC 7.2858,6.0001,0,7.2858,5.5715,0,0,5.5715,0,0,6.0001,0 +PLC 7.2858,2.5715,0,7.2858,2.1429,0,0,2.1429,0,0,2.5715,0 + +[003e] > +PL 0,7.7144,0,6.8572,3.8572,0,0,0,0 + +[003f] ? +PLC 0.4286,8.1429,0,0.8572,8.5715,0,2.1429,9.0001,0,1.2857,8.5715,0,0.8572,7.7144,0,0.8572,6.8572,0,0,7.2858,0 +PL 2.1429,9.0001,0,3,9.0001,0,4.2858,8.5715,0,4.7143,8.1429,0,5.1429,7.2858,0,5.1429,6.4286,0,4.7143,5.5715,0,3.8572,4.7143,0,3,4.2858,0,3.8572,5.1429,0,4.2858,6.0001,0,4.2858,7.7144,0,3.8572,8.5715,0,3,9.0001,0 +L 0.4286,7.2858,0.8572,8.1429 +PL 4.2858,8.1429,0,4.7143,7.7144,0,4.7143,6.0001,0,4.2858,5.5715,0 +PL 2.5715,4.2858,0,2.5715,3,0,3,4.2858,0,2.1429,4.2858,0,2.5715,3,0 +PLC 1.7143,0.4286,0,2.5715,0,0,3.4286,0.4286,0,2.5715,1.2857,0 +PLC 2.1429,0.4286,0,3,0.4286,0,2.5715,0.8572,0 + +[0040] @ +PL 6.4286,5.5715,0,6.0001,6.4286,0,5.1429,6.8572,0,3.8572,6.8572,0,3,6.4286,0,2.5715,6.0001,0,2.1429,4.7143,0,2.1429,3.4286,0,2.5715,2.5715,0,3.4286,2.1429,0,4.7143,2.1429,0,5.5715,2.5715,0,6.0001,3.4286,0,6.4286,6.8572,0 +PL 3.8572,6.8572,0,3,6.0001,0,2.5715,4.7143,0,2.5715,3.4286,0,3,2.5715,0,3.4286,2.1429,0 +PL 6.0001,3.4286,0,6.0001,2.5715,0,6.8572,2.1429,0,7.7144,2.1429,0,8.5715,3,0,9.0001,4.2858,0,9.0001,5.1429,0,8.5715,6.4286,0,8.1429,7.2858,0,7.2858,8.1429,0,6.4286,8.5715,0,5.1429,9.0001,0,3.8572,9.0001,0,2.5715,8.5715,0,1.7143,8.1429,0,0.8572,7.2858,0,0.4286,6.4286,0,0,5.1429,0,0,3.8572,0,0.4286,2.5715,0,0.8572,1.7143,0,1.7143,0.8572,0,2.5715,0.4286,0,3.8572,0,0,5.1429,0,0,6.4286,0.4286,0,7.2858,0.8572,0,7.7144,1.2857,0 +PL 6.8572,6.8572,0,6.4286,3.4286,0,6.4286,2.5715,0,6.8572,2.1429,0 + +[0041] A +PL 2.1429,7.7144,0,3,8.5715,0,3.8572,9.0001,0,4.7143,9.0001,0,5.1429,8.5715,0,8.1429,1.7143,0,8.5715,1.2857,0,9.4287,1.2857,0,8.5715,0,0,8.1429,0,0,7.7144,0.4286,0,7.2858,1.2857,0,4.2858,8.1429,0,3.8572,8.5715,0,3,8.5715,0 +PL 4.2858,8.5715,0,4.7143,8.1429,0,7.7144,1.2857,0,8.1429,0.4286,0,8.5715,0.8572,0,7.7144,1.2857,0 +PL 2.1429,6.0001,0,2.5715,6.4286,0,3.4286,6.8572,0,3.8572,6.8572,0,4.2858,6.4286,0 +L 3.8572,6.4286,3.8572,6.0001 +PL 2.5715,6.4286,0,3.4286,6.4286,0,3.8572,5.5715,0 +PLC 0.8572,0.8572,0,1.7143,1.2857,0,3,1.2857,0,3.8572,0.8572,0,3,0,0,2.5715,0.4286,0,1.2857,0.4286,0,0,0,0 +PL 1.2857,0.8572,0,3,0.8572,0,3.4286,0.4286,0 +L 4.7143,7.2858,2.1429,1.2857 +L 3,3.4286,6.4286,3.4286 + +[0042] B +PLC 0.8572,9.0001,0,2.1429,9.0001,0,3,8.5715,0,3.8572,9.0001,0,3,8.1429,0,1.7143,8.1429,0,0.8572,8.5715,0,0,8.1429,0 +L 1.2857,8.5715,2.5715,8.5715 +PLC 1.7143,6.4286,0,1.2857,5.5715,0,1.2857,5.1429,0,0.4286,5.1429,0,0,4.7143,0,0,3.8572,0,0.4286,4.2858,0,1.2857,4.2858,0,1.2857,1.7143,0,1.7143,2.1429,0,2.1429,3,0,2.1429,6.8572,0 +L 1.7143,6.0001,1.7143,2.5715 +L 0.4286,4.7143,1.7143,4.7143 +PLC 3.8572,7.2858,0,3.4286,6.4286,0,3.4286,2.5715,0,3.8572,3,0,4.2858,3.8572,0,4.2858,7.7144,0 +L 3.8572,6.8572,3.8572,3.4286 +PL 4.2858,7.7144,0,6.8572,9.0001,0,7.7144,8.5715,0,8.1429,7.7144,0,8.1429,6.8572,0,7.2858,6.0001,0,5.5715,5.1429,0,5.5715,1.2857,0 +PL 6.8572,8.5715,0,7.7144,7.7144,0,7.7144,6.8572,0 +PL 6.0001,8.5715,0,6.8572,8.1429,0,7.2858,7.7144,0,7.2858,6.4286,0,6.4286,5.5715,0,7.7144,4.7143,0,8.1429,3.8572,0,8.1429,1.2857,0,7.2858,1.2857,0,7.2858,4.2858,0,6.8572,5.1429,0,6.4286,5.5715,0 +PL 7.2858,4.7143,0,7.7144,3.8572,0,7.7144,1.7143,0 +PLC 2.1429,0.8572,0,3.4286,1.2857,0,5.1429,1.2857,0,6.4286,0.8572,0,5.5715,0,0,4.7143,0.4286,0,2.5715,0.4286,0,0.8572,0,0 +PL 1.7143,0.4286,0,3,0.8572,0,5.1429,0.8572,0,6.0001,0.4286,0 +L 6.4286,0.8572,7.2858,1.2857 +L 5.5715,3.8572,7.2858,3.8572 +L 5.5715,2.5715,7.2858,2.5715 + +[0043] C +PLC 1.7143,8.1429,0,0.8572,7.2858,0,0.4286,6.4286,0,0,5.1429,0,0,3.4286,0,0.4286,2.1429,0,0.8572,1.2857,0,2.1429,0.4286,0,3.4286,0,0,4.7143,0,0,6.0001,0.4286,0,6.8572,0.8572,0,7.7144,1.7143,0,8.1429,2.5715,0,7.2858,1.7143,0,6.4286,1.2857,0,5.1429,0.8572,0,3.8572,0.8572,0,2.5715,1.2857,0,1.2857,2.5715,0,0.8572,3.8572,0,0.8572,5.5715,0,1.2857,6.8572,0,1.7143,7.7144,0,2.5715,8.5715,0 +PL 0.8572,6.8572,0,0.4286,5.5715,0,0.4286,3.4286,0,1.2857,1.7143,0,2.5715,0.8572,0,3.8572,0.4286,0,5.1429,0.4286,0,6.4286,0.8572,0 +PLC 3.4286,2.1429,0,3.8572,2.5715,0,4.2858,3.4286,0,4.2858,7.7144,0,3.4286,7.2858,0 +L 3.8572,7.2858,3.8572,3 +PL 4.2858,7.7144,0,5.5715,9.0001,0,6.4286,8.5715,0,7.2858,8.5715,0,7.7144,9.0001,0,7.2858,8.1429,0,6.4286,7.7144,0,5.5715,7.7144,0,4.7143,8.1429,0 +PL 5.1429,8.5715,0,6.0001,8.1429,0,6.8572,8.1429,0 +L 6.4286,7.7144,6.4286,1.2857 + +[0044] D +PL 5.5715,0.8572,0,4.7143,0,0,3.8572,0.4286,0,1.7143,0.4286,0,0,0,0,1.2857,0.8572,0,2.5715,1.2857,0,4.2858,1.2857,0,5.5715,0.8572,0,6.4286,1.2857,0,6.4286,7.7144,0,6.0001,8.1429,0,1.2857,8.1429,0,0.4286,8.5715,0,0,9.0001,0,6.0001,9.0001,0,6.8572,8.5715,0,7.2858,7.7144,0,7.2858,1.2857,0,6.4286,1.2857,0 +PL 0.8572,8.5715,0,6.0001,8.5715,0,6.8572,7.7144,0,6.8572,1.7143,0 +PLC 2.1429,6.4286,0,1.7143,5.5715,0,1.7143,5.1429,0,0.8572,5.1429,0,0.4286,4.7143,0,0.4286,3.8572,0,0.8572,4.2858,0,1.7143,4.2858,0,1.7143,2.1429,0,2.1429,2.5715,0,2.5715,3.4286,0,2.5715,6.8572,0 +L 2.1429,6.0001,2.1429,3 +L 0.8572,4.7143,2.1429,4.7143 +PL 0.8572,0.4286,0,2.1429,0.8572,0,4.2858,0.8572,0,5.1429,0.4286,0 +L 3.8572,8.1429,3.8572,1.2857 +PL 3.8572,6.0001,0,4.7143,5.5715,0,5.5715,5.5715,0,6.4286,6.0001,0 +PL 3.8572,3.4286,0,4.7143,3.8572,0,5.5715,3.8572,0,6.4286,3.4286,0 + +[0045] E +PLC 0.8572,9.0001,0,1.7143,9.0001,0,2.5715,8.5715,0,3.4286,9.0001,0,2.5715,8.1429,0,1.7143,8.1429,0,0.8572,8.5715,0,0,8.1429,0 +L 1.2857,8.5715,2.1429,8.5715 +PLC 1.7143,6.4286,0,1.2857,5.5715,0,1.2857,5.1429,0,0.4286,5.1429,0,0,4.7143,0,0,3.8572,0,0.4286,4.2858,0,1.2857,4.2858,0,1.2857,1.7143,0,1.7143,2.1429,0,2.1429,3,0,2.1429,6.8572,0 +L 1.7143,6.0001,1.7143,2.5715 +L 0.4286,4.7143,1.7143,4.7143 +PL 3.4286,1.2857,0,3.4286,6.0001,0,3.8572,7.2858,0,4.2858,8.1429,0,4.7143,8.5715,0,5.5715,9.0001,0,6.4286,9.0001,0,7.7144,8.5715,0,6.8572,7.7144,0,6.0001,8.1429,0,5.1429,8.1429,0,4.2858,7.7144,0,3.8572,7.2858,0 +PL 4.7143,8.1429,0,5.5715,8.5715,0,6.4286,8.5715,0,7.2858,8.1429,0 +PL 3.4286,2.5715,0,3.8572,3.8572,0,4.2858,4.7143,0,4.7143,5.1429,0,5.5715,5.1429,0,6.4286,4.7143,0,5.5715,3.8572,0,5.1429,4.2858,0,4.2858,4.2858,0,3.8572,3.8572,0 +PL 4.7143,4.7143,0,5.5715,4.7143,0,6.0001,4.2858,0 +PLC 2.1429,0.8572,0,3.8572,1.2857,0,6.0001,1.2857,0,7.7144,0.8572,0,6.8572,0,0,5.5715,0.4286,0,2.5715,0.4286,0,0.8572,0,0 +PL 1.7143,0.4286,0,3,0.8572,0,6.0001,0.8572,0,7.2858,0.4286,0 + +[0046] F +PLC 2.1429,9.0001,0,3.4286,9.0001,0,4.2858,8.5715,0,5.1429,9.0001,0,4.2858,8.1429,0,3,8.1429,0,2.1429,8.5715,0,1.2857,8.1429,0 +L 2.5715,8.5715,3.8572,8.5715 +PLC 3.4286,6.4286,0,3,5.5715,0,3,5.1429,0,2.1429,5.1429,0,1.7143,4.7143,0,1.7143,3.8572,0,2.1429,4.2858,0,3,4.2858,0,3,2.1429,0,3.4286,2.5715,0,3.8572,3.4286,0,3.8572,6.8572,0 +L 3.4286,6.0001,3.4286,3 +L 2.1429,4.7143,3.4286,4.7143 +PL 7.2858,5.1429,0,6.0001,5.1429,0,6.0001,7.7144,0,5.1429,7.2858,0,5.1429,0.8572,0,4.7143,0.4286,0,4.2858,0.4286,0,2.5715,1.2857,0,1.7143,1.2857,0,0.8572,0.8572,0,0,0,0,1.2857,0.4286,0,2.1429,0.4286,0,3,0,0,3.8572,0,0,5.5715,0.8572,0,6.0001,1.7143,0,6.0001,4.2858,0,7.2858,4.2858,0 +L 5.5715,7.2858,5.5715,1.2857 +L 5.5715,4.7143,7.2858,4.7143 +PL 3.8572,0.4286,0,3.4286,0.4286,0,2.5715,0.8572,0,1.2857,0.8572,0 +PL 6.0001,7.7144,0,7.2858,9.0001,0,8.1429,8.5715,0,9.0001,8.5715,0,9.4287,9.0001,0,9.0001,8.1429,0,8.1429,7.7144,0,7.2858,7.7144,0,6.4286,8.1429,0 +PL 6.8572,8.5715,0,7.7144,8.1429,0,8.5715,8.1429,0 +L 7.2858,7.7144,7.2858,1.7143 + +[0047] G +PLC 1.7143,8.1429,0,0.8572,7.2858,0,0.4286,6.4286,0,0,5.1429,0,0,3.8572,0,0.4286,2.5715,0,0.8572,1.7143,0,1.7143,0.8572,0,2.5715,0.4286,0,1.7143,1.2857,0,1.2857,2.1429,0,0.8572,3.4286,0,0.8572,5.5715,0,1.2857,6.8572,0,1.7143,7.7144,0,2.5715,8.5715,0 +PL 2.5715,0.4286,0,3.8572,0,0,5.5715,0,0,6.8572,0.4286,0,7.7144,1.2857,0,8.1429,2.1429,0,8.1429,3.4286,0,7.7144,4.2858,0,7.2858,4.7143,0,6.4286,5.1429,0,5.5715,5.1429,0,6.4286,4.7143,0,6.8572,4.2858,0,7.2858,3.4286,0,7.2858,1.7143,0,6.8572,0.8572,0,6.4286,0.4286,0,5.5715,0,0,5.5715,5.1429,0,7.2858,8.1429,0,6.4286,7.7144,0,5.5715,7.7144,0,4.7143,8.1429,0 +PL 0.8572,6.8572,0,0.4286,5.5715,0,0.4286,3.4286,0,0.8572,2.1429,0 +PL 7.2858,1.2857,0,7.7144,1.7143,0,7.7144,3.4286,0,7.2858,4.2858,0 +PLC 3.4286,1.7143,0,3.8572,2.1429,0,4.2858,3,0,4.2858,7.7144,0,3.4286,7.2858,0 +L 3.8572,7.2858,3.8572,2.5715 +PL 4.2858,7.7144,0,5.5715,9.0001,0,6.4286,8.5715,0,7.2858,8.5715,0,7.7144,9.0001,0,7.2858,8.1429,0 +PL 5.1429,8.5715,0,6.0001,8.1429,0,6.8572,8.1429,0 +L 5.5715,3.4286,7.2858,3.4286 +L 5.5715,2.1429,7.2858,2.1429 + +[0048] H +PLC 0.8572,9.0001,0,2.1429,9.0001,0,3,8.5715,0,3.8572,9.0001,0,3,8.1429,0,1.7143,8.1429,0,0.8572,8.5715,0,0,8.1429,0 +L 1.2857,8.5715,2.5715,8.5715 +PLC 1.7143,6.4286,0,1.2857,5.5715,0,1.2857,5.1429,0,0.4286,5.1429,0,0,4.7143,0,0,3.8572,0,0.4286,4.2858,0,1.2857,4.2858,0,1.2857,1.7143,0,1.7143,2.1429,0,2.1429,3,0,2.1429,6.8572,0 +L 1.7143,6.0001,1.7143,2.5715 +L 0.4286,4.7143,1.7143,4.7143 +PLC 2.1429,0.8572,0,3.4286,1.2857,0,4.7143,1.2857,0,5.5715,0.8572,0,4.7143,0,0,3.8572,0.4286,0,2.5715,0.4286,0,0.8572,0,0 +PL 1.7143,0.4286,0,3,0.8572,0,4.2858,0.8572,0,5.1429,0.4286,0 +PLC 3.8572,7.2858,0,3.4286,6.4286,0,3.4286,2.5715,0,3.8572,3,0,4.2858,3.8572,0,4.2858,7.7144,0 +L 3.8572,6.8572,3.8572,3.4286 +PL 4.2858,7.7144,0,5.1429,8.5715,0,6.0001,9.0001,0,6.8572,9.0001,0,7.7144,8.5715,0,6.8572,7.7144,0,6.0001,8.5715,0,5.1429,8.5715,0 +PL 6.4286,8.5715,0,6.8572,8.5715,0,7.2858,8.1429,0 +PL 5.5715,0.8572,0,5.5715,5.1429,0,6.4286,5.5715,0,7.2858,6.4286,0,7.7144,6.0001,0,8.1429,4.7143,0,8.1429,3,0,7.7144,1.2857,0,6.8572,0,0,7.2858,2.5715,0,7.2858,4.7143,0,6.8572,5.5715,0,6.4286,5.5715,0 +PL 6.8572,6.0001,0,7.2858,5.5715,0,7.7144,4.7143,0,7.7144,2.5715,0,7.2858,1.2857,0 +L 5.5715,3.8572,7.2858,3.8572 +L 5.5715,2.5715,7.2858,2.5715 + +[0049] I +PLC 2.1429,9.0001,0,3.4286,9.0001,0,4.7143,8.5715,0,5.5715,9.0001,0,4.7143,8.1429,0,3.4286,8.1429,0,2.1429,8.5715,0,1.2857,8.1429,0 +L 2.5715,8.5715,4.2858,8.5715 +PLC 3.8572,6.4286,0,3.4286,5.5715,0,3.4286,5.1429,0,2.5715,5.1429,0,2.1429,4.7143,0,2.1429,3.8572,0,2.5715,4.2858,0,3.4286,4.2858,0,3.4286,2.1429,0,3.8572,2.5715,0,4.2858,3.4286,0,4.2858,6.8572,0 +L 3.8572,6.0001,3.8572,3 +L 2.5715,4.7143,3.8572,4.7143 +PLC 6.0001,7.2858,0,5.5715,6.0001,0,5.5715,1.2857,0,5.1429,0.4286,0,6.0001,1.2857,0,6.4286,2.1429,0,6.4286,7.2858,0,6.8572,8.1429,0 +PLC 4.2858,0.4286,0,2.5715,1.2857,0,1.7143,1.2857,0,0.8572,0.8572,0,0,0,0,0.8572,0.4286,0,2.1429,0.4286,0,3,0,0,4.2858,0,0,5.1429,0.4286,0 +L 6.0001,6.8572,6.0001,1.7143 +PL 3.8572,0.4286,0,3.4286,0.4286,0,2.5715,0.8572,0,1.2857,0.8572,0 + +[004a] J +PLC 1.7143,9.0001,0,3,9.0001,0,4.2858,8.5715,0,5.1429,9.0001,0,4.2858,8.1429,0,3,8.1429,0,1.7143,8.5715,0,0.8572,8.1429,0 +L 2.1429,8.5715,3.8572,8.5715 +PLC 3.4286,6.4286,0,3,5.5715,0,3,5.1429,0,2.1429,5.1429,0,1.7143,4.7143,0,1.7143,3.8572,0,2.1429,4.2858,0,3,4.2858,0,3,2.1429,0,3.4286,2.5715,0,3.8572,3.4286,0,3.8572,6.8572,0 +L 3.4286,6.0001,3.4286,3 +L 2.1429,4.7143,3.4286,4.7143 +PLC 5.5715,7.2858,0,5.1429,6.0001,0,5.1429,1.2857,0,4.7143,0.4286,0,5.5715,1.2857,0,6.0001,2.1429,0,6.0001,7.2858,0,6.4286,8.1429,0 +L 5.5715,6.8572,5.5715,1.7143 +PL 4.7143,0.4286,0,3.4286,0,0,2.1429,0,0,0.8572,0.4286,0,0,1.2857,0,0,2.1429,0,0.4286,2.5715,0,0.8572,2.5715,0,1.2857,2.1429,0,0.8572,1.7143,0,0.4286,1.7143,0 +L 0,2.1429,1.2857,2.1429 + +[004b] K +PLC 0.8572,9.0001,0,2.1429,9.0001,0,3,8.5715,0,3.8572,9.0001,0,3,8.1429,0,1.7143,8.1429,0,0.8572,8.5715,0,0,8.1429,0 +L 1.2857,8.5715,2.5715,8.5715 +PLC 1.7143,6.4286,0,1.2857,5.5715,0,1.2857,5.1429,0,0.4286,5.1429,0,0,4.7143,0,0,3.8572,0,0.4286,4.2858,0,1.2857,4.2858,0,1.2857,1.7143,0,1.7143,2.1429,0,2.1429,3,0,2.1429,6.8572,0 +L 1.7143,6.0001,1.7143,2.5715 +L 0.4286,4.7143,1.7143,4.7143 +PLC 2.1429,0.8572,0,3.4286,1.2857,0,4.7143,1.2857,0,5.5715,0.8572,0,4.7143,0,0,3.8572,0.4286,0,2.5715,0.4286,0,0.8572,0,0 +PL 1.7143,0.4286,0,2.5715,0.8572,0,4.2858,0.8572,0,5.1429,0.4286,0 +PLC 3.8572,7.2858,0,3.4286,6.4286,0,3.4286,2.5715,0,3.8572,3,0,4.2858,3.8572,0,4.2858,7.7144,0 +L 3.8572,6.8572,3.8572,3.4286 +PL 4.2858,7.7144,0,5.1429,8.5715,0,6.0001,9.0001,0,6.8572,9.0001,0,7.7144,8.5715,0,6.8572,7.7144,0,6.0001,8.5715,0,5.1429,8.5715,0 +PL 6.4286,8.5715,0,6.8572,8.5715,0,7.2858,8.1429,0 +PL 5.5715,0.8572,0,5.5715,5.1429,0,6.8572,6.4286,0,7.2858,6.0001,0,8.1429,5.5715,0,7.2858,5.5715,0,6.4286,6.0001,0 +PL 8.1429,5.5715,0,7.2858,4.2858,0,5.5715,2.5715,0,5.5715,2.5715,0 +PLC 7.2858,3,0,7.7144,1.2857,0,8.1429,0.4286,0,8.5715,0.4286,0,8.1429,0,0,7.7144,0,0,7.2858,0.4286,0,6.8572,3,0,6.4286,3.4286,0 +L 7.2858,2.1429,7.7144,0.4286 + +[004c] L +PLC 0.8572,9.0001,0,2.1429,9.0001,0,3,8.5715,0,3.8572,9.0001,0,3,8.1429,0,1.7143,8.1429,0,0.8572,8.5715,0,0,8.1429,0 +L 1.2857,8.5715,2.5715,8.5715 +PLC 1.7143,6.4286,0,1.2857,5.5715,0,1.2857,5.1429,0,0.4286,5.1429,0,0,4.7143,0,0,3.8572,0,0.4286,4.2858,0,1.2857,4.2858,0,1.2857,1.7143,0,1.7143,2.1429,0,2.1429,3,0,2.1429,6.8572,0 +L 1.7143,6.0001,1.7143,2.5715 +L 0.4286,4.7143,1.7143,4.7143 +PLC 2.1429,0.8572,0,3.8572,1.2857,0,6.0001,1.2857,0,7.7144,0.8572,0,6.8572,0,0,5.5715,0.4286,0,2.5715,0.4286,0,0.8572,0,0 +PL 1.7143,0.4286,0,3,0.8572,0,6.0001,0.8572,0,7.2858,0.4286,0 +PLC 3.8572,7.2858,0,3.4286,6.4286,0,3.4286,2.5715,0,3.8572,3,0,4.2858,3.8572,0,4.2858,7.7144,0 +L 3.8572,6.8572,3.8572,3.4286 +PL 4.2858,7.7144,0,5.1429,8.5715,0,6.0001,9.0001,0,6.8572,9.0001,0,7.7144,8.5715,0,6.8572,7.7144,0,6.0001,8.5715,0,5.1429,8.5715,0 +PL 6.4286,8.5715,0,6.8572,8.5715,0,7.2858,8.1429,0 +L 6.0001,8.5715,6.0001,1.2857 + +[004d] M +PLC 2.5715,6.8572,0,2.1429,6.0001,0,2.1429,5.1429,0,1.2857,5.1429,0,0.8572,4.7143,0,0.8572,3.8572,0,1.2857,4.2858,0,2.1429,4.2858,0,2.1429,2.5715,0,2.5715,3,0,3,3.8572,0,3,7.2858,0 +L 2.5715,6.4286,2.5715,3.4286 +L 1.2857,4.7143,2.5715,4.7143 +PLC 0.8572,0.8572,0,1.7143,1.2857,0,2.5715,1.2857,0,3.4286,0.8572,0,3.8572,0.8572,0,4.2858,1.2857,0,3.8572,0.4286,0,3.4286,0,0,3,0,0,2.1429,0.4286,0,0.8572,0.4286,0,0,0,0 +PL 1.2857,0.8572,0,2.5715,0.8572,0,3.4286,0.4286,0 +PL 3,7.2858,0,4.7143,9.0001,0,6.4286,7.2858,0,6.4286,1.7143,0,6.8572,0.8572,0,7.2858,0.8572,0,6.0001,0,0,5.1429,0.8572,0,5.5715,1.2857,0,5.5715,4.2858,0,4.2858,4.2858,0 +PL 4.7143,8.5715,0,6.0001,7.2858,0,6.0001,1.2857,0,5.5715,0.8572,0,6.0001,0.4286,0,6.4286,0.8572,0,6.0001,1.2857,0 +L 4.7143,4.7143,6.0001,4.7143 +PL 3.8572,8.1429,0,4.2858,8.1429,0,5.5715,6.8572,0,5.5715,5.1429,0,4.2858,5.1429,0 +PL 7.2858,0.8572,0,7.7144,1.2857,0,7.7144,8.1429,0,7.2858,8.1429,0 +PL 6.4286,7.2858,0,8.1429,9.0001,0,9.8572,7.2858,0,9.8572,1.7143,0,10.2858,0.8572,0,10.7144,0.8572,0,9.8572,0,0,9.0001,0.8572,0,9.0001,4.2858,0,7.7144,4.2858,0 +PL 8.1429,8.5715,0,9.4287,7.2858,0,9.4287,1.2857,0,10.2858,0.4286,0 +L 8.1429,4.7143,9.4287,4.7143 +PL 7.7144,8.1429,0,9.0001,6.8572,0,9.0001,5.1429,0,7.7144,5.1429,0 +L 4.2858,8.1429,4.2858,1.2857 + +[004e] N +PL 0,7.7144,0,0.8572,8.5715,0,1.7143,9.0001,0,2.5715,9.0001,0,3.4286,8.5715,0,4.2858,7.2858,0,6.4286,2.5715,0,7.2858,1.2857,0,7.7144,0.8572,0 +PL 2.5715,8.5715,0,3.4286,7.7144,0,6.4286,1.7143,0,7.7144,0.4286,0 +PL 0.8572,8.5715,0,1.7143,8.5715,0,2.5715,8.1429,0,3.4286,6.8572,0,5.5715,2.1429,0,6.4286,0.8572,0,6.8572,0.4286,0,7.7144,0,0,7.7144,7.7144,0 +PLC 7.2858,7.7144,0,8.1429,7.7144,0,9.0001,8.1429,0,9.4287,9.0001,0,9.0001,8.5715,0,8.1429,8.5715,0,7.2858,9.0001,0,6.4286,8.1429,0 +PL 6.8572,8.5715,0,7.7144,8.1429,0,8.5715,8.1429,0 +PL 1.7143,5.1429,0,0.8572,5.1429,0,0.4286,4.7143,0,0.4286,3.8572,0,0.8572,4.2858,0,1.7143,4.2858,0 +L 0.8572,4.7143,1.7143,4.7143 +PLC 0.8572,0.8572,0,1.7143,1.2857,0,3,1.2857,0,3.8572,0.8572,0,3,0,0,2.5715,0.4286,0,1.2857,0.4286,0,0,0,0 +PL 1.2857,0.8572,0,2.5715,0.8572,0,3.4286,0.4286,0 +L 1.7143,8.5715,1.7143,1.2857 +PL 4.7143,6.4286,0,5.1429,6.0001,0,6.0001,5.5715,0,6.8572,5.5715,0,7.7144,6.0001,0 +PL 1.7143,3,0,2.5715,3.4286,0,4.2858,3.4286,0,5.1429,3,0 + +[004f] O +PLC 1.7143,8.5715,0,0.8572,7.7144,0,0.4286,6.8572,0,0,5.5715,0,0,3.8572,0,0.4286,2.5715,0,0.8572,1.7143,0,1.7143,0.8572,0,2.5715,0.4286,0,1.7143,1.2857,0,1.2857,2.1429,0,0.8572,3.4286,0,0.8572,6.0001,0,1.2857,7.2858,0,1.7143,8.1429,0,2.5715,9.0001,0 +PL 2.5715,0.4286,0,3.8572,0,0,4.7143,0,0,6.0001,0.4286,0,6.8572,0.8572,0,7.7144,1.7143,0,8.1429,2.5715,0,8.5715,3.8572,0,8.5715,5.5715,0,8.1429,6.8572,0,7.7144,7.7144,0,6.8572,8.5715,0,6.0001,9.0001,0,5.5715,8.5715,0,4.2858,7.7144,0,3,7.2858,0,3,1.7143,0,3.4286,2.1429,0,3.8572,3,0,3.8572,7.2858,0 +PL 0.8572,7.2858,0,0.4286,6.0001,0,0.4286,3.4286,0,0.8572,2.1429,0 +PL 7.7144,2.1429,0,8.1429,3.4286,0,8.1429,6.0001,0,7.2858,7.7144,0,6.8572,8.1429,0 +PL 6.0001,0.4286,0,6.8572,1.2857,0,7.2858,2.1429,0,7.7144,3.4286,0,7.7144,6.0001,0,7.2858,6.8572,0,6.4286,8.1429,0,5.5715,8.5715,0,5.5715,0.4286,0 +L 3.4286,7.2858,3.4286,2.5715 +PL 5.5715,6.0001,0,6.4286,5.5715,0,6.8572,5.5715,0,7.7144,6.0001,0 +PL 5.5715,3.4286,0,6.4286,3.8572,0,6.8572,3.8572,0,7.7144,3.4286,0 + +[0050] P +PLC 0.8572,8.5715,0,1.2857,7.7144,0,1.2857,5.1429,0,0.4286,5.1429,0,0,4.7143,0,0,3.8572,0,0.4286,4.2858,0,1.2857,4.2858,0,1.2857,0.8572,0,0,0,0,1.2857,0.4286,0,1.2857,-3,0,2.1429,-2.1429,0,2.1429,7.2858,0,1.7143,8.1429,0,1.2857,8.5715,0,0.4286,9.0001,0 +PL 1.2857,8.1429,0,1.7143,7.2858,0,1.7143,-2.1429,0 +L 0.4286,4.7143,1.7143,4.7143 +PL 2.1429,6.8572,0,3.4286,7.7144,0,5.1429,9.0001,0,6.8572,7.2858,0,6.8572,1.2857,0,6.0001,0.8572,0,6.0001,6.8572,0,4.7143,8.1429,0,4.2858,8.1429,0 +PL 5.1429,8.5715,0,6.4286,7.2858,0,6.4286,1.2857,0 +PL 3.4286,1.2857,0,4.7143,1.2857,0,6.0001,0.8572,0,5.1429,0,0,4.2858,0.4286,0,3.4286,0.4286,0 +PL 3.8572,0.8572,0,4.7143,0.8572,0,5.5715,0.4286,0 +L 3.4286,7.7144,3.4286,-1.7143 +PL 3.4286,6.0001,0,4.2858,5.5715,0,5.1429,5.5715,0,6.0001,6.0001,0 +PL 3.4286,3.4286,0,4.2858,3.8572,0,5.1429,3.8572,0,6.0001,3.4286,0 + +[0051] Q +PLC 1.7143,8.5715,0,0.8572,7.7144,0,0.4286,6.8572,0,0,5.5715,0,0,3.8572,0,0.4286,2.5715,0,0.8572,1.7143,0,1.7143,0.8572,0,2.5715,0.4286,0,1.7143,1.2857,0,1.2857,2.1429,0,0.8572,3.4286,0,0.8572,6.0001,0,1.2857,7.2858,0,1.7143,8.1429,0,2.5715,9.0001,0 +PL 2.5715,0.4286,0,3.4286,0,0,5.1429,0,0,6.8572,0.8572,0,7.7144,1.7143,0,8.1429,2.5715,0,8.5715,3.8572,0,8.5715,5.5715,0,8.1429,6.8572,0,7.7144,7.7144,0,6.8572,8.5715,0,6.0001,9.0001,0,5.5715,8.5715,0,4.2858,7.7144,0,3,7.2858,0,3,1.7143,0,3.4286,2.1429,0,3.8572,3,0,3.8572,7.2858,0 +PL 0.8572,7.2858,0,0.4286,6.0001,0,0.4286,3.4286,0,0.8572,2.1429,0 +PL 7.7144,2.1429,0,8.1429,3.4286,0,8.1429,6.0001,0,7.2858,7.7144,0,6.8572,8.1429,0 +PL 6.0001,0.4286,0,6.8572,1.2857,0,7.2858,2.1429,0,7.7144,3.4286,0,7.7144,6.0001,0,7.2858,6.8572,0,6.4286,8.1429,0,5.5715,8.5715,0,5.5715,0.4286,0 +L 3.4286,7.2858,3.4286,2.5715 +PL 5.5715,6.0001,0,6.4286,5.5715,0,6.8572,5.5715,0,7.7144,6.0001,0 +PL 5.5715,3.4286,0,6.4286,3.8572,0,6.8572,3.8572,0,7.7144,3.4286,0 +PL 3.4286,0,0,3.8572,0.4286,0,4.2858,0.4286,0,5.1429,0,0,6.8572,-2.1429,0,7.7144,-2.5715,0,8.1429,-2.5715,0,7.7144,-3,0,6.8572,-3,0,6.0001,-2.5715,0,4.7143,0,0,4.2858,0.4286,0 +PL 5.1429,-0.4286,0,6.0001,-1.7143,0,6.8572,-2.5715,0,7.2858,-2.5715,0 + +[0052] R +PLC 0.8572,9.0001,0,2.1429,9.0001,0,3,8.5715,0,3.8572,9.0001,0,3,8.1429,0,1.7143,8.1429,0,0.8572,8.5715,0,0,8.1429,0 +L 1.2857,8.5715,2.5715,8.5715 +PLC 1.7143,6.4286,0,1.2857,5.5715,0,1.2857,5.1429,0,0.4286,5.1429,0,0,4.7143,0,0,3.8572,0,0.4286,4.2858,0,1.2857,4.2858,0,1.2857,1.7143,0,1.7143,2.1429,0,2.1429,3,0,2.1429,6.8572,0 +L 1.7143,6.0001,1.7143,2.5715 +L 0.4286,4.7143,1.7143,4.7143 +PLC 2.1429,0.8572,0,3.4286,1.2857,0,4.2858,1.2857,0,5.5715,0.8572,0,4.7143,0,0,3.8572,0.4286,0,2.5715,0.4286,0,0.8572,0,0 +PL 1.7143,0.4286,0,2.5715,0.8572,0,4.2858,0.8572,0,5.1429,0.4286,0 +PLC 3.8572,7.2858,0,3.4286,6.4286,0,3.4286,2.5715,0,3.8572,3,0,4.2858,3.8572,0,4.2858,7.7144,0 +L 3.8572,6.8572,3.8572,3.4286 +PL 4.2858,7.7144,0,5.5715,8.5715,0,6.4286,9.0001,0,7.2858,8.5715,0,7.7144,7.7144,0,7.7144,6.4286,0,7.2858,5.5715,0,6.8572,5.1429,0,4.2858,3.8572,0,4.2858,3.8572,0 +PL 6.4286,8.5715,0,6.8572,8.5715,0,7.2858,7.7144,0,7.2858,6.0001,0,6.8572,5.5715,0 +PL 5.5715,8.5715,0,6.4286,8.1429,0,6.8572,7.2858,0,6.8572,6.0001,0,6.4286,5.1429,0,5.1429,4.2858,0,6.0001,3.8572,0,6.4286,3.4286,0,7.7144,1.2857,0,8.1429,0.8572,0,8.5715,0.8572,0,7.7144,0,0,6.8572,0.8572,0,6.0001,3.4286,0,5.1429,4.2858,0 +PL 6.4286,3,0,7.2858,1.2857,0,8.1429,0.4286,0 + +[0053] S +PLC 4.7143,8.1429,0,3.8572,8.5715,0,2.5715,9.0001,0,4.2858,9.0001,0,6.0001,8.5715,0,5.1429,7.7144,0 +L 5.5715,8.1429,4.7143,8.5715 +PL 2.5715,9.0001,0,1.2857,8.5715,0,0.8572,8.1429,0,0.4286,7.2858,0,0.8572,6.4286,0,1.2857,6.0001,0,2.5715,5.5715,0,6.0001,5.5715,0,6.8572,5.1429,0,7.2858,4.7143,0,7.2858,3.8572,0,6.8572,2.5715,0,8.1429,4.2858,0,8.1429,5.1429,0,7.7144,6.0001,0,6.8572,6.4286,0,2.5715,6.4286,0,1.2857,6.8572,0,0.8572,7.2858,0,0.8572,8.1429,0 +PL 0.8572,6.8572,0,1.2857,6.4286,0,2.5715,6.0001,0,6.4286,6.0001,0,7.2858,5.5715,0,7.7144,5.1429,0,7.7144,4.2858,0,7.2858,3.4286,0 +PL 6.8572,2.5715,0,5.1429,0,0,3.8572,0.4286,0,1.7143,0.4286,0,0,0,0,1.2857,0.8572,0,3,1.2857,0,4.2858,1.2857,0,5.5715,0.8572,0 +PLC 0.4286,4.7143,0,1.2857,4.2858,0,5.1429,4.2858,0,5.5715,3.8572,0,5.5715,3.4286,0,5.1429,2.5715,0,5.1429,3,0,4.2858,3.4286,0,1.2857,3.4286,0,0.4286,3.8572,0,0,4.7143,0,0,5.1429,0 +PL 0.4286,4.2858,0,1.2857,3.8572,0,4.7143,3.8572,0,5.1429,3.4286,0 +PL 0.8572,0.4286,0,2.1429,0.8572,0,3.8572,0.8572,0,5.1429,0.4286,0 +L 5.1429,7.7144,4.2858,6.4286 +L 3.8572,5.5715,3,4.2858 +PL 2.5715,3.4286,0,1.7143,2.5715,0,0.8572,2.1429,0,0.4286,2.1429,0,0.4286,2.5715,0,0.8572,2.1429,0 + +[0054] T +PLC 0.4286,6.4286,0,0,5.1429,0,0,3.4286,0,0.4286,2.1429,0,1.2857,0.8572,0,2.1429,0.4286,0,3.4286,0,0,4.7143,0,0,6.0001,0.4286,0,6.8572,0.8572,0,7.7144,1.7143,0,8.1429,2.5715,0,7.2858,1.7143,0,6.4286,1.2857,0,5.1429,0.8572,0,3.8572,0.8572,0,2.5715,1.2857,0,1.7143,1.7143,0,0.8572,3,0,0.4286,4.2858,0,0.4286,6.0001,0,0.8572,7.2858,0 +PL 0.4286,3.4286,0,0.8572,2.1429,0,1.7143,1.2857,0,2.5715,0.8572,0,3.8572,0.4286,0,5.1429,0.4286,0,6.4286,0.8572,0 +PLC 0.4286,8.5715,0,1.2857,9.0001,0,3,9.0001,0,5.5715,8.5715,0,7.2858,8.5715,0,8.1429,9.0001,0,7.2858,8.1429,0,6.4286,7.7144,0,5.1429,7.7144,0,2.5715,8.5715,0,1.2857,8.5715,0,0.4286,8.1429,0,0,7.7144,0 +PL 3.4286,8.5715,0,5.1429,8.1429,0,6.8572,8.1429,0 +PL 4.7143,7.7144,0,4.2858,7.2858,0,3.4286,6.8572,0,3.4286,2.1429,0,3.8572,2.5715,0,4.2858,3.4286,0,4.2858,7.2858,0 +L 3.8572,6.8572,3.8572,3 +L 6.4286,7.7144,6.4286,1.2857 + +[0055] U +PLC 0.8572,9.0001,0,1.7143,9.0001,0,3,8.5715,0,3.8572,9.0001,0,3,8.1429,0,2.1429,8.1429,0,0.8572,8.5715,0,0,8.1429,0 +L 1.2857,8.5715,2.5715,8.5715 +PL 4.2858,7.2858,0,4.2858,3.4286,0,3.8572,2.5715,0,3.4286,2.1429,0,3.4286,6.4286,0,3.8572,7.2858,0,5.5715,7.7144,0,6.4286,8.1429,0,6.8572,7.7144,0,6.8572,1.2857,0,5.5715,0.8572,0,3.8572,0.8572,0,2.5715,1.2857,0,1.7143,2.1429,0,1.2857,3,0,0.8572,4.2858,0,0.8572,5.5715,0,1.2857,7.2858,0,0.8572,6.4286,0,0.4286,5.1429,0,0.4286,3.4286,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3.4286,0,0,4.7143,0,0,6.0001,0.4286,0,6.8572,0.8572,0,7.7144,0,0,8.5715,0.8572,0,8.1429,0.8572,0,7.7144,1.7143,0,7.7144,7.7144,0,8.5715,8.1429,0,7.7144,8.5715,0,7.2858,9.0001,0,6.4286,8.1429,0 +PL 0.8572,3.4286,0,1.2857,2.1429,0,2.5715,0.8572,0,3.8572,0.4286,0,5.1429,0.4286,0 +L 3.8572,6.8572,3.8572,3 +PLC 7.7144,8.1429,0,7.2858,8.5715,0,6.8572,8.1429,0,7.2858,7.7144,0 +PL 7.2858,7.7144,0,7.2858,1.2857,0,8.1429,0.4286,0 +L 5.5715,7.7144,5.5715,0.8572 +L 5.5715,5.5715,6.8572,5.5715 +L 5.5715,3.8572,6.8572,3.8572 + +[0056] V +PLC 0.8572,8.5715,0,1.2857,7.7144,0,1.2857,5.1429,0,0.4286,5.1429,0,0,4.7143,0,0,3.8572,0,0.4286,4.2858,0,1.2857,4.2858,0,1.2857,1.2857,0,0.4286,0.8572,0,1.7143,0.8572,0,3,0.4286,0,3.8572,0,0,5.1429,0.8572,0,3.8572,1.2857,0,2.1429,1.2857,0,2.1429,7.2858,0,1.7143,8.1429,0,1.2857,8.5715,0,0.4286,9.0001,0 +PL 1.2857,8.1429,0,1.7143,7.2858,0,1.7143,1.2857,0 +L 0.4286,4.7143,1.7143,4.7143 +PL 2.1429,0.8572,0,3.4286,0.8572,0,4.2858,0.4286,0 +PL 5.1429,0.8572,0,6.4286,1.2857,0,7.2858,1.2857,0,7.2858,7.7144,0,8.1429,8.1429,0,7.2858,8.5715,0,6.8572,9.0001,0,6.0001,8.1429,0,5.1429,7.7144,0,3.8572,7.2858,0,3.8572,1.2857,0 +PLC 7.2858,8.1429,0,6.8572,8.5715,0,6.4286,8.1429,0,6.8572,7.7144,0 +L 6.8572,7.7144,6.8572,1.7143 +PL 6.0001,8.1429,0,6.4286,7.7144,0,6.4286,1.2857,0 +PL 3.8572,6.0001,0,4.7143,5.5715,0,5.5715,5.5715,0,6.4286,6.0001,0 +PL 3.8572,3.4286,0,4.7143,3.8572,0,5.5715,3.8572,0,6.4286,3.4286,0 + +[0057] W +PLC 0.8572,8.5715,0,1.2857,7.7144,0,1.2857,5.1429,0,0.4286,5.1429,0,0,4.7143,0,0,3.8572,0,0.4286,4.2858,0,1.2857,4.2858,0,1.2857,1.2857,0,0.4286,0.8572,0,1.7143,0.8572,0,3,0.4286,0,3.4286,0,0,4.2858,0.8572,0,3.4286,1.2857,0,2.1429,1.2857,0,2.1429,7.2858,0,1.7143,8.1429,0,1.2857,8.5715,0,0.4286,9.0001,0 +PL 1.2857,8.1429,0,1.7143,7.2858,0,1.7143,1.2857,0 +L 0.4286,4.7143,1.7143,4.7143 +PL 2.1429,0.8572,0,3,0.8572,0,3.8572,0.4286,0 +PLC 5.5715,1.2857,0,6.8572,1.2857,0,7.7144,0.8572,0,8.1429,1.2857,0,8.1429,7.7144,0,7.7144,8.1429,0,6.8572,8.1429,0,8.1429,9.0001,0,9.0001,8.1429,0,9.0001,1.2857,0,7.7144,0.8572,0,6.8572,0,0,6.4286,0.8572,0,5.5715,1.2857,0,5.5715,8.1429,0,4.7143,9.0001,0,3.4286,8.1429,0,4.2858,8.1429,0,4.7143,7.7144,0,4.7143,1.2857,0,4.2858,0.8572,0 +PL 4.7143,8.5715,0,5.1429,8.1429,0,5.1429,1.2857,0 +L 6.8572,0.8572,7.2858,0.4286 +PL 8.1429,8.5715,0,8.5715,8.1429,0,8.5715,1.2857,0 +L 3.4286,8.1429,3.4286,1.2857 +L 6.8572,8.1429,6.8572,1.2857 +L 3.4286,5.5715,4.7143,5.5715 +L 3.4286,3.8572,4.7143,3.8572 +L 6.8572,5.5715,8.1429,5.5715 +L 6.8572,3.8572,8.1429,3.8572 + +[0058] X +PL 0,7.7144,0,0.8572,8.5715,0,1.7143,9.0001,0,2.5715,9.0001,0,3,8.5715,0,6.4286,0.8572,0,6.8572,0.4286,0,7.7144,0.4286,0,6.8572,0,0,6.0001,0,0,5.5715,0.4286,0,2.1429,8.1429,0,1.7143,8.5715,0,0.8572,8.5715,0 +PL 2.1429,8.5715,0,2.5715,8.1429,0,6.0001,0.8572,0,6.4286,0.4286,0 +L 7.7144,0.4286,8.5715,1.2857 +PL 4.7143,5.1429,0,6.4286,9.0001,0,7.2858,8.5715,0,8.1429,8.5715,0,8.5715,9.0001,0,8.1429,8.1429,0,7.2858,7.7144,0,6.4286,7.7144,0,6.0001,8.1429,0 +PL 6.4286,8.5715,0,6.8572,8.1429,0,7.7144,8.1429,0 +PL 3.8572,3.8572,0,2.1429,0,0,1.2857,0.4286,0,0.4286,0.4286,0,0,0,0,0.4286,0.8572,0,1.2857,1.2857,0,2.1429,1.2857,0,2.5715,0.8572,0 +PL 0.8572,0.8572,0,1.7143,0.8572,0,2.1429,0.4286,0 +L 1.7143,4.7143,3.4286,4.7143 +L 4.7143,4.7143,6.8572,4.7143 + +[0059] Y +PLC 0.8572,8.5715,0,1.2857,7.7144,0,1.2857,5.1429,0,0.4286,5.1429,0,0,4.7143,0,0,3.8572,0,0.4286,4.2858,0,1.2857,4.2858,0,1.2857,1.2857,0,0.4286,0.8572,0,1.7143,0.8572,0,3,0.4286,0,3.8572,0,0,5.1429,0.8572,0,3.8572,1.2857,0,2.1429,1.2857,0,2.1429,7.2858,0,1.7143,8.1429,0,1.2857,8.5715,0,0.4286,9.0001,0 +PL 1.2857,8.1429,0,1.7143,7.2858,0,1.7143,1.2857,0 +L 0.4286,4.7143,1.7143,4.7143 +PL 2.1429,0.8572,0,3.4286,0.8572,0,4.2858,0.4286,0 +PL 5.1429,0.8572,0,6.4286,1.2857,0,6.4286,7.7144,0,6.0001,8.1429,0,5.1429,7.7144,0,3.8572,7.2858,0,3.8572,1.2857,0 +PL 6.0001,8.1429,0,6.8572,9.0001,0,7.2858,8.5715,0,8.1429,8.1429,0,7.2858,7.7144,0,7.2858,-1.2857,0,6.8572,-2.1429,0,6.0001,-3,0,5.1429,-2.5715,0,3.4286,-2.1429,0,1.2857,-2.1429,0,3,-1.7143,0,5.5715,-1.7143,0,6.8572,-2.1429,0 +PLC 7.2858,8.1429,0,6.8572,8.5715,0,6.4286,8.1429,0,6.8572,7.7144,0 +L 6.8572,7.7144,6.8572,0.8572 +L 6.4286,1.2857,7.2858,0 +PL 6.4286,-2.5715,0,5.5715,-2.1429,0,4.2858,-2.1429,0 +PL 3.8572,6.0001,0,4.7143,5.5715,0,5.5715,5.5715,0,6.4286,6.0001,0 +PL 3.8572,3.4286,0,4.7143,3.8572,0,5.5715,3.8572,0,6.4286,3.4286,0 + +[005a] Z +PLC 5.5715,7.7144,0,3.4286,5.1429,0,2.1429,3.4286,0,1.2857,1.7143,0,0,0,0,2.1429,0.4286,0,4.7143,0.4286,0,6.0001,0,0,6.8572,0.8572,0,5.1429,1.2857,0,3.4286,1.2857,0,1.7143,0.8572,0,0.8572,0.4286,0,1.2857,1.2857,0,3.4286,3.8572,0,4.7143,5.5715,0,5.5715,7.2858,0,6.8572,9.0001,0,4.7143,8.5715,0,2.1429,8.5715,0,0.8572,9.0001,0,0,8.1429,0,1.7143,7.7144,0,3.4286,7.7144,0,5.1429,8.1429,0,6.0001,8.5715,0 +L 5.1429,6.8572,1.7143,2.1429 +PL 0.4286,8.5715,0,2.1429,8.1429,0,3.8572,8.1429,0,5.5715,8.5715,0 +PL 1.2857,0.4286,0,3,0.8572,0,4.7143,0.8572,0,6.4286,0.4286,0 +L 1.2857,4.7143,3,4.7143 +L 4.2858,4.7143,6.0001,4.7143 + +[005b] [ +PL 3,10.7144,0,0,10.7144,0,0,-3,0,3,-3,0 +L 0.4286,10.7144,0.4286,-3 + +[005c] \ +L 0,9.0001,6.0001,-1.2857 + +[005d] ] +L 2.5715,10.7144,2.5715,-3 +PL 0,10.7144,0,3,10.7144,0,3,-3,0,0,-3,0 + +[005e] ^ +PL 1.2857,6.4286,0,2.1429,7.7144,0,3,6.4286,0 +PL 0,5.1429,0,2.1429,7.2858,0,4.2858,5.1429,0 +L 2.1429,7.2858,2.1429,0 + +[005f] _ +L 0,-0.8572,6.8572,-0.8572 + +[0060] ` +PL 1.2857,9.0001,0,0.4286,8.5715,0,0,7.7144,0,0,6.8572,0,0.4286,6.0001,0,1.2857,6.8572,0,0.4286,7.7144,0,0.4286,8.5715,0 +PLC 0.4286,6.4286,0,0.8572,6.8572,0,0.4286,7.2858,0 + +[0061] a +PL 1.2857,3.8572,0,0.4286,3,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1429,0.8572,0,3.4286,1.2857,0 +PL 0,2.1429,0,0.4286,1.2857,0,0.8572,0.8572,0,1.7143,0.4286,0 +PL 0.4286,3,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.8572,0,2.1429,0.8572,0 +PL 0.4286,4.7143,0,1.2857,4.7143,0,2.5715,5.1429,0,3.4286,5.5715,0,3.8572,6.0001,0,4.7143,5.1429,0,4.2858,4.7143,0,4.2858,1.2857,0,4.7143,0.8572,0,5.1429,0.8572,0,4.2858,0,0,3.4286,0.8572,0,3.4286,4.7143,0,2.1429,5.1429,0,1.2857,5.5715,0,0.8572,6.0001,0,0,5.1429,0,2.1429,3,0 +PL 0.8572,5.5715,0,0.4286,5.1429,0,1.7143,5.1429,0 +PL 3,5.1429,0,4.2858,5.1429,0,3.8572,5.5715,0,3.8572,0.8572,0,4.2858,0.4286,0 + +[0062] b +PLC 0.8572,7.2858,0,0.8572,1.2857,0,0,0.8572,0,0.8572,0.8572,0,1.7143,0.4286,0,2.1429,0,0,3,0.4286,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,9.0001,0,0.4286,8.1429,0 +PL 1.2857,7.2858,0,0.8572,8.1429,0,1.2857,8.5715,0,1.2857,1.2857,0,2.5715,0.4286,0 +PL 3,0.4286,0,4.2858,0.8572,0,5.1429,0.8572,0,5.1429,4.7143,0,6.0001,5.1429,0,5.5715,5.1429,0,4.7143,5.5715,0,4.2858,6.0001,0,3.8572,5.5715,0,3,5.1429,0,1.7143,4.7143,0 +PL 3.8572,5.5715,0,4.7143,5.1429,0,4.7143,1.2857,0 +PL 3,5.1429,0,3.4286,5.1429,0,4.2858,4.7143,0,4.2858,0.8572,0 + +[0063] c +PL 1.2857,5.1429,0,1.2857,0.8572,0,2.1429,0.4286,0,3,0.8572,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,5.1429,0,2.5715,5.5715,0,3.4286,4.7143,0,4.2858,4.7143,0,5.1429,5.1429,0,4.7143,5.1429,0,3.8572,5.5715,0,3.4286,6.0001,0,2.5715,5.5715,0,0.8572,5.1429,0,0.8572,1.2857,0,0,0.8572,0,0.4286,0.8572,0,1.2857,0.4286,0,1.7143,0,0,2.1429,0.4286,0 +PL 3,5.5715,0,3.4286,5.1429,0,4.2858,5.1429,0 + +[0064] d +PLC 2.1429,5.5715,0,0.8572,5.1429,0,0.8572,1.2857,0,0,0.8572,0,0.8572,0.8572,0,1.7143,0.4286,0,2.1429,0,0,3,0.4286,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,5.1429,0,3,6.0001,0 +PL 1.2857,5.1429,0,1.2857,1.2857,0,2.5715,0.4286,0 +PL 3,0.4286,0,4.2858,0.8572,0,5.1429,0.8572,0,5.1429,5.1429,0,2.5715,7.7144,0,2.1429,9.0001,0,0.8572,8.1429,0,4.2858,4.7143,0,4.2858,0.8572,0 +PLC 1.2857,8.1429,0,1.7143,8.5715,0,2.1429,7.7144,0 +PL 2.1429,7.7144,0,4.7143,5.1429,0,4.7143,1.2857,0 + +[0065] e +PL 1.7143,2.5715,0,3.8572,3.8572,0,4.7143,4.2858,0,3.4286,6.0001,0,2.5715,5.5715,0,0.8572,5.1429,0,0.8572,1.2857,0,0,0.8572,0,0.4286,0.8572,0,1.2857,0.4286,0,1.7143,0,0,2.1429,0.4286,0,1.2857,0.8572,0,1.2857,5.1429,0 +PL 3.8572,3.8572,0,2.5715,5.5715,0,1.7143,5.1429,0,1.7143,1.2857,0,2.5715,0.8572,0,3,0.8572,0,2.1429,0.4286,0 +L 3,5.5715,4.2858,4.2858 + +[0066] f +PL 1.7143,8.1429,0,1.7143,0.8572,0,2.5715,0.4286,0,3.4286,0.8572,0,3,0.8572,0,2.1429,1.2857,0,2.1429,8.1429,0,2.5715,8.5715,0,3.4286,7.7144,0,4.2858,7.7144,0,5.1429,8.1429,0,4.7143,8.1429,0,3.8572,8.5715,0,3.4286,9.0001,0,2.5715,8.5715,0,1.2857,8.1429,0,1.2857,1.2857,0,0.4286,0.8572,0,0.8572,0.8572,0,1.7143,0.4286,0,2.1429,0,0,2.5715,0.4286,0 +PL 3,8.5715,0,3.4286,8.1429,0,4.2858,8.1429,0 +L 0,6.0001,1.2857,6.0001 +L 2.1429,6.0001,3.8572,6.0001 + +[0067] g +PLC 0.8572,1.2857,0,0,0.8572,0,0.4286,0.8572,0,1.2857,0.4286,0,1.7143,0,0,2.1429,0.4286,0,3,0.8572,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,5.1429,0,0.8572,5.1429,0 +L 3,0.8572,4.2858,1.2857 +PL 1.2857,4.7143,0,1.2857,0.8572,0,2.1429,0.4286,0 +PL 1.7143,5.1429,0,3,5.5715,0,3.8572,6.0001,0,4.2858,5.5715,0,5.1429,5.1429,0,6.0001,5.1429,0,5.1429,4.7143,0,5.1429,-0.4286,0,4.7143,-1.7143,0,3.8572,-2.5715,0,3,-3,0,2.5715,-2.5715,0,1.7143,-2.1429,0,0.8572,-2.1429,0,1.7143,-1.7143,0,2.5715,-1.7143,0,3.4286,-2.1429,0,3.8572,-2.5715,0 +PL 3.4286,5.5715,0,4.7143,4.7143,0,4.7143,-0.4286,0 +PL 3.4286,-2.5715,0,2.5715,-2.1429,0,2.1429,-2.1429,0 +PL 3,5.5715,0,3.4286,5.1429,0,4.2858,4.7143,0,4.2858,0.4286,0,4.7143,-0.8572,0,4.7143,-1.7143,0 + +[0068] h +PLC 0.8572,7.2858,0,0.8572,1.2857,0,0,0.8572,0,0.4286,0.8572,0,1.2857,0.4286,0,1.7143,0,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,9.0001,0,0.4286,8.1429,0 +PL 1.2857,7.2858,0,0.8572,8.1429,0,1.2857,8.5715,0,1.2857,0.8572,0,2.1429,0.4286,0 +PL 1.7143,4.7143,0,3,5.1429,0,3.8572,5.5715,0,4.2858,6.0001,0,4.7143,5.5715,0,5.5715,5.1429,0,6.0001,5.1429,0,5.1429,4.7143,0,5.1429,0.8572,0,4.2858,0,0,3.8572,-0.8572,0,4.2858,0.8572,0,4.2858,4.7143,0,3.4286,5.1429,0,3,5.1429,0 +PL 3.8572,5.5715,0,4.7143,5.1429,0,4.7143,0.8572,0,4.2858,0,0 +PL 3.8572,-0.8572,0,3.8572,-2.1429,0,4.2858,-3,0,4.7143,-3,0,3.8572,-2.1429,0 + +[0069] i +PLC 0.4286,8.1429,0,1.2857,7.7144,0,2.1429,8.1429,0,1.2857,9.0001,0 +PLC 0.8572,8.1429,0,1.7143,8.1429,0,1.2857,8.5715,0 +PLC 0.8572,5.5715,0,0,5.1429,0,0.8572,4.7143,0,0.8572,0.8572,0,1.7143,0,0,2.5715,0.8572,0,2.1429,0.8572,0,1.7143,1.2857,0,1.7143,4.7143,0,2.5715,5.1429,0,1.7143,5.5715,0,1.2857,6.0001,0 +PLC 1.7143,5.1429,0,1.2857,5.5715,0,0.8572,5.1429,0,1.2857,4.7143,0 +PL 1.2857,4.7143,0,1.2857,0.8572,0,1.7143,0.4286,0 + +[006a] j +PLC 0.4286,8.1429,0,1.2857,7.7144,0,2.1429,8.1429,0,1.2857,9.0001,0 +PLC 0.8572,8.1429,0,1.7143,8.1429,0,1.2857,8.5715,0 +PLC 0.8572,5.5715,0,0,5.1429,0,0.8572,4.7143,0,0.8572,0.8572,0,1.7143,0,0,2.1429,-0.8572,0,1.7143,0.8572,0,1.7143,4.7143,0,2.5715,5.1429,0,1.7143,5.5715,0,1.2857,6.0001,0 +PLC 1.7143,5.1429,0,1.2857,5.5715,0,0.8572,5.1429,0,1.2857,4.7143,0 +PL 1.2857,4.7143,0,1.2857,0.8572,0,1.7143,0,0 +PL 2.1429,-0.8572,0,2.1429,-2.1429,0,1.2857,-3,0,0.4286,-3,0,0.4286,-2.5715,0,1.2857,-3,0 + +[006b] k +PLC 0.8572,7.2858,0,0.8572,1.2857,0,0,0.8572,0,0.4286,0.8572,0,1.2857,0.4286,0,1.7143,0,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,9.0001,0,0.4286,8.1429,0 +PL 1.2857,7.2858,0,0.8572,8.1429,0,1.2857,8.5715,0,1.2857,0.8572,0,2.1429,0.4286,0 +PL 1.7143,4.7143,0,3,5.5715,0,3.8572,6.0001,0,4.7143,4.7143,0,3.4286,3.8572,0,1.7143,2.5715,0 +L 3.4286,5.5715,4.2858,4.7143 +L 3,5.5715,3.8572,4.2858 +PL 3.4286,3.8572,0,3.8572,3.4286,0,4.7143,1.2857,0,5.1429,0.8572,0,5.5715,0.8572,0,4.7143,0,0,3.8572,0.8572,0,3.4286,3,0,3,3.4286,0 +PL 3.4286,3.4286,0,3.8572,3,0,4.2858,0.8572,0,4.7143,0.4286,0 + +[006c] l +PL 1.2857,7.2858,0,0.8572,8.1429,0,1.2857,8.5715,0,1.2857,0.8572,0,2.1429,0.4286,0,3,0.8572,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,9.0001,0,0.4286,8.1429,0,0.8572,7.2858,0,0.8572,1.2857,0,0,0.8572,0,0.4286,0.8572,0,1.2857,0.4286,0,1.7143,0,0,2.1429,0.4286,0 + +[006d] m +PLC 0.4286,5.1429,0,0.8572,4.7143,0,0.8572,1.2857,0,0,0.8572,0,0.4286,0.8572,0,1.2857,0.4286,0,1.7143,0,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,5.1429,0,0.8572,6.0001,0,0,5.1429,0 +PL 0.8572,5.5715,0,1.2857,5.1429,0,1.2857,0.8572,0,2.1429,0.4286,0 +PL 1.7143,4.7143,0,3,5.1429,0,3.8572,5.5715,0,4.2858,6.0001,0,5.1429,5.1429,0,5.1429,1.2857,0,6.0001,0.8572,0,5.1429,0,0,4.7143,0.4286,0,3.8572,0.8572,0,4.2858,1.2857,0,4.2858,4.7143,0,3.4286,5.1429,0,3,5.1429,0 +PL 3.8572,5.5715,0,4.7143,5.1429,0,4.7143,0.8572,0,5.5715,0.4286,0 +PL 5.1429,4.7143,0,6.4286,5.1429,0,7.2858,5.5715,0,7.7144,6.0001,0,8.1429,5.5715,0,9.0001,5.1429,0,9.4287,5.1429,0,8.5715,4.7143,0,8.5715,1.2857,0,9.0001,0.8572,0,9.4287,0.8572,0,8.5715,0,0,7.7144,0.8572,0,7.7144,4.7143,0,6.8572,5.1429,0,6.4286,5.1429,0 +PL 7.2858,5.5715,0,8.1429,5.1429,0,8.1429,0.8572,0,8.5715,0.4286,0 + +[006e] n +PLC 0.4286,5.1429,0,0.8572,4.7143,0,0.8572,1.2857,0,0,0.8572,0,0.4286,0.8572,0,1.2857,0.4286,0,1.7143,0,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,5.1429,0,0.8572,6.0001,0,0,5.1429,0 +PL 0.8572,5.5715,0,1.2857,5.1429,0,1.2857,0.8572,0,2.1429,0.4286,0 +PL 1.7143,4.7143,0,3,5.1429,0,3.8572,5.5715,0,4.2858,6.0001,0,4.7143,5.5715,0,5.5715,5.1429,0,6.0001,5.1429,0,5.1429,4.7143,0,5.1429,1.2857,0,5.5715,0.8572,0,6.0001,0.8572,0,5.1429,0,0,4.2858,0.8572,0,4.2858,4.7143,0,3.4286,5.1429,0,3,5.1429,0 +PL 3.8572,5.5715,0,4.7143,5.1429,0,4.7143,0.8572,0,5.1429,0.4286,0 + +[006f] o +PLC 0.8572,1.2857,0,0,0.8572,0,0.8572,0.8572,0,1.7143,0.4286,0,2.1429,0,0,3,0.4286,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,5.1429,0,0.8572,5.1429,0 +PL 1.2857,4.7143,0,1.2857,1.2857,0,2.5715,0.4286,0 +PL 3,0.4286,0,4.2858,0.8572,0,5.1429,0.8572,0,5.1429,4.7143,0,6.0001,5.1429,0,5.1429,5.1429,0,4.2858,5.5715,0,3.8572,6.0001,0,3,5.5715,0,1.7143,5.1429,0 +PL 3.4286,5.5715,0,4.7143,4.7143,0,4.7143,1.2857,0 +PL 3,5.5715,0,3.4286,5.1429,0,4.2858,4.7143,0,4.2858,0.8572,0 + +[0070] p +PLC 0.8572,5.1429,0,0.8572,1.2857,0,0,0.8572,0,0.8572,0.8572,0,0.8572,-3,0,2.1429,-2.1429,0,1.7143,-1.2857,0,1.7143,0.4286,0,2.1429,0,0,3,0.4286,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,5.1429,0,1.2857,5.5715,0,0.4286,6.0001,0 +PL 0.8572,5.5715,0,1.2857,5.1429,0,1.2857,-2.5715,0,1.7143,-2.1429,0,1.2857,-1.2857,0 +PL 1.2857,0.8572,0,1.7143,0.8572,0,2.5715,0.4286,0 +PL 3,0.4286,0,4.2858,0.8572,0,5.1429,0.8572,0,5.1429,4.7143,0,6.0001,5.1429,0,5.5715,5.1429,0,4.7143,5.5715,0,4.2858,6.0001,0,3.8572,5.5715,0,3,5.1429,0,1.7143,4.7143,0 +PL 3.8572,5.5715,0,4.7143,5.1429,0,4.7143,1.2857,0 +PL 3,5.1429,0,3.4286,5.1429,0,4.2858,4.7143,0,4.2858,0.8572,0 + +[0071] q +PL 1.2857,4.7143,0,1.2857,0.8572,0,2.1429,0.4286,0,3,0.8572,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,5.1429,0,0.8572,5.1429,0,0.8572,1.2857,0,0,0.8572,0,0.4286,0.8572,0,1.2857,0.4286,0,1.7143,0,0,2.1429,0.4286,0 +L 3,0.8572,4.2858,1.2857 +PL 1.7143,5.1429,0,3,5.5715,0,3.8572,6.0001,0,4.2858,5.5715,0,5.1429,5.1429,0,6.0001,5.1429,0,5.1429,4.7143,0,5.1429,-3,0,3.8572,-2.1429,0,4.2858,-1.2857,0,4.2858,4.7143,0,3.4286,5.1429,0,3,5.5715,0 +PL 3.4286,5.5715,0,4.7143,4.7143,0,4.7143,-2.5715,0,4.2858,-2.1429,0,4.7143,-1.2857,0 + +[0072] r +PL 0.4286,5.5715,0,1.2857,5.1429,0,1.2857,0.8572,0,2.1429,0.4286,0,3,0.8572,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,5.1429,0,0.8572,6.0001,0,0,5.1429,0,0.4286,5.1429,0,0.8572,4.7143,0,0.8572,1.2857,0,0,0.8572,0,0.4286,0.8572,0,1.2857,0.4286,0,1.7143,0,0,2.1429,0.4286,0 +PL 1.7143,5.1429,0,3.4286,6.0001,0,3.8572,5.5715,0,4.7143,5.1429,0,5.1429,5.1429,0,4.2858,4.7143,0,3.4286,4.7143,0,2.5715,5.5715,0 +PL 3,5.5715,0,3.4286,5.1429,0,4.2858,5.1429,0 + +[0073] s +PL 2.1429,3,0,1.2857,3.4286,0,1.2857,5.1429,0,1.7143,5.5715,0,0.4286,5.1429,0,0.4286,3.4286,0,1.2857,3,0,3.8572,3,0,4.7143,2.5715,0,4.7143,0.8572,0,3.4286,0.4286,0,3.8572,0.8572,0,3.8572,2.5715,0,3,3,0 +L 0.8572,5.1429,0.8572,3.4286 +L 4.2858,2.5715,4.2858,0.8572 +PLC 2.5715,6.0001,0,3.4286,5.5715,0,4.2858,5.5715,0,3.4286,5.1429,0,2.5715,5.1429,0,1.7143,5.5715,0 +PL 4.2858,5.5715,0,4.7143,6.0001,0,4.2858,5.1429,0,3.4286,3.8572,0,1.2857,1.7143,0,0,0,0,0.8572,0.4286,0,1.7143,0.4286,0,2.5715,0,0,3.4286,0.4286,0,2.5715,0.8572,0,1.2857,0.8572,0,0,0,0 +L 2.1429,5.5715,3,5.5715 +L 3,0.4286,2.1429,0.4286 + +[0074] t +PL 1.7143,7.2858,0,1.2857,8.1429,0,1.7143,8.5715,0,1.7143,0.8572,0,2.5715,0.4286,0,3.4286,0.8572,0,3,0.8572,0,2.1429,1.2857,0,2.1429,9.0001,0,0.8572,8.1429,0,1.2857,7.2858,0,1.2857,1.2857,0,0.4286,0.8572,0,0.8572,0.8572,0,1.7143,0.4286,0,2.1429,0,0,2.5715,0.4286,0 +L 0,6.0001,1.2857,6.0001 +L 2.1429,6.0001,3.4286,6.0001 + +[0075] u +PL 0.4286,5.5715,0,1.2857,5.1429,0,1.2857,0.8572,0,2.1429,0.4286,0,3,0.8572,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,5.1429,0,0.8572,6.0001,0,0,5.1429,0,0.4286,5.1429,0,0.8572,4.7143,0,0.8572,1.2857,0,0,0.8572,0,0.4286,0.8572,0,1.2857,0.4286,0,1.7143,0,0,2.1429,0.4286,0 +L 3,0.8572,4.2858,1.2857 +PLC 4.7143,5.5715,0,5.5715,5.1429,0,6.0001,5.1429,0,5.1429,4.7143,0,5.1429,1.2857,0,5.5715,0.8572,0,6.0001,0.8572,0,5.1429,0,0,4.2858,0.8572,0,4.2858,4.7143,0,3.4286,5.1429,0,4.2858,6.0001,0 +PL 3.8572,5.5715,0,4.7143,5.1429,0,4.7143,0.8572,0,5.1429,0.4286,0 + +[0076] v +PLC 0.4286,5.1429,0,0.4286,1.2857,0,1.7143,0,0,2.5715,0.8572,0,1.7143,1.2857,0,1.2857,1.7143,0,1.2857,5.1429,0,0.8572,5.5715,0,0,6.0001,0 +PL 2.5715,0.8572,0,3.8572,1.2857,0,4.7143,1.2857,0,4.7143,4.7143,0,5.5715,5.1429,0,5.1429,5.1429,0,4.2858,5.5715,0,3.8572,6.0001,0,3,5.1429,0,3.8572,4.7143,0,3.8572,1.2857,0 +PL 0.4286,5.5715,0,0.8572,5.1429,0,0.8572,1.2857,0,2.1429,0.4286,0 +PL 3.4286,5.5715,0,4.2858,5.1429,0,4.2858,1.7143,0 + +[0077] w +PLC 0.4286,5.1429,0,0.4286,1.2857,0,1.7143,0,0,2.5715,0.8572,0,1.7143,1.2857,0,1.2857,1.7143,0,1.2857,5.1429,0,0.8572,5.5715,0,0,6.0001,0 +PL 2.5715,0.8572,0,3.8572,1.2857,0,3.8572,4.7143,0,3,5.1429,0,3.8572,6.0001,0,4.2858,5.5715,0,5.1429,5.1429,0,4.7143,4.7143,0,4.7143,1.7143,0,5.1429,1.2857,0,6.0001,0.8572,0,5.1429,0,0,3.8572,1.2857,0 +PL 0.4286,5.5715,0,0.8572,5.1429,0,0.8572,1.2857,0,2.1429,0.4286,0 +PL 6.0001,0.8572,0,7.2858,1.2857,0,8.1429,1.2857,0,8.1429,4.7143,0,9.0001,5.1429,0,8.5715,5.1429,0,7.7144,5.5715,0,7.2858,6.0001,0,6.4286,5.1429,0,7.2858,4.7143,0,7.2858,1.2857,0 +PL 3.4286,5.5715,0,4.2858,5.1429,0,4.2858,1.2857,0,5.5715,0.4286,0 +PL 6.8572,5.5715,0,7.7144,5.1429,0,7.7144,1.7143,0 + +[0078] x +PLC 0.8572,5.1429,0,1.7143,4.7143,0,2.1429,4.2858,0,3.8572,0.8572,0,4.2858,0.4286,0,5.1429,0,0,6.0001,0.8572,0,5.5715,0.8572,0,4.7143,1.2857,0,4.2858,1.7143,0,2.5715,5.1429,0,2.1429,5.5715,0,1.2857,6.0001,0,0.4286,5.1429,0 +PL 1.2857,5.5715,0,2.1429,5.1429,0,4.2858,0.8572,0,5.1429,0.4286,0 +PL 3.4286,3.4286,0,4.7143,6.0001,0,5.1429,5.5715,0,6.0001,5.5715,0,6.4286,6.0001,0,6.0001,5.1429,0,5.1429,4.7143,0,4.2858,5.1429,0 +PL 4.7143,5.5715,0,5.1429,5.1429,0,5.5715,5.1429,0 +PL 3,2.5715,0,1.7143,0,0,1.2857,0.4286,0,0.4286,0.4286,0,0,0,0,0.4286,0.8572,0,1.2857,1.2857,0,2.1429,0.8572,0 +PL 1.7143,0.4286,0,1.2857,0.8572,0,0.8572,0.8572,0 +L 1.2857,3,2.5715,3 +L 3.8572,3,5.1429,3 + +[0079] y +PL 0.4286,5.5715,0,1.2857,5.1429,0,1.2857,0.8572,0,2.1429,0.4286,0,3,0.8572,0,2.5715,0.8572,0,1.7143,1.2857,0,1.7143,5.1429,0,0.8572,6.0001,0,0,5.1429,0,0.4286,5.1429,0,0.8572,4.7143,0,0.8572,1.2857,0,0,0.8572,0,0.4286,0.8572,0,1.2857,0.4286,0,1.7143,0,0,2.1429,0.4286,0 +L 3,0.8572,4.2858,1.2857 +PLC 4.7143,5.5715,0,5.5715,5.1429,0,6.0001,5.1429,0,5.1429,4.7143,0,5.1429,-0.4286,0,4.7143,-1.7143,0,4.7143,-0.8572,0,4.2858,0.4286,0,4.2858,4.7143,0,3.4286,5.1429,0,4.2858,6.0001,0 +PL 4.7143,-1.7143,0,3.8572,-2.5715,0,3,-3,0,2.5715,-2.5715,0,1.7143,-2.1429,0,0.8572,-2.1429,0,1.7143,-1.7143,0,2.5715,-1.7143,0,3.4286,-2.1429,0,3.8572,-2.5715,0 +PL 3.8572,5.5715,0,4.7143,5.1429,0,4.7143,-0.4286,0 +PL 3.4286,-2.5715,0,2.5715,-2.1429,0,2.1429,-2.1429,0 + +[007a] z +PL 5.1429,6.0001,0,3.4286,5.5715,0,1.7143,5.5715,0,0.8572,6.0001,0,0,5.1429,0,0.8572,4.7143,0,2.1429,4.7143,0,3.4286,5.1429,0,5.1429,6.0001,0,0,0,0,1.7143,0.8572,0,3,1.2857,0,4.2858,1.2857,0,5.1429,0.8572,0,4.2858,0,0,3.4286,0.4286,0,1.7143,0.4286,0,0,0,0 +PL 0.4286,5.5715,0,1.2857,5.1429,0,3,5.1429,0 +PL 2.1429,0.8572,0,3.8572,0.8572,0,4.7143,0.4286,0 +L 0.8572,3,4.2858,3 + +[007b] { +PL 2.1429,10.7144,0,1.2857,10.2858,0,0.8572,9.8572,0,0.4286,9.0001,0,0.4286,8.1429,0,0.8572,7.2858,0,1.2857,6.8572,0,1.7143,6.0001,0,1.7143,5.1429,0,0.8572,4.2858,0 +PL 1.2857,10.2858,0,0.8572,9.4287,0,0.8572,8.5715,0,1.2857,7.7144,0,1.7143,7.2858,0,2.1429,6.4286,0,2.1429,5.5715,0,1.7143,4.7143,0,0,3.8572,0,1.7143,3,0,2.1429,2.1429,0,2.1429,1.2857,0,1.7143,0.4286,0,1.2857,0,0,0.8572,-0.8572,0,0.8572,-1.7143,0,1.2857,-2.5715,0,0.8572,-2.1429,0,0.4286,-1.2857,0,0.4286,-0.4286,0,0.8572,0.4286,0,1.2857,0.8572,0,1.7143,1.7143,0,1.7143,2.5715,0,0.8572,3.4286,0 +L 1.2857,-2.5715,2.1429,-3 + +[007c] | +L 0,10.7144,0,-3 + +[007d] } +PL 0,10.7144,0,0.8572,10.2858,0,1.2857,9.8572,0,1.7143,9.0001,0,1.7143,8.1429,0,1.2857,7.2858,0,0.8572,6.8572,0,0.4286,6.0001,0,0.4286,5.1429,0,1.2857,4.2858,0 +PL 0.8572,10.2858,0,1.2857,9.4287,0,1.2857,8.5715,0,0.8572,7.7144,0,0.4286,7.2858,0,0,6.4286,0,0,5.5715,0,0.4286,4.7143,0,2.1429,3.8572,0,0.4286,3,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,0.8572,0,0,1.2857,-0.8572,0,1.2857,-1.7143,0,0.8572,-2.5715,0,1.2857,-2.1429,0,1.7143,-1.2857,0,1.7143,-0.4286,0,1.2857,0.4286,0,0.8572,0.8572,0,0.4286,1.7143,0,0.4286,2.5715,0,1.2857,3.4286,0 +L 0.8572,-2.5715,0,-3 diff --git a/assets/fonts/GothGRT.cxf b/assets/fonts/GothGRT.cxf new file mode 100644 index 00000000..9e4d709b --- /dev/null +++ b/assets/fonts/GothGRT.cxf @@ -0,0 +1,719 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Gothic German triplex +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts + +[0021] ! +PLC 0.8571,8.5713,0,0,8.1427,0,0.8571,7.7141,0,1.2857,2.9999,0,1.7142,7.7141,0,2.5714,8.1427,0,1.7142,8.5713,0,1.2857,8.9998,0 +PLC 1.7142,8.1427,0,1.2857,8.5713,0,0.8571,8.1427,0,1.2857,7.7141,0 +L 1.2857,7.7141,1.2857,2.9999 +PLC 0.4286,0.4286,0,1.2857,0,0,2.1428,0.4286,0,1.2857,1.2857,0 +PLC 0.8571,0.4286,0,1.7142,0.4286,0,1.2857,0.8571,0 + +[0022] " +PLC 0,8.5713,0,0,5.9999,0,0.8571,8.5713,0,0.4286,8.9998,0 +L 0.4286,8.5713,0,5.9999 +PLC 3.8571,8.5713,0,3.8571,5.9999,0,4.7142,8.5713,0,4.2856,8.9998,0 +L 4.2856,8.5713,3.8571,5.9999 + +[0023] # +L 3.4285,8.9998,0.4286,-2.9999 +L 5.9999,8.9998,2.9999,-2.9999 +L 0.4286,4.2856,6.4284,4.2856 +L 0,1.7142,5.9999,1.7142 + +[0024] $ +L 2.1428,10.7141,2.1428,-1.7142 +L 3.8571,10.7141,3.8571,-1.7142 +PLC 4.7142,8.5713,0,5.1428,7.7141,0,5.1428,6.857,0,5.9999,7.2856,0,5.5713,8.1427,0,5.1428,8.5713,0,3.8571,8.9998,0 +PL 3.8571,8.9998,0,2.1428,8.9998,0,0.8571,8.5713,0,0,7.7141,0,0,6.4284,0,0.4286,5.5713,0,1.7142,4.7142,0,4.2856,3.8571,0,5.1428,3.4285,0,5.5713,2.5714,0,5.5713,1.2857,0,5.1428,0.4286,0,5.5713,0.8571,0,5.9999,1.7142,0,5.9999,2.9999,0,5.5713,3.8571,0,4.2856,4.7142,0,1.7142,5.5713,0,0.8571,5.9999,0,0.4286,6.857,0,0.4286,7.7141,0,0.8571,8.5713,0 +L 5.5713,7.2856,5.1428,8.1427 +PL 0.4286,6.4284,0,0.8571,5.5713,0,1.7142,5.1428,0,4.2856,4.2856,0,5.1428,3.8571,0,5.5713,2.9999,0 +L 0.8571,0.8571,0.4286,1.7142 +PL 5.1428,0.4286,0,3.8571,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7142,0,0.8571,2.1428,0,0.8571,1.2857,0,1.2857,0.4286,0,2.1428,0,0 + +[0025] % +PL 2.1428,8.9998,0,1.2857,8.9998,0,0.4286,8.5713,0,0,7.7141,0,0,6.857,0,0.8571,5.9999,0,1.7142,5.9999,0,2.5714,6.4284,0,2.9999,7.2856,0,2.9999,8.1427,0,2.1428,8.9998,0,2.9999,8.5713,0,4.2856,8.1427,0,5.5713,8.1427,0,6.857,8.5713,0,7.7141,8.9998,0,0,0,0 +PLC 5.1428,2.5714,0,4.7142,1.7142,0,4.7142,0.8571,0,5.5713,0,0,6.4284,0,0,7.2856,0.4286,0,7.7141,1.2857,0,7.7141,2.1428,0,6.857,2.9999,0,5.9999,2.9999,0 + +[0026] & +PL 4.7142,2.9999,0,7.2856,5.5713,0,7.7141,5.1428,0,8.1427,5.1428,0,8.5713,5.5713,0,8.1427,4.7142,0,7.2856,4.7142,0,6.857,5.1428,0 +PL 6.857,4.7142,0,7.2856,4.2856,0,7.7141,4.2856,0,8.1427,4.7142,0 +PL 4.2856,2.5714,0,1.7142,0,0,0,2.1428,0,2.5714,4.7142,0 +PL 2.9999,5.1428,0,4.7142,6.857,0,2.9999,8.9998,0,0.8571,6.4284,0,3.4285,3.8571,0,5.1428,1.2857,0,5.9999,0.4286,0,6.857,0,0,7.7141,0,0,8.1427,0.4286,0,8.5713,1.2857,0,8.1427,0.8571,0,6.857,0.8571,0,5.9999,1.2857,0,5.5713,1.7142,0,3.8571,4.2856,0,1.2857,6.857,0 +L 1.7142,0.4286,0.4286,2.1428 +L 4.2856,6.857,2.9999,8.5713 +PL 1.2857,6.4284,0,3.4285,4.2856,0,5.1428,1.7142,0,5.9999,0.8571,0,6.857,0.4286,0,8.1427,0.4286,0 +L 2.1428,0.4286,0.4286,2.5714 +L 4.2856,6.4284,2.5714,8.5713 + +[0027] ' +PLC 0.8571,7.2856,0,0,8.1427,0,0.8571,8.9998,0,1.2857,8.1427,0,1.2857,7.2856,0,0.8571,6.4284,0 +L 0.8571,6.4284,0,5.9999 +PLC 0.4286,8.1427,0,0.8571,7.7141,0,0.8571,8.5713,0 + +[0028] ( +PL 2.9999,10.7141,0,2.1428,9.857,0,1.2857,8.5713,0,0.4286,6.857,0,0,4.7142,0,0,2.9999,0,0.4286,0.8571,0,1.2857,-0.8571,0,2.1428,-2.1428,0,2.9999,-2.9999,0 +PL 1.2857,8.1427,0,0.8571,6.857,0,0.4286,5.1428,0,0.4286,2.5714,0,0.8571,0.8571,0,1.2857,-0.4286,0 +PL 2.1428,9.857,0,1.7142,8.9998,0,1.2857,7.7141,0,0.8571,5.1428,0,0.8571,2.5714,0,1.2857,0,0,1.7142,-1.2857,0,2.1428,-2.1428,0 + +[0029] ) +PL 0,10.7141,0,0.8571,9.857,0,1.7142,8.5713,0,2.5714,6.857,0,2.9999,4.7142,0,2.9999,2.9999,0,2.5714,0.8571,0,1.7142,-0.8571,0,0.8571,-2.1428,0,0,-2.9999,0 +PL 1.7142,8.1427,0,2.1428,6.857,0,2.5714,5.1428,0,2.5714,2.5714,0,2.1428,0.8571,0,1.7142,-0.4286,0 +PL 0.8571,9.857,0,1.2857,8.9998,0,1.7142,7.7141,0,2.1428,5.1428,0,2.1428,2.5714,0,1.7142,0,0,1.2857,-1.2857,0,0.8571,-2.1428,0 + +[002a] * +PLC 1.7142,8.5713,0,2.5714,4.2856,0,2.1428,3.8571,0,2.1428,8.9998,0 +PL 2.1428,8.9998,0,2.5714,8.5713,0,1.7142,4.2856,0,2.1428,3.8571,0 +PLC 0.4286,7.7141,0,3.8571,5.1428,0,4.2856,5.1428,0,0,7.7141,0 +PL 0,7.7141,0,0,7.2856,0,4.2856,5.5713,0,4.2856,5.1428,0 +PLC 3.8571,7.7141,0,0.4286,5.1428,0,0,5.1428,0,4.2856,7.7141,0 +PL 4.2856,7.7141,0,4.2856,7.2856,0,0,5.5713,0,0,5.1428,0 + +[002b] + +PLC 3.4285,0.4286,0,3.8571,0.4286,0,3.8571,7.7141,0,3.4285,7.7141,0 +PLC 7.2856,4.2856,0,7.2856,3.8571,0,0,3.8571,0,0,4.2856,0 + +[002c] , +PLC 0.8571,-0.4286,0,0,0.4286,0,0.8571,1.2857,0,1.2857,0.4286,0,1.2857,-0.4286,0,0.8571,-1.2857,0 +L 0.8571,-1.2857,0,-1.7142 +PLC 0.4286,0.4286,0,0.8571,0,0,0.8571,0.8571,0 + +[002d] - +PLC 7.2856,4.2856,0,7.2856,3.8571,0,0,3.8571,0,0,4.2856,0 + +[002e] . +PLC 0,0.4286,0,0.8571,0,0,1.7142,0.4286,0,0.8571,1.2857,0 +PLC 0.4286,0.4286,0,1.2857,0.4286,0,0.8571,0.8571,0 + +[002f] / +PLC 0,-2.9999,0,0.4286,-2.9999,0,8.1427,10.7141,0,7.7141,10.7141,0 + +[0030] 0 +PLC 0.8571,1.2857,0,0,0.8571,0,0.8571,0.8571,0,1.7142,0.4286,0,2.1428,0,0,2.9999,0.4286,0,2.5714,0.8571,0,1.7142,1.2857,0,1.7142,8.1427,0,0.8571,8.1427,0 +PL 1.2857,7.7141,0,1.2857,1.2857,0,2.5714,0.4286,0 +PL 1.7142,8.1427,0,3.8571,8.5713,0,4.7142,8.9998,0,5.1428,8.5713,0,5.9999,8.1427,0,6.857,8.1427,0,5.9999,7.7141,0,5.9999,0.8571,0,5.1428,0.8571,0,5.1428,7.7141,0,4.2856,8.1427,0,3.8571,8.5713,0 +PL 4.2856,8.5713,0,5.5713,7.7141,0,5.5713,1.2857,0 +L 2.9999,0.4286,5.1428,0.8571 + +[0031] 1 +PL 0.8571,7.7141,0,0.4286,8.1427,0,0.8571,8.5713,0,1.2857,7.7141,0,1.2857,0.8571,0,2.1428,0.4286,0,2.9999,0.8571,0,2.5714,0.8571,0,1.7142,1.2857,0,1.7142,8.1427,0,1.2857,8.9998,0,0,8.1427,0,0.4286,7.7141,0,0.8571,6.857,0,0.8571,1.2857,0,0,0.8571,0,0.4286,0.8571,0,1.2857,0.4286,0,1.7142,0,0,2.1428,0.4286,0 + +[0032] 2 +PLC 1.2857,8.1427,0,2.1428,8.5713,0,2.5714,8.9998,0,3.4285,8.5713,0,2.9999,8.1427,0,2.1428,7.7141,0,1.2857,7.7141,0,0.4286,8.1427,0 +PL 3.4285,8.5713,0,4.7142,8.1427,0,5.5713,8.1427,0,5.5713,4.7142,0,2.5714,4.7142,0,1.2857,4.2856,0,0.4286,3.4285,0,0,2.1428,0,0,0,0,1.7142,0.8571,0,3.4285,1.2857,0,4.7142,1.2857,0,6.4284,0.8571,0,5.5713,0,0,4.2856,0.4286,0,2.1428,0.4286,0,0,0,0 +L 2.1428,8.1427,2.9999,8.5713 +L 4.7142,8.1427,4.7142,4.7142 +L 5.1428,7.7141,5.1428,5.1428 +PL 1.2857,0.4286,0,2.5714,0.8571,0,4.7142,0.8571,0,5.9999,0.4286,0 + +[0033] 3 +PLC 0.8571,8.1427,0,1.7142,8.5713,0,2.1428,8.9998,0,2.9999,8.5713,0,2.1428,7.7141,0,1.2857,7.7141,0,0.4286,8.1427,0 +PL 2.9999,8.5713,0,4.7142,8.1427,0,5.5713,8.1427,0,5.5713,5.1428,0,4.7142,5.1428,0,4.7142,8.1427,0 +L 1.7142,8.1427,2.5714,8.5713 +L 5.1428,7.7141,5.1428,5.5713 +PL 4.7142,5.1428,0,3.4285,4.7142,0,2.5714,4.2856,0 +PL 2.5714,4.7142,0,3.4285,4.2856,0,4.7142,3.8571,0,5.5713,3.8571,0,5.5713,0.8571,0,4.7142,0.8571,0,4.7142,3.8571,0 +L 5.1428,3.4285,5.1428,1.2857 +PLC 0.8571,1.2857,0,1.7142,1.2857,0,2.5714,0.8571,0,2.9999,0.4286,0,2.1428,0,0,1.7142,0.4286,0,0.8571,0.8571,0,0,0.8571,0 +L 1.7142,0.8571,2.5714,0.4286 +L 2.9999,0.4286,4.7142,0.8571 + +[0034] 4 +PL 4.2856,7.2856,0,4.7142,8.1427,0,4.2856,8.5713,0,4.2856,0.8571,0,5.1428,0.4286,0,5.9999,0.8571,0,5.5713,0.8571,0,4.7142,1.2857,0,4.7142,7.2856,0,5.1428,8.1427,0,4.2856,8.9998,0,0,4.7142,0,0,2.5714,0,3.8571,2.5714,0 +PL 4.7142,2.5714,0,6.4284,2.5714,0,6.857,2.1428,0,6.857,2.9999,0,6.4284,2.5714,0 +L 0.4286,4.7142,0.4286,2.9999 +L 0.8571,5.5713,0.8571,2.5714 +PL 3.8571,8.5713,0,3.8571,1.2857,0,2.9999,0.8571,0,3.4285,0.8571,0,4.2856,0.4286,0,4.7142,0,0,5.1428,0.4286,0 + +[0035] 5 +PL 0.4286,8.1427,0,4.2856,8.1427,0,5.1428,8.5713,0,5.5713,8.9998,0,0.4286,8.9998,0,0.4286,5.1428,0,1.7142,5.1428,0,3.4285,5.5713,0,4.2856,5.9999,0,4.7142,6.4284,0,5.1428,5.9999,0,5.9999,5.5713,0,6.4284,5.5713,0,5.5713,5.1428,0,5.5713,0.8571,0,4.7142,0.8571,0,4.7142,5.1428,0,3.8571,5.5713,0,3.4285,5.5713,0 +L 0.8571,8.5713,4.7142,8.5713 +PL 4.2856,5.9999,0,5.1428,5.5713,0,5.1428,1.2857,0 +PLC 0.8571,1.2857,0,1.7142,1.2857,0,2.5714,0.8571,0,2.9999,0.4286,0,2.1428,0,0,1.7142,0.4286,0,0.8571,0.8571,0,0,0.8571,0 +L 1.7142,0.8571,2.5714,0.4286 +L 2.9999,0.4286,4.7142,0.8571 + +[0036] 6 +PLC 0.8571,1.2857,0,0,0.8571,0,0.8571,0.8571,0,1.7142,0.4286,0,2.1428,0,0,2.9999,0.4286,0,2.5714,0.8571,0,1.7142,1.2857,0,1.7142,8.1427,0,0.8571,8.1427,0 +PL 1.2857,7.7141,0,1.2857,1.2857,0,2.5714,0.4286,0 +PL 1.7142,8.1427,0,3.4285,8.5713,0,4.2856,8.9998,0,4.7142,8.5713,0,5.5713,8.1427,0,5.9999,8.1427,0,5.1428,7.7141,0,4.2856,7.7141,0,3.4285,8.5713,0 +L 3.8571,8.5713,4.7142,8.1427 +PL 1.7142,4.7142,0,2.1428,4.7142,0,3.8571,5.1428,0,4.7142,5.5713,0,5.1428,5.9999,0,5.5713,5.5713,0,6.4284,5.1428,0,6.857,5.1428,0,5.9999,4.7142,0,5.9999,0.8571,0,5.1428,0.8571,0,5.1428,4.7142,0,4.2856,5.1428,0,3.8571,5.1428,0 +PL 4.7142,5.5713,0,5.5713,4.7142,0,5.5713,1.2857,0 +L 2.9999,0.4286,5.1428,0.8571 + +[0037] 7 +PLC 0.8571,8.9998,0,2.1428,8.5713,0,4.2856,8.5713,0,6.4284,8.9998,0,4.7142,8.1427,0,2.9999,7.7141,0,1.7142,7.7141,0,0,8.1427,0 +PL 0.4286,8.5713,0,1.7142,8.1427,0,3.8571,8.1427,0,5.1428,8.5713,0 +PL 6.4284,8.9998,0,5.9999,8.1427,0,5.1428,6.857,0,3.4285,5.1428,0,2.5714,3.8571,0,2.1428,2.5714,0,2.1428,1.2857,0,2.5714,0,0,3.4285,0.8571,0,2.9999,2.1428,0,2.9999,3.4285,0,3.4285,4.7142,0,4.2856,5.9999,0 +PL 2.9999,4.2856,0,2.5714,2.9999,0,2.5714,1.7142,0,2.9999,0.4286,0 + +[0038] 8 +PLC 0.8571,5.1428,0,1.7142,5.1428,0,1.7142,7.7141,0,0.8571,7.7141,0 +L 1.2857,7.2856,1.2857,5.5713 +PL 1.7142,7.7141,0,3.8571,8.1427,0,4.7142,8.5713,0,5.1428,8.9998,0,5.5713,8.5713,0,6.4284,8.1427,0,6.857,8.1427,0,5.9999,7.7141,0,5.9999,5.1428,0,5.1428,5.1428,0,5.1428,7.7141,0,4.2856,8.1427,0,3.8571,8.1427,0 +PL 4.7142,8.5713,0,5.5713,8.1427,0,5.5713,5.5713,0 +PL 1.7142,5.1428,0,5.1428,3.8571,0,5.9999,3.8571,0,5.9999,0.8571,0,5.1428,0.8571,0,5.1428,3.8571,0 +PL 5.1428,5.1428,0,1.7142,3.8571,0,0.8571,3.8571,0,0.8571,1.2857,0,0,0.8571,0,0.8571,0.8571,0,1.7142,0.4286,0,2.1428,0,0,2.9999,0.4286,0,2.5714,0.8571,0,1.7142,1.2857,0,1.7142,3.8571,0 +PL 1.2857,3.4285,0,1.2857,1.2857,0,2.5714,0.4286,0 +L 5.5713,3.4285,5.5713,1.2857 +L 2.9999,0.4286,5.1428,0.8571 + +[0039] 9 +PL 1.2857,7.7141,0,1.2857,3.8571,0,2.1428,3.4285,0,2.9999,3.8571,0,2.5714,3.8571,0,1.7142,4.2856,0,1.7142,8.1427,0,0.8571,8.1427,0,0.8571,4.2856,0,0,3.8571,0,0.4286,3.8571,0,1.2857,3.4285,0,1.7142,2.9999,0,2.1428,3.4285,0 +PL 1.7142,8.1427,0,3.8571,8.5713,0,4.7142,8.9998,0,5.1428,8.5713,0,5.9999,8.1427,0,6.857,8.1427,0,5.9999,7.7141,0,5.9999,0.8571,0,5.1428,0.8571,0,5.1428,7.7141,0,4.2856,8.1427,0,3.8571,8.5713,0 +PL 4.2856,8.5713,0,5.5713,7.7141,0,5.5713,1.2857,0 +PL 2.9999,3.8571,0,4.7142,4.2856,0,5.1428,4.2856,0 +PLC 1.2857,1.2857,0,2.1428,1.2857,0,2.9999,0.8571,0,3.4285,0.4286,0,2.5714,0,0,2.1428,0.4286,0,1.2857,0.8571,0,0.4286,0.8571,0 +L 2.1428,0.8571,2.9999,0.4286 +L 3.4285,0.4286,5.1428,0.8571 + +[003a] : +PLC 0,5.1428,0,0.8571,4.7142,0,1.7142,5.1428,0,0.8571,5.9999,0 +PLC 0.4286,5.1428,0,1.2857,5.1428,0,0.8571,5.5713,0 +PLC 0,0.4286,0,0.8571,0,0,1.7142,0.4286,0,0.8571,1.2857,0 +PLC 0.4286,0.4286,0,1.2857,0.4286,0,0.8571,0.8571,0 + +[003b] ; +PLC 0,5.1428,0,0.8571,4.7142,0,1.7142,5.1428,0,0.8571,5.9999,0 +PLC 0.4286,5.1428,0,1.2857,5.1428,0,0.8571,5.5713,0 +PLC 0.8571,-0.4286,0,0,0.4286,0,0.8571,1.2857,0,1.2857,0.4286,0,1.2857,-0.4286,0,0.8571,-1.2857,0 +L 0.8571,-1.2857,0,-1.7142 +PLC 0.4286,0.4286,0,0.8571,0,0,0.8571,0.8571,0 + +[003c] < +PL 6.857,7.7141,0,0,3.8571,0,6.857,0,0 + +[003d] = +PLC 7.2856,5.9999,0,7.2856,5.5713,0,0,5.5713,0,0,5.9999,0 +PLC 7.2856,2.5714,0,7.2856,2.1428,0,0,2.1428,0,0,2.5714,0 + +[003e] > +PL 0,7.7141,0,6.857,3.8571,0,0,0,0 + +[003f] ? +PLC 0.4286,8.1427,0,0.8571,8.5713,0,2.1428,8.9998,0,1.2857,8.5713,0,0.8571,7.7141,0,0.8571,6.857,0,0,7.2856,0 +PL 2.1428,8.9998,0,2.9999,8.9998,0,4.2856,8.5713,0,4.7142,8.1427,0,5.1428,7.2856,0,5.1428,6.4284,0,4.7142,5.5713,0,3.8571,4.7142,0,2.9999,4.2856,0,3.8571,5.1428,0,4.2856,5.9999,0,4.2856,7.7141,0,3.8571,8.5713,0,2.9999,8.9998,0 +L 0.4286,7.2856,0.8571,8.1427 +PL 4.2856,8.1427,0,4.7142,7.7141,0,4.7142,5.9999,0,4.2856,5.5713,0 +PL 2.5714,4.2856,0,2.5714,2.9999,0,2.9999,4.2856,0,2.1428,4.2856,0,2.5714,2.9999,0 +PLC 1.7142,0.4286,0,2.5714,0,0,3.4285,0.4286,0,2.5714,1.2857,0 +PLC 2.1428,0.4286,0,2.9999,0.4286,0,2.5714,0.8571,0 + +[0040] @ +PL 6.4284,5.5713,0,5.9999,6.4284,0,5.1428,6.857,0,3.8571,6.857,0,2.9999,6.4284,0,2.5714,5.9999,0,2.1428,4.7142,0,2.1428,3.4285,0,2.5714,2.5714,0,3.4285,2.1428,0,4.7142,2.1428,0,5.5713,2.5714,0,5.9999,3.4285,0,6.4284,6.857,0 +PL 3.8571,6.857,0,2.9999,5.9999,0,2.5714,4.7142,0,2.5714,3.4285,0,2.9999,2.5714,0,3.4285,2.1428,0 +PL 5.9999,3.4285,0,5.9999,2.5714,0,6.857,2.1428,0,7.7141,2.1428,0,8.5713,2.9999,0,8.9998,4.2856,0,8.9998,5.1428,0,8.5713,6.4284,0,8.1427,7.2856,0,7.2856,8.1427,0,6.4284,8.5713,0,5.1428,8.9998,0,3.8571,8.9998,0,2.5714,8.5713,0,1.7142,8.1427,0,0.8571,7.2856,0,0.4286,6.4284,0,0,5.1428,0,0,3.8571,0,0.4286,2.5714,0,0.8571,1.7142,0,1.7142,0.8571,0,2.5714,0.4286,0,3.8571,0,0,5.1428,0,0,6.4284,0.4286,0,7.2856,0.8571,0,7.7141,1.2857,0 +PL 6.857,6.857,0,6.4284,3.4285,0,6.4284,2.5714,0,6.857,2.1428,0 + +[0041] A +PL 0.4286,8.1427,0,0.8571,7.7141,0,0.4286,7.2856,0,0,7.7141,0,0.4286,8.5713,0,1.2857,8.9998,0,2.1428,8.9998,0,2.9999,8.5713,0,3.4285,8.1427,0,3.8571,6.857,0,3.8571,5.1428,0,3.4285,3.8571,0,2.5714,2.9999,0,1.7142,2.5714,0,0.4286,2.1428,0,2.5714,0,0,5.5713,2.1428,0 +PL 2.9999,8.1427,0,3.4285,6.857,0,3.4285,4.7142,0,2.9999,3.8571,0 +PL 2.1428,8.9998,0,2.5714,8.5713,0,2.9999,7.2856,0,2.9999,4.7142,0,2.5714,3.4285,0,1.7142,2.5714,0 +L 1.7142,2.1428,2.9999,0.8571 +L 1.2857,2.1428,2.9999,0.4286 +PLC 8.1427,8.1427,0,8.5713,8.1427,0,8.5713,8.5713,0 +PL 8.5713,8.5713,0,8.1427,8.9998,0,7.2856,8.9998,0,6.4284,8.5713,0,5.9999,8.1427,0,5.5713,7.2856,0,5.5713,0.8571,0,6.4284,0,0,8.1427,1.7142,0 +PL 6.4284,8.1427,0,5.9999,7.2856,0,5.9999,1.2857,0,6.857,0.4286,0 +PL 7.2856,8.9998,0,6.857,8.5713,0,6.4284,7.2856,0,6.4284,1.7142,0,7.2856,0.8571,0 + +[0042] B +PL 0,4.2856,0,0,3.8571,0,0.4286,3.4285,0,1.2857,3.4285,0,2.1428,3.8571,0,2.1428,5.1428,0,1.7142,5.9999,0,0.8571,7.2856,0,0.8571,8.1427,0,1.7142,8.9998,0,0.8571,8.5713,0,0.4286,7.7141,0,0.4286,6.857,0,0.8571,5.9999,0,1.7142,4.7142,0,1.7142,3.8571,0,1.2857,3.4285,0 +L 1.7142,5.1428,0.8571,6.857 +PL 1.7142,8.9998,0,2.9999,8.9998,0,3.8571,8.5713,0,4.2856,8.1427,0,4.7142,7.2856,0,4.7142,3.8571,0,4.2856,2.5714,0,3.4285,1.7142,0,3.8571,2.5714,0,3.8571,7.2856,0,3.4285,8.5713,0,2.9999,8.9998,0 +PL 3.8571,8.1427,0,4.2856,7.2856,0,4.2856,2.9999,0 +PL 4.7142,7.7141,0,5.1428,8.5713,0,5.9999,8.9998,0,6.857,8.9998,0,7.7141,8.5713,0,8.1427,8.1427,0,8.5713,7.2856,0,8.9998,6.857,0,8.1427,6.857,0,7.7141,7.2856,0,7.2856,8.5713,0,6.857,8.9998,0 +L 7.7141,8.1427,8.1427,7.2856 +L 8.9998,6.857,4.7142,4.7142 +PL 7.7141,5.9999,0,8.5713,5.1428,0,8.9998,3.8571,0,8.9998,2.5714,0,8.5713,1.2857,0,7.7141,0.4286,0,6.4284,0,0,5.1428,0,0,3.8571,0.4286,0,1.2857,1.7142,0,0.8571,1.7142,0,0.4286,1.2857,0,0.8571,2.1428,0,1.7142,2.1428,0,2.9999,1.7142,0,4.7142,0.8571,0,5.9999,0.4286,0,7.2856,0.4286,0,8.1427,0.8571,0 +PL 7.2856,5.5713,0,7.7141,5.5713,0,8.5713,4.7142,0 +PL 6.4284,5.5713,0,7.7141,5.1428,0,8.5713,4.2856,0,8.9998,3.4285,0 +PL 5.5713,0.4286,0,4.7142,0.4286,0,2.1428,1.7142,0,1.7142,1.7142,0 +PL 0.4286,1.2857,0,0.4286,0.4286,0,0.8571,0,0,1.2857,0.4286,0,0.8571,0.8571,0 + +[0043] C +PL 4.7142,8.5713,0,5.5713,7.7141,0,6.4284,7.7141,0,7.2856,8.1427,0,6.4284,8.1427,0,5.5713,8.5713,0,5.1428,8.9998,0,3.8571,8.1427,0,2.9999,8.9998,0,2.1428,8.9998,0,1.2857,8.5713,0,0.4286,7.2856,0,0,5.5713,0,0,3.8571,0,0.4286,2.1428,0,1.2857,0.8571,0,2.1428,0.4286,0,3.4285,0,0,4.7142,0,0,5.9999,0.4286,0,6.857,0.8571,0,7.7141,1.7142,0,6.4284,0.8571,0,5.1428,0.4286,0,3.8571,0.4286,0,2.5714,0.8571,0,1.7142,1.7142,0,1.2857,2.5714,0,0.8571,4.2856,0,0.8571,5.9999,0,1.2857,7.7141,0,1.7142,8.5713,0,2.1428,8.9998,0 +PL 1.2857,8.1427,0,0.8571,7.2856,0,0.4286,5.9999,0,0.4286,3.8571,0,0.8571,2.1428,0,1.7142,0.8571,0,2.9999,0.4286,0 +PL 3.8571,8.1427,0,3.4285,7.7141,0,2.9999,6.857,0,2.9999,6.4284,0,3.4285,5.5713,0,4.7142,4.7142,0,5.1428,3.8571,0,5.1428,2.9999,0,5.5713,3.8571,0,5.5713,4.7142,0,5.1428,5.5713,0,3.8571,6.4284,0,3.4285,7.2856,0,3.4285,7.7141,0 +PL 3.4285,6.857,0,3.4285,6.4284,0,5.1428,4.7142,0,5.1428,4.2856,0 +PL 5.1428,2.9999,0,4.2856,2.5714,0,3.8571,2.5714,0,2.9999,2.9999,0,2.5714,3.8571,0 +PL 5.1428,8.5713,0,5.5713,8.1427,0,5.9999,8.1427,0 +L 7.2856,8.1427,7.7141,8.5713 + +[0044] D +PL 0,6.4284,0,0,6.857,0,0.4286,7.7141,0,1.2857,8.5713,0,2.5714,8.9998,0,4.2856,8.9998,0,5.5713,8.5713,0,6.4284,8.1427,0,7.2856,7.2856,0,8.1427,5.9999,0,8.5713,4.2856,0,8.5713,2.5714,0,8.1427,1.2857,0,7.2856,0.4286,0,5.9999,0,0,4.7142,0,0,3.4285,0.4286,0,0.8571,1.7142,0,0.4286,1.7142,0,0,1.2857,0,0.4286,2.1428,0,1.2857,2.1428,0,2.5714,1.7142,0,4.2856,0.8571,0,5.5713,0.4286,0,6.857,0.4286,0,7.7141,0.8571,0 +PL 1.2857,8.1427,0,2.1428,8.5713,0,4.2856,8.5713,0,5.5713,8.1427,0,6.4284,7.7141,0,7.2856,6.857,0,8.1427,5.5713,0 +PL 5.1428,0.4286,0,4.2856,0.4286,0,1.7142,1.7142,0,1.2857,1.7142,0 +PL 0,6.857,0,0.8571,7.7141,0,2.1428,8.1427,0,4.2856,8.1427,0,5.5713,7.7141,0,6.4284,7.2856,0,7.2856,6.4284,0,8.1427,5.1428,0,8.5713,3.8571,0 +PL 0,1.2857,0,0,0.4286,0,0.4286,0,0,0.8571,0.4286,0,0.4286,0.8571,0 +PL 3.4285,8.1427,0,2.1428,6.857,0,1.7142,5.9999,0,1.7142,5.1428,0,2.5714,3.4285,0,2.5714,2.5714,0,2.9999,3.4285,0,2.9999,4.2856,0,2.1428,5.9999,0,2.1428,6.857,0 +PL 2.1428,5.5713,0,2.1428,5.1428,0,2.5714,4.2856,0,2.5714,3.8571,0 +PL 2.5714,2.5714,0,2.1428,2.1428,0,1.2857,2.1428,0,0.8571,2.5714,0,0.8571,2.9999,0 + +[0045] E +PL 4.7142,8.5713,0,5.5713,7.7141,0,6.4284,7.7141,0,7.2856,8.1427,0,6.4284,8.1427,0,5.5713,8.5713,0,5.1428,8.9998,0,3.8571,8.1427,0,2.9999,8.9998,0,2.1428,8.9998,0,1.2857,8.5713,0,0.4286,7.2856,0,0,5.5713,0,0,3.8571,0,0.4286,2.1428,0,1.2857,0.8571,0,2.1428,0.4286,0,3.4285,0,0,4.7142,0,0,5.9999,0.4286,0,6.857,0.8571,0,7.7141,1.7142,0,6.4284,0.8571,0,5.1428,0.4286,0,3.8571,0.4286,0,2.5714,0.8571,0,1.7142,1.7142,0,1.2857,2.5714,0,0.8571,4.2856,0,0.8571,5.9999,0,1.2857,7.7141,0,1.7142,8.5713,0,2.1428,8.9998,0 +PL 1.2857,8.1427,0,0.8571,7.2856,0,0.4286,5.9999,0,0.4286,3.8571,0,0.8571,2.1428,0,1.7142,0.8571,0,2.9999,0.4286,0 +PL 3.8571,8.1427,0,3.4285,7.7141,0,2.9999,6.857,0,2.9999,6.4284,0,3.4285,5.5713,0,4.7142,4.7142,0,5.1428,3.8571,0,5.1428,2.9999,0,5.5713,3.8571,0,5.5713,4.7142,0,5.1428,5.5713,0,3.8571,6.4284,0,3.4285,7.2856,0,3.4285,7.7141,0 +PL 3.4285,6.857,0,3.4285,6.4284,0,5.1428,4.7142,0,5.1428,4.2856,0 +PL 5.1428,2.9999,0,4.2856,2.5714,0,3.8571,2.5714,0,2.9999,2.9999,0,2.5714,3.8571,0 +PL 5.1428,8.5713,0,5.5713,8.1427,0,5.9999,8.1427,0 +L 7.2856,8.1427,7.7141,8.5713 +PL 5.1428,5.5713,0,6.857,6.857,0,7.2856,6.4284,0,8.1427,6.4284,0,7.2856,5.5713,0,6.4284,5.5713,0,5.9999,5.9999,0 +PL 6.4284,6.4284,0,6.857,5.9999,0,7.2856,5.9999,0 + +[0046] F +PL 1.7142,5.5713,0,0.8571,5.9999,0,0.4286,6.857,0,0.4286,7.7141,0,0.8571,8.5713,0,2.1428,8.9998,0,3.4285,8.9998,0,4.7142,8.5713,0,6.4284,7.7141,0,3.8571,8.1427,0,1.7142,8.1427,0,0.8571,7.7141,0,0.4286,6.857,0 +PL 0.8571,8.1427,0,1.7142,8.5713,0,3.8571,8.5713,0,5.1428,8.1427,0 +PL 6.4284,7.7141,0,7.2856,7.7141,0,7.7141,8.1427,0,7.7141,8.5713,0,7.2856,8.9998,0,6.857,8.9998,0 +PL 4.2856,8.1427,0,3.8571,7.7141,0,3.4285,6.857,0,3.4285,5.9999,0,3.8571,5.1428,0,5.5713,3.4285,0,5.9999,2.1428,0,5.9999,0.8571,0,5.5713,-0.4286,0,5.1428,-0.8571,0,4.2856,-1.2857,0,5.5713,-0.8571,0,6.4284,0,0,6.857,0.8571,0,6.857,2.1428,0,6.4284,3.4285,0,5.5713,4.2856,0,4.2856,5.1428,0,3.4285,5.9999,0 +PL 4.7142,4.7142,0,5.9999,3.4285,0,6.4284,2.1428,0,6.4284,0.8571,0,5.9999,0,0 +PL 4.2856,-1.2857,0,2.5714,-1.2857,0,1.2857,-0.8571,0,0.8571,-0.4286,0,0.4286,0.4286,0,0.4286,1.7142,0,1.2857,2.9999,0,1.2857,3.8571,0,0.8571,4.2856,0 +PL 1.2857,-0.4286,0,0.8571,0,0,0.8571,1.7142,0,1.2857,2.5714,0 +PL 2.5714,-1.2857,0,1.7142,-0.8571,0,1.2857,0,0,1.2857,1.7142,0,1.7142,2.9999,0,1.7142,3.8571,0,1.2857,4.2856,0,0.4286,4.2856,0,0,3.8571,0,0,3.4285,0 +PL 5.1428,4.7142,0,6.857,6.4284,0,7.2856,5.9999,0,8.1427,5.9999,0,7.2856,5.1428,0,6.4284,5.1428,0,5.9999,5.5713,0 +PL 6.4284,5.9999,0,6.857,5.5713,0,7.2856,5.5713,0 + +[0047] G +PL 5.5713,7.2856,0,5.1428,8.1427,0,4.7142,8.5713,0,3.8571,8.9998,0,2.5714,8.9998,0,1.2857,8.5713,0,0.4286,7.2856,0,0,5.5713,0,0,3.8571,0,0.4286,2.5714,0,0.8571,1.7142,0,1.7142,0.8571,0,2.5714,0.4286,0,3.8571,0,0,5.1428,0,0,6.4284,0.4286,0,7.2856,0.8571,0,8.1427,1.7142,0,8.5713,2.9999,0,8.5713,4.2856,0,8.1427,5.5713,0,7.2856,6.4284,0,5.1428,5.1428,0,3.8571,5.9999,0,3.4285,6.857,0,3.4285,7.2856,0,4.2856,8.1427,0,5.5713,8.9998,0 +PL 1.2857,8.1427,0,0.8571,7.2856,0,0.4286,5.9999,0,0.4286,3.8571,0,0.8571,2.5714,0,1.2857,1.7142,0 +PL 7.7141,1.7142,0,8.1427,2.5714,0,8.1427,4.2856,0,7.7141,5.5713,0,7.2856,5.9999,0 +PL 2.5714,8.9998,0,1.7142,8.5713,0,1.2857,7.7141,0,0.8571,5.9999,0,0.8571,3.8571,0,1.2857,2.1428,0,1.7142,1.2857,0,2.5714,0.4286,0 +PL 6.4284,0.4286,0,7.2856,1.2857,0,7.7141,2.5714,0,7.7141,4.2856,0,7.2856,5.1428,0,6.4284,5.9999,0 +PL 3.4285,7.2856,0,2.9999,6.4284,0,2.9999,5.9999,0,3.4285,5.1428,0,4.7142,4.2856,0,5.1428,3.4285,0,5.1428,2.5714,0,5.5713,3.4285,0,5.5713,4.2856,0,5.1428,5.1428,0 +PL 3.4285,6.4284,0,3.4285,5.9999,0,5.1428,4.2856,0,5.1428,3.8571,0 +PL 5.1428,2.5714,0,4.2856,2.1428,0,3.8571,2.1428,0,2.9999,2.5714,0,2.5714,3.4285,0 +PL 7.2856,6.4284,0,7.7141,7.2856,0,8.5713,8.9998,0,8.1427,8.5713,0,7.2856,8.5713,0,8.9998,7.7141,0,8.1427,7.7141,0,7.7141,7.2856,0,7.7141,8.1427,0,7.2856,8.5713,0 +PL 8.9998,7.7141,0,8.5713,8.1427,0,8.5713,8.9998,0 + +[0048] H +PL 2.5714,7.7141,0,2.5714,6.857,0,2.9999,5.9999,0,3.8571,5.1428,0,4.2856,4.2856,0,4.2856,3.4285,0,3.8571,2.5714,0,3.8571,3.4285,0,3.4285,4.2856,0,2.5714,5.1428,0,2.1428,5.9999,0,2.1428,6.857,0,2.5714,7.7141,0,3.4285,8.5713,0,3.8571,8.1427,0,4.7142,7.7141,0,5.5713,7.7141,0,6.857,8.5713,0,5.9999,8.1427,0,5.1428,8.1427,0,4.2856,8.9998,0,3.4285,8.5713,0 +PL 2.5714,6.4284,0,2.5714,5.9999,0,3.8571,4.2856,0,3.8571,3.8571,0 +PL 3.8571,2.5714,0,3.4285,2.1428,0,2.5714,1.7142,0,1.7142,1.7142,0,0.8571,2.1428,0,0.4286,2.5714,0,0,3.4285,0,0,4.2856,0,0.4286,4.7142,0,0.8571,4.2856,0,0.4286,3.8571,0 +L 3.8571,8.5713,4.7142,8.1427 +PL 4.2856,4.7142,0,7.2856,6.857,0,8.1427,5.5713,0,8.5713,4.2856,0,8.5713,2.9999,0,8.1427,1.7142,0,7.2856,0.8571,0,5.9999,0.4286,0,4.2856,0,0,3.4285,0.4286,0,2.5714,0.4286,0,3.4285,0.8571,0,4.2856,0.8571,0,5.1428,0.4286,0,5.9999,0.4286,0,6.857,0.8571,0,7.2856,1.2857,0,7.7141,2.1428,0,7.7141,3.8571,0,7.2856,5.1428,0,6.4284,5.9999,0,5.9999,5.9999,0 +PL 6.857,6.4284,0,7.7141,5.5713,0,8.1427,4.2856,0,8.1427,2.5714,0,7.7141,1.7142,0 +PL 2.5714,0.4286,0,2.1428,-0.4286,0,2.5714,-1.2857,0,3.4285,-1.7142,0,4.2856,-1.7142,0,5.1428,-1.2857,0 +L 4.7142,0.4286,3.8571,0.4286 + +[0049] I +PL 2.9999,4.7142,0,2.1428,4.7142,0,1.2857,5.1428,0,0.8571,5.5713,0,0.4286,6.4284,0,0.4286,7.2856,0,0.8571,8.1427,0,1.2857,8.5713,0,2.5714,8.9998,0,3.4285,8.9998,0,4.7142,8.5713,0,5.9999,7.2856,0,6.857,6.857,0,5.5713,7.2856,0,4.7142,7.7141,0,3.4285,8.1427,0,1.7142,8.1427,0,0.8571,7.7141,0,0.4286,7.2856,0 +PL 1.2857,8.1427,0,2.1428,8.5713,0,3.8571,8.5713,0,4.7142,8.1427,0,5.1428,7.7141,0 +PL 6.857,6.857,0,7.7141,6.857,0,8.1427,7.2856,0,8.1427,8.1427,0,7.7141,8.5713,0,6.857,8.5713,0 +PL 0.4286,1.2857,0,0.8571,0.8571,0,0.4286,0.4286,0,0,0.8571,0,0,1.7142,0,0.4286,2.1428,0,1.2857,2.1428,0,2.1428,1.7142,0,2.9999,0.8571,0,3.8571,-0.4286,0,4.7142,-1.2857,0 +PL 2.1428,1.2857,0,2.5714,0.8571,0,3.4285,-0.4286,0,3.8571,-0.8571,0 +PL 1.2857,2.1428,0,1.7142,1.7142,0,2.1428,0.8571,0,2.9999,-0.4286,0,3.4285,-0.8571,0,4.2856,-1.2857,0,5.5713,-1.2857,0,6.4284,-0.8571,0,6.857,-0.4286,0,7.2856,0.4286,0,7.2856,1.7142,0,6.857,2.5714,0,5.9999,3.8571,0,5.5713,4.7142,0,5.5713,5.1428,0 +PL 6.857,1.2857,0,6.857,1.7142,0,5.5713,3.8571,0,5.5713,4.2856,0 +PL 6.4284,-0.8571,0,6.857,0,0,6.857,0.8571,0,6.4284,1.7142,0,5.5713,2.9999,0,5.1428,3.8571,0,5.1428,4.7142,0,5.9999,5.5713,0,6.857,5.5713,0,7.2856,5.1428,0,7.2856,4.7142,0 + +[004a] J +PL 2.9999,4.7142,0,2.1428,4.7142,0,1.2857,5.1428,0,0.8571,5.5713,0,0.4286,6.4284,0,0.4286,7.2856,0,0.8571,8.1427,0,1.2857,8.5713,0,2.5714,8.9998,0,3.4285,8.9998,0,4.7142,8.5713,0,5.9999,7.2856,0,6.857,6.857,0,5.5713,7.2856,0,4.7142,7.7141,0,3.4285,8.1427,0,1.7142,8.1427,0,0.8571,7.7141,0,0.4286,7.2856,0 +PL 1.2857,8.1427,0,2.1428,8.5713,0,3.8571,8.5713,0,4.7142,8.1427,0,5.1428,7.7141,0 +PL 6.857,6.857,0,7.7141,6.857,0,8.1427,7.2856,0,8.1427,8.1427,0,7.7141,8.5713,0,6.857,8.5713,0 +PL 0.4286,1.2857,0,0.8571,0.8571,0,0.4286,0.4286,0,0,0.8571,0,0,1.7142,0,0.4286,2.1428,0,1.2857,2.1428,0,2.1428,1.7142,0,2.9999,0.8571,0,3.8571,-0.4286,0,4.7142,-1.2857,0 +PL 2.1428,1.2857,0,2.5714,0.8571,0,3.4285,-0.4286,0,3.8571,-0.8571,0 +PL 1.2857,2.1428,0,1.7142,1.7142,0,2.1428,0.8571,0,2.9999,-0.4286,0,3.4285,-0.8571,0,4.2856,-1.2857,0,5.5713,-1.2857,0,6.4284,-0.8571,0,6.857,-0.4286,0,7.2856,0.4286,0,7.2856,1.7142,0,6.857,2.5714,0,5.9999,3.8571,0,5.5713,4.7142,0,5.5713,5.1428,0 +PL 6.857,1.2857,0,6.857,1.7142,0,5.5713,3.8571,0,5.5713,4.2856,0 +PL 6.4284,-0.8571,0,6.857,0,0,6.857,0.8571,0,6.4284,1.7142,0,5.5713,2.9999,0,5.1428,3.8571,0,5.1428,4.7142,0,5.9999,5.5713,0,6.857,5.5713,0,7.2856,5.1428,0,7.2856,4.7142,0 + +[004b] K +PL 8.5713,6.857,0,8.1427,7.7141,0,7.2856,8.5713,0,5.9999,8.9998,0,4.7142,8.9998,0,3.4285,8.5713,0,2.5714,7.7141,0,2.1428,6.857,0,2.1428,5.5713,0,2.5714,4.2856,0,3.8571,1.7142,0,3.8571,0.8571,0,2.9999,0,0,3.8571,0.4286,0,4.2856,1.2857,0,4.2856,2.1428,0,3.8571,3.4285,0,2.9999,5.1428,0,2.5714,5.9999,0,2.5714,7.2856,0,2.9999,8.1427,0 +PL 2.5714,5.5713,0,2.5714,5.1428,0,3.8571,2.5714,0,3.8571,2.1428,0 +PL 2.9999,0,0,2.1428,0,0,1.2857,0.4286,0,0.4286,2.1428,0,0.4286,1.2857,0,0,0.8571,0,1.7142,1.7142,0,1.2857,1.2857,0,1.2857,0.4286,0,0.8571,0.8571,0,0,0.8571,0 +PL 1.7142,1.7142,0,0.8571,1.7142,0,0.4286,2.1428,0 +PL 2.9999,5.1428,0,2.9999,5.9999,0,3.4285,6.857,0,4.2856,7.2856,0,5.5713,7.2856,0,6.4284,6.857,0,7.2856,5.9999,0,7.7141,5.9999,0,3.8571,4.2856,0 +L 5.9999,6.857,6.857,5.9999 +PL 4.7142,7.2856,0,5.5713,6.857,0,5.9999,6.4284,0,6.4284,5.5713,0 +PL 5.9999,5.1428,0,7.7141,1.2857,0,8.1427,0.8571,0,8.5713,0.8571,0 +PL 5.5713,4.7142,0,7.2856,1.2857,0,8.1427,0.4286,0 +PL 5.1428,4.7142,0,6.857,0.8571,0,7.7141,0,0,8.9998,1.2857,0 + +[004c] L +PL 6.857,3.4285,0,6.4284,2.9999,0,5.1428,2.9999,0,4.7142,3.4285,0,4.7142,4.2856,0,5.1428,5.1428,0,5.9999,6.4284,0,6.4284,7.2856,0,6.4284,8.1427,0,6.857,7.2856,0,6.857,6.4284,0,6.4284,5.5713,0,5.5713,4.7142,0,5.1428,3.8571,0,5.1428,3.4285,0,5.5713,2.9999,0 +PL 5.1428,4.2856,0,5.1428,4.7142,0,6.4284,6.4284,0,6.4284,6.857,0 +PL 6.4284,8.1427,0,5.9999,8.5713,0,4.7142,8.9998,0,2.5714,8.9998,0,1.2857,8.5713,0,0.8571,8.1427,0,0.4286,7.2856,0,0.4286,6.4284,0,0.8571,5.5713,0,1.7142,4.2856,0,2.1428,3.4285,0,2.1428,2.9999,0,1.7142,2.1428,0 +PL 0.8571,6.857,0,0.8571,6.4284,0,2.1428,4.2856,0,2.1428,3.8571,0 +PL 0.8571,8.1427,0,0.8571,7.2856,0,1.2857,6.4284,0,2.1428,5.1428,0,2.5714,4.2856,0,2.5714,3.4285,0,2.1428,2.5714,0,1.2857,1.7142,0,0,0.8571,0,0.8571,1.2857,0,1.2857,1.2857,0,2.9999,0.4286,0,4.2856,0,0,5.1428,0,0,6.4284,0.4286,0,6.857,0.8571,0,5.9999,0.4286,0,4.7142,0.4286,0,3.4285,0.8571,0,2.1428,1.7142,0,1.2857,1.7142,0 +PL 1.7142,1.2857,0,2.1428,1.2857,0,3.8571,0.4286,0,4.2856,0.4286,0 +L 6.857,0.8571,7.2856,1.7142 + +[004d] M +PL 0,4.2856,0,0,3.8571,0,0.4286,3.4285,0,1.2857,3.4285,0,2.1428,3.8571,0,2.1428,5.1428,0,1.7142,5.9999,0,0.8571,7.2856,0,0.8571,8.1427,0,1.7142,8.9998,0,0.8571,8.5713,0,0.4286,7.7141,0,0.4286,6.857,0,0.8571,5.9999,0,1.7142,4.7142,0,1.7142,3.8571,0,1.2857,3.4285,0 +L 1.7142,5.1428,0.8571,6.857 +PL 1.7142,8.9998,0,2.5714,8.9998,0,3.4285,8.5713,0,4.2856,7.7141,0,4.7142,6.4284,0,4.7142,3.8571,0,4.2856,2.5714,0,3.8571,1.7142,0,2.9999,0.8571,0,1.7142,0,0,1.2857,0.4286,0,0.8571,0.4286,0 +PL 3.8571,7.7141,0,4.2856,6.4284,0,4.2856,3.8571,0,3.8571,2.5714,0,3.4285,1.7142,0 +PL 2.1428,0.4286,0,1.7142,0.8571,0,1.2857,0.8571,0 +PL 2.5714,8.9998,0,3.4285,8.1427,0,3.8571,6.857,0,3.8571,3.8571,0,3.4285,2.1428,0,2.9999,1.2857,0,2.5714,0.8571,0,2.1428,1.2857,0,1.7142,1.2857,0,0.4286,0,0 +PL 3.8571,8.5713,0,4.7142,8.9998,0,5.5713,8.9998,0,6.4284,8.5713,0,7.2856,7.7141,0,7.7141,6.4284,0,7.7141,3.8571,0,7.2856,2.5714,0,6.857,1.7142,0,5.9999,0.8571,0,5.1428,0,0,4.7142,0.4286,0,4.2856,0.4286,0 +PL 6.857,7.7141,0,7.2856,6.4284,0,7.2856,3.8571,0,6.857,2.1428,0 +PL 5.5713,0.4286,0,5.1428,0.8571,0,4.7142,0.8571,0 +PL 5.5713,8.9998,0,6.4284,8.1427,0,6.857,6.857,0,6.857,3.4285,0,6.4284,1.7142,0,5.9999,0.8571,0,5.5713,1.2857,0,5.1428,1.2857,0,3.8571,0,0 +PL 6.857,8.1427,0,7.2856,8.5713,0,8.1427,8.9998,0,8.9998,8.9998,0,9.857,8.5713,0,10.2855,8.1427,0,10.7141,7.2856,0,11.1426,6.857,0,10.2855,6.857,0,9.857,7.2856,0,9.4284,8.5713,0,8.9998,8.9998,0 +L 9.857,8.1427,10.2855,7.2856 +PL 11.1426,0.8571,0,10.2855,1.7142,0,9.857,3.4285,0,9.857,5.1428,0,10.2855,5.9999,0,11.1426,6.857,0,9.857,5.9999,0,9.4284,5.5713,0,8.9998,4.2856,0,8.9998,2.9999,0,9.4284,1.2857,0,10.2855,0,0,11.5712,1.2857,0 +PL 9.857,5.5713,0,9.4284,4.7142,0,9.4284,2.9999,0,9.857,1.7142,0,10.7141,0.4286,0 + +[004e] N +PL 0,4.2856,0,0,3.8571,0,0.4286,3.4285,0,1.2857,3.4285,0,2.1428,3.8571,0,2.1428,5.1428,0,1.7142,5.9999,0,0.8571,7.2856,0,0.8571,8.1427,0,1.7142,8.9998,0,0.8571,8.5713,0,0.4286,7.7141,0,0.4286,6.857,0,0.8571,5.9999,0,1.7142,4.7142,0,1.7142,3.8571,0,1.2857,3.4285,0 +L 1.7142,5.1428,0.8571,6.857 +PL 1.7142,8.9998,0,2.9999,8.9998,0,3.8571,8.5713,0,4.7142,7.7141,0,5.1428,6.4284,0,5.1428,3.8571,0,4.7142,2.5714,0,4.2856,1.7142,0,3.4285,0.8571,0,2.1428,0,0,1.7142,0.4286,0,0.8571,0.4286,0,0,0,0,1.2857,1.2857,0,2.1428,1.2857,0,2.9999,0.8571,0,3.8571,2.1428,0,4.2856,3.8571,0,4.2856,6.857,0,3.8571,8.1427,0,2.9999,8.9998,0 +PL 4.2856,7.7141,0,4.7142,6.857,0,4.7142,3.8571,0,4.2856,2.5714,0,3.8571,1.7142,0,3.4285,1.2857,0 +PL 2.5714,0.4286,0,1.7142,0.8571,0,0.8571,0.8571,0 +PL 4.7142,8.1427,0,5.1428,8.5713,0,5.9999,8.9998,0,6.857,8.9998,0,7.7141,8.5713,0,8.1427,8.1427,0,8.5713,7.2856,0,8.9998,6.857,0,8.1427,6.857,0,7.7141,7.2856,0,7.2856,8.5713,0,6.857,8.9998,0 +L 7.7141,8.1427,8.1427,7.2856 +PL 8.9998,0.8571,0,8.1427,1.7142,0,7.7141,3.4285,0,7.7141,5.1428,0,8.1427,5.9999,0,8.9998,6.857,0,7.7141,5.9999,0,7.2856,5.5713,0,6.857,4.2856,0,6.857,2.9999,0,7.2856,1.2857,0,8.1427,0,0,9.4284,1.2857,0 +PL 7.7141,5.5713,0,7.2856,4.7142,0,7.2856,2.9999,0,7.7141,1.7142,0,8.5713,0.4286,0 + +[004f] O +PL 7.7141,0.8571,0,6.857,0.4286,0,5.5713,0.4286,0,4.2856,0.8571,0,2.5714,1.7142,0,1.2857,2.1428,0,0.4286,2.1428,0,0,1.2857,0,0.4286,1.7142,0,0.8571,1.7142,0,3.4285,0.4286,0,4.7142,0,0,5.9999,0,0,7.2856,0.4286,0,8.1427,1.2857,0,8.5713,2.1428,0,8.9998,3.4285,0,8.9998,4.7142,0,8.5713,5.9999,0,8.1427,6.857,0,6.857,7.7141,0,4.2856,8.5713,0,3.8571,8.9998,0,2.9999,8.5713,0,2.1428,7.7141,0,1.7142,6.857,0,1.7142,5.9999,0,2.5714,4.2856,0,2.5714,3.4285,0,2.9999,4.2856,0,2.9999,5.1428,0,2.1428,6.857,0,2.1428,7.7141,0 +PL 2.1428,6.4284,0,2.1428,5.9999,0,2.5714,5.1428,0,2.5714,4.7142,0 +PL 2.5714,3.4285,0,2.1428,2.9999,0,1.2857,2.9999,0,0.8571,3.4285,0,0.8571,3.8571,0 +PL 3.8571,8.5713,0,4.2856,8.1427,0,6.857,7.2856,0,7.7141,6.857,0,8.1427,6.4284,0 +PL 3.8571,8.9998,0,3.8571,8.1427,0,4.2856,7.7141,0,6.857,6.857,0,7.7141,6.4284,0,8.5713,5.5713,0,8.9998,4.7142,0 +PL 5.1428,0.4286,0,4.2856,0.4286,0,1.7142,1.7142,0,1.2857,1.7142,0 +PL 0,1.2857,0,0,0.4286,0,0.4286,0,0,0.8571,0.4286,0,0.4286,0.8571,0 + +[0050] P +PL 0,4.2856,0,0,3.8571,0,0.4286,3.4285,0,1.2857,3.4285,0,2.1428,3.8571,0,2.1428,5.1428,0,1.7142,5.9999,0,0.8571,7.2856,0,0.8571,8.1427,0,1.7142,8.9998,0,0.8571,8.5713,0,0.4286,7.7141,0,0.4286,6.857,0,0.8571,5.9999,0,1.7142,4.7142,0,1.7142,3.8571,0,1.2857,3.4285,0 +L 1.7142,5.1428,0.8571,6.857 +PL 1.7142,8.9998,0,2.9999,8.9998,0,3.8571,8.5713,0,4.2856,8.1427,0,4.7142,7.2856,0,4.7142,2.5714,0,5.5713,2.1428,0,6.4284,0.8571,0 +PL 4.7142,7.2856,0,6.857,8.9998,0,7.7141,7.7141,0,8.1427,6.857,0,8.5713,5.1428,0,8.5713,3.8571,0,8.1427,2.5714,0,7.2856,1.2857,0,5.9999,0,0,5.1428,1.2857,0,4.7142,1.7142,0,4.7142,-0.4286,0,4.2856,-1.2857,0,3.4285,-1.7142,0,2.1428,-1.7142,0,1.7142,-1.2857,0,1.7142,-0.4286,0,2.1428,0,0,2.5714,-0.4286,0,2.1428,-0.8571,0 +PL 3.8571,8.1427,0,4.2856,7.2856,0,4.2856,-0.4286,0,3.8571,-1.2857,0 +PL 2.9999,8.9998,0,3.4285,8.5713,0,3.8571,7.2856,0,3.8571,2.5714,0,2.9999,2.1428,0,2.1428,1.2857,0,2.9999,1.7142,0,3.8571,1.7142,0,3.8571,-0.4286,0,3.4285,-1.2857,0,2.9999,-1.7142,0 +PL 6.4284,8.5713,0,7.7141,6.857,0,8.1427,5.5713,0,8.1427,5.1428,0 +PL 5.9999,8.1427,0,6.857,7.2856,0,7.7141,5.9999,0,8.1427,4.7142,0,8.1427,3.4285,0,7.7141,2.1428,0,7.2856,1.2857,0 +PL 6.4284,0.4286,0,5.5713,1.7142,0,4.7142,2.1428,0,3.4285,2.1428,0 + +[0051] Q +PL 8.1427,1.2857,0,8.5713,2.1428,0,8.9998,3.4285,0,8.9998,4.7142,0,8.5713,5.9999,0,8.1427,6.857,0,6.857,7.7141,0,4.2856,8.5713,0,3.8571,8.9998,0,2.9999,8.5713,0,2.1428,7.7141,0,1.7142,6.857,0,1.7142,5.9999,0,2.5714,4.2856,0,2.5714,3.4285,0,2.9999,4.2856,0,2.9999,5.1428,0,2.1428,6.857,0,2.1428,7.7141,0 +PL 2.1428,6.4284,0,2.1428,5.9999,0,2.5714,5.1428,0,2.5714,4.7142,0 +PL 2.5714,3.4285,0,2.1428,2.9999,0,1.2857,2.9999,0,0.8571,3.4285,0,0.8571,3.8571,0 +PLC 5.9999,0,0,4.7142,0,0,3.4285,0.4286,0,0.8571,1.7142,0,0.4286,1.7142,0,0,1.2857,0,0.4286,2.1428,0,1.2857,2.1428,0,2.5714,1.7142,0,4.2856,0.8571,0,5.5713,0.4286,0,7.2856,0.4286,0 +PL 3.8571,8.5713,0,4.2856,8.1427,0,6.857,7.2856,0,7.7141,6.857,0,8.1427,6.4284,0 +PL 3.8571,8.9998,0,3.8571,8.1427,0,4.2856,7.7141,0,6.857,6.857,0,7.7141,6.4284,0,8.5713,5.5713,0,8.9998,4.7142,0 +PL 5.1428,0.4286,0,4.2856,0.4286,0,1.7142,1.7142,0,1.2857,1.7142,0 +PL 0,1.2857,0,0,0.4286,0,0.4286,0,0,0.8571,0.4286,0,0.4286,0.8571,0 +PL 5.5713,1.2857,0,6.4284,2.1428,0,7.2856,2.1428,0,8.9998,0.4286,0,9.4284,0.4286,0 +PL 6.857,1.7142,0,7.2856,1.7142,0,8.5713,0.4286,0 +PL 5.9999,1.7142,0,6.4284,1.7142,0,8.1427,0,0,8.9998,0,0,9.857,0.8571,0 + +[0052] R +PL 0.4286,4.2856,0,0.4286,3.8571,0,0.8571,3.4285,0,1.7142,3.4285,0,2.5714,3.8571,0,2.5714,5.1428,0,2.1428,5.9999,0,1.2857,7.2856,0,1.2857,8.1427,0,2.1428,8.9998,0,1.2857,8.5713,0,0.8571,7.7141,0,0.8571,6.857,0,1.2857,5.9999,0,2.1428,4.7142,0,2.1428,3.8571,0,1.7142,3.4285,0 +L 2.1428,5.1428,1.2857,6.857 +PL 2.1428,8.9998,0,3.4285,8.9998,0,4.2856,8.5713,0,4.7142,8.1427,0,5.1428,7.2856,0,5.1428,2.1428,0,4.7142,1.2857,0,3.8571,0.4286,0,2.9999,0,0,2.1428,0,0,1.2857,0.4286,0,0.4286,2.1428,0,0.4286,1.2857,0,0,0.8571,0,1.7142,1.7142,0,1.2857,1.2857,0,1.2857,0.4286,0,0.8571,0.8571,0,0,0.8571,0 +PL 4.2856,8.1427,0,4.7142,7.2856,0,4.7142,2.1428,0,4.2856,1.2857,0 +PL 3.4285,8.9998,0,3.8571,8.5713,0,4.2856,7.2856,0,4.2856,2.1428,0,3.8571,0.8571,0,2.9999,0,0 +PL 1.7142,1.7142,0,0.8571,1.7142,0,0.4286,2.1428,0 +PL 5.1428,7.7141,0,5.5713,8.5713,0,6.4284,8.9998,0,7.2856,8.9998,0,8.1427,8.5713,0,8.5713,8.1427,0,8.9998,7.2856,0,9.4284,6.857,0,8.5713,6.857,0,8.1427,7.2856,0,7.7141,8.5713,0,7.2856,8.9998,0 +L 8.1427,8.1427,8.5713,7.2856 +L 9.4284,6.857,5.1428,4.7142 +PL 5.9999,5.1428,0,7.7141,0.8571,0,8.5713,0,0,9.857,1.2857,0 +PL 6.4284,5.1428,0,8.1427,1.2857,0,8.9998,0.4286,0 +PL 6.857,5.5713,0,8.5713,1.2857,0,8.9998,0.8571,0,9.4284,0.8571,0 + +[0053] S +PL 8.5713,8.1427,0,8.1427,8.5713,0,8.5713,8.9998,0,8.9998,8.5713,0,8.9998,7.7141,0,8.5713,6.857,0,7.7141,6.857,0,5.9999,7.7141,0,4.7142,8.1427,0,2.9999,8.1427,0,1.2857,7.7141,0,0.4286,6.857,0,0.8571,7.7141,0,1.7142,8.5713,0,2.9999,8.9998,0,4.7142,8.9998,0,5.9999,8.5713,0,7.7141,7.2856,0,8.5713,7.2856,0,8.9998,7.7141,0 +PL 7.2856,7.2856,0,5.9999,8.1427,0,4.7142,8.5713,0,2.9999,8.5713,0,1.7142,8.1427,0 +PL 0.4286,6.857,0,0,5.5713,0,0,3.8571,0,0.4286,2.5714,0,0.8571,1.7142,0,1.7142,0.8571,0,2.5714,0.4286,0,3.8571,0,0,5.5713,0,0,6.857,0.4286,0,7.7141,0.8571,0,8.5713,1.7142,0,8.9998,2.9999,0,8.9998,4.2856,0,8.5713,5.1428,0,7.7141,5.5713,0,6.4284,5.5713,0,5.5713,5.1428,0,4.7142,3.8571,0,3.8571,3.4285,0,2.9999,3.4285,0,3.8571,2.9999,0,4.7142,2.9999,0,5.5713,3.4285,0,6.4284,4.7142,0,7.2856,5.1428,0,8.1427,5.1428,0,8.9998,4.2856,0 +PL 1.7142,1.2857,0,2.5714,0.8571,0,3.8571,0.4286,0,5.5713,0.4286,0,7.2856,0.8571,0 +PL 0.4286,2.5714,0,1.2857,1.7142,0,2.1428,1.2857,0,3.4285,0.8571,0,5.5713,0.8571,0,7.2856,1.2857,0,8.1427,1.7142,0,8.5713,2.1428,0,8.9998,2.9999,0 +PL 6.857,5.1428,0,6.4284,5.1428,0,4.7142,3.4285,0,4.2856,3.4285,0 +PL 2.9999,3.4285,0,2.5714,4.2856,0,2.5714,5.1428,0,2.9999,5.9999,0,3.8571,6.4284,0 + +[0054] T +PL 1.2857,5.5713,0,0.4286,5.9999,0,0,6.857,0,0,7.7141,0,0.4286,8.5713,0,1.7142,8.9998,0,3.8571,8.9998,0,5.1428,8.5713,0,6.857,7.2856,0,7.7141,7.2856,0,8.1427,7.7141,0,7.7141,6.857,0,6.857,6.857,0,5.1428,7.7141,0,3.8571,8.1427,0,1.2857,8.1427,0,0.4286,7.7141,0,0,6.857,0 +PL 0.4286,8.1427,0,1.2857,8.5713,0,3.8571,8.5713,0,5.1428,8.1427,0,6.4284,7.2856,0 +PL 8.1427,7.7141,0,8.1427,8.5713,0,7.7141,8.9998,0,7.2856,8.5713,0,7.7141,8.1427,0 +PL 5.1428,7.7141,0,3.8571,6.4284,0,3.4285,5.5713,0,3.4285,4.7142,0,4.2856,2.9999,0,4.2856,2.1428,0,4.7142,2.9999,0,4.7142,3.8571,0,3.8571,5.5713,0,3.8571,6.4284,0 +PL 3.8571,5.1428,0,3.8571,4.7142,0,4.2856,3.8571,0,4.2856,3.4285,0 +PL 4.2856,2.1428,0,3.8571,1.7142,0,2.9999,1.7142,0,2.5714,2.1428,0,2.5714,2.9999,0 +PL 0.4286,0.8571,0,0.8571,0.4286,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,2.1428,0,1.2857,2.1428,0,2.5714,1.7142,0,4.2856,0.8571,0,5.5713,0.4286,0,6.857,0.4286,0,7.7141,0.8571,0 +PL 1.2857,1.7142,0,1.7142,1.7142,0,4.2856,0.4286,0,5.1428,0.4286,0 +PL 0,1.2857,0,0.4286,1.7142,0,0.8571,1.7142,0,1.7142,1.2857,0,3.4285,0.4286,0,4.7142,0,0,5.9999,0,0,7.2856,0.4286,0,8.1427,1.2857,0 + +[0055] U +PL 0.4286,8.1427,0,0.8571,8.1427,0,1.2857,7.7141,0,1.2857,1.7142,0,0.4286,1.2857,0,0.8571,1.2857,0,1.7142,0.8571,0,2.5714,0,0,3.8571,0.8571,0,2.9999,0.8571,0,2.1428,1.7142,0,2.1428,8.1427,0,1.2857,8.9998,0,0,7.7141,0 +PL 0.8571,8.5713,0,1.7142,8.1427,0,1.7142,1.2857,0,2.9999,0.4286,0 +L 3.8571,0.8571,5.5713,2.1428 +PL 4.7142,8.1427,0,5.1428,8.1427,0,5.5713,7.7141,0,5.5713,0.8571,0,6.4284,0,0,7.7141,1.2857,0 +PL 5.1428,8.5713,0,5.9999,8.1427,0,5.9999,0.8571,0,6.857,0.4286,0 +PL 4.2856,7.7141,0,5.5713,8.9998,0,6.857,8.1427,0,6.4284,7.7141,0,6.4284,1.2857,0,6.857,0.8571,0,7.2856,0.8571,0 + +[0056] V +PL 0,4.2856,0,0,3.8571,0,0.4286,3.4285,0,1.2857,3.4285,0,2.1428,3.8571,0,2.1428,5.1428,0,1.7142,5.9999,0,0.8571,7.2856,0,0.8571,8.1427,0,1.7142,8.9998,0,0.8571,8.5713,0,0.4286,7.7141,0,0.4286,6.857,0,0.8571,5.9999,0,1.7142,4.7142,0,1.7142,3.8571,0,1.2857,3.4285,0 +L 1.7142,5.1428,0.8571,6.857 +PL 1.7142,8.9998,0,2.9999,8.9998,0,3.8571,8.5713,0,4.2856,8.1427,0,4.7142,7.2856,0,4.7142,3.8571,0,4.2856,2.5714,0,3.4285,1.7142,0,3.8571,2.5714,0,3.8571,7.2856,0,3.4285,8.5713,0,2.9999,8.9998,0 +PL 3.8571,8.1427,0,4.2856,7.2856,0,4.2856,2.9999,0 +PL 4.7142,7.7141,0,5.1428,8.5713,0,5.9999,8.9998,0,6.857,8.9998,0,7.7141,8.5713,0,8.5713,7.2856,0,8.9998,6.857,0,8.1427,6.857,0,7.7141,7.2856,0,7.2856,8.5713,0,6.857,8.9998,0 +L 7.7141,8.1427,8.1427,7.2856 +PL 8.1427,6.857,0,7.2856,6.857,0,6.857,6.4284,0,6.857,5.5713,0,7.2856,4.7142,0,8.5713,3.8571,0,8.9998,2.9999,0 +L 7.2856,5.1428,8.5713,4.2856 +PL 6.857,5.9999,0,7.2856,5.5713,0,8.5713,4.7142,0,8.9998,3.8571,0,8.9998,2.1428,0,8.5713,1.2857,0,7.7141,0.4286,0,6.857,0,0,5.1428,0,0,3.8571,0.4286,0,1.2857,1.7142,0,0.8571,1.7142,0,0.4286,1.2857,0,0.8571,2.1428,0,1.7142,2.1428,0,2.9999,1.7142,0,4.7142,0.8571,0,5.9999,0.4286,0,7.2856,0.4286,0,8.1427,0.8571,0 +PL 5.5713,0.4286,0,4.7142,0.4286,0,2.1428,1.7142,0,1.7142,1.7142,0 +PL 0.4286,1.2857,0,0.4286,0.4286,0,0.8571,0,0,1.2857,0.4286,0,0.8571,0.8571,0 + +[0057] W +PL 0,4.2856,0,0,3.8571,0,0.4286,3.4285,0,1.2857,3.4285,0,2.1428,3.8571,0,2.1428,5.1428,0,1.7142,5.9999,0,0.8571,7.2856,0,0.8571,8.1427,0,1.7142,8.9998,0,0.8571,8.5713,0,0.4286,7.7141,0,0.4286,6.857,0,0.8571,5.9999,0,1.7142,4.7142,0,1.7142,3.8571,0,1.2857,3.4285,0 +L 1.7142,5.1428,0.8571,6.857 +PL 1.7142,8.9998,0,2.9999,8.9998,0,3.8571,8.5713,0,4.2856,8.1427,0,4.7142,7.2856,0,4.7142,5.5713,0,4.2856,4.2856,0,3.4285,2.9999,0,2.5714,2.1428,0,3.4285,3.4285,0,3.8571,5.1428,0,3.8571,7.2856,0,3.4285,8.5713,0,2.9999,8.9998,0 +PL 3.8571,8.1427,0,4.2856,7.2856,0,4.2856,5.1428,0,3.8571,3.8571,0 +PL 3.8571,8.5713,0,4.7142,8.9998,0,5.9999,8.9998,0,6.857,8.5713,0,7.7141,8.9998,0,6.4284,8.5713,0,5.9999,7.7141,0,5.9999,5.9999,0,6.4284,4.7142,0,7.2856,3.4285,0,7.7141,2.5714,0,7.7141,1.7142,0,7.2856,0.8571,0,8.1427,0.4286,0,8.5713,0.4286,0 +PL 6.4284,5.9999,0,6.4284,5.5713,0,7.7141,3.4285,0,7.7141,2.9999,0 +PL 6.857,8.5713,0,6.4284,7.7141,0,6.4284,6.4284,0,6.857,5.5713,0,7.7141,4.2856,0,8.1427,2.9999,0,8.1427,2.1428,0,7.7141,1.2857,0,6.857,0.4286,0,5.9999,0,0,4.2856,0,0,3.4285,0.4286,0,2.5714,1.2857,0,1.7142,1.7142,0,0.8571,1.7142,0,0.4286,1.2857,0,0.8571,2.1428,0,2.1428,2.1428,0,2.9999,1.7142,0,4.2856,0.4286,0,5.1428,0,0 +PL 3.8571,0.4286,0,2.5714,1.7142,0,2.1428,1.7142,0 +PL 0.4286,1.2857,0,0.4286,0.4286,0,0.8571,0,0,1.2857,0.4286,0,0.8571,0.8571,0 +PL 7.7141,8.9998,0,8.9998,8.9998,0,9.857,8.5713,0,10.7141,7.2856,0,11.1426,6.857,0,10.2855,6.857,0,9.857,7.2856,0,9.4284,8.5713,0,8.9998,8.9998,0 +L 9.857,8.1427,10.2855,7.2856 +PL 10.2855,6.857,0,9.4284,6.857,0,8.9998,6.4284,0,8.9998,5.5713,0,9.4284,4.7142,0,10.7141,3.8571,0,11.1426,2.9999,0 +L 9.4284,5.1428,10.7141,4.2856 +PL 8.9998,5.9999,0,9.4284,5.5713,0,10.7141,4.7142,0,11.1426,3.8571,0,11.1426,1.7142,0,10.7141,0.8571,0,10.2855,0.4286,0,9.4284,0,0,8.1427,0,0,6.857,0.4286,0 +PL 10.7141,0.8571,0,9.857,0.4286,0,8.9998,0.4286,0,8.1427,0.8571,0,7.7141,1.2857,0 + +[0058] X +PL 0.8571,8.1427,0,1.7142,8.1427,0,2.5714,7.7141,0,2.9999,7.2856,0,3.4285,5.9999,0,3.4285,5.1428,0,1.7142,5.1428,0,0.8571,3.4285,0,1.7142,4.2856,0,3.4285,4.2856,0,3.4285,2.5714,0,2.9999,1.2857,0,1.7142,0,0,0.8571,0.4286,0,0,0,0,1.2857,1.2857,0,2.1428,0.8571,0,2.5714,0.8571,0 +PL 2.1428,0.4286,0,1.2857,0.8571,0,0.8571,0.8571,0 +PL 1.7142,8.5713,0,2.9999,8.1427,0,3.4285,7.7141,0,3.8571,6.4284,0,3.8571,2.5714,0,4.2856,1.7142,0,5.1428,0.8571,0,5.9999,0.4286,0 +PL 0,7.7141,0,2.1428,8.9998,0,2.9999,8.5713,0,3.8571,7.7141,0,4.2856,6.4284,0,4.2856,5.1428,0,5.9999,5.1428,0,6.857,5.9999,0,5.9999,4.2856,0,4.2856,4.2856,0,4.2856,2.9999,0,4.7142,1.7142,0,5.1428,1.2857,0,5.9999,0.8571,0,6.857,0.8571,0 +PL 3.4285,2.5714,0,3.8571,1.2857,0,4.7142,0.4286,0,5.5713,0,0,7.7141,1.2857,0 +PL 4.2856,6.4284,0,4.7142,7.7141,0,5.9999,8.9998,0,6.857,8.5713,0,7.7141,8.9998,0,6.4284,7.7141,0,5.5713,8.1427,0,5.1428,8.1427,0 +PL 5.5713,8.5713,0,6.4284,8.1427,0,6.857,8.1427,0 +L 1.7142,4.7142,5.9999,4.7142 + +[0059] Y +PL 0,4.2856,0,0,3.8571,0,0.4286,3.4285,0,1.2857,3.4285,0,2.1428,3.8571,0,2.1428,5.1428,0,1.7142,5.9999,0,0.8571,7.2856,0,0.8571,8.1427,0,1.7142,8.9998,0,0.8571,8.5713,0,0.4286,7.7141,0,0.4286,6.857,0,0.8571,5.9999,0,1.7142,4.7142,0,1.7142,3.8571,0,1.2857,3.4285,0 +L 1.7142,5.1428,0.8571,6.857 +PL 1.7142,8.9998,0,2.9999,8.9998,0,3.8571,8.5713,0,4.2856,8.1427,0,4.7142,7.2856,0,4.7142,5.1428,0,4.2856,3.8571,0,3.8571,2.9999,0,3.8571,2.5714,0,4.7142,1.7142,0,5.1428,1.7142,0 +PL 3.8571,8.1427,0,4.2856,7.2856,0,4.2856,4.7142,0,3.8571,3.4285,0,3.4285,2.5714,0,4.7142,1.2857,0 +PL 2.9999,8.9998,0,3.4285,8.5713,0,3.8571,7.2856,0,3.8571,4.7142,0,3.4285,2.9999,0,2.9999,2.1428,0,4.2856,0.8571,0,5.5713,2.1428,0 +PL 4.7142,7.2856,0,8.1427,8.9998,0,8.1427,2.1428,0,7.7141,0.4286,0,7.2856,-0.4286,0,6.4284,-1.2857,0,5.1428,-1.7142,0,3.4285,-1.7142,0,2.1428,-1.2857,0,1.2857,-0.4286,0,0.8571,0.4286,0,1.2857,0.8571,0,1.7142,0.4286,0,1.2857,0,0 +PL 7.2856,8.5713,0,7.2856,0.4286,0,6.857,-0.8571,0 +PL 7.7141,8.5713,0,7.7141,1.2857,0,7.2856,0,0 + +[005a] Z +PL 2.5714,7.7141,0,2.9999,8.5713,0,3.8571,8.9998,0,5.1428,8.9998,0,5.9999,8.5713,0,6.4284,8.1427,0,6.857,7.2856,0,6.857,5.9999,0,6.4284,5.1428,0,5.9999,4.7142,0,5.1428,4.2856,0,5.5713,4.7142,0,5.9999,5.5713,0,5.9999,7.7141,0,5.5713,8.5713,0,5.1428,8.9998,0 +PL 2.1428,2.5714,0,2.5714,3.4285,0,2.9999,3.8571,0,3.8571,4.2856,0,2.9999,4.7142,0,2.5714,5.5713,0 +PL 5.9999,8.1427,0,6.4284,7.7141,0,6.4284,5.5713,0,5.9999,5.1428,0 +PL 3.8571,4.2856,0,5.1428,4.2856,0,6.4284,3.8571,0,7.2856,2.9999,0,7.7141,2.1428,0,7.7141,0.4286,0,7.2856,-0.4286,0,6.4284,-1.2857,0,5.1428,-1.7142,0,3.4285,-1.7142,0,2.5714,-1.2857,0,1.2857,0.4286,0,0.8571,0.8571,0 +PL 6.857,2.9999,0,7.2856,2.1428,0,7.2856,0.4286,0,6.857,-0.4286,0 +PL 5.1428,4.2856,0,6.4284,3.4285,0,6.857,2.5714,0,6.857,0,0,6.4284,-0.8571,0,5.9999,-1.2857,0,5.1428,-1.7142,0 +PL 2.9999,-1.2857,0,2.5714,-0.8571,0,1.7142,0.4286,0,1.2857,0.8571,0 +PL 4.2856,-1.7142,0,3.4285,-1.2857,0,2.9999,-0.8571,0,2.1428,0.4286,0,1.7142,0.8571,0,0.4286,0.8571,0,0,0.4286,0,0,-0.4286,0,0.4286,-0.8571,0,0.8571,-0.8571,0 + +[005b] [ +PL 2.9999,10.7141,0,0,10.7141,0,0,-2.9999,0,2.9999,-2.9999,0 +L 0.4286,10.7141,0.4286,-2.9999 + +[005c] \ +L 0,8.9998,5.9999,-1.2857 + +[005d] ] +L 2.5714,10.7141,2.5714,-2.9999 +PL 0,10.7141,0,2.9999,10.7141,0,2.9999,-2.9999,0,0,-2.9999,0 + +[005e] ^ +PL 1.2857,6.4284,0,2.1428,7.7141,0,2.9999,6.4284,0 +PL 0,5.1428,0,2.1428,7.2856,0,4.2856,5.1428,0 +L 2.1428,7.2856,2.1428,0 + +[005f] _ +L 0,-0.8571,6.857,-0.8571 + +[0060] ` +PL 1.2857,8.9998,0,0.4286,8.5713,0,0,7.7141,0,0,6.857,0,0.4286,5.9999,0,1.2857,6.857,0,0.4286,7.7141,0,0.4286,8.5713,0 +PLC 0.4286,6.4284,0,0.8571,6.857,0,0.4286,7.2856,0 + +[0061] a +PL 5.1428,0.8571,0,4.7142,0.8571,0,4.2856,1.2857,0,4.2856,4.7142,0,4.7142,5.1428,0,4.2856,5.1428,0,3.4285,5.5713,0,2.9999,5.9999,0,1.7142,5.5713,0,0.8571,5.1428,0,0.4286,4.7142,0,0,3.4285,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0,0,3.4285,1.2857,0 +PL 0.4286,2.1428,0,0.8571,0.8571,0,1.2857,0.4286,0 +PL 1.7142,5.5713,0,0.8571,4.7142,0,0.4286,3.4285,0,0.4286,2.5714,0,0.8571,1.2857,0,1.7142,0.4286,0 +PL 2.1428,5.5713,0,2.5714,5.1428,0,3.4285,4.7142,0,3.4285,0.8571,0,4.2856,0,0,5.5713,1.2857,0 +PL 2.5714,5.5713,0,3.8571,4.7142,0,3.8571,1.2857,0,4.7142,0.4286,0 + +[0062] b +PL 0,8.1427,0,0.4286,7.7141,0,0.8571,6.857,0,1.2857,7.7141,0,2.1428,8.5713,0,3.4285,8.9998,0,2.5714,8.5713,0,2.1428,8.1427,0,1.7142,6.857,0,1.7142,1.2857,0,2.5714,0.8571,0,2.9999,0.4286,0 +PL 0.8571,6.857,0,0.8571,1.2857,0,0.4286,0.8571,0,0.8571,0.8571,0,1.7142,0.4286,0,2.1428,0,0,3.4285,0.4286,0,4.2856,0.8571,0,4.7142,1.2857,0,5.1428,2.5714,0,5.1428,3.8571,0,4.7142,5.1428,0,4.2856,5.9999,0,1.7142,4.7142,0 +PL 1.7142,7.7141,0,1.2857,6.857,0,1.2857,1.2857,0,2.5714,0.4286,0 +PL 3.8571,5.5713,0,4.2856,5.1428,0,4.7142,4.2856,0 +PL 3.4285,5.5713,0,4.2856,4.7142,0,4.7142,3.4285,0,4.7142,2.5714,0,4.2856,1.2857,0,3.4285,0.4286,0 + +[0063] c +PLC 2.5714,4.7142,0,3.4285,5.1428,0,2.5714,5.9999,0,1.7142,5.5713,0 +PL 1.7142,5.5713,0,0.4286,4.7142,0,0,3.8571,0,0,1.7142,0,0.4286,0.8571,0,1.2857,0,0,2.9999,0.8571,0 +L 2.1428,5.5713,2.9999,5.1428 +PL 0.8571,4.7142,0,0.4286,3.8571,0,0.4286,1.7142,0,0.8571,0.8571,0,1.2857,0.4286,0 +PL 1.2857,5.1428,0,0.8571,4.2856,0,0.8571,2.1428,0,1.2857,1.2857,0,2.1428,0.4286,0 + +[0064] d +PL 1.7142,8.9998,0,0.4286,7.7141,0,0.4286,6.857,0,0.8571,6.4284,0,2.5714,5.5713,0,3.8571,4.7142,0,4.2856,3.8571,0,4.2856,2.5714,0,3.8571,1.2857,0,2.9999,0.4286,0,4.2856,1.2857,0,4.7142,2.5714,0,4.7142,3.8571,0,4.2856,5.1428,0,3.4285,5.9999,0,1.2857,7.2856,0,0.8571,7.7141,0,0.8571,8.1427,0 +PL 0.8571,7.2856,0,0.8571,6.857,0,2.5714,5.9999,0,3.8571,5.1428,0,4.2856,4.7142,0 +PL 2.9999,0.4286,0,1.7142,0,0,1.2857,0.4286,0,0.4286,0.8571,0,0,0.8571,0,0.4286,1.2857,0,0.4286,4.7142,0,2.1428,5.5713,0 +PL 0.8571,4.7142,0,0.8571,1.2857,0,2.1428,0.4286,0 +PL 1.2857,5.1428,0,1.2857,1.2857,0,2.1428,0.8571,0,2.5714,0.4286,0 + +[0065] e +PL 0.8571,2.5714,0,3.4285,4.2856,0,2.1428,5.9999,0,0.4286,4.7142,0,0,3.8571,0,0,1.7142,0,0.4286,0.8571,0,1.2857,0,0,2.9999,0.8571,0 +L 2.9999,4.2856,1.7142,5.5713 +PL 0.8571,4.7142,0,0.4286,3.8571,0,0.4286,1.7142,0,0.8571,0.8571,0,1.2857,0.4286,0 +PL 2.5714,3.8571,0,1.7142,5.1428,0,1.2857,5.1428,0,0.8571,4.2856,0,0.8571,2.1428,0,1.2857,1.2857,0,2.1428,0.4286,0 + +[0066] f +PL 0.8571,7.7141,0,1.2857,8.1427,0,1.7142,8.1427,0,2.5714,7.7141,0,3.4285,7.7141,0,3.8571,8.1427,0,4.2856,8.9998,0,3.8571,8.5713,0,2.9999,8.5713,0,2.1428,8.9998,0,1.2857,8.9998,0,0.8571,8.1427,0,0.8571,5.9999,0,0.4286,5.1428,0,0,4.7142,0,0.8571,4.7142,0,0.8571,2.9999,0,1.2857,-2.1428,0,1.7142,2.9999,0,1.7142,4.7142,0,3.4285,4.7142,0,3.4285,5.1428,0,2.5714,5.1428,0,1.7142,5.5713,0,1.2857,5.9999,0,0.8571,6.857,0 +PL 3.4285,8.1427,0,2.5714,8.1427,0,1.7142,8.5713,0,1.2857,8.5713,0 +PL 2.1428,5.1428,0,0.8571,5.1428,0,1.2857,5.5713,0,1.2857,0,0 + +[0067] g +PL 1.7142,0.4286,0,0.8571,1.2857,0,0.4286,2.5714,0,0.4286,3.4285,0,0.8571,4.7142,0,1.7142,5.5713,0,0.8571,5.1428,0,0.4286,4.7142,0,0,3.4285,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0,0,3.4285,1.2857,0,3.8571,0,0,3.8571,-0.8571,0,3.4285,-1.7142,0,3.8571,-1.2857,0,4.2856,-0.4286,0,4.2856,4.7142,0,4.7142,5.1428,0,4.2856,5.1428,0,3.4285,5.5713,0,2.9999,5.9999,0,1.7142,5.5713,0 +PL 0.4286,1.7142,0,0.8571,0.8571,0,1.2857,0.4286,0 +PL 2.1428,5.5713,0,2.5714,5.1428,0,3.4285,4.7142,0,3.4285,1.2857,0 +PL 2.5714,5.5713,0,3.8571,4.7142,0,3.8571,0.4286,0 +PL 3.4285,-1.7142,0,2.5714,-2.1428,0,1.2857,-2.1428,0,0.4286,-1.7142,0,0,-1.2857,0,0,-0.8571,0,0.4286,-0.8571,0,0.4286,-1.2857,0 + +[0068] h +PL 0,8.1427,0,0.4286,7.7141,0,0.8571,6.857,0,1.2857,7.7141,0,2.1428,8.5713,0,3.4285,8.9998,0,2.5714,8.5713,0,2.1428,8.1427,0,1.7142,6.857,0,1.7142,1.2857,0,2.1428,0.8571,0,2.5714,0.8571,0 +PL 0.8571,6.857,0,0.8571,1.2857,0,0.4286,0.8571,0,1.2857,0.4286,0,1.7142,0,0,2.9999,1.2857,0 +PL 1.7142,7.7141,0,1.2857,6.857,0,1.2857,0.8571,0,1.7142,0.4286,0 +PL 1.7142,4.7142,0,4.2856,5.9999,0,4.7142,5.1428,0,5.1428,3.4285,0,5.1428,1.7142,0,4.7142,0.4286,0,4.2856,-0.4286,0,3.4285,-1.2857,0,2.1428,-2.1428,0 +PL 3.8571,5.5713,0,4.2856,5.1428,0,4.7142,3.8571,0 +PL 3.4285,5.5713,0,4.2856,4.2856,0,4.7142,2.9999,0,4.7142,1.7142,0,4.2856,0,0,3.4285,-1.2857,0 + +[0069] i +PL 2.1428,8.1427,0,1.2857,8.5713,0,1.2857,8.1427,0,1.7142,7.7141,0,2.1428,8.1427,0,2.1428,8.5713,0,1.7142,8.9998,0,1.2857,8.5713,0 +L 1.2857,8.1427,2.1428,8.5713 +PL 0.4286,5.1428,0,0.8571,5.1428,0,1.2857,4.7142,0,1.2857,0.8571,0,2.1428,0,0,3.4285,1.2857,0 +PL 0.8571,5.5713,0,1.7142,5.1428,0,1.7142,1.2857,0,2.5714,0.4286,0 +PL 0,4.7142,0,1.2857,5.9999,0,1.7142,5.5713,0,2.5714,5.1428,0,2.1428,4.7142,0,2.1428,1.2857,0,2.5714,0.8571,0,2.9999,0.8571,0 + +[006a] j +PL 2.5714,8.1427,0,1.7142,8.5713,0,1.7142,8.1427,0,2.1428,7.7141,0,2.5714,8.1427,0,2.5714,8.5713,0,2.1428,8.9998,0,1.7142,8.5713,0 +L 1.7142,8.1427,2.5714,8.5713 +PL 0.8571,5.1428,0,1.2857,5.1428,0,1.7142,4.7142,0,1.7142,0,0,1.2857,-1.2857,0,0.8571,-1.7142,0,0,-2.1428,0,1.2857,-1.7142,0,2.1428,-0.8571,0,2.5714,0,0,2.5714,4.7142,0,2.9999,5.1428,0,2.1428,5.5713,0,1.7142,5.9999,0,0.4286,4.7142,0 +PL 1.2857,5.5713,0,2.1428,5.1428,0,2.1428,0,0,1.7142,-0.8571,0 +PL 2.5714,0,0,2.9999,-0.8571,0,3.4285,-1.2857,0 + +[006b] k +PL 0,8.1427,0,0.4286,7.7141,0,0.8571,6.857,0,1.2857,7.7141,0,2.1428,8.5713,0,2.9999,8.9998,0,2.1428,8.1427,0,1.7142,6.857,0,1.7142,5.1428,0,3.8571,5.1428,0,3.8571,4.7142,0,1.7142,4.7142,0,1.7142,1.2857,0,2.1428,0.8571,0,2.5714,0.8571,0 +PL 0.8571,6.857,0,0.8571,5.9999,0,0.4286,5.1428,0,0,4.7142,0,0.8571,4.7142,0,0.8571,1.2857,0,0.4286,0.8571,0,1.2857,0.4286,0,1.7142,0,0,2.9999,1.2857,0 +PL 1.7142,7.7141,0,1.2857,6.857,0,1.2857,5.9999,0,0.8571,5.1428,0,1.2857,5.1428,0 +PL 1.2857,5.9999,0,1.2857,1.2857,0,2.1428,0.4286,0 +PL 1.7142,6.4284,0,3.4285,7.7141,0,3.8571,7.2856,0,3.8571,6.4284,0,2.9999,5.5713,0,2.1428,5.1428,0 +PL 2.9999,7.2856,0,3.4285,6.857,0,3.4285,6.4284,0,2.9999,5.5713,0 + +[006c] l +PL 0,8.1427,0,0.4286,7.7141,0,0.8571,6.857,0,1.2857,7.7141,0,2.1428,8.5713,0,3.4285,8.9998,0,2.5714,8.5713,0,2.1428,8.1427,0,1.7142,6.857,0,1.7142,1.2857,0,2.1428,0.8571,0,2.5714,0.8571,0 +PL 0.8571,6.857,0,0.8571,1.2857,0,0.4286,0.8571,0,1.2857,0.4286,0,1.7142,0,0,2.9999,1.2857,0 +PL 1.7142,7.7141,0,1.2857,6.857,0,1.2857,0.8571,0,2.1428,0.4286,0 + +[006d] m +PL 0.4286,5.1428,0,0.8571,5.1428,0,1.2857,4.7142,0,1.2857,1.2857,0,0.8571,0.8571,0,1.7142,0,0,2.5714,0.8571,0,2.1428,1.2857,0,2.1428,5.1428,0,1.2857,5.9999,0,0,4.7142,0 +PL 0.8571,5.5713,0,1.7142,4.7142,0,1.7142,1.2857,0,1.2857,0.8571,0,1.7142,0.4286,0,2.1428,0.8571,0,1.7142,1.2857,0 +PL 2.1428,4.7142,0,3.4285,5.5713,0,4.2856,5.1428,0,4.7142,4.2856,0,4.7142,1.2857,0,4.2856,0.8571,0,5.1428,0,0,5.9999,0.8571,0,5.5713,1.2857,0,5.5713,4.7142,0,5.1428,5.5713,0,4.2856,5.9999,0,3.4285,5.5713,0 +PL 4.2856,5.5713,0,4.7142,5.1428,0,5.1428,4.2856,0,5.1428,1.2857,0,4.7142,0.8571,0,5.1428,0.4286,0,5.5713,0.8571,0,5.1428,1.2857,0 +PL 5.5713,4.7142,0,6.857,5.5713,0,7.2856,5.1428,0,8.1427,4.7142,0,8.1427,0.8571,0,8.9998,0,0,10.2855,1.2857,0 +PL 7.2856,5.5713,0,8.5713,4.7142,0,8.5713,1.2857,0,9.4284,0.4286,0 +PL 6.857,5.5713,0,7.7141,5.9999,0,8.1427,5.5713,0,8.9998,5.1428,0,9.4284,5.1428,0,8.9998,4.7142,0,8.9998,1.2857,0,9.4284,0.8571,0,9.857,0.8571,0 + +[006e] n +PL 0.4286,5.1428,0,0.8571,5.1428,0,1.2857,4.7142,0,1.2857,1.2857,0,0.8571,0.8571,0,1.7142,0,0,2.5714,0.8571,0,2.1428,1.2857,0,2.1428,5.1428,0,1.2857,5.9999,0,0,4.7142,0 +PL 0.8571,5.5713,0,1.7142,4.7142,0,1.7142,1.2857,0,1.2857,0.8571,0,1.7142,0.4286,0,2.1428,0.8571,0,1.7142,1.2857,0 +PL 2.1428,4.7142,0,3.4285,5.5713,0,3.8571,5.1428,0,4.7142,4.7142,0,4.7142,0.8571,0,5.5713,0,0,6.857,1.2857,0 +PL 3.8571,5.5713,0,5.1428,4.7142,0,5.1428,1.2857,0,5.9999,0.4286,0 +PL 3.4285,5.5713,0,4.2856,5.9999,0,4.7142,5.5713,0,5.5713,5.1428,0,5.9999,5.1428,0,5.5713,4.7142,0,5.5713,1.2857,0,5.9999,0.8571,0,6.4284,0.8571,0 + +[006f] o +PL 2.5714,0.4286,0,2.1428,0.8571,0,1.2857,1.2857,0,1.2857,4.7142,0,1.7142,5.1428,0,0.4286,4.7142,0,0.4286,1.2857,0,0,0.8571,0,0.4286,0.8571,0,1.2857,0.4286,0,1.7142,0,0,2.9999,0.4286,0,3.8571,0.8571,0,4.2856,1.2857,0,4.7142,2.5714,0,4.7142,3.8571,0,4.2856,5.1428,0,3.8571,5.9999,0,1.7142,5.1428,0 +PL 0.8571,4.7142,0,0.8571,1.2857,0,2.1428,0.4286,0 +PL 3.4285,5.5713,0,3.8571,5.1428,0,4.2856,4.2856,0 +PL 2.9999,5.5713,0,3.8571,4.7142,0,4.2856,3.4285,0,4.2856,2.5714,0,3.8571,1.2857,0,2.9999,0.4286,0 + +[0070] p +PL 1.2857,7.2856,0,0.4286,6.4284,0,0.4286,5.5713,0,0.8571,4.2856,0,0.8571,1.2857,0,0,0.4286,0,0.8571,0.8571,0,1.2857,-2.1428,0,1.7142,0.8571,0,2.5714,0,0,3.4285,0.4286,0,2.9999,0.8571,0,2.1428,1.2857,0,1.7142,1.2857,0,1.7142,4.2856,0,1.2857,5.5713,0,0.8571,6.4284,0,0.8571,6.857,0 +PL 0.8571,5.9999,0,0.8571,5.5713,0,1.2857,4.2856,0,1.2857,0,0 +L 2.9999,0.4286,2.1428,0.8571 +PL 1.7142,4.7142,0,4.2856,5.9999,0,4.7142,5.1428,0,5.1428,3.8571,0,5.1428,2.5714,0,4.7142,1.2857,0,4.2856,0.8571,0,3.4285,0.4286,0,4.2856,1.2857,0,4.7142,2.5714,0,4.7142,3.4285,0,4.2856,4.7142,0,3.4285,5.5713,0 +PL 3.8571,5.5713,0,4.2856,5.1428,0,4.7142,4.2856,0 + +[0071] q +PL 1.7142,0.4286,0,0.8571,1.2857,0,0.4286,2.5714,0,0.4286,3.4285,0,0.8571,4.7142,0,1.7142,5.5713,0,0.8571,5.1428,0,0.4286,4.7142,0,0,3.4285,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0,0,3.4285,1.2857,0,3.8571,-2.1428,0,4.2856,1.2857,0,4.2856,4.7142,0,4.7142,5.1428,0,4.2856,5.1428,0,3.4285,5.5713,0,2.9999,5.9999,0,1.7142,5.5713,0 +PL 0.4286,1.7142,0,0.8571,0.8571,0,1.2857,0.4286,0 +PL 2.1428,5.5713,0,2.5714,5.1428,0,3.4285,4.7142,0,3.4285,1.2857,0 +PL 2.5714,5.5713,0,3.8571,4.7142,0,3.8571,0,0 + +[0072] r +PL 0.4286,5.1428,0,0.8571,5.1428,0,1.2857,4.7142,0,1.2857,1.2857,0,0.8571,0.8571,0,1.7142,0.4286,0,2.1428,0,0,3.4285,1.2857,0 +PL 0.8571,5.5713,0,1.7142,4.7142,0,1.7142,0.8571,0,2.5714,0.4286,0 +PL 0,4.7142,0,1.2857,5.9999,0,2.1428,5.1428,0,2.1428,1.2857,0,2.5714,0.8571,0,2.9999,0.8571,0 +PL 2.9999,5.5713,0,3.4285,4.7142,0,4.2856,5.1428,0,3.8571,5.9999,0,2.1428,5.1428,0 +L 3.4285,5.5713,3.8571,5.1428 + +[0073] s +PL 0.8571,7.7141,0,1.2857,8.1427,0,1.7142,8.1427,0,2.5714,7.7141,0,3.4285,7.7141,0,3.8571,8.1427,0,4.2856,8.9998,0,3.8571,8.5713,0,2.9999,8.5713,0,2.1428,8.9998,0,1.2857,8.9998,0,0.8571,8.1427,0,0.8571,5.9999,0,0.4286,5.1428,0,0,4.7142,0,0.8571,4.7142,0,0.8571,2.9999,0,1.2857,-2.1428,0,1.7142,2.9999,0,1.7142,4.7142,0,0.8571,6.857,0 +PL 3.4285,8.1427,0,2.5714,8.1427,0,1.7142,8.5713,0,1.2857,8.5713,0 +PL 1.2857,5.1428,0,0.8571,5.1428,0,1.2857,5.5713,0,1.2857,0,0 + +[0074] t +PL 2.9999,0.8571,0,2.5714,0.8571,0,2.1428,1.2857,0,2.1428,4.7142,0,3.4285,4.7142,0,3.4285,5.1428,0,2.1428,5.1428,0,2.1428,7.7141,0,1.7142,6.4284,0,1.2857,5.5713,0,0.8571,5.1428,0,0,4.7142,0,1.2857,4.7142,0,1.2857,1.2857,0,0.8571,0.8571,0,1.7142,0.4286,0,2.1428,0,0,3.4285,1.2857,0 +PL 1.7142,5.1428,0,1.2857,5.1428,0,1.7142,5.9999,0,1.7142,1.2857,0,2.5714,0.4286,0 + +[0075] u +PL 0.4286,5.1428,0,0.8571,5.1428,0,1.2857,4.7142,0,1.2857,1.2857,0,0.8571,0.8571,0,1.2857,0.8571,0,2.1428,0.4286,0,2.5714,0,0,3.4285,0.4286,0,2.9999,0.8571,0,2.1428,1.2857,0,2.1428,5.1428,0,1.2857,5.9999,0,0,4.7142,0 +PL 0.8571,5.5713,0,1.7142,4.7142,0,1.7142,1.2857,0,2.5714,0.4286,0 +L 3.4285,0.4286,4.7142,1.2857 +PL 6.4284,0.8571,0,5.9999,0.8571,0,5.5713,1.2857,0,5.5713,4.7142,0,5.9999,5.1428,0,5.1428,5.9999,0,4.2856,5.1428,0,4.7142,4.7142,0,4.7142,0.8571,0,5.5713,0,0,6.857,1.2857,0 +PLC 5.5713,5.1428,0,5.1428,5.5713,0,4.7142,5.1428,0,5.1428,4.7142,0 +PL 5.1428,4.7142,0,5.1428,1.2857,0,5.9999,0.4286,0 + +[0076] v +PL 0.8571,6.857,0,0,5.9999,0,0,5.1428,0,0.4286,3.8571,0,0.4286,1.2857,0,0,0.8571,0,0.4286,0.8571,0,1.2857,0.4286,0,1.7142,0,0,2.9999,0.4286,0,3.8571,0.8571,0,4.2856,1.2857,0,4.7142,2.5714,0,4.7142,3.8571,0,4.2856,5.1428,0,3.8571,5.9999,0,1.2857,4.7142,0 +PL 0.4286,5.5713,0,0.4286,5.1428,0,0.8571,3.8571,0,0.8571,1.2857,0,2.1428,0.4286,0 +PL 0.4286,6.4284,0,0.4286,5.9999,0,0.8571,5.1428,0,1.2857,3.8571,0,1.2857,1.2857,0,2.1428,0.8571,0,2.5714,0.4286,0 +PL 3.4285,5.5713,0,3.8571,5.1428,0,4.2856,4.2856,0 +PL 2.9999,5.5713,0,3.8571,4.7142,0,4.2856,3.4285,0,4.2856,2.5714,0,3.8571,1.2857,0,2.9999,0.4286,0 + +[0077] w +PL 0.8571,6.857,0,0,5.9999,0,0,5.1428,0,0.4286,3.8571,0,0.4286,1.2857,0,0,0.8571,0,0.8571,0,0,1.7142,0.8571,0,1.2857,1.2857,0,1.2857,3.8571,0,0.8571,5.1428,0,0.4286,5.9999,0,0.4286,6.4284,0 +PL 0.4286,5.5713,0,0.4286,5.1428,0,0.8571,3.8571,0,0.8571,1.2857,0,0.4286,0.8571,0,0.8571,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0 +PL 1.2857,4.7142,0,2.5714,5.5713,0,3.4285,5.1428,0,3.8571,4.2856,0,3.8571,1.2857,0,3.4285,0.8571,0,3.8571,0.8571,0,4.7142,0.4286,0,5.1428,0,0,6.4284,0.4286,0,7.2856,0.8571,0,7.7141,1.2857,0,8.1427,2.9999,0,8.1427,3.8571,0,7.7141,5.1428,0,7.2856,5.9999,0,4.7142,4.7142,0,4.2856,5.5713,0,3.4285,5.9999,0,2.5714,5.5713,0 +PL 3.4285,5.5713,0,3.8571,5.1428,0,4.2856,4.2856,0,4.2856,1.2857,0,5.5713,0.4286,0 +PL 4.7142,4.7142,0,4.7142,1.2857,0,5.5713,0.8571,0,5.9999,0.4286,0 +PL 6.857,5.5713,0,7.2856,5.1428,0,7.7141,4.2856,0 +PL 6.4284,5.5713,0,7.2856,4.7142,0,7.7141,3.4285,0,7.7141,2.5714,0,7.2856,1.2857,0,6.4284,0.4286,0 + +[0078] x +PL 0.8571,5.1428,0,1.2857,5.1428,0,1.7142,4.7142,0,1.7142,1.2857,0,1.2857,1.2857,0,0.4286,0.8571,0,0,0,0,0,-0.8571,0,0.4286,-1.7142,0,1.2857,-2.1428,0,2.5714,-2.1428,0,3.8571,-1.7142,0,3.8571,-1.2857,0,3.4285,-1.2857,0,3.4285,-1.7142,0 +PL 1.2857,5.5713,0,2.1428,4.7142,0,2.1428,1.2857,0,3.4285,0.4286,0 +PL 0.4286,4.7142,0,1.7142,5.9999,0,2.5714,5.1428,0,2.5714,1.2857,0,3.4285,0.8571,0,3.8571,0.4286,0 +PL 4.7142,0.8571,0,2.9999,0,0,2.5714,0.4286,0,1.7142,0.8571,0,0.8571,0.8571,0,0,0,0 +PL 3.4285,5.5713,0,3.8571,4.7142,0,4.7142,5.1428,0,4.2856,5.9999,0,2.5714,5.1428,0 +L 3.8571,5.5713,4.2856,5.1428 + +[0079] y +PL 0.8571,6.857,0,0,5.9999,0,0,5.1428,0,0.4286,3.8571,0,0.4286,1.2857,0,0,0.8571,0,0.8571,0.4286,0,1.2857,0,0,2.5714,1.2857,0 +PL 0.4286,5.5713,0,0.4286,5.1428,0,0.8571,3.8571,0,0.8571,0.8571,0,1.7142,0.4286,0 +PL 0.4286,6.4284,0,0.4286,5.9999,0,0.8571,5.1428,0,1.2857,3.8571,0,1.2857,1.2857,0,1.7142,0.8571,0,2.1428,0.8571,0 +PL 1.2857,4.7142,0,3.8571,5.9999,0,4.2856,5.1428,0,4.7142,3.4285,0,4.7142,1.7142,0,4.2856,0.4286,0,3.8571,-0.4286,0,2.9999,-1.2857,0,1.7142,-2.1428,0 +PL 3.4285,5.5713,0,3.8571,5.1428,0,4.2856,3.8571,0 +PL 2.9999,5.5713,0,3.8571,4.2856,0,4.2856,2.9999,0,4.2856,1.7142,0,3.8571,0,0,2.9999,-1.2857,0 + +[007a] z +PL 0,4.7142,0,2.1428,5.9999,0,2.9999,5.5713,0,3.4285,4.7142,0,3.4285,3.8571,0,2.9999,2.9999,0,1.2857,2.1428,0,2.5714,1.2857,0,2.9999,0.4286,0,2.9999,-0.8571,0,2.5714,-1.7142,0,2.1428,-2.1428,0,2.9999,-1.7142,0,3.4285,-0.8571,0,3.4285,0.8571,0,2.9999,1.7142,0,2.1428,2.5714,0,2.5714,2.9999,0,2.9999,3.8571,0,2.9999,4.2856,0,2.5714,5.1428,0,1.7142,5.5713,0 +L 2.1428,5.5713,2.9999,5.1428 +PL 2.1428,-2.1428,0,1.2857,-2.1428,0,0.4286,-1.7142,0,0,-0.8571,0,0,0,0,0.4286,0.8571,0,1.2857,1.2857,0,3.8571,2.1428,0 +PL 1.7142,2.1428,0,2.5714,1.7142,0,2.9999,0.8571,0 + +[007b] { +PL 2.1428,10.7141,0,1.2857,10.2855,0,0.8571,9.857,0,0.4286,8.9998,0,0.4286,8.1427,0,0.8571,7.2856,0,1.2857,6.857,0,1.7142,5.9999,0,1.7142,5.1428,0,0.8571,4.2856,0 +PL 1.2857,10.2855,0,0.8571,9.4284,0,0.8571,8.5713,0,1.2857,7.7141,0,1.7142,7.2856,0,2.1428,6.4284,0,2.1428,5.5713,0,1.7142,4.7142,0,0,3.8571,0,1.7142,2.9999,0,2.1428,2.1428,0,2.1428,1.2857,0,1.7142,0.4286,0,1.2857,0,0,0.8571,-0.8571,0,0.8571,-1.7142,0,1.2857,-2.5714,0,0.8571,-2.1428,0,0.4286,-1.2857,0,0.4286,-0.4286,0,0.8571,0.4286,0,1.2857,0.8571,0,1.7142,1.7142,0,1.7142,2.5714,0,0.8571,3.4285,0 +L 1.2857,-2.5714,2.1428,-2.9999 + +[007c] | +L 0,10.7141,0,-2.9999 + +[007d] } +PL 0,10.7141,0,0.8571,10.2855,0,1.2857,9.857,0,1.7142,8.9998,0,1.7142,8.1427,0,1.2857,7.2856,0,0.8571,6.857,0,0.4286,5.9999,0,0.4286,5.1428,0,1.2857,4.2856,0 +PL 0.8571,10.2855,0,1.2857,9.4284,0,1.2857,8.5713,0,0.8571,7.7141,0,0.4286,7.2856,0,0,6.4284,0,0,5.5713,0,0.4286,4.7142,0,2.1428,3.8571,0,0.4286,2.9999,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,0.8571,0,0,1.2857,-0.8571,0,1.2857,-1.7142,0,0.8571,-2.5714,0,1.2857,-2.1428,0,1.7142,-1.2857,0,1.7142,-0.4286,0,1.2857,0.4286,0,0.8571,0.8571,0,0.4286,1.7142,0,0.4286,2.5714,0,1.2857,3.4285,0 +L 0.8571,-2.5714,0,-2.9999 diff --git a/assets/fonts/GothITT.cxf b/assets/fonts/GothITT.cxf new file mode 100644 index 00000000..5d29256e --- /dev/null +++ b/assets/fonts/GothITT.cxf @@ -0,0 +1,675 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Gothic Italian triplex +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts + +[0021] ! +PLC 0.9,9,0,0,8.55,0,0.9,8.1,0,1.35,3.15,0,1.8,8.1,0,2.7,8.55,0,1.8,9,0,1.35,9.45,0 +PLC 1.8,8.55,0,1.35,9,0,0.9,8.55,0,1.35,8.1,0 +L 1.35,8.1,1.35,3.15 +PLC 0.45,0.45,0,1.35,0,0,2.25,0.45,0,1.35,1.35,0 +PLC 0.9,0.45,0,1.8,0.45,0,1.35,0.9,0 + +[0022] " +PLC 0,9,0,0,6.3,0,0.9,9,0,0.45,9.45,0 +L 0.45,9,0,6.3 +PLC 4.05,9,0,4.05,6.3,0,4.95,9,0,4.5,9.45,0 +L 4.5,9,4.05,6.3 + +[0023] # +L 3.6,9.45,0.45,-3.15 +L 6.3,9.45,3.15,-3.15 +L 0.45,4.5,6.75,4.5 +L 0,1.8,6.3,1.8 + +[0024] $ +L 2.25,11.25,2.25,-1.8 +L 4.05,11.25,4.05,-1.8 +PLC 4.95,9,0,5.4,8.1,0,5.4,7.2,0,6.3,7.65,0,5.85,8.55,0,5.4,9,0,4.05,9.45,0 +PL 4.05,9.45,0,2.25,9.45,0,0.9,9,0,0,8.1,0,0,6.75,0,0.45,5.85,0,1.8,4.95,0,4.5,4.05,0,5.4,3.6,0,5.85,2.7,0,5.85,1.35,0,5.4,0.45,0,5.85,0.9,0,6.3,1.8,0,6.3,3.15,0,5.85,4.05,0,4.5,4.95,0,1.8,5.85,0,0.9,6.3,0,0.45,7.2,0,0.45,8.1,0,0.9,9,0 +L 5.85,7.65,5.4,8.55 +PL 0.45,6.75,0,0.9,5.85,0,1.8,5.4,0,4.5,4.5,0,5.4,4.05,0,5.85,3.15,0 +L 0.9,0.9,0.45,1.8 +PL 5.4,0.45,0,4.05,0,0,2.25,0,0,0.9,0.45,0,0.45,0.9,0,0,1.8,0,0.9,2.25,0,0.9,1.35,0,1.35,0.45,0,2.25,0,0 + +[0025] % +PL 2.25,9.45,0,1.35,9.45,0,0.45,9,0,0,8.1,0,0,7.2,0,0.9,6.3,0,1.8,6.3,0,2.7,6.75,0,3.15,7.65,0,3.15,8.55,0,2.25,9.45,0,3.15,9,0,4.5,8.55,0,5.85,8.55,0,7.2,9,0,8.1,9.45,0,0,0,0 +PLC 5.4,2.7,0,4.95,1.8,0,4.95,0.9,0,5.85,0,0,6.75,0,0,7.65,0.45,0,8.1,1.35,0,8.1,2.25,0,7.2,3.15,0,6.3,3.15,0 + +[0026] & +PL 4.95,3.15,0,7.65,5.85,0,8.1,5.4,0,8.55,5.4,0,9,5.85,0,8.55,4.95,0,7.65,4.95,0,7.2,5.4,0 +PL 7.2,4.95,0,7.65,4.5,0,8.1,4.5,0,8.55,4.95,0 +PL 4.5,2.7,0,1.8,0,0,0,2.25,0,2.7,4.95,0 +PL 3.15,5.4,0,4.95,7.2,0,3.15,9.45,0,0.9,6.75,0,3.6,4.05,0,5.4,1.35,0,6.3,0.45,0,7.2,0,0,8.1,0,0,8.55,0.45,0,9,1.35,0,8.55,0.9,0,7.2,0.9,0,6.3,1.35,0,5.85,1.8,0,4.05,4.5,0,1.35,7.2,0 +L 1.8,0.45,0.45,2.25 +L 4.5,7.2,3.15,9 +PL 1.35,6.75,0,3.6,4.5,0,5.4,1.8,0,6.3,0.9,0,7.2,0.45,0,8.55,0.45,0 +L 2.25,0.45,0.45,2.7 +L 4.5,6.75,2.7,9 + +[0027] ' +PLC 0.9,7.65,0,0,8.55,0,0.9,9.45,0,1.35,8.55,0,1.35,7.65,0,0.9,6.75,0 +L 0.9,6.75,0,6.3 +PLC 0.45,8.55,0,0.9,8.1,0,0.9,9,0 + +[0028] ( +PL 3.15,11.25,0,2.25,10.35,0,1.35,9,0,0.45,7.2,0,0,4.95,0,0,3.15,0,0.45,0.9,0,1.35,-0.9,0,2.25,-2.25,0,3.15,-3.15,0 +PL 1.35,8.55,0,0.9,7.2,0,0.45,5.4,0,0.45,2.7,0,0.9,0.9,0,1.35,-0.45,0 +PL 2.25,10.35,0,1.8,9.45,0,1.35,8.1,0,0.9,5.4,0,0.9,2.7,0,1.35,0,0,1.8,-1.35,0,2.25,-2.25,0 + +[0029] ) +PL 0,11.25,0,0.9,10.35,0,1.8,9,0,2.7,7.2,0,3.15,4.95,0,3.15,3.15,0,2.7,0.9,0,1.8,-0.9,0,0.9,-2.25,0,0,-3.15,0 +PL 1.8,8.55,0,2.25,7.2,0,2.7,5.4,0,2.7,2.7,0,2.25,0.9,0,1.8,-0.45,0 +PL 0.9,10.35,0,1.35,9.45,0,1.8,8.1,0,2.25,5.4,0,2.25,2.7,0,1.8,0,0,1.35,-1.35,0,0.9,-2.25,0 + +[002a] * +PLC 1.8,9,0,2.7,4.5,0,2.25,4.05,0,2.25,9.45,0 +PL 2.25,9.45,0,2.7,9,0,1.8,4.5,0,2.25,4.05,0 +PLC 0.45,8.1,0,4.05,5.4,0,4.5,5.4,0,0,8.1,0 +PL 0,8.1,0,0,7.65,0,4.5,5.85,0,4.5,5.4,0 +PLC 4.05,8.1,0,0.45,5.4,0,0,5.4,0,4.5,8.1,0 +PL 4.5,8.1,0,4.5,7.65,0,0,5.85,0,0,5.4,0 + +[002b] + +PLC 3.6,0.45,0,4.05,0.45,0,4.05,8.1,0,3.6,8.1,0 +PLC 7.65,4.5,0,7.65,4.05,0,0,4.05,0,0,4.5,0 + +[002c] , +PLC 0.9,-0.45,0,0,0.45,0,0.9,1.35,0,1.35,0.45,0,1.35,-0.45,0,0.9,-1.35,0 +L 0.9,-1.35,0,-1.8 +PLC 0.45,0.45,0,0.9,0,0,0.9,0.9,0 + +[002d] - +PLC 7.65,4.5,0,7.65,4.05,0,0,4.05,0,0,4.5,0 + +[002e] . +PLC 0,0.45,0,0.9,0,0,1.8,0.45,0,0.9,1.35,0 +PLC 0.45,0.45,0,1.35,0.45,0,0.9,0.9,0 + +[002f] / +PLC 0,-3.15,0,0.45,-3.15,0,8.55,11.25,0,8.1,11.25,0 + +[0030] 0 +PLC 0.9,1.35,0,0,0.9,0,0.9,0.9,0,1.8,0.45,0,2.25,0,0,3.15,0.45,0,2.7,0.9,0,1.8,1.35,0,1.8,8.55,0,0.9,8.55,0 +PL 1.35,8.1,0,1.35,1.35,0,2.7,0.45,0 +PL 1.8,8.55,0,4.05,9,0,4.95,9.45,0,5.4,9,0,6.3,8.55,0,7.2,8.55,0,6.3,8.1,0,6.3,0.9,0,5.4,0.9,0,5.4,8.1,0,4.5,8.55,0,4.05,9,0 +PL 4.5,9,0,5.85,8.1,0,5.85,1.35,0 +L 3.15,0.45,5.4,0.9 + +[0031] 1 +PL 0.9,8.1,0,0.45,8.55,0,0.9,9,0,1.35,8.1,0,1.35,0.9,0,2.25,0.45,0,3.15,0.9,0,2.7,0.9,0,1.8,1.35,0,1.8,8.55,0,1.35,9.45,0,0,8.55,0,0.45,8.1,0,0.9,7.2,0,0.9,1.35,0,0,0.9,0,0.45,0.9,0,1.35,0.45,0,1.8,0,0,2.25,0.45,0 + +[0032] 2 +PLC 1.35,8.55,0,2.25,9,0,2.7,9.45,0,3.6,9,0,3.15,8.55,0,2.25,8.1,0,1.35,8.1,0,0.45,8.55,0 +PL 3.6,9,0,4.95,8.55,0,5.85,8.55,0,5.85,4.95,0,2.7,4.95,0,1.35,4.5,0,0.45,3.6,0,0,2.25,0,0,0,0,1.8,0.9,0,3.6,1.35,0,4.95,1.35,0,6.75,0.9,0,5.85,0,0,4.5,0.45,0,2.25,0.45,0,0,0,0 +L 2.25,8.55,3.15,9 +L 4.95,8.55,4.95,4.95 +L 5.4,8.1,5.4,5.4 +PL 1.35,0.45,0,2.7,0.9,0,4.95,0.9,0,6.3,0.45,0 + +[0033] 3 +PLC 0.9,8.55,0,1.8,9,0,2.25,9.45,0,3.15,9,0,2.25,8.1,0,1.35,8.1,0,0.45,8.55,0 +PL 3.15,9,0,4.95,8.55,0,5.85,8.55,0,5.85,5.4,0,4.95,5.4,0,4.95,8.55,0 +L 1.8,8.55,2.7,9 +L 5.4,8.1,5.4,5.85 +PL 4.95,5.4,0,3.6,4.95,0,2.7,4.5,0 +PL 2.7,4.95,0,3.6,4.5,0,4.95,4.05,0,5.85,4.05,0,5.85,0.9,0,4.95,0.9,0,4.95,4.05,0 +L 5.4,3.6,5.4,1.35 +PLC 0.9,1.35,0,1.8,1.35,0,2.7,0.9,0,3.15,0.45,0,2.25,0,0,1.8,0.45,0,0.9,0.9,0,0,0.9,0 +L 1.8,0.9,2.7,0.45 +L 3.15,0.45,4.95,0.9 + +[0034] 4 +PL 4.5,7.65,0,4.95,8.55,0,4.5,9,0,4.5,0.9,0,5.4,0.45,0,6.3,0.9,0,5.85,0.9,0,4.95,1.35,0,4.95,7.65,0,5.4,8.55,0,4.5,9.45,0,0,4.95,0,0,2.7,0,4.05,2.7,0 +PL 4.95,2.7,0,6.75,2.7,0,7.2,2.25,0,7.2,3.15,0,6.75,2.7,0 +L 0.45,4.95,0.45,3.15 +L 0.9,5.85,0.9,2.7 +PL 4.05,9,0,4.05,1.35,0,3.15,0.9,0,3.6,0.9,0,4.5,0.45,0,4.95,0,0,5.4,0.45,0 + +[0035] 5 +PL 0.45,8.55,0,4.5,8.55,0,5.4,9,0,5.85,9.45,0,0.45,9.45,0,0.45,5.4,0,1.8,5.4,0,3.6,5.85,0,4.5,6.3,0,4.95,6.75,0,5.4,6.3,0,6.3,5.85,0,6.75,5.85,0,5.85,5.4,0,5.85,0.9,0,4.95,0.9,0,4.95,5.4,0,4.05,5.85,0,3.6,5.85,0 +L 0.9,9,4.95,9 +PL 4.5,6.3,0,5.4,5.85,0,5.4,1.35,0 +PLC 0.9,1.35,0,1.8,1.35,0,2.7,0.9,0,3.15,0.45,0,2.25,0,0,1.8,0.45,0,0.9,0.9,0,0,0.9,0 +L 1.8,0.9,2.7,0.45 +L 3.15,0.45,4.95,0.9 + +[0036] 6 +PLC 0.9,1.35,0,0,0.9,0,0.9,0.9,0,1.8,0.45,0,2.25,0,0,3.15,0.45,0,2.7,0.9,0,1.8,1.35,0,1.8,8.55,0,0.9,8.55,0 +PL 1.35,8.1,0,1.35,1.35,0,2.7,0.45,0 +PL 1.8,8.55,0,3.6,9,0,4.5,9.45,0,4.95,9,0,5.85,8.55,0,6.3,8.55,0,5.4,8.1,0,4.5,8.1,0,3.6,9,0 +L 4.05,9,4.95,8.55 +PL 1.8,4.95,0,2.25,4.95,0,4.05,5.4,0,4.95,5.85,0,5.4,6.3,0,5.85,5.85,0,6.75,5.4,0,7.2,5.4,0,6.3,4.95,0,6.3,0.9,0,5.4,0.9,0,5.4,4.95,0,4.5,5.4,0,4.05,5.4,0 +PL 4.95,5.85,0,5.85,4.95,0,5.85,1.35,0 +L 3.15,0.45,5.4,0.9 + +[0037] 7 +PLC 0.9,9.45,0,2.25,9,0,4.5,9,0,6.75,9.45,0,4.95,8.55,0,3.15,8.1,0,1.8,8.1,0,0,8.55,0 +PL 0.45,9,0,1.8,8.55,0,4.05,8.55,0,5.4,9,0 +PL 6.75,9.45,0,6.3,8.55,0,5.4,7.2,0,3.6,5.4,0,2.7,4.05,0,2.25,2.7,0,2.25,1.35,0,2.7,0,0,3.6,0.9,0,3.15,2.25,0,3.15,3.6,0,3.6,4.95,0,4.5,6.3,0 +PL 3.15,4.5,0,2.7,3.15,0,2.7,1.8,0,3.15,0.45,0 + +[0038] 8 +PLC 0.9,5.4,0,1.8,5.4,0,1.8,8.1,0,0.9,8.1,0 +L 1.35,7.65,1.35,5.85 +PL 1.8,8.1,0,4.05,8.55,0,4.95,9,0,5.4,9.45,0,5.85,9,0,6.75,8.55,0,7.2,8.55,0,6.3,8.1,0,6.3,5.4,0,5.4,5.4,0,5.4,8.1,0,4.5,8.55,0,4.05,8.55,0 +PL 4.95,9,0,5.85,8.55,0,5.85,5.85,0 +PL 1.8,5.4,0,5.4,4.05,0,6.3,4.05,0,6.3,0.9,0,5.4,0.9,0,5.4,4.05,0 +PL 5.4,5.4,0,1.8,4.05,0,0.9,4.05,0,0.9,1.35,0,0,0.9,0,0.9,0.9,0,1.8,0.45,0,2.25,0,0,3.15,0.45,0,2.7,0.9,0,1.8,1.35,0,1.8,4.05,0 +PL 1.35,3.6,0,1.35,1.35,0,2.7,0.45,0 +L 5.85,3.6,5.85,1.35 +L 3.15,0.45,5.4,0.9 + +[0039] 9 +PL 1.35,8.1,0,1.35,4.05,0,2.25,3.6,0,3.15,4.05,0,2.7,4.05,0,1.8,4.5,0,1.8,8.55,0,0.9,8.55,0,0.9,4.5,0,0,4.05,0,0.45,4.05,0,1.35,3.6,0,1.8,3.15,0,2.25,3.6,0 +PL 1.8,8.55,0,4.05,9,0,4.95,9.45,0,5.4,9,0,6.3,8.55,0,7.2,8.55,0,6.3,8.1,0,6.3,0.9,0,5.4,0.9,0,5.4,8.1,0,4.5,8.55,0,4.05,9,0 +PL 4.5,9,0,5.85,8.1,0,5.85,1.35,0 +PL 3.15,4.05,0,4.95,4.5,0,5.4,4.5,0 +PLC 1.35,1.35,0,2.25,1.35,0,3.15,0.9,0,3.6,0.45,0,2.7,0,0,2.25,0.45,0,1.35,0.9,0,0.45,0.9,0 +L 2.25,0.9,3.15,0.45 +L 3.6,0.45,5.4,0.9 + +[003a] : +PLC 0,5.4,0,0.9,4.95,0,1.8,5.4,0,0.9,6.3,0 +PLC 0.45,5.4,0,1.35,5.4,0,0.9,5.85,0 +PLC 0,0.45,0,0.9,0,0,1.8,0.45,0,0.9,1.35,0 +PLC 0.45,0.45,0,1.35,0.45,0,0.9,0.9,0 + +[003b] ; +PLC 0,5.4,0,0.9,4.95,0,1.8,5.4,0,0.9,6.3,0 +PLC 0.45,5.4,0,1.35,5.4,0,0.9,5.85,0 +PLC 0.9,-0.45,0,0,0.45,0,0.9,1.35,0,1.35,0.45,0,1.35,-0.45,0,0.9,-1.35,0 +L 0.9,-1.35,0,-1.8 +PLC 0.45,0.45,0,0.9,0,0,0.9,0.9,0 + +[003c] < +PL 7.2,8.1,0,0,4.05,0,7.2,0,0 + +[003d] = +PLC 7.65,6.3,0,7.65,5.85,0,0,5.85,0,0,6.3,0 +PLC 7.65,2.7,0,7.65,2.25,0,0,2.25,0,0,2.7,0 + +[003e] > +PL 0,8.1,0,7.2,4.05,0,0,0,0 + +[003f] ? +PLC 0.45,8.55,0,0.9,9,0,2.25,9.45,0,1.35,9,0,0.9,8.1,0,0.9,7.2,0,0,7.65,0 +PL 2.25,9.45,0,3.15,9.45,0,4.5,9,0,4.95,8.55,0,5.4,7.65,0,5.4,6.75,0,4.95,5.85,0,4.05,4.95,0,3.15,4.5,0,4.05,5.4,0,4.5,6.3,0,4.5,8.1,0,4.05,9,0,3.15,9.45,0 +L 0.45,7.65,0.9,8.55 +PL 4.5,8.55,0,4.95,8.1,0,4.95,6.3,0,4.5,5.85,0 +PL 2.7,4.5,0,2.7,3.15,0,3.15,4.5,0,2.25,4.5,0,2.7,3.15,0 +PLC 1.8,0.45,0,2.7,0,0,3.6,0.45,0,2.7,1.35,0 +PLC 2.25,0.45,0,3.15,0.45,0,2.7,0.9,0 + +[0040] @ +PL 6.75,5.85,0,6.3,6.75,0,5.4,7.2,0,4.05,7.2,0,3.15,6.75,0,2.7,6.3,0,2.25,4.95,0,2.25,3.6,0,2.7,2.7,0,3.6,2.25,0,4.95,2.25,0,5.85,2.7,0,6.3,3.6,0,6.75,7.2,0 +PL 4.05,7.2,0,3.15,6.3,0,2.7,4.95,0,2.7,3.6,0,3.15,2.7,0,3.6,2.25,0 +PL 6.3,3.6,0,6.3,2.7,0,7.2,2.25,0,8.1,2.25,0,9,3.15,0,9.45,4.5,0,9.45,5.4,0,9,6.75,0,8.55,7.65,0,7.65,8.55,0,6.75,9,0,5.4,9.45,0,4.05,9.45,0,2.7,9,0,1.8,8.55,0,0.9,7.65,0,0.45,6.75,0,0,5.4,0,0,4.05,0,0.45,2.7,0,0.9,1.8,0,1.8,0.9,0,2.7,0.45,0,4.05,0,0,5.4,0,0,6.75,0.45,0,7.65,0.9,0,8.1,1.35,0 +PL 7.2,7.2,0,6.75,3.6,0,6.75,2.7,0,7.2,2.25,0 + +[0041] A +PLC 1.8,8.1,0,0.9,7.2,0,0.45,6.3,0,0,4.95,0,0,3.6,0,0.45,2.7,0,1.35,2.25,0,0.9,4.05,0,0.9,5.4,0,1.35,6.75,0,1.8,7.65,0,2.7,8.55,0 +PL 0.9,6.75,0,0.45,5.4,0,0.45,3.6,0,0.9,2.7,0 +PL 1.35,2.25,0,1.35,1.35,0,0.9,0.45,0,0,0,0,1.35,0.45,0,4.05,0.9,0,7.2,0.9,0,7.2,8.55,0,4.05,8.55,0,1.35,9,0,0,9.45,0 +L 7.65,8.55,7.65,0.9 +PL 6.3,8.55,0,8.1,9,0,8.1,0.45,0,6.3,0.9,0 +L 8.1,9,9,9.45 +L 0.9,4.95,7.2,4.95 +L 8.1,0.45,9,0 + +[0042] B +PL 0,7.65,0,0.9,8.55,0,1.8,9,0,1.8,0.45,0,3.6,0,0,2.7,0.45,0,2.7,9,0,3.6,9.45,0,1.8,9,0 +L 2.25,9,2.25,0.45 +PL 3.6,9.45,0,5.85,9.45,0,7.2,9,0,8.1,8.1,0,8.1,7.2,0,7.65,6.3,0,6.3,6.75,0,4.95,6.75,0,3.6,6.3,0,3.15,5.85,0,2.7,4.95,0,2.7,4.05,0,3.15,3.15,0,4.05,2.7,0 +PL 7.2,8.55,0,7.65,8.1,0,7.65,7.2,0,7.2,6.3,0 +PL 5.85,9.45,0,6.75,9,0,7.2,8.1,0,7.2,7.2,0,6.75,6.75,0 +PL 7.65,6.3,0,8.55,5.4,0,9,4.5,0,9,3.15,0,8.55,1.8,0,7.65,0.9,0,6.75,0.45,0,5.4,0,0,3.6,0,0 +PL 1.8,0.45,0,0.9,0.9,0,0,1.8,0 +PL 8.1,5.4,0,8.55,4.5,0,8.55,2.7,0,8.1,1.8,0 +PL 6.3,6.75,0,7.65,5.85,0,8.1,4.5,0,8.1,2.7,0,7.65,1.35,0,6.75,0.45,0 + +[0043] C +PL 9,9.45,0,8.1,7.65,0,7.2,8.55,0,6.3,9,0,4.95,9.45,0,4.05,9.45,0,2.7,9,0,1.8,8.55,0,0.9,7.65,0,0.45,6.75,0,0,5.4,0,0,4.05,0,0.45,2.7,0,0.9,1.8,0,1.8,0.9,0,2.7,0.45,0,4.05,0,0,4.95,0,0,6.3,0.45,0,7.2,0.9,0,8.1,1.8,0,8.55,0.9,0,9,0,0 +PL 8.55,8.55,0,8.1,6.3,0,8.1,3.15,0,8.55,0.9,0 +L 8.1,7.2,7.65,7.65 +PL 8.1,5.85,0,7.65,7.2,0,7.2,8.1,0,6.3,9,0 +PL 0.9,7.2,0,0.45,5.85,0,0.45,3.6,0,0.9,2.25,0 +PL 2.7,9,0,1.8,8.1,0,1.35,7.2,0,0.9,5.85,0,0.9,3.6,0,1.35,2.25,0,1.8,1.35,0,2.7,0.45,0 +L 7.65,1.8,8.1,2.25 +PL 6.3,0.45,0,7.2,1.35,0,7.65,2.25,0,8.1,3.6,0 + +[0044] D +PL 0,7.2,0,0.45,8.1,0,1.35,9,0,1.35,0.45,0,2.7,0,0,2.25,0.45,0,2.25,9,0,2.7,9.45,0,1.35,9,0 +L 1.8,9,1.8,0.45 +PL 2.7,9.45,0,4.95,9.45,0,6.3,9,0,7.2,8.55,0,8.1,7.65,0,8.55,6.75,0,9,5.4,0,9,4.05,0,8.55,2.7,0,8.1,1.8,0,7.2,0.9,0,6.3,0.45,0,4.95,0,0,2.7,0,0 +PL 1.35,0.45,0,0.45,1.35,0,0,2.25,0 +PL 8.1,7.2,0,8.55,5.85,0,8.55,3.6,0,8.1,2.25,0 +PL 6.3,9,0,7.2,8.1,0,7.65,7.2,0,8.1,5.85,0,8.1,3.6,0,7.65,2.25,0,7.2,1.35,0,6.3,0.45,0 + +[0045] E +PL 9,9.45,0,8.1,7.65,0,7.2,8.55,0,6.3,9,0,4.95,9.45,0,4.05,9.45,0,2.7,9,0,1.8,8.55,0,0.9,7.65,0,0.45,6.75,0,0,5.4,0,0,4.05,0,0.45,2.7,0,0.9,1.8,0,1.8,0.9,0,2.7,0.45,0,4.05,0,0,4.95,0,0,6.3,0.45,0,7.2,0.9,0,8.1,1.8,0,8.55,0.9,0,9,0,0 +PL 8.55,8.55,0,8.1,6.3,0,8.1,3.15,0,8.55,0.9,0 +L 8.1,7.2,7.65,7.65 +PL 7.65,6.3,0,7.2,5.85,0,6.75,6.3,0,7.2,6.75,0,7.65,6.75,0,8.1,6.3,0,7.2,8.1,0,6.3,9,0 +PL 0.9,7.2,0,0.45,5.85,0,0.45,3.6,0,0.9,2.25,0 +PL 2.7,9,0,1.8,8.1,0,1.35,7.2,0,0.9,5.85,0,0.9,3.6,0,1.35,2.25,0,1.8,1.35,0,2.7,0.45,0 +L 7.65,1.8,8.1,2.25 +PL 6.3,0.45,0,7.2,1.35,0,7.65,2.25,0,8.1,3.6,0 +PL 0.9,4.95,0,1.35,5.4,0,2.7,5.4,0,5.85,4.5,0,7.2,4.5,0,8.1,4.95,0,7.65,4.05,0,6.75,3.6,0,5.85,3.6,0,4.5,4.05,0,2.25,5.4,0 +PL 3.6,4.95,0,4.5,4.5,0,5.85,4.05,0,6.75,4.05,0,7.65,4.5,0 + +[0046] F +PL 0,7.65,0,0.9,8.55,0,0.9,0.45,0,0,0,0 +PL 0.9,8.55,0,1.8,9,0,3.15,9.45,0,2.25,9,0,1.35,8.55,0,1.35,0.9,0 +PL 2.25,9,0,1.8,8.1,0,1.8,0.9,0,2.7,0.9,0,0.9,0.45,0 +PL 3.15,9.45,0,4.95,9.45,0,6.3,9,0,7.2,8.55,0,7.65,8.1,0,9,9.45,0,8.55,8.55,0,8.1,6.75,0,8.1,5.4,0,8.55,3.6,0,9,2.7,0 +L 8.1,8.1,7.65,7.2 +PL 6.3,9,0,7.2,8.1,0,7.65,6.75,0,8.1,5.4,0 +PL 1.8,4.95,0,2.25,5.4,0,3.15,5.4,0,5.4,4.95,0,6.75,4.95,0,7.65,5.4,0,7.2,4.5,0,6.3,4.05,0,5.4,4.05,0,2.7,5.4,0 +PL 4.05,4.95,0,5.4,4.5,0,6.3,4.5,0,7.2,4.95,0 +PL 7.65,5.4,0,7.65,6.75,0,7.2,7.2,0,6.75,7.2,0,6.3,6.75,0,6.75,6.3,0,7.2,6.75,0 +PL 2.7,0.9,0,4.95,0.9,0,7.65,0.45,0,9,0,0 + +[0047] G +PL 9,9.45,0,8.1,7.65,0,7.2,8.55,0,6.3,9,0,4.95,9.45,0,4.05,9.45,0,2.7,9,0,1.8,8.55,0,0.9,7.65,0,0.45,6.75,0,0,5.4,0,0,4.05,0,0.45,2.7,0,0.9,1.8,0,1.8,0.9,0,2.7,0.45,0,4.05,0,0,5.4,0,0,6.3,0.45,0,7.2,0.9,0,7.65,1.35,0,8.1,2.25,0,8.55,0.9,0,9,0,0 +PL 8.55,8.55,0,8.1,6.3,0,8.1,3.15,0,8.55,0.9,0 +L 8.1,7.2,7.65,7.65 +PL 8.1,5.85,0,7.65,7.2,0,7.2,8.1,0,6.3,9,0 +PL 0.9,7.2,0,0.45,5.85,0,0.45,3.6,0,0.9,2.25,0 +PL 2.7,9,0,1.8,8.1,0,1.35,7.2,0,0.9,5.85,0,0.9,3.6,0,1.35,2.25,0,1.8,1.35,0,2.7,0.45,0 +PL 7.2,1.35,0,7.65,2.25,0,7.65,4.05,0 +PL 6.3,0.45,0,6.75,0.9,0,7.2,2.25,0,7.2,4.5,0 +PL 1.35,3.6,0,1.8,4.05,0,2.25,3.6,0,1.8,3.15,0,1.35,3.15,0,0.9,3.6,0 +PL 8.1,4.95,0,7.65,4.5,0,5.85,4.5,0,3.15,5.4,0,1.8,5.4,0,0.9,4.95,0,1.35,5.85,0,2.25,6.3,0,3.15,6.3,0,4.5,5.85,0,5.85,4.95,0,6.75,4.5,0 +PL 1.35,5.4,0,2.25,5.85,0,3.15,5.85,0,4.5,5.4,0,5.4,4.95,0 + +[0048] H +PL 0,9.45,0,0.9,9,0,0.9,0.45,0,0,0,0,1.8,0.45,0,1.8,8.55,0,2.7,8.55,0,0.9,9,0 +L 1.35,8.55,1.35,0.45 +PL 2.7,8.55,0,4.95,8.55,0,7.65,9,0,9,9.45,0 +PL 1.8,4.95,0,2.25,5.85,0,3.15,6.75,0,4.5,7.2,0,6.3,7.2,0,7.65,6.75,0,8.55,5.85,0,9,4.5,0,9,3.15,0,8.55,2.7,0,7.65,2.25,0,8.1,3.6,0,8.1,5.4,0,7.65,6.3,0,7.2,6.75,0,6.3,7.2,0 +PL 8.1,5.85,0,8.55,4.95,0,8.55,3.6,0,8.1,2.7,0 +PL 7.65,2.25,0,7.65,1.35,0,8.1,0.45,0,9,0,0 +PL 1.8,0.45,0,3.6,0.45,0,5.85,0,0 + +[0049] I +L 4.05,8.1,4.05,0.9 +L 4.5,7.65,4.5,1.35 +L 4.95,8.1,4.95,0.9 +PL 0,9.45,0,1.8,8.55,0,3.6,8.1,0,5.4,8.1,0,7.2,8.55,0,9,9.45,0 +PL 0,0,0,1.35,0.45,0,3.15,0.9,0,5.85,0.9,0,7.65,0.45,0,9,0,0 + +[004a] J +PL 0,9.45,0,1.8,8.55,0,3.6,8.1,0,6.3,8.1,0,6.3,1.35,0,5.85,0.45,0,4.95,0,0,2.7,0,0,1.35,0.45,0,0.45,1.35,0,0,2.7,0,0,4.5,0,0.45,5.4,0 +PL 6.75,8.1,0,6.75,1.35,0,6.3,0.9,0 +PL 5.4,8.1,0,7.2,8.55,0,7.2,0.9,0,6.3,0.45,0,4.95,0,0 +L 7.2,8.55,9,9.45 +PL 7.2,0.9,0,8.1,1.8,0,9,3.15,0 +PL 0.45,2.7,0,0.9,1.35,0,1.35,0.9,0 +PL 0,3.6,0,0.9,2.7,0,1.35,1.35,0,1.8,0.45,0,2.7,0,0 + +[004b] K +PL 0,9.45,0,0.9,9,0,0.9,0.45,0,0,0,0,1.8,0.45,0,1.8,8.55,0,2.7,8.55,0,0.9,9,0 +L 1.35,8.55,1.35,0.45 +PL 2.7,8.55,0,4.95,8.55,0,7.65,9,0,9,9.45,0 +PL 1.8,4.95,0,2.25,5.85,0,3.15,6.75,0,4.5,7.2,0,5.85,7.2,0,7.2,6.75,0,7.65,6.3,0,7.65,5.4,0,7.2,4.95,0,4.95,4.05,0,4.05,3.6,0,3.6,3.15,0,3.6,2.7,0,4.05,2.25,0,4.5,2.7,0,4.05,3.15,0 +PL 6.75,6.75,0,7.2,6.3,0,7.2,5.4,0,6.75,4.95,0 +PL 5.85,7.2,0,6.75,6.3,0,6.75,5.4,0,6.3,4.95,0,4.95,4.05,0,6.3,4.05,0,7.65,3.6,0,8.1,2.7,0,8.1,1.8,0,7.65,1.35,0,7.2,2.7,0,6.3,3.6,0,4.95,4.05,0 +PL 6.75,3.6,0,7.65,2.7,0,7.65,1.8,0 +PL 7.65,1.35,0,8.1,0.45,0,8.55,0,0,9,0,0 +PL 1.8,0.45,0,3.6,0.45,0,5.85,0,0 + +[004c] L +PL 0,9.45,0,0.9,9,0,0.9,0.45,0,0,0,0 +L 1.35,8.55,1.35,0.9 +PL 0.9,9,0,2.7,8.55,0,1.8,8.55,0,1.8,0.9,0,2.7,0.9,0,0.9,0.45,0 +PLC 8.1,5.85,0,7.65,4.95,0,7.2,3.6,0,7.2,2.7,0,7.65,1.8,0,8.55,1.35,0,8.1,3.15,0,8.1,4.5,0,8.55,6.3,0,9,7.2,0 +PL 8.1,5.4,0,7.65,4.05,0,7.65,2.7,0,8.1,1.8,0 +PL 8.55,1.35,0,9,0,0,7.65,0.45,0,4.95,0.9,0,2.7,0.9,0 +PL 2.7,8.55,0,4.95,8.55,0,7.65,9,0,9,9.45,0 + +[004d] M +L 4.05,8.1,4.05,0.9 +L 4.5,7.65,4.5,1.35 +L 4.95,8.1,4.95,0.9 +PL 2.7,0.9,0,1.8,1.8,0,0.9,2.25,0,0.45,2.7,0,0,4.05,0,0,6.3,0,0.45,7.65,0,1.35,8.55,0,2.25,9,0,3.6,9.45,0,5.4,9.45,0,6.75,9,0,7.65,8.55,0,8.55,7.65,0,9,6.3,0,9,4.05,0,8.55,2.7,0,8.1,2.25,0,7.2,1.8,0,6.3,0.9,0 +PL 0.9,2.7,0,0.45,4.05,0,0.45,6.3,0,0.9,7.65,0 +PL 1.8,1.8,0,1.35,2.7,0,0.9,4.05,0,0.9,6.75,0,1.35,8.1,0,2.25,9,0 +PL 8.1,7.65,0,8.55,6.3,0,8.55,4.05,0,8.1,2.7,0 +PL 6.75,9,0,7.65,8.1,0,8.1,6.75,0,8.1,4.05,0,7.65,2.7,0,7.2,1.8,0 +PL 0,9.45,0,1.8,8.55,0,3.6,8.1,0,5.4,8.1,0,7.2,8.55,0,9,9.45,0 +PL 0,0,0,1.35,0.45,0,3.15,0.9,0,5.85,0.9,0,7.65,0.45,0,9,0,0 + +[004e] N +PL 0,7.65,0,0.9,8.55,0,0.9,0.45,0,0,0,0,1.8,0.45,0,1.8,8.1,0,2.25,9,0,3.15,9.45,0,1.8,9,0,0.9,8.55,0 +PL 1.8,8.55,0,1.35,8.1,0,1.35,0.45,0 +PL 3.15,9.45,0,4.95,9.45,0,6.3,9,0,7.2,8.55,0,8.1,7.65,0,8.55,6.75,0,9,5.4,0,9,3.6,0,8.55,2.7,0,7.65,2.25,0,8.1,4.05,0,8.1,5.85,0,7.65,7.2,0,7.2,8.1,0,6.3,9,0 +PL 8.1,7.2,0,8.55,5.85,0,8.55,4.05,0,8.1,2.7,0 +PL 7.65,2.25,0,7.65,1.35,0,8.1,0.45,0,8.55,0,0,9,0,0 +PL 1.8,0.45,0,3.6,0.45,0,5.85,0,0 + +[004f] O +PL 2.7,0.45,0,1.8,1.35,0,1.35,2.25,0,0.9,3.6,0,0.9,5.85,0,1.35,7.2,0,1.8,8.1,0,2.7,9,0,1.8,8.55,0,0.9,7.65,0,0.45,6.75,0,0,5.4,0,0,4.05,0,0.45,2.7,0,0.9,1.8,0,1.8,0.9,0,2.7,0.45,0,4.05,0,0,4.95,0,0,6.3,0.45,0,7.2,0.9,0,8.1,1.8,0,8.55,2.7,0,9,4.05,0,9,5.4,0,8.55,6.75,0,8.1,7.65,0,7.2,8.55,0,6.3,9,0,4.95,9.45,0,4.05,9.45,0,2.7,9,0 +PL 0.9,7.2,0,0.45,5.85,0,0.45,3.6,0,0.9,2.25,0 +PL 8.1,2.25,0,8.55,3.6,0,8.55,5.85,0,8.1,7.2,0 +PL 6.3,0.45,0,7.2,1.35,0,7.65,2.25,0,8.1,3.6,0,8.1,5.85,0,7.65,7.2,0,7.2,8.1,0,6.3,9,0 + +[0050] P +PL 0,7.2,0,0.9,8.1,0,0.9,0.45,0,0,0,0 +PL 2.25,8.55,0,1.35,7.65,0,1.35,0.9,0 +PL 0.9,8.1,0,2.7,9,0,4.05,9.45,0,3.15,9,0,2.25,8.1,0,1.8,7.2,0,1.8,0.9,0,2.7,0.9,0,0.9,0.45,0 +PL 4.05,9.45,0,5.4,9.45,0,6.75,9,0,7.65,8.55,0,8.55,7.65,0,9,6.3,0,9,5.4,0,8.55,4.05,0,7.65,3.15,0,6.3,2.7,0,4.5,2.7,0,3.15,3.15,0,2.25,4.05,0,1.8,5.4,0 +PL 8.1,7.65,0,8.55,6.75,0,8.55,4.95,0,8.1,4.05,0 +PL 6.75,9,0,7.65,8.1,0,8.1,6.75,0,8.1,4.95,0,7.65,3.6,0,6.3,2.7,0 +PL 2.7,0.9,0,4.95,0.9,0,7.65,0.45,0,9,0,0 + +[0051] Q +PL 2.7,0.45,0,1.8,1.35,0,1.35,2.25,0,0.9,3.6,0,0.9,5.85,0,1.35,7.2,0,1.8,8.1,0,2.7,9,0,1.8,8.55,0,0.9,7.65,0,0.45,6.75,0,0,5.4,0,0,4.05,0,0.45,2.7,0,0.9,1.8,0,1.8,0.9,0,2.7,0.45,0,4.05,0,0,4.95,0,0,6.3,0.45,0,7.2,0.9,0,8.1,1.8,0,8.55,2.7,0,9,4.05,0,9,5.4,0,8.55,6.75,0,8.1,7.65,0,7.2,8.55,0,6.3,9,0,4.95,9.45,0,4.05,9.45,0,2.7,9,0 +PL 0.9,7.2,0,0.45,5.85,0,0.45,3.6,0,0.9,2.25,0 +PL 8.1,2.25,0,8.55,3.6,0,8.55,5.85,0,8.1,7.2,0 +PL 6.3,0.45,0,7.2,1.35,0,7.65,2.25,0,8.1,3.6,0,8.1,5.85,0,7.65,7.2,0,7.2,8.1,0,6.3,9,0 +PL 0.9,3.6,0,1.35,2.7,0,2.7,2.25,0,5.4,1.8,0,8.55,1.8,0,9,1.35,0,9,0.45,0,8.55,0,0,8.55,0.45,0,9,0.9,0 +L 3.6,1.8,4.5,1.8 +PL 1.35,2.7,0,2.7,1.8,0,4.05,1.35,0,4.95,1.35,0,5.4,1.8,0 + +[0052] R +PL 0,7.2,0,0.9,8.1,0,0.9,0.45,0,0,0,0,1.8,0.45,0,1.8,8.55,0,0.9,8.1,0 +L 1.35,8.1,1.35,0.45 +PL 1.8,8.55,0,2.7,9,0,4.05,9.45,0,5.85,9.45,0,7.65,9,0,8.55,8.1,0,9,7.2,0,9,5.85,0,8.55,4.95,0,8.1,4.5,0 +PL 7.65,8.55,0,8.1,8.1,0,8.55,7.2,0,8.55,5.85,0,8.1,4.95,0 +PL 5.85,9.45,0,6.75,9,0,7.65,8.1,0,8.1,7.2,0,8.1,5.4,0,7.65,4.5,0 +PL 5.4,5.4,0,6.3,4.95,0,7.2,4.05,0,5.85,3.6,0,4.5,3.6,0,3.6,4.05,0,3.6,4.95,0,4.5,5.4,0,5.85,5.4,0,7.2,4.95,0,8.1,4.05,0,9,2.7,0,9,1.8,0,8.55,1.35,0,8.1,1.35,0,7.65,3.15,0,7.2,4.05,0 +PL 7.2,4.5,0,7.65,4.05,0,8.55,2.25,0,8.55,1.8,0,8.1,3.15,0 +PL 8.1,1.35,0,8.55,0.45,0,9,0,0 +PL 1.8,0.45,0,3.6,0.45,0,5.85,0,0 + +[0053] S +PLC 8.1,9,0,9,9.45,0,8.55,8.55,0,8.55,7.65,0,7.65,8.55,0,6.75,9,0,5.4,9.45,0 +PL 5.4,9.45,0,3.6,9.45,0,2.25,9,0,0.9,7.65,0,0.45,6.3,0,0.45,5.4,0,0.9,4.05,0,1.8,3.15,0,3.15,2.7,0,4.5,2.7,0,5.4,3.15,0,5.85,3.6,0,6.3,4.5,0,6.3,4.95,0,5.4,4.05,0,4.5,3.6,0,3.6,3.6,0,2.25,4.05,0,1.35,4.95,0,0.9,5.85,0,0.9,7.2,0,1.35,8.1,0 +PL 8.55,9,0,8.1,8.55,0,8.55,7.65,0 +PL 0.9,4.95,0,1.35,4.05,0,1.8,3.6,0,3.15,3.15,0,4.5,3.15,0,5.4,3.6,0 +PL 6.3,4.95,0,6.75,5.4,0,7.2,5.4,0 +PL 1.8,4.5,0,2.25,4.5,0,3.6,5.85,0,4.5,6.3,0,5.85,6.3,0,6.75,5.85,0,7.65,4.95,0,8.1,4.05,0,8.1,2.7,0,7.65,1.35,0,6.75,0.45,0,7.65,0.9,0,8.55,1.8,0,9,3.15,0,9,4.05,0,8.55,5.4,0,7.2,6.75,0,5.85,7.2,0,4.5,7.2,0,3.6,6.75,0,3.15,6.3,0,2.7,5.4,0,2.7,4.95,0 +PL 3.6,6.3,0,4.5,6.75,0,5.85,6.75,0,7.2,6.3,0,8.1,5.4,0,8.55,4.05,0,8.55,2.7,0,8.1,1.8,0 +PL 6.75,0.45,0,5.4,0,0,3.6,0,0,2.25,0.45,0,1.35,0.9,0,0.45,1.8,0,0.9,0.9,0,0.45,0.45,0 +PL 0.45,1.8,0,0.45,0.9,0,0,0,0,0.9,0.45,0,3.6,0,0 + +[0054] T +PL 0.45,9,0,0.9,9,0,1.35,9.45,0,2.25,9,0,4.05,8.55,0,2.25,8.55,0,1.35,8.1,0,0.9,7.65,0,0.45,6.75,0,0,5.4,0,0,3.6,0,0.45,2.25,0,0.9,1.35,0,1.35,0.9,0,2.25,0.45,0,3.6,0,0,4.95,0,0,6.3,0.45,0,7.2,0.9,0,8.1,1.8,0,8.55,2.7,0,9,4.05,0,9,5.85,0,8.55,7.2,0,7.65,8.1,0,6.75,8.55,0,4.05,8.55,0 +PL 5.85,8.55,0,5.4,8.1,0,5.4,7.2,0,5.85,6.75,0,6.3,7.2,0,5.85,7.65,0 +PL 0.45,3.6,0,0.9,2.25,0,1.8,1.35,0,2.7,0.9,0,4.05,0.45,0,5.4,0.45,0,6.75,0.9,0 +PL 0.9,7.65,0,0.45,5.85,0,0.45,4.5,0,0.9,3.15,0,1.8,1.8,0,2.7,1.35,0,4.05,0.9,0,5.4,0.9,0,6.75,1.35,0,7.65,1.8,0,8.55,3.15,0,9,4.05,0 +L 0,9.45,1.35,8.1 +L 1.35,8.55,1.8,9 +PL 6.75,8.55,0,8.1,9,0,9,9.45,0 + +[0055] U +PL 1.8,8.55,0,0.9,7.65,0,0.45,6.75,0,0,5.4,0,0,4.05,0,0.45,2.7,0,0.9,1.8,0,1.8,0.9,0,2.7,0.45,0,4.05,0,0,5.85,0,0,7.2,0.45,0,8.1,0.9,0,8.1,9,0,6.3,8.55,0,7.2,8.55,0,7.2,1.35,0,6.75,0.45,0,5.85,0,0 +PL 1.35,7.65,0,0.9,6.75,0,0.45,5.4,0,0.45,3.6,0,0.9,2.25,0 +PL 1.35,8.1,0,1.8,7.65,0,1.8,7.2,0,1.35,6.3,0,0.9,4.95,0,0.9,3.6,0,1.35,2.25,0,1.8,1.35,0,2.7,0.45,0 +PL 7.65,8.55,0,7.65,1.35,0,7.2,0.9,0 +L 8.1,0.9,9,0 +PL 0,9.45,0,1.35,9,0,4.05,8.55,0,6.3,8.55,0 +L 8.1,9,9,9.45 + +[0056] V +PL 4.95,1.35,0,4.5,1.8,0,1.35,8.55,0,0.9,9,0,0,9.45,0,4.5,0,0,9,9.45,0,8.1,9,0,5.85,8.55,0,3.15,8.55,0,0.9,9,0 +PL 0.45,9,0,0.9,8.55,0,4.05,1.8,0,4.5,0.9,0 +L 6.75,5.85,5.85,3.6 +PL 7.65,6.75,0,5.85,4.5,0,5.4,3.15,0,5.4,2.25,0 + +[0057] W +PL 0,9.45,0,1.8,8.55,0,0.9,7.65,0,0.45,6.75,0,0,5.4,0,0,4.05,0,0.45,2.7,0,0.9,1.8,0,1.8,0.9,0,2.7,0.45,0,4.05,0,0,4.95,0,0,6.3,0.45,0,7.2,0.9,0,8.1,1.8,0,8.55,2.7,0,9,4.05,0,9,5.4,0,8.55,6.75,0,8.1,7.65,0,7.2,8.55,0,5.4,8.1,0,3.6,8.1,0,1.8,8.55,0 +PL 0.9,6.75,0,0.45,5.4,0,0.45,4.05,0,0.9,2.7,0,1.35,1.8,0 +PL 0.9,7.65,0,1.35,7.2,0,1.35,6.75,0,0.9,5.4,0,0.9,4.05,0,1.35,2.25,0,1.8,1.35,0,2.7,0.45,0 +PL 7.65,1.8,0,8.1,2.7,0,8.55,4.05,0,8.55,5.4,0,8.1,6.75,0 +PL 6.3,0.45,0,7.2,1.35,0,7.65,2.25,0,8.1,4.05,0,8.1,5.4,0,7.65,6.75,0,7.65,7.2,0,8.1,7.65,0 +L 4.05,8.1,4.05,0 +L 4.5,7.65,4.5,0.45 +L 4.95,8.1,4.95,0 +L 7.2,8.55,9,9.45 + +[0058] X +PLC 7.2,0.9,0,7.65,0.45,0,9,0,0,1.8,8.55,0,0,9.45,0 +PL 0.45,9,0,1.35,8.55,0,8.1,0.45,0 +PL 1.8,8.55,0,3.6,8.1,0,5.4,8.1,0,7.2,8.55,0,9,9.45,0,4.95,4.95,0 +PL 1.35,0.9,0,1.35,1.8,0,1.8,2.7,0,2.25,3.15,0,4.05,4.05,0,0.9,0.45,0,0,0,0 +PL 3.6,3.6,0,2.25,2.7,0,1.8,1.8,0 +PL 0.9,0.45,0,2.7,0.9,0,4.95,0.9,0,7.65,0.45,0 + +[0059] Y +PL 0,9.45,0,1.8,8.55,0,3.6,8.1,0,5.4,8.1,0,7.2,8.55,0,7.2,0.45,0,5.4,0,0,3.6,0,0,1.8,0.45,0,0.9,0.9,0,0,1.8,0 +L 7.65,8.55,7.65,0.9 +L 8.1,9,8.1,0.9 +PL 1.35,8.55,0,0.45,7.65,0,0,6.3,0,0,4.95,0,0.45,3.6,0,1.35,2.7,0,2.25,2.25,0,3.6,1.8,0,4.95,1.8,0,6.3,2.25,0,7.2,2.7,0 +PL 1.8,2.7,0,3.15,2.25,0,5.85,2.25,0 +PL 0,4.95,0,0.45,4.05,0,1.35,3.15,0,2.7,2.7,0,5.4,2.7,0,6.3,2.25,0 +L 7.2,8.55,9,9.45 +L 7.2,0.45,9,1.35 + +[005a] Z +PL 0,9.45,0,0.45,9,0,1.35,8.55,0,2.7,8.55,0,4.95,9.45,0,6.3,9.45,0,7.65,9,0,8.1,8.1,0,8.1,7.2,0,7.65,6.3,0,8.55,5.4,0,9,4.05,0,9,3.15,0,8.55,1.8,0,7.65,0.9,0,6.75,0.45,0,5.4,0,0,3.6,0,0,2.25,0.45,0,1.35,0.9,0,0.45,1.8,0,0,3.15,0,0,4.05,0,0.45,5.4,0,0.9,5.85,0,1.8,6.3,0,2.7,6.3,0,3.6,5.85,0,4.5,5.4,0,5.4,5.4,0,7.2,5.85,0,7.65,5.4,0,8.1,4.5,0,8.1,2.7,0,7.65,1.35,0,6.75,0.45,0 +PL 7.2,9,0,7.65,8.1,0,7.65,7.2,0,7.2,6.3,0,8.1,5.4,0,8.55,4.5,0,8.55,2.7,0,8.1,1.8,0 +PL 6.3,9.45,0,6.75,9,0,7.2,8.1,0,7.2,6.75,0,5.4,7.2,0,4.5,7.2,0,3.6,6.75,0,3.6,4.95,0,3.15,4.5,0,2.7,4.95,0,3.15,5.4,0 +PL 5.4,7.2,0,6.3,6.75,0,6.75,6.3,0,6.3,5.85,0,5.4,5.4,0 + +[005b] [ +PL 3.15,11.25,0,0,11.25,0,0,-3.15,0,3.15,-3.15,0 +L 0.45,11.25,0.45,-3.15 + +[005c] \ +L 0,9.45,6.3,-1.35 + +[005d] ] +L 2.7,11.25,2.7,-3.15 +PL 0,11.25,0,3.15,11.25,0,3.15,-3.15,0,0,-3.15,0 + +[005e] ^ +PL 1.35,6.75,0,2.25,8.1,0,3.15,6.75,0 +PL 0,5.4,0,2.25,7.65,0,4.5,5.4,0 +L 2.25,7.65,2.25,0 + +[005f] _ +L 0,-0.9,7.2,-0.9 + +[0060] ` +PL 1.35,9.45,0,0.45,9,0,0,8.1,0,0,7.2,0,0.45,6.3,0,1.35,7.2,0,0.45,8.1,0,0.45,9,0 +PLC 0.45,6.75,0,0.9,7.2,0,0.45,7.65,0 + +[0061] a +PL 1.35,4.5,0,0,3.15,0,0,1.35,0,1.35,0,0,3.15,0.9,0,3.6,1.35,0,3.6,4.95,0,2.7,5.85,0,0.9,5.85,0,0.45,6.3,0,0,5.85,0,2.25,3.6,0 +PL 0.45,3.15,0,0.45,1.35,0,1.35,0.45,0 +PL 0.9,4.05,0,0.9,1.8,0,2.25,0.45,0 +L 0.9,5.85,0.45,5.4 +PL 2.7,5.85,0,3.6,6.3,0,4.5,5.4,0,4.5,1.35,0,4.95,0.9,0,4.05,0,0,3.15,0.9,0 +PL 3.6,5.85,0,4.05,5.4,0,4.05,1.35,0,3.6,0.9,0,4.05,0.45,0,4.5,0.9,0,4.05,1.35,0 + +[0062] b +PL 1.8,0.45,0,0.9,1.35,0,0.9,8.55,0,0,9.45,0,0.45,7.65,0,0.45,1.35,0,1.8,0,0,4.05,0.9,0,4.95,1.35,0,4.95,4.95,0,3.6,6.3,0,1.35,5.4,0 +PL 0.9,8.55,0,1.8,9.45,0,1.35,7.65,0,1.35,1.8,0,2.7,0.45,0 +PL 3.6,5.85,0,4.5,4.95,0,4.5,1.35,0 +PL 2.7,5.85,0,4.05,4.5,0,4.05,0.9,0 + +[0063] c +PL 1.8,5.85,0,2.7,4.95,0,3.6,5.4,0,2.7,6.3,0,0,4.95,0,0,0.9,0,0.9,0,0,1.8,0.9,0,1.35,0.9,0,0.9,1.35,0,0.9,5.4,0 +PL 0.45,4.95,0,0.45,0.9,0,0.9,0.45,0 +L 2.25,5.85,3.15,5.4 + +[0064] d +PL 2.25,6.3,0,0,4.95,0,0,1.35,0,1.35,0,0,2.25,0.45,0,3.6,0.9,0,4.5,0.9,0,4.5,4.95,0,1.8,8.1,0,1.35,9.45,0,1.35,8.1,0,4.05,4.95,0,4.05,1.35,0 +PL 0.45,4.95,0,0.45,1.35,0,1.35,0.45,0 +PL 0.9,5.4,0,0.9,1.8,0,2.25,0.45,0 +PL 1.35,8.1,0,0,8.1,0,1.35,7.65,0,3.6,4.95,0,3.6,0.9,0 + +[0065] e +PL 0.9,2.7,0,4.05,4.5,0,2.7,6.3,0,0,4.95,0,0,0.9,0,0.9,0,0,1.8,0.9,0,1.35,0.9,0,0.9,1.35,0,0.9,5.4,0 +PL 0.45,4.95,0,0.45,0.9,0,0.9,0.45,0 +L 2.25,5.85,3.6,4.5 +L 1.8,5.85,3.15,4.05 + +[0066] f +PL 3.15,9,0,4.05,8.1,0,4.95,8.55,0,4.05,9.45,0,1.35,8.1,0,1.35,1.35,0,0.9,0.9,0,1.8,0,0,2.7,0.9,0,2.25,1.35,0,2.25,8.55,0 +PL 1.8,8.1,0,1.8,1.35,0,1.35,0.9,0,1.8,0.45,0,2.25,0.9,0,1.8,1.35,0 +L 3.6,9,4.5,8.55 +L 0,6.3,1.35,6.3 +L 2.25,6.3,4.05,6.3 + +[0067] g +PL 2.25,0.45,0,0.9,1.8,0,0.9,5.4,0,0,4.95,0,0,1.35,0,1.35,0,0,3.6,0.9,0 +PL 0.45,4.95,0,0.45,1.35,0,1.35,0.45,0 +PL 0.9,5.4,0,3.15,6.3,0,4.5,4.95,0,4.5,-0.9,0,4.05,-1.8,0,3.6,-2.25,0,2.7,-2.7,0,1.8,-2.7,0,0.9,-2.25,0,0,-2.7,0,0.9,-3.15,0,1.8,-2.7,0 +PL 3.15,5.85,0,4.05,4.95,0,4.05,-0.9,0,3.6,-1.8,0 +L 1.35,-2.7,0.45,-2.7 +PL 2.25,5.85,0,3.6,4.5,0,3.6,-1.35,0,3.15,-2.25,0,2.7,-2.7,0 + +[0068] h +PL 0.9,1.35,0,1.35,0.9,0,0.9,0.45,0,0.45,0.9,0,0.9,1.35,0,0.9,8.55,0,0,9.45,0,0.45,7.65,0,0.45,1.35,0,0,0.9,0,0.9,0,0,1.8,0.9,0,1.35,1.35,0,1.35,7.65,0,1.8,9.45,0,0.9,8.55,0 +PL 1.35,5.4,0,2.7,5.85,0,3.6,6.3,0,4.95,4.95,0,4.95,0.9,0,3.6,-0.9,0,3.6,-2.25,0,4.05,-3.15,0,4.5,-3.15,0,3.6,-2.25,0 +PL 3.6,5.85,0,4.5,4.95,0,4.5,0.9,0,4.05,0,0 +PL 2.7,5.85,0,4.05,4.5,0,4.05,0.45,0,3.6,-0.9,0 + +[0069] i +PLC 0,8.55,0,0.9,7.65,0,1.8,8.55,0,0.9,9.45,0 +PLC 0.45,8.55,0,0.9,8.1,0,1.35,8.55,0,0.9,9,0 +PLC 0,5.4,0,0.45,4.95,0,0.45,1.35,0,0,0.9,0,0.9,0,0,1.8,0.9,0,1.35,1.35,0,1.35,4.95,0,1.8,5.4,0,0.9,6.3,0 +PLC 1.35,5.4,0,0.9,5.85,0,0.45,5.4,0,0.9,4.95,0 +PL 0.9,4.95,0,0.9,1.35,0,0.45,0.9,0,0.9,0.45,0,1.35,0.9,0,0.9,1.35,0 + +[006a] j +PLC 0,8.55,0,0.9,7.65,0,1.8,8.55,0,0.9,9.45,0 +PLC 0.45,8.55,0,0.9,8.1,0,1.35,8.55,0,0.9,9,0 +PLC 0,5.4,0,0.45,4.95,0,0.45,0.9,0,1.8,-0.9,0,1.35,0.45,0,1.35,4.95,0,1.8,5.4,0,0.9,6.3,0 +PLC 1.35,5.4,0,0.9,5.85,0,0.45,5.4,0,0.9,4.95,0 +PL 0.9,4.95,0,0.9,0.9,0,1.35,0,0 +PL 1.8,-0.9,0,1.8,-2.25,0,0.9,-3.15,0,0,-2.7,0,0,-3.15,0,0.9,-3.15,0 + +[006b] k +PL 0.9,1.35,0,1.35,0.9,0,0.9,0.45,0,0.45,0.9,0,0.9,1.35,0,0.9,8.55,0,0,9.45,0,0.45,7.65,0,0.45,1.35,0,0,0.9,0,0.9,0,0,1.8,0.9,0,1.35,1.35,0,1.35,7.65,0,1.8,9.45,0,0.9,8.55,0 +PL 1.35,4.95,0,2.7,5.85,0,3.6,6.3,0,4.5,4.95,0,3.15,4.05,0,1.35,2.7,0 +L 3.15,5.85,4.05,4.95 +L 2.7,5.85,3.6,4.5 +PL 2.7,3.6,0,3.15,3.15,0,3.6,0.9,0,4.5,0,0,5.4,0.9,0,4.95,0.9,0,4.5,1.35,0,3.6,3.6,0,3.15,4.05,0 +PL 3.15,3.6,0,3.6,2.7,0,4.05,0.9,0,4.5,0.45,0 + +[006c] l +PL 0.9,1.35,0,1.35,0.9,0,0.9,0.45,0,0.45,0.9,0,0.9,1.35,0,0.9,8.55,0,0,9.45,0,0.45,7.65,0,0.45,1.35,0,0,0.9,0,0.9,0,0,1.8,0.9,0,1.35,1.35,0,1.35,7.65,0,1.8,9.45,0,0.9,8.55,0 + +[006d] m +PLC 0.45,5.4,0,0.9,4.95,0,0.9,1.35,0,0.45,0.9,0,1.35,0,0,2.25,0.9,0,1.8,1.35,0,1.8,5.4,0,0.9,6.3,0,0,5.4,0 +PL 0.9,5.85,0,1.35,5.4,0,1.35,1.35,0,0.9,0.9,0,1.35,0.45,0,1.8,0.9,0,1.35,1.35,0 +PL 1.8,5.4,0,3.15,5.85,0,4.05,6.3,0,5.4,5.4,0,5.4,1.35,0,5.85,0.9,0,4.95,0,0,4.05,0.9,0,4.5,1.35,0,4.5,4.95,0,3.15,5.85,0 +PL 4.05,5.85,0,4.95,5.4,0,4.95,1.35,0,4.5,0.9,0,4.95,0.45,0,5.4,0.9,0,4.95,1.35,0 +PL 5.4,5.4,0,6.75,5.85,0,7.65,6.3,0,9,5.4,0,9,1.35,0,9.45,0.9,0,8.55,0,0,7.65,0.9,0,8.1,1.35,0,8.1,4.95,0,6.75,5.85,0 +PL 7.65,5.85,0,8.55,5.4,0,8.55,1.35,0,8.1,0.9,0,8.55,0.45,0,9,0.9,0,8.55,1.35,0 + +[006e] n +PLC 0.45,5.4,0,0.9,4.95,0,0.9,1.35,0,0.45,0.9,0,1.35,0,0,2.25,0.9,0,1.8,1.35,0,1.8,5.4,0,0.9,6.3,0,0,5.4,0 +PL 0.9,5.85,0,1.35,5.4,0,1.35,1.35,0,0.9,0.9,0,1.35,0.45,0,1.8,0.9,0,1.35,1.35,0 +PL 1.8,5.4,0,3.15,5.85,0,4.05,6.3,0,5.4,5.4,0,5.4,1.35,0,5.85,0.9,0,4.95,0,0,4.05,0.9,0,4.5,1.35,0,4.5,4.95,0,3.15,5.85,0 +PL 4.05,5.85,0,4.95,5.4,0,4.95,1.35,0,4.5,0.9,0,4.95,0.45,0,5.4,0.9,0,4.95,1.35,0 + +[006f] o +PL 2.25,0.45,0,0.9,1.8,0,0.9,5.4,0,0,4.95,0,0,1.35,0,1.35,0,0,3.6,0.9,0,4.5,1.35,0,4.5,4.95,0,3.15,6.3,0,0.9,5.4,0 +PL 0.45,4.95,0,0.45,1.35,0,1.35,0.45,0 +PL 3.15,5.85,0,4.05,4.95,0,4.05,1.35,0 +PL 2.25,5.85,0,3.6,4.5,0,3.6,0.9,0 + +[0070] p +PL 3.15,0.45,0,2.7,0.9,0,1.8,1.35,0,1.8,5.4,0,1.35,5.85,0,0.45,6.3,0,0.9,5.4,0,0.9,1.35,0,0,0.9,0,0.9,0.9,0,0.9,-1.8,0,0.45,-3.15,0,1.35,-2.25,0,1.35,5.4,0 +PL 1.35,0.9,0,1.8,0.9,0,2.7,0.45,0 +PL 1.35,-2.25,0,2.25,-3.15,0,1.8,-1.8,0,1.8,0.45,0,2.25,0,0,4.5,0.9,0,5.4,1.35,0,5.4,4.95,0,4.05,6.3,0,3.15,5.85,0,1.8,5.4,0 +PL 4.05,5.85,0,4.95,4.95,0,4.95,1.35,0 +PL 3.15,5.85,0,4.5,4.5,0,4.5,0.9,0 + +[0071] q +PL 2.25,0.45,0,0.9,1.8,0,0.9,5.4,0,0,4.95,0,0,1.35,0,1.35,0,0,3.6,0.9,0 +PL 0.45,4.95,0,0.45,1.35,0,1.35,0.45,0 +PL 0.9,5.4,0,3.15,6.3,0,4.5,4.95,0,4.5,-1.8,0,4.95,-3.15,0,4.05,-2.25,0,4.05,4.95,0,3.15,5.85,0 +PL 2.25,5.85,0,3.6,4.5,0,3.6,-1.8,0,3.15,-3.15,0,4.05,-2.25,0 + +[0072] r +PLC 0.45,5.4,0,0.9,4.95,0,0.9,1.35,0,0.45,0.9,0,1.35,0,0,2.25,0.9,0,1.8,1.35,0,1.8,5.4,0,0.9,6.3,0,0,5.4,0 +PL 0.9,5.85,0,1.35,5.4,0,1.35,1.35,0,0.9,0.9,0,1.35,0.45,0,1.8,0.9,0,1.35,1.35,0 +PL 1.8,5.4,0,3.6,6.3,0,4.5,5.4,0,3.6,4.95,0,2.7,5.85,0 +L 3.15,5.85,4.05,5.4 + +[0073] s +PL 1.8,5.85,0,3.15,5.4,0,4.05,5.85,0,2.7,6.3,0,0,4.95,0,0,3.6,0,0.9,2.7,0,3.6,4.05,0,4.5,3.15,0,4.5,1.35,0,1.8,0,0,0,0.9,0,0.9,1.35,0,2.7,0.45,0 +PL 0.45,4.95,0,0.45,3.6,0,0.9,3.15,0 +PL 0.9,5.4,0,0.9,3.6,0,1.35,3.15,0 +PL 3.6,3.6,0,4.05,3.15,0,4.05,1.35,0 +PL 3.15,3.6,0,3.6,3.15,0,3.6,0.9,0 +L 2.25,5.85,3.6,5.85 +L 0.9,0.9,1.8,0.45 + +[0074] t +PL 1.8,1.35,0,2.25,0.9,0,1.8,0.45,0,1.35,0.9,0,1.8,1.35,0,1.8,8.55,0,0.9,9.45,0,1.35,7.65,0,1.35,1.35,0,0.9,0.9,0,1.8,0,0,2.7,0.9,0,2.25,1.35,0,2.25,7.65,0,2.7,9.45,0,1.8,8.55,0 +L 0,6.3,1.35,6.3 +L 2.25,6.3,3.6,6.3 + +[0075] u +PL 3.15,0.45,0,1.8,1.35,0,1.8,5.4,0,0.9,6.3,0,0,5.4,0,0.45,5.4,0,0.9,4.95,0,0.9,0.9,0,2.25,0,0,4.5,0.9,0,4.5,4.95,0,4.05,5.4,0,4.95,6.3,0,5.85,5.4,0,5.4,4.95,0,5.4,1.35,0,5.85,0.9,0,6.3,0.9,0,5.4,0,0,4.5,0.9,0 +PL 0.9,5.85,0,1.35,5.4,0,1.35,0.9,0,2.25,0.45,0 +PLC 5.4,5.4,0,4.95,5.85,0,4.5,5.4,0,4.95,4.95,0 +PL 4.95,4.95,0,4.95,0.9,0,5.4,0.45,0 + +[0076] v +PLC 0.45,5.4,0,0.45,1.35,0,2.25,0,0,3.15,0.9,0,2.7,0.9,0,1.35,1.8,0,1.35,5.4,0,0.9,5.85,0,0,6.3,0 +PL 3.15,0.9,0,4.95,1.8,0,4.95,4.95,0,5.4,5.4,0,4.5,6.3,0,3.6,5.4,0,4.05,4.95,0,4.05,1.35,0 +PL 0.45,5.85,0,0.9,5.4,0,0.9,1.35,0,2.25,0.45,0 +PLC 4.95,5.4,0,4.5,5.85,0,4.05,5.4,0,4.5,4.95,0 +L 4.5,4.95,4.5,1.8 + +[0077] w +PLC 0.45,5.4,0,0.45,1.35,0,2.25,0,0,3.15,0.9,0,2.7,0.9,0,1.35,1.8,0,1.35,5.4,0,0.9,5.85,0,0,6.3,0 +PL 3.15,0.9,0,4.05,1.35,0,4.05,4.95,0,3.6,5.4,0,4.5,6.3,0,5.4,5.4,0,4.95,4.95,0,4.95,1.8,0,6.3,0.9,0,6.75,0.9,0,5.85,0,0,4.05,1.35,0 +PL 0.45,5.85,0,0.9,5.4,0,0.9,1.35,0,2.25,0.45,0 +PL 6.75,0.9,0,8.55,1.8,0,8.55,4.95,0,9,5.4,0,8.1,6.3,0,7.2,5.4,0,7.65,4.95,0,7.65,1.35,0 +PLC 4.95,5.4,0,4.5,5.85,0,4.05,5.4,0,4.5,4.95,0 +PL 4.5,4.95,0,4.5,1.35,0,5.85,0.45,0 +PLC 8.55,5.4,0,8.1,5.85,0,7.65,5.4,0,8.1,4.95,0 +L 8.1,4.95,8.1,1.8 + +[0078] x +PLC 0.9,4.95,0,4.05,0.45,0,4.5,0,0,5.4,0.9,0,4.5,1.35,0,1.35,5.85,0,0.9,6.3,0,0,5.4,0 +PL 0.45,5.85,0,1.35,5.4,0,4.05,0.9,0,4.95,0.45,0 +PLC 4.5,6.3,0,4.5,5.4,0,5.4,5.4,0,5.4,6.3,0 +PL 5.4,6.3,0,4.5,5.4,0,3.15,3.6,0 +PL 2.25,2.7,0,0.9,0.9,0,0,0,0,0.9,0,0,0.9,0.9,0,0,0.9,0,0,0,0 +L 0.9,3.15,2.25,3.15 +L 3.15,3.15,4.5,3.15 + +[0079] y +PL 3.15,0.45,0,1.8,1.35,0,1.8,5.4,0,0.9,6.3,0,0,5.4,0,0.45,5.4,0,0.9,4.95,0,0.9,0.9,0,2.25,0,0,4.5,0.9,0 +PL 0.9,5.85,0,1.35,5.4,0,1.35,0.9,0,2.25,0.45,0 +PLC 5.85,5.4,0,5.4,4.95,0,5.4,-0.9,0,4.95,-1.8,0,4.5,-2.25,0,3.6,-2.7,0,4.05,-2.25,0,4.5,-1.35,0,4.5,4.95,0,4.05,5.4,0,4.95,6.3,0 +PL 3.6,-2.7,0,2.7,-2.7,0,1.8,-2.25,0,0.9,-2.7,0,1.8,-3.15,0,2.7,-2.7,0 +PLC 5.4,5.4,0,4.95,5.85,0,4.5,5.4,0,4.95,4.95,0 +PL 4.95,4.95,0,4.95,-1.35,0,4.5,-1.8,0 +L 2.25,-2.7,1.35,-2.7 + +[007a] z +PLC 0.9,4.95,0,0.9,5.4,0,2.25,5.85,0 +PL 3.15,3.15,0,3.6,3.6,0,3.6,4.95,0,2.25,5.85,0,3.15,6.3,0,4.5,5.4,0,4.5,3.6,0,2.25,2.7,0,4.5,1.8,0,4.5,-0.9,0,4.05,-1.8,0,3.6,-2.25,0,2.7,-2.7,0,1.8,-2.7,0,0.9,-2.25,0,0,-2.7,0,0.9,-3.15,0,1.8,-2.7,0 +PL 3.15,5.85,0,4.05,5.4,0,4.05,3.6,0 +PL 4.05,1.8,0,4.05,-1.35,0,3.6,-1.8,0 +L 1.35,-2.7,0.45,-2.7 +PL 3.15,2.25,0,3.6,1.8,0,3.6,-1.35,0,3.15,-2.25,0,2.7,-2.7,0 + +[007b] { +PL 2.25,11.25,0,1.35,10.8,0,0.9,10.35,0,0.45,9.45,0,0.45,8.55,0,0.9,7.65,0,1.35,7.2,0,1.8,6.3,0,1.8,5.4,0,0.9,4.5,0 +PL 1.35,10.8,0,0.9,9.9,0,0.9,9,0,1.35,8.1,0,1.8,7.65,0,2.25,6.75,0,2.25,5.85,0,1.8,4.95,0,0,4.05,0,1.8,3.15,0,2.25,2.25,0,2.25,1.35,0,1.8,0.45,0,1.35,0,0,0.9,-0.9,0,0.9,-1.8,0,1.35,-2.7,0,0.9,-2.25,0,0.45,-1.35,0,0.45,-0.45,0,0.9,0.45,0,1.35,0.9,0,1.8,1.8,0,1.8,2.7,0,0.9,3.6,0 +L 1.35,-2.7,2.25,-3.15 + +[007c] | +L 0,11.25,0,-3.15 + +[007d] } +PL 0,11.25,0,0.9,10.8,0,1.35,10.35,0,1.8,9.45,0,1.8,8.55,0,1.35,7.65,0,0.9,7.2,0,0.45,6.3,0,0.45,5.4,0,1.35,4.5,0 +PL 0.9,10.8,0,1.35,9.9,0,1.35,9,0,0.9,8.1,0,0.45,7.65,0,0,6.75,0,0,5.85,0,0.45,4.95,0,2.25,4.05,0,0.45,3.15,0,0,2.25,0,0,1.35,0,0.45,0.45,0,0.9,0,0,1.35,-0.9,0,1.35,-1.8,0,0.9,-2.7,0,1.35,-2.25,0,1.8,-1.35,0,1.8,-0.45,0,1.35,0.45,0,0.9,0.9,0,0.45,1.8,0,0.45,2.7,0,1.35,3.6,0 +L 0.9,-2.7,0,-3.15 diff --git a/assets/fonts/GreekC.cxf b/assets/fonts/GreekC.cxf new file mode 100644 index 00000000..4bb9c4e5 --- /dev/null +++ b/assets/fonts/GreekC.cxf @@ -0,0 +1,505 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Greek Complex +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts + +[0021] ! +PLC 0,8.1431,0,0.4286,3.0001,0,0.8572,8.1431,0,0.4286,9.0002,0 +L 0.4286,8.1431,0.4286,5.5716 +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[0022] " +PLC 0,5.5716,0,0.4286,5.143,0,0.8572,5.5716,0,0.4286,6.0001,0 +PL 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[0023] # +L 3.4287,9.0002,0.4286,-3.0001 +L 6.0001,9.0002,3.0001,-3.0001 +L 0.4286,4.2858,6.4287,4.2858 +L 0,1.7143,6.0001,1.7143 + +[0024] $ +L 2.1429,10.7145,2.1429,-1.7143 +L 3.8572,10.7145,3.8572,-1.7143 +PL 5.5716,7.7145,0,5.143,7.2859,0,5.5716,6.8573,0,6.0001,7.2859,0,6.0001,7.7145,0,5.143,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0,0.8572,8.5716,0,0,7.7145,0,0,6.8573,0,0.4286,6.0001,0,0.8572,5.5716,0,1.7143,5.143,0,4.2858,4.2858,0,5.143,3.8572,0,6.0001,3.0001,0,5.5716,3.8572,0,5.143,4.2858,0,4.2858,4.7144,0,1.7143,5.5716,0,0.8572,6.0001,0,0,6.8573,0 +PL 6.0001,3.0001,0,6.0001,1.2857,0,5.143,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0,1.2857,0,0,1.7143,0,0.4286,2.1429,0,0.8572,1.7143,0,0.4286,1.2857,0 + +[0025] % +PL 2.1429,9.0002,0,1.2857,9.0002,0,0.4286,8.5716,0,0,7.7145,0,0,6.8573,0,0.8572,6.0001,0,1.7143,6.0001,0,2.5715,6.4287,0,3.0001,7.2859,0,3.0001,8.1431,0,2.1429,9.0002,0,3.0001,8.5716,0,4.2858,8.1431,0,5.5716,8.1431,0,6.8573,8.5716,0,7.7145,9.0002,0,0,0,0 +PLC 5.143,2.5715,0,4.7144,1.7143,0,4.7144,0.8572,0,5.5716,0,0,6.4287,0,0,7.2859,0.4286,0,7.7145,1.2857,0,7.7145,2.1429,0,6.8573,3.0001,0,6.0001,3.0001,0 + +[0026] & +PL 7.7145,5.5716,0,7.2859,5.143,0,7.7145,4.7144,0,8.1431,5.143,0,8.1431,5.5716,0,7.7145,6.0001,0,7.2859,6.0001,0,6.8573,5.5716,0,6.4287,4.7144,0,5.5716,2.5715,0,4.7144,1.2857,0,3.8572,0.4286,0,3.0001,0,0,1.7143,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.5715,0,0.4286,3.4287,0,3.0001,5.143,0,3.8572,6.0001,0,4.2858,6.8573,0,4.2858,7.7145,0,3.8572,8.5716,0,3.0001,9.0002,0,2.1429,8.5716,0,1.7143,7.7145,0,1.7143,6.8573,0,2.1429,5.5716,0,3.0001,4.2858,0,5.143,1.2857,0,6.0001,0.4286,0,7.2859,0,0,7.7145,0,0,8.1431,0.4286,0,8.1431,0.8572,0 +PL 1.7143,0,0,0.8572,0.4286,0,0.4286,1.2857,0,0.4286,2.5715,0,0.8572,3.4287,0,1.7143,4.2858,0 +PL 1.7143,6.8573,0,2.1429,6.0001,0,5.5716,1.2857,0,6.4287,0.4286,0,7.2859,0,0 + +[0027] ' +PL 0.4286,8.1431,0,0,8.5716,0,0.4286,9.0002,0,0.8572,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,6.4287,0 + +[0028] ( +PL 3.0001,10.7145,0,2.1429,9.8574,0,1.2857,8.5716,0,0.4286,6.8573,0,0,4.7144,0,0,3.0001,0,0.4286,0.8572,0,1.2857,-0.8572,0,2.1429,-2.1429,0,3.0001,-3.0001,0 +PL 2.1429,9.8574,0,1.2857,8.1431,0,0.8572,6.8573,0,0.4286,4.7144,0,0.4286,3.0001,0,0.8572,0.8572,0,1.2857,-0.4286,0,2.1429,-2.1429,0 + +[0029] ) +PL 0,10.7145,0,0.8572,9.8574,0,1.7143,8.5716,0,2.5715,6.8573,0,3.0001,4.7144,0,3.0001,3.0001,0,2.5715,0.8572,0,1.7143,-0.8572,0,0.8572,-2.1429,0,0,-3.0001,0 +PL 0.8572,9.8574,0,1.7143,8.1431,0,2.1429,6.8573,0,2.5715,4.7144,0,2.5715,3.0001,0,2.1429,0.8572,0,1.7143,-0.4286,0,0.8572,-2.1429,0 + +[002a] * +L 2.1429,9.0002,2.1429,3.8572 +L 0,7.7145,4.2858,5.143 +L 4.2858,7.7145,0,5.143 + +[002b] + +L 3.8572,7.7145,3.8572,0 +L 0,3.8572,7.7145,3.8572 + +[002c] , +PL 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[002d] - +L 0,3.8572,7.7145,3.8572 + +[002e] . +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[002f] / +L 7.7145,10.7145,0,-3.0001 + +[0030] 0 +PLC 1.2857,8.5716,0,0.4286,7.2859,0,0,5.143,0,0,3.8572,0,0.4286,1.7143,0,1.2857,0.4286,0,2.5715,0,0,3.4287,0,0,4.7144,0.4286,0,5.5716,1.7143,0,6.0001,3.8572,0,6.0001,5.143,0,5.5716,7.2859,0,4.7144,8.5716,0,3.4287,9.0002,0,2.5715,9.0002,0 +PL 2.5715,9.0002,0,1.7143,8.5716,0,1.2857,8.1431,0,0.8572,7.2859,0,0.4286,5.143,0,0.4286,3.8572,0,0.8572,1.7143,0,1.2857,0.8572,0,1.7143,0.4286,0,2.5715,0,0 +PL 3.4287,0,0,4.2858,0.4286,0,4.7144,0.8572,0,5.143,1.7143,0,5.5716,3.8572,0,5.5716,5.143,0,5.143,7.2859,0,4.7144,8.1431,0,4.2858,8.5716,0,3.4287,9.0002,0 + +[0031] 1 +PL 0,7.2859,0,0.8572,7.7145,0,2.1429,9.0002,0,2.1429,0,0 +L 1.7143,8.5716,1.7143,0 +L 0,0,3.8572,0 + +[0032] 2 +PL 0.4286,7.2859,0,0.8572,6.8573,0,0.4286,6.4287,0,0,6.8573,0,0,7.2859,0,0.4286,8.1431,0,0.8572,8.5716,0,2.1429,9.0002,0,3.8572,9.0002,0,5.143,8.5716,0,5.5716,8.1431,0,6.0001,7.2859,0,6.0001,6.4287,0,5.5716,5.5716,0,4.2858,4.7144,0,2.1429,3.8572,0,1.2857,3.4287,0,0.4286,2.5715,0,0,1.2857,0,0,0,0 +PL 3.8572,9.0002,0,4.7144,8.5716,0,5.143,8.1431,0,5.5716,7.2859,0,5.5716,6.4287,0,5.143,5.5716,0,3.8572,4.7144,0,2.1429,3.8572,0 +PL 0,0.8572,0,0.4286,1.2857,0,1.2857,1.2857,0,3.4287,0.4286,0,4.7144,0.4286,0,5.5716,0.8572,0,6.0001,1.2857,0,5.5716,0.4286,0,5.143,0,0,3.4287,0,0,1.2857,1.2857,0 +L 6.0001,1.2857,6.0001,2.1429 + +[0033] 3 +PL 0.4286,7.2859,0,0.8572,6.8573,0,0.4286,6.4287,0,0,6.8573,0,0,7.2859,0,0.4286,8.1431,0,0.8572,8.5716,0,2.1429,9.0002,0,3.8572,9.0002,0,5.143,8.5716,0,5.5716,7.7145,0,5.5716,6.4287,0,5.143,5.5716,0,3.8572,5.143,0,2.5715,5.143,0 +PL 3.8572,9.0002,0,4.7144,8.5716,0,5.143,7.7145,0,5.143,6.4287,0,4.7144,5.5716,0,3.8572,5.143,0,4.7144,4.7144,0,5.5716,3.8572,0,6.0001,3.0001,0,6.0001,1.7143,0,5.5716,0.8572,0,5.143,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,2.1429,0,0.4286,2.5715,0,0.8572,2.1429,0,0.4286,1.7143,0 +PL 5.143,4.2858,0,5.5716,3.0001,0,5.5716,1.7143,0,5.143,0.8572,0,4.7144,0.4286,0,3.8572,0,0 + +[0034] 4 +L 4.2858,8.1431,4.2858,0 +PL 6.8573,2.5715,0,0,2.5715,0,4.7144,9.0002,0,4.7144,0,0 +L 3.0001,0,6.0001,0 + +[0035] 5 +PL 0.8572,8.5716,0,3.0001,8.5716,0,5.143,9.0002,0,0.8572,9.0002,0,0,4.7144,0,0.8572,5.5716,0,2.1429,6.0001,0,3.4287,6.0001,0,4.7144,5.5716,0,5.5716,4.7144,0,6.0001,3.4287,0,6.0001,2.5715,0,5.5716,1.2857,0,4.7144,0.4286,0,3.4287,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,2.1429,0,0.4286,2.5715,0,0.8572,2.1429,0,0.4286,1.7143,0 +PL 3.4287,6.0001,0,4.2858,5.5716,0,5.143,4.7144,0,5.5716,3.4287,0,5.5716,2.5715,0,5.143,1.2857,0,4.2858,0.4286,0,3.4287,0,0 + +[0036] 6 +PL 5.143,7.7145,0,4.7144,7.2859,0,5.143,6.8573,0,5.5716,7.2859,0,5.5716,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,3.0001,9.0002,0,1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.143,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4287,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.0001,2.5715,0,6.0001,3.0001,0,5.5716,4.2858,0,4.7144,5.143,0,3.4287,5.5716,0,3.0001,5.5716,0,1.7143,5.143,0,0.8572,4.2858,0,0.4286,3.0001,0 +PL 3.0001,9.0002,0,2.1429,8.5716,0,1.2857,7.7145,0,0.8572,6.8573,0,0.4286,5.143,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 +PL 3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0,5.5716,2.5715,0,5.5716,3.0001,0,5.143,4.2858,0,4.2858,5.143,0,3.4287,5.5716,0 + +[0037] 7 +L 0,9.0002,0,6.4287 +PL 0,7.2859,0,0.4286,8.1431,0,1.2857,9.0002,0,2.1429,9.0002,0,4.2858,7.7145,0,5.143,7.7145,0,5.5716,8.1431,0,6.0001,9.0002,0,6.0001,7.7145,0,5.5716,6.4287,0,3.8572,4.2858,0,3.4287,3.4287,0,3.0001,2.1429,0,3.0001,0,0 +PL 0.4286,8.1431,0,1.2857,8.5716,0,2.1429,8.5716,0,4.2858,7.7145,0 +PL 5.5716,6.4287,0,3.4287,4.2858,0,3.0001,3.4287,0,2.5715,2.1429,0,2.5715,0,0 + +[0038] 8 +PLC 0.8572,8.5716,0,0.4286,7.7145,0,0.4286,6.4287,0,0.8572,5.5716,0,2.1429,5.143,0,3.8572,5.143,0,5.143,5.5716,0,5.5716,6.4287,0,5.5716,7.7145,0,5.143,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0 +PL 2.1429,9.0002,0,1.2857,8.5716,0,0.8572,7.7145,0,0.8572,6.4287,0,1.2857,5.5716,0,2.1429,5.143,0,0.8572,4.7144,0,0.4286,4.2858,0,0,3.4287,0,0,1.7143,0,0.4286,0.8572,0,0.8572,0.4286,0,2.1429,0,0,3.8572,0,0,5.143,0.4286,0,5.5716,0.8572,0,6.0001,1.7143,0,6.0001,3.4287,0,5.5716,4.2858,0,5.143,4.7144,0,3.8572,5.143,0,4.7144,5.5716,0,5.143,6.4287,0,5.143,7.7145,0,4.7144,8.5716,0,3.8572,9.0002,0 +PL 2.1429,5.143,0,1.2857,4.7144,0,0.8572,4.2858,0,0.4286,3.4287,0,0.4286,1.7143,0,0.8572,0.8572,0,1.2857,0.4286,0,2.1429,0,0 +PL 3.8572,0,0,4.7144,0.4286,0,5.143,0.8572,0,5.5716,1.7143,0,5.5716,3.4287,0,5.143,4.2858,0,4.7144,4.7144,0,3.8572,5.143,0 + +[0039] 9 +PL 5.5716,6.0001,0,5.143,4.7144,0,4.2858,3.8572,0,3.0001,3.4287,0,2.5715,3.4287,0,1.2857,3.8572,0,0.4286,4.7144,0,0,6.0001,0,0,6.4287,0,0.4286,7.7145,0,1.2857,8.5716,0,2.5715,9.0002,0,3.4287,9.0002,0,4.7144,8.5716,0,5.5716,7.7145,0,6.0001,6.4287,0,6.0001,3.8572,0,5.5716,2.1429,0,5.143,1.2857,0,4.2858,0.4286,0,3.0001,0,0,1.7143,0,0,0.8572,0.4286,0,0.4286,1.2857,0,0.4286,1.7143,0,0.8572,2.1429,0,1.2857,1.7143,0,0.8572,1.2857,0 +PL 2.5715,3.4287,0,1.7143,3.8572,0,0.8572,4.7144,0,0.4286,6.0001,0,0.4286,6.4287,0,0.8572,7.7145,0,1.7143,8.5716,0,2.5715,9.0002,0 +PL 3.4287,9.0002,0,4.2858,8.5716,0,5.143,7.7145,0,5.5716,6.4287,0,5.5716,3.8572,0,5.143,2.1429,0,4.7144,1.2857,0,3.8572,0.4286,0,3.0001,0,0 + +[003a] : +PLC 0,5.5716,0,0.4286,5.143,0,0.8572,5.5716,0,0.4286,6.0001,0 +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[003b] ; +PLC 0,5.5716,0,0.4286,5.143,0,0.8572,5.5716,0,0.4286,6.0001,0 +PL 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[003c] < +PL 6.8573,7.7145,0,0,3.8572,0,6.8573,0,0 + +[003d] = +L 0,5.143,7.7145,5.143 +L 0,2.5715,7.7145,2.5715 + +[003e] > +PL 0,7.7145,0,6.8573,3.8572,0,0,0,0 + +[003f] ? +PL 0.4286,7.2859,0,0.8572,6.8573,0,0.4286,6.4287,0,0,6.8573,0,0,7.2859,0,0.4286,8.1431,0,0.8572,8.5716,0,1.7143,9.0002,0,3.0001,9.0002,0,4.2858,8.5716,0,4.7144,8.1431,0,5.143,7.2859,0,5.143,6.4287,0,4.7144,5.5716,0,4.2858,5.143,0,2.5715,4.2858,0,2.5715,3.0001,0 +PL 3.0001,9.0002,0,3.8572,8.5716,0,4.2858,8.1431,0,4.7144,7.2859,0,4.7144,6.4287,0,4.2858,5.5716,0,3.4287,4.7144,0 +PLC 2.1429,0.4286,0,2.5715,0,0,3.0001,0.4286,0,2.5715,0.8572,0 + +[0040] @ +PL 6.4287,5.5716,0,6.0001,6.4287,0,5.143,6.8573,0,3.8572,6.8573,0,3.0001,6.4287,0,2.5715,6.0001,0,2.1429,4.7144,0,2.1429,3.4287,0,2.5715,2.5715,0,3.4287,2.1429,0,4.7144,2.1429,0,5.5716,2.5715,0,6.0001,3.4287,0,6.4287,6.8573,0 +PL 3.8572,6.8573,0,3.0001,6.0001,0,2.5715,4.7144,0,2.5715,3.4287,0,3.0001,2.5715,0,3.4287,2.1429,0 +PL 6.0001,3.4287,0,6.0001,2.5715,0,6.8573,2.1429,0,7.7145,2.1429,0,8.5716,3.0001,0,9.0002,4.2858,0,9.0002,5.143,0,8.5716,6.4287,0,8.1431,7.2859,0,7.2859,8.1431,0,6.4287,8.5716,0,5.143,9.0002,0,3.8572,9.0002,0,2.5715,8.5716,0,1.7143,8.1431,0,0.8572,7.2859,0,0.4286,6.4287,0,0,5.143,0,0,3.8572,0,0.4286,2.5715,0,0.8572,1.7143,0,1.7143,0.8572,0,2.5715,0.4286,0,3.8572,0,0,5.143,0,0,6.4287,0.4286,0,7.2859,0.8572,0,7.7145,1.2857,0 +PL 6.8573,6.8573,0,6.4287,3.4287,0,6.4287,2.5715,0,6.8573,2.1429,0 + +[0041] A +PL 6.8573,0,0,3.8572,9.0002,0,0.8572,0,0 +L 3.8572,7.7145,6.4287,0 +L 1.7143,2.5715,5.5716,2.5715 +L 0,0,2.5715,0 +L 5.143,0,7.7145,0 + +[0042] B +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +PL 0,9.0002,0,5.143,9.0002,0,6.4287,8.5716,0,6.8573,8.1431,0,7.2859,7.2859,0,7.2859,6.4287,0,6.8573,5.5716,0,6.4287,5.143,0,5.143,4.7144,0,6.0001,5.143,0,6.4287,5.5716,0,6.8573,6.4287,0,6.8573,7.2859,0,6.4287,8.1431,0,6.0001,8.5716,0,5.143,9.0002,0 +PL 1.7143,4.7144,0,5.143,4.7144,0,6.4287,4.2858,0,6.8573,3.8572,0,7.2859,3.0001,0,7.2859,1.7143,0,6.8573,0.8572,0,6.4287,0.4286,0,5.143,0,0,0,0,0 +PL 5.143,4.7144,0,6.0001,4.2858,0,6.4287,3.8572,0,6.8573,3.0001,0,6.8573,1.7143,0,6.4287,0.8572,0,6.0001,0.4286,0,5.143,0,0 + +[0043] C +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +PL 0,9.0002,0,6.4287,9.0002,0,6.4287,6.4287,0,6.0001,9.0002,0 +L 0,0,3.0001,0 + +[0044] D +PLC 0,0,0,6.8573,0,0,3.4287,9.0002,0 +L 3.4287,7.7145,6.4287,0 +L 0.4286,0.4286,6.4287,0.4286 + +[0045] E +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 4.2858,6.4287,4.2858,3.0001 +PL 0,9.0002,0,6.8573,9.0002,0,6.8573,6.4287,0,6.4287,9.0002,0 +L 1.7143,4.7144,4.2858,4.7144 +PL 0,0,0,6.8573,0,0,6.8573,2.5715,0,6.4287,0,0 + +[0046] F +PL 5.5716,9.0002,0,0,0,0,6.0001,0,0,6.0001,2.5715,0,5.5716,0,0 +PL 0.4286,9.0002,0,0,6.4287,0,0,9.0002,0,6.0001,9.0002,0,0.4286,0,0 + +[0047] G +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 6.8573,9.0002,6.8573,0 +L 7.2859,9.0002,7.2859,0 +L 0,9.0002,3.0001,9.0002 +L 5.5716,9.0002,8.5716,9.0002 +L 1.7143,4.7144,6.8573,4.7144 +L 0,0,3.0001,0 +L 5.5716,0,8.5716,0 + +[0048] H +PLC 1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.143,0,0,3.8572,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,3.0001,0,0,3.8572,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.8572,0,6.8573,5.143,0,6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,3.8572,9.0002,0,3.0001,9.0002,0 +PL 3.0001,9.0002,0,2.1429,8.5716,0,1.2857,7.7145,0,0.8572,6.8573,0,0.4286,5.143,0,0.4286,3.8572,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3.0001,0,0 +PL 3.8572,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.0001,2.1429,0,6.4287,3.8572,0,6.4287,5.143,0,6.0001,6.8573,0,5.5716,7.7145,0,4.7144,8.5716,0,3.8572,9.0002,0 +L 2.1429,6.0001,2.1429,3.0001 +L 4.7144,6.0001,4.7144,3.0001 +L 2.1429,4.7144,4.7144,4.7144 +L 2.1429,4.2858,4.7144,4.2858 + +[0049] I +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 0,9.0002,3.0001,9.0002 +L 0,0,3.0001,0 + +[004a] J +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 7.2859,9.0002,1.7143,3.4287 +L 3.8572,5.143,7.2859,0 +L 3.4287,5.143,6.8573,0 +L 0,9.0002,3.0001,9.0002 +L 5.5716,9.0002,8.1431,9.0002 +L 0,0,3.0001,0 +L 5.5716,0,8.1431,0 + +[004b] K +PL 6.8573,0,0,3.8572,9.0002,0,0.8572,0,0 +L 3.8572,7.7145,6.4287,0 +L 0,0,2.5715,0 +L 5.143,0,7.7145,0 + +[004c] L +PL 7.2859,0,0,7.2859,9.0002,0,4.2858,0,0,1.2857,9.0002,0,1.2857,0,0 +PL 0,9.0002,0,1.7143,9.0002,0,4.2858,1.2857,0 +L 7.7145,9.0002,7.7145,0 +L 7.2859,9.0002,9.0002,9.0002 +L 0,0,2.5715,0 +L 6.0001,0,9.0002,0 + +[004d] M +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,6.8573,0.8572,0 +PL 1.7143,8.1431,0,6.8573,0,0,6.8573,9.0002,0 +L 5.5716,9.0002,8.1431,9.0002 +L 0,0,2.5715,0 + +[004e] N +L 0.4286,9.4288,0,7.2859 +L 6.8573,9.4288,6.4287,7.2859 +L 2.1429,5.5716,1.7143,3.4287 +L 5.143,5.5716,4.7144,3.4287 +L 0.4286,1.7143,0,-0.4286 +L 6.8573,1.7143,6.4287,-0.4286 +L 0.4286,8.5716,6.4287,8.5716 +L 0.4286,8.1431,6.4287,8.1431 +L 2.1429,4.7144,4.7144,4.7144 +L 2.1429,4.2858,4.7144,4.2858 +L 0.4286,0.8572,6.4287,0.8572 +L 0.4286,0.4286,6.4287,0.4286 + +[004f] O +PLC 1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.143,0,0,3.8572,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,3.0001,0,0,3.8572,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.8572,0,6.8573,5.143,0,6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,3.8572,9.0002,0,3.0001,9.0002,0 +PL 3.0001,9.0002,0,2.1429,8.5716,0,1.2857,7.7145,0,0.8572,6.8573,0,0.4286,5.143,0,0.4286,3.8572,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3.0001,0,0 +PL 3.8572,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.0001,2.1429,0,6.4287,3.8572,0,6.4287,5.143,0,6.0001,6.8573,0,5.5716,7.7145,0,4.7144,8.5716,0,3.8572,9.0002,0 + +[0050] P +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 6.8573,9.0002,6.8573,0 +L 7.2859,9.0002,7.2859,0 +L 0,9.0002,8.5716,9.0002 +L 0,0,3.0001,0 +L 5.5716,0,8.5716,0 + +[0051] Q +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +PL 0,9.0002,0,5.143,9.0002,0,6.4287,8.5716,0,6.8573,8.1431,0,7.2859,7.2859,0,7.2859,6.0001,0,6.8573,5.143,0,6.4287,4.7144,0,5.143,4.2858,0,1.7143,4.2858,0 +PL 5.143,9.0002,0,6.0001,8.5716,0,6.4287,8.1431,0,6.8573,7.2859,0,6.8573,6.0001,0,6.4287,5.143,0,6.0001,4.7144,0,5.143,4.2858,0 +L 0,0,3.0001,0 + +[0052] R +PL 0.4286,9.0002,0,3.4287,4.7144,0,0,0,0,6.4287,0,0,6.8573,2.5715,0,6.0001,0,0 +PL 6.0001,9.0002,0,6.8573,6.4287,0,6.4287,9.0002,0,0,9.0002,0,3.0001,4.7144,0 +L 0.4286,0.4286,6.0001,0.4286 + +[0053] S +L 3.0001,9.0002,3.0001,0 +L 3.4287,9.0002,3.4287,0 +PL 0.4286,9.0002,0,0,6.4287,0,0,9.0002,0,6.4287,9.0002,0,6.4287,6.4287,0,6.0001,9.0002,0 +L 1.7143,0,4.7144,0 + +[0054] T +PL 0,6.8573,0,0,7.7145,0,0.4286,8.5716,0,0.8572,9.0002,0,1.7143,9.0002,0,2.1429,8.5716,0,2.5715,7.7145,0,3.0001,6.0001,0,3.0001,0,0 +PL 0,7.7145,0,0.8572,8.5716,0,1.7143,8.5716,0,2.5715,7.7145,0 +PL 6.4287,6.8573,0,6.4287,7.7145,0,6.0001,8.5716,0,5.5716,9.0002,0,4.7144,9.0002,0,4.2858,8.5716,0,3.8572,7.7145,0,3.4287,6.0001,0,3.4287,0,0 +PL 6.4287,7.7145,0,5.5716,8.5716,0,4.7144,8.5716,0,3.8572,7.7145,0 +L 1.7143,0,4.7144,0 + +[0055] U +L 3.0001,9.0002,3.0001,0 +L 3.4287,9.0002,3.4287,0 +PLC 0.8572,6.4287,0,0.4286,6.0001,0,0,5.143,0,0,3.8572,0,0.4286,3.0001,0,0.8572,2.5715,0,2.1429,2.1429,0,4.2858,2.1429,0,5.5716,2.5715,0,6.0001,3.0001,0,6.4287,3.8572,0,6.4287,5.143,0,6.0001,6.0001,0,5.5716,6.4287,0,4.2858,6.8573,0,2.1429,6.8573,0 +PL 2.1429,6.8573,0,1.2857,6.4287,0,0.8572,6.0001,0,0.4286,5.143,0,0.4286,3.8572,0,0.8572,3.0001,0,1.2857,2.5715,0,2.1429,2.1429,0 +PL 4.2858,2.1429,0,5.143,2.5715,0,5.5716,3.0001,0,6.0001,3.8572,0,6.0001,5.143,0,5.5716,6.0001,0,5.143,6.4287,0,4.2858,6.8573,0 +L 1.7143,9.0002,4.7144,9.0002 +L 1.7143,0,4.7144,0 + +[0056] V +L 0.8572,9.0002,6.4287,0 +L 1.2857,9.0002,6.8573,0 +L 6.8573,9.0002,0.8572,0 +L 0,9.0002,2.5715,9.0002 +L 5.143,9.0002,7.7145,9.0002 +L 0,0,2.5715,0 +L 5.143,0,7.7145,0 + +[0057] W +L 3.8572,9.0002,3.8572,0 +L 4.2858,9.0002,4.2858,0 +PL 0,6.0001,0,0.4286,6.4287,0,1.2857,6.0001,0,1.7143,4.2858,0,2.1429,3.4287,0,2.5715,3.0001,0,3.4287,2.5715,0,2.1429,3.0001,0,1.7143,3.4287,0,1.2857,4.2858,0,0.8572,6.0001,0,0.4286,6.4287,0 +PL 3.4287,2.5715,0,4.7144,2.5715,0,6.0001,3.0001,0,6.4287,3.4287,0,6.8573,4.2858,0,7.2859,6.0001,0,7.7145,6.4287,0,6.8573,6.0001,0,6.4287,4.2858,0,6.0001,3.4287,0,5.5716,3.0001,0,4.7144,2.5715,0 +L 7.7145,6.4287,8.1431,6.0001 +L 2.5715,9.0002,5.5716,9.0002 +L 2.5715,0,5.5716,0 + +[0058] X +PL 0,1.2857,0,0.4286,0,0,2.1429,0,0,1.2857,1.7143,0,0.4286,3.4287,0,0,4.7144,0,0,6.4287,0,0.4286,7.7145,0,1.2857,8.5716,0,2.5715,9.0002,0,4.2858,9.0002,0,5.5716,8.5716,0,6.4287,7.7145,0,6.8573,6.4287,0,6.8573,4.7144,0,6.4287,3.4287,0,5.5716,1.7143,0,4.7144,0,0,6.4287,0,0,6.8573,1.2857,0 +PL 1.2857,1.7143,0,0.8572,3.0001,0,0.4286,4.7144,0,0.4286,6.4287,0,0.8572,7.7145,0,1.7143,8.5716,0,2.5715,9.0002,0 +PL 4.2858,9.0002,0,5.143,8.5716,0,6.0001,7.7145,0,6.4287,6.4287,0,6.4287,4.7144,0,6.0001,3.0001,0,5.5716,1.7143,0 +L 0.4286,0.4286,1.7143,0.4286 +L 5.143,0.4286,6.4287,0.4286 + +[0059] Y + +[005a] Z + +[005b] [ +PL 3.0001,10.7145,0,0,10.7145,0,0,-3.0001,0,3.0001,-3.0001,0 +L 0.4286,10.7145,0.4286,-3.0001 + +[005c] \ +L 0,9.0002,6.0001,-1.2857 + +[005d] ] +L 2.5715,10.7145,2.5715,-3.0001 +PL 0,10.7145,0,3.0001,10.7145,0,3.0001,-3.0001,0,0,-3.0001,0 + +[005e] ^ +PL 1.2857,6.4287,0,2.1429,7.7145,0,3.0001,6.4287,0 +PL 0,5.143,0,2.1429,7.2859,0,4.2858,5.143,0 +L 2.1429,7.2859,2.1429,0 + +[005f] _ +L 0,-0.8572,6.8573,-0.8572 + +[0060] ` +PL 0.8572,9.0002,0,0.4286,8.5716,0,0,7.7145,0,0,6.8573,0,0.4286,6.4287,0,0.8572,6.8573,0,0.4286,7.2859,0 + +[0061] a +PLC 1.7143,5.5716,0,0.8572,4.7144,0,0.4286,3.8572,0,0,2.5715,0,0,1.2857,0,0.4286,0.4286,0,1.7143,0,0,0.8572,0.4286,0,0.4286,1.2857,0,0.4286,2.5715,0,0.8572,3.8572,0,1.2857,4.7144,0,2.1429,5.5716,0,3.0001,6.0001,0 +PL 1.7143,0,0,2.5715,0,0,3.4287,0.4286,0,4.7144,1.7143,0,5.5716,3.0001,0,6.4287,4.7144,0,6.8573,6.0001,0 +PL 3.0001,6.0001,0,3.8572,6.0001,0,4.7144,5.5716,0,5.143,4.7144,0,6.0001,1.2857,0,6.4287,0.4286,0,6.8573,0,0,6.0001,0.4286,0,5.5716,1.2857,0,4.7144,4.7144,0,4.2858,5.5716,0,3.8572,6.0001,0 +L 6.8573,0,7.2859,0 + +[0062] b +PL 0.4286,-3.0001,0,0.8572,0.4286,0,1.2857,3.0001,0,1.7143,4.7144,0,2.1429,6.0001,0,3.0001,7.7145,0,3.8572,8.5716,0,4.7144,9.0002,0,3.4287,8.5716,0,2.5715,7.7145,0,1.7143,6.0001,0,1.2857,4.7144,0,0.8572,3.0001,0,0.4286,0.4286,0,0,-3.0001,0 +PL 4.7144,9.0002,0,5.5716,9.0002,0,6.4287,8.5716,0,6.8573,8.1431,0,6.8573,6.8573,0,6.4287,6.0001,0,6.0001,5.5716,0,4.7144,5.143,0,3.0001,5.143,0,4.7144,4.7144,0,5.5716,3.8572,0,6.0001,3.0001,0,6.0001,1.7143,0,5.5716,0.8572,0,5.143,0.4286,0,3.8572,0,0,3.0001,0,0,2.1429,0.4286,0,1.7143,0.8572,0,1.2857,2.1429,0 +PL 5.5716,9.0002,0,6.4287,8.1431,0,6.4287,6.8573,0,6.0001,6.0001,0,5.5716,5.5716,0,4.7144,5.143,0 +PL 3.0001,5.143,0,4.2858,4.7144,0,5.143,3.8572,0,5.5716,3.0001,0,5.5716,1.7143,0,5.143,0.8572,0,4.7144,0.4286,0,3.8572,0,0 + +[0063] c +PL 0,4.7144,0,0.8572,5.5716,0,1.7143,6.0001,0,2.5715,6.0001,0,3.4287,5.5716,0,3.8572,5.143,0,4.2858,3.8572,0,4.2858,2.1429,0,3.8572,0.4286,0,2.5715,-3.0001,0 +PL 0.4286,5.143,0,1.2857,5.5716,0,3.0001,5.5716,0,3.8572,5.143,0 +PL 7.2859,6.0001,0,6.8573,4.7144,0,6.4287,3.8572,0,4.2858,0.8572,0,3.0001,-1.2857,0,2.1429,-3.0001,0 +PL 6.8573,6.0001,0,6.4287,4.7144,0,6.0001,3.8572,0,4.2858,0.8572,0 + +[0064] d +PLC 3.4287,6.0001,0,2.5715,6.0001,0,1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,1.7143,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.4287,0.4286,0,4.2858,1.7143,0,4.7144,3.0001,0,4.7144,4.7144,0,4.2858,5.5716,0 +PL 2.5715,0,0,3.8572,0.4286,0,4.7144,1.7143,0,5.143,3.0001,0,5.143,4.2858,0,4.7144,5.143,0,3.0001,7.2859,0,2.5715,8.1431,0,2.5715,9.0002,0,3.0001,9.4288,0,3.8572,9.4288,0,4.7144,9.0002,0,5.5716,8.1431,0,4.2858,9.0002,0,3.4287,9.0002,0,3.0001,8.5716,0,3.0001,7.7145,0,3.4287,6.8573,0,4.2858,5.5716,0 +PL 2.5715,6.0001,0,1.7143,5.5716,0,0.8572,4.2858,0,0.4286,3.0001,0,0.4286,1.2857,0,0.8572,0.4286,0 + +[0065] e +PL 5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,1.7143,6.0001,0,0.8572,5.5716,0,0.8572,4.7144,0,1.7143,3.8572,0,3.0001,3.4287,0,2.1429,3.8572,0,1.2857,4.7144,0,1.2857,5.5716,0,1.7143,6.0001,0 +PLC 0.8572,3.0001,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,1.7143,0,0,0.8572,0.4286,0,0.4286,1.2857,0,0.4286,2.1429,0,1.2857,3.0001,0,3.0001,3.4287,0 +PL 1.7143,0,0,3.0001,0,0,3.8572,0.4286,0,4.7144,1.2857,0 + +[0066] f +PL 3.4287,9.0002,0,2.5715,8.5716,0,2.1429,8.1431,0,2.1429,7.7145,0,2.5715,7.2859,0,3.8572,6.8573,0,6.0001,6.8573,0,6.0001,7.2859,0,4.7144,6.8573,0,3.0001,6.0001,0,1.7143,5.143,0,0.4286,3.8572,0,0,2.5715,0,0,1.7143,0,0.4286,0.8572,0,1.7143,0,0,3.0001,-0.8572,0,3.4287,-1.7143,0,3.4287,-2.5715,0,3.0001,-3.0001,0,2.1429,-3.0001,0,1.7143,-2.5715,0 +PL 3.8572,6.4287,0,2.1429,5.143,0,0.8572,3.8572,0,0.4286,2.5715,0,0.4286,1.7143,0,0.8572,0.8572,0,1.7143,0,0 + +[0067] g +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.5715,6.0001,0,3.0001,5.5716,0,3.0001,4.7144,0,2.5715,3.0001,0,1.7143,0,0 +PL 2.1429,6.0001,0,2.5715,5.5716,0,2.5715,4.7144,0,2.1429,3.0001,0,1.2857,0,0 +PL 2.5715,3.0001,0,3.4287,4.7144,0,4.2858,5.5716,0,5.143,6.0001,0,6.0001,6.0001,0,6.8573,5.5716,0,7.2859,5.143,0,7.2859,3.8572,0,6.8573,1.7143,0,5.5716,-3.0001,0 +PL 6.0001,6.0001,0,6.8573,5.143,0,6.8573,3.8572,0,6.4287,1.7143,0,5.143,-3.0001,0 + +[0068] h +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.5715,6.0001,0,3.0001,5.5716,0,3.0001,4.7144,0,2.5715,2.5715,0,2.5715,1.2857,0,3.0001,0.4286,0,3.4287,0,0,2.5715,0.4286,0,2.1429,1.2857,0,2.1429,2.5715,0,2.5715,4.7144,0,2.5715,5.5716,0,2.1429,6.0001,0 +PL 3.4287,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.8573,2.5715,0,7.2859,3.8572,0,7.7145,6.0001,0,7.7145,7.7145,0,7.2859,8.5716,0,6.4287,9.0002,0,5.5716,9.0002,0,4.7144,8.1431,0,4.7144,7.2859,0,5.143,6.0001,0,6.0001,4.7144,0,6.8573,3.8572,0,8.1431,3.0001,0 +PL 5.143,0.4286,0,6.0001,1.7143,0,6.4287,2.5715,0,6.8573,3.8572,0,7.2859,6.0001,0,7.2859,7.7145,0,6.8573,8.5716,0,6.4287,9.0002,0 + +[0069] i +PL 1.2857,6.0001,0,0.4286,3.0001,0,0,1.2857,0,0,0.4286,0,0.4286,0,0,1.7143,0,0,2.5715,0.8572,0,3.0001,1.7143,0 +PL 1.7143,6.0001,0,0.8572,3.0001,0,0.4286,1.2857,0,0.4286,0.4286,0,0.8572,0,0 + +[006a] j +L 1.7143,6.0001,0,0 +L 2.1429,6.0001,0.4286,0 +PL 6.0001,6.0001,0,6.4287,5.5716,0,6.8573,5.5716,0,6.4287,6.0001,0,5.5716,6.0001,0,4.7144,5.5716,0,3.0001,3.8572,0,2.1429,3.4287,0,1.2857,3.4287,0 +PL 6.4287,1.7143,0,5.5716,0.4286,0,4.7144,0,0,3.8572,0,0,3.4287,0.4286,0,2.5715,3.0001,0,2.1429,3.4287,0,3.0001,3.0001,0,3.8572,0.4286,0,4.2858,0,0 + +[006b] k +PL 0.4286,9.0002,0,1.2857,9.0002,0,2.1429,8.5716,0,2.5715,8.1431,0,3.0001,7.2859,0,5.5716,1.2857,0,6.0001,0.4286,0,6.4287,0,0,5.5716,0.4286,0,5.143,1.2857,0,2.5715,7.2859,0,2.1429,8.1431,0,1.2857,9.0002,0 +L 6.4287,0,6.8573,0 +PL 0.4286,0,0,3.4287,6.0001,0,0,0,0 + +[006c] l +L 2.5715,6.0001,0,-3.0001 +L 3.0001,6.0001,0.4286,-3.0001 +PL 2.5715,4.7144,0,2.1429,2.1429,0,2.1429,0.8572,0,3.0001,0,0,3.8572,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.4287,2.5715,0 +PL 7.2859,6.0001,0,6.0001,1.2857,0,6.0001,0.4286,0,6.4287,0,0,7.7145,0,0,8.5716,0.8572,0,9.0002,1.7143,0 +PL 7.7145,6.0001,0,6.4287,1.2857,0,6.4287,0.4286,0,6.8573,0,0 + +[006d] m +PL 1.2857,6.0001,0,0.4286,0,0,0.8572,1.2857,0,1.2857,3.4287,0,1.7143,6.0001,0,0,6.0001,0 +PL 6.0001,6.0001,0,5.5716,4.2858,0,4.7144,2.5715,0,5.5716,3.8572,0,6.0001,4.7144,0,6.4287,6.0001,0 +PL 4.7144,2.5715,0,3.8572,1.7143,0,2.5715,0.8572,0,1.7143,0.4286,0,0.4286,0,0 + +[006e] n +PL 3.4287,9.0002,0,2.5715,8.5716,0,2.1429,8.1431,0,2.1429,7.7145,0,2.5715,7.2859,0,3.8572,6.8573,0,5.143,6.8573,0 +PLC 2.1429,6.4287,0,1.2857,6.0001,0,0.8572,5.143,0,0.8572,4.2858,0,1.7143,3.4287,0,3.0001,3.0001,0,2.1429,3.4287,0,1.2857,4.2858,0,1.2857,5.143,0,1.7143,6.0001,0,2.5715,6.4287,0,3.8572,6.8573,0 +PL 1.7143,-3.0001,0,2.5715,-3.0001,0,3.4287,-2.5715,0,3.4287,-1.7143,0,3.0001,-1.2857,0,0.8572,-0.4286,0,0,0.4286,0,0,1.2857,0,0.4286,2.1429,0,1.2857,2.5715,0,3.0001,3.0001,0,4.2858,3.0001,0 +PL 3.0001,3.0001,0,1.7143,2.5715,0,0.8572,2.1429,0,0.4286,1.2857,0,0.4286,0.4286,0,1.2857,-0.4286,0,3.0001,-1.2857,0 + +[006f] o +PLC 1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,1.7143,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.8572,0.4286,0,4.7144,1.7143,0,5.143,3.0001,0,5.143,4.2858,0,4.7144,5.143,0,4.2858,5.5716,0,3.4287,6.0001,0,2.5715,6.0001,0 +PL 2.5715,6.0001,0,1.7143,5.5716,0,0.8572,4.2858,0,0.4286,3.0001,0,0.4286,1.2857,0,0.8572,0.4286,0 +PL 2.5715,0,0,3.4287,0.4286,0,4.2858,1.7143,0,4.7144,3.0001,0,4.7144,4.7144,0,4.2858,5.5716,0 + +[0070] p +PL 1.7143,0,0,3.0001,5.5716,0,1.2857,0,0 +PL 6.0001,0,0,5.5716,5.5716,0,5.5716,0,0 +PL 7.7145,5.5716,0,2.1429,5.5716,0,0.8572,5.143,0,0,4.7144,0,0.8572,5.5716,0,2.1429,6.0001,0,7.7145,6.0001,0 + +[0071] q +PL 1.7143,2.1429,0,2.1429,0.8572,0,2.5715,0.4286,0,3.4287,0,0,4.2858,0,0,5.5716,0.4286,0,6.4287,1.7143,0,6.8573,3.0001,0,6.8573,4.2858,0,6.4287,5.143,0,6.0001,5.5716,0,5.143,6.0001,0,4.2858,6.0001,0,3.0001,5.5716,0,2.1429,4.2858,0,1.7143,3.0001,0,0,-3.0001,0 +PL 4.2858,0,0,5.143,0.4286,0,6.0001,1.7143,0,6.4287,3.0001,0,6.4287,4.7144,0,6.0001,5.5716,0 +PL 4.2858,6.0001,0,3.4287,5.5716,0,2.5715,4.2858,0,2.1429,3.0001,0,0.4286,-3.0001,0 + +[0072] r +PL 6.8573,6.0001,0,2.5715,6.0001,0,1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,1.7143,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.8572,0.4286,0,4.7144,1.7143,0,5.143,3.0001,0,5.143,4.2858,0,4.7144,5.143,0,4.2858,5.5716,0,3.4287,6.0001,0 +PL 2.5715,6.0001,0,1.7143,5.5716,0,0.8572,4.2858,0,0.4286,3.0001,0,0.4286,1.2857,0,0.8572,0.4286,0 +PL 2.5715,0,0,3.4287,0.4286,0,4.2858,1.7143,0,4.7144,3.0001,0,4.7144,4.7144,0,4.2858,5.5716,0,6.8573,5.5716,0 + +[0073] s +PL 3.0001,0,0,3.8572,5.5716,0,2.5715,0,0 +PL 6.8573,5.5716,0,2.1429,5.5716,0,0.8572,5.143,0,0,4.7144,0,0.8572,5.5716,0,2.1429,6.0001,0,6.8573,6.0001,0 + +[0074] t +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.5715,6.0001,0,3.0001,5.5716,0,3.0001,4.7144,0,2.1429,2.1429,0,2.1429,0.8572,0,3.0001,0,0,2.1429,0.4286,0,1.7143,0.8572,0,1.7143,2.1429,0,2.5715,4.7144,0,2.5715,5.5716,0,2.1429,6.0001,0 +PL 3.0001,0,0,3.4287,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.4287,2.5715,0,6.8573,3.8572,0,6.8573,5.143,0,6.4287,6.0001,0,6.0001,5.5716,0,6.4287,5.143,0,6.8573,3.8572,0 +L 6.4287,2.5715,6.8573,5.143 + +[0075] u +PL 2.1429,5.5716,0,1.2857,5.143,0,0.4286,4.2858,0,0,3.0001,0,0,1.7143,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,3.0001,0,0,4.2858,0.4286,0,5.5716,1.2857,0,6.4287,2.5715,0,6.8573,3.8572,0,6.8573,5.143,0,6.0001,6.0001,0,5.143,6.0001,0,4.2858,5.143,0,3.4287,3.4287,0,2.5715,1.2857,0,1.2857,-3.0001,0 +PL 0,1.7143,0,0.8572,0.8572,0,1.7143,0.4286,0,3.0001,0.4286,0,4.2858,0.8572,0,5.5716,1.7143,0,6.4287,2.5715,0 +PL 6.8573,5.143,0,6.0001,5.5716,0,5.143,5.5716,0,4.2858,4.7144,0,3.4287,3.4287,0,2.5715,0.8572,0,1.7143,-3.0001,0 + +[0076] v +PL 0.4286,6.0001,0,1.2857,6.0001,0,2.1429,5.5716,0,2.5715,4.7144,0,4.7144,-1.7143,0,5.143,-2.5715,0,5.5716,-3.0001,0,4.7144,-2.5715,0,4.2858,-1.7143,0,2.1429,4.7144,0,1.7143,5.5716,0,1.2857,6.0001,0 +L 5.5716,-3.0001,6.4287,-3.0001 +PL 6.8573,6.0001,0,6.4287,5.143,0,5.5716,3.8572,0,1.2857,-0.8572,0,0.4286,-2.1429,0,0,-3.0001,0 + +[0077] w +L 6.0001,9.0002,3.4287,-3.0001 +L 6.4287,9.0002,3.0001,-3.0001 +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.5715,6.0001,0,3.0001,5.5716,0,3.0001,4.7144,0,2.5715,2.5715,0,2.5715,1.2857,0,3.4287,0.4286,0,4.7144,0.4286,0,5.5716,0.8572,0,6.8573,2.1429,0,7.7145,3.4287,0,7.2859,2.5715,0,6.4287,1.2857,0,5.5716,0.4286,0,4.7144,0,0,3.4287,0,0,2.5715,0.4286,0,2.1429,1.2857,0,2.1429,2.5715,0,2.5715,4.7144,0,2.5715,5.5716,0,2.1429,6.0001,0 +L 7.7145,3.4287,8.5716,6.0001 + +[0078] x +PLC 1.2857,5.143,0,2.5715,5.5716,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.2858,0 +PL 0.4286,4.2858,0,0,3.0001,0,0,1.7143,0,0.4286,0.4286,0,0.8572,0,0,1.7143,0,0,2.5715,0.4286,0,3.4287,1.7143,0,3.8572,3.0001,0 +PL 0,1.7143,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0.4286,0,2.5715,0.8572,0,3.4287,1.7143,0,3.4287,3.0001,0 +PLC 3.8572,0.4286,0,4.2858,0,0,5.143,0,0,6.0001,0.4286,0,6.8573,1.7143,0,6.0001,0.8572,0,5.143,0.4286,0,4.2858,0.4286,0,3.8572,0.8572,0,3.4287,1.7143,0 +PL 6.8573,1.7143,0,7.2859,3.0001,0,7.2859,4.2858,0,6.8573,5.5716,0,6.4287,6.0001,0,6.0001,5.5716,0,6.8573,5.143,0,7.2859,4.2858,0 + +[0079] y + +[007a] z + +[007b] { +PL 2.1429,10.7145,0,1.2857,10.286,0,0.8572,9.8574,0,0.4286,9.0002,0,0.4286,8.1431,0,0.8572,7.2859,0,1.2857,6.8573,0,1.7143,6.0001,0,1.7143,5.143,0,0.8572,4.2858,0 +PL 1.2857,10.286,0,0.8572,9.4288,0,0.8572,8.5716,0,1.2857,7.7145,0,1.7143,7.2859,0,2.1429,6.4287,0,2.1429,5.5716,0,1.7143,4.7144,0,0,3.8572,0,1.7143,3.0001,0,2.1429,2.1429,0,2.1429,1.2857,0,1.7143,0.4286,0,1.2857,0,0,0.8572,-0.8572,0,0.8572,-1.7143,0,1.2857,-2.5715,0,0.8572,-2.1429,0,0.4286,-1.2857,0,0.4286,-0.4286,0,0.8572,0.4286,0,1.2857,0.8572,0,1.7143,1.7143,0,1.7143,2.5715,0,0.8572,3.4287,0 +L 1.2857,-2.5715,2.1429,-3.0001 + +[007c] | +L 0,10.7145,0,-3.0001 + +[007d] } +PL 0,10.7145,0,0.8572,10.286,0,1.2857,9.8574,0,1.7143,9.0002,0,1.7143,8.1431,0,1.2857,7.2859,0,0.8572,6.8573,0,0.4286,6.0001,0,0.4286,5.143,0,1.2857,4.2858,0 +PL 0.8572,10.286,0,1.2857,9.4288,0,1.2857,8.5716,0,0.8572,7.7145,0,0.4286,7.2859,0,0,6.4287,0,0,5.5716,0,0.4286,4.7144,0,2.1429,3.8572,0,0.4286,3.0001,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,0.8572,0,0,1.2857,-0.8572,0,1.2857,-1.7143,0,0.8572,-2.5715,0,1.2857,-2.1429,0,1.7143,-1.2857,0,1.7143,-0.4286,0,1.2857,0.4286,0,0.8572,0.8572,0,0.4286,1.7143,0,0.4286,2.5715,0,1.2857,3.4287,0 +L 0.8572,-2.5715,0,-3.0001 diff --git a/assets/fonts/GreekCS.cxf b/assets/fonts/GreekCS.cxf new file mode 100644 index 00000000..c13720b2 --- /dev/null +++ b/assets/fonts/GreekCS.cxf @@ -0,0 +1,516 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Greek Complex Small +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts + +[0021] ! +PLC 0,8.3076,0,0.6923,3.4615,0,1.3846,8.3076,0,0.6923,8.9999,0 +L 0.6923,8.3076,0.6923,6.2307 +PLC 0,0.6923,0,0.6923,0,0,1.3846,0.6923,0,0.6923,1.3846,0 + +[0022] " +PLC 0,5.5384,0,0.6923,4.8461,0,1.3846,5.5384,0,0.6923,6.2307,0 +PLC 0.6923,0,0,0,0.6923,0,0.6923,1.3846,0,1.3846,0.6923,0 +PL 1.3846,0.6923,0,1.3846,-0.6923,0,0,-2.0769,0 + +[0023] # +L 3.4615,8.9999,0.6923,-2.7692 +L 6.2307,8.9999,3.4615,-2.7692 +L 0.6923,4.8461,6.923,4.8461 +L 0,1.3846,6.2307,1.3846 + +[0024] $ +L 2.0769,11.0768,2.0769,-2.7692 +L 4.1538,11.0768,4.1538,-2.7692 +PLC 5.5384,8.3076,0,5.5384,7.6153,0,6.2307,7.6153,0,6.2307,8.3076,0 +PL 6.2307,8.3076,0,4.8461,8.9999,0,1.3846,8.9999,0,0,8.3076,0,0,6.923,0,0.6923,5.5384,0,5.5384,3.4615,0,6.2307,2.7692,0,5.5384,4.1538,0,0.6923,6.2307,0,0,6.923,0 +PL 6.2307,2.7692,0,6.2307,1.3846,0,5.5384,0.6923,0,4.1538,0,0,2.0769,0,0,0.6923,0.6923,0,0,1.3846,0,0,2.0769,0,0.6923,2.0769,0,0.6923,1.3846,0,0,1.3846,0 + +[0025] % +PL 2.0769,8.9999,0,0.6923,8.9999,0,0,8.3076,0,0,6.923,0,0.6923,6.2307,0,2.0769,6.2307,0,2.7692,6.923,0,2.7692,8.3076,0,2.0769,8.9999,0,4.8461,8.3076,0,6.923,8.3076,0,8.3076,8.9999,0,0,0,0 +PLC 5.5384,2.0769,0,5.5384,0.6923,0,6.2307,0,0,7.6153,0,0,8.3076,0.6923,0,8.3076,2.0769,0,7.6153,2.7692,0,6.2307,2.7692,0 + +[0026] & +PLC 8.3076,5.5384,0,8.3076,4.8461,0,8.9999,4.8461,0,8.9999,5.5384,0 +PL 8.9999,5.5384,0,8.3076,6.2307,0,7.6153,6.2307,0,6.923,5.5384,0,6.2307,2.7692,0,5.5384,1.3846,0,4.8461,0.6923,0,3.4615,0,0,2.0769,0,0,0.6923,0.6923,0,0,1.3846,0,0,2.7692,0,0.6923,3.4615,0,2.0769,4.1538,0,4.1538,5.5384,0,4.8461,6.923,0,4.8461,8.3076,0,4.1538,8.9999,0,2.7692,8.9999,0,2.0769,8.3076,0,2.0769,6.923,0,2.7692,4.8461,0,6.2307,0.6923,0,7.6153,0,0,8.3076,0,0,8.9999,0.6923,0 +PL 2.0769,0,0,0.6923,1.3846,0,0.6923,2.7692,0,2.0769,4.1538,0 +PL 2.0769,6.923,0,2.7692,5.5384,0,6.923,0.6923,0,7.6153,0,0 + +[0027] ' +PLC 0.6923,7.6153,0,0,8.3076,0,0.6923,8.9999,0,1.3846,8.3076,0 +PL 1.3846,8.3076,0,1.3846,6.923,0,0,5.5384,0 + +[0028] ( +PL 3.4615,11.0768,0,2.0769,9.6922,0,0.6923,7.6153,0,0,5.5384,0,0,2.7692,0,0.6923,0.6923,0,2.0769,-1.3846,0,3.4615,-2.7692,0 +PL 2.0769,9.6922,0,1.3846,8.3076,0,0.6923,5.5384,0,0.6923,2.7692,0,1.3846,0,0,2.0769,-1.3846,0 + +[0029] ) +PL 0,11.0768,0,1.3846,9.6922,0,2.7692,7.6153,0,3.4615,5.5384,0,3.4615,2.7692,0,2.7692,0.6923,0,1.3846,-1.3846,0,0,-2.7692,0 +PL 1.3846,9.6922,0,2.0769,8.3076,0,2.7692,5.5384,0,2.7692,2.7692,0,2.0769,0,0,1.3846,-1.3846,0 + +[002a] * +L 2.0769,9.6922,2.0769,5.5384 +L 0,8.9999,4.1538,6.2307 +L 4.1538,8.9999,0,6.2307 + +[002b] + +L 4.1538,8.3076,4.1538,0 +L 0,4.1538,8.3076,4.1538 + +[002c] , +PLC 0.6923,0,0,0,0.6923,0,0.6923,1.3846,0,1.3846,0.6923,0 +PL 1.3846,0.6923,0,1.3846,-0.6923,0,0,-2.0769,0 + +[002d] - +L 0,4.1538,8.3076,4.1538 + +[002e] . +PLC 0,0.6923,0,0.6923,0,0,1.3846,0.6923,0,0.6923,1.3846,0 + +[002f] / +L 7.6153,11.0768,0,-2.7692 + +[0030] 0 +PLC 0.6923,8.3076,0,0,6.2307,0,0,2.7692,0,0.6923,0.6923,0,2.0769,0,0,4.1538,0,0,5.5384,0.6923,0,6.2307,2.7692,0,6.2307,6.2307,0,5.5384,8.3076,0,4.1538,8.9999,0,2.0769,8.9999,0 +PL 2.0769,8.9999,0,1.3846,8.3076,0,0.6923,6.2307,0,0.6923,2.7692,0,1.3846,0.6923,0,2.0769,0,0 +PL 4.1538,0,0,4.8461,0.6923,0,5.5384,2.7692,0,5.5384,6.2307,0,4.8461,8.3076,0,4.1538,8.9999,0 + +[0031] 1 +PL 0.6923,6.923,0,2.7692,8.9999,0,2.7692,0,0 +L 2.0769,8.3076,2.0769,0 +L 0,0,4.8461,0 + +[0032] 2 +PL 0.6923,7.6153,0,0.6923,6.923,0,0,6.923,0,0,7.6153,0,0.6923,8.3076,0,2.0769,8.9999,0,4.1538,8.9999,0,5.5384,8.3076,0,6.2307,6.923,0,5.5384,5.5384,0,4.1538,4.8461,0,2.0769,4.1538,0,0.6923,3.4615,0,0,2.0769,0,0,0,0 +PL 4.1538,8.9999,0,4.8461,8.3076,0,5.5384,6.923,0,4.8461,5.5384,0,4.1538,4.8461,0 +PL 0,0.6923,0,0.6923,1.3846,0,1.3846,1.3846,0,3.4615,0.6923,0,5.5384,0.6923,0,6.2307,1.3846,0,5.5384,0,0,3.4615,0,0,1.3846,1.3846,0 +L 6.2307,1.3846,6.2307,2.0769 + +[0033] 3 +PL 0.6923,7.6153,0,0.6923,6.923,0,0,6.923,0,0,7.6153,0,0.6923,8.3076,0,2.0769,8.9999,0,4.1538,8.9999,0,5.5384,8.3076,0,6.2307,6.923,0,5.5384,5.5384,0,4.1538,4.8461,0,4.8461,5.5384,0,5.5384,6.923,0,4.8461,8.3076,0,4.1538,8.9999,0 +PL 2.7692,4.8461,0,4.1538,4.8461,0,5.5384,4.1538,0,6.2307,2.7692,0,6.2307,2.0769,0,5.5384,0.6923,0,4.1538,0,0,2.0769,0,0,0.6923,0.6923,0,0,1.3846,0,0,2.0769,0,0.6923,2.0769,0,0.6923,1.3846,0 +PL 4.1538,4.8461,0,4.8461,4.1538,0,5.5384,2.7692,0,5.5384,2.0769,0,4.8461,0.6923,0,4.1538,0,0 + +[0034] 4 +L 4.1538,7.6153,4.1538,0 +PL 7.6153,2.7692,0,0,2.7692,0,4.8461,8.9999,0,4.8461,0,0 +L 2.7692,0,6.2307,0 + +[0035] 5 +PL 0.6923,8.3076,0,3.4615,8.3076,0,5.5384,8.9999,0,0.6923,8.9999,0,0,4.8461,0,0.6923,5.5384,0,2.0769,6.2307,0,4.1538,6.2307,0,5.5384,5.5384,0,6.2307,4.1538,0,6.2307,2.0769,0,5.5384,0.6923,0,4.1538,0,0,2.0769,0,0,0.6923,0.6923,0,0,1.3846,0,0,2.0769,0,0.6923,2.0769,0,0.6923,1.3846,0 +PL 4.1538,6.2307,0,4.8461,5.5384,0,5.5384,4.1538,0,5.5384,2.0769,0,4.8461,0.6923,0,4.1538,0,0 + +[0036] 6 +PL 5.5384,7.6153,0,5.5384,6.923,0,6.2307,6.923,0,6.2307,7.6153,0,5.5384,8.3076,0,4.1538,8.9999,0,2.7692,8.9999,0,1.3846,8.3076,0,0.6923,7.6153,0,0,5.5384,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,4.1538,0,0,5.5384,0.6923,0,6.2307,2.0769,0,6.2307,3.4615,0,5.5384,4.8461,0,4.1538,5.5384,0,2.0769,5.5384,0,0,4.1538,0 +PL 2.7692,8.9999,0,1.3846,7.6153,0,0.6923,5.5384,0,0.6923,2.0769,0,1.3846,0.6923,0,2.0769,0,0 +PL 4.1538,0,0,4.8461,0.6923,0,5.5384,2.0769,0,5.5384,3.4615,0,4.8461,4.8461,0,4.1538,5.5384,0 + +[0037] 7 +L 0,8.9999,0,6.2307 +PL 4.8461,7.6153,0,2.7692,8.3076,0,1.3846,8.3076,0,0,7.6153,0,1.3846,8.9999,0,2.7692,8.9999,0,4.8461,7.6153,0,5.5384,7.6153,0,2.7692,2.7692,0,1.3846,0,0 +PL 6.2307,8.9999,0,4.1538,4.8461,0,2.0769,0,0 + +[0038] 8 +PLC 0.6923,8.3076,0,0,6.923,0,0.6923,5.5384,0,2.0769,4.8461,0,4.1538,4.8461,0,5.5384,5.5384,0,6.2307,6.923,0,5.5384,8.3076,0,4.1538,8.9999,0,2.0769,8.9999,0 +PL 2.0769,8.9999,0,1.3846,8.3076,0,0.6923,6.923,0,1.3846,5.5384,0,2.0769,4.8461,0,0.6923,4.1538,0,0,2.7692,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,4.1538,0,0,5.5384,0.6923,0,6.2307,2.0769,0,6.2307,2.7692,0,5.5384,4.1538,0,4.1538,4.8461,0,4.8461,5.5384,0,5.5384,6.923,0,4.8461,8.3076,0,4.1538,8.9999,0 +PL 2.0769,4.8461,0,1.3846,4.1538,0,0.6923,2.7692,0,0.6923,2.0769,0,1.3846,0.6923,0,2.0769,0,0 +PL 4.1538,0,0,4.8461,0.6923,0,5.5384,2.0769,0,5.5384,2.7692,0,4.8461,4.1538,0,4.1538,4.8461,0 + +[0039] 9 +PL 0.6923,1.3846,0,0.6923,2.0769,0,0,2.0769,0,0,1.3846,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.8461,0.6923,0,5.5384,1.3846,0,6.2307,3.4615,0,6.2307,6.923,0,5.5384,8.3076,0,4.1538,8.9999,0,2.0769,8.9999,0,0.6923,8.3076,0,0,6.923,0,0,5.5384,0,0.6923,4.1538,0,2.0769,3.4615,0,4.1538,3.4615,0,6.2307,4.8461,0 +PL 3.4615,0,0,4.8461,1.3846,0,5.5384,3.4615,0,5.5384,6.923,0,4.8461,8.3076,0,4.1538,8.9999,0 +PL 2.0769,8.9999,0,1.3846,8.3076,0,0.6923,6.923,0,0.6923,5.5384,0,1.3846,4.1538,0,2.0769,3.4615,0 + +[003a] : +PLC 0,5.5384,0,0.6923,4.8461,0,1.3846,5.5384,0,0.6923,6.2307,0 +PLC 0,0.6923,0,0.6923,0,0,1.3846,0.6923,0,0.6923,1.3846,0 + +[003b] ; +PLC 0,5.5384,0,0.6923,4.8461,0,1.3846,5.5384,0,0.6923,6.2307,0 +PLC 0.6923,0,0,0,0.6923,0,0.6923,1.3846,0,1.3846,0.6923,0 +PL 1.3846,0.6923,0,1.3846,-0.6923,0,0,-2.0769,0 + +[003c] < +PL 6.923,8.3076,0,0,4.1538,0,6.923,0,0 + +[003d] = +L 0,5.5384,8.3076,5.5384 +L 0,2.7692,8.3076,2.7692 + +[003e] > +PL 0,8.3076,0,6.923,4.1538,0,0,0,0 + +[003f] ? +PLC 0.6923,6.923,0,0.6923,6.2307,0,0,6.2307,0,0,6.923,0 +PL 0,6.923,0,0.6923,8.3076,0,2.0769,8.9999,0,4.1538,8.9999,0,5.5384,8.3076,0,6.2307,6.923,0,6.2307,6.2307,0,5.5384,4.8461,0,3.4615,4.1538,0,2.7692,3.4615,0,2.7692,2.7692,0,3.4615,2.7692,0 +PL 4.1538,8.9999,0,5.5384,7.6153,0,5.5384,5.5384,0,4.8461,4.8461,0,3.4615,4.1538,0 +PLC 2.7692,0,0,3.4615,0,0,3.4615,0.6923,0,2.7692,0.6923,0 + +[0040] @ +PL 6.2307,5.5384,0,4.8461,6.2307,0,3.4615,6.2307,0,2.7692,4.8461,0,2.7692,4.1538,0,3.4615,2.7692,0,4.8461,2.7692,0,6.2307,3.4615,0,6.2307,6.2307,0 +PL 6.2307,3.4615,0,6.923,2.7692,0,8.3076,2.7692,0,8.9999,4.1538,0,8.9999,4.8461,0,8.3076,6.923,0,6.923,8.3076,0,4.8461,8.9999,0,4.1538,8.9999,0,2.0769,8.3076,0,0.6923,6.923,0,0,4.8461,0,0,4.1538,0,0.6923,2.0769,0,2.0769,0.6923,0,4.1538,0,0,4.8461,0,0,6.923,0.6923,0 + +[0041] A +PL 8.3076,0,0,4.8461,8.9999,0,1.3846,0,0 +L 4.8461,6.923,7.6153,0 +L 2.7692,2.7692,6.2307,2.7692 +L 0,0,3.4615,0 +L 6.2307,0,9.6922,0 + +[0042] B +L 1.3846,8.9999,1.3846,0 +L 2.0769,8.9999,2.0769,0 +PL 0,8.9999,0,4.8461,8.9999,0,6.923,8.3076,0,7.6153,6.923,0,6.923,5.5384,0,4.8461,4.8461,0,6.2307,5.5384,0,6.923,6.923,0,6.2307,8.3076,0,4.8461,8.9999,0 +PL 2.0769,4.8461,0,4.8461,4.8461,0,6.923,4.1538,0,7.6153,2.7692,0,7.6153,2.0769,0,6.923,0.6923,0,4.8461,0,0,0,0,0 +PL 4.8461,4.8461,0,6.2307,4.1538,0,6.923,2.7692,0,6.923,2.0769,0,6.2307,0.6923,0,4.8461,0,0 + +[0043] C +L 1.3846,8.9999,1.3846,0 +L 2.0769,8.9999,2.0769,0 +PL 0,8.9999,0,6.923,8.9999,0,6.923,6.2307,0,6.2307,8.9999,0 +L 0,0,3.4615,0 + +[0044] D +PLC 0,0,0,8.3076,0,0,4.1538,8.9999,0 +L 4.1538,7.6153,7.6153,0 +L 0.6923,0.6923,6.923,0.6923 + +[0045] E +L 1.3846,8.9999,1.3846,0 +L 2.0769,8.9999,2.0769,0 +L 4.8461,6.2307,4.8461,3.4615 +PL 0,8.9999,0,6.923,8.9999,0,6.923,6.2307,0,6.2307,8.9999,0 +L 2.0769,4.8461,4.8461,4.8461 +PL 0,0,0,6.923,0,0,6.923,2.7692,0,6.2307,0,0 + +[0046] F +PL 5.5384,8.9999,0,0,0,0,6.2307,0,0,6.2307,2.7692,0,5.5384,0,0 +PL 0.6923,8.9999,0,0,6.2307,0,0,8.9999,0,6.2307,8.9999,0,0.6923,0,0 + +[0047] G +L 1.3846,8.9999,1.3846,0 +L 2.0769,8.9999,2.0769,0 +L 6.923,8.9999,6.923,0 +L 7.6153,8.9999,7.6153,0 +L 0,8.9999,3.4615,8.9999 +L 5.5384,8.9999,8.9999,8.9999 +L 2.0769,4.8461,6.923,4.8461 +L 0,0,3.4615,0 +L 5.5384,0,8.9999,0 + +[0048] H +PLC 1.3846,8.3076,0,0.6923,7.6153,0,0,5.5384,0,0,3.4615,0,0.6923,1.3846,0,1.3846,0.6923,0,2.7692,0,0,4.8461,0,0,6.2307,0.6923,0,6.923,1.3846,0,7.6153,3.4615,0,7.6153,5.5384,0,6.923,7.6153,0,6.2307,8.3076,0,4.8461,8.9999,0,2.7692,8.9999,0 +PL 2.7692,8.9999,0,1.3846,7.6153,0,0.6923,5.5384,0,0.6923,3.4615,0,1.3846,1.3846,0,2.7692,0,0 +PL 4.8461,0,0,6.2307,1.3846,0,6.923,3.4615,0,6.923,5.5384,0,6.2307,7.6153,0,4.8461,8.9999,0 +L 2.7692,6.2307,2.7692,2.7692 +L 4.8461,6.2307,4.8461,2.7692 +L 2.7692,4.8461,4.8461,4.8461 +L 2.7692,4.1538,4.8461,4.1538 + +[0049] I +L 1.3846,8.9999,1.3846,0 +L 2.0769,8.9999,2.0769,0 +L 0,8.9999,3.4615,8.9999 +L 0,0,3.4615,0 + +[004a] J +L 1.3846,8.9999,1.3846,0 +L 2.0769,8.9999,2.0769,0 +L 7.6153,8.9999,2.0769,3.4615 +L 3.4615,4.8461,6.923,0 +L 4.1538,4.8461,7.6153,0 +L 0,8.9999,3.4615,8.9999 +L 5.5384,8.9999,8.9999,8.9999 +L 0,0,3.4615,0 +L 5.5384,0,8.9999,0 + +[004b] K +PL 8.3076,0,0,4.8461,8.9999,0,1.3846,0,0 +L 4.8461,6.923,7.6153,0 +L 0,0,3.4615,0 +L 6.2307,0,9.6922,0 + +[004c] L +L 1.3846,8.9999,1.3846,0 +PL 2.0769,6.923,0,4.8461,0,0,8.3076,8.9999,0,8.3076,0,0 +PL 0,8.9999,0,2.0769,8.9999,0,4.8461,2.0769,0 +L 8.9999,8.9999,8.9999,0 +L 8.3076,8.9999,10.3845,8.9999 +L 0,0,2.7692,0 +L 6.923,0,10.3845,0 + +[004d] M +L 1.3846,8.9999,1.3846,0 +PL 2.0769,7.6153,0,6.923,0,0,6.923,8.9999,0 +PL 0,8.9999,0,2.0769,8.9999,0,6.923,1.3846,0 +L 5.5384,8.9999,8.3076,8.9999 +L 0,0,2.7692,0 + +[004e] N +L 0.6923,9.6922,0,7.6153 +L 8.3076,9.6922,7.6153,7.6153 +L 2.7692,5.5384,2.0769,3.4615 +L 6.2307,5.5384,5.5384,3.4615 +L 0.6923,1.3846,0,-0.6923 +L 8.3076,1.3846,7.6153,-0.6923 +L 0.6923,8.9999,7.6153,8.9999 +L 0.6923,8.3076,7.6153,8.3076 +L 2.7692,4.8461,5.5384,4.8461 +L 2.7692,4.1538,5.5384,4.1538 +L 0.6923,0.6923,7.6153,0.6923 +L 0.6923,0,7.6153,0 + +[004f] O +PLC 1.3846,8.3076,0,0.6923,7.6153,0,0,5.5384,0,0,3.4615,0,0.6923,1.3846,0,1.3846,0.6923,0,2.7692,0,0,4.8461,0,0,6.2307,0.6923,0,6.923,1.3846,0,7.6153,3.4615,0,7.6153,5.5384,0,6.923,7.6153,0,6.2307,8.3076,0,4.8461,8.9999,0,2.7692,8.9999,0 +PL 2.7692,8.9999,0,1.3846,7.6153,0,0.6923,5.5384,0,0.6923,3.4615,0,1.3846,1.3846,0,2.7692,0,0 +PL 4.8461,0,0,6.2307,1.3846,0,6.923,3.4615,0,6.923,5.5384,0,6.2307,7.6153,0,4.8461,8.9999,0 + +[0050] P +L 1.3846,8.9999,1.3846,0 +L 2.0769,8.9999,2.0769,0 +L 6.923,8.9999,6.923,0 +L 7.6153,8.9999,7.6153,0 +L 0,8.9999,8.9999,8.9999 +L 0,0,3.4615,0 +L 5.5384,0,8.9999,0 + +[0051] Q +L 1.3846,8.9999,1.3846,0 +L 2.0769,8.9999,2.0769,0 +PL 0,8.9999,0,4.8461,8.9999,0,6.923,8.3076,0,7.6153,6.923,0,7.6153,6.2307,0,6.923,4.8461,0,4.8461,4.1538,0,2.0769,4.1538,0 +PL 4.8461,8.9999,0,6.2307,8.3076,0,6.923,6.923,0,6.923,6.2307,0,6.2307,4.8461,0,4.8461,4.1538,0 +L 0,0,3.4615,0 + +[0052] R +PL 6.2307,8.9999,0,7.6153,6.2307,0,6.923,8.9999,0,0,8.9999,0,3.4615,4.8461,0 +PL 0.6923,8.9999,0,4.1538,4.8461,0,0,0,0,6.923,0,0,7.6153,2.7692,0,6.2307,0,0 +L 0.6923,0.6923,6.923,0.6923 + +[0053] S +L 3.4615,8.9999,3.4615,0 +L 4.1538,8.9999,4.1538,0 +PL 0.6923,8.9999,0,0,6.2307,0,0,8.9999,0,7.6153,8.9999,0,7.6153,6.2307,0,6.923,8.9999,0 +L 2.0769,0,5.5384,0 + +[0054] T +PLC 0.6923,8.3076,0,1.3846,8.9999,0,2.0769,8.9999,0,2.7692,8.3076,0,3.4615,6.2307,0,2.7692,7.6153,0,2.0769,8.3076,0,1.3846,8.3076,0,0.6923,7.6153,0,0,6.2307,0 +L 3.4615,6.2307,3.4615,0 +PLC 6.923,8.3076,0,6.2307,8.9999,0,5.5384,8.9999,0,4.8461,8.3076,0,4.1538,6.2307,0,4.8461,7.6153,0,5.5384,8.3076,0,6.2307,8.3076,0,6.923,7.6153,0,7.6153,6.2307,0 +L 4.1538,6.2307,4.1538,0 +L 2.0769,0,5.5384,0 + +[0055] U +L 3.4615,8.9999,3.4615,0 +L 4.1538,8.9999,4.1538,0 +PLC 0.6923,6.2307,0,0,4.8461,0,0,4.1538,0,0.6923,2.7692,0,2.7692,2.0769,0,4.8461,2.0769,0,6.923,2.7692,0,7.6153,4.1538,0,7.6153,4.8461,0,6.923,6.2307,0,4.8461,6.923,0,2.7692,6.923,0 +PL 2.7692,6.923,0,1.3846,6.2307,0,0.6923,4.8461,0,0.6923,4.1538,0,1.3846,2.7692,0,2.7692,2.0769,0 +PL 4.8461,2.0769,0,6.2307,2.7692,0,6.923,4.1538,0,6.923,4.8461,0,6.2307,6.2307,0,4.8461,6.923,0 +L 2.0769,8.9999,5.5384,8.9999 +L 2.0769,0,5.5384,0 + +[0056] V +L 1.3846,8.9999,6.923,0 +L 2.0769,8.9999,7.6153,0 +L 7.6153,8.9999,1.3846,0 +L 0,8.9999,3.4615,8.9999 +L 5.5384,8.9999,8.9999,8.9999 +L 0,0,3.4615,0 +L 5.5384,0,8.9999,0 + +[0057] W +L 4.1538,8.9999,4.1538,0 +L 4.8461,8.9999,4.8461,0 +PL 0,5.5384,0,0.6923,6.2307,0,1.3846,6.2307,0,2.0769,3.4615,0,3.4615,2.0769,0,2.0769,2.7692,0,1.3846,4.1538,0,0.6923,6.2307,0 +PL 3.4615,2.0769,0,5.5384,2.0769,0,6.923,3.4615,0,7.6153,6.2307,0,8.3076,6.2307,0,8.9999,5.5384,0 +PL 5.5384,2.0769,0,6.923,2.7692,0,7.6153,4.1538,0,8.3076,6.2307,0 +L 2.7692,8.9999,6.2307,8.9999 +L 2.7692,0,6.2307,0 + +[0058] X +PL 0,1.3846,0,0.6923,0,0,2.7692,0,0,0,4.1538,0,0,6.2307,0,0.6923,7.6153,0,1.3846,8.3076,0,2.7692,8.9999,0,4.8461,8.9999,0,6.2307,8.3076,0,6.923,7.6153,0,7.6153,6.2307,0,7.6153,4.1538,0,4.8461,0,0,6.923,0,0,7.6153,1.3846,0 +PL 1.3846,2.0769,0,0.6923,4.1538,0,0.6923,6.2307,0,1.3846,7.6153,0,2.7692,8.9999,0 +PL 4.8461,8.9999,0,6.2307,7.6153,0,6.923,6.2307,0,6.923,4.1538,0,6.2307,2.0769,0 +L 0.6923,0.6923,2.0769,0.6923 +L 5.5384,0.6923,6.923,0.6923 + +[0059] Y + +[005a] Z + +[005b] [ +PL 3.4615,11.0768,0,0,11.0768,0,0,-2.7692,0,3.4615,-2.7692,0 +L 0.6923,11.0768,0.6923,-2.7692 + +[005c] \ +L 0,12.4614,9.6922,-4.1538 + +[005d] ] +L 2.7692,11.0768,2.7692,-2.7692 +PL 0,11.0768,0,3.4615,11.0768,0,3.4615,-2.7692,0,0,-2.7692,0 + +[005e] ^ +PL 0,5.5384,0,2.0769,7.6153,0,2.0769,0,0 +PL 0.6923,6.2307,0,2.0769,8.3076,0,3.4615,6.2307,0,4.1538,5.5384,0 +L 2.0769,7.6153,3.4615,6.2307 + +[005f] _ +L 0,-1.3846,11.0768,-1.3846 + +[0060] ` +PL 1.3846,8.9999,0,0,7.6153,0,0,6.2307,0,0.6923,5.5384,0,1.3846,6.2307,0,0.6923,6.923,0,0,6.2307,0 + +[0061] a +PLC 1.3846,5.5384,0,0.6923,4.8461,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,1.3846,0.6923,0,0.6923,2.0769,0,0.6923,3.4615,0,1.3846,4.8461,0,2.7692,6.2307,0 +PL 2.0769,0,0,2.7692,0,0,4.1538,0.6923,0,5.5384,2.0769,0,6.923,4.1538,0,7.6153,6.2307,0 +PL 2.7692,6.2307,0,4.1538,6.2307,0,5.5384,5.5384,0,6.923,0.6923,0,7.6153,0,0,6.2307,0.6923,0,4.8461,5.5384,0,4.1538,6.2307,0 +L 7.6153,0,8.3076,0 + +[0062] b +PL 6.2307,8.9999,0,6.923,8.3076,0,6.923,6.923,0,6.2307,5.5384,0,4.8461,4.8461,0,6.923,5.5384,0,7.6153,6.923,0,7.6153,8.3076,0,6.2307,8.9999,0,4.8461,8.9999,0,3.4615,7.6153,0,2.7692,6.2307,0,1.3846,2.0769,0,0,-2.7692,0 +PL 4.1538,8.3076,0,3.4615,6.923,0,2.0769,2.7692,0,0.6923,-2.7692,0 +PLC 6.2307,4.1538,0,6.923,2.7692,0,6.923,1.3846,0,6.2307,0.6923,0,4.8461,0,0,6.2307,1.3846,0,6.2307,2.7692,0,5.5384,4.1538,0,4.8461,4.8461,0 +PL 4.8461,0,0,4.1538,0,0,2.7692,0.6923,0,2.0769,2.7692,0 + +[0063] c +PLC 1.3846,6.2307,0,2.7692,6.2307,0,4.1538,5.5384,0,4.8461,3.4615,0,4.1538,4.8461,0,2.7692,5.5384,0,1.3846,5.5384,0,0,4.8461,0 +PL 4.8461,3.4615,0,4.8461,0,0,4.1538,-2.7692,0 +PL 7.6153,6.2307,0,6.923,4.1538,0,3.4615,-2.7692,0,3.4615,-2.7692,0 + +[0064] d +PL 2.0769,0,0,0.6923,1.3846,0,0.6923,3.4615,0,1.3846,4.8461,0,2.7692,6.2307,0,1.3846,5.5384,0,0.6923,4.8461,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.8461,1.3846,0,5.5384,2.7692,0,5.5384,4.8461,0,4.1538,6.2307,0,2.7692,6.2307,0 +PL 3.4615,0,0,4.8461,0.6923,0,5.5384,1.3846,0,6.2307,2.7692,0,6.2307,4.1538,0,5.5384,5.5384,0,3.4615,6.923,0,2.7692,8.3076,0,2.7692,8.9999,0,3.4615,9.6922,0,4.8461,9.6922,0,5.5384,8.9999,0,6.2307,7.6153,0,4.8461,8.9999,0,3.4615,8.9999,0,2.7692,8.3076,0 + +[0065] e +PL 5.5384,5.5384,0,4.1538,6.2307,0,2.0769,6.2307,0,0.6923,5.5384,0,0.6923,4.8461,0,1.3846,4.1538,0,2.7692,3.4615,0,1.3846,4.8461,0,1.3846,5.5384,0,2.0769,6.2307,0 +PLC 0.6923,2.7692,0,0,2.0769,0,0,0.6923,0,1.3846,0,0,0.6923,0.6923,0,0.6923,2.0769,0,1.3846,2.7692,0,2.7692,3.4615,0 +PL 1.3846,0,0,3.4615,0,0,4.8461,0.6923,0 + +[0066] f +PL 2.7692,8.9999,0,2.0769,8.3076,0,2.0769,7.6153,0,3.4615,6.923,0,5.5384,6.923,0,5.5384,7.6153,0,1.3846,6.2307,0,0.6923,5.5384,0,0,4.1538,0,0,2.7692,0,0.6923,1.3846,0,1.3846,0.6923,0,2.7692,0,0,3.4615,-0.6923,0,3.4615,-2.0769,0,2.7692,-2.7692,0,1.3846,-2.7692,0,0.6923,-2.0769,0 +PL 3.4615,6.923,0,2.0769,6.2307,0,1.3846,5.5384,0,0.6923,4.1538,0,0.6923,2.7692,0,1.3846,1.3846,0,2.7692,0,0 + +[0067] g +PL 0,4.1538,0,0.6923,5.5384,0,1.3846,6.2307,0,2.7692,6.2307,0,3.4615,5.5384,0,3.4615,4.8461,0,2.0769,0,0 +PL 2.0769,6.2307,0,2.7692,5.5384,0,2.7692,4.8461,0,1.3846,0,0 +PL 3.4615,4.8461,0,4.1538,5.5384,0,5.5384,6.2307,0,6.923,6.2307,0,8.3076,5.5384,0,8.3076,4.1538,0,6.2307,-2.7692,0 +PL 6.923,6.2307,0,7.6153,5.5384,0,7.6153,4.1538,0,5.5384,-2.7692,0 + +[0068] h +PL 0,3.4615,0,0.6923,4.8461,0,1.3846,5.5384,0,2.7692,5.5384,0,3.4615,4.8461,0,3.4615,1.3846,0,4.1538,0,0,3.4615,0.6923,0,2.7692,2.0769,0,2.7692,4.8461,0,2.0769,5.5384,0 +PL 4.1538,0,0,4.8461,0,0,6.2307,0.6923,0,6.923,1.3846,0,7.6153,2.7692,0,8.3076,4.8461,0,8.3076,6.923,0,7.6153,8.3076,0,6.923,8.9999,0,5.5384,8.9999,0,4.8461,8.3076,0,4.8461,6.923,0,5.5384,5.5384,0,7.6153,4.1538,0,8.9999,3.4615,0 +PL 4.8461,0,0,6.2307,1.3846,0,6.923,2.7692,0,7.6153,4.8461,0,7.6153,6.923,0,6.923,8.9999,0 + +[0069] i +PL 1.3846,6.2307,0,0,1.3846,0,0,0.6923,0,0.6923,0,0,2.0769,0,0,3.4615,0.6923,0,4.1538,2.0769,0 +PL 2.0769,6.2307,0,0.6923,1.3846,0,0.6923,0.6923,0,1.3846,0,0 + +[006a] j +L 2.0769,6.2307,0,0 +L 2.7692,6.2307,0.6923,0 +PL 6.2307,6.2307,0,6.923,5.5384,0,7.6153,5.5384,0,6.923,6.2307,0,5.5384,6.2307,0,4.1538,4.8461,0,2.0769,4.1538,0,2.7692,3.4615,0,4.1538,0.6923,0,5.5384,0,0,6.923,0.6923,0,7.6153,2.0769,0 +PL 2.0769,4.1538,0,3.4615,3.4615,0,4.8461,0.6923,0,5.5384,0,0 + +[006b] k +PL 0,8.9999,0,1.3846,8.9999,0,2.7692,8.3076,0,7.6153,0,0 +PL 1.3846,8.9999,0,2.0769,8.3076,0,6.923,0,0 +PL 1.3846,0,0,4.1538,5.5384,0,0.6923,0,0 + +[006c] l +L 2.7692,6.2307,0,-2.7692 +L 3.4615,6.2307,0.6923,-2.7692 +PL 2.0769,2.0769,0,2.0769,0.6923,0,2.7692,0,0,4.1538,0,0,5.5384,0.6923,0,6.2307,1.3846,0,7.6153,6.2307,0 +PL 6.2307,1.3846,0,6.2307,0.6923,0,6.923,0,0,8.3076,0,0,8.9999,0.6923,0,9.6922,2.0769,0 +PL 8.3076,6.2307,0,6.923,1.3846,0,6.923,0.6923,0,7.6153,0,0 + +[006d] m +PL 1.3846,6.2307,0,0.6923,0,0,1.3846,2.0769,0,2.0769,6.2307,0,0,6.2307,0 +PLC 6.923,6.2307,0,7.6153,6.2307,0,6.923,4.1538,0 +PL 6.923,4.1538,0,5.5384,2.0769,0,3.4615,0.6923,0,1.3846,0,0,0.6923,0,0 + +[006e] n +PL 2.0769,8.9999,0,1.3846,8.3076,0,1.3846,7.6153,0,2.7692,6.923,0,4.8461,6.923,0 +PLC 1.3846,6.2307,0,0.6923,5.5384,0,0.6923,4.1538,0,2.0769,3.4615,0,1.3846,4.1538,0,1.3846,5.5384,0,2.0769,6.2307,0,3.4615,6.923,0 +L 2.0769,3.4615,4.1538,3.4615 +PLC 0.6923,2.7692,0,0,2.0769,0,0,0.6923,0,1.3846,0,0,0.6923,0.6923,0,0.6923,2.0769,0,1.3846,2.7692,0,2.7692,3.4615,0 +PL 1.3846,0,0,2.7692,-0.6923,0,3.4615,-1.3846,0,3.4615,-2.0769,0,2.7692,-2.7692,0,1.3846,-2.7692,0 + +[006f] o +PLC 1.3846,5.5384,0,0.6923,4.8461,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.8461,0.6923,0,5.5384,1.3846,0,6.2307,2.7692,0,6.2307,4.1538,0,5.5384,5.5384,0,4.1538,6.2307,0,2.7692,6.2307,0 +PL 2.7692,6.2307,0,1.3846,4.8461,0,0.6923,3.4615,0,0.6923,1.3846,0,2.0769,0,0 +PL 3.4615,0,0,4.8461,1.3846,0,5.5384,2.7692,0,5.5384,4.8461,0,4.1538,6.2307,0 + +[0070] p +PL 2.0769,0,0,3.4615,5.5384,0,1.3846,0,0 +PL 6.2307,0,0,6.2307,5.5384,0,5.5384,0,0 +PL 8.9999,5.5384,0,1.3846,5.5384,0,0,4.8461,0,1.3846,6.2307,0,8.9999,6.2307,0 + +[0071] q +PL 2.0769,2.0769,0,2.7692,0.6923,0,4.1538,0,0,5.5384,0,0,6.923,0.6923,0,7.6153,1.3846,0,8.3076,2.7692,0,8.3076,4.1538,0,7.6153,5.5384,0,6.2307,6.2307,0,4.8461,6.2307,0,3.4615,5.5384,0,2.7692,4.8461,0,2.0769,3.4615,0,0,-2.7692,0 +PL 4.8461,6.2307,0,3.4615,4.8461,0,2.7692,3.4615,0,0.6923,-2.7692,0 +PL 6.2307,6.2307,0,7.6153,4.8461,0,7.6153,2.7692,0,6.923,1.3846,0,5.5384,0,0 + +[0072] r +PL 8.3076,6.2307,0,2.7692,6.2307,0,1.3846,5.5384,0,0.6923,4.8461,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.8461,0.6923,0,5.5384,1.3846,0,6.2307,2.7692,0,6.2307,4.1538,0,5.5384,5.5384,0,8.3076,5.5384,0 +PL 2.7692,6.2307,0,1.3846,4.8461,0,0.6923,3.4615,0,0.6923,1.3846,0,2.0769,0,0 +PL 3.4615,0,0,4.8461,1.3846,0,5.5384,2.7692,0,5.5384,4.8461,0,4.1538,6.2307,0 + +[0073] s +PL 3.4615,0,0,4.1538,5.5384,0,2.7692,0,0 +PL 7.6153,5.5384,0,1.3846,5.5384,0,0,4.8461,0,1.3846,6.2307,0,7.6153,6.2307,0 + +[0074] t +PL 0,4.1538,0,0.6923,5.5384,0,1.3846,6.2307,0,2.7692,6.2307,0,3.4615,5.5384,0,3.4615,4.1538,0,2.7692,2.0769,0,2.7692,0.6923,0,3.4615,0,0,2.0769,0.6923,0,2.0769,2.0769,0,2.7692,4.1538,0,2.7692,5.5384,0,2.0769,6.2307,0 +PL 3.4615,0,0,4.1538,0,0,5.5384,0.6923,0,6.923,2.0769,0,7.6153,4.1538,0,7.6153,6.2307,0,6.923,6.2307,0,7.6153,5.5384,0 + +[0075] u +PL 1.3846,5.5384,0,0.6923,4.8461,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,5.5384,0.6923,0,6.923,2.0769,0,7.6153,4.1538,0,7.6153,5.5384,0,6.923,6.2307,0,5.5384,6.2307,0,4.8461,5.5384,0,4.1538,4.1538,0,3.4615,2.0769,0,1.3846,-2.7692,0 +PL 0,2.0769,0,0.6923,1.3846,0,2.0769,0.6923,0,3.4615,0.6923,0,5.5384,1.3846,0,6.923,2.7692,0,7.6153,4.1538,0 +PL 7.6153,4.8461,0,6.923,5.5384,0,5.5384,5.5384,0,4.1538,4.1538,0 +PL 3.4615,2.0769,0,2.7692,0,0,2.0769,-2.7692,0 + +[0076] v +PL 0.6923,6.2307,0,1.3846,6.2307,0,2.7692,5.5384,0,4.8461,-2.0769,0,5.5384,-2.7692,0,4.1538,-2.0769,0,2.0769,5.5384,0,1.3846,6.2307,0 +L 5.5384,-2.7692,6.2307,-2.7692 +PL 6.923,6.2307,0,5.5384,4.1538,0,1.3846,-0.6923,0,0,-2.7692,0 + +[0077] w +L 6.923,8.9999,4.8461,-2.7692 +L 7.6153,8.9999,4.1538,-2.7692 +PL 0,4.1538,0,0.6923,5.5384,0,1.3846,6.2307,0,2.7692,6.2307,0,3.4615,5.5384,0,3.4615,1.3846,0,4.1538,0.6923,0,6.2307,0.6923,0,7.6153,1.3846,0,8.9999,2.7692,0,7.6153,0.6923,0,6.2307,0,0,4.1538,0,0,3.4615,0.6923,0,2.7692,2.7692,0,2.7692,5.5384,0,2.0769,6.2307,0 +PL 8.9999,2.7692,0,9.6922,4.1538,0,10.3845,6.2307,0 + +[0078] x +PLC 2.7692,5.5384,0,2.7692,6.2307,0,1.3846,5.5384,0 +PL 1.3846,5.5384,0,0.6923,4.8461,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,1.3846,0,0,2.7692,0,0,3.4615,0.6923,0,4.1538,2.0769,0,4.8461,4.1538,0 +PL 0,2.0769,0,1.3846,0.6923,0,2.7692,0.6923,0,4.1538,2.0769,0,4.8461,0.6923,0,6.2307,0.6923,0,7.6153,1.3846,0,6.2307,0,0,4.8461,0,0,4.1538,0.6923,0,4.1538,4.1538,0 +PL 7.6153,1.3846,0,8.3076,2.7692,0,8.3076,4.1538,0,7.6153,5.5384,0,6.923,6.2307,0,6.923,5.5384,0,7.6153,5.5384,0 + +[0079] y + +[007a] z + +[007b] { +PL 2.0769,11.0768,0,0.6923,10.3845,0,0,9.6922,0,0,8.3076,0,1.3846,6.923,0,2.0769,5.5384,0,2.0769,6.923,0,1.3846,4.8461,0,2.0769,5.5384,0 +L 0.6923,10.3845,0,8.3076 +PL 0,9.6922,0,0.6923,8.3076,0,2.0769,6.923,0 +PL 1.3846,4.8461,0,0,4.1538,0,1.3846,3.4615,0,2.0769,2.7692,0,2.0769,1.3846,0,0.6923,0,0,0,-1.3846,0,0,0,0,0.6923,-2.0769,0,0,-1.3846,0 +L 1.3846,3.4615,2.0769,1.3846 +PL 2.0769,2.7692,0,1.3846,1.3846,0,0,0,0 +L 0.6923,-2.0769,2.0769,-2.7692 + +[007c] | +L 0,11.0768,0,-2.7692 + +[007d] } +PL 0,11.0768,0,1.3846,10.3845,0,2.0769,9.6922,0,2.0769,8.3076,0,0.6923,6.923,0,0,5.5384,0,0,6.923,0,0.6923,4.8461,0,0,5.5384,0 +L 1.3846,10.3845,2.0769,8.3076 +PL 2.0769,9.6922,0,1.3846,8.3076,0,0,6.923,0 +PL 0.6923,4.8461,0,2.0769,4.1538,0,0.6923,3.4615,0,0,2.7692,0,0,1.3846,0,1.3846,0,0,2.0769,-1.3846,0,2.0769,0,0,1.3846,-2.0769,0,2.0769,-1.3846,0 +L 0.6923,3.4615,0,1.3846 +PL 0,2.7692,0,0.6923,1.3846,0,2.0769,0,0 +L 1.3846,-2.0769,0,-2.7692 diff --git a/assets/fonts/GreekP.cxf b/assets/fonts/GreekP.cxf new file mode 100644 index 00000000..3970c230 --- /dev/null +++ b/assets/fonts/GreekP.cxf @@ -0,0 +1,351 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Greek Plain +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts + +[0021] ! +L 0,9,0,4 +L 1,9,1,4 +PLC 0,0,0,1,0,0,1,1,0,0,1,0 + +[0022] " +L 0,9,0,5 +L 4,9,4,5 + +[0023] # +L 3,10,1,-1 +L 6,10,4,-1 +L 0,6,7,6 +L 0,3,7,3 + +[0024] $ +PL 6,8,0,4,9,0,2,9,0,0,8,0,0,6,0,2,5,0,5,4,0,6,3,0,6,1,0,4,0,0,2,0,0,0,1,0 +L 3,10,3,-1 + +[0025] % +PL 3,11,0,1,11,0,0,10,0,0,8,0,1,7,0,3,7,0,4,8,0,4,10,0,3,11,0,7,10,0,10,10,0,12,11,0,0,-2,0 +PLC 8,1,0,8,-1,0,9,-2,0,11,-2,0,12,-1,0,12,1,0,11,2,0,9,2,0 + +[0026] & +PL 8,4,0,7,4,0,6,3,0,5,1,0,4,0,0,1,0,0,0,1,0,0,3,0,1,4,0,4,5,0,5,6,0,5,8,0,4,9,0,2,9,0,1,8,0,1,6,0,3,3,0,5,1,0,7,0,0,8,0,0 + +[0027] ' +PL 1,8,0,0,8,0,0,9,0,1,9,0,1,7,0,0,5,0 + +[0028] ( +PL 3,10,0,1,8,0,0,6,0,0,3,0,1,1,0,3,-1,0 + +[0029] ) +PL 0,10,0,2,8,0,3,6,0,3,3,0,2,1,0,0,-1,0 + +[002a] * +L 3,12,3,6 +L 0,11,6,7 +L 6,11,0,7 + +[002b] + +L 4,8,4,0 +L 0,4,8,4 + +[002c] , +PL 1,0,0,0,0,0,0,1,0,1,1,0,1,-1,0,0,-3,0 + +[002d] - +L 0,4,8,4 + +[002e] . +PLC 0,0,0,1,0,0,1,1,0,0,1,0 + +[002f] / +L 8,10,0,-1 + +[0030] 0 +PLC 1,8,0,0,6,0,0,3,0,1,1,0,3,0,0,5,1,0,6,3,0,6,6,0,5,8,0,3,9,0 + +[0031] 1 +PL 0,7,0,2,9,0,2,0,0 + +[0032] 2 +PL 0,8,0,2,9,0,4,9,0,6,8,0,6,6,0,5,4,0,0,0,0,6,0,0 + +[0033] 3 +PL 0,8,0,2,9,0,4,9,0,6,8,0,6,6,0,4,5,0,3,5,0 +PL 4,5,0,6,4,0,6,1,0,4,0,0,2,0,0,0,1,0 + +[0034] 4 +PL 8,3,0,0,3,0,5,9,0,5,0,0 + +[0035] 5 +PL 5,9,0,1,9,0,0,5,0,2,6,0,3,6,0,5,5,0,6,3,0,5,1,0,3,0,0,2,0,0,0,1,0 + +[0036] 6 +PL 5,9,0,3,9,0,1,8,0,0,6,0,0,3,0,1,1,0,3,0,0,5,1,0,6,3,0,5,5,0,3,6,0,1,5,0,0,3,0 + +[0037] 7 +PL 0,9,0,6,9,0,2,0,0 + +[0038] 8 +PLC 0,8,0,0,6,0,2,5,0,4,5,0,6,6,0,6,8,0,4,9,0,2,9,0 +PL 2,5,0,0,4,0,0,1,0,2,0,0,4,0,0,6,1,0,6,4,0,4,5,0 + +[0039] 9 +PLC 5,4,0,3,3,0,1,4,0,0,6,0,1,8,0,3,9,0,5,8,0,6,6,0 +PL 6,6,0,6,3,0,5,1,0,3,0,0,1,0,0 + +[003a] : +PLC 0,5,0,1,5,0,1,6,0,0,6,0 +PLC 0,0,0,1,0,0,1,1,0,0,1,0 + +[003b] ; +PLC 0,5,0,1,5,0,1,6,0,0,6,0 +PL 1,0,0,0,0,0,0,1,0,1,1,0,1,-1,0,0,-3,0 + +[003c] < +PL 10,10,0,0,4,0,10,-2,0 + +[003d] = +L 0,6,8,6 +L 0,2,8,2 + +[003e] > +PL 0,10,0,10,4,0,0,-2,0 + +[003f] ? +PL 0,8,0,2,9,0,3,9,0,5,8,0,5,6,0,2,5,0,2,4,0,3,4,0,3,5,0,5,6,0 +PLC 2,0,0,3,0,0,3,1,0,2,1,0 + +[0040] @ +PL 9,6,0,7,7,0,5,7,0,4,5,0,4,4,0,5,2,0,7,2,0,9,3,0,9,7,0 +PL 9,3,0,10,2,0,12,2,0,13,4,0,13,5,0,12,8,0,10,10,0,7,11,0,6,11,0,3,10,0,1,8,0,0,5,0,0,4,0,1,1,0,3,-1,0,6,-2,0,7,-2,0,10,-1,0 + +[0041] A +PL 8,0,0,4,9,0,0,0,0 +L 2,3,6,3 + +[0042] B +PL 0,5,0,4,5,0,6,6,0,6,8,0,4,9,0,0,9,0,0,0,0,4,0,0,6,1,0,6,4,0,4,5,0 + +[0043] C +PL 6,9,0,0,9,0,0,0,0 + +[0044] D +PLC 0,0,0,8,0,0,4,9,0 + +[0045] E +PL 6,9,0,0,9,0,0,0,0,6,0,0 +L 0,5,4,5 + +[0046] F +PL 0,9,0,6,9,0,0,0,0,6,0,0 + +[0047] G +L 0,9,0,0 +L 6,9,6,0 +L 0,5,6,5 + +[0048] H +PLC 1,8,0,0,6,0,0,3,0,1,1,0,3,0,0,4,0,0,6,1,0,7,3,0,7,6,0,6,8,0,4,9,0,3,9,0 +L 2,5,5,4 +L 5,5,2,4 + +[0049] I +L 0,9,0,0 + +[004a] J +L 0,9,0,0 +L 6,9,0,3 +L 2,5,6,0 + +[004b] K +PL 8,0,0,4,9,0,0,0,0 + +[004c] L +PL 8,0,0,8,9,0,4,0,0,0,9,0,0,0,0 + +[004d] M +PL 6,9,0,6,0,0,0,9,0,0,0,0 + +[004e] N +L 0,9,6,9 +L 1,5,5,4 +L 5,5,1,4 +L 0,0,6,0 + +[004f] O +PLC 1,8,0,0,6,0,0,3,0,1,1,0,3,0,0,4,0,0,6,1,0,7,3,0,7,6,0,6,8,0,4,9,0,3,9,0 + +[0050] P +PL 6,0,0,6,9,0,0,9,0,0,0,0 + +[0051] Q +PL 0,4,0,4,4,0,6,5,0,6,8,0,4,9,0,0,9,0,0,0,0 + +[0052] R +PL 6,9,0,0,9,0,3,5,0,0,0,0,6,0,0 + +[0053] S +L 4,9,4,0 +L 0,9,8,9 + +[0054] T +PL 0,7,0,0,8,0,1,9,0,2,9,0,3,8,0,4,6,0,4,0,0 +PL 8,7,0,8,8,0,7,9,0,6,9,0,5,8,0,4,6,0 + +[0055] U +L 4,9,4,0 +PLC 0,6,0,0,3,0,2,2,0,6,2,0,8,3,0,8,6,0,6,7,0,2,7,0 + +[0056] V +L 0,9,6,0 +L 6,9,0,0 + +[0057] W +L 4,9,4,0 +PL 0,7,0,1,6,0,1,3,0,3,2,0,5,2,0,7,3,0,7,6,0,8,7,0 + +[0058] X +PL 0,0,0,2,0,0,0,4,0,0,6,0,1,8,0,3,9,0,4,9,0,6,8,0,7,6,0,7,4,0,5,0,0,7,0,0 + +[0059] Y + +[005a] Z + +[005b] [ +PL 5,14,0,0,14,0,0,-6,0,5,-6,0 +L 1,14,1,-6 + +[005c] \ +L 0,9,10,-1 + +[005d] ] +L 4,14,4,-6 +PL 0,14,0,5,14,0,5,-6,0,0,-6,0 + +[005e] ^ +PL 0,6,0,1,7,0,3,9,0,3,-2,0 +PL 1,7,0,3,10,0,5,7,0,6,6,0 +L 3,9,5,7 + +[005f] _ +L 0,-2,10,-2 + +[0060] ` +PL 1,9,0,0,7,0,0,5,0,1,5,0,1,6,0,0,6,0 + +[0061] a +PL 8,0,0,4,9,0,0,0,0 +L 2,3,6,3 + +[0062] b +PL 0,5,0,4,5,0,6,6,0,6,8,0,4,9,0,0,9,0,0,0,0,4,0,0,6,1,0,6,4,0,4,5,0 + +[0063] c +PL 6,9,0,0,9,0,0,0,0 + +[0064] d +PLC 0,0,0,8,0,0,4,9,0 + +[0065] e +PL 6,9,0,0,9,0,0,0,0,6,0,0 +L 0,5,4,5 + +[0066] f +PL 0,9,0,6,9,0,0,0,0,6,0,0 + +[0067] g +L 0,9,0,0 +L 6,9,6,0 +L 0,5,6,5 + +[0068] h +PLC 1,8,0,0,6,0,0,3,0,1,1,0,3,0,0,4,0,0,6,1,0,7,3,0,7,6,0,6,8,0,4,9,0,3,9,0 +L 2,5,5,4 +L 5,5,2,4 + +[0069] i +L 0,9,0,0 + +[006a] j +L 0,9,0,0 +L 6,9,0,3 +L 2,5,6,0 + +[006b] k +PL 8,0,0,4,9,0,0,0,0 + +[006c] l +PL 8,0,0,8,9,0,4,0,0,0,9,0,0,0,0 + +[006d] m +PL 6,9,0,6,0,0,0,9,0,0,0,0 + +[006e] n +L 0,9,6,9 +L 1,5,5,4 +L 5,5,1,4 +L 0,0,6,0 + +[006f] o +PLC 1,8,0,0,6,0,0,3,0,1,1,0,3,0,0,4,0,0,6,1,0,7,3,0,7,6,0,6,8,0,4,9,0,3,9,0 + +[0070] p +PL 6,0,0,6,9,0,0,9,0,0,0,0 + +[0071] q +PL 0,4,0,4,4,0,6,5,0,6,8,0,4,9,0,0,9,0,0,0,0 + +[0072] r +PL 6,9,0,0,9,0,3,5,0,0,0,0,6,0,0 + +[0073] s +L 4,9,4,0 +L 0,9,8,9 + +[0074] t +PL 0,7,0,0,8,0,1,9,0,2,9,0,3,8,0,4,6,0,4,0,0 +PL 8,7,0,8,8,0,7,9,0,6,9,0,5,8,0,4,6,0 + +[0075] u +L 4,9,4,0 +PLC 0,6,0,0,3,0,2,2,0,6,2,0,8,3,0,8,6,0,6,7,0,2,7,0 + +[0076] v +L 0,9,6,0 +L 6,9,0,0 + +[0077] w +L 4,9,4,0 +PL 0,7,0,1,6,0,1,3,0,3,2,0,5,2,0,7,3,0,7,6,0,8,7,0 + +[0078] x +PL 0,0,0,2,0,0,0,4,0,0,6,0,1,8,0,3,9,0,4,9,0,6,8,0,7,6,0,7,4,0,5,0,0,7,0,0 + +[0079] y + +[007a] z + +[007b] { +PL 3,14,0,1,13,0,0,12,0,0,10,0,2,8,0,3,6,0,3,8,0,2,5,0,3,6,0 +L 1,13,0,10 +PL 0,12,0,1,10,0,3,8,0 +PL 2,5,0,0,4,0,2,3,0,3,2,0,3,0,0,1,-2,0,0,-4,0,0,-2,0,1,-5,0,0,-4,0 +L 2,3,3,0 +PL 3,2,0,2,0,0,0,-2,0 +L 1,-5,3,-6 + +[007c] | +L 0,10,0,-1 + +[007d] } +PL 0,14,0,2,13,0,3,12,0,3,10,0,1,8,0,0,6,0,0,8,0,1,5,0,0,6,0 +L 2,13,3,10 +PL 3,12,0,2,10,0,0,8,0 +PL 1,5,0,3,4,0,1,3,0,0,2,0,0,0,0,2,-2,0,3,-4,0,3,-2,0,2,-5,0,3,-4,0 +L 1,3,0,0 +PL 0,2,0,1,0,0,3,-2,0 +L 2,-5,0,-6 diff --git a/assets/fonts/GreekS.cxf b/assets/fonts/GreekS.cxf new file mode 100644 index 00000000..3ad43d0a --- /dev/null +++ b/assets/fonts/GreekS.cxf @@ -0,0 +1,343 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Greek Simplex +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts + +[0021] ! +L 0.4286,9.0002,0.4286,3.0001 +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[0022] " +L 0,9.0002,0,6.0001 +L 3.4287,9.0002,3.4287,6.0001 + +[0023] # +L 3.4287,10.7145,0.4286,-3.0001 +L 6.0001,10.7145,3.0001,-3.0001 +L 0.4286,5.143,6.4287,5.143 +L 0,2.5715,6.0001,2.5715 + +[0024] $ +L 2.1429,10.7145,2.1429,-1.7143 +L 3.8572,10.7145,3.8572,-1.7143 +PL 6.0001,7.7145,0,5.143,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0,0.8572,8.5716,0,0,7.7145,0,0,6.8573,0,0.4286,6.0001,0,0.8572,5.5716,0,1.7143,5.143,0,4.2858,4.2858,0,5.143,3.8572,0,5.5716,3.4287,0,6.0001,2.5715,0,6.0001,1.2857,0,5.143,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0,1.2857,0 + +[0025] % +PL 2.1429,9.0002,0,1.2857,9.0002,0,0.4286,8.5716,0,0,7.7145,0,0,6.8573,0,0.8572,6.0001,0,1.7143,6.0001,0,2.5715,6.4287,0,3.0001,7.2859,0,3.0001,8.1431,0,2.1429,9.0002,0,3.0001,8.5716,0,4.2858,8.1431,0,5.5716,8.1431,0,6.8573,8.5716,0,7.7145,9.0002,0,0,0,0 +PLC 5.143,2.5715,0,4.7144,1.7143,0,4.7144,0.8572,0,5.5716,0,0,6.4287,0,0,7.2859,0.4286,0,7.7145,1.2857,0,7.7145,2.1429,0,6.8573,3.0001,0,6.0001,3.0001,0 + +[0026] & +PL 8.5716,5.143,0,8.5716,5.5716,0,8.1431,6.0001,0,7.7145,6.0001,0,7.2859,5.5716,0,6.8573,4.7144,0,6.0001,2.5715,0,5.143,1.2857,0,4.2858,0.4286,0,3.4287,0,0,1.7143,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,2.5715,0,0.4286,3.4287,0,0.8572,3.8572,0,3.8572,5.5716,0,4.2858,6.0001,0,4.7144,6.8573,0,4.7144,7.7145,0,4.2858,8.5716,0,3.4287,9.0002,0,2.5715,8.5716,0,2.1429,7.7145,0,2.1429,6.8573,0,2.5715,5.5716,0,3.4287,4.2858,0,5.5716,1.2857,0,6.4287,0.4286,0,7.2859,0,0,8.1431,0,0,8.5716,0.4286,0,8.5716,0.8572,0 + +[0027] ' +PL 0.4286,8.1431,0,0,8.5716,0,0.4286,9.0002,0,0.8572,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,6.4287,0 + +[0028] ( +PL 3.0001,10.7145,0,2.1429,9.8574,0,1.2857,8.5716,0,0.4286,6.8573,0,0,4.7144,0,0,3.0001,0,0.4286,0.8572,0,1.2857,-0.8572,0,2.1429,-2.1429,0,3.0001,-3.0001,0 + +[0029] ) +PL 0,10.7145,0,0.8572,9.8574,0,1.7143,8.5716,0,2.5715,6.8573,0,3.0001,4.7144,0,3.0001,3.0001,0,2.5715,0.8572,0,1.7143,-0.8572,0,0.8572,-2.1429,0,0,-3.0001,0 + +[002a] * +L 2.1429,9.0002,2.1429,3.8572 +L 0,7.7145,4.2858,5.143 +L 4.2858,7.7145,0,5.143 + +[002b] + +L 3.8572,7.7145,3.8572,0 +L 0,3.8572,7.7145,3.8572 + +[002c] , +PLC 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0 +PL 0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[002d] - +L 0,3.8572,7.7145,3.8572 + +[002e] . +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[002f] / +L 7.7145,10.7145,0,-3.0001 + +[0030] 0 +PLC 1.2857,8.5716,0,0.4286,7.2859,0,0,5.143,0,0,3.8572,0,0.4286,1.7143,0,1.2857,0.4286,0,2.5715,0,0,3.4287,0,0,4.7144,0.4286,0,5.5716,1.7143,0,6.0001,3.8572,0,6.0001,5.143,0,5.5716,7.2859,0,4.7144,8.5716,0,3.4287,9.0002,0,2.5715,9.0002,0 + +[0031] 1 +PL 0,7.2859,0,0.8572,7.7145,0,2.1429,9.0002,0,2.1429,0,0 + +[0032] 2 +PL 0.4286,6.8573,0,0.4286,7.2859,0,0.8572,8.1431,0,1.2857,8.5716,0,2.1429,9.0002,0,3.8572,9.0002,0,4.7144,8.5716,0,5.143,8.1431,0,5.5716,7.2859,0,5.5716,6.4287,0,5.143,5.5716,0,4.2858,4.2858,0,0,0,0,6.0001,0,0 + +[0033] 3 +PL 0.8572,9.0002,0,5.5716,9.0002,0,3.0001,5.5716,0,4.2858,5.5716,0,5.143,5.143,0,5.5716,4.7144,0,6.0001,3.4287,0,6.0001,2.5715,0,5.5716,1.2857,0,4.7144,0.4286,0,3.4287,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0 + +[0034] 4 +PL 4.2858,0,0,4.2858,9.0002,0,0,3.0001,0,6.4287,3.0001,0 + +[0035] 5 +PL 5.143,9.0002,0,0.8572,9.0002,0,0.4286,5.143,0,0.8572,5.5716,0,2.1429,6.0001,0,3.4287,6.0001,0,4.7144,5.5716,0,5.5716,4.7144,0,6.0001,3.4287,0,6.0001,2.5715,0,5.5716,1.2857,0,4.7144,0.4286,0,3.4287,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0 + +[0036] 6 +PL 5.143,7.7145,0,4.7144,8.5716,0,3.4287,9.0002,0,2.5715,9.0002,0,1.2857,8.5716,0,0.4286,7.2859,0,0,5.143,0,0,3.0001,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.0001,0,0,4.2858,0.4286,0,5.143,1.2857,0,5.5716,2.5715,0,5.5716,3.0001,0,5.143,4.2858,0,4.2858,5.143,0,3.0001,5.5716,0,2.5715,5.5716,0,1.2857,5.143,0,0.4286,4.2858,0,0,3.0001,0 + +[0037] 7 +PL 0,9.0002,0,6.0001,9.0002,0,1.7143,0,0 + +[0038] 8 +PLC 0.8572,8.5716,0,0.4286,7.7145,0,0.4286,6.8573,0,0.8572,6.0001,0,1.7143,5.5716,0,3.4287,5.143,0,4.7144,4.7144,0,5.5716,3.8572,0,6.0001,3.0001,0,6.0001,1.7143,0,5.5716,0.8572,0,5.143,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,3.0001,0,0.4286,3.8572,0,1.2857,4.7144,0,2.5715,5.143,0,4.2858,5.5716,0,5.143,6.0001,0,5.5716,6.8573,0,5.5716,7.7145,0,5.143,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0 + +[0039] 9 +PLC 5.143,4.7144,0,4.2858,3.8572,0,3.0001,3.4287,0,2.5715,3.4287,0,1.2857,3.8572,0,0.4286,4.7144,0,0,6.0001,0,0,6.4287,0,0.4286,7.7145,0,1.2857,8.5716,0,2.5715,9.0002,0,3.0001,9.0002,0,4.2858,8.5716,0,5.143,7.7145,0,5.5716,6.0001,0 +PL 5.5716,6.0001,0,5.5716,3.8572,0,5.143,1.7143,0,4.2858,0.4286,0,3.0001,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,1.2857,0 + +[003a] : +PLC 0,5.5716,0,0.4286,5.143,0,0.8572,5.5716,0,0.4286,6.0001,0 +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[003b] ; +PLC 0,5.5716,0,0.4286,5.143,0,0.8572,5.5716,0,0.4286,6.0001,0 +PLC 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0 +PL 0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[003c] < +PL 6.8573,7.7145,0,0,3.8572,0,6.8573,0,0 + +[003d] = +L 0,5.143,7.7145,5.143 +L 0,2.5715,7.7145,2.5715 + +[003e] > +PL 0,7.7145,0,6.8573,3.8572,0,0,0,0 + +[003f] ? +PL 0,6.8573,0,0,7.2859,0,0.4286,8.1431,0,0.8572,8.5716,0,1.7143,9.0002,0,3.4287,9.0002,0,4.2858,8.5716,0,4.7144,8.1431,0,5.143,7.2859,0,5.143,6.4287,0,4.7144,5.5716,0,4.2858,5.143,0,2.5715,4.2858,0,2.5715,3.0001,0 +PLC 2.1429,0.4286,0,2.5715,0,0,3.0001,0.4286,0,2.5715,0.8572,0 + +[0040] @ +PL 6.4287,5.5716,0,6.0001,6.4287,0,5.143,6.8573,0,3.8572,6.8573,0,3.0001,6.4287,0,2.5715,6.0001,0,2.1429,4.7144,0,2.1429,3.4287,0,2.5715,2.5715,0,3.4287,2.1429,0,4.7144,2.1429,0,5.5716,2.5715,0,6.0001,3.4287,0,6.4287,6.8573,0 +PL 3.8572,6.8573,0,3.0001,6.0001,0,2.5715,4.7144,0,2.5715,3.4287,0,3.0001,2.5715,0,3.4287,2.1429,0 +PL 6.0001,3.4287,0,6.0001,2.5715,0,6.8573,2.1429,0,7.7145,2.1429,0,8.5716,3.0001,0,9.0002,4.2858,0,9.0002,5.143,0,8.5716,6.4287,0,8.1431,7.2859,0,7.2859,8.1431,0,6.4287,8.5716,0,5.143,9.0002,0,3.8572,9.0002,0,2.5715,8.5716,0,1.7143,8.1431,0,0.8572,7.2859,0,0.4286,6.4287,0,0,5.143,0,0,3.8572,0,0.4286,2.5715,0,0.8572,1.7143,0,1.7143,0.8572,0,2.5715,0.4286,0,3.8572,0,0,5.143,0,0,6.4287,0.4286,0,7.2859,0.8572,0,7.7145,1.2857,0 +PL 6.8573,6.8573,0,6.4287,3.4287,0,6.4287,2.5715,0,6.8573,2.1429,0 + +[0041] A +PL 6.8573,0,0,3.4287,9.0002,0,0,0,0 +L 1.2857,3.0001,5.5716,3.0001 + +[0042] B +PL 0,4.7144,0,3.8572,4.7144,0,5.143,5.143,0,5.5716,5.5716,0,6.0001,6.4287,0,6.0001,7.2859,0,5.5716,8.1431,0,5.143,8.5716,0,3.8572,9.0002,0,0,9.0002,0,0,0,0,3.8572,0,0,5.143,0.4286,0,5.5716,0.8572,0,6.0001,1.7143,0,6.0001,3.0001,0,5.5716,3.8572,0,5.143,4.2858,0,3.8572,4.7144,0 + +[0043] C +PL 5.143,9.0002,0,0,9.0002,0,0,0,0 + +[0044] D +PLC 0,0,0,6.8573,0,0,3.4287,9.0002,0 + +[0045] E +PL 5.5716,9.0002,0,0,9.0002,0,0,0,0,5.5716,0,0 +L 0,4.7144,3.4287,4.7144 + +[0046] F +PL 0,9.0002,0,6.0001,9.0002,0,0,0,0,6.0001,0,0 + +[0047] G +L 0,9.0002,0,0 +L 6.0001,9.0002,6.0001,0 +L 0,4.7144,6.0001,4.7144 + +[0048] H +PLC 1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.4287,0,6.8573,5.5716,0,6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0 +L 2.1429,4.7144,4.7144,4.7144 + +[0049] I +L 0,9.0002,0,0 + +[004a] J +L 0,9.0002,0,0 +L 6.0001,9.0002,0,3.0001 +L 2.1429,5.143,6.0001,0 + +[004b] K +PL 6.8573,0,0,3.4287,9.0002,0,0,0,0 + +[004c] L +PL 6.8573,0,0,6.8573,9.0002,0,3.4287,0,0,0,9.0002,0,0,0,0 + +[004d] M +PL 6.0001,9.0002,0,6.0001,0,0,0,9.0002,0,0,0,0 + +[004e] N +L 0,9.0002,6.0001,9.0002 +L 1.7143,4.7144,4.2858,4.7144 +L 0,0,6.0001,0 + +[004f] O +PLC 1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.4287,0,6.8573,5.5716,0,6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0 + +[0050] P +PL 6.0001,0,0,6.0001,9.0002,0,0,9.0002,0,0,0,0 + +[0051] Q +PL 0,4.2858,0,3.8572,4.2858,0,5.143,4.7144,0,5.5716,5.143,0,6.0001,6.0001,0,6.0001,7.2859,0,5.5716,8.1431,0,5.143,8.5716,0,3.8572,9.0002,0,0,9.0002,0,0,0,0 + +[0052] R +PL 6.0001,9.0002,0,0,9.0002,0,3.0001,4.7144,0,0,0,0,6.0001,0,0 + +[0053] S +L 3.0001,9.0002,3.0001,0 +L 0,9.0002,6.0001,9.0002 + +[0054] T +PL 0,6.8573,0,0,7.7145,0,0.4286,8.5716,0,0.8572,9.0002,0,1.7143,9.0002,0,2.1429,8.5716,0,2.5715,7.7145,0,3.0001,6.0001,0,3.0001,0,0 +PL 6.0001,6.8573,0,6.0001,7.7145,0,5.5716,8.5716,0,5.143,9.0002,0,4.2858,9.0002,0,3.8572,8.5716,0,3.4287,7.7145,0,3.0001,6.0001,0 + +[0055] U +L 3.0001,9.0002,3.0001,0 +PLC 0.8572,6.4287,0,0.4286,6.0001,0,0,5.143,0,0,3.8572,0,0.4286,3.0001,0,0.8572,2.5715,0,2.1429,2.1429,0,3.8572,2.1429,0,5.143,2.5715,0,5.5716,3.0001,0,6.0001,3.8572,0,6.0001,5.143,0,5.5716,6.0001,0,5.143,6.4287,0,3.8572,6.8573,0,2.1429,6.8573,0 + +[0056] V +L 0,9.0002,6.0001,0 +L 0,0,6.0001,9.0002 + +[0057] W +L 3.8572,9.0002,3.8572,0 +PL 0,6.4287,0,0.4286,6.4287,0,0.8572,6.0001,0,1.2857,4.2858,0,1.7143,3.4287,0,2.1429,3.0001,0,3.4287,2.5715,0,4.2858,2.5715,0,5.5716,3.0001,0,6.0001,3.4287,0,6.4287,4.2858,0,6.8573,6.0001,0,7.2859,6.4287,0,7.7145,6.4287,0 + +[0058] X +PL 0,0,0,1.7143,0,0,0.4286,3.0001,0,0,4.7144,0,0,6.4287,0,0.4286,7.7145,0,1.2857,8.5716,0,2.5715,9.0002,0,3.4287,9.0002,0,4.7144,8.5716,0,5.5716,7.7145,0,6.0001,6.4287,0,6.0001,4.7144,0,5.5716,3.0001,0,4.2858,0,0,6.0001,0,0 + +[0059] Y + +[005a] Z + +[005b] [ +PL 3.0001,10.7145,0,0,10.7145,0,0,-3.0001,0,3.0001,-3.0001,0 +L 0.4286,10.7145,0.4286,-3.0001 + +[005c] \ +L 0,9.0002,6.0001,-1.2857 + +[005d] ] +L 2.5715,10.7145,2.5715,-3.0001 +PL 0,10.7145,0,3.0001,10.7145,0,3.0001,-3.0001,0,0,-3.0001,0 + +[005e] ^ +PL 1.2857,6.4287,0,2.1429,7.7145,0,3.0001,6.4287,0 +PL 0,5.143,0,2.1429,7.2859,0,4.2858,5.143,0 +L 2.1429,7.2859,2.1429,0 + +[005f] _ +L 0,-0.8572,6.8573,-0.8572 + +[0060] ` +PL 0.8572,9.0002,0,0.4286,8.5716,0,0,7.7145,0,0,6.8573,0,0.4286,6.4287,0,0.8572,6.8573,0,0.4286,7.2859,0 + +[0061] a +PL 6.4287,0,0,6.0001,0,0,5.5716,0.4286,0,5.143,1.2857,0,4.2858,4.7144,0,3.8572,5.5716,0,3.4287,6.0001,0,2.5715,6.0001,0,1.7143,5.5716,0,0.8572,4.7144,0,0.4286,3.8572,0,0,2.5715,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1429,0,0,3.0001,0.4286,0,4.2858,1.7143,0,5.143,3.0001,0,6.0001,4.7144,0,6.4287,6.0001,0 + +[0062] b +PL 0.8572,2.1429,0,1.2857,0.8572,0,1.7143,0.4286,0,2.5715,0,0,3.4287,0,0,4.2858,0.4286,0,4.7144,0.8572,0,5.143,1.7143,0,5.143,3.0001,0,4.7144,3.8572,0,3.8572,4.7144,0,3.0001,5.143,0,4.2858,5.143,0,5.143,5.5716,0,5.5716,6.0001,0,6.0001,6.8573,0,6.0001,8.1431,0,5.143,9.0002,0,4.2858,9.0002,0,3.4287,8.5716,0,2.5715,7.7145,0,1.7143,6.0001,0,1.2857,4.7144,0,0.8572,3.0001,0,0.4286,0.4286,0,0,-3.0001,0 + +[0063] c +PL 0,4.7144,0,0.8572,5.5716,0,1.7143,6.0001,0,2.1429,6.0001,0,3.0001,5.5716,0,3.4287,5.143,0,3.8572,3.8572,0,3.8572,2.1429,0,3.4287,0,0,6.0001,3.8572,0,6.4287,4.7144,0,6.8573,6.0001,0 +PL 3.4287,0,0,2.5715,-1.7143,0,2.1429,-3.0001,0 + +[0064] d +PLC 2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.4287,0.4286,0,4.2858,1.2857,0,4.7144,2.5715,0,4.7144,3.8572,0,4.2858,5.143,0,3.4287,6.0001,0 +PL 3.4287,6.0001,0,2.5715,6.8573,0,2.1429,7.7145,0,2.1429,8.5716,0,2.5715,9.0002,0,3.4287,9.0002,0,4.2858,8.5716,0,5.143,7.7145,0 + +[0065] e +PL 4.2858,5.143,0,3.8572,5.5716,0,3.0001,6.0001,0,1.7143,6.0001,0,0.8572,5.5716,0,0.8572,4.7144,0,1.2857,3.8572,0,2.5715,3.4287,0,0.8572,3.0001,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.5715,0,0,3.4287,0.4286,0,4.2858,1.2857,0 + +[0066] f +PL 3.0001,9.0002,0,2.1429,8.5716,0,1.7143,8.1431,0,1.7143,7.7145,0,2.1429,7.2859,0,3.4287,6.8573,0,4.7144,6.8573,0,3.0001,6.0001,0,1.7143,5.143,0,0.4286,3.8572,0,0,2.5715,0,0,1.7143,0,0.4286,0.8572,0,1.2857,0,0,2.5715,-0.8572,0,3.0001,-1.7143,0,3.0001,-2.5715,0,2.5715,-3.0001,0,1.7143,-3.0001,0,1.2857,-2.1429,0 + +[0067] g +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,2.5715,4.7144,0,2.1429,3.0001,0,1.2857,0,0 +PL 2.1429,3.0001,0,3.0001,4.7144,0,3.8572,5.5716,0,4.7144,6.0001,0,5.5716,6.0001,0,6.4287,5.143,0,6.4287,3.8572,0,6.0001,1.7143,0,4.7144,-3.0001,0 + +[0068] h +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,2.5715,4.7144,0,2.1429,2.5715,0,2.1429,1.2857,0,2.5715,0.4286,0,3.0001,0,0,3.8572,0,0,4.7144,0.4286,0,5.5716,1.7143,0,6.0001,2.5715,0,6.4287,3.8572,0,6.8573,6.0001,0,6.8573,7.2859,0,6.4287,8.5716,0,5.5716,9.0002,0,4.7144,9.0002,0,4.2858,8.1431,0,4.2858,7.2859,0,4.7144,6.0001,0,5.5716,4.7144,0,6.4287,3.8572,0,7.7145,3.0001,0 + +[0069] i +PL 1.2857,6.0001,0,0.4286,3.0001,0,0,1.2857,0,0,0.4286,0,0.4286,0,0,1.2857,0,0,2.1429,0.8572,0,2.5715,1.7143,0 + +[006a] j +L 1.7143,6.0001,0,0 +PL 6.0001,5.5716,0,5.5716,6.0001,0,5.143,6.0001,0,4.2858,5.5716,0,2.5715,3.8572,0,1.7143,3.4287,0,1.2857,3.4287,0,2.1429,3.0001,0,2.5715,2.5715,0,3.4287,0.4286,0,3.8572,0,0,4.2858,0,0,4.7144,0.4286,0 + +[006b] k +PL 0,9.0002,0,0.8572,9.0002,0,1.7143,8.5716,0,2.1429,8.1431,0,5.5716,0,0 +L 3.0001,6.0001,0.4286,0 + +[006c] l +L 2.5715,6.0001,0,-3.0001 +PL 2.1429,4.2858,0,1.7143,2.1429,0,1.7143,0.8572,0,2.5715,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0,6.0001,3.0001,0,6.8573,6.0001,0 +PL 6.0001,3.0001,0,5.5716,1.2857,0,5.5716,0.4286,0,6.0001,0,0,6.8573,0,0,7.7145,0.8572,0,8.1431,1.7143,0 + +[006d] m +PL 0,6.0001,0,1.2857,6.0001,0,0.8572,3.4287,0,0.4286,1.2857,0,0,0,0,1.2857,0.4286,0,2.5715,1.2857,0,3.8572,2.5715,0,4.7144,3.8572,0,5.143,4.7144,0,5.5716,6.0001,0 + +[006e] n +PL 3.0001,9.0002,0,2.1429,8.5716,0,1.7143,8.1431,0,1.7143,7.7145,0,2.1429,7.2859,0,3.4287,6.8573,0,4.7144,6.8573,0 +PL 3.4287,6.8573,0,2.1429,6.4287,0,1.2857,6.0001,0,0.8572,5.143,0,0.8572,4.2858,0,1.7143,3.4287,0,3.0001,3.0001,0,3.8572,3.0001,0 +PL 3.0001,3.0001,0,1.2857,2.5715,0,0.4286,2.1429,0,0,1.2857,0,0,0.4286,0,0.8572,-0.4286,0,2.5715,-1.2857,0,3.0001,-1.7143,0,3.0001,-2.5715,0,2.1429,-3.0001,0,1.2857,-3.0001,0 + +[006f] o +PLC 1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.4287,0.4286,0,4.2858,1.2857,0,4.7144,2.5715,0,4.7144,3.8572,0,4.2858,5.143,0,3.8572,5.5716,0,3.0001,6.0001,0,2.1429,6.0001,0 + +[0070] p +L 3.0001,6.0001,1.2857,0 +PL 5.143,6.0001,0,5.5716,3.4287,0,6.0001,1.2857,0,6.4287,0,0 +PL 0,4.7144,0,0.8572,5.5716,0,2.1429,6.0001,0,7.7145,6.0001,0 + +[0071] q +PLC 1.7143,2.1429,0,2.1429,0.8572,0,2.5715,0.4286,0,3.4287,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.5715,0,6.4287,3.8572,0,6.0001,5.143,0,5.5716,5.5716,0,4.7144,6.0001,0,3.8572,6.0001,0,3.0001,5.5716,0,2.1429,4.7144,0,1.7143,3.4287,0 +L 1.7143,3.4287,0,-3.0001 + +[0072] r +PL 6.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.4287,0.4286,0,4.2858,1.2857,0,4.7144,2.5715,0,4.7144,3.8572,0,4.2858,5.143,0,3.8572,5.5716,0,3.0001,6.0001,0 + +[0073] s +L 3.8572,6.0001,2.5715,0 +PL 0,4.7144,0,0.8572,5.5716,0,2.1429,6.0001,0,6.8573,6.0001,0 + +[0074] t +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,2.5715,4.7144,0,1.7143,2.1429,0,1.7143,0.8572,0,2.5715,0,0,3.4287,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.4287,3.0001,0,6.8573,4.7144,0,6.8573,6.0001,0 + +[0075] u +PL 2.1429,5.5716,0,1.2857,5.143,0,0.4286,4.2858,0,0,3.0001,0,0,1.7143,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,3.0001,0,0,4.2858,0.4286,0,5.5716,1.2857,0,6.4287,2.5715,0,6.8573,3.8572,0,6.8573,5.143,0,6.0001,6.0001,0,5.143,6.0001,0,4.2858,5.143,0,3.4287,3.4287,0,2.5715,1.2857,0,1.2857,-3.0001,0 + +[0076] v +PL 0.4286,6.0001,0,1.2857,6.0001,0,2.1429,5.143,0,4.7144,-2.1429,0,5.5716,-3.0001,0,6.4287,-3.0001,0 +PL 6.8573,6.0001,0,6.4287,5.143,0,5.5716,3.8572,0,1.2857,-0.8572,0,0.4286,-2.1429,0,0,-3.0001,0 + +[0077] w +L 6.4287,9.0002,3.0001,-3.0001 +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,2.5715,4.7144,0,2.1429,2.5715,0,2.1429,1.2857,0,2.5715,0.4286,0,3.4287,0,0,4.2858,0,0,5.5716,0.4286,0,6.4287,1.2857,0,7.2859,2.5715,0,8.1431,4.7144,0,8.5716,6.0001,0 + +[0078] x +PL 2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,1.7143,0,0.4286,0.4286,0,0.8572,0,0,1.7143,0,0,2.5715,0.4286,0,3.4287,1.7143,0,3.8572,3.4287,0 +PL 3.4287,1.7143,0,3.8572,0.4286,0,4.2858,0,0,5.143,0,0,6.0001,0.4286,0,6.8573,1.7143,0,7.2859,3.0001,0,7.2859,4.2858,0,6.8573,5.5716,0,6.4287,6.0001,0 + +[0079] y + +[007a] z + +[007b] { +PL 2.1429,10.7145,0,1.2857,10.286,0,0.8572,9.8574,0,0.4286,9.0002,0,0.4286,8.1431,0,0.8572,7.2859,0,1.2857,6.8573,0,1.7143,6.0001,0,1.7143,5.143,0,0.8572,4.2858,0 +PL 1.2857,10.286,0,0.8572,9.4288,0,0.8572,8.5716,0,1.2857,7.7145,0,1.7143,7.2859,0,2.1429,6.4287,0,2.1429,5.5716,0,1.7143,4.7144,0,0,3.8572,0,1.7143,3.0001,0,2.1429,2.1429,0,2.1429,1.2857,0,1.7143,0.4286,0,1.2857,0,0,0.8572,-0.8572,0,0.8572,-1.7143,0,1.2857,-2.5715,0,0.8572,-2.1429,0,0.4286,-1.2857,0,0.4286,-0.4286,0,0.8572,0.4286,0,1.2857,0.8572,0,1.7143,1.7143,0,1.7143,2.5715,0,0.8572,3.4287,0 +L 1.2857,-2.5715,2.1429,-3.0001 + +[007c] | +L 0,10.7145,0,-3.0001 + +[007d] } +PL 0,10.7145,0,0.8572,10.286,0,1.2857,9.8574,0,1.7143,9.0002,0,1.7143,8.1431,0,1.2857,7.2859,0,0.8572,6.8573,0,0.4286,6.0001,0,0.4286,5.143,0,1.2857,4.2858,0 +PL 0.8572,10.286,0,1.2857,9.4288,0,1.2857,8.5716,0,0.8572,7.7145,0,0.4286,7.2859,0,0,6.4287,0,0,5.5716,0,0.4286,4.7144,0,2.1429,3.8572,0,0.4286,3.0001,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,0.8572,0,0,1.2857,-0.8572,0,1.2857,-1.7143,0,0.8572,-2.5715,0,1.2857,-2.1429,0,1.7143,-1.2857,0,1.7143,-0.4286,0,1.2857,0.4286,0,0.8572,0.8572,0,0.4286,1.7143,0,0.4286,2.5715,0,1.2857,3.4287,0 +L 0.8572,-2.5715,0,-3.0001 diff --git a/assets/fonts/GreekS_OL.cxf b/assets/fonts/GreekS_OL.cxf new file mode 100644 index 00000000..5e00383d --- /dev/null +++ b/assets/fonts/GreekS_OL.cxf @@ -0,0 +1,610 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: greeks_ol +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Christos Angelidis (cangel@otenet.gr) + +[0021] ! +L 0.4286,9.0002,0.4286,3.0001 +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[0022] " +PLC 0.5138,9.8141,0,1.4749,9.8141,0,0.4116,7.6181,0,-0.0007,7.6181,0 +PLC 1.9888,9.8141,0,3.0206,9.8141,0,1.6787,7.6181,0,1.267,7.6181,0 + +[0023] # +L 3.4287,10.7145,0.4286,-3.0001 +L 6.0001,10.7145,3.0001,-3.0001 +L 0.4286,5.143,6.4287,5.143 +L 0,2.5715,6.0001,2.5715 + +[0024] $ +L 2.1429,10.7145,2.1429,-1.7143 +L 3.8572,10.7145,3.8572,-1.7143 +PL 6.0001,7.7145,0,5.143,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0,0.8572,8.5716,0,0,7.7145,0,0,6.8573,0,0.4286,6.0001,0,0.8572,5.5716,0,1.7143,5.143,0,4.2858,4.2858,0,5.143,3.8572,0,5.5716,3.4287,0,6.0001,2.5715,0,6.0001,1.2857,0,5.143,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0,1.2857,0 + +[0025] % +PL 2.1429,9.0002,0,1.2857,9.0002,0,0.4286,8.5716,0,0,7.7145,0,0,6.8573,0,0.8572,6.0001,0,1.7143,6.0001,0,2.5715,6.4287,0,3.0001,7.2859,0,3.0001,8.1431,0,2.1429,9.0002,0,3.0001,8.5716,0,4.2858,8.1431,0,5.5716,8.1431,0,6.8573,8.5716,0,7.7145,9.0002,0,0,0,0 +PLC 5.143,2.5715,0,4.7144,1.7143,0,4.7144,0.8572,0,5.5716,0,0,6.4287,0,0,7.2859,0.4286,0,7.7145,1.2857,0,7.7145,2.1429,0,6.8573,3.0001,0,6.0001,3.0001,0 + +[0026] & +PL 8.5716,5.143,0,8.5716,5.5716,0,8.1431,6.0001,0,7.7145,6.0001,0,7.2859,5.5716,0,6.8573,4.7144,0,6.0001,2.5715,0,5.143,1.2857,0,4.2858,0.4286,0,3.4287,0,0,1.7143,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,2.5715,0,0.4286,3.4287,0,0.8572,3.8572,0,3.8572,5.5716,0,4.2858,6.0001,0,4.7144,6.8573,0,4.7144,7.7145,0,4.2858,8.5716,0,3.4287,9.0002,0,2.5715,8.5716,0,2.1429,7.7145,0,2.1429,6.8573,0,2.5715,5.5716,0,3.4287,4.2858,0,5.5716,1.2857,0,6.4287,0.4286,0,7.2859,0,0,8.1431,0,0,8.5716,0.4286,0,8.5716,0.8572,0 + +[0027] ' +PL 0.4286,8.1431,0,0,8.5716,0,0.4286,9.0002,0,0.8572,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,6.4287,0 + +[0028] ( +PL 3.0001,10.7145,0,2.1429,9.8574,0,1.2857,8.5716,0,0.4286,6.8573,0,0,4.7144,0,0,3.0001,0,0.4286,0.8572,0,1.2857,-0.8572,0,2.1429,-2.1429,0,3.0001,-3.0001,0 + +[0029] ) +PL 0,10.7145,0,0.8572,9.8574,0,1.7143,8.5716,0,2.5715,6.8573,0,3.0001,4.7144,0,3.0001,3.0001,0,2.5715,0.8572,0,1.7143,-0.8572,0,0.8572,-2.1429,0,0,-3.0001,0 + +[002a] * +L 2.1429,9.0002,2.1429,3.8572 +L 0,7.7145,4.2858,5.143 +L 4.2858,7.7145,0,5.143 + +[002b] + +L 3.8572,7.7145,3.8572,0 +L 0,3.8572,7.7145,3.8572 + +[002c] , +PLC 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0 +PL 0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[002d] - +L 0,3.8572,6.8573,3.8572 + +[002e] . +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[002f] / +L 2.5715,10.7145,0,-3.0001 + +[0030] 0 +PLC 1.2857,8.5716,0,0.4286,7.2859,0,0,5.143,0,0,3.8572,0,0.4286,1.7143,0,1.2857,0.4286,0,2.5715,0,0,3.4287,0,0,4.7144,0.4286,0,5.5716,1.7143,0,6.0001,3.8572,0,6.0001,5.143,0,5.5716,7.2859,0,4.7144,8.5716,0,3.4287,9.0002,0,2.5715,9.0002,0 + +[0031] 1 +PL 0,7.2859,0,0.8572,7.7145,0,2.1429,9.0002,0,2.1429,0,0 + +[0032] 2 +PL 0.4286,6.8573,0,0.4286,7.2859,0,0.8572,8.1431,0,1.2857,8.5716,0,2.1429,9.0002,0,3.8572,9.0002,0,4.7144,8.5716,0,5.143,8.1431,0,5.5716,7.2859,0,5.5716,6.4287,0,5.143,5.5716,0,4.2858,4.2858,0,0,0,0,6.0001,0,0 + +[0033] 3 +PL 0.8572,9.0002,0,5.5716,9.0002,0,3.0001,5.5716,0,4.2858,5.5716,0,5.143,5.143,0,5.5716,4.7144,0,6.0001,3.4287,0,6.0001,2.5715,0,5.5716,1.2857,0,4.7144,0.4286,0,3.4287,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0 + +[0034] 4 +PL 4.2858,0,0,4.2858,9.0002,0,0,3.0001,0,6.4287,3.0001,0 + +[0035] 5 +PL 5.143,9.0002,0,0.8572,9.0002,0,0.4286,5.143,0,0.8572,5.5716,0,2.1429,6.0001,0,3.4287,6.0001,0,4.7144,5.5716,0,5.5716,4.7144,0,6.0001,3.4287,0,6.0001,2.5715,0,5.5716,1.2857,0,4.7144,0.4286,0,3.4287,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0 + +[0036] 6 +PL 5.143,7.7145,0,4.7144,8.5716,0,3.4287,9.0002,0,2.5715,9.0002,0,1.2857,8.5716,0,0.4286,7.2859,0,0,5.143,0,0,3.0001,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.0001,0,0,4.2858,0.4286,0,5.143,1.2857,0,5.5716,2.5715,0,5.5716,3.0001,0,5.143,4.2858,0,4.2858,5.143,0,3.0001,5.5716,0,2.5715,5.5716,0,1.2857,5.143,0,0.4286,4.2858,0,0,3.0001,0 + +[0037] 7 +PL 0,9.0002,0,6.0001,9.0002,0,1.7143,0,0 + +[0038] 8 +PLC 0.8572,8.5716,0,0.4286,7.7145,0,0.4286,6.8573,0,0.8572,6.0001,0,1.7143,5.5716,0,3.4287,5.143,0,4.7144,4.7144,0,5.5716,3.8572,0,6.0001,3.0001,0,6.0001,1.7143,0,5.5716,0.8572,0,5.143,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,3.0001,0,0.4286,3.8572,0,1.2857,4.7144,0,2.5715,5.143,0,4.2858,5.5716,0,5.143,6.0001,0,5.5716,6.8573,0,5.5716,7.7145,0,5.143,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0 + +[0039] 9 +PLC 5.143,4.7144,0,4.2858,3.8572,0,3.0001,3.4287,0,2.5715,3.4287,0,1.2857,3.8572,0,0.4286,4.7144,0,0,6.0001,0,0,6.4287,0,0.4286,7.7145,0,1.2857,8.5716,0,2.5715,9.0002,0,3.0001,9.0002,0,4.2858,8.5716,0,5.143,7.7145,0,5.5716,6.0001,0 +PL 5.5716,6.0001,0,5.5716,3.8572,0,5.143,1.7143,0,4.2858,0.4286,0,3.0001,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,1.2857,0 + +[003a] : +PLC 0,5.5716,0,0.4286,5.143,0,0.8572,5.5716,0,0.4286,6.0001,0 +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[003b] ; +PLC 0,5.5716,0,0.4286,5.143,0,0.8572,5.5716,0,0.4286,6.0001,0 +PLC 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0 +PL 0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[003c] < +PL 6.8573,7.7145,0,0,3.8572,0,6.8573,0,0 + +[003d] = +L 0,5.143,7.7145,5.143 +L 0,2.5715,7.7145,2.5715 + +[003e] > +PL 0,7.7145,0,6.8573,3.8572,0,0,0,0 + +[003f] ? +PL 0,6.8573,0,0,7.2859,0,0.4286,8.1431,0,0.8572,8.5716,0,1.7143,9.0002,0,3.4287,9.0002,0,4.2858,8.5716,0,4.7144,8.1431,0,5.143,7.2859,0,5.143,6.4287,0,4.7144,5.5716,0,4.2858,5.143,0,2.5715,4.2858,0,2.5715,3.0001,0 +PLC 2.1429,0.4286,0,2.5715,0,0,3.0001,0.4286,0,2.5715,0.8572,0 + +[0040] @ +PL 6.4287,5.5716,0,6.0001,6.4287,0,5.143,6.8573,0,3.8572,6.8573,0,3.0001,6.4287,0,2.5715,6.0001,0,2.1429,4.7144,0,2.1429,3.4287,0,2.5715,2.5715,0,3.4287,2.1429,0,4.7144,2.1429,0,5.5716,2.5715,0,6.0001,3.4287,0,6.4287,6.8573,0 +PL 3.8572,6.8573,0,3.0001,6.0001,0,2.5715,4.7144,0,2.5715,3.4287,0,3.0001,2.5715,0,3.4287,2.1429,0 +PL 6.0001,3.4287,0,6.0001,2.5715,0,6.8573,2.1429,0,7.7145,2.1429,0,8.5716,3.0001,0,9.0002,4.2858,0,9.0002,5.143,0,8.5716,6.4287,0,8.1431,7.2859,0,7.2859,8.1431,0,6.4287,8.5716,0,5.143,9.0002,0,3.8572,9.0002,0,2.5715,8.5716,0,1.7143,8.1431,0,0.8572,7.2859,0,0.4286,6.4287,0,0,5.143,0,0,3.8572,0,0.4286,2.5715,0,0.8572,1.7143,0,1.7143,0.8572,0,2.5715,0.4286,0,3.8572,0,0,5.143,0,0,6.4287,0.4286,0,7.2859,0.8572,0,7.7145,1.2857,0 +PL 6.8573,6.8573,0,6.4287,3.4287,0,6.4287,2.5715,0,6.8573,2.1429,0 + +[0041] A +PL 6.8573,0,0,3.4287,9.0002,0,0,0,0 +L 1.2857,3.0001,5.5716,3.0001 + +[0042] B +PL 0,4.7144,0,3.8572,4.7144,0,5.143,5.143,0,5.5716,5.5716,0,6.0001,6.4287,0,6.0001,7.2859,0,5.5716,8.1431,0,5.143,8.5716,0,3.8572,9.0002,0,0,9.0002,0,0,0,0,3.8572,0,0,5.143,0.4286,0,5.5716,0.8572,0,6.0001,1.7143,0,6.0001,3.0001,0,5.5716,3.8572,0,5.143,4.2858,0,3.8572,4.7144,0 + +[0043] C +PL 6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0,1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0 + +[0044] D +PLC 0,0,0,3.0001,0,0,4.2858,0.4286,0,5.143,1.2857,0,5.5716,2.1429,0,6.0001,3.4287,0,6.0001,5.5716,0,5.5716,6.8573,0,5.143,7.7145,0,4.2858,8.5716,0,3.0001,9.0002,0,0,9.0002,0 + +[0045] E +PL 5.5716,9.0002,0,0,9.0002,0,0,0,0,5.5716,0,0 +L 0,4.7144,3.4287,4.7144 + +[0046] F +PL 5.5716,9.0002,0,0,9.0002,0,0,0,0 +L 0,4.7144,3.4287,4.7144 + +[0047] G +PL 6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0,1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.4287,3.4287,0,4.2858,3.4287,0 + +[0048] H +L 0,9.0002,0,0 +L 6.0001,9.0002,6.0001,0 +L 0,4.7144,6.0001,4.7144 + +[0049] I +L 0,9.0002,0,0 + +[004a] J +PL 4.2858,9.0002,0,4.2858,2.1429,0,3.8572,0.8572,0,3.4287,0.4286,0,2.5715,0,0,1.7143,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,2.1429,0,0,3.0001,0 + +[004b] K +L 0,9.0002,0,0 +L 6.0001,9.0002,0,3.0001 +L 2.1429,5.143,6.0001,0 + +[004c] L +PL 0,9.0002,0,0,0,0,5.143,0,0 + +[004d] M +PL 6.8573,0,0,6.8573,9.0002,0,3.4287,0,0,0,9.0002,0,0,0,0 + +[004e] N +PL 6.0001,9.0002,0,6.0001,0,0,0,9.0002,0,0,0,0 + +[004f] O +PLC 1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.4287,0,6.8573,5.5716,0,6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0 + +[0050] P +PL 0,4.2858,0,3.8572,4.2858,0,5.143,4.7144,0,5.5716,5.143,0,6.0001,6.0001,0,6.0001,7.2859,0,5.5716,8.1431,0,5.143,8.5716,0,3.8572,9.0002,0,0,9.0002,0,0,0,0 + +[0051] Q +PLC 1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.4287,0,6.8573,5.5716,0,6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0 +L 3.8572,1.7143,6.4287,-0.8572 + +[0052] R +PL 0,4.7144,0,3.8572,4.7144,0,5.143,5.143,0,5.5716,5.5716,0,6.0001,6.4287,0,6.0001,7.2859,0,5.5716,8.1431,0,5.143,8.5716,0,3.8572,9.0002,0,0,9.0002,0,0,0,0 +L 3.0001,4.7144,6.0001,0 + +[0053] S +PL 6.0001,7.7145,0,5.143,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0,0.8572,8.5716,0,0,7.7145,0,0,6.8573,0,0.4286,6.0001,0,0.8572,5.5716,0,1.7143,5.143,0,4.2858,4.2858,0,5.143,3.8572,0,5.5716,3.4287,0,6.0001,2.5715,0,6.0001,1.2857,0,5.143,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0,1.2857,0 + +[0054] T +L 3.0001,9.0002,3.0001,0 +L 0,9.0002,6.0001,9.0002 + +[0055] U +PL 0,9.0002,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4287,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.0001,2.5715,0,6.0001,9.0002,0 + +[0056] V +PL 0,9.0002,0,3.4287,0,0,6.8573,9.0002,0 + +[0057] W +PL 0,9.0002,0,2.1429,0,0,4.2858,9.0002,0,6.4287,0,0,8.5716,9.0002,0 + +[0058] X +L 0,9.0002,6.0001,0 +L 6.0001,9.0002,0,0 + +[0059] Y +PL 0,9.0002,0,3.4287,4.7144,0,3.4287,0,0 +L 6.8573,9.0002,3.4287,4.7144 + +[005a] Z +PL 0,9.0002,0,6.0001,9.0002,0,0,0,0,6.0001,0,0 + +[005b] [ +PL 3.0001,10.7145,0,0,10.7145,0,0,-3.0001,0,3.0001,-3.0001,0 +L 0.4286,10.7145,0.4286,-3.0001 + +[005c] \ +L 0,9.0002,6.0001,-1.2857 + +[005d] ] +L 2.5715,10.7145,2.5715,-3.0001 +PL 0,10.7145,0,3.0001,10.7145,0,3.0001,-3.0001,0,0,-3.0001,0 + +[005e] ^ +PL 1.2857,6.4287,0,2.1429,7.7145,0,3.0001,6.4287,0 +PL 0,5.143,0,2.1429,7.2859,0,4.2858,5.143,0 +L 2.1429,7.2859,2.1429,0 + +[005f] _ +L 0,-0.8572,6.8573,-0.8572 + +[0060] ` +PL 0.8572,9.0002,0,0.4286,8.5716,0,0,7.7145,0,0,6.8573,0,0.4286,6.4287,0,0.8572,6.8573,0,0.4286,7.2859,0 + +[0061] a +L 5.143,6.0001,5.143,0 +PL 5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 + +[0062] b +L 0,9.0002,0,0 +PL 0,4.7144,0,0.8572,5.5716,0,1.7143,6.0001,0,3.0001,6.0001,0,3.8572,5.5716,0,4.7144,4.7144,0,5.143,3.4287,0,5.143,2.5715,0,4.7144,1.2857,0,3.8572,0.4286,0,3.0001,0,0,1.7143,0,0,0.8572,0.4286,0,0,1.2857,0 + +[0063] c +PL 5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 + +[0064] d +L 5.143,9.0002,5.143,0 +PL 5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 + +[0065] e +PLC 5.143,3.4287,0,5.143,4.2858,0,4.7144,5.143,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0 +PL 0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 + +[0066] f +PL 3.4287,9.0002,0,2.5715,9.0002,0,1.7143,8.5716,0,1.2857,7.2859,0,1.2857,0,0 +L 0,6.0001,3.0001,6.0001 + +[0067] g +PL 5.143,6.0001,0,5.143,-0.8572,0,4.7144,-2.1429,0,4.2858,-2.5715,0,3.4287,-3.0001,0,2.1429,-3.0001,0,1.2857,-2.5715,0 +PL 5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 + +[0068] h +L 0,9.0002,0,0 +PL 0,4.2858,0,1.2857,5.5716,0,2.1429,6.0001,0,3.4287,6.0001,0,4.2858,5.5716,0,4.7144,4.2858,0,4.7144,0,0 + +[0069] i +PLC 0.4286,8.5716,0,0.8572,9.0002,0,0.4286,9.4288,0,0,9.0002,0 +L 0.4286,6.0001,0.4286,0 + +[006a] j +PLC 2.1429,8.5716,0,2.5715,9.0002,0,2.1429,9.4288,0,1.7143,9.0002,0 +PL 2.1429,6.0001,0,2.1429,-1.2857,0,1.7143,-2.5715,0,0.8572,-3.0001,0,0,-3.0001,0 + +[006b] k +L 0,9.0002,0,0 +L 4.2858,6.0001,0,1.7143 +L 1.7143,3.4287,4.7144,0 + +[006c] l +L 0,9.0002,0,0 + +[006d] m +L 0,6.0001,0,0 +PL 0,4.2858,0,1.2857,5.5716,0,2.1429,6.0001,0,3.4287,6.0001,0,4.2858,5.5716,0,4.7144,4.2858,0,4.7144,0,0 +PL 4.7144,4.2858,0,6.0001,5.5716,0,6.8573,6.0001,0,8.1431,6.0001,0,9.0002,5.5716,0,9.4288,4.2858,0,9.4288,0,0 + +[006e] n +L 0,6.0001,0,0 +PL 0,4.2858,0,1.2857,5.5716,0,2.1429,6.0001,0,3.4287,6.0001,0,4.2858,5.5716,0,4.7144,4.2858,0,4.7144,0,0 + +[006f] o +PLC 1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0,5.5716,2.5715,0,5.5716,3.4287,0,5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0 + +[0070] p +L 0,6.0001,0,-3.0001 +PL 0,4.7144,0,0.8572,5.5716,0,1.7143,6.0001,0,3.0001,6.0001,0,3.8572,5.5716,0,4.7144,4.7144,0,5.143,3.4287,0,5.143,2.5715,0,4.7144,1.2857,0,3.8572,0.4286,0,3.0001,0,0,1.7143,0,0,0.8572,0.4286,0,0,1.2857,0 + +[0071] q +L 5.143,6.0001,5.143,-3.0001 +PL 5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 + +[0072] r +L 0,6.0001,0,0 +PL 0,3.4287,0,0.4286,4.7144,0,1.2857,5.5716,0,2.1429,6.0001,0,3.4287,6.0001,0 + +[0073] s +PL 4.7144,4.7144,0,4.2858,5.5716,0,3.0001,6.0001,0,1.7143,6.0001,0,0.4286,5.5716,0,0,4.7144,0,0.4286,3.8572,0,1.2857,3.4287,0,3.4287,3.0001,0,4.2858,2.5715,0,4.7144,1.7143,0,4.7144,1.2857,0,4.2858,0.4286,0,3.0001,0,0,1.7143,0,0,0.4286,0.4286,0,0,1.2857,0 + +[0074] t +PL 1.2857,9.0002,0,1.2857,1.7143,0,1.7143,0.4286,0,2.5715,0,0,3.4287,0,0 +L 0,6.0001,3.0001,6.0001 + +[0075] u +PL 0,6.0001,0,0,1.7143,0,0.4286,0.4286,0,1.2857,0,0,2.5715,0,0,3.4287,0.4286,0,4.7144,1.7143,0 +L 4.7144,6.0001,4.7144,0 + +[0076] v +PL 0,6.0001,0,2.5715,0,0,5.143,6.0001,0 + +[0077] w +PL 0,6.0001,0,1.7143,0,0,3.4287,6.0001,0,5.143,0,0,6.8573,6.0001,0 + +[0078] x +L 0,6.0001,4.7144,0 +L 4.7144,6.0001,0,0 + +[0079] y +PL 0.4286,6.0001,0,3.0001,0,0,5.5716,6.0001,0 +PL 3.0001,0,0,2.1429,-1.7143,0,1.2857,-2.5715,0,0.4286,-3.0001,0,0,-3.0001,0 + +[007a] z +PL 0,6.0001,0,4.7144,6.0001,0,0,0,0,4.7144,0,0 + +[007b] { +PL 2.1429,10.7145,0,1.2857,10.286,0,0.8572,9.8574,0,0.4286,9.0002,0,0.4286,8.1431,0,0.8572,7.2859,0,1.2857,6.8573,0,1.7143,6.0001,0,1.7143,5.143,0,0.8572,4.2858,0 +PL 1.2857,10.286,0,0.8572,9.4288,0,0.8572,8.5716,0,1.2857,7.7145,0,1.7143,7.2859,0,2.1429,6.4287,0,2.1429,5.5716,0,1.7143,4.7144,0,0,3.8572,0,1.7143,3.0001,0,2.1429,2.1429,0,2.1429,1.2857,0,1.7143,0.4286,0,1.2857,0,0,0.8572,-0.8572,0,0.8572,-1.7143,0,1.2857,-2.5715,0,0.8572,-2.1429,0,0.4286,-1.2857,0,0.4286,-0.4286,0,0.8572,0.4286,0,1.2857,0.8572,0,1.7143,1.7143,0,1.7143,2.5715,0,0.8572,3.4287,0 +L 1.2857,-2.5715,2.1429,-3.0001 + +[007c] | +L 0,10.7145,0,-3.0001 + +[007d] } +PL 0,10.7145,0,0.8572,10.286,0,1.2857,9.8574,0,1.7143,9.0002,0,1.7143,8.1431,0,1.2857,7.2859,0,0.8572,6.8573,0,0.4286,6.0001,0,0.4286,5.143,0,1.2857,4.2858,0 +PL 0.8572,10.286,0,1.2857,9.4288,0,1.2857,8.5716,0,0.8572,7.7145,0,0.4286,7.2859,0,0,6.4287,0,0,5.5716,0,0.4286,4.7144,0,2.1429,3.8572,0,0.4286,3.0001,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,0.8572,0,0,1.2857,-0.8572,0,1.2857,-1.7143,0,0.8572,-2.5715,0,1.2857,-2.1429,0,1.7143,-1.2857,0,1.7143,-0.4286,0,1.2857,0.4286,0,0.8572,0.8572,0,0.4286,1.7143,0,0.4286,2.5715,0,1.2857,3.4287,0 +L 0.8572,-2.5715,0,-3.0001 + +[0386] Ά +PL 6.8573,0,0,3.4287,9.0002,0,0,0,0 +L 1.2857,3.0001,5.5716,3.0001 +L 2.3572,9.4288,1.1786,8.2502 + +[0388] Έ +PL 5.5716,9.0002,0,0,9.0002,0,0,0,0,5.5716,0,0 +L 0,4.7144,3.4287,4.7144 +L -1.1786,9.4288,-2.3572,8.2502 + +[0389] Ή +L 0,9.0002,0,0 +L 6.0001,9.0002,6.0001,0 +L 0,4.7144,6.0001,4.7144 +L -1.1786,9.4288,-2.3572,8.2502 + +[038a] Ί +L 0,9.0002,0,0 +L -1.1786,9.4288,-2.3572,8.2502 + +[038c] Ό +PLC 1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.4287,0,6.8573,5.5716,0,6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0 +L 0,9.4288,-1.1786,8.2502 + +[038e] Ύ +PL 0,6.8573,0,0,7.7145,0,0.4286,8.5716,0,0.8572,9.0002,0,1.7143,9.0002,0,2.1429,8.5716,0,2.5715,7.7145,0,3.0001,6.0001,0,3.0001,0,0 +PL 6.0001,6.8573,0,6.0001,7.7145,0,5.5716,8.5716,0,5.143,9.0002,0,4.2858,9.0002,0,3.8572,8.5716,0,3.4287,7.7145,0,3.0001,6.0001,0 +L -1.1786,9.4288,-2.3572,8.2502 + +[038f] Ώ +PL 0,0,0,1.7143,0,0,0.4286,3.0001,0,0,4.7144,0,0,6.4287,0,0.4286,7.7145,0,1.2857,8.5716,0,2.5715,9.0002,0,3.4287,9.0002,0,4.7144,8.5716,0,5.5716,7.7145,0,6.0001,6.4287,0,6.0001,4.7144,0,5.5716,3.0001,0,4.2858,0,0,6.0001,0,0 +L -1.1786,9.4288,-2.3572,8.2502 + +[0390] ΐ +PL 1.2857,6.0001,0,0.4286,3.0001,0,0,1.2857,0,0,0.4286,0,0.4286,0,0,1.2857,0,0,2.1429,0.8572,0,2.5715,1.7143,0 +L 2.0697,8.7278,1.6411,7.8706 + +[0391] Α +PL 6.8573,0,0,3.4287,9.0002,0,0,0,0 +L 1.2857,3.0001,5.5716,3.0001 + +[0392] Β +PL 0,4.7144,0,3.8572,4.7144,0,5.143,5.143,0,5.5716,5.5716,0,6.0001,6.4287,0,6.0001,7.2859,0,5.5716,8.1431,0,5.143,8.5716,0,3.8572,9.0002,0,0,9.0002,0,0,0,0,3.8572,0,0,5.143,0.4286,0,5.5716,0.8572,0,6.0001,1.7143,0,6.0001,3.0001,0,5.5716,3.8572,0,5.143,4.2858,0,3.8572,4.7144,0 + +[0393] Γ +PL 5.143,9.0002,0,0,9.0002,0,0,0,0 + +[0394] Δ +PLC 0,0,0,6.8573,0,0,3.4287,9.0002,0 + +[0395] Ε +PL 5.5716,9.0002,0,0,9.0002,0,0,0,0,5.5716,0,0 +L 0,4.7144,3.4287,4.7144 + +[0396] Ζ +PL 0,9.0002,0,6.0001,9.0002,0,0,0,0,6.0001,0,0 + +[0397] Η +L 0,9.0002,0,0 +L 6.0001,9.0002,6.0001,0 +L 0,4.7144,6.0001,4.7144 + +[0398] Θ +PLC 1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.4287,0,6.8573,5.5716,0,6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0 +L 2.1429,4.7144,4.7144,4.7144 + +[0399] Ι +L 0,9.0002,0,0 + +[039a] Κ +L 0,9.0002,0,0 +L 6.0001,9.0002,0,3.0001 +L 2.1429,5.143,6.0001,0 + +[039b] Λ +PL 6.8573,0,0,3.4287,9.0002,0,0,0,0 + +[039c] Μ +PL 6.8573,0,0,6.8573,9.0002,0,3.4287,0,0,0,9.0002,0,0,0,0 + +[039d] Ν +PL 6.0001,9.0002,0,6.0001,0,0,0,9.0002,0,0,0,0 + +[039e] Ξ +L 0,9.0002,6.0001,9.0002 +L 1.7143,4.7144,4.2858,4.7144 +L 0,0,6.0001,0 + +[039f] Ο +PLC 1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.4287,0,6.8573,5.5716,0,6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0 + +[03a0] Π +PL 6.0001,0,0,6.0001,9.0002,0,0,9.0002,0,0,0,0 + +[03a1] Ρ +PL 0,4.2858,0,3.8572,4.2858,0,5.143,4.7144,0,5.5716,5.143,0,6.0001,6.0001,0,6.0001,7.2859,0,5.5716,8.1431,0,5.143,8.5716,0,3.8572,9.0002,0,0,9.0002,0,0,0,0 + +[03a3] Σ +PL 6.0001,9.0002,0,0,9.0002,0,3.0001,4.7144,0,0,0,0,6.0001,0,0 + +[03a4] Τ +L 3.0001,9.0002,3.0001,0 +L 0,9.0002,6.0001,9.0002 + +[03a5] Υ +PL 0,6.8573,0,0,7.7145,0,0.4286,8.5716,0,0.8572,9.0002,0,1.7143,9.0002,0,2.1429,8.5716,0,2.5715,7.7145,0,3.0001,6.0001,0,3.0001,0,0 +PL 6.0001,6.8573,0,6.0001,7.7145,0,5.5716,8.5716,0,5.143,9.0002,0,4.2858,9.0002,0,3.8572,8.5716,0,3.4287,7.7145,0,3.0001,6.0001,0 + +[03a6] Φ +L 3.0001,9.0002,3.0001,0 +PLC 0.8572,6.4287,0,0.4286,6.0001,0,0,5.143,0,0,3.8572,0,0.4286,3.0001,0,0.8572,2.5715,0,2.1429,2.1429,0,3.8572,2.1429,0,5.143,2.5715,0,5.5716,3.0001,0,6.0001,3.8572,0,6.0001,5.143,0,5.5716,6.0001,0,5.143,6.4287,0,3.8572,6.8573,0,2.1429,6.8573,0 + +[03a7] Χ +L 0,9.0002,6.0001,0 +L 0,0,6.0001,9.0002 + +[03a8] Ψ +L 3.8572,9.0002,3.8572,0 +PL 0,6.4287,0,0.4286,6.4287,0,0.8572,6.0001,0,1.2857,4.2858,0,1.7143,3.4287,0,2.1429,3.0001,0,3.4287,2.5715,0,4.2858,2.5715,0,5.5716,3.0001,0,6.0001,3.4287,0,6.4287,4.2858,0,6.8573,6.0001,0,7.2859,6.4287,0,7.7145,6.4287,0 + +[03a9] Ω +PL 0,0,0,1.7143,0,0,0.4286,3.0001,0,0,4.7144,0,0,6.4287,0,0.4286,7.7145,0,1.2857,8.5716,0,2.5715,9.0002,0,3.4287,9.0002,0,4.7144,8.5716,0,5.5716,7.7145,0,6.0001,6.4287,0,6.0001,4.7144,0,5.5716,3.0001,0,4.2858,0,0,6.0001,0,0 + +[03aa] Ϊ +L 0,9.0002,0,0 + +[03ab] Ϋ +PL 0,6.8573,0,0,7.7145,0,0.4286,8.5716,0,0.8572,9.0002,0,1.7143,9.0002,0,2.1429,8.5716,0,2.5715,7.7145,0,3.0001,6.0001,0,3.0001,0,0 +PL 6.0001,6.8573,0,6.0001,7.7145,0,5.5716,8.5716,0,5.143,9.0002,0,4.2858,9.0002,0,3.8572,8.5716,0,3.4287,7.7145,0,3.0001,6.0001,0 + +[03ac] ά +PL 6.4287,0,0,6.0001,0,0,5.5716,0.4286,0,5.143,1.2857,0,4.2858,4.7144,0,3.8572,5.5716,0,3.4287,6.0001,0,2.5715,6.0001,0,1.7143,5.5716,0,0.8572,4.7144,0,0.4286,3.8572,0,0,2.5715,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1429,0,0,3.0001,0.4286,0,4.2858,1.7143,0,5.143,3.0001,0,6.0001,4.7144,0,6.4287,6.0001,0 +L 3.4287,8.1431,3.0001,7.2859 + +[03ad] έ +PL 4.2858,5.143,0,3.8572,5.5716,0,3.0001,6.0001,0,1.7143,6.0001,0,0.8572,5.5716,0,0.8572,4.7144,0,1.2857,3.8572,0,2.5715,3.4287,0,0.8572,3.0001,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.5715,0,0,3.4287,0.4286,0,4.2858,1.2857,0 +L 3.4287,8.1431,3.0001,7.2859 + +[03ae] ή +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,2.5715,4.7144,0,2.1429,3.0001,0,1.2857,0,0 +PL 2.1429,3.0001,0,3.0001,4.7144,0,3.8572,5.5716,0,4.7144,6.0001,0,5.5716,6.0001,0,6.4287,5.143,0,6.4287,3.8572,0,6.0001,1.7143,0,4.7144,-3.0001,0 +L 3.4287,8.1431,3.0001,7.2859 + +[03af] ί +PL 1.2857,6.0001,0,0.4286,3.0001,0,0,1.2857,0,0,0.4286,0,0.4286,0,0,1.2857,0,0,2.1429,0.8572,0,2.5715,1.7143,0 +L 2.3753,8.0966,1.9467,7.2394 + +[03b0] ΰ +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,2.5715,4.7144,0,1.7143,2.1429,0,1.7143,0.8572,0,2.5715,0,0,3.4287,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.4287,3.0001,0,6.8573,4.7144,0,6.8573,6.0001,0 +L 5.0756,8.1727,4.647,7.3156 + +[03b1] α +PL 6.4287,0,0,6.0001,0,0,5.5716,0.4286,0,5.143,1.2857,0,4.2858,4.7144,0,3.8572,5.5716,0,3.4287,6.0001,0,2.5715,6.0001,0,1.7143,5.5716,0,0.8572,4.7144,0,0.4286,3.8572,0,0,2.5715,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1429,0,0,3.0001,0.4286,0,4.2858,1.7143,0,5.143,3.0001,0,6.0001,4.7144,0,6.4287,6.0001,0 + +[03b2] β +PL 0.8572,2.1429,0,1.2857,0.8572,0,1.7143,0.4286,0,2.5715,0,0,3.4287,0,0,4.2858,0.4286,0,4.7144,0.8572,0,5.143,1.7143,0,5.143,3.0001,0,4.7144,3.8572,0,3.8572,4.7144,0,3.0001,5.143,0,4.2858,5.143,0,5.143,5.5716,0,5.5716,6.0001,0,6.0001,6.8573,0,6.0001,8.1431,0,5.143,9.0002,0,4.2858,9.0002,0,3.4287,8.5716,0,2.5715,7.7145,0,1.7143,6.0001,0,1.2857,4.7144,0,0.8572,3.0001,0,0.4286,0.4286,0,0,-3.0001,0 + +[03b3] γ +PL 0,4.7144,0,0.8572,5.5716,0,1.7143,6.0001,0,2.1429,6.0001,0,3.0001,5.5716,0,3.4287,5.143,0,3.8572,3.8572,0,3.8572,2.1429,0,3.4287,0,0,6.0001,3.8572,0,6.4287,4.7144,0,6.8573,6.0001,0 +PL 3.4287,0,0,2.5715,-1.7143,0,2.1429,-3.0001,0 + +[03b4] δ +PLC 2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.4287,0.4286,0,4.2858,1.2857,0,4.7144,2.5715,0,4.7144,3.8572,0,4.2858,5.143,0,3.4287,6.0001,0 +PL 3.4287,6.0001,0,2.5715,6.8573,0,2.1429,7.7145,0,2.1429,8.5716,0,2.5715,9.0002,0,3.4287,9.0002,0,4.2858,8.5716,0,5.143,7.7145,0 + +[03b5] ε +PL 4.2858,5.143,0,3.8572,5.5716,0,3.0001,6.0001,0,1.7143,6.0001,0,0.8572,5.5716,0,0.8572,4.7144,0,1.2857,3.8572,0,2.5715,3.4287,0,0.8572,3.0001,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.5715,0,0,3.4287,0.4286,0,4.2858,1.2857,0 + +[03b6] ζ +PL 3.0001,9.0002,0,2.1429,8.5716,0,1.7143,8.1431,0,1.7143,7.7145,0,2.1429,7.2859,0,3.4287,6.8573,0,4.7144,6.8573,0,3.0001,6.0001,0,1.7143,5.143,0,0.4286,3.8572,0,0,2.5715,0,0,1.7143,0,0.4286,0.8572,0,1.2857,0,0,2.5715,-0.8572,0,3.0001,-1.7143,0,3.0001,-2.5715,0,2.5715,-3.0001,0,1.7143,-3.0001,0,1.2857,-2.1429,0 + +[03b7] η +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,2.5715,4.7144,0,2.1429,3.0001,0,1.2857,0,0 +PL 2.1429,3.0001,0,3.0001,4.7144,0,3.8572,5.5716,0,4.7144,6.0001,0,5.5716,6.0001,0,6.4287,5.143,0,6.4287,3.8572,0,6.0001,1.7143,0,4.7144,-3.0001,0 + +[03b8] θ +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,2.5715,4.7144,0,2.1429,2.5715,0,2.1429,1.2857,0,2.5715,0.4286,0,3.0001,0,0,3.8572,0,0,4.7144,0.4286,0,5.5716,1.7143,0,6.0001,2.5715,0,6.4287,3.8572,0,6.8573,6.0001,0,6.8573,7.2859,0,6.4287,8.5716,0,5.5716,9.0002,0,4.7144,9.0002,0,4.2858,8.1431,0,4.2858,7.2859,0,4.7144,6.0001,0,5.5716,4.7144,0,6.4287,3.8572,0,7.7145,3.0001,0 + +[03b9] ι +PL 1.2857,6.0001,0,0.4286,3.0001,0,0,1.2857,0,0,0.4286,0,0.4286,0,0,1.2857,0,0,2.1429,0.8572,0,2.5715,1.7143,0 + +[03ba] κ +L 1.7143,6.0001,0,0 +PL 6.0001,5.5716,0,5.5716,6.0001,0,5.143,6.0001,0,4.2858,5.5716,0,2.5715,3.8572,0,1.7143,3.4287,0,1.2857,3.4287,0,2.1429,3.0001,0,2.5715,2.5715,0,3.4287,0.4286,0,3.8572,0,0,4.2858,0,0,4.7144,0.4286,0 + +[03bb] λ +PL 0,9.0002,0,0.8572,9.0002,0,1.7143,8.5716,0,2.1429,8.1431,0,5.5716,0,0 +L 3.0001,6.0001,0.4286,0 + +[03bc] μ +L 2.5715,6.0001,0,-3.0001 +PL 2.1429,4.2858,0,1.7143,2.1429,0,1.7143,0.8572,0,2.5715,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0,6.0001,3.0001,0,6.8573,6.0001,0 +PL 6.0001,3.0001,0,5.5716,1.2857,0,5.5716,0.4286,0,6.0001,0,0,6.8573,0,0,7.7145,0.8572,0,8.1431,1.7143,0 + +[03bd] ν +PL 0,6.0001,0,1.2857,6.0001,0,0.8572,3.4287,0,0.4286,1.2857,0,0,0,0,1.2857,0.4286,0,2.5715,1.2857,0,3.8572,2.5715,0,4.7144,3.8572,0,5.143,4.7144,0,5.5716,6.0001,0 + +[03be] ξ +PL 3.0001,9.0002,0,2.1429,8.5716,0,1.7143,8.1431,0,1.7143,7.7145,0,2.1429,7.2859,0,3.4287,6.8573,0,4.7144,6.8573,0 +PL 3.4287,6.8573,0,2.1429,6.4287,0,1.2857,6.0001,0,0.8572,5.143,0,0.8572,4.2858,0,1.7143,3.4287,0,3.0001,3.0001,0,3.8572,3.0001,0 +PL 3.0001,3.0001,0,1.2857,2.5715,0,0.4286,2.1429,0,0,1.2857,0,0,0.4286,0,0.8572,-0.4286,0,2.5715,-1.2857,0,3.0001,-1.7143,0,3.0001,-2.5715,0,2.1429,-3.0001,0,1.2857,-3.0001,0 + +[03bf] ο +PLC 1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.4287,0.4286,0,4.2858,1.2857,0,4.7144,2.5715,0,4.7144,3.8572,0,4.2858,5.143,0,3.8572,5.5716,0,3.0001,6.0001,0,2.1429,6.0001,0 + +[03c0] π +L 3.0001,6.0001,1.2857,0 +PL 5.143,6.0001,0,5.5716,3.4287,0,6.0001,1.2857,0,6.4287,0,0 +PL 0,4.7144,0,0.8572,5.5716,0,2.1429,6.0001,0,7.7145,6.0001,0 + +[03c1] ρ +PLC 1.7143,2.1429,0,2.1429,0.8572,0,2.5715,0.4286,0,3.4287,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.5715,0,6.4287,3.8572,0,6.0001,5.143,0,5.5716,5.5716,0,4.7144,6.0001,0,3.8572,6.0001,0,3.0001,5.5716,0,2.1429,4.7144,0,1.7143,3.4287,0 +L 1.7143,3.4287,0,-3.0001 + +[03c2] ς + +[03c3] σ +PL 6.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.4287,0.4286,0,4.2858,1.2857,0,4.7144,2.5715,0,4.7144,3.8572,0,4.2858,5.143,0,3.8572,5.5716,0,3.0001,6.0001,0 + +[03c4] τ +L 3.8572,6.0001,2.5715,0 +PL 0,4.7144,0,0.8572,5.5716,0,2.1429,6.0001,0,6.8573,6.0001,0 + +[03c5] υ +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,2.5715,4.7144,0,1.7143,2.1429,0,1.7143,0.8572,0,2.5715,0,0,3.4287,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.4287,3.0001,0,6.8573,4.7144,0,6.8573,6.0001,0 + +[03c6] φ +PL 2.1429,5.5716,0,1.2857,5.143,0,0.4286,4.2858,0,0,3.0001,0,0,1.7143,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,3.0001,0,0,4.2858,0.4286,0,5.5716,1.2857,0,6.4287,2.5715,0,6.8573,3.8572,0,6.8573,5.143,0,6.0001,6.0001,0,5.143,6.0001,0,4.2858,5.143,0,3.4287,3.4287,0,2.5715,1.2857,0,1.2857,-3.0001,0 + +[03c7] χ +PL 0.4286,6.0001,0,1.2857,6.0001,0,2.1429,5.143,0,4.7144,-2.1429,0,5.5716,-3.0001,0,6.4287,-3.0001,0 +PL 6.8573,6.0001,0,6.4287,5.143,0,5.5716,3.8572,0,1.2857,-0.8572,0,0.4286,-2.1429,0,0,-3.0001,0 + +[03c8] ψ +L 6.4287,9.0002,3.0001,-3.0001 +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,2.5715,4.7144,0,2.1429,2.5715,0,2.1429,1.2857,0,2.5715,0.4286,0,3.4287,0,0,4.2858,0,0,5.5716,0.4286,0,6.4287,1.2857,0,7.2859,2.5715,0,8.1431,4.7144,0,8.5716,6.0001,0 + +[03c9] ω +PL 2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,1.7143,0,0.4286,0.4286,0,0.8572,0,0,1.7143,0,0,2.5715,0.4286,0,3.4287,1.7143,0,3.8572,3.4287,0 +PL 3.4287,1.7143,0,3.8572,0.4286,0,4.2858,0,0,5.143,0,0,6.0001,0.4286,0,6.8573,1.7143,0,7.2859,3.0001,0,7.2859,4.2858,0,6.8573,5.5716,0,6.4287,6.0001,0 + +[03ca] ϊ +PL 1.2857,6.0001,0,0.4286,3.0001,0,0,1.2857,0,0,0.4286,0,0.4286,0,0,1.2857,0,0,2.1429,0.8572,0,2.5715,1.7143,0 + +[03cb] ϋ +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,2.5715,4.7144,0,1.7143,2.1429,0,1.7143,0.8572,0,2.5715,0,0,3.4287,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.4287,3.0001,0,6.8573,4.7144,0,6.8573,6.0001,0 + +[03cc] ό +PLC 1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.4287,0.4286,0,4.2858,1.2857,0,4.7144,2.5715,0,4.7144,3.8572,0,4.2858,5.143,0,3.8572,5.5716,0,3.0001,6.0001,0,2.1429,6.0001,0 +L 3.4287,8.1431,3.0001,7.2859 + +[03cd] ύ +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,2.5715,4.7144,0,1.7143,2.1429,0,1.7143,0.8572,0,2.5715,0,0,3.4287,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.4287,3.0001,0,6.8573,4.7144,0,6.8573,6.0001,0 +L 4.7144,8.2502,4.2858,7.393 + +[03ce] ώ +PL 2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,1.7143,0,0.4286,0.4286,0,0.8572,0,0,1.7143,0,0,2.5715,0.4286,0,3.4287,1.7143,0,3.8572,3.4287,0 +PL 3.4287,1.7143,0,3.8572,0.4286,0,4.2858,0,0,5.143,0,0,6.0001,0.4286,0,6.8573,1.7143,0,7.2859,3.0001,0,7.2859,4.2858,0,6.8573,5.5716,0,6.4287,6.0001,0 +L 4.7144,8.2502,4.2858,7.393 diff --git a/assets/fonts/Greek_OL.cxf b/assets/fonts/Greek_OL.cxf new file mode 100644 index 00000000..026e4ff6 --- /dev/null +++ b/assets/fonts/Greek_OL.cxf @@ -0,0 +1,567 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Greek OL +# Name: greekOL+ +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Kochi Gothic +# Author: Yoshimune Kobayashi (OutLine Version 2002.10.15) + +[0021] ! +PLC 1.1267,8.9284,0,1.1214,8.6781,0,1.1126,8.3783,0,1.1004,8.029,0,1.0842,7.6302,0,1.0649,7.1819,0,1.0421,6.684,0,1.0155,6.1367,0,0.9891,5.5855,0,0.9661,5.0761,0,0.9467,4.6086,0,0.9309,4.1828,0,0.9186,3.7988,0,0.9099,3.4567,0,0.9046,3.1563,0,0.9028,2.8978,0,0.4511,2.8978,0,0.4477,3.1563,0,0.4372,3.4567,0,0.4192,3.7988,0,0.3947,4.1828,0,0.3628,4.6086,0,0.3242,5.0761,0,0.2782,5.5855,0,0.2253,6.1367,0,0.1724,6.684,0,0.1265,7.1819,0,0.0879,7.6302,0,0.056,8.029,0,0.0313,8.3783,0,0.0138,8.6781,0,0.003,8.9284,0,-0.0006,9.1292,0,1.1285,9.1292,0 +PLC 0.2253,1.56,0,1.1285,1.56,0,1.1285,0.4334,0,0.2253,0.4334,0 + +[0022] " +PLC 0.5148,9.8333,0,1.4778,9.8333,0,0.4124,7.6329,0,-0.0007,7.6329,0 +PLC 1.9927,9.8333,0,3.0265,9.8333,0,1.682,7.6329,0,1.2695,7.6329,0 + +[0023] # +PLC 0.6451,0.2984,0,0.8428,2.6865,0,-0.0008,2.6865,0,0.0524,3.4376,0,0.92,3.4376,0,1.1951,6.8173,0,0.232,6.8173,0,0.2818,7.5684,0,1.2624,7.5684,0,1.4426,9.6925,0,1.9329,9.6925,0,1.7527,7.5684,0,2.889,7.5684,0,3.0686,9.6925,0,3.5589,9.6925,0,3.3793,7.5684,0,4.367,7.5684,0,4.3177,6.8173,0,3.3084,6.8173,0,3.0335,3.4376,0,4.1341,3.4376,0,4.0849,2.6865,0,2.9557,2.6865,0,2.7585,0.2984,0,2.2682,0.2984,0,2.4654,2.6865,0,1.3331,2.6865,0,1.1354,0.2984,0 +PLC 1.4103,3.4376,0,2.5432,3.4376,0,2.8181,6.8173,0,1.686,6.8173,0 + +[0026] & +PLC 4.2431,1.3429,0,4.1764,1.2802,0,4.1032,1.2064,0,4.0242,1.1217,0,3.94,1.026,0,3.8499,0.9193,0,3.7538,0.8016,0,3.6521,0.6729,0,3.5445,0.5331,0,3.4391,0.6642,0,3.3362,0.7935,0,3.2355,0.921,0,3.1372,1.0466,0,3.0413,1.1703,0,2.9482,1.2923,0,2.8575,1.4124,0,2.7686,1.5306,0,2.7399,1.4944,0,2.7043,1.4533,0,2.6621,1.4071,0,2.6136,1.3561,0,2.5579,1.3001,0,2.496,1.2391,0,2.4275,1.1732,0,2.3526,1.1023,0,2.27,1.0335,0,2.1805,0.9739,0,2.0835,0.9235,0,1.9793,0.8823,0,1.8675,0.8502,0,1.7482,0.8273,0,1.6218,0.8135,0,1.4878,0.8089,0,1.3292,0.8201,0,1.1777,0.8538,0,1.0332,0.91,0,0.8963,0.9886,0,0.7664,1.0897,0,0.6435,1.2132,0,0.5276,1.3592,0,0.4189,1.5277,0,0.3205,1.7074,0,0.2351,1.8873,0,0.1631,2.0672,0,0.104,2.2472,0,0.0585,2.4273,0,0.0256,2.6075,0,0.0058,2.7878,0,-0.0007,2.9682,0,0.0058,3.1669,0,0.0244,3.3551,0,0.0555,3.5329,0,0.0987,3.7002,0,0.1549,3.857,0,0.2234,4.0035,0,0.3042,4.1394,0,0.3977,4.2649,0,0.4961,4.3827,0,0.592,4.4956,0,0.6856,4.6035,0,0.7763,4.7065,0,0.8647,4.8045,0,0.9502,4.8975,0,1.0332,4.9856,0,1.1139,5.0688,0,1.0718,5.1986,0,1.0302,5.3297,0,0.9898,5.4622,0,0.9512,5.5961,0,0.9138,5.7314,0,0.8775,5.8681,0,0.8425,6.0061,0,0.809,6.1455,0,0.7781,6.2854,0,0.7512,6.4248,0,0.7284,6.5637,0,0.7096,6.7022,0,0.695,6.8402,0,0.685,6.9778,0,0.6787,7.1149,0,0.6769,7.2515,0,0.6821,7.4279,0,0.6973,7.5992,0,0.7237,7.7653,0,0.7605,7.9263,0,0.8074,8.0822,0,0.8652,8.2329,0,0.9331,8.3785,0,1.0116,8.5189,0,1.0999,8.6482,0,1.1953,8.7602,0,1.2993,8.855,0,1.4112,8.9326,0,1.5312,8.9929,0,1.6593,9.036,0,1.7956,9.0619,0,1.9395,9.0705,0,2.0665,9.0569,0,2.1882,9.028,0,2.3041,8.9836,0,2.4146,8.9238,0,2.5193,8.8486,0,2.6194,8.758,0,2.7136,8.6521,0,2.8025,8.5307,0,2.8833,8.3984,0,2.9534,8.2597,0,3.0138,8.1145,0,3.0635,7.963,0,3.1033,7.805,0,3.1326,7.6406,0,3.1512,7.4698,0,3.1606,7.2926,0,3.1536,7.0822,0,3.1336,6.8822,0,3.1003,6.6927,0,3.0542,6.5137,0,2.9944,6.3451,0,2.9213,6.1869,0,2.8348,6.0392,0,2.7352,5.902,0,2.627,5.7699,0,2.5134,5.6376,0,2.3965,5.5051,0,2.2742,5.3724,0,2.1478,5.2396,0,2.0173,5.1066,0,1.8815,4.9733,0,1.7423,4.84,0,1.8395,4.6019,0,1.9453,4.3658,0,2.0595,4.1317,0,2.1811,3.8997,0,2.3116,3.6696,0,2.4497,3.4416,0,2.5966,3.2156,0,2.751,2.9917,0,2.7955,3.1392,0,2.8353,3.2942,0,2.8698,3.4568,0,2.9003,3.6268,0,2.9254,3.8044,0,2.9465,3.9895,0,2.9623,4.1821,0,2.9734,4.3823,0,3.6754,4.3823,0,3.6615,4.1083,0,3.638,3.841,0,3.6041,3.5803,0,3.5608,3.3261,0,3.507,3.0786,0,3.4437,2.8376,0,3.3706,2.6033,0,3.287,2.3756,0,3.3888,2.2689,0,3.4946,2.1599,0,3.6053,2.0488,0,3.7211,1.9355,0,3.8417,1.82,0,3.9675,1.7023,0,4.098,1.5823,0,4.2325,1.4602,0 +PLC 0.6793,2.7052,0,0.6874,2.5674,0,0.7015,2.4374,0,0.7207,2.3154,0,0.7453,2.2013,0,0.7757,2.095,0,0.8114,1.9966,0,0.853,1.9062,0,0.9009,1.825,0,0.9559,1.7547,0,1.0185,1.6952,0,1.0882,1.6465,0,1.166,1.6087,0,1.2508,1.5816,0,1.3427,1.5654,0,1.4421,1.56,0,1.5597,1.5629,0,1.6668,1.5717,0,1.764,1.5864,0,1.8512,1.6069,0,1.9278,1.6333,0,1.9939,1.6656,0,2.0506,1.7037,0,2.0969,1.7477,0,2.1361,1.7927,0,2.1718,1.8339,0,2.2039,1.8712,0,2.2326,1.9047,0,2.2584,1.9343,0,2.2801,1.9601,0,2.2987,1.982,0,2.3134,2,0,2.2724,2.0633,0,2.2256,2.1357,0,2.1736,2.2173,0,2.1162,2.3081,0,2.0542,2.408,0,1.9863,2.5171,0,1.9138,2.6354,0,1.8354,2.7628,0,1.754,2.9004,0,1.6722,3.0492,0,1.589,3.2092,0,1.5054,3.3804,0,1.4205,3.5627,0,1.3345,3.7563,0,1.2474,3.961,0,1.1595,4.1769,0,1.125,4.1343,0,1.0888,4.0885,0,1.0519,4.0397,0,1.0133,3.9877,0,0.9741,3.9326,0,0.9337,3.8744,0,0.8922,3.813,0,0.8494,3.7486,0,0.809,3.6768,0,0.774,3.5935,0,0.7441,3.4986,0,0.7195,3.3921,0,0.7009,3.2741,0,0.6874,3.1446,0,0.6793,3.0035,0,0.6769,2.8508,0 +PLC 2.4772,7.4472,0,2.4667,7.559,0,2.452,7.6632,0,2.4328,7.7598,0,2.4088,7.8488,0,2.3801,7.9302,0,2.3473,8.0039,0,2.3098,8.0701,0,2.2695,8.1285,0,2.2268,8.1792,0,2.1823,8.222,0,2.1355,8.2571,0,2.0869,8.2844,0,2.036,8.3039,0,1.9834,8.3155,0,1.929,8.3194,0,1.8728,8.3162,0,1.8178,8.3066,0,1.7651,8.2906,0,1.7136,8.2681,0,1.6645,8.2392,0,1.6171,8.2039,0,1.5708,8.1622,0,1.527,8.1141,0,1.486,8.0561,0,1.451,7.985,0,1.4217,7.9006,0,1.3971,7.8031,0,1.3783,7.6923,0,1.3649,7.5684,0,1.3567,7.4312,0,1.3538,7.2809,0,1.355,7.1571,0,1.3573,7.0381,0,1.3621,6.9239,0,1.3684,6.8144,0,1.3767,6.7097,0,1.3866,6.6098,0,1.3983,6.5146,0,1.4124,6.4242,0,1.4282,6.3338,0,1.4474,6.2386,0,1.4696,6.1387,0,1.4948,6.034,0,1.5229,5.9245,0,1.5539,5.8103,0,1.5884,5.6913,0,1.6253,5.5675,0,1.7043,5.6475,0,1.7815,5.7289,0,1.857,5.8118,0,1.9314,5.8961,0,2.0039,5.9819,0,2.0752,6.0692,0,2.1449,6.158,0,2.2128,6.2482,0,2.2759,6.3446,0,2.331,6.4521,0,2.3777,6.5705,0,2.4152,6.7,0,2.4451,6.8404,0,2.4661,6.9919,0,2.4784,7.1544,0,2.4831,7.3278,0 + +[0027] ' +PLC 0.3414,7.2867,0,0.0523,7.2867,0,0.4654,8.695,0,-0.0004,8.695,0,-0.0004,10.1971,0,1.1283,10.1971,0,1.1283,9.0118,0 + +[0028] ( +PLC 1.8975,-0.3705,0,1.6763,-0.0622,0,1.4686,0.2464,0,1.2732,0.5553,0,1.0913,0.8647,0,0.9222,1.1744,0,0.7665,1.4844,0,0.6232,1.7949,0,0.4933,2.1057,0,0.3774,2.4216,0,0.2774,2.7474,0,0.1925,3.0832,0,0.1229,3.4288,0,0.0691,3.7843,0,0.0305,4.1498,0,0.0071,4.5251,0,-0.0006,4.9104,0,0.0071,5.2969,0,0.0305,5.6733,0,0.0691,6.0396,0,0.1229,6.3956,0,0.1925,6.7415,0,0.2774,7.0772,0,0.3774,7.4027,0,0.4933,7.718,0,0.6232,8.0281,0,0.7665,8.338,0,0.9222,8.6475,0,1.0913,8.9568,0,1.2732,9.2658,0,1.4686,9.5746,0,1.6763,9.883,0,1.8975,10.1912,0,2.4656,9.8392,0,2.2375,9.539,0,2.0256,9.243,0,1.8302,8.9512,0,1.6511,8.6634,0,1.4885,8.3798,0,1.3422,8.1003,0,1.2117,7.825,0,1.0982,7.5537,0,1,7.2769,0,0.9139,6.9848,0,0.8414,6.6773,0,0.7823,6.3545,0,0.7361,6.0165,0,0.7033,5.6631,0,0.6834,5.2944,0,0.677,4.9104,0,0.6834,4.5277,0,0.7033,4.1602,0,0.7361,3.8079,0,0.7823,3.4706,0,0.8414,3.1485,0,0.9139,2.8415,0,1,2.5496,0,1.0982,2.2729,0,1.2117,2.0016,0,1.3422,1.7259,0,1.4885,1.446,0,1.6511,1.1617,0,1.8302,0.8731,0,2.0256,0.5803,0,2.2375,0.2831,0,2.4656,-0.0184,0 + +[0029] ) +PLC 0.2278,0.2831,0,0.4396,0.5803,0,0.635,0.8731,0,0.8141,1.1617,0,0.9767,1.446,0,1.123,1.7259,0,1.2529,2.0016,0,1.367,2.2729,0,1.4659,2.5496,0,1.5512,2.8415,0,1.6239,3.1485,0,1.6829,3.4706,0,1.7292,3.8079,0,1.7619,4.1602,0,1.7819,4.5277,0,1.7882,4.9104,0,1.7819,5.2944,0,1.7619,5.6631,0,1.7292,6.0165,0,1.6829,6.3545,0,1.6239,6.6773,0,1.5512,6.9848,0,1.4659,7.2769,0,1.367,7.5537,0,1.2529,7.825,0,1.123,8.1003,0,0.9767,8.3798,0,0.8141,8.6634,0,0.635,8.9512,0,0.4396,9.243,0,0.2278,9.539,0,-0.0004,9.8392,0,0.5678,10.1912,0,0.7888,9.883,0,0.9966,9.5746,0,1.192,9.2658,0,1.374,8.9568,0,1.5431,8.6475,0,1.6987,8.338,0,1.8415,8.0281,0,1.972,7.718,0,2.0872,7.4027,0,2.1879,7.0772,0,2.2728,6.7415,0,2.3423,6.3956,0,2.3962,6.0396,0,2.4348,5.6733,0,2.4582,5.2969,0,2.4658,4.9104,0,2.4582,4.5251,0,2.4348,4.1498,0,2.3962,3.7843,0,2.3423,3.4288,0,2.2728,3.0832,0,2.1879,2.7474,0,2.0872,2.4216,0,1.972,2.1057,0,1.8415,1.7949,0,1.6987,1.4844,0,1.5431,1.1744,0,1.374,0.8647,0,1.192,0.5553,0,0.9966,0.2464,0,0.7888,-0.0622,0,0.5678,-0.3705,0,-0.0004,-0.0184,0 + +[002a] * +PLC 2.5101,8.1261,0,2.5072,8.0303,0,2.502,7.9145,0,2.4949,7.7789,0,2.4856,7.6233,0,2.4745,7.4479,0,2.4616,7.2526,0,2.4458,7.0374,0,2.4305,6.8147,0,2.4165,6.5971,0,2.4036,6.3846,0,2.3925,6.177,0,2.3832,5.9746,0,2.375,5.7771,0,2.3679,5.5847,0,2.3633,5.3974,0,2.4674,5.5129,0,2.5757,5.6335,0,2.6862,5.7593,0,2.7998,5.8903,0,2.9162,6.0263,0,3.0361,6.1675,0,3.1584,6.3138,0,3.2836,6.4653,0,3.4054,6.6122,0,3.5159,6.7451,0,3.6165,6.8638,0,3.7055,6.9684,0,3.7838,7.0589,0,3.8512,7.1353,0,3.908,7.1975,0,3.9541,7.2457,0,4.3421,6.5944,0,4.2965,6.5481,0,4.2367,6.4915,0,4.163,6.4245,0,4.0753,6.3472,0,3.9741,6.2595,0,3.8582,6.1615,0,3.7289,6.053,0,3.5856,5.9343,0,3.4369,5.8112,0,3.2931,5.6898,0,3.1525,5.5702,0,3.0163,5.4524,0,2.884,5.3363,0,2.7559,5.2219,0,2.6313,5.1093,0,2.5113,4.9984,0,2.5113,4.969,0,2.6313,4.8582,0,2.7559,4.7455,0,2.884,4.6311,0,3.0163,4.515,0,3.1525,4.3972,0,3.2931,4.2776,0,3.4369,4.1562,0,3.5856,4.0332,0,3.7289,3.9144,0,3.8582,3.806,0,3.9741,3.7079,0,4.0753,3.6202,0,4.163,3.5429,0,4.2367,3.4759,0,4.2965,3.4193,0,4.3421,3.3731,0,3.9541,2.7218,0,3.908,2.7699,0,3.8512,2.8321,0,3.7838,2.9085,0,3.7055,2.999,0,3.6165,3.1036,0,3.5159,3.2223,0,3.4054,3.3552,0,3.2836,3.5021,0,3.1584,3.6536,0,3.0361,3.7999,0,2.9162,3.9411,0,2.7998,4.0772,0,2.6862,4.2081,0,2.5757,4.3339,0,2.4674,4.4545,0,2.3633,4.57,0,2.3679,4.3871,0,2.375,4.1989,0,2.3832,4.0057,0,2.3925,3.8073,0,2.4036,3.6037,0,2.4165,3.3951,0,2.4305,3.1813,0,2.4458,2.9623,0,2.4616,2.7505,0,2.4745,2.5582,0,2.4856,2.3853,0,2.4949,2.2318,0,2.502,2.0978,0,2.5072,1.9832,0,2.5101,1.888,0,2.5113,1.8123,0,1.8338,1.8123,0,1.8349,1.888,0,1.8378,1.9832,0,1.8431,2.0978,0,1.8501,2.2318,0,1.8596,2.3853,0,1.8707,2.5582,0,1.8841,2.7505,0,1.8992,2.9623,0,1.9145,3.1813,0,1.9291,3.3951,0,1.9414,3.6037,0,1.9525,3.8073,0,1.9619,4.0057,0,1.9701,4.1989,0,1.9771,4.3871,0,1.9818,4.57,0,1.8765,4.4545,0,1.7683,4.3339,0,1.657,4.2081,0,1.543,4.0772,0,1.4259,3.9411,0,1.306,3.7999,0,1.1831,3.6536,0,1.058,3.5021,0,0.9362,3.3552,0,0.8257,3.2223,0,0.725,3.1036,0,0.636,2.999,0,0.5576,2.9085,0,0.4904,2.8321,0,0.4336,2.7699,0,0.3875,2.7218,0,-0.0005,3.3731,0,0.0451,3.4193,0,0.1047,3.4759,0,0.1786,3.5429,0,0.2663,3.6202,0,0.3675,3.7079,0,0.4833,3.806,0,0.6127,3.9144,0,0.756,4.0332,0,0.9046,4.1562,0,1.0491,4.2776,0,1.1895,4.3972,0,1.3265,4.515,0,1.4594,4.6311,0,1.5881,4.7455,0,1.7127,4.8582,0,1.8338,4.969,0,1.8338,4.9984,0,1.7127,5.1093,0,1.5881,5.2219,0,1.4594,5.3363,0,1.3265,5.4524,0,1.1895,5.5702,0,1.0491,5.6898,0,0.9046,5.8112,0,0.756,5.9343,0,0.6127,6.053,0,0.4833,6.1615,0,0.3675,6.2595,0,0.2663,6.3472,0,0.1786,6.4245,0,0.1047,6.4915,0,0.0451,6.5481,0,-0.0005,6.5944,0,0.3875,7.2457,0,0.4336,7.1975,0,0.4904,7.1353,0,0.5576,7.0589,0,0.636,6.9684,0,0.725,6.8638,0,0.8257,6.7451,0,0.9362,6.6122,0,1.058,6.4653,0,1.1831,6.3138,0,1.306,6.1675,0,1.4259,6.0263,0,1.543,5.8903,0,1.657,5.7593,0,1.7683,5.6335,0,1.8765,5.5129,0,1.9818,5.3974,0,1.9771,5.5847,0,1.9701,5.7771,0,1.9619,5.9746,0,1.9525,6.177,0,1.9414,6.3846,0,1.9291,6.5971,0,1.9145,6.8147,0,1.8992,7.0374,0,1.8841,7.2526,0,1.8707,7.4479,0,1.8596,7.6233,0,1.8501,7.7789,0,1.8431,7.9145,0,1.8378,8.0303,0,1.8349,8.1261,0,1.8338,8.2021,0,2.5113,8.2021,0 + +[002b] + +PLC 1.7385,5.6908,0,1.7385,8.871,0,2.416,8.871,0,2.416,5.6908,0,4.021,5.6908,0,4.021,4.9397,0,2.416,4.9397,0,2.416,1.2666,0,1.7385,1.2666,0,1.7385,4.9397,0,-0.0005,4.9397,0,-0.0005,5.6908,0 + +[002c] , +PLC 0.3419,-1.0394,0,0.0526,-1.0394,0,0.4654,0.0579,0,-0.0004,0.0579,0,-0.0004,1.56,0,1.1286,1.56,0,1.1286,0.3747,0 + +[002d] - +PLC 3.9052,5.6908,0,3.9052,4.9397,0,-0.0002,4.9397,0,-0.0002,5.6908,0 + +[002e] . +PLC -0.0005,0.0579,0,-0.0005,1.56,0,1.1285,1.56,0,1.1285,0.0579,0 + +[002f] / +PLC 4.3916,9.534,0,0.4897,0.0696,0,-0.0006,0.2574,0,3.912,9.7629,0 + +[0030] 0 +PLC 0.0086,5.3532,0,0.0361,5.7428,0,0.0811,6.1204,0,0.1449,6.4858,0,0.2263,6.8392,0,0.3263,7.1804,0,0.4439,7.5095,0,0.5802,7.8266,0,0.7277,8.1181,0,0.881,8.3708,0,1.0401,8.5846,0,1.2039,8.7595,0,1.3736,8.8956,0,1.5491,8.9927,0,1.7293,9.0511,0,1.9154,9.0705,0,2.1015,9.0511,0,2.2823,8.9927,0,2.4578,8.8956,0,2.6275,8.7595,0,2.7925,8.5846,0,2.9517,8.3708,0,3.1055,8.1181,0,3.2541,7.8266,0,3.3911,7.5093,0,3.5099,7.1797,0,3.6099,6.8375,0,3.6923,6.4829,0,3.7561,6.1158,0,3.8018,5.7362,0,3.8287,5.3442,0,3.838,4.9397,0,3.8287,4.5352,0,3.8018,4.1432,0,3.7561,3.7636,0,3.6923,3.3965,0,3.6099,3.0419,0,3.5099,2.6997,0,3.3911,2.3701,0,3.2541,2.0529,0,3.1055,1.7613,0,2.9517,1.5086,0,2.7925,1.2948,0,2.6275,1.1199,0,2.4578,0.9838,0,2.2823,0.8867,0,2.1015,0.8284,0,1.9154,0.8089,0,1.7293,0.8284,0,1.5491,0.8867,0,1.3736,0.9838,0,1.2039,1.1199,0,1.0401,1.2948,0,0.881,1.5086,0,0.7277,1.7613,0,0.5802,2.0529,0,0.4439,2.3702,0,0.3263,2.7005,0,0.2263,3.0436,0,0.1449,3.3995,0,0.0811,3.7682,0,0.0361,4.1498,0,0.0086,4.5442,0,-0.0002,4.9514,0 +PLC 0.9079,4.5557,0,0.9231,4.1929,0,0.9477,3.8512,0,0.9822,3.5307,0,1.0273,3.2315,0,1.0817,2.9533,0,1.1461,2.6964,0,1.2203,2.4606,0,1.3011,2.2495,0,1.383,2.0666,0,1.4673,1.9118,0,1.5526,1.7851,0,1.6404,1.6866,0,1.7305,1.6163,0,1.8218,1.574,0,1.9154,1.56,0,2.0079,1.574,0,2.0992,1.6163,0,2.1887,1.6866,0,2.2764,1.7851,0,2.363,1.9118,0,2.4479,2.0666,0,2.5309,2.2495,0,2.6123,2.4606,0,2.6877,2.6966,0,2.7533,2.9541,0,2.8089,3.2331,0,2.8545,3.5337,0,2.8897,3.8558,0,2.9148,4.1995,0,2.9299,4.5647,0,2.9347,4.9514,0,2.9299,5.3447,0,2.9148,5.7146,0,2.8897,6.0612,0,2.8545,6.3846,0,2.8089,6.6847,0,2.7533,6.9615,0,2.6877,7.215,0,2.6123,7.4452,0,2.5309,7.6501,0,2.4479,7.8277,0,2.363,7.9779,0,2.2764,8.1009,0,2.1887,8.1965,0,2.0992,8.2648,0,2.0079,8.3058,0,1.9154,8.3194,0,1.8218,8.3058,0,1.7305,8.2648,0,1.6404,8.1965,0,1.5526,8.1009,0,1.4673,7.9779,0,1.383,7.8277,0,1.3011,7.6501,0,1.2203,7.4452,0,1.1461,7.2148,0,1.0817,6.9607,0,1.0273,6.683,0,0.9822,6.3817,0,0.9477,6.0567,0,0.9231,5.708,0,0.9079,5.3357,0,0.9032,4.9397,0 + +[0031] 1 +PLC 0.9203,0.674,0,0.9203,7.41,0,0.9157,7.4897,0,0.901,7.5589,0,0.8765,7.6173,0,0.8426,7.6652,0,0.7986,7.7024,0,0.7454,7.729,0,0.6828,7.745,0,0.6097,7.7503,0,-0.0006,7.7503,0,-0.0006,8.3781,0,0.2434,8.4074,0,0.4604,8.457,0,0.6506,8.5269,0,0.8133,8.6172,0,0.9496,8.7279,0,1.0584,8.8589,0,1.1403,9.0103,0,1.1953,9.182,0,1.5979,9.182,0,1.5979,0.674,0 + +[0032] 2 +PLC 2.0568,9.0616,0,2.2451,9.0347,0,2.4236,8.99,0,2.5915,8.9275,0,2.7507,8.847,0,2.8993,8.7487,0,3.0386,8.6325,0,3.1679,8.4984,0,3.2843,8.3478,0,3.3855,8.1821,0,3.4709,8.0013,0,3.5406,7.8053,0,3.595,7.5942,0,3.6342,7.368,0,3.657,7.1266,0,3.6652,6.8701,0,3.6517,6.6184,0,3.6119,6.3648,0,3.5453,6.1094,0,3.4517,5.8521,0,3.3317,5.593,0,3.1849,5.3321,0,3.0116,5.0693,0,2.8115,4.8048,0,0.7298,1.9355,0,3.598,1.9355,0,3.4675,0.8089,0,-0.0005,0.8089,0,-0.0005,1.9531,0,2.0807,4.9925,0,2.2405,5.2169,0,2.3792,5.4473,0,2.4962,5.6834,0,2.5915,5.9255,0,2.6665,6.1734,0,2.7197,6.4271,0,2.7513,6.6868,0,2.7618,6.9523,0,2.7572,7.1584,0,2.7431,7.3454,0,2.7203,7.5134,0,2.6875,7.6623,0,2.6453,7.7921,0,2.5944,7.9028,0,2.5336,7.9945,0,2.4639,8.0671,0,2.3879,8.1263,0,2.3089,8.1775,0,2.2271,8.2209,0,2.1422,8.2564,0,2.055,8.284,0,1.9643,8.3037,0,1.8707,8.3155,0,1.7742,8.3194,0,1.6746,8.316,0,1.5782,8.3057,0,1.4839,8.2885,0,1.392,8.2644,0,1.3031,8.2335,0,1.2166,8.1957,0,1.1322,8.151,0,1.051,8.0994,0,0.9755,8.0322,0,0.9106,7.9404,0,0.8556,7.8242,0,0.8099,7.6835,0,0.7748,7.5184,0,0.7502,7.3287,0,0.735,7.1146,0,0.7298,6.876,0,0.0528,6.876,0,0.0609,7.1776,0,0.0861,7.4547,0,0.1282,7.7072,0,0.1874,7.9351,0,0.2629,8.1385,0,0.3553,8.3172,0,0.4647,8.4714,0,0.5905,8.6011,0,0.728,8.7111,0,0.8714,8.8065,0,1.0211,8.8871,0,1.1768,8.9531,0,1.3383,9.0045,0,1.5056,9.0412,0,1.6794,9.0632,0,1.859,9.0705,0 + +[0033] 3 +PLC 1.9955,9.0601,0,2.1775,9.0289,0,2.3512,8.9768,0,2.5169,8.904,0,2.6737,8.8104,0,2.8228,8.6959,0,2.9638,8.5606,0,3.0967,8.4045,0,3.2177,8.2359,0,3.3219,8.0629,0,3.4108,7.8856,0,3.4834,7.7041,0,3.5395,7.5182,0,3.5793,7.328,0,3.6039,7.1335,0,3.6121,6.9347,0,3.6074,6.8066,0,3.5945,6.6776,0,3.5735,6.5477,0,3.5442,6.4169,0,3.5056,6.2851,0,3.4589,6.1525,0,3.4038,6.0189,0,3.3406,5.8844,0,3.2704,5.7558,0,3.1979,5.6398,0,3.1218,5.5365,0,3.0422,5.4458,0,2.9591,5.3678,0,2.8731,5.3024,0,2.7836,5.2497,0,2.6912,5.2096,0,2.7854,5.1759,0,2.8802,5.1276,0,2.9755,5.0648,0,3.0703,4.9874,0,3.1656,4.8954,0,3.2611,4.7888,0,3.3571,4.6676,0,3.453,4.5319,0,3.5431,4.3847,0,3.6215,4.2292,0,3.6876,4.0653,0,3.7414,3.8931,0,3.7836,3.7125,0,3.8134,3.5236,0,3.8315,3.3263,0,3.8379,3.1208,0,3.8298,2.8993,0,3.8058,2.6838,0,3.7654,2.4743,0,3.7092,2.2707,0,3.6367,2.0731,0,3.5478,1.8814,0,3.4436,1.6957,0,3.3225,1.516,0,3.1874,1.3503,0,3.0393,1.2066,0,2.879,1.0851,0,2.7052,0.9857,0,2.5191,0.9083,0,2.3196,0.8531,0,2.1078,0.82,0,1.8832,0.8089,0,1.6848,0.8168,0,1.4947,0.8403,0,1.3133,0.8795,0,1.1406,0.9343,0,0.9763,1.0049,0,0.8212,1.0911,0,0.6737,1.193,0,0.5357,1.3106,0,0.4099,1.4468,0,0.301,1.6045,0,0.2085,1.7838,0,0.1331,1.9846,0,0.0746,2.207,0,0.0325,2.4509,0,0.0079,2.7164,0,-0.0008,3.0034,0,0.6767,3.0034,0,0.682,2.7794,0,0.6966,2.5769,0,0.7218,2.3958,0,0.7568,2.2362,0,0.8014,2.098,0,0.8563,1.9813,0,0.9212,1.8861,0,0.9961,1.8123,0,1.0786,1.7531,0,1.1658,1.7019,0,1.2582,1.6585,0,1.356,1.623,0,1.459,1.5955,0,1.5672,1.5757,0,1.6801,1.5639,0,1.7983,1.56,0,1.9218,1.5656,0,2.0388,1.5823,0,2.1505,1.6103,0,2.2559,1.6494,0,2.3553,1.6998,0,2.449,1.7613,0,2.5367,1.834,0,2.6186,1.9179,0,2.6929,2.0143,0,2.7567,2.1247,0,2.8111,2.249,0,2.8555,2.3873,0,2.8901,2.5395,0,2.9147,2.7056,0,2.9299,2.8857,0,2.9345,3.0797,0,2.9276,3.2963,0,2.9076,3.5001,0,2.8737,3.6912,0,2.8264,3.8696,0,2.766,4.0352,0,2.6912,4.1881,0,2.6034,4.3282,0,2.5022,4.4556,0,2.3921,4.5691,0,2.2781,4.6674,0,2.1605,4.7506,0,2.0388,4.8187,0,1.9129,4.8716,0,1.7836,4.9095,0,1.6503,4.9321,0,1.5127,4.9397,0,1.5127,5.6908,0,1.6509,5.698,0,1.7808,5.7195,0,1.903,5.7555,0,2.0171,5.8059,0,2.1236,5.8707,0,2.222,5.9498,0,2.3121,6.0434,0,2.3951,6.1514,0,2.4682,6.2667,0,2.532,6.3826,0,2.5858,6.4989,0,2.6303,6.6156,0,2.6648,6.7329,0,2.6888,6.8505,0,2.704,6.9687,0,2.7087,7.0872,0,2.704,7.2272,0,2.69,7.3594,0,2.6666,7.4839,0,2.6345,7.6007,0,2.5923,7.7098,0,2.5414,7.8112,0,2.4805,7.9049,0,2.4103,7.9909,0,2.3349,8.0679,0,2.2559,8.1346,0,2.1739,8.1911,0,2.0891,8.2373,0,2.0014,8.2732,0,1.9107,8.2989,0,1.8176,8.3143,0,1.721,8.3194,0,1.6216,8.3154,0,1.525,8.3035,0,1.4309,8.2836,0,1.339,8.2556,0,1.2501,8.2197,0,1.1634,8.1759,0,1.0792,8.124,0,0.9979,8.0642,0,0.9224,7.9898,0,0.8575,7.8942,0,0.8018,7.7775,0,0.7568,7.6395,0,0.7218,7.4804,0,0.6966,7.3001,0,0.682,7.0987,0,0.6767,6.876,0,-0.0008,6.876,0,0.0079,7.183,0,0.0342,7.4642,0,0.0776,7.7199,0,0.1384,7.9498,0,0.2162,8.154,0,0.3121,8.3326,0,0.4245,8.4856,0,0.555,8.6128,0,0.696,8.7201,0,0.8416,8.8131,0,0.9915,8.8917,0,1.1454,8.9561,0,1.3039,9.0061,0,1.4672,9.0419,0,1.6339,9.0633,0,1.8054,9.0705,0 + +[0034] 4 +PLC 2.3209,0.3688,0,2.3209,2.311,0,-0.0007,2.311,0,-0.0007,2.886,0,2.4093,9.0177,0,2.9985,9.0177,0,2.9985,3.4376,0,3.9546,3.4376,0,3.9546,2.311,0,2.9985,2.311,0,2.9985,0.3688,0 +PLC 0.8851,3.4376,0,2.3209,3.4376,0,2.3209,6.9699,0 + +[0035] 5 +PLC 2.1422,6.0558,0,2.324,6.0245,0,2.499,5.9722,0,2.6681,5.8991,0,2.8301,5.805,0,2.9864,5.69,0,3.1356,5.5542,0,3.2789,5.3974,0,3.41,5.2222,0,3.5236,5.031,0,3.6195,4.8239,0,3.6979,4.6009,0,3.7593,4.3618,0,3.8032,4.1069,0,3.829,3.836,0,3.8377,3.5491,0,3.829,3.2698,0,3.8008,3.001,0,3.7553,2.7428,0,3.6915,2.4951,0,3.6089,2.258,0,3.5083,2.0314,0,3.3895,1.8154,0,3.2521,1.6098,0,3.0999,1.4221,0,2.9349,1.2594,0,2.7582,1.1218,0,2.5686,1.0091,0,2.3674,0.9215,0,2.1533,0.859,0,1.9273,0.8214,0,1.6893,0.8089,0,1.4932,0.8176,0,1.3083,0.8438,0,1.1351,0.8873,0,0.9731,0.9483,0,0.8227,1.0267,0,0.684,1.1225,0,0.5564,1.2357,0,0.4406,1.3663,0,0.337,1.5097,0,0.2475,1.6612,0,0.1715,1.8207,0,0.1095,1.9883,0,0.0615,2.164,0,0.0269,2.3477,0,0.0065,2.5395,0,-0.0006,2.7394,0,0.677,2.7394,0,0.6806,2.6025,0,0.6928,2.4737,0,0.7127,2.3528,0,0.7408,2.2399,0,0.777,2.1349,0,0.8216,2.038,0,0.8742,1.949,0,0.9344,1.868,0,1.0012,1.7958,0,1.0731,1.7332,0,1.1491,1.6803,0,1.2305,1.637,0,1.3171,1.6033,0,1.4078,1.5792,0,1.5038,1.5648,0,1.6044,1.56,0,1.7424,1.5682,0,1.8741,1.5928,0,2.0004,1.6338,0,2.1216,1.6913,0,2.2369,1.7651,0,2.3469,1.8554,0,2.4511,1.962,0,2.5499,2.0851,0,2.64,2.223,0,2.7184,2.3739,0,2.7846,2.538,0,2.8384,2.7151,0,2.8805,2.9054,0,2.9103,3.1088,0,2.9285,3.3253,0,2.9349,3.5549,0,2.9302,3.7721,0,2.9168,3.9747,0,2.8945,4.1627,0,2.8636,4.3361,0,2.8238,4.4949,0,2.7746,4.6392,0,2.7173,4.7689,0,2.6505,4.884,0,2.5774,4.985,0,2.5008,5.0726,0,2.4194,5.1468,0,2.3346,5.2074,0,2.2456,5.2546,0,2.1521,5.2883,0,2.0549,5.3085,0,1.9537,5.3152,0,1.8507,5.3128,0,1.7519,5.3053,0,1.657,5.2929,0,1.5669,5.2756,0,1.4804,5.2534,0,1.3972,5.2261,0,1.3188,5.1939,0,1.2446,5.1568,0,1.1755,5.115,0,1.1117,5.0688,0,1.0544,5.0182,0,1.0023,4.9632,0,0.9561,4.9038,0,0.9163,4.84,0,0.8818,4.7717,0,0.8531,4.6991,0,0.1826,4.6991,0,0.3909,9.0705,0,3.4533,9.0705,0,3.2696,7.9439,0,1.0081,7.9439,0,0.9058,5.6966,0,1.0351,5.7833,0,1.1644,5.8584,0,1.2949,5.9219,0,1.4253,5.9739,0,1.557,6.0143,0,1.6887,6.0432,0,1.8208,6.0605,0,1.9537,6.0663,0 + +[0036] 6 +PLC 2.1785,6.0557,0,2.3389,6.0239,0,2.498,5.971,0,2.6566,5.8969,0,2.8146,5.8015,0,2.972,5.6851,0,3.1282,5.5474,0,3.2838,5.3886,0,3.4295,5.2102,0,3.5552,5.014,0,3.6623,4.7998,0,3.7495,4.5678,0,3.8174,4.318,0,3.8659,4.0502,0,3.8952,3.7646,0,3.9045,3.4611,0,3.8958,3.2024,0,3.8689,2.9515,0,3.8239,2.7084,0,3.7613,2.4731,0,3.6811,2.2456,0,3.5821,2.0259,0,3.4657,1.814,0,3.3312,1.6098,0,3.1837,1.4221,0,3.0287,1.2594,0,2.8649,1.1218,0,2.6934,1.0091,0,2.5132,0.9215,0,2.326,0.859,0,2.1294,0.8214,0,1.9258,0.8089,0,1.731,0.8212,0,1.5431,0.8579,0,1.3623,0.9191,0,1.1886,1.0047,0,1.0224,1.1149,0,0.8632,1.2495,0,0.7105,1.4086,0,0.566,1.5922,0,0.4332,1.8157,0,0.3179,2.0945,0,0.2208,2.4285,0,0.1412,2.8178,0,0.0792,3.2624,0,0.0347,3.7623,0,0.0084,4.3175,0,-0.0004,4.928,0,0.009,5.4097,0,0.0365,5.8631,0,0.0833,6.2883,0,0.1482,6.6853,0,0.2325,7.0541,0,0.3349,7.3946,0,0.4559,7.7068,0,0.5959,7.9909,0,0.7492,8.2439,0,0.9112,8.4632,0,1.0815,8.6488,0,1.2605,8.8006,0,1.4484,8.9187,0,1.6449,9.003,0,1.8498,9.0536,0,2.0633,9.0705,0,2.2276,9.0632,0,2.3857,9.0412,0,2.5378,9.0045,0,2.6841,8.9531,0,2.8239,8.8871,0,2.9573,8.8065,0,3.0849,8.7111,0,3.206,8.6011,0,3.3171,8.4814,0,3.413,8.3572,0,3.4944,8.2284,0,3.5605,8.095,0,3.6126,7.957,0,3.6495,7.8145,0,3.6717,7.6673,0,3.6787,7.5156,0,2.7759,7.5156,0,2.7718,7.6136,0,2.7601,7.7052,0,2.7403,7.7904,0,2.7122,7.8691,0,2.6765,7.9414,0,2.6332,8.0074,0,2.5811,8.0669,0,2.5219,8.1199,0,2.4576,8.1667,0,2.3921,8.2072,0,2.3248,8.2415,0,2.2563,8.2696,0,2.1862,8.2914,0,2.1153,8.307,0,2.0422,8.3163,0,1.9679,8.3194,0,1.8609,8.309,0,1.7549,8.2776,0,1.6496,8.2254,0,1.546,8.1522,0,1.4431,8.0582,0,1.3413,7.9432,0,1.2407,7.8073,0,1.1405,7.6505,0,1.047,7.4696,0,0.9644,7.2611,0,0.8931,7.0251,0,0.8322,6.7616,0,0.7831,6.4706,0,0.745,6.1521,0,0.7175,5.8061,0,0.7017,5.4326,0,0.841,5.5811,0,0.9872,5.7098,0,1.1411,5.8187,0,1.3021,5.9079,0,1.47,5.9772,0,1.6455,6.0267,0,1.8274,6.0564,0,2.0171,6.0663,0 +PLC 1.9597,1.5674,0,2.0797,1.5899,0,2.1938,1.6272,0,2.302,1.6795,0,2.4038,1.7468,0,2.5003,1.829,0,2.5904,1.9261,0,2.6753,2.0382,0,2.752,2.165,0,2.8181,2.3064,0,2.8742,2.4624,0,2.9199,2.633,0,2.9556,2.8182,0,2.9813,3.0179,0,2.9965,3.2322,0,3.0017,3.4611,0,2.9971,3.7002,0,2.9837,3.9219,0,2.9613,4.126,0,2.9304,4.3126,0,2.8906,4.4817,0,2.8421,4.6333,0,2.7841,4.7674,0,2.7174,4.884,0,2.6443,4.985,0,2.5676,5.0726,0,2.4863,5.1468,0,2.4015,5.2074,0,2.312,5.2546,0,2.2195,5.2883,0,2.1217,5.3085,0,2.0205,5.3152,0,1.869,5.3092,0,1.728,5.2912,0,1.5975,5.2612,0,1.477,5.2192,0,1.3676,5.1651,0,1.2688,5.099,0,1.1797,5.021,0,1.1019,4.9309,0,1.0323,4.8315,0,0.9692,4.7253,0,0.9124,4.6125,0,0.8615,4.493,0,0.8175,4.3668,0,0.7795,4.2339,0,0.748,4.0944,0,0.7228,3.9481,0,0.7415,3.5944,0,0.7678,3.2728,0,0.8024,2.9831,0,0.8439,2.7254,0,0.8937,2.4997,0,0.9504,2.3061,0,1.0153,2.1444,0,1.088,2.0147,0,1.1663,1.9081,0,1.2488,1.8158,0,1.336,1.7376,0,1.4266,1.6737,0,1.5221,1.6239,0,1.6221,1.5884,0,1.7256,1.5671,0,1.8339,1.56,0 + +[0037] 7 +PLC 3.3682,9.0705,0,3.3682,8.0437,0,1.3754,0.5449,0,0.6164,0.5449,0,2.518,7.9439,0,-0.0008,7.9439,0,-0.0008,9.0705,0 + +[0038] 8 +PLC 0.0046,3.334,0,0.0192,3.5335,0,0.0432,3.7194,0,0.0772,3.8916,0,0.121,4.0502,0,0.1743,4.1951,0,0.2375,4.3263,0,0.3101,4.4439,0,0.3891,4.5513,0,0.4704,4.652,0,0.5541,4.746,0,0.64,4.8334,0,0.729,4.914,0,0.8197,4.9879,0,0.9133,5.0552,0,1.0087,5.1157,0,0.9109,5.1891,0,0.8197,5.2683,0,0.7349,5.3534,0,0.6576,5.4443,0,0.5862,5.5411,0,0.5224,5.6438,0,0.4652,5.7524,0,0.4143,5.8668,0,0.3703,5.9872,0,0.3317,6.1136,0,0.2995,6.2461,0,0.2727,6.3846,0,0.2521,6.5292,0,0.2375,6.6798,0,0.2287,6.8365,0,0.2258,6.9992,0,0.2341,7.1935,0,0.258,7.3834,0,0.2984,7.5687,0,0.3557,7.7495,0,0.4282,7.9259,0,0.5172,8.0978,0,0.6225,8.2651,0,0.7442,8.428,0,0.8776,8.5786,0,1.0192,8.7091,0,1.1684,8.8195,0,1.3258,8.9099,0,1.4902,8.9801,0,1.6628,9.0303,0,1.8436,9.0605,0,2.032,9.0705,0,2.2204,9.0605,0,2.4012,9.0303,0,2.5738,8.9801,0,2.7383,8.9099,0,2.8956,8.8195,0,3.0448,8.7091,0,3.1864,8.5786,0,3.3199,8.428,0,3.4415,8.2651,0,3.5468,8.0978,0,3.6358,7.9259,0,3.7083,7.7495,0,3.7657,7.5687,0,3.806,7.3834,0,3.83,7.1935,0,3.8382,6.9992,0,3.8347,6.8366,0,3.8241,6.6802,0,3.8066,6.53,0,3.7821,6.3861,0,3.7504,6.2484,0,3.7124,6.1169,0,3.6668,5.9917,0,3.6141,5.8727,0,3.5556,5.7591,0,3.4912,5.6501,0,3.4211,5.5456,0,3.3456,5.4458,0,3.2648,5.3505,0,3.1783,5.2599,0,3.0858,5.1738,0,2.988,5.0923,0,3.0793,5.0292,0,3.1706,4.9604,0,3.2613,4.8858,0,3.352,4.8055,0,3.4415,4.7193,0,3.5316,4.6274,0,3.6205,4.5298,0,3.7094,4.4263,0,3.7926,4.3128,0,3.8645,4.1852,0,3.9254,4.0433,0,3.9751,3.8872,0,4.0144,3.7169,0,4.0419,3.5324,0,4.0588,3.3337,0,4.0641,3.1208,0,4.0547,2.8807,0,4.026,2.6504,0,3.9787,2.43,0,3.912,2.2193,0,3.8265,2.0185,0,3.7217,1.8275,0,3.5983,1.6463,0,3.4555,1.4749,0,3.2999,1.3188,0,3.1385,1.1835,0,2.97,1.0691,0,2.7955,0.9754,0,2.6142,0.9026,0,2.4264,0.8505,0,2.2327,0.8193,0,2.032,0.8089,0,1.8313,0.8193,0,1.6377,0.8505,0,1.4498,0.9026,0,1.2684,0.9754,0,1.0941,1.0691,0,0.9256,1.1835,0,0.764,1.3188,0,0.6085,1.4749,0,0.4657,1.6463,0,0.3422,1.8275,0,0.2375,2.0185,0,0.1521,2.2193,0,0.0854,2.43,0,0.038,2.6504,0,0.0093,2.8807,0,0,3.1208,0 +PLC 0.908,2.8273,0,0.9226,2.6627,0,0.9472,2.5097,0,0.9818,2.3682,0,1.0256,2.2383,0,1.0795,2.12,0,1.1432,2.0132,0,1.2169,1.9179,0,1.2983,1.834,0,1.3854,1.7613,0,1.4791,1.6998,0,1.5779,1.6494,0,1.6827,1.6103,0,1.7933,1.5823,0,1.9098,1.5656,0,2.032,1.56,0,2.1543,1.5656,0,2.2708,1.5823,0,2.3813,1.6103,0,2.486,1.6494,0,2.5849,1.6998,0,2.6785,1.7613,0,2.7657,1.834,0,2.847,1.9179,0,2.9207,2.0132,0,2.9845,2.12,0,3.0383,2.2383,0,3.0823,2.3682,0,3.1167,2.5097,0,3.1413,2.6627,0,3.156,2.8273,0,3.1607,3.0034,0,3.156,3.1649,0,3.1419,3.3149,0,3.1185,3.4535,0,3.0858,3.5806,0,3.0431,3.6963,0,2.991,3.8005,0,2.9302,3.8932,0,2.8593,3.9745,0,2.7779,4.0504,0,2.6862,4.1269,0,2.5826,4.204,0,2.468,4.2818,0,2.3427,4.3602,0,2.2052,4.4393,0,2.0571,4.519,0,1.8981,4.5994,0,1.7886,4.5439,0,1.685,4.4829,0,1.5868,4.4166,0,1.4937,4.3449,0,1.406,4.2677,0,1.324,4.1852,0,1.2474,4.0972,0,1.1766,4.0038,0,1.1122,3.9041,0,1.0567,3.7972,0,1.0098,3.683,0,0.9712,3.5616,0,0.9414,3.4329,0,0.9203,3.297,0,0.9074,3.1538,0,0.9034,3.0034,0 +PLC 2.9313,7.2563,0,2.9201,7.3878,0,2.9009,7.5111,0,2.8745,7.6263,0,2.8407,7.7334,0,2.7991,7.8322,0,2.75,7.923,0,2.6938,8.0055,0,2.6306,8.0791,0,2.5615,8.1429,0,2.4872,8.1968,0,2.407,8.241,0,2.3216,8.2753,0,2.231,8.2998,0,2.1344,8.3145,0,2.032,8.3194,0,1.9296,8.3145,0,1.8331,8.2998,0,1.7424,8.2753,0,1.6569,8.241,0,1.5769,8.1968,0,1.5025,8.1429,0,1.4335,8.0791,0,1.3703,8.0055,0,1.3141,7.923,0,1.265,7.8322,0,1.2234,7.7334,0,1.1895,7.6263,0,1.1632,7.5111,0,1.1438,7.3878,0,1.1327,7.2563,0,1.1292,7.1166,0,1.1309,6.965,0,1.1374,6.8241,0,1.1485,6.694,0,1.1638,6.5746,0,1.183,6.4659,0,1.207,6.3679,0,1.2357,6.2807,0,1.2684,6.2042,0,1.3129,6.1322,0,1.3779,6.0584,0,1.4627,5.9829,0,1.5674,5.9057,0,1.6927,5.8267,0,1.8371,5.746,0,2.0022,5.6635,0,2.187,5.5793,0,2.2654,5.6263,0,2.3409,5.6792,0,2.4129,5.7381,0,2.4813,5.803,0,2.5463,5.8738,0,2.6084,5.9506,0,2.6668,6.0333,0,2.7219,6.122,0,2.7716,6.2178,0,2.8149,6.3217,0,2.8518,6.4338,0,2.8815,6.554,0,2.905,6.6824,0,2.9219,6.819,0,2.9319,6.9637,0,2.9348,7.1166,0 + +[0039] 9 +PLC 1.7255,3.8237,0,1.5653,3.8555,0,1.4061,3.9084,0,1.2469,3.9825,0,1.089,4.0779,0,0.9322,4.1943,0,0.7754,4.332,0,0.6197,4.4908,0,0.4746,4.6692,0,0.3482,4.8654,0,0.2417,5.0796,0,0.154,5.3116,0,0.0861,5.5614,0,0.0381,5.8292,0,0.0089,6.1148,0,-0.0011,6.4183,0,0.0083,6.677,0,0.0346,6.9279,0,0.0797,7.171,0,0.1423,7.4063,0,0.2231,7.6338,0,0.3213,7.8535,0,0.4384,8.0654,0,0.5724,8.2696,0,0.7198,8.4573,0,0.8754,8.62,0,1.0387,8.7576,0,1.2107,8.8703,0,1.3903,8.9579,0,1.5782,9.0204,0,1.7742,9.058,0,1.9784,9.0705,0,2.1732,9.0583,0,2.361,9.0215,0,2.5418,8.9603,0,2.715,8.8747,0,2.8818,8.7645,0,3.0409,8.6299,0,3.193,8.4708,0,3.3382,8.2872,0,3.4709,8.0637,0,3.5862,7.7849,0,3.6833,7.4509,0,3.7629,7.0616,0,3.8249,6.617,0,3.8693,6.1171,0,3.8957,5.5619,0,3.9045,4.9514,0,3.8951,4.4697,0,3.8671,4.0163,0,3.8208,3.5911,0,3.7559,3.1941,0,3.6717,2.8254,0,3.5693,2.4848,0,3.4481,2.1726,0,3.3083,1.8886,0,3.155,1.6355,0,2.9929,1.4162,0,2.8226,1.2307,0,2.643,1.0788,0,2.4558,0.9607,0,2.2592,0.8764,0,2.0544,0.8258,0,1.8408,0.8089,0,1.6764,0.8163,0,1.5178,0.8383,0,1.3657,0.8749,0,1.2201,0.9263,0,1.0802,0.9923,0,0.9463,1.073,0,0.8187,1.1683,0,0.6976,1.2783,0,0.587,1.398,0,0.491,1.5222,0,0.4097,1.651,0,0.3429,1.7844,0,0.2914,1.9224,0,0.2546,2.0649,0,0.2324,2.2121,0,0.2248,2.3638,0,1.1282,2.3638,0,1.1322,2.2658,0,1.1439,2.1742,0,1.1639,2.0891,0,1.1914,2.0103,0,1.2271,1.938,0,1.271,1.8721,0,1.3225,1.8126,0,1.3821,1.7595,0,1.4465,1.7127,0,1.512,1.6722,0,1.5793,1.6379,0,1.6477,1.6098,0,1.7174,1.588,0,1.7888,1.5724,0,1.8619,1.5631,0,1.9362,1.56,0,2.0427,1.5704,0,2.1492,1.6018,0,2.2539,1.654,0,2.3574,1.7272,0,2.4604,1.8213,0,2.5617,1.9362,0,2.6623,2.0721,0,2.7612,2.2289,0,2.8548,2.4099,0,2.9374,2.6183,0,3.0087,2.8543,0,3.0695,3.1178,0,3.1192,3.4088,0,3.1578,3.7273,0,3.1854,4.0733,0,3.2024,4.4468,0,3.0631,4.2983,0,2.9168,4.1696,0,2.763,4.0607,0,2.6021,3.9716,0,2.4336,3.9022,0,2.2586,3.8527,0,2.076,3.823,0,1.8865,3.8131,0 +PLC 1.9444,8.312,0,1.8245,8.2896,0,1.7104,8.2522,0,1.6021,8.1999,0,1.4997,8.1326,0,1.4037,8.0505,0,1.313,7.9533,0,1.2288,7.8412,0,1.1522,7.7144,0,1.0861,7.573,0,1.0299,7.417,0,0.9837,7.2464,0,0.948,7.0613,0,0.9229,6.8615,0,0.9076,6.6472,0,0.9023,6.4183,0,0.9065,6.1792,0,0.9199,5.9575,0,0.9421,5.7534,0,0.9732,5.5668,0,1.013,5.3977,0,1.0621,5.2461,0,1.1194,5.112,0,1.1861,4.9954,0,1.2593,4.8944,0,1.3365,4.8068,0,1.4172,4.7326,0,1.5027,4.672,0,1.5916,4.6248,0,1.6847,4.5911,0,1.7817,4.5709,0,1.8829,4.5642,0,2.0345,4.5702,0,2.1762,4.5882,0,2.3065,4.6182,0,2.4265,4.6603,0,2.5366,4.7143,0,2.6354,4.7804,0,2.7237,4.8584,0,2.8022,4.9485,0,2.8718,5.0479,0,2.935,5.154,0,2.9917,5.2669,0,3.0426,5.3864,0,3.0865,5.5126,0,3.1245,5.6455,0,3.1562,5.7851,0,3.1813,5.9313,0,3.1626,6.285,0,3.1362,6.6067,0,3.1018,6.8963,0,3.0602,7.154,0,3.0105,7.3797,0,2.9531,7.5733,0,2.8887,7.735,0,2.8162,7.8647,0,2.7378,7.9713,0,2.6553,8.0636,0,2.5681,8.1418,0,2.4768,8.2058,0,2.3815,8.2555,0,2.282,8.291,0,2.1784,8.3123,0,2.0702,8.3194,0 + +[003a] : +PLC -0.0005,5.3152,0,-0.0005,6.8173,0,1.1285,6.8173,0,1.1285,5.3152,0 +PLC -0.0005,1.56,0,-0.0005,3.0621,0,1.1285,3.0621,0,1.1285,1.56,0 + +[003b] ; +PLC -0.0006,5.3152,0,-0.0006,6.8173,0,1.1283,6.8173,0,1.1283,5.3152,0 +PLC 0.483,0.1459,0,0.1972,0.1459,0,0.4652,1.56,0,-0.0006,1.56,0,-0.0006,3.0621,0,1.1283,3.0621,0,1.1283,1.7771,0 + +[003c] < +PLC 3.8454,-0.3235,0,0.0773,4.5524,0,0.0433,4.6068,0,0.0188,4.6614,0,0.0047,4.7161,0,-0.0005,4.771,0,0.0047,4.8261,0,0.0188,4.8814,0,0.0433,4.9369,0,0.0773,4.9925,0,3.8454,9.8626,0,4.2403,9.3345,0,0.7122,4.7813,0,4.2403,0.2046,0 + +[003d] = +PLC 3.9722,6.4418,0,3.9722,5.6908,0,-0.0007,5.6908,0,-0.0007,6.4418,0 +PLC 3.9722,4.1887,0,3.9722,3.4376,0,-0.0007,3.4376,0,-0.0007,4.1887,0 + +[003e] > +PLC 3.5237,4.7813,0,-0.0009,9.3345,0,0.3941,9.8626,0,4.1621,4.9925,0,4.1954,4.9369,0,4.2194,4.8814,0,4.2334,4.8261,0,4.2381,4.771,0,4.2334,4.7161,0,4.2194,4.6614,0,4.1954,4.6068,0,4.1621,4.5524,0,0.3941,-0.3235,0,-0.0009,0.2046,0 + +[003f] ? +PLC 1.5803,1.56,0,2.4833,1.56,0,2.4833,0.4334,0,1.5803,0.4334,0 +PLC 2.2253,9.447,0,2.3637,9.4381,0,2.5,9.4195,0,2.6338,9.391,0,2.7651,9.3527,0,2.8938,9.3047,0,3.0205,9.2468,0,3.1447,9.179,0,3.2633,9.1041,0,3.3732,9.0243,0,3.4744,8.9398,0,3.5673,8.8505,0,3.6509,8.7564,0,3.7261,8.6576,0,3.7925,8.554,0,3.8504,8.4456,0,3.9002,8.3339,0,3.9437,8.2202,0,3.9803,8.1047,0,4.0105,7.9872,0,4.0338,7.8678,0,4.0505,7.7464,0,4.0605,7.6232,0,4.0637,7.498,0,4.0564,7.2702,0,4.0344,7.0564,0,3.9978,6.8566,0,3.9469,6.6706,0,3.8811,6.4987,0,3.8007,6.3406,0,3.7059,6.1965,0,3.5962,6.0663,0,3.4806,5.946,0,3.368,5.8316,0,3.258,5.723,0,3.1509,5.6203,0,3.0465,5.5235,0,2.9447,5.4326,0,2.8459,5.3475,0,2.7496,5.2683,0,2.6597,5.1904,0,2.5801,5.1091,0,2.5106,5.0246,0,2.4512,4.9368,0,2.4017,4.8456,0,2.3623,4.7512,0,2.333,4.6535,0,2.314,4.5524,0,2.3005,4.4476,0,2.2891,4.3383,0,2.2794,4.2246,0,2.2716,4.1065,0,2.2654,3.984,0,2.261,3.8571,0,2.2584,3.7258,0,2.2575,3.5902,0,2.2575,2.9389,0,1.5803,2.9389,0,1.5803,3.5902,0,1.5817,3.7277,0,1.5861,3.8645,0,1.5937,4.0005,0,1.6043,4.1358,0,1.618,4.2704,0,1.6346,4.4043,0,1.6542,4.5374,0,1.6771,4.6698,0,1.706,4.8002,0,1.7447,4.9272,0,1.793,5.051,0,1.8508,5.1715,0,1.9181,5.2886,0,1.9954,5.4025,0,2.0819,5.5131,0,2.1782,5.6203,0,2.2771,5.7251,0,2.3728,5.8279,0,2.4649,5.9289,0,2.5532,6.0281,0,2.6381,6.1255,0,2.7194,6.221,0,2.7972,6.3147,0,2.8712,6.4066,0,2.9391,6.5031,0,2.998,6.6105,0,3.0477,6.729,0,3.0883,6.8584,0,3.1199,6.9989,0,3.1425,7.1503,0,3.156,7.3128,0,3.1606,7.4862,0,3.1582,7.5936,0,3.1506,7.6956,0,3.1384,7.7924,0,3.1208,7.8838,0,3.0986,7.9699,0,3.0714,8.0506,0,3.0389,8.1261,0,3.0017,8.1962,0,2.9613,8.2613,0,2.9198,8.3215,0,2.8768,8.3768,0,2.8324,8.4273,0,2.7867,8.4729,0,2.7399,8.5136,0,2.6916,8.5495,0,2.6419,8.5805,0,2.5889,8.6074,0,2.5307,8.6306,0,2.4669,8.6503,0,2.3976,8.6664,0,2.3231,8.6789,0,2.2431,8.6878,0,2.1577,8.6932,0,2.067,8.695,0,1.9752,8.6929,0,1.8874,8.6867,0,1.8035,8.6764,0,1.7233,8.662,0,1.6469,8.6434,0,1.5744,8.6207,0,1.5056,8.5939,0,1.4407,8.5629,0,1.3793,8.5262,0,1.3213,8.4819,0,1.2669,8.4301,0,1.2157,8.3708,0,1.168,8.3039,0,1.1239,8.2296,0,1.0829,8.1477,0,1.0455,8.0583,0,1.0121,7.9638,0,0.9831,7.8664,0,0.9585,7.7661,0,0.9383,7.663,0,0.9229,7.5571,0,0.9118,7.4483,0,0.905,7.3367,0,0.9027,7.2222,0,0.9027,6.7176,0,-0.0004,6.7176,0,-0.0004,7.2222,0,0.0034,7.3397,0,0.0145,7.4604,0,0.0329,7.5843,0,0.0589,7.7114,0,0.0926,7.8417,0,0.1336,7.9753,0,0.1819,8.112,0,0.2377,8.252,0,0.3009,8.3896,0,0.3712,8.5193,0,0.4486,8.6412,0,0.5332,8.7551,0,0.6248,8.8612,0,0.7239,8.9594,0,0.8302,9.0497,0,0.9433,9.1321,0,1.0633,9.2057,0,1.19,9.2694,0,1.3228,9.3234,0,1.4623,9.3675,0,1.6083,9.4019,0,1.7605,9.4264,0,1.9193,9.4411,0,2.0846,9.446,0 + +[0040] @ +PLC 0.0102,5.2027,0,0.0418,5.6601,0,0.0951,6.1008,0,0.1693,6.5247,0,0.2646,6.9318,0,0.3817,7.3221,0,0.5192,7.6957,0,0.6783,8.0525,0,0.8521,8.3791,0,1.0335,8.6621,0,1.2219,8.9017,0,1.4179,9.0976,0,1.6221,9.25,0,1.8333,9.3589,0,2.0522,9.4242,0,2.2785,9.446,0,2.5156,9.4259,0,2.7385,9.3655,0,2.9468,9.2649,0,3.1405,9.124,0,3.3201,8.9429,0,3.4851,8.7216,0,3.636,8.4599,0,3.7724,8.1581,0,3.8934,7.8298,0,3.9988,7.489,0,4.0877,7.1356,0,4.1603,6.7697,0,4.2164,6.3912,0,4.2568,6.0001,0,4.2814,5.5965,0,4.289,5.1803,0,4.2831,4.9053,0,4.2656,4.6377,0,4.2358,4.3776,0,4.1936,4.1248,0,4.1398,3.8796,0,4.0736,3.6417,0,3.9964,3.4112,0,3.9063,3.1882,0,3.8116,2.9826,0,3.7162,2.8044,0,3.6219,2.6537,0,3.5284,2.5303,0,3.4359,2.4344,0,3.3435,2.3659,0,3.2516,2.3247,0,3.1603,2.311,0,3.0773,2.3132,0,3.0001,2.3198,0,2.9292,2.3308,0,2.8649,2.3462,0,2.807,2.366,0,2.7549,2.3902,0,2.7092,2.4188,0,2.67,2.4518,0,2.6355,2.49,0,2.6027,2.534,0,2.5735,2.5839,0,2.5466,2.6396,0,2.522,2.7012,0,2.5009,2.7687,0,2.4817,2.842,0,2.4652,2.9213,0,2.4185,2.847,0,2.371,2.7769,0,2.3237,2.711,0,2.2751,2.6491,0,2.2271,2.5914,0,2.1779,2.5378,0,2.1288,2.4884,0,2.0791,2.443,0,2.0276,2.4045,0,1.9732,2.3754,0,1.9147,2.3557,0,1.8532,2.3455,0,1.7882,2.3447,0,1.7205,2.3534,0,1.649,2.3715,0,1.5747,2.399,0,1.4999,2.437,0,1.429,2.4865,0,1.3612,2.5474,0,1.2963,2.6198,0,1.2353,2.7036,0,1.1775,2.7989,0,1.123,2.9057,0,1.0721,3.0239,0,1.0258,3.1502,0,0.9862,3.281,0,0.9528,3.4164,0,0.9258,3.5564,0,0.9054,3.701,0,0.8919,3.8502,0,0.8843,4.0039,0,0.8832,4.1622,0,0.8872,4.3238,0,0.8967,4.4873,0,0.9095,4.6528,0,0.927,4.8202,0,0.9486,4.9894,0,0.975,5.1607,0,1.0054,5.3338,0,1.0399,5.5089,0,1.0797,5.6823,0,1.1242,5.8505,0,1.1739,6.0134,0,1.2284,6.1712,0,1.288,6.3237,0,1.353,6.471,0,1.422,6.613,0,1.4969,6.7499,0,1.5735,6.8778,0,1.6496,6.993,0,1.7245,7.0956,0,1.7989,7.1855,0,1.872,7.2628,0,1.9439,7.3274,0,2.0153,7.3794,0,2.0861,7.4188,0,2.1546,7.4482,0,2.2195,7.4707,0,2.2815,7.486,0,2.3395,7.4943,0,2.3945,7.4956,0,2.4465,7.4897,0,2.4945,7.4768,0,2.5395,7.4569,0,2.5817,7.4313,0,2.6221,7.4015,0,2.6601,7.3675,0,2.6963,7.3293,0,2.7308,7.2868,0,2.7631,7.2402,0,2.7935,7.1893,0,2.8215,7.1342,0,2.8888,7.7268,0,3.3827,7.7268,0,3.2855,7.9537,0,3.1785,8.1504,0,3.0627,8.3168,0,2.9374,8.4529,0,2.8029,8.5588,0,2.6583,8.6345,0,2.5045,8.6798,0,2.3418,8.695,0,2.1739,8.678,0,2.0118,8.6271,0,1.8561,8.5423,0,1.7064,8.4236,0,1.5624,8.2709,0,1.4244,8.0844,0,1.2927,7.8639,0,1.167,7.6095,0,1.0522,7.3269,0,0.9528,7.022,0,0.8686,6.6947,0,0.7995,6.345,0,0.7456,5.973,0,0.7076,5.5785,0,0.6842,5.1618,0,0.6767,4.7226,0,0.683,4.2852,0,0.7024,3.8709,0,0.7339,3.4795,0,0.7784,3.1112,0,0.8357,2.7659,0,0.906,2.4436,0,0.9884,2.1443,0,1.0844,1.868,0,1.1927,1.6198,0,1.3143,1.4047,0,1.449,1.2226,0,1.5963,1.0737,0,1.7567,0.9579,0,1.9304,0.8751,0,2.1171,0.8255,0,2.3172,0.8089,0,2.4401,0.814,0,2.5595,0.8293,0,2.6741,0.8547,0,2.7841,0.8903,0,2.8906,0.9361,0,2.9924,0.9921,0,3.0902,1.0582,0,3.1831,1.1346,0,3.2756,1.2262,0,3.3692,1.3383,0,3.4652,1.4708,0,3.5623,1.6238,0,3.6611,1.7972,0,3.7619,1.9911,0,3.8643,2.2054,0,3.9684,2.4401,0,4.4692,2.1526,0,4.3843,1.9342,0,4.293,1.7248,0,4.1954,1.5245,0,4.0924,1.3333,0,3.9825,1.1512,0,3.8671,0.9782,0,3.7449,0.8142,0,3.6173,0.6593,0,3.4821,0.5183,0,3.3393,0.3962,0,3.189,0.2928,0,3.0304,0.2082,0,2.8637,0.1424,0,2.6894,0.0955,0,2.5074,0.0673,0,2.3172,0.0579,0,2.0591,0.0792,0,1.8146,0.1431,0,1.5835,0.2497,0,1.3658,0.3989,0,1.1617,0.5908,0,0.9709,0.8252,0,0.7936,1.1023,0,0.6292,1.4221,0,0.4812,1.7722,0,0.3537,2.1403,0,0.2454,2.5265,0,0.1571,2.9308,0,0.088,3.3531,0,0.0389,3.7935,0,0.009,4.252,0,-0.0004,4.7285,0 +PLC 3.1094,3.7543,0,3.0966,3.6424,0,3.0872,3.542,0,3.0813,3.453,0,3.0785,3.3755,0,3.079,3.3094,0,3.0825,3.2548,0,3.0896,3.2117,0,3.1001,3.1766,0,3.1142,3.1462,0,3.1316,3.1205,0,3.1528,3.0995,0,3.1767,3.0831,0,3.2043,3.0714,0,3.2352,3.0644,0,3.2698,3.0621,0,3.3013,3.0705,0,3.3365,3.0958,0,3.3745,3.138,0,3.416,3.197,0,3.4605,3.2729,0,3.5085,3.3657,0,3.5594,3.4754,0,3.6138,3.6019,0,3.6665,3.7441,0,3.712,3.9008,0,3.7502,4.0719,0,3.7817,4.2576,0,3.8063,4.4577,0,3.8239,4.6724,0,3.8344,4.9015,0,3.8379,5.1451,0,3.8326,5.4999,0,3.8174,5.8396,0,3.7916,6.1644,0,3.756,6.4741,0,3.7098,6.7687,0,3.653,7.0484,0,3.5869,7.313,0,3.5096,7.5625,0,3.1253,3.8777,0 +PLC 2.7583,6.389,0,2.7385,6.4703,0,2.7174,6.5441,0,2.694,6.6104,0,2.6682,6.6692,0,2.6407,6.7204,0,2.6116,6.7642,0,2.5799,6.8004,0,2.5466,6.8291,0,2.5114,6.8512,0,2.4746,6.8678,0,2.436,6.8787,0,2.3956,6.8841,0,2.3541,6.8839,0,2.3102,6.878,0,2.2652,6.8666,0,2.2183,6.8496,0,2.171,6.8247,0,2.1224,6.7896,0,2.0738,6.7444,0,2.0252,6.689,0,1.9761,6.6234,0,1.927,6.5476,0,1.8773,6.4617,0,1.8269,6.3655,0,1.7777,6.2616,0,1.731,6.1523,0,1.6864,6.0375,0,1.645,5.9174,0,1.6052,5.7918,0,1.5678,5.6609,0,1.5332,5.5245,0,1.5005,5.3827,0,1.4712,5.2384,0,1.4454,5.0947,0,1.4238,4.9513,0,1.4056,4.8084,0,1.3916,4.666,0,1.3811,4.524,0,1.3746,4.3825,0,1.3717,4.2415,0,1.3723,4.105,0,1.3752,3.9772,0,1.3811,3.8582,0,1.3892,3.7478,0,1.4003,3.6462,0,1.4138,3.5533,0,1.4302,3.4691,0,1.4496,3.3936,0,1.4712,3.326,0,1.4963,3.2656,0,1.5238,3.2123,0,1.5554,3.1662,0,1.5894,3.1273,0,1.6268,3.0954,0,1.6672,3.0708,0,1.7104,3.0533,0,1.7561,3.0426,0,1.8023,3.0386,0,1.8504,3.0412,0,1.8995,3.0503,0,1.9492,3.0661,0,2.0001,3.0885,0,2.0522,3.1174,0,2.1054,3.153,0,2.1587,3.1999,0,2.2108,3.2629,0,2.2611,3.3418,0,2.3102,3.4369,0,2.3581,3.5479,0,2.4044,3.6751,0,2.4494,3.8182,0,2.4939,3.9774,0 + +[0041] A +PLC 3.4746,0.6153,0,2.9843,3.0621,0,1.2483,3.0621,0,0.758,0.6153,0,-0.0008,0.6153,0,1.686,9.0001,0,2.5466,9.0001,0,4.2329,0.6153,0 +PLC 1.4455,4.1887,0,2.7866,4.1887,0,2.1511,7.3337,0,2.0809,7.3337,0 + +[0042] B +PLC 3.1542,3.3112,0,3.1336,3.4776,0,3.0997,3.6317,0,3.0518,3.7735,0,2.9903,3.9031,0,2.916,4.0203,0,2.8271,4.1253,0,2.7253,4.218,0,2.6077,4.2991,0,2.4736,4.3694,0,2.3239,4.429,0,2.1566,4.4776,0,1.9728,4.5155,0,1.7728,4.5425,0,1.5562,4.5588,0,1.3227,4.5642,0,0.6768,4.5642,0,0.6768,1.56,0,1.2344,1.56,0,1.5316,1.5673,0,1.8008,1.5895,0,2.0413,1.6264,0,2.2536,1.6781,0,2.4374,1.7445,0,2.5936,1.8257,0,2.7211,1.9216,0,2.82,2.0323,0,2.9002,2.1528,0,2.9693,2.2782,0,3.0277,2.4084,0,3.0758,2.5435,0,3.1126,2.6835,0,3.1395,2.8283,0,3.1554,2.978,0,3.1606,3.1325,0 +PLC 2.93,6.9498,0,2.916,7.0742,0,2.892,7.1907,0,2.8586,7.2992,0,2.816,7.3997,0,2.7633,7.4923,0,2.7013,7.5769,0,2.6299,7.6535,0,2.5415,7.7215,0,2.428,7.7805,0,2.2905,7.8305,0,2.1285,7.8713,0,1.9418,7.9031,0,1.7306,7.9258,0,1.4948,7.9394,0,1.2344,7.9439,0,0.6768,7.9439,0,0.6768,5.6908,0,1.3263,5.6908,0,1.5586,5.6953,0,1.7704,5.7089,0,1.9623,5.7316,0,2.1338,5.7634,0,2.2847,5.8042,0,2.4152,5.8541,0,2.5257,5.9131,0,2.6158,5.9812,0,2.6902,6.0578,0,2.7556,6.1424,0,2.8101,6.2349,0,2.8552,6.3355,0,2.8903,6.444,0,2.9148,6.5604,0,2.93,6.6849,0,2.9348,6.8173,0 +PLC -0.0001,9.0705,0,1.3227,9.0705,0,1.6668,9.0613,0,1.9833,9.0336,0,2.2718,8.9876,0,2.5322,8.9231,0,2.7651,8.8401,0,2.9698,8.7388,0,3.1471,8.619,0,3.2964,8.4808,0,3.4239,8.3249,0,3.5333,8.152,0,3.6263,7.9622,0,3.7024,7.7554,0,3.7621,7.5317,0,3.8042,7.291,0,3.8299,7.0333,0,3.8382,6.7587,0,3.8275,6.5234,0,3.7966,6.2929,0,3.7445,6.0672,0,3.6719,5.8462,0,3.579,5.6301,0,3.4649,5.4186,0,3.3303,5.212,0,3.1746,5.0101,0,3.3829,4.8057,0,3.5637,4.5884,0,3.7164,4.3583,0,3.8416,4.1153,0,3.9388,3.8595,0,4.0083,3.5909,0,4.0499,3.3094,0,4.0639,3.0151,0,4.0552,2.7384,0,4.0301,2.4744,0,3.9879,2.2231,0,3.9289,1.9846,0,3.8533,1.7589,0,3.7603,1.5458,0,3.6509,1.3456,0,3.5239,1.158,0,3.3718,0.9882,0,3.1839,0.841,0,2.9617,0.7165,0,2.7041,0.6146,0,2.411,0.5353,0,2.0835,0.4787,0,1.7207,0.4447,0,1.3227,0.4334,0,-0.0001,0.4334,0 + +[0043] C +PLC 0.01,5.3913,0,0.0398,5.7778,0,0.0907,6.1522,0,0.161,6.5144,0,0.2522,6.8644,0,0.3628,7.2022,0,0.4939,7.5278,0,0.6454,7.8412,0,0.8109,8.1293,0,0.9859,8.379,0,1.1691,8.5903,0,1.3616,8.7632,0,1.5628,8.8976,0,1.7723,8.9937,0,1.9911,9.0513,0,2.2187,9.0705,0,2.4012,9.0618,0,2.5792,9.0357,0,2.7511,8.9921,0,2.9185,8.9311,0,3.0806,8.8527,0,3.2374,8.7569,0,3.3895,8.6437,0,3.5363,8.5131,0,3.6733,8.3573,0,3.7961,8.1687,0,3.905,7.9473,0,3.9992,7.6931,0,4.0787,7.406,0,4.1443,7.0861,0,4.1957,6.7334,0,4.2332,6.3479,0,3.4076,6.3479,0,3.3819,6.6452,0,3.3492,6.9149,0,3.3088,7.1571,0,3.2614,7.3718,0,3.2064,7.559,0,3.1444,7.7187,0,3.0747,7.851,0,2.9987,7.9557,0,2.9161,8.0409,0,2.829,8.1148,0,2.7383,8.1773,0,2.643,8.2285,0,2.5434,8.2683,0,2.4393,8.2967,0,2.3311,8.3138,0,2.2187,8.3194,0,2.09,8.306,0,1.9654,8.2655,0,1.8448,8.1982,0,1.7278,8.1038,0,1.6149,7.9825,0,1.5061,7.8343,0,1.4008,7.6591,0,1.2996,7.4569,0,1.2065,7.2296,0,1.1263,6.9791,0,1.0579,6.7052,0,1.0023,6.4081,0,0.9584,6.0876,0,0.9274,5.7439,0,0.9087,5.3769,0,0.9028,4.9866,0,0.9087,4.5863,0,0.9274,4.2097,0,0.9584,3.8569,0,1.0023,3.5278,0,1.0579,3.2225,0,1.1263,2.9409,0,1.2065,2.683,0,1.2996,2.4489,0,1.4008,2.2406,0,1.5061,2.06,0,1.6149,1.9072,0,1.7278,1.7822,0,1.8448,1.685,0,1.9654,1.6155,0,2.09,1.5739,0,2.2187,1.56,0,2.3434,1.5666,0,2.4634,1.5866,0,2.5786,1.6198,0,2.6886,1.6663,0,2.7945,1.7261,0,2.8957,1.7993,0,2.9917,1.8857,0,3.083,1.9854,0,3.1678,2.1065,0,3.2432,2.2573,0,3.3099,2.4377,0,3.3678,2.6477,0,3.4171,2.8873,0,3.4568,3.1565,0,3.4878,3.4553,0,3.51,3.7838,0,4.3357,3.7838,0,4.3104,3.399,0,4.2695,3.0425,0,4.2139,2.7143,0,4.1431,2.4144,0,4.0571,2.1429,0,3.9559,1.8997,0,3.8395,1.6849,0,3.7078,1.4984,0,3.5621,1.3368,0,3.4054,1.1967,0,3.2368,1.0782,0,3.0566,0.9813,0,2.8646,0.9059,0,2.661,0.852,0,2.4458,0.8197,0,2.2187,0.8089,0,1.9911,0.8281,0,1.7723,0.8857,0,1.5628,0.9818,0,1.3616,1.1162,0,1.1691,1.2891,0,0.9859,1.5004,0,0.8109,1.7501,0,0.6454,2.0382,0,0.4939,2.3532,0,0.3628,2.6838,0,0.2522,3.0298,0,0.161,3.3914,0,0.0907,3.7684,0,0.0398,4.161,0,0.01,4.569,0,-0.0006,4.9925,0 + +[0044] D +PLC -0.0009,9.0705,0,1.3892,9.0705,0,1.7157,9.0519,0,2.0165,8.996,0,2.2914,8.903,0,2.5419,8.7727,0,2.7671,8.6052,0,2.9667,8.4005,0,3.1415,8.1585,0,3.2908,7.8794,0,3.4189,7.5699,0,3.5301,7.2372,0,3.6243,6.8812,0,3.7009,6.502,0,3.7606,6.0994,0,3.8033,5.6735,0,3.8291,5.2244,0,3.8378,4.7519,0,3.8291,4.2795,0,3.8033,3.8304,0,3.7606,3.4045,0,3.7009,3.0019,0,3.6243,2.6226,0,3.5301,2.2666,0,3.4189,1.9339,0,3.2908,1.6245,0,3.1415,1.3453,0,2.9667,1.1034,0,2.7671,0.8987,0,2.5419,0.7312,0,2.2914,0.6009,0,2.0165,0.5078,0,1.7157,0.452,0,1.3892,0.4334,0,-0.0009,0.4334,0 +PLC 2.9292,5.1106,0,2.9128,5.45,0,2.8859,5.7703,0,2.8484,6.0714,0,2.8005,6.3534,0,2.7408,6.6162,0,2.6712,6.8598,0,2.5904,7.0843,0,2.4956,7.2858,0,2.3821,7.4604,0,2.2504,7.6081,0,2.1007,7.729,0,1.9322,7.823,0,1.7461,7.8902,0,1.5413,7.9305,0,1.3191,7.9439,0,0.6765,7.9439,0,0.6765,1.56,0,1.3191,1.56,0,1.5413,1.5734,0,1.7461,1.6137,0,1.9322,1.6808,0,2.1007,1.7749,0,2.2504,1.8957,0,2.3821,2.0435,0,2.4956,2.2181,0,2.5904,2.4196,0,2.6712,2.6441,0,2.7408,2.8877,0,2.8005,3.1505,0,2.8484,3.4325,0,2.8859,3.7336,0,2.9128,4.0539,0,2.9292,4.3933,0,2.9344,4.7519,0 + +[0045] E +PLC 3.5836,7.9439,0,0.6762,7.9439,0,0.6762,5.6908,0,3.1002,5.6908,0,3.1002,4.5642,0,0.6762,4.5642,0,0.6762,1.56,0,3.5836,1.56,0,3.5836,0.4334,0,-0.0008,0.4334,0,-0.0008,9.0705,0,3.5836,9.0705,0 + +[0046] F +PLC -0.0006,0.6681,0,-0.0006,9.0705,0,3.5837,9.0705,0,3.5837,7.9439,0,0.6769,7.9439,0,0.6769,5.6908,0,3.1003,5.6908,0,3.1003,4.5642,0,0.6769,4.5642,0,0.6769,0.6681,0 + +[0047] G +PLC 0.0094,5.3913,0,0.0399,5.7778,0,0.0902,6.1522,0,0.1604,6.5144,0,0.2516,6.8644,0,0.3623,7.2022,0,0.494,7.5278,0,0.6449,7.8412,0,0.811,8.1293,0,0.9855,8.379,0,1.1685,8.5903,0,1.3611,8.7632,0,1.5623,8.8976,0,1.7718,8.9937,0,1.9906,9.0513,0,2.2182,9.0705,0,2.4008,9.0618,0,2.5786,9.0357,0,2.7513,8.9921,0,2.918,8.9311,0,3.08,8.8527,0,3.2374,8.7569,0,3.3889,8.6437,0,3.5359,8.5131,0,3.6733,8.3573,0,3.7962,8.1687,0,3.9045,7.9473,0,3.9986,7.6931,0,4.0788,7.406,0,4.1444,7.0861,0,4.1959,6.7334,0,4.2327,6.3479,0,3.4071,6.3479,0,3.3814,6.6452,0,3.3487,6.9149,0,3.3083,7.1571,0,3.2608,7.3718,0,3.2059,7.559,0,3.1438,7.7187,0,3.0748,7.851,0,2.9982,7.9557,0,2.9156,8.0409,0,2.8291,8.1148,0,2.7378,8.1773,0,2.6424,8.2285,0,2.543,8.2683,0,2.4388,8.2967,0,2.3311,8.3138,0,2.2182,8.3194,0,2.0901,8.306,0,1.9649,8.2655,0,1.8443,8.1982,0,1.7273,8.1038,0,1.6144,7.9825,0,1.5055,7.8343,0,1.4008,7.6591,0,1.299,7.4569,0,1.2065,7.2296,0,1.1259,6.9791,0,1.0574,6.7052,0,1.0018,6.4081,0,0.9585,6.0876,0,0.9269,5.7439,0,0.9088,5.3769,0,0.9023,4.9866,0,0.9082,4.5863,0,0.9257,4.2097,0,0.955,3.8569,0,0.9966,3.5278,0,1.0492,3.2225,0,1.1142,2.9409,0,1.1902,2.683,0,1.278,2.4489,0,1.374,2.2406,0,1.4734,2.06,0,1.577,1.9072,0,1.6841,1.7822,0,1.7952,1.685,0,1.9105,1.6155,0,2.0287,1.5739,0,2.1515,1.56,0,2.2697,1.5667,0,2.3844,1.5867,0,2.4938,1.6202,0,2.5992,1.6671,0,2.7004,1.7273,0,2.7968,1.8009,0,2.8893,1.8879,0,2.977,1.9883,0,3.0578,2.1102,0,3.1309,2.2615,0,3.1948,2.4424,0,3.2503,2.6528,0,3.2972,2.8927,0,3.3352,3.1622,0,3.365,3.4612,0,3.3861,3.7896,0,3.3861,4.5642,0,2.2182,4.5642,0,2.2182,5.3152,0,4.0636,5.3152,0,4.0636,0.6094,0,3.5166,0.6094,0,3.3369,1.3605,0,3.2041,1.2312,0,3.0643,1.1192,0,2.9186,1.0244,0,2.7659,0.9468,0,2.6073,0.8865,0,2.4417,0.8434,0,2.2697,0.8175,0,2.0913,0.8089,0,1.8665,0.8281,0,1.6518,0.8857,0,1.4477,0.9818,0,1.2546,1.1162,0,1.0714,1.2891,0,0.8988,1.5004,0,0.7368,1.7501,0,0.5853,2.0382,0,0.4477,2.3532,0,0.3289,2.6838,0,0.2283,3.0298,0,0.1458,3.3914,0,0.0815,3.7684,0,0.0358,4.161,0,0.0083,4.569,0,-0.0011,4.9925,0 + +[0048] H +PLC -0.0009,0.6681,0,-0.0009,9.1879,0,0.6767,9.1879,0,0.6767,5.6908,0,2.9345,5.6908,0,2.9345,9.1879,0,3.6121,9.1879,0,3.6121,0.6681,0,2.9345,0.6681,0,2.9345,4.5642,0,0.6767,4.5642,0,0.6767,0.6681,0 + +[0049] I +PLC -0.0007,0.674,0,-0.0007,9.0588,0,0.6768,9.0588,0,0.6768,0.674,0 + +[004a] J +PLC 1.4101,1.1888,0,1.4838,1.2019,0,1.5529,1.2236,0,1.6184,1.2541,0,1.6798,1.2933,0,1.7378,1.3412,0,1.791,1.3978,0,1.8408,1.4632,0,1.8852,1.5442,0,1.9238,1.6478,0,1.9566,1.7741,0,1.9836,1.923,0,2.0046,2.0946,0,2.0192,2.2888,0,2.028,2.5057,0,2.0315,2.7452,0,2.0315,9.1233,0,2.7084,9.1233,0,2.7084,2.7452,0,2.7026,2.3573,0,2.685,2.0033,0,2.6553,1.6833,0,2.6137,1.3971,0,2.5604,1.1449,0,2.4955,0.9266,0,2.4182,0.7423,0,2.3293,0.5918,0,2.231,0.4667,0,2.1262,0.3582,0,2.0139,0.2664,0,1.8951,0.1914,0,1.7693,0.133,0,1.6365,0.0912,0,1.4967,0.0662,0,1.3505,0.0579,0,1.2053,0.0671,0,1.0672,0.0947,0,0.9362,0.1408,0,0.8109,0.2053,0,0.6927,0.2882,0,0.5816,0.3896,0,0.4763,0.5093,0,0.3786,0.6476,0,0.2897,0.8038,0,0.2124,0.9778,0,0.1475,1.1695,0,0.0942,1.3788,0,0.0527,1.6059,0,0.0228,1.8506,0,0.0053,2.113,0,-0.0006,2.3932,0,0.6764,2.3932,0,0.6794,2.2415,0,0.6875,2.1003,0,0.701,1.9697,0,0.7196,1.8497,0,0.7443,1.7402,0,0.7735,1.6412,0,0.8087,1.5528,0,0.8495,1.4749,0,0.8946,1.4068,0,0.9444,1.3478,0,0.9982,1.2979,0,1.0567,1.2571,0,1.1193,1.2253,0,1.186,1.2026,0,1.2574,1.189,0,1.3329,1.1844,0 + +[004b] K +PLC -0.0004,0.674,0,-0.0004,9.0588,0,0.6765,9.0588,0,0.6765,5.4091,0,2.5851,9.0588,0,3.4956,9.0588,0,1.9223,6.078,0,3.7887,0.674,0,2.8783,0.674,0,1.3997,5.0805,0,0.6765,3.7134,0,0.6765,0.674,0 + +[004c] L +PLC 0.6768,8.9531,0,0.6768,1.56,0,3.5834,1.56,0,3.5834,0.4334,0,-0.0008,0.4334,0,-0.0008,8.9531,0 + +[004d] M +PLC -0.0007,0.674,0,-0.0007,9.0588,0,0.9624,9.0588,0,2.1022,3.0738,0,2.187,3.0738,0,3.3262,9.0588,0,4.2893,9.0588,0,4.2893,0.674,0,3.6124,0.674,0,3.6124,6.8819,0,3.5661,6.8819,0,2.4409,0.7092,0,1.8482,0.7092,0,0.7231,6.8819,0,0.6769,6.8819,0,0.6769,0.674,0 + +[004e] N +PLC -0.0005,0.674,0,-0.0005,9.0588,0,0.9059,9.0588,0,2.9344,2.6044,0,2.9344,9.0588,0,3.6119,9.0588,0,3.6119,0.674,0,2.705,0.674,0,0.6764,7.1929,0,0.6764,0.674,0 + +[004f] O +PLC 0.0085,5.3913,0,0.0365,5.7778,0,0.0834,6.1522,0,0.1489,6.5144,0,0.2331,6.8644,0,0.3355,7.2022,0,0.4572,7.5278,0,0.5971,7.8412,0,0.7521,8.1293,0,0.9183,8.379,0,1.0943,8.5903,0,1.2822,8.7632,0,1.4806,8.8976,0,1.69,8.9937,0,1.91,9.0513,0,2.1405,9.0705,0,2.3711,9.0513,0,2.5905,8.9937,0,2.7993,8.8976,0,2.9983,8.7632,0,3.1861,8.5903,0,3.3634,8.379,0,3.5302,8.1293,0,3.6864,7.8412,0,3.8274,7.5276,0,3.9496,7.2015,0,4.0538,6.8628,0,4.1387,6.5115,0,4.2048,6.1476,0,4.2516,5.7713,0,4.2797,5.3823,0,4.289,4.9808,0,4.2797,4.56,0,4.2516,4.1544,0,4.2048,3.7638,0,4.1387,3.3885,0,4.0538,3.0282,0,3.9496,2.6831,0,3.8274,2.353,0,3.6864,2.0382,0,3.5302,1.7501,0,3.3634,1.5004,0,3.1861,1.2891,0,2.9983,1.1162,0,2.7993,0.9818,0,2.5905,0.8857,0,2.3711,0.8281,0,2.1405,0.8089,0,1.91,0.8281,0,1.69,0.8857,0,1.4806,0.9818,0,1.2822,1.1162,0,1.0943,1.2891,0,0.9183,1.5004,0,0.7521,1.7501,0,0.5971,2.0382,0,0.4572,2.3532,0,0.3355,2.6838,0,0.2331,3.0298,0,0.1489,3.3914,0,0.0834,3.7684,0,0.0365,4.161,0,0.0085,4.569,0,-0.0009,4.9925,0 +PLC 0.9083,4.5863,0,0.9258,4.2097,0,0.9551,3.8569,0,0.9955,3.5278,0,1.0476,3.2225,0,1.1119,2.9409,0,1.1874,2.683,0,1.2745,2.4489,0,1.3694,2.2406,0,1.4682,2.06,0,1.5707,1.9072,0,1.6771,1.7822,0,1.7872,1.685,0,1.9018,1.6155,0,2.0195,1.5739,0,2.1405,1.56,0,2.2623,1.5739,0,2.3805,1.6155,0,2.4945,1.685,0,2.6051,1.7822,0,2.7122,1.9072,0,2.8151,2.06,0,2.9146,2.2406,0,3.0106,2.4489,0,3.0983,2.6832,0,3.175,2.9416,0,3.2393,3.2241,0,3.292,3.5307,0,3.3336,3.8615,0,3.3628,4.2163,0,3.3803,4.5953,0,3.3862,4.9984,0,3.3803,5.3859,0,3.3628,5.7505,0,3.3336,6.0922,0,3.292,6.411,0,3.2393,6.7069,0,3.175,6.9798,0,3.0983,7.2298,0,3.0106,7.4569,0,2.9146,7.6591,0,2.8151,7.8343,0,2.7122,7.9825,0,2.6051,8.1038,0,2.4945,8.1982,0,2.3805,8.2655,0,2.2623,8.306,0,2.1405,8.3194,0,2.0195,8.306,0,1.9018,8.2655,0,1.7872,8.1982,0,1.6771,8.1038,0,1.5707,7.9825,0,1.4682,7.8343,0,1.3694,7.6591,0,1.2745,7.4569,0,1.1874,7.2296,0,1.1119,6.9791,0,1.0476,6.7052,0,0.9955,6.4081,0,0.9551,6.0876,0,0.9258,5.7439,0,0.9083,5.3769,0,0.9024,4.9866,0 + +[0050] P +PLC -0.0001,0.6681,0,-0.0001,9.0705,0,1.39,9.0705,0,1.7469,9.0608,0,2.0728,9.0318,0,2.3665,8.9834,0,2.6287,8.9157,0,2.8592,8.8287,0,3.0576,8.7223,0,3.2249,8.5966,0,3.3606,8.4515,0,3.4724,8.2905,0,3.5695,8.1172,0,3.6515,7.9315,0,3.7188,7.7334,0,3.7714,7.523,0,3.8089,7.3001,0,3.8311,7.0649,0,3.838,6.8173,0,3.8311,6.5697,0,3.8077,6.3345,0,3.7703,6.1117,0,3.7164,5.9013,0,3.6485,5.7032,0,3.5643,5.5175,0,3.4659,5.3442,0,3.3513,5.1832,0,3.2138,5.0381,0,3.0435,4.9124,0,2.8417,4.806,0,2.6071,4.7189,0,2.3402,4.6512,0,2.0418,4.6029,0,1.7107,4.5739,0,1.3479,4.5642,0,0.6774,4.5642,0,0.6774,0.6681,0 +PLC 2.9312,6.9498,0,2.9178,7.0742,0,2.896,7.1907,0,2.8657,7.2992,0,2.8265,7.3997,0,2.7784,7.4923,0,2.7217,7.5769,0,2.6562,7.6535,0,2.5748,7.7215,0,2.4683,7.7805,0,2.3379,7.8305,0,2.1829,7.8713,0,2.0032,7.9031,0,1.7996,7.9258,0,1.572,7.9394,0,1.3192,7.9439,0,0.6774,7.9439,0,0.6774,5.6908,0,1.3192,5.6908,0,1.572,5.6953,0,1.7996,5.7089,0,2.0032,5.7316,0,2.1829,5.7634,0,2.3379,5.8042,0,2.4683,5.8541,0,2.5748,5.9131,0,2.6562,5.9812,0,2.7217,6.0578,0,2.7784,6.1424,0,2.8265,6.2349,0,2.8657,6.3355,0,2.896,6.444,0,2.9178,6.5604,0,2.9312,6.6849,0,2.9352,6.8173,0 + +[0051] Q +PLC 0.0081,5.3913,0,0.0363,5.7778,0,0.0825,6.1522,0,0.1481,6.5144,0,0.2323,6.8644,0,0.3353,7.2022,0,0.457,7.5278,0,0.5968,7.8412,0,0.7519,8.1293,0,0.918,8.379,0,1.0941,8.5903,0,1.282,8.7632,0,1.4797,8.8976,0,1.6892,8.9937,0,1.9092,9.0513,0,2.1403,9.0705,0,2.3708,9.0513,0,2.5902,8.9937,0,2.7991,8.8976,0,2.9975,8.7632,0,3.1858,8.5903,0,3.3626,8.379,0,3.5299,8.1293,0,3.6856,7.8412,0,3.8272,7.5276,0,3.9494,7.2015,0,4.053,6.8628,0,4.1385,6.5115,0,4.2039,6.1476,0,4.2508,5.7713,0,4.2795,5.3823,0,4.2888,4.9808,0,4.2795,4.5629,0,4.2519,4.1601,0,4.2057,3.7722,0,4.1407,3.3995,0,4.0571,3.0417,0,3.9559,2.699,0,3.8347,2.3714,0,3.6961,2.0587,0,4.2712,0.9791,0,3.5446,0.4334,0,3.1349,1.2431,0,3.0244,1.1414,0,2.9091,1.0532,0,2.7903,0.9785,0,2.668,0.9175,0,2.5417,0.87,0,2.4112,0.8361,0,2.2778,0.8157,0,2.1403,0.8089,0,1.9092,0.8281,0,1.6892,0.8857,0,1.4797,0.9818,0,1.282,1.1162,0,1.0941,1.2891,0,0.918,1.5004,0,0.7519,1.7501,0,0.5968,2.0382,0,0.457,2.3532,0,0.3353,2.6838,0,0.2323,3.0298,0,0.1481,3.3914,0,0.0825,3.7684,0,0.0363,4.161,0,0.0081,4.569,0,-0.0012,4.9925,0 +PLC 0.9081,4.5863,0,0.925,4.2097,0,0.9543,3.8569,0,0.9953,3.5278,0,1.0473,3.2225,0,1.1117,2.9409,0,1.1872,2.683,0,1.2737,2.4489,0,1.3691,2.2406,0,1.468,2.06,0,1.5704,1.9072,0,1.6769,1.7822,0,1.7869,1.685,0,1.901,1.6155,0,2.0186,1.5739,0,2.1403,1.56,0,2.2147,1.5652,0,2.2872,1.5809,0,2.3597,1.607,0,2.4299,1.6436,0,2.4984,1.6906,0,2.5662,1.7481,0,2.6329,1.816,0,2.6979,1.8944,0,2.0976,3.1912,0,2.7541,3.6664,0,3.149,2.845,0,3.2046,3.0583,0,3.2526,3.2876,0,3.2935,3.5329,0,3.3262,3.7941,0,3.3526,4.0712,0,3.3708,4.3643,0,3.3819,4.6734,0,3.3854,4.9984,0,3.3801,5.3859,0,3.362,5.7505,0,3.3327,6.0922,0,3.2918,6.411,0,3.2391,6.7069,0,3.1741,6.9798,0,3.0981,7.2298,0,3.0104,7.4569,0,2.9143,7.6591,0,2.8149,7.8343,0,2.7113,7.9825,0,2.6048,8.1038,0,2.4943,8.1982,0,2.3802,8.2655,0,2.262,8.306,0,2.1403,8.3194,0,2.0186,8.306,0,1.901,8.2655,0,1.7869,8.1982,0,1.6769,8.1038,0,1.5704,7.9825,0,1.468,7.8343,0,1.3691,7.6591,0,1.2737,7.4569,0,1.1872,7.2296,0,1.1117,6.9791,0,1.0473,6.7052,0,0.9953,6.4081,0,0.9543,6.0876,0,0.925,5.7439,0,0.9081,5.3769,0,0.9016,4.9866,0 + +[0052] R +PLC -0.0009,0.6681,0,-0.0009,9.0705,0,1.3892,9.0705,0,1.7467,9.0608,0,2.072,9.0318,0,2.3663,8.9834,0,2.6284,8.9157,0,2.8584,8.8287,0,3.0574,8.7223,0,3.2241,8.5966,0,3.3598,8.4515,0,3.4716,8.2905,0,3.5693,8.1172,0,3.6512,7.9315,0,3.7179,7.7334,0,3.7705,7.523,0,3.808,7.3001,0,3.8302,7.0649,0,3.8372,6.8173,0,3.832,6.5719,0,3.8138,6.3432,0,3.7851,6.1311,0,3.7448,5.9357,0,3.6916,5.757,0,3.6277,5.595,0,3.5517,5.4497,0,3.4639,5.3211,0,3.3669,5.2061,0,3.2639,5.1018,0,3.155,5.0081,0,3.0386,4.925,0,2.9164,4.8526,0,2.7876,4.7908,0,2.653,4.7397,0,2.5114,4.6991,0,3.9507,0.6681,0,3.0193,0.6681,0,1.6677,4.5759,0,1.3471,4.5642,0,0.6765,4.5642,0,0.6765,0.6681,0 +PLC 2.9303,6.9498,0,2.9174,7.0742,0,2.8952,7.1907,0,2.8649,7.2992,0,2.8257,7.3997,0,2.7782,7.4923,0,2.7209,7.5769,0,2.6554,7.6535,0,2.5746,7.7215,0,2.4681,7.7805,0,2.337,7.8305,0,2.1825,7.8713,0,2.0035,7.9031,0,1.7987,7.9258,0,1.5712,7.9394,0,1.3189,7.9439,0,0.6765,7.9439,0,0.6765,5.6908,0,1.3189,5.6908,0,1.5712,5.6953,0,1.7987,5.7089,0,2.0035,5.7316,0,2.1825,5.7634,0,2.337,5.8042,0,2.4681,5.8541,0,2.5746,5.9131,0,2.6554,5.9812,0,2.7209,6.0578,0,2.7782,6.1424,0,2.8257,6.2349,0,2.8649,6.3355,0,2.8952,6.444,0,2.9174,6.5604,0,2.9303,6.6849,0,2.935,6.8173,0 + +[0053] S +PLC 0.9026,3.0034,0,0.9079,2.8273,0,0.9218,2.6627,0,0.9471,2.5097,0,0.9816,2.3682,0,1.0248,2.2383,0,1.0798,2.12,0,1.143,2.0132,0,1.2168,1.9179,0,1.298,1.834,0,1.3853,1.7613,0,1.4783,1.6998,0,1.5772,1.6494,0,1.6825,1.6103,0,1.7925,1.5823,0,1.9095,1.5656,0,2.0313,1.56,0,2.1757,1.5661,0,2.3091,1.5844,0,2.4325,1.6148,0,2.5455,1.6575,0,2.6479,1.7124,0,2.7404,1.7795,0,2.8222,1.8587,0,2.8943,1.9502,0,2.9569,2.0519,0,3.0107,2.1619,0,3.0563,2.2804,0,3.0937,2.4071,0,3.123,2.5422,0,3.144,2.6856,0,3.1563,2.8374,0,3.1604,2.9975,0,3.1547,3.1547,0,3.1382,3.3036,0,3.1113,3.4441,0,3.0727,3.5762,0,3.023,3.7,0,2.9621,3.8155,0,2.8901,3.9226,0,2.8076,4.0214,0,2.7123,4.116,0,2.6016,4.2107,0,2.4759,4.3053,0,2.3355,4.3999,0,2.181,4.4945,0,2.0101,4.5891,0,1.8252,4.6837,0,1.6257,4.7783,0,1.4274,4.8761,0,1.2448,4.9802,0,1.0804,5.0907,0,0.9324,5.2074,0,0.8019,5.3305,0,0.6879,5.4599,0,0.5913,5.5956,0,0.5111,5.7377,0,0.4444,5.8843,0,0.3859,6.0336,0,0.3368,6.1857,0,0.297,6.3406,0,0.2653,6.4982,0,0.2431,6.6585,0,0.2303,6.8216,0,0.2256,6.9875,0,0.2338,7.1726,0,0.2584,7.3553,0,0.2994,7.5357,0,0.3572,7.7136,0,0.4315,7.8892,0,0.5216,8.0624,0,0.6293,8.2332,0,0.7528,8.4016,0,0.8879,8.5584,0,1.0295,8.6942,0,1.1788,8.8092,0,1.3349,8.9033,0,1.497,8.9764,0,1.6661,9.0287,0,1.8416,9.06,0,2.0242,9.0705,0,2.2149,9.0628,0,2.3963,9.0397,0,2.5707,9.0012,0,2.7369,8.9473,0,2.8943,8.878,0,3.044,8.7933,0,3.1862,8.6931,0,3.3196,8.5776,0,3.4413,8.447,0,3.5466,8.3015,0,3.6355,8.1411,0,3.7081,7.9659,0,3.7648,7.7759,0,3.8052,7.571,0,3.8298,7.3512,0,3.838,7.1166,0,2.9347,7.1166,0,2.9311,7.2709,0,2.9194,7.414,0,2.8995,7.5459,0,2.8725,7.6667,0,2.8375,7.7762,0,2.7941,7.8746,0,2.7426,7.9618,0,2.6842,8.0378,0,2.6186,8.1038,0,2.5496,8.161,0,2.4735,8.2094,0,2.3939,8.249,0,2.3091,8.2798,0,2.2196,8.3018,0,2.1242,8.315,0,2.0242,8.3194,0,1.9247,8.3147,0,1.8299,8.3006,0,1.741,8.277,0,1.6568,8.2439,0,1.5784,8.2014,0,1.504,8.1495,0,1.4356,8.0881,0,1.3724,8.0173,0,1.3151,7.9372,0,1.2653,7.848,0,1.2238,7.7498,0,1.1899,7.6425,0,1.163,7.5261,0,1.1436,7.4006,0,1.1325,7.2661,0,1.1289,7.1224,0,1.1313,6.9815,0,1.1407,6.8492,0,1.157,6.7256,0,1.1788,6.6105,0,1.2074,6.5041,0,1.2414,6.4062,0,1.2823,6.317,0,1.3291,6.2364,0,1.3887,6.1598,0,1.4666,6.0824,0,1.5626,6.0043,0,1.6766,5.9255,0,1.8089,5.8459,0,1.9598,5.7656,0,2.1283,5.6845,0,2.3156,5.6027,0,2.5075,5.5166,0,2.6889,5.4225,0,2.8614,5.3204,0,3.0248,5.2103,0,3.178,5.0923,0,3.3226,4.9663,0,3.4565,4.8323,0,3.5823,4.6903,0,3.6953,4.5383,0,3.7929,4.374,0,3.8755,4.1976,0,3.9433,4.009,0,3.9959,3.8081,0,4.0334,3.5951,0,4.0557,3.3699,0,4.0638,3.1325,0,4.0557,2.891,0,4.0311,2.6594,0,3.989,2.4377,0,3.9316,2.2259,0,3.8567,2.0241,0,3.7666,1.8321,0,3.6589,1.65,0,3.5349,1.4778,0,3.3951,1.321,0,3.2424,1.1852,0,3.0751,1.0702,0,2.8943,0.9761,0,2.6994,0.903,0,2.4911,0.8507,0,2.2676,0.8194,0,2.0313,0.8089,0,1.803,0.8183,0,1.5865,0.8465,0,1.383,0.8935,0,1.1911,0.9593,0,1.0119,1.0438,0,0.844,1.1472,0,0.6889,1.2694,0,0.5463,1.4103,0,0.418,1.5668,0,0.3075,1.7355,0,0.2127,1.9163,0,0.1366,2.1093,0,0.0764,2.3146,0,0.0337,2.532,0,0.0079,2.7616,0,-0.0002,3.0034,0 + +[0054] T +PLC 1.6329,0.5449,0,1.6329,7.9439,0,-0.0007,7.9439,0,-0.0007,9.0705,0,3.9294,9.0705,0,3.9294,7.9439,0,2.3098,7.9439,0,2.3098,0.5449,0 + +[0055] U +PLC 1.9262,1.5669,0,2.0409,1.5878,0,2.1497,1.6227,0,2.2539,1.6715,0,2.3522,1.7342,0,2.4458,1.8108,0,2.533,1.9014,0,2.6155,2.0059,0,2.6903,2.1277,0,2.7553,2.2703,0,2.8097,2.4336,0,2.8554,2.6176,0,2.8905,2.8223,0,2.9151,3.0478,0,2.9303,3.2939,0,2.9349,3.5608,0,2.9349,9.0294,0,3.6125,9.0294,0,3.6125,3.5608,0,3.6043,3.1684,0,3.5797,2.8098,0,3.54,2.4848,0,3.4838,2.1937,0,3.4111,1.9362,0,3.3234,1.7125,0,3.2193,1.5226,0,3.0988,1.3663,0,2.9665,1.2357,0,2.8255,1.1225,0,2.6763,1.0267,0,2.519,0.9483,0,2.3533,0.8873,0,2.179,0.8438,0,1.9964,0.8176,0,1.8057,0.8089,0,1.615,0.8176,0,1.4324,0.8438,0,1.258,0.8873,0,1.093,0.9483,0,0.935,1.0267,0,0.7865,1.1225,0,0.6449,1.2357,0,0.5126,1.3663,0,0.3921,1.5226,0,0.2885,1.7125,0,0.2002,1.9362,0,0.1277,2.1937,0,0.0714,2.4848,0,0.0316,2.8098,0,0.0077,3.1684,0,0.0001,3.5608,0,0.0001,9.0294,0,0.677,9.0294,0,0.677,3.5608,0,0.6823,3.2939,0,0.6976,3.0478,0,0.7221,2.8223,0,0.7572,2.6176,0,0.8017,2.4336,0,0.8566,2.2703,0,0.921,2.1277,0,0.996,2.0059,0,1.079,1.9014,0,1.1667,1.8108,0,1.2598,1.7342,0,1.358,1.6715,0,1.4616,1.6227,0,1.5717,1.5878,0,1.6863,1.5669,0,1.8057,1.56,0 + +[0056] V +PLC 2.5466,0.674,0,1.686,0.674,0,-0.0004,9.0588,0,0.7579,9.0588,0,2.0809,2.4812,0,2.1516,2.4812,0,3.474,9.0588,0,4.2334,9.0588,0 + +[0057] W +PLC 0.7225,9.0588,0,1.2906,3.9657,0,1.8411,9.0588,0,2.5643,9.0588,0,3.1155,3.9657,0,3.683,9.0588,0,4.4027,9.0588,0,3.4747,0.674,0,2.7515,0.674,0,2.2016,5.7377,0,1.651,0.674,0,0.9307,0.674,0,-0.0007,9.0588,0 + +[0058] X +PLC 3.4567,0.674,0,2.0701,4.0772,0,0.825,0.674,0,0,0.674,0,1.6394,5.1451,0,0.0491,9.0588,0,0.8741,9.0588,0,2.1731,5.8492,0,3.4041,9.0588,0,4.2296,9.0588,0,2.6031,4.8048,0,4.2829,0.674,0 + +[0059] Y +PLC 1.7391,0.674,0,1.7391,3.9539,0,-0.0005,8.9942,0,0.7585,8.9942,0,2.0778,5.0805,0,3.3978,8.9942,0,4.1561,8.9942,0,2.416,3.9539,0,2.416,0.674,0 + +[005a] Z +PLC 3.6443,9.0705,0,3.6443,8.0671,0,0.8428,1.56,0,3.7818,1.56,0,3.7818,0.4334,0,-0.0002,0.4334,0,-0.0002,1.4368,0,2.8006,7.9439,0,0.2039,7.9439,0,0.2039,9.0705,0 + +[005b] [ +PLC 2.0774,9.8215,0,2.0774,9.0705,0,0.6768,9.0705,0,0.6768,0.4334,0,2.0774,0.4334,0,2.0774,-0.3177,0,-0.0008,-0.3177,0,-0.0008,9.8215,0 + +[005c] \ +PLC 4.3957,0.2574,0,3.9054,0.0696,0,-0.0002,9.534,0,0.4831,9.7629,0 + +[0061] a +PLC 1.9716,6.8093,0,2.1449,6.7851,0,2.3075,6.7447,0,2.4597,6.6883,0,2.6013,6.6156,0,2.7328,6.5269,0,2.854,6.422,0,2.9646,6.301,0,3.0635,6.1646,0,3.1489,6.0135,0,3.2215,5.8477,0,3.2805,5.6673,0,3.3267,5.4722,0,3.3595,5.2624,0,3.3794,5.038,0,3.3865,4.7989,0,3.3865,2.0704,0,3.3888,1.9006,0,3.3982,1.7342,0,3.414,1.5712,0,3.4356,1.4118,0,3.4631,1.2559,0,3.4976,1.1034,0,3.5374,0.9544,0,3.5843,0.8089,0,2.7651,0.8089,0,2.751,0.8992,0,2.7376,0.9882,0,2.7253,1.076,0,2.7142,1.1624,0,2.7043,1.2476,0,2.6948,1.3315,0,2.6878,1.4141,0,2.6809,1.4954,0,2.6211,1.4144,0,2.5579,1.3385,0,2.4912,1.2677,0,2.4199,1.202,0,2.345,1.1415,0,2.2666,1.0862,0,2.1835,1.0359,0,2.0969,0.9908,0,2.008,0.9507,0,1.9201,0.9156,0,1.8336,0.8855,0,1.7458,0.8603,0,1.6593,0.84,0,1.5738,0.8247,0,1.4884,0.8143,0,1.4035,0.8089,0,1.2462,0.8157,0,1.0975,0.8362,0,0.9565,0.8704,0,0.8249,0.9182,0,0.7009,0.9797,0,0.585,1.0548,0,0.4773,1.1436,0,0.3785,1.2461,0,0.2896,1.3596,0,0.2129,1.4817,0,0.1474,1.6123,0,0.0947,1.7514,0,0.0526,1.8991,0,0.0233,2.0552,0,0.0058,2.2199,0,-0.0007,2.3932,0,0.0034,2.5262,0,0.0151,2.6583,0,0.0339,2.7895,0,0.0607,2.9198,0,0.0959,3.0491,0,0.1379,3.1776,0,0.1884,3.3051,0,0.2468,3.4317,0,0.3123,3.5549,0,0.3884,3.6719,0,0.4727,3.783,0,0.5674,3.8879,0,0.671,3.9869,0,0.7833,4.0797,0,0.9056,4.1666,0,1.0367,4.2473,0,1.1818,4.3245,0,1.345,4.4006,0,1.5258,4.4756,0,1.7259,4.5495,0,1.9448,4.6223,0,2.1811,4.694,0,2.4357,4.7646,0,2.7089,4.8341,0,2.7089,5.0512,0,2.7054,5.1535,0,2.6948,5.2522,0,2.6767,5.3471,0,2.6516,5.4384,0,2.6188,5.5261,0,2.5801,5.6101,0,2.5334,5.6904,0,2.4795,5.767,0,2.4187,5.8372,0,2.3508,5.898,0,2.2748,5.9494,0,2.1916,5.9915,0,2.1015,6.0242,0,2.0045,6.0476,0,1.9003,6.0616,0,1.788,6.0663,0,1.6979,6.0624,0,1.6136,6.0509,0,1.534,6.0316,0,1.4597,6.0047,0,1.39,5.97,0,1.3269,5.9277,0,1.2684,5.8776,0,1.2146,5.8198,0,1.1666,5.755,0,1.1221,5.6838,0,1.0811,5.6061,0,1.046,5.5221,0,1.0145,5.4316,0,0.987,5.3347,0,0.9636,5.2313,0,0.9448,5.1216,0,0.1866,5.1216,0,0.21,5.3023,0,0.2444,5.4749,0,0.2913,5.6394,0,0.3486,5.7956,0,0.4189,5.9438,0,0.4995,6.0837,0,0.592,6.2155,0,0.6961,6.3391,0,0.809,6.4512,0,0.929,6.5483,0,1.0554,6.6305,0,1.1888,6.6978,0,1.3286,6.7501,0,1.4755,6.7874,0,1.6282,6.8099,0,1.788,6.8173,0 +PLC 2.5252,4.0815,0,2.3532,4.0271,0,2.1922,3.9726,0,2.0419,3.918,0,1.9027,3.8633,0,1.7751,3.8085,0,1.6581,3.7537,0,1.5516,3.6987,0,1.4556,3.6423,0,1.3678,3.5832,0,1.2894,3.5213,0,1.2193,3.4567,0,1.1578,3.3893,0,1.1057,3.3191,0,1.0613,3.2463,0,1.0262,3.1706,0,0.9969,3.091,0,0.9724,3.0061,0,0.9512,2.9161,0,0.9331,2.8208,0,0.9197,2.7202,0,0.9104,2.6145,0,0.9045,2.5035,0,0.9027,2.3873,0,0.905,2.2891,0,0.9126,2.197,0,0.9255,2.1109,0,0.9425,2.0308,0,0.9653,1.9569,0,0.9922,1.8889,0,1.025,1.827,0,1.0636,1.7712,0,1.1057,1.7217,0,1.1514,1.6788,0,1.2005,1.6425,0,1.2544,1.6128,0,1.3128,1.5897,0,1.3749,1.5732,0,1.4405,1.5633,0,1.5094,1.56,0,1.5821,1.5656,0,1.6557,1.5765,0,1.7306,1.5927,0,1.8061,1.6142,0,1.8827,1.6411,0,1.9599,1.6733,0,2.0384,1.7108,0,2.1179,1.7536,0,2.1969,1.8076,0,2.2748,1.8786,0,2.3508,1.9668,0,2.4257,2.0719,0,2.4983,2.1941,0,2.5696,2.3334,0,2.6399,2.4897,0,2.7089,2.6631,0,2.7089,4.1358,0 + +[0062] b +PLC -0.0005,0.7854,0,-0.0005,9.2113,0,0.677,9.2113,0,0.677,6.1426,0,0.8168,6.3007,0,0.9566,6.4378,0,1.096,6.5537,0,1.2358,6.6486,0,1.3756,6.7225,0,1.5143,6.7752,0,1.653,6.8068,0,1.7923,6.8173,0,1.9748,6.8062,0,2.1509,6.773,0,2.3212,6.7175,0,2.485,6.6398,0,2.6418,6.54,0,2.7921,6.418,0,2.9367,6.2738,0,3.0736,6.1074,0,3.2,5.9181,0,3.3094,5.7054,0,3.4024,5.4693,0,3.4773,5.2096,0,3.5364,4.9265,0,3.5785,4.6199,0,3.6036,4.2899,0,3.6119,3.9363,0,3.6036,3.6305,0,3.5791,3.3347,0,3.5382,3.0492,0,3.4796,2.7738,0,3.4054,2.5086,0,3.3147,2.2536,0,3.207,2.0088,0,3.083,1.7741,0,2.9437,1.5582,0,2.7903,1.3695,0,2.6242,1.208,0,2.444,1.0737,0,2.2509,0.9667,0,2.0432,0.8868,0,1.8214,0.8343,0,1.5869,0.8089,0,1.4598,0.8153,0,1.337,0.8346,0,1.2176,0.8667,0,1.1018,0.9116,0,0.9901,0.9694,0,0.8818,1.04,0,0.7776,1.1234,0,0.677,1.2196,0,0.677,0.7854,0 +PLC 1.6893,1.5811,0,1.8085,1.6208,0,1.9222,1.6793,0,2.0297,1.7565,0,2.1305,1.8524,0,2.2252,1.967,0,2.3129,2.1003,0,2.3949,2.2523,0,2.4686,2.4199,0,2.5323,2.6,0,2.5862,2.7925,0,2.6301,2.9975,0,2.6652,3.215,0,2.6891,3.4449,0,2.7038,3.6873,0,2.7085,3.9422,0,2.7038,4.2499,0,2.6886,4.5306,0,2.6634,4.7843,0,2.6283,5.0109,0,2.5832,5.2104,0,2.5271,5.3829,0,2.4616,5.5283,0,2.3855,5.6467,0,2.3048,5.7451,0,2.2206,5.8303,0,2.1345,5.9024,0,2.0461,5.9614,0,1.956,6.0073,0,1.863,6.0401,0,1.7689,6.0597,0,1.6717,6.0663,0,1.564,6.0582,0,1.4634,6.034,0,1.3675,5.9937,0,1.2786,5.9372,0,1.1954,5.8646,0,1.117,5.7758,0,1.0457,5.671,0,0.9801,5.5499,0,0.9204,5.4206,0,0.8677,5.2907,0,0.8198,5.1602,0,0.7788,5.0292,0,0.7443,4.8976,0,0.7156,4.7655,0,0.6934,4.6328,0,0.677,4.4996,0,0.677,2.3404,0,0.7133,2.2492,0,0.7519,2.1634,0,0.7911,2.0831,0,0.8315,2.0081,0,0.8736,1.9386,0,0.9174,1.8744,0,0.9626,1.8157,0,1.0081,1.7624,0,1.058,1.715,0,1.1135,1.6738,0,1.1744,1.639,0,1.2404,1.6106,0,1.3125,1.5884,0,1.3903,1.5726,0,1.4739,1.5631,0,1.5629,1.56,0 + +[0063] c +PLC 0.0096,4.0962,0,0.0394,4.3819,0,0.0892,4.6587,0,0.1588,4.9265,0,0.2483,5.1853,0,0.3577,5.4352,0,0.487,5.676,0,0.6363,5.9079,0,0.7983,6.121,0,0.968,6.3058,0,1.1423,6.4621,0,1.3249,6.59,0,1.5121,6.6894,0,1.7076,6.7605,0,1.9088,6.8031,0,2.1159,6.8173,0,2.3377,6.8086,0,2.5478,6.7825,0,2.7455,6.7389,0,2.9316,6.678,0,3.1059,6.5996,0,3.2692,6.5038,0,3.4195,6.3906,0,3.5588,6.2599,0,3.6852,6.1151,0,3.7964,5.9596,0,3.8934,5.7932,0,3.976,5.6159,0,4.0445,5.4279,0,4.0983,5.229,0,4.1375,5.0194,0,4.1627,4.7989,0,3.368,4.7989,0,3.3399,4.9656,0,3.3049,5.1198,0,3.2627,5.2612,0,3.2154,5.39,0,3.1615,5.5062,0,3.1013,5.6097,0,3.0346,5.7006,0,2.9609,5.7788,0,2.8813,5.8462,0,2.7935,5.9046,0,2.6987,5.954,0,2.5969,5.9944,0,2.488,6.0258,0,2.371,6.0483,0,2.247,6.0618,0,2.1159,6.0663,0,2.0025,6.0579,0,1.8924,6.0329,0,1.7836,5.9912,0,1.6777,5.9328,0,1.5741,5.8577,0,1.4735,5.7659,0,1.3757,5.6575,0,1.2799,5.5323,0,1.1915,5.3883,0,1.1155,5.2232,0,1.0499,5.037,0,0.9967,4.8297,0,0.9551,4.6013,0,0.9258,4.3518,0,0.9083,4.0813,0,0.9024,3.7896,0,0.9083,3.5223,0,0.927,3.2718,0,0.9587,3.0382,0,1.0013,2.8215,0,1.0569,2.6216,0,1.1248,2.4386,0,1.205,2.2725,0,1.2979,2.1233,0,1.3975,1.9912,0,1.4993,1.8768,0,1.6022,1.78,0,1.7076,1.7008,0,1.8152,1.6392,0,1.924,1.5952,0,2.0352,1.5688,0,2.1476,1.56,0,2.2587,1.5626,0,2.3652,1.5706,0,2.4658,1.5839,0,2.5618,1.6025,0,2.6519,1.6264,0,2.7373,1.6557,0,2.8175,1.6902,0,2.8924,1.7301,0,2.9631,1.7821,0,3.0304,1.853,0,3.0942,1.9427,0,3.1563,2.0514,0,3.2136,2.1789,0,3.2686,2.3253,0,3.3201,2.4906,0,3.368,2.6748,0,4.1942,2.6748,0,4.1579,2.4555,0,4.1088,2.2494,0,4.0462,2.0565,0,3.9707,1.8768,0,3.8829,1.7103,0,3.7817,1.557,0,3.6676,1.417,0,3.5413,1.2901,0,3.4031,1.1773,0,3.2546,1.0796,0,3.0954,0.9969,0,2.9269,0.9292,0,2.7472,0.8766,0,2.5577,0.839,0,2.3581,0.8164,0,2.1476,0.8089,0,1.9369,0.8231,0,1.7321,0.8658,0,1.5343,0.9368,0,1.3436,1.0363,0,1.1587,1.1642,0,0.9809,1.3205,0,0.81,1.5052,0,0.645,1.7184,0,0.4935,1.9499,0,0.3624,2.1896,0,0.2518,2.4376,0,0.1606,2.6939,0,0.0903,2.9584,0,0.04,3.2311,0,0.0096,3.5121,0,-0.0004,3.8014,0 + +[0064] d +PLC 2.7089,1.2196,0,2.6129,1.1234,0,2.5117,1.04,0,2.4057,0.9694,0,2.294,0.9116,0,2.1776,0.8667,0,2.057,0.8346,0,1.9295,0.8153,0,1.7984,0.8089,0,1.5901,0.8336,0,1.3935,0.8841,0,1.2098,0.9605,0,1.0378,1.0627,0,0.8774,1.1908,0,0.73,1.3447,0,0.5942,1.5245,0,0.4702,1.7301,0,0.3602,1.9527,0,0.2643,2.1834,0,0.1829,2.4221,0,0.1168,2.6689,0,0.0653,2.9238,0,0.0285,3.1868,0,0.0068,3.4578,0,-0.0002,3.7368,0,0.0068,4.0919,0,0.0302,4.4267,0,0.0688,4.741,0,0.1239,5.0351,0,0.194,5.3087,0,0.2789,5.562,0,0.3801,5.795,0,0.4966,6.0076,0,0.6229,6.1974,0,0.7534,6.3619,0,0.8869,6.501,0,1.0237,6.6149,0,1.1653,6.7035,0,1.3104,6.7667,0,1.459,6.8047,0,1.6112,6.8173,0,1.7411,6.8062,0,1.8721,6.773,0,2.0055,6.7175,0,2.1413,6.6398,0,2.28,6.54,0,2.4204,6.418,0,2.5637,6.2738,0,2.7089,6.1074,0,2.7089,9.2113,0,3.3863,9.2113,0,3.3863,0.7854,0,2.7089,0.7854,0 +PLC 1.6275,6.058,0,1.5574,6.0333,0,1.4871,5.992,0,1.4192,5.9343,0,1.3514,5.86,0,1.2859,5.7692,0,1.2203,5.662,0,1.1566,5.5382,0,1.0962,5.3944,0,1.0447,5.2272,0,1.0015,5.0365,0,0.9664,4.8223,0,0.9383,4.5847,0,0.9184,4.3236,0,0.9061,4.039,0,0.9021,3.731,0,0.9061,3.5043,0,0.9172,3.288,0,0.9348,3.0819,0,0.96,2.886,0,0.9927,2.7005,0,1.0325,2.5252,0,1.0793,2.3602,0,1.1338,2.2054,0,1.1958,2.0644,0,1.2659,1.9406,0,1.3437,1.8341,0,1.4304,1.7448,0,1.5245,1.6727,0,1.6275,1.6179,0,1.7388,1.5803,0,1.858,1.56,0,1.9376,1.5634,0,2.0137,1.5737,0,2.0875,1.5909,0,2.1564,1.615,0,2.2232,1.6459,0,2.2852,1.6837,0,2.3455,1.7284,0,2.4016,1.78,0,2.4549,1.8395,0,2.5029,1.9082,0,2.5473,1.9859,0,2.5883,2.0726,0,2.624,2.1685,0,2.6562,2.2734,0,2.6842,2.3874,0,2.7089,2.5105,0,2.7089,4.4527,0,2.6913,4.5942,0,2.6667,4.7343,0,2.6351,4.873,0,2.5959,5.0101,0,2.5497,5.1458,0,2.497,5.28,0,2.4374,5.4128,0,2.3695,5.5441,0,2.298,5.6665,0,2.222,5.7725,0,2.1436,5.8623,0,2.0617,5.9357,0,1.9756,5.9928,0,1.8873,6.0336,0,1.7948,6.0581,0,1.6996,6.0663,0 + +[0065] e +PLC 0.0099,4.0962,0,0.0392,4.3819,0,0.0883,4.6587,0,0.1574,4.9265,0,0.2452,5.1853,0,0.3533,5.4352,0,0.4804,5.676,0,0.6278,5.9079,0,0.7887,6.121,0,0.9566,6.3058,0,1.1321,6.4621,0,1.3147,6.59,0,1.5042,6.6894,0,1.7009,6.7605,0,1.9056,6.8031,0,2.1175,6.8173,0,2.3199,6.8062,0,2.5165,6.7728,0,2.706,6.7171,0,2.8886,6.6391,0,3.0641,6.5389,0,3.2338,6.4163,0,3.3965,6.2715,0,3.5527,6.1044,0,3.6961,5.9127,0,3.8201,5.6939,0,3.9248,5.448,0,4.0108,5.1751,0,4.0775,4.8752,0,4.1243,4.5482,0,4.1536,4.1942,0,4.1629,3.8131,0,0.9034,3.8131,0,0.9034,3.731,0,0.9098,3.4707,0,0.9285,3.2269,0,0.959,2.9995,0,1.0022,2.7885,0,1.0579,2.5939,0,1.1258,2.4157,0,1.2058,2.2539,0,1.2983,2.1086,0,1.3978,1.98,0,1.4996,1.8686,0,1.6032,1.7743,0,1.7084,1.6971,0,1.8155,1.6371,0,1.9244,1.5943,0,2.0355,1.5685,0,2.1484,1.56,0,2.2602,1.5626,0,2.3656,1.5706,0,2.4668,1.5839,0,2.5621,1.6025,0,2.6522,1.6264,0,2.7377,1.6557,0,2.8179,1.6902,0,2.8933,1.7301,0,2.9635,1.7821,0,3.0314,1.853,0,3.0957,1.9427,0,3.1565,2.0514,0,3.2151,2.1789,0,3.2696,2.3253,0,3.321,2.4906,0,3.3696,2.6748,0,4.1946,2.6748,0,4.1512,2.4449,0,4.0963,2.2303,0,4.0296,2.0312,0,3.9524,1.8475,0,3.8623,1.6792,0,3.7615,1.5262,0,3.6492,1.3887,0,3.5264,1.2666,0,3.3918,1.1593,0,3.2461,1.0664,0,3.0898,0.9877,0,2.9237,0.9233,0,2.7458,0.8733,0,2.5575,0.8375,0,2.3585,0.8161,0,2.1484,0.8089,0,1.9379,0.8231,0,1.7337,0.8658,0,1.5353,0.9368,0,1.344,1.0363,0,1.1602,1.1642,0,0.9812,1.3205,0,0.8103,1.5052,0,0.646,1.7184,0,0.4943,1.9499,0,0.3634,2.1896,0,0.2521,2.4376,0,0.1614,2.6939,0,0.0907,2.9584,0,0.0404,3.2311,0,0.0099,3.5121,0,0,3.8014,0 +PLC 1.7969,6.0589,0,1.6897,6.0368,0,1.5885,5.9999,0,1.4925,5.9482,0,1.4013,5.8818,0,1.3153,5.8006,0,1.2339,5.7046,0,1.1591,5.5939,0,1.0888,5.4745,0,1.0256,5.3525,0,0.9683,5.2277,0,0.9169,5.1003,0,0.8711,4.9703,0,0.8325,4.8376,0,0.7998,4.7022,0,0.7729,4.5642,0,3.094,4.5642,0,3.0676,4.7421,0,3.0349,4.9091,0,2.9963,5.0652,0,2.9518,5.2103,0,2.9015,5.3446,0,2.8453,5.468,0,2.7827,5.5804,0,2.7149,5.682,0,2.6399,5.772,0,2.5581,5.8501,0,2.4686,5.9162,0,2.3714,5.9702,0,2.2672,6.0122,0,2.1549,6.0423,0,2.0355,6.0603,0,1.9092,6.0663,0 + +[0066] f +PLC 1.7917,8.3146,0,1.7209,8.3,0,1.6577,8.2757,0,1.6009,8.2417,0,1.5518,8.198,0,1.5097,8.1445,0,1.4746,8.0813,0,1.4453,8.0085,0,1.4231,7.9226,0,1.4027,7.8207,0,1.3857,7.7026,0,1.3716,7.5684,0,1.3611,7.418,0,1.3534,7.2515,0,1.3488,7.0689,0,1.3471,6.8701,0,1.3471,6.4418,0,2.5851,6.4418,0,2.5851,5.6908,0,1.3471,5.6908,0,1.3471,0.6681,0,0.6695,0.6681,0,0.6695,5.6908,0,-0.0011,5.6908,0,-0.0011,6.4418,0,0.6695,6.4418,0,0.6695,6.8408,0,0.6748,7.1653,0,0.6894,7.4611,0,0.7152,7.7282,0,0.7502,7.9666,0,0.7959,8.1764,0,0.8508,8.3574,0,0.9164,8.5097,0,0.9924,8.6334,0,1.0767,8.7358,0,1.1686,8.8246,0,1.2675,8.8997,0,1.3728,8.9612,0,1.4863,9.009,0,1.6069,9.0432,0,1.7344,9.0637,0,1.8689,9.0705,0,1.9994,9.068,0,2.1241,9.0606,0,2.2434,9.0482,0,2.357,9.0309,0,2.4645,9.0086,0,2.5675,8.9814,0,2.6635,8.9492,0,2.7548,8.9121,0,2.7548,8.0437,0,2.6336,8.1083,0,2.516,8.1643,0,2.4002,8.2117,0,2.2879,8.2505,0,2.179,8.2807,0,2.0726,8.3022,0,1.9696,8.3151,0,1.8689,8.3194,0 + +[0067] g +PLC 0.4572,5.1488,0,0.476,5.3185,0,0.5052,5.484,0,0.5485,5.6453,0,0.603,5.8023,0,0.6691,5.9552,0,0.7487,6.1038,0,0.8394,6.2482,0,0.9429,6.3816,0,1.0594,6.4972,0,1.1887,6.595,0,1.3303,6.675,0,1.4859,6.7373,0,1.6533,6.7818,0,1.8346,6.8084,0,2.0283,6.8173,0,2.1576,6.8134,0,2.2816,6.8016,0,2.3998,6.7818,0,2.5121,6.7543,0,2.6198,6.7188,0,2.7204,6.6754,0,2.8163,6.6242,0,2.9065,6.565,0,3.0341,6.6507,0,3.165,6.7286,0,3.2997,6.7988,0,3.4365,6.8613,0,3.5771,6.9162,0,3.7209,6.9633,0,3.8678,7.0027,0,4.0181,7.0344,0,4.0181,6.2423,0,3.9123,6.246,0,3.8099,6.2452,0,3.7116,6.2401,0,3.6167,6.2306,0,3.5256,6.2166,0,3.4377,6.1983,0,3.3535,6.1756,0,3.2739,6.1484,0,3.3529,6.0115,0,3.4214,5.8705,0,3.4799,5.7254,0,3.5278,5.5763,0,3.5642,5.4232,0,3.591,5.2661,0,3.6074,5.1049,0,3.6121,4.9397,0,3.6056,4.7602,0,3.587,4.5854,0,3.5547,4.4155,0,3.5103,4.2503,0,3.453,4.0898,0,3.3828,3.9341,0,3.3009,3.7832,0,3.2048,3.6371,0,3.0961,3.5023,0,2.9743,3.3855,0,2.8386,3.2867,0,2.69,3.2058,0,2.5285,3.1429,0,2.3529,3.098,0,2.1634,3.0711,0,1.961,3.0621,0,1.8785,3.0634,0,1.7983,3.0676,0,1.7199,3.0744,0,1.6444,3.0841,0,1.5713,3.0964,0,1.4999,3.1116,0,1.4315,3.1295,0,1.3654,3.1501,0,1.3097,3.0988,0,1.2612,3.0507,0,1.2208,3.0057,0,1.1875,2.9638,0,1.1618,2.925,0,1.143,2.8893,0,1.1325,2.8568,0,1.1289,2.8274,0,1.1343,2.8026,0,1.1501,2.778,0,1.1769,2.7538,0,1.2144,2.7298,0,1.263,2.7061,0,1.322,2.6827,0,1.3923,2.6596,0,1.4731,2.6367,0,1.5608,2.6139,0,1.6533,2.5912,0,1.7497,2.5685,0,1.8504,2.5457,0,1.9557,2.523,0,2.0652,2.5002,0,2.1786,2.4775,0,2.2969,2.4548,0,2.4161,2.4306,0,2.5367,2.4034,0,2.6573,2.3734,0,2.7777,2.3404,0,2.8995,2.3044,0,3.0212,2.2655,0,3.1428,2.2237,0,3.2646,2.179,0,3.3834,2.1296,0,3.4951,2.0739,0,3.6004,2.0119,0,3.6987,1.9436,0,3.7888,1.8689,0,3.8743,1.7879,0,3.9515,1.7006,0,4.0217,1.6069,0,4.0837,1.5084,0,4.1387,1.4063,0,4.1844,1.3008,0,4.223,1.1918,0,4.2516,1.0793,0,4.2727,0.9633,0,4.285,0.8438,0,4.2896,0.7209,0,4.2803,0.5862,0,4.2522,0.455,0,4.2054,0.3273,0,4.1399,0.2031,0,4.0557,0.0823,0,3.9521,-0.0349,0,3.8304,-0.1487,0,3.69,-0.259,0,3.5349,-0.3608,0,3.3688,-0.4489,0,3.1914,-0.5236,0,3.0036,-0.5846,0,2.8052,-0.6321,0,2.5953,-0.6661,0,2.3753,-0.6864,0,2.1446,-0.6932,0,1.9135,-0.6864,0,1.6935,-0.6659,0,1.4847,-0.6317,0,1.2858,-0.5839,0,1.0974,-0.5224,0,0.9206,-0.4473,0,0.7545,-0.3585,0,0.5988,-0.2561,0,0.4584,-0.1449,0,0.3368,-0.03,0,0.2337,0.0887,0,0.1495,0.2112,0,0.084,0.3374,0,0.0372,0.4673,0,0.0091,0.601,0,-0.0002,0.7385,0,0.002,0.8373,0,0.0103,0.9342,0,0.0231,1.0291,0,0.0418,1.1221,0,0.0664,1.2132,0,0.0957,1.3023,0,0.1307,1.3896,0,0.1705,1.4749,0,0.2192,1.5589,0,0.2782,1.6423,0,0.3485,1.725,0,0.4297,1.8071,0,0.5216,1.8886,0,0.6246,1.9694,0,0.7387,2.0496,0,0.8645,2.1291,0,0.8119,2.1585,0,0.7638,2.1907,0,0.7194,2.2259,0,0.6778,2.2641,0,0.6404,2.3052,0,0.6071,2.3492,0,0.5766,2.3961,0,0.5497,2.446,0,0.5263,2.4973,0,0.507,2.5487,0,0.4901,2.6,0,0.476,2.6513,0,0.4649,2.7027,0,0.4572,2.754,0,0.4526,2.8054,0,0.4515,2.8567,0,0.4584,2.9217,0,0.4794,2.9906,0,0.5146,3.0633,0,0.5649,3.1398,0,0.6293,3.2202,0,0.7077,3.3045,0,0.7996,3.3926,0,0.9066,3.4845,0,0.8832,3.5104,0,0.8563,3.5441,0,0.8271,3.5856,0,0.7943,3.6349,0,0.7592,3.692,0,0.7206,3.7568,0,0.6796,3.8295,0,0.6351,3.9099,0,0.5919,4.0004,0,0.5544,4.103,0,0.5228,4.2179,0,0.497,4.3449,0,0.4772,4.4841,0,0.4626,4.6355,0,0.4537,4.7991,0,0.4515,4.9749,0 +PLC 1.3571,4.8312,0,1.3642,4.7257,0,1.3776,4.6233,0,1.3957,4.5238,0,1.4192,4.4274,0,1.4478,4.3341,0,1.4812,4.2437,0,1.5204,4.1564,0,1.5642,4.0759,0,1.6141,4.0062,0,1.6696,3.9472,0,1.7305,3.8989,0,1.7965,3.8614,0,1.8685,3.8346,0,1.9458,3.8185,0,2.0283,3.8131,0,2.1102,3.8185,0,2.1868,3.8346,0,2.2582,3.8614,0,2.325,3.8989,0,2.3858,3.9472,0,2.4419,4.0062,0,2.4923,4.0759,0,2.5379,4.1564,0,2.5783,4.2439,0,2.6127,4.3348,0,2.642,4.4291,0,2.6666,4.5268,0,2.6854,4.6279,0,2.6982,4.7323,0,2.7064,4.8402,0,2.7093,4.9514,0,2.7064,5.0705,0,2.6982,5.1841,0,2.6854,5.2924,0,2.6666,5.3952,0,2.642,5.4926,0,2.6127,5.5846,0,2.5783,5.6712,0,2.5379,5.7524,0,2.4923,5.8259,0,2.4419,5.8897,0,2.3858,5.9437,0,2.325,5.9878,0,2.2582,6.0221,0,2.1868,6.0467,0,2.1102,6.0614,0,2.0283,6.0663,0,1.9458,6.0614,0,1.8685,6.0467,0,1.7965,6.0221,0,1.7305,5.9878,0,1.6696,5.9437,0,1.6141,5.8897,0,1.5642,5.8259,0,1.5204,5.7524,0,1.4812,5.671,0,1.4478,5.5839,0,1.4192,5.4909,0,1.3957,5.3922,0,1.3776,5.2878,0,1.3642,5.1775,0,1.3571,5.0615,0,1.3543,4.9397,0 +PLC 0.9078,0.6318,0,0.9254,0.5639,0,0.9523,0.4998,0,0.9909,0.4393,0,1.0406,0.3824,0,1.1008,0.3292,0,1.1735,0.2797,0,1.2553,0.2339,0,1.3466,0.1926,0,1.4438,0.1569,0,1.5462,0.1266,0,1.6543,0.1019,0,1.7685,0.0826,0,1.8878,0.0689,0,2.0137,0.0606,0,2.1446,0.0579,0,2.2757,0.0606,0,2.401,0.0689,0,2.5215,0.0826,0,2.6351,0.1019,0,2.7438,0.1266,0,2.8456,0.1569,0,2.9428,0.1926,0,3.0341,0.2339,0,3.1165,0.2797,0,3.1885,0.3292,0,3.2482,0.3824,0,3.2985,0.4393,0,3.3371,0.4998,0,3.3646,0.5639,0,3.381,0.6318,0,3.3862,0.7033,0,3.3804,0.8271,0,3.3623,0.9402,0,3.3325,1.0427,0,3.2898,1.1346,0,3.2353,1.2158,0,3.1686,1.2864,0,3.0908,1.3464,0,3.0001,1.3957,0,2.9054,1.4382,0,2.8141,1.4776,0,2.7262,1.5141,0,2.642,1.5475,0,2.5618,1.5779,0,2.4852,1.6053,0,2.4121,1.6296,0,2.3424,1.6509,0,2.2745,1.6705,0,2.2102,1.6896,0,2.1458,1.7083,0,2.085,1.7265,0,2.0242,1.7442,0,1.9668,1.7615,0,1.9095,1.7783,0,1.8557,1.7947,0,1.7339,1.7441,0,1.6216,1.692,0,1.518,1.6385,0,1.4226,1.5834,0,1.3361,1.527,0,1.2588,1.469,0,1.1898,1.4096,0,1.1289,1.3487,0,1.0757,1.2847,0,1.0295,1.216,0,0.9909,1.1425,0,0.9592,1.0642,0,0.9347,0.9811,0,0.9172,0.8933,0,0.9066,0.8007,0,0.9032,0.7033,0 + +[0068] h +PLC -0.0007,0.9673,0,-0.0007,9.2113,0,0.6769,9.2113,0,0.6769,6.0428,0,0.8348,6.2243,0,0.9928,6.3817,0,1.1496,6.5148,0,1.3064,6.6237,0,1.4621,6.7084,0,1.6189,6.7689,0,1.7745,6.8052,0,1.9296,6.8173,0,2.0466,6.8117,0,2.1641,6.7948,0,2.2829,6.7666,0,2.4029,6.7271,0,2.5235,6.6764,0,2.6451,6.6144,0,2.7674,6.5411,0,2.8908,6.4565,0,3.0067,6.3522,0,3.1073,6.2198,0,3.1928,6.0592,0,3.2629,5.8705,0,3.3168,5.6536,0,3.3554,5.4086,0,3.3788,5.1354,0,3.3871,4.8341,0,3.3871,0.9673,0,2.7095,0.9673,0,2.7095,4.8341,0,2.7059,5.0099,0,2.6954,5.1706,0,2.6779,5.3161,0,2.6534,5.4465,0,2.6223,5.5618,0,2.5843,5.662,0,2.5386,5.747,0,2.4871,5.8169,0,2.4275,5.8754,0,2.3607,5.926,0,2.2876,5.9689,0,2.2063,6.0039,0,2.1185,6.0312,0,2.0225,6.0507,0,1.9196,6.0624,0,1.8096,6.0663,0,1.7183,6.0593,0,1.627,6.0384,0,1.5369,6.0036,0,1.4468,5.9548,0,1.3567,5.8921,0,1.2678,5.8154,0,1.1801,5.7249,0,1.0916,5.6203,0,1.008,5.5036,0,0.9343,5.3765,0,0.8688,5.2389,0,0.8126,5.0908,0,0.7658,4.9323,0,0.7272,4.7633,0,0.6979,4.5839,0,0.6769,4.394,0,0.6769,0.9673,0 + +[0069] i +PLC 0,0.674,0,0,6.6824,0,0.677,6.6824,0,0.677,0.674,0 +PLC 0,7.9439,0,0,9.0705,0,0.677,9.0705,0,0.677,7.9439,0 + +[006a] j +PLC 1.2599,0.4378,0,1.3266,0.451,0,1.3898,0.473,0,1.449,0.5038,0,1.5033,0.5434,0,1.5542,0.5918,0,1.6011,0.649,0,1.6438,0.715,0,1.6812,0.7912,0,1.7151,0.879,0,1.7421,0.9783,0,1.7654,1.0891,0,1.783,1.2115,0,1.7959,1.3454,0,1.8029,1.4909,0,1.8064,1.648,0,1.8064,6.6178,0,2.4834,6.6178,0,2.4834,1.648,0,2.4769,1.3412,0,2.4582,1.0576,0,2.4278,0.797,0,2.3851,0.5595,0,2.3294,0.3452,0,2.2617,0.1539,0,2.1821,-0.0142,0,2.0902,-0.1592,0,1.9902,-0.2844,0,1.8872,-0.3928,0,1.7819,-0.4846,0,1.6742,-0.5597,0,1.563,-0.6181,0,1.4496,-0.6598,0,1.3325,-0.6848,0,1.2131,-0.6932,0,1.0908,-0.6854,0,0.9732,-0.6622,0,0.8597,-0.6235,0,0.7509,-0.5692,0,0.6456,-0.4995,0,0.5456,-0.4143,0,0.4496,-0.3136,0,0.3577,-0.1974,0,0.2735,-0.0677,0,0.2009,0.0735,0,0.1401,0.2261,0,0.0892,0.3901,0,0.05,0.5656,0,0.0218,0.7526,0,0.0054,0.9511,0,-0.0004,1.161,0,0.6771,1.161,0,0.6795,1.0489,0,0.6866,0.9475,0,0.6983,0.8568,0,0.7146,0.7766,0,0.7357,0.7071,0,0.7626,0.6483,0,0.793,0.6001,0,0.8288,0.5625,0,0.868,0.5322,0,0.9082,0.506,0,0.9504,0.4838,0,0.9943,0.4657,0,1.0399,0.4515,0,1.088,0.4415,0,1.1377,0.4354,0,1.1886,0.4334,0 +PLC 1.8064,7.9439,0,1.8064,9.0705,0,2.4834,9.0705,0,2.4834,7.9439,0 + +[006b] k +PLC -0.0008,0.674,0,-0.0008,9.0588,0,0.6768,9.0588,0,0.6768,3.4845,0,2.4297,6.5064,0,3.2377,6.5064,0,1.7843,4.1006,0,3.5836,0.674,0,2.6877,0.674,0,1.3297,3.3261,0,0.6768,2.2523,0,0.6768,0.674,0 + +[006c] l +PLC 0,0.674,0,0,9.0588,0,0.6769,9.0588,0,0.6769,0.674,0 + +[006d] m +PLC -0.0005,0.9673,0,-0.0005,6.8349,0,0.6771,6.8349,0,0.6771,6.1602,0,0.7718,6.3142,0,0.8655,6.4477,0,0.9591,6.5606,0,1.0516,6.653,0,1.1451,6.7249,0,1.2376,6.7763,0,1.3295,6.8071,0,1.4213,6.8173,0,1.5126,6.8129,0,1.5992,6.7997,0,1.6835,6.7777,0,1.7641,6.7469,0,1.8403,6.7073,0,1.914,6.6589,0,1.983,6.6017,0,2.0497,6.5357,0,2.1112,6.4628,0,2.1679,6.385,0,2.2188,6.3022,0,2.2651,6.2144,0,2.3049,6.1218,0,2.3405,6.0241,0,2.3703,5.9215,0,2.395,5.814,0,2.4107,5.8537,0,2.4312,5.9025,0,2.457,5.9604,0,2.4863,6.0274,0,2.5213,6.1035,0,2.5611,6.1886,0,2.6055,6.2828,0,2.6547,6.3861,0,2.7085,6.4871,0,2.7683,6.5747,0,2.832,6.6489,0,2.9004,6.7095,0,2.9754,6.7567,0,3.0544,6.7904,0,3.1386,6.8106,0,3.2281,6.8173,0,3.3206,6.8124,0,3.4119,6.7977,0,3.502,6.7732,0,3.5921,6.7389,0,3.681,6.6947,0,3.7699,6.6408,0,3.8571,6.577,0,3.9443,6.5034,0,4.025,6.4087,0,4.0952,6.2814,0,4.1549,6.1215,0,4.2035,5.9291,0,4.241,5.7042,0,4.2684,5.4467,0,4.2848,5.1567,0,4.2895,4.8341,0,4.2895,0.9673,0,3.6119,0.9673,0,3.6119,4.8341,0,3.6107,5.0099,0,3.6049,5.1706,0,3.595,5.3161,0,3.5816,5.4465,0,3.5651,5.5618,0,3.5441,5.662,0,3.5194,5.747,0,3.4903,5.8169,0,3.4592,5.8754,0,3.4247,5.926,0,3.3885,5.9689,0,3.3499,6.0039,0,3.3089,6.0312,0,3.2655,6.0507,0,3.22,6.0624,0,3.1713,6.0663,0,3.1087,6.0595,0,3.0479,6.0393,0,2.9894,6.0056,0,2.9321,5.9585,0,2.877,5.8978,0,2.8244,5.8237,0,2.7729,5.7361,0,2.7237,5.635,0,2.677,5.5237,0,2.6354,5.4053,0,2.5986,5.2798,0,2.5669,5.1473,0,2.5388,5.0077,0,2.5154,4.861,0,2.4974,4.7073,0,2.4833,4.5466,0,2.4833,0.9673,0,1.8063,0.9673,0,1.8063,4.8341,0,1.8039,5.0099,0,1.7982,5.1706,0,1.7888,5.3161,0,1.776,5.4465,0,1.7584,5.5618,0,1.7373,5.662,0,1.7127,5.747,0,1.6847,5.8169,0,1.653,5.8754,0,1.6191,5.926,0,1.5823,5.9689,0,1.5441,6.0039,0,1.5027,6.0312,0,1.4588,6.0507,0,1.4132,6.0624,0,1.3651,6.0663,0,1.3019,6.0595,0,1.2423,6.0393,0,1.1826,6.0056,0,1.1265,5.9585,0,1.0714,5.8978,0,1.0176,5.8237,0,0.9661,5.7361,0,0.917,5.635,0,0.8708,5.5237,0,0.8292,5.4053,0,0.7918,5.2798,0,0.7601,5.1473,0,0.732,5.0077,0,0.7092,4.861,0,0.6912,4.7073,0,0.6771,4.5466,0,0.6771,0.9673,0 + +[006e] n +PLC -0.0004,0.9673,0,-0.0004,6.8349,0,0.6767,6.8349,0,0.6767,6.0428,0,0.8347,6.2243,0,0.9921,6.3817,0,1.1488,6.5148,0,1.3056,6.6237,0,1.4618,6.7084,0,1.6187,6.7689,0,1.7743,6.8052,0,1.9288,6.8173,0,2.0458,6.8117,0,2.164,6.7948,0,2.2834,6.7666,0,2.4027,6.7271,0,2.5232,6.6764,0,2.645,6.6144,0,2.7678,6.5411,0,2.8907,6.4565,0,3.0072,6.3522,0,3.1078,6.2198,0,3.1926,6.0592,0,3.2628,5.8705,0,3.3167,5.6536,0,3.3553,5.4086,0,3.3787,5.1354,0,3.3862,4.8341,0,3.3862,0.9673,0,2.7093,0.9673,0,2.7093,4.8341,0,2.7058,5.0099,0,2.6953,5.1706,0,2.6777,5.3161,0,2.6537,5.4465,0,2.6227,5.5618,0,2.584,5.662,0,2.5391,5.747,0,2.487,5.8169,0,2.4272,5.8754,0,2.3612,5.926,0,2.2868,5.9689,0,2.2062,6.0039,0,2.1177,6.0312,0,2.0224,6.0507,0,1.9194,6.0624,0,1.8094,6.0663,0,1.7175,6.0584,0,1.6246,6.0349,0,1.5321,5.9957,0,1.4385,5.9409,0,1.3448,5.8703,0,1.2501,5.7841,0,1.1553,5.6822,0,1.0599,5.5646,0,0.9703,5.4297,0,0.8919,5.2758,0,0.8264,5.1029,0,0.7727,4.9111,0,0.7305,4.7003,0,0.7012,4.4705,0,0.6832,4.2217,0,0.6767,3.9539,0,0.6767,0.9673,0 + +[006f] o +PLC 0.0092,4.1456,0,0.0361,4.4182,0,0.0818,4.6839,0,0.1462,4.9426,0,0.228,5.1944,0,0.3286,5.4392,0,0.448,5.677,0,0.5856,5.9079,0,0.7359,6.121,0,0.8951,6.3058,0,1.063,6.4621,0,1.2391,6.59,0,1.4235,6.6894,0,1.6171,6.7605,0,1.8183,6.8031,0,2.0278,6.8173,0,2.2373,6.8031,0,2.4386,6.7605,0,2.6316,6.6894,0,2.8166,6.59,0,2.9932,6.4621,0,3.1606,6.3058,0,3.3209,6.121,0,3.473,5.9079,0,3.6117,5.6769,0,3.7316,5.4388,0,3.8334,5.1936,0,3.9166,4.9412,0,3.9809,4.6816,0,4.0265,4.4149,0,4.0546,4.1411,0,4.0639,3.8601,0,4.0546,3.5571,0,4.0265,3.2641,0,3.9809,2.9813,0,3.9166,2.7085,0,3.8334,2.4459,0,3.7316,2.1933,0,3.6117,1.9508,0,3.473,1.7184,0,3.3209,1.5052,0,3.1606,1.3205,0,2.9932,1.1642,0,2.8166,1.0363,0,2.6316,0.9368,0,2.4386,0.8658,0,2.2373,0.8231,0,2.0278,0.8089,0,1.8183,0.8231,0,1.6171,0.8658,0,1.4235,0.9368,0,1.2391,1.0363,0,1.063,1.1642,0,0.8951,1.3205,0,0.7359,1.5052,0,0.5856,1.7184,0,0.448,1.9509,0,0.3286,2.1937,0,0.228,2.4467,0,0.1462,2.71,0,0.0818,2.9836,0,0.0361,3.2674,0,0.0092,3.5616,0,-0.0001,3.8659,0 +PLC 0.9086,3.5762,0,0.9255,3.3114,0,0.953,3.0657,0,0.9922,2.8391,0,1.0419,2.6315,0,1.1033,2.443,0,1.1759,2.2736,0,1.259,2.1233,0,1.3491,1.9912,0,1.4403,1.8768,0,1.534,1.78,0,1.63,1.7008,0,1.7271,1.6392,0,1.8254,1.5952,0,1.926,1.5688,0,2.0278,1.56,0,2.1296,1.5688,0,2.2302,1.5952,0,2.3286,1.6392,0,2.4257,1.7008,0,2.5211,1.78,0,2.6152,1.8768,0,2.7077,1.9912,0,2.799,2.1233,0,2.8839,2.2738,0,2.957,2.4438,0,3.0196,2.6332,0,3.0705,2.842,0,3.1103,3.0703,0,3.1384,3.318,0,3.1554,3.5852,0,3.1606,3.8718,0,3.1554,4.1442,0,3.1384,4.398,0,3.1103,4.6334,0,3.0705,4.8502,0,3.0196,5.0485,0,2.957,5.2283,0,2.8839,5.3896,0,2.799,5.5323,0,2.7077,5.6575,0,2.6152,5.7659,0,2.5211,5.8577,0,2.4257,5.9328,0,2.3286,5.9912,0,2.2302,6.0329,0,2.1296,6.0579,0,2.0278,6.0663,0,1.926,6.0579,0,1.8254,6.0329,0,1.7271,5.9912,0,1.63,5.9328,0,1.534,5.8577,0,1.4403,5.7659,0,1.3491,5.6575,0,1.259,5.5323,0,1.1759,5.3894,0,1.1033,5.2276,0,1.0419,5.0469,0,0.9922,4.8473,0,0.953,4.6288,0,0.9255,4.3914,0,0.9086,4.1352,0,0.9033,3.8601,0 + +[0070] p +PLC 0,6.8349,0,0.677,6.8349,0,0.677,6.125,0,0.8105,6.2872,0,0.9461,6.4279,0,1.0854,6.5469,0,1.2281,6.6442,0,1.3733,6.72,0,1.5212,6.7741,0,1.6729,6.8065,0,1.8273,6.8173,0,2.0063,6.8058,0,2.1784,6.7713,0,2.3446,6.7138,0,2.5048,6.6332,0,2.6587,6.5297,0,2.8068,6.4031,0,2.9484,6.2535,0,3.083,6.081,0,3.2082,5.8898,0,3.3147,5.6843,0,3.406,5.4647,0,3.4802,5.2309,0,3.5381,4.9828,0,3.5791,4.7206,0,3.6042,4.4441,0,3.613,4.1534,0,3.6048,3.8743,0,3.5803,3.6089,0,3.5393,3.3572,0,3.4826,3.1193,0,3.4094,2.8951,0,3.3205,2.6847,0,3.2139,2.4881,0,3.0923,2.3052,0,2.9583,2.1395,0,2.8173,1.9945,0,2.6681,1.8703,0,2.5113,1.7668,0,2.3474,1.684,0,2.176,1.6219,0,1.9964,1.5806,0,1.8097,1.56,0,1.6547,1.566,0,1.5032,1.5842,0,1.3557,1.6144,0,1.2129,1.6568,0,1.0737,1.7112,0,0.9368,1.7778,0,0.8057,1.8565,0,0.677,1.9472,0,0.677,-0.2238,0,0,-0.2238,0 +PLC 1.8753,2.3286,0,1.9677,2.358,0,2.0567,2.399,0,2.1414,2.4518,0,2.2228,2.5164,0,2.2989,2.5927,0,2.3727,2.6807,0,2.4416,2.7804,0,2.5042,2.8943,0,2.5587,3.0247,0,2.6049,3.1715,0,2.6424,3.3349,0,2.6721,3.5148,0,2.6933,3.7112,0,2.7056,3.9241,0,2.7096,4.1534,0,2.705,4.3784,0,2.6921,4.5899,0,2.6704,4.7877,0,2.6406,4.972,0,2.6008,5.1427,0,2.5539,5.2998,0,2.4972,5.4434,0,2.4323,5.5734,0,2.362,5.6889,0,2.2883,5.789,0,2.2111,5.8737,0,2.1303,5.9431,0,2.0473,5.997,0,1.9606,6.0355,0,1.8705,6.0586,0,1.7782,6.0663,0,1.6541,6.0587,0,1.5376,6.0359,0,1.4283,5.9978,0,1.3276,5.9445,0,1.234,5.876,0,1.1474,5.7923,0,1.0695,5.6934,0,0.9988,5.5793,0,0.9344,5.4603,0,0.8776,5.3468,0,0.8279,5.2388,0,0.7841,5.1363,0,0.7472,5.0393,0,0.7168,4.9478,0,0.6945,4.8618,0,0.677,4.7813,0,0.677,3.0738,0,0.7075,2.9708,0,0.7437,2.876,0,0.7858,2.7893,0,0.8356,2.7108,0,0.8911,2.6404,0,0.9531,2.5782,0,1.0222,2.5241,0,1.0971,2.4782,0,1.1766,2.4391,0,1.2574,2.4051,0,1.3404,2.3763,0,1.4248,2.3528,0,1.5101,2.3345,0,1.598,2.3215,0,1.6875,2.3136,0,1.7782,2.311,0 + +[0071] q +PLC 2.7092,-0.4702,0,2.7092,1.7475,0,2.7021,1.7432,0,2.5887,1.6872,0,2.4693,1.6414,0,2.3447,1.6058,0,2.213,1.5803,0,2.0761,1.5651,0,1.9328,1.56,0,1.7367,1.5803,0,1.5484,1.6207,0,1.367,1.6811,0,1.1926,1.7617,0,1.0253,1.8623,0,0.8656,1.983,0,0.7128,2.1238,0,0.5678,2.2846,0,0.4343,2.4633,0,0.3185,2.6578,0,0.2214,2.8679,0,0.1418,3.0936,0,0.0792,3.3351,0,0.0347,3.5922,0,0.0084,3.865,0,-0.0009,4.1534,0,0.006,4.4003,0,0.026,4.6419,0,0.0587,4.8785,0,0.1056,5.1099,0,0.1658,5.3361,0,0.2389,5.5573,0,0.3255,5.7733,0,0.4262,5.9841,0,0.5379,6.1794,0,0.6602,6.3487,0,0.7924,6.4919,0,0.934,6.609,0,1.0862,6.7002,0,1.2488,6.7653,0,1.422,6.8043,0,1.6045,6.8173,0,1.7461,6.8083,0,1.886,6.7814,0,2.0235,6.7365,0,2.1592,6.6736,0,2.2926,6.5927,0,2.4237,6.4939,0,2.5524,6.3771,0,2.6788,6.2423,0,2.7092,6.2034,0,2.7092,6.6824,0,3.3861,6.6824,0,3.3861,-0.4702,0 +PLC 2.691,4.6063,0,2.6682,4.772,0,2.6378,4.9324,0,2.598,5.0874,0,2.5489,5.2371,0,2.4916,5.3815,0,2.4249,5.5206,0,2.3512,5.6485,0,2.2728,5.7593,0,2.1884,5.8531,0,2.0995,5.9299,0,2.0059,5.9895,0,1.9064,6.0322,0,1.8023,6.0578,0,1.6923,6.0663,0,1.6116,6.0568,0,1.5332,6.0283,0,1.4583,5.9809,0,1.3868,5.9145,0,1.3179,5.8291,0,1.2523,5.7247,0,1.1908,5.6013,0,1.1318,5.459,0,1.0779,5.3057,0,1.0312,5.1497,0,0.992,4.9907,0,0.9597,4.8289,0,0.9352,4.6643,0,0.9165,4.4969,0,0.906,4.3266,0,0.9024,4.1534,0,0.907,3.9134,0,0.9199,3.6921,0,0.9422,3.4895,0,0.9732,3.3056,0,1.0136,3.1404,0,1.0621,2.9939,0,1.1201,2.8661,0,1.1862,2.757,0,1.2605,2.6627,0,1.3401,2.5795,0,1.4243,2.5072,0,1.5144,2.446,0,1.6116,2.3957,0,1.7128,2.3565,0,1.8199,2.3283,0,1.9328,2.311,0,2.0193,2.3138,0,2.1031,2.322,0,2.1838,2.3358,0,2.2623,2.355,0,2.3371,2.3798,0,2.4096,2.41,0,2.4781,2.4458,0,2.5442,2.487,0,2.6068,2.5367,0,2.6635,2.5978,0,2.7092,2.6623,0,2.7092,4.2591,0,2.7045,4.4354,0 + +[0072] r +PLC -0.0002,0.674,0,-0.0002,6.6824,0,0.6768,6.6824,0,0.6768,5.6086,0,0.7113,5.6702,0,0.7558,5.7406,0,0.8095,5.8198,0,0.8728,5.9079,0,0.9459,6.0047,0,1.0283,6.1103,0,1.1208,6.2247,0,1.222,6.3479,0,1.335,6.4645,0,1.4637,6.5592,0,1.6059,6.6318,0,1.7633,6.6824,0,1.9341,6.711,0,2.1208,6.7176,0,2.3214,6.7022,0,2.5356,6.6648,0,2.5356,5.5734,0,2.346,5.5964,0,2.1629,5.6007,0,1.9867,5.5865,0,1.8188,5.5536,0,1.6574,5.5021,0,1.5035,5.432,0,1.3572,5.3433,0,1.218,5.236,0,1.0916,5.1094,0,0.9816,4.9626,0,0.8879,4.7958,0,0.8119,4.6089,0,0.7534,4.4019,0,0.7113,4.1749,0,0.6855,3.9278,0,0.6768,3.6606,0,0.6768,0.674,0 + +[0073] s +PLC 0.9022,2.6513,0,0.9074,2.4979,0,0.9215,2.3574,0,0.9466,2.2298,0,0.9812,2.1152,0,1.0244,2.0135,0,1.0795,1.9247,0,1.1426,1.8488,0,1.2163,1.7859,0,1.2977,1.7329,0,1.3848,1.687,0,1.4779,1.6482,0,1.5767,1.6164,0,1.6821,1.5917,0,1.7921,1.5741,0,1.9092,1.5635,0,2.0308,1.56,0,2.1607,1.5635,0,2.283,1.5739,0,2.3977,1.5913,0,2.5053,1.6157,0,2.6054,1.6471,0,2.6989,1.6854,0,2.7839,1.7307,0,2.8617,1.7829,0,2.9318,1.8412,0,2.9928,1.9047,0,3.0437,1.9733,0,3.0858,2.047,0,3.1179,2.1258,0,3.1413,2.2098,0,3.1554,2.2989,0,3.1601,2.3932,0,3.1542,2.5275,0,3.1379,2.6517,0,3.111,2.7659,0,3.0723,2.8699,0,3.0225,2.9639,0,2.9617,3.0478,0,2.8898,3.1216,0,2.8072,3.1853,0,2.713,3.2418,0,2.6054,3.294,0,2.4848,3.3419,0,2.3526,3.3855,0,2.2064,3.4248,0,2.0484,3.4598,0,1.8763,3.4905,0,1.6926,3.5168,0,1.5084,3.547,0,1.3369,3.5891,0,1.1789,3.6431,0,1.0327,3.709,0,0.8998,3.7868,0,0.7799,3.8766,0,0.6722,3.9782,0,0.5775,4.0918,0,0.4949,4.2134,0,0.423,4.3388,0,0.3632,4.4682,0,0.3129,4.6016,0,0.2743,4.7389,0,0.2468,4.8801,0,0.2305,5.0253,0,0.2252,5.1744,0,0.2333,5.3215,0,0.258,5.4665,0,0.2989,5.6094,0,0.3569,5.7502,0,0.4311,5.8888,0,0.5212,6.0254,0,0.6289,6.1598,0,0.7524,6.2922,0,0.8876,6.4153,0,1.0292,6.5219,0,1.1783,6.6122,0,1.3345,6.686,0,1.4967,6.7435,0,1.6658,6.7845,0,1.8413,6.8091,0,2.0238,6.8173,0,2.2145,6.8116,0,2.3959,6.7942,0,2.5702,6.7654,0,2.7365,6.7249,0,2.8938,6.6729,0,3.0437,6.6094,0,3.1858,6.5343,0,3.3192,6.4477,0,3.4409,6.35,0,3.5462,6.2419,0,3.6352,6.1234,0,3.7077,5.9944,0,3.7645,5.855,0,3.8049,5.7051,0,3.8294,5.5447,0,3.8376,5.3739,0,2.9342,5.3739,0,2.9296,5.4631,0,2.9167,5.5457,0,2.8944,5.6219,0,2.864,5.6915,0,2.8242,5.7546,0,2.7763,5.8112,0,2.7183,5.8613,0,2.6522,5.9049,0,2.5809,5.9427,0,2.5071,5.9755,0,2.431,6.0032,0,2.3538,6.0259,0,2.2742,6.0436,0,2.1935,6.0562,0,2.1098,6.0638,0,2.0238,6.0663,0,1.9383,6.0634,0,1.8541,6.0545,0,1.7728,6.0399,0,1.6938,6.0193,0,1.6177,5.9929,0,1.5428,5.9607,0,1.4709,5.9225,0,1.4013,5.8785,0,1.3375,5.8292,0,1.2819,5.7751,0,1.2351,5.7162,0,1.1965,5.6526,0,1.1666,5.5842,0,1.145,5.5111,0,1.1321,5.4331,0,1.1286,5.3504,0,1.1321,5.2268,0,1.145,5.1139,0,1.166,5.0119,0,1.1953,4.9206,0,1.2327,4.8402,0,1.2789,4.7706,0,1.3334,4.7119,0,1.3965,4.6639,0,1.4703,4.6226,0,1.5581,4.5838,0,1.6605,4.5474,0,1.7769,4.5136,0,1.9068,4.4822,0,2.0513,4.4532,0,2.2098,4.4268,0,2.3819,4.4028,0,2.5585,4.3753,0,2.7259,4.3381,0,2.8874,4.2913,0,3.0413,4.2349,0,3.187,4.1688,0,3.3262,4.0931,0,3.4579,4.0078,0,3.5819,3.9129,0,3.6948,3.8045,0,3.7926,3.6789,0,3.875,3.5361,0,3.9429,3.376,0,3.9956,3.1987,0,4.033,3.0041,0,4.0564,2.7923,0,4.0635,2.5633,0,4.0547,2.3848,0,4.0284,2.2129,0,3.9839,2.0478,0,3.9219,1.8893,0,3.8423,1.7375,0,3.7457,1.5924,0,3.631,1.454,0,3.4995,1.3223,0,3.3526,1.202,0,3.1952,1.0977,0,3.0278,1.0095,0,2.85,0.9373,0,2.6615,0.8811,0,2.4615,0.841,0,2.252,0.8169,0,2.0308,0.8089,0,1.8026,0.8159,0,1.5862,0.837,0,1.3825,0.872,0,1.1906,0.9211,0,1.0116,0.9843,0,0.8442,1.0614,0,0.6886,1.1526,0,0.5458,1.2578,0,0.4177,1.3778,0,0.3072,1.5132,0,0.2123,1.6642,0,0.1363,1.8306,0,0.076,2.0125,0,0.0333,2.21,0,0.0076,2.4229,0,-0.0006,2.6513,0 + +[0074] t +PLC 1.4944,9.0881,0,1.519,9.0881,0,1.519,6.8173,0,2.5885,6.8173,0,2.5885,6.0663,0,1.519,6.0663,0,1.519,1.824,0,1.5225,1.7621,0,1.5325,1.7085,0,1.5489,1.6631,0,1.5717,1.626,0,1.6009,1.5971,0,1.636,1.5765,0,1.6782,1.5641,0,1.7273,1.56,0,2.4154,1.56,0,2.4154,0.8089,0,1.6255,0.8089,0,1.4418,0.8268,0,1.2827,0.8804,0,1.1481,0.9698,0,1.0381,1.095,0,0.952,1.2559,0,0.8906,1.4525,0,0.8544,1.6849,0,0.8421,1.9531,0,0.8421,6.0663,0,-0.0011,6.0663,0,-0.0011,6.8173,0,0.8421,6.8173,0,0.8421,8.5131,0 + +[0075] u +PLC 3.3862,6.653,0,3.3862,0.7854,0,2.7087,0.7854,0,2.7087,1.5834,0,2.5507,1.4019,0,2.3933,1.2446,0,2.2365,1.1115,0,2.0797,1.0025,0,1.9234,0.9178,0,1.7678,0.8573,0,1.6117,0.821,0,1.4566,0.8089,0,1.3396,0.8146,0,1.2214,0.8315,0,1.1032,0.8597,0,0.9826,0.8991,0,0.8628,0.9499,0,0.741,1.0119,0,0.6187,1.0852,0,0.4947,1.1698,0,0.3788,1.2741,0,0.2782,1.4065,0,0.1927,1.5671,0,0.1232,1.7558,0,0.0693,1.9727,0,0.0301,2.2177,0,0.0067,2.4908,0,-0.0009,2.7922,0,-0.0009,6.653,0,0.6772,6.653,0,0.6772,2.7922,0,0.6802,2.6164,0,0.6913,2.4557,0,0.7077,2.3101,0,0.7323,2.1797,0,0.7638,2.0644,0,0.8018,1.9643,0,0.8469,1.8792,0,0.8996,1.8093,0,0.9581,1.7509,0,1.0248,1.7002,0,1.0985,1.6574,0,1.1792,1.6223,0,1.2676,1.595,0,1.363,1.5756,0,1.466,1.5639,0,1.5765,1.56,0,1.6684,1.5678,0,1.7608,1.5913,0,1.8533,1.6305,0,1.9469,1.6854,0,2.0417,1.7559,0,2.1353,1.8422,0,2.2301,1.9441,0,2.326,2.0617,0,2.4161,2.1966,0,2.4934,2.3504,0,2.5589,2.5233,0,2.6127,2.7151,0,2.6549,2.926,0,2.6841,3.1558,0,2.7028,3.4045,0,2.7087,3.6723,0,2.7087,6.653,0 + +[0076] v +PLC 2.4766,0.8089,0,1.6154,0.8089,0,-0.0007,6.6413,0,0.7546,6.6413,0,2.0213,1.9355,0,2.0705,1.9355,0,3.3366,6.6413,0,4.0921,6.6413,0 + +[0077] w +PLC 0.7232,6.6824,0,1.2907,3.0327,0,1.8408,6.6824,0,2.5652,6.6824,0,3.1151,3.0327,0,3.6826,6.6824,0,4.4023,6.6824,0,3.4743,0.674,0,2.7511,0.674,0,2.2012,4.306,0,1.6505,0.674,0,0.9315,0.674,0,0,6.6824,0 + +[0078] x +PLC 3.4037,0.674,0,2.0106,3.1325,0,0.7544,0.674,0,-0.0004,0.674,0,1.6156,3.8366,0,-0.0004,6.6824,0,0.7544,6.6824,0,2.0813,4.353,0,3.337,6.6824,0,4.0918,6.6824,0,2.4652,3.6723,0,4.1631,0.674,0 + +[0079] y +PLC 1.4877,1.648,0,-0.0008,6.6824,0,0.775,6.6824,0,1.9113,2.8215,0,3.2874,6.6824,0,4.0949,6.6824,0,1.8586,0.4099,0,1.7416,0.1067,0,1.6018,-0.1427,0,1.4396,-0.3385,0,1.2548,-0.4805,0,1.0477,-0.5688,0,0.8184,-0.6033,0,0.5667,-0.5842,0,0.2917,-0.5113,0,0.2917,0.3688,0,0.438,0.3093,0,0.5726,0.2746,0,0.6943,0.2646,0,0.8037,0.2794,0,0.9002,0.3189,0,0.9857,0.3832,0,1.057,0.4722,0,1.1172,0.5859,0 + +[007a] z +PLC 3.6439,6.8173,0,3.6439,5.7788,0,0.9624,1.56,0,3.7809,1.56,0,3.7809,0.4334,0,-0.0013,0.4334,0,-0.0013,1.472,0,2.6803,5.6908,0,0.2036,5.6908,0,0.2036,6.8173,0 + +[007b] { +PLC 2.2083,-0.3117,0,2.0685,-0.2938,0,1.9309,-0.264,0,1.7952,-0.2223,0,1.6612,-0.1687,0,1.5289,-0.1031,0,1.3984,-0.0257,0,1.2697,0.0637,0,1.1498,0.169,0,1.0457,0.294,0,0.9579,0.4389,0,0.8859,0.6035,0,0.8303,0.788,0,0.79,0.9923,0,0.7659,1.2164,0,0.7578,1.4602,0,0.7578,3.156,0,0.756,3.3544,0,0.7502,3.5361,0,0.7402,3.701,0,0.7267,3.8491,0,0.7092,3.9804,0,0.6876,4.095,0,0.6619,4.1927,0,0.6326,4.2737,0,0.5952,4.3418,0,0.5459,4.4008,0,0.4851,4.4507,0,0.412,4.4916,0,0.3265,4.5233,0,0.2294,4.546,0,0.1206,4.5596,0,-0.0005,4.5642,0,-0.0005,5.3152,0,0.1206,5.3198,0,0.2294,5.3334,0,0.3265,5.3561,0,0.412,5.3878,0,0.4851,5.4287,0,0.5459,5.4786,0,0.5952,5.5376,0,0.6326,5.6057,0,0.6619,5.6867,0,0.6876,5.7844,0,0.7092,5.899,0,0.7267,6.0303,0,0.7402,6.1785,0,0.7502,6.3433,0,0.756,6.525,0,0.7578,6.7235,0,0.7578,8.4192,0,0.7659,8.6631,0,0.79,8.8871,0,0.8303,9.0914,0,0.8859,9.2759,0,0.9579,9.4405,0,1.0457,9.5854,0,1.1498,9.7104,0,1.2697,9.8157,0,1.3984,9.9051,0,1.5289,9.9825,0,1.6612,10.0481,0,1.7952,10.1017,0,1.9309,10.1434,0,2.0685,10.1732,0,2.2083,10.1911,0,2.3493,10.1971,0,2.3493,9.8215,0,2.2638,9.8186,0,2.1802,9.8096,0,2.0988,9.7947,0,2.0186,9.7739,0,1.9408,9.7471,0,1.8653,9.7143,0,1.7911,9.6756,0,1.7197,9.6309,0,1.653,9.5722,0,1.595,9.4917,0,1.5465,9.3892,0,1.5067,9.2649,0,1.4752,9.1186,0,1.4529,8.9504,0,1.44,8.7603,0,1.4354,8.5483,0,1.4354,6.8173,0,1.4307,6.5647,0,1.4178,6.332,0,1.395,6.1191,0,1.3633,5.9262,0,1.323,5.7531,0,1.2738,5.6,0,1.2154,5.4667,0,1.1481,5.3534,0,1.076,5.2564,0,1.0047,5.1724,0,0.9339,5.1013,0,0.8631,5.0431,0,0.7934,4.9979,0,0.7239,4.9656,0,0.6542,4.9462,0,0.5851,4.9397,0,0.6542,4.9332,0,0.7239,4.9139,0,0.7934,4.8815,0,0.8631,4.8363,0,0.9339,4.7781,0,1.0047,4.707,0,1.076,4.623,0,1.1481,4.526,0,1.2154,4.4127,0,1.2738,4.2794,0,1.323,4.1263,0,1.3633,3.9532,0,1.395,3.7603,0,1.4178,3.5474,0,1.4307,3.3147,0,1.4354,3.0621,0,1.4354,1.3311,0,1.44,1.1191,0,1.4529,0.929,0,1.4752,0.7608,0,1.5067,0.6146,0,1.5465,0.4902,0,1.595,0.3877,0,1.653,0.3072,0,1.7197,0.2486,0,1.7911,0.2039,0,1.8653,0.1651,0,1.9408,0.1324,0,2.0186,0.1055,0,2.0988,0.0847,0,2.1802,0.0698,0,2.2638,0.0608,0,2.3493,0.0579,0,2.3493,-0.3177,0 + +[007d] } +PLC -0.0004,0.0579,0,0.0851,0.0608,0,0.1688,0.0698,0,0.2507,0.0847,0,0.3303,0.1055,0,0.4075,0.1324,0,0.4836,0.1651,0,0.5573,0.2039,0,0.6298,0.2486,0,0.6959,0.3072,0,0.7539,0.3877,0,0.8024,0.4902,0,0.8428,0.6146,0,0.8739,0.7608,0,0.8955,0.929,0,0.9089,1.1191,0,0.9135,1.3311,0,0.9135,3.0621,0,0.9177,3.3147,0,0.9317,3.5474,0,0.9539,3.7603,0,0.9856,3.9532,0,1.026,4.1263,0,1.0751,4.2794,0,1.1335,4.4127,0,1.2009,4.526,0,1.2729,4.623,0,1.3442,4.707,0,1.4151,4.7781,0,1.4852,4.8363,0,1.5555,4.8815,0,1.6256,4.9139,0,1.6947,4.9332,0,1.7638,4.9397,0,1.6947,4.9462,0,1.6256,4.9656,0,1.5555,4.9979,0,1.4852,5.0431,0,1.4151,5.1013,0,1.3442,5.1724,0,1.2729,5.2564,0,1.2009,5.3534,0,1.1335,5.4667,0,1.0751,5.6,0,1.026,5.7531,0,0.9856,5.9262,0,0.9539,6.1191,0,0.9317,6.332,0,0.9177,6.5647,0,0.9135,6.8173,0,0.9135,8.5483,0,0.9089,8.7603,0,0.8955,8.9504,0,0.8739,9.1186,0,0.8428,9.2649,0,0.8024,9.3892,0,0.7539,9.4917,0,0.6959,9.5722,0,0.6298,9.6309,0,0.5573,9.6756,0,0.4836,9.7143,0,0.4075,9.7471,0,0.3303,9.7739,0,0.2507,9.7947,0,0.1688,9.8096,0,0.0851,9.8186,0,-0.0004,9.8215,0,-0.0004,10.1971,0,0.1406,10.1911,0,0.28,10.1732,0,0.418,10.1434,0,0.5537,10.1017,0,0.6878,10.0481,0,0.82,9.9825,0,0.9505,9.9051,0,1.0792,9.8157,0,1.1991,9.7104,0,1.3032,9.5854,0,1.391,9.4405,0,1.463,9.2759,0,1.5192,9.0914,0,1.5589,8.8871,0,1.583,8.6631,0,1.5906,8.4192,0,1.5906,6.7235,0,1.5929,6.525,0,1.5987,6.3433,0,1.6081,6.1785,0,1.6216,6.0303,0,1.6391,5.899,0,1.6602,5.7844,0,1.6854,5.6867,0,1.7145,5.6057,0,1.7509,5.5376,0,1.8,5.4786,0,1.8609,5.4287,0,1.934,5.3878,0,2.0189,5.3561,0,2.1159,5.3334,0,2.2248,5.3198,0,2.346,5.3152,0,2.346,4.5642,0,2.2248,4.5596,0,2.1159,4.546,0,2.0189,4.5233,0,1.934,4.4916,0,1.8609,4.4507,0,1.8,4.4008,0,1.7509,4.3418,0,1.7145,4.2737,0,1.6854,4.1927,0,1.6602,4.095,0,1.6391,3.9804,0,1.6216,3.8491,0,1.6081,3.701,0,1.5987,3.5361,0,1.5929,3.3544,0,1.5906,3.156,0,1.5906,1.4602,0,1.583,1.2164,0,1.5589,0.9923,0,1.5192,0.788,0,1.463,0.6035,0,1.391,0.4389,0,1.3032,0.294,0,1.1991,0.169,0,1.0792,0.0637,0,0.9505,-0.0257,0,0.82,-0.1031,0,0.6878,-0.1687,0,0.5537,-0.2223,0,0.418,-0.264,0,0.28,-0.2938,0,0.1406,-0.3117,0,-0.0004,-0.3177,0 + +[0386] Ά +PLC 2.8107,7.9506,0,2.8786,7.9483,0,3.0108,7.9414,0,3.0728,7.9369,0,3.1348,7.9312,0,3.1348,7.8375,0,3.1372,7.7542,0,3.1419,7.6823,0,3.1465,7.6206,0,3.1542,7.5715,0,3.1617,7.5327,0,3.1723,7.5041,0,3.1851,7.4881,0,3.2618,7.2826,0,3.335,7.0759,0,3.4051,6.8704,0,3.473,6.6637,0,3.538,6.4571,0,3.5994,6.2493,0,3.6591,6.0414,0,3.7158,5.8336,0,4.078,4.8242,0,4.1489,4.621,0,4.1798,4.5262,0,4.2079,4.4349,0,4.2348,4.3481,0,4.2793,4.1871,0,4.2962,4.1129,0,4.3332,3.977,0,4.3694,3.8457,0,4.4069,3.7178,0,4.4431,3.5956,0,4.4818,3.4769,0,4.521,3.3638,0,4.5602,3.2542,0,4.6,3.1503,0,4.9943,1.8349,0,5.0295,1.7436,0,5.0657,1.6557,0,5.1055,1.57,0,5.1487,1.4867,0,5.1956,1.4045,0,5.2459,1.3257,0,5.3009,1.2492,0,5.3582,1.1749,0,5.391,1.1749,0,5.4689,1.1727,0,5.5133,1.1704,0,5.6139,1.1635,0,5.6695,1.1601,0,5.7281,1.1544,0,5.7281,0.7867,0,3.7667,0.8096,0,3.7667,1.1749,0,4.1366,1.1749,0,4.4572,1.586,0,4.435,1.6157,0,4.4138,1.6522,0,4.3922,1.6956,0,4.3706,1.7447,0,4.3471,1.8007,0,4.3261,1.8635,0,4.3027,1.932,0,4.2799,2.0073,0,4.2512,2.1227,0,4.222,2.2368,0,4.191,2.3499,0,4.1576,2.4618,0,4.1225,2.5737,0,4.0874,2.6833,0,4.0499,2.7929,0,4.0107,2.9014,0,4.009,2.9494,0,4.009,2.9939,0,4.0084,3.035,0,4.0084,3.075,0,4.0067,3.1103,0,4.0055,3.1446,0,4.0037,3.1754,0,4.0014,3.204,0,1.8289,3.204,0,1.7786,3.1389,0,1.7294,3.0704,0,1.6827,2.995,0,1.6347,2.9162,0,1.589,2.8306,0,1.5445,2.7415,0,1.5013,2.6456,0,1.4591,2.5463,0,1.1807,1.8452,0,1.0284,1.586,0,1.3567,1.1749,0,1.4223,1.1749,0,1.5609,1.1727,0,1.6347,1.1704,0,1.8769,1.1601,0,1.9635,1.1544,0,1.9635,0.7867,0,-0.0001,0.8096,0,-0.0001,1.1749,0,0.3714,1.1749,0,0.4282,1.2469,0,0.482,1.3211,0,0.5312,1.3965,0,0.5779,1.4752,0,0.6201,1.5563,0,0.6593,1.6397,0,0.6938,1.7242,0,0.7254,1.8121,0,1.3567,3.4917,0,1.4041,3.6698,0,1.4504,3.8423,0,1.4989,4.0101,0,1.5463,4.1722,0,1.5961,4.3287,0,1.6446,4.4805,0,1.6938,4.6278,0,1.7435,4.7694,0,2.2829,6.7882,0,2.5439,7.4881,0,2.5948,7.7656,0,2.5948,7.954,0 +PLC 2.6621,6.8852,0,2.6597,6.8179,0,2.6562,6.7574,0,2.6516,6.7037,0,2.6463,6.6569,0,2.6393,6.6181,0,2.6299,6.5849,0,2.6211,6.5587,0,2.0653,4.5011,0,1.7359,3.6459,0,3.741,3.6459,0,3.7433,3.7018,0,3.741,3.7658,0,3.7305,3.8366,0,3.7158,3.9142,0,3.693,3.9998,0,3.6649,4.0935,0,3.6299,4.194,0,3.5895,4.3013,0,3.4942,4.5548,0,3.4051,4.8014,0,3.3221,5.0423,0,3.2437,5.2775,0,3.17,5.5071,0,3.1027,5.7297,0,3.0401,5.9467,0,2.9827,6.159,0,2.8061,6.682,0,2.8061,6.9492,0,2.73,6.9595,0,2.6633,6.9595,0 +PLC 0.6971,6.016,0,-0.0004,6.016,0,1.027,7.954,0,2.2112,7.954,0 + +[0389] Ή +PLC 6.9518,7.954,0,6.9518,6.0015,0,6.6358,6.014,0,6.6364,6.0905,0,6.6341,6.1636,0,6.6295,6.2333,0,6.6207,6.2995,0,6.6101,6.3623,0,6.595,6.4217,0,6.5797,6.4788,0,6.5586,6.5313,0,6.3972,6.9629,0,6.3808,7.2095,0,6.3316,7.2095,0,6.2883,7.2107,0,6.2158,7.2152,0,6.1637,7.2221,0,6.1455,7.2267,0,6.1326,7.2324,0,5.698,7.5121,0,3.9502,7.5121,0,3.6098,7.0565,0,3.6098,4.8608,0,4.8631,4.8608,0,5.4423,5.5938,0,5.4423,6.0688,0,5.7653,6.0688,0,5.7653,3.2108,0,5.4423,3.2108,0,5.4423,3.6847,0,4.8631,4.4189,0,3.6098,4.4189,0,3.6098,1.6134,0,3.9666,1.1818,0,5.812,1.1818,0,5.9092,1.3017,0,5.9981,1.4159,0,6.0794,1.5244,0,6.1514,1.6282,0,6.2152,1.7265,0,6.2708,1.8201,0,6.3176,1.9091,0,6.3556,1.9914,0,6.6271,2.6822,0,6.6271,2.995,0,6.9518,2.9847,0,6.9518,0.7936,0,2.3623,0.8164,0,2.3623,1.1818,0,2.7333,1.1818,0,3.0702,1.6134,0,3.0702,7.1022,0,2.7333,7.5509,0,2.7017,7.5487,0,2.6268,7.5487,0,2.5823,7.5509,0,2.5337,7.5544,0,2.4243,7.5658,0,2.3623,7.5738,0,2.3623,7.954,0 +PLC 0.6974,6.016,0,0,6.016,0,1.0274,7.954,0,2.2116,7.954,0 + +[038a] Ί +PLC 4.3163,7.8866,0,4.3163,7.519,0,3.9448,7.519,0,3.6089,7.0668,0,3.6089,4.8859,0,6.3577,4.9087,0,6.3577,7.0873,0,6.0207,7.519,0,5.9891,7.5167,0,5.9124,7.5167,0,5.8697,7.519,0,5.8205,7.5224,0,5.7679,7.527,0,5.7118,7.5338,0,5.6498,7.5407,0,5.6498,7.9072,0,7.6039,7.8866,0,7.6039,7.519,0,7.2342,7.519,0,6.8972,7.0873,0,6.8972,1.6933,0,7.2342,1.2617,0,7.2669,1.2617,0,7.3043,1.2606,0,7.3892,1.256,0,7.4384,1.2537,0,7.4893,1.2503,0,7.6039,1.2412,0,7.6039,0.8735,0,5.6498,0.8963,0,5.6498,1.2617,0,6.0207,1.2617,0,6.3577,1.6933,0,6.3577,4.4977,0,3.6089,4.4977,0,3.6089,1.6933,0,3.9448,1.2617,0,3.9787,1.2617,0,4.0161,1.2606,0,4.1015,1.256,0,4.1496,1.2537,0,4.2011,1.2503,0,4.3163,1.2412,0,4.3163,0.8735,0,2.3614,0.8963,0,2.3614,1.2617,0,2.7324,1.2617,0,3.0694,1.6933,0,3.0694,7.0873,0,2.7324,7.519,0,2.7008,7.5167,0,2.6248,7.5167,0,2.5803,7.519,0,2.5329,7.5224,0,2.4808,7.527,0,2.3614,7.5407,0,2.3614,7.9072,0 +PLC 0.6974,6.016,0,0,6.016,0,1.0274,7.954,0,2.2117,7.954,0 + +[038c] Ό +PLC 4.787,7.8866,0,4.787,7.519,0,4.1803,7.519,0,3.8438,7.0873,0,3.8438,1.6933,0,4.1803,1.2617,0,4.2446,1.2617,0,4.3137,1.2606,0,4.6167,1.2503,0,4.787,1.2412,0,4.787,0.8735,0,2.3618,0.8963,0,2.3618,1.2617,0,2.968,1.2617,0,3.305,1.6933,0,3.305,7.0873,0,2.968,7.519,0,2.9054,7.5167,0,2.7679,7.5167,0,2.6941,7.519,0,2.6157,7.5224,0,2.535,7.527,0,2.3618,7.5407,0,2.3618,7.9072,0 +PLC 0.6974,6.016,0,0,6.016,0,1.0275,7.954,0,2.2117,7.954,0 + +[038e] Ύ +PLC 2.8013,7.8866,0,2.8013,7.519,0,2.1946,7.519,0,1.8581,7.0873,0,1.8581,1.6933,0,2.1946,1.2617,0,2.2589,1.2617,0,2.328,1.2606,0,2.6312,1.2503,0,2.8013,1.2412,0,2.8013,0.8735,0,0.3761,0.8963,0,0.3761,1.2617,0,0.9823,1.2617,0,1.3193,1.6933,0,1.3193,7.0873,0,0.9823,7.519,0,0.9197,7.5167,0,0.7822,7.5167,0,0.7084,7.519,0,0.6301,7.5224,0,0.5494,7.527,0,0.3761,7.5407,0,0.3761,7.9072,0 +PLC 0.8082,8.9249,0,0.8082,8.2615,0,-0.0004,8.2615,0,-0.0004,8.9249,0 +PLC 3.1779,8.9249,0,3.1779,8.2615,0,2.3692,8.2615,0,2.3692,8.9249,0 +PLC 1.6531,8.2615,0,0.9557,8.2615,0,1.7462,10.0412,0,2.931,10.0412,0 + +[038f] Ώ +PLC 2.0765,8.9249,0,2.0765,8.2615,0,1.2678,8.2615,0,1.2678,8.9249,0 +PLC 4.4461,8.9249,0,4.4461,8.2615,0,3.6375,8.2615,0,3.6375,8.9249,0 +PLC 1.1169,7.954,0,1.486,7.479,0,1.486,4.6107,0,1.644,4.2134,0,1.6926,4.0923,0,1.8313,3.7612,0,1.8734,3.6607,0,2.3104,3.1206,0,2.5872,3.1206,0,2.5872,7.5658,0,2.531,7.5635,0,2.4761,7.5624,0,2.4187,7.5635,0,2.3603,7.5658,0,2.3005,7.5692,0,2.2397,7.5738,0,2.1157,7.5875,0,2.1157,7.954,0,3.6118,7.9335,0,3.6118,7.5658,0,3.139,7.5658,0,3.1571,3.1206,0,3.4344,3.1206,0,3.5492,3.2736,0,3.6556,3.4255,0,3.7516,3.5762,0,3.8382,3.7258,0,3.916,3.8731,0,3.9845,4.0193,0,4.0429,4.1643,0,4.0938,4.3081,0,4.1213,4.3835,0,4.1453,4.46,0,4.1659,4.5376,0,4.1811,4.6153,0,4.1928,4.6941,0,4.1998,4.7729,0,4.2045,4.8528,0,4.2045,7.479,0,4.5789,7.954,0,5.1002,7.954,0,5.714,7.205,0,5.714,6.3851,0,5.391,6.3851,0,5.391,6.859,0,5.0283,7.2906,0,4.7439,7.2906,0,4.7439,4.8973,0,4.7445,4.7751,0,4.7445,4.5662,0,4.738,4.4018,0,4.7334,4.3367,0,4.7263,4.2819,0,4.7193,4.2396,0,4.4128,3.4506,0,4.3964,3.4118,0,4.37,3.3695,0,4.3367,3.3239,0,4.291,3.2759,0,4.2384,3.2245,0,4.1764,3.1697,0,4.1049,3.1126,0,4.0255,3.0521,0,3.5866,2.7724,0,3.5187,2.7689,0,3.3936,2.7644,0,3.1736,2.7598,0,3.1249,2.7598,0,3.1249,1.7675,0,3.4544,1.3359,0,3.4871,1.3359,0,3.5235,1.3348,0,3.6071,1.3302,0,3.6538,1.3279,0,3.7053,1.3245,0,3.8177,1.3154,0,3.8177,0.9477,0,1.8799,0.9706,0,1.8799,1.3359,0,2.2502,1.3359,0,2.5872,1.7675,0,2.5872,2.7598,0,2.128,2.7724,0,1.946,2.89,0,1.7809,3.0133,0,1.6312,3.14,0,1.4966,3.2725,0,1.3796,3.4107,0,1.2789,3.5522,0,1.1935,3.6995,0,1.1256,3.8503,0,1.0841,3.9599,0,1.0484,4.0626,0,1.0185,4.1586,0,0.9946,4.2465,0,0.9747,4.3275,0,0.9607,4.4018,0,0.9525,4.4691,0,0.9502,4.5296,0,0.9337,7.2906,0,0.6581,7.2906,0,0.324,6.859,0,0.324,6.3851,0,-0.0001,6.3851,0,-0.0001,7.205,0,0.605,7.954,0 + +[0390] ΐ +PLC 2.801,7.8866,0,2.801,7.519,0,2.1942,7.519,0,1.8578,7.0873,0,1.8578,1.6933,0,2.1942,1.2617,0,2.2586,1.2617,0,2.3276,1.2606,0,2.6307,1.2503,0,2.801,1.2412,0,2.801,0.8735,0,0.3758,0.8963,0,0.3758,1.2617,0,0.9819,1.2617,0,1.3189,1.6933,0,1.3189,7.0873,0,0.9819,7.519,0,0.9193,7.5167,0,0.7818,7.5167,0,0.7081,7.519,0,0.6297,7.5224,0,0.5489,7.527,0,0.3758,7.5407,0,0.3758,7.9072,0 +PLC 0.8079,8.9249,0,0.8079,8.2615,0,-0.0008,8.2615,0,-0.0008,8.9249,0 +PLC 3.1774,8.9249,0,3.1774,8.2615,0,2.3689,8.2615,0,2.3689,8.9249,0 + +[0391] Α +PLC 2.8098,7.9506,0,2.8777,7.9483,0,3.0099,7.9414,0,3.072,7.9369,0,3.134,7.9312,0,3.134,7.8375,0,3.1364,7.7542,0,3.141,7.6823,0,3.1457,7.6206,0,3.1532,7.5715,0,3.1609,7.5327,0,3.1714,7.5041,0,3.1843,7.4881,0,3.2609,7.2826,0,3.334,7.0759,0,3.4043,6.8704,0,3.4722,6.6637,0,3.5371,6.4571,0,3.5986,6.2493,0,3.6582,6.0414,0,3.715,5.8336,0,4.0772,4.8242,0,4.1479,4.621,0,4.179,4.5262,0,4.2071,4.4349,0,4.234,4.3481,0,4.2784,4.1871,0,4.2954,4.1129,0,4.3322,3.977,0,4.3685,3.8457,0,4.4059,3.7178,0,4.4422,3.5956,0,4.4808,3.4769,0,4.52,3.3638,0,4.5592,3.2542,0,4.599,3.1503,0,4.9934,1.8349,0,5.0285,1.7436,0,5.0648,1.6557,0,5.1046,1.57,0,5.1479,1.4867,0,5.1947,1.4045,0,5.245,1.3257,0,5.3,1.2492,0,5.3574,1.1749,0,5.3901,1.1749,0,5.4679,1.1727,0,5.5124,1.1704,0,5.6131,1.1635,0,5.6686,1.1601,0,5.7271,1.1544,0,5.7271,0.7867,0,3.7659,0.8096,0,3.7659,1.1749,0,4.1356,1.1749,0,4.4562,1.586,0,4.434,1.6157,0,4.413,1.6522,0,4.3913,1.6956,0,4.3697,1.7447,0,4.3463,1.8007,0,4.3252,1.8635,0,4.3018,1.932,0,4.279,2.0073,0,4.2503,2.1227,0,4.2211,2.2368,0,4.1901,2.3499,0,4.1568,2.4618,0,4.1216,2.5737,0,4.0865,2.6833,0,4.0491,2.7929,0,4.0099,2.9014,0,4.0081,2.9494,0,4.0081,2.9939,0,4.0075,3.035,0,4.0075,3.075,0,4.0057,3.1103,0,4.0045,3.1446,0,4.0028,3.1754,0,4.0005,3.204,0,1.828,3.204,0,1.7777,3.1389,0,1.7286,3.0704,0,1.6817,2.995,0,1.6338,2.9162,0,1.5881,2.8306,0,1.5437,2.7415,0,1.5003,2.6456,0,1.4583,2.5463,0,1.1797,1.8452,0,1.0276,1.586,0,1.3558,1.1749,0,1.4213,1.1749,0,1.5601,1.1727,0,1.6338,1.1704,0,1.876,1.1601,0,1.9625,1.1544,0,1.9625,0.7867,0,-0.0009,0.8096,0,-0.0009,1.1749,0,0.3706,1.1749,0,0.4272,1.2469,0,0.4811,1.3211,0,0.5302,1.3965,0,0.5771,1.4752,0,0.6191,1.5563,0,0.6584,1.6397,0,0.693,1.7242,0,0.7245,1.8121,0,1.3558,3.4917,0,1.4033,3.6698,0,1.4494,3.8423,0,1.498,4.0101,0,1.5454,4.1722,0,1.5952,4.3287,0,1.6437,4.4805,0,1.6928,4.6278,0,1.7425,4.7694,0,2.2821,6.7882,0,2.5431,7.4881,0,2.594,7.7656,0,2.594,7.954,0 +PLC 2.6612,6.8852,0,2.6589,6.8179,0,2.6554,6.7574,0,2.6506,6.7037,0,2.6455,6.6569,0,2.6384,6.6181,0,2.629,6.5849,0,2.6203,6.5587,0,2.0644,4.5011,0,1.735,3.6459,0,3.7401,3.6459,0,3.7425,3.7018,0,3.7401,3.7658,0,3.7296,3.8366,0,3.715,3.9142,0,3.6922,3.9998,0,3.6641,4.0935,0,3.6289,4.194,0,3.5886,4.3013,0,3.4932,4.5548,0,3.4043,4.8014,0,3.3212,5.0423,0,3.2428,5.2775,0,3.1691,5.5071,0,3.1018,5.7297,0,3.0392,5.9467,0,2.9819,6.159,0,2.8051,6.682,0,2.8051,6.9492,0,2.7291,6.9595,0,2.6623,6.9595,0 + +[0392] Β +PLC 3.0002,7.954,0,3.0539,7.9494,0,3.1032,7.9426,0,3.1464,7.9335,0,3.1862,7.922,0,3.2201,7.9072,0,3.2511,7.8901,0,3.2763,7.8695,0,3.2979,7.8467,0,3.3816,7.7953,0,3.5442,7.6914,0,3.6232,7.6389,0,3.6987,7.5863,0,3.7749,7.5327,0,3.8474,7.479,0,3.9181,7.4253,0,3.9679,7.3249,0,4.0171,7.2244,0,4.1107,7.0188,0,4.1996,6.8088,0,4.2429,6.7026,0,4.2832,6.5952,0,4.306,6.5301,0,4.326,6.4696,0,4.34,6.4125,0,4.3506,6.3611,0,4.3575,6.3132,0,4.3599,6.2698,0,4.3575,6.231,0,4.3517,6.1967,0,4.3517,5.6235,0,3.7397,4.8471,0,3.7011,4.8459,0,3.6613,4.8459,0,3.5361,4.8391,0,3.4905,4.8357,0,3.3992,4.8265,0,3.3992,4.6313,0,3.7397,4.6313,0,4.5892,3.5522,0,4.5892,2.4858,0,4.5436,2.3567,0,4.4957,2.2277,0,4.4466,2.0998,0,4.395,1.9731,0,4.3424,1.8463,0,4.288,1.7207,0,4.2312,1.5951,0,4.1727,1.4707,0,4.0978,1.4079,0,4.024,1.3485,0,3.9533,1.2937,0,3.8836,1.2412,0,3.8175,1.1932,0,3.7525,1.1487,0,3.6894,1.1087,0,3.6297,1.0722,0,3.57,1.0345,0,3.508,1.0014,0,3.446,0.974,0,3.3828,0.9523,0,3.3184,0.9363,0,3.2535,0.926,0,3.1874,0.9203,0,3.1201,0.9203,0,0.0004,0.942,0,0.0004,1.3085,0,0.3719,1.3085,0,0.7089,1.7402,0,0.7089,7.1342,0,0.3719,7.5658,0,0.3397,7.5635,0,0.3028,7.5624,0,0.2642,7.5635,0,0.2198,7.5658,0,0.1706,7.5692,0,0.118,7.5738,0,0.0004,7.5875,0,0.0004,7.954,0 +PLC 1.3045,7.1056,0,1.2875,4.8711,0,2.3483,4.8608,0,2.3969,4.8619,0,2.4443,4.8642,0,2.4876,4.8688,0,2.5274,4.8745,0,2.5648,4.8825,0,2.5988,4.8916,0,2.6315,4.903,0,2.6596,4.9156,0,2.7977,4.975,0,2.9282,5.0263,0,3.0505,5.0697,0,3.1652,5.1051,0,3.2727,5.1325,0,3.3747,5.1519,0,3.467,5.1634,0,3.5525,5.1679,0,3.5537,5.2433,0,3.5571,5.3118,0,3.5618,5.3735,0,3.5677,5.4283,0,3.5771,5.4751,0,3.5858,5.5151,0,3.5981,5.5482,0,3.6121,5.5733,0,3.7888,6.0654,0,3.7888,6.1316,0,3.7854,6.1979,0,3.7777,6.2641,0,3.7654,6.3315,0,3.7502,6.3988,0,3.7309,6.4662,0,3.707,6.5336,0,3.6794,6.6021,0,3.5525,6.9526,0,3.5525,7.205,0,3.4776,7.2038,0,3.3992,7.2084,0,3.322,7.2187,0,3.2436,7.2324,0,3.1646,7.2506,0,3.0832,7.2746,0,3.0036,7.3032,0,2.9212,7.3363,0,2.8345,7.3751,0,2.7497,7.4094,0,2.6678,7.4379,0,2.5888,7.463,0,2.5121,7.4824,0,2.4384,7.4973,0,2.3665,7.5064,0,2.298,7.5121,0,1.6158,7.5121,0 +PLC 1.2471,1.6237,0,1.5655,1.2252,0,1.7878,1.2115,0,1.8978,1.2069,0,2.0101,1.2035,0,2.2349,1.2012,0,2.3495,1.2023,0,2.463,1.2046,0,2.566,1.2035,0,2.6584,1.2058,0,2.7416,1.2115,0,2.8153,1.2206,0,2.8784,1.2332,0,2.9305,1.2492,0,2.9733,1.2686,0,3.0072,1.2914,0,3.1511,1.377,0,3.2798,1.4604,0,3.3957,1.5426,0,3.4951,1.6225,0,3.5829,1.7013,0,3.6555,1.7778,0,3.7127,1.8532,0,3.7573,1.9263,0,3.8252,2.0964,0,3.8848,2.2494,0,3.9351,2.3864,0,3.9761,2.5063,0,4.0088,2.6102,0,4.0311,2.697,0,4.0452,2.7678,0,4.0492,2.8226,0,3.9995,3.0909,0,3.9557,3.1983,0,3.8684,3.4061,0,3.8228,3.5066,0,3.7801,3.6059,0,3.6894,3.7977,0,3.645,3.8902,0,3.5771,3.9325,0,3.508,3.9724,0,3.3769,4.0444,0,3.2505,4.1072,0,3.1874,4.1346,0,3.1266,4.1597,0,2.6093,4.3755,0,2.3939,4.4189,0,1.2471,4.4189,0 + +[0393] Γ +PLC 4.3197,7.8969,0,4.3197,5.7069,0,3.9968,5.7069,0,3.9968,6.4833,0,3.8756,6.6352,0,3.7522,6.7768,0,3.6252,6.9104,0,3.497,7.0337,0,3.3672,7.1479,0,3.235,7.2518,0,3.0992,7.3466,0,2.9623,7.4322,0,2.9278,7.4527,0,2.8886,7.4699,0,2.8453,7.4847,0,2.7961,7.4973,0,2.7411,7.5064,0,2.6837,7.5133,0,2.6194,7.5178,0,2.5492,7.519,0,1.5826,7.519,0,1.2468,7.0873,0,1.2468,1.6933,0,1.5838,1.2617,0,1.6165,1.2617,0,1.6546,1.2606,0,1.8395,1.2503,0,1.9547,1.2412,0,1.9547,0.8735,0,-0.0001,0.8963,0,-0.0001,1.2617,0,0.3714,1.2617,0,0.7084,1.6933,0,0.7084,7.0873,0,0.3714,7.519,0,0.3393,7.5167,0,0.2638,7.5167,0,0.2193,7.519,0,0.1713,7.5224,0,0.1187,7.527,0,-0.0001,7.5407,0,-0.0001,7.9072,0 + +[0394] Δ +PLC 2.6693,7.954,0,2.6705,7.8729,0,2.6763,7.793,0,2.6857,7.7142,0,2.6974,7.6366,0,2.7149,7.5578,0,2.736,7.4813,0,2.7594,7.4048,0,2.7875,7.3283,0,2.8402,7.1935,0,2.8917,7.0577,0,2.9402,6.9229,0,2.987,6.7859,0,3.0315,6.65,0,3.0731,6.513,0,3.1129,6.3771,0,3.1491,6.2401,0,3.1854,6.1145,0,3.2216,5.9912,0,3.2602,5.8702,0,3.2988,5.7514,0,3.3386,5.6349,0,3.3784,5.5208,0,3.4604,5.3004,0,3.5248,5.1371,0,3.5838,4.9761,0,3.6406,4.8174,0,3.6944,4.6621,0,3.7436,4.508,0,3.7903,4.3561,0,3.8343,4.2065,0,3.8741,4.0592,0,3.9121,3.929,0,3.9519,3.8012,0,3.9917,3.6756,0,4.0337,3.5534,0,4.0759,3.4335,0,4.1198,3.3159,0,4.1648,3.2017,0,4.2111,3.0898,0,5.0448,0.9203,0,-0.0011,0.942,0,0.0001,1.0322,0,0.0024,1.1121,0,0.0053,1.1818,0,0.01,1.2423,0,0.0152,1.2926,0,0.0223,1.3325,0,0.0316,1.3633,0,0.041,1.3839,0,0.7384,3.1948,0,0.7841,3.3193,0,0.8269,3.4403,0,0.8643,3.558,0,0.9,3.6721,0,0.9316,3.784,0,0.9602,3.8914,0,0.9842,3.9953,0,1.3049,5.1919,0,1.3657,5.3643,0,1.4236,5.5322,0,1.4774,5.6932,0,1.5271,5.8485,0,1.574,5.998,0,1.657,6.2801,0,1.6922,6.4125,0,1.7695,6.666,0,1.8098,6.7905,0,1.8495,6.9115,0,1.8917,7.0303,0,1.9344,7.1467,0,1.9766,7.2598,0,2.0461,7.4356,0,2.0679,7.5018,0,2.0859,7.5703,0,2.1006,7.6411,0,2.1111,7.7154,0,2.1194,7.7919,0,2.1216,7.8718,0,2.1216,7.954,0 +PLC 2.2036,6.8224,0,2.2,6.7631,0,2.1954,6.7117,0,2.1895,6.666,0,2.1819,6.6272,0,2.1743,6.5964,0,2.1638,6.5712,0,2.1251,6.4411,0,2.0859,6.3143,0,1.98,5.9569,0,1.9479,5.845,0,1.9157,5.7366,0,1.8865,5.6327,0,1.8075,5.3997,0,1.7331,5.1725,0,1.6624,4.9498,0,1.595,4.7317,0,1.5319,4.5182,0,1.4722,4.3093,0,1.416,4.106,0,1.3633,3.9062,0,1.3119,3.7041,0,1.258,3.5066,0,1.2019,3.3136,0,1.1451,3.1263,0,1.0849,2.9448,0,1.0228,2.7678,0,0.9578,2.5954,0,0.8918,2.4287,0,0.5793,1.6522,0,3.9747,1.6317,0,3.946,1.7116,0,3.9185,1.7904,0,3.8933,1.8669,0,3.8693,1.9434,0,3.8465,2.0188,0,3.8266,2.0918,0,3.8067,2.1638,0,3.7897,2.2357,0,3.7553,2.3659,0,3.7202,2.4915,0,3.6838,2.6148,0,3.6452,2.7335,0,3.6078,2.8489,0,3.568,2.9608,0,3.5282,3.0681,0,3.4861,3.172,0,3.1245,4.4029,0,3.0297,4.6484,0,2.9408,4.887,0,2.8577,5.1188,0,2.7804,5.3438,0,2.7085,5.563,0,2.6424,5.7765,0,2.5816,5.9832,0,2.5254,6.183,0,2.3487,6.69,0,2.3487,6.9492,0,2.2732,6.9595,0,2.2059,6.9595,0 + +[0395] Ε +PLC 4.5892,7.954,0,4.5892,6.0015,0,4.2732,6.014,0,4.2738,6.0905,0,4.2714,6.1636,0,4.2668,6.2333,0,4.258,6.2995,0,4.2475,6.3623,0,4.2322,6.4217,0,4.2171,6.4787,0,4.196,6.5313,0,4.0345,6.9629,0,4.0181,7.2095,0,3.969,7.2095,0,3.9257,7.2107,0,3.8532,7.2152,0,3.8011,7.2221,0,3.7829,7.2267,0,3.77,7.2324,0,3.3353,7.5121,0,1.5876,7.5121,0,1.2471,7.0565,0,1.2471,4.8608,0,2.5003,4.8608,0,3.0797,5.5938,0,3.0797,6.0688,0,3.4026,6.0688,0,3.4026,3.2108,0,3.0797,3.2108,0,3.0797,3.6847,0,2.5003,4.4189,0,1.2471,4.4189,0,1.2471,1.6134,0,1.604,1.1818,0,3.4494,1.1818,0,3.5465,1.3017,0,3.6355,1.4159,0,3.7168,1.5244,0,3.7888,1.6282,0,3.8526,1.7265,0,3.9081,1.8201,0,3.955,1.9091,0,3.993,1.9914,0,4.2645,2.6822,0,4.2645,2.995,0,4.5892,2.9847,0,4.5892,0.7936,0,-0.0004,0.8164,0,-0.0004,1.1818,0,0.3706,1.1818,0,0.7076,1.6134,0,0.7076,7.1022,0,0.3706,7.5509,0,0.339,7.5487,0,0.2642,7.5487,0,0.2196,7.5509,0,0.1711,7.5544,0,0.0616,7.5658,0,-0.0004,7.5738,0,-0.0004,7.954,0 + +[0396] Ζ +PLC 4.2962,7.8969,0,4.2962,7.6914,0,3.7766,7.0234,0,3.7427,6.956,0,3.683,6.835,0,3.635,6.7357,0,3.6146,6.6934,0,3.5988,6.6569,0,3.5836,6.6249,0,3.539,6.5119,0,3.5168,6.4616,0,3.4747,6.3691,0,3.4548,6.328,0,3.4349,6.2915,0,3.4156,6.2572,0,3.3705,6.1922,0,3.3261,6.1214,0,3.2798,6.0449,0,3.236,5.9626,0,3.1915,5.8747,0,3.1483,5.7811,0,3.1061,5.6818,0,3.064,5.5767,0,3.0364,5.5196,0,3.0089,5.4648,0,2.9821,5.4146,0,2.9528,5.3666,0,2.9247,5.3232,0,2.8966,5.2821,0,2.8663,5.2444,0,2.8382,5.2113,0,2.8024,5.1462,0,2.7364,5.0138,0,2.7059,4.9464,0,2.676,4.8791,0,2.6216,4.7409,0,2.5948,4.6712,0,2.5679,4.613,0,2.5398,4.5593,0,2.5117,4.508,0,2.4841,4.4611,0,2.4554,4.4166,0,2.4275,4.3766,0,2.397,4.339,0,2.3689,4.3047,0,2.3344,4.2373,0,2.2752,4.1163,0,2.2483,4.0649,0,2.2273,4.017,0,2.1893,3.9382,0,2.1758,3.9062,0,2.1471,3.8343,0,2.1174,3.7646,0,2.0857,3.6984,0,2.053,3.6333,0,2.0166,3.5717,0,1.9792,3.5111,0,1.9406,3.454,0,1.8996,3.3981,0,1.8657,3.3307,0,1.8061,3.2108,0,1.7797,3.1583,0,1.758,3.1115,0,1.737,3.0692,0,1.7206,3.0316,0,1.7065,2.9996,0,1.6785,2.9277,0,1.6481,2.858,0,1.6152,2.7906,0,1.5808,2.7244,0,1.5439,2.6605,0,1.5053,2.5988,0,1.4643,2.5394,0,1.4222,2.4823,0,1.393,2.4298,0,1.3649,2.3773,0,1.3122,2.2688,0,1.2643,2.1558,0,1.242,2.0976,0,1.2203,2.0382,0,1.1859,1.9639,0,1.1461,1.8863,0,1.0992,1.8041,0,1.0465,1.7185,0,0.9881,1.6282,0,0.9249,1.5358,0,0.8534,1.4387,0,0.7774,1.3382,0,0.7774,1.2617,0,3.0897,1.2743,0,3.1998,1.3428,0,3.401,1.473,0,3.4911,1.5346,0,3.5766,1.594,0,3.6561,1.6511,0,3.7275,1.7059,0,3.7942,1.7584,0,4.2208,2.2974,0,4.2208,2.7724,0,4.5443,2.7724,0,4.5443,0.8735,0,-0.0007,0.8963,0,0.2942,1.6625,0,0.3562,1.7847,0,0.3866,1.8395,0,0.4158,1.8909,0,0.4463,1.9388,0,0.4744,1.9834,0,0.5019,2.0245,0,0.5305,2.061,0,0.5603,2.1135,0,0.6136,2.214,0,0.637,2.2608,0,0.6768,2.3476,0,0.692,2.3887,0,0.7061,2.4264,0,0.7611,2.5486,0,0.7874,2.6022,0,0.8102,2.6536,0,0.8534,2.7427,0,0.8734,2.7804,0,0.8898,2.8158,0,0.9435,2.8911,0,0.9928,2.9699,0,1.0395,3.0498,0,1.0829,3.1309,0,1.1243,3.2143,0,1.1613,3.2999,0,1.1952,3.3855,0,1.2257,3.4746,0,1.2912,3.5968,0,1.3538,3.7041,0,1.3835,3.7521,0,1.4421,3.8366,0,1.469,3.8731,0,1.5018,3.9279,0,1.5334,3.9861,0,1.5637,4.0455,0,1.5924,4.1083,0,1.62,4.1722,0,1.6457,4.2396,0,1.6714,4.3093,0,1.6948,4.3812,0,1.7282,4.444,0,1.7604,4.5023,0,1.792,4.5582,0,1.8224,4.6096,0,1.8528,4.6575,0,1.9102,4.7432,0,1.9382,4.7797,0,1.9716,4.8345,0,2.0026,4.8916,0,2.033,4.9521,0,2.0611,5.0138,0,2.0892,5.0789,0,2.115,5.1462,0,2.1407,5.2147,0,2.1641,5.2867,0,2.198,5.3495,0,2.2297,5.4089,0,2.2612,5.4648,0,2.2922,5.5162,0,2.3221,5.5642,0,2.3513,5.6087,0,2.3806,5.6486,0,2.4075,5.6852,0,2.4403,5.7411,0,2.5035,5.8576,0,2.5333,5.9204,0,2.562,5.9855,0,2.5889,6.0517,0,2.6158,6.1214,0,2.6416,6.1933,0,2.6808,6.2664,0,2.7176,6.3337,0,2.7855,6.4548,0,2.8475,6.5553,0,2.8756,6.5975,0,2.9025,6.6352,0,2.9317,6.6923,0,2.9586,6.7482,0,2.9856,6.8008,0,3.0085,6.8498,0,3.0481,6.9423,0,3.064,6.9834,0,3.078,7.0234,0,3.2711,7.519,0,1.1249,7.519,0,0.5556,6.7848,0,0.5556,6.3109,0,0.231,6.3109,0,0.231,7.9072,0 + +[0397] Η +PLC 1.9537,7.8866,0,1.9537,7.519,0,1.5821,7.519,0,1.2462,7.0668,0,1.2462,4.8859,0,3.9951,4.9087,0,3.9951,7.0873,0,3.6581,7.519,0,3.6264,7.5167,0,3.5498,7.5167,0,3.507,7.519,0,3.4579,7.5224,0,3.4052,7.527,0,3.3492,7.5338,0,3.287,7.5407,0,3.287,7.9072,0,5.2413,7.8866,0,5.2413,7.519,0,4.8716,7.519,0,4.5345,7.0873,0,4.5345,1.6933,0,4.8716,1.2617,0,4.9043,1.2617,0,4.9417,1.2606,0,5.0266,1.256,0,5.0757,1.2537,0,5.1266,1.2503,0,5.2413,1.2412,0,5.2413,0.8735,0,3.287,0.8963,0,3.287,1.2617,0,3.6581,1.2617,0,3.9951,1.6933,0,3.9951,4.4977,0,1.2462,4.4977,0,1.2462,1.6933,0,1.5821,1.2617,0,1.6161,1.2617,0,1.6535,1.2606,0,1.7389,1.256,0,1.7869,1.2537,0,1.8384,1.2503,0,1.9537,1.2412,0,1.9537,0.8735,0,-0.0012,0.8963,0,-0.0012,1.2617,0,0.3697,1.2617,0,0.7068,1.6933,0,0.7068,7.0873,0,0.3697,7.519,0,0.3382,7.5167,0,0.2622,7.5167,0,0.2176,7.519,0,0.1703,7.5224,0,0.1182,7.527,0,-0.0012,7.5407,0,-0.0012,7.9072,0 + +[0398] Θ +PLC 3.2247,7.954,0,3.258,7.9517,0,3.2925,7.946,0,3.3299,7.9357,0,3.3697,7.9209,0,3.4119,7.9026,0,3.4564,7.8809,0,3.5043,7.8547,0,3.5534,7.8238,0,3.674,7.7496,0,3.7887,7.6685,0,3.901,7.584,0,4.0087,7.4927,0,4.1105,7.3979,0,4.2099,7.2975,0,4.3047,7.1913,0,4.3948,7.0805,0,4.7237,6.6592,0,4.8933,6.3691,0,4.9226,6.2858,0,4.9525,6.2047,0,5.0039,6.0449,0,5.0279,5.9672,0,5.0489,5.8907,0,5.0689,5.8165,0,5.0858,5.7423,0,5.1297,5.5801,0,5.1671,5.4271,0,5.1976,5.2821,0,5.2234,5.1474,0,5.2426,5.0206,0,5.2549,4.9042,0,5.262,4.7957,0,5.2632,4.6964,0,5.2632,3.8434,0,5.0361,2.9596,0,5.0198,2.89,0,5.0022,2.8192,0,4.9822,2.7495,0,4.96,2.6787,0,4.9355,2.6091,0,4.9085,2.5394,0,4.8804,2.4686,0,4.8513,2.399,0,4.1503,1.481,0,4.0631,1.409,0,3.9718,1.3371,0,3.8764,1.2663,0,3.7782,1.1955,0,3.677,1.1258,0,3.5722,1.0562,0,3.4633,0.9877,0,3.3516,0.9203,0,2.1299,0.9203,0,2.0649,0.9237,0,1.9877,0.942,0,1.8976,0.974,0,1.7976,1.0197,0,1.6835,1.0802,0,1.5589,1.1533,0,1.4207,1.24,0,1.271,1.3417,0,1.2283,1.3793,0,1.1867,1.417,0,1.1475,1.4547,0,1.1112,1.4924,0,1.0762,1.5301,0,1.0439,1.5677,0,1.013,1.6054,0,0.9849,1.6431,0,0.4378,2.3556,0,0.3916,2.4732,0,0.3471,2.5942,0,0.3038,2.7187,0,0.2617,2.8466,0,0.2219,2.9779,0,0.1833,3.1126,0,0.1453,3.2496,0,0.1084,3.3912,0,0.0827,3.4974,0,0.0611,3.607,0,0.0417,3.7189,0,0.0265,3.8331,0,0.0148,3.9507,0,0.0066,4.0706,0,0.0001,4.1928,0,-0.0005,4.3184,0,0.0019,4.4931,0,0.0072,4.661,0,0.0171,4.8231,0,0.0312,4.9772,0,0.0488,5.1245,0,0.0698,5.265,0,0.0961,5.3997,0,0.126,5.5265,0,0.3442,6.3258,0,0.4793,6.5849,0,0.6385,6.7836,0,0.7871,6.964,0,0.9252,7.1273,0,1.054,7.2723,0,1.1722,7.3991,0,1.2803,7.5087,0,1.3769,7.6,0,1.4635,7.6743,0,1.9105,7.954,0 +PLC 1.931,7.3363,0,1.7086,7.141,0,1.5051,6.9229,0,1.3219,6.6843,0,1.1557,6.424,0,1.0094,6.1431,0,0.8831,5.8405,0,0.7742,5.5162,0,0.7092,5.2342,0,0.6648,4.9498,0,0.6385,4.6632,0,0.6304,4.3732,0,0.6421,4.0798,0,0.6724,3.7852,0,0.7215,3.4872,0,0.7906,3.1869,0,0.8316,3.0453,0,0.8749,2.906,0,0.9193,2.7701,0,0.965,2.6365,0,1.0142,2.5052,0,1.0633,2.3773,0,1.116,2.2517,0,1.1698,2.1284,0,1.2376,2.0347,0,1.3055,1.948,0,1.374,1.8669,0,1.4437,1.7938,0,1.5138,1.7276,0,1.5841,1.6671,0,1.6548,1.6134,0,1.7256,1.5677,0,2.155,1.288,0,3.0901,1.2777,0,3.5441,1.5677,0,3.6202,1.6203,0,3.6915,1.6762,0,3.7618,1.7367,0,3.8291,1.7995,0,3.894,1.8658,0,3.9572,1.9354,0,4.0168,2.0085,0,4.0754,2.085,0,4.1432,2.2391,0,4.2081,2.4047,0,4.2731,2.5805,0,4.3369,2.7678,0,4.3984,2.9665,0,4.4616,3.1754,0,4.5224,3.397,0,4.6125,3.7486,0,4.6394,3.8708,0,4.6622,3.9964,0,4.6792,4.1243,0,4.6933,4.2556,0,4.7026,4.3892,0,4.7073,4.5251,0,4.7073,4.6632,0,4.3621,5.9912,0,4.3152,6.1271,0,4.2661,6.2561,0,4.2158,6.3771,0,4.1631,6.4902,0,4.1105,6.5952,0,4.0554,6.6923,0,3.9994,6.7825,0,3.9408,6.8647,0,3.8964,6.9184,0,3.8471,6.9709,0,3.7934,7.0234,0,3.7337,7.0748,0,3.6717,7.1262,0,3.6026,7.1764,0,3.5301,7.2267,0,3.4522,7.2758,0,3.0731,7.5121,0,2.172,7.5121,0 +PLC 1.7279,5.5459,0,1.7279,5.4134,0,1.7291,5.2867,0,1.7291,5.1656,0,1.7338,4.9396,0,1.7409,4.734,0,1.7437,4.6393,0,3.5605,4.6393,0,3.5605,5.5459,0,3.8835,5.5459,0,3.8835,3.0704,0,3.5675,3.0704,0,3.5687,3.2005,0,3.5687,3.4461,0,3.5675,3.5625,0,3.5605,3.7795,0,3.5558,3.8799,0,3.5499,3.977,0,1.7279,3.977,0,1.7279,3.0704,0,1.4039,3.0704,0,1.4039,5.5459,0 + +[0399] Ι +PLC 2.4244,7.8866,0,2.4244,7.519,0,1.8176,7.519,0,1.4812,7.0873,0,1.4812,1.6933,0,1.8176,1.2617,0,1.882,1.2617,0,1.9511,1.2606,0,2.2541,1.2503,0,2.4244,1.2412,0,2.4244,0.8735,0,-0.0008,0.8963,0,-0.0008,1.2617,0,0.6053,1.2617,0,0.9424,1.6933,0,0.9424,7.0873,0,0.6053,7.519,0,0.5427,7.5167,0,0.4052,7.5167,0,0.3315,7.519,0,0.2531,7.5224,0,0.1723,7.527,0,-0.0008,7.5407,0,-0.0008,7.9072,0 + +[039a] Κ +PLC 1.9536,7.8866,0,1.9536,7.519,0,1.5821,7.519,0,1.2462,7.0873,0,1.2462,4.2819,0,1.3047,4.2819,0,3.7645,7.4447,0,3.7645,7.519,0,3.5912,7.5167,0,3.4146,7.519,0,3.2366,7.527,0,3.0564,7.5407,0,3.0564,7.9072,0,5.0188,7.8866,0,5.0119,7.519,0,4.951,7.5167,0,4.8913,7.511,0,4.834,7.5007,0,4.779,7.4859,0,4.7245,7.4676,0,4.6725,7.4459,0,4.6222,7.4196,0,4.456,7.3169,0,4.3495,7.2449,0,4.2495,7.1741,0,4.1582,7.1045,0,4.0746,7.0337,0,3.9996,6.9652,0,3.9318,6.8967,0,3.8744,6.8282,0,2.8967,5.5767,0,2.8997,5.5424,0,2.9078,5.4968,0,2.9231,5.4397,0,2.9435,5.3723,0,2.9687,5.2947,0,3.0003,5.2056,0,3.0377,5.1063,0,3.1208,4.8973,0,3.1617,4.8014,0,3.2039,4.7078,0,3.2484,4.6176,0,3.2952,4.5296,0,3.3431,4.4452,0,3.3923,4.3618,0,3.4449,4.2819,0,3.5328,4.1037,0,3.5725,4.0181,0,3.6474,3.8537,0,3.6802,3.7749,0,3.7106,3.6984,0,3.7393,3.6242,0,3.7762,3.5226,0,3.8463,3.3399,0,3.8797,3.2576,0,3.9118,3.1834,0,3.9423,3.1149,0,3.9996,2.9996,0,4.0417,2.9414,0,4.0827,2.8797,0,4.1237,2.8146,0,4.1647,2.7461,0,4.2045,2.6742,0,4.2431,2.5988,0,4.2817,2.52,0,4.3203,2.4389,0,4.3501,2.3636,0,4.3881,2.2814,0,4.435,2.1946,0,4.4905,2.101,0,4.5543,2.0028,0,4.6281,1.8989,0,4.7099,1.7881,0,5.1196,1.2617,0,5.1903,1.2606,0,5.3243,1.2537,0,5.4905,1.2412,0,5.4905,0.8735,0,3.2928,0.8963,0,3.2928,1.2617,0,3.9996,1.2617,0,3.9996,1.6499,0,3.9107,1.7755,0,3.8229,1.9103,0,3.7387,2.053,0,3.655,2.2037,0,3.5736,2.3636,0,3.4952,2.5303,0,3.418,2.7073,0,3.3431,2.8911,0,2.9809,3.8194,0,2.9411,3.8822,0,2.8991,3.9462,0,2.854,4.0124,0,2.8061,4.0809,0,2.7019,4.2214,0,2.5849,4.3686,0,2.5872,4.4691,0,2.5849,4.5742,0,2.5825,4.629,0,2.5744,4.742,0,2.5673,4.8003,0,2.2906,4.8003,0,1.2462,3.462,0,1.2462,1.6933,0,1.5821,1.2617,0,1.6534,1.2606,0,1.7868,1.2537,0,1.9536,1.2412,0,1.9536,0.8735,0,-0.0001,0.8963,0,-0.0001,1.2617,0,0.3697,1.2617,0,0.7067,1.6933,0,0.7067,7.0873,0,0.3697,7.519,0,0.3018,7.5167,0,0.2175,7.519,0,0.1169,7.527,0,-0.0001,7.5407,0,-0.0001,7.9072,0 + +[039b] Λ +PLC 2.8079,7.9506,0,2.8758,7.9483,0,3.0081,7.9414,0,3.0701,7.9369,0,3.1321,7.9312,0,3.1321,7.8398,0,3.1345,7.7587,0,3.1391,7.688,0,3.1444,7.6286,0,3.1513,7.5806,0,3.159,7.5429,0,3.1695,7.5155,0,3.1824,7.4996,0,3.2585,7.2997,0,3.3317,7.0999,0,3.4024,6.8989,0,3.4697,6.698,0,3.5347,6.497,0,3.5978,6.2961,0,3.6563,6.0951,0,3.7125,5.893,0,4.0753,4.911,0,4.1115,4.8094,0,4.1765,4.621,0,4.2052,4.5331,0,4.2321,4.4486,0,4.2765,4.2921,0,4.2929,4.2202,0,4.3292,4.0878,0,4.366,3.9587,0,4.4404,3.7155,0,4.479,3.6002,0,4.5182,3.4894,0,4.5574,3.3832,0,4.5972,3.2816,0,4.9915,1.9662,0,5.026,1.8749,0,5.0629,1.787,0,5.1027,1.7013,0,5.146,1.6168,0,5.1928,1.5358,0,5.2443,1.457,0,5.2981,1.3805,0,5.3555,1.3063,0,5.3882,1.3063,0,5.466,1.304,0,5.5106,1.3017,0,5.6656,1.2903,0,5.7252,1.2857,0,5.7252,0.918,0,3.7628,0.9409,0,3.7628,1.3063,0,4.1337,1.3063,0,4.462,1.7173,0,4.328,1.9331,0,4.2795,2.1192,0,4.2297,2.3076,0,4.1759,2.496,0,4.1186,2.6856,0,4.0589,2.8763,0,3.9969,3.067,0,3.9325,3.2599,0,3.8634,3.454,0,3.8108,3.6516,0,3.7523,3.8491,0,3.6903,4.0489,0,3.6265,4.2488,0,3.5581,4.4509,0,3.4867,4.653,0,3.4117,4.8562,0,3.3333,5.0606,0,3.245,5.3152,0,3.2034,5.4397,0,3.1648,5.563,0,3.1286,5.6829,0,3.0947,5.8016,0,3.0087,6.1134,0,2.9858,6.1922,0,2.9618,6.2721,0,2.8864,6.505,0,2.8606,6.5815,0,2.8325,6.6569,0,2.8325,6.7494,0,2.8285,6.9001,0,2.8267,6.9309,0,2.8244,6.9595,0,2.6669,6.9595,0,2.6669,6.8875,0,2.664,6.8145,0,2.657,6.7437,0,2.6453,6.6717,0,2.6319,6.5998,0,2.6137,6.529,0,2.5921,6.4582,0,2.5669,6.3886,0,2.0204,4.436,0,1.9081,4.1106,0,1.8566,3.9553,0,1.8085,3.8046,0,1.7641,3.6584,0,1.7232,3.5168,0,1.684,3.3798,0,1.6489,3.2485,0,1.6061,3.1126,0,1.564,2.9802,0,1.5208,2.8512,0,1.4762,2.7256,0,1.4318,2.6034,0,1.3873,2.4846,0,1.3417,2.3682,0,1.2949,2.2563,0,1.258,2.1604,0,1.2212,2.0724,0,1.1873,1.9936,0,1.1544,1.9217,0,1.1223,1.8589,0,1.0913,1.803,0,1.062,1.7561,0,1.0339,1.7173,0,1.354,1.3063,0,1.419,1.3063,0,1.557,1.304,0,1.6319,1.3017,0,1.7899,1.2948,0,1.9608,1.2857,0,1.9608,0.918,0,-0.0011,0.9409,0,-0.0011,1.3063,0,0.3687,1.3063,0,0.4255,1.3782,0,0.4792,1.4524,0,0.5296,1.5278,0,0.5752,1.6066,0,0.6174,1.6876,0,0.6566,1.7698,0,0.6911,1.8555,0,0.7227,1.9434,0,1.354,3.6162,0,1.4008,3.7886,0,1.4475,3.9565,0,1.4962,4.1186,0,1.5436,4.2762,0,1.5927,4.4292,0,1.6418,4.5765,0,1.691,4.7192,0,1.7408,4.8574,0,2.2802,6.8202,0,2.5412,7.4996,0,2.5921,7.7702,0,2.5921,7.954,0 + +[039c] Μ +PLC 1.3658,7.954,0,1.4425,7.8398,0,1.5227,7.7028,0,1.608,7.5429,0,1.6971,7.3591,0,1.7906,7.1536,0,1.889,6.9252,0,1.9919,6.6729,0,2.1967,6.1488,0,2.2904,5.9033,0,2.3805,5.6601,0,2.4635,5.4214,0,2.5419,5.1851,0,2.615,4.9533,0,2.6835,4.7238,0,2.7478,4.4977,0,2.8356,4.2396,0,2.8801,4.114,0,2.9245,3.9907,0,3.0124,3.7532,0,3.3786,2.8135,0,3.3809,2.7244,0,3.3821,2.6388,0,3.3845,2.5566,0,3.3868,2.4058,0,3.3868,2.2711,0,3.388,2.2095,0,3.4465,2.2095,0,3.526,2.3213,0,3.6051,2.4538,0,3.6817,2.6057,0,3.7577,2.7758,0,3.8338,2.9665,0,3.9075,3.1766,0,3.9813,3.4061,0,4.0526,3.6561,0,4.1193,3.9131,0,4.1872,4.1677,0,4.2586,4.42,0,4.3312,4.6701,0,4.4055,4.9167,0,4.4833,5.1611,0,4.5617,5.402,0,4.6424,5.6407,0,5.0473,7.1833,0,5.0859,7.2826,0,5.1175,7.3808,0,5.1433,7.4779,0,5.1655,7.5738,0,5.1807,7.6697,0,5.1924,7.7633,0,5.1982,7.857,0,5.1994,7.9483,0,6.6891,7.9277,0,6.6891,7.5601,0,6.3194,7.5601,0,5.9823,7.1285,0,5.9823,1.723,0,6.3194,1.2811,0,6.3521,1.28,0,6.3883,1.28,0,6.5229,1.2731,0,6.575,1.2686,0,6.6305,1.2651,0,6.6891,1.2606,0,6.6891,0.8838,0,4.4914,0.9066,0,4.4914,1.2811,0,5.0976,1.2811,0,5.4346,1.723,0,5.4265,6.6535,0,5.2743,6.6535,0,5.2743,6.5872,0,5.2732,6.521,0,5.2685,6.4548,0,5.2597,6.3897,0,5.2485,6.3258,0,5.2346,6.2618,0,5.2182,6.199,0,5.1994,6.1362,0,5.1661,6.0403,0,5.135,5.9489,0,5.1069,5.8599,0,5.0812,5.7754,0,5.0566,5.6932,0,5.0146,5.5402,0,4.9958,5.4682,0,4.9086,5.1965,0,4.8237,4.9316,0,4.7425,4.6724,0,4.6659,4.4212,0,4.5926,4.1768,0,4.5243,3.9382,0,4.4593,3.7075,0,4.3984,3.4837,0,4.3557,3.3102,0,4.3118,3.1435,0,4.2668,2.9813,0,4.2199,2.8249,0,4.1714,2.6742,0,4.1223,2.528,0,4.0708,2.3876,0,4.0199,2.2528,0,3.6326,1.2606,0,3.6302,1.1658,0,3.6231,1.0722,0,3.6185,1.0254,0,3.6126,0.9774,0,3.6068,0.9306,0,3.5986,0.8838,0,3.4465,0.8838,0,3.378,0.9854,0,3.3108,1.0939,0,3.2441,1.2103,0,3.1791,1.3325,0,3.1153,1.4627,0,3.0533,1.6009,0,2.9936,1.7447,0,2.9328,1.8966,0,2.8467,2.1181,0,2.7631,2.3362,0,2.6847,2.5509,0,2.611,2.7609,0,2.5395,2.9676,0,2.474,3.1697,0,2.4108,3.3695,0,2.3512,3.5648,0,2.3044,3.7247,0,2.2552,3.8822,0,2.2037,4.0398,0,2.1516,4.1962,0,2.0973,4.3504,0,2.0411,4.5045,0,1.9825,4.6564,0,1.9223,4.8071,0,1.8304,5.0515,0,1.7438,5.2878,0,1.6631,5.5185,0,1.5876,5.7411,0,1.5179,5.9569,0,1.4524,6.1648,0,1.3951,6.3669,0,1.3413,6.561,0,1.3068,6.6603,0,1.2769,6.7574,0,1.2512,6.8533,0,1.229,6.9458,0,1.2114,7.0348,0,1.1967,7.1228,0,1.1868,7.2084,0,1.181,7.2906,0,1.0288,7.2906,0,1.0288,1.7675,0,1.3658,1.3359,0,1.4314,1.3359,0,1.4993,1.3348,0,1.8023,1.3245,0,1.972,1.3154,0,1.972,0.9477,0,-0.0009,0.9706,0,-0.0009,1.3359,0,0.3688,1.3359,0,0.7058,1.7675,0,0.7058,7.1616,0,0.3688,7.5806,0,0.3373,7.5783,0,0.2624,7.5783,0,0.2167,7.5806,0,0.1693,7.584,0,0.1173,7.5886,0,0.0599,7.5943,0,-0.0009,7.6012,0,-0.0009,7.954,0 + +[039d] Ν +PLC 1.3596,7.954,0,1.4158,7.8809,0,1.4696,7.8067,0,1.5211,7.7314,0,1.5691,7.656,0,1.6152,7.5795,0,1.6603,7.5007,0,1.7001,7.4219,0,1.7411,7.3431,0,1.761,7.286,0,1.8019,7.1844,0,1.8212,7.1399,0,1.84,7.0988,0,1.8756,7.0291,0,1.892,7.0006,0,1.9412,6.9309,0,1.9891,6.8556,0,2.036,6.7745,0,2.0816,6.69,0,2.1255,6.5998,0,2.1705,6.5039,0,2.2138,6.4034,0,2.2572,6.2983,0,2.2846,6.2458,0,2.3121,6.1956,0,2.339,6.1488,0,2.3952,6.062,0,2.4221,6.0232,0,2.4502,5.9866,0,2.4772,5.9535,0,2.514,5.8804,0,2.5485,5.8142,0,2.6889,5.5333,0,2.7311,5.4226,0,2.7497,5.3735,0,2.7697,5.3278,0,2.7883,5.2867,0,2.8059,5.2501,0,2.8247,5.217,0,2.8416,5.1885,0,2.8937,5.1108,0,2.9452,5.0286,0,2.9961,4.9419,0,3.0447,4.8505,0,3.0927,4.7557,0,3.1394,4.6552,0,3.1863,4.5513,0,3.2307,4.4429,0,3.4858,3.7954,0,3.6719,3.5157,0,3.7117,3.4403,0,3.7497,3.3661,0,3.7866,3.2908,0,3.82,3.2165,0,3.8533,3.1423,0,3.8849,3.0692,0,3.9141,2.995,0,3.9434,2.9219,0,3.9761,2.8671,0,4.0113,2.8135,0,4.044,2.7632,0,4.0774,2.7141,0,4.1095,2.6685,0,4.1739,2.5828,0,4.2055,2.544,0,4.2646,2.544,0,4.2646,7.1616,0,3.9276,7.5806,0,3.8966,7.5783,0,3.82,7.5783,0,3.776,7.5806,0,3.7281,7.584,0,3.6748,7.5886,0,3.618,7.5943,0,3.5578,7.6012,0,3.5578,7.777,0,3.5818,7.954,0,5.2949,7.9335,0,5.2949,7.5806,0,4.9252,7.5806,0,4.5882,7.1616,0,4.5882,0.6451,0,4.2646,0.6451,0,4.2646,1.1201,0,4.1879,1.2252,0,4.1143,1.3348,0,4.0404,1.4478,0,3.9703,1.5654,0,3.9036,1.6888,0,3.8386,1.8155,0,3.776,1.9457,0,3.7164,2.0816,0,3.6859,2.1318,0,3.6567,2.1798,0,3.6274,2.2254,0,3.597,2.27,0,3.5677,2.3122,0,3.5093,2.391,0,3.48,2.4264,0,3.422,2.5063,0,3.3659,2.5863,0,3.3127,2.6685,0,3.2588,2.7529,0,3.2109,2.8386,0,3.1628,2.9254,0,3.1172,3.0144,0,3.0739,3.1046,0,3.0072,3.2828,0,2.9394,3.4563,0,2.8668,3.623,0,2.7942,3.7852,0,2.717,3.9416,0,2.6386,4.0923,0,2.5566,4.2385,0,2.4736,4.3789,0,2.1448,5.1759,0,2.1161,5.2536,0,2.0875,5.3267,0,2.0552,5.3963,0,2.0208,5.4625,0,1.9851,5.5265,0,1.9477,5.5858,0,1.9073,5.6418,0,1.8663,5.6943,0,1.8352,5.7548,0,1.8031,5.8165,0,1.7416,5.9455,0,1.7118,6.0129,0,1.6814,6.0814,0,1.6217,6.2241,0,1.5948,6.2812,0,1.5597,6.3452,0,1.5176,6.4148,0,1.4684,6.4913,0,1.4093,6.5735,0,1.3443,6.6626,0,1.2718,6.7574,0,1.1899,6.859,0,1.1829,7.2906,0,1.0308,7.2906,0,1.0308,1.7675,0,1.3671,1.3359,0,1.4005,1.3359,0,1.438,1.3348,0,1.6241,1.3245,0,1.7388,1.3154,0,1.7388,1.1327,0,1.713,0.9477,0,-0.0002,0.9706,0,-0.0002,1.3359,0,0.3708,1.3359,0,0.7072,1.7675,0,0.7072,7.1616,0,0.3708,7.5806,0,0.338,7.5783,0,0.2631,7.5783,0,0.2186,7.5806,0,0.1695,7.584,0,0.1174,7.5886,0,0.0613,7.5943,0,-0.0002,7.6012,0,-0.0002,7.954,0 + +[039e] Ξ +PLC 4.5854,7.6217,0,4.4579,7.0006,0,4.431,6.9229,0,4.4064,6.8453,0,4.3859,6.7676,0,4.37,6.69,0,4.3578,6.6124,0,4.3484,6.5336,0,4.3431,6.4559,0,4.3409,6.3783,0,4.3409,6.0529,0,4.0179,6.0529,0,4.0179,6.9595,0,0.9034,6.9595,0,0.5681,6.5279,0,0.5681,6.0529,0,0.2434,6.0529,0,0.2434,6.7003,0,0.4804,7.3214,0,0.4804,7.6217,0 +PLC 1.2773,5.523,0,1.2773,4.8608,0,3.5638,4.8608,0,3.5638,5.4648,0,3.8757,5.4545,0,3.8757,5.3358,0,3.8739,5.2205,0,3.8669,5.1097,0,3.8569,5.0035,0,3.8435,4.9019,0,3.8271,4.8048,0,3.806,4.7112,0,3.7492,4.4897,0,3.7207,4.3584,0,3.6972,4.2282,0,3.6761,4.0992,0,3.6603,3.9713,0,3.6492,3.8445,0,3.6417,3.7189,0,3.6399,3.5933,0,3.3169,3.5933,0,3.3169,4.1974,0,1.0525,4.1974,0,1.0525,3.5933,0,0.7296,3.6059,0,0.7302,3.7224,0,0.7349,3.8366,0,0.7424,3.9473,0,0.7519,4.0546,0,0.7658,4.1586,0,0.7816,4.259,0,0.7998,4.3572,0,0.822,4.452,0,0.8583,4.589,0,0.8876,4.726,0,0.9127,4.8608,0,0.9333,4.9955,0,0.9496,5.1291,0,0.9595,5.2616,0,0.9648,5.3929,0,0.9648,5.523,0 +PLC 0.5681,2.7838,0,0.5681,1.8783,0,3.6809,1.8783,0,4.0179,2.3099,0,4.0179,2.7838,0,4.3297,2.7838,0,4.3203,2.1158,0,4.1524,1.691,0,4.1395,1.6614,0,4.129,1.6225,0,4.1197,1.5757,0,4.1126,1.5209,0,4.105,1.457,0,4.0997,1.385,0,4.0928,1.2149,0,-0.0006,1.2149,0,0.1264,1.8463,0,0.1562,1.9194,0,0.1808,1.9936,0,0.2012,2.069,0,0.2194,2.1455,0,0.2311,2.2231,0,0.2404,2.3008,0,0.2434,2.3807,0,0.2434,2.7838,0 + +[039f] Ο +PLC 2.7794,7.954,0,2.8344,7.9529,0,2.8847,7.9506,0,2.9338,7.946,0,2.9766,7.9403,0,3.018,7.9323,0,3.0544,7.9232,0,3.0871,7.9129,0,3.1164,7.9003,0,3.9238,7.5532,0,3.9905,7.5053,0,4.0491,7.4607,0,4.1028,7.4185,0,4.1473,7.3785,0,4.1859,7.342,0,4.2176,7.3089,0,4.2444,7.278,0,4.2608,7.2495,0,4.3685,7.1011,0,4.4744,6.9378,0,4.578,6.7608,0,4.6822,6.569,0,4.7851,6.3623,0,4.8869,6.1408,0,4.9875,5.9044,0,5.087,5.6543,0,5.2561,5.2216,0,5.2561,3.639,0,4.7675,2.3579,0,4.7325,2.2837,0,4.6903,2.2037,0,4.6388,2.1158,0,4.5802,2.0222,0,4.5113,1.9217,0,4.4329,1.8132,0,4.348,1.699,0,4.2538,1.578,0,4.0256,1.3599,0,3.9636,1.3211,0,3.9004,1.2834,0,3.8384,1.2492,0,3.777,1.2172,0,3.7161,1.1875,0,3.6558,1.159,0,3.5962,1.1338,0,3.5376,1.1121,0,3.0063,0.8838,0,2.4523,0.8838,0,2.392,0.8872,0,2.3306,0.8952,0,2.268,0.9089,0,2.2025,0.9249,0,2.1346,0.9466,0,2.0667,0.9728,0,1.9954,1.0025,0,1.8946,1.0425,0,1.7923,1.0847,0,1.6887,1.1304,0,1.5863,1.1795,0,1.4805,1.2309,0,1.3757,1.2857,0,1.2698,1.3439,0,1.1621,1.4045,0,0.6484,2.0542,0,0.6157,2.1227,0,0.5853,2.1877,0,0.4846,2.4047,0,0.446,2.4892,0,0.0084,3.6265,0,-0.0005,5.1782,0,0.4629,6.392,0,0.4998,6.4753,0,0.5425,6.561,0,0.591,6.6512,0,0.6461,6.7448,0,0.7063,6.8407,0,0.7736,6.9412,0,0.8468,7.044,0,0.9263,7.1513,0,1.0013,7.2347,0,1.0884,7.3169,0,1.1879,7.3968,0,1.2967,7.4767,0,1.4178,7.5544,0,1.5518,7.6309,0,1.697,7.7062,0,1.8532,7.7793,0,2.2574,7.954,0 +PLC 1.7086,7.1696,0,1.6407,7.1285,0,1.574,7.0828,0,1.5108,7.0348,0,1.4488,6.9823,0,1.388,6.9275,0,1.3295,6.8693,0,1.2756,6.8076,0,1.2213,6.7425,0,1.1726,6.6455,0,1.1247,6.5416,0,1.0762,6.4319,0,1.0293,6.3166,0,0.9819,6.1944,0,0.9352,6.0654,0,0.8883,5.9307,0,0.8421,5.7891,0,0.5712,4.7603,0,0.556,4.5582,0,0.5595,4.4372,0,0.5706,4.3024,0,0.5894,4.154,0,0.6145,3.9941,0,0.6473,3.8194,0,0.6882,3.6333,0,0.7362,3.4335,0,0.7912,3.2211,0,0.8609,2.995,0,0.9316,2.7838,0,1.0065,2.5885,0,1.0849,2.407,0,1.1645,2.2403,0,1.2476,2.0873,0,1.3342,1.9502,0,1.4231,1.8281,0,1.5015,1.7835,0,1.5787,1.7413,0,1.6572,1.7013,0,1.7362,1.6625,0,1.8163,1.626,0,1.8952,1.5917,0,1.9748,1.5597,0,2.055,1.5289,0,2.1639,1.4821,0,2.2651,1.4398,0,2.3616,1.4056,0,2.4505,1.377,0,2.5336,1.3542,0,2.6114,1.3382,0,2.6811,1.3291,0,2.7465,1.3257,0,3.554,1.6671,0,3.6254,1.7025,0,3.6933,1.7436,0,3.7612,1.7915,0,3.8267,1.8452,0,3.8893,1.9046,0,3.9507,1.9697,0,4.0105,2.0405,0,4.0677,2.1181,0,4.1192,2.2277,0,4.1707,2.343,0,4.2198,2.4629,0,4.2685,2.5885,0,4.3152,2.7198,0,4.3604,2.8557,0,4.4042,2.9973,0,4.4469,3.1446,0,4.7079,4.1517,0,4.7085,4.283,0,4.7055,4.4109,0,4.6973,4.5365,0,4.6868,4.6564,0,4.6715,4.774,0,4.654,4.8882,0,4.6329,4.9978,0,4.6072,5.104,0,4.2784,6.2481,0,4.2374,6.3509,0,4.1918,6.4514,0,4.1438,6.5495,0,4.0911,6.6443,0,4.0362,6.7368,0,3.9764,6.8259,0,3.9133,6.9127,0,3.8489,6.9972,0,3.777,7.0394,0,3.7026,7.0805,0,3.6277,7.1205,0,3.5523,7.1593,0,3.4744,7.1958,0,3.396,7.2312,0,3.3153,7.2655,0,3.2334,7.2975,0,3.1123,7.3477,0,2.9994,7.3911,0,2.897,7.4276,0,2.8016,7.4584,0,2.7174,7.4813,0,2.6425,7.4984,0,2.5758,7.5087,0,2.5184,7.5121,0 + +[03a0] Π +PLC 5.2417,7.8866,0,5.2417,7.519,0,4.87,7.519,0,4.5331,7.0873,0,4.5331,1.6933,0,4.87,1.2617,0,4.904,1.2617,0,4.9415,1.2606,0,5.0257,1.256,0,5.0749,1.2537,0,5.1252,1.2503,0,5.2417,1.2412,0,5.2417,0.8735,0,3.2856,0.8963,0,3.2856,1.2617,0,3.6577,1.2617,0,3.9947,1.6933,0,3.9947,7.0873,0,3.6589,7.519,0,1.5812,7.519,0,1.2448,7.0873,0,1.2448,1.6933,0,1.5812,1.2617,0,1.6157,1.2617,0,1.6521,1.2606,0,1.8387,1.2503,0,1.9527,1.2412,0,1.9527,0.8735,0,-0.0008,0.8963,0,-0.0008,1.2617,0,0.3689,1.2617,0,0.7059,1.6933,0,0.7059,7.0873,0,0.3689,7.519,0,0.3368,7.5167,0,0.2612,7.5167,0,0.2174,7.519,0,0.1693,7.5224,0,0.1168,7.527,0,-0.0008,7.5407,0,-0.0008,7.9072,0 + +[03a1] Ρ +PLC 2.7457,7.954,0,2.816,7.9506,0,2.8891,7.9426,0,2.9657,7.9289,0,3.0441,7.9106,0,3.1261,7.8855,0,3.2091,7.8558,0,3.2964,7.8204,0,3.3853,7.7793,0,3.4889,7.7382,0,3.5895,7.6948,0,3.6877,7.6503,0,3.7814,7.6046,0,3.8726,7.5578,0,3.961,7.5087,0,4.0453,7.4596,0,4.1255,7.4082,0,4.1851,7.2872,0,4.2419,7.1627,0,4.2962,7.0371,0,4.3501,6.9081,0,4.401,6.7768,0,4.4519,6.6443,0,4.4999,6.5084,0,4.5479,6.3703,0,4.5502,6.1328,0,4.5491,6.0312,0,4.5455,5.9421,0,4.5414,5.8645,0,4.5368,5.7994,0,4.5303,5.7457,0,4.5227,5.7046,0,4.4683,5.5562,0,4.4156,5.4157,0,4.3665,5.2844,0,4.3162,5.1622,0,4.2693,5.0469,0,4.2225,4.9419,0,4.177,4.8437,0,4.1348,4.7557,0,4.0645,4.7055,0,3.9944,4.6587,0,3.9265,4.6164,0,3.8586,4.5776,0,3.7931,4.5422,0,3.7287,4.5114,0,3.6661,4.484,0,3.6047,4.46,0,3.0827,4.2408,0,2.8558,4.1974,0,1.2462,4.1974,0,1.2462,1.6945,0,1.5831,1.264,0,1.7862,1.2606,0,1.8599,1.2583,0,2.1027,1.248,0,2.1899,1.2423,0,2.1899,0.8746,0,-0.0007,0.8975,0,-0.0007,1.264,0,0.3708,1.264,0,0.7078,1.6945,0,0.7078,7.1239,0,0.3708,7.5601,0,0.3387,7.5578,0,0.3036,7.5578,0,0.2193,7.5601,0,0.1696,7.5635,0,0.0613,7.5749,0,-0.0007,7.5829,0,-0.0007,7.954,0 +PLC 1.2702,7.1182,0,1.2538,4.6393,0,2.6427,4.6393,0,2.7065,4.6381,0,2.7627,4.6393,0,2.8124,4.6427,0,2.8522,4.6495,0,2.8873,4.6587,0,2.9142,4.6712,0,2.9342,4.6861,0,2.9453,4.7032,0,3.0992,4.7991,0,3.2354,4.8962,0,3.359,4.9932,0,3.4655,5.0914,0,3.5584,5.1908,0,3.6362,5.2901,0,3.6983,5.3895,0,3.7457,5.4911,0,3.9897,6.086,0,3.7124,6.7562,0,3.6754,6.8304,0,3.634,6.9001,0,3.5895,6.9629,0,3.5415,7.0223,0,3.49,7.0748,0,3.4368,7.1228,0,3.3776,7.1661,0,3.3168,7.2027,0,2.8283,7.5121,0,1.5815,7.5121,0 + +[03a3] Σ +PLC 4.5573,7.8695,0,4.5579,7.7862,0,4.5638,7.7062,0,4.5732,7.6286,0,4.586,7.5532,0,4.6024,7.4801,0,4.6229,7.4094,0,4.647,7.3408,0,4.6744,7.2757,0,4.7042,7.1958,0,4.7306,7.1205,0,4.7522,7.0485,0,4.7686,6.9789,0,4.7821,6.9138,0,4.7914,6.851,0,4.7961,6.7928,0,4.7943,6.7368,0,4.7943,5.9912,0,4.4807,5.9912,0,4.4807,6.0768,0,4.4767,6.1602,0,4.4672,6.2413,0,4.4549,6.32,0,4.4386,6.3977,0,4.4175,6.473,0,4.3924,6.5461,0,4.3626,6.6181,0,4.3139,6.7494,0,4.2613,6.875,0,4.207,6.9949,0,4.1519,7.1079,0,4.0945,7.2152,0,4.0337,7.3169,0,3.9723,7.4116,0,3.9085,7.5018,0,1.0192,7.4916,0,1.0192,7.4151,0,3.1584,4.6758,0,0.7829,1.6328,0,0.7911,1.546,0,4.1438,1.546,0,4.1999,1.6214,0,4.2519,1.7036,0,4.3017,1.7938,0,4.3485,1.892,0,4.3918,1.9982,0,4.4327,2.1135,0,4.4702,2.2357,0,4.5058,2.3659,0,4.6072,2.6959,0,4.6323,2.7735,0,4.6575,2.8489,0,4.6826,2.9219,0,4.7078,2.9927,0,4.7119,3.0807,0,4.7153,3.2165,0,4.7153,3.2634,0,4.7171,3.3113,0,4.7171,3.3593,0,5.0401,3.3593,0,5.0401,2.5611,0,5.0377,2.4732,0,5.0319,2.383,0,5.0214,2.2894,0,5.0068,2.1923,0,4.9886,2.0918,0,4.9652,1.9891,0,4.9395,1.8829,0,4.9084,1.7744,0,4.8833,1.6796,0,4.8616,1.5906,0,4.8435,1.5084,0,4.8278,1.433,0,4.8149,1.3633,0,4.806,1.3005,0,4.7991,1.2446,0,4.7943,1.1944,0,4.7779,0.8838,0,0,0.8838,0,0,1.3805,0,2.358,4.4166,0,2.358,4.653,0,0,7.6857,0,0,7.8901,0 + +[03a4] Τ +PLC 4.7962,7.954,0,4.7962,6.0015,0,4.4908,6.014,0,4.4908,6.0905,0,4.4891,6.1636,0,4.4839,6.2333,0,4.4756,6.2995,0,4.4657,6.3623,0,4.4516,6.4217,0,4.4346,6.4787,0,4.4148,6.5313,0,4.258,6.9629,0,4.258,7.2095,0,4.2035,7.2095,0,4.148,7.2152,0,4.0918,7.2266,0,4.0356,7.2426,0,3.9795,7.2643,0,3.9227,7.2917,0,3.8648,7.3237,0,3.7589,7.3922,0,3.6746,7.4436,0,3.6378,7.4642,0,3.6045,7.4813,0,3.5764,7.495,0,3.5524,7.5053,0,3.5312,7.5121,0,2.6946,7.5121,0,2.6946,1.6865,0,3.0328,1.2549,0,3.5687,1.2549,0,3.6728,1.2503,0,3.7197,1.2469,0,3.8039,1.2377,0,3.8402,1.2309,0,3.8742,1.2241,0,3.8742,0.8667,0,0.9755,0.8883,0,0.9755,1.2549,0,1.8181,1.2549,0,2.1551,1.6865,0,2.1551,7.5121,0,1.4653,7.5121,0,1.4098,7.5098,0,1.3547,7.5018,0,1.3009,7.4904,0,1.2453,7.4744,0,1.1921,7.4527,0,1.1377,7.4276,0,1.0832,7.3968,0,1.0306,7.3614,0,0.9785,7.3283,0,0.8866,7.2746,0,0.8177,7.2369,0,0.7907,7.2232,0,0.7672,7.2152,0,0.7492,7.2095,0,0.5613,7.189,0,0.5613,7.1216,0,0.5573,7.0531,0,0.5484,6.9857,0,0.5367,6.9172,0,0.5192,6.8476,0,0.4969,6.7779,0,0.4724,6.7083,0,0.4432,6.6386,0,0.3975,6.513,0,0.3232,6.3155,0,0.3232,6.0015,0,-0.0004,6.0015,0,-0.0004,7.954,0 + +[03a5] Υ +PLC 1.5919,7.954,0,2.1992,7.1764,0,2.1992,6.4434,0,2.5953,6.4434,0,2.5953,7.1764,0,3.202,7.954,0,3.9533,7.954,0,4.065,7.8147,0,4.168,7.6777,0,4.2634,7.5441,0,4.3511,7.4116,0,4.4307,7.2803,0,4.501,7.1524,0,4.5642,7.0268,0,4.6192,6.9024,0,4.6624,6.7905,0,4.6999,6.6866,0,4.7303,6.5907,0,4.7561,6.5016,0,4.7759,6.4205,0,4.7876,6.3474,0,4.7947,6.2824,0,4.7959,6.2241,0,4.7959,5.4785,0,4.4729,5.4785,0,4.4729,6.255,0,4.0089,6.859,0,4.0089,7.2906,0,3.4876,7.2906,0,3.367,7.1285,0,3.2523,6.9595,0,3.1436,6.7836,0,3.0406,6.6009,0,2.9458,6.4114,0,2.8545,6.2161,0,2.7715,6.0129,0,2.6936,5.8028,0,2.6936,1.7675,0,3.0307,1.3359,0,3.0944,1.3359,0,3.1634,1.3348,0,3.4665,1.3245,0,3.6374,1.3154,0,3.6374,0.9477,0,1.2104,0.9706,0,1.2104,1.3359,0,1.8182,1.3359,0,2.1553,1.7904,0,2.1553,5.6247,0,2.1507,5.6943,0,2.1412,5.764,0,2.1277,5.8325,0,2.1114,5.901,0,2.0903,5.9695,0,2.0646,6.038,0,2.0354,6.1054,0,1.9733,6.2607,0,1.9043,6.4137,0,1.8295,6.5644,0,1.7451,6.714,0,1.6539,6.8613,0,1.5556,7.0063,0,1.4491,7.1501,0,1.3362,7.2906,0,0.7996,7.2906,0,0.7996,6.859,0,0.3221,6.255,0,0.3221,5.4785,0,-0.0008,5.4785,0,-0.0008,6.159,0,0.0015,6.2344,0,0.0068,6.3086,0,0.0156,6.384,0,0.0285,6.4582,0,0.0449,6.5324,0,0.0659,6.6055,0,0.0905,6.6797,0,0.1174,6.7528,0,0.1841,6.9069,0,0.2566,7.06,0,0.3374,7.2129,0,0.4239,7.3637,0,0.5176,7.5133,0,0.62,7.6606,0,0.7271,7.8079,0,0.8417,7.954,0 + +[03a6] Φ +PLC 3.3684,7.9255,0,3.3684,7.5589,0,2.998,7.5589,0,2.661,7.1273,0,2.6616,7.0862,0,2.6616,7.0428,0,2.6627,6.9972,0,2.6704,6.8487,0,2.6727,6.7939,0,2.6773,6.738,0,2.7739,6.738,0,2.9371,6.7311,0,3.005,6.7243,0,3.0635,6.7174,0,3.1139,6.7071,0,3.1548,6.6957,0,3.1858,6.6832,0,4.0536,6.1054,0,4.1314,6.0449,0,4.2062,5.9684,0,4.2823,5.8747,0,4.356,5.7663,0,4.4304,5.6418,0,4.5023,5.5013,0,4.5742,5.3449,0,4.6463,5.1725,0,4.6744,5.0891,0,4.6995,5.0058,0,4.7223,4.9213,0,4.7381,4.8368,0,4.7504,4.7523,0,4.7597,4.6678,0,4.7627,4.5822,0,4.7627,3.9074,0,4.6726,3.6607,0,4.5848,3.4381,0,4.4993,3.2428,0,4.4169,3.0727,0,4.3367,2.9299,0,4.2589,2.8123,0,4.184,2.7198,0,4.112,2.6548,0,3.129,1.9982,0,3.0607,1.9959,0,2.9951,1.9948,0,2.9331,1.9925,0,2.7617,1.9891,0,2.7096,1.9891,0,2.661,1.9879,0,2.661,1.5997,0,2.998,1.1681,0,3.0314,1.1681,0,3.1092,1.1658,0,3.1542,1.1635,0,3.3092,1.1521,0,3.3684,1.1475,0,3.3684,0.7799,0,1.4147,0.8027,0,1.4147,1.1681,0,1.7845,1.1681,0,2.1215,1.5997,0,2.1215,1.9879,0,1.6844,1.9879,0,0.8495,2.5223,0,0.7436,2.6011,0,0.6442,2.6902,0,0.5505,2.7895,0,0.4628,2.8968,0,0.3814,3.0144,0,0.3072,3.1412,0,0.2387,3.2771,0,0.1761,3.4232,0,0.1351,3.5363,0,0.0994,3.6425,0,0.0684,3.7406,0,0.0432,3.832,0,0.0246,3.9153,0,0.0105,3.9918,0,0.0028,4.0615,0,-0.0006,4.1232,0,-0.0006,4.7135,0,0.0585,5.0138,0,0.0994,5.1234,0,0.1778,5.3244,0,0.2165,5.418,0,0.2866,5.5881,0,0.3533,5.7377,0,0.3814,5.7845,0,0.4143,5.8302,0,0.4487,5.8747,0,0.485,5.9181,0,0.5266,5.9615,0,0.5704,6.0026,0,0.6161,6.0437,0,0.6646,6.0825,0,1.6581,6.738,0,2.1215,6.738,0,2.1215,7.1273,0,1.7845,7.5589,0,1.7535,7.5566,0,1.7173,7.5555,0,1.6781,7.5566,0,1.6329,7.5589,0,1.585,7.5624,0,1.5329,7.5669,0,1.4147,7.5806,0,1.4147,7.9471,0 +PLC 1.7313,6.1693,0,1.5569,6.0403,0,1.3971,5.9101,0,1.2509,5.7788,0,1.1181,5.6464,0,0.9999,5.5116,0,0.8969,5.3769,0,0.8074,5.2399,0,0.547,4.5502,0,0.5458,4.4748,0,0.5505,4.3949,0,0.5628,4.3104,0,0.5804,4.2202,0,0.6038,4.1266,0,0.6347,4.0284,0,0.6723,3.9245,0,0.7143,3.816,0,0.7699,3.6824,0,0.8279,3.5534,0,0.8893,3.4323,0,0.9561,3.317,0,1.0244,3.2086,0,1.0976,3.1058,0,1.1743,3.0099,0,1.2539,2.9208,0,1.4727,2.7689,0,1.9027,2.4892,0,2.0888,2.4789,0,2.0963,6.2961,0,1.9191,6.2961,0 +PLC 2.6662,2.4298,0,2.7195,2.431,0,2.7692,2.4332,0,2.8114,2.4378,0,2.8488,2.4435,0,2.881,2.4515,0,2.9068,2.4618,0,2.9296,2.4721,0,2.9436,2.4858,0,3.1221,2.6079,0,3.287,2.737,0,3.4385,2.8706,0,3.5755,3.0099,0,3.6989,3.1537,0,3.8096,3.3045,0,3.9049,3.4598,0,3.988,3.6207,0,4.2244,4.2328,0,4.2244,4.3104,0,4.2215,4.3801,0,4.2185,4.4417,0,4.2138,4.4943,0,4.208,4.5399,0,4.2009,4.5765,0,4.1916,4.605,0,4.1811,4.6256,0,4.0799,4.8699,0,3.9722,5.096,0,3.8599,5.3027,0,3.7393,5.4911,0,3.6159,5.6601,0,3.4837,5.8108,0,3.3467,5.9432,0,3.2057,6.0563,0,2.8266,6.2961,0,2.6662,6.2961,0 + +[03a7] Χ +PLC 2.4348,7.8866,0,2.4348,7.519,0,2.0639,7.519,0,1.7444,7.1091,0,2.2411,6.473,0,2.2815,6.3954,0,2.3189,6.3178,0,2.354,6.2413,0,2.388,6.1659,0,2.4219,6.0905,0,2.4536,6.0152,0,2.5108,5.869,0,2.5829,5.7548,0,2.6162,5.7012,0,2.6864,5.6018,0,2.7203,5.5562,0,2.7554,5.5116,0,2.7888,5.4694,0,2.9906,5.2216,0,3.1065,5.37,0,3.2142,5.5196,0,3.3124,5.6692,0,3.4013,5.8199,0,3.4821,5.9718,0,3.5546,6.1237,0,3.6178,6.2766,0,3.6734,6.4297,0,3.8507,6.851,0,4.0017,7.1091,0,3.6734,7.519,0,3.6425,7.5167,0,3.5657,7.5167,0,3.5219,7.519,0,3.4728,7.5224,0,3.4207,7.527,0,3.3031,7.5407,0,3.3031,7.9072,0,5.2649,7.8866,0,5.2649,7.519,0,4.8952,7.519,0,4.2632,6.7105,0,4.2211,6.6261,0,4.179,6.537,0,4.1374,6.4456,0,4.0964,6.352,0,4.0556,6.255,0,3.9736,6.0506,0,3.935,5.9444,0,3.8823,5.8142,0,3.8238,5.6852,0,3.7606,5.5607,0,3.695,5.4374,0,3.6225,5.3175,0,3.5465,5.1999,0,3.4657,5.0846,0,3.3786,4.9727,0,3.3791,4.9487,0,3.3849,4.9144,0,3.3956,4.8688,0,3.4119,4.8117,0,3.4348,4.7443,0,3.4611,4.6667,0,3.4926,4.5776,0,3.5301,4.4771,0,3.5827,4.3424,0,3.6366,4.2145,0,3.695,4.0935,0,3.7548,3.9781,0,3.8191,3.8697,0,3.8847,3.7669,0,3.9548,3.671,0,4.0275,3.5819,0,4.1281,3.4461,0,4.2211,3.3147,0,4.3053,3.188,0,4.3831,3.0658,0,4.451,2.9482,0,4.5119,2.8352,0,4.5634,2.7267,0,4.6091,2.6216,0,4.6382,2.5588,0,4.6699,2.5006,0,4.7003,2.4458,0,4.7307,2.3956,0,4.76,2.3488,0,4.7881,2.3065,0,4.8156,2.2677,0,4.8436,2.2334,0,5.6025,1.2617,0,5.6353,1.2617,0,5.6721,1.2606,0,5.8588,1.2503,0,5.9723,1.2412,0,5.9723,0.8735,0,3.7746,0.8963,0,3.7746,1.2617,0,4.4815,1.2743,0,4.4815,1.3485,0,4.4124,1.4398,0,4.3457,1.5312,0,4.2825,1.6237,0,4.2229,1.715,0,4.1655,1.8064,0,4.1134,1.8989,0,4.0649,1.9902,0,4.0192,2.0816,0,3.9877,2.1626,0,3.949,2.2505,0,3.8987,2.3442,0,3.839,2.4435,0,3.7712,2.5486,0,3.6916,2.6605,0,3.6033,2.7781,0,3.5049,2.9014,0,3.475,2.9596,0,3.3978,3.1172,0,3.3738,3.1652,0,3.3522,3.2097,0,3.3312,3.2508,0,3.3112,3.2896,0,3.2803,3.3753,0,3.2445,3.4575,0,3.2059,3.5363,0,3.1639,3.6139,0,3.1182,3.6881,0,3.0679,3.7589,0,3.014,3.8274,0,2.9573,3.8937,0,2.6718,3.8937,0,2.6718,3.462,0,2.536,3.2919,0,2.4138,3.1298,0,2.3037,2.9768,0,2.2054,2.8318,0,2.12,2.6959,0,2.0474,2.5691,0,1.9866,2.4504,0,1.9386,2.3408,0,1.907,2.2723,0,1.8462,2.1501,0,1.8158,2.0964,0,1.7584,1.9993,0,1.7304,1.9582,0,1.7023,1.9206,0,1.508,1.6728,0,1.8292,1.2617,0,1.8619,1.2617,0,1.8989,1.2606,0,1.9843,1.256,0,2.0334,1.2537,0,2.0849,1.2503,0,2.199,1.2412,0,2.199,0.8735,0,0.0008,0.8963,0,0.0008,1.2617,0,0.6076,1.2617,0,1.3571,2.2231,0,1.4096,2.2962,0,1.4611,2.3727,0,1.508,2.4504,0,1.553,2.5303,0,1.5952,2.6114,0,1.6332,2.6959,0,1.6694,2.7826,0,1.7023,2.8706,0,1.7432,2.9459,0,1.7876,3.0224,0,1.8345,3.0989,0,1.8837,3.1754,0,1.9351,3.2519,0,1.9901,3.3296,0,2.0474,3.4072,0,2.106,3.4849,0,2.1469,3.5397,0,2.1832,3.5922,0,2.2148,3.6425,0,2.2441,3.6893,0,2.2674,3.7338,0,2.2879,3.776,0,2.3049,3.8149,0,2.3178,3.8503,0,2.3926,4.0307,0,2.4284,4.1083,0,2.4629,4.1802,0,2.4944,4.2442,0,2.5249,4.3001,0,2.5518,4.3492,0,2.5781,4.3915,0,2.505,4.492,0,2.4336,4.5936,0,2.3675,4.6975,0,2.3049,4.8037,0,2.2458,4.911,0,2.1896,5.0206,0,2.1381,5.1314,0,2.0908,5.2433,0,2.0603,5.3015,0,2.0304,5.3563,0,2.0019,5.4077,0,1.9714,5.4557,0,1.9415,5.5013,0,1.9134,5.5436,0,1.8837,5.5836,0,1.8532,5.6201,0,1.8217,5.6806,0,1.7619,5.8062,0,1.7316,5.8713,0,1.7023,5.9387,0,1.6742,6.0072,0,1.6449,6.078,0,1.618,6.1499,0,1.5852,6.2127,0,1.5512,6.2721,0,1.5197,6.3269,0,1.4875,6.3794,0,1.4565,6.4274,0,1.4261,6.4708,0,1.3945,6.5119,0,1.3652,6.5484,0,0.6076,7.519,0,0.5765,7.5167,0,0.4999,7.5167,0,0.4571,7.519,0,0.4068,7.5224,0,0.3547,7.527,0,0.2371,7.5407,0,0.2371,7.9072,0 + +[03a8] Ψ +PLC 1.1172,7.954,0,1.4865,7.479,0,1.4865,4.6107,0,1.6445,4.2134,0,1.6931,4.0923,0,1.8317,3.7612,0,1.8739,3.6607,0,2.3109,3.1206,0,2.5877,3.1206,0,2.5877,7.5658,0,2.5315,7.5635,0,2.4765,7.5624,0,2.4192,7.5635,0,2.3606,7.5658,0,2.301,7.5692,0,2.2402,7.5738,0,2.1161,7.5875,0,2.1161,7.954,0,3.6121,7.9335,0,3.6121,7.5658,0,3.1394,7.5658,0,3.1575,3.1206,0,3.4349,3.1206,0,3.5495,3.2736,0,3.6561,3.4255,0,3.752,3.5762,0,3.8386,3.7258,0,3.9165,3.8731,0,3.9848,4.0193,0,4.0434,4.1643,0,4.0943,4.3081,0,4.1218,4.3835,0,4.1458,4.46,0,4.1662,4.5376,0,4.1814,4.6153,0,4.1931,4.6941,0,4.2002,4.7729,0,4.2048,4.8528,0,4.2048,7.479,0,4.5793,7.954,0,5.1007,7.954,0,5.7144,7.205,0,5.7144,6.3851,0,5.3914,6.3851,0,5.3914,6.859,0,5.0287,7.2906,0,4.7444,7.2906,0,4.7444,4.8973,0,4.745,4.7751,0,4.745,4.5662,0,4.7385,4.4018,0,4.7338,4.3367,0,4.7268,4.2819,0,4.7198,4.2396,0,4.4131,3.4506,0,4.3968,3.4118,0,4.3705,3.3695,0,4.3371,3.3239,0,4.2915,3.2759,0,4.2388,3.2245,0,4.1768,3.1697,0,4.1054,3.1126,0,4.0258,3.0521,0,3.587,2.7724,0,3.5191,2.7689,0,3.3939,2.7644,0,3.1739,2.7598,0,3.1254,2.7598,0,3.1254,1.7675,0,3.4547,1.3359,0,3.4876,1.3359,0,3.5238,1.3348,0,3.6075,1.3302,0,3.6543,1.3279,0,3.7058,1.3245,0,3.8181,1.3154,0,3.8181,0.9477,0,1.8802,0.9706,0,1.8802,1.3359,0,2.2507,1.3359,0,2.5877,1.7675,0,2.5877,2.7598,0,2.1283,2.7724,0,1.9464,2.89,0,1.7814,3.0133,0,1.6316,3.14,0,1.497,3.2725,0,1.38,3.4107,0,1.2794,3.5522,0,1.194,3.6995,0,1.1261,3.8503,0,1.0845,3.9599,0,1.0489,4.0626,0,1.019,4.1586,0,0.995,4.2465,0,0.9751,4.3275,0,0.9611,4.4018,0,0.9529,4.4691,0,0.9505,4.5296,0,0.9342,7.2906,0,0.6586,7.2906,0,0.3245,6.859,0,0.3245,6.3851,0,0.0004,6.3851,0,0.0004,7.205,0,0.6053,7.954,0 + +[03a9] Ω +PLC 2.5229,7.954,0,2.5668,7.9494,0,2.6083,7.9426,0,2.6463,7.9335,0,2.6821,7.9209,0,2.716,7.906,0,2.7464,7.8889,0,2.7756,7.8684,0,2.8013,7.8444,0,2.8821,7.7964,0,2.9593,7.7485,0,3.0986,7.6571,0,3.1629,7.6126,0,3.2239,7.5692,0,3.2799,7.527,0,3.3326,7.4859,0,3.5597,7.2461,0,3.6591,7.1136,0,3.7516,6.9834,0,3.8358,6.8556,0,3.9142,6.73,0,3.9833,6.6078,0,4.0459,6.4867,0,4.1021,6.3691,0,4.1494,6.2538,0,4.318,5.8188,0,4.3267,4.4737,0,4.3249,4.4052,0,4.3203,4.3401,0,4.3121,4.2762,0,4.3004,4.2145,0,4.2875,4.1551,0,4.27,4.098,0,4.2512,4.0421,0,4.1799,3.8605,0,4.1003,3.6801,0,4.0126,3.502,0,3.9154,3.3262,0,3.8118,3.1503,0,3.6989,2.9779,0,3.5784,2.8055,0,3.4508,2.6353,0,2.9114,1.9388,0,2.9114,1.546,0,4.0148,1.546,0,4.0148,2.4526,0,4.3267,2.4526,0,4.3098,0.8838,0,2.5884,0.8838,0,2.5884,2.3042,0,3.1361,3.0133,0,3.1981,3.1366,0,3.225,3.1926,0,3.2496,3.2451,0,3.2906,3.341,0,3.3069,3.3832,0,3.3209,3.4232,0,3.7586,4.5308,0,3.7633,4.6952,0,3.7657,4.9316,0,3.7657,5.0069,0,3.768,5.0823,0,3.768,5.1554,0,3.7657,5.2342,0,3.7621,5.3107,0,3.7528,5.3883,0,3.7375,5.4648,0,3.7182,5.5413,0,3.6948,5.6178,0,3.6662,5.6932,0,3.6334,5.7685,0,3.5245,6.054,0,3.4193,6.3075,0,3.3209,6.5301,0,3.2285,6.7208,0,3.1407,6.8795,0,3.0577,7.0074,0,2.9805,7.1033,0,2.9078,7.1684,0,2.3708,7.5121,0,2.2034,7.5098,0,2.1314,7.5075,0,2.0676,7.5041,0,1.9629,7.4938,0,1.9249,7.487,0,1.8927,7.479,0,1.3545,7.1353,0,1.3117,7.1011,0,1.2702,7.0611,0,1.2286,7.0154,0,1.1906,6.9663,0,1.1537,6.9115,0,1.1187,6.851,0,1.0836,6.7859,0,1.0519,6.7163,0,0.6646,5.7354,0,0.6365,5.6601,0,0.6131,5.5847,0,0.5921,5.5082,0,0.5769,5.4328,0,0.5634,5.3552,0,0.5535,5.2787,0,0.5488,5.201,0,0.5464,5.1234,0,0.5464,4.5742,0,1.1104,3.1229,0,1.1444,3.0692,0,1.1818,3.0121,0,1.224,2.9516,0,1.3217,2.8203,0,1.4346,2.673,0,1.4989,2.5942,0,1.726,2.3042,0,1.726,1.3462,0,1.7225,1.1407,0,1.7155,1.0254,0,1.706,0.926,0,1.7009,0.8838,0,0.0011,0.8838,0,0.0011,2.4526,0,0.324,2.4526,0,0.324,1.546,0,1.403,1.546,0,1.403,1.9388,0,0.626,2.9516,0,0.5686,3.0316,0,0.5149,3.1126,0,0.4604,3.196,0,0.4089,3.2816,0,0.3604,3.3684,0,0.3135,3.4563,0,0.2685,3.5465,0,0.2258,3.639,0,0.0678,4.0752,0,0.0011,4.3584,0,0.0011,5.6543,0,0.0596,5.9478,0,0.131,6.1237,0,0.1989,6.2869,0,0.2668,6.4377,0,0.3323,6.5747,0,0.3955,6.6991,0,0.4575,6.8099,0,0.5165,6.9081,0,0.5733,6.9937,0,0.6787,7.1205,0,0.7805,7.2369,0,0.8799,7.3431,0,0.9771,7.4413,0,1.073,7.5292,0,1.1642,7.608,0,1.2544,7.6765,0,1.3421,7.7359,0,1.6791,7.954,0 + +[03aa] Ϊ +PLC 3.9613,7.954,0,4.0164,7.9529,0,4.0667,7.9506,0,4.1158,7.946,0,4.1585,7.9403,0,4.2,7.9323,0,4.2364,7.9232,0,4.2691,7.9129,0,4.2984,7.9003,0,5.1057,7.5532,0,5.1725,7.5053,0,5.231,7.4607,0,5.2848,7.4185,0,5.3293,7.3785,0,5.3679,7.342,0,5.3995,7.3089,0,5.4264,7.278,0,5.4428,7.2495,0,5.5505,7.1011,0,5.6564,6.9378,0,5.76,6.7608,0,5.8641,6.569,0,5.9671,6.3623,0,6.0689,6.1408,0,6.1695,5.9044,0,6.2689,5.6543,0,6.438,5.2216,0,6.438,3.639,0,5.9495,2.3579,0,5.9144,2.2837,0,5.8723,2.2037,0,5.8208,2.1158,0,5.7622,2.0222,0,5.6932,1.9217,0,5.6148,1.8132,0,5.5299,1.699,0,5.4358,1.578,0,5.2075,1.3599,0,5.1455,1.3211,0,5.0824,1.2834,0,5.0204,1.2492,0,4.959,1.2172,0,4.898,1.1875,0,4.8378,1.159,0,4.7782,1.1338,0,4.7196,1.1121,0,4.1883,0.8838,0,3.6342,0.8838,0,3.574,0.8872,0,3.5126,0.8952,0,3.4499,0.9089,0,3.3845,0.9249,0,3.3166,0.9466,0,3.2487,0.9728,0,3.1773,1.0025,0,3.0766,1.0425,0,2.9742,1.0847,0,2.8706,1.1304,0,2.7683,1.1795,0,2.6623,1.2309,0,2.5577,1.2857,0,2.4518,1.3439,0,2.3441,1.4045,0,1.8304,2.0542,0,1.7976,2.1227,0,1.7672,2.1877,0,1.6666,2.4047,0,1.628,2.4892,0,1.1902,3.6265,0,1.1815,5.1782,0,1.6449,6.392,0,1.6817,6.4753,0,1.7245,6.561,0,1.773,6.6512,0,1.828,6.7448,0,1.8883,6.8407,0,1.9556,6.9412,0,2.0288,7.044,0,2.1083,7.1513,0,2.1832,7.2347,0,2.2704,7.3169,0,2.3698,7.3968,0,2.4787,7.4767,0,2.5998,7.5544,0,2.7338,7.6309,0,2.8789,7.7062,0,3.0351,7.7793,0,3.4394,7.954,0 +PLC 2.8906,7.1696,0,2.8227,7.1285,0,2.756,7.0828,0,2.6928,7.0348,0,2.6308,6.9823,0,2.57,6.9275,0,2.5114,6.8693,0,2.4576,6.8076,0,2.4032,6.7425,0,2.3546,6.6455,0,2.3067,6.5416,0,2.2581,6.4319,0,2.2112,6.3166,0,2.1639,6.1944,0,2.1171,6.0654,0,2.0702,5.9307,0,2.0241,5.7891,0,1.7532,4.7603,0,1.7379,4.5582,0,1.7415,4.4372,0,1.7526,4.3024,0,1.7712,4.154,0,1.7965,3.9941,0,1.8292,3.8194,0,1.8702,3.6333,0,1.9181,3.4335,0,1.9732,3.2211,0,2.0427,2.995,0,2.1136,2.7838,0,2.1884,2.5885,0,2.2669,2.407,0,2.3464,2.2403,0,2.4296,2.0873,0,2.5161,1.9502,0,2.6051,1.8281,0,2.6835,1.7835,0,2.7607,1.7413,0,2.8391,1.7013,0,2.9181,1.6625,0,2.9982,1.626,0,3.0772,1.5917,0,3.1568,1.5597,0,3.237,1.5289,0,3.3458,1.4821,0,3.447,1.4398,0,3.5435,1.4056,0,3.6324,1.377,0,3.7156,1.3542,0,3.7934,1.3382,0,3.8631,1.3291,0,3.9285,1.3257,0,4.736,1.6671,0,4.8073,1.7025,0,4.8752,1.7436,0,4.9431,1.7915,0,5.0087,1.8452,0,5.0713,1.9046,0,5.1327,1.9697,0,5.1924,2.0405,0,5.2497,2.1181,0,5.3012,2.2277,0,5.3527,2.343,0,5.4018,2.4629,0,5.4504,2.5885,0,5.4972,2.7198,0,5.5422,2.8557,0,5.5861,2.9973,0,5.6289,3.1446,0,5.8899,4.1517,0,5.8904,4.283,0,5.8875,4.4109,0,5.8792,4.5365,0,5.8687,4.6564,0,5.8535,4.774,0,5.836,4.8882,0,5.8149,4.9978,0,5.7891,5.104,0,5.4604,6.2481,0,5.4194,6.3509,0,5.3738,6.4514,0,5.3257,6.5496,0,5.2731,6.6443,0,5.2182,6.7368,0,5.1584,6.8259,0,5.0952,6.9127,0,5.0309,6.9972,0,4.959,7.0394,0,4.8846,7.0805,0,4.8097,7.1205,0,4.7342,7.1593,0,4.6564,7.1958,0,4.578,7.2312,0,4.4972,7.2655,0,4.4154,7.2975,0,4.2942,7.3477,0,4.1813,7.3911,0,4.0789,7.4276,0,3.9835,7.4584,0,3.8993,7.4813,0,3.8243,7.4984,0,3.7577,7.5087,0,3.7004,7.5121,0 +PLC 0.6983,6.016,0,0.0008,6.016,0,1.0282,7.954,0,2.2124,7.954,0 + +[03ab] Ϋ +PLC 3.4776,7.954,0,3.8468,7.479,0,3.8468,4.6107,0,4.0048,4.2134,0,4.0533,4.0923,0,4.192,3.7612,0,4.2341,3.6607,0,4.6712,3.1206,0,4.948,3.1206,0,4.948,7.5658,0,4.8918,7.5635,0,4.8367,7.5624,0,4.7795,7.5635,0,4.7209,7.5658,0,4.6612,7.5692,0,4.6004,7.5738,0,4.4763,7.5875,0,4.4763,7.954,0,5.9724,7.9335,0,5.9724,7.5658,0,5.4997,7.5658,0,5.5179,3.1206,0,5.7951,3.1206,0,5.9098,3.2736,0,6.0163,3.4255,0,6.1123,3.5762,0,6.1989,3.7258,0,6.2767,3.8731,0,6.3452,4.0193,0,6.4037,4.1643,0,6.4546,4.3081,0,6.4821,4.3835,0,6.5061,4.46,0,6.5266,4.5376,0,6.5417,4.6153,0,6.5534,4.6941,0,6.5605,4.7729,0,6.5652,4.8528,0,6.5652,7.479,0,6.9397,7.954,0,7.4609,7.954,0,8.0748,7.205,0,8.0748,6.3851,0,7.7518,6.3851,0,7.7518,6.859,0,7.389,7.2906,0,7.1046,7.2906,0,7.1046,4.8973,0,7.1052,4.7751,0,7.1052,4.5662,0,7.0987,4.4018,0,7.0941,4.3367,0,7.0871,4.2819,0,7.0801,4.2396,0,6.7734,3.4506,0,6.7571,3.4118,0,6.7308,3.3695,0,6.6974,3.3239,0,6.6518,3.2759,0,6.5991,3.2245,0,6.5371,3.1697,0,6.4657,3.1126,0,6.3861,3.0521,0,5.9472,2.7724,0,5.8795,2.7689,0,5.7542,2.7644,0,5.5342,2.7598,0,5.4856,2.7598,0,5.4856,1.7675,0,5.8151,1.3359,0,5.8478,1.3359,0,5.8841,1.3348,0,5.9678,1.3302,0,6.0146,1.3279,0,6.066,1.3245,0,6.1784,1.3154,0,6.1784,0.9477,0,4.2406,0.9706,0,4.2406,1.3359,0,4.6109,1.3359,0,4.948,1.7675,0,4.948,2.7598,0,4.4886,2.7724,0,4.3066,2.89,0,4.1417,3.0133,0,3.9919,3.14,0,3.8573,3.2725,0,3.7403,3.4107,0,3.6397,3.5522,0,3.5543,3.6995,0,3.4864,3.8503,0,3.4448,3.9599,0,3.4091,4.0626,0,3.3793,4.1586,0,3.3553,4.2465,0,3.3355,4.3275,0,3.3214,4.4018,0,3.3131,4.4691,0,3.3109,4.5296,0,3.2945,7.2906,0,3.0189,7.2906,0,2.6848,6.859,0,2.6848,6.3851,0,2.3606,6.3851,0,2.3606,7.205,0,2.9656,7.954,0 +PLC 0.6978,6.016,0,0.0004,6.016,0,1.0277,7.954,0,2.2121,7.954,0 + +[03ac] ά +PLC 2.047,5.4728,0,2.1031,5.3974,0,2.1551,5.3198,0,2.2066,5.2421,0,2.2547,5.1634,0,2.3003,5.0834,0,2.3454,5.0024,0,2.3868,4.9213,0,2.4249,4.8379,0,2.584,4.4166,0,2.6092,4.347,0,2.6292,4.2819,0,2.646,4.2225,0,2.6555,4.1688,0,2.6607,4.1197,0,2.663,4.0763,0,2.6589,4.0387,0,2.6514,4.0067,0,2.6589,3.3593,0,2.8105,3.3707,0,2.8116,3.4335,0,2.8175,3.4963,0,2.8239,3.5591,0,2.8339,3.6242,0,2.8462,3.6893,0,2.862,3.7544,0,2.8819,3.8217,0,2.9035,3.8891,0,3.23,4.7192,0,3.2809,4.9887,0,3.2809,5.1714,0,3.6045,5.1714,0,3.6045,4.653,0,3.5623,4.3629,0,3.0615,3.0898,0,3.0223,3.0202,0,2.9813,2.9505,0,2.9369,2.8808,0,2.8912,2.8123,0,2.8427,2.7438,0,2.7918,2.6753,0,2.7379,2.6068,0,2.6823,2.5394,0,2.6823,1.9777,0,3.0282,1.546,0,3.213,1.546,0,3.55,1.9777,0,3.55,2.4526,0,3.873,2.4526,0,3.873,1.6328,0,3.2622,0.8838,0,2.7432,0.8838,0,2.2845,1.433,0,2.2575,1.401,0,2.2254,1.3691,0,2.1903,1.3359,0,2.1488,1.3028,0,2.0563,1.2343,0,2.003,1.1989,0,1.9458,1.1635,0,1.6145,0.9774,0,1.5824,0.9523,0,1.545,0.9317,0,1.501,0.9158,0,1.4531,0.902,0,1.3998,0.8918,0,1.3401,0.8861,0,1.2763,0.8826,0,1.2074,0.8838,0,1.1511,0.8826,0,1.0955,0.8861,0,1.0423,0.8918,0,0.9897,0.902,0,0.9405,0.9158,0,0.8913,0.9317,0,0.8446,0.9523,0,0.7989,0.9774,0,0.4771,1.1738,0,0.2296,1.1738,0,0.2296,1.256,0,0.2261,1.3359,0,0.2167,1.4147,0,0.2044,1.4924,0,0.1869,1.5677,0,0.1658,1.642,0,0.1418,1.7139,0,0.1109,1.7847,0,0.0014,2.077,0,-0.0073,3.349,0,-0.0061,3.4244,0,-0.0004,3.4986,0,0.009,3.5739,0,0.0218,3.6482,0,0.0389,3.7224,0,0.0582,3.7954,0,0.0816,3.8697,0,0.1097,3.9428,0,0.1682,4.0832,0,0.225,4.2145,0,0.2805,4.3367,0,0.3355,4.4486,0,0.3905,4.5525,0,0.4432,4.6461,0,0.4959,4.7306,0,0.545,4.8048,0,0.6539,4.9224,0,0.7024,4.9704,0,0.7456,5.0126,0,0.7836,5.0492,0,0.8486,5.1017,0,0.8739,5.1177,0,1.4274,5.4728,0 +PLC 1.1377,4.7466,0,1.0751,4.6907,0,1.016,4.6267,0,0.9581,4.5536,0,0.9019,4.4714,0,0.8486,4.3812,0,0.7971,4.2807,0,0.7474,4.1734,0,0.6994,4.0558,0,0.662,3.953,0,0.6292,3.8548,0,0.6006,3.7612,0,0.5777,3.6733,0,0.559,3.5888,0,0.545,3.51,0,0.5351,3.4358,0,0.5321,3.3661,0,0.5321,1.9948,0,1.0874,1.2743,0,1.2904,1.3382,0,1.6602,1.5757,0,1.8539,1.5757,0,1.8551,1.6499,0,1.8579,1.7185,0,1.8626,1.7778,0,1.8679,1.8315,0,1.8773,1.8783,0,1.8878,1.9171,0,1.8989,1.9491,0,1.9129,1.9742,0,1.9581,2.0884,0,1.9973,2.1912,0,2.0288,2.2837,0,2.0545,2.3659,0,2.0721,2.4367,0,2.085,2.4983,0,2.0908,2.5486,0,2.089,2.5885,0,2.0815,4.2613,0,1.8626,4.8231,0,1.8539,5.0812,0,1.6771,5.0914,0 +PLC 1.528,5.7379,0,0.8299,5.7379,0,1.8573,7.6759,0,3.0416,7.6759,0 + +[03ad] έ +PLC 2.0868,5.523,0,2.4589,4.9955,0,2.4601,4.943,0,2.4601,4.8265,0,2.4589,4.7637,0,2.4472,4.5536,0,2.442,4.4771,0,2.2822,4.4771,0,1.8101,5.0812,0,1.3794,5.0812,0,0.8077,4.3207,0,0.8077,4.0809,0,1.1448,3.6459,0,1.9873,3.6459,0,1.9873,2.9825,0,1.3636,2.9825,0,1.136,2.9082,0,0.8077,2.6924,0,0.6873,2.6856,0,0.6533,2.6833,0,0.5901,2.681,0,0.5374,2.681,0,0.5374,1.6876,0,0.8745,1.256,0,0.9588,1.2572,0,1.0382,1.2617,0,1.1132,1.2731,0,1.1846,1.2891,0,1.2501,1.3108,0,1.3121,1.3382,0,1.3695,1.3702,0,1.4216,1.409,0,1.5291,1.4741,0,1.6368,1.5483,0,1.7416,1.6305,0,1.8475,1.7207,0,1.9534,1.8201,0,2.0564,1.9263,0,2.1616,2.0405,0,2.264,2.1626,0,2.4238,2.1626,0,2.4238,1.6454,0,2.3671,1.5734,0,2.308,1.5061,0,2.2483,1.441,0,2.1874,1.3782,0,2.1242,1.32,0,2.0598,1.2629,0,1.9931,1.2103,0,1.9277,1.1601,0,1.562,0.9317,0,1.5204,0.9123,0,1.4736,0.8975,0,1.4216,0.8849,0,1.3648,0.8758,0,1.3016,0.8701,0,1.2343,0.8678,0,0.5972,0.8678,0,-0.0008,1.6454,0,-0.0008,2.5942,0,0.4111,3.0704,0,0.7147,3.0807,0,0.2695,4.2202,0,0.2695,4.2716,0,0.2671,4.3264,0,0.2671,4.3846,0,0.2613,4.6575,0,0.2602,4.734,0,0.3291,4.8128,0,0.4012,4.8893,0,0.4754,4.9635,0,0.5527,5.0355,0,0.6334,5.1063,0,0.7165,5.1736,0,0.8031,5.2399,0,0.8921,5.3038,0,1.2291,5.523,0 +PLC 0.8212,5.7379,0,0.1238,5.7379,0,1.1507,7.6759,0,2.3355,7.6759,0 + +[03ae] ή +PLC 1.117,5.4911,0,1.5699,4.919,0,2.0158,5.4911,0,2.763,5.4911,0,3.3685,4.6929,0,3.3685,4.5091,0,3.3626,4.3253,0,3.3527,4.1414,0,3.3375,3.9565,0,3.317,3.7726,0,3.2907,3.5865,0,3.262,3.4015,0,3.2263,3.2154,0,2.7711,0.8849,0,2.7448,0.7456,0,2.7226,0.6029,0,2.7038,0.4567,0,2.6897,0.3072,0,2.6769,0.1553,0,2.6681,-0.0011,0,2.6628,-0.161,0,2.6606,-0.3243,0,2.5897,-0.3266,0,2.4493,-0.3266,0,2.3808,-0.3243,0,2.3141,-0.3209,0,2.2497,-0.3163,0,2.1216,-0.3026,0,2.1222,-0.1576,0,2.1263,-0.0194,0,2.1316,0.1108,0,2.1392,0.2352,0,2.1479,0.3517,0,2.1608,0.4602,0,2.1731,0.5629,0,2.1901,0.6577,0,2.7477,3.5168,0,2.7711,3.663,0,2.7911,3.816,0,2.8068,3.9747,0,2.8179,4.1403,0,2.8267,4.3104,0,2.8301,4.4874,0,2.8301,4.6712,0,2.4838,5.1017,0,2.2984,5.1017,0,2.117,4.8665,0,1.9503,4.6347,0,1.7992,4.4052,0,1.6635,4.1802,0,1.5447,3.9576,0,1.4429,3.7395,0,1.3546,3.5237,0,1.2838,3.3124,0,0.9099,1.6625,0,0.8784,1.5506,0,0.8514,1.4421,0,0.828,1.3382,0,0.8081,1.2377,0,0.794,1.1418,0,0.7835,1.0482,0,0.777,0.9591,0,0.7742,0.8735,0,0.2352,0.8735,0,0.237,0.9945,0,0.24,1.1087,0,0.2465,1.2172,0,0.2546,1.3188,0,0.2651,1.4147,0,0.2774,1.5038,0,0.2944,1.586,0,0.3119,1.6625,0,0.8233,3.6139,0,1.175,4.5639,0,1.1592,4.6929,0,0.8566,5.0709,0,0.1604,4.1962,0,0.0001,4.1962,0,0.0001,4.7135,0,0.6039,5.4911,0 +PLC 1.5277,5.7379,0,0.8297,5.7379,0,1.8572,7.6759,0,3.0414,7.6759,0 + +[03af] ί +PLC 1.3918,5.4443,0,1.3415,5.3004,0,1.2934,5.1565,0,1.2502,5.0126,0,1.2057,4.8665,0,1.1647,4.7215,0,1.1261,4.5742,0,1.0887,4.4269,0,1.0548,4.2784,0,0.7002,2.5645,0,0.692,2.5006,0,0.6849,2.431,0,0.6803,2.3556,0,0.6756,2.2757,0,0.6721,2.1912,0,0.6663,2.0062,0,0.6663,1.6465,0,1.0126,1.2149,0,1.1976,1.2149,0,1.9219,2.1215,0,2.0822,2.1215,0,2.0822,1.6031,0,1.476,0.773,0,0.7259,0.773,0,0.128,1.6031,0,0.1291,1.7778,0,0.1326,1.9468,0,0.1397,2.1078,0,0.149,2.262,0,0.1607,2.4093,0,0.1748,2.5509,0,0.1912,2.6844,0,0.211,2.8112,0,0.534,4.4943,0,0.5492,4.5845,0,0.5621,4.6838,0,0.5738,4.79,0,0.5819,4.9042,0,0.5867,5.0275,0,0.5914,5.1577,0,0.5926,5.297,0,0.5914,5.4443,0 +PLC 0.6967,5.7379,0,-0.0007,5.7379,0,1.0267,7.6759,0,2.2109,7.6759,0 + +[03b1] α +PLC 2.0479,5.4728,0,2.1041,5.3974,0,2.1562,5.3198,0,2.2077,5.2421,0,2.2556,5.1634,0,2.3013,5.0834,0,2.3463,5.0024,0,2.3879,4.9213,0,2.4259,4.8379,0,2.5851,4.4166,0,2.6103,4.347,0,2.6301,4.2819,0,2.6471,4.2225,0,2.6564,4.1688,0,2.6617,4.1197,0,2.6641,4.0763,0,2.66,4.0387,0,2.6523,4.0067,0,2.66,3.3593,0,2.8115,3.3707,0,2.8127,3.4335,0,2.8186,3.4963,0,2.8249,3.5591,0,2.8349,3.6242,0,2.8471,3.6893,0,2.863,3.7544,0,2.8829,3.8217,0,2.9045,3.8891,0,3.2311,4.7192,0,3.282,4.9887,0,3.282,5.1714,0,3.6055,5.1714,0,3.6055,4.653,0,3.5634,4.3629,0,3.0625,3.0898,0,3.0233,3.0202,0,2.9824,2.9505,0,2.9378,2.8808,0,2.8923,2.8123,0,2.8437,2.7438,0,2.7928,2.6753,0,2.739,2.6068,0,2.6834,2.5394,0,2.6834,1.9777,0,3.0291,1.546,0,3.2141,1.546,0,3.5511,1.9777,0,3.5511,2.4526,0,3.8741,2.4526,0,3.8741,1.6328,0,3.2632,0.8838,0,2.7442,0.8838,0,2.2855,1.433,0,2.2586,1.401,0,2.2264,1.3691,0,2.1913,1.3359,0,2.1497,1.3028,0,2.0574,1.2343,0,2.0041,1.1989,0,1.9467,1.1635,0,1.6156,0.9774,0,1.5834,0.9523,0,1.5459,0.9317,0,1.5021,0.9158,0,1.454,0.902,0,1.4008,0.8918,0,1.3411,0.8861,0,1.2774,0.8826,0,1.2083,0.8838,0,1.1522,0.8826,0,1.0966,0.8861,0,1.0433,0.8918,0,0.9907,0.902,0,0.9415,0.9158,0,0.8924,0.9317,0,0.8455,0.9523,0,0.7999,0.9774,0,0.4781,1.1738,0,0.2306,1.1738,0,0.2306,1.256,0,0.2271,1.3359,0,0.2178,1.4147,0,0.2055,1.4924,0,0.1879,1.5677,0,0.1669,1.642,0,0.1429,1.7139,0,0.1118,1.7847,0,0.0025,2.077,0,-0.0064,3.349,0,-0.0052,3.4244,0,0.0007,3.4986,0,0.01,3.5739,0,0.0229,3.6482,0,0.0399,3.7224,0,0.0592,3.7954,0,0.0825,3.8697,0,0.1107,3.9428,0,0.1692,4.0832,0,0.2259,4.2145,0,0.2815,4.3367,0,0.3366,4.4486,0,0.3916,4.5525,0,0.4441,4.6461,0,0.4968,4.7306,0,0.546,4.8048,0,0.6548,4.9224,0,0.7033,4.9704,0,0.7467,5.0126,0,0.7847,5.0492,0,0.8497,5.1017,0,0.8748,5.1177,0,1.4283,5.4728,0 +PLC 1.1387,4.7466,0,1.0762,4.6907,0,1.017,4.6267,0,0.9591,4.5536,0,0.9029,4.4714,0,0.8497,4.3812,0,0.7982,4.2807,0,0.7485,4.1734,0,0.7005,4.0558,0,0.663,3.953,0,0.6302,3.8548,0,0.6016,3.7612,0,0.5788,3.6733,0,0.56,3.5888,0,0.546,3.51,0,0.536,3.4358,0,0.5332,3.3661,0,0.5332,1.9948,0,1.0884,1.2743,0,1.2914,1.3382,0,1.6612,1.5757,0,1.8548,1.5757,0,1.856,1.6499,0,1.859,1.7185,0,1.8637,1.7778,0,1.8689,1.8315,0,1.8782,1.8783,0,1.8888,1.9171,0,1.9,1.9491,0,1.914,1.9742,0,1.959,2.0884,0,1.9982,2.1912,0,2.0298,2.2837,0,2.0556,2.3659,0,2.0731,2.4367,0,2.0859,2.4983,0,2.0918,2.5486,0,2.0901,2.5885,0,2.0825,4.2613,0,1.8637,4.8231,0,1.8548,5.0812,0,1.6782,5.0914,0 + +[03b2] β +PLC 2.7807,7.6217,0,3.007,7.5464,0,3.3353,7.3306,0,3.371,7.3283,0,3.4067,7.3249,0,3.5155,7.318,0,3.5506,7.3146,0,3.6232,7.31,0,3.6232,7.1616,0,3.6238,7.1022,0,3.6238,7.0531,0,3.625,7.0131,0,3.6284,6.9629,0,3.6302,6.9526,0,3.6981,6.7768,0,3.7502,6.6078,0,3.7858,6.4434,0,3.8058,6.2858,0,3.8092,6.1339,0,3.7964,5.9866,0,3.7672,5.8462,0,3.7233,5.7114,0,3.67,5.5767,0,3.6138,5.4477,0,3.5565,5.3244,0,3.4957,5.2068,0,3.4336,5.0949,0,3.3692,4.9887,0,3.3025,4.8882,0,3.2347,4.7934,0,2.9322,4.4052,0,3.0147,4.2944,0,3.0943,4.178,0,3.171,4.0569,0,3.2441,3.9313,0,3.3131,3.8012,0,3.3803,3.6653,0,3.443,3.5237,0,3.5038,3.3775,0,3.5302,3.309,0,3.5723,3.1914,0,3.6021,3.1024,0,3.6126,3.0681,0,3.6191,3.0418,0,3.6232,3.0224,0,3.6238,2.9014,0,3.6238,2.7906,0,3.6232,2.6913,0,3.6203,2.6034,0,3.6173,2.5269,0,3.611,2.4607,0,3.6045,2.407,0,3.5957,2.3624,0,3.2768,1.5746,0,3.0995,1.3485,0,3.0288,1.2926,0,2.9591,1.24,0,2.89,1.1886,0,2.8228,1.1407,0,2.7549,1.0939,0,2.6894,1.0505,0,2.625,1.0094,0,2.5607,0.9706,0,2.4892,0.9283,0,2.4255,0.8963,0,2.3711,0.8724,0,2.3254,0.8575,0,2.2868,0.8507,0,2.2581,0.8529,0,2.2365,0.8644,0,2.2236,0.8838,0,1.8024,0.8838,0,1.7527,0.8861,0,1.7058,0.8906,0,1.6637,0.9009,0,1.6244,0.9135,0,1.5888,0.9306,0,1.5578,0.9511,0,1.5309,0.9751,0,1.508,1.0025,0,0.7919,1.4444,0,0.7919,1.3816,0,0.7872,1.3188,0,0.7796,1.2537,0,0.7668,1.1886,0,0.7498,1.1224,0,0.7293,1.0539,0,0.7042,0.9854,0,0.6743,0.9169,0,0.6468,0.8427,0,0.6228,0.7719,0,0.6018,0.7057,0,0.5854,0.6417,0,0.5731,0.5812,0,0.5638,0.5241,0,0.5579,0.4716,0,0.5573,0.4213,0,0.5573,-0.314,0,0.0008,-0.314,0,0.5994,3.9176,0,0.9365,5.5493,0,1.2301,6.5107,0,1.2957,6.6329,0,1.3583,6.7402,0,1.3893,6.7882,0,1.4173,6.8316,0,1.4466,6.8727,0,1.4747,6.9092,0,2.0306,7.6217,0 +PLC 2.1862,7.0234,0,2.0715,6.8601,0,1.9662,6.6911,0,1.8685,6.5176,0,1.7789,6.3383,0,1.6971,6.1522,0,1.6244,5.9615,0,1.5595,5.7651,0,1.484,5.4465,0,1.4139,5.1314,0,1.346,4.8174,0,1.2804,4.5068,0,1.219,4.1974,0,1.1611,3.8914,0,1.105,3.5865,0,1.0535,3.2851,0,0.9523,2.6456,0,0.9446,2.5874,0,0.9353,2.5326,0,0.9212,2.4835,0,0.906,2.4378,0,0.8884,2.3979,0,0.8662,2.3624,0,0.8434,2.3305,0,0.8171,2.3042,0,0.9224,2.1729,0,1.0212,2.0542,0,1.1149,1.948,0,1.2032,1.8555,0,1.2852,1.7755,0,1.363,1.7093,0,1.4331,1.6545,0,1.4999,1.6134,0,1.597,1.5483,0,1.6854,1.4912,0,1.765,1.4433,0,1.8369,1.4033,0,1.8995,1.3713,0,1.9545,1.3474,0,2.0013,1.3325,0,2.0387,1.3257,0,2.2664,1.3257,0,3.0668,2.3373,0,3.0574,3.0829,0,3.0059,3.2131,0,2.9544,3.3387,0,2.8555,3.5751,0,2.8088,3.6847,0,2.7151,3.8914,0,2.67,3.9873,0,2.6016,4.0284,0,2.4694,4.1026,0,2.405,4.1357,0,2.3424,4.1665,0,2.2225,4.2202,0,2.1652,4.2431,0,2.0926,4.2819,0,2.023,4.3253,0,1.9545,4.3732,0,1.889,4.4257,0,1.8264,4.4828,0,1.7656,4.5445,0,1.7076,4.6096,0,1.6502,4.6792,0,1.6502,4.8813,0,1.8258,4.8905,0,1.9919,4.8973,0,2.0745,4.8996,0,2.2318,4.9019,0,2.3084,4.9019,0,2.5109,4.6358,0,2.6169,4.7569,0,2.7187,4.8859,0,2.8134,5.0218,0,2.9023,5.1656,0,2.9854,5.3175,0,3.0633,5.4762,0,3.1352,5.6441,0,3.2019,5.8188,0,3.2552,5.9524,0,3.2745,6.0083,0,3.2896,6.0574,0,3.2991,6.0985,0,3.3055,6.1328,0,3.3066,6.1602,0,3.302,6.1796,0,3.302,6.4456,0,2.7373,7.1798,0,2.3084,7.1798,0 + +[03b3] γ +PLC 1.1221,5.4911,0,1.1782,5.4146,0,1.2314,5.3381,0,1.2812,5.2593,0,1.3304,5.1805,0,1.3766,5.1006,0,1.4205,5.0195,0,1.4614,4.9384,0,1.5012,4.8551,0,1.72,4.2819,0,1.737,3.0738,0,1.8885,3.0864,0,1.8909,3.1595,0,1.8968,3.2337,0,1.9073,3.309,0,1.9225,3.3844,0,1.9412,3.462,0,1.9647,3.5408,0,1.9915,3.6196,0,2.0231,3.7007,0,2.3508,4.5411,0,2.3871,4.6199,0,2.4269,4.6998,0,2.4689,4.7809,0,2.5158,4.8631,0,2.5661,4.9464,0,2.6199,5.0298,0,2.6778,5.1143,0,2.7387,5.201,0,2.9675,5.4911,0,3.3794,5.4911,0,3.3794,4.9727,0,2.8481,4.2944,0,2.7651,4.13,0,2.7404,4.0809,0,2.72,4.0352,0,2.7018,3.993,0,2.6867,3.953,0,2.6726,3.9165,0,2.6398,3.8445,0,2.6047,3.7726,0,2.5685,3.7018,0,2.531,3.6333,0,2.4906,3.5648,0,2.4491,3.4974,0,2.4057,3.4312,0,2.3601,3.3661,0,2.318,3.2759,0,2.277,3.1834,0,2.2372,3.0887,0,2.1986,2.9916,0,2.16,2.8911,0,2.1214,2.7895,0,2.0839,2.6856,0,2.0489,2.5783,0,1.5352,0.6269,0,1.4983,0.4796,0,1.4591,0.3403,0,1.4134,0.2101,0,1.3631,0.0868,0,1.3104,-0.0285,0,1.252,-0.1347,0,1.1894,-0.2341,0,1.1221,-0.3243,0,0.709,-0.3129,0,0.7114,-0.1998,0,0.7136,-0.0925,0,0.7183,0.008,0,0.7265,0.1028,0,0.7359,0.1918,0,0.7476,0.274,0,0.7605,0.3505,0,0.7768,0.4213,0,1.2812,2.3624,0,1.321,2.52,0,1.3514,2.6742,0,1.3713,2.8237,0,1.3813,2.9699,0,1.3819,3.1126,0,1.3719,3.2508,0,1.3532,3.3867,0,1.3245,3.518,0,1.2649,3.7566,0,1.2075,3.9724,0,1.1478,4.1654,0,1.091,4.3344,0,1.0332,4.4805,0,0.9758,4.6039,0,0.9185,4.7032,0,0.8617,4.7797,0,0.1613,3.8937,0,0.0011,3.8937,0,0.0045,3.985,0,0.0098,4.0741,0,0.0191,4.1608,0,0.0314,4.2453,0,0.0478,4.3275,0,0.0688,4.4086,0,0.0923,4.4874,0,0.1203,4.5639,0,0.1754,4.6964,0,0.2328,4.8231,0,0.2912,4.9464,0,0.3514,5.0652,0,0.413,5.1782,0,0.4773,5.2867,0,0.5417,5.3906,0,0.6084,5.4911,0 + +[03b4] δ +PLC 1.6699,7.954,0,1.7266,7.9517,0,1.7828,7.9449,0,1.8378,7.9335,0,1.8905,7.9175,0,1.9442,7.8958,0,1.9947,7.8707,0,2.045,7.841,0,2.0959,7.8067,0,2.2264,7.7085,0,2.3539,7.6023,0,2.4797,7.4893,0,2.602,7.3694,0,2.7236,7.2426,0,2.843,7.1091,0,2.9589,6.9686,0,3.0735,6.8213,0,3.0735,6.0015,0,2.8032,6.0015,0,2.8032,6.4765,0,2.7119,6.5975,0,2.6242,6.7094,0,2.5405,6.811,0,2.4615,6.9024,0,2.386,6.9834,0,2.3141,7.0542,0,2.2462,7.1159,0,2.183,7.1661,0,1.6541,7.5121,0,1.3557,7.5121,0,1.0245,7.06,0,1.0245,6.8236,0,1.5289,6.1568,0,1.578,6.0928,0,1.6325,6.0312,0,1.6892,5.9718,0,1.7495,5.9147,0,1.8145,5.8587,0,1.8799,5.8051,0,1.9507,5.7537,0,2.0238,5.7046,0,2.0753,5.6623,0,2.1234,5.6201,0,2.166,5.5801,0,2.2064,5.5402,0,2.2438,5.5013,0,2.2778,5.4637,0,2.3064,5.4271,0,2.4299,5.2593,0,2.5218,5.1245,0,2.609,4.9875,0,2.6886,4.8482,0,2.7652,4.7078,0,2.8349,4.565,0,2.8992,4.42,0,2.9589,4.2739,0,2.9846,4.2042,0,3.0056,4.1391,0,3.0396,4.0284,0,3.0525,3.9816,0,3.063,3.9405,0,3.0735,3.8754,0,3.0735,2.8968,0,3.07,2.8295,0,3.0676,2.7678,0,3.0607,2.7118,0,3.0513,2.6628,0,3.0396,2.6182,0,3.0268,2.5794,0,3.0092,2.5474,0,2.9899,2.52,0,2.9074,2.3099,0,2.8214,2.1147,0,2.7319,1.9343,0,2.6388,1.7687,0,2.5422,1.6191,0,2.4416,1.4844,0,2.3375,1.3645,0,2.231,1.2606,0,1.801,0.9706,0,1.764,0.9477,0,1.7244,0.9283,0,1.6792,0.9123,0,1.6278,0.8998,0,1.5715,0.8906,0,1.5101,0.8849,0,1.4422,0.8826,0,1.3721,0.8838,0,0.818,0.8838,0,0.7028,1.0425,0,0.5903,1.2103,0,0.4816,1.3862,0,0.378,1.5723,0,0.278,1.7675,0,0.182,1.9708,0,0.0883,2.1843,0,0.0006,2.4058,0,0.0006,3.6801,0,0.0931,3.9108,0,0.182,4.1163,0,0.2662,4.2979,0,0.3458,4.4554,0,0.4218,4.5867,0,0.4944,4.6952,0,0.5623,4.7774,0,0.6255,4.8368,0,1.1814,5.1919,0,1.2492,5.1919,0,1.3147,5.1931,0,1.4359,5.1976,0,1.5452,5.2045,0,1.5967,5.209,0,1.6436,5.2147,0,1.6436,5.2901,0,0.7004,6.5119,0,0.7004,7.4733,0,1.062,7.954,0 +PLC 1.2094,4.5993,0,1.1036,4.4497,0,1.0058,4.3036,0,0.918,4.1597,0,0.8384,4.017,0,0.7683,3.8777,0,0.7074,3.7406,0,0.6289,3.5351,0,0.6044,3.4609,0,0.584,3.3821,0,0.5681,3.2999,0,0.5553,3.2143,0,0.5465,3.124,0,0.5418,3.0304,0,0.5388,2.9322,0,0.5388,2.0302,0,1.0935,1.3257,0,1.1416,1.3257,0,1.1883,1.3268,0,1.234,1.3268,0,1.3188,1.3291,0,1.4317,1.3359,0,1.5359,1.401,0,1.6353,1.465,0,1.8214,1.5906,0,1.9923,1.7116,0,2.1444,1.8292,0,2.1959,1.9434,0,2.2965,2.174,0,2.3456,2.2917,0,2.4416,2.5314,0,2.5341,2.7758,0,2.5341,4.0455,0,1.9788,4.75,0,1.3252,4.75,0 + +[03b5] ε +PLC 2.0878,5.523,0,2.4599,4.9955,0,2.4611,4.943,0,2.4611,4.8265,0,2.4599,4.7637,0,2.4482,4.5536,0,2.4429,4.4771,0,2.2833,4.4771,0,1.811,5.0812,0,1.3805,5.0812,0,0.8088,4.3207,0,0.8088,4.0809,0,1.1458,3.6459,0,1.9883,3.6459,0,1.9883,2.9825,0,1.3646,2.9825,0,1.137,2.9082,0,0.8088,2.6924,0,0.6882,2.6856,0,0.6543,2.6833,0,0.5912,2.681,0,0.5385,2.681,0,0.5385,1.6876,0,0.8755,1.256,0,0.9597,1.2572,0,1.0393,1.2617,0,1.1142,1.2731,0,1.1856,1.2891,0,1.2512,1.3108,0,1.3132,1.3382,0,1.3704,1.3702,0,1.4225,1.409,0,1.5302,1.4741,0,1.6379,1.5483,0,1.7427,1.6305,0,1.8485,1.7207,0,1.9544,1.8201,0,2.0574,1.9263,0,2.1627,2.0405,0,2.2651,2.1626,0,2.4249,2.1626,0,2.4249,1.6454,0,2.3681,1.5734,0,2.309,1.5061,0,2.2493,1.441,0,2.1884,1.3782,0,2.1253,1.32,0,2.0609,1.2629,0,1.9942,1.2103,0,1.9286,1.1601,0,1.5629,0.9317,0,1.5215,0.9123,0,1.4746,0.8975,0,1.4225,0.8849,0,1.3658,0.8758,0,1.3027,0.8701,0,1.2353,0.8678,0,0.5981,0.8678,0,0.0001,1.6454,0,0.0001,2.5942,0,0.4121,3.0704,0,0.7157,3.0807,0,0.2705,4.2202,0,0.2705,4.2716,0,0.2682,4.3264,0,0.2682,4.3846,0,0.2623,4.6575,0,0.2611,4.734,0,0.3302,4.8128,0,0.4021,4.8893,0,0.4765,4.9635,0,0.5537,5.0355,0,0.6344,5.1063,0,0.7175,5.1736,0,0.8041,5.2399,0,0.893,5.3038,0,1.23,5.523,0 + +[03b6] ζ +PLC 0.9418,7.6217,0,1.019,7.6206,0,1.177,7.616,0,1.3426,7.6092,0,1.5163,7.5978,0,1.5163,7.1798,0,1.1454,7.1798,0,0.8089,6.73,0,0.8089,6.4936,0,1.1536,6.062,0,1.3396,6.062,0,2.2828,7.2666,0,2.9311,7.2666,0,2.9311,6.7505,0,2.8071,6.5964,0,2.6806,6.4502,0,2.5485,6.3121,0,2.4127,6.1819,0,2.2746,6.0597,0,2.1319,5.9455,0,1.9856,5.8393,0,1.8358,5.7411,0,1.7451,5.6795,0,1.6568,5.6132,0,1.5713,5.5424,0,1.4883,5.4671,0,1.4087,5.3872,0,1.3326,5.3015,0,1.2582,5.2125,0,1.1881,5.1177,0,1.143,5.0149,0,1.0564,4.8083,0,0.9687,4.5982,0,0.8844,4.3858,0,0.8423,4.2784,0,0.3227,3.0327,0,0.3227,2.9322,0,0.3216,2.8226,0,0.3174,2.6445,0,0.3157,2.5805,0,0.3784,2.5086,0,0.4578,2.4389,0,0.5533,2.3716,0,0.6656,2.3065,0,0.7943,2.2426,0,0.937,2.1809,0,1.0986,2.1215,0,1.2753,2.0644,0,1.4111,2.0131,0,1.5432,1.9605,0,1.6703,1.9069,0,1.7937,1.8521,0,1.9131,1.7972,0,2.0277,1.7402,0,2.1383,1.6831,0,2.2454,1.6237,0,2.6947,1.0767,0,2.6947,0.1313,0,2.3133,-0.3311,0,1.3279,-0.3311,0,0.957,0.1382,0,0.957,0.6623,0,1.3689,0.6623,0,1.8499,0,0,2.0347,0,0,2.3717,0.4579,0,2.3717,0.6977,0,2.3144,0.765,0,2.2395,0.8313,0,2.1459,0.8975,0,2.0359,0.9637,0,1.9072,1.0288,0,1.761,1.0927,0,1.5959,1.1567,0,1.4145,1.2206,0,1.2812,1.2697,0,1.1524,1.3211,0,1.0271,1.3725,0,0.9043,1.4261,0,0.7861,1.4821,0,0.6726,1.5381,0,0.5626,1.5963,0,0.4572,1.6557,0,-0.0002,2.2209,0,-0.0002,3.1903,0,0.0606,3.4849,0,0.62,4.911,0,0.7966,5.3358,0,0.9477,5.5973,0,0.4853,6.1842,0,0.4853,7.1422,0,0.8681,7.6217,0 + +[03b7] η +PLC 1.1181,5.4911,0,1.571,4.919,0,2.0167,5.4911,0,2.7639,5.4911,0,3.3695,4.6929,0,3.3695,4.5091,0,3.3637,4.3253,0,3.3538,4.1414,0,3.3385,3.9565,0,3.318,3.7726,0,3.2916,3.5865,0,3.2631,3.4015,0,3.2273,3.2154,0,2.7722,0.8849,0,2.7458,0.7456,0,2.7235,0.6029,0,2.7049,0.4567,0,2.6908,0.3072,0,2.6779,0.1553,0,2.6692,-0.0011,0,2.6639,-0.161,0,2.6615,-0.3243,0,2.5908,-0.3266,0,2.4504,-0.3266,0,2.3819,-0.3243,0,2.3152,-0.3209,0,2.2508,-0.3163,0,2.1227,-0.3026,0,2.1233,-0.1576,0,2.1274,-0.0194,0,2.1326,0.1108,0,2.1403,0.2352,0,2.149,0.3517,0,2.1619,0.4602,0,2.1742,0.5629,0,2.1912,0.6577,0,2.7487,3.5168,0,2.7722,3.663,0,2.792,3.816,0,2.8078,3.9747,0,2.8189,4.1403,0,2.8277,4.3104,0,2.8312,4.4874,0,2.8312,4.6712,0,2.4848,5.1017,0,2.2993,5.1017,0,2.1179,4.8665,0,1.9512,4.6347,0,1.8003,4.4052,0,1.6645,4.1802,0,1.5458,3.9576,0,1.4439,3.7395,0,1.3556,3.5237,0,1.2848,3.3124,0,0.9109,1.6625,0,0.8793,1.5506,0,0.8524,1.4421,0,0.829,1.3382,0,0.8092,1.2377,0,0.7951,1.1418,0,0.7846,1.0482,0,0.7781,0.9591,0,0.7751,0.8735,0,0.2363,0.8735,0,0.2381,0.9945,0,0.241,1.1087,0,0.2474,1.2172,0,0.2557,1.3188,0,0.2662,1.4147,0,0.2785,1.5038,0,0.2953,1.586,0,0.3129,1.6625,0,0.8243,3.6139,0,1.1759,4.5639,0,1.1601,4.6929,0,0.8577,5.0709,0,0.1614,4.1962,0,0.0011,4.1962,0,0.0011,4.7135,0,0.6049,5.4911,0 + +[03b8] θ +PLC 2.282,7.6217,0,2.3919,7.4756,0,2.4961,7.3317,0,2.5909,7.1901,0,2.6786,7.0508,0,2.7594,6.9149,0,2.8307,6.7813,0,2.8951,6.6512,0,2.9525,6.5233,0,3.1198,6.0917,0,3.1198,4.4086,0,3.1175,4.251,0,3.1105,4.1254,0,3.1058,4.0741,0,3.1,4.0307,0,3.0929,3.9941,0,3.0859,3.9667,0,2.7758,2.7895,0,2.4071,1.8087,0,2.3639,1.7105,0,2.3136,1.6157,0,2.2515,1.5244,0,2.1825,1.4364,0,2.1029,1.3519,0,2.0164,1.2709,0,1.918,1.1932,0,1.739,1.0676,0,1.6735,1.0231,0,1.6115,0.9854,0,1.5552,0.9534,0,1.5061,0.9283,0,1.4628,0.9089,0,1.4242,0.8963,0,1.3938,0.8906,0,0.8309,0.8906,0,0.7221,1.0356,0,0.6203,1.1772,0,0.5255,1.3177,0,0.4401,1.4547,0,0.3593,1.5906,0,0.2891,1.723,0,0.2247,1.8532,0,0.1686,1.9811,0,0.0013,2.4127,0,-0.0058,4.106,0,-0.0058,4.1917,0,0.0013,4.2807,0,0.0106,4.3744,0,0.0247,4.4703,0,0.0411,4.5708,0,0.0633,4.6747,0,0.089,4.782,0,0.1183,4.8939,0,0.1873,5.1565,0,0.2622,5.418,0,0.3418,5.6772,0,0.4261,5.9353,0,0.5162,6.1899,0,0.6097,6.4434,0,0.7092,6.6946,0,0.8146,6.9435,0,0.8438,6.9937,0,0.8754,7.0405,0,0.9105,7.0851,0,0.9467,7.1262,0,0.9842,7.165,0,1.024,7.2015,0,1.0661,7.2358,0,1.1083,7.2666,0,1.6606,7.6217,0 +PLC 1.8209,7.1068,0,1.7192,7.044,0,1.6231,6.9914,0,1.5354,6.9492,0,1.4546,6.9161,0,1.3821,6.8932,0,1.3166,6.8807,0,1.258,6.8784,0,1.258,6.7985,0,1.2534,6.7277,0,1.2487,6.6649,0,1.2428,6.6112,0,1.2346,6.5655,0,1.2253,6.529,0,1.2124,6.4993,0,1.1984,6.4799,0,1.1364,6.3098,0,1.0766,6.1419,0,1.0194,5.9741,0,0.9631,5.8074,0,0.9093,5.6418,0,0.8578,5.4785,0,0.7607,5.1519,0,0.7396,5.0652,0,0.7186,4.983,0,0.6964,4.9053,0,0.6752,4.8311,0,0.6519,4.7626,0,0.6297,4.6975,0,0.6075,4.637,0,0.584,4.581,0,2.564,4.5708,0,2.5687,4.661,0,2.5733,4.7534,0,2.578,4.8494,0,2.5827,5.0492,0,2.5827,5.2593,0,2.5792,5.3678,0,2.5792,5.9181,0,2.5125,6.1876,0,2.475,6.2858,0,2.4376,6.3794,0,2.4025,6.4708,0,2.3335,6.6409,0,2.2996,6.7197,0,2.2667,6.7962,0,2.2352,6.8681,0,2.0491,7.1376,0,2.0164,7.1798,0,1.9309,7.1798,0 +PLC 0.5325,2.8272,0,0.5407,2.4161,0,0.852,1.6294,0,0.8906,1.5677,0,0.9584,1.4581,0,0.9912,1.4113,0,1.0194,1.3691,0,1.0873,1.2743,0,1.2908,1.3382,0,1.6606,1.5757,0,1.8548,1.5757,0,1.856,1.6385,0,1.8607,1.7025,0,1.8677,1.7675,0,1.8806,1.8338,0,1.8935,1.9023,0,1.9099,1.9708,0,1.9309,2.0427,0,1.9555,2.1147,0,2.0293,2.3031,0,2.0994,2.4903,0,2.1638,2.6765,0,2.2246,2.8614,0,2.282,3.0464,0,2.3346,3.2291,0,2.3826,3.4107,0,2.4271,3.5922,0,2.5441,4.1757,0,0.5325,4.186,0 + +[03b9] ι +PLC 1.2646,5.4443,0,1.2143,5.3004,0,1.1664,5.1565,0,1.123,5.0126,0,1.0786,4.8665,0,1.0377,4.7215,0,0.999,4.5742,0,0.9616,4.4269,0,0.9276,4.2784,0,0.5731,2.5645,0,0.5648,2.5006,0,0.5579,2.431,0,0.5531,2.3556,0,0.5485,2.2757,0,0.545,2.1912,0,0.5391,2.0062,0,0.5391,1.6465,0,0.8856,1.2149,0,1.0704,1.2149,0,1.7947,2.1215,0,1.9551,2.1215,0,1.9551,1.6031,0,1.3489,0.773,0,0.5988,0.773,0,0.0008,1.6031,0,0.002,1.7778,0,0.0056,1.9468,0,0.0125,2.1078,0,0.0218,2.262,0,0.0337,2.4093,0,0.0476,2.5509,0,0.064,2.6844,0,0.084,2.8112,0,0.4069,4.4943,0,0.4221,4.5845,0,0.4349,4.6838,0,0.4467,4.79,0,0.4549,4.9042,0,0.4596,5.0275,0,0.4642,5.1577,0,0.4654,5.297,0,0.4642,5.4443,0 + +[03ba] κ +PLC 1.2575,5.4728,0,1.2575,4.653,0,1.2001,4.3515,0,1.1826,4.3104,0,1.1651,4.2556,0,1.1451,4.1882,0,1.1253,4.1083,0,1.0819,3.9108,0,1.034,3.6607,0,1.0831,3.6607,0,1.8227,4.6107,0,1.921,4.6907,0,1.9713,4.7306,0,2.1269,4.8482,0,2.1808,4.8859,0,2.2814,4.959,0,2.3317,5.0024,0,2.3879,5.0572,0,2.4465,5.12,0,2.5119,5.1942,0,2.581,5.2775,0,2.6536,5.37,0,2.7319,5.4728,0,3.0105,5.4728,0,3.3802,4.9784,0,3.3802,4.653,0,2.9929,4.1586,0,2.9554,4.2031,0,2.8198,4.3698,0,2.7893,4.4086,0,2.76,4.4452,0,2.7319,4.4805,0,2.7051,4.476,0,2.677,4.4691,0,2.6465,4.4577,0,2.6138,4.4429,0,2.5798,4.4257,0,2.5424,4.404,0,2.5026,4.3789,0,2.4616,4.3515,0,2.3306,4.2659,0,2.2019,4.1734,0,2.0766,4.0706,0,1.955,3.961,0,1.8356,3.8423,0,1.7186,3.7144,0,1.6039,3.5785,0,1.4938,3.4346,0,1.4938,3.3593,0,1.8309,3.3593,0,1.8742,3.301,0,1.9152,3.2462,0,1.9514,3.1948,0,1.9853,3.1469,0,2.0134,3.1012,0,2.038,3.059,0,2.058,3.019,0,2.0754,2.9825,0,2.1035,2.8991,0,2.1316,2.8169,0,2.1562,2.7347,0,2.1796,2.6536,0,2.2019,2.5726,0,2.2229,2.4926,0,2.2428,2.4138,0,2.2592,2.335,0,2.3188,2.1672,0,2.3891,1.9571,0,2.4079,1.8977,0,2.437,1.795,0,2.4546,1.546,0,2.7319,1.546,0,3.22,2.1512,0,3.3802,2.1512,0,3.3802,1.6328,0,2.7729,0.8838,0,2.2592,0.8838,0,2.1772,1.0105,0,2.0918,1.159,0,2.0087,1.3279,0,1.9257,1.5175,0,1.8414,1.7299,0,1.7595,1.9628,0,1.6776,2.2174,0,1.5956,2.4926,0,1.5711,2.56,0,1.5453,2.6262,0,1.5138,2.6924,0,1.4787,2.7587,0,1.4401,2.8249,0,1.3979,2.89,0,1.3511,2.9562,0,1.2996,3.0202,0,1.1019,3.2691,0,1.0528,3.1948,0,1.0059,3.1024,0,0.9615,2.9916,0,0.9158,2.8614,0,0.8714,2.7141,0,0.828,2.5463,0,0.7859,2.3613,0,0.7449,2.1581,0,0.5589,1.3382,0,0.5589,0.8838,0,0.0019,0.8838,0,0.5332,3.8765,0,0.718,4.8688,0,0.718,5.4728,0 + +[03bb] λ +PLC 1.848,7.6217,0,2.4484,6.8407,0,2.4484,2.7393,0,2.7678,1.9263,0,2.8017,1.8703,0,2.8369,1.8167,0,2.9058,1.7173,0,2.9399,1.6716,0,2.9737,1.6271,0,3.044,1.546,0,3.2335,1.546,0,3.5799,1.9777,0,3.5799,2.4526,0,3.9029,2.4526,0,3.9029,1.6328,0,3.2781,0.8838,0,2.748,0.8838,0,2.687,0.9648,0,2.6297,1.0482,0,2.5747,1.1316,0,2.5232,1.2161,0,2.4753,1.3017,0,2.4296,1.3885,0,2.3875,1.4752,0,2.35,1.5643,0,2.1242,2.1352,0,2.1242,4.2065,0,2.0646,4.2065,0,2.0036,4.1163,0,1.944,4.025,0,1.8878,3.9302,0,1.8351,3.8343,0,1.786,3.7361,0,1.7369,3.6356,0,1.6935,3.534,0,1.6526,3.4301,0,0.9961,1.747,0,0.9657,1.6808,0,0.9329,1.6134,0,0.8943,1.5449,0,0.8521,1.4741,0,0.8054,1.4022,0,0.7551,1.3279,0,0.7012,1.2526,0,0.6416,1.1749,0,0.4145,0.8838,0,0.0002,0.8838,0,0.0002,1.4045,0,0.0939,1.5289,0,0.1804,1.6545,0,0.2624,1.7835,0,0.3373,1.9149,0,0.4099,2.0496,0,0.4742,2.1866,0,0.5351,2.3259,0,0.5913,2.4686,0,0.6719,2.6662,0,0.7492,2.8454,0,0.8194,3.0076,0,0.8861,3.1515,0,0.9294,3.204,0,0.9739,3.2691,0,1.0218,3.3467,0,1.071,3.4369,0,1.1226,3.5385,0,1.1775,3.6539,0,1.2313,3.7817,0,1.2899,3.921,0,1.4666,4.1928,0,1.511,4.2784,0,1.5543,4.3675,0,1.5965,4.46,0,1.6374,4.5559,0,1.6783,4.6552,0,1.7181,4.7592,0,1.7567,4.8653,0,1.7965,4.975,0,2.0739,5.6681,0,2.1242,5.9398,0,2.123,5.9946,0,2.1207,6.046,0,2.1161,6.094,0,2.109,6.1373,0,2.0996,6.1773,0,2.0891,6.2138,0,2.0774,6.247,0,2.0622,6.2755,0,1.9089,6.7094,0,1.9089,6.9595,0,1.16,6.9595,0,0.8299,6.5279,0,0.8299,6.0529,0,0.507,6.0529,0,0.507,6.8727,0,1.1061,7.6217,0 + +[03bc] μ +PLC 1.6791,5.4877,0,1.7282,5.4854,0,1.8932,5.4751,0,1.9518,5.4694,0,1.9518,5.0058,0,1.9506,4.9613,0,1.9482,4.9156,0,1.9401,4.8688,0,1.9307,4.8197,0,1.9201,4.7694,0,1.8886,4.6621,0,1.8698,4.6073,0,1.809,4.444,0,1.7481,4.2842,0,1.692,4.1277,0,1.6405,3.9736,0,1.5902,3.8229,0,1.5433,3.6744,0,1.5001,3.5305,0,1.4579,3.3878,0,1.424,3.2542,0,1.3619,3.0087,0,1.3093,2.7929,0,1.2859,2.6959,0,1.2484,2.5257,0,1.2484,1.9948,0,1.8031,1.2948,0,1.9085,1.4296,0,2.0079,1.5654,0,2.0992,1.7025,0,2.1835,1.8395,0,2.2584,1.9777,0,2.3274,2.117,0,2.3859,2.2563,0,2.4386,2.3956,0,2.5017,2.5554,0,2.5603,2.7176,0,2.6152,2.882,0,2.6667,3.0475,0,2.7148,3.2165,0,2.758,3.3867,0,2.7966,3.5591,0,2.8329,3.7338,0,3.1091,4.919,0,3.1372,4.9921,0,3.1699,5.064,0,3.2027,5.136,0,3.2413,5.2079,0,3.2811,5.2787,0,3.3244,5.3495,0,3.3701,5.4203,0,3.4192,5.4911,0,3.8299,5.4797,0,3.8299,5.3609,0,3.8265,5.2456,0,3.8206,5.1348,0,3.8112,5.0275,0,3.7984,4.9247,0,3.7808,4.8254,0,3.7621,4.7306,0,3.7374,4.6393,0,3.2354,2.6982,0,3.2073,2.5748,0,3.1851,2.4515,0,3.1665,2.3259,0,3.1524,2.198,0,3.1441,2.069,0,3.1384,1.9388,0,3.1384,1.8064,0,3.143,1.6728,0,3.4449,1.2948,0,3.9891,1.9948,0,3.9891,2.4698,0,4.3121,2.4698,0,4.3121,1.6499,0,3.7059,0.8735,0,3.1922,0.8735,0,2.8224,1.3485,0,2.813,2.0816,0,2.6621,2.0816,0,2.6621,1.6499,0,2.0548,0.8735,0,1.5421,0.8735,0,0.936,1.6499,0,0.9267,2.0816,0,0.7746,2.0816,0,0.7746,1.2823,0,0.7664,1.1921,0,0.7581,1.0984,0,0.7441,1.0014,0,0.7266,0.9009,0,0.7043,0.7981,0,0.6785,0.6919,0,0.6494,0.5835,0,0.6236,0.4773,0,0.6013,0.3688,0,0.5827,0.2581,0,0.5674,0.1462,0,0.5546,0.0308,0,0.5464,-0.0856,0,0.5405,-0.2044,0,0.5405,-0.3243,0,0.0011,-0.3129,0,0.0022,-0.1998,0,0.0046,-0.0948,0,0.008,0.0034,0,0.0163,0.0948,0,0.0233,0.1793,0,0.0338,0.2558,0,0.0443,0.3254,0,0.0583,0.3882,0,0.9302,3.7544,0,1.2332,4.919,0,1.2613,4.9921,0,1.2918,5.064,0,1.3269,5.136,0,1.3643,5.2079,0,1.4053,5.2787,0,1.4474,5.3495,0,1.493,5.4203,0,1.5421,5.4911,0 + +[03bd] ν +PLC 1.1194,5.523,0,1.1883,5.4237,0,1.2515,5.3221,0,1.3113,5.2216,0,1.3685,5.1188,0,1.4236,5.0161,0,1.4751,4.9122,0,1.5218,4.8083,0,1.564,4.7032,0,1.7244,4.2716,0,1.7244,2.2129,0,1.8004,2.2231,0,2.5587,3.1937,0,2.6101,3.2691,0,2.6581,3.3479,0,2.7038,3.4278,0,2.7459,3.5089,0,2.7857,3.5922,0,2.8232,3.6778,0,2.8559,3.7646,0,2.8864,3.8525,0,2.9319,3.9587,0,2.9694,4.0604,0,3.0022,4.1574,0,3.0256,4.2522,0,3.0444,4.3412,0,3.0549,4.4269,0,3.0583,4.5091,0,3.0561,4.5856,0,2.987,4.798,0,2.9541,4.9099,0,2.9262,5.0252,0,2.8969,5.144,0,2.8699,5.2673,0,2.8442,5.3929,0,2.8196,5.523,0,3.2409,5.523,0,3.6119,4.9852,0,3.613,4.8676,0,3.6095,4.7557,0,3.6001,4.6473,0,3.5862,4.5422,0,3.5674,4.4417,0,3.5416,4.3458,0,3.5124,4.2533,0,3.4773,4.1654,0,2.8793,2.6216,0,2.8442,2.5486,0,2.802,2.4686,0,2.7506,2.3819,0,2.6921,2.2882,0,2.623,2.1877,0,2.5458,2.0804,0,2.4592,1.9662,0,2.3644,1.8452,0,1.5687,0.8324,0,1.186,1.3268,0,1.186,4.6495,0,0.8432,5.0812,0,0.6594,5.0812,0,0.3236,4.6495,0,0.3236,3.8731,0,0.0006,3.8731,0,0.0006,4.9955,0,0.3704,5.523,0 + +[03be] ξ +PLC 2.2106,7.954,0,2.213,7.8478,0,2.213,7.648,0,2.2084,7.4619,0,2.2049,7.374,0,2.2001,7.2906,0,2.1943,7.2095,0,2.1264,7.2095,0,2.0597,7.2164,0,1.993,7.2278,0,1.9275,7.2449,0,1.8597,7.2678,0,1.7941,7.2975,0,1.7286,7.3317,0,1.6631,7.3717,0,1.4524,7.5121,0,1.3682,7.5121,0,1.0498,7.1022,0,1.1025,7.0382,0,1.1599,6.9777,0,1.2195,6.9218,0,1.2815,6.8693,0,1.3482,6.8224,0,1.4161,6.7791,0,1.4875,6.7402,0,1.5613,6.706,0,2.2704,6.4057,0,3.1538,6.3931,0,3.1538,5.6955,0,2.4471,5.8462,0,2.3453,5.8839,0,2.247,5.9158,0,2.151,5.9444,0,2.0597,5.9661,0,1.9708,5.9843,0,1.8854,5.9969,0,1.8023,6.0038,0,1.7227,6.0072,0,1.0908,5.6098,0,1.0498,5.5664,0,1.009,5.523,0,0.9328,5.4351,0,0.8954,5.3906,0,0.8276,5.3015,0,0.7959,5.2559,0,0.7959,5.0195,0,0.9082,4.8779,0,1.0171,4.75,0,1.1271,4.6347,0,1.2371,4.5331,0,1.3436,4.444,0,1.4512,4.3686,0,1.5577,4.3058,0,1.6631,4.2568,0,2.1686,4.0409,0,2.2025,4.0284,0,2.2435,4.017,0,2.2938,4.0078,0,2.3512,4.001,0,2.4178,3.9953,0,2.4916,3.9907,0,2.5758,3.9884,0,2.6659,3.9873,0,2.9187,3.9873,0,2.921,3.8034,0,2.9187,3.6265,0,2.9164,3.542,0,2.9128,3.4586,0,2.9081,3.3775,0,2.9011,3.2988,0,2.811,3.2976,0,2.7256,3.2999,0,2.646,3.3056,0,2.5712,3.3147,0,2.5009,3.3273,0,2.4354,3.3433,0,2.3757,3.3627,0,2.3195,3.3844,0,1.8233,3.6002,0,0.9563,3.2245,0,0.9013,3.1903,0,0.8486,3.1537,0,0.7959,3.1138,0,0.7444,3.0704,0,0.6941,3.0247,0,0.645,2.9756,0,0.5969,2.9242,0,0.5514,2.8683,0,0.5607,2.4823,0,0.6088,2.4801,0,0.6555,2.4755,0,0.7011,2.4686,0,0.7468,2.4584,0,0.7912,2.4447,0,0.8357,2.4275,0,0.8791,2.4081,0,0.9223,2.3853,0,1.071,2.2974,0,1.2183,2.214,0,1.3635,2.1364,0,1.5086,2.0656,0,1.649,2.0005,0,1.7918,1.94,0,1.9298,1.8863,0,2.1112,1.8235,0,2.1557,1.8064,0,2.2037,1.787,0,2.2528,1.7653,0,2.3043,1.7413,0,2.4132,1.6865,0,2.4728,1.6557,0,2.6835,1.409,0,2.6835,0.4624,0,2.0761,-0.3026,0,1.3436,-0.3026,0,1.2933,-0.3003,0,1.2453,-0.2957,0,1.2031,-0.2866,0,1.1645,-0.2752,0,1.1294,-0.2592,0,1.0979,-0.2409,0,1.0721,-0.2192,0,1.0498,-0.193,0,0.7268,0,0,0.473,0,0,0.473,0.0868,0,0.4741,0.2558,0,0.4823,0.5024,0,0.4846,0.5835,0,0.4894,0.6623,0,0.5631,0.6623,0,0.6286,0.66,0,0.6836,0.6554,0,0.7316,0.6497,0,0.7702,0.6417,0,0.8007,0.6326,0,0.8217,0.6223,0,0.8345,0.6097,0,1.4922,0.1998,0,1.553,0.1599,0,1.6069,0.1256,0,1.6537,0.0982,0,1.6946,0.0765,0,1.7262,0.0605,0,1.7508,0.0502,0,1.7672,0.0457,0,1.7777,0.048,0,2.1241,0.4898,0,2.1148,1.1841,0,2.0399,1.1829,0,1.9661,1.1864,0,1.8924,1.1932,0,1.8222,1.2058,0,1.752,1.2206,0,1.6841,1.2412,0,1.6163,1.2651,0,1.5508,1.2926,0,0.5068,1.7801,0,0.4472,1.8201,0,0.3852,1.8669,0,0.3244,1.9194,0,0.2623,1.9777,0,0.1979,2.0416,0,0.1336,2.1112,0,0.0668,2.1866,0,0.0014,2.2677,0,0.0014,2.9185,0,0.6076,3.7007,0,1.1809,3.711,0,1.1809,3.7875,0,0.473,4.6986,0,0.473,5.6532,0,0.8545,6.1305,0,1.1914,6.1408,0,1.1914,6.2173,0,0.7175,6.8247,0,0.7175,7.4756,0,1.0908,7.954,0 + +[03bf] ο +PLC 2.16,5.4911,0,2.2618,5.4306,0,2.3624,5.3689,0,2.463,5.305,0,2.5637,5.2399,0,2.662,5.1736,0,2.7614,5.1051,0,2.8598,5.0343,0,2.9557,4.9624,0,3.0048,4.8642,0,3.0927,4.6781,0,3.1699,4.5057,0,3.205,4.4246,0,3.2389,4.347,0,3.2681,4.2716,0,3.2986,4.1928,0,3.3244,4.1174,0,3.3454,4.0466,0,3.363,3.9781,0,3.3758,3.9142,0,3.3852,3.8537,0,3.3875,3.7966,0,3.3875,3.0304,0,3.0927,2.2665,0,3.0575,2.198,0,3.0212,2.1307,0,2.9814,2.0621,0,2.937,1.9936,0,2.8901,1.924,0,2.8398,1.8555,0,2.7848,1.7858,0,2.6549,1.6271,0,2.5836,1.5438,0,2.5122,1.4661,0,2.4432,1.3942,0,2.3741,1.3279,0,2.3062,1.2686,0,2.2418,1.2138,0,2.1775,1.1647,0,1.7024,0.8735,0,1.1863,0.8849,0,0.6271,1.2412,0,0.5649,1.2971,0,0.5029,1.3679,0,0.4398,1.4535,0,0.3754,1.5529,0,0.3099,1.6682,0,0.2455,1.7995,0,0.1788,1.9445,0,0.1109,2.1044,0,0.0841,2.1809,0,0.0594,2.2551,0,0.0384,2.3259,0,0.022,2.3944,0,0.0091,2.4607,0,0.0009,2.5246,0,-0.006,2.5851,0,-0.0084,2.6422,0,0.0009,3.3661,0,0.0805,3.5637,0,0.1566,3.7464,0,0.2315,3.9153,0,0.3041,4.0695,0,0.373,4.2088,0,0.4409,4.3344,0,0.5065,4.4452,0,0.5685,4.5411,0,0.6726,4.6655,0,0.7756,4.7809,0,0.875,4.887,0,0.9734,4.9841,0,1.0681,5.0709,0,1.1606,5.1485,0,1.2507,5.2159,0,1.3396,5.2753,0,1.6766,5.4911,0 +PLC 1.7527,4.9727,0,1.6018,4.8688,0,1.4683,4.7694,0,1.3525,4.6747,0,1.2507,4.5833,0,1.1665,4.4977,0,1.0998,4.4155,0,1.0483,4.3378,0,0.558,3.0738,0,0.5521,3.0521,0,0.5463,3.0259,0,0.5416,2.9927,0,0.538,2.9539,0,0.5334,2.8591,0,0.5311,2.7415,0,0.5322,2.6673,0,0.5358,2.5988,0,0.5416,2.536,0,0.5486,2.4766,0,0.558,2.4218,0,0.5697,2.3727,0,0.5849,2.327,0,0.6001,2.2871,0,0.641,2.1798,0,0.6762,2.0781,0,0.7054,1.9834,0,0.73,1.8932,0,0.7475,1.8098,0,0.7616,1.7333,0,0.7697,1.6614,0,0.7721,1.5963,0,0.9699,1.5757,0,1.4532,1.2743,0,1.624,1.3793,0,1.775,1.481,0,1.9083,1.578,0,2.0242,1.6705,0,2.1214,1.7584,0,2.201,1.8418,0,2.263,1.9206,0,2.3062,1.9948,0,2.8188,3.2862,0,2.8281,3.3182,0,2.8363,3.357,0,2.8434,3.4015,0,2.8469,3.4506,0,2.8503,3.5066,0,2.8503,3.5682,0,2.8469,3.7064,0,2.8457,3.7726,0,2.8398,3.8354,0,2.8317,3.8948,0,2.8234,3.9496,0,2.8095,3.9998,0,2.7966,4.0466,0,2.7802,4.0889,0,2.7416,4.194,0,2.7087,4.2944,0,2.6796,4.3881,0,2.6561,4.4771,0,2.6362,4.5605,0,2.6222,4.6393,0,2.6129,4.7123,0,2.6081,4.7797,0,2.5519,4.7809,0,2.5004,4.7843,0,2.4537,4.7911,0,2.4115,4.8014,0,2.3741,4.8128,0,2.3414,4.8277,0,2.3133,4.8459,0,2.2899,4.8653,0,2.1857,4.9236,0,2.0885,4.9795,0,1.9996,5.0321,0,1.9188,5.0812,0 + +[03c0] π +PLC 4.3221,5.7948,0,4.3221,5.6098,0,3.7148,4.8608,0,2.9073,4.8608,0,2.905,4.6804,0,2.9003,4.5045,0,2.8932,4.3333,0,2.8839,4.1654,0,2.871,4.001,0,2.8535,3.8423,0,2.8359,3.6858,0,2.8149,3.5351,0,2.7833,3.3296,0,2.7552,3.1275,0,2.7318,2.9288,0,2.7108,2.7335,0,2.6943,2.5429,0,2.6827,2.3545,0,2.6756,2.1695,0,2.671,1.9879,0,3.0173,1.546,0,3.2011,1.546,0,3.6902,2.1512,0,3.8504,2.1512,0,3.8504,1.6328,0,3.2431,0.8838,0,2.7306,0.8838,0,2.1233,1.691,0,2.1244,1.8383,0,2.1292,1.9788,0,2.1361,2.1112,0,2.1466,2.2357,0,2.1607,2.3545,0,2.1759,2.4652,0,2.1935,2.5691,0,2.2169,2.665,0,2.5866,4.106,0,2.596,4.8608,0,1.7278,4.8608,0,1.7195,4.106,0,1.1801,2.0199,0,1.1216,1.8395,0,1.0619,1.6705,0,0.9987,1.5118,0,0.9343,1.3645,0,0.8664,1.2275,0,0.7963,1.1019,0,0.7237,0.9877,0,0.6488,0.8838,0,0.2369,0.8838,0,0.2369,1.409,0,0.3305,1.5335,0,0.4147,1.6557,0,0.4943,1.7755,0,0.5646,1.8943,0,0.6289,2.0108,0,0.685,2.1249,0,0.7331,2.2368,0,0.7763,2.3476,0,1.1298,3.5819,0,1.4072,4.2819,0,1.4106,4.3629,0,1.4165,4.7295,0,1.4165,4.8608,0,0.8864,4.8608,0,0.4136,4.2568,0,0.0005,4.2682,0,0.0005,4.4726,0,0.843,5.523,0,3.4631,5.523,0,3.6902,5.5995,0,3.7312,5.6235,0,3.8177,5.6669,0,3.8621,5.6886,0,3.9102,5.708,0,4.0096,5.7446,0,4.0599,5.7617,0,4.2718,5.8256,0 + +[03c1] ρ +PLC 2.158,5.4911,0,2.2574,5.4306,0,2.3592,5.3689,0,2.4586,5.305,0,2.557,5.2399,0,2.6564,5.1736,0,2.7548,5.1051,0,2.8519,5.0343,0,2.9491,4.9624,0,2.9958,4.8642,0,3.0414,4.7694,0,3.1234,4.5902,0,3.1608,4.5057,0,3.2299,4.347,0,3.2602,4.2716,0,3.2907,4.1905,0,3.3153,4.1094,0,3.3375,4.0284,0,3.3527,3.9462,0,3.3656,3.864,0,3.375,3.7806,0,3.3784,3.6984,0,3.3784,3.6139,0,3.3808,3.4929,0,3.3808,3.3832,0,3.3796,3.2839,0,3.3727,3.1195,0,3.3679,3.0544,0,3.361,2.9996,0,3.3527,2.9562,0,3.0333,2.1683,0,2.9501,2.0416,0,2.8531,1.9171,0,2.7408,1.7927,0,2.6143,1.6705,0,2.4739,1.5483,0,2.317,1.4273,0,2.1475,1.3063,0,1.9625,1.1875,0,1.8946,1.1852,0,1.8267,1.1818,0,1.7613,1.1807,0,1.6958,1.1784,0,1.5705,1.1761,0,1.5085,1.1761,0,1.45,1.1749,0,0.9526,1.4775,0,0.7081,1.4775,0,0.6999,2.0816,0,0.5489,2.0816,0,0.5489,-0.3243,0,0.0013,-0.3243,0,0.1873,2.0507,0,0.1979,2.1512,0,0.2084,2.2517,0,0.2178,2.3545,0,0.2247,2.4572,0,0.2306,2.5623,0,0.2342,2.6673,0,0.2354,2.7735,0,0.2377,2.9551,0,0.2423,3.0316,0,0.2494,3.1103,0,0.2599,3.1914,0,0.2728,3.2748,0,0.2892,3.3604,0,0.3079,3.4483,0,0.3289,3.5385,0,0.3617,3.6687,0,0.3968,3.7989,0,0.4319,3.9313,0,0.4705,4.0649,0,0.5114,4.1985,0,0.5524,4.3333,0,0.5958,4.4691,0,0.6413,4.6073,0,0.7069,4.6907,0,0.7689,4.7683,0,0.831,4.8414,0,0.8918,4.9087,0,0.9515,4.9704,0,1.0088,5.0275,0,1.0661,5.0789,0,1.1223,5.1245,0,1.677,5.4911,0 +PLC 1.3669,4.726,0,1.3107,4.6804,0,1.2546,4.6187,0,1.196,4.5411,0,1.1387,4.4474,0,1.0778,4.339,0,1.017,4.2134,0,0.9562,4.0729,0,0.8942,3.9165,0,0.8661,3.8423,0,0.8427,3.7544,0,0.8216,3.6539,0,0.8063,3.5385,0,0.7924,3.4107,0,0.7829,3.2691,0,0.7783,3.1138,0,0.776,2.9448,0,0.7783,2.89,0,0.7877,2.8283,0,0.8017,2.7598,0,0.8204,2.6844,0,0.8439,2.6011,0,0.8754,2.5109,0,0.9117,2.4138,0,0.9526,2.3099,0,0.969,2.2631,0,0.9807,2.214,0,0.9936,2.1649,0,1.0006,2.1147,0,1.0077,2.0621,0,1.0112,2.0096,0,1.0124,1.9548,0,1.0124,1.8989,0,1.2055,1.8783,0,1.677,1.5757,0,1.8431,1.6819,0,1.9906,1.7824,0,2.1217,1.8794,0,2.2352,1.9719,0,2.3299,2.0599,0,2.4083,2.1432,0,2.4681,2.2231,0,2.5113,2.2974,0,2.8051,3.0635,0,2.8051,3.8937,0,2.8039,3.9131,0,2.7992,3.9393,0,2.7782,4.0101,0,2.7442,4.1072,0,2.7208,4.1643,0,2.6962,4.2293,0,2.6669,4.2967,0,2.6412,4.3641,0,2.619,4.4326,0,2.6014,4.5011,0,2.5885,4.5696,0,2.578,4.6393,0,2.5722,4.7089,0,2.5699,4.7797,0,2.5148,4.7809,0,2.4645,4.7843,0,2.419,4.7911,0,2.378,4.8014,0,2.3417,4.8128,0,2.3089,4.8277,0,2.282,4.8459,0,2.2574,4.8653,0,2.1077,4.9521,0,1.9766,5.0321,0,1.8958,5.0812,0 + +[03c2] ς +PL 2.5563,0.031,0,1.9439,-0.2711,0,1.3122,-0.2711,0,0.5377,-0.013,0,0.3547,-0.5619,0,1.2183,-0.8498,0,2.039,-0.8498,0,2.8184,-0.5863,0,3.0811,-0.3784,0,3.259,-0.1912,0,3.4091,-0.0186,0,3.4392,0.2376,0,3.4392,0.4533,0,3.397,0.663,0,3.2614,0.9603,0,3.1212,1.1799,0,3.0162,1.2954,0,2.6741,1.47,0,2.038,1.7274,0,1.3454,1.9991,0,1.064,2.1722,0,0.8742,2.4015,0,0.7147,2.8863,0,0.646,3.274,0,0.6542,3.5867,0,0.8538,4.1856,0,1.292,4.6238,0,1.687,4.8213,0,2.3902,4.8213,0,2.9571,4.6983,0,3.5923,4.2821,0,3.9094,4.7661,0,3.1845,5.2411,0,2.4522,5.4,0,1.5505,5.4,0,0.9493,5.0994,0,0.3481,4.4982,0,0.0475,3.5964,0,0.0475,3.2168,0,0.1495,2.6831,0,0.3489,2.0909,0,0.5448,1.8347,0,0.786,1.6488,0,1.0205,1.505,0,1.8751,1.1698,0,2.1317,1.0801,0,2.3182,1.022,0,2.5009,0.8785,0,2.6575,0.6892,0,2.7162,0.4935,0,2.6966,0.2455,0,2.5563,0.0427,0 + +[03c3] σ +PLC 3.8589,5.4911,0,3.8589,4.8003,0,3.1581,4.79,0,3.268,4.2613,0,3.2973,4.1802,0,3.3231,4.0992,0,3.3441,4.017,0,3.3605,3.9348,0,3.3722,3.8525,0,3.3815,3.7703,0,3.3862,3.687,0,3.3862,3.1823,0,3.3839,3.1275,0,3.3815,3.0761,0,3.3745,3.027,0,3.3652,2.9813,0,3.3535,2.9379,0,3.3395,2.898,0,3.3207,2.8614,0,3.302,2.8272,0,3.2318,2.6273,0,3.1955,2.5337,0,3.1604,2.4469,0,3.1264,2.3647,0,3.0914,2.2871,0,3.0575,2.214,0,3.0235,2.1466,0,2.8385,1.8555,0,2.7367,1.7265,0,2.6326,1.6054,0,2.525,1.4912,0,2.4173,1.3839,0,2.3062,1.2834,0,2.1949,1.1909,0,2.0791,1.1042,0,1.9632,1.0254,0,1.9083,0.9923,0,1.8603,0.9637,0,1.8171,0.9386,0,1.7761,0.9169,0,1.7046,0.8872,0,1.6765,0.8781,0,1.6508,0.8735,0,1.3139,0.8735,0,1.0868,0.9489,0,1.0038,1.0002,0,0.8515,1.0984,0,0.7814,1.1464,0,0.7147,1.1932,0,0.6527,1.2389,0,0.5941,1.2834,0,0.5392,1.3268,0,0.5028,1.3633,0,0.4666,1.4022,0,0.4339,1.4433,0,0.4022,1.4867,0,0.3719,1.5312,0,0.3449,1.5803,0,0.3192,1.6305,0,0.2946,1.6831,0,0.0769,2.2437,0,0.0523,2.3122,0,0.0348,2.375,0,0.0196,2.4332,0,0.0091,2.4869,0,0.002,2.536,0,-0.0004,2.5805,0,0.002,2.6194,0,0.0091,2.6548,0,0.0172,3.3661,0,0.0957,3.5637,0,0.1717,3.7464,0,0.2466,3.9153,0,0.3192,4.0695,0,0.387,4.2088,0,0.4549,4.3344,0,0.5192,4.4452,0,0.5812,4.5411,0,0.6854,4.6655,0,0.7872,4.7809,0,0.8867,4.887,0,0.9826,4.9841,0,1.0786,5.0709,0,1.1699,5.1485,0,1.2612,5.2159,0,1.3466,5.2753,0,1.6836,5.4911,0 +PLC 1.7549,4.9567,0,1.5842,4.83,0,1.4297,4.7009,0,1.2869,4.5719,0,1.1582,4.4394,0,1.0424,4.307,0,0.9394,4.1722,0,0.8504,4.0352,0,0.5907,3.3456,0,0.5812,1.9948,0,0.6386,1.924,0,0.6994,1.8555,0,0.7638,1.7881,0,0.8341,1.7242,0,0.9078,1.6614,0,0.985,1.602,0,1.0681,1.5449,0,1.1535,1.4901,0,1.466,1.2846,0,1.7866,1.4821,0,1.8931,1.5552,0,1.9949,1.6305,0,2.0908,1.7105,0,2.1821,1.7927,0,2.2687,1.8783,0,2.3494,1.9685,0,2.4255,2.061,0,2.4769,2.1615,0,2.5285,2.2688,0,2.58,2.383,0,2.6326,2.5029,0,2.6852,2.6308,0,2.7379,2.7644,0,2.7929,2.906,0,2.8468,3.0533,0,2.8468,4.3686,0,2.787,4.4406,0,2.7227,4.5114,0,2.6537,4.5799,0,2.58,4.6473,0,2.5004,4.7123,0,2.4161,4.7763,0,2.326,4.8379,0,2.2324,4.8985,0,2.1809,4.9293,0,2.092,4.9852,0,1.9866,5.0503,0,1.9598,5.0675,0,1.9375,5.0812,0 + +[03c4] τ +PLC 3.861,5.4625,0,3.861,5.257,0,3.4899,4.7831,0,2.211,4.7626,0,2.211,4.2339,0,1.8447,3.3056,0,1.7346,3.0361,0,1.7277,1.9777,0,2.0717,1.546,0,2.5047,1.546,0,2.9938,2.1512,0,3.153,2.1512,0,3.153,1.6328,0,2.5467,0.8838,0,1.7861,0.8838,0,1.1788,1.6328,0,1.18,1.7698,0,1.1847,1.9012,0,1.1906,2.0245,0,1.1987,2.1432,0,1.2092,2.254,0,1.2233,2.3602,0,1.2385,2.4584,0,1.256,2.5509,0,1.3122,2.7667,0,1.3661,2.9733,0,1.4211,3.1697,0,1.4749,3.357,0,1.5264,3.534,0,1.5779,3.7007,0,1.6282,3.8582,0,1.6774,4.0067,0,1.8868,4.557,0,1.8868,4.7831,0,1.2385,4.7831,0,0.9413,4.589,0,0.506,4.2979,0,0.1607,3.8765,0,0.0005,3.8765,0,0.0005,4.3949,0,0.8419,5.4728,0 + +[03c5] υ +PLC 1.3574,5.523,0,1.7295,5.0423,0,1.7295,4.331,0,1.7249,4.2522,0,1.7202,4.1711,0,1.7097,4.0889,0,1.6957,4.0044,0,1.6792,3.9188,0,1.6594,3.8309,0,1.6359,3.7418,0,1.2662,2.3008,0,1.2568,1.546,0,2.4949,1.546,0,2.6143,1.7013,0,2.7242,1.8555,0,2.8248,2.0073,0,2.9149,2.1581,0,2.9981,2.3076,0,3.0694,2.4561,0,3.1327,2.6022,0,3.1864,2.7484,0,3.2415,2.8786,0,3.2614,2.9356,0,3.2789,2.9859,0,3.2906,3.0316,0,3.2988,3.0704,0,3.3034,3.1035,0,3.3034,4.3881,0,2.8319,4.9989,0,2.8319,5.523,0,3.2438,5.523,0,3.3129,5.4226,0,3.3773,5.3221,0,3.4381,5.2193,0,3.4953,5.1177,0,3.5492,5.0138,0,3.5995,4.9099,0,3.6476,4.806,0,3.6908,4.6998,0,3.7189,4.6336,0,3.7446,4.5696,0,3.7668,4.5091,0,3.788,4.4509,0,3.8066,4.3949,0,3.8207,4.3424,0,3.843,4.2442,0,3.5644,2.7906,0,3.534,2.6605,0,3.5024,2.536,0,3.4674,2.415,0,3.431,2.2985,0,3.3936,2.1877,0,3.3549,2.0804,0,3.3129,1.9788,0,3.2696,1.8817,0,3.0846,1.5883,0,3.032,1.5266,0,2.9747,1.465,0,2.9138,1.4045,0,2.8471,1.3451,0,2.7757,1.2857,0,2.7008,1.2263,0,2.6212,1.1692,0,2.537,1.1121,0,2.4504,1.0562,0,2.3709,1.0082,0,2.2947,0.9683,0,2.2234,0.9352,0,2.1567,0.9112,0,2.0959,0.8941,0,2.0408,0.8849,0,1.9893,0.8838,0,1.3153,0.8838,0,0.7091,1.6762,0,0.7115,1.8201,0,0.715,1.956,0,0.722,2.0861,0,0.7325,2.2083,0,0.7466,2.3236,0,0.7618,2.4321,0,0.7794,2.5337,0,0.8016,2.6285,0,1.1258,3.8605,0,1.1422,3.9382,0,1.155,4.017,0,1.1667,4.0969,0,1.1737,4.178,0,1.1796,4.2602,0,1.182,4.3435,0,1.1808,4.4292,0,1.1831,4.5308,0,1.1831,4.7169,0,1.1784,4.8802,0,1.1737,4.9521,0,1.1703,5.0195,0,1.1632,5.0812,0,0.887,5.0812,0,0.8262,4.9989,0,0.7677,4.911,0,0.7115,4.8197,0,0.6565,4.7238,0,0.605,4.6233,0,0.5535,4.5182,0,0.5032,4.4086,0,0.4564,4.2944,0,0.3909,4.1745,0,0.3546,4.1186,0,0.3172,4.0649,0,0.2786,4.0135,0,0.2388,3.9644,0,0.1966,3.9176,0,0.1533,3.8731,0,0.0012,3.8731,0,0.0035,3.9644,0,0.0093,4.0535,0,0.0188,4.1403,0,0.0305,4.2248,0,0.0491,4.307,0,0.0679,4.3881,0,0.0925,4.4668,0,0.1194,4.5433,0,0.1756,4.6758,0,0.2317,4.806,0,0.2914,4.9327,0,0.3523,5.0572,0,0.4143,5.1782,0,0.4763,5.2958,0,0.5418,5.4111,0,0.6073,5.523,0 + +[03c6] φ +PLC 2.4278,7.3032,0,2.4278,6.505,0,2.3763,6.2138,0,2.3494,6.1339,0,2.3248,6.0551,0,2.3013,5.9775,0,2.2558,5.8268,0,2.2358,5.7526,0,2.2171,5.6806,0,2.1995,5.6098,0,2.2452,5.5516,0,2.2908,5.4968,0,2.3377,5.4443,0,2.3868,5.394,0,2.436,5.3472,0,2.4874,5.3027,0,2.5378,5.2604,0,2.5916,5.2216,0,2.6665,5.1714,0,2.7402,5.1165,0,2.814,5.0583,0,2.8853,4.9955,0,2.9567,4.9281,0,3.0269,4.8574,0,3.096,4.782,0,3.1627,4.7032,0,3.3966,4.412,0,3.3966,3.5568,0,3.392,3.478,0,3.3827,3.3992,0,3.3698,3.3205,0,3.3522,3.2405,0,3.33,3.1606,0,3.3031,3.0807,0,3.2714,2.9996,0,3.2001,2.8215,0,3.1229,2.6548,0,3.0421,2.4983,0,2.9567,2.3522,0,2.8677,2.2174,0,2.7742,2.0941,0,2.6758,1.9799,0,2.5716,1.8783,0,1.8052,1.3805,0,1.7643,1.3382,0,1.6847,1.2526,0,1.611,1.1692,0,1.5431,1.087,0,1.5104,1.0459,0,1.5104,-0.3243,0,0.972,-0.3243,0,0.972,0.475,0,0.9755,0.5389,0,0.9814,0.5995,0,0.9884,0.6543,0,0.9989,0.7034,0,1.0118,0.749,0,1.0282,0.7879,0,1.0446,0.8233,0,1.0645,0.8529,0,1.0844,0.9123,0,1.1054,0.9728,0,1.123,1.0345,0,1.1429,1.0973,0,1.1605,1.1612,0,1.192,1.2926,0,1.2072,1.3599,0,1.1639,1.4159,0,1.1171,1.4707,0,1.0668,1.5232,0,1.013,1.5757,0,0.9557,1.626,0,0.8948,1.6751,0,0.8316,1.723,0,0.7637,1.7687,0,0.7005,1.8121,0,0.6362,1.8612,0,0.5718,1.9149,0,0.5051,1.9742,0,0.4396,2.0393,0,0.3729,2.1101,0,0.305,2.1855,0,0.2348,2.2665,0,0.0007,2.5566,0,0.0007,3.3661,0,0.0031,3.4392,0,0.009,3.5717,0,0.0159,3.6299,0,0.0242,3.6847,0,0.0347,3.7349,0,0.0464,3.7795,0,0.0605,3.8194,0,0.1353,3.9998,0,0.2161,4.1745,0,0.2979,4.3424,0,0.3846,4.5045,0,0.4747,4.661,0,0.5684,4.8105,0,0.6666,4.9544,0,0.7672,5.0914,0,0.9615,5.2867,0,1.0142,5.3232,0,1.0668,5.3575,0,1.1219,5.3906,0,1.1733,5.4214,0,1.2283,5.45,0,1.2821,5.4762,0,1.3371,5.5013,0,1.3922,5.523,0,1.4647,5.5562,0,1.5361,5.5927,0,1.6039,5.6349,0,1.6671,5.6829,0,1.7268,5.7354,0,1.7853,5.7925,0,1.838,5.8542,0,1.8883,5.9215,0,1.8883,7.3032,0 +PLC 1.2225,4.9373,0,1.116,4.7843,0,1.0165,4.6336,0,0.9252,4.4851,0,0.8456,4.3401,0,0.7743,4.1962,0,0.711,4.0558,0,0.6315,3.8423,0,0.607,3.7544,0,0.587,3.6539,0,0.5694,3.5385,0,0.5566,3.4107,0,0.5472,3.2691,0,0.5426,3.1138,0,0.5403,2.9448,0,0.5403,2.6,0,0.5975,2.528,0,0.6585,2.4595,0,0.7239,2.3921,0,0.7942,2.3282,0,0.8667,2.2654,0,0.9439,2.206,0,1.027,2.1489,0,1.1124,2.0941,0,1.3922,1.9091,0,1.3933,2.1398,0,1.3979,2.3613,0,1.4039,2.5737,0,1.4144,2.7781,0,1.4272,2.9733,0,1.4437,3.1595,0,1.4611,3.3364,0,1.4846,3.5054,0,1.6274,5.0914,0,1.3407,5.0914,0 +PLC 1.9562,4.9761,0,1.9679,4.7135,0,1.9714,4.4657,0,1.9714,4.2339,0,1.9655,4.0181,0,1.955,3.8171,0,1.9375,3.6322,0,1.914,3.462,0,1.7807,1.9206,0,1.8801,1.9822,0,2.0662,2.1033,0,2.154,2.1626,0,2.237,2.222,0,2.3154,2.2802,0,2.3903,2.3385,0,2.4629,2.3956,0,2.498,2.4721,0,2.5318,2.5486,0,2.5998,2.7027,0,2.6314,2.7815,0,2.6934,2.9402,0,2.7227,3.0202,0,2.7554,3.0921,0,2.7823,3.164,0,2.8057,3.2394,0,2.8257,3.3147,0,2.8397,3.3924,0,2.8502,3.4712,0,2.8572,3.5522,0,2.8584,3.6356,0,2.8584,4.3686,0,2.7987,4.4406,0,2.7344,4.5114,0,2.6653,4.5799,0,2.5916,4.6473,0,2.512,4.7123,0,2.4278,4.7763,0,2.3388,4.8379,0,2.2441,4.8985,0,2.0627,5.0092,0,2.0264,5.0309,0,1.9643,5.0675,0,1.9397,5.0812,0,1.9397,5.2536,0 + +[03c7] χ +PLC 1.1378,5.523,0,1.1928,5.4477,0,1.2477,5.37,0,1.297,5.2924,0,1.3473,5.2136,0,1.3917,5.1337,0,1.4362,5.0526,0,1.4783,4.9715,0,1.5169,4.8882,0,1.6936,4.4223,0,1.7077,4.3744,0,1.7206,4.3218,0,1.738,4.2088,0,1.7451,4.1471,0,1.7497,4.0821,0,1.7533,4.0135,0,1.9042,4.0135,0,1.9054,4.0832,0,1.9113,4.1551,0,1.9206,4.2271,0,1.9335,4.3001,0,1.9511,4.3732,0,1.9709,4.4463,0,1.9955,4.5217,0,2.0224,4.597,0,2.0517,4.6667,0,2.0774,4.7386,0,2.0974,4.8128,0,2.1149,4.887,0,2.1277,4.9635,0,2.136,5.0412,0,2.1394,5.12,0,2.1394,5.523,0,2.9399,5.523,0,2.0307,3.1446,0,1.7533,2.4481,0,1.7533,2.3636,0,1.7521,2.2814,0,1.7521,2.2015,0,1.7487,1.9708,0,1.744,1.8258,0,1.7451,1.7938,0,1.7533,1.7173,0,1.7592,1.6728,0,1.7673,1.6248,0,1.7767,1.5723,0,1.7895,1.5152,0,1.8036,1.4547,0,1.8493,1.2846,0,1.8867,1.1224,0,1.9183,0.9694,0,1.944,0.8244,0,1.9628,0.6885,0,1.9756,0.5606,0,1.9816,0.4419,0,1.9804,0.3311,0,2.5115,0.3311,0,2.9996,0.9352,0,3.1587,0.9352,0,3.1587,0.4179,0,2.5537,-0.3311,0,2.04,-0.3311,0,1.9792,-0.2455,0,1.923,-0.153,0,1.8691,-0.0537,0,1.8176,0.0537,0,1.7697,0.1679,0,1.724,0.29,0,1.682,0.4179,0,1.62,0.636,0,1.5719,0.797,0,1.5462,0.8769,0,1.5216,0.9557,0,1.4689,1.111,0,1.4408,1.1875,0,1.4408,1.3234,0,1.4362,1.4341,0,1.435,1.4661,0,1.4338,1.4947,0,1.2723,1.4947,0,1.2735,1.4296,0,1.2712,1.3668,0,1.2653,1.304,0,1.2572,1.2435,0,1.2477,1.1841,0,1.2337,1.1258,0,1.2162,1.0688,0,1.1974,1.0128,0,0.8101,0.0297,0,0.8089,-0.0148,0,0.8089,-0.1028,0,0.8066,-0.193,0,0.8043,-0.2386,0,0.8031,-0.2855,0,0.8008,-0.3311,0,0.0015,-0.3209,0,0.0015,-0.1119,0,0.0905,-0.0011,0,0.1806,0.1313,0,0.2718,0.2843,0,0.3655,0.459,0,0.459,0.6531,0,0.555,0.8689,0,0.6521,1.1064,0,0.7505,1.3633,0,1.3485,2.9254,0,1.3719,2.9756,0,1.3905,3.0236,0,1.4057,3.0692,0,1.4163,3.1115,0,1.4222,3.1503,0,1.4245,3.188,0,1.4222,3.2223,0,1.4163,3.2531,0,1.4163,3.9644,0,1.18,4.6084,0,1.18,4.8608,0,0.6498,4.8608,0,0.1618,4.2568,0,0.0015,4.2568,0,0.0015,4.774,0,0.6206,5.523,0 + +[03c8] ψ +PLC 2.4351,7.3146,0,1.7272,1.8783,0,1.7716,1.8772,0,1.8137,1.8794,0,1.8581,1.8863,0,1.8991,1.8966,0,1.9389,1.9103,0,1.9787,1.9286,0,2.0173,1.9502,0,2.0559,1.9765,0,2.393,2.1798,0,2.5872,2.1798,0,2.5884,2.2494,0,2.592,2.3168,0,2.5977,2.3819,0,2.6071,2.4447,0,2.6165,2.5063,0,2.6294,2.5657,0,2.6457,2.6216,0,2.6621,2.6776,0,3.0167,3.9393,0,3.0296,3.9918,0,3.0413,4.0409,0,3.0565,4.1334,0,3.0599,4.1745,0,3.0623,4.2145,0,3.0623,4.2499,0,3.0588,4.2842,0,3.0588,4.3538,0,3.0542,4.4235,0,3.0459,4.4931,0,3.033,4.5628,0,3.0167,4.6313,0,2.9956,4.6998,0,2.9698,4.7672,0,2.9407,4.8345,0,2.8142,5.5025,0,2.8914,5.5025,0,3.0389,5.5002,0,3.1092,5.4979,0,3.2437,5.4911,0,3.3701,5.4819,0,3.3712,5.402,0,3.3736,5.3278,0,3.3783,5.2616,0,3.3853,5.201,0,3.3936,5.1474,0,3.4029,5.1006,0,3.4146,5.0606,0,3.4286,5.0275,0,3.4708,4.9213,0,3.5059,4.8208,0,3.5374,4.7283,0,3.5621,4.6427,0,3.5819,4.5639,0,3.5948,4.492,0,3.6041,4.428,0,3.6053,4.3698,0,3.6053,3.8092,0,3.6041,3.7658,0,3.6007,3.7201,0,3.5948,3.6721,0,3.5854,3.623,0,3.5738,3.5728,0,3.5585,3.5203,0,3.5421,3.4666,0,3.5223,3.4107,0,3.1338,2.4287,0,3.0857,2.3202,0,3.0284,2.2163,0,2.9641,2.1158,0,2.8892,2.021,0,2.8084,1.9297,0,2.7171,1.8429,0,2.6177,1.7596,0,2.51,1.6808,0,1.9811,1.4045,0,1.7692,1.2857,0,1.5844,1.1338,0,1.4837,1.0048,0,1.4837,-0.3654,0,0.9442,-0.354,0,0.9466,-0.2398,0,0.9502,-0.1279,0,0.9583,-0.0194,0,0.9666,0.0856,0,0.9794,0.1884,0,0.9957,0.2877,0,1.0133,0.3837,0,1.0355,0.4761,0,1.0706,0.6097,0,1.0999,0.7388,0,1.1256,0.8644,0,1.1468,0.9865,0,1.1607,1.1042,0,1.1713,1.2183,0,1.1771,1.3291,0,1.1771,1.4364,0,0.8436,1.4364,0,0.0011,2.568,0,0.0011,3.832,0,0.0608,4.122,0,0.3299,4.7809,0,0.3674,4.8448,0,0.4036,4.9053,0,0.4773,5.0184,0,0.5125,5.0709,0,0.5476,5.1211,0,0.5815,5.1679,0,0.6167,5.2125,0,0.8436,5.5025,0,1.2508,5.4922,0,1.2508,5.2867,0,1.1642,5.1736,0,1.0847,5.0606,0,1.0086,4.9476,0,0.9419,4.8345,0,0.8775,4.7215,0,0.8226,4.6073,0,0.7711,4.4943,0,0.7254,4.3812,0,0.5569,3.9713,0,0.5488,3.0658,0,0.8612,2.2563,0,0.8939,2.2003,0,0.9268,2.1478,0,0.9607,2.0964,0,0.9946,2.0484,0,1.0274,2.0028,0,1.0601,1.9582,0,1.0941,1.9171,0,1.1268,1.8783,0,1.4088,1.8783,0,1.41,2.1021,0,1.4135,2.3156,0,1.4183,2.5177,0,1.4276,2.7096,0,1.4369,2.89,0,1.451,3.0601,0,1.4662,3.2188,0,1.4837,3.3673,0,1.8535,5.7617,0,1.8629,5.8382,0,1.8688,5.917,0,1.8734,5.9969,0,1.8805,6.1648,0,1.8816,6.2515,0,1.8816,6.3406,0,1.8793,6.4308,0,1.8793,7.3146,0 + +[03c9] ω +PLC 1.956,5.4797,0,1.956,5.2753,0,1.8917,5.1965,0,1.8239,5.1211,0,1.7536,5.0492,0,1.6823,4.9818,0,1.6073,4.9167,0,1.5289,4.8562,0,1.4494,4.8003,0,1.3663,4.7466,0,1.3195,4.7044,0,1.2329,4.6221,0,1.1931,4.5822,0,1.1568,4.5433,0,1.1229,4.5057,0,1.0925,4.4691,0,1.0632,4.4337,0,0.8946,4.1654,0,0.8689,4.0866,0,0.8221,3.9325,0,0.7999,3.8571,0,0.7777,3.7817,0,0.718,3.5614,0,0.6758,3.3981,0,0.6396,3.2451,0,0.6104,3.1024,0,0.5847,2.9699,0,0.5659,2.8466,0,0.5518,2.7335,0,0.5437,2.6296,0,0.5401,2.536,0,0.5401,1.9948,0,1.1077,1.2617,0,1.3113,1.3268,0,1.4762,1.4319,0,1.557,1.4855,0,1.6378,1.5403,0,1.7186,1.5963,0,1.7982,1.6534,0,1.8776,1.7105,0,1.956,1.7687,0,1.9877,1.8726,0,2.0192,1.9845,0,2.0497,2.1033,0,2.0813,2.23,0,2.1117,2.3647,0,2.1726,2.657,0,2.2404,3.0133,0,2.2732,3.2063,0,2.3002,3.3958,0,2.3212,3.5819,0,2.34,3.7623,0,2.3528,3.9405,0,2.361,4.1129,0,2.3622,4.2819,0,2.9226,4.2819,0,2.8196,3.333,0,2.8127,3.2485,0,2.8033,3.1629,0,2.7927,3.075,0,2.7798,2.9859,0,2.7647,2.8945,0,2.7307,2.7073,0,2.7097,2.6114,0,2.7026,2.5463,0,2.6945,2.4766,0,2.6897,2.4024,0,2.6839,2.3225,0,2.6804,2.238,0,2.678,2.1478,0,2.6758,1.9525,0,2.6758,1.6933,0,3.0151,1.2617,0,3.2281,1.3382,0,3.7266,1.6625,0,3.7745,1.7082,0,3.8202,1.7538,0,3.8636,1.7995,0,3.9044,1.8452,0,3.9442,1.8909,0,3.9816,1.9365,0,4.0157,1.9822,0,4.0484,2.0279,0,4.2602,2.2974,0,4.2602,3.6287,0,4.2567,3.7247,0,4.2485,3.8171,0,4.2357,3.9051,0,4.2181,3.9896,0,4.197,4.0695,0,4.1713,4.146,0,4.1432,4.2179,0,4.0929,4.3504,0,4.0414,4.476,0,3.9875,4.5947,0,3.9313,4.7089,0,3.8741,4.8162,0,3.8143,4.9179,0,3.7523,5.0126,0,3.6868,5.1017,0,3.62,5.0994,0,3.5804,5.1006,0,3.5359,5.1028,0,3.4879,5.1063,0,3.4352,5.1108,0,3.3778,5.1165,0,3.317,5.1245,0,3.317,5.4911,0,3.9653,5.4911,0,4.0765,5.3461,0,4.1794,5.2045,0,4.2743,5.0663,0,4.3608,4.9304,0,4.4392,4.7968,0,4.5095,4.6655,0,4.5715,4.5376,0,4.6253,4.412,0,4.6674,4.3001,0,4.7048,4.1962,0,4.7353,4.0992,0,4.7599,4.0113,0,4.7786,3.9302,0,4.7915,3.8571,0,4.7985,3.7909,0,4.7996,3.7338,0,4.7996,2.8911,0,4.7985,2.8237,0,4.7939,2.7621,0,4.7868,2.7073,0,4.7774,2.657,0,4.7669,2.6125,0,4.7517,2.5737,0,4.7353,2.5406,0,4.7155,2.5132,0,4.6745,2.4013,0,4.6335,2.2939,0,4.5925,2.1889,0,4.5504,2.0873,0,4.5083,1.9902,0,4.465,1.8954,0,4.4216,1.8041,0,4.3772,1.7162,0,4.3046,1.6271,0,4.2321,1.5438,0,4.163,1.4661,0,4.0929,1.3942,0,4.025,1.3279,0,3.9594,1.2686,0,3.8939,1.2138,0,3.8307,1.1647,0,3.4996,0.9591,0,3.4481,0.9283,0,3.399,0.902,0,3.3533,0.8815,0,3.3111,0.8678,0,3.2725,0.8609,0,3.2386,0.8587,0,3.2082,0.8632,0,3.1812,0.8735,0,2.7319,0.8735,0,2.2778,1.4467,0,2.2509,1.4136,0,2.2194,1.3805,0,2.1843,1.3462,0,2.1433,1.3108,0,2.1,1.2754,0,1.997,1.2023,0,1.9408,1.1647,0,1.6132,0.9591,0,1.5594,0.9283,0,1.5103,0.902,0,1.4634,0.8815,0,1.4237,0.8678,0,1.3839,0.8609,0,1.3511,0.8587,0,1.3195,0.8632,0,1.2914,0.8735,0,0.8455,0.8735,0,0.0019,1.9525,0,0.0019,2.7415,0,0.0053,2.8215,0,0.0159,2.9128,0,0.0358,3.0144,0,0.0627,3.1263,0,0.0954,3.2485,0,0.1376,3.381,0,0.1867,3.5248,0,0.2417,3.6778,0,0.3647,3.9644,0,0.5039,4.2328,0,0.6584,4.4851,0,0.828,4.7203,0,1.014,4.9384,0,1.2176,5.1394,0,1.4354,5.3232,0,1.6693,5.4911,0 + +[03cc] ό +PLC 2.16,5.4911,0,2.2618,5.4306,0,2.3624,5.3689,0,2.463,5.305,0,2.5637,5.2399,0,2.662,5.1736,0,2.7614,5.1051,0,2.8598,5.0343,0,2.9557,4.9624,0,3.0048,4.8642,0,3.0927,4.6781,0,3.1699,4.5057,0,3.205,4.4246,0,3.2389,4.347,0,3.2681,4.2716,0,3.2986,4.1928,0,3.3244,4.1174,0,3.3454,4.0466,0,3.363,3.9781,0,3.3758,3.9142,0,3.3852,3.8537,0,3.3875,3.7966,0,3.3875,3.0304,0,3.0927,2.2665,0,3.0575,2.198,0,3.0212,2.1307,0,2.9814,2.0621,0,2.937,1.9936,0,2.8901,1.924,0,2.8398,1.8555,0,2.7848,1.7858,0,2.6549,1.6271,0,2.5836,1.5438,0,2.5122,1.4661,0,2.4432,1.3942,0,2.3741,1.3279,0,2.3062,1.2686,0,2.2418,1.2138,0,2.1775,1.1647,0,1.7024,0.8735,0,1.1863,0.8849,0,0.6271,1.2412,0,0.5649,1.2971,0,0.5029,1.3679,0,0.4398,1.4535,0,0.3754,1.5529,0,0.3099,1.6682,0,0.2455,1.7995,0,0.1788,1.9445,0,0.1109,2.1044,0,0.0841,2.1809,0,0.0594,2.2551,0,0.0384,2.3259,0,0.022,2.3944,0,0.0091,2.4607,0,0.0009,2.5246,0,-0.006,2.5851,0,-0.0084,2.6422,0,0.0009,3.3661,0,0.0805,3.5637,0,0.1566,3.7464,0,0.2315,3.9153,0,0.3041,4.0695,0,0.373,4.2088,0,0.4409,4.3344,0,0.5065,4.4452,0,0.5685,4.5411,0,0.6726,4.6655,0,0.7756,4.7809,0,0.875,4.887,0,0.9734,4.9841,0,1.0681,5.0709,0,1.1606,5.1485,0,1.2507,5.2159,0,1.3396,5.2753,0,1.6766,5.4911,0 +PLC 1.7527,4.9727,0,1.6018,4.8688,0,1.4683,4.7694,0,1.3525,4.6747,0,1.2507,4.5833,0,1.1665,4.4977,0,1.0998,4.4155,0,1.0483,4.3378,0,0.558,3.0738,0,0.5521,3.0521,0,0.5463,3.0259,0,0.5416,2.9927,0,0.538,2.9539,0,0.5334,2.8591,0,0.5311,2.7415,0,0.5322,2.6673,0,0.5358,2.5988,0,0.5416,2.536,0,0.5486,2.4766,0,0.558,2.4218,0,0.5697,2.3727,0,0.5849,2.327,0,0.6001,2.2871,0,0.641,2.1798,0,0.6762,2.0781,0,0.7054,1.9834,0,0.73,1.8932,0,0.7475,1.8098,0,0.7616,1.7333,0,0.7697,1.6614,0,0.7721,1.5963,0,0.9699,1.5757,0,1.4532,1.2743,0,1.624,1.3793,0,1.775,1.481,0,1.9083,1.578,0,2.0242,1.6705,0,2.1214,1.7584,0,2.201,1.8418,0,2.263,1.9206,0,2.3062,1.9948,0,2.8188,3.2862,0,2.8281,3.3182,0,2.8363,3.357,0,2.8434,3.4015,0,2.8469,3.4506,0,2.8503,3.5066,0,2.8503,3.5682,0,2.8469,3.7064,0,2.8457,3.7726,0,2.8398,3.8354,0,2.8317,3.8948,0,2.8234,3.9496,0,2.8095,3.9998,0,2.7966,4.0466,0,2.7802,4.0889,0,2.7416,4.194,0,2.7087,4.2944,0,2.6796,4.3881,0,2.6561,4.4771,0,2.6362,4.5605,0,2.6222,4.6393,0,2.6129,4.7123,0,2.6081,4.7797,0,2.5519,4.7809,0,2.5004,4.7843,0,2.4537,4.7911,0,2.4115,4.8014,0,2.3741,4.8128,0,2.3414,4.8277,0,2.3133,4.8459,0,2.2899,4.8653,0,2.1857,4.9236,0,2.0885,4.9795,0,1.9996,5.0321,0,1.9188,5.0812,0 +PLC 1.528,5.7379,0,0.8299,5.7379,0,1.8573,7.6759,0,3.0416,7.6759,0 + +[03cd] ύ +PLC 1.3571,5.523,0,1.7292,5.0423,0,1.7292,4.331,0,1.7245,4.2522,0,1.7199,4.1711,0,1.7092,4.0889,0,1.6953,4.0044,0,1.6789,3.9188,0,1.6589,3.8309,0,1.6355,3.7418,0,1.2658,2.3008,0,1.2565,1.546,0,2.4945,1.546,0,2.6138,1.7013,0,2.7239,1.8555,0,2.8245,2.0073,0,2.9146,2.1581,0,2.9977,2.3076,0,3.069,2.4561,0,3.1322,2.6022,0,3.1861,2.7484,0,3.2411,2.8786,0,3.2609,2.9356,0,3.2785,2.9859,0,3.2902,3.0316,0,3.2984,3.0704,0,3.3031,3.1035,0,3.3031,4.3881,0,2.8316,4.9989,0,2.8316,5.523,0,3.2435,5.523,0,3.3124,5.4226,0,3.3768,5.3221,0,3.4377,5.2193,0,3.495,5.1177,0,3.5488,5.0138,0,3.5991,4.9099,0,3.6471,4.806,0,3.6904,4.6998,0,3.7185,4.6336,0,3.7443,4.5696,0,3.7665,4.5091,0,3.7875,4.4509,0,3.8063,4.3949,0,3.8203,4.3424,0,3.8425,4.2442,0,3.5641,2.7906,0,3.5336,2.6605,0,3.5021,2.536,0,3.4669,2.415,0,3.4306,2.2985,0,3.3932,2.1877,0,3.3546,2.0804,0,3.3124,1.9788,0,3.2692,1.8817,0,3.0843,1.5883,0,3.0316,1.5266,0,2.9742,1.465,0,2.9134,1.4045,0,2.8467,1.3451,0,2.7754,1.2857,0,2.7005,1.2263,0,2.6209,1.1692,0,2.5366,1.1121,0,2.45,1.0562,0,2.3704,1.0082,0,2.2944,0.9683,0,2.223,0.9352,0,2.1563,0.9112,0,2.0955,0.8941,0,2.0405,0.8849,0,1.989,0.8838,0,1.3149,0.8838,0,0.7088,1.6762,0,0.7111,1.8201,0,0.7146,1.956,0,0.7216,2.0861,0,0.7322,2.2083,0,0.7462,2.3236,0,0.7614,2.4321,0,0.7789,2.5337,0,0.8012,2.6285,0,1.1254,3.8605,0,1.1417,3.9382,0,1.1546,4.017,0,1.1663,4.0969,0,1.1733,4.178,0,1.1791,4.2602,0,1.1815,4.3435,0,1.1803,4.4292,0,1.1827,4.5308,0,1.1827,4.7169,0,1.1781,4.8802,0,1.1733,4.9521,0,1.1698,5.0195,0,1.1628,5.0812,0,0.8866,5.0812,0,0.8258,4.9989,0,0.7672,4.911,0,0.7111,4.8197,0,0.6561,4.7238,0,0.6046,4.6233,0,0.5531,4.5182,0,0.5028,4.4086,0,0.4559,4.2944,0,0.3905,4.1745,0,0.3542,4.1186,0,0.3167,4.0649,0,0.2781,4.0135,0,0.2383,3.9644,0,0.1963,3.9176,0,0.1529,3.8731,0,0.0008,3.8731,0,0.0032,3.9644,0,0.009,4.0535,0,0.0183,4.1403,0,0.03,4.2248,0,0.0488,4.307,0,0.0675,4.3881,0,0.0921,4.4668,0,0.119,4.5433,0,0.1751,4.6758,0,0.2313,4.806,0,0.291,4.9327,0,0.3519,5.0572,0,0.4139,5.1782,0,0.4759,5.2958,0,0.5414,5.4111,0,0.607,5.523,0 +PLC 1.9714,5.7379,0,1.274,5.7379,0,2.3003,7.6759,0,3.4857,7.6759,0 + +[03ce] ώ +PLC 1.9556,5.4797,0,1.9556,5.2753,0,1.8912,5.1965,0,1.8233,5.1211,0,1.7532,5.0492,0,1.6817,4.9818,0,1.6069,4.9167,0,1.5284,4.8562,0,1.4488,4.8003,0,1.3658,4.7466,0,1.3191,4.7044,0,1.2324,4.6221,0,1.1926,4.5822,0,1.1563,4.5433,0,1.1224,4.5057,0,1.092,4.4691,0,1.0627,4.4337,0,0.8942,4.1654,0,0.8684,4.0866,0,0.8217,3.9325,0,0.7995,3.8571,0,0.7772,3.7817,0,0.7175,3.5614,0,0.6754,3.3981,0,0.6391,3.2451,0,0.6098,3.1024,0,0.5841,2.9699,0,0.5654,2.8466,0,0.5514,2.7335,0,0.5432,2.6296,0,0.5397,2.536,0,0.5397,1.9948,0,1.1072,1.2617,0,1.3108,1.3268,0,1.4758,1.4319,0,1.5565,1.4855,0,1.6373,1.5403,0,1.7181,1.5963,0,1.7976,1.6534,0,1.8772,1.7105,0,1.9556,1.7687,0,1.9872,1.8726,0,2.0187,1.9845,0,2.0492,2.1033,0,2.0809,2.23,0,2.1112,2.3647,0,2.172,2.657,0,2.2399,3.0133,0,2.2728,3.2063,0,2.2997,3.3958,0,2.3207,3.5819,0,2.3395,3.7623,0,2.3524,3.9405,0,2.3605,4.1129,0,2.3617,4.2819,0,2.9221,4.2819,0,2.8192,3.333,0,2.8122,3.2485,0,2.8029,3.1629,0,2.7922,3.075,0,2.7794,2.9859,0,2.7643,2.8945,0,2.7302,2.7073,0,2.7092,2.6114,0,2.7021,2.5463,0,2.694,2.4766,0,2.6893,2.4024,0,2.6835,2.3225,0,2.6799,2.238,0,2.6776,2.1478,0,2.6753,1.9525,0,2.6753,1.6933,0,3.0146,1.2617,0,3.2276,1.3382,0,3.7261,1.6625,0,3.774,1.7082,0,3.8197,1.7538,0,3.8631,1.7995,0,3.9039,1.8452,0,3.9437,1.8909,0,3.9812,1.9365,0,4.0152,1.9822,0,4.0479,2.0279,0,4.2597,2.2974,0,4.2597,3.6287,0,4.2562,3.7247,0,4.2481,3.8171,0,4.2352,3.9051,0,4.2176,3.9896,0,4.1966,4.0695,0,4.1708,4.146,0,4.1427,4.2179,0,4.0924,4.3504,0,4.0409,4.476,0,3.9871,4.5947,0,3.9309,4.7089,0,3.8736,4.8162,0,3.8138,4.9179,0,3.7518,5.0126,0,3.6863,5.1017,0,3.6196,5.0994,0,3.5798,5.1006,0,3.5354,5.1028,0,3.4874,5.1063,0,3.4348,5.1108,0,3.3774,5.1165,0,3.3166,5.1245,0,3.3166,5.4911,0,3.9649,5.4911,0,4.076,5.3461,0,4.179,5.2045,0,4.2738,5.0663,0,4.3604,4.9304,0,4.4388,4.7968,0,4.5089,4.6655,0,4.571,4.5376,0,4.6249,4.412,0,4.6669,4.3001,0,4.7044,4.1962,0,4.7348,4.0992,0,4.7594,4.0113,0,4.7782,3.9302,0,4.791,3.8571,0,4.798,3.7909,0,4.7992,3.7338,0,4.7992,2.8911,0,4.798,2.8237,0,4.7933,2.7621,0,4.7863,2.7073,0,4.777,2.657,0,4.7665,2.6125,0,4.7512,2.5737,0,4.7348,2.5406,0,4.715,2.5132,0,4.674,2.4013,0,4.633,2.2939,0,4.592,2.1889,0,4.5499,2.0873,0,4.5078,1.9902,0,4.4645,1.8954,0,4.4212,1.8041,0,4.3768,1.7162,0,4.3041,1.6271,0,4.2316,1.5438,0,4.1626,1.4661,0,4.0924,1.3942,0,4.0245,1.3279,0,3.959,1.2686,0,3.8934,1.2138,0,3.8302,1.1647,0,3.4991,0.9591,0,3.4476,0.9283,0,3.3984,0.902,0,3.3528,0.8815,0,3.3107,0.8678,0,3.272,0.8609,0,3.2381,0.8587,0,3.2077,0.8632,0,3.1808,0.8735,0,2.7314,0.8735,0,2.2774,1.4467,0,2.2504,1.4136,0,2.2189,1.3805,0,2.1838,1.3462,0,2.1429,1.3108,0,2.0995,1.2754,0,1.9965,1.2023,0,1.9403,1.1647,0,1.6128,0.9591,0,1.5589,0.9283,0,1.5098,0.902,0,1.4629,0.8815,0,1.4231,0.8678,0,1.3834,0.8609,0,1.3506,0.8587,0,1.3191,0.8632,0,1.291,0.8735,0,0.8451,0.8735,0,0.0014,1.9525,0,0.0014,2.7415,0,0.0048,2.8215,0,0.0154,2.9128,0,0.0353,3.0144,0,0.0622,3.1263,0,0.0949,3.2485,0,0.1371,3.381,0,0.1862,3.5248,0,0.2413,3.6778,0,0.3641,3.9644,0,0.5034,4.2328,0,0.6579,4.4851,0,0.8276,4.7203,0,1.0136,4.9384,0,1.2172,5.1394,0,1.4349,5.3232,0,1.6688,5.4911,0 +PLC 1.9708,5.7379,0,1.2734,5.7379,0,2.2997,7.6759,0,3.4851,7.6759,0 + +[3042] あ +PLC 1.3563,5.523,0,1.7284,5.0423,0,1.7284,4.331,0,1.7236,4.2522,0,1.719,4.1711,0,1.7084,4.0889,0,1.6944,4.0044,0,1.6781,3.9188,0,1.6581,3.8309,0,1.6347,3.7418,0,1.265,2.3008,0,1.2555,1.546,0,2.4937,1.546,0,2.613,1.7013,0,2.723,1.8555,0,2.8236,2.0073,0,2.9138,2.1581,0,2.9969,2.3076,0,3.0682,2.4561,0,3.1314,2.6022,0,3.1852,2.7484,0,3.2403,2.8786,0,3.2601,2.9356,0,3.2777,2.9859,0,3.2894,3.0316,0,3.2975,3.0704,0,3.3023,3.1035,0,3.3023,4.3881,0,2.8306,4.9989,0,2.8306,5.523,0,3.2426,5.523,0,3.3116,5.4226,0,3.376,5.3221,0,3.4368,5.2193,0,3.4942,5.1177,0,3.548,5.0138,0,3.5983,4.9099,0,3.6463,4.806,0,3.6896,4.6998,0,3.7177,4.6336,0,3.7435,4.5696,0,3.7657,4.5091,0,3.7867,4.4509,0,3.8055,4.3949,0,3.8195,4.3424,0,3.8417,4.2442,0,3.5632,2.7906,0,3.5328,2.6605,0,3.5011,2.536,0,3.4661,2.415,0,3.4298,2.2985,0,3.3924,2.1877,0,3.3538,2.0804,0,3.3116,1.9788,0,3.2684,1.8817,0,3.0834,1.5883,0,3.0308,1.5266,0,2.9734,1.465,0,2.9126,1.4045,0,2.8459,1.3451,0,2.7745,1.2857,0,2.6997,1.2263,0,2.6201,1.1692,0,2.5357,1.1121,0,2.4492,1.0562,0,2.3696,1.0082,0,2.2935,0.9683,0,2.2222,0.9352,0,2.1555,0.9112,0,2.0946,0.8941,0,2.0397,0.8849,0,1.9882,0.8838,0,1.3141,0.8838,0,0.7079,1.6762,0,0.7103,1.8201,0,0.7137,1.956,0,0.7208,2.0861,0,0.7313,2.2083,0,0.7454,2.3236,0,0.7606,2.4321,0,0.7781,2.5337,0,0.8004,2.6285,0,1.1246,3.8605,0,1.1409,3.9382,0,1.1537,4.017,0,1.1654,4.0969,0,1.1725,4.178,0,1.1783,4.2602,0,1.1807,4.3435,0,1.1795,4.4292,0,1.1818,4.5308,0,1.1818,4.7169,0,1.1771,4.8802,0,1.1725,4.9521,0,1.169,5.0195,0,1.162,5.0812,0,0.8858,5.0812,0,0.825,4.9989,0,0.7664,4.911,0,0.7103,4.8197,0,0.6553,4.7238,0,0.6038,4.6233,0,0.5523,4.5182,0,0.502,4.4086,0,0.4551,4.2944,0,0.3896,4.1745,0,0.3533,4.1186,0,0.3159,4.0649,0,0.2773,4.0135,0,0.2375,3.9644,0,0.1954,3.9176,0,0.1521,3.8731,0,0,3.8731,0,0.0022,3.9644,0,0.0081,4.0535,0,0.0175,4.1403,0,0.0292,4.2248,0,0.0479,4.307,0,0.0666,4.3881,0,0.0913,4.4668,0,0.1181,4.5433,0,0.1743,4.6758,0,0.2305,4.806,0,0.2901,4.9327,0,0.351,5.0572,0,0.4131,5.1782,0,0.4751,5.2958,0,0.5406,5.4111,0,0.6062,5.523,0 +PLC 1.1397,6.9595,0,1.1397,6.2961,0,0.3311,6.2961,0,0.3311,6.9595,0 +PLC 3.5094,6.9595,0,3.5094,6.2961,0,2.7007,6.2961,0,2.7007,6.9595,0 +PLC 1.9846,6.2961,0,1.2872,6.2961,0,2.0777,8.0758,0,3.2625,8.0758,0 + +[3044] い +PLC 0.8086,6.9595,0,0.8086,6.2961,0,0,6.2961,0,0,6.9595,0 +PLC 3.1783,6.9595,0,3.1783,6.2961,0,2.3696,6.2961,0,2.3696,6.9595,0 +PLC 1.8759,5.4443,0,1.8256,5.3004,0,1.7775,5.1565,0,1.7343,5.0126,0,1.6897,4.8665,0,1.6488,4.7215,0,1.6102,4.5742,0,1.5727,4.4269,0,1.5388,4.2784,0,1.1842,2.5645,0,1.1761,2.5006,0,1.169,2.431,0,1.1644,2.3556,0,1.1596,2.2757,0,1.1561,2.1912,0,1.1503,2.0062,0,1.1503,1.6465,0,1.4967,1.2149,0,1.6816,1.2149,0,2.406,2.1215,0,2.5662,2.1215,0,2.5662,1.6031,0,1.9601,0.773,0,1.21,0.773,0,0.6119,1.6031,0,0.6131,1.7778,0,0.6167,1.9468,0,0.6238,2.1078,0,0.6331,2.262,0,0.6448,2.4093,0,0.6588,2.5509,0,0.6752,2.6844,0,0.6951,2.8112,0,1.0181,4.4943,0,1.0333,4.5845,0,1.0462,4.6838,0,1.0579,4.79,0,1.066,4.9042,0,1.0707,5.0275,0,1.0754,5.1577,0,1.0766,5.297,0,1.0754,5.4443,0 + +[3046] う +PLC 1.3578,5.523,0,1.7299,5.0423,0,1.7299,4.331,0,1.7253,4.2522,0,1.7206,4.1711,0,1.7101,4.0889,0,1.696,4.0044,0,1.6796,3.9188,0,1.6598,3.8309,0,1.6364,3.7418,0,1.2665,2.3008,0,1.2572,1.546,0,2.4952,1.546,0,2.6146,1.7013,0,2.7246,1.8555,0,2.8252,2.0073,0,2.9153,2.1581,0,2.9984,2.3076,0,3.0697,2.4561,0,3.133,2.6022,0,3.1868,2.7484,0,3.2418,2.8786,0,3.2618,2.9356,0,3.2792,2.9859,0,3.2909,3.0316,0,3.2992,3.0704,0,3.3038,3.1035,0,3.3038,4.3881,0,2.8323,4.9989,0,2.8323,5.523,0,3.2442,5.523,0,3.3133,5.4226,0,3.3776,5.3221,0,3.4384,5.2193,0,3.4957,5.1177,0,3.5495,5.0138,0,3.5999,4.9099,0,3.6479,4.806,0,3.6911,4.6998,0,3.7192,4.6336,0,3.745,4.5696,0,3.7672,4.5091,0,3.7883,4.4509,0,3.807,4.3949,0,3.821,4.3424,0,3.8434,4.2442,0,3.5648,2.7906,0,3.5344,2.6605,0,3.5028,2.536,0,3.4677,2.415,0,3.4313,2.2985,0,3.3939,2.1877,0,3.3553,2.0804,0,3.3133,1.9788,0,3.2699,1.8817,0,3.085,1.5883,0,3.0323,1.5266,0,2.975,1.465,0,2.9142,1.4045,0,2.8475,1.3451,0,2.7761,1.2857,0,2.7012,1.2263,0,2.6216,1.1692,0,2.5374,1.1121,0,2.4507,1.0562,0,2.3712,1.0082,0,2.2951,0.9683,0,2.2238,0.9352,0,2.157,0.9112,0,2.0962,0.8941,0,2.0412,0.8849,0,1.9897,0.8838,0,1.3156,0.8838,0,0.7095,1.6762,0,0.7118,1.8201,0,0.7154,1.956,0,0.7224,2.0861,0,0.7329,2.2083,0,0.7469,2.3236,0,0.7622,2.4321,0,0.7797,2.5337,0,0.8019,2.6285,0,1.1261,3.8605,0,1.1425,3.9382,0,1.1554,4.017,0,1.1671,4.0969,0,1.1741,4.178,0,1.18,4.2602,0,1.1823,4.3435,0,1.1811,4.4292,0,1.1835,4.5308,0,1.1835,4.7169,0,1.1788,4.8802,0,1.1741,4.9521,0,1.1706,5.0195,0,1.1635,5.0812,0,0.8873,5.0812,0,0.8265,4.9989,0,0.7681,4.911,0,0.7118,4.8197,0,0.6568,4.7238,0,0.6053,4.6233,0,0.5538,4.5182,0,0.5035,4.4086,0,0.4568,4.2944,0,0.3912,4.1745,0,0.355,4.1186,0,0.3175,4.0649,0,0.2789,4.0135,0,0.2391,3.9644,0,0.197,3.9176,0,0.1536,3.8731,0,0.0015,3.8731,0,0.0039,3.9644,0,0.0097,4.0535,0,0.0191,4.1403,0,0.0308,4.2248,0,0.0495,4.307,0,0.0683,4.3881,0,0.0928,4.4668,0,0.1197,4.5433,0,0.176,4.6758,0,0.232,4.806,0,0.2918,4.9327,0,0.3526,5.0572,0,0.4146,5.1782,0,0.4766,5.2958,0,0.5422,5.4111,0,0.6077,5.523,0 +PLC 1.1413,6.9595,0,1.1413,6.2961,0,0.3327,6.2961,0,0.3327,6.9595,0 +PLC 3.5109,6.9595,0,3.5109,6.2961,0,2.7024,6.2961,0,2.7024,6.9595,0 + +[3048] え +PLC 2.1596,5.4911,0,2.2614,5.4306,0,2.362,5.3689,0,2.4626,5.305,0,2.5633,5.2399,0,2.6616,5.1736,0,2.7611,5.1051,0,2.8593,5.0343,0,2.9553,4.9624,0,3.0044,4.8642,0,3.0922,4.6781,0,3.1694,4.5057,0,3.2046,4.4246,0,3.2385,4.347,0,3.2678,4.2716,0,3.2981,4.1928,0,3.3239,4.1174,0,3.345,4.0466,0,3.3625,3.9781,0,3.3754,3.9142,0,3.3848,3.8537,0,3.3871,3.7966,0,3.3871,3.0304,0,3.0922,2.2665,0,3.0571,2.198,0,3.0209,2.1307,0,2.9811,2.0621,0,2.9365,1.9936,0,2.8898,1.924,0,2.8395,1.8555,0,2.7844,1.7858,0,2.6545,1.6271,0,2.5832,1.5438,0,2.5118,1.4661,0,2.4428,1.3942,0,2.3737,1.3279,0,2.3058,1.2686,0,2.2415,1.2138,0,2.1771,1.1647,0,1.702,0.8735,0,1.186,0.8849,0,0.6266,1.2412,0,0.5646,1.2971,0,0.5026,1.3679,0,0.4394,1.4535,0,0.3751,1.5529,0,0.3095,1.6682,0,0.2452,1.7995,0,0.1784,1.9445,0,0.1105,2.1044,0,0.0836,2.1809,0,0.059,2.2551,0,0.038,2.3259,0,0.0216,2.3944,0,0.0087,2.4607,0,0.0006,2.5246,0,-0.0065,2.5851,0,-0.0089,2.6422,0,0.0006,3.3661,0,0.0802,3.5637,0,0.1562,3.7464,0,0.2311,3.9153,0,0.3036,4.0695,0,0.3727,4.2088,0,0.4406,4.3344,0,0.5061,4.4452,0,0.5681,4.5411,0,0.6723,4.6655,0,0.7753,4.7809,0,0.8747,4.887,0,0.9729,4.9841,0,1.0678,5.0709,0,1.1602,5.1485,0,1.2503,5.2159,0,1.3393,5.2753,0,1.6763,5.4911,0 +PLC 1.7523,4.9727,0,1.6014,4.8688,0,1.468,4.7694,0,1.3521,4.6747,0,1.2503,4.5833,0,1.166,4.4977,0,1.0994,4.4155,0,1.0479,4.3378,0,0.5576,3.0738,0,0.5517,3.0521,0,0.5458,3.0259,0,0.5412,2.9927,0,0.5377,2.9539,0,0.5329,2.8591,0,0.5307,2.7415,0,0.5319,2.6673,0,0.5353,2.5988,0,0.5412,2.536,0,0.5482,2.4766,0,0.5576,2.4218,0,0.5693,2.3727,0,0.5844,2.327,0,0.5997,2.2871,0,0.6406,2.1798,0,0.6757,2.0781,0,0.705,1.9834,0,0.7296,1.8932,0,0.7472,1.8098,0,0.7612,1.7333,0,0.7694,1.6614,0,0.7717,1.5963,0,0.9695,1.5757,0,1.4527,1.2743,0,1.6236,1.3793,0,1.7745,1.481,0,1.908,1.578,0,2.0238,1.6705,0,2.121,1.7584,0,2.2005,1.8418,0,2.2626,1.9206,0,2.3058,1.9948,0,2.8183,3.2862,0,2.8278,3.3182,0,2.8359,3.357,0,2.843,3.4015,0,2.8464,3.4506,0,2.85,3.5066,0,2.85,3.5682,0,2.8464,3.7064,0,2.8453,3.7726,0,2.8395,3.8354,0,2.8312,3.8948,0,2.8231,3.9496,0,2.809,3.9998,0,2.7961,4.0466,0,2.7797,4.0889,0,2.7411,4.194,0,2.7084,4.2944,0,2.6791,4.3881,0,2.6557,4.4771,0,2.6359,4.5605,0,2.6218,4.6393,0,2.6124,4.7123,0,2.6078,4.7797,0,2.5516,4.7809,0,2.5001,4.7843,0,2.4533,4.7911,0,2.4112,4.8014,0,2.3737,4.8128,0,2.3409,4.8277,0,2.3129,4.8459,0,2.2894,4.8653,0,2.1854,4.9236,0,2.0882,4.9795,0,1.9993,5.0321,0,1.9185,5.0812,0 +PLC 1.2796,5.7379,0,0.5822,5.7379,0,1.6084,7.6759,0,2.7938,7.6759,0 diff --git a/assets/fonts/ISO8859-11.cxf b/assets/fonts/ISO8859-11.cxf new file mode 100644 index 00000000..38ea1963 --- /dev/null +++ b/assets/fonts/ISO8859-11.cxf @@ -0,0 +1,735 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: ISO8859-11 +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Unknown + +[0021] ! +L 2.397,0.6,2.397,1.2 +PL 2.397,3,0,2.397,8.4,0,2.997,8.4,0,2.997,6.6,0,2.397,6.6,0 +L 2.397,7.2,2.997,7.2 +L 2.397,7.8,2.997,7.8 + +[0022] " +PL 3.796,7.2,0,4.396,7.8,0,4.396,9,0,3.796,9,0 +PL 1.997,7.2,0,2.596,7.8,0,2.596,9,0,1.997,9,0 + +[0023] # +L 4.996,6.6,4.996,8.4 +L 4.397,3,4.397,6.6 +L 3.796,0.6,3.796,3 +L 3.197,6.6,3.197,8.4 +L 1.997,0.6,1.997,3 +L 2.596,3,2.596,6.6 +L 1.396,3,4.996,3 +L 1.997,6.6,5.596,6.6 + +[0024] $ +PL 1.396,3,0,1.396,2.4,0,2.596,1.2,0,3.796,1.2,0,4.997,2.4,0,4.997,3.6,0,3.796,4.8,0,2.596,4.8,0,1.396,6,0,1.396,7.2,0,2.596,8.4,0,3.796,8.4,0,4.997,7.2,0,4.997,6.6,0 +L 3.196,0,3.196,9 + +[0025] % +PLC 1.396,7.8,0,1.997,8.4,0,2.597,8.4,0,3.197,7.8,0,3.197,6,0,2.597,5.4,0,1.997,5.4,0,1.396,6,0 +PL 1.396,0,0,1.396,0.6,0,1.997,1.2,0,1.997,1.8,0,2.597,2.4,0,2.597,3,0,3.197,3.6,0,3.197,4.2,0,3.796,4.8,0,3.796,5.4,0,3.197,6,0 +PL 3.197,3.6,0,3.796,3,0,4.397,3.6,0,4.997,3.6,0,5.597,3,0,5.597,1.2,0,4.997,0.6,0,4.397,0.6,0,3.796,1.2,0,3.796,3,0 +PL 3.796,5.4,0,4.397,6,0,4.397,6.6,0,4.997,7.2,0,4.997,7.8,0,5.597,8.4,0,5.597,9,0 + +[0026] & +PL 5.596,1.2,0,4.396,2.4,0,4.396,3,0,4.997,3.6,0,4.997,4.2,0 +PL 4.396,2.4,0,3.196,1.2,0,2.597,1.2,0,1.397,2.4,0,1.397,3.6,0,2.597,4.8,0,3.196,4.8,0,3.196,5.4,0,1.997,6.6,0,1.997,7.8,0,2.597,8.4,0,3.797,8.4,0,4.396,7.8,0,4.396,6.6,0,3.196,5.4,0 +PL 4.396,3,0,3.797,3.6,0,3.797,4.2,0,3.196,4.8,0 + +[0027] ' +PL 1.997,7.2,0,2.597,7.8,0,2.597,9,0,1.997,9,0 + +[0028] ( +PL 4.997,0,0,3.797,1.2,0,3.797,1.8,0,3.196,2.4,0,3.196,6.6,0,3.797,7.2,0,3.797,7.8,0,4.997,9,0 + +[0029] ) +PL 1.396,0,0,2.597,1.2,0,2.597,1.8,0,3.197,2.4,0,3.197,6.6,0,2.597,7.2,0,2.597,7.8,0,1.396,9,0 + +[002a] * +L 3.197,3,3.197,6.6 +PL 1.397,3.6,0,2.597,4.8,0,1.397,6,0 +PL 4.997,3.6,0,3.796,4.8,0,4.997,6,0 +L 2.597,4.8,3.796,4.8 + +[002b] + +L 3.197,2.4,3.197,7.2 +L 1.396,4.8,4.997,4.8 + +[002c] , +PL 1.197,0,0,1.797,0.6,0,1.797,1.8,0,1.197,1.8,0 + +[002d] - +L 1.396,4.8,4.996,4.8 + +[002e] . +PLC 1.797,1.2,0,1.797,1.8,0,1.197,1.8,0,1.197,1.2,0 + +[002f] / +PL 1.397,0.6,0,1.397,1.2,0,1.997,1.8,0,1.997,2.4,0,2.596,3,0,2.596,3.6,0,3.197,4.2,0,3.197,4.8,0,3.796,5.4,0,3.796,6,0,4.396,6.6,0,4.396,7.2,0,4.997,7.8,0,4.997,8.4,0 + +[0030] 0 +PLC 2.596,7.8,0,3.196,8.4,0,3.796,8.4,0,4.396,7.8,0,4.396,7.2,0,4.996,6.6,0,4.996,3,0,4.396,2.4,0,4.396,1.8,0,3.796,1.2,0,3.196,1.2,0,2.596,1.8,0,2.596,2.4,0,1.997,3,0,1.997,6.6,0,2.596,7.2,0 + +[0031] 1 +L 3.196,1.2,3.196,8.4 +PL 1.997,6.6,0,2.597,7.2,0,3.196,7.2,0 + +[0032] 2 +PL 4.997,1.2,0,1.997,1.2,0,1.997,2.4,0,2.597,3,0,2.597,3.6,0,4.997,6,0,4.997,7.2,0,3.796,8.4,0,3.197,8.4,0,1.997,7.2,0,1.997,6.6,0 + +[0033] 3 +PL 1.396,6.6,0,1.396,7.2,0,2.597,8.4,0,3.797,8.4,0,4.997,7.2,0,4.997,6,0,3.797,4.8,0,4.997,3.6,0,4.997,2.4,0,3.797,1.2,0,2.597,1.2,0,1.396,2.4,0,1.396,3,0 +L 2.597,4.8,3.797,4.8 + +[0034] 4 +L 3.796,1.2,3.796,8.4 +PL 4.997,3.6,0,1.397,3.6,0,1.397,4.2,0,1.997,4.8,0,1.997,5.4,0,2.596,6,0,2.596,6.6,0,3.197,7.2,0,3.197,7.8,0,3.796,7.8,0 +L 3.197,7.2,3.796,7.2 + +[0035] 5 +PL 1.397,5.4,0,1.997,5.4,0,2.597,6,0,3.797,6,0,4.997,4.8,0,4.997,2.4,0,3.797,1.2,0,2.597,1.2,0,1.397,2.4,0,1.397,3,0 +PL 1.397,4.8,0,1.397,6,0,1.997,6.6,0,1.997,8.4,0,4.396,8.4,0 +L 2.597,6,1.997,6.6 + +[0036] 6 +PL 1.396,4.8,0,1.997,4.8,0,2.597,5.4,0,3.797,5.4,0,4.997,4.2,0,4.997,2.4,0,3.797,1.2,0,2.597,1.2,0,1.396,2.4,0,1.396,6.6,0,1.997,7.2,0,1.997,7.8,0,2.597,8.4,0,3.797,8.4,0,4.397,7.8,0 + +[0037] 7 +PL 3.197,0.6,0,3.197,3.6,0,3.796,4.2,0,3.796,6,0,4.397,6.6,0,4.397,7.2,0,4.996,7.8,0,4.996,8.4,0,1.396,8.4,0 + +[0038] 8 +PLC 1.397,3.6,0,2.597,4.8,0,1.397,6,0,1.397,7.2,0,2.597,8.4,0,3.797,8.4,0,4.997,7.2,0,4.997,6,0,3.797,4.8,0,4.997,3.6,0,4.997,2.4,0,3.797,1.2,0,2.597,1.2,0,1.397,2.4,0 +L 2.597,4.8,3.797,4.8 + +[0039] 9 +PL 1.396,2.4,0,2.597,1.2,0,3.796,1.2,0,4.997,2.4,0,4.997,7.2,0,3.796,8.4,0,2.597,8.4,0,1.396,7.2,0,1.396,5.4,0,2.597,4.2,0,3.796,4.2,0,4.397,4.8,0,4.997,4.8,0 + +[003a] : +PLC 2.997,2.4,0,2.397,2.4,0,2.397,1.8,0,2.997,1.8,0 +PLC 2.997,6.6,0,2.397,6.6,0,2.397,6,0,2.997,6,0 + +[003b] ; +PL 2.397,1.2,0,2.997,1.8,0,2.997,3,0,2.397,3,0 +PLC 2.997,6.6,0,2.397,6.6,0,2.397,6,0,2.997,6,0 + +[003c] < +PL 4.997,1.8,0,2.597,4.2,0,2.597,4.8,0,4.997,7.2,0 + +[003d] = +L 1.396,3.6,4.997,3.6 +L 1.396,6,4.997,6 + +[003e] > +PL 1.997,1.8,0,4.397,4.2,0,4.397,4.8,0,1.997,7.2,0 + +[003f] ? +PL 2.397,3,0,2.397,3.6,0,2.997,4.2,0,2.997,4.8,0,4.197,6,0,4.197,7.2,0,2.997,8.4,0,1.797,8.4,0,0.597,7.2,0,0.597,6,0 +L 2.397,0.6,2.397,1.2 + +[0040] @ +PL 4.997,1.8,0,4.396,1.2,0,3.197,1.2,0,1.997,2.4,0,1.997,3,0,1.396,3.6,0,1.396,6,0,1.997,6.6,0,1.997,7.2,0,3.197,8.4,0,3.797,8.4,0,4.997,7.2,0,4.997,6.6,0,5.597,6,0,5.597,4.2,0,4.997,3.6,0,4.396,4.2,0,4.396,6,0,3.797,6.6,0,3.197,6.6,0,3.197,6,0,2.597,6,0,2.597,4.2,0,3.197,3.6,0,3.797,3.6,0,4.396,4.2,0 +L 2.597,6,1.997,6.6 +L 4.396,6,4.997,6.6 + +[0041] A +PL 4.997,1.2,0,4.997,3,0,4.396,3.6,0,4.396,5.4,0,3.797,6,0,3.797,7.2,0,3.197,7.8,0,3.197,8.4,0 +PL 1.397,1.2,0,1.397,3,0,1.997,3.6,0,1.997,5.4,0,2.597,6,0,2.597,7.2,0,3.197,7.8,0 +L 1.997,3.6,4.396,3.6 + +[0042] B +PLC 4.997,3.6,0,3.797,4.8,0,3.797,5.4,0,4.396,6,0,4.396,7.2,0,3.196,8.4,0,1.397,8.4,0,1.397,1.2,0,3.797,1.2,0,4.997,2.4,0 +L 1.397,4.8,3.797,4.8 + +[0043] C +PL 4.997,2.4,0,3.796,1.2,0,2.597,1.2,0,1.997,1.8,0,1.997,2.4,0,1.396,3,0,1.396,6.6,0,1.997,7.2,0,1.997,7.8,0,2.597,8.4,0,3.796,8.4,0,4.997,7.2,0 + +[0044] D +PLC 1.397,8.4,0,3.197,8.4,0,4.396,7.2,0,4.396,6.6,0,4.997,6,0,4.997,3.6,0,4.396,3,0,4.396,2.4,0,3.197,1.2,0,1.397,1.2,0 + +[0045] E +PL 4.997,1.2,0,1.396,1.2,0,1.396,8.4,0,4.997,8.4,0 +L 1.396,4.8,4.397,4.8 + +[0046] F +PL 1.396,1.2,0,1.396,8.4,0,4.997,8.4,0 +L 1.396,4.8,4.397,4.8 + +[0047] G +PL 4.997,1.2,0,4.997,4.8,0,3.797,4.8,0 +PL 4.997,1.8,0,4.396,1.8,0,3.797,1.2,0,3.197,1.2,0,2.597,1.8,0,1.997,1.8,0,1.997,2.4,0,1.397,3,0,1.397,6,0,1.997,6.6,0,1.997,7.2,0,3.197,8.4,0,3.797,8.4,0,4.997,7.2,0 + +[0048] H +L 1.396,1.2,1.396,8.4 +L 4.997,1.2,4.997,8.4 +L 1.396,4.8,4.997,4.8 + +[0049] I +L 3.197,1.2,3.197,8.4 +L 2.596,1.2,3.796,1.2 +L 2.596,8.4,3.796,8.4 + +[004a] J +PL 1.997,2.4,0,3.196,1.2,0,3.797,1.2,0,4.997,2.4,0,4.997,8.4,0 + +[004b] K +L 1.997,1.2,1.997,8.4 +PL 1.997,4.2,0,2.597,4.2,0,2.597,4.8,0,3.197,5.4,0,3.796,5.4,0 +PL 5.597,1.2,0,5.597,1.8,0,4.997,2.4,0,4.997,3,0,4.397,3.6,0,4.397,4.2,0,3.796,4.8,0,3.796,6,0,4.397,6.6,0,4.397,7.2,0,4.997,7.8,0,4.997,8.4,0 +L 1.997,4.8,2.597,4.8 + +[004c] L +PL 5.597,1.2,0,2.597,1.2,0,2.597,8.4,0 + +[004d] M +PL 3.197,1.8,0,3.197,3.6,0,3.797,4.2,0,3.797,5.4,0,4.397,6,0,4.397,7.2,0,4.997,7.2,0 +L 4.997,1.2,4.997,8.4 +L 1.397,1.2,1.397,8.4 +PL 3.197,3.6,0,2.597,4.2,0,2.597,5.4,0,1.998,6,0,1.998,7.2,0,1.397,7.2,0 +L 1.397,6,1.998,6 +L 4.397,6.6,4.997,6.6 +L 1.397,6.6,1.998,6.6 +L 4.397,6,4.997,6 + +[004e] N +PL 4.997,1.8,0,4.396,1.8,0,4.396,2.4,0,3.796,3,0,3.796,3.6,0,3.197,4.2,0,3.197,5.4,0,2.597,6,0,2.597,6.6,0,1.997,7.2,0,1.997,7.8,0,1.396,7.8,0 +L 4.997,1.2,4.997,8.4 +L 1.396,1.2,1.396,8.4 +L 4.396,2.4,4.997,2.4 +L 1.396,7.2,1.997,7.2 + +[004f] O +PLC 4.997,6.6,0,4.396,7.2,0,4.396,7.8,0,3.797,8.4,0,2.597,8.4,0,1.997,7.8,0,1.997,7.2,0,1.397,6.6,0,1.397,3,0,1.997,2.4,0,1.997,1.8,0,2.597,1.2,0,3.797,1.2,0,4.396,1.8,0,4.396,2.4,0,4.997,3,0 + +[0050] P +PL 1.397,1.2,0,1.397,8.4,0,3.797,8.4,0,4.997,7.2,0,4.997,6,0,3.797,4.8,0,1.397,4.8,0 + +[0051] Q +PL 4.997,0,0,4.397,0,0,3.796,0.6,0,3.796,1.2,0,2.597,1.2,0,1.997,1.8,0,1.997,2.4,0,1.396,3,0,1.396,6.6,0,1.997,7.2,0,1.997,7.8,0,2.597,8.4,0,3.796,8.4,0,4.397,7.8,0,4.397,7.2,0,4.997,6.6,0,4.997,3,0,4.397,2.4,0,4.397,1.8,0,3.796,1.2,0 +PL 4.397,2.4,0,3.796,3,0,2.597,3,0,1.997,2.4,0 + +[0052] R +PL 4.996,1.2,0,4.996,1.8,0,4.396,2.4,0,4.396,3.6,0,3.796,4.2,0,3.796,4.8,0,4.996,6,0,4.996,7.2,0,3.796,8.4,0,1.396,8.4,0,1.396,1.2,0 +L 1.396,4.8,3.796,4.8 + +[0053] S +PL 4.996,6.6,0,4.996,7.2,0,3.797,8.4,0,2.596,8.4,0,1.396,7.2,0,1.396,6,0,1.996,5.4,0,2.596,5.4,0,3.196,4.8,0,3.797,4.8,0,4.996,3.6,0,4.996,2.4,0,3.797,1.2,0,2.596,1.2,0,1.396,2.4,0,1.396,3,0 + +[0054] T +L 3.197,1.2,3.197,8.4 +L 1.396,8.4,4.997,8.4 + +[0055] U +PL 1.396,8.4,0,1.396,2.4,0,2.596,1.2,0,3.796,1.2,0,4.997,2.4,0,4.997,8.4,0 + +[0056] V +PL 3.196,1.2,0,3.196,2.4,0,2.597,3,0,2.597,4.2,0,1.996,4.8,0,1.996,6,0,1.396,6.6,0,1.396,8.4,0 +PL 3.196,2.4,0,3.797,3,0,3.797,4.2,0,4.396,4.8,0,4.396,6,0,4.997,6.6,0,4.997,8.4,0 + +[0057] W +PL 4.397,1.2,0,4.397,3.6,0,4.997,4.2,0,4.997,8.4,0 +PL 4.397,3.6,0,3.796,3.6,0,3.796,4.8,0,3.197,5.4,0,3.197,8.4,0 +PL 1.997,1.2,0,1.997,3.6,0,1.396,4.2,0,1.396,8.4,0 +PL 1.997,3.6,0,2.596,3.6,0,2.596,4.8,0,3.197,5.4,0 + +[0058] X +PL 1.397,1.2,0,1.397,1.8,0,1.997,2.4,0,1.997,3,0,2.597,3.6,0,2.597,4.8,0,3.797,6,0,3.797,6.6,0,4.396,7.2,0,4.396,7.8,0,4.998,8.4,0 +PL 4.998,1.2,0,4.998,1.8,0,4.396,2.4,0,4.396,3,0,3.797,3.6,0,3.797,4.8,0,2.597,6,0,2.597,6.6,0,1.997,7.2,0,1.997,7.8,0,1.397,8.4,0 + +[0059] Y +PL 3.196,1.2,0,3.196,4.2,0,3.796,4.8,0,3.796,5.4,0,4.396,6,0,4.396,7.2,0,4.997,7.8,0,4.997,8.4,0 +PL 3.196,4.2,0,2.597,4.8,0,2.597,5.4,0,1.996,6,0,1.996,7.2,0,1.396,7.8,0,1.396,8.4,0 + +[005a] Z +PL 4.996,1.2,0,1.396,1.2,0,1.396,1.8,0,1.997,2.4,0,1.997,3,0,2.596,3.6,0,2.596,4.2,0,3.197,4.8,0,3.197,5.4,0,3.796,6,0,3.796,6.6,0,4.397,7.2,0,4.397,8.4,0 +L 1.396,8.4,4.996,8.4 + +[005b] [ +PL 4.996,9,0,3.197,9,0,3.197,0,0,4.996,0,0 + +[005c] \ +PL 4.997,0.6,0,4.997,1.2,0,4.397,1.8,0,4.397,2.4,0,3.796,3,0,3.796,3.6,0,3.197,4.2,0,3.197,4.8,0,2.596,5.4,0,2.596,6,0,1.997,6.6,0,1.997,7.2,0,1.396,7.8,0,1.396,8.4,0 + +[005e] ^ +PL 1.397,7.2,0,3.196,9,0,4.997,7.2,0 + +[005f] _ +L 1.397,0.6,4.997,0.6 + +[0060] ` +PL 2.397,7.2,0,1.797,7.8,0,1.797,9,0,2.397,9,0 + +[0061] a +PL 4.997,1.2,0,4.997,5.4,0,4.397,6,0,2.597,6,0,1.997,5.4,0 +PL 4.997,1.8,0,4.397,1.8,0,3.797,1.2,0,1.997,1.2,0,1.397,1.8,0,1.397,3,0,2.597,4.2,0,4.997,4.2,0 + +[0062] b +L 1.396,1.2,1.396,8.4 +PL 1.396,1.8,0,1.997,1.8,0,2.597,1.2,0,3.796,1.2,0,4.997,2.4,0,4.997,4.8,0,3.796,6,0,2.597,6,0,1.997,5.4,0,1.396,5.4,0 + +[0063] c +PL 4.997,2.4,0,3.797,1.2,0,2.597,1.2,0,1.397,2.4,0,1.397,4.8,0,2.597,6,0,3.797,6,0,4.997,4.8,0 + +[0064] d +L 5.001,1.2,5.001,8.4 +PL 5.001,1.8,0,4.4,1.8,0,3.801,1.2,0,2.601,1.2,0,1.401,2.4,0,1.401,4.8,0,2.601,6,0,3.801,6,0,4.4,5.4,0,5.001,5.4,0 + +[0065] e +PL 5,2.4,0,3.8,1.2,0,2.601,1.2,0,1.4,2.4,0,1.4,4.8,0,2.601,6,0,3.8,6,0,5,4.8,0,5,3.6,0,1.4,3.6,0 + +[0066] f +PL 3.201,1.2,0,3.201,7.8,0,3.8,8.4,0,4.4,8.4,0 +L 2,6,4.4,6 + +[0067] g +PL 2.601,3.6,0,3.801,3.6,0,4.4,4.2,0,4.4,5.4,0,3.801,6,0,2.601,6,0,2,5.4,0,2,4.2,0,2.601,3.6,0,2,3,0,2,2.4,0,1.401,1.8,0,1.401,0.6,0,2,0,0,4.4,0,0,5,0.6,0,5,1.2,0,3.801,2.4,0,2,2.4,0 +PL 4.4,5.4,0,5,6,0,5.6,6,0 + +[0068] h +PL 5,1.2,0,5,5.4,0,4.401,6,0,3.201,6,0,2.6,5.4,0,2.001,5.4,0 +L 2.001,1.2,2.001,8.4 + +[0069] i +PL 3.8,1.2,0,3.8,6,0,3.2,6,0 +L 3.8,7.8,3.8,8.4 + +[006a] j +PL 2,0,0,2.601,0,0,3.801,1.2,0,3.801,6,0,3.201,6,0 +L 3.801,7.8,3.801,8.4 + +[006b] k +PL 5,1.2,0,5,1.8,0,4.4,2.4,0,4.4,3,0,3.2,4.2,0 +L 2,1.2,2,8.4 +PL 2,3.6,0,2.6,3.6,0,5,6,0 + +[006c] l +PL 2.2978,1.0723,0,2.2978,8.2723,0,1.6978,8.2723,0 + +[006d] m +PL 1.401,1.2,0,1.401,6,0,2.601,6,0,3.201,5.4,0,3.201,1.2,0 +PL 5.001,1.2,0,5.001,5.4,0,4.401,6,0,3.801,6,0,3.201,5.4,0 + +[006e] n +PL 2,5.4,0,2.6,5.4,0,3.2,6,0,4.4,6,0,5,5.4,0,5,1.2,0 +L 2,1.2,2,6 + +[006f] o +PLC 2.601,6,0,3.8,6,0,5,4.8,0,5,2.4,0,3.8,1.2,0,2.601,1.2,0,1.4,2.4,0,1.4,4.8,0 + +[0070] p +PL 1.401,5.4,0,2,5.4,0,2.602,6,0,3.801,6,0,5.001,4.8,0,5.001,3,0,3.801,1.8,0,2.602,1.8,0,2,2.4,0,1.401,2.4,0 +L 1.401,0,1.401,6 + +[0071] q +PL 5,5.4,0,4.4,5.4,0,3.801,6,0,2.6,6,0,1.4,4.8,0,1.4,3,0,2.6,1.8,0,3.801,1.8,0,4.4,2.4,0,5,2.4,0 +L 5,0,5,6 + +[0072] r +PL 2.601,5.4,0,3.201,5.4,0,3.8,6,0,4.401,6,0 +L 2.601,1.2,2.601,6 + +[0073] s +PL 2.001,1.8,0,2.601,1.2,0,4.4,1.2,0,5,1.8,0,5,3,0,4.4,3,0,3.801,3.6,0,3.2,3.6,0,2.601,4.2,0,2.001,4.2,0,2.001,5.4,0,2.601,6,0,4.4,6,0,5,5.4,0 + +[0074] t +PL 4.4,1.2,0,3.8,1.2,0,3.201,1.8,0,3.201,7.8,0 +L 2,6,4.4,6 + +[0075] u +PL 5,1.8,0,4.401,1.8,0,3.801,1.2,0,2.601,1.2,0,2.001,1.8,0,2.001,6,0 +L 5,1.2,5,6 + +[0076] v +PL 1.801,1.2,0,1.801,1.8,0,2.401,2.4,0,2.401,3,0,3.001,3.6,0,3.001,4.2,0,3.601,4.8,0,3.601,6,0 +PL 1.801,1.8,0,1.201,2.4,0,1.201,3,0,0.601,3.6,0,0.601,4.2,0,0.001,4.8,0,0.001,6,0 + +[0077] w +PL 0.601,1.2,0,0.601,2.4,0,1.201,3,0,1.201,3.6,0,1.801,4.2,0,2.401,3.6,0,2.401,3,0,3.001,2.4,0,3.001,1.2,0 +PL 0.601,2.4,0,0,3,0,0,6,0 +PL 3.001,2.4,0,3.601,3,0,3.601,6,0 +L 1.801,4.2,1.801,6 + +[0078] x +PL 3.601,1.2,0,2.401,2.4,0,2.401,3,0,1.201,4.2,0,1.201,4.8,0,0.001,6,0 +PL 0.001,1.2,0,1.201,2.4,0,1.201,3,0,2.401,4.2,0,2.401,4.8,0,3.601,6,0 + +[0079] y +PL 0.001,0,0,0.602,0,0,1.801,1.2,0,1.801,2.4,0,1.201,3,0,1.201,3.6,0,0.602,4.2,0,0.602,4.8,0,0.001,5.4,0,0.001,6,0 +PL 1.801,2.4,0,2.401,2.4,0,2.401,3.6,0,3.001,4.2,0,3.001,4.8,0,3.601,5.4,0,3.601,6,0 + +[007a] z +PL 0.601,1.2,0,0.601,1.8,0,1.801,3,0,1.801,3.6,0,2.401,4.2,0,2.401,4.8,0,3.001,5.4,0,3.001,6,0 +L 0.001,1.2,3.601,1.2 +L 0.601,6,3.601,6 + +[007b] { +PL 4.397,0,0,3.796,0.6,0,3.796,4.2,0,3.197,4.8,0,3.796,5.4,0,3.796,8.4,0,4.397,9,0 + +[007c] | +L 3.197,0,3.197,9 + +[007d] } +PL 1.997,0,0,2.597,0.6,0,2.597,4.2,0,3.197,4.8,0,2.597,5.4,0,2.597,8.4,0,1.997,9,0 + +[007e] ~ +PL 1.397,6.6,0,1.997,7.2,0,2.597,7.2,0,3.796,6,0,4.397,6,0,4.997,6.6,0 + +[00a1] ¡ +PL 5,0,0,5,6,0,4,7,0,0,7,0,0,0,0,0,0,0,0,0,0 + +[00a2] ¢ +PL 0,6,0,0,7,0,0,0,0,3,0,0,4,1,0,4,7,0 + +[00a3] £ +PL 2,7,0,2,5,0,0,4,0,0,1,0,2,0,0,4,0,0,5,1,0,5,7,0 +PL 0,7,0,0,6,0,2,6,0 + +[00a4] ¤ +PL 2,3,0,2,4,0,3,4,0,3,3,0,0,3,0,0,2,0 +PL 0,0,0,0,7,0,4,7,0,5,6,0,5,0,0 + +[00a5] ¥ +PL 2,3,0,2,4,0,3,4,0,3,3,0,0,3,0,0,2,0 +PL 0,0,0,0,7,0,2,7,0,3,6,0,4,7,0,5,6,0,5,0,0 + +[00a6] ¦ +PL 5,7,0,5,1,0,4,0,0,3,0,0,2,1,0,0,1,0,0,0,0,0,4,0,2,5,0,2,7,0 +PL 0,7,0,0,6,0,2,6,0 + +[00a7] § +PL 0,3,0,3,0,0,4,0,0,4,7,0,3,7,0,3,6,0,4,6,0 + +[00a8] ¨ +PL 3,3,0,2,3,0,2,4,0,3,4,0,3,0,0,4,0,0,5,1,0,5,6,0,4,7,0,0,7,0,0,6,0 + +[00a9] © +PL 0,3,0,0,4,0,0,0,0,2,0,0,3,1,0,5,1,0,5,0,0,4,0,0,4,6,0,3,7,0,0,7,0,0,6,0 + +[00aa] ª +PL 2,6,0,0,6,0,0,7,0,2,7,0,2,5,0,0,4,0,0,1,0,2,0,0,4,0,0,5,1,0,5,5,0,4,6,0,5,7,0,5,8,0 + +[00ab] « +PL 2,7,0,2,5,0,0,4,0,0,1,0,2,0,0,4,0,0,5,1,0,5,5,0,4,6,0,5,7,0,5,8,0 +PL 0,7,0,0,6,0,2,6,0 + +[00ac] ¬ +PL 6,1,0,3,1,0,3,0,0,4,0,0,4,6,0,3,7,0,0,7,0,0,0,0,0,1,0 +L 6,0,6,7 + +[00ad] ­ +PL 3,-1,0,5,-1,0,5,7,0 +PL 5,1,0,3,1,0,3,6,0,2,7,0,1,7,0,0,6,0,1,5,0,0,4,0,0,0,0,1,0,0,1,1,0,0,1,0 + +[00ae] ® +PL 1,1,0,0,1,0,0,0,0,3,0,0,4,-1,0,5,-1,0,5,6,0,4,7,0,1,7,0,0,6,0,0,5,0,1,5,0,1,0,0 +PL 3,0,0,4,1,0,5,1,0 +L 2,-1,2,0 + +[00af] ¯ +PL 1,1,0,0,1,0,0,0,0,1,0,0,2,-1,0,3,-1,0,3,1,0 +L 3,0,5,0 +PL 5,-1,0,5,6,0,4,7,0,1,7,0,0,6,0,0,5,0,1,5,0,1,0,0 + +[00b0] ° +PL 0,-1,0,2,-2,0,3,-1,0,4,-2,0,5,-2,0,5,4,0,4,5,0,2,5,0,0,6,0,2,7,0,5,7,0 +PL 3,2,0,3,3,0,2,3,0,2,2,0,3,2,0,4,1,0,5,1,0 + +[00b1] ± +PL 0,7,0,0,6,0,3,6,0,4,7,0,5,6,0,5,0,0 +PL 0,0,0,0,4,0,2,5,0,2,7,0 + +[00b2] ² +PL 6,1,0,3,1,0,3,0,0,4,0,0,4,6,0,3,7,0,2,6,0,0,7,0,0,0,0,0,0,0 +PL 2,3,0,0,3,0,0,4,0,2,4,0,2,2,0,0,1,0 +L 6,0,6,7 +L 3,1,2,2 + +[00b3] ³ +PL 3,0,0,3,6,0,2,7,0,0,7,0,0,0,0,0,1,0 +PL 5,7,0,5,0,0,6,0,0,6,1,0,3,1,0 + +[00b4] ´ +PL 0,1,0,2,1,0,3,2,0,3,4,0,2,4,0,2,3,0,3,3,0 +PL 0,0,0,0,7,0,4,7,0,5,6,0,5,0,0 + +[00b5] µ +PL 0,1,0,2,1,0,3,2,0,3,4,0,2,4,0,2,3,0,3,3,0 +PL 0,0,0,0,7,0,2,7,0,3,6,0,4,7,0,5,6,0,5,0,0 + +[00b6] ¶ +PL 5,0,0,5,6,0,4,7,0,0,7,0,0,0,0,2,0,0,2,1,0,0,1,0 + +[00b7] · +PL 0,5,0,2,5,0,4,7,0,5,6,0,5,0,0 +PL 0,0,0,0,7,0,0,6,0 + +[00b8] ¸ +PLC 3,0,0,4,1,0,4,4,0,3,5,0,0,5,0,0,1,0,2,0,0 +PL 0,5,0,0,7,0,4,7,0 + +[00b9] ¹ +PL 0,6,0,0,7,0,0,0,0,2,0,0,3,1,0,5,1,0,5,0,0,4,0,0,4,7,0 + +[00ba] º +PL 2,6,0,1,6,0,1,7,0,2,7,0,2,5,0,1,4,0,1,1,0,2,0,0,4,0,0,5,1,0,5,7,0 + +[00bb] » +PL 2,5,0,1,5,0,1,6,0,2,6,0,2,4,0,1,3,0,1,1,0,2,0,0,4,0,0,5,1,0,5,8,0 + +[00bc] ¼ +PL 0,6,0,1,6,0,1,7,0,0,7,0,0,1,0,1,0,0,2,0,0,3,1,0,3,7,0 +PL 3,1,0,4,0,0,5,0,0,6,1,0,6,7,0 + +[00bd] ½ +PL 0,5,0,0,6,0,0,0,0,2,0,0,3,1,0,3,6,0 +PL 3,1,0,4,0,0,5,0,0,6,1,0,6,8,0 + +[00be] ¾ +PL 0,6,0,0,7,0,0,0,0,2,0,0,3,1,0,3,7,0 +PL 3,1,0,4,0,0,5,0,0,6,1,0,6,7,0 + +[00bf] ¿ +PL 0,5,0,0,6,0,0,0,0,2,0,0,3,1,0,3,6,0 +PL 3,1,0,4,0,0,5,0,0,6,1,0,6,8,0 + +[00c0] À +PL 5,0,0,5,6,0,4,7,0,0,7,0,0,0,0,0,1,0 + +[00c1] Á +PL 0,6,0,0,7,0,0,0,0,0,1,0,2,1,0,3,0,0,4,0,0,5,1,0,5,7,0 + +[00c2] Â +PL 0,0,0,0,4,0,2,4,0 +PL 0,4,0,0,7,0,0,6,0 +PL 4,0,0,5,1,0,5,7,0 + +[00c3] Ã +PL 3,0,0,3,1,0,4,1,0 +PL 4,7,0,0,7,0,0,5,0,3,5,0,4,4,0,4,0,0 + +[00c4] Ä +PL 0,1,0,2,1,0,2,0,0 +PL 5,-1,0,5,6,0,4,7,0,0,7,0,0,0,0,0,0,0,0,0,0 + +[00c5] Å +PL 1,1,0,2,1,0,2,0,0 +PL 1,0,0,1,3,0,2,4,0,3,4,0,4,3,0,5,3,0 +PL 0,6,0,1,7,0,4,7,0,5,6,0,5,0,0 + +[00c6] Æ +PL 5,-1,0,5,6,0,4,7,0,0,7,0,0,0,0,0,1,0 + +[00c7] Ç +PL 3,0,0,3,1,0,4,1,0 +PL 0,6,0,1,7,0,3,7,0,4,6,0,4,0,0 + +[00c8] È +PL 0,2,0,0,3,0,3,3,0,3,4,0,2,4,0,2,3,0 +PL 0,0,0,0,6,0,4,6,0,5,5,0,5,0,0 +PL 4,6,0,5,7,0,5,8,0 + +[00c9] É +PL 3,4,0,3,3,0,6,3,0 +PL 2,0,0,0,1,0,0,7,0,0,6,0 +PL 4,0,0,5,1,0,5,7,0 + +[00ca] Ê +PL 1,1,0,2,1,0,2,0,0 +PL 1,0,0,1,3,0,2,4,0,3,4,0,4,3,0,5,3,0 +PL 0,6,0,1,7,0,4,7,0,5,6,0,5,0,0 +PL 4,7,0,5,8,0,6,8,0 + +[00cb] Ë +PL 1,0,0,1,7,0,0,7,0,0,6,0,1,6,0 +PL 4,6,0,5,6,0,5,7,0,4,7,0,4,5,0,2,3,0 +PL 5,0,0,5,4,0,4,5,0 + +[00cc] Ì +PL 3,6,0,3,1,0,4,0,0,5,0,0,6,1,0,6,5,0,5,6,0,6,7,0,6,8,0 +PL 0,0,0,0,6,0,0,5,0 +L 2,0,3,1 + +[00cd] Í +PL 0,3,0,1,3,0,1,4,0,0,4,0,0,0,0 +PL 0,6,0,1,7,0,4,7,0,5,6,0,5,0,0 + +[00ce] Î +PL 0,3,0,1,3,0,1,4,0,0,4,0,0,0,0 +PL 0,6,0,3,6,0,3,7,0 +PL 1,6,0,1,7,0,4,7,0,5,6,0,5,0,0 +PL 4,7,0,5,8,0,6,8,0 +L 2,6,2,7 + +[00cf] Ï +PL 0,6,0,0,7,0,1,7,0,1,6,0 +PL 2,6,0,3,7,0,4,7,0,4,0,0 + +[00d0] Ð +PL 0,2,0,0,3,0,2,3,0,2,2,0 +PL 2,5,0,2,6,0,0,6,0,0,5,0,3,5,0,4,6,0 +L 3,2,4,3 + +[00d1] Ñ +PL 1,9,0,1,10,0,2,10,0,2,9,0 +L 5,9,6,10 + +[00d2] Ò +PL 4,0,0,4,6,0,3,7,0 +L 0,6,0,7 + +[00d3] Ó +L 0,9,0,10 +L 0,10,0,9 +PL 5,0,0,5,6,0,4,7,0 +L 0,6,2,7 + +[00d4] Ô +L 0,9,1,10 +L 5,9,4,10 + +[00d5] Õ +PL 0,9,0,1,10,0,5,10,0,5,9,0 +L 4,9,4,10 + +[00d6] Ö +PL 0,9,0,1,10,0,3,10,0,3,9,0 +L 5,9,5,10 + +[00d7] × +PL 0,9,0,1,10,0,3,10,0,4,9,0 +L 5,9,5,10 + +[00d8] Ø +L 5,-2,5,-1 + +[00d9] Ù +PL 2,-1,0,3,-1,0,3,-2,0 +L 5,-2,5,-1 + +[00da] Ú +PL 3,-2,0,3,-1,0,4,-1,0,4,-2,0 + +[00df] ß +PL 1,4,0,4,4,0,5,3,0,5,1,0,4,0,0 +PL 0,8,0,4,8,0,5,7,0,5,5,0,4,4,0 +L 1,0,1,8 +L 3,-1,3,9 + +[00e0] à +PL 3,1,0,4,1,0,4,0,0 +L 3,0,3,7 + +[00e1] á +PL 5,7,0,5,0,0,6,0,0,6,1,0,5,1,0 +PL 2,1,0,3,1,0,3,0,0 +L 2,0,2,7 + +[00e2] â +PL 4,1,0,5,1,0,5,0,0 +PL 6,9,0,5,10,0,1,10,0,0,9,0,0,8,0,4,8,0,4,0,0 + +[00e3] ã +PL 4,1,0,5,1,0,5,0,0 +PL 4,0,0,4,9,0,3,10,0,1,10,0,0,9,0,0,8,0,1,7,0,2,7,0,2,8,0 + +[00e4] ä +PL 4,1,0,5,1,0,5,0,0 +PL 0,10,0,1,10,0,2,9,0,3,10,0,4,10,0,4,0,0 + +[00e5] å +PL 4,-2,0,4,6,0,3,7,0 +L 0,6,1,7 + +[00e6] æ +PL 0,6,0,0,7,0,1,7,0,1,6,0 +PL 2,6,0,3,7,0,4,7,0,5,6,0,5,0,0,3,-2,0 + +[00e7] ç +L 2,9,2,10 +L 4,9,4,10 +L 0,9,1,10 + +[00e9] é +PL 2,13,0,3,13,0,3,11,0 +L 5,11,6,12 + +[00ea] ê +PL 1,11,0,3,13,0,4,12,0,4,11,0,5,11,0,6,12,0 +PL 0,11,0,0,12,0,1,13,0,2,12,0 + +[00eb] ë +L 4,11,4,13 + +[00ec] ì +PL 3,11,0,3,12,0,5,12,0,6,13,0 +L 4,11,4,12 + +[00ed] í +PL 4,11,0,4,12,0,5,12,0,5,11,0 + +[00ee] î +PL 3,9,0,3,10,0,4,11,0,4,12,0,6,12,0 +PL 4,9,0,5,10,0,4,11,0 + +[00ef] ï +PLC 3,2,0,3,3,0,2,3,0,2,2,0 +PL 1,0,0,0,1,0,0,4,0,1,5,0,4,5,0,5,4,0,5,1,0,4,0,0 + +[00f0] ð +PL 0,0,0,0,6,0,4,6,0,5,5,0,5,1,0,4,0,0 + +[00f1] ñ +PL 4,0,0,5,1,0,5,5,0,4,6,0,1,6,0,0,5,0,0,3,0,1,2,0,3,2,0,3,3,0,2,3,0,2,2,0 + +[00f2] ò +PL 5,5,0,4,5,0,3,6,0,2,5,0,2,2,0,3,2,0,3,3,0,2,3,0 +PL 1,0,0,0,1,0,0,8,0 +PL 4,0,0,5,1,0,5,6,0 + +[00f3] ó +PL 0,1,0,2,1,0,2,0,0 +PL 0,0,0,0,5,0,1,6,0,2,6,0,3,5,0,3,3,0 +L 1,0,1,1 +PL 5,0,0,5,5,0,4,6,0,3,5,0 + +[00f4] ô +PL 3,2,0,4,2,0,4,3,0,3,3,0,3,0,0 +PL 1,0,0,0,1,0,0,5,0,1,6,0,4,6,0,5,7,0,5,8,0 + +[00f5] õ +PL 3,2,0,4,2,0,4,3,0,3,3,0,3,0,0 +PL 0,0,0,0,6,0,4,6,0,4,7,0,5,7,0,5,8,0 +PL 2,6,0,2,8,0,3,8,0,4,7,0 + +[00f6] ö +L 1,1,2,1 +PL 1,0,0,1,2,0,2,2,0,2,0,0 +PL 0,7,0,2,5,0,3,6,0,4,6,0,5,5,0,5,1,0,4,0,0 + +[00f7] ÷ +PL 3,6,0,3,0,0,4,0,0,5,1,0,5,8,0 +PL 0,1,0,1,1,0,1,0,0 +PL 0,0,0,0,5,0,1,6,0,2,5,0,3,5,0 + +[00f8] ø +PL 6,7,0,5,7,0,4,6,0,1,6,0,0,5,0,0,0,0,1,0,0,2,1,0,2,2,0 +PL 2,1,0,3,0,0,5,0,0,5,3,0,4,3,0,4,2,0,5,2,0 + +[00f9] ù +PL 2,5,0,1,5,0,0,4,0,0,0,0,1,0,0,1,1,0,0,1,0 +PL 4,0,0,4,1,0,3,2,0,3,3,0,2,4,0,2,6,0,3,6,0,4,5,0,5,6,0,5,8,0 + +[00fa] ú +PL 4,0,0,4,1,0,5,1,0,5,7,0 +PL 2,5,0,2,6,0,1,6,0,1,5,0,3,5,0,4,6,0,5,6,0 + +[00fb] û +PL 0,1,0,1,1,0,2,2,0,2,6,0,1,7,0,0,6,0,0,0,0,1,0,0,1,1,0 +PL 4,3,0,4,4,0,6,4,0 +PL 2,5,0,3,5,0,4,4,0 diff --git a/assets/fonts/ItalicC.cxf b/assets/fonts/ItalicC.cxf new file mode 100644 index 00000000..e1e16bf9 --- /dev/null +++ b/assets/fonts/ItalicC.cxf @@ -0,0 +1,633 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Italian Complex +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts +# Author: Adam Radlowski (Polish) + +[0021] ! +PLC 2.1428,8.5714,0,1.2857,3.4285,0,3,8.5714,0,2.5714,8.9999,0 +L 2.5714,8.5714,1.2857,3.4285 +PLC 0,0.4286,0,0.4286,0,0,0.8571,0.4286,0,0.4286,0.8571,0 + +[0022] " +PL 0.8571,8.9999,0,0,5.9999,0,1.2857,8.9999,0 +PL 4.7142,8.9999,0,3.8571,5.9999,0,5.1428,8.9999,0 + +[0023] # +L 3.4285,8.9999,0.4286,-3 +L 5.9999,8.9999,3,-3 +L 0.4286,4.2857,6.4285,4.2857 +L 0,1.7143,5.9999,1.7143 + +[0024] $ +L 4.2857,10.7142,0.8571,-1.7143 +L 6.4285,10.7142,3,-1.7143 +PL 6.8571,7.2857,0,6.4285,6.8571,0,6.8571,6.4285,0,7.2857,6.8571,0,7.2857,7.2857,0,6.8571,8.1428,0,6.4285,8.5714,0,5.1428,8.9999,0,3.4285,8.9999,0,2.1428,8.5714,0,1.2857,7.7142,0,1.2857,6.8571,0,1.7143,5.9999,0,2.1428,5.5714,0,5.1428,3.8571,0,5.9999,3,0,5.5714,3.8571,0,5.1428,4.2857,0,2.1428,5.9999,0,1.2857,6.8571,0 +PL 5.9999,3,0,5.9999,1.7143,0,5.5714,0.8571,0,5.1428,0.4286,0,3.8571,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7143,0,0,2.1428,0,0.4286,2.5714,0,0.8571,2.1428,0,0.4286,1.7143,0 + +[0025] % +PL 2.1428,8.9999,0,1.2857,8.9999,0,0.4286,8.5714,0,0,7.7142,0,0,6.8571,0,0.8571,5.9999,0,1.7143,5.9999,0,2.5714,6.4285,0,3,7.2857,0,3,8.1428,0,2.1428,8.9999,0,3,8.5714,0,4.2857,8.1428,0,5.5714,8.1428,0,6.8571,8.5714,0,7.7142,8.9999,0,0,0,0 +PLC 5.1428,2.5714,0,4.7142,1.7143,0,4.7142,0.8571,0,5.5714,0,0,6.4285,0,0,7.2857,0.4286,0,7.7142,1.2857,0,7.7142,2.1428,0,6.8571,3,0,5.9999,3,0 + +[0026] & +PL 8.9999,5.5714,0,8.5714,5.1428,0,8.9999,4.7142,0,9.4285,5.1428,0,9.4285,5.5714,0,8.9999,5.9999,0,8.5714,5.9999,0,7.7142,5.5714,0,6.8571,4.7142,0,4.7142,1.2857,0,3.8571,0.4286,0,3,0,0,1.7143,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.1428,0,0.4286,3,0,0.8571,3.4285,0,1.7143,3.8571,0,3.8571,4.7142,0,4.7142,5.1428,0,5.5714,5.9999,0,5.9999,6.8571,0,5.9999,7.7142,0,5.5714,8.5714,0,4.7142,8.9999,0,3.8571,8.5714,0,3.4285,7.7142,0,3.4285,6.4285,0,3.8571,3.8571,0,4.2857,2.5714,0,5.1428,1.2857,0,5.9999,0.4286,0,6.8571,0,0,7.7142,0,0,8.1428,0.8571,0,8.1428,1.2857,0 +PL 1.7143,0,0,0.8571,0.4286,0,0.4286,1.2857,0,0.4286,2.1428,0,0.8571,3,0,1.2857,3.4285,0,3.8571,4.7142,0 +PL 3.4285,6.4285,0,3.8571,4.2857,0,4.2857,3,0,5.1428,1.7143,0,5.9999,0.8571,0,6.8571,0.4286,0,7.7142,0.4286,0,8.1428,0.8571,0 + +[0027] ' +PL 0.8571,8.1428,0,0.4286,8.5714,0,0.8571,8.9999,0,1.2857,8.5714,0,1.2857,8.1428,0,0.8571,7.2857,0,0,6.4285,0 + +[0028] ( +PL 5.1428,10.7142,0,3.4285,9.4285,0,2.1428,8.1428,0,1.2857,6.8571,0,0.4286,5.1428,0,0,3,0,0,1.2857,0,0.4286,-0.8571,0,0.8571,-2.1428,0,1.2857,-3,0,0.8571,-1.7143,0,0.4286,0.4286,0,0.4286,2.5714,0,0.8571,4.7142,0,1.2857,5.9999,0,2.1428,7.7142,0,3.4285,9.4285,0 + +[0029] ) +PLC 4.2857,9.8571,0,4.7142,8.5714,0,5.1428,6.4285,0,5.1428,4.7142,0,4.7142,2.5714,0,3.8571,0.8571,0,3,-0.4286,0,1.7143,-1.7143,0,3,0,0,3.8571,1.7143,0,4.2857,3,0,4.7142,5.1428,0,4.7142,7.2857,0,4.2857,9.4285,0,3.8571,10.7142,0 +L 1.7143,-1.7143,0,-3 + +[002a] * +L 2.1428,8.9999,2.1428,3.8571 +L 0,7.7142,4.2857,5.1428 +L 4.2857,7.7142,0,5.1428 + +[002b] + +L 3.8571,7.7142,3.8571,0 +L 0,3.8571,7.7142,3.8571 + +[002c] , +PL 0.8571,0,0,0.4286,0.4286,0,0.8571,0.8571,0,1.2857,0.4286,0,1.2857,0,0,0.8571,-0.8571,0,0,-1.7143,0 + +[002d] - +L 0,3.8571,7.7142,3.8571 + +[002e] . +PLC 0,0.4286,0,0.4286,0,0,0.8571,0.4286,0,0.4286,0.8571,0 + +[002f] / +L 4.2857,10.7142,0,-3 + +[0030] 0 +PLC 2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.1428,0,0,3.4285,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.5714,2.5714,0,5.9999,3.8571,0,6.4285,5.5714,0,6.4285,6.8571,0,5.9999,8.1428,0,5.5714,8.5714,0,4.7142,8.9999,0,3.8571,8.9999,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.1428,7.7142,0,1.2857,6.4285,0,0.8571,5.1428,0,0.4286,3.4285,0,0.4286,2.1428,0,0.8571,0.8571,0,1.7143,0,0 +PL 2.5714,0,0,3.4285,0.4286,0,4.2857,1.2857,0,5.1428,2.5714,0,5.5714,3.8571,0,5.9999,5.5714,0,5.9999,6.8571,0,5.5714,8.1428,0,4.7142,8.9999,0 + +[0031] 1 +L 2.5714,7.2857,0.4286,0 +PL 3,7.7142,0,1.2857,6.8571,0,0,6.4285,0,0.8571,6.8571,0,2.1428,7.7142,0,3.4285,8.9999,0,0.8571,0,0 + +[0032] 2 +PL 2.5714,7.2857,0,3,6.8571,0,2.5714,6.4285,0,2.1428,6.8571,0,2.1428,7.2857,0,2.5714,8.1428,0,3,8.5714,0,4.2857,8.9999,0,5.5714,8.9999,0,6.8571,8.5714,0,7.2857,7.7142,0,7.2857,6.8571,0,6.8571,5.9999,0,5.9999,5.1428,0,4.7142,4.2857,0,3,3.4285,0,1.7143,2.5714,0,0.8571,1.7143,0,0,0,0 +PL 5.5714,8.9999,0,6.4285,8.5714,0,6.8571,7.7142,0,6.8571,6.8571,0,6.4285,5.9999,0,5.5714,5.1428,0,3,3.4285,0 +PL 0.4286,0.8571,0,0.8571,1.2857,0,1.7143,1.2857,0,3.8571,0.4286,0,5.1428,0.4286,0,5.9999,0.8571,0,6.4285,1.7143,0,5.9999,0.4286,0,5.1428,0,0,3.8571,0,0,1.7143,1.2857,0 + +[0033] 3 +PL 2.1428,7.2857,0,2.5714,6.8571,0,2.1428,6.4285,0,1.7143,6.8571,0,1.7143,7.2857,0,2.1428,8.1428,0,2.5714,8.5714,0,3.8571,8.9999,0,5.1428,8.9999,0,6.4285,8.5714,0,6.8571,7.7142,0,6.8571,6.8571,0,6.4285,5.9999,0,5.1428,5.1428,0,3.8571,4.7142,0,3,4.7142,0 +PL 5.1428,8.9999,0,5.9999,8.5714,0,6.4285,7.7142,0,6.4285,6.8571,0,5.9999,5.9999,0,5.1428,5.1428,0 +PLC 5.1428,4.2857,0,5.5714,3.8571,0,5.9999,3,0,5.9999,1.7143,0,5.5714,0.8571,0,5.1428,0.4286,0,3.8571,0,0,4.7142,0.4286,0,5.1428,0.8571,0,5.5714,1.7143,0,5.5714,3,0,5.1428,3.8571,0,4.7142,4.2857,0,3.8571,4.7142,0 +PL 3.8571,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7143,0,0,2.1428,0,0.4286,2.5714,0,0.8571,2.1428,0,0.4286,1.7143,0 + +[0034] 4 +L 5.9999,8.5714,3.4285,0 +PL 6.8571,2.5714,0,0,2.5714,0,6.4285,8.9999,0,3.8571,0,0 + +[0035] 5 +PL 3,8.5714,0,5.1428,8.5714,0,7.2857,8.9999,0,3,8.9999,0,0.8571,4.7142,0,1.2857,5.1428,0,2.5714,5.5714,0,3.8571,5.5714,0,5.1428,5.1428,0,5.5714,4.7142,0,5.9999,3.8571,0,5.9999,2.5714,0,5.5714,1.2857,0,4.7142,0.4286,0,3.4285,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7143,0,0,2.1428,0,0.4286,2.5714,0,0.8571,2.1428,0,0.4286,1.7143,0 +PL 3.8571,5.5714,0,4.7142,5.1428,0,5.1428,4.7142,0,5.5714,3.8571,0,5.5714,2.5714,0,5.1428,1.2857,0,4.2857,0.4286,0,3.4285,0,0 + +[0036] 6 +PL 5.9999,7.7142,0,5.5714,7.2857,0,5.9999,6.8571,0,6.4285,7.2857,0,6.4285,7.7142,0,5.9999,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0,2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.1428,0,0,3.4285,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,3,0,0,4.2857,0.4286,0,5.1428,1.2857,0,5.5714,2.1428,0,5.5714,3.4285,0,5.1428,4.2857,0,4.7142,4.7142,0,3.8571,5.1428,0,2.5714,5.1428,0,1.7143,4.7142,0,0.8571,3.8571,0,0.4286,3,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.1428,7.7142,0,1.2857,6.4285,0,0.8571,5.1428,0,0.4286,3.4285,0,0.4286,1.2857,0,0.8571,0.4286,0 +PL 3,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.1428,2.1428,0,5.1428,3.8571,0,4.7142,4.7142,0 + +[0037] 7 +L 0.8571,8.9999,0,6.4285 +PL 0.4286,7.7142,0,1.7143,8.9999,0,2.5714,8.9999,0,4.7142,7.7142,0,5.5714,7.7142,0,5.9999,8.1428,0,6.4285,8.9999,0,5.9999,7.7142,0,5.1428,6.4285,0,3,3.8571,0,2.1428,2.5714,0,1.7143,1.7143,0,1.2857,0,0 +PL 5.1428,6.4285,0,2.5714,3.8571,0,1.7143,2.5714,0,1.2857,1.7143,0,0.8571,0,0 +PL 0.8571,8.1428,0,1.7143,8.5714,0,2.5714,8.5714,0,4.7142,7.7142,0 + +[0038] 8 +PLC 2.5714,8.5714,0,2.1428,8.1428,0,1.7143,7.2857,0,1.7143,5.9999,0,2.1428,5.1428,0,3,4.7142,0,4.2857,4.7142,0,5.9999,5.1428,0,6.4285,5.5714,0,6.8571,6.4285,0,6.8571,7.7142,0,6.4285,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.5714,8.1428,0,2.1428,7.2857,0,2.1428,5.9999,0,2.5714,5.1428,0,3,4.7142,0,1.2857,4.2857,0,0.4286,3.4285,0,0,2.5714,0,0,1.2857,0,0.4286,0.4286,0,1.7143,0,0,3.4285,0,0,5.1428,0.4286,0,5.5714,0.8571,0,5.9999,1.7143,0,5.9999,3,0,5.5714,3.8571,0,5.1428,4.2857,0,4.2857,4.7142,0,5.5714,5.1428,0,5.9999,5.5714,0,6.4285,6.4285,0,6.4285,7.7142,0,5.9999,8.5714,0,5.1428,8.9999,0 +PL 3,4.7142,0,1.7143,4.2857,0,0.8571,3.4285,0,0.4286,2.5714,0,0.4286,1.2857,0,0.8571,0.4286,0,1.7143,0,0 +PL 3.4285,0,0,4.7142,0.4286,0,5.1428,0.8571,0,5.5714,1.7143,0,5.5714,3.4285,0,5.1428,4.2857,0 + +[0039] 9 +PL 5.9999,5.9999,0,5.5714,5.1428,0,4.7142,4.2857,0,3.8571,3.8571,0,2.5714,3.8571,0,1.7143,4.2857,0,1.2857,4.7142,0,0.8571,5.5714,0,0.8571,6.8571,0,1.2857,7.7142,0,2.1428,8.5714,0,3.4285,8.9999,0,4.7142,8.9999,0,5.5714,8.5714,0,5.9999,8.1428,0,6.4285,7.2857,0,6.4285,5.5714,0,5.9999,3.8571,0,5.5714,2.5714,0,4.7142,1.2857,0,3.8571,0.4286,0,2.5714,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,1.7143,0,0.4286,2.1428,0,0.8571,1.7143,0,0.4286,1.2857,0 +PL 1.7143,4.2857,0,1.2857,5.1428,0,1.2857,6.8571,0,1.7143,7.7142,0,2.5714,8.5714,0,3.4285,8.9999,0 +PL 5.5714,8.5714,0,5.9999,7.7142,0,5.9999,5.5714,0,5.5714,3.8571,0,5.1428,2.5714,0,4.2857,1.2857,0,3.4285,0.4286,0,2.5714,0,0 + +[003a] : +PLC 1.2857,5.5714,0,1.7143,5.1428,0,2.1428,5.5714,0,1.7143,5.9999,0 +PL 0.4286,0.8571,0,0,0.4286,0,0.4286,0,0,0.8571,0.4286,0 + +[003b] ; +PLC 1.7143,5.5714,0,2.1428,5.1428,0,2.5714,5.5714,0,2.1428,5.9999,0 +PL 0.8571,0,0,0.4286,0.4286,0,0.8571,0.8571,0,1.2857,0.4286,0,1.2857,0,0,0.8571,-0.8571,0,0,-1.7143,0 + +[003c] < +PL 6.8571,7.7142,0,0,3.8571,0,6.8571,0,0 + +[003d] = +L 0,5.1428,7.7142,5.1428 +L 0,2.5714,7.7142,2.5714 + +[003e] > +PL 0,7.7142,0,6.8571,3.8571,0,0,0,0 + +[003f] ? +PL 0.4286,7.2857,0,0.8571,6.8571,0,0.4286,6.4285,0,0,6.8571,0,0,7.2857,0,0.4286,8.1428,0,0.8571,8.5714,0,2.1428,8.9999,0,3.8571,8.9999,0,5.1428,8.5714,0,5.5714,7.7142,0,5.5714,6.8571,0,5.1428,5.9999,0,4.7142,5.5714,0,2.1428,4.7142,0,1.2857,4.2857,0,1.2857,3.4285,0,1.7143,3,0,2.5714,3,0 +PL 3.8571,8.9999,0,4.7142,8.5714,0,5.1428,7.7142,0,5.1428,6.8571,0,4.7142,5.9999,0,4.2857,5.5714,0,3.4285,5.1428,0 +PLC 0.4286,0.4286,0,0.8571,0,0,1.2857,0.4286,0,0.8571,0.8571,0 + +[0040] @ +PL 6.4285,5.5714,0,5.9999,6.4285,0,5.1428,6.8571,0,3.8571,6.8571,0,3,6.4285,0,2.5714,5.9999,0,2.1428,4.7142,0,2.1428,3.4285,0,2.5714,2.5714,0,3.4285,2.1428,0,4.7142,2.1428,0,5.5714,2.5714,0,5.9999,3.4285,0,6.4285,6.8571,0 +PL 3.8571,6.8571,0,3,5.9999,0,2.5714,4.7142,0,2.5714,3.4285,0,3,2.5714,0,3.4285,2.1428,0 +PL 5.9999,3.4285,0,5.9999,2.5714,0,6.8571,2.1428,0,7.7142,2.1428,0,8.5714,3,0,8.9999,4.2857,0,8.9999,5.1428,0,8.5714,6.4285,0,8.1428,7.2857,0,7.2857,8.1428,0,6.4285,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0,2.5714,8.5714,0,1.7143,8.1428,0,0.8571,7.2857,0,0.4286,6.4285,0,0,5.1428,0,0,3.8571,0,0.4286,2.5714,0,0.8571,1.7143,0,1.7143,0.8571,0,2.5714,0.4286,0,3.8571,0,0,5.1428,0,0,6.4285,0.4286,0,7.2857,0.8571,0,7.7142,1.2857,0 +PL 6.8571,6.8571,0,6.4285,3.4285,0,6.4285,2.5714,0,6.8571,2.1428,0 + +[0041] A +PL 6.8571,0,0,6.4285,8.9999,0,0.8571,0,0 +L 5.9999,8.1428,6.4285,0 +L 2.5714,2.5714,6.4285,2.5714 +L 0,0,2.5714,0 +L 5.1428,0,7.7142,0 + +[0042] B +L 3.8571,8.9999,1.2857,0 +L 4.2857,8.9999,1.7143,0 +PL 2.5714,8.9999,0,7.2857,8.9999,0,8.5714,8.5714,0,8.9999,7.7142,0,8.9999,6.8571,0,8.5714,5.5714,0,8.1428,5.1428,0,6.8571,4.7142,0,7.7142,5.1428,0,8.1428,5.5714,0,8.5714,6.8571,0,8.5714,7.7142,0,8.1428,8.5714,0,7.2857,8.9999,0 +PL 3,4.7142,0,6.8571,4.7142,0,7.7142,4.2857,0,8.1428,3.4285,0,8.1428,2.5714,0,7.7142,1.2857,0,6.8571,0.4286,0,5.1428,0,0,0,0,0 +PL 6.8571,4.7142,0,7.2857,4.2857,0,7.7142,3.4285,0,7.7142,2.5714,0,7.2857,1.2857,0,6.4285,0.4286,0,5.1428,0,0 + +[0043] C +PLC 6.8571,8.1428,0,7.2857,8.9999,0,6.8571,6.4285,0,6.8571,7.2857,0,6.4285,8.1428,0 +PL 6.4285,8.1428,0,5.9999,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0,2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.1428,0,0,3.4285,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,2.1428,0,0,3.4285,0,0,4.2857,0.4286,0,5.1428,1.2857,0,5.5714,2.1428,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.1428,7.7142,0,1.2857,6.4285,0,0.8571,5.1428,0,0.4286,3.4285,0,0.4286,2.1428,0,0.8571,0.8571,0,1.2857,0.4286,0,2.1428,0,0 + +[0044] D +L 3.8571,8.9999,1.2857,0 +L 4.2857,8.9999,1.7143,0 +PL 2.5714,8.9999,0,6.4285,8.9999,0,7.7142,8.5714,0,8.1428,8.1428,0,8.5714,6.8571,0,8.5714,5.1428,0,8.1428,3.4285,0,7.2857,1.7143,0,6.4285,0.8571,0,5.5714,0.4286,0,3.8571,0,0,0,0,0 +PL 6.4285,8.9999,0,7.2857,8.5714,0,7.7142,8.1428,0,8.1428,6.8571,0,8.1428,5.1428,0,7.7142,3.4285,0,6.8571,1.7143,0,5.9999,0.8571,0,5.1428,0.4286,0,3.8571,0,0 + +[0045] E +L 3.8571,8.9999,1.2857,0 +L 4.2857,8.9999,1.7143,0 +L 5.9999,6.4285,5.1428,3 +PL 2.5714,8.9999,0,8.9999,8.9999,0,8.5714,6.4285,0,8.5714,8.9999,0 +L 3,4.7142,5.5714,4.7142 +PL 0,0,0,6.4285,0,0,7.2857,2.1428,0,5.9999,0,0 + +[0046] F +L 3.8571,8.9999,1.2857,0 +L 4.2857,8.9999,1.7143,0 +L 5.9999,6.4285,5.1428,3 +PL 2.5714,8.9999,0,8.9999,8.9999,0,8.5714,6.4285,0,8.5714,8.9999,0 +L 3,4.7142,5.5714,4.7142 +L 0,0,3,0 + +[0047] G +PLC 6.8571,8.1428,0,7.2857,8.9999,0,6.8571,6.4285,0,6.8571,7.2857,0,6.4285,8.1428,0 +PL 6.4285,8.1428,0,5.9999,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0,2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.1428,0,0,3.4285,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,2.1428,0,0,3,0,0,4.2857,0.4286,0,5.1428,1.2857,0,5.9999,3,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.1428,7.7142,0,1.2857,6.4285,0,0.8571,5.1428,0,0.4286,3.4285,0,0.4286,2.1428,0,0.8571,0.8571,0,1.2857,0.4286,0,2.1428,0,0 +PL 3,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.5714,3,0 +L 4.2857,3,7.2857,3 + +[0048] H +L 3.8571,8.9999,1.2857,0 +L 4.2857,8.9999,1.7143,0 +L 9.4285,8.9999,6.8571,0 +L 9.8571,8.9999,7.2857,0 +L 2.5714,8.9999,5.5714,8.9999 +L 8.1428,8.9999,11.1428,8.9999 +L 3,4.7142,8.1428,4.7142 +L 0,0,3,0 +L 5.5714,0,8.5714,0 + +[0049] I +L 3.8571,8.9999,1.2857,0 +L 4.2857,8.9999,1.7143,0 +L 2.5714,8.9999,5.5714,8.9999 +L 0,0,3,0 + +[004a] J +PL 5.9999,8.9999,0,3.8571,1.7143,0,3.4285,0.8571,0,3,0.4286,0,2.1428,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.1428,0,0.4286,2.5714,0,0.8571,2.1428,0,0.4286,1.7143,0 +PL 5.5714,8.9999,0,3.4285,1.7143,0,3,0.8571,0,2.1428,0,0 +L 4.2857,8.9999,7.2857,8.9999 + +[004b] K +L 3.8571,8.9999,1.2857,0 +L 4.2857,8.9999,1.7143,0 +L 9.8571,8.9999,2.5714,3.4285 +L 5.5714,5.1428,7.2857,0 +L 5.1428,5.1428,6.8571,0 +L 2.5714,8.9999,5.5714,8.9999 +L 8.1428,8.9999,10.7142,8.9999 +L 0,0,3,0 +L 5.5714,0,8.1428,0 + +[004c] L +L 3.8571,8.9999,1.2857,0 +L 4.2857,8.9999,1.7143,0 +L 2.5714,8.9999,5.5714,8.9999 +PL 0,0,0,6.4285,0,0,7.2857,2.5714,0,5.9999,0,0 + +[004d] M +PL 7.2857,0,0,9.8571,8.9999,0,4.2857,0,0,3.8571,8.9999,0,1.2857,0,0 +PL 2.5714,8.9999,0,4.2857,8.9999,0,4.7142,0.8571,0 +L 10.2856,8.9999,7.7142,0 +L 9.8571,8.9999,11.5713,8.9999 +L 0,0,2.5714,0 +L 5.9999,0,8.9999,0 + +[004e] N +PL 6.8571,1.2857,0,3.8571,8.9999,0,1.2857,0,0 +PL 3.8571,7.7142,0,6.8571,0,0,9.4285,8.9999,0 +L 2.5714,8.9999,3.8571,8.9999 +L 8.1428,8.9999,10.7142,8.9999 +L 0,0,2.5714,0 + +[004f] O +PLC 2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.1428,0,0,3.4285,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,3,0,0,4.2857,0.4286,0,5.1428,1.2857,0,5.9999,2.5714,0,6.4285,3.8571,0,6.8571,5.5714,0,6.8571,6.8571,0,6.4285,8.1428,0,5.9999,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.1428,7.7142,0,1.2857,6.4285,0,0.8571,5.1428,0,0.4286,3.4285,0,0.4286,2.1428,0,0.8571,0.8571,0,1.7143,0,0 +PL 3,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.5714,2.5714,0,5.9999,3.8571,0,6.4285,5.5714,0,6.4285,6.8571,0,5.9999,8.1428,0,5.1428,8.9999,0 + +[0050] P +L 3.8571,8.9999,1.2857,0 +L 4.2857,8.9999,1.7143,0 +PL 2.5714,8.9999,0,7.7142,8.9999,0,8.9999,8.5714,0,9.4285,7.7142,0,9.4285,6.8571,0,8.9999,5.5714,0,8.1428,4.7142,0,6.4285,4.2857,0,3,4.2857,0 +PL 7.7142,8.9999,0,8.5714,8.5714,0,8.9999,7.7142,0,8.9999,6.8571,0,8.5714,5.5714,0,7.7142,4.7142,0,6.4285,4.2857,0 +L 0,0,3,0 + +[0051] Q +PLC 2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.1428,0,0,3.4285,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,3,0,0,4.2857,0.4286,0,5.1428,1.2857,0,5.9999,2.5714,0,6.4285,3.8571,0,6.8571,5.5714,0,6.8571,6.8571,0,6.4285,8.1428,0,5.9999,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.1428,7.7142,0,1.2857,6.4285,0,0.8571,5.1428,0,0.4286,3.4285,0,0.4286,2.1428,0,0.8571,0.8571,0,1.7143,0,0 +PL 3,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.5714,2.5714,0,5.9999,3.8571,0,6.4285,5.5714,0,6.4285,6.8571,0,5.9999,8.1428,0,5.1428,8.9999,0 +PL 0.8571,0.8571,0,0.8571,1.2857,0,1.2857,2.1428,0,2.1428,2.5714,0,2.5714,2.5714,0,3.4285,2.1428,0,3.8571,1.2857,0,3.8571,-1.7143,0,4.2857,-2.1428,0,5.1428,-2.1428,0,5.5714,-1.2857,0,5.5714,-0.8571,0 +PL 3.8571,1.2857,0,4.2857,-1.2857,0,4.7142,-1.7143,0,5.1428,-1.7143,0,5.5714,-1.2857,0 + +[0052] R +L 3.8571,8.9999,1.2857,0 +L 4.2857,8.9999,1.7143,0 +PL 2.5714,8.9999,0,7.2857,8.9999,0,8.5714,8.5714,0,8.9999,7.7142,0,8.9999,6.8571,0,8.5714,5.5714,0,8.1428,5.1428,0,6.8571,4.7142,0,3,4.7142,0 +PL 7.2857,8.9999,0,8.1428,8.5714,0,8.5714,7.7142,0,8.5714,6.8571,0,8.1428,5.5714,0,7.7142,5.1428,0,6.8571,4.7142,0 +PL 5.1428,4.7142,0,5.9999,4.2857,0,6.4285,3.8571,0,6.8571,0.4286,0,7.2857,0,0,8.1428,0,0,8.5714,0.8571,0,8.5714,1.2857,0 +PL 6.4285,3.8571,0,7.2857,0.8571,0,7.7142,0.4286,0,8.1428,0.4286,0,8.5714,0.8571,0 +L 0,0,3,0 + +[0053] S +PLC 7.7142,8.1428,0,8.1428,8.9999,0,7.7142,6.4285,0,7.7142,7.2857,0,7.2857,8.1428,0 +PL 7.2857,8.1428,0,6.8571,8.5714,0,5.5714,8.9999,0,3.8571,8.9999,0,2.5714,8.5714,0,1.7143,7.7142,0,1.7143,6.8571,0,2.1428,5.9999,0,2.5714,5.5714,0,5.5714,3.8571,0,6.4285,3,0,5.9999,3.8571,0,5.5714,4.2857,0,2.5714,5.9999,0,1.7143,6.8571,0 +PL 6.4285,3,0,6.4285,1.7143,0,5.9999,0.8571,0,5.5714,0.4286,0,4.2857,0,0,2.5714,0,0,1.2857,0.4286,0,0.8571,0.8571,0,0.4286,1.7143,0,0.4286,2.5714,0,0,0,0,0.4286,0.8571,0,0.8571,0.8571,0 + +[0054] T +L 3.8571,8.9999,1.2857,0 +L 4.2857,8.9999,1.7143,0 +PL 1.2857,8.9999,0,0,6.4285,0,0.8571,8.9999,0,7.2857,8.9999,0,6.8571,6.4285,0,6.8571,8.9999,0 +L 0,0,3,0 + +[0055] U +PL 1.7143,8.9999,0,0.4286,4.2857,0,0,2.5714,0,0,1.2857,0,0.4286,0.4286,0,1.7143,0,0,3.4285,0,0,4.7142,0.4286,0,5.5714,1.2857,0,5.9999,2.5714,0,7.7142,8.9999,0 +PL 2.1428,8.9999,0,0.8571,4.2857,0,0.4286,2.5714,0,0.4286,1.2857,0,0.8571,0.4286,0,1.7143,0,0 +L 0.4286,8.9999,3.4285,8.9999 +L 6.4285,8.9999,8.9999,8.9999 + +[0056] V +PL 0.8571,8.9999,0,1.2857,0,0,6.8571,8.9999,0 +L 1.2857,8.9999,1.7143,0.8571 +L 0,8.9999,2.5714,8.9999 +L 5.1428,8.9999,7.7142,8.9999 + +[0057] W +PL 1.2857,8.9999,0,0.4286,0,0,4.7142,8.9999,0,3.8571,0,0,8.1428,8.9999,0 +L 1.7143,8.9999,0.8571,0.8571 +L 5.1428,8.9999,4.2857,0.8571 +L 0,8.9999,3,8.9999 +L 6.8571,8.9999,9.4285,8.9999 + +[0058] X +L 3.4285,8.9999,6.4285,0 +L 3.8571,8.9999,6.8571,0 +L 9.4285,8.9999,0.8571,0 +L 2.5714,8.9999,5.1428,8.9999 +L 7.7142,8.9999,10.2856,8.9999 +L 0,0,2.5714,0 +L 5.1428,0,7.7142,0 + +[0059] Y +PL 0.8571,8.9999,0,2.5714,4.7142,0,1.2857,0,0 +PL 1.2857,8.9999,0,3,4.7142,0,1.7143,0,0 +L 7.2857,8.9999,3,4.7142 +L 0,8.9999,2.5714,8.9999 +L 5.5714,8.9999,8.1428,8.9999 +L 0,0,3,0 + +[005a] Z +PL 8.1428,8.9999,0,0,0,0,5.9999,0,0,6.8571,2.5714,0,5.5714,0,0 +PL 3,8.9999,0,1.7143,6.4285,0,2.5714,8.9999,0,8.5714,8.9999,0,0.4286,0,0 + +[005b] [ +PL 3,10.7142,0,0,10.7142,0,0,-3,0,3,-3,0 +L 0.4286,10.7142,0.4286,-3 + +[005c] \ +L 0,8.9999,5.9999,-1.2857 + +[005d] ] +L 2.5714,10.7142,2.5714,-3 +PL 0,10.7142,0,3,10.7142,0,3,-3,0,0,-3,0 + +[005e] ^ +PL 1.2857,6.4285,0,2.1428,7.7142,0,3,6.4285,0 +PL 0,5.1428,0,2.1428,7.2857,0,4.2857,5.1428,0 +L 2.1428,7.2857,2.1428,0 + +[005f] _ +L 0,-0.8571,6.8571,-0.8571 + +[0060] ` +PL 1.2857,8.9999,0,0.4286,8.1428,0,0,7.2857,0,0,6.8571,0,0.4286,6.4285,0,0.8571,6.8571,0,0.4286,7.2857,0 + +[0061] a +PL 5.5714,5.9999,0,4.7142,3,0,4.2857,1.2857,0,4.2857,0.4286,0,4.7142,0,0,5.9999,0,0,6.8571,0.8571,0,7.2857,1.7143,0 +PL 5.9999,5.9999,0,5.1428,3,0,4.7142,1.2857,0,4.7142,0.4286,0,5.1428,0,0 +PLC 4.7142,4.2857,0,4.2857,5.5714,0,3.4285,5.9999,0,2.5714,5.9999,0,1.2857,5.5714,0,0.4286,4.2857,0,0,3,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.4285,0.4286,0,4.2857,1.7143,0,4.7142,3,0 +PL 2.5714,5.9999,0,1.7143,5.5714,0,0.8571,4.2857,0,0.4286,3,0,0.4286,1.2857,0,0.8571,0.4286,0 + +[0062] b +PL 1.7143,8.9999,0,0,3.4285,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.7143,0,5.1428,3,0,5.1428,4.2857,0,4.7142,5.1428,0,4.2857,5.5714,0,3.4285,5.9999,0,2.5714,5.9999,0,1.7143,5.5714,0,0.8571,4.7142,0,0.4286,3.4285,0,2.1428,8.9999,0,0.4286,8.9999,0 +PL 0.8571,0.4286,0,0.4286,1.7143,0,0.4286,3.4285,0 +PL 4.2857,5.5714,0,4.7142,4.7142,0,4.7142,3,0,4.2857,1.7143,0,3.4285,0.4286,0,2.5714,0,0 + +[0063] c +PL 4.7142,4.7142,0,4.7142,4.2857,0,5.1428,4.2857,0,5.1428,4.7142,0,4.7142,5.5714,0,3.8571,5.9999,0,2.5714,5.9999,0,1.2857,5.5714,0,0.4286,4.2857,0,0,3,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.7143,0 +PL 2.5714,5.9999,0,1.7143,5.5714,0,0.8571,4.2857,0,0.4286,3,0,0.4286,1.2857,0,0.8571,0.4286,0 + +[0064] d +PL 6.4285,8.9999,0,4.7142,3,0,4.2857,1.2857,0,4.2857,0.4286,0,4.7142,0,0,5.9999,0,0,6.8571,0.8571,0,7.2857,1.7143,0 +PL 5.1428,8.9999,0,6.8571,8.9999,0,5.1428,3,0,4.7142,1.2857,0,4.7142,0.4286,0,5.1428,0,0 +PLC 4.7142,4.2857,0,4.2857,5.5714,0,3.4285,5.9999,0,2.5714,5.9999,0,1.2857,5.5714,0,0.4286,4.2857,0,0,3,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.4285,0.4286,0,4.2857,1.7143,0,4.7142,3,0 +PL 2.5714,5.9999,0,1.7143,5.5714,0,0.8571,4.2857,0,0.4286,3,0,0.4286,1.2857,0,0.8571,0.4286,0 + +[0065] e +PL 0.4286,2.1428,0,2.1428,2.5714,0,3.4285,3,0,4.7142,3.8571,0,5.1428,4.7142,0,4.7142,5.5714,0,3.8571,5.9999,0,2.5714,5.9999,0,1.2857,5.5714,0,0.4286,4.2857,0,0,3,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.2857,0 +PL 2.5714,5.9999,0,1.7143,5.5714,0,0.8571,4.2857,0,0.4286,3,0,0.4286,1.2857,0,0.8571,0.4286,0 + +[0066] f +PL 7.2857,8.5714,0,6.8571,8.1428,0,7.2857,7.7142,0,7.7142,8.1428,0,7.7142,8.5714,0,7.2857,8.9999,0,6.4285,8.9999,0,5.5714,8.5714,0,5.1428,8.1428,0,4.7142,7.2857,0,4.2857,5.9999,0,3,0,0,2.5714,-1.7143,0,2.1428,-2.5714,0,2.5714,-2.1428,0,3,-1.2857,0,3.4285,0,0,3.8571,1.7143,0,4.7142,5.5714,0,5.1428,7.2857,0,5.5714,8.1428,0,6.4285,8.9999,0 +PL 2.1428,-2.5714,0,1.2857,-3,0,0.4286,-3,0,0,-2.5714,0,0,-2.1428,0,0.4286,-1.7143,0,0.8571,-2.1428,0,0.4286,-2.5714,0 +L 2.5714,5.9999,6.8571,5.9999 + +[0067] g +PL 6.8571,5.9999,0,5.1428,0,0,4.7142,-1.2857,0,3.8571,-2.5714,0,2.5714,-3,0,1.2857,-3,0,0.4286,-2.5714,0,0,-2.1428,0,0,-1.7143,0,0.4286,-1.2857,0,0.8571,-1.7143,0,0.4286,-2.1428,0 +PL 6.4285,5.9999,0,4.7142,0,0,4.2857,-1.2857,0,3.4285,-2.5714,0,2.5714,-3,0 +PLC 5.5714,4.2857,0,5.1428,5.5714,0,4.2857,5.9999,0,3.4285,5.9999,0,2.1428,5.5714,0,1.2857,4.2857,0,0.8571,3,0,0.8571,1.7143,0,1.2857,0.8571,0,1.7143,0.4286,0,2.5714,0,0,3.4285,0,0,4.2857,0.4286,0,5.1428,1.7143,0,5.5714,3,0 +PL 3.4285,5.9999,0,2.5714,5.5714,0,1.7143,4.2857,0,1.2857,3,0,1.2857,1.2857,0,1.7143,0.4286,0 + +[0068] h +L 2.5714,8.9999,0,0 +PL 1.2857,8.9999,0,3,8.9999,0,0.4286,0,0 +PL 1.2857,3,0,2.1428,4.7142,0,3,5.5714,0,3.8571,5.9999,0,4.7142,5.9999,0,5.5714,5.5714,0,5.9999,5.1428,0,5.9999,4.2857,0,5.1428,1.7143,0,5.1428,0.4286,0,5.5714,0,0 +PL 4.7142,5.9999,0,5.5714,5.1428,0,5.5714,4.2857,0,4.7142,1.7143,0,4.7142,0.4286,0,5.1428,0,0,6.4285,0,0,7.2857,0.8571,0,7.7142,1.7143,0 + +[0069] i +PLC 3,8.5714,0,3.4285,8.1428,0,3.8571,8.5714,0,3.4285,8.9999,0 +PL 0,4.2857,0,0.4286,5.1428,0,1.2857,5.9999,0,2.5714,5.9999,0,3,5.5714,0,3,4.2857,0,2.1428,1.7143,0,2.1428,0.4286,0,2.5714,0,0 +PL 2.1428,5.9999,0,2.5714,5.5714,0,2.5714,4.2857,0,1.7143,1.7143,0,1.7143,0.4286,0,2.1428,0,0,3.4285,0,0,4.2857,0.8571,0,4.7142,1.7143,0 + +[006a] j +PLC 4.7142,8.5714,0,5.1428,8.1428,0,5.5714,8.5714,0,5.1428,8.9999,0 +PL 1.7143,4.2857,0,2.1428,5.1428,0,3,5.9999,0,4.2857,5.9999,0,4.7142,5.5714,0,4.7142,4.2857,0,3.4285,0,0,3,-1.2857,0,2.5714,-2.1428,0,2.1428,-2.5714,0,1.2857,-3,0,0.4286,-3,0,0,-2.5714,0,0,-2.1428,0,0.4286,-1.7143,0,0.8571,-2.1428,0,0.4286,-2.5714,0 +PL 3.8571,5.9999,0,4.2857,5.5714,0,4.2857,4.2857,0,3,0,0,2.5714,-1.2857,0,2.1428,-2.1428,0,1.2857,-3,0 + +[006b] k +L 2.5714,8.9999,0,0 +PL 1.2857,8.9999,0,3,8.9999,0,0.4286,0,0 +PL 5.9999,5.5714,0,5.5714,5.1428,0,5.9999,4.7142,0,6.4285,5.1428,0,6.4285,5.5714,0,5.9999,5.9999,0,5.5714,5.9999,0,4.7142,5.5714,0,3,3.8571,0,2.1428,3.4285,0,1.2857,3.4285,0 +PL 6.4285,1.7143,0,5.5714,0.4286,0,4.7142,0,0,3.8571,0,0,3.4285,0.4286,0,2.5714,3,0,2.1428,3.4285,0,3,3,0,3.8571,0.4286,0,4.2857,0,0 + +[006c] l +PL 2.1428,8.9999,0,0.4286,3,0,0,1.2857,0,0,0.4286,0,0.4286,0,0,1.7143,0,0,2.5714,0.8571,0,3,1.7143,0 +PL 0.8571,8.9999,0,2.5714,8.9999,0,0.8571,3,0,0.4286,1.2857,0,0.4286,0.4286,0,0.8571,0,0 + +[006d] m +PL 0,4.2857,0,0.4286,5.1428,0,1.2857,5.9999,0,2.5714,5.9999,0,3,5.5714,0,3,4.7142,0,2.5714,3,0,1.7143,0,0 +PL 2.1428,5.9999,0,2.5714,5.5714,0,2.5714,4.7142,0,2.1428,3,0,1.2857,0,0 +PL 2.5714,3,0,3.4285,4.7142,0,4.2857,5.5714,0,5.1428,5.9999,0,5.9999,5.9999,0,6.8571,5.5714,0,7.2857,5.1428,0,7.2857,4.2857,0,5.9999,0,0 +PL 5.9999,5.9999,0,6.8571,5.1428,0,6.8571,4.2857,0,5.5714,0,0 +PL 6.8571,3,0,7.7142,4.7142,0,8.5714,5.5714,0,9.4285,5.9999,0,10.2856,5.9999,0,11.1428,5.5714,0,11.5713,5.1428,0,11.5713,4.2857,0,10.7142,1.7143,0,10.7142,0.4286,0,11.1428,0,0 +PL 10.2856,5.9999,0,11.1428,5.1428,0,11.1428,4.2857,0,10.2856,1.7143,0,10.2856,0.4286,0,10.7142,0,0,11.9999,0,0,12.857,0.8571,0,13.2856,1.7143,0 + +[006e] n +PL 0,4.2857,0,0.4286,5.1428,0,1.2857,5.9999,0,2.5714,5.9999,0,3,5.5714,0,3,4.7142,0,2.5714,3,0,1.7143,0,0 +PL 2.1428,5.9999,0,2.5714,5.5714,0,2.5714,4.7142,0,2.1428,3,0,1.2857,0,0 +PL 2.5714,3,0,3.4285,4.7142,0,4.2857,5.5714,0,5.1428,5.9999,0,5.9999,5.9999,0,6.8571,5.5714,0,7.2857,5.1428,0,7.2857,4.2857,0,6.4285,1.7143,0,6.4285,0.4286,0,6.8571,0,0 +PL 5.9999,5.9999,0,6.8571,5.1428,0,6.8571,4.2857,0,5.9999,1.7143,0,5.9999,0.4286,0,6.4285,0,0,7.7142,0,0,8.5714,0.8571,0,8.9999,1.7143,0 + +[006f] o +PLC 1.2857,5.5714,0,0.4286,4.2857,0,0,3,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.7143,0,5.1428,3,0,5.1428,4.2857,0,4.7142,5.1428,0,4.2857,5.5714,0,3.4285,5.9999,0,2.5714,5.9999,0 +PL 2.5714,5.9999,0,1.7143,5.5714,0,0.8571,4.2857,0,0.4286,3,0,0.4286,1.2857,0,0.8571,0.4286,0 +PL 2.5714,0,0,3.4285,0.4286,0,4.2857,1.7143,0,4.7142,3,0,4.7142,4.7142,0,4.2857,5.5714,0 + +[0070] p +PL 0.8571,4.2857,0,1.2857,5.1428,0,2.1428,5.9999,0,3.4285,5.9999,0,3.8571,5.5714,0,3.8571,4.7142,0,3.4285,3,0,1.7143,-3,0 +PL 3,5.9999,0,3.4285,5.5714,0,3.4285,4.7142,0,3,3,0,1.2857,-3,0 +PLC 3.8571,4.2857,0,4.7142,5.5714,0,5.5714,5.9999,0,6.4285,5.9999,0,7.2857,5.5714,0,7.7142,5.1428,0,8.1428,4.2857,0,8.1428,3,0,7.7142,1.7143,0,6.8571,0.4286,0,5.5714,0,0,4.7142,0,0,3.8571,0.4286,0,3.4285,1.7143,0,3.4285,3,0 +PL 7.2857,5.5714,0,7.7142,4.7142,0,7.7142,3,0,7.2857,1.7143,0,6.4285,0.4286,0,5.5714,0,0 +L 0,-3,3,-3 + +[0071] q +L 5.5714,5.9999,3,-3 +L 5.9999,5.9999,3.4285,-3 +PLC 4.7142,4.2857,0,4.2857,5.5714,0,3.4285,5.9999,0,2.5714,5.9999,0,1.2857,5.5714,0,0.4286,4.2857,0,0,3,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.4285,0.4286,0,4.2857,1.7143,0,4.7142,3,0 +PL 2.5714,5.9999,0,1.7143,5.5714,0,0.8571,4.2857,0,0.4286,3,0,0.4286,1.2857,0,0.8571,0.4286,0 +L 1.7143,-3,4.7142,-3 + +[0072] r +PL 0,4.2857,0,0.4286,5.1428,0,1.2857,5.9999,0,2.5714,5.9999,0,3,5.5714,0,3,4.7142,0,2.5714,3,0,1.7143,0,0 +PL 2.1428,5.9999,0,2.5714,5.5714,0,2.5714,4.7142,0,2.1428,3,0,1.2857,0,0 +PL 2.5714,3,0,3.4285,4.7142,0,4.2857,5.5714,0,5.1428,5.9999,0,5.9999,5.9999,0,6.4285,5.5714,0,6.4285,5.1428,0,5.9999,4.7142,0,5.5714,5.1428,0,5.9999,5.5714,0 + +[0073] s +PL 5.1428,5.1428,0,5.1428,4.7142,0,5.5714,4.7142,0,5.5714,5.1428,0,5.1428,5.5714,0,3.8571,5.9999,0,2.5714,5.9999,0,1.2857,5.5714,0,0.8571,5.1428,0,0.8571,4.2857,0,1.2857,3.8571,0,4.2857,2.1428,0,4.7142,1.7143,0 +PL 0.8571,4.7142,0,1.2857,4.2857,0,4.2857,2.5714,0,4.7142,2.1428,0,4.7142,0.8571,0,4.2857,0.4286,0,3,0,0,1.7143,0,0,0.4286,0.4286,0,0,0.8571,0,0,1.2857,0,0.4286,1.2857,0,0.4286,0.8571,0 + +[0074] t +PL 2.5714,8.9999,0,0.8571,3,0,0.4286,1.2857,0,0.4286,0.4286,0,0.8571,0,0,2.1428,0,0,3,0.8571,0,3.4285,1.7143,0 +PL 3,8.9999,0,1.2857,3,0,0.8571,1.2857,0,0.8571,0.4286,0,1.2857,0,0 +L 0,5.9999,3.8571,5.9999 + +[0075] u +PL 0,4.2857,0,0.4286,5.1428,0,1.2857,5.9999,0,2.5714,5.9999,0,3,5.5714,0,3,4.2857,0,2.1428,1.7143,0,2.1428,0.8571,0,3,0,0,2.1428,0.4286,0,1.7143,0.8571,0,1.7143,1.7143,0,2.5714,4.2857,0,2.5714,5.5714,0,2.1428,5.9999,0 +PL 3,0,0,3.8571,0,0,4.7142,0.4286,0,5.5714,1.2857,0,6.4285,3,0,7.2857,5.9999,0 +PL 6.4285,3,0,5.9999,1.2857,0,5.9999,0.4286,0,6.4285,0,0,7.7142,0,0,8.5714,0.8571,0,8.9999,1.7143,0 +PL 7.7142,5.9999,0,6.8571,3,0,6.4285,1.2857,0,6.4285,0.4286,0,6.8571,0,0 + +[0076] v +PL 0,4.2857,0,0.4286,5.1428,0,1.2857,5.9999,0,2.5714,5.9999,0,3,5.5714,0,3,4.2857,0,2.1428,1.7143,0,2.1428,0.8571,0,3,0,0,2.1428,0.4286,0,1.7143,0.8571,0,1.7143,1.7143,0,2.5714,4.2857,0,2.5714,5.5714,0,2.1428,5.9999,0 +PL 3,0,0,3.4285,0,0,4.7142,0.4286,0,5.5714,1.2857,0,6.4285,2.5714,0,6.8571,4.2857,0,6.8571,5.9999,0,6.4285,5.9999,0,6.8571,5.1428,0 + +[0077] w +PL 0,4.2857,0,0.4286,5.1428,0,1.2857,5.9999,0,2.5714,5.9999,0,3,5.5714,0,3,4.2857,0,2.1428,1.7143,0,2.1428,0.8571,0,3,0,0,2.1428,0.4286,0,1.7143,0.8571,0,1.7143,1.7143,0,2.5714,4.2857,0,2.5714,5.5714,0,2.1428,5.9999,0 +PL 3,0,0,3.8571,0,0,4.7142,0.4286,0,5.5714,1.2857,0,5.9999,2.1428,0,6.8571,5.9999,0 +PL 5.9999,2.1428,0,5.9999,0.8571,0,6.4285,0.4286,0,7.2857,0,0,8.1428,0,0,8.9999,0.4286,0,9.8571,1.2857,0,10.2856,2.1428,0,10.7142,3.8571,0,10.7142,5.9999,0,10.2856,5.9999,0,10.7142,5.1428,0 +PL 7.2857,5.9999,0,6.4285,2.1428,0,6.4285,0.8571,0,7.2857,0,0 + +[0078] x +PL 0.4286,4.2857,0,1.2857,5.5714,0,2.1428,5.9999,0,3.4285,5.9999,0,3.8571,5.1428,0,3.8571,3.8571,0,4.2857,4.7142,0,5.1428,5.5714,0,5.9999,5.9999,0,6.4285,5.9999,0,6.8571,5.5714,0,6.8571,5.1428,0,6.4285,4.7142,0,5.9999,5.1428,0,6.4285,5.5714,0 +PL 3,5.9999,0,3.4285,5.1428,0,3.4285,3.8571,0,3,2.1428,0,2.5714,1.2857,0,1.7143,0.4286,0,0.8571,0,0,0.4286,0,0,0,0.4286,0,0,0.8571,0,0.4286,1.2857,0,0.8571,0.8571,0,0.4286,0.4286,0 +PL 3,2.1428,0,3,0.8571,0,3.4285,0,0,4.7142,0,0,5.5714,0.4286,0,6.4285,1.7143,0 +PL 3.8571,3.8571,0,3.4285,2.1428,0,3.4285,0.8571,0,3.8571,0,0 + +[0079] y +PL 0,4.2857,0,0.4286,5.1428,0,1.2857,5.9999,0,2.5714,5.9999,0,3,5.5714,0,3,4.2857,0,2.1428,1.7143,0,2.1428,0.8571,0,3,0,0,2.1428,0.4286,0,1.7143,0.8571,0,1.7143,1.7143,0,2.5714,4.2857,0,2.5714,5.5714,0,2.1428,5.9999,0 +PL 3,0,0,3.8571,0,0,4.7142,0.4286,0,5.5714,1.2857,0,6.4285,3,0 +PL 7.7142,5.9999,0,5.9999,0,0,5.5714,-1.2857,0,4.7142,-2.5714,0,3.4285,-3,0,2.1428,-3,0,1.2857,-2.5714,0,0.8571,-2.1428,0,0.8571,-1.7143,0,1.2857,-1.2857,0,1.7143,-1.7143,0,1.2857,-2.1428,0 +PL 7.2857,5.9999,0,5.5714,0,0,5.1428,-1.2857,0,4.2857,-2.5714,0,3.4285,-3,0 + +[007a] z +PL 5.9999,5.9999,0,5.5714,5.1428,0,4.7142,4.2857,0,1.2857,1.7143,0,0.4286,0.8571,0,0,0,0 +PL 0.4286,4.2857,0,0.8571,5.1428,0,1.7143,5.9999,0,3,5.9999,0,4.7142,5.1428,0,3,5.5714,0,1.7143,5.5714,0,0.8571,5.1428,0 +L 4.7142,5.1428,5.5714,5.1428 +PL 0.4286,0.8571,0,1.2857,0.8571,0,3,0.4286,0,4.2857,0.4286,0,5.1428,0.8571,0,4.2857,0,0,3,0,0,1.2857,0.8571,0 +L 5.1428,0.8571,5.5714,1.7143 + +[007b] { +PL 2.1428,10.7142,0,1.2857,10.2856,0,0.8571,9.8571,0,0.4286,8.9999,0,0.4286,8.1428,0,0.8571,7.2857,0,1.2857,6.8571,0,1.7143,5.9999,0,1.7143,5.1428,0,0.8571,4.2857,0 +PL 1.2857,10.2856,0,0.8571,9.4285,0,0.8571,8.5714,0,1.2857,7.7142,0,1.7143,7.2857,0,2.1428,6.4285,0,2.1428,5.5714,0,1.7143,4.7142,0,0,3.8571,0,1.7143,3,0,2.1428,2.1428,0,2.1428,1.2857,0,1.7143,0.4286,0,1.2857,0,0,0.8571,-0.8571,0,0.8571,-1.7143,0,1.2857,-2.5714,0,0.8571,-2.1428,0,0.4286,-1.2857,0,0.4286,-0.4286,0,0.8571,0.4286,0,1.2857,0.8571,0,1.7143,1.7143,0,1.7143,2.5714,0,0.8571,3.4285,0 +L 1.2857,-2.5714,2.1428,-3 + +[007c] | +L 0,10.7142,0,-3 + +[007d] } +PL 0,10.7142,0,0.8571,10.2856,0,1.2857,9.8571,0,1.7143,8.9999,0,1.7143,8.1428,0,1.2857,7.2857,0,0.8571,6.8571,0,0.4286,5.9999,0,0.4286,5.1428,0,1.2857,4.2857,0 +PL 0.8571,10.2856,0,1.2857,9.4285,0,1.2857,8.5714,0,0.8571,7.7142,0,0.4286,7.2857,0,0,6.4285,0,0,5.5714,0,0.4286,4.7142,0,2.1428,3.8571,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,0.8571,0,0,1.2857,-0.8571,0,1.2857,-1.7143,0,0.8571,-2.5714,0,1.2857,-2.1428,0,1.7143,-1.2857,0,1.7143,-0.4286,0,1.2857,0.4286,0,0.8571,0.8571,0,0.4286,1.7143,0,0.4286,2.5714,0,1.2857,3.4285,0 +L 0.8571,-2.5714,0,-3 + +[007e] ~ +PLC 0,0.4286,0,0.4286,0,0,0.8571,0.4286,0,0.4286,0.8571,0 + +[007f]  +PLC 0,0.4286,0,0.4286,0,0,0.8571,0.4286,0,0.4286,0.8571,0 + +[00d3] Ó +PLC 2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.1428,0,0,3.4285,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,3,0,0,4.2857,0.4286,0,5.1428,1.2857,0,5.9999,2.5714,0,6.4285,3.8571,0,6.8571,5.5714,0,6.8571,6.8571,0,6.4285,8.1428,0,5.9999,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.1428,7.7142,0,1.2857,6.4285,0,0.8571,5.1428,0,0.4286,3.4285,0,0.4286,2.1428,0,0.8571,0.8571,0,1.7143,0,0 +PL 3,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.5714,2.5714,0,5.9999,3.8571,0,6.4285,5.5714,0,6.4285,6.8571,0,5.9999,8.1428,0,5.1428,8.9999,0 +PL 5.5714,11.5713,0,5.1428,11.9999,0,5.5714,12.4285,0,5.9999,11.9999,0,5.9999,11.5713,0,5.5714,10.7142,0,4.7142,9.8571,0 + +[00f3] ó +PLC 1.2857,5.5714,0,0.4286,4.2857,0,0,3,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.7143,0,5.1428,3,0,5.1428,4.2857,0,4.7142,5.1428,0,4.2857,5.5714,0,3.4285,5.9999,0,2.5714,5.9999,0 +PL 2.5714,5.9999,0,1.7143,5.5714,0,0.8571,4.2857,0,0.4286,3,0,0.4286,1.2857,0,0.8571,0.4286,0 +PL 2.5714,0,0,3.4285,0.4286,0,4.2857,1.7143,0,4.7142,3,0,4.7142,4.7142,0,4.2857,5.5714,0 +PL 3.8571,8.5714,0,3.4285,8.9999,0,3.8571,9.4285,0,4.2857,8.9999,0,4.2857,8.5714,0,3.8571,7.7142,0,3,6.8571,0 + +[0104] Ą +PL 6.8571,0,0,6.4285,8.9999,0,0.8571,0,0 +PL 5.9999,8.1428,0,6.4285,0,0,5.5714,-0.8571,0,5.1428,-1.7143,0,5.1428,-2.1428,0,5.5714,-2.5714,0,5.9999,-2.1428,0,5.5714,-1.7143,0 +L 2.5714,2.5714,6.4285,2.5714 +L 0,0,2.5714,0 +L 5.1428,0,7.7142,0 + +[0105] ą +PL 5.5714,5.9999,0,4.7142,3,0,4.2857,1.2857,0,4.2857,0.4286,0,4.7142,0,0,5.9999,0,0,6.8571,0.8571,0,7.2857,1.7143,0 +PL 5.9999,5.9999,0,5.1428,3,0,4.7142,1.2857,0,4.7142,0.4286,0,5.1428,0,0,4.2857,-0.8571,0,3.8571,-1.7143,0,3.8571,-2.1428,0,4.2857,-2.5714,0,4.7142,-2.1428,0,4.2857,-1.7143,0 +PLC 4.7142,4.2857,0,4.2857,5.5714,0,3.4285,5.9999,0,2.5714,5.9999,0,1.2857,5.5714,0,0.4286,4.2857,0,0,3,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.4285,0.4286,0,4.2857,1.7143,0,4.7142,3,0 +PL 2.5714,5.9999,0,1.7143,5.5714,0,0.8571,4.2857,0,0.4286,3,0,0.4286,1.2857,0,0.8571,0.4286,0 + +[0106] Ć +PLC 6.8571,8.1428,0,7.2857,8.9999,0,6.8571,6.4285,0,6.8571,7.2857,0,6.4285,8.1428,0 +PL 6.4285,8.1428,0,5.9999,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0,2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.1428,0,0,3.4285,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,2.1428,0,0,3.4285,0,0,4.2857,0.4286,0,5.1428,1.2857,0,5.5714,2.1428,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.1428,7.7142,0,1.2857,6.4285,0,0.8571,5.1428,0,0.4286,3.4285,0,0.4286,2.1428,0,0.8571,0.8571,0,1.2857,0.4286,0,2.1428,0,0 +PL 5.5714,11.5713,0,5.1428,11.9999,0,5.5714,12.4285,0,5.9999,11.9999,0,5.9999,11.5713,0,5.5714,10.7142,0,4.7142,9.8571,0 + +[0107] ć +PL 4.7142,4.7142,0,4.7142,4.2857,0,5.1428,4.2857,0,5.1428,4.7142,0,4.7142,5.5714,0,3.8571,5.9999,0,2.5714,5.9999,0,1.2857,5.5714,0,0.4286,4.2857,0,0,3,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.7143,0 +PL 2.5714,5.9999,0,1.7143,5.5714,0,0.8571,4.2857,0,0.4286,3,0,0.4286,1.2857,0,0.8571,0.4286,0 +PL 3.8571,8.5714,0,3.4285,8.9999,0,3.8571,9.4285,0,4.2857,8.9999,0,4.2857,8.5714,0,3.8571,7.7142,0,3,6.8571,0 + +[0118] Ę +L 3.8571,8.9999,1.2857,0 +L 4.2857,8.9999,1.7143,0 +L 5.9999,6.4285,5.1428,3 +PL 2.5714,8.9999,0,8.9999,8.9999,0,8.5714,6.4285,0,8.5714,8.9999,0 +L 3,4.7142,5.5714,4.7142 +PL 0,0,0,6.4285,0,0,7.2857,2.1428,0,5.9999,0,0 +PL 5.1428,0,0,4.2857,-0.8571,0,3.8571,-1.7143,0,3.8571,-2.1428,0,4.2857,-2.5714,0,4.7142,-2.1428,0,4.2857,-1.7143,0 + +[0119] ę +PL 0.4286,2.1428,0,2.1428,2.5714,0,3.4285,3,0,4.7142,3.8571,0,5.1428,4.7142,0,4.7142,5.5714,0,3.8571,5.9999,0,2.5714,5.9999,0,1.2857,5.5714,0,0.4286,4.2857,0,0,3,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.2857,0 +PL 2.5714,5.9999,0,1.7143,5.5714,0,0.8571,4.2857,0,0.4286,3,0,0.4286,1.2857,0,0.8571,0.4286,0 +PL 2.5714,0,0,1.7143,-0.8571,0,1.2857,-1.7143,0,1.2857,-2.1428,0,1.7143,-2.5714,0,2.1428,-2.1428,0,1.7143,-1.7143,0 + +[0141] Ł +L 3.8571,8.9999,1.2857,0 +L 4.2857,8.9999,1.7143,0 +L 2.5714,8.9999,5.5714,8.9999 +PL 0,0,0,6.4285,0,0,7.2857,2.5714,0,5.9999,0,0 +L 5.5714,5.9999,0.8571,3.4285 + +[0142] ł +PL 2.5714,8.9999,0,0.8571,3,0,0.4286,1.2857,0,0.4286,0.4286,0,0.8571,0,0,2.1428,0,0,3,0.8571,0,3.4285,1.7143,0 +PL 1.2857,8.9999,0,3,8.9999,0,1.2857,3,0,0.8571,1.2857,0,0.8571,0.4286,0,1.2857,0,0 +L 3.4285,6.4285,0,3.8571 + +[0143] Ń +PL 6.8571,1.2857,0,3.8571,8.9999,0,1.2857,0,0 +PL 3.8571,7.7142,0,6.8571,0,0,9.4285,8.9999,0 +L 2.5714,8.9999,3.8571,8.9999 +L 8.1428,8.9999,10.7142,8.9999 +L 0,0,2.5714,0 +PL 7.2857,11.5713,0,6.8571,11.9999,0,7.2857,12.4285,0,7.7142,11.9999,0,7.7142,11.5713,0,7.2857,10.7142,0,6.4285,9.8571,0 + +[0144] ń +PL 0,4.2857,0,0.4286,5.1428,0,1.2857,5.9999,0,2.5714,5.9999,0,3,5.5714,0,3,4.7142,0,2.5714,3,0,1.7143,0,0 +PL 2.1428,5.9999,0,2.5714,5.5714,0,2.5714,4.7142,0,2.1428,3,0,1.2857,0,0 +PL 2.5714,3,0,3.4285,4.7142,0,4.2857,5.5714,0,5.1428,5.9999,0,5.9999,5.9999,0,6.8571,5.5714,0,7.2857,5.1428,0,7.2857,4.2857,0,6.4285,1.7143,0,6.4285,0.4286,0,6.8571,0,0 +PL 5.9999,5.9999,0,6.8571,5.1428,0,6.8571,4.2857,0,5.9999,1.7143,0,5.9999,0.4286,0,6.4285,0,0,7.7142,0,0,8.5714,0.8571,0,8.9999,1.7143,0 +PL 6.4285,8.5714,0,5.9999,8.9999,0,6.4285,9.4285,0,6.8571,8.9999,0,6.8571,8.5714,0,6.4285,7.7142,0,5.5714,6.8571,0 + +[015a] Ś +PLC 7.7142,8.1428,0,8.1428,8.9999,0,7.7142,6.4285,0,7.7142,7.2857,0,7.2857,8.1428,0 +PL 7.2857,8.1428,0,6.8571,8.5714,0,5.5714,8.9999,0,3.8571,8.9999,0,2.5714,8.5714,0,1.7143,7.7142,0,1.7143,6.8571,0,2.1428,5.9999,0,2.5714,5.5714,0,5.5714,3.8571,0,6.4285,3,0,5.9999,3.8571,0,5.5714,4.2857,0,2.5714,5.9999,0,1.7143,6.8571,0 +PL 6.4285,3,0,6.4285,1.7143,0,5.9999,0.8571,0,5.5714,0.4286,0,4.2857,0,0,2.5714,0,0,1.2857,0.4286,0,0.8571,0.8571,0,0.4286,1.7143,0,0.4286,2.5714,0,0,0,0,0.4286,0.8571,0,0.8571,0.8571,0 +PL 5.5714,11.5713,0,5.1428,11.9999,0,5.5714,12.4285,0,5.9999,11.9999,0,5.9999,11.5713,0,5.5714,10.7142,0,4.7142,9.8571,0 + +[015b] ś +PL 5.1428,5.1428,0,5.1428,4.7142,0,5.5714,4.7142,0,5.5714,5.1428,0,5.1428,5.5714,0,3.8571,5.9999,0,2.5714,5.9999,0,1.2857,5.5714,0,0.8571,5.1428,0,0.8571,4.2857,0,1.2857,3.8571,0,4.2857,2.1428,0,4.7142,1.7143,0 +PL 0.8571,4.7142,0,1.2857,4.2857,0,4.2857,2.5714,0,4.7142,2.1428,0,4.7142,0.8571,0,4.2857,0.4286,0,3,0,0,1.7143,0,0,0.4286,0.4286,0,0,0.8571,0,0,1.2857,0,0.4286,1.2857,0,0.4286,0.8571,0 +PL 3.8571,8.5714,0,3.4285,8.9999,0,3.8571,9.4285,0,4.2857,8.9999,0,4.2857,8.5714,0,3.8571,7.7142,0,3,6.8571,0 + +[0179] Ź +PL 8.1428,8.9999,0,0,0,0,5.9999,0,0,6.8571,2.5714,0,5.5714,0,0 +PL 3,8.9999,0,1.7143,6.4285,0,2.5714,8.9999,0,8.5714,8.9999,0,0.4286,0,0 +PL 6.4285,11.5713,0,5.9999,11.9999,0,6.4285,12.4285,0,6.8571,11.9999,0,6.8571,11.5713,0,6.4285,10.7142,0,5.5714,9.8571,0 + +[017a] ź +PL 5.9999,5.9999,0,5.5714,5.1428,0,4.7142,4.2857,0,1.2857,1.7143,0,0.4286,0.8571,0,0,0,0 +PL 0.4286,4.2857,0,0.8571,5.1428,0,1.7143,5.9999,0,3,5.9999,0,4.7142,5.1428,0,3,5.5714,0,1.7143,5.5714,0,0.8571,5.1428,0 +L 4.7142,5.1428,5.5714,5.1428 +PL 0.4286,0.8571,0,1.2857,0.8571,0,3,0.4286,0,4.2857,0.4286,0,5.1428,0.8571,0,4.2857,0,0,3,0,0,1.2857,0.8571,0 +L 5.1428,0.8571,5.5714,1.7143 +PL 4.2857,8.5714,0,3.8571,8.9999,0,4.2857,9.4285,0,4.7142,8.9999,0,4.7142,8.5714,0,4.2857,7.7142,0,3.4285,6.8571,0 + +[017b] Ż +PL 8.1428,8.9999,0,0,0,0,5.9999,0,0,6.8571,2.5714,0,5.5714,0,0 +PL 3,8.9999,0,1.7143,6.4285,0,2.5714,8.9999,0,8.5714,8.9999,0,0.4286,0,0 +PLC 5.1428,10.2856,0,5.5714,9.8571,0,5.9999,10.2856,0,5.5714,10.7142,0 + +[017c] ż +PL 5.9999,5.9999,0,5.5714,5.1428,0,4.7142,4.2857,0,1.2857,1.7143,0,0.4286,0.8571,0,0,0,0 +PL 0.4286,4.2857,0,0.8571,5.1428,0,1.7143,5.9999,0,3,5.9999,0,4.7142,5.1428,0,3,5.5714,0,1.7143,5.5714,0,0.8571,5.1428,0 +L 4.7142,5.1428,5.5714,5.1428 +PL 0.4286,0.8571,0,1.2857,0.8571,0,3,0.4286,0,4.2857,0.4286,0,5.1428,0.8571,0,4.2857,0,0,3,0,0,1.2857,0.8571,0 +L 5.1428,0.8571,5.5714,1.7143 +PLC 3,7.2857,0,3.4285,6.8571,0,3.8571,7.2857,0,3.4285,7.7142,0 + +[fffd] � +PLC 0,0.4286,0,0.4286,0,0,0.8571,0.4286,0,0.4286,0.8571,0 diff --git a/assets/fonts/ItalicCS.cxf b/assets/fonts/ItalicCS.cxf new file mode 100644 index 00000000..28923755 --- /dev/null +++ b/assets/fonts/ItalicCS.cxf @@ -0,0 +1,662 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Italian Complex Small +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts +# Author: Adam Radlowski (Polish) + +[0021] ! +PLC 0,8.3075,0,0.6923,3.4615,0,1.3846,8.3075,0,0.6923,8.9998,0 +L 0.6923,8.3075,0.6923,6.2306 +PLC 0,0.6923,0,0.6923,0,0,1.3846,0.6923,0,0.6923,1.3846,0 + +[0022] " +PLC 0,5.5383,0,0.6923,4.846,0,1.3846,5.5383,0,0.6923,6.2306,0 +PLC 0.6923,0,0,0,0.6923,0,0.6923,1.3846,0,1.3846,0.6923,0 +PL 1.3846,0.6923,0,1.3846,-0.6923,0,0,-2.0769,0 + +[0023] # +L 3.4615,8.9998,0.6923,-2.7692 +L 6.2306,8.9998,3.4615,-2.7692 +L 0.6923,4.846,6.9229,4.846 +L 0,1.3846,6.2306,1.3846 + +[0024] $ +L 2.0769,11.0767,2.0769,-2.7692 +L 4.1537,11.0767,4.1537,-2.7692 +PLC 5.5383,8.3075,0,5.5383,7.6152,0,6.2306,7.6152,0,6.2306,8.3075,0 +PL 6.2306,8.3075,0,4.846,8.9998,0,1.3846,8.9998,0,0,8.3075,0,0,6.9229,0,0.6923,5.5383,0,5.5383,3.4615,0,6.2306,2.7692,0,5.5383,4.1537,0,0.6923,6.2306,0,0,6.9229,0 +PL 6.2306,2.7692,0,6.2306,1.3846,0,5.5383,0.6923,0,4.1537,0,0,2.0769,0,0,0.6923,0.6923,0,0,1.3846,0,0,2.0769,0,0.6923,2.0769,0,0.6923,1.3846,0,0,1.3846,0 + +[0025] % +PL 2.0769,8.9998,0,0.6923,8.9998,0,0,8.3075,0,0,6.9229,0,0.6923,6.2306,0,2.0769,6.2306,0,2.7692,6.9229,0,2.7692,8.3075,0,2.0769,8.9998,0,4.846,8.3075,0,6.9229,8.3075,0,8.3075,8.9998,0,0,0,0 +PLC 5.5383,2.0769,0,5.5383,0.6923,0,6.2306,0,0,7.6152,0,0,8.3075,0.6923,0,8.3075,2.0769,0,7.6152,2.7692,0,6.2306,2.7692,0 + +[0026] & +PLC 8.3075,5.5383,0,8.3075,4.846,0,8.9998,4.846,0,8.9998,5.5383,0 +PL 8.9998,5.5383,0,8.3075,6.2306,0,7.6152,6.2306,0,6.9229,5.5383,0,6.2306,2.7692,0,5.5383,1.3846,0,4.846,0.6923,0,3.4615,0,0,2.0769,0,0,0.6923,0.6923,0,0,1.3846,0,0,2.7692,0,0.6923,3.4615,0,2.0769,4.1537,0,4.1537,5.5383,0,4.846,6.9229,0,4.846,8.3075,0,4.1537,8.9998,0,2.7692,8.9998,0,2.0769,8.3075,0,2.0769,6.9229,0,2.7692,4.846,0,6.2306,0.6923,0,7.6152,0,0,8.3075,0,0,8.9998,0.6923,0 +PL 2.0769,0,0,0.6923,1.3846,0,0.6923,2.7692,0,2.0769,4.1537,0 +PL 2.0769,6.9229,0,2.7692,5.5383,0,6.9229,0.6923,0,7.6152,0,0 + +[0027] ' +PLC 0.6923,7.6152,0,0,8.3075,0,0.6923,8.9998,0,1.3846,8.3075,0 +PL 1.3846,8.3075,0,1.3846,6.9229,0,0,5.5383,0 + +[0028] ( +PL 3.4615,11.0767,0,2.0769,9.6921,0,0.6923,7.6152,0,0,5.5383,0,0,2.7692,0,0.6923,0.6923,0,2.0769,-1.3846,0,3.4615,-2.7692,0 +PL 2.0769,9.6921,0,1.3846,8.3075,0,0.6923,5.5383,0,0.6923,2.7692,0,1.3846,0,0,2.0769,-1.3846,0 + +[0029] ) +PL 0,11.0767,0,1.3846,9.6921,0,2.7692,7.6152,0,3.4615,5.5383,0,3.4615,2.7692,0,2.7692,0.6923,0,1.3846,-1.3846,0,0,-2.7692,0 +PL 1.3846,9.6921,0,2.0769,8.3075,0,2.7692,5.5383,0,2.7692,2.7692,0,2.0769,0,0,1.3846,-1.3846,0 + +[002a] * +L 2.0769,9.6921,2.0769,5.5383 +L 0,8.9998,4.1537,6.2306 +L 4.1537,8.9998,0,6.2306 + +[002b] + +L 4.1537,8.3075,4.1537,0 +L 0,4.1537,8.3075,4.1537 + +[002c] , +PLC 0.6923,0,0,0,0.6923,0,0.6923,1.3846,0,1.3846,0.6923,0 +PL 1.3846,0.6923,0,1.3846,-0.6923,0,0,-2.0769,0 + +[002d] - +L 0,4.1537,8.3075,4.1537 + +[002e] . +PLC 0,0.6923,0,0.6923,0,0,1.3846,0.6923,0,0.6923,1.3846,0 + +[002f] / +L 0,-4.1537,4.1537,12.4612 + +[0030] 0 +PLC 0.6923,8.3075,0,0,6.2306,0,0,2.7692,0,0.6923,0.6923,0,2.0769,0,0,4.1537,0,0,5.5383,0.6923,0,6.2306,2.7692,0,6.2306,6.2306,0,5.5383,8.3075,0,4.1537,8.9998,0,2.0769,8.9998,0 +PL 2.0769,8.9998,0,1.3846,8.3075,0,0.6923,6.2306,0,0.6923,2.7692,0,1.3846,0.6923,0,2.0769,0,0 +PL 4.1537,0,0,4.846,0.6923,0,5.5383,2.7692,0,5.5383,6.2306,0,4.846,8.3075,0,4.1537,8.9998,0 + +[0031] 1 +PL 0.6923,6.9229,0,2.7692,8.9998,0,2.7692,0,0 +L 2.0769,8.3075,2.0769,0 +L 0,0,4.846,0 + +[0032] 2 +PL 0.6923,7.6152,0,0.6923,6.9229,0,0,6.9229,0,0,7.6152,0,0.6923,8.3075,0,2.0769,8.9998,0,4.1537,8.9998,0,5.5383,8.3075,0,6.2306,6.9229,0,5.5383,5.5383,0,4.1537,4.846,0,2.0769,4.1537,0,0.6923,3.4615,0,0,2.0769,0,0,0,0 +PL 4.1537,8.9998,0,4.846,8.3075,0,5.5383,6.9229,0,4.846,5.5383,0,4.1537,4.846,0 +PL 0,0.6923,0,0.6923,1.3846,0,1.3846,1.3846,0,3.4615,0.6923,0,5.5383,0.6923,0,6.2306,1.3846,0,5.5383,0,0,3.4615,0,0,1.3846,1.3846,0 +L 6.2306,1.3846,6.2306,2.0769 + +[0033] 3 +PL 0.6923,7.6152,0,0.6923,6.9229,0,0,6.9229,0,0,7.6152,0,0.6923,8.3075,0,2.0769,8.9998,0,4.1537,8.9998,0,5.5383,8.3075,0,6.2306,6.9229,0,5.5383,5.5383,0,4.1537,4.846,0,4.846,5.5383,0,5.5383,6.9229,0,4.846,8.3075,0,4.1537,8.9998,0 +PL 2.7692,4.846,0,4.1537,4.846,0,5.5383,4.1537,0,6.2306,2.7692,0,6.2306,2.0769,0,5.5383,0.6923,0,4.1537,0,0,2.0769,0,0,0.6923,0.6923,0,0,1.3846,0,0,2.0769,0,0.6923,2.0769,0,0.6923,1.3846,0 +PL 4.1537,4.846,0,4.846,4.1537,0,5.5383,2.7692,0,5.5383,2.0769,0,4.846,0.6923,0,4.1537,0,0 + +[0034] 4 +L 4.1537,7.6152,4.1537,0 +PL 7.6152,2.7692,0,0,2.7692,0,4.846,8.9998,0,4.846,0,0 +L 2.7692,0,6.2306,0 + +[0035] 5 +PL 0.6923,8.3075,0,3.4615,8.3075,0,5.5383,8.9998,0,0.6923,8.9998,0,0,4.846,0,0.6923,5.5383,0,2.0769,6.2306,0,4.1537,6.2306,0,5.5383,5.5383,0,6.2306,4.1537,0,6.2306,2.0769,0,5.5383,0.6923,0,4.1537,0,0,2.0769,0,0,0.6923,0.6923,0,0,1.3846,0,0,2.0769,0,0.6923,2.0769,0,0.6923,1.3846,0 +PL 4.1537,6.2306,0,4.846,5.5383,0,5.5383,4.1537,0,5.5383,2.0769,0,4.846,0.6923,0,4.1537,0,0 + +[0036] 6 +PL 5.5383,7.6152,0,5.5383,6.9229,0,6.2306,6.9229,0,6.2306,7.6152,0,5.5383,8.3075,0,4.1537,8.9998,0,2.7692,8.9998,0,1.3846,8.3075,0,0.6923,7.6152,0,0,5.5383,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,4.1537,0,0,5.5383,0.6923,0,6.2306,2.0769,0,6.2306,3.4615,0,5.5383,4.846,0,4.1537,5.5383,0,2.0769,5.5383,0,0,4.1537,0 +PL 2.7692,8.9998,0,1.3846,7.6152,0,0.6923,5.5383,0,0.6923,2.0769,0,1.3846,0.6923,0,2.0769,0,0 +PL 4.1537,0,0,4.846,0.6923,0,5.5383,2.0769,0,5.5383,3.4615,0,4.846,4.846,0,4.1537,5.5383,0 + +[0037] 7 +L 0,8.9998,0,6.2306 +PL 4.846,7.6152,0,2.7692,8.3075,0,1.3846,8.3075,0,0,7.6152,0,1.3846,8.9998,0,2.7692,8.9998,0,4.846,7.6152,0,5.5383,7.6152,0,2.7692,2.7692,0,1.3846,0,0 +PL 6.2306,8.9998,0,4.1537,4.846,0,2.0769,0,0 + +[0038] 8 +PLC 0.6923,8.3075,0,0,6.9229,0,0.6923,5.5383,0,2.0769,4.846,0,4.1537,4.846,0,5.5383,5.5383,0,6.2306,6.9229,0,5.5383,8.3075,0,4.1537,8.9998,0,2.0769,8.9998,0 +PL 2.0769,8.9998,0,1.3846,8.3075,0,0.6923,6.9229,0,1.3846,5.5383,0,2.0769,4.846,0,0.6923,4.1537,0,0,2.7692,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,4.1537,0,0,5.5383,0.6923,0,6.2306,2.0769,0,6.2306,2.7692,0,5.5383,4.1537,0,4.1537,4.846,0,4.846,5.5383,0,5.5383,6.9229,0,4.846,8.3075,0,4.1537,8.9998,0 +PL 2.0769,4.846,0,1.3846,4.1537,0,0.6923,2.7692,0,0.6923,2.0769,0,1.3846,0.6923,0,2.0769,0,0 +PL 4.1537,0,0,4.846,0.6923,0,5.5383,2.0769,0,5.5383,2.7692,0,4.846,4.1537,0,4.1537,4.846,0 + +[0039] 9 +PL 0.6923,1.3846,0,0.6923,2.0769,0,0,2.0769,0,0,1.3846,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,0.6923,0,5.5383,1.3846,0,6.2306,3.4615,0,6.2306,6.9229,0,5.5383,8.3075,0,4.1537,8.9998,0,2.0769,8.9998,0,0.6923,8.3075,0,0,6.9229,0,0,5.5383,0,0.6923,4.1537,0,2.0769,3.4615,0,4.1537,3.4615,0,6.2306,4.846,0 +PL 3.4615,0,0,4.846,1.3846,0,5.5383,3.4615,0,5.5383,6.9229,0,4.846,8.3075,0,4.1537,8.9998,0 +PL 2.0769,8.9998,0,1.3846,8.3075,0,0.6923,6.9229,0,0.6923,5.5383,0,1.3846,4.1537,0,2.0769,3.4615,0 + +[003a] : +PLC 0,5.5383,0,0.6923,4.846,0,1.3846,5.5383,0,0.6923,6.2306,0 +PLC 0,0.6923,0,0.6923,0,0,1.3846,0.6923,0,0.6923,1.3846,0 + +[003b] ; +PLC 0,5.5383,0,0.6923,4.846,0,1.3846,5.5383,0,0.6923,6.2306,0 +PLC 0.6923,0,0,0,0.6923,0,0.6923,1.3846,0,1.3846,0.6923,0 +PL 1.3846,0.6923,0,1.3846,-0.6923,0,0,-2.0769,0 + +[003c] < +PL 6.9229,8.3075,0,0,4.1537,0,6.9229,0,0 + +[003d] = +L 0,5.5383,8.3075,5.5383 +L 0,2.7692,8.3075,2.7692 + +[003e] > +PL 0,8.3075,0,6.9229,4.1537,0,0,0,0 + +[003f] ? +PLC 0.6923,6.9229,0,0.6923,6.2306,0,0,6.2306,0,0,6.9229,0 +PL 0,6.9229,0,0.6923,8.3075,0,2.0769,8.9998,0,4.1537,8.9998,0,5.5383,8.3075,0,6.2306,6.9229,0,6.2306,6.2306,0,5.5383,4.846,0,3.4615,4.1537,0,2.7692,3.4615,0,2.7692,2.7692,0,3.4615,2.7692,0 +PL 4.1537,8.9998,0,5.5383,7.6152,0,5.5383,5.5383,0,4.846,4.846,0,3.4615,4.1537,0 +PLC 2.7692,0,0,3.4615,0,0,3.4615,0.6923,0,2.7692,0.6923,0 + +[0040] @ +PL 6.2306,5.5383,0,4.846,6.2306,0,3.4615,6.2306,0,2.7692,4.846,0,2.7692,4.1537,0,3.4615,2.7692,0,4.846,2.7692,0,6.2306,3.4615,0,6.2306,6.2306,0 +PL 6.2306,3.4615,0,6.9229,2.7692,0,8.3075,2.7692,0,8.9998,4.1537,0,8.9998,4.846,0,8.3075,6.9229,0,6.9229,8.3075,0,4.846,8.9998,0,4.1537,8.9998,0,2.0769,8.3075,0,0.6923,6.9229,0,0,4.846,0,0,4.1537,0,0.6923,2.0769,0,2.0769,0.6923,0,4.1537,0,0,4.846,0,0,6.9229,0.6923,0 + +[0041] A +PL 8.3075,0,0,7.6152,8.9998,0,1.3846,0,0 +L 6.9229,7.6152,7.6152,0 +L 3.4615,2.7692,7.6152,2.7692 +L 0,0,3.4615,0 +L 6.2306,0,9.6921,0 + +[0042] B +L 4.1537,8.9998,1.3846,0 +L 4.846,8.9998,2.0769,0 +PL 2.7692,8.9998,0,7.6152,8.9998,0,8.9998,8.3075,0,8.9998,6.9229,0,8.3075,5.5383,0,6.2306,4.846,0,7.6152,5.5383,0,8.3075,6.9229,0,8.3075,8.3075,0,7.6152,8.9998,0 +PL 3.4615,4.846,0,5.5383,4.846,0,6.9229,4.1537,0,7.6152,3.4615,0,7.6152,2.0769,0,6.9229,0.6923,0,4.846,0,0,0,0,0 +PL 5.5383,4.846,0,6.9229,3.4615,0,6.9229,2.0769,0,6.2306,0.6923,0,4.846,0,0 + +[0043] C +PLC 6.9229,8.3075,0,7.6152,8.9998,0,6.9229,6.9229,0,6.2306,8.3075,0 +PL 6.2306,8.3075,0,4.846,8.9998,0,3.4615,8.9998,0,2.0769,8.3075,0,1.3846,7.6152,0,0.6923,6.2306,0,0,4.1537,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,0.6923,0,5.5383,2.0769,0 +PL 3.4615,8.9998,0,2.0769,7.6152,0,1.3846,6.2306,0,0.6923,4.1537,0,0.6923,1.3846,0,2.0769,0,0 + +[0044] D +L 4.1537,8.9998,1.3846,0 +L 4.846,8.9998,2.0769,0 +PL 2.7692,8.9998,0,6.9229,8.9998,0,8.3075,8.3075,0,8.9998,6.9229,0,8.9998,4.846,0,8.3075,2.7692,0,7.6152,1.3846,0,6.9229,0.6923,0,4.846,0,0,0,0,0 +PL 6.9229,8.9998,0,7.6152,8.3075,0,8.3075,6.9229,0,8.3075,4.846,0,7.6152,2.7692,0,6.9229,1.3846,0,6.2306,0.6923,0,4.846,0,0 + +[0045] E +L 4.1537,8.9998,1.3846,0 +L 4.846,8.9998,2.0769,0 +L 6.2306,6.2306,5.5383,3.4615 +PL 2.7692,8.9998,0,9.6921,8.9998,0,8.9998,6.9229,0,8.9998,8.9998,0 +L 3.4615,4.846,5.5383,4.846 +PL 0,0,0,6.9229,0,0,7.6152,2.0769,0,6.2306,0,0 + +[0046] F +L 4.1537,8.9998,1.3846,0 +L 4.846,8.9998,2.0769,0 +L 6.2306,6.2306,5.5383,3.4615 +PL 2.7692,8.9998,0,9.6921,8.9998,0,8.9998,6.9229,0,8.9998,8.9998,0 +L 3.4615,4.846,5.5383,4.846 +L 0,0,3.4615,0 + +[0047] G +PLC 6.9229,8.3075,0,7.6152,8.9998,0,6.9229,6.9229,0,6.2306,8.3075,0 +PL 6.2306,8.3075,0,4.846,8.9998,0,3.4615,8.9998,0,2.0769,8.3075,0,1.3846,7.6152,0,0.6923,6.2306,0,0,4.1537,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,0.6923,0,5.5383,1.3846,0,6.2306,3.4615,0 +PL 3.4615,8.9998,0,2.0769,7.6152,0,1.3846,6.2306,0,0.6923,4.1537,0,0.6923,1.3846,0,2.0769,0,0 +PL 3.4615,0,0,4.846,1.3846,0,5.5383,3.4615,0 +L 4.1537,3.4615,7.6152,3.4615 + +[0048] H +L 4.1537,8.9998,1.3846,0 +L 4.846,8.9998,2.0769,0 +L 9.6921,8.9998,6.9229,0 +L 10.3844,8.9998,7.6152,0 +L 2.7692,8.9998,6.2306,8.9998 +L 8.3075,8.9998,11.7689,8.9998 +L 3.4615,4.846,8.3075,4.846 +L 0,0,3.4615,0 +L 5.5383,0,8.9998,0 + +[0049] I +L 4.1537,8.9998,1.3846,0 +L 4.846,8.9998,2.0769,0 +L 2.7692,8.9998,6.2306,8.9998 +L 0,0,3.4615,0 + +[004a] J +PL 6.2306,8.9998,0,4.1537,2.0769,0,3.4615,0.6923,0,2.7692,0,0,4.1537,0.6923,0,4.846,2.0769,0,6.9229,8.9998,0 +PL 2.7692,0,0,2.0769,0,0,0.6923,0.6923,0,0,2.0769,0,0.6923,2.7692,0,1.3846,2.0769,0,0.6923,1.3846,0 +L 4.846,8.9998,8.3075,8.9998 + +[004b] K +L 4.1537,8.9998,1.3846,0 +L 4.846,8.9998,2.0769,0 +L 10.3844,8.9998,3.4615,4.1537 +L 5.5383,5.5383,6.9229,0 +L 6.2306,5.5383,7.6152,0 +L 2.7692,8.9998,6.2306,8.9998 +L 8.3075,8.9998,11.7689,8.9998 +L 0,0,3.4615,0 +L 5.5383,0,8.9998,0 + +[004c] L +L 4.1537,8.9998,1.3846,0 +L 4.846,8.9998,2.0769,0 +L 2.7692,8.9998,6.2306,8.9998 +PL 0,0,0,6.9229,0,0,7.6152,2.0769,0,6.2306,0,0 + +[004d] M +L 4.1537,8.9998,1.3846,0 +PL 4.1537,7.6152,0,4.846,0,0,11.0767,8.9998,0,8.3075,0,0 +PL 2.7692,8.9998,0,4.846,8.9998,0,5.5383,1.3846,0 +L 11.7689,8.9998,8.9998,0 +L 11.0767,8.9998,13.1535,8.9998 +L 0,0,2.7692,0 +L 6.9229,0,10.3844,0 + +[004e] N +PL 9.6921,8.9998,0,6.9229,0,0,4.1537,8.9998,0,1.3846,0,0 +PL 2.7692,8.9998,0,4.846,8.9998,0,6.9229,2.0769,0 +L 8.3075,8.9998,11.0767,8.9998 +L 0,0,2.7692,0 + +[004f] O +PLC 2.0769,8.3075,0,1.3846,7.6152,0,0.6923,6.2306,0,0,4.1537,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,0.6923,0,5.5383,1.3846,0,6.2306,2.7692,0,6.9229,4.846,0,6.9229,6.9229,0,6.2306,8.3075,0,4.846,8.9998,0,3.4615,8.9998,0 +PL 3.4615,8.9998,0,2.0769,7.6152,0,1.3846,6.2306,0,0.6923,4.1537,0,0.6923,1.3846,0,2.0769,0,0 +PL 3.4615,0,0,4.846,1.3846,0,5.5383,2.7692,0,6.2306,4.846,0,6.2306,7.6152,0,4.846,8.9998,0 + +[0050] P +L 4.1537,8.9998,1.3846,0 +L 4.846,8.9998,2.0769,0 +PL 2.7692,8.9998,0,7.6152,8.9998,0,8.9998,8.3075,0,9.6921,7.6152,0,9.6921,6.2306,0,8.9998,4.846,0,6.9229,4.1537,0,3.4615,4.1537,0 +PL 7.6152,8.9998,0,8.9998,7.6152,0,8.9998,6.2306,0,8.3075,4.846,0,6.9229,4.1537,0 +L 0,0,3.4615,0 + +[0051] Q +PLC 2.0769,8.3075,0,1.3846,7.6152,0,0.6923,6.2306,0,0,4.1537,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,0.6923,0,5.5383,1.3846,0,6.2306,2.7692,0,6.9229,4.846,0,6.9229,6.9229,0,6.2306,8.3075,0,4.846,8.9998,0,3.4615,8.9998,0 +PL 3.4615,8.9998,0,2.0769,7.6152,0,1.3846,6.2306,0,0.6923,4.1537,0,0.6923,1.3846,0,2.0769,0,0 +PL 3.4615,0,0,4.846,1.3846,0,5.5383,2.7692,0,6.2306,4.846,0,6.2306,7.6152,0,4.846,8.9998,0 +PL 1.3846,0.6923,0,1.3846,1.3846,0,2.0769,2.0769,0,2.7692,2.0769,0,3.4615,1.3846,0,3.4615,-1.3846,0,4.1537,-2.0769,0,4.846,-2.0769,0,5.5383,-1.3846,0 +PL 3.4615,1.3846,0,4.1537,-1.3846,0,4.846,-2.0769,0 + +[0052] R +L 4.1537,8.9998,1.3846,0 +L 4.846,8.9998,2.0769,0 +PL 2.7692,8.9998,0,7.6152,8.9998,0,8.9998,8.3075,0,9.6921,7.6152,0,9.6921,6.2306,0,8.9998,4.846,0,6.9229,4.1537,0,3.4615,4.1537,0 +PL 7.6152,8.9998,0,8.9998,7.6152,0,8.9998,6.2306,0,8.3075,4.846,0,6.9229,4.1537,0 +PLC 6.9229,0.6923,0,7.6152,0,0,8.3075,0,0,7.6152,0.6923,0,6.9229,3.4615,0,6.2306,4.1537,0 +L 8.3075,0,8.9998,0.6923 +L 0,0,3.4615,0 + +[0053] S +PLC 8.3075,8.3075,0,8.9998,8.9998,0,8.3075,6.9229,0,7.6152,8.3075,0 +PL 7.6152,8.3075,0,6.2306,8.9998,0,4.1537,8.9998,0,2.7692,8.3075,0,2.0769,7.6152,0,2.0769,6.2306,0,2.7692,5.5383,0,6.2306,3.4615,0,6.9229,2.7692,0 +PL 2.0769,6.9229,0,2.7692,6.2306,0,6.2306,4.1537,0,6.9229,3.4615,0,6.9229,1.3846,0,6.2306,0.6923,0,4.846,0,0,2.7692,0,0,1.3846,0.6923,0,0.6923,2.0769,0,0,0,0,0.6923,0.6923,0,1.3846,0.6923,0 + +[0054] T +L 4.1537,8.9998,1.3846,0 +L 4.846,8.9998,2.0769,0 +PL 1.3846,8.9998,0,0,6.9229,0,0.6923,8.9998,0,8.3075,8.9998,0,7.6152,6.9229,0,7.6152,8.9998,0 +L 0,0,3.4615,0 + +[0055] U +PL 2.0769,8.9998,0,0,2.0769,0,0,0.6923,0,1.3846,0,0,4.1537,0,0,5.5383,0.6923,0,6.2306,2.0769,0,8.3075,8.9998,0 +PL 2.7692,8.9998,0,0.6923,2.0769,0,0.6923,0.6923,0,1.3846,0,0 +L 0.6923,8.9998,4.1537,8.9998 +L 6.9229,8.9998,9.6921,8.9998 + +[0056] V +PL 1.3846,8.9998,0,2.0769,0,0,8.3075,8.9998,0 +L 2.0769,8.9998,2.7692,1.3846 +L 0,8.9998,3.4615,8.9998 +L 6.2306,8.9998,9.6921,8.9998 + +[0057] W +PL 1.3846,8.9998,0,0.6923,0,0,5.5383,8.9998,0,4.846,0,0,9.6921,8.9998,0 +L 2.0769,8.9998,1.3846,1.3846 +L 6.2306,8.9998,5.5383,1.3846 +L 0,8.9998,3.4615,8.9998 +L 8.3075,8.9998,11.0767,8.9998 + +[0058] X +L 4.1537,8.9998,6.9229,0 +L 4.846,8.9998,7.6152,0 +L 10.3844,8.9998,1.3846,0 +L 2.7692,8.9998,6.2306,8.9998 +L 8.3075,8.9998,11.7689,8.9998 +L 0,0,3.4615,0 +L 5.5383,0,8.9998,0 + +[0059] Y +PL 1.3846,8.9998,0,2.7692,4.846,0,1.3846,0,0 +PL 2.0769,8.9998,0,3.4615,4.846,0,7.6152,8.9998,0 +L 3.4615,4.846,2.0769,0 +L 0,8.9998,3.4615,8.9998 +L 5.5383,8.9998,8.9998,8.9998 +L 0,0,3.4615,0 + +[005a] Z +PL 8.3075,8.9998,0,0,0,0,6.2306,0,0,6.9229,2.0769,0,5.5383,0,0 +PL 3.4615,8.9998,0,2.0769,6.9229,0,2.7692,8.9998,0,8.9998,8.9998,0,0.6923,0,0 + +[005b] [ +PL 3.4615,11.0767,0,0,11.0767,0,0,-2.7692,0,3.4615,-2.7692,0 +L 0.6923,11.0767,0.6923,-2.7692 + +[005c] \ +L 0,12.4612,9.6921,-4.1537 + +[005d] ] +L 2.7692,11.0767,2.7692,-2.7692 +PL 0,11.0767,0,3.4615,11.0767,0,3.4615,-2.7692,0,0,-2.7692,0 + +[005e] ^ +PL 0,5.5383,0,0.6923,6.2306,0,2.0769,7.6152,0,2.0769,0,0 +PL 0.6923,6.2306,0,2.0769,8.3075,0,3.4615,6.2306,0,4.1537,5.5383,0 +L 2.0769,7.6152,3.4615,6.2306 + +[005f] _ +L 0,-1.3846,11.0767,-1.3846 + +[0060] ` +PL 1.3846,8.9998,0,0,7.6152,0,0,6.2306,0,0.6923,5.5383,0,1.3846,6.2306,0,0.6923,6.9229,0,0,6.2306,0 + +[0061] a +PL 6.2306,6.2306,0,4.846,1.3846,0,4.846,0.6923,0,5.5383,0,0,6.9229,0,0,7.6152,0.6923,0,8.3075,2.0769,0 +PL 6.9229,6.2306,0,5.5383,1.3846,0,5.5383,0.6923,0,6.2306,0,0 +PL 5.5383,3.4615,0,5.5383,4.846,0,4.1537,6.2306,0,2.7692,6.2306,0,1.3846,5.5383,0,0.6923,4.846,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,1.3846,0 +PL 2.7692,6.2306,0,1.3846,4.846,0,0.6923,3.4615,0,0.6923,1.3846,0,2.0769,0,0 + +[0062] b +PL 1.3846,8.9998,0,0,4.1537,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,0.6923,1.3846,0,0.6923,4.1537,0,2.0769,8.9998,0,0,8.9998,0 +PL 0.6923,4.1537,0,1.3846,5.5383,0,2.7692,6.2306,0,4.1537,6.2306,0,5.5383,5.5383,0,6.2306,4.1537,0,6.2306,2.7692,0,5.5383,1.3846,0,4.846,0.6923,0,3.4615,0,0,2.0769,0,0 +PL 4.1537,6.2306,0,5.5383,4.846,0,5.5383,2.7692,0,4.846,1.3846,0,3.4615,0,0 + +[0063] c +PLC 5.5383,4.846,0,6.2306,4.846,0,5.5383,5.5383,0 +PL 5.5383,5.5383,0,4.1537,6.2306,0,2.7692,6.2306,0,1.3846,5.5383,0,0.6923,4.846,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,0.6923,0,5.5383,1.3846,0 +PL 2.7692,6.2306,0,1.3846,4.846,0,0.6923,3.4615,0,0.6923,1.3846,0,2.0769,0,0 + +[0064] d +PL 6.9229,8.9998,0,4.846,1.3846,0,4.846,0.6923,0,5.5383,0,0,6.9229,0,0,7.6152,0.6923,0,8.3075,2.0769,0 +PL 5.5383,8.9998,0,7.6152,8.9998,0,5.5383,1.3846,0,5.5383,0.6923,0,6.2306,0,0 +PL 5.5383,3.4615,0,5.5383,4.846,0,4.1537,6.2306,0,2.7692,6.2306,0,1.3846,5.5383,0,0.6923,4.846,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,1.3846,0 +PL 2.7692,6.2306,0,1.3846,4.846,0,0.6923,3.4615,0,0.6923,1.3846,0,2.0769,0,0 + +[0065] e +PL 0.6923,2.0769,0,3.4615,2.7692,0,4.846,3.4615,0,5.5383,4.1537,0,5.5383,5.5383,0,4.1537,6.2306,0,2.7692,6.2306,0,1.3846,5.5383,0,0.6923,4.846,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,0.6923,0,5.5383,1.3846,0 +PL 2.7692,6.2306,0,1.3846,4.846,0,0.6923,3.4615,0,0.6923,1.3846,0,2.0769,0,0 + +[0066] f +PL 7.6152,8.9998,0,8.3075,8.3075,0,8.3075,8.9998,0,6.9229,8.9998,0,5.5383,8.3075,0,4.846,6.9229,0,2.7692,-0.6923,0,2.0769,-2.0769,0,1.3846,-2.7692,0,2.7692,-2.0769,0,3.4615,-0.6923,0,5.5383,6.9229,0,6.2306,8.3075,0,6.9229,8.9998,0 +PL 1.3846,-2.7692,0,0,-2.7692,0,0,-2.0769,0,0.6923,-2.7692,0 +L 2.7692,6.2306,6.9229,6.2306 + +[0067] g +PL 6.9229,6.2306,0,5.5383,1.3846,0,4.846,-0.6923,0,4.1537,-2.0769,0,5.5383,-0.6923,0,6.2306,1.3846,0,7.6152,6.2306,0 +PL 4.1537,-2.0769,0,2.7692,-2.7692,0,0.6923,-2.7692,0,0,-2.0769,0,0.6923,-2.0769,0,1.3846,-2.7692,0 +PL 6.2306,3.4615,0,6.2306,4.846,0,4.846,6.2306,0,3.4615,6.2306,0,2.0769,5.5383,0,1.3846,4.846,0,0.6923,3.4615,0,0.6923,2.0769,0,1.3846,0.6923,0,2.7692,0,0,4.1537,0,0,5.5383,1.3846,0 +PL 3.4615,6.2306,0,2.0769,4.846,0,1.3846,3.4615,0,1.3846,1.3846,0,2.7692,0,0 + +[0068] h +L 2.7692,8.9998,0,0 +PL 1.3846,8.9998,0,3.4615,8.9998,0,0.6923,0,0 +PL 2.0769,4.846,0,2.7692,5.5383,0,4.1537,6.2306,0,5.5383,6.2306,0,6.9229,5.5383,0,6.9229,4.1537,0,6.2306,2.0769,0,6.2306,0.6923,0,6.9229,0,0 +PL 5.5383,6.2306,0,6.2306,5.5383,0,6.2306,4.1537,0,5.5383,2.0769,0,5.5383,0.6923,0,6.2306,0,0,7.6152,0,0,8.3075,0.6923,0,8.9998,2.0769,0 + +[0069] i +PLC 3.4615,8.3075,0,4.1537,8.3075,0,4.1537,8.9998,0,3.4615,8.9998,0 +PL 0,4.1537,0,0.6923,5.5383,0,1.3846,6.2306,0,2.7692,6.2306,0,3.4615,5.5383,0,3.4615,4.1537,0,2.7692,2.0769,0,2.7692,0.6923,0,3.4615,0,0 +PL 2.0769,6.2306,0,2.7692,5.5383,0,2.7692,4.1537,0,2.0769,2.0769,0,2.0769,0.6923,0,2.7692,0,0,4.1537,0,0,4.846,0.6923,0,5.5383,2.0769,0 + +[006a] j +PLC 4.846,8.3075,0,5.5383,8.3075,0,5.5383,8.9998,0,4.846,8.9998,0 +PL 1.3846,4.1537,0,2.0769,5.5383,0,2.7692,6.2306,0,4.1537,6.2306,0,4.846,5.5383,0,4.846,4.1537,0,3.4615,-0.6923,0,2.7692,-2.0769,0,1.3846,-2.7692,0,0,-2.7692,0,0,-2.0769,0,0.6923,-2.7692,0 +PL 3.4615,6.2306,0,4.1537,5.5383,0,4.1537,4.1537,0,2.7692,-0.6923,0,2.0769,-2.0769,0,1.3846,-2.7692,0 + +[006b] k +L 2.7692,8.9998,0,0 +PL 1.3846,8.9998,0,3.4615,8.9998,0,0.6923,0,0 +PLC 6.2306,4.846,0,6.9229,4.846,0,6.9229,5.5383,0 +PL 6.9229,5.5383,0,6.2306,6.2306,0,5.5383,6.2306,0,4.1537,4.846,0,2.7692,4.1537,0,2.0769,4.1537,0,2.7692,3.4615,0,3.4615,0.6923,0,4.1537,0,0,5.5383,0,0,6.2306,0.6923,0,6.9229,2.0769,0 +PL 2.0769,4.1537,0,3.4615,3.4615,0,4.1537,0.6923,0,4.846,0,0 + +[006c] l +PL 2.0769,8.9998,0,0,1.3846,0,0,0.6923,0,0.6923,0,0,2.0769,0,0,2.7692,0.6923,0,3.4615,2.0769,0 +PL 0.6923,8.9998,0,2.7692,8.9998,0,0.6923,1.3846,0,0.6923,0.6923,0,1.3846,0,0 + +[006d] m +PL 0,4.1537,0,0.6923,5.5383,0,1.3846,6.2306,0,2.7692,6.2306,0,3.4615,5.5383,0,3.4615,4.846,0,2.0769,0,0 +PL 2.0769,6.2306,0,2.7692,5.5383,0,2.7692,4.846,0,1.3846,0,0 +PL 3.4615,4.846,0,4.1537,5.5383,0,5.5383,6.2306,0,6.9229,6.2306,0,8.3075,5.5383,0,8.3075,4.846,0,6.9229,0,0 +PL 6.9229,6.2306,0,7.6152,5.5383,0,7.6152,4.846,0,6.2306,0,0 +PL 8.3075,4.846,0,8.9998,5.5383,0,10.3844,6.2306,0,11.7689,6.2306,0,13.1535,5.5383,0,13.1535,4.1537,0,12.4612,2.0769,0,12.4612,0.6923,0,13.1535,0,0 +PL 11.7689,6.2306,0,12.4612,5.5383,0,12.4612,4.1537,0,11.7689,2.0769,0,11.7689,0.6923,0,12.4612,0,0,13.8458,0,0,14.5381,0.6923,0,15.2304,2.0769,0 + +[006e] n +PL 0,4.1537,0,0.6923,5.5383,0,1.3846,6.2306,0,2.7692,6.2306,0,3.4615,5.5383,0,3.4615,4.846,0,2.0769,0,0 +PL 2.0769,6.2306,0,2.7692,5.5383,0,2.7692,4.846,0,1.3846,0,0 +PL 3.4615,4.846,0,4.1537,5.5383,0,5.5383,6.2306,0,6.9229,6.2306,0,8.3075,5.5383,0,8.3075,4.1537,0,7.6152,2.0769,0,7.6152,0.6923,0,8.3075,0,0 +PL 6.9229,6.2306,0,7.6152,5.5383,0,7.6152,4.1537,0,6.9229,2.0769,0,6.9229,0.6923,0,7.6152,0,0,8.9998,0,0,9.6921,0.6923,0,10.3844,2.0769,0 + +[006f] o +PLC 1.3846,5.5383,0,0.6923,4.846,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,0.6923,0,5.5383,1.3846,0,6.2306,2.7692,0,6.2306,4.1537,0,5.5383,5.5383,0,4.1537,6.2306,0,2.7692,6.2306,0 +PL 2.7692,6.2306,0,1.3846,4.846,0,0.6923,3.4615,0,0.6923,1.3846,0,2.0769,0,0 +PL 3.4615,0,0,4.846,1.3846,0,5.5383,2.7692,0,5.5383,4.846,0,4.1537,6.2306,0 + +[0070] p +PL 0.6923,4.1537,0,1.3846,5.5383,0,2.0769,6.2306,0,3.4615,6.2306,0,4.1537,5.5383,0,4.1537,4.846,0,2.0769,-2.7692,0 +PL 2.7692,6.2306,0,3.4615,5.5383,0,3.4615,4.846,0,1.3846,-2.7692,0 +PL 4.1537,4.846,0,5.5383,6.2306,0,6.9229,6.2306,0,8.3075,5.5383,0,8.9998,4.1537,0,8.9998,2.7692,0,8.3075,1.3846,0,7.6152,0.6923,0,6.2306,0,0,4.846,0,0,3.4615,1.3846,0,3.4615,2.7692,0 +PL 6.9229,6.2306,0,8.3075,4.846,0,8.3075,2.7692,0,7.6152,1.3846,0,6.2306,0,0 +L 0,-2.7692,3.4615,-2.7692 + +[0071] q +L 6.2306,6.2306,3.4615,-2.7692 +L 6.9229,6.2306,4.1537,-2.7692 +PL 5.5383,3.4615,0,5.5383,4.846,0,4.1537,6.2306,0,2.7692,6.2306,0,1.3846,5.5383,0,0.6923,4.846,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,1.3846,0 +PL 2.7692,6.2306,0,1.3846,4.846,0,0.6923,3.4615,0,0.6923,1.3846,0,2.0769,0,0 +L 2.0769,-2.7692,5.5383,-2.7692 + +[0072] r +PL 0,4.1537,0,0.6923,5.5383,0,1.3846,6.2306,0,2.7692,6.2306,0,3.4615,5.5383,0,3.4615,4.846,0,2.0769,0,0 +PL 2.0769,6.2306,0,2.7692,5.5383,0,2.7692,4.846,0,1.3846,0,0 +PL 3.4615,4.846,0,4.1537,5.5383,0,5.5383,6.2306,0,6.2306,6.2306,0,6.9229,5.5383,0,6.9229,4.846,0,6.2306,4.846,0,6.9229,5.5383,0 + +[0073] s +PLC 5.5383,4.846,0,6.2306,4.846,0,5.5383,5.5383,0 +PL 5.5383,5.5383,0,4.1537,6.2306,0,2.0769,6.2306,0,0.6923,5.5383,0,0.6923,4.1537,0,2.0769,3.4615,0,4.1537,2.7692,0,5.5383,2.0769,0 +PL 0.6923,4.846,0,2.0769,4.1537,0,4.1537,3.4615,0,5.5383,2.7692,0,5.5383,0.6923,0,4.1537,0,0,2.0769,0,0,0.6923,0.6923,0,0,1.3846,0,0.6923,1.3846,0,0.6923,0.6923,0 + +[0074] t +PL 2.0769,8.9998,0,0,1.3846,0,0,0.6923,0,0.6923,0,0,2.0769,0,0,2.7692,0.6923,0,3.4615,2.0769,0 +PL 2.7692,8.9998,0,0.6923,1.3846,0,0.6923,0.6923,0,1.3846,0,0 +L 0,6.2306,3.4615,6.2306 + +[0075] u +PL 0,4.1537,0,0.6923,5.5383,0,1.3846,6.2306,0,2.7692,6.2306,0,3.4615,5.5383,0,3.4615,4.1537,0,2.7692,2.0769,0,2.7692,0.6923,0,3.4615,0,0,2.0769,0.6923,0,2.0769,2.0769,0,2.7692,4.1537,0,2.7692,5.5383,0,2.0769,6.2306,0 +PL 3.4615,0,0,4.846,0,0,6.2306,0.6923,0,6.9229,1.3846,0,8.3075,6.2306,0 +PL 6.9229,1.3846,0,6.9229,0.6923,0,7.6152,0,0,8.9998,0,0,9.6921,0.6923,0,10.3844,2.0769,0 +PL 8.9998,6.2306,0,7.6152,1.3846,0,7.6152,0.6923,0,8.3075,0,0 + +[0076] v +PL 0,4.1537,0,0.6923,5.5383,0,1.3846,6.2306,0,2.7692,6.2306,0,3.4615,5.5383,0,3.4615,4.1537,0,2.7692,2.0769,0,2.7692,0.6923,0,3.4615,0,0,2.0769,0.6923,0,2.0769,2.0769,0,2.7692,4.1537,0,2.7692,5.5383,0,2.0769,6.2306,0 +PL 3.4615,0,0,4.1537,0,0,5.5383,0.6923,0,6.9229,2.0769,0,7.6152,4.1537,0,7.6152,6.2306,0,6.9229,6.2306,0,7.6152,5.5383,0 + +[0077] w +PL 0,4.1537,0,0.6923,5.5383,0,1.3846,6.2306,0,2.7692,6.2306,0,3.4615,5.5383,0,3.4615,4.1537,0,2.7692,2.0769,0,2.7692,0.6923,0,3.4615,0,0,2.0769,0.6923,0,2.0769,2.0769,0,2.7692,4.1537,0,2.7692,5.5383,0,2.0769,6.2306,0 +PL 3.4615,0,0,4.1537,0,0,5.5383,0.6923,0,6.2306,1.3846,0,7.6152,6.2306,0 +PL 6.2306,1.3846,0,6.2306,0.6923,0,7.6152,0,0,6.9229,0.6923,0,6.9229,1.3846,0,8.3075,6.2306,0 +PL 7.6152,0,0,8.3075,0,0,9.6921,0.6923,0,11.0767,2.0769,0,11.7689,4.1537,0,11.7689,6.2306,0,11.0767,6.2306,0,11.7689,5.5383,0 + +[0078] x +PL 0.6923,4.1537,0,1.3846,5.5383,0,2.7692,6.2306,0,4.1537,6.2306,0,4.846,5.5383,0,4.846,4.1537,0,5.5383,5.5383,0,6.9229,6.2306,0,7.6152,6.2306,0,8.3075,5.5383,0,7.6152,4.846,0,8.3075,4.846,0,8.3075,5.5383,0 +PL 3.4615,6.2306,0,4.1537,5.5383,0,4.1537,4.1537,0,3.4615,2.0769,0,2.7692,0.6923,0,1.3846,0,0,0.6923,0,0,0,0.6923,0,0,1.3846,0,0.6923,1.3846,0,0,0.6923,0 +PL 4.846,4.1537,0,4.1537,2.0769,0,4.1537,0.6923,0,4.846,0,0 +PL 3.4615,2.0769,0,3.4615,0.6923,0,4.1537,0,0,5.5383,0,0,6.9229,0.6923,0,7.6152,2.0769,0 + +[0079] y +PL 0,4.1537,0,0.6923,5.5383,0,1.3846,6.2306,0,2.7692,6.2306,0,3.4615,5.5383,0,3.4615,4.1537,0,2.7692,2.0769,0,2.7692,0.6923,0,3.4615,0,0,2.0769,0.6923,0,2.0769,2.0769,0,2.7692,4.1537,0,2.7692,5.5383,0,2.0769,6.2306,0 +PL 3.4615,0,0,4.846,0,0,6.2306,0.6923,0,6.9229,1.3846,0,8.3075,6.2306,0 +PL 6.9229,1.3846,0,6.2306,-0.6923,0,5.5383,-2.0769,0,6.9229,-0.6923,0,7.6152,1.3846,0,8.9998,6.2306,0 +PL 5.5383,-2.0769,0,4.1537,-2.7692,0,2.0769,-2.7692,0,1.3846,-2.0769,0,2.0769,-2.0769,0,2.7692,-2.7692,0 + +[007a] z +PL 6.9229,6.2306,0,6.9229,5.5383,0,6.2306,4.846,0,0.6923,1.3846,0,0,0.6923,0,0,0,0 +PL 0.6923,4.846,0,1.3846,6.2306,0,3.4615,6.2306,0,5.5383,4.846,0,3.4615,5.5383,0,1.3846,5.5383,0 +L 5.5383,4.846,6.2306,4.846 +PL 0.6923,1.3846,0,1.3846,1.3846,0,3.4615,0.6923,0,5.5383,0.6923,0 +PL 1.3846,1.3846,0,3.4615,0,0,5.5383,0,0,6.2306,1.3846,0 + +[007b] { +PL 2.0769,11.0767,0,0.6923,10.3844,0,0,9.6921,0,0,8.3075,0,1.3846,6.9229,0,2.0769,5.5383,0,2.0769,6.9229,0,1.3846,4.846,0,2.0769,5.5383,0 +L 0.6923,10.3844,0,8.3075 +PL 0,9.6921,0,0.6923,8.3075,0,2.0769,6.9229,0 +PL 1.3846,4.846,0,0,4.1537,0,1.3846,3.4615,0,2.0769,2.7692,0,2.0769,1.3846,0,0.6923,0,0,0,-1.3846,0,0,0,0,0.6923,-2.0769,0,0,-1.3846,0 +L 1.3846,3.4615,2.0769,1.3846 +PL 2.0769,2.7692,0,1.3846,1.3846,0,0,0,0 +L 0.6923,-2.0769,2.0769,-2.7692 + +[007c] | +L 0,11.0767,0,-2.7692 + +[007d] } +PL 0,11.0767,0,1.3846,10.3844,0,2.0769,9.6921,0,2.0769,8.3075,0,0.6923,6.9229,0,0,5.5383,0,0,6.9229,0,0.6923,4.846,0,0,5.5383,0 +L 1.3846,10.3844,2.0769,8.3075 +PL 2.0769,9.6921,0,1.3846,8.3075,0,0,6.9229,0 +PL 0.6923,4.846,0,2.0769,4.1537,0,0.6923,3.4615,0,0,2.7692,0,0,1.3846,0,1.3846,0,0,2.0769,-1.3846,0,2.0769,0,0,1.3846,-2.0769,0,2.0769,-1.3846,0 +L 0.6923,3.4615,0,1.3846 +PL 0,2.7692,0,0.6923,1.3846,0,2.0769,0,0 +L 1.3846,-2.0769,0,-2.7692 + +[007e] ~ +PLC 0,0.6923,0,0.6923,0,0,1.3846,0.6923,0,0.6923,1.3846,0 + +[007f]  +PLC 0,0.6923,0,0.6923,0,0,1.3846,0.6923,0,0.6923,1.3846,0 + +[00d3] Ó +PLC 2.0769,8.3075,0,1.3846,7.6152,0,0.6923,6.2306,0,0,4.1537,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,0.6923,0,5.5383,1.3846,0,6.2306,2.7692,0,6.9229,4.846,0,6.9229,6.9229,0,6.2306,8.3075,0,4.846,8.9998,0,3.4615,8.9998,0 +PL 3.4615,8.9998,0,2.0769,7.6152,0,1.3846,6.2306,0,0.6923,4.1537,0,0.6923,1.3846,0,2.0769,0,0 +PL 3.4615,0,0,4.846,1.3846,0,5.5383,2.7692,0,6.2306,4.846,0,6.2306,7.6152,0,4.846,8.9998,0 +PLC 4.846,12.4612,0,4.1537,13.1535,0,4.846,13.8458,0,5.5383,13.1535,0 +PL 5.5383,13.1535,0,5.5383,11.7689,0,4.1537,10.3844,0 + +[00f3] ó +PLC 1.3846,5.5383,0,0.6923,4.846,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,0.6923,0,5.5383,1.3846,0,6.2306,2.7692,0,6.2306,4.1537,0,5.5383,5.5383,0,4.1537,6.2306,0,2.7692,6.2306,0 +PL 2.7692,6.2306,0,1.3846,4.846,0,0.6923,3.4615,0,0.6923,1.3846,0,2.0769,0,0 +PL 3.4615,0,0,4.846,1.3846,0,5.5383,2.7692,0,5.5383,4.846,0,4.1537,6.2306,0 +PLC 4.1537,9.6921,0,3.4615,10.3844,0,4.1537,11.0767,0,4.846,10.3844,0 +PL 4.846,10.3844,0,4.846,8.9998,0,3.4615,7.6152,0 + +[0104] Ą +PL 8.3075,0,0,7.6152,8.9998,0,1.3846,0,0 +PL 6.9229,7.6152,0,7.6152,0,0,6.2306,-1.3846,0,6.2306,-2.7692,0,6.9229,-3.4615,0,7.6152,-2.7692,0,6.9229,-2.0769,0,6.2306,-2.7692,0 +L 3.4615,2.7692,7.6152,2.7692 +L 0,0,3.4615,0 +L 6.2306,0,9.6921,0 + +[0105] ą +PL 6.2306,6.2306,0,4.846,1.3846,0,4.846,0.6923,0,5.5383,0,0,6.9229,0,0,7.6152,0.6923,0,8.3075,2.0769,0 +PL 6.9229,6.2306,0,5.5383,1.3846,0,5.5383,0.6923,0,6.2306,0,0,4.846,-1.3846,0,4.846,-2.7692,0,5.5383,-3.4615,0,6.2306,-2.7692,0,5.5383,-2.0769,0,4.846,-2.7692,0 +PL 5.5383,3.4615,0,5.5383,4.846,0,4.1537,6.2306,0,2.7692,6.2306,0,1.3846,5.5383,0,0.6923,4.846,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,1.3846,0 +PL 2.7692,6.2306,0,1.3846,4.846,0,0.6923,3.4615,0,0.6923,1.3846,0,2.0769,0,0 + +[0106] Ć +PLC 6.9229,8.3075,0,7.6152,8.9998,0,6.9229,6.9229,0,6.2306,8.3075,0 +PL 6.2306,8.3075,0,4.846,8.9998,0,3.4615,8.9998,0,2.0769,8.3075,0,1.3846,7.6152,0,0.6923,6.2306,0,0,4.1537,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,0.6923,0,5.5383,2.0769,0 +PL 3.4615,8.9998,0,2.0769,7.6152,0,1.3846,6.2306,0,0.6923,4.1537,0,0.6923,1.3846,0,2.0769,0,0 +PLC 4.846,12.4612,0,4.1537,13.1535,0,4.846,13.8458,0,5.5383,13.1535,0 +PL 5.5383,13.1535,0,5.5383,11.7689,0,4.1537,10.3844,0 + +[0107] ć +PLC 5.5383,4.846,0,6.2306,4.846,0,5.5383,5.5383,0 +PL 5.5383,5.5383,0,4.1537,6.2306,0,2.7692,6.2306,0,1.3846,5.5383,0,0.6923,4.846,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,0.6923,0,5.5383,1.3846,0 +PL 2.7692,6.2306,0,1.3846,4.846,0,0.6923,3.4615,0,0.6923,1.3846,0,2.0769,0,0 +PLC 4.1537,9.6921,0,3.4615,10.3844,0,4.1537,11.0767,0,4.846,10.3844,0 +PL 4.846,10.3844,0,4.846,8.9998,0,3.4615,7.6152,0 + +[0118] Ę +L 4.1537,8.9998,1.3846,0 +L 4.846,8.9998,2.0769,0 +L 6.2306,6.2306,5.5383,3.4615 +PL 2.7692,8.9998,0,9.6921,8.9998,0,8.9998,6.9229,0,8.9998,8.9998,0 +L 3.4615,4.846,5.5383,4.846 +PL 0,0,0,6.9229,0,0,7.6152,2.0769,0,6.2306,0,0 +PL 5.5383,0,0,4.1537,-1.3846,0,4.1537,-2.7692,0,4.846,-3.4615,0,5.5383,-2.7692,0,4.846,-2.0769,0,4.1537,-2.7692,0 + +[0119] ę +PL 0.6923,2.0769,0,3.4615,2.7692,0,4.846,3.4615,0,5.5383,4.1537,0,5.5383,5.5383,0,4.1537,6.2306,0,2.7692,6.2306,0,1.3846,5.5383,0,0.6923,4.846,0,0,3.4615,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.846,0.6923,0,5.5383,1.3846,0 +PL 2.7692,6.2306,0,1.3846,4.846,0,0.6923,3.4615,0,0.6923,1.3846,0,2.0769,0,0 +PL 3.4615,0,0,2.0769,-1.3846,0,2.0769,-2.7692,0,2.7692,-3.4615,0,3.4615,-2.7692,0,2.7692,-2.0769,0,2.0769,-2.7692,0 + +[0141] Ł +L 4.1537,8.9998,1.3846,0 +L 4.846,8.9998,2.0769,0 +L 2.7692,8.9998,6.2306,8.9998 +PL 0,0,0,6.9229,0,0,7.6152,2.0769,0,6.2306,0,0 +L 1.3846,3.4615,6.2306,6.2306 + +[0142] ł +PL 2.7692,8.9998,0,0.6923,1.3846,0,0.6923,0.6923,0,1.3846,0,0,2.7692,0,0,3.4615,0.6923,0,4.1537,2.0769,0 +PL 1.3846,8.9998,0,3.4615,8.9998,0,1.3846,1.3846,0,1.3846,0.6923,0,2.0769,0,0 +L 0,3.4615,4.1537,6.2306 + +[0143] Ń +PL 9.6921,8.9998,0,6.9229,0,0,4.1537,8.9998,0,1.3846,0,0 +PL 2.7692,8.9998,0,4.846,8.9998,0,6.9229,2.0769,0 +L 8.3075,8.9998,11.0767,8.9998 +L 0,0,2.7692,0 +PLC 7.6152,12.4612,0,6.9229,13.1535,0,7.6152,13.8458,0,8.3075,13.1535,0 +PL 8.3075,13.1535,0,8.3075,11.7689,0,6.9229,10.3844,0 + +[0144] ń +PL 0,4.1537,0,0.6923,5.5383,0,1.3846,6.2306,0,2.7692,6.2306,0,3.4615,5.5383,0,3.4615,4.846,0,2.0769,0,0 +PL 2.0769,6.2306,0,2.7692,5.5383,0,2.7692,4.846,0,1.3846,0,0 +PL 3.4615,4.846,0,4.1537,5.5383,0,5.5383,6.2306,0,6.9229,6.2306,0,8.3075,5.5383,0,8.3075,4.1537,0,7.6152,2.0769,0,7.6152,0.6923,0,8.3075,0,0 +PL 6.9229,6.2306,0,7.6152,5.5383,0,7.6152,4.1537,0,6.9229,2.0769,0,6.9229,0.6923,0,7.6152,0,0,8.9998,0,0,9.6921,0.6923,0,10.3844,2.0769,0 +PLC 6.9229,9.6921,0,6.2306,10.3844,0,6.9229,11.0767,0,7.6152,10.3844,0 +PL 7.6152,10.3844,0,7.6152,8.9998,0,6.2306,7.6152,0 + +[015a] Ś +PLC 8.3075,8.3075,0,8.9998,8.9998,0,8.3075,6.9229,0,7.6152,8.3075,0 +PL 7.6152,8.3075,0,6.2306,8.9998,0,4.1537,8.9998,0,2.7692,8.3075,0,2.0769,7.6152,0,2.0769,6.2306,0,2.7692,5.5383,0,6.2306,3.4615,0,6.9229,2.7692,0 +PL 2.0769,6.9229,0,2.7692,6.2306,0,6.2306,4.1537,0,6.9229,3.4615,0,6.9229,1.3846,0,6.2306,0.6923,0,4.846,0,0,2.7692,0,0,1.3846,0.6923,0,0.6923,2.0769,0,0,0,0,0.6923,0.6923,0,1.3846,0.6923,0 +PLC 6.2306,12.4612,0,5.5383,13.1535,0,6.2306,13.8458,0,6.9229,13.1535,0 +PL 6.9229,13.1535,0,6.9229,11.7689,0,5.5383,10.3844,0 + +[015b] ś +PLC 5.5383,4.846,0,6.2306,4.846,0,5.5383,5.5383,0 +PL 5.5383,5.5383,0,4.1537,6.2306,0,2.0769,6.2306,0,0.6923,5.5383,0,0.6923,4.1537,0,2.0769,3.4615,0,4.1537,2.7692,0,5.5383,2.0769,0 +PL 0.6923,4.846,0,2.0769,4.1537,0,4.1537,3.4615,0,5.5383,2.7692,0,5.5383,0.6923,0,4.1537,0,0,2.0769,0,0,0.6923,0.6923,0,0,1.3846,0,0.6923,1.3846,0,0.6923,0.6923,0 +PLC 4.1537,9.6921,0,3.4615,10.3844,0,4.1537,11.0767,0,4.846,10.3844,0 +PL 4.846,10.3844,0,4.846,8.9998,0,3.4615,7.6152,0 + +[0179] Ź +PL 8.3075,8.9998,0,0,0,0,6.2306,0,0,6.9229,2.0769,0,5.5383,0,0 +PL 3.4615,8.9998,0,2.0769,6.9229,0,2.7692,8.9998,0,8.9998,8.9998,0,0.6923,0,0 +PLC 6.2306,12.4612,0,5.5383,13.1535,0,6.2306,13.8458,0,6.9229,13.1535,0 +PL 6.9229,13.1535,0,6.9229,11.7689,0,5.5383,10.3844,0 + +[017a] ź +PL 6.9229,6.2306,0,6.9229,5.5383,0,6.2306,4.846,0,0.6923,1.3846,0,0,0.6923,0,0,0,0 +PL 0.6923,4.846,0,1.3846,6.2306,0,3.4615,6.2306,0,5.5383,4.846,0,3.4615,5.5383,0,1.3846,5.5383,0 +L 5.5383,4.846,6.2306,4.846 +PL 0.6923,1.3846,0,1.3846,1.3846,0,3.4615,0.6923,0,5.5383,0.6923,0 +PL 1.3846,1.3846,0,3.4615,0,0,5.5383,0,0,6.2306,1.3846,0 +PLC 4.846,9.6921,0,4.1537,10.3844,0,4.846,11.0767,0,5.5383,10.3844,0 +PL 5.5383,10.3844,0,5.5383,8.9998,0,4.1537,7.6152,0 + +[017b] Ż +PL 8.3075,8.9998,0,0,0,0,6.2306,0,0,6.9229,2.0769,0,5.5383,0,0 +PL 3.4615,8.9998,0,2.0769,6.9229,0,2.7692,8.9998,0,8.9998,8.9998,0,0.6923,0,0 +PLC 5.5383,11.0767,0,6.2306,10.3844,0,6.9229,11.0767,0,6.2306,11.7689,0 + +[017c] ż +PL 6.9229,6.2306,0,6.9229,5.5383,0,6.2306,4.846,0,0.6923,1.3846,0,0,0.6923,0,0,0,0 +PL 0.6923,4.846,0,1.3846,6.2306,0,3.4615,6.2306,0,5.5383,4.846,0,3.4615,5.5383,0,1.3846,5.5383,0 +L 5.5383,4.846,6.2306,4.846 +PL 0.6923,1.3846,0,1.3846,1.3846,0,3.4615,0.6923,0,5.5383,0.6923,0 +PL 1.3846,1.3846,0,3.4615,0,0,5.5383,0,0,6.2306,1.3846,0 +PLC 3.4615,8.3075,0,4.1537,7.6152,0,4.846,8.3075,0,4.1537,8.9998,0 + +[fffd] � +PLC 0,0.6923,0,0.6923,0,0,1.3846,0.6923,0,0.6923,1.3846,0 diff --git a/assets/fonts/ItalicT.cxf b/assets/fonts/ItalicT.cxf new file mode 100644 index 00000000..aa115ad7 --- /dev/null +++ b/assets/fonts/ItalicT.cxf @@ -0,0 +1,992 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Italian Triplex +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts +# Author: Adam Radlowski (Polish) + +[0021] ! +PLC 2.5715,9.0002,0,2.1429,8.5716,0,1.2857,3.0001,0,3.4286,8.1431,0,3.4286,8.5716,0,3.0001,9.0002,0 +PLC 2.5715,8.5716,0,1.2857,3.0001,0,3.0001,8.1431,0,3.0001,8.5716,0 +PLC 0,0.8572,0,0,0.4286,0,0.4286,0,0,0.8572,0,0,1.2857,0.4286,0,1.2857,0.8572,0,0.8572,1.2857,0,0.4286,1.2857,0 +PLC 0.4286,0.4286,0,0.8572,0.4286,0,0.8572,0.8572,0,0.4286,0.8572,0 + +[0022] " +PLC 0.8572,8.5716,0,0,6.0001,0,1.7143,8.5716,0,1.2857,9.0002,0 +L 1.2857,8.5716,0,6.0001 +PLC 5.143,8.5716,0,4.2858,6.0001,0,6.0001,8.5716,0,5.5716,9.0002,0 +L 5.5716,8.5716,4.2858,6.0001 + +[0023] # +L 3.4286,9.0002,0.4286,-3.0001 +L 6.0001,9.0002,3.0001,-3.0001 +L 0.4286,4.2858,6.4287,4.2858 +L 0,1.7143,6.0001,1.7143 + +[0024] $ +L 4.2858,10.7146,0.8572,-1.7143 +L 6.4287,10.7146,3.0001,-1.7143 +PL 6.8573,6.8573,0,6.8573,7.2859,0,6.4287,7.2859,0,6.4287,6.4287,0,7.2859,6.4287,0,7.2859,7.2859,0,6.8573,8.1431,0,6.4287,8.5716,0,5.143,9.0002,0,3.4286,9.0002,0,2.1429,8.5716,0,1.2857,7.7145,0,1.2857,6.4287,0,1.7143,5.5716,0,2.5715,4.7144,0,5.143,3.4286,0,5.5716,2.5715,0,5.5716,1.2857,0,5.143,0.4286,0,5.5716,0.8572,0,6.0001,1.7143,0,6.0001,3.0001,0,5.5716,3.8572,0,4.7144,4.7144,0,2.1429,6.0001,0,1.7143,6.8573,0,1.7143,7.7145,0,2.1429,8.5716,0 +PL 1.7143,6.4287,0,2.1429,5.5716,0,5.143,3.8572,0,5.5716,3.0001,0 +PL 5.143,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,2.5715,0,0.8572,2.5715,0,0.8572,1.7143,0,0.4286,1.7143,0,0.4286,2.1429,0 + +[0025] % +PL 2.1429,9.0002,0,1.2857,9.0002,0,0.4286,8.5716,0,0,7.7145,0,0,6.8573,0,0.8572,6.0001,0,1.7143,6.0001,0,2.5715,6.4287,0,3.0001,7.2859,0,3.0001,8.1431,0,2.1429,9.0002,0,3.0001,8.5716,0,4.2858,8.1431,0,5.5716,8.1431,0,6.8573,8.5716,0,7.7145,9.0002,0,0,0,0 +PLC 5.143,2.5715,0,4.7144,1.7143,0,4.7144,0.8572,0,5.5716,0,0,6.4287,0,0,7.2859,0.4286,0,7.7145,1.2857,0,7.7145,2.1429,0,6.8573,3.0001,0,6.0001,3.0001,0 + +[0026] & +PL 9.0002,5.143,0,9.0002,5.5716,0,8.5716,5.5716,0,8.5716,4.7144,0,9.4288,4.7144,0,9.4288,5.5716,0,9.0002,6.0001,0,8.5716,6.0001,0,7.7145,5.5716,0,6.8573,4.7144,0,4.7144,1.2857,0,3.8572,0.4286,0,3.0001,0,0,1.7143,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.1429,0,0.4286,3.0001,0,0.8572,3.4286,0,1.7143,3.8572,0,3.8572,4.7144,0,4.7144,5.143,0,5.5716,6.0001,0,6.0001,6.8573,0,6.0001,7.7145,0,5.5716,8.5716,0,4.7144,9.0002,0,3.8572,8.5716,0,3.4286,7.7145,0,3.4286,6.4287,0,3.8572,3.8572,0,4.2858,2.5715,0,4.7144,1.7143,0,5.5716,0.4286,0,6.4287,0,0,7.2859,0,0,7.7145,0.8572,0,7.7145,1.2857,0 +L 2.1429,0,0.4286,0.4286 +PL 0.8572,0.4286,0,0.4286,1.2857,0,0.4286,2.1429,0,0.8572,3.0001,0,1.2857,3.4286,0,2.1429,3.8572,0 +PL 3.8572,4.7144,0,4.2858,3.4286,0,5.5716,0.8572,0,6.4287,0.4286,0 +PL 1.7143,0,0,1.2857,0.4286,0,0.8572,1.2857,0,0.8572,2.1429,0,1.2857,3.0001,0,1.7143,3.4286,0,2.5715,3.8572,0,4.7144,5.143,0 +PL 3.4286,6.4287,0,3.8572,5.143,0,4.2858,3.8572,0,5.143,2.1429,0,6.0001,0.8572,0,6.8573,0.4286,0,7.2859,0.4286,0,7.7145,0.8572,0 + +[0027] ' +PLC 0.8572,7.7145,0,0.4286,8.1431,0,0.4286,8.5716,0,0.8572,9.0002,0,1.2857,9.0002,0,1.7143,8.5716,0,1.7143,7.7145,0,1.2857,6.8573,0,0.8572,6.4287,0,1.2857,7.2859,0,1.2857,7.7145,0 +L 0.8572,6.4287,0,6.0001 +PLC 0.8572,8.1431,0,1.2857,8.1431,0,1.2857,8.5716,0,0.8572,8.5716,0 + +[0028] ( +PLC 4.7144,10.286,0,3.4286,9.4288,0,2.1429,8.1431,0,1.2857,6.8573,0,0.4286,5.143,0,0,3.4286,0,0,1.2857,0,0.4286,-0.4286,0,0.8572,3.4286,0,1.2857,5.143,0,1.7143,6.4287,0,2.1429,7.2859,0,3.0001,8.5716,0,4.2858,9.8574,0,5.5716,10.7146,0 +PL 2.5715,8.1431,0,1.7143,6.8573,0,0.8572,5.143,0,0.4286,3.0001,0,0.4286,-0.4286,0,0.8572,-1.7143,0,1.7143,-3.0001,0,1.2857,-2.1429,0,0.8572,-0.8572,0,0.4286,3.0001,0 + +[0029] ) +PLC 4.7144,9.4288,0,5.143,8.1431,0,5.143,4.7144,0,4.7144,8.5716,0,4.2858,9.8574,0,3.8572,10.7146,0 +PLC 5.5716,6.4287,0,5.5716,4.2858,0,5.143,2.5715,0,4.2858,0.8572,0,3.4286,-0.4286,0,2.1429,-1.7143,0,0.8572,-2.5715,0,0,-3.0001,0,1.2857,-2.1429,0,2.5715,-0.8572,0,3.4286,0.4286,0,3.8572,1.2857,0,4.2858,2.5715,0,4.7144,4.2858,0,5.143,8.1431,0 +PL 5.143,4.7144,0,4.7144,2.5715,0,3.8572,0.8572,0,3.0001,-0.4286,0 + +[002a] * +PLC 1.7143,8.5716,0,2.5715,4.2858,0,2.1429,3.8572,0,2.1429,9.0002,0 +PL 2.1429,9.0002,0,2.5715,8.5716,0,1.7143,4.2858,0,2.1429,3.8572,0 +PLC 0.4286,7.7145,0,3.8572,5.143,0,4.2858,5.143,0,0,7.7145,0 +PL 0,7.7145,0,0,7.2859,0,4.2858,5.5716,0,4.2858,5.143,0 +PLC 3.8572,7.7145,0,0.4286,5.143,0,0,5.143,0,4.2858,7.7145,0 +PL 4.2858,7.7145,0,4.2858,7.2859,0,0,5.5716,0,0,5.143,0 + +[002b] + +PLC 3.4286,0.4286,0,3.8572,0.4286,0,3.8572,7.7145,0,3.4286,7.7145,0 +PLC 7.2859,4.2858,0,7.2859,3.8572,0,0,3.8572,0,0,4.2858,0 + +[002c] , +PLC 0.8572,0,0,0.4286,0.4286,0,0.4286,0.8572,0,0.8572,1.2857,0,1.2857,1.2857,0,1.7143,0.8572,0,1.7143,0,0,1.2857,-0.8572,0,0.8572,-1.2857,0,1.2857,-0.4286,0,1.2857,0,0 +L 0.8572,-1.2857,0,-1.7143 +PLC 0.8572,0.4286,0,1.2857,0.4286,0,1.2857,0.8572,0,0.8572,0.8572,0 + +[002d] - +PLC 7.2859,4.2858,0,7.2859,3.8572,0,0,3.8572,0,0,4.2858,0 + +[002e] . +PLC 0,0.8572,0,0,0.4286,0,0.4286,0,0,0.8572,0,0,1.2857,0.4286,0,1.2857,0.8572,0,0.8572,1.2857,0,0.4286,1.2857,0 +PLC 0.4286,0.4286,0,0.8572,0.4286,0,0.8572,0.8572,0,0.4286,0.8572,0 + +[002f] / +L 0,-3.0001,4.2858,10.7146 +L 4.2858,10.7146,0,-3.0001 + +[0030] 0 +PLC 2.5715,8.5716,0,1.7143,7.7145,0,0.8572,6.4287,0,0.4286,5.143,0,0,3.4286,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.8572,0.4286,0,4.7144,1.2857,0,5.5716,2.5715,0,6.0001,3.8572,0,6.4287,5.5716,0,6.4287,6.8573,0,6.0001,8.1431,0,5.5716,8.5716,0,4.7144,9.0002,0,3.8572,9.0002,0 +PL 2.5715,8.1431,0,1.7143,7.2859,0,1.2857,6.4287,0,0.8572,5.143,0,0.4286,3.4286,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 3.8572,0.8572,0,4.7144,1.7143,0,5.143,2.5715,0,5.5716,3.8572,0,6.0001,5.5716,0,6.0001,7.2859,0,5.5716,8.1431,0 +PL 3.8572,9.0002,0,3.0001,8.5716,0,2.1429,7.2859,0,1.7143,6.4287,0,1.2857,5.143,0,0.8572,3.4286,0,0.8572,1.2857,0,1.2857,0.4286,0,1.7143,0,0 +PL 2.5715,0,0,3.4286,0.4286,0,4.2858,1.7143,0,4.7144,2.5715,0,5.143,3.8572,0,5.5716,5.5716,0,5.5716,7.7145,0,5.143,8.5716,0,4.7144,9.0002,0 + +[0031] 1 +PL 0.4286,0,0,2.5715,7.2859,0,3.4286,9.0002,0,2.1429,7.7145,0,0.8572,6.8573,0,0,6.4287,0,1.2857,6.8573,0,2.1429,7.2859,0,0,0,0,0.8572,0,0,3.4286,9.0002,0 + +[0032] 2 +PL 2.5715,6.8573,0,2.5715,7.2859,0,3.0001,7.2859,0,3.0001,6.4287,0,2.1429,6.4287,0,2.1429,7.2859,0,2.5715,8.1431,0,3.0001,8.5716,0,4.2858,9.0002,0,5.5716,9.0002,0,6.8573,8.5716,0,7.2859,7.7145,0,7.2859,6.8573,0,6.8573,6.0001,0,6.0001,5.143,0,1.7143,2.5715,0,0.8572,1.7143,0,0,0,0 +PL 6.4287,8.5716,0,6.8573,7.7145,0,6.8573,6.8573,0,6.4287,6.0001,0,5.5716,5.143,0,4.2858,4.2858,0 +PL 5.5716,9.0002,0,6.0001,8.5716,0,6.4287,7.7145,0,6.4287,6.8573,0,6.0001,6.0001,0,5.143,5.143,0,1.7143,2.5715,0 +PL 0.4286,0.8572,0,0.8572,1.2857,0,1.7143,1.2857,0,3.8572,0.8572,0,6.0001,0.8572,0,6.4287,1.2857,0,6.0001,0.4286,0,3.8572,0.4286,0,1.7143,1.2857,0,3.8572,0,0,5.143,0,0,6.0001,0.4286,0 +L 6.4287,1.2857,6.4287,1.7143 + +[0033] 3 +PL 2.1429,6.8573,0,2.1429,7.2859,0,2.5715,7.2859,0,2.5715,6.4287,0,1.7143,6.4287,0,1.7143,7.2859,0,2.1429,8.1431,0,2.5715,8.5716,0,3.8572,9.0002,0,5.143,9.0002,0,6.4287,8.5716,0,6.8573,7.7145,0,6.8573,6.8573,0,6.4287,6.0001,0,6.0001,5.5716,0,5.143,5.143,0,3.8572,4.7144,0,4.7144,5.143,0,5.5716,6.0001,0,6.0001,6.8573,0,6.0001,7.7145,0,5.5716,8.5716,0,5.143,9.0002,0 +PL 6.0001,8.5716,0,6.4287,7.7145,0,6.4287,6.8573,0,6.0001,6.0001,0,5.5716,5.5716,0 +PL 3.0001,4.7144,0,3.8572,4.7144,0,5.143,4.2858,0,5.5716,3.8572,0,6.0001,3.0001,0,6.0001,1.7143,0,5.5716,0.8572,0,4.7144,0.4286,0,3.4286,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,2.5715,0,0.8572,2.5715,0,0.8572,1.7143,0,0.4286,1.7143,0,0.4286,2.1429,0 +PL 5.143,3.8572,0,5.5716,3.0001,0,5.5716,1.7143,0,5.143,0.8572,0 +PL 3.8572,4.7144,0,4.7144,4.2858,0,5.143,3.4286,0,5.143,1.7143,0,4.7144,0.8572,0,4.2858,0.4286,0,3.4286,0,0 + +[0034] 4 +PL 5.5716,7.2859,0,3.4286,0,0,4.2858,0,0,6.8573,9.0002,0,6.0001,7.2859,0,3.8572,0,0 +PL 6.8573,9.0002,0,0,2.5715,0,6.8573,2.5715,0 + +[0035] 5 +PL 3.0001,8.5716,0,6.4287,8.5716,0,7.2859,9.0002,0,3.0001,9.0002,0,0.8572,4.7144,0,1.2857,5.143,0,2.5715,5.5716,0,3.8572,5.5716,0,5.143,5.143,0,5.5716,4.7144,0,6.0001,3.8572,0,6.0001,2.5715,0,5.5716,1.2857,0,4.7144,0.4286,0,3.0001,0,0,1.7143,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,2.5715,0,0.8572,2.5715,0,0.8572,1.7143,0,0.4286,1.7143,0,0.4286,2.1429,0 +PL 2.5715,8.1431,0,4.7144,8.1431,0,6.4287,8.5716,0 +PL 5.143,4.7144,0,5.5716,3.8572,0,5.5716,2.5715,0,5.143,1.2857,0,4.2858,0.4286,0 +PL 3.8572,5.5716,0,4.7144,5.143,0,5.143,4.2858,0,5.143,2.5715,0,4.7144,1.2857,0,3.8572,0.4286,0,3.0001,0,0 + +[0036] 6 +PL 6.0001,7.2859,0,6.0001,7.7145,0,5.5716,7.7145,0,5.5716,6.8573,0,6.4287,6.8573,0,6.4287,7.7145,0,6.0001,8.5716,0,5.143,9.0002,0,3.8572,9.0002,0,2.5715,8.5716,0,1.7143,7.7145,0,0.8572,6.4287,0,0.4286,5.143,0,0,3.4286,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,3.0001,0,0,4.2858,0.4286,0,5.143,1.2857,0,5.5716,2.1429,0,5.5716,3.4286,0,5.143,4.2858,0,4.7144,4.7144,0,3.8572,5.143,0,2.5715,5.143,0,1.7143,4.7144,0,1.2857,4.2858,0,0.8572,3.4286,0,1.2857,5.143,0,1.7143,6.4287,0,2.1429,7.2859,0,3.0001,8.5716,0,3.8572,9.0002,0 +PL 2.1429,7.7145,0,1.2857,6.4287,0,0.8572,5.143,0,0.4286,3.4286,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 4.7144,1.2857,0,5.143,2.1429,0,5.143,3.4286,0,4.7144,4.2858,0 +PL 0.8572,3.4286,0,0.8572,1.2857,0,1.2857,0.4286,0,1.7143,0,0 +PL 3.0001,0,0,3.8572,0.4286,0,4.2858,0.8572,0,4.7144,2.1429,0,4.7144,3.8572,0,4.2858,4.7144,0,3.8572,5.143,0 + +[0037] 7 +L 0.8572,9.0002,0,6.4287 +PL 1.2857,8.5716,0,2.5715,8.5716,0,4.7144,7.7145,0,2.5715,8.1431,0,1.2857,8.1431,0,0.4286,7.7145,0,1.7143,9.0002,0,2.5715,9.0002,0,4.7144,7.7145,0,5.5716,7.7145,0,6.0001,8.1431,0,6.4287,9.0002,0,6.0001,7.7145,0,5.143,6.4287,0,3.4286,4.2858,0,2.5715,3.0001,0,2.1429,1.7143,0,1.7143,0,0,0.8572,0,0,1.2857,1.7143,0,1.7143,2.5715,0,2.5715,3.8572,0,5.143,6.4287,0 +PL 2.5715,3.4286,0,1.7143,1.7143,0,1.2857,0,0 + +[0038] 8 +PL 6.4287,8.5716,0,4.7144,9.0002,0,2.5715,8.5716,0,2.1429,8.1431,0,1.7143,7.2859,0,1.7143,6.0001,0,2.1429,5.143,0,3.0001,4.7144,0,4.2858,4.7144,0,5.5716,5.143,0,6.4287,5.5716,0,6.8573,6.4287,0,6.8573,7.7145,0,6.4287,8.5716,0,5.5716,9.0002,0,3.8572,9.0002,0,2.5715,8.5716,0 +PL 2.5715,8.1431,0,2.1429,7.2859,0,2.1429,5.5716,0,2.5715,5.143,0 +PL 2.1429,5.143,0,3.4286,4.7144,0,1.2857,4.2858,0,3.0001,4.7144,0,2.5715,5.5716,0,2.5715,7.2859,0,3.0001,8.1431,0,3.8572,9.0002,0 +PL 1.2857,4.2858,0,0.4286,3.4286,0,0,2.5715,0,0,1.2857,0,0.4286,0.4286,0,1.7143,0,0,3.4286,0,0,5.143,0.4286,0,5.5716,0.8572,0,6.0001,1.7143,0,6.0001,3.0001,0,5.5716,3.8572,0,5.143,4.2858,0,3.8572,4.7144,0,5.5716,5.143,0 +PL 6.0001,5.5716,0,6.4287,6.4287,0,6.4287,7.7145,0,6.0001,8.5716,0 +PL 5.143,4.2858,0,4.2858,4.7144,0,5.143,5.143,0,5.5716,5.5716,0,6.0001,6.4287,0,6.0001,8.1431,0,5.5716,9.0002,0 +PL 1.7143,4.2858,0,0.8572,3.4286,0,0.4286,2.5715,0,0.4286,1.2857,0,0.8572,0.4286,0 +PL 0.4286,0.4286,0,2.5715,0,0,5.143,0.4286,0 +PL 5.143,0.8572,0,5.5716,1.7143,0,5.5716,3.0001,0,5.143,3.8572,0 +PL 3.0001,4.7144,0,2.1429,4.2858,0,1.2857,3.4286,0,0.8572,2.5715,0,0.8572,1.2857,0,1.2857,0.4286,0,1.7143,0,0 +PL 3.4286,0,0,4.2858,0.4286,0,4.7144,0.8572,0,5.143,1.7143,0,5.143,3.4286,0,4.7144,4.2858,0,4.2858,4.7144,0 + +[0039] 9 +PLC 5.143,4.7144,0,4.7144,4.2858,0,3.8572,3.8572,0,2.5715,3.8572,0,1.7143,4.2858,0,1.2857,4.7144,0,0.8572,5.5716,0,0.8572,6.8573,0,1.2857,7.7145,0,2.1429,8.5716,0,3.4286,9.0002,0,4.7144,9.0002,0,5.143,8.5716,0,5.5716,7.7145,0,5.5716,5.5716,0 +PL 4.7144,9.0002,0,5.5716,8.5716,0,6.0001,8.1431,0,6.4287,6.8573,0,6.4287,5.5716,0,6.0001,3.8572,0,5.5716,2.5715,0,4.7144,1.2857,0,3.8572,0.4286,0,2.5715,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.1429,0,0.8572,2.1429,0,0.8572,1.2857,0,0.4286,1.2857,0,0.4286,1.7143,0 +PL 1.7143,4.7144,0,1.2857,5.5716,0,1.2857,6.8573,0,1.7143,7.7145,0 +PL 5.5716,8.1431,0,6.0001,7.2859,0,6.0001,5.5716,0,5.5716,3.8572,0,5.143,2.5715,0,4.2858,1.2857,0 +PL 2.5715,3.8572,0,2.1429,4.2858,0,1.7143,5.143,0,1.7143,6.8573,0,2.1429,8.1431,0,2.5715,8.5716,0,3.4286,9.0002,0 +PL 5.5716,5.5716,0,5.143,3.8572,0,4.7144,2.5715,0,4.2858,1.7143,0,3.4286,0.4286,0,2.5715,0,0 + +[003a] : +PLC 1.2857,5.5716,0,1.2857,5.143,0,1.7143,4.7144,0,2.1429,4.7144,0,2.5715,5.143,0,2.5715,5.5716,0,2.1429,6.0001,0,1.7143,6.0001,0 +PLC 1.7143,5.143,0,2.1429,5.143,0,2.1429,5.5716,0,1.7143,5.5716,0 +PLC 0,0.8572,0,0,0.4286,0,0.4286,0,0,0.8572,0,0,1.2857,0.4286,0,1.2857,0.8572,0,0.8572,1.2857,0,0.4286,1.2857,0 +PLC 0.4286,0.4286,0,0.8572,0.4286,0,0.8572,0.8572,0,0.4286,0.8572,0 + +[003b] ; +PLC 1.7143,5.5716,0,1.7143,5.143,0,2.1429,4.7144,0,2.5715,4.7144,0,3.0001,5.143,0,3.0001,5.5716,0,2.5715,6.0001,0,2.1429,6.0001,0 +PLC 2.1429,5.143,0,2.5715,5.143,0,2.5715,5.5716,0,2.1429,5.5716,0 +PLC 0.8572,0,0,0.4286,0.4286,0,0.4286,0.8572,0,0.8572,1.2857,0,1.2857,1.2857,0,1.7143,0.8572,0,1.7143,0,0,1.2857,-0.8572,0,0.8572,-1.2857,0,1.2857,-0.4286,0,1.2857,0,0 +L 0.8572,-1.2857,0,-1.7143 +PLC 0.8572,0.4286,0,1.2857,0.4286,0,1.2857,0.8572,0,0.8572,0.8572,0 + +[003c] < +PL 6.8573,7.7145,0,0,3.8572,0,6.8573,0,0 + +[003d] = +PLC 7.2859,6.0001,0,7.2859,5.5716,0,0,5.5716,0,0,6.0001,0 +PLC 7.2859,2.5715,0,7.2859,2.1429,0,0,2.1429,0,0,2.5715,0 + +[003e] > +PL 0,7.7145,0,6.8573,3.8572,0,0,0,0 + +[003f] ? +PL 0.4286,6.8573,0,0.4286,7.2859,0,0.8572,7.2859,0,0.8572,6.4287,0,0,6.4287,0,0,7.2859,0,0.4286,8.1431,0,0.8572,8.5716,0,2.1429,9.0002,0,3.8572,9.0002,0,5.143,8.5716,0,5.5716,7.7145,0,5.5716,6.8573,0,5.143,6.0001,0,4.7144,5.5716,0,3.8572,5.143,0,2.1429,4.7144,0,1.2857,4.2858,0,1.2857,3.4286,0,2.1429,3.0001,0,2.5715,3.0001,0 +L 3.0001,9.0002,5.143,8.5716 +PL 4.7144,8.5716,0,5.143,7.7145,0,5.143,6.8573,0,4.7144,6.0001,0,4.2858,5.5716,0,3.4286,5.143,0 +PL 3.8572,9.0002,0,4.2858,8.5716,0,4.7144,7.7145,0,4.7144,6.8573,0,4.2858,6.0001,0,3.8572,5.5716,0,2.1429,4.7144,0,1.7143,4.2858,0,1.7143,3.4286,0,2.1429,3.0001,0 +PLC 0.4286,0.8572,0,0.4286,0.4286,0,0.8572,0,0,1.2857,0,0,1.7143,0.4286,0,1.7143,0.8572,0,1.2857,1.2857,0,0.8572,1.2857,0 +PLC 0.8572,0.4286,0,1.2857,0.4286,0,1.2857,0.8572,0,0.8572,0.8572,0 + +[0040] @ +PL 6.4287,5.5716,0,6.0001,6.4287,0,5.143,6.8573,0,3.8572,6.8573,0,3.0001,6.4287,0,2.5715,6.0001,0,2.1429,4.7144,0,2.1429,3.4286,0,2.5715,2.5715,0,3.4286,2.1429,0,4.7144,2.1429,0,5.5716,2.5715,0,6.0001,3.4286,0,6.4287,6.8573,0 +PL 3.8572,6.8573,0,3.0001,6.0001,0,2.5715,4.7144,0,2.5715,3.4286,0,3.0001,2.5715,0,3.4286,2.1429,0 +PL 6.0001,3.4286,0,6.0001,2.5715,0,6.8573,2.1429,0,7.7145,2.1429,0,8.5716,3.0001,0,9.0002,4.2858,0,9.0002,5.143,0,8.5716,6.4287,0,8.1431,7.2859,0,7.2859,8.1431,0,6.4287,8.5716,0,5.143,9.0002,0,3.8572,9.0002,0,2.5715,8.5716,0,1.7143,8.1431,0,0.8572,7.2859,0,0.4286,6.4287,0,0,5.143,0,0,3.8572,0,0.4286,2.5715,0,0.8572,1.7143,0,1.7143,0.8572,0,2.5715,0.4286,0,3.8572,0,0,5.143,0,0,6.4287,0.4286,0,7.2859,0.8572,0,7.7145,1.2857,0 +PL 6.8573,6.8573,0,6.4287,3.4286,0,6.4287,2.5715,0,6.8573,2.1429,0 + +[0041] A +PL 6.8573,0,0,6.8573,0.8572,0,6.4287,8.1431,0,6.4287,9.0002,0,1.2857,0.4286,0,0.4286,0,0 +L 5.5716,7.2859,6.0001,0 +L 6.0001,8.1431,6.4287,0.4286 +L 2.5715,2.5715,6.0001,2.5715 +L 0,0,2.5715,0 +L 4.7144,0,7.7145,0 +L 1.2857,0.4286,2.1429,0 +L 6.0001,0.4286,5.143,0 +L 6.0001,0.8572,5.5716,0 +L 6.8573,0.8572,7.2859,0 + +[0042] B +L 3.8572,9.0002,1.2857,0 +L 4.2858,9.0002,1.7143,0 +L 4.7144,9.0002,2.1429,0 +PL 2.5715,9.0002,0,7.2859,9.0002,0,8.5716,8.5716,0,9.0002,7.7145,0,9.0002,6.8573,0,8.5716,5.5716,0,8.1431,5.143,0,6.8573,4.7144,0,7.7145,5.5716,0,8.1431,6.8573,0,8.1431,7.7145,0,7.7145,8.5716,0,7.2859,9.0002,0 +PL 8.1431,8.5716,0,8.5716,7.7145,0,8.5716,6.8573,0,8.1431,5.5716,0,7.7145,5.143,0 +PL 3.4286,4.7144,0,6.8573,4.7144,0,7.7145,4.2858,0,8.1431,3.4286,0,8.1431,2.5715,0,7.7145,1.2857,0,6.8573,0.4286,0,5.143,0,0,0,0,0 +PL 7.2859,4.2858,0,7.7145,3.4286,0,7.7145,2.5715,0,7.2859,1.2857,0,6.4287,0.4286,0 +PL 6.8573,4.7144,0,7.2859,3.8572,0,7.2859,2.5715,0,6.8573,1.2857,0,6.0001,0.4286,0,5.143,0,0 +PL 3.0001,9.0002,0,4.2858,8.5716,0,5.5716,9.0002,0 +L 3.4286,9.0002,3.8572,8.1431 +L 5.143,9.0002,4.2858,8.1431 +PL 3.0001,0,0,1.7143,0.4286,0,0.4286,0,0 +L 1.7143,0.8572,0.8572,0 +L 2.1429,0.8572,2.5715,0 + +[0043] C +PLC 6.8573,8.1431,0,7.2859,9.0002,0,6.8573,6.4287,0,6.8573,7.2859,0,6.4287,8.1431,0 +PL 6.4287,8.1431,0,6.0001,8.5716,0,5.143,9.0002,0,3.8572,9.0002,0,2.5715,8.5716,0,1.7143,7.7145,0,0.8572,6.4287,0,0.4286,5.143,0,0,3.4286,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,2.1429,0,0,3.4286,0,0,4.2858,0.4286,0,5.143,1.2857,0,5.5716,2.1429,0 +PL 2.5715,8.1431,0,1.7143,7.2859,0,1.2857,6.4287,0,0.8572,5.143,0,0.4286,3.4286,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 3.8572,9.0002,0,3.0001,8.5716,0,2.1429,7.2859,0,1.7143,6.4287,0,1.2857,5.143,0,0.8572,3.4286,0,0.8572,1.2857,0,1.2857,0.4286,0,2.1429,0,0 + +[0044] D +L 3.8572,9.0002,1.2857,0 +L 4.2858,9.0002,1.7143,0 +L 4.7144,9.0002,2.1429,0 +PL 2.5715,9.0002,0,6.4287,9.0002,0,7.7145,8.5716,0,8.1431,8.1431,0,8.5716,6.8573,0,8.5716,5.143,0,8.1431,3.4286,0,7.2859,1.7143,0,6.4287,0.8572,0,5.5716,0.4286,0,3.8572,0,0,0,0,0 +PL 7.2859,8.5716,0,7.7145,8.1431,0,8.1431,6.8573,0,8.1431,5.143,0,7.7145,3.4286,0,6.8573,1.7143,0,6.0001,0.8572,0 +PL 6.4287,9.0002,0,7.2859,8.1431,0,7.7145,6.8573,0,7.7145,5.143,0,7.2859,3.4286,0,6.4287,1.7143,0,5.143,0.4286,0,3.8572,0,0 +PL 3.0001,9.0002,0,4.2858,8.5716,0,5.5716,9.0002,0 +L 3.4286,9.0002,3.8572,8.1431 +L 5.143,9.0002,4.2858,8.1431 +PL 3.0001,0,0,1.7143,0.4286,0,0.4286,0,0 +L 1.7143,0.8572,0.8572,0 +L 2.1429,0.8572,2.5715,0 + +[0045] E +L 3.8572,9.0002,1.2857,0 +L 4.2858,9.0002,1.7143,0 +L 4.7144,9.0002,2.1429,0 +PLC 5.5716,3.0001,0,5.5716,4.7144,0,6.4287,6.4287,0 +PL 2.5715,9.0002,0,9.0002,9.0002,0,8.5716,6.4287,0,8.5716,9.0002,0 +L 3.4286,4.7144,6.0001,4.7144 +PL 0,0,0,6.4287,0,0,7.2859,2.1429,0,6.4287,0.8572,0,5.143,0,0 +PL 3.0001,9.0002,0,4.2858,8.5716,0,5.5716,9.0002,0 +L 3.4286,9.0002,3.8572,8.1431 +L 5.143,9.0002,4.2858,8.1431 +L 7.2859,9.0002,8.5716,8.5716 +L 7.7145,9.0002,8.5716,8.1431 +L 8.1431,9.0002,8.5716,7.7145 +PL 6.0001,5.5716,0,5.143,4.7144,0,5.5716,3.8572,0 +PL 6.0001,5.143,0,4.7144,4.7144,0,5.5716,4.2858,0 +PL 3.0001,0,0,1.7143,0.4286,0,0.4286,0,0 +L 1.7143,0.8572,0.8572,0 +L 2.1429,0.8572,2.5715,0 +L 4.2858,0,6.4287,0.4286 + +[0046] F +L 3.8572,9.0002,1.2857,0 +L 4.2858,9.0002,1.7143,0 +L 4.7144,9.0002,2.1429,0 +PLC 5.5716,3.0001,0,5.5716,4.7144,0,6.4287,6.4287,0 +PL 2.5715,9.0002,0,9.0002,9.0002,0,8.5716,6.4287,0,8.5716,9.0002,0 +L 3.4286,4.7144,6.0001,4.7144 +L 0,0,3.4286,0 +PL 3.0001,9.0002,0,4.2858,8.5716,0,5.5716,9.0002,0 +L 3.4286,9.0002,3.8572,8.1431 +L 5.143,9.0002,4.2858,8.1431 +L 7.2859,9.0002,8.5716,8.5716 +L 7.7145,9.0002,8.5716,8.1431 +L 8.1431,9.0002,8.5716,7.7145 +PL 6.0001,5.5716,0,5.143,4.7144,0,5.5716,3.8572,0 +PL 6.0001,5.143,0,4.7144,4.7144,0,5.5716,4.2858,0 +PL 3.0001,0,0,1.7143,0.4286,0,0.4286,0,0 +L 1.7143,0.8572,0.8572,0 +L 2.1429,0.8572,2.5715,0 + +[0047] G +PLC 6.8573,8.1431,0,7.2859,9.0002,0,6.8573,6.4287,0,6.8573,7.2859,0,6.4287,8.1431,0 +PL 6.4287,8.1431,0,6.0001,8.5716,0,5.143,9.0002,0,3.8572,9.0002,0,2.5715,8.5716,0,1.7143,7.7145,0,0.8572,6.4287,0,0.4286,5.143,0,0,3.4286,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,2.1429,0,0,3.0001,0,0,4.2858,0.4286,0,5.143,1.2857,0,6.0001,3.0001,0 +PL 2.5715,8.1431,0,1.7143,7.2859,0,1.2857,6.4287,0,0.8572,5.143,0,0.4286,3.4286,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 4.7144,1.2857,0,5.143,1.7143,0,5.5716,3.0001,0 +PL 3.8572,9.0002,0,3.0001,8.5716,0,2.1429,7.2859,0,1.7143,6.4287,0,1.2857,5.143,0,0.8572,3.4286,0,0.8572,1.2857,0,1.2857,0.4286,0,2.1429,0,0 +PL 3.0001,0,0,3.8572,0.4286,0,4.7144,1.7143,0,5.143,3.0001,0 +L 3.8572,3.0001,7.2859,3.0001 +L 4.2858,3.0001,5.143,2.5715 +L 4.7144,3.0001,5.143,1.7143 +L 6.4287,3.0001,5.5716,2.1429 +L 6.8573,3.0001,5.5716,2.5715 + +[0048] H +L 3.8572,9.0002,1.2857,0 +L 4.2858,9.0002,1.7143,0 +L 4.7144,9.0002,2.1429,0 +L 9.0002,9.0002,6.4287,0 +L 9.4288,9.0002,6.8573,0 +L 9.8574,9.0002,7.2859,0 +L 2.5715,9.0002,6.0001,9.0002 +L 7.7145,9.0002,11.1431,9.0002 +L 3.0001,4.7144,8.1431,4.7144 +L 0,0,3.4286,0 +L 5.143,0,8.5716,0 +PL 3.0001,9.0002,0,4.2858,8.5716,0,5.5716,9.0002,0 +L 3.4286,9.0002,3.8572,8.1431 +L 5.143,9.0002,4.2858,8.1431 +PL 8.1431,9.0002,0,9.4288,8.5716,0,10.7146,9.0002,0 +L 8.5716,9.0002,9.0002,8.1431 +L 10.286,9.0002,9.4288,8.1431 +PL 3.0001,0,0,1.7143,0.4286,0,0.4286,0,0 +L 1.7143,0.8572,0.8572,0 +L 2.1429,0.8572,2.5715,0 +PL 8.1431,0,0,6.8573,0.4286,0,5.5716,0,0 +L 6.8573,0.8572,6.0001,0 +L 7.2859,0.8572,7.7145,0 + +[0049] I +L 3.8572,9.0002,1.2857,0 +L 4.2858,9.0002,1.7143,0 +L 4.7144,9.0002,2.1429,0 +L 2.5715,9.0002,6.0001,9.0002 +L 0,0,3.4286,0 +PL 3.0001,9.0002,0,4.2858,8.5716,0,5.5716,9.0002,0 +L 3.4286,9.0002,3.8572,8.1431 +L 5.143,9.0002,4.2858,8.1431 +PL 3.0001,0,0,1.7143,0.4286,0,0.4286,0,0 +L 1.7143,0.8572,0.8572,0 +L 2.1429,0.8572,2.5715,0 + +[004a] J +PL 5.5716,9.0002,0,3.4286,1.7143,0,3.0001,0.8572,0,2.1429,0,0,3.0001,0.4286,0,3.8572,1.2857,0,4.7144,3.4286,0,6.4287,9.0002,0 +PL 6.0001,9.0002,0,4.2858,3.4286,0,3.8572,2.1429,0,3.4286,1.2857,0 +PL 2.1429,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.1429,0,0.4286,2.5715,0,0.8572,2.5715,0,1.2857,2.1429,0,1.2857,1.7143,0,0.8572,1.2857,0,0.4286,1.2857,0 +PLC 0.4286,1.7143,0,0.8572,1.7143,0,0.8572,2.1429,0,0.4286,2.1429,0 +L 4.2858,9.0002,7.7145,9.0002 +PL 4.7144,9.0002,0,6.0001,8.5716,0,7.2859,9.0002,0 +L 5.143,9.0002,5.5716,8.1431 +L 6.8573,9.0002,6.0001,8.1431 + +[004b] K +L 3.8572,9.0002,1.2857,0 +L 4.2858,9.0002,1.7143,0 +L 4.7144,9.0002,2.1429,0 +PL 8.5716,9.0002,0,9.4288,8.5716,0,3.0001,3.8572,0 +L 4.7144,5.143,6.4287,0 +L 5.143,5.143,6.8573,0 +L 5.5716,5.5716,7.2859,0.4286 +L 2.5715,9.0002,6.0001,9.0002 +L 8.1431,9.0002,10.7146,9.0002 +L 0,0,3.4286,0 +L 5.143,0,8.1431,0 +PL 3.0001,9.0002,0,4.2858,8.5716,0,5.5716,9.0002,0 +L 3.4286,9.0002,3.8572,8.1431 +L 5.143,9.0002,4.2858,8.1431 +L 10.286,9.0002,9.4288,8.5716 +PL 3.0001,0,0,1.7143,0.4286,0,0.4286,0,0 +L 1.7143,0.8572,0.8572,0 +L 2.1429,0.8572,2.5715,0 +L 6.4287,0.4286,5.5716,0 +L 6.4287,0.8572,6.0001,0 +L 6.8573,0.8572,7.7145,0 + +[004c] L +L 3.8572,9.0002,1.2857,0 +L 4.2858,9.0002,1.7143,0 +L 4.7144,9.0002,2.1429,0 +L 2.5715,9.0002,6.0001,9.0002 +PL 0,0,0,6.4287,0,0,7.2859,2.5715,0,6.0001,0,0 +PL 3.0001,9.0002,0,4.2858,8.5716,0,5.5716,9.0002,0 +L 3.4286,9.0002,3.8572,8.1431 +L 5.143,9.0002,4.2858,8.1431 +PL 3.0001,0,0,1.7143,0.4286,0,0.4286,0,0 +L 1.7143,0.8572,0.8572,0 +L 2.1429,0.8572,2.5715,0 +L 4.2858,0,6.4287,0.4286 +L 5.143,0,6.8573,1.2857 + +[004d] M +PL 3.8572,9.0002,0,1.2857,0.4286,0,0.4286,0,0 +PL 3.0001,9.0002,0,3.8572,8.5716,0,4.2858,0.8572,0,4.2858,0,0,5.143,1.2857,0,4.7144,9.0002,0,2.5715,9.0002,0 +L 4.2858,9.0002,4.7144,0.8572 +PL 7.2859,0,0,9.8574,9.0002,0,5.143,1.2857,0 +L 10.286,9.0002,7.7145,0 +L 10.7146,9.0002,8.1431,0 +L 9.8574,9.0002,12.0003,9.0002 +L 0,0,2.5715,0 +L 6.0001,0,9.4288,0 +L 3.4286,9.0002,3.8572,8.1431 +L 11.1431,9.0002,10.286,8.1431 +L 11.5717,9.0002,10.286,8.5716 +L 1.2857,0.4286,2.1429,0 +PL 9.0002,0,0,7.7145,0.4286,0,6.4287,0,0 +L 7.7145,0.8572,6.8573,0 +L 8.1431,0.8572,8.5716,0 + +[004e] N +PL 2.5715,9.0002,0,4.7144,9.0002,0,7.2859,1.2857,0,6.8573,0,0,3.8572,9.0002,0,1.2857,0.4286,0,0.4286,0,0 +L 4.2858,9.0002,6.8573,1.2857 +PL 8.5716,9.0002,0,9.4288,8.5716,0,7.2859,1.2857,0 +L 8.1431,9.0002,10.7146,9.0002 +L 0,0,2.5715,0 +L 3.0001,9.0002,4.2858,8.5716 +L 3.4286,9.0002,4.2858,8.1431 +L 10.286,9.0002,9.4288,8.5716 +L 1.2857,0.4286,2.1429,0 + +[004f] O +PLC 2.5715,8.5716,0,1.7143,7.7145,0,0.8572,6.4287,0,0.4286,5.143,0,0,3.4286,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,3.0001,0,0,4.2858,0.4286,0,5.143,1.2857,0,6.0001,2.5715,0,6.4287,3.8572,0,6.8573,5.5716,0,6.8573,6.8573,0,6.4287,8.1431,0,6.0001,8.5716,0,5.143,9.0002,0,3.8572,9.0002,0 +PL 2.1429,7.7145,0,1.2857,6.4287,0,0.8572,5.143,0,0.4286,3.4286,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 4.7144,1.2857,0,5.5716,2.5715,0,6.0001,3.8572,0,6.4287,5.5716,0,6.4287,7.2859,0,6.0001,8.1431,0 +PL 3.8572,9.0002,0,3.0001,8.5716,0,2.1429,7.2859,0,1.7143,6.4287,0,1.2857,5.143,0,0.8572,3.4286,0,0.8572,1.2857,0,1.2857,0.4286,0,1.7143,0,0 +PL 3.0001,0,0,3.8572,0.4286,0,4.7144,1.7143,0,5.143,2.5715,0,5.5716,3.8572,0,6.0001,5.5716,0,6.0001,7.7145,0,5.5716,8.5716,0,5.143,9.0002,0 + +[0050] P +L 3.8572,9.0002,1.2857,0 +L 4.2858,9.0002,1.7143,0 +L 4.7144,9.0002,2.1429,0 +PL 2.5715,9.0002,0,7.7145,9.0002,0,9.0002,8.5716,0,9.4288,7.7145,0,9.4288,6.8573,0,9.0002,5.5716,0,8.1431,4.7144,0,6.4287,4.2858,0,3.0001,4.2858,0 +PL 8.5716,8.5716,0,9.0002,7.7145,0,9.0002,6.8573,0,8.5716,5.5716,0,7.7145,4.7144,0 +PL 7.7145,9.0002,0,8.1431,8.5716,0,8.5716,7.7145,0,8.5716,6.8573,0,8.1431,5.5716,0,7.2859,4.7144,0,6.4287,4.2858,0 +L 0,0,3.4286,0 +PL 3.0001,9.0002,0,4.2858,8.5716,0,5.5716,9.0002,0 +L 3.4286,9.0002,3.8572,8.1431 +L 5.143,9.0002,4.2858,8.1431 +PL 3.0001,0,0,1.7143,0.4286,0,0.4286,0,0 +L 1.7143,0.8572,0.8572,0 +L 2.1429,0.8572,2.5715,0 + +[0051] Q +PLC 2.5715,8.5716,0,1.7143,7.7145,0,0.8572,6.4287,0,0.4286,5.143,0,0,3.4286,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,3.0001,0,0,4.2858,0.4286,0,5.143,1.2857,0,6.0001,2.5715,0,6.4287,3.8572,0,6.8573,5.5716,0,6.8573,6.8573,0,6.4287,8.1431,0,6.0001,8.5716,0,5.143,9.0002,0,3.8572,9.0002,0 +PL 2.1429,7.7145,0,1.2857,6.4287,0,0.8572,5.143,0,0.4286,3.4286,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 4.7144,1.2857,0,5.5716,2.5715,0,6.0001,3.8572,0,6.4287,5.5716,0,6.4287,7.2859,0,6.0001,8.1431,0 +PL 3.8572,9.0002,0,3.0001,8.5716,0,2.1429,7.2859,0,1.7143,6.4287,0,1.2857,5.143,0,0.8572,3.4286,0,0.8572,1.2857,0,1.2857,0.4286,0,1.7143,0,0 +PL 3.0001,0,0,3.8572,0.4286,0,4.7144,1.7143,0,5.143,2.5715,0,5.5716,3.8572,0,6.0001,5.5716,0,6.0001,7.7145,0,5.5716,8.5716,0,5.143,9.0002,0 +PL 0.8572,1.2857,0,1.2857,2.1429,0,2.1429,2.5715,0,2.5715,2.5715,0,3.4286,2.1429,0,3.8572,1.2857,0,4.2858,-0.8572,0,4.7144,-1.2857,0,5.143,-1.2857,0,5.5716,-0.8572,0,5.143,-2.1429,0,4.2858,-2.1429,0,3.8572,-1.7143,0,3.8572,1.2857,0 +PL 4.2858,-1.2857,0,4.7144,-1.7143,0,5.143,-1.7143,0 +L 5.5716,-0.8572,5.5716,-0.4286 + +[0052] R +L 3.8572,9.0002,1.2857,0 +L 4.2858,9.0002,1.7143,0 +L 4.7144,9.0002,2.1429,0 +PL 2.5715,9.0002,0,7.2859,9.0002,0,8.5716,8.5716,0,9.0002,7.7145,0,9.0002,6.8573,0,8.5716,5.5716,0,8.1431,5.143,0,6.8573,4.7144,0,3.4286,4.7144,0 +PL 8.1431,8.5716,0,8.5716,7.7145,0,8.5716,6.8573,0,8.1431,5.5716,0,7.7145,5.143,0 +PL 7.2859,9.0002,0,7.7145,8.5716,0,8.1431,7.7145,0,8.1431,6.8573,0,7.7145,5.5716,0,6.8573,4.7144,0 +PL 5.143,4.7144,0,6.0001,4.2858,0,6.4287,3.8572,0,7.2859,1.2857,0,7.7145,0.8572,0,8.1431,0.8572,0,8.5716,1.2857,0,8.1431,0,0,7.2859,0,0,6.8573,0.4286,0,6.4287,3.8572,0 +PL 7.2859,0.8572,0,7.7145,0.4286,0,8.1431,0.4286,0 +L 8.5716,1.2857,8.5716,1.7143 +L 0,0,3.4286,0 +PL 3.0001,9.0002,0,4.2858,8.5716,0,5.5716,9.0002,0 +L 3.4286,9.0002,3.8572,8.1431 +L 5.143,9.0002,4.2858,8.1431 +PL 3.0001,0,0,1.7143,0.4286,0,0.4286,0,0 +L 1.7143,0.8572,0.8572,0 +L 2.1429,0.8572,2.5715,0 + +[0053] S +PLC 7.7145,8.1431,0,8.1431,9.0002,0,7.7145,6.4287,0,7.7145,7.2859,0,7.2859,8.1431,0 +PL 7.2859,8.1431,0,6.8573,8.5716,0,5.5716,9.0002,0,3.8572,9.0002,0,2.5715,8.5716,0,1.7143,7.7145,0,1.7143,6.4287,0,2.1429,5.5716,0,3.0001,4.7144,0,5.5716,3.4286,0,6.0001,2.5715,0,6.0001,1.2857,0,5.5716,0.4286,0,6.0001,0.8572,0,6.4287,1.7143,0,6.4287,3.0001,0,6.0001,3.8572,0,5.143,4.7144,0,2.5715,6.0001,0,2.1429,6.8573,0,2.1429,7.7145,0,2.5715,8.5716,0 +PL 2.1429,6.4287,0,2.5715,5.5716,0,5.5716,3.8572,0,6.0001,3.0001,0 +PL 5.5716,0.4286,0,4.2858,0,0,2.5715,0,0,1.2857,0.4286,0,0.8572,0.8572,0,0.4286,1.7143,0,0.4286,2.5715,0,0,0,0,0.4286,0.8572,0,0.8572,0.8572,0 + +[0054] T +L 3.8572,9.0002,1.2857,0 +L 4.2858,9.0002,1.7143,0 +L 4.7144,9.0002,2.1429,0 +PL 7.2859,9.0002,0,7.2859,6.4287,0,7.7145,9.0002,0,0.8572,9.0002,0,0,6.4287,0,1.2857,9.0002,0 +L 0,0,3.4286,0 +L 2.1429,9.0002,0.4286,7.7145 +L 3.0001,9.0002,0.8572,8.5716 +L 6.0001,9.0002,7.2859,8.5716 +L 6.4287,9.0002,7.2859,8.1431 +L 6.8573,9.0002,7.2859,7.7145 +PL 3.0001,0,0,1.7143,0.4286,0,0.4286,0,0 +L 1.7143,0.8572,0.8572,0 +L 2.1429,0.8572,2.5715,0 + +[0055] U +PL 1.7143,9.0002,0,0.4286,4.2858,0,0,2.5715,0,0,1.2857,0,0.4286,0.4286,0,1.7143,0,0,3.4286,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.0001,2.5715,0,7.7145,8.5716,0,6.8573,9.0002,0 +PL 2.1429,9.0002,0,0.8572,4.2858,0,0.4286,2.5715,0,0.4286,0.8572,0,0.8572,0.4286,0 +PL 2.5715,9.0002,0,1.2857,4.2858,0,0.8572,2.5715,0,0.8572,0.8572,0,1.7143,0,0 +L 0.4286,9.0002,3.8572,9.0002 +L 6.4287,9.0002,9.0002,9.0002 +PL 0.8572,9.0002,0,2.1429,8.5716,0,3.4286,9.0002,0 +L 1.2857,9.0002,1.7143,8.1431 +L 3.0001,9.0002,2.1429,8.1431 +L 8.5716,9.0002,7.7145,8.5716 + +[0056] V +PL 0.8572,9.0002,0,0.8572,8.1431,0,1.2857,0.8572,0,1.2857,0,0,6.4287,8.5716,0,5.5716,9.0002,0 +PL 2.5715,9.0002,0,1.2857,8.5716,0,1.7143,1.2857,0 +L 1.7143,9.0002,2.1429,1.7143 +L 0,9.0002,3.0001,9.0002 +L 5.143,9.0002,7.7145,9.0002 +L 0.4286,9.0002,0.8572,8.1431 +L 2.1429,9.0002,1.7143,8.1431 +L 7.2859,9.0002,6.4287,8.5716 + +[0057] W +PL 1.2857,9.0002,0,1.2857,8.1431,0,0.4286,0.8572,0,0.4286,0,0,1.2857,1.7143,0,2.1429,9.0002,0 +PL 0.4286,9.0002,0,1.7143,8.5716,0,0.8572,1.2857,0 +PL 4.7144,9.0002,0,5.5716,9.0002,0,4.7144,1.7143,0,3.8572,0,0,3.8572,0.8572,0,4.7144,8.1431,0,4.7144,9.0002,0,1.2857,1.7143,0 +L 5.143,8.5716,4.2858,1.2857 +PL 7.2859,9.0002,0,8.1431,8.5716,0,4.7144,1.7143,0 +L 0,9.0002,3.4286,9.0002 +L 6.8573,9.0002,9.4288,9.0002 +L 0.8572,9.0002,1.2857,8.1431 +L 2.5715,9.0002,1.7143,7.7145 +L 3.0001,9.0002,1.7143,8.5716 +L 9.0002,9.0002,8.1431,8.5716 + +[0058] X +L 3.4286,9.0002,6.0001,0 +L 3.8572,9.0002,6.4287,0 +L 4.2858,9.0002,6.8573,0 +PL 8.1431,9.0002,0,9.0002,8.5716,0,1.2857,0.4286,0,0.4286,0,0 +L 2.5715,9.0002,5.5716,9.0002 +L 7.7145,9.0002,10.286,9.0002 +L 0,0,2.5715,0 +L 4.7144,0,7.7145,0 +L 3.0001,9.0002,3.8572,8.1431 +L 4.7144,9.0002,4.2858,8.1431 +L 5.143,9.0002,4.2858,8.5716 +L 9.8574,9.0002,9.0002,8.5716 +L 1.2857,0.4286,2.1429,0 +L 6.0001,0.4286,5.143,0 +L 6.0001,0.8572,5.5716,0 +L 6.4287,0.8572,7.2859,0 + +[0059] Y +PL 0.8572,9.0002,0,2.5715,4.7144,0,1.2857,0,0 +PL 1.2857,9.0002,0,3.0001,4.7144,0,1.7143,0,0 +PL 1.7143,9.0002,0,3.4286,4.7144,0,2.1429,0,0 +PL 6.4287,9.0002,0,7.2859,8.5716,0,3.4286,4.7144,0 +L 0,9.0002,3.0001,9.0002 +L 6.0001,9.0002,8.5716,9.0002 +L 0,0,3.4286,0 +PL 0.4286,9.0002,0,1.2857,8.5716,0,2.5715,9.0002,0 +L 2.1429,9.0002,1.7143,8.1431 +L 8.1431,9.0002,7.2859,8.5716 +PL 3.0001,0,0,1.7143,0.4286,0,0.4286,0,0 +L 1.7143,0.8572,0.8572,0 +L 2.1429,0.8572,2.5715,0 + +[005a] Z +PL 7.7145,9.0002,0,0,0,0,6.0001,0,0,6.8573,2.5715,0,5.5716,0,0 +L 8.1431,9.0002,0.4286,0 +PL 3.0001,9.0002,0,1.7143,6.4287,0,2.5715,9.0002,0,8.5716,9.0002,0,0.8572,0,0 +L 3.4286,9.0002,2.1429,7.7145 +L 4.2858,9.0002,2.5715,8.5716 +L 4.2858,0,6.0001,0.4286 +L 5.143,0,6.4287,1.2857 + +[005b] [ +PL 3.0001,10.7146,0,0,10.7146,0,0,-3.0001,0,3.0001,-3.0001,0 +L 0.4286,10.7146,0.4286,-3.0001 + +[005c] \ +L 0,9.0002,6.0001,-1.2857 + +[005d] ] +L 2.5715,10.7146,2.5715,-3.0001 +PL 0,10.7146,0,3.0001,10.7146,0,3.0001,-3.0001,0,0,-3.0001,0 + +[005e] ^ +PL 1.2857,6.4287,0,2.1429,7.7145,0,3.0001,6.4287,0 +PL 0,5.143,0,2.1429,7.2859,0,4.2858,5.143,0 +L 2.1429,7.2859,2.1429,0 + +[005f] _ +L 0,-0.8572,6.8573,-0.8572 + +[0060] ` +PL 1.7143,9.0002,0,0.8572,8.5716,0,0.4286,8.1431,0,0,7.2859,0,0,6.4287,0,0.4286,6.0001,0,0.8572,6.0001,0,1.2857,6.4287,0,1.2857,6.8573,0,0.8572,7.2859,0,0.4286,7.2859,0,0.4286,7.7145,0,0.8572,8.5716,0 +PLC 0.4286,6.4287,0,0.8572,6.4287,0,0.8572,6.8573,0,0.4286,6.8573,0 + +[0061] a +PL 5.143,1.2857,0,5.5716,3.0001,0,6.4287,6.0001,0,5.5716,6.0001,0,4.7144,3.0001,0,4.7144,1.2857,0,5.143,0.4286,0,5.5716,0,0,6.4287,0,0,7.2859,0.8572,0,7.7145,1.7143,0 +PL 6.0001,6.0001,0,5.143,3.0001,0,5.143,0.4286,0 +PLC 4.7144,4.2858,0,4.2858,5.5716,0,3.4286,6.0001,0,2.5715,6.0001,0,1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.4286,0.4286,0,3.8572,0.8572,0,4.2858,1.7143,0,4.7144,3.0001,0 +PL 1.7143,5.5716,0,0.8572,4.2858,0,0.4286,3.0001,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 2.5715,6.0001,0,1.7143,5.143,0,1.2857,4.2858,0,0.8572,3.0001,0,0.8572,1.7143,0,1.2857,0.4286,0,1.7143,0,0 + +[0062] b +PL 1.2857,9.0002,0,0.4286,6.0001,0,0,3.4286,0,0,1.7143,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.8572,0.4286,0,4.7144,1.7143,0,5.143,3.0001,0,5.143,3.8572,0,4.7144,5.143,0,4.2858,5.5716,0,3.4286,6.0001,0,2.5715,6.0001,0,1.7143,5.5716,0,1.2857,5.143,0,0.8572,4.2858,0,0.4286,3.0001,0,1.2857,6.0001,0,2.1429,9.0002,0,0,9.0002,0 +PL 1.7143,9.0002,0,0.8572,6.0001,0,0.4286,4.2858,0,0.4286,1.7143,0,0.8572,0.4286,0 +PL 3.8572,0.8572,0,4.2858,1.7143,0,4.7144,3.0001,0,4.7144,4.2858,0,4.2858,5.143,0 +PL 2.5715,0,0,3.4286,0.8572,0,3.8572,1.7143,0,4.2858,3.0001,0,4.2858,4.2858,0,3.8572,5.5716,0,3.4286,6.0001,0 +L 0.4286,9.0002,1.7143,8.5716 +L 0.8572,9.0002,1.2857,8.1431 + +[0063] c +PL 4.7144,4.2858,0,4.7144,4.7144,0,4.2858,4.7144,0,4.2858,3.8572,0,5.143,3.8572,0,5.143,4.7144,0,4.7144,5.5716,0,3.8572,6.0001,0,2.5715,6.0001,0,1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.8572,0.4286,0,4.7144,1.7143,0 +PL 1.2857,5.143,0,0.8572,4.2858,0,0.4286,3.0001,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 2.5715,6.0001,0,1.7143,5.143,0,1.2857,4.2858,0,0.8572,3.0001,0,0.8572,1.7143,0,1.2857,0.4286,0,1.7143,0,0 + +[0064] d +PL 6.4287,9.0002,0,5.143,4.2858,0,4.7144,2.5715,0,4.7144,1.2857,0,5.143,0.4286,0,5.5716,0,0,6.4287,0,0,7.2859,0.8572,0,7.7145,1.7143,0 +PL 6.8573,9.0002,0,5.5716,4.2858,0,5.143,2.5715,0,5.143,0.4286,0 +PL 5.143,9.0002,0,7.2859,9.0002,0,5.5716,3.0001,0,5.143,1.2857,0 +PLC 4.7144,4.2858,0,4.2858,5.5716,0,3.4286,6.0001,0,2.5715,6.0001,0,1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.4286,0.4286,0,3.8572,0.8572,0,4.2858,1.7143,0,4.7144,3.0001,0 +PL 1.2857,5.143,0,0.8572,4.2858,0,0.4286,3.0001,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 2.5715,6.0001,0,1.7143,5.143,0,1.2857,4.2858,0,0.8572,3.0001,0,0.8572,1.7143,0,1.2857,0.4286,0,1.7143,0,0 +L 5.5716,9.0002,6.8573,8.5716 +L 6.0001,9.0002,6.4287,8.1431 + +[0065] e +PL 0.4286,2.1429,0,2.1429,2.5715,0,3.4286,3.0001,0,4.7144,3.8572,0,5.143,4.7144,0,4.7144,5.5716,0,3.8572,6.0001,0,2.5715,6.0001,0,1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.8572,0.4286,0,4.7144,1.2857,0 +PL 1.2857,5.143,0,0.8572,4.2858,0,0.4286,3.0001,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 2.5715,6.0001,0,1.7143,5.143,0,1.2857,4.2858,0,0.8572,3.0001,0,0.8572,1.7143,0,1.2857,0.4286,0,1.7143,0,0 + +[0066] f +PL 7.7145,8.1431,0,7.7145,8.5716,0,7.2859,8.5716,0,7.2859,7.7145,0,8.1431,7.7145,0,8.1431,8.5716,0,7.7145,9.0002,0,6.8573,9.0002,0,6.0001,8.5716,0,5.143,7.7145,0,4.7144,6.8573,0,4.2858,5.5716,0,3.8572,3.8572,0,3.0001,0,0,2.5715,-1.2857,0,2.1429,-2.1429,0,1.2857,-3.0001,0,2.1429,-2.5715,0,3.0001,-1.7143,0,3.4286,-0.8572,0,3.8572,0.4286,0,4.7144,3.8572,0,5.143,6.0001,0,5.5716,7.2859,0,6.0001,8.1431,0,6.8573,9.0002,0 +PL 5.143,7.2859,0,4.7144,6.0001,0,4.2858,3.8572,0,3.4286,0,0,3.0001,-1.2857,0 +PL 1.2857,-3.0001,0,0.4286,-3.0001,0,0,-2.5715,0,0,-1.7143,0,0.8572,-1.7143,0,0.8572,-2.5715,0,0.4286,-2.5715,0,0.4286,-2.1429,0 +L 2.5715,6.0001,7.2859,6.0001 + +[0067] g +PLC 4.7144,0,0,4.2858,-1.2857,0,3.4286,-2.5715,0,2.5715,-3.0001,0,3.8572,-2.5715,0,4.7144,-1.7143,0,5.5716,0,0,7.2859,6.0001,0,6.4287,6.0001,0 +PL 6.8573,6.0001,0,5.143,0,0,4.2858,-1.7143,0 +PL 2.5715,-3.0001,0,1.2857,-3.0001,0,0.4286,-2.5715,0,0,-2.1429,0,0,-1.2857,0,0.8572,-1.2857,0,0.8572,-2.1429,0,0.4286,-2.1429,0,0.4286,-1.7143,0 +PLC 5.5716,4.2858,0,5.143,5.5716,0,4.2858,6.0001,0,3.4286,6.0001,0,2.1429,5.5716,0,1.2857,4.2858,0,0.8572,3.0001,0,0.8572,2.1429,0,1.2857,0.8572,0,1.7143,0.4286,0,2.5715,0,0,3.4286,0,0,4.2858,0.4286,0,4.7144,0.8572,0,5.143,1.7143,0,5.5716,3.0001,0 +PL 2.1429,5.143,0,1.7143,4.2858,0,1.2857,3.0001,0,1.2857,1.7143,0,1.7143,0.8572,0 +PL 3.4286,6.0001,0,2.5715,5.143,0,2.1429,4.2858,0,1.7143,3.0001,0,1.7143,1.7143,0,2.1429,0.4286,0,2.5715,0,0 + +[0068] h +PL 2.5715,9.0002,0,0,0,0,0.8572,0,0,3.4286,9.0002,0,1.2857,9.0002,0 +L 3.0001,9.0002,0.4286,0 +PL 1.7143,3.0001,0,2.5715,4.7144,0,3.4286,5.5716,0,4.2858,6.0001,0,5.143,6.0001,0,6.0001,5.5716,0,6.4287,4.7144,0,6.4287,3.4286,0,5.5716,1.2857,0 +PL 6.0001,5.5716,0,6.0001,3.8572,0,5.5716,2.1429,0,5.5716,0.4286,0,5.143,1.2857,0,5.143,2.5715,0,6.0001,4.7144,0 +PL 5.5716,0.4286,0,6.0001,0,0,6.8573,0,0,7.7145,0.8572,0,8.1431,1.7143,0 +L 1.7143,9.0002,3.0001,8.5716 +L 2.1429,9.0002,2.5715,8.1431 + +[0069] i +PLC 3.0001,8.1431,0,3.8572,8.1431,0,3.8572,9.0002,0,3.0001,9.0002,0 +L 3.4286,9.0002,3.4286,8.1431 +L 3.0001,8.5716,3.8572,8.5716 +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,3.0001,4.7144,0,3.0001,3.4286,0,2.1429,1.2857,0 +PL 2.5715,5.5716,0,2.5715,3.8572,0,2.1429,2.1429,0,2.1429,0.4286,0,1.7143,1.2857,0,1.7143,2.5715,0,2.5715,4.7144,0 +PL 2.1429,0.4286,0,2.5715,0,0,3.4286,0,0,4.2858,0.8572,0,4.7144,1.7143,0 + +[006a] j +PLC 5.143,8.1431,0,6.0001,8.1431,0,6.0001,9.0002,0,5.143,9.0002,0 +L 5.5716,9.0002,5.5716,8.1431 +L 5.143,8.5716,6.0001,8.5716 +PL 1.7143,4.2858,0,2.1429,5.143,0,3.0001,6.0001,0,3.8572,6.0001,0,4.2858,5.5716,0,4.7144,4.7144,0,4.7144,3.4286,0,3.8572,0.4286,0,3.4286,-0.8572,0,3.0001,-1.7143,0,2.1429,-2.5715,0,1.2857,-3.0001,0,0.4286,-3.0001,0,0,-2.5715,0,0,-1.7143,0,0.8572,-1.7143,0,0.8572,-2.5715,0,0.4286,-2.5715,0,0.4286,-2.1429,0 +PL 4.2858,5.5716,0,4.2858,3.4286,0,3.4286,0.4286,0,3.0001,-0.8572,0,2.5715,-1.7143,0 +PL 4.2858,4.7144,0,3.8572,3.0001,0,3.0001,0,0,2.5715,-1.2857,0,2.1429,-2.1429,0,1.2857,-3.0001,0 + +[006b] k +PL 2.5715,9.0002,0,0,0,0,0.8572,0,0,3.4286,9.0002,0,1.2857,9.0002,0 +L 3.0001,9.0002,0.4286,0 +PL 6.8573,5.143,0,6.8573,5.5716,0,6.4287,5.5716,0,6.4287,4.7144,0,7.2859,4.7144,0,7.2859,5.5716,0,6.8573,6.0001,0,6.0001,6.0001,0,5.143,5.5716,0,3.4286,3.8572,0,2.5715,3.4286,0,1.7143,3.4286,0 +PLC 3.4286,3.0001,0,3.8572,2.5715,0,4.7144,0.8572,0,5.143,0.4286,0,6.0001,0.4286,0,5.143,0,0,4.2858,0,0,3.8572,0.4286,0,3.0001,3.0001,0,2.5715,3.4286,0 +PL 3.4286,2.5715,0,4.2858,0.8572,0,4.7144,0.4286,0 +L 6.0001,0.4286,6.8573,1.7143 +L 1.7143,9.0002,3.0001,8.5716 +L 2.1429,9.0002,2.5715,8.1431 + +[006c] l +PL 1.7143,9.0002,0,0.4286,4.2858,0,0,2.5715,0,0,1.2857,0,0.4286,0.4286,0,0.8572,0,0,1.7143,0,0,2.5715,0.8572,0,3.0001,1.7143,0 +PL 2.1429,9.0002,0,0.8572,4.2858,0,0.4286,2.5715,0,0.4286,0.4286,0 +PL 0.4286,9.0002,0,2.5715,9.0002,0,0.8572,3.0001,0,0.4286,1.2857,0 +L 0.8572,9.0002,2.1429,8.5716 +L 1.2857,9.0002,1.7143,8.1431 + +[006d] m +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,3.0001,4.7144,0,3.0001,3.4286,0,2.1429,0,0,1.2857,0,0,2.1429,3.0001,0,2.5715,4.7144,0 +PL 2.5715,5.5716,0,2.5715,3.4286,0,1.7143,0,0 +PL 3.0001,3.4286,0,3.8572,4.7144,0,4.7144,5.5716,0,5.5716,6.0001,0,6.4287,6.0001,0,7.2859,5.5716,0,7.7145,4.7144,0,7.7145,3.4286,0,6.8573,0,0,6.0001,0,0,6.8573,3.0001,0,7.2859,4.7144,0 +PL 7.2859,5.5716,0,7.2859,3.4286,0,6.4287,0,0 +PL 7.7145,3.4286,0,8.5716,4.7144,0,9.4288,5.5716,0,10.286,6.0001,0,11.1431,6.0001,0,12.0003,5.5716,0,12.4289,4.7144,0,12.4289,3.4286,0,11.5717,1.2857,0 +PL 12.0003,5.5716,0,12.0003,3.8572,0,11.5717,2.1429,0,11.5717,0.4286,0,11.1431,1.2857,0,11.1431,2.5715,0,12.0003,4.7144,0 +PL 11.5717,0.4286,0,12.0003,0,0,12.8575,0,0,13.7146,0.8572,0,14.1432,1.7143,0 + +[006e] n +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,3.0001,4.7144,0,3.0001,3.4286,0,2.1429,0,0,1.2857,0,0,2.1429,3.0001,0,2.5715,4.7144,0 +PL 2.5715,5.5716,0,2.5715,3.4286,0,1.7143,0,0 +PL 3.0001,3.4286,0,3.8572,4.7144,0,4.7144,5.5716,0,5.5716,6.0001,0,6.4287,6.0001,0,7.2859,5.5716,0,7.7145,4.7144,0,7.7145,3.4286,0,6.8573,1.2857,0 +PL 7.2859,5.5716,0,7.2859,3.8572,0,6.8573,2.1429,0,6.8573,0.4286,0,6.4287,1.2857,0,6.4287,2.5715,0,7.2859,4.7144,0 +PL 6.8573,0.4286,0,7.2859,0,0,8.1431,0,0,9.0002,0.8572,0,9.4288,1.7143,0 + +[006f] o +PLC 1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,2.1429,0,0,3.4286,0,0,4.7144,0.4286,0,5.5716,1.7143,0,6.0001,3.0001,0,6.0001,3.8572,0,5.5716,5.143,0,5.143,5.5716,0,3.8572,6.0001,0,2.5715,6.0001,0 +PL 1.2857,5.143,0,0.8572,4.2858,0,0.4286,3.0001,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 4.7144,0.8572,0,5.143,1.7143,0,5.5716,3.0001,0,5.5716,4.2858,0,5.143,5.143,0 +PL 2.5715,6.0001,0,1.7143,5.143,0,1.2857,4.2858,0,0.8572,3.0001,0,0.8572,1.7143,0,1.2857,0.4286,0,2.1429,0,0 +PL 3.4286,0,0,4.2858,0.8572,0,4.7144,1.7143,0,5.143,3.0001,0,5.143,4.2858,0,4.7144,5.5716,0,3.8572,6.0001,0 + +[0070] p +PL 0.8572,4.2858,0,1.2857,5.143,0,2.1429,6.0001,0,3.0001,6.0001,0,3.4286,5.5716,0,3.8572,4.7144,0,3.8572,3.4286,0,3.4286,1.7143,0,2.1429,-3.0001,0 +PL 3.4286,5.5716,0,3.4286,3.4286,0,3.0001,1.7143,0,1.7143,-3.0001,0 +PL 3.4286,4.7144,0,3.0001,3.0001,0,1.2857,-3.0001,0 +PLC 4.2858,4.2858,0,4.7144,5.143,0,5.143,5.5716,0,6.0001,6.0001,0,6.8573,6.0001,0,7.7145,5.5716,0,8.1431,5.143,0,8.5716,3.8572,0,8.5716,3.0001,0,8.1431,1.7143,0,7.2859,0.4286,0,6.0001,0,0,5.143,0,0,4.2858,0.4286,0,3.8572,1.7143,0,3.8572,3.0001,0 +PL 7.7145,5.143,0,8.1431,4.2858,0,8.1431,3.0001,0,7.7145,1.7143,0,7.2859,0.8572,0 +PL 6.8573,6.0001,0,7.2859,5.5716,0,7.7145,4.2858,0,7.7145,3.0001,0,7.2859,1.7143,0,6.8573,0.8572,0,6.0001,0,0 +L 0,-3.0001,3.4286,-3.0001 +PL 3.0001,-3.0001,0,1.7143,-2.5715,0,0.4286,-3.0001,0 +L 1.7143,-2.1429,0.8572,-3.0001 +L 2.1429,-2.1429,2.5715,-3.0001 + +[0071] q +PL 3.8572,-3.0001,0,6.4287,6.0001,0,5.5716,6.0001,0,3.0001,-3.0001,0 +L 6.0001,6.0001,3.4286,-3.0001 +PLC 4.7144,4.2858,0,4.2858,5.5716,0,3.4286,6.0001,0,2.5715,6.0001,0,1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.4286,0.4286,0,3.8572,0.8572,0,4.2858,1.7143,0,4.7144,3.0001,0 +PL 1.2857,5.143,0,0.8572,4.2858,0,0.4286,3.0001,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 2.5715,6.0001,0,1.7143,5.143,0,1.2857,4.2858,0,0.8572,3.0001,0,0.8572,1.7143,0,1.2857,0.4286,0,1.7143,0,0 +L 1.7143,-3.0001,5.143,-3.0001 +PL 4.7144,-3.0001,0,3.4286,-2.5715,0,2.1429,-3.0001,0 +L 3.4286,-2.1429,2.5715,-3.0001 +L 3.8572,-2.1429,4.2858,-3.0001 + +[0072] r +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,3.0001,4.7144,0,3.0001,3.0001,0,2.1429,0,0,1.2857,0,0,2.1429,3.0001,0,2.5715,4.7144,0 +PL 2.5715,5.5716,0,2.5715,3.0001,0,1.7143,0,0 +PL 6.4287,5.143,0,6.4287,5.5716,0,6.0001,5.5716,0,6.0001,4.7144,0,6.8573,4.7144,0,6.8573,5.5716,0,6.4287,6.0001,0,5.5716,6.0001,0,4.7144,5.5716,0,3.8572,4.7144,0,3.0001,3.0001,0 + +[0073] s +PL 5.143,4.7144,0,5.143,5.143,0,4.7144,5.143,0,4.7144,4.2858,0,5.5716,4.2858,0,5.5716,5.143,0,5.143,5.5716,0,3.8572,6.0001,0,2.5715,6.0001,0,1.2857,5.5716,0,0.8572,5.143,0,0.8572,4.2858,0,1.2857,3.4286,0,2.1429,3.0001,0,3.4286,2.5715,0,4.2858,2.1429,0,4.7144,1.2857,0,4.7144,2.1429,0,4.2858,0.4286,0,4.7144,1.2857,0 +L 1.2857,5.5716,0.8572,4.2858 +PL 1.2857,3.8572,0,2.1429,3.4286,0,3.4286,3.0001,0,4.2858,2.5715,0 +PL 0.8572,5.143,0,1.2857,4.2858,0,2.1429,3.8572,0,3.4286,3.4286,0,4.2858,3.0001,0,4.7144,2.1429,0 +PL 4.2858,0.4286,0,3.0001,0,0,1.7143,0,0,0.4286,0.4286,0,0,0.8572,0,0,1.7143,0,0.8572,1.7143,0,0.8572,0.8572,0,0.4286,0.8572,0,0.4286,1.2857,0 + +[0074] t +PL 1.2857,1.2857,0,1.7143,3.0001,0,3.4286,9.0002,0,2.5715,9.0002,0,1.2857,4.2858,0,0.8572,2.5715,0,0.8572,1.2857,0,1.2857,0.4286,0,1.7143,0,0,2.5715,0,0,3.4286,0.8572,0,3.8572,1.7143,0 +PL 3.0001,9.0002,0,1.7143,4.2858,0,1.2857,2.5715,0,1.2857,0.4286,0 +L 0,6.0001,4.2858,6.0001 + +[0075] u +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,3.0001,4.7144,0,3.0001,3.4286,0,2.1429,1.2857,0 +PL 2.5715,5.5716,0,2.5715,3.8572,0,2.1429,2.1429,0,2.1429,0.4286,0,1.7143,1.2857,0,1.7143,2.5715,0,2.5715,4.7144,0 +PL 2.1429,0.4286,0,3.0001,0,0,3.8572,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.4287,2.5715,0,7.2859,6.0001,0,8.1431,6.0001,0,7.2859,3.0001,0,6.8573,1.2857,0 +PL 6.4287,2.5715,0,6.4287,1.2857,0,6.8573,0.4286,0,7.2859,0,0,8.1431,0,0,9.0002,0.8572,0,9.4288,1.7143,0 +PL 7.7145,6.0001,0,6.8573,2.5715,0,6.8573,0.4286,0 + +[0076] v +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,3.0001,4.7144,0,3.0001,3.4286,0,2.1429,1.2857,0 +PL 2.5715,5.5716,0,2.5715,3.8572,0,2.1429,2.1429,0,2.1429,0.4286,0,1.7143,1.2857,0,1.7143,2.5715,0,2.5715,4.7144,0 +PL 2.1429,0.4286,0,3.0001,0,0,3.8572,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.4287,2.5715,0,6.8573,4.2858,0,6.8573,6.0001,0,6.4287,6.0001,0,6.4287,5.5716,0,6.8573,4.7144,0 + +[0077] w +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,3.0001,4.7144,0,3.0001,3.4286,0,2.1429,1.2857,0 +PL 2.5715,5.5716,0,2.5715,3.8572,0,2.1429,2.1429,0,2.1429,0.4286,0,1.7143,1.2857,0,1.7143,2.5715,0,2.5715,4.7144,0 +PL 2.1429,0.4286,0,3.0001,0,0,3.8572,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.0001,2.5715,0,6.8573,6.0001,0,7.7145,6.0001,0,6.8573,3.0001,0,6.4287,1.2857,0 +PL 6.0001,2.5715,0,6.0001,1.2857,0,6.4287,0.4286,0,7.2859,0,0,8.1431,0,0,9.0002,0.4286,0,9.8574,1.2857,0,10.7146,2.5715,0,11.1431,4.2858,0,11.1431,6.0001,0,10.7146,6.0001,0,10.7146,5.5716,0,11.1431,4.7144,0 +PL 7.2859,6.0001,0,6.4287,2.5715,0,6.4287,0.4286,0 + +[0078] x +PL 0.8572,4.2858,0,1.7143,5.5716,0,2.5715,6.0001,0,3.4286,6.0001,0,4.2858,5.5716,0,4.7144,4.7144,0,4.7144,3.8572,0,5.143,4.7144,0,6.0001,5.5716,0,6.8573,6.0001,0,7.7145,6.0001,0,8.1431,5.5716,0,8.1431,4.7144,0,7.2859,4.7144,0,7.2859,5.5716,0,7.7145,5.5716,0,7.7145,5.143,0 +PL 3.4286,6.0001,0,3.8572,5.5716,0,3.8572,3.8572,0,3.4286,2.1429,0,3.0001,1.2857,0,2.1429,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.8572,1.2857,0,0.8572,0.4286,0,0.4286,0.4286,0,0.4286,0.8572,0 +PL 4.2858,5.143,0,4.2858,3.8572,0,3.8572,2.1429,0,3.8572,0.8572,0 +PL 4.7144,3.8572,0,4.2858,2.1429,0,4.2858,0.4286,0,4.7144,0,0,3.8572,0.4286,0,3.4286,1.2857,0,3.4286,2.1429,0 +PL 4.7144,0,0,5.5716,0,0,6.4287,0.4286,0,7.2859,1.7143,0 + +[0079] y +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,3.0001,4.7144,0,3.0001,3.4286,0,2.1429,1.2857,0 +PL 2.5715,5.5716,0,2.5715,3.8572,0,2.1429,2.1429,0,2.1429,0.4286,0,1.7143,1.2857,0,1.7143,2.5715,0,2.5715,4.7144,0 +PL 2.1429,0.4286,0,3.0001,0,0,3.8572,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.4287,3.0001,0 +PLC 5.5716,0,0,5.143,-1.2857,0,4.2858,-2.5715,0,3.4286,-3.0001,0,4.7144,-2.5715,0,5.5716,-1.7143,0,6.4287,0,0,8.1431,6.0001,0,7.2859,6.0001,0 +PL 7.7145,6.0001,0,6.0001,0,0,5.143,-1.7143,0 +PL 3.4286,-3.0001,0,2.1429,-3.0001,0,1.2857,-2.5715,0,0.8572,-2.1429,0,0.8572,-1.2857,0,1.7143,-1.2857,0,1.7143,-2.1429,0,1.2857,-2.1429,0,1.2857,-1.7143,0 + +[007a] z +PL 6.0001,6.0001,0,5.5716,5.143,0,4.7144,4.2858,0,1.2857,1.7143,0,0.4286,0.8572,0,0,0,0 +PL 5.5716,5.143,0,1.7143,5.143,0,0.8572,4.7144,0,0.4286,3.8572,0,0.8572,5.143,0,1.7143,6.0001,0,3.0001,6.0001,0,4.7144,5.143,0,3.0001,5.5716,0,1.7143,5.5716,0,1.2857,5.143,0 +PL 0.4286,0.8572,0,4.2858,0.8572,0,5.143,1.2857,0,5.5716,2.1429,0,5.143,0.8572,0,4.2858,0,0,3.0001,0,0,1.2857,0.8572,0,3.0001,0.4286,0,4.2858,0.4286,0,4.7144,0.8572,0 + +[007b] { +PL 2.1429,10.7146,0,1.2857,10.286,0,0.8572,9.8574,0,0.4286,9.0002,0,0.4286,8.1431,0,0.8572,7.2859,0,1.2857,6.8573,0,1.7143,6.0001,0,1.7143,5.143,0,0.8572,4.2858,0 +PL 1.2857,10.286,0,0.8572,9.4288,0,0.8572,8.5716,0,1.2857,7.7145,0,1.7143,7.2859,0,2.1429,6.4287,0,2.1429,5.5716,0,1.7143,4.7144,0,0,3.8572,0,1.7143,3.0001,0,2.1429,2.1429,0,2.1429,1.2857,0,1.7143,0.4286,0,1.2857,0,0,0.8572,-0.8572,0,0.8572,-1.7143,0,1.2857,-2.5715,0,0.8572,-2.1429,0,0.4286,-1.2857,0,0.4286,-0.4286,0,0.8572,0.4286,0,1.2857,0.8572,0,1.7143,1.7143,0,1.7143,2.5715,0,0.8572,3.4286,0 +L 1.2857,-2.5715,2.1429,-3.0001 + +[007c] | +L 0,10.7146,0,-3.0001 + +[007d] } +PL 0,10.7146,0,0.8572,10.286,0,1.2857,9.8574,0,1.7143,9.0002,0,1.7143,8.1431,0,1.2857,7.2859,0,0.8572,6.8573,0,0.4286,6.0001,0,0.4286,5.143,0,1.2857,4.2858,0 +PL 0.8572,10.286,0,1.2857,9.4288,0,1.2857,8.5716,0,0.8572,7.7145,0,0.4286,7.2859,0,0,6.4287,0,0,5.5716,0,0.4286,4.7144,0,2.1429,3.8572,0,0.4286,3.0001,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,0.8572,0,0,1.2857,-0.8572,0,1.2857,-1.7143,0,0.8572,-2.5715,0,1.2857,-2.1429,0,1.7143,-1.2857,0,1.7143,-0.4286,0,1.2857,0.4286,0,0.8572,0.8572,0,0.4286,1.7143,0,0.4286,2.5715,0,1.2857,3.4286,0 +L 0.8572,-2.5715,0,-3.0001 + +[007e] ~ +PLC 0,0.8572,0,0,0.4286,0,0.4286,0,0,0.8572,0,0,1.2857,0.4286,0,1.2857,0.8572,0,0.8572,1.2857,0,0.4286,1.2857,0 +PLC 0.4286,0.4286,0,0.8572,0.4286,0,0.8572,0.8572,0,0.4286,0.8572,0 + +[007f]  +PLC 0,0.8572,0,0,0.4286,0,0.4286,0,0,0.8572,0,0,1.2857,0.4286,0,1.2857,0.8572,0,0.8572,1.2857,0,0.4286,1.2857,0 +PLC 0.4286,0.4286,0,0.8572,0.4286,0,0.8572,0.8572,0,0.4286,0.8572,0 + +[00d3] Ó +PLC 2.5715,8.5716,0,1.7143,7.7145,0,0.8572,6.4287,0,0.4286,5.143,0,0,3.4286,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,3.0001,0,0,4.2858,0.4286,0,5.143,1.2857,0,6.0001,2.5715,0,6.4287,3.8572,0,6.8573,5.5716,0,6.8573,6.8573,0,6.4287,8.1431,0,6.0001,8.5716,0,5.143,9.0002,0,3.8572,9.0002,0 +PL 2.1429,7.7145,0,1.2857,6.4287,0,0.8572,5.143,0,0.4286,3.4286,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 4.7144,1.2857,0,5.5716,2.5715,0,6.0001,3.8572,0,6.4287,5.5716,0,6.4287,7.2859,0,6.0001,8.1431,0 +PL 3.8572,9.0002,0,3.0001,8.5716,0,2.1429,7.2859,0,1.7143,6.4287,0,1.2857,5.143,0,0.8572,3.4286,0,0.8572,1.2857,0,1.2857,0.4286,0,1.7143,0,0 +PL 3.0001,0,0,3.8572,0.4286,0,4.7144,1.7143,0,5.143,2.5715,0,5.5716,3.8572,0,6.0001,5.5716,0,6.0001,7.7145,0,5.5716,8.5716,0,5.143,9.0002,0 +PLC 5.5716,11.5717,0,5.143,12.0003,0,5.143,12.4289,0,5.5716,12.8575,0,6.0001,12.8575,0,6.4287,12.4289,0,6.4287,11.5717,0,6.0001,10.7146,0,5.5716,10.286,0,6.0001,11.1431,0,6.0001,11.5717,0 +L 5.5716,10.286,4.7144,9.8574 +PLC 5.5716,12.0003,0,6.0001,12.0003,0,6.0001,12.4289,0,5.5716,12.4289,0 + +[00f3] ó +PLC 1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,2.1429,0,0,3.4286,0,0,4.7144,0.4286,0,5.5716,1.7143,0,6.0001,3.0001,0,6.0001,3.8572,0,5.5716,5.143,0,5.143,5.5716,0,3.8572,6.0001,0,2.5715,6.0001,0 +PL 1.2857,5.143,0,0.8572,4.2858,0,0.4286,3.0001,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 4.7144,0.8572,0,5.143,1.7143,0,5.5716,3.0001,0,5.5716,4.2858,0,5.143,5.143,0 +PL 2.5715,6.0001,0,1.7143,5.143,0,1.2857,4.2858,0,0.8572,3.0001,0,0.8572,1.7143,0,1.2857,0.4286,0,2.1429,0,0 +PL 3.4286,0,0,4.2858,0.8572,0,4.7144,1.7143,0,5.143,3.0001,0,5.143,4.2858,0,4.7144,5.5716,0,3.8572,6.0001,0 +PLC 4.2858,8.5716,0,3.8572,9.0002,0,3.8572,9.4288,0,4.2858,9.8574,0,4.7144,9.8574,0,5.143,9.4288,0,5.143,8.5716,0,4.7144,7.7145,0,4.2858,7.2859,0,4.7144,8.1431,0,4.7144,8.5716,0 +L 4.2858,7.2859,3.4286,6.8573 +PLC 4.2858,9.0002,0,4.7144,9.0002,0,4.7144,9.4288,0,4.2858,9.4288,0 + +[0104] Ą +PL 6.8573,0,0,6.8573,0.8572,0,6.4287,8.1431,0,6.4287,9.0002,0,1.2857,0.4286,0,0.4286,0,0 +PL 5.5716,7.2859,0,6.0001,0,0,5.143,-0.4286,0,4.7144,-0.8572,0,4.2858,-1.7143,0,4.2858,-2.5715,0,4.7144,-3.0001,0,5.143,-3.0001,0,5.5716,-2.5715,0,5.5716,-2.1429,0,5.143,-1.7143,0,4.7144,-1.7143,0,4.7144,-1.2857,0,5.143,-0.4286,0 +L 6.0001,8.1431,6.4287,0.4286 +L 2.5715,2.5715,6.0001,2.5715 +L 0,0,2.5715,0 +L 4.7144,0,7.7145,0 +L 1.2857,0.4286,2.1429,0 +L 6.0001,0.4286,5.143,0 +L 6.0001,0.8572,5.5716,0 +L 6.8573,0.8572,7.2859,0 +PLC 4.7144,-2.5715,0,5.143,-2.5715,0,5.143,-2.1429,0,4.7144,-2.1429,0 + +[0105] ą +PL 5.143,1.2857,0,5.5716,3.0001,0,6.4287,6.0001,0,5.5716,6.0001,0,4.7144,3.0001,0,4.7144,1.2857,0,5.143,0.4286,0,5.5716,0,0,6.4287,0,0,7.2859,0.8572,0,7.7145,1.7143,0 +PL 6.0001,6.0001,0,5.143,3.0001,0,5.143,0.4286,0 +PLC 4.7144,4.2858,0,4.2858,5.5716,0,3.4286,6.0001,0,2.5715,6.0001,0,1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.4286,0.4286,0,3.8572,0.8572,0,4.2858,1.7143,0,4.7144,3.0001,0 +PL 1.7143,5.5716,0,0.8572,4.2858,0,0.4286,3.0001,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 2.5715,6.0001,0,1.7143,5.143,0,1.2857,4.2858,0,0.8572,3.0001,0,0.8572,1.7143,0,1.2857,0.4286,0,1.7143,0,0 +PL 5.5716,0,0,4.7144,-0.4286,0,4.2858,-0.8572,0,3.8572,-1.7143,0,3.8572,-2.5715,0,4.2858,-3.0001,0,4.7144,-3.0001,0,5.143,-2.5715,0,5.143,-2.1429,0,4.7144,-1.7143,0,4.2858,-1.7143,0,4.2858,-1.2857,0,4.7144,-0.4286,0 +PLC 4.2858,-2.5715,0,4.7144,-2.5715,0,4.7144,-2.1429,0,4.2858,-2.1429,0 + +[0106] Ć +PLC 6.8573,8.1431,0,7.2859,9.0002,0,6.8573,6.4287,0,6.8573,7.2859,0,6.4287,8.1431,0 +PL 6.4287,8.1431,0,6.0001,8.5716,0,5.143,9.0002,0,3.8572,9.0002,0,2.5715,8.5716,0,1.7143,7.7145,0,0.8572,6.4287,0,0.4286,5.143,0,0,3.4286,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,2.1429,0,0,3.4286,0,0,4.2858,0.4286,0,5.143,1.2857,0,5.5716,2.1429,0 +PL 2.5715,8.1431,0,1.7143,7.2859,0,1.2857,6.4287,0,0.8572,5.143,0,0.4286,3.4286,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 3.8572,9.0002,0,3.0001,8.5716,0,2.1429,7.2859,0,1.7143,6.4287,0,1.2857,5.143,0,0.8572,3.4286,0,0.8572,1.2857,0,1.2857,0.4286,0,2.1429,0,0 +PLC 5.5716,11.1431,0,5.143,11.5717,0,5.143,12.0003,0,5.5716,12.4289,0,6.0001,12.4289,0,6.4287,12.0003,0,6.4287,11.1431,0,6.0001,10.286,0,5.5716,9.8574,0,6.0001,10.7146,0,6.0001,11.1431,0 +L 5.5716,9.8574,4.7144,9.4288 +PLC 5.5716,11.5717,0,6.0001,11.5717,0,6.0001,12.0003,0,5.5716,12.0003,0 + +[0107] ć +PL 4.7144,4.2858,0,4.7144,4.7144,0,4.2858,4.7144,0,4.2858,3.8572,0,5.143,3.8572,0,5.143,4.7144,0,4.7144,5.5716,0,3.8572,6.0001,0,2.5715,6.0001,0,1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.8572,0.4286,0,4.7144,1.7143,0 +PL 1.2857,5.143,0,0.8572,4.2858,0,0.4286,3.0001,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 2.5715,6.0001,0,1.7143,5.143,0,1.2857,4.2858,0,0.8572,3.0001,0,0.8572,1.7143,0,1.2857,0.4286,0,1.7143,0,0 +PLC 4.2858,8.5716,0,3.8572,9.0002,0,3.8572,9.4288,0,4.2858,9.8574,0,4.7144,9.8574,0,5.143,9.4288,0,5.143,8.5716,0,4.7144,7.7145,0,4.2858,7.2859,0,4.7144,8.1431,0,4.7144,8.5716,0 +L 4.2858,7.2859,3.4286,6.8573 +PLC 4.2858,9.0002,0,4.7144,9.0002,0,4.7144,9.4288,0,4.2858,9.4288,0 + +[0118] Ę +L 3.8572,9.0002,1.2857,0 +L 4.2858,9.0002,1.7143,0 +L 4.7144,9.0002,2.1429,0 +PLC 5.5716,3.0001,0,5.5716,4.7144,0,6.4287,6.4287,0 +PL 2.5715,9.0002,0,9.0002,9.0002,0,8.5716,6.4287,0,8.5716,9.0002,0 +L 3.4286,4.7144,6.0001,4.7144 +PL 0,0,0,6.4287,0,0,7.2859,2.1429,0,6.4287,0.8572,0,5.143,0,0 +PL 3.0001,9.0002,0,4.2858,8.5716,0,5.5716,9.0002,0 +L 3.4286,9.0002,3.8572,8.1431 +L 5.143,9.0002,4.2858,8.1431 +L 7.2859,9.0002,8.5716,8.5716 +L 7.7145,9.0002,8.5716,8.1431 +L 8.1431,9.0002,8.5716,7.7145 +PL 6.0001,5.5716,0,5.143,4.7144,0,5.5716,3.8572,0 +PL 6.0001,5.143,0,4.7144,4.7144,0,5.5716,4.2858,0 +PL 3.0001,0,0,1.7143,0.4286,0,0.4286,0,0 +L 1.7143,0.8572,0.8572,0 +L 2.1429,0.8572,2.5715,0 +L 4.2858,0,6.4287,0.4286 +PL 4.7144,0,0,3.8572,-0.4286,0,3.4286,-0.8572,0,3.0001,-1.7143,0,3.0001,-2.5715,0,3.4286,-3.0001,0,3.8572,-3.0001,0,4.2858,-2.5715,0,4.2858,-2.1429,0,3.8572,-1.7143,0,3.4286,-1.7143,0,3.4286,-1.2857,0,3.8572,-0.4286,0 +PLC 3.4286,-2.5715,0,3.8572,-2.5715,0,3.8572,-2.1429,0,3.4286,-2.1429,0 + +[0119] ę +PL 0.4286,2.1429,0,2.1429,2.5715,0,3.4286,3.0001,0,4.7144,3.8572,0,5.143,4.7144,0,4.7144,5.5716,0,3.8572,6.0001,0,2.5715,6.0001,0,1.2857,5.5716,0,0.4286,4.2858,0,0,3.0001,0,0,2.1429,0,0.4286,0.8572,0,0.8572,0.4286,0,1.7143,0,0,2.5715,0,0,3.8572,0.4286,0,4.7144,1.2857,0 +PL 1.2857,5.143,0,0.8572,4.2858,0,0.4286,3.0001,0,0.4286,1.7143,0,0.8572,0.8572,0 +PL 2.5715,6.0001,0,1.7143,5.143,0,1.2857,4.2858,0,0.8572,3.0001,0,0.8572,1.7143,0,1.2857,0.4286,0,1.7143,0,0 +PL 2.5715,0,0,1.7143,-0.4286,0,1.2857,-0.8572,0,0.8572,-1.7143,0,0.8572,-2.5715,0,1.2857,-3.0001,0,1.7143,-3.0001,0,2.1429,-2.5715,0,2.1429,-2.1429,0,1.7143,-1.7143,0,1.2857,-1.7143,0,1.2857,-1.2857,0,1.7143,-0.4286,0 +PLC 1.2857,-2.5715,0,1.7143,-2.5715,0,1.7143,-2.1429,0,1.2857,-2.1429,0 + +[0141] Ł +L 3.8572,9.0002,1.2857,0 +L 4.2858,9.0002,1.7143,0 +L 4.7144,9.0002,2.1429,0 +L 2.5715,9.0002,6.0001,9.0002 +PL 0,0,0,6.4287,0,0,7.2859,2.5715,0,6.0001,0,0 +PL 3.0001,9.0002,0,4.2858,8.5716,0,5.5716,9.0002,0 +L 3.4286,9.0002,3.8572,8.1431 +L 5.143,9.0002,4.2858,8.1431 +PL 3.0001,0,0,1.7143,0.4286,0,0.4286,0,0 +L 1.7143,0.8572,0.8572,0 +L 2.1429,0.8572,2.5715,0 +L 4.2858,0,6.4287,0.4286 +L 5.143,0,6.8573,1.2857 +PLC 0.8572,3.4286,0,0.8572,3.8572,0,6.0001,6.0001,0,6.0001,5.5716,0 + +[0142] ł +PL 2.5715,9.0002,0,1.2857,4.2858,0,0.8572,2.5715,0,0.8572,1.2857,0,1.2857,0.4286,0,1.7143,0,0,2.5715,0,0,3.4286,0.8572,0,3.8572,1.7143,0 +PL 3.0001,9.0002,0,1.7143,4.2858,0,1.2857,2.5715,0,1.2857,0.4286,0 +PL 1.2857,9.0002,0,3.4286,9.0002,0,1.7143,3.0001,0,1.2857,1.2857,0 +L 1.7143,9.0002,3.0001,8.5716 +L 2.1429,9.0002,2.5715,8.1431 +PLC 0,3.8572,0,0,4.2858,0,3.4286,6.0001,0,3.4286,5.5716,0 + +[0143] Ń +PL 2.5715,9.0002,0,4.7144,9.0002,0,7.2859,1.2857,0,6.8573,0,0,3.8572,9.0002,0,1.2857,0.4286,0,0.4286,0,0 +L 4.2858,9.0002,6.8573,1.2857 +PL 8.5716,9.0002,0,9.4288,8.5716,0,7.2859,1.2857,0 +L 8.1431,9.0002,10.7146,9.0002 +L 0,0,2.5715,0 +L 3.0001,9.0002,4.2858,8.5716 +L 3.4286,9.0002,4.2858,8.1431 +L 10.286,9.0002,9.4288,8.5716 +L 1.2857,0.4286,2.1429,0 +PLC 7.7145,11.5717,0,7.2859,12.0003,0,7.2859,12.4289,0,7.7145,12.8575,0,8.1431,12.8575,0,8.5716,12.4289,0,8.5716,11.5717,0,8.1431,10.7146,0,7.7145,10.286,0,8.1431,11.1431,0,8.1431,11.5717,0 +L 7.7145,10.286,6.8573,9.8574 +PLC 7.7145,12.0003,0,8.1431,12.0003,0,8.1431,12.4289,0,7.7145,12.4289,0 + +[0144] ń +PL 0,4.2858,0,0.4286,5.143,0,1.2857,6.0001,0,2.1429,6.0001,0,2.5715,5.5716,0,3.0001,4.7144,0,3.0001,3.4286,0,2.1429,0,0,1.2857,0,0,2.1429,3.0001,0,2.5715,4.7144,0 +PL 2.5715,5.5716,0,2.5715,3.4286,0,1.7143,0,0 +PL 3.0001,3.4286,0,3.8572,4.7144,0,4.7144,5.5716,0,5.5716,6.0001,0,6.4287,6.0001,0,7.2859,5.5716,0,7.7145,4.7144,0,7.7145,3.4286,0,6.8573,1.2857,0 +PL 7.2859,5.5716,0,7.2859,3.8572,0,6.8573,2.1429,0,6.8573,0.4286,0,6.4287,1.2857,0,6.4287,2.5715,0,7.2859,4.7144,0 +PL 6.8573,0.4286,0,7.2859,0,0,8.1431,0,0,9.0002,0.8572,0,9.4288,1.7143,0 +PLC 6.8573,8.5716,0,6.4287,9.0002,0,6.4287,9.4288,0,6.8573,9.8574,0,7.2859,9.8574,0,7.7145,9.4288,0,7.7145,8.5716,0,7.2859,7.7145,0,6.8573,7.2859,0,7.2859,8.1431,0,7.2859,8.5716,0 +L 6.8573,7.2859,6.0001,6.8573 +PLC 6.8573,9.0002,0,7.2859,9.0002,0,7.2859,9.4288,0,6.8573,9.4288,0 + +[015a] Ś +PLC 7.7145,8.1431,0,8.1431,9.0002,0,7.7145,6.4287,0,7.7145,7.2859,0,7.2859,8.1431,0 +PL 7.2859,8.1431,0,6.8573,8.5716,0,5.5716,9.0002,0,3.8572,9.0002,0,2.5715,8.5716,0,1.7143,7.7145,0,1.7143,6.4287,0,2.1429,5.5716,0,3.0001,4.7144,0,5.5716,3.4286,0,6.0001,2.5715,0,6.0001,1.2857,0,5.5716,0.4286,0,6.0001,0.8572,0,6.4287,1.7143,0,6.4287,3.0001,0,6.0001,3.8572,0,5.143,4.7144,0,2.5715,6.0001,0,2.1429,6.8573,0,2.1429,7.7145,0,2.5715,8.5716,0 +PL 2.1429,6.4287,0,2.5715,5.5716,0,5.5716,3.8572,0,6.0001,3.0001,0 +PL 5.5716,0.4286,0,4.2858,0,0,2.5715,0,0,1.2857,0.4286,0,0.8572,0.8572,0,0.4286,1.7143,0,0.4286,2.5715,0,0,0,0,0.4286,0.8572,0,0.8572,0.8572,0 +PLC 6.0001,11.5717,0,5.5716,12.0003,0,5.5716,12.4289,0,6.0001,12.8575,0,6.4287,12.8575,0,6.8573,12.4289,0,6.8573,11.5717,0,6.4287,10.7146,0,6.0001,10.286,0,6.4287,11.1431,0,6.4287,11.5717,0 +L 6.0001,10.286,5.143,9.8574 +PLC 6.0001,12.0003,0,6.4287,12.0003,0,6.4287,12.4289,0,6.0001,12.4289,0 + +[015b] ś +PL 5.143,4.7144,0,5.143,5.143,0,4.7144,5.143,0,4.7144,4.2858,0,5.5716,4.2858,0,5.5716,5.143,0,5.143,5.5716,0,3.8572,6.0001,0,2.5715,6.0001,0,1.2857,5.5716,0,0.8572,5.143,0,0.8572,4.2858,0,1.2857,3.4286,0,2.1429,3.0001,0,3.4286,2.5715,0,4.2858,2.1429,0,4.7144,1.2857,0,4.7144,2.1429,0,4.2858,0.4286,0,4.7144,1.2857,0 +L 1.2857,5.5716,0.8572,4.2858 +PL 1.2857,3.8572,0,2.1429,3.4286,0,3.4286,3.0001,0,4.2858,2.5715,0 +PL 0.8572,5.143,0,1.2857,4.2858,0,2.1429,3.8572,0,3.4286,3.4286,0,4.2858,3.0001,0,4.7144,2.1429,0 +PL 4.2858,0.4286,0,3.0001,0,0,1.7143,0,0,0.4286,0.4286,0,0,0.8572,0,0,1.7143,0,0.8572,1.7143,0,0.8572,0.8572,0,0.4286,0.8572,0,0.4286,1.2857,0 +PLC 4.2858,8.5716,0,3.8572,9.0002,0,3.8572,9.4288,0,4.2858,9.8574,0,4.7144,9.8574,0,5.143,9.4288,0,5.143,8.5716,0,4.7144,7.7145,0,4.2858,7.2859,0,4.7144,8.1431,0,4.7144,8.5716,0 +L 4.2858,7.2859,3.4286,6.8573 +PLC 4.2858,9.0002,0,4.7144,9.0002,0,4.7144,9.4288,0,4.2858,9.4288,0 + +[0179] Ź +PL 7.7145,9.0002,0,0,0,0,6.0001,0,0,6.8573,2.5715,0,5.5716,0,0 +L 8.1431,9.0002,0.4286,0 +PL 3.0001,9.0002,0,1.7143,6.4287,0,2.5715,9.0002,0,8.5716,9.0002,0,0.8572,0,0 +L 3.4286,9.0002,2.1429,7.7145 +L 4.2858,9.0002,2.5715,8.5716 +L 4.2858,0,6.0001,0.4286 +L 5.143,0,6.4287,1.2857 +PLC 6.8573,11.5717,0,6.4287,12.0003,0,6.4287,12.4289,0,6.8573,12.8575,0,7.2859,12.8575,0,7.7145,12.4289,0,7.7145,11.5717,0,7.2859,10.7146,0,6.8573,10.286,0,7.2859,11.1431,0,7.2859,11.5717,0 +L 6.8573,10.286,6.0001,9.8574 +PLC 6.8573,12.0003,0,7.2859,12.0003,0,7.2859,12.4289,0,6.8573,12.4289,0 + +[017a] ź +PL 6.0001,6.0001,0,5.5716,5.143,0,4.7144,4.2858,0,1.2857,1.7143,0,0.4286,0.8572,0,0,0,0 +PL 5.5716,5.143,0,1.7143,5.143,0,0.8572,4.7144,0,0.4286,3.8572,0,0.8572,5.143,0,1.7143,6.0001,0,3.0001,6.0001,0,4.7144,5.143,0,3.0001,5.5716,0,1.7143,5.5716,0,1.2857,5.143,0 +PL 0.4286,0.8572,0,4.2858,0.8572,0,5.143,1.2857,0,5.5716,2.1429,0,5.143,0.8572,0,4.2858,0,0,3.0001,0,0,1.2857,0.8572,0,3.0001,0.4286,0,4.2858,0.4286,0,4.7144,0.8572,0 +PLC 4.2858,8.5716,0,3.8572,9.0002,0,3.8572,9.4288,0,4.2858,9.8574,0,4.7144,9.8574,0,5.143,9.4288,0,5.143,8.5716,0,4.7144,7.7145,0,4.2858,7.2859,0,4.7144,8.1431,0,4.7144,8.5716,0 +L 4.2858,7.2859,3.4286,6.8573 +PLC 4.2858,9.0002,0,4.7144,9.0002,0,4.7144,9.4288,0,4.2858,9.4288,0 + +[017b] Ż +PL 7.7145,9.0002,0,0,0,0,6.0001,0,0,6.8573,2.5715,0,5.5716,0,0 +L 8.1431,9.0002,0.4286,0 +PL 3.0001,9.0002,0,1.7143,6.4287,0,2.5715,9.0002,0,8.5716,9.0002,0,0.8572,0,0 +L 3.4286,9.0002,2.1429,7.7145 +L 4.2858,9.0002,2.5715,8.5716 +L 4.2858,0,6.0001,0.4286 +L 5.143,0,6.4287,1.2857 +PLC 5.143,10.7146,0,5.143,10.286,0,5.5716,9.8574,0,6.0001,9.8574,0,6.4287,10.286,0,6.4287,10.7146,0,6.0001,11.1431,0,5.5716,11.1431,0 +PLC 5.5716,10.286,0,6.0001,10.286,0,6.0001,10.7146,0,5.5716,10.7146,0 + +[017c] ż +PL 6.0001,6.0001,0,5.5716,5.143,0,4.7144,4.2858,0,1.2857,1.7143,0,0.4286,0.8572,0,0,0,0 +PL 5.5716,5.143,0,1.7143,5.143,0,0.8572,4.7144,0,0.4286,3.8572,0,0.8572,5.143,0,1.7143,6.0001,0,3.0001,6.0001,0,4.7144,5.143,0,3.0001,5.5716,0,1.7143,5.5716,0,1.2857,5.143,0 +PL 0.4286,0.8572,0,4.2858,0.8572,0,5.143,1.2857,0,5.5716,2.1429,0,5.143,0.8572,0,4.2858,0,0,3.0001,0,0,1.2857,0.8572,0,3.0001,0.4286,0,4.2858,0.4286,0,4.7144,0.8572,0 +PLC 3.0001,7.7145,0,3.0001,7.2859,0,3.4286,6.8573,0,3.8572,6.8573,0,4.2858,7.2859,0,4.2858,7.7145,0,3.8572,8.1431,0,3.4286,8.1431,0 +PLC 3.4286,7.2859,0,3.8572,7.2859,0,3.8572,7.7145,0,3.4286,7.7145,0 + +[fffd] � +PLC 0,0.8572,0,0,0.4286,0,0.4286,0,0,0.8572,0,0,1.2857,0.4286,0,1.2857,0.8572,0,0.8572,1.2857,0,0.4286,1.2857,0 +PLC 0.4286,0.4286,0,0.8572,0.4286,0,0.8572,0.8572,0,0.4286,0.8572,0 diff --git a/assets/fonts/KochiGothic_with_ties.cxf b/assets/fonts/KochiGothic_with_ties.cxf new file mode 100644 index 00000000..cae47589 --- /dev/null +++ b/assets/fonts/KochiGothic_with_ties.cxf @@ -0,0 +1,364 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Kochi Gothic +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: 東風フォント(ゴシック) +# Author: Yoshimune Kobayashi + +[0021] ! +PL 0.4906,2.3657,-0.4122,0.2906,2.5643,0,0.2901,2.6419,0,0.2848,2.9632,0,0.2749,3.3295,0,0.2553,3.7409,0,0.2376,4.1973,0,0.2104,4.6987,0,0.1807,5.2453,0,0.1113,6.4244,0,0.0843,6.9588,0,0.0546,7.44,0,0.0371,7.8681,0,0.0172,8.2431,0,0.0074,8.5649,0,-0.0004,8.8435,-0.4225,0.1995,9.0491,0,1.0361,9.0491,-0.4182,1.2361,8.8464,0,1.2359,8.8336,0,1.2287,8.5649,0,1.2163,8.2431,0,1.1988,7.8681,0,1.179,7.44,0,1.1567,6.9588,0,1.127,6.4244,0,1.0577,5.2453,0,1.0253,4.6987,0,1.0007,4.1973,0,0.9782,3.7409,0,0.9614,3.3295,0,0.9513,2.9632,0,0.9449,2.5625,-0.4096,0.745,2.3657,0 +PLC 0.2591,0.8465,0,0.9197,0.8465,-0.4142,1.1197,0.6465,0,1.1197,-0.2837,-0.4142,0.9197,-0.4837,0,0.2591,-0.4837,-0.4142,0.0591,-0.2837,0,0.0591,0.6465,-0.4142 + +[0022] " +PLC 0.1997,10.0374,0,0.9789,10.0374,-0.4142,1.1789,9.8374,0,1.1789,8.9426,-0.1284,1.1534,8.8448,0,0.2819,7.2897,-0.9126,0.0091,7.4113,0,0.3209,8.3276,0.4609,0.1656,8.5891,-0.3649,-0.0003,8.7862,0,-0.0003,9.8374,-0.4142 +PLC 2.2331,7.2974,0,3.1012,8.8448,0.1285,3.1268,8.9427,0,3.1268,9.8374,0.4142,2.9268,10.0374,0,2.1466,10.0374,0.4142,1.9466,9.8374,0,1.9466,8.7862,0.3681,2.1147,8.5887,-0.4652,2.272,8.3263,0,1.9604,7.4195,0.9137 + +[0023] # +PLC 4.7629,6.4094,0,6.0985,6.4094,0.3957,6.2981,6.5967,0,6.3497,7.406,0.433,6.1501,7.6187,0,5.117,7.6187,-0.4464,4.9182,7.8404,0,5.0928,9.4415,0.4464,4.894,9.6632,0,4.809,9.6632,0.3827,4.6101,9.4849,0,4.4259,7.797,-0.3827,4.227,7.6187,0,2.7589,7.6187,-0.4464,2.5601,7.8404,0,2.7348,9.4415,0.4464,2.536,9.6632,0,2.4456,9.6632,0.3835,2.2467,9.4844,0,2.0673,7.7976,-0.3835,1.8684,7.6187,0,0.6953,7.6187,0.3962,0.4957,7.4311,0,0.4454,6.6218,0.4325,0.645,6.4094,0,1.6972,6.4094,-0.4454,1.8961,6.1884,0,1.646,3.8228,0.4454,1.8449,3.6017,0,1.9307,3.6017,0.384,2.1296,3.7809,0,2.3859,6.2302,-0.384,2.5849,6.4094,0,4.7629,6.4094,0 +PLC 2.063,3.1442,0,3.7578,3.1442,0.384,3.9568,3.3234,0,4.2132,5.7727,-0.384,4.4121,5.9519,0,4.4941,5.9519,-0.4446,4.6931,5.7314,0,4.4494,3.3647,0.4446,4.6484,3.1442,0,5.7167,3.1442,-0.4328,5.9163,2.9316,0,5.8653,2.1223,-0.3959,5.6657,1.9349,0,4.4778,1.9349,0.3838,4.2789,1.7559,0,4.0589,-0.3312,-0.3838,3.86,-0.5102,0,3.7734,-0.5102,-0.445,3.5745,-0.2894,0,3.7837,1.7141,0.445,3.5848,1.9349,0,2.1161,1.9349,0.3835,1.9172,1.7561,0,1.6952,-0.3313,-0.3835,1.4963,-0.5102,0,1.4111,-0.5102,-0.4456,1.2122,-0.289,0,1.4253,1.7137,0.4456,1.2264,1.9349,0,0.2126,1.9349,-0.4327,0.013,2.1475,0,0.0639,2.9568,-0.3959,0.2635,3.1442,0,2.063,3.1442,0 + +[0026] & +PLC 7.0338,0.4109,0,6.9498,0.316,0,6.86,0.2101,0,6.7614,0.0932,0,6.6851,-0.0041,-0.4246,6.3989,-0.0336,0,6.2996,0.0501,0,6.0498,0.2674,0,5.8122,0.478,0,5.5847,0.6821,0,5.3682,0.8796,0,5.1655,1.0704,0,4.9726,1.2547,0,4.9395,1.287,0.4231,4.6525,1.2796,0,4.5737,1.194,0,4.4527,1.0783,0,4.3282,0.9648,0,4.2016,0.8537,0,4.0705,0.7448,0,3.9315,0.6381,0,3.7935,0.5338,0,3.6423,0.437,0,3.4764,0.3532,0,3.2949,0.2822,0,3.102,0.2241,0,2.8958,0.179,0,2.6728,0.1467,0,2.6258,0.1429,-0.4384,2.4094,0.3422,0,2.4094,0.9151,-0.3762,2.5832,1.1133,0,2.6828,1.1265,0,2.832,1.1562,0,2.9754,1.1943,0,3.1043,1.2409,0,3.2253,1.296,0,3.3397,1.3595,0,3.4416,1.4303,0,3.5448,1.507,0,3.6523,1.5896,0,3.7487,1.6782,0,3.8497,1.7727,0,3.9493,1.8731,0,4.0243,1.9578,0.3811,4.0234,2.224,0,3.5829,2.7147,0,3.1368,3.2265,0,2.8958,3.5024,0,2.6044,3.8427,0,2.3879,4.0946,0,2.2671,4.2415,0,1.7717,4.9147,0,1.6596,5.0843,0,1.5184,5.2981,0,1.3581,5.5553,0,1.1676,5.8576,0,1.0757,6.02,0,0.9938,6.1795,0,0.9244,6.3373,0,0.8673,6.4932,0,0.8257,6.6474,0,0.7933,6.7998,0,0.7731,6.9503,0,0.7685,7.0991,0,0.7787,7.2909,0,0.8033,7.4769,0,0.847,7.6573,0,0.9064,7.832,0,0.986,8.001,0,1.0858,8.1643,0,1.199,8.3219,0,1.3278,8.4737,0,1.4714,8.6135,0,1.6282,8.7346,0,1.7886,8.837,0,1.9577,8.9209,0,2.1359,8.9861,0,2.2044,9.0032,-0.488,2.453,8.8092,0,2.453,8.3689,-0.3448,2.301,8.1747,0,2.2771,8.1688,0,2.1852,8.1381,0,2.0957,8.1006,0,2.0094,8.0563,0,1.9252,8.0051,0,1.8456,7.9434,0,1.7784,7.8675,0,1.7224,7.7773,0,1.6754,7.6728,0,1.6405,7.5541,0,1.6125,7.4211,0,1.598,7.2738,0,1.5958,7.1123,0,1.598,6.9779,0,1.6181,6.8459,0,1.6429,6.7162,0,1.6854,6.5889,0,1.7347,6.464,0,1.7985,6.3414,0,1.8703,6.2211,0,1.9577,6.1033,0,2.3824,5.5612,0,2.4989,5.4094,0,3.0472,4.7485,0,3.1733,4.5966,0,3.203,4.5559,0,3.5201,4.1689,0,3.6142,4.0465,0,3.7208,3.9184,0,3.8372,3.785,0,3.9639,3.6462,0,4.0974,3.5021,0,4.2441,3.3526,0,4.3977,3.1978,0,4.5459,3.0544,0.5102,4.8648,3.1107,0,4.8954,3.1736,0,4.9693,3.3294,0,5.0366,3.4886,0,5.0959,3.6511,0,5.1486,3.817,0,5.2096,4.0172,-0.33,5.4009,4.1589,0,5.908,4.1589,-0.494,6.101,3.9066,0,6.0306,3.6468,0,5.9455,3.4007,0,5.857,3.1612,0,5.7605,2.9283,0,5.6507,2.7021,0,5.5376,2.4824,0,5.4975,2.415,0.3666,5.5403,2.16,0,5.7919,1.9473,0,6.228,1.5901,0,6.7188,1.1918,0,7.1569,0.8406,-0.4595,7.1666,0.5373,0,7.1201,0.4947,0 +PLC 1.4589,0.2239,0,1.2439,0.304,0,1.0511,0.4069,0,0.8673,0.5328,0,0.7092,0.6815,0,0.5601,0.8531,0,0.4289,1.0384,0,0.3125,1.228,0,0.2182,1.4221,0,0.1388,1.6205,0,0.0749,1.8234,0,0.0345,2.0306,0,0.0099,2.2423,0,-0.0003,2.4583,0,0.0099,2.6908,0,0.0345,2.9102,0,0.0793,3.1165,0,0.1444,3.3098,0,0.2227,3.49,0,0.3226,3.6571,0,0.4334,3.8111,0,0.568,3.952,0,0.7092,4.0847,0,0.8571,4.2138,0,1.0062,4.3394,0,1.1541,4.4615,0,1.3033,4.5801,0,1.3131,4.5873,-0.4225,1.5961,4.5408,0,1.8454,4.183,-0.404,1.8013,3.9087,0,1.7593,3.8771,0,1.6429,3.7864,0,1.5284,3.6959,0,1.4153,3.6056,0,1.3111,3.5155,0,1.2114,3.4204,0,1.1227,3.3152,0,1.0533,3.1997,0,0.9938,3.0741,0,0.9467,2.9383,0,0.9099,2.7922,0,0.8918,2.636,0,0.8852,2.4696,0,0.8918,2.3146,0,0.9043,2.1678,0,0.9267,2.0293,0,0.9613,1.899,0,1.0062,1.777,0,1.0577,1.6633,0,1.1206,1.5578,0,1.1944,1.4606,0,1.2785,1.3734,0,1.3704,1.2978,0,1.4747,1.2338,0,1.5912,1.1814,0,1.7191,1.1407,0,1.8051,1.1224,-0.3541,1.9635,0.9268,0,1.9635,0.3579,-0.4565,1.7351,0.1599,0,1.6877,0.1667,0 +PLC 3.3846,8.9126,0,3.5359,8.8312,0,3.6894,8.733,0,3.8329,8.6179,0,3.9741,8.486,0,4.103,8.3423,0,4.2138,8.1918,0,4.3137,8.0346,0,4.3921,7.8705,0,4.4549,7.6996,0,4.4986,7.522,0,4.5289,7.3376,0,4.5434,7.1463,0,4.5389,6.93,0,4.5142,6.7243,0,4.4772,6.5291,0,4.4268,6.3444,0,4.3608,6.1703,0,4.2812,6.0067,0,4.187,5.8537,0,4.076,5.7112,0,3.9594,5.5761,0,3.8372,5.4452,0,3.7141,5.3185,0,3.5873,5.1961,0,3.4563,5.0778,0,3.48,5.0985,-0.4232,3.1939,5.1228,0,2.9068,5.4742,-0.4024,2.929,5.7504,0,3.018,5.8293,0,3.1143,5.9173,0,3.2063,6.0067,0,3.2971,6.0976,0,3.3846,6.1944,0,3.4563,6.3015,0,3.5201,6.4188,0,3.5672,6.5464,0,3.6097,6.6843,0,3.6345,6.8324,0,3.6523,6.9909,0,3.6568,7.1596,0,3.6523,7.2886,0,3.6345,7.4093,0,3.6053,7.5216,0,3.5727,7.6256,0,3.5257,7.7212,0,3.4764,7.8084,0,3.4136,7.8873,0,3.3442,7.9579,0,3.2724,8.0201,0,3.1939,8.074,0,3.1143,8.1197,0,3.0326,8.157,0,3.0539,8.1498,-0.322,2.9177,8.3394,0,2.9177,8.7994,-0.4989,3.173,8.9916,0,3.2231,8.9772,0 + +[0027] ' +PLC 0.1998,10.0374,0,0.9788,10.0374,-0.4142,1.1788,9.8374,0,1.1788,8.9427,-0.1285,1.1532,8.8448,0,0.2786,7.2857,-0.913,0.0058,7.4076,0,0.3203,8.3274,0.4608,0.1654,8.5892,-0.3644,-0.0002,8.7862,0,-0.0002,9.8374,-0.4142 + +[0028] ( +PLC 1.9421,-0.5785,0,1.6787,-0.2506,0,1.431,0.0763,0,1.2058,0.402,0,1.0007,0.7267,0,0.8124,1.0503,0,0.6409,1.3728,0,0.4929,1.7037,0,0.3639,2.0527,0,0.252,2.4197,0,0.1634,2.8048,0,0.0938,3.2079,0,0.0389,3.6291,0,0.0088,4.0683,0,-0.0003,4.5255,0,0.0088,4.9832,0,0.0389,5.4227,0,0.0938,5.8441,0,0.1634,6.2474,0,0.252,6.6325,0,0.3639,6.9995,0,0.4929,7.3484,0,0.6409,7.6792,0,0.8124,8.0014,0,1.0007,8.3248,0,1.2058,8.6493,0,1.431,8.9749,0,1.6787,9.3017,0,1.9421,9.6296,0,2.3671,10.1348,-0.4384,2.6609,10.1481,0,2.9485,9.863,-0.415,2.9493,9.5798,0,2.7917,9.4216,0,2.5192,9.1229,0,2.2614,8.8256,0,2.0307,8.5297,0,1.8132,8.2353,0,1.6272,7.9424,0,1.4591,7.6509,0,1.31,7.3608,0,1.1833,7.0633,0,1.0724,6.7496,0,0.9805,6.4196,0,0.903,6.0733,0,0.8437,5.7107,0,0.8021,5.3319,0,0.7743,4.9368,0,0.7674,4.5255,0,0.7743,4.1146,0,0.8021,3.7199,0,0.8437,3.3414,0,0.903,2.9791,0,0.9805,2.6331,0,1.0724,2.3032,0,1.1833,1.9895,0,1.31,1.6921,0,1.4591,1.402,0,1.6272,1.1104,0,1.8132,0.8173,0,2.0307,0.5227,0,2.2614,0.2266,0,2.5192,-0.071,0,2.9485,-0.5423,-0.4019,2.9415,-0.819,0,2.6674,-1.0907,-0.4268,2.3787,-1.0833,0,2.2188,-0.9076,0 + +[0029] ) +PLC 0.5737,-0.071,0,0.8315,0.2266,0,1.0622,0.5227,0,1.2753,0.8173,0,1.4658,1.1104,0,1.6338,1.402,0,1.7829,1.6921,0,1.9073,1.9895,0,2.0206,2.3032,0,2.1125,2.6331,0,2.1897,2.9791,0,2.2457,3.3414,0,2.293,3.7199,0,2.3154,4.1146,0,2.3253,4.5255,0,2.3154,4.9368,0,2.293,5.3319,0,2.2457,5.7107,0,2.1897,6.0733,0,2.1125,6.4196,0,2.0206,6.7496,0,1.9073,7.0633,0,1.7829,7.3608,0,1.6338,7.6509,0,1.4658,7.9424,0,1.2753,8.2353,0,1.0622,8.5297,0,0.8315,8.8256,0,0.5737,9.1229,0,0.2991,9.4216,0,0.1413,9.5798,-0.415,0.1421,9.863,0,0.4231,10.1417,-0.4268,0.7118,10.1343,0,0.8718,9.9586,0,1.1565,9.6296,0,1.4165,9.3017,0,1.6596,8.9749,0,1.885,8.6493,0,2.0901,8.3248,0,2.2806,8.0014,0,2.4521,7.6792,0,2.6001,7.3484,0,2.7323,6.9995,0,2.8433,6.6325,0,2.9328,6.2474,0,3.0024,5.8441,0,3.0517,5.4227,0,3.0809,4.9832,0,3.091,4.5255,0,3.0809,4.0683,0,3.0517,3.6291,0,3.0024,3.2079,0,2.9328,2.8048,0,2.8433,2.4197,0,2.7323,2.0527,0,2.6001,1.7037,0,2.4521,1.3728,0,2.2806,1.0503,0,2.0901,0.7267,0,1.885,0.402,0,1.6596,0.0763,0,1.4165,-0.2506,0,1.1565,-0.5785,0,0.8718,-0.9076,0,0.7118,-1.0833,-0.4268,0.4231,-1.0907,0,0.142,-0.8119,-0.4148,0.1411,-0.5288,0,0.2991,-0.3702,0 + +[002a] * +PLC 0.3207,8.2213,0,0.0958,7.9326,0.3439,0.096,7.6866,0,2.58,4.5069,-0.3444,2.58,4.2606,0,0.096,1.0828,0.344,0.0958,0.8368,0,0.3207,0.5481,0.4883,0.6361,0.5479,0,2.9938,3.5678,-0.4879,3.309,3.5678,0,5.6672,0.5474,0.4875,5.9823,0.5472,0,6.209,0.8368,0.3445,6.2092,1.0831,0,3.7284,4.2607,-0.3441,3.7283,4.5068,0,6.2092,7.6863,0.3444,6.209,7.9326,0,5.9823,8.2222,0.4876,5.6672,8.2219,0,3.3091,5.2,-0.4881,2.9937,5.2,0,0.6361,8.2214,0.4884 + +[002b] + +PLC 3.8582,5.2001,0,6.4114,5.2001,-0.4142,6.6114,5.0001,0,6.6114,4.5535,-0.4142,6.4114,4.3535,0,3.8582,4.3535,0.4142,3.6582,4.1535,0,3.6582,0.7744,-0.4142,3.4582,0.5744,0,3.1521,0.5744,-0.4142,2.9521,0.7744,0,2.9521,4.1535,0.4142,2.7521,4.3535,0,0.1998,4.3535,-0.4142,-0.0002,4.5535,0,-0.0002,5.0001,-0.4142,0.1998,5.2001,0,2.7521,5.2001,0.4142,2.9521,5.4001,0,2.9521,8.7679,-0.4142,3.1521,8.9679,0,3.4582,8.9679,-0.4142,3.6582,8.7679,0,3.6582,5.4001,0.4142 + +[002c] , +PLC 0.1735,-0.6696,0,0.3425,-0.0076,0.4502,0.1744,0.2402,-0.377,0,0.4386,0,0,1.493,-0.4142,0.2,1.693,0,1.0187,1.693,-0.4142,1.2187,1.493,0,1.2187,0.5985,-0.1153,1.198,0.5098,0,0.5465,-0.8077,-0.9005 + +[002d] - +PLC 0.1997,5.2001,0,6.3821,5.2001,-0.4142,6.5821,5.0001,0,6.5821,4.5535,-0.4142,6.3821,4.3535,0,0.1997,4.3535,-0.4142,-0.0003,4.5535,0,-0.0003,5.0001,-0.4142 + +[002e] . +PLC 0.1999,1.693,0,1.0141,1.693,-0.4142,1.2141,1.493,0,1.2141,0.4419,-0.4142,1.0141,0.2419,0,0.1999,0.2419,-0.4142,-0.0001,0.4419,0,-0.0001,1.493,-0.4142 + +[002f] / +PLC 4.2143,9.7146,0,4.5268,9.4132,-0.3014,4.5746,9.1974,0,0.7365,-0.7712,-0.5326,0.413,-0.8451,0,0.0981,-0.5494,-0.305,0.0484,-0.3318,0,3.8888,9.6425,-0.5368 + +[0030] 0 +PLC 0.0122,5.0428,0,0.0468,5.4655,0,0.1018,5.875,0,0.1814,6.2712,0,0.28,6.6542,0,0.4089,7.024,0,0.5556,7.3804,0,0.726,7.7236,0,0.9144,8.0391,0,1.1149,8.3126,0,1.3302,8.544,0,1.5588,8.7333,0,1.7965,8.8806,0,2.052,8.9858,0,2.1186,9.0019,-0.4858,2.3658,8.8076,0,2.3658,8.2251,-0.2977,2.2461,8.042,0,2.0935,7.975,0,1.9444,7.876,0,1.8008,7.7485,0,1.6652,7.5928,0,1.5346,7.4087,0,1.4143,7.1964,0,1.3033,6.9575,0,1.2097,6.6941,0,1.1257,6.4059,0,1.0639,6.0931,0,1.0085,5.7556,0,0.9744,5.3936,0,0.9518,5.0068,0,0.9413,4.5954,0,0.9518,4.1973,0,0.9744,3.821,0,1.0085,3.4667,0,1.0639,3.1343,0,1.1257,2.8238,0,1.2097,2.5352,0,1.3033,2.2685,0,1.4143,2.0237,0,1.5346,1.8045,0,1.6652,1.6145,0,1.8008,1.4537,0,1.9444,1.3222,0,2.0935,1.2199,0,2.2482,1.1499,-0.2945,2.3658,0.9677,0,2.3658,0.3832,-0.4858,2.1186,0.1889,0,2.052,0.205,0,1.7965,0.3102,0,1.5588,0.4575,0,1.3302,0.6468,0,1.1149,0.8782,0,0.9144,1.1517,0,0.726,1.4672,0,0.5556,1.8108,0,0.4089,2.1683,0,0.28,2.5398,0,0.1814,2.9252,0,0.1018,3.3247,0,0.0468,3.7381,0,0.0122,4.1654,0,-0.0003,4.6068,0 +PLC 3.3868,8.8806,0,3.625,8.7333,0,3.852,8.544,0,4.0683,8.3126,0,4.271,8.0391,0,4.4617,7.7236,0,4.6336,7.3802,0,4.7794,7.0232,0,4.9055,6.6526,0,5.0096,6.2684,0,5.0882,5.8705,0,5.1454,5.4591,0,5.18,5.0341,0,5.1902,4.5954,0,5.18,4.1568,0,5.1454,3.7317,0,5.0882,3.3203,0,5.0096,2.9224,0,4.9055,2.5382,0,4.7794,2.1676,0,4.6336,1.8106,0,4.4617,1.4672,0,4.271,1.1517,0,4.0683,0.8782,0,3.852,0.6468,0,3.625,0.4575,0,3.3868,0.3102,0,3.1335,0.205,0,3.0697,0.1898,-0.4846,2.8233,0.3843,0,2.8233,0.9678,-0.2928,2.9396,1.1495,0,3.0926,1.2199,0,3.241,1.3222,0,3.3868,1.4537,0,3.5225,1.6145,0,3.6514,1.8045,0,3.7735,2.0237,0,3.8845,2.2687,0,3.9842,2.5359,0,4.0649,2.8254,0,4.1322,3.1371,0,4.1815,3.4711,0,4.2161,3.8274,0,4.2386,4.206,0,4.2441,4.6068,0,4.2386,5.0155,0,4.2161,5.3999,0,4.1815,5.7601,0,4.1322,6.0959,0,4.0649,6.4075,0,3.9842,6.6948,0,3.8845,6.9578,0,3.7735,7.1964,0,3.6514,7.4087,0,3.5225,7.5928,0,3.3868,7.7485,0,3.241,7.876,0,3.0926,7.975,0,2.9417,8.0423,-0.296,2.8233,8.225,0,2.8233,8.8064,-0.4846,3.0697,9.001,0,3.1335,8.9858,0 + +[0031] 1 +PLC 1.1666,7.2927,0,1.1543,7.3672,0,1.1319,7.4302,0,1.0981,7.4817,0,1.0557,7.5218,0,1.0084,7.5504,0,0.9492,7.5676,0,0.8797,7.5733,0,0.1999,7.5733,-0.4142,-0.0001,7.7733,0,-0.0001,8.0656,-0.3844,0.1794,8.2645,0,0.307,8.2777,0,0.5793,8.3311,0,0.8179,8.4062,0,1.0208,8.503,0,1.1889,8.6216,0,1.3262,8.7619,0,1.4244,8.924,0,1.4409,8.9724,-0.3207,1.6302,9.1077,0,1.8588,9.1077,-0.4142,2.0588,8.9077,0,2.0588,0.1792,-0.4142,1.8588,-0.0208,0,1.3722,-0.0208,-0.4142,1.1722,0.1792,0,1.1722,7.2068,0 + +[0032] 2 +PLC 2.7215,9.0601,0,2.9473,9.0306,0,3.1621,8.9814,0,3.3704,8.9126,0,3.5656,8.8241,0,3.7516,8.716,0,3.9298,8.5882,0,4.0933,8.4407,0,4.2425,8.275,0,4.3736,8.0926,0,4.4801,7.8935,0,4.5743,7.6778,0,4.6436,7.4452,0,4.6959,7.1961,0,4.7239,6.9301,0,4.7323,6.6475,0,4.7183,6.3464,0,4.6684,6.0432,0,4.5892,5.7377,0,4.4755,5.4301,0,4.3315,5.1203,0,4.1551,4.8083,0,3.9504,4.4942,0,3.7044,4.1778,0,1.3581,1.5423,0.6474,1.5074,1.2093,0,4.5376,1.2093,-0.4458,4.7365,0.988,0,4.6627,0.2996,-0.3833,4.4639,0.1209,0,0.1998,0.1209,-0.4142,-0.0002,0.3209,0,-0.0002,1.2578,-0.184,0.0505,1.3909,0,2.7138,4.38,0,2.9659,4.6779,0,3.1827,4.9719,0,3.3704,5.2619,0,3.5218,5.5477,0,3.6373,5.8296,0,3.7247,6.1075,0,3.7718,6.3814,0,3.7918,6.6513,0,3.784,6.8702,0,3.7673,7.0689,0,3.7375,7.2473,0,3.6928,7.4054,0,3.6406,7.5433,0,3.5755,7.6608,0,3.4993,7.7581,0,3.4074,7.8351,0,3.3089,7.8977,0,3.2052,7.952,0,3.0948,7.998,0,2.9839,8.0356,0,2.8651,8.0649,0,2.7407,8.0858,0,2.6151,8.0983,0,2.4805,8.1024,0,2.3798,8.0988,0,2.2778,8.0877,0,2.174,8.0692,0,2.0732,8.0434,0,1.9627,8.0102,0,1.8564,7.9696,0,1.7453,7.9216,0,1.6367,7.8662,0,1.5323,7.7941,0,1.4454,7.6957,0,1.3687,7.5711,0,1.3038,7.4203,0,1.2566,7.2433,0,1.222,7.0401,0,1.2007,6.8106,0,1.1989,6.7491,-0.4058,0.999,6.5549,0,0.5144,6.5549,-0.426,0.3145,6.7629,0,0.3192,6.8798,0,0.3499,7.1808,0,0.3977,7.458,0,0.4687,7.7113,0,0.5585,7.9408,0,0.6706,8.1464,0,0.8039,8.3281,0,0.9523,8.486,0,1.121,8.6229,0,1.2891,8.7415,0,1.468,8.8418,0,1.6584,8.924,0,1.8564,8.9878,0,2.0546,9.0334,0,2.2653,9.0608,0,2.4829,9.0699,0 + +[0033] 3 +PLC 2.3757,9.0583,0,2.6034,9.0234,0,2.8141,8.9654,0,3.0146,8.884,0,3.2053,8.7795,0,3.384,8.6517,0,3.5521,8.5006,0,3.705,8.3264,0,3.8497,8.1391,0,3.973,7.9493,0,4.0748,7.7569,0,4.1611,7.5618,0,4.2228,7.3641,0,4.27,7.1638,0,4.3003,6.9608,0,4.3104,6.7552,0,4.3031,6.6056,0,4.2902,6.4573,0,4.2678,6.3101,0,4.2414,6.1642,0,4.1981,6.0196,0,4.1518,5.8762,0,4.0918,5.734,0,4.0302,5.5931,0,3.9538,5.4593,0,3.8744,5.3387,0,3.7902,5.2312,0,3.6962,5.1368,0,3.5999,5.0565,0.4867,3.6095,4.7418,0,3.7259,4.6561,0,3.8378,4.561,0,3.9416,4.4514,0,4.0453,4.3271,0,4.1445,4.1882,0,4.2414,4.0359,0,4.3204,3.8712,0,4.3926,3.6942,0,4.446,3.5049,0,4.4886,3.3033,0,4.5177,3.0894,0,4.5384,2.8631,0,4.5439,2.6246,0,4.5356,2.3961,0,4.5054,2.1717,0,4.4561,1.9515,0,4.3842,1.7353,0,4.2979,1.5233,0,4.1893,1.3153,0,4.0604,1.1115,0,3.909,0.9117,0,3.7431,0.7263,0,3.5594,0.5657,0,3.3633,0.4298,0,3.1558,0.3186,0,2.9307,0.2321,0,2.6875,0.1704,0,2.4318,0.1333,0,2.1624,0.1209,0,1.922,0.1313,0,1.6971,0.1626,0,1.4814,0.2147,0,1.2753,0.2877,0,1.0847,0.3815,0,0.9071,0.4961,0,0.7429,0.6316,0,0.5877,0.7879,0,0.4504,0.9628,0,0.3337,1.1536,0,0.2296,1.3605,0,0.1478,1.5835,0,0.086,1.8225,0,0.0389,2.0776,0,0.0105,2.3487,0,0.0075,2.4284,-0.4253,0.2074,2.6359,0,0.6905,2.6359,-0.4113,0.8905,2.438,0,0.8907,2.4175,0,0.9071,2.2175,0,0.9357,2.0362,0,0.9727,1.8732,0,1.0196,1.7289,0,1.079,1.603,0,1.1541,1.4956,0,1.2327,1.4068,0,1.3222,1.3321,0,1.4186,1.2675,0,1.5251,1.2128,0,1.6395,1.168,0,1.7561,1.1332,0,1.8878,1.1082,0,2.0206,1.0933,0,2.1594,1.0884,0,2.3085,1.0943,0,2.4543,1.1122,0,2.5911,1.1419,0,2.7243,1.1835,0,2.8459,1.2371,0,2.9643,1.3026,0,3.0786,1.3799,0,3.1883,1.4691,0,3.2815,1.5703,0,3.3689,1.6833,0,3.4405,1.8082,0,3.4978,1.945,0,3.5426,2.0938,0,3.5774,2.2544,0,3.597,2.4269,0,3.5987,2.6114,0,3.5919,2.8439,0,3.5673,3.0603,0,3.5268,3.2609,0,3.4653,3.4454,0,3.3879,3.614,0,3.2944,3.7665,0,3.1883,3.9031,0,3.0617,4.0238,0,2.9206,4.1295,0,2.7714,4.221,0,2.6135,4.2984,0,2.4482,4.3618,0,2.2743,4.4111,0,2.0901,4.4463,0,1.8995,4.4674,0,1.8902,4.4678,-0.4041,1.6971,4.6677,0,1.6971,5.0072,-0.4036,1.8898,5.2071,0,1.8995,5.2074,0,2.0855,5.2295,0,2.2592,5.2664,0,2.423,5.3179,0,2.5771,5.3842,0,2.7121,5.4652,0,2.8332,5.5611,0,2.9451,5.6715,0,3.0439,5.7914,0,3.1318,5.9151,0,3.203,6.0428,0,3.2607,6.1744,0,3.3039,6.3099,0,3.3392,6.4493,0,3.3615,6.5927,0,3.3633,6.74,0,3.3615,6.8834,0,3.3409,7.0206,0,3.314,7.1517,0,3.269,7.2765,0,3.2159,7.3951,0,3.1502,7.5076,0,3.0719,7.614,0,2.9821,7.7142,0,2.8857,7.8051,0,2.7861,7.884,0,2.6851,7.9508,0,2.581,8.0053,0,2.4766,8.0479,0,2.3658,8.0782,0,2.2536,8.0964,0,2.1372,8.1024,0,2.0206,8.0971,0,1.9119,8.081,0,1.8037,8.0542,0,1.6988,8.0167,0,1.6048,7.9685,0,1.5084,7.9095,0,1.4186,7.8399,0,1.3347,7.7595,0,1.2551,7.6657,0,1.189,7.5556,0,1.1318,7.4293,0,1.087,7.2869,0,1.05,7.1282,0,1.0276,6.9533,0,1.0052,6.7345,-0.3846,0.8062,6.5549,0,0.3254,6.5549,-0.4241,0.1255,6.7616,0,0.1286,6.8528,0,0.1562,7.1325,0,0.1982,7.3938,0,0.2597,7.6369,0,0.3417,7.8617,0,0.4364,8.0682,0,0.5545,8.2565,0,0.6884,8.4265,0,0.837,8.5773,0,0.9951,8.708,0,1.1593,8.8186,0,1.3369,8.909,0,1.5251,8.9794,0,1.7197,9.0297,0,1.9242,9.0599,0,2.14,9.0699,0 + +[0034] 4 +PLC 2.9445,7.2973,0.7795,2.5683,7.3919,0,0.0237,2.6557,0.1239,-0.0001,2.561,0,-0.0001,2.2558,0.4142,0.1999,2.0558,0,2.1135,2.0558,0.4142,2.3135,2.2558,0,2.3135,2.9442,0.4142,2.1135,3.1442,0,1.5854,3.1442,-0.5727,1.4108,3.4418,0,2.9191,6.1405,0.1281,2.9445,6.2381,0,2.9445,7.2973,0 +PLC 3.602,9.1303,0,4.0897,9.1303,-0.4142,4.2897,8.9303,0,4.2897,3.3442,0.4142,4.4897,3.1442,0,5.1571,3.1442,-0.4142,5.3571,2.9442,0,5.3571,2.2558,-0.4142,5.1571,2.0558,0,4.4897,2.0558,0.4142,4.2897,1.8558,0,4.2897,0.1773,-0.4142,4.0897,-0.0227,0,3.602,-0.0227,-0.4142,3.402,0.1773,0,3.402,1.8558,0.4142,3.202,2.0558,0,2.971,2.0558,-0.4142,2.771,2.2558,0,2.771,2.9442,-0.4142,2.971,3.1442,0,3.202,3.1442,0.4142,3.402,3.3442,0,3.402,8.9303,-0.4142 + +[0035] 5 +PLC 2.8192,5.7929,0,3.0266,5.7574,0,3.2306,5.6982,0,3.4278,5.6153,0,3.6217,5.5087,0,3.805,5.3785,0,3.986,5.2246,0,4.1562,5.047,0,4.3155,4.8505,0,4.4532,4.64,0,4.5733,4.4155,0,4.6639,4.1769,0,4.7391,3.9242,0,4.7969,3.6575,0,4.8254,3.3767,0,4.8359,3.0819,0,4.8232,2.7689,0,4.7912,2.4696,0,4.7335,2.1841,0,4.6551,1.9122,0,4.5531,1.6541,0,4.4287,1.4096,0,4.283,1.1789,0,4.1149,0.9618,0,3.9288,0.7647,0,3.7264,0.5939,0,3.5136,0.4494,0,3.2844,0.3311,0,3.0467,0.2391,0,2.7888,0.1734,0,2.5245,0.1341,0,2.2419,0.1209,0,2.0117,0.1323,0,1.8003,0.1663,0,1.5875,0.223,0,1.3867,0.3023,0,1.1906,0.4043,0,1.0085,0.5291,0,0.8321,0.6765,0,0.6584,0.8465,0,0.5047,1.0287,0,0.3714,1.2128,0,0.2577,1.3984,0,0.1662,1.5858,0,0.0896,1.7749,0,0.0397,1.9657,0,0.0151,2.1213,-0.4609,0.2127,2.3525,0,0.7012,2.3525,-0.3665,0.8985,2.1855,0,0.9117,2.1065,0,0.9414,1.9896,0,0.9901,1.8768,0,1.0506,1.768,0,1.119,1.6634,0,1.2087,1.5628,0,1.3072,1.4663,0,1.4149,1.3777,0,1.5201,1.301,0,1.6346,1.236,0,1.751,1.1828,0,1.8677,1.1415,0,1.991,1.112,0,2.1154,1.0943,0,2.2387,1.0884,0,2.4023,1.0968,0,2.5613,1.1219,0,2.7177,1.1639,0,2.8635,1.2226,0,3.0042,1.298,0,3.1408,1.3903,0,3.2726,1.4993,0,3.3987,1.625,0,3.5173,1.7652,0,3.6143,1.9172,0,3.7013,2.0812,0,3.7697,2.2571,0,3.8246,2.4449,0,3.8616,2.6447,0,3.884,2.8564,0,3.8946,3.08,0,3.884,3.3022,0,3.8672,3.5088,0,3.8347,3.6996,0,3.7921,3.8748,0,3.7359,4.0343,0,3.6688,4.1781,0,3.5892,4.3063,0,3.4973,4.4188,0,3.3963,4.5168,0,3.29,4.6019,0,3.1835,4.6738,0,3.0714,4.7327,0,2.9625,4.7784,0,2.8439,4.8111,0,2.7251,4.8307,0,2.6029,4.8373,0,2.488,4.8346,0,2.3855,4.8266,0,2.279,4.8132,0,2.1854,4.7945,0,2.0906,4.7705,0,2.0011,4.7411,0,1.9124,4.7064,0,1.8328,4.6662,0,1.7539,4.6212,0,1.6794,4.5715,0,1.6098,4.5172,0,1.5466,4.4582,0,1.4865,4.3946,0,1.4295,4.3263,0,1.3806,4.2587,-0.2406,1.2185,4.1759,0,0.7066,4.1759,-0.428,0.5068,4.3853,0,0.7121,8.7584,-0.4005,0.9118,8.949,0,3.9028,8.949,-0.4614,4.1003,8.7174,0,3.9903,8.029,-0.3685,3.7928,7.8606,0,1.6845,7.8606,0.4012,1.4847,7.6695,0,1.3988,5.7459,0.5657,1.6845,5.5564,0,1.8575,5.6387,0,2.0117,5.6984,0,2.1629,5.7449,0,2.3104,5.7781,0,2.4571,5.7981,0,2.6029,5.8048,0 + +[0036] 6 +PLC 3.4108,5.6181,0,3.6208,5.5132,0,3.8169,5.3849,0,4.0076,5.2333,0,4.1879,5.0584,0,4.3577,4.8627,0,4.5035,4.649,0,4.6274,4.4173,0,4.7259,4.1674,0,4.8061,3.8995,0,4.8626,3.6136,0,4.894,3.3095,0,4.9041,2.9874,0,4.894,2.7017,0,4.865,2.4257,0,4.8101,2.1594,0,4.7361,1.9028,0,4.6418,1.6558,0,4.5275,1.4186,0,4.3919,1.191,0,4.2351,0.9731,0,4.0625,0.7734,0,3.8741,0.6003,0,3.674,0.4538,0,3.4573,0.334,0,3.2258,0.2408,0,3.0063,0.1808,-0.4946,2.7536,0.3738,0,2.7536,0.9572,-0.3391,2.9016,1.1503,0,2.9518,1.1639,0,3.0912,1.2226,0,3.2202,1.298,0,3.3491,1.3903,0,3.4629,1.4993,0,3.5636,1.625,0,3.6557,1.7637,0,3.7375,1.9113,0,3.8046,2.0678,0,3.8647,2.2334,0,3.9039,2.408,0,3.9381,2.5915,0,3.9527,2.784,0,3.9604,2.9855,0,3.9527,3.187,0,3.9381,3.3788,0,3.9112,3.5608,0,3.8686,3.7331,0,3.8148,3.8955,0,3.7553,4.0482,0,3.6781,4.1911,0,3.594,4.3243,0,3.4952,4.4445,0,3.3882,4.5487,0,3.269,4.6369,0,3.1401,4.709,0,3,4.7652,0,2.9017,4.7916,-0.3393,2.7536,4.9847,0,2.7536,5.5568,-0.4906,3.0038,5.7504,0,3.1994,5.6997,0 +PLC 1.6623,0.2538,0,1.4287,0.3571,0,1.2157,0.49,0,1.0106,0.6524,0,0.8246,0.8443,0,0.6535,1.0657,0,0.5023,1.3274,0,0.3662,1.6399,0,0.2574,2.0033,0,0.1661,2.4177,0,0.0904,2.8829,0,0.0411,3.3991,0,0.0096,3.9661,0,-0.0003,4.5841,0,0.0096,5.0738,0,0.0434,5.5395,0,0.1004,5.9812,0,0.18,6.399,0,0.2821,6.7928,0,0.4054,7.1627,0,0.5528,7.5085,0,0.7226,7.8304,0,0.9113,8.1209,0,1.1076,8.3727,0,1.3121,8.5857,0,1.5334,8.76,0,1.7603,8.8956,0,2.0012,8.9924,0,2.2491,9.0505,0,2.5057,9.0699,0,2.6795,9.0625,0,2.853,9.04,0,3.024,9.0027,0,3.1926,8.9504,0,3.3607,8.8831,0,3.529,8.801,0,3.691,8.7039,0,3.8539,8.5919,0,4.0052,8.4661,0,4.141,8.3281,0,4.2551,8.1777,0,4.3577,8.0151,0,4.4367,7.84,0,4.4985,7.6526,0,4.5393,7.4893,-0.4879,4.3453,7.2408,0,3.7779,7.2408,-0.3382,3.5849,7.3882,0,3.5694,7.445,0,3.5324,7.5367,0,3.4896,7.6213,0,3.4388,7.6989,0,3.3787,7.7696,0,3.3099,7.8332,0,3.2298,7.8899,0,3.15,7.9397,0,3.0616,7.9829,0,2.9742,8.0194,0,2.8857,8.0493,0,2.7943,8.0726,0,2.7019,8.0891,0,2.6055,8.0991,0,2.5057,8.1024,0,2.3724,8.0909,0,2.2394,8.0561,0,2.1049,7.9983,0,1.979,7.9173,0,1.8529,7.8131,0,1.7279,7.6858,0,1.6125,7.5353,0,1.4941,7.3617,0,1.3861,7.1647,0,1.2873,6.9438,0,1.201,6.6991,0,1.13,6.4306,0,1.0721,6.1384,0,1.025,5.8223,0,1.0041,5.602,0.6247,1.3107,5.4145,0,1.5025,5.5368,0,1.6943,5.6333,0,1.8871,5.7083,0,2.045,5.75,-0.4921,2.2961,5.5567,0,2.2961,4.9816,-0.3493,2.141,4.7867,0,2.1303,4.7843,0,2.008,4.743,0,1.8871,4.69,0,1.7726,4.6252,0,1.6623,4.5486,0,1.5559,4.4603,0,1.4532,4.3606,0,1.3597,4.2497,0,1.2773,4.1278,0,1.2083,3.9948,0,1.1412,3.8507,0,1.0891,3.6956,0,1.0476,3.5293,0,1.0106,3.3521,0,1.0374,3.0565,0,1.0721,2.7831,0,1.1171,2.5319,0,1.1692,2.3027,0,1.2308,2.0956,0,1.2998,1.9107,0,1.3792,1.7478,0,1.4679,1.6071,0,1.5598,1.4855,0,1.6639,1.3801,0,1.7783,1.291,0,1.8994,1.218,0,2.0266,1.1613,0,2.1515,1.1253,-0.3342,2.2961,0.9332,0,2.2961,0.3513,-0.464,2.0629,0.1541,0,1.9095,0.18,0 + +[0037] 7 +PLC -0.0003,8.749,0,-0.0003,8.0606,0.4142,0.1997,7.8606,0,3.4872,7.8606,-0.4993,3.6793,7.605,0,1.533,0.18,0.4993,1.7251,-0.0756,0,2.2492,-0.0756,0.3317,2.4409,0.0673,0,4.7851,7.929,0.0726,4.7934,7.9861,0,4.7934,8.749,0.4142,4.5934,8.949,0,0.1997,8.949,0.4142 + +[0038] 8 +PLC 0.0038,2.8563,0,0.0306,3.0735,0,0.0688,3.2761,0,0.1204,3.4641,0,0.1904,3.6374,0,0.2745,3.7962,0,0.3758,3.9405,0,0.493,4.0701,0,0.6163,4.1891,0,0.7452,4.3012,0,0.8713,4.4066,0,0.9974,4.5052,0,1.1263,4.597,0,1.258,4.682,0,1.3868,4.7602,0,1.5201,4.8316,0,2.7878,5.1736,0,2.8897,5.2218,0,2.9868,5.2775,0,3.0837,5.3407,0,3.1723,5.4115,0,3.2541,5.4897,0,3.3359,5.5756,0,3.4155,5.6689,0,3.4893,5.7698,0,3.5565,5.8777,0,3.6161,5.9921,0,3.6632,6.113,0,3.7056,6.2405,0,3.7325,6.3745,0,3.7573,6.5151,0,3.7717,6.6621,0,3.774,6.8156,0,3.7717,6.9541,0,3.7573,7.0862,0,3.7291,7.2117,0,3.6957,7.3308,0,3.6535,7.4434,0,3.6038,7.5496,0,3.5365,7.6493,0,3.467,7.7424,0,3.383,7.8269,0,3.3485,7.8561,-0.2204,3.2778,8.0087,0,3.2778,8.6531,-0.5598,3.5685,8.8314,0,3.6161,8.8071,0,3.7943,8.6915,0,3.9578,8.5549,0,4.1136,8.3972,0,4.2548,8.2255,0,4.3764,8.0468,0,4.4858,7.8611,0,4.5676,7.6683,0,4.6342,7.4685,0,4.6807,7.2617,0,4.7089,7.0478,0,4.7184,6.827,0,4.7132,6.6614,0,4.6988,6.5009,0,4.6792,6.3456,0,4.6472,6.1954,0,4.6091,6.0503,0,4.5574,5.9105,0,4.498,5.7757,0,4.4309,5.646,0,4.3597,5.5212,0,4.2795,5.4008,0,4.1933,5.285,0,4.1019,5.1736,0,4.0028,5.0667,0,3.8985,4.9644,0,3.7887,4.8664,0,3.6777,4.773,0,2.4617,4.3706,0,2.3149,4.3117,0,2.1714,4.2464,0,2.0358,4.1749,0,1.9011,4.097,0,1.7707,4.0129,0,1.6446,3.9224,0,1.5225,3.8256,0,1.4065,3.7224,0,1.3,3.6124,0,1.2029,3.4951,0,1.1235,3.3703,0,1.0572,3.2382,0,1.0103,3.0988,0,0.9722,2.9519,0,0.9509,2.7976,0,0.9429,2.6359,0,0.9509,2.447,0,0.9722,2.2706,0,1.0047,2.1064,0,1.0517,1.9547,0,1.1166,1.8155,0,1.1934,1.6885,0,1.2849,1.5741,0,1.5006,1.3714,-0.207,1.5637,1.2256,0,1.5637,0.5966,-0.5794,1.2627,0.424,0,1.0887,0.5259,0,0.888,0.6721,0,0.706,0.8409,0,0.5395,1.0262,0,0.3983,1.2223,0,0.2745,1.4291,0,0.1753,1.6467,0,0.0957,1.8751,0,0.0408,2.1142,0,0.0115,2.364,0,-0.0001,2.6246,0 +PLC 0.8517,5.481,0,0.7749,5.5987,0,0.706,5.7238,0,0.6403,5.8569,0,0.5909,5.9982,0,0.5463,6.1477,0,0.5114,6.3053,0,0.4891,6.4711,0,0.4768,6.6449,0,0.4705,6.827,0,0.479,7.0478,0,0.5069,7.2617,0,0.5562,7.4685,0,0.6258,7.6683,0,0.7121,7.8611,0,0.814,8.0468,0,0.9412,8.2255,0,1.082,8.3972,0,1.2399,8.5549,0,1.4065,8.6915,0,1.5841,8.8071,0,1.7707,8.9018,0,1.9611,8.9753,0,2.1612,9.0278,0,2.3775,9.0594,0,2.5951,9.0699,0,2.6296,9.0683,-0.4006,2.8203,8.8685,0,2.8203,8.3016,-0.4263,2.6121,8.1017,0,2.5951,8.1024,0,2.4617,8.0968,0,2.3349,8.0799,0,2.2189,8.0519,0,2.1075,8.0125,0,2.0033,7.9618,0,1.9051,7.9,0,1.8155,7.8269,0,1.7332,7.7424,0,1.6557,7.6493,0,1.5918,7.5496,0,1.5369,7.4434,0,1.496,7.3308,0,1.4586,7.2117,0,1.4343,7.0862,0,1.4182,6.9541,0,1.416,6.8156,0,1.4182,6.6636,0,1.4289,6.5209,0,1.4485,6.3878,0,1.4752,6.2641,0,1.5079,6.15,0,1.5449,6.0452,0,1.597,5.95,0,1.649,5.8642,0,1.7186,5.7825,0,1.8075,5.6991,-0.5875,1.7228,5.3602,0,1.2096,5.2217,-0.294,1.0033,5.2874,0,0.9356,5.3694,0 +PLC 4.4756,4.2193,0,4.5968,4.1173,0,4.7089,4.0023,0,4.8051,3.8668,0,4.8871,3.7108,0,4.9543,3.5344,0,5.008,3.3376,0,5.0434,3.1204,0,5.0657,2.8827,0,5.0752,2.6246,0,5.0629,2.3533,0,5.0305,2.095,0,4.9777,1.8496,0,4.9061,1.6172,0,4.8096,1.3978,0,4.6932,1.1913,0,4.5574,0.9978,0,4.4018,0.8172,0,4.2224,0.654,0,4.0346,0.5126,0,3.8313,0.3929,0,3.6087,0.295,0,3.3705,0.2188,0,3.1229,0.1645,0,2.8551,0.1318,0,2.5726,0.1209,0,2.2901,0.1322,0,2.1963,0.144,-0.3781,2.0212,0.3424,0,2.0212,0.9116,-0.4458,2.2425,1.1105,0,2.3928,1.0944,0,2.5726,1.0884,0,2.7486,1.0944,0,2.9178,1.1124,0,3.0764,1.1423,0,3.2248,1.1842,0,3.3604,1.2382,0,3.4893,1.3042,0,3.6087,1.3821,0,3.717,1.4719,0,3.8122,1.5741,0,3.8985,1.6885,0,3.968,1.8155,0,4.025,1.9547,0,4.0687,2.1064,0,4.1019,2.2706,0,4.1244,2.447,0,4.1283,2.6359,0,4.1244,2.8312,0,4.1019,3.0099,0,4.0743,3.1721,0,4.0273,3.3176,0,3.9703,3.4466,0,3.9008,3.5588,0,3.8188,3.6546,0,3.727,3.7338,0,3.6161,3.8057,0,3.4949,3.8799,0,3.4963,3.8791,-0.6502,3.5321,4.2429,0,4.0767,4.4231,-0.2475,4.2607,4.3924,0,4.3614,4.3157,0 + +[0039] 9 +PLC 1.4903,3.5727,0,1.2831,3.6776,0,1.0868,3.8059,0,0.8963,3.9576,0,0.7154,4.1325,0,0.5439,4.3281,0,0.3981,4.5418,0,0.28,4.7736,0,0.1752,5.0234,0,0.1012,5.2913,0,0.0405,5.5773,0,0.0114,5.8813,0,-0.0002,6.2034,0,0.0092,6.4891,0,0.0405,6.7651,0,0.091,7.0314,0,0.1678,7.288,0,0.2615,7.535,0,0.3758,7.7722,0,0.5069,7.9998,0,0.665,8.2177,0,0.8387,8.4174,0,1.0291,8.5905,0,1.2298,8.737,0,1.4482,8.8569,0,1.6759,8.95,0,1.8004,8.9841,-0.4949,2.0533,8.7913,0,2.0533,8.2026,-0.3015,1.931,8.0183,0,1.8125,7.9683,0,1.6782,7.8928,0,1.5549,7.8006,0,1.4405,7.6916,0,1.3373,7.5658,0,1.2478,7.4272,0,1.166,7.2796,0,1.0987,7.1229,0,1.0421,6.9573,0,0.9977,6.7828,0,0.9653,6.5993,0,0.9508,6.4068,0,0.9411,6.2053,0,0.9508,6.0038,0,0.9653,5.812,0,0.9921,5.63,0,1.0347,5.4577,0,1.0868,5.2953,0,1.1514,5.1426,0,1.2254,4.9997,0,1.3094,4.8666,0,1.4064,4.7463,0,1.5184,4.6421,0,1.6343,4.554,0,1.7656,4.4818,0,1.9051,4.4257,0,1.9063,4.4254,-0.3376,2.0533,4.2325,0,2.0533,3.6589,-0.4924,1.802,3.4656,0,1.7062,3.491,0 +PLC 3.2393,8.9371,0,3.4703,8.8337,0,3.6877,8.7009,0,3.8945,8.5385,0,4.0793,8.3466,0,4.248,8.1251,0,4.4017,7.8635,0,4.535,7.5509,0,4.6471,7.1875,0,4.7379,6.7731,0,4.8134,6.3079,0,4.8623,5.7917,0,4.8947,5.2247,0,4.9049,4.6068,0,4.8947,4.1171,0,4.8601,3.6513,0,4.8028,3.2096,0,4.7239,2.7918,0,4.6213,2.3981,0,4.498,2.0282,0,4.349,1.6824,0,4.1809,1.3605,0,3.9954,1.0699,0,3.7942,0.8182,0,3.5919,0.6051,0,3.3704,0.4308,0,3.1434,0.2953,0,2.9032,0.1984,0,2.6577,0.1403,0,2.3942,0.1209,0,2.2216,0.1284,0,2.0507,0.1508,0,1.8799,0.1882,0,1.7107,0.2404,0,1.5424,0.3077,0,1.3743,0.3898,0,1.213,0.4869,0,1.0477,0.599,0,0.8963,0.7247,0,0.7625,0.8627,0,0.6458,1.013,0,0.5462,1.1758,0,0.4655,1.3508,0,0.4005,1.5382,0,0.3645,1.7087,-0.4766,0.5602,1.95,0,1.1257,1.95,-0.3505,1.3208,1.7941,0,1.3317,1.7458,0,1.3687,1.6541,0,1.412,1.5695,0,1.463,1.4919,0,1.5224,1.4212,0,1.5941,1.3576,0,1.6737,1.301,0,1.7555,1.2511,0,1.8394,1.2079,0,1.9257,1.1714,0,2.0176,1.1415,0,2.1074,1.1183,0,2.2021,1.1017,0,2.2978,1.0917,0,2.3942,1.0884,0,2.5311,1.1,0,2.6644,1.1347,0,2.7989,1.1925,0,2.925,1.2736,0,3.0489,1.3777,0,3.1722,1.505,0,3.291,1.6555,0,3.4109,1.8291,0,3.5196,2.0262,0,3.6142,2.247,0,3.6984,2.4917,0,3.7718,2.7601,0,3.8288,3.0525,0,3.8759,3.3685,0,3.899,3.5904,0.6593,3.5779,3.7694,0,3.5811,3.7719,0,3.3986,3.654,0,3.2069,3.5576,0,3.0145,3.4826,0,2.9519,3.4661,-0.4919,2.7009,3.6594,0,2.7009,4.2384,-0.321,2.8364,4.4277,0,2.8952,4.4478,0,3.0145,4.5008,0,3.1283,4.5656,0,3.2393,4.6421,0,3.3513,4.7306,0,3.45,4.8303,0,3.5443,4.9411,0,3.6261,5.0631,0,3.6359,5.0818,0.1532,3.8475,6.2601,0,3.8288,6.4077,0,3.784,6.659,0,3.7346,6.8881,0,3.6709,7.0953,0,3.6037,7.2802,0,3.5196,7.4431,0,3.4355,7.5838,0,3.3414,7.7053,0,3.2393,7.8107,0,3.1227,7.8999,0,3.004,7.9728,0,2.875,8.0295,0,2.8449,8.0383,-0.3333,2.7009,8.2303,0,2.7009,8.8233,-0.4636,2.9339,9.0206,0,2.9923,9.0108,0 + +[003a] : +PLC 0,6.4172,0,0,5.2584,0.4142,0.2,5.0584,0,1.0362,5.0584,0.4142,1.2362,5.2584,0,1.2362,6.4172,0.4142,1.0362,6.6172,0,0.2,6.6172,0.4142 +PLC 0,2.3301,0,0,1.1712,0.4142,0.2,0.9712,0,1.0362,0.9712,0.4142,1.2362,1.1712,0,1.2362,2.3301,0.4142,1.0362,2.5301,0,0.2,2.5301,0.4142 + +[003b] ; +PLC 0.0001,6.4172,0,0.0001,5.2584,0.4142,0.2001,5.0584,0,1.039,5.0584,0.4142,1.239,5.2584,0,1.239,6.4172,0.4142,1.039,6.6172,0,0.2001,6.6172,0.4142 +PLC 0.2001,2.5301,0,1.039,2.5301,-0.4142,1.239,2.3301,0,1.239,1.326,-0.1154,1.2182,1.2373,0,0.3546,-0.507,-0.918,0.0764,-0.3977,0,0.4069,0.7146,0.5134,0.2076,0.9714,-0.4253,0.0001,1.1712,0,0.0001,2.3301,-0.4142 + +[003c] < +PLC 0.0646,4.1087,0,0.0411,4.1625,0,0.0237,4.2181,0,0.009,4.2755,0,0.0019,4.3349,0,0.0002,4.3961,0,0.0019,4.4572,0,0.009,4.5166,0,0.0237,4.574,0,0.0411,4.6297,0,0.0646,4.6834,0,0.0931,4.7353,0,0.1268,4.7853,0,0.1665,4.8335,0,3.8843,9.6134,-0.4717,4.1929,9.6221,0,4.4608,9.315,-0.3589,4.4679,9.0607,0,0.935,4.5186,0.3435,0.9352,4.2728,0,4.4675,-0.2573,-0.3592,4.4605,-0.5117,0,4.1927,-0.8188,-0.4714,3.8842,-0.8103,0,0.1268,4.0084,0,0.0931,4.0568,0 + +[003d] = +PLC 0.1998,6.1675,0,6.3844,6.1675,-0.4142,6.5844,5.9675,0,6.5844,5.521,-0.4142,6.3844,5.321,0,0.1998,5.321,-0.4142,-0.0002,5.521,0,-0.0002,5.9675,-0.4142 +PLC 6.5844,3.307,0,6.5844,2.8605,-0.4142,6.3844,2.6605,0,0.1998,2.6605,-0.4142,-0.0002,2.8605,0,-0.0002,3.307,-0.4142,0.1998,3.507,0,6.3844,3.507,-0.4142 + +[003e] > +PLC 4.5048,4.1087,0,4.5284,4.1625,0,4.5457,4.2181,0,4.5604,4.2755,0,4.5676,4.3349,0,4.5693,4.3961,0,4.5676,4.4572,0,4.5604,4.5166,0,4.5457,4.574,0,4.5284,4.6297,0,4.5048,4.6834,0,4.4764,4.7353,0,4.4426,4.7853,0,4.403,4.8335,0,0.6851,9.6133,0.4718,0.3765,9.622,0,0.1087,9.315,0.3589,0.1016,9.0607,0,3.6345,4.5186,-0.3435,3.6343,4.2728,0,0.102,-0.2573,0.3592,0.1089,-0.5117,0,0.3767,-0.8188,0.4714,0.6852,-0.8103,0,4.4426,4.0084,0,4.4764,4.0568,0 + +[003f] ? +PLC 2.6556,9.3125,0,2.8412,9.3022,0,3.0195,9.281,0,3.193,9.2489,0,3.3617,9.2059,0,3.5224,9.152,0,3.6789,9.0871,0,3.8274,9.0113,0,3.9661,8.9276,0,4.0997,8.839,0,4.2186,8.7454,0,4.3303,8.6469,0,4.4368,8.5434,0,4.5262,8.4351,0,4.6052,8.3218,0,4.6848,8.2035,0,4.7464,8.0819,0,4.801,7.9584,0,4.8477,7.8331,0,4.8903,7.7059,0,4.9173,7.5768,0,4.9372,7.4459,0,4.9494,7.3131,0,4.9549,7.1784,0,4.9494,6.935,0,4.9224,6.7062,0,4.8801,6.4922,0,4.8235,6.293,0,4.7491,6.1084,0,4.6573,5.9386,0,4.5531,5.7835,0,4.427,5.6432,0,4.2981,5.5134,0,4.1692,5.3901,0,4.05,5.2733,0,3.9288,5.163,0,3.8125,5.0591,0,3.706,4.9617,0,3.6018,4.8707,0,3.4952,4.7863,0,3.4015,4.7032,0,3.3145,4.6164,0,3.2353,4.526,0,3.1633,4.432,0,3.0987,4.3342,0,3.047,4.2328,0,2.9998,4.1278,0,2.9655,4.0191,0,2.933,3.9062,0,2.9083,3.7887,0,2.8858,3.6665,0,2.8611,3.5396,0,2.8512,3.4081,0,2.8412,3.2719,0,2.8341,3.131,0,2.8313,2.9855,0,2.8313,2.4883,-0.4142,2.6313,2.2883,0,2.1471,2.2883,-0.4142,1.9471,2.4883,0,1.9471,3.133,0,1.952,3.2797,0,1.9618,3.4256,0,1.9741,3.5708,0,1.9893,3.7152,0,2.0089,3.8588,0,2.0312,4.0017,0,2.0585,4.1438,0,2.0931,4.2838,0,2.1406,4.4202,0,2.197,4.5531,0,2.2738,4.6826,0,2.3583,4.8085,0,2.4571,4.9309,0,2.5711,5.0497,0,2.6954,5.1651,0,2.8289,5.2777,0,2.9502,5.3883,0,3.0694,5.4968,0,3.1832,5.6033,0,3.295,5.7077,0,3.3961,5.8101,0,3.4952,5.9105,0,3.5895,6.0088,0,3.6738,6.1121,0,3.7481,6.2272,0,3.8125,6.3542,0,3.8624,6.493,0,3.9016,6.6437,0,3.9288,6.8063,0,3.949,6.9808,0,3.9511,7.1671,0,3.9511,7.2823,0,3.9414,7.3919,0,3.9288,7.4956,0,3.9068,7.5937,0,3.8819,7.686,0,3.8498,7.7726,0,3.8125,7.8535,0,3.7701,7.9286,0,3.7231,7.9983,0,3.6716,8.0628,0,3.6217,8.1222,0,3.5671,8.1764,0,3.5102,8.2254,0,3.4456,8.2693,0,3.3863,8.3079,0,3.3194,8.3415,0,3.2502,8.3705,0,3.1683,8.3956,0,3.0766,8.4169,0,2.9775,8.4343,0,2.8611,8.4478,0,2.7447,8.4575,0,2.6158,8.4633,0,2.4746,8.4652,0,2.368,8.463,0,2.2641,8.4564,0,2.165,8.4453,0,2.0683,8.4298,0,1.9795,8.4099,0,1.8876,8.3855,0,1.8006,8.3567,0,1.7192,8.3235,0,1.6401,8.284,0,1.5634,8.2364,0,1.4936,8.1807,0,1.4343,8.1169,0,1.3723,8.0449,0,1.3178,7.9648,0,1.2683,7.8766,0,1.2259,7.7803,0,1.1893,7.6784,0,1.1543,7.5737,0,1.1274,7.466,0,1.1023,7.3554,0,1.0872,7.2418,0,1.0701,7.1254,0,1.0652,7.006,0,1.0628,6.8837,0,1.0628,6.5395,-0.4142,0.8628,6.3395,0,0.1999,6.3395,-0.4142,-0.0001,6.5395,0,-0.0001,6.8837,0,0.0027,7.0093,0,0.0171,7.1386,0,0.0394,7.2716,0,0.0768,7.4083,0,0.1162,7.5486,0,0.1658,7.6927,0,0.228,7.8405,0,0.3018,7.9919,0,0.3812,8.1411,0,0.4656,8.2822,0,0.5622,8.4152,0,0.6662,8.5401,0,0.7777,8.6569,0,0.894,8.7655,0,1.0204,8.866,0,1.1571,8.9584,0,1.3003,9.0412,0,1.4491,9.113,0,1.6025,9.1737,0,1.7612,9.2234,0,1.9271,9.2621,0,2.1004,9.2897,0,2.2793,9.3062,0,2.4648,9.3118,0 +PLC 2.8908,0.6465,0,2.8908,-0.2837,-0.4142,2.6908,-0.4837,0,2.0307,-0.4837,-0.4142,1.8307,-0.2837,0,1.8307,0.6465,-0.4142,2.0307,0.8465,0,2.6908,0.8465,-0.4142 + +[0040] @ +PLC 0.0201,4.9396,0,0.0672,5.4628,0,0.1568,5.9592,0,0.2779,6.4288,0,0.4292,6.8714,0,0.6175,7.2872,0,0.845,7.6761,0,1.1028,8.0382,0,1.3807,8.365,0,1.6721,8.6483,0,1.9703,8.888,0,2.2774,9.0841,0,2.599,9.2366,0,2.9263,9.3455,0,3.2659,9.4109,0,3.6143,9.4327,0,3.8906,9.4187,-0.3994,4.0805,9.2189,0,4.0805,8.895,-0.4282,3.871,8.6952,0,3.6201,8.7071,0,3.313,8.6884,0,3.0227,8.6321,0,2.738,8.5384,0,2.47,8.4071,0,2.2122,8.2384,0,1.9647,8.0322,0,1.7325,7.7885,0,1.5141,7.5072,0,1.3111,7.1956,0,1.1353,6.8606,0,0.9862,6.5024,0,0.8652,6.1208,0,0.771,5.7158,0,0.7015,5.2876,0,0.6645,4.836,0,0.65,4.3611,0,0.6666,3.8759,0,0.7115,3.418,0,0.7856,2.9873,0,0.8921,2.584,0,1.0288,2.2079,0,1.1891,1.8591,0,1.3681,1.5718,-0.1403,1.3984,1.4661,0,1.3984,0.9502,0,1.3984,0.9502,-0.7255,1.0369,0.8322,0,0.8404,1.1011,0,0.6175,1.4832,0,0.4292,1.8945,0,0.2779,2.335,0,0.1568,2.8048,0,0.0672,3.3038,0,0.0201,3.832,0,-0.0002,4.3894,0 +PLC 5.1185,9.1042,0,5.4479,8.9193,0,5.7607,8.6935,0,6.0499,8.4265,0,6.3255,8.1185,0,6.5677,7.7808,0,6.7829,7.4247,0,6.9645,7.0504,0,7.1124,6.6576,0,7.2266,6.2466,0,7.3129,5.8172,0,7.3555,5.3695,0,7.3758,4.9034,0,7.3657,4.5714,0,7.3387,4.2527,0,7.2938,3.9474,0,7.2266,3.6554,0,7.1448,3.3767,0,7.0439,3.1114,0,6.9219,2.8594,0,6.7829,2.6208,0,6.635,2.4034,0,6.4758,2.2149,0,6.3176,2.0554,0,6.1462,1.925,0,6.0592,1.8732,-0.5819,5.7568,2.045,0,5.7568,2.3665,-0.2463,5.8431,2.5311,0,5.9289,2.5903,0,6.0352,2.6869,0,6.1396,2.805,0,6.2403,2.9445,0,6.3402,3.1055,0,6.4321,3.284,0,6.5106,3.4763,0,6.5777,3.6821,0,6.6326,3.9017,0,6.6718,4.1349,0,6.7009,4.3818,0,6.7213,4.6424,0,6.7269,4.9166,0,6.7144,5.3033,0,6.6798,5.6753,0,6.6125,6.0327,0,6.5262,6.3754,0,6.4142,6.7035,0,6.2729,7.0169,0,6.1116,7.3157,0,5.921,7.5998,0,5.7081,7.8593,0,5.4726,8.0843,0,5.2204,8.2746,0,4.9402,8.4303,0,4.6624,8.5436,-0.3048,4.538,8.7288,0,4.538,9.0489,-0.4967,4.7919,9.2415,0,4.7689,9.2479,0 +PLC 4.8283,1.7653,0,4.7194,1.806,0,4.6187,1.8557,0,4.5333,1.9144,0,4.4618,1.9821,0,4.4024,2.0531,0,4.3486,2.1216,0,4.3015,2.1875,0,4.2736,2.2271,0.4879,3.9586,2.2421,0,3.9046,2.1793,0,3.8151,2.0891,0,3.7241,2.0038,0,3.6301,1.9234,0,3.5304,1.8478,0,3.5322,1.8491,-0.6106,3.2157,2.0117,0,3.2157,2.4746,-0.2582,3.3094,2.644,0,3.3824,2.6898,0,3.4643,2.7454,0,3.536,2.803,0,3.61,2.8626,0,3.6772,2.9243,0,3.7365,2.9881,0,3.7938,3.0538,0,3.8476,3.1216,0,3.8967,3.1915,0,3.9472,3.2675,0,3.9965,3.3538,0,4.0415,3.4505,0,4.0953,3.5576,0,4.1423,3.6749,0,4.1949,3.8026,0,4.2466,3.9407,0,4.3015,4.089,0,4.653,6.2143,0.322,4.5495,6.4235,0,4.4864,6.4571,0,4.1999,6.5831,-0.2974,4.0805,6.7662,0,4.0805,7.2022,-0.5364,4.3581,7.3866,0,4.5681,7.2981,0.4836,4.8429,7.449,0,4.847,7.4729,-0.3659,5.0442,7.6395,0,5.4387,7.6395,-0.4645,5.6359,7.4059,0,4.9279,3.2463,0,4.9032,3.0981,0,4.8832,2.9663,0,4.8786,2.8509,0,4.8786,2.7519,0,4.8888,2.6693,0,4.9078,2.603,0,4.9346,2.5532,0,4.9772,2.5197,0,5.0244,2.496,0,5.0715,2.4755,0,5.1285,2.4581,0,5.1459,2.454,-0.347,5.2993,2.2595,0,5.2993,1.9129,-0.463,5.0668,1.7156,0,4.9571,1.7337,0 +PLC 2.2527,1.8506,0,2.1406,1.9307,0,2.0441,2.0211,0,1.9501,2.1218,0,1.8659,2.2328,0,1.7964,2.3541,0,1.7325,2.4857,0,1.6755,2.6263,0,1.6284,2.7745,0,1.5881,2.9304,0,1.5612,3.0939,0,1.5388,3.2651,0,1.5263,3.4439,0,1.5218,3.6304,0,1.5263,3.8245,0,1.5388,4.0212,0,1.5612,4.2155,0,1.5836,4.4074,0,1.6182,4.5968,0,1.6576,4.7839,0,1.7,4.9685,0,1.7538,5.1507,0,1.8111,5.3305,0,1.8784,5.5072,0,1.9477,5.6802,0,2.0241,5.8495,0,2.1036,6.0152,0,2.1853,6.1771,0,2.2774,6.3354,0,2.3714,6.49,0,2.4724,6.6409,0,2.5788,6.7832,0,2.6831,6.912,0,2.7952,7.0274,0,2.9084,7.1293,0,3.0249,7.2178,0,3.1471,7.2928,0,3.2704,7.3543,0,3.3541,7.385,-0.5213,3.623,7.1972,0,3.623,6.7681,-0.2844,3.5122,6.5891,0,3.4339,6.55,0,3.3623,6.5015,0,3.2848,6.4429,0,3.2132,6.3744,0,3.1436,6.2959,0,3.0742,6.2074,0,3.0059,6.109,0,2.9364,6.0034,0,2.8736,5.8936,0,2.8096,5.7796,0,2.7502,5.6614,0,2.6954,5.5389,0,2.6416,5.4122,0,2.5923,5.2813,0,2.544,5.1462,0,2.5002,5.0067,0,2.4577,4.8625,0,2.4207,4.7137,0,2.3904,4.5602,0,2.3658,4.4021,0,2.3467,4.2394,0,2.331,4.072,0,2.3188,3.9001,0,2.3143,3.7322,0,2.3143,3.5773,0,2.322,3.4353,0,2.331,3.3063,0,2.3513,3.1901,0,2.3714,3.087,0,2.3984,2.9967,0,2.433,2.9194,0,2.4679,2.8517,0,2.5105,2.7902,0,2.5518,2.7351,0,2.599,2.6862,0,2.6483,2.6437,0,2.6684,2.6304,-0.2519,2.7582,2.4635,0,2.7582,1.9141,-0.5496,2.4732,1.7331,0,2.3714,1.7809,0 +PLC 2.6136,0.4015,0,2.8736,0.2788,0,3.1369,0.1911,0,3.4071,0.1385,0,3.6816,0.1209,0,3.8823,0.126,0,4.0828,0.1412,0,4.2791,0.1666,0,4.4819,0.2022,0,4.6781,0.2479,0,4.8786,0.3037,0,5.0837,0.3697,0,5.2844,0.4459,0,5.4828,0.5404,0,5.6833,0.6612,0,5.8818,0.8085,0,6.0802,0.9821,0,6.2729,1.1821,0,6.4691,1.4085,0,6.6619,1.6614,0,6.6949,1.7097,-0.514,7.0201,1.717,0,7.2024,1.4741,-0.3442,7.1976,1.2279,0,7.0687,1.0693,0,6.8401,0.8137,0,6.6203,0.5823,0,6.3974,0.3751,0,6.1766,0.1921,0,5.9614,0.0333,0,5.7484,-0.1013,0,5.5377,-0.2116,0,5.3214,-0.3038,0,5.1062,-0.3836,0,4.8808,-0.4511,0,4.6534,-0.5064,0,4.4179,-0.5494,0,4.1771,-0.5801,0,3.9316,-0.5985,0,3.6816,-0.6047,0,3.3173,-0.5835,0,2.9654,-0.5201,0,2.6258,-0.4144,0,2.2964,-0.2664,0,1.9528,-0.0596,-0.2631,1.8559,0.1117,0,1.8559,0.5365,-0.6228,2.1781,0.6948,0,2.3536,0.5594,0 + +[0041] A +PLC 1.7033,2.5396,0,0.9905,0.0402,-0.335,0.827,-0.0832,0,0.2251,-0.0832,-0.4983,0.0617,0.1336,0,2.5433,8.8142,-0.8697,2.8767,8.7675,0,2.8765,6.683,-0.0699,2.8699,6.6361,0,2.0077,3.628,0 +PLC 4.5082,2.5396,0,5.2211,0.0402,0.335,5.3846,-0.0832,0,5.9864,-0.0832,0.4983,6.1498,0.1336,0,3.6677,8.8145,0.8695,3.3342,8.7677,0,3.334,6.6812,0.0697,3.3405,6.6344,0,4.2,3.628,0 +PLC 2.6345,3.628,0,3.5733,3.628,-0.3355,3.7657,3.4825,0,3.9606,2.794,-0.4975,3.7682,2.5396,0,2.442,2.5396,-0.4965,2.2494,2.7934,0,2.4419,3.4818,-0.3364 + +[0042] B +PLC 2.7836,8.9108,0,3.0739,8.8632,0,3.3425,8.7964,0,3.5896,8.7105,0,3.8132,8.6057,0,4.0075,8.4817,0,4.1836,8.3386,0,4.3372,8.1772,0,4.4687,7.9982,0,4.5848,7.8014,0,4.6768,7.5871,0,4.7461,7.355,0,4.8012,7.1054,0,4.8331,6.838,0,4.8426,6.553,0,4.8258,6.309,0,4.7855,6.0701,0,4.7214,5.8363,0,4.6274,5.6078,0,4.5109,5.3842,0,4.3697,5.166,0,4.1982,4.9527,0,4.1476,4.8987,0.4297,4.165,4.609,0,4.2558,4.5326,0,4.4687,4.3072,0,4.6542,4.0687,0,4.8055,3.8169,0,4.9244,3.5519,0,5.0085,3.2737,0,5.061,2.9822,0,5.0756,2.6775,0,5.0657,2.3907,0,5.0332,2.1172,0,4.9843,1.8567,0,4.9144,1.6094,0,4.8236,1.3753,0,4.707,1.1544,0,4.5753,0.9466,0,4.4188,0.752,0,4.2408,0.5758,0,4.0261,0.423,0,3.7824,0.2938,0,3.4998,0.188,0,3.1912,0.1058,0,2.8437,0.047,0,2.4666,0.0118,0,2.3754,0.0091,-0.4227,2.1696,0.2091,0,2.1696,0.896,-0.4071,2.3648,1.0959,0,2.3577,1.0958,0,2.6379,1.1181,0,2.894,1.1552,0,3.1133,1.2072,0,3.3116,1.274,0,3.4798,1.3557,0,3.6242,1.4523,0,3.7353,1.5636,0,3.8271,1.6848,0,3.909,1.8108,0,3.9757,1.9417,0,4.0323,2.0773,0,4.0771,2.2178,0,4.1102,2.363,0,4.1241,2.5131,0,4.1325,2.668,0,4.1241,2.848,0,4.0994,3.0156,0,4.0654,3.1709,0,4.0075,3.3138,0,3.9421,3.4444,0,3.8541,3.5626,0,3.7555,3.6685,0,3.6367,3.7621,0,3.5022,3.844,0,3.344,3.915,0,3.1686,3.9751,0,2.9676,4.0243,0,2.7427,4.0625,0,2.4968,4.0898,0,2.3574,4.0983,-0.3964,2.1696,4.298,0,2.1696,5.0137,-0.3964,2.3574,5.2133,0,2.4922,5.2216,0,2.7242,5.2484,0,2.9407,5.286,0,3.1256,5.3344,0,3.2846,5.3935,0,3.4159,5.4634,0,3.5179,5.544,0,3.612,5.6346,0,3.686,5.7346,0,3.7475,5.8439,0,3.8048,5.9625,0,3.844,6.0905,0,3.8719,6.2278,0,3.8915,6.3744,0,3.8971,6.5303,0,3.8915,6.6863,0,3.8719,6.8329,0,3.844,6.9702,0,3.8048,7.0981,0,3.7555,7.2167,0,3.6938,7.3261,0,3.621,7.426,0,3.5347,7.5167,0,3.4327,7.5973,0,3.3116,7.6671,0,3.1704,7.7263,0,3.0023,7.7746,0,2.8185,7.8122,0,2.6082,7.8391,0,2.3784,7.8552,0,2.3654,7.8555,-0.408,2.1696,8.0555,0,2.1696,8.7421,-0.4225,2.3753,8.942,0,2.4666,8.9394,0 +PLC 1.7121,8.749,0,1.7121,8.0606,-0.4142,1.5121,7.8606,0,1.0863,7.8606,0.4142,0.8863,7.6606,0,0.8863,5.4001,0.4142,1.0863,5.2001,0,1.5121,5.2001,-0.4142,1.7121,5.0001,0,1.7121,4.3117,-0.4142,1.5121,4.1117,0,1.0863,4.1117,0.4142,0.8863,3.9117,0,0.8863,1.2884,0.4142,1.0863,1.0884,0,1.5121,1.0884,-0.4142,1.7121,0.8884,0,1.7121,0.2,-0.4142,1.5121,0,0,0.1997,0,-0.4142,-0.0003,0.2,0,-0.0003,8.749,-0.4142,0.1997,8.949,0,1.5121,8.949,-0.4142 + +[0043] C +PLC 0.0142,5.0309,0,0.067,5.455,0,0.1455,5.8658,0,0.2574,6.2632,0,0.3988,6.6473,0,0.577,7.0181,0,0.7797,7.3756,0,1.0207,7.7198,0,1.2831,8.0362,0,1.5633,8.3105,0,1.8524,8.5426,0,2.1623,8.7324,0,2.4823,8.88,0,2.8184,8.9855,0,3.171,9.0488,0,3.5353,9.0699,0,3.8497,9.0564,0,4.1517,9.0157,0,4.4392,8.9479,0,4.7121,8.8531,0,4.9716,8.7311,0,5.2192,8.5821,0,5.4479,8.4059,0,5.6676,8.2026,0,5.8664,7.9782,0,6.044,7.7389,0,6.2054,7.4846,0,6.3412,7.2153,0,6.4611,6.931,0,6.5575,6.6317,0,6.6341,6.3173,0,6.6501,6.2207,-0.4631,6.4528,5.988,0,5.8608,5.988,-0.3599,5.6643,6.1504,0,5.6508,6.2212,0,5.5936,6.4426,0,5.5262,6.6521,0,5.4479,6.8499,0,5.3509,7.0359,0,5.246,7.2101,0,5.1307,7.3726,0,4.9962,7.5233,0,4.855,7.659,0,4.6992,7.7767,0,4.5333,7.8762,0,4.3596,7.9576,0,4.1691,8.021,0,3.9707,8.0663,0,3.76,8.0934,0,3.5353,8.1024,0,3.2949,8.0882,0,3.0517,8.0456,0,2.8219,7.9745,0,2.5937,7.875,0,2.3758,7.7471,0,2.1595,7.5907,0,1.9499,7.4059,0,1.7458,7.1926,0,1.5599,6.9528,0,1.3946,6.6883,0,1.2584,6.399,0,1.1439,6.0851,0,1.06,5.7464,0,0.995,5.3831,0,0.958,4.995,0,0.9435,4.5822,0,0.958,4.1605,0,0.995,3.7637,0,1.06,3.3919,0,1.1439,3.045,0,1.2584,2.723,0,1.3946,2.4259,0,1.5599,2.1538,0,1.7458,1.9066,0,1.9499,1.6864,0,2.1595,1.4957,0,2.3758,1.3343,0,2.5937,1.2022,0,2.8219,1.0995,0,3.0517,1.0261,0,3.2949,0.9821,0,3.5353,0.9674,0,3.76,0.9775,0,3.9728,1.0077,0,4.1796,1.058,0,4.374,1.1283,0,4.5625,1.2188,0,4.744,1.3294,0,4.9122,1.46,0,5.0734,1.6108,0,5.2192,1.7788,0,5.3509,1.961,0,5.4692,2.1573,0,5.5733,2.3679,0,5.6631,2.5926,0,5.7375,2.8316,0,5.7965,3.0847,0,5.8133,3.1851,-0.3664,6.0106,3.3521,0,6.6042,3.3521,-0.4586,6.802,3.1224,0,6.7872,3.0237,0,6.7256,2.7054,0,6.6369,2.3972,0,6.5293,2.0993,0,6.4045,1.8115,0,6.2605,1.5339,0,6.0911,1.2663,0,5.9056,1.009,0,5.6954,0.7725,0,5.463,0.5675,0,5.2069,0.3942,0,4.9222,0.2522,0,4.6129,0.1418,0,4.2806,0.063,0,3.919,0.0158,0,3.5353,0,0,3.171,0.0211,0,2.8184,0.0843,0,2.4823,0.1898,0,2.1623,0.3375,0,1.8524,0.5274,0,1.5633,0.7594,0,1.2831,1.0336,0,1.0207,1.3501,0,0.7797,1.6961,0,0.577,2.0591,0,0.3988,2.439,0,0.2574,2.836,0,0.1455,3.2499,0,0.067,3.6808,0,0.0142,4.1287,0,-0.0002,4.5935,0 + +[0044] D +PLC 4.9475,4.8332,0,4.9202,5.176,0,4.8674,5.503,0,4.8036,5.8142,0,4.7141,6.1095,0,4.6073,6.3891,0,4.4824,6.6528,0,4.3374,6.9007,0,4.1747,7.1257,0,3.9933,7.3206,0,3.7932,7.4857,0,3.5751,7.6206,0,3.3397,7.7256,0,3.0871,7.8006,0,2.8163,7.8456,0,2.5737,7.8581,-0.3991,2.3841,8.0579,0,2.3841,8.7461,-0.4293,2.5943,8.9458,0,2.9228,8.9289,0,3.2927,8.869,0,3.6418,8.7689,0,3.964,8.6289,0,4.2656,8.4489,0,4.5386,8.2289,0,4.7934,7.9688,0,5.0244,7.6688,0,5.2294,7.3388,0,5.4077,6.9891,0,5.5568,6.6195,0,5.6819,6.2301,0,5.7776,5.8209,0,5.8499,5.392,0,5.8862,4.9431,0,5.903,4.4745,0,5.8862,4.0058,0,5.8499,3.557,0,5.7776,3.128,0,5.6819,2.7188,0,5.5568,2.3295,0,5.4077,1.9599,0,5.2294,1.6101,0,5.0244,1.2801,0,4.7934,0.9801,0,4.5386,0.7201,0,4.2656,0.5001,0,3.964,0.3201,0,3.6418,0.18,0,3.2927,0.08,0,2.9228,0.02,0,2.5943,0.0032,-0.4293,2.3841,0.2029,0,2.3841,0.891,-0.399,2.5737,1.0908,0,2.8163,1.1034,0,3.0871,1.1484,0,3.3397,1.2233,0,3.5751,1.3283,0,3.7932,1.4633,0,3.9933,1.6283,0,4.1747,1.8233,0,4.3374,2.0483,0,4.4824,2.2961,0,4.6073,2.5599,0,4.7141,2.8394,0,4.8036,3.1348,0,4.8674,3.446,0,4.9202,3.773,0,4.9475,4.1158,0,4.9572,4.4745,0 +PLC 1.7266,8.949,0,0.1999,8.949,0.4142,-0.0001,8.749,0,-0.0001,0.2,0.4142,0.1999,0,0,1.7266,0,0.4142,1.9266,0.2,0,1.9266,0.8884,0.4142,1.7266,1.0884,0,1.0876,1.0884,-0.4142,0.8876,1.2884,0,0.8876,7.6606,-0.4142,1.0876,7.8606,0,1.7266,7.8606,0.4142,1.9266,8.0606,0,1.9266,8.749,0.4142 + +[0045] E +PLC 0.1997,8.9565,0,4.7799,8.9565,-0.4142,4.9799,8.7565,0,4.9799,8.0927,-0.4142,4.7799,7.8927,0,1.0896,7.8927,0.4142,0.8896,7.6927,0,0.8896,5.4001,0.4142,1.0896,5.2001,0,4.2292,5.2001,-0.4142,4.4292,5.0001,0,4.4292,4.3117,-0.4142,4.2292,4.1117,0,1.0896,4.1117,0.4142,0.8896,3.9117,0,0.8896,1.2884,0.4142,1.0896,1.0884,0,4.7799,1.0884,-0.4142,4.9799,0.8884,0,4.9799,0.2,-0.4142,4.7799,0,0,0.1997,0,-0.4142,-0.0003,0.2,0,-0.0003,8.7565,-0.4142 + +[0046] F +PLC 0.2,8.9565,0,4.9303,8.9565,-0.4142,5.1303,8.7565,0,5.1303,8.0927,-0.4142,4.9303,7.8927,0,1.087,7.8927,0.4142,0.887,7.6927,0,0.887,5.4001,0.4142,1.087,5.2001,0,4.2296,5.2001,-0.4142,4.4296,5.0001,0,4.4296,4.3117,-0.4142,4.2296,4.1117,0,1.087,4.1117,0.4142,0.887,3.9117,0,0.887,0.1301,-0.4142,0.687,-0.0699,0,0.2,-0.0699,-0.4142,0,0.1301,0,0,8.7565,-0.4142 + +[0047] G +PLC 0.0153,5.0309,0,0.0669,5.455,0,0.1465,5.8658,0,0.2573,6.2632,0,0.3986,6.6473,0,0.5746,7.0181,0,0.7832,7.3756,0,1.0207,7.7198,0,1.2829,8.0362,0,1.563,8.3105,0,1.8534,8.5426,0,2.1604,8.7324,0,2.4777,8.88,0,2.8195,8.9855,0,3.1713,9.0488,0,3.5356,9.0699,0,3.8528,9.0564,0,4.152,9.0157,0,4.4392,8.9479,0,4.7124,8.8531,0,4.9731,8.7311,0,5.2201,8.5821,0,5.4478,8.4059,0,5.6631,8.2026,0,5.8669,7.9782,0,6.0451,7.7389,0,6.203,7.4846,0,6.3423,7.2153,0,6.4587,6.931,0,6.5573,6.6317,0,6.6317,6.3173,0,6.6481,6.222,-0.4652,6.451,5.988,0,5.8593,5.988,-0.3564,5.6633,6.148,0,5.6484,6.2212,0,5.5967,6.4426,0,5.5278,6.6521,0,5.4478,6.8499,0,5.3512,7.0359,0,5.2448,7.2101,0,5.1306,7.3726,0,4.9972,7.5233,0,4.8559,7.659,0,4.6967,7.7767,0,4.5332,7.8762,0,4.3606,7.9576,0,4.1701,8.021,0,3.9682,8.0663,0,3.761,8.0934,0,3.5356,8.1024,0,3.2903,8.0882,0,3.0527,8.0456,0,2.8218,7.9745,0,2.5943,7.875,0,2.3757,7.7471,0,2.1604,7.5907,0,1.9497,7.4059,0,1.7468,7.1926,0,1.5585,6.9528,0,1.395,6.6883,0,1.2583,6.399,0,1.1455,6.0851,0,1.0558,5.7464,0,0.996,5.3831,0,0.9568,4.995,0,0.9438,4.5822,0,0.9568,4.1605,0,0.996,3.7637,0,1.0598,3.3919,0,1.1455,3.045,0,1.2583,2.723,0,1.395,2.4259,0,1.5585,2.1538,0,1.7468,1.9066,0,1.9526,1.6864,0,2.1604,1.4957,0,2.3784,1.3343,0,2.5986,1.2022,0,2.8239,1.0995,0,3.0592,1.0261,0,3.2975,0.9821,0,3.5402,0.9674,0,3.7459,0.9768,0,3.9514,1.0049,0,4.1477,1.0518,0,4.3381,1.1174,0,4.5209,1.2018,0,4.6967,1.3049,0,4.8728,1.4268,0,5.0419,1.5674,0,5.2001,1.7224,0,5.3413,1.8875,0,5.4679,2.0627,0,5.5744,2.2479,0,5.6631,2.4432,0,5.7424,2.6485,0,5.7997,2.864,0,5.8406,3.0702,0.049,5.8444,3.1091,0,5.8444,3.6698,0.4142,5.6444,3.8698,0,4.3477,3.8698,-0.4142,4.1477,4.0698,0,4.1477,4.6373,-0.4142,4.3477,4.8373,0,6.5287,4.8373,-0.4142,6.7287,4.6373,0,6.7287,-0.0116,-0.4142,6.5287,-0.2116,0,6.1781,-0.2116,-0.335,5.9857,-0.0664,0,5.7986,0.5901,0.5646,5.4681,0.6799,0,5.4848,0.6959,0,5.2477,0.5112,0,4.9972,0.355,0,4.7338,0.2272,0,4.4548,0.1278,0,4.1621,0.0568,0,3.8578,0.0142,0,3.5385,0,0,3.1743,0.0211,0,2.8218,0.0843,0,2.4878,0.1898,0,2.1654,0.3375,0,1.8579,0.5274,0,1.5659,0.7594,0,1.2885,1.0336,0,1.0229,1.3501,0,0.7853,1.6961,0,0.5746,2.0591,0,0.3986,2.439,0,0.2573,2.836,0,0.1465,3.2499,0,0.0669,3.6808,0,0.0153,4.1287,0,-0.0005,4.5935,0 + +[0048] H +PLC 0.1994,8.9565,0,0.6872,8.9565,-0.4142,0.8872,8.7565,0,0.8872,5.4001,0.4142,1.0872,5.2001,0,4.286,5.2001,0.4142,4.486,5.4001,0,4.486,8.7565,-0.4142,4.686,8.9565,0,5.1703,8.9565,-0.4142,5.3703,8.7565,0,5.3703,0.1301,-0.4142,5.1703,-0.0699,0,4.686,-0.0699,-0.4142,4.486,0.1301,0,4.486,3.9117,0.4142,4.286,4.1117,0,1.0872,4.1117,0.4142,0.8872,3.9117,0,0.8872,0.1301,-0.4142,0.6872,-0.0699,0,0.1994,-0.0699,-0.4142,-0.0006,0.1301,0,-0.0006,8.7565,-0.4142 + +[0049] I +PLC 0.1994,8.9792,0,0.6815,8.9792,-0.4142,0.8815,8.7792,0,0.8815,0.1792,-0.4142,0.6815,-0.0208,0,0.1994,-0.0208,-0.4142,-0.0006,0.1792,0,-0.0006,8.7792,-0.4142 + +[004a] J +PLC 2.1012,0.4885,0,2.2077,0.5025,0,2.3112,0.5261,0,2.4106,0.5591,0,2.5023,0.6014,0,2.5888,0.6533,0,2.6626,0.7145,0,2.7377,0.7851,0,2.7995,0.8725,0,2.855,0.9842,0,2.9016,1.1199,0,2.9428,1.2799,0,2.9731,1.4641,0,2.9956,1.6724,0,3.0046,1.9049,0,3.0102,2.1616,0,3.0102,8.8113,-0.4142,3.2102,9.0113,0,3.6945,9.0113,-0.4142,3.8945,8.8113,0,3.8945,2.1616,0,3.8845,1.7946,0,3.8596,1.4557,0,3.8149,1.1452,0,3.7577,0.8628,0,3.6792,0.6087,0,3.5818,0.3829,0,3.4714,0.1854,0,3.3396,0.016,0,3.1968,-0.1295,0,3.0453,-0.2555,0,2.8856,-0.3622,0,2.7177,-0.4495,0,2.5395,-0.5174,0,2.3562,-0.5659,0,2.1627,-0.595,0,1.9599,-0.6047,0,1.7639,-0.5957,0,1.5676,-0.5688,0,1.3871,-0.524,0,1.2089,-0.4613,0,1.041,-0.3806,0,0.8749,-0.2821,0,0.7238,-0.1656,0,0.5747,-0.0312,0,0.4397,0.1226,0,0.3246,0.2973,0,0.225,0.4929,0,0.1411,0.7093,0,0.0793,0.9466,0,0.0344,1.2048,0,0.0024,1.5661,-0.4403,0.2016,1.7837,0,0.7519,1.7837,-0.3916,0.9513,1.5992,0,0.9614,1.4691,0,0.9838,1.3287,0,1.0129,1.1997,0,1.0532,1.0818,0,1.1025,0.9754,0,1.1626,0.8803,0,1.2297,0.7965,0,1.301,0.7231,0,1.3793,0.6597,0,1.4667,0.6059,0,1.5588,0.5619,0,1.6528,0.5277,0,1.7566,0.5032,0,1.8659,0.4886,0,1.9789,0.4837,0 + +[004b] K +PLC 0.1997,8.9792,0,0.6879,8.9792,-0.4142,0.8879,8.7792,0,0.8879,5.2964,0.7225,1.2485,5.1771,0,4.0127,8.8985,-0.2373,4.1733,8.9792,0,4.8701,8.9792,-0.6193,5.0297,8.6586,0,3.0867,6.088,0.2828,3.0666,5.8794,0,5.8145,0.2671,-0.5548,5.6349,-0.0208,0,4.9231,-0.0208,-0.2892,4.7425,0.0932,0,2.4908,4.8194,0.5629,2.1506,4.8539,0,0.9282,3.2336,0.163,0.8879,3.1132,0,0.8879,0.1792,-0.4142,0.6879,-0.0208,0,0.1997,-0.0208,-0.4142,-0.0003,0.1792,0,-0.0003,8.7792,-0.4142 + +[004c] L +PLC 0.1997,9.0246,0,0.6834,9.0246,-0.4142,0.8834,8.8246,0,0.8834,1.2884,0.4142,1.0834,1.0884,0,5.0356,1.0884,-0.4142,5.2356,0.8884,0,5.2356,0.2,-0.4142,5.0356,0,0,0.1997,0,-0.4142,-0.0003,0.2,0,-0.0003,8.8246,-0.4142 + +[004d] M +PLC 0.2,8.9792,0,0.991,8.9792,-0.3126,1.1783,8.8495,0,3.5341,2.5702,0.7052,3.9108,2.5764,0,6.0285,8.8433,-0.3217,6.2179,8.9792,0,7.0019,8.9792,-0.4142,7.2019,8.7792,0,7.2019,0.1792,-0.4142,7.0019,-0.0208,0,6.5183,-0.0208,-0.4142,6.3183,0.1792,0,6.3183,5.594,0.8491,5.9288,5.658,0,4.0693,0.1511,-0.3217,3.8798,0.0151,0,3.5725,0.0151,-0.3123,3.3853,0.1447,0,1.2714,5.7627,0.8345,0.8842,5.6923,0,0.8842,0.1792,-0.4142,0.6842,-0.0208,0,0.2,-0.0208,-0.4142,0,0.1792,0,0,8.7792,-0.4142 + +[004e] N +PLC 0.1995,8.9792,0,1.0126,8.9792,-0.2818,1.1907,8.8702,0,4.4006,2.5845,0.788,4.7787,2.6755,0,4.7787,8.7792,-0.4142,4.9787,8.9792,0,5.4669,8.9792,-0.4142,5.6669,8.7792,0,5.6669,0.1792,-0.4142,5.4669,-0.0208,0,4.6539,-0.0208,-0.2827,4.4755,0.0888,0,1.2635,6.43,0.7893,0.8851,6.3397,0,0.8851,0.1792,-0.4142,0.6851,-0.0208,0,0.1995,-0.0208,-0.4142,-0.0005,0.1792,0,-0.0005,8.7792,-0.4142 + +[004f] O +PLC 0.0142,5.0309,0,0.0641,5.455,0,0.1431,5.8658,0,0.2547,6.2632,0,0.3976,6.6473,0,0.5769,7.0181,0,0.782,7.3756,0,1.0196,7.7198,0,1.2858,8.0362,0,1.5621,8.3105,0,1.8574,8.5426,0,2.1636,8.7324,0,2.4912,8.88,0,2.8285,8.9855,0,3.0875,9.0318,-0.467,3.3227,8.8349,0,3.3227,8.2597,-0.3647,3.1569,8.0627,0,3.0583,8.0456,0,2.8229,7.9745,0,2.5954,7.875,0,2.3727,7.7471,0,2.1572,7.5907,0,1.947,7.4059,0,1.7436,7.1926,0,1.5553,6.9528,0,1.3937,6.6883,0,1.2578,6.399,0,1.144,6.0851,0,1.0541,5.7464,0,0.9949,5.3831,0,0.9557,4.995,0,0.9456,4.5822,0,0.9557,4.1605,0,0.9949,3.7637,0,1.0541,3.3919,0,1.144,3.045,0,1.2578,2.723,0,1.3937,2.4259,0,1.5553,2.1538,0,1.7436,1.9066,0,1.947,1.6864,0,2.1572,1.4957,0,2.3727,1.3343,0,2.5954,1.2022,0,2.8229,1.0995,0,3.0583,1.0261,0,3.158,1.0083,-0.3631,3.3227,0.8114,0,3.3227,0.235,-0.467,3.0875,0.0381,0,2.8285,0.0843,0,2.4912,0.1898,0,2.1636,0.3375,0,1.8574,0.5274,0,1.5621,0.7594,0,1.2858,1.0336,0,1.0196,1.3501,0,0.782,1.6961,0,0.5769,2.0591,0,0.3976,2.439,0,0.2547,2.836,0,0.1431,3.2499,0,0.0641,3.6808,0,0.0142,4.1287,0,-0.0003,4.5935,0 +PLC 4.5994,8.88,0,4.9143,8.7324,0,5.2166,8.5426,0,5.496,8.3105,0,5.7616,8.0362,0,6.0099,7.7198,0,6.229,7.3755,0,6.4251,7.0174,0,6.591,6.6457,0,6.7221,6.2604,0,6.8295,5.8613,0,6.9015,5.4486,0,6.9457,5.0222,0,6.9609,4.5822,0,6.9457,4.12,0,6.9015,3.6744,0,6.8295,3.2455,0,6.7221,2.8331,0,6.591,2.4374,0,6.4251,2.0584,0,6.229,1.6959,0,6.0099,1.3501,0,5.7616,1.0336,0,5.496,0.7594,0,5.2166,0.5274,0,4.9143,0.3375,0,4.5994,0.1898,0,4.2654,0.0843,0,4.016,0.0389,-0.468,3.7802,0.2357,0,3.7802,0.8125,-0.3625,3.9444,1.0093,0,4.0373,1.0261,0,4.2654,1.0995,0,4.4856,1.2022,0,4.6991,1.3343,0,4.9042,1.4957,0,5.097,1.6864,0,5.2887,1.9066,0,5.4551,2.154,0,5.6047,2.4266,0,5.7314,2.7246,0,5.8334,3.0478,0,5.9152,3.3964,0,5.9723,3.7702,0,6.0043,4.1692,0,6.0191,4.5935,0,6.0043,5.0037,0,5.9723,5.3894,0,5.9152,5.7509,0,5.8334,6.088,0,5.7314,6.4007,0,5.6047,6.689,0,5.4551,6.953,0,5.2887,7.1926,0,5.097,7.4059,0,4.9042,7.5907,0,4.6991,7.7471,0,4.4856,7.875,0,4.2654,7.9745,0,4.0373,8.0456,0,3.9455,8.0617,-0.3641,3.7802,8.2587,0,3.7802,8.8342,-0.468,4.016,9.0309,0,4.2654,8.9855,0 + +[0050] P +PLC 3.1105,8.9089,0,3.4103,8.8589,0,3.6857,8.7888,0,3.9278,8.6988,0,4.143,8.5886,0,4.3352,8.4586,0,4.4927,8.3084,0,4.6294,8.1405,0,4.7482,7.9571,0,4.8466,7.7581,0,4.9317,7.5436,0,4.9937,7.3136,0,5.0374,7.068,0,5.0654,6.8069,0,5.0749,6.5303,0,5.0654,6.2537,0,5.0374,5.9926,0,4.9937,5.7471,0,4.9317,5.5171,0,4.8466,5.3026,0,4.746,5.1036,0,4.6294,4.9202,0,4.4927,4.7523,0,4.3296,4.6021,0,4.1405,4.472,0,3.9233,4.3619,0,3.6779,4.2718,0,3.4055,4.2018,0,3.1026,4.1517,0,2.7734,4.1217,0,2.2067,4.1058,-0.4225,2.0011,4.3057,0,2.0011,4.995,-0.4076,2.1966,5.195,0,2.6748,5.2058,0,2.9079,5.2231,0,3.1135,5.2518,0,3.299,5.2919,0,3.4627,5.3436,0,3.5983,5.4068,0,3.7148,5.4815,0,3.8065,5.5676,0,3.883,5.663,0,3.9502,5.7656,0,4.0074,5.8752,0,4.0522,5.9921,0,4.0813,6.1159,0,4.1116,6.247,0,4.1284,6.3851,0,4.1306,6.5303,0,4.1284,6.6756,0,4.1116,6.8137,0,4.0813,6.9447,0,4.0522,7.0686,0,4.0074,7.1854,0,3.9502,7.295,0,3.883,7.3976,0,3.8065,7.4931,0,3.7148,7.5792,0,3.5983,7.6538,0,3.4627,7.717,0,3.299,7.7687,0,3.1135,7.8089,0,2.9079,7.8376,0,2.6748,7.8548,0,2.1966,7.8656,-0.4076,2.0011,8.0656,0,2.0011,8.755,-0.4223,2.2066,8.9549,0,2.7835,8.939,0 +PLC 1.3436,7.8606,0,1.0888,7.8606,0.4142,0.8888,7.6606,0,0.8888,5.4001,0.4142,1.0888,5.2001,0,1.3436,5.2001,-0.4142,1.5436,5.0001,0,1.5436,4.3117,-0.4142,1.3436,4.1117,0,1.0888,4.1117,0.4142,0.8888,3.9117,0,0.8888,0.1301,-0.4142,0.6888,-0.0699,0,0.1994,-0.0699,-0.4142,-0.0006,0.1301,0,-0.0006,8.749,-0.4142,0.1994,8.949,0,1.3436,8.949,-0.4142,1.5436,8.749,0,1.5436,8.0606,-0.4142 + +[0051] Q +PLC 0.0166,5.0309,0,0.065,5.455,0,0.1455,5.8658,0,0.2575,6.2632,0,0.3976,6.6473,0,0.573,7.0181,0,0.7815,7.3756,0,1.0214,7.7198,0,1.287,8.0362,0,1.5649,8.3105,0,1.8561,8.5426,0,2.1646,8.7324,0,2.4885,8.88,0,2.8281,8.9855,0,3.0869,9.0321,-0.4673,3.3223,8.8352,0,3.3223,8.2594,-0.364,3.157,8.0624,0,3.0612,8.0456,0,2.8281,7.9745,0,2.5949,7.875,0,2.3739,7.7471,0,2.1589,7.5907,0,1.9505,7.4059,0,1.7431,7.1926,0,1.5593,6.9528,0,1.3957,6.6883,0,1.2548,6.399,0,1.1435,6.0851,0,1.0595,5.7464,0,0.9945,5.3831,0,0.958,4.995,0,0.9429,4.5822,0,0.958,4.1605,0,0.9945,3.7637,0,1.0595,3.3919,0,1.1435,3.045,0,1.2548,2.723,0,1.3957,2.4259,0,1.5593,2.1538,0,1.7431,1.9066,0,1.9505,1.6864,0,2.1589,1.4957,0,2.3739,1.3343,0,2.5949,1.2022,0,2.8281,1.0995,0,3.0612,1.0261,0,3.1581,1.0085,-0.3624,3.3223,0.8118,0,3.3223,0.2347,-0.4673,3.0869,0.0378,0,2.8281,0.0843,0,2.4885,0.1898,0,2.1646,0.3375,0,1.8561,0.5274,0,1.5649,0.7594,0,1.287,1.0336,0,1.0214,1.3501,0,0.7815,1.6961,0,0.573,2.0591,0,0.3976,2.439,0,0.2575,2.836,0,0.1455,3.2499,0,0.065,3.6808,0,0.0166,4.1287,0,-0.0002,4.5935,0 +PLC 4.5989,8.88,0,4.9161,8.7324,0,5.217,8.5426,0,5.4986,8.3105,0,5.7612,8.0362,0,6.0088,7.7198,0,6.2319,7.3755,0,6.428,7.0174,0,6.5883,6.6457,0,6.725,6.2604,0,6.8259,5.8613,0,6.9055,5.4486,0,6.95,5.0222,0,6.9626,4.5822,0,6.95,4.1197,0,6.9038,3.673,0,6.8259,3.2421,0,6.7228,2.8272,0,6.5816,2.4282,0,6.4179,2.0451,0,6.2173,1.6778,0,6.0611,1.4378,0.3018,6.0632,1.2165,0,6.6586,0.3382,-0.3844,6.6217,0.0729,0,6.118,-0.3502,-0.4494,5.8221,-0.3067,0,5.368,0.3864,0.4206,5.0875,0.4417,0,5.0657,0.4267,0,4.8696,0.3135,0,4.6659,0.2177,0,4.4577,0.1393,0,4.2402,0.0784,0,4.0182,0.0349,-0.4721,3.7798,0.2312,0,3.7798,0.8111,-0.3554,3.939,1.0069,0,4.0217,1.024,0,4.1752,1.068,0,4.3204,1.1246,0,4.4633,1.1938,0,4.5648,1.2526,0.4311,4.6317,1.5356,0,3.9736,2.5358,-0.3958,4.0204,2.8055,0,4.4876,3.1571,-0.4258,4.7722,3.1111,0,5.2619,2.404,0.5848,5.609,2.4365,0,5.6959,2.6315,0,5.7959,2.9086,0,5.8755,3.2057,0,5.9368,3.5227,0,5.9845,3.8596,0,6.0108,4.2166,0,6.0212,4.5935,0,6.0088,5.0037,0,5.9741,5.3894,0,5.9147,5.7509,0,5.8351,6.088,0,5.7309,6.4007,0,5.6054,6.689,0,5.4563,6.953,0,5.2859,7.1926,0,5.0976,7.4059,0,4.9015,7.5907,0,4.6984,7.7471,0,4.4885,7.875,0,4.2671,7.9745,0,4.0346,8.0456,0,3.9445,8.0617,-0.3632,3.7798,8.2586,0,3.7798,8.8343,-0.4677,4.0154,9.0311,0,4.2671,8.9855,0 + +[0052] R +PLC 3.1072,8.9089,0,3.4115,8.8589,0,3.6844,8.7888,0,3.9237,8.6988,0,4.1419,8.5886,0,4.3305,8.4586,0,4.4885,8.3084,0,4.6256,8.1405,0,4.7463,7.9571,0,4.8461,7.7581,0,4.9245,7.5436,0,4.9898,7.3136,0,5.0366,7.068,0,5.0635,6.8069,0,5.0741,6.5303,0,5.0635,6.2553,0,5.0411,5.9989,0,5.0041,5.7613,0,4.9523,5.5424,0,4.8836,5.3421,0,4.794,5.1604,0,4.697,4.9976,0,4.5782,4.8533,0,4.449,4.7247,0,4.3103,4.6083,0,4.1624,4.5044,0,4.0038,4.4128,0,3.8329,4.3337,0,3.6513,4.2668,0,3.4984,4.2231,0.4694,3.3745,3.9414,0,5.2338,0.2195,-0.5574,5.0549,-0.0699,0,4.3229,-0.0699,-0.2906,4.142,0.045,0,2.248,4.0712,-0.1104,2.229,4.1564,0,2.229,5.0003,-0.4076,2.4245,5.2002,0,2.6729,5.2058,0,2.9038,5.2231,0,3.1111,5.2518,0,3.2974,5.2919,0,3.4585,5.3436,0,3.5972,5.4068,0,3.713,5.4815,0,3.8077,5.5676,0,3.8788,5.663,0,3.9461,5.7656,0,4.001,5.8752,0,4.0486,5.9921,0,4.0828,6.1159,0,4.1103,6.247,0,4.1243,6.3851,0,4.1276,6.5303,0,4.1243,6.6756,0,4.1103,6.8137,0,4.0828,6.9447,0,4.0486,7.0686,0,4.001,7.1854,0,3.9461,7.295,0,3.8788,7.3976,0,3.8077,7.4931,0,3.713,7.5792,0,3.5972,7.6538,0,3.4585,7.717,0,3.2974,7.7687,0,3.1111,7.8089,0,2.9038,7.8376,0,2.6729,7.8548,0,2.4245,7.8604,-0.4076,2.229,8.0604,0,2.229,8.7487,-0.4225,2.4346,8.9486,0,2.7771,8.939,0 +PLC 1.5715,7.8606,0,1.0821,7.8606,0.4142,0.8821,7.6606,0,0.8821,5.4001,0.4142,1.0821,5.2001,0,1.5715,5.2001,-0.4142,1.7715,5.0001,0,1.7715,4.3117,-0.4142,1.5715,4.1117,0,1.0821,4.1117,0.4142,0.8821,3.9117,0,0.8821,0.1301,-0.4142,0.6821,-0.0699,0,0.1998,-0.0699,-0.4142,-0.0002,0.1301,0,-0.0002,8.749,-0.4142,0.1998,8.949,0,1.5715,8.949,-0.4142,1.7715,8.749,0,1.7715,8.0606,-0.4142 + +[0053] S +PLC 0.9805,2.1496,0,1.0254,1.9855,0,1.0842,1.8338,0,1.1638,1.6945,0,1.2624,1.5676,0,1.3767,1.4531,0,1.5056,1.351,0,1.6491,1.2611,0,1.7984,1.1832,0,1.9539,1.1173,0,2.1125,1.0633,0,2.2731,1.0214,0,2.4471,0.9914,0,2.623,0.9734,0,2.8035,0.9674,0,3.0063,0.974,0,3.2002,0.9936,0,3.3826,1.0264,0,3.5566,1.0723,0,3.7158,1.1313,0,3.8637,1.2034,0,4.001,1.2886,0,4.126,1.3869,0,4.2381,1.4963,0,4.3322,1.6148,0,4.414,1.7425,0,4.4833,1.8791,0,4.5351,2.025,0,4.5724,2.1799,0,4.5951,2.3438,0,4.6046,2.5169,0,4.5923,2.6862,0,4.5628,2.8453,0,4.5127,2.9942,0,4.4466,3.1332,0,4.3544,3.2618,0,4.2459,3.3805,0,4.1168,3.489,0,3.9702,3.5874,0,3.8049,3.6817,0,3.6368,3.7783,0,3.4524,3.8771,0,3.2619,3.978,0,3.0635,4.0811,0,2.8584,4.1864,0,2.6376,4.2939,0,2.4151,4.4036,0,2.1893,4.5166,0,1.9763,4.6337,0,1.7735,4.7552,0,1.5801,4.8809,0,1.3991,5.011,0,1.2277,5.1453,0,1.0702,5.2839,0,0.9228,5.4268,0,0.7872,5.5756,0,0.6729,5.7316,0,0.5742,5.8951,0,0.4947,6.066,0,0.4353,6.2442,0,0.3904,6.4298,0,0.3613,6.6229,0,0.3557,6.8232,0,0.3658,7.0655,0,0.4002,7.2964,0,0.4552,7.5159,0,0.5395,7.724,0,0.6415,7.9208,0,0.7676,8.1061,0,0.9206,8.28,0,1.0898,8.4426,0,1.2781,8.5896,0,1.4754,8.717,0,1.6734,8.8248,0,1.8828,8.913,0,2.0929,8.9817,0,2.3159,9.0307,0,2.5412,9.0601,0,2.7721,9.0699,0,3.0119,9.0604,0,3.2451,9.0319,0,3.4687,8.9845,0,3.6777,8.918,0,3.8817,8.8326,0,4.0801,8.7282,0,4.2605,8.6048,0,4.4435,8.4624,0,4.6046,8.3038,0,4.7464,8.1316,0,4.8643,7.9461,0,4.9593,7.747,0,5.0361,7.5344,0,5.0899,7.3083,0,5.1243,7.0687,0,5.1259,7.0225,-0.4243,4.926,6.8156,0,4.3928,6.8156,-0.3547,4.1971,6.9745,0,4.1339,7.2749,0,4.0943,7.404,0,4.0375,7.5212,0,3.9702,7.6264,0,3.8918,7.7198,0,3.8018,7.8011,0,3.7001,7.8717,0,3.5934,7.9329,0,3.4771,7.9847,0,3.3515,8.0271,0,3.2193,8.0601,0,3.0764,8.0836,0,2.9279,8.0977,0,2.7721,8.1024,0,2.6127,8.0974,0,2.4639,8.0821,0,2.3201,8.0568,0,2.1854,8.0212,0,2.0565,7.9755,0,1.9338,7.9196,0,1.8211,7.8536,0,1.7146,7.7774,0,1.6143,7.6913,0,1.5325,7.5953,0,1.4585,7.4896,0,1.4014,7.374,0,1.3543,7.2487,0,1.3224,7.1135,0,1.3056,6.9685,0,1.2971,6.8137,0,1.307,6.6615,0,1.328,6.5186,0,1.3563,6.3848,0,1.4014,6.2604,0,1.4627,6.1451,0,1.5353,6.0391,0,1.6222,5.9423,0,1.7186,5.8548,0,1.8306,5.771,0,1.9562,5.6853,0,2.0996,5.5978,0,2.2509,5.5085,0,2.4224,5.4174,0,2.6057,5.3244,0,2.8035,5.2296,0,3.4479,4.9312,0,3.6631,4.8253,0,3.8783,4.7161,0,4.0921,4.6036,0,4.2997,4.4876,0,4.5127,4.3684,0,4.7189,4.2458,0,4.9117,4.11,0,5.0806,3.9508,0,5.221,3.7684,0,5.3407,3.5628,0,5.4298,3.3338,0,5.4973,3.0816,0,5.5337,2.8062,0,5.5458,2.5075,0,5.5337,2.2255,0,5.499,1.9585,0,5.4396,1.7067,0,5.3533,1.47,0,5.2412,1.2486,0,5.1123,1.042,0,4.9543,0.8507,0,4.7727,0.6746,0,4.5698,0.5165,0,4.3569,0.3795,0,4.1299,0.2635,0,3.8918,0.1686,0,3.6407,0.0948,0,3.3787,0.0422,0,3.0988,0.0105,0,2.8113,0,0,2.5308,0.0106,0,2.2588,0.0424,0,1.9932,0.0954,0,1.741,0.1696,0,1.5,0.265,0,1.268,0.3816,0,1.0478,0.5193,0,0.832,0.6784,0,0.6387,0.8554,0,0.4706,1.0475,0,0.3249,1.2546,0,0.21,1.4767,0,0.1181,1.7138,0,0.0508,1.9659,0,0.0116,2.233,0,0.0085,2.3066,-0.4265,0.2083,2.515,0,0.7556,2.515,-0.3986,0.9553,2.3257,0,0.9553,2.3261,0 + +[0054] T +PLC 0.1999,8.949,0,6.3453,8.949,-0.4142,6.5453,8.749,0,6.5453,8.0606,-0.4142,6.3453,7.8606,0,3.9063,7.8606,0.4142,3.7063,7.6606,0,3.7063,0.1244,-0.4142,3.5063,-0.0756,0,3.0187,-0.0756,-0.4142,2.8187,0.1244,0,2.8187,7.6606,0.4142,2.6187,7.8606,0,0.1999,7.8606,-0.4142,-0.0001,8.0606,0,-0.0001,8.749,-0.4142 + +[0055] U +PLC 3.1062,0.9764,0,3.2891,1.0032,0,3.4671,1.0479,0,3.6464,1.1106,0,3.8145,1.1911,0,3.9849,1.2895,0,4.1505,1.4058,0,4.3149,1.54,0,4.4634,1.6952,0,4.5965,1.8747,0,4.7072,2.0784,0,4.7952,2.3062,0,4.8647,2.5583,0,4.9162,2.8346,0,4.9487,3.135,0,4.9594,3.4598,0,4.9594,8.7867,-0.4142,5.1594,8.9867,0,5.6428,8.9867,-0.4142,5.8428,8.7867,0,5.8428,3.4598,0,5.8308,2.9991,0,5.7888,2.574,0,5.7271,2.1847,0,5.6302,1.8309,0,5.5142,1.5129,0,5.3685,1.2306,0,5.1962,0.9838,0,4.9958,0.7729,0,4.7784,0.5917,0,4.5475,0.4347,0,4.3099,0.3019,0,4.0544,0.1932,0,3.7918,0.1086,0,3.5119,0.0483,0,3.225,0.012,0,2.9224,0,0,2.6231,0.012,0,2.3283,0.0483,0,2.0524,0.1086,0,1.7881,0.1932,0,1.5354,0.3019,0,1.2927,0.4347,0,1.0647,0.5917,0,0.8489,0.7729,0,0.648,0.9838,0,0.4746,1.2306,0,0.3311,1.5129,0,0.2145,1.8309,0,0.1182,2.1847,0,0.0562,2.574,0,0.0139,2.9991,0,-0.0001,3.4598,0,-0.0001,8.7867,-0.4142,0.1999,8.9867,0,0.6859,8.9867,-0.4142,0.8859,8.7867,0,0.8859,3.4598,0,0.8965,3.135,0,0.9285,2.8346,0,0.9756,2.5583,0,1.0495,2.3062,0,1.1392,2.0784,0,1.2476,1.8747,0,1.3765,1.6952,0,1.5303,1.54,0,1.694,1.4058,0,1.8621,1.2895,0,2.0285,1.1911,0,2.1995,1.1106,0,2.3777,1.0479,0,2.5559,1.0032,0,2.7402,0.9764,0,2.9224,0.9674,0 + +[0056] V +PLC 0.2648,8.9792,0,0.8093,8.9792,-0.335,1.0016,8.8341,0,2.9149,2.1248,0.7547,3.2995,2.1247,0,5.2131,8.8341,-0.335,5.4054,8.9792,0,5.9503,8.9792,-0.4984,6.1426,8.7242,0,3.6826,0.1242,-0.3348,3.4903,-0.0208,0,2.7217,-0.0208,-0.3349,2.5294,0.1243,0,0.0725,8.7243,-0.4983 + +[0057] W +PLC 0.2445,8.9792,0,0.757,8.9792,-0.3571,0.953,8.8187,0,2.0721,3.2629,0.8198,2.4644,3.2634,0,3.5674,8.8182,-0.3579,3.7636,8.9792,0,4.354,8.9792,-0.358,4.5502,8.8181,0,5.6516,3.2656,0.8201,6.0439,3.2651,0,7.1589,8.8186,-0.3573,7.355,8.9792,0,7.8684,8.9792,-0.4738,8.0645,8.7397,0,6.3295,0.1396,-0.357,6.1334,-0.0208,0,5.54,-0.0208,-0.3582,5.3438,0.1404,0,4.254,5.6578,0.8218,3.8616,5.6578,0,2.7721,0.1405,-0.3582,2.5759,-0.0208,0,1.9821,-0.0208,-0.357,1.7861,0.1396,0,0.0484,8.7396,-0.4739 + +[0058] X +PLC 0.4747,8.6769,0,2.6478,5.026,-0.2653,2.6514,4.8278,0,0.1618,0.2752,0.5696,0.3373,-0.0208,0,1.007,-0.0208,0.2748,1.1827,0.0837,0,3.1155,3.6385,-0.5815,3.4631,3.6452,0,5.5861,0.0769,0.2644,5.758,-0.0208,0,6.4185,-0.0208,0.5821,6.5902,0.2817,0,4.1239,4.4155,-0.2667,4.1206,4.6147,0,6.3671,8.6825,0.571,6.192,8.9792,0,5.5214,8.9792,0.2733,5.3463,8.8758,0,3.6574,5.8118,-0.5794,3.3104,5.8059,0,1.4783,8.8816,0.2643,1.3064,8.9792,0,0.6466,8.9792,0.5818 + +[0059] Y +PLC 0.1429,8.6905,0,2.6558,3.6113,-0.1154,2.6765,3.5226,0,2.6765,0.1792,0.4142,2.8765,-0.0208,0,3.3631,-0.0208,0.4142,3.5631,0.1792,0,3.5631,3.4538,-0.1126,3.5829,3.5406,0,6.0633,8.6925,0.5526,5.8831,8.9792,0,5.2719,8.9792,0.2855,5.0926,8.8677,0,3.28,5.1953,-0.6216,2.9214,5.1953,0,1.1086,8.8678,0.2855,0.9293,8.9792,0,0.3222,8.9792,0.5562 + +[005a] Z +PLC 0.4972,8.0606,0,0.4972,8.749,-0.4142,0.6972,8.949,0,5.223,8.949,-0.4142,5.423,8.749,0,5.423,7.9541,-0.1411,5.3924,7.8477,0,1.3396,1.3947,0.5898,1.509,1.0884,0,5.7207,1.0884,-0.4142,5.9207,0.8884,0,5.9207,0.2,-0.4142,5.7207,0,0,0.1996,0,-0.4142,-0.0004,0.2,0,-0.0004,0.9948,-0.1413,0.0303,1.1013,0,4.0883,7.5541,0.59,3.919,7.8606,0,0.6972,7.8606,-0.4142 + +[005b] [ +PLC -0.0004,9.8374,0,-0.0004,-1.0093,0.4142,0.1996,-1.2093,0,3.0723,-1.2093,0.4142,3.2723,-1.0093,0,3.2723,-0.4419,0.4142,3.0723,-0.2419,0,1.0817,-0.2419,-0.4142,0.8817,-0.0419,0,0.8817,8.8699,-0.4142,1.0817,9.0699,0,3.0723,9.0699,0.4142,3.2723,9.2699,0,3.2723,9.8374,0.4142,3.0723,10.0374,0,0.1996,10.0374,0.4142 + +[005c] \ +PLC 0.7329,9.6425,0,4.5732,-0.3318,-0.3049,4.5235,-0.5494,0,4.2089,-0.845,-0.5326,3.8853,-0.7712,0,0.0471,9.1974,-0.3014,0.0949,9.4132,0,0.4074,9.7146,-0.5368 + +[005d] ] +PLC 0.1988,9.0699,0,2.1864,9.0699,-0.4142,2.3864,8.8699,0,2.3864,-0.0419,-0.4142,2.1864,-0.2419,0,0.1988,-0.2419,0.4142,-0.0012,-0.4419,0,-0.0012,-1.0093,0.4142,0.1988,-1.2093,0,3.0718,-1.2093,0.4142,3.2718,-1.0093,0,3.2718,9.8374,0.4142,3.0718,10.0374,0,0.1988,10.0374,0.4142,-0.0012,9.8374,0,-0.0012,9.2699,0.4142 + +[0061] a +PLC 2.3737,6.4008,0,2.5642,6.375,0,2.7446,6.3321,0,2.9167,6.2719,0,3.0742,6.1946,0,3.2255,6.1001,0,3.3689,5.9884,0,3.4978,5.8595,0,3.62,5.7142,0,3.7262,5.5532,0,3.8105,5.3765,0,3.8845,5.184,0,3.9394,4.9759,0,3.9814,4.752,0,4.0038,4.5124,0,4.0134,4.2572,0,4.0134,1.1658,0,4.0263,0.9881,0,4.0436,0.8141,0,4.0627,0.6439,0,4.0935,0.4773,0,4.1299,0.3145,0,4.1467,0.2517,-0.4931,3.9535,0,0,3.4,0,-0.3657,3.2028,0.1665,0,3.2028,0.1803,0,3.1893,0.2768,0.5984,2.8585,0.3987,0,2.7917,0.3512,0,2.7133,0.2958,0,2.6236,0.2443,0,2.5725,0.216,-0.5714,2.2757,0.391,0,2.2757,0.8221,-0.2794,2.3831,0.9994,0,2.4776,1.0487,0,2.5642,1.1038,0,2.6483,1.1748,0,2.7357,1.2617,0,2.8141,1.3643,0,2.8943,1.4827,0,2.9733,1.617,0,3.0529,1.7671,0,3.1296,1.933,0,3.1296,3.3342,0.4986,2.8745,3.5264,0,2.7278,3.4819,0,2.5468,3.4233,0,2.5414,3.4214,-0.5161,2.2757,3.6103,0,2.2757,4.0226,-0.3255,2.4143,4.2129,0,2.5642,4.2613,0,2.8363,4.3416,0,2.9811,4.3801,0.3399,3.1296,4.5734,0,3.1296,4.5841,0,3.1209,4.6945,0,3.1128,4.8012,0,3.0966,4.9039,0,3.0719,5.0026,0,3.0405,5.0975,0,2.9977,5.1885,0,2.9531,5.2756,0,2.9016,5.3588,0,2.8388,5.435,0,2.771,5.501,0,2.6953,5.5569,0,2.6065,5.6025,0,2.5132,5.6381,0,2.4084,5.6635,0,2.3002,5.6787,0,2.1775,5.6838,0,2.061,5.6796,0,1.9567,5.6672,0,1.8603,5.6464,0,1.7662,5.6174,0,1.6844,5.5801,0,1.6082,5.5344,0,1.5437,5.4806,0,1.4793,5.4183,0,1.4277,5.3485,0,1.3773,5.2718,0,1.3325,5.1883,0,1.2915,5.0978,0,1.2585,5.0004,0,1.2299,4.8963,0,1.213,4.8225,-0.3496,1.018,4.6672,0,0.4943,4.6672,-0.4779,0.2988,4.9094,0,0.3277,5.0433,0,0.3865,5.2165,0,0.4582,5.3798,0,0.5462,5.5332,0,0.6524,5.6768,0,0.7687,5.8104,0,0.9049,5.9341,0,1.0478,6.0455,0,1.1968,6.1421,0,1.3532,6.2238,0,1.5062,6.2906,0,1.6698,6.3426,0,1.8334,6.3797,0,2.0016,6.402,0,2.1775,6.4094,0 +PLC 1.3952,0.0265,0,1.2092,0.0598,0,1.0394,0.1063,0,0.8797,0.1661,0,0.734,0.2391,0,0.5972,0.3255,0,0.4762,0.4251,0,0.3641,0.5383,0,0.266,0.6651,0,0.1856,0.8056,0,0.1186,0.9599,0,0.0646,1.1278,0,0.0279,1.3094,0,0.0054,1.5048,0,-0.0002,1.7138,0,0.0054,1.8576,0,0.0178,2,0,0.0475,2.141,0,0.0794,2.2804,0,0.1287,2.4185,0,0.1856,2.5551,0,0.2531,2.6902,0,0.3277,2.824,0,0.4145,2.9545,0,0.5132,3.0803,0,0.6174,3.2012,0,0.734,3.3174,0,0.8617,3.4287,0,0.9943,3.5352,0,1.14,3.6369,0,1.2971,3.7338,0,1.4653,3.8271,0,1.5287,3.8589,-0.5578,1.8182,3.68,0,1.8182,3.2414,-0.2602,1.7232,3.0711,0,1.625,3.0106,0,1.5342,2.9442,0,1.4445,2.8743,0,1.365,2.8008,0,1.2915,2.7239,0,1.2299,2.6434,0,1.1699,2.5594,0,1.115,2.4715,0,1.0702,2.3791,0,1.031,2.2824,0,1.0007,2.1813,0,0.9738,2.0757,0,0.957,1.9658,0,0.9469,1.8515,0,0.9413,1.7327,0,0.9469,1.6055,0,0.9592,1.4893,0,0.9794,1.3842,0,1.0111,1.2901,0,1.0478,1.207,0,1.0926,1.135,0,1.1498,1.0741,0,1.2092,1.0241,0,1.2764,0.9825,0,1.3481,0.9464,0,1.4174,0.9159,0,1.4894,0.8909,0,1.5661,0.8715,0,1.6407,0.8576,0,1.6395,0.8577,-0.3834,1.8182,0.6589,0,1.8182,0.2057,-0.4236,1.6118,0.0058,0,1.5857,0.0067,0 + +[0062] b +PLC 2.9111,6.2112,0,3.091,6.0997,0,3.2726,5.9635,0,3.4452,5.8025,0,3.6211,5.6167,0,3.7825,5.4076,0,3.9181,5.1768,0,4.0381,4.9243,0,4.1345,4.65,0,4.2112,4.3539,0,4.2656,4.036,0,4.2953,3.6964,0,4.3045,3.335,0,4.2953,3.0093,0,4.2701,2.6942,0,4.2227,2.3899,0,4.1569,2.0962,0,4.0692,1.8133,0,3.9663,1.5411,0,3.847,1.2797,0,3.703,1.0289,0,3.5472,0.7981,0,3.3788,0.5965,0,3.2031,0.424,0,3.0067,0.2808,0,2.8063,0.1668,0,2.6456,0.1033,-0.5292,2.3722,0.2893,0,2.3722,0.8914,-0.2876,2.485,1.0715,0,2.516,1.0865,0,2.6309,1.1632,0,2.7391,1.2586,0,2.8388,1.3726,0,2.9335,1.5051,0,3.0249,1.6562,0,3.1033,1.8227,0,3.1706,2.0017,0,3.2277,2.193,0,3.2771,2.3967,0,3.3146,2.6127,0,3.3426,2.8411,0,3.3566,3.0819,0,3.3634,3.335,0,3.3538,3.6234,0,3.3387,3.8884,0,3.3062,4.13,0,3.2647,4.3484,0,3.2118,4.5434,0,3.1465,4.7151,0,3.0686,4.8634,0,2.9784,4.9885,0,2.8758,5.0947,0,2.7735,5.1869,0,2.6651,5.2648,0,2.553,5.3286,0,2.4932,5.3543,-0.2997,2.3722,5.538,0,2.3722,6.1361,-0.5105,2.6345,6.3262,0,2.7206,6.2979,0 +PLC 1.4636,0.1181,0,1.3123,0.1845,0,1.1663,0.2657,0,1.1835,0.2544,0.5217,0.8791,0.1322,-0.3491,0.6842,-0.0227,0,0.1999,-0.0227,-0.4142,-0.0001,0.1773,0,-0.0001,8.7848,-0.4142,0.1999,8.9848,0,0.6842,8.9848,-0.4142,0.8842,8.7848,0,0.8842,6.2202,0.6276,1.2086,6.0635,0,1.3123,6.1459,0,1.4709,6.2407,0,1.6292,6.3145,0,1.6534,6.3223,-0.5086,1.9147,6.1319,0,1.9147,5.5712,-0.3016,1.7924,5.3869,0,1.7382,5.3641,0,1.6396,5.3036,0,1.5438,5.2257,0,1.4541,5.1305,0,1.37,5.018,0,1.2896,4.8883,0,1.2137,4.7482,0,1.1464,4.6049,0,1.0868,4.4582,0,1.0296,4.3082,0,0.985,4.1549,0,0.9458,3.9983,0,0.9086,3.8384,0,0.8842,3.6752,0,0.8842,1.7686,0,0.9279,1.6716,0,0.9761,1.5809,0,1.0296,1.4963,0,1.0848,1.4181,0,1.1442,1.3461,0,1.2058,1.2804,0,1.2731,1.221,0,1.3476,1.1677,0,1.4208,1.1208,0,1.5051,1.0801,0,1.5948,1.0457,0,1.6895,1.0175,0,1.7569,1.003,-0.3531,1.9147,0.8075,0,1.9147,0.2502,-0.4795,1.6715,0.0549,0,1.6194,0.0664,0 + +[0063] c +PLC 0.0106,3.5079,0,0.0442,3.8128,0,0.0983,4.108,0,0.1703,4.3937,0,0.27,4.6697,0,0.386,4.9361,0,0.5301,5.1929,0,0.6886,5.4401,0,0.8663,5.6672,0,1.0568,5.8642,0,1.2628,6.0307,0,1.4805,6.167,0,1.7114,6.2731,0,1.9568,6.3488,0,2.2146,6.3942,0,2.4836,6.4094,0,2.7691,6.3988,0,3.0395,6.367,0,3.2917,6.314,0,3.5225,6.2398,0,3.7377,6.1444,0,3.9389,6.0279,0,4.1166,5.89,0,4.2808,5.7311,0,4.427,5.5569,0,4.5553,5.3737,0,4.6674,5.1814,0,4.7652,4.9799,0,4.8411,4.7694,0,4.9028,4.5498,0,4.9473,4.3211,0,4.9491,4.3038,-0.4445,4.7501,4.0834,0,4.1866,4.0834,-0.3422,3.9929,4.2335,0,3.9428,4.4282,0,3.8969,4.5802,0,3.842,4.7185,0,3.7803,4.843,0,3.7131,4.954,0,3.6335,5.0513,0,3.5472,5.1349,0,3.4531,5.2069,0,3.3511,5.2692,0,3.2345,5.322,0,3.1039,5.3652,0,2.9655,5.3987,0,2.8187,5.4228,0,2.6573,5.4371,0,2.4836,5.442,0,2.3312,5.4336,0,2.1849,5.4088,0,2.0409,5.3674,0,1.9075,5.3094,0,1.7764,5.2349,0,1.6441,5.1438,0,1.5253,5.0361,0,1.4043,4.9119,0,1.2953,4.7689,0,1.2039,4.605,0,1.1241,4.4202,0,1.0624,4.2144,0,1.0081,3.9877,0,0.9728,3.7401,0,0.9501,3.4715,0,0.9461,3.182,0,0.9501,2.9164,0,0.9728,2.6676,0,1.0097,2.4355,0,1.0624,2.2202,0,1.1319,2.0217,0,1.2134,1.84,0,1.3124,1.6749,0,1.4267,1.5268,0,1.5474,1.3957,0,1.6747,1.282,0,1.801,1.1859,0,1.9364,1.1073,0,2.0756,1.0461,0,2.2191,1.0024,0,2.3681,0.9762,0,2.5217,0.9674,0,2.6696,0.9712,0,2.8069,0.9826,0,2.9431,1.0014,0,3.0664,1.0279,0,3.1852,1.0619,0,3.2973,1.1035,0,3.4037,1.1526,0,3.5024,1.2093,0,3.5943,1.2771,0,3.6811,1.3594,0,3.7602,1.4563,0,3.8378,1.5678,0,3.907,1.6939,0,3.9627,1.8347,0,4.0348,2.0292,-0.3137,4.2223,2.1598,0,4.8299,2.1598,-0.4662,5.0269,1.9251,0,5.0266,1.9237,0,4.97,1.6992,0,4.8941,1.4864,0,4.8081,1.2851,0,4.6994,1.0955,0,4.575,0.9174,0,4.4391,0.751,0,4.2808,0.5961,0,4.1098,0.4564,0,3.9283,0.3353,0,3.726,0.2328,0,3.513,0.149,0,3.2872,0.0838,0,3.044,0.0373,0,2.7901,0.0093,0,2.5217,0,0,2.2465,0.0151,0,1.9857,0.0606,0,1.7383,0.1363,0,1.5012,0.2423,0,1.281,0.3786,0,1.075,0.5453,0,0.882,0.7422,0,0.7004,0.9693,0,0.5343,1.2161,0,0.3916,1.4719,0,0.2723,1.7364,0,0.1731,2.01,0,0.1008,2.2925,0,0.0442,2.5838,0,0.0106,2.8841,0,-0.0001,3.1933,0 + +[0064] d +PLC 2.9429,6.1459,0,3.0364,6.0715,0.628,3.3609,6.228,0,3.3609,8.7848,-0.4142,3.5609,8.9848,0,4.0475,8.9848,-0.4142,4.2475,8.7848,0,4.2475,0.1773,-0.4142,4.0475,-0.0227,0,3.5481,-0.0227,-0.3418,3.3545,0.1272,0.491,3.0635,0.2517,0,2.9429,0.1845,0,2.7935,0.1181,0,2.638,0.0664,0,2.6002,0.0578,-0.4817,2.3557,0.2527,0,2.3557,0.808,-0.3535,2.5136,1.0036,0,2.5786,1.0175,0,2.6699,1.0457,0,2.7568,1.0801,0,2.8364,1.1208,0,2.9109,1.1677,0,2.9796,1.221,0,3.0471,1.2804,0,3.111,1.3461,0,3.1687,1.4181,0,3.2219,1.4963,0,3.2724,1.5809,0,3.3217,1.6716,0,3.3609,1.7686,0,3.3609,3.6752,0,3.3382,3.8384,0,3.3038,3.9983,0,3.2642,4.1549,0,3.2175,4.3082,0,3.1687,4.4582,0,3.1054,4.6049,0,3.0415,4.7482,0,2.9675,4.8883,0,2.8885,5.018,0,2.8061,5.1305,0,2.7204,5.2257,0,2.6257,5.3036,0,2.5299,5.3641,0,2.4749,5.3883,-0.2971,2.3557,5.5713,0,2.3557,6.1286,-0.5508,2.6414,6.3093,0,2.7859,6.2407,0 +PLC 1.3222,0.2836,0,1.1345,0.4285,0,0.9608,0.6028,0,0.7898,0.8068,0,0.6262,1.0402,0,0.4827,1.2932,0,0.3505,1.556,0,0.2474,1.8284,0,0.1555,2.1104,0,0.0893,2.4021,0,0.0417,2.7034,0,0.0098,3.0144,0,-0.0003,3.335,0,0.0098,3.6592,0,0.0417,3.9693,0,0.0983,4.2653,0,0.1706,4.5472,0,0.2675,4.8151,0,0.3835,5.069,0,0.522,5.3088,0,0.6811,5.5345,0,0.8543,5.7396,0,1.028,5.9173,0,1.2034,6.0676,0,1.3872,6.1907,0,1.5677,6.2863,0,1.6284,6.3089,-0.5228,1.8982,6.1215,0,1.8982,5.5102,-0.2782,1.7915,5.3333,0,1.7436,5.308,0,1.6371,5.2327,0,1.5307,5.1406,0,1.4287,5.0318,0,1.3306,4.9062,0,1.2409,4.7645,0,1.1642,4.6071,0,1.0922,4.4342,0,1.0398,4.2456,0,0.9983,4.0414,0,0.9703,3.8216,0,0.9479,3.5862,0,0.9437,3.335,0,0.9479,3.0875,0,0.9664,2.8511,0,0.9927,2.6259,0,1.0319,2.412,0,1.0846,2.2093,0,1.144,2.0178,0,1.2202,1.8375,0,1.3023,1.6685,0,1.3937,1.5145,0,1.4881,1.3795,0,1.5884,1.2634,0,1.6949,1.1663,0,1.7974,1.0881,0,1.7915,1.0912,-0.2781,1.8982,0.9144,0,1.8982,0.3086,-0.5367,1.6204,0.1244,0,1.5161,0.1684,0 + +[0065] e +PLC 0.0095,3.5079,0,0.0415,3.8128,0,0.0955,4.108,0,0.1732,4.3937,0,0.2673,4.6697,0,0.3858,4.9361,0,0.524,5.1929,0,0.6856,5.4401,0,0.8669,5.6672,0,1.0575,5.8642,0,1.2631,6.0307,0,1.4817,6.167,0,1.714,6.2731,0,1.9541,6.3488,0,2.0315,6.3625,-0.4666,2.2664,6.1656,0,2.2664,5.5812,-0.3439,2.1151,5.3872,0,2.0981,5.3829,0,1.9709,5.337,0,1.8499,5.2781,0,1.7434,5.206,0,1.6448,5.1208,0,1.547,5.0224,0,1.4651,4.9165,0,1.387,4.8082,0,1.3172,4.6978,0,1.2502,4.585,0,1.1962,4.47,0,1.1624,4.3875,0.5332,1.3475,4.1117,0,2.0664,4.1117,-0.4142,2.2664,3.9117,0,2.2664,3.4651,-0.4142,2.0664,3.2651,0,1.1455,3.2651,0.4254,0.9456,3.0575,0,0.951,2.9164,0,0.9734,2.6676,0,1.0126,2.4355,0,1.0619,2.2202,0,1.1292,2.0217,0,1.211,1.84,0,1.3096,1.6749,0,1.4217,1.5268,0,1.545,1.3957,0,1.6694,1.282,0,1.8028,1.1859,0,1.9395,1.1073,0,2.0785,1.0461,0,2.2186,1.0024,0,2.3677,0.9762,0,2.519,0.9674,0,2.6647,0.9712,0,2.8042,0.9826,0,2.9387,1.0014,0,3.0637,1.0279,0,3.1853,1.0619,0,3.299,1.1035,0,3.4038,1.1526,0,3.5019,1.2093,0,3.5944,1.2771,0,3.684,1.3594,0,3.7628,1.4563,0,3.835,1.5678,0,3.9009,1.6939,0,3.9639,1.8347,0,4.0296,2.025,-0.3199,4.2187,2.1598,0,4.8267,2.1598,-0.4886,5.0207,1.9108,0,4.9673,1.6992,0,4.895,1.4864,0,4.8054,1.2851,0,4.6964,1.0955,0,4.5778,0.9174,0,4.4389,0.751,0,4.2808,0.5961,0,4.1116,0.4564,0,3.9233,0.3353,0,3.7249,0.2328,0,3.5142,0.149,0,3.2867,0.0838,0,3.0435,0.0373,0,2.7913,0.0093,0,2.519,0,0,2.2466,0.0151,0,1.9866,0.0606,0,1.7339,0.1363,0,1.5002,0.2423,0,1.2827,0.3786,0,1.0726,0.5453,0,0.8765,0.7422,0,0.6952,0.9693,0,0.5346,1.2161,0,0.3906,1.4719,0,0.2695,1.7364,0,0.176,2.01,0,0.0955,2.2925,0,0.0415,2.5838,0,0.0095,2.8841,0,-0.0006,3.1933,0 +PLC 3.2676,6.2964,0,3.4971,6.2084,0,3.7204,6.0953,0,3.9255,5.9571,0,4.1214,5.7938,0,4.2976,5.6054,0,4.461,5.3929,0,4.6031,5.1576,0,4.7191,4.8994,0,4.8177,4.6183,0,4.895,4.3143,0,4.9466,3.9875,0,4.9791,3.6378,0,4.9838,3.4708,-0.4226,4.7839,3.2651,0,2.928,3.2651,-0.4142,2.728,3.4651,0,2.728,3.9117,-0.4142,2.928,4.1117,0,3.7155,4.1117,0.4929,3.9087,4.3633,0,3.8986,4.4012,0,3.8521,4.5342,0,3.7944,4.6595,0,3.7328,4.7768,0,3.6633,4.8863,0,3.5845,4.9881,0,3.4971,5.082,0,3.4038,5.1663,0,3.3013,5.2395,0,3.1926,5.3013,0,3.0738,5.352,0,2.9505,5.3913,0,2.8877,5.4042,-0.3561,2.728,5.6001,0,2.728,6.1699,-0.4569,2.9566,6.3679,0,3.0172,6.3591,0 + +[0066] f +PLC 2.7589,8.0952,0,2.6403,8.0736,0,2.5305,8.0375,0,2.4319,7.9869,0,2.3433,7.922,0,2.2559,7.8426,0,2.1819,7.7488,0,2.1147,7.6405,0,2.0558,7.5193,0,2.0037,7.3871,0,1.9589,7.2436,0,1.9241,7.089,0,1.8972,6.9231,0,1.8771,6.746,0,1.8653,6.5578,0,1.8635,6.4941,0.4225,2.0634,6.2884,0,3.4109,6.2884,-0.4142,3.6109,6.0884,0,3.6109,5.642,-0.4142,3.4109,5.442,0,2.0597,5.442,0.4142,1.8597,5.242,0,1.8597,0.2567,-0.4142,1.6597,0.0567,0,1.1726,0.0567,-0.4142,0.9726,0.2567,0,0.9726,5.242,0.4142,0.7726,5.442,0,0.1998,5.442,-0.4142,-0.0002,5.642,0,-0.0002,6.0884,-0.4142,0.1998,6.2884,0,0.7764,6.2884,0.4054,0.9763,6.4824,0,0.9827,6.6947,0,1.0096,7.0081,0,1.0527,7.2987,0,1.1144,7.5665,0,1.1934,7.8115,0,1.2898,8.0336,0,1.4041,8.233,0,1.5375,8.4095,0,1.6843,8.5643,0,1.8322,8.6984,0,1.9914,8.812,0,2.155,8.9048,0,2.3254,8.9771,0,2.5042,9.0286,0,2.6896,9.0596,0,2.8858,9.0699,0,3.0337,9.0667,0,3.1803,9.0573,0,3.3167,9.0414,0,3.4512,9.0194,0,3.5717,8.9909,0,3.6827,8.9562,0,3.7596,8.9272,-0.312,3.8889,8.7401,0,3.8889,8.1033,-0.5438,3.6071,7.9208,0,3.5,7.9688,0,3.3733,8.017,0,3.25,8.0544,0,3.1262,8.0811,0,3.0068,8.0971,0,2.8858,8.1024,0 + +[0067] g +PLC 0.5966,4.6626,0,0.6235,4.8406,0,0.6639,5.014,0,0.7233,5.1831,0,0.7995,5.3475,0,0.8914,5.5076,0,0.9998,5.6631,0,1.1267,5.8142,0,1.268,5.9537,0,1.4173,6.0746,0,1.5801,6.1769,0,1.7488,6.2606,0,1.9292,6.3257,0,2.0549,6.3564,-0.4862,2.3024,6.1621,0,2.3024,5.6966,-0.3174,2.1693,5.5081,0,2.1108,5.4873,0,2.0209,5.4448,0,1.939,5.3928,0,1.8631,5.3314,0,1.7936,5.2605,0,1.7342,5.1821,0,1.6813,5.098,0,1.6345,5.0083,0,1.5994,4.9129,0,1.5706,4.8117,0,1.5482,4.705,0,1.5358,4.5926,0,1.5336,4.4745,0,1.5358,4.3701,0,1.5482,4.2685,0,1.5706,4.1698,0,1.5994,4.0739,0,1.6345,3.9808,0,1.6813,3.8906,0,1.7342,3.8032,0,1.7936,3.7186,0,1.8631,3.6407,0,1.939,3.5731,0,2.0209,3.516,0,2.1108,3.4692,0,2.1753,3.444,-0.3087,2.3024,3.2578,0,2.3024,2.7875,-0.4838,2.0564,2.5928,0,2.0542,2.5934,0.2658,1.8638,2.5369,0,1.8435,2.5157,0,1.8059,2.4687,0,1.7712,2.4252,0,1.7432,2.3855,0,1.7264,2.3494,0,1.7146,2.317,0,1.7118,2.2882,0,1.7163,2.2615,0,1.7342,2.2352,0,1.7608,2.2092,0,1.8023,2.1836,0,1.853,2.1584,0,1.9191,2.1336,0,1.9909,2.1092,0,2.155,2.0644,-0.3381,2.3024,1.8714,0,2.3024,1.3893,-0.3006,2.1807,1.2052,0,2.1579,1.1955,0,2.029,1.1409,0,1.9068,1.0851,0,1.7858,1.0282,0,1.6714,0.97,0,1.5605,0.9108,0,1.454,0.8504,0,1.352,0.7889,0,1.2534,0.7236,0,1.1716,0.6521,0,1.1043,0.5742,0,1.0475,0.4901,0,0.9998,0.3997,0,0.9693,0.303,0,0.9505,0.2,0,0.9469,0.0907,0,0.9505,0.0027,0,0.9693,-0.0792,0,0.9998,-0.1548,0,1.0402,-0.2242,0,1.0998,-0.2873,0,1.1637,-0.3442,0,1.2439,-0.3949,0,1.3375,-0.4393,0,1.4417,-0.4781,0,1.5577,-0.5116,0,1.6922,-0.5401,0,1.8328,-0.5633,0,1.9892,-0.5814,0,2.1175,-0.5911,-0.3922,2.3024,-0.7906,0,2.3024,-1.2329,-0.4363,2.0874,-1.4323,0,1.9763,-1.424,0,1.7185,-1.3901,0,1.4762,-1.3426,0,1.25,-1.2814,0,1.0449,-1.2067,0,0.8522,-1.1185,0,0.6728,-1.0166,0,0.5154,-0.9049,0,0.3781,-0.787,0,0.2649,-0.663,0,0.1685,-0.5329,0,0.0967,-0.3966,0,0.0418,-0.2541,0,0.0093,-0.1056,0,-0.0002,0.0491,0,0.0054,0.1638,0,0.0278,0.2756,0,0.0542,0.3843,0,0.099,0.4901,0,0.1584,0.5929,0,0.2276,0.6927,0,0.3063,0.7895,0,0.4005,0.8834,0,0.5047,0.9738,0,0.6162,1.0605,0,0.73,1.1436,0,0.8544,1.2228,0,0.9833,1.2982,0,1.1167,1.3699,0,1.1129,1.3681,0.5146,1.1684,1.6888,0,1.1615,1.6958,0,1.1245,1.7418,0,1.0926,1.7904,0,1.0573,1.8414,0,1.0309,1.8937,0,1.0102,1.9462,0,0.99,1.9989,0,0.971,2.0518,0,0.9584,2.105,0,0.9505,2.1583,0,0.9469,2.2118,0,0.9469,2.2656,0,0.9505,2.3331,0,0.9693,2.4051,0,0.9998,2.4816,0,1.0475,2.5627,0,1.1043,2.6483,0,1.1716,2.7386,0,1.2164,2.7905,0.3837,1.211,3.058,0,0.9216,3.3672,0,0.8421,3.4615,0,0.7748,3.5686,0,0.7177,3.6884,0,0.6728,3.8212,0,0.6336,3.9667,0,0.6089,4.125,0,0.5944,4.2962,0,0.5919,4.4801,0 +PLC 3.1901,6.3076,0,3.3123,6.2627,0,3.4255,6.2098,0,3.445,6.1992,0.2476,3.6316,6.1965,0,3.7158,6.2395,0,3.8984,6.3221,0,4.0823,6.3965,0,4.2661,6.4628,0,4.4566,6.5208,0,4.6471,6.5706,0,4.7835,6.6006,-0.4792,5.0265,6.4053,0,5.0265,6.0196,-0.4134,4.827,5.8196,0,4.7558,5.8194,0,4.6247,5.815,0,4.4981,5.8066,0,4.3748,5.7942,0,4.3377,5.7893,0.5475,4.195,5.4841,0,4.2196,5.4453,0,4.3008,5.2947,0,4.3653,5.1396,0,4.4196,4.9801,0,4.4566,4.816,0,4.479,4.6475,0,4.4855,4.4745,0,4.4773,4.2898,0,4.449,4.1101,0,4.4101,3.9351,0,4.3501,3.7649,0,4.2756,3.5997,0,4.1831,3.4393,0,4.0696,3.2836,0,3.9455,3.1329,0,3.8049,2.9938,0,3.6564,2.8733,0,3.495,2.7714,0,3.3291,2.6879,0,3.1453,2.623,0,3.0085,2.5887,-0.4882,2.7599,2.7827,0,2.7599,3.2574,-0.3117,2.889,3.4444,0,2.9545,3.4692,0,3.0444,3.516,0,3.1285,3.5731,0,3.2024,3.6407,0,3.2725,3.7186,0,3.3339,3.8034,0,3.3905,3.8913,0,3.4356,3.9824,0,3.4726,4.0767,0,3.5051,4.1742,0,3.5252,4.2749,0,3.5376,4.3788,0,3.5398,4.4858,0,3.5376,4.6012,0,3.5252,4.7114,0,3.5051,4.8162,0,3.4726,4.9157,0,3.4356,5.0099,0,3.3905,5.0987,0,3.3339,5.1823,0,3.2725,5.2605,0,3.2024,5.3314,0,3.1285,5.3928,0,3.0444,5.4448,0,2.9545,5.4873,0,2.8948,5.5078,-0.3202,2.7599,5.697,0,2.7599,6.1633,-0.4807,3.0038,6.3584,0,3.0668,6.3442,0 +PLC 3.2725,1.8233,0,3.4087,1.7903,0,3.542,1.7549,0,3.6788,1.7171,0,3.8119,1.6768,0,3.9455,1.6342,0,4.0744,1.5891,0,4.2055,1.5397,0,4.3277,1.4838,0,4.4387,1.4216,0,4.5451,1.3531,0,4.6455,1.2783,0,4.7368,1.1971,0,4.8209,1.1095,0,4.8976,1.0156,0,4.9666,0.9157,0,5.0265,0.81,0,5.0786,0.6985,0,5.1201,0.5813,0,5.1526,0.4583,0,5.1719,0.3295,0,5.1896,0.195,0,5.1918,0.0548,0,5.1795,-0.1004,0,5.147,-0.2494,0,5.0938,-0.3923,0,5.0215,-0.5291,0,4.9214,-0.6597,0,4.8029,-0.7842,0,4.6623,-0.9025,0,4.5003,-1.0147,0,4.3201,-1.117,0,4.117,-1.2057,0,3.9018,-1.2807,0,3.6631,-1.3421,0,3.4087,-1.3898,0,3.1408,-1.4239,0,2.9738,-1.4356,-0.4349,2.7599,-1.2361,0,2.7599,-0.7943,-0.4028,2.952,-0.5944,0,2.9531,-0.5944,0,3.1408,-0.5814,0,3.3089,-0.5633,0,3.4602,-0.5401,0,3.6048,-0.5116,0,3.7264,-0.4781,0,3.8368,-0.4393,0,3.9338,-0.3949,0,4.0147,-0.3442,0,4.0907,-0.2873,0,4.1436,-0.2242,0,4.1913,-0.1548,0,4.2212,-0.0792,0,4.2403,0.0027,0,4.2504,0.0907,0,4.2403,0.2187,0,4.2196,0.3363,0,4.1831,0.4435,0,4.1316,0.5404,0,4.064,0.6269,0,3.9859,0.7029,0,3.8914,0.7686,0,3.785,0.8238,0,3.6664,0.872,0,3.5566,0.9163,0,3.4462,0.9568,0,3.3339,0.9934,0,3.2333,1.0262,0,3.1285,1.0552,0,3.0298,1.0803,0,2.9176,1.1045,-0.3532,2.7599,1.3,0,2.7599,1.6854,-0.4742,2.9997,1.8814,0,3.1386,1.8538,0 + +[0068] h +PLC 2.0867,5.4339,0,1.9601,5.4098,0,1.8362,5.3697,0,1.7188,5.3134,0,1.6082,5.2412,0,1.5017,5.1528,0,1.4053,5.0484,0,1.3112,4.928,0,1.2235,4.7951,0,1.1475,4.6536,0,1.0803,4.5035,0,1.0265,4.3446,0,0.976,4.177,0,0.9368,4.0008,0,0.9066,3.8159,0,0.8875,3.6223,0,0.8875,0.1735,-0.4142,0.6875,-0.0265,0,0.1998,-0.0265,-0.4142,-0.0002,0.1735,0,-0.0002,8.7848,-0.4142,0.1998,8.9848,0,0.6875,8.9848,-0.4142,0.8875,8.7848,0,0.8875,6.0124,0.6436,1.2189,5.8616,0,1.43,6.0455,0,1.6205,6.1765,0,1.8135,6.2784,0,2.0156,6.3512,0,2.2145,6.3948,0,2.423,6.4094,0,2.5872,6.4018,0,2.7502,6.3788,0,2.9083,6.3406,0,3.0618,6.287,0,3.2154,6.2183,0,3.3622,6.1341,0,3.5034,6.0347,0,3.6424,5.92,0,3.7713,5.7848,0,3.8845,5.624,0,3.9767,5.4373,0,4.056,5.2251,0,4.1131,4.9871,0,4.1565,4.7235,0,4.1812,4.4342,0,4.1871,4.1192,0,4.1871,0.1735,-0.4142,3.9871,-0.0265,0,3.5073,-0.0265,-0.4142,3.3073,0.1735,0,3.3073,4.1192,0,3.3006,4.3089,0,3.2879,4.4822,0,3.268,4.6391,0,3.2355,4.7794,0,3.1986,4.9034,0,3.1515,5.0108,0,3.0971,5.1019,0,3.0355,5.1765,0,2.961,5.2387,0,2.8791,5.2926,0,2.7895,5.3382,0,2.6953,5.3756,0,2.5911,5.4046,0,2.4751,5.4254,0,2.3557,5.4378,0,2.2229,5.442,0 + +[0069] i +PLC 0.1408,8.8281,0,0.6864,8.8281,-0.4142,0.8864,8.6281,0,0.8864,7.9396,-0.4142,0.6864,7.7396,0,0.1408,7.7396,-0.4142,-0.0592,7.9396,0,-0.0592,8.6281,-0.4142 +PLC 0.1999,6.4283,0,0.6864,6.4283,-0.4142,0.8864,6.2283,0,0.8864,0.1792,-0.4142,0.6864,-0.0208,0,0.1999,-0.0208,-0.4142,-0.0001,0.1792,0,-0.0001,6.2283,-0.4142 + +[006a] j +PLC 1.8907,-0.2372,0,1.9916,-0.223,0,2.079,-0.1995,0,2.163,-0.1665,0,2.2322,-0.1241,0,2.2964,-0.0724,0,2.346,-0.0111,0,2.388,0.0595,0,2.4231,0.141,0,2.4542,0.2349,0,2.4808,0.3412,0,2.5032,0.4599,0,2.5169,0.5909,0,2.5318,0.7343,0,2.534,0.89,0,2.5368,1.0582,0,2.5368,6.1962,-0.4142,2.7368,6.3962,0,3.2262,6.3962,-0.4142,3.4262,6.1962,0,3.4262,1.0582,0,3.418,0.7424,0,3.3959,0.4508,0,3.3567,0.1833,0,3.3074,-0.06,0,3.2398,-0.2791,0,3.1603,-0.4742,0,3.0672,-0.645,0,2.9599,-0.7918,0,2.8394,-0.9179,0,2.7077,-1.0273,0,2.5718,-1.1199,0,2.4275,-1.1957,0,2.274,-1.2545,0,2.1165,-1.2966,0,1.9484,-1.3218,0,1.7719,-1.3302,0,1.5757,-1.3222,0,1.3919,-1.2981,0,1.216,-1.2579,0,1.0479,-1.2016,0,0.8949,-1.1291,0,0.745,-1.0406,0,0.6096,-0.9361,0,0.4858,-0.8154,0,0.372,-0.6816,0,0.2726,-0.5376,0,0.1905,-0.3836,0,0.1243,-0.2195,0,0.0694,-0.0451,0,0.0324,0.1393,0,0.0103,0.3287,-0.4287,0.21,0.5385,0,0.759,0.5385,-0.3775,0.9574,0.3639,0,0.9621,0.3268,0,0.9789,0.2351,0,1.0067,0.1528,0,1.0378,0.0799,0,1.0748,0.0165,0,1.1218,-0.0375,0,1.1767,-0.0822,0,1.2367,-0.1196,0,1.3012,-0.1521,0,1.3692,-0.1795,0,1.4446,-0.202,0,1.5231,-0.2194,0,1.6024,-0.2319,0,1.6923,-0.2394,0,1.7808,-0.2419,0 +PLC 2.5368,8.6281,0,2.5368,7.9396,0.4142,2.7368,7.7396,0,3.2839,7.7396,0.4142,3.4839,7.9396,0,3.4839,8.6281,0.4142,3.2839,8.8281,0,2.7368,8.8281,0.4142 + +[006b] k +PLC 0.1997,8.9792,0,0.6879,8.9792,-0.4142,0.8879,8.7792,0,0.8879,3.7514,0.7437,1.2548,3.6411,0,2.9116,6.1496,-0.2519,3.0785,6.2393,0,3.6634,6.2393,-0.5996,3.8296,5.9281,0,2.6426,4.1545,0.281,2.6338,3.9464,0,4.6669,0.2761,-0.5715,4.492,-0.0208,0,3.8272,-0.0208,-0.2747,3.6516,0.0836,0,2.1303,2.8786,0.5637,1.7884,2.8942,0,0.9217,1.5999,0.1486,0.8879,1.4886,0,0.8879,0.1792,-0.4142,0.6879,-0.0208,0,0.1997,-0.0208,-0.4142,-0.0003,0.1792,0,-0.0003,8.7792,-0.4142 + +[006c] l +PLC 0.1994,8.949,0,1.0351,8.949,-0.4142,1.2351,8.749,0,1.2351,0.0923,-0.4142,1.0351,-0.1077,0,0.5508,-0.1077,-0.4142,0.3508,0.0923,0,0.3508,7.7845,0.379,0.1751,7.983,-0.379,-0.0006,8.1815,0,-0.0006,8.749,-0.4142 + +[006d] m +PLC 4.4616,5.4341,0,4.3495,5.4106,0,4.2487,5.3714,0,4.1545,5.3165,0,4.0646,5.246,0,3.9853,5.1597,0,3.9113,5.0578,0,3.8474,4.9403,0,3.7846,4.8114,0,3.7353,4.6756,0,3.6883,4.533,0,3.6457,4.3835,0,3.612,4.2272,0,3.584,4.0639,0,3.5577,3.8937,0,3.5426,3.7167,0,3.5426,0.1735,-0.4142,3.3426,-0.0265,0,2.8569,-0.0265,-0.4142,2.6569,0.1735,0,2.6569,4.1192,0,2.6527,4.3141,0,2.6426,4.4914,0,2.6258,4.6513,0,2.6033,4.7936,0,2.5787,4.9184,0,2.5439,5.0257,0,2.5025,5.1155,0,2.4543,5.1878,0,2.4002,5.2474,0,2.3433,5.299,0,2.2783,5.3426,0,2.2088,5.3784,0,2.1371,5.4062,0,2.0612,5.4261,0,1.9791,5.438,0,1.8894,5.442,0,1.7762,5.4341,0,1.672,5.4106,0,1.5722,5.3714,0,1.4758,5.3165,0,1.3918,5.246,0,1.3161,5.1597,0,1.2438,5.0578,0,1.1785,4.9403,0,1.1217,4.8114,0,1.0752,4.6756,0,1.0275,4.533,0,0.9861,4.3835,0,0.9519,4.2272,0,0.9264,4.0639,0,0.9042,3.8937,0,0.8843,3.7167,0,0.8843,0.1735,-0.4142,0.6843,-0.0265,0,0.1998,-0.0265,-0.4142,-0.0002,0.1735,0,-0.0002,6.2339,-0.4142,0.1998,6.4339,0,0.6843,6.4339,-0.4142,0.8843,6.2339,0,0.8843,5.6686,0,1.0107,5.8423,0,1.1424,5.9928,0,1.2752,6.12,0,1.4119,6.2242,0,1.5532,6.3053,0,1.6989,6.3631,0,1.8502,6.3978,0,2.0082,6.4094,0,2.1371,6.4042,0,2.2637,6.3888,0,2.3848,6.3629,0,2.5025,6.3267,0,2.6109,6.2802,0,2.7177,6.2234,0,2.8163,6.1562,0,2.9082,6.0787,0,2.9973,5.9957,0,3.0786,5.912,0,3.1486,5.8275,0,3.2159,5.7424,0,3.2603,5.675,0.5218,3.5883,5.6665,0,3.7152,5.8387,0,3.8743,6.013,0,4.0377,6.1557,0,4.1982,6.2667,0,4.3596,6.346,0,4.5252,6.3935,0,4.6897,6.4094,0,4.8225,6.4021,0,4.9592,6.3803,0,5.0904,6.3439,0,5.2221,6.2929,0,5.3566,6.2274,0,5.4815,6.1474,0,5.6143,6.0528,0,5.7393,5.9436,0,5.8637,5.8132,0,5.9623,5.6549,0,6.0568,5.4687,0,6.126,5.2547,0,6.1831,5.0126,0,6.2252,4.7427,0,6.2504,4.445,0,6.2571,4.1192,0,6.2571,0.1735,-0.4142,6.0571,-0.0265,0,5.5706,-0.0265,-0.4142,5.3706,0.1735,0,5.3706,4.1192,0,5.3661,4.3141,0,5.3566,4.4914,0,5.3437,4.6513,0,5.319,4.7936,0,5.2893,4.9184,0,5.2537,5.0257,0,5.2092,5.1155,0,5.1621,5.1878,0,5.1049,5.2474,0,5.0489,5.299,0,4.9816,5.3426,0,4.9122,5.3784,0,4.8354,5.4062,0,4.7541,5.4261,0,4.6729,5.438,0,4.5776,5.442,0 + +[006e] n +PLC 2.1164,5.4339,0,1.9825,5.4098,0,1.8555,5.3697,0,1.7337,5.3134,0,1.6249,5.2412,0,1.514,5.1528,0,1.4165,5.0484,0,1.3178,4.928,0,1.2313,4.7951,0,1.1565,4.6536,0,1.0853,4.5035,0,1.0253,4.3446,0,0.9788,4.177,0,0.9368,4.0008,0,0.9088,3.8159,0,0.8861,3.6223,0,0.8861,0.1735,-0.4142,0.6861,-0.0265,0,0.1998,-0.0265,-0.4142,-0.0002,0.1735,0,-0.0002,6.2339,-0.4142,0.1998,6.4339,0,0.6861,6.4339,-0.4142,0.8861,6.2339,0,0.8861,6.0032,0.6754,1.2303,5.8646,0,1.2503,5.8854,0,1.4411,6.0455,0,1.6328,6.1765,0,1.8278,6.2784,0,2.0321,6.3512,0,2.2369,6.3948,0,2.4476,6.4094,0,2.6157,6.4018,0,2.7793,6.3788,0,2.9407,6.3406,0,3.0988,6.287,0,3.2546,6.2183,0,3.4036,6.1341,0,3.5493,6.0347,0,3.6883,5.92,0,3.8228,5.7848,0,3.9338,5.624,0,4.0329,5.4373,0,4.1075,5.2251,0,4.1714,4.9871,0,4.2162,4.7235,0,4.2406,4.4342,0,4.2515,4.1192,0,4.2515,0.1735,-0.4142,4.0515,-0.0265,0,3.5666,-0.0265,-0.4142,3.3666,0.1735,0,3.3666,4.1192,0,3.3588,4.3089,0,3.3465,4.4822,0,3.324,4.6391,0,3.2932,4.7794,0,3.2546,4.9034,0,3.2092,5.0108,0,3.1514,5.1019,0,3.0864,5.1765,0,3.0127,5.2387,0,2.929,5.2926,0,2.8365,5.3382,0,2.7368,5.3756,0,2.6303,5.4046,0,2.5115,5.4254,0,2.3882,5.4378,0,2.2571,5.442,0 + +[006f] o +PLC 0.0139,3.5828,0,0.0464,3.8905,0,0.099,4.1863,0,0.1736,4.4702,0,0.2691,4.7423,0,0.3882,5.0025,0,0.5272,5.2508,0,0.6908,5.4873,0,0.8668,5.7034,0,1.0595,5.8907,0,1.268,6.0492,0,1.4854,6.1789,0,1.7205,6.2798,0,1.9668,6.3518,0,2.0553,6.3664,-0.463,2.2878,6.169,0,2.2878,5.5825,-0.3305,2.1458,5.3911,0,2.0565,5.3641,0,1.9169,5.3036,0,1.7836,5.2257,0,1.6547,5.1305,0,1.5303,5.018,0,1.4092,4.8883,0,1.3,4.7416,0,1.2064,4.5784,0,1.1268,4.3987,0,1.0618,4.2024,0,1.0102,3.9896,0,0.9755,3.7602,0,0.9505,3.5144,0,0.9452,3.252,0,0.9505,2.9807,0,0.9755,2.7261,0,1.0102,2.4883,0,1.0618,2.2672,0,1.1268,2.0629,0,1.2064,1.8754,0,1.3,1.7045,0,1.4092,1.5504,0,1.5303,1.4137,0,1.6547,1.2953,0,1.7836,1.1952,0,1.9169,1.1131,0,2.0565,1.0494,0,2.1486,1.0201,-0.3265,2.2878,0.8295,0,2.2878,0.2404,-0.463,2.0553,0.043,0,1.9668,0.0577,0,1.7205,0.1297,0,1.4854,0.2305,0,1.268,0.3602,0,1.0595,0.5186,0,0.8668,0.706,0,0.6908,0.9221,0,0.5272,1.1604,0,0.3882,1.4142,0,0.2691,1.6836,0,0.1736,1.9684,0,0.099,2.2689,0,0.0464,2.5848,0,0.0139,2.9163,0,-0.0002,3.2632,0 +PLC 3.2893,6.2798,0,3.5253,6.1789,0,3.7449,6.0492,0,3.9534,5.8907,0,4.1467,5.7034,0,4.3278,5.4873,0,4.4886,5.2507,0,4.627,5.0018,0,4.748,4.7407,0,4.8456,4.4674,0,4.9201,4.1819,0,4.9733,3.8841,0,5.0097,3.5741,0,5.0182,3.252,0,5.0097,2.9076,0,4.9733,2.5784,0,4.9201,2.2644,0,4.8456,1.9656,0,4.748,1.6819,0,4.627,1.4135,0,4.4886,1.1602,0,4.3278,0.9221,0,4.1467,0.706,0,3.9534,0.5186,0,3.7449,0.3602,0,3.5253,0.2305,0,3.2893,0.1297,0,3.0411,0.0577,0,2.9797,0.0475,-0.463,2.7471,0.2448,0,2.7471,0.8374,-0.3259,2.8859,1.0278,0,2.9531,1.0494,0,3.096,1.1131,0,3.2294,1.1952,0,3.3583,1.2953,0,3.4827,1.4137,0,3.6037,1.5504,0,3.7158,1.7046,0,3.8105,1.8761,0,3.889,2.0645,0,3.9562,2.2701,0,4.005,2.4927,0,4.042,2.7325,0,4.0683,2.9893,0,4.0722,3.2632,0,4.0683,3.523,0,4.042,3.7666,0,4.005,3.994,0,3.9562,4.2052,0,3.889,4.4003,0,3.8105,4.5791,0,3.7158,4.7418,0,3.6037,4.8883,0,3.4827,5.018,0,3.3583,5.1305,0,3.2294,5.2257,0,3.096,5.3036,0,2.9531,5.3641,0,2.8887,5.3837,-0.3299,2.7471,5.575,0,2.7471,6.1646,-0.463,2.9797,6.3619,0,3.0411,6.3518,0 + +[0070] p +PLC 1.5225,6.2214,0,1.6786,6.3004,-0.5591,1.969,6.122,0,1.969,5.5801,-0.332,1.8258,5.3883,0,1.7746,5.3731,0,1.6575,5.3196,0,1.5488,5.2507,0,1.4423,5.1667,0,1.3549,5.0672,0,1.2686,4.9525,0,1.1946,4.8328,0,1.1249,4.7182,0,1.0657,4.6089,0,1.0164,4.5047,0,0.9716,4.4057,0,0.9369,4.312,0,0.9063,4.2234,0,0.8873,4.14,0,0.8873,2.396,0,0.9245,2.2842,0,0.9677,2.1814,0,1.0237,2.0875,0,1.0781,2.0024,0,1.1453,1.9263,0,1.2143,1.8592,0,1.2933,1.801,0,1.377,1.7516,0,1.4692,1.7095,0,1.5617,1.6731,0,1.6598,1.6422,0,1.7595,1.617,0,1.8079,1.6074,-0.3579,1.969,1.4112,0,1.969,0.8522,-0.4773,1.7272,0.6566,0,1.6721,0.6684,0,1.5059,0.718,0,1.3485,0.7818,0,1.1751,0.8665,0.5545,0.8873,0.6868,0,0.8873,-1.1095,-0.4142,0.6873,-1.3095,0,0.1999,-1.3095,-0.4142,-0.0001,-1.1095,0,-0.0001,6.2339,-0.4142,0.1999,6.4339,0,0.6873,6.4339,-0.4142,0.8873,6.2339,0,0.8873,6.1532,0.6314,1.2134,5.998,0,1.3583,6.1156,0 +PLC 2.998,6.2063,0,3.1784,6.092,0,3.3443,5.9523,0,3.5035,5.7873,0,3.6615,5.5968,0,3.8005,5.3859,0,3.917,5.1593,0,4.019,4.9171,0,4.1059,4.6592,0,4.1675,4.3856,0,4.218,4.0965,0,4.2443,3.7916,0,4.2488,3.4711,0,4.2421,3.1567,0,4.2123,2.8587,0,4.1647,2.5772,0,4.0952,2.3121,0,4.0086,2.0634,0,3.9047,1.8313,0,3.778,1.6155,0,3.6323,1.4163,0,3.4732,1.2364,0,3.3073,1.0789,0,3.137,0.9438,0,2.9588,0.8311,0,2.7749,0.7409,0,2.6928,0.712,-0.5172,2.4265,0.9007,0,2.4265,1.4836,-0.2737,2.5302,1.6589,0,2.6461,1.7226,0,2.748,1.7924,0,2.8397,1.8752,0,2.9262,1.9709,0,3.0058,2.0795,0,3.0776,2.2019,0,3.1347,2.3389,0,3.1868,2.4908,0,3.2333,2.6575,0,3.2658,2.8387,0,3.2905,3.0348,0,3.3026,3.2456,0,3.3051,3.4711,0,3.3026,3.692,0,3.2849,3.9012,0,3.2658,4.0986,0,3.2289,4.2843,0,3.1868,4.4583,0,3.1314,4.6206,0,3.0675,4.7712,0,2.9963,4.91,0,2.912,5.0347,0,2.8282,5.1427,0,2.7354,5.2341,0,2.636,5.3089,0,2.5281,5.3699,-0.2705,2.4265,5.544,0,2.4265,6.1443,-0.5092,2.688,6.3345,0,2.8097,6.2952,0 + +[0071] q +PLC 2.7419,0.718,0,2.5783,0.6684,0,2.5224,0.6566,-0.4765,2.2812,0.8523,0,2.2812,1.411,-0.3607,2.4441,1.6076,0,2.4942,1.617,0,2.5906,1.6422,0,2.687,1.6731,0,2.7795,1.7095,0,2.8674,1.7516,0,2.9549,1.801,0,3.0344,1.8592,0,3.1062,1.9263,0,3.1701,2.0024,0,3.2295,2.0875,0,3.2819,2.1814,0,3.3233,2.2842,0,3.3606,2.396,0,3.3606,4.14,0,3.3438,4.2234,0,3.3135,4.312,0,3.2765,4.4057,0,3.2351,4.5047,0,3.1846,4.6089,0,3.123,4.7182,0,3.0541,4.8328,0,2.9818,4.9525,0,2.8955,5.0672,0,2.8058,5.1667,0,2.7016,5.2507,0,2.5951,5.3196,0,2.4741,5.3731,0,2.4231,5.3886,-0.3304,2.2812,5.58,0,2.2812,6.1213,-0.5582,2.5709,6.3,0,2.7274,6.2214,0,2.8899,6.1156,0,3.0345,5.9982,0.6315,3.3606,6.1534,0,3.3606,6.2339,-0.4142,3.5606,6.4339,0,4.0483,6.4339,-0.4142,4.2483,6.2339,0,4.2483,-1.1095,-0.4142,4.0483,-1.3095,0,3.5606,-1.3095,-0.4142,3.3606,-1.1095,0,3.3606,0.6865,0.557,3.0714,0.8656,0,2.9033,0.7818,0 +PLC 1.2894,0.8311,0,1.1109,0.9438,0,0.9414,1.0789,0,0.7749,1.2364,0,0.6164,1.4163,0,0.4746,1.6155,0,0.3479,1.8313,0,0.2392,2.0634,0,0.1529,2.3121,0,0.084,2.5772,0,0.0363,2.8587,0,0.0061,3.1567,0,-0.0001,3.4711,0,0.0061,3.7916,0,0.0363,4.0965,0,0.0812,4.3856,0,0.1484,4.6592,0,0.2297,4.9171,0,0.3311,5.1593,0,0.4499,5.3859,0,0.5911,5.5968,0,0.7402,5.7873,0,0.9038,5.9523,0,1.072,6.092,0,1.2502,6.2063,0,1.4384,6.2952,0,1.5621,6.3352,-0.5091,1.8237,6.1449,0,1.8237,5.5433,-0.2739,1.7198,5.3679,0,1.6122,5.3089,0,1.5186,5.2341,0,1.4216,5.1427,0,1.3376,5.0347,0,1.258,4.91,0,1.1807,4.7712,0,1.1168,4.6206,0,1.0663,4.4583,0,1.0226,4.2843,0,0.9876,4.0986,0,0.9638,3.9012,0,0.9453,3.692,0,0.9431,3.4711,0,0.9453,3.2456,0,0.9638,3.0348,0,0.9876,2.8387,0,1.0204,2.6575,0,1.0619,2.4908,0,1.1109,2.3389,0,1.1728,2.2019,0,1.2476,2.0795,0,1.3281,1.9709,0,1.4121,1.8752,0,1.5057,1.7924,0,1.6024,1.7226,0,1.7198,1.6582,-0.2739,1.8237,1.4829,0,1.8237,0.9004,-0.5182,1.5567,0.712,0,1.4752,0.7409,0 + +[0072] r +PLC 1.3306,6.0072,0,1.4371,6.109,0,1.5607,6.2041,0,1.719,6.2826,0,1.9115,6.3444,0,2.1376,6.3895,0,2.3982,6.4181,0,2.6929,6.4299,0,3.0146,6.4252,0,3.1851,6.415,-0.3968,3.3732,6.2153,0,3.3732,5.4175,-0.4565,3.1449,5.2195,0,3.0437,5.234,0,2.7372,5.2573,0,2.4539,5.2569,0,2.2017,5.2327,0,1.9695,5.1846,0,1.766,5.1128,0,1.5923,5.0172,0,1.4388,4.8978,0,1.3099,4.756,0,1.1989,4.5934,0,1.1025,4.4099,0,1.023,4.2057,0,0.9636,3.9805,0,0.9229,3.7346,0,0.8941,3.4678,0,0.8862,3.1802,0,0.8862,0.1792,-0.4142,0.6862,-0.0208,0,0.1997,-0.0208,-0.4142,-0.0003,0.1792,0,-0.0003,6.2283,-0.4142,0.1997,6.4283,0,0.6862,6.4283,-0.4142,0.8862,6.2283,0,0.8862,6.0414,0.6905,1.236,5.9089,0,1.2359,5.9088,0 + +[0073] s +PLC 0.9986,1.6851,0,1.0412,1.5622,0,1.0984,1.4532,0,1.1628,1.358,0,1.2416,1.2767,0,1.3382,1.2093,0,1.438,1.1526,0,1.5439,1.1035,0,1.656,1.0619,0,1.7742,1.0279,0,1.8986,1.0014,0,2.0297,0.9826,0,2.1659,0.9712,0,2.3097,0.9674,0,2.4601,0.971,0,2.6047,0.9819,0,2.7381,0.9999,0,2.8647,1.0251,0,2.9841,1.0575,0,3.0945,1.0971,0,3.197,1.144,0,3.2929,1.198,0,3.3769,1.2583,0,3.4509,1.3239,0,3.5137,1.3948,0,3.5675,1.471,0,3.6061,1.5526,0,3.6369,1.6394,0,3.6515,1.7316,0,3.6568,1.8291,0,3.6493,1.9684,0,3.6347,2.0972,0,3.6022,2.2154,0,3.5585,2.3232,0,3.498,2.4205,0,3.4296,2.5072,0,3.3397,2.5834,0,3.2503,2.6492,0,3.1393,2.7074,0,3.0149,2.7613,0,2.8793,2.8108,0,2.7302,2.8558,0,2.5644,2.8965,0,2.3884,2.9327,0,2.1979,2.9646,0,1.9928,2.9921,0,1.7865,3.0235,0,1.596,3.0673,0,1.4156,3.1233,0,1.2469,3.1917,0,1.0883,3.2724,0,0.9415,3.3654,0,0.8137,3.4706,0,0.6921,3.5883,0,0.5828,3.7141,0,0.4909,3.8439,0,0.4119,3.9779,0,0.3474,4.1159,0,0.2981,4.2581,0,0.2634,4.4042,0,0.241,4.5544,0,0.2331,4.7088,0,0.2438,4.8612,0,0.2757,5.0114,0,0.3228,5.1594,0,0.3923,5.3052,0,0.4805,5.4488,0,0.5929,5.5901,0,0.7184,5.7292,0,0.8675,5.8661,0,1.0252,5.9935,0,1.1922,6.1038,0,1.3685,6.1972,0,1.5439,6.2736,0,1.7249,6.333,0,1.9137,6.3754,0,2.1015,6.4009,0,2.3018,6.4094,0,2.505,6.4019,0,2.7056,6.3795,0,2.8958,6.3422,0,3.0822,6.2898,0,3.2604,6.2227,0,3.4296,6.1405,0,3.5932,6.0434,0,3.7515,5.9313,0,3.8947,5.8075,0,4.0214,5.675,0,4.1253,5.5337,0,4.2119,5.3838,0,4.2814,5.2252,0,4.329,5.058,0,4.3486,4.9271,-0.4585,4.1509,4.6974,0,3.5997,4.6974,-0.3687,3.4022,4.866,0,3.3993,4.8842,0,3.3722,4.9668,0,3.3341,5.0421,0,3.2884,5.1101,0,3.229,5.171,0,3.1539,5.2245,0,3.0754,5.2709,0,2.9858,5.311,0,2.8958,5.3457,0,2.802,5.3751,0,2.7056,5.3992,0,2.6092,5.4179,0,2.5078,5.4313,0,2.4069,5.4392,0,2.3018,5.442,0,2.1923,5.4389,0,2.0914,5.4298,0,1.9928,5.4146,0,1.893,5.3933,0,1.7966,5.3659,0,1.7025,5.3325,0,1.6139,5.2929,0,1.5271,5.2473,0,1.4469,5.1962,0,1.373,5.14,0,1.3158,5.0788,0,1.2642,5.0126,0,1.2273,4.9413,0,1.1992,4.865,0,1.1852,4.7837,0,1.1796,4.6974,0,1.1824,4.5702,0,1.1992,4.4541,0,1.2245,4.3491,0,1.2584,4.2551,0,1.299,4.1721,0,1.3533,4.1003,0,1.4178,4.0395,0,1.4895,3.9898,0,1.5755,3.9469,0,1.6756,3.9066,0,1.7919,3.8689,0,1.9233,3.8336,0,2.0712,3.8011,0,2.2304,3.771,0,2.4131,3.7436,0,2.6069,3.7186,0,2.802,3.69,0,2.9959,3.6515,0,3.1808,3.603,0,3.3666,3.5446,0,3.5406,3.4762,0,3.7087,3.3979,0,3.8757,3.3095,0,4.0337,3.2113,0,4.1833,3.0992,0,4.3083,2.9694,0,4.4187,2.8218,0,4.5067,2.6565,0,4.5717,2.4734,0,4.6232,2.2726,0,4.6501,2.054,0,4.6602,1.8178,0,4.6501,1.6323,0,4.6188,1.4539,0,4.5661,1.2825,0,4.4899,1.1181,0,4.3963,0.9608,0,4.2736,0.8105,0,4.1329,0.6672,0,3.9743,0.531,0,3.8006,0.4065,0,3.6157,0.2987,0,3.424,0.2074,0,3.2211,0.1327,0,3.0127,0.0747,0,2.7952,0.0332,0,2.5644,0.0083,0,2.329,0,0,2.0875,0.0088,0,1.8521,0.035,0,1.6249,0.0788,0,1.4156,0.14,0,1.209,0.2188,0,1.021,0.3152,0,0.835,0.4289,0,0.6646,0.5603,0,0.5108,0.7074,0,0.3743,0.8689,0,0.2578,1.0446,0,0.1636,1.2346,0,0.0939,1.4388,0,0.0403,1.6573,0,0.0101,1.8901,0,0.0085,1.9289,-0.4262,0.2083,2.1371,0,0.7539,2.1371,-0.3837,0.9528,1.958,0,0.9672,1.8219,0 + +[0074] t +PLC 1.9791,1.1859,0,1.9894,1.1279,0,2.0057,1.0789,0,2.0298,1.0388,0,2.0589,1.0076,0,2.0981,0.9853,0,2.1458,0.9719,0,2.1962,0.9674,0,2.9713,0.9674,-0.4142,3.1713,0.7674,0,3.1713,0.2,-0.4142,2.9713,0,0,2.0298,0,0,1.8095,0.0197,0,1.6131,0.0787,0,1.4548,0.1772,0,1.3237,0.3151,0,1.2217,0.4923,0,1.148,0.7089,0,1.1049,0.9649,0,1.0883,1.2603,0,1.0883,5.6048,0.4142,0.8883,5.8048,0,0.2,5.8048,-0.4142,0,6.0048,0,0,6.4513,-0.4142,0.2,6.6513,0,0.8883,6.6513,0.4142,1.0883,6.8513,0,1.0883,8.4723,-0.2685,1.1887,8.6457,0,1.673,8.924,-0.5767,1.9726,8.7506,0,1.9726,6.8513,0.4142,2.1726,6.6513,0,3.1565,6.6513,-0.4142,3.3565,6.4513,0,3.3565,6.0048,-0.4142,3.1565,5.8048,0,2.1726,5.8048,0.4142,1.9726,5.6048,0,1.9726,1.2528,0 + +[0075] u +PLC 2.1363,0.9755,0,2.2671,0.9996,0,2.3941,1.0397,0,2.5151,1.0959,0,2.6261,1.1682,0,2.7382,1.2565,0,2.8401,1.3609,0,2.9309,1.4814,0,3.0206,1.6142,0,3.1002,1.7556,0,3.1663,1.9057,0,3.2235,2.0643,0,3.2761,2.2316,0,3.3154,2.4075,0,3.3456,2.5921,0,3.3652,2.7852,0,3.3652,6.2358,-0.4142,3.5652,6.4358,0,4.049,6.4358,-0.4142,4.249,6.2358,0,4.249,0.1773,-0.4142,4.049,-0.0227,0,3.5652,-0.0227,-0.4142,3.3652,0.1773,0,3.3652,0.4058,0.6718,3.0224,0.5458,0,3.001,0.524,0,2.8144,0.3639,0,2.6216,0.2328,0,2.421,0.131,0,2.2204,0.0582,0,2.0153,0.0146,0,1.8073,0,0,1.6336,0.0076,0,1.4694,0.0305,0,1.3111,0.0688,0,1.152,0.1223,0,0.9965,0.1912,0,0.8491,0.2753,0,0.7017,0.3747,0,0.5633,0.4894,0,0.4291,0.6246,0,0.315,0.7855,0,0.2231,0.972,0,0.1447,1.1842,0,0.0797,1.4222,0,0.0401,1.6858,0,0.0102,1.9752,0,0.0001,2.2901,0,0.0001,6.2358,-0.4142,0.2001,6.4358,0,0.688,6.4358,-0.4142,0.888,6.2358,0,0.888,2.2901,0,0.8919,2.1004,0,0.9051,1.9272,0,0.9275,1.7703,0,0.9595,1.63,0,0.9965,1.5061,0,1.0458,1.3985,0,1.1027,1.3075,0,1.1646,1.2329,0,1.2419,1.1707,0,1.3237,1.1168,0,1.4123,1.0711,0,1.5143,1.0338,0,1.6205,1.0048,0,1.7398,0.984,0,1.8662,0.9716,0,1.9979,0.9674,0 + +[0076] v +PLC 0.2679,6.4283,0,0.8483,6.4283,-0.3337,1.0404,6.284,0,2.2607,2.0822,0.7507,2.6448,2.0821,0,3.8672,6.2841,-0.3335,4.0592,6.4283,0,4.638,6.4283,-0.5016,4.8297,6.1713,0,3.0323,0.1222,-0.3319,2.8406,-0.0208,0,2.0667,-0.0208,-0.3319,1.875,0.1222,0,0.0762,6.1713,-0.5016 + +[0077] w +PLC 0.2508,6.4283,0,0.8336,6.4283,-0.3509,1.0288,6.2721,0,1.7443,3.0846,0.8057,2.1352,3.0872,0,2.8062,6.2695,-0.3546,3.0019,6.4283,0,3.6771,6.4283,-0.3512,3.8723,6.2719,0,4.584,3.0859,0.806,4.9748,3.0882,0,5.6476,6.2696,-0.3544,5.8432,6.4283,0,6.4282,6.4283,-0.4784,6.6237,6.1858,0,5.3085,0.1367,-0.3528,5.1131,-0.0208,0,4.4732,-0.0208,-0.3498,4.2783,0.1346,0,3.5498,3.3207,0.8015,3.1594,3.3187,0,2.4674,0.1367,-0.3528,2.2719,-0.0208,0,1.6342,-0.0208,-0.3498,1.4393,0.1346,0,0.0558,6.1837,-0.4817 + +[0078] x +PLC 0.3598,6.1156,0,2.0879,3.5823,-0.2964,2.0927,3.3644,0,0.1881,0.2844,0.5875,0.3582,-0.0208,0,1.0133,-0.0208,0.2601,1.1835,0.0742,0,2.5878,2.3503,-0.5439,2.9235,2.3576,0,4.4779,0.0669,0.2486,4.6434,-0.0208,0,5.3748,-0.0208,0.6026,5.54,0.2919,0,3.6584,3.0512,-0.2893,3.6509,3.2647,0,5.3201,6.1275,0.5788,5.1473,6.4283,0,4.4846,6.4283,0.2671,4.3118,6.3288,0,3.1471,4.3271,-0.5515,2.809,4.3149,0,1.4266,6.341,0.2479,1.2613,6.4283,0,0.525,6.4283,0.6026 + +[0079] y +PLC 1.9874,-0.6297,0,1.803,-0.8977,0,1.5839,-1.108,0,1.3323,-1.2608,0,1.0476,-1.356,0,0.7327,-1.3937,0,0.3864,-1.3737,0,0.1604,-1.3285,-0.3574,-0.0003,-1.1324,0,-0.0003,-0.5634,-0.4905,0.2498,-0.3698,0,0.4163,-0.4129,0,0.5945,-0.4353,0,0.7526,-0.429,0,0.8918,-0.3937,0,1.0103,-0.3297,0,1.1104,-0.2369,0,1.1886,-0.1153,0,1.5594,0.8342,0.1746,1.563,0.9697,0,-0.1534,6.1655,-0.5111,0.0365,6.4283,0,0.5875,6.4283,-0.3236,0.7774,6.291,0,1.9391,2.7746,0.703,2.3154,2.7647,0,3.6935,6.3009,-0.3091,3.8798,6.4283,0,4.4834,6.4283,-0.5283,4.6696,6.1553,0,2.1404,-0.3042,0 + +[007a] z +PLC 0.5323,5.321,0,2.7918,5.321,-0.6174,2.952,5.0013,0,0.0398,1.1038,0.1618,0,0.9841,0,0,0.2,0.4142,0.2,0,0,4.4479,0,0.4142,4.6479,0.2,0,4.6479,0.8884,0.4142,4.4479,1.0884,0,1.635,1.0884,-0.6174,1.4748,1.4081,0,4.387,5.3056,0.1618,4.4268,5.4253,0,4.4268,6.2094,0.4142,4.2268,6.4094,0,0.5323,6.4094,0.4142,0.3323,6.2094,0,0.3323,5.521,0.4142 + +[007b] { +PLC 2.4251,-1.2851,0,2.2539,-1.25,0,2.0903,-1.2048,0,1.9267,-1.1496,0,1.7731,-1.0843,0,1.6252,-1.009,0,1.484,-0.9135,0,1.3618,-0.7874,0,1.2632,-0.6307,0,1.1813,-0.4436,0,1.1161,-0.2259,0,1.0704,0.0223,0,1.0398,0.301,0,1.0356,0.6103,0,1.0356,2.4545,0,1.03,2.6716,0,1.0256,2.8702,0,1.0152,3.0505,0,0.9975,3.2123,0,0.9807,3.3556,0,0.9583,3.4806,0,0.9292,3.5871,0,0.9012,3.6752,0,0.856,3.7492,0,0.7924,3.8133,0,0.7084,3.8675,0,0.6064,3.9119,0,0.4853,3.9464,0,0.3419,3.971,0,0.1815,3.9859,-0.3874,0,4.185,0,0,4.7639,-0.3874,0.1815,4.9631,0,0.3419,4.9779,0,0.4853,5.0026,0,0.6064,5.0371,0,0.7084,5.0815,0,0.7924,5.1357,0,0.856,5.1998,0,0.9012,5.2738,0,0.9292,5.3619,0,0.9583,5.4684,0,0.9807,5.5933,0,0.9975,5.7367,0,1.0152,5.8985,0,1.0256,6.0787,0,1.03,6.2774,0,1.0356,6.4944,0,1.0356,8.3386,0,1.0398,8.6479,0,1.0704,8.9266,0,1.1161,9.1749,0,1.1813,9.3925,0,1.2632,9.5797,0,1.3618,9.7363,0,1.484,9.8624,0,1.6252,9.958,0,1.7731,10.0333,0,1.9267,10.0985,0,2.0903,10.1537,0,2.2539,10.1989,0,2.4251,10.2341,0,2.6014,10.2591,0,2.7512,10.2717,-0.4389,2.9679,10.0724,0,2.9679,9.8637,-0.388,2.786,9.6646,0,2.7569,9.6619,0,2.6574,9.6461,0,2.561,9.624,0,2.4725,9.5956,0,2.3851,9.5608,0,2.2988,9.5198,0,2.2248,9.4724,0,2.1497,9.4101,0,2.0903,9.3244,0,2.0365,9.2152,0,1.9962,9.0827,0,1.9592,8.9266,0,1.9368,8.7471,0,1.9222,8.5442,0,1.9166,8.3179,0,1.9166,6.4736,0,1.9121,6.2046,0,1.8975,5.9567,0,1.8673,5.7301,0,1.8303,5.5246,0,1.7832,5.3403,0,1.7216,5.1773,0,1.6521,5.0354,0,1.5703,4.9147,0,1.4882,4.8116,0,1.4021,4.7221,0,1.3203,4.6465,0,1.3021,4.6323,0.4887,1.3021,4.3167,0,1.3203,4.3025,0,1.4021,4.2268,0,1.4882,4.1374,0,1.5703,4.0342,0,1.6521,3.9135,0,1.7216,3.7717,0,1.7832,3.6086,0,1.8303,3.4244,0,1.8673,3.2189,0,1.8975,2.9922,0,1.9121,2.7444,0,1.9166,2.4753,0,1.9166,0.6311,0,1.9222,0.4047,0,1.9368,0.2018,0,1.9592,0.0223,0,1.9962,-0.1337,0,2.0365,-0.2663,0,2.0903,-0.3754,0,2.1497,-0.4612,0,2.2248,-0.5234,0,2.2988,-0.5708,0,2.3851,-0.6119,0,2.4725,-0.6466,0,2.561,-0.6751,0,2.6574,-0.6972,0,2.7569,-0.713,0,2.786,-0.7156,-0.388,2.9679,-0.9148,0,2.9679,-1.1234,-0.4389,2.7512,-1.3227,0,2.6014,-1.3102,0 + +[007d] } +PLC 0.4092,-0.6751,0,0.5,-0.6466,0,0.5874,-0.6119,0,0.6692,-0.5708,0,0.7477,-0.5234,0,0.8172,-0.4612,0,0.8819,-0.3754,0,0.9335,-0.2663,0,0.9763,-0.1337,0,1.0077,0.0223,0,1.0335,0.2018,0,1.0503,0.4047,0,1.0525,0.6311,0,1.0525,2.4753,0,1.0604,2.7444,0,1.075,2.9922,0,1.0996,3.2189,0,1.14,3.4244,0,1.1893,3.6086,0,1.2462,3.7717,0,1.3159,3.9135,0,1.4,4.0342,0,1.4838,4.1374,0,1.5681,4.2268,0,1.6522,4.3025,0,1.6704,4.3167,0.4887,1.6704,4.6323,0,1.6522,4.6465,0,1.5681,4.7221,0,1.4838,4.8116,0,1.4,4.9147,0,1.3159,5.0354,0,1.2462,5.1773,0,1.1893,5.3403,0,1.14,5.5246,0,1.0996,5.7301,0,1.075,5.9567,0,1.0604,6.2046,0,1.0525,6.4736,0,1.0525,8.3179,0,1.0503,8.5442,0,1.0335,8.7471,0,1.0077,8.9266,0,0.9763,9.0827,0,0.9335,9.2152,0,0.8819,9.3244,0,0.8172,9.4101,0,0.7477,9.4724,0,0.6692,9.5198,0,0.5874,9.5608,0,0.5,9.5956,0,0.4092,9.624,0,0.3151,9.6461,0,0.2105,9.6619,0,0.1808,9.6648,-0.3866,-0.0002,9.8639,0,-0.0002,10.0726,-0.4388,0.2164,10.2719,0,0.3689,10.2591,0,0.5448,10.2341,0,0.7163,10.1989,0,0.8819,10.1537,0,1.0402,10.0985,0,1.1994,10.0333,0,1.3473,9.958,0,1.4838,9.8624,0,1.6073,9.7363,0,1.7093,9.5797,0,1.7889,9.3925,0,1.855,9.1749,0,1.9021,8.9266,0,1.9279,8.6479,0,1.9368,8.3386,0,1.9368,6.4944,0,1.9402,6.2774,0,1.9469,6.0787,0,1.9548,5.8985,0,1.9691,5.7367,0,1.9918,5.5933,0,2.0142,5.4684,0,2.0388,5.3619,0,2.0713,5.2738,0,2.1128,5.1998,0,2.1778,5.1357,0,2.2619,5.0815,0,2.3605,5.0371,0,2.4871,5.0026,0,2.6261,4.9779,0,2.7875,4.9631,0,2.7756,4.9635,-0.4063,2.9702,4.7635,0,2.9702,4.1851,-0.3877,2.7885,3.9859,0,2.6261,3.971,0,2.4871,3.9464,0,2.3605,3.9119,0,2.2619,3.8675,0,2.1778,3.8133,0,2.1128,3.7492,0,2.0713,3.6752,0,2.0388,3.5871,0,2.0142,3.4806,0,1.9918,3.3556,0,1.9691,3.2123,0,1.9548,3.0505,0,1.9469,2.8702,0,1.9402,2.6716,0,1.9368,2.4545,0,1.9368,0.6103,0,1.9279,0.301,0,1.9021,0.0223,0,1.855,-0.2259,0,1.7889,-0.4436,0,1.7093,-0.6307,0,1.6073,-0.7874,0,1.4838,-0.9135,0,1.3473,-1.009,0,1.1994,-1.0843,0,1.0402,-1.1496,0,0.8819,-1.2048,0,0.7163,-1.25,0,0.5448,-1.2851,0,0.3689,-1.3102,0,0.2164,-1.3229,-0.4388,-0.0002,-1.1236,0,-0.0002,-0.9169,-0.371,0.1699,-0.7191,0,0.3151,-0.6972,0 + +[00a2] ¢ +PLC 0.0123,5.2208,0,0.0464,5.5014,0,0.1036,5.7734,0,0.1837,6.0369,0,0.2863,6.2919,0,0.4124,6.5383,0,0.5603,6.7762,0,0.7318,7.0055,0,0.9223,7.2166,0,1.1274,7.3995,0,1.3471,7.5542,0,1.5819,7.6808,0,1.8313,7.7793,0,2.0964,7.8496,0,2.376,7.8919,0,2.6696,7.9059,0,2.7335,7.9054,0,2.7963,7.9037,0,2.859,7.9009,0,2.9207,7.897,0,2.9818,7.8919,0,3.0417,7.8857,0,3.1017,7.8784,0,3.1605,7.87,0,3.406,8.7562,0,3.94,8.6391,0,3.6946,7.7661,0,3.8173,7.7201,0,3.9406,7.6642,0,4.0639,7.5984,0,4.1872,7.5228,0,4.3105,7.4373,0,4.4343,7.342,0,4.5582,7.2368,0,4.6826,7.1218,0,4.7997,6.9952,0,4.9045,6.8554,0,4.9953,6.7025,0,5.0732,6.5365,0,5.1382,6.3572,0,5.1897,6.1648,0,5.2284,5.9592,0,5.253,5.7405,0,4.2074,5.7405,0,4.176,5.9057,0,4.1423,6.0555,0,4.1048,6.1898,0,4.0645,6.3088,0,4.0207,6.4123,0,3.9742,6.5004,0,3.9238,6.5732,0,3.8711,6.6305,0,3.8162,6.6781,0,3.763,6.7216,0,3.7103,6.7612,0,3.6587,6.7968,0,3.6077,6.8283,0,3.5573,6.8558,0,3.508,6.8793,0,3.4598,6.8988,0,2.3497,2.8627,0,2.3928,2.8543,0,2.4365,2.847,0,2.4802,2.8408,0,2.5256,2.8358,0,2.571,2.8318,0,2.6181,2.829,0,2.6646,2.8273,0,2.7122,2.8268,0,2.8708,2.8303,0,3.0193,2.8408,0,3.1589,2.8583,0,3.2894,2.8828,0,3.4099,2.9143,0,3.5214,2.9527,0,3.6234,2.9982,0,3.7159,3.0507,0,3.8016,3.1137,0,3.8829,3.1907,0,3.9597,3.2817,0,4.0308,3.3868,0,4.0981,3.5059,0,4.1603,3.639,0,4.2186,3.7861,0,4.2712,3.9473,0,5.3601,3.9473,0,5.3147,3.726,0,5.2519,3.5166,0,5.1723,3.319,0,5.076,3.1334,0,4.9628,2.9596,0,4.8327,2.7976,0,4.6859,2.6475,0,4.5223,2.5093,0,4.343,2.3853,0,4.1508,2.2779,0,3.9451,2.1869,0,3.7254,2.1125,0,3.4923,2.0547,0,3.2457,2.0133,0,2.9857,1.9885,0,2.7122,1.9803,0,2.6332,1.9812,0,2.5553,1.9839,0,2.478,1.9885,0,2.4029,1.9949,0,2.3289,2.0031,0,2.2561,2.0132,0,2.1843,2.0251,0,2.1148,2.0388,0,1.7304,0.6443,0,1.1964,0.7634,0,1.5914,2.2127,0,1.4704,2.2749,0,1.3465,2.3512,0,1.2205,2.4413,0,1.0927,2.5455,0,0.9616,2.6636,0,0.8287,2.7957,0,0.6937,2.9417,0,0.5558,3.1017,0,0.4258,3.2764,0,0.3126,3.4666,0,0.2174,3.6722,0,0.1395,3.8932,0,0.0784,4.1297,0,0.0358,4.3816,0,0.0095,4.649,0,0.0005,4.9318,0 +PLC 2.4937,6.9307,0,2.3345,6.9075,0,2.1815,6.8687,0,2.0347,6.8145,0,1.8929,6.7447,0,1.7584,6.6595,0,1.629,6.5587,0,1.5063,6.4425,0,1.3931,6.3085,0,1.2956,6.1546,0,1.2132,5.9808,0,1.1454,5.787,0,1.0933,5.5733,0,1.0557,5.3397,0,1.0333,5.0862,0,1.0254,4.8127,0,1.031,4.5638,0,1.0456,4.3366,0,1.0714,4.1312,0,1.1073,3.9475,0,1.1527,3.7856,0,1.2087,3.6455,0,1.2748,3.5271,0,1.3516,3.4305,0,1.43,3.3485,0,1.504,3.2738,0,1.5724,3.2066,0,1.6352,3.1468,0,1.6934,3.0944,0,1.7467,3.0495,0,1.7943,3.0119,0,1.8369,2.9817,0,2.9151,6.9271,0,2.8859,6.9298,0,2.8551,6.9321,0,2.8243,6.934,0,2.7929,6.9356,0,2.7604,6.9369,0,2.7268,6.9378,0,2.6932,6.9383,0,2.6595,6.9385,0 + +[00a4] ¤ +PLC 0.0134,3.5828,0,0.0464,3.8905,0,0.0991,4.1863,0,0.1731,4.4703,0,0.2695,4.7423,0,0.3883,5.0025,0,0.5273,5.2508,0,0.6909,5.4873,0,0.8669,5.7034,0,1.0596,5.8907,0,1.2681,6.0492,0,1.4855,6.1789,0,1.7209,6.2798,0,1.9664,6.3518,0,2.2286,6.395,0,2.5066,6.4094,0,2.7789,6.395,0,3.0412,6.3518,0,3.2889,6.2798,0,3.5254,6.1789,0,3.745,6.0492,0,3.9535,5.8907,0,4.1463,5.7034,0,4.3278,5.4873,0,4.4881,5.2507,0,4.6271,5.0018,0,4.7481,4.7407,0,4.8456,4.4674,0,4.9196,4.1819,0,4.9734,3.8841,0,5.0093,3.5741,0,5.0182,3.252,0,5.0093,2.9076,0,4.9734,2.5784,0,4.9196,2.2644,0,4.8456,1.9656,0,4.7481,1.682,0,4.6271,1.4135,0,4.4881,1.1602,0,4.3278,0.9221,0,4.1463,0.706,0,3.9535,0.5186,0,3.745,0.3602,0,3.5254,0.2305,0,3.2889,0.1297,0,3.0412,0.0577,0,2.7789,0.0144,0,2.5066,0,0,2.2286,0.0144,0,1.9664,0.0577,0,1.7209,0.1297,0,1.4855,0.2305,0,1.2681,0.3602,0,1.0596,0.5186,0,0.8669,0.706,0,0.6909,0.9221,0,0.5273,1.1604,0,0.3883,1.4142,0,0.2695,1.6836,0,0.1731,1.9685,0,0.0991,2.2689,0,0.0464,2.5848,0,0.0134,2.9163,0,-0.0006,3.2632,0 +PLC 0.9504,2.9807,0,0.9756,2.7261,0,1.0103,2.4883,0,1.0619,2.2672,0,1.1269,2.0629,0,1.2065,1.8754,0,1.2995,1.7045,0,1.4093,1.5504,0,1.5304,1.4137,0,1.6548,1.2954,0,1.7837,1.1952,0,1.917,1.1132,0,2.056,1.0494,0,2.1995,1.0039,0,2.3508,0.9766,0,2.5066,0.9674,0,2.6624,0.9766,0,2.8114,1.0039,0,2.9526,1.0494,0,3.0961,1.1132,0,3.2295,1.1952,0,3.3584,1.2954,0,3.4828,1.4137,0,3.6038,1.5504,0,3.7159,1.7046,0,3.81,1.8761,0,3.8885,2.0645,0,3.9557,2.2701,0,4.0051,2.4927,0,4.042,2.7325,0,4.0678,2.9893,0,4.0723,3.2632,0,4.0678,3.5231,0,4.042,3.7666,0,4.0051,3.994,0,3.9557,4.2052,0,3.8885,4.4003,0,3.81,4.5791,0,3.7159,4.7418,0,3.6038,4.8883,0,3.4828,5.018,0,3.3584,5.1305,0,3.2295,5.2257,0,3.0961,5.3036,0,2.9526,5.3641,0,2.8114,5.4074,0,2.6624,5.4333,0,2.5066,5.442,0,2.3508,5.4333,0,2.1995,5.4074,0,2.056,5.3641,0,1.917,5.3036,0,1.7837,5.2257,0,1.6548,5.1305,0,1.5304,5.018,0,1.4093,4.8883,0,1.2995,4.7416,0,1.2065,4.5784,0,1.1269,4.3987,0,1.0619,4.2024,0,1.0103,3.9896,0,0.9756,3.7602,0,0.9504,3.5144,0,0.9453,3.252,0 + +[00b0] ° +PLC 0.0078,8.4905,0,0.0179,8.6315,0,0.0481,8.7672,0,0.0829,8.8977,0,0.1299,9.023,0,0.1871,9.1431,0,0.251,9.2579,0,0.3283,9.3675,0,0.4146,9.4678,0,0.4987,9.5548,0,0.5928,9.6283,0,0.6886,9.6885,0,0.7912,9.7353,0,0.8999,9.7688,0,1.0064,9.7888,0,1.123,9.7955,0,1.235,9.7888,0,1.346,9.7688,0,1.4457,9.7353,0,1.5522,9.6885,0,1.6464,9.6283,0,1.7427,9.5548,0,1.8268,9.4678,0,1.9131,9.3675,0,1.9927,9.2579,0,2.0599,9.1431,0,2.1171,9.023,0,2.1642,8.8977,0,2.195,8.7672,0,2.2236,8.6315,0,2.2381,8.4905,0,2.2426,8.3443,0,2.2381,8.1956,0,2.2236,8.0526,0,2.195,7.9153,0,2.1642,7.7838,0,2.1171,7.6581,0,2.0599,7.5381,0,1.9927,7.4239,0,1.9131,7.3154,0,1.8268,7.2165,0,1.7427,7.1307,0,1.6464,7.0581,0,1.5522,6.9987,0,1.4457,6.9525,0,1.346,6.9195,0,1.235,6.8997,0,1.123,6.8931,0,1.0064,6.8997,0,0.8999,6.9195,0,0.7912,6.9525,0,0.6886,6.9987,0,0.5928,7.0581,0,0.4987,7.1307,0,0.4146,7.2165,0,0.3283,7.3154,0,0.251,7.4239,0,0.1871,7.5381,0,0.1299,7.6581,0,0.0829,7.7838,0,0.0481,7.9153,0,0.0179,8.0526,0,0.0078,8.1956,0,0.001,8.3443,0 +PLC 0.3597,8.2421,0,0.3675,8.1444,0,0.3855,8.0512,0,0.4101,7.9624,0,0.4415,7.878,0,0.4763,7.7982,0,0.5211,7.7228,0,0.5738,7.6518,0,0.6332,7.5873,0,0.6886,7.5315,0,0.752,7.4842,0,0.8215,7.4456,0,0.8898,7.4155,0,0.9649,7.394,0,1.0411,7.3812,0,1.123,7.3769,0,1.2003,7.3812,0,1.2787,7.394,0,1.3482,7.4155,0,1.4233,7.4456,0,1.485,7.4842,0,1.5522,7.5315,0,1.6083,7.5873,0,1.6654,7.6518,0,1.7203,7.7228,0,1.7618,7.7982,0,1.8021,7.878,0,1.8347,7.9624,0,1.8593,8.0512,0,1.8784,8.1444,0,1.8879,8.2421,0,1.8907,8.3443,0,1.8879,8.4439,0,1.8784,8.5396,0,1.8593,8.6313,0,1.8347,8.7192,0,1.8021,8.803,0,1.7618,8.883,0,1.7203,8.9591,0,1.6654,9.0312,0,1.6083,9.0969,0,1.5522,9.1539,0,1.485,9.2022,0,1.4233,9.2416,0,1.3482,9.2723,0,1.2787,9.2942,0,1.2003,9.3074,0,1.123,9.3118,0,1.0411,9.3074,0,0.9649,9.2942,0,0.8898,9.2723,0,0.8215,9.2416,0,0.752,9.2022,0,0.6886,9.1539,0,0.6332,9.0969,0,0.5738,9.0312,0,0.5211,8.9591,0,0.4763,8.883,0,0.4415,8.803,0,0.4101,8.7192,0,0.3855,8.6313,0,0.3675,8.5396,0,0.3597,8.4439,0,0.3547,8.3443,0 + +[00b1] ± +PLC 3.6812,9.4346,0,3.6812,6.0466,0,6.6345,6.0466,0,6.6345,5.2001,0,3.6812,5.2001,0,3.6812,1.7989,0,2.9728,1.7989,0,2.9728,5.2001,0,0.0252,5.2001,0,0.0252,6.0466,0,2.9728,6.0466,0,2.9728,9.4346,0 +PLC 6.5829,1.0884,0,6.5829,0.2419,0,0.0005,0.2419,0,0.0005,1.0884,0 + +[00c4] Ä +PLC 5.2561,-0.0832,0,4.508,2.5396,0,1.7032,2.5396,0,0.9551,-0.0832,0,-0.0004,-0.0832,0,2.5724,8.9168,0,3.6382,8.9168,0,6.2116,-0.0832,0 +PLC 4.1997,3.628,0,3.1395,7.3372,0,3.0706,7.3372,0,2.0075,3.628,0 +PLC 1.3933,11.5211,0,2.5158,11.5211,0,2.5158,10.0699,0,1.3933,10.0699,0 +PLC 3.6948,11.5211,0,4.8195,11.5211,0,4.8195,10.0699,0,3.6948,10.0699,0 + +[00d6] Ö +PLC 0.0138,5.0309,0,0.0637,5.455,0,0.1427,5.8658,0,0.2542,6.2632,0,0.3971,6.6473,0,0.5759,7.0181,0,0.7815,7.3756,0,1.0191,7.7198,0,1.2853,8.0362,0,1.5616,8.3105,0,1.8569,8.5426,0,2.1634,8.7324,0,2.4907,8.8801,0,2.8281,8.9855,0,3.1822,9.0488,0,3.551,9.0699,0,3.9175,9.0488,0,4.2649,8.9855,0,4.5989,8.8801,0,4.9139,8.7324,0,5.2165,8.5426,0,5.4955,8.3105,0,5.7612,8.0362,0,6.0094,7.7198,0,6.2285,7.3755,0,6.4247,7.0174,0,6.5905,6.6457,0,6.7217,6.2604,0,6.8293,5.8613,0,6.901,5.4486,0,6.9453,5.0222,0,6.9604,4.5822,0,6.9453,4.12,0,6.901,3.6744,0,6.8293,3.2455,0,6.7217,2.8331,0,6.5905,2.4374,0,6.4247,2.0584,0,6.2285,1.6959,0,6.0094,1.3501,0,5.7612,1.0336,0,5.4955,0.7594,0,5.2165,0.5274,0,4.9139,0.3375,0,4.5989,0.1898,0,4.2649,0.0843,0,3.9175,0.0211,0,3.551,0,0,3.1822,0.0211,0,2.8281,0.0843,0,2.4907,0.1898,0,2.1634,0.3375,0,1.8569,0.5274,0,1.5616,0.7594,0,1.2853,1.0336,0,1.0191,1.3501,0,0.7815,1.6961,0,0.5759,2.0591,0,0.3971,2.439,0,0.2542,2.836,0,0.1427,3.2499,0,0.0637,3.6808,0,0.0138,4.1287,0,-0.0008,4.5935,0 +PLC 0.9552,4.1605,0,0.9945,3.7637,0,1.0539,3.3919,0,1.1435,3.045,0,1.2573,2.723,0,1.3935,2.4259,0,1.5549,2.1538,0,1.7432,1.9066,0,1.9466,1.6864,0,2.1567,1.4957,0,2.3725,1.3343,0,2.5949,1.2023,0,2.8225,1.0995,0,3.0578,1.0262,0,3.3033,0.9821,0,3.551,0.9674,0,3.7942,0.9821,0,4.0368,1.0262,0,4.2649,1.0995,0,4.4852,1.2023,0,4.6987,1.3343,0,4.9038,1.4957,0,5.0965,1.6864,0,5.2882,1.9066,0,5.4546,2.154,0,5.6043,2.4266,0,5.7309,2.7246,0,5.8329,3.0478,0,5.9147,3.3964,0,5.9719,3.7702,0,6.0038,4.1692,0,6.0189,4.5935,0,6.0038,5.0037,0,5.9719,5.3894,0,5.9147,5.7509,0,5.8329,6.088,0,5.7309,6.4007,0,5.6043,6.689,0,5.4546,6.953,0,5.2882,7.1926,0,5.0965,7.4059,0,4.9038,7.5907,0,4.6987,7.7471,0,4.4852,7.875,0,4.2649,7.9745,0,4.0368,8.0456,0,3.7942,8.0882,0,3.551,8.1024,0,3.3033,8.0882,0,3.0578,8.0456,0,2.8225,7.9745,0,2.5949,7.875,0,2.3725,7.7471,0,2.1567,7.5907,0,1.9466,7.4059,0,1.7432,7.1926,0,1.5549,6.9528,0,1.3935,6.6883,0,1.2573,6.3991,0,1.1435,6.0851,0,1.0539,5.7464,0,0.9945,5.3831,0,0.9552,4.995,0,0.9452,4.5822,0 +PLC 1.839,11.5211,0,2.9614,11.5211,0,2.9614,10.0699,0,1.839,10.0699,0 +PLC 4.1405,11.5211,0,5.2652,11.5211,0,5.2652,10.0699,0,4.1405,10.0699,0 + +[00d7] × +PLC 2.676,4.3838,0,-0.0005,7.8096,0,0.4781,8.4237,0,3.1512,4.9979,0,5.8243,8.4237,0,6.3051,7.8096,0,3.632,4.3838,0,6.3051,0.9599,0,5.8243,0.3458,0,3.1512,3.7697,0,0.4781,0.3458,0,-0.0005,0.9599,0 + +[00dc] Ü +PLC 3.1051,0.9764,0,3.289,1.0032,0,3.4666,1.0479,0,3.6459,1.1106,0,3.814,1.1911,0,3.9844,1.2895,0,4.1503,1.4058,0,4.3145,1.54,0,4.463,1.6952,0,4.5963,1.8747,0,4.7067,2.0784,0,4.7947,2.3062,0,4.8642,2.5583,0,4.9158,2.8346,0,4.9483,3.135,0,4.9589,3.4598,0,4.9589,8.9867,0,5.8427,8.9867,0,5.8427,3.4598,0,5.8298,2.9991,0,5.7883,2.574,0,5.7267,2.1847,0,5.6297,1.8309,0,5.5137,1.5129,0,5.368,1.2306,0,5.196,0.9838,0,4.9948,0.7729,0,4.7779,0.5917,0,4.547,0.4347,0,4.3094,0.3019,0,4.0539,0.1932,0,3.7916,0.1086,0,3.5114,0.0483,0,3.2245,0.012,0,2.9219,0,0,2.6226,0.012,0,2.3279,0.0483,0,2.0522,0.1086,0,1.7877,0.1932,0,1.5344,0.3019,0,1.2923,0.4347,0,1.0636,0.5917,0,0.8484,0.7729,0,0.6478,0.9838,0,0.4741,1.2306,0,0.3306,1.5129,0,0.2141,1.8309,0,0.1177,2.1847,0,0.0561,2.574,0,0.0135,2.9991,0,-0.0005,3.4598,0,-0.0005,8.9867,0,0.8854,8.9867,0,0.8854,3.4598,0,0.8961,3.135,0,0.928,2.8346,0,0.9751,2.5583,0,1.0491,2.3062,0,1.1387,2.0784,0,1.2474,1.8747,0,1.3763,1.6952,0,1.5299,1.54,0,1.6935,1.4058,0,1.8616,1.2895,0,2.0281,1.1911,0,2.199,1.1106,0,2.3772,1.0479,0,2.5554,1.0032,0,2.7398,0.9764,0,2.9219,0.9674,0 +PLC 1.2099,11.5211,0,2.3324,11.5211,0,2.3324,10.0699,0,1.2099,10.0699,0 +PLC 3.5114,11.5211,0,4.6361,11.5211,0,4.6361,10.0699,0,3.5114,10.0699,0 + +[00df] ß +PLC 2.9747,9.0583,0,3.2022,9.0234,0,3.4129,8.9654,0,3.613,8.884,0,3.8041,8.7795,0,3.9828,8.6517,0,4.151,8.5006,0,4.3034,8.3264,0,4.4485,8.1391,0,4.5718,7.9493,0,4.6738,7.7569,0,4.7601,7.5618,0,4.8217,7.3641,0,4.8688,7.1638,0,4.8991,6.9608,0,4.9092,6.7552,0,4.9019,6.6056,0,4.889,6.4573,0,4.8666,6.3101,0,4.8402,6.1643,0,4.7971,6.0196,0,4.7506,5.8762,0,4.6906,5.734,0,4.629,5.5931,0,4.5528,5.4593,0,4.4732,5.3387,0,4.3891,5.2312,0,4.295,5.1368,0,4.1975,5.0554,0,4.0949,4.9873,0,3.9828,4.9322,0,3.868,4.8902,0,3.9845,4.8536,0,4.0988,4.8024,0,4.2154,4.7366,0,4.3247,4.6561,0,4.4368,4.561,0,4.5404,4.4514,0,4.6441,4.3271,0,4.7433,4.1882,0,4.8402,4.0359,0,4.9193,3.8712,0,4.9915,3.6942,0,5.0448,3.5049,0,5.0874,3.3033,0,5.1165,3.0894,0,5.1372,2.8631,0,5.1429,2.6246,0,5.1344,2.3961,0,5.1042,2.1717,0,5.0549,1.9515,0,4.9831,1.7353,0,4.8968,1.5233,0,4.7881,1.3153,0,4.6592,1.1115,0,4.5079,0.9117,0,4.3421,0.7263,0,4.1582,0.5657,0,3.9621,0.4298,0,3.7548,0.3186,0,3.5295,0.2321,0,3.2863,0.1704,0,3.0307,0.1333,0,2.7584,0.1209,0,1.8859,0.1209,0,1.8859,1.0884,0,2.7584,1.0884,0,2.9074,1.0943,0,3.0531,1.1122,0,3.1899,1.1419,0,3.3233,1.1836,0,3.4449,1.2371,0,3.5631,1.3026,0,3.6774,1.3799,0,3.7873,1.4691,0,3.8803,1.5703,0,3.9677,1.6833,0,4.0394,1.8083,0,4.0966,1.9451,0,4.1414,2.0938,0,4.1762,2.2544,0,4.1958,2.4269,0,4.1975,2.6114,0,4.1907,2.8439,0,4.1661,3.0603,0,4.1252,3.2609,0,4.0641,3.4454,0,3.9868,3.614,0,3.8932,3.7665,0,3.7873,3.9031,0,3.6606,4.0238,0,3.5194,4.1295,0,3.3703,4.221,0,3.2123,4.2984,0,3.047,4.3618,0,2.8733,4.4111,0,2.6889,4.4463,0,2.4984,4.4675,0,2.2961,4.4745,0,1.8859,4.4745,0,1.8859,5.2001,0,2.2961,5.2001,0,2.4984,5.2074,0,2.6844,5.2295,0,2.8581,5.2664,0,3.0218,5.3179,0,3.1759,5.3843,0,3.3109,5.4652,0,3.432,5.5611,0,3.5441,5.6715,0,3.6427,5.7914,0,3.7307,5.9151,0,3.8018,6.0428,0,3.8596,6.1744,0,3.9027,6.3099,0,3.938,6.4493,0,3.9604,6.5927,0,3.9621,6.7401,0,3.9604,6.8834,0,3.9397,7.0206,0,3.9128,7.1517,0,3.868,7.2765,0,3.8147,7.3952,0,3.7492,7.5077,0,3.6707,7.614,0,3.581,7.7142,0,3.4847,7.8051,0,3.3849,7.884,0,3.284,7.9508,0,3.1798,8.0053,0,3.0756,8.0479,0,2.9646,8.0782,0,2.8525,8.0964,0,2.736,8.1024,0,2.0181,8.1024,0,1.9015,8.0971,0,1.7928,8.081,0,1.6847,8.0542,0,1.5799,8.0167,0,1.4857,7.9685,0,1.3893,7.9095,0,1.2997,7.8399,0,1.2156,7.7595,0,1.136,7.6657,0,1.0699,7.5556,0,1.0128,7.4293,0,0.9679,7.2869,0,0.9304,7.1282,0,0.9085,6.9533,0,0.8884,6.7622,0,0.8861,6.5549,0,0.8861,0.1209,0,-0.0004,0.1209,0,-0.0004,6.5549,0,0.0097,6.8528,0,0.0371,7.1325,0,0.0791,7.3938,0,0.1408,7.6369,0,0.2226,7.8617,0,0.3173,8.0683,0,0.4356,8.2565,0,0.5695,8.4265,0,0.718,8.5773,0,0.876,8.708,0,1.0402,8.8186,0,1.2179,8.9091,0,1.4062,8.9794,0,1.6006,9.0297,0,1.8052,9.0599,0,2.0209,9.0699,0,2.7388,9.0699,0 + +[00e4] ä +PLC 2.3725,6.4008,0,2.563,6.375,0,2.7435,6.3321,0,2.9161,6.2719,0,3.073,6.1946,0,3.2243,6.1001,0,3.3677,5.9884,0,3.4966,5.8595,0,3.6188,5.7142,0,3.7253,5.5532,0,3.8088,5.3765,0,3.8833,5.184,0,3.9382,4.9759,0,3.9808,4.752,0,4.0032,4.5124,0,4.0122,4.2572,0,4.0122,1.1658,0,4.0251,0.9881,0,4.0424,0.8141,0,4.0615,0.6439,0,4.0929,0.4773,0,4.1287,0.3145,0,4.1713,0.1554,0,4.2223,0,0,3.2299,0,0,3.2019,0.1803,0,3.1772,0.3547,0,3.1548,0.5233,0,3.138,0.6859,0,3.0763,0.6113,0,3.0113,0.5405,0,2.9418,0.4736,0,2.8712,0.4105,0,2.7905,0.3512,0,2.7121,0.2958,0,2.6224,0.2443,0,2.5361,0.1965,0,2.4397,0.1533,0,2.3478,0.1155,0,2.2559,0.0829,0,2.1618,0.0558,0,2.0671,0.0338,0,1.9757,0.0172,0,1.8849,0.006,0,1.793,0,0,1.5846,0.0067,0,1.394,0.0265,0,1.208,0.0598,0,1.0387,0.1063,0,0.8785,0.1661,0,0.7328,0.2391,0,0.596,0.3255,0,0.475,0.4251,0,0.3629,0.5383,0,0.2654,0.6651,0,0.1847,0.8056,0,0.1175,0.9599,0,0.0637,1.1278,0,0.0267,1.3094,0,0.0043,1.5048,0,-0.0013,1.7138,0,0.0043,1.8576,0,0.0166,2,0,0.0468,2.141,0,0.0782,2.2805,0,0.1275,2.4185,0,0.1847,2.5551,0,0.2519,2.6902,0,0.327,2.824,0,0.4128,2.9545,0,0.512,3.0803,0,0.6162,3.2012,0,0.7328,3.3174,0,0.8605,3.4287,0,0.9939,3.5352,0,1.1396,3.6369,0,1.2965,3.7338,0,1.4646,3.8271,0,1.6462,3.9183,0,1.8507,4.0074,0,2.0699,4.0942,0,2.3075,4.1788,0,2.563,4.2613,0,2.8354,4.3416,0,3.129,4.4197,0,3.129,4.5841,0,3.12,4.6946,0,3.1122,4.8012,0,3.0954,4.9039,0,3.0707,5.0026,0,3.0388,5.0975,0,2.9967,5.1885,0,2.9514,5.2756,0,2.9004,5.3588,0,2.8376,5.435,0,2.7704,5.501,0,2.6941,5.5569,0,2.6056,5.6025,0,2.5126,5.6381,0,2.4072,5.6635,0,2.2996,5.6787,0,2.1763,5.6838,0,2.0598,5.6796,0,1.9555,5.6672,0,1.8592,5.6464,0,1.765,5.6174,0,1.6832,5.5801,0,1.607,5.5344,0,1.5431,5.4806,0,1.4781,5.4183,0,1.426,5.3485,0,1.3761,5.2718,0,1.3313,5.1883,0,1.2909,5.0978,0,1.2573,5.0005,0,1.2293,4.8963,0,1.2035,4.7852,0,1.1788,4.6672,0,0.2564,4.6672,0,0.2878,4.8602,0,0.327,5.0433,0,0.3853,5.2165,0,0.4571,5.3798,0,0.5456,5.5332,0,0.6521,5.6768,0,0.7675,5.8104,0,0.9042,5.9341,0,1.0466,6.0455,0,1.1956,6.1421,0,1.3526,6.2238,0,1.505,6.2906,0,1.6686,6.3426,0,1.8323,6.3797,0,2.0004,6.402,0,2.1763,6.4094,0 +PLC 0.9457,1.6055,0,0.958,1.4893,0,0.9782,1.3842,0,1.0107,1.2901,0,1.0466,1.207,0,1.0914,1.135,0,1.1486,1.0741,0,1.208,1.0241,0,1.2752,0.9825,0,1.347,0.9464,0,1.4164,0.9159,0,1.4882,0.8909,0,1.5655,0.8715,0,1.6395,0.8576,0,1.7179,0.8493,0,1.8014,0.8465,0,1.8849,0.8526,0,1.9634,0.8641,0,2.0508,0.8811,0,2.1349,0.9037,0,2.2189,0.9317,0,2.303,0.9652,0,2.3915,1.0042,0,2.4767,1.0487,0,2.563,1.1038,0,2.6471,1.1748,0,2.7345,1.2617,0,2.8129,1.3643,0,2.8936,1.4827,0,2.9721,1.617,0,3.0517,1.7671,0,3.129,1.933,0,3.129,3.5996,0,2.9228,3.5406,0,2.7266,3.4819,0,2.5462,3.4233,0,2.3781,3.3648,0,2.2234,3.3066,0,2.0811,3.2485,0,1.9522,3.1906,0,1.8323,3.1329,0,1.7258,3.0735,0,1.6238,3.0106,0,1.533,2.9442,0,1.4433,2.8743,0,1.3638,2.8008,0,1.2909,2.7239,0,1.2293,2.6434,0,1.1688,2.5594,0,1.1138,2.4715,0,1.069,2.3791,0,1.0298,2.2824,0,0.9995,2.1813,0,0.9726,2.0757,0,0.9552,1.9658,0,0.9457,1.8515,0,0.9401,1.7327,0 +PLC 0.294,8.887,0,1.417,8.887,0,1.417,7.4358,0,0.294,7.4358,0 +PLC 2.5961,8.887,0,3.7202,8.887,0,3.7202,7.4358,0,2.5961,7.4358,0 + +[00f8] ø +PLC 0.6562,4.7108,0,0.6882,5.0185,0,0.7414,5.3143,0,0.8154,5.5983,0,0.9118,5.8704,0,1.0306,6.1305,0,1.1696,6.3788,0,1.3332,6.6153,0,1.5092,6.8314,0,1.7014,7.0187,0,1.9098,7.1773,0,2.1278,7.3069,0,2.3632,7.4078,0,2.6081,7.4798,0,2.8709,7.523,0,3.1489,7.5374,0,3.4212,7.523,0,3.6835,7.4798,0,3.9312,7.4078,0,4.1677,7.3069,0,4.3873,7.1773,0,4.5958,7.0187,0,4.6709,6.9455,0,5.8242,8.4237,0,6.305,7.8096,0,5.1551,6.3355,0,5.2694,6.1298,0,5.3904,5.8687,0,5.4879,5.5954,0,5.5619,5.3099,0,5.6157,5.0121,0,5.6516,4.7021,0,5.6605,4.38,0,5.6516,4.0356,0,5.6157,3.7065,0,5.5619,3.3924,0,5.4879,3.0936,0,5.3904,2.81,0,5.2694,2.5416,0,5.1304,2.2883,0,4.9701,2.0502,0,4.7886,1.834,0,4.5958,1.6467,0,4.3873,1.4882,0,4.1677,1.3586,0,3.9312,1.2577,0,3.6835,1.1857,0,3.4212,1.1425,0,3.1489,1.128,0,2.8709,1.1425,0,2.6081,1.1857,0,2.3632,1.2577,0,2.1278,1.3586,0,1.9098,1.4882,0,1.7014,1.6467,0,1.5831,1.7615,0,0.478,0.3458,0,-0.0005,0.9599,0,1.1146,2.3886,0,1.0306,2.5423,0,0.9118,2.8116,0,0.8154,3.0965,0,0.7414,3.3969,0,0.6882,3.7128,0,0.6562,4.0443,0,0.6417,4.3913,0 +PLC 1.5932,4.1087,0,1.6179,3.8541,0,1.6526,3.6163,0,1.7042,3.3952,0,1.7602,3.2168,0,4.0791,6.1871,0,4.0007,6.2586,0,3.8718,6.3537,0,3.7384,6.4316,0,3.5949,6.4921,0,3.4537,6.5354,0,3.3046,6.5613,0,3.1489,6.57,0,2.9931,6.5613,0,2.8418,6.5354,0,2.6983,6.4921,0,2.5588,6.4316,0,2.426,6.3537,0,2.2971,6.2586,0,2.1727,6.1461,0,2.0516,6.0163,0,1.9418,5.8697,0,1.8487,5.7064,0,1.7692,5.5267,0,1.7042,5.3304,0,1.6526,5.1176,0,1.6179,4.8883,0,1.5932,4.6424,0,1.5876,4.38,0 +PLC 2.426,2.3232,0,2.5588,2.2412,0,2.6983,2.1774,0,2.8418,2.1319,0,2.9931,2.1046,0,3.1489,2.0955,0,3.3046,2.1046,0,3.4537,2.1319,0,3.5949,2.1774,0,3.7384,2.2412,0,3.8718,2.3232,0,4.0007,2.4234,0,4.1251,2.5418,0,4.2461,2.6784,0,4.3582,2.8327,0,4.4523,3.0041,0,4.5308,3.1925,0,4.598,3.3981,0,4.6473,3.6207,0,4.6838,3.8605,0,4.7101,4.1174,0,4.7146,4.3913,0,4.7101,4.6511,0,4.6838,4.8946,0,4.6473,5.122,0,4.598,5.3332,0,4.5308,5.5283,0,4.5285,5.5336,0,2.1839,2.5306,0,2.2971,2.4234,0 + +[00fc] ü +PLC 2.1358,0.9755,0,2.267,0.9996,0,2.3936,1.0397,0,2.5147,1.0959,0,2.6256,1.1682,0,2.7377,1.2565,0,2.8397,1.3609,0,2.9305,1.4814,0,3.0201,1.6142,0,3.0997,1.7556,0,3.1658,1.9057,0,3.223,2.0643,0,3.2757,2.2316,0,3.3149,2.4075,0,3.3452,2.5921,0,3.3653,2.7852,0,3.3653,6.4358,0,4.2485,6.4358,0,4.2485,-0.0227,0,3.3653,-0.0227,0,3.3653,0.9315,0,3.186,0.7132,0,3.0011,0.524,0,2.8139,0.3639,0,2.6211,0.2328,0,2.4205,0.131,0,2.2199,0.0582,0,2.0148,0.0146,0,1.8074,0,0,1.6337,0.0076,0,1.469,0.0305,0,1.3109,0.0688,0,1.1518,0.1223,0,0.996,0.1912,0,0.8492,0.2753,0,0.7012,0.3747,0,0.5634,0.4894,0,0.4289,0.6246,0,0.3146,0.7855,0,0.2227,0.972,0,0.1442,1.1843,0,0.0792,1.4222,0,0.04,1.6858,0,0.0097,1.9752,0,-0.0004,2.2901,0,-0.0004,6.4358,0,0.8884,6.4358,0,0.8884,2.2901,0,0.8918,2.1004,0,0.9052,1.9272,0,0.9276,1.7704,0,0.959,1.63,0,0.996,1.5061,0,1.0453,1.3985,0,1.1025,1.3075,0,1.1641,1.2329,0,1.2409,1.1707,0,1.3233,1.1168,0,1.4118,1.0711,0,1.5138,1.0338,0,1.6203,1.0048,0,1.7402,0.984,0,1.8657,0.9716,0,1.998,0.9674,0 +PLC 0.4137,8.887,0,1.5362,8.887,0,1.5362,7.4358,0,0.4137,7.4358,0 +PLC 2.7153,8.887,0,3.8405,8.887,0,3.8405,7.4358,0,2.7153,7.4358,0 diff --git a/assets/fonts/KochiMincho.cxf b/assets/fonts/KochiMincho.cxf new file mode 100644 index 00000000..ed38d049 --- /dev/null +++ b/assets/fonts/KochiMincho.cxf @@ -0,0 +1,588 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Kochi Mincho +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: 東風フォント(明朝) +# Author: Yoshimune Kobayashi + +[0021] ! +PLC 0.6137,2.3279,0,0.0394,7.5877,0,0.0099,7.8896,0,0,8.1039,0,0.0587,8.474,0,0.2146,8.7565,0,0.4578,8.9416,0,0.7402,9,0,1.0232,8.9416,0,1.2565,8.7565,0,1.4124,8.4546,0,1.4711,8.026,0,1.4612,7.8409,0,1.4418,7.5877,0,0.8572,2.3279,0 +PLC 1.0033,1.1981,0,1.2372,1.0422,0,1.393,0.8084,0,1.4517,0.5357,0,1.393,0.263,0,1.2372,0.0292,0,1.0033,-0.1266,0,0.7306,-0.1851,0,0.4484,-0.1266,0,0.2146,0.0292,0,0.0587,0.263,0,0.0099,0.5357,0,0.0587,0.8084,0,0.2146,1.0422,0,0.4484,1.1981,0,0.7306,1.2565,0 + +[0022] " +PLC 2.5226,7.1104,0,2.3764,7.8896,0,2.367,8.0552,0,2.367,8.2208,0,2.4153,8.5714,0,2.5516,8.8149,0,2.7565,8.961,0,3.0292,9,0,3.2826,8.961,0,3.4969,8.8149,0,3.6329,8.5909,0,3.682,8.3085,0,3.6424,7.7338,0,3.5551,7.1104,0,3.185,5.211,0,2.8734,5.211,0 +PLC 0.1362,7.1299,0,0.0294,7.802,0,0.0002,8.211,0,0.0391,8.5714,0,0.1654,8.8149,0,0.37,8.961,0,0.6329,9,0,0.896,8.961,0,1.1105,8.8149,0,1.2468,8.5909,0,1.2956,8.2987,0,1.2567,7.8799,0,1.1298,7.1299,0,0.779,5.211,0,0.4969,5.211,0 + +[0023] # +PLC 1.1101,2.776,0,-0.0002,2.776,0,-0.0002,3.302,0,1.2075,3.302,0,1.6559,5.5325,0,-0.0002,5.5325,0,-0.0002,6.0487,0,1.7823,6.0487,0,2.3766,9,0,2.9119,9,0,2.3179,6.0487,0,4.5098,6.0487,0,5.1428,9,0,5.6786,9,0,5.0647,6.0487,0,6.1654,6.0487,0,6.1654,5.5325,0,4.9676,5.5325,0,4.5098,3.302,0,6.1654,3.302,0,6.1654,2.776,0,4.4023,2.776,0,3.7986,-0.1851,0,3.2726,-0.1851,0,3.857,2.776,0,1.6559,2.776,0,1.0418,-0.1851,0,0.5059,-0.1851,0 +PLC 3.9544,3.302,0,4.4219,5.5325,0,2.2111,5.5325,0,1.7533,3.302,0 + +[0024] $ +PLC 0.2829,2.1721,0,0.458,1.3831,0,0.8472,0.8084,0,1.4514,0.4286,0,2.2992,0.2435,0,2.2992,4.0325,0,1.0816,4.8799,0,0.351,5.6299,0,0.0978,6.1753,0,0.0101,6.8279,0,0.156,7.5779,0,0.6039,8.2208,0,1.3248,8.7078,0,2.2992,8.9416,0,2.2992,9.5455,0,2.7173,9.5455,0,2.7173,8.9416,0,3.2046,8.9026,0,3.6139,8.8247,0,4.0132,8.6883,0,4.8605,8.3766,0,4.8605,6.4383,0,4.6073,6.4383,0,4.4225,7.3247,0,4.0715,7.9383,0,3.5066,8.3279,0,2.7173,8.513,0,2.7173,5.211,0,4.0524,4.2175,0,4.8119,3.526,0,5.1627,2.9221,0,5.2797,2.1818,0,5.104,1.3344,0,4.5974,0.6039,0,3.7893,0.0682,0,2.7173,-0.1851,0,2.7173,-1.013,0,2.2992,-1.013,0,2.2992,-0.1851,0,1.7046,-0.1364,0,1.1593,-0.039,0,0.6039,0.1071,0,0.0002,0.3312,0,0.0002,2.1721,0 +PLC 2.2992,8.5032,0,1.7341,8.3669,0,1.3345,8.0942,0,1.1006,7.7143,0,1.0228,7.2468,0,1.091,6.789,0,1.3055,6.3701,0,1.6952,5.9416,0,2.2992,5.4838,0 +PLC 3.1462,0.3409,0,3.4578,0.4773,0,3.7893,0.7403,0,4.0331,1.0714,0,4.1884,1.4513,0,4.2471,1.8604,0,4.1787,2.2695,0,3.9937,2.6688,0,3.5458,3.1266,0,2.7173,3.75,0,2.7173,0.2435,0 + +[0025] % +PLC 2.1526,-0.3604,0,1.5779,-0.3604,0,7.9873,9,0,8.5714,9,0 +PLC 2.6786,8.8247,0,3.2533,8.2792,0,3.6135,7.5,0,3.7404,6.6039,0,3.6041,5.6104,0,3.1951,4.8604,0,2.5909,4.4026,0,1.8799,4.2468,0,1.3928,4.3149,0,0.9452,4.5292,0,0.5555,4.8799,0,0.2535,5.3669,0,0.0685,5.961,0,0.0003,6.6039,0,0.0685,7.2662,0,0.2632,7.8604,0,0.5652,8.3669,0,0.9742,8.7175,0,1.432,8.9318,0,1.8992,9,0 +PLC 1.5682,8.5422,0,1.2861,8.25,0,1.101,7.6461,0,1.0329,6.6136,0,1.0718,5.8247,0,1.1788,5.2403,0,1.3151,4.9188,0,1.5197,4.6851,0,1.6758,4.5974,0,1.8606,4.5682,0,2.143,4.6558,0,2.3865,4.9091,0,2.6303,5.5714,0,2.7177,6.5747,0,2.6303,7.6266,0,2.3964,8.3085,0,2.1626,8.5617,0,1.8799,8.6396,0 +PLC 8.7273,4.2955,0,9.1851,4.0812,0,9.5946,3.7208,0,9.8961,3.224,0,10.0814,2.6396,0,10.1498,1.9968,0,10.013,0.9838,0,9.5946,0.2435,0,8.9904,-0.2143,0,8.2893,-0.3604,0,7.8216,-0.2922,0,7.3736,-0.0682,0,6.9741,0.2825,0,6.6721,0.7597,0,6.4773,1.3442,0,6.4092,1.9968,0,6.4773,2.6494,0,6.6721,3.2435,0,6.9741,3.7403,0,7.3736,4.0909,0,7.8216,4.2955,0,8.2695,4.3734,0 +PLC 7.9873,3.9351,0,7.7339,3.6721,0,7.5196,3.0195,0,7.4418,1.9578,0,7.5196,0.9643,0,7.7438,0.3312,0,7.9873,0.0877,0,8.2794,0,0,8.562,0.0877,0,8.8053,0.3604,0,9.0392,1.0033,0,9.117,1.987,0,9.0392,3.0195,0,8.8053,3.6916,0,8.5714,3.9448,0,8.2794,4.0227,0 + +[0026] & +PLC 9.0195,5.6688,0,9.0195,5.4253,0,8.5327,5.3377,0,8.1918,5.1818,0,7.841,4.763,0,7.3441,3.9448,0,6.7406,2.9416,0,6.0586,2.0162,0,6.6137,1.4416,0,7.0906,1.0714,0,7.5489,0.8669,0,8.0068,0.7987,0,8.4257,0.8571,0,8.7666,1.0422,0,9.0393,1.3442,0,9.2145,1.763,0,9.4478,1.5877,0,9.1364,0.789,0,8.6789,0.2338,0,8.1041,-0.0877,0,7.4419,-0.2045,0,6.9061,-0.1266,0,6.3606,0.0877,0,5.7858,0.4773,0,5.1623,1.0617,0,4.393,0.4578,0,3.7113,0.0779,0,3.0389,-0.1364,0,2.3279,-0.2045,0,1.3737,-0.0584,0,0.6334,0.3701,0,0.1558,0.9935,0,0,1.7338,0,0.1367,2.5227,0,0.5651,3.302,0,1.3737,4.1007,0,2.6886,4.9188,0,2.4352,5.5325,0,2.2695,6.0292,0,2.1919,6.4481,0,2.1624,6.8571,0,2.3671,7.8312,0,2.9807,8.552,0,3.6625,8.8929,0,4.4317,9,0,5.133,8.8929,0,5.6882,8.5422,0,6.0489,8.0357,0,6.1755,7.4221,0,6.0586,6.7792,0,5.7078,6.2143,0,5.0552,5.6688,0,4.0423,5.0747,0,4.8801,3.6721,0,5.7566,2.3864,0,6.6137,3.6429,0,6.8964,4.6851,0,6.8474,4.9675,0,6.7014,5.2208,0,6.5357,5.3571,0,6.3023,5.4253,0,6.3023,5.6688,0 +PLC 4.5194,5.9123,0,5.0263,6.3701,0,5.3181,6.8864,0,5.4256,7.4513,0,5.3473,7.8799,0,5.133,8.2208,0,4.812,8.4546,0,4.4124,8.5325,0,3.9157,8.4351,0,3.5649,8.1331,0,3.3409,7.7533,0,3.2733,7.3636,0,3.302,7.0325,0,3.3798,6.6623,0,3.5458,6.1753,0,3.8186,5.5033,0 +PLC 4.1007,2.4545,0,3.6335,3.1461,0,3.2921,3.75,0,2.9126,4.4903,0,2.2308,4.013,0,1.7341,3.4968,0,1.4415,2.9416,0,1.3444,2.3279,0,1.451,1.6753,0,1.7928,1.1104,0,2.3183,0.711,0,3,0.5844,0,3.3996,0.6234,0,3.7893,0.75,0,4.2372,1.0033,0,4.8214,1.4416,0 + +[0027] ' +PLC 0.1463,7.1299,0,0.0393,7.802,0,0.0004,8.211,0,0.0393,8.5714,0,0.1656,8.8149,0,0.3705,8.961,0,0.6331,9,0,0.8962,8.961,0,1.1107,8.8149,0,1.2564,8.5909,0,1.3052,8.3085,0,1.2663,7.8896,0,1.1394,7.1299,0,0.7891,5.211,0,0.4971,5.211,0 + +[0028] ( +PLC 3.5845,-2.8442,0,2.6887,-2.3084,0,1.9482,-1.6851,0,1.1205,-0.6623,0,0.5066,0.5357,0,0.1268,1.8312,0,0,3.1851,0,0.2438,5.1136,0,0.9934,6.8571,0,2.1332,8.2792,0,3.5845,9.2338,0,3.5845,8.961,0,2.8539,8.4351,0,2.2697,7.7533,0,1.8214,6.8864,0,1.5097,5.8149,0,1.3152,4.6071,0,1.2565,3.3604,0,1.3056,2.026,0,1.4711,0.8279,0,1.6561,0.0195,0,1.8801,-0.6039,0,2.1622,-1.1396,0,2.5229,-1.6461,0,2.9902,-2.1331,0,3.5845,-2.6006,0 + +[0029] ) +PLC 0.0001,9.2338,0,0.896,8.6981,0,1.6362,8.0844,0,2.4644,7.052,0,3.078,5.8636,0,3.4575,4.5584,0,3.5844,3.2045,0,3.3312,1.276,0,2.5907,-0.4675,0,1.4511,-1.8896,0,0.0001,-2.8442,0,0.0001,-2.6006,0,0.7206,-2.0747,0,1.3149,-1.3929,0,1.763,-0.526,0,2.0747,0.5455,0,2.2696,1.7533,0,2.3279,3.0097,0,2.2696,4.3247,0,2.1136,5.5325,0,1.9285,6.3409,0,1.7046,6.9643,0,1.4219,7.4903,0,1.0614,8.0065,0,0.5942,8.4935,0,0.0001,8.961,0 + +[002a] * +PLC 2.2012,7.2273,0,2.0842,7.6656,0,1.919,8.2013,0,1.8603,8.5422,0,1.8992,8.8442,0,2.0161,9.0585,0,2.2012,9.1851,0,2.4157,9.2338,0,2.6008,9.1851,0,2.766,9.0585,0,2.8735,8.8442,0,2.9122,8.552,0,2.8735,8.211,0,2.737,7.7435,0,2.6008,7.237,0,2.5326,6.7792,0,2.8636,7.0325,0,3.1755,7.3247,0,3.5553,7.7435,0,3.8278,7.9675,0,4.0423,8.0552,0,4.2663,8.0844,0,4.461,8.0552,0,4.6265,7.9383,0,4.7335,7.7825,0,4.7729,7.5974,0,4.7142,7.3734,0,4.5584,7.1688,0,4.1786,6.974,0,3.4869,6.789,0,3.0291,6.6721,0,2.6491,6.5357,0,3.0291,6.3799,0,3.477,6.2727,0,4.13,6.1071,0,4.5095,5.9123,0,4.6852,5.6883,0,4.7533,5.4448,0,4.7142,5.2695,0,4.6072,5.1136,0,4.4414,5.0065,0,4.2663,4.9675,0,4.0517,4.9968,0,3.8278,5.1039,0,3.5553,5.3279,0,3.1946,5.7175,0,2.8928,6.0195,0,2.5326,6.3117,0,2.5713,5.9221,0,2.6783,5.5033,0,2.8539,4.8604,0,2.9122,4.461,0,2.8735,4.2175,0,2.7566,4.0227,0,2.5908,3.8864,0,2.4251,3.8474,0,2.1917,3.8864,0,1.9866,4.0325,0,1.8895,4.2078,0,1.8504,4.4708,0,1.8895,4.8117,0,2.0064,5.2208,0,2.1234,5.5909,0,2.1917,5.8247,0,2.2304,6.0292,0,2.2599,6.3117,0,1.8992,6.039,0,1.5972,5.7468,0,1.178,5.3084,0,0.8765,5.0747,0,0.7113,4.9968,0,0.526,4.9675,0,0.3211,5.0065,0,0.1559,5.1136,0,0.0389,5.2695,0,-0.0002,5.4448,0,0.029,5.6104,0,0.1266,5.7857,0,0.2921,5.9513,0,0.526,6.0877,0,0.8183,6.1753,0,1.3244,6.2922,0,1.724,6.3994,0,2.1135,6.5357,0,1.724,6.6916,0,1.2761,6.8084,0,0.633,6.974,0,0.2921,7.1104,0,0.0679,7.3539,0,-0.0002,7.6364,0,0.029,7.802,0,0.146,7.9578,0,0.3018,8.0649,0,0.4868,8.1039,0,0.7014,8.0649,0,0.9347,7.9675,0,1.2075,7.763,0,1.5387,7.4123,0,1.8992,7.052,0,2.2599,6.7792,0 + +[002b] + +PLC 3.2339,4.1591,0,0.0002,4.1591,0,0.0002,4.6851,0,3.2339,4.6851,0,3.2339,7.9091,0,3.7501,7.9091,0,3.7501,4.6851,0,6.9937,4.6851,0,6.9937,4.1591,0,3.7501,4.1591,0,3.7501,0.9156,0,3.2339,0.9156,0 + +[002c] , +PLC -0.0007,-1.9286,0,0.5939,-1.6461,0,1.0423,-1.2468,0,1.3145,-0.7695,0,1.4018,-0.263,0,1.3926,-0.1461,0,1.3438,-0.0487,0,1.3046,-0.0097,0,1.2563,0.0097,0,1.1394,-0.0292,0,0.9444,-0.1266,0,0.8278,-0.1656,0,0.7014,-0.1851,0,0.4088,-0.1364,0,0.1943,0.0097,0,0.0486,0.2338,0,-0.0007,0.526,0,0.0679,0.8182,0,0.2431,1.0714,0,0.5163,1.237,0,0.8374,1.2955,0,1.2459,1.2078,0,1.6066,0.9253,0,1.8502,0.487,0,1.9381,-0.0682,0,1.8207,-0.711,0,1.4704,-1.3052,0,0.8761,-1.8214,0,-0.0007,-2.211,0 + +[002d] - +PLC 3.36,3.4773,0,3.36,2.4935,0,0.0002,2.4935,0,0.0002,3.4773,0 + +[002e] . +PLC 0.993,1.2078,0,1.2269,1.052,0,1.383,0.8182,0,1.4414,0.5357,0,1.383,0.263,0,1.2269,0.0292,0,0.993,-0.1266,0,0.7205,-0.1851,0,0.4376,-0.1266,0,0.2037,0.0292,0,0.0482,0.263,0,-0.0004,0.5357,0,0.0482,0.8182,0,0.2037,1.052,0,0.4376,1.2078,0,0.7205,1.2565,0 + +[002f] / +PLC 0.517,-0.1851,0,0.0007,-0.1851,0,3.1851,9.2338,0,3.7118,9.2338,0 + +[0030] 0 +PLC 0.1168,5.7468,0,0.4577,6.9448,0,0.9834,7.8896,0,1.6652,8.5617,0,2.2592,8.8831,0,2.8731,8.9805,0,3.8378,8.7273,0,4.6945,7.9481,0,5.4446,6.4481,0,5.6978,4.4903,0,5.5908,3.0682,0,5.2593,1.8799,0,4.7529,0.9545,0,4.1296,0.3312,0,3.4578,-0.039,0,2.8047,-0.1558,0,1.6562,0.2143,0,0.7109,1.3344,0,0.1758,2.7078,0,-0.0001,4.3539,0 +PLC 1.3827,2.5325,0,1.7236,1.2175,0,2.1814,0.4968,0,2.8241,0.2532,0,3.1848,0.3312,0,3.5549,0.5649,0,3.8863,0.9935,0,4.1296,1.6266,0,4.3536,2.9708,0,4.4214,4.7727,0,4.3442,6.1558,0,4.1103,7.2857,0,3.8467,7.9188,0,3.5058,8.3377,0,3.214,8.5032,0,2.8632,8.552,0,2.4445,8.4546,0,2.0843,8.1623,0,1.6845,7.4708,0,1.4417,6.4675,0,1.3154,5.3182,0,1.2757,4.1883,0 + +[0031] 1 +PLC 2.1434,8.9805,0,2.3575,8.9805,0,2.3575,1.5487,0,2.3669,0.9545,0,2.4159,0.6331,0,2.514,0.4675,0,2.679,0.3506,0,2.9714,0.2727,0,3.4678,0.2435,0,3.4678,0,0,0.1561,0,0,0.1561,0.2435,0,0.6724,0.2727,0,0.9647,0.3506,0,1.1104,0.4578,0,1.2179,0.6039,0,1.2669,0.9156,0,1.2858,1.5487,0,1.2858,6.302,0,1.2669,7.0909,0,1.2179,7.539,0,1.1599,7.7143,0,1.0519,7.8409,0,0.9261,7.9188,0,0.77,7.9383,0,0.4777,7.8896,0,0.0981,7.7338,0,0.0005,7.9383,0 + +[0032] 2 +PLC 5.2011,0,0,-0.0003,0,0,-0.0003,0.2435,0,1.9583,2.1429,0,3.2346,3.6526,0,3.9347,4.9188,0,4.1685,6.0779,0,4.0328,6.8377,0,3.6523,7.4513,0,3.0874,7.8604,0,2.4255,7.987,0,1.8116,7.8994,0,1.2567,7.6071,0,0.8083,7.1396,0,0.4966,6.4968,0,0.2534,6.4968,0,0.5457,7.5584,0,1.0907,8.3377,0,1.8507,8.8247,0,2.7669,8.9805,0,3.7504,8.8149,0,4.559,8.2987,0,5.0941,7.5487,0,5.2794,6.6721,0,5.2011,6.0097,0,4.9672,5.3377,0,4.334,4.2565,0,3.4095,3.1071,0,2.0945,1.6948,0,1.3835,0.9838,0,3.6825,0.9838,0,4.2756,0.9935,0,4.666,1.0325,0,4.9385,1.1104,0,5.1818,1.2468,0,5.3864,1.4318,0,5.5717,1.6948,0,5.815,1.6948,0 + +[0033] 3 +PLC 0.5656,7.9188,0,1.0908,8.5032,0,1.734,8.8636,0,2.5232,8.9805,0,3.4582,8.8149,0,4.1494,8.2987,0,4.4714,7.763,0,4.5784,7.1981,0,4.2767,6.224,0,3.37,5.211,0,4.081,4.8312,0,4.5973,4.3052,0,4.9094,3.6623,0,5.0065,2.9123,0,4.8311,1.8507,0,4.2861,0.9351,0,3.1173,0.1169,0,1.5392,-0.1558,0,0.7891,-0.0974,0,0.3219,0.0682,0,0.088,0.2922,0,0.0003,0.5357,0,0.0399,0.711,0,0.1559,0.8669,0,0.3219,0.974,0,0.526,1.013,0,0.6821,1.0033,0,0.857,0.9643,0,1.0324,0.8864,0,1.3544,0.7208,0,1.6854,0.5649,0,1.8895,0.4773,0,2.1432,0.4286,0,2.4058,0.4091,0,3.0197,0.5357,0,3.5553,0.9253,0,3.9254,1.4805,0,4.0522,2.1331,0,3.9938,2.6396,0,3.8184,3.1364,0,3.643,3.4578,0,3.4483,3.6916,0,3.1173,3.9351,0,2.6887,4.1591,0,2.1923,4.3149,0,1.6953,4.3734,0,1.4808,4.3734,0,1.4808,4.5682,0,1.9965,4.6851,0,2.5128,4.9383,0,2.9612,5.2695,0,3.2635,5.6688,0,3.4389,6.1169,0,3.4973,6.6039,0,3.3898,7.2175,0,3.0782,7.6851,0,2.6104,7.9968,0,2.0362,8.1039,0,1.1111,7.8312,0,0.3506,7.0227,0,0.1371,7.1299,0 + +[0034] 4 +PLC 5.9812,2.3279,0,4.803,2.3279,0,4.803,0,0,3.7313,0,0,3.7313,2.3279,0,0.0004,2.3279,0,0.0004,3.1558,0,4.0915,8.9805,0,4.803,8.9805,0,4.803,3.2435,0,5.9812,3.2435,0 +PLC 3.7313,7.6169,0,0.6431,3.2435,0,3.7313,3.2435,0 + +[0035] 5 +PLC 4.6362,7.6948,0,1.9864,7.6948,0,1.4028,6.5162,0,2.9511,6.0682,0,4.1298,5.2403,0,4.7819,4.276,0,4.9964,3.1656,0,4.9285,2.4935,0,4.714,1.8799,0,4.3929,1.3247,0,4.003,0.8669,0,3.5452,0.4968,0,3.0492,0.2045,0,2.2887,-0.0682,0,1.5192,-0.1558,0,0.828,-0.0877,0,0.3603,0.1169,0,0.0972,0.3993,0,-0.0004,0.711,0,0.0387,0.8766,0,0.1562,1.0325,0,0.3212,1.1299,0,0.5263,1.1688,0,0.6913,1.1591,0,0.828,1.1201,0,0.994,1.0227,0,1.2561,0.8474,0,1.7436,0.5942,0,2.2406,0.5162,0,2.9511,0.6526,0,3.5744,1.0909,0,4.003,1.724,0,4.1496,2.4838,0,4.0228,3.2533,0,3.6423,3.974,0,3.0289,4.5877,0,2.2203,5.0455,0,1.3829,5.2792,0,0.2919,5.3864,0,1.9864,8.8052,0,5.1426,8.8052,0 + +[0036] 6 +PLC 5.386,8.7468,0,4.6066,8.6201,0,3.9833,8.4058,0,3.4477,8.0844,0,2.9126,7.6169,0,2.435,7.0617,0,2.0351,6.4481,0,1.724,5.7468,0,1.4604,4.9188,0,2.3958,5.3961,0,3.3308,5.5617,0,4.179,5.3766,0,4.8989,4.8312,0,5.3959,4.0033,0,5.5619,2.961,0,5.3959,1.9091,0,4.889,0.9448,0,3.9541,0.1169,0,2.7659,-0.1558,0,1.9281,-0.0097,0,1.2265,0.4383,0,0.302,1.7727,0,0.0002,3.4578,0,0.1167,4.6071,0,0.4675,5.6981,0,1.0422,6.7013,0,1.8216,7.5877,0,2.6881,8.2792,0,3.5067,8.6981,0,4.286,8.9123,0,5.006,8.9805,0,5.386,8.9805,0 +PLC 1.2562,3.6526,0,1.2265,3.0292,0,1.2855,2.3766,0,1.4604,1.6753,0,1.7428,1.013,0,2.1421,0.5162,0,2.5128,0.2825,0,2.9507,0.2045,0,3.4868,0.3409,0,3.964,0.7403,0,4.295,1.3831,0,4.4025,2.2597,0,4.295,3.2922,0,3.964,4.1786,0,3.4284,4.7922,0,2.7075,4.9968,0,2.4543,4.9675,0,2.1818,4.8896,0,1.831,4.724,0,1.3434,4.4416,0 + +[0037] 7 +PLC 5.562,8.8052,0,5.562,8.552,0,2.6298,-0.1851,0,1.8995,-0.1851,0,4.5294,7.7435,0,2.1041,7.7435,0,1.4813,7.7046,0,1.0622,7.5682,0,0.5657,7.1883,0,0.1852,6.6429,0,0.0009,6.7208,0,0.8387,8.8052,0 + +[0038] 8 +PLC 0.8859,5.211,0,0.3989,5.8149,0,0.165,6.3409,0,0.0966,6.8864,0,0.2626,7.6851,0,0.7596,8.3669,0,1.5285,8.8344,0,2.512,8.9805,0,3.4762,8.8442,0,4.2269,8.4058,0,4.7139,7.7922,0,4.8799,7.0909,0,4.7912,6.5942,0,4.5291,6.0877,0,3.9831,5.5227,0,3.0675,4.8799,0,4.0123,4.0909,0,4.5772,3.487,0,4.9473,2.8052,0,5.0741,2.0942,0,4.8992,1.2273,0,4.3631,0.5065,0,3.5446,0.0097,0,2.512,-0.1558,0,1.3923,0.039,0,0.5549,0.6331,0,0.1358,1.2857,0,-0.001,2.0065,0,0.0966,2.5909,0,0.389,3.1656,0,0.9251,3.7695,0,1.7431,4.4318,0 +PLC 3.3994,5.7565,0,3.7497,6.2338,0,3.9053,6.6721,0,3.9544,7.1494,0,3.8572,7.763,0,3.5738,8.2208,0,3.116,8.513,0,2.5319,8.6104,0,1.9279,8.513,0,1.4507,8.2208,0,1.1386,7.8117,0,1.0316,7.3247,0,1.0801,6.9935,0,1.2075,6.6526,0,1.4116,6.3214,0,1.694,6.0097,0,2.7657,5.1331,0 +PLC 1.5771,3.711,0,1.2456,3.1948,0,1.0514,2.6396,0,0.9934,2.0357,0,1.1004,1.2857,0,1.4507,0.7013,0,1.9675,0.3214,0,2.6101,0.1948,0,3.2429,0.2922,0,3.7398,0.5942,0,4.051,1.0325,0,4.1585,1.5487,0,4.0995,1.9968,0,3.9152,2.3864,0,3.2141,3.1851,0,2.0453,4.1883,0 + +[0039] 9 +PLC 0.1755,0.0584,0,0.9931,0.1656,0,1.7427,0.4481,0,2.4636,0.974,0,3.1553,1.7825,0,3.73,2.776,0,4.1002,3.8669,0,3.1261,3.3701,0,2.2496,3.2045,0,1.3929,3.3896,0,0.6621,3.9253,0,0.1651,4.763,0,-0.0003,5.8344,0,0.1651,6.9253,0,0.6621,7.8896,0,1.5772,8.7078,0,2.747,8.9805,0,3.7499,8.7565,0,4.6065,8.0844,0,5.318,6.8474,0,5.5514,5.3474,0,5.3671,3.9351,0,4.8305,2.6104,0,3.9634,1.4513,0,2.8238,0.5065,0,1.7338,-0.0097,0,0.5452,-0.1851,0,0.1755,-0.1851,0 +PLC 4.2855,5.1039,0,4.3147,5.6981,0,4.2656,6.3507,0,4.1002,7.052,0,3.847,7.6948,0,3.4962,8.1721,0,3.078,8.4643,0,2.6004,8.5617,0,2.0653,8.4351,0,1.5876,8.0455,0,1.2666,7.3929,0,1.1591,6.4968,0,1.2948,5.2792,0,1.7338,4.3539,0,2.2005,3.9351,0,2.7753,3.7987,0,3.0968,3.8377,0,3.4774,3.9448,0,3.8663,4.1104,0,4.1978,4.3442,0 + +[003a] : +PLC 0.9937,6.0779,0,1.2276,5.9221,0,1.3831,5.6883,0,1.4421,5.4058,0,1.3831,5.1331,0,1.2276,4.8994,0,0.9937,4.7435,0,0.7212,4.6851,0,0.4393,4.7435,0,0.2054,4.8994,0,0.0493,5.1331,0,0.0008,5.4058,0,0.0493,5.6883,0,0.2054,5.9221,0,0.4393,6.0779,0,0.7212,6.1266,0 +PLC 0.9843,1.2078,0,1.2182,1.052,0,1.3831,0.8182,0,1.4322,0.5357,0,1.3742,0.263,0,1.2182,0.0292,0,0.9843,-0.1266,0,0.7014,-0.1851,0,0.4289,-0.1266,0,0.195,0.0292,0,0.0394,0.263,0,-0.019,0.5357,0,0.0394,0.8182,0,0.195,1.052,0,0.4289,1.2078,0,0.7014,1.2662,0 + +[003b] ; +PLC 1.1787,6.0877,0,1.4125,5.9318,0,1.5785,5.6981,0,1.6266,5.4253,0,1.5785,5.1429,0,1.4125,4.9091,0,1.1787,4.7533,0,0.9057,4.7046,0,0.6336,4.7533,0,0.3998,4.9091,0,0.2338,5.1429,0,0.1847,5.4253,0,0.2338,5.6981,0,0.3998,5.9318,0,0.6336,6.0877,0,0.9057,6.1364,0 +PLC -0.0001,-1.9286,0,0.595,-1.6461,0,1.033,-1.2468,0,1.3055,-0.7695,0,1.4026,-0.263,0,1.3833,-0.1461,0,1.3446,-0.0487,0,1.2951,-0.0097,0,1.2465,0.0097,0,1.1395,-0.0292,0,0.9354,-0.1266,0,0.8185,-0.1656,0,0.6921,-0.1851,0,0.4087,-0.1364,0,0.1847,0.0097,0,0.0391,0.2338,0,-0.0001,0.526,0,0.0589,0.8182,0,0.2432,1.0714,0,0.5068,1.237,0,0.8378,1.2955,0,1.2371,1.2078,0,1.5973,0.9253,0,1.851,0.487,0,1.9283,-0.0682,0,1.8114,-0.711,0,1.471,-1.3052,0,0.8675,-1.8214,0,-0.0001,-2.211,0 + +[003c] < +PLC 6.9837,7.6071,0,6.9837,7.0422,0,0.9737,4.4318,0,6.9837,1.802,0,6.9837,1.2175,0,-0.0004,4.2662,0,-0.0004,4.5877,0 + +[003d] = +PLC 7.0037,5.737,0,7.0037,5.2013,0,0.0007,5.2013,0,0.0007,5.737,0 +PLC 7.0037,3.6136,0,7.0037,3.0877,0,0.0007,3.0877,0,0.0007,3.6136,0 + +[003e] > +PLC 0.0004,1.2175,0,0.0004,1.7727,0,6.0193,4.3831,0,0.0004,7.013,0,0.0004,7.6071,0,6.984,4.5584,0,6.984,4.237,0 + +[003f] ? +PLC 2.0849,2.0747,0,2.1622,2.8247,0,2.2891,3.4286,0,2.5328,4.0714,0,2.9515,4.9188,0,3.2731,5.5714,0,3.4584,6.0487,0,3.5456,6.4383,0,3.5748,6.8377,0,3.4673,7.5779,0,3.1363,8.1526,0,2.6498,8.5227,0,2.0651,8.6396,0,1.5587,8.5714,0,1.1693,8.3766,0,0.9255,8.0942,0,0.8473,7.7922,0,0.8963,7.5292,0,1.0425,7.2078,0,1.1881,6.8961,0,1.2372,6.6721,0,1.1985,6.4578,0,1.0915,6.2825,0,0.9255,6.1656,0,0.7214,6.1266,0,0.4677,6.1851,0,0.224,6.3896,0,0.059,6.711,0,0,7.1396,0,0.1561,7.8312,0,0.6337,8.4351,0,1.3734,8.8636,0,2.3381,9,0,3.497,8.8052,0,4.3056,8.2208,0,4.6559,7.6266,0,4.7729,6.9643,0,4.7238,6.4773,0,4.5682,5.9903,0,4.2571,5.4448,0,3.7596,4.8117,0,3.0001,3.8961,0,2.6101,3.302,0,2.4451,2.776,0,2.3574,2.0747,0 +PLC 2.5427,1.2175,0,2.7766,1.0617,0,2.9322,0.8279,0,2.9907,0.5455,0,2.9322,0.2727,0,2.7766,0.039,0,2.5427,-0.1266,0,2.2598,-0.1753,0,1.9868,-0.1266,0,1.753,0.039,0,1.5974,0.2727,0,1.5394,0.5455,0,1.5974,0.8279,0,1.753,1.0617,0,1.9868,1.2175,0,2.2598,1.276,0 + +[0040] @ +PLC 7.7428,3.6331,0,7.4119,2.4448,0,7.2365,1.7825,0,7.1686,1.4318,0,7.1394,1.1591,0,7.178,0.974,0,7.285,0.8084,0,7.4416,0.7013,0,7.6264,0.6721,0,8.1526,0.789,0,8.766,1.1396,0,9.3893,1.763,0,9.906,2.6786,0,10.2658,3.7695,0,10.3827,4.8994,0,10.2464,5.9708,0,9.8476,6.9546,0,9.205,7.7825,0,8.3374,8.3961,0,7.3048,8.776,0,6.1752,8.9026,0,4.7334,8.6981,0,3.3896,8.1039,0,2.2402,7.1396,0,1.3533,5.8149,0,0.7983,4.2955,0,0.6036,2.7175,0,0.7691,1.2857,0,1.2661,0,0,2.0548,-1.0714,0,3.1161,-1.8506,0,4.3637,-2.3182,0,5.6876,-2.474,0,7.3147,-2.2403,0,8.7754,-1.5584,0,10.0037,-0.4286,0,10.9089,1.1201,0,11.2884,1.1201,0,10.461,-0.4968,0,9.1658,-1.763,0,7.5189,-2.5909,0,5.6594,-2.8734,0,4.1685,-2.6883,0,2.7852,-2.1429,0,1.6069,-1.2565,0,0.73,-0.0682,0,0.1755,1.3442,0,-0.0004,2.8831,0,0.1944,4.539,0,0.7983,6.0779,0,1.7724,7.4026,0,3.0582,8.3961,0,4.5485,9.0195,0,6.1365,9.2338,0,7.4119,9.0974,0,8.5613,8.6786,0,9.5156,7.9968,0,10.2078,7.052,0,10.6364,5.9513,0,10.7721,4.7825,0,10.6364,3.6039,0,10.2464,2.4351,0,9.643,1.4221,0,8.8923,0.7305,0,8.0649,0.3312,0,7.1879,0.2045,0,6.7593,0.263,0,6.4477,0.4383,0,6.2624,0.7208,0,6.1945,1.0909,0,6.2237,1.5097,0,6.3119,2.0455,0,5.4444,1.0909,0,4.772,0.5357,0,4.227,0.2825,0,3.7593,0.1948,0,3.3213,0.3019,0,2.9412,0.6039,0,2.6687,1.0909,0,2.581,1.7045,0,2.7366,2.7078,0,3.1944,3.8182,0,3.9054,4.8799,0,4.8215,5.7175,0,5.5325,6.1266,0,6.1553,6.263,0,6.5547,6.2046,0,6.8768,6.039,0,7.12,5.7565,0,7.2761,5.3669,0,7.4906,6.0779,0,8.5029,6.224,0 +PLC 5.7372,5.8247,0,5.2397,5.4448,0,4.558,4.5584,0,3.9931,3.4091,0,3.7008,2.5617,0,3.6037,1.8994,0,3.6622,1.5292,0,3.8375,1.237,0,4.0813,1.0422,0,4.3538,0.9838,0,4.7433,1.052,0,5.1426,1.2662,0,5.5712,1.6266,0,6.0102,2.1429,0,6.409,2.737,0,6.6721,3.3409,0,6.9441,4.276,0,7.0422,5.0162,0,6.9838,5.4058,0,6.8089,5.6981,0,6.5453,5.8929,0,6.2341,5.9513,0 + +[0041] A +PLC 2.5718,2.9513,0,1.9673,1.5584,0,1.8018,1.1104,0,1.7532,0.789,0,1.8018,0.6039,0,1.9381,0.4383,0,2.2398,0.3117,0,2.766,0.2435,0,2.766,0,0,0.0003,0,0,0.0003,0.2435,0,0.4477,0.3506,0,0.7108,0.4968,0,1.0616,0.9643,0,1.4411,1.763,0,4.5393,9,0,4.7726,9,0,7.8312,1.6851,0,8.182,0.9545,0,8.503,0.5357,0,8.8642,0.3312,0,9.3404,0.2435,0,9.3404,0,0,5.8731,0,0,5.8731,0.2435,0,6.3111,0.3019,0,6.5841,0.4188,0,6.7203,0.5844,0,6.7694,0.7792,0,6.7015,1.1494,0,6.5063,1.6851,0,5.9806,2.9513,0 +PLC 4.3054,6.9838,0,2.766,3.4286,0,5.7958,3.4286,0 + +[0042] B +PLC 6.721,4.237,0,7.2853,3.8669,0,7.7634,3.2045,0,7.9185,2.4058,0,7.8115,1.763,0,7.5003,1.1494,0,7.0128,0.6331,0,6.3603,0.2727,0,5.4451,0.0682,0,4.149,0,0,-0.0001,0,0,-0.0001,0.2435,0,0.3314,0.2435,0,0.7991,0.3312,0,1.1197,0.5942,0,1.2267,0.9448,0,1.2668,1.5584,0,1.2668,7.2468,0,1.2178,7.9091,0,1.081,8.2792,0,0.7694,8.4935,0,0.3314,8.5617,0,-0.0001,8.5617,0,-0.0001,8.8052,0,3.7982,8.8052,0,4.7624,8.7662,0,5.5125,8.6494,0,6.3697,8.3279,0,6.993,7.8214,0,7.3829,7.1786,0,7.5092,6.4578,0,7.4027,5.8247,0,7.1005,5.2695,0,6.6035,4.8117,0,5.9223,4.4903,0 +PLC 2.7755,4.802,0,3.0679,4.7727,0,3.3899,4.7533,0,3.7397,4.7533,0,4.5686,4.802,0,5.1716,4.9578,0,5.5908,5.211,0,5.9024,5.5812,0,6.0873,6.0292,0,6.1561,6.5065,0,5.9901,7.2175,0,5.5224,7.8214,0,4.7435,8.2305,0,3.6813,8.3669,0,3.0679,8.3279,0,2.5134,8.2208,0,2.5134,4.8409,0 +PLC 3.2631,0.5065,0,4.0038,0.4578,0,5.0359,0.5942,0,5.7949,0.9935,0,6.2532,1.5779,0,6.4088,2.2987,0,6.3409,2.8052,0,6.1358,3.2825,0,5.7662,3.711,0,5.2202,4.0325,0,4.5196,4.237,0,3.6629,4.3052,0,3.2923,4.3052,0,2.9802,4.2955,0,2.7176,4.276,0,2.5134,4.2468,0,2.5134,0.6331,0 + +[0043] C +PLC 7.7239,6.0097,0,7.5297,6.0097,0,7.0422,7.1688,0,6.3802,7.9481,0,5.5617,8.3864,0,4.5881,8.5325,0,3.7503,8.4253,0,3.0001,8.0942,0,2.3669,7.5195,0,1.8893,6.6721,0,1.588,5.5812,0,1.4805,4.2565,0,1.5781,3.1364,0,1.871,2.1818,0,2.3471,1.4026,0,3.0195,0.8377,0,3.8375,0.487,0,4.7729,0.3701,0,5.5815,0.4578,0,6.2826,0.7403,0,6.9738,1.2857,0,7.7239,2.1916,0,7.9286,2.0649,0,7.2076,1.0422,0,6.3802,0.3409,0,5.4155,-0.0682,0,4.2854,-0.2045,0,2.3471,0.2045,0,0.8964,1.4221,0,0.2245,2.737,0,0.0001,4.2662,0,0.1566,5.5325,0,0.5946,6.6818,0,1.2962,7.6656,0,2.2208,8.3961,0,3.3019,8.8539,0,4.4806,9,0,5.4349,8.8831,0,6.3703,8.5325,0,6.6042,8.4253,0,6.7503,8.3961,0,6.9153,8.4253,0,7.062,8.513,0,7.2076,8.7273,0,7.2958,9,0,7.5297,9,0 + +[0044] D +PLC 0.0007,0.2435,0,0.3312,0.2435,0,0.8088,0.3312,0,1.1299,0.5942,0,1.2369,0.9448,0,1.2666,1.5584,0,1.2666,7.2468,0,1.227,7.9188,0,1.0917,8.2792,0,0.7692,8.4935,0,0.3312,8.5617,0,0.0007,8.5617,0,0.0007,8.8052,0,3.5844,8.8052,0,5.328,8.6883,0,6.5939,8.3571,0,7.5194,7.7533,0,8.2403,6.8669,0,8.718,5.737,0,8.8736,4.4513,0,8.5911,2.7565,0,7.7533,1.3734,0,6.1757,0.3409,0,3.9352,0,0,0.0007,0,0 +PLC 3.2728,0.4968,0,3.8961,0.4578,0,5.2789,0.7208,0,6.3997,1.5097,0,7.1404,2.7565,0,7.3926,4.3831,0,7.1404,6.0097,0,6.3997,7.2565,0,5.2601,8.0455,0,3.8475,8.3085,0,3.2237,8.2597,0,2.5132,8.1234,0,2.5132,0.6331,0 + +[0045] E +PLC 2.503,4.8409,0,4.4412,4.8409,0,5.0645,4.8994,0,5.4441,5.0747,0,5.7076,5.4838,0,5.8246,6.1266,0,6.0674,6.1266,0,6.0674,3.0584,0,5.8246,3.0584,0,5.7364,3.5844,0,5.6393,3.8864,0,5.4837,4.0812,0,5.2597,4.237,0,4.9189,4.3344,0,4.4412,4.3734,0,2.503,4.3734,0,2.503,1.4708,0,2.5228,0.9935,0,2.5619,0.7597,0,2.6298,0.6429,0,2.7368,0.5552,0,2.931,0.4968,0,3.2338,0.4773,0,4.7236,0.4773,0,5.3668,0.5065,0,5.8147,0.5844,0,6.1456,0.7403,0,6.4578,0.9935,0,6.8666,1.5,0,7.2852,2.211,0,7.5389,2.211,0,6.7789,0,0,-0.0002,0,0,-0.0002,0.2435,0,0.311,0.2435,0,0.6132,0.2727,0,0.9056,0.3896,0,1.0815,0.5162,0,1.188,0.7013,0,1.2365,1.013,0,1.2564,1.5487,0,1.2564,7.2662,0,1.2167,7.9481,0,1.0904,8.2987,0,0.7787,8.4935,0,0.311,8.5617,0,-0.0002,8.5617,0,-0.0002,8.8052,0,6.7789,8.8052,0,6.876,6.8766,0,6.6332,6.8766,0,6.487,7.461,0,6.3314,7.8312,0,6.1169,8.0552,0,5.8345,8.2208,0,5.4738,8.2987,0,4.9189,8.3182,0,2.503,8.3182,0 + +[0046] F +PLC 2.5031,4.8604,0,4.1104,4.8604,0,4.588,4.9188,0,4.919,5.1039,0,5.1335,5.4643,0,5.2599,6.0682,0,5.5042,6.0682,0,5.5042,3.0877,0,5.2599,3.0877,0,5.2212,3.5357,0,5.1231,3.8474,0,4.978,4.052,0,4.7733,4.2078,0,4.5003,4.2955,0,4.1104,4.3247,0,2.5031,4.3247,0,2.5031,1.5584,0,2.5229,1.0033,0,2.5918,0.6721,0,2.6889,0.526,0,2.8638,0.3993,0,3.1566,0.2825,0,3.4579,0.2435,0,3.7794,0.2435,0,3.7794,0,0,0,0,0,0,0.2435,0,0.3121,0.2435,0,0.7794,0.3214,0,1.1014,0.5552,0,1.2179,0.9156,0,1.2565,1.5584,0,1.2565,7.2468,0,1.2377,7.802,0,1.1787,8.1234,0,1.0717,8.2792,0,0.9057,8.4058,0,0.6238,8.5227,0,0.3121,8.5617,0,0,8.5617,0,0,8.8052,0,6.5555,8.8052,0,6.6333,6.8669,0,6.4089,6.8669,0,6.2246,7.4026,0,6.0199,7.7727,0,5.7667,8.026,0,5.4645,8.1916,0,5.0458,8.289,0,4.4513,8.3182,0,2.5031,8.3182,0 + +[0047] G +PLC 7.9202,6.224,0,7.6957,6.224,0,7.2964,7.1396,0,6.7994,7.7922,0,5.9036,8.3571,0,4.7834,8.552,0,3.3029,8.2208,0,2.2317,7.2175,0,1.6763,5.9903,0,1.4915,4.5487,0,1.6178,3.3409,0,1.978,2.25,0,2.5439,1.3442,0,3.2539,0.7208,0,4.0526,0.3604,0,4.881,0.2435,0,5.3581,0.2727,0,5.8159,0.3604,0,6.2638,0.5162,0,6.6924,0.7305,0,6.6924,3.2727,0,6.6731,3.8182,0,6.5953,4.1396,0,6.469,4.3149,0,6.2837,4.4513,0,5.9908,4.5292,0,5.5429,4.5584,0,5.5429,4.802,0,8.9423,4.802,0,8.9423,4.5584,0,8.7863,4.5584,0,8.3587,4.4708,0,8.0852,4.2175,0,7.9881,3.8669,0,7.9588,3.2727,0,7.9588,0.5747,0,7.2191,0.2338,0,6.4878,-0.0097,0,5.7183,-0.1558,0,4.8711,-0.2045,0,2.6207,0.2045,0,0.9945,1.4318,0,0.2449,2.7565,0,0.0006,4.2662,0,0.1374,5.4058,0,0.556,6.487,0,1.3453,7.6071,0,2.3774,8.4351,0,3.4293,8.8636,0,4.6665,9,0,5.1243,8.9805,0,5.533,8.9221,0,6.0107,8.8052,0,6.6444,8.5812,0,6.9555,8.4838,0,7.1304,8.4448,0,7.2478,8.474,0,7.3455,8.5617,0,7.4133,8.7273,0,7.453,9,0,7.6957,9,0 + +[0048] H +PLC 6.5955,4.724,0,6.6044,7.237,0,6.5751,7.802,0,6.5167,8.1234,0,6.4196,8.2792,0,6.2442,8.4058,0,5.9518,8.5227,0,5.6496,8.5617,0,5.3384,8.5617,0,5.3384,8.8052,0,9.108,8.8052,0,9.108,8.5617,0,8.7963,8.5617,0,8.4936,8.5227,0,8.2013,8.4156,0,8.0259,8.2792,0,7.9189,8.0942,0,7.8604,7.7825,0,7.8421,7.237,0,7.8421,1.5584,0,7.8703,1.0033,0,7.9288,0.6721,0,8.0259,0.526,0,8.1923,0.3993,0,8.4842,0.2825,0,8.7963,0.2435,0,9.108,0.2435,0,9.108,0,0,5.3384,0,0,5.3384,0.2435,0,5.6496,0.2435,0,6.1173,0.3214,0,6.4384,0.5552,0,6.5553,0.9156,0,6.5955,1.5584,0,6.5955,4.237,0,2.5133,4.237,0,2.5133,1.5584,0,2.5336,1.0033,0,2.5921,0.6721,0,2.6986,0.526,0,2.8646,0.3993,0,3.1564,0.2825,0,3.4581,0.2435,0,3.7802,0.2435,0,3.7802,0,0,0.0008,0,0,0.0008,0.2435,0,0.3124,0.2435,0,0.7895,0.3214,0,1.1116,0.5552,0,1.228,0.9156,0,1.2667,1.5584,0,1.2667,7.237,0,1.2375,7.802,0,1.1795,8.1234,0,1.0814,8.2792,0,0.9164,8.4058,0,0.6236,8.5227,0,0.3124,8.5617,0,0.0008,8.5617,0,0.0008,8.8052,0,3.7802,8.8052,0,3.7802,8.5617,0,3.4581,8.5617,0,3.1564,8.5227,0,2.8646,8.4156,0,2.6986,8.2792,0,2.5921,8.0942,0,2.5336,7.7825,0,2.5133,7.237,0,2.5133,4.724,0 + +[0049] I +PLC 3.7704,0,0,0.0009,0,0,0.0009,0.2435,0,0.313,0.2435,0,0.7813,0.3214,0,1.1023,0.5552,0,1.2193,0.9156,0,1.2574,1.5584,0,1.2574,7.2468,0,1.2391,7.802,0,1.1801,8.1234,0,1.0731,8.2792,0,0.9066,8.4058,0,0.6153,8.5227,0,0.313,8.5617,0,0.0009,8.5617,0,0.0009,8.8052,0,3.7704,8.8052,0,3.7704,8.5617,0,3.4598,8.5617,0,2.9916,8.4838,0,2.6705,8.2403,0,2.5436,7.8896,0,2.505,7.2468,0,2.505,1.5584,0,2.5238,1.0033,0,2.5927,0.6721,0,2.6898,0.526,0,2.8647,0.3993,0,3.1471,0.2825,0,3.4598,0.2435,0,3.7704,0.2435,0 + +[004a] J +PLC 1.0529,8.8052,0,4.8224,8.8052,0,4.8224,8.5617,0,4.5103,8.5617,0,4.0436,8.4838,0,3.722,8.2403,0,3.6046,7.8896,0,3.5659,7.2468,0,3.5659,2.9416,0,3.5075,2.0455,0,3.3519,1.3344,0,3.0502,0.75,0,2.6023,0.2532,0,2.0077,-0.0877,0,1.3155,-0.2045,0,0.771,-0.1266,0,0.3518,0.0974,0,0.0892,0.4286,0,0.0005,0.789,0,0.0402,1.0714,0,0.1665,1.276,0,0.391,1.4221,0,0.664,1.4708,0,0.8582,1.4416,0,1.0331,1.3344,0,1.2288,1.0909,0,1.4523,0.6136,0,1.6282,0.3506,0,1.8417,0.263,0,2.0077,0.3117,0,2.1628,0.4773,0,2.2797,0.7695,0,2.3193,1.237,0,2.3193,7.2468,0,2.3,7.802,0,2.2311,8.1234,0,2.1345,8.2792,0,1.9586,8.4058,0,1.6767,8.5227,0,1.374,8.5617,0,1.0529,8.5617,0 + +[004b] K +PLC 6.9932,1.6559,0,7.7345,0.9838,0,8.3578,0.5649,0,8.9231,0.3409,0,9.4874,0.2435,0,9.4874,0,0,5.2992,0,0,5.2992,0.2435,0,5.6208,0.2727,0,5.8447,0.3701,0,5.9711,0.4968,0,6.0107,0.6526,0,5.9904,0.7987,0,5.9518,0.9253,0,5.815,1.1006,0,5.5425,1.3929,0,2.5033,4.3929,0,2.5033,1.5584,0,2.5231,1.0033,0,2.5915,0.6721,0,2.6886,0.526,0,2.8645,0.3993,0,3.1469,0.2825,0,3.4487,0.2435,0,3.7499,0.2435,0,3.7499,0,0,0.0002,0,0,0.0002,0.2435,0,0.3128,0.2435,0,0.7796,0.3214,0,1.1011,0.5552,0,1.2185,0.9156,0,1.2567,1.5584,0,1.2567,7.2468,0,1.2369,7.802,0,1.1695,8.1331,0,1.0714,8.2792,0,0.9059,8.4058,0,0.6141,8.5227,0,0.3128,8.5617,0,0.0002,8.5617,0,0.0002,8.8052,0,3.7499,8.8052,0,3.7499,8.5617,0,3.4487,8.5617,0,3.1469,8.5227,0,2.8645,8.4156,0,2.6886,8.2792,0,2.5816,8.1039,0,2.5231,7.7825,0,2.5033,7.2468,0,2.5033,4.5487,0,2.7857,4.8214,0,3.3902,5.3766,0,4.938,6.8474,0,5.7283,7.7338,0,5.8537,7.9773,0,5.9037,8.1818,0,5.8641,8.3279,0,5.767,8.4448,0,5.5812,8.5325,0,5.2992,8.5617,0,5.105,8.5617,0,5.105,8.8052,0,8.328,8.8052,0,8.328,8.5617,0,8.056,8.5422,0,7.8122,8.4838,0,7.5492,8.3766,0,7.237,8.211,0,6.8679,7.9383,0,6.4096,7.5487,0,6.0107,7.1494,0,5.0951,6.224,0,3.7499,4.8799,0 + +[004c] L +PLC 7.5701,2.3864,0,6.8195,0,0,0.0013,0,0,0.0013,0.2435,0,0.3333,0.2435,0,0.8099,0.3312,0,1.1315,0.6039,0,1.239,0.9448,0,1.2672,1.5682,0,1.2672,7.2468,0,1.2286,7.9188,0,1.0918,8.2792,0,0.7713,8.4935,0,0.3333,8.5617,0,0.0013,8.5617,0,0.0013,8.8052,0,3.9943,8.8052,0,3.9943,8.5617,0,3.3913,8.5325,0,3.0113,8.4351,0,2.768,8.2792,0,2.6224,8.0844,0,2.5436,7.7338,0,2.5138,7.0909,0,2.5138,1.5682,0,2.5436,1.1104,0,2.6224,0.8279,0,2.7195,0.7013,0,2.8651,0.6234,0,3.1961,0.5747,0,3.8779,0.5552,0,4.5205,0.5552,0,5.3782,0.5942,0,5.9425,0.711,0,6.3334,0.9156,0,6.6827,1.237,0,7.0236,1.724,0,7.3556,2.4351,0 + +[004d] M +PLC 1.8124,7.4026,0,1.8124,1.5292,0,1.8615,0.8669,0,1.9873,0.5162,0,2.2994,0.3117,0,2.7478,0.2435,0,3.0595,0.2435,0,3.0595,0,0,0.001,0,0,0.001,0.2435,0,0.3126,0.2435,0,0.7898,0.3214,0,1.1014,0.5747,0,1.2084,0.9156,0,1.2476,1.5292,0,1.2476,7.276,0,1.2084,7.7825,0,1.1113,8.1234,0,0.9845,8.2987,0,0.7803,8.4351,0,0.4588,8.5325,0,0.001,8.5617,0,0.001,8.8052,0,2.4942,8.8052,0,5.6894,1.9188,0,8.8258,8.8052,0,11.319,8.8052,0,11.319,8.5617,0,11.0167,8.5617,0,10.5307,8.474,0,10.2185,8.2208,0,10.111,7.8799,0,10.0724,7.276,0,10.0724,1.5292,0,10.1214,0.8669,0,10.2572,0.5162,0,10.5688,0.3117,0,11.0167,0.2435,0,11.319,0.2435,0,11.319,0,0,7.5782,0,0,7.5782,0.2435,0,7.8903,0.2435,0,8.3684,0.3214,0,8.6796,0.5747,0,8.7866,0.9156,0,8.8258,1.5292,0,8.8258,7.4026,0,5.4363,0,0,5.2217,0,0 + +[004e] N +PLC 2.3863,8.8052,0,7.773,2.2013,0,7.773,7.276,0,7.724,7.9383,0,7.5877,8.289,0,7.2756,8.4935,0,6.8277,8.5617,0,6.5254,8.5617,0,6.5254,8.8052,0,9.585,8.8052,0,9.585,8.5617,0,9.2723,8.5617,0,8.7962,8.474,0,8.4835,8.2208,0,8.3765,7.8799,0,8.3384,7.276,0,8.3384,-0.1461,0,8.1045,-0.1461,0,2.308,6.9448,0,2.308,1.5292,0,2.3476,0.8669,0,2.4839,0.5162,0,2.7956,0.3117,0,3.244,0.2435,0,3.5546,0.2435,0,3.5546,0,0,0.4867,0,0,0.4867,0.2435,0,0.7894,0.2435,0,1.2755,0.3214,0,1.5881,0.5747,0,1.6951,0.9156,0,1.7333,1.5292,0,1.7333,7.6461,0,1.3929,8.0162,0,1.1496,8.2403,0,0.9058,8.3766,0,0.5749,8.5032,0,0.3311,8.552,0,0.0001,8.5617,0,0.0001,8.8052,0 + +[004f] O +PLC 5.9915,8.6786,0,7.3644,7.7046,0,8.3098,6.2435,0,8.6214,4.4513,0,8.3098,2.6201,0,7.355,1.1201,0,5.9622,0.1266,0,4.2965,-0.2045,0,2.6208,0.1266,0,1.2374,1.0909,0,0.3134,2.5714,0,0.0012,4.4318,0,0.3615,6.3409,0,1.4327,7.8507,0,2.7863,8.7175,0,4.3941,9,0 +PLC 3.2054,8.3085,0,2.377,7.6558,0,1.7052,6.3117,0,1.4911,4.461,0,1.7156,2.552,0,2.4067,1.1396,0,3.2347,0.4773,0,4.2771,0.263,0,5.4063,0.4968,0,6.3219,1.2273,0,6.9368,2.474,0,7.1305,4.276,0,6.917,6.2533,0,6.2451,7.6461,0,5.3974,8.3085,0,4.2771,8.5325,0 + +[0050] P +PLC 2.5035,1.5584,0,2.5531,0.8864,0,2.6893,0.526,0,2.991,0.3117,0,3.429,0.2435,0,3.7699,0.2435,0,3.7699,0,0,0.0004,0,0,0.0004,0.2435,0,0.3319,0.2435,0,0.809,0.3312,0,1.1301,0.6039,0,1.2282,0.9448,0,1.2569,1.5584,0,1.2569,7.2468,0,1.2088,7.9188,0,1.082,8.2792,0,0.7708,8.4935,0,0.3319,8.5617,0,0.0004,8.5617,0,0.0004,8.8052,0,3.2254,8.8052,0,4.2768,8.7468,0,5.0854,8.5617,0,5.7181,8.2305,0,6.2349,7.7338,0,6.5857,7.1104,0,6.7026,6.3701,0,6.5267,5.3961,0,5.9911,4.6169,0,5.1335,4.1104,0,3.984,3.9448,0,3.653,3.9545,0,3.2938,3.9838,0,2.9128,4.0422,0,2.5035,4.1201,0 +PLC 2.8261,4.4318,0,3.1184,4.3929,0,3.3612,4.3734,0,3.5658,4.3636,0,4.1995,4.4903,0,4.7346,4.8896,0,5.1052,5.4838,0,5.2221,6.2435,0,5.1632,6.789,0,4.9883,7.2955,0,4.7059,7.724,0,4.3248,8.0357,0,3.8685,8.2208,0,3.3517,8.2792,0,2.9712,8.25,0,2.5035,8.1526,0,2.5035,4.4903,0 + +[0051] Q +PLC 6.078,-1.0909,0,6.8182,-1.7825,0,7.6461,-2.2013,0,8.5712,-2.3961,0,8.5712,-2.6006,0,7.6461,-2.4935,0,6.6527,-2.2403,0,5.6583,-1.8506,0,4.7243,-1.3344,0,3.8766,-0.7305,0,3.1458,-0.0974,0,2.3084,0.2922,0,1.6653,0.7013,0,0.9647,1.4026,0,0.438,2.25,0,0.1071,3.2533,0,0,4.4221,0,0.3216,6.224,0,1.2759,7.6948,0,2.6875,8.6786,0,4.3735,9,0,5.9908,8.6786,0,7.3627,7.6948,0,8.3081,6.2143,0,8.6296,4.3929,0,8.4052,2.8734,0,7.7239,1.5584,0,6.6909,0.5357,0,5.3858,-0.0974,0 +PLC 3.2335,8.289,0,2.3961,7.6558,0,1.7144,6.3214,0,1.4894,4.4221,0,1.7144,2.5325,0,2.4055,1.1299,0,3.2335,0.4578,0,4.2948,0.2435,0,5.3957,0.4578,0,6.2628,1.1299,0,6.9247,2.4351,0,7.1388,4.237,0,7.0218,5.6883,0,6.6626,6.8864,0,6.233,7.6071,0,5.6781,8.1136,0,5.0251,8.4058,0,4.2948,8.5032,0 + +[0052] R +PLC 6.4091,0,0,3.4283,4.1201,0,3.1271,4.1104,0,2.8932,4.1007,0,2.8055,4.1007,0,2.7084,4.1104,0,2.6113,4.1104,0,2.5127,4.1201,0,2.5127,1.5584,0,2.5523,0.8864,0,2.6881,0.526,0,3.0007,0.3117,0,3.4283,0.2435,0,3.7796,0.2435,0,3.7796,0,0,-0.0003,0,0,-0.0003,0.2435,0,0.3316,0.2435,0,0.8083,0.3312,0,1.1308,0.6039,0,1.2374,0.9448,0,1.2661,1.5584,0,1.2661,7.2468,0,1.228,7.9188,0,1.0912,8.2792,0,0.7696,8.4935,0,0.3316,8.5617,0,-0.0003,8.5617,0,-0.0003,8.8052,0,3.2143,8.8052,0,4.4326,8.7565,0,5.2794,8.6007,0,5.8933,8.3085,0,6.4091,7.8409,0,6.7599,7.2468,0,6.8669,6.5357,0,6.7405,5.776,0,6.3412,5.1331,0,5.6693,4.6169,0,4.7047,4.2857,0,6.5161,1.763,0,7.1007,1.0325,0,7.5883,0.6039,0,8.1036,0.3701,0,8.7571,0.2435,0,8.7571,0,0 +PLC 2.6207,4.5195,0,2.8734,4.5195,0,3.9748,4.6558,0,4.773,5.0649,0,5.2497,5.6883,0,5.4161,6.4578,0,5.2794,7.1981,0,4.9004,7.7922,0,4.2959,8.1818,0,3.5264,8.3085,0,3.0874,8.2792,0,2.5127,8.1818,0,2.5127,4.5292,0 + +[0053] S +PLC 5.2691,5.961,0,5.0269,5.961,0,4.8604,6.75,0,4.6077,7.3539,0,4.2465,7.8214,0,3.75,8.1818,0,3.1852,8.4058,0,2.5911,8.4838,0,1.9772,8.3864,0,1.4813,8.0747,0,1.1503,7.6364,0,1.0329,7.1299,0,1.1003,6.75,0,1.3153,6.3994,0,1.9971,5.8344,0,3.2337,5.1039,0,4.2663,4.5195,0,4.9198,4.0909,0,5.3187,3.7013,0,5.61,3.2533,0,5.7958,2.7565,0,5.8543,2.25,0,5.6596,1.3149,0,5.0754,0.526,0,4.188,-0.0195,0,3.0782,-0.2045,0,2.7076,-0.1851,0,2.3578,-0.1461,0,2.056,-0.0682,0,1.5293,0.0974,0,1.0136,0.2435,0,0.7207,0.3019,0,0.5756,0.2727,0,0.4685,0.2045,0,0.3898,0.0487,0,0.3318,-0.2045,0,0.0875,-0.2045,0,0.0875,2.8149,0,0.3318,2.8149,0,0.5265,1.987,0,0.7797,1.4026,0,1.1404,0.9643,0,1.6562,0.6136,0,2.2696,0.3799,0,2.9419,0.3019,0,3.6717,0.4091,0,4.2277,0.7305,0,4.578,1.1981,0,4.6944,1.7435,0,4.6562,2.0747,0,4.5195,2.4058,0,4.2861,2.7175,0,3.9646,3.0195,0,3.4874,3.3214,0,2.5817,3.8474,0,1.618,4.4123,0,0.9749,4.8604,0,0.5552,5.25,0,0.253,5.6883,0,0.0687,6.1656,0,0.0008,6.6818,0,0.1856,7.5682,0,0.7306,8.3182,0,1.5591,8.8344,0,2.5817,9,0,3.3026,8.9221,0,4.0716,8.6591,0,4.3738,8.5422,0,4.578,8.4935,0,4.734,8.5227,0,4.8604,8.6007,0,4.9481,8.7468,0,5.0269,9,0,5.2691,9,0 + +[0054] T +PLC 7.3938,6.7403,0,7.1397,6.7403,0,7.0624,7.2078,0,6.9454,7.5195,0,6.7116,7.8409,0,6.4198,8.0747,0,6.0298,8.211,0,5.5324,8.25,0,4.2962,8.25,0,4.2962,1.5292,0,4.3348,0.8669,0,4.4716,0.5162,0,4.7832,0.3117,0,5.2311,0.2435,0,5.5324,0.2435,0,5.5324,0,0,1.803,0,0,1.803,0.2435,0,2.1136,0.2435,0,2.5913,0.3214,0,2.9034,0.5747,0,3.0104,0.9156,0,3.0496,1.5292,0,3.0496,8.25,0,1.9883,8.25,0,1.4616,8.2305,0,1.1108,8.1623,0,0.7992,7.9773,0,0.5361,7.6851,0,0.3408,7.276,0,0.2541,6.7403,0,0.0005,6.7403,0,0.108,8.8052,0,7.2962,8.8052,0 + +[0055] U +PLC 6.2737,8.8052,0,9.3907,8.8052,0,9.3907,8.5617,0,9.0588,8.5617,0,8.6014,8.4546,0,8.2606,8.1234,0,8.1634,7.7922,0,8.1248,7.1883,0,8.1248,3.6234,0,8.0564,2.4448,0,7.8607,1.5682,0,7.4713,0.8864,0,6.8282,0.3117,0,5.9224,-0.0779,0,4.7348,-0.2045,0,3.4679,-0.0779,0,2.5528,0.2922,0,1.9106,0.8766,0,1.4915,1.6364,0,1.3359,2.4643,0,1.2873,3.8084,0,1.2873,7.2468,0,1.2289,7.9188,0,1.0624,8.3085,0,0.7706,8.5032,0,0.3316,8.5617,0,0.0006,8.5617,0,0.0006,8.8052,0,3.8088,8.8052,0,3.8088,8.5617,0,3.4679,8.5617,0,3.0002,8.474,0,2.689,8.2208,0,2.5726,7.8604,0,2.5339,7.2468,0,2.5339,3.4091,0,2.5528,2.8539,0,2.6206,2.2305,0,2.7574,1.6461,0,2.9615,1.1981,0,3.2638,0.8669,0,3.673,0.5942,0,4.1898,0.4091,0,4.8126,0.3506,0,5.6306,0.4481,0,6.3614,0.7305,0,6.9362,1.1591,0,7.286,1.6948,0,7.4817,2.4838,0,7.5397,3.6818,0,7.5397,7.2468,0,7.4916,7.9188,0,7.3548,8.2792,0,7.0437,8.4935,0,6.6047,8.5617,0,6.2737,8.5617,0 + +[0056] V +PLC 9.3225,8.5617,0,8.9127,8.4448,0,8.6105,8.2597,0,8.2899,7.8604,0,8.007,7.2857,0,4.9381,-0.2045,0,4.6953,-0.2045,0,1.3935,7.3831,0,1.179,7.8604,0,1.0432,8.1039,0,0.8579,8.2792,0,0.6439,8.4156,0,0.3609,8.513,0,0.0007,8.5617,0,0.0007,8.8052,0,3.5944,8.8052,0,3.5944,8.5617,0,3.0984,8.4838,0,2.8061,8.3571,0,2.6693,8.1818,0,2.6203,7.9675,0,2.6991,7.5584,0,2.9225,6.9546,0,5.1625,1.802,0,7.2376,6.8961,0,7.4714,7.5292,0,7.5398,7.9383,0,7.5006,8.1234,0,7.3545,8.2987,0,7.1008,8.4448,0,6.7208,8.5422,0,6.6727,8.552,0,6.6138,8.5617,0,6.6138,8.8052,0,9.3225,8.8052,0 + +[0057] W +PLC 12.2736,8.5617,0,11.961,8.5325,0,11.7083,8.4351,0,11.5037,8.2597,0,11.2995,7.9773,0,11.1336,7.5974,0,10.8898,6.8961,0,8.4352,-0.2045,0,8.1826,-0.2045,0,6.1759,5.4253,0,4.1792,-0.2045,0,3.9453,-0.2045,0,1.3357,7.1104,0,1.0914,7.763,0,0.9651,8.0747,0,0.8095,8.289,0,0.6039,8.4448,0,0.3413,8.5325,0,0.0009,8.5617,0,0.0009,8.8052,0,3.2635,8.8052,0,3.2635,8.5617,0,3.108,8.5617,0,2.7958,8.5227,0,2.5818,8.4058,0,2.4455,8.2305,0,2.3965,8.026,0,2.4648,7.6558,0,2.6789,6.9838,0,4.413,2.0455,0,5.8737,6.2435,0,5.6215,6.9838,0,5.4059,7.5779,0,5.2603,7.8799,0,5.1052,8.1429,0,5.0071,8.2597,0,4.8996,8.3571,0,4.7346,8.4546,0,4.5691,8.5227,0,4.413,8.552,0,4.1792,8.5617,0,4.1792,8.8052,0,7.6078,8.8052,0,7.6078,8.5617,0,7.3739,8.5617,0,7.0623,8.5227,0,6.8379,8.4058,0,6.7214,8.2208,0,6.6724,7.987,0,6.7506,7.5292,0,6.9652,6.8279,0,8.6498,2.0455,0,10.325,6.8961,0,10.539,7.5779,0,10.6173,8.0065,0,10.5886,8.1526,0,10.5202,8.289,0,10.4132,8.3961,0,10.2863,8.474,0,10.0039,8.5422,0,9.6432,8.5617,0,9.6432,8.8052,0,12.2736,8.8052,0 + +[0058] X +PLC 7.217,2.0552,0,7.899,1.1007,0,8.3866,0.5844,0,8.8144,0.3409,0,9.3508,0.2435,0,9.3508,0,0,5.5711,0,0,5.5711,0.2435,0,5.902,0.263,0,6.126,0.3214,0,6.2531,0.3896,0,6.3502,0.4968,0,6.4186,0.6136,0,6.4384,0.7403,0,6.4282,0.8864,0,6.3797,1.0422,0,6.2727,1.237,0,6.0291,1.6072,0,4.5286,3.8669,0,2.6874,1.5097,0,2.4536,1.1883,0,2.3376,1.0033,0,2.2881,0.8766,0,2.2794,0.7403,0,2.3178,0.5455,0,2.4536,0.3993,0,2.7073,0.2922,0,3.1264,0.2435,0,3.1264,0,0,0,0,0,0,0.2435,0,0.3114,0.2922,0,0.5738,0.3799,0,0.9644,0.5747,0,1.3341,0.8279,0,1.7235,1.1883,0,2.1712,1.7045,0,4.2464,4.3344,0,2.5123,6.8669,0,1.8603,7.724,0,1.314,8.2208,0,0.7791,8.4643,0,0.1747,8.5617,0,0.1747,8.8052,0,4.2464,8.8052,0,4.2464,8.5617,0,3.8084,8.513,0,3.5357,8.3961,0,3.3893,8.2403,0,3.3407,8.0649,0,3.4188,7.763,0,3.6516,7.3636,0,5.0065,5.3474,0,6.5741,7.3247,0,6.7892,7.6169,0,6.9051,7.8019,0,6.9547,7.9383,0,6.9633,8.0649,0,6.9445,8.2013,0,6.886,8.3085,0,6.779,8.4253,0,6.6423,8.5033,0,6.4084,8.5422,0,6.0291,8.5617,0,6.0291,8.8052,0,9.1456,8.8052,0,9.1456,8.5617,0,8.8144,8.5227,0,8.5421,8.4448,0,8.2109,8.2695,0,7.899,8.0455,0,7.5482,7.6851,0,7.0713,7.1104,0,5.3275,4.8799,0 + +[0059] Y +PLC 9.282,8.8052,0,9.282,8.5617,0,9.1066,8.5617,0,8.9027,8.5227,0,8.6201,8.4156,0,8.3079,8.2305,0,8.0258,7.987,0,7.7332,7.6169,0,7.3735,7.0714,0,5.2501,3.7305,0,5.2501,1.5292,0,5.2987,0.8669,0,5.4355,0.5162,0,5.7464,0.3117,0,6.2141,0.2435,0,6.4967,0.2435,0,6.4967,0,0,2.7569,0,0,2.7569,0.2435,0,3.0679,0.2435,0,3.5457,0.3214,0,3.8566,0.5747,0,3.9637,0.9156,0,4.0035,1.5292,0,4.0035,3.6136,0,1.5874,7.2955,0,1.2269,7.8214,0,1.0027,8.1039,0,0.7691,8.289,0,0.3698,8.4935,0,0.2142,8.5422,0,0.0002,8.5617,0,0.0002,8.8052,0,3.7595,8.8052,0,3.7595,8.5617,0,3.5646,8.5617,0,3.273,8.5227,0,3.0096,8.4156,0,2.8152,8.2403,0,2.7468,7.987,0,2.8441,7.6656,0,3.1464,7.1494,0,4.9863,4.3149,0,6.7108,7.0227,0,7.0029,7.5584,0,7.1002,7.9286,0,7.0712,8.1039,0,7.0029,8.2597,0,6.8859,8.3864,0,6.7403,8.4838,0,6.5163,8.5422,0,6.2141,8.5617,0,6.2141,8.8052,0 + +[005a] Z +PLC 1.6946,0.5357,0,5.3088,0.5357,0,6.0388,0.6234,0,6.5851,0.8961,0,7.0033,1.4416,0,7.3739,2.3669,0,7.5877,2.3279,0,7.1685,0,0,0.0001,0,0,0.0001,0.2435,0,5.6494,8.2792,0,2.8344,8.2792,0,2.2307,8.2403,0,1.8216,8.1234,0,1.5392,7.9383,0,1.3351,7.6851,0,1.1783,7.2662,0,1.0329,6.6039,0,0.7888,6.6039,0,0.9741,8.8052,0,7.4809,8.8052,0 + +[005b] [ +PLC -0.0001,-2.6396,0,-0.0001,9,0,2.8541,9,0,2.8541,8.4935,0,0.9743,8.4935,0,0.9743,-2.1331,0,2.8541,-2.1331,0,2.8541,-2.6396,0 + +[005c] \ +PLC 3.701,-0.1851,0,3.185,-0.1851,0,0.0001,9.2338,0,0.5161,9.2338,0 + +[005d] ] +PLC 2.8541,9,0,2.8541,-2.6396,0,0,-2.6396,0,0,-2.1331,0,1.88,-2.1331,0,1.88,8.4935,0,0,8.4935,0,0,9,0 + +[005e] ^ +PLC 5.7466,4.3344,0,5.1532,4.3344,0,2.8837,8.1331,0,0.6038,4.3344,0,0.0004,4.3344,0,2.7958,8.9805,0,2.9908,8.9805,0 + +[005f] _ +PLC 0,-2.8734,0,0,-2.3279,0,6.8662,-2.3279,0,6.8662,-2.8734,0 + +[0060] ` +PLC 1.4417,9.0195,0,2.1336,6.7792,0,1.9094,6.7792,0,0.0001,9.0195,0 + +[0061] a +PLC 2.5619,0.3019,0,2.1625,0.039,0,1.7929,-0.0779,0,1.4131,-0.1266,0,0.8475,-0.0195,0,0.3994,0.3019,0,0.0981,0.789,0,0,1.4123,0,0.0486,1.8117,0,0.1953,2.1623,0,0.556,2.5909,0,1.1208,2.9903,0,1.9968,3.4286,0,3.3118,3.9448,0,3.3118,4.1786,0,3.2347,4.9286,0,3.0293,5.3961,0,2.6788,5.6396,0,2.2019,5.7273,0,1.8414,5.6688,0,1.5588,5.5033,0,1.3735,5.2695,0,1.3054,4.9968,0,1.3249,4.6266,0,1.2865,4.3539,0,1.1696,4.1591,0,0.9939,4.0422,0,0.77,4.0033,0,0.556,4.0422,0,0.3806,4.1688,0,0.2636,4.3636,0,0.2242,4.6266,0,0.3706,5.1623,0,0.799,5.6591,0,1.4805,6.0097,0,2.3964,6.1266,0,3.1178,6.0584,0,3.7012,5.8539,0,4.0332,5.6007,0,4.2673,5.2305,0,4.3542,4.8019,0,4.3832,4.0812,0,4.3832,1.3831,0,4.4129,1.0227,0,4.4516,0.8669,0,4.52,0.7695,0,4.5982,0.7208,0,4.6951,0.7013,0,4.7922,0.711,0,4.8707,0.75,0,5.0749,0.9058,0,5.3967,1.2175,0,5.3967,0.8571,0,4.6854,0.1266,0,4.0136,-0.1169,0,3.721,-0.0584,0,3.5072,0.1071,0,3.3603,0.3993,0,3.3118,0.8571,0 +PLC 3.3118,3.5455,0,2.5031,3.2143,0,2.0456,2.9903,0,1.5974,2.6981,0,1.3054,2.3961,0,1.1396,2.0649,0,1.0911,1.7143,0,1.1594,1.2857,0,1.3636,0.9351,0,1.6658,0.711,0,2.0069,0.6331,0,2.5817,0.789,0,3.3118,1.276,0 + +[0062] b +PLC 2.9708,5.8247,0,3.9352,6.1266,0,4.7924,5.9221,0,5.5326,5.3377,0,6.0489,4.4123,0,6.2143,3.2045,0,5.9517,1.7727,0,5.163,0.6526,0,4.2077,0.0292,0,3.1561,-0.1851,0,2.6299,-0.1364,0,2.0938,0.0097,0,1.5589,0.2435,0,1.003,0.5747,0,1.003,6.7305,0,0.9938,7.5487,0,0.9545,7.9773,0,0.8957,8.1721,0,0.7986,8.2987,0,0.6817,8.3571,0,0.5449,8.3766,0,0.3408,8.3571,0,0.0871,8.2792,0,0.0002,8.5033,0,1.7829,9.2338,0,2.075,9.2338,0,2.075,4.9188,0 +PLC 2.075,0.9448,0,2.4158,0.6623,0,2.757,0.4578,0,3.1164,0.3312,0,3.487,0.2922,0,4.0521,0.4578,0,4.5882,0.9448,0,4.9675,1.7338,0,5.0946,2.8344,0,4.9675,3.8377,0,4.5882,4.5877,0,4.042,5.0455,0,3.4288,5.2013,0,3.078,5.1526,0,2.7371,5.026,0,2.4446,4.8312,0,2.075,4.5097,0 + +[0063] c +PLC 4.6562,1.2175,0,4.0713,0.4481,0,3.3311,-0.0195,0,2.5128,-0.1851,0,1.5685,0.0292,0,0.75,0.6721,0,0.1851,1.6656,0,-0.0004,2.9708,0,0.2047,4.237,0,0.8282,5.25,0,1.7535,5.9026,0,2.8346,6.1266,0,3.6333,6.0097,0,4.2755,5.6591,0,4.6949,5.1818,0,4.8403,4.6948,0,4.8019,4.4708,0,4.6847,4.2955,0,4.4908,4.1786,0,4.2368,4.1396,0,3.8959,4.2078,0,3.6621,4.3929,0,3.565,4.5877,0,3.5167,4.9091,0,3.4282,5.25,0,3.2531,5.4935,0,2.9806,5.6396,0,2.6196,5.6883,0,2.0362,5.5714,0,1.5781,5.211,0,1.1788,4.4708,0,1.0517,3.526,0,1.1788,2.5227,0,1.5685,1.6461,0,2.1816,1.0325,0,2.9806,0.8279,0,3.584,0.9351,0,4.1301,1.2662,0,4.4806,1.6851,0,4.8212,2.3474,0,5.0068,2.2597,0 + +[0064] d +PLC 3.7507,0.2825,0,3.331,0.0195,0,2.893,-0.1364,0,2.4357,-0.1851,0,1.5201,0.0195,0,0.731,0.6331,0,0.185,1.5682,0,0,2.7273,0,0.2051,3.9545,0,0.8086,5.0649,0,1.7242,5.8636,0,2.8833,6.1266,0,3.5938,6,0,4.1787,5.6299,0,4.1787,6.7208,0,4.1686,7.5487,0,4.1299,7.9773,0,4.0616,8.1721,0,3.9746,8.2987,0,3.8574,8.3571,0,3.7207,8.3766,0,3.5166,8.3571,0,3.273,8.2792,0,3.1856,8.5033,0,4.9576,9.2338,0,5.2495,9.2338,0,5.2495,2.3572,0,5.2599,1.5195,0,5.2985,1.0812,0,5.357,0.8864,0,5.4551,0.7597,0,5.5718,0.6916,0,5.7075,0.6721,0,5.9126,0.7013,0,6.1656,0.7792,0,6.2436,0.5552,0,4.481,-0.1851,0,4.1787,-0.1851,0,4.1787,0.6721,0 +PLC 4.1787,4.1883,0,4.1002,4.6072,0,3.9449,4.9968,0,3.7207,5.3084,0,3.4284,5.5422,0,3.1075,5.6786,0,2.8053,5.7273,0,2.2603,5.6007,0,1.7822,5.211,0,1.3345,4.3831,0,1.1881,3.2435,0,1.3345,2.0844,0,1.7628,1.2273,0,2.3673,0.711,0,3.0392,0.5357,0,3.6139,0.6818,0,4.1787,1.1201,0 + +[0065] e +PLC 1.0718,2.5227,0,1.5588,1.6266,0,2.2698,1.0617,0,3.0874,0.8766,0,3.6334,0.9545,0,4.1011,1.1981,0,4.5004,1.6364,0,4.8314,2.2987,0,5.0261,2.1721,0,4.763,1.3149,0,4.2369,0.5455,0,3.4966,0,0,2.5909,-0.1851,0,1.598,0.0292,0,0.7597,0.6526,0,0.1849,1.6266,0,-0.0004,2.8929,0,0.1948,4.2565,0,0.7795,5.2792,0,1.6654,5.9123,0,2.7465,6.1266,0,3.6532,5.961,0,4.384,5.474,0,4.8701,4.6948,0,5.0261,3.711,0,0.9152,3.711,0 +PLC 3.672,4.0812,0,3.6235,4.5682,0,3.5363,4.8896,0,3.3311,5.211,0,3.0487,5.4643,0,2.7277,5.6201,0,2.3769,5.6688,0,1.8705,5.5617,0,1.4127,5.25,0,1.0817,4.7435,0,0.9152,4.0812,0 + +[0066] f +PLC 2.2209,1.5682,0,2.269,0.8961,0,2.4057,0.5162,0,2.6882,0.3019,0,3.0479,0.2338,0,3.584,0.2338,0,3.584,0,0,0.0384,0,0,0.0384,0.2338,0,0.3015,0.2338,0,0.5448,0.263,0,0.7786,0.3604,0,0.954,0.5162,0,1.071,0.711,0,1.1294,1.0422,0,1.1492,1.5682,0,1.1492,5.4838,0,0.0002,5.4838,0,0.0002,5.9513,0,1.1492,5.9513,0,1.1492,6.3409,0,1.2265,7.1591,0,1.4406,7.8409,0,1.8013,8.3961,0,2.3076,8.8344,0,2.9314,9.1266,0,3.633,9.2143,0,4.2856,9.1072,0,4.889,8.776,0,5.1714,8.4643,0,5.2596,8.1234,0,5.2205,7.9286,0,5.0932,7.7533,0,4.9188,7.6266,0,4.7335,7.5779,0,4.5784,7.6071,0,4.4119,7.6851,0,4.2271,7.8604,0,4.0121,8.1526,0,3.7782,8.4448,0,3.5641,8.6299,0,3.3501,8.7175,0,3.1162,8.7468,0,2.8437,8.7078,0,2.6099,8.5909,0,2.4345,8.3864,0,2.3175,8.0942,0,2.2492,7.5,0,2.2209,6.3701,0,2.2209,5.9513,0,3.7594,5.9513,0,3.7594,5.4838,0,2.2209,5.4838,0 + +[0067] g +PLC 1.1206,2.4838,0,0.7698,2.9123,0,0.5459,3.4188,0,0.4775,3.9643,0,0.643,4.7922,0,1.1395,5.4838,0,1.8995,5.961,0,2.8449,6.1266,0,3.6436,6.0195,0,4.3253,5.7078,0,5.5823,5.7078,0,5.8058,5.6981,0,5.9029,5.6883,0,5.9415,5.6688,0,5.9713,5.6396,0,6,5.552,0,6.0099,5.4253,0,6,5.289,0,5.9817,5.1916,0,5.952,5.1623,0,5.9133,5.1429,0,5.8058,5.1234,0,4.8119,5.1234,0,5.0844,4.5877,0,5.1731,3.9253,0,5.017,3.1558,0,4.5394,2.5033,0,3.7892,2.0649,0,2.825,1.9188,0,2.3771,1.9481,0,1.9292,2.0455,0,1.6855,1.8117,0,1.5403,1.6169,0,1.4615,1.4416,0,1.4422,1.2955,0,1.4615,1.1883,0,1.5487,1.0812,0,1.7058,0.9935,0,1.9679,0.9351,0,2.2795,0.9058,0,2.8736,0.8864,0,3.9745,0.8474,0,4.6077,0.7987,0,5.1528,0.6429,0,5.5719,0.3507,0,5.8449,-0.0584,0,5.9316,-0.5455,0,5.7572,-1.2565,0,5.2415,-1.9188,0,4.0716,-2.6299,0,2.6011,-2.8734,0,1.4422,-2.7273,0,0.4874,-2.3084,0,0.1168,-1.9773,0,-0.0001,-1.6266,0,0.0098,-1.4708,0,0.0683,-1.3149,0,0.2337,-1.0325,0,0.5266,-0.6526,0,0.7114,-0.4481,0,1.189,0.0487,0,0.8972,0.2435,0,0.7114,0.4091,0,0.6044,0.5844,0,0.5662,0.7695,0,0.6143,1.0227,0,0.75,1.3052,0,1.0622,1.6753,0,1.6077,2.1721,0 +PLC 2.2989,5.7175,0,1.9292,5.4253,0,1.6855,4.9383,0,1.6077,4.2565,0,1.7142,3.3409,0,2.0467,2.6591,0,2.4356,2.3377,0,2.9033,2.2305,0,3.3512,2.3279,0,3.7209,2.6007,0,3.9547,3.0779,0,4.0335,3.7695,0,3.9265,4.6851,0,3.5851,5.3864,0,3.2046,5.7078,0,2.7369,5.8149,0 +PLC 1.2762,-0.3214,0,1.081,-0.6136,0,0.9656,-0.8864,0,0.9254,-1.1396,0,1.0225,-1.4318,0,1.3064,-1.6851,0,2.0947,-1.987,0,3.1758,-2.0942,0,4.1886,-1.987,0,4.9001,-1.6753,0,5.3182,-1.2565,0,5.455,-0.7987,0,5.3772,-0.5065,0,5.124,-0.3214,0,4.6266,-0.2045,0,3.7892,-0.1461,0,2.4941,-0.0877,0,1.5403,0,0 + +[0068] h +PLC 2.0755,4.8799,0,2.7187,5.5325,0,3.2156,5.9026,0,3.6442,6.0682,0,4.0619,6.1266,0,4.5296,6.0487,0,4.9294,5.8442,0,5.25,5.4838,0,5.475,4.9675,0,5.5622,4.3831,0,5.5909,3.4481,0,5.5909,1.3442,0,5.6206,0.8669,0,5.689,0.5747,0,5.7762,0.4286,0,5.9035,0.3214,0,6.127,0.2532,0,6.4783,0.2338,0,6.4783,0,0,3.556,0,0,3.556,0.2338,0,3.6928,0.2338,0,4.0431,0.263,0,4.267,0.3604,0,4.4028,0.5162,0,4.5009,0.7305,0,4.5098,0.9351,0,4.5197,1.3442,0,4.5197,3.4481,0,4.4915,4.2565,0,4.4127,4.724,0,4.2858,4.9968,0,4.0921,5.1818,0,3.8478,5.2987,0,3.5659,5.3377,0,3.2349,5.2987,0,2.904,5.1721,0,2.5234,4.9091,0,2.0755,4.4903,0,2.0755,1.3442,0,2.0954,0.8474,0,2.1439,0.5844,0,2.241,0.4481,0,2.3966,0.3312,0,2.6503,0.263,0,3.0397,0.2338,0,3.0397,0,0,0.0887,0,0,0.0887,0.2338,0,0.4395,0.263,0,0.712,0.3604,0,0.8289,0.4481,0,0.9161,0.6039,0,0.9746,0.8766,0,0.9949,1.3442,0,0.9949,6.7208,0,0.9845,7.5487,0,0.9459,7.9773,0,0.8879,8.1721,0,0.7992,8.2987,0,0.6823,8.3571,0,0.5267,8.3766,0,0.3518,8.3571,0,0.0887,8.2792,0,0.0005,8.5033,0,1.7733,9.2338,0,2.0755,9.2338,0 + +[0069] i +PLC 1.7918,9.1851,0,2.0053,9.039,0,2.1421,8.8247,0,2.1911,8.5714,0,2.1421,8.3182,0,2.0053,8.1039,0,1.7918,7.9578,0,1.5386,7.9091,0,1.2854,7.9578,0,1.0709,8.1039,0,0.9242,8.3182,0,0.8757,8.5714,0,0.9242,8.8247,0,1.0709,9.039,0,1.2854,9.1851,0,1.5386,9.2338,0 +PLC 2.0737,1.3442,0,2.094,0.8766,0,2.1624,0.6039,0,2.2595,0.4383,0,2.3963,0.3214,0,2.6197,0.2532,0,2.9794,0.2338,0,2.9794,0,0,0.0869,0,0,0.0869,0.2338,0,0.4575,0.2532,0,0.6715,0.3214,0,0.8073,0.4286,0,0.9158,0.5942,0,0.9738,0.8766,0,1.0025,1.3442,0,1.0025,3.6331,0,0.9832,4.4318,0,0.944,4.8896,0,0.8856,5.0649,0,0.7984,5.1818,0,0.6819,5.2403,0,0.5348,5.2597,0,0.3306,5.2305,0,0.0869,5.1623,0,-0.0003,5.3961,0,1.7918,6.1266,0,2.0737,6.1266,0 + +[006a] j +PLC 1.7726,9.1851,0,1.9876,9.039,0,2.1333,8.8247,0,2.1824,8.5714,0,2.1333,8.3182,0,1.9876,8.1039,0,1.7726,7.9578,0,1.5105,7.9091,0,1.2563,7.9578,0,1.0428,8.1039,0,0.8966,8.3182,0,0.8471,8.5714,0,0.8966,8.8247,0,1.0428,9.039,0,1.2563,9.1851,0,1.5105,9.2338,0 +PLC 2.0748,0.1364,0,1.9093,-1.1883,0,1.4218,-2.1331,0,0.6732,-2.6883,0,-0.2628,-2.8734,0,-0.7786,-2.8149,0,-1.1398,-2.6591,0,-1.3538,-2.4351,0,-1.4321,-2.211,0,-1.3925,-2.0065,0,-1.2656,-1.8214,0,-1.1001,-1.7045,0,-0.896,-1.6656,0,-0.7206,-1.6851,0,-0.5551,-1.7435,0,-0.3896,-1.8507,0,-0.126,-2.0747,0,0.1658,-2.289,0,0.3997,-2.3571,0,0.5557,-2.3279,0,0.7113,-2.2403,0,0.8386,-2.0747,0,0.9253,-1.8312,0,0.9838,-1.3831,0,1.0041,-0.6136,0,1.0041,3.6234,0,0.9838,4.4318,0,0.9452,4.8799,0,0.8867,5.0649,0,0.7985,5.1818,0,0.6816,5.2403,0,0.5364,5.2597,0,0.3323,5.2305,0,0.088,5.1623,0,0.0003,5.3961,0,1.7924,6.1266,0,2.0748,6.1266,0 + +[006b] k +PLC 2.0651,3.3117,0,3.8953,0.9838,0,4.091,0.6916,0,4.149,0.4968,0,4.1297,0.3896,0,4.0623,0.3117,0,3.935,0.2532,0,3.7298,0.2338,0,3.7298,0,0,6.6135,0,0,6.6135,0.2338,0,6.2726,0.2532,0,6.0585,0.3019,0,5.8049,0.4481,0,5.5125,0.6916,0,5.1816,1.052,0,4.6554,1.7045,0,3.1264,3.6331,0,4.6554,5.0455,0,5.0547,5.3669,0,5.4253,5.5812,0,5.8247,5.6883,0,6.3117,5.737,0,6.3117,5.9513,0,3.7298,5.9513,0,3.7298,5.737,0,3.9449,5.7078,0,4.0806,5.6299,0,4.1594,5.5325,0,4.1877,5.4058,0,4.1777,5.3279,0,4.1391,5.25,0,3.9637,5.0552,0,3.5842,4.6948,0,2.0651,3.3117,0,2.0651,1.3344,0,2.0839,0.8571,0,2.1523,0.5747,0,2.2494,0.4188,0,2.3767,0.3214,0,2.62,0.2532,0,3.0292,0.2338,0,3.0292,0,0,-0.0001,0,0,-0.0001,0.2338,0,0.3993,0.263,0,0.6817,0.3409,0,0.8086,0.4383,0,0.8963,0.5649,0,0.9646,0.8571,0,0.9929,1.3052,0,0.9929,6.7208,0,0.974,7.5487,0,0.9443,7.9773,0,0.8858,8.1721,0,0.7986,8.2987,0,0.6718,8.3669,0,0.5256,8.3864,0,0.3507,8.3571,0,0.1169,8.2792,0,-0.0001,8.5033,0,1.7732,9.2338,0,2.0651,9.2338,0 + +[006c] l +PLC 2.0652,1.3442,0,2.0835,0.8766,0,2.142,0.6039,0,2.25,0.4481,0,2.3957,0.3312,0,2.6295,0.2532,0,3.019,0.2338,0,3.019,0,0,0.1066,0,0,0.1066,0.2338,0,0.448,0.2532,0,0.6615,0.3214,0,0.7983,0.4286,0,0.8954,0.5942,0,0.9638,0.8766,0,0.9841,1.3442,0,0.9841,6.7403,0,0.9737,7.5584,0,0.935,7.9773,0,0.8766,8.1721,0,0.7889,8.2987,0,0.6819,8.3571,0,0.5357,8.3766,0,0.3405,8.3571,0,0.1066,8.2792,0,-0.0004,8.5033,0,1.7724,9.2338,0,2.0652,9.2338,0 + +[006d] m +PLC 2.5915,5.3669,0,2.8437,5.6007,0,3.146,5.8247,0,3.4675,5.9903,0,3.8084,6.0877,0,4.1404,6.1266,0,4.6561,6.039,0,5.1041,5.7955,0,5.435,5.3961,0,5.6392,4.8604,0,6.2535,5.5033,0,6.7703,5.8831,0,7.237,6.0584,0,7.7142,6.1266,0,8.1621,6.0584,0,8.552,5.8831,0,8.8835,5.5617,0,9.1362,5.0844,0,9.2432,4.5974,0,9.2828,3.9058,0,9.2828,1.3442,0,9.3017,0.8766,0,9.3606,0.5747,0,9.4587,0.4481,0,9.6039,0.3312,0,9.8378,0.263,0,10.1786,0.2338,0,10.1786,0,0,7.237,0,0,7.237,0.2338,0,7.3634,0.2338,0,7.7043,0.2727,0,7.958,0.3799,0,8.0937,0.5162,0,8.172,0.711,0,8.1918,0.9253,0,8.2017,1.3442,0,8.2017,3.9058,0,8.1621,4.5195,0,8.0263,4.9286,0,7.6944,5.2403,0,7.2177,5.3474,0,6.8674,5.2987,0,6.526,5.1721,0,6.1366,4.9286,0,5.6892,4.5292,0,5.6689,4.461,0,5.6892,4.1786,0,5.6892,1.3442,0,5.6976,0.8474,0,5.7566,0.5844,0,5.8542,0.4481,0,6.0098,0.3312,0,6.2639,0.263,0,6.6529,0.2338,0,6.6529,0,0,3.6424,0,0,3.6424,0.2338,0,4.0616,0.263,0,4.3242,0.3507,0,4.4812,0.4968,0,4.5784,0.7013,0,4.6066,0.9156,0,4.617,1.3442,0,4.617,3.9058,0,4.558,4.5292,0,4.4025,4.9481,0,4.0517,5.2597,0,3.6043,5.3669,0,3.253,5.3182,0,2.9022,5.1721,0,2.426,4.8701,0,2.0748,4.5292,0,2.0748,1.3442,0,2.0946,0.8571,0,2.1535,0.5844,0,2.2606,0.4286,0,2.3958,0.3214,0,2.6396,0.2532,0,3.0389,0.2338,0,3.0389,0,0,0.0968,0,0,0.0968,0.2338,0,0.4476,0.2532,0,0.6721,0.3214,0,0.8182,0.4383,0,0.9154,0.6039,0,0.9837,0.8864,0,1.0036,1.3442,0,1.0036,3.6136,0,0.9837,4.4221,0,0.9456,4.8799,0,0.8866,5.0649,0,0.7984,5.1818,0,0.6815,5.2403,0,0.5358,5.2597,0,0.3411,5.2305,0,0.0968,5.1623,0,0.0002,5.3961,0,1.7923,6.1266,0,2.0748,6.1266,0,2.0748,4.8604,0 + +[006e] n +PLC 3.0886,5.8052,0,4.0627,6.1266,0,4.52,6.0584,0,4.9006,5.8831,0,5.2216,5.552,0,5.4654,5.0747,0,5.5724,4.5877,0,5.6011,3.8864,0,5.6011,1.3442,0,5.6309,0.8669,0,5.6993,0.5747,0,5.7865,0.4383,0,5.9232,0.3214,0,6.1472,0.2532,0,6.5079,0.2338,0,6.5079,0,0,3.5757,0,0,3.5757,0.2338,0,3.6931,0.2338,0,4.0434,0.263,0,4.2773,0.3604,0,4.413,0.5162,0,4.5111,0.7305,0,4.5299,0.9351,0,4.5299,3.7792,0,4.4814,4.4805,0,4.3258,4.9578,0,4.034,5.2305,0,3.6143,5.3279,0,2.8354,5.1136,0,2.0759,4.4805,0,2.0759,1.3442,0,2.0853,0.8571,0,2.1443,0.5942,0,2.2513,0.4383,0,2.3974,0.3214,0,2.6303,0.2532,0,3.0396,0.2338,0,3.0396,0,0,0.0985,0,0,0.0985,0.2338,0,0.2258,0.2338,0,0.6048,0.2922,0,0.8387,0.4675,0,0.966,0.7987,0,1.0047,1.3442,0,1.0047,3.5552,0,0.9844,4.4123,0,0.9556,4.8604,0,0.8873,5.0552,0,0.8006,5.1721,0,0.6831,5.2403,0,0.5365,5.2597,0,0.3328,5.2305,0,0.0985,5.1623,0,0.0004,5.3961,0,1.793,6.1266,0,2.0759,6.1266,0,2.0759,4.8604,0 + +[006f] o +PLC 4.0911,5.8636,0,5.0459,5.0942,0,5.5621,4.1591,0,5.738,3.0877,0,5.6399,2.2792,0,5.357,1.4708,0,4.8997,0.75,0,4.3056,0.2338,0,3.5941,-0.0779,0,2.8054,-0.1851,0,1.5979,0.0877,0,0.6719,0.8864,0,0.1655,1.8507,0,0,2.9123,0,0.0971,3.7305,0,0.4093,4.539,0,0.877,5.2403,0,1.4706,5.737,0,2.1523,6.0292,0,2.8742,6.1266,0 +PLC 2.3277,5.6494,0,1.9868,5.4935,0,1.6663,5.211,0,1.422,4.7825,0,1.2565,4.1883,0,1.208,3.4578,0,1.3348,2.25,0,1.7242,1.2175,0,2.3188,0.5162,0,3.0878,0.2825,0,3.6625,0.4091,0,4.1208,0.7987,0,4.4315,1.5,0,4.5301,2.5812,0,4.3641,4.0033,0,3.8478,5.0747,0,3.3216,5.5422,0,2.679,5.6981,0 + +[0070] p +PLC 1.8309,6.0974,0,2.0747,6.0974,0,2.0747,4.7046,0,2.533,5.3766,0,2.9997,5.8052,0,3.4774,6.039,0,3.9733,6.1266,0,4.8017,5.9513,0,5.4736,5.4253,0,6.0186,4.4318,0,6.2044,3.1851,0,5.98,1.7825,0,5.318,0.6429,0,4.4995,0.0292,0,3.4868,-0.1851,0,3.0394,-0.1461,0,2.6583,-0.0487,0,2.3858,0.0974,0,2.0747,0.3409,0,2.0747,-1.4708,0,2.094,-1.9675,0,2.152,-2.2403,0,2.2501,-2.3961,0,2.4057,-2.5032,0,2.6687,-2.5812,0,3.0775,-2.6007,0,3.0775,-2.8442,0,-0.039,-2.8442,0,-0.039,-2.6007,0,0.1265,-2.6007,0,0.4575,-2.5714,0,0.7399,-2.4643,0,0.8474,-2.3766,0,0.9252,-2.2403,0,0.9842,-1.9578,0,0.9926,-1.4318,0,0.9926,4.1981,0,0.9842,4.6656,0,0.944,4.9286,0,0.8766,5.0649,0,0.779,5.1623,0,0.6433,5.2208,0,0.4674,5.2403,0,0.292,5.2208,0,0.0784,5.1526,0,-0.0003,5.3572,0 +PLC 2.0747,2.1039,0,2.0836,1.5097,0,2.1331,1.1591,0,2.2887,0.7987,0,2.5811,0.4968,0,2.9804,0.2825,0,3.4669,0.2045,0,4.0615,0.3312,0,4.5198,0.711,0,4.9192,1.5097,0,5.0455,2.5812,0,4.8989,3.7792,0,4.4514,4.6753,0,3.9931,5.0552,0,3.4669,5.1818,0,3.1558,5.1429,0,2.8436,5.026,0,2.533,4.7922,0,2.0747,4.3247,0 + +[0071] q +PLC 5.2399,-1.5292,0,5.2597,-1.9968,0,5.3187,-2.2597,0,5.4158,-2.4058,0,5.5609,-2.513,0,5.8047,-2.5812,0,6.2041,-2.6007,0,6.2041,-2.8442,0,3.2134,-2.8442,0,3.2134,-2.6007,0,3.3308,-2.6007,0,3.6524,-2.5812,0,3.8863,-2.5032,0,4.0027,-2.3961,0,4.0904,-2.2403,0,4.1489,-1.9675,0,4.1692,-1.5292,0,4.1692,1.0325,0,3.6128,0.4383,0,3.1361,0.0779,0,2.6887,-0.1169,0,2.221,-0.1851,0,1.402,0.0195,0,0.6816,0.6039,0,0.1752,1.5195,0,0.0003,2.7078,0,0.2237,4.0812,0,0.8956,5.1721,0,1.8895,5.8831,0,3.0583,6.1266,0,3.4185,6.0974,0,3.7396,6.0195,0,4.0418,5.8929,0,4.3049,5.7078,0,4.6651,5.9026,0,5.0258,6.1266,0,5.2399,6.1266,0 +PLC 4.1692,4.237,0,4.1394,4.6656,0,4.0418,4.9968,0,3.8669,5.2597,0,3.5939,5.474,0,3.2431,5.6201,0,2.8636,5.6688,0,2.1809,5.513,0,1.6165,5.0552,0,1.2266,4.276,0,1.0898,3.1851,0,1.2266,2.1234,0,1.6259,1.3539,0,2.2106,0.8864,0,2.9023,0.7305,0,3.2635,0.7792,0,3.584,0.8961,0,3.8763,1.1201,0,4.1692,1.4416,0 + +[0072] r +PLC 2.0651,4.7825,0,2.8241,5.7857,0,3.604,6.1266,0,3.9255,6.0682,0,4.1876,5.9026,0,4.3635,5.6688,0,4.4215,5.4058,0,4.3829,5.1721,0,4.256,4.9773,0,4.0707,4.8409,0,3.8572,4.8019,0,3.6139,4.8507,0,3.3404,5.026,0,3.0976,5.1916,0,2.9222,5.25,0,2.8053,5.211,0,2.6685,5.1136,0,2.3767,4.763,0,2.0651,4.237,0,2.0651,1.3929,0,2.0938,0.9545,0,2.1909,0.6429,0,2.3083,0.4773,0,2.4931,0.3507,0,2.7473,0.263,0,3.1065,0.2338,0,3.1065,0,0,0.0589,0,0,0.0589,0.2338,0,0.4582,0.2727,0,0.7402,0.3799,0,0.8759,0.5065,0,0.9646,0.711,0,0.9839,0.9156,0,0.9929,1.3344,0,0.9929,3.6429,0,0.9839,4.4708,0,0.9542,4.8799,0,0.8962,5.0455,0,0.7991,5.1721,0,0.6718,5.2403,0,0.5162,5.2597,0,0.3012,5.2305,0,0.0589,5.1623,0,-0.0001,5.3961,0,1.7916,6.1266,0,2.0651,6.1266,0 + +[0073] s +PLC 3.6036,4.1007,0,3.3896,4.1007,0,3.1067,4.8994,0,2.7564,5.3961,0,2.3174,5.6494,0,1.7724,5.737,0,1.3631,5.6786,0,1.042,5.5033,0,0.827,5.25,0,0.7596,4.9675,0,0.8186,4.6266,0,0.9737,4.3442,0,1.2759,4.0714,0,1.7927,3.7792,0,2.737,3.3214,0,3.7206,2.5714,0,4.052,1.6266,0,3.8959,0.8864,0,3.4381,0.3117,0,2.795,-0.0584,0,2.0652,-0.1851,0,1.48,-0.1364,0,0.8186,0.0097,0,0.6229,0.0584,0,0.4673,0.0779,0,0.3405,0.039,0,0.2334,-0.0877,0,0.0194,-0.0877,0,0.0194,2.0357,0,0.2334,2.0357,0,0.496,1.237,0,0.935,0.6623,0,1.4701,0.3117,0,2.0835,0.2045,0,2.4829,0.263,0,2.8148,0.4675,0,3.019,0.75,0,3.0973,1.1007,0,3.0096,1.5097,0,2.7757,1.8507,0,2.3085,2.1916,0,1.5187,2.6201,0,0.7398,3.0682,0,0.2919,3.4675,0,0.068,3.8864,0,-0.0004,4.4026,0,0.1264,5.0747,0,0.496,5.6299,0,1.0807,6,0,1.8011,6.1266,0,2.1915,6.0877,0,2.6493,5.9708,0,2.9318,5.9026,0,3.0973,5.8734,0,3.1845,5.8831,0,3.2528,5.9221,0,3.3212,5.9903,0,3.3896,6.1266,0,3.6036,6.1266,0 + +[0074] t +PLC 2.0158,5.9513,0,3.409,5.9513,0,3.409,5.4935,0,2.0158,5.4935,0,2.0158,1.6364,0,2.0549,1.1494,0,2.1813,0.8571,0,2.3666,0.7013,0,2.6103,0.6526,0,2.8145,0.6916,0,3.0196,0.789,0,3.2044,0.9545,0,3.3308,1.1786,0,3.5844,1.1786,0,3.3119,0.6234,0,2.9413,0.224,0,2.5222,-0.0195,0,2.0842,-0.0974,0,1.7918,-0.0584,0,1.4995,0.0682,0,1.2567,0.2727,0,1.0818,0.5455,0,0.9733,0.9351,0,0.9451,1.4903,0,0.9451,5.4935,0,0.0007,5.4935,0,0.0007,5.7078,0,0.3599,5.9026,0,0.7305,6.1948,0,1.0902,6.5649,0,1.4024,6.9935,0,1.5778,7.3442,0,1.8117,7.8994,0,2.0158,7.8994,0 + +[0075] u +PLC 5.6205,2.3474,0,5.6294,1.5097,0,5.669,1.0812,0,5.7275,0.8864,0,5.8246,0.7597,0,5.9415,0.6916,0,6.0783,0.6721,0,6.2923,0.7013,0,6.5267,0.7792,0,6.6134,0.5552,0,4.8411,-0.1851,0,4.5483,-0.1851,0,4.5483,1.0812,0,3.8764,0.3993,0,3.3799,0.0292,0,2.9608,-0.1266,0,2.5327,-0.1851,0,2.065,-0.1071,0,1.6656,0.1071,0,1.3535,0.4383,0,1.1493,0.8474,0,1.0423,1.4026,0,1.0126,2.1331,0,1.0126,4.7922,0,0.9839,5.1526,0,0.9155,5.3766,0,0.8085,5.5227,0,0.6529,5.6299,0,0.3997,5.6883,0,-0.0001,5.7078,0,-0.0001,5.9513,0,2.0843,5.9513,0,2.0843,1.9675,0,2.1621,1.276,0,2.3761,0.8766,0,2.6982,0.6818,0,3.0777,0.6136,0,3.37,0.6623,0,3.7109,0.789,0,4.0905,1.0422,0,4.5483,1.461,0,4.5483,4.8312,0,4.5002,5.25,0,4.364,5.513,0,4.0805,5.6494,0,3.5945,5.7078,0,3.5945,5.9513,0,5.6205,5.9513,0 + +[0076] v +PLC 2.8058,5.9513,0,2.8058,5.7078,0,2.6205,5.7078,0,2.3966,5.6786,0,2.2311,5.5812,0,2.133,5.4351,0,2.1048,5.25,0,2.133,5.0065,0,2.2405,4.7143,0,3.6234,1.4318,0,5.0067,4.8409,0,5.1236,5.1526,0,5.1623,5.3864,0,5.1435,5.474,0,5.1043,5.5422,0,5.0265,5.6201,0,4.9289,5.6688,0,4.753,5.6981,0,4.4805,5.7078,0,4.4805,5.9513,0,6.4188,5.9513,0,6.4188,5.7078,0,6.1364,5.6591,0,5.9511,5.5714,0,5.7375,5.3084,0,5.5428,4.9188,0,3.4291,-0.1851,0,3.1656,-0.1851,0,1.042,4.8409,0,0.9062,5.1331,0,0.7695,5.3377,0,0.6243,5.4838,0,0.4385,5.6007,0,0.273,5.6494,0,0.0005,5.7078,0,0.0005,5.9513,0 + +[0077] w +PLC 2.4943,5.9513,0,2.4943,5.7078,0,2.202,5.6591,0,2.0365,5.5812,0,1.9587,5.4643,0,1.929,5.3084,0,1.9587,5.0844,0,2.0454,4.8214,0,3.3119,1.3929,0,4.5981,4.1786,0,4.2572,5.0552,0,4.0719,5.3864,0,3.8484,5.6007,0,3.6433,5.6688,0,3.3119,5.7078,0,3.3119,5.9513,0,6.1469,5.9513,0,6.1469,5.7078,0,5.7476,5.6591,0,5.484,5.5422,0,5.3869,5.4058,0,5.3576,5.211,0,5.3671,5.0747,0,5.4067,4.9383,0,6.7504,1.5292,0,8.0069,4.8214,0,8.104,5.1331,0,8.1338,5.3766,0,8.104,5.4935,0,8.0069,5.6007,0,7.8216,5.6688,0,7.511,5.7078,0,7.511,5.9513,0,9.3903,5.9513,0,9.3903,5.7078,0,8.9027,5.474,0,8.5618,4.9383,0,6.5755,-0.1851,0,6.303,-0.1851,0,4.8225,3.6136,0,3.0879,-0.1851,0,2.8441,-0.1851,0,0.9356,4.8214,0,0.7508,5.211,0,0.565,5.4546,0,0.3311,5.6007,0,0.0001,5.7078,0,0.0001,5.9513,0 + +[0078] x +PLC 2.7957,5.9513,0,2.7957,5.7078,0,2.5713,5.6883,0,2.4261,5.6201,0,2.3473,5.513,0,2.3181,5.3766,0,2.3761,5.1818,0,2.5415,4.8994,0,2.6297,4.763,0,2.7571,4.5682,0,3.1847,3.8961,0,3.6722,4.5682,0,4.023,5.0942,0,4.1404,5.3864,0,4.1102,5.5033,0,4.023,5.6104,0,3.8763,5.6786,0,3.6722,5.7078,0,3.6722,5.9513,0,5.6788,5.9513,0,5.6788,5.7078,0,5.387,5.6494,0,5.1328,5.5325,0,4.7533,5.1818,0,4.2569,4.5682,0,3.4482,3.487,0,4.9287,1.3539,0,5.3964,0.7305,0,5.7076,0.4091,0,5.9702,0.2922,0,6.3111,0.2338,0,6.3111,0,0,3.5067,0,0,3.5067,0.2338,0,3.7698,0.263,0,3.9645,0.3604,0,4.0517,0.4675,0,4.0815,0.6039,0,3.9834,0.8669,0,3.6722,1.3539,0,2.7957,2.6299,0,1.8409,1.3539,0,1.5105,0.8864,0,1.402,0.6526,0,1.4416,0.5065,0,1.5491,0.3701,0,1.7339,0.2727,0,1.9871,0.2338,0,1.9871,0,0,0.0483,0,0,0.0483,0.2338,0,0.2624,0.2922,0,0.4576,0.3993,0,0.7886,0.7305,0,1.285,1.3539,0,2.5326,3.0097,0,1.402,4.6461,0,0.9744,5.2208,0,0.6617,5.5325,0,0.3605,5.6591,0,0.0003,5.7078,0,0.0003,5.9513,0 + +[0079] y +PLC 2.7755,5.9513,0,2.7755,5.7078,0,2.6388,5.7078,0,2.3767,5.6786,0,2.2008,5.5812,0,2.0839,5.4351,0,2.0551,5.2695,0,2.1037,4.9675,0,2.2692,4.5682,0,3.711,1.5682,0,5.0448,4.8507,0,5.1231,5.1136,0,5.1518,5.3766,0,5.1434,5.474,0,5.1132,5.552,0,5.0448,5.6104,0,4.9477,5.6688,0,4.7921,5.6981,0,4.5582,5.7078,0,4.5582,5.9513,0,6.4965,5.9513,0,6.4965,5.7078,0,6.283,5.6688,0,6.1259,5.6007,0,5.9901,5.4935,0,5.8346,5.3084,0,5.7563,5.1429,0,5.6195,4.8117,0,3.1947,-1.1201,0,2.7859,-1.8799,0,2.2796,-2.4253,0,1.7142,-2.7565,0,1.1781,-2.8734,0,0.8279,-2.8149,0,0.5549,-2.6494,0,0.3695,-2.4156,0,0.3012,-2.1429,0,0.3507,-1.8994,0,0.4865,-1.7045,0,0.6916,-1.5779,0,0.974,-1.539,0,1.2267,-1.5779,0,1.5577,-1.6851,0,1.7732,-1.7532,0,1.8797,-1.7825,0,2.0839,-1.724,0,2.3083,-1.5779,0,2.5417,-1.2857,0,2.7755,-0.7987,0,3.1947,0.2338,0,1.0612,4.724,0,0.9349,4.9481,0,0.7501,5.2208,0,0.594,5.4058,0,0.4766,5.5227,0,0.2823,5.6201,0,-0.0001,5.7078,0,-0.0001,5.9513,0 + +[007a] z +PLC 5.2501,0,0,0.0001,0,0,0.0001,0.2338,0,3.9544,5.4935,0,2.0067,5.4935,0,1.4805,5.474,0,1.1783,5.4156,0,1.0029,5.289,0,0.8577,5.1039,0,0.721,4.7435,0,0.662,4.2955,0,0.3994,4.2955,0,0.4381,5.9513,0,5.4254,5.9513,0,5.4254,5.7078,0,1.4419,0.4383,0,3.6041,0.4383,0,4.1788,0.4675,0,4.5286,0.5455,0,4.7536,0.7013,0,4.9285,0.9448,0,5.0162,1.2662,0,5.1034,1.8214,0,5.3184,1.8214,0 + +[007b] { +PLC 3.6226,-2.8734,0,2.6386,-2.5714,0,1.8597,-1.987,0,1.3434,-1.2175,0,1.1784,-0.3701,0,1.2171,0.1364,0,1.3236,0.7208,0,1.4405,1.2662,0,1.4802,1.6851,0,1.3722,2.1331,0,1.0813,2.552,0,0.6136,2.8831,0,0.0002,3.0487,0,0.0002,3.3214,0,0.6136,3.487,0,1.0813,3.8084,0,1.3722,4.2273,0,1.4802,4.6851,0,1.4405,5.1039,0,1.3236,5.6494,0,1.2171,6.2338,0,1.1784,6.7403,0,1.3434,7.5877,0,1.8597,8.3571,0,2.6386,8.9416,0,3.6226,9.2338,0,3.6226,9,0,2.9606,8.7662,0,2.5028,8.4058,0,2.2392,7.9773,0,2.152,7.5,0,2.1912,7.0617,0,2.2977,6.4968,0,2.4047,5.9123,0,2.4444,5.4253,0,2.3279,4.7825,0,1.9667,4.1591,0,1.3632,3.6039,0,0.5249,3.2045,0,1.3538,2.7857,0,1.9573,2.2305,0,2.3175,1.5877,0,2.4444,0.9448,0,2.4047,0.4578,0,2.2977,-0.1266,0,2.1912,-0.6916,0,2.152,-1.1396,0,2.2392,-1.6071,0,2.5028,-2.0455,0,2.9606,-2.3961,0,3.6226,-2.6396,0 + +[007c] | +PLC 0.5464,-2.8734,0,0.0003,-2.8734,0,0.0003,9.2338,0,0.5464,9.2338,0 + +[007d] } +PLC 0,9.2338,0,0.984,8.9416,0,1.7629,8.3571,0,2.2692,7.5877,0,2.4451,6.7305,0,2.4065,6.224,0,2.2891,5.6494,0,2.182,5.1039,0,2.1429,4.6851,0,2.241,4.237,0,2.5328,3.8182,0,2.9996,3.487,0,3.6234,3.3214,0,3.6234,3.0487,0,2.9996,2.8831,0,2.5328,2.552,0,2.241,2.1331,0,2.1429,1.6851,0,2.182,1.2662,0,2.2891,0.7208,0,2.4065,0.1364,0,2.4451,-0.3701,0,2.2692,-1.2175,0,1.7629,-1.987,0,0.984,-2.5714,0,0,-2.8734,0,0,-2.6396,0,0.6624,-2.3961,0,1.1098,-2.0455,0,1.3833,-1.6169,0,1.4705,-1.1396,0,1.4324,-0.6916,0,1.315,-0.1266,0,1.2079,0.4481,0,1.1683,0.9351,0,1.2852,1.5877,0,1.6558,2.211,0,2.2494,2.7565,0,3.0878,3.1656,0,2.2692,3.5844,0,1.6663,4.1396,0,1.2956,4.7825,0,1.1683,5.4253,0,1.2079,5.9123,0,1.315,6.4968,0,1.4324,7.0617,0,1.4705,7.5,0,1.3833,7.9773,0,1.1098,8.4058,0,0.6624,8.7662,0,0,9,0 + +[007e] ~ +PLC 6.9263,4.3831,0,6.7994,3.6331,0,6.4487,3.0584,0,5.9423,2.7078,0,5.3378,2.5812,0,5.0272,2.6104,0,4.6957,2.6883,0,4.0818,2.9026,0,2.9229,3.3701,0,2.0662,3.6818,0,1.5009,3.789,0,1.0817,3.711,0,0.7309,3.5065,0,0.4683,3.1364,0,0.293,2.6007,0,0.0006,2.6007,0,0.1468,3.3701,0,0.4872,3.9351,0,0.9648,4.2857,0,1.5202,4.4026,0,1.8121,4.3831,0,2.1044,4.3149,0,2.8932,4.0422,0,3.8871,3.6429,0,4.822,3.2922,0,5.4359,3.1753,0,5.8838,3.2533,0,6.2534,3.487,0,6.517,3.8669,0,6.634,4.3831,0 + +[007f]  +PLC 0.0008,8.3085,0,6.6524,8.3085,0,6.6524,0,0,0.0008,0,0 +PLC 6.4384,0.2045,0,6.4384,8.1039,0,0.2143,8.1039,0,0.2143,0.2045,0 + +[0080] € +PLC 1.9199,4.7825,0,1.9,4.5097,0,1.9,4.2468,0,5.4843,4.2468,0,5.3391,3.7403,0,1.9104,3.7403,0,2.0759,2.4838,0,2.455,1.4513,0,3.1367,0.6526,0,4.0137,0.3896,0,4.8124,0.4968,0,5.4748,0.8377,0,5.8648,1.2273,0,6.3612,1.8507,0,6.556,1.724,0,6.0293,0.9643,0,5.5526,0.4578,0,4.7242,0,0,3.7605,-0.1558,0,2.4351,0.1558,0,1.4422,1.0812,0,0.916,2.25,0,0.6534,3.7403,0,0.0004,3.7403,0,0.1461,4.2468,0,0.6237,4.2468,0,0.6237,4.3539,0,0.6341,4.5584,0,0.6435,4.7825,0,0.0004,4.7825,0,0.1461,5.289,0,0.6921,5.289,0,1.0627,6.6916,0,1.745,7.8312,0,2.8345,8.6981,0,4.1891,8.9805,0,5.289,8.8442,0,6.39,8.4156,0,6.39,6.4773,0,6.1373,6.4773,0,5.5625,8.0357,0,4.1891,8.552,0,3.2636,8.289,0,2.562,7.4708,0,2.1825,6.5065,0,1.9585,5.289,0,5.7964,5.289,0,5.6497,4.7825,0 + +[00a1] ¡ +PLC 1.0237,6.2727,0,1.2576,6.1169,0,1.4126,5.8831,0,1.4617,5.6007,0,1.4126,5.3279,0,1.2471,5.0942,0,1.0133,4.9383,0,0.7408,4.8896,0,0.4673,4.9383,0,0.2334,5.0942,0,0.0783,5.3279,0,0.0293,5.6007,0,0.0783,5.8831,0,0.2334,6.1169,0,0.4673,6.2727,0,0.7408,6.3214,0 +PLC 0.8582,3.8084,0,1.4325,-1.4513,0,1.4617,-1.7435,0,1.4711,-1.9578,0,1.4126,-2.3279,0,1.2471,-2.6201,0,1.0133,-2.8052,0,0.7309,-2.8734,0,0.4489,-2.8052,0,0.2151,-2.6201,0,0.0496,-2.3182,0,0.0005,-1.8799,0,0.0095,-1.6948,0,0.0293,-1.4513,0,0.6139,3.8084,0 + +[00a2] ¢ +PLC 4.5882,1.1786,0,3.9456,0.3701,0,3.2921,-0.0292,0,2.5132,-0.1558,0,1.9875,-0.0974,0,1.4608,0.0682,0,0.5363,-2.4643,0,0.0874,-2.4643,0,1.0912,0.3117,0,0.6334,0.8084,0,0.3312,1.3149,0,0.0785,2.0747,0,0.0002,2.9318,0,0.2539,4.3929,0,1.0228,5.4643,0,1.8513,5.9805,0,2.7961,6.1461,0,2.9512,6.1461,0,3.1851,6.1266,0,4.1007,8.6104,0,4.5684,8.6104,0,3.6231,6,0,4.1795,5.7078,0,4.5199,5.4351,0,4.7542,5.0747,0,4.831,4.6851,0,4.7924,4.461,0,4.6754,4.2857,0,4.4807,4.1688,0,4.2176,4.1396,0,3.907,4.1981,0,3.6627,4.3831,0,3.5656,4.5877,0,3.4972,4.9188,0,3.4487,5.1234,0,3.3803,5.3377,0,1.8998,1.237,0,2.2407,1.0325,0,2.5132,0.9058,0,2.7173,0.8571,0,2.9611,0.8474,0,3.3506,0.8864,0,3.7212,1.013,0,4.0427,1.1883,0,4.2766,1.4026,0,4.5,1.7533,0,4.8122,2.3474,0,5.0064,2.2695,0 +PLC 3.0097,5.6201,0,2.8244,5.6786,0,2.6202,5.6981,0,2.0262,5.5714,0,1.5688,5.211,0,1.1695,4.4513,0,1.0427,3.4773,0,1.0714,3.0097,0,1.1502,2.5812,0,1.3157,2.1331,0,1.5688,1.6266,0 + +[00a3] £ +PLC 2.6214,4.276,0,2.6214,4.0227,0,2.6308,3.8377,0,2.601,3.2533,0,2.5436,2.7078,0,2.4172,2.1526,0,2.2215,1.5097,0,3.2258,1.1981,0,3.6832,1.0617,0,4.0141,1.0033,0,4.3451,0.9838,0,4.8326,1.052,0,5.2221,1.237,0,5.5149,1.5584,0,5.7086,2.026,0,5.9425,1.9675,0,5.7086,1.052,0,5.2706,0.3799,0,4.7063,-0.0195,0,4.0825,-0.1558,0,3.6638,-0.1169,0,3.2838,0,0,2.7764,0.3019,0,1.9688,0.8864,0,1.6953,0.4286,0,1.403,0.1071,0,1.0918,-0.0877,0,0.7609,-0.1558,0,0.4586,-0.0974,0,0.2149,0.0682,0,0.0494,0.3312,0,0.0008,0.6818,0,0.0692,1.0812,0,0.2932,1.4026,0,0.6345,1.6266,0,1.0621,1.6948,0,1.1791,1.6948,0,1.3064,1.6851,0,1.4526,1.6656,0,1.618,1.6461,0,1.6279,1.802,0,1.6279,1.9383,0,1.6369,2.0455,0,1.6369,2.1429,0,1.5982,2.961,0,1.5011,4.276,0,0.2352,4.276,0,0.2352,4.8994,0,1.5011,4.8994,0,1.4327,5.6981,0,1.4134,6.1851,0,1.4912,6.9448,0,1.735,7.6364,0,2.115,8.211,0,2.611,8.6396,0,3.1961,8.9026,0,3.8189,8.9805,0,4.5304,8.8734,0,5.0472,8.5422,0,5.3578,8.1039,0,5.4549,7.6558,0,5.4168,7.461,0,5.2994,7.2857,0,5.1339,7.1688,0,4.9486,7.1299,0,4.7246,7.1883,0,4.5408,7.3734,0,4.4818,7.5584,0,4.4427,7.8799,0,4.3753,8.211,0,4.2282,8.4448,0,3.9844,8.5812,0,3.6638,8.6299,0,3.1961,8.5227,0,2.8161,8.2208,0,2.5624,7.6656,0,2.4752,6.8084,0,2.494,6.2727,0,2.553,5.6007,0,2.5921,5.1818,0,2.6214,4.8994,0,4.2965,4.8994,0,4.2965,4.276,0 +PLC 1.3941,1.1981,0,1.2573,1.2565,0,1.1206,1.2857,0,0.9848,1.2955,0,0.7212,1.2565,0,0.527,1.1396,0,0.4101,0.9545,0,0.3714,0.7305,0,0.4007,0.5162,0,0.4978,0.3604,0,0.6345,0.2532,0,0.7896,0.224,0,1.0042,0.2727,0,1.2093,0.4188,0,1.3941,0.6916,0,1.5402,1.1201,0 + +[00a4] ¤ +PLC 5.9129,7.539,0,6.2835,7.1688,0,5.3476,6.2533,0,5.8539,5.3669,0,6.0194,4.4318,0,5.8539,3.4675,0,5.3476,2.5812,0,6.2835,1.6461,0,5.9129,1.2857,0,4.978,2.211,0,4.1109,1.7143,0,3.224,1.5487,0,2.6592,1.5974,0,2.1141,1.7435,0,1.6464,1.9578,0,1.3154,2.211,0,0.3607,1.2857,0,0.0005,1.6461,0,0.9349,2.5812,0,0.4385,3.4188,0,0.273,4.4123,0,0.4385,5.3864,0,0.9349,6.2533,0,0.0005,7.1688,0,0.3607,7.539,0,1.3154,6.6136,0,1.695,6.8766,0,2.1731,7.0909,0,2.6795,7.2273,0,3.1655,7.276,0,3.6238,7.237,0,4.1109,7.1104,0,4.5687,6.9058,0,4.978,6.6136,0 +PLC 2.2405,6.5747,0,1.4809,6.0584,0,0.9746,5.2987,0,0.7992,4.3929,0,0.9746,3.5065,0,1.4908,2.7565,0,2.2405,2.2403,0,3.1472,2.0649,0,4.0425,2.2403,0,4.8031,2.7565,0,5.3278,3.5162,0,5.5036,4.4123,0,5.4159,4.9968,0,5.1821,5.5714,0,4.8031,6.0779,0,4.3051,6.4481,0,3.7403,6.6721,0,3.1472,6.75,0 + +[00a7] § +PLC 1.0627,5.9318,0,0.8189,6.3507,0,0.6723,6.75,0,0.6341,7.1494,0,0.7604,7.8604,0,1.1598,8.4448,0,1.7534,8.8539,0,2.4748,8.9805,0,3.1268,8.8734,0,3.653,8.552,0,4.0038,8.0844,0,4.1207,7.5584,0,4.0722,7.3149,0,3.9453,7.1104,0,3.7992,7.0033,0,3.6044,6.974,0,3.3993,7.013,0,3.2437,7.1201,0,3.1367,7.2857,0,3.0981,7.4708,0,3.108,7.6071,0,3.1466,7.8117,0,3.1754,7.9578,0,3.1858,8.0942,0,3.1367,8.3377,0,2.9915,8.5325,0,2.7661,8.6688,0,2.4748,8.7078,0,2.0358,8.6299,0,1.6766,8.3766,0,1.4224,8.0162,0,1.3441,7.5779,0,1.3837,7.1981,0,1.5195,6.8864,0,1.9104,6.4188,0,2.5035,5.9318,0,3.595,5.0455,0,4.2862,4.2468,0,4.5394,3.7013,0,4.6271,3.1266,0,4.5394,2.5422,0,4.2763,1.9481,0,3.8383,1.3929,0,3.1858,0.9058,0,3.5747,0.4383,0,3.8185,0.0487,0,3.9453,-0.3312,0,3.984,-0.7403,0,3.8571,-1.4708,0,3.4583,-2.0649,0,2.8642,-2.4643,0,2.1433,-2.6007,0,1.5007,-2.4838,0,0.9745,-2.1526,0,0.6341,-1.6753,0,0.5167,-1.1396,0,0.5553,-0.9156,0,0.6628,-0.7305,0,0.8278,-0.6039,0,1.023,-0.5649,0,1.2083,-0.6039,0,1.3639,-0.7208,0,1.4714,-0.8961,0,1.5106,-1.1299,0,1.4908,-1.3149,0,1.4511,-1.5195,0,1.4125,-1.7045,0,1.4031,-1.8409,0,1.4427,-2.0065,0,1.5695,-2.1526,0,1.8421,-2.2987,0,2.1829,-2.3474,0,2.5917,-2.2597,0,2.9712,-2.0065,0,3.2338,-1.6558,0,3.3225,-1.276,0,3.2735,-0.8864,0,3.1268,-0.5552,0,2.6888,-0.0292,0,1.9971,0.5552,0,0.9651,1.4026,0,0.3319,2.1526,0,0.0787,2.6981,0,0.0004,3.2727,0,0.0881,3.8669,0,0.3512,4.4513,0,0.7996,4.9968,0,1.4323,5.474,0 +PLC 0.9061,4.6169,0,0.6628,3.8279,0,0.7208,3.3896,0,0.9061,2.9903,0,1.3937,2.4156,0,2.1829,1.7533,0,2.6105,1.4123,0,2.9712,1.1007,0,3.7214,1.7533,0,3.9656,2.5227,0,3.8973,2.961,0,3.6817,3.4091,0,3.2437,3.9253,0,2.5035,4.5584,0,2.0269,4.9383,0,1.6463,5.2695,0 + +[00a9] © +PLC 5.7471,8.8539,0,6.8684,8.4058,0,7.8514,7.6851,0,8.5916,6.711,0,9.0593,5.5812,0,9.2144,4.4026,0,9.0593,3.2338,0,8.601,2.1136,0,7.8707,1.1396,0,6.8966,0.4091,0,5.7769,-0.0487,0,4.6075,-0.2045,0,3.4293,-0.0487,0,2.3185,0.4091,0,1.3444,1.1396,0,0.6146,2.1136,0,0.1563,3.2338,0,0.0007,4.4026,0,0.1563,5.5812,0,0.624,6.711,0,1.3642,7.6851,0,2.3482,8.4058,0,3.4581,8.8539,0,4.6075,9,0 +PLC 3.5562,8.474,0,2.5434,8.0649,0,1.6466,7.4026,0,0.9649,6.5065,0,0.5462,5.474,0,0.4,4.4026,0,0.5462,3.3312,0,0.9549,2.3084,0,1.6268,1.4221,0,2.5137,0.75,0,3.5368,0.3312,0,4.6075,0.1948,0,5.6698,0.3312,0,6.6925,0.75,0,7.5883,1.4221,0,8.2507,2.3084,0,8.6694,3.3312,0,8.8061,4.4026,0,8.6694,5.474,0,8.2413,6.5065,0,7.5685,7.4026,0,6.6732,8.0649,0,5.65,8.474,0,4.6075,8.6104,0 +PLC 7.0135,5.5422,0,6.7599,5.5422,0,6.4586,6.2143,0,6.0196,6.7013,0,5.4563,6.9838,0,4.7928,7.0714,0,4.2865,7.0227,0,3.8485,6.8571,0,3.468,6.5942,0,3.1672,6.263,0,2.9814,5.9416,0,2.8353,5.5227,0,2.7376,5.0552,0,2.7079,4.5487,0,2.8546,3.3507,0,3.303,2.5227,0,3.9842,2.0357,0,4.8612,1.8701,0,6.0013,2.1331,0,6.8778,2.9221,0,7.1206,2.7955,0,6.0494,1.8117,0,4.6373,1.4805,0,3.4491,1.6948,0,2.484,2.3182,0,1.8418,3.2533,0,1.6268,4.3636,0,1.8612,5.513,0,2.5434,6.487,0,3.5755,7.1494,0,4.8612,7.3636,0,5.1337,7.3636,0,5.3582,7.3247,0,5.6307,7.2565,0,6.0692,7.1201,0,6.2049,7.0812,0,6.3035,7.0714,0,6.4006,7.0812,0,6.4774,7.1299,0,6.5557,7.2078,0,6.6241,7.3636,0,6.8778,7.3636,0 + +[00aa] ª +PLC 2.2022,8.25,0,2.0753,8.5812,0,1.8613,8.7468,0,1.5591,8.8052,0,1.2866,8.7662,0,1.1013,8.6591,0,0.9843,8.4838,0,0.9457,8.2208,0,0.9259,7.9773,0,0.8391,7.8019,0,0.7217,7.7046,0,0.5751,7.6656,0,0.4299,7.6948,0,0.3125,7.7727,0,0.2347,7.8994,0,0.2054,8.0552,0,0.3031,8.3961,0,0.5751,8.6981,0,1.0433,8.9123,0,1.7246,8.9805,0,2.2606,8.9318,0,2.6501,8.7857,0,2.9127,8.5812,0,3.0598,8.3669,0,3.1178,8.0844,0,3.1465,7.6558,0,3.1465,5.9708,0,3.157,5.8539,0,3.1852,5.776,0,3.2253,5.7175,0,3.2734,5.6883,0,3.312,5.6786,0,3.4488,5.7273,0,3.6926,5.8734,0,3.6926,5.5617,0,3.2937,5.289,0,3.0494,5.1526,0,2.8839,5.1039,0,2.719,5.0844,0,2.5718,5.1136,0,2.436,5.2208,0,2.3196,5.4058,0,2.2512,5.6981,0,1.8519,5.4448,0,1.4907,5.2597,0,1.1498,5.1429,0,0.8476,5.1136,0,0.5265,5.1721,0,0.254,5.3572,0,0.0687,5.6201,0,0.0008,5.9123,0,0.04,6.1851,0,0.147,6.4091,0,0.4195,6.711,0,0.8391,7.013,0,1.3549,7.276,0,2.2512,7.6558,0 +PLC 1.5878,7.1396,0,1.1885,6.8377,0,0.9749,6.5357,0,0.9065,6.224,0,0.9457,6.0097,0,1.072,5.8344,0,1.2568,5.7078,0,1.4813,5.6591,0,1.6373,5.6786,0,1.8122,5.737,0,2.0174,5.8247,0,2.2512,5.9513,0,2.2512,7.4123,0 + +[00ab] « +PLC 2.5135,-0.0487,0,0,3.0097,0,2.5135,6.0682,0,2.8831,6.0682,0,1.2956,3.0097,0,2.8831,-0.0487,0 +PLC 5.4358,-0.0487,0,2.8831,3.0097,0,5.4358,6.0682,0,5.8148,6.0682,0,4.2372,3.0097,0,5.8148,-0.0487,0 + +[00ac] ¬ +PLC 7.014,5.6981,0,7.014,3.0682,0,6.4972,3.0682,0,6.4972,5.1721,0,0.0006,5.1721,0,0.0006,5.6981,0 + +[00ad] ­ +PLC 3.3605,3.4773,0,3.3605,2.4935,0,0.0007,2.4935,0,0.0007,3.4773,0 + +[00ae] ® +PLC 5.7478,8.8539,0,6.8671,8.4058,0,7.8511,7.6851,0,8.5913,6.711,0,9.059,5.5812,0,9.2151,4.4026,0,9.059,3.2338,0,8.6012,2.1136,0,7.8704,1.1396,0,6.8973,0.4091,0,5.7761,-0.0487,0,4.6082,-0.2045,0,3.429,-0.0487,0,2.3192,0.4091,0,1.3446,1.1396,0,0.6143,2.1136,0,0.157,3.2338,0,0.0009,4.4026,0,0.157,5.5812,0,0.6242,6.711,0,1.3644,7.6851,0,2.3479,8.4058,0,3.4588,8.8539,0,4.6082,9,0 +PLC 3.5559,8.474,0,2.5426,8.0649,0,1.6468,7.4026,0,0.9656,6.5065,0,0.5459,5.474,0,0.4007,4.4026,0,0.5459,3.3312,0,0.9552,2.3084,0,1.627,1.4221,0,2.5134,0.75,0,3.5365,0.3312,0,4.6082,0.1948,0,5.669,0.3312,0,6.6922,0.75,0,7.5885,1.4221,0,8.2504,2.3084,0,8.6696,3.3312,0,8.8054,4.4026,0,8.6696,5.474,0,8.241,6.5065,0,7.5692,7.4026,0,6.6729,8.0649,0,5.6497,8.474,0,4.6082,8.6104,0 +PLC 4.5686,7.2273,0,5.3965,7.1299,0,6,6.8084,0,6.3706,6.3409,0,6.4975,5.776,0,6.4093,5.3182,0,6.1571,4.9091,0,5.7181,4.5779,0,5.0557,4.3344,0,6.4093,2.4058,0,6.6431,2.1136,0,6.8483,1.9286,0,6.9944,1.8604,0,7.1881,1.8312,0,7.1881,1.6169,0,6,1.6169,0,4.0915,4.2468,0,3.5945,4.2468,0,3.5945,2.2403,0,3.6629,2.0552,0,3.7793,1.9286,0,4.0033,1.8507,0,4.3645,1.8312,0,4.3645,1.6169,0,1.9783,1.6169,0,1.9783,1.8312,0,2.2508,1.8507,0,2.4257,1.9091,0,2.5327,1.9968,0,2.611,2.1234,0,2.6397,2.3279,0,2.6596,2.7273,0,2.6596,6.1266,0,2.6502,6.5065,0,2.6397,6.6818,0,2.5714,6.8182,0,2.4743,6.9156,0,2.3088,6.974,0,2.0551,6.9935,0,2.0551,7.2273,0 +PLC 4.257,4.5584,0,4.7148,4.6753,0,5.0259,4.8507,0,5.2598,5.0942,0,5.3965,5.3766,0,5.4456,5.7078,0,5.3579,6.1948,0,5.0844,6.5942,0,4.6667,6.8571,0,4.14,6.9448,0,3.8863,6.9156,0,3.5945,6.8377,0,3.5945,4.5292,0 + +[00af] ¯ +PLC 0.0005,9.487,0,0.0005,10.0325,0,6.8766,10.0325,0,6.8766,9.487,0 + +[00b0] ° +PLC 2.7666,8.8538,0,3.4196,8.4155,0,3.8477,7.7629,0,3.9944,6.9934,0,3.8477,6.2337,0,3.4097,5.5908,0,2.7666,5.1525,0,1.9976,5.0064,0,1.2277,5.1525,0,0.5846,5.5908,0,0.1466,6.2337,0,-0.0001,6.9934,0,0.1466,7.7629,0,0.5846,8.4155,0,1.2277,8.8538,0,1.9976,8.9999,0 +PLC 1.4417,8.3473,0,0.975,8.0259,0,0.6529,7.5583,0,0.5459,7.0031,0,0.6529,6.4479,0,0.975,5.9804,0,1.4417,5.659,0,1.9976,5.5616,0,2.5526,5.659,0,3.0203,5.9804,0,3.3414,6.4479,0,3.4484,7.0031,0,3.3414,7.5583,0,3.0203,8.0259,0,2.5526,8.3473,0,1.9976,8.4544,0 + +[00b1] ± +PLC 0.0001,1.4414,0,3.233,1.4414,0,3.233,4.159,0,0.0001,4.159,0,0.0001,4.6849,0,3.233,4.6849,0,3.233,7.909,0,3.7592,7.909,0,3.7592,4.6849,0,7.0025,4.6849,0,7.0025,4.159,0,3.7592,4.159,0,3.7592,1.4414,0,7.0025,1.4414,0,7.0025,0.9155,0,0.0001,0.9155,0 + +[00b2] ² +PLC 3.2143,4.3148,0,-0.0003,4.3148,0,-0.0003,4.4999,0,1.335,5.6298,0,2.1332,6.5259,0,2.3775,7.0031,0,2.4542,7.4609,0,2.3869,7.8213,0,2.1921,8.1233,0,1.8795,8.3278,0,1.5099,8.396,0,1.1591,8.3473,0,0.8569,8.2012,0,0.6141,7.9674,0,0.4387,7.6265,0,0.1464,7.6265,0,0.3222,8.1914,0,0.6527,8.62,0,1.1204,8.8927,0,1.714,8.9804,0,2.3373,8.8927,0,2.8353,8.6103,0,3.1662,8.2109,0,3.2733,7.7629,0,3.1945,7.3246,0,2.9606,6.8473,0,2.2303,5.9901,0,1.0422,4.9382,0,2.2501,4.9382,0,2.7178,4.9577,0,3.0008,5.0161,0,3.1757,5.1233,0,3.3114,5.2986,0,3.6042,5.2986,0 + +[00b3] ³ +PLC 0.3209,8.396,0,0.6033,8.6784,0,1.0512,8.9122,0,1.5675,8.9804,0,2.1036,8.9122,0,2.5129,8.6882,0,2.7655,8.3765,0,2.8537,8.0259,0,2.6783,7.5583,0,2.172,7.0226,0,2.5802,6.8181,0,2.8736,6.5453,0,3.0579,6.2044,0,3.1163,5.844,0,2.9707,5.2207,0,2.5614,4.6947,0,1.8796,4.3343,0,0.9541,4.2174,0,0.4864,4.2564,0,0.1752,4.3733,0,0.0484,4.4901,0,-0.0002,4.6265,0,0.0286,4.7239,0,0.1069,4.8213,0,0.2337,4.8895,0,0.3893,4.9187,0,0.6033,4.8798,0,0.9155,4.7629,0,1.2266,4.646,0,1.5001,4.607,0,1.84,4.6655,0,2.1234,4.8603,0,2.3176,5.133,0,2.386,5.4642,0,2.3474,5.7466,0,2.2106,6.0194,0,2.0154,6.2434,0,1.7726,6.3895,0,1.402,6.4966,0,1.071,6.5356,0,0.8768,6.5356,0,0.8768,6.7207,0,1.3435,6.7986,0,1.7241,7.0226,0,1.9768,7.3538,0,2.065,7.7239,0,2.0065,8.0161,0,1.8499,8.2401,0,1.5972,8.396,0,1.2752,8.4447,0,0.7589,8.2986,0,0.3209,7.87,0,0.0781,7.9772,0 + +[00b4] ´ +PLC 0.2239,6.7791,0,0,6.7791,0,0.6803,9.0194,0,2.1424,9.0194,0 + +[00b5] µ +PLC 1.4717,5.9512,0,1.4717,2.4837,0,1.4999,1.6947,0,1.5881,1.1979,0,1.705,0.9642,0,1.8992,0.7791,0,2.1336,0.6525,0,2.3957,0.6135,0,3.1563,0.8375,0,3.9257,1.4901,0,3.9257,5.9512,0,4.9969,5.9512,0,4.9969,1.7044,0,5.0073,1.159,0,5.0455,0.8473,0,5.1138,0.7109,0,5.2011,0.6038,0,5.318,0.5453,0,5.4349,0.5161,0,5.5905,0.5551,0,5.7178,0.6622,0,5.8645,0.9252,0,5.9611,1.3246,0,6.2341,1.3246,0,6.1068,0.6427,0,5.8244,0.1752,0,5.4349,-0.0878,0,4.9484,-0.1852,0,4.4995,-0.0878,0,4.169,0.1947,0,4.0134,0.5453,0,3.9257,1.0518,0,3.3797,0.4869,0,2.8738,0.107,0,2.3868,-0.1073,0,1.8893,-0.1852,0,1.5683,-0.1462,0,1.2864,-0.0488,0,1.0906,0.107,0,0.8766,0.37,0,0.8766,0.0681,0,0.9252,-0.5748,0,1.0906,-1.4806,0,1.159,-1.8508,0,1.1788,-2.1527,0,1.1293,-2.4352,0,0.9935,-2.669,0,0.7988,-2.8151,0,0.565,-2.8735,0,0.3504,-2.8248,0,0.1651,-2.6787,0,0.0393,-2.4547,0,-0.0004,-2.1625,0,0.0492,-1.7436,0,0.1953,-1.091,0,0.2919,-0.6625,0,0.3321,-0.419,0,0.3891,0.2044,0,0.4089,0.7499,0,0.4089,5.9512,0 + +[00b6] ¶ +PLC 5.2701,-2.8735,0,4.8018,-2.8735,0,4.8018,8.4447,0,3.5845,8.4447,0,3.5845,-2.8735,0,3.1168,-2.8735,0,3.1168,3.9057,0,2.0262,4.0129,0,1.2563,4.2272,0,0.7217,4.5778,0,0.3213,5.0843,0,0.078,5.6882,0,0.0003,6.37,0,0.0686,7.0129,0,0.2728,7.5388,0,0.7113,8.0843,0,1.2766,8.4837,0,2.0069,8.7272,0,2.922,8.8051,0,6.1366,8.8051,0,6.1366,8.4447,0,5.2701,8.4447,0 + +[00b8] ¸ +PLC 0.9928,5.0648,0,1.2267,4.909,0,1.3823,4.6752,0,1.4407,4.4025,0,1.3823,4.12,0,1.2267,3.896,0,0.9928,3.7304,0,0.7203,3.6817,0,0.4379,3.7304,0,0.204,3.896,0,0.0485,4.12,0,-0.0001,4.4025,0,0.0485,4.6752,0,0.204,4.909,0,0.4379,5.0648,0,0.7203,5.1233,0 +PLC 4.4165,0.107,0,4.0855,-0.4092,0,4.4462,-0.5456,0,4.6989,-0.7599,0,4.8456,-1.0326,0,4.9041,-1.354,0,4.8059,-1.7923,0,4.5136,-2.1819,0,4.0657,-2.4449,0,3.5009,-2.5326,0,3.2284,-2.5229,0,2.8974,-2.4839,0,2.8974,-2.2112,0,3.0629,-2.2306,0,3.2086,-2.2306,0,3.5108,-2.1819,0,3.7635,-2.0164,0,3.93,-1.7826,0,3.9874,-1.5196,0,3.9488,-1.3345,0,3.8418,-1.1787,0,3.6763,-1.0716,0,3.4721,-1.0423,0,3.3939,-1.0423,0,3.3067,-1.0521,0,4.0271,0.107,0 + +[00b9] ¹ +PLC 1.3249,8.9804,0,1.5583,8.9804,0,1.5583,5.1427,0,1.5682,4.831,0,1.5974,4.6655,0,1.6366,4.607,0,1.6955,4.5681,0,1.8794,4.5291,0,2.2113,4.5194,0,2.2113,4.3148,0,0.0981,4.3148,0,0.0981,4.5194,0,0.439,4.5291,0,0.6233,4.5681,0,0.6823,4.607,0,0.7309,4.6655,0,0.7497,4.8213,0,0.7596,5.1427,0,0.7596,7.5681,0,0.7497,7.9479,0,0.7309,8.1817,0,0.7011,8.2694,0,0.6625,8.3278,0,0.6045,8.357,0,0.5361,8.3668,0,0.3602,8.3375,0,0.0981,8.2401,0,0,8.4155,0 +PLC 5.365,8.844,0,5.9595,8.435,0,6.3589,7.8213,0,6.4852,7.081,0,6.3386,6.331,0,5.9105,5.6979,0,5.2773,5.2596,0,4.537,5.1135,0,3.836,5.2401,0,3.2419,5.6395,0,2.843,6.2337,0,2.7063,6.9739,0,2.843,7.7921,0,3.2419,8.4252,0,3.8558,8.844,0,4.6247,8.9804,0 +PLC 4.1278,8.6298,0,3.8642,8.4155,0,3.6799,8.0356,0,3.6214,7.4804,0,3.7384,6.5453,0,4.0698,5.8148,0,4.3617,5.5323,0,4.7313,5.4447,0,5.0731,5.5129,0,5.3457,5.7272,0,5.53,6.0973,0,5.5889,6.6427,0,5.4715,7.5681,0,5.1321,8.2986,0,4.8195,8.6005,0,4.4404,8.7077,0 + +[00bb] » +PLC 3.3025,6.0681,0,5.8155,2.9999,0,3.3025,-0.0488,0,2.9319,-0.0488,0,4.5194,2.9999,0,2.9319,6.0681,0 +PLC 0.3703,6.0681,0,2.9319,2.9999,0,0.3703,-0.0488,0,-0.0003,-0.0488,0,1.5782,2.9999,0,-0.0003,6.0681,0 + +[00bc] ¼ +PLC 1.3346,8.9804,0,1.5586,8.9804,0,1.5586,5.1427,0,1.5685,4.831,0,1.5972,4.6655,0,1.6458,4.607,0,1.7052,4.5681,0,1.8806,4.5291,0,2.2205,4.5194,0,2.2205,4.3148,0,0.1078,4.3148,0,0.1078,4.5194,0,0.4487,4.5291,0,0.6231,4.5681,0,0.6915,4.607,0,0.7401,4.6655,0,0.7599,4.8213,0,0.7698,5.1427,0,0.7698,7.5681,0,0.7599,7.9479,0,0.7401,8.1817,0,0.7113,8.2694,0,0.6727,8.3278,0,0.6142,8.357,0,0.5458,8.3668,0,0.3704,8.3375,0,0.1078,8.2401,0,-0.0002,8.4155,0 +PLC 1.4615,-0.3508,0,0.8768,-0.3508,0,6.9453,8.9804,0,7.52,8.9804,0 +PLC 8.8737,0.9252,0,8.1721,0.9252,0,8.1721,-0.2631,0,7.413,-0.2631,0,7.413,0.9252,0,5.1913,0.9252,0,5.1913,1.4025,0,7.6271,4.422,0,8.1721,4.422,0,8.1721,1.4512,0,8.8737,1.4512,0 +PLC 7.413,3.5064,0,5.7274,1.4512,0,7.413,1.4512,0 + +[00bd] ½ +PLC 1.3333,8.9804,0,1.5572,8.9804,0,1.5572,5.1427,0,1.5671,4.831,0,1.5969,4.6655,0,1.6454,4.607,0,1.7039,4.5681,0,1.8793,4.5291,0,2.2202,4.5194,0,2.2202,4.3148,0,0.1065,4.3148,0,0.1065,4.5194,0,0.4474,4.5291,0,0.6228,4.5681,0,0.6911,4.607,0,0.7397,4.6655,0,0.7585,4.8213,0,0.7684,5.1427,0,0.7684,7.5681,0,0.7585,7.9479,0,0.7397,8.1817,0,0.71,8.2694,0,0.6713,8.3278,0,0.6129,8.357,0,0.5445,8.3668,0,0.3691,8.3375,0,0.1065,8.2401,0,-0.0005,8.4155,0 +PLC 1.2946,-0.3508,0,0.7199,-0.3508,0,6.7884,8.9804,0,7.3631,8.9804,0 +PLC 8.4343,-0.2631,0,5.2296,-0.2631,0,5.2296,-0.0683,0,6.5644,1.0616,0,7.3532,1.9674,0,7.597,2.4349,0,7.6842,2.8927,0,7.6158,3.2629,0,7.4117,3.5648,0,7.1094,3.7596,0,6.7299,3.8278,0,6.389,3.7791,0,6.0868,3.6427,0,5.843,3.3992,0,5.6577,3.0681,0,5.3763,3.0681,0,5.5418,3.6233,0,5.8728,4.0616,0,6.3494,4.3343,0,6.944,4.422,0,7.5673,4.3246,0,8.0637,4.0421,0,8.3858,3.6427,0,8.4928,3.2044,0,8.4145,2.7564,0,8.1806,2.2791,0,7.4602,1.422,0,6.2622,0.37,0,7.4801,0.37,0,7.9468,0.3895,0,8.2203,0.4479,0,8.3957,0.5551,0,8.5414,0.7304,0,8.8337,0.7304,0 + +[00be] ¾ +PLC 1.977,-0.3508,0,1.3929,-0.3508,0,7.4619,8.9804,0,8.0168,8.9804,0 +PLC 0.3212,8.396,0,0.5947,8.6784,0,1.0421,8.9122,0,1.5688,8.9804,0,2.0935,8.9122,0,2.5027,8.6882,0,2.7663,8.3765,0,2.854,8.0259,0,2.6786,7.5583,0,2.1722,7.0226,0,2.5815,6.8181,0,2.8733,6.5453,0,3.0492,6.2044,0,3.1072,5.844,0,2.9704,5.2207,0,2.5528,4.6947,0,1.8799,4.3343,0,0.9549,4.2174,0,0.4876,4.2564,0,0.1656,4.3733,0,0.0392,4.4901,0,-0.0004,4.6265,0,0.0298,4.7239,0,0.1066,4.8213,0,0.2335,4.8895,0,0.3801,4.9187,0,0.6041,4.8798,0,0.9058,4.7629,0,1.2279,4.646,0,1.5004,4.607,0,1.8413,4.6655,0,2.1232,4.8603,0,2.3189,5.133,0,2.3863,5.4642,0,2.2887,5.8927,0,2.0167,6.2434,0,1.5484,6.4674,0,0.8766,6.5356,0,0.8766,6.7207,0,1.3349,6.7986,0,1.7144,7.0226,0,1.977,7.3538,0,2.0548,7.7239,0,2.0068,8.0161,0,1.8413,8.2401,0,1.597,8.396,0,1.2764,8.4447,0,0.7602,8.2986,0,0.3212,7.87,0,0.068,7.9772,0 +PLC 9.4675,0.9252,0,8.7669,0.9252,0,8.7669,-0.2631,0,8.0168,-0.2631,0,8.0168,0.9252,0,5.7862,0.9252,0,5.7862,1.4025,0,8.2209,4.422,0,8.7669,4.422,0,8.7669,1.4512,0,9.4675,1.4512,0 +PLC 8.0168,3.5064,0,6.3312,1.4512,0,8.0168,1.4512,0 + +[00bf] ¿ +PLC 2.6396,6.2726,0,2.8745,6.1168,0,3.029,5.883,0,3.0776,5.6103,0,3.029,5.3278,0,2.8745,5.1038,0,2.6396,4.9382,0,2.3572,4.8895,0,2.0847,4.9382,0,1.8508,5.1038,0,1.6962,5.3278,0,1.6368,5.6103,0,1.6962,5.883,0,1.8508,6.1168,0,2.0847,6.2726,0,2.3572,6.331,0 +PLC 2.5425,4.0616,0,2.484,3.3408,0,2.3859,2.7856,0,2.1521,2.1525,0,1.725,1.1882,0,1.3147,0.1557,0,1.1889,-0.6917,0,1.2959,-1.4514,0,1.617,-2.0164,0,2.1035,-2.367,0,2.7179,-2.4839,0,3.2243,-2.4157,0,3.6038,-2.2112,0,3.8485,-1.9384,0,3.9348,-1.6267,0,3.8763,-1.393,0,3.7306,-1.0813,0,3.576,-0.7696,0,3.5255,-0.5261,0,3.5651,-0.3216,0,3.6831,-0.156,0,3.8575,-0.0391,0,4.0527,-0.0001,0,4.3163,-0.0683,0,4.5482,-0.2728,0,4.7146,-0.5845,0,4.7731,-0.9839,0,4.6165,-1.6852,0,4.1399,-2.2988,0,3.3897,-2.7274,0,2.4157,-2.8735,0,1.4227,-2.7177,0,0.6538,-2.2599,0,0.1652,-1.5975,0,-0.0003,-0.8086,0,0.0483,-0.2923,0,0.195,0.1752,0,0.5745,0.857,0,1.1691,1.6168,0,1.7339,2.3278,0,2.055,2.8538,0,2.2105,3.3798,0,2.2888,4.0616,0 + +[00c0] À +PLC 2.5719,2.9512,0,1.9684,1.5583,0,1.8029,1.1103,0,1.7543,0.7888,0,1.8029,0.6038,0,1.9387,0.4382,0,2.2409,0.3116,0,2.7671,0.2434,0,2.7671,-0.0001,0,0.0004,-0.0001,0,0.0004,0.2434,0,0.4483,0.3505,0,0.7119,0.4966,0,1.0627,0.9642,0,1.4422,1.7629,0,4.5399,8.9999,0,4.7737,8.9999,0,7.8318,1.6849,0,8.1826,0.9544,0,8.5046,0.5356,0,8.8643,0.331,0,9.342,0.2434,0,9.342,-0.0001,0,5.8737,-0.0001,0,5.8737,0.2434,0,6.3127,0.3018,0,6.5852,0.4187,0,6.7219,0.5843,0,6.7705,0.7791,0,6.7021,1.1492,0,6.5069,1.6849,0,5.9817,2.9512,0 +PLC 4.306,6.9836,0,2.7671,3.4284,0,5.7964,3.4284,0 +PLC 4.6667,11.659,0,5.3584,9.4284,0,5.1344,9.4284,0,3.2249,11.659,0 + +[00c1] Á +PLC 2.5715,2.9512,0,1.968,1.5583,0,1.8025,1.1103,0,1.754,0.7888,0,1.8025,0.6038,0,1.9383,0.4382,0,2.2405,0.3116,0,2.7667,0.2434,0,2.7667,-0.0001,0,0,-0.0001,0,0,0.2434,0,0.4479,0.3505,0,0.7115,0.4966,0,1.0623,0.9642,0,1.4428,1.7629,0,4.5395,8.9999,0,4.7744,8.9999,0,7.8324,1.6849,0,8.1822,0.9544,0,8.5033,0.5356,0,8.864,0.331,0,9.3416,0.2434,0,9.3416,-0.0001,0,5.8733,-0.0001,0,5.8733,0.2434,0,6.3123,0.3018,0,6.5848,0.4187,0,6.7225,0.5843,0,6.7701,0.7791,0,6.7017,1.1492,0,6.5065,1.6849,0,5.9813,2.9512,0 +PLC 4.3057,6.9836,0,2.7667,3.4284,0,5.796,3.4284,0 +PLC 4.2075,9.4284,0,3.9846,9.4284,0,4.6673,11.659,0,6.127,11.659,0 + +[00c2]  +PLC 2.5731,2.9512,0,1.9697,1.5583,0,1.8042,1.1103,0,1.7536,0.7888,0,1.8042,0.6038,0,1.9389,0.4382,0,2.2412,0.3116,0,2.7674,0.2434,0,2.7674,-0.0001,0,0.0007,-0.0001,0,0.0007,0.2434,0,0.4486,0.3505,0,0.7122,0.4966,0,1.0629,0.9642,0,1.4425,1.7629,0,4.5401,8.9999,0,4.773,8.9999,0,7.832,1.6849,0,8.1828,0.9544,0,8.5039,0.5356,0,8.8656,0.331,0,9.3432,0.2434,0,9.3432,-0.0001,0,5.8749,-0.0001,0,5.8749,0.2434,0,6.3139,0.3018,0,6.5854,0.4187,0,6.7212,0.5843,0,6.7707,0.7791,0,6.7024,1.1492,0,6.5072,1.6849,0,5.982,2.9512,0 +PLC 4.3063,6.9836,0,2.7674,3.4284,0,5.7967,3.4284,0 +PLC 5.2705,11.6395,0,6.4972,9.4966,0,6.303,9.4966,0,4.5302,10.87,0,3.0399,9.4869,0,2.8456,9.4869,0,4.0724,11.6395,0 + +[00c3] à +PLC 2.5718,2.9512,0,1.9683,1.5583,0,1.8028,1.1103,0,1.7543,0.7888,0,1.8028,0.6038,0,1.9386,0.4382,0,2.2408,0.3116,0,2.768,0.2434,0,2.768,-0.0001,0,0.0003,-0.0001,0,0.0003,0.2434,0,0.4482,0.3505,0,0.7128,0.4966,0,1.0616,0.9642,0,1.4421,1.7629,0,4.5398,8.9999,0,4.7737,8.9999,0,7.8317,1.6849,0,8.1835,0.9544,0,8.5035,0.5356,0,8.8642,0.331,0,9.3419,0.2434,0,9.3419,-0.0001,0,5.8736,-0.0001,0,5.8736,0.2434,0,6.3116,0.3018,0,6.5851,0.4187,0,6.7208,0.5843,0,6.7714,0.7791,0,6.703,1.1492,0,6.5068,1.6849,0,5.9806,2.9512,0 +PLC 4.3059,6.9836,0,2.768,3.4284,0,5.7973,3.4284,0 +PLC 2.6015,9.5064,0,2.7085,10.2759,0,2.9721,10.7921,0,3.3507,11.094,0,3.8184,11.1914,0,4.0721,11.172,0,4.3059,11.1038,0,4.6567,10.9382,0,5.1334,10.6362,0,5.6011,10.3733,0,5.9331,10.2856,0,6.1273,10.3343,0,6.2928,10.4609,0,6.4394,10.7336,0,6.5464,11.1914,0,6.7506,11.1914,0,6.7109,10.646,0,6.5851,10.2271,0,6.3899,9.9155,0,6.1174,9.6817,0,5.8151,9.5356,0,5.5129,9.4869,0,4.9391,9.6135,0,4.2376,10.0031,0,3.8967,10.2271,0,3.6925,10.3343,0,3.5459,10.383,0,3.4101,10.3927,0,3.1673,10.3343,0,2.991,10.159,0,2.9038,9.9447,0,2.8057,9.5064,0 + +[00c4] Ä +PLC 2.5714,2.9512,0,1.967,1.5583,0,1.8025,1.1103,0,1.7529,0.7888,0,1.8025,0.6038,0,1.9382,0.4382,0,2.2405,0.3116,0,2.7666,0.2434,0,2.7666,-0.0001,0,0.0009,-0.0001,0,0.0009,0.2434,0,0.4479,0.3505,0,0.7114,0.4966,0,1.0622,0.9642,0,1.4428,1.7629,0,4.5404,8.9999,0,4.7723,8.9999,0,7.8313,1.6849,0,8.1821,0.9544,0,8.5032,0.5356,0,8.8639,0.331,0,9.3405,0.2434,0,9.3405,-0.0001,0,5.8732,-0.0001,0,5.8732,0.2434,0,6.3122,0.3018,0,6.5847,0.4187,0,6.7205,0.5843,0,6.769,0.7791,0,6.7017,1.1492,0,6.5064,1.6849,0,5.9803,2.9512,0 +PLC 4.3066,6.9836,0,2.7666,3.4284,0,5.7959,3.4284,0 +PLC 6.0784,11.0356,0,6.3023,10.8798,0,6.4589,10.646,0,6.5064,10.3733,0,6.4589,10.1103,0,6.3023,9.8765,0,6.0784,9.7304,0,5.8049,9.6817,0,5.5324,9.7304,0,5.3084,9.8765,0,5.1528,10.1103,0,5.1043,10.3733,0,5.1528,10.646,0,5.3084,10.8798,0,5.5324,11.0356,0,5.8049,11.0843,0 +PLC 3.7893,11.0356,0,4.0232,10.8798,0,4.1698,10.646,0,4.2273,10.3733,0,4.1698,10.1103,0,4.0132,9.8765,0,3.7893,9.7304,0,3.5257,9.672,0,3.2532,9.7304,0,3.0193,9.8765,0,2.8638,10.1103,0,2.8152,10.3733,0,2.8638,10.646,0,3.0193,10.8798,0,3.2433,11.0356,0,3.5158,11.0843,0 + +[00c5] Å +PLC 2.5721,2.9512,0,1.9686,1.5583,0,1.8031,1.1103,0,1.7536,0.7888,0,1.8031,0.6038,0,1.9399,0.4382,0,2.2421,0.3116,0,2.7663,0.2434,0,2.7663,-0.0001,0,0.0006,-0.0001,0,0.0006,0.2434,0,0.4485,0.3505,0,0.7111,0.4966,0,1.0629,0.9642,0,1.4424,1.7629,0,4.5401,8.9999,0,4.7729,8.9999,0,7.833,1.6849,0,8.1828,0.9544,0,8.5048,0.5356,0,8.8645,0.331,0,9.3422,0.2434,0,9.3422,-0.0001,0,5.8749,-0.0001,0,5.8749,0.2434,0,6.3129,0.3018,0,6.5864,0.4187,0,6.7221,0.5843,0,6.7697,0.7791,0,6.7023,1.1492,0,6.5071,1.6849,0,5.9819,2.9512,0 +PLC 4.3062,6.9836,0,2.7663,3.4284,0,5.7966,3.4284,0 +PLC 5.1237,10.9577,0,5.5231,10.6849,0,5.7966,10.2856,0,5.8838,9.8083,0,5.7966,9.3213,0,5.5231,8.922,0,5.1237,8.6492,0,4.6372,8.5616,0,4.1605,8.6492,0,3.7612,8.922,0,3.4887,9.3213,0,3.3995,9.8083,0,3.4887,10.2856,0,3.7612,10.6849,0,4.1605,10.9577,0,4.6372,11.0453,0 +PLC 4.3349,10.5388,0,4.0813,10.3635,0,3.9059,10.1103,0,3.8484,9.8083,0,3.9059,9.5064,0,4.0813,9.2434,0,4.3349,9.0681,0,4.6372,9.0096,0,4.9483,9.0681,0,5.203,9.2434,0,5.3774,9.5064,0,5.4359,9.8083,0,5.3774,10.1103,0,5.203,10.3635,0,4.9483,10.5388,0,4.6372,10.5973,0 + +[00c6] Æ +PLC 6.8189,4.8408,0,8.4955,4.8408,0,9.1278,4.909,0,9.5459,5.1233,0,9.7897,5.5129,0,9.8967,6.1265,0,10.1306,6.1265,0,10.1306,3.0681,0,9.8967,3.0681,0,9.8105,3.6038,0,9.6926,3.9349,0,9.5172,4.1395,0,9.2437,4.2953,0,8.9811,4.3538,0,8.4955,4.3733,0,6.8189,4.3733,0,6.8189,1.4512,0,6.8387,0.9836,0,6.8674,0.7499,0,6.9358,0.6427,0,7.0527,0.5551,0,7.2569,0.4966,0,7.569,0.4772,0,8.7472,0.4772,0,9.3804,0.5064,0,9.8392,0.594,0,10.2188,0.7694,0,10.5795,1.0518,0,11.0175,1.5583,0,11.3584,2.2109,0,11.611,2.2109,0,10.9095,-0.0001,0,4.2959,-0.0001,0,4.2959,0.2434,0,4.6279,0.2434,0,5.0956,0.3213,0,5.4276,0.5551,0,5.5425,0.9057,0,5.5822,1.5486,0,5.5822,3.409,0,3.0117,3.409,0,2.2031,1.8992,0,1.8622,1.1882,0,1.7443,0.7694,0,1.7938,0.594,0,1.9484,0.4382,0,2.2506,0.3116,0,2.7669,0.2434,0,2.7669,-0.0001,0,0.0002,-0.0001,0,0.0002,0.2434,0,0.2638,0.2726,0,0.4878,0.3603,0,0.7018,0.5258,0,0.9357,0.7888,0,1.2082,1.1882,0,1.5491,1.7823,0,4.2196,6.7791,0,4.5982,7.5583,0,4.726,8.0356,0,4.6765,8.2207,0,4.5496,8.357,0,4.1988,8.4934,0,3.5954,8.5616,0,3.5954,8.8051,0,10.8133,8.8051,0,10.9095,6.8668,0,10.6855,6.8668,0,10.5597,7.4609,0,10.3644,7.8895,0,10.1504,8.1038,0,9.8581,8.2596,0,9.537,8.3083,0,8.9712,8.3181,0,6.8288,8.3181,0 +PLC 3.2634,3.8862,0,5.5822,3.8862,0,5.5822,8.3181,0 + +[00c7] Ç +PLC 7.7232,6.0096,0,7.529,6.0096,0,7.0415,7.1687,0,6.3795,7.9479,0,5.561,8.3862,0,4.5869,8.5323,0,3.7496,8.4252,0,3.0004,8.094,0,2.3662,7.5194,0,1.8906,6.672,0,1.5883,5.581,0,1.4813,4.2564,0,1.5774,3.1362,0,1.8698,2.1817,0,2.3474,1.4025,0,3.0193,0.8375,0,3.8378,0.4869,0,4.7722,0.37,0,5.5808,0.4577,0,6.2824,0.7401,0,6.9741,1.2856,0,7.7232,2.1914,0,7.9284,2.0648,0,7.208,1.0421,0,6.3795,0.3408,0,5.4153,-0.0683,0,4.2857,-0.2047,0,2.3474,0.2044,0,0.8957,1.422,0,0.2238,2.7369,0,0.0009,4.2661,0,0.1555,5.5323,0,0.5944,6.6817,0,1.295,7.6655,0,2.2216,8.396,0,3.3027,8.8538,0,4.4809,8.9999,0,5.4342,8.883,0,6.3696,8.5323,0,6.6035,8.4252,0,6.7492,8.396,0,6.9156,8.4252,0,7.0613,8.5129,0,7.208,8.7272,0,7.2952,8.9999,0,7.529,8.9999,0 +PLC 4.4512,0.107,0,4.1192,-0.4092,0,4.4809,-0.5456,0,4.7336,-0.7599,0,4.8802,-1.0326,0,4.9377,-1.354,0,4.8406,-1.7923,0,4.5493,-2.1819,0,4.1004,-2.4449,0,3.5365,-2.5326,0,3.264,-2.5229,0,2.9321,-2.4839,0,2.9321,-2.2112,0,3.0975,-2.2306,0,3.2432,-2.2306,0,3.5454,-2.1819,0,3.7981,-2.0164,0,3.9636,-1.7826,0,4.0221,-1.5196,0,3.9834,-1.3345,0,3.8774,-1.1787,0,3.7109,-1.0716,0,3.5068,-1.0423,0,3.4285,-1.0423,0,3.3403,-1.0521,0,4.0617,0.107,0 + +[00c8] È +PLC 2.5046,4.8408,0,4.4419,4.8408,0,5.0662,4.8992,0,5.4467,5.0746,0,5.7083,5.4837,0,5.8252,6.1265,0,6.069,6.1265,0,6.069,3.0583,0,5.8252,3.0583,0,5.738,3.5843,0,5.6409,3.8862,0,5.4844,4.081,0,5.2604,4.2369,0,4.9195,4.3343,0,4.4419,4.3733,0,2.5046,4.3733,0,2.5046,1.4707,0,2.5234,0.9934,0,2.5631,0.7596,0,2.6305,0.6427,0,2.7375,0.5551,0,2.9327,0.4966,0,3.2349,0.4772,0,4.7253,0.4772,0,5.3674,0.5064,0,5.8163,0.5843,0,6.1473,0.7401,0,6.4594,0.9934,0,6.8677,1.4999,0,7.2869,2.2109,0,7.5396,2.2109,0,6.7805,-0.0001,0,0.0005,-0.0001,0,0.0005,0.2434,0,0.3127,0.2434,0,0.6149,0.2726,0,0.9072,0.3895,0,1.0816,0.5161,0,1.1886,0.7012,0,1.2392,1.0129,0,1.257,1.5486,0,1.257,7.2661,0,1.2184,7.9479,0,1.0915,8.2986,0,0.7804,8.4934,0,0.3127,8.5616,0,0.0005,8.5616,0,0.0005,8.8051,0,6.7805,8.8051,0,6.8776,6.8765,0,6.6338,6.8765,0,6.4892,7.4609,0,6.3316,7.8311,0,6.1186,8.0551,0,5.8352,8.2207,0,5.4744,8.2986,0,4.9195,8.3181,0,2.5046,8.3181,0 +PLC 3.8097,11.659,0,4.5023,9.4284,0,4.2764,9.4284,0,2.3679,11.659,0 + +[00c9] É +PLC 2.5023,4.8408,0,4.4405,4.8408,0,5.0648,4.8992,0,5.4424,5.0746,0,5.707,5.4837,0,5.8229,6.1265,0,6.0667,6.1265,0,6.0667,3.0583,0,5.8229,3.0583,0,5.7357,3.5843,0,5.6386,3.8862,0,5.482,4.081,0,5.2591,4.2369,0,4.9182,4.3343,0,4.4405,4.3733,0,2.5023,4.3733,0,2.5023,1.4707,0,2.5221,0.9934,0,2.5607,0.7596,0,2.6291,0.6427,0,2.7361,0.5551,0,2.9304,0.4966,0,3.2326,0.4772,0,4.723,0.4772,0,5.3671,0.5064,0,5.813,0.5843,0,6.145,0.7401,0,6.4561,0.9934,0,6.8644,1.4999,0,7.2845,2.2109,0,7.5372,2.2109,0,6.7772,-0.0001,0,-0.0008,-0.0001,0,-0.0008,0.2434,0,0.3103,0.2434,0,0.6126,0.2726,0,0.9049,0.3895,0,1.0803,0.5161,0,1.1873,0.7012,0,1.2359,1.0129,0,1.2557,1.5486,0,1.2557,7.2661,0,1.216,7.9479,0,1.0912,8.2986,0,0.778,8.4934,0,0.3103,8.5616,0,-0.0008,8.5616,0,-0.0008,8.8051,0,6.7772,8.8051,0,6.8743,6.8765,0,6.6315,6.8765,0,6.4849,7.4609,0,6.3293,7.8311,0,6.1152,8.0551,0,5.8328,8.2207,0,5.4731,8.2986,0,4.9182,8.3181,0,2.5023,8.3181,0 +PLC 3.3505,9.4284,0,3.1256,9.4284,0,3.8073,11.659,0,5.269,11.659,0 + +[00ca] Ê +PLC 2.5029,4.8408,0,4.4412,4.8408,0,5.0655,4.8992,0,5.445,5.0746,0,5.7076,5.4837,0,5.8245,6.1265,0,6.0693,6.1265,0,6.0693,3.0583,0,5.8245,3.0583,0,5.7373,3.5843,0,5.6402,3.8862,0,5.4836,4.081,0,5.2607,4.2369,0,4.9198,4.3343,0,4.4412,4.3733,0,2.5029,4.3733,0,2.5029,1.4707,0,2.5227,0.9934,0,2.5624,0.7596,0,2.6307,0.6427,0,2.7378,0.5551,0,2.933,0.4966,0,3.2342,0.4772,0,4.7246,0.4772,0,5.3667,0.5064,0,5.8156,0.5843,0,6.1466,0.7401,0,6.4577,0.9934,0,6.867,1.4999,0,7.2862,2.2109,0,7.5389,2.2109,0,6.7788,-0.0001,0,-0.0002,-0.0001,0,-0.0002,0.2434,0,0.3129,0.2434,0,0.6152,0.2726,0,0.9055,0.3895,0,1.0819,0.5161,0,1.1889,0.7012,0,1.2375,1.0129,0,1.2573,1.5486,0,1.2573,7.2661,0,1.2187,7.9479,0,1.0908,8.2986,0,0.7807,8.4934,0,0.3129,8.5616,0,-0.0002,8.5616,0,-0.0002,8.8051,0,6.7788,8.8051,0,6.8779,6.8765,0,6.6331,6.8765,0,6.4875,7.4609,0,6.3329,7.8311,0,6.1169,8.0551,0,5.8344,8.2207,0,5.4737,8.2986,0,4.9198,8.3181,0,2.5029,8.3181,0 +PLC 4.4124,11.6395,0,5.6402,9.4966,0,5.445,9.4966,0,3.6732,10.87,0,2.1818,9.4869,0,1.9876,9.4869,0,3.2144,11.6395,0 + +[00cb] Ë +PLC 2.5035,4.8408,0,4.4428,4.8408,0,5.0651,4.8992,0,5.4456,5.0746,0,5.7082,5.4837,0,5.8252,6.1265,0,6.0689,6.1265,0,6.0689,3.0583,0,5.8252,3.0583,0,5.737,3.5843,0,5.6399,3.8862,0,5.4853,4.081,0,5.2603,4.2369,0,4.9194,4.3343,0,4.4428,4.3733,0,2.5035,4.3733,0,2.5035,1.4707,0,2.5244,0.9934,0,2.562,0.7596,0,2.6304,0.6427,0,2.7374,0.5551,0,2.9316,0.4966,0,3.2339,0.4772,0,4.7242,0.4772,0,5.3674,0.5064,0,5.8153,0.5843,0,6.1462,0.7401,0,6.4594,0.9934,0,6.8686,1.4999,0,7.2858,2.2109,0,7.5405,2.2109,0,6.7794,-0.0001,0,0.0014,-0.0001,0,0.0014,0.2434,0,0.3116,0.2434,0,0.6138,0.2726,0,0.9071,0.3895,0,1.0815,0.5161,0,1.1886,0.7012,0,1.2371,1.0129,0,1.2569,1.5486,0,1.2569,7.2661,0,1.2173,7.9479,0,1.0915,8.2986,0,0.7793,8.4934,0,0.3116,8.5616,0,0.0014,8.5616,0,0.0014,8.8051,0,6.7794,8.8051,0,6.8765,6.8765,0,6.6338,6.8765,0,6.4871,7.4609,0,6.3315,7.8311,0,6.1175,8.0551,0,5.8351,8.2207,0,5.4744,8.2986,0,4.9194,8.3181,0,2.5035,8.3181,0 +PLC 5.2207,11.0356,0,5.4456,10.8798,0,5.6012,10.646,0,5.6508,10.3733,0,5.6012,10.1103,0,5.4456,9.8765,0,5.2207,9.7304,0,4.9492,9.6817,0,4.6767,9.7304,0,4.4517,9.8765,0,4.2952,10.1103,0,4.2466,10.3733,0,4.2952,10.646,0,4.4517,10.8798,0,4.6767,11.0356,0,4.9492,11.0843,0 +PLC 2.9316,11.0356,0,3.1665,10.8798,0,3.3121,10.646,0,3.3706,10.3733,0,3.3121,10.1103,0,3.1566,9.8765,0,2.9316,9.7304,0,2.669,9.672,0,2.3965,9.7304,0,2.1627,9.8765,0,2.0071,10.1103,0,1.9575,10.3733,0,2.0071,10.646,0,2.1627,10.8798,0,2.3876,11.0356,0,2.6601,11.0843,0 + +[00cc] Ì +PLC 3.7686,-0.0001,0,-0.0009,-0.0001,0,-0.0009,0.2434,0,0.3112,0.2434,0,0.778,0.3213,0,1.101,0.5551,0,1.2169,0.9155,0,1.2556,1.5583,0,1.2556,7.2466,0,1.2378,7.8018,0,1.1783,8.1233,0,1.0703,8.2791,0,0.9048,8.4057,0,0.6135,8.5226,0,0.3112,8.5616,0,-0.0009,8.5616,0,-0.0009,8.8051,0,3.7686,8.8051,0,3.7686,8.5616,0,3.4585,8.5616,0,2.9897,8.4837,0,2.6687,8.2401,0,2.5418,7.8895,0,2.5022,7.2466,0,2.5022,1.5583,0,2.522,1.0031,0,2.5904,0.672,0,2.6875,0.5258,0,2.8629,0.3992,0,3.1453,0.2823,0,3.4585,0.2434,0,3.7686,0.2434,0 +PLC 1.8888,11.659,0,2.5815,9.4284,0,2.3565,9.4284,0,0.447,11.659,0 + +[00cd] Í +PLC 3.7692,-0.0001,0,-0.0003,-0.0001,0,-0.0003,0.2434,0,0.3129,0.2434,0,0.7786,0.3213,0,1.1007,0.5551,0,1.2176,0.9155,0,1.2572,1.5583,0,1.2572,7.2466,0,1.2364,7.8018,0,1.1789,8.1233,0,1.0719,8.2791,0,0.9054,8.4057,0,0.6131,8.5226,0,0.3129,8.5616,0,-0.0003,8.5616,0,-0.0003,8.8051,0,3.7692,8.8051,0,3.7692,8.5616,0,3.4571,8.5616,0,2.9904,8.4837,0,2.6703,8.2401,0,2.5425,7.8895,0,2.5038,7.2466,0,2.5038,1.5583,0,2.5226,1.0031,0,2.591,0.672,0,2.6881,0.5258,0,2.8635,0.3992,0,3.1469,0.2823,0,3.4571,0.2434,0,3.7692,0.2434,0 +PLC 1.4217,9.4284,0,1.1978,9.4284,0,1.8795,11.659,0,3.3422,11.659,0 + +[00ce] Î +PLC 3.7699,-0.0001,0,0.0004,-0.0001,0,0.0004,0.2434,0,0.3125,0.2434,0,0.7802,0.3213,0,1.1013,0.5551,0,1.2182,0.9155,0,1.2569,1.5583,0,1.2569,7.2466,0,1.237,7.8018,0,1.1796,8.1233,0,1.0716,8.2791,0,0.9061,8.4057,0,0.6137,8.5226,0,0.3125,8.5616,0,0.0004,8.5616,0,0.0004,8.8051,0,3.7699,8.8051,0,3.7699,8.5616,0,3.4587,8.5616,0,2.991,8.4837,0,2.669,8.2401,0,2.5431,7.8895,0,2.5035,7.2466,0,2.5035,1.5583,0,2.5233,1.0031,0,2.5917,0.672,0,2.6888,0.5258,0,2.8642,0.3992,0,3.1466,0.2823,0,3.4587,0.2434,0,3.7699,0.2434,0 +PLC 2.4846,11.6395,0,3.7114,9.4869,0,3.5172,9.4869,0,1.7434,10.87,0,0.254,9.4869,0,0.0588,9.4869,0,1.2866,11.6395,0 + +[00cf] Ï +PLC 3.7695,-0.0001,0,0,-0.0001,0,0,0.2434,0,0.3121,0.2434,0,0.7789,0.3213,0,1.1019,0.5551,0,1.2179,0.9155,0,1.2565,1.5583,0,1.2565,7.2466,0,1.2377,7.8018,0,1.1792,8.1233,0,1.0722,8.2791,0,0.9067,8.4057,0,0.6134,8.5226,0,0.3121,8.5616,0,0,8.5616,0,0,8.8051,0,3.7695,8.8051,0,3.7695,8.5616,0,3.4584,8.5616,0,2.9907,8.4837,0,2.6686,8.2401,0,2.5427,7.8895,0,2.5031,7.2466,0,2.5031,1.5583,0,2.5229,1.0031,0,2.5913,0.672,0,2.6894,0.5258,0,2.8638,0.3992,0,3.1462,0.2823,0,3.4584,0.2434,0,3.7695,0.2434,0 +PLC 3.2929,11.0356,0,3.5158,10.8798,0,3.6724,10.646,0,3.721,10.3733,0,3.6724,10.1103,0,3.5158,9.8765,0,3.2929,9.7304,0,3.0204,9.672,0,2.7469,9.7304,0,2.5229,9.8765,0,2.3664,10.1103,0,2.3188,10.3733,0,2.3664,10.646,0,2.5229,10.8798,0,2.7469,11.0356,0,3.0204,11.0843,0 +PLC 1.0038,11.0356,0,1.2377,10.8798,0,1.3834,10.646,0,1.4428,10.3733,0,1.3834,10.1103,0,1.2278,9.8765,0,1.0038,9.7304,0,0.7402,9.672,0,0.4687,9.7304,0,0.2339,9.8765,0,0.0783,10.1103,0,0.0307,10.3733,0,0.0783,10.646,0,0.2339,10.8798,0,0.4578,11.0356,0,0.7313,11.0843,0 + +[00d0] Ð +PLC 0.0006,0.2434,0,0.3316,0.2434,0,0.8092,0.331,0,1.1313,0.6038,0,1.2373,0.9447,0,1.268,1.5583,0,1.268,4.4025,0,0.0006,4.4025,0,0.0006,4.8798,0,1.268,4.8798,0,1.268,7.2466,0,1.2284,7.9187,0,1.0927,8.2791,0,0.7696,8.4934,0,0.3316,8.5616,0,0.0006,8.5616,0,0.0006,8.8051,0,3.5858,8.8051,0,5.3685,8.6882,0,6.6151,8.3375,0,7.51,7.7336,0,8.2324,6.857,0,8.708,5.7466,0,8.8646,4.4609,0,8.5722,2.7369,0,7.6754,1.2953,0,6.1474,0.3213,0,3.9357,-0.0001,0,0.0006,-0.0001,0 +PLC 3.2846,0.5161,0,3.9069,0.4674,0,5.2794,0.7304,0,6.4001,1.5291,0,7.1403,2.7759,0,7.394,4.3927,0,7.1403,6.0291,0,6.4001,7.2661,0,5.2714,8.0551,0,3.8584,8.3181,0,3.2242,8.2791,0,2.5236,8.133,0,2.5236,4.8798,0,5.0752,4.8798,0,5.0752,4.4025,0,2.5236,4.4025,0,2.5236,0.6525,0 + +[00d1] Ñ +PLC 2.3865,8.8051,0,7.7732,2.2012,0,7.7732,7.2759,0,7.7246,7.9382,0,7.5879,8.2888,0,7.2767,8.4934,0,6.8278,8.5616,0,6.5256,8.5616,0,6.5256,8.8051,0,9.5846,8.8051,0,9.5846,8.5616,0,9.2725,8.5616,0,8.7968,8.4739,0,8.4837,8.2207,0,8.3767,7.8798,0,8.338,7.2759,0,8.338,-0.1462,0,8.1042,-0.1462,0,2.3082,6.9447,0,2.3082,1.5291,0,2.3478,0.8668,0,2.4836,0.5161,0,2.7957,0.3116,0,3.2436,0.2434,0,3.5548,0.2434,0,3.5548,-0.0001,0,0.4868,-0.0001,0,0.4868,0.2434,0,0.7891,0.2434,0,1.2756,0.3213,0,1.5888,0.5745,0,1.6958,0.9155,0,1.7344,1.5291,0,1.7344,7.646,0,1.3925,8.0161,0,1.1508,8.2401,0,0.906,8.3765,0,0.575,8.5031,0,0.3313,8.5518,0,0.0003,8.5616,0,0.0003,8.8051,0 +PLC 2.8829,9.5064,0,2.9899,10.2759,0,3.2535,10.7921,0,3.6331,11.094,0,4.1008,11.1914,0,4.3545,11.172,0,4.5883,11.1038,0,4.9381,10.9382,0,5.4158,10.6362,0,5.8835,10.3733,0,6.2145,10.2856,0,6.4087,10.3343,0,6.5761,10.4609,0,6.7208,10.7336,0,6.8278,11.1914,0,7.032,11.1914,0,6.9933,10.646,0,6.8665,10.2271,0,6.6733,9.9155,0,6.4007,9.6817,0,6.0985,9.5356,0,5.7963,9.4869,0,5.2205,9.6135,0,4.5209,10.0031,0,4.1791,10.2271,0,3.9739,10.3343,0,3.8283,10.383,0,3.6915,10.3927,0,3.4478,10.3343,0,3.2733,10.159,0,3.1852,9.9447,0,3.088,9.5064,0 + +[00d2] Ò +PLC 5.9911,8.6784,0,7.3636,7.7044,0,8.3079,6.2434,0,8.6201,4.4512,0,8.3079,2.62,0,7.3537,1.12,0,5.9614,0.1265,0,4.2956,-0.2047,0,2.621,0.1265,0,1.2366,1.0908,0,0.3121,2.5713,0,0.0009,4.4317,0,0.3606,6.3408,0,1.4318,7.8505,0,2.7855,8.7174,0,4.3928,8.9999,0 +PLC 3.2046,8.3083,0,2.3762,7.6557,0,1.7043,6.3116,0,1.4903,4.4609,0,1.7152,2.5518,0,2.4059,1.1395,0,3.2343,0.4772,0,4.2768,0.2629,0,5.4065,0.4966,0,6.3211,1.2272,0,6.9365,2.4739,0,7.1297,4.2759,0,6.9157,6.2531,0,6.2438,7.646,0,5.3966,8.3083,0,4.2768,8.5323,0 +PLC 4.2956,11.659,0,4.9873,9.4284,0,4.7634,9.4284,0,2.8538,11.659,0 + +[00d3] Ó +PLC 5.9908,8.6784,0,7.3642,7.7044,0,8.3086,6.2434,0,8.6207,4.4512,0,8.3086,2.62,0,7.3543,1.12,0,5.9611,0.1265,0,4.2963,-0.2047,0,2.6206,0.1265,0,1.2373,1.0908,0,0.3117,2.5713,0,0.0006,4.4317,0,0.3613,6.3408,0,1.4325,7.8505,0,2.7861,8.7174,0,4.3934,8.9999,0 +PLC 3.2053,8.3083,0,2.3768,7.6557,0,1.705,6.3116,0,1.4909,4.4609,0,1.7149,2.5518,0,2.4066,1.1395,0,3.234,0.4772,0,4.2765,0.2629,0,5.4061,0.4966,0,6.3218,1.2272,0,6.9351,2.4739,0,7.1304,4.2759,0,6.9163,6.2531,0,6.2445,7.646,0,5.3962,8.3083,0,4.2765,8.5323,0 +PLC 3.8286,9.4284,0,3.6046,9.4284,0,4.2864,11.659,0,5.747,11.659,0 + +[00d4] Ô +PLC 5.9904,8.6784,0,7.3639,7.7044,0,8.3082,6.2434,0,8.6204,4.4512,0,8.3082,2.62,0,7.3549,1.12,0,5.9607,0.1265,0,4.2959,-0.2047,0,2.6202,0.1265,0,1.2369,1.0908,0,0.3114,2.5713,0,0.0002,4.4317,0,0.3609,6.3408,0,1.4321,7.8505,0,2.7857,8.7174,0,4.394,8.9999,0 +PLC 3.2049,8.3083,0,2.3765,7.6557,0,1.7046,6.3116,0,1.4916,4.4609,0,1.7145,2.5518,0,2.4072,1.1395,0,3.2336,0.4772,0,4.2761,0.2629,0,5.4058,0.4966,0,6.3214,1.2272,0,6.9348,2.4739,0,7.13,4.2759,0,6.9169,6.2531,0,6.2441,7.646,0,5.3969,8.3083,0,4.2761,8.5323,0 +PLC 4.8895,11.6395,0,6.1173,9.4966,0,5.922,9.4966,0,4.1503,10.87,0,2.6589,9.4869,0,2.4647,9.4869,0,3.6914,11.6395,0 + +[00d5] Õ +PLC 5.9911,8.6784,0,7.3645,7.7044,0,8.3089,6.2434,0,8.62,4.4512,0,8.3089,2.62,0,7.3546,1.12,0,5.9613,0.1265,0,4.2956,-0.2047,0,2.6209,0.1265,0,1.2375,1.0908,0,0.312,2.5713,0,0.0008,4.4317,0,0.3606,6.3408,0,1.4318,7.8505,0,2.7864,8.7174,0,4.3937,8.9999,0 +PLC 3.2055,8.3083,0,2.3771,7.6557,0,1.7053,6.3116,0,1.4912,4.4609,0,1.7152,2.5518,0,2.4068,1.1395,0,3.2343,0.4772,0,4.2767,0.2629,0,5.4064,0.4966,0,6.322,1.2272,0,6.9354,2.4739,0,7.1306,4.2759,0,6.9166,6.2531,0,6.2437,7.646,0,5.3965,8.3083,0,4.2767,8.5323,0 +PLC 2.2215,9.5064,0,2.3286,10.2759,0,2.5912,10.7921,0,2.9717,11.094,0,3.4394,11.1914,0,3.6921,11.172,0,3.9259,11.1038,0,4.2767,10.9382,0,4.7534,10.6362,0,5.2211,10.3733,0,5.5531,10.2856,0,5.7473,10.3343,0,5.9128,10.4609,0,6.0584,10.7336,0,6.1665,11.1914,0,6.3706,11.1914,0,6.3319,10.646,0,6.2051,10.2271,0,6.0099,9.9155,0,5.7374,9.6817,0,5.4351,9.5356,0,5.1339,9.4869,0,4.5592,9.6135,0,3.8576,10.0031,0,3.5167,10.2271,0,3.3126,10.3343,0,3.1659,10.383,0,3.0301,10.3927,0,2.7864,10.3343,0,2.611,10.159,0,2.5228,9.9447,0,2.4257,9.5064,0 + +[00d6] Ö +PLC 5.9907,8.6784,0,7.3651,7.7044,0,8.3095,6.2434,0,8.6207,4.4512,0,8.3095,2.62,0,7.3542,1.12,0,5.961,0.1265,0,4.2952,-0.2047,0,2.6215,0.1265,0,1.2382,1.0908,0,0.3116,2.5713,0,0.0005,4.4317,0,0.3602,6.3408,0,1.4314,7.8505,0,2.787,8.7174,0,4.3933,8.9999,0 +PLC 3.2052,8.3083,0,2.3768,7.6557,0,1.7049,6.3116,0,1.4909,4.4609,0,1.7158,2.5518,0,2.4065,1.1395,0,3.2339,0.4772,0,4.2764,0.2629,0,5.406,0.4966,0,6.3227,1.2272,0,6.9351,2.4739,0,7.1313,4.2759,0,6.9162,6.2531,0,6.2434,7.646,0,5.3961,8.3083,0,4.2764,8.5323,0 +PLC 5.7083,11.0356,0,5.9322,10.8798,0,6.0888,10.646,0,6.1364,10.3733,0,6.0888,10.1103,0,5.9322,9.8765,0,5.7083,9.7304,0,5.4348,9.6817,0,5.1623,9.7304,0,4.9393,9.8765,0,4.7827,10.1103,0,4.7342,10.3733,0,4.7827,10.646,0,4.9393,10.8798,0,5.1623,11.0356,0,5.4348,11.0843,0 +PLC 3.4192,11.0356,0,3.6531,10.8798,0,3.7997,10.646,0,3.8572,10.3733,0,3.7997,10.1103,0,3.6432,9.8765,0,3.4192,9.7304,0,3.1566,9.672,0,2.8831,9.7304,0,2.6503,9.8765,0,2.4937,10.1103,0,2.4451,10.3733,0,2.4937,10.646,0,2.6503,10.8798,0,2.8732,11.0356,0,3.1457,11.0843,0 + +[00d7] × +PLC 2.2793,4.422,0,0.0001,6.7012,0,0.3697,7.081,0,2.6588,4.8018,0,4.9479,7.081,0,5.3086,6.7109,0,3.0195,4.4317,0,5.3185,2.133,0,4.9479,1.7531,0,2.6489,4.0518,0,0.3598,1.7629,0,-0.0098,2.133,0 + +[00d8] Ø +PLC 7.8232,9.0875,0,8.1928,8.8051,0,7.3347,7.7142,0,7.9203,6.9836,0,8.3088,6.2337,0,8.5426,5.4155,0,8.6209,4.4609,0,8.2226,2.4447,0,7.0334,0.857,0,5.7571,0.0681,0,4.3559,-0.2047,0,3.6633,-0.1365,0,2.9518,0.0388,0,2.2611,0.331,0,1.6665,0.7304,0,0.8292,-0.3021,0,0.4497,-0.0001,0,1.3058,1.0616,0,0.3218,2.5908,0,0.0008,4.4901,0,0.3139,6.2531,0,1.2672,7.7044,0,2.6704,8.6784,0,4.3351,8.9999,0,5.7294,8.7661,0,6.9651,8.0356,0 +PLC 5.5134,8.2499,0,4.3054,8.5421,0,3.7604,8.5031,0,3.3511,8.396,0,2.8834,8.1427,0,2.4751,7.7726,0,2.0362,7.1395,0,1.726,6.3798,0,1.5397,5.5031,0,1.4812,4.5291,0,1.5982,3.1168,0,1.9598,1.8798,0,6.429,7.3635,0 +PLC 2.2215,1.4122,0,2.5921,0.9447,0,2.9815,0.633,0,3.585,0.3603,0,4.2668,0.2629,0,4.8811,0.3213,0,5.3776,0.4674,0,5.7977,0.7304,0,6.1951,1.1005,0,6.5459,1.6168,0,6.8481,2.3083,0,7.0533,3.1849,0,7.1207,4.2564,0,7.0919,5.0259,0,7.0037,5.7369,0,6.8779,6.2823,0,6.6737,6.9057,0 + +[00d9] Ù +PLC 6.273,8.8051,0,9.3905,8.8051,0,9.3905,8.5616,0,9.0586,8.5616,0,8.6008,8.4544,0,8.2599,8.1233,0,8.1628,7.7921,0,8.1241,7.1882,0,8.1241,3.6233,0,8.0557,2.4447,0,7.8605,1.5681,0,7.4721,0.8862,0,6.828,0.3116,0,5.9232,-0.078,0,4.7341,-0.2047,0,3.4687,-0.078,0,2.5521,0.2921,0,1.909,0.8765,0,1.4908,1.6362,0,1.3352,2.4642,0,1.2857,3.8083,0,1.2857,7.2466,0,1.2272,7.9187,0,1.0617,8.3083,0,0.7714,8.5031,0,0.3314,8.5616,0,0.0014,8.5616,0,0.0014,8.8051,0,3.8086,8.8051,0,3.8086,8.5616,0,3.4687,8.5616,0,3,8.4739,0,2.6898,8.2207,0,2.5719,7.8603,0,2.5332,7.2466,0,2.5332,3.409,0,2.5521,2.8538,0,2.6204,2.2304,0,2.7582,1.646,0,2.9623,1.1979,0,3.2646,0.8668,0,3.6738,0.594,0,4.1891,0.409,0,4.8134,0.3505,0,5.6299,0.4479,0,6.3622,0.7304,0,6.936,1.159,0,7.2858,1.6947,0,7.481,2.4837,0,7.5405,3.6817,0,7.5405,7.2466,0,7.4909,7.9187,0,7.3542,8.2791,0,7.042,8.4934,0,6.604,8.5616,0,6.273,8.5616,0 +PLC 5.0264,11.659,0,5.7191,9.4284,0,5.4942,9.4284,0,3.5846,11.659,0 + +[00da] Ú +PLC 6.2737,8.8051,0,9.3902,8.8051,0,9.3902,8.5616,0,9.0592,8.5616,0,8.6014,8.4544,0,8.2605,8.1233,0,8.1634,7.7921,0,8.1238,7.1882,0,8.1238,3.6233,0,8.0564,2.4447,0,7.8612,1.5681,0,7.4717,0.8862,0,6.8286,0.3116,0,5.9229,-0.078,0,4.7348,-0.2047,0,3.4683,-0.078,0,2.5527,0.2921,0,1.9096,0.8765,0,1.4914,1.6362,0,1.3348,2.4642,0,1.2863,3.8083,0,1.2863,7.2466,0,1.2278,7.9187,0,1.0623,8.3083,0,0.77,8.5031,0,0.332,8.5616,0,0.001,8.5616,0,0.001,8.8051,0,3.8092,8.8051,0,3.8092,8.5616,0,3.4683,8.5616,0,3.0006,8.4739,0,2.6895,8.2207,0,2.5725,7.8603,0,2.5329,7.2466,0,2.5329,3.409,0,2.5527,2.8538,0,2.6211,2.2304,0,2.7568,1.646,0,2.962,1.1979,0,3.2642,0.8668,0,3.6725,0.594,0,4.1887,0.409,0,4.812,0.3505,0,5.6306,0.4479,0,6.3609,0.7304,0,6.9356,1.159,0,7.2864,1.6947,0,7.4816,2.4837,0,7.5401,3.6817,0,7.5401,7.2466,0,7.4915,7.9187,0,7.3548,8.2791,0,7.0426,8.4934,0,6.6047,8.5616,0,6.2737,8.5616,0 +PLC 4.2472,9.4284,0,4.0233,9.4284,0,4.705,11.659,0,6.1657,11.659,0 + +[00db] Û +PLC 6.2743,8.8051,0,9.3908,8.8051,0,9.3908,8.5616,0,9.0588,8.5616,0,8.602,8.4544,0,8.2621,8.1233,0,8.164,7.7921,0,8.1254,7.1882,0,8.1254,3.6233,0,8.057,2.4447,0,7.8618,1.5681,0,7.4724,0.8862,0,6.8292,0.3116,0,5.9235,-0.078,0,4.7344,-0.2047,0,3.469,-0.078,0,2.5533,0.2921,0,1.9102,0.8765,0,1.492,1.6362,0,1.3355,2.4642,0,1.2869,3.8083,0,1.2869,7.2466,0,1.2295,7.9187,0,1.063,8.3083,0,0.7706,8.5031,0,0.3327,8.5616,0,0.0007,8.5616,0,0.0007,8.8051,0,3.8099,8.8051,0,3.8099,8.5616,0,3.469,8.5616,0,3.0012,8.4739,0,2.6891,8.2207,0,2.5732,7.8603,0,2.5335,7.2466,0,2.5335,3.409,0,2.5533,2.8538,0,2.6207,2.2304,0,2.7575,1.646,0,2.9626,1.1979,0,3.2638,0.8668,0,3.6731,0.594,0,4.1904,0.409,0,4.8127,0.3505,0,5.6322,0.4479,0,6.3615,0.7304,0,6.9363,1.159,0,7.288,1.6947,0,7.4813,2.4837,0,7.5397,3.6817,0,7.5397,7.2466,0,7.4922,7.9187,0,7.3564,8.2791,0,7.0433,8.4934,0,6.6053,8.5616,0,6.2743,8.5616,0 +PLC 5.6213,11.6395,0,6.8491,9.4966,0,6.6538,9.4966,0,4.8811,10.87,0,3.3907,9.4869,0,3.1955,9.4869,0,4.4242,11.6395,0 + +[00dc] Ü +PLC 6.273,8.8051,0,9.3905,8.8051,0,9.3905,8.5616,0,9.0605,8.5616,0,8.6017,8.4544,0,8.2608,8.1233,0,8.1627,7.7921,0,8.124,7.1882,0,8.124,3.6233,0,8.0557,2.4447,0,7.8604,1.5681,0,7.471,0.8862,0,6.8279,0.3116,0,5.9222,-0.078,0,4.734,-0.2047,0,3.4686,-0.078,0,2.552,0.2921,0,1.9099,0.8765,0,1.4907,1.6362,0,1.3351,2.4642,0,1.2876,3.8083,0,1.2876,7.2466,0,1.2281,7.9187,0,1.0626,8.3083,0,0.7703,8.5031,0,0.3313,8.5616,0,0.0003,8.5616,0,0.0003,8.8051,0,3.8105,8.8051,0,3.8105,8.5616,0,3.4686,8.5616,0,3.0009,8.4739,0,2.6887,8.2207,0,2.5718,7.8603,0,2.5342,7.2466,0,2.5342,3.409,0,2.552,2.8538,0,2.6204,2.2304,0,2.7571,1.646,0,2.9613,1.1979,0,3.2635,0.8668,0,3.6737,0.594,0,4.189,0.409,0,4.8123,0.3505,0,5.6308,0.4479,0,6.3612,0.7304,0,6.9369,1.159,0,7.2867,1.6947,0,7.4819,2.4837,0,7.5394,3.6817,0,7.5394,7.2466,0,7.4908,7.9187,0,7.3541,8.2791,0,7.0439,8.4934,0,6.6059,8.5616,0,6.273,8.5616,0 +PLC 6.4385,11.0356,0,6.6624,10.8798,0,6.819,10.646,0,6.8685,10.3733,0,6.819,10.1103,0,6.6624,9.8765,0,6.4385,9.7304,0,6.1669,9.6817,0,5.8944,9.7304,0,5.6695,9.8765,0,5.5129,10.1103,0,5.4644,10.3733,0,5.5129,10.646,0,5.6695,10.8798,0,5.8944,11.0356,0,6.1669,11.0843,0 +PLC 4.1504,11.0356,0,4.3842,10.8798,0,4.5299,10.646,0,4.5884,10.3733,0,4.5299,10.1103,0,4.3743,9.8765,0,4.1504,9.7304,0,3.8868,9.672,0,3.6143,9.7304,0,3.3804,9.8765,0,3.2248,10.1103,0,3.1763,10.3733,0,3.2248,10.646,0,3.3804,10.8798,0,3.6054,11.0356,0,3.8779,11.0843,0 + +[00dd] Ý +PLC 9.2841,8.8051,0,9.2841,8.5616,0,9.1077,8.5616,0,8.9036,8.5226,0,8.6211,8.4155,0,8.31,8.2304,0,8.0266,7.9869,0,7.7352,7.6168,0,7.3745,7.0713,0,5.251,3.7304,0,5.251,1.5291,0,5.2995,0.8668,0,5.4353,0.5161,0,5.7484,0.3116,0,6.2151,0.2434,0,6.4976,0.2434,0,6.4976,-0.0001,0,2.7587,-0.0001,0,2.7587,0.2434,0,3.0689,0.2434,0,3.5465,0.3213,0,3.8577,0.5745,0,3.9657,0.9155,0,4.0053,1.5291,0,4.0053,3.6135,0,1.5885,7.2953,0,1.2277,7.8213,0,1.0048,8.1038,0,0.7709,8.2888,0,0.3706,8.4934,0,0.215,8.5421,0,0.001,8.5616,0,0.001,8.8051,0,3.7606,8.8051,0,3.7606,8.5616,0,3.5664,8.5616,0,3.274,8.5226,0,3.0104,8.4155,0,2.8162,8.2401,0,2.7478,7.9869,0,2.845,7.6655,0,3.1472,7.1492,0,4.9874,4.3148,0,6.7116,7.0226,0,7.0039,7.5583,0,7.102,7.9285,0,7.0723,8.1038,0,7.0039,8.2596,0,6.887,8.3862,0,6.7413,8.4837,0,6.5174,8.5421,0,6.2151,8.5616,0,6.2151,8.8051,0 +PLC 4.4225,9.4284,0,4.1996,9.4284,0,4.8813,11.659,0,6.342,11.659,0 + +[00de] Þ +PLC 2.9714,6.7986,0,3.8286,6.7791,0,4.4331,6.7207,0,5.0663,6.5551,0,5.5915,6.3116,0,6.0196,5.9609,0,6.3515,5.5226,0,6.5745,4.9966,0,6.6429,4.4122,0,6.6042,3.9349,0,6.4586,3.4869,0,6.2445,3.0973,0,5.9512,2.7564,0,5.6113,2.4837,0,5.2308,2.2694,0,4.773,2.1135,0,4.1883,2.0064,0,3.7612,1.9772,0,2.4938,1.9772,0,2.4938,1.5778,0,2.5523,0.8862,0,2.7178,0.4869,0,3.02,0.3018,0,3.4877,0.2434,0,3.7503,0.2434,0,3.7503,-0.0001,0,0.0006,-0.0001,0,0.0006,0.2434,0,0.2434,0.2434,0,0.7607,0.331,0,1.1105,0.6038,0,1.2076,0.9349,0,1.2373,1.5583,0,1.2373,7.1882,0,1.2175,7.7921,0,1.1689,8.1038,0,1.052,8.2694,0,0.8588,8.4155,0,0.5843,8.5226,0,0.2632,8.5616,0,0.0006,8.5616,0,0.0006,8.8051,0,3.7503,8.8051,0,3.7503,8.5616,0,3.4976,8.5616,0,3.1954,8.5226,0,2.8842,8.4155,0,2.7079,8.2888,0,2.5909,8.094,0,2.5146,7.7629,0,2.4938,7.2272,0,2.4938,6.7986,0 +PLC 2.4938,2.4349,0,2.7772,2.4349,0,3.4877,2.4837,0,4.0129,2.62,0,4.5193,2.9122,0,4.88,3.3213,0,5.0841,3.8181,0,5.1525,4.3927,0,5.1049,4.8603,0,4.9583,5.2888,0,4.7244,5.659,0,4.4222,5.9317,0,4.0813,6.1265,0,3.6928,6.2434,0,3.3411,6.2823,0,2.806,6.3018,0,2.4938,6.3018,0 + +[00df] ß +PLC 0.0003,0.2336,0,0.3401,0.2823,0,0.5552,0.37,0,0.7008,0.4966,0,0.789,0.6622,0,0.8465,0.9544,0,0.8564,1.4609,0,0.8564,6.2726,0,1.013,7.6557,0,1.4619,8.5616,0,2.1912,9.0681,0,3.1762,9.2336,0,4.1206,9.0875,0,4.8499,8.6395,0,5.3077,7.9577,0,5.4653,7.12,0,5.3761,6.4869,0,5.1135,5.9512,0,4.7627,5.62,0,4.2266,5.3278,0,4.9966,4.9772,0,5.5515,4.4317,0,5.8825,3.6817,0,6.0004,2.7369,0,5.8438,1.6849,0,5.4058,0.7596,0,4.7141,0.1265,0,3.8183,-0.0878,0,3.312,-0.0099,0,2.9116,0.2239,0,2.6589,0.5648,0,2.5717,0.9642,0,2.6104,1.2077,0,2.7174,1.383,0,2.874,1.4999,0,3.087,1.5291,0,3.312,1.4999,0,3.4775,1.3927,0,3.5835,1.2272,0,3.6231,1.0226,0,3.6142,0.9155,0,3.5934,0.8083,0,3.5647,0.672,0,3.5547,0.5745,0,3.5756,0.4674,0,3.6529,0.37,0,3.7688,0.3018,0,3.9155,0.2823,0,4.2762,0.3603,0,4.5586,0.6233,0,4.8113,1.1979,0,4.8905,2.0259,0,4.7726,3.2337,0,4.4119,4.1687,0,3.8183,4.7823,0,2.98,5.0259,0,2.98,5.396,0,3.5835,5.4934,0,4.0225,5.8051,0,4.2861,6.3408,0,4.3733,7.1492,0,4.2861,7.8992,0,4.0324,8.4155,0,3.633,8.7077,0,3.1267,8.8051,0,2.649,8.6979,0,2.2695,8.3862,0,2.0158,7.7629,0,1.9375,6.7304,0,1.9375,-0.0001,0,0.0003,-0.0001,0 diff --git a/assets/fonts/Kochigothic.cxf b/assets/fonts/Kochigothic.cxf new file mode 100644 index 00000000..dea6bf07 --- /dev/null +++ b/assets/fonts/Kochigothic.cxf @@ -0,0 +1,361 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Kochi Gothic +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: 東風フォント(ゴシック) +# Author: Yoshimune Kobayashi + +[0021] ! +PLC 1.2359,8.8336,0,1.2287,8.5649,0,1.2163,8.2431,0,1.1988,7.8681,0,1.179,7.44,0,1.1567,6.9588,0,1.127,6.4244,0,1.0577,5.2453,0,1.0253,4.6987,0,1.0007,4.1973,0,0.9782,3.7409,0,0.9614,3.3295,0,0.9513,2.9632,0,0.9462,2.6419,0,0.9413,2.3657,0,0.292,2.3657,0,0.2901,2.6419,0,0.2848,2.9632,0,0.2749,3.3295,0,0.2553,3.7409,0,0.2376,4.1973,0,0.2104,4.6987,0,0.1807,5.2453,0,0.1113,6.4244,0,0.0843,6.9588,0,0.0546,7.44,0,0.0371,7.8681,0,0.0172,8.2431,0,0.0074,8.5649,0,-0.0002,8.8336,0,-0.0002,9.0491,0,1.2388,9.0491,0 +PLC 0.0591,0.8465,0,1.1197,0.8465,0,1.1197,-0.4837,0,0.0591,-0.4837,0 + +[0022] " +PLC 0.2408,7.2162,0,-0.0573,7.2162,0,0.4089,8.5862,0,-0.0003,8.5862,0,-0.0003,10.0374,0,1.1789,10.0374,0,1.1789,8.8904,0 +PLC 2.1876,7.2162,0,1.8906,7.2162,0,2.3613,8.5862,0,1.9466,8.5862,0,1.9466,10.0374,0,3.1268,10.0374,0,3.1268,8.8904,0 + +[0023] # +PLC 1.1887,-0.5102,0,1.4488,1.9349,0,-0.0004,1.9349,0,0.0757,3.1442,0,1.5743,3.1442,0,1.9195,6.4094,0,0.4322,6.4094,0,0.5073,7.6187,0,2.0483,7.6187,0,2.2657,9.6632,0,2.759,9.6632,0,2.5359,7.6187,0,4.4064,7.6187,0,4.6296,9.6632,0,5.117,9.6632,0,4.894,7.6187,0,6.3633,7.6187,0,6.2861,6.4094,0,4.7629,6.4094,0,4.4267,3.1442,0,5.9297,3.1442,0,5.8535,1.9349,0,4.2978,1.9349,0,4.04,-0.5102,0,3.5514,-0.5102,0,3.8068,1.9349,0,1.9362,1.9349,0,1.6762,-0.5102,0 +PLC 2.063,3.1442,0,3.938,3.1442,0,4.2799,6.4094,0,2.4047,6.4094,0 + +[0026] & +PLC 7.2713,0.6292,0,7.1996,0.5675,0,7.1201,0.4947,0,7.0338,0.4109,0,6.9498,0.316,0,6.86,0.2101,0,6.7614,0.0932,0,6.6639,-0.0348,0,6.5653,-0.1739,0,6.2996,0.0501,0,6.0498,0.2674,0,5.8122,0.478,0,5.5847,0.6821,0,5.3682,0.8796,0,5.1655,1.0704,0,4.9726,1.2547,0,4.7911,1.4323,0,4.6824,1.312,0,4.5737,1.194,0,4.4527,1.0783,0,4.3282,0.9648,0,4.2016,0.8537,0,4.0705,0.7448,0,3.9315,0.6381,0,3.7935,0.5338,0,3.6423,0.437,0,3.4764,0.3532,0,3.2949,0.2822,0,3.102,0.2241,0,2.8958,0.179,0,2.6728,0.1467,0,2.4374,0.1274,0,2.1876,0.1209,0,1.9275,0.1324,0,1.6877,0.1667,0,1.4589,0.2239,0,1.2439,0.304,0,1.0511,0.4069,0,0.8673,0.5328,0,0.7092,0.6815,0,0.5601,0.8531,0,0.4289,1.0384,0,0.3125,1.228,0,0.2182,1.4221,0,0.1388,1.6205,0,0.0749,1.8234,0,0.0345,2.0306,0,0.0099,2.2423,0,-0.0003,2.4583,0,0.0099,2.6908,0,0.0345,2.9102,0,0.0793,3.1166,0,0.1444,3.3098,0,0.2227,3.49,0,0.3226,3.6571,0,0.4334,3.8111,0,0.568,3.952,0,0.7092,4.0847,0,0.8571,4.2138,0,1.0062,4.3394,0,1.1541,4.4615,0,1.3033,4.5801,0,1.4589,4.6952,0,1.6125,4.8067,0,1.7717,4.9148,0,1.6596,5.0843,0,1.5184,5.2981,0,1.3581,5.5562,0,1.1676,5.8586,0,1.0757,6.02,0,0.9938,6.1795,0,0.9244,6.3373,0,0.8673,6.4932,0,0.8257,6.6474,0,0.7933,6.7998,0,0.7731,6.9503,0,0.7685,7.0991,0,0.7787,7.2909,0,0.8033,7.4769,0,0.847,7.6573,0,0.9064,7.832,0,0.986,8.001,0,1.0858,8.1643,0,1.199,8.3219,0,1.3278,8.4737,0,1.4714,8.6135,0,1.6282,8.7346,0,1.7886,8.837,0,1.9577,8.9209,0,2.1359,8.9861,0,2.322,9.0327,0,2.5125,9.0606,0,2.7176,9.0699,0,2.8891,9.0558,0,3.0572,9.0249,0,3.2231,8.9772,0,3.3846,8.9126,0,3.5359,8.8312,0,3.6894,8.733,0,3.8329,8.6179,0,3.9741,8.486,0,4.103,8.3423,0,4.2138,8.1919,0,4.3137,8.0346,0,4.3921,7.8705,0,4.4549,7.6996,0,4.4986,7.522,0,4.5289,7.3376,0,4.5434,7.1463,0,4.5389,6.93,0,4.5142,6.7243,0,4.4772,6.5291,0,4.4268,6.3444,0,4.3608,6.1703,0,4.2812,6.0067,0,4.187,5.8537,0,4.076,5.7112,0,3.9594,5.5761,0,3.8372,5.4452,0,3.7141,5.3185,0,3.5873,5.1961,0,3.4563,5.0778,0,3.3252,4.9638,0,3.1861,4.854,0,3.0472,4.7485,0,3.203,4.5559,0,3.5201,4.1672,0,3.6142,4.0465,0,3.7208,3.9184,0,3.8372,3.785,0,3.9639,3.6462,0,4.0974,3.5021,0,4.2441,3.3526,0,4.3977,3.1978,0,4.5635,3.0376,0,4.7373,2.8721,0,4.8213,3.0212,0,4.8954,3.1736,0,4.9693,3.3294,0,5.0366,3.4886,0,5.0959,3.6511,0,5.1486,3.817,0,5.2002,3.9863,0,5.2427,4.1589,0,6.1685,4.1589,0,6.0991,3.8996,0,6.0306,3.6469,0,5.9455,3.4007,0,5.857,3.1612,0,5.7605,2.9283,0,5.6507,2.7021,0,5.5376,2.4824,0,5.4109,2.2694,0,5.7919,1.9488,0,6.228,1.5901,0,6.7188,1.193,0,7.2657,0.7577,0 +PLC 0.8918,2.3146,0,0.9043,2.1678,0,0.9267,2.0293,0,0.9613,1.899,0,1.0062,1.777,0,1.0577,1.6633,0,1.1206,1.5578,0,1.1944,1.4606,0,1.2785,1.3734,0,1.3704,1.2978,0,1.4747,1.2338,0,1.5912,1.1814,0,1.7191,1.1407,0,1.8558,1.1116,0,2.0049,1.0942,0,2.165,1.0884,0,2.3466,1.0926,0,2.5227,1.1053,0,2.6828,1.1265,0,2.832,1.1562,0,2.9754,1.1943,0,3.1043,1.2409,0,3.2253,1.296,0,3.3397,1.3595,0,3.4416,1.4303,0,3.5448,1.507,0,3.6523,1.5896,0,3.7487,1.6782,0,3.8497,1.7727,0,3.9493,1.8731,0,4.0435,1.9794,0,4.1421,2.0917,0,3.5829,2.7163,0,3.1368,3.2265,0,2.8958,3.5032,0,2.6044,3.8427,0,2.378,4.1073,0,2.2671,4.2421,0,2.1359,4.1505,0,2.007,4.0592,0,1.8805,3.9681,0,1.7593,3.8771,0,1.6429,3.7864,0,1.5284,3.6959,0,1.4153,3.6056,0,1.3111,3.5155,0,1.2114,3.4204,0,1.1227,3.3152,0,1.0533,3.1997,0,0.9938,3.0741,0,0.9467,2.9383,0,0.9099,2.7922,0,0.8918,2.636,0,0.8852,2.4697,0 +PLC 3.6523,7.2886,0,3.6345,7.4093,0,3.6053,7.5216,0,3.5727,7.6256,0,3.5257,7.7212,0,3.4764,7.8084,0,3.4136,7.8874,0,3.3442,7.9579,0,3.2724,8.0201,0,3.1939,8.074,0,3.1143,8.1197,0,3.0326,8.157,0,2.9463,8.186,0,2.8588,8.2068,0,2.7704,8.2192,0,2.6761,8.2234,0,2.572,8.22,0,2.4721,8.2097,0,2.3736,8.1927,0,2.2771,8.1688,0,2.1852,8.1381,0,2.0957,8.1006,0,2.0094,8.0563,0,1.9252,8.0051,0,1.8456,7.9434,0,1.7784,7.8675,0,1.7224,7.7773,0,1.6754,7.6728,0,1.6405,7.5541,0,1.6125,7.4211,0,1.598,7.2738,0,1.5958,7.1123,0,1.598,6.9779,0,1.6181,6.8459,0,1.6429,6.7162,0,1.6854,6.5889,0,1.7347,6.464,0,1.7985,6.3414,0,1.8703,6.2212,0,1.9577,6.1033,0,2.5024,5.4117,0,2.6067,5.4923,0,2.7154,5.5743,0,2.8197,5.6579,0,2.9205,5.7428,0,3.018,5.8293,0,3.1143,5.9173,0,3.2063,6.0067,0,3.2971,6.0976,0,3.3846,6.1944,0,3.4563,6.3015,0,3.5201,6.4188,0,3.5672,6.5464,0,3.6097,6.6843,0,3.6345,6.8324,0,3.6523,6.9909,0,3.6568,7.1596,0 + +[0027] ' +PLC 0.2396,7.2162,0,-0.0596,7.2162,0,0.4087,8.5862,0,-0.0002,8.5862,0,-0.0002,10.0374,0,1.1788,10.0374,0,1.1788,8.8904,0 + +[0028] ( +PLC 2.5192,-1.2377,0,2.2188,-0.9076,0,1.9421,-0.5785,0,1.6787,-0.2506,0,1.431,0.0763,0,1.2058,0.402,0,1.0007,0.7267,0,0.8124,1.0503,0,0.6409,1.3728,0,0.4929,1.7037,0,0.3639,2.0527,0,0.252,2.4197,0,0.1634,2.8048,0,0.0938,3.2079,0,0.0389,3.6291,0,0.0088,4.0683,0,-0.0003,4.5255,0,0.0088,4.9832,0,0.0389,5.4227,0,0.0938,5.8441,0,0.1634,6.2474,0,0.252,6.6325,0,0.3639,6.9995,0,0.4929,7.3484,0,0.6409,7.6792,0,0.8124,8.0014,0,1.0007,8.3248,0,1.2058,8.6493,0,1.431,8.975,0,1.6787,9.3017,0,1.9421,9.6296,0,2.2188,9.9586,0,2.5192,10.2887,0,3.0909,9.7218,0,2.7917,9.4216,0,2.5192,9.1229,0,2.2614,8.8256,0,2.0307,8.5297,0,1.8132,8.2353,0,1.6272,7.9424,0,1.4591,7.6509,0,1.31,7.3608,0,1.1833,7.0633,0,1.0724,6.7496,0,0.9805,6.4196,0,0.903,6.0733,0,0.8437,5.7108,0,0.8021,5.3319,0,0.7743,4.9369,0,0.7674,4.5255,0,0.7743,4.1146,0,0.8021,3.7199,0,0.8437,3.3414,0,0.903,2.9791,0,0.9805,2.6331,0,1.0724,2.3032,0,1.1833,1.9895,0,1.31,1.6921,0,1.4591,1.402,0,1.6272,1.1104,0,1.8132,0.8173,0,2.0307,0.5227,0,2.2614,0.2266,0,2.5192,-0.071,0,2.7917,-0.3702,0,3.0909,-0.6708,0 + +[0029] ) +PLC 0.2991,-0.3702,0,0.5737,-0.071,0,0.8315,0.2266,0,1.0622,0.5227,0,1.2753,0.8173,0,1.4658,1.1104,0,1.6338,1.402,0,1.7829,1.6921,0,1.9073,1.9895,0,2.0206,2.3032,0,2.1125,2.6331,0,2.1897,2.9791,0,2.2457,3.3414,0,2.293,3.7199,0,2.3154,4.1146,0,2.3253,4.5255,0,2.3154,4.9369,0,2.293,5.3319,0,2.2457,5.7108,0,2.1897,6.0733,0,2.1125,6.4196,0,2.0206,6.7496,0,1.9073,7.0633,0,1.7829,7.3608,0,1.6338,7.6509,0,1.4658,7.9424,0,1.2753,8.2353,0,1.0622,8.5297,0,0.8315,8.8256,0,0.5737,9.1229,0,0.2991,9.4216,0,-0.0003,9.7218,0,0.5713,10.2887,0,0.8718,9.9586,0,1.1565,9.6296,0,1.4165,9.3017,0,1.6596,8.975,0,1.885,8.6493,0,2.0901,8.3248,0,2.2806,8.0014,0,2.4521,7.6792,0,2.6001,7.3484,0,2.7323,6.9995,0,2.8433,6.6325,0,2.9328,6.2474,0,3.0024,5.8441,0,3.0517,5.4227,0,3.0809,4.9832,0,3.091,4.5255,0,3.0809,4.0683,0,3.0517,3.6291,0,3.0024,3.2079,0,2.9328,2.8048,0,2.8433,2.4197,0,2.7323,2.0527,0,2.6001,1.7037,0,2.4521,1.3728,0,2.2806,1.0503,0,2.0901,0.7267,0,1.885,0.402,0,1.6596,0.0763,0,1.4165,-0.2506,0,1.1565,-0.5785,0,0.8718,-0.9076,0,0.5713,-1.2377,0,-0.0003,-0.6708,0 + +[002a] * +PLC 2.6762,4.3838,0,-0.0001,7.8096,0,0.4783,8.4237,0,3.1514,4.9979,0,5.8246,8.4237,0,6.3054,7.8096,0,3.6323,4.3838,0,6.3054,0.9599,0,5.8246,0.3458,0,3.1514,3.7697,0,0.4783,0.3458,0,-0.0001,0.9599,0 + +[002b] + +PLC 3.6582,8.9679,0,3.6582,5.2001,0,6.6114,5.2001,0,6.6114,4.3536,0,3.6582,4.3536,0,3.6582,0.5744,0,2.9521,0.5744,0,2.9521,4.3536,0,-0.0002,4.3536,0,-0.0002,5.2001,0,2.9521,5.2001,0,2.9521,8.9679,0 + +[002c] , +PLC 0.3171,-1.2717,0,0.0197,-1.2717,0,0.4062,0.2419,0,0,0.2419,0,0,1.693,0,1.2187,1.693,0,1.2187,0.5517,0 + +[002d] - +PLC 6.5821,5.2001,0,6.5821,4.3536,0,-0.0003,4.3536,0,-0.0003,5.2001,0 + +[002e] . +PLC -0.0001,0.2419,0,-0.0001,1.693,0,1.2141,1.693,0,1.2141,0.2419,0 + +[002f] / +PLC 3.9972,9.924,0,4.6223,9.3212,0,0.6297,-1.0487,0,0.0001,-0.4573,0 + +[0030] 0 +PLC 0.0122,5.0428,0,0.0468,5.4655,0,0.1018,5.875,0,0.1814,6.2712,0,0.28,6.6542,0,0.4089,7.024,0,0.5556,7.3804,0,0.726,7.7236,0,0.9144,8.0391,0,1.1149,8.3126,0,1.3302,8.544,0,1.5588,8.7333,0,1.7965,8.8806,0,2.052,8.9858,0,2.312,9.0489,0,2.5945,9.0699,0,2.8689,9.0489,0,3.1335,8.9858,0,3.3868,8.8806,0,3.625,8.7333,0,3.852,8.544,0,4.0683,8.3126,0,4.271,8.0391,0,4.4617,7.7236,0,4.6336,7.3802,0,4.7794,7.0232,0,4.9055,6.6526,0,5.0096,6.2684,0,5.0882,5.8705,0,5.1454,5.4591,0,5.18,5.0341,0,5.1902,4.5954,0,5.18,4.1568,0,5.1454,3.7317,0,5.0882,3.3203,0,5.0096,2.9224,0,4.9055,2.5382,0,4.7794,2.1676,0,4.6336,1.8106,0,4.4617,1.4672,0,4.271,1.1517,0,4.0683,0.8782,0,3.852,0.6468,0,3.625,0.4575,0,3.3868,0.3102,0,3.1335,0.205,0,2.8689,0.1419,0,2.5945,0.1209,0,2.312,0.1419,0,2.052,0.205,0,1.7965,0.3102,0,1.5588,0.4575,0,1.3302,0.6468,0,1.1149,0.8782,0,0.9144,1.1517,0,0.726,1.4672,0,0.5556,1.8108,0,0.4089,2.1683,0,0.28,2.5398,0,0.1814,2.9252,0,0.1018,3.3247,0,0.0468,3.7381,0,0.0122,4.1654,0,-0.0003,4.6068,0 +PLC 0.9518,4.1973,0,0.9744,3.821,0,1.0085,3.4667,0,1.0639,3.1343,0,1.1257,2.8238,0,1.2097,2.5352,0,1.3033,2.2685,0,1.4143,2.0237,0,1.5346,1.8045,0,1.6652,1.6145,0,1.8008,1.4537,0,1.9444,1.3223,0,2.0935,1.2199,0,2.2549,1.1468,0,2.415,1.103,0,2.5945,1.0884,0,2.7647,1.103,0,2.9339,1.1468,0,3.0926,1.2199,0,3.241,1.3223,0,3.3868,1.4537,0,3.5225,1.6145,0,3.6514,1.8045,0,3.7735,2.0237,0,3.8845,2.2687,0,3.9842,2.5359,0,4.0649,2.8254,0,4.1322,3.1372,0,4.1815,3.4711,0,4.2161,3.8274,0,4.2386,4.206,0,4.2441,4.6068,0,4.2386,5.0155,0,4.2161,5.3999,0,4.1815,5.7601,0,4.1322,6.096,0,4.0649,6.4075,0,3.9842,6.6948,0,3.8845,6.9578,0,3.7735,7.1964,0,3.6514,7.4087,0,3.5225,7.5928,0,3.3868,7.7485,0,3.241,7.876,0,3.0926,7.975,0,2.9339,8.0458,0,2.7647,8.0883,0,2.5945,8.1024,0,2.415,8.0883,0,2.2549,8.0458,0,2.0935,7.975,0,1.9444,7.876,0,1.8008,7.7485,0,1.6652,7.5928,0,1.5346,7.4087,0,1.4143,7.1964,0,1.3033,6.9576,0,1.2097,6.6941,0,1.1257,6.4059,0,1.0639,6.0931,0,1.0085,5.7557,0,0.9744,5.3936,0,0.9518,5.0068,0,0.9413,4.5954,0 + +[0031] 1 +PLC 1.1722,-0.0208,0,1.1722,7.2068,0,1.1666,7.2927,0,1.1543,7.3672,0,1.1319,7.4302,0,1.0981,7.4817,0,1.0557,7.5218,0,1.0084,7.5504,0,0.9492,7.5676,0,0.8797,7.5734,0,-0.0001,7.5734,0,-0.0001,8.246,0,0.307,8.2777,0,0.5793,8.3311,0,0.8179,8.4062,0,1.0208,8.503,0,1.1889,8.6216,0,1.3262,8.7619,0,1.4244,8.924,0,1.4872,9.1077,0,2.0588,9.1077,0,2.0588,-0.0208,0 + +[0032] 2 +PLC 2.7215,9.0601,0,2.9473,9.0306,0,3.1621,8.9814,0,3.3704,8.9126,0,3.5656,8.8241,0,3.7516,8.716,0,3.9298,8.5882,0,4.0933,8.4407,0,4.2425,8.275,0,4.3736,8.0926,0,4.4801,7.8935,0,4.5743,7.6778,0,4.6436,7.4452,0,4.6959,7.1961,0,4.7239,6.9301,0,4.7323,6.6475,0,4.7183,6.3464,0,4.6684,6.0432,0,4.5892,5.7377,0,4.4755,5.4301,0,4.3315,5.1203,0,4.1551,4.8083,0,3.9504,4.4942,0,3.7044,4.1778,0,1.0616,1.2093,0,4.7602,1.2093,0,4.6436,0.1209,0,-0.0002,0.1209,0,-0.0002,1.334,0,2.7138,4.38,0,2.9659,4.6779,0,3.1827,4.9719,0,3.3704,5.2619,0,3.5218,5.5477,0,3.6373,5.8296,0,3.7247,6.1075,0,3.7718,6.3814,0,3.7918,6.6513,0,3.784,6.8702,0,3.7673,7.0689,0,3.7375,7.2473,0,3.6928,7.4054,0,3.6406,7.5433,0,3.5755,7.6609,0,3.4993,7.7581,0,3.4074,7.8351,0,3.3089,7.8978,0,3.2052,7.952,0,3.0948,7.998,0,2.9839,8.0356,0,2.8651,8.0649,0,2.7407,8.0858,0,2.6151,8.0983,0,2.4805,8.1024,0,2.3798,8.0988,0,2.2778,8.0877,0,2.174,8.0692,0,2.0732,8.0434,0,1.9627,8.0102,0,1.8564,7.9696,0,1.7453,7.9216,0,1.6367,7.8662,0,1.5323,7.7941,0,1.4454,7.6957,0,1.3687,7.5711,0,1.3038,7.4203,0,1.2566,7.2433,0,1.222,7.0401,0,1.2007,6.8106,0,1.1933,6.5549,0,0.3062,6.5549,0,0.3192,6.8798,0,0.3499,7.1808,0,0.3977,7.458,0,0.4687,7.7113,0,0.5585,7.9408,0,0.6706,8.1464,0,0.8039,8.3281,0,0.9523,8.486,0,1.121,8.6229,0,1.2891,8.7415,0,1.468,8.8418,0,1.6584,8.924,0,1.8564,8.9878,0,2.0546,9.0334,0,2.2653,9.0608,0,2.4829,9.0699,0 + +[0033] 3 +PLC 2.3757,9.0583,0,2.6034,9.0234,0,2.8141,8.9654,0,3.0146,8.884,0,3.2053,8.7795,0,3.384,8.6517,0,3.5521,8.5006,0,3.705,8.3264,0,3.8497,8.1391,0,3.973,7.9493,0,4.0748,7.7569,0,4.1611,7.5618,0,4.2228,7.3641,0,4.27,7.1638,0,4.3003,6.9608,0,4.3104,6.7552,0,4.3031,6.6056,0,4.2902,6.4573,0,4.2678,6.3101,0,4.2414,6.1643,0,4.1981,6.0196,0,4.1518,5.8762,0,4.0918,5.734,0,4.0302,5.5931,0,3.9538,5.4593,0,3.8744,5.3387,0,3.7902,5.2312,0,3.6962,5.1368,0,3.5987,5.0554,0,3.4961,4.9873,0,3.384,4.9322,0,3.269,4.8902,0,3.3857,4.8536,0,3.4999,4.8024,0,3.6166,4.7366,0,3.7259,4.6561,0,3.8378,4.561,0,3.9416,4.4514,0,4.0453,4.3271,0,4.1445,4.1882,0,4.2414,4.0359,0,4.3204,3.8712,0,4.3926,3.6942,0,4.446,3.5049,0,4.4886,3.3033,0,4.5177,3.0894,0,4.5384,2.8631,0,4.5439,2.6246,0,4.5356,2.3961,0,4.5054,2.1717,0,4.4561,1.9515,0,4.3842,1.7353,0,4.2979,1.5233,0,4.1893,1.3153,0,4.0604,1.1115,0,3.909,0.9117,0,3.7431,0.7263,0,3.5594,0.5657,0,3.3633,0.4298,0,3.1558,0.3186,0,2.9307,0.2321,0,2.6875,0.1704,0,2.4318,0.1333,0,2.1624,0.1209,0,1.922,0.1313,0,1.6971,0.1626,0,1.4814,0.2147,0,1.2753,0.2877,0,1.0847,0.3815,0,0.9071,0.4961,0,0.7429,0.6316,0,0.5877,0.7879,0,0.4504,0.9628,0,0.3337,1.1536,0,0.2296,1.3605,0,0.1478,1.5835,0,0.086,1.8225,0,0.0389,2.0776,0,0.0105,2.3487,0,-0.0003,2.6359,0,0.8885,2.6359,0,0.8907,2.4175,0,0.9071,2.2175,0,0.9357,2.0362,0,0.9727,1.8733,0,1.0196,1.7289,0,1.079,1.603,0,1.1541,1.4956,0,1.2327,1.4068,0,1.3222,1.3321,0,1.4186,1.2675,0,1.5251,1.2128,0,1.6395,1.168,0,1.7561,1.1332,0,1.8878,1.1083,0,2.0206,1.0933,0,2.1594,1.0884,0,2.3085,1.0943,0,2.4543,1.1122,0,2.5911,1.1419,0,2.7243,1.1836,0,2.8459,1.2371,0,2.9643,1.3026,0,3.0786,1.3799,0,3.1883,1.4691,0,3.2815,1.5703,0,3.3689,1.6833,0,3.4405,1.8083,0,3.4978,1.9451,0,3.5426,2.0938,0,3.5774,2.2544,0,3.597,2.4269,0,3.5987,2.6114,0,3.5919,2.8439,0,3.5673,3.0603,0,3.5268,3.2609,0,3.4653,3.4454,0,3.3879,3.614,0,3.2944,3.7665,0,3.1883,3.9031,0,3.0617,4.0238,0,2.9206,4.1295,0,2.7714,4.221,0,2.6135,4.2984,0,2.4482,4.3618,0,2.2743,4.4111,0,2.0901,4.4463,0,1.8995,4.4675,0,1.6971,4.4745,0,1.6971,5.2001,0,1.8995,5.2074,0,2.0855,5.2295,0,2.2592,5.2664,0,2.423,5.3179,0,2.5771,5.3843,0,2.7121,5.4652,0,2.8332,5.5611,0,2.9451,5.6715,0,3.0439,5.7914,0,3.1318,5.9151,0,3.203,6.0428,0,3.2607,6.1744,0,3.3039,6.3099,0,3.3392,6.4493,0,3.3615,6.5927,0,3.3633,6.7401,0,3.3615,6.8834,0,3.3409,7.0206,0,3.314,7.1517,0,3.269,7.2765,0,3.2159,7.3952,0,3.1502,7.5077,0,3.0719,7.614,0,2.9821,7.7142,0,2.8857,7.8051,0,2.7861,7.884,0,2.6851,7.9508,0,2.581,8.0053,0,2.4766,8.0479,0,2.3658,8.0782,0,2.2536,8.0964,0,2.1372,8.1024,0,2.0206,8.0971,0,1.9119,8.081,0,1.8037,8.0542,0,1.6988,8.0167,0,1.6048,7.9685,0,1.5084,7.9095,0,1.4186,7.8399,0,1.3347,7.7595,0,1.2551,7.6657,0,1.189,7.5556,0,1.1318,7.4293,0,1.087,7.2869,0,1.05,7.1282,0,1.0276,6.9533,0,1.008,6.7622,0,1.0052,6.5549,0,0.1186,6.5549,0,0.1286,6.8528,0,0.1562,7.1325,0,0.1982,7.3938,0,0.2597,7.6369,0,0.3417,7.8617,0,0.4364,8.0683,0,0.5545,8.2565,0,0.6884,8.4265,0,0.837,8.5773,0,0.9951,8.708,0,1.1593,8.8186,0,1.3369,8.9091,0,1.5251,8.9794,0,1.7197,9.0297,0,1.9242,9.0599,0,2.14,9.0699,0 + +[0034] 4 +PLC 3.402,-0.0227,0,3.402,2.0558,0,-0.0001,2.0558,0,-0.0001,2.6114,0,3.5023,9.1303,0,4.2897,9.1303,0,4.2897,3.1442,0,5.3571,3.1442,0,5.3571,2.0558,0,4.2897,2.0558,0,4.2897,-0.0227,0 +PLC 1.2445,3.1442,0,3.402,3.1442,0,3.402,7.0046,0 + +[0035] 5 +PLC 2.8192,5.7929,0,3.0266,5.7574,0,3.2306,5.6982,0,3.4278,5.6153,0,3.6217,5.5087,0,3.805,5.3785,0,3.986,5.2246,0,4.1562,5.047,0,4.3155,4.8506,0,4.4532,4.6401,0,4.5733,4.4155,0,4.6639,4.1769,0,4.7391,3.9242,0,4.7969,3.6575,0,4.8254,3.3767,0,4.8359,3.0819,0,4.8232,2.7689,0,4.7912,2.4697,0,4.7335,2.1841,0,4.6551,1.9122,0,4.5531,1.6541,0,4.4287,1.4096,0,4.283,1.1789,0,4.1149,0.9618,0,3.9288,0.7647,0,3.7264,0.5939,0,3.5136,0.4494,0,3.2844,0.3311,0,3.0467,0.2391,0,2.7888,0.1734,0,2.5245,0.1341,0,2.2419,0.1209,0,2.0117,0.1323,0,1.8003,0.1663,0,1.5875,0.223,0,1.3867,0.3023,0,1.1906,0.4043,0,1.0085,0.5291,0,0.8321,0.6765,0,0.6584,0.8465,0,0.5047,1.0287,0,0.3714,1.2128,0,0.2577,1.3984,0,0.1662,1.5858,0,0.0896,1.7749,0,0.0397,1.9657,0,0.0093,2.1583,0,-0.0001,2.3525,0,0.8813,2.3525,0,0.8915,2.2275,0,0.9117,2.1065,0,0.9414,1.9896,0,0.9901,1.8768,0,1.0506,1.768,0,1.119,1.6634,0,1.2087,1.5628,0,1.3072,1.4663,0,1.4149,1.3777,0,1.5201,1.301,0,1.6346,1.236,0,1.751,1.1829,0,1.8677,1.1415,0,1.991,1.112,0,2.1154,1.0943,0,2.2387,1.0884,0,2.4023,1.0968,0,2.5613,1.1219,0,2.7177,1.1639,0,2.8635,1.2226,0,3.0042,1.298,0,3.1408,1.3903,0,3.2726,1.4993,0,3.3987,1.625,0,3.5173,1.7652,0,3.6143,1.9172,0,3.7013,2.0812,0,3.7697,2.2571,0,3.8246,2.4449,0,3.8616,2.6447,0,3.884,2.8564,0,3.8946,3.08,0,3.884,3.3022,0,3.8672,3.5088,0,3.8347,3.6996,0,3.7921,3.8748,0,3.7359,4.0343,0,3.6688,4.1781,0,3.5892,4.3063,0,3.4973,4.4188,0,3.3963,4.5168,0,3.29,4.6019,0,3.1835,4.6738,0,3.0714,4.7327,0,2.9625,4.7784,0,2.8439,4.8111,0,2.7251,4.8307,0,2.6029,4.8373,0,2.488,4.8346,0,2.3855,4.8266,0,2.279,4.8132,0,2.1854,4.7945,0,2.0906,4.7705,0,2.0011,4.7411,0,1.9124,4.7064,0,1.8328,4.6663,0,1.7539,4.6212,0,1.6794,4.5715,0,1.6098,4.5172,0,1.5466,4.4582,0,1.4865,4.3946,0,1.4295,4.3263,0,1.3768,4.2535,0,1.3279,4.1759,0,0.497,4.1759,0,0.721,8.949,0,4.1373,8.949,0,3.9634,7.8606,0,1.4932,7.8606,0,1.3824,5.3796,0,1.5466,5.4792,0,1.7039,5.5656,0,1.8575,5.6387,0,2.0117,5.6984,0,2.1629,5.7449,0,2.3104,5.7781,0,2.4571,5.7981,0,2.6029,5.8048,0 + +[0036] 6 +PLC 2.7445,5.7931,0,2.9742,5.7581,0,3.1994,5.6998,0,3.4108,5.6181,0,3.6208,5.5132,0,3.8169,5.3849,0,4.0076,5.2333,0,4.1879,5.0584,0,4.3577,4.8627,0,4.5035,4.649,0,4.6274,4.4173,0,4.7259,4.1674,0,4.8061,3.8995,0,4.8626,3.6136,0,4.894,3.3095,0,4.9041,2.9874,0,4.894,2.7017,0,4.865,2.4257,0,4.8101,2.1594,0,4.7361,1.9028,0,4.6418,1.6558,0,4.5275,1.4186,0,4.3919,1.191,0,4.2351,0.9731,0,4.0625,0.7734,0,3.8741,0.6003,0,3.674,0.4538,0,3.4573,0.334,0,3.2258,0.2408,0,2.9821,0.1742,0,2.7241,0.1342,0,2.4542,0.1209,0,2.1722,0.1357,0,1.9095,0.18,0,1.6623,0.2538,0,1.4287,0.3571,0,1.2157,0.49,0,1.0106,0.6524,0,0.8246,0.8443,0,0.6535,1.0657,0,0.5023,1.3274,0,0.3662,1.6399,0,0.2574,2.0033,0,0.1661,2.4177,0,0.0904,2.8829,0,0.0411,3.3991,0,0.0096,3.9661,0,-0.0003,4.5841,0,0.0096,5.0738,0,0.0434,5.5395,0,0.1004,5.9812,0,0.18,6.399,0,0.2821,6.7928,0,0.4054,7.1627,0,0.5528,7.5085,0,0.7226,7.8304,0,0.9113,8.1209,0,1.1076,8.3727,0,1.3121,8.5857,0,1.5334,8.76,0,1.7603,8.8956,0,2.0012,8.9924,0,2.2491,9.0505,0,2.5057,9.0699,0,2.6795,9.0625,0,2.853,9.04,0,3.024,9.0027,0,3.1926,8.9504,0,3.3607,8.8831,0,3.529,8.801,0,3.691,8.7039,0,3.8539,8.5919,0,4.0052,8.4661,0,4.141,8.3281,0,4.2551,8.1777,0,4.3577,8.0151,0,4.4367,7.84,0,4.4985,7.6526,0,4.5484,7.4529,0,4.5725,7.2408,0,3.6164,7.2408,0,3.5963,7.3465,0,3.5694,7.445,0,3.5324,7.5367,0,3.4896,7.6213,0,3.4388,7.699,0,3.3787,7.7696,0,3.3099,7.8332,0,3.2298,7.8899,0,3.15,7.9397,0,3.0616,7.9829,0,2.9742,8.0194,0,2.8857,8.0493,0,2.7943,8.0726,0,2.7019,8.0891,0,2.6055,8.0991,0,2.5057,8.1024,0,2.3724,8.0909,0,2.2394,8.0561,0,2.1049,7.9983,0,1.979,7.9173,0,1.8529,7.8131,0,1.7279,7.6858,0,1.6125,7.5353,0,1.4941,7.3617,0,1.3861,7.1647,0,1.2873,6.9438,0,1.201,6.6991,0,1.13,6.4306,0,1.0721,6.1384,0,1.025,5.8223,0,0.9927,5.4825,0,0.968,5.1188,0,1.1384,5.2796,0,1.3177,5.4189,0,1.5025,5.5368,0,1.6943,5.6333,0,1.8871,5.7083,0,2.0898,5.7619,0,2.2961,5.794,0,2.5057,5.8048,0 +PLC 2.6357,1.0968,0,2.796,1.1219,0,2.9518,1.1639,0,3.0912,1.2226,0,3.2202,1.298,0,3.3491,1.3903,0,3.4629,1.4993,0,3.5636,1.625,0,3.6557,1.7637,0,3.7375,1.9113,0,3.8046,2.0679,0,3.8647,2.2334,0,3.9039,2.408,0,3.9381,2.5915,0,3.9527,2.784,0,3.9604,2.9855,0,3.9527,3.187,0,3.9381,3.3788,0,3.9112,3.5608,0,3.8686,3.7331,0,3.8148,3.8955,0,3.7553,4.0482,0,3.6781,4.1911,0,3.594,4.3243,0,3.4952,4.4445,0,3.3882,4.5487,0,3.269,4.6369,0,3.1401,4.7091,0,3,4.7652,0,2.8509,4.8052,0,2.6918,4.8293,0,2.5213,4.8373,0,2.3868,4.8314,0,2.258,4.8137,0,2.1303,4.7843,0,2.008,4.743,0,1.8871,4.69,0,1.7726,4.6252,0,1.6623,4.5486,0,1.5559,4.4603,0,1.4532,4.3606,0,1.3597,4.2497,0,1.2773,4.1278,0,1.2083,3.9948,0,1.1412,3.8507,0,1.0891,3.6956,0,1.0476,3.5294,0,1.0106,3.3521,0,1.0374,3.0565,0,1.0721,2.7831,0,1.1171,2.5319,0,1.1692,2.3027,0,1.2308,2.0956,0,1.2998,1.9107,0,1.3792,1.7478,0,1.4679,1.6071,0,1.5598,1.4855,0,1.6639,1.3801,0,1.7783,1.291,0,1.8994,1.218,0,2.0266,1.1613,0,2.1673,1.1208,0,2.3106,1.0965,0,2.4665,1.0884,0 + +[0037] 7 +PLC 4.7934,8.949,0,4.7934,7.9569,0,2.3983,-0.0756,0,1.4591,-0.0756,0,3.7532,7.8606,0,-0.0003,7.8606,0,-0.0003,8.949,0 + +[0038] 8 +PLC 0.0038,2.8563,0,0.0306,3.0735,0,0.0688,3.2761,0,0.1204,3.4641,0,0.1904,3.6374,0,0.2745,3.7962,0,0.3758,3.9405,0,0.493,4.0701,0,0.6163,4.1891,0,0.7452,4.3012,0,0.8713,4.4066,0,0.9974,4.5052,0,1.1263,4.597,0,1.258,4.682,0,1.3868,4.7602,0,1.5201,4.8316,0,1.4121,4.9056,0,1.3073,4.9858,0,1.2109,5.0723,0,1.111,5.1651,0,1.0226,5.2641,0,0.9356,5.3694,0,0.8517,5.481,0,0.7749,5.5987,0,0.706,5.7238,0,0.6403,5.8569,0,0.5909,5.9982,0,0.5463,6.1477,0,0.5114,6.3053,0,0.4891,6.4711,0,0.4768,6.6449,0,0.4705,6.827,0,0.479,7.0478,0,0.5069,7.2617,0,0.5562,7.4685,0,0.6258,7.6683,0,0.7121,7.8611,0,0.814,8.0468,0,0.9412,8.2255,0,1.082,8.3972,0,1.2399,8.5549,0,1.4065,8.6915,0,1.5841,8.8071,0,1.7707,8.9018,0,1.9611,8.9753,0,2.1612,9.0279,0,2.3775,9.0594,0,2.5951,9.0699,0,2.8203,9.0594,0,3.0333,9.0279,0,3.2395,8.9753,0,3.43,8.9018,0,3.6161,8.8071,0,3.7943,8.6915,0,3.9578,8.5549,0,4.1136,8.3972,0,4.2548,8.2255,0,4.3764,8.0468,0,4.4858,7.8611,0,4.5676,7.6683,0,4.6342,7.4685,0,4.6807,7.2617,0,4.7089,7.0478,0,4.7184,6.827,0,4.7132,6.6614,0,4.6988,6.5009,0,4.6792,6.3456,0,4.6472,6.1954,0,4.6091,6.0504,0,4.5574,5.9105,0,4.498,5.7757,0,4.4309,5.646,0,4.3597,5.5212,0,4.2795,5.4009,0,4.1933,5.285,0,4.1019,5.1736,0,4.0028,5.0667,0,3.8985,4.9644,0,3.7887,4.8665,0,3.6777,4.773,0,3.7863,4.7112,0,3.8985,4.6435,0,4.0127,4.5701,0,4.1259,4.491,0,4.2425,4.4062,0,4.3614,4.3157,0,4.4756,4.2193,0,4.5968,4.1173,0,4.7089,4.0023,0,4.8051,3.8668,0,4.8871,3.7108,0,4.9543,3.5344,0,5.008,3.3376,0,5.0434,3.1204,0,5.0657,2.8827,0,5.0752,2.6246,0,5.0629,2.3533,0,5.0305,2.095,0,4.9777,1.8496,0,4.9061,1.6172,0,4.8096,1.3978,0,4.6932,1.1913,0,4.5574,0.9978,0,4.4018,0.8172,0,4.2224,0.654,0,4.0346,0.5126,0,3.8313,0.3929,0,3.6087,0.295,0,3.3705,0.2188,0,3.1229,0.1645,0,2.8551,0.1318,0,2.5726,0.1209,0,2.2901,0.1322,0,2.0212,0.1659,0,1.7657,0.2222,0,1.5281,0.3009,0,1.3,0.4021,0,1.0887,0.5259,0,0.888,0.6721,0,0.706,0.8409,0,0.5395,1.0262,0,0.3983,1.2223,0,0.2745,1.4291,0,0.1753,1.6467,0,0.0957,1.8751,0,0.0408,2.1142,0,0.0115,2.364,0,-0.0001,2.6246,0 +PLC 0.9509,2.447,0,0.9722,2.2706,0,1.0047,2.1064,0,1.0517,1.9547,0,1.1166,1.8155,0,1.1934,1.6885,0,1.2849,1.5741,0,1.3936,1.4719,0,1.5079,1.3821,0,1.6345,1.3042,0,1.7707,1.2382,0,1.9135,1.1843,0,2.0627,1.1423,0,2.2245,1.1124,0,2.3928,1.0944,0,2.5726,1.0884,0,2.7486,1.0944,0,2.9178,1.1124,0,3.0764,1.1423,0,3.2248,1.1843,0,3.3604,1.2382,0,3.4893,1.3042,0,3.6087,1.3821,0,3.717,1.4719,0,3.8122,1.5741,0,3.8985,1.6885,0,3.968,1.8155,0,4.025,1.9547,0,4.0687,2.1064,0,4.1019,2.2706,0,4.1244,2.447,0,4.1283,2.6359,0,4.1244,2.8312,0,4.1019,3.0099,0,4.0743,3.1721,0,4.0273,3.3176,0,3.9703,3.4466,0,3.9008,3.5588,0,3.8188,3.6546,0,3.727,3.7338,0,3.6161,3.8057,0,3.4949,3.8799,0,3.3604,3.9562,0,3.207,4.0347,0,3.0434,4.1154,0,2.8652,4.1983,0,2.6689,4.2833,0,2.4617,4.3706,0,2.3149,4.3117,0,2.1714,4.2464,0,2.0358,4.1749,0,1.9011,4.097,0,1.7707,4.0129,0,1.6446,3.9224,0,1.5225,3.8256,0,1.4065,3.7224,0,1.3,3.6124,0,1.2029,3.4951,0,1.1235,3.3703,0,1.0572,3.2382,0,1.0103,3.0988,0,0.9722,2.9519,0,0.9509,2.7976,0,0.9429,2.6359,0 +PLC 3.7717,6.9541,0,3.7573,7.0862,0,3.7291,7.2117,0,3.6957,7.3308,0,3.6535,7.4434,0,3.6038,7.5496,0,3.5365,7.6493,0,3.467,7.7425,0,3.383,7.8269,0,3.2967,7.9,0,3.1969,7.9618,0,3.0931,8.0125,0,2.9816,8.0519,0,2.8579,8.08,0,2.7318,8.0968,0,2.5951,8.1024,0,2.4617,8.0968,0,2.3349,8.08,0,2.2189,8.0519,0,2.1075,8.0125,0,2.0033,7.9618,0,1.9051,7.9,0,1.8155,7.8269,0,1.7332,7.7425,0,1.6557,7.6493,0,1.5918,7.5496,0,1.5369,7.4434,0,1.496,7.3308,0,1.4586,7.2117,0,1.4343,7.0862,0,1.4182,6.9541,0,1.416,6.8156,0,1.4182,6.6636,0,1.4289,6.5209,0,1.4485,6.3878,0,1.4752,6.2641,0,1.5079,6.15,0,1.5449,6.0452,0,1.597,5.95,0,1.649,5.8642,0,1.7186,5.7826,0,1.8071,5.6995,0,1.9191,5.6153,0,2.0526,5.5295,0,2.2038,5.4426,0,2.3799,5.3543,0,2.5726,5.2646,0,2.7878,5.1736,0,2.8897,5.2218,0,2.9868,5.2775,0,3.0837,5.3407,0,3.1723,5.4115,0,3.2541,5.4897,0,3.3359,5.5756,0,3.4155,5.6689,0,3.4893,5.7698,0,3.5565,5.8777,0,3.6161,5.9921,0,3.6632,6.113,0,3.7056,6.2405,0,3.7325,6.3745,0,3.7573,6.5151,0,3.7717,6.6621,0,3.774,6.8156,0 + +[0039] 9 +PLC 2.1573,3.3977,0,1.9257,3.4328,0,1.7062,3.491,0,1.4903,3.5727,0,1.2831,3.6776,0,1.0868,3.8059,0,0.8963,3.9576,0,0.7154,4.1325,0,0.5439,4.3281,0,0.3981,4.5418,0,0.28,4.7736,0,0.1752,5.0234,0,0.1012,5.2913,0,0.0405,5.5773,0,0.0114,5.8813,0,-0.0002,6.2034,0,0.0092,6.4891,0,0.0405,6.7651,0,0.091,7.0314,0,0.1678,7.288,0,0.2615,7.535,0,0.3758,7.7722,0,0.5069,7.9998,0,0.665,8.2177,0,0.8387,8.4174,0,1.0291,8.5905,0,1.2298,8.737,0,1.4482,8.8569,0,1.6759,8.95,0,1.919,9.0166,0,2.1769,9.0566,0,2.4493,9.0699,0,2.7271,9.0552,0,2.9923,9.0108,0,3.2393,8.9371,0,3.4703,8.8337,0,3.6877,8.7009,0,3.8945,8.5385,0,4.0793,8.3466,0,4.248,8.1251,0,4.4017,7.8635,0,4.535,7.5509,0,4.6471,7.1875,0,4.7379,6.7731,0,4.8134,6.3079,0,4.8623,5.7917,0,4.8947,5.2247,0,4.9049,4.6068,0,4.8947,4.1171,0,4.8601,3.6513,0,4.8028,3.2096,0,4.7239,2.7918,0,4.6213,2.3981,0,4.498,2.0282,0,4.349,1.6824,0,4.1809,1.3605,0,3.9954,1.0699,0,3.7942,0.8182,0,3.5919,0.6051,0,3.3704,0.4308,0,3.1434,0.2953,0,2.9032,0.1984,0,2.6577,0.1403,0,2.3942,0.1209,0,2.2216,0.1284,0,2.0507,0.1508,0,1.8799,0.1882,0,1.7107,0.2404,0,1.5424,0.3077,0,1.3743,0.3898,0,1.213,0.4869,0,1.0477,0.599,0,0.8963,0.7247,0,0.7625,0.8627,0,0.6458,1.0131,0,0.5462,1.1758,0,0.4655,1.3508,0,0.4005,1.5382,0,0.3583,1.7379,0,0.3287,1.95,0,1.2891,1.95,0,1.3094,1.8444,0,1.3317,1.7458,0,1.3687,1.6541,0,1.412,1.5695,0,1.463,1.4919,0,1.5224,1.4212,0,1.5941,1.3576,0,1.6737,1.301,0,1.7555,1.2512,0,1.8394,1.2079,0,1.9257,1.1714,0,2.0176,1.1415,0,2.1074,1.1183,0,2.2021,1.1017,0,2.2978,1.0917,0,2.3942,1.0884,0,2.5311,1.1,0,2.6644,1.1347,0,2.7989,1.1925,0,2.925,1.2736,0,3.0489,1.3777,0,3.1722,1.505,0,3.291,1.6555,0,3.4109,1.8291,0,3.5196,2.0262,0,3.6142,2.247,0,3.6984,2.4917,0,3.7718,2.7601,0,3.8288,3.0525,0,3.8759,3.3685,0,3.9112,3.7083,0,3.9337,4.072,0,3.7617,3.9113,0,3.5811,3.7719,0,3.3986,3.654,0,3.2069,3.5576,0,3.0145,3.4826,0,2.8113,3.429,0,2.6056,3.3968,0,2.3942,3.3861,0 +PLC 2.2653,8.094,0,2.1028,8.0689,0,1.9516,8.027,0,1.8125,7.9683,0,1.6782,7.8929,0,1.5549,7.8006,0,1.4405,7.6916,0,1.3373,7.5658,0,1.2478,7.4272,0,1.166,7.2796,0,1.0987,7.1229,0,1.0421,6.9573,0,0.9977,6.7829,0,0.9653,6.5993,0,0.9508,6.4068,0,0.9411,6.2053,0,0.9508,6.0038,0,0.9653,5.812,0,0.9921,5.63,0,1.0347,5.4577,0,1.0868,5.2953,0,1.1514,5.1426,0,1.2254,4.9997,0,1.3094,4.8666,0,1.4064,4.7463,0,1.5184,4.6422,0,1.6343,4.554,0,1.7656,4.4818,0,1.9051,4.4257,0,2.0507,4.3856,0,2.2093,4.3615,0,2.3798,4.3536,0,2.5165,4.3594,0,2.6475,4.3771,0,2.7743,4.4066,0,2.8952,4.4478,0,3.0145,4.5008,0,3.1283,4.5656,0,3.2393,4.6422,0,3.3513,4.7306,0,3.45,4.8303,0,3.5443,4.9411,0,3.6261,5.0631,0,3.6956,5.196,0,3.7617,5.3401,0,3.8144,5.4953,0,3.8558,5.6615,0,3.8945,5.8387,0,3.8635,6.1343,0,3.8288,6.4077,0,3.784,6.659,0,3.7346,6.8881,0,3.6709,7.0953,0,3.6037,7.2802,0,3.5196,7.4431,0,3.4355,7.5838,0,3.3414,7.7053,0,3.2393,7.8107,0,3.1227,7.8999,0,3.004,7.9728,0,2.875,8.0295,0,2.7362,8.07,0,2.5926,8.0943,0,2.4375,8.1024,0 + +[003a] : +PLC 0,5.0584,0,0,6.6173,0,1.2362,6.6173,0,1.2362,5.0584,0 +PLC 0,0.9712,0,0,2.5301,0,1.2362,2.5301,0,1.2362,0.9712,0 + +[003b] ; +PLC 0.0001,5.0584,0,0.0001,6.6173,0,1.239,6.6173,0,1.239,5.0584,0 +PLC 0.3147,-0.5877,0,0.02,-0.5877,0,0.4831,0.9712,0,0.0001,0.9712,0,0.0001,2.5301,0,1.239,2.5301,0,1.239,1.2792,0 + +[003c] < +PLC 0.1268,4.0068,0,0.0931,4.0568,0,0.0646,4.1087,0,0.0411,4.1625,0,0.0237,4.2181,0,0.009,4.2756,0,0.0019,4.3349,0,0.0002,4.3961,0,0.0019,4.4573,0,0.009,4.5166,0,0.0237,4.5741,0,0.0411,4.6297,0,0.0646,4.6834,0,0.0931,4.7353,0,0.1268,4.7853,0,0.1665,4.8335,0,4.0333,9.8049,0,4.5691,9.1908,0,0.8394,4.3956,0,4.5689,-0.3874,0,4.0333,-1.0015,0 + +[003d] = +PLC 6.5844,6.1675,0,6.5844,5.321,0,-0.0002,5.321,0,-0.0002,6.1675,0 +PLC 6.5844,3.507,0,6.5844,2.6605,0,-0.0002,2.6605,0,-0.0002,3.507,0 + +[003e] > +PLC 4.4426,4.0068,0,4.4764,4.0568,0,4.5048,4.1087,0,4.5284,4.1625,0,4.5457,4.2181,0,4.5604,4.2756,0,4.5676,4.3349,0,4.5693,4.3961,0,4.5676,4.4573,0,4.5604,4.5166,0,4.5457,4.5741,0,4.5284,4.6297,0,4.5048,4.6834,0,4.4764,4.7353,0,4.4426,4.7853,0,4.403,4.8335,0,0.5361,9.8049,0,0.0004,9.1908,0,3.7301,4.3956,0,0.0005,-0.3874,0,0.5361,-1.0015,0 + +[003f] ? +PLC 1.8307,0.8465,0,2.8908,0.8465,0,2.8908,-0.4837,0,1.8307,-0.4837,0 +PLC 2.6556,9.3125,0,2.8412,9.3022,0,3.0195,9.281,0,3.193,9.2489,0,3.3617,9.2059,0,3.5224,9.152,0,3.6789,9.0871,0,3.8274,9.0113,0,3.9661,8.9276,0,4.0997,8.839,0,4.2186,8.7454,0,4.3303,8.6469,0,4.4368,8.5434,0,4.5262,8.4351,0,4.6052,8.3218,0,4.6848,8.2035,0,4.7464,8.0819,0,4.801,7.9584,0,4.8477,7.8331,0,4.8903,7.7059,0,4.9173,7.5768,0,4.9372,7.4459,0,4.9494,7.3131,0,4.9549,7.1785,0,4.9494,6.935,0,4.9224,6.7062,0,4.8801,6.4922,0,4.8235,6.293,0,4.7491,6.1084,0,4.6573,5.9386,0,4.5531,5.7835,0,4.427,5.6432,0,4.2981,5.5134,0,4.1692,5.3902,0,4.05,5.2733,0,3.9288,5.163,0,3.8125,5.0591,0,3.706,4.9617,0,3.6018,4.8708,0,3.4952,4.7863,0,3.4015,4.7032,0,3.3145,4.6164,0,3.2353,4.526,0,3.1633,4.432,0,3.0987,4.3342,0,3.047,4.2329,0,2.9998,4.1278,0,2.9655,4.0191,0,2.933,3.9062,0,2.9083,3.7887,0,2.8858,3.6665,0,2.8611,3.5396,0,2.8512,3.4081,0,2.8412,3.2719,0,2.8341,3.131,0,2.8313,2.9855,0,2.8313,2.2883,0,1.9471,2.2883,0,1.9471,3.133,0,1.952,3.2797,0,1.9618,3.4256,0,1.9741,3.5708,0,1.9893,3.7152,0,2.0089,3.8588,0,2.0312,4.0017,0,2.0585,4.1438,0,2.0931,4.2838,0,2.1406,4.4202,0,2.197,4.5532,0,2.2738,4.6826,0,2.3583,4.8085,0,2.4571,4.9309,0,2.5711,5.0498,0,2.6954,5.1651,0,2.8289,5.2777,0,2.9502,5.3883,0,3.0694,5.4968,0,3.1832,5.6033,0,3.295,5.7077,0,3.3961,5.8101,0,3.4952,5.9105,0,3.5895,6.0088,0,3.6738,6.1121,0,3.7481,6.2272,0,3.8125,6.3542,0,3.8624,6.493,0,3.9016,6.6437,0,3.9288,6.8063,0,3.949,6.9808,0,3.9511,7.1671,0,3.9511,7.2823,0,3.9414,7.3919,0,3.9288,7.4956,0,3.9068,7.5937,0,3.8819,7.686,0,3.8498,7.7726,0,3.8125,7.8535,0,3.7701,7.9286,0,3.7231,7.9983,0,3.6716,8.0628,0,3.6217,8.1222,0,3.5671,8.1764,0,3.5102,8.2254,0,3.4456,8.2693,0,3.3863,8.308,0,3.3194,8.3415,0,3.2502,8.3705,0,3.1683,8.3956,0,3.0766,8.4169,0,2.9775,8.4343,0,2.8611,8.4478,0,2.7447,8.4575,0,2.6158,8.4633,0,2.4746,8.4652,0,2.368,8.463,0,2.2641,8.4564,0,2.165,8.4453,0,2.0683,8.4298,0,1.9795,8.4099,0,1.8876,8.3855,0,1.8006,8.3567,0,1.7192,8.3235,0,1.6401,8.284,0,1.5634,8.2364,0,1.4936,8.1807,0,1.4343,8.1169,0,1.3723,8.0449,0,1.3178,7.9648,0,1.2683,7.8766,0,1.2259,7.7803,0,1.1893,7.6784,0,1.1543,7.5737,0,1.1274,7.466,0,1.1023,7.3554,0,1.0872,7.2418,0,1.0701,7.1254,0,1.0652,7.006,0,1.0628,6.8837,0,1.0628,6.3395,0,-0.0001,6.3395,0,-0.0001,6.8837,0,0.0027,7.0093,0,0.0171,7.1386,0,0.0394,7.2716,0,0.0768,7.4083,0,0.1162,7.5486,0,0.1658,7.6927,0,0.228,7.8405,0,0.3018,7.9919,0,0.3812,8.1411,0,0.4656,8.2822,0,0.5622,8.4152,0,0.6662,8.5401,0,0.7777,8.6569,0,0.894,8.7655,0,1.0204,8.866,0,1.1571,8.9584,0,1.3003,9.0412,0,1.4491,9.113,0,1.6025,9.1737,0,1.7612,9.2234,0,1.9271,9.2621,0,2.1004,9.2897,0,2.2793,9.3063,0,2.4648,9.3118,0 + +[0040] @ +PLC 0.0201,4.9396,0,0.0672,5.4628,0,0.1568,5.9592,0,0.2779,6.4288,0,0.4292,6.8714,0,0.6175,7.2872,0,0.845,7.6761,0,1.1028,8.0382,0,1.3807,8.365,0,1.6721,8.6483,0,1.9703,8.888,0,2.2774,9.0841,0,2.599,9.2366,0,2.9263,9.3456,0,3.2659,9.4109,0,3.6143,9.4327,0,4.019,9.4122,0,4.4024,9.3506,0,4.7689,9.2479,0,5.1185,9.1042,0,5.4479,8.9193,0,5.7607,8.6935,0,6.0499,8.4265,0,6.3255,8.1185,0,6.5677,7.7808,0,6.7829,7.4247,0,6.9645,7.0504,0,7.1124,6.6576,0,7.2266,6.2466,0,7.3129,5.8172,0,7.3555,5.3695,0,7.3758,4.9034,0,7.3657,4.5714,0,7.3387,4.2527,0,7.2938,3.9474,0,7.2266,3.6554,0,7.1448,3.3767,0,7.0439,3.1114,0,6.9219,2.8594,0,6.7829,2.6208,0,6.635,2.4034,0,6.4758,2.2149,0,6.3176,2.0555,0,6.1462,1.925,0,5.9759,1.8235,0,5.7955,1.751,0,5.6117,1.7075,0,5.4212,1.693,0,5.2519,1.6976,0,5.0939,1.7111,0,4.9571,1.7337,0,4.8283,1.7653,0,4.7194,1.806,0,4.6187,1.8557,0,4.5333,1.9144,0,4.4618,1.9821,0,4.4024,2.0532,0,4.3486,2.1216,0,4.3015,2.1875,0,4.2567,2.2509,0,4.2219,2.3118,0,4.1894,2.3701,0,4.1648,2.4259,0,4.1446,2.4791,0,4.0684,2.3743,0,3.9864,2.2744,0,3.9046,2.1793,0,3.8151,2.0891,0,3.7241,2.0038,0,3.6301,1.9234,0,3.5304,1.8478,0,3.4318,1.7771,0,3.3275,1.7165,0,3.2187,1.6713,0,3.1066,1.6413,0,2.9902,1.6267,0,2.8736,1.6274,0,2.7502,1.6434,0,2.6258,1.6747,0,2.498,1.7214,0,2.3714,1.7809,0,2.2527,1.8506,0,2.1406,1.9307,0,2.0441,2.0211,0,1.9501,2.1218,0,1.8659,2.2328,0,1.7964,2.3541,0,1.7325,2.4857,0,1.6755,2.6263,0,1.6284,2.7745,0,1.5881,2.9304,0,1.5612,3.0939,0,1.5388,3.2651,0,1.5263,3.4439,0,1.5218,3.6304,0,1.5263,3.8245,0,1.5388,4.0212,0,1.5612,4.2155,0,1.5836,4.4074,0,1.6182,4.5968,0,1.6576,4.7839,0,1.7,4.9685,0,1.7538,5.1507,0,1.8111,5.3305,0,1.8784,5.5072,0,1.9477,5.6802,0,2.0241,5.8495,0,2.1036,6.0152,0,2.1853,6.1771,0,2.2774,6.3354,0,2.3714,6.49,0,2.4724,6.6409,0,2.5788,6.7832,0,2.6831,6.912,0,2.7952,7.0274,0,2.9084,7.1293,0,3.0249,7.2178,0,3.1471,7.2928,0,3.2704,7.3543,0,3.4015,7.4024,0,3.528,7.4387,0,3.6468,7.4651,0,3.7679,7.4816,0,3.8823,7.4881,0,3.9888,7.4847,0,4.0953,7.4713,0,4.1949,7.4479,0,4.2914,7.4147,0,4.5333,7.3113,0,4.6601,7.2551,0,4.7644,7.209,0,4.799,7.1898,0,4.8752,7.6395,0,5.6756,7.6395,0,4.9279,3.2463,0,4.9032,3.0981,0,4.8832,2.9663,0,4.8786,2.8509,0,4.8786,2.7519,0,4.8888,2.6693,0,4.9078,2.603,0,4.9346,2.5532,0,4.9772,2.5197,0,5.0244,2.496,0,5.0715,2.4755,0,5.1285,2.4581,0,5.1879,2.4439,0,5.2519,2.4328,0,5.3214,2.425,0,5.393,2.4202,0,5.4726,2.4186,0,5.5915,2.4294,0,5.7058,2.4616,0,5.8202,2.5152,0,5.9289,2.5904,0,6.0352,2.6869,0,6.1396,2.805,0,6.2403,2.9445,0,6.3402,3.1055,0,6.4321,3.284,0,6.5106,3.4763,0,6.5777,3.6822,0,6.6326,3.9017,0,6.6718,4.1349,0,6.7009,4.3818,0,6.7213,4.6424,0,6.7269,4.9166,0,6.7144,5.3033,0,6.6798,5.6753,0,6.6125,6.0327,0,6.5262,6.3754,0,6.4142,6.7035,0,6.2729,7.0169,0,6.1116,7.3157,0,5.921,7.5998,0,5.7081,7.8594,0,5.4726,8.0843,0,5.2204,8.2746,0,4.9402,8.4303,0,4.6433,8.5514,0,4.3238,8.6379,0,3.9842,8.6898,0,3.6201,8.7071,0,3.313,8.6884,0,3.0227,8.6321,0,2.738,8.5384,0,2.47,8.4071,0,2.2122,8.2384,0,1.9647,8.0322,0,1.7325,7.7885,0,1.5141,7.5072,0,1.3111,7.1956,0,1.1353,6.8607,0,0.9862,6.5024,0,0.8652,6.1208,0,0.771,5.7158,0,0.7015,5.2876,0,0.6645,4.836,0,0.65,4.3611,0,0.6666,3.8759,0,0.7115,3.418,0,0.7856,2.9873,0,0.8921,2.584,0,1.0288,2.2079,0,1.1891,1.8591,0,1.3895,1.5376,0,1.6161,1.2433,0,1.8559,0.9803,0,2.1036,0.7523,0,2.3536,0.5594,0,2.6136,0.4015,0,2.8736,0.2788,0,3.1369,0.1911,0,3.4071,0.1385,0,3.6816,0.1209,0,3.8823,0.126,0,4.0828,0.1412,0,4.2791,0.1666,0,4.4819,0.2022,0,4.6781,0.2479,0,4.8786,0.3037,0,5.0837,0.3697,0,5.2844,0.4459,0,5.4828,0.5404,0,5.6833,0.6612,0,5.8818,0.8085,0,6.0802,0.9821,0,6.2729,1.1821,0,6.4691,1.4085,0,6.6619,1.6614,0,6.8524,1.9406,0,7.2961,1.3491,0,7.0687,1.0693,0,6.8401,0.8137,0,6.6203,0.5823,0,6.3974,0.3751,0,6.1766,0.1921,0,5.9614,0.0333,0,5.7484,-0.1013,0,5.5377,-0.2116,0,5.3214,-0.3038,0,5.1062,-0.3836,0,4.8808,-0.4511,0,4.6534,-0.5064,0,4.4179,-0.5494,0,4.1771,-0.5801,0,3.9316,-0.5985,0,3.6816,-0.6047,0,3.3173,-0.5835,0,2.9654,-0.5201,0,2.6258,-0.4144,0,2.2964,-0.2664,0,1.9803,-0.0762,0,1.6755,0.1563,0,1.3807,0.4312,0,1.0983,0.7483,0,0.8404,1.1011,0,0.6175,1.4832,0,0.4292,1.8945,0,0.2779,2.335,0,0.1568,2.8048,0,0.0672,3.3038,0,0.0201,3.832,0,-0.0002,4.3895,0 +PLC 4.6376,6.372,0,4.5905,6.3996,0,4.5412,6.428,0,4.4864,6.4571,0,4.3607,6.5177,0,4.2141,6.5814,0,4.1379,6.6104,0,4.0583,6.6325,0,3.9787,6.6475,0,3.9046,6.6555,0,3.8252,6.6565,0,3.7467,6.6504,0,3.6671,6.6374,0,3.5874,6.6173,0,3.5113,6.5886,0,3.4339,6.5501,0,3.3623,6.5015,0,3.2848,6.4429,0,3.2132,6.3744,0,3.1436,6.2959,0,3.0742,6.2074,0,3.0059,6.109,0,2.9364,6.0034,0,2.8736,5.8936,0,2.8096,5.7796,0,2.7502,5.6614,0,2.6954,5.5389,0,2.6416,5.4122,0,2.5923,5.2813,0,2.544,5.1462,0,2.5002,5.0067,0,2.4577,4.8625,0,2.4207,4.7137,0,2.3904,4.5602,0,2.3658,4.4021,0,2.3467,4.2394,0,2.331,4.072,0,2.3188,3.9001,0,2.3143,3.7322,0,2.3143,3.5773,0,2.322,3.4353,0,2.331,3.3063,0,2.3513,3.1901,0,2.3714,3.087,0,2.3984,2.9967,0,2.433,2.9194,0,2.4679,2.8517,0,2.5105,2.7902,0,2.5518,2.7351,0,2.599,2.6862,0,2.6483,2.6437,0,2.7032,2.6074,0,2.7582,2.5774,0,2.8176,2.5537,0,2.8736,2.5379,0,2.9409,2.5314,0,3.0059,2.5343,0,3.0742,2.5467,0,3.1471,2.5684,0,3.2254,2.5994,0,3.3029,2.6399,0,3.3824,2.6898,0,3.4643,2.7454,0,3.536,2.803,0,3.61,2.8626,0,3.6772,2.9243,0,3.7365,2.9881,0,3.7938,3.0538,0,3.8476,3.1216,0,3.8967,3.1915,0,3.9472,3.2675,0,3.9965,3.3539,0,4.0415,3.4505,0,4.0953,3.5576,0,4.1423,3.6749,0,4.1949,3.8026,0,4.2466,3.9407,0,4.3015,4.089,0,4.6746,6.3452,0 + +[0041] A +PLC 5.2563,-0.0832,0,4.5082,2.5396,0,1.7033,2.5396,0,0.9553,-0.0832,0,-0.0003,-0.0832,0,2.5726,8.9168,0,3.6384,8.9168,0,6.2118,-0.0832,0 +PLC 4.2,3.628,0,3.1396,7.3372,0,3.0708,7.3372,0,2.0077,3.628,0 + +[0042] B +PLC -0.0003,8.949,0,2.1302,8.949,0,2.4666,8.9394,0,2.7836,8.9108,0,3.0739,8.8632,0,3.3425,8.7964,0,3.5896,8.7105,0,3.8132,8.6057,0,4.0075,8.4817,0,4.1836,8.3386,0,4.3372,8.1772,0,4.4687,7.9982,0,4.5848,7.8014,0,4.6768,7.5871,0,4.7461,7.355,0,4.8012,7.1054,0,4.8331,6.838,0,4.8426,6.553,0,4.8258,6.309,0,4.7855,6.0701,0,4.7214,5.8363,0,4.6274,5.6078,0,4.5109,5.3843,0,4.3697,5.166,0,4.1982,4.9528,0,4.0036,4.7447,0,4.2558,4.5326,0,4.4687,4.3072,0,4.6542,4.0687,0,4.8055,3.8169,0,4.9244,3.5519,0,5.0085,3.2737,0,5.061,2.9822,0,5.0756,2.6775,0,5.0657,2.3907,0,5.0332,2.1172,0,4.9843,1.8567,0,4.9144,1.6095,0,4.8236,1.3753,0,4.707,1.1544,0,4.5753,0.9466,0,4.4188,0.752,0,4.2408,0.5758,0,4.0261,0.423,0,3.7824,0.2938,0,3.4998,0.188,0,3.1912,0.1058,0,2.8437,0.047,0,2.4666,0.0118,0,2.0592,0,0,-0.0003,0,0 +PLC 4.1241,2.848,0,4.0994,3.0156,0,4.0654,3.1709,0,4.0075,3.3138,0,3.9421,3.4444,0,3.8541,3.5626,0,3.7555,3.6685,0,3.6367,3.7621,0,3.5022,3.844,0,3.344,3.915,0,3.1686,3.9751,0,2.9676,4.0243,0,2.7427,4.0625,0,2.4968,4.0898,0,2.229,4.1062,0,1.942,4.1117,0,0.8863,4.1117,0,0.8863,1.0884,0,2.0508,1.0884,0,2.3577,1.0958,0,2.6379,1.1181,0,2.894,1.1552,0,3.1133,1.2072,0,3.3116,1.274,0,3.4798,1.3557,0,3.6242,1.4523,0,3.7353,1.5636,0,3.8271,1.6848,0,3.909,1.8108,0,3.9757,1.9417,0,4.0323,2.0773,0,4.0771,2.2178,0,4.1102,2.363,0,4.1241,2.5132,0,4.1325,2.668,0 +PLC 3.8915,6.6863,0,3.8719,6.8329,0,3.844,6.9702,0,3.8048,7.0981,0,3.7555,7.2167,0,3.6938,7.3261,0,3.621,7.426,0,3.5347,7.5167,0,3.4327,7.5973,0,3.3116,7.6671,0,3.1704,7.7263,0,3.0023,7.7746,0,2.8185,7.8122,0,2.6082,7.8391,0,2.3784,7.8552,0,2.1279,7.8606,0,0.8863,7.8606,0,0.8863,5.2001,0,1.942,5.2001,0,2.229,5.2055,0,2.4922,5.2216,0,2.7242,5.2484,0,2.9407,5.286,0,3.1256,5.3344,0,3.2846,5.3935,0,3.4159,5.4634,0,3.5179,5.544,0,3.612,5.6346,0,3.686,5.7346,0,3.7475,5.8439,0,3.8048,5.9625,0,3.844,6.0905,0,3.8719,6.2278,0,3.8915,6.3744,0,3.8971,6.5303,0 + +[0043] C +PLC 0.0142,5.0309,0,0.067,5.455,0,0.1455,5.8658,0,0.2574,6.2632,0,0.3988,6.6473,0,0.577,7.0181,0,0.7797,7.3756,0,1.0207,7.7198,0,1.2831,8.0362,0,1.5633,8.3105,0,1.8524,8.5426,0,2.1623,8.7324,0,2.4823,8.8801,0,2.8184,8.9855,0,3.171,9.0488,0,3.5353,9.0699,0,3.8497,9.0564,0,4.1517,9.0157,0,4.4392,8.9479,0,4.7121,8.8531,0,4.9716,8.7311,0,5.2192,8.5821,0,5.4479,8.4059,0,5.6676,8.2026,0,5.8664,7.9782,0,6.044,7.739,0,6.2054,7.4846,0,6.3412,7.2153,0,6.4611,6.931,0,6.5575,6.6317,0,6.6341,6.3173,0,6.6886,5.988,0,5.6954,5.988,0,5.6508,6.2212,0,5.5936,6.4426,0,5.5262,6.6521,0,5.4479,6.8499,0,5.3509,7.0359,0,5.246,7.2102,0,5.1307,7.3726,0,4.9962,7.5233,0,4.855,7.659,0,4.6992,7.7767,0,4.5333,7.8762,0,4.3596,7.9576,0,4.1691,8.021,0,3.9707,8.0663,0,3.76,8.0934,0,3.5353,8.1024,0,3.2949,8.0882,0,3.0517,8.0456,0,2.8219,7.9745,0,2.5937,7.875,0,2.3758,7.7471,0,2.1595,7.5907,0,1.9499,7.4059,0,1.7458,7.1926,0,1.5599,6.9528,0,1.3946,6.6883,0,1.2584,6.3991,0,1.1439,6.0851,0,1.06,5.7464,0,0.995,5.3831,0,0.958,4.995,0,0.9435,4.5822,0,0.958,4.1605,0,0.995,3.7637,0,1.06,3.3919,0,1.1439,3.045,0,1.2584,2.723,0,1.3946,2.4259,0,1.5599,2.1538,0,1.7458,1.9066,0,1.9499,1.6864,0,2.1595,1.4957,0,2.3758,1.3343,0,2.5937,1.2023,0,2.8219,1.0995,0,3.0517,1.0262,0,3.2949,0.9821,0,3.5353,0.9674,0,3.76,0.9775,0,3.9728,1.0077,0,4.1796,1.058,0,4.374,1.1283,0,4.5625,1.2188,0,4.744,1.3294,0,4.9122,1.46,0,5.0734,1.6109,0,5.2192,1.7788,0,5.3509,1.961,0,5.4692,2.1573,0,5.5733,2.3679,0,5.6631,2.5926,0,5.7375,2.8316,0,5.7965,3.0848,0,5.8413,3.3521,0,6.8365,3.3521,0,6.7872,3.0237,0,6.7256,2.7054,0,6.6369,2.3972,0,6.5293,2.0993,0,6.4045,1.8115,0,6.2605,1.5339,0,6.0911,1.2663,0,5.9056,1.009,0,5.6954,0.7725,0,5.463,0.5675,0,5.2069,0.3942,0,4.9222,0.2522,0,4.6129,0.1418,0,4.2806,0.063,0,3.919,0.0158,0,3.5353,0,0,3.171,0.0211,0,2.8184,0.0843,0,2.4823,0.1898,0,2.1623,0.3375,0,1.8524,0.5274,0,1.5633,0.7594,0,1.2831,1.0336,0,1.0207,1.3501,0,0.7797,1.6961,0,0.577,2.0591,0,0.3988,2.439,0,0.2574,2.836,0,0.1455,3.2499,0,0.067,3.6808,0,0.0142,4.1287,0,-0.0002,4.5935,0 + +[0044] D +PLC 4.9475,4.8332,0,4.9202,5.176,0,4.8674,5.503,0,4.8036,5.8142,0,4.7141,6.1095,0,4.6073,6.3891,0,4.4824,6.6528,0,4.3374,6.9007,0,4.1747,7.1257,0,3.9933,7.3206,0,3.7932,7.4857,0,3.5751,7.6206,0,3.3397,7.7256,0,3.0871,7.8006,0,2.8163,7.8456,0,2.5273,7.8606,0,0.8876,7.8606,0,0.8876,1.0884,0,2.5273,1.0884,0,2.8163,1.1034,0,3.0871,1.1484,0,3.3397,1.2233,0,3.5751,1.3283,0,3.7932,1.4633,0,3.9933,1.6283,0,4.1747,1.8233,0,4.3374,2.0483,0,4.4824,2.2961,0,4.6073,2.5599,0,4.7141,2.8394,0,4.8036,3.1348,0,4.8674,3.446,0,4.9202,3.773,0,4.9475,4.1158,0,4.9572,4.4745,0 +PLC -0.0001,8.949,0,2.5322,8.949,0,2.9228,8.9289,0,3.2927,8.869,0,3.6418,8.769,0,3.964,8.6289,0,4.2656,8.4489,0,4.5386,8.2289,0,4.7934,7.9689,0,5.0244,7.6688,0,5.2294,7.3388,0,5.4077,6.9891,0,5.5568,6.6195,0,5.6819,6.2301,0,5.7776,5.8209,0,5.8499,5.392,0,5.8862,4.9431,0,5.903,4.4745,0,5.8862,4.0058,0,5.8499,3.557,0,5.7776,3.128,0,5.6819,2.7188,0,5.5568,2.3295,0,5.4077,1.9599,0,5.2294,1.6102,0,5.0244,1.2802,0,4.7934,0.9801,0,4.5386,0.7201,0,4.2656,0.5001,0,3.964,0.3201,0,3.6418,0.18,0,3.2927,0.08,0,2.9228,0.02,0,2.5322,0,0,-0.0001,0,0 + +[0045] E +PLC -0.0003,8.9565,0,4.9799,8.9565,0,4.9799,7.8927,0,0.8896,7.8927,0,0.8896,5.2001,0,4.4292,5.2001,0,4.4292,4.1117,0,0.8896,4.1117,0,0.8896,1.0884,0,4.9799,1.0884,0,4.9799,0,0,-0.0003,0,0 + +[0046] F +PLC 0,-0.0699,0,0,8.9565,0,5.1303,8.9565,0,5.1303,7.8927,0,0.887,7.8927,0,0.887,5.2001,0,4.4296,5.2001,0,4.4296,4.1117,0,0.887,4.1117,0,0.887,-0.0699,0 + +[0047] G +PLC 0.0153,5.0309,0,0.0669,5.455,0,0.1465,5.8658,0,0.2573,6.2632,0,0.3986,6.6473,0,0.5746,7.0181,0,0.7832,7.3756,0,1.0207,7.7198,0,1.2829,8.0362,0,1.563,8.3105,0,1.8534,8.5426,0,2.1604,8.7324,0,2.4777,8.8801,0,2.8195,8.9855,0,3.1713,9.0488,0,3.5356,9.0699,0,3.8528,9.0564,0,4.152,9.0157,0,4.4392,8.9479,0,4.7124,8.8531,0,4.9731,8.7311,0,5.2201,8.5821,0,5.4478,8.4059,0,5.6631,8.2026,0,5.8669,7.9782,0,6.0451,7.739,0,6.203,7.4846,0,6.3423,7.2153,0,6.4587,6.931,0,6.5573,6.6317,0,6.6317,6.3173,0,6.6885,5.988,0,5.696,5.988,0,5.6484,6.2212,0,5.5967,6.4426,0,5.5278,6.6521,0,5.4478,6.8499,0,5.3512,7.0359,0,5.2448,7.2102,0,5.1306,7.3726,0,4.9972,7.5233,0,4.8559,7.659,0,4.6967,7.7767,0,4.5332,7.8762,0,4.3606,7.9576,0,4.1701,8.021,0,3.9682,8.0663,0,3.761,8.0934,0,3.5356,8.1024,0,3.2903,8.0882,0,3.0527,8.0456,0,2.8218,7.9745,0,2.5943,7.875,0,2.3757,7.7471,0,2.1604,7.5907,0,1.9497,7.4059,0,1.7468,7.1926,0,1.5585,6.9528,0,1.395,6.6883,0,1.2583,6.3991,0,1.1455,6.0851,0,1.0558,5.7464,0,0.996,5.3831,0,0.9568,4.995,0,0.9438,4.5822,0,0.9568,4.1605,0,0.996,3.7637,0,1.0598,3.3919,0,1.1455,3.045,0,1.2583,2.723,0,1.395,2.4259,0,1.5585,2.1538,0,1.7468,1.9066,0,1.9526,1.6864,0,2.1604,1.4957,0,2.3784,1.3343,0,2.5986,1.2023,0,2.8239,1.0995,0,3.0592,1.0262,0,3.2975,0.9821,0,3.5402,0.9674,0,3.7459,0.9768,0,3.9514,1.0049,0,4.1477,1.0518,0,4.3381,1.1174,0,4.5209,1.2018,0,4.6967,1.3049,0,4.8728,1.4268,0,5.0419,1.5674,0,5.2001,1.7224,0,5.3413,1.8875,0,5.4679,2.0627,0,5.5744,2.2479,0,5.6631,2.4432,0,5.7424,2.6485,0,5.7997,2.864,0,5.8444,3.0894,0,5.8444,3.8698,0,4.1477,3.8698,0,4.1477,4.8373,0,6.7287,4.8373,0,6.7287,-0.2116,0,6.0271,-0.2116,0,5.7077,0.9089,0,5.4848,0.6959,0,5.2477,0.5112,0,4.9972,0.355,0,4.7338,0.2272,0,4.4548,0.1278,0,4.1621,0.0568,0,3.8578,0.0142,0,3.5385,0,0,3.1743,0.0211,0,2.8218,0.0843,0,2.4878,0.1898,0,2.1654,0.3375,0,1.8579,0.5274,0,1.5659,0.7594,0,1.2885,1.0336,0,1.0229,1.3501,0,0.7853,1.6961,0,0.5746,2.0591,0,0.3986,2.439,0,0.2573,2.836,0,0.1465,3.2499,0,0.0669,3.6808,0,0.0153,4.1287,0,-0.0005,4.5935,0 + +[0048] H +PLC -0.0006,-0.0699,0,-0.0006,8.9565,0,0.8872,8.9565,0,0.8872,5.2001,0,4.486,5.2001,0,4.486,8.9565,0,5.3703,8.9565,0,5.3703,-0.0699,0,4.486,-0.0699,0,4.486,4.1117,0,0.8872,4.1117,0,0.8872,-0.0699,0 + +[0049] I +PLC -0.0006,-0.0208,0,-0.0006,8.9792,0,0.8815,8.9792,0,0.8815,-0.0208,0 + +[004a] J +PLC 2.1012,0.4885,0,2.2077,0.5025,0,2.3112,0.5261,0,2.4106,0.5591,0,2.5023,0.6014,0,2.5888,0.6533,0,2.6626,0.7145,0,2.7377,0.7851,0,2.7995,0.8725,0,2.855,0.9842,0,2.9016,1.1199,0,2.9428,1.2799,0,2.9731,1.4641,0,2.9956,1.6724,0,3.0046,1.9049,0,3.0102,2.1616,0,3.0102,9.0113,0,3.8945,9.0113,0,3.8945,2.1616,0,3.8845,1.7946,0,3.8596,1.4557,0,3.8149,1.1452,0,3.7577,0.8628,0,3.6792,0.6087,0,3.5818,0.3829,0,3.4714,0.1854,0,3.3396,0.016,0,3.1968,-0.1295,0,3.0453,-0.2555,0,2.8856,-0.3622,0,2.7177,-0.4495,0,2.5395,-0.5174,0,2.3562,-0.5659,0,2.1627,-0.595,0,1.9599,-0.6047,0,1.7639,-0.5957,0,1.5676,-0.5688,0,1.3871,-0.524,0,1.2089,-0.4613,0,1.041,-0.3806,0,0.8749,-0.2821,0,0.7238,-0.1656,0,0.5747,-0.0312,0,0.4397,0.1226,0,0.3246,0.2973,0,0.225,0.4929,0,0.1411,0.7093,0,0.0793,0.9466,0,0.0344,1.2048,0,0.0097,1.4838,0,-0.0002,1.7837,0,0.944,1.7837,0,0.9496,1.6207,0,0.9614,1.4691,0,0.9838,1.3287,0,1.0129,1.1997,0,1.0532,1.0818,0,1.1025,0.9754,0,1.1626,0.8803,0,1.2297,0.7965,0,1.301,0.7231,0,1.3793,0.6597,0,1.4667,0.6059,0,1.5588,0.5619,0,1.6528,0.5277,0,1.7566,0.5032,0,1.8659,0.4886,0,1.9789,0.4837,0 + +[004b] K +PLC -0.0003,-0.0208,0,-0.0003,8.9792,0,0.8879,8.9792,0,0.8879,4.6917,0,4.0727,8.9792,0,5.272,8.9792,0,3.0125,5.9899,0,5.9555,-0.0208,0,4.7968,-0.0208,0,2.3491,5.1169,0,0.8879,3.1802,0,0.8879,-0.0208,0 + +[004c] L +PLC 0.8834,9.0246,0,0.8834,1.0884,0,5.2356,1.0884,0,5.2356,0,0,-0.0003,0,0,-0.0003,9.0246,0 + +[004d] M +PLC 0,-0.0208,0,0,8.9792,0,1.1296,8.9792,0,3.6817,2.1768,0,3.7758,2.1768,0,6.0744,8.9792,0,7.2019,8.9792,0,7.2019,-0.0208,0,6.3183,-0.0208,0,6.3183,6.64,0,6.2604,6.64,0,4.0234,0.0151,0,3.4341,0.0151,0,0.9413,6.64,0,0.8842,6.64,0,0.8842,-0.0208,0 + +[004e] N +PLC -0.0005,-0.0208,0,-0.0005,8.9792,0,1.135,8.9792,0,4.7719,1.8574,0,4.7787,1.7743,0,4.7787,8.9792,0,5.6669,8.9792,0,5.6669,-0.0208,0,4.531,-0.0208,0,0.894,7.1596,0,0.8851,7.2068,0,0.8851,-0.0208,0 + +[004f] O +PLC 0.0142,5.0309,0,0.0641,5.455,0,0.1431,5.8658,0,0.2547,6.2632,0,0.3976,6.6473,0,0.5769,7.0181,0,0.782,7.3756,0,1.0196,7.7198,0,1.2858,8.0362,0,1.5621,8.3105,0,1.8574,8.5426,0,2.1636,8.7324,0,2.4912,8.8801,0,2.8285,8.9855,0,3.1827,9.0488,0,3.5514,9.0699,0,3.9179,9.0488,0,4.2654,8.9855,0,4.5994,8.8801,0,4.9143,8.7324,0,5.2166,8.5426,0,5.496,8.3105,0,5.7616,8.0362,0,6.0099,7.7198,0,6.229,7.3755,0,6.4251,7.0174,0,6.591,6.6457,0,6.7221,6.2604,0,6.8295,5.8613,0,6.9015,5.4486,0,6.9457,5.0222,0,6.9609,4.5822,0,6.9457,4.12,0,6.9015,3.6744,0,6.8295,3.2455,0,6.7221,2.8331,0,6.591,2.4374,0,6.4251,2.0584,0,6.229,1.6959,0,6.0099,1.3501,0,5.7616,1.0336,0,5.496,0.7594,0,5.2166,0.5274,0,4.9143,0.3375,0,4.5994,0.1898,0,4.2654,0.0843,0,3.9179,0.0211,0,3.5514,0,0,3.1827,0.0211,0,2.8285,0.0843,0,2.4912,0.1898,0,2.1636,0.3375,0,1.8574,0.5274,0,1.5621,0.7594,0,1.2858,1.0336,0,1.0196,1.3501,0,0.782,1.6961,0,0.5769,2.0591,0,0.3976,2.439,0,0.2547,2.836,0,0.1431,3.2499,0,0.0641,3.6808,0,0.0142,4.1287,0,-0.0003,4.5935,0 +PLC 0.9557,4.1605,0,0.9949,3.7637,0,1.0541,3.3919,0,1.144,3.045,0,1.2578,2.723,0,1.3937,2.4259,0,1.5553,2.1538,0,1.7436,1.9066,0,1.947,1.6864,0,2.1572,1.4957,0,2.3727,1.3343,0,2.5954,1.2023,0,2.8229,1.0995,0,3.0583,1.0262,0,3.3038,0.9821,0,3.5514,0.9674,0,3.7947,0.9821,0,4.0373,1.0262,0,4.2654,1.0995,0,4.4856,1.2023,0,4.6991,1.3343,0,4.9042,1.4957,0,5.097,1.6864,0,5.2887,1.9066,0,5.4551,2.154,0,5.6047,2.4266,0,5.7314,2.7246,0,5.8334,3.0478,0,5.9152,3.3964,0,5.9723,3.7702,0,6.0043,4.1692,0,6.0191,4.5935,0,6.0043,5.0037,0,5.9723,5.3894,0,5.9152,5.7509,0,5.8334,6.088,0,5.7314,6.4007,0,5.6047,6.689,0,5.4551,6.953,0,5.2887,7.1926,0,5.097,7.4059,0,4.9042,7.5907,0,4.6991,7.7471,0,4.4856,7.875,0,4.2654,7.9745,0,4.0373,8.0456,0,3.7947,8.0882,0,3.5514,8.1024,0,3.3038,8.0882,0,3.0583,8.0456,0,2.8229,7.9745,0,2.5954,7.875,0,2.3727,7.7471,0,2.1572,7.5907,0,1.947,7.4059,0,1.7436,7.1926,0,1.5553,6.9528,0,1.3937,6.6883,0,1.2578,6.3991,0,1.144,6.0851,0,1.0541,5.7464,0,0.9949,5.3831,0,0.9557,4.995,0,0.9456,4.5822,0 + +[0050] P +PLC -0.0006,-0.0699,0,-0.0006,8.949,0,2.4215,8.949,0,2.7835,8.939,0,3.1105,8.9089,0,3.4103,8.8589,0,3.6857,8.7888,0,3.9278,8.6988,0,4.143,8.5886,0,4.3352,8.4586,0,4.4927,8.3084,0,4.6294,8.1405,0,4.7482,7.9571,0,4.8466,7.7581,0,4.9317,7.5436,0,4.9937,7.3136,0,5.0374,7.068,0,5.0654,6.8069,0,5.0749,6.5303,0,5.0654,6.2537,0,5.0374,5.9926,0,4.9937,5.7471,0,4.9317,5.5171,0,4.8466,5.3026,0,4.746,5.1036,0,4.6294,4.9202,0,4.4927,4.7523,0,4.3296,4.6021,0,4.1405,4.472,0,3.9233,4.3619,0,3.6779,4.2718,0,3.4055,4.2018,0,3.1026,4.1517,0,2.7734,4.1217,0,2.417,4.1117,0,0.8888,4.1117,0,0.8888,-0.0699,0 +PLC 4.1284,6.6756,0,4.1116,6.8137,0,4.0813,6.9447,0,4.0522,7.0687,0,4.0074,7.1854,0,3.9502,7.295,0,3.883,7.3976,0,3.8065,7.4931,0,3.7148,7.5792,0,3.5983,7.6538,0,3.4627,7.717,0,3.299,7.7687,0,3.1135,7.8089,0,2.9079,7.8377,0,2.6748,7.8548,0,2.4215,7.8606,0,0.8888,7.8606,0,0.8888,5.2001,0,2.4215,5.2001,0,2.6748,5.2058,0,2.9079,5.2231,0,3.1135,5.2518,0,3.299,5.2919,0,3.4627,5.3436,0,3.5983,5.4068,0,3.7148,5.4815,0,3.8065,5.5676,0,3.883,5.663,0,3.9502,5.7656,0,4.0074,5.8752,0,4.0522,5.9921,0,4.0813,6.1159,0,4.1116,6.247,0,4.1284,6.3851,0,4.1306,6.5303,0 + +[0051] Q +PLC 0.0166,5.0309,0,0.065,5.455,0,0.1455,5.8658,0,0.2575,6.2632,0,0.3976,6.6473,0,0.573,7.0181,0,0.7815,7.3756,0,1.0214,7.7198,0,1.287,8.0362,0,1.5649,8.3105,0,1.8561,8.5426,0,2.1646,8.7324,0,2.4885,8.8801,0,2.8281,8.9855,0,3.18,9.0488,0,3.551,9.0699,0,3.9175,9.0488,0,4.2671,8.9855,0,4.5989,8.8801,0,4.9161,8.7324,0,5.217,8.5426,0,5.4986,8.3105,0,5.7612,8.0362,0,6.0088,7.7198,0,6.2319,7.3755,0,6.428,7.0174,0,6.5883,6.6457,0,6.725,6.2604,0,6.8259,5.8613,0,6.9055,5.4486,0,6.95,5.0222,0,6.9626,4.5822,0,6.95,4.1197,0,6.9038,3.673,0,6.8259,3.2422,0,6.7228,2.8273,0,6.5816,2.4283,0,6.4179,2.0451,0,6.2173,1.6778,0,5.9887,1.3265,0,6.7598,0.1889,0,5.9455,-0.4951,0,5.256,0.5574,0,5.0657,0.4267,0,4.8696,0.3135,0,4.6659,0.2177,0,4.4577,0.1393,0,4.2402,0.0784,0,4.0178,0.0348,0,3.7897,0.0087,0,3.551,0,0,3.18,0.0211,0,2.8281,0.0843,0,2.4885,0.1898,0,2.1646,0.3375,0,1.8561,0.5274,0,1.5649,0.7594,0,1.287,1.0336,0,1.0214,1.3501,0,0.7815,1.6961,0,0.573,2.0591,0,0.3976,2.439,0,0.2575,2.836,0,0.1455,3.2499,0,0.065,3.6808,0,0.0166,4.1287,0,-0.0002,4.5935,0 +PLC 0.958,4.1605,0,0.9945,3.7637,0,1.0595,3.3919,0,1.1435,3.045,0,1.2548,2.723,0,1.3957,2.4259,0,1.5593,2.1538,0,1.7431,1.9066,0,1.9505,1.6864,0,2.1589,1.4957,0,2.3739,1.3343,0,2.5949,1.2023,0,2.8281,1.0995,0,3.0612,1.0262,0,3.3033,0.9821,0,3.551,0.9674,0,3.7124,0.9737,0,3.8704,0.9926,0,4.0217,1.0241,0,4.1752,1.068,0,4.3204,1.1246,0,4.4633,1.1939,0,4.6045,1.2756,0,4.7407,1.37,0,3.8704,2.6926,0,4.6538,3.2822,0,5.4468,2.1371,0,5.5813,2.3743,0,5.6959,2.6315,0,5.7959,2.9086,0,5.8755,3.2057,0,5.9368,3.5227,0,5.9845,3.8596,0,6.0108,4.2166,0,6.0212,4.5935,0,6.0088,5.0037,0,5.9741,5.3894,0,5.9147,5.7509,0,5.8351,6.088,0,5.7309,6.4007,0,5.6054,6.689,0,5.4563,6.953,0,5.2859,7.1926,0,5.0976,7.4059,0,4.9015,7.5907,0,4.6984,7.7471,0,4.4885,7.875,0,4.2671,7.9745,0,4.0346,8.0456,0,3.7964,8.0882,0,3.551,8.1024,0,3.3033,8.0882,0,3.0612,8.0456,0,2.8281,7.9745,0,2.5949,7.875,0,2.3739,7.7471,0,2.1589,7.5907,0,1.9505,7.4059,0,1.7431,7.1926,0,1.5593,6.9528,0,1.3957,6.6883,0,1.2548,6.3991,0,1.1435,6.0851,0,1.0595,5.7464,0,0.9945,5.3831,0,0.958,4.995,0,0.9429,4.5822,0 + +[0052] R +PLC -0.0002,-0.0699,0,-0.0002,8.949,0,2.4207,8.949,0,2.7771,8.939,0,3.1072,8.9089,0,3.4115,8.8589,0,3.6844,8.7888,0,3.9237,8.6988,0,4.1419,8.5886,0,4.3305,8.4586,0,4.4885,8.3084,0,4.6256,8.1405,0,4.7463,7.9571,0,4.8461,7.7581,0,4.9245,7.5436,0,4.9898,7.3136,0,5.0366,7.068,0,5.0635,6.8069,0,5.0741,6.5303,0,5.0635,6.2553,0,5.0411,5.9989,0,5.0041,5.7613,0,4.9523,5.5424,0,4.8836,5.3421,0,4.794,5.1604,0,4.697,4.9976,0,4.5782,4.8534,0,4.449,4.7247,0,4.3103,4.6083,0,4.1624,4.5044,0,4.0038,4.4128,0,3.8329,4.3337,0,3.6513,4.2668,0,3.4608,4.2123,0,3.2602,4.1702,0,5.3784,-0.0699,0,4.196,-0.0699,0,2.229,4.1117,0,0.8821,4.1117,0,0.8821,-0.0699,0 +PLC 4.1243,6.6756,0,4.1103,6.8137,0,4.0828,6.9447,0,4.0486,7.0687,0,4.001,7.1854,0,3.9461,7.295,0,3.8788,7.3976,0,3.8077,7.4931,0,3.713,7.5792,0,3.5972,7.6538,0,3.4585,7.717,0,3.2974,7.7687,0,3.1111,7.8089,0,2.9038,7.8377,0,2.6729,7.8548,0,2.4179,7.8606,0,0.8821,7.8606,0,0.8821,5.2001,0,2.4179,5.2001,0,2.6729,5.2058,0,2.9038,5.2231,0,3.1111,5.2518,0,3.2974,5.2919,0,3.4585,5.3436,0,3.5972,5.4068,0,3.713,5.4815,0,3.8077,5.5676,0,3.8788,5.663,0,3.9461,5.7656,0,4.001,5.8752,0,4.0486,5.9921,0,4.0828,6.1159,0,4.1103,6.247,0,4.1243,6.3851,0,4.1276,6.5303,0 + +[0053] S +PLC 0.9452,2.515,0,0.9553,2.3261,0,0.9805,2.1496,0,1.0254,1.9855,0,1.0842,1.8338,0,1.1638,1.6945,0,1.2624,1.5676,0,1.3767,1.4531,0,1.5056,1.351,0,1.6491,1.2611,0,1.7984,1.1832,0,1.9539,1.1173,0,2.1125,1.0633,0,2.2731,1.0214,0,2.4471,0.9914,0,2.623,0.9734,0,2.8035,0.9674,0,3.0063,0.974,0,3.2002,0.9936,0,3.3826,1.0264,0,3.5566,1.0723,0,3.7158,1.1313,0,3.8637,1.2034,0,4.001,1.2886,0,4.126,1.3869,0,4.2381,1.4963,0,4.3322,1.6148,0,4.414,1.7425,0,4.4833,1.8791,0,4.5351,2.025,0,4.5724,2.1799,0,4.5951,2.3438,0,4.6046,2.5169,0,4.5923,2.6862,0,4.5628,2.8453,0,4.5127,2.9943,0,4.4466,3.1332,0,4.3544,3.2618,0,4.2459,3.3805,0,4.1168,3.489,0,3.9702,3.5874,0,3.8049,3.6817,0,3.6368,3.7783,0,3.4524,3.8771,0,3.2619,3.978,0,3.0635,4.0811,0,2.8584,4.1864,0,2.6376,4.2939,0,2.4151,4.4036,0,2.1893,4.5166,0,1.9763,4.6337,0,1.7735,4.7552,0,1.5801,4.881,0,1.3991,5.011,0,1.2277,5.1453,0,1.0702,5.2839,0,0.9228,5.4268,0,0.7872,5.5756,0,0.6729,5.7316,0,0.5742,5.8951,0,0.4947,6.066,0,0.4353,6.2442,0,0.3904,6.4298,0,0.3613,6.6229,0,0.3557,6.8232,0,0.3658,7.0655,0,0.4002,7.2965,0,0.4552,7.5159,0,0.5395,7.724,0,0.6415,7.9208,0,0.7676,8.1061,0,0.9206,8.28,0,1.0898,8.4426,0,1.2781,8.5896,0,1.4754,8.717,0,1.6734,8.8248,0,1.8828,8.913,0,2.0929,8.9817,0,2.3159,9.0307,0,2.5412,9.0601,0,2.7721,9.0699,0,3.0119,9.0604,0,3.2451,9.0319,0,3.4687,8.9845,0,3.6777,8.918,0,3.8817,8.8326,0,4.0801,8.7282,0,4.2605,8.6048,0,4.4435,8.4624,0,4.6046,8.3038,0,4.7464,8.1316,0,4.8643,7.9461,0,4.9593,7.747,0,5.0361,7.5344,0,5.0899,7.3083,0,5.1243,7.0687,0,5.133,6.8156,0,4.1916,6.8156,0,4.1865,6.9807,0,4.1636,7.1337,0,4.1339,7.2749,0,4.0943,7.404,0,4.0375,7.5212,0,3.9702,7.6265,0,3.8918,7.7198,0,3.8018,7.8011,0,3.7001,7.8717,0,3.5934,7.9329,0,3.4771,7.9848,0,3.3515,8.0271,0,3.2193,8.0601,0,3.0764,8.0836,0,2.9279,8.0977,0,2.7721,8.1024,0,2.6127,8.0974,0,2.4639,8.0821,0,2.3201,8.0568,0,2.1854,8.0212,0,2.0565,7.9755,0,1.9338,7.9196,0,1.8211,7.8536,0,1.7146,7.7774,0,1.6143,7.6913,0,1.5325,7.5953,0,1.4585,7.4896,0,1.4014,7.374,0,1.3543,7.2487,0,1.3224,7.1135,0,1.3056,6.9686,0,1.2971,6.8137,0,1.307,6.6615,0,1.328,6.5186,0,1.3563,6.3848,0,1.4014,6.2604,0,1.4627,6.1451,0,1.5353,6.0391,0,1.6222,5.9423,0,1.7186,5.8548,0,1.8306,5.771,0,1.9562,5.6853,0,2.0996,5.5978,0,2.2509,5.5085,0,2.4224,5.4174,0,2.6057,5.3244,0,2.8035,5.2297,0,3.235,5.0338,0,3.4479,4.9312,0,3.6631,4.8253,0,3.8783,4.7161,0,4.0921,4.6036,0,4.2997,4.4876,0,4.5127,4.3684,0,4.7189,4.2458,0,4.9117,4.11,0,5.0806,3.9508,0,5.221,3.7684,0,5.3407,3.5628,0,5.4298,3.3338,0,5.4973,3.0816,0,5.5337,2.8062,0,5.5458,2.5075,0,5.5337,2.2255,0,5.499,1.9585,0,5.4396,1.7067,0,5.3533,1.4701,0,5.2412,1.2486,0,5.1123,1.0421,0,4.9543,0.8507,0,4.7727,0.6746,0,4.5698,0.5165,0,4.3569,0.3795,0,4.1299,0.2635,0,3.8918,0.1686,0,3.6407,0.0948,0,3.3787,0.0422,0,3.0988,0.0105,0,2.8113,0,0,2.5308,0.0106,0,2.2588,0.0424,0,1.9932,0.0954,0,1.741,0.1696,0,1.5,0.265,0,1.268,0.3816,0,1.0478,0.5193,0,0.832,0.6784,0,0.6387,0.8554,0,0.4706,1.0475,0,0.3249,1.2546,0,0.21,1.4767,0,0.1181,1.7138,0,0.0508,1.9659,0,0.0116,2.233,0,-0.0002,2.515,0 + +[0054] T +PLC 2.8187,-0.0756,0,2.8187,7.8606,0,-0.0001,7.8606,0,-0.0001,8.949,0,6.5453,8.949,0,6.5453,7.8606,0,3.7063,7.8606,0,3.7063,-0.0756,0 + +[0055] U +PLC 3.1062,0.9764,0,3.2891,1.0032,0,3.4671,1.0479,0,3.6464,1.1106,0,3.8145,1.1911,0,3.9849,1.2895,0,4.1505,1.4058,0,4.3149,1.54,0,4.4634,1.6952,0,4.5965,1.8747,0,4.7072,2.0784,0,4.7952,2.3062,0,4.8647,2.5583,0,4.9162,2.8346,0,4.9487,3.135,0,4.9594,3.4598,0,4.9594,8.9867,0,5.8428,8.9867,0,5.8428,3.4598,0,5.8308,2.9991,0,5.7888,2.574,0,5.7271,2.1847,0,5.6302,1.8309,0,5.5142,1.5129,0,5.3685,1.2306,0,5.1962,0.9838,0,4.9958,0.7729,0,4.7784,0.5917,0,4.5475,0.4347,0,4.3099,0.3019,0,4.0544,0.1932,0,3.7918,0.1086,0,3.5119,0.0483,0,3.225,0.012,0,2.9224,0,0,2.6231,0.012,0,2.3283,0.0483,0,2.0524,0.1086,0,1.7881,0.1932,0,1.5354,0.3019,0,1.2927,0.4347,0,1.0647,0.5917,0,0.8489,0.7729,0,0.648,0.9838,0,0.4746,1.2306,0,0.3311,1.5129,0,0.2145,1.8309,0,0.1182,2.1847,0,0.0562,2.574,0,0.0139,2.9991,0,-0.0001,3.4598,0,-0.0001,8.9867,0,0.8859,8.9867,0,0.8859,3.4598,0,0.8965,3.135,0,0.9285,2.8346,0,0.9756,2.5583,0,1.0495,2.3062,0,1.1392,2.0784,0,1.2476,1.8747,0,1.3765,1.6952,0,1.5303,1.54,0,1.694,1.4058,0,1.8621,1.2895,0,2.0285,1.1911,0,2.1995,1.1106,0,2.3777,1.0479,0,2.5559,1.0032,0,2.7402,0.9764,0,2.9224,0.9674,0 + +[0056] V +PLC 3.6411,-0.0208,0,2.5708,-0.0208,0,-0.0003,8.9792,0,0.9602,8.9792,0,3.0687,1.5854,0,3.1457,1.5854,0,5.2545,8.9792,0,6.2155,8.9792,0 + +[0057] W +PLC 0.9207,8.9792,0,2.2696,2.2826,0,3.5994,8.9792,0,4.5182,8.9792,0,5.8466,2.2826,0,7.1912,8.9792,0,8.1128,8.9792,0,6.2971,-0.0208,0,5.3756,-0.0208,0,4.0578,6.6513,0,2.7403,-0.0208,0,1.8185,-0.0208,0,0,8.9792,0 + +[0058] X +PLC 5.6443,-0.0208,0,3.2834,3.9473,0,1.1259,-0.0208,0,0,-0.0208,0,2.7062,4.928,0,0.2948,8.9792,0,1.4201,8.9792,0,3.489,5.5062,0,5.4033,8.9792,0,6.5309,8.9792,0,4.0651,4.5142,0,6.7707,-0.0208,0 + +[0059] Y +PLC 2.6765,-0.0208,0,2.6765,3.5694,0,0.0001,8.9792,0,1.0536,8.9792,0,3.0822,4.8694,0,3.1192,4.8694,0,5.1476,8.9792,0,6.2014,8.9792,0,3.5631,3.4994,0,3.5631,-0.0208,0 + +[005a] Z +PLC 5.423,8.949,0,5.423,7.8965,0,1.1472,1.0884,0,5.9207,1.0884,0,5.9207,0,0,-0.0004,0,0,-0.0004,1.0525,0,4.281,7.8606,0,0.4972,7.8606,0,0.4972,8.949,0 + +[005b] [ +PLC 3.2723,10.0374,0,3.2723,9.0699,0,0.8817,9.0699,0,0.8817,-0.2419,0,3.2723,-0.2419,0,3.2723,-1.2093,0,-0.0004,-1.2093,0,-0.0004,10.0374,0 + +[005c] \ +PLC 0.6245,9.924,0,-0.0006,9.3212,0,3.9922,-1.0487,0,4.6215,-0.4573,0 + +[005d] ] +PLC 3.2718,-1.2093,0,-0.0012,-1.2093,0,-0.0012,-0.2419,0,2.3864,-0.2419,0,2.3864,9.0699,0,-0.0012,9.0699,0,-0.0012,10.0374,0,3.2718,10.0374,0 + +[0061] a +PLC 2.3737,6.4008,0,2.5642,6.375,0,2.7446,6.3321,0,2.9167,6.2719,0,3.0742,6.1946,0,3.2255,6.1001,0,3.3689,5.9884,0,3.4978,5.8595,0,3.62,5.7142,0,3.7262,5.5532,0,3.8105,5.3765,0,3.8845,5.184,0,3.9394,4.9759,0,3.9814,4.752,0,4.0038,4.5124,0,4.0134,4.2572,0,4.0134,1.1658,0,4.0263,0.9881,0,4.0436,0.8141,0,4.0627,0.6439,0,4.0935,0.4773,0,4.1299,0.3145,0,4.1725,0.1554,0,4.2241,0,0,3.2311,0,0,3.2028,0.1803,0,3.1784,0.3547,0,3.156,0.5233,0,3.1392,0.6859,0,3.0772,0.6113,0,3.0125,0.5405,0,2.943,0.4736,0,2.8718,0.4105,0,2.7917,0.3512,0,2.7133,0.2958,0,2.6236,0.2443,0,2.5373,0.1965,0,2.4409,0.1533,0,2.349,0.1155,0,2.2571,0.0829,0,2.163,0.0558,0,2.0688,0.0338,0,1.9766,0.0172,0,1.8856,0.006,0,1.7942,0,0,1.5857,0.0067,0,1.3952,0.0265,0,1.2092,0.0598,0,1.0394,0.1063,0,0.8797,0.1661,0,0.734,0.2391,0,0.5972,0.3255,0,0.4762,0.4251,0,0.3641,0.5383,0,0.266,0.6651,0,0.1856,0.8056,0,0.1186,0.9599,0,0.0646,1.1278,0,0.0279,1.3094,0,0.0054,1.5048,0,-0.0002,1.7138,0,0.0054,1.8576,0,0.0178,2,0,0.0475,2.141,0,0.0794,2.2805,0,0.1287,2.4185,0,0.1856,2.5551,0,0.2531,2.6902,0,0.3277,2.824,0,0.4145,2.9545,0,0.5132,3.0803,0,0.6174,3.2012,0,0.734,3.3174,0,0.8617,3.4287,0,0.9943,3.5352,0,1.14,3.6369,0,1.2971,3.7338,0,1.4653,3.8271,0,1.6474,3.9183,0,1.8517,4.0074,0,2.071,4.0942,0,2.3087,4.1788,0,2.5642,4.2613,0,2.8363,4.3416,0,3.1296,4.4197,0,3.1296,4.5841,0,3.1209,4.6946,0,3.1128,4.8012,0,3.0966,4.9039,0,3.0719,5.0026,0,3.0405,5.0975,0,2.9977,5.1885,0,2.9531,5.2756,0,2.9016,5.3588,0,2.8388,5.435,0,2.771,5.501,0,2.6953,5.5569,0,2.6065,5.6025,0,2.5132,5.6381,0,2.4084,5.6635,0,2.3002,5.6787,0,2.1775,5.6838,0,2.061,5.6796,0,1.9567,5.6672,0,1.8603,5.6464,0,1.7662,5.6174,0,1.6844,5.5801,0,1.6082,5.5344,0,1.5437,5.4806,0,1.4793,5.4183,0,1.4277,5.3485,0,1.3773,5.2718,0,1.3325,5.1883,0,1.2915,5.0978,0,1.2585,5.0005,0,1.2299,4.8963,0,1.2044,4.7852,0,1.1795,4.6672,0,0.2576,4.6672,0,0.2882,4.8602,0,0.3277,5.0433,0,0.3865,5.2165,0,0.4582,5.3798,0,0.5462,5.5332,0,0.6524,5.6768,0,0.7687,5.8104,0,0.9049,5.9341,0,1.0478,6.0455,0,1.1968,6.1421,0,1.3532,6.2238,0,1.5062,6.2906,0,1.6698,6.3426,0,1.8334,6.3797,0,2.0016,6.402,0,2.1775,6.4094,0 +PLC 0.9469,1.6055,0,0.9592,1.4893,0,0.9794,1.3842,0,1.0111,1.2901,0,1.0478,1.207,0,1.0926,1.135,0,1.1498,1.0741,0,1.2092,1.0241,0,1.2764,0.9825,0,1.3481,0.9464,0,1.4174,0.9159,0,1.4894,0.8909,0,1.5661,0.8715,0,1.6407,0.8576,0,1.7188,0.8493,0,1.8032,0.8465,0,1.8856,0.8526,0,1.9646,0.8641,0,2.052,0.8811,0,2.1361,0.9037,0,2.2201,0.9317,0,2.3042,0.9652,0,2.3924,1.0042,0,2.4776,1.0487,0,2.5642,1.1038,0,2.6483,1.1748,0,2.7357,1.2617,0,2.8141,1.3643,0,2.8943,1.4827,0,2.9733,1.617,0,3.0529,1.7671,0,3.1296,1.933,0,3.1296,3.5996,0,2.924,3.5406,0,2.7278,3.4819,0,2.5468,3.4233,0,2.3787,3.3648,0,2.2246,3.3066,0,2.0817,3.2485,0,1.9528,3.1906,0,1.8334,3.1329,0,1.727,3.0735,0,1.625,3.0106,0,1.5342,2.9442,0,1.4445,2.8743,0,1.365,2.8008,0,1.2915,2.7239,0,1.2299,2.6434,0,1.1699,2.5594,0,1.115,2.4715,0,1.0702,2.3791,0,1.031,2.2824,0,1.0007,2.1813,0,0.9738,2.0757,0,0.957,1.9658,0,0.9469,1.8515,0,0.9413,1.7327,0 + +[0062] b +PLC 2.3401,6.397,0,2.5317,6.3599,0,2.7206,6.2979,0,2.9111,6.2113,0,3.091,6.0997,0,3.2726,5.9635,0,3.4452,5.8025,0,3.6211,5.6167,0,3.7825,5.4076,0,3.9181,5.1768,0,4.0381,4.9243,0,4.1345,4.65,0,4.2112,4.3539,0,4.2656,4.036,0,4.2953,3.6964,0,4.3045,3.335,0,4.2953,3.0093,0,4.2701,2.6942,0,4.2227,2.3899,0,4.1569,2.0962,0,4.0692,1.8133,0,3.9663,1.5411,0,3.847,1.2797,0,3.703,1.0289,0,3.5472,0.7981,0,3.3788,0.5965,0,3.2031,0.424,0,3.0067,0.2808,0,2.8063,0.1668,0,2.5917,0.082,0,2.3625,0.0264,0,2.1249,0,0,1.9512,0.0074,0,1.7864,0.0295,0,1.6194,0.0664,0,1.4636,0.1181,0,1.3123,0.1845,0,1.1663,0.2657,0,1.0198,0.3617,0,0.8842,0.4724,0,0.8842,-0.0227,0,-0.0001,-0.0227,0,-0.0001,8.9848,0,0.8842,8.9848,0,0.8842,5.7348,0,1.0198,5.893,0,1.1663,6.03,0,1.3123,6.1459,0,1.4709,6.2407,0,1.6292,6.3145,0,1.7931,6.3673,0,1.9669,6.3988,0,2.1434,6.4094,0 +PLC 2.2683,0.9885,0,2.3956,1.0282,0,2.516,1.0865,0,2.6309,1.1632,0,2.7391,1.2586,0,2.8388,1.3726,0,2.9335,1.5051,0,3.0249,1.6562,0,3.1033,1.8228,0,3.1706,2.0017,0,3.2277,2.193,0,3.2771,2.3967,0,3.3146,2.6127,0,3.3426,2.8411,0,3.3566,3.082,0,3.3634,3.335,0,3.3538,3.6234,0,3.3387,3.8884,0,3.3062,4.13,0,3.2647,4.3484,0,3.2118,4.5434,0,3.1465,4.7151,0,3.0686,4.8634,0,2.9784,4.9885,0,2.8758,5.0947,0,2.7735,5.1869,0,2.6651,5.2648,0,2.553,5.3286,0,2.4376,5.3782,0,2.3154,5.4136,0,2.1899,5.4348,0,2.061,5.442,0,1.9472,5.4333,0,1.8408,5.4074,0,1.7382,5.3641,0,1.6396,5.3036,0,1.5438,5.2257,0,1.4541,5.1305,0,1.37,5.018,0,1.2896,4.8883,0,1.2137,4.7482,0,1.1464,4.6049,0,1.0868,4.4582,0,1.0296,4.3082,0,0.985,4.1549,0,0.9458,3.9983,0,0.9086,3.8384,0,0.8842,3.6752,0,0.8842,1.7686,0,0.9279,1.6716,0,0.9761,1.5809,0,1.0296,1.4963,0,1.0848,1.4181,0,1.1442,1.3461,0,1.2058,1.2804,0,1.2731,1.221,0,1.3476,1.1677,0,1.4208,1.1208,0,1.5051,1.0801,0,1.5948,1.0457,0,1.6895,1.0175,0,1.7909,0.9956,0,1.9024,0.98,0,2.0162,0.9706,0,2.135,0.9674,0 + +[0063] c +PLC 0.0106,3.5079,0,0.0442,3.8128,0,0.0983,4.108,0,0.1703,4.3937,0,0.27,4.6698,0,0.386,4.9361,0,0.5301,5.1929,0,0.6886,5.4401,0,0.8663,5.6673,0,1.0568,5.8642,0,1.2628,6.0307,0,1.4805,6.1671,0,1.7114,6.2731,0,1.9568,6.3488,0,2.2146,6.3942,0,2.4836,6.4094,0,2.7691,6.3988,0,3.0395,6.367,0,3.2917,6.314,0,3.5225,6.2398,0,3.7377,6.1444,0,3.9389,6.0279,0,4.1166,5.89,0,4.2808,5.7311,0,4.427,5.5569,0,4.5553,5.3737,0,4.6674,5.1814,0,4.7652,4.9799,0,4.8411,4.7694,0,4.9028,4.5498,0,4.9473,4.3211,0,4.9717,4.0834,0,4.0157,4.0834,0,3.9854,4.2626,0,3.9428,4.4282,0,3.8969,4.5802,0,3.842,4.7185,0,3.7803,4.8431,0,3.7131,4.954,0,3.6335,5.0513,0,3.5472,5.1349,0,3.4531,5.2069,0,3.3511,5.2692,0,3.2345,5.322,0,3.1039,5.3652,0,2.9655,5.3988,0,2.8187,5.4228,0,2.6573,5.4371,0,2.4836,5.442,0,2.3312,5.4336,0,2.1849,5.4088,0,2.0409,5.3674,0,1.9075,5.3094,0,1.7764,5.2349,0,1.6441,5.1438,0,1.5253,5.0361,0,1.4043,4.9119,0,1.2953,4.7689,0,1.2039,4.605,0,1.1241,4.4202,0,1.0624,4.2144,0,1.0081,3.9878,0,0.9728,3.7401,0,0.9501,3.4715,0,0.9461,3.1821,0,0.9501,2.9164,0,0.9728,2.6676,0,1.0097,2.4355,0,1.0624,2.2202,0,1.1319,2.0217,0,1.2134,1.84,0,1.3124,1.6749,0,1.4267,1.5268,0,1.5474,1.3957,0,1.6747,1.282,0,1.801,1.1859,0,1.9364,1.1073,0,2.0756,1.0461,0,2.2191,1.0024,0,2.3681,0.9762,0,2.5217,0.9674,0,2.6696,0.9712,0,2.8069,0.9826,0,2.9431,1.0014,0,3.0664,1.0279,0,3.1852,1.0619,0,3.2973,1.1035,0,3.4037,1.1526,0,3.5024,1.2093,0,3.5943,1.2771,0,3.6811,1.3594,0,3.7602,1.4563,0,3.8378,1.5678,0,3.907,1.6939,0,3.9627,1.8347,0,4.0202,1.9899,0,4.0695,2.1598,0,5.0681,2.1598,0,5.0266,1.9237,0,4.97,1.6993,0,4.8941,1.4864,0,4.8081,1.2851,0,4.6994,1.0955,0,4.575,0.9174,0,4.4391,0.751,0,4.2808,0.5961,0,4.1098,0.4564,0,3.9283,0.3353,0,3.726,0.2328,0,3.513,0.149,0,3.2872,0.0838,0,3.044,0.0373,0,2.7901,0.0093,0,2.5217,0,0,2.2465,0.0151,0,1.9857,0.0606,0,1.7383,0.1363,0,1.5012,0.2423,0,1.281,0.3786,0,1.075,0.5453,0,0.882,0.7422,0,0.7004,0.9693,0,0.5343,1.2161,0,0.3916,1.4719,0,0.2723,1.7365,0,0.1731,2.01,0,0.1008,2.2925,0,0.0442,2.5838,0,0.0106,2.8841,0,-0.0001,3.1933,0 + +[0064] d +PLC 2.2984,6.3988,0,2.4665,6.3673,0,2.6304,6.3145,0,2.7859,6.2407,0,2.9429,6.1459,0,3.0886,6.03,0,3.2275,5.893,0,3.3609,5.7348,0,3.3609,8.9848,0,4.2475,8.9848,0,4.2475,-0.0227,0,3.3609,-0.0227,0,3.3609,0.4724,0,3.2275,0.3617,0,3.0886,0.2657,0,2.9429,0.1845,0,2.7935,0.1181,0,2.638,0.0664,0,2.4766,0.0295,0,2.313,0.0074,0,2.1432,0,0,1.9246,0.0265,0,1.719,0.0827,0,1.5161,0.1684,0,1.3222,0.2836,0,1.1345,0.4285,0,0.9608,0.6028,0,0.7898,0.8068,0,0.6262,1.0402,0,0.4827,1.2932,0,0.3505,1.556,0,0.2474,1.8284,0,0.1555,2.1104,0,0.0893,2.4021,0,0.0417,2.7034,0,0.0098,3.0144,0,-0.0003,3.335,0,0.0098,3.6592,0,0.0417,3.9693,0,0.0983,4.2653,0,0.1706,4.5472,0,0.2675,4.8151,0,0.3835,5.069,0,0.522,5.3088,0,0.6811,5.5345,0,0.8543,5.7396,0,1.028,5.9173,0,1.2034,6.0677,0,1.3872,6.1907,0,1.5677,6.2863,0,1.7515,6.3547,0,1.9361,6.3958,0,2.1269,6.4094,0 +PLC 2.0927,5.4336,0,1.9734,5.4085,0,1.8546,5.3666,0,1.7436,5.308,0,1.6371,5.2327,0,1.5307,5.1406,0,1.4287,5.0318,0,1.3306,4.9062,0,1.2409,4.7645,0,1.1642,4.6071,0,1.0922,4.4342,0,1.0398,4.2456,0,0.9983,4.0414,0,0.9703,3.8216,0,0.9479,3.5862,0,0.9437,3.335,0,0.9479,3.0875,0,0.9664,2.8511,0,0.9927,2.6259,0,1.0319,2.412,0,1.0846,2.2093,0,1.144,2.0178,0,1.2202,1.8375,0,1.3023,1.6685,0,1.3937,1.5145,0,1.4881,1.3795,0,1.5884,1.2634,0,1.6949,1.1663,0,1.7974,1.0881,0,1.9095,1.029,0,2.0235,0.9887,0,2.1404,0.9674,0,2.2592,0.9706,0,2.3701,0.98,0,2.4766,0.9956,0,2.5786,1.0175,0,2.6699,1.0457,0,2.7568,1.0801,0,2.8364,1.1208,0,2.9109,1.1677,0,2.9796,1.221,0,3.0471,1.2804,0,3.111,1.3461,0,3.1687,1.4181,0,3.2219,1.4963,0,3.2724,1.5809,0,3.3217,1.6716,0,3.3609,1.7686,0,3.3609,3.6752,0,3.3382,3.8384,0,3.3038,3.9983,0,3.2642,4.1549,0,3.2175,4.3082,0,3.1687,4.4582,0,3.1054,4.6049,0,3.0415,4.7482,0,2.9675,4.8883,0,2.8885,5.018,0,2.8061,5.1305,0,2.7204,5.2257,0,2.6257,5.3036,0,2.5299,5.3641,0,2.4318,5.4074,0,2.3231,5.4333,0,2.2121,5.442,0 + +[0065] e +PLC 0.0095,3.5079,0,0.0415,3.8128,0,0.0955,4.108,0,0.1732,4.3937,0,0.2673,4.6698,0,0.3858,4.9361,0,0.524,5.1929,0,0.6856,5.4401,0,0.8669,5.6673,0,1.0575,5.8642,0,1.2631,6.0307,0,1.4817,6.1671,0,1.714,6.2731,0,1.9541,6.3488,0,2.2102,6.3942,0,2.4848,6.4094,0,2.7566,6.3968,0,3.0172,6.3591,0,3.2676,6.2964,0,3.4971,6.2084,0,3.7204,6.0953,0,3.9255,5.9571,0,4.1214,5.7938,0,4.2976,5.6054,0,4.461,5.3929,0,4.6031,5.1576,0,4.7191,4.8994,0,4.8177,4.6183,0,4.895,4.3143,0,4.9466,3.9875,0,4.9791,3.6378,0,4.9897,3.2651,0,0.9409,3.2651,0,0.9409,3.1821,0,0.951,2.9164,0,0.9734,2.6676,0,1.0126,2.4355,0,1.0619,2.2202,0,1.1292,2.0217,0,1.211,1.84,0,1.3096,1.6749,0,1.4217,1.5268,0,1.545,1.3957,0,1.6694,1.282,0,1.8028,1.1859,0,1.9395,1.1073,0,2.0785,1.0461,0,2.2186,1.0024,0,2.3677,0.9762,0,2.519,0.9674,0,2.6647,0.9712,0,2.8042,0.9826,0,2.9387,1.0014,0,3.0637,1.0279,0,3.1853,1.0619,0,3.299,1.1035,0,3.4038,1.1526,0,3.5019,1.2093,0,3.5944,1.2771,0,3.684,1.3594,0,3.7628,1.4563,0,3.835,1.5678,0,3.9009,1.6939,0,3.9639,1.8347,0,4.0175,1.9899,0,4.0707,2.1598,0,5.0629,2.1598,0,5.0239,1.9237,0,4.9673,1.6993,0,4.895,1.4864,0,4.8054,1.2851,0,4.6964,1.0955,0,4.5778,0.9174,0,4.4389,0.751,0,4.2808,0.5961,0,4.1116,0.4564,0,3.9233,0.3353,0,3.7249,0.2328,0,3.5142,0.149,0,3.2867,0.0838,0,3.0435,0.0373,0,2.7913,0.0093,0,2.519,0,0,2.2466,0.0151,0,1.9866,0.0606,0,1.7339,0.1363,0,1.5002,0.2423,0,1.2827,0.3786,0,1.0726,0.5453,0,0.8765,0.7422,0,0.6952,0.9693,0,0.5346,1.2161,0,0.3906,1.4719,0,0.2695,1.7365,0,0.176,2.01,0,0.0955,2.2925,0,0.0415,2.5838,0,0.0095,2.8841,0,-0.0006,3.1933,0 +PLC 2.3677,5.4354,0,2.2287,5.4157,0,2.0981,5.3829,0,1.9709,5.337,0,1.8499,5.2781,0,1.7434,5.206,0,1.6448,5.1208,0,1.547,5.0224,0,1.4651,4.9165,0,1.387,4.8082,0,1.3172,4.6978,0,1.2502,4.585,0,1.1962,4.47,0,1.1482,4.3529,0,1.1087,4.2334,0,1.0726,4.1117,0,3.9679,4.1117,0,3.9362,4.2604,0,3.8986,4.4012,0,3.8521,4.5342,0,3.7944,4.6595,0,3.7328,4.7768,0,3.6633,4.8863,0,3.5845,4.9881,0,3.4971,5.082,0,3.4038,5.1663,0,3.3013,5.2395,0,3.1926,5.3013,0,3.0738,5.352,0,2.9505,5.3913,0,2.8137,5.4194,0,2.6703,5.4363,0,2.5212,5.442,0 + +[0066] f +PLC 2.7589,8.0952,0,2.6403,8.0736,0,2.5305,8.0375,0,2.4319,7.9869,0,2.3433,7.922,0,2.2559,7.8426,0,2.1819,7.7488,0,2.1147,7.6405,0,2.0558,7.5193,0,2.0037,7.3871,0,1.9589,7.2436,0,1.9241,7.089,0,1.8972,6.9231,0,1.8771,6.746,0,1.8653,6.5578,0,1.8597,6.3584,0,1.8597,6.2884,0,3.6109,6.2884,0,3.6109,5.442,0,1.8597,5.442,0,1.8597,0.0567,0,0.9726,0.0567,0,0.9726,5.442,0,-0.0002,5.442,0,-0.0002,6.2884,0,0.9726,6.2884,0,0.9726,6.3584,0,0.9827,6.6947,0,1.0096,7.0081,0,1.0527,7.2987,0,1.1144,7.5665,0,1.1934,7.8115,0,1.2898,8.0336,0,1.4041,8.233,0,1.5375,8.4095,0,1.6843,8.5643,0,1.8322,8.6984,0,1.9914,8.812,0,2.155,8.9048,0,2.3254,8.9771,0,2.5042,9.0286,0,2.6896,9.0596,0,2.8858,9.0699,0,3.0337,9.0667,0,3.1803,9.0573,0,3.3167,9.0414,0,3.4512,9.0194,0,3.5717,8.9909,0,3.6827,8.9562,0,3.7914,8.9151,0,3.8889,8.8677,0,3.8889,7.7605,0,3.7578,7.8406,0,3.6311,7.9101,0,3.5,7.9689,0,3.3733,8.017,0,3.25,8.0544,0,3.1262,8.0811,0,3.0068,8.0971,0,2.8858,8.1024,0 + +[0067] g +PLC 0.5966,4.6626,0,0.6235,4.8406,0,0.6639,5.014,0,0.7233,5.1831,0,0.7995,5.3475,0,0.8914,5.5076,0,0.9998,5.6631,0,1.1267,5.8142,0,1.268,5.9537,0,1.4173,6.0746,0,1.5801,6.1769,0,1.7488,6.2606,0,1.9292,6.3257,0,2.1198,6.3722,0,2.3204,6.4001,0,2.5311,6.4094,0,2.6746,6.4053,0,2.8113,6.3931,0,2.9402,6.3727,0,3.0668,6.3442,0,3.1901,6.3076,0,3.3123,6.2627,0,3.4255,6.2098,0,3.5376,6.1486,0,3.7158,6.2395,0,3.8984,6.3221,0,4.0823,6.3965,0,4.2661,6.4628,0,4.4566,6.5208,0,4.6471,6.5706,0,4.836,6.6122,0,5.0265,6.6456,0,5.0265,5.8161,0,4.8903,5.8197,0,4.7558,5.8194,0,4.6247,5.815,0,4.4981,5.8066,0,4.3748,5.7943,0,4.2504,5.7778,0,4.1299,5.7574,0,4.0128,5.733,0,4.1271,5.5913,0,4.2196,5.4453,0,4.3008,5.2947,0,4.3653,5.1396,0,4.4196,4.9801,0,4.4566,4.816,0,4.479,4.6475,0,4.4855,4.4745,0,4.4773,4.2898,0,4.449,4.1101,0,4.4101,3.9351,0,4.3501,3.7649,0,4.2756,3.5997,0,4.1831,3.4393,0,4.0696,3.2836,0,3.9455,3.1329,0,3.8049,2.9938,0,3.6564,2.8733,0,3.495,2.7714,0,3.3291,2.6879,0,3.1453,2.623,0,2.9604,2.5766,0,2.7566,2.5488,0,2.5513,2.5396,0,2.4672,2.5408,0,2.3876,2.5447,0,2.3142,2.551,0,2.2363,2.5599,0,2.1601,2.5713,0,2.0884,2.5853,0,2.0186,2.6018,0,1.95,2.6208,0,1.892,2.5665,0,1.8435,2.5157,0,1.8059,2.4687,0,1.7712,2.4252,0,1.7432,2.3855,0,1.7264,2.3494,0,1.7146,2.317,0,1.7118,2.2882,0,1.7163,2.2615,0,1.7342,2.2352,0,1.7608,2.2092,0,1.8023,2.1836,0,1.853,2.1584,0,1.9191,2.1336,0,1.9909,2.1092,0,2.0789,2.0852,0,2.2711,2.0367,0,2.4941,1.9867,0,2.7351,1.9351,0,3.1386,1.8539,0,3.2725,1.8233,0,3.4087,1.7903,0,3.542,1.7549,0,3.6788,1.7171,0,3.8119,1.6768,0,3.9455,1.6342,0,4.0744,1.5891,0,4.2055,1.5397,0,4.3277,1.4839,0,4.4387,1.4217,0,4.5451,1.3531,0,4.6455,1.2783,0,4.7368,1.1971,0,4.8209,1.1095,0,4.8976,1.0156,0,4.9666,0.9157,0,5.0265,0.81,0,5.0786,0.6985,0,5.1201,0.5813,0,5.1526,0.4583,0,5.1719,0.3295,0,5.1896,0.195,0,5.1918,0.0548,0,5.1795,-0.1004,0,5.147,-0.2494,0,5.0938,-0.3923,0,5.0215,-0.5291,0,4.9214,-0.6597,0,4.8029,-0.7842,0,4.6623,-0.9025,0,4.5003,-1.0147,0,4.3201,-1.117,0,4.117,-1.2057,0,3.9018,-1.2807,0,3.6631,-1.3421,0,3.4087,-1.3898,0,3.1408,-1.4239,0,2.8483,-1.4444,0,2.5412,-1.4512,0,2.2487,-1.4444,0,1.9763,-1.424,0,1.7185,-1.3901,0,1.4762,-1.3426,0,1.25,-1.2814,0,1.0449,-1.2067,0,0.8522,-1.1185,0,0.6728,-1.0166,0,0.5154,-0.9049,0,0.3781,-0.787,0,0.2649,-0.663,0,0.1685,-0.5329,0,0.0967,-0.3966,0,0.0418,-0.2541,0,0.0093,-0.1056,0,-0.0002,0.0491,0,0.0054,0.1638,0,0.0278,0.2756,0,0.0542,0.3843,0,0.099,0.4901,0,0.1584,0.5929,0,0.2276,0.6927,0,0.3063,0.7895,0,0.4005,0.8834,0,0.5047,0.9738,0,0.6162,1.0605,0,0.73,1.1436,0,0.8544,1.2228,0,0.9833,1.2982,0,1.1167,1.37,0,1.2579,1.438,0,1.4069,1.5022,0,1.3473,1.536,0,1.2949,1.5723,0,1.2478,1.611,0,1.2046,1.6522,0,1.1615,1.6958,0,1.1245,1.7418,0,1.0926,1.7904,0,1.0573,1.8414,0,1.0309,1.8937,0,1.0102,1.9462,0,0.99,1.9989,0,0.971,2.0518,0,0.9584,2.105,0,0.9505,2.1583,0,0.9469,2.2118,0,0.9469,2.2656,0,0.9505,2.3331,0,0.9693,2.4051,0,0.9998,2.4816,0,1.0475,2.5627,0,1.1043,2.6483,0,1.1716,2.7386,0,1.2534,2.8333,0,1.3473,2.9326,0,1.2859,2.991,0,1.1884,3.0828,0,1.0701,3.2083,0,0.9216,3.3672,0,0.8421,3.4615,0,0.7748,3.5686,0,0.7177,3.6884,0,0.6728,3.8212,0,0.6336,3.9667,0,0.6089,4.1251,0,0.5944,4.2962,0,0.5919,4.4801,0 +PLC 1.5358,4.3701,0,1.5482,4.2685,0,1.5706,4.1698,0,1.5994,4.0739,0,1.6345,3.9808,0,1.6813,3.8906,0,1.7342,3.8032,0,1.7936,3.7186,0,1.8631,3.6407,0,1.939,3.5731,0,2.0209,3.516,0,2.1108,3.4693,0,2.2038,3.4328,0,2.3058,3.4069,0,2.4179,3.3913,0,2.5311,3.3861,0,2.6477,3.3913,0,2.7566,3.4069,0,2.8584,3.4328,0,2.9545,3.4693,0,3.0444,3.516,0,3.1285,3.5731,0,3.2024,3.6407,0,3.2725,3.7186,0,3.3339,3.8034,0,3.3905,3.8913,0,3.4356,3.9824,0,3.4726,4.0767,0,3.5051,4.1742,0,3.5252,4.2749,0,3.5376,4.3788,0,3.5398,4.4858,0,3.5376,4.6012,0,3.5252,4.7114,0,3.5051,4.8162,0,3.4726,4.9157,0,3.4356,5.0099,0,3.3905,5.0987,0,3.3339,5.1823,0,3.2725,5.2605,0,3.2024,5.3314,0,3.1285,5.3928,0,3.0444,5.4448,0,2.9545,5.4873,0,2.8584,5.5204,0,2.7566,5.544,0,2.6477,5.5582,0,2.5311,5.5629,0,2.4179,5.5582,0,2.3058,5.544,0,2.2038,5.5204,0,2.1108,5.4873,0,2.0209,5.4448,0,1.939,5.3928,0,1.8631,5.3314,0,1.7936,5.2605,0,1.7342,5.1821,0,1.6813,5.098,0,1.6345,5.0083,0,1.5994,4.9129,0,1.5706,4.8117,0,1.5482,4.705,0,1.5358,4.5926,0,1.5336,4.4745,0 +PLC 0.9505,0.0027,0,0.9693,-0.0792,0,0.9998,-0.1548,0,1.0402,-0.2242,0,1.0998,-0.2873,0,1.1637,-0.3442,0,1.2439,-0.3949,0,1.3375,-0.4393,0,1.4417,-0.4781,0,1.5577,-0.5116,0,1.6922,-0.5401,0,1.8328,-0.5633,0,1.9892,-0.5814,0,2.1601,-0.5944,0,2.3462,-0.6021,0,2.5412,-0.6047,0,2.7566,-0.6021,0,2.9531,-0.5944,0,3.1408,-0.5814,0,3.3089,-0.5633,0,3.4602,-0.5401,0,3.6048,-0.5116,0,3.7264,-0.4781,0,3.8368,-0.4393,0,3.9338,-0.3949,0,4.0147,-0.3442,0,4.0907,-0.2873,0,4.1436,-0.2242,0,4.1913,-0.1548,0,4.2212,-0.0792,0,4.2403,0.0027,0,4.2504,0.0907,0,4.2403,0.2187,0,4.2196,0.3363,0,4.1831,0.4435,0,4.1316,0.5404,0,4.064,0.6269,0,3.9859,0.7029,0,3.8914,0.7686,0,3.785,0.8238,0,3.6664,0.872,0,3.5566,0.9163,0,3.4462,0.9568,0,3.3339,0.9934,0,3.2333,1.0262,0,3.1285,1.0552,0,3.0298,1.0803,0,2.8359,1.1209,0,2.5759,1.1772,0,2.4207,1.2135,0,2.2834,1.249,0,2.1579,1.1955,0,2.029,1.1409,0,1.9068,1.0851,0,1.7858,1.0282,0,1.6714,0.97,0,1.5605,0.9108,0,1.454,0.8504,0,1.352,0.7889,0,1.2534,0.7236,0,1.1716,0.6521,0,1.1043,0.5742,0,1.0475,0.4901,0,0.9998,0.3997,0,0.9693,0.303,0,0.9505,0.2,0,0.9469,0.0907,0 + +[0068] h +PLC 2.0867,5.4339,0,1.9601,5.4098,0,1.8362,5.3697,0,1.7188,5.3134,0,1.6082,5.2412,0,1.5017,5.1528,0,1.4053,5.0484,0,1.3112,4.928,0,1.2235,4.7951,0,1.1475,4.6536,0,1.0803,4.5035,0,1.0265,4.3446,0,0.976,4.177,0,0.9368,4.0008,0,0.9066,3.8159,0,0.8875,3.6223,0,0.8875,-0.0265,0,-0.0002,-0.0265,0,-0.0002,8.9848,0,0.8875,8.9848,0,0.8875,5.4778,0,1.0657,5.6962,0,1.2462,5.8854,0,1.43,6.0455,0,1.6205,6.1765,0,1.8135,6.2784,0,2.0156,6.3512,0,2.2145,6.3948,0,2.423,6.4094,0,2.5872,6.4018,0,2.7502,6.3788,0,2.9083,6.3406,0,3.0618,6.287,0,3.2154,6.2183,0,3.3622,6.1341,0,3.5034,6.0347,0,3.6424,5.92,0,3.7713,5.7848,0,3.8845,5.624,0,3.9767,5.4374,0,4.056,5.2251,0,4.1131,4.9871,0,4.1565,4.7236,0,4.1812,4.4342,0,4.1871,4.1192,0,4.1871,-0.0265,0,3.3073,-0.0265,0,3.3073,4.1192,0,3.3006,4.3089,0,3.2879,4.4822,0,3.268,4.6391,0,3.2355,4.7794,0,3.1986,4.9034,0,3.1515,5.0108,0,3.0971,5.1019,0,3.0355,5.1765,0,2.961,5.2387,0,2.8791,5.2926,0,2.7895,5.3382,0,2.6953,5.3756,0,2.5911,5.4046,0,2.4751,5.4254,0,2.3557,5.4378,0,2.2229,5.442,0 + +[0069] i +PLC -0.0001,-0.0208,0,-0.0001,6.4283,0,0.8864,6.4283,0,0.8864,-0.0208,0 +PLC -0.0592,7.7397,0,-0.0592,8.8281,0,0.8864,8.8281,0,0.8864,7.7397,0 + +[006a] j +PLC 1.8907,-0.2372,0,1.9916,-0.223,0,2.079,-0.1995,0,2.163,-0.1665,0,2.2322,-0.1241,0,2.2964,-0.0724,0,2.346,-0.0111,0,2.388,0.0595,0,2.4231,0.141,0,2.4542,0.2349,0,2.4808,0.3412,0,2.5032,0.4599,0,2.5169,0.5909,0,2.5318,0.7343,0,2.534,0.89,0,2.5368,1.0582,0,2.5368,6.3962,0,3.4262,6.3962,0,3.4262,1.0582,0,3.418,0.7424,0,3.3959,0.4508,0,3.3567,0.1833,0,3.3074,-0.06,0,3.2398,-0.2791,0,3.1603,-0.4742,0,3.0672,-0.645,0,2.9599,-0.7918,0,2.8394,-0.9179,0,2.7077,-1.0273,0,2.5718,-1.1199,0,2.4275,-1.1957,0,2.274,-1.2545,0,2.1165,-1.2966,0,1.9484,-1.3218,0,1.7719,-1.3302,0,1.5757,-1.3223,0,1.3919,-1.2981,0,1.216,-1.2579,0,1.0479,-1.2016,0,0.8949,-1.1291,0,0.745,-1.0407,0,0.6096,-0.9361,0,0.4858,-0.8154,0,0.372,-0.6816,0,0.2726,-0.5376,0,0.1905,-0.3836,0,0.1243,-0.2195,0,0.0694,-0.0451,0,0.0324,0.1393,0,0.01,0.3339,0,-0.0001,0.5385,0,0.9459,0.5385,0,0.9492,0.4279,0,0.9621,0.3268,0,0.9789,0.2351,0,1.0067,0.1528,0,1.0378,0.0799,0,1.0748,0.0165,0,1.1218,-0.0375,0,1.1767,-0.0822,0,1.2367,-0.1196,0,1.3012,-0.1521,0,1.3692,-0.1795,0,1.4446,-0.202,0,1.5231,-0.2194,0,1.6024,-0.2319,0,1.6923,-0.2394,0,1.7808,-0.2419,0 +PLC 2.5368,7.7397,0,2.5368,8.8281,0,3.4839,8.8281,0,3.4839,7.7397,0 + +[006b] k +PLC -0.0003,-0.0208,0,-0.0003,8.9792,0,0.8879,8.9792,0,0.8879,3.0857,0,2.9709,6.2393,0,4.0379,6.2393,0,2.5747,4.0531,0,4.8314,-0.0208,0,3.7084,-0.0208,0,1.9723,3.1688,0,0.8879,1.5494,0,0.8879,-0.0208,0 + +[006c] l +PLC 0.3508,-0.1077,0,0.3508,7.9815,0,-0.0006,7.9815,0,-0.0006,8.949,0,1.2351,8.949,0,1.2351,-0.1077,0 + +[006d] m +PLC 4.4616,5.4341,0,4.3495,5.4106,0,4.2487,5.3714,0,4.1545,5.3165,0,4.0646,5.246,0,3.9853,5.1597,0,3.9113,5.0578,0,3.8474,4.9403,0,3.7846,4.8114,0,3.7353,4.6756,0,3.6883,4.533,0,3.6457,4.3835,0,3.612,4.2272,0,3.584,4.0639,0,3.5577,3.8937,0,3.5426,3.7167,0,3.5426,-0.0265,0,2.6569,-0.0265,0,2.6569,4.1192,0,2.6527,4.3141,0,2.6426,4.4914,0,2.6258,4.6513,0,2.6033,4.7936,0,2.5787,4.9184,0,2.5439,5.0257,0,2.5025,5.1155,0,2.4543,5.1878,0,2.4002,5.2474,0,2.3433,5.299,0,2.2783,5.3426,0,2.2088,5.3784,0,2.1371,5.4062,0,2.0612,5.4261,0,1.9791,5.438,0,1.8894,5.442,0,1.7762,5.4341,0,1.672,5.4106,0,1.5722,5.3714,0,1.4758,5.3165,0,1.3918,5.246,0,1.3161,5.1597,0,1.2438,5.0578,0,1.1785,4.9403,0,1.1217,4.8114,0,1.0752,4.6756,0,1.0275,4.533,0,0.9861,4.3835,0,0.9519,4.2272,0,0.9264,4.0639,0,0.9042,3.8937,0,0.8843,3.7167,0,0.8843,-0.0265,0,-0.0002,-0.0265,0,-0.0002,6.4339,0,0.8843,6.4339,0,0.8843,5.6687,0,1.0107,5.8423,0,1.1424,5.9928,0,1.2752,6.12,0,1.4119,6.2242,0,1.5532,6.3053,0,1.6989,6.3631,0,1.8502,6.3978,0,2.0082,6.4094,0,2.1371,6.4042,0,2.2637,6.3888,0,2.3848,6.3629,0,2.5025,6.3267,0,2.6109,6.2803,0,2.7177,6.2234,0,2.8163,6.1562,0,2.9082,6.0787,0,2.9973,5.9957,0,3.0786,5.912,0,3.1486,5.8275,0,3.2159,5.7424,0,3.2725,5.6565,0,3.3262,5.57,0,3.3672,5.4827,0,3.4064,5.3947,0,3.5633,5.6325,0,3.7152,5.8387,0,3.8743,6.013,0,4.0377,6.1557,0,4.1982,6.2667,0,4.3596,6.346,0,4.5252,6.3935,0,4.6897,6.4094,0,4.8225,6.4021,0,4.9592,6.3803,0,5.0904,6.3439,0,5.2221,6.2929,0,5.3566,6.2274,0,5.4815,6.1474,0,5.6143,6.0528,0,5.7393,5.9436,0,5.8637,5.8132,0,5.9623,5.6549,0,6.0568,5.4687,0,6.126,5.2547,0,6.1831,5.0126,0,6.2252,4.7427,0,6.2504,4.445,0,6.2571,4.1192,0,6.2571,-0.0265,0,5.3706,-0.0265,0,5.3706,4.1192,0,5.3661,4.3141,0,5.3566,4.4914,0,5.3437,4.6513,0,5.319,4.7936,0,5.2893,4.9184,0,5.2537,5.0257,0,5.2092,5.1155,0,5.1621,5.1878,0,5.1049,5.2474,0,5.0489,5.299,0,4.9816,5.3426,0,4.9122,5.3784,0,4.8354,5.4062,0,4.7541,5.4261,0,4.6729,5.438,0,4.5776,5.442,0 + +[006e] n +PLC 2.1164,5.4339,0,1.9825,5.4098,0,1.8555,5.3697,0,1.7337,5.3134,0,1.6249,5.2412,0,1.514,5.1528,0,1.4165,5.0484,0,1.3178,4.928,0,1.2313,4.7951,0,1.1565,4.6536,0,1.0853,4.5035,0,1.0253,4.3446,0,0.9788,4.177,0,0.9368,4.0008,0,0.9088,3.8159,0,0.8861,3.6223,0,0.8861,-0.0265,0,-0.0002,-0.0265,0,-0.0002,6.4339,0,0.8861,6.4339,0,0.8861,5.4778,0,1.0685,5.6962,0,1.2503,5.8854,0,1.4411,6.0455,0,1.6328,6.1765,0,1.8278,6.2784,0,2.0321,6.3512,0,2.2369,6.3948,0,2.4476,6.4094,0,2.6157,6.4018,0,2.7793,6.3788,0,2.9407,6.3406,0,3.0988,6.287,0,3.2546,6.2183,0,3.4036,6.1341,0,3.5493,6.0347,0,3.6883,5.92,0,3.8228,5.7848,0,3.9338,5.624,0,4.0329,5.4374,0,4.1075,5.2251,0,4.1714,4.9871,0,4.2162,4.7236,0,4.2406,4.4342,0,4.2515,4.1192,0,4.2515,-0.0265,0,3.3666,-0.0265,0,3.3666,4.1192,0,3.3588,4.3089,0,3.3465,4.4822,0,3.324,4.6391,0,3.2932,4.7794,0,3.2546,4.9034,0,3.2092,5.0108,0,3.1514,5.1019,0,3.0864,5.1765,0,3.0127,5.2387,0,2.929,5.2926,0,2.8365,5.3382,0,2.7368,5.3756,0,2.6303,5.4046,0,2.5115,5.4254,0,2.3882,5.4378,0,2.2571,5.442,0 + +[006f] o +PLC 0.0139,3.5828,0,0.0464,3.8905,0,0.099,4.1863,0,0.1736,4.4703,0,0.2691,4.7423,0,0.3882,5.0025,0,0.5272,5.2508,0,0.6908,5.4873,0,0.8668,5.7034,0,1.0595,5.8907,0,1.268,6.0492,0,1.4854,6.1789,0,1.7205,6.2798,0,1.9668,6.3518,0,2.2285,6.395,0,2.5065,6.4094,0,2.7794,6.395,0,3.0411,6.3518,0,3.2893,6.2798,0,3.5253,6.1789,0,3.7449,6.0492,0,3.9534,5.8907,0,4.1467,5.7034,0,4.3278,5.4873,0,4.4886,5.2507,0,4.627,5.0018,0,4.748,4.7407,0,4.8456,4.4674,0,4.9201,4.1819,0,4.9733,3.8841,0,5.0097,3.5741,0,5.0182,3.252,0,5.0097,2.9076,0,4.9733,2.5784,0,4.9201,2.2644,0,4.8456,1.9656,0,4.748,1.682,0,4.627,1.4135,0,4.4886,1.1602,0,4.3278,0.9221,0,4.1467,0.706,0,3.9534,0.5186,0,3.7449,0.3602,0,3.5253,0.2305,0,3.2893,0.1297,0,3.0411,0.0577,0,2.7794,0.0144,0,2.5065,0,0,2.2285,0.0144,0,1.9668,0.0577,0,1.7205,0.1297,0,1.4854,0.2305,0,1.268,0.3602,0,1.0595,0.5186,0,0.8668,0.706,0,0.6908,0.9221,0,0.5272,1.1604,0,0.3882,1.4142,0,0.2691,1.6836,0,0.1736,1.9685,0,0.099,2.2689,0,0.0464,2.5848,0,0.0139,2.9163,0,-0.0002,3.2632,0 +PLC 0.9505,2.9807,0,0.9755,2.7261,0,1.0102,2.4883,0,1.0618,2.2672,0,1.1268,2.0629,0,1.2064,1.8754,0,1.3,1.7045,0,1.4092,1.5504,0,1.5303,1.4137,0,1.6547,1.2954,0,1.7836,1.1952,0,1.9169,1.1132,0,2.0565,1.0494,0,2.1994,1.0039,0,2.3504,0.9766,0,2.5065,0.9674,0,2.6623,0.9766,0,2.8113,1.0039,0,2.9531,1.0494,0,3.096,1.1132,0,3.2294,1.1952,0,3.3583,1.2954,0,3.4827,1.4137,0,3.6037,1.5504,0,3.7158,1.7046,0,3.8105,1.8761,0,3.889,2.0645,0,3.9562,2.2701,0,4.005,2.4927,0,4.042,2.7325,0,4.0683,2.9893,0,4.0722,3.2632,0,4.0683,3.5231,0,4.042,3.7666,0,4.005,3.994,0,3.9562,4.2052,0,3.889,4.4003,0,3.8105,4.5791,0,3.7158,4.7418,0,3.6037,4.8883,0,3.4827,5.018,0,3.3583,5.1305,0,3.2294,5.2257,0,3.096,5.3036,0,2.9531,5.3641,0,2.8113,5.4074,0,2.6623,5.4333,0,2.5065,5.442,0,2.3504,5.4333,0,2.1994,5.4074,0,2.0565,5.3641,0,1.9169,5.3036,0,1.7836,5.2257,0,1.6547,5.1305,0,1.5303,5.018,0,1.4092,4.8883,0,1.3,4.7416,0,1.2064,4.5784,0,1.1268,4.3987,0,1.0618,4.2024,0,1.0102,3.9896,0,0.9755,3.7602,0,0.9505,3.5144,0,0.9452,3.252,0 + +[0070] p +PLC -0.0001,6.4339,0,0.8873,6.4339,0,0.8873,5.6574,0,1.0411,5.8336,0,1.1991,5.9864,0,1.3583,6.1156,0,1.5225,6.2214,0,1.685,6.3036,0,1.8537,6.3624,0,2.0237,6.3977,0,2.1977,6.4094,0,2.4107,6.3967,0,2.6136,6.3586,0,2.8097,6.2952,0,2.998,6.2063,0,3.1784,6.092,0,3.3443,5.9524,0,3.5035,5.7873,0,3.6615,5.5969,0,3.8005,5.3859,0,3.917,5.1593,0,4.019,4.9171,0,4.1059,4.6592,0,4.1675,4.3856,0,4.218,4.0965,0,4.2443,3.7916,0,4.2488,3.4711,0,4.2421,3.1567,0,4.2123,2.8587,0,4.1647,2.5772,0,4.0952,2.3121,0,4.0086,2.0634,0,3.9047,1.8313,0,3.778,1.6155,0,3.6323,1.4163,0,3.4732,1.2364,0,3.3073,1.0789,0,3.137,0.9438,0,2.9588,0.8311,0,2.7749,0.7409,0,2.5822,0.6731,0,2.386,0.6276,0,2.1834,0.6047,0,2.0069,0.6117,0,1.838,0.633,0,1.6721,0.6684,0,1.5059,0.718,0,1.3485,0.7818,0,1.189,0.8597,0,1.0388,0.9518,0,0.8873,1.0582,0,0.8873,-1.3095,0,-0.0001,-1.3095,0 +PLC 2.3084,1.5904,0,2.4309,1.6215,0,2.5424,1.6656,0,2.6461,1.7226,0,2.748,1.7924,0,2.8397,1.8752,0,2.9262,1.9709,0,3.0058,2.0795,0,3.0776,2.2019,0,3.1347,2.3389,0,3.1868,2.4908,0,3.2333,2.6575,0,3.2658,2.8387,0,3.2905,3.0348,0,3.3026,3.2456,0,3.3051,3.4711,0,3.3026,3.692,0,3.2849,3.9012,0,3.2658,4.0986,0,3.2289,4.2843,0,3.1868,4.4583,0,3.1314,4.6206,0,3.0675,4.7712,0,2.9963,4.91,0,2.912,5.0347,0,2.8282,5.1427,0,2.7354,5.2341,0,2.636,5.309,0,2.5329,5.3672,0,2.4208,5.4087,0,2.3067,5.4336,0,2.1834,5.442,0,2.0386,5.4343,0,1.9035,5.4114,0,1.7746,5.3731,0,1.6575,5.3196,0,1.5488,5.2507,0,1.4423,5.1667,0,1.3549,5.0672,0,1.2686,4.9525,0,1.1946,4.8328,0,1.1249,4.7182,0,1.0657,4.6089,0,1.0164,4.5047,0,0.9716,4.4057,0,0.9369,4.312,0,0.9063,4.2234,0,0.8873,4.14,0,0.8873,2.396,0,0.9245,2.2842,0,0.9677,2.1814,0,1.0237,2.0875,0,1.0781,2.0024,0,1.1453,1.9264,0,1.2143,1.8592,0,1.2933,1.801,0,1.377,1.7516,0,1.4692,1.7096,0,1.5617,1.6731,0,1.6598,1.6422,0,1.7595,1.617,0,1.8587,1.5973,0,1.9669,1.5833,0,2.0717,1.5749,0,2.1834,1.5721,0 + +[0071] q +PLC 3.3606,-1.3095,0,3.3606,1.0582,0,3.211,0.9518,0,3.0597,0.8597,0,2.9033,0.7818,0,2.7419,0.718,0,2.5783,0.6684,0,2.4102,0.633,0,2.2415,0.6117,0,2.0683,0.6047,0,1.8643,0.6276,0,1.666,0.6731,0,1.4752,0.7409,0,1.2894,0.8311,0,1.1109,0.9438,0,0.9414,1.0789,0,0.7749,1.2364,0,0.6164,1.4163,0,0.4746,1.6155,0,0.3479,1.8313,0,0.2392,2.0634,0,0.1529,2.3121,0,0.084,2.5772,0,0.0363,2.8587,0,0.0061,3.1567,0,-0.0001,3.4711,0,0.0061,3.7916,0,0.0363,4.0965,0,0.0812,4.3856,0,0.1484,4.6592,0,0.2297,4.9171,0,0.3311,5.1593,0,0.4499,5.3859,0,0.5911,5.5969,0,0.7402,5.7873,0,0.9038,5.9524,0,1.072,6.092,0,1.2502,6.2063,0,1.4384,6.2952,0,1.6346,6.3586,0,1.8377,6.3967,0,2.0524,6.4094,0,2.2247,6.3977,0,2.3945,6.3624,0,2.5637,6.3036,0,2.7274,6.2214,0,2.8899,6.1156,0,3.049,5.9864,0,3.207,5.8336,0,3.3606,5.6574,0,3.3606,6.4339,0,4.2483,6.4339,0,4.2483,-1.3095,0 +PLC 1.9417,5.4336,0,1.8274,5.4087,0,1.7184,5.3672,0,1.6122,5.309,0,1.5186,5.2341,0,1.4216,5.1427,0,1.3376,5.0347,0,1.258,4.91,0,1.1807,4.7712,0,1.1168,4.6206,0,1.0663,4.4583,0,1.0226,4.2843,0,0.9876,4.0986,0,0.9638,3.9012,0,0.9453,3.692,0,0.9431,3.4711,0,0.9453,3.2456,0,0.9638,3.0348,0,0.9876,2.8387,0,1.0204,2.6575,0,1.0619,2.4908,0,1.1109,2.3389,0,1.1728,2.2019,0,1.2476,2.0795,0,1.3281,1.9709,0,1.4121,1.8752,0,1.5057,1.7924,0,1.6024,1.7226,0,1.7063,1.6656,0,1.8229,1.6215,0,1.9394,1.5904,0,2.0627,1.5721,0,2.177,1.5749,0,2.2835,1.5833,0,2.3897,1.5973,0,2.4942,1.617,0,2.5906,1.6422,0,2.687,1.6731,0,2.7795,1.7096,0,2.8674,1.7516,0,2.9549,1.801,0,3.0344,1.8592,0,3.1062,1.9264,0,3.1701,2.0024,0,3.2295,2.0875,0,3.2819,2.1814,0,3.3233,2.2842,0,3.3606,2.396,0,3.3606,4.14,0,3.3438,4.2234,0,3.3135,4.312,0,3.2765,4.4057,0,3.2351,4.5047,0,3.1846,4.6089,0,3.123,4.7182,0,3.0541,4.8328,0,2.9818,4.9525,0,2.8955,5.0672,0,2.8058,5.1667,0,2.7016,5.2507,0,2.5951,5.3196,0,2.4741,5.3731,0,2.348,5.4114,0,2.2118,5.4343,0,2.0627,5.442,0 + +[0072] r +PLC -0.0003,-0.0208,0,-0.0003,6.4283,0,0.8862,6.4283,0,0.8862,5.389,0,0.9187,5.4673,0,0.961,5.5488,0,1.0174,5.6338,0,1.0768,5.7221,0,1.1518,5.8137,0,1.2359,5.9088,0,1.3306,6.0072,0,1.4371,6.109,0,1.5607,6.2041,0,1.719,6.2826,0,1.9115,6.3444,0,2.1376,6.3895,0,2.3982,6.4181,0,2.6929,6.4299,0,3.0146,6.4252,0,3.3732,6.4037,0,3.3732,5.1869,0,3.0437,5.234,0,2.7372,5.2573,0,2.4539,5.2569,0,2.2017,5.2327,0,1.9695,5.1846,0,1.766,5.1128,0,1.5923,5.0172,0,1.4388,4.8978,0,1.3099,4.756,0,1.1989,4.5934,0,1.1025,4.4099,0,1.023,4.2057,0,0.9636,3.9805,0,0.9229,3.7346,0,0.8941,3.4678,0,0.8862,3.1802,0,0.8862,-0.0208,0 + +[0073] s +PLC 0.9415,2.1371,0,0.9513,1.9726,0,0.9672,1.8219,0,0.9986,1.6851,0,1.0412,1.5622,0,1.0984,1.4532,0,1.1628,1.358,0,1.2416,1.2767,0,1.3382,1.2093,0,1.438,1.1526,0,1.5439,1.1035,0,1.656,1.0619,0,1.7742,1.0279,0,1.8986,1.0014,0,2.0297,0.9826,0,2.1659,0.9712,0,2.3097,0.9674,0,2.4601,0.971,0,2.6047,0.9819,0,2.7381,0.9999,0,2.8647,1.0251,0,2.9841,1.0575,0,3.0945,1.0971,0,3.197,1.144,0,3.2929,1.198,0,3.3769,1.2583,0,3.4509,1.3239,0,3.5137,1.3948,0,3.5675,1.471,0,3.6061,1.5526,0,3.6369,1.6394,0,3.6515,1.7316,0,3.6568,1.8291,0,3.6493,1.9684,0,3.6347,2.0972,0,3.6022,2.2154,0,3.5585,2.3232,0,3.498,2.4205,0,3.4296,2.5072,0,3.3397,2.5834,0,3.2503,2.6492,0,3.1393,2.7074,0,3.0149,2.7613,0,2.8793,2.8108,0,2.7302,2.8558,0,2.5644,2.8965,0,2.3884,2.9327,0,2.1979,2.9646,0,1.9928,2.9921,0,1.7865,3.0235,0,1.596,3.0673,0,1.4156,3.1234,0,1.2469,3.1917,0,1.0883,3.2724,0,0.9415,3.3654,0,0.8137,3.4707,0,0.6921,3.5883,0,0.5828,3.7141,0,0.4909,3.8439,0,0.4119,3.9779,0,0.3474,4.1159,0,0.2981,4.2581,0,0.2634,4.4042,0,0.241,4.5545,0,0.2331,4.7088,0,0.2438,4.8612,0,0.2757,5.0115,0,0.3228,5.1594,0,0.3923,5.3052,0,0.4805,5.4488,0,0.5929,5.5901,0,0.7184,5.7292,0,0.8675,5.8661,0,1.0252,5.9935,0,1.1922,6.1038,0,1.3685,6.1972,0,1.5439,6.2736,0,1.7249,6.333,0,1.9137,6.3754,0,2.1015,6.4009,0,2.3018,6.4094,0,2.505,6.4019,0,2.7056,6.3795,0,2.8958,6.3422,0,3.0822,6.2898,0,3.2604,6.2227,0,3.4296,6.1405,0,3.5932,6.0434,0,3.7515,5.9313,0,3.8947,5.8075,0,4.0214,5.675,0,4.1253,5.5337,0,4.2119,5.3838,0,4.2814,5.2252,0,4.329,5.058,0,4.3554,4.8821,0,4.3655,4.6974,0,3.424,4.6974,0,3.4136,4.7944,0,3.3993,4.8842,0,3.3722,4.9668,0,3.3341,5.0421,0,3.2884,5.1102,0,3.229,5.171,0,3.1539,5.2245,0,3.0754,5.2709,0,2.9858,5.311,0,2.8958,5.3457,0,2.802,5.3751,0,2.7056,5.3992,0,2.6092,5.4179,0,2.5078,5.4313,0,2.4069,5.4392,0,2.3018,5.442,0,2.1923,5.4389,0,2.0914,5.4298,0,1.9928,5.4146,0,1.893,5.3933,0,1.7966,5.3659,0,1.7025,5.3325,0,1.6139,5.2929,0,1.5271,5.2473,0,1.4469,5.1962,0,1.373,5.14,0,1.3158,5.0788,0,1.2642,5.0126,0,1.2273,4.9413,0,1.1992,4.8651,0,1.1852,4.7837,0,1.1796,4.6974,0,1.1824,4.5702,0,1.1992,4.4541,0,1.2245,4.3491,0,1.2584,4.2551,0,1.299,4.1721,0,1.3533,4.1003,0,1.4178,4.0395,0,1.4895,3.9898,0,1.5755,3.9469,0,1.6756,3.9066,0,1.7919,3.8689,0,1.9233,3.8336,0,2.0712,3.8011,0,2.2304,3.771,0,2.4131,3.7436,0,2.6069,3.7186,0,2.802,3.69,0,2.9959,3.6515,0,3.1808,3.603,0,3.3666,3.5446,0,3.5406,3.4762,0,3.7087,3.3979,0,3.8757,3.3095,0,4.0337,3.2113,0,4.1833,3.0993,0,4.3083,2.9694,0,4.4187,2.8218,0,4.5067,2.6565,0,4.5717,2.4734,0,4.6232,2.2726,0,4.6501,2.0541,0,4.6602,1.8178,0,4.6501,1.6323,0,4.6188,1.4539,0,4.5661,1.2825,0,4.4899,1.1181,0,4.3963,0.9608,0,4.2736,0.8105,0,4.1329,0.6672,0,3.9743,0.531,0,3.8006,0.4065,0,3.6157,0.2987,0,3.424,0.2074,0,3.2211,0.1327,0,3.0127,0.0747,0,2.7952,0.0332,0,2.5644,0.0083,0,2.329,0,0,2.0875,0.0088,0,1.8521,0.035,0,1.6249,0.0788,0,1.4156,0.14,0,1.209,0.2188,0,1.021,0.3152,0,0.835,0.4289,0,0.6646,0.5603,0,0.5108,0.7074,0,0.3743,0.8689,0,0.2578,1.0446,0,0.1636,1.2346,0,0.0939,1.4388,0,0.0403,1.6573,0,0.0101,1.8901,0,0,2.1371,0 + +[0074] t +PLC 1.9104,9.0604,0,1.9726,9.0604,0,1.9726,6.6513,0,3.3565,6.6513,0,3.3565,5.8048,0,1.9726,5.8048,0,1.9726,1.2528,0,1.9791,1.1859,0,1.9894,1.1279,0,2.0057,1.0789,0,2.0298,1.0388,0,2.0589,1.0076,0,2.0981,0.9853,0,2.1458,0.9719,0,2.1962,0.9674,0,3.1713,0.9674,0,3.1713,0,0,2.0298,0,0,1.8095,0.0197,0,1.6131,0.0787,0,1.4548,0.1772,0,1.3237,0.3151,0,1.2217,0.4923,0,1.148,0.7089,0,1.1049,0.9649,0,1.0883,1.2603,0,1.0883,5.8048,0,0,5.8048,0,0,6.6513,0,1.0883,6.6513,0,1.0883,8.5881,0 + +[0075] u +PLC 2.1363,0.9755,0,2.2671,0.9996,0,2.3941,1.0397,0,2.5151,1.0959,0,2.6261,1.1682,0,2.7382,1.2565,0,2.8401,1.3609,0,2.9309,1.4814,0,3.0206,1.6142,0,3.1002,1.7556,0,3.1663,1.9057,0,3.2235,2.0643,0,3.2761,2.2316,0,3.3154,2.4075,0,3.3456,2.5921,0,3.3652,2.7852,0,3.3652,6.4358,0,4.249,6.4358,0,4.249,-0.0227,0,3.3652,-0.0227,0,3.3652,0.9315,0,3.1865,0.7132,0,3.001,0.524,0,2.8144,0.3639,0,2.6216,0.2328,0,2.421,0.131,0,2.2204,0.0582,0,2.0153,0.0146,0,1.8073,0,0,1.6336,0.0076,0,1.4694,0.0305,0,1.3111,0.0688,0,1.152,0.1223,0,0.9965,0.1912,0,0.8491,0.2753,0,0.7017,0.3747,0,0.5633,0.4894,0,0.4291,0.6246,0,0.315,0.7855,0,0.2231,0.972,0,0.1447,1.1843,0,0.0797,1.4222,0,0.0401,1.6858,0,0.0102,1.9752,0,0.0001,2.2901,0,0.0001,6.4358,0,0.888,6.4358,0,0.888,2.2901,0,0.8919,2.1004,0,0.9051,1.9272,0,0.9275,1.7704,0,0.9595,1.63,0,0.9965,1.5061,0,1.0458,1.3985,0,1.1027,1.3075,0,1.1646,1.2329,0,1.2419,1.1707,0,1.3237,1.1168,0,1.4123,1.0711,0,1.5143,1.0338,0,1.6205,1.0048,0,1.7398,0.984,0,1.8662,0.9716,0,1.9979,0.9674,0 + +[0076] v +PLC -0.0002,6.4283,0,0.9985,6.4283,0,2.405,1.5854,0,2.5003,1.5854,0,3.9091,6.4283,0,4.9061,6.4283,0,2.9898,-0.0208,0,1.9175,-0.0208,0 + +[0077] w +PLC 0.9937,6.4283,0,1.9456,2.1881,0,2.8397,6.4283,0,3.8374,6.4283,0,4.7845,2.1881,0,5.6811,6.4283,0,6.6764,6.4283,0,5.2743,-0.0208,0,4.3138,-0.0208,0,3.3499,4.1948,0,2.4331,-0.0208,0,1.4748,-0.0208,0,-0.0001,6.4283,0 + +[0078] x +PLC 4.5374,-0.0208,0,2.75,2.6133,0,1.1249,-0.0208,0,-0.0006,-0.0208,0,2.1611,3.4749,0,0.1465,6.4283,0,1.367,6.4283,0,2.9877,4.0531,0,4.3696,6.4283,0,5.4954,6.4283,0,3.5873,3.1556,0,5.7532,-0.0208,0 + +[0079] y +PLC 1.5856,0.9013,0,-0.2402,6.4283,0,0.7321,6.4283,0,2.1135,2.2467,0,3.7431,6.4283,0,4.7765,6.4283,0,2.1404,-0.3042,0,1.9874,-0.6297,0,1.803,-0.8977,0,1.5839,-1.108,0,1.3323,-1.2608,0,1.0476,-1.356,0,0.7327,-1.3937,0,0.3864,-1.3737,0,-0.0003,-1.2963,0,-0.0003,-0.2815,0,0.2182,-0.3616,0,0.4163,-0.4129,0,0.5945,-0.4353,0,0.7526,-0.429,0,0.8918,-0.3937,0,1.0103,-0.3297,0,1.1104,-0.2369,0,1.1886,-0.1153,0 + +[007a] z +PLC 4.4268,6.4094,0,4.4268,5.3588,0,1.2359,1.0884,0,4.6479,1.0884,0,4.6479,0,0,0,0,0,0,1.0506,0,3.1909,5.321,0,0.3323,5.321,0,0.3323,6.4094,0 + +[007b] { +PLC 2.7815,-1.3253,0,2.6014,-1.3102,0,2.4251,-1.2851,0,2.2539,-1.25,0,2.0903,-1.2048,0,1.9267,-1.1496,0,1.7731,-1.0843,0,1.6252,-1.009,0,1.484,-0.9135,0,1.3618,-0.7874,0,1.2632,-0.6307,0,1.1813,-0.4436,0,1.1161,-0.2259,0,1.0704,0.0223,0,1.0398,0.301,0,1.0356,0.6103,0,1.0356,2.4545,0,1.03,2.6716,0,1.0256,2.8702,0,1.0152,3.0505,0,0.9975,3.2123,0,0.9807,3.3556,0,0.9583,3.4806,0,0.9292,3.5871,0,0.9012,3.6752,0,0.856,3.7492,0,0.7924,3.8133,0,0.7084,3.8675,0,0.6064,3.9119,0,0.4853,3.9464,0,0.3419,3.971,0,0.1824,3.9858,0,0,3.9908,0,0,4.9582,0,0.1824,4.9631,0,0.3419,4.9779,0,0.4853,5.0026,0,0.6064,5.0371,0,0.7084,5.0815,0,0.7924,5.1357,0,0.856,5.1998,0,0.9012,5.2738,0,0.9292,5.3619,0,0.9583,5.4684,0,0.9807,5.5933,0,0.9975,5.7367,0,1.0152,5.8985,0,1.0256,6.0787,0,1.03,6.2774,0,1.0356,6.4944,0,1.0356,8.3386,0,1.0398,8.6479,0,1.0704,8.9266,0,1.1161,9.1749,0,1.1813,9.3925,0,1.2632,9.5797,0,1.3618,9.7363,0,1.484,9.8624,0,1.6252,9.958,0,1.7731,10.0333,0,1.9267,10.0985,0,2.0903,10.1537,0,2.2539,10.1989,0,2.4251,10.2341,0,2.6014,10.2591,0,2.7815,10.2742,0,2.9679,10.2792,0,2.9679,9.6746,0,2.8614,9.6714,0,2.7569,9.6619,0,2.6574,9.6461,0,2.561,9.624,0,2.4725,9.5956,0,2.3851,9.5608,0,2.2988,9.5198,0,2.2248,9.4724,0,2.1497,9.4101,0,2.0903,9.3244,0,2.0365,9.2153,0,1.9962,9.0827,0,1.9592,8.9266,0,1.9368,8.7471,0,1.9222,8.5442,0,1.9166,8.3179,0,1.9166,6.4736,0,1.9121,6.2046,0,1.8975,5.9567,0,1.8673,5.7301,0,1.8303,5.5246,0,1.7832,5.3403,0,1.7216,5.1773,0,1.6521,5.0354,0,1.5703,4.9148,0,1.4882,4.8116,0,1.4021,4.7221,0,1.3203,4.6465,0,1.2408,4.5845,0,1.1612,4.5364,0,1.0827,4.502,0,1.0054,4.4814,0,0.9337,4.4745,0,1.0054,4.4676,0,1.0827,4.447,0,1.1612,4.4126,0,1.2408,4.3644,0,1.3203,4.3025,0,1.4021,4.2268,0,1.4882,4.1374,0,1.5703,4.0342,0,1.6521,3.9135,0,1.7216,3.7717,0,1.7832,3.6086,0,1.8303,3.4244,0,1.8673,3.2189,0,1.8975,2.9922,0,1.9121,2.7444,0,1.9166,2.4753,0,1.9166,0.6311,0,1.9222,0.4047,0,1.9368,0.2018,0,1.9592,0.0223,0,1.9962,-0.1337,0,2.0365,-0.2663,0,2.0903,-0.3754,0,2.1497,-0.4612,0,2.2248,-0.5234,0,2.2988,-0.5708,0,2.3851,-0.6119,0,2.4725,-0.6466,0,2.561,-0.6751,0,2.6574,-0.6972,0,2.7569,-0.713,0,2.8614,-0.7224,0,2.9679,-0.7256,0,2.9679,-1.3303,0 + +[007d] } +PLC -0.0002,-0.7256,0,0.1111,-0.7224,0,0.2105,-0.713,0,0.3151,-0.6972,0,0.4092,-0.6751,0,0.5,-0.6466,0,0.5874,-0.6119,0,0.6692,-0.5708,0,0.7477,-0.5234,0,0.8172,-0.4612,0,0.8819,-0.3754,0,0.9335,-0.2663,0,0.9763,-0.1337,0,1.0077,0.0223,0,1.0335,0.2018,0,1.0503,0.4047,0,1.0525,0.6311,0,1.0525,2.4753,0,1.0604,2.7444,0,1.075,2.9922,0,1.0996,3.2189,0,1.14,3.4244,0,1.1893,3.6086,0,1.2462,3.7717,0,1.3159,3.9135,0,1.4,4.0342,0,1.4838,4.1374,0,1.5681,4.2268,0,1.6522,4.3025,0,1.7317,4.3644,0,1.8113,4.4126,0,1.8898,4.447,0,1.9649,4.4676,0,2.0388,4.4745,0,1.9649,4.4814,0,1.8898,4.502,0,1.8113,4.5364,0,1.7317,4.5845,0,1.6522,4.6465,0,1.5681,4.7221,0,1.4838,4.8116,0,1.4,4.9148,0,1.3159,5.0354,0,1.2462,5.1773,0,1.1893,5.3403,0,1.14,5.5246,0,1.0996,5.7301,0,1.075,5.9567,0,1.0604,6.2046,0,1.0525,6.4736,0,1.0525,8.3179,0,1.0503,8.5442,0,1.0335,8.7471,0,1.0077,8.9266,0,0.9763,9.0827,0,0.9335,9.2153,0,0.8819,9.3244,0,0.8172,9.4101,0,0.7477,9.4724,0,0.6692,9.5198,0,0.5874,9.5608,0,0.5,9.5956,0,0.4092,9.624,0,0.3151,9.6461,0,0.2105,9.6619,0,0.1111,9.6714,0,-0.0002,9.6746,0,-0.0002,10.2792,0,0.1884,10.2742,0,0.3689,10.2591,0,0.5448,10.2341,0,0.7163,10.1989,0,0.8819,10.1537,0,1.0402,10.0985,0,1.1994,10.0333,0,1.3473,9.958,0,1.4838,9.8624,0,1.6073,9.7363,0,1.7093,9.5797,0,1.7889,9.3925,0,1.855,9.1749,0,1.9021,8.9266,0,1.9279,8.6479,0,1.9368,8.3386,0,1.9368,6.4944,0,1.9402,6.2774,0,1.9469,6.0787,0,1.9548,5.8985,0,1.9691,5.7367,0,1.9918,5.5933,0,2.0142,5.4684,0,2.0388,5.3619,0,2.0713,5.2738,0,2.1128,5.1998,0,2.1778,5.1357,0,2.2619,5.0815,0,2.3605,5.0371,0,2.4871,5.0026,0,2.6261,4.9779,0,2.7875,4.9631,0,2.9702,4.9582,0,2.9702,3.9908,0,2.7875,3.9858,0,2.6261,3.971,0,2.4871,3.9464,0,2.3605,3.9119,0,2.2619,3.8675,0,2.1778,3.8133,0,2.1128,3.7492,0,2.0713,3.6752,0,2.0388,3.5871,0,2.0142,3.4806,0,1.9918,3.3556,0,1.9691,3.2123,0,1.9548,3.0505,0,1.9469,2.8702,0,1.9402,2.6716,0,1.9368,2.4545,0,1.9368,0.6103,0,1.9279,0.301,0,1.9021,0.0223,0,1.855,-0.2259,0,1.7889,-0.4436,0,1.7093,-0.6307,0,1.6073,-0.7874,0,1.4838,-0.9135,0,1.3473,-1.009,0,1.1994,-1.0843,0,1.0402,-1.1496,0,0.8819,-1.2048,0,0.7163,-1.25,0,0.5448,-1.2851,0,0.3689,-1.3102,0,0.1884,-1.3253,0,-0.0002,-1.3303,0 + +[00a2] ¢ +PLC 0.0123,5.2208,0,0.0464,5.5014,0,0.1036,5.7734,0,0.1837,6.0369,0,0.2863,6.2919,0,0.4124,6.5383,0,0.5603,6.7762,0,0.7318,7.0055,0,0.9223,7.2166,0,1.1274,7.3995,0,1.3471,7.5542,0,1.5819,7.6808,0,1.8313,7.7793,0,2.0964,7.8496,0,2.376,7.8919,0,2.6696,7.9059,0,2.7335,7.9054,0,2.7963,7.9037,0,2.859,7.9009,0,2.9207,7.897,0,2.9818,7.8919,0,3.0417,7.8857,0,3.1017,7.8784,0,3.1605,7.87,0,3.406,8.7562,0,3.94,8.6391,0,3.6946,7.7661,0,3.8173,7.7201,0,3.9406,7.6642,0,4.0639,7.5984,0,4.1872,7.5228,0,4.3105,7.4373,0,4.4343,7.342,0,4.5582,7.2368,0,4.6826,7.1218,0,4.7997,6.9952,0,4.9045,6.8554,0,4.9953,6.7025,0,5.0732,6.5365,0,5.1382,6.3572,0,5.1897,6.1648,0,5.2284,5.9592,0,5.253,5.7405,0,4.2074,5.7405,0,4.176,5.9057,0,4.1423,6.0555,0,4.1048,6.1898,0,4.0645,6.3088,0,4.0207,6.4123,0,3.9742,6.5004,0,3.9238,6.5732,0,3.8711,6.6305,0,3.8162,6.6781,0,3.763,6.7216,0,3.7103,6.7612,0,3.6587,6.7968,0,3.6077,6.8283,0,3.5573,6.8558,0,3.508,6.8793,0,3.4598,6.8988,0,2.3497,2.8627,0,2.3928,2.8543,0,2.4365,2.847,0,2.4802,2.8408,0,2.5256,2.8358,0,2.571,2.8318,0,2.6181,2.829,0,2.6646,2.8273,0,2.7122,2.8268,0,2.8708,2.8303,0,3.0193,2.8408,0,3.1589,2.8583,0,3.2894,2.8828,0,3.4099,2.9143,0,3.5214,2.9527,0,3.6234,2.9982,0,3.7159,3.0507,0,3.8016,3.1137,0,3.8829,3.1907,0,3.9597,3.2817,0,4.0308,3.3868,0,4.0981,3.5059,0,4.1603,3.639,0,4.2186,3.7861,0,4.2712,3.9473,0,5.3601,3.9473,0,5.3147,3.726,0,5.2519,3.5166,0,5.1723,3.319,0,5.076,3.1334,0,4.9628,2.9596,0,4.8327,2.7976,0,4.6859,2.6475,0,4.5223,2.5093,0,4.343,2.3853,0,4.1508,2.2779,0,3.9451,2.1869,0,3.7254,2.1125,0,3.4923,2.0547,0,3.2457,2.0133,0,2.9857,1.9885,0,2.7122,1.9803,0,2.6332,1.9812,0,2.5553,1.9839,0,2.478,1.9885,0,2.4029,1.9949,0,2.3289,2.0031,0,2.2561,2.0132,0,2.1843,2.0251,0,2.1148,2.0388,0,1.7304,0.6443,0,1.1964,0.7634,0,1.5914,2.2127,0,1.4704,2.2749,0,1.3465,2.3512,0,1.2205,2.4413,0,1.0927,2.5455,0,0.9616,2.6636,0,0.8287,2.7957,0,0.6937,2.9417,0,0.5558,3.1017,0,0.4258,3.2764,0,0.3126,3.4666,0,0.2174,3.6722,0,0.1395,3.8932,0,0.0784,4.1297,0,0.0358,4.3816,0,0.0095,4.649,0,0.0005,4.9318,0 +PLC 2.4937,6.9307,0,2.3345,6.9075,0,2.1815,6.8687,0,2.0347,6.8145,0,1.8929,6.7447,0,1.7584,6.6595,0,1.629,6.5587,0,1.5063,6.4425,0,1.3931,6.3085,0,1.2956,6.1546,0,1.2132,5.9808,0,1.1454,5.787,0,1.0933,5.5733,0,1.0557,5.3397,0,1.0333,5.0862,0,1.0254,4.8127,0,1.031,4.5638,0,1.0456,4.3366,0,1.0714,4.1312,0,1.1073,3.9475,0,1.1527,3.7856,0,1.2087,3.6455,0,1.2748,3.5271,0,1.3516,3.4305,0,1.43,3.3485,0,1.504,3.2738,0,1.5724,3.2066,0,1.6352,3.1468,0,1.6934,3.0944,0,1.7467,3.0495,0,1.7943,3.0119,0,1.8369,2.9817,0,2.9151,6.9271,0,2.8859,6.9298,0,2.8551,6.9321,0,2.8243,6.934,0,2.7929,6.9356,0,2.7604,6.9369,0,2.7268,6.9378,0,2.6932,6.9383,0,2.6595,6.9385,0 + +[00a4] ¤ +PLC 0.0134,3.5828,0,0.0464,3.8905,0,0.0991,4.1863,0,0.1731,4.4703,0,0.2695,4.7423,0,0.3883,5.0025,0,0.5273,5.2508,0,0.6909,5.4873,0,0.8669,5.7034,0,1.0596,5.8907,0,1.2681,6.0492,0,1.4855,6.1789,0,1.7209,6.2798,0,1.9664,6.3518,0,2.2286,6.395,0,2.5066,6.4094,0,2.7789,6.395,0,3.0412,6.3518,0,3.2889,6.2798,0,3.5254,6.1789,0,3.745,6.0492,0,3.9535,5.8907,0,4.1463,5.7034,0,4.3278,5.4873,0,4.4881,5.2507,0,4.6271,5.0018,0,4.7481,4.7407,0,4.8456,4.4674,0,4.9196,4.1819,0,4.9734,3.8841,0,5.0093,3.5741,0,5.0182,3.252,0,5.0093,2.9076,0,4.9734,2.5784,0,4.9196,2.2644,0,4.8456,1.9656,0,4.7481,1.682,0,4.6271,1.4135,0,4.4881,1.1602,0,4.3278,0.9221,0,4.1463,0.706,0,3.9535,0.5186,0,3.745,0.3602,0,3.5254,0.2305,0,3.2889,0.1297,0,3.0412,0.0577,0,2.7789,0.0144,0,2.5066,0,0,2.2286,0.0144,0,1.9664,0.0577,0,1.7209,0.1297,0,1.4855,0.2305,0,1.2681,0.3602,0,1.0596,0.5186,0,0.8669,0.706,0,0.6909,0.9221,0,0.5273,1.1604,0,0.3883,1.4142,0,0.2695,1.6836,0,0.1731,1.9685,0,0.0991,2.2689,0,0.0464,2.5848,0,0.0134,2.9163,0,-0.0006,3.2632,0 +PLC 0.9504,2.9807,0,0.9756,2.7261,0,1.0103,2.4883,0,1.0619,2.2672,0,1.1269,2.0629,0,1.2065,1.8754,0,1.2995,1.7045,0,1.4093,1.5504,0,1.5304,1.4137,0,1.6548,1.2954,0,1.7837,1.1952,0,1.917,1.1132,0,2.056,1.0494,0,2.1995,1.0039,0,2.3508,0.9766,0,2.5066,0.9674,0,2.6624,0.9766,0,2.8114,1.0039,0,2.9526,1.0494,0,3.0961,1.1132,0,3.2295,1.1952,0,3.3584,1.2954,0,3.4828,1.4137,0,3.6038,1.5504,0,3.7159,1.7046,0,3.81,1.8761,0,3.8885,2.0645,0,3.9557,2.2701,0,4.0051,2.4927,0,4.042,2.7325,0,4.0678,2.9893,0,4.0723,3.2632,0,4.0678,3.5231,0,4.042,3.7666,0,4.0051,3.994,0,3.9557,4.2052,0,3.8885,4.4003,0,3.81,4.5791,0,3.7159,4.7418,0,3.6038,4.8883,0,3.4828,5.018,0,3.3584,5.1305,0,3.2295,5.2257,0,3.0961,5.3036,0,2.9526,5.3641,0,2.8114,5.4074,0,2.6624,5.4333,0,2.5066,5.442,0,2.3508,5.4333,0,2.1995,5.4074,0,2.056,5.3641,0,1.917,5.3036,0,1.7837,5.2257,0,1.6548,5.1305,0,1.5304,5.018,0,1.4093,4.8883,0,1.2995,4.7416,0,1.2065,4.5784,0,1.1269,4.3987,0,1.0619,4.2024,0,1.0103,3.9896,0,0.9756,3.7602,0,0.9504,3.5144,0,0.9453,3.252,0 + +[00b0] ° +PLC 0.0078,8.4905,0,0.0179,8.6315,0,0.0481,8.7672,0,0.0829,8.8977,0,0.1299,9.023,0,0.1871,9.1431,0,0.251,9.2579,0,0.3283,9.3675,0,0.4146,9.4678,0,0.4987,9.5548,0,0.5928,9.6283,0,0.6886,9.6885,0,0.7912,9.7353,0,0.8999,9.7688,0,1.0064,9.7888,0,1.123,9.7955,0,1.235,9.7888,0,1.346,9.7688,0,1.4457,9.7353,0,1.5522,9.6885,0,1.6464,9.6283,0,1.7427,9.5548,0,1.8268,9.4678,0,1.9131,9.3675,0,1.9927,9.2579,0,2.0599,9.1431,0,2.1171,9.023,0,2.1642,8.8977,0,2.195,8.7672,0,2.2236,8.6315,0,2.2381,8.4905,0,2.2426,8.3443,0,2.2381,8.1956,0,2.2236,8.0526,0,2.195,7.9153,0,2.1642,7.7838,0,2.1171,7.6581,0,2.0599,7.5381,0,1.9927,7.4239,0,1.9131,7.3154,0,1.8268,7.2165,0,1.7427,7.1307,0,1.6464,7.0581,0,1.5522,6.9987,0,1.4457,6.9525,0,1.346,6.9195,0,1.235,6.8997,0,1.123,6.8931,0,1.0064,6.8997,0,0.8999,6.9195,0,0.7912,6.9525,0,0.6886,6.9987,0,0.5928,7.0581,0,0.4987,7.1307,0,0.4146,7.2165,0,0.3283,7.3154,0,0.251,7.4239,0,0.1871,7.5381,0,0.1299,7.6581,0,0.0829,7.7838,0,0.0481,7.9153,0,0.0179,8.0526,0,0.0078,8.1956,0,0.001,8.3443,0 +PLC 0.3597,8.2421,0,0.3675,8.1444,0,0.3855,8.0512,0,0.4101,7.9624,0,0.4415,7.878,0,0.4763,7.7982,0,0.5211,7.7228,0,0.5738,7.6518,0,0.6332,7.5873,0,0.6886,7.5315,0,0.752,7.4842,0,0.8215,7.4456,0,0.8898,7.4155,0,0.9649,7.394,0,1.0411,7.3812,0,1.123,7.3769,0,1.2003,7.3812,0,1.2787,7.394,0,1.3482,7.4155,0,1.4233,7.4456,0,1.485,7.4842,0,1.5522,7.5315,0,1.6083,7.5873,0,1.6654,7.6518,0,1.7203,7.7228,0,1.7618,7.7982,0,1.8021,7.878,0,1.8347,7.9624,0,1.8593,8.0512,0,1.8784,8.1444,0,1.8879,8.2421,0,1.8907,8.3443,0,1.8879,8.4439,0,1.8784,8.5396,0,1.8593,8.6313,0,1.8347,8.7192,0,1.8021,8.803,0,1.7618,8.883,0,1.7203,8.9591,0,1.6654,9.0312,0,1.6083,9.0969,0,1.5522,9.1539,0,1.485,9.2022,0,1.4233,9.2416,0,1.3482,9.2723,0,1.2787,9.2942,0,1.2003,9.3074,0,1.123,9.3118,0,1.0411,9.3074,0,0.9649,9.2942,0,0.8898,9.2723,0,0.8215,9.2416,0,0.752,9.2022,0,0.6886,9.1539,0,0.6332,9.0969,0,0.5738,9.0312,0,0.5211,8.9591,0,0.4763,8.883,0,0.4415,8.803,0,0.4101,8.7192,0,0.3855,8.6313,0,0.3675,8.5396,0,0.3597,8.4439,0,0.3547,8.3443,0 + +[00b1] ± +PLC 3.6812,9.4346,0,3.6812,6.0466,0,6.6345,6.0466,0,6.6345,5.2001,0,3.6812,5.2001,0,3.6812,1.7989,0,2.9728,1.7989,0,2.9728,5.2001,0,0.0252,5.2001,0,0.0252,6.0466,0,2.9728,6.0466,0,2.9728,9.4346,0 +PLC 6.5829,1.0884,0,6.5829,0.2419,0,0.0005,0.2419,0,0.0005,1.0884,0 + +[00c4] Ä +PLC 5.2561,-0.0832,0,4.508,2.5396,0,1.7032,2.5396,0,0.9551,-0.0832,0,-0.0004,-0.0832,0,2.5724,8.9168,0,3.6382,8.9168,0,6.2116,-0.0832,0 +PLC 4.1997,3.628,0,3.1395,7.3372,0,3.0706,7.3372,0,2.0075,3.628,0 +PLC 1.3933,11.5211,0,2.5158,11.5211,0,2.5158,10.0699,0,1.3933,10.0699,0 +PLC 3.6948,11.5211,0,4.8195,11.5211,0,4.8195,10.0699,0,3.6948,10.0699,0 + +[00d6] Ö +PLC 0.0138,5.0309,0,0.0637,5.455,0,0.1427,5.8658,0,0.2542,6.2632,0,0.3971,6.6473,0,0.5759,7.0181,0,0.7815,7.3756,0,1.0191,7.7198,0,1.2853,8.0362,0,1.5616,8.3105,0,1.8569,8.5426,0,2.1634,8.7324,0,2.4907,8.8801,0,2.8281,8.9855,0,3.1822,9.0488,0,3.551,9.0699,0,3.9175,9.0488,0,4.2649,8.9855,0,4.5989,8.8801,0,4.9139,8.7324,0,5.2165,8.5426,0,5.4955,8.3105,0,5.7612,8.0362,0,6.0094,7.7198,0,6.2285,7.3755,0,6.4247,7.0174,0,6.5905,6.6457,0,6.7217,6.2604,0,6.8293,5.8613,0,6.901,5.4486,0,6.9453,5.0222,0,6.9604,4.5822,0,6.9453,4.12,0,6.901,3.6744,0,6.8293,3.2455,0,6.7217,2.8331,0,6.5905,2.4374,0,6.4247,2.0584,0,6.2285,1.6959,0,6.0094,1.3501,0,5.7612,1.0336,0,5.4955,0.7594,0,5.2165,0.5274,0,4.9139,0.3375,0,4.5989,0.1898,0,4.2649,0.0843,0,3.9175,0.0211,0,3.551,0,0,3.1822,0.0211,0,2.8281,0.0843,0,2.4907,0.1898,0,2.1634,0.3375,0,1.8569,0.5274,0,1.5616,0.7594,0,1.2853,1.0336,0,1.0191,1.3501,0,0.7815,1.6961,0,0.5759,2.0591,0,0.3971,2.439,0,0.2542,2.836,0,0.1427,3.2499,0,0.0637,3.6808,0,0.0138,4.1287,0,-0.0008,4.5935,0 +PLC 0.9552,4.1605,0,0.9945,3.7637,0,1.0539,3.3919,0,1.1435,3.045,0,1.2573,2.723,0,1.3935,2.4259,0,1.5549,2.1538,0,1.7432,1.9066,0,1.9466,1.6864,0,2.1567,1.4957,0,2.3725,1.3343,0,2.5949,1.2023,0,2.8225,1.0995,0,3.0578,1.0262,0,3.3033,0.9821,0,3.551,0.9674,0,3.7942,0.9821,0,4.0368,1.0262,0,4.2649,1.0995,0,4.4852,1.2023,0,4.6987,1.3343,0,4.9038,1.4957,0,5.0965,1.6864,0,5.2882,1.9066,0,5.4546,2.154,0,5.6043,2.4266,0,5.7309,2.7246,0,5.8329,3.0478,0,5.9147,3.3964,0,5.9719,3.7702,0,6.0038,4.1692,0,6.0189,4.5935,0,6.0038,5.0037,0,5.9719,5.3894,0,5.9147,5.7509,0,5.8329,6.088,0,5.7309,6.4007,0,5.6043,6.689,0,5.4546,6.953,0,5.2882,7.1926,0,5.0965,7.4059,0,4.9038,7.5907,0,4.6987,7.7471,0,4.4852,7.875,0,4.2649,7.9745,0,4.0368,8.0456,0,3.7942,8.0882,0,3.551,8.1024,0,3.3033,8.0882,0,3.0578,8.0456,0,2.8225,7.9745,0,2.5949,7.875,0,2.3725,7.7471,0,2.1567,7.5907,0,1.9466,7.4059,0,1.7432,7.1926,0,1.5549,6.9528,0,1.3935,6.6883,0,1.2573,6.3991,0,1.1435,6.0851,0,1.0539,5.7464,0,0.9945,5.3831,0,0.9552,4.995,0,0.9452,4.5822,0 +PLC 1.839,11.5211,0,2.9614,11.5211,0,2.9614,10.0699,0,1.839,10.0699,0 +PLC 4.1405,11.5211,0,5.2652,11.5211,0,5.2652,10.0699,0,4.1405,10.0699,0 + +[00d7] × +PLC 2.676,4.3838,0,-0.0005,7.8096,0,0.4781,8.4237,0,3.1512,4.9979,0,5.8243,8.4237,0,6.3051,7.8096,0,3.632,4.3838,0,6.3051,0.9599,0,5.8243,0.3458,0,3.1512,3.7697,0,0.4781,0.3458,0,-0.0005,0.9599,0 + +[00dc] Ü +PLC 3.1051,0.9764,0,3.289,1.0032,0,3.4666,1.0479,0,3.6459,1.1106,0,3.814,1.1911,0,3.9844,1.2895,0,4.1503,1.4058,0,4.3145,1.54,0,4.463,1.6952,0,4.5963,1.8747,0,4.7067,2.0784,0,4.7947,2.3062,0,4.8642,2.5583,0,4.9158,2.8346,0,4.9483,3.135,0,4.9589,3.4598,0,4.9589,8.9867,0,5.8427,8.9867,0,5.8427,3.4598,0,5.8298,2.9991,0,5.7883,2.574,0,5.7267,2.1847,0,5.6297,1.8309,0,5.5137,1.5129,0,5.368,1.2306,0,5.196,0.9838,0,4.9948,0.7729,0,4.7779,0.5917,0,4.547,0.4347,0,4.3094,0.3019,0,4.0539,0.1932,0,3.7916,0.1086,0,3.5114,0.0483,0,3.2245,0.012,0,2.9219,0,0,2.6226,0.012,0,2.3279,0.0483,0,2.0522,0.1086,0,1.7877,0.1932,0,1.5344,0.3019,0,1.2923,0.4347,0,1.0636,0.5917,0,0.8484,0.7729,0,0.6478,0.9838,0,0.4741,1.2306,0,0.3306,1.5129,0,0.2141,1.8309,0,0.1177,2.1847,0,0.0561,2.574,0,0.0135,2.9991,0,-0.0005,3.4598,0,-0.0005,8.9867,0,0.8854,8.9867,0,0.8854,3.4598,0,0.8961,3.135,0,0.928,2.8346,0,0.9751,2.5583,0,1.0491,2.3062,0,1.1387,2.0784,0,1.2474,1.8747,0,1.3763,1.6952,0,1.5299,1.54,0,1.6935,1.4058,0,1.8616,1.2895,0,2.0281,1.1911,0,2.199,1.1106,0,2.3772,1.0479,0,2.5554,1.0032,0,2.7398,0.9764,0,2.9219,0.9674,0 +PLC 1.2099,11.5211,0,2.3324,11.5211,0,2.3324,10.0699,0,1.2099,10.0699,0 +PLC 3.5114,11.5211,0,4.6361,11.5211,0,4.6361,10.0699,0,3.5114,10.0699,0 + +[00df] ß +PLC 2.9747,9.0583,0,3.2022,9.0234,0,3.4129,8.9654,0,3.613,8.884,0,3.8041,8.7795,0,3.9828,8.6517,0,4.151,8.5006,0,4.3034,8.3264,0,4.4485,8.1391,0,4.5718,7.9493,0,4.6738,7.7569,0,4.7601,7.5618,0,4.8217,7.3641,0,4.8688,7.1638,0,4.8991,6.9608,0,4.9092,6.7552,0,4.9019,6.6056,0,4.889,6.4573,0,4.8666,6.3101,0,4.8402,6.1643,0,4.7971,6.0196,0,4.7506,5.8762,0,4.6906,5.734,0,4.629,5.5931,0,4.5528,5.4593,0,4.4732,5.3387,0,4.3891,5.2312,0,4.295,5.1368,0,4.1975,5.0554,0,4.0949,4.9873,0,3.9828,4.9322,0,3.868,4.8902,0,3.9845,4.8536,0,4.0988,4.8024,0,4.2154,4.7366,0,4.3247,4.6561,0,4.4368,4.561,0,4.5404,4.4514,0,4.6441,4.3271,0,4.7433,4.1882,0,4.8402,4.0359,0,4.9193,3.8712,0,4.9915,3.6942,0,5.0448,3.5049,0,5.0874,3.3033,0,5.1165,3.0894,0,5.1372,2.8631,0,5.1429,2.6246,0,5.1344,2.3961,0,5.1042,2.1717,0,5.0549,1.9515,0,4.9831,1.7353,0,4.8968,1.5233,0,4.7881,1.3153,0,4.6592,1.1115,0,4.5079,0.9117,0,4.3421,0.7263,0,4.1582,0.5657,0,3.9621,0.4298,0,3.7548,0.3186,0,3.5295,0.2321,0,3.2863,0.1704,0,3.0307,0.1333,0,2.7584,0.1209,0,1.8859,0.1209,0,1.8859,1.0884,0,2.7584,1.0884,0,2.9074,1.0943,0,3.0531,1.1122,0,3.1899,1.1419,0,3.3233,1.1836,0,3.4449,1.2371,0,3.5631,1.3026,0,3.6774,1.3799,0,3.7873,1.4691,0,3.8803,1.5703,0,3.9677,1.6833,0,4.0394,1.8083,0,4.0966,1.9451,0,4.1414,2.0938,0,4.1762,2.2544,0,4.1958,2.4269,0,4.1975,2.6114,0,4.1907,2.8439,0,4.1661,3.0603,0,4.1252,3.2609,0,4.0641,3.4454,0,3.9868,3.614,0,3.8932,3.7665,0,3.7873,3.9031,0,3.6606,4.0238,0,3.5194,4.1295,0,3.3703,4.221,0,3.2123,4.2984,0,3.047,4.3618,0,2.8733,4.4111,0,2.6889,4.4463,0,2.4984,4.4675,0,2.2961,4.4745,0,1.8859,4.4745,0,1.8859,5.2001,0,2.2961,5.2001,0,2.4984,5.2074,0,2.6844,5.2295,0,2.8581,5.2664,0,3.0218,5.3179,0,3.1759,5.3843,0,3.3109,5.4652,0,3.432,5.5611,0,3.5441,5.6715,0,3.6427,5.7914,0,3.7307,5.9151,0,3.8018,6.0428,0,3.8596,6.1744,0,3.9027,6.3099,0,3.938,6.4493,0,3.9604,6.5927,0,3.9621,6.7401,0,3.9604,6.8834,0,3.9397,7.0206,0,3.9128,7.1517,0,3.868,7.2765,0,3.8147,7.3952,0,3.7492,7.5077,0,3.6707,7.614,0,3.581,7.7142,0,3.4847,7.8051,0,3.3849,7.884,0,3.284,7.9508,0,3.1798,8.0053,0,3.0756,8.0479,0,2.9646,8.0782,0,2.8525,8.0964,0,2.736,8.1024,0,2.0181,8.1024,0,1.9015,8.0971,0,1.7928,8.081,0,1.6847,8.0542,0,1.5799,8.0167,0,1.4857,7.9685,0,1.3893,7.9095,0,1.2997,7.8399,0,1.2156,7.7595,0,1.136,7.6657,0,1.0699,7.5556,0,1.0128,7.4293,0,0.9679,7.2869,0,0.9304,7.1282,0,0.9085,6.9533,0,0.8884,6.7622,0,0.8861,6.5549,0,0.8861,0.1209,0,-0.0004,0.1209,0,-0.0004,6.5549,0,0.0097,6.8528,0,0.0371,7.1325,0,0.0791,7.3938,0,0.1408,7.6369,0,0.2226,7.8617,0,0.3173,8.0683,0,0.4356,8.2565,0,0.5695,8.4265,0,0.718,8.5773,0,0.876,8.708,0,1.0402,8.8186,0,1.2179,8.9091,0,1.4062,8.9794,0,1.6006,9.0297,0,1.8052,9.0599,0,2.0209,9.0699,0,2.7388,9.0699,0 + +[00e4] ä +PLC 2.3725,6.4008,0,2.563,6.375,0,2.7435,6.3321,0,2.9161,6.2719,0,3.073,6.1946,0,3.2243,6.1001,0,3.3677,5.9884,0,3.4966,5.8595,0,3.6188,5.7142,0,3.7253,5.5532,0,3.8088,5.3765,0,3.8833,5.184,0,3.9382,4.9759,0,3.9808,4.752,0,4.0032,4.5124,0,4.0122,4.2572,0,4.0122,1.1658,0,4.0251,0.9881,0,4.0424,0.8141,0,4.0615,0.6439,0,4.0929,0.4773,0,4.1287,0.3145,0,4.1713,0.1554,0,4.2223,0,0,3.2299,0,0,3.2019,0.1803,0,3.1772,0.3547,0,3.1548,0.5233,0,3.138,0.6859,0,3.0763,0.6113,0,3.0113,0.5405,0,2.9418,0.4736,0,2.8712,0.4105,0,2.7905,0.3512,0,2.7121,0.2958,0,2.6224,0.2443,0,2.5361,0.1965,0,2.4397,0.1533,0,2.3478,0.1155,0,2.2559,0.0829,0,2.1618,0.0558,0,2.0671,0.0338,0,1.9757,0.0172,0,1.8849,0.006,0,1.793,0,0,1.5846,0.0067,0,1.394,0.0265,0,1.208,0.0598,0,1.0387,0.1063,0,0.8785,0.1661,0,0.7328,0.2391,0,0.596,0.3255,0,0.475,0.4251,0,0.3629,0.5383,0,0.2654,0.6651,0,0.1847,0.8056,0,0.1175,0.9599,0,0.0637,1.1278,0,0.0267,1.3094,0,0.0043,1.5048,0,-0.0013,1.7138,0,0.0043,1.8576,0,0.0166,2,0,0.0468,2.141,0,0.0782,2.2805,0,0.1275,2.4185,0,0.1847,2.5551,0,0.2519,2.6902,0,0.327,2.824,0,0.4128,2.9545,0,0.512,3.0803,0,0.6162,3.2012,0,0.7328,3.3174,0,0.8605,3.4287,0,0.9939,3.5352,0,1.1396,3.6369,0,1.2965,3.7338,0,1.4646,3.8271,0,1.6462,3.9183,0,1.8507,4.0074,0,2.0699,4.0942,0,2.3075,4.1788,0,2.563,4.2613,0,2.8354,4.3416,0,3.129,4.4197,0,3.129,4.5841,0,3.12,4.6946,0,3.1122,4.8012,0,3.0954,4.9039,0,3.0707,5.0026,0,3.0388,5.0975,0,2.9967,5.1885,0,2.9514,5.2756,0,2.9004,5.3588,0,2.8376,5.435,0,2.7704,5.501,0,2.6941,5.5569,0,2.6056,5.6025,0,2.5126,5.6381,0,2.4072,5.6635,0,2.2996,5.6787,0,2.1763,5.6838,0,2.0598,5.6796,0,1.9555,5.6672,0,1.8592,5.6464,0,1.765,5.6174,0,1.6832,5.5801,0,1.607,5.5344,0,1.5431,5.4806,0,1.4781,5.4183,0,1.426,5.3485,0,1.3761,5.2718,0,1.3313,5.1883,0,1.2909,5.0978,0,1.2573,5.0005,0,1.2293,4.8963,0,1.2035,4.7852,0,1.1788,4.6672,0,0.2564,4.6672,0,0.2878,4.8602,0,0.327,5.0433,0,0.3853,5.2165,0,0.4571,5.3798,0,0.5456,5.5332,0,0.6521,5.6768,0,0.7675,5.8104,0,0.9042,5.9341,0,1.0466,6.0455,0,1.1956,6.1421,0,1.3526,6.2238,0,1.505,6.2906,0,1.6686,6.3426,0,1.8323,6.3797,0,2.0004,6.402,0,2.1763,6.4094,0 +PLC 0.9457,1.6055,0,0.958,1.4893,0,0.9782,1.3842,0,1.0107,1.2901,0,1.0466,1.207,0,1.0914,1.135,0,1.1486,1.0741,0,1.208,1.0241,0,1.2752,0.9825,0,1.347,0.9464,0,1.4164,0.9159,0,1.4882,0.8909,0,1.5655,0.8715,0,1.6395,0.8576,0,1.7179,0.8493,0,1.8014,0.8465,0,1.8849,0.8526,0,1.9634,0.8641,0,2.0508,0.8811,0,2.1349,0.9037,0,2.2189,0.9317,0,2.303,0.9652,0,2.3915,1.0042,0,2.4767,1.0487,0,2.563,1.1038,0,2.6471,1.1748,0,2.7345,1.2617,0,2.8129,1.3643,0,2.8936,1.4827,0,2.9721,1.617,0,3.0517,1.7671,0,3.129,1.933,0,3.129,3.5996,0,2.9228,3.5406,0,2.7266,3.4819,0,2.5462,3.4233,0,2.3781,3.3648,0,2.2234,3.3066,0,2.0811,3.2485,0,1.9522,3.1906,0,1.8323,3.1329,0,1.7258,3.0735,0,1.6238,3.0106,0,1.533,2.9442,0,1.4433,2.8743,0,1.3638,2.8008,0,1.2909,2.7239,0,1.2293,2.6434,0,1.1688,2.5594,0,1.1138,2.4715,0,1.069,2.3791,0,1.0298,2.2824,0,0.9995,2.1813,0,0.9726,2.0757,0,0.9552,1.9658,0,0.9457,1.8515,0,0.9401,1.7327,0 +PLC 0.294,8.887,0,1.417,8.887,0,1.417,7.4358,0,0.294,7.4358,0 +PLC 2.5961,8.887,0,3.7202,8.887,0,3.7202,7.4358,0,2.5961,7.4358,0 + +[00f8] ø +PLC 0.6562,4.7108,0,0.6882,5.0185,0,0.7414,5.3143,0,0.8154,5.5983,0,0.9118,5.8704,0,1.0306,6.1305,0,1.1696,6.3788,0,1.3332,6.6153,0,1.5092,6.8314,0,1.7014,7.0187,0,1.9098,7.1773,0,2.1278,7.3069,0,2.3632,7.4078,0,2.6081,7.4798,0,2.8709,7.523,0,3.1489,7.5374,0,3.4212,7.523,0,3.6835,7.4798,0,3.9312,7.4078,0,4.1677,7.3069,0,4.3873,7.1773,0,4.5958,7.0187,0,4.6709,6.9455,0,5.8242,8.4237,0,6.305,7.8096,0,5.1551,6.3355,0,5.2694,6.1298,0,5.3904,5.8687,0,5.4879,5.5954,0,5.5619,5.3099,0,5.6157,5.0121,0,5.6516,4.7021,0,5.6605,4.38,0,5.6516,4.0356,0,5.6157,3.7065,0,5.5619,3.3924,0,5.4879,3.0936,0,5.3904,2.81,0,5.2694,2.5416,0,5.1304,2.2883,0,4.9701,2.0502,0,4.7886,1.834,0,4.5958,1.6467,0,4.3873,1.4882,0,4.1677,1.3586,0,3.9312,1.2577,0,3.6835,1.1857,0,3.4212,1.1425,0,3.1489,1.128,0,2.8709,1.1425,0,2.6081,1.1857,0,2.3632,1.2577,0,2.1278,1.3586,0,1.9098,1.4882,0,1.7014,1.6467,0,1.5831,1.7615,0,0.478,0.3458,0,-0.0005,0.9599,0,1.1146,2.3886,0,1.0306,2.5423,0,0.9118,2.8116,0,0.8154,3.0965,0,0.7414,3.3969,0,0.6882,3.7128,0,0.6562,4.0443,0,0.6417,4.3913,0 +PLC 1.5932,4.1087,0,1.6179,3.8541,0,1.6526,3.6163,0,1.7042,3.3952,0,1.7602,3.2168,0,4.0791,6.1871,0,4.0007,6.2586,0,3.8718,6.3537,0,3.7384,6.4316,0,3.5949,6.4921,0,3.4537,6.5354,0,3.3046,6.5613,0,3.1489,6.57,0,2.9931,6.5613,0,2.8418,6.5354,0,2.6983,6.4921,0,2.5588,6.4316,0,2.426,6.3537,0,2.2971,6.2586,0,2.1727,6.1461,0,2.0516,6.0163,0,1.9418,5.8697,0,1.8487,5.7064,0,1.7692,5.5267,0,1.7042,5.3304,0,1.6526,5.1176,0,1.6179,4.8883,0,1.5932,4.6424,0,1.5876,4.38,0 +PLC 2.426,2.3232,0,2.5588,2.2412,0,2.6983,2.1774,0,2.8418,2.1319,0,2.9931,2.1046,0,3.1489,2.0955,0,3.3046,2.1046,0,3.4537,2.1319,0,3.5949,2.1774,0,3.7384,2.2412,0,3.8718,2.3232,0,4.0007,2.4234,0,4.1251,2.5418,0,4.2461,2.6784,0,4.3582,2.8327,0,4.4523,3.0041,0,4.5308,3.1925,0,4.598,3.3981,0,4.6473,3.6207,0,4.6838,3.8605,0,4.7101,4.1174,0,4.7146,4.3913,0,4.7101,4.6511,0,4.6838,4.8946,0,4.6473,5.122,0,4.598,5.3332,0,4.5308,5.5283,0,4.5285,5.5336,0,2.1839,2.5306,0,2.2971,2.4234,0 + +[00fc] ü +PLC 2.1358,0.9755,0,2.267,0.9996,0,2.3936,1.0397,0,2.5147,1.0959,0,2.6256,1.1682,0,2.7377,1.2565,0,2.8397,1.3609,0,2.9305,1.4814,0,3.0201,1.6142,0,3.0997,1.7556,0,3.1658,1.9057,0,3.223,2.0643,0,3.2757,2.2316,0,3.3149,2.4075,0,3.3452,2.5921,0,3.3653,2.7852,0,3.3653,6.4358,0,4.2485,6.4358,0,4.2485,-0.0227,0,3.3653,-0.0227,0,3.3653,0.9315,0,3.186,0.7132,0,3.0011,0.524,0,2.8139,0.3639,0,2.6211,0.2328,0,2.4205,0.131,0,2.2199,0.0582,0,2.0148,0.0146,0,1.8074,0,0,1.6337,0.0076,0,1.469,0.0305,0,1.3109,0.0688,0,1.1518,0.1223,0,0.996,0.1912,0,0.8492,0.2753,0,0.7012,0.3747,0,0.5634,0.4894,0,0.4289,0.6246,0,0.3146,0.7855,0,0.2227,0.972,0,0.1442,1.1843,0,0.0792,1.4222,0,0.04,1.6858,0,0.0097,1.9752,0,-0.0004,2.2901,0,-0.0004,6.4358,0,0.8884,6.4358,0,0.8884,2.2901,0,0.8918,2.1004,0,0.9052,1.9272,0,0.9276,1.7704,0,0.959,1.63,0,0.996,1.5061,0,1.0453,1.3985,0,1.1025,1.3075,0,1.1641,1.2329,0,1.2409,1.1707,0,1.3233,1.1168,0,1.4118,1.0711,0,1.5138,1.0338,0,1.6203,1.0048,0,1.7402,0.984,0,1.8657,0.9716,0,1.998,0.9674,0 +PLC 0.4137,8.887,0,1.5362,8.887,0,1.5362,7.4358,0,0.4137,7.4358,0 +PLC 2.7153,8.887,0,3.8405,8.887,0,3.8405,7.4358,0,2.7153,7.4358,0 diff --git a/assets/fonts/NormalLatin2.cxf b/assets/fonts/NormalLatin2.cxf new file mode 100644 index 00000000..906a6b3e --- /dev/null +++ b/assets/fonts/NormalLatin2.cxf @@ -0,0 +1,1297 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Standard +# Name: Normal +# Name: NormalLatin2 +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Andrew Mustun + +[0021] ! +L 0,9,0,3 +L 0,0,0,0.5 + +[0022] " +L 0.5,7,1,9 +L 3.5,7,4,9 + +[0023] # +L 2,0,2,9 +L 5,9,5,0 +L 0,2.5,7,2.5 +L 7,6.5,0,6.5 + +[0024] $ +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +L 2.5,-1,2.5,10 + +[0025] % +L 0,0,7,9 +A 1.6,7.4,1.6,90,270 +A 1.6,7.4,1.6,270,90 +A 5.4,1.6,1.6,270,90 +A 5.4,1.6,1.6,90,270 + +[0026] & +PL 6,3.215,0,3.426,0.5976,-1,0.5735,3.4018,0,3.569,6.448,2.0035,1.1932,6.7636,0,5,0,0 + +[0027] ' +L 0.5,7,1,9 + +[0028] ( +A 13,4,13,157.4,202.6 + +[0029] ) +A -12,4,13,337.4,22.62 + +[002a] * +L 0,6,4,2 +L 4,6,0,2 + +[002b] + +L 0,4,4,4 +L 2,6,2,2 + +[002c] , +PL 1,0.5,0,1,0,0,0,-3,0 + +[002d] - +L 0,4,4,4 + +[002e] . +L 0,0,0,0.5 + +[002f] / +L 4,9,0,0 + +[0030] 0 +PLC 1.0847,8.5029,0.1153,0.2089,6.5025,0.0537,0.0001,4.5018,0.0537,0.2075,2.5002,0.1153,1.0838,0.4995,0.5452,2.9149,0.4971,0.1153,3.7911,2.4975,0.0537,3.9999,4.4982,0.0537,3.792,6.5006,0.1151,2.9166,8.4998,0.5454 + +[0031] 1 +PL 0,7,0,2,9,0,2,0,0 + +[0032] 2 +PL 4,0,0,0,0,0,3.865,6.647,0.225,3.9365,7.4997,0.7744,0.0637,7.5008,0 + +[0033] 3 +PL 0,9,0,2,9,-1,2,5,-0.4142,4,3,0,4,2,-0.4142,2,0,0,0,0,0 +L 2,5,1,5 + +[0034] 4 +L 3.5,0,3.5,4 +PL 5,2,0,0,2,0,2,9,0 + +[0035] 5 +PL 4,9,0,0,9,0,0,5,0,2,5,-0.4142,4,3,0,4,2,-0.4142,2,0,0,0,0,0 + +[0036] 6 +PL 3,9.0002,0.2679,0,3.804,0,0,2,1,4,2,0,4,3,0.4142,2,5,0,0.1204,5,0 + +[0037] 7 +PL 0,9,0,4,9,0,1.5,0,0 +L 2,5,4,5 + +[0038] 8 +PLC 0,2,1,4,2,0,4,3,1,0,3,0 +PLC 0.25,6.75,1,3.75,6.75,0,3.75,7.25,1,0.25,7.25,0 + +[0039] 9 +PL 1,-0.0002,0.2679,4,5.196,0,4,7,1,0,7,0,0,6,0.4142,2,4,0,3.88,4,0 + +[003a] : +L 0,0,0,0.5 +L 0,4,0,3.5 + +[003b] ; +PL 1,0.5,0,1,0,0,0,-3,0 +L 1,4,1,3.5 + +[003c] < +PL 4,7,0,0,3.5,0,4,0,0 + +[003d] = +L 0,5.5,4,5.5 +L 0,2.5,4,2.5 + +[003e] > +PL 0,7,0,4,3.5,0,0,0,0 + +[003f] ? +L 2,0,2,0.5 +PL 2,3,0,2,3.394,-0.1481,2.3361,4.5037,0,3.664,6.496,0.141,3.9992,7.5502,0.4047,2.5,9,0,1.5,9,0.4142,0,7.5,0,0,7,0 + +[0040] @ +PL 8,1,0,6.068,0.2819,-5.2546,8.5272,2.4921,-0.9099,6.2353,3.1781,0 +PL 6.6409,5.2061,0.4732,5.17,7,0,5.05,7,0.3576,2.598,4.99,0,2.4788,4.3919,0.4732,4.44,2,0,4.36,2,0.3576,6.3212,3.6081,0,7,7,0 + +[0041] A +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 + +[0042] B +PL 0,5,0,2.6,5,-0.4142,5,2.6,0,5,2.4,-0.4142,2.6,0,0,0,0,0,0,9,0,2.5,9,-1,2.5,5,0 + +[0043] C +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 + +[0044] D +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 + +[0045] E +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 + +[0046] F +PL 4,9,0,0,9,0,0,0,0 +L 0,5,4,5 + +[0047] G +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 + +[0048] H +L 0,9,0,0 +L 5,0,5,9 +L 0,5,5,5 + +[0049] I +L 0,9,0,0 + +[004a] J +PL 3,9,0,3,2,-0.4142,1,0,0,0,0,0 + +[004b] K +L 0,9,0,0 +L 0,3.5,5,9 +L 1.671,5.338,5,0 + +[004c] L +PL 0,9,0,0,0,0,4,0,0 + +[004d] M +PL 0,0,0,0,9,0,3,4,0,6,9,0,6,0,0 + +[004e] N +PL 0,0,0,0,9,0,5,0,0,5,9,0 + +[004f] O +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 + +[0050] P +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 + +[0051] Q +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 6,0,3,2 + +[0052] R +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 + +[0053] S +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 + +[0054] T +L 0,9,6,9 +L 3,9,3,0 + +[0055] U +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 + +[0056] V +PL 0,9,0,3,0,0,6,9,0 + +[0057] W +PL 0,9,0,2,0,0,4,6,0,6,0,0,8,9,0 + +[0058] X +L 0,9,6,0 +L 0,0,6,9 + +[0059] Y +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 + +[005a] Z +PL 0,9,0,5,9,0,0,0,0,5,0,0 + +[005b] [ +PL 1,-1,0,0,-1,0,0,9,0,1,9,0 + +[005c] \ +L 0,9,4,0 + +[005d] ] +PL 0,9,0,1,9,0,1,-1,0,0,-1,0 + +[005e] ^ +PL 0,8,0,2,10,0,4,8,0 + +[005f] _ +L 0,-1,4,-1 + +[0060] ` +L 1,9,3,8 + +[0061] a +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 + +[0062] b +PL 0,9,0,0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0 + +[0063] c +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 + +[0064] d +PL 4,9,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0 + +[0065] e +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 + +[0066] f +PL 1,0,0,1,7.5,-0.4142,2.5,9,0,3,9,0 +L 0,6,3,6 + +[0067] g +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 + +[0068] h +L 0,9,0,0 +PL 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 + +[0069] i +L 0,0,0,6 +L 0,8.5,0,9 + +[006a] j +PL 0,-3,0,0.5,-3,0.4142,2,-1.5,0,2,6,0 +L 2,8.5,2,9 + +[006b] k +L 0,9,0,0 +L 0,3.5,4,6 +L 1.321,4.326,4,0 + +[006c] l +PL 0,9,0,0,1,0.4142,1,0,0 + +[006d] m +PL 0,0,0,0,6,0,4.5,6,-0.4142,6,4.5,0,6,0,0 +L 3,6,3,0 + +[006e] n +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 + +[006f] o +PLC 0,2,1,4,2,0,4,4,1,0,4,0 + +[0070] p +PL 0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0,0,-3,0 + +[0071] q +PL 4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0,4,-3,0 + +[0072] r +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 + +[0073] s +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 + +[0074] t +L 0,6,3,6 +L 1,9,1,0 + +[0075] u +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 + +[0076] v +PL 0,6,0,2,0,0,4,6,0 + +[0077] w +PL 0,6,0,1.5,0,0,3,4,0,4.5,0,0,6,6,0 + +[0078] x +L 0,6,4,0 +L 0,0,4,6 + +[0079] y +L 0,6,2,0 +PL 4,6,0,1.228,-2.316,-0.323,0.2793,-3,0,0,-3,0 + +[007a] z +PL 0,6,0,4,6,0,0,0,0,4,0,0 + +[007b] { +PL 2,9,0.4142,1,8,0,1,5,-0.4142,0,4,-0.4142,1,3,0,1,0,0.4142,2,-1,0 + +[007c] | +L 0,0,0,9 + +[007d] } +PL 0,-1,0.4142,1,0,0,1,3,-0.4142,2,4,-0.4142,1,5,0,1,8,0.4142,0,9,0 + +[007e] ~ +PL 0.4,4.2,-0.5968,2.259,5.203,0,3.941,4.097,0.5967,5.8,5.1,0 + +[00a1] ¡ +L 0,0,0,6 +L 0,9,0,8.5 + +[00a2] ¢ +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +L 1,-1,2,7 + +[00a3] £ +L 0.1174,4.742,4.117,4.742 +PL 5.5973,7.4987,1.0092,1.4698,6.0943,-0.2949,0.0029,0.0026,-0.2083,3.9947,0.2775,0.1486,6.3932,0.1013,0 + +[00a4] ¤ +L 0.5858,2.586,0,2 +PL 3.414,2.586,0,3.414,2.586,0,4,2,0 +L 4,6,3.414,5.414 +L 0,6,0.5858,5.414 + +[00a5] ¥ +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +L 1,5,5,5 +L 5,3,1,3 + +[00a6] ¦ +L 0,0,0,4 +L 0,5,0,9 + +[00a7] § +PL 2.4767,5.8659,0.0995,0.8912,5.6733,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +PL 1.5248,3.134,0.0994,3.1088,3.3267,0.6969,3.1856,5.577,0,0.8146,6.545,-0.697,0.8912,8.7953,-0.1998,3.9995,8.561,0 + +[00a8] ¨ +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00a9] © +PL 5.5,7,0,4.25,7,0.4142,3,5.75,0,3,3.25,0.4142,4.25,2,0,5.5,2,0 + +[00aa] ª +PL 0.25,9,0,1.25,9,-0.4142,2,8.25,0,2,6,0,0.75,6,-1,0.75,7.5,0,2,7.5,0 +L 0,5,2,5 + +[00ab] « +PL 2,6,0,0,3.5,0,2,1,0 +PL 4,6,0,2,3.5,0,4,1,0 + +[00ac] ¬ +PL 0,4,0,5,4,0,5,3,0 + +[00ae] ® +PL 3.3,2,0,3.3,7,0,4.9667,7,-0.4142,6.0778,5.8889,0,6.0778,5.3333,-0.4142,4.9667,4.2222,0,3.3,4.2222,0 +L 4.9667,4.2222,6.0778,2 + +[00af] ¯ +L 0,9,4,9 + +[00b0] ° +A 1.5,7.5,1.5,270,90 +A 1.5,7.5,1.5,90,270 + +[00b1] ± +L -0.0001,5,4,5 +L 2,7,2,3 +L -0.0001,1,4,1 + +[00b2] ² +PL 1.3333,6,0,0,6,0,1.2883,8.2157,0.225,1.3121,8.4999,0.7744,0.0212,8.5002,0 + +[00b3] ³ +PL 0,9,0,0.6667,9,-1,0.6667,7.6666,0,0.3333,7.6667,0 +PL 0,6,0,0.6667,6,0.4142,1.3333,6.6667,0,1.3334,7,0.4142,0.6667,7.6667,0 + +[00b4] ´ +L 3,9,1,8 + +[00b5] µ +PL 0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 0,6,0,-3 + +[00b6] ¶ +L 2,0,2,8 +L 5,0,5,8 +PL 6,8,0,1,8,1,1,6,0 + +[00b7] · +A 1,4.5,1,270,90 +A 1,4.5,1,90,270 + +[00b8] ¸ +PL 2,0,0,2,-1,0,2.5925,-1.2725,-0.6969,2.5544,-2.3977,-0.1998,1.0002,-2.2805,0 + +[00b9] ¹ +PL 0,8.3333,0,0.6667,9,0,0.6667,6,0 + +[00ba] º +L 0,5,2,5 +PLC 0,7,1,2,7,0,2,8,1,0,8,0 + +[00bb] » +PL 2,6,0,4,3.5,0,2,1,0 +PL 0,6,0,2,3.5,0,0,1,0 + +[00bc] ¼ +L 6,9,0,0 +PL 0,8,0,1,9,0,1,4.5,0 +L 6,0,6,2 +PL 6.75,1,0,4.25,1,0,5.25,4.5,0 + +[00bd] ½ +L 6,9,0,0 +PL 0,8,0,1,9,0,1,4.5,0 +PL 6,0,0,4,0,0,5.9325,3.3235,0.225,5.9682,3.7498,0.7744,4.0319,3.7504,0 + +[00be] ¾ +L 6,9,0,0 +PL 0,9,0,1,9,-1,1,7,-0.4142,2,6,0,2,5.5,-0.4142,1,4.5,0,0,4.5,0 +L 1,7,0.5,7 +L 6,0,6,2 +PL 6.75,1,0,4.25,1,0,5.25,4.5,0 + +[00bf] ¿ +L 2,9,2,8.5 +PL 2,6,0,2,5.606,-0.1481,1.6639,4.4963,0,0.336,2.504,0.141,0.0008,1.4498,0.4047,1.5,0,0,2.5,0,0.4142,4,1.5,0,4,2,0 + +[00c0] À +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +L 2,11,4,10 + +[00c1] Á +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +L 2,10,4,11 + +[00c2]  +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +PL 2,10,0,3,11,0,4,10,0 + +[00c3] à +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +PL 1.7,10.4,-0.5968,2.6295,10.9015,0,3.4705,10.3485,0.5967,4.4,10.85,0 + +[00c4] Ä +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +L 5,10.25,5,10.75 +L 1,10.25,1,10.75 + +[00c5] Å +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 + +[00c6] Æ +PL 0,0,0,4,9,0,4,0,0,4,9,0,8,9,0 +L 4,0,8,0 +L 4,5,7,5 +L 1.1111,2.5,4,2.5 + +[00c7] Ç +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +PL 2,0,0,2,-1,0,2.5925,-1.2725,-0.6969,2.5544,-2.3977,-0.1998,1.0002,-2.2805,0 + +[00c8] È +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 1,11,3,10 + +[00c9] É +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 1,10,3,11 + +[00ca] Ê +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +PL 1,10,0,2,11,0,3,10,0 + +[00cb] Ë +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 1,10.25,1,10.75 +L 3,10.25,3,10.75 + +[00cc] Ì +L 0,9,0,0 +L -1,11,1,10 + +[00cd] Í +L 0,9,0,0 +L -1,10,1,11 + +[00ce] Î +L 0,9,0,0 +PL -1,10,0,0,11,0,1,10,0 + +[00cf] Ï +L 0,9,0,0 +L -1,10.25,-1,10.75 +L 1,10.25,1,10.75 + +[00d0] Ð +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 +L -1,4.5,1,4.5 + +[00d1] Ñ +PL 0,0,0,0,9,0,5,0,0,5,9,0 +PL 1.2,10.4,-0.5968,2.1295,10.9015,0,2.9705,10.3485,0.5967,3.9,10.85,0 + +[00d2] Ò +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 1.5,11,3.5,10 + +[00d3] Ó +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 1.5,10,3.5,11 + +[00d4] Ô +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +PL 1.5,10,0,2.5,11,0,3.5,10,0 + +[00d5] Õ +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +PL 1.2,10.4,-0.5968,2.1295,10.9015,0,2.9705,10.3485,0.5967,3.9,10.85,0 + +[00d6] Ö +PLC 0,7,0,0,2,0.4142,2,0,0,3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,2,9,0.4142 +L 1,10.25,1,10.75 +L 4,10.25,4,10.75 + +[00d7] × +L 0,6,4,2 +L 4,6,0,2 + +[00d8] Ø +PLC 0,7,0,0,2,0.4142,2,0,0,3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,2,9,0.4142 +L 0,0,5,9 + +[00d9] Ù +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 1.5,11,3.5,10 + +[00da] Ú +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 1.5,10,3.5,11 + +[00db] Û +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +PL 1.5,10,0,2.5,11,0,3.5,10,0 + +[00dc] Ü +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 1,10.25,1,10.75 +L 4,10.25,4,10.75 + +[00dd] Ý +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +L 2,10,4,11 + +[00de] Þ +PL 0,0,0,0,9,0,0,6,0,2,6,-1,2,3,0,0,3,0 + +[00df] ß +PL 2.5,5,1,2.5,9,0,2,9,0.4142,0,7,0,0,0,0 +PL 1,0,0,2.6,0,0.4142,5,2.4,0,5,2.6,0.4142,2.6,5,0,1,5,0 + +[00e0] à +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 1,9,3,8 + +[00e1] á +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 1,8,3,9 + +[00e2] â +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +PL 1,8,0,2,9,0,3,8,0 + +[00e3] ã +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +PL 0.7,8.4,-0.5968,1.6295,8.9015,0,2.4705,8.3485,0.5967,3.4,8.85,0 + +[00e4] ä +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00e5] å +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 + +[00e6] æ +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,8,3,0,8,4,1,4,4,0,4,1.5,0.4142,5.5,0,0,8,0,0 + +[00e7] ç +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +PL 1.5,0,0,1.5,-1,0,2.0925,-1.2725,-0.6969,2.0544,-2.3977,-0.1998,0.5002,-2.2805,0 + +[00e8] è +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 1,9,3,8 + +[00e9] é +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 1,8,3,9 + +[00ea] ê +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +PL 1,8,0,2,9,0,3,8,0 + +[00eb] ë +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00ec] ì +L 0,0,0,6 +L 1,8,-1,9 + +[00ed] í +L 0,0,0,6 +L 1,9,-1,8 + +[00ee] î +L 0,0,0,6 +PL 1,8,0,0,9,0,-1,8,0 + +[00ef] ï +L 0,0,0,6 +L -1,8.5,-1,9 +L 1,8.5,1,9 + +[00f0] ð +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 3.6502,5.13,1,9 +L 1,7,3,8 + +[00f1] ñ +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +PL 0.5,8.4,-0.5968,1.4295,8.9015,0,2.2705,8.3485,0.5967,3.2,8.85,0 + +[00f2] ò +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 1,9,3,8 + +[00f3] ó +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 1,8,3,9 + +[00f4] ô +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +PL 1,8,0,2,9,0,3,8,0 + +[00f5] õ +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +PL 0.7,8.4,-0.5968,1.6295,8.9015,0,2.4705,8.3485,0.5967,3.4,8.85,0 + +[00f6] ö +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00f7] ÷ +L 0,4,4,4 +L 1.75,6,2.25,6 +L 1.75,2,2.25,2 + +[00f8] ø +A 3,4.5,3,257.5,77.47 +A 3,4.5,3,77.47,257.5 +L 2,0,4,9 + +[00f9] ù +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 1,9,3,8 + +[00fa] ú +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 1,8,3,9 + +[00fb] û +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +PL 1,8,0,2,9,0,3,8,0 + +[00fc] ü +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00fd] ý +L 0,6,2,0 +PL 4,6,0,1.228,-2.316,-0.323,0.2793,-3,0,0,-3,0 +L 1,8,3,9 + +[00fe] þ +PL 0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0 +L 0,9,0,-3 + +[00ff] ÿ +L 0,6,2,0 +PL 4,6,0,1.228,-2.316,-0.323,0.2793,-3,0,0,-3,0 +L 1,8.5,1,9 +L 3,8.5,3,9 + +[0100] Ā +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +L 1.5,11,4.5,11 + +[0101] ā +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 0.5,8,3.5,8 + +[0102] Ă +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +A 3,11,1,180,0 + +[0103] ă +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +A 2,9,1,180,0 + +[0104] Ą +PL 0,0,0,3,9,0,6,0,1,6,-2,0 +L 0.8333,2.5,5.167,2.5 + +[0105] ą +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +A 4,-1,1,90,270 + +[0106] Ć +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +L 1,10,3,11 + +[0107] ć +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +L 1,8,3,9 + +[0108] Ĉ +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +PL 1,10,0,2,11,0,3,10,0 + +[0109] ĉ +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +PL 1,8,0,2,9,0,3,8,0 + +[010a] Ċ +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +L 2,11,2,10.5 + +[010b] ċ +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +L 2,9,2,8.5 + +[010c] Č +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +PL 1,11,0,2,10,0,3,11,0 + +[010d] č +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +PL 1,9,0,2,8,0,3,9,0 + +[010e] Ď +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 +PL 1,11,0,2,10,0,3,11,0 + +[010f] ď +PL 4,9,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0 +L 4.5,7,5,9 + +[0110] Đ +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 +L -1,4.5,1,4.5 + +[0111] đ +PL 4,9,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0 +L 5,8,1,8 + +[0112] Ē +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 0.5,11,3.5,11 + +[0113] ē +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 0.5,8,3.5,8 + +[0114] Ĕ +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +A 2,11,1,180,0 + +[0115] ĕ +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +A 2,9,1,180,0 + +[0116] Ė +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 2,11,2,10.5 + +[0117] ė +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 2,9,2,8.5 + +[0118] Ę +PL 4,9,0,0,9,0,0,0,0,4,0,1,4,-2,0 +L 0,5,3,5 + +[0119] ę +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,1,4,-2,0 + +[011a] Ě +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +PL 1,11,0,2,10,0,3,11,0 + +[011b] ě +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +PL 1,9,0,2,8,0,3,9,0 + +[011c] Ĝ +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 +PL 2,10,0,3,11,0,4,10,0 + +[011d] ĝ +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 +PL 1,8,0,2,9,0,3,8,0 + +[011e] Ğ +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 +A 3,11,1,180,0 + +[011f] ğ +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 +A 2,9,1,180,0 + +[0120] Ġ +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 +L 2.5,11,2.5,10.5 + +[0121] ġ +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 2,9,2,8.5 + +[0122] Ģ +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 +PL 2,-3,0,3,-1,0,3,-0.5,0 + +[0123] ģ +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 2,7,2.5,9 + +[0124] Ĥ +L 0,9,0,0 +L 5,0,5,9 +L 0,5,5,5 +PL 1.5,10,0,2.5,11,0,3.5,10,0 + +[0125] ĥ +L 0,9,0,0 +PL 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +PL 1,10,0,2,11,0,3,10,0 + +[0126] Ħ +L 0,9,0,0 +L 5,0,5,9 +L 0,5,5,5 +L -1,7,6,7 + +[0127] ħ +L 0,9,0,0 +PL 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +L -1,8,3,8 + +[0128] Ĩ +L 0,9,0,0 +PL -1.3,10.4,-0.5968,-0.3705,10.9015,0,0.4705,10.3485,0.5967,1.4,10.85,0 + +[0129] ĩ +L 0,0,0,6 +PL -1.3,8.4,-0.5968,-0.3705,8.9015,0,0.4705,8.3485,0.5967,1.4,8.85,0 + +[012a] Ī +L 0,9,0,0 +L -1.5,11,1.5,11 + +[012b] ī +L 0,0,0,6 +L -1.5,9,1.5,9 + +[012c] Ĭ +L 0,9,0,0 +A 0,11,1,180,0 + +[012d] ĭ +L 0,0,0,6 +A 0,9,1,180,0 + +[012e] Į +PL 0,9,0,0,0,1,0,-2,0 + +[012f] į +PL 0,-2,-1,0,0,0,0,6,0 +L 0,8.5,0,9 + +[0130] İ +L 0,9,0,0 +L 0,11,0,10.5 + +[0131] ı +L 0,0,0,6 + +[0132] IJ +L 0,9,0,0 +PL 4,9,0,4,2,-0.4142,2,0,0,1,0,0 + +[0133] ij +L 0,0,0,6 +L 0,8.5,0,9 +PL 0,-3,0,0.5,-3,0.4142,2,-1.5,0,2,6,0 +L 2,8.5,2,9 + +[0134] Ĵ +PL 3,9,0,3,2,-0.4142,1,0,0,0,0,0 +PL 2,10,0,3,11,0,4,10,0 + +[0135] ĵ +PL 0,-3,0,0.5,-3,0.4142,2,-1.5,0,2,6,0 +PL 1,8,0,2,9,0,3,8,0 + +[0136] Ķ +L 0,9,0,0 +L 0,3.5,5,9 +L 1.671,5.338,5,0 +PL 2,-3,0,3,-1,0,3,-0.5,0 + +[0137] ķ +L 0,9,0,0 +L 0,3.5,4,6 +L 1.321,4.326,4,0 +PL 1,-3,0,2,-1,0,2,-0.5,0 + +[0138] ĸ +L 0,3.5,4,6 +L 1.321,4.326,4,0 +L 0,6,0,0 + +[0139] Ĺ +PL 0,9,0,0,0,0,4,0,0 +L 0,10,2,11 + +[013a] ĺ +PL 0,9,0,0,1,0.4142,1,0,0 +L 0,10,2,11 + +[013b] Ļ +PL 0,9,0,0,0,0,4,0,0 +PL 1,-3,0,2,-1,0,2,-0.5,0 + +[013c] ļ +PL 0,9,0,0,1,0.4142,1,0,0 +PL 0,-3,0,1,-1,0,1,-0.5,0 + +[013d] Ľ +PL 0,9,0,0,0,0,4,0,0 +L 3,7,3.5,9 + +[013e] ľ +PL 0,9,0,0,1,0.4142,1,0,0 +L 1,7,1.5,9 + +[013f] Ŀ +PL 0,9,0,0,0,0,4,0,0 +L 5,2.5,5,3 + +[0140] ŀ +PL 0,9,0,0,1,0.4142,1,0,0 +L 2,2.5,2,3 + +[0141] Ł +PL 0,9,0,0,0,0,4,0,0 +L -1,4,1,5 + +[0142] ł +PL 0,9,0,0,1,0.4142,1,0,0 +L -1,4,1,5 + +[0143] Ń +PL 0,0,0,0,9,0,5,0,0,5,9,0 +L 1.5,10,3.5,11 + +[0144] ń +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +L 1,8,3,9 + +[0145] Ņ +PL 0,0,0,0,9,0,5,0,0,5,9,0 +PL 1.5,-3,0,2.5,-1,0,2.5,-0.5,0 + +[0146] ņ +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +PL 1,-3,0,2,-1,0,2,-0.5,0 + +[0147] Ň +PL 0,0,0,0,9,0,5,0,0,5,9,0 +PL 1.5,11,0,2.5,10,0,3.5,11,0 + +[0148] ň +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +PL 1,9,0,2,8,0,3,9,0 + +[0149] ʼn +L 0,7,0.5,9 +PL 1,0,0,1,6,0,3.5,6,-0.4142,5,4.5,0,5,0,0 + +[014a] Ŋ +PL 0,0,0,0,9,0,5,0,0,5,9,0 +AR 3.5,0,1.5,360,255.9638 + +[014b] ŋ +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,-0.4879,2.1362,-1.4552,0 + +[014c] Ō +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 0.5,11,4.5,11 + +[014d] ō +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 0.5,8,3.5,8 + +[014e] Ŏ +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +A 2.5,11,1,180,0 + +[014f] ŏ +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +A 2,9,1,180,0 + +[0150] Ő +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 1,10,3,11 +L 3,10,5,11 + +[0151] ő +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 0,8,2,9 +L 2,8,4,9 + +[0152] Œ +PL 4,0.2679,-0.1317,3,0,0,2,0,-0.4142,0,2,0,0,7,-0.4142,2,9,0,3,9,-0.1317,4,8.7321,0 +PL 8,9,0,4,9,0,4,0,0,8,0,0 +L 4,5,7,5 + +[0153] œ +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +PL 4,3,0,8,3,0,8,4,1,4,4,0,4,1.5,0.4142,5.5,0,0,8,0,0 + +[0154] Ŕ +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 +L 1.5,10,3.5,11 + +[0155] ŕ +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 +L 0.5,8,2.5,9 + +[0156] Ŗ +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 +PL 1.5,-3,0,2.5,-1,0,2.5,-0.5,0 + +[0157] ŗ +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 +PL 0.5,-3,0,1.5,-1,0,1.5,-0.5,0 + +[0158] Ř +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 +PL 1.5,11,0,2.5,10,0,3.5,11,0 + +[0159] ř +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 +PL 0.5,9,0,1.5,8,0,2.5,9,0 + +[015a] Ś +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +L 2,10,4,11 + +[015b] ś +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +L 1,8,3,9 + +[015c] Ŝ +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +PL 1.5,10,0,2.5,11,0,3.5,10,0 + +[015d] ŝ +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +PL 1,8,0,2,9,0,3,8,0 + +[015e] Ş +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +PL 1.5002,-2.2805,0.1998,3.0544,-2.3977,0.6969,3.0928,-1.2725,0,2.5,-1,0,2.5,0.0189,0 + +[015f] ş +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +PL 1.0002,-2.2805,0.1998,2.5544,-2.3977,0.6969,2.5928,-1.2725,0,2,-1,0,2,0.0033,0 + +[0160] Š +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +PL 1.5,11,0,2.5,10,0,3.6,11,0 + +[0161] š +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +PL 1,9,0,2,8,0,3,9,0 + +[0162] Ţ +L 0,9,6,9 +PL 3,9,0,3,-1,0,3.5925,-1.2725,-0.6969,3.5544,-2.3977,-0.1998,2.0002,-2.2805,0 + +[0163] ţ +L 0,6,3,6 +PL 1,9,0,1,-1,0,1.5925,-1.2725,-0.6969,1.5544,-2.3977,-0.1998,0.0002,-2.2805,0 + +[0164] Ť +L 0,9,6,9 +L 3,9,3,0 +PL 2,11,0,3,10,0,4,11,0 + +[0165] ť +L 0,6,3,6 +L 1,9,1,0 +L 3,7,3.5,9 + +[0166] Ŧ +L 0,9,6,9 +L 3,9,3,0 +L 1.5,4.5,4.5,4.5 + +[0167] ŧ +L 0,6,3,6 +L 1,9,1,0 +L 0,3,2,3 + +[0168] Ũ +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +PL 1.2,10.4,-0.5968,2.1295,10.9015,0,2.9705,10.3485,0.5967,3.9,10.85,0 + +[0169] ũ +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +PL 0.7,8.4,-0.5968,1.6295,8.9015,0,2.4705,8.3485,0.5967,3.4,8.85,0 + +[016a] Ū +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 0.5,11,4.5,11 + +[016b] ū +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 0.5,8,3.5,8 + +[016c] Ŭ +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +A 2.5,11,1,180,0 + +[016d] ŭ +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +A 2,9,1,180,0 + +[016e] Ů +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +AR 2.5,10.25,0.75,0,180 +AR 2.5,10.25,0.75,180,0 + +[016f] ů +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +AR 2,8.25,0.75,0,180 +AR 2,8.25,0.75,180,0 + +[0170] Ű +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 1,10,3,11 +L 3,10,5,11 + +[0171] ű +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 0,8,2,9 +L 2,8,4,9 + +[0172] Ų +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +A 2.5,-1,1,90,270 + +[0173] ų +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +A 4,-1,1,90,270 + +[0174] Ŵ +PL 0,9,0,2,0,0,4,6,0,6,0,0,8,9,0 +PL 3,10,0,4,11,0,5,10,0 + +[0175] ŵ +PL 0,6,0,1.5,0,0,3,4,0,4.5,0,0,6,6,0 +PL 2,8,0,3,9,0,4,8,0 + +[0176] Ŷ +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +PL 2,10,0,3,11,0,4,10,0 + +[0177] ŷ +L 0,6,2,0 +PL 4,6,0,1.228,-2.316,-0.323,0.2793,-3,0,0,-3,0 +PL 1,8,0,2,9,0,3,8,0 + +[0178] Ÿ +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +L 2,10.5,2,11 +L 4,10.5,4,11 + +[0179] Ź +PL 0,9,0,5,9,0,0,0,0,5,0,0 +L 1.5,10,3.5,11 + +[017a] ź +PL 0,6,0,4,6,0,0,0,0,4,0,0 +L 1,8,3,9 + +[017b] Ż +PL 0,9,0,5,9,0,0,0,0,5,0,0 +L 2.5,11,2.5,10.5 + +[017c] ż +PL 0,6,0,4,6,0,0,0,0,4,0,0 +L 2,9,2,8.5 + +[017d] Ž +PL 0,9,0,5,9,0,0,0,0,5,0,0 +PL 1.5,11,0,2.5,10,0,3.5,11,0 + +[017e] ž +PL 0,6,0,4,6,0,0,0,0,4,0,0 +PL 1,9,0,2,8,0,3,9,0 + +[017f] ſ +PL 1,0,0,1,7.5,-0.4142,2.5,9,0,3,9,0 +L 0,6,1,6 + +[20ac] € +A 4.5313,4.5,4.5312,71.0866,288.9134 +L -1,5.5,4,5.5 +L 4,3.5,-1,3.5 + +[2205] ∅ +A 3,4.5,3,257.5,77.47 +A 3,4.5,3,77.47,257.5 +L 2,0,4,9 diff --git a/assets/fonts/RomanC.cxf b/assets/fonts/RomanC.cxf new file mode 100644 index 00000000..cbd0e72b --- /dev/null +++ b/assets/fonts/RomanC.cxf @@ -0,0 +1,652 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Roman Complex +# Encoding: UTF-8 +# LetterSpacing: 2.2 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts +# Author: Adam Radlowski (Polish) + +[0021] ! +PLC 0,8.143,0,0.4286,3,0,0.8572,8.143,0,0.4286,9.0002,0 +L 0.4286,8.143,0.4286,5.5715 +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[0022] " +PLC 0,5.5715,0,0.4286,5.1429,0,0.8572,5.5715,0,0.4286,6.0001,0 +PL 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[0023] # +L 3.4286,9.0002,0.4286,-3 +L 6.0001,9.0002,3,-3 +L 0.4286,4.2858,6.4287,4.2858 +L 0,1.7143,6.0001,1.7143 + +[0024] $ +L 2.1429,10.7145,2.1429,-1.7143 +L 3.8572,10.7145,3.8572,-1.7143 +PL 5.5715,7.7144,0,5.1429,7.2859,0,5.5715,6.8573,0,6.0001,7.2859,0,6.0001,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0,0.8572,8.5716,0,0,7.7144,0,0,6.8573,0,0.4286,6.0001,0,0.8572,5.5715,0,1.7143,5.1429,0,4.2858,4.2858,0,5.1429,3.8572,0,6.0001,3,0,5.5715,3.8572,0,5.1429,4.2858,0,4.2858,4.7144,0,1.7143,5.5715,0,0.8572,6.0001,0,0,6.8573,0 +PL 6.0001,3,0,6.0001,1.2857,0,5.1429,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0,1.2857,0,0,1.7143,0,0.4286,2.1429,0,0.8572,1.7143,0,0.4286,1.2857,0 + +[0025] % +PL 2.1429,9.0002,0,1.2857,9.0002,0,0.4286,8.5716,0,0,7.7144,0,0,6.8573,0,0.8572,6.0001,0,1.7143,6.0001,0,2.5715,6.4287,0,3,7.2859,0,3,8.143,0,2.1429,9.0002,0,3,8.5716,0,4.2858,8.143,0,5.5715,8.143,0,6.8573,8.5716,0,7.7144,9.0002,0,0,0,0 +PLC 5.1429,2.5715,0,4.7144,1.7143,0,4.7144,0.8572,0,5.5715,0,0,6.4287,0,0,7.2859,0.4286,0,7.7144,1.2857,0,7.7144,2.1429,0,6.8573,3,0,6.0001,3,0 + +[0026] & +PL 7.7144,5.5715,0,7.2859,5.1429,0,7.7144,4.7144,0,8.143,5.1429,0,8.143,5.5715,0,7.7144,6.0001,0,7.2859,6.0001,0,6.8573,5.5715,0,6.4287,4.7144,0,5.5715,2.5715,0,4.7144,1.2857,0,3.8572,0.4286,0,3,0,0,1.7143,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.5715,0,0.4286,3.4286,0,3,5.1429,0,3.8572,6.0001,0,4.2858,6.8573,0,4.2858,7.7144,0,3.8572,8.5716,0,3,9.0002,0,2.1429,8.5716,0,1.7143,7.7144,0,1.7143,6.8573,0,2.1429,5.5715,0,3,4.2858,0,5.1429,1.2857,0,6.0001,0.4286,0,7.2859,0,0,7.7144,0,0,8.143,0.4286,0,8.143,0.8572,0 +PL 1.7143,0,0,0.8572,0.4286,0,0.4286,1.2857,0,0.4286,2.5715,0,0.8572,3.4286,0,1.7143,4.2858,0 +PL 1.7143,6.8573,0,2.1429,6.0001,0,5.5715,1.2857,0,6.4287,0.4286,0,7.2859,0,0 + +[0027] ' +PL 0.4286,8.143,0,0,8.5716,0,0.4286,9.0002,0,0.8572,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,6.4287,0 + +[0028] ( +PL 3,10.7145,0,2.1429,9.8573,0,1.2857,8.5716,0,0.4286,6.8573,0,0,4.7144,0,0,3,0,0.4286,0.8572,0,1.2857,-0.8572,0,2.1429,-2.1429,0,3,-3,0 +PL 2.1429,9.8573,0,1.2857,8.143,0,0.8572,6.8573,0,0.4286,4.7144,0,0.4286,3,0,0.8572,0.8572,0,1.2857,-0.4286,0,2.1429,-2.1429,0 + +[0029] ) +PL 0,10.7145,0,0.8572,9.8573,0,1.7143,8.5716,0,2.5715,6.8573,0,3,4.7144,0,3,3,0,2.5715,0.8572,0,1.7143,-0.8572,0,0.8572,-2.1429,0,0,-3,0 +PL 0.8572,9.8573,0,1.7143,8.143,0,2.1429,6.8573,0,2.5715,4.7144,0,2.5715,3,0,2.1429,0.8572,0,1.7143,-0.4286,0,0.8572,-2.1429,0 + +[002a] * +L 2.1429,9.0002,2.1429,3.8572 +L 0,7.7144,4.2858,5.1429 +L 4.2858,7.7144,0,5.1429 + +[002b] + +L 3.8572,7.7144,3.8572,0 +L 0,3.8572,7.7144,3.8572 + +[002c] , +PL 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[002d] - +L 0,3.8572,7.7144,3.8572 + +[002e] . +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[002f] / +L 3.8572,10.7145,0,-3 + +[0030] 0 +PLC 1.2857,8.5716,0,0.4286,7.2859,0,0,5.1429,0,0,3.8572,0,0.4286,1.7143,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.7143,0,6.0001,3.8572,0,6.0001,5.1429,0,5.5715,7.2859,0,4.7144,8.5716,0,3.4286,9.0002,0,2.5715,9.0002,0 +PL 2.5715,9.0002,0,1.7143,8.5716,0,1.2857,8.143,0,0.8572,7.2859,0,0.4286,5.1429,0,0.4286,3.8572,0,0.8572,1.7143,0,1.2857,0.8572,0,1.7143,0.4286,0,2.5715,0,0 +PL 3.4286,0,0,4.2858,0.4286,0,4.7144,0.8572,0,5.1429,1.7143,0,5.5715,3.8572,0,5.5715,5.1429,0,5.1429,7.2859,0,4.7144,8.143,0,4.2858,8.5716,0,3.4286,9.0002,0 + +[0031] 1 +PL 0,7.2859,0,0.8572,7.7144,0,2.1429,9.0002,0,2.1429,0,0 +L 1.7143,8.5716,1.7143,0 +L 0,0,3.8572,0 + +[0032] 2 +PL 0.4286,7.2859,0,0.8572,6.8573,0,0.4286,6.4287,0,0,6.8573,0,0,7.2859,0,0.4286,8.143,0,0.8572,8.5716,0,2.1429,9.0002,0,3.8572,9.0002,0,5.1429,8.5716,0,5.5715,8.143,0,6.0001,7.2859,0,6.0001,6.4287,0,5.5715,5.5715,0,4.2858,4.7144,0,2.1429,3.8572,0,1.2857,3.4286,0,0.4286,2.5715,0,0,1.2857,0,0,0,0 +PL 3.8572,9.0002,0,4.7144,8.5716,0,5.1429,8.143,0,5.5715,7.2859,0,5.5715,6.4287,0,5.1429,5.5715,0,3.8572,4.7144,0,2.1429,3.8572,0 +PL 0,0.8572,0,0.4286,1.2857,0,1.2857,1.2857,0,3.4286,0.4286,0,4.7144,0.4286,0,5.5715,0.8572,0,6.0001,1.2857,0,5.5715,0.4286,0,5.1429,0,0,3.4286,0,0,1.2857,1.2857,0 +L 6.0001,1.2857,6.0001,2.1429 + +[0033] 3 +PL 0.4286,7.2859,0,0.8572,6.8573,0,0.4286,6.4287,0,0,6.8573,0,0,7.2859,0,0.4286,8.143,0,0.8572,8.5716,0,2.1429,9.0002,0,3.8572,9.0002,0,5.1429,8.5716,0,5.5715,7.7144,0,5.5715,6.4287,0,5.1429,5.5715,0,3.8572,5.1429,0,2.5715,5.1429,0 +PL 3.8572,9.0002,0,4.7144,8.5716,0,5.1429,7.7144,0,5.1429,6.4287,0,4.7144,5.5715,0,3.8572,5.1429,0,4.7144,4.7144,0,5.5715,3.8572,0,6.0001,3,0,6.0001,1.7143,0,5.5715,0.8572,0,5.1429,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,2.1429,0,0.4286,2.5715,0,0.8572,2.1429,0,0.4286,1.7143,0 +PL 5.1429,4.2858,0,5.5715,3,0,5.5715,1.7143,0,5.1429,0.8572,0,4.7144,0.4286,0,3.8572,0,0 + +[0034] 4 +L 4.2858,8.143,4.2858,0 +PL 6.8573,2.5715,0,0,2.5715,0,4.7144,9.0002,0,4.7144,0,0 +L 3,0,6.0001,0 + +[0035] 5 +PL 0.8572,8.5716,0,3,8.5716,0,5.1429,9.0002,0,0.8572,9.0002,0,0,4.7144,0,0.8572,5.5715,0,2.1429,6.0001,0,3.4286,6.0001,0,4.7144,5.5715,0,5.5715,4.7144,0,6.0001,3.4286,0,6.0001,2.5715,0,5.5715,1.2857,0,4.7144,0.4286,0,3.4286,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,2.1429,0,0.4286,2.5715,0,0.8572,2.1429,0,0.4286,1.7143,0 +PL 3.4286,6.0001,0,4.2858,5.5715,0,5.1429,4.7144,0,5.5715,3.4286,0,5.5715,2.5715,0,5.1429,1.2857,0,4.2858,0.4286,0,3.4286,0,0 + +[0036] 6 +PL 5.1429,7.7144,0,4.7144,7.2859,0,5.1429,6.8573,0,5.5715,7.2859,0,5.5715,7.7144,0,5.1429,8.5716,0,4.2858,9.0002,0,3,9.0002,0,1.7143,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,5.1429,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.2857,0,6.0001,2.5715,0,6.0001,3,0,5.5715,4.2858,0,4.7144,5.1429,0,3.4286,5.5715,0,3,5.5715,0,1.7143,5.1429,0,0.8572,4.2858,0,0.4286,3,0 +PL 3,9.0002,0,2.1429,8.5716,0,1.2857,7.7144,0,0.8572,6.8573,0,0.4286,5.1429,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 +PL 3.4286,0,0,4.2858,0.4286,0,5.1429,1.2857,0,5.5715,2.5715,0,5.5715,3,0,5.1429,4.2858,0,4.2858,5.1429,0,3.4286,5.5715,0 + +[0037] 7 +L 0,9.0002,0,6.4287 +PL 0,7.2859,0,0.4286,8.143,0,1.2857,9.0002,0,2.1429,9.0002,0,4.2858,7.7144,0,5.1429,7.7144,0,5.5715,8.143,0,6.0001,9.0002,0,6.0001,7.7144,0,5.5715,6.4287,0,3.8572,4.2858,0,3.4286,3.4286,0,3,2.1429,0,3,0,0 +PL 0.4286,8.143,0,1.2857,8.5716,0,2.1429,8.5716,0,4.2858,7.7144,0 +PL 5.5715,6.4287,0,3.4286,4.2858,0,3,3.4286,0,2.5715,2.1429,0,2.5715,0,0 + +[0038] 8 +PLC 0.8572,8.5716,0,0.4286,7.7144,0,0.4286,6.4287,0,0.8572,5.5715,0,2.1429,5.1429,0,3.8572,5.1429,0,5.1429,5.5715,0,5.5715,6.4287,0,5.5715,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0 +PL 2.1429,9.0002,0,1.2857,8.5716,0,0.8572,7.7144,0,0.8572,6.4287,0,1.2857,5.5715,0,2.1429,5.1429,0,0.8572,4.7144,0,0.4286,4.2858,0,0,3.4286,0,0,1.7143,0,0.4286,0.8572,0,0.8572,0.4286,0,2.1429,0,0,3.8572,0,0,5.1429,0.4286,0,5.5715,0.8572,0,6.0001,1.7143,0,6.0001,3.4286,0,5.5715,4.2858,0,5.1429,4.7144,0,3.8572,5.1429,0,4.7144,5.5715,0,5.1429,6.4287,0,5.1429,7.7144,0,4.7144,8.5716,0,3.8572,9.0002,0 +PL 2.1429,5.1429,0,1.2857,4.7144,0,0.8572,4.2858,0,0.4286,3.4286,0,0.4286,1.7143,0,0.8572,0.8572,0,1.2857,0.4286,0,2.1429,0,0 +PL 3.8572,0,0,4.7144,0.4286,0,5.1429,0.8572,0,5.5715,1.7143,0,5.5715,3.4286,0,5.1429,4.2858,0,4.7144,4.7144,0,3.8572,5.1429,0 + +[0039] 9 +PL 5.5715,6.0001,0,5.1429,4.7144,0,4.2858,3.8572,0,3,3.4286,0,2.5715,3.4286,0,1.2857,3.8572,0,0.4286,4.7144,0,0,6.0001,0,0,6.4287,0,0.4286,7.7144,0,1.2857,8.5716,0,2.5715,9.0002,0,3.4286,9.0002,0,4.7144,8.5716,0,5.5715,7.7144,0,6.0001,6.4287,0,6.0001,3.8572,0,5.5715,2.1429,0,5.1429,1.2857,0,4.2858,0.4286,0,3,0,0,1.7143,0,0,0.8572,0.4286,0,0.4286,1.2857,0,0.4286,1.7143,0,0.8572,2.1429,0,1.2857,1.7143,0,0.8572,1.2857,0 +PL 2.5715,3.4286,0,1.7143,3.8572,0,0.8572,4.7144,0,0.4286,6.0001,0,0.4286,6.4287,0,0.8572,7.7144,0,1.7143,8.5716,0,2.5715,9.0002,0 +PL 3.4286,9.0002,0,4.2858,8.5716,0,5.1429,7.7144,0,5.5715,6.4287,0,5.5715,3.8572,0,5.1429,2.1429,0,4.7144,1.2857,0,3.8572,0.4286,0,3,0,0 + +[003a] : +PLC 0,5.5715,0,0.4286,5.1429,0,0.8572,5.5715,0,0.4286,6.0001,0 +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[003b] ; +PLC 0,5.5715,0,0.4286,5.1429,0,0.8572,5.5715,0,0.4286,6.0001,0 +PL 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[003c] < +PL 6.8573,7.7144,0,0,3.8572,0,6.8573,0,0 + +[003d] = +L 0,5.1429,7.7144,5.1429 +L 0,2.5715,7.7144,2.5715 + +[003e] > +PL 0,7.7144,0,6.8573,3.8572,0,0,0,0 + +[003f] ? +PL 0.4286,7.2859,0,0.8572,6.8573,0,0.4286,6.4287,0,0,6.8573,0,0,7.2859,0,0.4286,8.143,0,0.8572,8.5716,0,1.7143,9.0002,0,3,9.0002,0,4.2858,8.5716,0,4.7144,8.143,0,5.1429,7.2859,0,5.1429,6.4287,0,4.7144,5.5715,0,4.2858,5.1429,0,2.5715,4.2858,0,2.5715,3,0 +PL 3,9.0002,0,3.8572,8.5716,0,4.2858,8.143,0,4.7144,7.2859,0,4.7144,6.4287,0,4.2858,5.5715,0,3.4286,4.7144,0 +PLC 2.1429,0.4286,0,2.5715,0,0,3,0.4286,0,2.5715,0.8572,0 + +[0040] @ +PL 6.4287,5.5715,0,6.0001,6.4287,0,5.1429,6.8573,0,3.8572,6.8573,0,3,6.4287,0,2.5715,6.0001,0,2.1429,4.7144,0,2.1429,3.4286,0,2.5715,2.5715,0,3.4286,2.1429,0,4.7144,2.1429,0,5.5715,2.5715,0,6.0001,3.4286,0,6.4287,6.8573,0 +PL 3.8572,6.8573,0,3,6.0001,0,2.5715,4.7144,0,2.5715,3.4286,0,3,2.5715,0,3.4286,2.1429,0 +PL 6.0001,3.4286,0,6.0001,2.5715,0,6.8573,2.1429,0,7.7144,2.1429,0,8.5716,3,0,9.0002,4.2858,0,9.0002,5.1429,0,8.5716,6.4287,0,8.143,7.2859,0,7.2859,8.143,0,6.4287,8.5716,0,5.1429,9.0002,0,3.8572,9.0002,0,2.5715,8.5716,0,1.7143,8.143,0,0.8572,7.2859,0,0.4286,6.4287,0,0,5.1429,0,0,3.8572,0,0.4286,2.5715,0,0.8572,1.7143,0,1.7143,0.8572,0,2.5715,0.4286,0,3.8572,0,0,5.1429,0,0,6.4287,0.4286,0,7.2859,0.8572,0,7.7144,1.2857,0 +PL 6.8573,6.8573,0,6.4287,3.4286,0,6.4287,2.5715,0,6.8573,2.1429,0 + +[0041] A +PL 6.8573,0,0,3.8572,9.0002,0,0.8572,0,0 +L 3.8572,7.7144,6.4287,0 +L 1.7143,2.5715,5.5715,2.5715 +L 0,0,2.5715,0 +L 5.1429,0,7.7144,0 + +[0042] B +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +PL 0,9.0002,0,5.1429,9.0002,0,6.4287,8.5716,0,6.8573,8.143,0,7.2859,7.2859,0,7.2859,6.4287,0,6.8573,5.5715,0,6.4287,5.1429,0,5.1429,4.7144,0,6.0001,5.1429,0,6.4287,5.5715,0,6.8573,6.4287,0,6.8573,7.2859,0,6.4287,8.143,0,6.0001,8.5716,0,5.1429,9.0002,0 +PL 1.7143,4.7144,0,5.1429,4.7144,0,6.4287,4.2858,0,6.8573,3.8572,0,7.2859,3,0,7.2859,1.7143,0,6.8573,0.8572,0,6.4287,0.4286,0,5.1429,0,0,0,0,0 +PL 5.1429,4.7144,0,6.0001,4.2858,0,6.4287,3.8572,0,6.8573,3,0,6.8573,1.7143,0,6.4287,0.8572,0,6.0001,0.4286,0,5.1429,0,0 + +[0043] C +PLC 6.4287,6.4287,0,6.4287,9.0002,0,6.0001,7.7144,0 +PL 6.0001,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,3,9.0002,0,1.7143,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,5.5715,0,0,3.4286,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,3,0,0,3.8572,0,0,5.1429,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0 +PL 3,9.0002,0,2.1429,8.5716,0,1.2857,7.7144,0,0.8572,6.8573,0,0.4286,5.5715,0,0.4286,3.4286,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3,0,0 + +[0044] D +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +PL 0,9.0002,0,4.2858,9.0002,0,5.5715,8.5716,0,6.4287,7.7144,0,6.8573,6.8573,0,7.2859,5.5715,0,7.2859,3.4286,0,6.8573,2.1429,0,6.4287,1.2857,0,5.5715,0.4286,0,4.2858,0,0,0,0,0 +PL 4.2858,9.0002,0,5.1429,8.5716,0,6.0001,7.7144,0,6.4287,6.8573,0,6.8573,5.5715,0,6.8573,3.4286,0,6.4287,2.1429,0,6.0001,1.2857,0,5.1429,0.4286,0,4.2858,0,0 + +[0045] E +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 4.2858,6.4287,4.2858,3 +PL 0,9.0002,0,6.8573,9.0002,0,6.8573,6.4287,0,6.4287,9.0002,0 +L 1.7143,4.7144,4.2858,4.7144 +PL 0,0,0,6.8573,0,0,6.8573,2.5715,0,6.4287,0,0 + +[0046] F +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 4.2858,6.4287,4.2858,3 +PL 0,9.0002,0,6.8573,9.0002,0,6.8573,6.4287,0,6.4287,9.0002,0 +L 1.7143,4.7144,4.2858,4.7144 +L 0,0,3,0 + +[0047] G +PLC 6.4287,6.4287,0,6.4287,9.0002,0,6.0001,7.7144,0 +PL 6.0001,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,3,9.0002,0,1.7143,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,5.5715,0,0,3.4286,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,3,0,0,3.8572,0,0,5.1429,0.4286,0,6.0001,1.2857,0 +PL 3,9.0002,0,2.1429,8.5716,0,1.2857,7.7144,0,0.8572,6.8573,0,0.4286,5.5715,0,0.4286,3.4286,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3,0,0 +L 6.0001,3.4286,6.0001,0 +L 6.4287,3.4286,6.4287,0 +L 4.7144,3.4286,7.7144,3.4286 + +[0048] H +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 6.8573,9.0002,6.8573,0 +L 7.2859,9.0002,7.2859,0 +L 0,9.0002,3,9.0002 +L 5.5715,9.0002,8.5716,9.0002 +L 1.7143,4.7144,6.8573,4.7144 +L 0,0,3,0 +L 5.5715,0,8.5716,0 + +[0049] I +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 0,9.0002,3,9.0002 +L 0,0,3,0 + +[004a] J +PL 3.4286,9.0002,0,3.4286,1.7143,0,3,0.4286,0,2.1429,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.1429,0,0.4286,2.5715,0,0.8572,2.1429,0,0.4286,1.7143,0 +PL 3,9.0002,0,3,1.7143,0,2.5715,0.4286,0,2.1429,0,0 +L 1.7143,9.0002,4.7144,9.0002 + +[004b] K +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 7.2859,9.0002,1.7143,3.4286 +L 3.8572,5.1429,7.2859,0 +L 3.4286,5.1429,6.8573,0 +L 0,9.0002,3,9.0002 +L 5.5715,9.0002,8.143,9.0002 +L 0,0,3,0 +L 5.5715,0,8.143,0 + +[004c] L +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 0,9.0002,3,9.0002 +PL 0,0,0,6.4287,0,0,6.4287,2.5715,0,6.0001,0,0 + +[004d] M +PL 7.2859,0,0,7.2859,9.0002,0,4.2858,0,0,1.2857,9.0002,0,1.2857,0,0 +PL 0,9.0002,0,1.7143,9.0002,0,4.2858,1.2857,0 +L 7.7144,9.0002,7.7144,0 +L 7.2859,9.0002,9.0002,9.0002 +L 0,0,2.5715,0 +L 6.0001,0,9.0002,0 + +[004e] N +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,6.8573,0.8572,0 +PL 1.7143,8.143,0,6.8573,0,0,6.8573,9.0002,0 +L 5.5715,9.0002,8.143,9.0002 +L 0,0,2.5715,0 + +[004f] O +PLC 1.7143,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,5.1429,0,0,3.8572,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,3,0,0,3.8572,0,0,5.1429,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.8572,0,6.8573,5.1429,0,6.4287,6.8573,0,6.0001,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,3,9.0002,0 +PL 3,9.0002,0,2.1429,8.5716,0,1.2857,7.7144,0,0.8572,6.8573,0,0.4286,5.1429,0,0.4286,3.8572,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3,0,0 +PL 3.8572,0,0,4.7144,0.4286,0,5.5715,1.2857,0,6.0001,2.1429,0,6.4287,3.8572,0,6.4287,5.1429,0,6.0001,6.8573,0,5.5715,7.7144,0,4.7144,8.5716,0,3.8572,9.0002,0 + +[0050] P +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +PL 0,9.0002,0,5.1429,9.0002,0,6.4287,8.5716,0,6.8573,8.143,0,7.2859,7.2859,0,7.2859,6.0001,0,6.8573,5.1429,0,6.4287,4.7144,0,5.1429,4.2858,0,1.7143,4.2858,0 +PL 5.1429,9.0002,0,6.0001,8.5716,0,6.4287,8.143,0,6.8573,7.2859,0,6.8573,6.0001,0,6.4287,5.1429,0,6.0001,4.7144,0,5.1429,4.2858,0 +L 0,0,3,0 + +[0051] Q +PLC 1.7143,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,5.1429,0,0,3.8572,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,3,0,0,3.8572,0,0,5.1429,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.8572,0,6.8573,5.1429,0,6.4287,6.8573,0,6.0001,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,3,9.0002,0 +PL 3,9.0002,0,2.1429,8.5716,0,1.2857,7.7144,0,0.8572,6.8573,0,0.4286,5.1429,0,0.4286,3.8572,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3,0,0 +PL 3.8572,0,0,4.7144,0.4286,0,5.5715,1.2857,0,6.0001,2.1429,0,6.4287,3.8572,0,6.4287,5.1429,0,6.0001,6.8573,0,5.5715,7.7144,0,4.7144,8.5716,0,3.8572,9.0002,0 +PL 1.7143,0.8572,0,1.7143,1.2857,0,2.1429,2.1429,0,3,2.5715,0,3.4286,2.5715,0,4.2858,2.1429,0,4.7144,1.2857,0,5.1429,-1.7143,0,5.5715,-2.1429,0,6.4287,-2.1429,0,6.8573,-1.2857,0,6.8573,-0.8572,0 +PL 4.7144,1.2857,0,5.1429,-0.4286,0,5.5715,-1.2857,0,6.0001,-1.7143,0,6.4287,-1.7143,0,6.8573,-1.2857,0 + +[0052] R +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +PL 0,9.0002,0,5.1429,9.0002,0,6.4287,8.5716,0,6.8573,8.143,0,7.2859,7.2859,0,7.2859,6.4287,0,6.8573,5.5715,0,6.4287,5.1429,0,5.1429,4.7144,0,1.7143,4.7144,0 +PL 5.1429,9.0002,0,6.0001,8.5716,0,6.4287,8.143,0,6.8573,7.2859,0,6.8573,6.4287,0,6.4287,5.5715,0,6.0001,5.1429,0,5.1429,4.7144,0 +L 0,0,3,0 +PL 3.8572,4.7144,0,4.7144,4.2858,0,5.1429,3.8572,0,6.4287,0.8572,0,6.8573,0.4286,0,7.2859,0.4286,0,7.7144,0.8572,0,7.2859,0,0,6.4287,0,0,6.0001,0.4286,0,5.1429,3.4286,0,4.7144,4.2858,0 +L 7.7144,0.8572,7.7144,1.2857 + +[0053] S +PLC 6.0001,9.0002,0,6.0001,6.4287,0,5.5715,7.7144,0 +PL 5.5715,7.7144,0,4.7144,8.5716,0,3.4286,9.0002,0,2.1429,9.0002,0,0.8572,8.5716,0,0,7.7144,0,0,6.8573,0,0.4286,6.0001,0,0.8572,5.5715,0,1.7143,5.1429,0,4.2858,4.2858,0,5.1429,3.8572,0,6.0001,3,0,5.5715,3.8572,0,5.1429,4.2858,0,4.2858,4.7144,0,1.7143,5.5715,0,0.8572,6.0001,0,0,6.8573,0 +PL 6.0001,3,0,6.0001,1.2857,0,5.1429,0.4286,0,3.8572,0,0,2.5715,0,0,1.2857,0.4286,0,0.4286,1.2857,0,0,2.5715,0,0,0,0,0.4286,1.2857,0 + +[0054] T +L 3,9.0002,3,0 +L 3.4286,9.0002,3.4286,0 +PL 0.4286,9.0002,0,0,6.4287,0,0,9.0002,0,6.4287,9.0002,0,6.4287,6.4287,0,6.0001,9.0002,0 +L 1.7143,0,4.7144,0 + +[0055] U +PL 1.2857,9.0002,0,1.2857,2.5715,0,1.7143,1.2857,0,2.5715,0.4286,0,3.8572,0,0,4.7144,0,0,6.0001,0.4286,0,6.8573,1.2857,0,7.2859,2.5715,0,7.2859,9.0002,0 +PL 1.7143,9.0002,0,1.7143,2.5715,0,2.1429,1.2857,0,3,0.4286,0,3.8572,0,0 +L 0,9.0002,3,9.0002 +L 6.0001,9.0002,8.5716,9.0002 + +[0056] V +PL 0.8572,9.0002,0,3.8572,0,0,6.8573,9.0002,0 +L 1.2857,9.0002,3.8572,1.2857 +L 0,9.0002,2.5715,9.0002 +L 5.1429,9.0002,7.7144,9.0002 + +[0057] W +PL 1.2857,9.0002,0,3,0,0,4.7144,9.0002,0,6.4287,0,0,8.143,9.0002,0 +L 1.7143,9.0002,3,2.1429 +L 5.1429,9.0002,6.4287,2.1429 +L 0,9.0002,3,9.0002 +L 6.8573,9.0002,9.4288,9.0002 + +[0058] X +L 0.8572,9.0002,6.4287,0 +L 1.2857,9.0002,6.8573,0 +L 6.8573,9.0002,0.8572,0 +L 0,9.0002,2.5715,9.0002 +L 5.1429,9.0002,7.7144,9.0002 +L 0,0,2.5715,0 +L 5.1429,0,7.7144,0 + +[0059] Y +PL 0.8572,9.0002,0,3.8572,4.2858,0,3.8572,0,0 +PL 1.2857,9.0002,0,4.2858,4.2858,0,4.2858,0,0 +L 7.2859,9.0002,4.2858,4.2858 +L 0,9.0002,2.5715,9.0002 +L 5.5715,9.0002,8.143,9.0002 +L 2.5715,0,5.5715,0 + +[005a] Z +PL 5.5715,9.0002,0,0,0,0,6.0001,0,0,6.0001,2.5715,0,5.5715,0,0 +PL 0.4286,9.0002,0,0,6.4287,0,0,9.0002,0,6.0001,9.0002,0,0.4286,0,0 + +[005b] [ +PL 3,10.7145,0,0,10.7145,0,0,-3,0,3,-3,0 +L 0.4286,10.7145,0.4286,-3 + +[005c] \ +L 0,9.0002,6.0001,-1.2857 + +[005d] ] +L 2.5715,10.7145,2.5715,-3 +PL 0,10.7145,0,3,10.7145,0,3,-3,0,0,-3,0 + +[005e] ^ +PL 1.2857,6.4287,0,2.1429,7.7144,0,3,6.4287,0 +PL 0,5.1429,0,2.1429,7.2859,0,4.2858,5.1429,0 +L 2.1429,7.2859,2.1429,0 + +[005f] _ +L 0,-0.8572,6.8573,-0.8572 + +[0060] ` +PL 0.8572,9.0002,0,0.4286,8.5716,0,0,7.7144,0,0,6.8573,0,0.4286,6.4287,0,0.8572,6.8573,0,0.4286,7.2859,0 + +[0061] a +PL 0.8572,5.1429,0,0.8572,4.7144,0,0.4286,4.7144,0,0.4286,5.1429,0,0.8572,5.5715,0,1.7143,6.0001,0,3.4286,6.0001,0,4.2858,5.5715,0,4.7144,5.1429,0,5.1429,4.2858,0,5.1429,1.2857,0,5.5715,0.4286,0,6.0001,0,0,5.1429,0.4286,0,4.7144,1.2857,0,4.7144,5.1429,0 +L 6.0001,0,6.4287,0 +PL 4.7144,4.2858,0,4.2858,3.8572,0,1.7143,3.4286,0,0.4286,3,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,1.7143,0,0,3,0,0,3.8572,0.4286,0,4.7144,1.2857,0 +PL 1.7143,3.4286,0,0.8572,3,0,0.4286,2.1429,0,0.4286,1.2857,0,0.8572,0.4286,0,1.7143,0,0 + +[0062] b +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,1.7143,0,0 +PL 1.7143,4.7144,0,2.5715,5.5715,0,3.4286,6.0001,0,4.2858,6.0001,0,5.5715,5.5715,0,6.4287,4.7144,0,6.8573,3.4286,0,6.8573,2.5715,0,6.4287,1.2857,0,5.5715,0.4286,0,4.2858,0,0,3.4286,0,0,2.5715,0.4286,0,1.7143,1.2857,0 +PL 4.2858,6.0001,0,5.1429,5.5715,0,6.0001,4.7144,0,6.4287,3.4286,0,6.4287,2.5715,0,6.0001,1.2857,0,5.1429,0.4286,0,4.2858,0,0 + +[0063] c +PL 5.1429,4.7144,0,4.7144,4.2858,0,5.1429,3.8572,0,5.5715,4.2858,0,5.5715,4.7144,0,4.7144,5.5715,0,3.8572,6.0001,0,2.5715,6.0001,0,1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.2857,0 +PL 2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 + +[0064] d +PL 5.1429,9.0002,0,5.1429,0,0,6.8573,0,0 +PL 3.8572,9.0002,0,5.5715,9.0002,0,5.5715,0,0 +PL 5.1429,4.7144,0,4.2858,5.5715,0,3.4286,6.0001,0,2.5715,6.0001,0,1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.2858,0.4286,0,5.1429,1.2857,0 +PL 2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 + +[0065] e +PLC 5.5715,3.4286,0,5.5715,4.2858,0,5.1429,5.1429,0,4.7144,5.5715,0,3.8572,6.0001,0,2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0 +PL 2.5715,6.0001,0,1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.2857,0 +PL 5.1429,3.4286,0,5.1429,4.7144,0,4.7144,5.5715,0 +PL 0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 + +[0066] f +PL 3.4286,8.5716,0,3,8.143,0,3.4286,7.7144,0,3.8572,8.143,0,3.8572,8.5716,0,3.4286,9.0002,0,2.5715,9.0002,0,1.7143,8.5716,0,1.2857,7.7144,0,1.2857,0,0 +PL 2.5715,9.0002,0,2.1429,8.5716,0,1.7143,7.7144,0,1.7143,0,0 +L 0,6.0001,3.4286,6.0001 +L 0,0,3,0 + +[0067] g +PL 1.7143,2.1429,0,1.2857,3,0,1.2857,4.7144,0,1.7143,5.5715,0,1.2857,5.1429,0,0.8572,4.2858,0,0.8572,3.4286,0,1.2857,2.5715,0,1.7143,2.1429,0,2.5715,1.7143,0,3.4286,1.7143,0,4.2858,2.1429,0,4.7144,2.5715,0,5.1429,3.4286,0,5.1429,4.2858,0,4.7144,5.1429,0,4.2858,5.5715,0,3.4286,6.0001,0,2.5715,6.0001,0,1.7143,5.5715,0 +PL 4.2858,2.1429,0,4.7144,3,0,4.7144,4.7144,0,4.2858,5.5715,0 +PL 4.7144,5.1429,0,5.1429,5.5715,0,6.0001,6.0001,0,6.0001,5.5715,0,5.1429,5.5715,0 +PL 1.2857,2.5715,0,0.8572,2.1429,0,0.4286,1.2857,0,0.4286,0.8572,0,0.8572,0,0,2.1429,-0.4286,0,4.2858,-0.4286,0,5.5715,-0.8572,0,6.0001,-1.2857,0,5.5715,-0.4286,0,4.2858,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0 +PL 6.0001,-1.2857,0,6.0001,-1.7143,0,5.5715,-2.5715,0,4.2858,-3,0,1.7143,-3,0,0.4286,-2.5715,0,0,-1.7143,0,0,-1.2857,0,0.4286,-0.4286,0,1.7143,0,0 + +[0068] h +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,1.7143,0,0 +PL 1.7143,4.7144,0,2.5715,5.5715,0,3.8572,6.0001,0,4.7144,6.0001,0,6.0001,5.5715,0,6.4287,4.7144,0,6.4287,0,0 +PL 4.7144,6.0001,0,5.5715,5.5715,0,6.0001,4.7144,0,6.0001,0,0 +L 0,0,3,0 +L 4.7144,0,7.7144,0 + +[0069] i +PLC 0.8572,8.5716,0,1.2857,8.143,0,1.7143,8.5716,0,1.2857,9.0002,0 +L 1.2857,6.0001,1.2857,0 +PL 0,6.0001,0,1.7143,6.0001,0,1.7143,0,0 +L 0,0,3,0 + +[006a] j +PLC 1.7143,8.5716,0,2.1429,8.143,0,2.5715,8.5716,0,2.1429,9.0002,0 +PL 0.8572,6.0001,0,2.5715,6.0001,0,2.5715,-1.7143,0,2.1429,-2.5715,0,1.2857,-3,0,0.4286,-3,0,0,-2.5715,0,0,-2.1429,0,0.4286,-1.7143,0,0.8572,-2.1429,0,0.4286,-2.5715,0 +PL 2.1429,6.0001,0,2.1429,-1.7143,0,1.7143,-2.5715,0,1.2857,-3,0 + +[006b] k +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,1.7143,0,0 +L 6.0001,6.0001,1.7143,1.7143 +L 3.8572,3.4286,6.4287,0 +L 3.4286,3.4286,6.0001,0 +L 4.7144,6.0001,7.2859,6.0001 +L 0,0,3,0 +L 4.7144,0,7.2859,0 + +[006c] l +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,1.7143,0,0 +L 0,0,3,0 + +[006d] m +L 1.2857,6.0001,1.2857,0 +PL 0,6.0001,0,1.7143,6.0001,0,1.7143,0,0 +PL 1.7143,4.7144,0,2.5715,5.5715,0,3.8572,6.0001,0,4.7144,6.0001,0,6.0001,5.5715,0,6.4287,4.7144,0,6.4287,0,0 +PL 4.7144,6.0001,0,5.5715,5.5715,0,6.0001,4.7144,0,6.0001,0,0 +PL 6.4287,4.7144,0,7.2859,5.5715,0,8.5716,6.0001,0,9.4288,6.0001,0,10.7145,5.5715,0,11.1431,4.7144,0,11.1431,0,0 +PL 9.4288,6.0001,0,10.2859,5.5715,0,10.7145,4.7144,0,10.7145,0,0 +L 0,0,3,0 +L 4.7144,0,7.7144,0 +L 9.4288,0,12.4288,0 + +[006e] n +L 1.2857,6.0001,1.2857,0 +PL 0,6.0001,0,1.7143,6.0001,0,1.7143,0,0 +PL 1.7143,4.7144,0,2.5715,5.5715,0,3.8572,6.0001,0,4.7144,6.0001,0,6.0001,5.5715,0,6.4287,4.7144,0,6.4287,0,0 +PL 4.7144,6.0001,0,5.5715,5.5715,0,6.0001,4.7144,0,6.0001,0,0 +L 0,0,3,0 +L 4.7144,0,7.7144,0 + +[006f] o +PLC 1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.2857,0,6.0001,2.5715,0,6.0001,3.4286,0,5.5715,4.7144,0,4.7144,5.5715,0,3.4286,6.0001,0,2.5715,6.0001,0 +PL 2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 +PL 3.4286,0,0,4.2858,0.4286,0,5.1429,1.2857,0,5.5715,2.5715,0,5.5715,3.4286,0,5.1429,4.7144,0,4.2858,5.5715,0,3.4286,6.0001,0 + +[0070] p +L 1.2857,6.0001,1.2857,-3 +PL 0,6.0001,0,1.7143,6.0001,0,1.7143,-3,0 +PL 1.7143,4.7144,0,2.5715,5.5715,0,3.4286,6.0001,0,4.2858,6.0001,0,5.5715,5.5715,0,6.4287,4.7144,0,6.8573,3.4286,0,6.8573,2.5715,0,6.4287,1.2857,0,5.5715,0.4286,0,4.2858,0,0,3.4286,0,0,2.5715,0.4286,0,1.7143,1.2857,0 +PL 4.2858,6.0001,0,5.1429,5.5715,0,6.0001,4.7144,0,6.4287,3.4286,0,6.4287,2.5715,0,6.0001,1.2857,0,5.1429,0.4286,0,4.2858,0,0 +L 0,-3,3,-3 + +[0071] q +L 5.1429,6.0001,5.1429,-3 +L 5.5715,6.0001,5.5715,-3 +PL 5.1429,4.7144,0,4.2858,5.5715,0,3.4286,6.0001,0,2.5715,6.0001,0,1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.2858,0.4286,0,5.1429,1.2857,0 +PL 2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 +L 3.8572,-3,6.8573,-3 + +[0072] r +L 1.2857,6.0001,1.2857,0 +PL 0,6.0001,0,1.7143,6.0001,0,1.7143,0,0 +PL 1.7143,3.4286,0,2.1429,4.7144,0,3,5.5715,0,3.8572,6.0001,0,5.1429,6.0001,0,5.5715,5.5715,0,5.5715,5.1429,0,5.1429,4.7144,0,4.7144,5.1429,0,5.1429,5.5715,0 +L 0,0,3,0 + +[0073] s +PLC 4.7144,6.0001,0,4.7144,4.2858,0,4.2858,5.1429,0 +PL 4.2858,5.1429,0,3.8572,5.5715,0,3,6.0001,0,1.2857,6.0001,0,0.4286,5.5715,0,0,5.1429,0,0,4.2858,0,0.4286,3.8572,0,1.2857,3.4286,0,3.4286,2.5715,0,4.2858,2.1429,0,4.7144,1.7143,0 +PL 0,4.7144,0,0.4286,4.2858,0,1.2857,3.8572,0,3.4286,3,0,4.2858,2.5715,0,4.7144,2.1429,0,4.7144,0.8572,0,4.2858,0.4286,0,3.4286,0,0,1.7143,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,0,0,0.4286,0.8572,0 + +[0074] t +PL 1.2857,9.0002,0,1.2857,1.7143,0,1.7143,0.4286,0,2.5715,0,0,3.4286,0,0,4.2858,0.4286,0,4.7144,1.2857,0 +PL 1.7143,9.0002,0,1.7143,1.7143,0,2.1429,0.4286,0,2.5715,0,0 +L 0,6.0001,3.4286,6.0001 + +[0075] u +PL 1.2857,6.0001,0,1.2857,1.2857,0,1.7143,0.4286,0,3,0,0,3.8572,0,0,5.1429,0.4286,0,6.0001,1.2857,0 +PL 0,6.0001,0,1.7143,6.0001,0,1.7143,1.2857,0,2.1429,0.4286,0,3,0,0 +PL 6.0001,6.0001,0,6.0001,0,0,7.7144,0,0 +PL 4.7144,6.0001,0,6.4287,6.0001,0,6.4287,0,0 + +[0076] v +PL 0.8572,6.0001,0,3.4286,0,0,6.0001,6.0001,0 +L 1.2857,6.0001,3.4286,0.8572 +L 0,6.0001,2.5715,6.0001 +L 4.2858,6.0001,6.8573,6.0001 + +[0077] w +PL 1.2857,6.0001,0,3,0,0,4.7144,6.0001,0,6.4287,0,0,8.143,6.0001,0 +L 1.7143,6.0001,3,1.2857 +L 5.1429,6.0001,6.4287,1.2857 +L 0,6.0001,3,6.0001 +L 6.8573,6.0001,9.4288,6.0001 + +[0078] x +L 0.8572,6.0001,5.5715,0 +L 1.2857,6.0001,6.0001,0 +L 6.0001,6.0001,0.8572,0 +L 0,6.0001,2.5715,6.0001 +L 4.2858,6.0001,6.8573,6.0001 +L 0,0,2.5715,0 +L 4.2858,0,6.8573,0 + +[0079] y +PL 0.8572,6.0001,0,3.4286,0,0,6.0001,6.0001,0 +L 1.2857,6.0001,3.4286,0.8572 +PL 3.4286,0,0,2.5715,-1.7143,0,1.7143,-2.5715,0,0.8572,-3,0,0.4286,-3,0,0,-2.5715,0,0.4286,-2.1429,0,0.8572,-2.5715,0 +L 0,6.0001,2.5715,6.0001 +L 4.2858,6.0001,6.8573,6.0001 + +[007a] z +PL 4.7144,6.0001,0,0,0,0,5.1429,0,0,5.1429,1.7143,0,4.7144,0,0 +PL 0.4286,6.0001,0,0,4.2858,0,0,6.0001,0,5.1429,6.0001,0,0.4286,0,0 + +[007b] { +PL 2.1429,10.7145,0,1.2857,10.2859,0,0.8572,9.8573,0,0.4286,9.0002,0,0.4286,8.143,0,0.8572,7.2859,0,1.2857,6.8573,0,1.7143,6.0001,0,1.7143,5.1429,0,0.8572,4.2858,0 +PL 1.2857,10.2859,0,0.8572,9.4288,0,0.8572,8.5716,0,1.2857,7.7144,0,1.7143,7.2859,0,2.1429,6.4287,0,2.1429,5.5715,0,1.7143,4.7144,0,0,3.8572,0,1.7143,3,0,2.1429,2.1429,0,2.1429,1.2857,0,1.7143,0.4286,0,1.2857,0,0,0.8572,-0.8572,0,0.8572,-1.7143,0,1.2857,-2.5715,0,0.8572,-2.1429,0,0.4286,-1.2857,0,0.4286,-0.4286,0,0.8572,0.4286,0,1.2857,0.8572,0,1.7143,1.7143,0,1.7143,2.5715,0,0.8572,3.4286,0 +L 1.2857,-2.5715,2.1429,-3 + +[007c] | +L 0,10.7145,0,-3 + +[007d] } +PL 0,10.7145,0,0.8572,10.2859,0,1.2857,9.8573,0,1.7143,9.0002,0,1.7143,8.143,0,1.2857,7.2859,0,0.8572,6.8573,0,0.4286,6.0001,0,0.4286,5.1429,0,1.2857,4.2858,0 +PL 0.8572,10.2859,0,1.2857,9.4288,0,1.2857,8.5716,0,0.8572,7.7144,0,0.4286,7.2859,0,0,6.4287,0,0,5.5715,0,0.4286,4.7144,0,2.1429,3.8572,0,0.4286,3,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,0.8572,0,0,1.2857,-0.8572,0,1.2857,-1.7143,0,0.8572,-2.5715,0,1.2857,-2.1429,0,1.7143,-1.2857,0,1.7143,-0.4286,0,1.2857,0.4286,0,0.8572,0.8572,0,0.4286,1.7143,0,0.4286,2.5715,0,1.2857,3.4286,0 +L 0.8572,-2.5715,0,-3 + +[00d3] Ó +PLC 1.7143,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,5.1429,0,0,3.8572,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,3,0,0,3.8572,0,0,5.1429,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.8572,0,6.8573,5.1429,0,6.4287,6.8573,0,6.0001,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,3,9.0002,0 +PL 3,9.0002,0,2.1429,8.5716,0,1.2857,7.7144,0,0.8572,6.8573,0,0.4286,5.1429,0,0.4286,3.8572,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3,0,0 +PL 3.8572,0,0,4.7144,0.4286,0,5.5715,1.2857,0,6.0001,2.1429,0,6.4287,3.8572,0,6.4287,5.1429,0,6.0001,6.8573,0,5.5715,7.7144,0,4.7144,8.5716,0,3.8572,9.0002,0 +PL 3.8572,11.5716,0,3.4286,12.0002,0,3.8572,12.4288,0,4.2858,12.0002,0,4.2858,11.1431,0,3.8572,10.2859,0,3.4286,9.8573,0 + +[00f3] ó +PLC 1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.2857,0,6.0001,2.5715,0,6.0001,3.4286,0,5.5715,4.7144,0,4.7144,5.5715,0,3.4286,6.0001,0,2.5715,6.0001,0 +PL 2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 +PL 3.4286,0,0,4.2858,0.4286,0,5.1429,1.2857,0,5.5715,2.5715,0,5.5715,3.4286,0,5.1429,4.7144,0,4.2858,5.5715,0,3.4286,6.0001,0 +PL 3.4286,8.5716,0,3,9.0002,0,3.4286,9.4288,0,3.8572,9.0002,0,3.8572,8.143,0,3.4286,7.2859,0,3,6.8573,0 + +[0104] Ą +PL 6.8573,0,0,3.8572,9.0002,0,0.8572,0,0 +PL 3.8572,7.7144,0,6.4287,0,0,6.0001,-0.4286,0,5.5715,-1.2857,0,5.5715,-2.1429,0,6.0001,-2.5715,0,6.4287,-2.1429,0,6.0001,-1.7143,0 +L 1.7143,2.5715,5.5715,2.5715 +L 0,0,2.5715,0 +L 5.1429,0,7.7144,0 + +[0105] ą +PL 0.8572,5.1429,0,0.8572,4.7144,0,0.4286,4.7144,0,0.4286,5.1429,0,0.8572,5.5715,0,1.7143,6.0001,0,3.4286,6.0001,0,4.2858,5.5715,0,4.7144,5.1429,0,5.1429,4.2858,0,5.1429,1.2857,0,5.5715,0.4286,0,6.0001,0,0,5.1429,0.4286,0,4.7144,1.2857,0,4.7144,5.1429,0 +PL 5.5715,-1.7143,0,6.0001,-2.1429,0,5.5715,-2.5715,0,5.1429,-2.1429,0,5.1429,-1.2857,0,5.5715,-0.4286,0,6.0001,0,0,6.4287,0,0 +PL 4.7144,4.2858,0,4.2858,3.8572,0,1.7143,3.4286,0,0.4286,3,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,1.7143,0,0,3,0,0,3.8572,0.4286,0,4.7144,1.2857,0 +PL 1.7143,3.4286,0,0.8572,3,0,0.4286,2.1429,0,0.4286,1.2857,0,0.8572,0.4286,0,1.7143,0,0 + +[0106] Ć +PLC 6.4287,6.4287,0,6.4287,9.0002,0,6.0001,7.7144,0 +PL 6.0001,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,3,9.0002,0,1.7143,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,5.5715,0,0,3.4286,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,3,0,0,3.8572,0,0,5.1429,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0 +PL 3,9.0002,0,2.1429,8.5716,0,1.2857,7.7144,0,0.8572,6.8573,0,0.4286,5.5715,0,0.4286,3.4286,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3,0,0 +PL 3.8572,11.5716,0,3.4286,12.0002,0,3.8572,12.4288,0,4.2858,12.0002,0,4.2858,11.1431,0,3.8572,10.2859,0,3.4286,9.8573,0 + +[0107] ć +PL 5.1429,4.7144,0,4.7144,4.2858,0,5.1429,3.8572,0,5.5715,4.2858,0,5.5715,4.7144,0,4.7144,5.5715,0,3.8572,6.0001,0,2.5715,6.0001,0,1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.2857,0 +PL 2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 +PL 3.4286,8.5716,0,3,9.0002,0,3.4286,9.4288,0,3.8572,9.0002,0,3.8572,8.143,0,3.4286,7.2859,0,3,6.8573,0 + +[0118] Ę +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 4.2858,6.4287,4.2858,3 +PL 0,9.0002,0,6.8573,9.0002,0,6.8573,6.4287,0,6.4287,9.0002,0 +L 1.7143,4.7144,4.2858,4.7144 +PL 0,0,0,6.8573,0,0,6.8573,2.5715,0,6.4287,0,0 +PL 5.5715,0,0,5.1429,-0.4286,0,4.7144,-1.2857,0,4.7144,-2.1429,0,5.1429,-2.5715,0,5.5715,-2.1429,0,5.1429,-1.7143,0 + +[0119] ę +PLC 5.5715,3.4286,0,5.5715,4.2858,0,5.1429,5.1429,0,4.7144,5.5715,0,3.8572,6.0001,0,2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0 +PL 2.5715,6.0001,0,1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.2857,0 +PL 5.1429,3.4286,0,5.1429,4.7144,0,4.7144,5.5715,0 +PL 0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 +PL 3.4286,0,0,3,-0.4286,0,2.5715,-1.2857,0,2.5715,-2.1429,0,3,-2.5715,0,3.4286,-2.1429,0,3,-1.7143,0 + +[0141] Ł +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 0,9.0002,3,9.0002 +PL 0,0,0,6.4287,0,0,6.4287,2.5715,0,6.0001,0,0 +L 3.4286,6.0001,0,3.4286 + +[0142] ł +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,1.7143,0,0 +L 0,0,3,0 +L 3,6.0001,0,3.8572 + +[0143] Ń +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,6.8573,0.8572,0 +PL 1.7143,8.143,0,6.8573,0,0,6.8573,9.0002,0 +L 5.5715,9.0002,8.143,9.0002 +L 0,0,2.5715,0 +PL 4.2858,11.5716,0,3.8572,12.0002,0,4.2858,12.4288,0,4.7144,12.0002,0,4.7144,11.1431,0,4.2858,10.2859,0,3.8572,9.8573,0 + +[0144] ń +L 1.2857,6.0001,1.2857,0 +PL 0,6.0001,0,1.7143,6.0001,0,1.7143,0,0 +PL 1.7143,4.7144,0,2.5715,5.5715,0,3.8572,6.0001,0,4.7144,6.0001,0,6.0001,5.5715,0,6.4287,4.7144,0,6.4287,0,0 +PL 4.7144,6.0001,0,5.5715,5.5715,0,6.0001,4.7144,0,6.0001,0,0 +L 0,0,3,0 +L 4.7144,0,7.7144,0 +PL 4.2858,8.5716,0,3.8572,9.0002,0,4.2858,9.4288,0,4.7144,9.0002,0,4.7144,8.143,0,4.2858,7.2859,0,3.8572,6.8573,0 + +[015a] Ś +PLC 6.0001,9.0002,0,6.0001,6.4287,0,5.5715,7.7144,0 +PL 5.5715,7.7144,0,4.7144,8.5716,0,3.4286,9.0002,0,2.1429,9.0002,0,0.8572,8.5716,0,0,7.7144,0,0,6.8573,0,0.4286,6.0001,0,0.8572,5.5715,0,1.7143,5.1429,0,4.2858,4.2858,0,5.1429,3.8572,0,6.0001,3,0,5.5715,3.8572,0,5.1429,4.2858,0,4.2858,4.7144,0,1.7143,5.5715,0,0.8572,6.0001,0,0,6.8573,0 +PL 6.0001,3,0,6.0001,1.2857,0,5.1429,0.4286,0,3.8572,0,0,2.5715,0,0,1.2857,0.4286,0,0.4286,1.2857,0,0,2.5715,0,0,0,0,0.4286,1.2857,0 +PL 3.4286,11.5716,0,3,12.0002,0,3.4286,12.4288,0,3.8572,12.0002,0,3.8572,11.1431,0,3.4286,10.2859,0,3,9.8573,0 + +[015b] ś +PLC 4.7144,6.0001,0,4.7144,4.2858,0,4.2858,5.1429,0 +PL 4.2858,5.1429,0,3.8572,5.5715,0,3,6.0001,0,1.2857,6.0001,0,0.4286,5.5715,0,0,5.1429,0,0,4.2858,0,0.4286,3.8572,0,1.2857,3.4286,0,3.4286,2.5715,0,4.2858,2.1429,0,4.7144,1.7143,0 +PL 0,4.7144,0,0.4286,4.2858,0,1.2857,3.8572,0,3.4286,3,0,4.2858,2.5715,0,4.7144,2.1429,0,4.7144,0.8572,0,4.2858,0.4286,0,3.4286,0,0,1.7143,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,0,0,0.4286,0.8572,0 +PL 2.5715,8.5716,0,2.1429,9.0002,0,2.5715,9.4288,0,3,9.0002,0,3,8.143,0,2.5715,7.2859,0,2.1429,6.8573,0 + +[0179] Ź +PL 5.5715,9.0002,0,0,0,0,6.0001,0,0,6.0001,2.5715,0,5.5715,0,0 +PL 0.4286,9.0002,0,0,6.4287,0,0,9.0002,0,6.0001,9.0002,0,0.4286,0,0 +PL 3.4286,11.5716,0,3,12.0002,0,3.4286,12.4288,0,3.8572,12.0002,0,3.8572,11.1431,0,3.4286,10.2859,0,3,9.8573,0 + +[017a] ź +PL 4.7144,6.0001,0,0,0,0,5.1429,0,0,5.1429,1.7143,0,4.7144,0,0 +PL 0.4286,6.0001,0,0,4.2858,0,0,6.0001,0,5.1429,6.0001,0,0.4286,0,0 +PL 2.5715,8.143,0,2.1429,8.5716,0,2.5715,9.0002,0,3,8.5716,0,3,7.7144,0,2.5715,6.8573,0,2.1429,6.4287,0 + +[017b] Ż +PL 5.5715,9.0002,0,0,0,0,6.0001,0,0,6.0001,2.5715,0,5.5715,0,0 +PL 0.4286,9.0002,0,0,6.4287,0,0,9.0002,0,6.0001,9.0002,0,0.4286,0,0 +PLC 2.5715,10.2859,0,3,9.8573,0,3.4286,10.2859,0,3,10.7145,0 + +[017c] ż +PL 4.7144,6.0001,0,0,0,0,5.1429,0,0,5.1429,1.7143,0,4.7144,0,0 +PL 0.4286,6.0001,0,0,4.2858,0,0,6.0001,0,5.1429,6.0001,0,0.4286,0,0 +PLC 1.7755,7.1022,0,2.3674,6.5103,0,2.9592,7.1022,0,2.3674,7.694,0 diff --git a/assets/fonts/RomanCS.cxf b/assets/fonts/RomanCS.cxf new file mode 100644 index 00000000..7e52d4a7 --- /dev/null +++ b/assets/fonts/RomanCS.cxf @@ -0,0 +1,679 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Roman Complex Small +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts +# Author: Adam Radlowski (Polish) + +[0021] ! +PLC 0,8.3077,0,0.6923,3.4615,0,1.3846,8.3077,0,0.6923,9,0 +L 0.6923,8.3077,0.6923,6.2307 +PLC 0,0.6923,0,0.6923,0,0,1.3846,0.6923,0,0.6923,1.3846,0 + +[0022] " +PLC 0,5.5384,0,0.6923,4.8461,0,1.3846,5.5384,0,0.6923,6.2307,0 +PLC 0.6923,0,0,0,0.6923,0,0.6923,1.3846,0,1.3846,0.6923,0 +PL 1.3846,0.6923,0,1.3846,-0.6923,0,0,-2.0769,0 + +[0023] # +L 3.4615,9,0.6923,-2.7692 +L 6.2307,9,3.4615,-2.7692 +L 0.6923,4.8461,6.923,4.8461 +L 0,1.3846,6.2307,1.3846 + +[0024] $ +L 2.0769,11.0769,2.0769,-2.7692 +L 4.1538,11.0769,4.1538,-2.7692 +PLC 5.5384,8.3077,0,5.5384,7.6154,0,6.2307,7.6154,0,6.2307,8.3077,0 +PL 6.2307,8.3077,0,4.8461,9,0,1.3846,9,0,0,8.3077,0,0,6.923,0,0.6923,5.5384,0,5.5384,3.4615,0,6.2307,2.7692,0,5.5384,4.1538,0,0.6923,6.2307,0,0,6.923,0 +PL 6.2307,2.7692,0,6.2307,1.3846,0,5.5384,0.6923,0,4.1538,0,0,2.0769,0,0,0.6923,0.6923,0,0,1.3846,0,0,2.0769,0,0.6923,2.0769,0,0.6923,1.3846,0,0,1.3846,0 + +[0025] % +PL 2.0769,9,0,0.6923,9,0,0,8.3077,0,0,6.923,0,0.6923,6.2307,0,2.0769,6.2307,0,2.7692,6.923,0,2.7692,8.3077,0,2.0769,9,0,4.8461,8.3077,0,6.923,8.3077,0,8.3077,9,0,0,0,0 +PLC 5.5384,2.0769,0,5.5384,0.6923,0,6.2307,0,0,7.6154,0,0,8.3077,0.6923,0,8.3077,2.0769,0,7.6154,2.7692,0,6.2307,2.7692,0 + +[0026] & +PLC 8.3077,5.5384,0,8.3077,4.8461,0,9,4.8461,0,9,5.5384,0 +PL 9,5.5384,0,8.3077,6.2307,0,7.6154,6.2307,0,6.923,5.5384,0,6.2307,2.7692,0,5.5384,1.3846,0,4.8461,0.6923,0,3.4615,0,0,2.0769,0,0,0.6923,0.6923,0,0,1.3846,0,0,2.7692,0,0.6923,3.4615,0,2.0769,4.1538,0,4.1538,5.5384,0,4.8461,6.923,0,4.8461,8.3077,0,4.1538,9,0,2.7692,9,0,2.0769,8.3077,0,2.0769,6.923,0,2.7692,4.8461,0,6.2307,0.6923,0,7.6154,0,0,8.3077,0,0,9,0.6923,0 +PL 2.0769,0,0,0.6923,1.3846,0,0.6923,2.7692,0,2.0769,4.1538,0 +PL 2.0769,6.923,0,2.7692,5.5384,0,6.923,0.6923,0,7.6154,0,0 + +[0027] ' +PLC 0.6923,7.6154,0,0,8.3077,0,0.6923,9,0,1.3846,8.3077,0 +PL 1.3846,8.3077,0,1.3846,6.923,0,0,5.5384,0 + +[0028] ( +PL 3.4615,11.0769,0,2.0769,9.6923,0,0.6923,7.6154,0,0,5.5384,0,0,2.7692,0,0.6923,0.6923,0,2.0769,-1.3846,0,3.4615,-2.7692,0 +PL 2.0769,9.6923,0,1.3846,8.3077,0,0.6923,5.5384,0,0.6923,2.7692,0,1.3846,0,0,2.0769,-1.3846,0 + +[0029] ) +PL 0,11.0769,0,1.3846,9.6923,0,2.7692,7.6154,0,3.4615,5.5384,0,3.4615,2.7692,0,2.7692,0.6923,0,1.3846,-1.3846,0,0,-2.7692,0 +PL 1.3846,9.6923,0,2.0769,8.3077,0,2.7692,5.5384,0,2.7692,2.7692,0,2.0769,0,0,1.3846,-1.3846,0 + +[002a] * +L 2.0769,9.6923,2.0769,5.5384 +L 0,9,4.1538,6.2307 +L 4.1538,9,0,6.2307 + +[002b] + +L 4.1538,8.3077,4.1538,0 +L 0,4.1538,8.3077,4.1538 + +[002c] , +PLC 0.6923,0,0,0,0.6923,0,0.6923,1.3846,0,1.3846,0.6923,0 +PL 1.3846,0.6923,0,1.3846,-0.6923,0,0,-2.0769,0 + +[002d] - +L 0,4.1538,8.3077,4.1538 + +[002e] . +PLC 0,0.6923,0,0.6923,0,0,1.3846,0.6923,0,0.6923,1.3846,0 + +[002f] / +L 4.8461,11.0769,0,-2.7692 + +[0030] 0 +PLC 0.6923,8.3077,0,0,6.2307,0,0,2.7692,0,0.6923,0.6923,0,2.0769,0,0,4.1538,0,0,5.5384,0.6923,0,6.2307,2.7692,0,6.2307,6.2307,0,5.5384,8.3077,0,4.1538,9,0,2.0769,9,0 +PL 2.0769,9,0,1.3846,8.3077,0,0.6923,6.2307,0,0.6923,2.7692,0,1.3846,0.6923,0,2.0769,0,0 +PL 4.1538,0,0,4.8461,0.6923,0,5.5384,2.7692,0,5.5384,6.2307,0,4.8461,8.3077,0,4.1538,9,0 + +[0031] 1 +PL 0.6923,6.923,0,2.7692,9,0,2.7692,0,0 +L 2.0769,8.3077,2.0769,0 +L 0,0,4.8461,0 + +[0032] 2 +PL 0.6923,7.6154,0,0.6923,6.923,0,0,6.923,0,0,7.6154,0,0.6923,8.3077,0,2.0769,9,0,4.1538,9,0,5.5384,8.3077,0,6.2307,6.923,0,5.5384,5.5384,0,4.1538,4.8461,0,2.0769,4.1538,0,0.6923,3.4615,0,0,2.0769,0,0,0,0 +PL 4.1538,9,0,4.8461,8.3077,0,5.5384,6.923,0,4.8461,5.5384,0,4.1538,4.8461,0 +PL 0,0.6923,0,0.6923,1.3846,0,1.3846,1.3846,0,3.4615,0.6923,0,5.5384,0.6923,0,6.2307,1.3846,0,5.5384,0,0,3.4615,0,0,1.3846,1.3846,0 +L 6.2307,1.3846,6.2307,2.0769 + +[0033] 3 +PL 0.6923,7.6154,0,0.6923,6.923,0,0,6.923,0,0,7.6154,0,0.6923,8.3077,0,2.0769,9,0,4.1538,9,0,5.5384,8.3077,0,6.2307,6.923,0,5.5384,5.5384,0,4.1538,4.8461,0,4.8461,5.5384,0,5.5384,6.923,0,4.8461,8.3077,0,4.1538,9,0 +PL 2.7692,4.8461,0,4.1538,4.8461,0,5.5384,4.1538,0,6.2307,2.7692,0,6.2307,2.0769,0,5.5384,0.6923,0,4.1538,0,0,2.0769,0,0,0.6923,0.6923,0,0,1.3846,0,0,2.0769,0,0.6923,2.0769,0,0.6923,1.3846,0 +PL 4.1538,4.8461,0,4.8461,4.1538,0,5.5384,2.7692,0,5.5384,2.0769,0,4.8461,0.6923,0,4.1538,0,0 + +[0034] 4 +L 4.1538,7.6154,4.1538,0 +PL 7.6154,2.7692,0,0,2.7692,0,4.8461,9,0,4.8461,0,0 +L 2.7692,0,6.2307,0 + +[0035] 5 +PL 0.6923,8.3077,0,3.4615,8.3077,0,5.5384,9,0,0.6923,9,0,0,4.8461,0,0.6923,5.5384,0,2.0769,6.2307,0,4.1538,6.2307,0,5.5384,5.5384,0,6.2307,4.1538,0,6.2307,2.0769,0,5.5384,0.6923,0,4.1538,0,0,2.0769,0,0,0.6923,0.6923,0,0,1.3846,0,0,2.0769,0,0.6923,2.0769,0,0.6923,1.3846,0 +PL 4.1538,6.2307,0,4.8461,5.5384,0,5.5384,4.1538,0,5.5384,2.0769,0,4.8461,0.6923,0,4.1538,0,0 + +[0036] 6 +PL 5.5384,7.6154,0,5.5384,6.923,0,6.2307,6.923,0,6.2307,7.6154,0,5.5384,8.3077,0,4.1538,9,0,2.7692,9,0,1.3846,8.3077,0,0.6923,7.6154,0,0,5.5384,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,4.1538,0,0,5.5384,0.6923,0,6.2307,2.0769,0,6.2307,3.4615,0,5.5384,4.8461,0,4.1538,5.5384,0,2.0769,5.5384,0,0,4.1538,0 +PL 2.7692,9,0,1.3846,7.6154,0,0.6923,5.5384,0,0.6923,2.0769,0,1.3846,0.6923,0,2.0769,0,0 +PL 4.1538,0,0,4.8461,0.6923,0,5.5384,2.0769,0,5.5384,3.4615,0,4.8461,4.8461,0,4.1538,5.5384,0 + +[0037] 7 +L 0,9,0,6.2307 +PL 4.8461,7.6154,0,2.7692,8.3077,0,1.3846,8.3077,0,0,7.6154,0,1.3846,9,0,2.7692,9,0,4.8461,7.6154,0,5.5384,7.6154,0,2.7692,2.7692,0,1.3846,0,0 +PL 6.2307,9,0,4.1538,4.8461,0,2.0769,0,0 + +[0038] 8 +PLC 0.6923,8.3077,0,0,6.923,0,0.6923,5.5384,0,2.0769,4.8461,0,4.1538,4.8461,0,5.5384,5.5384,0,6.2307,6.923,0,5.5384,8.3077,0,4.1538,9,0,2.0769,9,0 +PL 2.0769,9,0,1.3846,8.3077,0,0.6923,6.923,0,1.3846,5.5384,0,2.0769,4.8461,0,0.6923,4.1538,0,0,2.7692,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,4.1538,0,0,5.5384,0.6923,0,6.2307,2.0769,0,6.2307,2.7692,0,5.5384,4.1538,0,4.1538,4.8461,0,4.8461,5.5384,0,5.5384,6.923,0,4.8461,8.3077,0,4.1538,9,0 +PL 2.0769,4.8461,0,1.3846,4.1538,0,0.6923,2.7692,0,0.6923,2.0769,0,1.3846,0.6923,0,2.0769,0,0 +PL 4.1538,0,0,4.8461,0.6923,0,5.5384,2.0769,0,5.5384,2.7692,0,4.8461,4.1538,0,4.1538,4.8461,0 + +[0039] 9 +PL 0.6923,1.3846,0,0.6923,2.0769,0,0,2.0769,0,0,1.3846,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.8461,0.6923,0,5.5384,1.3846,0,6.2307,3.4615,0,6.2307,6.923,0,5.5384,8.3077,0,4.1538,9,0,2.0769,9,0,0.6923,8.3077,0,0,6.923,0,0,5.5384,0,0.6923,4.1538,0,2.0769,3.4615,0,4.1538,3.4615,0,6.2307,4.8461,0 +PL 3.4615,0,0,4.8461,1.3846,0,5.5384,3.4615,0,5.5384,6.923,0,4.8461,8.3077,0,4.1538,9,0 +PL 2.0769,9,0,1.3846,8.3077,0,0.6923,6.923,0,0.6923,5.5384,0,1.3846,4.1538,0,2.0769,3.4615,0 + +[003a] : +PLC 0,5.5384,0,0.6923,4.8461,0,1.3846,5.5384,0,0.6923,6.2307,0 +PLC 0,0.6923,0,0.6923,0,0,1.3846,0.6923,0,0.6923,1.3846,0 + +[003b] ; +PLC 0,5.5384,0,0.6923,4.8461,0,1.3846,5.5384,0,0.6923,6.2307,0 +PLC 0.6923,0,0,0,0.6923,0,0.6923,1.3846,0,1.3846,0.6923,0 +PL 1.3846,0.6923,0,1.3846,-0.6923,0,0,-2.0769,0 + +[003c] < +PL 6.923,8.3077,0,0,4.1538,0,6.923,0,0 + +[003d] = +L 0,5.5384,8.3077,5.5384 +L 0,2.7692,8.3077,2.7692 + +[003e] > +PL 0,8.3077,0,6.923,4.1538,0,0,0,0 + +[003f] ? +PLC 0.6923,6.923,0,0.6923,6.2307,0,0,6.2307,0,0,6.923,0 +PL 0,6.923,0,0.6923,8.3077,0,2.0769,9,0,4.1538,9,0,5.5384,8.3077,0,6.2307,6.923,0,6.2307,6.2307,0,5.5384,4.8461,0,3.4615,4.1538,0,2.7692,3.4615,0,2.7692,2.7692,0,3.4615,2.7692,0 +PL 4.1538,9,0,5.5384,7.6154,0,5.5384,5.5384,0,4.8461,4.8461,0,3.4615,4.1538,0 +PLC 2.7692,0,0,3.4615,0,0,3.4615,0.6923,0,2.7692,0.6923,0 + +[0040] @ +PL 6.2307,5.5384,0,4.8461,6.2307,0,3.4615,6.2307,0,2.7692,4.8461,0,2.7692,4.1538,0,3.4615,2.7692,0,4.8461,2.7692,0,6.2307,3.4615,0,6.2307,6.2307,0 +PL 6.2307,3.4615,0,6.923,2.7692,0,8.3077,2.7692,0,9,4.1538,0,9,4.8461,0,8.3077,6.923,0,6.923,8.3077,0,4.8461,9,0,4.1538,9,0,2.0769,8.3077,0,0.6923,6.923,0,0,4.8461,0,0,4.1538,0,0.6923,2.0769,0,2.0769,0.6923,0,4.1538,0,0,4.8461,0,0,6.923,0.6923,0 + +[0041] A +PL 8.3077,0,0,4.8461,9,0,1.3846,0,0 +L 4.8461,6.923,7.6154,0 +L 2.7692,2.7692,6.2307,2.7692 +L 0,0,3.4615,0 +L 6.2307,0,9.6923,0 + +[0042] B +L 1.3846,9,1.3846,0 +L 2.0769,9,2.0769,0 +PL 0,9,0,4.8461,9,0,6.923,8.3077,0,7.6154,6.923,0,6.923,5.5384,0,4.8461,4.8461,0,6.2307,5.5384,0,6.923,6.923,0,6.2307,8.3077,0,4.8461,9,0 +PL 2.0769,4.8461,0,4.8461,4.8461,0,6.923,4.1538,0,7.6154,2.7692,0,7.6154,2.0769,0,6.923,0.6923,0,4.8461,0,0,0,0,0 +PL 4.8461,4.8461,0,6.2307,4.1538,0,6.923,2.7692,0,6.923,2.0769,0,6.2307,0.6923,0,4.8461,0,0 + +[0043] C +PLC 6.923,9,0,6.923,6.2307,0,6.2307,8.3077,0 +PL 6.2307,8.3077,0,4.8461,9,0,2.7692,9,0,1.3846,8.3077,0,0.6923,7.6154,0,0,5.5384,0,0,3.4615,0,0.6923,1.3846,0,1.3846,0.6923,0,2.7692,0,0,4.8461,0,0,6.2307,0.6923,0,6.923,2.0769,0 +PL 2.7692,9,0,1.3846,7.6154,0,0.6923,5.5384,0,0.6923,3.4615,0,1.3846,1.3846,0,2.7692,0,0 + +[0044] D +L 1.3846,9,1.3846,0 +L 2.0769,9,2.0769,0 +PL 0,9,0,4.8461,9,0,6.923,8.3077,0,7.6154,7.6154,0,8.3077,5.5384,0,8.3077,3.4615,0,7.6154,1.3846,0,6.923,0.6923,0,4.8461,0,0,0,0,0 +PL 4.8461,9,0,6.2307,8.3077,0,6.923,7.6154,0,7.6154,5.5384,0,7.6154,3.4615,0,6.923,1.3846,0,6.2307,0.6923,0,4.8461,0,0 + +[0045] E +L 1.3846,9,1.3846,0 +L 2.0769,9,2.0769,0 +L 4.8461,6.2307,4.8461,3.4615 +PL 0,9,0,6.923,9,0,6.923,6.2307,0,6.2307,9,0 +L 2.0769,4.8461,4.8461,4.8461 +PL 0,0,0,6.923,0,0,6.923,2.7692,0,6.2307,0,0 + +[0046] F +L 1.3846,9,1.3846,0 +L 2.0769,9,2.0769,0 +L 4.8461,6.2307,4.8461,3.4615 +PL 0,9,0,6.923,9,0,6.923,6.2307,0,6.2307,9,0 +L 2.0769,4.8461,4.8461,4.8461 +L 0,0,3.4615,0 + +[0047] G +PLC 6.923,9,0,6.923,6.2307,0,6.2307,8.3077,0 +PL 6.2307,8.3077,0,4.8461,9,0,2.7692,9,0,1.3846,8.3077,0,0.6923,7.6154,0,0,5.5384,0,0,3.4615,0,0.6923,1.3846,0,1.3846,0.6923,0,2.7692,0,0,4.8461,0,0,6.2307,0.6923,0 +PL 2.7692,9,0,1.3846,7.6154,0,0.6923,5.5384,0,0.6923,3.4615,0,1.3846,1.3846,0,2.7692,0,0 +PL 4.8461,0,0,5.5384,0.6923,0,6.2307,2.0769,0 +L 6.2307,3.4615,6.2307,0 +L 6.923,3.4615,6.923,0 +L 4.8461,3.4615,8.3077,3.4615 + +[0048] H +L 1.3846,9,1.3846,0 +L 2.0769,9,2.0769,0 +L 6.923,9,6.923,0 +L 7.6154,9,7.6154,0 +L 0,9,3.4615,9 +L 5.5384,9,9,9 +L 2.0769,4.8461,6.923,4.8461 +L 0,0,3.4615,0 +L 5.5384,0,9,0 + +[0049] I +L 1.3846,9,1.3846,0 +L 2.0769,9,2.0769,0 +L 0,9,3.4615,9 +L 0,0,3.4615,0 + +[004a] J +PL 4.1538,9,0,4.1538,2.0769,0,3.4615,0.6923,0,2.7692,0,0,4.1538,0.6923,0,4.8461,2.0769,0,4.8461,9,0 +PL 2.7692,0,0,2.0769,0,0,0.6923,0.6923,0,0,2.0769,0,0.6923,2.7692,0,1.3846,2.0769,0,0.6923,1.3846,0 +L 2.7692,9,6.2307,9 + +[004b] K +L 1.3846,9,1.3846,0 +L 2.0769,9,2.0769,0 +L 7.6154,9,2.0769,3.4615 +L 3.4615,4.8461,6.923,0 +L 4.1538,4.8461,7.6154,0 +L 0,9,3.4615,9 +L 5.5384,9,9,9 +L 0,0,3.4615,0 +L 5.5384,0,9,0 + +[004c] L +L 1.3846,9,1.3846,0 +L 2.0769,9,2.0769,0 +L 0,9,3.4615,9 +PL 0,0,0,6.923,0,0,6.923,2.7692,0,6.2307,0,0 + +[004d] M +L 1.3846,9,1.3846,0 +PL 2.0769,6.923,0,4.8461,0,0,8.3077,9,0,8.3077,0,0 +PL 0,9,0,2.0769,9,0,4.8461,2.0769,0 +L 9,9,9,0 +L 8.3077,9,10.3846,9 +L 0,0,2.7692,0 +L 6.923,0,10.3846,0 + +[004e] N +L 1.3846,9,1.3846,0 +PL 2.0769,7.6154,0,6.923,0,0,6.923,9,0 +PL 0,9,0,2.0769,9,0,6.923,1.3846,0 +L 5.5384,9,8.3077,9 +L 0,0,2.7692,0 + +[004f] O +PLC 1.3846,8.3077,0,0.6923,7.6154,0,0,5.5384,0,0,3.4615,0,0.6923,1.3846,0,1.3846,0.6923,0,2.7692,0,0,4.8461,0,0,6.2307,0.6923,0,6.923,1.3846,0,7.6154,3.4615,0,7.6154,5.5384,0,6.923,7.6154,0,6.2307,8.3077,0,4.8461,9,0,2.7692,9,0 +PL 2.7692,9,0,1.3846,7.6154,0,0.6923,5.5384,0,0.6923,3.4615,0,1.3846,1.3846,0,2.7692,0,0 +PL 4.8461,0,0,6.2307,1.3846,0,6.923,3.4615,0,6.923,5.5384,0,6.2307,7.6154,0,4.8461,9,0 + +[0050] P +L 1.3846,9,1.3846,0 +L 2.0769,9,2.0769,0 +PL 0,9,0,4.8461,9,0,6.923,8.3077,0,7.6154,6.923,0,7.6154,6.2307,0,6.923,4.8461,0,4.8461,4.1538,0,2.0769,4.1538,0 +PL 4.8461,9,0,6.2307,8.3077,0,6.923,6.923,0,6.923,6.2307,0,6.2307,4.8461,0,4.8461,4.1538,0 +L 0,0,3.4615,0 + +[0051] Q +PLC 1.3846,8.3077,0,0.6923,7.6154,0,0,5.5384,0,0,3.4615,0,0.6923,1.3846,0,1.3846,0.6923,0,2.7692,0,0,4.8461,0,0,6.2307,0.6923,0,6.923,1.3846,0,7.6154,3.4615,0,7.6154,5.5384,0,6.923,7.6154,0,6.2307,8.3077,0,4.8461,9,0,2.7692,9,0 +PL 2.7692,9,0,1.3846,7.6154,0,0.6923,5.5384,0,0.6923,3.4615,0,1.3846,1.3846,0,2.7692,0,0 +PL 4.8461,0,0,6.2307,1.3846,0,6.923,3.4615,0,6.923,5.5384,0,6.2307,7.6154,0,4.8461,9,0 +PL 2.0769,0.6923,0,2.0769,2.0769,0,2.7692,2.7692,0,4.1538,2.7692,0,4.8461,2.0769,0,5.5384,-1.3846,0,6.2307,-2.0769,0,6.923,-2.0769,0,7.6154,-1.3846,0 +PL 4.8461,2.0769,0,5.5384,0,0,6.2307,-1.3846,0,6.923,-2.0769,0 + +[0052] R +L 1.3846,9,1.3846,0 +L 2.0769,9,2.0769,0 +PL 0,9,0,4.8461,9,0,6.923,8.3077,0,7.6154,6.923,0,7.6154,6.2307,0,6.923,4.8461,0,4.8461,4.1538,0,2.0769,4.1538,0 +PL 4.8461,9,0,6.2307,8.3077,0,6.923,6.923,0,6.923,6.2307,0,6.2307,4.8461,0,4.8461,4.1538,0,5.5384,3.4615,0,6.2307,0.6923,0,6.923,0,0,7.6154,0,0,8.3077,0.6923,0 +L 0,0,3.4615,0 +PL 4.8461,4.1538,0,6.2307,3.4615,0,6.923,0.6923,0,7.6154,0,0 + +[0053] S +PLC 6.2307,9,0,6.2307,6.2307,0,5.5384,7.6154,0 +PL 5.5384,7.6154,0,4.8461,8.3077,0,3.4615,9,0,2.0769,9,0,0.6923,8.3077,0,0,7.6154,0,0,6.2307,0,0.6923,5.5384,0,2.0769,4.8461,0,4.1538,4.1538,0,5.5384,3.4615,0,6.2307,2.7692,0 +PL 0,6.923,0,0.6923,6.2307,0,2.0769,5.5384,0,4.1538,4.8461,0,5.5384,4.1538,0,6.2307,3.4615,0,6.2307,1.3846,0,5.5384,0.6923,0,4.1538,0,0,2.7692,0,0,1.3846,0.6923,0,0.6923,1.3846,0,0,2.7692,0,0,0,0,0.6923,1.3846,0 + +[0054] T +L 3.4615,9,3.4615,0 +L 4.1538,9,4.1538,0 +PL 0.6923,9,0,0,6.2307,0,0,9,0,7.6154,9,0,7.6154,6.2307,0,6.923,9,0 +L 2.0769,0,5.5384,0 + +[0055] U +PL 1.3846,9,0,1.3846,2.0769,0,2.0769,0.6923,0,3.4615,0,0,5.5384,0,0,6.923,0.6923,0,7.6154,2.0769,0,7.6154,9,0 +PL 2.0769,9,0,2.0769,2.0769,0,2.7692,0.6923,0,3.4615,0,0 +L 0,9,3.4615,9 +L 6.2307,9,9,9 + +[0056] V +PL 1.3846,9,0,4.8461,0,0,8.3077,9,0 +L 2.0769,9,4.8461,2.0769 +L 0,9,3.4615,9 +L 6.2307,9,9.6923,9 + +[0057] W +PL 1.3846,9,0,3.4615,0,0,5.5384,9,0,7.6154,0,0,9.6923,9,0 +L 2.0769,9,3.4615,2.7692 +L 6.2307,9,7.6154,2.7692 +L 0,9,3.4615,9 +L 8.3077,9,11.0769,9 + +[0058] X +L 1.3846,9,6.923,0 +L 2.0769,9,7.6154,0 +L 7.6154,9,1.3846,0 +L 0,9,3.4615,9 +L 5.5384,9,9,9 +L 0,0,3.4615,0 +L 5.5384,0,9,0 + +[0059] Y +PL 1.3846,9,0,4.1538,4.1538,0,4.1538,0,0 +PL 2.0769,9,0,4.8461,4.1538,0,7.6154,9,0 +L 4.8461,4.1538,4.8461,0 +L 0,9,3.4615,9 +L 5.5384,9,9,9 +L 2.7692,0,6.2307,0 + +[005a] Z +PL 5.5384,9,0,0,0,0,6.2307,0,0,6.2307,2.7692,0,5.5384,0,0 +PL 0.6923,9,0,0,6.2307,0,0,9,0,6.2307,9,0,0.6923,0,0 + +[005b] [ +PL 3.4615,11.0769,0,0,11.0769,0,0,-2.7692,0,3.4615,-2.7692,0 +L 0.6923,11.0769,0.6923,-2.7692 + +[005c] \ +L 0,12.4615,9.6923,-4.1538 + +[005d] ] +L 2.7692,11.0769,2.7692,-2.7692 +PL 0,11.0769,0,3.4615,11.0769,0,3.4615,-2.7692,0,0,-2.7692,0 + +[005e] ^ +PL 0,5.5384,0,0.6923,6.2307,0,2.0769,7.6154,0,2.0769,0,0 +PL 0.6923,6.2307,0,2.0769,8.3077,0,3.4615,6.2307,0,4.1538,5.5384,0 +L 2.0769,7.6154,3.4615,6.2307 + +[005f] _ +L 0,-1.3846,11.0769,-1.3846 + +[0060] ` +PL 1.3846,9,0,0,7.6154,0,0,6.2307,0,0.6923,5.5384,0,1.3846,6.2307,0,0.6923,6.923,0,0,6.2307,0 + +[0061] a +PLC 0.6923,5.5384,0,0.6923,4.8461,0,0,4.8461,0,0,5.5384,0,1.3846,6.2307,0 +PL 1.3846,6.2307,0,3.4615,6.2307,0,4.8461,4.8461,0,4.8461,0.6923,0,5.5384,0,0,6.2307,0,0 +PL 3.4615,6.2307,0,4.1538,4.8461,0,4.1538,0.6923,0,5.5384,0,0 +PL 4.1538,4.1538,0,2.0769,3.4615,0,0.6923,2.7692,0,0,2.0769,0,0,0.6923,0,0.6923,0,0,2.7692,0,0,3.4615,0.6923,0,4.1538,2.0769,0 +PL 2.0769,3.4615,0,0.6923,2.0769,0,0.6923,0.6923,0,1.3846,0,0 + +[0062] b +L 1.3846,9,1.3846,0 +PL 0,9,0,2.0769,9,0,2.0769,0,0 +PL 2.0769,4.1538,0,2.7692,5.5384,0,4.1538,6.2307,0,5.5384,6.2307,0,6.923,5.5384,0,7.6154,4.1538,0,7.6154,2.0769,0,6.923,0.6923,0,5.5384,0,0,4.1538,0,0,2.7692,0.6923,0,2.0769,2.0769,0 +PL 5.5384,6.2307,0,6.2307,5.5384,0,6.923,4.1538,0,6.923,2.0769,0,6.2307,0.6923,0,5.5384,0,0 + +[0063] c +PLC 4.8461,4.8461,0,4.8461,4.1538,0,5.5384,4.1538,0,5.5384,4.8461,0 +PL 5.5384,4.8461,0,4.8461,5.5384,0,3.4615,6.2307,0,2.0769,6.2307,0,0.6923,5.5384,0,0,4.1538,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.8461,0.6923,0,5.5384,1.3846,0 +PL 2.0769,6.2307,0,1.3846,5.5384,0,0.6923,4.1538,0,0.6923,2.0769,0,1.3846,0.6923,0,2.0769,0,0 + +[0064] d +PL 5.5384,9,0,5.5384,0,0,7.6154,0,0 +PL 4.1538,9,0,6.2307,9,0,6.2307,0,0 +PL 5.5384,4.1538,0,4.8461,5.5384,0,3.4615,6.2307,0,2.0769,6.2307,0,0.6923,5.5384,0,0,4.1538,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.8461,0.6923,0,5.5384,2.0769,0 +PL 2.0769,6.2307,0,1.3846,5.5384,0,0.6923,4.1538,0,0.6923,2.0769,0,1.3846,0.6923,0,2.0769,0,0 + +[0065] e +PL 0.6923,3.4615,0,5.5384,3.4615,0,5.5384,4.1538,0,4.8461,5.5384,0,3.4615,6.2307,0,2.0769,6.2307,0,0.6923,5.5384,0,0,4.1538,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.8461,0.6923,0,5.5384,1.3846,0 +PL 4.8461,3.4615,0,4.8461,4.8461,0,3.4615,6.2307,0 +PL 2.0769,6.2307,0,1.3846,5.5384,0,0.6923,4.1538,0,0.6923,2.0769,0,1.3846,0.6923,0,2.0769,0,0 + +[0066] f +PLC 4.8461,8.3077,0,4.8461,7.6154,0,5.5384,7.6154,0,5.5384,8.3077,0,4.1538,9,0 +PL 4.1538,9,0,2.7692,9,0,1.3846,7.6154,0,1.3846,0,0 +PL 2.7692,9,0,2.0769,7.6154,0,2.0769,0,0 +L 0,6.2307,3.4615,6.2307 +L 0,0,3.4615,0 + +[0067] g +PLC 0.6923,4.8461,0,0.6923,3.4615,0,2.0769,2.0769,0,3.4615,2.0769,0,4.8461,3.4615,0,4.8461,4.8461,0,3.4615,6.2307,0,2.0769,6.2307,0 +PL 2.0769,6.2307,0,1.3846,4.8461,0,1.3846,3.4615,0,2.0769,2.0769,0 +PL 3.4615,2.0769,0,4.1538,3.4615,0,4.1538,4.8461,0,3.4615,6.2307,0 +PL 4.1538,5.5384,0,4.8461,6.2307,0,5.5384,6.2307,0 +PL 1.3846,2.7692,0,0.6923,2.0769,0,0.6923,0,0,1.3846,-0.6923,0,4.1538,-0.6923,0,5.5384,-1.3846,0 +PL 0.6923,0.6923,0,1.3846,0,0,4.1538,0,0,5.5384,-0.6923,0,5.5384,-2.0769,0,4.1538,-2.7692,0,1.3846,-2.7692,0,0,-2.0769,0,0,-0.6923,0,1.3846,0,0 + +[0068] h +L 1.3846,9,1.3846,0 +PL 0,9,0,2.0769,9,0,2.0769,0,0 +PL 2.0769,4.1538,0,2.7692,5.5384,0,4.1538,6.2307,0,5.5384,6.2307,0,6.923,5.5384,0,7.6154,4.1538,0,7.6154,0,0 +PL 5.5384,6.2307,0,6.2307,5.5384,0,6.923,4.1538,0,6.923,0,0 +L 0,0,3.4615,0 +L 5.5384,0,9,0 + +[0069] i +PLC 1.3846,8.3077,0,2.0769,8.3077,0,2.0769,9,0,1.3846,9,0 +L 1.3846,6.2307,1.3846,0 +PL 0,6.2307,0,2.0769,6.2307,0,2.0769,0,0 +L 0,0,3.4615,0 + +[006a] j +PLC 2.7692,8.3077,0,3.4615,8.3077,0,3.4615,9,0,2.7692,9,0 +PL 2.7692,6.2307,0,2.7692,-1.3846,0,2.0769,-2.7692,0,3.4615,-1.3846,0,3.4615,6.2307,0,1.3846,6.2307,0 +PL 2.0769,-2.7692,0,0.6923,-2.7692,0,0,-2.0769,0,0,-1.3846,0,0.6923,-1.3846,0,0.6923,-2.0769,0,0,-2.0769,0 + +[006b] k +L 1.3846,9,1.3846,0 +PL 0,9,0,2.0769,9,0,2.0769,0,0 +L 7.6154,6.2307,2.0769,2.0769 +L 4.1538,3.4615,6.923,0 +L 4.8461,3.4615,7.6154,0 +L 5.5384,6.2307,9,6.2307 +L 0,0,3.4615,0 +L 5.5384,0,9,0 + +[006c] l +L 1.3846,9,1.3846,0 +PL 0,9,0,2.0769,9,0,2.0769,0,0 +L 0,0,3.4615,0 + +[006d] m +L 1.3846,6.2307,1.3846,0 +PL 0,6.2307,0,2.0769,6.2307,0,2.0769,0,0 +PL 2.0769,4.1538,0,2.7692,5.5384,0,4.1538,6.2307,0,5.5384,6.2307,0,6.923,5.5384,0,7.6154,4.1538,0,7.6154,0,0 +PL 5.5384,6.2307,0,6.2307,5.5384,0,6.923,4.1538,0,6.923,0,0 +PL 7.6154,4.1538,0,8.3077,5.5384,0,9.6923,6.2307,0,11.0769,6.2307,0,12.4615,5.5384,0,13.1538,4.1538,0,13.1538,0,0 +PL 11.0769,6.2307,0,11.7692,5.5384,0,12.4615,4.1538,0,12.4615,0,0 +L 0,0,3.4615,0 +L 5.5384,0,9,0 +L 11.0769,0,14.5384,0 + +[006e] n +L 1.3846,6.2307,1.3846,0 +PL 0,6.2307,0,2.0769,6.2307,0,2.0769,0,0 +PL 2.0769,4.1538,0,2.7692,5.5384,0,4.1538,6.2307,0,5.5384,6.2307,0,6.923,5.5384,0,7.6154,4.1538,0,7.6154,0,0 +PL 5.5384,6.2307,0,6.2307,5.5384,0,6.923,4.1538,0,6.923,0,0 +L 0,0,3.4615,0 +L 5.5384,0,9,0 + +[006f] o +PLC 0.6923,5.5384,0,0,4.1538,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,4.1538,0,0,5.5384,0.6923,0,6.2307,2.0769,0,6.2307,4.1538,0,5.5384,5.5384,0,4.1538,6.2307,0,2.0769,6.2307,0 +PL 2.0769,6.2307,0,1.3846,5.5384,0,0.6923,4.1538,0,0.6923,2.0769,0,1.3846,0.6923,0,2.0769,0,0 +PL 4.1538,0,0,4.8461,0.6923,0,5.5384,2.0769,0,5.5384,4.1538,0,4.8461,5.5384,0,4.1538,6.2307,0 + +[0070] p +L 1.3846,6.2307,1.3846,-2.7692 +PL 0,6.2307,0,2.0769,6.2307,0,2.0769,-2.7692,0 +PL 2.0769,4.1538,0,2.7692,5.5384,0,4.1538,6.2307,0,5.5384,6.2307,0,6.923,5.5384,0,7.6154,4.1538,0,7.6154,2.0769,0,6.923,0.6923,0,5.5384,0,0,4.1538,0,0,2.7692,0.6923,0,2.0769,2.0769,0 +PL 5.5384,6.2307,0,6.2307,5.5384,0,6.923,4.1538,0,6.923,2.0769,0,6.2307,0.6923,0,5.5384,0,0 +L 0,-2.7692,3.4615,-2.7692 + +[0071] q +L 5.5384,6.2307,5.5384,-2.7692 +L 6.2307,6.2307,6.2307,-2.7692 +PL 5.5384,4.1538,0,4.8461,5.5384,0,3.4615,6.2307,0,2.0769,6.2307,0,0.6923,5.5384,0,0,4.1538,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.8461,0.6923,0,5.5384,2.0769,0 +PL 2.0769,6.2307,0,1.3846,5.5384,0,0.6923,4.1538,0,0.6923,2.0769,0,1.3846,0.6923,0,2.0769,0,0 +L 4.1538,-2.7692,7.6154,-2.7692 + +[0072] r +L 1.3846,6.2307,1.3846,0 +PL 0,6.2307,0,2.0769,6.2307,0,2.0769,0,0 +PL 2.0769,4.1538,0,2.7692,5.5384,0,4.1538,6.2307,0,5.5384,6.2307,0,6.2307,5.5384,0,6.2307,4.8461,0,5.5384,4.8461,0,5.5384,5.5384,0,6.2307,5.5384,0 +L 0,0,3.4615,0 + +[0073] s +PLC 4.1538,5.5384,0,4.1538,4.8461,0,4.8461,4.8461,0,4.8461,5.5384,0,3.4615,6.2307,0 +PL 3.4615,6.2307,0,1.3846,6.2307,0,0,5.5384,0,0,4.1538,0,1.3846,3.4615,0,3.4615,2.7692,0,4.8461,2.0769,0 +PL 0,4.8461,0,1.3846,4.1538,0,3.4615,3.4615,0,4.8461,2.7692,0,4.8461,0.6923,0,3.4615,0,0,1.3846,0,0,0,0.6923,0,0,1.3846,0,0.6923,1.3846,0,0.6923,0.6923,0,1.3846,0,0 + +[0074] t +PL 1.3846,9,0,1.3846,1.3846,0,2.7692,0,0,4.1538,0,0,4.8461,0.6923,0,4.8461,1.3846,0 +PL 2.0769,9,0,2.0769,1.3846,0,2.7692,0,0 +L 0,6.2307,4.1538,6.2307 + +[0075] u +PL 1.3846,6.2307,0,1.3846,2.0769,0,2.0769,0.6923,0,3.4615,0,0,4.8461,0,0,6.2307,0.6923,0,6.923,2.0769,0 +PL 0,6.2307,0,2.0769,6.2307,0,2.0769,2.0769,0,2.7692,0.6923,0,3.4615,0,0 +PL 6.923,6.2307,0,6.923,0,0,9,0,0 +PL 5.5384,6.2307,0,7.6154,6.2307,0,7.6154,0,0 + +[0076] v +PL 1.3846,6.2307,0,4.1538,0,0,6.923,6.2307,0 +L 2.0769,6.2307,4.1538,1.3846 +L 0,6.2307,3.4615,6.2307 +L 5.5384,6.2307,8.3077,6.2307 + +[0077] w +PL 1.3846,6.2307,0,3.4615,0,0,5.5384,6.2307,0,7.6154,0,0,9.6923,6.2307,0 +L 2.0769,6.2307,3.4615,2.0769 +L 6.2307,6.2307,7.6154,2.0769 +L 0,6.2307,3.4615,6.2307 +L 8.3077,6.2307,11.0769,6.2307 + +[0078] x +L 1.3846,6.2307,6.2307,0 +L 2.0769,6.2307,6.923,0 +L 6.923,6.2307,1.3846,0 +L 0,6.2307,3.4615,6.2307 +L 5.5384,6.2307,8.3077,6.2307 +L 0,0,2.7692,0 +L 4.8461,0,8.3077,0 + +[0079] y +PL 1.3846,6.2307,0,4.1538,0,0,6.923,6.2307,0 +L 2.0769,6.2307,4.1538,1.3846 +PL 4.1538,0,0,2.7692,-2.0769,0,1.3846,-2.7692,0,0.6923,-2.7692,0,0,-2.0769,0,0,-1.3846,0,0.6923,-1.3846,0,0.6923,-2.0769,0,0,-2.0769,0 +L 0,6.2307,3.4615,6.2307 +L 5.5384,6.2307,8.3077,6.2307 + +[007a] z +PL 4.8461,6.2307,0,0,0,0,5.5384,0,0,5.5384,1.3846,0,4.8461,0,0 +PL 0.6923,6.2307,0,0,4.8461,0,0,6.2307,0,5.5384,6.2307,0,0.6923,0,0 + +[007b] { +PL 2.0769,11.0769,0,0.6923,10.3846,0,0,9.6923,0,0,8.3077,0,1.3846,6.923,0,2.0769,5.5384,0,2.0769,6.923,0,1.3846,4.8461,0,2.0769,5.5384,0 +L 0.6923,10.3846,0,8.3077 +PL 0,9.6923,0,0.6923,8.3077,0,2.0769,6.923,0 +PL 1.3846,4.8461,0,0,4.1538,0,1.3846,3.4615,0,2.0769,2.7692,0,2.0769,1.3846,0,0.6923,0,0,0,-1.3846,0,0,0,0,0.6923,-2.0769,0,0,-1.3846,0 +L 1.3846,3.4615,2.0769,1.3846 +PL 2.0769,2.7692,0,1.3846,1.3846,0,0,0,0 +L 0.6923,-2.0769,2.0769,-2.7692 + +[007c] | +L 0,11.0769,0,-2.7692 + +[007d] } +PL 0,11.0769,0,1.3846,10.3846,0,2.0769,9.6923,0,2.0769,8.3077,0,0.6923,6.923,0,0,5.5384,0,0,6.923,0,0.6923,4.8461,0,0,5.5384,0 +L 1.3846,10.3846,2.0769,8.3077 +PL 2.0769,9.6923,0,1.3846,8.3077,0,0,6.923,0 +PL 0.6923,4.8461,0,2.0769,4.1538,0,0.6923,3.4615,0,0,2.7692,0,0,1.3846,0,1.3846,0,0,2.0769,-1.3846,0,2.0769,0,0,1.3846,-2.0769,0,2.0769,-1.3846,0 +L 0.6923,3.4615,0,1.3846 +PL 0,2.7692,0,0.6923,1.3846,0,2.0769,0,0 +L 1.3846,-2.0769,0,-2.7692 + +[00a6] ¦ +PLC 6.2307,9,0,6.2307,6.2307,0,5.5384,7.6154,0 +PL 5.5384,7.6154,0,4.8461,8.3077,0,3.4615,9,0,2.0769,9,0,0.6923,8.3077,0,0,7.6154,0,0,6.2307,0,0.6923,5.5384,0,2.0769,4.8461,0,4.1538,4.1538,0,5.5384,3.4615,0,6.2307,2.7692,0 +PL 0,6.923,0,0.6923,6.2307,0,2.0769,5.5384,0,4.1538,4.8461,0,5.5384,4.1538,0,6.2307,3.4615,0,6.2307,1.3846,0,5.5384,0.6923,0,4.1538,0,0,2.7692,0,0,1.3846,0.6923,0,0.6923,1.3846,0,0,2.7692,0,0,0,0,0.6923,1.3846,0 +PLC 3.4615,11.7692,0,2.7692,12.4615,0,3.4615,13.1538,0,4.1538,12.4615,0 +PL 4.1538,12.4615,0,4.1538,11.0769,0,2.7692,9.6923,0 + +[00d3] Ó +PLC 1.3846,8.3077,0,0.6923,7.6154,0,0,5.5384,0,0,3.4615,0,0.6923,1.3846,0,1.3846,0.6923,0,2.7692,0,0,4.8461,0,0,6.2307,0.6923,0,6.923,1.3846,0,7.6154,3.4615,0,7.6154,5.5384,0,6.923,7.6154,0,6.2307,8.3077,0,4.8461,9,0,2.7692,9,0 +PL 2.7692,9,0,1.3846,7.6154,0,0.6923,5.5384,0,0.6923,3.4615,0,1.3846,1.3846,0,2.7692,0,0 +PL 4.8461,0,0,6.2307,1.3846,0,6.923,3.4615,0,6.923,5.5384,0,6.2307,7.6154,0,4.8461,9,0 +PLC 4.1538,11.7692,0,3.4615,12.4615,0,4.1538,13.1538,0,4.8461,12.4615,0 +PL 4.8461,12.4615,0,4.8461,11.0769,0,3.4615,9.6923,0 + +[00f3] ó +PLC 0.6923,5.5384,0,0,4.1538,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,4.1538,0,0,5.5384,0.6923,0,6.2307,2.0769,0,6.2307,4.1538,0,5.5384,5.5384,0,4.1538,6.2307,0,2.0769,6.2307,0 +PL 2.0769,6.2307,0,1.3846,5.5384,0,0.6923,4.1538,0,0.6923,2.0769,0,1.3846,0.6923,0,2.0769,0,0 +PL 4.1538,0,0,4.8461,0.6923,0,5.5384,2.0769,0,5.5384,4.1538,0,4.8461,5.5384,0,4.1538,6.2307,0 +PLC 3.4615,9.6923,0,2.7692,10.3846,0,3.4615,11.0769,0,4.1538,10.3846,0 +PL 4.1538,10.3846,0,4.1538,9,0,2.7692,7.6154,0 + +[0104] Ą +PL 8.3077,0,0,4.8461,9,0,1.3846,0,0 +PL 4.8461,6.923,0,7.6154,0,0,6.2307,-1.3846,0,6.2307,-2.7692,0,6.923,-3.4615,0,7.6154,-2.7692,0,6.923,-2.0769,0,6.2307,-2.7692,0 +L 2.7692,2.7692,6.2307,2.7692 +L 0,0,3.4615,0 +L 6.2307,0,9.6923,0 + +[0105] ą +PLC 0.6923,5.5384,0,0.6923,4.8461,0,0,4.8461,0,0,5.5384,0,1.3846,6.2307,0 +PL 1.3846,6.2307,0,3.4615,6.2307,0,4.8461,4.8461,0,4.8461,0.6923,0,5.5384,0,0,6.2307,0,0 +PL 3.4615,6.2307,0,4.1538,4.8461,0,4.1538,0.6923,0,5.5384,0,0,4.1538,-1.3846,0,4.1538,-2.7692,0,4.8461,-3.4615,0,5.5384,-2.7692,0,4.8461,-2.0769,0,4.1538,-2.7692,0 +PL 4.1538,4.1538,0,2.0769,3.4615,0,0.6923,2.7692,0,0,2.0769,0,0,0.6923,0,0.6923,0,0,2.7692,0,0,3.4615,0.6923,0,4.1538,2.0769,0 +PL 2.0769,3.4615,0,0.6923,2.0769,0,0.6923,0.6923,0,1.3846,0,0 + +[0106] Ć +PLC 6.923,9,0,6.923,6.2307,0,6.2307,8.3077,0 +PL 6.2307,8.3077,0,4.8461,9,0,2.7692,9,0,1.3846,8.3077,0,0.6923,7.6154,0,0,5.5384,0,0,3.4615,0,0.6923,1.3846,0,1.3846,0.6923,0,2.7692,0,0,4.8461,0,0,6.2307,0.6923,0,6.923,2.0769,0 +PL 2.7692,9,0,1.3846,7.6154,0,0.6923,5.5384,0,0.6923,3.4615,0,1.3846,1.3846,0,2.7692,0,0 +PLC 4.1538,11.7692,0,3.4615,12.4615,0,4.1538,13.1538,0,4.8461,12.4615,0 +PL 4.8461,12.4615,0,4.8461,11.0769,0,3.4615,9.6923,0 + +[0107] ć +PLC 4.8461,4.8461,0,4.8461,4.1538,0,5.5384,4.1538,0,5.5384,4.8461,0 +PL 5.5384,4.8461,0,4.8461,5.5384,0,3.4615,6.2307,0,2.0769,6.2307,0,0.6923,5.5384,0,0,4.1538,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.8461,0.6923,0,5.5384,1.3846,0 +PL 2.0769,6.2307,0,1.3846,5.5384,0,0.6923,4.1538,0,0.6923,2.0769,0,1.3846,0.6923,0,2.0769,0,0 +PLC 3.4615,9.6923,0,2.7692,10.3846,0,3.4615,11.0769,0,4.1538,10.3846,0 +PL 4.1538,10.3846,0,4.1538,9,0,2.7692,7.6154,0 + +[0118] Ę +L 1.3846,9,1.3846,0 +L 2.0769,9,2.0769,0 +L 4.8461,6.2307,4.8461,3.4615 +PL 0,9,0,6.923,9,0,6.923,6.2307,0,6.2307,9,0 +L 2.0769,4.8461,4.8461,4.8461 +PL 0,0,0,6.923,0,0,6.923,2.7692,0,6.2307,0,0 +PL 5.5384,0,0,4.1538,-1.3846,0,4.1538,-2.7692,0,4.8461,-3.4615,0,5.5384,-2.7692,0,4.8461,-2.0769,0,4.1538,-2.7692,0 + +[0119] ę +PL 0.6923,3.4615,0,5.5384,3.4615,0,5.5384,4.1538,0,4.8461,5.5384,0,3.4615,6.2307,0,2.0769,6.2307,0,0.6923,5.5384,0,0,4.1538,0,0,2.0769,0,0.6923,0.6923,0,2.0769,0,0,3.4615,0,0,4.8461,0.6923,0,5.5384,1.3846,0 +PL 4.8461,3.4615,0,4.8461,4.8461,0,3.4615,6.2307,0 +PL 2.0769,6.2307,0,1.3846,5.5384,0,0.6923,4.1538,0,0.6923,2.0769,0,1.3846,0.6923,0,2.0769,0,0 +PL 3.4615,0,0,2.0769,-1.3846,0,2.0769,-2.7692,0,2.7692,-3.4615,0,3.4615,-2.7692,0,2.7692,-2.0769,0,2.0769,-2.7692,0 + +[0141] Ł +L 1.3846,9,1.3846,0 +L 2.0769,9,2.0769,0 +L 0,9,3.4615,9 +PL 0,0,0,6.923,0,0,6.923,2.7692,0,6.2307,0,0 +L 4.1538,6.923,0,3.4615 + +[0142] ł +L 1.3846,9,1.3846,0 +PL 0,9,0,2.0769,9,0,2.0769,0,0 +L 0,0,3.4615,0 +L 3.4615,6.2307,0,3.4615 + +[0143] Ń +L 1.3846,9,1.3846,0 +PL 2.0769,7.6154,0,6.923,0,0,6.923,9,0 +PL 0,9,0,2.0769,9,0,6.923,1.3846,0 +L 5.5384,9,8.3077,9 +L 0,0,2.7692,0 +PLC 4.8461,11.7692,0,4.1538,12.4615,0,4.8461,13.1538,0,5.5384,12.4615,0 +PL 5.5384,12.4615,0,5.5384,11.0769,0,4.1538,9.6923,0 + +[0144] ń +L 1.3846,6.2307,1.3846,0 +PL 0,6.2307,0,2.0769,6.2307,0,2.0769,0,0 +PL 2.0769,4.1538,0,2.7692,5.5384,0,4.1538,6.2307,0,5.5384,6.2307,0,6.923,5.5384,0,7.6154,4.1538,0,7.6154,0,0 +PL 5.5384,6.2307,0,6.2307,5.5384,0,6.923,4.1538,0,6.923,0,0 +L 0,0,3.4615,0 +L 5.5384,0,9,0 +PLC 4.8461,9.6923,0,4.1538,10.3846,0,4.8461,11.0769,0,5.5384,10.3846,0 +PL 5.5384,10.3846,0,5.5384,9,0,4.1538,7.6154,0 + +[015b] ś +PLC 4.1538,5.5384,0,4.1538,4.8461,0,4.8461,4.8461,0,4.8461,5.5384,0,3.4615,6.2307,0 +PL 3.4615,6.2307,0,1.3846,6.2307,0,0,5.5384,0,0,4.1538,0,1.3846,3.4615,0,3.4615,2.7692,0,4.8461,2.0769,0 +PL 0,4.8461,0,1.3846,4.1538,0,3.4615,3.4615,0,4.8461,2.7692,0,4.8461,0.6923,0,3.4615,0,0,1.3846,0,0,0,0.6923,0,0,1.3846,0,0.6923,1.3846,0,0.6923,0.6923,0,1.3846,0,0 +PLC 2.7692,9.6923,0,2.0769,10.3846,0,2.7692,11.0769,0,3.4615,10.3846,0 +PL 3.4615,10.3846,0,3.4615,9,0,2.0769,7.6154,0 + +[0179] Ź +PL 5.5384,9,0,0,0,0,6.2307,0,0,6.2307,2.7692,0,5.5384,0,0 +PL 0.6923,9,0,0,6.2307,0,0,9,0,6.2307,9,0,0.6923,0,0 +PLC 3.4615,11.7692,0,2.7692,12.4615,0,3.4615,13.1538,0,4.1538,12.4615,0 +PL 4.1538,12.4615,0,4.1538,11.0769,0,2.7692,9.6923,0 + +[017a] ź +PL 4.8461,6.2307,0,0,0,0,5.5384,0,0,5.5384,1.3846,0,4.8461,0,0 +PL 0.6923,6.2307,0,0,4.8461,0,0,6.2307,0,5.5384,6.2307,0,0.6923,0,0 +PLC 3.4615,9.6923,0,2.7692,10.3846,0,3.4615,11.0769,0,4.1538,10.3846,0 +PL 4.1538,10.3846,0,4.1538,9,0,2.7692,7.6154,0 + +[017b] Ż +PL 5.5384,9,0,0,0,0,6.2307,0,0,6.2307,2.7692,0,5.5384,0,0 +PL 0.6923,9,0,0,6.2307,0,0,9,0,6.2307,9,0,0.6923,0,0 +PLC 2.7692,11.0769,0,3.4615,10.3846,0,4.1538,11.0769,0,3.4615,11.7692,0 + +[017c] ż +PL 4.8461,6.2307,0,0,0,0,5.5384,0,0,5.5384,1.3846,0,4.8461,0,0 +PL 0.6923,6.2307,0,0,4.8461,0,0,6.2307,0,5.5384,6.2307,0,0.6923,0,0 +PLC 2.0769,8.3077,0,2.7692,7.6154,0,3.4615,8.3077,0,2.7692,9,0 diff --git a/assets/fonts/RomanD.cxf b/assets/fonts/RomanD.cxf new file mode 100644 index 00000000..cf6becb4 --- /dev/null +++ b/assets/fonts/RomanD.cxf @@ -0,0 +1,526 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Roman Duplex +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts +# Author: Adam Radlowski (Polish) + +[0021] ! +PLC 0.4286,2.9999,0,0.8571,2.9999,0,0.8571,8.9997,0,0.4286,8.9997,0 +PLC 0,0.8571,0,0,0.4286,0,0.4286,0,0,0.8571,0,0,1.2857,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,1.2857,0 +PLC 0.4286,0.4286,0,0.8571,0.4286,0,0.8571,0.8571,0,0.4286,0.8571,0 + +[0022] " +PLC 0,8.5711,0,0,5.9998,0,0.8571,8.5711,0,0.4286,8.9997,0 +L 0.4286,8.5711,0,5.9998 +PLC 3.857,8.5711,0,3.857,5.9998,0,4.7141,8.5711,0,4.2856,8.9997,0 +L 4.2856,8.5711,3.857,5.9998 + +[0023] # +L 3.4285,8.9997,0.4286,-2.9999 +L 5.9998,8.9997,2.9999,-2.9999 +L 0.4286,4.2856,6.4283,4.2856 +L 0,1.7142,5.9998,1.7142 + +[0024] $ +PLC 2.5713,-1.7142,0,2.9999,-1.7142,0,2.9999,10.7139,0,2.5713,10.7139,0 +PLC 5.5712,7.714,0,4.7141,8.5711,0,3.4285,8.9997,0,2.1428,8.9997,0,0.8571,8.5711,0,0,7.714,0,0,6.8569,0,0.4286,5.9998,0,0.8571,5.5712,0,4.2856,3.857,0,4.7141,3.4285,0,5.1427,2.5713,0,5.1427,1.7142,0,4.7141,0.8571,0,3.4285,0.4286,0,2.1428,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0,1.2857,0,0.8571,0.4286,0,2.1428,0,0,3.4285,0,0,4.7141,0.4286,0,5.1427,0.8571,0,5.5712,1.7142,0,5.5712,2.5713,0,5.1427,3.4285,0,4.2856,4.2856,0,0.8571,5.9998,0,0.4286,6.8569,0,0.4286,7.714,0,0.8571,8.1426,0,2.1428,8.5711,0,3.4285,8.5711,0,4.2856,8.1426,0,4.7141,7.714,0 +L 5.1427,1.2857,3.857,0.4286 + +[0025] % +PL 2.1428,8.9997,0,1.2857,8.9997,0,0.4286,8.5711,0,0,7.714,0,0,6.8569,0,0.8571,5.9998,0,1.7142,5.9998,0,2.5713,6.4283,0,2.9999,7.2855,0,2.9999,8.1426,0,2.1428,8.9997,0,2.9999,8.5711,0,4.2856,8.1426,0,5.5712,8.1426,0,6.8569,8.5711,0,7.714,8.9997,0,0,0,0 +PLC 5.1427,2.5713,0,4.7141,1.7142,0,4.7141,0.8571,0,5.5712,0,0,6.4283,0,0,7.2855,0.4286,0,7.714,1.2857,0,7.714,2.1428,0,6.8569,2.9999,0,5.9998,2.9999,0 + +[0026] & +PL 6.4283,5.1427,0,7.2855,5.5712,0,8.1426,5.5712,0,8.1426,5.9998,0,7.2855,5.9998,0,6.4283,5.5712,0,5.9998,4.7141,0,5.1427,2.1428,0,4.7141,1.2857,0,4.2856,0.8571,0,3.4285,0.4286,0,1.7142,0.4286,0,0.8571,0.8571,0,0.4286,1.7142,0,0.4286,2.5713,0,0.8571,3.4285,0,1.2857,3.857,0,3.4285,5.1427,0,4.2856,5.9998,0,4.7141,6.8569,0,4.7141,7.714,0,4.2856,8.5711,0,3.4285,8.9997,0,2.9999,8.9997,0,2.1428,8.5711,0,1.7142,7.714,0,1.7142,6.8569,0,2.1428,5.5712,0,2.9999,4.2856,0,5.1427,1.7142,0,6.4283,0.4286,0,7.2855,0,0,8.1426,0,0,8.1426,0.4286,0,7.2855,0.4286,0,6.4283,0.8571,0,5.5712,1.7142,0,3.4285,4.2856,0,2.5713,5.5712,0,2.1428,6.8569,0,2.1428,7.714,0,2.5713,8.5711,0 +PL 6.8569,5.5712,0,6.4283,4.7141,0,5.5712,2.1428,0,5.1427,1.2857,0,4.2856,0.4286,0,3.4285,0,0,1.7142,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7142,0,0,2.5713,0,0.4286,3.4285,0,1.2857,4.2856,0,3.4285,5.5712,0,3.857,5.9998,0,4.2856,6.8569,0,4.2856,7.714,0,3.857,8.5711,0 +PL 4.2856,8.1426,0,3.4285,8.5711,0,2.9999,8.5711,0,2.1428,8.1426,0 + +[0027] ' +PL 1.2857,7.2855,0,0.8571,7.714,0,0.4286,7.714,0,0,8.1426,0,0,8.5711,0,0.4286,8.9997,0,0.8571,8.9997,0,1.2857,8.5711,0,1.2857,7.2855,0,0.8571,6.4283,0,1.2857,8.1426,0,0.8571,7.714,0 +L 0.8571,6.4283,0,5.9998 +PLC 0.4286,8.1426,0,0.8571,8.1426,0,0.8571,8.5711,0,0.4286,8.5711,0 + +[0028] ( +PLC 2.1428,9.8568,0,1.2857,8.5711,0,0.4286,6.8569,0,0,4.7141,0,0,2.9999,0,0.4286,0.8571,0,1.2857,-0.8571,0,2.1428,-2.1428,0,2.9999,-2.9999,0,3.4285,-2.9999,0,2.5713,-2.1428,0,1.7142,-0.8571,0,0.8571,0.8571,0,0.4286,2.9999,0,0.4286,4.7141,0,0.8571,6.8569,0,1.7142,8.5711,0,2.5713,9.8568,0,3.4285,10.7139,0,2.9999,10.7139,0 + +[0029] ) +PLC 0.8571,9.8568,0,1.7142,8.5711,0,2.5713,6.8569,0,2.9999,4.7141,0,2.9999,2.9999,0,2.5713,0.8571,0,1.7142,-0.8571,0,0.8571,-2.1428,0,0,-2.9999,0,0.4286,-2.9999,0,1.2857,-2.1428,0,2.1428,-0.8571,0,2.9999,0.8571,0,3.4285,2.9999,0,3.4285,4.7141,0,2.9999,6.8569,0,2.1428,8.5711,0,1.2857,9.8568,0,0.4286,10.7139,0,0,10.7139,0 + +[002a] * +PLC 1.7142,8.5711,0,2.5713,4.2856,0,2.1428,3.857,0,2.1428,8.9997,0 +PL 2.1428,8.9997,0,2.5713,8.5711,0,1.7142,4.2856,0,2.1428,3.857,0 +PLC 0.4286,7.714,0,3.857,5.1427,0,4.2856,5.1427,0,0,7.714,0 +PL 0,7.714,0,0,7.2855,0,4.2856,5.5712,0,4.2856,5.1427,0 +PLC 3.857,7.714,0,0.4286,5.1427,0,0,5.1427,0,4.2856,7.714,0 +PL 4.2856,7.714,0,4.2856,7.2855,0,0,5.5712,0,0,5.1427,0 + +[002b] + +PLC 3.4285,0.4286,0,3.857,0.4286,0,3.857,7.714,0,3.4285,7.714,0 +PLC 7.2855,4.2856,0,7.2855,3.857,0,0,3.857,0,0,4.2856,0 + +[002c] , +PL 1.2857,-0.4286,0,0.8571,0,0,0.4286,0,0,0,0.4286,0,0,0.8571,0,0.4286,1.2857,0,0.8571,1.2857,0,1.2857,0.8571,0,1.2857,-0.4286,0,0.8571,-1.2857,0,1.2857,0.4286,0,0.8571,0,0 +L 0.8571,-1.2857,0,-1.7142 +PLC 0.4286,0.4286,0,0.8571,0.4286,0,0.8571,0.8571,0,0.4286,0.8571,0 + +[002d] - +PLC 7.2855,4.2856,0,7.2855,3.857,0,0,3.857,0,0,4.2856,0 + +[002e] . +PLC 0,0.8571,0,0,0.4286,0,0.4286,0,0,0.8571,0,0,1.2857,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,1.2857,0 +PLC 0.4286,0.4286,0,0.8571,0.4286,0,0.8571,0.8571,0,0.4286,0.8571,0 + +[002f] / +L 0,-2.9999,2.9999,10.7139 +L 2.9999,10.7139,0,-2.9999 + +[0030] 0 +PLC 1.2857,8.5711,0,0.4286,7.2855,0,0,5.1427,0,0,3.857,0,0.4286,1.7142,0,1.2857,0.4286,0,2.5713,0,0,3.4285,0,0,4.7141,0.4286,0,5.5712,1.7142,0,5.9998,3.857,0,5.9998,5.1427,0,5.5712,7.2855,0,4.7141,8.5711,0,3.4285,8.9997,0,2.5713,8.9997,0 +PL 1.7142,8.5711,0,0.8571,7.2855,0,0.4286,5.1427,0,0.4286,3.857,0,0.8571,1.7142,0,1.7142,0.4286,0 +PL 1.2857,0.8571,0,2.5713,0.4286,0,3.4285,0.4286,0,4.7141,0.8571,0 +PL 4.2856,0.4286,0,5.1427,1.7142,0,5.5712,3.857,0,5.5712,5.1427,0,5.1427,7.2855,0,4.2856,8.5711,0 +PL 4.7141,8.1426,0,3.4285,8.5711,0,2.5713,8.5711,0,1.2857,8.1426,0 + +[0031] 1 +PLC 0.8571,7.714,0,2.1428,8.9997,0,2.1428,0,0,1.7142,0,0,1.7142,8.1426,0,0.8571,7.2855,0,0,6.8569,0,0,7.2855,0 + +[0032] 2 +PL 0.4286,0.4286,0,5.9998,0.4286,0,5.9998,0,0,0,0,0,3.857,4.2856,0,4.7141,5.5712,0,5.1427,6.4283,0,5.1427,7.2855,0,4.7141,8.1426,0,3.857,8.5711,0,2.1428,8.5711,0,1.2857,8.1426,0,0.8571,7.2855,0,0.8571,6.8569,0,0.4286,6.8569,0,0.4286,7.2855,0,0.8571,8.1426,0,1.2857,8.5711,0,2.1428,8.9997,0,3.857,8.9997,0,4.7141,8.5711,0,5.1427,8.1426,0,5.5712,7.2855,0,5.5712,6.4283,0,5.1427,5.5712,0,4.2856,4.2856,0,0.4286,0,0 + +[0033] 3 +PL 5.1427,8.5711,0,0.8571,8.5711,0,0.8571,8.9997,0,5.5712,8.9997,0,2.5713,5.1427,0 +PL 5.1427,8.9997,0,2.1428,5.1427,0,3.4285,5.1427,0,4.7141,4.7141,0,5.5712,3.4285,0 +PL 2.5713,5.5712,0,3.4285,5.5712,0,4.7141,5.1427,0,5.5712,4.2856,0,5.9998,2.9999,0,5.9998,2.5713,0,5.5712,1.2857,0,4.7141,0.4286,0,3.4285,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7142,0,0.4286,1.7142,0,0.8571,0.8571,0,2.1428,0.4286,0,3.4285,0.4286,0,4.7141,0.8571,0,5.5712,2.1428,0 +PL 3.857,5.1427,0,5.1427,4.2856,0,5.5712,2.9999,0,5.5712,2.5713,0,5.1427,1.2857,0,3.857,0.4286,0 +L 1.7142,0.4286,0.4286,1.2857 + +[0034] 4 +PL 0.4286,2.1428,0,4.2856,7.714,0,4.2856,0,0,4.7141,0,0,4.7141,8.9997,0,0,2.1428,0,6.4283,2.1428,0,6.4283,2.5713,0,0.4286,2.5713,0 + +[0035] 5 +PL 5.5712,2.1428,0,4.7141,0.8571,0,3.4285,0.4286,0,2.1428,0.4286,0,0.8571,0.8571,0,0.4286,1.7142,0,0,1.7142,0,0.4286,0.8571,0,0.8571,0.4286,0,2.1428,0,0,3.4285,0,0,4.7141,0.4286,0,5.5712,1.2857,0,5.9998,2.5713,0,5.9998,3.4285,0,5.5712,4.7141,0,4.7141,5.5712,0,3.4285,5.9998,0,2.1428,5.9998,0,0.8571,5.5712,0,1.2857,8.5711,0,5.1427,8.5711,0,5.1427,8.9997,0,0.8571,8.9997,0,0.4286,5.1427,0,0.8571,5.1427,0,1.7142,5.5712,0,3.4285,5.5712,0,4.7141,5.1427,0,5.5712,3.857,0 +PL 3.857,5.5712,0,5.1427,4.7141,0,5.5712,3.4285,0,5.5712,2.5713,0,5.1427,1.2857,0,3.857,0.4286,0 +L 1.7142,0.4286,0.4286,1.2857 + +[0036] 6 +PL 4.2856,8.5711,0,4.7141,7.714,0,5.1427,7.714,0,4.7141,8.5711,0,3.4285,8.9997,0,2.5713,8.9997,0,1.2857,8.5711,0,0.4286,7.2855,0,0,5.1427,0,0,2.9999,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5713,0,0,2.9999,0,0,4.2856,0.4286,0,5.1427,1.2857,0,5.5712,2.5713,0,5.5712,2.9999,0,5.1427,4.2856,0,4.2856,5.1427,0,2.9999,5.5712,0,2.5713,5.5712,0,1.2857,5.1427,0,0.4286,4.2856,0 +PL 4.7141,8.1426,0,3.4285,8.5711,0,2.5713,8.5711,0,1.2857,8.1426,0 +PL 1.7142,8.5711,0,0.8571,7.2855,0,0.4286,5.1427,0,0.4286,2.9999,0,0.8571,1.2857,0,2.1428,0.4286,0 +PL 0.4286,2.1428,0,1.2857,0.8571,0,2.5713,0.4286,0,2.9999,0.4286,0,4.2856,0.8571,0,5.1427,2.1428,0 +PL 3.4285,0.4286,0,4.7141,1.2857,0,5.1427,2.5713,0,5.1427,2.9999,0,4.7141,4.2856,0,3.4285,5.1427,0 +PL 5.1427,3.4285,0,4.2856,4.7141,0,2.9999,5.1427,0,2.5713,5.1427,0,1.2857,4.7141,0,0.4286,3.4285,0 +PL 2.1428,5.1427,0,0.8571,4.2856,0,0.4286,2.9999,0 + +[0037] 7 +PL 5.5712,8.5711,0,0,8.5711,0,0,8.9997,0,5.9998,8.9997,0,1.7142,0,0,1.2857,0,0,5.5712,8.9997,0 + +[0038] 8 +PLC 0.8571,8.5711,0,0.4286,7.714,0,0.4286,6.8569,0,0.8571,5.9998,0,1.2857,5.5712,0,2.1428,5.1427,0,3.857,4.7141,0,4.7141,4.2856,0,5.1427,3.857,0,5.5712,2.9999,0,5.5712,1.7142,0,5.1427,0.8571,0,3.857,0.4286,0,2.1428,0.4286,0,0.8571,0.8571,0,0.4286,1.7142,0,0.4286,2.9999,0,0.8571,3.857,0,1.2857,4.2856,0,2.1428,4.7141,0,3.857,5.1427,0,4.7141,5.5712,0,5.1427,5.9998,0,5.5712,6.8569,0,5.5712,7.714,0,5.1427,8.5711,0,3.857,8.9997,0,2.1428,8.9997,0 +PL 1.2857,8.5711,0,0.8571,7.714,0,0.8571,6.8569,0,1.2857,5.9998,0,2.1428,5.5712,0,3.857,5.1427,0,4.7141,4.7141,0,5.5712,3.857,0,5.9998,2.9999,0,5.9998,1.7142,0,5.5712,0.8571,0,5.1427,0.4286,0,3.857,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7142,0,0,2.9999,0,0.4286,3.857,0,1.2857,4.7141,0,2.1428,5.1427,0,3.857,5.5712,0,4.7141,5.9998,0,5.1427,6.8569,0,5.1427,7.714,0,4.7141,8.5711,0 +PL 5.1427,8.1426,0,3.857,8.5711,0,2.1428,8.5711,0,0.8571,8.1426,0 +L 0.4286,1.2857,1.7142,0.4286 +L 4.2856,0.4286,5.5712,1.2857 + +[0039] 9 +PL 5.1427,4.7141,0,4.2856,3.857,0,2.9999,3.4285,0,2.5713,3.4285,0,1.2857,3.857,0,0.4286,4.7141,0,0,5.9998,0,0,6.4283,0,0.4286,7.714,0,1.2857,8.5711,0,2.5713,8.9997,0,2.9999,8.9997,0,4.2856,8.5711,0,5.1427,7.714,0,5.5712,5.9998,0,5.5712,3.857,0,5.1427,1.7142,0,4.2856,0.4286,0,2.9999,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,1.2857,0,0.8571,1.2857,0,1.2857,0.4286,0 +PL 3.4285,8.5711,0,4.7141,7.714,0,5.1427,5.9998,0,4.7141,4.7141,0,3.4285,3.857,0 +PL 5.1427,5.5712,0,4.2856,4.2856,0,2.9999,3.857,0,2.5713,3.857,0,1.2857,4.2856,0,0.4286,5.5712,0 +PL 2.1428,3.857,0,0.8571,4.7141,0,0.4286,5.9998,0,0.4286,6.4283,0,0.8571,7.714,0,2.1428,8.5711,0 +PL 0.4286,6.8569,0,1.2857,8.1426,0,2.5713,8.5711,0,2.9999,8.5711,0,4.2856,8.1426,0,5.1427,6.8569,0 +PL 5.1427,5.9998,0,5.1427,3.857,0,4.7141,1.7142,0,3.857,0.4286,0 +PL 4.2856,0.8571,0,2.9999,0.4286,0,2.1428,0.4286,0,0.8571,0.8571,0 + +[003a] : +PLC 0,5.5712,0,0,5.1427,0,0.4286,4.7141,0,0.8571,4.7141,0,1.2857,5.1427,0,1.2857,5.5712,0,0.8571,5.9998,0,0.4286,5.9998,0 +PLC 0.4286,5.1427,0,0.8571,5.1427,0,0.8571,5.5712,0,0.4286,5.5712,0 +PLC 0,0.8571,0,0,0.4286,0,0.4286,0,0,0.8571,0,0,1.2857,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,1.2857,0 +PLC 0.4286,0.4286,0,0.8571,0.4286,0,0.8571,0.8571,0,0.4286,0.8571,0 + +[003b] ; +PLC 0,5.5712,0,0,5.1427,0,0.4286,4.7141,0,0.8571,4.7141,0,1.2857,5.1427,0,1.2857,5.5712,0,0.8571,5.9998,0,0.4286,5.9998,0 +PLC 0.4286,5.1427,0,0.8571,5.1427,0,0.8571,5.5712,0,0.4286,5.5712,0 +PL 1.2857,-0.4286,0,0.8571,0,0,0.4286,0,0,0,0.4286,0,0,0.8571,0,0.4286,1.2857,0,0.8571,1.2857,0,1.2857,0.8571,0,1.2857,-0.4286,0,0.8571,-1.2857,0,1.2857,0.4286,0,0.8571,0,0 +L 0.8571,-1.2857,0,-1.7142 +PLC 0.4286,0.4286,0,0.8571,0.4286,0,0.8571,0.8571,0,0.4286,0.8571,0 + +[003c] < +PL 6.8569,7.714,0,0,3.857,0,6.8569,0,0 + +[003d] = +PLC 7.2855,5.9998,0,7.2855,5.5712,0,0,5.5712,0,0,5.9998,0 +PLC 7.2855,2.5713,0,7.2855,2.1428,0,0,2.1428,0,0,2.5713,0 + +[003e] > +PL 0,7.714,0,6.8569,3.857,0,0,0,0 + +[003f] ? +PL 2.9999,4.7141,0,2.9999,2.9999,0,2.5713,2.9999,0,2.5713,4.7141,0,3.857,5.1427,0,4.7141,5.5712,0,5.1427,6.4283,0,5.1427,7.2855,0,4.7141,8.1426,0,3.4285,8.5711,0,2.1428,8.5711,0,0.8571,8.1426,0,0.4286,7.2855,0,0.4286,6.8569,0,0,6.8569,0,0,7.2855,0,0.4286,8.1426,0,0.8571,8.5711,0,2.1428,8.9997,0,3.4285,8.9997,0,4.7141,8.5711,0,5.1427,8.1426,0,5.5712,7.2855,0,5.5712,6.4283,0,5.1427,5.5712,0,4.7141,5.1427,0,3.857,4.7141,0,2.5713,4.2856,0 +L 0.4286,7.714,1.7142,8.5711 +L 3.857,8.5711,5.1427,7.714 +L 5.1427,5.9998,3.4285,4.7141 +PLC 2.1428,0.8571,0,2.1428,0.4286,0,2.5713,0,0,2.9999,0,0,3.4285,0.4286,0,3.4285,0.8571,0,2.9999,1.2857,0,2.5713,1.2857,0 +PLC 2.5713,0.4286,0,2.9999,0.4286,0,2.9999,0.8571,0,2.5713,0.8571,0 + +[0040] @ +PL 6.4283,5.5712,0,5.9998,6.4283,0,5.1427,6.8569,0,3.857,6.8569,0,2.9999,6.4283,0,2.5713,5.9998,0,2.1428,4.7141,0,2.1428,3.4285,0,2.5713,2.5713,0,3.4285,2.1428,0,4.7141,2.1428,0,5.5712,2.5713,0,5.9998,3.4285,0,6.4283,6.8569,0 +PL 3.857,6.8569,0,2.9999,5.9998,0,2.5713,4.7141,0,2.5713,3.4285,0,2.9999,2.5713,0,3.4285,2.1428,0 +PL 5.9998,3.4285,0,5.9998,2.5713,0,6.8569,2.1428,0,7.714,2.1428,0,8.5711,2.9999,0,8.9997,4.2856,0,8.9997,5.1427,0,8.5711,6.4283,0,8.1426,7.2855,0,7.2855,8.1426,0,6.4283,8.5711,0,5.1427,8.9997,0,3.857,8.9997,0,2.5713,8.5711,0,1.7142,8.1426,0,0.8571,7.2855,0,0.4286,6.4283,0,0,5.1427,0,0,3.857,0,0.4286,2.5713,0,0.8571,1.7142,0,1.7142,0.8571,0,2.5713,0.4286,0,3.857,0,0,5.1427,0,0,6.4283,0.4286,0,7.2855,0.8571,0,7.714,1.2857,0 +PL 6.8569,6.8569,0,6.4283,3.4285,0,6.4283,2.5713,0,6.8569,2.1428,0 + +[0041] A +PLC 0,0,0,0.4286,0,0,3.4285,7.714,0,6.4283,0,0,6.8569,0,0,3.4285,8.9997,0 +L 1.2857,2.5713,5.5712,2.5713 +L 0.8571,2.1428,5.9998,2.1428 + +[0042] B +PL 0.4286,4.2856,0,3.4285,4.2856,0,4.7141,4.7141,0,5.1427,5.1427,0,5.5712,5.9998,0,5.5712,7.2855,0,5.1427,8.1426,0,4.7141,8.5711,0,3.4285,8.9997,0,0,8.9997,0,0,0,0,3.4285,0,0,4.7141,0.4286,0,5.1427,0.8571,0,5.5712,1.7142,0,5.5712,2.9999,0,5.1427,3.857,0,4.7141,4.2856,0,3.4285,4.7141,0,4.7141,5.1427,0,5.1427,5.9998,0,5.1427,7.2855,0,4.7141,8.1426,0,3.4285,8.5711,0,0.4286,8.5711,0,0.4286,0.4286,0,3.4285,0.4286,0,4.7141,0.8571,0,5.1427,1.7142,0,5.1427,2.9999,0,4.7141,3.857,0,3.4285,4.2856,0 +L 0.4286,4.7141,3.4285,4.7141 + +[0043] C +PLC 5.9998,7.714,0,5.1427,8.5711,0,4.2856,8.9997,0,2.5713,8.9997,0,1.7142,8.5711,0,0.8571,7.714,0,0.4286,6.8569,0,0,5.5712,0,0,3.4285,0,0.4286,2.1428,0,0.8571,1.2857,0,1.7142,0.4286,0,2.5713,0,0,4.2856,0,0,5.1427,0.4286,0,5.9998,1.2857,0,6.4283,2.1428,0,5.9998,2.1428,0,5.5712,1.2857,0,5.1427,0.8571,0,4.2856,0.4286,0,2.5713,0.4286,0,1.7142,0.8571,0,0.8571,2.1428,0,0.4286,3.4285,0,0.4286,5.5712,0,0.8571,6.8569,0,1.7142,8.1426,0,2.5713,8.5711,0,4.2856,8.5711,0,5.1427,8.1426,0,5.5712,7.714,0,5.9998,6.8569,0,6.4283,6.8569,0 + +[0044] D +PLC 0,0,0,2.9999,0,0,4.2856,0.4286,0,5.1427,1.2857,0,5.5712,2.1428,0,5.9998,3.4285,0,5.9998,5.5712,0,5.5712,6.8569,0,5.1427,7.714,0,4.2856,8.5711,0,2.9999,8.9997,0,0,8.9997,0 +PLC 0.4286,0.4286,0,2.9999,0.4286,0,4.2856,0.8571,0,4.7141,1.2857,0,5.1427,2.1428,0,5.5712,3.4285,0,5.5712,5.5712,0,5.1427,6.8569,0,4.7141,7.714,0,4.2856,8.1426,0,2.9999,8.5711,0,0.4286,8.5711,0 + +[0045] E +PLC 0,0,0,5.1427,0,0,5.1427,0.4286,0,0.4286,0.4286,0,0.4286,8.5711,0,5.1427,8.5711,0,5.1427,8.9997,0,0,8.9997,0 +PL 0.4286,4.7141,0,2.9999,4.7141,0,2.9999,4.2856,0,0.4286,4.2856,0 + +[0046] F +PLC 0,0,0,0.4286,0,0,0.4286,8.5711,0,5.1427,8.5711,0,5.1427,8.9997,0,0,8.9997,0 +PL 0.4286,4.7141,0,2.9999,4.7141,0,2.9999,4.2856,0,0.4286,4.2856,0 + +[0047] G +PLC 5.9998,7.714,0,5.1427,8.5711,0,4.2856,8.9997,0,2.5713,8.9997,0,1.7142,8.5711,0,0.8571,7.714,0,0.4286,6.8569,0,0,5.5712,0,0,3.4285,0,0.4286,2.1428,0,0.8571,1.2857,0,1.7142,0.4286,0,2.5713,0,0,4.2856,0,0,5.1427,0.4286,0,5.9998,1.2857,0,6.4283,2.1428,0,6.4283,3.857,0,4.2856,3.857,0,4.2856,3.4285,0,5.9998,3.4285,0,5.9998,2.1428,0,5.5712,1.2857,0,5.1427,0.8571,0,4.2856,0.4286,0,2.5713,0.4286,0,1.7142,0.8571,0,1.2857,1.2857,0,0.8571,2.1428,0,0.4286,3.4285,0,0.4286,5.5712,0,0.8571,6.8569,0,1.2857,7.714,0,1.7142,8.1426,0,2.5713,8.5711,0,4.2856,8.5711,0,5.1427,8.1426,0,5.5712,7.714,0,5.9998,6.8569,0,6.4283,6.8569,0 + +[0048] H +PLC 0,0,0,0.4286,0,0,0.4286,8.9997,0,0,8.9997,0 +PLC 5.5712,8.9997,0,5.5712,0,0,5.9998,0,0,5.9998,8.9997,0 +L 0.4286,4.7141,5.5712,4.7141 +L 0.4286,4.2856,5.5712,4.2856 + +[0049] I +PLC 0,0,0,0.4286,0,0,0.4286,8.9997,0,0,8.9997,0 + +[004a] J +PLC 3.857,2.1428,0,3.4285,0.8571,0,2.5713,0.4286,0,1.7142,0.4286,0,0.8571,0.8571,0,0.4286,2.1428,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7142,0,0,2.5713,0,0,3.4285,0.4286,0,3.857,0.8571,0,4.2856,2.1428,0,4.2856,8.9997,0,3.857,8.9997,0 + +[004b] K +PLC 0,0,0,0.4286,0,0,0.4286,8.9997,0,0,8.9997,0 +PL 0.4286,3.4285,0,5.9998,8.9997,0,5.5712,8.9997,0,0.4286,3.857,0 +PL 1.7142,5.1427,0,5.5712,0,0,5.9998,0,0,2.1428,5.1427,0 + +[004c] L +PLC 0,0,0,5.1427,0,0,5.1427,0.4286,0,0.4286,0.4286,0,0.4286,8.9997,0,0,8.9997,0 + +[004d] M +PLC 0,0,0,0.4286,0,0,0.4286,6.8569,0,3.4285,0,0,6.4283,6.8569,0,6.4283,0,0,6.8569,0,0,6.8569,8.9997,0,3.4285,1.2857,0,0,8.9997,0 + +[004e] N +PLC 0,0,0,0.4286,0,0,0.4286,7.714,0,5.9998,0,0,5.9998,8.9997,0,5.5712,8.9997,0,5.5712,1.2857,0,0,8.9997,0 + +[004f] O +PLC 1.7142,8.5711,0,0.8571,7.714,0,0.4286,6.8569,0,0,5.5712,0,0,3.4285,0,0.4286,2.1428,0,0.8571,1.2857,0,1.7142,0.4286,0,2.5713,0,0,4.2856,0,0,5.1427,0.4286,0,5.9998,1.2857,0,6.4283,2.1428,0,6.8569,3.4285,0,6.8569,5.5712,0,6.4283,6.8569,0,5.9998,7.714,0,5.1427,8.5711,0,4.2856,8.9997,0,2.5713,8.9997,0 +PLC 1.7142,8.1426,0,0.8571,6.8569,0,0.4286,5.5712,0,0.4286,3.4285,0,0.8571,2.1428,0,1.7142,0.8571,0,2.9999,0.4286,0,3.857,0.4286,0,5.1427,0.8571,0,5.9998,2.1428,0,6.4283,3.4285,0,6.4283,5.5712,0,5.9998,6.8569,0,5.1427,8.1426,0,3.857,8.5711,0,2.9999,8.5711,0 + +[0050] P +PL 0.4286,4.2856,0,3.857,4.2856,0,4.7141,4.7141,0,5.1427,5.1427,0,5.5712,5.9998,0,5.5712,7.2855,0,5.1427,8.1426,0,4.7141,8.5711,0,3.857,8.9997,0,0,8.9997,0,0,0,0,0.4286,0,0,0.4286,8.5711,0,3.857,8.5711,0,4.7141,8.1426,0,5.1427,7.2855,0,5.1427,5.9998,0,4.7141,5.1427,0,3.857,4.7141,0,0.4286,4.7141,0 + +[0051] Q +PLC 1.7142,8.5711,0,0.8571,7.714,0,0.4286,6.8569,0,0,5.5712,0,0,3.4285,0,0.4286,2.1428,0,0.8571,1.2857,0,1.7142,0.4286,0,2.5713,0,0,4.2856,0,0,5.1427,0.4286,0,5.9998,1.2857,0,6.4283,2.1428,0,6.8569,3.4285,0,6.8569,5.5712,0,6.4283,6.8569,0,5.9998,7.714,0,5.1427,8.5711,0,4.2856,8.9997,0,2.5713,8.9997,0 +PLC 1.7142,8.1426,0,0.8571,6.8569,0,0.4286,5.5712,0,0.4286,3.4285,0,0.8571,2.1428,0,1.7142,0.8571,0,2.9999,0.4286,0,3.857,0.4286,0,5.1427,0.8571,0,5.9998,2.1428,0,6.4283,3.4285,0,6.4283,5.5712,0,5.9998,6.8569,0,5.1427,8.1426,0,3.857,8.5711,0,2.9999,8.5711,0 +PLC 5.9998,-0.8571,0,6.4283,-0.8571,0,4.2856,1.2857,0,3.857,1.2857,0 + +[0052] R +PL 0.4286,4.2856,0,3.4285,4.2856,0,4.7141,4.7141,0,5.1427,5.1427,0,5.5712,5.9998,0,5.5712,7.2855,0,5.1427,8.1426,0,4.7141,8.5711,0,3.4285,8.9997,0,0,8.9997,0,0,0,0,0.4286,0,0,0.4286,8.5711,0,3.4285,8.5711,0,4.7141,8.1426,0,5.1427,7.2855,0,5.1427,5.9998,0,4.7141,5.1427,0,3.4285,4.7141,0,0.4286,4.7141,0 +PL 2.5713,4.2856,0,5.1427,0,0,5.5712,0,0,2.9999,4.2856,0 + +[0053] S +PLC 5.1427,8.5711,0,3.857,8.9997,0,2.1428,8.9997,0,0.8571,8.5711,0,0,7.714,0,0,6.8569,0,0.4286,5.9998,0,0.8571,5.5712,0,1.7142,5.1427,0,3.857,4.2856,0,4.7141,3.857,0,5.1427,3.4285,0,5.5712,2.5713,0,5.5712,1.2857,0,5.1427,0.8571,0,3.857,0.4286,0,2.1428,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0,1.2857,0,0.8571,0.4286,0,2.1428,0,0,3.857,0,0,5.1427,0.4286,0,5.9998,1.2857,0,5.9998,2.5713,0,5.5712,3.4285,0,4.7141,4.2856,0,3.857,4.7141,0,1.7142,5.5712,0,0.8571,5.9998,0,0.4286,6.8569,0,0.4286,7.714,0,0.8571,8.1426,0,2.1428,8.5711,0,3.857,8.5711,0,4.7141,8.1426,0,5.1427,7.714,0,5.9998,7.714,0 + +[0054] T +PL 2.5713,8.5711,0,2.5713,0,0,2.9999,0,0,2.9999,8.5711,0 +PLC 5.5712,8.9997,0,5.5712,8.5711,0,0,8.5711,0,0,8.9997,0 + +[0055] U +PLC 0,2.5713,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5713,0,0,3.4285,0,0,4.7141,0.4286,0,5.5712,1.2857,0,5.9998,2.5713,0,5.9998,8.9997,0,5.5712,8.9997,0,5.5712,2.5713,0,5.1427,1.2857,0,4.7141,0.8571,0,3.4285,0.4286,0,2.5713,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,2.5713,0,0.4286,8.9997,0,0,8.9997,0 + +[0056] V +PLC 3.4285,0,0,6.8569,8.9997,0,6.4283,8.9997,0,3.4285,1.2857,0,0.4286,8.9997,0,0,8.9997,0 + +[0057] W +PLC 2.5713,0,0,4.7141,7.714,0,6.8569,0,0,9.4282,8.9997,0,8.9997,8.9997,0,6.8569,1.2857,0,4.7141,8.9997,0,2.5713,1.2857,0,0.4286,8.9997,0,0,8.9997,0 + +[0058] X +PLC 5.5712,0,0,5.9998,0,0,0.4286,8.9997,0,0,8.9997,0 +PLC 5.5712,8.9997,0,0,0,0,0.4286,0,0,5.9998,8.9997,0 + +[0059] Y +PL 3.4285,4.7141,0,3.4285,0,0,2.9999,0,0,2.9999,4.7141,0,5.9998,8.9997,0,6.4283,8.9997,0,3.4285,4.7141,0,0.4286,8.9997,0,0,8.9997,0,2.9999,4.7141,0 + +[005a] Z +PL 5.5712,8.9997,0,0,0,0,5.9998,0,0,5.9998,0.4286,0,0.4286,0.4286,0 +PL 5.5712,8.5711,0,0,8.5711,0,0,8.9997,0,5.9998,8.9997,0,0.4286,0,0 + +[005b] [ +PL 2.9999,10.7139,0,0,10.7139,0,0,-2.9999,0,2.9999,-2.9999,0 +L 0.4286,10.7139,0.4286,-2.9999 + +[005c] \ +L 0,8.9997,5.9998,-1.2857 + +[005d] ] +L 2.5713,10.7139,2.5713,-2.9999 +PL 0,10.7139,0,2.9999,10.7139,0,2.9999,-2.9999,0,0,-2.9999,0 + +[005e] ^ +PL 1.2857,6.4283,0,2.1428,7.714,0,2.9999,6.4283,0 +PL 0,5.1427,0,2.1428,7.2855,0,4.2856,5.1427,0 +L 2.1428,7.2855,2.1428,0 + +[005f] _ +L 0,-0.8571,6.8569,-0.8571 + +[0060] ` +PL 1.2857,8.9997,0,0.4286,8.5711,0,0,7.714,0,0,6.4283,0,0.4286,5.9998,0,0.8571,5.9998,0,1.2857,6.4283,0,1.2857,6.8569,0,0.8571,7.2855,0,0.4286,7.2855,0,0,6.8569,0,0.4286,8.5711,0 +PLC 0.4286,6.4283,0,0.8571,6.4283,0,0.8571,6.8569,0,0.4286,6.8569,0 +L 0,7.714,0.4286,7.2855 + +[0061] a +PLC 5.1427,0,0,5.5712,0,0,5.5712,5.9998,0,5.1427,5.9998,0 +PLC 4.2856,5.5712,0,3.4285,5.9998,0,2.1428,5.9998,0,1.2857,5.5712,0,0.4286,4.7141,0,0,3.4285,0,0,2.5713,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1428,0,0,3.4285,0,0,4.2856,0.4286,0,5.1427,1.2857,0,3.4285,0.4286,0,2.1428,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,2.5713,0,0.4286,3.4285,0,0.8571,4.7141,0,1.2857,5.1427,0,2.1428,5.5712,0,3.4285,5.5712,0,5.1427,4.7141,0 + +[0062] b +PLC 0,0,0,0.4286,0,0,0.4286,8.9997,0,0,8.9997,0 +PLC 1.2857,5.5712,0,2.1428,5.9998,0,3.4285,5.9998,0,4.2856,5.5712,0,5.1427,4.7141,0,5.5712,3.4285,0,5.5712,2.5713,0,5.1427,1.2857,0,4.2856,0.4286,0,3.4285,0,0,2.1428,0,0,1.2857,0.4286,0,0.4286,1.2857,0,2.1428,0.4286,0,3.4285,0.4286,0,4.2856,0.8571,0,4.7141,1.2857,0,5.1427,2.5713,0,5.1427,3.4285,0,4.7141,4.7141,0,4.2856,5.1427,0,3.4285,5.5712,0,2.1428,5.5712,0,0.4286,4.7141,0 + +[0063] c +PLC 4.2856,5.5712,0,3.4285,5.9998,0,2.1428,5.9998,0,1.2857,5.5712,0,0.4286,4.7141,0,0,3.4285,0,0,2.5713,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1428,0,0,3.4285,0,0,4.2856,0.4286,0,5.1427,1.2857,0,4.7141,1.7142,0,4.2856,0.8571,0,3.4285,0.4286,0,2.1428,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,2.5713,0,0.4286,3.4285,0,0.8571,4.7141,0,1.2857,5.1427,0,2.1428,5.5712,0,3.4285,5.5712,0,4.2856,5.1427,0,4.7141,4.2856,0,5.1427,4.7141,0 + +[0064] d +PLC 5.1427,0,0,5.5712,0,0,5.5712,8.9997,0,5.1427,8.9997,0 +PLC 4.2856,5.5712,0,3.4285,5.9998,0,2.1428,5.9998,0,1.2857,5.5712,0,0.4286,4.7141,0,0,3.4285,0,0,2.5713,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1428,0,0,3.4285,0,0,4.2856,0.4286,0,5.1427,1.2857,0,3.4285,0.4286,0,2.1428,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,2.5713,0,0.4286,3.4285,0,0.8571,4.7141,0,1.2857,5.1427,0,2.1428,5.5712,0,3.4285,5.5712,0,5.1427,4.7141,0 + +[0065] e +PL 0.4286,2.9999,0,5.1427,2.9999,0,5.1427,4.2856,0,4.7141,5.1427,0,4.2856,5.5712,0,3.4285,5.9998,0,2.1428,5.9998,0,1.2857,5.5712,0,0.4286,4.7141,0,0,3.4285,0,0,2.5713,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1428,0,0,3.4285,0,0,4.2856,0.4286,0,5.1427,1.2857,0,4.7141,1.7142,0,4.2856,0.8571,0,3.4285,0.4286,0,2.1428,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,2.5713,0,0.4286,3.4285,0,4.7141,3.4285,0,4.7141,4.2856,0,4.2856,5.1427,0,3.4285,5.5712,0,2.1428,5.5712,0,1.2857,5.1427,0,0.8571,4.7141,0,0.4286,3.4285,0 + +[0066] f +PL 1.7142,8.1426,0,2.5713,8.5711,0,3.4285,8.5711,0,3.4285,8.9997,0,2.5713,8.9997,0,1.7142,8.5711,0,1.2857,7.2855,0,1.2857,0,0,1.7142,0,0,1.7142,7.2855,0,2.1428,8.5711,0 +PLC 2.9999,5.9998,0,2.9999,5.5712,0,0,5.5712,0,0,5.9998,0 + +[0067] g +PLC 5.1427,5.9998,0,5.1427,-0.4286,0,4.7141,-1.7142,0,4.2856,-2.1428,0,3.4285,-2.5713,0,2.5713,-2.5713,0,1.7142,-2.1428,0,1.2857,-1.7142,0,0.4286,-1.7142,0,1.2857,-2.5713,0,2.1428,-2.9999,0,3.4285,-2.9999,0,4.2856,-2.5713,0,5.1427,-1.7142,0,5.5712,-0.4286,0,5.5712,5.9998,0 +PLC 4.2856,5.5712,0,3.4285,5.9998,0,2.1428,5.9998,0,1.2857,5.5712,0,0.4286,4.7141,0,0,3.4285,0,0,2.5713,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1428,0,0,3.4285,0,0,4.2856,0.4286,0,5.1427,1.2857,0,3.4285,0.4286,0,2.1428,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,2.5713,0,0.4286,3.4285,0,0.8571,4.7141,0,1.2857,5.1427,0,2.1428,5.5712,0,3.4285,5.5712,0,5.1427,4.7141,0 + +[0068] h +PLC 0,0,0,0.4286,0,0,0.4286,8.9997,0,0,8.9997,0 +PLC 1.7142,5.5712,0,2.5713,5.9998,0,3.857,5.9998,0,4.7141,5.5712,0,5.1427,4.2856,0,5.1427,0,0,4.7141,0,0,4.7141,4.2856,0,4.2856,5.1427,0,3.4285,5.5712,0,2.5713,5.5712,0,1.7142,5.1427,0,0.4286,4.2856,0 + +[0069] i +PLC 0,8.5711,0,0,8.1426,0,0.4286,7.714,0,0.8571,7.714,0,1.2857,8.1426,0,1.2857,8.5711,0,0.8571,8.9997,0,0.4286,8.9997,0 +PLC 0.4286,8.1426,0,0.8571,8.1426,0,0.8571,8.5711,0,0.4286,8.5711,0 +PLC 0.4286,0,0,0.8571,0,0,0.8571,5.9998,0,0.4286,5.9998,0 + +[006a] j +PLC 0,8.5711,0,0,8.1426,0,0.4286,7.714,0,0.8571,7.714,0,1.2857,8.1426,0,1.2857,8.5711,0,0.8571,8.9997,0,0.4286,8.9997,0 +PLC 0.4286,8.1426,0,0.8571,8.1426,0,0.8571,8.5711,0,0.4286,8.5711,0 +PLC 0.4286,-2.9999,0,0.8571,-2.9999,0,0.8571,5.9998,0,0.4286,5.9998,0 + +[006b] k +PLC 0,0,0,0.4286,0,0,0.4286,8.9997,0,0,8.9997,0 +PL 0.4286,1.2857,0,5.1427,5.9998,0,4.7141,5.9998,0,0.4286,1.7142,0 +PL 1.7142,2.9999,0,4.2856,0,0,5.1427,0,0,2.1428,3.4285,0 + +[006c] l +PLC 0,0,0,0.4286,0,0,0.4286,8.9997,0,0,8.9997,0 + +[006d] m +PLC 0,0,0,0.4286,0,0,0.4286,5.9998,0,0,5.9998,0 +PLC 1.7142,5.5712,0,2.5713,5.9998,0,3.857,5.9998,0,4.7141,5.5712,0,5.1427,4.2856,0,5.1427,0,0,4.7141,0,0,4.7141,4.2856,0,4.2856,5.1427,0,3.4285,5.5712,0,2.5713,5.5712,0,1.7142,5.1427,0,0.4286,4.2856,0 +PLC 6.4283,5.5712,0,7.2855,5.9998,0,8.5711,5.9998,0,9.4282,5.5712,0,9.8568,4.2856,0,9.8568,0,0,9.4282,0,0,9.4282,4.2856,0,8.9997,5.1427,0,8.1426,5.5712,0,7.2855,5.5712,0,6.4283,5.1427,0,5.1427,4.2856,0 + +[006e] n +PLC 0,0,0,0.4286,0,0,0.4286,5.9998,0,0,5.9998,0 +PLC 1.7142,5.5712,0,2.5713,5.9998,0,3.857,5.9998,0,4.7141,5.5712,0,5.1427,4.2856,0,5.1427,0,0,4.7141,0,0,4.7141,4.2856,0,4.2856,5.1427,0,3.4285,5.5712,0,2.5713,5.5712,0,1.7142,5.1427,0,0.4286,4.2856,0 + +[006f] o +PLC 1.2857,5.5712,0,0.4286,4.7141,0,0,3.4285,0,0,2.5713,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1428,0,0,3.4285,0,0,4.2856,0.4286,0,5.1427,1.2857,0,5.5712,2.5713,0,5.5712,3.4285,0,5.1427,4.7141,0,4.2856,5.5712,0,3.4285,5.9998,0,2.1428,5.9998,0 +PLC 1.2857,5.1427,0,0.8571,4.7141,0,0.4286,3.4285,0,0.4286,2.5713,0,0.8571,1.2857,0,1.2857,0.8571,0,2.1428,0.4286,0,3.4285,0.4286,0,4.2856,0.8571,0,4.7141,1.2857,0,5.1427,2.5713,0,5.1427,3.4285,0,4.7141,4.7141,0,4.2856,5.1427,0,3.4285,5.5712,0,2.1428,5.5712,0 + +[0070] p +PLC 0,-2.9999,0,0.4286,-2.9999,0,0.4286,5.9998,0,0,5.9998,0 +PLC 1.2857,5.5712,0,2.1428,5.9998,0,3.4285,5.9998,0,4.2856,5.5712,0,5.1427,4.7141,0,5.5712,3.4285,0,5.5712,2.5713,0,5.1427,1.2857,0,4.2856,0.4286,0,3.4285,0,0,2.1428,0,0,1.2857,0.4286,0,0.4286,1.2857,0,2.1428,0.4286,0,3.4285,0.4286,0,4.2856,0.8571,0,4.7141,1.2857,0,5.1427,2.5713,0,5.1427,3.4285,0,4.7141,4.7141,0,4.2856,5.1427,0,3.4285,5.5712,0,2.1428,5.5712,0,0.4286,4.7141,0 + +[0071] q +PLC 5.1427,-2.9999,0,5.5712,-2.9999,0,5.5712,5.9998,0,5.1427,5.9998,0 +PLC 4.2856,5.5712,0,3.4285,5.9998,0,2.1428,5.9998,0,1.2857,5.5712,0,0.4286,4.7141,0,0,3.4285,0,0,2.5713,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1428,0,0,3.4285,0,0,4.2856,0.4286,0,5.1427,1.2857,0,3.4285,0.4286,0,2.1428,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,2.5713,0,0.4286,3.4285,0,0.8571,4.7141,0,1.2857,5.1427,0,2.1428,5.5712,0,3.4285,5.5712,0,5.1427,4.7141,0 + +[0072] r +PLC 0,0,0,0.4286,0,0,0.4286,5.9998,0,0,5.9998,0 +PLC 0.8571,4.7141,0,1.7142,5.5712,0,2.5713,5.9998,0,3.857,5.9998,0,3.857,5.5712,0,2.5713,5.5712,0,1.7142,5.1427,0,0.8571,4.2856,0,0.4286,3.4285,0 + +[0073] s +PL 3.857,5.5712,0,4.2856,4.7141,0,4.7141,4.7141,0,4.2856,5.5712,0,2.9999,5.9998,0,1.7142,5.9998,0,0.4286,5.5712,0,0,4.7141,0,0.4286,3.857,0,1.2857,3.4285,0,3.4285,2.5713,0,4.2856,2.1428,0 +PL 3.857,2.5713,0,4.2856,1.7142,0,4.2856,1.2857,0,3.857,0.4286,0 +PL 4.2856,0.8571,0,2.9999,0.4286,0,1.7142,0.4286,0,0.4286,0.8571,0 +PL 0.8571,0.4286,0,0.4286,1.2857,0,0,1.2857,0,0.4286,0.4286,0,1.7142,0,0,2.9999,0,0,4.2856,0.4286,0,4.7141,1.2857,0,4.7141,1.7142,0,4.2856,2.5713,0,3.4285,2.9999,0,1.2857,3.857,0,0.4286,4.2856,0 +PL 4.2856,5.1427,0,2.9999,5.5712,0,1.7142,5.5712,0,0.4286,5.1427,0 +PL 0.8571,5.5712,0,0.4286,4.7141,0,0.8571,3.857,0 + +[0074] t +PLC 1.2857,0,0,1.7142,0,0,1.7142,8.9997,0,1.2857,8.9997,0 +PLC 2.9999,5.9998,0,2.9999,5.5712,0,0,5.5712,0,0,5.9998,0 + +[0075] u +PLC 0,1.7142,0,0.4286,0.4286,0,1.2857,0,0,2.5713,0,0,3.4285,0.4286,0,4.7141,1.7142,0,3.4285,0.8571,0,2.5713,0.4286,0,1.7142,0.4286,0,0.8571,0.8571,0,0.4286,1.7142,0,0.4286,5.9998,0,0,5.9998,0 +PLC 4.7141,0,0,5.1427,0,0,5.1427,5.9998,0,4.7141,5.9998,0 + +[0076] v +PLC 2.5713,0,0,5.1427,5.9998,0,4.7141,5.9998,0,2.5713,0.8571,0,0.4286,5.9998,0,0,5.9998,0 + +[0077] w +PLC 2.1428,0,0,3.857,4.7141,0,5.5712,0,0,7.714,5.9998,0,7.2855,5.9998,0,5.5712,1.2857,0,3.857,5.9998,0,2.1428,1.2857,0,0.4286,5.9998,0,0,5.9998,0 + +[0078] x +PLC 4.7141,0,0,5.1427,0,0,0.4286,5.9998,0,0,5.9998,0 +PLC 4.7141,5.9998,0,0,0,0,0.4286,0,0,5.1427,5.9998,0 + +[0079] y +PL 2.5713,0.8571,0,0.8571,-2.9999,0,1.2857,-2.9999,0,2.5713,0,0,5.1427,5.9998,0,4.7141,5.9998,0,2.5713,0.8571,0,0.4286,5.9998,0,0,5.9998,0,2.5713,0,0 + +[007a] z +PLC 0,0,0,5.1427,0,0,5.1427,0.4286,0,0.8571,0.4286,0,5.1427,5.9998,0,0,5.9998,0,0,5.5712,0,4.2856,5.5712,0 + +[007b] { +PL 2.1428,10.7139,0,1.2857,10.2854,0,0.8571,9.8568,0,0.4286,8.9997,0,0.4286,8.1426,0,0.8571,7.2855,0,1.2857,6.8569,0,1.7142,5.9998,0,1.7142,5.1427,0,0.8571,4.2856,0 +PL 1.2857,10.2854,0,0.8571,9.4282,0,0.8571,8.5711,0,1.2857,7.714,0,1.7142,7.2855,0,2.1428,6.4283,0,2.1428,5.5712,0,1.7142,4.7141,0,0,3.857,0,1.7142,2.9999,0,2.1428,2.1428,0,2.1428,1.2857,0,1.7142,0.4286,0,1.2857,0,0,0.8571,-0.8571,0,0.8571,-1.7142,0,1.2857,-2.5713,0,0.8571,-2.1428,0,0.4286,-1.2857,0,0.4286,-0.4286,0,0.8571,0.4286,0,1.2857,0.8571,0,1.7142,1.7142,0,1.7142,2.5713,0,0.8571,3.4285,0 +L 1.2857,-2.5713,2.1428,-2.9999 + +[007c] | +L 0,10.7139,0,-2.9999 + +[007d] } +PL 0,10.7139,0,0.8571,10.2854,0,1.2857,9.8568,0,1.7142,8.9997,0,1.7142,8.1426,0,1.2857,7.2855,0,0.8571,6.8569,0,0.4286,5.9998,0,0.4286,5.1427,0,1.2857,4.2856,0 +PL 0.8571,10.2854,0,1.2857,9.4282,0,1.2857,8.5711,0,0.8571,7.714,0,0.4286,7.2855,0,0,6.4283,0,0,5.5712,0,0.4286,4.7141,0,2.1428,3.857,0,0.4286,2.9999,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,0.8571,0,0,1.2857,-0.8571,0,1.2857,-1.7142,0,0.8571,-2.5713,0,1.2857,-2.1428,0,1.7142,-1.2857,0,1.7142,-0.4286,0,1.2857,0.4286,0,0.8571,0.8571,0,0.4286,1.7142,0,0.4286,2.5713,0,1.2857,3.4285,0 +L 0.8571,-2.5713,0,-2.9999 + +[00d3] Ó +PLC 1.7142,8.5711,0,0.8571,7.714,0,0.4286,6.8569,0,0,5.5712,0,0,3.4285,0,0.4286,2.1428,0,0.8571,1.2857,0,1.7142,0.4286,0,2.5713,0,0,4.2856,0,0,5.1427,0.4286,0,5.9998,1.2857,0,6.4283,2.1428,0,6.8569,3.4285,0,6.8569,5.5712,0,6.4283,6.8569,0,5.9998,7.714,0,5.1427,8.5711,0,4.2856,8.9997,0,2.5713,8.9997,0 +PLC 1.7142,8.1426,0,0.8571,6.8569,0,0.4286,5.5712,0,0.4286,3.4285,0,0.8571,2.1428,0,1.7142,0.8571,0,2.9999,0.4286,0,3.857,0.4286,0,5.1427,0.8571,0,5.9998,2.1428,0,6.4283,3.4285,0,6.4283,5.5712,0,5.9998,6.8569,0,5.1427,8.1426,0,3.857,8.5711,0,2.9999,8.5711,0 +PL 4.7141,11.1425,0,4.2856,11.571,0,3.857,11.571,0,3.4285,11.9996,0,3.4285,12.4282,0,3.857,12.8567,0,4.2856,12.8567,0,4.7141,12.4282,0,4.7141,11.1425,0,4.2856,10.2854,0,4.7141,11.9996,0,4.2856,11.571,0 +L 4.2856,10.2854,3.4285,9.8568 +PLC 3.857,11.9996,0,4.2856,11.9996,0,4.2856,12.4282,0,3.857,12.4282,0 + +[00f3] ó +PLC 1.2857,5.5712,0,0.4286,4.7141,0,0,3.4285,0,0,2.5713,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1428,0,0,3.4285,0,0,4.2856,0.4286,0,5.1427,1.2857,0,5.5712,2.5713,0,5.5712,3.4285,0,5.1427,4.7141,0,4.2856,5.5712,0,3.4285,5.9998,0,2.1428,5.9998,0 +PLC 1.2857,5.1427,0,0.8571,4.7141,0,0.4286,3.4285,0,0.4286,2.5713,0,0.8571,1.2857,0,1.2857,0.8571,0,2.1428,0.4286,0,3.4285,0.4286,0,4.2856,0.8571,0,4.7141,1.2857,0,5.1427,2.5713,0,5.1427,3.4285,0,4.7141,4.7141,0,4.2856,5.1427,0,3.4285,5.5712,0,2.1428,5.5712,0 +PL 3.857,8.1426,0,3.4285,8.5711,0,2.9999,8.5711,0,2.5713,8.9997,0,2.5713,9.4282,0,2.9999,9.8568,0,3.4285,9.8568,0,3.857,9.4282,0,3.857,8.1426,0,3.4285,7.2855,0,3.857,8.9997,0,3.4285,8.5711,0 +L 3.4285,7.2855,2.5713,6.8569 +PLC 2.9999,8.9997,0,3.4285,8.9997,0,3.4285,9.4282,0,2.9999,9.4282,0 + +[0104] Ą +PLC 0,0,0,0.4286,0,0,3.4285,7.714,0,6.4283,0,0,6.8569,0,0,3.4285,8.9997,0 +L 1.2857,2.5713,5.5712,2.5713 +L 0.8571,2.1428,5.9998,2.1428 +PL 6.4283,0,0,5.5712,-0.4286,0,5.1427,-1.2857,0,5.1427,-2.5713,0,5.5712,-2.9999,0,5.9998,-2.9999,0,6.4283,-2.5713,0,6.4283,-2.1428,0,5.9998,-1.7142,0,5.5712,-1.7142,0,5.1427,-2.1428,0,5.5712,-0.4286,0 +PLC 5.5712,-2.5713,0,5.9998,-2.5713,0,5.9998,-2.1428,0,5.5712,-2.1428,0 +L 5.1427,-1.2857,5.5712,-1.7142 + +[0105] ą +PL 4.2856,-0.4286,0,3.857,-2.1428,0,4.2856,-1.7142,0,4.7141,-1.7142,0,5.1427,-2.1428,0,5.1427,-2.5713,0,4.7141,-2.9999,0,4.2856,-2.9999,0,3.857,-2.5713,0,3.857,-1.2857,0,4.2856,-0.4286,0,5.1427,0,0,5.5712,0,0,5.5712,5.9998,0,5.1427,5.9998,0,5.1427,0,0 +PLC 4.2856,5.5712,0,3.4285,5.9998,0,2.1428,5.9998,0,1.2857,5.5712,0,0.4286,4.7141,0,0,3.4285,0,0,2.5713,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1428,0,0,3.4285,0,0,4.2856,0.4286,0,5.1427,1.2857,0,3.4285,0.4286,0,2.1428,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,2.5713,0,0.4286,3.4285,0,0.8571,4.7141,0,1.2857,5.1427,0,2.1428,5.5712,0,3.4285,5.5712,0,5.1427,4.7141,0 +PLC 4.2856,-2.5713,0,4.7141,-2.5713,0,4.7141,-2.1428,0,4.2856,-2.1428,0 +L 3.857,-1.2857,4.2856,-1.7142 + +[0106] Ć +PLC 5.9998,7.714,0,5.1427,8.5711,0,4.2856,8.9997,0,2.5713,8.9997,0,1.7142,8.5711,0,0.8571,7.714,0,0.4286,6.8569,0,0,5.5712,0,0,3.4285,0,0.4286,2.1428,0,0.8571,1.2857,0,1.7142,0.4286,0,2.5713,0,0,4.2856,0,0,5.1427,0.4286,0,5.9998,1.2857,0,6.4283,2.1428,0,5.9998,2.1428,0,5.5712,1.2857,0,5.1427,0.8571,0,4.2856,0.4286,0,2.5713,0.4286,0,1.7142,0.8571,0,0.8571,2.1428,0,0.4286,3.4285,0,0.4286,5.5712,0,0.8571,6.8569,0,1.7142,8.1426,0,2.5713,8.5711,0,4.2856,8.5711,0,5.1427,8.1426,0,5.5712,7.714,0,5.9998,6.8569,0,6.4283,6.8569,0 +PL 4.2856,11.1425,0,3.857,11.571,0,3.4285,11.571,0,2.9999,11.9996,0,2.9999,12.4282,0,3.4285,12.8567,0,3.857,12.8567,0,4.2856,12.4282,0,4.2856,11.1425,0,3.857,10.2854,0,4.2856,11.9996,0,3.857,11.571,0 +L 3.857,10.2854,2.9999,9.8568 +PLC 3.4285,11.9996,0,3.857,11.9996,0,3.857,12.4282,0,3.4285,12.4282,0 + +[0107] ć +PLC 4.2856,5.5712,0,3.4285,5.9998,0,2.1428,5.9998,0,1.2857,5.5712,0,0.4286,4.7141,0,0,3.4285,0,0,2.5713,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1428,0,0,3.4285,0,0,4.2856,0.4286,0,5.1427,1.2857,0,4.7141,1.7142,0,4.2856,0.8571,0,3.4285,0.4286,0,2.1428,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,2.5713,0,0.4286,3.4285,0,0.8571,4.7141,0,1.2857,5.1427,0,2.1428,5.5712,0,3.4285,5.5712,0,4.2856,5.1427,0,4.7141,4.2856,0,5.1427,4.7141,0 +PL 3.857,8.1426,0,3.4285,8.5711,0,2.9999,8.5711,0,2.5713,8.9997,0,2.5713,9.4282,0,2.9999,9.8568,0,3.4285,9.8568,0,3.857,9.4282,0,3.857,8.1426,0,3.4285,7.2855,0,3.857,8.9997,0,3.4285,8.5711,0 +L 3.4285,7.2855,2.5713,6.8569 +PLC 2.9999,8.9997,0,3.4285,8.9997,0,3.4285,9.4282,0,2.9999,9.4282,0 + +[0118] Ę +PLC 0,0,0,5.1427,0,0,5.1427,0.4286,0,0.4286,0.4286,0,0.4286,8.5711,0,5.1427,8.5711,0,5.1427,8.9997,0,0,8.9997,0 +PL 0.4286,4.7141,0,2.9999,4.7141,0,2.9999,4.2856,0,0.4286,4.2856,0 +PL 3.857,0,0,2.9999,-0.4286,0,2.5713,-1.2857,0,2.5713,-2.5713,0,2.9999,-2.9999,0,3.4285,-2.9999,0,3.857,-2.5713,0,3.857,-2.1428,0,3.4285,-1.7142,0,2.9999,-1.7142,0,2.5713,-2.1428,0,2.9999,-0.4286,0 +PLC 2.9999,-2.5713,0,3.4285,-2.5713,0,3.4285,-2.1428,0,2.9999,-2.1428,0 +L 2.5713,-1.2857,2.9999,-1.7142 + +[0119] ę +PL 0.4286,2.9999,0,5.1427,2.9999,0,5.1427,4.2856,0,4.7141,5.1427,0,4.2856,5.5712,0,3.4285,5.9998,0,2.1428,5.9998,0,1.2857,5.5712,0,0.4286,4.7141,0,0,3.4285,0,0,2.5713,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1428,0,0,3.4285,0,0,4.2856,0.4286,0,5.1427,1.2857,0,4.7141,1.7142,0,4.2856,0.8571,0,3.4285,0.4286,0,2.1428,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,2.5713,0,0.4286,3.4285,0,4.7141,3.4285,0,4.7141,4.2856,0,4.2856,5.1427,0,3.4285,5.5712,0,2.1428,5.5712,0,1.2857,5.1427,0,0.8571,4.7141,0,0.4286,3.4285,0 +PL 3.4285,0,0,2.5713,-0.4286,0,2.1428,-1.2857,0,2.1428,-2.5713,0,2.5713,-2.9999,0,2.9999,-2.9999,0,3.4285,-2.5713,0,3.4285,-2.1428,0,2.9999,-1.7142,0,2.5713,-1.7142,0,2.1428,-2.1428,0,2.5713,-0.4286,0 +PLC 2.5713,-2.5713,0,2.9999,-2.5713,0,2.9999,-2.1428,0,2.5713,-2.1428,0 +L 2.1428,-1.2857,2.5713,-1.7142 + +[0141] Ł +PLC 0.8571,0,0,5.9998,0,0,5.9998,0.4286,0,1.2857,0.4286,0,1.2857,8.9997,0,0.8571,8.9997,0 +PLC 0,2.5713,0,0,2.9999,0,3.4285,5.5712,0,3.4285,5.1427,0 + +[0142] ł +PLC 1.2857,0,0,1.7142,0,0,1.7142,8.9997,0,1.2857,8.9997,0 +PLC 0,2.9999,0,0,3.4285,0,2.9999,5.9998,0,2.9999,5.5712,0 + +[0143] Ń +PLC 0,0,0,0.4286,0,0,0.4286,7.714,0,5.9998,0,0,5.9998,8.9997,0,5.5712,8.9997,0,5.5712,1.2857,0,0,8.9997,0 +PL 4.2856,11.1425,0,3.857,11.571,0,3.4285,11.571,0,2.9999,11.9996,0,2.9999,12.4282,0,3.4285,12.8567,0,3.857,12.8567,0,4.2856,12.4282,0,4.2856,11.1425,0,3.857,10.2854,0,4.2856,11.9996,0,3.857,11.571,0 +L 3.857,10.2854,2.9999,9.8568 +PLC 3.4285,11.9996,0,3.857,11.9996,0,3.857,12.4282,0,3.4285,12.4282,0 + +[0144] ń +PLC 0,0,0,0.4286,0,0,0.4286,5.9998,0,0,5.9998,0 +PLC 1.7142,5.5712,0,2.5713,5.9998,0,3.857,5.9998,0,4.7141,5.5712,0,5.1427,4.2856,0,5.1427,0,0,4.7141,0,0,4.7141,4.2856,0,4.2856,5.1427,0,3.4285,5.5712,0,2.5713,5.5712,0,1.7142,5.1427,0,0.4286,4.2856,0 +PL 3.857,8.1426,0,3.4285,8.5711,0,2.9999,8.5711,0,2.5713,8.9997,0,2.5713,9.4282,0,2.9999,9.8568,0,3.4285,9.8568,0,3.857,9.4282,0,3.857,8.1426,0,3.4285,7.2855,0,3.857,8.9997,0,3.4285,8.5711,0 +L 3.4285,7.2855,2.5713,6.8569 +PLC 2.9999,8.9997,0,3.4285,8.9997,0,3.4285,9.4282,0,2.9999,9.4282,0 + +[015a] Ś +PLC 5.1427,8.5711,0,3.857,8.9997,0,2.1428,8.9997,0,0.8571,8.5711,0,0,7.714,0,0,6.8569,0,0.4286,5.9998,0,0.8571,5.5712,0,1.7142,5.1427,0,3.857,4.2856,0,4.7141,3.857,0,5.1427,3.4285,0,5.5712,2.5713,0,5.5712,1.2857,0,5.1427,0.8571,0,3.857,0.4286,0,2.1428,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0,1.2857,0,0.8571,0.4286,0,2.1428,0,0,3.857,0,0,5.1427,0.4286,0,5.9998,1.2857,0,5.9998,2.5713,0,5.5712,3.4285,0,4.7141,4.2856,0,3.857,4.7141,0,1.7142,5.5712,0,0.8571,5.9998,0,0.4286,6.8569,0,0.4286,7.714,0,0.8571,8.1426,0,2.1428,8.5711,0,3.857,8.5711,0,4.7141,8.1426,0,5.1427,7.714,0,5.9998,7.714,0 +PL 4.2856,11.1425,0,3.857,11.571,0,3.4285,11.571,0,2.9999,11.9996,0,2.9999,12.4282,0,3.4285,12.8567,0,3.857,12.8567,0,4.2856,12.4282,0,4.2856,11.1425,0,3.857,10.2854,0,4.2856,11.9996,0,3.857,11.571,0 +L 3.857,10.2854,2.9999,9.8568 +PLC 3.4285,11.9996,0,3.857,11.9996,0,3.857,12.4282,0,3.4285,12.4282,0 + +[015b] ś +PL 3.857,5.5712,0,4.2856,4.7141,0,4.7141,4.7141,0,4.2856,5.5712,0,2.9999,5.9998,0,1.7142,5.9998,0,0.4286,5.5712,0,0,4.7141,0,0.4286,3.857,0,1.2857,3.4285,0,3.4285,2.5713,0,4.2856,2.1428,0 +PL 3.857,2.5713,0,4.2856,1.7142,0,4.2856,1.2857,0,3.857,0.4286,0 +PL 4.2856,0.8571,0,2.9999,0.4286,0,1.7142,0.4286,0,0.4286,0.8571,0 +PL 0.8571,0.4286,0,0.4286,1.2857,0,0,1.2857,0,0.4286,0.4286,0,1.7142,0,0,2.9999,0,0,4.2856,0.4286,0,4.7141,1.2857,0,4.7141,1.7142,0,4.2856,2.5713,0,3.4285,2.9999,0,1.2857,3.857,0,0.4286,4.2856,0 +PL 4.2856,5.1427,0,2.9999,5.5712,0,1.7142,5.5712,0,0.4286,5.1427,0 +PL 0.8571,5.5712,0,0.4286,4.7141,0,0.8571,3.857,0 +PL 3.4285,8.1426,0,2.9999,8.5711,0,2.5713,8.5711,0,2.1428,8.9997,0,2.1428,9.4282,0,2.5713,9.8568,0,2.9999,9.8568,0,3.4285,9.4282,0,3.4285,8.1426,0,2.9999,7.2855,0,3.4285,8.9997,0,2.9999,8.5711,0 +L 2.9999,7.2855,2.1428,6.8569 +PLC 2.5713,8.9997,0,2.9999,8.9997,0,2.9999,9.4282,0,2.5713,9.4282,0 + +[0179] Ź +PL 5.5712,8.9997,0,0,0,0,5.9998,0,0,5.9998,0.4286,0,0.4286,0.4286,0 +PL 5.5712,8.5711,0,0,8.5711,0,0,8.9997,0,5.9998,8.9997,0,0.4286,0,0 +PL 4.2856,11.1425,0,3.857,11.571,0,3.4285,11.571,0,2.9999,11.9996,0,2.9999,12.4282,0,3.4285,12.8567,0,3.857,12.8567,0,4.2856,12.4282,0,4.2856,11.1425,0,3.857,10.2854,0,4.2856,11.9996,0,3.857,11.571,0 +L 3.857,10.2854,2.9999,9.8568 +PLC 3.4285,11.9996,0,3.857,11.9996,0,3.857,12.4282,0,3.4285,12.4282,0 + +[017a] ź +PLC 0,0,0,5.1427,0,0,5.1427,0.4286,0,0.8571,0.4286,0,5.1427,5.9998,0,0,5.9998,0,0,5.5712,0,4.2856,5.5712,0 +PL 3.857,8.1426,0,3.4285,8.5711,0,2.9999,8.5711,0,2.5713,8.9997,0,2.5713,9.4282,0,2.9999,9.8568,0,3.4285,9.8568,0,3.857,9.4282,0,3.857,8.1426,0,3.4285,7.2855,0,3.857,8.9997,0,3.4285,8.5711,0 +L 3.4285,7.2855,2.5713,6.8569 +PLC 2.9999,8.9997,0,3.4285,8.9997,0,3.4285,9.4282,0,2.9999,9.4282,0 + +[017b] Ż +PL 5.5712,8.9997,0,0,0,0,5.9998,0,0,5.9998,0.4286,0,0.4286,0.4286,0 +PL 5.5712,8.5711,0,0,8.5711,0,0,8.9997,0,5.9998,8.9997,0,0.4286,0,0 +PLC 2.5713,10.7139,0,2.5713,10.2854,0,2.9999,9.8568,0,3.4285,9.8568,0,3.857,10.2854,0,3.857,10.7139,0,3.4285,11.1425,0,2.9999,11.1425,0 +PLC 2.9999,10.2854,0,3.4285,10.2854,0,3.4285,10.7139,0,2.9999,10.7139,0 + +[017c] ż +PLC 0,0,0,5.1427,0,0,5.1427,0.4286,0,0.8571,0.4286,0,5.1427,5.9998,0,0,5.9998,0,0,5.5712,0,4.2856,5.5712,0 +PLC 2.1428,7.714,0,2.1428,7.2855,0,2.5713,6.8569,0,2.9999,6.8569,0,3.4285,7.2855,0,3.4285,7.714,0,2.9999,8.1426,0,2.5713,8.1426,0 +PLC 2.5713,7.2855,0,2.9999,7.2855,0,2.9999,7.714,0,2.5713,7.714,0 diff --git a/assets/fonts/RomanP.cxf b/assets/fonts/RomanP.cxf new file mode 100644 index 00000000..a86e65f8 --- /dev/null +++ b/assets/fonts/RomanP.cxf @@ -0,0 +1,653 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Roman Plain +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# AuxiliaryLines: 0,-3,0, 0,0,0, 0,6,0, 0,9,0 +# Author: Hershey fonts +# Author: Adam Radlowski (Polish) + +[0021] ! +PLC 0,8.143,0,0.4286,3,0,0.8572,8.143,0,0.4286,9.0002,0 +L 0.4286,8.143,0.4286,5.5715 +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[0022] " +PLC 0,5.5715,0,0.4286,5.1429,0,0.8572,5.5715,0,0.4286,6.0001,0 +PL 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[0023] # +L 3.4286,9.0002,0.4286,-3 +L 6.0001,9.0002,3,-3 +L 0.4286,4.2858,6.4287,4.2858 +L 0,1.7143,6.0001,1.7143 + +[0024] $ +L 2.1429,10.7145,2.1429,-1.7143 +L 3.8572,10.7145,3.8572,-1.7143 +PL 5.5715,7.7144,0,5.1429,7.2859,0,5.5715,6.8573,0,6.0001,7.2859,0,6.0001,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0,0.8572,8.5716,0,0,7.7144,0,0,6.8573,0,0.4286,6.0001,0,0.8572,5.5715,0,1.7143,5.1429,0,4.2858,4.2858,0,5.1429,3.8572,0,6.0001,3,0,5.5715,3.8572,0,5.1429,4.2858,0,4.2858,4.7144,0,1.7143,5.5715,0,0.8572,6.0001,0,0,6.8573,0 +PL 6.0001,3,0,6.0001,1.2857,0,5.1429,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0,1.2857,0,0,1.7143,0,0.4286,2.1429,0,0.8572,1.7143,0,0.4286,1.2857,0 + +[0025] % +PL 2.1429,9.0002,0,1.2857,9.0002,0,0.4286,8.5716,0,0,7.7144,0,0,6.8573,0,0.8572,6.0001,0,1.7143,6.0001,0,2.5715,6.4287,0,3,7.2859,0,3,8.143,0,2.1429,9.0002,0,3,8.5716,0,4.2858,8.143,0,5.5715,8.143,0,6.8573,8.5716,0,7.7144,9.0002,0,0,0,0 +PLC 5.1429,2.5715,0,4.7144,1.7143,0,4.7144,0.8572,0,5.5715,0,0,6.4287,0,0,7.2859,0.4286,0,7.7144,1.2857,0,7.7144,2.1429,0,6.8573,3,0,6.0001,3,0 + +[0026] & +PL 7.7144,5.5715,0,7.2859,5.1429,0,7.7144,4.7144,0,8.143,5.1429,0,8.143,5.5715,0,7.7144,6.0001,0,7.2859,6.0001,0,6.8573,5.5715,0,6.4287,4.7144,0,5.5715,2.5715,0,4.7144,1.2857,0,3.8572,0.4286,0,3,0,0,1.7143,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.5715,0,0.4286,3.4286,0,3,5.1429,0,3.8572,6.0001,0,4.2858,6.8573,0,4.2858,7.7144,0,3.8572,8.5716,0,3,9.0002,0,2.1429,8.5716,0,1.7143,7.7144,0,1.7143,6.8573,0,2.1429,5.5715,0,3,4.2858,0,5.1429,1.2857,0,6.0001,0.4286,0,7.2859,0,0,7.7144,0,0,8.143,0.4286,0,8.143,0.8572,0 +PL 1.7143,0,0,0.8572,0.4286,0,0.4286,1.2857,0,0.4286,2.5715,0,0.8572,3.4286,0,1.7143,4.2858,0 +PL 1.7143,6.8573,0,2.1429,6.0001,0,5.5715,1.2857,0,6.4287,0.4286,0,7.2859,0,0 + +[0027] ' +PL 0.4286,8.143,0,0,8.5716,0,0.4286,9.0002,0,0.8572,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,6.4287,0 + +[0028] ( +PL 3,10.7145,0,2.1429,9.8573,0,1.2857,8.5716,0,0.4286,6.8573,0,0,4.7144,0,0,3,0,0.4286,0.8572,0,1.2857,-0.8572,0,2.1429,-2.1429,0,3,-3,0 +PL 2.1429,9.8573,0,1.2857,8.143,0,0.8572,6.8573,0,0.4286,4.7144,0,0.4286,3,0,0.8572,0.8572,0,1.2857,-0.4286,0,2.1429,-2.1429,0 + +[0029] ) +PL 0,10.7145,0,0.8572,9.8573,0,1.7143,8.5716,0,2.5715,6.8573,0,3,4.7144,0,3,3,0,2.5715,0.8572,0,1.7143,-0.8572,0,0.8572,-2.1429,0,0,-3,0 +PL 0.8572,9.8573,0,1.7143,8.143,0,2.1429,6.8573,0,2.5715,4.7144,0,2.5715,3,0,2.1429,0.8572,0,1.7143,-0.4286,0,0.8572,-2.1429,0 + +[002a] * +L 2.1429,9.0002,2.1429,3.8572 +L 0,7.7144,4.2858,5.1429 +L 4.2858,7.7144,0,5.1429 + +[002b] + +L 3.8572,7.7144,3.8572,0 +L 0,3.8572,7.7144,3.8572 + +[002c] , +PL 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[002d] - +L 0,3.8572,7.7144,3.8572 + +[002e] . +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[002f] / +L 3.8572,10.7145,0,-3 + +[0030] 0 +PLC 1.2857,8.5716,0,0.4286,7.2859,0,0,5.1429,0,0,3.8572,0,0.4286,1.7143,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.7143,0,6.0001,3.8572,0,6.0001,5.1429,0,5.5715,7.2859,0,4.7144,8.5716,0,3.4286,9.0002,0,2.5715,9.0002,0 +PL 2.5715,9.0002,0,1.7143,8.5716,0,1.2857,8.143,0,0.8572,7.2859,0,0.4286,5.1429,0,0.4286,3.8572,0,0.8572,1.7143,0,1.2857,0.8572,0,1.7143,0.4286,0,2.5715,0,0 +PL 3.4286,0,0,4.2858,0.4286,0,4.7144,0.8572,0,5.1429,1.7143,0,5.5715,3.8572,0,5.5715,5.1429,0,5.1429,7.2859,0,4.7144,8.143,0,4.2858,8.5716,0,3.4286,9.0002,0 + +[0031] 1 +PL 0,7.2859,0,0.8572,7.7144,0,2.1429,9.0002,0,2.1429,0,0 +L 1.7143,8.5716,1.7143,0 +L 0,0,3.8572,0 + +[0032] 2 +PL 0.4286,7.2859,0,0.8572,6.8573,0,0.4286,6.4287,0,0,6.8573,0,0,7.2859,0,0.4286,8.143,0,0.8572,8.5716,0,2.1429,9.0002,0,3.8572,9.0002,0,5.1429,8.5716,0,5.5715,8.143,0,6.0001,7.2859,0,6.0001,6.4287,0,5.5715,5.5715,0,4.2858,4.7144,0,2.1429,3.8572,0,1.2857,3.4286,0,0.4286,2.5715,0,0,1.2857,0,0,0,0 +PL 3.8572,9.0002,0,4.7144,8.5716,0,5.1429,8.143,0,5.5715,7.2859,0,5.5715,6.4287,0,5.1429,5.5715,0,3.8572,4.7144,0,2.1429,3.8572,0 +PL 0,0.8572,0,0.4286,1.2857,0,1.2857,1.2857,0,3.4286,0.4286,0,4.7144,0.4286,0,5.5715,0.8572,0,6.0001,1.2857,0,5.5715,0.4286,0,5.1429,0,0,3.4286,0,0,1.2857,1.2857,0 +L 6.0001,1.2857,6.0001,2.1429 + +[0033] 3 +PL 0.4286,7.2859,0,0.8572,6.8573,0,0.4286,6.4287,0,0,6.8573,0,0,7.2859,0,0.4286,8.143,0,0.8572,8.5716,0,2.1429,9.0002,0,3.8572,9.0002,0,5.1429,8.5716,0,5.5715,7.7144,0,5.5715,6.4287,0,5.1429,5.5715,0,3.8572,5.1429,0,2.5715,5.1429,0 +PL 3.8572,9.0002,0,4.7144,8.5716,0,5.1429,7.7144,0,5.1429,6.4287,0,4.7144,5.5715,0,3.8572,5.1429,0,4.7144,4.7144,0,5.5715,3.8572,0,6.0001,3,0,6.0001,1.7143,0,5.5715,0.8572,0,5.1429,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,2.1429,0,0.4286,2.5715,0,0.8572,2.1429,0,0.4286,1.7143,0 +PL 5.1429,4.2858,0,5.5715,3,0,5.5715,1.7143,0,5.1429,0.8572,0,4.7144,0.4286,0,3.8572,0,0 + +[0034] 4 +L 4.2858,8.143,4.2858,0 +PL 6.8573,2.5715,0,0,2.5715,0,4.7144,9.0002,0,4.7144,0,0 +L 3,0,6.0001,0 + +[0035] 5 +PL 0.8572,8.5716,0,3,8.5716,0,5.1429,9.0002,0,0.8572,9.0002,0,0,4.7144,0,0.8572,5.5715,0,2.1429,6.0001,0,3.4286,6.0001,0,4.7144,5.5715,0,5.5715,4.7144,0,6.0001,3.4286,0,6.0001,2.5715,0,5.5715,1.2857,0,4.7144,0.4286,0,3.4286,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,2.1429,0,0.4286,2.5715,0,0.8572,2.1429,0,0.4286,1.7143,0 +PL 3.4286,6.0001,0,4.2858,5.5715,0,5.1429,4.7144,0,5.5715,3.4286,0,5.5715,2.5715,0,5.1429,1.2857,0,4.2858,0.4286,0,3.4286,0,0 + +[0036] 6 +PL 5.1429,7.7144,0,4.7144,7.2859,0,5.1429,6.8573,0,5.5715,7.2859,0,5.5715,7.7144,0,5.1429,8.5716,0,4.2858,9.0002,0,3,9.0002,0,1.7143,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,5.1429,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.2857,0,6.0001,2.5715,0,6.0001,3,0,5.5715,4.2858,0,4.7144,5.1429,0,3.4286,5.5715,0,3,5.5715,0,1.7143,5.1429,0,0.8572,4.2858,0,0.4286,3,0 +PL 3,9.0002,0,2.1429,8.5716,0,1.2857,7.7144,0,0.8572,6.8573,0,0.4286,5.1429,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 +PL 3.4286,0,0,4.2858,0.4286,0,5.1429,1.2857,0,5.5715,2.5715,0,5.5715,3,0,5.1429,4.2858,0,4.2858,5.1429,0,3.4286,5.5715,0 + +[0037] 7 +L 0,9.0002,0,6.4287 +PL 0,7.2859,0,0.4286,8.143,0,1.2857,9.0002,0,2.1429,9.0002,0,4.2858,7.7144,0,5.1429,7.7144,0,5.5715,8.143,0,6.0001,9.0002,0,6.0001,7.7144,0,5.5715,6.4287,0,3.8572,4.2858,0,3.4286,3.4286,0,3,2.1429,0,3,0,0 +PL 0.4286,8.143,0,1.2857,8.5716,0,2.1429,8.5716,0,4.2858,7.7144,0 +PL 5.5715,6.4287,0,3.4286,4.2858,0,3,3.4286,0,2.5715,2.1429,0,2.5715,0,0 + +[0038] 8 +PLC 0.8572,8.5716,0,0.4286,7.7144,0,0.4286,6.4287,0,0.8572,5.5715,0,2.1429,5.1429,0,3.8572,5.1429,0,5.1429,5.5715,0,5.5715,6.4287,0,5.5715,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0 +PL 2.1429,9.0002,0,1.2857,8.5716,0,0.8572,7.7144,0,0.8572,6.4287,0,1.2857,5.5715,0,2.1429,5.1429,0,0.8572,4.7144,0,0.4286,4.2858,0,0,3.4286,0,0,1.7143,0,0.4286,0.8572,0,0.8572,0.4286,0,2.1429,0,0,3.8572,0,0,5.1429,0.4286,0,5.5715,0.8572,0,6.0001,1.7143,0,6.0001,3.4286,0,5.5715,4.2858,0,5.1429,4.7144,0,3.8572,5.1429,0,4.7144,5.5715,0,5.1429,6.4287,0,5.1429,7.7144,0,4.7144,8.5716,0,3.8572,9.0002,0 +PL 2.1429,5.1429,0,1.2857,4.7144,0,0.8572,4.2858,0,0.4286,3.4286,0,0.4286,1.7143,0,0.8572,0.8572,0,1.2857,0.4286,0,2.1429,0,0 +PL 3.8572,0,0,4.7144,0.4286,0,5.1429,0.8572,0,5.5715,1.7143,0,5.5715,3.4286,0,5.1429,4.2858,0,4.7144,4.7144,0,3.8572,5.1429,0 + +[0039] 9 +PL 5.5715,6.0001,0,5.1429,4.7144,0,4.2858,3.8572,0,3,3.4286,0,2.5715,3.4286,0,1.2857,3.8572,0,0.4286,4.7144,0,0,6.0001,0,0,6.4287,0,0.4286,7.7144,0,1.2857,8.5716,0,2.5715,9.0002,0,3.4286,9.0002,0,4.7144,8.5716,0,5.5715,7.7144,0,6.0001,6.4287,0,6.0001,3.8572,0,5.5715,2.1429,0,5.1429,1.2857,0,4.2858,0.4286,0,3,0,0,1.7143,0,0,0.8572,0.4286,0,0.4286,1.2857,0,0.4286,1.7143,0,0.8572,2.1429,0,1.2857,1.7143,0,0.8572,1.2857,0 +PL 2.5715,3.4286,0,1.7143,3.8572,0,0.8572,4.7144,0,0.4286,6.0001,0,0.4286,6.4287,0,0.8572,7.7144,0,1.7143,8.5716,0,2.5715,9.0002,0 +PL 3.4286,9.0002,0,4.2858,8.5716,0,5.1429,7.7144,0,5.5715,6.4287,0,5.5715,3.8572,0,5.1429,2.1429,0,4.7144,1.2857,0,3.8572,0.4286,0,3,0,0 + +[003a] : +PLC 0,5.5715,0,0.4286,5.1429,0,0.8572,5.5715,0,0.4286,6.0001,0 +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[003b] ; +PLC 0,5.5715,0,0.4286,5.1429,0,0.8572,5.5715,0,0.4286,6.0001,0 +PL 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[003c] < +PL 6.8573,7.7144,0,0,3.8572,0,6.8573,0,0 + +[003d] = +L 0,5.1429,7.7144,5.1429 +L 0,2.5715,7.7144,2.5715 + +[003e] > +PL 0,7.7144,0,6.8573,3.8572,0,0,0,0 + +[003f] ? +PL 0.4286,7.2859,0,0.8572,6.8573,0,0.4286,6.4287,0,0,6.8573,0,0,7.2859,0,0.4286,8.143,0,0.8572,8.5716,0,1.7143,9.0002,0,3,9.0002,0,4.2858,8.5716,0,4.7144,8.143,0,5.1429,7.2859,0,5.1429,6.4287,0,4.7144,5.5715,0,4.2858,5.1429,0,2.5715,4.2858,0,2.5715,3,0 +PL 3,9.0002,0,3.8572,8.5716,0,4.2858,8.143,0,4.7144,7.2859,0,4.7144,6.4287,0,4.2858,5.5715,0,3.4286,4.7144,0 +PLC 2.1429,0.4286,0,2.5715,0,0,3,0.4286,0,2.5715,0.8572,0 + +[0040] @ +PL 6.4287,5.5715,0,6.0001,6.4287,0,5.1429,6.8573,0,3.8572,6.8573,0,3,6.4287,0,2.5715,6.0001,0,2.1429,4.7144,0,2.1429,3.4286,0,2.5715,2.5715,0,3.4286,2.1429,0,4.7144,2.1429,0,5.5715,2.5715,0,6.0001,3.4286,0,6.4287,6.8573,0 +PL 3.8572,6.8573,0,3,6.0001,0,2.5715,4.7144,0,2.5715,3.4286,0,3,2.5715,0,3.4286,2.1429,0 +PL 6.0001,3.4286,0,6.0001,2.5715,0,6.8573,2.1429,0,7.7144,2.1429,0,8.5716,3,0,9.0002,4.2858,0,9.0002,5.1429,0,8.5716,6.4287,0,8.143,7.2859,0,7.2859,8.143,0,6.4287,8.5716,0,5.1429,9.0002,0,3.8572,9.0002,0,2.5715,8.5716,0,1.7143,8.143,0,0.8572,7.2859,0,0.4286,6.4287,0,0,5.1429,0,0,3.8572,0,0.4286,2.5715,0,0.8572,1.7143,0,1.7143,0.8572,0,2.5715,0.4286,0,3.8572,0,0,5.1429,0,0,6.4287,0.4286,0,7.2859,0.8572,0,7.7144,1.2857,0 +PL 6.8573,6.8573,0,6.4287,3.4286,0,6.4287,2.5715,0,6.8573,2.1429,0 + +[0041] A +PL 6.8573,0,0,3.8572,9.0002,0,0.8572,0,0 +L 3.8572,7.7144,6.4287,0 +L 1.7143,2.5715,5.5715,2.5715 +L 0,0,2.5715,0 +L 5.1429,0,7.7144,0 + +[0042] B +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +PL 0,9.0002,0,5.1429,9.0002,0,6.4287,8.5716,0,6.8573,8.143,0,7.2859,7.2859,0,7.2859,6.4287,0,6.8573,5.5715,0,6.4287,5.1429,0,5.1429,4.7144,0,6.0001,5.1429,0,6.4287,5.5715,0,6.8573,6.4287,0,6.8573,7.2859,0,6.4287,8.143,0,6.0001,8.5716,0,5.1429,9.0002,0 +PL 1.7143,4.7144,0,5.1429,4.7144,0,6.4287,4.2858,0,6.8573,3.8572,0,7.2859,3,0,7.2859,1.7143,0,6.8573,0.8572,0,6.4287,0.4286,0,5.1429,0,0,0,0,0 +PL 5.1429,4.7144,0,6.0001,4.2858,0,6.4287,3.8572,0,6.8573,3,0,6.8573,1.7143,0,6.4287,0.8572,0,6.0001,0.4286,0,5.1429,0,0 + +[0043] C +PLC 6.4287,6.4287,0,6.4287,9.0002,0,6.0001,7.7144,0 +PL 6.0001,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,3,9.0002,0,1.7143,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,5.5715,0,0,3.4286,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,3,0,0,3.8572,0,0,5.1429,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0 +PL 3,9.0002,0,2.1429,8.5716,0,1.2857,7.7144,0,0.8572,6.8573,0,0.4286,5.5715,0,0.4286,3.4286,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3,0,0 + +[0044] D +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +PL 0,9.0002,0,4.2858,9.0002,0,5.5715,8.5716,0,6.4287,7.7144,0,6.8573,6.8573,0,7.2859,5.5715,0,7.2859,3.4286,0,6.8573,2.1429,0,6.4287,1.2857,0,5.5715,0.4286,0,4.2858,0,0,0,0,0 +PL 4.2858,9.0002,0,5.1429,8.5716,0,6.0001,7.7144,0,6.4287,6.8573,0,6.8573,5.5715,0,6.8573,3.4286,0,6.4287,2.1429,0,6.0001,1.2857,0,5.1429,0.4286,0,4.2858,0,0 + +[0045] E +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 4.2858,6.4287,4.2858,3 +PL 0,9.0002,0,6.8573,9.0002,0,6.8573,6.4287,0,6.4287,9.0002,0 +L 1.7143,4.7144,4.2858,4.7144 +PL 0,0,0,6.8573,0,0,6.8573,2.5715,0,6.4287,0,0 + +[0046] F +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 4.2858,6.4287,4.2858,3 +PL 0,9.0002,0,6.8573,9.0002,0,6.8573,6.4287,0,6.4287,9.0002,0 +L 1.7143,4.7144,4.2858,4.7144 +L 0,0,3,0 + +[0047] G +PLC 6.4287,6.4287,0,6.4287,9.0002,0,6.0001,7.7144,0 +PL 6.0001,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,3,9.0002,0,1.7143,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,5.5715,0,0,3.4286,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,3,0,0,3.8572,0,0,5.1429,0.4286,0,6.0001,1.2857,0 +PL 3,9.0002,0,2.1429,8.5716,0,1.2857,7.7144,0,0.8572,6.8573,0,0.4286,5.5715,0,0.4286,3.4286,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3,0,0 +L 6.0001,3.4286,6.0001,0 +L 6.4287,3.4286,6.4287,0 +L 4.7144,3.4286,7.7144,3.4286 + +[0048] H +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 6.8573,9.0002,6.8573,0 +L 7.2859,9.0002,7.2859,0 +L 0,9.0002,3,9.0002 +L 5.5715,9.0002,8.5716,9.0002 +L 1.7143,4.7144,6.8573,4.7144 +L 0,0,3,0 +L 5.5715,0,8.5716,0 + +[0049] I +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 0,9.0002,3,9.0002 +L 0,0,3,0 + +[004a] J +PL 3.4286,9.0002,0,3.4286,1.7143,0,3,0.4286,0,2.1429,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.1429,0,0.4286,2.5715,0,0.8572,2.1429,0,0.4286,1.7143,0 +PL 3,9.0002,0,3,1.7143,0,2.5715,0.4286,0,2.1429,0,0 +L 1.7143,9.0002,4.7144,9.0002 + +[004b] K +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 7.2859,9.0002,1.7143,3.4286 +L 3.8572,5.1429,7.2859,0 +L 3.4286,5.1429,6.8573,0 +L 0,9.0002,3,9.0002 +L 5.5715,9.0002,8.143,9.0002 +L 0,0,3,0 +L 5.5715,0,8.143,0 + +[004c] L +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 0,9.0002,3,9.0002 +PL 0,0,0,6.4287,0,0,6.4287,2.5715,0,6.0001,0,0 + +[004d] M +PL 7.2859,0,0,7.2859,9.0002,0,4.2858,0,0,1.2857,9.0002,0,1.2857,0,0 +PL 0,9.0002,0,1.7143,9.0002,0,4.2858,1.2857,0 +L 7.7144,9.0002,7.7144,0 +L 7.2859,9.0002,9.0002,9.0002 +L 0,0,2.5715,0 +L 6.0001,0,9.0002,0 + +[004e] N +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,6.8573,0.8572,0 +PL 1.7143,8.143,0,6.8573,0,0,6.8573,9.0002,0 +L 5.5715,9.0002,8.143,9.0002 +L 0,0,2.5715,0 + +[004f] O +PLC 1.7143,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,5.1429,0,0,3.8572,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,3,0,0,3.8572,0,0,5.1429,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.8572,0,6.8573,5.1429,0,6.4287,6.8573,0,6.0001,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,3,9.0002,0 +PL 3,9.0002,0,2.1429,8.5716,0,1.2857,7.7144,0,0.8572,6.8573,0,0.4286,5.1429,0,0.4286,3.8572,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3,0,0 +PL 3.8572,0,0,4.7144,0.4286,0,5.5715,1.2857,0,6.0001,2.1429,0,6.4287,3.8572,0,6.4287,5.1429,0,6.0001,6.8573,0,5.5715,7.7144,0,4.7144,8.5716,0,3.8572,9.0002,0 + +[0050] P +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +PL 0,9.0002,0,5.1429,9.0002,0,6.4287,8.5716,0,6.8573,8.143,0,7.2859,7.2859,0,7.2859,6.0001,0,6.8573,5.1429,0,6.4287,4.7144,0,5.1429,4.2858,0,1.7143,4.2858,0 +PL 5.1429,9.0002,0,6.0001,8.5716,0,6.4287,8.143,0,6.8573,7.2859,0,6.8573,6.0001,0,6.4287,5.1429,0,6.0001,4.7144,0,5.1429,4.2858,0 +L 0,0,3,0 + +[0051] Q +PLC 1.7143,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,5.1429,0,0,3.8572,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,3,0,0,3.8572,0,0,5.1429,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.8572,0,6.8573,5.1429,0,6.4287,6.8573,0,6.0001,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,3,9.0002,0 +PL 3,9.0002,0,2.1429,8.5716,0,1.2857,7.7144,0,0.8572,6.8573,0,0.4286,5.1429,0,0.4286,3.8572,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3,0,0 +PL 3.8572,0,0,4.7144,0.4286,0,5.5715,1.2857,0,6.0001,2.1429,0,6.4287,3.8572,0,6.4287,5.1429,0,6.0001,6.8573,0,5.5715,7.7144,0,4.7144,8.5716,0,3.8572,9.0002,0 +PL 1.7143,0.8572,0,1.7143,1.2857,0,2.1429,2.1429,0,3,2.5715,0,3.4286,2.5715,0,4.2858,2.1429,0,4.7144,1.2857,0,5.1429,-1.7143,0,5.5715,-2.1429,0,6.4287,-2.1429,0,6.8573,-1.2857,0,6.8573,-0.8572,0 +PL 4.7144,1.2857,0,5.1429,-0.4286,0,5.5715,-1.2857,0,6.0001,-1.7143,0,6.4287,-1.7143,0,6.8573,-1.2857,0 + +[0052] R +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +PL 0,9.0002,0,5.1429,9.0002,0,6.4287,8.5716,0,6.8573,8.143,0,7.2859,7.2859,0,7.2859,6.4287,0,6.8573,5.5715,0,6.4287,5.1429,0,5.1429,4.7144,0,1.7143,4.7144,0 +PL 5.1429,9.0002,0,6.0001,8.5716,0,6.4287,8.143,0,6.8573,7.2859,0,6.8573,6.4287,0,6.4287,5.5715,0,6.0001,5.1429,0,5.1429,4.7144,0 +L 0,0,3,0 +PL 3.8572,4.7144,0,4.7144,4.2858,0,5.1429,3.8572,0,6.4287,0.8572,0,6.8573,0.4286,0,7.2859,0.4286,0,7.7144,0.8572,0,7.2859,0,0,6.4287,0,0,6.0001,0.4286,0,5.1429,3.4286,0,4.7144,4.2858,0 +L 7.7144,0.8572,7.7144,1.2857 + +[0053] S +PLC 6.0001,9.0002,0,6.0001,6.4287,0,5.5715,7.7144,0 +PL 5.5715,7.7144,0,4.7144,8.5716,0,3.4286,9.0002,0,2.1429,9.0002,0,0.8572,8.5716,0,0,7.7144,0,0,6.8573,0,0.4286,6.0001,0,0.8572,5.5715,0,1.7143,5.1429,0,4.2858,4.2858,0,5.1429,3.8572,0,6.0001,3,0,5.5715,3.8572,0,5.1429,4.2858,0,4.2858,4.7144,0,1.7143,5.5715,0,0.8572,6.0001,0,0,6.8573,0 +PL 6.0001,3,0,6.0001,1.2857,0,5.1429,0.4286,0,3.8572,0,0,2.5715,0,0,1.2857,0.4286,0,0.4286,1.2857,0,0,2.5715,0,0,0,0,0.4286,1.2857,0 + +[0054] T +L 3,9.0002,3,0 +L 3.4286,9.0002,3.4286,0 +PL 0.4286,9.0002,0,0,6.4287,0,0,9.0002,0,6.4287,9.0002,0,6.4287,6.4287,0,6.0001,9.0002,0 +L 1.7143,0,4.7144,0 + +[0055] U +PL 1.2857,9.0002,0,1.2857,2.5715,0,1.7143,1.2857,0,2.5715,0.4286,0,3.8572,0,0,4.7144,0,0,6.0001,0.4286,0,6.8573,1.2857,0,7.2859,2.5715,0,7.2859,9.0002,0 +PL 1.7143,9.0002,0,1.7143,2.5715,0,2.1429,1.2857,0,3,0.4286,0,3.8572,0,0 +L 0,9.0002,3,9.0002 +L 6.0001,9.0002,8.5716,9.0002 + +[0056] V +PL 0.8572,9.0002,0,3.8572,0,0,6.8573,9.0002,0 +L 1.2857,9.0002,3.8572,1.2857 +L 0,9.0002,2.5715,9.0002 +L 5.1429,9.0002,7.7144,9.0002 + +[0057] W +PL 1.2857,9.0002,0,3,0,0,4.7144,9.0002,0,6.4287,0,0,8.143,9.0002,0 +L 1.7143,9.0002,3,2.1429 +L 5.1429,9.0002,6.4287,2.1429 +L 0,9.0002,3,9.0002 +L 6.8573,9.0002,9.4288,9.0002 + +[0058] X +L 0.8572,9.0002,6.4287,0 +L 1.2857,9.0002,6.8573,0 +L 6.8573,9.0002,0.8572,0 +L 0,9.0002,2.5715,9.0002 +L 5.1429,9.0002,7.7144,9.0002 +L 0,0,2.5715,0 +L 5.1429,0,7.7144,0 + +[0059] Y +PL 0.8572,9.0002,0,3.8572,4.2858,0,3.8572,0,0 +PL 1.2857,9.0002,0,4.2858,4.2858,0,4.2858,0,0 +L 7.2859,9.0002,4.2858,4.2858 +L 0,9.0002,2.5715,9.0002 +L 5.5715,9.0002,8.143,9.0002 +L 2.5715,0,5.5715,0 + +[005a] Z +PL 5.5715,9.0002,0,0,0,0,6.0001,0,0,6.0001,2.5715,0,5.5715,0,0 +PL 0.4286,9.0002,0,0,6.4287,0,0,9.0002,0,6.0001,9.0002,0,0.4286,0,0 + +[005b] [ +PL 3,10.7145,0,0,10.7145,0,0,-3,0,3,-3,0 +L 0.4286,10.7145,0.4286,-3 + +[005c] \ +L 0,9.0002,6.0001,-1.2857 + +[005d] ] +L 2.5715,10.7145,2.5715,-3 +PL 0,10.7145,0,3,10.7145,0,3,-3,0,0,-3,0 + +[005e] ^ +PL 1.2857,6.4287,0,2.1429,7.7144,0,3,6.4287,0 +PL 0,5.1429,0,2.1429,7.2859,0,4.2858,5.1429,0 +L 2.1429,7.2859,2.1429,0 + +[005f] _ +L 0,-0.8572,6.8573,-0.8572 + +[0060] ` +PL 0.8572,9.0002,0,0.4286,8.5716,0,0,7.7144,0,0,6.8573,0,0.4286,6.4287,0,0.8572,6.8573,0,0.4286,7.2859,0 + +[0061] a +PL 0.8572,5.1429,0,0.8572,4.7144,0,0.4286,4.7144,0,0.4286,5.1429,0,0.8572,5.5715,0,1.7143,6.0001,0,3.4286,6.0001,0,4.2858,5.5715,0,4.7144,5.1429,0,5.1429,4.2858,0,5.1429,1.2857,0,5.5715,0.4286,0,6.0001,0,0,5.1429,0.4286,0,4.7144,1.2857,0,4.7144,5.1429,0 +L 6.0001,0,6.4287,0 +PL 4.7144,4.2858,0,4.2858,3.8572,0,1.7143,3.4286,0,0.4286,3,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,1.7143,0,0,3,0,0,3.8572,0.4286,0,4.7144,1.2857,0 +PL 1.7143,3.4286,0,0.8572,3,0,0.4286,2.1429,0,0.4286,1.2857,0,0.8572,0.4286,0,1.7143,0,0 + +[0062] b +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,1.7143,0,0 +PL 1.7143,4.7144,0,2.5715,5.5715,0,3.4286,6.0001,0,4.2858,6.0001,0,5.5715,5.5715,0,6.4287,4.7144,0,6.8573,3.4286,0,6.8573,2.5715,0,6.4287,1.2857,0,5.5715,0.4286,0,4.2858,0,0,3.4286,0,0,2.5715,0.4286,0,1.7143,1.2857,0 +PL 4.2858,6.0001,0,5.1429,5.5715,0,6.0001,4.7144,0,6.4287,3.4286,0,6.4287,2.5715,0,6.0001,1.2857,0,5.1429,0.4286,0,4.2858,0,0 + +[0063] c +PL 5.1429,4.7144,0,4.7144,4.2858,0,5.1429,3.8572,0,5.5715,4.2858,0,5.5715,4.7144,0,4.7144,5.5715,0,3.8572,6.0001,0,2.5715,6.0001,0,1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.2857,0 +PL 2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 + +[0064] d +PL 5.1429,9.0002,0,5.1429,0,0,6.8573,0,0 +PL 3.8572,9.0002,0,5.5715,9.0002,0,5.5715,0,0 +PL 5.1429,4.7144,0,4.2858,5.5715,0,3.4286,6.0001,0,2.5715,6.0001,0,1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.2858,0.4286,0,5.1429,1.2857,0 +PL 2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 + +[0065] e +PLC 5.5715,3.4286,0,5.5715,4.2858,0,5.1429,5.1429,0,4.7144,5.5715,0,3.8572,6.0001,0,2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0 +PL 2.5715,6.0001,0,1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.2857,0 +PL 5.1429,3.4286,0,5.1429,4.7144,0,4.7144,5.5715,0 +PL 0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 + +[0066] f +PL 3.4286,8.5716,0,3,8.143,0,3.4286,7.7144,0,3.8572,8.143,0,3.8572,8.5716,0,3.4286,9.0002,0,2.5715,9.0002,0,1.7143,8.5716,0,1.2857,7.7144,0,1.2857,0,0 +PL 2.5715,9.0002,0,2.1429,8.5716,0,1.7143,7.7144,0,1.7143,0,0 +L 0,6.0001,3.4286,6.0001 +L 0,0,3,0 + +[0067] g +PL 1.7143,2.1429,0,1.2857,3,0,1.2857,4.7144,0,1.7143,5.5715,0,1.2857,5.1429,0,0.8572,4.2858,0,0.8572,3.4286,0,1.2857,2.5715,0,1.7143,2.1429,0,2.5715,1.7143,0,3.4286,1.7143,0,4.2858,2.1429,0,4.7144,2.5715,0,5.1429,3.4286,0,5.1429,4.2858,0,4.7144,5.1429,0,4.2858,5.5715,0,3.4286,6.0001,0,2.5715,6.0001,0,1.7143,5.5715,0 +PL 4.2858,2.1429,0,4.7144,3,0,4.7144,4.7144,0,4.2858,5.5715,0 +PL 4.7144,5.1429,0,5.1429,5.5715,0,6.0001,6.0001,0,6.0001,5.5715,0,5.1429,5.5715,0 +PL 1.2857,2.5715,0,0.8572,2.1429,0,0.4286,1.2857,0,0.4286,0.8572,0,0.8572,0,0,2.1429,-0.4286,0,4.2858,-0.4286,0,5.5715,-0.8572,0,6.0001,-1.2857,0,5.5715,-0.4286,0,4.2858,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0 +PL 6.0001,-1.2857,0,6.0001,-1.7143,0,5.5715,-2.5715,0,4.2858,-3,0,1.7143,-3,0,0.4286,-2.5715,0,0,-1.7143,0,0,-1.2857,0,0.4286,-0.4286,0,1.7143,0,0 + +[0068] h +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,1.7143,0,0 +PL 1.7143,4.7144,0,2.5715,5.5715,0,3.8572,6.0001,0,4.7144,6.0001,0,6.0001,5.5715,0,6.4287,4.7144,0,6.4287,0,0 +PL 4.7144,6.0001,0,5.5715,5.5715,0,6.0001,4.7144,0,6.0001,0,0 +L 0,0,3,0 +L 4.7144,0,7.7144,0 + +[0069] i +PLC 0.8572,8.5716,0,1.2857,8.143,0,1.7143,8.5716,0,1.2857,9.0002,0 +L 1.2857,6.0001,1.2857,0 +PL 0,6.0001,0,1.7143,6.0001,0,1.7143,0,0 +L 0,0,3,0 + +[006a] j +PLC 1.7143,8.5716,0,2.1429,8.143,0,2.5715,8.5716,0,2.1429,9.0002,0 +PL 0.8572,6.0001,0,2.5715,6.0001,0,2.5715,-1.7143,0,2.1429,-2.5715,0,1.2857,-3,0,0.4286,-3,0,0,-2.5715,0,0,-2.1429,0,0.4286,-1.7143,0,0.8572,-2.1429,0,0.4286,-2.5715,0 +PL 2.1429,6.0001,0,2.1429,-1.7143,0,1.7143,-2.5715,0,1.2857,-3,0 + +[006b] k +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,1.7143,0,0 +L 6.0001,6.0001,1.7143,1.7143 +L 3.8572,3.4286,6.4287,0 +L 3.4286,3.4286,6.0001,0 +L 4.7144,6.0001,7.2859,6.0001 +L 0,0,3,0 +L 4.7144,0,7.2859,0 + +[006c] l +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,1.7143,0,0 +L 0,0,3,0 + +[006d] m +L 1.2857,6.0001,1.2857,0 +PL 0,6.0001,0,1.7143,6.0001,0,1.7143,0,0 +PL 1.7143,4.7144,0,2.5715,5.5715,0,3.8572,6.0001,0,4.7144,6.0001,0,6.0001,5.5715,0,6.4287,4.7144,0,6.4287,0,0 +PL 4.7144,6.0001,0,5.5715,5.5715,0,6.0001,4.7144,0,6.0001,0,0 +PL 6.4287,4.7144,0,7.2859,5.5715,0,8.5716,6.0001,0,9.4288,6.0001,0,10.7145,5.5715,0,11.1431,4.7144,0,11.1431,0,0 +PL 9.4288,6.0001,0,10.2859,5.5715,0,10.7145,4.7144,0,10.7145,0,0 +L 0,0,3,0 +L 4.7144,0,7.7144,0 +L 9.4288,0,12.4288,0 + +[006e] n +L 1.2857,6.0001,1.2857,0 +PL 0,6.0001,0,1.7143,6.0001,0,1.7143,0,0 +PL 1.7143,4.7144,0,2.5715,5.5715,0,3.8572,6.0001,0,4.7144,6.0001,0,6.0001,5.5715,0,6.4287,4.7144,0,6.4287,0,0 +PL 4.7144,6.0001,0,5.5715,5.5715,0,6.0001,4.7144,0,6.0001,0,0 +L 0,0,3,0 +L 4.7144,0,7.7144,0 + +[006f] o +PLC 1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.2857,0,6.0001,2.5715,0,6.0001,3.4286,0,5.5715,4.7144,0,4.7144,5.5715,0,3.4286,6.0001,0,2.5715,6.0001,0 +PL 2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 +PL 3.4286,0,0,4.2858,0.4286,0,5.1429,1.2857,0,5.5715,2.5715,0,5.5715,3.4286,0,5.1429,4.7144,0,4.2858,5.5715,0,3.4286,6.0001,0 + +[0070] p +L 1.2857,6.0001,1.2857,-3 +PL 0,6.0001,0,1.7143,6.0001,0,1.7143,-3,0 +PL 1.7143,4.7144,0,2.5715,5.5715,0,3.4286,6.0001,0,4.2858,6.0001,0,5.5715,5.5715,0,6.4287,4.7144,0,6.8573,3.4286,0,6.8573,2.5715,0,6.4287,1.2857,0,5.5715,0.4286,0,4.2858,0,0,3.4286,0,0,2.5715,0.4286,0,1.7143,1.2857,0 +PL 4.2858,6.0001,0,5.1429,5.5715,0,6.0001,4.7144,0,6.4287,3.4286,0,6.4287,2.5715,0,6.0001,1.2857,0,5.1429,0.4286,0,4.2858,0,0 +L 0,-3,3,-3 + +[0071] q +L 5.1429,6.0001,5.1429,-3 +L 5.5715,6.0001,5.5715,-3 +PL 5.1429,4.7144,0,4.2858,5.5715,0,3.4286,6.0001,0,2.5715,6.0001,0,1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.2858,0.4286,0,5.1429,1.2857,0 +PL 2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 +L 3.8572,-3,6.8573,-3 + +[0072] r +L 1.2857,6.0001,1.2857,0 +PL 0,6.0001,0,1.7143,6.0001,0,1.7143,0,0 +PL 1.7143,3.4286,0,2.1429,4.7144,0,3,5.5715,0,3.8572,6.0001,0,5.1429,6.0001,0,5.5715,5.5715,0,5.5715,5.1429,0,5.1429,4.7144,0,4.7144,5.1429,0,5.1429,5.5715,0 +L 0,0,3,0 + +[0073] s +PLC 4.7144,6.0001,0,4.7144,4.2858,0,4.2858,5.1429,0 +PL 4.2858,5.1429,0,3.8572,5.5715,0,3,6.0001,0,1.2857,6.0001,0,0.4286,5.5715,0,0,5.1429,0,0,4.2858,0,0.4286,3.8572,0,1.2857,3.4286,0,3.4286,2.5715,0,4.2858,2.1429,0,4.7144,1.7143,0 +PL 0,4.7144,0,0.4286,4.2858,0,1.2857,3.8572,0,3.4286,3,0,4.2858,2.5715,0,4.7144,2.1429,0,4.7144,0.8572,0,4.2858,0.4286,0,3.4286,0,0,1.7143,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,0,0,0.4286,0.8572,0 + +[0074] t +PL 1.2857,9.0002,0,1.2857,1.7143,0,1.7143,0.4286,0,2.5715,0,0,3.4286,0,0,4.2858,0.4286,0,4.7144,1.2857,0 +PL 1.7143,9.0002,0,1.7143,1.7143,0,2.1429,0.4286,0,2.5715,0,0 +L 0,6.0001,3.4286,6.0001 + +[0075] u +PL 1.2857,6.0001,0,1.2857,1.2857,0,1.7143,0.4286,0,3,0,0,3.8572,0,0,5.1429,0.4286,0,6.0001,1.2857,0 +PL 0,6.0001,0,1.7143,6.0001,0,1.7143,1.2857,0,2.1429,0.4286,0,3,0,0 +PL 6.0001,6.0001,0,6.0001,0,0,7.7144,0,0 +PL 4.7144,6.0001,0,6.4287,6.0001,0,6.4287,0,0 + +[0076] v +PL 0.8572,6.0001,0,3.4286,0,0,6.0001,6.0001,0 +L 1.2857,6.0001,3.4286,0.8572 +L 0,6.0001,2.5715,6.0001 +L 4.2858,6.0001,6.8573,6.0001 + +[0077] w +PL 1.2857,6.0001,0,3,0,0,4.7144,6.0001,0,6.4287,0,0,8.143,6.0001,0 +L 1.7143,6.0001,3,1.2857 +L 5.1429,6.0001,6.4287,1.2857 +L 0,6.0001,3,6.0001 +L 6.8573,6.0001,9.4288,6.0001 + +[0078] x +L 0.8572,6.0001,5.5715,0 +L 1.2857,6.0001,6.0001,0 +L 6.0001,6.0001,0.8572,0 +L 0,6.0001,2.5715,6.0001 +L 4.2858,6.0001,6.8573,6.0001 +L 0,0,2.5715,0 +L 4.2858,0,6.8573,0 + +[0079] y +PL 0.8572,6.0001,0,3.4286,0,0,6.0001,6.0001,0 +L 1.2857,6.0001,3.4286,0.8572 +PL 3.4286,0,0,2.5715,-1.7143,0,1.7143,-2.5715,0,0.8572,-3,0,0.4286,-3,0,0,-2.5715,0,0.4286,-2.1429,0,0.8572,-2.5715,0 +L 0,6.0001,2.5715,6.0001 +L 4.2858,6.0001,6.8573,6.0001 + +[007a] z +PL 4.7144,6.0001,0,0,0,0,5.1429,0,0,5.1429,1.7143,0,4.7144,0,0 +PL 0.4286,6.0001,0,0,4.2858,0,0,6.0001,0,5.1429,6.0001,0,0.4286,0,0 + +[007b] { +PL 2.1429,10.7145,0,1.2857,10.2859,0,0.8572,9.8573,0,0.4286,9.0002,0,0.4286,8.143,0,0.8572,7.2859,0,1.2857,6.8573,0,1.7143,6.0001,0,1.7143,5.1429,0,0.8572,4.2858,0 +PL 1.2857,10.2859,0,0.8572,9.4288,0,0.8572,8.5716,0,1.2857,7.7144,0,1.7143,7.2859,0,2.1429,6.4287,0,2.1429,5.5715,0,1.7143,4.7144,0,0,3.8572,0,1.7143,3,0,2.1429,2.1429,0,2.1429,1.2857,0,1.7143,0.4286,0,1.2857,0,0,0.8572,-0.8572,0,0.8572,-1.7143,0,1.2857,-2.5715,0,0.8572,-2.1429,0,0.4286,-1.2857,0,0.4286,-0.4286,0,0.8572,0.4286,0,1.2857,0.8572,0,1.7143,1.7143,0,1.7143,2.5715,0,0.8572,3.4286,0 +L 1.2857,-2.5715,2.1429,-3 + +[007c] | +L 0,10.7145,0,-3 + +[007d] } +PL 0,10.7145,0,0.8572,10.2859,0,1.2857,9.8573,0,1.7143,9.0002,0,1.7143,8.143,0,1.2857,7.2859,0,0.8572,6.8573,0,0.4286,6.0001,0,0.4286,5.1429,0,1.2857,4.2858,0 +PL 0.8572,10.2859,0,1.2857,9.4288,0,1.2857,8.5716,0,0.8572,7.7144,0,0.4286,7.2859,0,0,6.4287,0,0,5.5715,0,0.4286,4.7144,0,2.1429,3.8572,0,0.4286,3,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,0.8572,0,0,1.2857,-0.8572,0,1.2857,-1.7143,0,0.8572,-2.5715,0,1.2857,-2.1429,0,1.7143,-1.2857,0,1.7143,-0.4286,0,1.2857,0.4286,0,0.8572,0.8572,0,0.4286,1.7143,0,0.4286,2.5715,0,1.2857,3.4286,0 +L 0.8572,-2.5715,0,-3 + +[00d3] Ó +PLC 1.7143,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,5.1429,0,0,3.8572,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,3,0,0,3.8572,0,0,5.1429,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.8572,0,6.8573,5.1429,0,6.4287,6.8573,0,6.0001,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,3,9.0002,0 +PL 3,9.0002,0,2.1429,8.5716,0,1.2857,7.7144,0,0.8572,6.8573,0,0.4286,5.1429,0,0.4286,3.8572,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3,0,0 +PL 3.8572,0,0,4.7144,0.4286,0,5.5715,1.2857,0,6.0001,2.1429,0,6.4287,3.8572,0,6.4287,5.1429,0,6.0001,6.8573,0,5.5715,7.7144,0,4.7144,8.5716,0,3.8572,9.0002,0 +PL 3.8572,11.5716,0,3.4286,12.0002,0,3.8572,12.4288,0,4.2858,12.0002,0,4.2858,11.1431,0,3.8572,10.2859,0,3.4286,9.8573,0 + +[00f3] ó +PLC 1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.2857,0,6.0001,2.5715,0,6.0001,3.4286,0,5.5715,4.7144,0,4.7144,5.5715,0,3.4286,6.0001,0,2.5715,6.0001,0 +PL 2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 +PL 3.4286,0,0,4.2858,0.4286,0,5.1429,1.2857,0,5.5715,2.5715,0,5.5715,3.4286,0,5.1429,4.7144,0,4.2858,5.5715,0,3.4286,6.0001,0 +PL 3.4286,8.5716,0,3,9.0002,0,3.4286,9.4288,0,3.8572,9.0002,0,3.8572,8.143,0,3.4286,7.2859,0,3,6.8573,0 + +[0104] Ą +PL 6.8573,0,0,3.8572,9.0002,0,0.8572,0,0 +PL 3.8572,7.7144,0,6.4287,0,0,6.0001,-0.4286,0,5.5715,-1.2857,0,5.5715,-2.1429,0,6.0001,-2.5715,0,6.4287,-2.1429,0,6.0001,-1.7143,0 +L 1.7143,2.5715,5.5715,2.5715 +L 0,0,2.5715,0 +L 5.1429,0,7.7144,0 + +[0105] ą +PL 0.8572,5.1429,0,0.8572,4.7144,0,0.4286,4.7144,0,0.4286,5.1429,0,0.8572,5.5715,0,1.7143,6.0001,0,3.4286,6.0001,0,4.2858,5.5715,0,4.7144,5.1429,0,5.1429,4.2858,0,5.1429,1.2857,0,5.5715,0.4286,0,6.0001,0,0,5.1429,0.4286,0,4.7144,1.2857,0,4.7144,5.1429,0 +PL 5.5715,-1.7143,0,6.0001,-2.1429,0,5.5715,-2.5715,0,5.1429,-2.1429,0,5.1429,-1.2857,0,5.5715,-0.4286,0,6.0001,0,0,6.4287,0,0 +PL 4.7144,4.2858,0,4.2858,3.8572,0,1.7143,3.4286,0,0.4286,3,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,1.7143,0,0,3,0,0,3.8572,0.4286,0,4.7144,1.2857,0 +PL 1.7143,3.4286,0,0.8572,3,0,0.4286,2.1429,0,0.4286,1.2857,0,0.8572,0.4286,0,1.7143,0,0 + +[0106] Ć +PLC 6.4287,6.4287,0,6.4287,9.0002,0,6.0001,7.7144,0 +PL 6.0001,7.7144,0,5.1429,8.5716,0,3.8572,9.0002,0,3,9.0002,0,1.7143,8.5716,0,0.8572,7.7144,0,0.4286,6.8573,0,0,5.5715,0,0,3.4286,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,3,0,0,3.8572,0,0,5.1429,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0 +PL 3,9.0002,0,2.1429,8.5716,0,1.2857,7.7144,0,0.8572,6.8573,0,0.4286,5.5715,0,0.4286,3.4286,0,0.8572,2.1429,0,1.2857,1.2857,0,2.1429,0.4286,0,3,0,0 +PL 3.8572,11.5716,0,3.4286,12.0002,0,3.8572,12.4288,0,4.2858,12.0002,0,4.2858,11.1431,0,3.8572,10.2859,0,3.4286,9.8573,0 + +[0107] ć +PL 5.1429,4.7144,0,4.7144,4.2858,0,5.1429,3.8572,0,5.5715,4.2858,0,5.5715,4.7144,0,4.7144,5.5715,0,3.8572,6.0001,0,2.5715,6.0001,0,1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.2857,0 +PL 2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 +PL 3.4286,8.5716,0,3,9.0002,0,3.4286,9.4288,0,3.8572,9.0002,0,3.8572,8.143,0,3.4286,7.2859,0,3,6.8573,0 + +[0118] Ę +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 4.2858,6.4287,4.2858,3 +PL 0,9.0002,0,6.8573,9.0002,0,6.8573,6.4287,0,6.4287,9.0002,0 +L 1.7143,4.7144,4.2858,4.7144 +PL 0,0,0,6.8573,0,0,6.8573,2.5715,0,6.4287,0,0 +PL 5.5715,0,0,5.1429,-0.4286,0,4.7144,-1.2857,0,4.7144,-2.1429,0,5.1429,-2.5715,0,5.5715,-2.1429,0,5.1429,-1.7143,0 + +[0119] ę +PLC 5.5715,3.4286,0,5.5715,4.2858,0,5.1429,5.1429,0,4.7144,5.5715,0,3.8572,6.0001,0,2.5715,6.0001,0,1.7143,5.5715,0,0.8572,4.7144,0,0.4286,3.4286,0 +PL 2.5715,6.0001,0,1.2857,5.5715,0,0.4286,4.7144,0,0,3.4286,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4286,0,0,4.7144,0.4286,0,5.5715,1.2857,0 +PL 5.1429,3.4286,0,5.1429,4.7144,0,4.7144,5.5715,0 +PL 0.4286,3.4286,0,0.4286,2.5715,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0 +PL 3.4286,0,0,3,-0.4286,0,2.5715,-1.2857,0,2.5715,-2.1429,0,3,-2.5715,0,3.4286,-2.1429,0,3,-1.7143,0 + +[0141] Ł +L 1.2857,9.0002,1.2857,0 +L 1.7143,9.0002,1.7143,0 +L 0,9.0002,3,9.0002 +PL 0,0,0,6.4287,0,0,6.4287,2.5715,0,6.0001,0,0 +L 3.4286,6.0001,0,3.4286 + +[0142] ł +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,1.7143,0,0 +L 0,0,3,0 +L 3,6.0001,0,3.8572 + +[0143] Ń +L 1.2857,9.0002,1.2857,0 +PL 0,9.0002,0,1.7143,9.0002,0,6.8573,0.8572,0 +PL 1.7143,8.143,0,6.8573,0,0,6.8573,9.0002,0 +L 5.5715,9.0002,8.143,9.0002 +L 0,0,2.5715,0 +PL 4.2858,11.5716,0,3.8572,12.0002,0,4.2858,12.4288,0,4.7144,12.0002,0,4.7144,11.1431,0,4.2858,10.2859,0,3.8572,9.8573,0 + +[0144] ń +L 1.2857,6.0001,1.2857,0 +PL 0,6.0001,0,1.7143,6.0001,0,1.7143,0,0 +PL 1.7143,4.7144,0,2.5715,5.5715,0,3.8572,6.0001,0,4.7144,6.0001,0,6.0001,5.5715,0,6.4287,4.7144,0,6.4287,0,0 +PL 4.7144,6.0001,0,5.5715,5.5715,0,6.0001,4.7144,0,6.0001,0,0 +L 0,0,3,0 +L 4.7144,0,7.7144,0 +PL 4.2858,8.5716,0,3.8572,9.0002,0,4.2858,9.4288,0,4.7144,9.0002,0,4.7144,8.143,0,4.2858,7.2859,0,3.8572,6.8573,0 + +[015a] Ś +PLC 6.0001,9.0002,0,6.0001,6.4287,0,5.5715,7.7144,0 +PL 5.5715,7.7144,0,4.7144,8.5716,0,3.4286,9.0002,0,2.1429,9.0002,0,0.8572,8.5716,0,0,7.7144,0,0,6.8573,0,0.4286,6.0001,0,0.8572,5.5715,0,1.7143,5.1429,0,4.2858,4.2858,0,5.1429,3.8572,0,6.0001,3,0,5.5715,3.8572,0,5.1429,4.2858,0,4.2858,4.7144,0,1.7143,5.5715,0,0.8572,6.0001,0,0,6.8573,0 +PL 6.0001,3,0,6.0001,1.2857,0,5.1429,0.4286,0,3.8572,0,0,2.5715,0,0,1.2857,0.4286,0,0.4286,1.2857,0,0,2.5715,0,0,0,0,0.4286,1.2857,0 +PL 3.4286,11.5716,0,3,12.0002,0,3.4286,12.4288,0,3.8572,12.0002,0,3.8572,11.1431,0,3.4286,10.2859,0,3,9.8573,0 + +[015b] ś +PLC 4.7144,6.0001,0,4.7144,4.2858,0,4.2858,5.1429,0 +PL 4.2858,5.1429,0,3.8572,5.5715,0,3,6.0001,0,1.2857,6.0001,0,0.4286,5.5715,0,0,5.1429,0,0,4.2858,0,0.4286,3.8572,0,1.2857,3.4286,0,3.4286,2.5715,0,4.2858,2.1429,0,4.7144,1.7143,0 +PL 0,4.7144,0,0.4286,4.2858,0,1.2857,3.8572,0,3.4286,3,0,4.2858,2.5715,0,4.7144,2.1429,0,4.7144,0.8572,0,4.2858,0.4286,0,3.4286,0,0,1.7143,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,0,0,0.4286,0.8572,0 +PL 2.5715,8.5716,0,2.1429,9.0002,0,2.5715,9.4288,0,3,9.0002,0,3,8.143,0,2.5715,7.2859,0,2.1429,6.8573,0 + +[0179] Ź +PL 5.5715,9.0002,0,0,0,0,6.0001,0,0,6.0001,2.5715,0,5.5715,0,0 +PL 0.4286,9.0002,0,0,6.4287,0,0,9.0002,0,6.0001,9.0002,0,0.4286,0,0 +PL 3.4286,11.5716,0,3,12.0002,0,3.4286,12.4288,0,3.8572,12.0002,0,3.8572,11.1431,0,3.4286,10.2859,0,3,9.8573,0 + +[017a] ź +PL 4.7144,6.0001,0,0,0,0,5.1429,0,0,5.1429,1.7143,0,4.7144,0,0 +PL 0.4286,6.0001,0,0,4.2858,0,0,6.0001,0,5.1429,6.0001,0,0.4286,0,0 +PL 2.5715,8.143,0,2.1429,8.5716,0,2.5715,9.0002,0,3,8.5716,0,3,7.7144,0,2.5715,6.8573,0,2.1429,6.4287,0 + +[017b] Ż +PL 5.5715,9.0002,0,0,0,0,6.0001,0,0,6.0001,2.5715,0,5.5715,0,0 +PL 0.4286,9.0002,0,0,6.4287,0,0,9.0002,0,6.0001,9.0002,0,0.4286,0,0 +PLC 2.5715,10.2859,0,3,9.8573,0,3.4286,10.2859,0,3,10.7145,0 + +[017c] ż +PL 4.7144,6.0001,0,0,0,0,5.1429,0,0,5.1429,1.7143,0,4.7144,0,0 +PL 0.4286,6.0001,0,0,4.2858,0,0,6.0001,0,5.1429,6.0001,0,0.4286,0,0 +PLC 2.1429,8.5716,0,2.5715,9.0002,0,3,8.5716,0,2.5715,8.143,0 diff --git a/assets/fonts/RomanS.cxf b/assets/fonts/RomanS.cxf new file mode 100644 index 00000000..c5a8470d --- /dev/null +++ b/assets/fonts/RomanS.cxf @@ -0,0 +1,434 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Roman Simplex +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# AuxiliaryLines: 0,-3,0,0,0,0,0,5.8149,0,2.33716,8.7224,0,0,0,75 +# Author: Ain Vagula + +[0021] ! +PLC 0.5586,0.4153,0,0.8701,0,0,1.3894,0.4153,0,1.0779,0.8307,0 +L 3.2065,8.7744,1.6489,2.9594 + +[0022] " +PLC 5.1118,8.6051,0,4.8003,9.0204,0,5.3196,9.4358,0,5.6311,9.0204,0 +PL 5.6311,9.0204,0,5.3713,8.1897,0,4.7483,7.359,0,4.2293,6.9437,0 +PLC 2.5679,8.6051,0,2.3081,9.0204,0,2.8274,9.4358,0,3.1389,9.0204,0 +PL 3.1389,9.0204,0,2.8794,8.1897,0,2.2564,7.359,0,1.7371,6.9437,0 + +[0023] # +L 1.0383,4.4515,6.8533,4.4515 +L 6.49,12.3433,0,-1 +L 8.9819,12.3433,2.4922,-1 +L 2.1287,6.9436,7.9436,6.9436 + +[0024] $ +PL 7.3162,7.5283,0,6.6931,8.359,0,5.551,8.7744,0,3.8894,8.7744,0,2.5396,8.359,0,1.5012,7.5283,0,1.2417,6.6976,0,1.4492,5.8669,0,1.7607,5.4516,0,2.4876,5.0362,0,4.7722,4.2055,0,5.447,3.7901,0,5.7585,3.3748,0,5.9663,2.544,0,5.6548,1.2461,0,4.5645,0.4153,0,3.2146,0,0,1.5532,0,0,0.4109,0.4153,0,-0.2122,1.2461,0 +L 6.0183,10.4358,2.7473,-1.6614 +L 4.3567,10.4358,1.0859,-1.6614 + +[0025] % +PLC 5.6592,2.544,0,4.9841,1.7134,0,4.7766,0.8307,0,5.3997,0,0,6.2302,0,0,7.1648,0.4153,0,7.7878,1.2461,0,8.0474,2.1287,0,7.4243,2.9594,0,6.5938,2.9594,0 +PLC 5.0361,7.9437,0,4.7766,7.113,0,4.1536,6.2822,0,3.219,5.8669,0,2.3882,5.8669,0,1.7651,6.6976,0,1.9729,7.5283,0,2.648,8.359,0,3.5825,8.7744,0,4.4131,8.7744,0 +PL 4.4131,8.7744,0,5.1399,8.359,0,6.2822,7.9437,0,7.5283,7.9437,0,9,9,0,0,0,0 + +[0026] & +PL 8.8367,5.8669,0,8.2656,5.4516,0,7.6426,4.6208,0,6.2407,2.544,0,5.0986,1.2461,0,4.0601,0.4153,0,3.0737,0,0,1.4124,0,0,0.6853,0.4153,0,0.3738,0.8307,0,0.218,1.7134,0,0.4258,2.544,0,1.0488,3.3748,0,1.6199,3.7901,0,4.9429,5.4516,0,5.4619,5.8669,0,6.137,6.6976,0,6.3447,7.5283,0,6.137,8.359,0,5.4099,8.7744,0,4.4756,8.359,0,3.8525,7.5283,0,3.6448,6.6976,0,3.6968,5.4516,0,4.2161,4.2055,0,5.5139,1.2461,0,6.137,0.4153,0,6.8638,0,0,7.6946,0,0,8.2136,0.4153,0,8.3176,0.8307,0 + +[0027] ' +PLC 2.1238,8.6051,0,2.6431,9.0204,0,2.3318,9.4358,0,1.8123,9.0204,0 +PL 1.8123,9.0204,0,1.6047,8.1897,0,1.8123,7.359,0,2.1238,6.9437,0 + +[0028] ( +PL 5.8662,10.4358,0,4.8279,9.6051,0,3.6338,8.359,0,2.3877,6.6976,0,1.4011,4.6208,0,0.9338,2.9594,0,0.8301,0.8307,0,1.1936,-0.8307,0,1.7127,-2.0768,0,2.2839,-2.9075,0 + +[0029] ) +PL 4.3584,10.4358,0,4.9814,9.6051,0,5.5007,8.359,0,5.864,6.6976,0,5.7083,4.6208,0,5.293,2.9594,0,4.3064,0.8307,0,3.0085,-0.8307,0,1.8662,-2.0768,0,0.7761,-2.9075,0 + +[002a] * +L 5.5794,9.3859,0.751,6.8938 +L 1.4258,9.3859,4.9043,6.8938 +L 3.866,10.632,2.5161,5.6477 + +[002b] + +L 5.3667,7.5283,3.3418,0 +L 0.6421,3.7901,8.1184,3.7901 + +[002c] , +PLC 0.8826,0.7134,0,0.571,1.1287,0,1.0901,1.544,0,1.4016,1.1287,0 +PL 1.4016,1.1287,0,1.1421,0.298,0,0.519,-0.5847,0,0,-1,0 + +[002d] - +L 0.6421,3.7901,8.1184,3.7901 + +[002e] . +PLC 0,0,0,0.3115,-0.4153,0,0.8306,0,0,0.519,0.4153,0 + +[002f] / +L 0.1118,-0.4489,7.4763,12.1082 + +[0030] 0 +PLC 3.0247,8.3736,0,1.8303,7.1276,0,0.8958,5.0508,0,0.5325,3.8047,0,0.3767,1.728,0,0.8958,0.4299,0,2.0381,0.0146,0,2.8689,0.0146,0,4.2188,0.4299,0,5.4128,1.728,0,6.3474,3.8047,0,6.7109,5.0508,0,6.8667,7.1276,0,6.3474,8.3736,0,5.2053,8.789,0,4.3745,8.789,0 + +[0031] 1 +PL 1.7415,7.1276,0,2.676,7.5429,0,4.2336,8.789,0,1.8972,0.0146,0 + +[0032] 2 +PL 2.114,6.7122,0,2.218,7.1276,0,2.8411,7.9583,0,3.3601,8.3736,0,4.3467,8.789,0,6.0081,8.789,0,6.7349,8.3736,0,6.9944,7.9583,0,7.2022,7.1276,0,6.9944,6.2968,0,6.3713,5.4662,0,5.1775,4.2201,0,-0.1184,0.0146,0,5.7483,0.0146,0 + +[0033] 3 +PL 3.4077,8.789,0,7.9766,8.789,0,4.6018,5.4662,0,5.8479,5.4662,0,6.5747,5.0508,0,6.8862,4.6354,0,6.9382,3.3894,0,6.7305,2.5586,0,5.9517,1.2607,0,4.9133,0.4299,0,3.5635,0.0146,0,2.3174,0.0146,0,1.1751,0.4299,0,0.8635,0.8453,0,0.656,1.728,0 + +[0034] 4 +PL 6.6086,2.974,0,0.3264,2.974,0,6.0896,8.789,0,3.7012,0.0146,0 + +[0035] 5 +PL 7.2273,8.789,0,3.0737,8.789,0,1.6199,5.0508,0,2.1912,5.4662,0,3.541,5.8815,0,4.7871,5.8815,0,5.9294,5.4662,0,6.5525,4.6354,0,6.6043,3.3894,0,6.3967,2.5586,0,5.6179,1.2607,0,4.5794,0.4299,0,3.2295,0.0146,0,1.9834,0.0146,0,0.8413,0.4299,0,0.5298,0.8453,0,0.322,1.728,0 + +[0036] 6 +PL 6.6382,7.5429,0,6.4304,8.3736,0,5.2883,8.789,0,4.4578,8.789,0,3.1077,8.3736,0,1.9656,7.1276,0,0.979,5.0508,0,0.408,2.974,0,0.408,1.2607,0,0.979,0.4299,0,2.1213,0.0146,0,2.5366,0.0146,0,3.8865,0.4299,0,4.9768,1.2607,0,5.7036,2.5586,0,5.8076,2.974,0,5.7556,4.2201,0,5.1326,5.0508,0,3.9905,5.4662,0,3.575,5.4662,0,2.2251,5.0508,0,1.1868,4.2201,0,0.408,2.974,0 + +[0037] 7 +PL 0.2341,0.0146,0,6.7241,8.789,0,0.9092,8.789,0 + +[0038] 8 +PLC 2.9431,8.3736,0,2.3201,7.5429,0,2.0606,6.7122,0,2.2683,5.8815,0,2.9949,5.4662,0,4.5525,5.0508,0,5.6948,4.6354,0,6.2659,3.8047,0,6.4736,2.974,0,6.1621,1.728,0,5.4871,0.8453,0,4.968,0.4299,0,3.6179,0.0146,0,1.9568,0.0146,0,0.8145,0.4299,0,0.5029,0.8453,0,0.2952,1.728,0,0.6587,2.974,0,1.2817,3.8047,0,2.3721,4.6354,0,3.7219,5.0508,0,5.4871,5.4662,0,6.4216,5.8815,0,7.0967,6.7122,0,7.3044,7.5429,0,7.0967,8.3736,0,5.9544,8.789,0,4.293,8.789,0 + +[0039] 9 +PLC 5.4172,4.6354,0,4.3789,3.8047,0,3.0291,3.3894,0,2.6135,3.3894,0,1.4714,3.8047,0,0.8484,4.6354,0,0.7446,5.8815,0,0.9004,6.2968,0,1.6272,7.5429,0,2.6655,8.3736,0,4.0674,8.789,0,4.4827,8.789,0,5.573,8.3736,0,6.196,7.5429,0,6.196,5.8815,0 +PL 6.196,5.8815,0,5.625,3.8047,0,4.6384,1.728,0,3.4963,0.4299,0,2.0945,0.0146,0,1.2637,0.0146,0,0.1216,0.4299,0,-0.0342,1.2607,0 + +[003a] : +PLC 0,0,0,0.3115,-0.4153,0,0.8306,0,0,0.519,0.4154,0 +PLC 1.3499,4.9843,0,1.6094,4.5689,0,2.1804,4.9843,0,1.8689,5.3996,0 + +[003b] ; +PLC 0.2595,-0.4153,0,0,0,0,0.5193,0.4154,0,0.8308,0,0 +PL 0.8308,0,0,0.571,-0.8307,0,-0.052,-1.6614,0,-0.571,-2.0767,0 +PLC 1.2979,4.9843,0,1.6094,4.5689,0,2.1287,4.9843,0,1.8691,5.3996,0 + +[003c] < +PL 8.0654,7.4764,0,0.4334,3.7382,0,6.0925,0,0 + +[003d] = +L 0.512,2.544,7.9883,2.544 +L 1.1868,5.0362,8.6633,5.0362 + +[003e] > +PL 1.9729,7.4764,0,7.6321,3.7382,0,0,0,0 + +[003f] ? +PLC 0.4534,0.4153,0,0.713,0,0,1.2842,0.4153,0,0.9727,0.8307,0 +PL 0.0381,6.6976,0,0.1418,7.113,0,0.7649,7.9437,0,1.2842,8.359,0,2.2705,8.7744,0,3.932,8.7744,0,4.6589,8.359,0,4.9185,7.9437,0,5.1261,7.113,0,4.9185,6.2822,0,4.2435,5.4516,0,3.7244,5.0362,0,1.8552,4.2055,0,1.4918,2.9594,0 + +[0040] @ +PL 6.981,6.6976,0,5.8388,2.544,0,6.1503,2.1287,0,6.981,2.1287,0,8.0193,2.9594,0,8.7981,4.2055,0,9.0059,5.0362,0,8.9539,6.2822,0,8.7462,7.113,0,8.1232,7.9437,0,7.3962,8.359,0,6.2542,8.7744,0,5.0081,8.7744,0,3.6582,8.359,0,2.7236,7.9437,0,1.6851,7.113,0,1.0103,6.2822,0,0.2834,5.0362,0,0.0237,2.544,0,0.2314,1.7134,0,0.8025,0.8307,0,1.5294,0.4153,0,2.6716,0,0,3.9177,0,0,5.2676,0.4153,0,6.2542,0.8307,0,6.7732,1.2461,0 +PL 6.6174,5.4516,0,6.4099,6.2822,0,5.7349,6.6976,0,4.4888,6.6976,0,3.5024,6.2822,0,2.9832,5.8669,0,2.3601,5.0362,0,1.9966,3.7901,0,2.2044,2.9594,0,2.5159,2.544,0,3.2427,2.1287,0,4.4888,2.1287,0,5.4233,2.544,0,6.0464,3.3748,0 + +[0041] A +L 2.0247,2.9075,6.1784,2.9075 +PL 0,0,0,5.6592,8.7224,0,6.6455,0,0 + +[0042] B +PLC 6.1265,4.1535,0,6.438,3.7382,0,6.5938,2.9075,0,6.2822,1.6614,0,5.6592,0.8307,0,5.088,0.4153,0,3.7382,0,0,0,0,0,2.3363,8.7224,0,6.0745,8.7224,0,7.2168,8.3071,0,7.5283,7.8917,0,7.736,7.0611,0,7.5283,6.2303,0,6.8533,5.3996,0,6.3341,4.9843,0,4.9843,4.5689,0 +L 4.9843,4.5689,1.2461,4.5689 + +[0043] C +PL 7.2708,6.6457,0,7.0631,7.4764,0,6.4401,8.3071,0,5.7131,8.7224,0,4.0518,8.7224,0,3.1172,8.3071,0,2.0789,7.4764,0,1.4558,6.6457,0,0.677,5.3996,0,0.106,3.3229,0,0.2097,2.0768,0,0.4174,1.2461,0,0.9885,0.4153,0,1.7153,0,0,3.3768,0,0,4.3633,0.4153,0,5.4016,1.2461,0,6.0247,2.0768,0 + +[0044] D +PLC 2.3363,8.7224,0,5.2439,8.7224,0,6.386,8.3071,0,7.009,7.4764,0,7.1648,6.6457,0,7.2686,5.3996,0,6.6975,3.3229,0,5.9707,2.0768,0,5.2957,1.2461,0,4.2573,0.4153,0,2.9075,0,0,0,0,0 + +[0045] E +PL 7.736,8.7224,0,2.3363,8.7224,0,0,0,0,5.3995,0,0 +L 1.246,4.5689,4.5689,4.5689 + +[0046] F +L 1.246,4.5689,4.5689,4.5689 +PL 0,0,0,2.3363,8.7224,0,7.7878,8.7224,0 + +[0047] G +PL 7.8793,6.6457,0,7.7234,7.4764,0,7.1005,8.3071,0,6.3735,8.7224,0,4.7122,8.7224,0,3.7776,8.3071,0,2.6873,7.4764,0,2.0642,6.6457,0,1.2854,5.3996,0,0.7664,3.3229,0,0.8182,2.0768,0,1.0259,1.2461,0,1.6489,0.4153,0,2.3757,0,0,4.0371,0,0,4.9717,0.4153,0,6.0101,1.2461,0,6.6851,2.0768,0,6.9966,3.3229,0,4.9198,3.3229,0 + +[0048] H +L 1.246,4.5689,7.061,4.5689 +L 8.1514,8.7224,5.8149,0 +L 2.3363,8.7224,0,0 + +[0049] I +L 2.9867,8.7224,0.6503,0 + +[004a] J +PL 6.8704,8.7224,0,5.0532,2.0768,0,4.3263,0.8307,0,3.8071,0.4153,0,2.8726,0,0,2.0419,0,0,1.3149,0.4153,0,1.0034,0.8307,0,0.8997,2.0768,0,1.1074,2.9075,0 + +[004b] K +L 8.1514,8.7224,0.7788,2.9075 +L 3.4265,4.9843,5.8149,0 +L 2.3364,8.7224,0,0 + +[004c] L +PL 2.3364,8.7224,0,0,0,0,5.0363,0,0 + +[004d] M +PL 0,0,0,2.3364,8.7224,0,3.3229,0,0,8.9821,8.7224,0,6.6458,0,0 + +[004e] N +PL 0,0,0,2.3883,8.7224,0,5.8669,0,0,8.2033,8.7224,0 + +[004f] O +PLC 3.4517,8.3071,0,2.4133,7.4764,0,1.7384,6.6457,0,1.0115,5.3996,0,0.4404,3.3229,0,0.5443,2.0768,0,0.752,1.2461,0,1.323,0.4153,0,2.0499,0,0,3.7113,0,0,4.6459,0.4153,0,5.7362,1.2461,0,6.3593,2.0768,0,7.1379,3.3229,0,7.6572,5.3996,0,7.6054,6.6457,0,7.3976,7.4764,0,6.7747,8.3071,0,6.0477,8.7224,0,4.3862,8.7224,0 + +[0050] P +PL 0,0,0,2.3364,8.7224,0,6.0745,8.7224,0,7.2168,8.3071,0,7.5283,7.8917,0,7.6841,7.0611,0,7.3726,5.815,0,6.7495,4.9843,0,6.1785,4.5689,0,4.8284,4.1535,0,1.0903,4.1535,0 + +[0051] Q +L 3.3043,1.6614,5.1215,-0.8307 +PLC 2.9928,8.3071,0,1.9544,7.4764,0,1.2794,6.6457,0,0.5526,5.3996,0,-0.0186,3.3229,0,0.0853,2.0768,0,0.2411,1.2461,0,0.8641,0.4153,0,1.5909,0,0,3.2524,0,0,4.187,0.4153,0,5.2772,1.2461,0,5.9003,2.0768,0,6.6272,3.3229,0,7.1982,5.3996,0,7.1464,6.6457,0,6.9387,7.4764,0,6.3157,8.3071,0,5.5888,8.7224,0,3.9274,8.7224,0 + +[0052] R +PL 0,0,0,2.3363,8.7224,0,6.1265,8.7224,0,7.2687,8.3071,0,7.5283,7.8917,0,7.736,7.0611,0,7.5283,6.2303,0,6.9053,5.3996,0,6.3341,4.9843,0,4.9843,4.5689,0,1.2461,4.5689,0 +L 4.1536,4.5689,5.8668,0 + +[0053] S +PL 8.1138,7.4764,0,7.5426,8.3071,0,6.4004,8.7224,0,4.739,8.7224,0,3.3372,8.3071,0,2.2987,7.4764,0,2.0911,6.6457,0,2.2468,5.815,0,2.5584,5.3996,0,3.2852,4.9843,0,5.5697,4.1535,0,6.2965,3.7382,0,6.608,3.3229,0,6.7638,2.4921,0,6.4523,1.2461,0,5.4138,0.4153,0,4.0121,0,0,2.3506,0,0,1.2085,0.4153,0,0.6373,1.2461,0 + +[0054] T +L 0.4288,8.7224,6.2438,8.7224 +L 3.3363,8.7224,1,0 + +[0055] U +PL 1.8489,8.7224,0,0.1355,2.4921,0,0.2394,1.2461,0,0.8624,0.4153,0,2.0046,0,0,2.8353,0,0,4.1853,0.4153,0,5.2236,1.2461,0,6.0024,2.4921,0,7.6638,8.7224,0 + +[0056] V +PL 0.5033,8.7224,0,1.4898,0,0,7.1489,8.7224,0 + +[0057] W +PL 0.2595,8.7224,0,0,0,0,4.4651,8.7224,0,4.2054,0,0,8.6187,8.7224,0 + +[0058] X +L 8.1514,8.7224,0,0 +L 2.3364,8.7224,5.8149,0 + +[0059] Y +PL 6.7202,8.7224,0,2.3071,4.5689,0,0.0745,8.7224,0 +L 2.3071,4.5689,1.061,0 + +[005a] Z +PL 2.3364,8.7224,0,8.2031,8.7224,0,0,0,0,5.8669,0,0 + +[005b] [ +PL 7.084,11.4358,0,4.1765,11.4358,0,0.594,-1.9075,0,3.5015,-1.9075,0 + +[005c] \ +L 0.4272,11.4358,4.321,-1.9075 + +[005d] ] +PL 0,-2,0,2.9075,-2,0,6.49,11.3433,0,3.5825,11.3433,0 + +[005e] ^ +PL -0.0001,9,0,3.8938,11.0768,0,6.6455,9,0 + +[005f] _ +L 0,0,8.3591,0 + +[0060] ` +PLC -0.0001,11,0,0.4999,10,0,1.4999,9,0,0.9999,10,0,0.9999,11,0 + +[0061] a +PL 5.9155,4.5689,0,5.2925,5.3996,0,4.5656,5.8149,0,3.3196,5.8149,0,2.385,5.3996,0,1.3466,4.5689,0,0.5677,3.3228,0,0.3601,2.4921,0,0.4639,1.2461,0,1.035,0.4153,0,1.762,0,0,3.0081,0,0,3.9944,0.4153,0,5.0328,1.2461,0 +L 6.2788,5.8149,4.6694,0 + +[0062] b +PL 1.246,4.5689,0,2.2843,5.3996,0,3.2189,5.8149,0,4.465,5.8149,0,5.1918,5.3996,0,5.8148,4.5689,0,5.9186,3.3228,0,5.6591,2.4921,0,4.9323,1.2461,0,3.8419,0.4153,0,2.9074,0,0,1.6613,0,0,0.9344,0.4153,0,0.3632,1.2461,0 +L 2.3361,8.7224,-0.0001,0 + +[0063] c +PL 5.5521,4.5689,0,4.9811,5.3996,0,4.2543,5.8149,0,3.0082,5.8149,0,2.0216,5.3996,0,0.9833,4.5689,0,0.2565,3.3228,0,-0.0033,2.4921,0,0.1007,1.2461,0,0.7238,0.4153,0,1.4506,0,0,2.6967,0,0,3.6312,0.4153,0,4.6696,1.2461,0 + +[0064] d +PL 5.9202,4.5689,0,5.2971,5.3996,0,4.5703,5.8149,0,3.3242,5.8149,0,2.3897,5.3996,0,1.3513,4.5689,0,0.5725,3.3228,0,0.3647,2.4921,0,0.4167,1.2461,0,1.0398,0.4153,0,1.7666,0,0,3.0127,0,0,3.9473,0.4153,0,5.0376,1.2461,0 +L 7.0105,8.7224,4.6741,0 + +[0065] e +PLC 5.2087,3.3228,0,5.4684,4.1535,0,5.2606,4.9843,0,4.9492,5.3996,0,4.2223,5.8149,0,2.9762,5.8149,0,2.0418,5.3996,0,0.9514,4.5689,0,0.2245,3.3228,0 +PL 0.2245,3.3228,0,0.0168,2.4921,0,0.0687,1.2461,0,0.6918,0.4153,0,1.4187,0,0,2.6647,0,0,3.5992,0.4153,0,4.6377,1.2461,0 + +[0066] f +L 0.3114,5.8149,3.2709,5.8149 +PL 4.465,8.7224,0,3.6342,8.7224,0,2.6478,8.307,0,1.9208,7.061,0,-0.0001,0,0 + +[0067] g +PL 5.8481,4.5689,0,5.2251,5.3996,0,4.4983,5.8149,0,3.2522,5.8149,0,2.3176,5.3996,0,1.2273,4.5689,0,0.5005,3.3228,0,0.2927,2.4921,0,0.3447,1.2461,0,0.9678,0.4153,0,1.6946,0,0,2.9407,0,0,3.8752,0.4153,0,4.9136,1.2461,0 +PL 6.1597,5.8149,0,4.3943,-0.8307,0,3.6155,-2.1287,0,3.0964,-2.5441,0,2.1619,-2.9594,0,0.9158,-2.9594,0,0.189,-2.5441,0 + +[0068] h +PL 1.1422,4.1535,0,2.6998,5.3996,0,3.6344,5.8149,0,4.8803,5.8149,0,5.6073,5.3996,0,5.7111,4.1535,0,4.5687,0,0 +L 2.3363,8.7224,-0.0001,0 + +[0069] i +L 2.5606,5.3996,1.1068,0 +PLC 3.2356,7.8917,0,3.7548,8.307,0,3.4951,8.7224,0,2.9241,8.307,0 + +[006a] j +PL 4.1011,5.3996,0,2.3359,-1.298,0,1.6089,-2.5441,0,0.6226,-2.9594,0,-0.2083,-2.9594,0 +PLC 4.7761,7.8917,0,5.2952,8.307,0,5.0356,8.7224,0,4.4646,8.307,0 + +[006b] k +L 5.7108,5.8149,0.4152,1.6614 +L 2.3361,8.7224,-0.0001,0 +L 2.5438,3.3228,4.5687,0 + +[006c] l +L 3.3363,8.7224,0.9999,0 + +[006d] m +L 1.5573,5.8149,-0.0001,0 +PL 1.09,4.1535,0,2.2999,5.4,0,2.9999,5.8,0,3.9999,5.8,0,4.6,5.4,0,4.9109,4.1535,0,3.7688,0,0 +PL 4.9109,4.1535,0,6.1209,5.4,0,6.8208,5.8,0,7.8208,5.8,0,8.4209,5.4,0,8.7318,4.1535,0,7.5897,0,0 + +[006e] n +PL 1.0902,4.1535,0,2.6996,5.3996,0,3.6342,5.8149,0,4.8803,5.8149,0,5.6071,5.3996,0,5.6591,4.1535,0,4.5687,0,0 +L 1.5575,5.8149,-0.0001,0 + +[006f] o +PLC 2.7661,5.3996,0,1.6758,4.5689,0,0.9489,3.3228,0,0.6893,2.4921,0,0.7931,1.2461,0,1.4161,0.4153,0,2.1431,0,0,3.3892,0,0,4.3237,0.4153,0,5.3621,1.2461,0,6.1409,2.4921,0,6.3485,3.3228,0,6.2446,4.5689,0,5.6736,5.3996,0,4.9467,5.8149,0,3.7007,5.8149,0 + +[0070] p +PL 2.6194,4.5689,0,3.6578,5.3996,0,4.5923,5.8149,0,5.8384,5.8149,0,6.5652,5.3996,0,7.1882,4.5689,0,7.2402,3.3228,0,7.0326,2.4921,0,6.3057,1.2461,0,5.2153,0.4153,0,4.2808,0,0,3.0348,0,0,2.3079,0.4153,0,1.6848,1.2461,0 +L 2.9309,5.8149,0.5945,-2.9594 + +[0071] q +PL 6.3908,4.5689,0,5.7677,5.3996,0,5.0409,5.8149,0,3.7948,5.8149,0,2.8602,5.3996,0,1.8219,4.5689,0,1.0431,3.3228,0,0.8354,2.4921,0,0.8873,1.2461,0,1.5104,0.4153,0,2.2372,0,0,3.4833,0,0,4.4179,0.4153,0,5.5082,1.2461,0 +L 6.7023,5.8149,4.366,-2.9594 + +[0072] r +PL 0.8826,3.3228,0,1.6613,4.5689,0,2.6997,5.3996,0,3.6343,5.8149,0,4.8803,5.8149,0 +L 1.5575,5.8149,-0.0001,0 + +[0073] s +PL 5.3919,4.5689,0,5.2361,5.3996,0,4.094,5.8149,0,2.8478,5.8149,0,1.4978,5.3996,0,0.8229,4.5689,0,1.0306,3.7382,0,1.7575,3.3228,0,3.7305,2.9075,0,4.4573,2.4921,0,4.613,1.6614,0,4.5093,1.2461,0,3.8862,0.4153,0,2.5363,0,0,1.2903,0,0,0.1479,0.4153,0,-0.0597,1.2461,0 + +[0074] t +L 0.312,5.8149,3.2195,5.8149 +PL 2.3369,8.7224,0,0.4159,1.6614,0,0.5198,0.4153,0,1.2466,0,0,2.0773,0,0 + +[0075] u +L 6.3416,5.8149,4.7839,0 +PL 1.7727,5.8149,0,0.6824,1.6614,0,0.7344,0.4153,0,1.4612,0,0,2.7073,0,0,3.6419,0.4153,0,5.2512,1.6614,0 + +[0076] v +PL 0.7924,5.8149,0,1.7269,0,0,5.7767,5.8149,0 + +[0077] w +PL 0.6097,5.8149,0,0.7136,0,0,3.9846,5.8149,0,4.0884,0,0,7.3074,5.8149,0 + +[0078] x +L 6.1263,5.8149,-0.0001,0 +L 1.5575,5.8149,4.5687,0 +L 9.96,-2.9594,9.5446,-2.9594 + +[0079] y +PL 1.2964,5.8149,0,2.2308,0,0,0.9329,-1.7134,0,-0.1055,-2.5441,0 +L 2.2308,0,6.2805,5.8149 + +[007a] z +PL 4.5687,0,0,-0.0001,0,0,6.1263,5.8149,0,1.5575,5.8149,0 + +[007b] { +PL 5.4382,11.4358,0,4.4517,11.0204,0,3.9326,10.6051,0,3.3096,9.7744,0,3.1018,8.9437,0,3.2576,8.113,0,3.5691,7.6976,0,3.7766,6.8669,0,3.5691,6.0362,0,2.4788,5.2055,0,1.5442,4.7901,0,2.271,4.3748,0,2.894,3.544,0,2.6345,2.7134,0,2.0115,1.8307,0,1.4922,1.4153,0,0.8691,0.5847,0,0.6096,-0.2461,0,0.8174,-1.0768,0,1.1289,-1.4921,0,1.8557,-1.9075,0 + +[007c] | +L 0.9999,-1,1.9999,10 + +[007d] } +PL 3.5302,11.3433,0,4.2572,10.9279,0,4.5687,10.5125,0,4.7763,9.6818,0,4.5687,8.8511,0,3.8937,8.0204,0,3.3746,7.6051,0,2.7516,6.7744,0,2.4918,5.9436,0,3.1149,5.113,0,3.8417,4.6976,0,2.9074,4.2822,0,1.8688,3.4515,0,1.6093,2.6208,0,1.817,1.7382,0,2.1283,1.3228,0,2.3361,0.4921,0,2.0765,-0.3386,0,1.4535,-1.1693,0,0.9342,-1.5847,0,-0.0001,-2,0 + +[007e] ~ +PL -0.0001,3,0,0.2596,3.8307,0,0.9865,5.0768,0,1.921,5.4921,0,2.7516,5.4921,0,3.4784,5.0768,0,4.8285,3.8307,0,5.5553,3.4154,0,6.3861,3.4154,0,7.3207,3.8307,0,7.9437,4.6615,0,8.2033,5.4921,0 + +[00ab] « +PL 5.8148,0,0,-0.0001,0,0,8.1512,8.7224,0,2.3363,8.7224,0 +PL 7.5804,11.2665,0,5.4515,9.5532,0,4.2577,11.2665,0 + +[00ae] ® +PL 5.3994,3.5689,0,5.5032,3.9843,0,6.1262,4.815,0,7.0606,5.2303,0,7.8916,5.2303,0,8.6182,4.815,0,8.8262,3.9843,0,8.7222,3.5689,0,8.0991,2.7382,0,4.2573,-0.5847,0,7.5801,-0.5847,0 +L -0.0002,-1,9.8643,11.0453 +PL 1.9209,9.3839,0,2.9072,9.7992,0,3.9458,10.6299,0,2.3882,4.815,0 + +[00b0] ° +PLC 5.0361,7.9437,0,4.7766,7.113,0,4.1536,6.2822,0,3.219,5.8669,0,2.3882,5.8669,0,1.7651,6.6976,0,1.9729,7.5283,0,2.648,8.359,0,3.5825,8.7744,0,4.4131,8.7744,0 + +[00b4] ´ +PLC 1.2007,9.5531,0,0.9412,9.9685,0,1.4602,10.3838,0,1.7717,9.9685,0 +PL 1.7717,9.9685,0,1.5122,9.1378,0,0.8892,8.307,0,0.3701,7.8917,0 + +[00b7] · +L 1.2942,5.8296,4.2588,1.9659 +L 5.2942,5.8296,0.2588,1.9659 + +[00b9] ¹ +PL 6.1537,4.5689,0,5.9979,5.3996,0,4.8558,5.815,0,3.6097,5.815,0,2.2079,5.3996,0,1.5848,4.5689,0,1.7924,3.7382,0,2.5194,3.3229,0,4.4921,2.9075,0,5.1674,2.4921,0,5.3749,1.6614,0,5.2709,1.2461,0,4.6478,0.4154,0,3.2982,0,0,1.9999,0,0,0.9095,0.4154,0,0.702,1.2461,0 +PL 6.7767,8.3071,0,4.6478,6.6457,0,3.4017,8.3071,0 + +[00ba] º +PL 6.5139,8.458,0,5.9946,8.0427,0,6.3062,7.6273,0,6.8254,8.0427,0,6.9292,8.458,0,6.7734,9.2887,0,6.4619,9.7041,0,5.7351,10.1194,0,4.9044,10.1194,0,3.9699,9.7041,0,3.3987,9.2887,0,2.7756,8.458,0,2.6719,8.0427,0,2.8796,7.2119,0,3.1912,6.7966,0,6.0466,5.1352,0,6.3582,4.7198,0,6.5659,3.8891,0,6.4619,3.4737,0,5.7871,2.6431,0,5.2678,2.2277,0,4.3333,1.8123,0,3.918,1.8123,0,1.0105,3.4737,0,1.322,3.0584,0,4.2295,1.397,0,4.541,0.9816,0,4.6968,0.1509,0,4.5929,-0.2644,0,3.9699,-1.0951,0,3.4507,-1.5105,0,2.4641,-1.9259,0,1.6336,-1.9259,0,0.9585,-1.5105,0,0.647,-1.0951,0,0.4393,-0.2644,0,0.5432,0.1509,0,1.0624,0.5663,0,1.3739,0.1509,0,0.8547,-0.2644,0 +PL 1.0105,3.4737,0,0.8547,4.3045,0,0.9585,4.7198,0,1.5815,5.5505,0,2.1008,5.9659,0,3.0354,6.3812,0,3.4507,6.3812,0,6.3582,4.7198,0 + +[00be] ¾ +PL 4.5686,0,0,-0.0002,0,0,6.1262,5.815,0,1.5574,5.815,0 +PL 6.386,8.3071,0,4.2571,6.6457,0,3.0632,8.3071,0 + +[00c4] Ä +PLC 7.5798,9.5532,0,8.0991,9.9685,0,7.7876,10.3839,0,7.2683,9.9685,0 +PLC 4.2571,9.5532,0,4.7761,9.9685,0,4.4648,10.3839,0,3.9456,9.9685,0 +L 2.0244,2.9075,6.178,2.9075 +PL -0.0002,0,0,5.6589,8.7224,0,6.6453,0,0 + +[00d5] Õ +PL 3.3457,9.1378,0,3.9688,9.9685,0,4.6436,10.2281,0,5.1631,9.9685,0,5.4746,9.5532,0,5.9937,9.3455,0,6.6167,9.5532,0,7.2915,10.3838,0 +PLC 3.5537,8.3071,0,2.4634,7.4764,0,1.8403,6.6457,0,1.0615,5.3996,0,0.542,3.3229,0,0.5942,2.0768,0,0.8018,1.2461,0,1.4248,0.4153,0,2.1519,0,0,3.813,0,0,4.7476,0.4153,0,5.7861,1.2461,0,6.4609,2.0768,0,7.188,3.3229,0,7.7588,5.3996,0,7.6553,6.6457,0,7.4473,7.4764,0,6.8765,8.3071,0,6.1494,8.7224,0,4.4883,8.7224,0 + +[00d6] Ö +PLC 6.8052,9.5532,0,7.3242,9.9685,0,7.0647,10.3838,0,6.4937,9.9685,0 +PLC 3.4822,9.5532,0,4.0015,9.9685,0,3.6899,10.3838,0,3.1709,9.9685,0 +PLC 3.1709,8.3071,0,2.0806,7.4764,0,1.4575,6.6457,0,0.7305,5.3996,0,0.1594,3.3229,0,0.2114,2.0768,0,0.4189,1.2461,0,1.042,0.4153,0,1.769,0,0,3.4304,0,0,4.365,0.4153,0,5.4033,1.2461,0,6.0781,2.0768,0,6.8052,3.3229,0,7.3762,5.3996,0,7.2725,6.6457,0,7.1167,7.4764,0,6.4937,8.3071,0,5.7669,8.7224,0,4.1052,8.7224,0 + +[00dc] Ü +PLC 3.7271,9.5532,0,4.2466,9.9685,0,3.9351,10.3838,0,3.4155,9.9685,0 +PLC 7.0498,9.5532,0,7.5693,9.9685,0,7.2578,10.3838,0,6.7383,9.9685,0 +PL 2.2217,8.7224,0,0.5601,2.4921,0,0.6118,1.2461,0,1.2349,0.4153,0,2.3774,0,0,3.208,0,0,4.5581,0.4153,0,5.648,1.2461,0,6.375,2.4921,0,8.0366,8.7224,0 + +[00e1] á +PL 7.5033,11.2665,0,5.4266,9.5532,0,4.1805,11.2665,0 +PL 7.7631,7.4764,0,7.14,8.3071,0,5.9979,8.7224,0,4.3363,8.7224,0,2.9867,8.3071,0,1.9481,7.4764,0,1.6884,6.6457,0,1.8964,5.815,0,2.2079,5.3996,0,2.9345,4.9843,0,5.2191,4.1536,0,5.9457,3.7382,0,6.2572,3.3229,0,6.4132,2.4921,0,6.1017,1.2461,0,5.0634,0.4154,0,3.6615,0,0,1.9999,0,0,0.8578,0.4154,0,0.2865,1.2461,0 + +[00e4] ä +PL 6.1123,4.5689,0,5.5415,5.3996,0,4.8145,5.8149,0,3.5684,5.8149,0,2.6338,5.3996,0,1.5435,4.5689,0,0.8169,3.3228,0,0.5571,2.4921,0,0.6611,1.2461,0,1.2842,0.4153,0,2.0107,0,0,3.2568,0,0,4.1914,0.4153,0,5.23,1.2461,0 +L 6.4761,5.8149,4.9185,0 +PLC 6.6318,7.8917,0,7.1509,8.307,0,6.8394,8.7224,0,6.3203,8.307,0 +PLC 2.8418,7.8917,0,3.4126,8.307,0,3.1011,8.7224,0,2.582,8.307,0 + +[00f3] ó +L 1.9865,1.483,6.3428,9.2104 + +[00f5] õ +PLC 2.4932,5.3996,0,1.4028,4.5689,0,0.6758,3.3228,0,0.4683,2.4921,0,0.52,1.2461,0,1.1431,0.4153,0,1.8701,0,0,3.1162,0,0,4.0508,0.4153,0,5.1411,1.2461,0,5.8677,2.4921,0,6.0757,3.3228,0,6.0234,4.5689,0,5.4004,5.3996,0,4.6738,5.8149,0,3.4277,5.8149,0 +PL 2.2334,7.4764,0,3.791,8.7224,0,4.2065,8.7224,0,5.1411,7.4764,0,5.5562,7.4764,0,7.1138,8.7224,0 + +[00f6] ö +PLC 2.6904,5.3996,0,1.6519,4.5689,0,0.873,3.3228,0,0.6655,2.4921,0,0.769,1.2461,0,1.3403,0.4153,0,2.0674,0,0,3.3135,0,0,4.2998,0.4153,0,5.3384,1.2461,0,6.0649,2.4921,0,6.3247,3.3228,0,6.2207,4.5689,0,5.5977,5.3996,0,4.8711,5.8149,0,3.625,5.8149,0 +PLC 2.9497,7.8917,0,3.4692,8.307,0,3.1577,8.7224,0,2.6382,8.307,0 +PLC 6.688,7.8917,0,7.207,8.307,0,6.9478,8.7224,0,6.3765,8.307,0 + +[00fa] ú +PL 3.5822,4.2055,0,1.09,4.2055,0,1.194,4.6208,0,3.6862,4.6208,0 +PL 5.7108,7.5283,0,5.5551,8.359,0,4.8283,8.7744,0,3.8937,8.359,0,3.2189,7.5283,0,1.5573,1.2461,0,-0.0001,0,0,5.8148,0,0 + +[00fc] ü +L 6.4434,5.8149,4.8857,0 +PL 1.8745,5.8149,0,0.7324,1.6614,0,0.8359,0.4153,0,1.511,0,0,2.8091,0,0,3.7437,0.4153,0,5.3013,1.6614,0 +PLC 6.5474,7.8917,0,7.1182,8.307,0,6.8066,8.7224,0,6.2876,8.307,0 +PLC 2.8091,7.8917,0,3.3281,8.307,0,3.0686,8.7224,0,2.4976,8.307,0 diff --git a/assets/fonts/RomanS2.cxf b/assets/fonts/RomanS2.cxf new file mode 100644 index 00000000..31ea5f39 --- /dev/null +++ b/assets/fonts/RomanS2.cxf @@ -0,0 +1,426 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Roman Simplex +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts +# Author: Adam Radlowski (Polish) + +[0021] ! +L 0.4286,9.0002,0.4286,3.0001 +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[0022] " +L 0,9.0002,0,6.0001 +L 3.4287,9.0002,3.4287,6.0001 + +[0023] # +L 3.4287,10.7145,0.4286,-3.0001 +L 6.0001,10.7145,3.0001,-3.0001 +L 0.4286,5.143,6.4287,5.143 +L 0,2.5715,6.0001,2.5715 + +[0024] $ +L 2.1429,10.7145,2.1429,-1.7143 +L 3.8572,10.7145,3.8572,-1.7143 +PL 6.0001,7.7145,0,5.143,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0,0.8572,8.5716,0,0,7.7145,0,0,6.8573,0,0.4286,6.0001,0,0.8572,5.5716,0,1.7143,5.143,0,4.2858,4.2858,0,5.143,3.8572,0,5.5716,3.4287,0,6.0001,2.5715,0,6.0001,1.2857,0,5.143,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0,1.2857,0 + +[0025] % +PL 2.1429,9.0002,0,1.2857,9.0002,0,0.4286,8.5716,0,0,7.7145,0,0,6.8573,0,0.8572,6.0001,0,1.7143,6.0001,0,2.5715,6.4287,0,3.0001,7.2859,0,3.0001,8.1431,0,2.1429,9.0002,0,3.0001,8.5716,0,4.2858,8.1431,0,5.5716,8.1431,0,6.8573,8.5716,0,7.7145,9.0002,0,0,0,0 +PLC 5.143,2.5715,0,4.7144,1.7143,0,4.7144,0.8572,0,5.5716,0,0,6.4287,0,0,7.2859,0.4286,0,7.7145,1.2857,0,7.7145,2.1429,0,6.8573,3.0001,0,6.0001,3.0001,0 + +[0026] & +PL 8.5716,5.143,0,8.5716,5.5716,0,8.1431,6.0001,0,7.7145,6.0001,0,7.2859,5.5716,0,6.8573,4.7144,0,6.0001,2.5715,0,5.143,1.2857,0,4.2858,0.4286,0,3.4287,0,0,1.7143,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,2.5715,0,0.4286,3.4287,0,0.8572,3.8572,0,3.8572,5.5716,0,4.2858,6.0001,0,4.7144,6.8573,0,4.7144,7.7145,0,4.2858,8.5716,0,3.4287,9.0002,0,2.5715,8.5716,0,2.1429,7.7145,0,2.1429,6.8573,0,2.5715,5.5716,0,3.4287,4.2858,0,5.5716,1.2857,0,6.4287,0.4286,0,7.2859,0,0,8.1431,0,0,8.5716,0.4286,0,8.5716,0.8572,0 + +[0027] ' +PL 0.4286,8.1431,0,0,8.5716,0,0.4286,9.0002,0,0.8572,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,6.4287,0 + +[0028] ( +PL 3.0001,10.7145,0,2.1429,9.8574,0,1.2857,8.5716,0,0.4286,6.8573,0,0,4.7144,0,0,3.0001,0,0.4286,0.8572,0,1.2857,-0.8572,0,2.1429,-2.1429,0,3.0001,-3.0001,0 + +[0029] ) +PL 0,10.7145,0,0.8572,9.8574,0,1.7143,8.5716,0,2.5715,6.8573,0,3.0001,4.7144,0,3.0001,3.0001,0,2.5715,0.8572,0,1.7143,-0.8572,0,0.8572,-2.1429,0,0,-3.0001,0 + +[002a] * +L 2.1429,9.0002,2.1429,3.8572 +L 0,7.7145,4.2858,5.143 +L 4.2858,7.7145,0,5.143 + +[002b] + +L 3.8572,7.7145,3.8572,0 +L 0,3.8572,7.7145,3.8572 + +[002c] , +PLC 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0 +PL 0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[002d] - +L 0,3.8572,6.8573,3.8572 + +[002e] . +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[002f] / +L 2.5715,10.7145,0,-3.0001 + +[0030] 0 +PLC 1.2857,8.5716,0,0.4286,7.2859,0,0,5.143,0,0,3.8572,0,0.4286,1.7143,0,1.2857,0.4286,0,2.5715,0,0,3.4287,0,0,4.7144,0.4286,0,5.5716,1.7143,0,6.0001,3.8572,0,6.0001,5.143,0,5.5716,7.2859,0,4.7144,8.5716,0,3.4287,9.0002,0,2.5715,9.0002,0 + +[0031] 1 +PL 0,7.2859,0,0.8572,7.7145,0,2.1429,9.0002,0,2.1429,0,0 + +[0032] 2 +PL 0.4286,6.8573,0,0.4286,7.2859,0,0.8572,8.1431,0,1.2857,8.5716,0,2.1429,9.0002,0,3.8572,9.0002,0,4.7144,8.5716,0,5.143,8.1431,0,5.5716,7.2859,0,5.5716,6.4287,0,5.143,5.5716,0,4.2858,4.2858,0,0,0,0,6.0001,0,0 + +[0033] 3 +PL 0.8572,9.0002,0,5.5716,9.0002,0,3.0001,5.5716,0,4.2858,5.5716,0,5.143,5.143,0,5.5716,4.7144,0,6.0001,3.4287,0,6.0001,2.5715,0,5.5716,1.2857,0,4.7144,0.4286,0,3.4287,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0 + +[0034] 4 +PL 4.2858,0,0,4.2858,9.0002,0,0,3.0001,0,6.4287,3.0001,0 + +[0035] 5 +PL 5.143,9.0002,0,0.8572,9.0002,0,0.4286,5.143,0,0.8572,5.5716,0,2.1429,6.0001,0,3.4287,6.0001,0,4.7144,5.5716,0,5.5716,4.7144,0,6.0001,3.4287,0,6.0001,2.5715,0,5.5716,1.2857,0,4.7144,0.4286,0,3.4287,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0 + +[0036] 6 +PL 5.143,7.7145,0,4.7144,8.5716,0,3.4287,9.0002,0,2.5715,9.0002,0,1.2857,8.5716,0,0.4286,7.2859,0,0,5.143,0,0,3.0001,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.0001,0,0,4.2858,0.4286,0,5.143,1.2857,0,5.5716,2.5715,0,5.5716,3.0001,0,5.143,4.2858,0,4.2858,5.143,0,3.0001,5.5716,0,2.5715,5.5716,0,1.2857,5.143,0,0.4286,4.2858,0,0,3.0001,0 + +[0037] 7 +PL 0,9.0002,0,6.0001,9.0002,0,1.7143,0,0 + +[0038] 8 +PLC 0.8572,8.5716,0,0.4286,7.7145,0,0.4286,6.8573,0,0.8572,6.0001,0,1.7143,5.5716,0,3.4287,5.143,0,4.7144,4.7144,0,5.5716,3.8572,0,6.0001,3.0001,0,6.0001,1.7143,0,5.5716,0.8572,0,5.143,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,1.7143,0,0,3.0001,0,0.4286,3.8572,0,1.2857,4.7144,0,2.5715,5.143,0,4.2858,5.5716,0,5.143,6.0001,0,5.5716,6.8573,0,5.5716,7.7145,0,5.143,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0 + +[0039] 9 +PLC 5.143,4.7144,0,4.2858,3.8572,0,3.0001,3.4287,0,2.5715,3.4287,0,1.2857,3.8572,0,0.4286,4.7144,0,0,6.0001,0,0,6.4287,0,0.4286,7.7145,0,1.2857,8.5716,0,2.5715,9.0002,0,3.0001,9.0002,0,4.2858,8.5716,0,5.143,7.7145,0,5.5716,6.0001,0 +PL 5.5716,6.0001,0,5.5716,3.8572,0,5.143,1.7143,0,4.2858,0.4286,0,3.0001,0,0,2.1429,0,0,0.8572,0.4286,0,0.4286,1.2857,0 + +[003a] : +PLC 0,5.5716,0,0.4286,5.143,0,0.8572,5.5716,0,0.4286,6.0001,0 +PLC 0,0.4286,0,0.4286,0,0,0.8572,0.4286,0,0.4286,0.8572,0 + +[003b] ; +PLC 0,5.5716,0,0.4286,5.143,0,0.8572,5.5716,0,0.4286,6.0001,0 +PLC 0.4286,0,0,0,0.4286,0,0.4286,0.8572,0,0.8572,0.4286,0 +PL 0.8572,0.4286,0,0.8572,-0.4286,0,0.4286,-1.2857,0,0,-1.7143,0 + +[003c] < +PL 6.8573,7.7145,0,0,3.8572,0,6.8573,0,0 + +[003d] = +L 0,5.143,7.7145,5.143 +L 0,2.5715,7.7145,2.5715 + +[003e] > +PL 0,7.7145,0,6.8573,3.8572,0,0,0,0 + +[003f] ? +PL 0,6.8573,0,0,7.2859,0,0.4286,8.1431,0,0.8572,8.5716,0,1.7143,9.0002,0,3.4287,9.0002,0,4.2858,8.5716,0,4.7144,8.1431,0,5.143,7.2859,0,5.143,6.4287,0,4.7144,5.5716,0,4.2858,5.143,0,2.5715,4.2858,0,2.5715,3.0001,0 +PLC 2.1429,0.4286,0,2.5715,0,0,3.0001,0.4286,0,2.5715,0.8572,0 + +[0040] @ +PL 6.4287,5.5716,0,6.0001,6.4287,0,5.143,6.8573,0,3.8572,6.8573,0,3.0001,6.4287,0,2.5715,6.0001,0,2.1429,4.7144,0,2.1429,3.4287,0,2.5715,2.5715,0,3.4287,2.1429,0,4.7144,2.1429,0,5.5716,2.5715,0,6.0001,3.4287,0,6.4287,6.8573,0 +PL 3.8572,6.8573,0,3.0001,6.0001,0,2.5715,4.7144,0,2.5715,3.4287,0,3.0001,2.5715,0,3.4287,2.1429,0 +PL 6.0001,3.4287,0,6.0001,2.5715,0,6.8573,2.1429,0,7.7145,2.1429,0,8.5716,3.0001,0,9.0002,4.2858,0,9.0002,5.143,0,8.5716,6.4287,0,8.1431,7.2859,0,7.2859,8.1431,0,6.4287,8.5716,0,5.143,9.0002,0,3.8572,9.0002,0,2.5715,8.5716,0,1.7143,8.1431,0,0.8572,7.2859,0,0.4286,6.4287,0,0,5.143,0,0,3.8572,0,0.4286,2.5715,0,0.8572,1.7143,0,1.7143,0.8572,0,2.5715,0.4286,0,3.8572,0,0,5.143,0,0,6.4287,0.4286,0,7.2859,0.8572,0,7.7145,1.2857,0 +PL 6.8573,6.8573,0,6.4287,3.4287,0,6.4287,2.5715,0,6.8573,2.1429,0 + +[0041] A +PL 6.8573,0,0,3.4287,9.0002,0,0,0,0 +L 1.2857,3.0001,5.5716,3.0001 + +[0042] B +PL 0,4.7144,0,3.8572,4.7144,0,5.143,5.143,0,5.5716,5.5716,0,6.0001,6.4287,0,6.0001,7.2859,0,5.5716,8.1431,0,5.143,8.5716,0,3.8572,9.0002,0,0,9.0002,0,0,0,0,3.8572,0,0,5.143,0.4286,0,5.5716,0.8572,0,6.0001,1.7143,0,6.0001,3.0001,0,5.5716,3.8572,0,5.143,4.2858,0,3.8572,4.7144,0 + +[0043] C +PL 6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0,1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0 + +[0044] D +PLC 0,0,0,3.0001,0,0,4.2858,0.4286,0,5.143,1.2857,0,5.5716,2.1429,0,6.0001,3.4287,0,6.0001,5.5716,0,5.5716,6.8573,0,5.143,7.7145,0,4.2858,8.5716,0,3.0001,9.0002,0,0,9.0002,0 + +[0045] E +PL 5.5716,9.0002,0,0,9.0002,0,0,0,0,5.5716,0,0 +L 0,4.7144,3.4287,4.7144 + +[0046] F +PL 5.5716,9.0002,0,0,9.0002,0,0,0,0 +L 0,4.7144,3.4287,4.7144 + +[0047] G +PL 6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0,1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.4287,3.4287,0,4.2858,3.4287,0 + +[0048] H +L 0,9.0002,0,0 +L 6.0001,9.0002,6.0001,0 +L 0,4.7144,6.0001,4.7144 + +[0049] I +L 0,9.0002,0,0 + +[004a] J +PL 4.2858,9.0002,0,4.2858,2.1429,0,3.8572,0.8572,0,3.4287,0.4286,0,2.5715,0,0,1.7143,0,0,0.8572,0.4286,0,0.4286,0.8572,0,0,2.1429,0,0,3.0001,0 + +[004b] K +L 0,9.0002,0,0 +L 6.0001,9.0002,0,3.0001 +L 2.1429,5.143,6.0001,0 + +[004c] L +PL 0,9.0002,0,0,0,0,5.143,0,0 + +[004d] M +PL 6.8573,0,0,6.8573,9.0002,0,3.4287,0,0,0,9.0002,0,0,0,0 + +[004e] N +PL 6.0001,9.0002,0,6.0001,0,0,0,9.0002,0,0,0,0 + +[004f] O +PLC 1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.4287,0,6.8573,5.5716,0,6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0 + +[0050] P +PL 0,4.2858,0,3.8572,4.2858,0,5.143,4.7144,0,5.5716,5.143,0,6.0001,6.0001,0,6.0001,7.2859,0,5.5716,8.1431,0,5.143,8.5716,0,3.8572,9.0002,0,0,9.0002,0,0,0,0 + +[0051] Q +PLC 1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.4287,0,6.8573,5.5716,0,6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0 +L 3.8572,1.7143,6.4287,-0.8572 + +[0052] R +PL 0,4.7144,0,3.8572,4.7144,0,5.143,5.143,0,5.5716,5.5716,0,6.0001,6.4287,0,6.0001,7.2859,0,5.5716,8.1431,0,5.143,8.5716,0,3.8572,9.0002,0,0,9.0002,0,0,0,0 +L 3.0001,4.7144,6.0001,0 + +[0053] S +PL 6.0001,7.7145,0,5.143,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0,0.8572,8.5716,0,0,7.7145,0,0,6.8573,0,0.4286,6.0001,0,0.8572,5.5716,0,1.7143,5.143,0,4.2858,4.2858,0,5.143,3.8572,0,5.5716,3.4287,0,6.0001,2.5715,0,6.0001,1.2857,0,5.143,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0,1.2857,0 + +[0054] T +L 3.0001,9.0002,3.0001,0 +L 0,9.0002,6.0001,9.0002 + +[0055] U +PL 0,9.0002,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5715,0,0,3.4287,0,0,4.7144,0.4286,0,5.5716,1.2857,0,6.0001,2.5715,0,6.0001,9.0002,0 + +[0056] V +PL 0,9.0002,0,3.4287,0,0,6.8573,9.0002,0 + +[0057] W +PL 0,9.0002,0,2.1429,0,0,4.2858,9.0002,0,6.4287,0,0,8.5716,9.0002,0 + +[0058] X +L 0,9.0002,6.0001,0 +L 6.0001,9.0002,0,0 + +[0059] Y +PL 0,9.0002,0,3.4287,4.7144,0,3.4287,0,0 +L 6.8573,9.0002,3.4287,4.7144 + +[005a] Z +PL 0,9.0002,0,6.0001,9.0002,0,0,0,0,6.0001,0,0 + +[005b] [ +PL 3.0001,10.7145,0,0,10.7145,0,0,-3.0001,0,3.0001,-3.0001,0 +L 0.4286,10.7145,0.4286,-3.0001 + +[005c] \ +L 0,9.0002,6.0001,-1.2857 + +[005d] ] +L 2.5715,10.7145,2.5715,-3.0001 +PL 0,10.7145,0,3.0001,10.7145,0,3.0001,-3.0001,0,0,-3.0001,0 + +[005e] ^ +PL 1.2857,6.4287,0,2.1429,7.7145,0,3.0001,6.4287,0 +PL 0,5.143,0,2.1429,7.2859,0,4.2858,5.143,0 +L 2.1429,7.2859,2.1429,0 + +[005f] _ +L 0,-0.8572,6.8573,-0.8572 + +[0060] ` +PL 0.8572,9.0002,0,0.4286,8.5716,0,0,7.7145,0,0,6.8573,0,0.4286,6.4287,0,0.8572,6.8573,0,0.4286,7.2859,0 + +[0061] a +L 5.143,6.0001,5.143,0 +PL 5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 + +[0062] b +L 0,9.0002,0,0 +PL 0,4.7144,0,0.8572,5.5716,0,1.7143,6.0001,0,3.0001,6.0001,0,3.8572,5.5716,0,4.7144,4.7144,0,5.143,3.4287,0,5.143,2.5715,0,4.7144,1.2857,0,3.8572,0.4286,0,3.0001,0,0,1.7143,0,0,0.8572,0.4286,0,0,1.2857,0 + +[0063] c +PL 5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 + +[0064] d +L 5.143,9.0002,5.143,0 +PL 5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 + +[0065] e +PLC 5.143,3.4287,0,5.143,4.2858,0,4.7144,5.143,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0 +PL 0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 + +[0066] f +PL 3.4287,9.0002,0,2.5715,9.0002,0,1.7143,8.5716,0,1.2857,7.2859,0,1.2857,0,0 +L 0,6.0001,3.0001,6.0001 + +[0067] g +PL 5.143,6.0001,0,5.143,-0.8572,0,4.7144,-2.1429,0,4.2858,-2.5715,0,3.4287,-3.0001,0,2.1429,-3.0001,0,1.2857,-2.5715,0 +PL 5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 + +[0068] h +L 0,9.0002,0,0 +PL 0,4.2858,0,1.2857,5.5716,0,2.1429,6.0001,0,3.4287,6.0001,0,4.2858,5.5716,0,4.7144,4.2858,0,4.7144,0,0 + +[0069] i +PLC 0.4286,8.5716,0,0.8572,9.0002,0,0.4286,9.4288,0,0,9.0002,0 +L 0.4286,6.0001,0.4286,0 + +[006a] j +PLC 2.1429,8.5716,0,2.5715,9.0002,0,2.1429,9.4288,0,1.7143,9.0002,0 +PL 2.1429,6.0001,0,2.1429,-1.2857,0,1.7143,-2.5715,0,0.8572,-3.0001,0,0,-3.0001,0 + +[006b] k +L 0,9.0002,0,0 +L 4.2858,6.0001,0,1.7143 +L 1.7143,3.4287,4.7144,0 + +[006c] l +L 0,9.0002,0,0 + +[006d] m +L 0,6.0001,0,0 +PL 0,4.2858,0,1.2857,5.5716,0,2.1429,6.0001,0,3.4287,6.0001,0,4.2858,5.5716,0,4.7144,4.2858,0,4.7144,0,0 +PL 4.7144,4.2858,0,6.0001,5.5716,0,6.8573,6.0001,0,8.1431,6.0001,0,9.0002,5.5716,0,9.4288,4.2858,0,9.4288,0,0 + +[006e] n +L 0,6.0001,0,0 +PL 0,4.2858,0,1.2857,5.5716,0,2.1429,6.0001,0,3.4287,6.0001,0,4.2858,5.5716,0,4.7144,4.2858,0,4.7144,0,0 + +[006f] o +PLC 1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0,5.5716,2.5715,0,5.5716,3.4287,0,5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0 + +[0070] p +L 0,6.0001,0,-3.0001 +PL 0,4.7144,0,0.8572,5.5716,0,1.7143,6.0001,0,3.0001,6.0001,0,3.8572,5.5716,0,4.7144,4.7144,0,5.143,3.4287,0,5.143,2.5715,0,4.7144,1.2857,0,3.8572,0.4286,0,3.0001,0,0,1.7143,0,0,0.8572,0.4286,0,0,1.2857,0 + +[0071] q +L 5.143,6.0001,5.143,-3.0001 +PL 5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 + +[0072] r +L 0,6.0001,0,0 +PL 0,3.4287,0,0.4286,4.7144,0,1.2857,5.5716,0,2.1429,6.0001,0,3.4287,6.0001,0 + +[0073] s +PL 4.7144,4.7144,0,4.2858,5.5716,0,3.0001,6.0001,0,1.7143,6.0001,0,0.4286,5.5716,0,0,4.7144,0,0.4286,3.8572,0,1.2857,3.4287,0,3.4287,3.0001,0,4.2858,2.5715,0,4.7144,1.7143,0,4.7144,1.2857,0,4.2858,0.4286,0,3.0001,0,0,1.7143,0,0,0.4286,0.4286,0,0,1.2857,0 + +[0074] t +PL 1.2857,9.0002,0,1.2857,1.7143,0,1.7143,0.4286,0,2.5715,0,0,3.4287,0,0 +L 0,6.0001,3.0001,6.0001 + +[0075] u +PL 0,6.0001,0,0,1.7143,0,0.4286,0.4286,0,1.2857,0,0,2.5715,0,0,3.4287,0.4286,0,4.7144,1.7143,0 +L 4.7144,6.0001,4.7144,0 + +[0076] v +PL 0,6.0001,0,2.5715,0,0,5.143,6.0001,0 + +[0077] w +PL 0,6.0001,0,1.7143,0,0,3.4287,6.0001,0,5.143,0,0,6.8573,6.0001,0 + +[0078] x +L 0,6.0001,4.7144,0 +L 4.7144,6.0001,0,0 + +[0079] y +PL 0.4286,6.0001,0,3.0001,0,0,5.5716,6.0001,0 +PL 3.0001,0,0,2.1429,-1.7143,0,1.2857,-2.5715,0,0.4286,-3.0001,0,0,-3.0001,0 + +[007a] z +PL 0,6.0001,0,4.7144,6.0001,0,0,0,0,4.7144,0,0 + +[007b] { +PL 2.1429,10.7145,0,1.2857,10.286,0,0.8572,9.8574,0,0.4286,9.0002,0,0.4286,8.1431,0,0.8572,7.2859,0,1.2857,6.8573,0,1.7143,6.0001,0,1.7143,5.143,0,0.8572,4.2858,0 +PL 1.2857,10.286,0,0.8572,9.4288,0,0.8572,8.5716,0,1.2857,7.7145,0,1.7143,7.2859,0,2.1429,6.4287,0,2.1429,5.5716,0,1.7143,4.7144,0,0,3.8572,0,1.7143,3.0001,0,2.1429,2.1429,0,2.1429,1.2857,0,1.7143,0.4286,0,1.2857,0,0,0.8572,-0.8572,0,0.8572,-1.7143,0,1.2857,-2.5715,0,0.8572,-2.1429,0,0.4286,-1.2857,0,0.4286,-0.4286,0,0.8572,0.4286,0,1.2857,0.8572,0,1.7143,1.7143,0,1.7143,2.5715,0,0.8572,3.4287,0 +L 1.2857,-2.5715,2.1429,-3.0001 + +[007c] | +L 0,10.7145,0,-3.0001 + +[007d] } +PL 0,10.7145,0,0.8572,10.286,0,1.2857,9.8574,0,1.7143,9.0002,0,1.7143,8.1431,0,1.2857,7.2859,0,0.8572,6.8573,0,0.4286,6.0001,0,0.4286,5.143,0,1.2857,4.2858,0 +PL 0.8572,10.286,0,1.2857,9.4288,0,1.2857,8.5716,0,0.8572,7.7145,0,0.4286,7.2859,0,0,6.4287,0,0,5.5716,0,0.4286,4.7144,0,2.1429,3.8572,0,0.4286,3.0001,0,0,2.1429,0,0,1.2857,0,0.4286,0.4286,0,0.8572,0,0,1.2857,-0.8572,0,1.2857,-1.7143,0,0.8572,-2.5715,0,1.2857,-2.1429,0,1.7143,-1.2857,0,1.7143,-0.4286,0,1.2857,0.4286,0,0.8572,0.8572,0,0.4286,1.7143,0,0.4286,2.5715,0,1.2857,3.4287,0 +L 0.8572,-2.5715,0,-3.0001 + +[00d3] Ó +PLC 1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0,6.8573,3.4287,0,6.8573,5.5716,0,6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0 +PL 3.8572,11.5717,0,3.4287,12.0003,0,3.8572,12.4289,0,4.2858,12.0003,0,4.2858,11.1431,0,3.8572,10.286,0,3.4287,9.8574,0 + +[00f3] ó +PLC 1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0,5.5716,2.5715,0,5.5716,3.4287,0,5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0 +PL 3.0001,8.5716,0,2.5715,9.0002,0,3.0001,9.4288,0,3.4287,9.0002,0,3.4287,8.1431,0,3.0001,7.2859,0,2.5715,6.8573,0 + +[0104] Ą +PL 6.4287,-1.7143,0,6.8573,-2.1429,0,6.4287,-2.5715,0,6.0001,-2.1429,0,6.0001,-1.2857,0,6.4287,-0.4286,0,6.8573,0,0,3.4287,9.0002,0,0,0,0 +L 1.2857,3.0001,5.5716,3.0001 + +[0105] ą +PL 5.143,6.0001,0,5.143,0,0,4.7144,-0.4286,0,4.2858,-1.2857,0,4.2858,-2.1429,0,4.7144,-2.5715,0,5.143,-2.1429,0,4.7144,-1.7143,0 +PL 5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 + +[0106] Ć +PL 6.4287,6.8573,0,6.0001,7.7145,0,5.143,8.5716,0,4.2858,9.0002,0,2.5715,9.0002,0,1.7143,8.5716,0,0.8572,7.7145,0,0.4286,6.8573,0,0,5.5716,0,0,3.4287,0,0.4286,2.1429,0,0.8572,1.2857,0,1.7143,0.4286,0,2.5715,0,0,4.2858,0,0,5.143,0.4286,0,6.0001,1.2857,0,6.4287,2.1429,0 +PL 3.4287,11.5717,0,3.0001,12.0003,0,3.4287,12.4289,0,3.8572,12.0003,0,3.8572,11.1431,0,3.4287,10.286,0,3.0001,9.8574,0 + +[0107] ć +PL 5.143,4.7144,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 +PL 3.0001,8.5716,0,2.5715,9.0002,0,3.0001,9.4288,0,3.4287,9.0002,0,3.4287,8.1431,0,3.0001,7.2859,0,2.5715,6.8573,0 + +[0118] Ę +PL 5.5716,9.0002,0,0,9.0002,0,0,0,0,5.5716,0,0 +L 0,4.7144,3.4287,4.7144 +PL 4.2858,0,0,3.8572,-0.4286,0,3.4287,-1.2857,0,3.4287,-2.1429,0,3.8572,-2.5715,0,4.2858,-2.1429,0,3.8572,-1.7143,0 + +[0119] ę +PLC 5.143,3.4287,0,5.143,4.2858,0,4.7144,5.143,0,4.2858,5.5716,0,3.4287,6.0001,0,2.1429,6.0001,0,1.2857,5.5716,0,0.4286,4.7144,0,0,3.4287,0 +PL 0,3.4287,0,0,2.5715,0,0.4286,1.2857,0,1.2857,0.4286,0,2.1429,0,0,3.4287,0,0,4.2858,0.4286,0,5.143,1.2857,0 +PL 3.4287,0,0,3.0001,-0.4286,0,2.5715,-1.2857,0,2.5715,-2.1429,0,3.0001,-2.5715,0,3.4287,-2.1429,0,3.0001,-1.7143,0 + +[0141] Ł +PL 0.8572,9.0002,0,0.8572,0,0,6.0001,0,0 +L 2.5715,6.0001,0,3.4287 + +[0142] ł +L 1.2857,9.0002,1.2857,0 +L 2.5715,6.0001,0,3.4287 + +[0143] Ń +PL 6.0001,9.0002,0,6.0001,0,0,0,9.0002,0,0,0,0 +PL 3.4287,11.5717,0,3.0001,12.0003,0,3.4287,12.4289,0,3.8572,12.0003,0,3.8572,11.1431,0,3.4287,10.286,0,3.0001,9.8574,0 + +[0144] ń +L 0,6.0001,0,0 +PL 0,4.2858,0,1.2857,5.5716,0,2.1429,6.0001,0,3.4287,6.0001,0,4.2858,5.5716,0,4.7144,4.2858,0,4.7144,0,0 +PL 2.5715,8.5716,0,2.1429,9.0002,0,2.5715,9.4288,0,3.0001,9.0002,0,3.0001,8.1431,0,2.5715,7.2859,0,2.1429,6.8573,0 + +[015a] Ś +PL 6.0001,7.7145,0,5.143,8.5716,0,3.8572,9.0002,0,2.1429,9.0002,0,0.8572,8.5716,0,0,7.7145,0,0,6.8573,0,0.4286,6.0001,0,0.8572,5.5716,0,1.7143,5.143,0,4.2858,4.2858,0,5.143,3.8572,0,5.5716,3.4287,0,6.0001,2.5715,0,6.0001,1.2857,0,5.143,0.4286,0,3.8572,0,0,2.1429,0,0,0.8572,0.4286,0,0,1.2857,0 +PL 3.4287,11.5717,0,3.0001,12.0003,0,3.4287,12.4289,0,3.8572,12.0003,0,3.8572,11.1431,0,3.4287,10.286,0,3.0001,9.8574,0 + +[015b] ś +PL 4.7144,4.7144,0,4.2858,5.5716,0,3.0001,6.0001,0,1.7143,6.0001,0,0.4286,5.5716,0,0,4.7144,0,0.4286,3.8572,0,1.2857,3.4287,0,3.4287,3.0001,0,4.2858,2.5715,0,4.7144,1.7143,0,4.7144,1.2857,0,4.2858,0.4286,0,3.0001,0,0,1.7143,0,0,0.4286,0.4286,0,0,1.2857,0 +PL 2.5715,8.5716,0,2.1429,9.0002,0,2.5715,9.4288,0,3.0001,9.0002,0,3.0001,8.1431,0,2.5715,7.2859,0,2.1429,6.8573,0 + +[0179] Ź +PL 0,9.0002,0,6.0001,9.0002,0,0,0,0,6.0001,0,0 +PL 3.4287,11.5717,0,3.0001,12.0003,0,3.4287,12.4289,0,3.8572,12.0003,0,3.8572,11.1431,0,3.4287,10.286,0,3.0001,9.8574,0 + +[017a] ź +PL 0,6.0001,0,4.7144,6.0001,0,0,0,0,4.7144,0,0 +PL 2.5715,8.5716,0,2.1429,9.0002,0,2.5715,9.4288,0,3.0001,9.0002,0,3.0001,8.1431,0,2.5715,7.2859,0,2.1429,6.8573,0 + +[017b] Ż +PL 0,9.0002,0,6.0001,9.0002,0,0,0,0,6.0001,0,0 +PLC 2.5715,10.286,0,3.0001,9.8574,0,3.4287,10.286,0,3.0001,10.7145,0 + +[017c] ż +PL 0,6.0001,0,4.7144,6.0001,0,0,0,0,4.7144,0,0 +PLC 1.7143,7.2859,0,2.1429,6.8573,0,2.5715,7.2859,0,2.1429,7.7145,0 diff --git a/assets/fonts/RomanT.cxf b/assets/fonts/RomanT.cxf new file mode 100644 index 00000000..3ff141a4 --- /dev/null +++ b/assets/fonts/RomanT.cxf @@ -0,0 +1,1204 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Roman Triplex +# Encoding: UTF-8 +# LetterSpacing: 2.2 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts +# Author: Adam Radlowski (Polish) + +[0021] ! +PL 0.4286,8.9998,0,0.8571,8.9998,0,0.8571,2.9999,0,0.4286,2.9999,0,0.4286,8.9998,0,0,8.5712,0,0,7.7141,0,0.4286,4.2856,0 +PL 0.8571,8.9998,0,1.2857,8.5712,0,1.2857,7.7141,0,0.8571,4.2856,0 +PLC 0,0.8571,0,0,0.4286,0,0.4286,0,0,0.8571,0,0,1.2857,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,1.2857,0 +PLC 0.4286,0.4286,0,0.8571,0.4286,0,0.8571,0.8571,0,0.4286,0.8571,0 + +[0022] " +PLC 0,8.5712,0,0,5.9998,0,0.8571,8.5712,0,0.4286,8.9998,0 +L 0.4286,8.5712,0,5.9998 +PLC 3.857,8.5712,0,3.857,5.9998,0,4.7142,8.5712,0,4.2856,8.9998,0 +L 4.2856,8.5712,3.857,5.9998 + +[0023] # +L 3.4285,8.9998,0.4286,-2.9999 +L 5.9998,8.9998,2.9999,-2.9999 +L 0.4286,4.2856,6.4284,4.2856 +L 0,1.7142,5.9998,1.7142 + +[0024] $ +L 2.1428,10.714,2.1428,-1.7142 +L 3.857,10.714,3.857,-1.7142 +PL 5.5713,6.857,0,5.5713,7.2855,0,5.1427,7.2855,0,5.1427,6.4284,0,5.9998,6.4284,0,5.9998,7.2855,0,5.5713,8.1426,0,5.1427,8.5712,0,3.857,8.9998,0,2.1428,8.9998,0,0.8571,8.5712,0,0,7.7141,0,0,6.4284,0,0.4286,5.5713,0,1.7142,4.7142,0,4.2856,3.857,0,5.1427,3.4285,0,5.5713,2.5714,0,5.5713,1.2857,0,5.1427,0.4286,0,5.5713,0.8571,0,5.9998,1.7142,0,5.9998,2.9999,0,5.5713,3.857,0,4.2856,4.7142,0,1.7142,5.5713,0,0.8571,5.9998,0,0.4286,6.857,0,0.4286,7.7141,0,0.8571,8.5712,0 +PL 0.4286,6.4284,0,0.8571,5.5713,0,1.7142,5.1427,0,4.2856,4.2856,0,5.1427,3.857,0,5.5713,2.9999,0 +PL 5.1427,0.4286,0,3.857,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7142,0,0,2.5714,0,0.8571,2.5714,0,0.8571,1.7142,0,0.4286,1.7142,0,0.4286,2.1428,0 + +[0025] % +PL 2.1428,8.9998,0,1.2857,8.9998,0,0.4286,8.5712,0,0,7.7141,0,0,6.857,0,0.8571,5.9998,0,1.7142,5.9998,0,2.5714,6.4284,0,2.9999,7.2855,0,2.9999,8.1426,0,2.1428,8.9998,0,2.9999,8.5712,0,4.2856,8.1426,0,5.5713,8.1426,0,6.857,8.5712,0,7.7141,8.9998,0,0,0,0 +PLC 5.1427,2.5714,0,4.7142,1.7142,0,4.7142,0.8571,0,5.5713,0,0,6.4284,0,0,7.2855,0.4286,0,7.7141,1.2857,0,7.7141,2.1428,0,6.857,2.9999,0,5.9998,2.9999,0 + +[0026] & +PL 7.7141,5.1427,0,7.7141,5.5713,0,7.2855,5.5713,0,7.2855,4.7142,0,8.1426,4.7142,0,8.1426,5.5713,0,7.7141,5.9998,0,7.2855,5.9998,0,6.857,5.5713,0,6.4284,4.7142,0,5.5713,2.5714,0,4.7142,1.2857,0,3.857,0.4286,0,2.9999,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.5714,0,0.4286,3.4285,0,2.9999,5.1427,0,3.857,5.9998,0,4.2856,6.857,0,4.2856,7.7141,0,3.857,8.5712,0,2.9999,8.9998,0,2.1428,8.5712,0,1.7142,7.7141,0,1.7142,6.4284,0,2.1428,5.1427,0,2.9999,3.857,0,4.7142,1.7142,0,5.9998,0.4286,0,6.857,0,0,7.7141,0,0,8.1426,0.8571,0,8.1426,1.2857,0 +PL 0.8571,0.4286,0,0.4286,1.2857,0,0.4286,2.5714,0,0.8571,3.4285,0,1.2857,3.857,0 +L 3.857,5.9998,4.2856,7.7141 +L 4.2856,6.857,3.857,8.5712 +L 2.1428,8.5712,1.7142,6.857 +PL 2.1428,5.5713,0,2.9999,4.2856,0,4.7142,2.1428,0,5.9998,0.8571,0,6.857,0.4286,0 +PL 2.1428,0,0,1.2857,0.4286,0,0.8571,1.2857,0,0.8571,2.5714,0,1.2857,3.4285,0,2.9999,5.1427,0 +PL 1.7142,7.7141,0,2.1428,5.9998,0,3.4285,4.2856,0,5.1427,2.1428,0,6.4284,0.8571,0,7.2855,0.4286,0,7.7141,0.4286,0,8.1426,0.8571,0 + +[0027] ' +PL 1.2857,7.2855,0,0.8571,7.7141,0,0.4286,7.7141,0,0,8.1426,0,0,8.5712,0,0.4286,8.9998,0,0.8571,8.9998,0,1.2857,8.5712,0,1.2857,7.2855,0,0.8571,6.4284,0,1.2857,8.1426,0,0.8571,7.7141,0 +L 0.8571,6.4284,0,5.9998 +PLC 0.4286,8.1426,0,0.8571,8.1426,0,0.8571,8.5712,0,0.4286,8.5712,0 + +[0028] ( +PL 2.9999,10.714,0,2.1428,9.8569,0,1.2857,8.5712,0,0.4286,6.857,0,0,4.7142,0,0,2.9999,0,0.4286,0.8571,0,1.2857,-0.8571,0,2.1428,-2.1428,0,2.9999,-2.9999,0 +PL 1.2857,8.1426,0,0.8571,6.857,0,0.4286,5.1427,0,0.4286,2.5714,0,0.8571,0.8571,0,1.2857,-0.4286,0 +PL 2.1428,9.8569,0,1.7142,8.9998,0,1.2857,7.7141,0,0.8571,5.1427,0,0.8571,2.5714,0,1.2857,0,0,1.7142,-1.2857,0,2.1428,-2.1428,0 + +[0029] ) +PL 0,10.714,0,0.8571,9.8569,0,1.7142,8.5712,0,2.5714,6.857,0,2.9999,4.7142,0,2.9999,2.9999,0,2.5714,0.8571,0,1.7142,-0.8571,0,0.8571,-2.1428,0,0,-2.9999,0 +PL 1.7142,8.1426,0,2.1428,6.857,0,2.5714,5.1427,0,2.5714,2.5714,0,2.1428,0.8571,0,1.7142,-0.4286,0 +PL 0.8571,9.8569,0,1.2857,8.9998,0,1.7142,7.7141,0,2.1428,5.1427,0,2.1428,2.5714,0,1.7142,0,0,1.2857,-1.2857,0,0.8571,-2.1428,0 + +[002a] * +PLC 1.7142,8.5712,0,2.5714,4.2856,0,2.1428,3.857,0,2.1428,8.9998,0 +PL 2.1428,8.9998,0,2.5714,8.5712,0,1.7142,4.2856,0,2.1428,3.857,0 +PLC 0.4286,7.7141,0,3.857,5.1427,0,4.2856,5.1427,0,0,7.7141,0 +PL 0,7.7141,0,0,7.2855,0,4.2856,5.5713,0,4.2856,5.1427,0 +PLC 3.857,7.7141,0,0.4286,5.1427,0,0,5.1427,0,4.2856,7.7141,0 +PL 4.2856,7.7141,0,4.2856,7.2855,0,0,5.5713,0,0,5.1427,0 + +[002b] + +PLC 3.4285,0.4286,0,3.857,0.4286,0,3.857,7.7141,0,3.4285,7.7141,0 +PLC 7.2855,4.2856,0,7.2855,3.857,0,0,3.857,0,0,4.2856,0 + +[002c] , +PL 1.2857,-0.4286,0,0.8571,0,0,0.4286,0,0,0,0.4286,0,0,0.8571,0,0.4286,1.2857,0,0.8571,1.2857,0,1.2857,0.8571,0,1.2857,-0.4286,0,0.8571,-1.2857,0,1.2857,0.4286,0,0.8571,0,0 +L 0.8571,-1.2857,0,-1.7142 +PLC 0.4286,0.4286,0,0.8571,0.4286,0,0.8571,0.8571,0,0.4286,0.8571,0 + +[002d] - +PLC 7.2855,4.2856,0,7.2855,3.857,0,0,3.857,0,0,4.2856,0 + +[002e] . +PLC 0,0.8571,0,0,0.4286,0,0.4286,0,0,0.8571,0,0,1.2857,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,1.2857,0 +PLC 0.4286,0.4286,0,0.8571,0.4286,0,0.8571,0.8571,0,0.4286,0.8571,0 + +[002f] / +L 0,-2.9999,4.2856,10.714 +L 4.2856,10.714,0,-2.9999 + +[0030] 0 +PLC 1.2857,8.5712,0,0.4286,7.2855,0,0,5.1427,0,0,3.857,0,0.4286,1.7142,0,1.2857,0.4286,0,2.5714,0,0,3.4285,0,0,4.7142,0.4286,0,5.5713,1.7142,0,5.9998,3.857,0,5.9998,5.1427,0,5.5713,7.2855,0,4.7142,8.5712,0,3.4285,8.9998,0,2.5714,8.9998,0 +PL 1.2857,8.1426,0,0.8571,7.2855,0,0.4286,5.5713,0,0.4286,3.4285,0,0.8571,1.7142,0,1.2857,0.8571,0 +PL 4.7142,0.8571,0,5.1427,1.7142,0,5.5713,3.4285,0,5.5713,5.5713,0,5.1427,7.2855,0,4.7142,8.1426,0 +PL 2.5714,8.9998,0,1.7142,8.5712,0,1.2857,7.7141,0,0.8571,5.5713,0,0.8571,3.4285,0,1.2857,1.2857,0,1.7142,0.4286,0,2.5714,0,0 +PL 3.4285,0,0,4.2856,0.4286,0,4.7142,1.2857,0,5.1427,3.4285,0,5.1427,5.5713,0,4.7142,7.7141,0,4.2856,8.5712,0,3.4285,8.9998,0 + +[0031] 1 +L 1.7142,8.1426,1.7142,0 +L 2.1428,8.1426,2.1428,0.4286 +PL 0.4286,7.2855,0,1.2857,7.7141,0,2.5714,8.9998,0,2.5714,0,0 +L 0,0,4.2856,0 +L 1.7142,0.4286,0.8571,0 +L 1.7142,0.8571,1.2857,0 +L 2.5714,0.8571,2.9999,0 +L 2.5714,0.4286,3.4285,0 + +[0032] 2 +PLC 0.4286,6.857,0,0.8571,6.857,0,0.8571,7.2855,0,0.4286,7.2855,0 +PL 0.4286,7.7141,0,0.8571,7.7141,0,1.2857,7.2855,0,1.2857,6.857,0,0.8571,6.4284,0,0.4286,6.4284,0,0,6.857,0,0,7.2855,0,0.4286,8.1426,0,0.8571,8.5712,0,2.1428,8.9998,0,3.857,8.9998,0,5.1427,8.5712,0,5.5713,8.1426,0,5.9998,7.2855,0,5.9998,6.4284,0,5.5713,5.5713,0,4.2856,4.7142,0,2.1428,3.857,0,1.2857,3.4285,0,0.4286,2.5714,0,0,1.2857,0,0,0,0 +PL 5.1427,8.1426,0,5.5713,7.2855,0,5.5713,6.4284,0,5.1427,5.5713,0 +PL 3.857,8.9998,0,4.7142,8.5712,0,5.1427,7.2855,0,5.1427,6.4284,0,4.7142,5.5713,0,3.857,4.7142,0,2.1428,3.857,0 +PL 0,0.8571,0,0.4286,1.2857,0,1.2857,1.2857,0,3.4285,0.8571,0,5.1427,0.8571,0,5.9998,1.2857,0,5.5713,0.4286,0,5.1427,0,0,3.4285,0,0,1.2857,1.2857,0,3.4285,0.4286,0,5.1427,0.4286,0,5.5713,0.8571,0 +L 5.9998,1.2857,5.9998,2.1428 + +[0033] 3 +PLC 0.4286,6.857,0,0.8571,6.857,0,0.8571,7.2855,0,0.4286,7.2855,0 +PL 0.4286,7.7141,0,0.8571,7.7141,0,1.2857,7.2855,0,1.2857,6.857,0,0.8571,6.4284,0,0.4286,6.4284,0,0,6.857,0,0,7.2855,0,0.4286,8.1426,0,0.8571,8.5712,0,2.1428,8.9998,0,3.857,8.9998,0,5.1427,8.5712,0,5.5713,7.7141,0,5.5713,6.4284,0,5.1427,5.5713,0,3.857,5.1427,0,2.5714,5.1427,0 +PL 4.7142,8.5712,0,5.1427,7.7141,0,5.1427,6.4284,0,4.7142,5.5713,0 +PL 3.4285,8.9998,0,4.2856,8.5712,0,4.7142,7.7141,0,4.7142,6.4284,0,4.2856,5.5713,0,3.4285,5.1427,0,4.2856,4.7142,0,4.7142,4.2856,0,5.1427,2.9999,0,5.1427,1.7142,0,4.7142,0.4286,0,3.857,0,0,5.1427,0.4286,0,5.5713,0.8571,0,5.9998,1.7142,0,5.9998,2.9999,0,5.5713,3.857,0,4.7142,4.7142,0,3.857,5.1427,0 +PL 3.857,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7142,0,0,2.1428,0,0.4286,2.5714,0,0.8571,2.5714,0,1.2857,2.1428,0,1.2857,1.7142,0,0.8571,1.2857,0,0.4286,1.2857,0 +PL 5.1427,3.857,0,5.5713,2.9999,0,5.5713,1.7142,0,5.1427,0.8571,0 +PLC 0.4286,1.7142,0,0.8571,1.7142,0,0.8571,2.1428,0,0.4286,2.1428,0 + +[0034] 4 +L 3.857,7.7141,3.857,0 +L 4.2856,8.1426,4.2856,0.4286 +PL 6.857,2.5714,0,0,2.5714,0,4.7142,8.9998,0,4.7142,0,0 +L 2.5714,0,5.9998,0 +L 3.857,0.4286,2.9999,0 +L 3.857,0.8571,3.4285,0 +L 4.7142,0.8571,5.1427,0 +L 4.7142,0.4286,5.5713,0 + +[0035] 5 +PL 0.8571,8.5712,0,4.2856,8.5712,0,5.1427,8.9998,0,0.8571,8.9998,0,0,4.7142,0,0.8571,5.5713,0,2.1428,5.9998,0,3.4285,5.9998,0,4.7142,5.5713,0,5.5713,4.7142,0,5.9998,3.4285,0,5.9998,2.5714,0,5.5713,1.2857,0,4.7142,0.4286,0,3.4285,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7142,0,0,2.1428,0,0.4286,2.5714,0,0.8571,2.5714,0,1.2857,2.1428,0,1.2857,1.7142,0,0.8571,1.2857,0,0.4286,1.2857,0 +PL 5.1427,4.7142,0,5.5713,3.857,0,5.5713,2.1428,0,5.1427,1.2857,0 +PL 3.4285,5.9998,0,4.2856,5.5713,0,4.7142,5.1427,0,5.1427,3.857,0,5.1427,2.1428,0,4.7142,0.8571,0,4.2856,0.4286,0,3.4285,0,0 +PLC 0.4286,1.7142,0,0.8571,1.7142,0,0.8571,2.1428,0,0.4286,2.1428,0 +PL 0.8571,8.1426,0,2.5714,8.1426,0,4.2856,8.5712,0 + +[0036] 6 +PLC 4.7142,7.2855,0,5.1427,7.2855,0,5.1427,7.7141,0,4.7142,7.7141,0 +PL 5.1427,8.1426,0,4.7142,8.1426,0,4.2856,7.7141,0,4.2856,7.2855,0,4.7142,6.857,0,5.1427,6.857,0,5.5713,7.2855,0,5.5713,7.7141,0,5.1427,8.5712,0,4.2856,8.9998,0,2.9999,8.9998,0,1.7142,8.5712,0,0.8571,7.7141,0,0.4286,6.857,0,0,5.1427,0,0,2.5714,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5714,0,0,3.4285,0,0,4.7142,0.4286,0,5.5713,1.2857,0,5.9998,2.5714,0,5.9998,2.9999,0,5.5713,4.2856,0,4.7142,5.1427,0,3.4285,5.5713,0,2.5714,5.5713,0,1.7142,5.1427,0,1.2857,4.7142,0,0.8571,3.857,0 +PL 1.2857,7.7141,0,0.8571,6.857,0,0.4286,5.1427,0,0.4286,2.5714,0,0.8571,1.2857,0,1.2857,0.8571,0 +PL 5.1427,1.2857,0,5.5713,2.1428,0,5.5713,3.4285,0,5.1427,4.2856,0 +PL 2.9999,8.9998,0,2.1428,8.5712,0,1.7142,8.1426,0,1.2857,7.2855,0,0.8571,5.5713,0,0.8571,2.5714,0,1.2857,1.2857,0,1.7142,0.4286,0,2.5714,0,0 +PL 3.4285,0,0,4.2856,0.4286,0,4.7142,0.8571,0,5.1427,2.1428,0,5.1427,3.4285,0,4.7142,4.7142,0,4.2856,5.1427,0,3.4285,5.5713,0 + +[0037] 7 +L 0,8.9998,0,6.4284 +PL 4.2856,7.7141,0,2.1428,8.1426,0,1.2857,8.1426,0,0.4286,7.7141,0,0,7.2855,0,0.4286,8.1426,0,1.2857,8.9998,0,2.1428,8.9998,0,4.2856,7.7141,0,5.1427,7.7141,0,5.5713,8.1426,0,5.9998,8.9998,0,5.9998,7.7141,0,5.5713,6.4284,0,3.857,4.2856,0,3.4285,3.4285,0,2.9999,1.7142,0,2.9999,0,0,2.1428,0,0,2.1428,1.7142,0,2.5714,2.9999,0,3.4285,4.2856,0,5.5713,6.4284,0 +PL 3.4285,3.857,0,2.9999,2.9999,0,2.5714,1.7142,0,2.5714,0,0 +PL 0.8571,8.1426,0,1.2857,8.5712,0,2.1428,8.5712,0,2.9999,8.1426,0 + +[0038] 8 +PLC 0.8571,8.5712,0,0.4286,7.7141,0,0.4286,6.4284,0,0.8571,5.5713,0,2.1428,5.1427,0,3.857,5.1427,0,5.1427,5.5713,0,5.5713,6.4284,0,5.5713,7.7141,0,5.1427,8.5712,0,3.857,8.9998,0,2.1428,8.9998,0 +PL 1.2857,8.5712,0,0.8571,7.7141,0,0.8571,6.4284,0,1.2857,5.5713,0 +PL 4.7142,5.5713,0,5.1427,6.4284,0,5.1427,7.7141,0,4.7142,8.5712,0 +PL 2.1428,8.9998,0,1.7142,8.5712,0,1.2857,7.7141,0,1.2857,6.4284,0,1.7142,5.5713,0,2.1428,5.1427,0,0.8571,4.7142,0,0.4286,4.2856,0,0,3.4285,0,0,1.7142,0,0.4286,0.8571,0,0.8571,0.4286,0,2.1428,0,0,3.857,0,0,5.1427,0.4286,0,5.5713,0.8571,0,5.9998,1.7142,0,5.9998,3.4285,0,5.5713,4.2856,0,5.1427,4.7142,0,3.857,5.1427,0,4.2856,5.5713,0,4.7142,6.4284,0,4.7142,7.7141,0,4.2856,8.5712,0,3.857,8.9998,0 +PL 0.8571,4.2856,0,0.4286,3.4285,0,0.4286,1.7142,0,0.8571,0.8571,0 +PL 5.1427,0.8571,0,5.5713,1.7142,0,5.5713,3.4285,0,5.1427,4.2856,0 +PL 2.1428,5.1427,0,1.2857,4.7142,0,0.8571,3.4285,0,0.8571,1.7142,0,1.2857,0.4286,0,2.1428,0,0 +PL 3.857,0,0,4.7142,0.4286,0,5.1427,1.7142,0,5.1427,3.4285,0,4.7142,4.7142,0,3.857,5.1427,0 + +[0039] 9 +PLC 0.8571,1.2857,0,1.2857,1.2857,0,1.2857,1.7142,0,0.8571,1.7142,0 +PL 5.1427,5.1427,0,4.7142,4.2856,0,4.2856,3.857,0,3.4285,3.4285,0,2.5714,3.4285,0,1.2857,3.857,0,0.4286,4.7142,0,0,5.9998,0,0,6.4284,0,0.4286,7.7141,0,1.2857,8.5712,0,2.5714,8.9998,0,3.4285,8.9998,0,4.7142,8.5712,0,5.5713,7.7141,0,5.9998,6.4284,0,5.9998,3.857,0,5.5713,2.1428,0,5.1427,1.2857,0,4.2856,0.4286,0,2.9999,0,0,1.7142,0,0,0.8571,0.4286,0,0.4286,1.2857,0,0.4286,1.7142,0,0.8571,2.1428,0,1.2857,2.1428,0,1.7142,1.7142,0,1.7142,1.2857,0,1.2857,0.8571,0,0.8571,0.8571,0 +PL 0.8571,4.7142,0,0.4286,5.5713,0,0.4286,6.857,0,0.8571,7.7141,0 +PL 4.7142,8.1426,0,5.1427,7.7141,0,5.5713,6.4284,0,5.5713,3.857,0,5.1427,2.1428,0,4.7142,1.2857,0 +PL 2.5714,3.4285,0,1.7142,3.857,0,1.2857,4.2856,0,0.8571,5.5713,0,0.8571,6.857,0,1.2857,8.1426,0,1.7142,8.5712,0,2.5714,8.9998,0 +PL 3.4285,8.9998,0,4.2856,8.5712,0,4.7142,7.7141,0,5.1427,6.4284,0,5.1427,3.4285,0,4.7142,1.7142,0,4.2856,0.8571,0,3.857,0.4286,0,2.9999,0,0 + +[003a] : +PLC 0,5.5713,0,0,5.1427,0,0.4286,4.7142,0,0.8571,4.7142,0,1.2857,5.1427,0,1.2857,5.5713,0,0.8571,5.9998,0,0.4286,5.9998,0 +PLC 0.4286,5.1427,0,0.8571,5.1427,0,0.8571,5.5713,0,0.4286,5.5713,0 +PLC 0,0.8571,0,0,0.4286,0,0.4286,0,0,0.8571,0,0,1.2857,0.4286,0,1.2857,0.8571,0,0.8571,1.2857,0,0.4286,1.2857,0 +PLC 0.4286,0.4286,0,0.8571,0.4286,0,0.8571,0.8571,0,0.4286,0.8571,0 + +[003b] ; +PLC 0,5.5713,0,0,5.1427,0,0.4286,4.7142,0,0.8571,4.7142,0,1.2857,5.1427,0,1.2857,5.5713,0,0.8571,5.9998,0,0.4286,5.9998,0 +PLC 0.4286,5.1427,0,0.8571,5.1427,0,0.8571,5.5713,0,0.4286,5.5713,0 +PL 1.2857,-0.4286,0,0.8571,0,0,0.4286,0,0,0,0.4286,0,0,0.8571,0,0.4286,1.2857,0,0.8571,1.2857,0,1.2857,0.8571,0,1.2857,-0.4286,0,0.8571,-1.2857,0,1.2857,0.4286,0,0.8571,0,0 +L 0.8571,-1.2857,0,-1.7142 +PLC 0.4286,0.4286,0,0.8571,0.4286,0,0.8571,0.8571,0,0.4286,0.8571,0 + +[003c] < +PL 6.857,7.7141,0,0,3.857,0,6.857,0,0 + +[003d] = +PLC 7.2855,5.9998,0,7.2855,5.5713,0,0,5.5713,0,0,5.9998,0 +PLC 7.2855,2.5714,0,7.2855,2.1428,0,0,2.1428,0,0,2.5714,0 + +[003e] > +PL 0,7.7141,0,6.857,3.857,0,0,0,0 + +[003f] ? +PL 0.4286,6.857,0,0.4286,7.2855,0,0.8571,7.2855,0,0.8571,6.4284,0,0,6.4284,0,0,7.2855,0,0.4286,8.1426,0,0.8571,8.5712,0,1.7142,8.9998,0,3.4285,8.9998,0,4.7142,8.5712,0,5.1427,8.1426,0,5.5713,7.2855,0,5.5713,6.4284,0,5.1427,5.5713,0,4.7142,5.1427,0,2.9999,4.2856,0,2.9999,2.9999,0,2.5714,2.9999,0,2.5714,4.2856,0,2.9999,4.2856,0 +PL 4.7142,8.1426,0,5.1427,7.7141,0,5.1427,5.9998,0,4.7142,5.5713,0 +PL 3.4285,8.9998,0,4.2856,8.5712,0,4.7142,7.7141,0,4.7142,5.9998,0,4.2856,5.1427,0,3.857,4.7142,0 +PLC 2.1428,0.8571,0,2.1428,0.4286,0,2.5714,0,0,2.9999,0,0,3.4285,0.4286,0,3.4285,0.8571,0,2.9999,1.2857,0,2.5714,1.2857,0 +PLC 2.5714,0.4286,0,2.9999,0.4286,0,2.9999,0.8571,0,2.5714,0.8571,0 + +[0040] @ +PL 6.4284,5.5713,0,5.9998,6.4284,0,5.1427,6.857,0,3.857,6.857,0,2.9999,6.4284,0,2.5714,5.9998,0,2.1428,4.7142,0,2.1428,3.4285,0,2.5714,2.5714,0,3.4285,2.1428,0,4.7142,2.1428,0,5.5713,2.5714,0,5.9998,3.4285,0,6.4284,6.857,0 +PL 3.857,6.857,0,2.9999,5.9998,0,2.5714,4.7142,0,2.5714,3.4285,0,2.9999,2.5714,0,3.4285,2.1428,0 +PL 5.9998,3.4285,0,5.9998,2.5714,0,6.857,2.1428,0,7.7141,2.1428,0,8.5712,2.9999,0,8.9998,4.2856,0,8.9998,5.1427,0,8.5712,6.4284,0,8.1426,7.2855,0,7.2855,8.1426,0,6.4284,8.5712,0,5.1427,8.9998,0,3.857,8.9998,0,2.5714,8.5712,0,1.7142,8.1426,0,0.8571,7.2855,0,0.4286,6.4284,0,0,5.1427,0,0,3.857,0,0.4286,2.5714,0,0.8571,1.7142,0,1.7142,0.8571,0,2.5714,0.4286,0,3.857,0,0,5.1427,0,0,6.4284,0.4286,0,7.2855,0.8571,0,7.7141,1.2857,0 +PL 6.857,6.857,0,6.4284,3.4285,0,6.4284,2.5714,0,6.857,2.1428,0 + +[0041] A +PL 6.857,0,0,3.857,8.9998,0,0.8571,0.4286,0,0.4286,0,0 +L 3.4285,7.7141,5.9998,0 +L 3.857,7.7141,6.4284,0 +L 1.7142,2.5714,5.5713,2.5714 +L 0,0,2.5714,0 +L 4.7142,0,7.7141,0 +L 0.8571,0.4286,1.7142,0 +L 5.9998,0.4286,5.1427,0 +L 5.9998,0.8571,5.5713,0 +L 6.4284,0.8571,7.2855,0 + +[0042] B +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +L 2.1428,8.9998,2.1428,0 +PL 0,8.9998,0,5.1427,8.9998,0,6.4284,8.5712,0,6.857,8.1426,0,7.2855,7.2855,0,7.2855,6.4284,0,6.857,5.5713,0,6.4284,5.1427,0,5.1427,4.7142,0,5.9998,5.1427,0,6.4284,5.9998,0,6.4284,7.7141,0,5.9998,8.5712,0,5.1427,8.9998,0 +PL 6.4284,8.1426,0,6.857,7.2855,0,6.857,6.4284,0,6.4284,5.5713,0 +PL 2.1428,4.7142,0,5.1427,4.7142,0,6.4284,4.2856,0,6.857,3.857,0,7.2855,2.9999,0,7.2855,1.7142,0,6.857,0.8571,0,6.4284,0.4286,0,5.1427,0,0,0,0,0 +PL 6.4284,3.857,0,6.857,2.9999,0,6.857,1.7142,0,6.4284,0.8571,0 +PL 5.1427,4.7142,0,5.9998,4.2856,0,6.4284,3.4285,0,6.4284,1.2857,0,5.9998,0.4286,0,5.1427,0,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 2.5714,8.9998,2.1428,8.1426 +L 2.9999,8.9998,2.1428,8.5712 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 + +[0043] C +PLC 6.4284,8.9998,0,6.4284,6.4284,0,5.9998,7.7141,0 +PL 5.9998,7.7141,0,5.1427,8.5712,0,4.2856,8.9998,0,2.9999,8.9998,0,1.7142,8.5712,0,0.8571,7.7141,0,0.4286,6.857,0,0,5.5713,0,0,3.4285,0,0.4286,2.1428,0,0.8571,1.2857,0,1.7142,0.4286,0,2.9999,0,0,4.2856,0,0,5.1427,0.4286,0,5.9998,1.2857,0,6.4284,2.1428,0 +PL 1.2857,7.7141,0,0.8571,6.857,0,0.4286,5.5713,0,0.4286,3.4285,0,0.8571,2.1428,0,1.2857,1.2857,0 +PL 2.9999,8.9998,0,2.1428,8.5712,0,1.2857,7.2855,0,0.8571,5.5713,0,0.8571,3.4285,0,1.2857,1.7142,0,2.1428,0.4286,0,2.9999,0,0 + +[0044] D +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +L 2.1428,8.9998,2.1428,0 +PL 0,8.9998,0,4.2856,8.9998,0,5.5713,8.5712,0,6.4284,7.7141,0,6.857,6.857,0,7.2855,5.5713,0,7.2855,3.4285,0,6.857,2.1428,0,6.4284,1.2857,0,5.5713,0.4286,0,4.2856,0,0,0,0,0 +PL 5.9998,7.7141,0,6.4284,6.857,0,6.857,5.5713,0,6.857,3.4285,0,6.4284,2.1428,0,5.9998,1.2857,0 +PL 4.2856,8.9998,0,5.1427,8.5712,0,5.9998,7.2855,0,6.4284,5.5713,0,6.4284,3.4285,0,5.9998,1.7142,0,5.1427,0.4286,0,4.2856,0,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 2.5714,8.9998,2.1428,8.1426 +L 2.9999,8.9998,2.1428,8.5712 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 + +[0045] E +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +L 2.1428,8.9998,2.1428,0 +PL 0,8.9998,0,6.857,8.9998,0,6.857,6.4284,0,6.4284,8.9998,0 +L 2.1428,4.7142,4.7142,4.7142 +PLC 4.7142,2.9999,0,4.2856,4.7142,0,4.7142,6.4284,0 +PL 0,0,0,6.857,0,0,6.857,2.5714,0,6.4284,0,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 2.5714,8.9998,2.1428,8.1426 +L 2.9999,8.9998,2.1428,8.5712 +L 4.7142,8.9998,6.857,8.5712 +L 5.5713,8.9998,6.857,8.1426 +L 5.9998,8.9998,6.857,7.7141 +PL 4.7142,5.5713,0,3.857,4.7142,0,4.7142,3.857,0 +PL 4.7142,5.1427,0,2.9999,4.7142,0,4.7142,4.2856,0 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 +L 4.7142,0,6.857,0.4286 +L 5.5713,0,6.857,0.8571 +L 5.9998,0,6.857,1.2857 + +[0046] F +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +L 2.1428,8.9998,2.1428,0 +PL 0,8.9998,0,6.857,8.9998,0,6.857,6.4284,0,6.4284,8.9998,0 +L 2.1428,4.7142,4.7142,4.7142 +PLC 4.7142,2.9999,0,4.2856,4.7142,0,4.7142,6.4284,0 +L 0,0,3.4285,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 2.5714,8.9998,2.1428,8.1426 +L 2.9999,8.9998,2.1428,8.5712 +L 4.7142,8.9998,6.857,8.5712 +L 5.5713,8.9998,6.857,8.1426 +L 5.9998,8.9998,6.857,7.7141 +PL 4.7142,5.5713,0,3.857,4.7142,0,4.7142,3.857,0 +PL 4.7142,5.1427,0,2.9999,4.7142,0,4.7142,4.2856,0 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 + +[0047] G +PLC 6.4284,8.9998,0,6.4284,6.4284,0,5.9998,7.7141,0 +PL 5.9998,7.7141,0,5.1427,8.5712,0,4.2856,8.9998,0,2.9999,8.9998,0,1.7142,8.5712,0,0.8571,7.7141,0,0.4286,6.857,0,0,5.5713,0,0,3.4285,0,0.4286,2.1428,0,0.8571,1.2857,0,1.7142,0.4286,0,2.9999,0,0,4.2856,0,0,5.1427,0.4286,0,5.9998,0.4286,0,6.4284,0,0,6.4284,3.4285,0 +PL 1.2857,7.7141,0,0.8571,6.857,0,0.4286,5.5713,0,0.4286,3.4285,0,0.8571,2.1428,0,1.2857,1.2857,0 +PL 2.9999,8.9998,0,2.1428,8.5712,0,1.2857,7.2855,0,0.8571,5.5713,0,0.8571,3.4285,0,1.2857,1.7142,0,2.1428,0.4286,0,2.9999,0,0 +L 5.9998,2.9999,5.9998,0.8571 +PL 5.5713,3.4285,0,5.5713,0.8571,0,5.1427,0.4286,0 +L 4.2856,3.4285,7.7141,3.4285 +L 4.7142,3.4285,5.5713,2.9999 +L 5.1427,3.4285,5.5713,2.5714 +L 6.857,3.4285,6.4284,2.5714 +L 7.2855,3.4285,6.4284,2.9999 + +[0048] H +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +L 2.1428,8.9998,2.1428,0 +L 6.4284,8.9998,6.4284,0 +L 6.857,8.5712,6.857,0.4286 +L 7.2855,8.9998,7.2855,0 +L 0,8.9998,3.4285,8.9998 +L 5.1427,8.9998,8.5712,8.9998 +L 2.1428,4.7142,6.4284,4.7142 +L 0,0,3.4285,0 +L 5.1427,0,8.5712,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 2.5714,8.9998,2.1428,8.1426 +L 2.9999,8.9998,2.1428,8.5712 +L 5.5713,8.9998,6.4284,8.5712 +L 5.9998,8.9998,6.4284,8.1426 +L 7.7141,8.9998,7.2855,8.1426 +L 8.1426,8.9998,7.2855,8.5712 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 +L 6.4284,0.4286,5.5713,0 +L 6.4284,0.8571,5.9998,0 +L 7.2855,0.8571,7.7141,0 +L 7.2855,0.4286,8.1426,0 + +[0049] I +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +L 2.1428,8.9998,2.1428,0 +L 0,8.9998,3.4285,8.9998 +L 0,0,3.4285,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 2.5714,8.9998,2.1428,8.1426 +L 2.9999,8.9998,2.1428,8.5712 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 + +[004a] J +PL 2.9999,8.9998,0,2.9999,1.7142,0,2.5714,0.4286,0,2.1428,0,0,3.4285,0.4286,0,3.857,1.7142,0,3.857,8.9998,0 +PL 3.4285,8.5712,0,3.4285,1.7142,0,2.9999,0.4286,0 +PL 2.1428,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.1428,0,0.4286,2.5714,0,0.8571,2.5714,0,1.2857,2.1428,0,1.2857,1.7142,0,0.8571,1.2857,0,0.4286,1.2857,0 +PLC 0.4286,1.7142,0,0.8571,1.7142,0,0.8571,2.1428,0,0.4286,2.1428,0 +L 1.7142,8.9998,5.1427,8.9998 +L 2.1428,8.9998,2.9999,8.5712 +L 2.5714,8.9998,2.9999,8.1426 +L 4.2856,8.9998,3.857,8.1426 +L 4.7142,8.9998,3.857,8.5712 + +[004b] K +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +L 2.1428,8.9998,2.1428,0 +PL 6.4284,8.9998,0,6.857,8.5712,0,2.1428,3.857,0 +L 3.4285,4.7142,6.4284,0 +L 3.857,4.7142,6.857,0 +L 3.857,5.5713,7.2855,0 +L 0,8.9998,3.4285,8.9998 +L 5.5713,8.9998,8.1426,8.9998 +L 0,0,3.4285,0 +L 5.1427,0,8.1426,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 2.5714,8.9998,2.1428,8.1426 +L 2.9999,8.9998,2.1428,8.5712 +L 7.7141,8.9998,6.857,8.5712 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 +PL 7.7141,0,0,6.4284,0.8571,0,5.5713,0,0 + +[004c] L +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +L 2.1428,8.9998,2.1428,0 +L 0,8.9998,3.4285,8.9998 +PL 0,0,0,6.4284,0,0,6.4284,2.5714,0,5.9998,0,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 2.5714,8.9998,2.1428,8.1426 +L 2.9999,8.9998,2.1428,8.5712 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 +L 4.2856,0,6.4284,0.4286 +L 5.1427,0,6.4284,0.8571 +L 5.5713,0,6.4284,1.2857 + +[004d] M +PL 7.2855,0,0,7.2855,8.9998,0,4.2856,0,0,1.2857,8.9998,0,1.2857,0.4286,0,0.4286,0,0 +L 1.7142,8.9998,4.2856,1.2857 +PL 0,8.9998,0,2.1428,8.9998,0,4.7142,1.2857,0 +L 7.7141,8.5712,7.7141,0.4286 +L 8.1426,8.9998,8.1426,0 +L 7.2855,8.9998,9.4283,8.9998 +L 0,0,2.5714,0 +L 5.9998,0,9.4283,0 +L 0.4286,8.9998,1.2857,8.5712 +L 8.5712,8.9998,8.1426,8.1426 +L 8.9998,8.9998,8.1426,8.5712 +L 1.2857,0.4286,2.1428,0 +L 7.2855,0.4286,6.4284,0 +L 7.2855,0.8571,6.857,0 +L 8.1426,0.8571,8.5712,0 +L 8.1426,0.4286,8.9998,0 + +[004e] N +PL 6.4284,8.9998,0,7.2855,8.5712,0,7.2855,0,0,1.2857,8.9998,0,1.2857,0.4286,0,0.4286,0,0 +L 1.7142,8.9998,6.857,1.2857 +PL 0,8.9998,0,2.1428,8.9998,0,7.2855,1.2857,0 +L 5.9998,8.9998,8.5712,8.9998 +L 0,0,2.5714,0 +L 0.4286,8.9998,1.2857,8.5712 +L 8.1426,8.9998,7.2855,8.5712 +L 1.2857,0.4286,2.1428,0 + +[004f] O +PLC 1.7142,8.5712,0,0.8571,7.7141,0,0.4286,6.857,0,0,5.1427,0,0,3.857,0,0.4286,2.1428,0,0.8571,1.2857,0,1.7142,0.4286,0,2.9999,0,0,3.857,0,0,5.1427,0.4286,0,5.9998,1.2857,0,6.4284,2.1428,0,6.857,3.857,0,6.857,5.1427,0,6.4284,6.857,0,5.9998,7.7141,0,5.1427,8.5712,0,3.857,8.9998,0,2.9999,8.9998,0 +PL 1.2857,7.7141,0,0.8571,6.857,0,0.4286,5.5713,0,0.4286,3.4285,0,0.8571,2.1428,0,1.2857,1.2857,0 +PL 5.5713,1.2857,0,5.9998,2.1428,0,6.4284,3.4285,0,6.4284,5.5713,0,5.9998,6.857,0,5.5713,7.7141,0 +PL 2.9999,8.9998,0,2.1428,8.5712,0,1.2857,7.2855,0,0.8571,5.5713,0,0.8571,3.4285,0,1.2857,1.7142,0,2.1428,0.4286,0,2.9999,0,0 +PL 3.857,0,0,4.7142,0.4286,0,5.5713,1.7142,0,5.9998,3.4285,0,5.9998,5.5713,0,5.5713,7.2855,0,4.7142,8.5712,0,3.857,8.9998,0 + +[0050] P +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +L 2.1428,8.9998,2.1428,0 +PL 0,8.9998,0,5.1427,8.9998,0,6.4284,8.5712,0,6.857,8.1426,0,7.2855,7.2855,0,7.2855,5.9998,0,6.857,5.1427,0,6.4284,4.7142,0,5.1427,4.2856,0,2.1428,4.2856,0 +PL 6.4284,8.1426,0,6.857,7.2855,0,6.857,5.9998,0,6.4284,5.1427,0 +PL 5.1427,8.9998,0,5.9998,8.5712,0,6.4284,7.7141,0,6.4284,5.5713,0,5.9998,4.7142,0,5.1427,4.2856,0 +L 0,0,3.4285,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 2.5714,8.9998,2.1428,8.1426 +L 2.9999,8.9998,2.1428,8.5712 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 + +[0051] Q +PLC 1.7142,8.5712,0,0.8571,7.7141,0,0.4286,6.857,0,0,5.1427,0,0,3.857,0,0.4286,2.1428,0,0.8571,1.2857,0,1.7142,0.4286,0,2.9999,0,0,3.857,0,0,5.1427,0.4286,0,5.9998,1.2857,0,6.4284,2.1428,0,6.857,3.857,0,6.857,5.1427,0,6.4284,6.857,0,5.9998,7.7141,0,5.1427,8.5712,0,3.857,8.9998,0,2.9999,8.9998,0 +PL 1.2857,7.7141,0,0.8571,6.857,0,0.4286,5.5713,0,0.4286,3.4285,0,0.8571,2.1428,0,1.2857,1.2857,0 +PL 5.5713,1.2857,0,5.9998,2.1428,0,6.4284,3.4285,0,6.4284,5.5713,0,5.9998,6.857,0,5.5713,7.7141,0 +PL 2.9999,8.9998,0,2.1428,8.5712,0,1.2857,7.2855,0,0.8571,5.5713,0,0.8571,3.4285,0,1.2857,1.7142,0,2.1428,0.4286,0,2.9999,0,0 +PL 3.857,0,0,4.7142,0.4286,0,5.5713,1.7142,0,5.9998,3.4285,0,5.9998,5.5713,0,5.5713,7.2855,0,4.7142,8.5712,0,3.857,8.9998,0 +PL 1.7142,1.2857,0,2.1428,2.1428,0,2.9999,2.5714,0,3.4285,2.5714,0,4.2856,2.1428,0,4.7142,1.2857,0,5.1427,-1.2857,0,5.5713,-2.1428,0,6.4284,-2.1428,0,6.857,-1.2857,0,6.857,-0.4286,0 +PL 5.1427,-0.4286,0,5.5713,-1.2857,0,5.9998,-1.7142,0,6.4284,-1.7142,0 +PL 4.7142,1.2857,0,5.5713,-0.8571,0,5.9998,-1.2857,0,6.4284,-1.2857,0,6.857,-0.8571,0 + +[0052] R +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +L 2.1428,8.9998,2.1428,0 +PL 0,8.9998,0,5.1427,8.9998,0,6.4284,8.5712,0,6.857,8.1426,0,7.2855,7.2855,0,7.2855,6.4284,0,6.857,5.5713,0,6.4284,5.1427,0,5.1427,4.7142,0,2.1428,4.7142,0 +PL 6.4284,8.1426,0,6.857,7.2855,0,6.857,6.4284,0,6.4284,5.5713,0 +PL 5.1427,8.9998,0,5.9998,8.5712,0,6.4284,7.7141,0,6.4284,5.9998,0,5.9998,5.1427,0,5.1427,4.7142,0 +PL 3.857,4.7142,0,4.7142,4.2856,0,5.1427,3.4285,0,5.9998,0.8571,0,6.4284,0,0,7.2855,0,0,7.7141,0.8571,0,7.7141,1.7142,0 +PL 5.9998,1.7142,0,6.4284,0.8571,0,6.857,0.4286,0,7.2855,0.4286,0 +PL 4.7142,4.2856,0,5.1427,3.857,0,6.4284,1.2857,0,6.857,0.8571,0,7.2855,0.8571,0,7.7141,1.2857,0 +L 0,0,3.4285,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 2.5714,8.9998,2.1428,8.1426 +L 2.9999,8.9998,2.1428,8.5712 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 + +[0053] S +PLC 5.9998,8.9998,0,5.9998,6.4284,0,5.5713,7.7141,0 +PL 5.5713,7.7141,0,4.7142,8.5712,0,3.4285,8.9998,0,2.1428,8.9998,0,0.8571,8.5712,0,0,7.7141,0,0,6.4284,0,0.4286,5.5713,0,1.7142,4.7142,0,4.2856,3.857,0,5.1427,3.4285,0,5.5713,2.5714,0,5.5713,1.2857,0,5.1427,0.4286,0,5.5713,0.8571,0,5.9998,1.7142,0,5.9998,2.9999,0,5.5713,3.857,0,4.2856,4.7142,0,1.7142,5.5713,0,0.8571,5.9998,0,0.4286,6.857,0,0.4286,7.7141,0,0.8571,8.5712,0 +PL 0.4286,6.4284,0,0.8571,5.5713,0,1.7142,5.1427,0,4.2856,4.2856,0,5.1427,3.857,0,5.5713,2.9999,0 +PL 5.1427,0.4286,0,3.857,0,0,2.5714,0,0,1.2857,0.4286,0,0.4286,1.2857,0,0,2.5714,0,0,0,0,0.4286,1.2857,0 + +[0054] T +PL 6.4284,8.9998,0,6.857,6.4284,0,6.857,8.9998,0,0,8.9998,0,0,6.4284,0,0.4286,8.9998,0 +L 2.9999,8.9998,2.9999,0 +L 3.4285,8.5712,3.4285,0.4286 +L 3.857,8.9998,3.857,0 +L 1.7142,0,5.1427,0 +L 0.8571,8.9998,0,7.7141 +L 1.2857,8.9998,0,8.1426 +L 2.1428,8.9998,0,8.5712 +L 4.7142,8.9998,6.857,8.5712 +L 5.5713,8.9998,6.857,8.1426 +L 5.9998,8.9998,6.857,7.7141 +L 2.9999,0.4286,2.1428,0 +L 2.9999,0.8571,2.5714,0 +L 3.857,0.8571,4.2856,0 +L 3.857,0.4286,4.7142,0 + +[0055] U +PL 1.2857,8.9998,0,1.2857,2.5714,0,1.7142,1.2857,0,2.5714,0.4286,0,3.857,0,0,4.7142,0,0,5.9998,0.4286,0,6.857,1.2857,0,7.2855,2.5714,0,7.2855,8.5712,0,6.4284,8.9998,0 +PL 1.7142,8.5712,0,1.7142,2.1428,0,2.1428,1.2857,0 +PL 2.1428,8.9998,0,2.1428,2.1428,0,2.5714,0.8571,0,2.9999,0.4286,0,3.857,0,0 +L 0,8.9998,3.4285,8.9998 +L 5.9998,8.9998,8.5712,8.9998 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 2.5714,8.9998,2.1428,8.1426 +L 2.9999,8.9998,2.1428,8.5712 +L 8.1426,8.9998,7.2855,8.5712 + +[0056] V +PL 0.8571,8.9998,0,3.857,0,0,3.857,1.2857,0,1.2857,8.9998,0 +L 1.7142,8.9998,4.2856,1.2857 +PL 5.9998,8.9998,0,6.857,8.5712,0,3.857,0,0 +L 0,8.9998,2.9999,8.9998 +L 5.1427,8.9998,7.7141,8.9998 +L 0.4286,8.9998,1.2857,8.1426 +L 2.1428,8.9998,1.7142,8.1426 +L 2.5714,8.9998,1.7142,8.5712 +L 7.2855,8.9998,6.857,8.5712 + +[0057] W +PL 1.2857,8.9998,0,2.9999,0,0,2.9999,2.1428,0,1.7142,8.9998,0 +PL 2.1428,8.9998,0,3.4285,2.1428,0,4.7142,8.9998,0,6.4284,0,0,6.4284,2.1428,0,5.1427,8.9998,0 +L 3.4285,2.1428,2.9999,0 +PL 4.7142,8.9998,0,5.5713,8.9998,0,6.857,2.1428,0,8.1426,8.5712,0,7.2855,8.9998,0 +L 6.857,2.1428,6.4284,0 +L 0,8.9998,3.4285,8.9998 +L 6.857,8.9998,9.4283,8.9998 +L 0.4286,8.9998,1.7142,8.5712 +L 0.8571,8.9998,1.7142,8.1426 +L 2.5714,8.9998,2.1428,8.1426 +L 2.9999,8.9998,2.1428,8.5712 +L 8.9998,8.9998,8.1426,8.5712 + +[0058] X +L 0.8571,8.9998,5.9998,0 +L 1.2857,8.9998,6.4284,0 +L 1.7142,8.9998,6.857,0 +PL 5.5713,8.9998,0,6.4284,8.5712,0,1.2857,0.4286,0,0.4286,0,0 +L 0,8.9998,2.9999,8.9998 +L 5.1427,8.9998,7.7141,8.9998 +L 0,0,2.5714,0 +L 4.7142,0,7.7141,0 +PL 0.4286,8.9998,0,1.7142,8.1426,0,2.1428,8.9998,0 +L 2.5714,8.9998,1.7142,8.5712 +L 7.2855,8.9998,6.4284,8.5712 +L 1.2857,0.4286,2.1428,0 +L 5.9998,0.4286,5.1427,0 +PL 7.2855,0,0,5.9998,0.8571,0,5.5713,0,0 + +[0059] Y +PL 0.8571,8.9998,0,3.857,4.2856,0,3.857,0,0 +PL 1.2857,8.9998,0,4.2856,4.2856,0,4.2856,0.4286,0 +PL 1.7142,8.9998,0,4.7142,4.2856,0,4.7142,0,0 +PL 6.4284,8.9998,0,7.2855,8.5712,0,4.7142,4.2856,0 +L 0,8.9998,2.9999,8.9998 +L 5.9998,8.9998,8.5712,8.9998 +L 2.5714,0,5.9998,0 +L 0.4286,8.9998,1.2857,8.5712 +L 2.5714,8.9998,1.7142,8.5712 +L 8.1426,8.9998,7.2855,8.5712 +L 3.857,0.4286,2.9999,0 +L 3.857,0.8571,3.4285,0 +L 4.7142,0.8571,5.1427,0 +L 4.7142,0.4286,5.5713,0 + +[005a] Z +PL 0.8571,0,0,5.9998,8.9998,0,0,8.9998,0,0,6.4284,0,0.4286,8.9998,0 +PL 5.1427,8.9998,0,0,0,0,5.9998,0,0,5.9998,2.5714,0,5.5713,0,0 +L 5.5713,8.9998,0.4286,0 +L 0.8571,8.9998,0,7.7141 +L 1.2857,8.9998,0,8.1426 +L 2.1428,8.9998,0,8.5712 +L 3.857,0,5.9998,0.4286 +L 4.7142,0,5.9998,0.8571 +L 5.1427,0,5.9998,1.2857 + +[005b] [ +PL 2.9999,10.714,0,0,10.714,0,0,-2.9999,0,2.9999,-2.9999,0 +L 0.4286,10.714,0.4286,-2.9999 + +[005c] \ +L 0,8.9998,5.9998,-1.2857 + +[005d] ] +L 2.5714,10.714,2.5714,-2.9999 +PL 0,10.714,0,2.9999,10.714,0,2.9999,-2.9999,0,0,-2.9999,0 + +[005e] ^ +PL 1.2857,6.4284,0,2.1428,7.7141,0,2.9999,6.4284,0 +PL 0,5.1427,0,2.1428,7.2855,0,4.2856,5.1427,0 +L 2.1428,7.2855,2.1428,0 + +[005f] _ +L 0,-0.8571,6.857,-0.8571 + +[0060] ` +PL 1.2857,8.9998,0,0.4286,8.5712,0,0,7.7141,0,0,6.4284,0,0.4286,5.9998,0,0.8571,5.9998,0,1.2857,6.4284,0,1.2857,6.857,0,0.8571,7.2855,0,0.4286,7.2855,0,0,6.857,0,0.4286,8.5712,0 +PLC 0.4286,6.4284,0,0.8571,6.4284,0,0.8571,6.857,0,0.4286,6.857,0 +L 0,7.7141,0.4286,7.2855 + +[0061] a +PL 0.8571,4.7142,0,0.8571,5.1427,0,1.2857,5.1427,0,1.2857,4.2856,0,0.4286,4.2856,0,0.4286,5.1427,0,0.8571,5.5713,0,1.7142,5.9998,0,3.4285,5.9998,0,4.2856,5.5713,0,4.7142,5.1427,0,5.1427,4.2856,0,5.1427,1.2857,0,5.5713,0.4286,0,5.9998,0,0,4.7142,0.4286,0,4.2856,1.2857,0,4.2856,4.7142,0,3.857,5.5713,0,3.4285,5.9998,0 +PL 4.2856,5.1427,0,4.7142,4.2856,0,4.7142,1.2857,0,5.1427,0.4286,0 +L 5.9998,0,6.4284,0 +PL 4.2856,3.857,0,3.857,3.4285,0,1.7142,2.9999,0,0.4286,2.5714,0,0,1.7142,0,0,1.2857,0,0.4286,0.4286,0,1.7142,0,0,2.9999,0,0,3.857,0.4286,0,4.2856,1.2857,0 +PL 0.8571,2.5714,0,0.4286,1.7142,0,0.4286,1.2857,0,0.8571,0.4286,0 +PL 3.857,3.4285,0,2.1428,2.9999,0,1.2857,2.5714,0,0.8571,1.7142,0,0.8571,1.2857,0,1.2857,0.4286,0,1.7142,0,0 + +[0062] b +PL 1.2857,8.9998,0,1.2857,0,0,1.7142,0.4286,0,2.5714,0.4286,0,3.4285,0,0,4.2856,0,0,5.5713,0.4286,0,6.4284,1.2857,0,6.857,2.5714,0,6.857,3.4285,0,6.4284,4.7142,0,5.5713,5.5713,0,4.2856,5.9998,0,3.4285,5.9998,0,2.5714,5.5713,0,2.1428,4.7142,0 +L 1.7142,8.5712,1.7142,0.8571 +PL 0,8.9998,0,2.1428,8.9998,0,2.1428,0.4286,0 +L 2.5714,0.4286,2.1428,1.2857 +PL 5.9998,4.7142,0,6.4284,3.857,0,6.4284,2.1428,0,5.9998,1.2857,0 +PL 4.2856,5.9998,0,5.1427,5.5713,0,5.5713,5.1427,0,5.9998,3.857,0,5.9998,2.1428,0,5.5713,0.8571,0,5.1427,0.4286,0,4.2856,0,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 + +[0063] c +PL 5.1427,4.2856,0,5.1427,4.7142,0,4.7142,4.7142,0,4.7142,3.857,0,5.5713,3.857,0,5.5713,4.7142,0,4.7142,5.5713,0,3.857,5.9998,0,2.5714,5.9998,0,1.2857,5.5713,0,0.4286,4.7142,0,0,3.4285,0,0,2.5714,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5714,0,0,3.4285,0,0,4.7142,0.4286,0,5.5713,1.2857,0 +PL 0.8571,4.7142,0,0.4286,3.857,0,0.4286,2.1428,0,0.8571,1.2857,0 +PL 2.5714,5.9998,0,1.7142,5.5713,0,1.2857,5.1427,0,0.8571,3.857,0,0.8571,2.1428,0,1.2857,0.8571,0,1.7142,0.4286,0,2.5714,0,0 + +[0064] d +PL 4.7142,8.9998,0,4.7142,0,0,6.857,0,0 +L 5.1427,8.5712,5.1427,0.4286 +PL 3.4285,8.9998,0,5.5713,8.9998,0,5.5713,0,0 +PL 4.7142,4.7142,0,4.2856,5.5713,0,3.4285,5.9998,0,2.5714,5.9998,0,1.2857,5.5713,0,0.4286,4.7142,0,0,3.4285,0,0,2.5714,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5714,0,0,3.4285,0,0,4.2856,0.4286,0,4.7142,1.2857,0 +PL 0.8571,4.7142,0,0.4286,3.857,0,0.4286,2.1428,0,0.8571,1.2857,0 +PL 2.5714,5.9998,0,1.7142,5.5713,0,1.2857,5.1427,0,0.8571,3.857,0,0.8571,2.1428,0,1.2857,0.8571,0,1.7142,0.4286,0,2.5714,0,0 +L 3.857,8.9998,4.7142,8.5712 +L 4.2856,8.9998,4.7142,8.1426 +L 5.5713,0.8571,5.9998,0 +L 5.5713,0.4286,6.4284,0 + +[0065] e +PL 0.8571,3.4285,0,5.5713,3.4285,0,5.5713,4.2856,0,5.1427,5.1427,0,4.7142,5.5713,0,3.4285,5.9998,0,2.5714,5.9998,0,1.2857,5.5713,0,0.4286,4.7142,0,0,3.4285,0,0,2.5714,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5714,0,0,3.4285,0,0,4.7142,0.4286,0,5.5713,1.2857,0 +PL 5.1427,3.857,0,5.1427,4.2856,0,4.7142,5.1427,0 +PL 0.8571,4.7142,0,0.4286,3.857,0,0.4286,2.1428,0,0.8571,1.2857,0 +PL 4.7142,3.4285,0,4.7142,4.7142,0,4.2856,5.5713,0,3.4285,5.9998,0 +PL 2.5714,5.9998,0,1.7142,5.5713,0,1.2857,5.1427,0,0.8571,3.857,0,0.8571,2.1428,0,1.2857,0.8571,0,1.7142,0.4286,0,2.5714,0,0 + +[0066] f +PL 4.2856,8.1426,0,4.2856,8.5712,0,3.857,8.5712,0,3.857,7.7141,0,4.7142,7.7141,0,4.7142,8.5712,0,4.2856,8.9998,0,2.9999,8.9998,0,2.1428,8.5712,0,1.7142,8.1426,0,1.2857,6.857,0,1.2857,0,0 +PL 2.1428,8.1426,0,1.7142,6.857,0,1.7142,0.4286,0 +PL 2.9999,8.9998,0,2.5714,8.5712,0,2.1428,7.7141,0,2.1428,0,0 +L 0,5.9998,3.857,5.9998 +L 0,0,3.4285,0 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 + +[0067] g +PL 5.5713,5.5713,0,5.9998,5.1427,0,6.4284,5.5713,0,5.9998,5.9998,0,5.5713,5.9998,0,4.7142,5.5713,0,4.2856,5.1427,0,4.7142,4.2856,0,4.7142,3.4285,0,4.2856,2.5714,0 +PLC 1.7142,5.5713,0,1.2857,5.1427,0,0.8571,4.2856,0,0.8571,3.4285,0,1.2857,2.5714,0,1.7142,2.1428,0,2.5714,1.7142,0,3.4285,1.7142,0,4.2856,2.1428,0,4.7142,2.5714,0,5.1427,3.4285,0,5.1427,4.2856,0,4.7142,5.1427,0,4.2856,5.5713,0,3.4285,5.9998,0,2.5714,5.9998,0 +PL 1.7142,5.1427,0,1.2857,4.2856,0,1.2857,3.4285,0,1.7142,2.5714,0 +PL 2.5714,5.9998,0,2.1428,5.5713,0,1.7142,4.7142,0,1.7142,2.9999,0,2.1428,2.1428,0,2.5714,1.7142,0 +PL 3.4285,1.7142,0,3.857,2.1428,0,4.2856,2.9999,0,4.2856,4.7142,0,3.857,5.5713,0,3.4285,5.9998,0 +PL 1.2857,2.5714,0,0.8571,2.1428,0,0.4286,1.2857,0,0.4286,0.8571,0,0.8571,0,0,1.2857,-0.4286,0,2.5714,-0.8571,0,4.2856,-0.8571,0,5.5713,-1.2857,0,5.9998,-1.7142,0,5.9998,-1.2857,0,5.5713,-0.4286,0,4.2856,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0 +PL 1.2857,0,0,2.5714,-0.4286,0,4.2856,-0.4286,0,5.5713,-0.8571,0 +PL 5.9998,-1.7142,0,5.5713,-2.5714,0,4.2856,-2.9999,0,1.7142,-2.9999,0,0.4286,-2.5714,0,0,-1.7142,0,0,-1.2857,0,0.4286,-0.4286,0,1.7142,0,0,0.8571,-0.4286,0,0.4286,-1.2857,0,0.4286,-1.7142,0,0.8571,-2.5714,0,1.7142,-2.9999,0 + +[0068] h +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +PL 0,8.9998,0,2.1428,8.9998,0,2.1428,0,0 +PL 2.1428,4.2856,0,2.5714,5.1427,0,2.9999,5.5713,0,3.857,5.9998,0,5.1427,5.9998,0,5.9998,5.5713,0,6.4284,5.1427,0,6.857,3.857,0,6.857,0,0 +PL 5.9998,5.1427,0,6.4284,3.857,0,6.4284,0.4286,0 +PL 5.1427,5.9998,0,5.5713,5.5713,0,5.9998,4.2856,0,5.9998,0,0 +L 0,0,3.4285,0 +L 4.7142,0,8.1426,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 +L 5.9998,0.4286,5.1427,0 +L 5.9998,0.8571,5.5713,0 +L 6.857,0.8571,7.2855,0 +L 6.857,0.4286,7.7141,0 + +[0069] i +PLC 1.2857,8.1426,0,2.1428,8.1426,0,2.1428,8.9998,0,1.2857,8.9998,0 +L 1.7142,8.9998,1.7142,8.1426 +L 1.2857,8.5712,2.1428,8.5712 +L 1.2857,5.9998,1.2857,0 +L 1.7142,5.5713,1.7142,0.4286 +PL 0,5.9998,0,2.1428,5.9998,0,2.1428,0,0 +L 0,0,3.4285,0 +L 0.4286,5.9998,1.2857,5.5713 +L 0.8571,5.9998,1.2857,5.1427 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 + +[006a] j +PLC 2.5714,8.1426,0,3.4285,8.1426,0,3.4285,8.9998,0,2.5714,8.9998,0 +L 2.9999,8.9998,2.9999,8.1426 +L 2.5714,8.5712,3.4285,8.5712 +PL 2.5714,5.9998,0,2.5714,-1.2857,0,2.1428,-2.5714,0,1.7142,-2.9999,0,2.5714,-2.5714,0,2.9999,-2.1428,0,3.4285,-0.8571,0,3.4285,5.9998,0,1.2857,5.9998,0 +PL 2.9999,5.5713,0,2.9999,-0.8571,0,2.5714,-2.1428,0 +PL 1.7142,-2.9999,0,0.4286,-2.9999,0,0,-2.5714,0,0,-1.7142,0,0.8571,-1.7142,0,0.8571,-2.5714,0,0.4286,-2.5714,0,0.4286,-2.1428,0 +L 1.7142,5.9998,2.5714,5.5713 +L 2.1428,5.9998,2.5714,5.1427 + +[006b] k +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +PL 0,8.9998,0,2.1428,8.9998,0,2.1428,0,0 +PL 5.1427,5.9998,0,5.9998,5.5713,0,2.1428,1.7142,0 +L 3.857,3.4285,6.857,0 +L 3.857,2.9999,6.4284,0 +L 3.4285,2.9999,5.9998,0 +L 4.7142,5.9998,7.7141,5.9998 +L 0,0,3.4285,0 +L 4.7142,0,7.7141,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 7.2855,5.9998,5.9998,5.5713 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 +L 5.9998,0.8571,5.1427,0 +L 5.5713,0.8571,7.2855,0 + +[006c] l +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +PL 0,8.9998,0,2.1428,8.9998,0,2.1428,0,0 +L 0,0,3.4285,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 + +[006d] m +L 1.2857,5.9998,1.2857,0 +L 1.7142,5.5713,1.7142,0.4286 +PL 0,5.9998,0,2.1428,5.9998,0,2.1428,0,0 +PL 2.1428,4.2856,0,2.5714,5.1427,0,2.9999,5.5713,0,3.857,5.9998,0,5.1427,5.9998,0,5.9998,5.5713,0,6.4284,5.1427,0,6.857,3.857,0,6.857,0,0 +PL 5.9998,5.1427,0,6.4284,3.857,0,6.4284,0.4286,0 +PL 5.1427,5.9998,0,5.5713,5.5713,0,5.9998,4.2856,0,5.9998,0,0 +PL 6.857,4.2856,0,7.2855,5.1427,0,7.7141,5.5713,0,8.5712,5.9998,0,9.8569,5.9998,0,10.714,5.5713,0,11.1426,5.1427,0,11.5711,3.857,0,11.5711,0,0 +PL 10.714,5.1427,0,11.1426,3.857,0,11.1426,0.4286,0 +PL 9.8569,5.9998,0,10.2854,5.5713,0,10.714,4.2856,0,10.714,0,0 +L 0,0,3.4285,0 +L 4.7142,0,8.1426,0 +L 9.4283,0,12.8568,0 +L 0.4286,5.9998,1.2857,5.5713 +L 0.8571,5.9998,1.2857,5.1427 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 +L 5.9998,0.4286,5.1427,0 +L 5.9998,0.8571,5.5713,0 +L 6.857,0.8571,7.2855,0 +L 6.857,0.4286,7.7141,0 +L 10.714,0.4286,9.8569,0 +L 10.714,0.8571,10.2854,0 +L 11.5711,0.8571,11.9997,0 +L 11.5711,0.4286,12.4282,0 + +[006e] n +L 1.2857,5.9998,1.2857,0 +L 1.7142,5.5713,1.7142,0.4286 +PL 0,5.9998,0,2.1428,5.9998,0,2.1428,0,0 +PL 2.1428,4.2856,0,2.5714,5.1427,0,2.9999,5.5713,0,3.857,5.9998,0,5.1427,5.9998,0,5.9998,5.5713,0,6.4284,5.1427,0,6.857,3.857,0,6.857,0,0 +PL 5.9998,5.1427,0,6.4284,3.857,0,6.4284,0.4286,0 +PL 5.1427,5.9998,0,5.5713,5.5713,0,5.9998,4.2856,0,5.9998,0,0 +L 0,0,3.4285,0 +L 4.7142,0,8.1426,0 +L 0.4286,5.9998,1.2857,5.5713 +L 0.8571,5.9998,1.2857,5.1427 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 +L 5.9998,0.4286,5.1427,0 +L 5.9998,0.8571,5.5713,0 +L 6.857,0.8571,7.2855,0 +L 6.857,0.4286,7.7141,0 + +[006f] o +PLC 1.2857,5.5713,0,0.4286,4.7142,0,0,3.4285,0,0,2.5714,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5714,0,0,3.4285,0,0,4.7142,0.4286,0,5.5713,1.2857,0,5.9998,2.5714,0,5.9998,3.4285,0,5.5713,4.7142,0,4.7142,5.5713,0,3.4285,5.9998,0,2.5714,5.9998,0 +PL 0.8571,4.7142,0,0.4286,3.857,0,0.4286,2.1428,0,0.8571,1.2857,0 +PL 5.1427,1.2857,0,5.5713,2.1428,0,5.5713,3.857,0,5.1427,4.7142,0 +PL 2.5714,5.9998,0,1.7142,5.5713,0,1.2857,5.1427,0,0.8571,3.857,0,0.8571,2.1428,0,1.2857,0.8571,0,1.7142,0.4286,0,2.5714,0,0 +PL 3.4285,0,0,4.2856,0.4286,0,4.7142,0.8571,0,5.1427,2.1428,0,5.1427,3.857,0,4.7142,5.1427,0,4.2856,5.5713,0,3.4285,5.9998,0 + +[0070] p +L 1.2857,5.9998,1.2857,-2.9999 +L 1.7142,5.5713,1.7142,-2.5714 +PL 0,5.9998,0,2.1428,5.9998,0,2.1428,-2.9999,0 +PL 2.1428,4.7142,0,2.5714,5.5713,0,3.4285,5.9998,0,4.2856,5.9998,0,5.5713,5.5713,0,6.4284,4.7142,0,6.857,3.4285,0,6.857,2.5714,0,6.4284,1.2857,0,5.5713,0.4286,0,4.2856,0,0,3.4285,0,0,2.5714,0.4286,0,2.1428,1.2857,0 +PL 5.9998,4.7142,0,6.4284,3.857,0,6.4284,2.1428,0,5.9998,1.2857,0 +PL 4.2856,5.9998,0,5.1427,5.5713,0,5.5713,5.1427,0,5.9998,3.857,0,5.9998,2.1428,0,5.5713,0.8571,0,5.1427,0.4286,0,4.2856,0,0 +L 0,-2.9999,3.4285,-2.9999 +L 0.4286,5.9998,1.2857,5.5713 +L 0.8571,5.9998,1.2857,5.1427 +L 1.2857,-2.5714,0.4286,-2.9999 +L 1.2857,-2.1428,0.8571,-2.9999 +L 2.1428,-2.1428,2.5714,-2.9999 +L 2.1428,-2.5714,2.9999,-2.9999 + +[0071] q +L 4.7142,5.5713,4.7142,-2.9999 +L 5.1427,5.1427,5.1427,-2.5714 +PL 4.7142,4.7142,0,4.2856,5.5713,0,5.1427,5.5713,0,5.5713,5.9998,0,5.5713,-2.9999,0 +PL 4.2856,5.5713,0,3.4285,5.9998,0,2.5714,5.9998,0,1.2857,5.5713,0,0.4286,4.7142,0,0,3.4285,0,0,2.5714,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5714,0,0,3.4285,0,0,4.2856,0.4286,0,4.7142,1.2857,0 +PL 0.8571,4.7142,0,0.4286,3.857,0,0.4286,2.1428,0,0.8571,1.2857,0 +PL 2.5714,5.9998,0,1.7142,5.5713,0,1.2857,5.1427,0,0.8571,3.857,0,0.8571,2.1428,0,1.2857,0.8571,0,1.7142,0.4286,0,2.5714,0,0 +L 3.4285,-2.9999,6.857,-2.9999 +L 4.7142,-2.5714,3.857,-2.9999 +L 4.7142,-2.1428,4.2856,-2.9999 +L 5.5713,-2.1428,5.9998,-2.9999 +L 5.5713,-2.5714,6.4284,-2.9999 + +[0072] r +L 1.2857,5.9998,1.2857,0 +L 1.7142,5.5713,1.7142,0.4286 +PL 0,5.9998,0,2.1428,5.9998,0,2.1428,0,0 +PL 5.1427,5.1427,0,5.1427,5.5713,0,4.7142,5.5713,0,4.7142,4.7142,0,5.5713,4.7142,0,5.5713,5.5713,0,5.1427,5.9998,0,4.2856,5.9998,0,3.4285,5.5713,0,2.5714,4.7142,0,2.1428,3.4285,0 +L 0,0,3.4285,0 +L 0.4286,5.9998,1.2857,5.5713 +L 0.8571,5.9998,1.2857,5.1427 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 + +[0073] s +PLC 4.7142,5.9998,0,4.7142,4.2856,0,4.2856,5.1427,0 +PL 4.2856,5.1427,0,3.857,5.5713,0,2.9999,5.9998,0,1.2857,5.9998,0,0.4286,5.5713,0,0,5.1427,0,0,4.2856,0,0.4286,3.4285,0,1.2857,2.9999,0,3.4285,2.5714,0,4.2856,2.1428,0,4.7142,0.8571,0,4.7142,2.1428,0,4.2856,0.4286,0,4.7142,0.8571,0 +L 0.4286,5.5713,0,4.2856 +PL 0.4286,3.857,0,1.2857,3.4285,0,3.4285,2.9999,0,4.2856,2.5714,0 +PL 0,5.1427,0,0.4286,4.2856,0,1.2857,3.857,0,3.4285,3.4285,0,4.2856,2.9999,0,4.7142,2.1428,0 +PL 4.2856,0.4286,0,3.4285,0,0,1.7142,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7142,0,0,0,0,0.4286,0.8571,0 + +[0074] t +PLC 1.2857,2.1428,0,1.7142,0.8571,0,2.1428,0.4286,0,2.9999,0,0,2.5714,0.4286,0,2.1428,1.7142,0,2.1428,8.9998,0,1.2857,8.1426,0 +PL 2.9999,0,0,3.857,0,0,4.7142,0.4286,0,5.1427,1.2857,0 +PL 1.7142,8.1426,0,1.7142,1.7142,0,2.1428,0.8571,0 +L 0,5.9998,3.857,5.9998 + +[0075] u +PL 1.2857,5.9998,0,1.2857,2.1428,0,1.7142,0.8571,0,2.1428,0.4286,0,2.9999,0,0,4.2856,0,0,5.1427,0.4286,0,5.5713,0.8571,0,5.9998,1.7142,0 +PL 1.7142,5.5713,0,1.7142,1.7142,0,2.1428,0.8571,0 +PL 0,5.9998,0,2.1428,5.9998,0,2.1428,1.7142,0,2.5714,0.4286,0,2.9999,0,0 +PL 5.9998,5.9998,0,5.9998,0,0,8.1426,0,0 +L 6.4284,5.5713,6.4284,0.4286 +PL 4.7142,5.9998,0,6.857,5.9998,0,6.857,0,0 +L 0.4286,5.9998,1.2857,5.5713 +L 0.8571,5.9998,1.2857,5.1427 +L 6.857,0.8571,7.2855,0 +L 6.857,0.4286,7.7141,0 + +[0076] v +PL 0.8571,5.9998,0,3.4285,0,0,3.857,0.8571,0,1.7142,5.9998,0 +L 1.2857,5.9998,3.4285,0.8571 +PL 5.1427,5.9998,0,5.9998,5.5713,0,3.857,0.8571,0 +L 0,5.9998,2.9999,5.9998 +L 4.2856,5.9998,6.857,5.9998 +L 0.4286,5.9998,1.7142,5.1427 +L 2.5714,5.9998,1.7142,5.5713 +L 6.4284,5.9998,5.9998,5.5713 + +[0077] w +PL 1.2857,5.9998,0,2.9999,0,0,3.4285,1.2857,0,2.1428,5.9998,0 +L 1.7142,5.9998,2.9999,1.2857 +PL 4.7142,5.9998,0,5.5713,5.9998,0,6.857,1.2857,0,6.4284,0,0,4.7142,5.9998,0,3.4285,1.2857,0 +L 5.1427,5.9998,6.4284,1.2857 +PL 7.2855,5.9998,0,8.1426,5.5713,0,6.857,1.2857,0 +L 0,5.9998,3.4285,5.9998 +L 6.857,5.9998,9.4283,5.9998 +L 0.4286,5.9998,1.7142,5.5713 +L 2.9999,5.9998,2.1428,5.5713 +L 8.9998,5.9998,8.1426,5.5713 + +[0078] x +L 0.8571,5.9998,5.1427,0 +L 1.2857,5.9998,5.5713,0 +L 1.7142,5.9998,5.9998,0 +PL 4.7142,5.9998,0,5.5713,5.5713,0,1.2857,0.4286,0,0.4286,0,0 +L 0,5.9998,2.9999,5.9998 +L 4.2856,5.9998,6.857,5.9998 +L 0,0,2.5714,0 +L 3.857,0,6.857,0 +L 0.4286,5.9998,1.2857,5.5713 +L 2.5714,5.9998,1.7142,5.5713 +L 6.4284,5.9998,5.5713,5.5713 +L 1.2857,0.4286,2.1428,0 +L 5.1427,0.4286,4.2856,0 +L 5.5713,0.4286,6.4284,0 + +[0079] y +L 1.2857,5.9998,3.857,0 +L 1.7142,5.9998,3.857,0.8571 +PL 2.1428,5.9998,0,4.2856,0.8571,0,6.4284,5.5713,0,5.5713,5.9998,0 +PL 4.2856,0.8571,0,2.9999,-1.7142,0,2.1428,-2.5714,0,1.2857,-2.9999,0,0.4286,-2.9999,0,0,-2.5714,0,0,-1.7142,0,0.8571,-1.7142,0,0.8571,-2.5714,0,0.4286,-2.5714,0,0.4286,-2.1428,0 +L 0.4286,5.9998,3.4285,5.9998 +L 4.7142,5.9998,7.2855,5.9998 +L 0.8571,5.9998,2.1428,5.1427 +L 2.9999,5.9998,2.1428,5.5713 +L 6.857,5.9998,6.4284,5.5713 + +[007a] z +PL 4.2856,5.9998,0,0,0,0,5.1427,0,0,5.1427,1.7142,0,4.7142,0,0 +L 4.7142,5.9998,0.4286,0 +PL 0.4286,5.9998,0,0,4.2856,0,0,5.9998,0,5.1427,5.9998,0,0.8571,0,0 +L 0.8571,5.9998,0,4.7142 +L 1.2857,5.9998,0,5.1427 +L 2.1428,5.9998,0,5.5713 +L 2.9999,0,5.1427,0.4286 +L 3.857,0,5.1427,0.8571 +L 4.2856,0,5.1427,1.2857 + +[007b] { +PL 2.1428,10.714,0,1.2857,10.2854,0,0.8571,9.8569,0,0.4286,8.9998,0,0.4286,8.1426,0,0.8571,7.2855,0,1.2857,6.857,0,1.7142,5.9998,0,1.7142,5.1427,0,0.8571,4.2856,0 +PL 1.2857,10.2854,0,0.8571,9.4283,0,0.8571,8.5712,0,1.2857,7.7141,0,1.7142,7.2855,0,2.1428,6.4284,0,2.1428,5.5713,0,1.7142,4.7142,0,0,3.857,0,1.7142,2.9999,0,2.1428,2.1428,0,2.1428,1.2857,0,1.7142,0.4286,0,1.2857,0,0,0.8571,-0.8571,0,0.8571,-1.7142,0,1.2857,-2.5714,0,0.8571,-2.1428,0,0.4286,-1.2857,0,0.4286,-0.4286,0,0.8571,0.4286,0,1.2857,0.8571,0,1.7142,1.7142,0,1.7142,2.5714,0,0.8571,3.4285,0 +L 1.2857,-2.5714,2.1428,-2.9999 + +[007c] | +L 0,10.714,0,-2.9999 + +[007d] } +PL 0,10.714,0,0.8571,10.2854,0,1.2857,9.8569,0,1.7142,8.9998,0,1.7142,8.1426,0,1.2857,7.2855,0,0.8571,6.857,0,0.4286,5.9998,0,0.4286,5.1427,0,1.2857,4.2856,0 +PL 0.8571,10.2854,0,1.2857,9.4283,0,1.2857,8.5712,0,0.8571,7.7141,0,0.4286,7.2855,0,0,6.4284,0,0,5.5713,0,0.4286,4.7142,0,2.1428,3.857,0,0.4286,2.9999,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,0.8571,0,0,1.2857,-0.8571,0,1.2857,-1.7142,0,0.8571,-2.5714,0,1.2857,-2.1428,0,1.7142,-1.2857,0,1.7142,-0.4286,0,1.2857,0.4286,0,0.8571,0.8571,0,0.4286,1.7142,0,0.4286,2.5714,0,1.2857,3.4285,0 +L 0.8571,-2.5714,0,-2.9999 + +[00d3] Ó +PLC 1.7142,8.5712,0,0.8571,7.7141,0,0.4286,6.857,0,0,5.1427,0,0,3.857,0,0.4286,2.1428,0,0.8571,1.2857,0,1.7142,0.4286,0,2.9999,0,0,3.857,0,0,5.1427,0.4286,0,5.9998,1.2857,0,6.4284,2.1428,0,6.857,3.857,0,6.857,5.1427,0,6.4284,6.857,0,5.9998,7.7141,0,5.1427,8.5712,0,3.857,8.9998,0,2.9999,8.9998,0 +PL 1.2857,7.7141,0,0.8571,6.857,0,0.4286,5.5713,0,0.4286,3.4285,0,0.8571,2.1428,0,1.2857,1.2857,0 +PL 5.5713,1.2857,0,5.9998,2.1428,0,6.4284,3.4285,0,6.4284,5.5713,0,5.9998,6.857,0,5.5713,7.7141,0 +PL 2.9999,8.9998,0,2.1428,8.5712,0,1.2857,7.2855,0,0.8571,5.5713,0,0.8571,3.4285,0,1.2857,1.7142,0,2.1428,0.4286,0,2.9999,0,0 +PL 3.857,0,0,4.7142,0.4286,0,5.5713,1.7142,0,5.9998,3.4285,0,5.9998,5.5713,0,5.5713,7.2855,0,4.7142,8.5712,0,3.857,8.9998,0 +PL 4.7142,11.1426,0,4.2856,11.5711,0,3.857,11.5711,0,3.4285,11.9997,0,3.4285,12.4282,0,3.857,12.8568,0,4.2856,12.8568,0,4.7142,12.4282,0,4.7142,11.1426,0,4.2856,10.2854,0,4.7142,11.9997,0,4.2856,11.5711,0 +L 4.2856,10.2854,3.4285,9.8569 +PLC 3.857,11.9997,0,4.2856,11.9997,0,4.2856,12.4282,0,3.857,12.4282,0 + +[00f3] ó +PLC 1.2857,5.5713,0,0.4286,4.7142,0,0,3.4285,0,0,2.5714,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5714,0,0,3.4285,0,0,4.7142,0.4286,0,5.5713,1.2857,0,5.9998,2.5714,0,5.9998,3.4285,0,5.5713,4.7142,0,4.7142,5.5713,0,3.4285,5.9998,0,2.5714,5.9998,0 +PL 0.8571,4.7142,0,0.4286,3.857,0,0.4286,2.1428,0,0.8571,1.2857,0 +PL 5.1427,1.2857,0,5.5713,2.1428,0,5.5713,3.857,0,5.1427,4.7142,0 +PL 2.5714,5.9998,0,1.7142,5.5713,0,1.2857,5.1427,0,0.8571,3.857,0,0.8571,2.1428,0,1.2857,0.8571,0,1.7142,0.4286,0,2.5714,0,0 +PL 3.4285,0,0,4.2856,0.4286,0,4.7142,0.8571,0,5.1427,2.1428,0,5.1427,3.857,0,4.7142,5.1427,0,4.2856,5.5713,0,3.4285,5.9998,0 +PL 4.2856,8.1426,0,3.857,8.5712,0,3.4285,8.5712,0,2.9999,8.9998,0,2.9999,9.4283,0,3.4285,9.8569,0,3.857,9.8569,0,4.2856,9.4283,0,4.2856,8.1426,0,3.857,7.2855,0,4.2856,8.9998,0,3.857,8.5712,0 +L 3.857,7.2855,2.9999,6.857 +PLC 3.4285,8.9998,0,3.857,8.9998,0,3.857,9.4283,0,3.4285,9.4283,0 + +[0104] Ą +PL 6.857,0,0,3.857,8.9998,0,0.8571,0.4286,0,0.4286,0,0 +PL 3.4285,7.7141,0,5.9998,0,0,5.1427,-0.4286,0,4.7142,-1.2857,0,4.7142,-2.5714,0,5.1427,-2.9999,0,5.5713,-2.9999,0,5.9998,-2.5714,0,5.9998,-2.1428,0,5.5713,-1.7142,0,5.1427,-1.7142,0,4.7142,-2.1428,0,5.1427,-0.4286,0 +L 3.857,7.7141,6.4284,0 +L 1.7142,2.5714,5.5713,2.5714 +L 0,0,2.5714,0 +L 4.7142,0,7.7141,0 +L 0.8571,0.4286,1.7142,0 +L 5.9998,0.4286,5.1427,0 +L 5.9998,0.8571,5.5713,0 +L 6.4284,0.8571,7.2855,0 +PLC 5.1427,-2.5714,0,5.5713,-2.5714,0,5.5713,-2.1428,0,5.1427,-2.1428,0 +L 4.7142,-1.2857,5.1427,-1.7142 + +[0105] ą +PL 0.8571,4.7142,0,0.8571,5.1427,0,1.2857,5.1427,0,1.2857,4.2856,0,0.4286,4.2856,0,0.4286,5.1427,0,0.8571,5.5713,0,1.7142,5.9998,0,3.4285,5.9998,0,4.2856,5.5713,0,4.7142,5.1427,0,5.1427,4.2856,0,5.1427,1.2857,0,5.5713,0.4286,0,5.9998,0,0,4.7142,0.4286,0,4.2856,1.2857,0,4.2856,4.7142,0,3.857,5.5713,0,3.4285,5.9998,0 +PL 4.2856,5.1427,0,4.7142,4.2856,0,4.7142,1.2857,0,5.1427,0.4286,0 +PL 5.1427,-0.4286,0,4.7142,-2.1428,0,5.1427,-1.7142,0,5.5713,-1.7142,0,5.9998,-2.1428,0,5.9998,-2.5714,0,5.5713,-2.9999,0,5.1427,-2.9999,0,4.7142,-2.5714,0,4.7142,-1.2857,0,5.1427,-0.4286,0,5.9998,0,0,6.4284,0,0 +PL 4.2856,3.857,0,3.857,3.4285,0,1.7142,2.9999,0,0.4286,2.5714,0,0,1.7142,0,0,1.2857,0,0.4286,0.4286,0,1.7142,0,0,2.9999,0,0,3.857,0.4286,0,4.2856,1.2857,0 +PL 0.8571,2.5714,0,0.4286,1.7142,0,0.4286,1.2857,0,0.8571,0.4286,0 +PL 3.857,3.4285,0,2.1428,2.9999,0,1.2857,2.5714,0,0.8571,1.7142,0,0.8571,1.2857,0,1.2857,0.4286,0,1.7142,0,0 +PLC 5.1427,-2.5714,0,5.5713,-2.5714,0,5.5713,-2.1428,0,5.1427,-2.1428,0 +L 4.7142,-1.2857,5.1427,-1.7142 + +[0106] Ć +PLC 6.4284,8.9998,0,6.4284,6.4284,0,5.9998,7.7141,0 +PL 5.9998,7.7141,0,5.1427,8.5712,0,4.2856,8.9998,0,2.9999,8.9998,0,1.7142,8.5712,0,0.8571,7.7141,0,0.4286,6.857,0,0,5.5713,0,0,3.4285,0,0.4286,2.1428,0,0.8571,1.2857,0,1.7142,0.4286,0,2.9999,0,0,4.2856,0,0,5.1427,0.4286,0,5.9998,1.2857,0,6.4284,2.1428,0 +PL 1.2857,7.7141,0,0.8571,6.857,0,0.4286,5.5713,0,0.4286,3.4285,0,0.8571,2.1428,0,1.2857,1.2857,0 +PL 2.9999,8.9998,0,2.1428,8.5712,0,1.2857,7.2855,0,0.8571,5.5713,0,0.8571,3.4285,0,1.2857,1.7142,0,2.1428,0.4286,0,2.9999,0,0 +PL 4.7142,11.1426,0,4.2856,11.5711,0,3.857,11.5711,0,3.4285,11.9997,0,3.4285,12.4282,0,3.857,12.8568,0,4.2856,12.8568,0,4.7142,12.4282,0,4.7142,11.1426,0,4.2856,10.2854,0,4.7142,11.9997,0,4.2856,11.5711,0 +L 4.2856,10.2854,3.4285,9.8569 +PLC 3.857,11.9997,0,4.2856,11.9997,0,4.2856,12.4282,0,3.857,12.4282,0 + +[0107] ć +PL 5.1427,4.2856,0,5.1427,4.7142,0,4.7142,4.7142,0,4.7142,3.857,0,5.5713,3.857,0,5.5713,4.7142,0,4.7142,5.5713,0,3.857,5.9998,0,2.5714,5.9998,0,1.2857,5.5713,0,0.4286,4.7142,0,0,3.4285,0,0,2.5714,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5714,0,0,3.4285,0,0,4.7142,0.4286,0,5.5713,1.2857,0 +PL 0.8571,4.7142,0,0.4286,3.857,0,0.4286,2.1428,0,0.8571,1.2857,0 +PL 2.5714,5.9998,0,1.7142,5.5713,0,1.2857,5.1427,0,0.8571,3.857,0,0.8571,2.1428,0,1.2857,0.8571,0,1.7142,0.4286,0,2.5714,0,0 +PL 4.2856,8.1426,0,3.857,8.5712,0,3.4285,8.5712,0,2.9999,8.9998,0,2.9999,9.4283,0,3.4285,9.8569,0,3.857,9.8569,0,4.2856,9.4283,0,4.2856,8.1426,0,3.857,7.2855,0,4.2856,8.9998,0,3.857,8.5712,0 +L 3.857,7.2855,2.9999,6.857 +PLC 3.4285,8.9998,0,3.857,8.9998,0,3.857,9.4283,0,3.4285,9.4283,0 + +[0118] Ę +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +L 2.1428,8.9998,2.1428,0 +PL 0,8.9998,0,6.857,8.9998,0,6.857,6.4284,0,6.4284,8.9998,0 +L 2.1428,4.7142,4.7142,4.7142 +PLC 4.7142,2.9999,0,4.2856,4.7142,0,4.7142,6.4284,0 +PL 0,0,0,6.857,0,0,6.857,2.5714,0,6.4284,0,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 2.5714,8.9998,2.1428,8.1426 +L 2.9999,8.9998,2.1428,8.5712 +L 4.7142,8.9998,6.857,8.5712 +L 5.5713,8.9998,6.857,8.1426 +L 5.9998,8.9998,6.857,7.7141 +PL 4.7142,5.5713,0,3.857,4.7142,0,4.7142,3.857,0 +PL 4.7142,5.1427,0,2.9999,4.7142,0,4.7142,4.2856,0 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 +L 4.7142,0,6.857,0.4286 +PL 4.7142,-0.4286,0,4.2856,-2.1428,0,4.7142,-1.7142,0,5.1427,-1.7142,0,5.5713,-2.1428,0,5.5713,-2.5714,0,5.1427,-2.9999,0,4.7142,-2.9999,0,4.2856,-2.5714,0,4.2856,-1.2857,0,4.7142,-0.4286,0,5.5713,0,0,6.857,0.8571,0 +L 5.9998,0,6.857,1.2857 +PLC 4.7142,-2.5714,0,5.1427,-2.5714,0,5.1427,-2.1428,0,4.7142,-2.1428,0 +L 4.2856,-1.2857,4.7142,-1.7142 + +[0119] ę +PL 0.8571,3.4285,0,5.5713,3.4285,0,5.5713,4.2856,0,5.1427,5.1427,0,4.7142,5.5713,0,3.4285,5.9998,0,2.5714,5.9998,0,1.2857,5.5713,0,0.4286,4.7142,0,0,3.4285,0,0,2.5714,0,0.4286,1.2857,0,1.2857,0.4286,0,2.5714,0,0,3.4285,0,0,4.7142,0.4286,0,5.5713,1.2857,0 +PL 5.1427,3.857,0,5.1427,4.2856,0,4.7142,5.1427,0 +PL 0.8571,4.7142,0,0.4286,3.857,0,0.4286,2.1428,0,0.8571,1.2857,0 +PL 4.7142,3.4285,0,4.7142,4.7142,0,4.2856,5.5713,0,3.4285,5.9998,0 +PL 2.5714,5.9998,0,1.7142,5.5713,0,1.2857,5.1427,0,0.8571,3.857,0,0.8571,2.1428,0,1.2857,0.8571,0,1.7142,0.4286,0,2.5714,0,0 +PL 4.7142,0.4286,0,3.857,0,0,3.4285,-0.8571,0,3.4285,-2.1428,0,3.857,-2.5714,0,4.2856,-2.5714,0,4.7142,-2.1428,0,4.7142,-1.7142,0,4.2856,-1.2857,0,3.857,-1.2857,0,3.4285,-1.7142,0,3.857,0,0 +PLC 3.857,-2.1428,0,4.2856,-2.1428,0,4.2856,-1.7142,0,3.857,-1.7142,0 +L 3.4285,-0.8571,3.857,-1.2857 + +[0141] Ł +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +L 2.1428,8.9998,2.1428,0 +L 0,8.9998,3.4285,8.9998 +PL 0,0,0,6.4284,0,0,6.4284,2.5714,0,5.9998,0,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 2.5714,8.9998,2.1428,8.1426 +L 2.9999,8.9998,2.1428,8.5712 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 +L 4.2856,0,6.4284,0.4286 +L 5.1427,0,6.4284,0.8571 +L 5.5713,0,6.4284,1.2857 +PLC 0,3.4285,0,0,2.9999,0,3.857,5.9998,0,3.857,6.4284,0 + +[0142] ł +L 1.2857,8.9998,1.2857,0 +L 1.7142,8.5712,1.7142,0.4286 +PL 0,8.9998,0,2.1428,8.9998,0,2.1428,0,0 +L 0,0,3.4285,0 +L 0.4286,8.9998,1.2857,8.5712 +L 0.8571,8.9998,1.2857,8.1426 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 +PLC 0,3.4285,0,0,2.9999,0,3.4285,5.9998,0,3.4285,6.4284,0 + +[0143] Ń +PL 6.4284,8.9998,0,7.2855,8.5712,0,7.2855,0,0,1.2857,8.9998,0,1.2857,0.4286,0,0.4286,0,0 +L 1.7142,8.9998,6.857,1.2857 +PL 0,8.9998,0,2.1428,8.9998,0,7.2855,1.2857,0 +L 5.9998,8.9998,8.5712,8.9998 +L 0,0,2.5714,0 +L 0.4286,8.9998,1.2857,8.5712 +L 8.1426,8.9998,7.2855,8.5712 +L 1.2857,0.4286,2.1428,0 +PL 5.5713,11.1426,0,5.1427,11.5711,0,4.7142,11.5711,0,4.2856,11.9997,0,4.2856,12.4282,0,4.7142,12.8568,0,5.1427,12.8568,0,5.5713,12.4282,0,5.5713,11.1426,0,5.1427,10.2854,0,5.5713,11.9997,0,5.1427,11.5711,0 +L 5.1427,10.2854,4.2856,9.8569 +PLC 4.7142,11.9997,0,5.1427,11.9997,0,5.1427,12.4282,0,4.7142,12.4282,0 + +[0144] ń +L 1.2857,5.9998,1.2857,0 +L 1.7142,5.5713,1.7142,0.4286 +PL 0,5.9998,0,2.1428,5.9998,0,2.1428,0,0 +PL 2.1428,4.2856,0,2.5714,5.1427,0,2.9999,5.5713,0,3.857,5.9998,0,5.1427,5.9998,0,5.9998,5.5713,0,6.4284,5.1427,0,6.857,3.857,0,6.857,0,0 +PL 5.9998,5.1427,0,6.4284,3.857,0,6.4284,0.4286,0 +PL 5.1427,5.9998,0,5.5713,5.5713,0,5.9998,4.2856,0,5.9998,0,0 +L 0,0,3.4285,0 +L 4.7142,0,8.1426,0 +L 0.4286,5.9998,1.2857,5.5713 +L 0.8571,5.9998,1.2857,5.1427 +L 1.2857,0.4286,0.4286,0 +L 1.2857,0.8571,0.8571,0 +L 2.1428,0.8571,2.5714,0 +L 2.1428,0.4286,2.9999,0 +L 5.9998,0.4286,5.1427,0 +L 5.9998,0.8571,5.5713,0 +L 6.857,0.8571,7.2855,0 +L 6.857,0.4286,7.7141,0 +PL 5.1427,8.1426,0,4.7142,8.5712,0,4.2856,8.5712,0,3.857,8.9998,0,3.857,9.4283,0,4.2856,9.8569,0,4.7142,9.8569,0,5.1427,9.4283,0,5.1427,8.1426,0,4.7142,7.2855,0,5.1427,8.9998,0,4.7142,8.5712,0 +L 4.7142,7.2855,3.857,6.857 +PLC 4.2856,8.9998,0,4.7142,8.9998,0,4.7142,9.4283,0,4.2856,9.4283,0 + +[015a] Ś +PLC 5.9998,8.9998,0,5.9998,6.4284,0,5.5713,7.7141,0 +PL 5.5713,7.7141,0,4.7142,8.5712,0,3.4285,8.9998,0,2.1428,8.9998,0,0.8571,8.5712,0,0,7.7141,0,0,6.4284,0,0.4286,5.5713,0,1.7142,4.7142,0,4.2856,3.857,0,5.1427,3.4285,0,5.5713,2.5714,0,5.5713,1.2857,0,5.1427,0.4286,0,5.5713,0.8571,0,5.9998,1.7142,0,5.9998,2.9999,0,5.5713,3.857,0,4.2856,4.7142,0,1.7142,5.5713,0,0.8571,5.9998,0,0.4286,6.857,0,0.4286,7.7141,0,0.8571,8.5712,0 +PL 0.4286,6.4284,0,0.8571,5.5713,0,1.7142,5.1427,0,4.2856,4.2856,0,5.1427,3.857,0,5.5713,2.9999,0 +PL 5.1427,0.4286,0,3.857,0,0,2.5714,0,0,1.2857,0.4286,0,0.4286,1.2857,0,0,2.5714,0,0,0,0,0.4286,1.2857,0 +PL 4.2856,11.1426,0,3.857,11.5711,0,3.4285,11.5711,0,2.9999,11.9997,0,2.9999,12.4282,0,3.4285,12.8568,0,3.857,12.8568,0,4.2856,12.4282,0,4.2856,11.1426,0,3.857,10.2854,0,4.2856,11.9997,0,3.857,11.5711,0 +L 3.857,10.2854,2.9999,9.8569 +PLC 3.4285,11.9997,0,3.857,11.9997,0,3.857,12.4282,0,3.4285,12.4282,0 + +[015b] ś +PLC 4.7142,5.9998,0,4.7142,4.2856,0,4.2856,5.1427,0 +PL 4.2856,5.1427,0,3.857,5.5713,0,2.9999,5.9998,0,1.2857,5.9998,0,0.4286,5.5713,0,0,5.1427,0,0,4.2856,0,0.4286,3.4285,0,1.2857,2.9999,0,3.4285,2.5714,0,4.2856,2.1428,0,4.7142,0.8571,0,4.7142,2.1428,0,4.2856,0.4286,0,4.7142,0.8571,0 +L 0.4286,5.5713,0,4.2856 +PL 0.4286,3.857,0,1.2857,3.4285,0,3.4285,2.9999,0,4.2856,2.5714,0 +PL 0,5.1427,0,0.4286,4.2856,0,1.2857,3.857,0,3.4285,3.4285,0,4.2856,2.9999,0,4.7142,2.1428,0 +PL 4.2856,0.4286,0,3.4285,0,0,1.7142,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7142,0,0,0,0,0.4286,0.8571,0 +PL 3.4285,8.1426,0,2.9999,8.5712,0,2.5714,8.5712,0,2.1428,8.9998,0,2.1428,9.4283,0,2.5714,9.8569,0,2.9999,9.8569,0,3.4285,9.4283,0,3.4285,8.1426,0,2.9999,7.2855,0,3.4285,8.9998,0,2.9999,8.5712,0 +L 2.9999,7.2855,2.1428,6.857 +PLC 2.5714,8.9998,0,2.9999,8.9998,0,2.9999,9.4283,0,2.5714,9.4283,0 + +[0179] Ź +PL 0.8571,0,0,5.9998,8.9998,0,0,8.9998,0,0,6.4284,0,0.4286,8.9998,0 +PL 5.1427,8.9998,0,0,0,0,5.9998,0,0,5.9998,2.5714,0,5.5713,0,0 +L 5.5713,8.9998,0.4286,0 +L 0.8571,8.9998,0,7.7141 +L 1.2857,8.9998,0,8.1426 +L 2.1428,8.9998,0,8.5712 +L 3.857,0,5.9998,0.4286 +L 4.7142,0,5.9998,0.8571 +L 5.1427,0,5.9998,1.2857 +PL 4.2856,11.1426,0,3.857,11.5711,0,3.4285,11.5711,0,2.9999,11.9997,0,2.9999,12.4282,0,3.4285,12.8568,0,3.857,12.8568,0,4.2856,12.4282,0,4.2856,11.1426,0,3.857,10.2854,0,4.2856,11.9997,0,3.857,11.5711,0 +L 3.857,10.2854,2.9999,9.8569 +PLC 3.4285,11.9997,0,3.857,11.9997,0,3.857,12.4282,0,3.4285,12.4282,0 + +[017a] ź +PL 4.2856,5.9998,0,0,0,0,5.1427,0,0,5.1427,1.7142,0,4.7142,0,0 +L 4.7142,5.9998,0.4286,0 +PL 0.4286,5.9998,0,0,4.2856,0,0,5.9998,0,5.1427,5.9998,0,0.8571,0,0 +L 0.8571,5.9998,0,4.7142 +L 1.2857,5.9998,0,5.1427 +L 2.1428,5.9998,0,5.5713 +L 2.9999,0,5.1427,0.4286 +L 3.857,0,5.1427,0.8571 +L 4.2856,0,5.1427,1.2857 +PL 3.857,8.1426,0,3.4285,8.5712,0,2.9999,8.5712,0,2.5714,8.9998,0,2.5714,9.4283,0,2.9999,9.8569,0,3.4285,9.8569,0,3.857,9.4283,0,3.857,8.1426,0,3.4285,7.2855,0,3.857,8.9998,0,3.4285,8.5712,0 +L 3.4285,7.2855,2.5714,6.857 +PLC 2.9999,8.9998,0,3.4285,8.9998,0,3.4285,9.4283,0,2.9999,9.4283,0 + +[017b] Ż +PL 0.8571,0,0,5.9998,8.9998,0,0,8.9998,0,0,6.4284,0,0.4286,8.9998,0 +PL 5.1427,8.9998,0,0,0,0,5.9998,0,0,5.9998,2.5714,0,5.5713,0,0 +L 5.5713,8.9998,0.4286,0 +L 0.8571,8.9998,0,7.7141 +L 1.2857,8.9998,0,8.1426 +L 2.1428,8.9998,0,8.5712 +L 3.857,0,5.9998,0.4286 +L 4.7142,0,5.9998,0.8571 +L 5.1427,0,5.9998,1.2857 +PLC 2.5714,10.714,0,2.5714,10.2854,0,2.9999,9.8569,0,3.4285,9.8569,0,3.857,10.2854,0,3.857,10.714,0,3.4285,11.1426,0,2.9999,11.1426,0 +PLC 2.9999,10.2854,0,3.4285,10.2854,0,3.4285,10.714,0,2.9999,10.714,0 + +[017c] ż +PL 4.2856,5.9998,0,0,0,0,5.1427,0,0,5.1427,1.7142,0,4.7142,0,0 +L 4.7142,5.9998,0.4286,0 +PL 0.4286,5.9998,0,0,4.2856,0,0,5.9998,0,5.1427,5.9998,0,0.8571,0,0 +L 0.8571,5.9998,0,4.7142 +L 1.2857,5.9998,0,5.1427 +L 2.1428,5.9998,0,5.5713 +L 2.9999,0,5.1427,0.4286 +L 3.857,0,5.1427,0.8571 +L 4.2856,0,5.1427,1.2857 +PLC 2.1428,7.7141,0,2.1428,7.2855,0,2.5714,6.857,0,2.9999,6.857,0,3.4285,7.2855,0,3.4285,7.7141,0,2.9999,8.1426,0,2.5714,8.1426,0 +PLC 2.5714,7.2855,0,2.9999,7.2855,0,2.9999,7.7141,0,2.5714,7.7141,0 diff --git a/assets/fonts/SansND.cxf b/assets/fonts/SansND.cxf new file mode 100644 index 00000000..71e2766d --- /dev/null +++ b/assets/fonts/SansND.cxf @@ -0,0 +1,981 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Sans Normal Duplex +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# AuxiliaryLines: +# Author: David Julien-Waring + +[0021] ! +PLC 0,3,0,0,9,0,0.25,9,0,0.25,3,0 +PLC 0,0.5,0,0.25,0.5,0,0.25,0,0,0,0,0 + +[0022] " +PLC 1,9,0,1.25,9,0,0.75,7,0,0.5,7,0 +PLC 4,9,0,4.25,9,0,3.75,7,0,3.5,7,0 + +[0023] # +PLC 0,2.75,0,2,2.75,0,2,6.5,0,0,6.5,0,0,6.75,0,2,6.75,0,2,9,0,2.25,9,0,2.25,6.75,0,5,6.75,0,5,9,0,5.25,9,0,5.25,6.75,0,7,6.75,0,7,6.5,0,5.25,6.5,0,5.25,2.75,0,7,2.75,0,7,2.5,0,5.25,2.5,0,5.25,0,0,5,0,0,5,2.5,0,2.25,2.5,0,2.25,0,0,2,0,0,2,2.5,0,0,2.5,0 +PLC 2.25,6.5,0,2.25,2.75,0,5,2.75,0,5,6.5,0 + +[0024] $ +PLC 1.3476,5.0877,-0.7882,2.091,8.1818,-0.0189,2.5,8.1664,0,2.5,9,0,2.75,9,0,2.75,8.1416,-0.0872,4.5455,7.5942,0,4.4323,7.3713,0.0857,2.75,7.8896,0,2.75,4.4881,0,3.6525,3.9123,-0.7882,2.9092,0.8182,-0.0073,2.75,0.8205,0,2.75,0,0,2.5,0,0,2.5,0.8336,-0.0989,0.4546,1.4058,0,0.5678,1.6287,0.098,2.5,1.0844,0,2.5,4.3525,0 +PLC 1.4612,5.3104,0,2.5,4.6476,0,2.5,7.9156,0.0198,2.091,7.9318,0.7882 +PLC 3.539,3.6896,0,2.75,4.193,0,2.75,1.0706,0.0077,2.9092,1.0682,0.7882 + +[0025] % +PLC 0,0,0,0.1915,-0.1607,0,7.7434,8.8393,0,7.5519,9,0 +PL 1.5,9,1,1.5,6,1,1.5,9,1 +PL 1.5,8.75,-1,1.5,6.25,-1,1.5,8.75,-1 +PL 6,3,1,6,0,1,6,3,1 +PL 6,2.75,-1,6,0.25,-1,6,2.75,-1 + +[0026] & +PLC 4.2131,1.398,0,3.426,0.5976,-1,0.574,3.4024,0,2.1018,5.1492,0,1.1928,6.7643,-2.0034,3.5695,6.4482,0,2.4062,5.1181,0,4.268,1.8103,0,5.8218,3.3903,0,6,3.215,0,4.3956,1.5836,0,5.2179,0.1226,0,5,0,0 +PLC 1.4107,6.8869,0,2.2764,5.3488,0,3.3912,6.6235,2.0034 +PLC 3.2477,0.7729,0,4.0855,1.6248,0,2.2316,4.9186,0,0.7523,3.2271,1 + +[0027] ' +PLC 1,9,0,1.2425,8.9394,0,0.7425,6.9394,0,0.5,7,0 + +[0028] ( +PLC 1,-1,-0.2,1,9,0,1.2308,8.9038,0.2,1.2308,-0.9038,0 + +[0029] ) +PLC 0,9,0,0.2308,9.0962,-0.2,0.2308,-1.0962,0,0,-1,0.2 + +[002a] * +PLC 2.0317,3.8614,0,0.1118,2.9014,0,0,3.125,0,1.875,4.0625,0,0,5,0,0.1118,5.2236,0,2.0317,4.2636,0,2.0317,6,0,2.2817,6,0,2.2817,4.2659,0,4,5.125,0,4.1118,4.9014,0,2.434,4.0625,0,4.1118,3.2236,0,4,3,0,2.2817,3.8591,0,2.2817,2,0,2.0317,2,0 + +[002b] + +PLC 0,4.125,0,1.875,4.125,0,1.875,6,0,2.125,6,0,2.125,4.125,0,4,4.125,0,4,3.875,0,2.125,3.875,0,2.125,2,0,1.875,2,0,1.875,3.875,0,0,3.875,0 + +[002c] , +PLC 0,-3,0,1,0,0,0.75,0,0,0.75,0.5,0,1.25,0.5,0,1.25,0.0406,0,0.2372,-3.0791,0 + +[002d] - +PLC 4,4,0,0,4,0,0,4.25,0,4,4.25,0 + +[002e] . +PLC 0,0.5,0,0.25,0.5,0,0.25,0,0,0,0,0 + +[002f] / +PLC 4.2285,8.8985,0,0.2285,-0.1015,0,0,0,0,4,9,0 + +[0030] 0 +PLC 2,9,-0.1208,2.4304,8.8945,-0.0736,2.7019,8.7136,-0.0794,3.0666,8.3064,-0.1208,4,4.4982,-0.1208,3.0666,0.69,-0.0794,2.7019,0.2828,-0.0736,2.4304,0.1019,-0.1208,2,-0.0036,-0.1208,1.5696,0.1019,-0.0736,1.2981,0.2828,-0.0794,0.9334,0.69,-0.1208,0,4.4982,-0.1208,0.9334,8.3064,-0.0794,1.2981,8.7136,-0.0736,1.5696,8.8945,-0.1208 +PLC 2,8.75,0.1208,1.6852,8.6728,-0.01,1.6762,8.6684,0.0736,1.4657,8.5281,-0.0132,1.4557,8.5196,0.0775,1.1496,8.1804,0.1204,0.25,4.4982,0.1204,1.1496,0.816,0.0775,1.4557,0.4768,-0.0132,1.4657,0.4683,0.0736,1.6762,0.328,-0.01,1.6852,0.3236,0.1208,2,0.2464,0.1208,2.3148,0.3236,-0.01,2.3238,0.328,0.0736,2.5343,0.4683,-0.0132,2.5443,0.4768,0.0775,2.8504,0.816,0.1204,3.75,4.4982,0.1204,2.8504,8.1804,0.0775,2.5443,8.5196,-0.0132,2.5343,8.5281,0.0736,2.3238,8.6684,-0.01,2.3148,8.6728,0.1208 + +[0031] 1 +PLC 2,9,0,2.25,9,0,2.25,0,0,2,0,0,2,8.6464,0,0.1768,6.8232,0,0,7,0 + +[0032] 2 +PLC 3.6978,7.4243,0.7777,0.3056,7.4375,0,0.0635,7.5,-0.7746,3.9365,7.5001,-0.2164,3.8804,6.675,0,0.4187,0.25,0,4,0.25,0,4,0,0,0,0,0,3.6603,6.7936,0.2209 + +[0033] 3 +PLC 2,9,-0.8364,2.696,5.125,-0.3136,4,3.25,0,4,2,-0.4142,2,0,0,0,0,0,0,0.25,0,2,0.25,0.4142,3.75,2,0,3.75,3.25,0.4142,2,5,0,1,5,0,1,5.25,0,2,5.25,1,2,8.75,0,0,8.75,0,0,9,0 + +[0034] 4 +PLC 2,9,0,2.2404,8.9313,0,0.3314,2.25,0,3.25,2.25,0,3.25,4,0,3.5,4,0,3.5,2.25,0,5,2.25,0,5,2,0,3.5,2,0,3.5,0,0,3.25,0,0,3.25,2,0,0,2,0 + +[0035] 5 +PLC 0,9,0,4,9,0,4,8.75,0,0.25,8.75,0,0.25,5,0,2,5,-0.4142,4,3,0,4,2,-0.4142,2,0,0,0,0,0,0,0.25,0,2,0.25,0.4142,3.75,2,0,3.75,3,0.4142,2,4.75,0,0,4.75,0 + +[0036] 6 +PLC 0,3.8039,-0.2679,3,9,0,3.125,8.7835,0.2125,0.3758,5,0,2,5,-0.4142,4,3,0,4,2,-1,0,2,0 +PLC 0.25,2,1,3.75,2,0,3.75,3,0.4142,2,4.75,0,0.3284,4.75,0.0413,0.25,3.8039,0 + +[0037] 7 +PLC 4,9,0,2.8889,5,0,3.6429,5,0,3.6429,4.75,0,2.8194,4.75,0,1.5,0,0,1.2591,0.0669,0,2.56,4.75,0,1.6429,4.75,0,1.6429,5,0,2.6294,5,0,3.6711,8.75,0,0,8.75,0,0,9,0 + +[0038] 8 +PLC 4,2,-1,0,2,0,0,3.2503,-0.3171,1.3282,5.1341,-0.303,0.25,6.75,0,0.25,7.25,-1,3.75,7.25,0,3.75,6.75,-0.303,2.6718,5.1341,-0.3171,4,3.2503,0 +PLC 0.5,6.75,1,3.5,6.75,0,3.5,7.25,1,0.5,7.25,0 +PLC 3.75,2,0,3.75,3.2503,1,0.25,3.2503,0,0.25,2,1 + +[0039] 9 +PLC 4,5.1962,-0.2679,1,0,0,0.875,0.2165,0.2125,3.6242,4,0,2,4,-0.4142,0,6,0,0,7,-1,4,7,0 +PLC 0.25,6,0.4142,2,4.25,0,3.6716,4.25,0.0413,3.75,5.1962,0,3.75,7,1,0.25,7,0 + +[003a] : +PLC 0,0.5,0,0.25,0.5,0,0.25,0,0,0,0,0 +PLC 0.25,3.5,0,0,3.5,0,0,4,0,0.25,4,0 + +[003b] ; +PLC 1,3.5,0,0.75,3.5,0,0.75,4,0,1,4,0 +PLC 0,-3,0,1,0,0,0.75,0,0,0.75,0.5,0,1.25,0.5,0,1.25,0.0406,0,0.2372,-3.0791,0 + +[003c] < +PLC 0,3.5,0,4,7,0,4.1646,6.8119,0,0.3796,3.5,0,4.1646,0.1881,0,4,0,0 + +[003d] = +PLC 4,5.5,0,4,5.25,0,0,5.25,0,0,5.5,0 +PLC 4,2.5,0,4,2.25,0,0,2.25,0,0,2.5,0 + +[003e] > +PLC 4.1646,3.5,0,0.1646,0,0,0,0.1881,0,3.785,3.5,0,0,6.8119,0,0.1646,7,0 + +[003f] ? +PLC 1.75,0.5,0,2,0.5,0,2,0,0,1.75,0,0 +PLC 2.1279,4.6425,0,3.456,6.6348,0.1396,3.749,7.5479,0.403,2.5,8.75,0,1.5,8.75,0.4142,0.25,7.5,0,0.25,7,0,0,7,0,0,7.5,-0.4142,1.5,9,0,2.5,9,-0.4047,3.9992,7.549,-0.1408,3.6641,6.4962,0,2.3359,4.5039,0.1481,2,3.3945,0,2,3,0,1.75,3,0,1.75,3.3945,-0.1481 + +[0040] @ +PLC 6.2286,2.7462,-0.2452,4.3999,1.7504,-0.4679,2.2333,4.4413,0,2.353,5.0393,-0.3575,5.0496,7.25,0,5.1703,7.25,-0.3168,6.8179,6.0897,0,7,7,0,7.2451,6.951,0,6.5667,3.5587,0,6.4808,3.1293,0.8282,8.211,2.4285,5.6078,5.9805,0.5162,0,7.9129,1.2343,0,8,1,0,6.0676,0.2819,-5.6864,8.4081,2.2692,-0.6775 +PLC 6.3215,3.6078,0,6.6412,5.2058,0.4733,5.1703,7,0,5.0496,7,0.3575,2.5981,4.9903,0,2.4785,4.3922,0.4672,4.3999,2.0004,0.3519 + +[0041] A +PLC 5.0793,2.75,0,3.1185,8.6066,0,1.1578,2.75,0 +PLC 3.2505,9,0,6.2371,0.0794,0,6,0,0,5.163,2.5,0,1.0741,2.5,0,0.2371,0,0,0,0.0794,0,2.9866,9,0 + +[0042] B +PLC 2.5,9,-0.8195,3.2706,5.1544,-0.3335,5,2.85,0,5,2.4,-0.4142,2.6,0,0,0,0,0,0,9,0 +PLC 2.5,5.25,1,2.5,8.75,0,0.25,8.75,0,0.25,5.25,0 +PLC 4.75,2.85,0.4142,2.6,5,0,0.25,5,0,0.25,0.25,0,2.6,0.25,0.4142,4.75,2.4,0 + +[0043] C +PLC 2,9,0,4,9,0,4,8.75,0,2,8.75,0.4142,0.25,7,0,0.25,2,0.4142,2,0.25,0,4,0.25,0,4,0,0,2,0,-0.4142,0,2,0,0,7,-0.4142 + +[0044] D +PLC 3,0,0,0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142 +PLC 4.75,2,0,4.75,7,0.4142,3,8.75,0,0.25,8.75,0,0.25,0.25,0,3,0.25,0.4142 + +[0045] E +PLC 0,9,0,4,9,0,4,8.75,0,0.25,8.75,0,0.25,5,0,3,5,0,3,4.75,0,0.25,4.75,0,0.25,0.25,0,4,0.25,0,4,0,0,0,0,0 + +[0046] F +PLC 0,9,0,4,9,0,4,8.75,0,0.25,8.75,0,0.25,5,0,4,5,0,4,4.75,0,0.25,4.75,0,0.25,0,0,0,0,0 + +[0047] G +PLC 2,9,0,5,9,0,5,8.75,0,2,8.75,0.4142,0.25,7,0,0.25,2,0.4142,2,0.25,0,4.75,0.25,0,4.75,4.75,0,3.5,4.75,0,3.5,5,0,5,5,0,5,0,0,2,0,-0.4142,0,2,0,0,7,-0.4142 + +[0048] H +PLC 0,0,0,0,9,0,0.25,9,0,0.25,5,0,4.75,5,0,4.75,9,0,5,9,0,5,0,0,4.75,0,0,4.75,4.75,0,0.25,4.75,0,0.25,0,0 + +[0049] I +PLC 0,0,0,0,9,0,0.25,9,0,0.25,0,0 + +[004a] J +PLC 3,2,-0.4142,1,0,0,0,0,0,0,0.25,0,1,0.25,0.4142,2.75,2,0,2.75,9,0,3,9,0 + +[004b] K +PLC 0.25,3.4033,0,0.25,0,0,0,0,0,0,9,0,0.25,9,0,0.25,3.775,0,5,9,0,5.185,8.8318,0,1.9835,5.3102,0,5.2121,0.1323,0,5,0,0,1.8088,5.118,0 + +[004c] L +PLC 0,0,0,0,9,0,0.25,9,0,0.25,0.25,0,4,0.25,0,4,0,0 + +[004d] M +PLC 0,9,0,3,4,0,6,9,0,6,0,0,5.75,0,0,5.75,8.0974,0,3,3.5141,0,0.25,8.0974,0,0.25,0,0,0,0,0 + +[004e] N +PLC 0,9,0,0.25,9,0,4.75,0.4737,0,4.75,9,0,5,9,0,5,0,0,4.75,0,0,0.25,8.5263,0,0.25,0,0,0,0,0 + +[004f] O +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +PLC 0.25,7,0,0.25,2,0.4142,2,0.25,0,3,0.25,0.4142,4.75,2,0,4.75,7,0.4142,3,8.75,0,2,8.75,0.4142 + +[0050] P +PLC 0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0.25,4,0,0.25,0,0,0,0,0 +PLC 3,8.75,0,0.25,8.75,0,0.25,4.25,0,3,4.25,0.4142,4.75,6,0,4.75,7,0.4142 + +[0051] Q +PLC 2,9,0,3,9,-0.4142,5,7,0,5,2,-0.1481,4.6641,0.8906,0,6,0,0,5.8613,-0.208,0,4.5124,0.6913,-0.2177,3,0,0,2,0,-0.4142,0,2,0,0,7,-0.4142 +PLC 0.25,7,0,0.25,2,0.4142,2,0.25,0,3,0.25,0.213,4.3025,0.8312,0,2.8613,1.792,0,3,2,0,4.4561,1.0293,0.1481,4.75,2,0,4.75,7,0.4142,3,8.75,0,2,8.75,0.4142 + +[0052] R +PLC 0,9,0,3,9,-0.4142,5,7,0,5,6,-0.375,3.2703,4.0184,0,5.2236,0.1118,0,5,0,0,3,4,0,0.25,4,0,0.25,0,0,0,0,0 +PLC 3,8.75,0,0.25,8.75,0,0.25,4.25,0,3,4.25,0.4142,4.75,6,0,4.75,7,0.4142 + +[0053] S +PLC 2,9,-0.118,5,8.2818,0,4.8868,8.0589,0.118,2,8.75,0.7882,1.205,5.441,0,3.9086,3.7817,-0.7882,3,0,-0.118,0,0.7182,0,0.1132,0.9411,0.118,3,0.25,0.7882,3.795,3.559,0,1.0914,5.2183,-0.7882 + +[0054] T +PLC 6,9,0,6,8.75,0,3.25,8.75,0,3.25,0,0,3,0,0,3,8.75,0,0,8.75,0,0,9,0 + +[0055] U +PLC 0,2.5,0,0,9,0,0.25,9,0,0.25,2.5,1,4.75,2.5,0,4.75,9,0,5,9,0,5,2.5,-1 + +[0056] V +PLC 3,0,0,0,9,0,0.2372,9.0791,0,3,0.7906,0,5.7628,9.0791,0,6,9,0 + +[0057] W +PLC 2,0,0,0,9,0,0.244,9.0542,0,2.0483,0.9353,0,3.8365,6.3,0,4.1635,6.3,0,5.9518,0.9353,0,7.756,9.0542,0,8,9,0,6,0,0,4,6,0 + +[0058] X +PLC 0,0.1387,0,3.0578,4.7253,0,0.208,9,0,0.416,9.1387,0,3.208,4.9507,0,6,9.1387,0,6.208,9,0,3.3582,4.7253,0,6.416,0.1387,0,6.208,0,0,3.208,4.5,0,0.208,0,0 + +[0059] Y +PLC 0.2,9.15,0,3,5.4167,0,5.8,9.15,0,6,9,0,3.1071,5.1429,0,3.1071,0,0,2.8571,0,0,2.8571,5.1905,0,0,9,0 + +[005a] Z +PLC 5,9,0,0.4148,0.25,0,5,0.25,0,5,0,0,0,0,0,4.6224,8.75,0,0,8.75,0,0,9,0 + +[005b] [ +PLC 0,-1,0,0,9,0,1,9,0,1,8.75,0,0.25,8.75,0,0.25,-0.75,0,1,-0.75,0,1,-1,0 + +[005c] \ +PLC 4,0,0,0,9,0,0.2285,9.1015,0,4.2285,0.1015,0 + +[005d] ] +PLC 1,9,0,1,-1,0,0,-1,0,0,-0.75,0,0.75,-0.75,0,0.75,8.75,0,0,8.75,0,0,9,0 + +[005e] ^ +PLC 3.5,9,0,7,5.0001,0,6.8119,4.8355,0,3.5,8.6204,0,0.1881,4.8355,0,0,5.0001,0 + +[005f] _ +PLC 5,0,0,0,0,0,0,0.25,0,5,0.25,0 + +[0060] ` +PLC 2,7,0,0,9,0,0.1768,9.1768,0,2.1768,7.1768,0 + +[0061] a +PLC 2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,3.75,3,0,3.75,4.5,0.4142,2.5,5.75,0,0.5,5.75,0,0.5,6,0 +PLC 1.5,0.25,0,3.75,0.25,0,3.75,2.75,0,1.5,2.75,1 + +[0062] b +PLC 0,0,0,0,9,0,0.25,9,0,0.25,6,0,2.5,6,-0.4142,4,4.5,0,4,1.5,-0.4142,2.5,0,0 +PLC 3.75,1.5,0,3.75,4.5,0.4142,2.5,5.75,0,0.25,5.75,0,0.25,0.25,0,2.5,0.25,0.4142 + +[0063] c +PLC 1.5,6,0,3,6,0,3,5.75,0,1.5,5.75,0.4142,0.25,4.5,0,0.25,1.5,0.4142,1.5,0.25,0,3,0.25,0,3,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142 + +[0064] d +PLC 4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,3.75,6,0,3.75,9,0,4,9,0 +PLC 1.5,0.25,0,3.75,0.25,0,3.75,5.75,0,1.5,5.75,0.4142,0.25,4.5,0,0.25,1.5,0.4142 + +[0065] e +PLC 4,4,0,4,3,0,0.25,3,0,0.25,1.5,0.4142,1.5,0.25,0,4,0.25,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4,-1 +PLC 0.25,4,0,0.25,3.25,0,3.75,3.25,0,3.75,4,1 + +[0066] f +PLC 1,7.5,-0.4142,2.5,9,0,3,9,0,3,8.75,0,2.5,8.75,0.4142,1.25,7.5,0,1.25,6,0,3,6,0,3,5.75,0,1.25,5.75,0,1.25,0,0,1,0,0,1,5.75,0,0,5.75,0,0,6,0,1,6,0 + +[0067] g +PLC 2.5,-3,0,0,-3,0,0,-2.75,0,2.5,-2.75,0.4142,3.75,-1.5,0,3.75,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0,4,-1.5,-0.4142 +PLC 0.25,4.5,0,0.25,1.5,0.4142,1.5,0.25,0,3.75,0.25,0,3.75,5.75,0,1.5,5.75,0.4142 + +[0068] h +PLC 0,0,0,0,9,0,0.25,9,0,0.25,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,3.75,0,0,3.75,4.5,0.4142,2.5,5.75,0,0.25,5.75,0,0.25,0,0 + +[0069] i +PLC 0,6,0,0.25,6,0,0.25,0,0,0,0,0 +PLC 0,9,0,0.25,9,0,0.25,8.5,0,0,8.5,0 + +[006a] j +PLC 0.5,-3,0,0,-3,0,0,-2.75,0,0.5,-2.75,0.4142,1.75,-1.5,0,1.75,6,0,2,6,0,2,-1.5,-0.4142 +PLC 2,9,0,2,8.5,0,1.75,8.5,0,1.75,9,0 + +[006b] k +PLC 0,0,0,0,9,0,0.25,9,0,0.25,3.6563,0,4,6,0,4.1325,5.788,0,1.6646,4.2455,0,4.2125,0.1316,0,4,0,0,1.4525,4.113,0,0.25,3.3614,0,0.25,0,0 + +[006c] l +PLC 0,1,0,0,9,0,0.25,9,0,0.25,1,0.4142,1,0.25,0,1,0,-0.4142 + +[006d] m +PLC 0,6,0,4.5,6,-0.4142,6,4.5,0,6,0,0,5.75,0,0,5.75,4.5,0.4142,4.5,5.75,0,3.25,5.75,0,3.25,0,0,3,0,0,3,5.75,0,0.25,5.75,0,0.25,0,0,0,0,0 + +[006e] n +PLC 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,3.75,0,0,3.75,4.5,0.4142,2.5,5.75,0,0.25,5.75,0,0.25,0,0,0,0,0 + +[006f] o +PLC 0,2,0,0,4,-1,4,4,0,4,2,-1 +PLC 0.25,2,1,3.75,2,0,3.75,4,1,0.25,4,0 + +[0070] p +PLC 4,1.5,-0.4142,2.5,0,0,0.25,0,0,0.25,-3,0,0,-3,0,0,6,0,2.5,6,-0.4142,4,4.5,0 +PLC 2.5,5.75,0,0.25,5.75,0,0.25,0.25,0,2.5,0.25,0.4142,3.75,1.5,0,3.75,4.5,0.4142 + +[0071] q +PLC 1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0,4,-3,0,3.75,-3,0,3.75,0,0 +PLC 1.5,0.25,0,3.75,0.25,0,3.75,5.75,0,1.5,5.75,0.4142,0.25,4.5,0,0.25,1.5,0.4142 + +[0072] r +PLC 0,6,0,2,6,-0.4142,3,5,0,2.75,5,0.4142,2,5.75,0,0.25,5.75,0,0.25,0,0,0,0,0 + +[0073] s +PLC 0.8919,5.6735,-0.1997,4,5.4391,0,3.8869,5.2161,0.1997,0.9703,5.4361,0.6971,0.9091,3.6545,0,3.1854,2.4551,-0.6971,3.1081,0.2047,-0.1997,0,0.4391,0,0.1131,0.662,0.1997,3.0297,0.442,0.6971,3.0909,2.2236,0,0.8146,3.4231,-0.6971 + +[0074] t +PLC 1,0,0,1,5.75,0,0,5.75,0,0,6,0,1,6,0,1,9,0,1.25,9,0,1.25,6,0,3,6,0,3,5.75,0,1.25,5.75,0,1.25,0,0 + +[0075] u +PLC 0,1.5,0,0,6,0,0.25,6,0,0.25,1.5,0.4142,1.5,0.25,0,3.75,0.25,0,3.75,6,0,4,6,0,4,0,0,1.5,0,-0.4142 + +[0076] v +PLC 2,0,0,0,6,0,0.2372,6.0791,0,2,0.7906,0,3.7628,6.0791,0,4,6,0 + +[0077] w +PLC 1.5,0,0,0,6,0,0.2425,6.0606,0,1.5478,0.8395,0,3,4.712,0,4.4522,0.8395,0,5.7575,6.0606,0,6,6,0,4.5,0,0,3,4,0 + +[0078] x +PLC 0.189,0,0,0.019,0.1387,0,2.0387,3.2253,0,0.189,6,0,0.397,6.1387,0,2.189,3.4507,0,3.981,6.1387,0,4.189,6,0,2.3392,3.2253,0,4.397,0.1387,0,4.189,0,0,2.189,3,0 + +[0079] y +PLC 1.228,-2.3162,-0.3228,0.2793,-3,0,0,-3,0,0,-2.75,0,0.2793,-2.75,0.3228,0.9907,-2.2372,0,1.8682,0.3953,0,0,6,0,0.2372,6.0791,0,2,0.7906,0,3.7628,6.0791,0,4,6,0 + +[007a] z +PLC 4,0,0,0,0,0,3.5238,5.75,0,0,5.75,0,0,6,0,3.9702,6,0,0.4464,0.25,0,4,0.25,0 + +[007b] { +PLC 1.25,0,0.4142,2,-0.75,0,2,-1,-0.4142,1,0,0,1,3,0.4142,0,4,0.4142,1,5,0,1,8,-0.4142,2,9,0,2,8.75,0.4142,1.25,8,0,1.25,5,-0.2361,0.75,4,-0.2361,1.25,3,0 + +[007c] | +PLC 0,0,0,0,9,0,0.25,9,0,0.25,0,0 + +[007d] } +PLC 0,-1,0,0,-0.75,0.4142,0.75,0,0,0.75,3,-0.2361,1.25,4,-0.2361,0.75,5,0,0.75,8,0.4142,0,8.75,0,0,9,-0.4142,1,8,0,1,5,0.4142,2,4,0.4142,1,3,0,1,0,-0.4142 + +[007e] ~ +PLC 3.7629,3.4124,0,4.0001,3.3334,-0.4066,2.6928,2.6583,0,1.2344,3.1026,0.4066,0.2372,2.5876,0,0,2.6666,-0.4066,1.3073,3.3417,0,2.7656,2.8974,0.4066 + +[00a1] ¡ +PLC 0,8.7,0,0,9,0,0.25,9,0,0.25,8.7,0 +PLC 0,0,0,0,7,0,0.25,7,0,0.25,0,0 + +[00a2] ¢ +PLC 1.756,0.0542,0,2.1074,1.6359,-0.9199,3.4045,7.4726,0,3.756,9.0542,0,4,9,0,3.6508,7.4286,-0.0764,4.5,7.0981,0,4.375,6.8816,0.0764,3.5966,7.1845,0,2.4034,1.8155,0.1877,4.375,2.1184,0,4.5,1.9019,-0.1877,2.3492,1.5714,0,2,0,0 +PL 3.35,7.2276,0.9129,2.1619,1.8808,0,3.35,7.2276,0 + +[00a3] £ +PLC 2,1,-3.2533,1.369,1.9294,0,1.75,1.7008,0,1.75,4.5,0,0,4.5,0,0,4.75,0,1.75,4.75,0,1.75,7,-1,5.75,7,0,5.5,7,1,2,7,0,2,4.75,0,4,4.75,0,4,4.5,0,2,4.5,0,2,1.5508,0,3.7451,0.5037,0.6197,5.75,1.5,0,6,1.5,-0.6197,3.5941,0.3045,0,2,1.2624,0 +PLC 1.75,1,0,1.75,1.4127,0,1.2768,1.6971,3.2533 + +[00a4] ¤ +PL 1.5,5.75,1,1.5,3.25,1,1.5,5.75,1 +PLC 0.5314,5.6454,-0.3661,2.4686,5.6454,0,2.9116,6.0884,0,3.0884,5.9116,0,2.6454,5.4686,-0.3661,2.6454,3.5314,0,3.0884,3.0884,0,2.9116,2.9116,0,2.4686,3.3546,-0.3661,0.5314,3.3546,0,0.0884,2.9116,0,-0.0884,3.0884,0,0.3546,3.5314,-0.3661,0.3546,5.4686,0,-0.0884,5.9116,0,0.0884,6.0884,0 + +[00a5] ¥ +PLC 2.875,5,0,2.875,5.1667,0,0,9,0,0.2,9.15,0,3,5.4167,0,5.8,9.15,0,6,9,0,3.125,5.1667,0,3.125,5,0,4.5,5,0,4.5,4.75,0,3.125,4.75,0,3.125,4,0,4.5,4,0,4.5,3.75,0,3.125,3.75,0,3.125,0,0,2.875,0,0,2.875,3.75,0,1.5,3.75,0,1.5,4,0,2.875,4,0,2.875,4.75,0,1.5,4.75,0,1.5,5,0 + +[00a6] ¦ +PLC 0,5,0,0,9,0,0.25,9,0,0.25,5,0 +PLC 0,0,0,0,4,0,0.25,4,0,0.25,0,0 + +[00a7] § +PLC 1.5,2.75,-0.813,0.9005,5.625,-1.8503,3,7,0,2.75,7,2.4142,1.5,5.75,-0.813,2.0995,2.875,-1.8503,0,1.5,0,0.25,1.5,2.4142 +PL 1.5,5.5,1,1.5,3,1,1.5,5.5,1 + +[00a8] ¨ +PLC 2,10.75,0,2,10.25,0,1.75,10.25,0,1.75,10.75,0 +PLC 0,10.75,0,0.25,10.75,0,0.25,10.25,0,0,10.25,0 + +[00a9] © +PLC 4.0556,8,0,5.6111,8,0,5.6111,7.75,0,4.0556,7.75,0.4142,2.75,6.4444,0,2.75,2.5556,0.4142,4.0556,1.25,0,5.6111,1.25,0,5.6111,1,0,4.0556,1,-0.4142,2.5,2.5556,0,2.5,6.4444,-0.4142 +PL 4.5,9,-1,4.5,0,-1,4.5,9,-1 +PL 4.5,8.75,1,4.5,0.25,1,4.5,8.75,1 + +[00aa] ª +PLC 1.25,9,-0.4142,2,8.25,0,2,6,0,0.75,6,-1,0.75,7.5,0,1.75,7.5,0,1.75,8.25,0.4142,1.25,8.75,0,0.25,8.75,0,0.25,9,0 +PLC 2,5.4,0,0,5.4,0,0,5.65,0,2,5.65,0 +PLC 0.75,6.25,0,1.75,6.25,0,1.75,7.25,0,0.75,7.25,1 + +[00ab] « +PLC 0,4,0,2,6,0,2.1768,5.8232,0,0.3536,4,0,2.1768,2.1768,0,2,2,0 +PLC 1,4,0,3,6,0,3.1768,5.8232,0,1.3536,4,0,3.1768,2.1768,0,3,2,0 + +[00ac] ¬ +PLC 5,4,0,5,3,0,4.75,3,0,4.75,3.75,0,0,3.75,0,0,4,0 + +[00ad] ­ +PLC 5,4,0,0,4,0,0,4.25,0,5,4.25,0 + +[00ae] ® +PL 4.5,0,-1,4.5,9,-1,4.5,0,-1 +PLC 4.5,4,0,4.3202,4,0,6.1952,1.6562,0,6,1.5,0,4,4,0,3.25,4,0,3.25,1.5,0,3,1.5,0,3,7.2,0,4.5,7.2,-1 +PL 4.5,0.25,1,4.5,8.75,1,4.5,0.25,1 +PLC 4.5,4.25,1,4.5,6.95,0,3.25,6.95,0,3.25,4.25,0 + +[00af] ¯ +PLC 3,8,0,3,7.75,0,0,7.75,0,0,8,0 + +[00b0] ° +PL 1.5,6,-1,1.5,9,-1,1.5,6,-1 +PL 1.5,6.25,1,1.5,8.75,1,1.5,6.25,1 + +[00b1] ± +PLC 3.9999,1,0,0.0001,1,0,0.0001,1.25,0,3.9999,1.25,0 +PLC 1.8749,3,0,1.8749,4.875,0,0.0001,4.875,0,0.0001,5.125,0,1.8749,5.125,0,1.8749,7,0,2.1249,7,0,2.1249,5.125,0,3.9999,5.125,0,3.9999,4.875,0,2.1249,4.875,0,2.1249,3,0 + +[00b2] ² +PLC 0,6,0,0,6.2499,0,1.051,8.3166,0.1991,1.0628,8.4694,0.7529,0.2624,8.4408,0,0.0198,8.5013,-0.7529,1.3004,8.547,-0.1991,1.2738,8.2033,0,0.2805,6.25,0,1.3333,6.25,0,1.3333,6,0 + +[00b3] ³ +PLC 0.6667,9,-0.7288,1.0554,7.7917,-0.2417,1.3333,7.25,0,1.3334,6.6667,-0.4142,0.6667,6,0,0,6,0,0,6.25,0,0.6667,6.25,0.4142,1.0833,6.6667,0,1.0834,7.25,0.4142,0.6667,7.6667,0,0.3333,7.6667,0,0.3333,7.9167,0,0.6667,7.9166,1,0.6667,8.75,0,0,8.75,0,0,9,0 + +[00b4] ´ +PLC 3.5,10.75,0,3.6387,10.542,0,2.1387,9.542,0,2,9.75,0 + +[00b5] µ +PLC 0,-2,0,0,6,0,0.25,6,0,0.25,1.5,0.4142,1.5,0.25,0,4,0.25,0,4,6,0,4.25,6,0,4.25,1.5,0.4142,5.5,0.25,0,5.5,0,-0.2514,4.25,0.6708,0,4.25,0,0,1.5,0,-0.2514,0.25,0.6708,0,0.25,-2,0 + +[00b6] ¶ +PLC 1,6,-1,1,8,0,4,8,0,4,7.75,0,3.25,7.75,0,3.25,0,0,3,0,0,3,7.75,0,2.25,7.75,0,2.25,0,0,2,0,0,2,7.75,0,1,7.75,1,1,6.25,0 + +[00b7] · +PL 1.5,2.5,-1,1.5,4.5,-1,1.5,2.5,-1 +PL 1.5,2.75,1,1.5,4.25,1,1.5,2.75,1 + +[00b8] ¸ +PLC 2.5,-1.25,0,2,-1.25,0,2,-1,0,2.25,-1,0,2.25,0,0,2.5,0,0 + +[00b9] ¹ +PLC 0.5,9,0,0.5,6,0,0.25,6,0,0.25,8.3964,0,0.1768,8.3232,0,0,8.5,0 + +[00ba] º +PLC 0,7,0,0,8,-1,2,8,0,2,7,-1 +PLC 2,5.4,0,0,5.4,0,0,5.65,0,2,5.65,0 +PLC 0.25,8,0,0.25,7,1,1.75,7,0,1.75,8,1 + +[00bb] » +PLC 2.1768,4,0,0.1768,2,0,0,2.1768,0,1.8232,4,0,0,5.8232,0,0.1768,6,0 +PLC 3.1768,4,0,1.1768,2,0,1,2.1768,0,2.8232,4,0,1,5.8232,0,1.1768,6,0 + +[00bc] ¼ +PLC 0.5,9,0,0.5,6,0,0.25,6,0,0.25,8.3964,0,0.1768,8.3232,0,0,8.5,0 +PLC 3.5,7.75,0,3.7176,7.627,0,0.4676,1.877,0,0.25,2,0 +PLC 3,3,0,3.238,2.9235,0,2.593,0.9167,0,3.25,0.9167,0,3.25,1.3333,0,3.5,1.3333,0,3.5,0.9167,0,4,0.9167,0,4,0.6667,0,3.5,0.6667,0,3.5,0,0,3.25,0,0,3.25,0.6667,0,2.25,0.6667,0 + +[00bd] ½ +PLC 2.12,0,0,2.12,0.2499,0,3.171,2.3166,0.1991,3.1828,2.4694,0.7529,2.3824,2.4408,0,2.1398,2.5013,-0.7529,3.4204,2.547,-0.1991,3.3938,2.2033,0,2.4005,0.25,0,3.4533,0.25,0,3.4533,0,0 +PLC 0.5,9,0,0.5,6,0,0.25,6,0,0.25,8.3964,0,0.1768,8.3232,0,0,8.5,0 +PLC 3.5,7.75,0,3.7176,7.627,0,0.4676,1.877,0,0.25,2,0 + +[00be] ¾ +PLC 0.6667,9,-0.7288,1.0554,7.7917,-0.2417,1.3333,7.25,0,1.3334,6.6667,-0.4142,0.6667,6,0,0,6,0,0,6.25,0,0.6667,6.25,0.4142,1.0833,6.6667,0,1.0834,7.25,0.4142,0.6667,7.6667,0,0.3333,7.6667,0,0.3333,7.9167,0,0.6667,7.9166,1,0.6667,8.75,0,0,8.75,0,0,9,0 +PLC 3.5,7.75,0,3.7176,7.627,0,0.4676,1.877,0,0.25,2,0 +PLC 3,3,0,3.238,2.9235,0,2.593,0.9167,0,3.25,0.9167,0,3.25,1.3333,0,3.5,1.3333,0,3.5,0.9167,0,4,0.9167,0,4,0.6667,0,3.5,0.6667,0,3.5,0,0,3.25,0,0,3.25,0.6667,0,2.25,0.6667,0 + +[00bf] ¿ +PLC 2.25,8.5,0,2,8.5,0,2,9,0,2.25,9,0 +PLC 1.8721,4.3575,0,0.544,2.3652,0.1396,0.251,1.4521,0.403,1.5,0.25,0,2.5,0.25,0.4142,3.75,1.5,0,3.75,2,0,4,2,0,4,1.5,-0.4142,2.5,0,0,1.5,0,-0.4047,0.0008,1.451,-0.1408,0.3359,2.5038,0,1.6641,4.4961,0.1481,2,5.6055,0,2,6,0,2.25,6,0,2.25,5.6055,-0.1481 + +[00c0] À +PLC 5.0793,2.75,0,3.1185,8.6066,0,1.1578,2.75,0 +PLC 3.2505,9,0,6.2371,0.0794,0,6,0,0,5.163,2.5,0,1.0741,2.5,0,0.2371,0,0,0,0.0794,0,2.9866,9,0 +PLC 2,10.75,0,3.5,9.75,0,3.3613,9.542,0,1.8613,10.542,0 + +[00c1] Á +PLC 5.0793,2.75,0,3.1185,8.6066,0,1.1578,2.75,0 +PLC 3.2505,9,0,6.2371,0.0794,0,6,0,0,5.163,2.5,0,1.0741,2.5,0,0.2371,0,0,0,0.0794,0,2.9866,9,0 +PLC 4.2375,10.7497,0,4.3762,10.5417,0,2.8759,9.5421,0,2.7373,9.7501,0 + +[00c2]  +PLC 5.0793,2.75,0,3.1185,8.6066,0,1.1578,2.75,0 +PLC 3.2505,9,0,6.2371,0.0794,0,6,0,0,5.163,2.5,0,1.0741,2.5,0,0.2371,0,0,0,0.0794,0,2.9866,9,0 +PLC 3.1186,10.75,0,4.6186,9.75,0,4.4799,9.542,0,3.1186,10.4495,0,1.7573,9.542,0,1.6186,9.75,0 + +[00c3] à +PLC 5.0793,2.75,0,3.1185,8.6066,0,1.1578,2.75,0 +PLC 3.2505,9,0,6.2371,0.0794,0,6,0,0,5.163,2.5,0,1.0741,2.5,0,0.2371,0,0,0,0.0794,0,2.9866,9,0 +PLC 4.7845,10.0526,-0.6083,3.01,9.979,0.6083,1.6791,9.9238,0,1.4526,10.0295,-0.6083,3.2271,10.1031,0.6083,4.558,10.1582,0 + +[00c4] Ä +PLC 5.0793,2.75,0,3.1185,8.6066,0,1.1578,2.75,0 +PLC 3.2505,9,0,6.2371,0.0794,0,6,0,0,5.163,2.5,0,1.0741,2.5,0,0.2371,0,0,0,0.0794,0,2.9866,9,0 +PLC 4.1186,10.75,0,4.1186,10.25,0,3.8686,10.25,0,3.8686,10.75,0 +PLC 2.1186,10.75,0,2.3686,10.75,0,2.3686,10.25,0,2.1186,10.25,0 + +[00c5] Å +PLC 5.0793,2.75,0,3.1185,8.6066,0,1.1578,2.75,0 +PLC 3.2505,9,0,6.2371,0.0794,0,6,0,0,5.163,2.5,0,1.0741,2.5,0,0.2371,0,0,0,0.0794,0,2.9866,9,0 +PL 3.1186,10.85,-1,3.1186,10.15,-1,3.1186,10.85,0 +PL 3.1186,9.9,1,3.1186,11.1,1,3.1186,9.9,0 + +[00c6] Æ +PLC 3,2.75,0,3,8.2526,0,1.1578,2.75,0 +PLC 3.25,8.75,0,3.25,5,0,5,5,0,5,4.75,0,3.25,4.75,0,3.25,0.25,0,6,0.25,0,6,0,0,3,0,0,3,2.5,0,1.0741,2.5,0,0.2371,0,0,0,0.0794,0,2.9866,9,0,6,9,0,6,8.75,0 + +[00c7] Ç +PLC 2,9,0,4,9,0,4,8.75,0,2,8.75,0.4142,0.25,7,0,0.25,2,0.4142,2,0.25,0,4,0.25,0,4,0,0,2.75,0,0,2.75,-1.25,0,2,-1.25,0,2,-1,0,2.5,-1,0,2.5,0,0,2,0,-0.4142,0,2,0,0,7,-0.4142 + +[00c8] È +PLC 0,9,0,4,9,0,4,8.75,0,0.25,8.75,0,0.25,5,0,3,5,0,3,4.75,0,0.25,4.75,0,0.25,0.25,0,4,0.25,0,4,0,0,0,0,0 +PLC 2,10.75,0,3.5,9.75,0,3.3613,9.542,0,1.8613,10.542,0 + +[00c9] É +PLC 0,9,0,4,9,0,4,8.75,0,0.25,8.75,0,0.25,5,0,3,5,0,3,4.75,0,0.25,4.75,0,0.25,0.25,0,4,0.25,0,4,0,0,0,0,0 +PLC 3.5,10.75,0,2,9.75,0,1.8613,9.958,0,3.3613,10.958,0 + +[00ca] Ê +PLC 0,9,0,4,9,0,4,8.75,0,0.25,8.75,0,0.25,5,0,3,5,0,3,4.75,0,0.25,4.75,0,0.25,0.25,0,4,0.25,0,4,0,0,0,0,0 +PLC 2.5,10.75,0,4,9.75,0,3.8613,9.542,0,2.5,10.4495,0,1.1387,9.542,0,1,9.75,0 + +[00cb] Ë +PLC 0,9,0,4,9,0,4,8.75,0,0.25,8.75,0,0.25,5,0,3,5,0,3,4.75,0,0.25,4.75,0,0.25,0.25,0,4,0.25,0,4,0,0,0,0,0 +PLC 2,10.75,0,2.25,10.75,0,2.25,10.25,0,2,10.25,0 +PLC 4,10.75,0,4,10.25,0,3.75,10.25,0,3.75,10.75,0 + +[00cc] Ì +PLC 0.5,0,0,0.5,9,0,0.75,9,0,0.75,0,0 +PLC 0,10.75,0,0.1387,10.958,0,1.6387,9.958,0,1.5,9.75,0 + +[00cd] Í +PLC 1,0,0,1,9,0,1.25,9,0,1.25,0,0 +PLC 1.5,10.75,0,1.6387,10.542,0,0.1387,9.542,0,0,9.75,0 + +[00ce] Î +PLC 1.5,0,0,1.5,9,0,1.75,9,0,1.75,0,0 +PLC 1.5,10.75,0,3,9.75,0,2.8613,9.542,0,1.5,10.4495,0,0.1387,9.542,0,0,9.75,0 + +[00cf] Ï +PLC 1,0,0,1,9,0,1.25,9,0,1.25,0,0 +PLC 0,10.75,0,0.25,10.75,0,0.25,10.25,0,0,10.25,0 +PLC 2,10.75,0,2,10.25,0,1.75,10.25,0,1.75,10.75,0 + +[00d0] Ð +PLC 4,0,0,1,0,0,1,4,0,0,4,0,0,4.25,0,1,4.25,0,1,9,0,4,9,-0.4142,6,7,0,6,2,-0.4142 +PLC 4,8.75,0,1.25,8.75,0,1.25,4.25,0,2,4.25,0,2,4,0,1.25,4,0,1.25,0.25,0,4,0.25,0.4142,5.75,2,0,5.75,7,0.4142 + +[00d1] Ñ +PLC 4.166,10.0526,-0.6083,2.3915,9.979,0.6083,1.0606,9.9238,0,0.834,10.0294,-0.6083,2.6085,10.103,0.6083,3.9394,10.1582,0 +PLC 0,9,0,0.25,9,0,4.75,0.4737,0,4.75,9,0,5,9,0,5,0,0,4.75,0,0,0.25,8.5263,0,0.25,0,0,0,0,0 + +[00d2] Ò +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +PLC 2,10.75,0,3.5,9.75,0,3.3613,9.542,0,1.8613,10.542,0 +PLC 0.25,7,0,0.25,2,0.4142,2,0.25,0,3,0.25,0.4142,4.75,2,0,4.75,7,0.4142,3,8.75,0,2,8.75,0.4142 + +[00d3] Ó +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +PLC 3.5,10.75,0,3.6387,10.542,0,2.1387,9.542,0,2,9.75,0 +PLC 0.25,7,0,0.25,2,0.4142,2,0.25,0,3,0.25,0.4142,4.75,2,0,4.75,7,0.4142,3,8.75,0,2,8.75,0.4142 + +[00d4] Ô +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +PLC 2.5,10.75,0,4,9.75,0,3.8613,9.542,0,2.5,10.4495,0,1.1387,9.542,0,1,9.75,0 +PLC 0.25,7,0,0.25,2,0.4142,2,0.25,0,3,0.25,0.4142,4.75,2,0,4.75,7,0.4142,3,8.75,0,2,8.75,0.4142 + +[00d5] Õ +PLC 4.166,10.0526,-0.6083,2.3915,9.979,0.6083,1.0606,9.9238,0,0.834,10.0294,-0.6083,2.6085,10.103,0.6083,3.9394,10.1582,0 +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +PLC 0.25,7,0,0.25,2,0.4142,2,0.25,0,3,0.25,0.4142,4.75,2,0,4.75,7,0.4142,3,8.75,0,2,8.75,0.4142 + +[00d6] Ö +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +PLC 0.25,7,0,0.25,2,0.4142,2,0.25,0,3,0.25,0.4142,4.75,2,0,4.75,7,0.4142,3,8.75,0,2,8.75,0.4142 +PLC 1.5,10.75,0,1.75,10.75,0,1.75,10.25,0,1.5,10.25,0 +PLC 3.5,10.75,0,3.5,10.25,0,3.25,10.25,0,3.25,10.75,0 + +[00d7] × +PLC 0.1867,6.0884,0,2.0983,4.1768,0,4.0099,6.0884,0,4.1867,5.9116,0,2.2751,4,0,4.1867,2.0884,0,4.0099,1.9116,0,2.0983,3.8232,0,0.1867,1.9116,0,0.0099,2.0884,0,1.9215,4,0,0.0099,5.9116,0 + +[00d8] Ø +PLC 0,6.5,-0.5782,3.7555,8.6619,0,3.8814,9.0395,0,4.1186,8.9605,0,3.972,8.5207,-0.2397,5,6.5,0,5,2.5,-0.5782,1.2445,0.3381,0,1.1186,0.0395,0,0.8814,0.0395,0,1.028,0.4793,-0.2397,0,2.5,0 +PLC 0.25,6.5,0,0.25,2.5,0.2304,1.1114,0.7296,0,3.6746,8.4191,0.5859 +PLC 4.75,2.5,0,4.75,6.5,0.2304,3.8886,8.2704,0,1.3254,0.5809,0.5859 + +[00d9] Ù +PLC 0,2.5,0,0,9,0,0.25,9,0,0.25,2.5,1,4.75,2.5,0,4.75,9,0,5,9,0,5,2.5,-1 +PLC 2,10.75,0,3.5,9.75,0,3.3613,9.542,0,1.8613,10.542,0 + +[00da] Ú +PLC 0,2.5,0,0,9,0,0.25,9,0,0.25,2.5,1,4.75,2.5,0,4.75,9,0,5,9,0,5,2.5,-1 +PLC 3.5,10.75,0,3.6387,10.542,0,2.1387,9.542,0,2,9.75,0 + +[00db] Û +PLC 0,2.5,0,0,9,0,0.25,9,0,0.25,2.5,1,4.75,2.5,0,4.75,9,0,5,9,0,5,2.5,-1 +PLC 2.5,10.75,0,4,9.75,0,3.8613,9.542,0,2.5,10.4495,0,1.1387,9.542,0,1,9.75,0 + +[00dc] Ü +PLC 0,2.5,0,0,9,0,0.25,9,0,0.25,2.5,1,4.75,2.5,0,4.75,9,0,5,9,0,5,2.5,-1 +PLC 1.5,10.75,0,1.75,10.75,0,1.75,10.25,0,1.5,10.25,0 +PLC 3.5,10.75,0,3.5,10.25,0,3.25,10.25,0,3.25,10.75,0 + +[00dd] Ý +PLC 3.6,10.75,0,3.6791,10.5128,0,2.1791,10.0128,0,2.1,10.25,0 +PLC 0.2,9.075,0,3.1,5.2083,0,6,9.075,0,6.2,8.925,0,3.225,4.9583,0,3.225,0,0,2.975,0,0,2.975,4.9583,0,0,8.925,0 + +[00de] Þ +PLC 0,9,0,0.25,9,0,0.25,7,0,3,7,-0.4142,5,5,0,5,4,-0.4142,3,2,0,0.25,2,0,0.25,0,0,0,0,0 +PLC 3,6.75,0,0.25,6.75,0,0.25,2.25,0,3,2.25,0.4142,4.75,4,0,4.75,5,0.4142 + +[00df] ß +PLC 4.9,2.4,-0.4142,2.5,0,0,1,0,0,1,0.25,0,2.5,0.25,0.4142,4.65,2.4,0,4.65,2.85,0.4142,2.5,5,0,1,5,0,1,5.25,0,2.5,5.25,1,2.5,8.75,0,2,8.75,0.4142,0.25,7,0,0.25,0,0,0,0,0,0,7,-0.4142,2,9,0,2.5,9,-0.8292,3.2276,5.137,-0.3266,4.9,2.85,0 + +[00e0] à +PLC 2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,3.75,3,0,3.75,4.5,0.4142,2.5,5.75,0,0.5,5.75,0,0.5,6,0 +PLC 2,9,0,3,8,0,2.8232,7.8232,0,1.8232,8.8232,0 +PLC 1.5,0.25,0,3.75,0.25,0,3.75,2.75,0,1.5,2.75,1 + +[00e1] á +PLC 2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,3.75,3,0,3.75,4.5,0.4142,2.5,5.75,0,0.5,5.75,0,0.5,6,0 +PLC 3,9,0,3.1768,8.8232,0,2.1768,7.8232,0,2,8,0 +PLC 1.5,0.25,0,3.75,0.25,0,3.75,2.75,0,1.5,2.75,1 + +[00e2] â +PLC 2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,3.75,3,0,3.75,4.5,0.4142,2.5,5.75,0,0.5,5.75,0,0.5,6,0 +PLC 1,8,0,2,9,0,3,8,0,2.8232,7.8232,0,2,8.6464,0,1.1768,7.8232,0 +PLC 1.5,0.25,0,3.75,0.25,0,3.75,2.75,0,1.5,2.75,1 + +[00e3] ã +PLC 3.6543,7.5526,-0.6083,1.8798,7.479,0.6083,0.5489,7.4238,0,0.3223,7.5294,-0.6083,2.0968,7.603,0.6083,3.4277,7.6582,0 +PLC 2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,3.75,3,0,3.75,4.5,0.4142,2.5,5.75,0,0.5,5.75,0,0.5,6,0 +PLC 1.5,0.25,0,3.75,0.25,0,3.75,2.75,0,1.5,2.75,1 + +[00e4] ä +PLC 2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,3.75,3,0,3.75,4.5,0.4142,2.5,5.75,0,0.5,5.75,0,0.5,6,0 +PLC 1,8.5,0,1,9,0,1.25,9,0,1.25,8.5,0 +PLC 3,8.5,0,2.75,8.5,0,2.75,9,0,3,9,0 +PLC 1.5,0.25,0,3.75,0.25,0,3.75,2.75,0,1.5,2.75,1 + +[00e5] å +PLC 2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,3.75,3,0,3.75,4.5,0.4142,2.5,5.75,0,0.5,5.75,0,0.5,6,0 +PL 2,8.4,1,2,9.1,1,2,8.4,0 +PL 2,9.35,-1,2,8.15,-1,2,9.35,0 +PLC 1.5,0.25,0,3.75,0.25,0,3.75,2.75,0,1.5,2.75,1 + +[00e6] æ +PLC 1.25,6,-0.2903,1.9283,5.57,-0.7349,3.75,5,0,3.75,2.75,0,2,2.75,0,2,0.75,0.4142,2.5,0.25,0,3.75,0.25,0,3.75,0,0,2.5,0,-0.1845,2,0.191,0,2,0,0,0.75,0,-0.4142,0,0.75,0,0,2.25,-0.4142,0.75,3,0,1.75,3,0,1.75,5.25,0.4142,1.25,5.75,0,0.25,5.75,0,0.25,6,0 +PLC 0.25,2.25,0,0.25,0.75,0.4142,0.75,0.25,0,1.75,0.25,0,1.75,2.75,0,0.75,2.75,0.4142 +PLC 2,5,0,2,3,0,3.5,3,0,3.5,5,1 + +[00e7] ç +PLC 1.5,6,0,3,6,0,3,5.75,0,1.5,5.75,0.4142,0.25,4.5,0,0.25,1.5,0.4142,1.5,0.25,0,3,0.25,0,3,0,0,2.75,0,0,2.75,-1.25,0,2,-1.25,0,2,-1,0,2.5,-1,0,2.5,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142 + +[00e8] è +PLC 4,4,0,4,3,0,0.25,3,0,0.25,1.5,0.4142,1.5,0.25,0,4,0.25,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4,-1 +PLC 2,9,0,3,8,0,2.8232,7.8232,0,1.8232,8.8232,0 +PLC 0.25,4,0,0.25,3.25,0,3.75,3.25,0,3.75,4,1 + +[00e9] é +PLC 4,4,0,4,3,0,0.25,3,0,0.25,1.5,0.4142,1.5,0.25,0,4,0.25,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4,-1 +PLC 3,9,0,3.1768,8.8232,0,2.1768,7.8232,0,2,8,0 +PLC 0.25,4,0,0.25,3.25,0,3.75,3.25,0,3.75,4,1 + +[00ea] ê +PLC 4,4,0,4,3,0,0.25,3,0,0.25,1.5,0.4142,1.5,0.25,0,4,0.25,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4,-1 +PLC 1,8,0,2,9,0,3,8,0,2.8232,7.8232,0,2,8.6464,0,1.1768,7.8232,0 +PLC 0.25,4,0,0.25,3.25,0,3.75,3.25,0,3.75,4,1 + +[00eb] ë +PLC 4,4,0,4,3,0,0.25,3,0,0.25,1.5,0.4142,1.5,0.25,0,4,0.25,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4,-1 +PLC 1,8.5,0,1,9,0,1.25,9,0,1.25,8.5,0 +PLC 3,8.5,0,2.75,8.5,0,2.75,9,0,3,9,0 +PLC 0.25,4,0,0.25,3.25,0,3.75,3.25,0,3.75,4,1 + +[00ec] ì +PLC 0.5,6,0,0.75,6,0,0.75,0,0,0.5,0,0 +PLC 0.5,9,0,0.75,9,0,0.75,8,0,0.5,8,0 + +[00ed] í +PLC 0,6,0,0.25,6,0,0.25,0,0,0,0,0 +PLC 0.5,9,0,0.7236,8.8882,0,0.2236,7.8882,0,0,8,0 + +[00ee] î +PLC 1,6,0,1.25,6,0,1.25,0,0,1,0,0 +PLC 0,8,0,1,9,0,2,8,0,1.8232,7.8232,0,1,8.6464,0,0.1768,7.8232,0 + +[00ef] ï +PLC 0.5,6,0,0.75,6,0,0.75,0,0,0.5,0,0 +PLC 0,8.5,0,0,9,0,0.25,9,0,0.25,8.5,0 +PLC 1,8.5,0,0.75,8.5,0,0.75,9,0,1,9,0 + +[00f0] ð +PLC 0,2,0,0,4,-0.5908,3.0685,5.6906,0,2.4337,6.8251,0,1.5794,6.2883,0,1.4464,6.5,0,2.3115,7.0435,0,1.6747,8.1815,0,1.8929,8.3036,0,2.5234,7.1767,0,3.4643,7.7679,0,3.5973,7.5562,0,2.6457,6.9583,0,3.8133,4.8437,-0.1093,4,4,0,4,2,-1 +PLC 0.25,2,1,3.75,2,0,3.75,4,1,0.25,4,0 + +[00f1] ñ +PLC 3.6543,7.5526,-0.6083,1.8798,7.479,0.6083,0.5489,7.4238,0,0.3223,7.5294,-0.6083,2.0968,7.603,0.6083,3.4277,7.6582,0 +PLC 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,3.75,0,0,3.75,4.5,0.4142,2.5,5.75,0,0.25,5.75,0,0.25,0,0,0,0,0 + +[00f2] ò +PLC 0,2,0,0,4,-1,4,4,0,4,2,-1 +PLC 2,9,0,3,8,0,2.8232,7.8232,0,1.8232,8.8232,0 +PLC 0.25,4,0,0.25,2,1,3.75,2,0,3.75,4,1 + +[00f3] ó +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +PLC 3,9,0,3.1768,8.8232,0,2.1768,7.8232,0,2,8,0 +PLC 0.25,2,0,0.25,4,-1,3.75,4,0,3.75,2,-1 + +[00f4] ô +PLC 0,2,0,0,4,-1,4,4,0,4,2,-1 +PLC 1,8,0,2,9,0,3,8,0,2.8232,7.8232,0,2,8.6464,0,1.1768,7.8232,0 +PLC 0.25,2,1,3.75,2,0,3.75,4,1,0.25,4,0 + +[00f5] õ +PLC 3.6543,7.5526,-0.6083,1.8798,7.479,0.6083,0.5489,7.4238,0,0.3223,7.5294,-0.6083,2.0968,7.603,0.6083,3.4277,7.6582,0 +PLC 0,2,0,0,4,-1,4,4,0,4,2,-1 +PLC 0.25,2,1,3.75,2,0,3.75,4,1,0.25,4,0 + +[00f6] ö +PLC 0,2,0,0,4,-1,4,4,0,4,2,-1 +PLC 1,8.5,0,1,9,0,1.25,9,0,1.25,8.5,0 +PLC 3,8.5,0,3,9,0,3.25,9,0,3.25,8.5,0 +PLC 0.25,2,1,3.75,2,0,3.75,4,1,0.25,4,0 + +[00f7] ÷ +PLC 4,4,0,4,3.75,0,0,3.75,0,0,4,0 +PLC 2.25,6,0,2.25,5.75,0,1.75,5.75,0,1.75,6,0 +PLC 2.25,2,0,2.25,1.75,0,1.75,1.75,0,1.75,2,0 + +[00f8] ø +PLC 0,2,0,0,4,-0.5686,2.9541,5.7577,0,3.3814,7.0395,0,3.6186,6.9605,0,3.172,5.6206,-0.2407,4,4,0,4,2,-0.5172,1.3362,0.1134,0,0.6186,-2.0395,0,0.3814,-1.9605,0,1.1053,0.2113,-0.284 +PLC 0.25,2,0.2785,1.1853,0.4512,0,2.8737,5.5163,0.5771,0.25,4,0 +PLC 3.75,4,0.2287,3.0885,5.3703,0,1.4153,0.3506,0.5179,3.75,2,0 + +[00f9] ù +PLC 0,1.5,0,0,6,0,0.25,6,0,0.25,1.5,0.4142,1.5,0.25,0,3.75,0.25,0,3.75,6,0,4,6,0,4,0,0,1.5,0,-0.4142 +PLC 2,9,0,3,8,0,2.8232,7.8232,0,1.8232,8.8232,0 + +[00fa] ú +PLC 0,1.5,0,0,6,0,0.25,6,0,0.25,1.5,0.4142,1.5,0.25,0,3.75,0.25,0,3.75,6,0,4,6,0,4,0,0,1.5,0,-0.4142 +PLC 3,9,0,2,8,0,1.8232,8.1768,0,2.8232,9.1768,0 + +[00fb] û +PLC 0,1.5,0,0,6,0,0.25,6,0,0.25,1.5,0.4142,1.5,0.25,0,3.75,0.25,0,3.75,6,0,4,6,0,4,0,0,1.5,0,-0.4142 +PLC 1,8,0,2,9,0,3,8,0,2.8232,7.8232,0,2,8.6464,0,1.1768,7.8232,0 + +[00fc] ü +PLC 0,1.5,0,0,6,0,0.25,6,0,0.25,1.5,0.4142,1.5,0.25,0,3.75,0.25,0,3.75,6,0,4,6,0,4,0,0,1.5,0,-0.4142 +PLC 1,8.5,0,1,9,0,1.25,9,0,1.25,8.5,0 +PLC 3,8.5,0,2.75,8.5,0,2.75,9,0,3,9,0 + +[00fd] ý +PLC 1.228,-2.3162,-0.3228,0.2793,-3,0,0,-3,0,0,-2.75,0,0.2793,-2.75,0.3228,0.9907,-2.2372,0,1.8682,0.3953,0,0,6,0,0.2372,6.0791,0,2,0.7906,0,3.7628,6.0791,0,4,6,0 +PLC 3,9,0,3.1768,8.8232,0,2.1768,7.8232,0,2,8,0 + +[00fe] þ +PLC 0,-3,0,0,8,0,0.25,8,0,0.25,4.9682,-0.7746,4,4,0,4,2,-0.7746,0.25,1.0318,0,0.25,-3,0 +PLC 0.25,4,0,0.25,2,1,3.75,2,0,3.75,4,1 + +[00ff] ÿ +PLC 1.228,-2.3162,-0.3228,0.2793,-3,0,0,-3,0,0,-2.75,0,0.2793,-2.75,0.3228,0.9907,-2.2372,0,1.8682,0.3953,0,0,6,0,0.2372,6.0791,0,2,0.7906,0,3.7628,6.0791,0,4,6,0 +PLC 1,8.5,0,1,9,0,1.25,9,0,1.25,8.5,0 +PLC 3,8.5,0,2.75,8.5,0,2.75,9,0,3,9,0 + +[0102] Ă +PLC 5.0793,2.75,0,3.1185,8.6066,0,1.1578,2.75,0 +PLC 3.2505,9,0,6.2371,0.0794,0,6,0,0,5.163,2.5,0,1.0741,2.5,0,0.2371,0,0,0,0.0794,0,2.9866,9,0 +PLC 5,11.5,-0.75,1,11.5,0,1.24,11.57,0.75,4.76,11.57,0 + +[0103] ă +PLC 2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,3.75,3,0,3.75,4.5,0.4142,2.5,5.75,0,0.5,5.75,0,0.5,6,0 +PLC 4,9,-0.75,0,9,0,0.24,9.07,0.75,3.76,9.07,0 +PLC 1.5,0.25,0,3.75,0.25,0,3.75,2.75,0,1.5,2.75,1 + +[0104] Ą +PLC 5.0793,2.75,0,3.1185,8.6066,0,1.1578,2.75,0 +PLC 6.3063,-0.1274,0,5.9534,-0.2456,1.4061,6.1181,-1.3596,0,6.2338,-1.5812,-1.4061,6,0.0001,0,5.163,2.5,0,1.0741,2.5,0,0.2371,0,0,0,0.0794,0,2.9866,9,0,3.2505,9,0 + +[0105] ą +PLC 4.1181,-1.3596,0,4.2338,-1.5812,-1.1587,3.6844,0,0,1.5,0,-1,1.5,3,0,3.75,3,0,3.75,4.5,0.4142,2.5,5.75,0,0.5,5.75,0,0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,3.9534,-0.2456,1.4061 +PLC 1.5,0.25,0,3.75,0.25,0,3.75,2.75,0,1.5,2.75,1 + +[0106] Ć +PLC 2,9,0,4,9,0,4,8.75,0,2,8.75,0.4142,0.25,7,0,0.25,2,0.4142,2,0.25,0,4,0.25,0,4,0,0,2,0,-0.4142,0,2,0,0,7,-0.4142 +PLC 5,12,0,5.1562,11.8048,0,2.6562,9.8048,0,2.5,10,0 + +[0107] ć +PLC 1.5,6,0,3,6,0,3,5.75,0,1.5,5.75,0.4142,0.25,4.5,0,0.25,1.5,0.4142,1.5,0.25,0,3,0.25,0,3,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142 +PLC 4,9,0,4.1562,8.8048,0,1.6562,6.8048,0,1.5,7,0 + +[010c] Č +PLC 2,9,0,4,9,0,4,8.75,0,2,8.75,0.4142,0.25,7,0,0.25,2,0.4142,2,0.25,0,4,0.25,0,4,0,0,2,0,-0.4142,0,2,0,0,7,-0.4142 +PLC 2,10,0,0.5,12,0,0.7,12.15,0,2,10.4167,0,3.3,12.15,0,3.5,12,0 + +[010d] č +PLC 1.5,6,0,3,6,0,3,5.75,0,1.5,5.75,0.4142,0.25,4.5,0,0.25,1.5,0.4142,1.5,0.25,0,3,0.25,0,3,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142 +PLC 1.5,7,0,0,9,0,0.2,9.15,0,1.5,7.4167,0,2.8,9.15,0,3,9,0 + +[010e] Ď +PLC 3,0,0,0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142 +PLC 2,10,0,0.5,12,0,0.7,12.15,0,2,10.4167,0,3.3,12.15,0,3.5,12,0 +PLC 3,8.75,0,0.25,8.75,0,0.25,0.25,0,3,0.25,0.4142,4.75,2,0,4.75,7,0.4142 + +[010f] ď +PLC 4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,3.75,6,0,3.75,9,0,4,9,0 +PLC 2,10,0,0.5,12,0,0.7,12.15,0,2,10.4167,0,3.3,12.15,0,3.5,12,0 +PLC 0.25,4.5,0,0.25,1.5,0.4142,1.5,0.25,0,3.75,0.25,0,3.75,5.75,0,1.5,5.75,0.4142 + +[0110] Đ +PLC 4,0,0,1,0,0,1,4.25,0,0,4.25,0,0,4.5,0,1,4.5,0,1,9,0,4,9,-0.4142,6,7,0,6,2,-0.4142 +PLC 4,8.75,0,1.25,8.75,0,1.25,4.5,0,2.5,4.5,0,2.5,4.25,0,1.25,4.25,0,1.25,0.25,0,4,0.25,0.4142,5.75,2,0,5.75,7,0.4142 + +[0111] đ +PLC 1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,3.75,6,0,3.75,7.25,0,3,7.25,0,3,7.5,0,3.75,7.5,0,3.75,9,0,4,9,0,4,7.5,0,5,7.5,0,5,7.25,0,4,7.25,0,4,0,0 +PLC 0.25,4.5,0,0.25,1.5,0.4142,1.5,0.25,0,3.75,0.25,0,3.75,5.75,0,1.5,5.75,0.4142 + +[0118] Ę +PLC 0,9,0,4,9,0,4,8.75,0,0.25,8.75,0,0.25,5,0,3,5,0,3,4.75,0,0.25,4.75,0,0.25,0.25,0,4,0.25,0,3.9534,-0.2456,1.4061,4.1181,-1.3596,0,4.2338,-1.5812,-1.1587,3.6844,0.0001,0,0,0,0 + +[0119] ę +PLC 4,4,0,4,3,0,0.25,3,0,0.25,1.5,0.4142,1.5,0.25,0,4,0.25,0,3.9534,-0.2456,1.4061,4.1181,-1.3596,0,4.2338,-1.5812,-1.1587,3.6844,0.0001,0,1.5,0,-0.4142,0,1.5,0,0,4,-1 +PLC 0.25,4,0,0.25,3.25,0,3.75,3.25,0,3.75,4,1 + +[011a] Ě +PLC 0,9,0,4,9,0,4,8.75,0,0.25,8.75,0,0.25,5,0,3,5,0,3,4.75,0,0.25,4.75,0,0.25,0.25,0,4,0.25,0,4,0,0,0,0,0 +PLC 2,10,0,0.5,12,0,0.7,12.15,0,2,10.4167,0,3.3,12.15,0,3.5,12,0 + +[011b] ě +PLC 4,4,0,4,3,0,0.25,3,0,0.25,1.5,0.4142,1.5,0.25,0,4,0.25,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4,-1 +PLC 2,7,0,0.5,9,0,0.7,9.15,0,2,7.4167,0,3.3,9.15,0,3.5,9,0 +PLC 0.25,4,0,0.25,3.25,0,3.75,3.25,0,3.75,4,1 + +[0139] Ĺ +PLC 0,0,0,0,9,0,0.25,9,0,0.25,0.25,0,4,0.25,0,4,0,0 +PLC 3.5,12,0,3.6562,11.8048,0,1.1562,9.8048,0,1,10,0 + +[013a] ĺ +PLC 2.5,12,0,2.6562,11.8048,0,0.1562,9.8048,0,0,10,0 +PLC 1,1,0,1,9,0,1.25,9,0,1.25,1,0.4142,2,0.25,0,2,0,-0.4142 + +[013e] ľ +PLC 1.5,10,0,0,12,0,0.2,12.15,0,1.5,10.4167,0,2.8,12.15,0,3,12,0 +PLC 1.5,1,0,1.5,9,0,1.75,9,0,1.75,1,0.4142,2.5,0.25,0,2.5,0,-0.4142 + +[0141] Ł +PLC 5,0,0,1,0,0,1,3.9798,0,0.1562,3.3048,0,0,3.5,0,1,4.3,0,1,9,0,1.25,9,0,1.25,4.5,0,2.5,5.5,0,2.6562,5.3048,0,1.25,4.1798,0,1.25,0.25,0,5,0.25,0 + +[0142] ł +PLC 2,0,-0.4142,1,1,0,1,3.4798,0,0.1562,2.8048,0,0,3,0,1,3.8,0,1,9,0,1.25,9,0,1.25,4,0,2.5,5,0,2.6562,4.8048,0,1.25,3.6798,0,1.25,1,0.4142,2,0.25,0 + +[0143] Ń +PLC 0,9,0,0.25,9,0,4.75,0.4737,0,4.75,9,0,5,9,0,5,0,0,4.75,0,0,0.25,8.5263,0,0.25,0,0,0,0,0 +PLC 5,12,0,5.1562,11.8048,0,2.6562,9.8048,0,2.5,10,0 + +[0144] ń +PLC 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,3.75,0,0,3.75,4.5,0.4142,2.5,5.75,0,0.25,5.75,0,0.25,0,0,0,0,0 +PLC 5,9,0,5.1562,8.8048,0,2.6562,6.8048,0,2.5,7,0 + +[0147] Ň +PLC 0,9,0,0.25,9,0,4.75,0.4737,0,4.75,9,0,5,9,0,5,0,0,4.75,0,0,0.25,8.5263,0,0.25,0,0,0,0,0 +PLC 2.5,10,0,1,12,0,1.2,12.15,0,2.5,10.4167,0,3.8,12.15,0,4,12,0 + +[0148] ň +PLC 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,3.75,0,0,3.75,4.5,0.4142,2.5,5.75,0,0.25,5.75,0,0.25,0,0,0,0,0 +PLC 2,7,0,0.5,9,0,0.7,9.15,0,2,7.4167,0,3.3,9.15,0,3.5,9,0 + +[0150] Ő +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +PLC 6,12,0,6.1562,11.8048,0,3.6562,9.8048,0,3.5,10,0 +PLC 4,12,0,4.1562,11.8048,0,1.6562,9.8048,0,1.5,10,0 +PLC 0.25,7,0,0.25,2,0.4142,2,0.25,0,3,0.25,0.4142,4.75,2,0,4.75,7,0.4142,3,8.75,0,2,8.75,0.4142 + +[0151] ő +PLC 0,2,0,0,4,-1,4,4,0,4,2,-1 +PLC 3.5,9,0,3.6562,8.8048,0,1.1562,6.8048,0,1,7,0 +PLC 5.5,9,0,5.6562,8.8048,0,3.1562,6.8048,0,3,7,0 +PLC 0.25,2,1,3.75,2,0,3.75,4,1,0.25,4,0 + +[0152] Œ +PLC 0,7,-0.4142,2,9,0,5,9,0,5,8.75,0,2.75,8.75,0,2.75,5,0,4,5,0,4,4.75,0,2.75,4.75,0,2.75,0.25,0,5,0.25,0,5,0,0,2,0,-0.4142,0,2,0 +PLC 0.25,7,0,0.25,2,0.4142,2,0.25,0,2.5,0.25,0,2.5,8.75,0,2,8.75,0.4142 + +[0153] œ +PLC 4,4,0,4,3,0,2.25,3,0,2.25,1.5,0.4142,3.5,0.25,0,4,0.25,0,4,0,0,3.5,0,-0.2514,2.25,0.6708,0,2.25,0.0157,-0.4514,0,2,0,0,4,-1 +PLC 2,0.25,0,2,5.75,0.4142,0.25,4,0,0.25,2,0.4142 +PLC 2.25,5.7321,0,2.25,3.25,0,3.75,3.25,0,3.75,4,0.3728 + +[0154] Ŕ +PLC 0,9,0,3,9,-0.4142,5,7,0,5,6,-0.375,3.2703,4.0184,0,5.2236,0.1118,0,5,0,0,3,4,0,0.25,4,0,0.25,0,0,0,0,0 +PLC 5,12,0,5.1562,11.8048,0,2.6562,9.8048,0,2.5,10,0 +PLC 3,8.75,0,0.25,8.75,0,0.25,4.25,0,3,4.25,0.4142,4.75,6,0,4.75,7,0.4142 + +[0155] ŕ +PLC 0,6,0,2,6,-0.4142,3,5,0,2.75,5,0.4142,2,5.75,0,0.25,5.75,0,0.25,0,0,0,0,0 +PLC 4,9,0,4.1562,8.8048,0,1.6562,6.8048,0,1.5,7,0 + +[0158] Ř +PLC 0,9,0,3,9,-0.4142,5,7,0,5,6,-0.375,3.2703,4.0184,0,5.2236,0.1118,0,5,0,0,3,4,0,0.25,4,0,0.25,0,0,0,0,0 +PLC 2,10,0,0.5,12,0,0.7,12.15,0,2,10.4167,0,3.3,12.15,0,3.5,12,0 +PLC 3,8.75,0,0.25,8.75,0,0.25,4.25,0,3,4.25,0.4142,4.75,6,0,4.75,7,0.4142 + +[0159] ř +PLC 0,6,0,2,6,-0.4142,3,5,0,2.75,5,0.4142,2,5.75,0,0.25,5.75,0,0.25,0,0,0,0,0 +PLC 1.5,7,0,0,9,0,0.2,9.15,0,1.5,7.4167,0,2.8,9.15,0,3,9,0 + +[015a] Ś +PLC 2,9,-0.118,5,8.2818,0,4.8868,8.0589,0.118,2,8.75,0.7882,1.205,5.441,0,3.9086,3.7817,-0.7882,3,0,-0.118,0,0.7182,0,0.1132,0.9411,0.118,3,0.25,0.7882,3.795,3.559,0,1.0914,5.2183,-0.7882 +PLC 5,12,0,5.1562,11.8048,0,2.6562,9.8048,0,2.5,10,0 + +[015b] ś +PLC 0.8919,5.6736,-0.1997,4,5.4391,0,3.8869,5.2161,0.1997,0.9703,5.4362,0.6971,0.9091,3.6546,0,3.1854,2.4551,-0.6971,3.1081,0.2046,-0.1997,0,0.4391,0,0.1131,0.662,0.1997,3.0297,0.442,0.6971,3.0909,2.2236,0,0.8146,3.4231,-0.6971 +PLC 5,9,0,5.1562,8.8048,0,2.6562,6.8048,0,2.5,7,0 + +[015e] Ş +PLC 2,9,-0.118,5,8.2818,0,4.8868,8.0589,0.118,2,8.75,0.7882,1.205,5.441,0,3.9086,3.7817,-0.6622,3.6488,0.1082,-0.9333,2.7662,-1.3308,0,2.8819,-1.1092,1.2095,3.2191,0.0121,-0.0275,3,0,-0.118,0,0.7182,0,0.1132,0.9411,0.118,3,0.25,0.7882,3.795,3.559,0,1.0914,5.2183,-0.7882 + +[015f] ş +PLC 0.8919,5.6736,-0.1997,4,5.4391,0,3.8869,5.2161,0.1997,0.9703,5.4362,0.6971,0.9091,3.6546,0,3.1854,2.4551,-0.6971,3.1081,0.2046,-0.0274,2.6787,0.0885,-0.9128,1.7662,-1.3281,0,1.8819,-1.1065,1.2291,2.2004,0.0165,-0.1408,0,0.4391,0,0.1131,0.662,0.1997,3.0297,0.442,0.6971,3.0909,2.2236,0,0.8146,3.4231,-0.6971 + +[0160] Š +PLC 2,9,-0.118,5,8.2818,0,4.8868,8.0589,0.118,2,8.75,0.7882,1.205,5.441,0,3.9086,3.7817,-0.7882,3,0,-0.118,0,0.7182,0,0.1132,0.9411,0.118,3,0.25,0.7882,3.795,3.559,0,1.0914,5.2183,-0.7882 +PLC 2.5,9.75,0,1,10.75,0,1.1387,10.958,0,2.5,10.0505,0,3.8613,10.958,0,4,10.75,0 + +[0161] š +PLC 0.8919,5.6736,-0.1997,4,5.4391,0,3.8869,5.2161,0.1997,0.9703,5.4362,0.6971,0.9091,3.6546,0,3.1854,2.4551,-0.6971,3.1081,0.2046,-0.1997,0,0.4391,0,0.1131,0.662,0.1997,3.0297,0.442,0.6971,3.0909,2.2236,0,0.8146,3.4231,-0.6971 +PLC 2,7,0,0.5,9,0,0.7,9.15,0,2,7.4167,0,3.3,9.15,0,3.5,9,0 + +[0162] Ţ +PLC 6,9,0,6,8.75,0,3.25,8.75,0,3.25,0.0099,-1.2057,2.7662,-1.5812,0,2.8819,-1.3596,1.4676,3,-0.2564,0,3,8.75,0,0,8.75,0,0,9,0 + +[0163] ţ +PLC 0.7662,-1.5812,0,0.8819,-1.3596,1.4676,1,-0.2564,0,1,5.75,0,0,5.75,0,0,6,0,1,6,0,1,9,0,1.25,9,0,1.25,6,0,3,6,0,3,5.75,0,1.25,5.75,0,1.25,0.0099,-1.2057 + +[0164] Ť +PLC 6,9,0,6,8.75,0,3.25,8.75,0,3.25,0,0,3,0,0,3,8.75,0,0,8.75,0,0,9,0 +PLC 3,10,0,1.5,12,0,1.7,12.15,0,3,10.4167,0,4.3,12.15,0,4.5,12,0 + +[0165] ť +PLC 1.5,10,0,0,12,0,0.2,12.15,0,1.5,10.4167,0,2.8,12.15,0,3,12,0 +PLC 1,0,0,1,5.75,0,0,5.75,0,0,6,0,1,6,0,1,9,0,1.25,9,0,1.25,6,0,3,6,0,3,5.75,0,1.25,5.75,0,1.25,0,0 + +[016e] Ů +PLC 0,2.5,0,0,9,0,0.25,9,0,0.25,2.5,1,4.75,2.5,0,4.75,9,0,5,9,0,5,2.5,-1 +PL 2.5,10,-1,2.5,12,-1,2.5,10,0 +PL 2.5,11.75,1,2.5,10.25,1,2.5,11.75,0 + +[016f] ů +PLC 0,1.5,0,0,6,0,0.25,6,0,0.25,1.5,0.4142,1.5,0.25,0,3.75,0.25,0,3.75,6,0,4,6,0,4,0,0,1.5,0,-0.4142 +PL 2,7,-1,2,9,-1,2,7,0 +PL 2,7.25,1,2,8.75,1,2,7.25,0 + +[0170] Ű +PLC 0,2.5,0,0,9,0,0.25,9,0,0.25,2.5,1,4.75,2.5,0,4.75,9,0,5,9,0,5,2.5,-1 +PLC 6,12,0,6.1562,11.8048,0,3.6562,9.8048,0,3.5,10,0 +PLC 4,12,0,4.1562,11.8048,0,1.6562,9.8048,0,1.5,10,0 + +[0171] ű +PLC 0,1.5,0,0,6,0,0.25,6,0,0.25,1.5,0.4142,1.5,0.25,0,3.75,0.25,0,3.75,6,0,4,6,0,4,0,0,1.5,0,-0.4142 +PLC 3.5,9,0,3.6562,8.8048,0,1.1562,6.8048,0,1,7,0 +PLC 5.5,9,0,5.6562,8.8048,0,3.1562,6.8048,0,3,7,0 + +[0178] Ÿ +PLC 2,10.75,0,2.25,10.75,0,2.25,10.25,0,2,10.25,0 +PLC 4,10.75,0,4,10.25,0,3.75,10.25,0,3.75,10.75,0 +PLC 0.2,9.15,0,3,5.4167,0,5.8,9.15,0,6,9,0,3.125,5.1667,0,3.125,0,0,2.875,0,0,2.875,5.1667,0,0,9,0 + +[0179] Ź +PLC 5,0,0,0,0,0,4.6286,8.75,0,0,8.75,0,0,9,0,5.0436,9,0,0.4151,0.25,0,5,0.25,0 +PLC 5,12,0,5.1562,11.8048,0,2.6562,9.8048,0,2.5,10,0 + +[017a] ź +PLC 4,0,0,0,0,0,3.6,5.75,0,0,5.75,0,0,6,0,4.0515,6,0,0.4515,0.25,0,4,0.25,0 +PLC 5,9,0,5.1562,8.8048,0,2.6562,6.8048,0,2.5,7,0 + +[017b] Ż +PLC 5,0,0,0,0,0,4.5167,8.75,0,0,8.75,0,0,9,0,4.9271,9,0,0.4104,0.25,0,5,0.25,0 +PLC 2.5,10.5,0,2.75,10.5,0,2.75,10,0,2.5,10,0 + +[017c] ż +PLC 4,0,0,0,0,0,3.5,5.75,0,0,5.75,0,0,6,0,3.9448,6,0,0.4448,0.25,0,4,0.25,0 +PLC 2,8.5,0,2,9,0,2.25,9,0,2.25,8.5,0 + +[017d] Ž +PLC 5,0,0,0,0,0,4.5714,8.75,0,0,8.75,0,0,9,0,4.9841,9,0,0.4127,0.25,0,5,0.25,0 +PLC 2.5,10,0,1,12,0,1.2,12.15,0,2.5,10.4167,0,3.8,12.15,0,4,12,0 + +[017e] ž +PLC 4,0,0,0,0,0,3.5286,5.75,0,0,5.75,0,0,6,0,3.9753,6,0,0.4467,0.25,0,4,0.25,0 +PLC 2,7,0,0.5,9,0,0.7,9.15,0,2,7.4167,0,3.3,9.15,0,3.5,9,0 + +[20ac] € +PLC 4.7719,7.539,0,4.5316,7.47,0.7954,2.099,7.3426,0.0505,1.7606,5,0,3,5,0,3,4.75,0,1.7527,4.75,0.016,1.7606,4,0,3,4,0,3,3.75,0,1.774,3.75,0.0408,2.0512,1.8568,0.7954,4.4838,1.7294,0,4.7241,1.6604,-0.7933,1.8063,1.8059,-0.041,1.5235,3.75,0,0,3.75,0,0,4,0,1.5104,4,-0.0156,1.5026,4.75,0,0,4.75,0,0,5,0,1.5104,5,-0.0505,1.8543,7.3945,-0.7931 + +[2205] ∅ +PLC 1.878,0.0271,0,2.2278,1.6011,-0.9592,3.5282,7.4531,0,3.878,9.0271,0,4.122,8.9729,0,3.7722,7.3989,-0.9592,2.4718,1.5469,0,2.122,0.0271,0 +PL 3.4739,7.2089,0.9555,2.282,1.8454,0,3.4739,7.2089,0 +PL 3.718,7.1546,0,2.5261,1.7911,0.9555,3.718,7.1546,0.9555 diff --git a/assets/fonts/SansNS.cxf b/assets/fonts/SansNS.cxf new file mode 100644 index 00000000..878ed170 --- /dev/null +++ b/assets/fonts/SansNS.cxf @@ -0,0 +1,1006 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Sans Normal Simplex +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hughes Jeangerard ; David Julien-Waring + +[0021] ! +L 0,9,0,3 +L 0,0,0,0.5 + +[0022] " +L 0.5,7,1,9 +L 3.5,7,4,9 + +[0023] # +L 2,0,2,9 +L 5,9,5,0 +L 0,2.5,7,2.5 +L 7,6.5,0,6.5 + +[0024] $ +PL 4.5455,7.5942,0.118,2.091,8.1818,0.7882,1.3477,5.0877,0,3.6522,3.9123,-0.7882,2.9092,0.8182,-0.118,0.4546,1.4058,0 +L 2.5,9,2.5,0 + +[0025] % +L 7.5519,9,0,0 +A 1.5,7.5,1.5,270,90 +A 1.5,7.5,1.5,90,270 +A 6,1.5,1.5,270,90 +A 6,1.5,1.5,90,270 + +[0026] & +PL 6,3.215,0,3.426,0.5976,-1,0.574,3.4024,0,3.5695,6.4482,2.0034,1.1928,6.7643,0,5,0,0 + +[0027] ' +L 0.5,7,1,9 + +[0028] ( +A 13,4,13,157.3801,202.6199 + +[0029] ) +A -12,4,13,337.3801,22.6199 + +[002a] * +L 2,6,2,2 +L 0,5,4,3 +L 4,5,0,3 + +[002b] + +L 0,4,4,4 +L 2,6,2,2 + +[002c] , +PL 1,0.5,0,1,0,0,0,-3,0 + +[002d] - +L 0,4,4,4 + +[002e] . +L 0,0,0,0.5 + +[002f] / +L 4,9,0,0 + +[0030] 0 +PLC 1.0837,8.5,0.1151,0.2084,6.5002,0.0536,0,4.5,0.0536,0.2084,2.5,0.1151,1.0838,0.5,0.5457,2.9163,0.5,0.1151,3.7916,2.4998,0.0536,4,4.5,0.0536,3.7916,6.5,0.1151,2.9162,8.5,0.5457 + +[0031] 1 +PL 0,7,0,2,9,0,2,0,0 + +[0032] 2 +PL 4,0,0,0,0,0,3.8645,6.6467,0.2249,3.9365,7.5,0.7746,0.0635,7.5,0 + +[0033] 3 +PL 0,9,0,2,9,-1,2,5,-0.4142,4,3,0,4,2,-0.4142,2,0,0,0,0,0 +L 2,5,1,5 + +[0034] 4 +L 3.5,0,3.5,4 +PL 5,2,0,0,2,0,2,9,0 + +[0035] 5 +PL 4,9,0,0,9,0,0,5,0,2,5,-0.4142,4,3,0,4,2,-0.4142,2,0,0,0,0,0 + +[0036] 6 +PL 3,9,0.2679,0,3.8039,0,0,2,1,4,2,0,4,3,0.4142,2,5,0,0.1204,5,0 + +[0037] 7 +PL 0,9,0,4,9,0,1.5,0,0 +L 2,5,4,5 + +[0038] 8 +PLC 0,2,1,4,2,0,4,3,1,0,3,0 +PLC 0.25,6.75,1,3.75,6.75,0,3.75,7.25,1,0.25,7.25,0 + +[0039] 9 +PL 1,0,0.2679,4,5.1962,0,4,7,1,0,7,0,0,6,0.4142,2,4,0,3.8796,4,0 + +[003a] : +L 0,0,0,0.5 +L 0,4,0,3.5 + +[003b] ; +PL 1,0.5,0,1,0,0,0,-3,0 +L 1,4,1,3.5 + +[003c] < +PL 4,7,0,0,3.5,0,4,0,0 + +[003d] = +L 0,5.5,4,5.5 +L 0,2.5,4,2.5 + +[003e] > +PL 0,7,0,4,3.5,0,0,0,0 + +[003f] ? +L 2,0,2,0.5 +PL 2,3,0,2,3.3945,-0.1481,2.3359,4.5039,0,3.6641,6.4962,0.1408,3.9992,7.549,0.4047,2.5,9,0,1.5,9,0.4142,0,7.5,0,0,7,0 + +[0040] @ +PL 8,1,0,6.0676,0.2819,-5.2564,8.5262,2.4901,-0.9099,6.2357,3.1783,0 +PL 6.6412,5.2058,0.4733,5.1703,7,0,5.0496,7,0.3575,2.5981,4.9903,0,2.4785,4.3922,0.4733,4.4396,2,0,4.3604,2,0.3575,6.3215,3.6078,0,7,7,0 + +[0041] A +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.1667,2.5 + +[0042] B +PL 0,5,0,2.6,5,-0.4142,5,2.6,0,5,2.4,-0.4142,2.6,0,0,0,0,0,0,9,0,2.5,9,-1,2.5,5,0 + +[0043] C +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 + +[0044] D +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 + +[0045] E +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 + +[0046] F +PL 4,9,0,0,9,0,0,0,0 +L 0,5,4,5 + +[0047] G +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 + +[0048] H +L 0,9,0,0 +L 5,0,5,9 +L 0,5,5,5 + +[0049] I +L 0,9,0,0 + +[004a] J +PL 3,9,0,3,2,-0.4142,1,0,0,0,0,0 + +[004b] K +L 0,9,0,0 +L 0,3.5,5,9 +L 1.6713,5.3384,5,0 + +[004c] L +PL 0,9,0,0,0,0,4,0,0 + +[004d] M +PL 0,0,0,0,9,0,3,4,0,6,9,0,6,0,0 + +[004e] N +PL 0,0,0,0,9,0,5,0,0,5,9,0 + +[004f] O +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 + +[0050] P +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 + +[0051] Q +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 6,0,3,2 + +[0052] R +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 + +[0053] S +PL 5,8.2818,0.118,2,9,0.7882,1.0914,5.2183,0,3.9086,3.7817,-0.7882,3,0,-0.118,0,0.7182,0 + +[0054] T +L 0,9,6,9 +L 3,9,3,0 + +[0055] U +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 + +[0056] V +PL 0,9,0,3,0,0,6,9,0 + +[0057] W +PL 0,9,0,2,0,0,4,6,0,6,0,0,8,9,0 + +[0058] X +L 0,9,6,0 +L 0,0,6,9 + +[0059] Y +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 + +[005a] Z +PL 0,9,0,5,9,0,0,0,0,5,0,0 + +[005b] [ +PL 1,-1,0,0,-1,0,0,9,0,1,9,0 + +[005c] \ +L 0,9,4,0 + +[005d] ] +PL 0,9,0,1,9,0,1,-1,0,0,-1,0 + +[005e] ^ +PL 7,5.0001,0,3.5,9,0,0,5.0001,0 + +[005f] _ +L 0,0,5,0 + +[0060] ` +L 0,9,2,7 + +[0061] a +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 + +[0062] b +PL 0,9,0,0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0 + +[0063] c +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 + +[0064] d +PL 4,9,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0 + +[0065] e +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 + +[0066] f +PL 1,0,0,1,7.5,-0.4142,2.5,9,0,3,9,0 +L 0,6,3,6 + +[0067] g +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 + +[0068] h +L 0,9,0,0 +PL 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 + +[0069] i +L 0,0,0,6 +L 0,8.5,0,9 + +[006a] j +PL 0,-3,0,0.5,-3,0.4142,2,-1.5,0,2,6,0 +L 2,8.5,2,9 + +[006b] k +L 0,9,0,0 +L 0,3.5,4,6 +L 1.3209,4.3256,4,0 + +[006c] l +PL 0,9,0,0,1,0.4142,1,0,0 + +[006d] m +PL 0,0,0,0,6,0,4.5,6,-0.4142,6,4.5,0,6,0,0 +L 3,6,3,0 + +[006e] n +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 + +[006f] o +PLC 0,2,1,4,2,0,4,4,1,0,4,0 + +[0070] p +PL 0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0,0,-3,0 + +[0071] q +PL 4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0,4,-3,0 + +[0072] r +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 + +[0073] s +PL 4,5.4391,0.1997,0.8919,5.6735,0.6971,0.8146,3.4231,0,3.1854,2.4551,-0.6971,3.1081,0.2047,-0.1997,0,0.4391,0 + +[0074] t +L 0,6,3,6 +L 1,9,1,0 + +[0075] u +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 + +[0076] v +PL 0,6,0,2,0,0,4,6,0 + +[0077] w +PL 0,6,0,1.5,0,0,3,4,0,4.5,0,0,6,6,0 + +[0078] x +L 0,6,4,0 +L 0,0,4,6 + +[0079] y +L 0,6,2,0 +PL 4,6,0,1.2279,-2.3162,-0.3228,0.2793,-3,0,0,-3,0 + +[007a] z +PL 0,6,0,4,6,0,0,0,0,4,0,0 + +[007b] { +PL 2,9,0.4142,1,8,0,1,5,-0.4142,0,4,-0.4142,1,3,0,1,0,0.4142,2,-1,0 + +[007c] | +L 0,9,0,0 + +[007d] } +PL 0,-1,0.4142,1,0,0,1,3,-0.4142,2,4,-0.4142,1,5,0,1,8,0.4142,0,9,0 + +[007e] ~ +PL 4.0001,3.3333,-0.4619,2.5115,2.7325,0,1.4885,3.2675,0.4619,-0.0002,2.6667,0 + +[00a1] ¡ +L 0,9,0,8.7 +L 0,7,0,0 + +[00a2] ¢ +A 3,4.5,3,60,300 +L 2,0,4,9 + +[00a3] £ +L 0,4.5,4,4.5 +PL 6,7,1,2,7,0,2,1,-3.2534,1.369,1.9294,0,3.5941,0.3045,0.6197,6,1.5,0 + +[00a4] ¤ +A 1.5,4.5,1.5,270,90 +A 1.5,4.5,1.5,90,270 +L 2.561,3.4424,3,3 +L 0.4293,3.4522,0,3 +L 0,6,0.4611,5.5847 +L 3,6,2.5612,5.5628 + +[00a5] ¥ +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +L 1.5,5,4.5,5 +L 1.5,4,4.5,4 + +[00a6] ¦ +L 0,9,0,5 +L 0,4,0,0 + +[00a7] § +PL 0,1.5,2.4142,1.5,3,1,1.5,6,1,1.5,3,0 +A 1.5,7.5,1.5,0,270 + +[00a8] ¨ +L 2,10.25,2,10.75 +L 0,10.25,0,10.75 + +[00a9] © +PL 5.6111,8,0,4.0556,8,0.4142,2.5,6.4444,0,2.5,2.5556,0.4142,4.0556,1,0,5.6111,1,0 +A 4.5,4.5,4.5,270,90 +A 4.5,4.5,4.5,90,270 + +[00aa] ª +PL 0.25,9,0,1.25,9,-0.4142,2,8.25,0,2,6,0,0.75,6,-1,0.75,7.5,0,2,7.5,0 +L 0,5.4,2,5.4 + +[00ab] « +PL 2,2,0,0,4,0,2,6,0 +PL 3,2,0,1,4,0,3,6,0 + +[00ac] ¬ +PL 0,4,0,5,4,0,5,3,0 + +[00ad] ­ +L 0,4,5,4 + +[00ae] ® +A 4.5,4.5,4.5,270,90 +A 4.5,4.5,4.5,90,270 +PL 3,1.5,0,3,7.2,0,4.6,7.2,0 +PL 3,4,0,4.5,4,1,4.5,7.2,0 +L 4,4,6,1.5 + +[00af] ¯ +L 0,8,3,8 + +[00b0] ° +A 1.5,7.5,1.5,270,90 +A 1.5,7.5,1.5,90,270 + +[00b1] ± +L -0.0001,5,3.9999,5 +L 1.9999,7,1.9999,3 +L -0.0001,1,3.9999,1 + +[00b2] ² +PL 1.3333,6,0,0,6,0,1.2882,8.2222,0 +PL 1.2887,8.2333,0.2217,1.3132,8.514,0.7743,0.0198,8.5012,0 + +[00b3] ³ +PL 0,9,0,0.6667,9,-1,0.6667,7.6667,0,0.3333,7.6667,0 +PL 0,6,0,0.6667,6,0.4142,1.3333,6.6667,0,1.3333,7,0.4142,0.6667,7.6667,0 + +[00b4] ´ +L 2,9.75,3.5,10.75 + +[00b5] µ +L 0,6,0,-2 +PL 0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +A 5.5,1.5,1.5,180,270 + +[00b6] ¶ +L 2,0,2,8 +PL 4,8,0,1,8,1,1,6,0 +L 3,0,3,8 + +[00b7] · +A 1.5,3.5,1,270,90 +A 1.5,3.5,1,90,270 + +[00b8] ¸ +PL 2.5,0,0,2.5,-1.25,0,2,-1.25,0 + +[00b9] ¹ +PL 0,8.5,0,0.5,9,0,0.5,6,0 + +[00ba] º +PLC 0,7,1,2,7,0,2,8,1,0,8,0 +L 0,5.4,2,5.4 + +[00bb] » +PL 0,2,0,2,4,0,0,6,0 +PL 1,2,0,3,4,0,1,6,0 + +[00bc] ¼ +PL 0,8.5,0,0.5,9,0,0.5,6,0 +L 0.25,2,3.5,7.75 +L 3.5,0,3.5,1.3333 +PL 4,0.6667,0,2.25,0.6667,0,3,3,0 + +[00bd] ½ +PL 0,8.5,0,0.5,9,0,0.5,6,0 +L 0.25,2,3.5,7.75 +PL 3.4536,0,0,2.12,0,0,3.4,2.2,0 +A 3.12,2.3824,0.3333,330,20 +A 2.8,2.3326,0.6667,15,166 + +[00be] ¾ +PL 0,9,0,0.6667,9,-1,0.6667,7.6667,0,0.3333,7.6667,0 +PL 0,6,0,0.6667,6,0.4142,1.3333,6.6667,0,1.3333,7,0.4142,0.6667,7.6667,0 +L 0.25,2,3.5,7.75 +L 3.5,0,3.5,1.3333 +PL 4,0.6667,0,2.25,0.6667,0,3,3,0 + +[00bf] ¿ +L 2,9,2,8.5 +PL 2,6,0,2,5.6,-0.1317,1.7321,4.6,0 +PL 4,2,0,4,1.5,-0.4142,2.5,0,0,1.5,0,-0.4142,0,1.5,0 +L 0.3359,2.5,1.6,4.5 +A 2,1.4,2,150,180 + +[00c0] À +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.1667,2.5 +L 3.5,9.75,2,10.75 + +[00c1] Á +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.1667,2.5 +L 2,9.75,3.5,10.75 + +[00c2]  +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.1667,2.5 +PL 1.5,9.75,0,3,10.75,0,4.5,9.75,0 + +[00c3] à +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.1667,2.5 +A 2,9.5,1,25,155 +A 3.748,10.4752,1,205,335 + +[00c4] Ä +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.1667,2.5 +L 4,10.25,4,10.75 +L 2,10.25,2,10.75 + +[00c5] Å +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.1667,2.5 + +[00c6] Æ +PL 0,0,0,3,9,0,3,0,0,6,0,0 +L 0.8333,2.5,3,2.5 +L 3,9,6,9 +L 3,5,5,5 + +[00c7] Ç +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +PL 2.5,0,0,2.5,-1.25,0,2,-1.25,0 + +[00c8] È +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 3.5,9.75,2,10.75 + +[00c9] É +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 2,9.75,3.5,10.75 + +[00ca] Ê +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +PL 1,9.75,0,2.5,10.75,0,4,9.75,0 + +[00cb] Ë +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 2,10.25,2,10.75 +L 4,10.25,4,10.75 + +[00cc] Ì +L 0.5,9,0.5,0 +L 1.5,9.75,0,10.75 + +[00cd] Í +L 1,9,1,0 +L 0,9.75,1.5,10.75 + +[00ce] Î +L 1.5,9,1.5,0 +PL 0,9.75,0,1.5,10.75,0,3,9.75,0 + +[00cf] Ï +L 1,9,1,0 +L 0,10.25,0,10.75 +L 2,10.25,2,10.75 + +[00d0] Ð +PLC 4,0,0.4142,6,2,0,6,7,0.4142,4,9,0,1,9,0,1,0,0 +L 0,4,2,4 + +[00d1] Ñ +PL 0,0,0,0,9,0,5,0,0,5,9,0 +A 2,9.5,1,25,155 +A 3.748,10.4752,1,205,335 + +[00d2] Ò +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 3.5,9.75,2,10.75 + +[00d3] Ó +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 2,9.75,3.5,10.75 + +[00d4] Ô +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +PL 1,9.75,0,2.5,10.75,0,4,9.75,0 + +[00d5] Õ +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +A 1.5,9.5,1,25,155 +A 3.248,10.4752,1,205,335 + +[00d6] Ö +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 2,10.25,2,10.75 +L 4,10.25,4,10.75 + +[00d7] × +L 0,6,4,2 +L 4,6,0,2 + +[00d8] Ø +PLC 0,6.5,0,0,2.5,1,5,2.5,0,5,6.5,1 +L 1,0,4,9 + +[00d9] Ù +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 3.5,9.75,2,10.75 + +[00da] Ú +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 2,9.75,3.5,10.75 + +[00db] Û +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +PL 1,9.75,0,2.5,10.75,0,4,9.75,0 + +[00dc] Ü +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 2,10.25,2,10.75 +L 4,10.25,4,10.75 + +[00dd] Ý +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +L 2,10.25,3.5,10.75 + +[00de] Þ +L 0,0,0,9 +PL 0,7,0,3,7,-0.4142,5,5,0,5,4,-0.4142,3,2,0,0,2,0 + +[00df] ß +PL 2.5,5,1,2.5,9,0,2,9,0.4142,0,7,0,0,0,0 +PL 1,0,0,2.6,0,0.4142,5,2.4,0,5,2.6,0.4142,2.6,5,0,1,5,0 + +[00e0] à +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 3,8,2,9 + +[00e1] á +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 2,8,3,9 + +[00e2] â +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +PL 3,8,0,2,9,0,1,8,0 + +[00e3] ã +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +A 1,7,1,25,155 +A 2.748,7.9752,1,205,335 + +[00e4] ä +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00e5] å +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 + +[00e6] æ +PL 0.25,6,0,1.25,6,-0.4142,2,5.25,0,2,0,0,0.75,0,-0.4142,0,0.75,0,0,2,0 +PL 4,5.25,0,4,3,0,0.75,3,0.4142,0,2.25,0 +PL 2,0.75,0.4142,2.75,0,0,4,0,0 +A 3,5,1,0,180 + +[00e7] ç +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +PL 2.5,0,0,2.5,-1.25,0,2,-1.25,0 + +[00e8] è +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 3,8,2,9 + +[00e9] é +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 2,8,3,9 + +[00ea] ê +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +PL 3,8,0,2,9,0,1,8,0 + +[00eb] ë +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00ec] ì +L 0.5,0,0.5,6 +L 0.5,8,0.5,9 + +[00ed] í +L 0,0,0,6 +L 0,8,0.5,9 + +[00ee] î +L 1,0,1,6 +PL 2,8,0,1,9,0,0,8,0 + +[00ef] ï +L 0.5,0,0.5,6 +L 0,9,0,8.5 +L 1,9,1,8.5 + +[00f0] ð +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 3.8214,4.8571,1.8929,8.3036 +L 1.4464,6.5,3.4643,7.7679 + +[00f1] ñ +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +A 1,7,1,25,155 +A 2.748,7.9752,1,205,335 + +[00f2] ò +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 3,8,2,9 + +[00f3] ó +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 2,8,3,9 + +[00f4] ô +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +PL 3,8,0,2,9,0,1,8,0 + +[00f5] õ +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +A 1,7,1,25,155 +A 2.748,7.9752,1,205,335 + +[00f6] ö +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00f7] ÷ +L 0,4,4,4 +L 1.75,6,2.25,6 +L 1.75,2,2.25,2 + +[00f8] ø +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 0.5,-2,3.5,7 + +[00f9] ù +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 3,8,2,9 + +[00fa] ú +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 2,8,3,9 + +[00fb] û +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +PL 3,8,0,2,9,0,1,8,0 + +[00fd] ý +L 0,6,2,0 +PL 4,6,0,1.2279,-2.3162,-0.3228,0.2793,-3,0,0,-3,0 +L 2,8,3,9 + +[00fe] þ +L 0,8,0,-3 +PL 0,4,-1,4,4,0,4,2,-1,0,2,0 + +[00ff] ÿ +L 0,6,2,0 +PL 4,6,0,1.2279,-2.3162,-0.3228,0.2793,-3,0,0,-3,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[0102] Ă +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.1667,2.5 +A 3,12.0833,2.0833,196.2602,343.7398 + +[0103] ă +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +A 2,9.5833,2.0833,196.2602,343.7398 + +[0104] Ą +PL 0,0,0,3,9,0,6,0,1.4061,6.2338,-1.5812,0 +L 0.8333,2.5,5.1667,2.5 + +[0105] ą +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +A 3.8422,-0.8312,0.8461,79.2521,297.5699 + +[0106] Ć +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +L 2.5,10,5,12 + +[0107] ć +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +L 1.5,7,4,9 + +[010c] Č +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +PL 0.5,12,0,2,10,0,3.5,12,0 + +[010d] č +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +PL 0,9,0,1.5,7,0,3,9,0 + +[010e] Ď +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 +PL 0.5,12,0,2,10,0,3.5,12,0 + +[010f] ď +PL 4,9,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0 +PL 0.5,12,0,2,10,0,3.5,12,0 + +[0110] Đ +PLC 4,0,0.4142,6,2,0,6,7,0.4142,4,9,0,1,9,0,1,0,0 +L 0,4.5,2.5,4.5 + +[0111] đ +PL 4,9,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0 +L 3,7.5,5,7.5 + +[0118] Ę +PL 4,9,0,0,9,0,0,0,0,4,0,1.4061,4.2338,-1.5812,0 +L 0,5,3,5 + +[0119] ę +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,1.4061,4.2338,-1.5812,0 + +[011a] Ě +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +PL 0.5,12,0,2,10,0,3.5,12,0 + +[011b] ě +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +PL 0.5,9,0,2,7,0,3.5,9,0 + +[0139] Ĺ +PL 0,9,0,0,0,0,4,0,0 +L 1,10,3.5,12 + +[013a] ĺ +L 0,10,2.5,12 +PL 1,9,0,1,1,0.4142,2,0,0 + +[013e] ľ +PL 0,12,0,1.5,10,0,3,12,0 +PL 1.5,9,0,1.5,1,0.4142,2.5,0,0 + +[0141] Ł +L 0,3.5,2.5,5.5 +PL 1,9,0,1,0,0,5,0,0 + +[0142] ł +L 0,3,2.5,5 +PL 1,9,0,1,1,0.4142,2,0,0 + +[0143] Ń +PL 0,0,0,0,9,0,5,0,0,5,9,0 +L 2.5,10,5,12 + +[0144] ń +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +L 2.5,7,5,9 + +[0147] Ň +PL 0,0,0,0,9,0,5,0,0,5,9,0 +PL 1,12,0,2.5,10,0,4,12,0 + +[0148] ň +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +PL 0.5,9,0,2,7,0,3.5,9,0 + +[0150] Ő +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 3.5,10,6,12 +L 1.5,10,4,12 + +[0151] ő +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 1,7,3.5,9 +L 3,7,5.5,9 + +[0152] Œ +PL 5,0,0,2,0,-0.4142,0,2,0,0,7,-0.4142,2,9,0,5,9,0 +L 2.5,9,2.5,0 +L 2.5,5,4,5 + +[0153] œ +PLC 0,2,0.4142,2,0,0,2,6,0.4142,0,4,0 +PL 2,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0 +PL 2,1.5,0.4142,3.5,0,0,4,0,0 +L 4,3,4,4 + +[0154] Ŕ +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 +L 2.5,10,5,12 + +[0155] ŕ +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 +L 1.5,7,4,9 + +[0158] Ř +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 +PL 0.5,12,0,2,10,0,3.5,12,0 + +[0159] ř +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 +PL 0,9,0,1.5,7,0,3,9,0 + +[015a] Ś +PL 5,8.2818,0.118,2,9,0.7882,1.0914,5.2183,0,3.9086,3.7817,-0.7882,3,0,-0.118,0,0.7182,0 +L 2.5,10,5,12 + +[015b] ś +PL 4,5.4391,0.1997,0.8919,5.6735,0.6971,0.8146,3.4231,0,3.1854,2.4551,-0.6971,3.1081,0.2047,-0.1997,0,0.4391,0 +L 2.5,7,5,9 + +[015e] Ş +PL 5,8.2818,0.118,2,9,0.7882,1.0914,5.2183,0,3.9086,3.7817,-0.7882,3,0,-0.118,0,0.7182,0 +A 3.1578,-0.8312,0.8461,242.4301,100.7479 + +[015f] ş +PL 4,5.4391,0.1997,0.8919,5.6735,0.6971,0.8146,3.4231,0,3.1854,2.4551,-0.6971,3.1081,0.2047,-0.1997,0,0.4391,0 +A 2.1578,-0.8312,0.8461,242.4301,100.7479 + +[0160] Š +PL 5,8.2818,0.118,2,9,0.7882,1.0914,5.2183,0,3.9086,3.7817,-0.7882,3,0,-0.118,0,0.7182,0 +PL 1,10.75,0,2.5,9.75,0,4,10.75,0 + +[0161] š +PL 4,5.4391,0.1997,0.8919,5.6735,0.6971,0.8146,3.4231,0,3.1854,2.4551,-0.6971,3.1081,0.2047,-0.1997,0,0.4391,0 +PL 0.5,9,0,2,7,0,3.5,9,0 + +[0162] Ţ +L 0,9,6,9 +PL 3,9,0,3,0,-1.4061,2.7662,-1.5812,0 + +[0163] ţ +L 0,6,3,6 +PL 1,9,0,1,0,-1.4061,0.7662,-1.5812,0 + +[0164] Ť +L 0,9,6,9 +L 3,9,3,0 +PL 1.5,12,0,3,10,0,4.5,12,0 + +[0165] ť +L 0,6,3,6 +L 1,9,1,0 +PL 0,12,0,1.5,10,0,3,12,0 + +[016e] Ů +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +A 2.5,11,1,270,90 +A 2.5,11,1,90,270 + +[016f] ů +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +A 2,8,1,270,90 +A 2,8,1,90,270 + +[0170] Ű +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 3.5,10,6,12 +L 1.5,10,4,12 + +[0171] ű +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 1,7,3.5,9 +L 3,7,5.5,9 + +[0178] Ÿ +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +L 2,10.25,2,10.75 +L 4,10.25,4,10.75 + +[0179] Ź +PL 0,9,0,5,9,0,0,0,0,5,0,0 +L 2.5,10,5,12 + +[017a] ź +PL 0,6,0,4,6,0,0,0,0,4,0,0 +L 2.5,7,5,9 + +[017b] Ż +PL 0,9,0,5,9,0,0,0,0,5,0,0 +L 2.5,10,2.5,10.5 + +[017c] ż +PL 0,6,0,4,6,0,0,0,0,4,0,0 +L 2,9,2,8.5 + +[017d] Ž +PL 0,9,0,5,9,0,0,0,0,5,0,0 +PL 1,12,0,2.5,10,0,4,12,0 + +[017e] ž +PL 0,6,0,4,6,0,0,0,0,4,0,0 +PL 0.5,9,0,2,7,0,3.5,9,0 + +[20ac] € +L 0,5,3,5 +L 0,4,3,4 +A 13.5,4.5,12,166,193 +A 3.2792,7,1.5,16,170 +A 3.2792,2,1.5,190,344 + +[2205] ∅ +A 3,4.5,3,257.4712,77.4712 +A 3,4.5,3,77.4712,257.4712 +L 2,0,4,9 diff --git a/assets/fonts/ScriptC.cxf b/assets/fonts/ScriptC.cxf new file mode 100644 index 00000000..36395b20 --- /dev/null +++ b/assets/fonts/ScriptC.cxf @@ -0,0 +1,568 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Script Complex +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts +# Author: Adam Radlowski (Polish) + +[0021] ! +PLC 2.1428,8.5714,0,1.2857,3.4285,0,3,8.5714,0,2.5714,8.9999,0 +L 2.5714,8.5714,1.2857,3.4285 +PLC 0,0.4286,0,0.4286,0,0,0.8571,0.4286,0,0.4286,0.8571,0 + +[0022] " +PL 0.8571,8.9999,0,0,5.9999,0,1.2857,8.9999,0 +PL 4.7142,8.9999,0,3.8571,5.9999,0,5.1428,8.9999,0 + +[0023] # +L 3.4285,8.9999,0.4286,-3 +L 5.9999,8.9999,3,-3 +L 0.4286,4.2857,6.4285,4.2857 +L 0,1.7143,5.9999,1.7143 + +[0024] $ +L 4.2857,10.7142,0.8571,-1.7143 +L 6.4285,10.7142,3,-1.7143 +PL 6.8571,7.2857,0,6.4285,6.8571,0,6.8571,6.4285,0,7.2857,6.8571,0,7.2857,7.2857,0,6.8571,8.1428,0,6.4285,8.5714,0,5.1428,8.9999,0,3.4285,8.9999,0,2.1428,8.5714,0,1.2857,7.7142,0,1.2857,6.8571,0,1.7143,5.9999,0,2.1428,5.5714,0,5.1428,3.8571,0,5.9999,3,0,5.5714,3.8571,0,5.1428,4.2857,0,2.1428,5.9999,0,1.2857,6.8571,0 +PL 5.9999,3,0,5.9999,1.7143,0,5.5714,0.8571,0,5.1428,0.4286,0,3.8571,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7143,0,0,2.1428,0,0.4286,2.5714,0,0.8571,2.1428,0,0.4286,1.7143,0 + +[0025] % +PL 2.1428,8.9999,0,1.2857,8.9999,0,0.4286,8.5714,0,0,7.7142,0,0,6.8571,0,0.8571,5.9999,0,1.7143,5.9999,0,2.5714,6.4285,0,3,7.2857,0,3,8.1428,0,2.1428,8.9999,0,3,8.5714,0,4.2857,8.1428,0,5.5714,8.1428,0,6.8571,8.5714,0,7.7142,8.9999,0,0,0,0 +PLC 5.1428,2.5714,0,4.7142,1.7143,0,4.7142,0.8571,0,5.5714,0,0,6.4285,0,0,7.2857,0.4286,0,7.7142,1.2857,0,7.7142,2.1428,0,6.8571,3,0,5.9999,3,0 + +[0026] & +PL 8.9999,5.5714,0,8.5714,5.1428,0,8.9999,4.7142,0,9.4285,5.1428,0,9.4285,5.5714,0,8.9999,5.9999,0,8.5714,5.9999,0,7.7142,5.5714,0,6.8571,4.7142,0,4.7142,1.2857,0,3.8571,0.4286,0,3,0,0,1.7143,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.1428,0,0.4286,3,0,0.8571,3.4285,0,1.7143,3.8571,0,3.8571,4.7142,0,4.7142,5.1428,0,5.5714,5.9999,0,5.9999,6.8571,0,5.9999,7.7142,0,5.5714,8.5714,0,4.7142,8.9999,0,3.8571,8.5714,0,3.4285,7.7142,0,3.4285,6.4285,0,3.8571,3.8571,0,4.2857,2.5714,0,5.1428,1.2857,0,5.9999,0.4286,0,6.8571,0,0,7.7142,0,0,8.1428,0.8571,0,8.1428,1.2857,0 +PL 1.7143,0,0,0.8571,0.4286,0,0.4286,1.2857,0,0.4286,2.1428,0,0.8571,3,0,1.2857,3.4285,0,3.8571,4.7142,0 +PL 3.4285,6.4285,0,3.8571,4.2857,0,4.2857,3,0,5.1428,1.7143,0,5.9999,0.8571,0,6.8571,0.4286,0,7.7142,0.4286,0,8.1428,0.8571,0 + +[0027] ' +PL 0.8571,8.1428,0,0.4286,8.5714,0,0.8571,8.9999,0,1.2857,8.5714,0,1.2857,8.1428,0,0.8571,7.2857,0,0,6.4285,0 + +[0028] ( +PL 5.1428,10.7142,0,3.4285,9.4285,0,2.1428,8.1428,0,1.2857,6.8571,0,0.4286,5.1428,0,0,3,0,0,1.2857,0,0.4286,-0.8571,0,0.8571,-2.1428,0,1.2857,-3,0,0.8571,-1.7143,0,0.4286,0.4286,0,0.4286,2.5714,0,0.8571,4.7142,0,1.2857,5.9999,0,2.1428,7.7142,0,3.4285,9.4285,0 + +[0029] ) +PLC 4.2857,9.8571,0,4.7142,8.5714,0,5.1428,6.4285,0,5.1428,4.7142,0,4.7142,2.5714,0,3.8571,0.8571,0,3,-0.4286,0,1.7143,-1.7143,0,3,0,0,3.8571,1.7143,0,4.2857,3,0,4.7142,5.1428,0,4.7142,7.2857,0,4.2857,9.4285,0,3.8571,10.7142,0 +L 1.7143,-1.7143,0,-3 + +[002a] * +L 2.1428,8.9999,2.1428,3.8571 +L 0,7.7142,4.2857,5.1428 +L 4.2857,7.7142,0,5.1428 + +[002b] + +L 3.8571,7.7142,3.8571,0 +L 0,3.8571,7.7142,3.8571 + +[002c] , +PL 0.8571,0,0,0.4286,0.4286,0,0.8571,0.8571,0,1.2857,0.4286,0,1.2857,0,0,0.8571,-0.8571,0,0,-1.7143,0 + +[002d] - +L 0,3.8571,7.7142,3.8571 + +[002e] . +PLC 0,0.4286,0,0.4286,0,0,0.8571,0.4286,0,0.4286,0.8571,0 + +[002f] / +L 2.5714,10.7142,0,-3 + +[0030] 0 +PLC 2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.1428,0,0,3.4285,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.5714,2.5714,0,5.9999,3.8571,0,6.4285,5.5714,0,6.4285,6.8571,0,5.9999,8.1428,0,5.5714,8.5714,0,4.7142,8.9999,0,3.8571,8.9999,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.1428,7.7142,0,1.2857,6.4285,0,0.8571,5.1428,0,0.4286,3.4285,0,0.4286,2.1428,0,0.8571,0.8571,0,1.7143,0,0 +PL 2.5714,0,0,3.4285,0.4286,0,4.2857,1.2857,0,5.1428,2.5714,0,5.5714,3.8571,0,5.9999,5.5714,0,5.9999,6.8571,0,5.5714,8.1428,0,4.7142,8.9999,0 + +[0031] 1 +L 2.5714,7.2857,0.4286,0 +PL 3,7.7142,0,1.2857,6.8571,0,0,6.4285,0,0.8571,6.8571,0,2.1428,7.7142,0,3.4285,8.9999,0,0.8571,0,0 + +[0032] 2 +PL 2.5714,7.2857,0,3,6.8571,0,2.5714,6.4285,0,2.1428,6.8571,0,2.1428,7.2857,0,2.5714,8.1428,0,3,8.5714,0,4.2857,8.9999,0,5.5714,8.9999,0,6.8571,8.5714,0,7.2857,7.7142,0,7.2857,6.8571,0,6.8571,5.9999,0,5.9999,5.1428,0,4.7142,4.2857,0,3,3.4285,0,1.7143,2.5714,0,0.8571,1.7143,0,0,0,0 +PL 5.5714,8.9999,0,6.4285,8.5714,0,6.8571,7.7142,0,6.8571,6.8571,0,6.4285,5.9999,0,5.5714,5.1428,0,3,3.4285,0 +PL 0.4286,0.8571,0,0.8571,1.2857,0,1.7143,1.2857,0,3.8571,0.4286,0,5.1428,0.4286,0,5.9999,0.8571,0,6.4285,1.7143,0,5.9999,0.4286,0,5.1428,0,0,3.8571,0,0,1.7143,1.2857,0 + +[0033] 3 +PL 2.1428,7.2857,0,2.5714,6.8571,0,2.1428,6.4285,0,1.7143,6.8571,0,1.7143,7.2857,0,2.1428,8.1428,0,2.5714,8.5714,0,3.8571,8.9999,0,5.1428,8.9999,0,6.4285,8.5714,0,6.8571,7.7142,0,6.8571,6.8571,0,6.4285,5.9999,0,5.1428,5.1428,0,3.8571,4.7142,0,3,4.7142,0 +PL 5.1428,8.9999,0,5.9999,8.5714,0,6.4285,7.7142,0,6.4285,6.8571,0,5.9999,5.9999,0,5.1428,5.1428,0 +PLC 5.1428,4.2857,0,5.5714,3.8571,0,5.9999,3,0,5.9999,1.7143,0,5.5714,0.8571,0,5.1428,0.4286,0,3.8571,0,0,4.7142,0.4286,0,5.1428,0.8571,0,5.5714,1.7143,0,5.5714,3,0,5.1428,3.8571,0,4.7142,4.2857,0,3.8571,4.7142,0 +PL 3.8571,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7143,0,0,2.1428,0,0.4286,2.5714,0,0.8571,2.1428,0,0.4286,1.7143,0 + +[0034] 4 +L 5.9999,8.5714,3.4285,0 +PL 6.8571,2.5714,0,0,2.5714,0,6.4285,8.9999,0,3.8571,0,0 + +[0035] 5 +PL 3,8.5714,0,5.1428,8.5714,0,7.2857,8.9999,0,3,8.9999,0,0.8571,4.7142,0,1.2857,5.1428,0,2.5714,5.5714,0,3.8571,5.5714,0,5.1428,5.1428,0,5.5714,4.7142,0,5.9999,3.8571,0,5.9999,2.5714,0,5.5714,1.2857,0,4.7142,0.4286,0,3.4285,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7143,0,0,2.1428,0,0.4286,2.5714,0,0.8571,2.1428,0,0.4286,1.7143,0 +PL 3.8571,5.5714,0,4.7142,5.1428,0,5.1428,4.7142,0,5.5714,3.8571,0,5.5714,2.5714,0,5.1428,1.2857,0,4.2857,0.4286,0,3.4285,0,0 + +[0036] 6 +PL 5.9999,7.7142,0,5.5714,7.2857,0,5.9999,6.8571,0,6.4285,7.2857,0,6.4285,7.7142,0,5.9999,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0,2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.1428,0,0,3.4285,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,3,0,0,4.2857,0.4286,0,5.1428,1.2857,0,5.5714,2.1428,0,5.5714,3.4285,0,5.1428,4.2857,0,4.7142,4.7142,0,3.8571,5.1428,0,2.5714,5.1428,0,1.7143,4.7142,0,0.8571,3.8571,0,0.4286,3,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.1428,7.7142,0,1.2857,6.4285,0,0.8571,5.1428,0,0.4286,3.4285,0,0.4286,1.2857,0,0.8571,0.4286,0 +PL 3,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.1428,2.1428,0,5.1428,3.8571,0,4.7142,4.7142,0 + +[0037] 7 +L 0.8571,8.9999,0,6.4285 +PL 0.4286,7.7142,0,1.7143,8.9999,0,2.5714,8.9999,0,4.7142,7.7142,0,5.5714,7.7142,0,5.9999,8.1428,0,6.4285,8.9999,0,5.9999,7.7142,0,5.1428,6.4285,0,3,3.8571,0,2.1428,2.5714,0,1.7143,1.7143,0,1.2857,0,0 +PL 5.1428,6.4285,0,2.5714,3.8571,0,1.7143,2.5714,0,1.2857,1.7143,0,0.8571,0,0 +PL 0.8571,8.1428,0,1.7143,8.5714,0,2.5714,8.5714,0,4.7142,7.7142,0 + +[0038] 8 +PLC 2.5714,8.5714,0,2.1428,8.1428,0,1.7143,7.2857,0,1.7143,5.9999,0,2.1428,5.1428,0,3,4.7142,0,4.2857,4.7142,0,5.9999,5.1428,0,6.4285,5.5714,0,6.8571,6.4285,0,6.8571,7.7142,0,6.4285,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.5714,8.1428,0,2.1428,7.2857,0,2.1428,5.9999,0,2.5714,5.1428,0,3,4.7142,0,1.2857,4.2857,0,0.4286,3.4285,0,0,2.5714,0,0,1.2857,0,0.4286,0.4286,0,1.7143,0,0,3.4285,0,0,5.1428,0.4286,0,5.5714,0.8571,0,5.9999,1.7143,0,5.9999,3,0,5.5714,3.8571,0,5.1428,4.2857,0,4.2857,4.7142,0,5.5714,5.1428,0,5.9999,5.5714,0,6.4285,6.4285,0,6.4285,7.7142,0,5.9999,8.5714,0,5.1428,8.9999,0 +PL 3,4.7142,0,1.7143,4.2857,0,0.8571,3.4285,0,0.4286,2.5714,0,0.4286,1.2857,0,0.8571,0.4286,0,1.7143,0,0 +PL 3.4285,0,0,4.7142,0.4286,0,5.1428,0.8571,0,5.5714,1.7143,0,5.5714,3.4285,0,5.1428,4.2857,0 + +[0039] 9 +PL 5.9999,5.9999,0,5.5714,5.1428,0,4.7142,4.2857,0,3.8571,3.8571,0,2.5714,3.8571,0,1.7143,4.2857,0,1.2857,4.7142,0,0.8571,5.5714,0,0.8571,6.8571,0,1.2857,7.7142,0,2.1428,8.5714,0,3.4285,8.9999,0,4.7142,8.9999,0,5.5714,8.5714,0,5.9999,8.1428,0,6.4285,7.2857,0,6.4285,5.5714,0,5.9999,3.8571,0,5.5714,2.5714,0,4.7142,1.2857,0,3.8571,0.4286,0,2.5714,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,1.7143,0,0.4286,2.1428,0,0.8571,1.7143,0,0.4286,1.2857,0 +PL 1.7143,4.2857,0,1.2857,5.1428,0,1.2857,6.8571,0,1.7143,7.7142,0,2.5714,8.5714,0,3.4285,8.9999,0 +PL 5.5714,8.5714,0,5.9999,7.7142,0,5.9999,5.5714,0,5.5714,3.8571,0,5.1428,2.5714,0,4.2857,1.2857,0,3.4285,0.4286,0,2.5714,0,0 + +[003a] : +PLC 1.2857,5.5714,0,1.7143,5.1428,0,2.1428,5.5714,0,1.7143,5.9999,0 +PL 0.4286,0.8571,0,0,0.4286,0,0.4286,0,0,0.8571,0.4286,0 + +[003b] ; +PLC 1.7143,5.5714,0,2.1428,5.1428,0,2.5714,5.5714,0,2.1428,5.9999,0 +PL 0.8571,0,0,0.4286,0.4286,0,0.8571,0.8571,0,1.2857,0.4286,0,1.2857,0,0,0.8571,-0.8571,0,0,-1.7143,0 + +[003c] < +PL 6.8571,7.7142,0,0,3.8571,0,6.8571,0,0 + +[003d] = +L 0,5.1428,7.7142,5.1428 +L 0,2.5714,7.7142,2.5714 + +[003e] > +PL 0,7.7142,0,6.8571,3.8571,0,0,0,0 + +[003f] ? +PL 0.4286,7.2857,0,0.8571,6.8571,0,0.4286,6.4285,0,0,6.8571,0,0,7.2857,0,0.4286,8.1428,0,0.8571,8.5714,0,2.1428,8.9999,0,3.8571,8.9999,0,5.1428,8.5714,0,5.5714,7.7142,0,5.5714,6.8571,0,5.1428,5.9999,0,4.7142,5.5714,0,2.1428,4.7142,0,1.2857,4.2857,0,1.2857,3.4285,0,1.7143,3,0,2.5714,3,0 +PL 3.8571,8.9999,0,4.7142,8.5714,0,5.1428,7.7142,0,5.1428,6.8571,0,4.7142,5.9999,0,4.2857,5.5714,0,3.4285,5.1428,0 +PLC 0.4286,0.4286,0,0.8571,0,0,1.2857,0.4286,0,0.8571,0.8571,0 + +[0040] @ +PL 6.4285,5.5714,0,5.9999,6.4285,0,5.1428,6.8571,0,3.8571,6.8571,0,3,6.4285,0,2.5714,5.9999,0,2.1428,4.7142,0,2.1428,3.4285,0,2.5714,2.5714,0,3.4285,2.1428,0,4.7142,2.1428,0,5.5714,2.5714,0,5.9999,3.4285,0,6.4285,6.8571,0 +PL 3.8571,6.8571,0,3,5.9999,0,2.5714,4.7142,0,2.5714,3.4285,0,3,2.5714,0,3.4285,2.1428,0 +PL 5.9999,3.4285,0,5.9999,2.5714,0,6.8571,2.1428,0,7.7142,2.1428,0,8.5714,3,0,8.9999,4.2857,0,8.9999,5.1428,0,8.5714,6.4285,0,8.1428,7.2857,0,7.2857,8.1428,0,6.4285,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0,2.5714,8.5714,0,1.7143,8.1428,0,0.8571,7.2857,0,0.4286,6.4285,0,0,5.1428,0,0,3.8571,0,0.4286,2.5714,0,0.8571,1.7143,0,1.7143,0.8571,0,2.5714,0.4286,0,3.8571,0,0,5.1428,0,0,6.4285,0.4286,0,7.2857,0.8571,0,7.7142,1.2857,0 +PL 6.8571,6.8571,0,6.4285,3.4285,0,6.4285,2.5714,0,6.8571,2.1428,0 + +[0041] A +PLC 7.7142,8.1428,0,6.8571,6.8571,0,5.5714,4.7142,0,4.7142,3.4285,0,3.4285,1.7143,0,3,3,0,3,3.8571,0,3.4285,4.2857,0,4.2857,4.2857,0,5.1428,3.8571,0,5.9999,3,0,6.4285,2.1428,0,6.8571,0.8571,0,6.8571,0,0,7.2857,3,0,8.1428,7.2857,0,8.5714,8.9999,0 +PL 8.5714,0.4286,0,7.7142,0,0,5.9999,0,0,4.7142,0.4286,0,3.4285,1.7143,0,2.1428,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,0.8571,1.2857,0,0.4286,0.8571,0 +L 8.5714,8.9999,7.2857,0 + +[0042] B +PL 5.9999,8.5714,0,5.5714,8.1428,0,5.1428,7.2857,0,4.2857,5.1428,0,3.4285,2.5714,0,3,1.7143,0,2.1428,0.4286,0,1.2857,0,0,2.5714,0.4286,0,3.4285,1.2857,0,3.8571,2.1428,0,4.2857,3.4285,0,5.1428,6.8571,0,5.5714,8.1428,0 +PL 1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,0.8571,1.2857,0,0.4286,0.8571,0 +PL 3.4285,6.4285,0,3,5.5714,0,2.5714,5.1428,0,1.7143,5.1428,0,1.2857,5.5714,0,1.2857,6.4285,0,1.7143,7.2857,0,2.5714,8.1428,0,3.4285,8.5714,0,4.7142,8.9999,0,7.2857,8.9999,0,8.1428,8.5714,0,8.5714,7.7142,0,8.5714,6.8571,0,8.1428,5.9999,0,7.2857,5.5714,0,5.5714,5.1428,0,4.7142,5.1428,0 +PL 7.2857,8.9999,0,7.7142,8.5714,0,8.1428,7.7142,0,8.1428,6.8571,0,7.7142,5.9999,0,7.2857,5.5714,0 +PLC 6.8571,4.7142,0,7.2857,4.2857,0,7.7142,3.4285,0,7.7142,2.1428,0,7.2857,0.8571,0,6.8571,0.4286,0,5.9999,0,0,6.8571,0.8571,0,7.2857,2.1428,0,7.2857,3.4285,0,6.8571,4.2857,0,6.4285,4.7142,0,5.5714,5.1428,0 +PL 5.9999,0,0,5.1428,0,0,4.7142,0.4286,0,4.7142,1.2857,0,5.1428,2.5714,0 + +[0043] C +PL 0.4286,8.1428,0,0,7.2857,0,0,6.4285,0,0.4286,5.5714,0,1.7143,5.1428,0,3,5.1428,0,4.7142,5.5714,0,5.5714,5.9999,0,6.4285,6.8571,0,6.8571,7.7142,0,6.8571,8.5714,0,6.4285,8.9999,0,5.5714,8.9999,0,4.2857,8.5714,0,3,7.2857,0,2.1428,5.9999,0,1.2857,4.2857,0,0.8571,2.5714,0,0.8571,1.2857,0,1.2857,0.4286,0,2.5714,0,0,3.4285,0,0,4.7142,0.4286,0,5.5714,1.2857,0,5.9999,2.1428,0,5.9999,3,0,5.5714,3.8571,0,4.7142,3.8571,0,3.8571,3.4285,0,3.4285,2.5714,0 +PL 5.5714,8.9999,0,4.7142,8.5714,0,3.4285,7.2857,0,2.5714,5.9999,0,1.7143,4.2857,0,1.2857,2.5714,0,1.2857,1.2857,0,1.7143,0.4286,0,2.5714,0,0 + +[0044] D +PL 5.9999,8.5714,0,5.5714,8.1428,0,5.1428,7.2857,0,4.2857,5.1428,0,3.4285,2.5714,0,3,1.7143,0,2.1428,0.4286,0,1.2857,0,0,2.5714,0.4286,0,3.4285,1.2857,0,3.8571,2.1428,0,4.2857,3.4285,0,5.1428,6.8571,0,5.5714,8.1428,0 +PL 1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,1.2857,1.7143,0,2.1428,1.2857,0,3,0.4286,0,3.8571,0,0,5.1428,0,0,5.9999,0.4286,0,6.8571,1.2857,0,7.7142,3,0,8.1428,5.1428,0,8.1428,6.4285,0,7.7142,7.7142,0,6.8571,8.5714,0,5.9999,8.9999,0,3.8571,8.9999,0,2.5714,8.5714,0,1.7143,7.7142,0,1.2857,6.8571,0,1.2857,5.9999,0,1.7143,5.5714,0,2.5714,5.5714,0,3,5.9999,0,3.4285,6.8571,0 + +[0045] E +PL 5.1428,7.7142,0,4.7142,7.2857,0,4.7142,6.4285,0,5.1428,5.9999,0,5.9999,5.9999,0,6.4285,6.8571,0,6.4285,7.7142,0,5.9999,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0,3,8.5714,0,2.5714,8.1428,0,2.1428,7.2857,0,2.1428,6.4285,0,2.5714,5.5714,0,3.4285,5.1428,0,2.5714,5.9999,0,2.5714,7.2857,0,3,8.1428,0,3.8571,8.9999,0 +PL 3.4285,5.1428,0,2.5714,5.1428,0,1.2857,4.7142,0,0.4286,3.8571,0,0,3,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,3,0,0,4.2857,0.4286,0,5.1428,1.2857,0,5.5714,2.1428,0,5.5714,3,0,5.1428,3.8571,0,4.2857,3.8571,0,3.4285,3.4285,0,3,2.5714,0 +PL 2.5714,5.1428,0,1.7143,4.7142,0,0.8571,3.8571,0,0.4286,3,0,0.4286,1.2857,0,0.8571,0.4286,0 + +[0046] F +PL 3.8571,6.4285,0,3.4285,5.5714,0,2.5714,5.1428,0,1.7143,5.1428,0,1.2857,5.9999,0,1.2857,6.8571,0,1.7143,7.7142,0,2.5714,8.5714,0,3.8571,8.9999,0,8.1428,8.9999,0,6.8571,8.5714,0,6.4285,8.1428,0,5.9999,7.2857,0,5.1428,5.1428,0,4.2857,2.5714,0,3.8571,1.7143,0,3,0.4286,0,2.1428,0,0,3.4285,0.4286,0,4.2857,1.2857,0,4.7142,2.1428,0,5.1428,3.4285,0,5.9999,6.8571,0,6.4285,8.1428,0 +PL 2.1428,0,0,1.2857,0,0,0.4286,0.4286,0,0,0.8571,0,0,1.2857,0,0.4286,1.7143,0,0.8571,1.2857,0,0.4286,0.8571,0 +PL 4.7142,8.9999,0,6.4285,8.5714,0,6.8571,8.5714,0 +PL 3,3.4285,0,3.4285,3.8571,0,4.2857,4.2857,0,5.9999,4.2857,0,6.8571,4.7142,0,7.7142,5.9999,0,6.8571,3,0 + +[0047] G +PL 0.4286,7.7142,0,0,6.8571,0,0,5.9999,0,0.4286,5.1428,0,1.2857,4.7142,0,2.5714,4.7142,0,3.8571,5.1428,0,4.7142,5.5714,0,5.9999,6.8571,0,6.4285,8.1428,0,6.4285,8.5714,0,5.9999,8.9999,0,5.5714,8.9999,0,4.7142,8.5714,0,3.8571,7.7142,0,3.4285,6.8571,0,3,5.5714,0,3,4.2857,0,3.4285,3.4285,0,4.2857,3,0,5.1428,3,0,5.9999,3.4285,0,6.8571,4.2857,0,7.2857,5.1428,0,6.8571,3.4285,0,5.9999,1.7143,0,5.1428,0.8571,0,4.2857,0.4286,0,2.5714,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,1.7143,0,0.4286,2.1428,0,0.8571,1.7143,0,0.4286,1.2857,0 +PL 5.9999,8.9999,0,5.1428,8.5714,0,4.2857,7.7142,0,3.8571,6.8571,0,3.4285,5.5714,0,3.4285,3.8571,0,4.2857,3,0 +PL 6.8571,3.4285,0,5.9999,2.1428,0,5.1428,1.2857,0,3.8571,0.4286,0,2.5714,0,0 + +[0048] H +PL 2.5714,6.4285,0,2.1428,6.8571,0,2.1428,7.7142,0,2.5714,8.5714,0,3.8571,8.9999,0,5.1428,8.9999,0,3.8571,4.2857,0,3,1.7143,0,2.5714,0.8571,0,2.1428,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,0.8571,1.2857,0,0.4286,0.8571,0 +PL 5.1428,8.9999,0,3.8571,5.1428,0,3.4285,3.8571,0,2.5714,1.7143,0,2.1428,0.8571,0,1.2857,0,0 +PL 1.7143,3,0,2.1428,3.4285,0,3,3.8571,0,6.8571,5.1428,0,7.7142,5.5714,0,8.9999,6.4285,0,9.8571,7.2857,0,10.2856,8.1428,0,10.2856,8.5714,0,9.8571,8.9999,0,9.4285,8.9999,0,8.5714,8.5714,0,7.7142,7.2857,0,7.2857,6.4285,0,6.4285,3.8571,0,5.9999,2.1428,0,5.9999,0.8571,0,6.8571,0,0,7.2857,0,0,8.1428,0.4286,0,8.9999,1.2857,0 +PL 9.4285,8.9999,0,8.5714,8.1428,0,7.7142,6.4285,0,6.8571,3.8571,0,6.4285,2.1428,0,6.4285,0.8571,0,6.8571,0,0 + +[0049] I +PL 6.8571,6.4285,0,5.9999,5.5714,0,4.7142,5.1428,0,3.4285,5.1428,0,2.5714,5.5714,0,2.1428,6.4285,0,2.1428,7.2857,0,2.5714,8.1428,0,3.4285,8.5714,0,5.1428,8.9999,0,6.8571,8.9999,0,5.9999,8.1428,0,5.1428,6.8571,0,4.2857,4.7142,0,3.4285,2.5714,0,3,1.7143,0,2.1428,0.4286,0,1.2857,0,0,2.5714,0.4286,0,3.4285,1.2857,0,3.8571,2.1428,0,5.5714,7.2857,0,5.9999,8.1428,0 +PL 1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,0.8571,1.2857,0,0.4286,0.8571,0 + +[004a] J +PL 6.4285,5.9999,0,5.5714,5.1428,0,4.2857,4.7142,0,3,4.7142,0,2.1428,5.1428,0,1.7143,5.9999,0,1.7143,6.8571,0,2.1428,7.7142,0,3,8.5714,0,4.7142,8.9999,0,6.4285,8.9999,0,5.5714,8.1428,0,4.7142,6.8571,0,3.8571,4.7142,0,2.5714,0.8571,0,1.7143,-0.8571,0,2.5714,0.4286,0,3,1.2857,0,3.8571,3,0,5.1428,6.8571,0,5.5714,7.7142,0,6.4285,8.9999,0 +PL 1.7143,-0.8571,0,1.2857,-1.2857,0,0.4286,-1.7143,0,0,-1.2857,0,0,-0.4286,0,0.4286,0.4286,0,1.2857,1.2857,0,2.1428,1.7143,0,3.4285,2.1428,0,5.1428,2.5714,0 + +[004b] K +PL 2.5714,6.4285,0,2.1428,6.8571,0,2.1428,7.7142,0,3,8.5714,0,4.2857,8.9999,0,5.1428,8.9999,0,3.8571,4.2857,0,3,1.7143,0,2.5714,0.8571,0,2.1428,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,0.8571,1.2857,0,0.4286,0.8571,0 +PL 5.1428,8.9999,0,3.8571,5.1428,0,3.4285,3.8571,0,2.5714,1.7143,0,2.1428,0.8571,0,1.2857,0,0 +PL 9.8571,8.5714,0,9.4285,8.1428,0,9.8571,7.7142,0,10.2856,8.1428,0,10.2856,8.5714,0,9.8571,8.9999,0,9.4285,8.9999,0,8.5714,8.5714,0,7.2857,6.8571,0,6.4285,5.9999,0,5.5714,5.5714,0,4.2857,5.1428,0,5.9999,5.5714,0,6.8571,5.9999,0,7.2857,6.4285,0,8.5714,8.5714,0 +PLC 5.5714,4.7142,0,5.9999,3.8571,0,6.4285,0.8571,0,6.8571,0,0,5.9999,0.8571,0,5.5714,3.8571,0,5.1428,4.7142,0,4.2857,5.1428,0 +PL 6.8571,0,0,7.2857,0,0,8.1428,0.4286,0,8.9999,1.2857,0 + +[004c] L +PL 2.1428,7.7142,0,1.7143,6.8571,0,1.7143,5.9999,0,2.1428,5.1428,0,3,4.7142,0,4.2857,4.7142,0,5.5714,5.1428,0,6.4285,5.5714,0,7.7142,6.8571,0,8.1428,8.1428,0,8.1428,8.5714,0,7.7142,8.9999,0,7.2857,8.9999,0,6.4285,8.5714,0,5.9999,8.1428,0,5.1428,6.8571,0,3.4285,2.5714,0,3,1.7143,0,2.1428,0.4286,0,1.2857,0,0,2.5714,0.4286,0,3.4285,1.2857,0,3.8571,2.1428,0,4.2857,3.4285,0,5.1428,6.4285,0,5.9999,8.1428,0 +PL 1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,1.2857,1.7143,0,2.1428,1.2857,0,3.4285,0.4286,0,4.2857,0,0,5.5714,0,0,6.4285,0.4286,0,7.2857,1.2857,0 + +[004d] M +PL 6.8571,8.9999,0,6.4285,7.2857,0,5.9999,5.1428,0,5.5714,2.1428,0,5.5714,0.4286,0,5.9999,0,0,5.1428,0.4286,0,5.1428,2.1428,0,5.5714,4.2857,0,5.9999,5.9999,0,6.8571,8.9999,0,5.1428,5.1428,0,3.8571,2.5714,0,3,1.2857,0,2.1428,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,0.8571,1.2857,0,0.4286,0.8571,0 +PL 11.9999,1.2857,0,11.1428,0.4286,0,10.2856,0,0,9.8571,0,0,8.9999,0.4286,0,8.9999,2.1428,0,9.4285,4.2857,0,9.8571,5.9999,0,10.7142,8.9999,0,8.9999,5.1428,0,6.8571,1.2857,0,5.9999,0,0 +PL 10.7142,8.9999,0,10.2856,7.2857,0,9.8571,5.1428,0,9.4285,2.1428,0,9.4285,0.4286,0,9.8571,0,0 + +[004e] N +PL 5.5714,8.9999,0,5.9999,6.8571,0,6.4285,2.1428,0,6.4285,0,0,5.9999,2.1428,0,5.5714,6.8571,0,5.5714,8.9999,0,5.1428,7.2857,0,4.2857,4.7142,0,3.4285,2.5714,0,3,1.7143,0,2.1428,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,0.8571,1.2857,0,0.4286,0.8571,0 +PL 11.5713,8.5714,0,11.1428,8.1428,0,11.5713,7.7142,0,11.9999,8.1428,0,11.9999,8.5714,0,11.5713,8.9999,0,10.7142,8.9999,0,9.8571,8.5714,0,8.9999,7.2857,0,8.5714,6.4285,0,7.7142,4.2857,0,6.8571,1.7143,0,6.4285,0,0 + +[004f] O +PL 3.4285,8.9999,0,2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.5714,0,0,3.8571,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.5714,2.5714,0,5.9999,3.4285,0,6.4285,5.1428,0,6.4285,6.8571,0,5.9999,8.1428,0,5.5714,8.5714,0,5.1428,8.5714,0,4.2857,8.1428,0,3.4285,7.2857,0,2.5714,5.5714,0,2.1428,3.4285,0,2.1428,2.1428,0 +PL 2.5714,8.5714,0,1.7143,7.2857,0,0.8571,5.5714,0,0.4286,3.8571,0,0.4286,2.1428,0,0.8571,0.8571,0,1.7143,0,0 + +[0050] P +PL 5.9999,8.5714,0,5.5714,8.1428,0,5.1428,7.2857,0,4.2857,5.1428,0,3.4285,2.5714,0,3,1.7143,0,2.1428,0.4286,0,1.2857,0,0,2.5714,0.4286,0,3.4285,1.2857,0,3.8571,2.1428,0,4.2857,3.4285,0,5.1428,6.8571,0,5.5714,8.1428,0 +PL 1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,0.8571,1.2857,0,0.4286,0.8571,0 +PL 3.4285,6.4285,0,3,5.5714,0,2.5714,5.1428,0,1.7143,5.1428,0,1.2857,5.5714,0,1.2857,6.4285,0,1.7143,7.2857,0,2.5714,8.1428,0,3.4285,8.5714,0,4.7142,8.9999,0,6.4285,8.9999,0,7.7142,8.5714,0,8.1428,8.1428,0,8.5714,7.2857,0,8.5714,5.9999,0,8.1428,5.1428,0,7.7142,4.7142,0,6.4285,4.2857,0,5.5714,4.2857,0,4.7142,4.7142,0 +PL 6.4285,8.9999,0,7.2857,8.5714,0,7.7142,8.1428,0,8.1428,7.2857,0,8.1428,5.9999,0,7.7142,5.1428,0,7.2857,4.7142,0,6.4285,4.2857,0 + +[0051] Q +PL 5.5714,7.2857,0,5.5714,6.4285,0,5.1428,5.5714,0,4.7142,5.1428,0,3.8571,4.7142,0,3,4.7142,0,2.5714,5.5714,0,2.5714,6.4285,0,3,7.7142,0,3.8571,8.5714,0,5.1428,8.9999,0,6.4285,8.9999,0,7.2857,8.5714,0,7.7142,7.7142,0,7.7142,5.9999,0,7.2857,4.7142,0,6.4285,3.4285,0,4.7142,1.7143,0,3.4285,0.8571,0,2.5714,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,1.2857,1.7143,0,2.1428,1.2857,0,3.4285,0.4286,0,4.7142,0,0,5.9999,0,0,6.8571,0.4286,0,7.7142,1.2857,0 +PL 6.4285,8.9999,0,6.8571,8.5714,0,7.2857,7.7142,0,7.2857,5.9999,0,6.8571,4.7142,0,5.9999,3.4285,0,4.7142,2.1428,0,3,0.8571,0,1.2857,0,0 + +[0052] R +PL 5.9999,8.5714,0,5.5714,8.1428,0,5.1428,7.2857,0,4.2857,5.1428,0,3.4285,2.5714,0,3,1.7143,0,2.1428,0.4286,0,1.2857,0,0,2.5714,0.4286,0,3.4285,1.2857,0,3.8571,2.1428,0,4.2857,3.4285,0,5.1428,6.8571,0,5.5714,8.1428,0 +PL 1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,0.8571,1.2857,0,0.4286,0.8571,0 +PL 3.4285,6.4285,0,3,5.5714,0,2.5714,5.1428,0,1.7143,5.1428,0,1.2857,5.5714,0,1.2857,6.4285,0,1.7143,7.2857,0,2.5714,8.1428,0,3.4285,8.5714,0,4.7142,8.9999,0,6.8571,8.9999,0,8.1428,8.5714,0,8.5714,7.7142,0,8.5714,6.8571,0,8.1428,5.9999,0,7.7142,5.5714,0,6.4285,5.1428,0,4.7142,5.1428,0,5.9999,4.7142,0,6.4285,3.8571,0,6.8571,0.8571,0,7.2857,0,0,6.4285,0.8571,0,5.9999,3.8571,0,5.5714,4.7142,0,4.7142,5.1428,0 +PL 6.8571,8.9999,0,7.7142,8.5714,0,8.1428,7.7142,0,8.1428,6.8571,0,7.7142,5.9999,0,7.2857,5.5714,0,6.4285,5.1428,0 +PL 7.2857,0,0,7.7142,0,0,8.5714,0.4286,0,9.4285,1.2857,0 + +[0053] S +PL 2.5714,7.7142,0,2.1428,6.8571,0,2.1428,5.9999,0,2.5714,5.1428,0,3.4285,4.7142,0,4.7142,4.7142,0,5.9999,5.1428,0,6.8571,5.5714,0,8.1428,6.8571,0,8.5714,8.1428,0,8.5714,8.5714,0,8.1428,8.9999,0,7.7142,8.9999,0,6.8571,8.5714,0,6.4285,8.1428,0,5.9999,7.2857,0,5.5714,5.9999,0,4.7142,3,0,4.2857,1.7143,0,3.4285,0.4286,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.1428,2.5714,0,5.5714,5.5714,0,5.9999,7.2857,0 +PL 2.5714,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,1.7143,0,0.4286,2.1428,0,0.8571,1.7143,0,0.4286,1.2857,0 + +[0054] T +PL 3.8571,6.4285,0,3.4285,5.5714,0,2.5714,5.1428,0,1.7143,5.1428,0,1.2857,5.9999,0,1.2857,6.8571,0,1.7143,7.7142,0,2.5714,8.5714,0,3.8571,8.9999,0,7.7142,8.9999,0,6.8571,8.5714,0,6.4285,8.1428,0,5.9999,7.2857,0,5.1428,5.1428,0,4.2857,2.5714,0,3.8571,1.7143,0,3,0.4286,0,2.1428,0,0,3.4285,0.4286,0,4.2857,1.2857,0,4.7142,2.1428,0,5.1428,3.4285,0,5.9999,6.8571,0,6.4285,8.1428,0 +PL 2.1428,0,0,1.2857,0,0,0.4286,0.4286,0,0,0.8571,0,0,1.2857,0,0.4286,1.7143,0,0.8571,1.2857,0,0.4286,0.8571,0 +PL 4.7142,8.9999,0,6.4285,8.5714,0,6.8571,8.5714,0 + +[0055] U +PL 0,7.2857,0,0.8571,8.5714,0,1.7143,8.9999,0,2.1428,8.9999,0,3,8.1428,0,3,6.8571,0,2.5714,5.5714,0,1.2857,2.1428,0,1.2857,0.8571,0,1.7143,0,0,0.8571,0.8571,0,0.8571,2.1428,0,1.2857,3.4285,0,2.5714,6.8571,0,2.5714,8.1428,0,2.1428,8.9999,0 +PL 1.7143,0,0,2.5714,0,0,3.4285,0.4286,0,4.7142,1.7143,0,5.5714,3,0,5.9999,3.8571,0,7.7142,8.9999,0 +PL 5.9999,3.8571,0,5.5714,2.1428,0,5.5714,0.8571,0,6.4285,0,0,6.8571,0,0,7.7142,0.4286,0,8.5714,1.2857,0 +PL 8.1428,8.9999,0,6.4285,3.8571,0,5.9999,2.1428,0,5.9999,0.8571,0,6.4285,0,0 + +[0056] V +PL 0,7.2857,0,0.8571,8.5714,0,1.7143,8.9999,0,2.1428,8.9999,0,3,8.1428,0,3,6.8571,0,2.5714,5.1428,0,1.7143,2.1428,0,1.7143,0.8571,0,2.1428,0,0,1.2857,0.8571,0,1.2857,2.1428,0,1.7143,3.8571,0,2.5714,6.8571,0,2.5714,8.1428,0,2.1428,8.9999,0 +PL 2.1428,0,0,2.5714,0,0,3.8571,0.4286,0,5.1428,1.7143,0,5.9999,3,0,6.8571,4.7142,0,7.2857,5.9999,0,7.7142,7.7142,0,7.7142,8.5714,0,7.2857,8.9999,0,6.8571,8.9999,0,6.4285,8.5714,0,5.9999,7.7142,0,5.9999,6.4285,0,6.4285,5.5714,0,7.2857,4.7142,0,8.1428,4.2857,0,8.9999,4.2857,0 + +[0057] W +PL 0.8571,6.4285,0,0.4286,6.4285,0,0,6.8571,0,0,7.7142,0,0.4286,8.5714,0,1.2857,8.9999,0,3,8.9999,0,2.5714,8.1428,0,2.1428,6.4285,0,1.7143,2.5714,0,1.2857,0,0 +PL 2.1428,6.4285,0,2.1428,2.5714,0,1.7143,0,0,2.5714,0.8571,0,3.4285,2.5714,0,4.7142,6.4285,0,5.5714,8.1428,0,6.4285,8.9999,0,5.9999,8.1428,0,5.5714,6.4285,0,5.1428,2.5714,0,4.7142,0,0 +PL 5.5714,6.4285,0,5.5714,2.5714,0,5.1428,0,0,5.9999,0.8571,0,6.8571,2.5714,0,8.1428,6.4285,0,8.9999,7.7142,0,9.8571,8.5714,0,10.7142,8.9999,0 + +[0058] X +PL 3.8571,6.8571,0,3.4285,6.4285,0,2.5714,6.4285,0,2.1428,6.8571,0,2.1428,7.7142,0,2.5714,8.5714,0,3.4285,8.9999,0,4.2857,8.9999,0,5.1428,8.5714,0,5.5714,7.7142,0,5.5714,6.4285,0,5.1428,4.7142,0,4.2857,2.5714,0,3.4285,1.2857,0,2.5714,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,0.8571,1.2857,0,0.4286,0.8571,0 +PL 4.2857,8.9999,0,4.7142,8.5714,0,5.1428,7.7142,0,5.1428,6.4285,0,4.7142,4.7142,0,3.8571,2.5714,0,3,1.2857,0,2.1428,0.4286,0,1.2857,0,0 +PL 9.4285,8.5714,0,8.9999,8.1428,0,9.4285,7.7142,0,9.8571,8.1428,0,9.8571,8.5714,0,9.4285,8.9999,0,8.5714,8.9999,0,7.7142,8.5714,0,6.8571,7.7142,0,5.9999,6.4285,0,5.1428,4.7142,0,4.7142,2.5714,0,4.7142,1.2857,0,5.1428,0.4286,0,5.5714,0,0,5.9999,0,0,6.8571,0.4286,0,7.7142,1.2857,0 + +[0059] Y +PL 0.4286,7.2857,0,1.2857,8.5714,0,2.1428,8.9999,0,2.5714,8.9999,0,3.4285,8.5714,0,3.4285,7.7142,0,2.5714,5.1428,0,2.5714,3.8571,0,3,3,0,2.1428,3.8571,0,2.1428,5.1428,0,3,7.7142,0,3,8.5714,0,2.5714,8.9999,0 +PL 3,3,0,3.8571,3,0,5.1428,3.4285,0,5.9999,4.2857,0,6.8571,5.5714,0,7.2857,6.4285,0,8.1428,8.9999,0 +PL 7.2857,6.4285,0,5.9999,3,0,5.1428,1.2857,0,5.9999,2.5714,0,6.8571,4.2857,0,7.7142,6.4285,0,8.5714,8.9999,0 +PL 5.1428,1.2857,0,4.2857,0.4286,0,3,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,1.7143,0,0.4286,2.1428,0,0.8571,1.7143,0,0.4286,1.2857,0 + +[005a] Z +PL 5.1428,6.4285,0,4.7142,5.5714,0,3.8571,5.1428,0,3,5.1428,0,2.5714,5.9999,0,2.5714,6.8571,0,3,7.7142,0,3.8571,8.5714,0,5.1428,8.9999,0,9.4285,8.9999,0,8.5714,8.5714,0,8.1428,8.1428,0,7.7142,7.2857,0,6.8571,5.1428,0,6.4285,3.8571,0,5.9999,3,0,5.1428,1.7143,0,4.2857,0.8571,0,3.4285,0.4286,0,2.1428,0,0,4.2857,0.4286,0,5.5714,1.2857,0,6.4285,2.5714,0,7.2857,5.1428,0,7.7142,6.8571,0,8.1428,8.1428,0 +PL 2.1428,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,1.2857,1.7143,0,2.1428,1.2857,0,3.4285,0.4286,0,4.2857,0,0,5.5714,0,0,6.8571,0.4286,0,7.7142,1.2857,0 +PL 6.4285,8.9999,0,8.1428,8.5714,0,8.5714,8.5714,0 + +[005b] [ +PL 3,10.7142,0,0,10.7142,0,0,-3,0,3,-3,0 +L 0.4286,10.7142,0.4286,-3 + +[005c] \ +L 0,8.9999,5.9999,-1.2857 + +[005d] ] +L 2.5714,10.7142,2.5714,-3 +PL 0,10.7142,0,3,10.7142,0,3,-3,0,0,-3,0 + +[005e] ^ +PL 1.2857,6.4285,0,2.1428,7.7142,0,3,6.4285,0 +PL 0,5.1428,0,2.1428,7.2857,0,4.2857,5.1428,0 +L 2.1428,7.2857,2.1428,0 + +[005f] _ +L 0,-0.8571,6.8571,-0.8571 + +[0060] ` +PL 1.2857,8.9999,0,0.4286,8.1428,0,0,7.2857,0,0,6.8571,0,0.4286,6.4285,0,0.8571,6.8571,0,0.4286,7.2857,0 + +[0061] a +PL 3.8571,2.5714,0,3.4285,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.4285,1.2857,0,4.2857,3.8571,0 +PL 1.7143,3.8571,0,0.8571,3,0,0.4286,2.1428,0,0.4286,0.8571,0,1.2857,0,0 +PL 3.4285,1.2857,0,3.4285,0.4286,0,4.2857,0,0,5.1428,0.4286,0,5.5714,0.8571,0,6.4285,2.1428,0 +PL 4.7142,3.8571,0,3.8571,1.2857,0,3.8571,0.4286,0,4.2857,0,0 + +[0062] b +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,5.1428,0 +PL 3,8.9999,0,0.4286,1.2857,0,0.4286,0.4286,0,1.2857,0,0,1.7143,0,0,2.5714,0.4286,0,3.4285,1.2857,0,3.8571,2.5714,0,3.8571,3.8571,0,4.2857,2.1428,0,4.7142,1.7143,0,5.1428,1.7143,0,5.9999,2.1428,0 +PL 3.4285,8.9999,0,0.8571,1.2857,0,0.8571,0.4286,0,1.2857,0,0 + +[0063] c +PLC 2.5714,3,0,3,3,0,3,3.4285,0 +PL 3,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.5714,0,0,3.8571,0.8571,0,4.7142,2.1428,0 +PL 1.7143,3.8571,0,0.8571,3,0,0.4286,2.1428,0,0.4286,0.8571,0,1.2857,0,0 + +[0064] d +PL 3.8571,2.5714,0,3.4285,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.4285,1.2857,0,5.9999,8.9999,0 +PL 1.7143,3.8571,0,0.8571,3,0,0.4286,2.1428,0,0.4286,0.8571,0,1.2857,0,0 +PL 3.4285,1.2857,0,3.4285,0.4286,0,4.2857,0,0,5.1428,0.4286,0,5.5714,0.8571,0,6.4285,2.1428,0 +PL 6.4285,8.9999,0,3.8571,1.2857,0,3.8571,0.4286,0,4.2857,0,0 + +[0065] e +PL 0.8571,0.8571,0,1.7143,1.2857,0,2.1428,1.7143,0,2.5714,2.5714,0,2.5714,3.4285,0,2.1428,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.5714,0,0,3.8571,0.8571,0,4.7142,2.1428,0 +PL 1.7143,3.8571,0,0.8571,3,0,0.4286,2.1428,0,0.4286,0.8571,0,1.2857,0,0 + +[0066] f +PLC 4.2857,5.1428,0,5.1428,6.4285,0,5.5714,7.7142,0,5.5714,8.5714,0,5.1428,8.9999,0,4.2857,8.5714,0,3.8571,7.7142,0,3.4285,5.5714,0,3,3.8571,0 +PL 3.8571,7.7142,0,0,-3.8571,0,0,-4.7142,0,0.4286,-5.1428,0,1.2857,-4.7142,0,1.7143,-3.4285,0,2.1428,0.4286,0,2.5714,0,0,3.4285,0,0,4.2857,0.4286,0,4.7142,0.8571,0,5.5714,2.1428,0 +PL 3,3.8571,0,1.7143,0,0,0.8571,-2.1428,0,0,-3.8571,0 + +[0067] g +PL 3.8571,2.5714,0,3.4285,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.4285,1.2857,0 +PL 1.7143,3.8571,0,0.8571,3,0,0.4286,2.1428,0,0.4286,0.8571,0,1.2857,0,0 +PL 4.2857,3.8571,0,1.7143,-3.8571,0,2.5714,-2.1428,0,3.4285,0,0,4.7142,3.8571,0 +PL 1.7143,-3.8571,0,1.2857,-4.7142,0,0.4286,-5.1428,0,0,-4.7142,0,0,-3.8571,0,0.4286,-2.5714,0,1.2857,-1.7143,0,2.5714,-0.8571,0,4.2857,0,0,5.5714,0.8571,0,6.4285,2.1428,0 + +[0068] h +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,5.1428,0 +L 3,8.9999,0,0 +L 3.4285,8.9999,0.4286,0 +PL 1.2857,2.5714,0,2.1428,3.4285,0,3,3.8571,0,3.4285,3.8571,0,4.2857,3.4285,0,4.2857,2.5714,0,3.8571,1.2857,0,3.8571,0.4286,0,4.2857,0,0,3.4285,0.4286,0,3.4285,1.2857,0,3.8571,2.5714,0,3.8571,3.4285,0,3.4285,3.8571,0 +PL 4.2857,0,0,5.1428,0.4286,0,5.5714,0.8571,0,6.4285,2.1428,0 + +[0069] i +PLC 1.2857,5.9999,0,1.7143,5.5714,0,2.1428,5.9999,0,1.7143,6.4285,0 +PL 0.8571,3.8571,0,0,1.2857,0,0,0.4286,0,0.8571,0,0,1.7143,0.4286,0,2.1428,0.8571,0,3,2.1428,0 +PL 1.2857,3.8571,0,0.4286,1.2857,0,0.4286,0.4286,0,0.8571,0,0 + +[006a] j +PLC 4.7142,5.9999,0,5.1428,5.5714,0,5.5714,5.9999,0,5.1428,6.4285,0 +PL 4.2857,3.8571,0,1.7143,-3.8571,0,2.5714,-2.1428,0,3.4285,0,0,4.7142,3.8571,0 +PL 1.7143,-3.8571,0,1.2857,-4.7142,0,0.4286,-5.1428,0,0,-4.7142,0,0,-3.8571,0,0.4286,-2.5714,0,1.2857,-1.7143,0,2.5714,-0.8571,0,4.2857,0,0,5.5714,0.8571,0,6.4285,2.1428,0 + +[006b] k +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,5.1428,0 +L 3,8.9999,0,0 +L 3.4285,8.9999,0.4286,0 +PLC 3.8571,3.4285,0,4.2857,3.4285,0,3.8571,3.8571,0 +PL 3.8571,3.8571,0,3.4285,3.8571,0,2.5714,3,0,1.2857,2.5714,0,2.5714,2.1428,0,3,0.4286,0,3.4285,0,0,2.5714,0.4286,0,2.1428,2.1428,0,1.2857,2.5714,0 +PL 3.4285,0,0,3.8571,0,0,5.1428,0.8571,0,5.9999,2.1428,0 + +[006c] l +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,5.1428,0 +PL 3,8.9999,0,0.4286,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0.4286,0,2.5714,0.8571,0,3.4285,2.1428,0 +PL 3.4285,8.9999,0,0.8571,1.2857,0,0.8571,0.4286,0,1.2857,0,0 + +[006d] m +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,3.8571,0,2.5714,3.4285,0,2.5714,2.5714,0,1.7143,0,0 +PL 1.7143,3.8571,0,2.1428,3.4285,0,2.1428,2.5714,0,1.2857,0,0 +PL 2.5714,2.5714,0,3.4285,3.4285,0,4.2857,3.8571,0,4.7142,3.8571,0,5.5714,3.4285,0,5.5714,2.5714,0,4.7142,0,0 +PL 4.7142,3.8571,0,5.1428,3.4285,0,5.1428,2.5714,0,4.2857,0,0 +PL 5.5714,2.5714,0,6.4285,3.4285,0,7.2857,3.8571,0,7.7142,3.8571,0,8.5714,3.4285,0,8.5714,2.5714,0,8.1428,1.2857,0,8.1428,0.4286,0,8.5714,0,0,7.7142,0.4286,0,7.7142,1.2857,0,8.1428,2.5714,0,8.1428,3.4285,0,7.7142,3.8571,0 +PL 8.5714,0,0,9.4285,0.4286,0,9.8571,0.8571,0,10.7142,2.1428,0 + +[006e] n +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,3.8571,0,2.5714,3.4285,0,2.5714,2.5714,0,1.7143,0,0 +PL 1.7143,3.8571,0,2.1428,3.4285,0,2.1428,2.5714,0,1.2857,0,0 +PL 2.5714,2.5714,0,3.4285,3.4285,0,4.2857,3.8571,0,4.7142,3.8571,0,5.5714,3.4285,0,5.5714,2.5714,0,5.1428,1.2857,0,5.1428,0.4286,0,5.5714,0,0,4.7142,0.4286,0,4.7142,1.2857,0,5.1428,2.5714,0,5.1428,3.4285,0,4.7142,3.8571,0 +PL 5.5714,0,0,6.4285,0.4286,0,6.8571,0.8571,0,7.7142,2.1428,0 + +[006f] o +PL 1.2857,0,0,0.4286,0.8571,0,0.4286,2.1428,0,0.8571,3,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.4285,0.8571,0,3.8571,1.7143,0,3.8571,2.5714,0,3.4285,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0 +PL 2.5714,3.8571,0,2.1428,3.4285,0,2.1428,2.5714,0,2.5714,1.7143,0,3.4285,1.2857,0,4.2857,1.2857,0,5.1428,1.7143,0,5.5714,2.1428,0 + +[0070] p +PL 1.7143,2.1428,0,2.5714,3.4285,0,3.4285,5.1428,0 +L 3.8571,6.4285,0,-5.1428 +L 4.2857,6.4285,0.4286,-5.1428 +PL 3,2.5714,0,3.8571,3.4285,0,4.7142,3.8571,0,5.1428,3.8571,0,5.9999,3.4285,0,5.9999,2.5714,0,5.5714,1.2857,0,5.5714,0.4286,0,5.9999,0,0,5.1428,0.4286,0,5.1428,1.2857,0,5.5714,2.5714,0,5.5714,3.4285,0,5.1428,3.8571,0 +PL 5.9999,0,0,6.8571,0.4286,0,7.2857,0.8571,0,8.1428,2.1428,0 + +[0071] q +PL 3.8571,2.5714,0,3.4285,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0 +PL 1.7143,3.8571,0,0.8571,3,0,0.4286,2.1428,0,0.4286,0.8571,0,1.2857,0,0 +PL 4.2857,3.8571,0,1.7143,-3.8571,0,1.7143,-4.7142,0,2.1428,-5.1428,0,3,-4.7142,0,3.4285,-3.4285,0,3.4285,0,0,4.2857,0,0,5.5714,0.8571,0,6.4285,2.1428,0 +PL 4.7142,3.8571,0,3.4285,0,0,2.5714,-2.1428,0,1.7143,-3.8571,0 + +[0072] r +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,3.8571,0,2.5714,3.4285,0,2.5714,2.5714,0,1.7143,0,0 +PL 1.7143,3.8571,0,2.1428,3.4285,0,2.1428,2.5714,0,1.2857,0,0 +PL 2.5714,2.5714,0,3.4285,3.4285,0,4.2857,3.8571,0,4.7142,3.8571,0,4.2857,2.5714,0,4.2857,3.8571,0 +PL 4.2857,2.5714,0,4.7142,1.7143,0,5.1428,1.7143,0,5.9999,2.1428,0 + +[0073] s +PL 0,2.1428,0,0.8571,3.4285,0,1.2857,4.2857,0,1.2857,3.4285,0,2.5714,2.5714,0,3,1.7143,0,3,0.8571,0,2.5714,0.4286,0,1.7143,0,0,2.5714,0.8571,0,2.5714,1.7143,0,2.1428,2.5714,0,1.2857,3.4285,0 +PL 0,0.4286,0,0.8571,0,0,3,0,0,4.2857,0.8571,0,5.1428,2.1428,0 + +[0074] t +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,5.1428,0 +PL 3,8.9999,0,0.4286,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0.4286,0,2.5714,0.8571,0,3.4285,2.1428,0 +PL 3.4285,8.9999,0,0.8571,1.2857,0,0.8571,0.4286,0,1.2857,0,0 +L 0.8571,5.5714,3.4285,5.5714 + +[0075] u +PL 0.8571,3.8571,0,0,1.2857,0,0,0.4286,0,0.8571,0,0,1.2857,0,0,2.1428,0.4286,0,3,1.2857,0,3.8571,2.5714,0 +PL 1.2857,3.8571,0,0.4286,1.2857,0,0.4286,0.4286,0,0.8571,0,0 +PL 4.2857,3.8571,0,3.4285,1.2857,0,3.4285,0.4286,0,4.2857,0,0,5.1428,0.4286,0,5.5714,0.8571,0,6.4285,2.1428,0 +PL 4.7142,3.8571,0,3.8571,1.2857,0,3.8571,0.4286,0,4.2857,0,0 + +[0076] v +PL 0.8571,3.8571,0,0.4286,3,0,0,1.7143,0,0,0.4286,0,0.8571,0,0,1.2857,0,0,2.5714,0.4286,0,3.4285,1.2857,0,3.8571,2.5714,0,3.8571,3.8571,0,4.2857,2.1428,0,4.7142,1.7143,0,5.1428,1.7143,0,5.9999,2.1428,0 +PL 1.2857,3.8571,0,0.8571,3,0,0.4286,1.7143,0,0.4286,0.4286,0,0.8571,0,0 + +[0077] w +PL 1.2857,3.8571,0,0.4286,3,0,0,1.7143,0,0,0.4286,0,0.8571,0,0,1.2857,0,0,2.1428,0.4286,0,3,1.2857,0,3.8571,3.8571,0 +PL 1.7143,3.8571,0,0.8571,3,0,0.4286,1.7143,0,0.4286,0.4286,0,0.8571,0,0 +PL 3,1.2857,0,3,0.4286,0,3.8571,0,0,4.2857,0,0,5.1428,0.4286,0,5.9999,1.2857,0,6.4285,2.5714,0,6.4285,3.8571,0,6.8571,2.1428,0,7.2857,1.7143,0,7.7142,1.7143,0,8.5714,2.1428,0 +PL 4.2857,3.8571,0,3.4285,1.2857,0,3.4285,0.4286,0,3.8571,0,0 + +[0078] x +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,3.8571,0,2.5714,3.8571,0,3,3.4285,0,3,2.5714,0,2.5714,1.2857,0,2.1428,0.4286,0,1.2857,0,0,0.8571,0,0,0.4286,0.4286,0,0.4286,0.8571,0,0.8571,0.8571,0,0.4286,0.4286,0 +PLC 5.1428,3,0,5.5714,3,0,5.5714,3.4285,0 +PL 5.5714,3.4285,0,5.1428,3.8571,0,4.7142,3.8571,0,3.8571,3.4285,0,3.4285,2.5714,0,3,1.2857,0,3,0.4286,0,3.4285,0,0,4.7142,0,0,5.9999,0.8571,0,6.8571,2.1428,0 +L 3,3.4285,3.4285,2.5714 +L 3.8571,3.4285,3,2.5714 +L 2.5714,1.2857,3,0.4286 +L 3,1.2857,2.1428,0.4286 + +[0079] y +PL 0.8571,3.8571,0,0,1.2857,0,0,0.4286,0,0.8571,0,0,1.2857,0,0,2.1428,0.4286,0,3,1.2857,0,3.8571,2.5714,0 +PL 1.2857,3.8571,0,0.4286,1.2857,0,0.4286,0.4286,0,0.8571,0,0 +PL 4.2857,3.8571,0,1.7143,-3.8571,0,2.5714,-2.1428,0,3.4285,0,0,4.7142,3.8571,0 +PL 1.7143,-3.8571,0,1.2857,-4.7142,0,0.4286,-5.1428,0,0,-4.7142,0,0,-3.8571,0,0.4286,-2.5714,0,1.2857,-1.7143,0,2.5714,-0.8571,0,4.2857,0,0,5.5714,0.8571,0,6.4285,2.1428,0 + +[007a] z +PL 0.4286,2.1428,0,1.2857,3.4285,0,2.1428,3.8571,0,3,3.8571,0,3.8571,3.4285,0,3.8571,2.1428,0,3.4285,1.2857,0,2.1428,0.4286,0,1.2857,0,0,2.1428,-0.4286,0,2.5714,-1.2857,0,2.5714,-2.5714,0,2.1428,-3.8571,0,1.2857,-4.7142,0,0.4286,-5.1428,0,0,-4.7142,0,0,-3.8571,0,0.4286,-2.5714,0,1.7143,-1.2857,0,3,-0.4286,0,4.7142,0.8571,0,5.9999,2.1428,0 +PL 3,3.8571,0,3.4285,3.4285,0,3.4285,2.1428,0,3,1.2857,0,2.1428,0.4286,0 +PL 1.2857,0,0,1.7143,-0.4286,0,2.1428,-1.2857,0,2.1428,-2.5714,0,1.7143,-3.8571,0,1.2857,-4.7142,0 + +[007b] { +PL 2.1428,10.7142,0,1.2857,10.2856,0,0.8571,9.8571,0,0.4286,8.9999,0,0.4286,8.1428,0,0.8571,7.2857,0,1.2857,6.8571,0,1.7143,5.9999,0,1.7143,5.1428,0,0.8571,4.2857,0 +PL 1.2857,10.2856,0,0.8571,9.4285,0,0.8571,8.5714,0,1.2857,7.7142,0,1.7143,7.2857,0,2.1428,6.4285,0,2.1428,5.5714,0,1.7143,4.7142,0,0,3.8571,0,1.7143,3,0,2.1428,2.1428,0,2.1428,1.2857,0,1.7143,0.4286,0,1.2857,0,0,0.8571,-0.8571,0,0.8571,-1.7143,0,1.2857,-2.5714,0,0.8571,-2.1428,0,0.4286,-1.2857,0,0.4286,-0.4286,0,0.8571,0.4286,0,1.2857,0.8571,0,1.7143,1.7143,0,1.7143,2.5714,0,0.8571,3.4285,0 +L 1.2857,-2.5714,2.1428,-3 + +[007c] | +L 0,10.7142,0,-3 + +[007d] } +PL 0,10.7142,0,0.8571,10.2856,0,1.2857,9.8571,0,1.7143,8.9999,0,1.7143,8.1428,0,1.2857,7.2857,0,0.8571,6.8571,0,0.4286,5.9999,0,0.4286,5.1428,0,1.2857,4.2857,0 +PL 0.8571,10.2856,0,1.2857,9.4285,0,1.2857,8.5714,0,0.8571,7.7142,0,0.4286,7.2857,0,0,6.4285,0,0,5.5714,0,0.4286,4.7142,0,2.1428,3.8571,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,0.8571,0,0,1.2857,-0.8571,0,1.2857,-1.7143,0,0.8571,-2.5714,0,1.2857,-2.1428,0,1.7143,-1.2857,0,1.7143,-0.4286,0,1.2857,0.4286,0,0.8571,0.8571,0,0.4286,1.7143,0,0.4286,2.5714,0,1.2857,3.4285,0 +L 0.8571,-2.5714,0,-3 + +[00d3] Ó +PL 3.4285,8.9999,0,2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.5714,0,0,3.8571,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.5714,2.5714,0,5.9999,3.4285,0,6.4285,5.1428,0,6.4285,6.8571,0,5.9999,8.1428,0,5.5714,8.5714,0,5.1428,8.5714,0,4.2857,8.1428,0,3.4285,7.2857,0,2.5714,5.5714,0,2.1428,3.4285,0,2.1428,2.1428,0 +PL 2.5714,8.5714,0,1.7143,7.2857,0,0.8571,5.5714,0,0.4286,3.8571,0,0.4286,2.1428,0,0.8571,0.8571,0,1.7143,0,0 +PL 5.5714,11.5713,0,5.1428,11.9999,0,5.5714,12.4285,0,5.9999,11.9999,0,5.9999,11.5713,0,5.5714,10.7142,0,4.7142,9.8571,0 + +[00f3] ó +PL 1.2857,0,0,0.4286,0.8571,0,0.4286,2.1428,0,0.8571,3,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.4285,0.8571,0,3.8571,1.7143,0,3.8571,2.5714,0,3.4285,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0 +PL 2.5714,3.8571,0,2.1428,3.4285,0,2.1428,2.5714,0,2.5714,1.7143,0,3.4285,1.2857,0,4.2857,1.2857,0,5.1428,1.7143,0,5.5714,2.1428,0 +PL 3.4285,6.4285,0,3,6.8571,0,3.4285,7.2857,0,3.8571,6.8571,0,3.8571,6.4285,0,3.4285,5.5714,0,2.5714,4.7142,0 + +[0104] Ą +PLC 7.7142,8.1428,0,6.8571,6.8571,0,5.5714,4.7142,0,4.7142,3.4285,0,3.4285,1.7143,0,3,3,0,3,3.8571,0,3.4285,4.2857,0,4.2857,4.2857,0,5.1428,3.8571,0,5.9999,3,0,6.4285,2.1428,0,6.8571,0.8571,0,6.8571,0,0,7.2857,3,0,8.1428,7.2857,0,8.5714,8.9999,0 +PL 8.5714,0.4286,0,7.7142,0,0,5.9999,0,0,4.7142,0.4286,0,3.4285,1.7143,0,2.1428,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,0.8571,1.2857,0,0.4286,0.8571,0 +PL 8.5714,8.9999,0,7.2857,0,0,6.4285,-0.8571,0,5.9999,-1.7143,0,5.9999,-2.1428,0,6.4285,-2.5714,0,6.8571,-2.1428,0,6.4285,-1.7143,0 + +[0105] ą +PL 3.8571,2.5714,0,3.4285,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.4285,1.2857,0,4.2857,3.8571,0 +PL 1.7143,3.8571,0,0.8571,3,0,0.4286,2.1428,0,0.4286,0.8571,0,1.2857,0,0 +PL 3.4285,1.2857,0,3.4285,0.4286,0,4.2857,0,0,5.1428,0.4286,0,5.5714,0.8571,0,6.4285,2.1428,0 +PL 4.7142,3.8571,0,3.8571,1.2857,0,3.8571,0.4286,0,4.2857,0,0,3.4285,-0.8571,0,3,-1.7143,0,3,-2.1428,0,3.4285,-2.5714,0,3.8571,-2.1428,0,3.4285,-1.7143,0 + +[0106] Ć +PL 0.4286,8.1428,0,0,7.2857,0,0,6.4285,0,0.4286,5.5714,0,1.7143,5.1428,0,3,5.1428,0,4.7142,5.5714,0,5.5714,5.9999,0,6.4285,6.8571,0,6.8571,7.7142,0,6.8571,8.5714,0,6.4285,8.9999,0,5.5714,8.9999,0,4.2857,8.5714,0,3,7.2857,0,2.1428,5.9999,0,1.2857,4.2857,0,0.8571,2.5714,0,0.8571,1.2857,0,1.2857,0.4286,0,2.5714,0,0,3.4285,0,0,4.7142,0.4286,0,5.5714,1.2857,0,5.9999,2.1428,0,5.9999,3,0,5.5714,3.8571,0,4.7142,3.8571,0,3.8571,3.4285,0,3.4285,2.5714,0 +PL 5.5714,8.9999,0,4.7142,8.5714,0,3.4285,7.2857,0,2.5714,5.9999,0,1.7143,4.2857,0,1.2857,2.5714,0,1.2857,1.2857,0,1.7143,0.4286,0,2.5714,0,0 +PL 6.8571,11.5713,0,6.4285,11.9999,0,6.8571,12.4285,0,7.2857,11.9999,0,7.2857,11.5713,0,6.8571,10.7142,0,5.9999,9.8571,0 + +[0107] ć +PLC 2.5714,3,0,3,3,0,3,3.4285,0 +PL 3,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.5714,0,0,3.8571,0.8571,0,4.7142,2.1428,0 +PL 1.7143,3.8571,0,0.8571,3,0,0.4286,2.1428,0,0.4286,0.8571,0,1.2857,0,0 +PL 3,6.4285,0,2.5714,6.8571,0,3,7.2857,0,3.4285,6.8571,0,3.4285,6.4285,0,3,5.5714,0,2.1428,4.7142,0 + +[0118] Ę +PL 5.1428,7.7142,0,4.7142,7.2857,0,4.7142,6.4285,0,5.1428,5.9999,0,5.9999,5.9999,0,6.4285,6.8571,0,6.4285,7.7142,0,5.9999,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0,3,8.5714,0,2.5714,8.1428,0,2.1428,7.2857,0,2.1428,6.4285,0,2.5714,5.5714,0,3.4285,5.1428,0,2.5714,5.9999,0,2.5714,7.2857,0,3,8.1428,0,3.8571,8.9999,0 +PL 3.4285,5.1428,0,2.5714,5.1428,0,1.2857,4.7142,0,0.4286,3.8571,0,0,3,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,3,0,0,4.2857,0.4286,0,5.1428,1.2857,0,5.5714,2.1428,0,5.5714,3,0,5.1428,3.8571,0,4.2857,3.8571,0,3.4285,3.4285,0,3,2.5714,0 +PL 2.5714,5.1428,0,1.7143,4.7142,0,0.8571,3.8571,0,0.4286,3,0,0.4286,1.2857,0,0.8571,0.4286,0 +PL 3,0,0,2.1428,-0.8571,0,1.7143,-1.7143,0,1.7143,-2.1428,0,2.1428,-2.5714,0,2.5714,-2.1428,0,2.1428,-1.7143,0 + +[0119] ę +PL 0.8571,0.8571,0,1.7143,1.2857,0,2.1428,1.7143,0,2.5714,2.5714,0,2.5714,3.4285,0,2.1428,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.5714,0,0,3.8571,0.8571,0,4.7142,2.1428,0 +PL 1.7143,3.8571,0,0.8571,3,0,0.4286,2.1428,0,0.4286,0.8571,0,1.2857,0,0 +PL 2.5714,0,0,1.7143,-0.8571,0,1.2857,-1.7143,0,1.2857,-2.1428,0,1.7143,-2.5714,0,2.1428,-2.1428,0,1.7143,-1.7143,0 + +[0141] Ł +PL 2.1428,7.7142,0,1.7143,6.8571,0,1.7143,5.9999,0,2.1428,5.1428,0,3,4.7142,0,4.2857,4.7142,0,5.5714,5.1428,0,6.4285,5.5714,0,7.7142,6.8571,0,8.1428,8.1428,0,8.1428,8.5714,0,7.7142,8.9999,0,7.2857,8.9999,0,6.4285,8.5714,0,5.9999,8.1428,0,5.1428,6.8571,0,3.4285,2.5714,0,3,1.7143,0,2.1428,0.4286,0,1.2857,0,0,2.5714,0.4286,0,3.4285,1.2857,0,3.8571,2.1428,0,4.2857,3.4285,0,5.1428,6.4285,0,5.9999,8.1428,0 +PL 1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,1.2857,1.7143,0,2.1428,1.2857,0,3.4285,0.4286,0,4.2857,0,0,5.5714,0,0,6.4285,0.4286,0,7.2857,1.2857,0 +PL 7.2857,3.8571,0,5.9999,3,0,4.7142,3,0,3.4285,3.8571,0,2.1428,3.8571,0,1.2857,3,0 + +[0142] ł +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,5.1428,0 +PLC 0.4286,1.2857,0,0.4286,0.4286,0,1.2857,0,0,0.8571,0.4286,0,0.8571,1.2857,0,3.4285,8.9999,0,3,8.9999,0 +PL 1.2857,0,0,2.1428,0.4286,0,2.5714,0.8571,0,3.4285,2.1428,0 +PL 4.7142,9.8571,0,4.2857,9.4285,0,3.4285,8.9999,0 +PL 3,8.9999,0,2.1428,9.4285,0,1.2857,8.9999,0 + +[0143] Ń +PL 5.5714,8.9999,0,5.9999,6.8571,0,6.4285,2.1428,0,6.4285,0,0,5.9999,2.1428,0,5.5714,6.8571,0,5.5714,8.9999,0,5.1428,7.2857,0,4.2857,4.7142,0,3.4285,2.5714,0,3,1.7143,0,2.1428,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,0.8571,1.2857,0,0.4286,0.8571,0 +PL 11.5713,8.5714,0,11.1428,8.1428,0,11.5713,7.7142,0,11.9999,8.1428,0,11.9999,8.5714,0,11.5713,8.9999,0,10.7142,8.9999,0,9.8571,8.5714,0,8.9999,7.2857,0,8.5714,6.4285,0,7.7142,4.2857,0,6.8571,1.7143,0,6.4285,0,0 +PL 8.5714,11.5713,0,8.1428,11.9999,0,8.5714,12.4285,0,8.9999,11.9999,0,8.9999,11.5713,0,8.5714,10.7142,0,7.7142,9.8571,0 + +[0144] ń +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,3.8571,0,2.5714,3.4285,0,2.5714,2.5714,0,1.7143,0,0 +PL 1.7143,3.8571,0,2.1428,3.4285,0,2.1428,2.5714,0,1.2857,0,0 +PL 2.5714,2.5714,0,3.4285,3.4285,0,4.2857,3.8571,0,4.7142,3.8571,0,5.5714,3.4285,0,5.5714,2.5714,0,5.1428,1.2857,0,5.1428,0.4286,0,5.5714,0,0,4.7142,0.4286,0,4.7142,1.2857,0,5.1428,2.5714,0,5.1428,3.4285,0,4.7142,3.8571,0 +PL 5.5714,0,0,6.4285,0.4286,0,6.8571,0.8571,0,7.7142,2.1428,0 +PL 5.5714,6.4285,0,5.1428,6.8571,0,5.5714,7.2857,0,5.9999,6.8571,0,5.9999,6.4285,0,5.5714,5.5714,0,4.7142,4.7142,0 + +[015a] Ś +PL 2.5714,7.7142,0,2.1428,6.8571,0,2.1428,5.9999,0,2.5714,5.1428,0,3.4285,4.7142,0,4.7142,4.7142,0,5.9999,5.1428,0,6.8571,5.5714,0,8.1428,6.8571,0,8.5714,8.1428,0,8.5714,8.5714,0,8.1428,8.9999,0,7.7142,8.9999,0,6.8571,8.5714,0,6.4285,8.1428,0,5.9999,7.2857,0,5.5714,5.9999,0,4.7142,3,0,4.2857,1.7143,0,3.4285,0.4286,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.1428,2.5714,0,5.5714,5.5714,0,5.9999,7.2857,0 +PL 2.5714,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,1.7143,0,0.4286,2.1428,0,0.8571,1.7143,0,0.4286,1.2857,0 +PL 6.4285,11.5713,0,5.9999,11.9999,0,6.4285,12.4285,0,6.8571,11.9999,0,6.8571,11.5713,0,6.4285,10.7142,0,5.5714,9.8571,0 + +[015b] ś +PL 0,2.1428,0,0.8571,3.4285,0,1.2857,4.2857,0,1.2857,3.4285,0,2.5714,2.5714,0,3,1.7143,0,3,0.8571,0,2.5714,0.4286,0,1.7143,0,0,2.5714,0.8571,0,2.5714,1.7143,0,2.1428,2.5714,0,1.2857,3.4285,0 +PL 0,0.4286,0,0.8571,0,0,3,0,0,4.2857,0.8571,0,5.1428,2.1428,0 +PL 2.5714,6.8571,0,2.1428,7.2857,0,2.5714,7.7142,0,3,7.2857,0,3,6.8571,0,2.5714,5.9999,0,1.7143,5.1428,0 + +[0179] Ź +PL 5.1428,6.4285,0,4.7142,5.5714,0,3.8571,5.1428,0,3,5.1428,0,2.5714,5.9999,0,2.5714,6.8571,0,3,7.7142,0,3.8571,8.5714,0,5.1428,8.9999,0,9.4285,8.9999,0,8.5714,8.5714,0,8.1428,8.1428,0,7.7142,7.2857,0,6.8571,5.1428,0,6.4285,3.8571,0,5.9999,3,0,5.1428,1.7143,0,4.2857,0.8571,0,3.4285,0.4286,0,2.1428,0,0,4.2857,0.4286,0,5.5714,1.2857,0,6.4285,2.5714,0,7.2857,5.1428,0,7.7142,6.8571,0,8.1428,8.1428,0 +PL 2.1428,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,1.2857,1.7143,0,2.1428,1.2857,0,3.4285,0.4286,0,4.2857,0,0,5.5714,0,0,6.8571,0.4286,0,7.7142,1.2857,0 +PL 6.4285,8.9999,0,8.1428,8.5714,0,8.5714,8.5714,0 +PL 7.2857,11.5713,0,6.8571,11.9999,0,7.2857,12.4285,0,7.7142,11.9999,0,7.7142,11.5713,0,7.2857,10.7142,0,6.4285,9.8571,0 + +[017a] ź +PL 0.4286,2.1428,0,1.2857,3.4285,0,2.1428,3.8571,0,3,3.8571,0,3.8571,3.4285,0,3.8571,2.1428,0,3.4285,1.2857,0,2.1428,0.4286,0,1.2857,0,0,2.1428,-0.4286,0,2.5714,-1.2857,0,2.5714,-2.5714,0,2.1428,-3.8571,0,1.2857,-4.7142,0,0.4286,-5.1428,0,0,-4.7142,0,0,-3.8571,0,0.4286,-2.5714,0,1.7143,-1.2857,0,3,-0.4286,0,4.7142,0.8571,0,5.9999,2.1428,0 +PL 3,3.8571,0,3.4285,3.4285,0,3.4285,2.1428,0,3,1.2857,0,2.1428,0.4286,0 +PL 1.2857,0,0,1.7143,-0.4286,0,2.1428,-1.2857,0,2.1428,-2.5714,0,1.7143,-3.8571,0,1.2857,-4.7142,0 +PL 3.8571,6.4285,0,3.4285,6.8571,0,3.8571,7.2857,0,4.2857,6.8571,0,4.2857,6.4285,0,3.8571,5.5714,0,3,4.7142,0 + +[017b] Ż +PL 5.1428,6.4285,0,4.7142,5.5714,0,3.8571,5.1428,0,3,5.1428,0,2.5714,5.9999,0,2.5714,6.8571,0,3,7.7142,0,3.8571,8.5714,0,5.1428,8.9999,0,9.4285,8.9999,0,8.5714,8.5714,0,8.1428,8.1428,0,7.7142,7.2857,0,6.8571,5.1428,0,6.4285,3.8571,0,5.9999,3,0,5.1428,1.7143,0,4.2857,0.8571,0,3.4285,0.4286,0,2.1428,0,0,4.2857,0.4286,0,5.5714,1.2857,0,6.4285,2.5714,0,7.2857,5.1428,0,7.7142,6.8571,0,8.1428,8.1428,0 +PL 2.1428,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,1.2857,1.7143,0,2.1428,1.2857,0,3.4285,0.4286,0,4.2857,0,0,5.5714,0,0,6.8571,0.4286,0,7.7142,1.2857,0 +PL 6.4285,8.9999,0,8.1428,8.5714,0,8.5714,8.5714,0 +PLC 5.9999,10.2856,0,6.4285,9.8571,0,6.8571,10.2856,0,6.4285,10.7142,0 + +[017c] ż +PL 0.4286,2.1428,0,1.2857,3.4285,0,2.1428,3.8571,0,3,3.8571,0,3.8571,3.4285,0,3.8571,2.1428,0,3.4285,1.2857,0,2.1428,0.4286,0,1.2857,0,0,2.1428,-0.4286,0,2.5714,-1.2857,0,2.5714,-2.5714,0,2.1428,-3.8571,0,1.2857,-4.7142,0,0.4286,-5.1428,0,0,-4.7142,0,0,-3.8571,0,0.4286,-2.5714,0,1.7143,-1.2857,0,3,-0.4286,0,4.7142,0.8571,0,5.9999,2.1428,0 +PL 3,3.8571,0,3.4285,3.4285,0,3.4285,2.1428,0,3,1.2857,0,2.1428,0.4286,0 +PL 1.2857,0,0,1.7143,-0.4286,0,2.1428,-1.2857,0,2.1428,-2.5714,0,1.7143,-3.8571,0,1.2857,-4.7142,0 +PLC 2.5714,5.1428,0,3,4.7142,0,3.4285,5.1428,0,3,5.5714,0 diff --git a/assets/fonts/ScriptS.cxf b/assets/fonts/ScriptS.cxf new file mode 100644 index 00000000..fbb1be4d --- /dev/null +++ b/assets/fonts/ScriptS.cxf @@ -0,0 +1,451 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Roman Simplex +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts +# Author: Adam Radlowski (Polish) + +[0021] ! +PLC 2.1428,8.5714,0,1.2857,3.4285,0,3,8.5714,0,2.5714,8.9999,0 +L 2.5714,8.5714,1.2857,3.4285 +PLC 0,0.4286,0,0.4286,0,0,0.8571,0.4286,0,0.4286,0.8571,0 + +[0022] " +PL 0.8571,8.9999,0,0,5.9999,0,1.2857,8.9999,0 +PL 4.7142,8.9999,0,3.8571,5.9999,0,5.1428,8.9999,0 + +[0023] # +L 3.4285,10.7142,0.4286,-3 +L 5.9999,10.7142,3,-3 +L 0.4286,5.1428,6.4285,5.1428 +L 0,2.5714,5.9999,2.5714 + +[0024] $ +L 4.2857,10.7142,0.8571,-1.7143 +L 6.4285,10.7142,3,-1.7143 +PL 6.8571,7.2857,0,6.4285,6.8571,0,6.8571,6.4285,0,7.2857,6.8571,0,7.2857,7.2857,0,6.8571,8.1428,0,6.4285,8.5714,0,5.1428,8.9999,0,3.4285,8.9999,0,2.1428,8.5714,0,1.2857,7.7142,0,1.2857,6.8571,0,1.7143,5.9999,0,2.1428,5.5714,0,5.1428,3.8571,0,5.9999,3,0,5.5714,3.8571,0,5.1428,4.2857,0,2.1428,5.9999,0,1.2857,6.8571,0 +PL 5.9999,3,0,5.9999,1.7143,0,5.5714,0.8571,0,5.1428,0.4286,0,3.8571,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7143,0,0,2.1428,0,0.4286,2.5714,0,0.8571,2.1428,0,0.4286,1.7143,0 + +[0025] % +PL 2.1428,8.9999,0,1.2857,8.9999,0,0.4286,8.5714,0,0,7.7142,0,0,6.8571,0,0.8571,5.9999,0,1.7143,5.9999,0,2.5714,6.4285,0,3,7.2857,0,3,8.1428,0,2.1428,8.9999,0,3,8.5714,0,4.2857,8.1428,0,5.5714,8.1428,0,6.8571,8.5714,0,7.7142,8.9999,0,0,0,0 +PLC 5.1428,2.5714,0,4.7142,1.7143,0,4.7142,0.8571,0,5.5714,0,0,6.4285,0,0,7.2857,0.4286,0,7.7142,1.2857,0,7.7142,2.1428,0,6.8571,3,0,5.9999,3,0 + +[0026] & +PL 8.9999,5.5714,0,8.5714,5.1428,0,8.9999,4.7142,0,9.4285,5.1428,0,9.4285,5.5714,0,8.9999,5.9999,0,8.5714,5.9999,0,7.7142,5.5714,0,6.8571,4.7142,0,4.7142,1.2857,0,3.8571,0.4286,0,3,0,0,1.7143,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.1428,0,0.4286,3,0,0.8571,3.4285,0,1.7143,3.8571,0,3.8571,4.7142,0,4.7142,5.1428,0,5.5714,5.9999,0,5.9999,6.8571,0,5.9999,7.7142,0,5.5714,8.5714,0,4.7142,8.9999,0,3.8571,8.5714,0,3.4285,7.7142,0,3.4285,6.4285,0,3.8571,3.8571,0,4.2857,2.5714,0,5.1428,1.2857,0,5.9999,0.4286,0,6.8571,0,0,7.7142,0,0,8.1428,0.8571,0,8.1428,1.2857,0 +PL 1.7143,0,0,0.8571,0.4286,0,0.4286,1.2857,0,0.4286,2.1428,0,0.8571,3,0,1.2857,3.4285,0,3.8571,4.7142,0 +PL 3.4285,6.4285,0,3.8571,4.2857,0,4.2857,3,0,5.1428,1.7143,0,5.9999,0.8571,0,6.8571,0.4286,0,7.7142,0.4286,0,8.1428,0.8571,0 + +[0027] ' +PL 0.8571,8.1428,0,0.4286,8.5714,0,0.8571,8.9999,0,1.2857,8.5714,0,1.2857,8.1428,0,0.8571,7.2857,0,0,6.4285,0 + +[0028] ( +PL 5.1428,10.7142,0,3.4285,9.4285,0,2.1428,8.1428,0,1.2857,6.8571,0,0.4286,5.1428,0,0,3,0,0,1.2857,0,0.4286,-0.8571,0,0.8571,-2.1428,0,1.2857,-3,0,0.8571,-1.7143,0,0.4286,0.4286,0,0.4286,2.5714,0,0.8571,4.7142,0,1.2857,5.9999,0,2.1428,7.7142,0,3.4285,9.4285,0 + +[0029] ) +PLC 4.2857,9.8571,0,4.7142,8.5714,0,5.1428,6.4285,0,5.1428,4.7142,0,4.7142,2.5714,0,3.8571,0.8571,0,3,-0.4286,0,1.7143,-1.7143,0,3,0,0,3.8571,1.7143,0,4.2857,3,0,4.7142,5.1428,0,4.7142,7.2857,0,4.2857,9.4285,0,3.8571,10.7142,0 +L 1.7143,-1.7143,0,-3 + +[002a] * +L 2.1428,8.9999,2.1428,3.8571 +L 0,7.7142,4.2857,5.1428 +L 4.2857,7.7142,0,5.1428 + +[002b] + +L 3.8571,7.7142,3.8571,0 +L 0,3.8571,7.7142,3.8571 + +[002c] , +PL 0.8571,0,0,0.4286,0.4286,0,0.8571,0.8571,0,1.2857,0.4286,0,1.2857,0,0,0.8571,-0.8571,0,0,-1.7143,0 + +[002d] - +L 0,3.8571,7.7142,3.8571 + +[002e] . +PLC 0,0.4286,0,0.4286,0,0,0.8571,0.4286,0,0.4286,0.8571,0 + +[002f] / +L 2.5714,10.7142,0,-3 + +[0030] 0 +PLC 2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.1428,0,0,3.4285,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.5714,2.5714,0,5.9999,3.8571,0,6.4285,5.5714,0,6.4285,6.8571,0,5.9999,8.1428,0,5.5714,8.5714,0,4.7142,8.9999,0,3.8571,8.9999,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.1428,7.7142,0,1.2857,6.4285,0,0.8571,5.1428,0,0.4286,3.4285,0,0.4286,2.1428,0,0.8571,0.8571,0,1.7143,0,0 +PL 2.5714,0,0,3.4285,0.4286,0,4.2857,1.2857,0,5.1428,2.5714,0,5.5714,3.8571,0,5.9999,5.5714,0,5.9999,6.8571,0,5.5714,8.1428,0,4.7142,8.9999,0 + +[0031] 1 +L 2.5714,7.2857,0.4286,0 +PL 3,7.7142,0,1.2857,6.8571,0,0,6.4285,0,0.8571,6.8571,0,2.1428,7.7142,0,3.4285,8.9999,0,0.8571,0,0 + +[0032] 2 +PL 2.5714,7.2857,0,3,6.8571,0,2.5714,6.4285,0,2.1428,6.8571,0,2.1428,7.2857,0,2.5714,8.1428,0,3,8.5714,0,4.2857,8.9999,0,5.5714,8.9999,0,6.8571,8.5714,0,7.2857,7.7142,0,7.2857,6.8571,0,6.8571,5.9999,0,5.9999,5.1428,0,4.7142,4.2857,0,3,3.4285,0,1.7143,2.5714,0,0.8571,1.7143,0,0,0,0 +PL 5.5714,8.9999,0,6.4285,8.5714,0,6.8571,7.7142,0,6.8571,6.8571,0,6.4285,5.9999,0,5.5714,5.1428,0,3,3.4285,0 +PL 0.4286,0.8571,0,0.8571,1.2857,0,1.7143,1.2857,0,3.8571,0.4286,0,5.1428,0.4286,0,5.9999,0.8571,0,6.4285,1.7143,0,5.9999,0.4286,0,5.1428,0,0,3.8571,0,0,1.7143,1.2857,0 + +[0033] 3 +PL 2.1428,7.2857,0,2.5714,6.8571,0,2.1428,6.4285,0,1.7143,6.8571,0,1.7143,7.2857,0,2.1428,8.1428,0,2.5714,8.5714,0,3.8571,8.9999,0,5.1428,8.9999,0,6.4285,8.5714,0,6.8571,7.7142,0,6.8571,6.8571,0,6.4285,5.9999,0,5.1428,5.1428,0,3.8571,4.7142,0,3,4.7142,0 +PL 5.1428,8.9999,0,5.9999,8.5714,0,6.4285,7.7142,0,6.4285,6.8571,0,5.9999,5.9999,0,5.1428,5.1428,0 +PLC 5.1428,4.2857,0,5.5714,3.8571,0,5.9999,3,0,5.9999,1.7143,0,5.5714,0.8571,0,5.1428,0.4286,0,3.8571,0,0,4.7142,0.4286,0,5.1428,0.8571,0,5.5714,1.7143,0,5.5714,3,0,5.1428,3.8571,0,4.7142,4.2857,0,3.8571,4.7142,0 +PL 3.8571,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7143,0,0,2.1428,0,0.4286,2.5714,0,0.8571,2.1428,0,0.4286,1.7143,0 + +[0034] 4 +L 5.9999,8.5714,3.4285,0 +PL 6.8571,2.5714,0,0,2.5714,0,6.4285,8.9999,0,3.8571,0,0 + +[0035] 5 +PL 3,8.5714,0,5.1428,8.5714,0,7.2857,8.9999,0,3,8.9999,0,0.8571,4.7142,0,1.2857,5.1428,0,2.5714,5.5714,0,3.8571,5.5714,0,5.1428,5.1428,0,5.5714,4.7142,0,5.9999,3.8571,0,5.9999,2.5714,0,5.5714,1.2857,0,4.7142,0.4286,0,3.4285,0,0,2.1428,0,0,0.8571,0.4286,0,0.4286,0.8571,0,0,1.7143,0,0,2.1428,0,0.4286,2.5714,0,0.8571,2.1428,0,0.4286,1.7143,0 +PL 3.8571,5.5714,0,4.7142,5.1428,0,5.1428,4.7142,0,5.5714,3.8571,0,5.5714,2.5714,0,5.1428,1.2857,0,4.2857,0.4286,0,3.4285,0,0 + +[0036] 6 +PL 5.9999,7.7142,0,5.5714,7.2857,0,5.9999,6.8571,0,6.4285,7.2857,0,6.4285,7.7142,0,5.9999,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0,2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.1428,0,0,3.4285,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,3,0,0,4.2857,0.4286,0,5.1428,1.2857,0,5.5714,2.1428,0,5.5714,3.4285,0,5.1428,4.2857,0,4.7142,4.7142,0,3.8571,5.1428,0,2.5714,5.1428,0,1.7143,4.7142,0,0.8571,3.8571,0,0.4286,3,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.1428,7.7142,0,1.2857,6.4285,0,0.8571,5.1428,0,0.4286,3.4285,0,0.4286,1.2857,0,0.8571,0.4286,0 +PL 3,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.1428,2.1428,0,5.1428,3.8571,0,4.7142,4.7142,0 + +[0037] 7 +L 0.8571,8.9999,0,6.4285 +PL 0.4286,7.7142,0,1.7143,8.9999,0,2.5714,8.9999,0,4.7142,7.7142,0,5.5714,7.7142,0,5.9999,8.1428,0,6.4285,8.9999,0,5.9999,7.7142,0,5.1428,6.4285,0,3,3.8571,0,2.1428,2.5714,0,1.7143,1.7143,0,1.2857,0,0 +PL 5.1428,6.4285,0,2.5714,3.8571,0,1.7143,2.5714,0,1.2857,1.7143,0,0.8571,0,0 +PL 0.8571,8.1428,0,1.7143,8.5714,0,2.5714,8.5714,0,4.7142,7.7142,0 + +[0038] 8 +PLC 2.5714,8.5714,0,2.1428,8.1428,0,1.7143,7.2857,0,1.7143,5.9999,0,2.1428,5.1428,0,3,4.7142,0,4.2857,4.7142,0,5.9999,5.1428,0,6.4285,5.5714,0,6.8571,6.4285,0,6.8571,7.7142,0,6.4285,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0 +PL 3.8571,8.9999,0,3,8.5714,0,2.5714,8.1428,0,2.1428,7.2857,0,2.1428,5.9999,0,2.5714,5.1428,0,3,4.7142,0,1.2857,4.2857,0,0.4286,3.4285,0,0,2.5714,0,0,1.2857,0,0.4286,0.4286,0,1.7143,0,0,3.4285,0,0,5.1428,0.4286,0,5.5714,0.8571,0,5.9999,1.7143,0,5.9999,3,0,5.5714,3.8571,0,5.1428,4.2857,0,4.2857,4.7142,0,5.5714,5.1428,0,5.9999,5.5714,0,6.4285,6.4285,0,6.4285,7.7142,0,5.9999,8.5714,0,5.1428,8.9999,0 +PL 3,4.7142,0,1.7143,4.2857,0,0.8571,3.4285,0,0.4286,2.5714,0,0.4286,1.2857,0,0.8571,0.4286,0,1.7143,0,0 +PL 3.4285,0,0,4.7142,0.4286,0,5.1428,0.8571,0,5.5714,1.7143,0,5.5714,3.4285,0,5.1428,4.2857,0 + +[0039] 9 +PL 5.9999,5.9999,0,5.5714,5.1428,0,4.7142,4.2857,0,3.8571,3.8571,0,2.5714,3.8571,0,1.7143,4.2857,0,1.2857,4.7142,0,0.8571,5.5714,0,0.8571,6.8571,0,1.2857,7.7142,0,2.1428,8.5714,0,3.4285,8.9999,0,4.7142,8.9999,0,5.5714,8.5714,0,5.9999,8.1428,0,6.4285,7.2857,0,6.4285,5.5714,0,5.9999,3.8571,0,5.5714,2.5714,0,4.7142,1.2857,0,3.8571,0.4286,0,2.5714,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,1.7143,0,0.4286,2.1428,0,0.8571,1.7143,0,0.4286,1.2857,0 +PL 1.7143,4.2857,0,1.2857,5.1428,0,1.2857,6.8571,0,1.7143,7.7142,0,2.5714,8.5714,0,3.4285,8.9999,0 +PL 5.5714,8.5714,0,5.9999,7.7142,0,5.9999,5.5714,0,5.5714,3.8571,0,5.1428,2.5714,0,4.2857,1.2857,0,3.4285,0.4286,0,2.5714,0,0 + +[003a] : +PLC 1.2857,5.5714,0,1.7143,5.1428,0,2.1428,5.5714,0,1.7143,5.9999,0 +PL 0.4286,0.8571,0,0,0.4286,0,0.4286,0,0,0.8571,0.4286,0 + +[003b] ; +PLC 1.7143,5.5714,0,2.1428,5.1428,0,2.5714,5.5714,0,2.1428,5.9999,0 +PL 0.8571,0,0,0.4286,0.4286,0,0.8571,0.8571,0,1.2857,0.4286,0,1.2857,0,0,0.8571,-0.8571,0,0,-1.7143,0 + +[003c] < +PL 6.8571,7.7142,0,0,3.8571,0,6.8571,0,0 + +[003d] = +L 0,5.1428,7.7142,5.1428 +L 0,2.5714,7.7142,2.5714 + +[003e] > +PL 0,7.7142,0,6.8571,3.8571,0,0,0,0 + +[003f] ? +PL 0.4286,7.2857,0,0.8571,6.8571,0,0.4286,6.4285,0,0,6.8571,0,0,7.2857,0,0.4286,8.1428,0,0.8571,8.5714,0,2.1428,8.9999,0,3.8571,8.9999,0,5.1428,8.5714,0,5.5714,7.7142,0,5.5714,6.8571,0,5.1428,5.9999,0,4.7142,5.5714,0,2.1428,4.7142,0,1.2857,4.2857,0,1.2857,3.4285,0,1.7143,3,0,2.5714,3,0 +PL 3.8571,8.9999,0,4.7142,8.5714,0,5.1428,7.7142,0,5.1428,6.8571,0,4.7142,5.9999,0,4.2857,5.5714,0,3.4285,5.1428,0 +PLC 0.4286,0.4286,0,0.8571,0,0,1.2857,0.4286,0,0.8571,0.8571,0 + +[0040] @ +PL 6.4285,5.5714,0,5.9999,6.4285,0,5.1428,6.8571,0,3.8571,6.8571,0,3,6.4285,0,2.5714,5.9999,0,2.1428,4.7142,0,2.1428,3.4285,0,2.5714,2.5714,0,3.4285,2.1428,0,4.7142,2.1428,0,5.5714,2.5714,0,5.9999,3.4285,0,6.4285,6.8571,0 +PL 3.8571,6.8571,0,3,5.9999,0,2.5714,4.7142,0,2.5714,3.4285,0,3,2.5714,0,3.4285,2.1428,0 +PL 5.9999,3.4285,0,5.9999,2.5714,0,6.8571,2.1428,0,7.7142,2.1428,0,8.5714,3,0,8.9999,4.2857,0,8.9999,5.1428,0,8.5714,6.4285,0,8.1428,7.2857,0,7.2857,8.1428,0,6.4285,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0,2.5714,8.5714,0,1.7143,8.1428,0,0.8571,7.2857,0,0.4286,6.4285,0,0,5.1428,0,0,3.8571,0,0.4286,2.5714,0,0.8571,1.7143,0,1.7143,0.8571,0,2.5714,0.4286,0,3.8571,0,0,5.1428,0,0,6.4285,0.4286,0,7.2857,0.8571,0,7.7142,1.2857,0 +PL 6.8571,6.8571,0,6.4285,3.4285,0,6.4285,2.5714,0,6.8571,2.1428,0 + +[0041] A +PL 0,0,0,0.8571,0.4286,0,2.1428,1.7143,0,3.4285,3.4285,0,5.1428,6.4285,0,6.4285,8.9999,0,6.4285,0,0,5.9999,1.2857,0,5.1428,2.5714,0,4.2857,3.4285,0,3,4.2857,0,2.1428,4.2857,0,1.7143,3.8571,0,1.7143,3,0,2.1428,2.1428,0,3,1.2857,0,4.2857,0.4286,0,5.5714,0,0,7.7142,0,0 + +[0042] B +PL 4.2857,8.1428,0,4.7142,7.7142,0,4.7142,6.4285,0,4.2857,4.7142,0,3.8571,3.4285,0,3.4285,2.5714,0,2.5714,1.2857,0,1.7143,0.4286,0,0.8571,0,0,0.4286,0,0,0,0.4286,0,0,1.7143,0,0.4286,3.8571,0,0.8571,5.1428,0,1.2857,5.9999,0,2.1428,7.2857,0,3,8.1428,0,3.8571,8.5714,0,5.1428,8.9999,0,6.4285,8.9999,0,7.2857,8.5714,0,7.7142,7.7142,0,7.7142,6.8571,0,7.2857,5.9999,0,6.8571,5.5714,0,5.9999,5.1428,0,4.7142,4.7142,0,4.2857,4.7142,0 +PL 4.7142,4.7142,0,5.9999,4.2857,0,6.4285,3.8571,0,6.8571,3,0,6.8571,1.7143,0,6.4285,0.8571,0,5.9999,0.4286,0,5.1428,0,0,3.8571,0,0,3,0.4286,0,2.5714,1.2857,0 + +[0043] C +PL 3.8571,6.4285,0,3.8571,5.9999,0,4.2857,5.5714,0,5.1428,5.5714,0,5.9999,5.9999,0,6.4285,6.8571,0,6.4285,7.7142,0,5.9999,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0,2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.5714,0,0,3.8571,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.1428,2.1428,0 + +[0044] D +PLC 5.1428,8.5714,0,4.7142,7.7142,0,4.2857,5.9999,0,3.8571,3.4285,0,3.4285,2.1428,0,3,1.2857,0,2.1428,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,1.2857,1.7143,0,2.1428,1.2857,0,3,0.4286,0,4.2857,0,0,5.5714,0,0,6.8571,0.4286,0,7.7142,1.2857,0,8.5714,3,0,8.9999,5.1428,0,8.9999,6.8571,0,8.5714,8.1428,0,8.1428,8.5714,0,7.2857,8.9999,0,5.9999,8.9999,0 +PL 5.9999,8.9999,0,5.1428,8.1428,0,5.1428,7.2857,0,5.5714,5.9999,0,6.4285,4.7142,0,7.2857,3.8571,0,8.5714,3,0,9.4285,2.5714,0 + +[0045] E +PL 4.7142,7.2857,0,4.7142,6.8571,0,5.1428,6.4285,0,5.9999,6.4285,0,6.4285,6.8571,0,6.4285,7.7142,0,5.9999,8.5714,0,4.7142,8.9999,0,3,8.9999,0,1.7143,8.5714,0,1.2857,7.7142,0,1.2857,6.4285,0,1.7143,5.5714,0,2.1428,5.1428,0,3.4285,4.7142,0,2.1428,4.7142,0,0.8571,4.2857,0,0.4286,3.8571,0,0,3,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,2.1428,0,0,3.4285,0,0,4.7142,0.4286,0,5.5714,1.2857,0,5.9999,2.1428,0 + +[0046] F +PL 3.8571,6.4285,0,3,6.4285,0,2.1428,6.8571,0,1.7143,7.7142,0,2.1428,8.5714,0,3.4285,8.9999,0,4.7142,8.9999,0,6.4285,8.5714,0,7.7142,8.5714,0,8.5714,8.9999,0 +PL 6.4285,8.5714,0,5.5714,5.5714,0,4.7142,3,0,3.8571,1.2857,0,3,0.4286,0,2.1428,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.1428,0,0.4286,2.5714,0,1.2857,2.5714,0,2.1428,2.1428,0 +L 3.4285,4.7142,7.2857,4.7142 + +[0047] G +PL 0,0,0,0.8571,0.4286,0,2.5714,2.1428,0,3.8571,4.2857,0,4.2857,5.5714,0,4.7142,7.2857,0,4.7142,8.5714,0,4.2857,8.9999,0,3.8571,8.9999,0,3.4285,8.5714,0,3,7.7142,0,3,6.4285,0,3.4285,5.5714,0,4.2857,5.1428,0,5.9999,5.1428,0,7.2857,5.5714,0,7.7142,5.9999,0,8.1428,6.8571,0,8.1428,4.2857,0,7.7142,2.1428,0,7.2857,1.2857,0,6.4285,0.4286,0,5.1428,0,0,3.4285,0,0,2.1428,0.4286,0,1.2857,1.2857,0,0.8571,2.1428,0,0.8571,3,0 + +[0048] H +PL 2.5714,5.9999,0,1.7143,6.4285,0,1.2857,7.2857,0,1.2857,7.7142,0,1.7143,8.5714,0,2.5714,8.9999,0,3,8.9999,0,3.8571,8.5714,0,4.2857,7.7142,0,4.2857,6.8571,0,3.8571,5.1428,0,3,2.5714,0,2.1428,0.8571,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0 +PL 2.5714,3.8571,0,6.4285,5.1428,0,7.2857,5.5714,0,8.5714,6.4285,0,9.4285,7.2857,0,9.8571,8.1428,0,9.8571,8.5714,0,9.4285,8.9999,0,8.9999,8.9999,0,8.1428,8.1428,0,7.2857,6.4285,0,6.4285,3.8571,0,5.9999,1.7143,0,5.9999,0.4286,0,6.4285,0,0,6.8571,0,0,7.7142,0.4286,0,8.1428,0.8571,0,8.9999,2.1428,0 + +[0049] I +PL 5.5714,2.1428,0,4.7142,3,0,3.8571,4.2857,0,3.4285,5.1428,0,3,6.4285,0,3,7.7142,0,3.4285,8.5714,0,3.8571,8.9999,0,4.7142,8.9999,0,5.1428,8.5714,0,5.5714,7.7142,0,5.5714,6.4285,0,5.1428,4.2857,0,4.2857,2.1428,0,3.8571,1.2857,0,3,0.4286,0,2.1428,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.1428,0,0.4286,2.5714,0,1.2857,2.5714,0,2.1428,2.1428,0 + +[004a] J +PL 3.8571,-1.2857,0,3,0,0,2.1428,2.1428,0,1.7143,4.7142,0,1.7143,7.2857,0,2.1428,8.5714,0,3,8.9999,0,3.8571,8.9999,0,4.2857,8.5714,0,4.7142,7.2857,0,4.7142,5.9999,0,4.2857,3.8571,0,3,0,0,2.1428,-2.5714,0,1.7143,-3.8571,0,1.2857,-4.7142,0,0.4286,-5.1428,0,0,-4.7142,0,0,-3.8571,0,0.4286,-2.5714,0,1.2857,-1.2857,0,2.1428,-0.4286,0,3.4285,0.4286,0,5.1428,1.2857,0 + +[004b] K +PL 2.5714,5.9999,0,1.7143,6.4285,0,1.2857,7.2857,0,1.2857,7.7142,0,1.7143,8.5714,0,2.5714,8.9999,0,3,8.9999,0,3.8571,8.5714,0,4.2857,7.7142,0,4.2857,6.8571,0,3.8571,5.1428,0,3,2.5714,0,2.1428,0.8571,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0 +PL 9.8571,7.7142,0,9.8571,8.5714,0,9.4285,8.9999,0,8.9999,8.9999,0,8.1428,8.5714,0,7.2857,7.7142,0,6.4285,6.4285,0,5.5714,5.5714,0,4.7142,5.1428,0,3.8571,5.1428,0 +PL 4.7142,5.1428,0,5.1428,4.2857,0,5.1428,1.2857,0,5.5714,0.4286,0,5.9999,0,0,6.4285,0,0,7.2857,0.4286,0,7.7142,0.8571,0,8.5714,2.1428,0 + +[004c] L +PL 1.7143,3.8571,0,2.5714,3.8571,0,4.2857,4.2857,0,5.5714,5.1428,0,6.4285,5.9999,0,6.8571,6.8571,0,6.8571,8.1428,0,6.4285,8.9999,0,5.5714,8.9999,0,5.1428,8.5714,0,4.7142,7.7142,0,4.2857,5.5714,0,3.8571,3.4285,0,3.4285,2.1428,0,3,1.2857,0,2.1428,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,1.2857,1.7143,0,2.1428,1.2857,0,3.4285,0.4286,0,4.7142,0,0,5.5714,0,0,6.8571,0.4286,0,7.7142,1.2857,0 + +[004d] M +PL 1.2857,5.9999,0,0.4286,6.4285,0,0,7.2857,0,0,7.7142,0,0.4286,8.5714,0,1.2857,8.9999,0,1.7143,8.9999,0,2.5714,8.5714,0,3,7.7142,0,3,6.8571,0,2.5714,4.7142,0,2.1428,3,0,1.2857,0,0 +PL 2.1428,3,0,3.4285,6.4285,0,4.2857,8.1428,0,4.7142,8.5714,0,5.5714,8.9999,0,5.9999,8.9999,0,6.8571,8.5714,0,7.2857,7.7142,0,7.2857,6.8571,0,6.8571,4.7142,0,6.4285,3,0,5.5714,0,0 +PL 6.4285,3,0,7.7142,6.4285,0,8.5714,8.1428,0,8.9999,8.5714,0,9.8571,8.9999,0,10.2856,8.9999,0,11.1428,8.5714,0,11.5713,7.7142,0,11.5713,6.8571,0,11.1428,4.7142,0,10.2856,1.7143,0,10.2856,0.4286,0,10.7142,0,0,11.1428,0,0,11.9999,0.4286,0,12.4285,0.8571,0,13.2856,2.1428,0 + +[004e] N +PL 1.2857,5.9999,0,0.4286,6.4285,0,0,7.2857,0,0,7.7142,0,0.4286,8.5714,0,1.2857,8.9999,0,1.7143,8.9999,0,2.5714,8.5714,0,3,7.7142,0,3,6.8571,0,2.5714,4.7142,0,2.1428,3,0,1.2857,0,0 +PL 2.1428,3,0,3.4285,6.4285,0,4.2857,8.1428,0,4.7142,8.5714,0,5.5714,8.9999,0,6.4285,8.9999,0,7.2857,8.5714,0,7.7142,7.7142,0,7.7142,6.8571,0,7.2857,4.7142,0,6.4285,1.7143,0,6.4285,0.4286,0,6.8571,0,0,7.2857,0,0,8.1428,0.4286,0,8.5714,0.8571,0,9.4285,2.1428,0 + +[004f] O +PLC 2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.5714,0,0,3.8571,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.5714,2.5714,0,5.9999,3.4285,0,6.4285,5.1428,0,6.4285,6.8571,0,5.9999,8.1428,0,5.5714,8.5714,0,4.7142,8.9999,0,3.8571,8.9999,0 +PL 3.8571,8.9999,0,3,8.1428,0,3,6.8571,0,3.4285,5.5714,0,4.2857,4.2857,0,5.1428,3.4285,0,6.4285,2.5714,0,7.2857,2.1428,0 + +[0050] P +PL 4.2857,8.1428,0,4.7142,7.7142,0,4.7142,6.4285,0,4.2857,4.7142,0,3.8571,3.4285,0,3.4285,2.5714,0,2.5714,1.2857,0,1.7143,0.4286,0,0.8571,0,0,0.4286,0,0,0,0.4286,0,0,1.7143,0,0.4286,3.8571,0,0.8571,5.1428,0,1.2857,5.9999,0,2.1428,7.2857,0,3,8.1428,0,3.8571,8.5714,0,5.1428,8.9999,0,7.2857,8.9999,0,8.1428,8.5714,0,8.5714,8.1428,0,8.9999,7.2857,0,8.9999,5.9999,0,8.5714,5.1428,0,8.1428,4.7142,0,7.2857,4.2857,0,5.9999,4.2857,0,5.1428,4.7142,0,4.7142,5.1428,0 + +[0051] Q +PL 5.5714,6.4285,0,5.1428,5.5714,0,4.7142,5.1428,0,3.8571,4.7142,0,3,4.7142,0,2.5714,5.5714,0,2.5714,6.4285,0,3,7.7142,0,3.8571,8.5714,0,5.1428,8.9999,0,6.4285,8.9999,0,7.2857,8.5714,0,7.7142,7.7142,0,7.7142,5.9999,0,7.2857,4.7142,0,6.4285,3.4285,0,4.7142,1.7143,0,3.4285,0.8571,0,2.5714,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,1.2857,1.7143,0,2.1428,1.2857,0,3.4285,0.4286,0,4.7142,0,0,5.9999,0,0,7.2857,0.4286,0,8.1428,1.2857,0 + +[0052] R +PL 4.2857,8.1428,0,4.7142,7.7142,0,4.7142,6.4285,0,4.2857,4.7142,0,3.8571,3.4285,0,3.4285,2.5714,0,2.5714,1.2857,0,1.7143,0.4286,0,0.8571,0,0,0.4286,0,0,0,0.4286,0,0,1.7143,0,0.4286,3.8571,0,0.8571,5.1428,0,1.2857,5.9999,0,2.1428,7.2857,0,3,8.1428,0,3.8571,8.5714,0,5.1428,8.9999,0,6.8571,8.9999,0,7.7142,8.5714,0,8.1428,8.1428,0,8.5714,7.2857,0,8.5714,5.9999,0,8.1428,5.1428,0,7.7142,4.7142,0,6.8571,4.2857,0,5.5714,4.2857,0,4.2857,4.7142,0,4.7142,4.2857,0,5.1428,3.4285,0,5.1428,1.2857,0,5.5714,0.4286,0,6.4285,0,0,7.2857,0.4286,0,7.7142,0.8571,0,8.5714,2.1428,0 + +[0053] S +PL 0,0,0,0.8571,0.4286,0,1.7143,1.2857,0,3,3,0,3.8571,4.2857,0,4.7142,5.9999,0,5.1428,7.2857,0,5.1428,8.5714,0,4.7142,8.9999,0,4.2857,8.9999,0,3.8571,8.5714,0,3.4285,7.7142,0,3.4285,6.8571,0,3.8571,5.9999,0,4.7142,5.1428,0,5.9999,4.2857,0,6.8571,3.4285,0,7.2857,2.5714,0,7.2857,1.7143,0,6.8571,0.8571,0,6.4285,0.4286,0,5.1428,0,0,3.4285,0,0,2.1428,0.4286,0,1.2857,1.2857,0,0.8571,2.1428,0,0.8571,3,0 + +[0054] T +PL 3.8571,6.4285,0,3,6.4285,0,2.1428,6.8571,0,1.7143,7.7142,0,2.1428,8.5714,0,3.4285,8.9999,0,4.7142,8.9999,0,6.4285,8.5714,0,7.7142,8.5714,0,8.5714,8.9999,0 +PL 6.4285,8.5714,0,5.5714,5.5714,0,4.7142,3,0,3.8571,1.2857,0,3,0.4286,0,2.1428,0,0,1.2857,0,0,0.4286,0.4286,0,0,1.2857,0,0,2.1428,0,0.4286,2.5714,0,1.2857,2.5714,0,2.1428,2.1428,0 + +[0055] U +PL 1.2857,5.9999,0,0.4286,6.4285,0,0,7.2857,0,0,7.7142,0,0.4286,8.5714,0,1.2857,8.9999,0,1.7143,8.9999,0,2.5714,8.5714,0,3,7.7142,0,3,6.8571,0,2.5714,5.1428,0,2.1428,3.8571,0,1.7143,2.1428,0,1.7143,1.2857,0,2.1428,0.4286,0,3,0,0,3.8571,0,0,4.7142,0.4286,0,5.1428,0.8571,0,5.9999,2.5714,0,7.2857,5.9999,0,8.1428,8.9999,0 +PL 7.2857,5.9999,0,6.8571,4.2857,0,6.4285,1.7143,0,6.4285,0.4286,0,6.8571,0,0,7.2857,0,0,8.1428,0.4286,0,8.5714,0.8571,0,9.4285,2.1428,0 + +[0056] V +PL 1.2857,5.9999,0,0.4286,6.4285,0,0,7.2857,0,0,7.7142,0,0.4286,8.5714,0,1.2857,8.9999,0,1.7143,8.9999,0,2.5714,8.5714,0,3,7.7142,0,3,6.8571,0,2.5714,5.1428,0,2.1428,3.8571,0,1.7143,2.1428,0,1.7143,0.8571,0,2.1428,0,0,3,0,0,3.8571,0.4286,0,5.1428,1.7143,0,5.9999,3,0,6.8571,4.7142,0,7.2857,5.9999,0,7.7142,7.7142,0,7.7142,8.5714,0,7.2857,8.9999,0,6.8571,8.9999,0,6.4285,8.5714,0,5.9999,7.7142,0,5.9999,6.8571,0,6.4285,5.5714,0,7.2857,4.7142,0,8.1428,4.2857,0 + +[0057] W +PL 1.2857,5.9999,0,0.4286,6.4285,0,0,7.2857,0,0,7.7142,0,0.4286,8.5714,0,1.2857,8.9999,0,1.7143,8.9999,0,2.5714,8.5714,0,3,7.7142,0,3,6.4285,0,2.5714,0,0,6.8571,8.9999,0,5.9999,0,0,7.2857,3,0,8.5714,5.5714,0,9.8571,7.2857,0,11.1428,8.5714,0,11.9999,8.9999,0 + +[0058] X +PL 3,6.4285,0,2.1428,6.4285,0,1.7143,6.8571,0,1.7143,7.7142,0,2.1428,8.5714,0,3,8.9999,0,3.8571,8.9999,0,4.7142,8.5714,0,5.1428,7.7142,0,5.1428,6.4285,0,4.2857,2.5714,0,4.2857,1.2857,0,4.7142,0.4286,0,5.5714,0,0,6.4285,0,0,7.2857,0.4286,0,7.7142,1.2857,0,7.7142,2.1428,0,7.2857,2.5714,0,6.4285,2.5714,0 +PL 9.4285,7.7142,0,9.4285,8.5714,0,8.9999,8.9999,0,8.1428,8.9999,0,7.2857,8.5714,0,6.4285,7.7142,0,5.5714,6.4285,0,3.8571,2.5714,0,3,1.2857,0,2.1428,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0 + +[0059] Y +PL 1.2857,5.9999,0,0.4286,6.4285,0,0,7.2857,0,0,7.7142,0,0.4286,8.5714,0,1.2857,8.9999,0,1.7143,8.9999,0,2.5714,8.5714,0,3,7.7142,0,3,6.8571,0,2.5714,5.1428,0,2.1428,3.8571,0,1.7143,2.1428,0,1.7143,1.2857,0,2.1428,0.4286,0,2.5714,0,0,3.4285,0,0,4.2857,0.4286,0,5.1428,1.2857,0,5.9999,2.5714,0,6.4285,3.4285,0,7.2857,5.9999,0,8.1428,8.9999,0 +PL 7.2857,5.9999,0,5.9999,1.7143,0,5.1428,-0.8571,0,4.2857,-3,0,3.4285,-4.7142,0,2.5714,-5.1428,0,2.1428,-4.7142,0,2.1428,-3.8571,0,2.5714,-2.5714,0,3.4285,-1.2857,0,4.7142,0,0,5.9999,0.8571,0,8.1428,2.1428,0 + +[005a] Z +PL 4.7142,6.4285,0,4.2857,5.5714,0,3.8571,5.1428,0,3,4.7142,0,2.1428,4.7142,0,1.7143,5.5714,0,1.7143,6.4285,0,2.1428,7.7142,0,3,8.5714,0,4.2857,8.9999,0,5.5714,8.9999,0,6.4285,8.5714,0,6.8571,7.7142,0,6.8571,5.9999,0,6.4285,4.7142,0,5.5714,3,0,4.2857,1.7143,0,2.5714,0.4286,0,1.7143,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,1.7143,1.7143,0,2.5714,1.2857,0,3,0.8571,0,3.4285,0,0,3.4285,-1.2857,0,3,-2.5714,0,2.5714,-3.4285,0,1.7143,-4.7142,0,0.8571,-5.1428,0,0.4286,-4.7142,0,0.4286,-3.8571,0,0.8571,-2.5714,0,1.7143,-1.2857,0,3,0,0,4.2857,0.8571,0,6.8571,2.1428,0 + +[005b] [ +PL 3,10.7142,0,0,10.7142,0,0,-3,0,3,-3,0 +L 0.4286,10.7142,0.4286,-3 + +[005c] \ +L 0,8.9999,5.9999,-1.2857 + +[005d] ] +L 2.5714,10.7142,2.5714,-3 +PL 0,10.7142,0,3,10.7142,0,3,-3,0,0,-3,0 + +[005e] ^ +PL 1.2857,6.4285,0,2.1428,7.7142,0,3,6.4285,0 +PL 0,5.1428,0,2.1428,7.2857,0,4.2857,5.1428,0 +L 2.1428,7.2857,2.1428,0 + +[005f] _ +L 0,-0.8571,6.8571,-0.8571 + +[0060] ` +PL 1.2857,8.9999,0,0.4286,8.1428,0,0,7.2857,0,0,6.8571,0,0.4286,6.4285,0,0.8571,6.8571,0,0.4286,7.2857,0 + +[0061] a +PL 3.8571,2.5714,0,3.4285,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.4285,1.2857,0,4.2857,3.8571,0,3.8571,1.7143,0,3.8571,0.4286,0,4.2857,0,0,4.7142,0,0,5.5714,0.4286,0,5.9999,0.8571,0,6.8571,2.1428,0 + +[0062] b +PL 0,2.1428,0,0.8571,3.4285,0,2.1428,5.5714,0,2.5714,6.4285,0,3,7.7142,0,3,8.5714,0,2.5714,8.9999,0,1.7143,8.5714,0,1.2857,7.7142,0,0.8571,5.9999,0,0.4286,3,0,0.4286,0.4286,0,0.8571,0,0,1.2857,0,0,2.1428,0.4286,0,3,1.2857,0,3.4285,2.5714,0,3.4285,3.8571,0,3.8571,2.1428,0,4.2857,1.7143,0,5.1428,1.7143,0,5.9999,2.1428,0 + +[0063] c +PL 3,3,0,3,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.5714,0,0,3.8571,0.8571,0,4.7142,2.1428,0 + +[0064] d +PL 3.8571,2.5714,0,3.4285,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.4285,1.2857,0,5.9999,8.9999,0 +PL 4.2857,3.8571,0,3.8571,1.7143,0,3.8571,0.4286,0,4.2857,0,0,4.7142,0,0,5.5714,0.4286,0,5.9999,0.8571,0,6.8571,2.1428,0 + +[0065] e +PL 0.4286,0.8571,0,1.2857,1.2857,0,1.7143,1.7143,0,2.1428,2.5714,0,2.1428,3.4285,0,1.7143,3.8571,0,1.2857,3.8571,0,0.4286,3.4285,0,0,2.5714,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.4285,0.8571,0,4.2857,2.1428,0 + +[0066] f +PL 2.1428,2.1428,0,3.8571,4.2857,0,4.7142,5.5714,0,5.1428,6.4285,0,5.5714,7.7142,0,5.5714,8.5714,0,5.1428,8.9999,0,4.2857,8.5714,0,3.8571,7.7142,0,3,4.2857,0,1.7143,0.4286,0,0.4286,-2.5714,0,0,-3.8571,0,0,-4.7142,0,0.4286,-5.1428,0,1.2857,-4.7142,0,1.7143,-3.4285,0,2.1428,0.4286,0,2.5714,0,0,3.4285,0,0,4.2857,0.4286,0,4.7142,0.8571,0,5.5714,2.1428,0 + +[0067] g +PL 3.8571,2.5714,0,3.4285,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.4285,0.8571,0,4.2857,3.8571,0 +PL 3.4285,0.8571,0,1.7143,-3.8571,0,1.2857,-4.7142,0,0.4286,-5.1428,0,0,-4.7142,0,0,-3.8571,0,0.4286,-2.5714,0,1.7143,-1.2857,0,3,-0.4286,0,3.8571,0,0,5.1428,0.8571,0,6.4285,2.1428,0 + +[0068] h +PL 0,2.1428,0,0.8571,3.4285,0,2.1428,5.5714,0,2.5714,6.4285,0,3,7.7142,0,3,8.5714,0,2.5714,8.9999,0,1.7143,8.5714,0,1.2857,7.7142,0,0.8571,5.9999,0,0.4286,3.4285,0,0,0,0,0.4286,1.2857,0,0.8571,2.1428,0,1.7143,3.4285,0,2.5714,3.8571,0,3.4285,3.8571,0,3.8571,3.4285,0,3.8571,2.5714,0,3.4285,1.2857,0,3.4285,0.4286,0,3.8571,0,0,4.2857,0,0,5.1428,0.4286,0,5.5714,0.8571,0,6.4285,2.1428,0 + +[0069] i +PLC 1.2857,5.5714,0,1.7143,5.5714,0,1.7143,5.9999,0,1.2857,5.9999,0 +PL 0,2.1428,0,0.8571,3.8571,0,0,1.2857,0,0,0.4286,0,0.4286,0,0,0.8571,0,0,1.7143,0.4286,0,2.1428,0.8571,0,3,2.1428,0 + +[006a] j +PLC 4.7142,5.5714,0,5.1428,5.5714,0,5.1428,5.9999,0,4.7142,5.9999,0 +PL 3.4285,2.1428,0,4.2857,3.8571,0,1.7143,-3.8571,0,1.2857,-4.7142,0,0.4286,-5.1428,0,0,-4.7142,0,0,-3.8571,0,0.4286,-2.5714,0,1.7143,-1.2857,0,3,-0.4286,0,3.8571,0,0,5.1428,0.8571,0,6.4285,2.1428,0 + +[006b] k +PL 0,2.1428,0,0.8571,3.4285,0,2.1428,5.5714,0,2.5714,6.4285,0,3,7.7142,0,3,8.5714,0,2.5714,8.9999,0,1.7143,8.5714,0,1.2857,7.7142,0,0.8571,5.9999,0,0.4286,3.4285,0,0,0,0,0.4286,1.2857,0,0.8571,2.1428,0,1.7143,3.4285,0,2.5714,3.8571,0,3.4285,3.8571,0,3.8571,3.4285,0,3.8571,2.5714,0,3,2.1428,0,1.7143,2.1428,0,2.5714,1.7143,0,3,0.4286,0,3.4285,0,0,3.8571,0,0,4.7142,0.4286,0,5.1428,0.8571,0,5.9999,2.1428,0 + +[006c] l +PL 0,2.1428,0,0.8571,3.4285,0,2.1428,5.5714,0,2.5714,6.4285,0,3,7.7142,0,3,8.5714,0,2.5714,8.9999,0,1.7143,8.5714,0,1.2857,7.7142,0,0.8571,5.9999,0,0.4286,3,0,0.4286,0.4286,0,0.8571,0,0,1.2857,0,0,2.1428,0.4286,0,2.5714,0.8571,0,3.4285,2.1428,0 + +[006d] m +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,3.8571,0,2.1428,3.4285,0,2.1428,3,0,1.7143,1.2857,0,1.2857,0,0 +PL 1.7143,1.2857,0,2.1428,2.1428,0,3,3.4285,0,3.8571,3.8571,0,4.7142,3.8571,0,5.1428,3.4285,0,5.1428,3,0,4.7142,1.2857,0,4.2857,0,0 +PL 4.7142,1.2857,0,5.1428,2.1428,0,5.9999,3.4285,0,6.8571,3.8571,0,7.7142,3.8571,0,8.1428,3.4285,0,8.1428,2.5714,0,7.7142,1.2857,0,7.7142,0.4286,0,8.1428,0,0,8.5714,0,0,9.4285,0.4286,0,9.8571,0.8571,0,10.7142,2.1428,0 + +[006e] n +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,3.8571,0,2.1428,3.4285,0,2.1428,3,0,1.7143,1.2857,0,1.2857,0,0 +PL 1.7143,1.2857,0,2.1428,2.1428,0,3,3.4285,0,3.8571,3.8571,0,4.7142,3.8571,0,5.1428,3.4285,0,5.1428,2.5714,0,4.7142,1.2857,0,4.7142,0.4286,0,5.1428,0,0,5.5714,0,0,6.4285,0.4286,0,6.8571,0.8571,0,7.7142,2.1428,0 + +[006f] o +PLC 1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.4285,0.8571,0,3.8571,1.7143,0,3.8571,2.5714,0,3.4285,3.4285,0,2.5714,3.8571,0 +PL 2.5714,3.8571,0,2.1428,3.4285,0,2.1428,2.5714,0,2.5714,1.7143,0,3.4285,1.2857,0,4.7142,1.2857,0,5.5714,1.7143,0,5.9999,2.1428,0 + +[0070] p +PL 1.7143,2.1428,0,2.5714,3.4285,0,3,4.2857,0,2.5714,2.5714,0,0,-5.1428,0 +PL 2.5714,2.5714,0,3,3.4285,0,3.8571,3.8571,0,4.7142,3.8571,0,5.5714,3.4285,0,5.9999,2.5714,0,5.9999,1.7143,0,5.5714,0.8571,0,5.1428,0.4286,0,4.2857,0,0 +PL 2.5714,0.4286,0,3.4285,0,0,4.7142,0,0,5.9999,0.4286,0,6.8571,0.8571,0,8.1428,2.1428,0 + +[0071] q +PL 4.2857,3.8571,0,3.8571,2.5714,0,3.4285,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.8571,2.5714,0 +PL 3,0.4286,0,1.7143,-2.5714,0,1.2857,-3.8571,0,1.2857,-4.7142,0,1.7143,-5.1428,0,2.5714,-4.7142,0,3,-3.4285,0,3,-0.4286,0,3.8571,0,0,5.1428,0.8571,0,6.4285,2.1428,0 + +[0072] r +PL 0,2.1428,0,0.8571,3.4285,0,1.2857,4.2857,0,1.2857,3.4285,0,2.5714,3.4285,0,3,3,0,3,2.1428,0,2.5714,0.8571,0,2.5714,0.4286,0,3,0,0,3.4285,0,0,4.2857,0.4286,0,4.7142,0.8571,0,5.5714,2.1428,0 + +[0073] s +PL 0,2.1428,0,0.8571,3.4285,0,1.2857,4.2857,0,1.2857,3.4285,0,2.1428,2.1428,0,2.5714,1.2857,0,2.5714,0.4286,0,1.7143,0,0 +PL 0,0.4286,0,0.8571,0,0,2.5714,0,0,3.4285,0.4286,0,3.8571,0.8571,0,4.7142,2.1428,0 + +[0074] t +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,5.1428,0 +PL 3,8.9999,0,0.4286,1.2857,0,0.4286,0.4286,0,0.8571,0,0,1.7143,0,0,2.5714,0.4286,0,3,0.8571,0,3.8571,2.1428,0 +L 0.4286,5.5714,3.4285,5.5714 + +[0075] u +PL 0,2.1428,0,0.8571,3.8571,0,0,1.2857,0,0,0.4286,0,0.4286,0,0,1.2857,0,0,2.1428,0.4286,0,3,1.2857,0,3.8571,2.5714,0 +PL 4.2857,3.8571,0,3.4285,1.2857,0,3.4285,0.4286,0,3.8571,0,0,4.2857,0,0,5.1428,0.4286,0,5.5714,0.8571,0,6.4285,2.1428,0 + +[0076] v +PL 0,2.1428,0,0.8571,3.8571,0,0.4286,1.7143,0,0.4286,0.4286,0,0.8571,0,0,1.2857,0,0,2.5714,0.4286,0,3.4285,1.2857,0,3.8571,2.5714,0,3.8571,3.8571,0,4.2857,2.1428,0,4.7142,1.7143,0,5.5714,1.7143,0,6.4285,2.1428,0 + +[0077] w +PL 1.2857,3.8571,0,0.4286,3,0,0,1.7143,0,0,0.8571,0,0.4286,0,0,1.2857,0,0,2.1428,0.4286,0,3,1.2857,0,3.8571,3.8571,0 +PL 3,1.2857,0,3,0.4286,0,3.4285,0,0,4.2857,0,0,5.1428,0.4286,0,5.9999,1.2857,0,6.4285,2.5714,0,6.4285,3.8571,0,6.8571,2.1428,0,7.2857,1.7143,0,8.1428,1.7143,0,8.9999,2.1428,0 + +[0078] x +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,3.8571,0,2.5714,3.8571,0,3,3.4285,0,3,0.4286,0,3.4285,0,0,4.7142,0,0,5.9999,0.8571,0,6.8571,2.1428,0 +PL 5.5714,3.4285,0,5.1428,3.8571,0,4.2857,3.8571,0,3.8571,3.4285,0,2.1428,0.4286,0,1.7143,0,0,0.8571,0,0,0.4286,0.4286,0 + +[0079] y +PL 0,2.1428,0,0.8571,3.8571,0,0,1.2857,0,0,0.4286,0,0.4286,0,0,1.2857,0,0,2.1428,0.4286,0,3,1.2857,0,3.8571,2.5714,0 +PL 4.2857,3.8571,0,1.7143,-3.8571,0,1.2857,-4.7142,0,0.4286,-5.1428,0,0,-4.7142,0,0,-3.8571,0,0.4286,-2.5714,0,1.7143,-1.2857,0,3,-0.4286,0,3.8571,0,0,5.1428,0.8571,0,6.4285,2.1428,0 + +[007a] z +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,3.8571,0,2.5714,3.8571,0,3.4285,3,0,3.4285,2.1428,0,3,1.2857,0,2.1428,0.4286,0,0.8571,0,0,1.7143,-0.4286,0,2.1428,-1.2857,0,2.1428,-2.5714,0,1.7143,-3.8571,0,1.2857,-4.7142,0,0.4286,-5.1428,0,0,-4.7142,0,0,-3.8571,0,0.4286,-2.5714,0,1.7143,-1.2857,0,3,-0.4286,0,4.7142,0.8571,0,5.9999,2.1428,0 + +[007b] { +PL 2.1428,10.7142,0,1.2857,10.2856,0,0.8571,9.8571,0,0.4286,8.9999,0,0.4286,8.1428,0,0.8571,7.2857,0,1.2857,6.8571,0,1.7143,5.9999,0,1.7143,5.1428,0,0.8571,4.2857,0 +PL 1.2857,10.2856,0,0.8571,9.4285,0,0.8571,8.5714,0,1.2857,7.7142,0,1.7143,7.2857,0,2.1428,6.4285,0,2.1428,5.5714,0,1.7143,4.7142,0,0,3.8571,0,1.7143,3,0,2.1428,2.1428,0,2.1428,1.2857,0,1.7143,0.4286,0,1.2857,0,0,0.8571,-0.8571,0,0.8571,-1.7143,0,1.2857,-2.5714,0,0.8571,-2.1428,0,0.4286,-1.2857,0,0.4286,-0.4286,0,0.8571,0.4286,0,1.2857,0.8571,0,1.7143,1.7143,0,1.7143,2.5714,0,0.8571,3.4285,0 +L 1.2857,-2.5714,2.1428,-3 + +[007c] | +L 0,10.7142,0,-3 + +[007d] } +PL 0,10.7142,0,0.8571,10.2856,0,1.2857,9.8571,0,1.7143,8.9999,0,1.7143,8.1428,0,1.2857,7.2857,0,0.8571,6.8571,0,0.4286,5.9999,0,0.4286,5.1428,0,1.2857,4.2857,0 +PL 0.8571,10.2856,0,1.2857,9.4285,0,1.2857,8.5714,0,0.8571,7.7142,0,0.4286,7.2857,0,0,6.4285,0,0,5.5714,0,0.4286,4.7142,0,2.1428,3.8571,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,0.8571,0,0,1.2857,-0.8571,0,1.2857,-1.7143,0,0.8571,-2.5714,0,1.2857,-2.1428,0,1.7143,-1.2857,0,1.7143,-0.4286,0,1.2857,0.4286,0,0.8571,0.8571,0,0.4286,1.7143,0,0.4286,2.5714,0,1.2857,3.4285,0 +L 0.8571,-2.5714,0,-3 + +[00d3] Ó +PLC 2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.5714,0,0,3.8571,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.5714,2.5714,0,5.9999,3.4285,0,6.4285,5.1428,0,6.4285,6.8571,0,5.9999,8.1428,0,5.5714,8.5714,0,4.7142,8.9999,0,3.8571,8.9999,0 +PL 3.8571,8.9999,0,3,8.1428,0,3,6.8571,0,3.4285,5.5714,0,4.2857,4.2857,0,5.1428,3.4285,0,6.4285,2.5714,0,7.2857,2.1428,0 +PL 5.1428,11.5713,0,4.7142,11.9999,0,5.1428,12.4285,0,5.5714,11.9999,0,5.5714,11.5713,0,5.1428,10.7142,0,4.2857,9.8571,0 + +[00f3] ó +PLC 1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.4285,0.8571,0,3.8571,1.7143,0,3.8571,2.5714,0,3.4285,3.4285,0,2.5714,3.8571,0 +PL 2.5714,3.8571,0,2.1428,3.4285,0,2.1428,2.5714,0,2.5714,1.7143,0,3.4285,1.2857,0,4.7142,1.2857,0,5.5714,1.7143,0,5.9999,2.1428,0 +PL 3.4285,6.4285,0,3,6.8571,0,3.4285,7.2857,0,3.8571,6.8571,0,3.8571,6.4285,0,3.4285,5.5714,0,2.5714,4.7142,0 + +[0104] Ą +PL 0,0,0,0.8571,0.4286,0,2.1428,1.7143,0,3.4285,3.4285,0,5.1428,6.4285,0,6.4285,8.9999,0,6.4285,0,0,5.9999,1.2857,0,5.1428,2.5714,0,4.2857,3.4285,0,3,4.2857,0,2.1428,4.2857,0,1.7143,3.8571,0,1.7143,3,0,2.1428,2.1428,0,3,1.2857,0,4.2857,0.4286,0,5.5714,0,0,7.7142,0,0 +PL 6.4285,0,0,5.5714,-0.8571,0,5.1428,-1.7143,0,5.1428,-2.1428,0,5.5714,-2.5714,0,5.9999,-2.1428,0,5.5714,-1.7143,0 + +[0105] ą +PL 3.8571,2.5714,0,3.4285,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.4285,1.2857,0,4.2857,3.8571,0,3.8571,1.7143,0,3.8571,0.4286,0,4.2857,0,0,4.7142,0,0,5.5714,0.4286,0,5.9999,0.8571,0,6.8571,2.1428,0 +PL 4.7142,0,0,3.8571,-0.8571,0,3.4285,-1.7143,0,3.4285,-2.1428,0,3.8571,-2.5714,0,4.2857,-2.1428,0,3.8571,-1.7143,0 + +[0106] Ć +PL 3.8571,6.4285,0,3.8571,5.9999,0,4.2857,5.5714,0,5.1428,5.5714,0,5.9999,5.9999,0,6.4285,6.8571,0,6.4285,7.7142,0,5.9999,8.5714,0,5.1428,8.9999,0,3.8571,8.9999,0,2.5714,8.5714,0,1.7143,7.7142,0,0.8571,6.4285,0,0.4286,5.5714,0,0,3.8571,0,0,2.1428,0,0.4286,0.8571,0,0.8571,0.4286,0,1.7143,0,0,2.5714,0,0,3.8571,0.4286,0,4.7142,1.2857,0,5.1428,2.1428,0 +PL 5.1428,11.5713,0,4.7142,11.9999,0,5.1428,12.4285,0,5.5714,11.9999,0,5.5714,11.5713,0,5.1428,10.7142,0,4.2857,9.8571,0 + +[0107] ć +PL 3,3,0,3,3.4285,0,2.5714,3.8571,0,1.7143,3.8571,0,0.8571,3.4285,0,0.4286,3,0,0,2.1428,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.5714,0,0,3.8571,0.8571,0,4.7142,2.1428,0 +PL 3,6.4285,0,2.5714,6.8571,0,3,7.2857,0,3.4285,6.8571,0,3.4285,6.4285,0,3,5.5714,0,2.1428,4.7142,0 + +[0118] Ę +PL 4.7142,7.2857,0,4.7142,6.8571,0,5.1428,6.4285,0,5.9999,6.4285,0,6.4285,6.8571,0,6.4285,7.7142,0,5.9999,8.5714,0,4.7142,8.9999,0,3,8.9999,0,1.7143,8.5714,0,1.2857,7.7142,0,1.2857,6.4285,0,1.7143,5.5714,0,2.1428,5.1428,0,3.4285,4.7142,0,2.1428,4.7142,0,0.8571,4.2857,0,0.4286,3.8571,0,0,3,0,0,1.7143,0,0.4286,0.8571,0,0.8571,0.4286,0,2.1428,0,0,3.4285,0,0,4.7142,0.4286,0,5.5714,1.2857,0,5.9999,2.1428,0 +PL 3.4285,0,0,2.5714,-0.8571,0,2.1428,-1.7143,0,2.1428,-2.1428,0,2.5714,-2.5714,0,3,-2.1428,0,2.5714,-1.7143,0 + +[0119] ę +PL 0.4286,0.8571,0,1.2857,1.2857,0,1.7143,1.7143,0,2.1428,2.5714,0,2.1428,3.4285,0,1.7143,3.8571,0,1.2857,3.8571,0,0.4286,3.4285,0,0,2.5714,0,0,1.2857,0,0.4286,0.4286,0,1.2857,0,0,2.1428,0,0,3,0.4286,0,3.4285,0.8571,0,4.2857,2.1428,0 +PL 2.1428,0,0,1.2857,-0.8571,0,0.8571,-1.7143,0,0.8571,-2.1428,0,1.2857,-2.5714,0,1.7143,-2.1428,0,1.2857,-1.7143,0 + +[0141] Ł +PL 1.7143,3.8571,0,2.5714,3.8571,0,4.2857,4.2857,0,5.5714,5.1428,0,6.4285,5.9999,0,6.8571,6.8571,0,6.8571,8.1428,0,6.4285,8.9999,0,5.5714,8.9999,0,5.1428,8.5714,0,4.7142,7.7142,0,4.2857,5.5714,0,3.8571,3.4285,0,3.4285,2.1428,0,3,1.2857,0,2.1428,0.4286,0,1.2857,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,1.2857,1.7143,0,2.1428,1.2857,0,3.4285,0.4286,0,4.7142,0,0,5.5714,0,0,6.8571,0.4286,0,7.7142,1.2857,0 +PL 6.8571,3.4285,0,5.5714,2.5714,0,4.2857,2.5714,0,3,3.4285,0,1.7143,3.4285,0,0.8571,2.5714,0 + +[0142] ł +PL 0,2.1428,0,0.8571,3.4285,0,2.1428,5.5714,0,2.5714,6.4285,0,3,7.7142,0,3,8.5714,0,2.5714,8.9999,0,1.7143,8.5714,0,1.2857,7.7142,0,0.8571,5.9999,0,0.4286,3,0,0.4286,0.4286,0,0.8571,0,0,1.2857,0,0,2.1428,0.4286,0,2.5714,0.8571,0,3.4285,2.1428,0 +PL 4.2857,9.8571,0,3.8571,9.4285,0,3,8.9999,0,2.5714,8.9999,0,1.7143,9.4285,0,0.8571,8.9999,0 + +[0143] Ń +PL 1.2857,5.9999,0,0.4286,6.4285,0,0,7.2857,0,0,7.7142,0,0.4286,8.5714,0,1.2857,8.9999,0,1.7143,8.9999,0,2.5714,8.5714,0,3,7.7142,0,3,6.8571,0,2.5714,4.7142,0,2.1428,3,0,1.2857,0,0 +PL 2.1428,3,0,3.4285,6.4285,0,4.2857,8.1428,0,4.7142,8.5714,0,5.5714,8.9999,0,6.4285,8.9999,0,7.2857,8.5714,0,7.7142,7.7142,0,7.7142,6.8571,0,7.2857,4.7142,0,6.4285,1.7143,0,6.4285,0.4286,0,6.8571,0,0,7.2857,0,0,8.1428,0.4286,0,8.5714,0.8571,0,9.4285,2.1428,0 +PL 6.8571,11.5713,0,6.4285,11.9999,0,6.8571,12.4285,0,7.2857,11.9999,0,7.2857,11.5713,0,6.8571,10.7142,0,5.9999,9.8571,0 + +[0144] ń +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,3.8571,0,2.1428,3.4285,0,2.1428,3,0,1.7143,1.2857,0,1.2857,0,0 +PL 1.7143,1.2857,0,2.1428,2.1428,0,3,3.4285,0,3.8571,3.8571,0,4.7142,3.8571,0,5.1428,3.4285,0,5.1428,2.5714,0,4.7142,1.2857,0,4.7142,0.4286,0,5.1428,0,0,5.5714,0,0,6.4285,0.4286,0,6.8571,0.8571,0,7.7142,2.1428,0 +PL 4.7142,6.4285,0,4.2857,6.8571,0,4.7142,7.2857,0,5.1428,6.8571,0,5.1428,6.4285,0,4.7142,5.5714,0,3.8571,4.7142,0 + +[015a] Ś +PL 0,0,0,0.8571,0.4286,0,1.7143,1.2857,0,3,3,0,3.8571,4.2857,0,4.7142,5.9999,0,5.1428,7.2857,0,5.1428,8.5714,0,4.7142,8.9999,0,4.2857,8.9999,0,3.8571,8.5714,0,3.4285,7.7142,0,3.4285,6.8571,0,3.8571,5.9999,0,4.7142,5.1428,0,5.9999,4.2857,0,6.8571,3.4285,0,7.2857,2.5714,0,7.2857,1.7143,0,6.8571,0.8571,0,6.4285,0.4286,0,5.1428,0,0,3.4285,0,0,2.1428,0.4286,0,1.2857,1.2857,0,0.8571,2.1428,0,0.8571,3,0 +PL 5.5714,11.5713,0,5.1428,11.9999,0,5.5714,12.4285,0,5.9999,11.9999,0,5.9999,11.5713,0,5.5714,10.7142,0,4.7142,9.8571,0 + +[015b] ś +PL 0,2.1428,0,0.8571,3.4285,0,1.2857,4.2857,0,1.2857,3.4285,0,2.1428,2.1428,0,2.5714,1.2857,0,2.5714,0.4286,0,1.7143,0,0 +PL 0,0.4286,0,0.8571,0,0,2.5714,0,0,3.4285,0.4286,0,3.8571,0.8571,0,4.7142,2.1428,0 +PL 2.5714,6.8571,0,2.1428,7.2857,0,2.5714,7.7142,0,3,7.2857,0,3,6.8571,0,2.5714,5.9999,0,1.7143,5.1428,0 + +[0179] Ź +PL 4.7142,6.4285,0,4.2857,5.5714,0,3.8571,5.1428,0,3,4.7142,0,2.1428,4.7142,0,1.7143,5.5714,0,1.7143,6.4285,0,2.1428,7.7142,0,3,8.5714,0,4.2857,8.9999,0,5.5714,8.9999,0,6.4285,8.5714,0,6.8571,7.7142,0,6.8571,5.9999,0,6.4285,4.7142,0,5.5714,3,0,4.2857,1.7143,0,2.5714,0.4286,0,1.7143,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,1.7143,1.7143,0,2.5714,1.2857,0,3,0.8571,0,3.4285,0,0,3.4285,-1.2857,0,3,-2.5714,0,2.5714,-3.4285,0,1.7143,-4.7142,0,0.8571,-5.1428,0,0.4286,-4.7142,0,0.4286,-3.8571,0,0.8571,-2.5714,0,1.7143,-1.2857,0,3,0,0,4.2857,0.8571,0,6.8571,2.1428,0 +PL 5.5714,11.5713,0,5.1428,11.9999,0,5.5714,12.4285,0,5.9999,11.9999,0,5.9999,11.5713,0,5.5714,10.7142,0,4.7142,9.8571,0 + +[017a] ź +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,3.8571,0,2.5714,3.8571,0,3.4285,3,0,3.4285,2.1428,0,3,1.2857,0,2.1428,0.4286,0,0.8571,0,0,1.7143,-0.4286,0,2.1428,-1.2857,0,2.1428,-2.5714,0,1.7143,-3.8571,0,1.2857,-4.7142,0,0.4286,-5.1428,0,0,-4.7142,0,0,-3.8571,0,0.4286,-2.5714,0,1.7143,-1.2857,0,3,-0.4286,0,4.7142,0.8571,0,5.9999,2.1428,0 +PL 3.4285,6.4285,0,3,6.8571,0,3.4285,7.2857,0,3.8571,6.8571,0,3.8571,6.4285,0,3.4285,5.5714,0,2.5714,4.7142,0 + +[017b] Ż +PL 4.7142,6.4285,0,4.2857,5.5714,0,3.8571,5.1428,0,3,4.7142,0,2.1428,4.7142,0,1.7143,5.5714,0,1.7143,6.4285,0,2.1428,7.7142,0,3,8.5714,0,4.2857,8.9999,0,5.5714,8.9999,0,6.4285,8.5714,0,6.8571,7.7142,0,6.8571,5.9999,0,6.4285,4.7142,0,5.5714,3,0,4.2857,1.7143,0,2.5714,0.4286,0,1.7143,0,0,0.4286,0,0,0,0.4286,0,0,1.2857,0,0.4286,1.7143,0,1.7143,1.7143,0,2.5714,1.2857,0,3,0.8571,0,3.4285,0,0,3.4285,-1.2857,0,3,-2.5714,0,2.5714,-3.4285,0,1.7143,-4.7142,0,0.8571,-5.1428,0,0.4286,-4.7142,0,0.4286,-3.8571,0,0.8571,-2.5714,0,1.7143,-1.2857,0,3,0,0,4.2857,0.8571,0,6.8571,2.1428,0 +PLC 4.7142,10.2856,0,5.1428,9.8571,0,5.5714,10.2856,0,5.1428,10.7142,0 + +[017c] ż +PL 0,2.1428,0,0.8571,3.4285,0,1.7143,3.8571,0,2.5714,3.8571,0,3.4285,3,0,3.4285,2.1428,0,3,1.2857,0,2.1428,0.4286,0,0.8571,0,0,1.7143,-0.4286,0,2.1428,-1.2857,0,2.1428,-2.5714,0,1.7143,-3.8571,0,1.2857,-4.7142,0,0.4286,-5.1428,0,0,-4.7142,0,0,-3.8571,0,0.4286,-2.5714,0,1.7143,-1.2857,0,3,-0.4286,0,4.7142,0.8571,0,5.9999,2.1428,0 +PLC 2.1428,5.1428,0,2.5714,4.7142,0,3,5.1428,0,2.5714,5.5714,0 diff --git a/assets/fonts/Standard.cxf b/assets/fonts/Standard.cxf new file mode 100644 index 00000000..9f179261 --- /dev/null +++ b/assets/fonts/Standard.cxf @@ -0,0 +1,1341 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Standard +# Name: Normal +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# AuxiliaryLines: 0,-3,0, 0,0,0, 0,4,0, 0,6,0, 0,9,0 +# Author: Andrew Mustun + +[0021] ! +L 0,9,0,3 +L 0,0,0,0.5 + +[0022] " +L 0.5,7,1,9 +L 3.5,7,4,9 + +[0023] # +L 2,0,2,9 +L 5,9,5,0 +L 0,2.5,7,2.5 +L 7,6.5,0,6.5 + +[0024] $ +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +L 2.5,-1,2.5,10 + +[0025] % +L 0,0,7,9 +A 1.6,7.4,1.6,90,270 +A 1.6,7.4,1.6,270,90 +A 5.4,1.6,1.6,270,90 +A 5.4,1.6,1.6,90,270 + +[0026] & +PL 6,3.215,0,3.426,0.5976,-1,0.5735,3.4018,0,3.569,6.448,2.0035,1.1932,6.7636,0,5,0,0 + +[0027] ' +L 0.5,7,1,9 + +[0028] ( +A 13,4,13,157.4,202.6 + +[0029] ) +A -12,4,13,337.4,22.62 + +[002a] * +L 0,6,4,2 +L 4,6,0,2 + +[002b] + +L 0,4,4,4 +L 2,6,2,2 + +[002c] , +PL 1,0.5,0,1,0,0,0,-3,0 + +[002d] - +L 0,4,4,4 + +[002e] . +L 0,0,0,0.5 + +[002f] / +L 4,9,0,0 + +[0030] 0 +PLC 1.0847,8.5029,0.1153,0.2089,6.5025,0.0537,0.0001,4.5018,0.0537,0.2075,2.5002,0.1153,1.0838,0.4995,0.5452,2.9149,0.4971,0.1153,3.7911,2.4975,0.0537,3.9999,4.4982,0.0537,3.792,6.5006,0.1151,2.9166,8.4998,0.5454 + +[0031] 1 +PL 0,7,0,2,9,0,2,0,0 + +[0032] 2 +PL 4,0,0,0,0,0,3.865,6.647,0.225,3.9365,7.4997,0.7744,0.0637,7.5008,0 + +[0033] 3 +PL 0,9,0,2,9,-1,2,5,-0.4142,4,3,0,4,2,-0.4142,2,0,0,0,0,0 +L 2,5,1,5 + +[0034] 4 +L 3.5,0,3.5,4 +PL 5,2,0,0,2,0,2,9,0 + +[0035] 5 +PL 4,9,0,0,9,0,0,5,0,2,5,-0.4142,4,3,0,4,2,-0.4142,2,0,0,0,0,0 + +[0036] 6 +PL 3,9.0002,0.2679,0,3.804,0,0,2,1,4,2,0,4,3,0.4142,2,5,0,0.1204,5,0 + +[0037] 7 +PL 0,9,0,4,9,0,1.5,0,0 +L 2,5,4,5 + +[0038] 8 +PLC 0,2,1,4,2,0,4,3,1,0,3,0 +PLC 0.25,6.75,1,3.75,6.75,0,3.75,7.25,1,0.25,7.25,0 + +[0039] 9 +PL 1,-0.0002,0.2679,4,5.196,0,4,7,1,0,7,0,0,6,0.4142,2,4,0,3.88,4,0 + +[003a] : +L 0,0,0,0.5 +L 0,4,0,3.5 + +[003b] ; +PL 1,0.5,0,1,0,0,0,-3,0 +L 1,4,1,3.5 + +[003c] < +PL 4,7,0,0,3.5,0,4,0,0 + +[003d] = +L 0,5.5,4,5.5 +L 0,2.5,4,2.5 + +[003e] > +PL 0,7,0,4,3.5,0,0,0,0 + +[003f] ? +L 2,0,2,0.5 +PL 2,3,0,2,3.394,-0.1481,2.3361,4.5037,0,3.664,6.496,0.141,3.9992,7.5502,0.4047,2.5,9,0,1.5,9,0.4142,0,7.5,0,0,7,0 + +[0040] @ +PL 8,1,0,6.068,0.2819,-5.2546,8.5272,2.4921,-0.9099,6.2353,3.1781,0 +PL 6.6409,5.2061,0.4732,5.17,7,0,5.05,7,0.3576,2.598,4.99,0,2.4788,4.3919,0.4732,4.44,2,0,4.36,2,0.3576,6.3212,3.6081,0,7,7,0 + +[0041] A +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 + +[0042] B +PL 0,5,0,2.6,5,-0.4142,5,2.6,0,5,2.4,-0.4142,2.6,0,0,0,0,0,0,9,0,2.5,9,-1,2.5,5,0 + +[0043] C +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 + +[0044] D +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 + +[0045] E +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 + +[0046] F +PL 4,9,0,0,9,0,0,0,0 +L 0,5,4,5 + +[0047] G +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 + +[0048] H +L 0,9,0,0 +L 5,0,5,9 +L 0,5,5,5 + +[0049] I +L 0,9,0,0 + +[004a] J +PL 0,0,0,1,0,0.4142,3,2,0,3,9,0 + +[004b] K +L 0,9,0,0 +L 0,3.5,5,9 +L 1.671,5.338,5,0 + +[004c] L +PL 0,9,0,0,0,0,4,0,0 + +[004d] M +PL 0,0,0,0,9,0,3,4,0,6,9,0,6,0,0 + +[004e] N +PL 0,0,0,0,9,0,5,0,0,5,9,0 + +[004f] O +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 + +[0050] P +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 + +[0051] Q +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 6,0,3,2 + +[0052] R +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 + +[0053] S +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 + +[0054] T +L 0,9,6,9 +L 3,9,3,0 + +[0055] U +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 + +[0056] V +PL 0,9,0,3,0,0,6,9,0 + +[0057] W +PL 0,9,0,2,0,0,4,6,0,6,0,0,8,9,0 + +[0058] X +L 0,9,6,0 +L 0,0,6,9 + +[0059] Y +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 + +[005a] Z +PL 0,9,0,5,9,0,0,0,0,5,0,0 + +[005b] [ +PL 1,-1,0,0,-1,0,0,9,0,1,9,0 + +[005c] \ +L 0,9,4,0 + +[005d] ] +PL 0,9,0,1,9,0,1,-1,0,0,-1,0 + +[005e] ^ +PL 0,8,0,2,10,0,4,8,0 + +[005f] _ +L 0,-1,4,-1 + +[0060] ` +L 1,9,3,8 + +[0061] a +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 + +[0062] b +PL 0,9,0,0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0 + +[0063] c +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 + +[0064] d +PL 4,9,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0 + +[0065] e +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 + +[0066] f +PL 1,0,0,1,7.5,-0.4142,2.5,9,0,3,9,0 +L 0,6,3,6 + +[0067] g +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 + +[0068] h +L 0,9,0,0 +PL 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 + +[0069] i +L 0,0,0,6 +L 0,8.5,0,9 + +[006a] j +PL 0,-3,0,0.5,-3,0.4142,2,-1.5,0,2,6,0 +L 2,8.5,2,9 + +[006b] k +L 0,9,0,0 +L 0,3.5,4,6 +L 1.321,4.326,4,0 + +[006c] l +PL 0,9,0,0,1,0.4142,1,0,0 + +[006d] m +PL 0,0,0,0,6,0,4.5,6,-0.4142,6,4.5,0,6,0,0 +L 3,6,3,0 + +[006e] n +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 + +[006f] o +PLC 0,2,1,4,2,0,4,4,1,0,4,0 + +[0070] p +PL 0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0,0,-3,0 + +[0071] q +PL 4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0,4,-3,0 + +[0072] r +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 + +[0073] s +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 + +[0074] t +L 0,6,3,6 +L 1,9,1,0 + +[0075] u +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 + +[0076] v +PL 0,6,0,2,0,0,4,6,0 + +[0077] w +PL 0,6,0,1.5,0,0,3,4,0,4.5,0,0,6,6,0 + +[0078] x +L 0,6,4,0 +L 0,0,4,6 + +[0079] y +L 0,6,2,0 +PL 4,6,0,1.228,-2.316,-0.323,0.2793,-3,0,0,-3,0 + +[007a] z +PL 0,6,0,4,6,0,0,0,0,4,0,0 + +[007b] { +PL 2,9,0.4142,1,8,0,1,5,-0.4142,0,4,-0.4142,1,3,0,1,0,0.4142,2,-1,0 + +[007c] | +L 0,0,0,9 + +[007d] } +PL 0,-1,0.4142,1,0,0,1,3,-0.4142,2,4,-0.4142,1,5,0,1,8,0.4142,0,9,0 + +[007e] ~ +PL 0.4,4.2,-0.5968,2.259,5.203,0,3.941,4.097,0.5967,5.8,5.1,0 + +[00a1] ¡ +L 0,0,0,6 +L 0,9,0,8.5 + +[00a2] ¢ +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +L 1,-1,2,7 + +[00a3] £ +L 0.1174,4.742,4.117,4.742 +PL 5.5973,7.4987,1.0092,1.4698,6.0943,-0.2949,0.0029,0.0026,-0.2083,3.9947,0.2775,0.1486,6.3932,0.1013,0 + +[00a4] ¤ +L 0.5858,2.586,0,2 +PL 3.414,2.586,0,3.414,2.586,0,4,2,0 +L 4,6,3.414,5.414 +L 0,6,0.5858,5.414 + +[00a5] ¥ +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +L 1,5,5,5 +L 5,3,1,3 + +[00a6] ¦ +L 0,0,0,4 +L 0,5,0,9 + +[00a7] § +PL 2.4767,5.8659,0.0995,0.8912,5.6733,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +PL 1.5248,3.134,0.0994,3.1088,3.3267,0.6969,3.1856,5.577,0,0.8146,6.545,-0.697,0.8912,8.7953,-0.1998,3.9995,8.561,0 + +[00a8] ¨ +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00a9] © +PL 5.5,7,0,4.25,7,0.4142,3,5.75,0,3,3.25,0.4142,4.25,2,0,5.5,2,0 + +[00aa] ª +PL 0.25,9,0,1.25,9,-0.4142,2,8.25,0,2,6,0,0.75,6,-1,0.75,7.5,0,2,7.5,0 +L 0,5,2,5 + +[00ab] « +PL 2,6,0,0,3.5,0,2,1,0 +PL 4,6,0,2,3.5,0,4,1,0 + +[00ac] ¬ +PL 0,4,0,5,4,0,5,3,0 + +[00ae] ® +PL 3.3,2,0,3.3,7,0,4.9667,7,-0.4142,6.0778,5.8889,0,6.0778,5.3333,-0.4142,4.9667,4.2222,0,3.3,4.2222,0 +L 4.9667,4.2222,6.0778,2 + +[00af] ¯ +L 0,9,4,9 + +[00b0] ° +A 1.5,7.5,1.5,270,90 +A 1.5,7.5,1.5,90,270 + +[00b1] ± +L -0.0001,5,4,5 +L 2,7,2,3 +L -0.0001,1,4,1 + +[00b2] ² +PL 1.3333,6,0,0,6,0,1.2883,8.2157,0.225,1.3121,8.4999,0.7744,0.0212,8.5002,0 + +[00b3] ³ +PL 0,9,0,0.6667,9,-1,0.6667,7.6666,0,0.3333,7.6667,0 +PL 0,6,0,0.6667,6,0.4142,1.3333,6.6667,0,1.3334,7,0.4142,0.6667,7.6667,0 + +[00b4] ´ +L 3,9,1,8 + +[00b5] µ +PL 0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 0,6,0,-3 + +[00b6] ¶ +L 2,0,2,8 +L 5,0,5,8 +PL 6,8,0,1,8,1,1,6,0 + +[00b7] · +A 1,4.5,1,270,90 +A 1,4.5,1,90,270 + +[00b8] ¸ +PL 2,0,0,2,-1,0,2.5925,-1.2725,-0.6969,2.5544,-2.3977,-0.1998,1.0002,-2.2805,0 + +[00b9] ¹ +PL 0,8.3333,0,0.6667,9,0,0.6667,6,0 + +[00ba] º +L 0,5,2,5 +PLC 0,7,1,2,7,0,2,8,1,0,8,0 + +[00bb] » +PL 2,6,0,4,3.5,0,2,1,0 +PL 0,6,0,2,3.5,0,0,1,0 + +[00bc] ¼ +L 6,9,0,0 +PL 0,8,0,1,9,0,1,4.5,0 +L 6,0,6,2 +PL 6.75,1,0,4.25,1,0,5.25,4.5,0 + +[00bd] ½ +L 6,9,0,0 +PL 0,8,0,1,9,0,1,4.5,0 +PL 6,0,0,4,0,0,5.9325,3.3235,0.225,5.9682,3.7498,0.7744,4.0319,3.7504,0 + +[00be] ¾ +L 6,9,0,0 +PL 0,9,0,1,9,-1,1,7,-0.4142,2,6,0,2,5.5,-0.4142,1,4.5,0,0,4.5,0 +L 1,7,0.5,7 +L 6,0,6,2 +PL 6.75,1,0,4.25,1,0,5.25,4.5,0 + +[00bf] ¿ +L 2,9,2,8.5 +PL 2,6,0,2,5.606,-0.1481,1.6639,4.4963,0,0.336,2.504,0.141,0.0008,1.4498,0.4047,1.5,0,0,2.5,0,0.4142,4,1.5,0,4,2,0 + +[00c0] À +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +L 2,11,4,10 + +[00c1] Á +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +L 2,10,4,11 + +[00c2]  +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +PL 2,10,0,3,11,0,4,10,0 + +[00c3] à +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +PL 1.7,10.4,-0.5968,2.6295,10.9015,0,3.4705,10.3485,0.5967,4.4,10.85,0 + +[00c4] Ä +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +L 5,10.25,5,10.75 +L 1,10.25,1,10.75 + +[00c5] Å +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 + +[00c6] Æ +PL 0,0,0,4,9,0,4,0,0,4,9,0,8,9,0 +L 4,0,8,0 +L 4,5,7,5 +L 1.1111,2.5,4,2.5 + +[00c7] Ç +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +PL 2,0,0,2,-1,0,2.5925,-1.2725,-0.6969,2.5544,-2.3977,-0.1998,1.0002,-2.2805,0 + +[00c8] È +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 1,11,3,10 + +[00c9] É +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 1,10,3,11 + +[00ca] Ê +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +PL 1,10,0,2,11,0,3,10,0 + +[00cb] Ë +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 1,10.25,1,10.75 +L 3,10.25,3,10.75 + +[00cc] Ì +L 0,9,0,0 +L -1,11,1,10 + +[00cd] Í +L 0,9,0,0 +L -1,10,1,11 + +[00ce] Î +L 0,9,0,0 +PL -1,10,0,0,11,0,1,10,0 + +[00cf] Ï +L 0,9,0,0 +L -1,10.25,-1,10.75 +L 1,10.25,1,10.75 + +[00d0] Ð +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 +L -1,4.5,1,4.5 + +[00d1] Ñ +PL 0,0,0,0,9,0,5,0,0,5,9,0 +PL 1.2,10.4,-0.5968,2.1295,10.9015,0,2.9705,10.3485,0.5967,3.9,10.85,0 + +[00d2] Ò +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 1.5,11,3.5,10 + +[00d3] Ó +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 1.5,10,3.5,11 + +[00d4] Ô +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +PL 1.5,10,0,2.5,11,0,3.5,10,0 + +[00d5] Õ +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +PL 1.2,10.4,-0.5968,2.1295,10.9015,0,2.9705,10.3485,0.5967,3.9,10.85,0 + +[00d6] Ö +PLC 0,7,0,0,2,0.4142,2,0,0,3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,2,9,0.4142 +L 1,10.25,1,10.75 +L 4,10.25,4,10.75 + +[00d7] × +L 0,6,4,2 +L 4,6,0,2 + +[00d8] Ø +A 3,4.5,3,257.5,77.47 +A 3,4.5,3,77.47,257.5 +L 2,0,4,9 + +[00d9] Ù +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 1.5,11,3.5,10 + +[00da] Ú +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 1.5,10,3.5,11 + +[00db] Û +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +PL 1.5,10,0,2.5,11,0,3.5,10,0 + +[00dc] Ü +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 1,10.25,1,10.75 +L 4,10.25,4,10.75 + +[00dd] Ý +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +L 2,10,4,11 + +[00de] Þ +PL 0,0,0,0,9,0,0,6,0,2,6,-1,2,3,0,0,3,0 + +[00df] ß +PL 2.5,5,1,2.5,9,0,2,9,0.4142,0,7,0,0,0,0 +PL 1,0,0,2.6,0,0.4142,5,2.4,0,5,2.6,0.4142,2.6,5,0,1,5,0 + +[00e0] à +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 1,9,3,8 + +[00e1] á +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 1,8,3,9 + +[00e2] â +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +PL 1,8,0,2,9,0,3,8,0 + +[00e3] ã +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +PL 0.7,8.4,-0.5968,1.6295,8.9015,0,2.4705,8.3485,0.5967,3.4,8.85,0 + +[00e4] ä +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00e5] å +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 + +[00e6] æ +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,8,3,0,8,4,1,4,4,0,4,1.5,0.4142,5.5,0,0,8,0,0 + +[00e7] ç +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +PL 1.5,0,0,1.5,-1,0,2.0925,-1.2725,-0.6969,2.0544,-2.3977,-0.1998,0.5002,-2.2805,0 + +[00e8] è +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 1,9,3,8 + +[00e9] é +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 1,8,3,9 + +[00ea] ê +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +PL 1,8,0,2,9,0,3,8,0 + +[00eb] ë +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00ec] ì +L 0,0,0,6 +L 1,8,-1,9 + +[00ed] í +L 0,0,0,6 +L 1,9,-1,8 + +[00ee] î +L 0,0,0,6 +PL 1,8,0,0,9,0,-1,8,0 + +[00ef] ï +L 0,0,0,6 +L -1,8.5,-1,9 +L 1,8.5,1,9 + +[00f0] ð +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 3.6502,5.13,1,9 +L 1,7,3,8 + +[00f1] ñ +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +PL 0.5,8.4,-0.5968,1.4295,8.9015,0,2.2705,8.3485,0.5967,3.2,8.85,0 + +[00f2] ò +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 1,9,3,8 + +[00f3] ó +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 1,8,3,9 + +[00f4] ô +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +PL 1,8,0,2,9,0,3,8,0 + +[00f5] õ +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +PL 0.7,8.4,-0.5968,1.6295,8.9015,0,2.4705,8.3485,0.5967,3.4,8.85,0 + +[00f6] ö +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00f7] ÷ +L 0,4,4,4 +L 1.75,6,2.25,6 +L 1.75,2,2.25,2 + +[00f8] ø +A 3,4.5,3,257.5,77.47 +A 3,4.5,3,77.47,257.5 +L 2,0,4,9 + +[00f9] ù +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 1,9,3,8 + +[00fa] ú +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 1,8,3,9 + +[00fb] û +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +PL 1,8,0,2,9,0,3,8,0 + +[00fc] ü +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00fd] ý +L 0,6,2,0 +PL 4,6,0,1.228,-2.316,-0.323,0.2793,-3,0,0,-3,0 +L 1,8,3,9 + +[00fe] þ +PL 0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0 +L 0,9,0,-3 + +[00ff] ÿ +L 0,6,2,0 +PL 4,6,0,1.228,-2.316,-0.323,0.2793,-3,0,0,-3,0 +L 1,8.5,1,9 +L 3,8.5,3,9 + +[0100] Ā +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +L 1.5,11,4.5,11 + +[0101] ā +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 0.5,8,3.5,8 + +[0102] Ă +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +A 3,11,1,180,0 + +[0103] ă +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +A 2,9,1,180,0 + +[0104] Ą +PL 0,0,0,3,9,0,6,0,1,6,-2,0 +L 0.8333,2.5,5.167,2.5 + +[0105] ą +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +A 4,-1,1,90,270 + +[0106] Ć +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +L 1,10,3,11 + +[0107] ć +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +L 1,8,3,9 + +[0108] Ĉ +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +PL 1,10,0,2,11,0,3,10,0 + +[0109] ĉ +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +PL 1,8,0,2,9,0,3,8,0 + +[010a] Ċ +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +L 2,11,2,10.5 + +[010b] ċ +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +L 2,9,2,8.5 + +[010c] Č +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +PL 1,11,0,2,10,0,3,11,0 + +[010d] č +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +PL 1,9,0,2,8,0,3,9,0 + +[010e] Ď +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 +PL 1,11,0,2,10,0,3,11,0 + +[010f] ď +PL 4,9,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0 +L 4.5,7,5,9 + +[0110] Đ +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 +L -1,4.5,1,4.5 + +[0111] đ +PL 4,9,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0 +L 5,8,1,8 + +[0112] Ē +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 0.5,11,3.5,11 + +[0113] ē +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 0.5,8,3.5,8 + +[0114] Ĕ +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +A 2,11,1,180,0 + +[0115] ĕ +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +A 2,9,1,180,0 + +[0116] Ė +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 2,11,2,10.5 + +[0117] ė +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 2,9,2,8.5 + +[0118] Ę +PL 4,9,0,0,9,0,0,0,0,4,0,1,4,-2,0 +L 0,5,3,5 + +[0119] ę +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,1,4,-2,0 + +[011a] Ě +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +PL 1,11,0,2,10,0,3,11,0 + +[011b] ě +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +PL 1,9,0,2,8,0,3,9,0 + +[011c] Ĝ +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 +PL 2,10,0,3,11,0,4,10,0 + +[011d] ĝ +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 +PL 1,8,0,2,9,0,3,8,0 + +[011e] Ğ +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 +A 3,11,1,180,0 + +[011f] ğ +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 +A 2,9,1,180,0 + +[0120] Ġ +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 +L 2.5,11,2.5,10.5 + +[0121] ġ +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 2,9,2,8.5 + +[0122] Ģ +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 +PL 2,-3,0,3,-1,0,3,-0.5,0 + +[0123] ģ +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 2,7,2.5,9 + +[0124] Ĥ +L 0,9,0,0 +L 5,0,5,9 +L 0,5,5,5 +PL 1.5,10,0,2.5,11,0,3.5,10,0 + +[0125] ĥ +L 0,9,0,0 +PL 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +PL 1,10,0,2,11,0,3,10,0 + +[0126] Ħ +L 0,9,0,0 +L 5,0,5,9 +L 0,5,5,5 +L -1,7,6,7 + +[0127] ħ +L 0,9,0,0 +PL 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +L -1,8,3,8 + +[0128] Ĩ +L 0,9,0,0 +PL -1.3,10.4,-0.5968,-0.3705,10.9015,0,0.4705,10.3485,0.5967,1.4,10.85,0 + +[0129] ĩ +L 0,0,0,6 +PL -1.3,8.4,-0.5968,-0.3705,8.9015,0,0.4705,8.3485,0.5967,1.4,8.85,0 + +[012a] Ī +L 0,9,0,0 +L -1.5,11,1.5,11 + +[012b] ī +L 0,0,0,6 +L -1.5,9,1.5,9 + +[012c] Ĭ +L 0,9,0,0 +A 0,11,1,180,0 + +[012d] ĭ +L 0,0,0,6 +A 0,9,1,180,0 + +[012e] Į +PL 0,9,0,0,0,1,0,-2,0 + +[012f] į +PL 0,-2,-1,0,0,0,0,6,0 +L 0,8.5,0,9 + +[0130] İ +L 0,9,0,0 +L 0,11,0,10.5 + +[0131] ı +L 0,0,0,6 + +[0132] IJ +L 0,9,0,0 +PL 4,9,0,4,2,-0.4142,2,0,0,1,0,0 + +[0133] ij +L 0,0,0,6 +L 0,8.5,0,9 +PL 0,-3,0,0.5,-3,0.4142,2,-1.5,0,2,6,0 +L 2,8.5,2,9 + +[0134] Ĵ +PL 3,9,0,3,2,-0.4142,1,0,0,0,0,0 +PL 2,10,0,3,11,0,4,10,0 + +[0135] ĵ +PL 0,-3,0,0.5,-3,0.4142,2,-1.5,0,2,6,0 +PL 1,8,0,2,9,0,3,8,0 + +[0136] Ķ +L 0,9,0,0 +L 0,3.5,5,9 +L 1.671,5.338,5,0 +PL 2,-3,0,3,-1,0,3,-0.5,0 + +[0137] ķ +L 0,9,0,0 +L 0,3.5,4,6 +L 1.321,4.326,4,0 +PL 1,-3,0,2,-1,0,2,-0.5,0 + +[0138] ĸ +L 0,3.5,4,6 +L 1.321,4.326,4,0 +L 0,6,0,0 + +[0139] Ĺ +PL 0,9,0,0,0,0,4,0,0 +L 0,10,2,11 + +[013a] ĺ +PL 0,9,0,0,1,0.4142,1,0,0 +L 0,10,2,11 + +[013b] Ļ +PL 0,9,0,0,0,0,4,0,0 +PL 1,-3,0,2,-1,0,2,-0.5,0 + +[013c] ļ +PL 0,9,0,0,1,0.4142,1,0,0 +PL 0,-3,0,1,-1,0,1,-0.5,0 + +[013d] Ľ +PL 0,9,0,0,0,0,4,0,0 +L 3,7,3.5,9 + +[013e] ľ +PL 0,9,0,0,1,0.4142,1,0,0 +L 1,7,1.5,9 + +[013f] Ŀ +PL 0,9,0,0,0,0,4,0,0 +L 5,2.5,5,3 + +[0140] ŀ +PL 0,9,0,0,1,0.4142,1,0,0 +L 2,2.5,2,3 + +[0141] Ł +PL 0,9,0,0,0,0,4,0,0 +L -1,4,1,5 + +[0142] ł +PL 0,9,0,0,1,0.4142,1,0,0 +L -1,4,1,5 + +[0143] Ń +PL 0,0,0,0,9,0,5,0,0,5,9,0 +L 1.5,10,3.5,11 + +[0144] ń +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +L 1,8,3,9 + +[0145] Ņ +PL 0,0,0,0,9,0,5,0,0,5,9,0 +PL 1.5,-3,0,2.5,-1,0,2.5,-0.5,0 + +[0146] ņ +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +PL 1,-3,0,2,-1,0,2,-0.5,0 + +[0147] Ň +PL 0,0,0,0,9,0,5,0,0,5,9,0 +PL 1.5,11,0,2.5,10,0,3.5,11,0 + +[0148] ň +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +PL 1,9,0,2,8,0,3,9,0 + +[0149] ʼn +L 0,7,0.5,9 +PL 1,0,0,1,6,0,3.5,6,-0.4142,5,4.5,0,5,0,0 + +[014a] Ŋ +PL 0,0,0,0,9,0,5,0,0,5,9,0 +AR 3.5,0,1.5,360,255.9638 + +[014b] ŋ +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,-0.4879,2.1362,-1.4552,0 + +[014c] Ō +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 0.5,11,4.5,11 + +[014d] ō +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 0.5,8,3.5,8 + +[014e] Ŏ +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +A 2.5,11,1,180,0 + +[014f] ŏ +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +A 2,9,1,180,0 + +[0150] Ő +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 1,10,3,11 +L 3,10,5,11 + +[0151] ő +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 0,8,2,9 +L 2,8,4,9 + +[0152] Œ +PL 4,0.2679,-0.1317,3,0,0,2,0,-0.4142,0,2,0,0,7,-0.4142,2,9,0,3,9,-0.1317,4,8.7321,0 +PL 8,9,0,4,9,0,4,0,0,8,0,0 +L 4,5,7,5 + +[0153] œ +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +PL 4,3,0,8,3,0,8,4,1,4,4,0,4,1.5,0.4142,5.5,0,0,8,0,0 + +[0154] Ŕ +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 +L 1.5,10,3.5,11 + +[0155] ŕ +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 +L 0.5,8,2.5,9 + +[0156] Ŗ +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 +PL 1.5,-3,0,2.5,-1,0,2.5,-0.5,0 + +[0157] ŗ +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 +PL 0.5,-3,0,1.5,-1,0,1.5,-0.5,0 + +[0158] Ř +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 +PL 1.5,11,0,2.5,10,0,3.5,11,0 + +[0159] ř +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 +PL 0.5,9,0,1.5,8,0,2.5,9,0 + +[015a] Ś +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +L 2,10,4,11 + +[015b] ś +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +L 1,8,3,9 + +[015c] Ŝ +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +PL 1.5,10,0,2.5,11,0,3.5,10,0 + +[015d] ŝ +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +PL 1,8,0,2,9,0,3,8,0 + +[015e] Ş +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +PL 1.5002,-2.2805,0.1998,3.0544,-2.3977,0.6969,3.0928,-1.2725,0,2.5,-1,0,2.5,0.0189,0 + +[015f] ş +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +PL 1.0002,-2.2805,0.1998,2.5544,-2.3977,0.6969,2.5928,-1.2725,0,2,-1,0,2,0.0033,0 + +[0160] Š +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +PL 1.5,11,0,2.5,10,0,3.6,11,0 + +[0161] š +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +PL 1,9,0,2,8,0,3,9,0 + +[0162] Ţ +L 0,9,6,9 +PL 3,9,0,3,-1,0,3.5925,-1.2725,-0.6969,3.5544,-2.3977,-0.1998,2.0002,-2.2805,0 + +[0163] ţ +L 0,6,3,6 +PL 1,9,0,1,-1,0,1.5925,-1.2725,-0.6969,1.5544,-2.3977,-0.1998,0.0002,-2.2805,0 + +[0164] Ť +L 0,9,6,9 +L 3,9,3,0 +PL 2,11,0,3,10,0,4,11,0 + +[0165] ť +L 0,6,3,6 +L 1,9,1,0 +L 3,7,3.5,9 + +[0166] Ŧ +L 0,9,6,9 +L 3,9,3,0 +L 1.5,4.5,4.5,4.5 + +[0167] ŧ +L 0,6,3,6 +L 1,9,1,0 +L 0,3,2,3 + +[0168] Ũ +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +PL 1.2,10.4,-0.5968,2.1295,10.9015,0,2.9705,10.3485,0.5967,3.9,10.85,0 + +[0169] ũ +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +PL 0.7,8.4,-0.5968,1.6295,8.9015,0,2.4705,8.3485,0.5967,3.4,8.85,0 + +[016a] Ū +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 0.5,11,4.5,11 + +[016b] ū +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 0.5,8,3.5,8 + +[016c] Ŭ +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +A 2.5,11,1,180,0 + +[016d] ŭ +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +A 2,9,1,180,0 + +[016e] Ů +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +AR 2.5,10.25,0.75,0,180 +AR 2.5,10.25,0.75,180,0 + +[016f] ů +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +AR 2,8.25,0.75,0,180 +AR 2,8.25,0.75,180,0 + +[0170] Ű +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 1,10,3,11 +L 3,10,5,11 + +[0171] ű +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 0,8,2,9 +L 2,8,4,9 + +[0172] Ų +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +A 2.5,-1,1,90,270 + +[0173] ų +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +A 4,-1,1,90,270 + +[0174] Ŵ +PL 0,9,0,2,0,0,4,6,0,6,0,0,8,9,0 +PL 3,10,0,4,11,0,5,10,0 + +[0175] ŵ +PL 0,6,0,1.5,0,0,3,4,0,4.5,0,0,6,6,0 +PL 2,8,0,3,9,0,4,8,0 + +[0176] Ŷ +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +PL 2,10,0,3,11,0,4,10,0 + +[0177] ŷ +L 0,6,2,0 +PL 4,6,0,1.228,-2.316,-0.323,0.2793,-3,0,0,-3,0 +PL 1,8,0,2,9,0,3,8,0 + +[0178] Ÿ +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +L 2,10.5,2,11 +L 4,10.5,4,11 + +[0179] Ź +PL 0,9,0,5,9,0,0,0,0,5,0,0 +L 1.5,10,3.5,11 + +[017a] ź +PL 0,6,0,4,6,0,0,0,0,4,0,0 +L 1,8,3,9 + +[017b] Ż +PL 0,9,0,5,9,0,0,0,0,5,0,0 +L 2.5,11,2.5,10.5 + +[017c] ż +PL 0,6,0,4,6,0,0,0,0,4,0,0 +L 2,9,2,8.5 + +[017d] Ž +PL 0,9,0,5,9,0,0,0,0,5,0,0 +PL 1.5,11,0,2.5,10,0,3.5,11,0 + +[017e] ž +PL 0,6,0,4,6,0,0,0,0,4,0,0 +PL 1,9,0,2,8,0,3,9,0 + +[017f] ſ +PL 1,0,0,1,7.5,-0.4142,2.5,9,0,3,9,0 +L 0,6,1,6 + +[0394] Δ +PLC 3,9,0,6,0,0,0,0,0 + +[03a3] Σ +PL 7,8,0,7,9,0,0,9,0,4,4.5,0,0,0,0,7,0,0,7,1,0 + +[03a9] Ω +L 5,0,7,0 +PL 0,0,0,1.8761,0,-0.1659,0,5.5,-1,7,5.5,-0.1659,5.1239,0,0 + +[2126] Ω +L 5,0,7,0 +PL 0,0,0,1.8761,0,-0.1659,0,5.5,-1,7,5.5,-0.1659,5.1239,0,0 + +[03bc] μ +PL 0,1.5,0.4142,1.5,0,0,2.5,0,0.4142,4,1.5,0 +L 0,6,0,-3 +PL 4.5,0,-0.4142,4,0.5,0,4,6,0 + +[03c0] π +L 2,0,2,5 +L 5,0,5,5 +PL 6,5,0,1,5,0.4142,0,4,0 + +[20ac] € +A 4.5313,4.5,4.5312,71.0866,288.9134 +L -1,5.5,4,5.5 +L 4,3.5,-1,3.5 + +[2205] ∅ +A 3,4.5,3,257.5,77.47 +A 3,4.5,3,77.47,257.5 +L 2,0,4,9 + +[2243] ≃ +PL 0.4,4.2,-0.5968,2.259,5.203,0,3.941,4.097,0.5967,5.8,5.1,0 +L 0.4,2,5.8,2 + +[2248] ≈ +PL 0.4,4.2,-0.5968,2.259,5.203,0,3.941,4.097,0.5967,5.8,5.1,0 +PL 0.4,2.2,-0.5968,2.259,3.203,0,3.941,2.097,0.5967,5.8,3.1,0 + +[2300] ⌀ +A 3,4.5,3,257.5,77.47 +A 3,4.5,3,77.47,257.5 +L 2,0,4,9 + +[2312] ⌒ +A 5.6569,-5.6569,8,45,135 + +[25fb] ◻ +PLC 6,7.5,0,6,1.5,0,0,1.5,0,0,7.5,0 diff --git a/assets/fonts/SymbolCad.cxf b/assets/fonts/SymbolCad.cxf new file mode 100644 index 00000000..89d362d2 --- /dev/null +++ b/assets/fonts/SymbolCad.cxf @@ -0,0 +1,440 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: SymbolCad +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: ? + +[0021] ! +L -0.1327,9,-0.1327,3 +L -0.1327,0,-0.1327,0.5 + +[0023] # +L 1.8672,0,1.8672,9 +L 4.8672,9,4.8672,0 +L -0.1328,2.5,6.8672,2.5 +L 6.8672,6.5,-0.1328,6.5 + +[0024] $ +PL -0.1446,9.004,0,4.8576,9.004,0,4.8576,0,0,-0.1446,0,0,4.8576,0,0 +L 4.8576,4.502,-0.1446,4.502 + +[0025] % +L -0.1312,0,4.871,9.004 +A 1.8697,7.0031,1.0611,180,0 +A 1.8697,7.0031,1.0611,0,180 +A 2.8701,2.0009,1.0005,180,0 +A 2.8701,2.0009,1.0005,0,180 + +[0026] & +PL 5.8673,3.215,0,3.2932,0.5976,-1,0.4413,3.4024,0,3.4367,6.4482,2.0034,1.0601,6.7643,0,4.8673,0,0 + +[0028] ( +A 12.8673,4,13,157.38,202.62 + +[0029] ) +A -12.1327,4,13,337.38,22.6199 + +[002a] * +L -0.1327,6,3.8673,2 +L 3.8673,6,-0.1327,2 + +[002b] + +L -0.1327,4,3.8673,4 +L 1.8673,6,1.8673,2 + +[002c] , +PL 0.8673,0.5,0,0.8673,0,0,-0.1327,-3,0 + +[002d] - +L -0.1327,4,3.8673,4 + +[002e] . +L -0.1327,0,-0.1327,0.5 + +[002f] / +L 3.8673,9,-0.1327,0 + +[0030] 0 +PLC 0.951,8.5,0.1151,0.0757,6.5003,0.0536,-0.1328,4.5001,0.0536,0.0756,2.5,0.1151,0.951,0.5,0.5457,2.7835,0.5,0.1151,3.6588,2.4997,0.0536,3.8673,4.4999,0.0536,3.6589,6.5,0.1151,2.7835,8.5,0.5457 + +[0031] 1 +PL -0.1327,7,0,1.8673,9,0,1.8673,0,0 + +[0032] 2 +PL 3.8673,0,0,-0.1327,0,0,3.7318,6.6467,0.2249,3.8038,7.5,0.7746,-0.0692,7.5,0 + +[0033] 3 +PL -0.1327,9,0,1.8673,9,-1,1.8673,5,-0.4142,3.8673,3,0,3.8673,2,-0.4142,1.8673,0,0,-0.1327,0,0 +L 1.8673,5,0.8673,5 + +[0034] 4 +L 3.3673,0,3.3673,4 +PL 4.8673,2,0,-0.1327,2,0,1.8673,9,0 + +[0035] 5 +PL 3.8673,9,0,-0.1327,9,0,-0.1327,5,0,1.8673,5,-0.4142,3.8673,3,0,3.8673,2,-0.4142,1.8673,0,0,-0.1327,0,0 + +[0036] 6 +PL 2.8673,9,0.2679,-0.1327,3.8039,0,-0.1327,2,1,3.8673,2,0,3.8673,3,0.4142,1.8673,5,0,-0.0123,5,0 + +[0037] 7 +PL -0.1327,9,0,3.8673,9,0,1.3673,0,0 +L 1.8673,5,3.8673,5 + +[0038] 8 +PLC -0.1327,2,1,3.8673,2,0,3.8673,3,1,-0.1327,3,0 +PLC 0.1173,6.75,1,3.6173,6.75,0,3.6173,7.25,1,0.1173,7.25,0 + +[0039] 9 +PL 0.8673,0,0.2679,3.8673,5.1962,0,3.8673,7,1,-0.1327,7,0,-0.1327,6,0.4142,1.8673,4,0,3.7468,4,0 + +[003a] : +L -0.1327,0,-0.1327,0.5 +L -0.1327,4,-0.1327,3.5 + +[003b] ; +PL 0.8673,0.5,0,0.8673,0,0,-0.1327,-3,0 +L 0.8673,4,0.8673,3.5 + +[003c] < +PL 3.8673,7,0,-0.1327,3.5,0,3.8673,0,0 + +[003d] = +L -0.1327,5.5,3.8673,5.5 +L -0.1327,2.5,3.8673,2.5 + +[003e] > +PL -0.1327,7,0,3.8673,3.5,0,-0.1327,0,0 + +[003f] ? +L 1.8673,0,1.8673,0.5 +PL 1.8673,3,0,1.8673,3.3945,-0.1481,2.2032,4.5038,0,3.5313,6.4962,0.1408,3.8665,7.549,0.4047,2.3673,9,0,1.3673,9,0.4142,-0.1327,7.5,0,-0.1327,7,0 + +[0040] @ +PL 6.6488,4.0018,-0.5062,4.3335,3.3015,0,3.133,4.2019,0.618,0.7319,3.0013,0 +L 0.7319,2.5011,6.7346,2.5011 +L 0.7319,1.5007,6.7346,1.5007 + +[0041] A +PL -0.1327,0,0,2.8673,9,0,5.8673,0,0 +L 0.7006,2.5,5.0339,2.5 + +[0042] B +PL -0.1327,5,0,2.4672,5,-0.4142,4.8673,2.6,0,4.8672,2.4,-0.4142,2.4672,0,0,-0.1327,0,0,-0.1327,9,0,2.3673,9,-1,2.3673,5,0 + +[0043] C +L -0.1094,8.993,5.8906,-0.007 +L -0.1094,-0.007,5.8906,8.993 + +[0044] D +PLC 2.7866,9.004,0,5.2877,0,0,0.0353,0,0 + +[0045] E +PL 3.8673,9,0,-0.1327,9,0,-0.1327,0,0,3.8673,0,0 +L -0.1327,5,2.8673,5 + +[0046] F +L 2.3132,0,2.3132,9.004 +L 1.813,9.004,2.8134,9.004 +L 1.813,0,2.8134,0 +A 2.3132,4.502,2.5011,180,0 +A 2.3132,4.502,2.5011,0,180 + +[0047] G +PL 0.0756,0,0,0.0756,9.004,0,5.0779,9.004,0,5.0779,8.5038,0 + +[0048] H +L -0.1327,9,-0.1327,0 +L 4.8673,0,4.8673,9 +L -0.1327,5,4.8673,5 + +[0049] I +L 0.8529,9.004,0.8529,0 +L 0.3526,9.004,1.3531,9.004 +L 0.3526,0,1.3531,0 + +[004a] J +PL 5.3982,4.0902,0,4.8681,4.1269,0,2.4028,4.2991,0 +PL 3.8698,0.8896,0.2779,3.9991,7.8997,0.7964,0.1995,7.0271,0,0.2452,6,0.3037,2.4428,4.296,0 +PL 3.8906,0.9241,-0.7702,0.1762,2.0009,0,-0.1342,2.0009,0 + +[004b] K +L -0.1327,9,-0.1327,0 +L -0.1327,3.5,4.8673,9 +L 1.5386,5.3384,4.8673,0 + +[004c] L +PL 0.1428,0,0,-0.1073,0,0,2.3939,9.004,0,4.895,0,0 +L 4.6449,0,5.1451,0 + +[004d] M +PL -0.1327,0,0,-0.1327,9,0,2.8673,4,0,5.8673,9,0,5.8673,0,0 + +[004e] N +PL -0.1327,0,0,-0.1327,9,0,4.8673,0,0,4.8673,9,0 + +[004f] O +PLC -0.1327,7,-0.4142,1.8673,9,0,2.8673,9,-0.4142,4.8673,7,0,4.8673,2,-0.4142,2.8673,0,0,1.8673,0,-0.4142,-0.1327,2,0 + +[0050] P +L -0.0535,9.004,5.1988,9.004 +L 0.9469,9.004,0.9469,0 +L 3.9483,9.004,3.9483,0 + +[0051] Q +PLC 4.9611,2.5011,0,4.9611,6.5029,1,-0.039,6.5029,0,-0.039,2.5011,1 +L 0.9604,4.502,3.9617,4.502 +L 3.9617,4.7521,3.9617,4.2519 +L 0.9604,4.7521,0.9604,4.2519 + +[0052] R +PL -0.0266,5.0022,0,2.7246,5.0028,0.4142,3.9746,6.2528,0,3.9746,7.7535,0.4142,2.7246,9.0036,0,-0.0266,9.004,0,-0.0266,0,0 + +[0053] S +PL 4.9891,0,0,-0.0132,0,0,4.9891,5.0022,0,-0.0132,9.004,0,4.9891,9.004,0 + +[0054] T +L -0.1327,9,5.8673,9 +L 2.8673,9,2.8673,0 + +[0055] U +PL 2.5148,0,0,2.5148,6.0027,0,5.0159,9.004,0 +L 2.5148,6.0027,0.0137,9.004 + +[0056] V +PL 3.7788,-1.5007,0,4.279,-1.5003,1,4.279,-0.0003,0,2.2156,0,-0.1812,1.887,0.1234,-0.55,1.887,6.8797,-0.1812,2.2156,7.0029,0,5.9983,7.0031,-0.5822,5.8696,6.68,0,5.0294,7.0031,0 + +[0057] W +PL 7.0429,0.0362,0,5.7191,0.0363,0.1627,6.9607,6.2532,0.8042,0.1235,6.2531,0.1627,1.3652,0.0363,0,0.0468,0.0362,0 +L 0.0406,0,0.0406,0.5002 +L 7.0437,0,7.0437,0.5002 + +[0058] X +PL 0.054,8.7539,0,0.054,9.004,0,5.8066,9.004,0,5.8066,8.7539,0 +PL 0.054,0.2501,0,0.054,0,0,5.8066,0,0,5.8066,0.2501,0 +L 0.8043,4.2519,0.8043,3.7517 +L 0.8043,4.0018,4.8061,4.0018 +L 4.8061,4.2519,4.8061,3.7517 + +[0059] Y +L 2.8673,9,2.8673,0 +PL 5.6138,8.7539,0.0955,5.3216,7.2685,0,5.3187,6.4934,0 +PL 5.3187,6.5125,-1,0.3187,6.4934,0,0.3157,7.2685,0.0955,0.0236,8.7539,0 +L 2.3185,9.004,3.3189,9.004 +L 2.3185,0,3.3189,0 + +[005a] Z +PL -0.1327,9,0,4.8673,9,0,-0.1327,0,0,4.8673,0,0 + +[005b] [ +PL 0.8673,-1,0,-0.1327,-1,0,-0.1327,9,0,0.8673,9,0 + +[005c] \ +A 0.8666,0.0303,0.15,180,360 +A 0.8666,0.0303,0.15,360,180 +A 4.8927,-0.0605,0.15,180,360 +A 4.8927,-0.0605,0.15,360,180 +A 2.8948,3.9958,0.15,180,0 +A 2.8948,3.9958,0.15,0,180 + +[005d] ] +PL -0.1327,9,0,0.8673,9,0,0.8673,-1,0,-0.1327,-1,0 + +[005e] ^ +L -0.1155,0,4.8868,0 +L 2.6358,0,2.6358,9.004 + +[005f] _ +L -0.102,-1.2506,6.9011,-1.2506 + +[0060] ` +L -0.0886,9.004,6.9146,9.004 + +[0061] a +PL 4.777,0.0066,-0.3065,4.1031,0.598,0,3.6172,2.4563,0.067,3.4348,2.9005,0,3.2616,3.2007,0.5775,0.4899,3.2007,0,0.3167,2.9005,0.2678,0.3166,1.1013,0,0.4899,0.8011,0.5775,3.2616,0.8011,0,3.3522,0.9582,0,4.1122,3.436,-0.3295,4.8771,4.0014,0 + +[0062] b +PL 0.9387,4.0018,0,2.9396,4.0018,2.2038,1.2051,5.9848,0,0.2698,-1.0005,0 +A 2.6895,2.0009,2,172.374,90 + +[0063] c +PL 4.2036,0.0005,-0.3197,3.2587,0.6734,0,1.6471,5.3293,0.6219,-0.1327,5.5528,0 +L -0.0483,0,4.7039,6.0027 +A 4.2036,1.0005,1,199.092,325.187 + +[0064] d +PL 3.1018,5.6749,0,2.1456,5.3758,5.6666,4.0262,5.2889,0,2.1773,6.0609,-0.9053,2.6131,7.4885,0 +PL 2.4663,7.5031,0,3.9769,7.3528,-1.1386,3.9319,7.1596,0,3.5724,7.393,0 + +[0065] e +PL 3.2994,5.6954,0.1263,1.8386,5.998,0.5509,0.3311,3.9592,0.259,1.6043,3.2521,0 +PL -0.0206,1.7508,0.6771,2.997,0.5443,0,3.7965,1.4506,0 +PL 2.5577,3.2515,0,1.4793,3.2508,0.4237,-0.0199,1.7023,0 +A 3.7303,1.3756,0.1,180,0 +A 3.7303,1.3756,0.1,0,180 +PL 3.6494,1.4344,0,3.4787,1.0904,0,3.8068,1.3112,0 + +[0066] f +A 2.4932,3.0013,2.5,180,0 +A 2.4932,3.0013,2.5,0,180 +PL 4.2647,7.5567,0,0.7424,-1.5007,0,4.3213,7.4263,1,4.1349,7.4987,0,0.7424,-1.5007,0 + +[0067] g +PL 6.3068,9,0.1083,2.3492,-0.9442,0.3066,2.2851,3.5399,0.3456,-0.1327,4.0428,0 + +[0068] h +PL 0.1614,5.9315,-0.8201,0.9181,5.7232,0,0.5192,0,0 +PL 4.7201,-2.0187,-0.1516,4.089,-1.0151,0,4.0688,1.3093,0,4.2658,4.1302,0.8873,0.8525,4.7828,0 + +[0069] i +PL 1.228,0.2063,-0.9285,0.8334,0.2647,0,1.2323,5.738,0.8827,0.8431,5.8158,0 +A 1.3809,7.6909,0.1,180,0 +A 1.3809,7.6909,0.1,0,180 + +[006a] j +PL 0.6349,6.2084,0,-0.0136,3.9009,1.7639,3.961,4.9808,0 +PL 3.8362,5.0928,0.5637,2.2467,4.4592,0,1.198,-1.2324,1,1.3953,-1.2653,0,2.2467,4.4592,0,1.28,-1.3492,0 + +[006b] k +L -0.1327,6.2528,-0.1327,0 +PLC 3.7669,6.2659,-1.1245,3.833,6.0786,0,3.0089,5.8938,0 +PL 3.9071,6.2037,0.1544,-0.1328,3.5615,0,3.605,0.032,0.1915,3.8109,-0.0499,0 + +[006c] l +PL 4.9197,0.3622,-0.8014,4.1502,0.2303,0,0.6929,8.6557,0.8221,-0.0772,8.5038,0 +L 0.0727,0,2.3641,4.5829 + +[006d] m +L 0.0875,6,0.0875,-3 +A 2.087,2.0009,2,180,360 +L 4.087,6,4.087,0 + +[006e] n +PL -0.1327,6,0,0.0996,6.0027,0,2.0325,-0.0375,0.2578,5.0943,6,0 + +[006f] o +A 2.364,2.5011,2.5,180,0 +A 2.364,2.5011,2.5,0,180 + +[0070] p +PL 4.8786,5.7526,0,0.3966,6.0519,0.4339,0.0766,5.7526,0 +PL 0.6663,0,0.0174,0.9612,0.5543,0,1.3879,5.9857,0 +PL 3.8189,5.8234,0,3.9594,1.0742,0.0304,4.1682,0,0 + +[0071] q +PLC 1.4116,6.4932,0.2288,0.2915,0.7297,0.5532,2.1656,0.3826,0.2098,3.2998,5.6894,0.6468 +L 0.1336,3.3898,3.3731,3.3898 + +[0072] r +A 2.91,2.9443,1.75,180,0 +A 2.91,2.9443,1.75,0,180 +PL 0.3894,-2.35,0,1.1774,3.1908,0,0.3047,-2.2351,1.0184,0.5027,-2.2633,0,1.1774,3.1908,0 + +[0073] s +A 2.4178,2.5011,2.5,180,0 +A 2.4178,2.5011,2.5,0,180 +L 2.4238,5.0011,4.9189,5.0022 + +[0074] t +PL 4.4321,5.7526,0,0.3703,5.989,0.437,-0.0529,5.5821,0 +PL 2.4555,5.8676,0,1.903,0.4113,0.4917,2.3632,-0.0241,0 + +[0075] u +PL 5.1856,6,-0.1996,5.6141,4.5257,0,5.4582,3.8116,-0.0261,5.3027,3.4251,-0.1218,1.9598,-0.0227,0.151,0.3529,5.6579,0.418,-0.1327,5.955,0 + +[0076] v +PL 4.3708,4.3506,-0.1505,5.151,2.6363,-0.2273,4.0975,0.2668,-0.6448,2.7,0.6744,0.1084,2.7001,2.046,0.1081,2.6994,0.6784,0 +PL 0.7303,4.3502,0.2057,0.4273,1.8423,0.1493,1.2445,0.2922,0,1.3706,0.1835,0.6126,2.69,0.7228,0 +PL -0.0525,3.9927,-0.3472,0.291,4.3502,0,5.5247,4.3502,0 + +[0077] w +A 5.7835,1.3689,3.2094,167.6551,192.3321 +A -0.4774,1.3696,3.2,347.6179,12.3692 +PL 2.6475,0.6875,0.6448,4.0456,0.2759,0.2273,5.0992,2.6454,0.1505,4.319,4.3596,0 +PL 0.6785,4.3593,0.2057,0.3755,1.8513,0.1493,1.1927,0.3012,0,1.3188,0.1926,0.6126,2.6382,0.7319,0 + +[0078] x +PL 2.3409,8.105,0.2909,2.6544,7.6698,0,4.1247,8.0666,0 +PL 2.6544,7.6698,0.6077,2.7153,5.4516,0,4.0949,5.6459,0 +PL 2.7153,5.4516,1.1603,4.5212,0.3204,-0.3529,4.8808,0.2084,-0.4609,4.7541,-0.0681,0,4.2988,-0.1978,0 + +[0079] y +PL 4.128,2.8012,-1,0.6286,2.7335,0,0.6081,3.7965,0.194,0.0952,5.0007,0 +PL 4.6861,5.0007,0.199,4.1485,3.773,0,4.1279,2.7328,0 +L 2.3783,5.0007,2.3783,-3 + +[007a] z +PL 4.4882,-0.8675,0.3596,4.8169,-0.1775,0.3064,4.5376,0.0095,0,1.0336,-0.0074,-0.4972,0.0649,1.2592,0,0.708,3.5841,-0.2361,3.1031,6.2417,0,4.1415,6.6045,0 +A 3.3128,6.6097,0.6,72.1259,228.296 +L 3.7818,-0.9696,4.4763,-0.8692 + +[007b] { +PL 1.8673,9,0.4142,0.8673,8,0,0.8673,5,-0.4142,-0.1327,4,-0.4142,0.8673,3,0,0.8673,0,0.4142,1.8673,-1,0 + +[007c] | +PL 5.6117,3.0014,-0.3304,3.237,2.8014,0,2.5909,3.2013,0.3304,0.2162,3.0013,0 + +[007d] } +PL -0.1327,-1,0.4142,0.8673,0,0,0.8673,3,-0.4142,1.8673,4,-0.4142,0.8673,5,0,0.8673,8,0.4142,-0.1327,9,0 + +[00a2] ¢ +A 2.8673,4.5,3,257.471,77.4712 +A 2.8673,4.5,3,77.4712,257.471 +L 1.8673,0,3.8673,9 + +[00b0] ° +A 1.3673,7.5,1.5,270,90 +A 1.3673,7.5,1.5,90,270 + +[00b1] ± +L -0.1329,5,3.8671,5 +L 1.8671,7,1.8671,3 +L -0.1329,1,3.8671,1 + +[00c4] Ä +PL -0.1327,0,0,2.8673,9,0,5.8673,0,0 +L 0.7005,2.5,5.034,2.5 +L 4.8673,10.25,4.8673,10.75 +L 0.8673,10.25,0.8673,10.75 + +[00d6] Ö +PLC -0.1327,7,-0.4142,1.8673,9,0,2.8673,9,-0.4142,4.8673,7,0,4.8673,2,-0.4142,2.8673,0,0,1.8673,0,-0.4142,-0.1327,2,0 +L 0.8673,10.25,0.8673,10.75 +L 3.8673,10.25,3.8673,10.75 + +[00dc] Ü +PL -0.1327,9,0,-0.1327,2.5,1,4.8673,2.5,0,4.8673,9,0 +L 0.8673,10.25,0.8673,10.75 +L 3.8673,10.25,3.8673,10.75 + +[00df] ß +PL 2.3673,5,1,2.3673,9,0,1.8673,9,0.4142,-0.1327,7,0,-0.1327,0,0 +PL 0.8673,0,0,2.4672,0,0.4142,4.8673,2.4,0,4.8672,2.6,0.4142,2.4672,5,0,0.8673,5,0 + +[00e4] ä +PL 0.3673,6,0,2.3673,6,-0.4142,3.8673,4.5,0,3.8673,0,0,1.3673,0,-1,1.3673,3,0,3.8673,3,0 +L 0.8673,9,0.8673,8.5 +L 2.8673,9,2.8673,8.5 + +[00f6] ö +PLC -0.1327,2,1,3.8673,2,0,3.8673,4,1,-0.1327,4,0 +L 0.8673,9,0.8673,8.5 +L 2.8673,9,2.8673,8.5 + +[00f8] ø +A 2.8673,4.5,3,257.471,77.4712 +A 2.8673,4.5,3,77.4712,257.471 +L 1.8673,0,3.8673,9 + +[00fa] ú +L -0.1327,6,3.8673,2 +L 3.8673,6,-0.1327,2 + +[00fc] ü +PL -0.1327,6,0,-0.1327,1.5,0.4142,1.3673,0,0,3.8673,0,0,3.8673,6,0 +L 0.8673,9,0.8673,8.5 +L 2.8673,9,2.8673,8.5 diff --git a/assets/fonts/Symbol_Astro.cxf b/assets/fonts/Symbol_Astro.cxf new file mode 100644 index 00000000..461b2bb5 --- /dev/null +++ b/assets/fonts/Symbol_Astro.cxf @@ -0,0 +1,240 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Symbol Astro +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts + +[0021] ! +PLC 1.0909,4.7273,0,0.3636,4,0,0,2.9091,0,0,2.1818,0,0.3636,1.0909,0,1.0909,0.3636,0,2.1818,0,0,2.9091,0,0,4,0.3636,0,4.7273,1.0909,0,5.0909,2.1818,0,5.0909,2.9091,0,4.7273,4,0,4,4.7273,0,2.9091,5.0909,0,2.1818,5.0909,0 +PLC 2.1818,2.5455,0,2.5455,2.1818,0,2.9091,2.5455,0,2.5455,2.9091,0 + +[0022] " +PL 0.7273,5.0909,0,0.3636,4.7273,0,0.3636,4.3636,0,0.7273,4,0 +PL 1.8182,5.0909,0,2.1818,4.7273,0,2.1818,4.3636,0,1.8182,4,0 +PLC 0.3636,3.6364,0,0,2.9091,0,0,2.5455,0,0.3636,1.8182,0,1.0909,1.4545,0,1.4545,1.4545,0,2.1818,1.8182,0,2.5455,2.5455,0,2.5455,2.9091,0,2.1818,3.6364,0,1.4545,4,0,1.0909,4,0 +L 1.0909,1.4545,1.0909,0 +L 1.4545,1.4545,1.4545,0 +L 0,0.7273,2.5455,0.7273 + +[0023] # +PLC 0.3636,4.7273,0,0,4,0,0,3.6364,0,0.3636,2.9091,0,1.0909,2.5455,0,1.4545,2.5455,0,2.1818,2.9091,0,2.5455,3.6364,0,2.5455,4,0,2.1818,4.7273,0,1.4545,5.0909,0,1.0909,5.0909,0 +L 1.0909,2.5455,1.0909,0.3636 +L 1.4545,2.5455,1.4545,0.3636 +L 0,1.4545,2.5455,1.4545 + +[0024] $ +PLC 1.0909,4.7273,0,0.3636,4,0,0,2.9091,0,0,2.1818,0,0.3636,1.0909,0,1.0909,0.3636,0,2.1818,0,0,2.9091,0,0,4,0.3636,0,4.7273,1.0909,0,5.0909,2.1818,0,5.0909,2.9091,0,4.7273,4,0,4,4.7273,0,2.9091,5.0909,0,2.1818,5.0909,0 +L 2.5455,5.0909,2.5455,0 +L 0,2.5455,5.0909,2.5455 + +[0025] % +PLC 1.4545,2.9091,0,1.0909,2.9091,0,0.3636,2.5455,0,0,1.8182,0,0,1.4545,0,0.3636,0.7273,0,1.0909,0.3636,0,1.4545,0.3636,0,2.1818,0.7273,0,2.5455,1.4545,0,2.5455,1.8182,0,2.1818,2.5455,0 +PL 4,4.3636,0,4,2.5455,0,3.6364,4,0,2.1818,4.3636,0,4,4.3636,0,2.1818,2.5455,0 + +[0026] & +PL 0,4.7273,0,0.3636,5.0909,0,1.0909,5.0909,0,1.8182,4.7273,0,2.1818,4,0,2.1818,3.2727,0,1.8182,2.5455,0,1.4545,2.1818,0,0.7273,1.8182,0,4.3636,1.8182,0 +PL 1.0909,5.0909,0,1.4545,4.7273,0,1.8182,4,0,1.8182,2.9091,0,1.4545,2.1818,0 +L 3.6364,5.0909,3.2727,0.3636 +L 4,5.0909,2.9091,0.3636 + +[0027] ' +L 0.7273,5.0909,0.7273,1.4545 +PL 0,5.0909,0,1.0909,5.0909,0,0.7273,2.5455,0,1.0909,3.2727,0,1.8182,3.6364,0,2.5455,3.6364,0,3.2727,3.2727,0,3.6364,2.9091,0,3.6364,1.8182,0,2.9091,1.0909,0,2.9091,0.3636,0,3.2727,0,0,3.6364,0,0,4,0.3636,0 +PL 2.5455,3.6364,0,3.2727,2.9091,0,3.2727,1.8182,0,2.9091,1.0909,0 + +[0028] ( +PL 0,4,0,1.0909,5.0909,0,1.0909,2.9091,0,0.3636,2.5455,0,0,1.8182,0,0,1.4545,0,0.3636,0.7273,0,1.0909,0.3636,0,1.4545,0.3636,0,2.1818,0.7273,0,2.5455,1.4545,0,2.5455,1.8182,0,2.1818,2.5455,0,1.4545,2.9091,0,1.4545,5.0909,0,2.5455,4,0 +PLC 1.0909,1.4545,0,1.4545,1.4545,0,1.4545,1.8182,0,1.0909,1.8182,0 + +[0029] ) +PL 1.8182,4.3636,0,2.1818,5.0909,0,2.1818,0,0 +PL 0,4.3636,0,0.3636,5.0909,0,0.3636,3.2727,0,0.7273,2.5455,0,1.4545,2.1818,0,2.9091,2.1818,0,3.6364,2.5455,0,4,3.2727,0,4,5.0909,0,3.6364,4.3636,0 +L 0.3636,5.0909,0.7273,4.3636 +L 2.1818,5.0909,2.5455,4.3636 +L 4,5.0909,4.3636,4.3636 +L 1.0909,1.0909,3.2727,1.0909 + +[002a] * +L 0.7273,5.0909,0.7273,0.3636 +L 1.0909,5.0909,1.0909,0.3636 +PL 0,5.0909,0,2.5455,5.0909,0,3.6364,4.7273,0,4,4,0,4,3.6364,0,3.6364,2.9091,0,2.5455,2.5455,0,1.0909,2.5455,0 +PL 2.5455,5.0909,0,3.2727,4.7273,0,3.6364,4,0,3.6364,3.6364,0,3.2727,2.9091,0,2.5455,2.5455,0 +PL 0,0.3636,0,3.6364,0.3636,0,3.6364,1.4545,0,3.2727,0.3636,0 + +[002b] + +PLC 2.1818,5.0909,0,1.0909,4.7273,0,0.3636,4,0,0,2.9091,0,0,2.1818,0,0.3636,1.0909,0,1.0909,0.3636,0,2.1818,0,0,3.2727,0,0,2.1818,0.3636,0,1.4545,1.0909,0,1.0909,2.1818,0,1.0909,2.9091,0,1.4545,4,0,2.1818,4.7273,0,3.2727,5.0909,0 + +[002c] , +PLC 1.4545,2.9091,0,1.0909,2.9091,0,0.3636,2.5455,0,0,1.8182,0,0,1.4545,0,0.3636,0.7273,0,1.0909,0.3636,0,1.4545,0.3636,0,2.1818,0.7273,0,2.5455,1.4545,0,2.5455,1.8182,0,2.1818,2.5455,0 +L 2.5455,4.7273,1.8182,2.9091 +L 4,4.3636,2.1818,2.5455 +L 4.3636,2.9091,2.5455,2.1818 + +[002d] - +L 1.0909,4.3636,2.5455,0.7273 +L 2.5455,4.3636,1.0909,0.7273 +L 0,3.2727,3.6364,1.8182 +L 3.6364,3.2727,0,1.8182 + +[002e] . +PLC 2.1818,6.5455,0,1.0909,5.8182,0,0.3636,4.7273,0,0,3.6364,0,0,2.5455,0,0.3636,1.4545,0,1.0909,0.3636,0,2.1818,-0.3636,0,3.2727,-0.7273,0,4.3636,-0.7273,0,5.4546,-0.3636,0,6.5455,0.3636,0,7.2727,1.4545,0,7.6364,2.5455,0,7.6364,3.6364,0,7.2727,4.7273,0,6.5455,5.8182,0,5.4546,6.5455,0,4.3636,6.9091,0,3.2727,6.9091,0 +PLC 3.2727,3.2727,0,3.2727,2.9091,0,3.6364,2.5455,0,4,2.5455,0,4.3636,2.9091,0,4.3636,3.2727,0,4,3.6364,0,3.6364,3.6364,0 +PLC 3.6364,2.9091,0,4,2.9091,0,4,3.2727,0,3.6364,3.2727,0 + +[002f] / +PLC 0.3636,6.5455,0,0.7273,5.8182,0,0.7273,6.5455,0,1.0909,6.9091,0 +PL 0.7273,5.8182,0,1.4545,5.4546,0,0.7273,5.0909,0,0.3636,4.7273,0,0,4,0,0,2.9091,0,0.3636,2.1818,0,0.7273,1.8182,0,1.4545,1.4545,0,2.5455,1.4545,0,3.2727,1.8182,0,3.6364,2.1818,0,4,2.9091,0,4,4,0,3.6364,4.7273,0,3.2727,5.0909,0,2.5455,5.4546,0,3.2727,5.8182,0,3.6364,6.5455,0,2.9091,6.9091,0,3.2727,6.5455,0,3.2727,5.8182,0 +L 2.5455,5.4546,1.4545,5.4546 +L 1.8182,1.4545,1.8182,-0.7273 +L 2.1818,1.4545,2.1818,-0.7273 +L 0.3636,0.3636,3.6364,0.3636 + +[0030] 0 +PLC 1.0909,6.5455,0,0.3636,5.8182,0,0,4.7273,0,0,4.3636,0,0.3636,3.2727,0,1.0909,2.5455,0,2.1818,2.1818,0,2.5455,2.1818,0,3.6364,2.5455,0,4.3636,3.2727,0,4.7273,4.3636,0,4.7273,4.7273,0,4.3636,5.8182,0,3.6364,6.5455,0,2.5455,6.9091,0,2.1818,6.9091,0 +L 2.1818,2.1818,2.1818,-0.7273 +L 2.5455,2.1818,2.5455,-0.7273 +L 0.7273,0.7273,4,0.7273 + +[0031] 1 +PLC 2.1818,6.5455,0,1.0909,5.8182,0,0.3636,4.7273,0,0,3.6364,0,0,2.1818,0,0.3636,1.0909,0,1.0909,0,0,2.1818,-0.7273,0,3.2727,-1.0909,0,4.7273,-1.0909,0,5.8182,-0.7273,0,6.9091,0,0,7.6364,1.0909,0,8,2.1818,0,8,3.6364,0,7.6364,4.7273,0,6.9091,5.8182,0,5.8182,6.5455,0,4.7273,6.9091,0,3.2727,6.9091,0 +L 4,6.9091,4,-1.0909 +L 0,2.9091,8,2.9091 + +[0032] 2 +PLC 1.0909,4,0,0.3636,3.2727,0,0,2.1818,0,0,1.8182,0,0.3636,0.7273,0,1.0909,0,0,2.1818,-0.3636,0,2.5455,-0.3636,0,3.6364,0,0,4.3636,0.7273,0,4.7273,1.8182,0,4.7273,2.1818,0,4.3636,3.2727,0,3.6364,4,0,2.5455,4.3636,0,2.1818,4.3636,0 +PL 4.3636,3.6364,0,6.5455,5.8182,0,6.9091,4.3636,0,6.9091,6.5455,0,4.7273,6.5455,0,6.1818,6.1818,0,4,4,0 +L 6.5455,6.1818,4.3636,4 + +[0033] 3 +PL 0,5.8182,0,0.3636,6.5455,0,1.0909,6.9091,0,2.1818,6.9091,0,2.9091,6.5455,0,3.2727,5.8182,0,3.2727,4.7273,0,2.9091,3.6364,0,2.5455,2.9091,0,1.8182,2.1818,0,0.7273,1.4545,0,5.8182,1.4545,0 +PL 2.1818,6.9091,0,2.5455,6.5455,0,2.9091,5.8182,0,2.9091,4.3636,0,2.5455,3.2727,0,1.8182,2.1818,0 +L 4.7273,6.9091,4,-0.7273 +L 5.0909,6.9091,3.6364,-0.7273 + +[0034] 4 +L 0.7273,6.9091,0.7273,1.4545 +PL 0,6.9091,0,1.0909,6.9091,0,0.7273,2.9091,0,1.0909,3.6364,0,1.4545,4,0,2.1818,4.3636,0,3.2727,4.3636,0,4.3636,4,0,4.7273,3.2727,0,4.7273,2.5455,0,4.3636,1.8182,0,3.6364,1.0909,0 +PL 3.2727,4.3636,0,4,4,0,4.3636,3.2727,0,4.3636,2.5455,0,3.2727,0.3636,0,3.2727,-0.3636,0,3.6364,-0.7273,0,4.3636,-0.7273,0,5.0909,0,0 + +[0035] 5 +PLC 1.0909,3.6364,0,0.3636,2.9091,0,0,1.8182,0,0,1.4545,0,0.3636,0.3636,0,1.0909,-0.3636,0,2.1818,-0.7273,0,2.5455,-0.7273,0,3.6364,-0.3636,0,4.3636,0.3636,0,4.7273,1.4545,0,4.7273,1.8182,0,4.3636,2.9091,0,3.6364,3.6364,0,2.5455,4,0,2.1818,4,0 +PL 2.1818,6.1818,0,0.7273,5.4546,0,2.1818,6.9091,0,2.1818,4,0 +PL 2.5455,6.1818,0,4,5.4546,0,2.5455,6.9091,0,2.5455,4,0 +PLC 1.8182,1.8182,0,1.8182,1.4545,0,2.1818,1.0909,0,2.5455,1.0909,0,2.9091,1.4545,0,2.9091,1.8182,0,2.5455,2.1818,0,2.1818,2.1818,0 +PLC 2.1818,1.4545,0,2.5455,1.4545,0,2.5455,1.8182,0,2.1818,1.8182,0 + +[0036] 6 +PL 2.5455,6.1818,0,2.9091,6.9091,0,2.9091,-0.7273,0 +PL 3.6364,6.1818,0,3.2727,6.9091,0,3.2727,-0.7273,0 +PL 0,6.1818,0,0.3636,6.9091,0,0.3636,4.3636,0,0.7273,3.2727,0,1.4545,2.5455,0,2.5455,2.1818,0,2.9091,2.1818,0 +PL 1.0909,6.1818,0,0.7273,6.9091,0,0.7273,4,0,1.0909,2.9091,0 +PL 6.1818,6.1818,0,5.8182,6.9091,0,5.8182,4.3636,0,5.4546,3.2727,0,4.7273,2.5455,0,3.6364,2.1818,0,3.2727,2.1818,0 +PL 5.0909,6.1818,0,5.4546,6.9091,0,5.4546,4,0,5.0909,2.9091,0 +L 1.4545,0.7273,4.7273,0.7273 + +[0037] 7 +L 1.0909,6.9091,1.0909,-0.7273 +L 1.4545,6.9091,1.4545,-0.7273 +PL 0,6.9091,0,4.3636,6.9091,0,5.4546,6.5455,0,5.8182,6.1818,0,6.1818,5.4546,0,6.1818,4.3636,0,5.8182,3.6364,0,5.4546,3.2727,0,4.3636,2.9091,0,1.4545,2.9091,0 +PL 4.3636,6.9091,0,5.0909,6.5455,0,5.4546,6.1818,0,5.8182,5.4546,0,5.8182,4.3636,0,5.4546,3.6364,0,5.0909,3.2727,0,4.3636,2.9091,0 +PL 0,-0.7273,0,5.8182,-0.7273,0,5.8182,1.0909,0,5.4546,-0.7273,0 + +[0038] 8 +PLC 3.6364,6.5455,0,2.1818,6.1818,0,1.0909,5.4546,0,0.3636,4.3636,0,0,3.2727,0,0,2.1818,0,0.3636,1.0909,0,1.0909,0,0,2.1818,-0.7273,0,3.6364,-1.0909,0,5.0909,-1.0909,0,4,-0.7273,0,2.9091,0,0,2.1818,1.0909,0,1.8182,2.1818,0,1.8182,3.2727,0,2.1818,4.3636,0,2.9091,5.4546,0,4,6.1818,0,5.0909,6.5455,0 + +[0039] 9 +PLC 1.4545,2.9091,0,0.7273,2.5455,0,0.3636,2.1818,0,0,1.4545,0,0,0.7273,0,0.3636,0,0,0.7273,-0.3636,0,1.4545,-0.7273,0,2.1818,-0.7273,0,2.9091,-0.3636,0,3.2727,0,0,3.6364,0.7273,0,3.6364,1.4545,0,3.2727,2.1818,0,2.9091,2.5455,0,2.1818,2.9091,0 +L 3.6364,6.1818,2.5455,2.9091 +L 6.1818,5.4546,3.2727,2.5455 +L 6.9091,2.9091,3.6364,1.8182 + +[003a] : +L 1.4545,5.0909,3.6364,0 +L 3.6364,5.0909,1.4545,0 +L 0,3.6364,5.0909,1.4545 +L 5.0909,3.6364,0,1.4545 + +[003b] ; +PL 0.3636,4.3636,0,0,4.7273,0,0,5.4546,0,0.3636,6.1818,0,1.0909,6.5455,0,1.8182,6.5455,0,2.5455,6.1818,0,2.9091,5.8182,0,3.2727,5.0909,0,3.6364,3.2727,0,4,4.7273,0,4.3636,5.4546,0,4.7273,5.8182,0,5.4546,6.1818,0,6.1818,6.1818,0,6.9091,5.4546,0,6.9091,4.7273,0,6.5455,4.3636,0 +PL 0,5.4546,0,0.7273,6.1818,0,1.4545,6.1818,0,2.1818,5.8182,0,2.5455,5.4546,0,2.9091,4.7273,0,3.2727,3.2727,0,3.2727,-0.7273,0 +PL 6.9091,5.4546,0,6.5455,6.1818,0,5.8182,6.5455,0,5.0909,6.5455,0,4.3636,6.1818,0,4,5.8182,0,3.6364,5.0909,0,3.2727,3.2727,0 +L 3.6364,3.2727,3.6364,-0.7273 + +[003c] < +PLC 0.3636,5.0909,0,0.7273,4.3636,0,1.4545,3.6364,0,2.5455,3.2727,0,4,3.2727,0,5.0909,3.6364,0,5.8182,4.3636,0,6.1818,5.0909,0,6.5455,6.5455,0,6.1818,5.4546,0,5.8182,4.7273,0,5.0909,4,0,4,3.6364,0,2.5455,3.6364,0,1.4545,4,0,0.7273,4.7273,0,0.3636,5.4546,0,0,6.5455,0 +PL 2.5455,3.6364,0,1.8182,3.2727,0,1.4545,2.9091,0,1.0909,2.1818,0,1.0909,1.0909,0,1.4545,0.3636,0,2.1818,-0.3636,0,2.9091,-0.7273,0,3.6364,-0.7273,0,4.3636,-0.3636,0,5.0909,0.3636,0,5.4546,1.0909,0,5.4546,2.1818,0,5.0909,2.9091,0,4.7273,3.2727,0,4,3.6364,0 +PL 2.5455,3.2727,0,1.8182,2.9091,0,1.4545,2.1818,0,1.4545,1.0909,0,1.8182,0,0 +PL 4.7273,0,0,5.0909,1.0909,0,5.0909,2.1818,0,4.7273,2.9091,0,4,3.2727,0 + +[003d] = +PL 0,6.5455,0,0.7273,5.8182,0,1.4545,5.4546,0,1.4545,1.0909,0,0.7273,0.7273,0,0,0,0 +L 1.8182,5.0909,1.8182,1.4545 +L 4.7273,5.0909,4.7273,1.4545 +PL 1.4545,5.4546,0,2.5455,5.0909,0,4,5.0909,0,5.0909,5.4546,0,5.0909,1.0909,0,4,1.4545,0,2.5455,1.4545,0,1.4545,1.0909,0 +PL 5.0909,5.4546,0,5.8182,5.8182,0,6.5455,6.5455,0 +PL 5.0909,1.0909,0,5.8182,0.7273,0,6.5455,0,0 + +[003e] > +PL 6.5455,5.8182,0,1.0909,5.8182,0,0.3636,5.4546,0,0,4.7273,0,0,4,0,0.3636,3.2727,0,1.0909,2.9091,0,1.8182,2.9091,0,2.5455,3.2727,0,2.9091,4,0,2.9091,4.7273,0,2.5455,5.4546,0,6.5455,5.4546,0 +PL 0,4.3636,0,0.3636,3.6364,0,0.7273,3.2727,0,1.4545,2.9091,0 +PL 2.9091,4.3636,0,2.5455,5.0909,0,2.1818,5.4546,0,1.4545,5.8182,0 +PL 0,0.3636,0,5.4546,0.3636,0,6.1818,0.7273,0,6.5455,1.4545,0,6.5455,2.1818,0,6.1818,2.9091,0,5.4546,3.2727,0,4.7273,3.2727,0,4,2.9091,0,3.6364,2.1818,0,3.6364,1.4545,0,4,0.7273,0,0,0.7273,0 +PL 6.5455,1.8182,0,6.1818,2.5455,0,5.8182,2.9091,0,5.0909,3.2727,0 +PL 3.6364,1.8182,0,4,1.0909,0,4.3636,0.7273,0,5.0909,0.3636,0 + +[003f] ? +PLC 1.4545,1.8182,0,1.0909,1.8182,0,0.3636,1.4545,0,0,0.7273,0,0,0.3636,0,0.3636,-0.3636,0,1.0909,-0.7273,0,1.4545,-0.7273,0,2.1818,-0.3636,0,2.5455,0.3636,0,2.5455,0.7273,0,2.1818,1.4545,0 +PL 2.1818,1.4545,0,0.3636,3.2727,0,0,4,0,0,5.0909,0,0.3636,5.8182,0,1.0909,6.1818,0,2.1818,6.5455,0,3.6364,6.5455,0,5.0909,6.1818,0,5.8182,5.4546,0,6.1818,4.7273,0,6.1818,3.6364,0,5.8182,2.5455,0,4.7273,1.4545,0,4.3636,0.7273,0,4.3636,0,0,4.7273,-0.7273,0,5.4546,-0.7273,0,5.8182,-0.3636,0,6.1818,0.3636,0 +PL 1.4545,2.1818,0,0.7273,3.2727,0,0.3636,4,0,0.3636,5.0909,0,0.7273,5.8182,0,1.0909,6.1818,0 +PL 3.6364,6.5455,0,4.7273,6.1818,0,5.4546,5.4546,0,5.8182,4.7273,0,5.8182,3.6364,0,5.4546,2.5455,0,4.7273,1.4545,0 + +[0040] @ +PL 0,5.0909,0,1.0909,6.1818,0,1.8182,5.0909,0,1.8182,1.0909,0 +PL 0.7273,5.8182,0,1.4545,4.7273,0,1.4545,1.0909,0 +PL 1.8182,5.0909,0,2.9091,6.1818,0,3.6364,5.0909,0,3.6364,1.4545,0 +PL 2.5455,5.8182,0,3.2727,4.7273,0,3.2727,1.4545,0 +PL 3.6364,5.0909,0,4.7273,6.1818,0,5.4546,5.0909,0,5.4546,-0.7273,0 +PL 4.3636,5.8182,0,5.0909,4.7273,0,5.0909,-0.7273,0 +PL 5.4546,5.0909,0,6.5455,6.1818,0,6.9091,5.4546,0,7.2727,4.3636,0,7.2727,3.2727,0,6.9091,2.1818,0,6.5455,1.4545,0,5.8182,0.7273,0,4.7273,0,0,2.9091,-0.7273,0,4.3636,0,0,5.4546,0.7273,0,6.1818,1.4545,0,6.5455,2.1818,0,6.9091,3.2727,0,6.9091,4.3636,0,6.5455,5.4546,0,6.1818,5.8182,0 + +[0041] A +PL 0,2.1818,0,1.4545,2.1818,0,1.0909,2.5455,0,0.7273,3.6364,0,0.7273,4.3636,0,1.0909,5.4546,0,1.8182,6.1818,0,2.9091,6.5455,0,3.6364,6.5455,0,4.7273,6.1818,0,5.4546,5.4546,0,5.8182,4.3636,0,5.8182,3.6364,0,5.4546,2.5455,0,5.0909,2.1818,0,6.5455,2.1818,0 +PL 0,1.8182,0,2.1818,1.8182,0,1.4545,2.5455,0,1.0909,3.6364,0,1.0909,4.3636,0,1.4545,5.4546,0,2.1818,6.1818,0,2.9091,6.5455,0 +PL 3.6364,6.5455,0,4.3636,6.1818,0,5.0909,5.4546,0,5.4546,4.3636,0,5.4546,3.6364,0,5.0909,2.5455,0,4.3636,1.8182,0,6.5455,1.8182,0 +L 0.7273,0.3636,5.8182,0.3636 +L 0.7273,0,5.8182,0 + +[0042] B +PL 0,4.7273,0,1.0909,5.8182,0,2.1818,4.7273,0,2.1818,0.3636,0 +PL 0.7273,5.4546,0,1.8182,4.3636,0,1.8182,0.3636,0 +PL 2.1818,4.7273,0,3.2727,5.8182,0,4.3636,4.7273,0,4.3636,0.3636,0 +PL 2.9091,5.4546,0,4,4.3636,0,4,0.3636,0 +PL 4.3636,4.7273,0,5.4546,5.8182,0,6.5455,4.7273,0,6.5455,0.7273,0,7.2727,0,0 +PL 5.0909,5.4546,0,6.1818,4.3636,0,6.1818,0.3636,0,6.9091,-0.3636,0,8,0.7273,0 + +[0043] C +PL 5.8182,5.8182,0,5.4546,4.7273,0,5.4546,2.5455,0,5.0909,4,0,5.0909,5.0909,0,4,5.0909,0,2.5455,5.4546,0,4.7273,5.4546,0,5.8182,5.8182,0,0,0,0 +PLC 0,2.5455,0,1.0909,2.1818,0,2.1818,2.1818,0,2.1818,1.0909,0,2.5455,0,0,2.5455,2.5455,0 + +[0044] D +PL 0,3.6364,0,0.7273,5.0909,0,2.5455,1.4545,0 +PL 0.7273,4.3636,0,2.5455,0.7273,0,3.6364,3.2727,0,5.4546,3.2727,0,6.5455,3.6364,0,6.9091,4.3636,0,6.9091,5.0909,0,6.5455,5.8182,0,5.8182,6.1818,0,5.4546,6.1818,0,4.7273,5.8182,0,4.3636,5.0909,0,4.3636,4.3636,0,4.7273,3.2727,0,5.0909,2.5455,0,5.4546,1.4545,0,5.4546,0.3636,0,4.7273,-0.3636,0,5.4546,0,0,5.8182,0.7273,0,5.8182,1.8182,0,5.4546,2.9091,0,4.7273,4.3636,0,4.7273,5.0909,0,5.0909,5.8182,0,5.4546,6.1818,0 + +[0045] E +PL 0,3.6364,0,1.0909,4.7273,0,2.5455,4,0 +PL 0.7273,4.3636,0,2.1818,3.6364,0,3.2727,4.7273,0,4.3636,4,0 +PL 2.9091,4.3636,0,4,3.6364,0,5.0909,4.7273,0,5.8182,4,0 +PL 4.7273,4.3636,0,5.4546,3.6364,0,6.5455,4.7273,0 +PL 0,1.4545,0,1.0909,2.5455,0,2.5455,1.8182,0 +PL 0.7273,2.1818,0,2.1818,1.4545,0,3.2727,2.5455,0,4.3636,1.8182,0 +PL 2.9091,2.1818,0,4,1.4545,0,5.0909,2.5455,0,5.8182,1.8182,0 +PL 4.7273,2.1818,0,5.4546,1.4545,0,6.5455,2.5455,0 + +[0046] F +PLC 1.8182,5.4546,0,2.5455,4.7273,0,2.9091,3.6364,0,2.9091,2.5455,0,2.5455,1.4545,0,1.8182,0.7273,0,0.3636,0,0,1.4545,0.3636,0,2.1818,0.7273,0,2.9091,1.4545,0,3.2727,2.5455,0,3.6364,1.4545,0,4.3636,0.7273,0,5.0909,0.3636,0,6.1818,0,0,4.7273,0.7273,0,4,1.4545,0,3.6364,2.5455,0,3.6364,3.6364,0,4,4.7273,0,4.7273,5.4546,0,6.1818,6.1818,0,5.0909,5.8182,0,4.3636,5.4546,0,3.6364,4.7273,0,3.2727,3.6364,0,2.9091,4.7273,0,2.1818,5.4546,0,1.4545,5.8182,0,0.3636,6.1818,0 +L 0,3.2727,6.5455,3.2727 +L 0,2.9091,6.5455,2.9091 diff --git a/assets/fonts/Symbol_Misc1.cxf b/assets/fonts/Symbol_Misc1.cxf new file mode 100644 index 00000000..3b2f3194 --- /dev/null +++ b/assets/fonts/Symbol_Misc1.cxf @@ -0,0 +1,383 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Symbol Misc 1 +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts + +[0021] ! +PLC 0.8,4,0,0.2,3.2,0,0,2.6,0,0,2.2,0,0.2,1.8,0,0.6,1.6,0,1,1.6,0,1.4,1.8,0,1.6,2.2,0,1.8,1.8,0,2.2,1.6,0,2.6,1.6,0,3,1.8,0,3.2,2.2,0,3.2,2.6,0,3,3.2,0,2.4,4,0,1.6,4.8,0 +PLC 1.4,1.4,0,1.2,0.8,0,2,0.8,0,1.8,1.4,0,1.6,2.2,0 + +[0022] " +PLC 1.4,4.2,0,1.2,4.6,0,0.8,4.8,0,0.6,4.8,0,0.2,4.6,0,0,4.2,0,0,3.4,0,0.2,2.8,0,0.4,2.4,0,0.8,1.8,0,1.6,0.8,0,2.4,1.8,0,2.8,2.4,0,3,2.8,0,3.2,3.4,0,3.2,4.2,0,3,4.6,0,2.6,4.8,0,2.4,4.8,0,2,4.6,0,1.8,4.2,0,1.6,3.6,0 + +[0023] # +PLC 1.4,4.4,0,0.6,3.4,0,0,2.8,0,0.6,2.2,0,1.4,1.2,0,1.8,0.6,0,2.2,1.2,0,3,2.2,0,3.6,2.8,0,3,3.4,0,2.2,4.4,0,1.8,5,0 + +[0024] $ +PLC 2.2,1.8,0,2.6,1.6,0,3,1.6,0,3.4,1.8,0,3.6,2.2,0,3.6,2.6,0,3.4,3,0,3,3.2,0,2.6,3.2,0,2,3,0,2.4,3.4,0,2.6,3.8,0,2.6,4.2,0,2.4,4.6,0,2,4.8,0,1.6,4.8,0,1.2,4.6,0,1,4.2,0,1,3.8,0,1.2,3.4,0,1.6,3,0,1,3.2,0,0.6,3.2,0,0.2,3,0,0,2.6,0,0,2.2,0,0.2,1.8,0,0.6,1.6,0,1,1.6,0,1.4,1.8,0,1.8,2.4,0 +PLC 1.6,1.4,0,1.4,0.8,0,2.2,0.8,0,2,1.4,0,1.8,2.4,0 + +[0025] % +PL 1.8,2.8,0,2.6,2.2,0,3,2,0,3.4,2,0,3.6,2.2,0,3.6,2.6,0,3.4,2.8,0,3.6,3,0,3.6,3.4,0,3.4,3.6,0,3,3.6,0,2.6,3.4,0,1,2.2,0,0.6,2,0,0.2,2,0,0,2.2,0,0,2.6,0,0.2,2.8,0,0,3,0,0,3.4,0,0.2,3.6,0,0.6,3.6,0,1,3.4,0,1.8,2.8,0,2.4,3.6,0,2.6,4.2,0,2.6,4.6,0,2.4,4.8,0,2,4.8,0,1.8,4.6,0,1.6,4.8,0,1.2,4.8,0,1,4.6,0,1,4.2,0,1.2,3.6,0,1.8,2.8,0,1.8,1,0,1.6,0.8,0,1.8,2,0 + +[0026] & +PLC 0.2,2.6,0,0.6,2.4,0,0.8,2,0,0.8,1.6,0,0.6,1.2,0,0.8,1.4,0,1,1.8,0,1,2.4,0,0.8,2.8,0,0.6,3,0,0.2,3,0,0,2.8,0,0,2.6,0 +PLC 1.4,4.6,0,1.2,4,0,1.2,3.4,0,1.6,2.2,0,1.6,1.6,0,1.4,1.2,0,1.8,0.8,0,2.2,1.2,0,2,1.6,0,2,2.2,0,2.4,3.4,0,2.4,4,0,2.2,4.6,0,1.8,5,0 +PLC 3.6,2.8,0,3.4,3,0,3,3,0,2.8,2.8,0,2.6,2.4,0,2.6,1.8,0,2.8,1.4,0,3,1.2,0,2.8,1.6,0,2.8,2,0,3,2.4,0,3.4,2.6,0,3.6,2.6,0 +L 0.4,2,3.2,2 + +[0027] ' +PL 0.6,2.8,0,0.4,2.6,0,0.2,2.6,0,0,2.8,0,0,3,0,0.2,3.2,0,0.4,3.2,0,0.6,3,0,0.6,2.6,0,0.4,2.2,0,0.2,2,0 +PLC 0.2,2.8,0,0.4,2.8,0,0.4,3,0,0.2,3,0 + +[0028] ( +PLC 0,3,0,0,2.6,0,0.2,2.4,0,0.6,2.4,0,0.8,2.6,0,0.8,3,0,0.6,3.2,0,0.2,3.2,0 +PLC 0.2,2.8,0,0.4,2.6,0,0.6,2.8,0,0.4,3,0 + +[0029] ) +L 0.4,3.4,1.2,2.2 +L 1.2,3.4,0.4,2.2 +L 0,2.8,1.6,2.8 + +[002a] * +PLC 0.8,3.8,0,0.4,3.2,0,0,2.8,0,2,2.8,0,1.6,3.2,0,1.2,3.8,0,1,4.2,0 +PL 1.6,3,0,1,3.8,0,0.4,3,0 +PL 1.4,3,0,1,3.4,0,0.6,3,0 +L 0.8,3,1.2,3 + +[002b] + +PLC 0,3,0,0.2,3.4,0,0.4,3.6,0,0.8,3.8,0,1.2,3.8,0,1.6,3.6,0,1.8,3.4,0,2,3,0,2,2.8,0,0,2.8,0 +L 0.6,3.6,1.4,3.6 +L 0.4,3.4,1.6,3.4 +L 0.2,3.2,1.8,3.2 +L 0.2,3,1.8,3 + +[002c] , +PLC 0,2.8,0,1.2,2.8,0,0,5.2,0 +L 0,4.6,0.8,3 +L 0,4,0.6,2.8 +L 0,3.4,0.2,3 + +[002d] - +PL 2,2.8,0,1.6,3.2,0,1.2,3.8,0,1,4.2,0,0.8,3.8,0,0.4,3.2,0,0,2.8,0 + +[002e] . +PL 2,2.8,0,2,3,0,1.8,3.4,0,1.6,3.6,0,1.2,3.8,0,0.8,3.8,0,0.4,3.6,0,0.2,3.4,0,0,3,0,0,2.8,0 + +[002f] / +PL 4.4,2.8,0,4.4,3.2,0,4.2,3.8,0,3.8,4.4,0,3.2,4.8,0,2.6,5,0,1.8,5,0,1.2,4.8,0,0.6,4.4,0,0.2,3.8,0,0,3.2,0,0,2.8,0 + +[0030] 0 +PL 0,2.8,0,0,2.6,0,0.2,2.2,0,0.4,2,0,0.8,1.8,0,1.2,1.8,0,1.6,2,0,1.8,2.2,0,2,2.6,0,2,2.8,0 + +[0031] 1 +PL 0,3.2,0,0.4,2.8,0,1,2.6,0,1.4,2.6,0,2,2.8,0,2.4,3.2,0 + +[0032] 2 +PL 0,2.2,0,0.4,2.4,0,0.6,2.8,0,0.4,3.2,0,0,3.4,0 + +[0033] 3 +PL 0,2.8,0,0.6,3.2,0,0.8,3.6,0,0.8,4,0,0.6,4.2,0,0.4,4.2,0 + +[0034] 4 +PL 0.8,2.8,0,0.2,3.2,0,0,3.6,0,0,4,0,0.2,4.2,0,0.4,4.2,0 + +[0035] 5 +PL 2,4.8,0,1.8,5,0,1.4,5.2,0,0.8,5.2,0,0.4,5,0,0.2,4.8,0,0,4.4,0,0,4,0,0.2,3.6,0,0.4,3.4,0,1.6,2.6,0,1.8,2.4,0,2,2,0,2,1.6,0,1.8,1.2,0,1.6,1,0,1.2,0.8,0,0.6,0.8,0,0.2,1,0,0,1.2,0 + +[0036] 6 +PL 0.4,1.8,0,0.2,2,0,0,2.4,0,0,3,0,0.2,3.4,0,0.4,3.6,0,0.8,3.8,0,1.2,3.8,0,1.6,3.6,0,1.8,3.4,0,2.6,2.2,0,2.8,2,0,3.2,1.8,0,3.6,1.8,0,4,2,0,4.2,2.2,0,4.4,2.6,0,4.4,3.2,0,4.2,3.6,0,4,3.8,0 + +[0037] 7 +PLC 2.6,2.2,0,2.8,2,0,3.2,1.8,0,3.6,1.8,0,4,2,0,4.2,2.2,0,4.4,2.6,0,4.4,3,0,4.2,3.4,0,4,3.6,0,3.6,3.8,0,3.2,3.8,0,2.8,3.6,0,2.6,3.4,0,1.8,2.2,0,1.6,2,0,1.2,1.8,0,0.8,1.8,0,0.4,2,0,0.2,2.2,0,0,2.6,0,0,3,0,0.2,3.4,0,0.4,3.6,0,0.8,3.8,0,1.2,3.8,0,1.6,3.6,0,1.8,3.4,0,2.6,2.2,0 + +[0038] 8 +L 0.6,5.2,0.6,1 +PL 0,5.2,0,3.8,5.2,0,1.8,3.2,0,3.8,1.2,0 +PLC 3.8,1.4,0,4,1,0,3.6,1.2,0,3,1.4,0,3.6,1.4,0,3.6,2,0 + +[0039] 9 +PL 2,6.2,0,1.4,6,0,1,5.8,0,0.6,5.4,0,0.2,4.8,0,0,4,0,0,2.8,0,0.2,2.2,0,0.6,1.8,0,1.2,1.6,0,1.6,1.6,0,2.2,1.8,0,2.6,2.2,0,2.8,2.8,0 +PL 0,3.2,0,0.2,3.8,0,0.6,4.2,0,1.2,4.4,0,1.6,4.4,0,2.2,4.2,0,2.6,3.8,0,2.8,3.2,0,2.8,2,0,2.6,1.2,0,2.2,0.6,0,1.8,0.2,0,1.4,0,0,0.8,-0.2,0 + +[003a] : +L 0,2.8,8,2.8 + +[003b] ; +L 0,0,5.6,5.6 + +[003c] < +L 0,6.8,0,-1.2 + +[003d] = +L 0,5.6,5.6,0 + +[003e] > +L 0,2.8,5.6,2.8 + +[003f] ? +L 0,1.4,4.8,4.2 + +[0040] @ +L 0,0.4,2.8,5.2 + +[0041] A +L 0,5.6,0,0 + +[0042] B +L 0,5.2,2.8,0.4 + +[0043] C +L 0,4.2,4.8,1.4 + +[0044] D +L 0,2.8,2.8,2.8 + +[0045] E +L 0,1.8,2,3.8 + +[0046] F +L 0,4.2,0,1.4 + +[0047] G +L 0,3.8,2,1.8 + +[0048] H +PL 2.2,5,0,1.8,5,0,1.2,4.8,0,0.6,4.4,0,0.2,3.8,0,0,3.2,0,0,2.8,0 + +[0049] I +PL 0,2.8,0,0,2.4,0,0.2,1.8,0,0.6,1.2,0,1.2,0.8,0,1.8,0.6,0,2.2,0.6,0 + +[004a] J +PL 0,0.6,0,0.4,0.6,0,1,0.8,0,1.6,1.2,0,2,1.8,0,2.2,2.4,0,2.2,2.8,0 + +[004b] K +PL 2.2,2.8,0,2.2,3.2,0,2,3.8,0,1.6,4.4,0,1,4.8,0,0.4,5,0,0,5,0 + +[004c] L +PL 0,3.4,0,0.6,3,0,1.4,2.6,0,2.4,2.4,0,3.2,2.4,0,4.2,2.6,0,5,3,0,5.6,3.4,0 + +[004d] M +PL 1,5.6,0,0.6,5,0,0.2,4.2,0,0,3.2,0,0,2.4,0,0.2,1.4,0,0.6,0.6,0,1,0,0 + +[004e] N +PL 0,5.6,0,0.4,5,0,0.8,4.2,0,1,3.2,0,1,2.4,0,0.8,1.4,0,0.4,0.6,0,0,0,0 + +[004f] O +PL 0,2.2,0,0.6,2.6,0,1.4,3,0,2.4,3.2,0,3.2,3.2,0,4.2,3,0,5,2.6,0,5.6,2.2,0 + +[0050] P +PL 1.4,4.4,0,2.8,3.6,0,0,2,0,1.4,1.2,0 + +[0051] Q +PL 0,2.8,0,0.8,4.2,0,2.4,1.4,0,3.2,2.8,0 + +[0052] R +PL 0,2,0,0,3.6,0,2.8,2,0,2.8,3.6,0 + +[0053] S +PL 0.4,1.6,0,0,3.2,0,3.2,2.4,0,2.8,4,0 + +[0054] T +PL 0,0.6,0,0.4,0.6,0,1,0.8,0,1.4,1,0,2,1.6,0,2.2,2,0,2.4,2.6,0,2.4,3.4,0,2.2,4,0,2,4.4,0,1.8,4.6,0,1.4,4.6,0,1.2,4.4,0,1,4,0,0.8,3.4,0,0.8,2.6,0,1,2,0,1.2,1.6,0,1.8,1,0,2.2,0.8,0,2.8,0.6,0,3.2,0.6,0 + +[0055] U +PL 4,1.2,0,4,1.6,0,3.8,2.2,0,3.6,2.6,0,3,3.2,0,2.6,3.4,0,2,3.6,0,1.2,3.6,0,0.6,3.4,0,0.2,3.2,0,0,3,0,0,2.6,0,0.2,2.4,0,0.6,2.2,0,1.2,2,0,2,2,0,2.6,2.2,0,3,2.4,0,3.6,3,0,3.8,3.4,0,4,4,0,4,4.4,0 + +[0056] V +PL 3.2,5,0,2.8,5,0,2.2,4.8,0,1.8,4.6,0,1.2,4,0,1,3.6,0,0.8,3,0,0.8,2.2,0,1,1.6,0,1.2,1.2,0,1.4,1,0,1.8,1,0,2,1.2,0,2.2,1.6,0,2.4,2.2,0,2.4,3,0,2.2,3.6,0,2,4,0,1.4,4.6,0,1,4.8,0,0.4,5,0,0,5,0 + +[0057] W +PL 0,4.4,0,0,4,0,0.2,3.4,0,0.4,3,0,1,2.4,0,1.4,2.2,0,2,2,0,2.8,2,0,3.4,2.2,0,3.8,2.4,0,4,2.6,0,4,3,0,3.8,3.2,0,3.4,3.4,0,2.8,3.6,0,2,3.6,0,1.4,3.4,0,1,3.2,0,0.4,2.6,0,0.2,2.2,0,0,1.6,0,0,1.2,0 + +[0058] X +PL 0,3.2,0,0.2,2.8,0,0.6,2.4,0,1,2.2,0,1.6,2,0,2.4,2,0,3.2,2.2,0,3.8,2.6,0,4.2,3.2,0,4.4,3.6,0,4.2,4,0,3.6,4,0,2.8,3.8,0,2.4,3.6,0,1.8,3.2,0,1.4,2.6,0,1.2,2,0,1.2,1.4,0,1.4,0.8,0,1.6,0.4,0 + +[0059] Y +PL 0,2.4,0,0.6,2,0,1.2,1.8,0,2.2,1.8,0,2.8,2,0,3.4,2.4,0,3.8,3,0,4,3.6,0,4,4,0,3.8,4.2,0,3.4,4.2,0,2.8,4,0,2.2,3.6,0,1.8,3,0,1.6,2.4,0,1.6,1.4,0,1.8,0.8,0,2.2,0.2,0 + +[005a] Z +PLC 0,3,0,0,2.6,0,0.4,2.2,0,0.8,2.2,0,1.2,2.6,0,1.2,3,0,0.8,3.4,0,0.4,3.4,0 +PLC 0.2,3,0,0.2,2.6,0,0.4,2.4,0,0.8,2.4,0,1,2.6,0,1,3,0,0.8,3.2,0,0.4,3.2,0 +PLC 0.4,2.8,0,0.6,2.6,0,0.8,2.8,0,0.6,3,0 + +[005b] [ +PL 0,3.8,0,0.2,3.8,0,0.6,3.6,0,0.8,3.4,0,1,3,0,1,2.6,0,0.8,2.2,0,0.6,2,0,0.2,1.8,0,0,1.8,0 + +[005c] \ +L 0,2.8,1.2,2.8 +L 2.2,2.8,3.4,2.8 +L 4.4,2.8,5.6,2.8 + +[005d] ] +PL 0,2.2,0,0,3.4,0,5.6,3.4,0,5.6,2.2,0 + +[005e] ^ +PL 3.2,2.8,0,1.6,5.6,0,0,2.8,0 + +[005f] _ +L 0,2.8,5.6,2.8 +L 1.2,1.4,4.4,1.4 +L 2.4,0,3.2,0 + +[0060] ` +PLC 5.6,2.8,0,2.8,-0.4,0,0,2.8,0 + +[0061] a +PLC 0.6,4,0,0.2,3.6,0,0,3,0,0,2.6,0,0.2,2,0,0.6,1.6,0,1.2,1.4,0,1.6,1.4,0,2.2,1.6,0,2.6,2,0,2.8,2.6,0,2.8,3,0,2.6,3.6,0,2.2,4,0,1.6,4.2,0,1.2,4.2,0 + +[0062] b +PLC 0,1.6,0,2.4,1.6,0,2.4,4,0,0,4,0 + +[0063] c +PLC 0,2,0,2.8,2,0,1.4,4.4,0 + +[0064] d +PLC 0,2.8,0,1.2,0.8,0,2.4,2.8,0,1.2,4.8,0 + +[0065] e +PLC 1.2,3.4,0,0,3.4,0,1,2.6,0,0.6,1.4,0,1.6,2.2,0,2.6,1.4,0,2.2,2.6,0,3.2,3.4,0,2,3.4,0,1.6,4.6,0 + +[0066] f +L 1.4,4.2,1.4,1.4 +L 0,2.8,2.8,2.8 + +[0067] g +L 0,3.8,2,1.8 +L 2,3.8,0,1.8 + +[0068] h +L 1,4,1,1.6 +L 0,3.4,2,2.2 +L 2,3.4,0,2.2 + +[0069] i +PLC 0.2,3.4,0,0,3,0,0,2.6,0,0.2,2.2,0,0.6,2,0,1,2,0,1.4,2.2,0,1.6,2.6,0,1.6,3,0,1.4,3.4,0,1,3.6,0,0.6,3.6,0 +L 0.2,3,0.2,2.6 +L 0.4,3.2,0.4,2.4 +L 0.6,3.4,0.6,2.2 +L 0.8,3.4,0.8,2.2 +L 1,3.4,1,2.2 +L 1.2,3.2,1.2,2.4 +L 1.4,3,1.4,2.6 + +[006a] j +PLC 0,2,0,1.6,2,0,1.6,3.6,0,0,3.6,0 +L 0.2,3.4,0.2,2.2 +L 0.4,3.4,0.4,2.2 +L 0.6,3.4,0.6,2.2 +L 0.8,3.4,0.8,2.2 +L 1,3.4,1,2.2 +L 1.2,3.4,1.2,2.2 +L 1.4,3.4,1.4,2.2 + +[006b] k +PLC 0,2.2,0,2,2.2,0,1,4,0 +PL 1.6,2.4,0,1,3.4,0,0.4,2.4,0 +PL 1.2,2.4,0,1,2.8,0,0.8,2.4,0 + +[006c] l +PLC 1.8,1.8,0,1.8,3.8,0,0,2.8,0 +PL 1.6,3.4,0,0.6,2.8,0,1.6,2.2,0 +PL 1.6,3,0,1.2,2.8,0,1.6,2.6,0 + +[006d] m +PLC 2,3.4,0,0,3.4,0,1,1.6,0 +PL 0.4,3.2,0,1,2.2,0,1.6,3.2,0 +PL 0.8,3.2,0,1,2.8,0,1.2,3.2,0 + +[006e] n +PLC 0,3.8,0,0,1.8,0,1.8,2.8,0 +PL 0.2,2.2,0,1.2,2.8,0,0.2,3.4,0 +PL 0.2,2.6,0,0.6,2.8,0,0.2,3,0 + +[006f] o +PL 1.2,4,0,1.2,2.8,0,0.4,1.8,0,2.4,3.2,0,0,3.2,0,2,1.8,0,1.2,4,0,0.4,1.8,0 +PL 2,1.8,0,1.2,2.8,0,0,3.2,0 +L 1.2,2.8,2.4,3.2 + +[0070] p +PL 0,3,0,1.4,3.6,0,0,4.2,0,0,1.4,0 +PL 0.2,3.8,0,0.8,3.6,0,0.2,3.4,0 + +[0071] q +L 1,4,1,1.6 +L 0.4,3.4,1.6,3.4 +PL 0,2.2,0,0.4,1.8,0,0.8,1.6,0,1.2,1.6,0,1.6,1.8,0,2,2.2,0 + +[0072] r +L 1.2,4,1.2,1.6 +PL 0,3,0,0.2,3.4,0,2.2,3.4,0,2.4,3,0 +L 0.8,1.8,1.6,1.8 + +[0073] s +L 0.4,3.6,2.4,1.6 +L 2.4,3.6,0.4,1.6 +PL 0.8,4,0,0.2,3.4,0,0,3,0 +PL 2,4,0,2.6,3.4,0,2.8,3,0 + +[0074] t +PLC 0,1,0,2.8,3.8,0,0.8,3.8,0,3.6,1,0,2.6,4.6,0,1,4.6,0 + +[0075] u +L 1.8,5,1.8,2 +L 0.8,4.4,2.8,3.2 +L 2.8,4.4,0.8,3.2 +PLC 0.6,0.8,0,3,0.8,0,3.6,2,0,0,2,0 + +[0076] v +L 1.2,4.4,2.4,2 +L 0.8,3.2,2.4,4 +PLC 4,0.8,0,4,2.8,0,0,0.8,0 + +[0077] w +PLC 0.8,3.2,0,0,3.2,0,0,2.4,0,0.8,2.4,0,0.8,1.6,0,1.6,1.6,0,1.6,2.4,0,2.4,2.4,0,2.4,3.2,0,1.6,3.2,0,1.6,4,0,0.8,4,0 + +[0078] x +PLC 2.6,3.6,0,2.2,4,0,1.6,4.2,0,1.2,4.2,0,0.6,4,0,0.2,3.6,0,0,3,0,0,2.6,0,0.2,2,0,0.6,1.6,0,1.2,1.4,0,1.6,1.4,0,2.2,1.6,0,2.6,2,0,2.8,2.4,0,2.4,2,0,2,1.8,0,1.6,1.8,0,1.2,2,0,1,2.2,0,0.8,2.6,0,0.8,3,0,1,3.4,0,1.2,3.6,0,1.6,3.8,0,2,3.8,0,2.4,3.6,0,2.8,3.2,0 + +[0079] y +PLC 0,2,0,2.8,2,0,1.4,4.4,0 +PLC 2.8,3.6,0,0,3.6,0,1.4,1.2,0 + +[007a] z +PL 1.8,4.6,0,1.8,5,0,2,5.2,0,2.4,5.2,0,2.6,5,0,2.6,4.6,0 +PLC 0.2,1.6,0,0.6,2,0,0.8,2.4,0,1,3.2,0,1,4.2,0,1.2,4.4,0,1.6,4.6,0,2.8,4.6,0,3.2,4.4,0,3.4,4.2,0,3.4,3.2,0,3.6,2.4,0,3.8,2,0,4.2,1.6,0,4.4,1.2,0,0,1.2,0 +PL 2,1.2,0,1.8,1,0,2,0.8,0,2.4,0.8,0,2.6,1,0,2.4,1.2,0 + +[007b] { +PL 1.4,4.4,0,0.8,5,0,1.2,4.8,0,1.4,4.4,0,1.6,3.8,0,1.6,2.6,0,1.4,0.8,0,1.8,0.8,0,1.6,2.6,0 +PL 1.2,4,0,0.4,4,0,0,3.8,0,0.4,4.2,0,0.8,4.2,0,1.6,3.8,0,1.8,4.4,0,2,4.8,0,2.4,5,0,1.8,4.4,0 +PL 1.6,3.8,0,2,3.4,0,2.2,2.8,0,2.2,3.4,0,2,3.6,0,1.6,3.8,0,1.2,3.4,0,1,2.8,0,1,3.4,0,1.2,3.6,0,2.4,4.2,0,2.8,4.2,0,3.2,3.8,0,2.8,4,0,2,4,0 + +[007c] | +PL 1.6,4.6,0,2,4.4,0,1.8,4.6,0,1.6,5,0,1.4,4.6,0,1.2,4.4,0,1.6,4.6,0,1.6,4.2,0,1.2,3.6,0,0.8,3.4,0,0.6,3.6,0 +PL 0.8,3.4,0,1.2,3.4,0,1.6,3.6,0,1.6,3.2,0,1.2,2.6,0,0.8,2.4,0,0.4,2.4,0,0.2,2.8,0,0.2,2.6,0,0.4,2.4,0 +PL 0.8,2.4,0,1.2,2.4,0,1.6,2.6,0,1.6,2.2,0,1.2,1.6,0,1,1.4,0,0.6,1.2,0,0.4,1.2,0,0.2,1.4,0,0,1.8,0,0,1.4,0,0.4,1.2,0 +PLC 1.4,0.8,0,1.8,0.8,0,1.6,1.4,0 +PL 1.6,4.2,0,2,3.6,0,2.4,3.4,0,2.6,3.6,0 +PL 1.6,3.6,0,2,3.4,0,2.4,3.4,0 +PL 1.6,3.2,0,2,2.6,0,2.4,2.4,0,2.8,2.4,0,3,2.8,0,3,2.6,0,2.8,2.4,0 +PL 1.6,2.6,0,2,2.4,0,2.4,2.4,0 +PL 1.6,2.2,0,2,1.6,0,2.2,1.4,0,2.6,1.2,0,2.8,1.2,0,3,1.4,0,3.2,1.8,0,3.2,1.4,0,2.8,1.2,0 +PL 0.6,1.2,0,1,1.2,0,1.6,1.4,0,2.2,1.2,0,2.6,1.2,0 + +[007d] } +PLC 1.4,0.8,0,1.8,0.8,0,1.6,1.4,0 +PLC 2.2,1.2,0,2.8,1.2,0,3.2,1.6,0,3.2,2.2,0,3,2.4,0,2.6,2.4,0,3,2.8,0,3.2,3.4,0,3,3.8,0,2.6,4,0,2.2,3.8,0,2.4,4.4,0,2.2,4.8,0,1.8,5,0,1.4,5,0,1,4.8,0,0.8,4.4,0,1,3.8,0,0.6,4,0,0.2,3.8,0,0,3.4,0,0.2,2.8,0,0.6,2.4,0,0.2,2.4,0,0,2.2,0,0,1.6,0,0.4,1.2,0,1,1.2,0,1.6,1.4,0 + +[007e] ~ +PLC 1.4,0.8,0,1.8,0.8,0,1.6,1.4,0 +PLC 2.4,1.6,0,2.4,2,0,2.8,2.2,0,2.8,2.8,0,3.2,3,0,3.2,4,0,3,4.6,0,2.8,4.8,0,2.4,4.8,0,2,5,0,1.2,5,0,0.8,4.8,0,0.4,4.8,0,0.2,4.6,0,0,4,0,0,3,0,0.4,2.8,0,0.4,2.2,0,0.8,2,0,0.8,1.6,0,1.6,1.4,0 + +[007f]  +L 0,3.2,0.4,2.8 +L 0.6,4.2,1,3.2 +L 1.8,5,1.8,3.4 +L 3,4.2,2.6,3.2 +L 3.6,3.2,3.2,2.8 diff --git a/assets/fonts/Symbol_Misc2.cxf b/assets/fonts/Symbol_Misc2.cxf new file mode 100644 index 00000000..679bc75a --- /dev/null +++ b/assets/fonts/Symbol_Misc2.cxf @@ -0,0 +1,273 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Symbol Misc 2 +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Hershey fonts + +[0021] ! +PLC 0,0.4878,0,0.0976,0.3902,0,0.1951,0.4878,0,0.0976,0.5854,0 + +[0022] " +PLC 0,0.5854,0,0,0.3902,0,0.0976,0.2927,0,0.2927,0.2927,0,0.3902,0.3902,0,0.3902,0.5854,0,0.2927,0.6829,0,0.0976,0.6829,0 + +[0023] # +PLC 0.0976,0.7805,0,0,0.5854,0,0,0.3902,0,0.0976,0.1951,0,0.2927,0.0976,0,0.4878,0.0976,0,0.6829,0.1951,0,0.7805,0.3902,0,0.7805,0.5854,0,0.6829,0.7805,0,0.4878,0.878,0,0.2927,0.878,0 + +[0024] $ +PLC 0.1951,0.878,0,0.0976,0.7805,0,0,0.5854,0,0,0.3902,0,0.0976,0.1951,0,0.1951,0.0976,0,0.3902,0,0,0.5854,0,0,0.7805,0.0976,0,0.878,0.1951,0,0.9756,0.3902,0,0.9756,0.5854,0,0.878,0.7805,0,0.7805,0.878,0,0.5854,0.9756,0,0.3902,0.9756,0 + +[0025] % +PLC 0.2927,1.0732,0,0.0976,0.878,0,0,0.5854,0,0,0.3902,0,0.0976,0.0976,0,0.2927,-0.0976,0,0.5854,-0.1951,0,0.7805,-0.1951,0,1.0732,-0.0976,0,1.2683,0.0976,0,1.3659,0.3902,0,1.3659,0.5854,0,1.2683,0.878,0,1.0732,1.0732,0,0.7805,1.1707,0,0.5854,1.1707,0 + +[0026] & +PLC 0.5854,1.4634,0,0.2927,1.2683,0,0.0976,0.9756,0,0,0.6829,0,0,0.2927,0,0.0976,0,0,0.2927,-0.2927,0,0.5854,-0.4878,0,0.878,-0.5854,0,1.2683,-0.5854,0,1.561,-0.4878,0,1.8537,-0.2927,0,2.0488,0,0,2.1463,0.2927,0,2.1463,0.6829,0,2.0488,0.9756,0,1.8537,1.2683,0,1.561,1.4634,0,1.2683,1.561,0,0.878,1.561,0 + +[0027] ' +PLC 1.0732,2.0488,0,0.878,1.9512,0,0.5854,1.7561,0,0.3902,1.561,0,0.1951,1.2683,0,0.0976,1.0732,0,0,0.6829,0,0,0.2927,0,0.0976,-0.0976,0,0.1951,-0.2927,0,0.3902,-0.5854,0,0.5854,-0.7805,0,0.878,-0.9756,0,1.0732,-1.0732,0,1.4634,-1.1707,0,1.8537,-1.1707,0,2.2439,-1.0732,0,2.439,-0.9756,0,2.7317,-0.7805,0,2.9268,-0.5854,0,3.122,-0.2927,0,3.2195,-0.0976,0,3.3171,0.2927,0,3.3171,0.6829,0,3.2195,1.0732,0,3.122,1.2683,0,2.9268,1.561,0,2.7317,1.7561,0,2.439,1.9512,0,2.2439,2.0488,0,1.8537,2.1463,0,1.4634,2.1463,0 + +[0028] ( +PLC 1.4634,2.5366,0,1.0732,2.3415,0,0.7805,2.1463,0,0.4878,1.8537,0,0.2927,1.561,0,0.0976,1.1707,0,0,0.6829,0,0,0.2927,0,0.0976,-0.1951,0,0.2927,-0.5854,0,0.4878,-0.878,0,0.7805,-1.1707,0,1.0732,-1.3659,0,1.4634,-1.561,0,1.9512,-1.6585,0,2.3415,-1.6585,0,2.8293,-1.561,0,3.2195,-1.3659,0,3.5122,-1.1707,0,3.8049,-0.878,0,4,-0.5854,0,4.1951,-0.1951,0,4.2927,0.2927,0,4.2927,0.6829,0,4.1951,1.1707,0,4,1.561,0,3.8049,1.8537,0,3.5122,2.1463,0,3.2195,2.3415,0,2.8293,2.5366,0,2.3415,2.6342,0,1.9512,2.6342,0 + +[0029] ) +PLC 3.122,4.3902,0,2.7317,4.2927,0,2.2439,4.0976,0,1.7561,3.8049,0,1.3659,3.5122,0,0.9756,3.122,0,0.6829,2.7317,0,0.3902,2.2439,0,0.1951,1.7561,0,0.0976,1.3659,0,0,0.7805,0,0,0.1951,0,0.0976,-0.3902,0,0.1951,-0.7805,0,0.3902,-1.2683,0,0.6829,-1.7561,0,0.9756,-2.1463,0,1.3659,-2.5366,0,1.7561,-2.8293,0,2.2439,-3.122,0,2.7317,-3.3171,0,3.122,-3.4146,0,3.7073,-3.5122,0,4.2927,-3.5122,0,4.8781,-3.4146,0,5.2683,-3.3171,0,5.7561,-3.122,0,6.2439,-2.8293,0,6.6342,-2.5366,0,7.0244,-2.1463,0,7.3171,-1.7561,0,7.6098,-1.2683,0,7.8049,-0.7805,0,7.9024,-0.3902,0,8,0.1951,0,8,0.7805,0,7.9024,1.3659,0,7.8049,1.7561,0,7.6098,2.2439,0,7.3171,2.7317,0,7.0244,3.122,0,6.6342,3.5122,0,6.2439,3.8049,0,5.7561,4.0976,0,5.2683,4.2927,0,4.8781,4.3902,0,4.2927,4.4878,0,3.7073,4.4878,0 + +[002a] * +PLC 1.7561,1.9512,0,1.4634,1.8537,0,1.1707,1.8537,0,0.878,1.9512,0,0.6829,2.1463,0,0,1.4634,0,0.1951,1.2683,0,0.2927,0.9756,0,0.2927,-0.2927,0,0.3902,-0.5854,0,0.5854,-0.7805,0,0.878,-0.878,0,1.4634,-0.878,0,1.7561,-0.9756,0,1.9512,-1.1707,0,2.1463,-0.9756,0,2.439,-0.878,0,3.0244,-0.878,0,3.3171,-0.7805,0,3.5122,-0.5854,0,3.6098,-0.2927,0,3.6098,0.9756,0,3.7073,1.2683,0,3.9024,1.4634,0,3.2195,2.1463,0,3.0244,1.9512,0,2.7317,1.8537,0,2.439,1.8537,0,2.1463,1.9512,0,1.9512,2.1463,0 + +[002b] + +PLC 1.4634,1.9512,0,1.1707,1.8537,0,0.878,1.8537,0,0.5854,1.9512,0,0.3902,2.1463,0,0.0976,1.561,0,0,1.1707,0,0,0.6829,0,0.0976,0.2927,0,0.2927,-0.0976,0,0.5854,-0.4878,0,1.0732,-0.878,0,1.6585,-1.1707,0,2.2439,-0.878,0,2.7317,-0.4878,0,3.0244,-0.0976,0,3.2195,0.2927,0,3.3171,0.6829,0,3.3171,1.1707,0,3.2195,1.561,0,2.9268,2.1463,0,2.7317,1.9512,0,2.439,1.8537,0,2.1463,1.8537,0,1.8537,1.9512,0,1.6585,2.1463,0 +L 0.0976,1.4634,3.2195,1.4634 + +[002c] , +PL 0.1951,0.5854,0,0,0.3902,0,0.1951,0.3902,0,0.1951,0.5854,0,0,0.5854,0,0,0.3902,0 +L 0,0.5854,0.1951,0.3902 + +[002d] - +PL 0,0.6829,0,0.3902,0.4878,0,0.6829,0.2927,0,0.878,0.0976,0,0.9756,-0.1951,0,0.9756,-0.3902,0,0.878,-0.5854,0,0.7805,-0.6829,0 +L 0,0.5854,0.5854,0.2927 +PL 0,0.4878,0,0.2927,0.3902,0,0.6829,0.1951,0,0.878,0,0,0.9756,-0.1951,0 + +[002e] . +PL 0.7805,1.6585,0,0.878,1.561,0,0.9756,1.3659,0,0.9756,1.1707,0,0.878,0.9756,0,0.6829,0.7805,0,0.2927,0.5854,0,0,0.4878,0 +L 0.5854,0.6829,0,0.3902 +PL 0.9756,1.1707,0,0.878,0.878,0,0.6829,0.6829,0,0.3902,0.4878,0,0,0.2927,0 + +[002f] / +PL 0,0.4878,0,0.3902,0.878,0,0.0976,0.6829,0,0,0.4878,0,0,0.2927,0,0.0976,0.0976,0,0.2927,0,0,0.5854,0,0,0.9756,0.0976,0,1.2683,0.2927,0,1.3659,0.4878,0,1.3659,0.6829,0,1.2683,0.878,0,1.0732,0.9756,0,0.7805,0.9756,0,0.3902,0.878,0 +L 1.2683,0.878,0.7805,0.9756 +PL 1.0732,0.9756,0,0.5854,0.878,0,0.0976,0.6829,0 +L 0.0976,0.0976,0.5854,0 +PL 0.2927,0,0,0.7805,0.0976,0,1.2683,0.2927,0 +L 0.9756,0.0976,1.3659,0.4878 + +[0030] 0 +PL 0,0.4878,0,0.3902,0.878,0,0.0976,0.6829,0,0,0.4878,0,0,0.2927,0,0.0976,0.0976,0,0.2927,0,0,0.5854,0,0,0.9756,0.0976,0,1.2683,0.2927,0,1.3659,0.4878,0,1.3659,0.6829,0,1.2683,0.878,0,1.0732,0.9756,0,0.7805,0.9756,0,0.3902,0.878,0 +L 1.2683,0.878,0.7805,0.9756 +PL 1.0732,0.9756,0,0.5854,0.878,0,0.0976,0.6829,0 +L 0.0976,0.0976,0.5854,0 +PL 0.2927,0,0,0.7805,0.0976,0,1.2683,0.2927,0 +L 0.9756,0.0976,1.3659,0.4878 + +[0031] 1 +PLC 0.2927,0.878,0,0.0976,0.6829,0,0,0.4878,0,0,0.2927,0,0.0976,0.0976,0,0.2927,0,0,0.4878,0,0,0.7805,0.0976,0,0.9756,0.2927,0,1.0732,0.4878,0,1.0732,0.6829,0,0.9756,0.878,0,0.7805,0.9756,0,0.5854,0.9756,0 +L 0.1951,0.6829,0.7805,0.9756 +L 0.0976,0.4878,0.878,0.878 +L 0,0.2927,0.9756,0.7805 +L 0.0976,0.1951,1.0732,0.6829 +L 0.1951,0.0976,0.9756,0.4878 +L 0.2927,0,0.878,0.2927 + +[0032] 2 +L 0.1951,1.561,0.1951,-0.6829 +L 0.7805,1.6585,0.7805,-0.5854 +L 0,0.878,0.9756,1.0732 +L 0,0.7805,0.9756,0.9756 +L 0,0,0.9756,0.1951 +L 0,-0.0976,0.9756,0.0976 + +[0033] 3 +PL 0,1.6585,0,0,-0.0976,0,0.7805,0.0976,0 +PL 0,0.878,0,0.7805,1.0732,0,0.7805,-0.6829,0 +L 0,0.7805,0.7805,0.9756 +L 0,0,0.7805,0.1951 + +[0034] 4 +PL 0,2.0488,0,0,0,0,0.2927,0.0976,0,0.4878,0.1951,0,0.7805,0.3902,0,0.878,0.5854,0,0.878,0.7805,0,0.7805,0.9756,0,0.5854,1.0732,0,0.2927,1.0732,0,0,0.878,0,0.2927,0.9756,0,0.5854,0.9756,0,0.7805,0.878,0 +PL 0.6829,0.9756,0,0.7805,0.7805,0,0.7805,0.5854,0,0.6829,0.3902,0,0.4878,0.1951,0 + +[0035] 5 +PLC 0,1.0732,0,1.9512,1.0732,0,1.9512,1.3659,0,0,1.3659,0 +L 0,1.2683,1.9512,1.2683 +L 0,1.1707,1.9512,1.1707 + +[0036] 6 +PLC 0,0.5854,0,0.9756,0.5854,0,0.9756,0.878,0,0,0.878,0 +L 0,0.7805,0.9756,0.7805 +L 0,0.6829,0.9756,0.6829 + +[0037] 7 +PL 0.1951,0.878,0,0.6829,0.7805,0,0.7805,0.9756,0,0.7805,1.1707,0,0.9756,1.1707,0,0.9756,0.9756,0,0.878,0.878,0,0.6829,0.7805,0,0.3902,0.7805,0,0.1951,0.878,0,0,1.0732,0,0.9756,-0.0976,0,0.7805,0.0976,0,0.5854,0.1951,0,0.2927,0.1951,0,0.0976,0.0976,0,0,0,0,0,-0.1951,0,0.1951,-0.1951,0,0.1951,0,0,0.2927,0.1951,0,0.7805,0.0976,0 +L 0.3902,0.7805,0.9756,0.9756 +L 0.878,1.1707,0.878,0.878 +L 0.7805,1.0732,0.9756,1.0732 +L 0.5854,0.1951,0,0 +L 0.0976,0.0976,0.0976,-0.1951 +L 0,-0.0976,0.1951,-0.0976 + +[0038] 8 +PLC 0.1951,0.9756,0,0.1951,1.1707,0,0,1.1707,0,0,0.9756,0,0.0976,0.878,0,0.2927,0.7805,0 +PL 0,0.9756,0,0.5854,0.7805,0,0.7805,0.878,0,0.2927,0.7805,0,0.5854,0.7805,0 +PL 0.7805,0.878,0,0.9756,1.0732,0,0.9756,-0.1951,0 +L 0.0976,1.1707,0.0976,0.878 +L 0,1.0732,0.1951,1.0732 + +[0039] 9 +PL 0.2927,-1.4634,0,0.3902,-1.4634,0,0.4878,-1.3659,0,0.4878,-1.2683,0,0.3902,-1.1707,0,0.2927,-1.1707,0,0.1951,-1.2683,0,0.1951,-1.4634,0,0.2927,-1.6585,0,0.4878,-1.7561,0,0.6829,-1.7561,0,0.9756,-1.6585,0,1.1707,-1.4634,0,1.2683,-1.2683,0,1.3659,-0.878,0,1.3659,0.1951,0,1.2683,2.7317,0,1.2683,3.4146,0,1.3659,3.9024,0,1.4634,4.0976,0,1.6585,4.1951,0,1.7561,4.1951,0,1.9512,4.0976,0,2.0488,3.9024,0,2.0488,3.5122,0,1.9512,3.2195,0,1.8537,3.0244,0,1.6585,2.7317,0,1.1707,2.3415,0,0.5854,1.9512,0,0.3902,1.7561,0,0.1951,1.4634,0,0.0976,1.2683,0,0,0.878,0,0,0.4878,0,0.0976,0.0976,0,0.2927,-0.1951,0,0.5854,-0.3902,0,0.9756,-0.4878,0,1.3659,-0.4878,0,1.7561,-0.3902,0,1.9512,-0.2927,0,2.1463,0,0,2.2439,0.2927,0,2.2439,0.6829,0,2.1463,0.9756,0,2.0488,1.1707,0,1.8537,1.3659,0,1.561,1.4634,0,1.1707,1.4634,0,0.878,1.3659,0,0.6829,1.1707,0,0.5854,0.878,0,0.5854,0.4878,0,0.6829,0.1951,0,0.878,0,0 +PLC 0.2927,-1.3659,0,0.3902,-1.3659,0,0.3902,-1.2683,0,0.2927,-1.2683,0 +PL 1.6585,2.7317,0,1.2683,2.3415,0,0.7805,1.9512,0,0.4878,1.6585,0,0.2927,1.3659,0,0.1951,1.1707,0,0.0976,0.878,0,0.0976,0.4878,0,0.1951,0.0976,0,0.2927,-0.0976,0,0.5854,-0.3902,0 +PL 1.3659,-0.4878,0,1.6585,-0.3902,0,1.8537,-0.2927,0,2.0488,0,0,2.1463,0.2927,0,2.1463,0.6829,0,2.0488,0.9756,0,1.9512,1.1707,0,1.7561,1.3659,0,1.561,1.4634,0 + +[003a] : +PLC 0.6829,0.1951,0,0.878,0.0976,0,1.0732,0.0976,0,1.2683,0.1951,0,1.3659,0.3902,0,0.5854,0.3902,0 +PL 1.3659,0.3902,0,1.3659,0.5854,0,1.2683,0.7805,0,1.0732,0.878,0,0.878,0.878,0,0.6829,0.7805,0,0.5854,0.6829,0,0.4878,0.3902,0,0.4878,0.0976,0,0.5854,-0.1951,0,0.7805,-0.3902,0,1.0732,-0.4878,0,1.3659,-0.4878,0,1.6585,-0.3902,0,1.8537,-0.1951,0,1.9512,0,0,2.0488,0.2927,0,2.0488,0.6829,0,1.9512,0.9756,0,1.7561,1.2683,0,1.561,1.3659,0,1.2683,1.4634,0,0.9756,1.4634,0,0.6829,1.3659,0,0.4878,1.2683,0,0.2927,1.0732,0,0.0976,0.7805,0,0,0.3902,0,0,-0.0976,0,0.0976,-0.5854,0,0.2927,-0.9756,0,0.4878,-1.1707,0,0.7805,-1.3659,0,1.1707,-1.4634,0,1.6585,-1.4634,0,2.0488,-1.3659,0,2.3415,-1.1707,0,2.5366,-0.9756,0,2.2439,-1.1707,0,2.0488,-1.2683,0,1.6585,-1.3659,0,1.2683,-1.3659,0,0.878,-1.2683,0,0.5854,-1.0732,0,0.3902,-0.878,0,0.1951,-0.4878,0,0.0976,-0.0976,0,0.0976,0.4878,0,0.1951,0.878,0,0.2927,1.0732,0 +L 0.7805,0.7805,1.1707,0.7805 +L 0.6829,0.6829,1.2683,0.6829 +L 0.5854,0.5854,1.3659,0.5854 +L 0.5854,0.4878,1.3659,0.4878 +L 0.6829,0.2927,1.2683,0.2927 +L 0.7805,0.1951,1.1707,0.1951 +PLC 2.439,0.878,0,2.6342,0.878,0,2.6342,1.0732,0,2.439,1.0732,0 +L 2.5366,1.0732,2.5366,0.878 +L 2.439,0.9756,2.6342,0.9756 +PLC 2.439,-0.0976,0,2.6342,-0.0976,0,2.6342,0.0976,0,2.439,0.0976,0 +L 2.5366,0.0976,2.5366,-0.0976 +L 2.439,0,2.6342,0 + +[003b] ; +L 0,2.2439,0,-1.2683 +L 0.4878,2.2439,0.4878,-1.2683 +L 1.4634,2.2439,1.4634,-1.2683 +L 1.9512,2.2439,1.9512,-1.2683 +L 0.4878,0.9756,1.4634,1.1707 +L 0.4878,0.878,1.4634,1.0732 +L 0.4878,0.7805,1.4634,0.9756 +L 0.4878,0,1.4634,0.1951 +L 0.4878,-0.0976,1.4634,0.0976 +L 0.4878,-0.1951,1.4634,0 + +[003c] < +PL 0.1951,0.5854,0,0,0.3902,0,0.1951,0.3902,0,0.1951,0.5854,0,0,0.5854,0,0,0.3902,0 +L 0,0.5854,0.1951,0.3902 + +[003d] = +PL 0,0.6829,0,0.3902,0.4878,0,0.6829,0.2927,0,0.878,0.0976,0,0.9756,-0.1951,0,0.9756,-0.3902,0,0.878,-0.5854,0,0.7805,-0.6829,0 +L 0,0.5854,0.5854,0.2927 +PL 0,0.4878,0,0.2927,0.3902,0,0.6829,0.1951,0,0.878,0,0,0.9756,-0.1951,0 + +[003e] > +PL 0.7805,1.6585,0,0.878,1.561,0,0.9756,1.3659,0,0.9756,1.1707,0,0.878,0.9756,0,0.6829,0.7805,0,0.2927,0.5854,0,0,0.4878,0 +L 0.5854,0.6829,0,0.3902 +PL 0.9756,1.1707,0,0.878,0.878,0,0.6829,0.6829,0,0.3902,0.4878,0,0,0.2927,0 + +[003f] ? +PL 0.4878,0,0,0.2927,0.0976,0,0.1951,0.1951,0,0.0976,0.3902,0,0.0976,0.6829,0,0.1951,0.878,0,0.0976,0.7805,0,0,0.5854,0,0,0.3902,0,0.0976,0.1951,0,0.1951,0.0976,0,0.4878,0,0,0.878,0,0,1.1707,0.0976,0,1.2683,0.1951,0,1.3659,0.3902,0,1.3659,0.5854,0,1.2683,0.7805,0,1.1707,0.878,0,0.878,0.9756,0,0.4878,0.9756,0,0.1951,0.878,0 +PL 1.1707,0.0976,0,1.2683,0.2927,0,1.2683,0.5854,0,1.1707,0.7805,0,1.0732,0.878,0,0.878,0.9756,0 + +[0040] @ +PL 0,0.4878,0,0.3902,0.878,0,0.0976,0.6829,0,0,0.4878,0,0,0.2927,0,0.0976,0.0976,0,0.2927,0,0,0.5854,0,0,0.9756,0.0976,0,1.2683,0.2927,0,1.3659,0.4878,0,1.3659,0.6829,0,1.2683,0.878,0,1.0732,0.9756,0,0.7805,0.9756,0,0.3902,0.878,0 +L 1.2683,0.878,0.7805,0.9756 +PL 1.0732,0.9756,0,0.5854,0.878,0,0.0976,0.6829,0 +L 0.0976,0.0976,0.5854,0 +PL 0.2927,0,0,0.7805,0.0976,0,1.2683,0.2927,0 +L 0.9756,0.0976,1.3659,0.4878 + +[0041] A +PLC 0.2927,0.878,0,0.0976,0.6829,0,0,0.4878,0,0,0.2927,0,0.0976,0.0976,0,0.2927,0,0,0.4878,0,0,0.7805,0.0976,0,0.9756,0.2927,0,1.0732,0.4878,0,1.0732,0.6829,0,0.9756,0.878,0,0.7805,0.9756,0,0.5854,0.9756,0 +L 0.1951,0.6829,0.7805,0.9756 +L 0.0976,0.4878,0.878,0.878 +L 0,0.2927,0.9756,0.7805 +L 0.0976,0.1951,1.0732,0.6829 +L 0.1951,0.0976,0.9756,0.4878 +L 0.2927,0,0.878,0.2927 + +[0042] B +L 0.1951,1.561,0.1951,-0.6829 +L 0.7805,1.6585,0.7805,-0.5854 +L 0,0.878,0.9756,1.0732 +L 0,0.7805,0.9756,0.9756 +L 0,0,0.9756,0.1951 +L 0,-0.0976,0.9756,0.0976 + +[0043] C +PL 0,1.6585,0,0,-0.0976,0,0.7805,0.0976,0 +PL 0,0.878,0,0.7805,1.0732,0,0.7805,-0.6829,0 +L 0,0.7805,0.7805,0.9756 +L 0,0,0.7805,0.1951 + +[0044] D +PL 0,2.0488,0,0,0,0,0.2927,0.0976,0,0.4878,0.1951,0,0.7805,0.3902,0,0.878,0.5854,0,0.878,0.7805,0,0.7805,0.9756,0,0.5854,1.0732,0,0.2927,1.0732,0,0,0.878,0,0.2927,0.9756,0,0.5854,0.9756,0,0.7805,0.878,0 +PL 0.6829,0.9756,0,0.7805,0.7805,0,0.7805,0.5854,0,0.6829,0.3902,0,0.4878,0.1951,0 + +[0045] E +PLC 0,1.0732,0,1.9512,1.0732,0,1.9512,1.3659,0,0,1.3659,0 +L 0,1.2683,1.9512,1.2683 +L 0,1.1707,1.9512,1.1707 + +[0046] F +PLC 0,0.5854,0,0.9756,0.5854,0,0.9756,0.878,0,0,0.878,0 +L 0,0.7805,0.9756,0.7805 +L 0,0.6829,0.9756,0.6829 + +[0047] G +PL 0.2927,1.9512,0,0.7805,0.9756,0,0.3902,0.2927,0,0.3902,0.1951,0,0.1951,0.4878,0,0.5854,1.1707,0,0.5854,1.3659,0 +L 0.6829,1.0732,0.2927,0.3902 +PL 0.3902,0.1951,0,0.6829,-0.1951,0,0.878,-0.4878,0,0.6829,-0.2927,0,0.4878,-0.1951,0,0.0976,-0.1951,0,0.2927,-0.0976,0,0.4878,-0.0976,0,0.6829,-0.1951,0 +PLC 0,-0.3902,0,0,-0.5854,0,0.0976,-0.7805,0,0.3902,-0.9756,0,0.1951,-0.7805,0,0.0976,-0.5854,0,0.0976,-0.1951,0 +PL 0.4878,-0.0976,0,0.1951,-0.2927,0,0,-0.5854,0 + +[0048] H +PLC 0.1951,0.9756,0,0.1951,1.1707,0,0,1.1707,0,0,0.9756,0,0.0976,0.878,0,0.2927,0.7805,0 +PL 0,0.9756,0,0.5854,0.7805,0,0.7805,0.878,0,0.2927,0.7805,0,0.5854,0.7805,0 +PL 0.7805,0.878,0,0.9756,1.0732,0,0.5854,-0.1951,0 +L 0.0976,1.1707,0.0976,0.878 +L 0,1.0732,0.1951,1.0732 + +[0049] I +PL 0.2927,-1.4634,0,0.3902,-1.4634,0,0.4878,-1.3659,0,0.4878,-1.2683,0,0.3902,-1.1707,0,0.2927,-1.1707,0,0.1951,-1.2683,0,0.1951,-1.4634,0,0.2927,-1.6585,0,0.4878,-1.7561,0,0.6829,-1.7561,0,0.9756,-1.6585,0,1.1707,-1.4634,0,1.2683,-1.2683,0,1.3659,-0.878,0,1.3659,0.1951,0,1.2683,2.7317,0,1.2683,3.4146,0,1.3659,3.9024,0,1.4634,4.0976,0,1.6585,4.1951,0,1.7561,4.1951,0,1.9512,4.0976,0,2.0488,3.9024,0,2.0488,3.5122,0,1.9512,3.2195,0,1.8537,3.0244,0,1.6585,2.7317,0,1.1707,2.3415,0,0.5854,1.9512,0,0.3902,1.7561,0,0.1951,1.4634,0,0.0976,1.2683,0,0,0.878,0,0,0.4878,0,0.0976,0.0976,0,0.2927,-0.1951,0,0.5854,-0.3902,0,0.9756,-0.4878,0,1.3659,-0.4878,0,1.7561,-0.3902,0,1.9512,-0.2927,0,2.1463,0,0,2.2439,0.2927,0,2.2439,0.6829,0,2.1463,0.9756,0,2.0488,1.1707,0,1.8537,1.3659,0,1.561,1.4634,0,1.1707,1.4634,0,0.878,1.3659,0,0.6829,1.1707,0,0.5854,0.878,0,0.5854,0.4878,0,0.6829,0.1951,0,0.878,0,0 +PLC 0.2927,-1.3659,0,0.3902,-1.3659,0,0.3902,-1.2683,0,0.2927,-1.2683,0 +PL 1.6585,2.7317,0,1.2683,2.3415,0,0.7805,1.9512,0,0.4878,1.6585,0,0.2927,1.3659,0,0.1951,1.1707,0,0.0976,0.878,0,0.0976,0.4878,0,0.1951,0.0976,0,0.2927,-0.0976,0,0.5854,-0.3902,0 +PL 1.3659,-0.4878,0,1.6585,-0.3902,0,1.8537,-0.2927,0,2.0488,0,0,2.1463,0.2927,0,2.1463,0.6829,0,2.0488,0.9756,0,1.9512,1.1707,0,1.7561,1.3659,0,1.561,1.4634,0 + +[004a] J +PLC 0.1951,0.7805,0,0.3902,0.878,0,0.5854,0.878,0,0.7805,0.7805,0,0.878,0.5854,0,0.0976,0.5854,0 +PL 0.878,0.5854,0,0.878,0.3902,0,0.7805,0.1951,0,0.5854,0.0976,0,0.3902,0.0976,0,0.1951,0.1951,0,0.0976,0.2927,0,0,0.5854,0,0,0.878,0,0.0976,1.1707,0,0.2927,1.3659,0,0.5854,1.4634,0,0.9756,1.4634,0,1.3659,1.3659,0,1.6585,1.1707,0,1.8537,0.878,0,1.9512,0.4878,0,1.9512,0,0,1.8537,-0.3902,0,1.7561,-0.5854,0,1.561,-0.878,0,1.2683,-1.1707,0,0.878,-1.4634,0,0.3902,-1.7561,0,0,-1.9512,0 +PL 0.9756,1.4634,0,1.2683,1.3659,0,1.561,1.1707,0,1.7561,0.878,0,1.8537,0.4878,0,1.8537,0,0,1.7561,-0.3902,0,1.6585,-0.5854,0,1.4634,-0.878,0,1.1707,-1.1707,0,0.6829,-1.561,0,0.3902,-1.7561,0 +L 0.2927,0.7805,0.6829,0.7805 +L 0.1951,0.6829,0.7805,0.6829 +L 0.0976,0.4878,0.878,0.4878 +L 0.0976,0.3902,0.878,0.3902 +L 0.1951,0.2927,0.7805,0.2927 +L 0.2927,0.1951,0.6829,0.1951 +PLC 2.3415,0.878,0,2.5366,0.878,0,2.5366,1.0732,0,2.3415,1.0732,0 +L 2.439,1.0732,2.439,0.878 +L 2.3415,0.9756,2.5366,0.9756 +PLC 2.3415,-0.0976,0,2.5366,-0.0976,0,2.5366,0.0976,0,2.3415,0.0976,0 +L 2.439,0.0976,2.439,-0.0976 +L 2.3415,0,2.5366,0 + +[004b] K +L 0,2.439,0,-1.4634 +L 0.0976,2.439,0.0976,-1.4634 +L 0.4878,2.439,0.4878,-1.4634 +PL 0.878,2.0488,0,1.0732,2.0488,0,1.0732,1.8537,0,0.878,1.8537,0,0.878,2.1463,0,0.9756,2.3415,0,1.1707,2.439,0,1.4634,2.439,0,1.6585,2.3415,0,1.8537,2.1463,0,1.9512,1.8537,0,1.9512,1.3659,0,1.8537,1.0732,0,1.6585,0.878,0,1.4634,0.7805,0,1.2683,0.7805,0,1.0732,0.878,0,0.9756,1.0732,0,0.878,0.878,0,0.6829,0.5854,0,0.5854,0.4878,0,0.6829,0.3902,0,0.878,0.0976,0,0.9756,-0.0976,0,1.0732,0.0976,0,1.2683,0.1951,0,1.4634,0.1951,0,1.6585,0.0976,0,1.8537,-0.0976,0,1.9512,-0.3902,0,1.9512,-0.878,0,1.8537,-1.1707,0,1.6585,-1.3659,0,1.4634,-1.4634,0,1.1707,-1.4634,0,0.9756,-1.3659,0,0.878,-1.1707,0,0.878,-0.878,0,1.0732,-0.878,0,1.0732,-1.0732,0,0.878,-1.0732,0 +L 0.9756,2.0488,0.9756,1.8537 +L 0.878,1.9512,1.0732,1.9512 +PL 1.6585,2.3415,0,1.7561,2.1463,0,1.8537,1.8537,0,1.8537,1.3659,0,1.7561,1.0732,0,1.6585,0.878,0 +PL 0.9756,1.0732,0,0.9756,0.878,0,0.7805,0.5854,0,0.5854,0.4878,0,0.7805,0.3902,0,0.9756,0.0976,0,0.9756,-0.0976,0 +PL 1.6585,0.0976,0,1.7561,-0.0976,0,1.8537,-0.3902,0,1.8537,-0.878,0,1.7561,-1.1707,0,1.6585,-1.3659,0 +L 0.9756,-0.878,0.9756,-1.0732 +L 0.878,-0.9756,1.0732,-0.9756 diff --git a/assets/fonts/Unicode.cxf b/assets/fonts/Unicode.cxf new file mode 100644 index 00000000..dce65ea4 --- /dev/null +++ b/assets/fonts/Unicode.cxf @@ -0,0 +1,23696 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: Unicode +# Name: Japanese +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# AuxiliaryLines: 0,-3,0, 0,0,0, 0,4,0, 0,6,0, 0,9,0 +# Author: Andrew Mustun (Latin1) +# Author: Eugene Osintsev (Cyrillic) +# Author: Yoshimune Kobayashi (Japanese) + +[0021] ! +L 0,9,0,3 +L 0,0,0,0.5 + +[0022] " +L 0.5,7,1,9 +L 3.5,7,4,9 + +[0023] # +L 2,0,2,9 +L 5,9,5,0 +L 0,2.5,7,2.5 +L 7,6.5,0,6.5 + +[0024] $ +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +L 2.5,-1,2.5,10 + +[0025] % +L 0,0,7,9 +A 1.6,7.4,1.6,90,270 +A 1.6,7.4,1.6,270,90 +A 5.4,1.6,1.6,270,90 +A 5.4,1.6,1.6,90,270 + +[0026] & +PL 6,3.215,0,3.426,0.5976,-1,0.5735,3.4018,0,3.569,6.448,2.0035,1.1932,6.7636,0,5,0,0 + +[0027] ' +L 0.5,7,1,9 + +[0028] ( +A 13,4,13,157.4,202.6 + +[0029] ) +A -12,4,13,337.4,22.62 + +[002a] * +L 0,6,4,2 +L 4,6,0,2 + +[002b] + +L 0,4,4,4 +L 2,6,2,2 + +[002c] , +PL 1,0.5,0,1,0,0,0,-3,0 + +[002d] - +L 0,4,4,4 + +[002e] . +L 0,0,0,0.5 + +[002f] / +L 4,9,0,0 + +[0030] 0 +PLC 1.0847,8.5029,0.1153,0.2089,6.5025,0.0537,0.0001,4.5018,0.0537,0.2075,2.5002,0.1153,1.0838,0.4995,0.5452,2.9149,0.4971,0.1153,3.7911,2.4975,0.0537,3.9999,4.4982,0.0537,3.792,6.5006,0.1151,2.9166,8.4998,0.5454 + +[0031] 1 +PL 0,7,0,2,9,0,2,0,0 + +[0032] 2 +PL 4,0,0,0,0,0,3.865,6.647,0.225,3.9365,7.4997,0.7744,0.0637,7.5008,0 + +[0033] 3 +PL 0,9,0,2,9,-1,2,5,-0.4142,4,3,0,4,2,-0.4142,2,0,0,0,0,0 +L 2,5,1,5 + +[0034] 4 +L 3.5,0,3.5,4 +PL 5,2,0,0,2,0,2,9,0 + +[0035] 5 +PL 4,9,0,0,9,0,0,5,0,2,5,-0.4142,4,3,0,4,2,-0.4142,2,0,0,0,0,0 + +[0036] 6 +PL 3,9.0002,0.2679,0,3.804,0,0,2,1,4,2,0,4,3,0.4142,2,5,0,0.1204,5,0 + +[0037] 7 +PL 0,9,0,4,9,0,1.5,0,0 +L 2,5,4,5 + +[0038] 8 +PLC 0,2,1,4,2,0,4,3,1,0,3,0 +PLC 0.25,6.75,1,3.75,6.75,0,3.75,7.25,1,0.25,7.25,0 + +[0039] 9 +PL 1,-0.0002,0.2679,4,5.196,0,4,7,1,0,7,0,0,6,0.4142,2,4,0,3.88,4,0 + +[003a] : +L 0,0,0,0.5 +L 0,4,0,3.5 + +[003b] ; +PL 1,0.5,0,1,0,0,0,-3,0 +L 1,4,1,3.5 + +[003c] < +PL 4,7,0,0,3.5,0,4,0,0 + +[003d] = +L 0,5.5,4,5.5 +L 0,2.5,4,2.5 + +[003e] > +PL 0,7,0,4,3.5,0,0,0,0 + +[003f] ? +L 2,0,2,0.5 +PL 2,3,0,2,3.394,-0.1481,2.3361,4.5037,0,3.664,6.496,0.141,3.9992,7.5502,0.4047,2.5,9,0,1.5,9,0.4142,0,7.5,0,0,7,0 + +[0040] @ +PL 8,1,0,6.068,0.2819,-5.2546,8.5272,2.4921,-0.9099,6.2353,3.1781,0 +PL 6.6409,5.2061,0.4732,5.17,7,0,5.05,7,0.3576,2.598,4.99,0,2.4788,4.3919,0.4732,4.44,2,0,4.36,2,0.3576,6.3212,3.6081,0,7,7,0 + +[0041] A +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 + +[0042] B +PL 0,5,0,2.6,5,-0.4142,5,2.6,0,5,2.4,-0.4142,2.6,0,0,0,0,0,0,9,0,2.5,9,-1,2.5,5,0 + +[0043] C +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 + +[0044] D +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 + +[0045] E +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 + +[0046] F +PL 4,9,0,0,9,0,0,0,0 +L 0,5,4,5 + +[0047] G +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 + +[0048] H +L 0,9,0,0 +L 5,0,5,9 +L 0,5,5,5 + +[0049] I +L 0,9,0,0 + +[004a] J +PL 3,9,0,3,2,-0.4142,1,0,0,0,0,0 + +[004b] K +L 0,9,0,0 +L 0,3.5,5,9 +L 1.671,5.338,5,0 + +[004c] L +PL 0,9,0,0,0,0,4,0,0 + +[004d] M +PL 0,0,0,0,9,0,3,4,0,6,9,0,6,0,0 + +[004e] N +PL 0,0,0,0,9,0,5,0,0,5,9,0 + +[004f] O +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 + +[0050] P +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 + +[0051] Q +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 6,0,3,2 + +[0052] R +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 + +[0053] S +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 + +[0054] T +L 0,9,6,9 +L 3,9,3,0 + +[0055] U +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 + +[0056] V +PL 0,9,0,3,0,0,6,9,0 + +[0057] W +PL 0,9,0,2,0,0,4,6,0,6,0,0,8,9,0 + +[0058] X +L 0,9,6,0 +L 0,0,6,9 + +[0059] Y +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 + +[005a] Z +PL 0,9,0,5,9,0,0,0,0,5,0,0 + +[005b] [ +PL 1,-1,0,0,-1,0,0,9,0,1,9,0 + +[005c] \ +L 0,9,4,0 + +[005d] ] +PL 0,9,0,1,9,0,1,-1,0,0,-1,0 + +[005e] ^ +PL 0,8,0,2,10,0,4,8,0 + +[005f] _ +L 0,-1,4,-1 + +[0060] ` +L 1,9,3,8 + +[0061] a +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 + +[0062] b +PL 0,9,0,0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0 + +[0063] c +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 + +[0064] d +PL 4,9,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0 + +[0065] e +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 + +[0066] f +PL 1,0,0,1,7.5,-0.4142,2.5,9,0,3,9,0 +L 0,6,3,6 + +[0067] g +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 + +[0068] h +L 0,9,0,0 +PL 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 + +[0069] i +L 0,0,0,6 +L 0,8.5,0,9 + +[006a] j +PL 0,-3,0,0.5,-3,0.4142,2,-1.5,0,2,6,0 +L 2,8.5,2,9 + +[006b] k +L 0,9,0,0 +L 0,3.5,4,6 +L 1.321,4.326,4,0 + +[006c] l +PL 0,9,0,0,1,0.4142,1,0,0 + +[006d] m +PL 0,0,0,0,6,0,4.5,6,-0.4142,6,4.5,0,6,0,0 +L 3,6,3,0 + +[006e] n +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 + +[006f] o +PLC 0,2,1,4,2,0,4,4,1,0,4,0 + +[0070] p +PL 0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0,0,-3,0 + +[0071] q +PL 4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0,4,-3,0 + +[0072] r +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 + +[0073] s +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 + +[0074] t +L 0,6,3,6 +L 1,9,1,0 + +[0075] u +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 + +[0076] v +PL 0,6,0,2,0,0,4,6,0 + +[0077] w +PL 0,6,0,1.5,0,0,3,4,0,4.5,0,0,6,6,0 + +[0078] x +L 0,6,4,0 +L 0,0,4,6 + +[0079] y +L 0,6,2,0 +PL 4,6,0,1.228,-2.316,-0.323,0.2793,-3,0,0,-3,0 + +[007a] z +PL 0,6,0,4,6,0,0,0,0,4,0,0 + +[007b] { +PL 2,9,0.4142,1,8,0,1,5,-0.4142,0,4,-0.4142,1,3,0,1,0,0.4142,2,-1,0 + +[007c] | +L 0,0,0,9 + +[007d] } +PL 0,-1,0.4142,1,0,0,1,3,-0.4142,2,4,-0.4142,1,5,0,1,8,0.4142,0,9,0 + +[007e] ~ +PL 0.4,4.2,-0.5968,2.259,5.203,0,3.941,4.097,0.5967,5.8,5.1,0 + +[00a1] ¡ +L 0,0,0,6 +L 0,9,0,8.5 + +[00a2] ¢ +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +L 1,-1,2,7 + +[00a3] £ +L 0.1174,4.742,4.117,4.742 +PL 5.5973,7.4987,1.0092,1.4698,6.0943,-0.2949,0.0029,0.0026,-0.2083,3.9947,0.2775,0.1486,6.3932,0.1013,0 + +[00a4] ¤ +L 0.5858,2.586,0,2 +PL 3.414,2.586,0,3.414,2.586,0,4,2,0 +L 4,6,3.414,5.414 +L 0,6,0.5858,5.414 + +[00a5] ¥ +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +L 1,5,5,5 +L 5,3,1,3 + +[00a6] ¦ +L 0,0,0,4 +L 0,5,0,9 + +[00a7] § +PL 2.4767,5.8659,0.0995,0.8912,5.6733,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +PL 1.5248,3.134,0.0994,3.1088,3.3267,0.6969,3.1856,5.577,0,0.8146,6.545,-0.697,0.8912,8.7953,-0.1998,3.9995,8.561,0 + +[00a8] ¨ +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00a9] © +PL 5.5,7,0,4.25,7,0.4142,3,5.75,0,3,3.25,0.4142,4.25,2,0,5.5,2,0 + +[00aa] ª +PL 0.25,9,0,1.25,9,-0.4142,2,8.25,0,2,6,0,0.75,6,-1,0.75,7.5,0,2,7.5,0 +L 0,5,2,5 + +[00ab] « +PL 2,6,0,0,3.5,0,2,1,0 +PL 4,6,0,2,3.5,0,4,1,0 + +[00ac] ¬ +PL 0,4,0,5,4,0,5,3,0 + +[00ae] ® +PL 3.3,2,0,3.3,7,0,4.9667,7,-0.4142,6.0778,5.8889,0,6.0778,5.3333,-0.4142,4.9667,4.2222,0,3.3,4.2222,0 +L 4.9667,4.2222,6.0778,2 + +[00af] ¯ +L 0,9,4,9 + +[00b0] ° +A 1.5,7.5,1.5,270,90 +A 1.5,7.5,1.5,90,270 + +[00b1] ± +L -0.0001,5,4,5 +L 2,7,2,3 +L -0.0001,1,4,1 + +[00b2] ² +PL 1.3333,6,0,0,6,0,1.2883,8.2157,0.225,1.3121,8.4999,0.7744,0.0212,8.5002,0 + +[00b3] ³ +PL 0,9,0,0.6667,9,-1,0.6667,7.6666,0,0.3333,7.6667,0 +PL 0,6,0,0.6667,6,0.4142,1.3333,6.6667,0,1.3334,7,0.4142,0.6667,7.6667,0 + +[00b4] ´ +L 3,9,1,8 + +[00b5] µ +PL 0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 0,6,0,-3 + +[00b6] ¶ +L 2,0,2,8 +L 5,0,5,8 +PL 6,8,0,1,8,1,1,6,0 + +[00b7] · +A 1,4.5,1,270,90 +A 1,4.5,1,90,270 + +[00b8] ¸ +PL 2,0,0,2,-1,0,2.5925,-1.2725,-0.6969,2.5544,-2.3977,-0.1998,1.0002,-2.2805,0 + +[00b9] ¹ +PL 0,8.3333,0,0.6667,9,0,0.6667,6,0 + +[00ba] º +L 0,5,2,5 +PLC 0,7,1,2,7,0,2,8,1,0,8,0 + +[00bb] » +PL 2,6,0,4,3.5,0,2,1,0 +PL 0,6,0,2,3.5,0,0,1,0 + +[00bc] ¼ +L 6,9,0,0 +PL 0,8,0,1,9,0,1,4.5,0 +L 6,0,6,2 +PL 6.75,1,0,4.25,1,0,5.25,4.5,0 + +[00bd] ½ +L 6,9,0,0 +PL 0,8,0,1,9,0,1,4.5,0 +PL 6,0,0,4,0,0,5.9325,3.3235,0.225,5.9682,3.7498,0.7744,4.0319,3.7504,0 + +[00be] ¾ +L 6,9,0,0 +PL 0,9,0,1,9,-1,1,7,-0.4142,2,6,0,2,5.5,-0.4142,1,4.5,0,0,4.5,0 +L 1,7,0.5,7 +L 6,0,6,2 +PL 6.75,1,0,4.25,1,0,5.25,4.5,0 + +[00bf] ¿ +L 2,9,2,8.5 +PL 2,6,0,2,5.606,-0.1481,1.6639,4.4963,0,0.336,2.504,0.141,0.0008,1.4498,0.4047,1.5,0,0,2.5,0,0.4142,4,1.5,0,4,2,0 + +[00c0] À +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +L 2,11,4,10 + +[00c1] Á +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +L 2,10,4,11 + +[00c2]  +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +PL 2,10,0,3,11,0,4,10,0 + +[00c3] à +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +PL 1.7,10.4,-0.5968,2.6295,10.9015,0,3.4705,10.3485,0.5967,4.4,10.85,0 + +[00c4] Ä +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +L 5,10.25,5,10.75 +L 1,10.25,1,10.75 + +[00c5] Å +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 + +[00c6] Æ +PL 0,0,0,4,9,0,4,0,0,4,9,0,8,9,0 +L 4,0,8,0 +L 4,5,7,5 +L 1.1111,2.5,4,2.5 + +[00c7] Ç +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +PL 2,0,0,2,-1,0,2.5925,-1.2725,-0.6969,2.5544,-2.3977,-0.1998,1.0002,-2.2805,0 + +[00c8] È +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 1,11,3,10 + +[00c9] É +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 1,10,3,11 + +[00ca] Ê +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +PL 1,10,0,2,11,0,3,10,0 + +[00cb] Ë +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 1,10.25,1,10.75 +L 3,10.25,3,10.75 + +[00cc] Ì +L 0,9,0,0 +L -1,11,1,10 + +[00cd] Í +L 0,9,0,0 +L -1,10,1,11 + +[00ce] Î +L 0,9,0,0 +PL -1,10,0,0,11,0,1,10,0 + +[00cf] Ï +L 0,9,0,0 +L -1,10.25,-1,10.75 +L 1,10.25,1,10.75 + +[00d0] Ð +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 +L -1,4.5,1,4.5 + +[00d1] Ñ +PL 0,0,0,0,9,0,5,0,0,5,9,0 +PL 1.2,10.4,-0.5968,2.1295,10.9015,0,2.9705,10.3485,0.5967,3.9,10.85,0 + +[00d2] Ò +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 1.5,11,3.5,10 + +[00d3] Ó +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 1.5,10,3.5,11 + +[00d4] Ô +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +PL 1.5,10,0,2.5,11,0,3.5,10,0 + +[00d5] Õ +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +PL 1.2,10.4,-0.5968,2.1295,10.9015,0,2.9705,10.3485,0.5967,3.9,10.85,0 + +[00d6] Ö +PLC 0,7,0,0,2,0.4142,2,0,0,3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,2,9,0.4142 +L 1,10.25,1,10.75 +L 4,10.25,4,10.75 + +[00d7] × +L 0,6,4,2 +L 4,6,0,2 + +[00d8] Ø +PLC 0,7,0,0,2,0.4142,2,0,0,3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,2,9,0.4142 +L 0,0,5,9 + +[00d9] Ù +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 1.5,11,3.5,10 + +[00da] Ú +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 1.5,10,3.5,11 + +[00db] Û +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +PL 1.5,10,0,2.5,11,0,3.5,10,0 + +[00dc] Ü +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 1,10.25,1,10.75 +L 4,10.25,4,10.75 + +[00dd] Ý +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +L 2,10,4,11 + +[00de] Þ +PL 0,0,0,0,9,0,0,6,0,2,6,-1,2,3,0,0,3,0 + +[00df] ß +PL 2.5,5,1,2.5,9,0,2,9,0.4142,0,7,0,0,0,0 +PL 1,0,0,2.6,0,0.4142,5,2.4,0,5,2.6,0.4142,2.6,5,0,1,5,0 + +[00e0] à +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 1,9,3,8 + +[00e1] á +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 1,8,3,9 + +[00e2] â +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +PL 1,8,0,2,9,0,3,8,0 + +[00e3] ã +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +PL 0.7,8.4,-0.5968,1.6295,8.9015,0,2.4705,8.3485,0.5967,3.4,8.85,0 + +[00e4] ä +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00e5] å +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 + +[00e6] æ +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,8,3,0,8,4,1,4,4,0,4,1.5,0.4142,5.5,0,0,8,0,0 + +[00e7] ç +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +PL 1.5,0,0,1.5,-1,0,2.0925,-1.2725,-0.6969,2.0544,-2.3977,-0.1998,0.5002,-2.2805,0 + +[00e8] è +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 1,9,3,8 + +[00e9] é +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 1,8,3,9 + +[00ea] ê +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +PL 1,8,0,2,9,0,3,8,0 + +[00eb] ë +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00ec] ì +L 0,0,0,6 +L 1,8,-1,9 + +[00ed] í +L 0,0,0,6 +L 1,9,-1,8 + +[00ee] î +L 0,0,0,6 +PL 1,8,0,0,9,0,-1,8,0 + +[00ef] ï +L 0,0,0,6 +L -1,8.5,-1,9 +L 1,8.5,1,9 + +[00f0] ð +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 3.6502,5.13,1,9 +L 1,7,3,8 + +[00f1] ñ +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +PL 0.5,8.4,-0.5968,1.4295,8.9015,0,2.2705,8.3485,0.5967,3.2,8.85,0 + +[00f2] ò +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 1,9,3,8 + +[00f3] ó +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 1,8,3,9 + +[00f4] ô +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +PL 1,8,0,2,9,0,3,8,0 + +[00f5] õ +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +PL 0.7,8.4,-0.5968,1.6295,8.9015,0,2.4705,8.3485,0.5967,3.4,8.85,0 + +[00f6] ö +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00f7] ÷ +L 0,4,4,4 +L 1.75,6,2.25,6 +L 1.75,2,2.25,2 + +[00f8] ø +A 3,4.5,3,257.5,77.47 +A 3,4.5,3,77.47,257.5 +L 2,0,4,9 + +[00f9] ù +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 1,9,3,8 + +[00fa] ú +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 1,8,3,9 + +[00fb] û +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +PL 1,8,0,2,9,0,3,8,0 + +[00fc] ü +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[00fd] ý +L 0,6,2,0 +PL 4,6,0,1.228,-2.316,-0.323,0.2793,-3,0,0,-3,0 +L 1,8,3,9 + +[00fe] þ +PL 0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0 +L 0,9,0,-3 + +[00ff] ÿ +L 0,6,2,0 +PL 4,6,0,1.228,-2.316,-0.323,0.2793,-3,0,0,-3,0 +L 1,8.5,1,9 +L 3,8.5,3,9 + +[0100] Ā +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +L 1.5,11,4.5,11 + +[0101] ā +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +L 0.5,8,3.5,8 + +[0102] Ă +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.167,2.5 +A 3,11,1,180,0 + +[0103] ă +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +A 2,9,1,180,0 + +[0104] Ą +PL 0,0,0,3,9,0,6,0,1,6,-2,0 +L 0.8333,2.5,5.167,2.5 + +[0105] ą +PL 0.5,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0,1.5,0,-1,1.5,3,0,4,3,0 +A 4,-1,1,90,270 + +[0106] Ć +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +L 1,10,3,11 + +[0107] ć +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +L 1,8,3,9 + +[0108] Ĉ +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +PL 1,10,0,2,11,0,3,10,0 + +[0109] ĉ +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +PL 1,8,0,2,9,0,3,8,0 + +[010a] Ċ +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +L 2,11,2,10.5 + +[010b] ċ +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +L 2,9,2,8.5 + +[010c] Č +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 +PL 1,11,0,2,10,0,3,11,0 + +[010d] č +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 +PL 1,9,0,2,8,0,3,9,0 + +[010e] Ď +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 +PL 1,11,0,2,10,0,3,11,0 + +[010f] ď +PL 4,9,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0 +L 4.5,7,5,9 + +[0110] Đ +PLC 3,0,0.4142,5,2,0,5,7,0.4142,3,9,0,0,9,0,0,0,0 +L -1,4.5,1,4.5 + +[0111] đ +PL 4,9,0,4,0,0,1.5,0,-0.4142,0,1.5,0,0,4.5,-0.4142,1.5,6,0,4,6,0 +L 5,8,1,8 + +[0112] Ē +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 0.5,11,3.5,11 + +[0113] ē +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 0.5,8,3.5,8 + +[0114] Ĕ +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +A 2,11,1,180,0 + +[0115] ĕ +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +A 2,9,1,180,0 + +[0116] Ė +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 2,11,2,10.5 + +[0117] ė +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 2,9,2,8.5 + +[0118] Ę +PL 4,9,0,0,9,0,0,0,0,4,0,1,4,-2,0 +L 0,5,3,5 + +[0119] ę +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,1,4,-2,0 + +[011a] Ě +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +PL 1,11,0,2,10,0,3,11,0 + +[011b] ě +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +PL 1,9,0,2,8,0,3,9,0 + +[011c] Ĝ +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 +PL 2,10,0,3,11,0,4,10,0 + +[011d] ĝ +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 +PL 1,8,0,2,9,0,3,8,0 + +[011e] Ğ +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 +A 3,11,1,180,0 + +[011f] ğ +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 +A 2,9,1,180,0 + +[0120] Ġ +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 +L 2.5,11,2.5,10.5 + +[0121] ġ +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 2,9,2,8.5 + +[0122] Ģ +PL 5,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,5,0,0,5,5,0,3.5,5,0 +PL 2,-3,0,3,-1,0,3,-0.5,0 + +[0123] ģ +PL 0,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 2,7,2.5,9 + +[0124] Ĥ +L 0,9,0,0 +L 5,0,5,9 +L 0,5,5,5 +PL 1.5,10,0,2.5,11,0,3.5,10,0 + +[0125] ĥ +L 0,9,0,0 +PL 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +PL 1,10,0,2,11,0,3,10,0 + +[0126] Ħ +L 0,9,0,0 +L 5,0,5,9 +L 0,5,5,5 +L -1,7,6,7 + +[0127] ħ +L 0,9,0,0 +PL 0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +L -1,8,3,8 + +[0128] Ĩ +L 0,9,0,0 +PL -1.3,10.4,-0.5968,-0.3705,10.9015,0,0.4705,10.3485,0.5967,1.4,10.85,0 + +[0129] ĩ +L 0,0,0,6 +PL -1.3,8.4,-0.5968,-0.3705,8.9015,0,0.4705,8.3485,0.5967,1.4,8.85,0 + +[012a] Ī +L 0,9,0,0 +L -1.5,11,1.5,11 + +[012b] ī +L 0,0,0,6 +L -1.5,9,1.5,9 + +[012c] Ĭ +L 0,9,0,0 +A 0,11,1,180,0 + +[012d] ĭ +L 0,0,0,6 +A 0,9,1,180,0 + +[012e] Į +PL 0,9,0,0,0,1,0,-2,0 + +[012f] į +PL 0,-2,-1,0,0,0,0,6,0 +L 0,8.5,0,9 + +[0130] İ +L 0,9,0,0 +L 0,11,0,10.5 + +[0131] ı +L 0,0,0,6 + +[0132] IJ +L 0,9,0,0 +PL 4,9,0,4,2,-0.4142,2,0,0,1,0,0 + +[0133] ij +L 0,0,0,6 +L 0,8.5,0,9 +PL 0,-3,0,0.5,-3,0.4142,2,-1.5,0,2,6,0 +L 2,8.5,2,9 + +[0134] Ĵ +PL 3,9,0,3,2,-0.4142,1,0,0,0,0,0 +PL 2,10,0,3,11,0,4,10,0 + +[0135] ĵ +PL 0,-3,0,0.5,-3,0.4142,2,-1.5,0,2,6,0 +PL 1,8,0,2,9,0,3,8,0 + +[0136] Ķ +L 0,9,0,0 +L 0,3.5,5,9 +L 1.671,5.338,5,0 +PL 2,-3,0,3,-1,0,3,-0.5,0 + +[0137] ķ +L 0,9,0,0 +L 0,3.5,4,6 +L 1.321,4.326,4,0 +PL 1,-3,0,2,-1,0,2,-0.5,0 + +[0138] ĸ +L 0,3.5,4,6 +L 1.321,4.326,4,0 +L 0,6,0,0 + +[0139] Ĺ +PL 0,9,0,0,0,0,4,0,0 +L 0,10,2,11 + +[013a] ĺ +PL 0,9,0,0,1,0.4142,1,0,0 +L 0,10,2,11 + +[013b] Ļ +PL 0,9,0,0,0,0,4,0,0 +PL 1,-3,0,2,-1,0,2,-0.5,0 + +[013c] ļ +PL 0,9,0,0,1,0.4142,1,0,0 +PL 0,-3,0,1,-1,0,1,-0.5,0 + +[013d] Ľ +PL 0,9,0,0,0,0,4,0,0 +L 3,7,3.5,9 + +[013e] ľ +PL 0,9,0,0,1,0.4142,1,0,0 +L 1,7,1.5,9 + +[013f] Ŀ +PL 0,9,0,0,0,0,4,0,0 +L 5,2.5,5,3 + +[0140] ŀ +PL 0,9,0,0,1,0.4142,1,0,0 +L 2,2.5,2,3 + +[0141] Ł +PL 0,9,0,0,0,0,4,0,0 +L -1,4,1,5 + +[0142] ł +PL 0,9,0,0,1,0.4142,1,0,0 +L -1,4,1,5 + +[0143] Ń +PL 0,0,0,0,9,0,5,0,0,5,9,0 +L 1.5,10,3.5,11 + +[0144] ń +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +L 1,8,3,9 + +[0145] Ņ +PL 0,0,0,0,9,0,5,0,0,5,9,0 +PL 1.5,-3,0,2.5,-1,0,2.5,-0.5,0 + +[0146] ņ +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +PL 1,-3,0,2,-1,0,2,-0.5,0 + +[0147] Ň +PL 0,0,0,0,9,0,5,0,0,5,9,0 +PL 1.5,11,0,2.5,10,0,3.5,11,0 + +[0148] ň +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 +PL 1,9,0,2,8,0,3,9,0 + +[0149] ʼn +L 0,7,0.5,9 +PL 1,0,0,1,6,0,3.5,6,-0.4142,5,4.5,0,5,0,0 + +[014a] Ŋ +PL 0,0,0,0,9,0,5,0,0,5,9,0 +AR 3.5,0,1.5,360,255.9638 + +[014b] ŋ +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,-0.4879,2.1362,-1.4552,0 + +[014c] Ō +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 0.5,11,4.5,11 + +[014d] ō +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 0.5,8,3.5,8 + +[014e] Ŏ +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +A 2.5,11,1,180,0 + +[014f] ŏ +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +A 2,9,1,180,0 + +[0150] Ő +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 +L 1,10,3,11 +L 3,10,5,11 + +[0151] ő +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +L 0,8,2,9 +L 2,8,4,9 + +[0152] Œ +PL 4,0.2679,-0.1317,3,0,0,2,0,-0.4142,0,2,0,0,7,-0.4142,2,9,0,3,9,-0.1317,4,8.7321,0 +PL 8,9,0,4,9,0,4,0,0,8,0,0 +L 4,5,7,5 + +[0153] œ +PLC 0,2,1,4,2,0,4,4,1,0,4,0 +PL 4,3,0,8,3,0,8,4,1,4,4,0,4,1.5,0.4142,5.5,0,0,8,0,0 + +[0154] Ŕ +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 +L 1.5,10,3.5,11 + +[0155] ŕ +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 +L 0.5,8,2.5,9 + +[0156] Ŗ +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 +PL 1.5,-3,0,2.5,-1,0,2.5,-0.5,0 + +[0157] ŗ +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 +PL 0.5,-3,0,1.5,-1,0,1.5,-0.5,0 + +[0158] Ř +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 +L 3,4,5,0 +PL 1.5,11,0,2.5,10,0,3.5,11,0 + +[0159] ř +PL 0,0,0,0,6,0,2,6,-0.4142,3,5,0 +PL 0.5,9,0,1.5,8,0,2.5,9,0 + +[015a] Ś +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +L 2,10,4,11 + +[015b] ś +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +L 1,8,3,9 + +[015c] Ŝ +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +PL 1.5,10,0,2.5,11,0,3.5,10,0 + +[015d] ŝ +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +PL 1,8,0,2,9,0,3,8,0 + +[015e] Ş +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +PL 1.5002,-2.2805,0.1998,3.0544,-2.3977,0.6969,3.0928,-1.2725,0,2.5,-1,0,2.5,0.0189,0 + +[015f] ş +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +PL 1.0002,-2.2805,0.1998,2.5544,-2.3977,0.6969,2.5928,-1.2725,0,2,-1,0,2,0.0033,0 + +[0160] Š +PL 5.0005,8.2816,0.118,2,9,0.7883,1.092,5.218,0,3.909,3.782,-0.7882,3,0,-0.1179,0.0026,0.7168,0 +PL 1.5,11,0,2.5,10,0,3.6,11,0 + +[0161] š +PL 3.9995,5.439,0.1998,0.8901,5.6728,0.697,0.8146,3.423,0,3.185,2.455,-0.6969,3.1088,0.2047,-0.1998,0.0005,0.439,0 +PL 1,9,0,2,8,0,3,9,0 + +[0162] Ţ +L 0,9,6,9 +PL 3,9,0,3,-1,0,3.5925,-1.2725,-0.6969,3.5544,-2.3977,-0.1998,2.0002,-2.2805,0 + +[0163] ţ +L 0,6,3,6 +PL 1,9,0,1,-1,0,1.5925,-1.2725,-0.6969,1.5544,-2.3977,-0.1998,0.0002,-2.2805,0 + +[0164] Ť +L 0,9,6,9 +L 3,9,3,0 +PL 2,11,0,3,10,0,4,11,0 + +[0165] ť +L 0,6,3,6 +L 1,9,1,0 +L 3,7,3.5,9 + +[0166] Ŧ +L 0,9,6,9 +L 3,9,3,0 +L 1.5,4.5,4.5,4.5 + +[0167] ŧ +L 0,6,3,6 +L 1,9,1,0 +L 0,3,2,3 + +[0168] Ũ +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +PL 1.2,10.4,-0.5968,2.1295,10.9015,0,2.9705,10.3485,0.5967,3.9,10.85,0 + +[0169] ũ +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +PL 0.7,8.4,-0.5968,1.6295,8.9015,0,2.4705,8.3485,0.5967,3.4,8.85,0 + +[016a] Ū +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 0.5,11,4.5,11 + +[016b] ū +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 0.5,8,3.5,8 + +[016c] Ŭ +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +A 2.5,11,1,180,0 + +[016d] ŭ +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +A 2,9,1,180,0 + +[016e] Ů +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +AR 2.5,10.25,0.75,0,180 +AR 2.5,10.25,0.75,180,0 + +[016f] ů +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +AR 2,8.25,0.75,0,180 +AR 2,8.25,0.75,180,0 + +[0170] Ű +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +L 1,10,3,11 +L 3,10,5,11 + +[0171] ű +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 0,8,2,9 +L 2,8,4,9 + +[0172] Ų +PL 0,9,0,0,2.5,1,5,2.5,0,5,9,0 +A 2.5,-1,1,90,270 + +[0173] ų +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +A 4,-1,1,90,270 + +[0174] Ŵ +PL 0,9,0,2,0,0,4,6,0,6,0,0,8,9,0 +PL 3,10,0,4,11,0,5,10,0 + +[0175] ŵ +PL 0,6,0,1.5,0,0,3,4,0,4.5,0,0,6,6,0 +PL 2,8,0,3,9,0,4,8,0 + +[0176] Ŷ +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +PL 2,10,0,3,11,0,4,10,0 + +[0177] ŷ +L 0,6,2,0 +PL 4,6,0,1.228,-2.316,-0.323,0.2793,-3,0,0,-3,0 +PL 1,8,0,2,9,0,3,8,0 + +[0178] Ÿ +PL 0,9,0,3,5,0,3,0,0 +L 3,5,6,9 +L 2,10.5,2,11 +L 4,10.5,4,11 + +[0179] Ź +PL 0,9,0,5,9,0,0,0,0,5,0,0 +L 1.5,10,3.5,11 + +[017a] ź +PL 0,6,0,4,6,0,0,0,0,4,0,0 +L 1,8,3,9 + +[017b] Ż +PL 0,9,0,5,9,0,0,0,0,5,0,0 +L 2.5,11,2.5,10.5 + +[017c] ż +PL 0,6,0,4,6,0,0,0,0,4,0,0 +L 2,9,2,8.5 + +[017d] Ž +PL 0,9,0,5,9,0,0,0,0,5,0,0 +PL 1.5,11,0,2.5,10,0,3.5,11,0 + +[017e] ž +PL 0,6,0,4,6,0,0,0,0,4,0,0 +PL 1,9,0,2,8,0,3,9,0 + +[017f] ſ +PL 1,0,0,1,7.5,-0.4142,2.5,9,0,3,9,0 +L 0,6,1,6 + +[0391] Α +PL 5.8182,0,0,2.9091,7.6364,0,0,0,0 +L 1.0909,2.5455,4.7273,2.5455 + +[0392] Β +PL 0,4,0,3.2727,4,0,4.3636,4.3636,0,4.7273,4.7273,0,5.0909,5.4545,0,5.0909,6.1818,0,4.7273,6.9091,0,4.3636,7.2727,0,3.2727,7.6364,0,0,7.6364,0,0,0,0,3.2727,0,0,4.3636,0.3636,0,4.7273,0.7273,0,5.0909,1.4545,0,5.0909,2.5455,0,4.7273,3.2727,0,4.3636,3.6364,0,3.2727,4,0 + +[0393] Γ +PL 4.3636,7.6364,0,0,7.6364,0,0,0,0 + +[0394] Δ +PLC 0,0,0,5.8182,0,0,2.9091,7.6364,0 + +[0395] Ε +PL 4.7273,7.6364,0,0,7.6364,0,0,0,0,4.7273,0,0 +L 0,4,2.9091,4 + +[0396] Ζ +PL 0,7.6364,0,5.0909,7.6364,0,0,0,0,5.0909,0,0 + +[0397] Η +L 0,7.6364,0,0 +L 5.0909,7.6364,5.0909,0 +L 0,4,5.0909,4 + +[0398] Θ +PLC 1.4545,7.2727,0,0.7273,6.5455,0,0.3636,5.8182,0,0,4.7273,0,0,2.9091,0,0.3636,1.8182,0,0.7273,1.0909,0,1.4545,0.3636,0,2.1818,0,0,3.6364,0,0,4.3636,0.3636,0,5.0909,1.0909,0,5.4545,1.8182,0,5.8182,2.9091,0,5.8182,4.7273,0,5.4545,5.8182,0,5.0909,6.5455,0,4.3636,7.2727,0,3.6364,7.6364,0,2.1818,7.6364,0 +L 1.8182,4,4,4 + +[0399] Ι +L 0,7.6364,0,0 + +[039a] Κ +L 0,7.6364,0,0 +L 5.0909,7.6364,0,2.5455 +L 1.8182,4.3636,5.0909,0 + +[039b] Λ +PL 5.8182,0,0,2.9091,7.6364,0,0,0,0 + +[039c] Μ +PL 5.8182,0,0,5.8182,7.6364,0,2.9091,0,0,0,7.6364,0,0,0,0 + +[039d] Ν +PL 5.0909,7.6364,0,5.0909,0,0,0,7.6364,0,0,0,0 + +[039e] Ξ +L 0,7.6364,5.0909,7.6364 +L 1.4545,4,3.6364,4 +L 0,0,5.0909,0 + +[039f] Ο +PLC 1.4545,7.2727,0,0.7273,6.5455,0,0.3636,5.8182,0,0,4.7273,0,0,2.9091,0,0.3636,1.8182,0,0.7273,1.0909,0,1.4545,0.3636,0,2.1818,0,0,3.6364,0,0,4.3636,0.3636,0,5.0909,1.0909,0,5.4545,1.8182,0,5.8182,2.9091,0,5.8182,4.7273,0,5.4545,5.8182,0,5.0909,6.5455,0,4.3636,7.2727,0,3.6364,7.6364,0,2.1818,7.6364,0 + +[03a0] Π +PL 5.0909,0,0,5.0909,7.6364,0,0,7.6364,0,0,0,0 + +[03a1] Ρ +PL 0,3.6364,0,3.2727,3.6364,0,4.3636,4,0,4.7273,4.3636,0,5.0909,5.0909,0,5.0909,6.1818,0,4.7273,6.9091,0,4.3636,7.2727,0,3.2727,7.6364,0,0,7.6364,0,0,0,0 + +[03a2] ΢ +PL 5.0909,7.6364,0,0,7.6364,0,2.5455,4,0,0,0,0,5.0909,0,0 + +[03a3] Σ +PL 5.0909,7.6364,0,0,7.6364,0,2.5455,4,0,0,0,0,5.0909,0,0 + +[03a4] Τ +L 2.5455,7.6364,2.5455,0 +L 0,7.6364,5.0909,7.6364 + +[03a5] Υ +PL 0,5.8182,0,0,6.5455,0,0.3636,7.2727,0,0.7273,7.6364,0,1.4545,7.6364,0,1.8182,7.2727,0,2.1818,6.5455,0,2.5455,5.0909,0,2.5455,0,0 +PL 5.0909,5.8182,0,5.0909,6.5455,0,4.7273,7.2727,0,4.3636,7.6364,0,3.6364,7.6364,0,3.2727,7.2727,0,2.9091,6.5455,0,2.5455,5.0909,0 + +[03a6] Φ +L 2.5455,7.6364,2.5455,0 +PLC 0.7273,5.4545,0,0.3636,5.0909,0,0,4.3636,0,0,3.2727,0,0.3636,2.5455,0,0.7273,2.1818,0,1.8182,1.8182,0,3.2727,1.8182,0,4.3636,2.1818,0,4.7273,2.5455,0,5.0909,3.2727,0,5.0909,4.3636,0,4.7273,5.0909,0,4.3636,5.4545,0,3.2727,5.8182,0,1.8182,5.8182,0 + +[03a7] Χ +L 0,7.6364,5.0909,0 +L 0,0,5.0909,7.6364 + +[03a8] Ψ +L 3.2727,7.6364,3.2727,0 +PL 0,5.4545,0,0.3636,5.4545,0,0.7273,5.0909,0,1.0909,3.6364,0,1.4545,2.9091,0,1.8182,2.5455,0,2.9091,2.1818,0,3.6364,2.1818,0,4.7273,2.5455,0,5.0909,2.9091,0,5.4545,3.6364,0,5.8182,5.0909,0,6.1818,5.4545,0,6.5455,5.4545,0 + +[03a9] Ω +PL 0,0,0,1.4545,0,0,0.3636,2.5455,0,0,4,0,0,5.4545,0,0.3636,6.5455,0,1.0909,7.2727,0,2.1818,7.6364,0,2.9091,7.6364,0,4,7.2727,0,4.7273,6.5455,0,5.0909,5.4545,0,5.0909,4,0,4.7273,2.5455,0,3.6364,0,0,5.0909,0,0 + +[03b1] α +PL 5.4545,0,0,5.0909,0,0,4.7273,0.3636,0,4.3636,1.0909,0,3.6364,4,0,3.2727,4.7273,0,2.9091,5.0909,0,2.1818,5.0909,0,1.4545,4.7273,0,0.7273,4,0,0.3636,3.2727,0,0,2.1818,0,0,1.0909,0,0.3636,0.3636,0,1.0909,0,0,1.8182,0,0,2.5455,0.3636,0,3.6364,1.4545,0,4.3636,2.5455,0,5.0909,4,0,5.4545,5.0909,0 + +[03b2] β +PL 0.7273,1.8182,0,1.0909,0.7273,0,1.4545,0.3636,0,2.1818,0,0,2.9091,0,0,3.6364,0.3636,0,4,0.7273,0,4.3636,1.4545,0,4.3636,2.5455,0,4,3.2727,0,3.2727,4,0,2.5455,4.3636,0,3.6364,4.3636,0,4.3636,4.7273,0,4.7273,5.0909,0,5.0909,5.8182,0,5.0909,6.9091,0,4.3636,7.6364,0,3.6364,7.6364,0,2.9091,7.2727,0,2.1818,6.5455,0,1.4545,5.0909,0,1.0909,4,0,0.7273,2.5455,0,0.3636,0.3636,0,0,-2.5455,0 + +[03b3] γ +PL 0,4,0,0.7273,4.7273,0,1.4545,5.0909,0,1.8182,5.0909,0,2.5455,4.7273,0,2.9091,4.3636,0,3.2727,3.2727,0,3.2727,1.8182,0,2.9091,0,0,5.0909,3.2727,0,5.4545,4,0,5.8182,5.0909,0 +PL 2.9091,0,0,2.1818,-1.4545,0,1.8182,-2.5455,0 + +[03b4] δ +PLC 1.8182,5.0909,0,1.0909,4.7273,0,0.3636,4,0,0,2.9091,0,0,1.8182,0,0.3636,0.7273,0,0.7273,0.3636,0,1.4545,0,0,2.1818,0,0,2.9091,0.3636,0,3.6364,1.0909,0,4,2.1818,0,4,3.2727,0,3.6364,4.3636,0,2.9091,5.0909,0 +PL 2.9091,5.0909,0,2.1818,5.8182,0,1.8182,6.5455,0,1.8182,7.2727,0,2.1818,7.6364,0,2.9091,7.6364,0,3.6364,7.2727,0,4.3636,6.5455,0 + +[03b5] ε +PL 3.6364,4.3636,0,3.2727,4.7273,0,2.5455,5.0909,0,1.4545,5.0909,0,0.7273,4.7273,0,0.7273,4,0,1.0909,3.2727,0,2.1818,2.9091,0,0.7273,2.5455,0,0,1.8182,0,0,1.0909,0,0.3636,0.3636,0,1.0909,0,0,2.1818,0,0,2.9091,0.3636,0,3.6364,1.0909,0 + +[03b6] ζ +PL 2.5455,7.6364,0,1.8182,7.2727,0,1.4545,6.9091,0,1.4545,6.5455,0,1.8182,6.1818,0,2.9091,5.8182,0,4,5.8182,0,2.5455,5.0909,0,1.4545,4.3636,0,0.3636,3.2727,0,0,2.1818,0,0,1.4545,0,0.3636,0.7273,0,1.0909,0,0,2.1818,-0.7273,0,2.5455,-1.4545,0,2.5455,-2.1818,0,2.1818,-2.5455,0,1.4545,-2.5455,0,1.0909,-1.8182,0 + +[03b7] η +PL 0,3.6364,0,0.3636,4.3636,0,1.0909,5.0909,0,1.8182,5.0909,0,2.1818,4.7273,0,2.1818,4,0,1.8182,2.5455,0,1.0909,0,0 +PL 1.8182,2.5455,0,2.5455,4,0,3.2727,4.7273,0,4,5.0909,0,4.7273,5.0909,0,5.4545,4.3636,0,5.4545,3.2727,0,5.0909,1.4545,0,4,-2.5455,0 + +[03b8] θ +PL 0,3.6364,0,0.3636,4.3636,0,1.0909,5.0909,0,1.8182,5.0909,0,2.1818,4.7273,0,2.1818,4,0,1.8182,2.1818,0,1.8182,1.0909,0,2.1818,0.3636,0,2.5455,0,0,3.2727,0,0,4,0.3636,0,4.7273,1.4545,0,5.0909,2.1818,0,5.4545,3.2727,0,5.8182,5.0909,0,5.8182,6.1818,0,5.4545,7.2727,0,4.7273,7.6364,0,4,7.6364,0,3.6364,6.9091,0,3.6364,6.1818,0,4,5.0909,0,4.7273,4,0,5.4545,3.2727,0,6.5455,2.5455,0 + +[03b9] ι +PL 1.0909,5.0909,0,0.3636,2.5455,0,0,1.0909,0,0,0.3636,0,0.3636,0,0,1.0909,0,0,1.8182,0.7273,0,2.1818,1.4545,0 + +[03ba] κ +L 1.4545,5.0909,0,0 +PL 5.0909,4.7273,0,4.7273,5.0909,0,4.3636,5.0909,0,3.6364,4.7273,0,2.1818,3.2727,0,1.4545,2.9091,0,1.0909,2.9091,0,1.8182,2.5455,0,2.1818,2.1818,0,2.9091,0.3636,0,3.2727,0,0,3.6364,0,0,4,0.3636,0 + +[03bb] λ +PL 0,7.6364,0,0.7273,7.6364,0,1.4545,7.2727,0,1.8182,6.9091,0,4.7273,0,0 +L 2.5455,5.0909,0.3636,0 + +[03bc] μ +L 2.1818,5.0909,0,-2.5455 +PL 1.8182,3.6364,0,1.4545,1.8182,0,1.4545,0.7273,0,2.1818,0,0,2.9091,0,0,3.6364,0.3636,0,4.3636,1.0909,0,5.0909,2.5455,0,5.8182,5.0909,0 +PL 5.0909,2.5455,0,4.7273,1.0909,0,4.7273,0.3636,0,5.0909,0,0,5.8182,0,0,6.5455,0.7273,0,6.9091,1.4545,0 + +[03bd] ν +PL 0,5.0909,0,1.0909,5.0909,0,0.7273,2.9091,0,0.3636,1.0909,0,0,0,0,1.0909,0.3636,0,2.1818,1.0909,0,3.2727,2.1818,0,4,3.2727,0,4.3636,4,0,4.7273,5.0909,0 + +[03be] ξ +PL 2.5455,7.6364,0,1.8182,7.2727,0,1.4545,6.9091,0,1.4545,6.5455,0,1.8182,6.1818,0,2.9091,5.8182,0,4,5.8182,0 +PL 2.9091,5.8182,0,1.8182,5.4545,0,1.0909,5.0909,0,0.7273,4.3636,0,0.7273,3.6364,0,1.4545,2.9091,0,2.5455,2.5455,0,3.2727,2.5455,0 +PL 2.5455,2.5455,0,1.0909,2.1818,0,0.3636,1.8182,0,0,1.0909,0,0,0.3636,0,0.7273,-0.3636,0,2.1818,-1.0909,0,2.5455,-1.4545,0,2.5455,-2.1818,0,1.8182,-2.5455,0,1.0909,-2.5455,0 + +[03bf] ο +PLC 1.0909,4.7273,0,0.3636,4,0,0,2.9091,0,0,1.8182,0,0.3636,0.7273,0,0.7273,0.3636,0,1.4545,0,0,2.1818,0,0,2.9091,0.3636,0,3.6364,1.0909,0,4,2.1818,0,4,3.2727,0,3.6364,4.3636,0,3.2727,4.7273,0,2.5455,5.0909,0,1.8182,5.0909,0 + +[03c0] π +L 2.5455,5.0909,1.0909,0 +PL 4.3636,5.0909,0,4.7273,2.9091,0,5.0909,1.0909,0,5.4545,0,0 +PL 0,4,0,0.7273,4.7273,0,1.8182,5.0909,0,6.5455,5.0909,0 + +[03c1] ρ +PLC 1.4545,1.8182,0,1.8182,0.7273,0,2.1818,0.3636,0,2.9091,0,0,3.6364,0,0,4.3636,0.3636,0,5.0909,1.0909,0,5.4545,2.1818,0,5.4545,3.2727,0,5.0909,4.3636,0,4.7273,4.7273,0,4,5.0909,0,3.2727,5.0909,0,2.5455,4.7273,0,1.8182,4,0,1.4545,2.9091,0 +L 1.4545,2.9091,0,-2.5455 + +[03c3] σ +PL 5.4545,5.0909,0,1.8182,5.0909,0,1.0909,4.7273,0,0.3636,4,0,0,2.9091,0,0,1.8182,0,0.3636,0.7273,0,0.7273,0.3636,0,1.4545,0,0,2.1818,0,0,2.9091,0.3636,0,3.6364,1.0909,0,4,2.1818,0,4,3.2727,0,3.6364,4.3636,0,3.2727,4.7273,0,2.5455,5.0909,0 + +[03c4] τ +L 3.2727,5.0909,2.1818,0 +PL 0,4,0,0.7273,4.7273,0,1.8182,5.0909,0,5.8182,5.0909,0 + +[03c5] υ +PL 0,3.6364,0,0.3636,4.3636,0,1.0909,5.0909,0,1.8182,5.0909,0,2.1818,4.7273,0,2.1818,4,0,1.4545,1.8182,0,1.4545,0.7273,0,2.1818,0,0,2.9091,0,0,4,0.3636,0,4.7273,1.0909,0,5.4545,2.5455,0,5.8182,4,0,5.8182,5.0909,0 + +[03c6] φ +PL 1.8182,4.7273,0,1.0909,4.3636,0,0.3636,3.6364,0,0,2.5455,0,0,1.4545,0,0.3636,0.7273,0,0.7273,0.3636,0,1.4545,0,0,2.5455,0,0,3.6364,0.3636,0,4.7273,1.0909,0,5.4545,2.1818,0,5.8182,3.2727,0,5.8182,4.3636,0,5.0909,5.0909,0,4.3636,5.0909,0,3.6364,4.3636,0,2.9091,2.9091,0,2.1818,1.0909,0,1.0909,-2.5455,0 + +[03c7] χ +PL 0.3636,5.0909,0,1.0909,5.0909,0,1.8182,4.3636,0,4,-1.8182,0,4.7273,-2.5455,0,5.4545,-2.5455,0 +PL 5.8182,5.0909,0,5.4545,4.3636,0,4.7273,3.2727,0,1.0909,-0.7273,0,0.3636,-1.8182,0,0,-2.5455,0 + +[03c8] ψ +L 5.4545,7.6364,2.5455,-2.5455 +PL 0,3.6364,0,0.3636,4.3636,0,1.0909,5.0909,0,1.8182,5.0909,0,2.1818,4.7273,0,2.1818,4,0,1.8182,2.1818,0,1.8182,1.0909,0,2.1818,0.3636,0,2.9091,0,0,3.6364,0,0,4.7273,0.3636,0,5.4545,1.0909,0,6.1818,2.1818,0,6.9091,4,0,7.2727,5.0909,0 + +[03c9] ω +PL 1.8182,5.0909,0,1.0909,4.7273,0,0.3636,3.6364,0,0,2.5455,0,0,1.4545,0,0.3636,0.3636,0,0.7273,0,0,1.4545,0,0,2.1818,0.3636,0,2.9091,1.4545,0,3.2727,2.9091,0 +PL 2.9091,1.4545,0,3.2727,0.3636,0,3.6364,0,0,4.3636,0,0,5.0909,0.3636,0,5.8182,1.4545,0,6.1818,2.5455,0,6.1818,3.6364,0,5.8182,4.7273,0,5.4545,5.0909,0 + +[0401] Ё +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 +L 1,10.25,1,10.75 +L 3,10.25,3,10.75 + +[0410] А +PL 0,0,0,3,9,0,6,0,0 +L 0.8333,2.5,5.1667,2.5 + +[0411] Б +PL 0,5,0,2.6,5,-0.4142,5,2.6,0,5,2.4,-0.4142,2.6,0,0,0,0,0,0,9,0,4,9,0 + +[0412] В +PL 0,5,0,2.6,5,-0.4142,5,2.6,0,5,2.4,-0.4142,2.6,0,0,0,0,0,0,9,0,2.5,9,-1,2.5,5,0 + +[0413] Г +PL 0,0,0,0,9,0,5,9,0 + +[0414] Д +PL 0.5,0,0,3.5,9,0,5.5,9,0,5.5,0,0 +PL 0,-1.5,0,0,0,0,6,0,0,6,-1.5,0 + +[0415] Е +PL 4,9,0,0,9,0,0,0,0,4,0,0 +L 0,5,3,5 + +[0416] Ж +L 3,9,3,0 +PL 0,9,0,3,4.5,0,6,9,0 +L 0,0,2.7,4.95 +L 3.3,4.95,6,0 + +[0417] З +PL 0.2111,1.1056,0.2841,2,0,0,3,0,0.4142,5,2,0,5,3,0.4142,3,5,1,3,9,0,2,9,0.1989,0.5858,8.4142,0 +L 3,5,2,5 + +[0418] И +PL 0,9,0,0,0,0,5,9,0,5,0,0 + +[0419] Й +PL 0,9,0,0,0,0,5,9,0,5,0,0 +L 1.5,10,3.5,10 + +[041a] К +L 0,9,0,0 +L 0,3.5,5,9 +L 1.6713,5.3384,5,0 + +[041b] Л +PL 5,0,0,5,9,0,3.5,9,0,0,0,0 + +[041c] М +PL 0,0,0,0,9,0,3,4,0,6,9,0,6,0,0 + +[041d] Н +L 0,9,0,0 +L 5,0,5,9 +L 0,5,5,5 + +[041e] О +PLC 0,7,-0.4142,2,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,2,0,-0.4142,0,2,0 + +[041f] П +PL 5,0,0,5,9,0,0,9,0,0,0,0 + +[0420] Р +PL 0,0,0,0,9,0,3,9,-0.4142,5,7,0,5,6,-0.4142,3,4,0,0,4,0 + +[0421] С +PL 4,9,0,2,9,0.4142,0,7,0,0,2,0.4142,2,0,0,4,0,0 + +[0422] Т +L 0,9,6,9 +L 3,9,3,0 + +[0423] У +PL 0,9,0,0,6,0.4142,2,4,0,5,4,0 +PL 0.5,0,0,3,0,0.4142,5,2,0,5,9,0 + +[0424] Ф +L 3,9,3,0 +PLC 2,2,0,4,2,0.4142,6,4,0,6,5.5,0.4142,4,7.5,0,2,7.5,0.4142,0,5.5,0,0,4,0.4142 + +[0425] Х +L 0,9,6,0 +L 0,0,6,9 + +[0426] Ц +PL 0,9,0,0,0,0,6,0,0,6,-1.5,0 +L 5,9,5,0 + +[0427] Ч +L 5,9,5,0 +PL 0,9,0,0,6,0.4142,2,4,0,5,4,0 + +[0428] Ш +PL 0,9,0,0,0,0,6,0,0,6,9,0 +L 3,9,3,0 + +[0429] Щ +PL 0,9,0,0,0,0,7,0,0,7,-1.5,0 +L 6,0,6,9 +L 3,9,3,0 + +[042a] Ъ +PL 0,9,0,1.5,9,0,1.5,0,0,4,0,1,4,5,0,1.5,5,0 + +[042b] Ы +PL 0,9,0,0,0,0,2,0,1,2,5,0,0,5,0 +L 6,9,6,0 + +[042c] Ь +PL 0,9,0,0,0,0,2.5,0,1,2.5,5,0,0,5,0 + +[042d] Э +PL 0,9,0,3,9,-0.4142,5,7,0,5,2,-0.4142,3,0,0,0,0,0 +L 5,5,2,5 + +[042e] Ю +PLC 1.5,7,0,1.5,2,0.4142,3.5,0,0,4,0,0.4142,6,2,0,6,7,0.4142,4,9,0,3.5,9,0.4142 +L 0,9,0,0 +L 0,5,1.5,5 + +[042f] Я +PL 5,0,0,5,9,0,2,9,0.4142,0,7,0,0,6,0.4142,2,4,0,5,4,0 +L 0,0,3,4 + +[0430] а +PLC 0,4.5,0,0,1.5,0.4142,1.5,0,0,2.5,0,0.4142,4,1.5,0,4,6,0,1.5,6,0.4142 +A 5.5,1.5,1.5,180,270 + +[0431] б +PLC 0,4.5,0,0,1.5,0.4142,1.5,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,1.5,6,0.4142 +PL 3.5421,5.5789,0,0,9,0,4,9,0 + +[0432] в +PL 0.2946,5.3928,0,1.8944,7.5528,1.2636,0,8,0,0,1.5,0,0,1.5,0.4142,1.5,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,1.5,6,0.4142,0,4.5,0 + +[0433] г +PL 4,0.4391,-0.1997,0.8919,0.2046,-0.6971,0.8146,2.4551,0,3.1854,3.4231,0.6971,3.1081,5.6735,0.1997,-0.0001,5.4391,0 + +[0434] д +PL 4,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,2.5,0,0.4142,4,1.5,0,4,7.5,0.4142,2.5,9,0,0.5,9,0 + +[0435] е +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 + +[0436] ж +L 3,6,3,0 +PL 0,6,0,3,3,0,6,6,0 +L 0,0,2.5714,3.4286 +L 6,0,3.4286,3.4286 + +[0437] з +PL 0.077,1.0257,0.3228,1.5,0,0,2.5,0,1,2.5,3,1,2.5,6,0,1.5,6,0.3228,0.077,4.9743,0 +L 1.5,3,2.5,3 + +[0438] и +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 + +[0439] й +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0,4,6,0 +L 1,7.5,3,7.5 + +[043a] к +L 0,6,0,0 +L 0,3,4,6 +L 1.3333,4,4,0 + +[043b] л +PL 0,0,0,2.5,6,0,4,6,0,4,0,0 + +[043c] м +PL 5,0,0,5,6,0,2.5,2.5,0,0,6,0,0,0,0 + +[043d] н +L 0,6,0,0 +L 4,6,4,0 +L 0,3,4,3 + +[043e] о +PLC 0,2,1,4,2,0,4,4,1,0,4,0 + +[043f] п +PL 0,0,0,0,6,0,2.5,6,-0.4142,4,4.5,0,4,0,0 + +[0440] р +PL 0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0,0,-3,0 + +[0441] с +PL 3,6,0,1.5,6,0.4142,0,4.5,0,0,1.5,0.4142,1.5,0,0,3,0,0 + +[0442] т +PL 0,0,0,0,6,0,4.5,6,-0.4142,6,4.5,0,6,0,0 +L 3,6,3,0 + +[0443] у +PL 0,6,0,0,1.5,0.4142,1.5,0,0,4,0,0 +PL 0.5,-3,0,2.5,-3,0.4142,4,-1.5,0,4,6,0 + +[0444] ф +L 3,8,3,-3 +A 3,3,3,270,90 +A 3,3,3,90,270 + +[0445] х +L 0,6,4,0 +L 0,0,4,6 + +[0446] ц +PL 0,6,0,0,1.5,0.4142,1.5,0,0,5,0,0,5,-1.5,0 +L 4,0,4,6 + +[0447] ч +L 4,6,4,0 +PL 0,6,0,0,4.5,0.4142,1.5,3,0,4,3,0 + +[0448] ш +PL 0,6,0,0,1.5,0.4142,1.5,0,0,6,0,0,6,6,0 +L 3,6,3,0 + +[0449] щ +PL 0,6,0,0,1.5,0.4142,1.5,0,0,7,0,0,7,-1.5,0 +L 6,6,6,0 +L 3,6,3,0 + +[044a] ъ +PL 0,6,0,1.5,6,0,1.5,0,0,4,0,1,4,3,0,1.5,3,0 + +[044b] ы +PL 0,6,0,0,0,0,2,0,1,2,3,0,0,3,0 +L 5,6,5,0 + +[044c] ь +PL 0,6,0,0,0,0,2.5,0,1,2.5,3,0,0,3,0 + +[044d] э +PL 0,0,0,2.5,0,0.4142,4,1.5,0,4,4.5,0.4142,2.5,6,0,0,6,0 +L 1.5,3,4,3 + +[044e] ю +L 0,6,0,0 +PLC 1.5,4.5,0,1.5,1.5,1,4.5,1.5,0,4.5,4.5,1 +L 0,3,1.5,3 + +[044f] я +PL 4,0,0,4,6,0,1.5,6,1,1.5,3,0,4,3,0 +L 0,0,2.5,3 + +[0451] ё +PL 0,3,0,4,3,0,4,4,1,0,4,0,0,1.5,0.4142,1.5,0,0,4,0,0 +L 1,9,1,8.5 +L 3,9,3,8.5 + +[2018] ‘ +L 6.8141,8.2372,7.4071,9 + +[2019] ’ +L 0.593,8.2372,1.1856,9 + +[201c] “ +L 6.8139,8.2372,7.4069,9 +L 4.4834,8.2372,5.0763,9 + +[201d] ” +L 0.5928,8.2372,1.1857,9 +L 2.9233,8.2372,3.5163,9 + +[2020] † +L 2.0033,7.5,6.0031,7.5 +L 4.0025,9,4.0025,0 + +[2021] ‡ +L 2.0025,7.5,6.0023,7.5 +L 4.0031,9,4.0031,0 +L 2.0025,6,6.0023,6 + +[2026] … +L 0.5001,4.5,1.5001,4.5 +L 3.5,4.5,4.4999,4.5 +L 7.5001,4.5,6.5002,4.5 + +[2030] ‰ +PLC 8.0024,1,-1,6.0021,1,0,6.0024,3,-1,8.0027,3,0 +PLC 5.0015,1,-1,3.0026,1,0,3.0015,3,-1,5.0018,3,0 +PLC -0.0134,8,-1,1.9855,8,0,1.9866,6,-1,-0.0137,6,0 +L 5.0018,8.9414,0.0003,0 + +[2032] ′ +L 0.5927,8.2372,1.1857,9 + +[2033] ″ +L 0.5926,8.2372,1.1859,9 +L 2.9235,8.2372,3.5165,9 + +[203b] ※ +L 3.9997,0.962,3.9997,1.962 +L 3.9997,7.038,3.9997,8.038 +L 1.4976,1.9982,6.5019,7.0018 +L 7.5379,4.4997,6.5383,4.4997 +L 1.4618,4.4997,0.4622,4.4997 +L 6.5019,1.9982,1.4976,7.0018 + +[20ac] € +A 4.5313,4.5,4.5312,71.0866,288.9134 +L -1,5.5,4,5.5 +L 4,3.5,-1,3.5 + +[2103] ℃ +PL 7.9996,6,1,1.9998,6,0,1.9998,3,1,7.9996,3,0 +A 0.9995,8,1,180,0 +A 0.9995,8,1,0,180 + +[212b] Å +PL 0.0011,-0.0009,0,4.0009,6.5,0,8.0007,-0.0009,0 +L 1.1121,1.8049,6.8897,1.8049 +A 4.0009,8,1,180,0 +A 4.0009,8,1,0,180 + +[2190] ← +PL 7.9999,4.5,0,0.0003,4.5,0,1.4994,6,0 +L 0.0003,4.5,1.4994,3 + +[2191] ↑ +PL 3.9993,0.4999,0,3.9993,8.5001,0,5.4998,6.9999,0 +L 3.9993,8.5001,2.5003,6.9999 + +[2192] → +PL -0.0003,4.5,0,7.9993,4.5,0,6.5003,6,0 +L 7.9993,4.5,6.5003,3 + +[2193] ↓ +PL 3.9999,8.5001,0,3.9999,0.4999,0,2.4995,2.0001,0 +L 3.9999,0.4999,5.5004,2.0001 + +[21d2] ⇒ +PL 5.7491,6.75,0,8.0005,4.5,0,5.7491,2.25,0 +L -0.0005,5.25,7.2496,5.25 +L -0.0005,3.75,7.2496,3.75 + +[21d4] ⇔ +PL 5.7497,6.75,0,8.0011,4.5,0,5.7497,2.25,0 +PL 2.2501,6.75,0,0.0001,4.5,0,2.2501,2.25,0 +L 0.751,5.25,7.2502,5.25 +L 0.751,3.75,7.2502,3.75 + +[2200] ∀ +PL -0.0007,9,0,3.9991,0,0,7.9989,9,0 +L 1.1117,6.5,6.8879,6.5 + +[2202] ∂ +PL 3.5169,7.665,-1,6.982,5.665,0,4.4817,1.3351,-1,1.018,3.335,0,1.5182,4.201,-0.4142,4.2498,4.9332,0,5.9817,3.9331,0 + +[2203] ∃ +PL -0.0001,9,0,7.9995,9,0,7.9995,0,0,-0.0001,0,0 +L 7.9995,5,2.0005,5 + +[2205] ∅ +A 3,4.5,3,257.5,77.47 +A 3,4.5,3,77.47,257.5 +L 2,0,4,9 + +[2207] ∇ +PLC 7.9997,1.0359,0,3.9999,7.9641,0,0.0001,1.0359,0 +PL 4.2885,7.4642,0,0.8659,1.5359,0,7.7111,1.5359,0 + +[2208] ∈ +PL 7.9995,1.5,0,2.9994,1.5,-1,2.9994,7.5,0,7.9995,7.5,0 +L 7.9995,4.5,-0.0001,4.5 + +[220b] ∋ +PL 0.0005,1.5,0,4.9992,1.5,1,4.9992,7.5,0,0.0005,7.5,0 +L 0.0005,4.5,8.0001,4.5 + +[221a] √ +PL 0.0017,4.5,0,0.8941,4.5,0,2.1004,-0.0001,0,4.5114,9,0,8.0013,9,0 + +[221d] ∝ +PLC 3.9689,4.8126,0,3.8786,5.1156,0,3.7313,5.4,0,3.5314,5.657,0,3.2848,5.8789,0,2.9993,6.0588,0,2.6833,6.1914,0,2.3466,6.2726,0,1.9993,6.3,0,1.652,6.2726,0,1.3153,6.1914,0,0.9993,6.0588,0,0.7137,5.8789,0,0.4672,5.657,0,0.2673,5.4,0,0.1199,5.1156,0,0.0297,4.8126,0,-0.0007,4.5,0,0.0297,4.1874,0,0.1199,3.8844,0,0.2673,3.6,0,0.4672,3.343,0,0.7137,3.1211,0,0.9993,2.9412,0,1.3153,2.8086,0,1.652,2.7274,0,1.9993,2.7,0,2.3466,2.7274,0,2.6833,2.8086,0,2.9993,2.9412,0,3.2848,3.1211,0,3.5314,3.343,0,3.7313,3.6,0,3.8786,3.8844,0,3.9689,4.1874,0,3.9993,4.5,0 +PL 7.1086,5.9976,0,6.8028,6.1483,0,6.4725,6.2488,0,6.1279,6.2962,0,5.7794,6.2891,0,5.4375,6.2276,0,5.1128,6.1136,0,4.8149,5.9505,0,4.553,5.7434,0,4.3351,5.4985,0,4.1677,5.2233,0,4.056,4.9261,0,4.0033,4.616,0,4.0112,4.3023,0,4.0796,3.9946,0,4.2062,3.7023,0,4.3874,3.4342,0,4.6175,3.1985,0,4.8896,3.0024,0,5.1954,2.8518,0,5.5256,2.7512,0,5.8702,2.7038,0,6.2188,2.7109,0,6.5606,2.7724,0,6.8854,2.8864,0,7.1045,3,0 + +[221e] ∞ +PLC 3.9696,4.8126,0,3.8794,5.1156,0,3.7321,5.4,0,3.5321,5.657,0,3.2856,5.8789,0,3,6.0588,0,2.6841,6.1914,0,2.3473,6.2726,0,2.0001,6.3,0,1.6528,6.2726,0,1.316,6.1914,0,1.0001,6.0588,0,0.7145,5.8789,0,0.468,5.657,0,0.268,5.4,0,0.1207,5.1156,0,0.0305,4.8126,0,0.0001,4.5,0,0.0305,4.1874,0,0.1207,3.8844,0,0.268,3.6,0,0.468,3.343,0,0.7145,3.1211,0,1.0001,2.9412,0,1.316,2.8086,0,1.6528,2.7274,0,2.0001,2.7,0,2.3473,2.7274,0,2.6841,2.8086,0,3,2.9412,0,3.2856,3.1211,0,3.5321,3.343,0,3.7321,3.6,0,3.8794,3.8844,0,3.9696,4.1874,0,4,4.5,0 +PLC 4.0303,4.1874,0,4.1205,3.8844,0,4.2678,3.6,0,4.4678,3.343,0,4.7143,3.1211,0,4.9999,2.9412,0,5.3158,2.8086,0,5.6526,2.7274,0,5.9999,2.7,0,6.3471,2.7274,0,6.6839,2.8086,0,6.9998,2.9412,0,7.2854,3.1211,0,7.5319,3.343,0,7.7319,3.6,0,7.8792,3.8844,0,7.9694,4.1874,0,7.9998,4.5,0,7.9694,4.8126,0,7.8792,5.1156,0,7.7319,5.4,0,7.5319,5.657,0,7.2854,5.8789,0,6.9998,6.0588,0,6.6839,6.1914,0,6.3471,6.2726,0,5.9999,6.3,0,5.6526,6.2726,0,5.3158,6.1914,0,4.9999,6.0588,0,4.7143,5.8789,0,4.4678,5.657,0,4.2678,5.4,0,4.1205,5.1156,0,4.0303,4.8126,0,3.9999,4.5,0 + +[2220] ∠ +PL 8.0001,8.5001,0,0.0005,0.5002,0,8.0001,0.5002,0 + +[2225] ∥ +L 2.5167,0,2.5167,9 +L 5.4829,0,5.4829,9 + +[2227] ∧ +PL 8.0001,1.0359,0,4.0003,7.9641,0,-0.0009,1.0359,0 + +[2228] ∨ +PL 7.9993,7.9641,0,3.9995,1.0359,0,-0.0003,7.9641,0 + +[2229] ∩ +PL 1.0002,0.5002,0,0.9997,5.5,-1,7.0006,5.5,0,7.0006,0.5002,0 + +[222a] ∪ +PL 0.9996,8.4998,0,0.9991,3.5,1,7,3.5,0,7,8.4998,0 + +[222b] ∫ +PL 5.0014,7,0,5.0011,8,1.1565,3.0428,7.7143,0,4.9594,1.2857,-1.1565,3.0011,1,0,3.0022,2,0 + +[222c] ∬ +PL 3.5015,7,0,3.5012,8,1.1565,1.543,7.7143,0,3.4595,1.2857,-1.1565,1.5012,1,0,1.5009,2,0 +PL 6.4996,7,0,6.4993,8,1.1565,4.5411,7.7143,0,6.4576,1.2857,-1.1565,4.4993,1,0,4.499,2,0 + +[2235] ∵ +A 4.0005,2.0359,0.5,180,0 +A 4.0005,2.0359,0.5,0,180 +A 6.137,5.7316,0.5,180,0 +A 6.137,5.7316,0.5,0,180 +A 1.871,5.7325,0.5,180,0 +A 1.871,5.7325,0.5,0,180 + +[223d] ∽ +PL 2.0001,6.3,0,1.6528,6.2726,0,1.3161,6.1914,0,1.0001,6.0588,0,0.7145,5.8789,0,0.468,5.657,0,0.2681,5.4,0,0.1207,5.1156,0,0.0305,4.8126,0,0.0001,4.5,0,0.0305,4.1874,0,0.1207,3.8844,0,0.2681,3.6,0,0.468,3.343,0,0.7145,3.1211,0,1.0001,2.9412,0,1.3161,2.8086,0,1.6528,2.7274,0,2.0001,2.7,0,2.3474,2.7274,0,2.6841,2.8086,0,3.0001,2.9412,0,3.2856,3.1211,0,3.5322,3.343,0,3.7321,3.6,0,3.8794,3.8844,0,3.9697,4.1874,0,4.0001,4.5,0,4.0303,4.8126,0,4.1205,5.1156,0,4.2679,5.4,0,4.4678,5.657,0,4.7143,5.8789,0,4.9999,6.0588,0,5.3159,6.1914,0,5.6526,6.2726,0,5.9999,6.3,0,6.3472,6.2726,0,6.6839,6.1914,0,6.9999,6.0588,0,7.2854,5.8789,0,7.532,5.657,0,7.7319,5.4,0,7.8792,5.1156,0,7.9695,4.8126,0,7.9999,4.5,0,7.9695,4.1874,0,7.8792,3.8844,0,7.7319,3.6,0,7.532,3.343,0,7.2854,3.1211,0,6.9999,2.9412,0,6.6839,2.8086,0,6.3472,2.7274,0,5.9999,2.7,0 + +[2252] ≒ +L 0.4608,3.5,7.5372,3.5 +L 7.5372,5.5,0.4608,5.5 +L 1.7287,6,1.4611,7 +L 6.5369,2,6.2693,3 + +[2260] ≠ +L 3.0842,1.0825,4.9157,7.9175 +L 0,3.5,7.9999,3.5 +L 7.9999,5.5,0,5.5 + +[2261] ≡ +L 8.0003,4.5,-0.0007,4.5 +L 8.0003,6.5,-0.0007,6.5 +L 8.0003,2.5,-0.0007,2.5 + +[2266] ≦ +L 7.538,0,0.462,0 +PL 7.3863,9,0,0.462,5.538,0,7.538,2,0,0.462,2,0 + +[2267] ≧ +L 0.4622,0,7.5382,0 +PL 0.6139,9,0,7.5382,5.538,0,0.4622,2,0,7.5382,2,0 + +[226a] ≪ +PL 5.5007,0.4999,0,0.0019,4.5,0,5.5007,8.5001,0 +PL 8.0533,0.4999,0,2.5531,4.5,0,8.0533,8.5001,0 + +[226b] ≫ +PL 2.499,0.4999,0,7.9993,4.5,0,2.499,8.5001,0 +PL -0.0535,0.4999,0,5.4467,4.5,0,-0.0535,8.5001,0 + +[2282] ⊂ +PL 7.9991,1.5,0,3.0004,1.5,-1,3.0004,7.5,0,7.9991,7.5,0 + +[2283] ⊃ +PL 0.0001,1.5,0,5.0002,1.5,1,5.0002,7.5,0,0.0001,7.5,0 + +[2286] ⊆ +L -0.0003,1.5,7.9993,1.5 +PL 7.9993,3,0,2.2497,3,-1,2.2497,7.5,0,7.9993,7.5,0 + +[2287] ⊇ +L 7.9999,1.5,0.0003,1.5 +PL 0.0003,3,0,5.7499,3,1,5.7499,7.5,0,0.0003,7.5,0 + +[22a5] ⊥ +L 0,0,8,0 +L 3.9995,8.5001,3.9995,0.5002 + +[2300] ⌀ +A 3,4.5,3,257.5,77.47 +A 3,4.5,3,77.47,257.5 +L 2,0,4,9 + +[2312] ⌒ +A 4.0001,2.9168,6.0832,48.8863,131.112 + +[25a0] ■ +PLC 0.0001,8.5,0,7.9997,8.5,0,7.9997,0.5,0,0.0001,0.5,0 +PLC 1,7.5,0,7.0001,7.5,0,7.0001,1.5,0,1,1.5,0 +PLC 2,6.5,0,5.9998,6.5,0,5.9998,2.5,0,2,2.5,0 +PLC 3.0003,5.5,0,4.9998,5.5,0,4.9998,3.5,0,3.0003,3.5,0 + +[25a1] □ +PLC 0.0002,8.5,0,7.9998,8.5,0,7.9998,0.5,0,0.0002,0.5,0 + +[25b2] ▲ +PLC 7.9998,1.0359,0,3.9997,7.9641,0,-0.0001,1.0359,0 +PLC 6.2679,2.0359,0,3.9997,5.964,0,1.7322,2.0359,0 +PLC 4.5356,3.0359,0,3.9997,3.9641,0,3.4638,3.0359,0 + +[25b3] △ +PLC 7.9999,1.0359,0,3.9998,7.9641,0,0,1.0359,0 + +[25bc] ▼ +PLC 8,7.9641,0,3.9998,1.0359,0,-0.0003,7.9641,0 +PLC 6.2677,6.9641,0,3.9998,3.036,0,1.732,6.9641,0 +PLC 4.5354,5.9641,0,3.9998,5.0359,0,3.4643,5.9641,0 + +[25bd] ▽ +PLC 8.0001,7.9641,0,3.9999,1.0359,0,-0.0002,7.9641,0 + +[25c6] ◆ +PLC 4.0001,0.4999,0,7.9999,4.5,0,4.0001,8.5001,0,-0.0004,4.5,0 +PLC 4.0001,1.9141,0,6.5856,4.5,0,4.0001,7.0859,0,1.4139,4.5,0 +PLC 4.0001,3.3283,0,5.1713,4.5,0,4.0001,5.6717,0,2.8282,4.5,0 + +[25c7] ◇ +PLC 3.9998,0.4999,0,8,4.5,0,3.9998,8.5001,0,-0.0003,4.5,0 + +[25cb] ○ +A 3.9998,4.5,4,180,0 +A 3.9998,4.5,4,0,180 + +[25ce] ◎ +A 3.9996,4.5,4,180,0 +A 3.9996,4.5,4,0,180 +A 3.9996,4.5,2,180,0 +A 3.9996,4.5,2,0,180 + +[25cf] ● +A 3.9997,4.5,4,180,0 +A 3.9997,4.5,4,0,180 +A 3.9997,4.5,3,180,0 +A 3.9997,4.5,3,0,180 +A 3.9997,4.5,2,180,0 +A 3.9997,4.5,2,0,180 +A 3.9997,4.5,1,180,0 +A 3.9997,4.5,1,0,180 + +[25ef] ◯ +A 3.9987,4.5,4,180,0 +A 3.9987,4.5,4,0,180 + +[2605] ★ +PLC 3.0556,5.4443,0,0.0001,5.4443,0,2.4721,3.5557,0,1.5279,0.5,0,3.9999,2.3886,0,6.4719,0.5,0,5.5277,3.5557,0,8,5.4443,0,4.9441,5.4443,0,3.9999,8.5,0 +PLC 3.4248,4.9443,0,1.4781,4.9443,0,3.0528,3.7414,0,2.4676,1.8471,0,3.9999,3.0178,0,5.5326,1.847,0,4.947,3.7413,0,6.5217,4.9443,0,4.5753,4.9443,0,3.9999,6.8063,0 +PLC 3.7932,4.4443,0,2.9562,4.4443,0,3.6335,3.9267,0,3.4073,3.1939,0,4.0006,3.6465,0,4.5932,3.194,0,4.3662,3.9265,0,5.0436,4.4443,0,4.2065,4.4443,0,3.9999,5.1128,0 + +[2606] ☆ +PLC 3.0554,5.4443,0,-0.0005,5.4443,0,2.4719,3.5557,0,1.5276,0.5,0,3.9996,2.3886,0,6.472,0.5,0,5.5278,3.5557,0,7.9998,5.4443,0,4.9439,5.4443,0,3.9996,8.5,0 + +[2640] ♀ +L 4.0001,0,4.0001,2.9999 +L 6.2501,1.5,1.7501,1.5 +A 4.0001,6,3,180,0 +A 4.0001,6,3,0,180 + +[2642] ♂ +PL 8,4.5001,0,8,8.5,0,4.0002,8.5,0 +L 8,8.5,4.5525,5.0524 +A 2.6672,3.1667,2.6667,180,0 +A 2.6672,3.1667,2.6667,0,180 + +[266a] ♪ +PL 4.0024,8.576,-0.2717,7.002,4.5,0.2937,4.0033,9,0,4.0033,3,0.4141,1.0033,0.0002,0.4141,4.0024,3,0 +A 1.0027,3.0007,2.5004,283.0487,346.9317 +A 4.003,-0.0005,2.5004,103.0487,166.9317 + +[266d] ♭ +PL 1.7533,2.5,-0.4142,3.7533,4.5,0,5.2524,4.5,-0.4142,6.2524,3.5,0,6.2527,3,-0.4142,3.2518,0,0,1.7527,0,0,1.7527,9,0 + +[266f] ♯ +L 8.0005,7.5717,-0.0005,5.4282 +L 8.0005,3.5717,-0.0005,1.4282 +L 5.7141,9,5.7141,1 +L 2.2859,0,2.2859,8 + +[3001] 、 +L 7.9998,0,6.5637,1.4361 + +[3002] 。 +A 6.9994,1,1,180,0 +A 6.9994,1,1,0,180 + +[3008] 〈 +PL 7.9999,9.0001,0,5.4018,4.5001,0,7.9999,0,0 + +[3009] 〉 +PL -0.0002,9.0001,0,2.598,4.5001,0,-0.0002,0,0 + +[300a] 《 +PL 8,9.0001,0,5.4019,4.5001,0,8,0,0 +PL 6.2201,9.0001,0,3.622,4.5001,0,6.2201,0,0 + +[300b] 》 +PL 0,9.0001,0,2.5981,4.5001,0,0,0,0 +PL 1.7799,9.0001,0,4.378,4.5001,0,1.7799,0,0 + +[300c] 「 +PL 7.9998,9.0001,0,5.6266,9.0001,0,5.6266,3,0 + +[300d] 」 +PL 0.0001,0,0,2.3734,0,0,2.3734,6,0 + +[300e] 『 +PLC 8,9,0,8,7.9828,0,5.6698,7.9828,0,5.6698,1.4084,0,4.4828,1.4084,0,4.4828,9,0 + +[300f] 』 +PLC -0.0001,0,0,-0.0001,1.0172,0,2.3301,1.0172,0,2.3301,7.5916,0,3.5171,7.5916,0,3.5171,0,0 + +[3010] 【 +PLC 5.6262,9,0,7.9998,8.9999,0.5084,7.9994,0,0,5.6262,0,0 + +[3011] 】 +PLC 2.3733,9,0,0,9,-0.5084,0.0001,0,0,2.3733,0,0 + +[3012] 〒 +L 4.0003,5.4,4.0003,0 +L -0.0002,0,8.0001,0 +L -0.0002,9,8.0001,9 + +[3013] 〓 +L 1.3513,6.2617,6.6484,6.2617 +L 1.3513,2.7383,6.6484,2.7383 +L 1.3513,5.7617,6.6484,5.7617 +L 1.3513,3.2383,6.6484,3.2383 + +[3014] 〔 +PL 7.9998,0,0,5.9663,1.1741,0,5.9663,7.8259,0,7.9998,9,0 + +[3015] 〕 +PL -0.0003,0,0,2.0336,1.1741,0,2.0336,7.8259,0,-0.0003,9,0 + +[3041] ぁ +L 1.9154,3.669,4.6697,3.9527 +A 17.7868,2.8176,14.9754,173.55,186.45 +PL 3.9128,0.0002,0.3174,5.4069,1.4772,0.4948,2.4207,2.5337,0.4959,2.2999,0.2897,0.1805,3.9465,3,0 + +[3042] あ +L 0.2376,7.3379,5.7445,7.9055 +PL 4.2318,0.0002,0.3092,7.2001,2.8478,0,7.2001,3.0162,0.4898,1.2465,5.0674,0.4959,0.9924,0.57,0 +A 31.98,5.6352,29.9508,173.55,186.45 +A -4.6112,7.7027,9.0715,308.258,349.182 + +[3043] ぃ +PL 3.1274,1.192,0,2.4448,0.0001,-0.1067,1.8376,4.5,0 +A 0.5356,1.426,4.869,357.245,26.6206 + +[3044] い +PL 2.6443,2.384,0,1.2801,0.0001,-0.1067,0.0666,9,0 +A -2.5376,2.8521,9.738,357.245,26.6206 + +[3045] ぅ +A 2.4015,-5.5189,10.0137,76.3242,89.7355 +PL 2.7792,0,0.2059,5.2523,1.5001,0.5282,4.3911,3.3777,0.1201,1.8078,3.1014,0 + +[3046] う +A 1.1951,-11.0379,20.0274,76.3242,89.7355 +PL 1.9502,0,0.2059,6.8963,3.0002,0.5282,5.174,6.7553,0.1201,0.0076,6.2027,0 + +[3047] ぇ +PL 2.286,3.1014,0,4.2001,3.2433,0,1.8069,0.2883,0 +PL 2.3877,1.0056,-0.5945,4.0128,0.7054,0,4.1304,0.3449,0.3246,4.6057,0,0,5.4067,0,0 +A 2.7851,3.5917,0.9083,40.6524,91.0782 + +[3048] え +PL 0.9666,6.2027,0,4.7944,6.4867,0,0.0083,0.5765,0 +PL 1.1702,2.0113,-0.5945,4.4207,1.4108,0,4.6552,0.6898,0.3246,5.6059,0,0,7.2086,0,0 +A 1.9658,7.1834,1.8166,40.6524,91.0782 + +[3049] ぉ +L 4.9225,3.6686,5.4076,3.1013 +PL 2.987,4.5,0,2.987,0.5492,-0.8055,1.9381,0.3206,0,1.8631,0.4849,-0.1077,1.8055,0.7478,-0.4556,4.2838,2.5391,0 +PL 4.1978,0,0,4.8013,0.3778,0.7743,4.2695,2.5424,0 +A 2.6333,7.2102,3.8716,261.115,293.837 + +[304a] お +L 6.2376,7.3372,7.2077,6.2027 +PL 2.3659,9,0,2.3659,1.0984,-0.8055,0.2689,0.6412,0,0.1188,0.9698,-0.1077,0.0036,1.4956,-0.4556,4.9601,5.0781,0 +PL 4.7879,0,0,5.9948,0.7556,0.7743,4.9304,5.0849,0 +A 1.6585,14.4204,7.7431,261.115,293.837 + +[304b] か +L 5.3962,6.7703,7.2076,3.6487 +PL 0.0073,6.2027,0,2.9427,6.73,-0.3677,4.0376,6.0433,-0.2055,2.9406,-0.0001,0 +A -28.9426,10.4942,30.7857,340.07,357.218 + +[304c] が +L 5.3968,6.7703,7.2082,3.6487 +L 6.0314,7.1771,6.5732,6.2418 +L 6.6654,7.5839,7.2082,6.6487 +PL 0.0079,6.2027,0,2.9437,6.73,-0.3677,4.0386,6.0433,-0.2055,2.9416,-0.0001,0 +A -28.942,10.4942,30.7857,340.07,357.218 + +[304d] き +L 0.5223,7.3379,6.7255,7.9055 +L 0.0081,5.6352,7.2081,6.2027 +PL 3.608,9,0,6.7255,3.0001,0,4.6344,4.3417,0.1436,4.0945,4.5,0,2.2501,4.5,1,2.2501,0,0,5.6853,0,0 + +[304e] ぎ +L 6.0309,8.5932,6.573,7.6579 +L 6.6659,9,7.2073,8.0648 +L 0.008,5.6352,7.2077,6.2027 +PL 3.6082,9,0,6.7254,3.0001,0,4.6336,4.3417,0.1436,4.0937,4.5,0,2.2496,4.5,1,2.2496,0,0,5.6852,0,0 +L 0.5219,7.3379,5.6186,7.8042 + +[304f] く +PL 7.2079,0,0,0.0009,4.5,0,6.401,9,0 + +[3050] ぐ +PL 7.2075,0,0,-0.0002,4.5,0,6.4005,9,0 +L 6.031,7.5932,6.5742,6.6579 +L 6.665,8,7.2075,7.0648 + +[3051] け +L 3.0065,6.7703,7.2077,6.7703 +PL 5.7451,9,0,5.7451,4.5,-0.2626,3.2077,0,0 +A 14.248,4.5,14.2483,163.979,196.021 + +[3052] げ +L 6.0319,8.5932,6.574,7.6579 +L 6.6658,9,7.208,8.0648 +L 3.0068,6.7703,7.2076,6.7703 +PL 5.7447,9,0,5.7447,4.5,-0.2626,3.2073,0,0 +A 14.2479,4.5,14.2483,163.979,196.021 + +[3053] こ +L 1.2092,7.5,5.9999,7.5 +PL 7.209,1,-0.4142,6.209,0,0,3.0091,0,-0.4217,0.0101,3.0767,0 + +[3054] ご +L 6.0317,8.5932,6.5742,7.6579 +L 6.6645,9,7.2081,8.0648 +L 1.2095,7.5,5.9998,7.5 +PL 7.2092,1,-0.4142,6.2092,0,0,3.009,0,-0.4217,0.01,3.0767,0 + +[3055] さ +L 0.5211,7.3379,6.7247,7.9055 +PL 3.6082,9,0,6.7247,3.0001,0,4.634,4.3417,0.1436,4.094,4.5,0,2.2496,4.5,1,2.2496,0,0,5.6845,0,0 + +[3056] ざ +L 6.0308,8.5932,6.574,7.6579 +L 6.665,9,7.2072,8.0648 +PL 3.6081,9,0,6.7253,3.0001,0,4.6339,4.3417,0.1436,4.0939,4.5,0,2.2499,4.5,1,2.2499,0,0,5.6844,0,0 +L 0.5214,7.3379,5.6196,7.8043 + +[3057] し +PL 7.2075,2.9837,0,5.1898,0.9084,-0.2025,3.0392,0,0,2.4326,0,-0.3516,0.724,1.3712,-0.1086,0.1909,8.9999,0 + +[3058] じ +L 6.0309,8.5932,6.5738,7.6579 +L 6.6648,9,7.2081,8.0648 +PL 7.2077,2.9837,0,5.1894,0.9084,-0.2025,3.0388,0,0,2.4325,0,-0.3516,0.7239,1.3712,-0.1086,0.1911,8.9999,0 + +[3059] す +L 7.208,6.7973,0.008,6.7973 +PL 3.2625,0,0,4.5694,2.3127,0.1293,4.958,3.789,0,4.958,9,0 +A 3.5581,4.5,1.4,180,0 +A 3.5581,4.5,1.4,0,180 + +[305a] ず +L 6.0314,8.5932,6.5736,7.6579 +L 6.6646,9,7.2082,8.0648 +L 7.2082,6.7973,0.0086,6.7973 +PL 3.2627,0,0,4.5696,2.3127,0.1293,4.9579,3.789,0,4.9579,9,0 +A 3.558,4.5,1.4,180,0 +A 3.558,4.5,1.4,0,180 + +[305b] せ +L 0.0008,5.6385,7.2074,6.2028 +PL 6.2996,0,0,3.7904,0,-0.4142,1.7905,2,0,1.7905,8.4325,0 +PL 5.3907,9,0,5.3907,4,-0.4142,4.3907,3,0,3.6086,3,0 + +[305c] ぜ +L 6.0305,8.5932,6.5734,7.6579 +L 6.6644,9,7.208,8.0648 +L 0,5.6385,7.208,6.2028 +PL 6.2998,0,0,3.791,0,-0.4142,1.7904,2,0,1.7904,8.4325,0 +PL 5.3913,9,0,5.391,4,-0.4142,4.391,3,0,3.6085,3,0 + +[305d] そ +PL 4.9706,0,0,5.878,0,0,4.8199,0,-0.8937,4.2194,5.3324,0 +PL 1.8239,9,0,4.9706,9,0,1.0117,4.6003,0 +L 0.0006,4.3694,7.209,6.0145 + +[305e] ぞ +L 6.0317,8.5932,6.5735,7.6579 +L 6.6646,9,7.2075,8.0648 +PL 4.9701,0,0,5.8786,0,0,4.8195,0,-0.8937,4.219,5.3324,0 +PL 1.8231,9,0,4.9701,9,0,1.0113,4.6003,0 +L -0.0002,4.3694,7.2082,6.0145 + +[305f] た +L 0.0084,7.1827,3.858,7.7885 +L 3.858,5.4087,6.7244,5.4087 +PL 3.3766,2,0.4142,5.3766,0,0,7.2081,0,0 +L 1.9215,9,-0.0003,0 + +[3060] だ +L 6.0311,8.5932,6.574,7.6579 +L 6.6654,9,7.2076,8.0648 +L 0.009,7.1827,3.8579,7.7885 +L 3.8579,5.4087,6.725,5.4087 +PL 3.3765,2,0.4142,5.3765,0,0,7.2083,0,0 +L 1.9214,9,0.0003,0 + +[3061] ち +PL 3.3457,9,0,0.0086,3.0001,0,1.8004,4.0736,-0.1358,3.3419,4.5,0,4.9495,4.5,-1,4.9495,0,0,1.1238,0,0 +L 0.0404,7.3379,5.4976,7.8043 + +[3062] ぢ +L 6.032,8.5932,6.5731,7.6579 +L 6.6638,9,7.2081,8.0648 +PL 3.3463,9,0,0.0081,3.0001,0,1.801,4.0736,-0.1358,3.3421,4.5,0,4.9497,4.5,-1,4.9497,0,0,1.1233,0,0 +L 0.04,7.3379,5.4979,7.8043 + +[3063] っ +PL 2.7762,0,0.2059,5.2503,1.5001,0.5282,4.3895,3.3777,0.1201,1.8062,3.1014,0 + +[3064] つ +PL 1.9503,0,0.2059,6.896,3.0002,0.5282,5.1744,6.7553,0.1201,0.008,6.2027,0 + +[3065] づ +L 6.0306,8.5932,6.5739,7.6579 +L 6.6649,9,7.2078,8.0648 +PL 1.9502,0,0.2059,6.8963,3.0002,0.5282,5.1747,6.7553,0.1201,0.0083,6.2027,0 + +[3066] て +L 0.0088,8.3058,7.2084,9 +PL 7.2084,0,0,6.7573,0,-0.5616,3.024,6.1251,0,4.3651,8.7258,0 + +[3067] で +L 6.0315,7.5932,6.5737,6.6579 +L 6.664,8,7.208,7.0648 +L 0.009,8.3058,7.2083,9 +PL 7.2083,0,0,6.7565,0,-0.5616,3.0243,6.1251,0,4.365,8.7258,0 + +[3068] と +L 1.9738,9,1.9738,4.5188 +PL 7.1998,6.1252,0,1.5888,4.4006,0.861,2.2501,0,0,6.7588,0,0 + +[3069] ど +L 6.0313,7.5932,6.5735,6.6579 +L 6.6656,8,7.2071,7.0648 +L 1.9744,9,1.9744,4.5188 +PL 7.2,6.1252,0,1.5887,4.4006,0.861,2.25,0,0,6.7587,0,0 + +[306a] な +L 0.0094,7.1827,3.8586,7.7885 +L 1.9221,9,0.0007,0 +PL 5.7517,5.0448,0,5.7517,1,-0.4142,4.7517,0,0,4.37,0,-0.2484,3.543,0.4379,0,3.2124,0.9243,-0.6021,4.0393,2.4865,0,4.3836,2.4865,-0.1919,5.7591,1.9384,0,7.2077,0.5651,0 +A 5.5927,5.9664,1.3697,34.3898,102.259 + +[306b] に +L 3.3934,8,6.4391,8 +PL 2.6302,3.5,0,2.6308,2.5,0.4142,4.6308,0.5,0,7.2076,0.5,0 +A 14.2485,4.5,14.2483,163.979,196.021 + +[306c] ぬ +A 9.1552,6.2748,8.6541,174.116,222.555 +PL 7.1998,0.0004,0.3324,4.926,1.7,1,4.9259,0.0001,0.7752,4.334,6.597,0.4319,0.0083,2.0039,0.0772,0.3304,0.5221,0 +PL 0.3093,0.578,0.5946,1.8528,0.3576,0.1429,3.5964,9,0 + +[306d] ね +L 1.4546,9,1.4546,0 +PL 0,6.7399,0,1.905,6.7399,0,0.0088,2.2686,0,2.4815,6.036,-0.7448,7.2002,4.6257,0,7.2,2.2741,-0.4153,4.9175,0,-1,4.9174,1.6996,-0.3324,7.1912,0,0 + +[306e] の +PL 4.926,0.0001,0.7752,4.3342,6.597,0.4319,0.0078,2.0039,0.0772,0.3299,0.5221,0 +PL 0.3083,0.578,0.5946,1.8518,0.3576,0.1031,3.6118,6.5362,0 + +[306f] は +L 3.0056,7.5407,7.2082,7.5407 +PL 6.5042,0.5651,0,5.0553,1.9384,0.1919,3.6798,2.4865,0,3.3359,2.4865,0.6021,2.5086,0.9243,0,2.8391,0.4379,0.2484,3.6662,0,0,4.0479,0,0.4142,5.0475,1,0,5.0475,9,0 +A 14.2481,4.5,14.2483,163.979,196.021 + +[3070] ば +L 3.0059,6.7703,7.2074,6.7703 +PL 6.5055,0.5651,0,5.0566,1.9384,0.1919,3.6811,2.4865,0,3.3368,2.4865,0.6021,2.5099,0.9243,0,2.8404,0.4379,0.2484,3.6675,0,0,4.0496,0,0.4142,5.0492,1,0,5.0492,9,0 +L 6.0316,8.5932,6.5731,7.6579 +L 6.6638,9,7.2074,8.0648 +A 14.247,4.5,14.2483,163.979,196.021 + +[3071] ぱ +L 3.0072,6.7703,7.2076,6.7703 +PL 6.5054,0.5651,0,5.0565,1.9384,0.1919,3.681,2.4865,0,3.3371,2.4865,0.6021,2.5102,0.9243,0,2.8406,0.4379,0.2484,3.6677,0,0,4.0495,0,0.4142,5.0491,1,0,5.0491,9,0 +A 14.249,4.5,14.2483,163.979,196.021 +A 6.5075,8.3,0.6999,180,0 +A 6.5075,8.3,0.6999,0,180 + +[3072] ひ +PL 0.0086,8.089,0,2.5598,8.089,0.3591,1.3331,0.8529,0.5163,4.0933,0.5873,0.1845,5.7883,5.252,0,5.7876,7.5067,0,7.21,3.6298,0 + +[3073] び +L 6.031,8.5932,6.5721,7.6579 +L 6.6642,9,7.2074,8.0648 +PL 0.0089,8.089,0,2.5597,8.089,0.3591,1.334,0.8529,0.5163,4.0925,0.5873,0.1845,5.7886,5.252,0,5.7879,7.5067,0,7.2106,3.6298,0 + +[3074] ぴ +PL 0.0088,8.089,0,2.5599,8.089,0.3591,1.3332,0.8529,0.5163,4.0928,0.5873,0.1845,5.7885,5.252,0,5.7874,7.5067,0,7.2098,3.6298,0 +A 6.509,8.3,0.6999,180,0 +A 6.509,8.3,0.6999,0,180 + +[3075] ふ +PL 2.5714,9,0,2.9476,9,-0.2435,4.0627,8.4226,0 +L 0.0079,1.8086,1.2909,4.177 +L 5.9579,4.177,7.2086,2.1101 +PL 3.3959,6.4154,0,4.324,1.987,-0.7456,1.5443,0.4831,0 + +[3076] ぶ +L 6.0307,8.5932,6.5728,7.6579 +L 6.6646,9,7.2064,8.0648 +PL 2.5709,9,0,2.9475,9,-0.2435,4.0626,8.4226,0 +L 0.0085,1.8086,1.2911,4.177 +L 5.9585,4.177,7.2089,2.1101 +PL 3.3958,6.4154,0,4.3239,1.987,-0.7456,1.5439,0.4831,0 + +[3077] ぷ +PL 2.5712,9,0,2.947,9,-0.2435,4.0621,8.4226,0 +L 0.0077,1.8086,1.291,4.177 +L 5.9581,4.177,7.2091,2.1101 +PL 3.396,6.4154,0,4.3242,1.987,-0.7456,1.5438,0.4831,0 +A 6.509,8.3,0.6999,180,0 +A 6.509,8.3,0.6999,0,180 + +[3078] へ +PL 0.001,3.5751,0,2.7445,9,0,7.209,0,0 + +[3079] べ +PL 0.0005,3.5751,0,2.7451,9,0,7.21,0,0 +L 6.0311,8.5932,6.5739,7.6579 +L 6.6661,9,7.2086,8.0648 + +[307a] ぺ +PL 0.0011,3.5751,0,2.7457,9,0,7.2092,0,0 +A 6.509,8.3,0.6999,180,0 +A 6.509,8.3,0.6999,0,180 + +[307b] ほ +L 3.0054,6.2028,7.208,6.2028 +PL 6.5051,0.5651,0,5.0566,1.9384,0.1919,3.6811,2.4865,0,3.3361,2.4865,0.6021,2.5095,0.9243,0,2.8396,0.4379,0.2484,3.6667,0,0,4.0488,0,0.4142,5.0488,1,0,5.0488,8.4325,0 +L 3.0072,8.4325,7.2098,8.4325 +A 14.2476,4.5,14.2483,163.979,196.021 + +[307c] ぼ +L 3.006,8.4325,7.2083,8.4325 +L 6.0311,10.2553,6.575,9.3201 +L 6.6654,10.6622,7.2083,9.7269 +L 3.0074,6.2028,7.2086,6.2028 +PL 6.5057,0.5651,0,5.0568,1.9384,0.1919,3.6813,2.4865,0,3.3367,2.4865,0.6021,2.5097,0.9243,0,2.8402,0.4379,0.2484,3.6673,0,0,4.0494,0,0.4142,5.0487,1,0,5.0487,8.4325,0 +A 14.2482,4.5,14.2483,163.979,196.021 + +[307d] ぽ +L 3.007,8.4325,7.2085,8.4325 +L 3.007,6.2028,7.2096,6.2028 +PL 6.5063,0.5651,0,5.0571,1.9384,0.1919,3.6816,2.4865,0,3.3373,2.4865,0.6021,2.5107,0.9243,0,2.8408,0.4379,0.2484,3.6679,0,0,4.0504,0,0.4142,5.0493,1,0,5.0493,8.4325,0 +A 14.2485,4.5,14.2483,163.979,196.021 +A 6.5094,9.9622,0.6999,180,0 +A 6.5094,9.9622,0.6999,0,180 + +[307e] ま +L 1.2318,0,2.7099,0 +L 0.0007,7.3379,7.2102,7.3379 +L 0.5244,5.0676,6.6515,5.0676 +PL 2.6104,0,0.4142,3.6097,1,0,3.6097,9,0 +L 3.9585,2.4865,0.9009,2.4865 +PL 1.3299,0,-0.2484,0.5023,0.4379,0,0.172,0.9243,-0.6021,0.9993,2.4865,0 +PL 3.8272,2.4865,-0.1919,5.2022,1.9381,0,6.6515,0.5651,0 + +[307f] み +PL 7.2097,3.0001,0.3204,1.0331,3.9116,0.643,1.4142,0.1354,0,3.6096,9,0,0.8811,8.1877,0 +A -1.8872,5.294,7.9214,318.063,9.4055 + +[3080] む +L 4.0462,7.3379,0.0005,7.3379 +L 6.3298,7.3379,7.2096,6.2027 +PL 6.7119,2.8379,0,6.7117,2,-0.4142,4.7117,0,0,2.8,0,-0.4142,1.8008,1,0,1.8008,9,0 +A 0.8891,4.5,0.9112,180,0 +A 0.8891,4.5,0.9112,0,180 + +[3081] め +A 9.1551,6.2748,8.6541,174.116,222.555 +PL 4.9255,0.0001,0.7752,4.334,6.597,0.4319,0.0083,2.0039,0.0772,0.3304,0.5221,0 +PL 0.3085,0.578,0.5946,1.852,0.3576,0.1429,3.596,9,0 + +[3082] も +L 4.6106,4.5001,0.0105,4.5001 +PL 1.9361,8.9998,0.0849,2.4014,1.0833,0.3489,3.7651,0,0,4.0054,0,0.2395,5.6211,0.8211,0,7.1993,2.9837,0 +L 4.6106,7.2972,0.0105,7.2972 + +[3083] ゃ +PL 1.7847,3,0,4.0696,3.5088,-1.116,4.3044,1.3738,0,4.0939,1.3738,0 +L 2.487,4.2208,3.392,0 +L 4.0533,4.5,4.0533,2.2546 + +[3084] や +PL -0.0006,6,0,4.5688,7.0174,-1.116,5.0384,2.7477,0,4.6181,2.7477,0 +L 1.4046,8.4416,3.2143,0 +L 4.5372,9,4.5372,4.5092 + +[3085] ゅ +PL 3.9718,4.5,0,3.9717,1.5859,-0.1707,3.6415,0.647,0,3.1218,0,0 +PL 1.8952,1.5001,0,2.4976,3.0375,-4.2841,2.611,1.7062,0 +A 9.2819,2.6286,7.4716,165.495,194.505 + +[3086] ゆ +PL 4.3346,9,0,4.3337,3.1719,-0.1707,3.6733,1.294,0,2.6345,0,0 +PL 0.1792,3.0001,0,1.3862,6.0749,-4.2841,1.6122,3.4126,0 +A 14.9533,5.2572,14.9432,165.495,194.505 + +[3087] ょ +PL 3.11,0,0.4142,3.6094,0.5,0,3.6094,4.5,0 +L 3.6094,3.6689,5.4104,3.6689 +L 2.4214,0,3.1604,0 +L 3.7839,1.2432,2.2554,1.2432 +PL 2.4698,0,-0.2484,2.0565,0.219,0,1.8918,0.4621,-0.6021,2.3044,1.2432,0 +PL 3.718,1.2432,-0.1919,4.4059,0.9691,0,5.1302,0.2825,0 + +[3088] よ +PL 2.609,0,0.4142,3.6086,1,0,3.6086,9,0 +L 3.6086,7.3379,7.2099,7.3379 +L 1.2305,0,2.7092,0 +L 3.9568,2.4865,0.8992,2.4865 +PL 1.3286,0,-0.2484,0.5013,0.4379,0,0.1706,0.9243,-0.6021,0.9979,2.4865,0 +PL 3.8258,2.4865,-0.1919,5.2009,1.9381,0,6.6495,0.5651,0 + +[3089] ら +L 4.9717,0,1.1498,0 +PL 1.0384,9,0,2.4738,9,-0.2378,3.5991,8.4328,0 +PL 4.9449,0.0004,1,4.9717,4.5,0,3.369,4.5,0.1358,1.8279,4.0736,0,0.0353,3.0001,-0.0924,0.4111,6.7702,0 + +[308a] り +PL 6.4868,9,0,6.4868,6,-0.2298,3.5744,0.0002,0 +PL 0.6965,8.4324,0,0.6965,4.3898,0.2301,1.5184,2.696,0,2.6418,4.5001,0 + +[308b] る +PL 2.6662,0,0,4.596,0,1,4.596,5.21,0.2279,-0.0006,3,0,5.4002,9,0,1.1139,9,0 +PL 5.3477,0.1108,0,3.2238,1.632,1.3714,2.7005,0,0 + +[308c] れ +L 1.4542,9,1.4542,0 +PL 0,6.7399,0,1.9061,6.7399,0,0.0084,2.2686,0,2.4819,6.036,-0.2753,4.6492,7.3575,0 +PL 7.2067,1.7028,0,6.8676,0.3056,-0.785,6.0898,0.3043,0,5.7174,1.8181,-0.0604,5.5434,3.253,0,5.543,6.3544,0.4142,4.5434,7.3544,0 + +[308d] ろ +PL 2.6653,0,0,4.5951,0,1,4.5951,5.21,0.2279,-0.0015,3,0,5.3993,9,0,1.113,9,0 + +[308e] ゎ +L 2.5307,4.5,2.5307,0 +PL 1.8029,3.37,0,2.7555,3.37,0,1.8071,1.1343,0,3.0946,3.0952,-0.744,5.4068,2.25,0,5.4069,1.7577,-0.2855,4.363,0,0 + +[308f] わ +L 1.4553,9,1.4553,0 +PL -0.0003,6.7399,0,1.9043,6.7399,0,0.0081,2.2686,0,2.5831,6.1905,-0.744,7.2075,4.5001,0,7.2085,3.5154,-0.2855,5.1192,0,0 + +[3090] ゐ +L 3.6078,9,0.8801,8.1877 +PL 6.0077,0.6282,0,5.1853,1.3544,1.7498,4.9244,0,0.3174,7.1991,3.2224,0.453,3.8745,6.1387,0.4142,-0.001,2.263,0.0905,0.3296,0.5221,0 +PL 0.3077,0.578,0.5946,1.8512,0.3576,0.1428,3.5956,8.9989,0 + +[3091] ゑ +PL 0.0072,0,0,2.9264,3.1954,4.746,2.4834,3,0,4.2676,3,1,4.2676,6.4733,0.2279,1.203,5,0,4.8028,9,0,1.9448,9,0 +PL 6.0742,0,1.5329,5.3365,1.6752,0,4.0405,0.2597,-0.4598,3.13,0.2891,0,2.3896,1.2111,0 + +[3092] を +L 0.5339,7.2973,6.2058,7.8649 +PL 6.687,0,0,3.7919,0,-0.8417,3.1649,3.6232,0,7.2068,5.0676,0 +A -4.3387,9.3984,7.439,305.799,356.93 +A 2.0525,2.8682,2.7775,346.712,89.3411 + +[3093] ん +PL 7.2067,3,0,5.7791,0.3625,-0.6354,4.5164,0.4395,0,3.9529,1.8454,0.6674,0.8138,1.8846,0,0.0021,0.0001,-0.0859,3.6103,9,0 + +[309d] ゝ +A 8.1495,6.3845,5.255,183.369,234.485 +A 5.0968,0,2.0883,90,151.062 + +[309e] ゞ +L 4.7023,7.0931,5.3048,6.1579 +L 5.4056,7.5,6.008,6.5647 +A 8.1487,6.3845,5.255,183.369,234.485 +A 5.096,0,2.0883,90,151.062 + +[30a1] ァ +PL 1.8072,4.4998,0,5.407,4.4998,0,4.364,2.4916,0 +PL 2.2337,0,0.1803,3.3525,2.9999,0,3.3525,3.7998,0 + +[30a2] ア +PL 0.0061,8.9997,0,7.2058,8.9997,0,5.1197,4.9832,0 +PL 0.8593,0.0001,0.1803,3.0967,6,0,3.0967,7.5997,0 + +[30a3] ィ +L 3.6079,2.8435,3.6079,0 +A -2.3084,11.0733,10.1356,293.955,319.568 + +[30a4] イ +L 3.6085,5.6871,3.6085,0 +A -8.2235,22.1467,20.2711,293.955,319.568 + +[30a5] ゥ +L 3.6077,4.4756,3.6077,3.6281 +PL 3.6081,-0.0244,0.2328,5.4108,3.6281,0,1.8033,3.6281,0,1.8033,2.5731,0 + +[30a6] ウ +L 3.6097,9,3.6097,7.305 +PL 7.2152,7.305,0,0.0001,7.305,0,0.0001,5.195,0 +A -1.9914,7.305,9.2049,307.476,359.901 + +[30a7] ェ +L 3.5998,0.25,3.5998,4 +L 2.2535,4,4.9609,4 +L 1.7961,0.25,5.3994,0.25 + +[30a8] エ +L 3.6074,0.5,3.6074,8 +L 0.914,8,6.3316,8 +L 0.0013,0.5,7.2086,0.5 + +[30a9] ォ +L 1.8036,3.37,5.4076,3.37 +PL 4.2013,4.5,0,4.2013,0,0,3.608,0,0 +A -0.3631,5.3071,4.9578,295.965,337.001 + +[30aa] オ +L -0.0003,6.7399,7.207,6.7399 +PL 4.7946,9,0,4.7946,0,0,3.6086,0,0 +A -4.3335,10.6142,9.9157,295.965,337.001 + +[30ab] カ +PL 0.008,6.7703,0,7.2076,6.7703,0,7.2076,4.5,-0.1674,5.6572,0,0,4.1059,0,0 +PL 3.1854,9,0,3.1854,6.7703,-0.2235,0.0006,0.0001,0 + +[30ac] ガ +L 6.0307,8.5932,6.5757,7.6579 +L 6.6661,9,7.2082,8.0648 +PL 0.0086,6.7703,0,7.2068,6.7703,0,7.2068,4.5,-0.1674,5.6564,0,0,4.1051,0,0 +PL 3.1853,9,0,3.1853,6.7703,-0.2235,-0.0002,0.0001,0 + +[30ad] キ +L 0.4778,6.1749,6.7227,6.7399 +L -0.0062,3.3902,7.2081,3.9552 +L 3.2553,9,3.9628,0 + +[30ae] ギ +L 0.4784,6.1749,6.724,6.7399 +L -0.0077,3.3902,7.2087,3.9552 +L 3.2552,9,3.9634,0 +L 6.0319,8.5932,6.5734,7.6579 +L 6.6673,9,7.2087,8.0648 + +[30af] ク +PL 1.509,0,0.1807,7.2072,7.305,0,2.128,7.305,0 +A -5.0885,11.9769,8.5967,306.357,339.74 + +[30b0] グ +L 6.0324,8.5932,6.5746,7.6579 +L 6.6657,9,7.2085,8.0648 +PL 1.5089,0,0.1807,7.2071,7.305,0,2.1279,7.305,0 +A -5.0886,11.9769,8.5967,306.357,339.74 + +[30b1] ケ +L 7.2007,6.7702,1.587,6.7702 +PL 2.6653,0,0.2434,5.3297,5.1493,0,5.3297,6.7702,0 +A -5.5244,10.0534,7.8337,314.852,352.272 + +[30b2] ゲ +L 6.0308,8.5932,6.573,7.6579 +L 6.6669,9,7.2083,8.0648 +L 7.2013,6.7702,1.5883,6.7702 +PL 2.6659,0,0.2434,5.3303,5.1493,0,5.3303,6.7702,0 +A -5.5245,10.0534,7.8337,314.852,352.272 + +[30b3] コ +PL 0.0002,0,0,7.2089,0,0,7.2089,6,0,0.0002,6,0 + +[30b4] ゴ +L 6.032,8.5932,6.5749,7.6579 +L 6.6653,9,7.2095,8.0648 +PL 0.0001,0,0,7.2074,0,0,7.2074,6,0,0.0001,6,0 + +[30b5] サ +L 0.0084,6,7.208,6 +L 1.7946,9,1.7946,3.3648 +PL 5.426,9,0,5.426,3.3648,-0.4481,1.6778,0.0233,0 + +[30b6] ザ +L 6.0311,8.5932,6.5761,7.6579 +L 6.6665,9,7.2086,8.0648 +L 0.0076,6,7.2072,6 +L 1.7931,9,1.7931,3.3648 +PL 5.4245,9,0,5.4245,3.3648,-0.4481,1.6763,0.0233,0 + +[30b7] シ +L 0.0019,6.4484,1.6957,5.3845 +L 1.0358,9,2.7296,7.9361 +A -1.3382,8.8977,9.0897,281.8,340.068 + +[30b8] ジ +L 6.0323,8.5932,6.5738,7.6579 +L 6.6676,9,7.2091,8.0648 +L 0.0032,6.4484,1.6963,5.3845 +L 1.0371,9,2.7309,7.9361 +A -1.3376,8.8977,9.0897,281.8,340.068 + +[30b9] ス +PL -0.0004,0,0.2846,5.5755,9,0,0.0003,9,0 +L 7.1803,0.002,3.8348,3.3472 + +[30ba] ズ +L 6.03,8.5932,6.575,7.6579 +L 6.666,9,7.2082,8.0648 +PL 0.0002,0,0.2846,5.5747,9,0,0.0009,9,0 +L 7.1802,0.002,3.8354,3.3472 + +[30bb] セ +PL 0.0092,6,0,7.2081,6.7732,0,5.038,3.2009,0 +PL 7.2081,0,0,5.4198,0,-0.4142,2.4203,3,0,2.4203,9,0 + +[30bc] ゼ +L 6.0312,8.5932,6.5734,7.6579 +L 6.6665,9,7.2087,8.0648 +PL 0.0091,6,0,7.208,6.7732,0,5.0372,3.2009,0 +PL 7.208,0,0,5.4197,0,-0.4142,2.4195,3,0,2.4195,9,0 + +[30bd] ソ +L 0.0006,8.9985,1.0772,6.6129 +A -5.2685,10.8999,12.6129,300.216,351.336 + +[30be] ゾ +L 6.0324,11.5932,6.5746,10.6579 +L 6.6663,12,7.2099,11.0647 +L 0.0012,8.9985,1.0771,6.6129 +A -5.2686,10.8999,12.6129,300.216,351.336 + +[30bf] タ +L 5.0215,3.1067,0.801,5.7059 +PL 1.5095,0,0.1807,7.2084,7.305,0,2.1292,7.305,0 +A -5.0873,11.9769,8.5967,306.357,339.74 + +[30c0] ダ +L 6.0315,8.5932,6.573,7.6579 +L 6.6668,9,7.209,8.0648 +L 5.0221,3.1067,0.7995,5.7059 +PL 1.5087,0,0.1807,7.2076,7.305,0,2.1284,7.305,0 +A -5.0874,11.9769,8.5967,306.357,339.74 + +[30c1] チ +L 0.01,4.5,7.2096,4.5 +L 4.1085,8.1617,4.1085,2.9367 +A 1.1945,18.6735,10.9083,266.256,297.526 +A 1.109,3,2.9998,270,360 + +[30c2] ヂ +L 6.0306,8.5932,6.5742,7.6579 +L 6.6652,9,7.2081,8.0648 +L 0.0092,4.5,7.2088,4.5 +L 4.1084,8.1617,4.1084,2.9367 +A 1.1096,3,2.9998,270,360 +A 1.1951,18.6735,10.9083,266.256,291.537 + +[30c3] ッ +A -0.3706,3,2.5998,3.303,26.4072 +A 0.9463,3.3438,2.5998,3.303,26.4072 +A 0.5127,4.5,4.9159,293.739,354.807 + +[30c4] ツ +A -4.3509,6,5.1996,3.303,26.4072 +A -1.717,6.6875,5.1996,3.303,26.4072 +A -2.5849,9,9.8319,293.739,354.807 + +[30c5] ヅ +L 6.0317,9.9353,6.5739,9 +L 6.667,10.3421,7.2085,9.4069 +A -4.351,6,5.1996,3.303,26.4072 +A -1.7178,6.6875,5.1996,3.303,26.4072 +A -2.5843,9,9.8319,293.739,354.807 + +[30c6] テ +L -0.0003,6,7.2091,6 +L 0.8998,9,6.2999,9 +PL 3.6086,6,0,3.6086,3,-0.4142,0.6091,0.0002,0 + +[30c7] デ +L 6.0301,8.5932,6.5751,7.6579 +L 6.6661,9,7.2083,8.0648 +L 0.0003,6,7.209,6 +PL 3.6085,6,0,3.6085,3,-0.4142,0.6097,0.0002,0 +L 0.8997,9,5.3947,9 + +[30c8] ト +L 3.6105,0,3.6105,9 +A 3.6105,-0.5561,5.6236,52.9473,90 + +[30c9] ド +L 6.0306,8.5932,6.5728,7.6579 +L 6.6666,9,7.2095,8.0648 +L 3.6097,0,3.6097,9 +A 3.6097,-0.5561,5.6236,52.9473,90 + +[30ca] ナ +L 7.2087,6,0.0105,6 +PL 4.806,9,0,4.806,3,-0.4142,1.8065,0.0001,0 + +[30cb] ニ +L -0.0001,0.5,7.21,0.5 +L 0.9658,8,6.2447,8 + +[30cc] ヌ +PL 0.0016,-0.0001,0.2486,7.2099,9,0,1.0344,9,0 +A -3.1854,-6.1357,13.2302,38.2211,66.5292 + +[30cd] ネ +L 3.61,9,3.61,6.7297 +PL 3.61,0,0,3.61,4.4999,0.0405,7.2213,2.2296,0 +PL 1.0021,6.7297,0,6.2186,6.7297,-0.0732,-0.0014,2.2296,0 + +[30ce] ノ +A -3.4279,10.1259,10.6969,288.805,353.958 + +[30cf] ハ +L 5.3036,9,7.2103,0 +A -25.3394,10.176,27.3056,338.119,357.532 + +[30d0] バ +L 6.0341,8.5932,6.5763,7.6579 +L 6.6673,9,7.2088,8.0648 +L 5.3028,9,7.2109,0 +A -25.3402,10.176,27.3056,338.119,357.532 + +[30d1] パ +L 5.3034,9,7.2101,0 +A 6.5089,8.3,0.6999,180,0 +A 6.5089,8.3,0.6999,0,180 +A -25.3389,10.176,27.3056,338.119,357.532 + +[30d2] ヒ +PL 6.4829,0,0,3.0029,0,-0.4142,0.0034,3,0,0.0034,9,0 +A 0.0034,14.4822,9.3694,270,307.626 + +[30d3] ビ +L 6.0331,8.5932,6.5753,7.6579 +L 6.6663,9,7.2099,8.0648 +PL 6.4828,0,0,3.0035,0,-0.4142,0.0025,3,0,0.0025,9,0 +A 0.0025,14.4822,9.3694,270,307.626 + +[30d4] ピ +PL 6.4834,0,0,3.0033,0,-0.4142,0.0038,3,0,0.0038,9,0 +A 6.5093,8.3,0.6999,180,0 +A 6.5093,8.3,0.6999,0,180 +A 0.0038,14.4822,9.3694,270,307.626 + +[30d5] フ +PL 0.0023,9,0,7.2104,9,-0.2639,2.1044,-0.0002,0 + +[30d6] ブ +L 6.0328,11.5932,6.5749,10.6579 +L 6.6681,12,7.2103,11.0647 +PL 0.0015,9,0,7.2103,9,-0.2639,2.1036,-0.0002,0 + +[30d7] プ +PL 0.0028,9,0,7.2109,9,-0.2639,2.1034,-0.0002,0 +A 6.509,11.3,0.6999,180,0 +A 6.509,11.3,0.6999,0,180 + +[30d8] ヘ +PL 0.0034,3.5751,0,2.7473,9,0,7.2101,0,0 + +[30d9] ベ +PL 0.0012,3.5751,0,2.7472,9,0,7.2114,0,0 +L 6.0339,8.5932,6.5753,7.6579 +L 6.6692,9,7.2114,8.0648 + +[30da] ペ +PL 0.0018,3.5751,0,2.7478,9,0,7.2113,0,0 +A 6.5094,8.3,0.6999,180,0 +A 6.5094,8.3,0.6999,0,180 + +[30db] ホ +L 0.0024,7,7.2119,7 +L 3.6114,0,3.6114,9 +L 0.0024,1.6951,1.3593,4.4814 +L 7.2196,1.6951,5.8634,4.4814 + +[30dc] ボ +L 6.0329,8.5932,6.5743,7.6579 +L 6.6654,9,7.2076,8.0648 +L 0.003,7,7.2125,7 +L 3.6113,0,3.6113,9 +L 0.003,1.6951,1.3592,4.4814 +L 7.2209,1.6951,5.8633,4.4814 + +[30dd] ポ +L 0.0043,7,7.2103,7 +L 3.6119,0,3.6119,9 +L 0.0043,1.6951,1.3598,4.4814 +L 7.2208,1.6951,5.8646,4.4814 +A 6.4608,8.25,0.7498,180,0 +A 6.4608,8.25,0.7498,0,180 + +[30de] マ +PL 0.0014,9,0,7.2095,9,-0.2219,3.6064,1.2872,0 +L 4.8923,0,2.3187,2.5741 + +[30df] ミ +A 0.0006,-10.2453,19.3131,68.1195,85.1947 +A 0.0006,-10.7501,16.5983,67.2623,84.4084 +A 0.0006,-12.4339,14.3723,59.8915,89.9978 + +[30e0] ム +L -0.0002,0,6.9564,0.9836 +A -2.8624,-2.0623,10.2822,11.5701,36.3162 +A -30.2151,12.63,33.5568,338.132,353.79 + +[30e1] メ +A -7.9221,13.7357,15.8553,299.968,342.622 +A -1.4958,-5.4973,11.8873,42.9202,71.8552 + +[30e2] モ +L 0.0038,5.5,7.2105,5.5 +L 0.4977,9,6.248,9 +PL 6.732,0,0,5.909,0,-0.4142,2.9088,3,0,2.9088,9,0 + +[30e3] ャ +PL 1.8096,2.9174,0,5.4136,3.3178,0,4.461,1.8496,0 +L 3.0025,4.5,3.6134,0 + +[30e4] ヤ +PL 0.0078,5.8348,0,7.2124,6.6357,0,5.3077,3.6992,0 +L 2.3951,9,3.6112,0 + +[30e5] ュ +L 1.8017,0.25,5.4071,0.25 +PL 4.2863,0.25,0,4.4762,4,0,2.4545,4,0 + +[30e6] ユ +L 0.0034,0.5,7.2129,0.5 +PL 4.9741,0.5,0,5.3524,8,0,1.3091,8,0 + +[30e7] ョ +PL 2.1622,0.45,0,5.0469,0.45,0,5.0469,4.05,0,2.1622,4.05,0 +L 2.1622,2.25,5.0469,2.25 + +[30e8] ヨ +PL 0.724,0.9,0,6.4933,0.9,0,6.4933,8.1,0,0.724,8.1,0 +L 6.4933,4.5,0.724,4.5 + +[30e9] ラ +L 0.6048,9,6.6066,9 +PL 0.0024,6.6581,0,7.2119,6.6581,-0.3394,2.1039,0,0 + +[30ea] リ +L 0.7315,4.1971,0.7315,9 +PL 2.9437,0,0,5.4278,2.0999,0.2208,6.4924,4.3914,0,6.4924,9,0 + +[30eb] ル +PL 7.2128,3.8506,-0.1855,3.8542,0,0,3.8542,9,0 +PL 1.4662,8.397,0,1.4662,6,-0.1204,0.0007,0.0001,0 + +[30ec] レ +PL 7.2117,5.1495,-0.1992,0.0014,0,0,0.0014,9,0 + +[30ed] ロ +PLC 0.7228,0.9,0,6.4928,0.9,0,6.4928,8.1,0,0.7228,8.1,0 + +[30ee] ヮ +PL 1.8603,3.3291,0,1.8617,4.5001,0,5.4664,4.5001,0,5.4664,3.3291,-0.3393,2.9121,0,0 + +[30ef] ワ +PL -0.0003,6.6581,0,0.0025,9,0,7.2127,9,0,7.2127,6.6581,-0.3393,2.1026,-0.0001,0 + +[30f0] ヰ +L 0.4577,6.5,6.76,6.5 +L 7.2133,2.5,0.0115,2.5 +L 4.7349,9,4.7349,0 +L 2.4934,6.5,2.4934,2.5 + +[30f1] ヱ +L 0.0037,0.5,7.2111,0.5 +PL 3.6133,0.5,0,3.6133,5,0,5.8654,8,0,1.3613,8,0 + +[30f2] ヲ +PL 0.0022,6.6581,0,7.2124,6.6581,0,7.2124,9,0,0.0022,9,0 +A 0.316,6.6581,6.8938,285.024,0 + +[30f3] ン +L -0.0077,9,1.5481,7.6 +A -3.307,10.387,11.0659,290.174,341.905 + +[30f4] ヴ +L 6.0325,8.5932,6.5754,7.6579 +L 6.6665,9,7.2087,8.0648 +L 3.6095,9,3.6095,7.305 +PL 7.2164,7.305,0,0.0013,7.305,0,0.0013,5.195,0 +A -1.9909,7.305,9.2049,307.476,359.901 + +[30f5] ヵ +PL 1.805,3.3851,0,5.4048,3.3851,0,5.4048,2.25,-0.1674,4.6292,0,0,3.8532,0,0 +PL 3.3937,4.5,0,3.3937,3.3851,-0.2235,1.8009,0,0 + +[30f6] ヶ +L 5.2233,3.3851,2.4157,3.3851 +PL 2.9552,0,0.2434,4.2867,2.5747,0,4.2867,3.3851,0 +A -1.14,5.0267,3.9169,314.852,352.272 + +[30fb] ・ +A 3.9996,4.5,0.25,180,0 +A 3.9996,4.5,0.25,0,180 + +[30fc] ー +PL 7.9993,4.5,0,1.2787,4.5,0,-0.0003,5.2387,0 + +[30fd] ヽ +A -0.2365,1.0255,5.7748,10.7951,60.9899 + +[30fe] ヾ +L 4.7025,7.0931,5.305,6.1579 +L 5.4058,7.5,6.0082,6.5647 +A -0.2366,1.0255,5.7748,10.7951,60.9899 + +[4e00] 一 +L -0.0005,4.7669,6.7725,4.7669 + +[4e01] 丁 +L 4.0607,7.9322,7.02,7.9322 +PL 2.355,0,0,3.6369,0,0,3.6369,7.9322,0,0.2501,7.9322,0,0.2501,7.9322,0 + +[4e03] 七 +PL 2.5322,8.9999,0,2.5322,1.9457,0,2.6586,0.5324,0,2.9591,0,0,6.773,0,0,6.773,1.5634,0,6.773,1.5634,0,6.773,1.5634,0 +L -0.0001,4.7669,7.1999,5.8348 + +[4e07] 万 +L 7.2012,8.4662,0.0001,8.4662 +PL 0.3776,0,0.1699,2.9604,7.3801,0,2.9604,8.4662,0 +PL 3.8136,0,0,5.0457,0.0001,0.1046,5.9501,4.2751,0,5.9501,5.3009,0,2.7755,5.3009,0 + +[4e08] 丈 +PL 0.865,0.0001,0,1.9854,0.4451,0,2.8719,1.0679,0,4.2798,2.4026,0,3.3619,3.5524,0,2.9205,4.3039,0,2.5703,5.3009,0 +PL 7.2429,0.0001,0,6.3845,0.534,0,5.5334,1.0679,0,4.6788,1.6018,0 +PL 4.6788,3.4705,0,5.008,6.2417,0,2.9104,6.9535,0,0.865,6.9027,0 +PL 5.5334,6.9027,0,5.2325,7.3362,0,5.1201,7.8801,0,5.1026,9.0002,0 +PL 5.9537,6.9027,0,8.094,6.9027,0,8.094,6.9027,0,8.094,6.9027,0 + +[4e09] 三 +PL -0.0004,0.5338,0,7.1996,0.5338,0,7.1996,0.5338,0,7.1996,0.5338,0 +PL 1.2808,4.2328,0,5.9489,4.2328,0,5.9489,4.2328,0,5.9489,4.2328,0 +PL 0.8539,7.9322,0,6.3758,7.9322,0,6.3758,7.9322,0,6.3758,7.9322,0 + +[4e0a] 上 +L 5.9183,5.8348,3.386,5.8348 +L 3.386,8.9999,3.386,0.5338 +L -0.0002,0.5338,7.1998,0.5338 + +[4e0b] 下 +PL 5.949,3.6993,0,5.2257,4.2328,0,3.4167,5.5942,0,3.4167,0,0 +L 6.8032,7.9322,-0.0003,7.9322 +L 3.4167,5.602,3.4167,7.9322 + +[4e0d] 不 +PL 4.2495,0,0,4.2355,3.7499,0,4.1237,5.2627,0,3.8225,5.8347,0,2.8243,4.9562,0,1.8401,4.0692,0,0.8595,3.1652,0 +PL 7.6363,2.8983,0,7.0553,3.6991,0,6.4879,4.5001,0,5.9275,5.3009,0 +PL 4.2495,6.3688,0,4.523,6.815,0,4.8102,7.2444,0,5.1041,7.6653,0,3.6789,7.7683,0,2.2671,7.8545,0,0.8595,7.9322,0 +L 5.5314,7.9322,7.6363,7.9322 + +[4e0e] 与 +PL 3.9421,0,0,5.2237,0,0,5.6198,2.9393,0,3.3117,3.404,0,0.5588,3.1653,0 +PL 6.4744,3.1653,0,6.1728,3.6004,0,6.0646,4.154,0,6.0471,5.3009,0,2.2326,5.3009,0,2.345,6.5989,0,2.5513,7.6766,0,2.6637,9,0 +PL 6.8982,3.1653,0,7.7559,3.1653,0,7.7559,3.1653,0,7.7559,3.1653,0 +PL 3.0837,7.3984,0,6.4744,7.3984,0,6.4744,7.3984,0,6.4744,7.3984,0 + +[4e14] 且 +PL 0.649,0.534,0,2.3585,0.534,0,2.3585,8.4662,0,6.1692,8.4662,0,6.1692,0.534,0,7.8469,0.534,0,7.8469,0.534,0,7.8469,0.534,0 +PL 2.7504,0.534,0,5.7419,0.534,0,5.7419,0.534,0,5.7419,0.534,0 +PL 2.7504,3.1653,0,5.7419,3.1653,0,5.7419,3.1653,0,5.7419,3.1653,0 +PL 2.7504,5.7967,0,5.7419,5.7967,0,5.7419,5.7967,0,5.7419,5.7967,0 + +[4e16] 世 +PL 3.9043,2.6313,0,5.5855,2.6313,0,5.4033,5.822,0,4.7449,6.1906,0,3.4843,6.8644,0,3.4843,9,0 +PL 3.4843,2.6313,0,3.442,5.2287,0,2.98,6.2245,0,1.5615,6.6356,0,1.4946,7.4351,0,1.4389,8.2259,0,1.3794,9,0 +L 6.4404,6.3688,7.2947,6.3688 +PL 6.0166,6.3688,0,5.715,6.7966,0,5.603,7.4788,0,5.5855,9,0 +L 1.7751,0,6.8674,0 +PL 1.3794,0,0,1.4946,2.6003,0,1.3335,5.1921,0,0.094,6.3688,0 + +[4e18] 丘 +PL 0.8316,0.0001,0,2.0823,0.0001,0,2.0823,7.3983,0,3.6686,7.6751,0,5.2097,8.1893,0,6.7511,8.4661,0 +PL 2.5093,0.0001,0,5.4723,0.0001,0,5.4723,4.7669,0,2.5093,4.7669,0,2.5093,4.7669,0,2.5093,4.7669,0 +PL 5.8961,0.0001,0,8.0295,0.0001,0,8.0295,0.0001,0,8.0295,0.0001,0 +PL 5.8961,4.7669,0,7.1784,4.7669,0,7.1784,4.7669,0,7.1784,4.7669,0 + +[4e19] 丙 +PL 0.9811,0,0,0.9811,6.3686,0,2.7354,6.3193,0,3.6846,6.7358,0,3.9718,8.4661,0,0.5849,8.4661,0,0.5849,8.4661,0,0.5849,8.4661,0 +PL 5.653,0,0,6.9317,0,0,6.9317,6.3686,0,4.3991,6.3686,0,4.2485,6.1017,0,4.1017,5.8348,0,3.9718,5.5678,0,4.522,4.613,0,5.0821,3.6498,0,5.653,2.6695,0 +PL 2.263,2.6695,0,2.6899,3.3828,0,3.1207,4.0792,0,3.541,4.767,0 +PL 4.3991,8.4661,0,7.3625,8.4661,0,7.3625,8.4661,0,7.3625,8.4661,0 + +[4e21] 両 +PL 5.2537,0,0,6.5325,0,0,6.5325,6.3306,0,4.1123,6.1736,0,3.513,5.0762,0,3.5725,2.0975,0,5.2537,2.0975,0,5.2537,4.7668,0 +L 2.291,2.0975,3.1421,2.0975 +L 1.8672,2.0975,1.8672,4.7668 +PL 0.585,0,0,0.585,6.3306,0,2.3467,6.2824,0,3.2959,6.709,0,3.5725,8.4661,0,0.1577,8.4661,0 +L 3.9683,8.4661,6.9629,8.4661 + +[4e26] 並 +PL 0.8301,0.5492,0,3.3977,0.5492,0,3.3977,6.9178,0,1.2574,6.9178,0,1.2574,6.9178,0,1.2574,6.9178,0 +PL 3.7932,0.5492,0,5.0719,0.5492,0,5.0719,6.9178,0,3.7932,6.9178,0,3.7932,6.9178,0,3.7932,6.9178,0 +PL 5.5027,0.5492,0,7.6353,0.5492,0,7.6353,0.5492,0,7.6353,0.5492,0 +PL 2.1158,2.6466,0,1.9617,3.3696,0,1.8181,4.0845,0,1.6885,4.7821,0 +PL 6.3538,2.9135,0,6.483,3.5505,0,6.6305,4.1706,0,6.7807,4.7821,0 +PL 5.5027,6.9178,0,5.6284,7.6309,0,5.772,8.3274,0,5.9297,9.0152,0 +PL 5.9297,6.9178,0,7.208,6.9178,0,7.208,6.9178,0,7.208,6.9178,0 +PL 3.3977,8.2143,0,3.2468,8.4813,0,3.0997,8.7482,0,2.9669,9.0152,0 + +[4e2d] 中 +L 2.9588,8.9999,2.9588,0 +PLC -0.0004,6.8643,0,5.9184,6.8643,0,5.9184,3.6993,0,-0.0004,3.6993,0 + +[4e38] 丸 +PL 0.6163,0,0,2.5251,3.0988,0,2.9346,9,0 +PL 0.4023,6.3304,0,5.4952,6.3304,0,5.5089,2.2316,0,5.6213,0.5902,0,5.9225,0,0,7.6037,0,0,7.6037,1.5635,0,7.6037,1.5635,0,7.6037,1.5635,0 +A -7.1766,-7.5576,14.9339,40.281,55.6171 + +[4e39] 丹 +PL 1.1383,0,0,2.1824,2.0806,0,2.284,3.6271,0,0.7075,4.2331,0 +PL 4.9493,0,0,6.1958,0,0,5.8039,3.5201,0,4.8579,4.3914,0,3.7301,4.3493,0,2.7813,5.1291,0,2.3855,8.4662,0,6.1958,8.4662,0,6.0978,6.1653,0,6.3815,4.7288,0,7.9054,4.2331,0 +PL 4.5217,6.1018,0,4.2243,6.5579,0,3.9441,7.0057,0,3.6706,7.4364,0 + +[4e3b] 主 +L 4.0319,7.9323,3.1738,9.0002 +L 4.0319,6.9026,6.5641,6.9026 +L 4.4592,3.6993,6.1368,3.6993 +PL 4.0319,3.6993,0,3.7307,4.174,0,3.6221,5.0043,0,3.6046,6.9026,0,0.6485,6.9026,0 +PL 0.2177,0,0,3.6046,0,0,3.545,2.7727,0,2.9146,3.6469,0,1.0446,3.6993,0 +L 4.0319,0,6.9918,0 + +[4e45] 久 +PL 0.2756,0,0,1.7183,1.6031,0,3.6901,4.4605,0,5.1296,7.1314,0,1.7431,7.1314,0,1.1719,6.1767,0,0.615,5.2133,0,0.0616,4.2332,0 +L 6.8388,0,4.3066,3.1653 +L 2.1736,7.9322,2.1736,9.0001 + +[4e4f] 乏 +PL 0.1915,0,0,0.6153,0.904,0,1.0426,1.791,0,1.4699,2.6696,0 +PL 3.5749,0,0,3.004,0.534,0,2.4436,1.0678,0,1.8972,1.6018,0 +L 4.0022,0,7.3887,0 +PL 2.9304,2.1356,0,6.1348,5.5679,0,4.2859,5.671,0,2.4436,5.7571,0,0.6153,5.8349,0 +PL 3.5749,6.3687,0,3.5749,7.9704,0,1.0426,7.9704,0 +PL 4.0022,7.9704,0,4.7447,8.1089,0,5.3927,8.3658,0,6.1348,8.5043,0 + +[4e57] 乗 +PL 2.355,5.3009,0,2.0538,5.7162,0,1.9414,6.1314,0,1.9274,6.9026,0,0.6774,6.9026,0 +PL 5.7419,5.3009,0,5.4614,5.7162,0,5.3598,6.1314,0,5.3423,6.9026,0,4.2394,7.1188,0,3.045,7.5637,0,1.1047,7.9323,0 +L 5.7419,6.9026,6.5962,6.9026 +L 5.7419,3.6993,6.5962,3.6993 +PL 4.4912,3.6993,0,5.3423,3.6993,0,5.0376,5.1851,0,4.3476,5.2898,0,3.6369,4.2332,0 +PL 2.9921,5.3009,0,3.6369,6.1018,0,3.3039,6.6655,0,2.968,6.873,0,2.355,6.9026,0 +PL 1.9274,4.5002,0,1.6017,5.0636,0,1.1642,5.2713,0,0.2501,5.3009,0 +PL 6.5962,0.5341,0,4.5686,2.6937,0,3.066,3.4464,0,0.6774,3.6993,0 +PL 3.6369,0,0,3.5529,1.0665,0,3.486,2.1245,0,3.4194,3.1653,0,2.355,2.2883,0,1.2969,1.4111,0,0.2501,0.5341,0 +L 6.1657,5.3009,7.02,5.3009 +PL 4.2775,7.9323,0,4.7749,8.3082,0,5.2652,8.4464,0,6.1657,8.4663,0 + +[4e59] 乙 +PL 2.0218,0,0,1.7272,0.4561,0,1.44,0.904,0,1.1707,1.3347,0,1.6221,2.2824,0,2.8375,3.9336,0,5.8356,7.7034,0,4.2809,7.8066,0,2.7223,7.8926,0,1.1707,7.9704,0 +PL 2.4487,0,0,4.8868,-0.2006,0,6.7602,0.0735,0,7.5133,2.1356,0 + +[4e5d] 九 +PL 0.2134,0,0,2.124,3.0987,0,2.532,8.9999,0 +PL -0.0003,6.3304,0,5.0947,6.3304,0,5.1105,2.2316,0,5.2212,0.5902,0,5.5217,0,0,7.1997,0,0,7.1997,1.5634,0,7.1997,1.5634,0,7.1997,1.5634,0 + +[4e71] 乱 +PL 1.2903,0,0,1.2903,3.1654,0,2.5406,3.1654,0,2.4562,5.0609,0,2.0044,5.7444,0,0.8595,5.8349,0 +PL 1.7176,0,0,3.8225,0,0,3.8225,3.1654,0,2.9644,3.1654,0,2.9644,3.1654,0,2.9644,3.1654,0 +PL 5.9275,0,0,5.6505,0.6894,0,5.5454,3.0226,0,5.5314,9.0001,0 +PL 6.3548,0,0,8.0636,0,0,8.0636,1.6018,0,8.0636,1.6018,0,8.0636,1.6018,0 +PL 2.9644,5.8349,0,2.6667,6.2684,0,2.5578,6.8123,0,2.5406,7.9323,0,0.8595,7.9323,0,0.8595,7.9323,0,0.8595,7.9323,0 +PL 3.3952,5.8349,0,4.2495,5.8349,0,4.2495,5.8349,0,4.2495,5.8349,0 +PL 2.9644,7.9323,0,3.2972,8.3081,0,3.6334,8.4464,0,4.2495,8.4662,0 + +[4e73] 乳 +PL 1.5601,0,0,2.4112,0,0,2.3976,1.4958,0,2.2886,2.178,0,1.9913,2.6314,0,1.6407,2.2557,0,1.1959,2.1174,0,0.2817,2.0975,0 +PL 5.8019,0,0,5.5007,0.6894,0,5.3922,3.0226,0,5.3746,9.0001,0 +PL 6.2292,0,0,7.4796,0,0,7.4796,1.6018,0,7.4796,1.6018,0,7.4796,1.6018,0 +PL 2.8105,2.6314,0,2.7299,3.0015,0,2.6602,3.3546,0,2.6007,3.6992,0,2.9439,4.1554,0,3.3008,4.6033,0,3.6651,5.034,0,2.6673,5.1372,0,1.6827,5.2233,0,0.7024,5.3009,0 +PL 3.2378,2.6314,0,3.5148,2.8207,0,3.7985,3.0015,0,4.0924,3.1654,0 +PL 1.1328,6.6357,0,0.9826,6.9789,0,0.8351,7.3221,0,0.7024,7.6654,0,2.3272,7.9916,0,3.3043,8.3178,0,4.0924,8.4662,0 +PL 2.4112,6.6357,0,2.261,6.9013,0,2.1174,7.1583,0,1.9913,7.3983,0 +PL 3.2378,6.3687,0,3.5148,6.712,0,3.7985,7.0553,0,4.0924,7.3983,0 + +[4e7e] 乾 +PL 1.9597,0,0,1.8088,1.1512,0,1.378,1.531,0,0.6813,1.5636,0 +PL 4.9225,0,0,4.7652,0.267,0,4.6212,0.534,0,4.4917,0.8009,0,5.1925,2.2119,0,5.9035,3.6229,0,6.6285,5.0339,0,5.9035,5.1371,0,5.1925,5.2232,0,4.4917,5.3009,0 +PL 5.3463,0,0,6.6246,-0.0353,0,7.5318,0.2769,0,7.8785,1.5636,0 +PL 2.3902,1.5636,0,2.0855,1.9788,0,1.9737,2.3941,0,1.9597,3.1653,0,0.6813,3.1653,0,0.6813,6.3304,0,1.9597,6.3304,0,1.8088,7.5255,0,1.378,7.9069,0,0.6813,7.9322,0 +PL 2.3902,3.1653,0,3.2413,3.1653,0,3.2413,4.7671,0,1.1016,4.7671,0,1.1016,4.7671,0,1.1016,4.7671,0 +PL 3.2413,5.3009,0,3.2413,6.3304,0,2.3902,6.3304,0,2.3902,6.3304,0,2.3902,6.3304,0 +PL 4.0647,6.3304,0,4.4917,7.2345,0,4.9225,8.1215,0,5.3463,9.0001,0 +PL 5.3463,7.3984,0,7.8785,7.3984,0,7.8785,7.3984,0,7.8785,7.3984,0 +PL 2.3902,7.9322,0,2.2364,8.3023,0,2.0925,8.6554,0,1.9597,9.0001,0 + +[4e86] 了 +PL 2.2621,0,0,3.5164,0,0,3.572,1.9449,0,3.6421,3.8899,0,3.7265,5.8347,0,4.497,6.6341,0,5.2812,7.4251,0,6.0766,8.1991,0,4.2239,8.3023,0,2.3847,8.3884,0,0.5529,8.4661,0 + +[4e88] 予 +PL 2.9976,0,0,4.2798,0,0,4.2798,5.3009,0,0.865,5.3009,0 +PL 6.3845,3.6993,0,6.6612,4.1554,0,6.9449,4.6034,0,7.2429,5.0339,0,5.6388,5.3828,0,4.5177,5.9183,0,3.4284,6.9026,0 +PL 4.8893,6.9026,0,5.3796,7.3491,0,5.8766,7.7783,0,6.3845,8.1992,0,4.6788,8.3025,0,2.9766,8.3885,0,1.2887,8.4663,0 + +[4e89] 争 +PL 2.8745,0,0,4.1603,0,0,4.0167,2.5156,0,3.3092,3.1921,0,1.628,3.1653,0 +PL 4.5841,3.1653,0,4.2895,3.6991,0,4.0093,4.2331,0,3.7291,4.767,0,0.7695,4.767,0 +PL 5.0114,3.1653,0,6.2652,3.1653,0,5.7189,4.7485,0,4.6993,4.9505,0,4.1603,6.3305,0,2.5211,6.4491,0,1.5544,6.5678,0,0.7695,6.3305,0 +PL 6.6925,4.767,0,6.3913,5.1808,0,6.2789,5.5861,0,6.2652,6.3305,0,5.6905,6.4337,0,5.134,6.5197,0,4.5841,6.5975,0,4.7168,6.9677,0,4.8604,7.3206,0,5.0114,7.6653,0,3.1901,7.8334,0,2.4196,7.7642,0,2.0203,7.3984,0 +L 7.1163,4.767,7.9709,4.767 + +[4e8b] 事 +PL 3.5425,9.0382,0,3.5425,0,0,2.6848,0,0 +PL 1.2239,4.2331,0,5.8611,4.2331,0,5.8611,1.6018,0,1.2239,1.6018,0 +PLC 5.6475,6.9027,0,1.4099,6.9027,0,1.4099,5.8348,0,5.6475,5.8348,0 +L 0.1592,7.9703,6.9294,7.9703 +L 0.1592,2.9174,6.9294,2.9174 + +[4e8c] 二 +L -0.0003,1.0678,7.1997,1.0678 +L 0.8232,7.3982,6.3455,7.3982 + +[4e92] 互 +PL 0.5249,0.5491,0,5.6213,0.5491,0,5.6213,3.2186,0,2.2344,3.2186,0,2.3605,4.9996,0,2.5108,6.7638,0,2.6617,8.5194,0,0.9522,8.5194,0,0.9522,8.5194,0,0.9522,8.5194,0 +PL 6.0451,0.5491,0,7.7263,0.5491,0,7.7263,0.5491,0,7.7263,0.5491,0 +PL 6.0451,3.2186,0,6.0451,5.85,0,3.089,5.85,0,3.089,5.85,0,3.089,5.85,0 +PL 3.089,8.5194,0,7.3302,8.5194,0,7.3302,8.5194,0,7.3302,8.5194,0 + +[4e94] 五 +L -0.0002,0.5338,7.1998,0.5338 +PL 5.4913,0.5338,0,5.4913,4.7669,0,0.8236,4.7669,0 +L 6.7728,8.4662,0.3963,8.4662 +L 3.3863,8.4662,2.1048,0.5338 + +[4e95] 井 +PL 0.5229,0,0,1.0833,0.9901,0,1.6546,1.9717,0,2.2321,2.9364,0,1.8679,3.4999,0,1.3215,3.7076,0,0.1271,3.7373,0 +PL 5.1882,0,0,4.8274,3.4294,0,3.8152,3.5621,0,2.2321,4.2711,0,2.1484,6.1568,0,1.6857,6.8221,0,0.5229,6.9025,0 +PL 5.6193,3.7373,0,5.3003,4.6766,0,5.0761,5.9633,0,4.7644,6.9025,0,3.0657,6.9477,0,2.3687,7.4675,0,2.2321,9.0382,0 +PL 6.0428,3.7373,0,7.3247,3.7373,0,7.3247,3.7373,0,7.3247,3.7373,0 +PL 5.6193,6.9025,0,5.3143,7.3375,0,5.2022,7.8912,0,5.1882,9.0382,0 +PL 6.0428,6.9025,0,6.8977,6.9025,0,6.8977,6.9025,0,6.8977,6.9025,0 + +[4e9c] 亜 +PL 0.8301,0,0,3.3977,0,0,3.3624,2.1258,0,2.9561,2.9973,0,1.6885,3.1653,0,1.6885,5.8348,0,3.009,6.0933,0,3.3907,6.9365,0,3.3977,8.4661,0,0.8301,8.4661,0,0.8301,8.4661,0,0.8301,8.4661,0 +PL 3.7932,0,0,5.5027,0,0,5.2467,2.7896,0,4.5255,3.0706,0,3.3977,3.6991,0,3.9371,5.7232,0,4.9563,6.1116,0,5.5027,8.4661,0,3.7932,8.4661,0,3.7932,8.4661,0,3.7932,8.4661,0 +PL 5.9297,0,0,8.0346,0,0,8.0346,0,0,8.0346,0,0 +PLC 5.3693,4.6371,0,6.0347,5.5325,0,7.208,5.8348,0,7.208,3.1653,0,5.9297,3.1653,0 +PL 5.9297,8.4661,0,8.0346,8.4661,0,8.0346,8.4661,0,8.0346,8.4661,0 + +[4ea1] 亡 +PL 2.3532,0,0,2.0593,0.6102,0,1.9469,2.3899,0,1.9332,6.8645,0,0.6793,6.8645,0,0.6793,6.8645,0,0.6793,6.8645,0 +PL 2.7843,0,0,7.4527,0,0,7.4527,0,0,7.4527,0,0 +PL 2.3532,6.8645,0,4.0627,6.8645,0,4.0627,9.0001,0,4.0627,9.0001,0,4.0627,9.0001,0 +PL 4.49,6.8645,0,7.88,6.8645,0,7.88,6.8645,0,7.88,6.8645,0 + +[4ea4] 交 +L 4.462,7.9706,4.462,9 +L 1.0783,7.9706,7.8523,7.9706 +L 2.9976,6.8304,1.4709,5.3011 +L 5.9295,6.8304,7.4527,5.3011 +A 0.865,5.4271,5.4271,270,5.7213 +A 8.0621,5.4271,5.4271,174.279,270 + +[4eab] 享 +PL 2.1736,0,0,3.452,0,0,3.452,2.1356,0,0.0616,2.1356,0,0.0616,2.1356,0,0.0616,2.1356,0 +PL 3.8796,2.4025,0,4.2859,2.935,0,4.7023,3.459,0,5.1296,3.966,0,3.7041,4.0692,0,2.2927,4.1553,0,0.8882,4.2329,0 +PL 4.3066,2.1356,0,6.8388,2.1356,0,6.8388,2.1356,0,6.8388,2.1356,0 +PLC 1.3155,5.8347,0,1.3155,6.9025,0,5.5569,6.9025,0,5.5569,5.3008,0,1.3155,5.3008,0 +PL 0.0616,7.9703,0,3.452,7.9703,0,3.452,9,0,3.452,9,0,3.452,9,0 +PL 3.8796,7.9703,0,6.8388,7.9703,0,6.8388,7.9703,0,6.8388,7.9703,0 + +[4eac] 京 +L 3.8832,7.9704,3.8832,8.9999 +L 0.4929,7.9704,7.2666,7.9704 +PLC 1.7783,3.6992,0,6.0127,3.6992,0,6.0127,5.7965,0,1.7783,5.7965,0 +PL 3.0255,0,0,3.8832,0,0,3.8832,3.6992,0 +L 0.7065,0.4956,2.2024,2.0974 +L 5.5924,2.0974,6.8393,0.4956 + +[4ead] 亭 +PL 2.7203,0,0,3.9703,0,0,3.9703,2.6696,0,1.4415,2.6696,0,1.4415,2.6696,0,1.4415,2.6696,0 +PL 4.4014,2.6696,0,6.5344,2.6696,0,6.5344,2.6696,0,6.5344,2.6696,0 +PL 0.5838,3.2035,0,0.5838,4.2331,0,7.361,4.2331,0,7.361,3.2035,0,7.361,3.2035,0,7.361,3.2035,0 +PLC 1.8688,6.2049,0,1.8688,6.9026,0,6.1103,6.9026,0,6.1103,5.8348,0,1.8688,5.8348,0 +PL 0.5838,7.9704,0,3.9703,7.9704,0,3.9703,9.0001,0,3.9703,9.0001,0,3.9703,9.0001,0 +PL 4.4014,7.9704,0,7.361,7.9704,0,7.361,7.9704,0,7.361,7.9704,0 + +[4eba] 人 +PL 6.1615,0,0,4.6456,2.4839,0,3.9872,3.8583,0,3.6313,5.3013,0,2.9,5.3013,0 +PL 0,0,0,1.8885,2.9182,0,2.9,5.5227,0,3.2026,8.9999,0 + +[4ec1] 仁 +PL 1.3463,0,0,1.2693,1.7543,0,1.1954,3.5084,0,1.1358,5.2627,0,0.9225,5.1088,0,0.7155,4.9463,0,0.5264,4.767,0 +PL 2.6314,0.4957,0,7.7243,0.4957,0,7.7243,0.4957,0,7.7243,0.4957,0 +PL 1.3463,5.7968,0,1.458,7.1017,0,1.6647,8.0509,0,1.7771,9,0 +PL 3.0552,7.3983,0,7.297,7.3983,0,7.297,7.3983,0,7.297,7.3983,0 + +[4eca] 今 +PL 7.88,5.4,0,4.276,9.0001,0,0.6793,5.4,0 +L 2.4796,5.5,6.0763,5.5 +PL 1.5791,3.5,0,6.9802,3.5,-0.3431,2.4796,0,0 + +[4ecb] 介 +PL 0.4909,0,0,1.612,1.8236,0,2.0989,3.1977,0,2.2004,5.3009,0 +PL 4.7359,0,0,4.7359,5.3009,0,4.7359,5.3009,0,4.7359,5.3009,0 +PL 0.2807,5.3009,0,1.3245,6.5481,0,2.3826,7.7782,0,3.447,9.0001,0,4.5818,7.7782,0,5.7166,6.5481,0,6.8657,5.3009,0 + +[4ecf] 仏 +PL 0.8882,0.0152,0,0.8041,1.9602,0,0.7341,3.9051,0,0.6745,5.85,0,0.4644,5.6861,0,0.2577,5.5053,0,0.0616,5.3161,0 +PL 1.7431,0.0152,0,3.0247,0.0152,0,3.459,2.9757,0,4.268,6.0039,0,4.6992,9.0152,0 +PL 3.452,0.0152,0,4.3349,0.5463,0,5.6655,0.9332,0,6.8388,1.083,0,6.5376,2.1494,0,6.2578,3.2073,0,5.9846,4.2483,0 +PL 7.2626,0.0152,0,7.2626,1.083,0,7.2626,1.083,0,7.2626,1.083,0 +PL 0.8882,6.6508,0,1.1649,7.4503,0,1.4489,8.2412,0,1.7431,9.0152,0 + +[4ed5] 仕 +L 0.9802,0,0.9802,6.5975 +L 7.3267,5.8348,2.2621,5.8348 +L 4.7944,9.0382,4.7944,0 +L 2.6579,0,6.8994,0 +A -6.55,10.6277,8.5404,321.41,349.012 + +[4ed6] 他 +PL 6.1348,2.6313,0,6.9614,2.6313,0,6.8777,4.2318,0,6.8073,5.8235,0,6.7443,7.3983,0,5.7009,6.6921,0,5.2105,6.5537,0,4.8564,6.8644,0,4.8564,9,0 +PL 4.8564,1.6017,0,4.8389,4.6004,0,4.7272,5.8361,0,4.426,6.3688,0,4.0968,5.9929,0,3.7672,5.8545,0,3.1476,5.8347,0,3.1476,7.9322,0 +PL 3.5749,0,0,3.2737,0.5522,0,3.1651,1.9266,0,3.1476,5.3009,0,2.2965,5.3009,0 +PL 4.0022,0,0,7.3887,0,0,7.3887,1.6017,0 +L 1.0426,0,1.0426,6.5975 +A -6.4876,10.6277,8.5404,321.41,349.012 + +[4ed8] 付 +PL 1.1032,0,0,1.0191,1.9449,0,0.9522,3.8899,0,0.8892,5.8349,0,0.6759,5.671,0,0.4727,5.4901,0,0.2797,5.3009,0 +PL 4.917,0,0,6.1989,0,0,6.2759,4.8235,0,5.6035,6.63,0,2.812,6.9025,0 +PL 4.0939,3.6992,0,3.793,4.0693,0,3.5128,4.4225,0,3.2393,4.767,0 +PL 1.1032,6.6356,0,1.3795,7.435,0,1.6597,8.226,0,1.9543,9,0 +PL 6.6265,6.9025,0,6.3253,7.3109,0,6.2129,7.8546,0,6.1989,9,0 + +[4ed9] 仙 +PL 1.1914,0,0,1.1143,1.9449,0,1.0411,3.8899,0,0.9816,5.8348,0,0.7711,5.671,0,0.5543,5.4901,0,0.3403,5.3008,0 +PL 2.8725,0,0,2.8725,6.8644,0,2.8725,6.8644,0,2.8725,6.8644,0 +PL 3.2963,0,0,5.0094,0,0,5.0094,9,0,5.0094,9,0,5.0094,9,0 +PL 5.4367,0,0,7.1179,0,0,7.1179,6.8644,0,7.1179,6.8644,0,7.1179,6.8644,0 +PL 1.1914,6.5975,0,1.4719,7.3983,0,1.7521,8.1992,0,2.0495,9,0 + +[4ee3] 代 +PL 7.6378,0,0,6.5031,1.8263,0,5.5227,3.856,0,5.1056,5.8348,0,3.0006,5.8348,0 +L 8.0616,0,8.0616,1.6018 +L 5.1056,6.3688,5.1056,9.0382 +L 5.5294,6.3688,8.0616,6.3688 +PL 7.2389,7.4365,0,6.6642,8.1598,0,6.384,8.5043,0 +L 1.7156,0,1.7156,6.5975 +A -5.8112,10.6277,8.5404,321.41,349.012 + +[4ee4] 令 +PL 4.0042,0,0,4.0042,3.6992,0,1.4719,3.6992,0,1.4719,3.6992,0,1.4719,3.6992,0 +PL 5.2822,1.0678,0,6.5361,1.0678,0,6.5361,3.6992,0,4.4311,3.6992,0,4.4311,3.6992,0,4.4311,3.6992,0 +PL 0.8306,5.8349,0,1.8782,6.9012,0,2.9356,7.9591,0,4.0042,9,0,5.132,7.9591,0,6.2633,6.9012,0,7.3907,5.8349,0 +PL 2.7223,5.8349,0,5.2822,5.8349,0,5.2822,5.8349,0,5.2822,5.8349,0 + +[4ee5] 以 +PL 2.964,0,0,3.8781,0.9041,0,4.7922,1.7912,0,5.7095,2.6696,0,5.822,3.7359,0,6.0251,5.5057,0,6.1368,9.0383,0 +PL 1.6817,2.1357,0,2.4558,2.6696,0,3.2403,3.2034,0,4.0319,3.7374,0 +PL 0.4313,1.6017,0,0.624,1.7912,0,0.8306,1.9719,0,1.0446,2.1357,0,1.0446,9.0383,0,1.0446,9.0383,0,1.0446,9.0383,0 +PL 4.0319,7.1696,0,3.7345,7.6258,0,3.4543,8.0735,0,3.1738,8.5044,0 +PL 7.4191,0.267,0,6.9918,1.0679,0,6.5641,1.8688,0,6.1368,2.6696,0 + +[4eee] 仮 +PL 1.5021,0,0,1.418,1.7811,0,1.3518,3.5452,0,1.2888,5.3008,0,1.0748,5.137,0,0.8716,4.9562,0,0.6793,4.7668,0 +PL 2.3532,0,0,3.3654,2.7896,0,3.6421,5.5622,0,3.6389,8.5044,0,7.88,8.5044,0,7.88,8.5044,0,7.88,8.5044,0 +PL 3.8522,0,0,4.469,0.7231,0,5.0991,1.4378,0,5.7439,2.1355,0,5.2812,3.1625,0,5.0714,4.1214,0,4.917,5.8347,0,4.0627,5.8347,0,4.0627,5.8347,0,4.0627,5.8347,0 +PL 7.4527,0,0,7.0219,0.5338,0,6.5981,1.0678,0,6.1712,1.6017,0 +PL 6.1712,2.6696,0,6.7701,3.8291,0,6.9904,4.6497,0,7.0219,5.8347,0,5.3166,5.8347,0,5.3166,5.8347,0,5.3166,5.8347,0 +PL 1.5021,5.8347,0,1.7756,6.9011,0,2.0593,7.959,0,2.3532,8.9999,0 + +[4ef0] 仰 +PL 1.1047,0,0,1.0206,1.9449,0,0.9502,3.8898,0,0.8872,5.8347,0,0.6774,5.6709,0,0.4634,5.4902,0,0.2501,5.3008,0 +PL 5.3423,0,0,5.3423,7.9703,0,7.02,7.9703,0,7.02,1.6017,0,6.1657,1.6017,0,6.1657,1.6017,0,6.1657,1.6017,0 +PL 1.9274,1.0678,0,2.7823,1.0678,0,2.7823,7.9703,0,3.3354,8.1496,0,3.9133,8.3121,0,4.4912,8.4661,0 +PL 3.4194,1.6017,0,3.7662,1.791,0,4.1269,1.9718,0,4.4912,2.1356,0 +PL 1.1047,6.6356,0,1.381,7.4351,0,1.651,8.2259,0,1.9274,9,0 + +[4ef2] 仲 +L 1.7156,0,1.7156,6.5976 +L 5.5294,9,5.5294,0 +PLC 7.6378,6.8644,0,3.3967,6.8644,0,3.3967,3.1653,0,7.6378,3.1653,0 +A -5.8112,10.6278,8.5404,321.41,349.012 + +[4ef6] 件 +PL 1.0708,0,0,0.9902,1.9435,0,0.924,3.8785,0,0.8575,5.7966,0,0.647,5.6328,0,0.4298,5.4519,0,0.2165,5.2628,0 +PL 4.885,0,0,4.8258,2.7387,0,4.2058,3.6301,0,2.3527,3.6992,0 +PL 5.3126,3.6992,0,4.6647,5.3842,0,4.4892,6.476,0,2.7803,6.8644,0,2.7628,6.0933,0,2.6539,5.678,0,2.3527,5.2628,0 +PL 5.7434,3.6992,0,7.4176,3.6992,0,7.4176,3.6992,0,7.4176,3.6992,0 +PL 1.0708,6.5975,0,1.3478,7.3984,0,1.6315,8.1992,0,1.9219,9.0001,0 +PL 5.3126,6.8644,0,5.0114,7.2994,0,4.9025,7.8533,0,4.885,9.0001,0 +PL 5.7434,6.8644,0,7.0215,6.8644,0,7.0215,6.8644,0,7.0215,6.8644,0 +PL 3.2111,7.3984,0,3.2111,8.4661,0,3.2111,8.4661,0,3.2111,8.4661,0 + +[4efb] 任 +PL 1.5324,0,0,1.4484,1.781,0,1.3815,3.5452,0,1.3184,5.3009,0,1.1016,5.137,0,0.8911,4.9563,0,0.6813,4.767,0 +PL 3.2413,0,0,5.3463,0,0,5.3186,3.0635,0,4.7302,4.1186,0,2.814,4.2331,0 +PL 5.7736,0,0,7.4796,0,0,7.4796,0,0,7.4796,0,0 +PL 5.7736,4.2331,0,5.4723,4.7259,0,5.3606,5.685,0,5.3463,7.9322,0,3.2413,7.9322,0,3.2413,7.9322,0,3.2413,7.9322,0 +PL 6.2009,4.2331,0,7.8785,4.2331,0,7.8785,4.2331,0,7.8785,4.2331,0 +PL 1.5324,5.8348,0,1.6442,7.113,0,1.8473,8.0523,0,1.9597,9,0 +PL 5.7736,7.9322,0,6.1203,8.3079,0,6.5651,8.4462,0,7.4796,8.4662,0 + +[4f01] 企 +PL 0.2817,0.0001,0,1.5601,0.0001,0,1.5601,4.2332,0,1.5601,4.2332,0,1.5601,4.2332,0 +PL 1.9913,0.0001,0,3.6651,0.0001,0,3.6651,6.3686,0,3.6651,6.3686,0,3.6651,6.3686,0 +PL 4.0924,0.0001,0,7.0485,0.0001,0,7.0485,0.0001,0,7.0485,0.0001,0 +PL 4.0924,3.6992,0,6.2292,3.6992,0,6.2292,3.6992,0,6.2292,3.6992,0 +PL 0.2817,5.3009,0,1.4064,6.5481,0,2.5377,7.7783,0,3.6651,9,0,4.7932,7.7783,0,5.9277,6.5481,0,7.0485,5.3009,0 + +[4f0f] 伏 +PL 1.2569,0,0,1.1764,1.9449,0,1.1032,3.8899,0,1.0436,5.8348,0,0.8296,5.671,0,0.6163,5.4901,0,0.4023,5.3008,0 +PL 2.5073,0,0,3.7405,2.1539,0,4.406,3.5283,0,5.0714,5.3008,0,4.6928,5.6766,0,4.0242,5.815,0,2.5073,5.8348,0 +PL 7.6037,0,0,6.3884,2.1342,0,5.842,3.37,0,5.4952,4.767,0 +PL 5.4952,5.8348,0,5.1975,6.3079,0,5.0851,7.1286,0,5.0714,9,0 +PL 5.898,5.8348,0,7.6037,5.8348,0,7.6037,5.8348,0,7.6037,5.8348,0 +PL 1.2569,6.6356,0,1.5305,7.4351,0,1.8068,8.226,0,2.0768,9,0 +PL 7.1726,7.4365,0,6.8787,7.7798,0,6.5981,8.123,0,6.318,8.4661,0 + +[4f10] 伐 +PL 1.2569,0,0,1.1764,1.9449,0,1.1032,3.8898,0,1.0436,5.8348,0,0.8296,5.6709,0,0.6163,5.4901,0,0.4023,5.3008,0 +PL 7.1726,0,0,6.532,0.8771,0,5.9015,1.7542,0,5.2847,2.6314,0,4.4932,2.1243,0,3.7086,1.6002,0,2.9346,1.0677,0 +PL 7.6037,0,0,7.6037,1.6017,0,7.6037,1.6017,0,7.6037,1.6017,0 +PL 5.0714,3.4322,0,4.7702,4.055,0,4.6578,4.678,0,4.6441,5.8348,0,2.5073,5.8348,0,2.5073,5.8348,0,2.5073,5.8348,0 +PL 5.898,3.1652,0,6.1677,3.6991,0,6.4514,4.233,0,6.7491,4.7669,0 +PL 1.2569,6.6356,0,1.5305,7.435,0,1.8068,8.226,0,2.0768,8.9999,0 +PL 4.6441,6.3687,0,4.6441,8.9999,0,4.6441,8.9999,0,4.6441,8.9999,0 +PL 5.0714,6.3687,0,7.6037,6.3687,0,7.6037,6.3687,0,7.6037,6.3687,0 +PL 6.7491,7.3983,0,6.4514,7.7683,0,6.1677,8.1215,0,5.898,8.4661,0 + +[4f11] 休 +L 4.6677,5.4167,2.1354,1.5634 +L 4.6677,8.9999,4.6677,0 +L 7.2304,1.5634,4.6677,5.6422 +L 2.1354,6.3304,7.2304,6.3304 +L 0.8542,0,0.8542,6.5975 +A -6.6754,10.6277,8.5404,321.41,349.012 + +[4f1a] 会 +PL 7.8469,5.4,0,4.2495,9.0001,0,0.649,5.4,0 +L 2.4492,5.5,6.0466,5.5 +L 0.649,3.5,7.8469,3.5 +L 7.8469,0,4.9959,2.85 +L 3.4825,3.5,2.5862,0.1637 +A 0.649,11.5796,11.5797,270,299.488 + +[4f1d] 伝 +PL 1.5641,0,0,1.48,1.7811,0,1.4138,3.5453,0,1.3473,5.3009,0,1.1368,5.137,0,0.9337,4.9565,0,0.7379,4.767,0 +PL 2.4191,0,0,3.6974,0,0,4.1037,1.7811,0,4.524,3.5453,0,4.9513,5.3009,0,2.8428,5.3009,0 +PL 4.1279,0,0,5.1681,0.1385,0,6.0266,0.3954,0,7.084,0.5339,0,7.2136,0.8008,0,7.361,1.0679,0,7.5113,1.3347,0,7.2136,1.7911,0,6.9337,2.2387,0,6.6602,2.6696,0 +L 5.3786,5.3009,7.9421,5.3009 +PL 1.5641,5.8348,0,1.673,7.1385,0,1.8797,8.0777,0,1.9879,9.0001,0 +L 3.2701,7.9703,7.5113,7.9703 + +[4f2f] 伯 +PL 1.0426,0,0,0.9586,1.9449,0,0.8917,3.8898,0,0.8251,5.8348,0,0.6153,5.6709,0,0.4013,5.4901,0,0.1915,5.3008,0 +PL 3.1476,0,0,3.1476,6.8645,0,4.426,6.8645,0,4.5552,7.5876,0,4.7062,8.3022,0,4.8564,8.9999,0 +PL 3.5749,0,0,6.9614,0,0,6.9614,3.6991,0,3.5749,3.6991,0,3.5749,3.6991,0,3.5749,3.6991,0 +PL 6.9614,4.233,0,6.9614,6.8645,0,4.8564,6.8645,0,4.8564,6.8645,0,4.8564,6.8645,0 +PL 1.0426,6.6356,0,1.319,7.435,0,1.5992,8.226,0,1.8972,8.9999,0 + +[4f34] 伴 +PL 1.3139,0,0,1.2369,1.9449,0,1.1672,3.8898,0,1.1041,5.8348,0,0.8901,5.6709,0,0.6804,5.4901,0,0.4628,5.3008,0 +PL 5.1355,0,0,4.9919,2.5155,0,4.2844,3.1921,0,2.5997,3.1652,0 +PL 5.5558,3.1652,0,4.8199,4.7726,0,4.6168,5.6002,0,3.0231,5.8348,0 +PL 5.9866,3.1652,0,7.6919,3.1652,0,7.6919,3.1652,0,7.6919,3.1652,0 +PL 5.5558,5.8348,0,5.2546,6.3079,0,5.1495,7.1285,0,5.1355,8.9999,0 +PL 5.9866,5.8348,0,7.2646,5.8348,0,7.2646,5.8348,0,7.2646,5.8348,0 +PL 1.3139,6.6356,0,1.591,7.435,0,1.8747,8.226,0,2.172,8.9999,0 +PL 3.8816,7.1314,0,3.7306,7.5876,0,3.58,8.0353,0,3.4543,8.4661,0 +PL 6.4135,7.1314,0,6.5431,7.5876,0,6.6867,8.0353,0,6.8408,8.4661,0 + +[4f38] 伸 +PL 1.1032,0.0382,0,1.0191,1.9817,0,0.9522,3.9168,0,0.8892,5.8348,0,0.6759,5.671,0,0.4727,5.4902,0,0.2797,5.3009,0 +PL 4.917,0.0382,0,4.7702,2.0932,0,4.1534,2.6739,0,2.812,2.6695,0,2.812,7.4365,0,3.9822,7.4535,0,4.6823,7.8263,0,4.917,9.0382,0 +PL 5.3443,2.6695,0,4.7384,4.0807,0,4.5352,4.9831,0,3.2393,5.3009,0 +PL 5.7681,2.6695,0,7.0538,2.6695,0,7.0538,5.3009,0,4.9765,5.8546,0,5.0781,6.8828,0,7.0538,7.4365,0,7.0538,5.8348,0,7.0538,5.8348,0,7.0538,5.8348,0 +PL 1.1032,6.6356,0,1.3795,7.4365,0,1.6597,8.2374,0,1.9543,9.0382,0 + +[4f3a] 伺 +PL 1.716,0.0381,0,1.6355,1.8191,0,1.5651,3.5833,0,1.5056,5.339,0,1.2887,5.1751,0,1.0783,4.9943,0,0.865,4.805,0 +PL 6.3845,0.0381,0,7.6632,0.0381,0,7.6632,8.5041,0,2.9976,8.5041,0,2.9976,8.5041,0,2.9976,8.5041,0 +PLC 3.8522,3.0395,0,3.8522,4.805,0,5.5334,4.805,0,5.5334,2.1356,0,3.8522,2.1356,0 +PL 1.716,5.8729,0,1.8243,7.1511,0,2.0309,8.0903,0,2.1433,9.0381,0 +PL 3.4284,6.3687,0,6.3845,6.3687,0,6.3845,6.3687,0,6.3845,6.3687,0 + +[4f3c] 似 +PL 1.5945,0,0,1.5139,1.7543,0,1.44,3.5086,0,1.3805,5.2628,0,1.1707,5.1087,0,0.9532,4.9463,0,0.7399,4.767,0 +PL 4.7677,0,0,6.5154,2.4237,0,7.0793,4.8984,0,7.1178,8.4661,0 +L 7.9371,0.267,7.1178,2.0976 +PL 2.4487,1.0297,0,3.7625,2.4125,0,3.8707,5.3292,0,3.7026,7.9322,0 +PL 4.1267,1.5635,0,4.5537,1.9336,0,4.981,2.2868,0,5.4083,2.6314,0 +PL 1.5945,5.7966,0,1.7027,7.1018,0,1.9093,8.0509,0,2.0218,9.0001,0 +L 5.8356,6.3305,4.981,7.3985 + +[4f46] 但 +PL 1.5001,0,0,1.4195,1.9449,0,1.3498,3.8899,0,1.2868,5.8348,0,1.0763,5.671,0,0.863,5.4901,0,0.649,5.3009,0 +PL 2.7504,0,0,7.8469,0,0,7.8469,0,0,7.8469,0,0 +PLC 3.605,4.2599,0,3.605,8.4662,0,6.9958,8.4662,0,6.9958,2.1356,0,3.605,2.1356,0 +PL 4.0323,5.3009,0,6.5646,5.3009,0,6.5646,5.3009,0,6.5646,5.3009,0 +PL 1.5001,6.6357,0,1.7771,7.4351,0,2.0608,8.226,0,2.3585,9.0001,0 + +[4f4d] 位 +PL 1.7176,0,0,1.6335,1.9449,0,1.5666,3.8899,0,1.5036,5.8348,0,1.2903,5.671,0,1.0763,5.4903,0,0.8595,5.3009,0 +PL 2.5406,0,0,5.9275,0,0,6.1482,2.0721,0,6.5611,3.9915,0,6.7852,5.8348,0 +L 6.3548,0,8.0636,0 +PL 4.2495,1.0679,0,4.218,2.6681,0,3.9976,3.9041,0,3.3952,5.8348,0 +PL 1.7176,6.6356,0,1.9904,7.4351,0,2.2639,8.2261,0,2.5406,9.0001,0 +PL 2.9644,6.9026,0,5.1041,6.9026,0,5.1041,9.0001,0 +L 5.5314,6.9026,7.6363,6.9026 + +[4f4e] 低 +PL 1.6565,0,0,1.576,1.7811,0,1.5056,3.5452,0,1.4425,5.3009,0,1.2257,5.1371,0,1.0152,4.9562,0,0.8019,4.7668,0 +L 3.3342,0,5.8976,0 +PL 7.5718,0,0,6.395,2.6625,0,5.9572,4.0367,0,5.8976,5.3009,0,3.3342,5.3009,0,3.3342,1.6017,0,4.0343,1.7811,0,4.7418,1.9435,0,5.4703,2.0973,0 +L 8.0026,0,8.0026,1.6017 +L 2.5076,1.0679,3.3342,1.0679 +L 6.3214,5.3009,8.0026,5.3009 +PL 1.6565,5.8347,0,1.7682,7.113,0,1.9714,8.0524,0,2.0835,9,0 +PL 3.3342,5.8347,0,3.3342,7.9322,0,4.532,7.9972,0,6.0101,8.2994,0,7.148,9,0 +L 5.4703,5.8347,5.4703,7.3983 + +[4f4f] 住 +PL 1.2569,6.6357,0,1.5305,7.4351,0,1.8068,8.226,0,2.0768,9.0002,0 +PL 1.2569,0,0,1.1764,1.9451,0,1.1032,3.8899,0,1.0436,5.8348,0,0.8296,5.671,0,0.6163,5.4902,0,0.4023,5.3009,0 +PL 2.5073,0,0,5.0714,0,0,5.0749,2.3491,0,4.6963,3.4352,0,3.3619,3.6993,0 +PL 5.4952,3.6993,0,5.1975,4.174,0,5.0851,5.0043,0,5.0714,6.9026,0,2.9346,6.9026,0,2.9346,6.9026,0,2.9346,6.9026,0 +PL 5.898,3.6993,0,6.7491,3.6993,0,6.7491,3.6993,0,6.7491,3.6993,0 +PL 5.4952,6.9026,0,7.1726,6.9026,0,7.1726,6.9026,0,7.1726,6.9026,0 +PL 5.4952,7.9323,0,5.2007,8.3025,0,4.9205,8.6555,0,4.6441,9.0002,0 +PL 5.4952,0,0,7.6037,0,0,7.6037,0,0,7.6037,0,0 + +[4f50] 佐 +PL 1.3154,0.0381,0,1.2349,1.9831,0,1.1687,3.9279,0,1.1056,5.8729,0,0.8917,5.709,0,0.6745,5.5282,0,0.4612,5.339,0 +PL 2.5662,0.0381,0,5.13,0.0381,0,5.13,3.7372,0,3.4239,3.7372,0,2.9966,3.2033,0,2.5662,2.6694,0,2.142,2.1356,0 +PL 5.5289,0.0381,0,7.6622,0.0381,0,7.6622,0.0381,0,7.6622,0.0381,0 +PL 5.5289,3.7372,0,7.2349,3.7372,0,7.2349,3.7372,0,7.2349,3.7372,0 +PL 3.4239,4.2711,0,3.701,4.9081,0,3.9812,5.5282,0,4.275,6.1398,0,3.9318,6.6765,0,3.487,6.8742,0,2.5662,6.9025,0 +PL 1.3154,6.6356,0,1.5925,7.4364,0,1.8653,8.2372,0,2.142,9.0381,0 +PL 4.7023,6.9025,0,4.5132,7.4562,0,4.6081,8.1285,0,4.7023,9.0381,0 +PL 5.13,6.9025,0,7.6622,6.9025,0,7.6622,6.9025,0,7.6622,6.9025,0 + +[4f53] 体 +L 4.6687,5.989,2.1357,2.1357 +L 4.6687,8.9999,4.6687,0 +L 7.2311,2.1357,4.6687,6.2145 +L 2.1049,6.9027,7.2002,6.9027 +L 0.8552,0,0.8552,6.5975 +L 3.3868,2.1357,5.9492,2.1357 +A -6.6751,10.6278,8.5404,321.41,349.012 + +[4f55] 何 +L 0.8537,0,0.8537,6.5975 +PL 6.3455,8.4662,0,6.3455,0,0,5.0945,0,0 +PLC 2.745,3.1652,0,4.4542,3.1652,0,4.4542,6.3689,0,2.745,6.3689,0 +L 2.5321,8.4662,6.7728,8.4662 +A -6.6752,10.6278,8.5404,321.41,349.012 + +[4f59] 余 +PL 2.8405,0.0152,0,3.6955,0.0152,0,3.569,2.9573,0,2.7813,3.7469,0,0.7394,3.7143,0 +PL 0.7394,0.5492,0,1.0122,1.083,0,1.2858,1.617,0,1.5621,2.1508,0 +PL 6.655,0.5492,0,6.357,1.083,0,6.0768,1.617,0,5.8004,2.1508,0 +PL 4.1228,3.7143,0,3.8216,4.1494,0,3.7091,4.7031,0,3.6955,5.85,0,2.4171,5.85,0,2.4171,5.85,0,2.4171,5.85,0 +PL 4.5501,3.7143,0,6.655,3.7143,0,6.655,3.7143,0,6.655,3.7143,0 +PL 0.5254,5.3161,0,1.5695,6.5632,0,2.6304,7.7935,0,3.6955,9.0152,0,4.8268,7.7935,0,5.9542,6.5632,0,7.0855,5.3161,0 +PL 4.1228,5.85,0,4.9805,5.85,0,4.9805,5.85,0,4.9805,5.85,0 + +[4f5c] 作 +L 0.8537,0,0.8537,6.5975 +L 3.1141,6.9025,7.1994,6.9025 +L 4.2398,0,4.2398,6.9025 +L 6.7721,4.7669,4.2398,4.7669 +L 6.7721,2.6695,4.2398,2.6695 +A -6.6759,10.6278,8.5404,321.41,349.012 +A -4.5709,10.628,8.5404,321.41,349.012 + +[4f73] 佳 +PL 1.6565,0,0,1.576,1.9449,0,1.5056,3.8898,0,1.4425,5.8347,0,1.2257,5.6709,0,1.0152,5.4901,0,0.8019,5.3007,0 +PL 2.9069,0,0,5.4703,0,0,5.3166,2.0989,0,4.6861,2.6808,0,3.3342,2.6695,0 +PL 5.8976,0,0,8.0026,0,0,8.0026,0,0,8.0026,0,0 +PL 5.8976,2.6695,0,5.5968,3.0847,0,5.4843,3.4999,0,5.4703,4.2711,0 +PL 6.3214,2.6695,0,7.5718,2.6695,0,7.5718,2.6695,0,7.5718,2.6695,0 +PL 2.9069,5.3007,0,5.4703,5.3007,0,5.2605,7.0579,0,4.5772,7.4845,0,3.3342,7.4364,0 +PL 5.8976,5.3007,0,8.0026,5.3007,0,8.0026,5.3007,0,8.0026,5.3007,0 +PL 1.6565,6.6356,0,1.9294,7.4364,0,2.2169,8.2373,0,2.5076,9.0382,0 +PL 5.8976,7.4364,0,5.5968,7.8517,0,5.4843,8.267,0,5.4703,9.0382,0 +PL 6.3214,7.4364,0,7.5718,7.4364,0,7.5718,7.4364,0,7.5718,7.4364,0 + +[4f75] 併 +PL 1.4415,0,0,1.3575,1.7811,0,1.2913,3.5452,0,1.2247,5.3008,0,1.0142,5.137,0,0.7974,4.9563,0,0.5838,4.767,0 +PL 2.7203,0,0,3.5994,1.5608,0,3.9248,2.5198,0,3.9703,3.6992,0,3.6236,4.0749,0,3.1931,4.2133,0,2.2926,4.2331,0 +PL 6.1103,0,0,5.5534,3.7472,0,4.524,4.5792,0,3.9703,6.9026,0,2.7203,6.9026,0,2.7203,6.9026,0,2.7203,6.9026,0 +PL 6.5344,4.2331,0,5.939,5.6371,0,5.7254,6.5664,0,4.4014,6.9026,0 +PL 6.9614,4.2331,0,7.7848,4.2331,0,7.7848,4.2331,0,7.7848,4.2331,0 +PL 1.4415,5.8348,0,1.5505,7.1299,0,1.7571,8.0608,0,1.8688,9,0 +PL 6.5344,6.9026,0,6.2539,7.5142,0,6.2539,8.058,0,6.5344,9,0 +PL 3.9703,8.1992,0,3.8232,8.4661,0,3.6764,8.7331,0,3.5465,9,0 + +[4f7f] 使 +L 1.6885,0,1.6885,6.5975 +PLC 7.4641,6.3687,0,3.2258,6.3687,0,3.2258,4.2332,0,7.4641,4.2332,0 +PL 5.3346,9.0002,0,5.3346,4.2332,-0.2918,2.6341,0.0001,0 +L 8.0346,7.9323,2.6303,7.9323 +A -5.8456,10.6278,8.5404,321.41,349.012 +A -2.119,-10.3479,14.4939,45.5572,67.063 + +[4f8b] 例 +PL 1.4704,0,0,1.3863,1.7812,0,1.3194,3.5452,0,1.2564,5.3009,0,1.0431,5.137,0,0.8291,4.9563,0,0.6158,4.767,0 +PL 2.7519,0,0,3.3018,0.9802,0,3.8626,1.9434,0,4.4331,2.8983,0,3.9396,3.5353,0,3.4528,4.1554,0,2.9659,4.767,0,2.7519,4.4225,0,2.5386,4.0693,0,2.3215,3.6992,0 +PL 6.5661,0,0,7.4211,0,0,7.4211,9,0,7.4211,9,0,7.4211,9,0 +PL 6.1427,2.1356,0,6.1427,7.3983,0,6.1427,7.3983,0,6.1427,7.3983,0 +PL 4.8569,3.6992,0,4.8569,6.3687,0,3.1792,6.3687,0,3.1792,5.3009,0,3.1792,5.3009,0,3.1792,5.3009,0 +PL 1.4704,5.8349,0,1.5821,7.1131,0,1.7888,8.0522,0,1.9008,9,0 +PL 3.61,6.9025,0,3.61,8.4662,0,2.7519,8.4662,0,2.7519,8.4662,0,2.7519,8.4662,0 +PL 4.0303,8.4662,0,5.2842,8.4662,0,5.2842,8.4662,0,5.2842,8.4662,0 + +[4f8d] 侍 +PL 1.0446,0,0,0.9606,1.7812,0,0.8902,3.5453,0,0.8306,5.3009,0,0.6135,5.1371,0,0.4103,4.9563,0,0.2177,4.767,0 +PL 4.8549,0,0,6.1368,0,0,5.8742,3.1625,0,4.7604,3.8419,0,2.323,3.6992,0 +PL 4.0319,1.6018,0,3.7345,1.945,0,3.4543,2.2882,0,3.1738,2.6314,0 +PL 6.5641,3.6992,0,6.2633,4.1343,0,6.1543,4.6879,0,6.1368,5.8348,0,2.323,5.8348,0,2.323,5.8348,0,2.323,5.8348,0 +PL 1.0446,5.8348,0,1.1564,7.113,0,1.356,8.0524,0,1.4649,9,0 +PL 6.5641,5.8348,0,7.4191,5.8348,0,7.4191,5.8348,0,7.4191,5.8348,0 +PL 4.8549,6.6357,0,4.6343,7.0199,0,4.0844,7.2176,0,2.7535,7.3983,0 +PL 5.2857,7.3983,0,4.981,7.8136,0,4.8728,8.2288,0,4.8549,9,0 +PL 5.7095,7.3983,0,6.9918,7.3983,0,6.9918,7.3983,0,6.9918,7.3983,0 + +[4f9b] 供 +PL 1.1934,0,0,1.1128,1.9449,0,1.0466,3.8898,0,0.9801,5.8347,0,0.7696,5.671,0,0.5664,5.49,0,0.3703,5.3008,0 +PL 2.4753,0,0,2.9029,0.7231,0,3.3302,1.4378,0,3.761,2.1356,0 +PL 7.144,0,0,6.7167,0.7231,0,6.2863,1.4378,0,5.866,2.1356,0 +PL 2.0518,3.2033,0,3.761,3.2033,0,3.7785,5.2132,0,3.5123,6.4688,0,2.4753,6.9026,0 +PL 4.1848,3.2033,0,5.866,3.2033,0,5.3196,6.5621,0,4.3039,7.1411,0,3.761,9,0 +PL 6.2863,3.2033,0,7.5748,3.2033,0,7.5748,3.2033,0,7.5748,3.2033,0 +PL 1.1934,6.6356,0,1.4736,7.435,0,1.7541,8.2259,0,2.0518,9,0 +PL 6.2863,6.9026,0,5.9917,7.3361,0,5.88,7.8799,0,5.866,9,0 + +[4f9d] 依 +PL 1.7176,0,0,1.6335,1.9449,0,1.5666,3.8898,0,1.5036,5.8348,0,1.2903,5.6709,0,1.0763,5.4901,0,0.8595,5.3008,0 +PL 3.3952,0,0,4.2495,0,0,4.1658,1.2472,0,4.0954,2.4773,0,4.0358,3.6991,0,3.5245,3.1922,0,3.031,2.6681,0,2.5406,2.1356,0 +PL 8.0636,0,0,6.5369,3.6512,0,5.8224,5.5396,0,5.3146,6.3687,0,4.9503,5.6709,0,4.5962,4.9563,0,4.2495,4.2331,0 +PL 4.8908,0.5339,0,5.2267,0.7232,0,5.5699,0.904,0,5.9275,1.0678,0 +PL 6.7852,4.2331,0,7.0553,4.6031,0,7.339,4.9563,0,7.6363,5.3008,0 +PL 1.7176,6.6355,0,1.9904,7.4351,0,2.2639,8.2261,0,2.5406,9,0 +PL 5.5314,6.9026,0,5.1496,7.2783,0,4.488,7.4167,0,2.9644,7.4365,0 +PL 5.7135,7.7035,0,5.654,8.1498,0,5.5909,8.5791,0,5.5314,9,0 +PL 6.3548,7.4365,0,8.0636,7.4365,0,8.0636,7.4365,0,8.0636,7.4365,0 + +[4fa1] 価 +PL 0.9802,0,0,0.8962,1.7811,0,0.8296,3.5452,0,0.7666,5.3008,0,0.5529,5.137,0,0.3393,4.9562,0,0.126,4.7668,0 +PL 2.2621,0,0,2.2621,5.8347,0,3.5654,6.103,0,3.9363,6.9647,0,3.9363,8.5044,0,2.2621,8.5044,0,2.2621,8.5044,0,2.2621,8.5044,0 +PL 2.6579,0,0,3.9363,0,0,3.9363,5.3008,0,4.3675,5.6709,0,4.7944,6.024,0,5.2217,6.3686,0,5.2217,8.5044,0,4.3675,8.5044,0,4.3675,8.5044,0,4.3675,8.5044,0 +PL 4.3675,0,0,5.2217,0,0,5.0571,2.9364,0,5.2676,5.0338,0,6.8994,5.8347,0,6.8994,0,0,5.6455,0,0,5.6455,0,0,5.6455,0,0 +PL 0.9802,5.8347,0,1.0923,7.1384,0,1.2993,8.0777,0,1.4114,8.9999,0 +PL 5.6455,8.5044,0,7.3267,8.5044,0,7.3267,8.5044,0,7.3267,8.5044,0 + +[4fae] 侮 +PL 1.1914,0,0,1.1143,1.9449,0,1.0411,3.8899,0,0.9816,5.8348,0,0.7711,5.671,0,0.5543,5.4901,0,0.3403,5.3008,0 +PL 5.0094,0,0,5.8566,0.161,0,6.2139,0.678,0,6.2913,1.6017,0,2.8725,1.6017,0,2.8725,4.2331,0,2.0495,4.2331,0,2.0495,4.2331,0,2.0495,4.2331,0 +PL 6.6867,1.6017,0,6.6696,3.0975,0,6.568,3.7797,0,6.2913,4.2331,0,4.5821,4.2331,0,4.5821,2.1356,0,4.5821,2.1356,0,4.5821,2.1356,0 +PL 3.2963,4.2331,0,3.2963,6.3686,0,6.6867,6.3686,0,6.6867,4.767,0,6.9599,4.6032,0,7.2436,4.4224,0,7.5382,4.2331,0 +PL 5.0094,4.767,0,5.0094,5.8348,0,5.0094,5.8348,0,5.0094,5.8348,0 +PL 1.1914,6.6356,0,1.4719,7.4351,0,1.7521,8.226,0,2.0495,9,0 +PL 2.4452,6.9026,0,2.7223,7.6159,0,3.006,8.3122,0,3.2963,9,0 +PL 3.7271,7.9322,0,7.5382,7.9322,0,7.5382,7.9322,0,7.5382,7.9322,0 + +[4faf] 侯 +PL 1.5001,0.0152,0,1.4195,1.7963,0,1.3498,3.5604,0,1.2868,5.316,0,1.0763,5.1522,0,0.863,4.9714,0,0.649,4.7821,0 +PL 2.9679,0.0152,0,3.735,0.9191,0,4.5265,1.8061,0,5.3146,2.6847,0,4.9363,3.0604,0,4.2705,3.1987,0,2.7504,3.2186,0 +PL 7.4157,0.0152,0,6.8522,0.7383,0,6.2949,1.453,0,5.7419,2.1508,0 +PL 5.7419,3.2186,0,5.4407,3.6325,0,5.3282,4.0378,0,5.3146,4.7821,0,4.0954,4.7638,0,3.542,4.6353,0,3.1812,4.2863,0 +PL 6.1692,3.2186,0,7.8469,3.2186,0,7.8469,3.2186,0,7.8469,3.2186,0 +PL 5.7419,4.7821,0,7.4157,4.7821,0,7.4157,4.7821,0,7.4157,4.7821,0 +PL 1.5001,5.85,0,1.6125,7.155,0,1.8191,8.1042,0,1.9274,9.0534,0 +PL 2.7504,6.9177,0,6.5646,6.9177,0,6.5646,8.5194,0,3.605,8.5194,0,3.605,8.5194,0,3.605,8.5194,0 +PL 6.9958,6.9177,0,7.8469,6.9177,0,7.8469,6.9177,0,7.8469,6.9177,0 + +[4fb5] 侵 +PL 1.1328,0.0382,0,1.0523,1.9817,0,0.9826,3.9168,0,0.9195,5.8348,0,0.7024,5.671,0,0.4919,5.4902,0,0.2817,5.3009,0 +PL 2.4112,0.0382,0,3.1152,0.3814,0,3.8161,0.7246,0,4.5236,1.0678,0,4.2258,1.7049,0,3.9421,2.325,0,3.6651,2.9365,0,6.2292,2.9365,0,5.8019,2.325,0,5.3746,1.7049,0,4.9473,1.0678,0,5.879,0.3432,0,6.4254,0.0763,0,7.0485,0.0382,0 +PL 1.9913,3.2034,0,1.9913,4.8052,0,7.4796,4.8052,0,7.4796,3.2034,0,7.4796,3.2034,0,7.4796,3.2034,0 +PL 1.1328,6.6356,0,1.4099,7.4365,0,1.6936,8.2374,0,1.9913,9.0382,0 +PL 3.2378,6.3687,0,6.2292,6.3687,0,6.2292,7.4365,0,3.2378,7.4365,0,3.2378,7.4365,0,3.2378,7.4365,0 +PL 6.2292,8.2374,0,5.2237,8.3405,0,4.2258,8.4266,0,3.2378,8.5043,0 + +[4fbf] 便 +PL 1.6852,0,0,1.6046,1.7811,0,1.5349,3.5452,0,1.4719,5.3009,0,1.2614,5.1371,0,1.0547,4.9562,0,0.8625,4.7668,0 +PL 2.5436,0,0,3.6154,0.4052,0,4.1719,0.7514,0,4.6763,1.3347,0,4.3824,1.7811,0,4.0949,2.2103,0,3.8252,2.6313,0 +PL 7.2085,0,0,6.4874,0.6371,0,5.776,1.2571,0,5.0724,1.8687,0,5.3561,2.6229,0,5.3561,3.0975,0,5.0724,3.6991,0,3.3947,3.6991,0,3.3947,6.8644,0,4.5645,6.8814,0,5.2682,7.2542,0,5.4997,8.4661,0,2.9674,8.4661,0 +PL 5.927,3.6991,0,5.6324,4.233,0,5.3487,4.7668,0,5.0724,5.3009,0,3.8252,5.3009,0 +PL 6.3575,3.6991,0,7.6358,3.6991,0,7.6358,5.3009,0,5.927,5.3009,0,5.6433,5.8926,0,5.6433,6.298,0,5.927,6.8644,0,7.6358,6.8644,0,7.6358,5.8347,0 +PL 1.6852,5.8347,0,1.7976,7.113,0,2.0039,8.0524,0,2.1163,9,0 +L 5.927,8.4661,8.0631,8.4661 + +[4fc2] 係 +PL 1.4704,0,0,1.3863,1.9435,0,1.3194,3.8785,0,1.2564,5.7966,0,1.0431,5.6426,0,0.8291,5.4803,0,0.6158,5.3007,0 +PL 5.2842,0,0,5.2842,3.6991,0,2.3215,3.6991,0,2.3215,3.6991,0,2.3215,3.6991,0 +PL 2.7519,0.5339,0,3.029,1.2473,0,3.3127,1.9435,0,3.61,2.6312,0 +PL 7.8484,0.5339,0,7.5503,1.2473,0,7.2701,1.9435,0,6.9938,2.6312,0 +PL 5.7115,3.6991,0,6.2477,4.0946,0,6.8813,4.3715,0,7.4211,4.7668,0,7.2701,4.9563,0,7.123,5.137,0,6.9938,5.3007,0 +PL 4.4331,4.233,0,4.5631,4.4223,0,4.7028,4.6031,0,4.8569,4.7668,0,4.2864,5.2994,0,3.7291,5.8233,0,3.1792,6.3306,0 +PL 5.2842,5.3007,0,5.7115,5.8332,0,6.1427,6.3573,0,6.5661,6.8644,0 +PL 1.4704,6.5973,0,1.7467,7.3983,0,2.0304,8.1992,0,2.3215,8.9999,0 +PL 4.4331,6.3306,0,4.7028,6.7867,0,4.9865,7.2343,0,5.2842,7.6651,0,4.5841,7.7683,0,3.8801,7.8546,0,3.1792,7.932,0 +PL 5.9255,7.932,0,6.4124,8.1215,0,6.9094,8.3022,0,7.4211,8.4661,0 + +[4fc3] 促 +PL 1.0123,0,0,0.9282,1.9449,0,0.862,3.8899,0,0.7986,5.8348,0,0.585,5.671,0,0.3682,5.4901,0,0.1577,5.3009,0 +PL 1.8672,0,0,2.7109,1.4703,0,3.072,2.6356,0,3.1421,4.2331,0 +PL 5.2537,0,0,4.6828,0.5339,0,4.1228,1.0678,0,3.5725,1.6017,0 +PL 5.6775,0,0,7.3867,0,0,7.3867,0,0,7.3867,0,0 +PL 4.8229,1.0678,0,4.8229,5.8348,0,3.1421,5.8348,0,3.1421,8.4662,0,6.5325,8.4662,0,6.5325,5.8348,0,5.2537,5.8348,0,5.2537,5.8348,0,5.2537,5.8348,0 +PL 5.2537,3.1653,0,6.9629,3.1653,0,6.9629,3.1653,0,6.9629,3.1653,0 +PL 1.0123,6.6357,0,1.2854,7.4351,0,1.573,8.226,0,1.8672,9.0001,0 + +[4fca] 俊 +PL 0.9467,0.0001,0,0.8697,1.7812,0,0.7961,3.5454,0,0.7366,5.3009,0,0.5229,5.1371,0,0.3166,4.9564,0,0.1271,4.7671,0 +PL 2.2321,0.0001,0,3.3217,0.4153,0,3.9763,0.8306,0,4.7644,1.6018,0,4.3371,2.1357,0,3.9168,2.6696,0,3.5105,3.2035,0,3.0867,2.859,0,2.6594,2.5059,0,2.2321,2.1357,0 +PL 6.4736,0.0001,0,6.0428,0.3702,0,5.6193,0.7233,0,5.1882,1.0679,0 +PL 5.1882,2.1357,0,5.4687,2.5919,0,5.7486,3.0397,0,6.0428,3.4705,0,5.1917,3.5468,0,4.3444,3.623,0,3.5105,3.6993,0 +PL 2.4458,4.7671,0,2.7925,5.1371,0,3.1462,5.4902,0,3.5105,5.8349,0,3.5105,7.4366,0,2.2321,7.4366,0,2.2321,7.4366,0,2.2321,7.4366,0 +PL 5.6193,5.3009,0,5.3143,5.736,0,5.2022,6.2896,0,5.1882,7.4366,0,3.9417,7.4366,0,3.9417,7.4366,0,3.9417,7.4366,0 +PL 6.0428,5.3009,0,7.3247,5.3009,0,7.3247,6.3687,0,7.3247,6.3687,0,7.3247,6.3687,0 +PL 0.9467,5.8349,0,1.0588,7.1386,0,1.2654,8.0778,0,1.3775,9.0001,0 +PL 6.4736,7.7035,0,6.3198,7.9705,0,6.1762,8.2374,0,6.0428,8.5044,0,5.8957,8.3406,0,5.7486,8.1597,0,5.6193,7.9705,0 +PL 3.0867,7.9705,0,3.3638,8.3137,0,3.6436,8.6569,0,3.9417,9.0001,0 + +[4fd7] 俗 +PL 1.0446,0,0,0.9606,1.9449,0,0.8902,3.8899,0,0.8306,5.8348,0,0.6135,5.671,0,0.4103,5.4901,0,0.2177,5.3009,0 +PL 3.6046,0,0,3.5871,2.6229,0,3.4785,3.7204,0,3.1738,4.2331,0,2.8796,4.0693,0,2.5997,3.8884,0,2.323,3.6992,0 +PL 4.0319,0,0,6.1368,0,0,6.1368,3.6992,0,4.0319,3.6992,0,4.0319,3.6992,0,4.0319,3.6992,0 +PL 6.9918,3.6992,0,6.2703,4.6031,0,5.5558,5.4901,0,4.8549,6.3686,0,4.428,5.8348,0,4.0144,5.3009,0,3.6046,4.7671,0 +PL 1.0446,6.6357,0,1.3175,7.4351,0,1.5977,8.226,0,1.8957,9.0001,0 +PL 2.7535,6.3686,0,3.1738,7.082,0,3.6046,7.7783,0,4.0319,8.4662,0 +PL 6.9918,6.3686,0,6.5641,7.082,0,6.1368,7.7783,0,5.7095,8.4662,0 + +[4fdd] 保 +PL 0.9482,0.0152,0,0.8645,1.9602,0,0.7976,3.9051,0,0.7381,5.85,0,0.5209,5.6861,0,0.3076,5.5053,0,0.094,5.3161,0 +PL 4.7624,0.0152,0,4.6787,1.0817,0,4.6118,2.1395,0,4.5491,3.1804,0,3.7575,2.4926,0,2.9726,1.7963,0,2.1989,1.083,0 +PL 6.8674,1.083,0,5.3371,2.9856,0,4.1775,3.5407,0,2.1989,3.7143,0 +PL 5.5855,3.7143,0,7.2947,3.7143,0,7.2947,3.7143,0,7.2947,3.7143,0 +PL 4.7624,4.2483,0,4.7624,5.85,0,3.0532,5.85,0,3.0532,8.4813,0,6.4404,8.4813,0,6.4404,5.85,0,5.1932,5.85,0,5.1932,5.85,0,5.1932,5.85,0 +PL 0.9482,6.6508,0,1.2249,7.4503,0,1.4946,8.2412,0,1.7751,9.0152,0 + +[4fe1] 信 +PL 3.5128,8.4661,0,6.8997,8.4661,0,6.8997,8.4661,0,6.8997,8.4661,0 +PL 3.5128,5.3009,0,6.8997,5.3009,0,6.8997,5.3009,0,6.8997,5.3009,0 +PL 3.5128,3.6991,0,6.8997,3.6991,0,6.8997,3.6991,0,6.8997,3.6991,0 +PLC 6.8997,1.4379,0,6.8997,0,0,3.5128,0,0,3.5128,2.1356,0,6.8997,2.1356,0 +PL 2.6617,6.9026,0,7.7263,6.9026,0,7.7263,6.9026,0,7.7263,6.9026,0 +L 1.3795,0,1.3795,6.5976 +A -6.1508,10.6278,8.5404,321.41,349.012 + +[4fee] 修 +PL 1.7151,0,0,1.631,1.7543,0,1.5641,3.5086,0,1.5046,5.2628,0,1.2878,5.1087,0,1.0738,4.9463,0,0.864,4.767,0 +PL 3.82,0,0,5.3432,0.2217,0,6.6041,0.9097,0,8.0611,2.0975,0 +PL 2.9689,1.0297,0,2.9689,7.3984,0,2.9689,7.3984,0,2.9689,7.3984,0 +PL 4.2505,1.5635,0,5.2315,2.0975,0,6.2122,2.6314,0,7.21,3.1653,0 +PL 4.2505,3.1653,0,5.3401,3.5806,0,5.9982,3.9959,0,6.7827,4.767,0,6.5064,5.1102,0,6.2297,5.4534,0,5.96,5.7966,0,5.235,5.2896,0,4.524,4.7656,0,3.82,4.2332,0 +PL 1.7151,5.7966,0,1.8268,7.1018,0,2.0338,8.0509,0,2.1455,9.0001,0 +PL 3.82,6.3305,0,4.5836,7.4973,0,4.9163,8.1892,0,5.1016,9.0001,0 +PL 6.3523,6.3305,0,6.6325,6.7867,0,6.9127,7.2344,0,7.21,7.6653,0,6.6391,7.7683,0,6.0826,7.8546,0,5.5289,7.9322,0 + +[4ff3] 俳 +PL 1.2237,0,0,1.1393,1.7811,0,1.0728,3.5453,0,1.0097,5.3009,0,0.7999,5.1372,0,0.5859,4.9562,0,0.3726,4.7671,0 +PL 2.7189,0,0,3.2096,0.7995,0,3.6965,1.5905,0,4.1833,2.3644,0,3.465,2.4138,0,2.8205,2.2261,0,2.0783,2.0975,0 +PL 5.4649,0,0,5.4649,9.0001,0,5.4649,9.0001,0,5.4649,9.0001,0 +PL 5.8922,2.6314,0,7.5698,2.6314,0,7.5698,2.6314,0,7.5698,2.6314,0 +PL 4.1833,3.1654,0,4.1833,4.7671,0,2.5088,4.7671,0,2.5088,4.7671,0,2.5088,4.7671,0 +PL 5.8922,4.7671,0,7.1744,4.7671,0,7.1744,4.7671,0,7.1744,4.7671,0 +PL 4.1833,5.3009,0,4.1833,6.8645,0,2.5088,6.8645,0,2.5088,6.8645,0,2.5088,6.8645,0 +PL 1.2237,5.8349,0,1.3355,7.1131,0,1.5421,8.0523,0,1.6545,9.0001,0 +PL 5.8922,6.8645,0,7.1744,6.8645,0,7.1744,6.8645,0,7.1744,6.8645,0 +PL 4.1833,7.3983,0,4.1833,9.0001,0,4.1833,9.0001,0,4.1833,9.0001,0 + +[4ff5] 俵 +PL 1.6885,0,0,1.6041,1.9449,0,1.5376,3.8898,0,1.4749,5.8348,0,1.2574,5.6709,0,1.0476,5.4901,0,0.8301,5.3009,0 +PL 2.9669,0,0,4.0278,0.3856,0,4.2593,1.356,0,4.2208,2.6314,0,3.6496,2.4674,0,3.093,2.2867,0,2.5396,2.0974,0 +PL 7.6353,0,0,6.8438,1.411,0,6.0592,2.8221,0,5.2852,4.2331,0,4.9209,3.8885,0,4.564,3.5354,0,4.2208,3.1653,0 +PL 4.8579,0.534,0,5.0719,0.7232,0,5.2852,0.904,0,5.5027,1.0678,0 +PL 6.7807,2.0974,0,7.1839,2.6314,0,7.6042,3.1653,0,8.0346,3.6992,0 +PL 2.9669,4.767,0,5.5027,4.767,0,5.2642,6.0537,0,4.6548,6.3659,0,3.7932,6.3305,0 +PL 5.9297,4.767,0,8.0346,4.767,0,8.0346,4.767,0,8.0346,4.767,0 +PL 1.6885,6.5974,0,1.9617,7.3984,0,2.2451,8.1991,0,2.5396,9,0 +PL 5.9297,6.3305,0,5.6284,6.8644,0,5.3482,7.3984,0,5.0719,7.9322,0,3.3977,7.9322,0,3.3977,7.9322,0,3.3977,7.9322,0 +PL 6.3538,6.3305,0,7.208,6.3305,0,7.208,6.3305,0,7.208,6.3305,0 +PL 5.9297,7.9322,0,5.772,8.3023,0,5.6284,8.6554,0,5.5027,9,0 +PL 6.3538,7.9322,0,7.6353,7.9322,0,7.6353,7.9322,0,7.6353,7.9322,0 + +[4ff8] 俸 +PL 1.7156,0,0,1.635,1.7811,0,1.5646,3.5452,0,1.5016,5.3008,0,1.2918,5.137,0,1.0778,4.9563,0,0.8645,4.767,0 +PL 5.1056,0,0,4.7872,1.4492,0,4.0062,1.7033,0,3.0006,1.6017,0 +PL 5.5294,1.6017,0,5.2355,2.1342,0,4.9518,2.6582,0,4.6748,3.1653,0,3.8205,3.1653,0,3.8205,3.1653,0,3.8205,3.1653,0 +PL 5.9567,1.6017,0,7.2389,1.6017,0,7.2389,1.6017,0,7.2389,1.6017,0 +PL 2.5733,3.1653,0,2.8468,3.6216,0,3.1197,4.0692,0,3.3967,4.5001,0,3.1197,4.6032,0,2.8468,4.6893,0,2.5733,4.767,0 +PL 5.5294,3.1653,0,5.232,3.5806,0,5.1231,3.9959,0,5.1056,4.767,0,4.6748,4.8701,0,4.2478,4.9563,0,3.8205,5.0339,0,3.9498,5.404,0,4.1007,5.7571,0,4.2478,6.1017,0,3.9498,6.2049,0,3.6696,6.291,0,3.3967,6.3686,0 +PL 7.6378,3.1653,0,7.0074,4.1144,0,6.4645,4.5296,0,5.5294,4.767,0 +PL 7.2389,4.767,0,8.0616,4.767,0,8.0616,4.767,0,8.0616,4.767,0 +PL 6.384,5.3008,0,6.0337,5.8842,0,5.5924,6.2302,0,4.6748,6.6356,0,4.7833,7.8023,0,3.8482,8.0113,0,3.0006,7.9322,0 +PL 1.7156,5.8348,0,1.8273,7.1299,0,2.0343,8.0608,0,2.1428,9.0001,0 +PL 6.384,6.3686,0,7.2389,6.3686,0,7.2389,6.3686,0,7.2389,6.3686,0 +PL 5.5294,7.9322,0,5.3791,8.3023,0,5.2355,8.6554,0,5.1056,9.0001,0 +PL 5.9567,7.9322,0,7.6378,7.9322,0,7.6378,7.9322,0,7.6378,7.9322,0 + +[5009] 倉 +PLC 2.8428,2.0974,0,6.2329,2.0974,0,6.2329,0,0,2.8428,0,0 +PL 0.7379,0.5339,0,1.8408,2.332,0,2.3136,3.7318,0,2.4191,5.8347,0,1.9284,6.1652,0,1.4976,6.1652,0,0.7379,5.8347,0 +PL 2.8428,3.6991,0,6.2329,3.6991,0,6.2329,4.767,0,2.8428,4.767,0 +PL 6.2329,5.5678,0,5.1016,5.6709,0,3.9738,5.757,0,2.8428,5.8347,0 +PL 7.084,5.8347,0,5.3292,6.791,0,3.7671,7.0777,0,2.8428,7.3984,0,2.6919,7.2345,0,2.5483,7.0537,0,2.4191,6.8644,0 +PL 3.2701,7.9324,0,3.5465,8.3023,0,3.8302,8.6553,0,4.1279,9,0,4.4014,8.6553,0,4.6743,8.3023,0,4.9513,7.9324,0 + +[500b] 個 +PL 0.9467,0,0,0.8697,1.7811,0,0.7961,3.5452,0,0.7366,5.3008,0,0.5229,5.137,0,0.3166,4.9562,0,0.1271,4.7668,0 +PLC 2.6594,2.8489,0,2.6594,8.5044,0,6.8977,8.5044,0,6.8977,0,0,2.6594,0,0 +PL 3.9417,1.6017,0,3.9417,4.2329,0,4.7644,4.2329,0,4.6838,5.6511,0,4.3234,6.2471,0,3.5105,6.3686,0 +PL 4.3371,1.6017,0,5.6193,1.6017,0,5.4687,2.4787,0,5.3181,3.3559,0,5.1882,4.2329,0 +PL 0.9467,5.8347,0,1.0588,7.1384,0,1.2654,8.0777,0,1.3775,8.9999,0 +PL 5.1882,6.3686,0,5.0376,6.7387,0,4.894,7.0919,0,4.7644,7.4364,0 + +[500d] 倍 +PL 1.3154,0,0,1.2349,1.945,0,1.1687,3.8899,0,1.1056,5.8347,0,0.8917,5.6709,0,0.6745,5.4901,0,0.4612,5.3009,0 +PL 1.3154,6.6356,0,1.5925,7.4351,0,1.8653,8.2259,0,2.142,9,0 +PLC 4.5517,0,0,3.4239,0,0,3.4239,3.1652,0,6.8073,3.1652,0,6.8073,0,0,4.5517,0,0 +PL 4.7023,5.3009,0,5.9527,5.3009,0,6.0651,6.2204,0,6.2749,7.0128,0,6.3835,7.9322,0,4.275,7.9322,0,4.275,7.9322,0,4.275,7.9322,0 +PL 2.5662,5.3009,0,4.275,5.3009,0,4.1664,6.2204,0,3.9637,7.0128,0,3.8512,7.9322,0,2.9966,7.9322,0,2.9966,7.9322,0,2.9966,7.9322,0 +PL 6.3835,5.3009,0,7.6622,5.3009,0,7.6622,5.3009,0,7.6622,5.3009,0 + +[5012] 倒 +PL 1.0103,0.0152,0,0.9262,1.7963,0,0.8596,3.5604,0,0.7966,5.3161,0,0.583,5.1523,0,0.3693,4.9714,0,0.1592,4.7821,0 +PL 6.0751,0.0152,0,6.9294,0.0152,0,6.9294,9.0152,0,6.9294,9.0152,0,6.9294,9.0152,0 +PL 1.8337,1.0449,0,3.1152,1.0449,0,3.0347,2.4799,0,2.6669,3.0674,0,1.8337,3.1805,0 +PL 3.5425,1.0449,0,3.8196,1.2341,0,4.0994,1.415,0,4.3936,1.5788,0 +PL 5.6475,2.1126,0,5.6475,7.9475,0,5.6475,7.9475,0,5.6475,7.9475,0 +PL 3.5425,3.1805,0,3.3923,3.5505,0,3.2448,3.9036,0,3.1152,4.2483,0 +PL 1.8337,5.3161,0,2.6848,5.3161,0,2.7969,6.2384,0,3.0066,7.1777,0,3.1152,8.4814,0,2.2641,8.4814,0,2.2641,8.4814,0,2.2641,8.4814,0 +PL 3.1152,5.3161,0,3.5425,5.8486,0,3.9733,6.3726,0,4.3936,6.8797,0 +PL 1.0103,5.8118,0,1.1157,7.1169,0,1.3045,8.0662,0,1.4099,9.0152,0 +PL 3.5425,8.4814,0,4.8244,8.4814,0,4.8244,8.4814,0,4.8244,8.4814,0 + +[5019] 候 +PL 3.2969,0,0,3.9168,0.8772,0,4.5507,1.7543,0,5.1882,2.6314,0,4.8274,3.007,0,4.281,3.1456,0,3.0867,3.1653,0 +PL 6.8977,0,0,6.4736,0.7134,0,6.0428,1.4096,0,5.6193,2.0974,0 +PL 2.2321,1.5637,0,2.2321,7.3984,0,2.2321,7.3984,0,2.2321,7.3984,0 +PL 5.6193,3.1653,0,5.3143,3.5804,0,5.2022,3.9958,0,5.1882,4.767,0,3.9938,4.7473,0,3.451,4.6089,0,3.0867,4.2331,0 +PL 6.0428,3.1653,0,7.3247,3.1653,0,7.3247,3.1653,0,7.3247,3.1653,0 +PL 5.6193,4.767,0,6.8977,4.767,0,6.8977,4.767,0,6.8977,4.767,0 +PL 3.0867,6.8644,0,6.0428,6.8644,0,6.0428,8.4662,0,3.5105,8.4662,0,3.5105,8.4662,0,3.5105,8.4662,0 +PL 6.4736,6.8644,0,7.3247,6.8644,0,7.3247,6.8644,0,7.3247,6.8644,0 +L 0.9467,0,0.9467,6.5976 +A -6.5801,10.6278,8.5404,321.41,349.012 + +[501f] 借 +PLC 6.4736,0,0,3.0867,0,0,3.0867,3.6991,0,6.4736,3.6991,0 +L 3.5105,2.1356,6.0428,2.1356 +PL 2.2321,5.3009,0,3.9417,5.3009,0,3.8572,6.7359,0,3.493,7.3235,0,2.6594,7.4365,0 +PL 4.3371,5.3009,0,5.6193,5.3009,0,5.1812,7.2515,0,4.376,7.6851,0,3.9417,9.0001,0 +PL 6.0428,7.4365,0,5.7451,7.8504,0,5.633,8.2557,0,5.6193,9.0001,0 +L 6.0428,5.3009,7.3247,5.3009 +L 0.9467,0,0.9467,6.5976 +A -6.5801,10.6278,8.5404,321.41,349.012 + +[5023] 倣 +PL 2.5436,0.267,0,3.1671,2.5975,0,3.3772,4.5975,0,3.3947,6.9026,0,2.5436,6.9026,0,2.5436,6.9026,0,2.5436,6.9026,0 +PL 4.0353,0,0,4.2493,0.1893,0,4.4591,0.3701,0,4.6763,0.534,0,4.6763,4.767,0,3.8252,4.767,0,3.8252,4.767,0,3.8252,4.767,0 +PL 5.4997,0,0,5.927,0.7232,0,6.3575,1.4379,0,6.7812,2.1356,0,5.969,4.6017,0,6.1123,6.6865,0,6.3575,9.0001,0 +PL 8.0631,0,0,7.7658,0.534,0,7.4856,1.0678,0,7.2085,1.6017,0 +PL 7.2085,2.6695,0,7.3175,3.6117,0,7.5241,4.6893,0,7.6358,6.3686,0,6.3575,6.3686,0,6.3575,6.3686,0,6.3575,6.3686,0 +PL 3.8252,6.9026,0,3.8252,9.0001,0,3.8252,9.0001,0,3.8252,9.0001,0 +PL 4.2493,6.9026,0,5.0724,6.9026,0,5.0724,6.9026,0,5.0724,6.9026,0 +L 1.6852,0,1.6852,6.5975 +A -5.8451,10.6278,8.5404,321.41,349.012 + +[5024] 値 +PL 0.8897,0,0,0.8091,1.945,0,0.7356,3.8899,0,0.676,5.8349,0,0.4592,5.671,0,0.2487,5.4902,0,0.0351,5.3009,0 +PL 2.5673,0,0,2.5673,6.3687,0,2.5673,6.3687,0,2.5673,6.3687,0 +PL 2.9946,0,0,7.2361,0,0,7.2361,0,0,7.2361,0,0 +PL 3.8496,1.6018,0,3.8496,6.3687,0,5.1245,6.3687,0,4.7038,7.842,0,3.706,8.0609,0,2.5673,7.9323,0 +PL 4.2734,1.6018,0,6.3815,1.6018,0,6.3815,3.1654,0,4.2734,3.1654,0,4.2734,3.1654,0,4.2734,3.1654,0 +PL 6.3815,3.6992,0,6.3815,4.7671,0,4.2734,4.7671,0,4.2734,4.7671,0,4.2734,4.7671,0 +PL 6.3815,5.3009,0,6.3815,6.3687,0,5.5549,6.3687,0,5.5549,6.3687,0,5.5549,6.3687,0 +PL 0.8897,6.6357,0,1.1629,7.4351,0,1.4431,8.2261,0,1.7408,9.0001,0 +PL 5.5549,7.9323,0,5.4043,8.3024,0,5.2646,8.6555,0,5.1245,9.0001,0 +PL 5.9822,7.9323,0,7.2361,7.9323,0,7.2361,7.9323,0,7.2361,7.9323,0 + +[502b] 倫 +PL 1.1032,0,0,1.0191,1.7811,0,0.9522,3.5452,0,0.8892,5.3009,0,0.6759,5.137,0,0.4727,4.9562,0,0.2797,4.7669,0 +PL 2.812,0,0,2.812,4.7669,0,7.0538,4.7669,0,7.0538,0,0,6.1989,0,0 +PL 4.0939,0,0,4.0939,2.0975,0,3.793,2.2867,0,3.5128,2.4675,0,3.2393,2.6314,0 +PL 5.3443,0,0,5.3443,2.0975,0,4.917,2.4675,0,4.4967,2.8206,0,4.0939,3.1653,0,4.0939,4.233,0 +PL 5.7681,2.6314,0,5.4704,3.0466,0,5.3586,3.4619,0,5.3443,4.233,0 +PL 1.1032,5.8347,0,1.2149,7.113,0,1.4215,8.0523,0,1.534,9,0 +PL 2.5987,6.3687,0,3.3619,7.2458,0,4.1324,8.1229,0,4.917,9,0,7.4776,6.3687,0 +L 3.6631,6.3687,6.1989,6.3687 + +[5039] 倹 +PL 2.4137,0.0152,0,3.1773,0.9191,0,3.9517,1.8061,0,4.7359,2.6847,0,4.386,3.0604,0,3.9517,3.1987,0,3.0547,3.2186,0,3.0547,4.7821,0,4.0602,4.8499,0,4.5818,5.2737,0,4.7359,6.3838,0,3.696,6.5024,0,2.95,6.6212,0,2.2004,6.3838,0 +PL 6.8657,0.0152,0,6.2878,0.7383,0,5.7166,1.453,0,5.1565,2.1508,0 +PLC 4.876,3.8104,0,4.876,4.2158,0,5.1565,4.7821,0,6.4419,4.7821,0,6.4419,3.2186,0,5.1565,3.2186,0 +PL 5.1565,6.3838,0,5.7761,6.4036,0,6.1088,6.542,0,6.4419,6.9177,0,5.864,7.6409,0,5.2893,8.3555,0,4.7359,9.0534,0,4.3054,8.5194,0,3.8781,7.9855,0,3.447,7.4516,0 +L 0.9217,0.0152,0.9217,6.6128 +A -6.6121,10.643,8.5404,321.41,349.012 + +[5049] 偉 +PL 5.9537,0.267,0,5.8069,0.5339,0,5.6633,0.8008,0,5.5334,1.0678,0,2.5703,1.0678,0,2.5703,1.0678,0,2.5703,1.0678,0 +PL 6.3845,1.0678,0,6.0871,1.6017,0,5.8069,2.1356,0,5.5334,2.6695,0,3.8522,2.6695,0,3.8522,1.6017,0,3.8522,1.6017,0,3.8522,1.6017,0 +PL 6.8121,1.0678,0,8.094,1.0678,0,8.094,1.0678,0,8.094,1.0678,0 +PL 6.3845,2.6695,0,6.0101,3.2162,0,5.3512,3.483,0,3.8522,3.6991,0,3.8522,5.3008,0,7.2429,5.3008,0,7.2429,3.6991,0,6.3845,3.6991,0,6.3845,3.6991,0,6.3845,3.6991,0 +PL 6.8121,2.6695,0,7.6632,2.6695,0,7.6632,2.6695,0,7.6632,2.6695,0 +PL 2.5703,6.3687,0,4.6788,6.3687,0,4.6788,7.9322,0,3.4284,7.9322,0,3.4284,7.9322,0,3.4284,7.9322,0 +PL 5.1026,6.3687,0,6.8121,6.3687,0,6.8121,7.9322,0,5.1026,7.9322,0,5.1026,9,0,5.1026,9,0,5.1026,9,0 +PL 7.2429,6.3687,0,8.094,6.3687,0,8.094,6.3687,0,8.094,6.3687,0 +L 1.716,0,1.716,6.5975 +A -5.8142,10.6277,8.5404,321.41,349.012 + +[504f] 偏 +PL 1.5641,0,0,1.48,1.7811,0,1.4138,3.5452,0,1.3473,5.3008,0,1.1368,5.137,0,0.9337,4.9563,0,0.7379,4.767,0 +PL 3.6974,0,0,3.6134,1.2472,0,3.5465,2.4774,0,3.487,3.6992,0,3.0176,3.2457,0,2.7448,2.5636,0,2.4191,1.0678,0 +PL 4.9513,0,0,4.9513,1.6017,0,4.6743,1.791,0,4.4014,1.9718,0,4.1279,2.1356,0 +PL 6.2329,0,0,6.2329,1.6017,0,5.8024,1.9718,0,5.3786,2.3249,0,4.9513,2.6695,0,4.9513,3.6992,0,4.1279,3.6992,0,4.1279,3.6992,0,4.1279,3.6992,0 +PL 7.5113,0,0,7.5113,2.1356,0,6.5554,2.3122,0,6.2507,2.8362,0,6.2329,3.6992,0,5.3786,3.6992,0,5.3786,3.6992,0,5.3786,3.6992,0 +PL 7.5113,2.6695,0,7.5113,3.6992,0,6.6602,3.6992,0,6.6602,3.6992,0,6.6602,3.6992,0 +PL 3.2701,4.2331,0,3.2701,6.9026,0,7.084,6.9026,0,7.084,5.3008,0,3.6974,5.3008,0,3.6974,5.3008,0,3.6974,5.3008,0 +PL 1.5641,5.8348,0,1.673,7.1299,0,1.8797,8.0608,0,1.9879,9,0 +PL 3.2701,8.4661,0,7.5113,8.4661,0,7.5113,8.4661,0,7.5113,8.4661,0 + +[505c] 停 +PL 3.8157,0,0,4.6668,0,0,4.6668,2.6314,0,2.9926,2.6314,0 +L 5.0976,2.6314,6.376,2.6314 +PL 2.1416,3.1652,0,2.1416,4.2332,0,7.2341,4.2332,0,7.2341,3.1652,0 +PLC 2.9926,6.9025,0,6.376,6.9025,0,6.376,5.8349,0,2.9926,5.8349,0 +PL 2.1416,7.9322,0,4.6668,7.9322,0,4.6668,9,0 +L 5.0976,7.9322,7.2341,7.9322 +L 0.8562,0,0.8562,6.5975 +A -6.6706,10.6278,8.5404,321.41,349.012 + +[5065] 健 +PL 1.7731,0,0,2.0495,0.4464,0,2.33,0.8757,0,2.6309,1.2966,0,2.3262,1.9196,0,2.2141,2.5423,0,2.2004,3.6991,0 +PL 3.8781,0,0,3.6049,0.1892,0,3.3317,0.3701,0,3.0547,0.5339,0 +PL 4.3054,0,0,7.2615,0,0,7.2615,0,0,7.2615,0,0 +PL 5.1565,1.2966,0,4.8308,1.8602,0,4.498,2.068,0,3.8781,2.0974,0 +PL 3.0547,2.0974,0,3.0547,5.3008,0,2.4383,5.2811,0,2.1055,5.1427,0,1.7731,4.767,0 +PL 5.587,2.0974,0,5.2893,2.6314,0,5.0056,3.1653,0,4.7359,3.6991,0,3.8781,3.6991,0,3.8781,3.6991,0,3.8781,3.6991,0 +PL 6.0146,2.0974,0,6.8657,2.0974,0,6.8657,2.0974,0,6.8657,2.0974,0 +PL 5.587,3.6991,0,5.2893,4.2331,0,5.0056,4.767,0,4.7359,5.3008,0,3.8781,5.3008,0,3.8781,5.3008,0,3.8781,5.3008,0 +PL 5.587,5.3008,0,4.5712,6.582,0,3.787,6.88,0,3.0547,7.3984,0,2.7605,6.8914,0,2.4736,6.3673,0,2.2004,5.8347,0 +PL 6.2283,5.3008,0,6.2878,5.6441,0,6.361,5.9873,0,6.4419,6.3305,0,5.2055,7.4576,0,4.5432,7.8728,0,3.8781,7.9324,0 +PL 6.8657,6.8644,0,6.333,7.5367,0,5.699,8.1497,0,5.1565,9,0 +L 2.2004,7.9324,3.0547,7.9324 +L 0.9217,0,0.9217,6.5976 +A -6.6121,10.6278,8.5404,321.41,349.012 + +[5074] 側 +PL 5.4407,0,0,5.1678,0.3432,0,4.8841,0.6864,0,4.5896,1.0296,0 +PL 6.7222,0,0,7.5733,0,0,7.5733,9,0 +PLC 3.3357,8.4662,0,5.0134,8.4662,0,5.0134,2.0974,0,3.3357,2.0974,0 +L 6.2918,2.0974,6.2918,7.9324 +L 3.7595,4.2331,4.5822,4.2331 +L 3.7595,6.3305,4.5822,6.3305 +L 1.6261,0,1.6261,6.5975 +PL 2.9084,0,0,3.1812,0.3432,0,3.4649,0.6864,0,3.7595,1.0296,0 +A -5.9034,10.6278,8.5404,321.41,349.012 + +[5075] 偵 +PL 1.4719,0,0,1.3878,1.945,0,1.3174,3.8899,0,1.2544,5.8348,0,1.0446,5.671,0,0.8306,5.4902,0,0.6173,5.3009,0 +PL 2.9356,0,0,3.2788,0.1893,0,3.6399,0.3702,0,4.0042,0.534,0 +PL 7.3907,0,0,7.0933,0.1893,0,6.8131,0.3702,0,6.5361,0.534,0 +PL 3.5734,1.6018,0,3.5734,6.3687,0,5.2822,6.3687,0,5.2822,9.0001,0,5.2822,9.0001,0,5.2822,9.0001,0 +PL 4.0042,1.6018,0,6.9634,1.6018,0,6.9634,3.2035,0,4.0042,3.2035,0,4.0042,3.2035,0,4.0042,3.2035,0 +PL 6.9634,3.7373,0,6.9634,4.767,0,4.0042,4.767,0,4.0042,4.767,0,4.0042,4.767,0 +PL 6.9634,5.3009,0,6.9634,6.3687,0,5.6783,6.3687,0,5.6783,6.3687,0,5.6783,6.3687,0 +PL 1.4719,6.6357,0,1.7482,7.4351,0,2.0183,8.2261,0,2.2946,9.0001,0 +PL 5.6783,7.9704,0,7.818,7.9704,0,7.818,7.9704,0,7.818,7.9704,0 + +[5076] 偶 +PL 3.0255,0,0,3.0255,3.6991,0,4.7343,3.6991,0,5.018,4.2924,0,5.018,4.7076,0,4.7343,5.3008,0,3.4528,5.3008,0,3.4528,8.4661,0,6.8393,8.4661,0,6.8393,5.3008,0,5.5924,5.3008,0,5.2951,5.8347,0,5.0114,6.3686,0,4.7343,6.9025,0,3.8832,6.9025,0,3.8832,6.9025,0,3.8832,6.9025,0 +PL 6.4089,0,0,7.2666,0,0,7.2666,3.6991,0,6.0691,3.6807,0,5.5227,3.5523,0,5.1616,3.2033,0,5.1616,1.6017,0,6.0127,1.6017,0,6.0127,2.6695,0,6.0127,2.6695,0,6.0127,2.6695,0 +PL 3.8832,1.0678,0,5.1616,1.0678,0,5.1616,1.0678,0,5.1616,1.0678,0 +PL 5.5924,6.9025,0,5.4352,7.2726,0,5.2951,7.6256,0,5.1616,7.9703,0 +L 1.3478,0,1.3478,6.5975 +A -6.1825,10.6277,8.5404,321.41,349.012 + +[507d] 偽 +PL 1.4099,0.0001,0,1.3258,1.7811,0,1.2589,3.5452,0,1.1924,5.3009,0,0.9826,5.137,0,0.7686,4.9562,0,0.5588,4.7669,0 +PL 5.651,0.0001,0,6.2604,0.0396,0,6.6982,0.3164,0,7.3287,1.0678,0,7.1539,1.8122,0,6.9294,2.2175,0,6.4744,2.6314,0 +PL 2.6637,0.5338,0,2.9439,1.1964,0,2.9439,1.9689,0,2.6637,2.6314,0,2.5093,2.4676,0,2.3657,2.2867,0,2.2326,2.0975,0 +PL 4.3726,1.8688,0,4.215,2.1343,0,4.0749,2.3913,0,3.9421,2.6314,0 +PL 5.651,1.8688,0,5.5007,2.1343,0,5.3536,2.3913,0,5.2237,2.6314,0 +PL 7.3287,2.6314,0,7.3287,3.6992,0,4.6286,3.6794,0,3.5323,3.541,0,3.0837,3.1652,0 +PL 3.5148,4.2332,0,3.9733,5.0439,0,4.194,5.736,0,4.3726,6.9026,0,2.6637,6.9026,0,2.6637,6.9026,0,2.6637,6.9026,0 +PL 6.4744,4.2332,0,6.4744,5.3009,0,4.7932,5.3009,0,4.7932,5.3009,0,4.7932,5.3009,0 +PL 1.4099,5.8348,0,1.5181,7.113,0,1.7247,8.0523,0,1.8372,9,0 +PL 6.0471,5.8348,0,6.0471,6.9026,0,5.6198,7.0056,0,5.2027,7.0918,0,4.7932,7.1695,0,4.926,7.7797,0,5.0734,8.3898,0,5.2237,9,0 +PL 3.5148,8.1992,0,3.3639,8.4661,0,3.2168,8.733,0,3.0837,9,0 + +[508d] 傍 +PL 1.0446,0,0,0.9606,1.7811,0,0.8902,3.5453,0,0.8306,5.3009,0,0.6135,5.137,0,0.4103,4.9563,0,0.2177,4.7669,0 +PL 2.5363,0,0,3.1738,0.7232,0,3.8186,1.4379,0,4.4592,2.1356,0,4.4592,3.7373,0,2.7535,3.7373,0 +PL 4.8549,0,0,5.8286,0.2572,0,6.3859,0.9887,0,6.5641,2.1356,0,4.8549,2.1356,0 +L 4.8549,3.7373,4.8549,4.7669 +L 5.2857,3.7373,6.9918,3.7373 +PL 2.323,4.7669,0,2.323,5.8349,0,4.0319,5.8349,0,3.8816,6.4719,0,3.7345,7.0918,0,3.6046,7.7035,0,3.3072,7.8066,0,3.0235,7.8927,0,2.7535,7.9704,0 +PL 7.4191,4.7669,0,7.4191,5.8349,0,4.4592,5.8349,0 +PL 1.0446,5.8349,0,1.1564,7.1399,0,1.356,8.0891,0,1.4649,9.0382,0 +PL 5.7095,6.3687,0,6.0107,6.7839,0,6.1193,7.1992,0,6.1368,7.9704,0,4.0319,7.9704,0 + +[5091] 傑 +PL 0.8882,0.0152,0,0.8041,1.7963,0,0.7341,3.5604,0,0.6745,5.316,0,0.4644,5.1522,0,0.2577,4.9714,0,0.0616,4.7821,0 +PL 4.6992,0.0152,0,4.6218,0.9191,0,4.5486,1.8061,0,4.4887,2.6847,0,3.7041,1.987,0,2.9336,1.2723,0,2.1736,0.5491,0 +PL 6.8388,0.5491,0,5.3328,2.47,0,4.1174,3.0518,0,2.1736,3.2186,0 +PL 5.5569,3.2186,0,7.2626,3.2186,0,7.2626,3.2186,0,7.2626,3.2186,0 +PL 1.9568,4.2863,0,2.3032,4.7328,0,2.6604,5.162,0,3.0247,5.583,0,2.7273,6.0392,0,2.4436,6.487,0,2.1736,6.9177,0,2.0163,6.7538,0,1.8724,6.5731,0,1.7431,6.3838,0 +PL 6.4084,5.0491,0,6.0473,5.6127,0,5.5009,5.8203,0,4.3066,5.85,0 +PL 0.8882,5.85,0,1.0003,7.155,0,1.2034,8.1042,0,1.3155,9.0534,0 +PL 3.452,6.1169,0,3.5816,6.7538,0,3.7252,7.374,0,3.8796,7.9855,0,2.9616,7.9657,0,2.5168,7.8273,0,2.1736,7.4516,0 +PL 6.8388,5.85,0,6.3135,6.9629,0,6.0788,7.7115,0,5.1296,7.9855,0,5.1296,6.3838,0,5.1296,6.3838,0,5.1296,6.3838,0 +PL 6.8388,7.9855,0,6.6882,8.3555,0,6.5376,8.7087,0,6.4084,9.0534,0 + +[5098] 傘 +PL 4.0627,0,0,3.4809,1.5848,0,2.143,1.7712,0,0.6793,1.6017,0 +PL 4.49,1.6017,0,4.1884,2.154,0,4.0767,3.5284,0,4.0627,6.9026,0 +PL 4.917,1.6017,0,7.4527,1.6017,0,7.4527,1.6017,0,7.4527,1.6017,0 +PL 0.8926,2.6695,0,1.2292,3.2021,0,1.5725,3.726,0,1.9332,4.2331,0 +PL 3.2081,2.6695,0,2.9136,2.8489,0,2.6334,3.0113,0,2.3532,3.1653,0 +PL 5.0991,2.6695,0,5.4458,3.2021,0,5.8034,3.726,0,6.1712,4.2331,0 +PL 7.4527,2.6695,0,7.1554,2.8489,0,6.8752,3.0113,0,6.5981,3.1653,0 +PL 0.8926,4.767,0,1.2292,5.2232,0,1.5725,5.6709,0,1.9332,6.1018,0,1.5966,6.6654,0,1.2744,6.873,0,0.6793,6.9026,0 +PL 3.2081,4.767,0,2.9136,4.9563,0,2.6334,5.137,0,2.3532,5.3008,0 +PL 5.0991,4.767,0,5.5929,5.4901,0,6.0906,6.2048,0,6.5981,6.9026,0,5.7439,7.6159,0,4.8994,8.3122,0,4.0627,9,0,3.3409,8.493,0,2.6334,7.9689,0,1.9332,7.4365,0 +PL 7.4527,4.767,0,7.1554,4.9563,0,6.8752,5.137,0,6.5981,5.3008,0 + +[5099] 備 +PL 3.4199,0,0,3.4199,4.7668,0,6.8068,4.7668,0,6.8068,0,0,5.9557,0,0 +PL 5.0976,0,0,4.9509,1.1949,0,4.5127,1.5761,0,3.8157,1.6017,0 +PL 1.7107,0.8008,0,2.3132,2.6087,0,2.5342,4.0523,0,2.5653,6.3686,0,4.2465,6.3686,0,4.0122,7.699,0,3.4094,8.0127,0,2.5653,7.9703,0 +PL 5.5249,1.6017,0,5.2272,2.1355,0,4.947,2.6696,0,4.6668,3.2034,0,3.8157,3.2034,0 +PL 5.5249,3.2034,0,5.3743,3.5465,0,5.2272,3.8899,0,5.0976,4.2329,0 +PL 4.6668,6.3686,0,5.5249,6.3686,0,5.4797,7.178,0,5.1435,7.8602,0,4.2465,8.9999,0 +L 5.9557,6.3686,7.2341,6.3686 +PL 5.9557,7.9703,0,5.802,8.3135,0,5.658,8.6567,0,5.5249,8.9999,0 +L 6.376,7.9703,7.2341,7.9703 +L 0.8562,0,0.8562,6.5975 +A -6.6706,10.6277,8.5404,321.41,349.012 + +[50ac] 催 +PL 1.4099,0.0381,0,1.3258,1.9831,0,1.2589,3.9279,0,1.1924,5.8729,0,0.9826,5.709,0,0.7686,5.5282,0,0.5588,5.339,0 +PL 3.5148,0.0381,0,3.4308,1.4491,0,3.3639,2.8601,0,3.3008,4.2711,0,2.9366,3.9265,0,2.5797,3.5734,0,2.2326,3.2033,0 +PL 3.9421,0.0381,0,5.651,0.0381,0,5.4167,1.3248,0,4.8072,1.637,0,3.9421,1.6017,0 +PL 6.0471,0.0381,0,7.7559,0.0381,0,7.7559,0.0381,0,7.7559,0.0381,0 +PL 6.0471,1.6017,0,5.7736,2.1356,0,5.4937,2.6694,0,5.2237,3.2033,0,3.9421,3.2033,0,3.9421,3.2033,0,3.9421,3.2033,0 +PL 6.4744,1.6017,0,7.3287,1.6017,0,7.3287,1.6017,0,7.3287,1.6017,0 +PL 6.0471,3.2033,0,5.7736,3.7372,0,5.4937,4.2711,0,5.2237,4.805,0,4.6423,4.9081,0,4.0749,4.9943,0,3.5148,5.072,0,3.6441,5.5183,0,3.7912,5.9477,0,3.9421,6.3687,0 +PL 6.4744,3.2033,0,7.3287,3.2033,0,7.3287,3.2033,0,7.3287,3.2033,0 +PL 6.0471,4.805,0,5.7809,5.2189,0,5.7809,5.6243,0,6.0471,6.3687,0 +PL 6.4744,4.805,0,7.3287,4.805,0,7.3287,4.805,0,7.3287,4.805,0 +PL 1.4099,6.6356,0,1.6827,7.4364,0,1.9629,8.2372,0,2.2326,9.0381,0 +PL 3.0837,7.4364,0,3.0837,8.5041,0,3.0837,8.5041,0,3.0837,8.5041,0 +PL 3.5148,7.4364,0,5.2237,7.4364,0,5.2237,9.0381,0,5.2237,9.0381,0,5.2237,9.0381,0 +PL 5.651,7.4364,0,7.3287,7.4364,0,7.3287,8.5041,0,7.3287,8.5041,0,7.3287,8.5041,0 + +[50b5] 債 +PL 1.3795,0.0381,0,1.2954,1.9831,0,1.2257,3.9279,0,1.1662,5.8729,0,0.9522,5.709,0,0.735,5.5282,0,0.5249,5.339,0 +PL 2.875,0.0381,0,3.2116,0.2273,0,3.5514,0.4082,0,3.9156,0.572,0 +PL 7.3302,0.0381,0,7.0328,0.2273,0,6.7491,0.4082,0,6.4724,0.572,0 +PLC 3.5128,2.6694,0,3.5128,4.805,0,6.8997,4.805,0,6.8997,1.6017,0,3.5128,1.6017,0 +PL 3.9156,2.6694,0,6.4724,2.6694,0,6.4724,2.6694,0,6.4724,2.6694,0 +PL 3.9156,3.7372,0,6.4724,3.7372,0,6.4724,3.7372,0,6.4724,3.7372,0 +PL 2.6617,5.8729,0,3.4953,5.9759,0,4.3391,6.0621,0,5.1905,6.1398,0,4.8434,6.6765,0,4.4126,6.8742,0,3.5128,6.9025,0 +PL 5.6213,5.8729,0,7.7263,5.8729,0,7.7263,5.8729,0,7.7263,5.8729,0 +PL 1.3795,6.6356,0,1.653,7.4364,0,1.9399,8.2372,0,2.2344,9.0381,0 +PL 5.6213,6.9025,0,4.7457,7.8064,0,4.0627,8.007,0,3.089,7.9703,0 +PL 6.0451,6.9025,0,6.8997,6.9025,0,6.8997,6.9025,0,6.8997,6.9025,0 +PL 5.6213,7.9703,0,5.4668,8.3403,0,5.3232,8.6934,0,5.1905,9.0381,0 +PL 6.0451,7.9703,0,7.3302,7.9703,0,7.3302,7.9703,0,7.3302,7.9703,0 + +[50b7] 傷 +PL 1.2569,0,0,1.1764,1.9435,0,1.1032,3.8785,0,1.0436,5.7968,0,0.8296,5.6329,0,0.6163,5.452,0,0.4023,5.2627,0 +PL 2.9346,0,0,4.2725,0.291,0,5.2462,1.1073,0,6.318,2.3644,0,5.0749,2.0184,0,3.9118,1.3758,0,2.9346,1.0297,0 +PL 5.898,0,0,6.5109,0.0183,0,6.8433,0.1469,0,7.1726,0.4957,0,7.0254,1.219,0,6.8787,1.9337,0,6.7491,2.6314,0 +PL 3.1486,2.0974,0,3.7545,2.5127,0,4.0344,2.928,0,4.2165,3.6992,0,2.5073,3.6992,0,2.5073,3.6992,0,2.5073,3.6992,0 +PL 4.6441,3.6992,0,7.6037,3.6992,0,7.6037,3.6992,0,7.6037,3.6992,0 +PL 3.7857,4.767,0,3.7682,6.2627,0,3.6631,6.9449,0,3.3619,7.3983,0,3.2116,7.2345,0,3.068,7.0537,0,2.9346,6.8645,0 +PL 4.2165,4.767,0,6.7491,4.767,0,6.7491,5.7968,0,4.2165,5.7968,0,4.2165,5.7968,0,4.2165,5.7968,0 +PL 1.2569,6.5975,0,1.5305,7.3983,0,1.8068,8.1992,0,2.0768,9,0 +PL 6.7491,6.5975,0,5.898,6.7006,0,5.0466,6.7867,0,4.2165,6.8645,0 +PL 3.7857,7.9322,0,3.7857,9,0,3.7857,9,0,3.7857,9,0 +PL 4.2165,7.9322,0,7.6037,7.9322,0,7.6037,7.9322,0,7.6037,7.9322,0 + +[50be] 傾 +PL 1.5324,0,0,1.4484,1.7811,0,1.3815,3.5452,0,1.3184,5.3008,0,1.1016,5.137,0,0.8911,4.9562,0,0.6813,4.767,0 +PL 4.278,0,0,4.6212,0.3701,0,4.982,0.7232,0,5.3463,1.0678,0 +PL 7.8785,0,0,7.6022,0.3701,0,7.3321,0.7232,0,7.0558,1.0678,0 +PL 2.814,1.6017,0,2.814,7.9703,0,2.814,7.9703,0,2.814,7.9703,0 +PL 3.2413,1.6017,0,4.0647,1.6017,0,4.0647,2.6695,0,4.0647,2.6695,0,4.0647,2.6695,0 +PL 4.9225,2.1356,0,4.9225,6.9025,0,5.5357,7.1299,0,5.8681,7.476,0,6.2009,8.2372,0,5.6233,8.3136,0,5.0524,8.3898,0,4.4917,8.4661,0 +PL 5.3463,2.1356,0,7.4796,2.1356,0,7.4796,3.6991,0,5.3463,3.6991,0,5.3463,3.6991,0,5.3463,3.6991,0 +PL 7.4796,4.2329,0,7.4796,5.3008,0,5.3463,5.3008,0,5.3463,5.3008,0,5.3463,5.3008,0 +PL 3.2413,5.3008,0,3.5183,5.6709,0,3.7912,6.0239,0,4.0647,6.3686,0 +PL 1.5324,5.8347,0,1.6442,7.1384,0,1.8473,8.0776,0,1.9597,9,0 +PL 7.4796,5.8347,0,7.4796,6.9025,0,6.2009,6.9025,0,6.2009,6.9025,0,6.2009,6.9025,0 +PL 6.6285,8.4661,0,7.8785,8.4661,0,7.8785,8.4661,0,7.8785,8.4661,0 + +[50cd] 働 +PL 4.2449,0,0,4.3745,0.267,0,4.5212,0.5339,0,4.6718,0.8008,0,3.6631,0.7231,0,2.6684,0.6371,0,1.6846,0.5339,0 +PL 2.9626,1.6018,0,2.6299,1.9774,0,2.2972,2.1158,0,1.6846,2.1356,0 +PL 3.3938,2.1356,0,3.0922,2.6681,0,2.812,3.1921,0,2.5353,3.6991,0,1.6846,3.6991,0,1.6846,5.8348,0,2.2972,5.8547,0,2.6299,5.993,0,2.9626,6.3688,0,2.6299,6.7445,0,2.2972,6.8827,0,1.6846,6.9026,0 +PL 3.3938,3.6991,0,2.9626,4.0691,0,2.5353,4.4224,0,2.1084,4.767,0 +PL 6.1323,0,0,6.3498,0.1893,0,6.5631,0.3703,0,6.7768,0.5339,0,6.7768,6.3688,0,5.4529,5.6497,0,5.3723,3.8716,0,5.0676,1.6018,0 +PL 5.0676,6.3688,0,5.3688,6.8221,0,5.4809,7.5044,0,5.4988,9.0001,0 +PL 4.0274,3.6991,0,4.0939,4.0691,0,4.1605,4.4224,0,4.2449,4.767,0,3.6249,4.7867,0,3.2989,4.9252,0,2.9626,5.3009,0,3.4985,5.6964,0,4.1328,5.9733,0,4.6718,6.3688,0,3.8628,7.0636,0,2.8789,7.6314,0,2.1084,7.9703,0 +PL 3.3938,7.9703,0,3.6631,8.1499,0,3.9468,8.3122,0,4.2449,8.4661,0 +L 0.8615,0,0.8615,6.5976 +A -6.6726,10.6278,8.5404,321.41,349.012 + +[50cf] 像 +PL 1.1652,0,0,1.0811,1.9449,0,1.0142,3.8898,0,0.9477,5.8348,0,0.734,5.6709,0,0.5239,5.4901,0,0.3141,5.3009,0 +PL 4.7619,0,0,4.979,0.1892,0,5.1895,0.37,0,5.4063,0.534,0,5.3223,1.0664,0,5.2561,1.5903,0,5.1895,2.0974,0,3.8267,0.9972,0,3.1157,0.5919,0,2.4436,0.534,0 +PL 7.1124,0.534,0,6.0298,2.0297,0,5.4207,2.7118,0,4.7619,3.1653,0,3.9777,2.6314,0,3.2106,2.0974,0,2.4436,1.5635,0 +PL 2.6569,3.1653,0,3.1437,3.6214,0,3.6379,4.0692,0,4.1248,4.5,0,3.6975,4.6031,0,3.2768,4.6893,0,2.874,4.767,0,2.8565,5.887,0,2.7448,6.4308,0,2.4436,6.8644,0,3.2033,7.6554,0,3.5364,8.2091,0,3.7286,9,0 +PL 4.7619,4.767,0,4.7409,6.0707,0,4.1314,6.3743,0,3.2978,6.3305,0 +PL 5.4063,4.767,0,7.1124,4.767,0,7.1124,6.3305,0,5.8967,6.3504,0,5.3433,6.4887,0,4.979,6.8644,0,5.1051,7.1314,0,5.2561,7.3984,0,5.4063,7.6652,0,4.979,7.7684,0,4.5486,7.8545,0,4.1248,7.9322,0 +PL 1.1652,6.5974,0,1.4415,7.3984,0,1.7217,8.1991,0,2.0198,9,0 + +[50d5] 僕 +PL 1.2893,0,0,1.2052,1.7811,0,1.1348,3.5453,0,1.0753,5.3009,0,0.8585,5.137,0,0.648,4.9563,0,0.4347,4.7669,0 +PL 2.7495,0,0,3.5235,0.7232,0,4.308,1.4379,0,5.1031,2.1356,0,4.7388,2.5114,0,4.1823,2.6497,0,2.9635,2.6696,0 +PL 7.2046,0,0,6.634,0.534,0,6.0768,1.0678,0,5.5234,1.6018,0 +PL 5.5234,2.6696,0,5.233,3.2035,0,4.9493,3.7373,0,4.6723,4.2712,0,3.3943,4.2712,0,3.3943,4.2712,0,3.3943,4.2712,0 +PL 5.9542,2.6696,0,7.2046,2.6696,0,7.2046,2.6696,0,7.2046,2.6696,0 +PL 5.5234,4.2712,0,5.1486,4.8178,0,4.4835,5.0848,0,2.9635,5.3009,0 +PL 5.9542,4.2712,0,6.8126,4.2712,0,6.8126,4.2712,0,6.8126,4.2712,0 +PL 5.7409,5.3009,0,5.9542,5.671,0,6.1682,6.0241,0,6.3815,6.3687,0,6.0001,6.7345,0,5.3413,6.8037,0,3.818,6.6356,0,3.9473,6.3687,0,4.0944,6.1017,0,4.2453,5.8349,0 +PL 6.3815,5.3009,0,7.2046,5.3009,0,7.2046,5.3009,0,7.2046,5.3009,0 +PL 1.2893,5.8349,0,1.394,7.1399,0,1.6006,8.0891,0,1.7131,9.0382,0 +PL 2.5673,6.9026,0,3.3943,6.9026,0,3.3799,7.6738,0,3.2682,8.0891,0,2.9635,8.5043,0 +PL 6.8126,6.9026,0,6.5251,7.3179,0,6.5251,7.7332,0,6.8126,8.5043,0 +PL 4.2453,7.4365,0,4.2453,9.0382,0,4.2453,9.0382,0,4.2453,9.0382,0 +PL 5.5234,7.4365,0,5.5234,9.0382,0,5.5234,9.0382,0,5.5234,9.0382,0 + +[50da] 僚 +L 2.6848,8.4661,6.9294,8.4661 +PL 1.0103,0,0,0.9262,1.7811,0,0.8596,3.5452,0,0.7966,5.3009,0,0.583,5.137,0,0.3693,4.9562,0,0.1592,4.7669,0 +PL 3.9733,0,0,4.8244,0,0,4.8244,3.1653,0,3.5425,3.1653,0,3.5254,4.6878,0,3.4164,5.38,0,3.1152,5.8347,0,2.8179,5.6709,0,2.5373,5.4901,0,2.2641,5.3009,0 +PL 2.2641,0.5339,0,2.5373,1.0664,0,2.8179,1.5904,0,3.1152,2.0975,0 +PL 6.9294,0.5339,0,6.6352,1.0664,0,6.3515,1.5904,0,6.0751,2.0975,0 +PL 5.2202,3.1653,0,6.0751,3.1653,0,6.0751,4.233,0,3.9733,4.233,0 +PL 6.0751,5.0339,0,5.3743,5.137,0,4.6738,5.2232,0,3.9733,5.3009,0 +PL 6.9294,5.3009,0,4.8244,7.9322,0,4.3936,7.4251,0,3.9733,6.9012,0,3.5425,6.3687,0,3.2448,6.7118,0,2.9646,7.055,0,2.6848,7.3983,0 +PL 1.0103,5.8347,0,1.1157,7.113,0,1.3045,8.0523,0,1.4099,9,0 + +[50e7] 僧 +PL 1.6261,0,0,1.5421,1.9449,0,1.4724,3.8899,0,1.4128,5.8348,0,1.1988,5.671,0,0.9855,5.4901,0,0.768,5.3008,0 +PLC 4.1868,1.0664,0,4.1868,3.1653,0,6.7222,3.1653,0,6.7222,0,0,4.1868,0,0 +PL 4.5822,1.5636,0,6.2918,1.5636,0,6.2918,1.5636,0,6.2918,1.5636,0 +PL 3.3357,4.767,0,3.3357,7.3983,0,4.5822,7.3983,0,4.5686,8.1695,0,4.467,8.5847,0,4.1868,9,0 +PL 3.7595,4.767,0,5.4407,4.767,0,5.2057,6.0537,0,4.6036,6.3659,0,3.7595,6.3305,0 +PL 5.8645,4.767,0,7.5733,4.767,0,7.5733,6.3305,0,5.8645,6.3305,0,5.5734,6.7006,0,5.2862,7.0537,0,5.0134,7.3983,0 +PL 1.6261,6.5975,0,1.9028,7.3983,0,2.1834,8.1992,0,2.4772,9,0 +PL 7.5733,7.1314,0,6.9923,7.2345,0,6.4245,7.3206,0,5.8645,7.3983,0 +PL 6.2918,7.9322,0,6.4245,8.3023,0,6.5685,8.6554,0,6.7222,9,0 + +[5100] 儀 +PL 1.4119,0.0001,0,1.3278,1.945,0,1.2574,3.8899,0,1.1979,5.8348,0,0.9811,5.671,0,0.7779,5.4901,0,0.5849,5.3009,0 +PL 3.1207,0.0001,0,3.9718,0.0001,0,3.9718,1.6017,0,2.6899,1.6017,0,2.6899,1.6017,0,2.6899,1.6017,0 +PL 7.3625,0.0001,0,6.9909,0.3701,0,6.6372,0.7231,0,6.2908,1.0678,0,5.9265,0.9039,0,5.5689,0.7231,0,5.2222,0.5338,0 +PL 7.7863,0.0001,0,7.7863,1.0678,0,7.7863,1.0678,0,7.7863,1.0678,0 +PL 6.5041,1.6017,0,6.2067,2.1343,0,5.9265,2.6582,0,5.653,3.1652,0,4.7532,3.1357,0,4.3224,2.928,0,3.9718,2.3645,0,4.2453,2.2867,0,4.522,2.2005,0,4.7949,2.0975,0 +PL 2.6899,3.1652,0,3.3102,3.1949,0,3.6394,3.4026,0,3.9718,3.9661,0,3.541,4.0693,0,3.1207,4.1554,0,2.6899,4.2332,0 +PL 6.5041,3.1652,0,6.2032,3.5805,0,6.0908,3.9958,0,6.0768,4.7669,0 +PL 6.9317,3.1652,0,7.7863,3.1652,0,7.7863,3.1652,0,7.7863,3.1652,0 +PL 2.6899,5.8348,0,3.5235,5.9379,0,4.3711,6.024,0,5.2222,6.1017,0,4.8754,6.6653,0,4.4415,6.873,0,3.541,6.9026,0 +PL 5.653,5.8348,0,7.7863,5.8348,0,7.7863,5.8348,0,7.7863,5.8348,0 +PL 1.4119,6.6357,0,1.6847,7.435,0,1.9649,8.226,0,2.263,9,0 +PL 5.653,6.9026,0,5.2716,7.4492,0,4.6127,7.7162,0,3.1207,7.9323,0 +PL 6.0768,6.9026,0,6.9317,6.9026,0,6.9317,6.9026,0,6.9317,6.9026,0 +PL 5.8635,7.9323,0,6.0768,8.3023,0,6.2908,8.6554,0,6.5041,9,0 +PL 6.5041,7.9323,0,7.3625,7.9323,0,7.3625,7.9323,0,7.3625,7.9323,0 + +[5104] 億 +PL 4.3409,6.3688,0,4.7433,6.472,0,5.1636,6.558,0,5.5874,6.6356,0,5.7174,7.0058,0,5.8676,7.3589,0,6.0147,7.7035,0,5.3146,7.8067,0,4.6138,7.8928,0,3.9098,7.9704,0 +PL 2.2009,6.3688,0,2.7613,6.472,0,3.3322,6.558,0,3.9098,6.6356,0,3.5774,7.3971,0,3.2481,7.743,0,2.6314,7.9704,0 +PL 2.2009,0.267,0,2.3337,0.7233,0,2.4776,1.1711,0,2.6314,1.6017,0 +PL 3.9098,0,0,3.6124,0.4153,0,3.5,0.8306,0,3.4825,1.6017,0 +PL 4.3409,0,0,6.442,0,0,6.442,1.0679,0,6.442,1.0679,0,6.442,1.0679,0 +PL 7.7243,0.8009,0,7.5733,1.0679,0,7.4262,1.3349,0,7.297,1.6017,0 +PLC 6.8732,3.2034,0,3.0552,3.2034,0,3.0552,5.3009,0,6.8732,5.3009,0,6.8732,3.2034,0,6.8732,3.2034,0 +PL 3.4825,4.2714,0,6.442,4.2714,0,6.442,4.2714,0,6.442,4.2714,0 +PL 6.442,7.9704,0,7.297,7.9704,0,7.297,7.9704,0,7.297,7.9704,0 +PL 6.0147,6.3688,0,7.7243,6.3688,0,7.7243,6.3688,0,7.7243,6.3688,0 +L 1.3463,0,1.3463,6.5975 +PL 4.9941,0.8009,0,4.8432,1.0679,0,4.6961,1.3349,0,4.5668,1.6017,0 +A -6.1833,10.6278,8.5404,321.41,349.012 + +[5112] 儒 +PL 1.5324,0,0,1.4484,1.7812,0,1.3815,3.5453,0,1.3184,5.3009,0,1.1016,5.1371,0,0.8911,4.9563,0,0.6813,4.767,0 +PL 3.2413,0,0,3.2413,2.6314,0,3.7912,2.7345,0,4.3516,2.8207,0,4.9225,2.8984,0,5.0524,3.2684,0,5.1925,3.6215,0,5.3463,3.9661,0,4.4917,4.0693,0,3.6476,4.1554,0,2.814,4.2332,0 +PL 4.4917,0,0,4.4917,2.1357,0,4.4917,2.1357,0,4.4917,2.1357,0 +PL 5.7736,0,0,5.6233,0.8771,0,5.4762,1.7543,0,5.3463,2.6314,0 +PL 6.6285,0,0,7.4796,0,0,7.4796,2.6314,0,6.2009,2.6314,0,6.2009,2.6314,0,6.2009,2.6314,0 +PL 5.7736,4.2332,0,7.8785,4.2332,0,7.8785,4.2332,0,7.8785,4.2332,0 +PL 3.6686,5.3009,0,4.4917,5.3009,0,4.4917,5.3009,0,4.4917,5.3009,0 +PL 5.3463,5.3009,0,5.0489,7.1328,0,4.1873,7.4986,0,2.814,7.3983,0,2.814,6.3687,0,2.814,6.3687,0,2.814,6.3687,0 +PL 6.2009,5.3009,0,7.0558,5.3009,0,7.0558,5.3009,0,7.0558,5.3009,0 +PL 1.5324,5.8348,0,1.6442,7.113,0,1.8473,8.0524,0,1.9597,9,0 +PL 3.6686,6.3687,0,4.4917,6.3687,0,4.4917,6.3687,0,4.4917,6.3687,0 +PL 6.2009,6.3687,0,7.0558,6.3687,0,7.0558,6.3687,0,7.0558,6.3687,0 +PL 7.8785,6.3687,0,7.8785,7.3983,0,6.1066,7.6244,0,4.7897,8.0877,0,3.2413,8.4661,0 +PL 5.7736,8.4661,0,7.4796,8.4661,0,7.4796,8.4661,0,7.4796,8.4661,0 + +[511f] 償 +PL 1.2237,0.0001,0,1.1393,1.7812,0,1.0728,3.5454,0,1.0097,5.3009,0,0.7999,5.1371,0,0.5859,4.9564,0,0.3726,4.7671,0 +PL 2.5088,0.0001,0,3.6369,0.7755,0,3.6544,2.4916,0,3.3599,4.2332,0,6.7433,4.2332,0,6.4631,1.7882,0,6.4631,0.6907,0,6.7433,0.0001,0,7.5698,0.0001,0,7.5698,0.0001,0,7.5698,0.0001,0 +PL 4.1833,1.0679,0,5.8922,1.0679,0,5.8922,1.0679,0,5.8922,1.0679,0 +PL 3.7595,2.1357,0,6.3233,2.1357,0,6.3233,2.1357,0,6.3233,2.1357,0 +PL 3.7595,3.2035,0,6.3233,3.2035,0,6.3233,3.2035,0,6.3233,3.2035,0 +PLC 3.7595,5.6711,0,3.7595,6.3687,0,6.3233,6.3687,0,6.3233,5.3009,0,3.7595,5.3009,0 +PL 1.2237,5.8349,0,1.3355,7.1386,0,1.5421,8.0778,0,1.6545,9.0001,0 +PL 2.5088,6.3687,0,2.5088,7.4366,0,2.9116,7.5397,0,3.3322,7.6258,0,3.7595,7.7035,0,3.6159,7.9705,0,3.4825,8.2374,0,3.3599,8.5044,0 +PL 7.5698,6.3687,0,7.5698,7.4366,0,4.1833,7.4366,0,4.1833,7.4366,0,4.1833,7.4366,0 +PL 5.0376,7.9705,0,5.0376,9.0001,0,5.0376,9.0001,0,5.0376,9.0001,0 + +[512a] 優 +PL 1.655,0,0,1.5745,1.7811,0,1.5006,3.5453,0,1.4445,5.3009,0,1.2312,5.1372,0,1.0246,4.9562,0,0.8316,4.7671,0 +PL 2.5093,0,0,3.4588,0.0396,0,4.1242,0.3164,0,5.0734,1.0678,0,4.7056,1.411,0,4.3484,1.7542,0,4.0052,2.0975,0,3.6409,1.9435,0,3.2833,1.7811,0,2.9401,1.6018,0 +PL 6.7511,0,0,6.3234,0.3702,0,5.8961,0.7232,0,5.4723,1.0678,0,5.7459,1.5142,0,6.0261,1.9435,0,6.3234,2.3644,0,5.6198,2.5538,0,4.9189,2.7346,0,4.2188,2.8984,0,4.4079,3.6399,0,4.313,4.3815,0,4.2188,5.3009,0,2.5093,5.3009,0,2.5093,5.3009,0,2.5093,5.3009,0 +PL 7.1784,0,0,8.0295,0,0,8.0295,0,0,8.0295,0,0 +PL 2.9401,3.1654,0,3.07,3.5354,0,3.2101,3.8886,0,3.3639,4.2331,0 +PL 5.0734,3.6992,0,6.3234,3.6992,0,6.3234,3.6992,0,6.3234,3.6992,0 +PL 4.6461,5.3009,0,6.7511,5.3009,0,6.7511,6.3687,0,5.7525,6.205,0,4.7687,6.0241,0,3.7912,5.8349,0 +PL 7.1784,5.3009,0,8.0295,5.3009,0,8.0295,5.3009,0,8.0295,5.3009,0 +PL 1.655,5.8349,0,1.7667,7.1131,0,1.9699,8.0523,0,2.0823,9.0001,0 +PL 3.7912,7.1314,0,4.2188,7.2346,0,4.6461,7.3207,0,5.0734,7.3983,0,5.0734,8.4662,0,2.9401,8.4662,0,2.9401,8.4662,0,2.9401,8.4662,0 +PL 6.7511,7.1314,0,6.3234,7.2346,0,5.8961,7.3207,0,5.4723,7.3983,0 +PL 5.4723,8.4662,0,7.6057,8.4662,0,7.6057,8.4662,0,7.6057,8.4662,0 + +[5143] 元 +PL 4.3675,5.7965,0,4.3675,0,0,7.3267,0,0,7.3267,1.5633,0 +L 0.9802,8.4661,6.0766,8.4661 +L 6.8994,5.7965,0.126,5.7965 +A -6.6726,5.7965,8.9342,319.55,360 + +[5144] 兄 +PLC 1.3155,4.7669,0,5.9846,4.7669,0,5.9846,8.4661,0,1.3155,8.4661,0 +PL 4.3066,4.7669,0,4.3017,2,0.1231,4.8039,0,0,6.8388,0,0,6.8388,1.5633,0 +A -3.4619,4.7669,6.0593,308.122,360 + +[5145] 充 +PL 1.0446,0,0,1.8186,0.8772,0,2.6032,1.7543,0,3.3947,2.6314,0,3.3947,4.767,0,1.2579,4.767,0,1.2579,4.767,0,1.2579,4.767,0 +PL 5.4997,0,0,5.1915,0.5523,0,5.023,1.9265,0,4.8584,5.3009,0,4.5012,5.1371,0,4.1618,4.9563,0,3.8252,4.767,0 +PL 5.927,0,0,7.6358,0,0,7.6358,1.6018,0,7.6358,1.6018,0,7.6358,1.6018,0 +PL 7.2085,4.5001,0,6.9108,4.9563,0,6.6271,5.404,0,6.3575,5.8348,0,6.0597,5.671,0,5.776,5.4901,0,5.4997,5.3009,0 +PL 2.9674,5.3009,0,3.2438,5.9379,0,3.5275,6.558,0,3.8252,7.1696,0,2.8238,7.2459,0,1.8396,7.3221,0,0.8625,7.3983,0 +PL 4.2493,7.3983,0,4.2493,9,0,4.2493,9,0,4.2493,9,0 +PL 4.6763,7.3983,0,7.6358,7.3983,0,7.6358,7.3983,0,7.6358,7.3983,0 + +[5146] 兆 +PL 1.0783,0,0,2.7314,2.267,0,3.3408,3.3644,0,3.4284,4.2331,0,2.5703,3.8885,0,1.716,3.5353,0,0.865,3.1653,0 +PL 5.5334,0,0,5.2325,0.6892,0,5.1201,3.0225,0,5.1026,9,0 +PL 5.9537,0,0,8.094,0,0,8.094,1.5637,0,8.094,1.5637,0,8.094,1.5637,0 +PL 7.6632,3.1653,0,6.7351,3.9167,0,6.1778,4.1935,0,5.5334,4.2331,0 +PL 3.4284,4.767,0,3.4284,9,0,3.4284,9,0,3.4284,9,0 +PL 5.5334,5.8347,0,6.0871,6.5481,0,6.6612,7.2444,0,7.2429,7.9324,0 +PL 2.1433,6.5975,0,1.8453,7.0537,0,1.5651,7.5015,0,1.2887,7.9324,0 + +[5148] 先 +PL 4.24,4.7669,0,4.2558,1.7683,0,4.3668,0.5324,0,4.6673,0,0,6.8027,0,0,6.8027,1.5634,0 +PL 0.6402,0,0,1.7757,1.5324,0,2.3827,2.8022,0,2.562,4.7669,0 +PL 4.24,7.3982,0,5.9485,7.3982,0,1.2808,7.3982,0 +L 0.4265,5.8348,1.8643,8.4662 +L 3.4166,8.9999,3.4166,4.7669 +L -0.0004,4.7669,6.8027,4.7669 + +[5149] 光 +PL 5.5289,0,0,7.2349,0,0,7.2349,1.602,0,7.2349,1.602,0,7.2349,1.602,0 +PL 5.13,0,0,4.8323,0.5524,0,4.7198,1.9267,0,4.7023,5.3011,0,3.4239,5.3011,0,3.4239,5.3011,0,3.4239,5.3011,0 +PL 0.4612,0,0,1.8653,1.671,0,2.7129,3.1216,0,2.9966,5.3011,0,0.4612,5.3011,0,0.4612,5.3011,0,0.4612,5.3011,0 +PL 2.142,6.6359,0,1.8653,7.2458,0,1.5925,7.8559,0,1.3154,8.4663,0 +PL 3.8512,5.8349,0,3.8512,9,0,3.8512,9,0,3.8512,9,0 +PL 5.13,5.3011,0,7.2349,5.3011,0,7.2349,5.3011,0,7.2349,5.3011,0 +PL 5.5289,6.3687,0,5.8059,7.082,0,6.0861,7.7784,0,6.3835,8.4663,0 + +[514b] 克 +PL 0.4634,0.0381,0,1.2237,0.7514,0,1.9978,1.4478,0,2.7823,2.1356,0,2.7823,3.7372,0,1.5285,3.7372,0,1.5285,6.3687,0,3.6369,6.3687,0,3.0485,7.9533,0,1.7067,8.1397,0,0.2501,7.9703,0 +PL 4.915,0.0381,0,4.6173,0.531,0,4.509,1.49,0,4.4912,3.7372,0,3.2061,3.7372,0,3.2061,3.7372,0,3.2061,3.7372,0 +PL 5.3423,0.0381,0,7.02,0.0381,0,7.02,1.6017,0,7.02,1.6017,0,7.02,1.6017,0 +PL 4.915,3.7372,0,5.7419,3.7372,0,5.7419,6.3687,0,4.0607,6.3687,0,4.0607,6.3687,0,4.0607,6.3687,0 +PL 4.0607,7.9703,0,3.9133,8.3403,0,3.7662,8.6934,0,3.6369,9.0381,0 +PL 4.4912,7.9703,0,7.02,7.9703,0,7.02,7.9703,0,7.02,7.9703,0 + +[514d] 免 +PL 0.2756,0,0,1.0423,0.7134,0,1.8132,1.4096,0,2.5974,2.0974,0,2.5974,3.6992,0,0.8882,3.6992,0,0.8882,5.7966,0,0.615,5.9859,0,0.3418,6.1667,0,0.0616,6.3306,0 +PLC 1.3155,6.3306,0,0.8882,6.8644,0,2.1736,8.4662,0,2.8741,8.3884,0,3.5816,8.3023,0,4.3066,8.1992,0,3.8796,7.5876,0,3.452,6.9676,0,3.0247,6.3306,0 +PL 4.6992,3.6992,0,5.9846,3.6992,0,5.9846,6.3306,0,4.3521,6.3546,0,3.6201,5.9124,0,3.452,4.2331,0 +PL 4.6992,0,0,4.4221,0.4929,0,4.3206,1.452,0,4.3066,3.6992,0,3.0247,3.6992,0 +PL 5.1296,0,0,6.8388,0,0,6.8388,1.5636,0 + +[5150] 児 +PL 1.0783,0,0,1.5651,0.5339,0,2.0593,1.0679,0,2.5703,1.6017,0,2.5703,3.1652,0 +PL 5.1026,0,0,4.8049,0.4732,0,4.6931,1.2938,0,4.6788,3.1652,0 +PL 5.5334,0,0,7.6632,0,0,7.6632,1.6017,0 +L 1.716,3.6991,1.716,9 +PLC 3.8522,8.4661,0,7.2429,8.4661,0,7.2429,4.233,0,3.8522,4.233,0 +L 4.2798,6.3688,6.8121,6.3688 + +[515a] 党 +PL 0.4313,0,0,1.5346,1.1116,0,2.2355,2.13,0,2.7535,3.6992,0,1.8957,3.6992,0,1.8957,5.8349,0,5.2857,5.8349,0,5.2857,3.6992,0,4.4592,3.6992,0,4.4732,1.452,0,4.5747,0.4931,0,4.8549,0,0,6.9918,0,0,6.9918,1.6018,0,6.9918,1.6018,0,6.9918,1.6018,0 +PL 3.1738,3.6992,0,4.0319,3.6992,0,4.0319,3.6992,0,4.0319,3.6992,0 +PL 0.2177,5.8349,0,0.2177,7.3983,0,1.8957,7.3983,0,1.8814,8.1695,0,1.7696,8.5848,0,1.4649,9.0001,0 +PL 6.9918,5.8349,0,6.9918,7.3983,0,2.323,7.3983,0,2.323,7.3983,0,2.323,7.3983,0 +PL 3.6046,7.9323,0,3.6046,9.0001,0,3.6046,9.0001,0,3.6046,9.0001,0 +PL 5.2857,7.9323,0,5.4157,8.3024,0,5.5558,8.6555,0,5.7095,9.0001,0 + +[5165] 入 +PL 6.986,0.0001,-0.1359,3.3863,8.4662,0,1.2814,8.4662,0 +PL -0.0002,0,0,1.7976,2.8402,0,2.565,4.2146,0,2.959,5.3007,0,4.1148,5.3007,0 + +[5168] 全 +PL 0.8281,0,0,3.8196,0,0,3.7355,1.8855,0,3.2732,2.5508,0,2.11,2.6312,0 +PL 4.2469,2.6312,0,3.9453,3.0861,0,3.8336,3.7783,0,3.8196,5.3007,0,2.1769,5.4109,0,1.2032,5.5211,0,0.4288,5.3007,0 +PL 4.6461,2.6312,0,5.4972,2.6312,0,5.4972,2.6312,0,5.4972,2.6312,0 +PL 4.2469,5.3007,0,5.4412,5.3191,0,5.9876,5.4477,0,6.355,5.7966,0,5.4972,6.8644,0,4.6528,7.932,0,3.8196,8.9999,0,3.0942,8.1215,0,2.3867,7.2343,0,1.6827,6.3306,0 +PL 4.2469,0,0,6.7756,0,0,6.7756,0,0,6.7756,0,0 + +[516b] 八 +PL 7.2306,0,0,5.644,2.9066,0,4.871,5.3558,0,4.6679,8.4662,0 +PL -0.0002,0,0,1.2043,2.7429,0,1.9073,5.0622,0,2.1356,7.9322,0 + +[516c] 公 +L 0.4288,3.6992,2.5412,8.4661 +L 5.0661,8.9998,7.6334,3.6992 +L 5.9245,2.6312,7.6089,0 +L 3.8196,5.2626,2.4462,0.1276 +A 0.4288,15.9033,15.9033,270,293.469 + +[516d] 六 +L -0.0003,6.8643,6.7727,6.8643 +L 3.3862,6.8643,3.3862,8.9999 +PL -0.0003,0.5338,0,2.0563,3.8982,0,2.1355,4.7669,0 +PL 6.7727,0.5338,0,4.7164,3.8982,0,4.6373,4.7669,0 + +[5171] 共 +PL 2.7803,3.2034,0,5.3126,3.2034,0,4.5456,6.8348,0,3.1232,7.034,0,2.3527,9.0383,0 +PL 0.2165,3.2034,0,2.3527,3.2034,0,2.3565,5.5524,0,1.9849,6.6385,0,0.647,6.9026,0 +PL 5.7434,3.2034,0,7.4176,3.2034,0,7.4176,3.2034,0,7.4176,3.2034,0 +PL 6.1672,6.9026,0,7.0215,6.9026,0,7.0215,6.9026,0,7.0215,6.9026,0 +PL 5.7434,6.9026,0,5.4387,7.3377,0,5.3298,7.8914,0,5.3126,9.0383,0 +PL 0.8575,0,0,1.3478,0.7233,0,1.8448,1.438,0,2.3527,2.1357,0 +PL 6.5945,0,0,6.1672,0.7233,0,5.7434,1.438,0,5.3126,2.1357,0 + +[5175] 兵 +PL 0.5239,0,0,1.1652,0.5339,0,1.8058,1.0678,0,2.4436,1.6017,0 +PL 7.1124,0,0,6.5341,0.5339,0,5.9636,1.0678,0,5.4063,1.6017,0 +PL 0.3141,2.6314,0,2.0198,2.6314,0,2.0198,7.9322,0,4.2439,8.0707,0,5.4382,8.3276,0,6.2574,8.4662,0 +PL 2.4436,2.6314,0,5.4063,2.6314,0,5.4063,5.8349,0,2.4436,5.8349,0,2.4436,5.8349,0,2.4436,5.8349,0 +PL 5.8336,2.6314,0,7.5432,2.6314,0,7.5432,2.6314,0,7.5432,2.6314,0 +PL 5.8336,5.8349,0,7.1124,5.8349,0,7.1124,5.8349,0,7.1124,5.8349,0 + +[5177] 具 +PL 1.4128,0,0,1.9028,0.37,0,2.3932,0.7232,0,2.9084,1.0678,0 +PL 7.1495,0,0,6.7222,0.37,0,6.2918,0.7232,0,5.8645,1.0678,0 +L 0.768,2.1356,8.0006,2.1356 +PLC 2.0499,8.5043,0,6.7222,8.5043,0,6.7222,3.7372,0,2.0499,3.7372,0 +L 2.4772,5.3009,6.2918,5.3009 +L 2.4772,6.9027,6.2918,6.9027 + +[5178] 典 +PL 0.2756,0,0,0.7624,0.3701,0,1.2559,0.7232,0,1.7431,1.0678,0 +PL 6.4084,0,0,5.9846,0.3701,0,5.5569,0.7232,0,5.1296,1.0678,0 +PL 0.0616,2.1356,0,0.8882,2.1356,0,0.8882,7.3983,0,1.9284,7.4661,0,2.4541,7.8898,0,2.5974,9,0 +PL 1.3155,2.1356,0,2.5974,2.1356,0,2.5693,3.7839,0,2.2615,4.5679,0,1.3155,4.767,0 +PL 3.0247,2.1356,0,4.3066,2.1356,0,4.1139,4.3205,0,3.543,4.6922,0,2.5974,5.3009,0,3.039,7.2344,0,3.8653,7.6257,0,4.3066,9,0 +PL 4.6992,2.1356,0,5.9846,2.1356,0,5.9846,4.767,0,5.0634,4.7867,0,4.6323,4.9252,0,4.3066,5.3009,0,4.3665,5.9379,0,4.426,6.558,0,4.4887,7.1695,0,4.979,7.2457,0,5.4729,7.322,0,5.9846,7.3983,0,5.9846,5.3009,0 + +[517c] 兼 +PL 2.6294,0.0152,0,2.5453,0.9191,0,2.4753,1.8061,0,2.4126,2.6847,0,1.6277,1.987,0,0.8607,1.2723,0,0.094,0.5491,0 +PL 4.3354,0.0152,0,4.3354,3.2186,0,0.9482,3.2186,0,0.9482,3.2186,0,0.9482,3.2186,0 +PL 6.8674,0.5491,0,5.3543,2.3076,0,4.5908,3.405,0,3.9043,4.7821,0,3.2917,4.744,0,2.959,4.477,0,2.6294,3.7525,0 +PL 5.1932,3.2186,0,6.0166,3.2186,0,5.873,4.3697,0,5.4524,4.7497,0,4.7624,4.7821,0,4.465,5.316,0,4.1848,5.85,0,3.9043,6.3838,0,3.0532,6.3838,0,2.7558,5.85,0,2.4753,5.316,0,2.1989,4.7821,0,0.094,4.7821,0,0.094,4.7821,0,0.094,4.7821,0 +PL 6.4404,4.7821,0,6.1388,5.1974,0,6.0341,5.6127,0,6.0166,6.3838,0,4.9028,6.4856,0,4.4296,6.9431,0,4.3354,7.9855,0,3.0532,7.9855,0,2.7558,7.4516,0,2.4753,6.9177,0,2.1989,6.3838,0,0.9482,6.3838,0,0.9482,6.3838,0,0.9482,6.3838,0 +PL 0.094,7.9855,0,1.593,8.0053,0,2.2515,8.1437,0,2.6294,8.5194,0,2.4753,8.7087,0,2.3352,8.8894,0,2.1989,9.0534,0 +PL 4.7624,8.2524,0,4.8955,8.5194,0,5.0391,8.7864,0,5.1932,9.0534,0 +PL 5.1932,7.9855,0,7.2947,7.9855,0,7.2947,7.9855,0,7.2947,7.9855,0 + +[5185] 内 +PL 0.6153,0,0,0.6153,7.3983,0,6.531,7.3983,0,6.531,0,0,5.2802,0,0 +PL 0.6175,1.9743,0.2551,3.5749,7.3983,0,3.5749,8.9998,0 +A 10.0226,7.3983,6.4503,180,237.234 + +[5186] 円 +PL -0.0003,0,0,-0.0003,8.4662,0,5.9489,8.4662,0,5.9489,0,0,4.6674,0,0 +L 2.9894,8.4662,2.9894,4.2328 +L -0.0003,4.2328,5.9489,4.2328 + +[518a] 冊 +PL 5.9567,0,0,6.8151,0,0,6.8151,8.5042,0,1.7156,8.5042,0,1.7156,0,0 +L 0.8645,4.7669,7.6378,4.7669 +L 3.3967,8.5042,3.3967,0 +L 5.1056,8.5042,5.1056,0 + +[518d] 再 +PL 5.1355,0,0,6.4135,0,0,5.8815,2.9283,0,4.6168,3.4915,0,3.1111,3.2235,0,1.8463,3.6587,0,1.3139,6.3305,0,2.8795,6.3335,0,3.6641,6.8107,0,3.8816,8.4661,0,0.4628,8.4661,0,0.4628,8.4661,0,0.4628,8.4661,0 +PL 1.7447,4.767,0,3.4543,4.767,0,3.7306,5.2994,0,4.0007,5.8236,0,4.277,6.3305,0,6.4135,6.3305,0,6.4135,5.2628,0,6.4135,5.2628,0,6.4135,5.2628,0 +PL 6.8408,3.1653,0,6.5396,3.5806,0,6.4279,3.9959,0,6.4135,4.767,0,4.277,4.767,0,4.1334,4.4224,0,4.0007,4.0692,0,3.8816,3.6992,0 +PL 4.277,8.4661,0,7.2646,8.4661,0,7.2646,8.4661,0,7.2646,8.4661,0 +PL 1.3139,0,0,1.3139,2.6314,0,1.0236,2.8207,0,0.7399,3.0015,0,0.4628,3.1653,0 + +[5192] 冒 +PLC 2.0495,1.4379,0,2.0495,4.2712,0,5.864,4.2712,0,5.864,0,0,2.0495,0,0 +PL 2.4452,1.6018,0,5.4367,1.6018,0,5.4367,1.6018,0,5.4367,1.6018,0 +PL 2.4452,2.6696,0,5.4367,2.6696,0,5.4367,2.6696,0,5.4367,2.6696,0 +PLC 1.1914,6.7388,0,1.1914,8.5043,0,6.6867,8.5043,0,6.6867,5.8349,0,1.1914,5.8349,0 +PL 1.6222,7.4365,0,6.2913,7.4365,0,6.2913,7.4365,0,6.2913,7.4365,0 + +[5197] 冗 +PL 0.2167,0.0382,0,1.5897,2.1455,0,2.059,3.7529,0,2.1084,6.3687,0,4.2449,6.3687,0,4.0554,2.6597,0,4.427,0.6455,0,6.7768,0.0382,0,6.7768,1.6018,0,6.7768,1.6018,0,6.7768,1.6018,0 +PL 0.0034,6.9026,0,0.0034,8.5043,0,6.3498,8.5043,0,6.3498,6.9026,0,6.3498,6.9026,0,6.3498,6.9026,0 + +[5199] 写 +PL 4.1603,0,0,5.2986,0.4295,0,5.8029,1.452,0,5.4387,2.6696,0,0.7695,2.6696,0 +PL 6.2652,2.6696,0,5.9605,3.0779,0,5.8516,3.6216,0,5.8341,4.7671,0,2.0203,4.7671,0,2.0203,3.6993,0 +L 6.6925,2.6696,7.9709,2.6696 +L 2.4507,5.3009,2.4507,7.4366 +L 2.8745,6.3687,6.2652,6.3687 +PL 0.7695,6.9026,0,0.7695,8.4663,0,7.9709,8.4663,0,7.9709,6.9026,0 + +[51a0] 冠 +PL 0.7075,0,0,1.3379,1.4195,0,1.5446,2.6611,0,1.5656,4.2331,0,0.7075,4.2331,0,0.7075,4.2331,0,0.7075,4.2331,0 +PL 3.6706,0,0,3.3659,0.5127,0,3.2573,1.6103,0,3.2398,4.2331,0,1.9894,4.2331,0,1.9894,4.2331,0,1.9894,4.2331,0 +PL 4.0944,0,0,7.4851,0,0,7.4851,1.0297,0,7.4851,1.0297,0,7.4851,1.0297,0 +PL 5.8039,1.5636,0,6.6266,1.5636,0,6.5745,4.2104,0,6.0593,5.1709,0,4.5217,5.3009,0 +PL 7.0543,5.3009,0,6.7531,5.6893,0,6.6442,6.0947,0,6.6266,6.8645,0 +PL 1.1383,6.3304,0,3.6706,6.3304,0,3.6706,6.3304,0,3.6706,6.3304,0 +PL 0.7075,7.3984,0,0.7075,8.4662,0,7.4851,8.4662,0,7.4851,7.3984,0,7.4851,7.3984,0,7.4851,7.3984,0 + +[51ac] 冬 +PL 0.8036,6,0.1694,3.5,9,0,6.1583,8.2878,0 +L 5.6998,0,3.1007,1.5 +L 3.5,3.9002,5.3006,2.1 +A -2.7025,11.9068,9.5705,291.463,342.318 +A 11.5031,11.9068,9.5705,205.255,248.537 + +[51b7] 冷 +L 1.0446,7.3983,0.2177,8.4661 +L 1.4649,4.2712,0.2177,0.8008 +PL 6.9599,5.8348,0,4.6451,9.0001,0,2.323,5.8348,0 +L 3.6046,6,5.7095,6 +PL 2.7535,3.6991,0,6.5641,3.6991,0,6.5641,1.0679,0,5.7095,1.0679,0 +L 4.4592,3.6991,4.4592,0 + +[51c6] 准 +PL 0.1592,0.0001,0,0.3767,1.5551,0,0.7896,2.9577,0,1.0103,4.2332,0 +PL 2.6848,0.0001,0,2.6704,4.5015,0,2.5657,6.2911,0,2.2641,6.9027,0,2.1104,6.7388,0,1.9668,6.5581,0,1.8337,6.3687,0 +PL 3.1152,0.0001,0,4.8244,0.0001,0,4.7474,1.8956,0,4.292,2.5793,0,3.1152,2.6696,0 +PL 5.2202,0.0001,0,7.3567,0.0001,0,7.3567,0.0001,0,7.3567,0.0001,0 +PL 5.2202,2.6696,0,4.5866,3.9592,0,4.3201,4.5962,0,3.1152,4.7671,0 +PL 5.6475,2.6696,0,6.9294,2.6696,0,6.9294,2.6696,0,6.9294,2.6696,0 +PL 5.2202,4.7671,0,4.2153,5.9606,0,3.2417,7.0185,0,2.6848,7.7035,0,2.8179,8.1498,0,2.9646,8.5792,0,3.1152,9.0001,0 +PL 5.6475,4.7671,0,6.9294,4.7671,0,6.9294,4.7671,0,6.9294,4.7671,0 +PL 5.2202,6.9027,0,4.9575,7.5142,0,4.9575,8.058,0,5.2202,9.0001,0 +PL 5.6475,6.9027,0,7.3567,6.9027,0,7.3567,6.9027,0,7.3567,6.9027,0 +PL 1.0103,7.4366,0,0.7129,7.8067,0,0.4323,8.1597,0,0.1592,8.5044,0 + +[51cd] 凍 +PL 0.1577,0.2822,0,0.585,1.4262,0,1.0123,2.5704,0,1.436,3.7144,0 +PL 4.8229,0.0152,0,4.7424,0.8924,0,4.6758,1.7694,0,4.6128,2.6466,0,3.8286,1.9489,0,3.0577,1.2341,0,2.291,0.511,0 +PL 6.9629,0.511,0,5.6845,2.2454,0,4.7249,2.8951,0,3.1421,3.1805,0,3.1421,6.3457,0,4.0454,6.3754,0,4.4765,6.583,0,4.8229,7.1466,0,4.6758,7.4135,0,4.5291,7.6805,0,4.3991,7.9475,0,2.291,7.9475,0,2.291,7.9475,0,2.291,7.9475,0 +PL 5.6775,3.1805,0,6.5325,3.1805,0,6.5325,4.7821,0,5.2537,4.7821,0,5.0996,4.4375,0,4.956,4.0844,0,4.8229,3.7144,0 +PL 3.5725,4.7821,0,4.3991,4.7821,0,4.6758,5.3146,0,4.956,5.8387,0,5.2537,6.3457,0,6.5325,6.3457,0,6.5325,5.3161,0,6.5325,5.3161,0,6.5325,5.3161,0 +PL 1.0123,7.4135,0,0.7145,7.7836,0,0.4343,8.1367,0,0.1577,8.4814,0 +PL 5.2537,7.9475,0,5.0996,8.3175,0,4.956,8.6706,0,4.8229,9.0152,0 +PL 5.6775,7.9475,0,7.3867,7.9475,0,7.3867,7.9475,0,7.3867,7.9475,0 + +[51dd] 凝 +PL 1.534,0,0,1.9543,0.7232,0,2.3847,1.4378,0,2.812,2.1356,0,2.4796,2.5113,0,2.1465,2.6496,0,1.534,2.6695,0 +PL 3.6631,0,0,3.793,0.1892,0,3.9433,0.3701,0,4.0939,0.5339,0,3.793,0.904,0,3.5128,1.2571,0,3.2393,1.6017,0 +PL 5.7681,0.2669,0,5.3443,0.5339,0,4.917,0.8008,0,4.4897,1.0678,0,4.4897,3.6991,0,4.4897,3.6991,0,4.4897,3.6991,0 +PL 6.1989,0,0,7.4811,0,0,7.4811,0,0,7.4811,0,0 +PL 0.2797,1.0678,0,0.3813,2.0353,0,0.5704,3.113,0,0.6759,4.767,0 +PL 5.7681,1.0678,0,5.7681,5.8347,0,4.4897,5.8347,0,4.4897,5.8347,0,4.4897,5.8347,0 +PL 3.2393,2.6695,0,2.9381,3.1031,0,2.8264,3.6469,0,2.812,4.767,0,2.1921,4.7273,0,1.8593,4.4505,0,1.534,3.6991,0 +PL 6.1989,3.2033,0,7.0538,3.2033,0,7.0538,3.2033,0,7.0538,3.2033,0 +PL 7.0538,4.767,0,7.1831,5.0338,0,7.3267,5.3008,0,7.4811,5.5678,0,6.546,5.993,0,5.9887,6.4775,0,5.3443,7.4364,0 +PL 1.9543,5.5678,0,2.1465,6.3474,0,2.0523,7.3559,0,1.9543,9,0 +PL 2.812,6.3686,0,3.6631,6.3686,0,3.6631,7.4364,0,3.6631,7.4364,0,3.6631,7.4364,0 +PL 0.6759,7.7034,0,0.5319,7.9689,0,0.4023,8.2259,0,0.2797,8.4661,0 +PL 6.1989,7.4364,0,6.3253,7.7034,0,6.4756,7.9703,0,6.6265,8.2372,0,5.905,8.3136,0,5.194,8.3898,0,4.4897,8.4661,0 +PL 2.5987,7.9703,0,2.9416,8.1496,0,3.2988,8.3121,0,3.6631,8.4661,0 + +[51e1] 凡 +PL 0.5838,0,0,1.7326,2.6201,0,1.9424,5.6045,0,1.8688,8.5043,0,5.6798,8.5043,0,5.4137,4.4859,0,5.6129,1.298,0,7.7848,0,0,7.7848,1.6018,0,7.7848,1.6018,0,7.7848,1.6018,0 +PL 3.9703,4.0043,0,3.6764,4.6145,0,3.3962,5.2247,0,3.1157,5.8349,0 + +[51e6] 処 +PL 0.3141,0,0,0.8671,0.7994,0,1.4415,1.5905,0,2.0198,2.3644,0,1.6555,3.1653,0,1.2944,3.9661,0,0.9477,4.767,0,0.734,4.6031,0,0.5239,4.4223,0,0.3141,4.233,0 +PL 4.5486,0,0,3.8477,0.7133,0,3.1437,1.4096,0,2.4436,2.0974,0 +PL 4.979,0,0,7.5432,0,0,7.5432,0,0,7.5432,0,0 +PL 3.7286,2.0974,0,4.4712,4.2146,0,4.6008,6.1963,0,4.5486,8.4661,0,6.2574,8.4661,0,6.2574,2.0974,0,7.5432,2.0974,0,7.5432,3.6992,0,7.5432,3.6992,0,7.5432,3.6992,0 +PL 2.4436,3.4323,0,3.046,5.1554,0,3.2702,6.1836,0,3.2978,7.3983,0,1.547,7.2091,0,1.2944,6.5453,0,0.734,5.2627,0 +PL 1.5925,7.9322,0,1.5925,9,0,1.5925,9,0,1.5925,9,0 + +[51f6] 凶 +PL 0.0639,0,0,0.0639,7.9703,0,0.0639,7.9703,0,0.0639,7.9703,0 +PL 0.4909,0,0,6.8657,0,0,6.8657,7.9703,0,6.8657,7.9703,0,6.8657,7.9703,0 +PL 1.3455,1.6017,0,2.1756,2.668,0,3.0267,3.726,0,3.8781,4.767,0,3.0267,5.4902,0,2.1756,6.2047,0,1.3455,6.9025,0 +PL 5.587,1.8687,0,5.1565,2.668,0,4.7359,3.459,0,4.3054,4.2329,0 +PL 4.3054,5.5678,0,4.9075,6.9209,0,5.1281,7.6723,0,5.1565,8.4661,0 + +[51f8] 凸 +PLC 1.0446,1.6154,0,1.0446,4.7821,0,2.7223,4.7821,0,2.7223,8.4814,0,5.6783,8.4814,0,5.6783,4.7821,0,7.3907,4.7821,0,7.3907,0.0152,0,1.0446,0.0152,0 + +[51f9] 凹 +PLC 1.0431,2.8489,0,1.0431,8.5042,0,3.1792,8.5042,0,3.1792,3.7373,0,5.2842,3.7373,0,5.2842,8.5042,0,7.4211,8.5042,0,7.4211,0,0,1.0431,0,0 + +[51fa] 出 +L 3.3862,0,3.3999,8.9999 +PL 0.427,8.4662,0,0.427,5.3007,0,6.3454,5.3007,0,6.3454,8.4662,0 +PL 6.7727,3.6993,0,6.7727,0,0,0.0001,0,0,0.0001,3.6993,0 + +[5200] 刀 +PL 1.0431,9.0001,0,8.2476,9.0001,0,8.2476,6.0001,-0.1468,6.4478,0.0001,0,5.5437,0,0 +PL 3.7431,9.0001,0,3.7431,6.0001,-0.2146,1.0424,0.0001,0 + +[5203] 刃 +PL 0.9235,0,0,1.8408,1.0664,0,2.7623,2.1243,0,3.6974,3.1653,0,3.6134,3.6991,0,3.5465,4.2331,0,3.487,4.767,0,2.9791,5.137,0,2.4786,5.4901,0,1.9879,5.8348,0 +PL 5.3786,0,0,6.6602,0,0,7.4903,2.7373,0,7.5953,5.5509,0,7.5113,8.4661,0,4.1279,8.4661,0,4.1279,5.3008,0,4.1279,5.3008,0,4.1279,5.3008,0 +PL 5.3786,2.6695,0,4.9513,3.2021,0,4.531,3.726,0,4.1279,4.2331,0 +PL 1.1333,8.4661,0,3.6974,8.4661,0,3.6974,8.4661,0,3.6974,8.4661,0 + +[5206] 分 +L 0.0006,4.767,2.1357,8.4662 +L 4.6673,8.9999,7.2311,4.767 +PL 1.2811,4.767,0,5.5219,4.767,0,5.5219,3.2444,-0.1292,4.6697,0,0,3.8141,0,0 +A -3.2749,4.8922,6.2666,308.677,358.855 + +[5207] 切 +L 0.1577,5.7965,2.7214,6.3303 +PL 1.0123,8.9998,0,0.9807,2.6312,0,2.7214,2.6312,0,2.7214,3.6992,0 +PL 3.1421,7.9322,0,7.359,7.9322,0,7.359,3,-0.3159,5.2499,0,0 +A -9.5161,8.4552,14.3507,323.901,357.911 + +[5208] 刈 +PL 6.1712,0,0,7.4527,0,0,7.4527,9.0001,0,7.4527,9.0001,0,7.4527,9.0001,0 +PL 0.6793,0.534,0,1.3795,1.8672,0,2.0803,3.1922,0,2.7843,4.5,0,2.2131,5.4802,0,1.6565,6.4436,0,1.1066,7.3984,0 +PL 4.0627,1.8306,0,3.7682,2.6314,0,3.4845,3.4324,0,3.2081,4.2331,0 +PL 5.3166,2.6314,0,5.3166,7.9322,0,5.3166,7.9322,0,5.3166,7.9322,0 +PL 3.2081,5.3009,0,3.3198,6.2232,0,3.5303,7.1625,0,3.6389,8.4662,0 + +[520a] 刊 +PL 2.5093,0,0,2.5898,2.9335,0,2.296,4.7062,0,0.8316,5.3008,0 +PL 6.3234,0,0,7.6057,0,0,7.6057,8.9999,0 +L 5.4723,2.1355,5.4723,7.9703 +PL 2.9401,5.3008,0,2.6353,5.7753,0,2.5236,6.6059,0,2.5093,8.5044,0,1.2589,8.5044,0 +L 3.3639,5.3008,4.2188,5.3008 +L 2.9401,8.5044,3.7912,8.5044 + +[5211] 刑 +PL 0.7075,0,0,1.6041,2.0692,0,1.9509,4.2739,0,0.7075,5.3008,0 +PL 3.6706,0,0,3.2331,4.1356,0,2.4272,5.7797,0,1.9894,8.4661,0,0.7075,8.4661,0,0.7075,8.4661,0,0.7075,8.4661,0 +PL 6.6266,0,0,7.4851,0,0,7.4851,9,0,7.4851,9,0,7.4851,9,0 +PL 5.8039,2.1356,0,5.8039,7.9703,0,5.8039,7.9703,0,5.8039,7.9703,0 +PL 4.0944,5.3008,0,3.797,5.774,0,3.6881,6.5946,0,3.6706,8.4661,0,2.3855,8.4661,0,2.3855,8.4661,0,2.3855,8.4661,0 +PL 4.0944,8.4661,0,4.9493,8.4661,0,4.9493,8.4661,0,4.9493,8.4661,0 + +[5217] 列 +PL 0.9532,0,0,2.3195,1.7034,0,2.9216,2.5932,0,3.2721,3.4323,0,2.7012,3.8885,0,2.144,4.3362,0,1.5945,4.7668,0,1.2964,4.4223,0,1.0162,4.0692,0,0.7399,3.6991,0 +PL 6.2594,0,0,7.5133,0,0,7.5133,9,0 +L 5.4083,2.0973,5.4083,7.3983 +PL 3.7026,4.233,0,3.7026,6.3688,0,2.0218,6.3688,0,1.8712,6.0241,0,1.7272,5.6709,0,1.5945,5.3009,0 +PL 2.0218,6.8644,0,2.0218,8.4661,0,0.7399,8.4661,0 +L 2.4487,8.4661,4.5537,8.4661 + +[521d] 初 +PL 5.3423,0,0,6.1657,0,0,6.9849,2.6004,0,7.1005,5.2177,0,7.02,7.9704,0,5.3423,7.9704,0,5.3423,7.9704,0,5.3423,7.9704,0 +PL 2.7823,0,0,4.2285,2.6767,0,4.8134,5.0143,0,4.915,7.9704,0,4.0607,7.9704,0,4.0607,7.9704,0,4.0607,7.9704,0 +PL 0.2473,7.3983,0,2.81,7.3983,-0.1113,0.2473,3.1654,0 +L 1.5285,8.9998,1.5285,7.3983 +PL 2.81,3.1653,0,1.5285,4.7668,0,1.5285,0,0 +L 2.7823,4.7671,2.0178,4.1553 + +[5224] 判 +PL 2.8745,0,0,2.7975,2.3121,0,2.2511,3.0904,0,0.7695,3.1653,0 +PL 6.6925,0,0,7.5436,0,0,7.5436,9,0,7.5436,9,0,7.5436,9,0 +PL 5.8341,2.0974,0,5.8341,7.9322,0,5.8341,7.9322,0,5.8341,7.9322,0 +PL 3.3018,3.1653,0,2.6402,4.4478,0,2.3845,5.1116,0,1.1968,5.3009,0 +PL 3.7291,3.1653,0,5.0114,3.1653,0,5.0114,3.1653,0,5.0114,3.1653,0 +PL 3.3018,5.3009,0,3.0006,5.7938,0,2.8889,6.7528,0,2.8745,9,0 +PL 3.7291,5.3009,0,4.5841,5.3009,0,4.5841,5.3009,0,4.5841,5.3009,0 +PL 1.628,7.1314,0,1.4739,7.5876,0,1.3303,8.0353,0,1.1968,8.4662,0 +PL 4.1603,7.1314,0,4.2895,7.5876,0,4.43,8.0353,0,4.5841,8.4662,0 + +[5225] 別 +PL 0.7695,0,0,1.7467,1.9618,0,2.283,3.8221,0,2.4507,5.8348,0,1.1968,5.8348,0,1.1968,8.4661,0,4.1603,8.4661,0,4.1603,5.8348,0,2.8745,5.8348,0 +PL 2.4507,0,0,3.3018,0,0,3.9046,1.2047,0,4.1252,2.1639,0,4.1603,3.6991,0,2.8745,3.6991,0 +PL 6.6925,0,0,7.5436,0,0,7.5436,9.0001,0 +L 5.8341,2.1356,5.8341,7.9703 + +[5229] 利 +PL 2.5733,0,0,2.4892,1.4111,0,2.4195,2.8221,0,2.36,4.233,0,1.8448,3.5354,0,1.3513,2.8206,0,0.8645,2.0973,0 +PL 6.384,0,0,7.6378,0,0,7.6378,9,0 +L 5.5294,2.0973,5.5294,7.9322 +PL 3.8205,3.4323,0,3.2496,4.4223,0,2.6959,5.4038,0,2.1428,6.3688,0,0.8645,6.3688,0 +PL 3.0006,6.3688,0,2.6994,6.7572,0,2.5877,7.1624,0,2.5733,7.9322,0,0.8645,7.9322,0 +L 3.3967,6.3688,4.2478,6.3688 +PL 3.1827,7.9322,0,3.526,8.1216,0,3.8836,8.3023,0,4.2478,8.4661,0 + +[5230] 到 +PL 5.9245,0,0,7.2061,0,0,7.2061,9,0,7.2061,9,0,7.2061,9,0 +PL 0.4288,0.5339,0,2.5412,0.5339,0,2.4532,2.4195,0,1.9948,3.0847,0,0.8281,3.1653,0 +PL 2.965,1.0678,0,4.2469,1.0678,0,4.2469,1.0678,0,4.2469,1.0678,0 +PL 5.4972,2.6695,0,5.4972,7.9322,0,5.4972,7.9322,0,5.4972,7.9322,0 +PL 2.965,3.1653,0,2.8105,3.5355,0,2.6704,3.8884,0,2.5412,4.2331,0 +PL 3.3923,3.1653,0,4.2469,3.1653,0,4.2469,3.1653,0,4.2469,3.1653,0 +PL 0.4288,5.3008,0,1.3815,5.9943,0,1.9317,7.137,0,2.11,8.4661,0,0.4288,8.4661,0,0.4288,8.4661,0,0.4288,8.4661,0 +PL 1.6827,5.3008,0,2.6392,5.4366,0,3.8017,5.928,0,3.8196,6.9026,0 +PL 2.5412,8.4661,0,4.6461,8.4661,0,4.6461,8.4661,0,4.6461,8.4661,0 + +[5236] 制 +PL 2.5673,0,0,2.6129,2.5721,0,2.2805,3.8728,0,0.8585,4.2329,0,0.8585,1.0678,0,0.8585,1.0678,0,0.8585,1.0678,0 +PL 3.3943,1.0678,0,4.2453,1.0678,0,4.2453,4.2329,0,2.9635,4.2329,0,2.6934,4.7668,0,2.4132,5.3008,0,2.1404,5.8347,0,0.4347,5.8347,0,0.4347,5.8347,0,0.4347,5.8347,0 +PL 2.9635,5.8347,0,2.6934,6.3686,0,2.4132,6.9025,0,2.1404,7.4364,0,1.2227,7.4167,0,0.7814,7.2782,0,0.4347,6.9025,0 +PL 3.3943,5.8347,0,4.6723,5.8347,0,4.6723,5.8347,0,4.6723,5.8347,0 +PL 5.5234,2.6696,0,5.5234,7.9703,0,5.5234,7.9703,0,5.5234,7.9703,0 +PL 6.3815,0,0,7.2046,0,0,7.2046,8.9999,0,7.2046,8.9999,0,7.2046,8.9999,0 +PL 2.9635,7.4364,0,2.6833,7.8503,0,2.5852,8.2556,0,2.5673,8.9999,0 +PL 3.3943,7.4364,0,4.2453,7.4364,0,4.2453,7.4364,0,4.2453,7.4364,0 + +[5237] 刷 +PL 2.812,0,0,2.8649,2.1822,0,2.6334,3.678,0,1.534,4.2331,0,1.534,1.0296,0,1.534,1.0296,0,1.534,1.0296,0 +PL 6.1989,0,0,7.0538,0,0,7.0538,9,0,7.0538,9,0,7.0538,9,0 +PL 0.2797,0.8008,0,0.5568,1.5932,0,0.6619,3.5804,0,0.6759,8.4662,0,4.0939,8.4662,0,4.0939,6.8644,0,1.1032,6.8644,0,1.1032,6.8644,0,1.1032,6.8644,0 +PL 4.0939,1.0296,0,4.0939,4.2331,0,3.1377,4.4194,0,2.833,4.9619,0,2.812,5.8347,0 +PL 5.3443,2.0974,0,5.3443,7.9324,0,5.3443,7.9324,0,5.3443,7.9324,0 + +[5238] 券 +PL 1.3145,0,0,2.3127,0.9392,0,2.838,1.8192,0,3.2061,3.1653,0,2.2916,3.185,0,1.8542,3.3234,0,1.5285,3.6992,0,1.1047,3.3545,0,0.6774,3.0015,0,0.2501,2.6314,0 +PL 4.0607,0,0,4.5507,0.1031,0,5.0376,0.1893,0,5.5244,0.267,0,5.5874,1.2472,0,5.6578,2.2105,0,5.7419,3.1653,0,3.6369,3.1653,0,3.6369,3.1653,0,3.6369,3.1653,0 +PL 7.02,2.6314,0,6.4494,3.4322,0,5.8957,4.2332,0,5.3423,5.034,0,2.355,5.034,0,2.2041,4.767,0,2.0573,4.5,0,1.9274,4.2332,0 +PL 0.2501,5.2628,0,1.9274,5.2628,0,1.9274,5.2628,0,1.9274,5.2628,0 +PL 5.7419,5.2628,0,7.4473,5.2628,0,7.4473,5.2628,0,7.4473,5.2628,0 +PL 2.7823,5.7966,0,2.9116,6.7346,0,1.8717,6.9181,0,1.1047,6.8644,0 +PL 4.915,5.7966,0,4.5686,6.3899,0,4.1269,6.8052,0,3.2061,7.3984,0,3.507,7.8136,0,3.6191,8.2289,0,3.6369,9.0001,0 +PL 4.915,6.8644,0,6.5962,6.8644,0,6.5962,6.8644,0,6.5962,6.8644,0 +PL 1.9274,8.1992,0,1.7838,8.4661,0,1.651,8.7332,0,1.5285,9.0001,0 +PL 5.3423,7.9322,0,5.4649,8.3024,0,5.5983,8.6554,0,5.7419,9.0001,0 + +[523a] 刺 +PL 2.1084,0,0,2.024,1.2472,0,1.9539,2.4775,0,1.8947,3.6992,0,1.2534,2.8221,0,0.623,1.945,0,0.0034,1.0678,0 +PL 5.9187,0,0,6.7768,0,0,6.7768,9,0,6.7768,9,0,6.7768,9,0 +PL 3.3938,1.6018,0,3.0922,1.945,0,2.812,2.2882,0,2.5353,2.6314,0 +PL 5.0676,2.1357,0,5.0676,7.3983,0,5.0676,7.3983,0,5.0676,7.3983,0 +PL 0.4304,3.6992,0,0.4304,6.3687,0,1.3273,6.3984,0,1.7613,6.6059,0,2.1084,7.1696,0,1.7441,7.7063,0,1.1977,7.904,0,0.0034,7.9323,0 +PL 2.9626,3.6992,0,3.8176,3.6992,0,3.8176,6.3687,0,2.5563,6.2811,0,2.1431,5.719,0,2.1084,4.2332,0 +PL 2.5353,7.9323,0,2.3847,8.3024,0,2.2376,8.6554,0,2.1084,9,0 +PL 2.9626,7.9323,0,4.2449,7.9323,0,4.2449,7.9323,0,4.2449,7.9323,0 + +[523b] 刻 +PL 0.8019,0,0,2.4866,1.5805,0,3.4778,2.678,0,4.6157,4.233,0 +PL 4.6157,0.2669,0,4.3219,0.7231,0,4.0343,1.1709,0,3.7615,1.6017,0 +PL 6.3214,0,0,7.5718,0,0,7.5718,9,0,7.5718,9,0,7.5718,9,0 +PL 5.8976,2.1356,0,5.8976,7.9703,0,5.8976,7.9703,0,5.8976,7.9703,0 +PL 0.8019,2.6695,0,1.5021,3.3827,0,2.2029,4.079,0,2.9069,4.7669,0,2.2936,5.7161,0,1.8562,6.1314,0,1.2257,6.3686,0 +PL 3.3342,5.3008,0,3.6105,5.671,0,3.8907,6.024,0,4.1884,6.3686,0 +PL 2.5076,6.9026,0,2.5076,7.9703,0,0.8019,7.9703,0,0.8019,7.9703,0,0.8019,7.9703,0 +PL 2.9069,7.9703,0,2.9069,9,0,2.9069,9,0,2.9069,9,0 +PL 3.3342,7.9703,0,5.0395,7.9703,0,5.0395,7.9703,0,5.0395,7.9703,0 + +[5247] 則 +PL 0.5839,0,0,0.9205,0.37,0,1.2673,0.7232,0,1.6207,1.0678,0 +PL 4.1848,0,0,3.8903,0.37,0,3.6066,0.7232,0,3.3302,1.0678,0 +PL 6.2863,0,0,7.144,0,0,7.144,9,0,7.144,9,0,7.144,9,0 +PLC 0.7979,4.2316,0,0.7979,8.4662,0,3.761,8.4662,0,3.761,2.0974,0,0.7979,2.0974,0 +PL 5.4352,2.0974,0,5.4352,7.9322,0,5.4352,7.9322,0,5.4352,7.9322,0 +PL 1.1934,4.2331,0,3.3302,4.2331,0,3.3302,4.2331,0,3.3302,4.2331,0 +PL 1.1934,6.3305,0,3.3302,6.3305,0,3.3302,6.3305,0,3.3302,6.3305,0 + +[524a] 削 +PL 1.1968,0.0381,0,1.1968,5.8729,0,2.4507,5.8729,0,2.4507,9.0381,0,2.4507,9.0381,0,2.4507,9.0381,0 +PL 2.8745,0.0381,0,3.7291,0.0381,0,3.7291,2.6694,0,1.628,2.6694,0,1.628,2.6694,0,1.628,2.6694,0 +PL 6.6925,0.0381,0,7.5436,0.0381,0,7.5436,9.0381,0,7.5436,9.0381,0,7.5436,9.0381,0 +PL 5.8341,2.1356,0,5.8341,7.9703,0,5.8341,7.9703,0,5.8341,7.9703,0 +PL 3.7291,3.2033,0,3.7291,4.2711,0,1.628,4.2711,0,1.628,4.2711,0,1.628,4.2711,0 +PL 3.7291,4.805,0,3.7291,5.8729,0,2.8745,5.8729,0,2.8745,5.8729,0,2.8745,5.8729,0 +PL 1.1968,7.7034,0,1.0466,7.9703,0,0.8995,8.2372,0,0.7695,8.5041,0 +PL 3.7291,7.4364,0,3.8591,7.8064,0,4.0093,8.1596,0,4.1603,8.5041,0 + +[524d] 前 +PL 0.8542,0,0,0.8542,5.8347,0,2.9591,5.8347,0,2.9591,0,0,2.1045,0,0,2.1045,0,0,2.1045,0,0 +PL 5.4914,0,0,6.3453,0,0,6.3453,6.3687,0 +L -0.0004,7.4364,7.1999,7.4364 +L 2.9591,2.6695,0.8542,2.6695 +L 0.8542,4.233,2.9591,4.233 +L 4.6676,1.6016,4.6676,5.8347 +L 5.0942,9,4.6676,7.7035 +A -0.5433,7.4364,3.0752,0,30.5593 + +[5256] 剖 +PLC 0.647,3.2035,0,3.2111,3.2035,0,3.2111,0,0,0.647,0,0 +PL 5.7434,0,0,7.0215,0,0,7.0215,9.0382,0 +L 5.3126,2.1356,5.3126,7.9704 +PL 0.2165,4.7669,0,1.0708,4.7669,0,1.0568,5.5381,0,0.9451,5.9534,0,0.647,6.3687,0 +PL 1.5016,4.7669,0,1.9219,4.8701,0,2.3527,4.9563,0,2.7803,5.0339,0,2.9131,5.4902,0,3.0567,5.938,0,3.2111,6.3687,0 +L 3.2111,4.7669,4.0339,4.7669 +PL 0.2165,7.4365,0,1.9219,7.4365,0,1.9219,9.0382,0 +L 2.3527,7.4365,3.6031,7.4365 + +[525b] 剛 +PL 0.1915,0.0381,0,0.1915,8.5041,0,4.426,8.5041,0,4.426,0.0381,0,3.5749,0.0381,0,3.5749,0.0381,0,3.5749,0.0381,0 +PL 6.1348,0.0381,0,6.9614,0.0381,0,6.9614,9.0381,0,6.9614,9.0381,0,6.9614,9.0381,0 +PL 1.0426,2.1356,0,1.0426,4.805,0,1.0426,4.805,0,1.0426,4.805,0 +PL 1.4699,2.1356,0,2.2965,2.1356,0,2.2965,5.8729,0,0.6153,5.8729,0,0.6153,5.8729,0,0.6153,5.8729,0 +PL 2.7164,2.1356,0,3.5749,2.1356,0,3.5749,4.805,0,3.5749,4.805,0,3.5749,4.805,0 +PL 5.711,2.6694,0,5.711,7.9703,0,5.711,7.9703,0,5.711,7.9703,0 +PL 2.7164,6.1398,0,2.9966,6.5861,0,3.2768,7.0155,0,3.5749,7.4364,0 +PL 3.1476,5.8729,0,4.0022,5.8729,0,4.0022,5.8729,0,4.0022,5.8729,0 + +[5263] 剣 +PL 0.3093,0.0152,0,0.9467,0.816,0,1.5877,1.6168,0,2.2321,2.4178,0,1.8819,2.9813,0,1.4409,3.1889,0,0.5229,3.2186,0,0.5229,4.7821,0,1.5596,4.8499,0,2.085,5.2737,0,2.2321,6.3838,0,1.3005,6.4036,0,0.7541,6.542,0,0.1271,6.9177,0 +PL 5.6193,0.0152,0,6.8977,0.0152,0,6.8977,9.0534,0,6.8977,9.0534,0,6.8977,9.0534,0 +PL 3.9417,0.5491,0,3.5105,0.9191,0,3.0867,1.2723,0,2.6594,1.6168,0 +PL 5.1882,2.1508,0,5.1882,7.9855,0,5.1882,7.9855,0,5.1882,7.9855,0 +PLC 2.3726,3.8104,0,2.3726,4.2158,0,2.6594,4.7821,0,3.9417,4.7821,0,3.9417,3.2186,0,2.6594,3.2186,0 +PL 2.6594,6.3838,0,3.5105,6.3838,0,3.5105,6.3838,0,3.5105,6.3838,0 +PL 0.9467,7.4516,0,1.3775,7.9855,0,1.8052,8.5194,0,2.2321,9.0534,0,2.7925,8.5194,0,3.3638,7.9855,0,3.9417,7.4516,0 + +[5264] 剤 +PL 0.7075,0.0381,0,1.3908,1.6553,0,1.573,3.0861,0,1.5656,4.805,0,0.7075,4.805,0,0.7075,4.805,0,0.7075,4.805,0 +PL 4.0944,0.0381,0,4.0944,2.1356,0,1.9894,2.1356,0,1.9894,2.1356,0,1.9894,2.1356,0 +PL 6.1958,0.0381,0,7.4851,0.0381,0,7.4851,9.0381,0,7.4851,9.0381,0,7.4851,9.0381,0 +PL 5.8039,2.1356,0,5.8039,7.9703,0,5.8039,7.9703,0,5.8039,7.9703,0 +PL 4.0944,2.6694,0,4.0944,3.7372,0,1.9894,3.7372,0,1.9894,3.7372,0,1.9894,3.7372,0 +PL 4.0944,4.538,0,3.6706,4.9943,0,3.2398,5.4421,0,2.8125,5.8729,0,2.5396,5.709,0,2.2661,5.5282,0,1.9894,5.339,0 +PL 2.3855,6.3687,0,1.7761,7.3178,0,1.3379,7.733,0,0.7075,7.9703,0 +PL 3.2398,6.3687,0,3.5168,6.8249,0,3.8005,7.2725,0,4.0944,7.7034,0,3.3942,7.8064,0,2.6899,7.8926,0,1.9894,7.9703,0 + +[526f] 副 +PLC 0.7024,1.2471,0,0.7024,3.6992,0,4.0924,3.6992,0,4.0924,0,0,0.7024,0,0 +PL 6.2292,0,0,7.0485,0,0,7.0485,9,0,7.0485,9,0,7.0485,9,0 +PL 2.4112,0.5339,0,2.2676,1.7288,0,1.8302,2.1102,0,1.1328,2.1356,0 +PL 2.6007,2.4025,0,2.5377,2.6681,0,2.4781,2.9252,0,2.4112,3.1652,0 +PL 5.3746,2.1356,0,5.3746,7.9322,0,5.3746,7.9322,0,5.3746,7.9322,0 +PLC 1.1328,5.8349,0,1.1328,6.9025,0,3.6651,6.9025,0,3.6651,5.3009,0,1.1328,5.3009,0 +PL 0.2817,8.4662,0,4.5236,8.4662,0,4.5236,8.4662,0,4.5236,8.4662,0 + +[5270] 剰 +PL 2.1416,0.0382,0,2.0578,1.1045,0,1.9878,2.1625,0,1.9279,3.2034,0,1.2835,2.325,0,0.6425,1.4379,0,0.0019,0.534,0 +PL 5.9557,0.0382,0,6.8068,0.0382,0,6.8068,9.0382,0,6.8068,9.0382,0,6.8068,9.0382,0 +PL 3.8157,0.8009,0,3.3923,1.4379,0,2.9716,2.0579,0,2.5653,2.6695,0 +PL 5.5249,2.1357,0,5.5249,7.9704,0,5.5249,7.9704,0,5.5249,7.9704,0 +PL 0.8562,3.7373,0,0.8246,4.5072,0,0.604,4.9125,0,0.0019,5.3009,0 +PL 1.2835,3.7373,0,2.1416,3.7373,0,2.1416,4.8052,0,1.7107,5.1484,0,1.2835,5.4916,0,0.8562,5.8348,0,0.8562,6.9026,0,1.4726,6.9323,0,1.8088,7.1399,0,2.1416,7.7034,0,1.5605,7.8065,0,0.9861,7.8927,0,0.4324,7.9704,0 +PL 2.5653,3.7373,0,3.4199,3.7373,0,3.3748,4.5368,0,3.0417,5.1497,0,2.1416,6.1018,0,2.4673,6.6654,0,2.8035,6.8729,0,3.4199,6.9026,0,3.4515,6.1314,0,3.6616,5.7162,0,4.2465,5.3009,0 +PL 2.5653,7.9704,0,2.8984,8.3461,0,3.2238,8.4845,0,3.8157,8.5043,0 + +[5272] 割 +PLC 1.5945,0.7384,0,1.5945,2.1508,0,4.1267,2.1508,0,4.1267,0.0152,0,1.5945,0.0152,0 +PL 6.2594,0.0152,0,7.5133,0.0152,0,7.5133,9.0152,0,7.5133,9.0152,0,7.5133,9.0152,0 +PL 5.8356,2.6466,0,5.8356,7.9474,0,5.8356,7.9474,0,5.8356,7.9474,0 +PL 0.7399,3.7143,0,2.876,3.7143,0,2.7258,4.9093,0,2.2911,5.2907,0,1.5945,5.3161,0 +PL 3.2721,3.7143,0,4.981,3.7143,0,4.981,3.7143,0,4.981,3.7143,0 +PL 3.2721,5.3161,0,2.2214,6.2864,0,1.1983,6.6466,0,0.7399,7.9474,0,2.876,7.9474,0,2.876,9.0152,0,2.876,9.0152,0,2.876,9.0152,0 +PL 3.2721,6.3839,0,4.2809,6.4502,0,4.8234,6.864,0,4.981,7.9474,0,3.2721,7.9474,0,3.2721,7.9474,0,3.2721,7.9474,0 + +[5275] 創 +PL 2.0218,0,0,1.9377,0.7133,0,1.8712,1.4096,0,1.8043,2.0974,0,1.44,1.5636,0,1.0866,1.0297,0,0.7399,0.4957,0 +PL 2.4487,0,0,4.1267,0,0,4.1267,2.0974,0,2.4487,2.0974,0,2.4487,2.0974,0,2.4487,2.0974,0 +PL 6.2594,0,0,7.5133,0,0,7.5133,9,0,7.5133,9,0,7.5133,9,0 +PL 1.5945,2.6314,0,1.5945,5.7968,0,4.1267,5.7968,0,4.1267,3.6992,0,2.0218,3.6992,0,2.0218,3.6992,0,2.0218,3.6992,0 +PL 5.8356,2.6314,0,5.8356,7.9322,0,5.8356,7.9322,0,5.8356,7.9322,0 +PL 2.0218,4.767,0,3.7026,4.767,0,3.7026,4.767,0,3.7026,4.767,0 +PL 0.7399,6.3305,0,1.5069,7.2345,0,2.2736,8.1216,0,3.0581,9,0,3.545,8.4661,0,4.0462,7.9322,0,4.5537,7.3983,0 +PL 2.4487,7.3983,0,3.7026,7.3983,0,3.7026,7.3983,0,3.7026,7.3983,0 + +[5287] 劇 +PL 0.5264,0.2669,0,0.8244,1.0664,0,0.9362,2.9251,0,0.9502,7.4364,0,2.0044,7.654,0,2.9816,8.1087,0,4.3409,8.5042,0 +PL 2.8454,0,0,3.2863,0.4153,0,3.3952,0.8305,0,3.2692,1.6017,0,2.6314,1.257,0,1.9869,0.9039,0,1.3463,0.5339,0 +PL 6.442,0,0,7.297,0,0,7.297,9,0,7.297,9,0,7.297,9,0 +PL 5.1636,0.5339,0,4.523,1.257,0,3.8922,1.9717,0,3.2692,2.6695,0,2.7613,2.3248,0,2.2671,1.9717,0,1.7771,1.6017,0 +PL 6.0147,2.1356,0,6.0147,7.9703,0,6.0147,7.9703,0,6.0147,7.9703,0 +PL 1.7771,2.6695,0,2.1095,3.0451,0,2.4391,3.1835,0,3.0552,3.2033,0,3.0552,4.233,0,1.3463,4.233,0,1.3463,4.233,0,1.3463,4.233,0 +PL 3.4825,4.233,0,4.7609,4.233,0,4.7609,4.233,0,4.7609,4.233,0 +PL 2.6314,5.5677,0,2.2009,5.671,0,1.7771,5.757,0,1.3463,5.8347,0 +PL 3.0552,5.3008,0,3.4825,5.404,0,3.9098,5.49,0,4.3409,5.5677,0,3.9903,6.1413,0,3.5455,6.418,0,2.6314,6.6356,0,2.7613,6.9026,0,2.9049,7.1695,0,3.0552,7.4364,0,4.7609,7.4364,0,4.7609,7.4364,0,4.7609,7.4364,0 + +[529b] 力 +PL 4.2407,0,0,6.0416,1.1863,0.0294,6.3761,6.8643,0,-0.0001,6.8643,0 +PL 0.2135,0,0.1922,2.9539,6.8643,0,2.9539,8.9999,0 + +[529f] 功 +PL 2.4443,0,0,4.5107,3.6299,0,4.4827,6.3362,0,1.4114,7.3984,0,1.4114,2.6314,0,2.6579,2.6314,0,2.6579,2.6314,0,2.6579,2.6314,0 +PL 5.2217,0,0,6.0766,0,0,6.8608,2.2458,0,6.9694,4.466,0,6.8994,6.8644,0,5.3898,6.969,0,4.8574,7.5481,0,4.7944,9,0 +PL 0.126,2.0974,0,1.4114,2.0974,0,1.4114,2.0974,0,1.4114,2.0974,0 +PL 0.126,7.3984,0,0.9802,7.3984,0,0.9802,7.3984,0,0.9802,7.3984,0 + +[52a0] 加 +PL 0.1592,0,0,1.343,2.9112,0,1.8403,6.0001,0,0.1592,7.4365,0 +PL 1.8337,0,0,2.6848,0,0,3.4795,2.4196,0,3.6091,4.8391,0,3.5425,7.4365,0,2.3937,7.5383,0,1.9282,7.9958,0,1.8337,9.0383,0 +PLC 6.9294,0,0,4.8244,0,0,4.8244,7.4365,0,6.9294,7.4365,0,6.9294,0,0,6.9294,0,0 + +[52a3] 劣 +PL 3.9098,6.9025,0,3.9098,9,0,3.9098,9,0,3.9098,9,0 +PL 0.7369,7.3983,0,1.0728,7.7684,0,1.416,8.1215,0,1.7771,8.4661,0 +PL 7.297,7.3983,0,6.8732,7.7684,0,6.442,8.1215,0,6.0147,8.4661,0 +PL 0.5264,0,0,1.8433,0.291,0,2.817,1.1074,0,3.9098,2.3644,0,3.7595,2.6314,0,3.6124,2.8983,0,3.4825,3.1653,0,0.9502,3.1653,0,0.9502,3.1653,0,0.9502,3.1653,0 +PL 5.1636,0,0,6.442,0.4986,0,6.8483,1.7006,0,6.8732,3.1653,0,4.3409,3.1653,0,4.1868,3.5353,0,4.0432,3.8883,0,3.9098,4.233,0 +PL 0.5264,4.7669,0,2.3795,5.1822,0,4.0464,5.9534,0,3.0552,6.3687,0 +PL 4.7609,5.8347,0,5.171,6.2048,0,5.5909,6.5579,0,6.0147,6.9025,0 + +[52a9] 助 +PL 3.8205,0,0,4.9518,2.3191,0,5.5612,5.0282,0,4.2478,6.3306,0 +PL 5.9567,0,0,6.8151,0,0,7.5646,2.0904,0,7.6939,4.113,0,7.6378,6.3306,0,5.9777,6.5226,0,5.5227,7.3079,0,5.5294,8.9999,0 +PLC 1.2918,8.4661,0,3.3967,8.4661,0,3.568,4.5112,0,3.2741,1.9971,0,1.2918,0.5339,0 +L 1.7156,3.6991,3.0006,3.6991 +L 1.7156,5.7966,3.0006,5.7966 + +[52aa] 努 +PL 0.7381,0,0,1.5019,0.7232,0,2.269,1.4379,0,3.0532,2.1356,0,3.0532,3.1652,0,0.9482,3.1652,0,0.9482,3.1652,0,0.9482,3.1652,0 +PL 4.3354,0,0,5.6135,0.5241,0,5.9987,1.7514,0,6.0166,3.1652,0,3.4843,3.1652,0,3.4843,4.2332,0,2.9726,4.767,0,2.4753,5.3009,0,1.9884,5.8349,0,1.3478,5.3009,0,0.717,4.767,0,0.094,4.2332,0 +PL 4.1218,4.767,0,4.465,5.2232,0,4.8289,5.671,0,5.1932,6.1017,0,4.5908,7.0537,0,4.367,7.6666,0,4.3354,8.4662,0,5.1655,8.3884,0,6.0166,8.3023,0,6.8674,8.1991,0,6.4404,7.5114,0,6.0166,6.815,0,5.5855,6.1017,0,6.2162,5.1624,0,6.6646,4.8164,0,7.2947,4.767,0 +PL 0.9482,6.3687,0,0.9482,7.9322,0,0.094,7.9322,0,0.094,7.9322,0,0.094,7.9322,0 +PL 2.6294,6.3687,0,2.6294,7.9322,0,1.3794,7.9322,0,1.3794,9,0,1.3794,9,0,1.3794,9,0 + +[52b1] 励 +PL 0.3726,0,0,0.4812,1.1441,0,0.691,3.4577,0,0.7999,8.4661,0,4.1833,8.4661,0,4.1833,8.4661,0,4.1833,8.4661,0 +PL 1.2237,0,0,2.1554,2.3149,0,2.4703,4.4859,0,2.5088,6.9025,0,1.2237,6.9025,0,1.2237,6.9025,0,1.2237,6.9025,0 +PL 2.7189,0,0,3.5595,1.6511,0,3.7735,2.9887,0,3.7595,4.7669,0,2.9326,4.7669,0,2.9326,4.7669,0,2.9326,4.7669,0 +PL 4.1833,0,0,5.0344,2.0042,0,5.3913,3.856,0,5.4649,5.8347,0,4.5157,6.5862,0,3.8576,6.863,0,2.9326,6.9025,0 +PL 5.4649,0,0,6.3233,0,0,7.083,2.1342,0,7.2266,4.1074,0,7.1744,6.3687,0,5.7696,6.6356,0,5.4263,7.4873,0,5.4649,9,0 + +[52b4] 労 +PL 0.863,0,0,2.5088,1.7288,0,3.2198,2.6186,0,3.605,3.4323,0,3.4548,3.6992,0,3.3112,3.9661,0,3.1812,4.2332,0,1.0763,4.2332,0,1.0763,4.2332,0,1.0763,4.2332,0 +PL 4.4596,0,0,5.3146,0,0,5.945,1.4449,0,6.1513,2.6611,0,6.1692,4.2332,0,4.6803,4.2332,0,3.8576,4.5889,0,3.605,5.8349,0 +PL 0.649,5.3009,0,0.649,6.9025,0,2.3301,7.0058,0,4.0323,7.0919,0,5.7419,7.1695,0,6.0147,7.7797,0,6.2949,8.3899,0,6.5646,9,0 +PL 7.4157,5.3009,0,7.4157,6.9025,0,6.1692,6.9025,0,6.1692,6.9025,0,6.1692,6.9025,0 +PL 1.9274,8.1991,0,1.7771,8.4662,0,1.63,8.733,0,1.5001,9,0 +PL 4.0323,8.1991,0,3.8852,8.4662,0,3.735,8.733,0,3.605,9,0 + +[52b9] 効 +PL 0.2501,0,0,0.9502,0.9901,0,1.651,1.9716,0,2.355,2.9364,0,1.9274,3.202,0,1.5109,3.459,0,1.1047,3.6991,0 +PL 3.2061,0,0,5.3808,4.6568,0,4.2989,6.8729,0,0.2501,7.4364,0 +PL 5.3423,0,0,6.1657,0,0,6.9464,2.2896,0,7.0798,4.4603,0,7.02,6.9025,0,5.7311,7.0734,0,5.3493,7.7105,0,5.3423,8.9999,0 +PL 0.2501,4.7668,0,0.5229,5.3008,0,0.8101,5.8347,0,1.1047,6.3686,0 +PL 3.6369,5.3008,0,3.3354,5.6709,0,3.0552,6.024,0,2.7823,6.3686,0 +PL 1.9274,7.9703,0,1.9274,8.9999,0,1.9274,8.9999,0,1.9274,8.9999,0 + +[52be] 劾 +PL 0.2501,0,0,1.9172,1.5551,0,2.7995,2.6527,0,3.6369,4.2331,0 +PL 3.6369,0,0,3.7662,0.1892,0,3.9133,0.3701,0,4.0607,0.534,0,3.7662,0.8772,0,3.486,1.2204,0,3.2061,1.5636,0 +PL 5.7419,0,0,7.0728,1.3644,0,7.1881,4.2543,0,7.02,6.8645,0,5.3493,6.0381,0,4.9605,3.9153,0,4.4912,1.0297,0 +PL 0.4634,2.6314,0,0.8101,3.0876,0,1.1642,3.5354,0,1.5285,3.9661,0,1.1047,4.5763,0,0.2501,5.7967,0,0.2501,5.7967,0 +PL 1.9274,4.2331,0,2.2041,4.7655,0,2.4846,5.2896,0,2.7823,5.7967,0 +PL 1.1047,5.7967,0,1.402,6.2119,0,1.5141,6.6272,0,1.5285,7.3984,0,0.2501,7.3984,0,0.2501,7.3984,0,0.2501,7.3984,0 +PL 4.0607,6.8645,0,3.6965,7.2402,0,3.1427,7.3786,0,1.9274,7.3984,0,1.9274,9.0001,0,1.9274,9.0001,0,1.9274,9.0001,0 +PL 4.7013,6.8645,0,5.1535,7.2996,0,5.3213,7.8531,0,5.3423,9.0001,0 + +[52c5] 勅 +PL 2.0518,0,0,2.0343,1.5227,0,1.9254,2.2147,0,1.6207,2.6696,0,1.1934,1.9719,0,0.7804,1.2571,0,0.3703,0.534,0 +PL 3.761,0,0,4.7343,1.945,0,5.2741,3.8137,0,5.4352,5.8348,0,5.1651,6.0241,0,4.885,6.2049,0,4.6118,6.3687,0 +PL 5.4352,0,0,6.2863,0,0,7.0533,2.1342,0,7.1934,4.1074,0,7.144,6.3687,0,5.7399,6.6357,0,5.3967,7.4873,0,5.4352,9.0001,0 +PL 3.3302,1.6018,0,2.752,2.4789,0,2.1814,3.356,0,1.6207,4.2331,0,0.7979,4.2331,0,0.7979,6.3687,0,1.393,6.3984,0,1.7187,6.6059,0,2.0518,7.1696,0,1.7047,7.7332,0,1.2673,7.9407,0,0.3703,7.9704,0 +PLC 2.0133,5.3461,0,2.4122,6.0947,0,3.3302,6.3687,0,3.3302,4.2331,0,2.4753,4.2331,0 +PL 2.4753,7.9704,0,2.3247,8.3136,0,2.1814,8.6569,0,2.0518,9.0001,0 +PL 2.9029,7.9704,0,3.761,7.9704,0,3.761,7.9704,0,3.761,7.9704,0 + +[52c7] 勇 +PL 0.4929,0,0,1.5996,0.4449,0,2.3702,1.0678,0,3.4528,2.4025,0,2.6017,2.4789,0,1.7541,2.5551,0,0.9205,2.6314,0 +PL 5.1616,0,0,6.2898,0.3772,0,6.7521,1.339,0,6.8393,2.6314,0,3.8832,2.6314,0,3.4738,4.1143,0,2.5068,4.3518,0,1.3478,4.2332,0,1.3478,6.3687,0,2.1814,6.4718,0,3.0255,6.558,0,3.8832,6.6356,0,2.815,7.8051,0,2.0655,8.2373,0,0.9205,8.4662,0 +PL 4.7343,4.2332,0,6.4089,4.2332,0,6.4089,5.3009,0,4.9165,5.3207,0,4.258,5.4591,0,3.8832,5.8349,0,4.4366,6.6342,0,5.0114,7.4251,0,5.5924,8.1991,0,4.7343,8.3023,0,3.8832,8.3884,0,3.0255,8.4662,0 +PL 4.3039,4.2332,0,3.4353,5.137,0,2.752,5.3375,0,1.7783,5.3009,0 +PL 6.4089,6.1017,0,5.845,6.2049,0,5.2842,6.291,0,4.7343,6.3687,0 + +[52c9] 勉 +PL 0.5838,0,0,1.2734,3.0835,0,1.0563,5.8531,0,1.4415,8.1992,0,1.8688,8.3025,0,2.2926,8.3885,0,2.7203,8.4663,0,2.5553,7.3971,0,2.5728,6.6499,0,3.5465,6.3687,0,3.5465,4.2332,0,2.7203,4.2332,0,2.7374,1.6102,0,2.839,0.5127,0,3.1157,0,0,7.7848,0,0,7.7848,1.0679,0,7.7848,1.0679,0,7.7848,1.0679,0 +PL 3.9703,1.6018,0,4.8214,3.1173,0,5.179,4.726,0,5.2525,6.3687,0,4.9548,6.5581,0,4.6743,6.7388,0,4.4014,6.9026,0 +PL 5.6798,1.6018,0,6.9614,2.5693,0,7.105,4.7148,0,6.9614,6.9026,0,5.6655,7.0737,0,5.2697,7.7105,0,5.2525,9.0002,0 +PL 2.0825,4.2332,0,2.1424,4.7671,0,2.2121,5.3009,0,2.2926,5.8348,0,1.9988,6.0243,0,1.7182,6.2049,0,1.4415,6.3687,0 + +[52d5] 動 +PL 0.2817,0,0,1.9913,0,0,1.9069,1.4351,0,1.5426,2.0228,0,0.7024,2.1358,0 +PL 2.4112,2.1358,0,2.1174,2.6682,0,1.8372,3.1922,0,1.5601,3.6993,0,0.7024,3.6993,0,0.7024,5.8348,0,1.322,5.8547,0,1.655,5.993,0,1.9913,6.3687,0,1.6407,6.7445,0,1.1959,6.8828,0,0.2817,6.9026,0 +PL 2.4112,6.9026,0,2.068,7.4747,0,1.627,7.7417,0,0.7024,7.9323,0 +L 2.4112,8.4663,3.2378,8.4663 +PL 3.0245,3.6993,0,3.0875,4.0694,0,3.1537,4.4223,0,3.2378,4.7671,0,2.6427,4.787,0,2.317,4.9253,0,1.9913,5.3009,0,2.317,5.6569,0,2.6427,5.6569,0,3.2378,5.3009,0 +PL 2.4112,3.6993,0,1.9913,4.0694,0,1.5601,4.4223,0,1.1328,4.7671,0 +L 2.4112,0.5341,3.2378,0.5341 +PL 4.0924,0,0,4.8594,1.928,0,5.2587,3.907,0,5.3746,5.8348,0,4.7932,6.2049,0,4.5236,6.3687,0 +L 2.8105,6.9026,3.6651,6.9026 +PL 5.8019,0,0,7.0768,1.236,0,7.2026,3.8872,0,7.0485,6.3687,0,5.6829,6.6357,0,5.3428,7.4874,0,5.3746,9.0002,0 + +[52d8] 勘 +PL 4.5552,0,0,4.1458,0.3757,0,3.2561,0.5142,0,1.1333,0.534,0,1.2667,2.8221,0,1.4138,5.1101,0,1.5641,7.3984,0,1.2878,7.5877,0,1.0142,7.7684,0,0.7379,7.9322,0 +PL 6.2329,0,0,7.5396,1.243,0,7.6657,3.8927,0,7.5113,6.3304,0,5.8126,5.4887,0,5.4098,3.3588,0,4.9513,0.534,0 +PL 1.5641,1.5636,0,1.8618,1.9986,0,1.9742,2.5522,0,1.9879,3.6991,0,3.6974,3.6991,0,3.6974,5.3009,0,1.9879,5.3009,0,1.9879,5.3009,0,1.9879,5.3009,0 +PL 3.2701,2.0975,0,3.2701,3.1653,0,3.2701,3.1653,0,3.2701,3.1653,0 +PL 4.1279,3.6991,0,4.9513,3.6991,0,4.9513,3.6991,0,4.9513,3.6991,0 +PL 3.6974,6.0637,0,3.1227,6.1668,0,2.5483,6.2528,0,1.9879,6.3304,0 +PL 5.1611,6.3304,0,5.3786,6.5198,0,5.5884,6.7005,0,5.8024,6.8645,0,5.8024,9.0001,0,5.8024,9.0001,0,5.8024,9.0001,0 +PL 3.6974,7.1314,0,3.0495,7.7345,0,2.2121,8.2191,0,1.5641,9.0001,0 +PL 4.1279,7.9322,0,3.9776,8.3023,0,3.8302,8.6554,0,3.6974,9.0001,0 + +[52d9] 務 +PL 1.0446,0.0152,0,1.8957,0.0152,0,1.8117,1.6154,0,1.7448,3.2073,0,1.6817,4.7821,0,1.1949,4.0845,0,0.708,3.3696,0,0.2177,2.6466,0 +PL 3.3913,0.0152,0,3.8781,0.816,0,4.3681,1.617,0,4.8549,2.4177,0,4.5436,2.9545,0,4.2248,3.1522,0,3.6046,3.1804,0 +PL 5.7095,0.0152,0,6.8443,0.5138,0,7.0583,1.7159,0,6.9918,3.1804,0,5.2857,3.1804,0,4.8549,3.7143,0,4.4346,4.2483,0,4.0319,4.7821,0 +PL 2.7535,4.7821,0,2.8796,5.0491,0,3.0235,5.3161,0,3.1738,5.5831,0,2.5997,5.5053,0,2.025,5.4192,0,1.4649,5.3161,0 +PL 6.9918,4.7821,0,6.5641,5.1522,0,6.1368,5.5053,0,5.7095,5.85,0,5.4157,5.6861,0,5.132,5.5053,0,4.8549,5.3161,0 +PL 0.2177,5.85,0,1.0446,5.85,0,1.0446,5.85,0,1.0446,5.85,0 +PL 1.8957,6.6508,0,1.5977,6.9178,0,1.3175,7.1847,0,1.0446,7.4517,0 +PL 5.2857,6.3839,0,4.925,6.7539,0,4.5821,7.1071,0,4.2459,7.4517,0,4.0319,7.2879,0,3.8186,7.1071,0,3.6046,6.9178,0 +PL 6.1368,6.3839,0,6.438,6.7977,0,6.5505,7.2031,0,6.5641,7.9474,0,4.4592,7.9474,0,4.4592,9.0152,0,4.4592,9.0152,0,4.4592,9.0152,0 +PL 2.323,7.4517,0,2.4558,7.7172,0,2.5997,7.9743,0,2.7535,8.2143,0,1.8957,8.3176,0,1.0513,8.4037,0,0.2177,8.4813,0 + +[52dd] 勝 +PL 0.8595,0.2669,0,1.1642,1.0988,0,1.2727,3.363,0,1.2903,8.9999,0,2.5406,8.9999,0,2.5406,0,0,1.7176,0,0 +PL 4.0358,0,0,4.523,0.7993,0,5.02,1.5903,0,5.5314,2.3644,0,5.1671,2.9477,0,4.6141,3.2936,0,3.3952,3.6991,0 +PL 5.9275,0,0,7.0623,0.4986,0,7.2759,1.7006,0,7.2055,3.1651,0,5.9275,3.1651,0,5.7839,3.5352,0,5.654,3.8883,0,5.5314,4.233,0 +PL 7.6363,3.6991,0,7.339,4.1553,0,7.0553,4.6031,0,6.7852,5.0339,0,4.6736,5.0339,0,4.523,4.7668,0,4.3791,4.5,0,4.2495,4.233,0 +L 3.3952,5.3007,4.2495,5.3007 +L 7.2055,5.3007,8.0636,5.3007 +PL 5.1041,5.7966,0,5.1041,6.8644,0,3.8225,6.8644,0 +PL 6.3548,5.7966,0,6.3548,6.8644,0,5.5314,6.8644,0,5.5314,8.9999,0 +L 6.7852,6.8644,7.6363,6.8644 +PL 4.2495,8.1992,0,4.0954,8.4661,0,3.9553,8.733,0,3.8225,8.9999,0 +PL 6.7852,7.932,0,6.9117,8.3022,0,7.0553,8.6554,0,7.2055,8.9999,0 + +[52df] 募 +PL 1.655,0,0,2.7478,0.4251,0,3.4097,0.9096,0,4.2188,1.8687,0,2.3835,2.0367,0,1.5079,1.9675,0,0.8316,1.6017,0 +PL 5.0734,0,0,6.2642,0.5537,0,6.0783,1.5819,0,4.6461,2.1356,0 +PL 7.6057,1.6017,0,5.984,3.0933,0,4.7193,3.4661,0,2.9401,3.4321,0,2.7898,3.1921,0,2.6389,2.9351,0,2.5093,2.6695,0 +PL 0.8316,3.6992,0,2.5093,3.6992,0,2.5093,3.6992,0,2.5093,3.6992,0 +PL 6.3234,3.6992,0,8.0295,3.6992,0,8.0295,3.6992,0,8.0295,3.6992,0 +PL 3.3639,4.5001,0,2.9401,4.6032,0,2.5093,4.6893,0,2.0823,4.767,0,2.0823,6.9026,0,2.5093,7.0057,0,2.9401,7.0918,0,3.3639,7.1695,0,3.2101,7.4351,0,3.07,7.6921,0,2.9401,7.9322,0,0.8316,7.9322,0,0.8316,7.9322,0,0.8316,7.9322,0 +PL 3.7912,4.767,0,6.7511,4.767,0,6.7511,5.8348,0,2.5093,5.8348,0,2.5093,5.8348,0,2.5093,5.8348,0 +PL 6.7511,6.6356,0,5.7525,6.7387,0,4.7687,6.8248,0,3.7912,6.9026,0 +PL 5.2555,7.7034,0,4.7687,7.7798,0,4.278,7.856,0,3.7912,7.9322,0,3.6409,8.3023,0,3.4973,8.6554,0,3.3639,9,0 +PL 5.8961,7.9322,0,5.7459,8.3023,0,5.6023,8.6554,0,5.4723,9,0 +PL 6.3234,7.9322,0,8.0295,7.9322,0,8.0295,7.9322,0,8.0295,7.9322,0 + +[52e2] 勢 +PL 0.5229,0,0,1.6472,0.1427,0,2.4846,0.6327,0,3.5105,1.5635,0,3.1147,1.9392,0,2.3442,2.0777,0,0.5229,2.0974,0 +PL 5.1882,0,0,6.1724,0.2727,0,6.4631,1.0112,0,6.4736,2.0974,0,3.9417,2.0974,0,3.6436,2.6314,0,3.3638,3.1653,0,3.0867,3.6992,0,2.092,3.5354,0,1.1008,3.3546,0,0.1271,3.1653,0 +PL 1.8052,4.2331,0,1.4724,4.6087,0,1.1393,4.7472,0,0.5229,4.767,0 +PL 3.9417,4.2331,0,4.3444,5.0326,0,4.7644,5.8233,0,5.1882,6.5974,0,4.894,6.8644,0,4.6103,7.1314,0,4.3371,7.3984,0 +PL 6.8977,4.2331,0,6.5997,4.7063,0,6.4914,5.5269,0,6.4736,7.3984,0,5.5139,7.5847,0,5.2092,8.1271,0,5.1882,9,0 +PL 2.2321,4.767,0,2.043,5.3192,0,2.134,5.9817,0,2.2321,6.8644,0,1.3005,6.6483,0,0.7541,6.3814,0,0.1271,5.8348,0 +PL 2.6594,5.8348,0,3.5105,5.8348,0,3.5105,5.8348,0,3.5105,5.8348,0 +PL 2.6594,6.8644,0,3.5105,6.8644,0,3.5105,6.8644,0,3.5105,6.8644,0 +PL 1.8052,7.3984,0,1.4724,7.774,0,1.1393,7.9125,0,0.5229,7.9322,0 +PL 2.2321,7.9322,0,2.0815,8.3023,0,1.9348,8.6554,0,1.8052,9,0 + +[52e4] 勤 +PL 0.4288,0,0,2.11,0,0,2.0259,1.435,0,1.6617,2.0225,0,0.8281,2.1356,0 +PL 3.8196,0,0,3.4865,0.3757,0,3.1541,0.514,0,2.5412,0.5339,0 +PL 5.9245,0,0,7.2344,1.2189,0,7.3605,3.853,0,7.2061,6.3686,0,5.5428,5.5169,0,4.9543,3.3686,0,4.2469,0.5339,0 +PL 2.5412,2.1356,0,1.9034,2.8871,0,1.4621,3.1638,0,0.8281,3.2033,0 +PL 2.5412,3.2033,0,2.2431,3.7359,0,1.9598,4.2598,0,1.6827,4.7669,0,0.8281,4.7669,0,0.8281,6.3686,0,3.3923,6.3686,0,3.3923,4.7669,0,2.772,4.8065,0,2.4462,5.0833,0,2.11,5.8347,0 +PL 4.8559,6.3686,0,5.3042,6.822,0,5.4724,7.5042,0,5.4972,9,0 +PL 0.4288,7.9703,0,1.2554,7.9703,0,1.2554,9,0,1.2554,9,0,1.2554,9,0 +PL 1.6827,7.9703,0,2.965,7.9703,0,2.965,9,0,2.965,9,0,2.965,9,0 + +[52e7] 勧 +PL 1.5945,0,0,1.5801,2.6229,0,1.4684,3.7205,0,1.1707,4.2331,0,1.0162,4.0694,0,0.8691,3.8885,0,0.7399,3.6991,0 +PL 2.0218,0,0,2.876,0,0,2.8449,0.7443,0,2.6242,1.1497,0,2.0218,1.5636,0 +PL 3.2721,0,0,4.5537,0,0,5.3873,1.9606,0,5.7515,3.8108,0,5.8356,5.7967,0,5.5417,5.9859,0,5.2545,6.1668,0,4.981,6.3304,0 +PL 6.2594,0,0,7.5308,1.2345,0,7.6642,3.8757,0,7.5133,6.3304,0,6.1442,6.6159,0,5.8009,7.4945,0,5.8356,9.0001,0 +PL 3.2721,1.5636,0,2.8449,1.9337,0,2.4277,2.2867,0,2.0218,2.6314,0 +PL 3.2721,2.6314,0,2.7012,3.3546,0,2.144,4.0694,0,1.5945,4.7671,0,1.8922,5.1808,0,2.0039,5.5862,0,2.0218,6.3304,0,0.7399,6.3304,0,0.7399,6.3304,0,0.7399,6.3304,0 +PL 3.2721,4.2331,0,3.0935,4.7854,0,3.1881,5.4478,0,3.2721,6.3304,0,2.4487,6.3304,0,2.4487,7.9322,0,1.5349,7.9124,0,1.0866,7.7741,0,0.7399,7.3984,0 +PL 2.876,7.9322,0,4.1267,7.9322,0,4.1267,7.9322,0,4.1267,7.9322,0 + +[52f2] 勲 +PL 0.649,0,0,0.7789,0.3701,0,0.9225,0.7232,0,1.0763,1.0678,0 +PL 3.605,0.2669,0,3.4548,0.5339,0,3.3112,0.8008,0,3.1812,1.0678,0 +PL 5.7419,0.2669,0,5.5909,0.5339,0,5.4438,0.8008,0,5.3146,1.0678,0 +PL 7.8469,0.2669,0,7.6959,0.5339,0,7.5558,0.8008,0,7.4157,1.0678,0 +PL 0.649,2.1356,0,2.3585,2.1356,0,2.2041,3.2866,0,1.7736,3.6666,0,1.0763,3.6991,0 +PL 4.4596,2.1356,0,5.2267,3.4619,0,5.626,4.9152,0,5.7419,6.3686,0,5.4438,6.5578,0,5.1636,6.7387,0,4.8908,6.9025,0 +PL 6.1692,2.1356,0,7.3912,2.9985,0,7.5456,4.9209,0,7.4157,6.9025,0,6.1307,7.0819,0,5.7485,7.7274,0,5.7419,9,0 +PL 2.7504,2.6695,0,3.605,2.6695,0,3.605,2.6695,0,3.605,2.6695,0 +PL 2.7504,3.6991,0,2.1445,4.4505,0,1.7067,4.7273,0,1.0763,4.767,0,1.0763,6.9025,0,1.6895,6.9321,0,2.0219,7.1398,0,2.3585,7.7034,0,1.9274,7.8064,0,1.5001,7.8926,0,1.0763,7.9703,0 +PL 2.7504,4.767,0,2.3266,5.137,0,1.9099,5.4902,0,1.5001,5.8347,0 +PL 3.3917,4.767,0,3.4548,5.137,0,3.5245,5.4902,0,3.605,5.8347,0,2.989,5.8545,0,2.6667,5.993,0,2.3585,6.3686,0,2.6667,6.7245,0,2.989,6.7245,0,3.605,6.3686,0 +PL 2.7504,7.9703,0,3.0275,8.1496,0,3.3112,8.3121,0,3.605,8.4661,0 + +[52fa] 勺 +PL 4.7343,0,0,6.0127,0,0,7.0743,2.4605,0,7.3121,4.6583,0,7.2666,7.3983,0,2.2024,7.3983,0,1.6242,6.5213,0,1.0533,5.6442,0,0.4929,4.767,0 +PL 4.3039,3.4322,0,3.8832,4.0693,0,3.4528,4.6894,0,3.0255,5.3009,0 +PL 2.2024,7.9323,0,2.2024,9,0,2.2024,9,0,2.2024,9,0 + +[5301] 匁 +PL 0.8872,0,0,1.8048,1.0664,0,2.7189,2.1243,0,3.6369,3.1653,0,3.4194,3.9944,0,2.9259,4.815,0,1.7106,6.3306,0,1.2237,5.8235,0,0.7369,5.2995,0,0.2501,4.7669,0 +PL 4.4912,0,0,5.1216,0.048,0,5.5598,0.3842,0,6.1657,1.2966,0,5.4649,1.9337,0,4.7647,2.5537,0,4.0607,3.1653,0 +PL 7.02,1.5636,0,6.1657,2.6314,0,6.4704,3.1639,0,6.5821,4.3997,0,6.5962,7.3984,0,4.0607,7.3984,0,4.0607,4.7669,0 +PL 1.9274,7.1314,0,2.0573,7.7684,0,2.2041,8.3884,0,2.355,9,0 +L 2.7823,7.3984,3.6369,7.3984 + +[5305] 包 +PL 2.4753,0,0,7.144,0,0,7.144,1.6017,0,7.144,1.6017,0,7.144,1.6017,0 +PL 2.0518,0,0,1.7506,0.4929,0,1.6382,1.4519,0,1.6207,3.6992,0,4.1848,3.6992,0,4.1848,5.8349,0,1.6207,5.8349,0,1.6207,5.8349,0,1.6207,5.8349,0 +PL 5.0079,2.1356,0,5.866,2.1356,0,6.612,4.0876,0,6.7623,5.8785,0,6.7167,7.9322,0,1.6207,7.9322,0,1.1934,7.2444,0,0.7804,6.5481,0,0.3703,5.8349,0 + +[5316] 化 +PL 1.9879,0,0,1.9073,1.7811,0,1.8408,3.5454,0,1.7781,5.3009,0,1.4205,4.9563,0,1.0773,4.6034,0,0.7379,4.2332,0 +PL 4.9513,0,0,4.6711,0.6893,0,4.5661,3.0228,0,4.5552,9.0002,0 +PL 5.3786,0,0,7.9421,0,0,7.9421,1.6018,0 +PL 5.1611,5.3009,0,5.9352,5.8348,0,6.7197,6.3687,0,7.5113,6.9026,0 +PL 1.9879,6.1018,0,2.5903,7.4296,0,2.8113,8.1811,0,2.8428,9.0002,0 + +[5317] 北 +L 2.5318,9.0001,2.5318,0 +L 0.4261,6.3689,2.5318,6.3689 +PL 7.1998,1.6018,0,7.1998,0,0,6.4671,0,-0.4142,4.6671,1.8,0,4.6669,9.0001,0 +L 0.0002,1.6018,2.5318,2.1357 +PL 7.199,6.4171,-0.1677,5.5509,5.8448,0,5.0942,5.8448,0 + +[5320] 匠 +PL 0.4023,0.0001,0,0.4023,8.5044,0,6.7491,8.5044,0,6.7491,8.5044,0,6.7491,8.5044,0 +PL 0.8296,0.0001,0,7.1726,0.0001,0,7.1726,0.0001,0,7.1726,0.0001,0 +PL 1.2569,1.6018,0,1.9049,3.236,0,2.0835,4.6583,0,2.0768,6.3687,0,3.7405,6.5072,0,4.8263,6.7643,0,5.898,6.9027,0 +PL 4.6441,1.6018,0,4.6441,4.7671,0,2.5073,4.7671,0,2.5073,4.7671,0,2.5073,4.7671,0 +PL 5.0714,4.7671,0,6.318,4.7671,0,6.318,4.7671,0,6.318,4.7671,0 + +[5339] 匹 +PL 0.865,0,0,0.865,8.4661,0,7.2429,8.4661,0,7.2429,8.4661,0,7.2429,8.4661,0 +PL 1.2887,0,0,7.6632,0,0,7.6632,0,0,7.6632,0,0 +PL 1.716,2.0974,0,2.6754,3.9492,0,2.9801,5.9279,0,2.9976,7.9322,0 +PL 5.1026,2.6314,0,4.8049,3.1836,0,4.6931,4.558,0,4.6788,7.9322,0 +PL 5.5334,2.6314,0,6.8121,2.6314,0,6.8121,4.233,0,6.8121,4.233,0,6.8121,4.233,0 + +[533a] 区 +PL 0.4612,0,0,0.4612,8.4663,0,6.8073,8.4663,0,6.8073,8.4663,0,6.8073,8.4663,0 +PL 1.4976,1.6018,0,2.4152,2.6682,0,3.3399,3.726,0,4.275,4.7671,0,3.5539,5.4902,0,2.8429,6.2049,0,2.142,6.9026,0 +PL 0.8917,0,0,7.2349,0,0,7.2349,0,0,7.2349,0,0 +PL 5.9527,2.4027,0,5.5289,3.0128,0,5.1125,3.623,0,4.7023,4.2332,0 +PL 4.7023,5.3009,0,4.979,6.0243,0,5.2526,6.7388,0,5.5289,7.4366,0 + +[533b] 医 +PL 0.7399,0,0,0.7399,8.4663,0,7.1178,8.4663,0 +L 1.1707,0,7.5133,0 +PL 1.8043,1.6018,0,2.5713,2.3151,0,3.3418,3.0114,0,4.1267,3.6993,0,3.7481,4.0752,0,3.09,4.2133,0,1.5945,4.2332,0 +PL 6.2594,1.6018,0,5.6818,2.1344,0,5.1109,2.6584,0,4.5537,3.1653,0 +PL 4.5537,4.2332,0,4.2525,4.6682,0,4.1408,5.2219,0,4.1267,6.3687,0,2.9289,6.1511,0,2.386,5.8744,0,2.0218,5.3009,0 +L 4.981,4.2332,6.6905,4.2332 +L 4.5537,6.3687,6.2594,6.3687 + +[533f] 匿 +PL 0.5588,0.0152,0,0.5588,8.4814,0,7.3287,8.4814,0,7.3287,8.4814,0,7.3287,8.4814,0 +PL 0.9826,0.0152,0,7.3287,0.0152,0,7.3287,0.0152,0,7.3287,0.0152,0 +PL 2.6637,1.0449,0,2.5797,1.7681,0,2.5093,2.4828,0,2.4497,3.1805,0,2.089,3.0167,0,1.7457,2.8358,0,1.4099,2.6466,0 +PL 3.0837,1.0449,0,5.651,1.0449,0,5.651,3.7144,0,2.6637,3.7144,0,2.6637,3.7144,0,2.6637,3.7144,0 +PL 3.0837,4.2483,0,3.2168,4.5152,0,3.3639,4.7821,0,3.5148,5.0491,0,2.814,5.1523,0,2.11,5.2384,0,1.4099,5.3161,0 +PL 3.9421,5.3161,0,6.8982,5.3161,0,6.8982,5.3161,0,6.8982,5.3161,0 +PL 1.4099,6.8797,0,6.4744,6.8797,0,6.4744,6.8797,0,6.4744,6.8797,0 + +[5341] 十 +L 3.1725,8.9999,3.1725,0 +L -0.0004,5.3007,6.3454,5.3007 + +[5343] 千 +L 0.854,7.3982,5.4913,8.4662 +L -0.0002,4.7669,6.7728,4.7669 +L 3.3863,0,3.3863,7.9814 + +[5347] 升 +PL 0.6183,0.0001,0,2.1349,2.2869,0,2.4532,4.0566,0,0.4288,4.7671,0 +PL 5.4972,0.0001,0,5.0349,4.0448,0,4.0157,4.872,0,2.9996,5.2556,0,2.5412,7.9705,0,0.8281,7.9705,0,0.8281,7.9705,0,0.8281,7.9705,0 +PL 5.9245,4.7671,0,5.6233,5.2797,0,5.5147,6.3773,0,5.4972,9.0001,0 +PL 6.355,4.7671,0,7.6334,4.7671,0,7.6334,4.7671,0,7.6334,4.7671,0 +PL 2.5412,8.5044,0,3.0942,8.6838,0,3.6686,8.8462,0,4.2469,9.0001,0 + +[5348] 午 +L 6.8035,3.7375,-0.0003,3.7375 +L 5.9489,7.4364,0.9621,7.4364 +L 3.3865,0,3.3865,7.4364 +A -3.832,9.2281,5.1185,318.475,357.446 + +[534a] 半 +L 3.3862,9.0001,3.3862,0 +L 6.7723,3.1652,0,3.1652 +L 5.9192,5.8349,0.8546,5.8349 +L 5.4919,8.4662,4.6681,6.9027 +L 0.8546,8.4662,1.6784,7.1695 + +[5351] 卑 +PL 4.9513,0,0,4.8673,0.6369,0,4.7969,1.257,0,4.7373,1.8687,0,3.3927,1.9449,0,2.0618,2.0211,0,0.7379,2.0974,0 +PL 5.3786,2.0974,0,5.0739,2.5324,0,4.9688,3.0862,0,4.9513,4.233,0,2.8428,4.233,0,2.8288,3.4619,0,2.7199,3.0466,0,2.4191,2.6314,0 +PL 5.8024,2.0974,0,7.9421,2.0974,0,7.9421,2.0974,0,7.9421,2.0974,0 +PL 1.5641,4.233,0,1.5641,7.3983,0,2.8078,7.5254,0,3.6554,7.9067,0,4.5552,8.9999,0 +PL 5.3786,4.233,0,6.6602,4.233,0,6.6602,5.8348,0,4.5552,5.8348,0,4.4014,5.4901,0,4.2575,5.137,0,4.1279,4.7669,0 +PL 1.9879,5.8348,0,3.1546,5.8418,0,3.8796,6.1963,0,4.1279,7.3983,0,6.6602,7.3983,0,6.6602,6.3687,0,6.6602,6.3687,0,6.6602,6.3687,0 + +[5352] 卒 +L 3.8496,7.9704,6.3815,7.9704 +PL 0.4592,7.9704,0,3.4184,7.9704,0,3.4184,9.0383,0,3.4184,8.0088,0 +PL 3.4184,0,0,3.0647,2.438,0,1.9579,2.8504,0,0.0351,2.6696,0 +PL 3.8496,2.6696,0,3.1453,3.7359,0,2.4448,4.7939,0,1.7408,5.8348,0,1.3135,5.3278,0,0.8897,4.8037,0,0.4592,4.2714,0 +L 4.2734,2.6696,6.8057,2.6696 +L 6.3815,4.2714,5.5549,5.3009 +PL 3.8496,4.2714,0,4.7497,5.4112,0,5.0825,6.0933,0,5.1245,6.9026,0 +L 0.0351,8.0088,6.8057,8.0088 + +[5353] 卓 +PL 3.8832,0,0,3.2952,1.5848,0,1.9537,1.7712,0,0.4929,1.6017,0 +PL 4.3039,1.6017,0,4.0093,2.0155,0,3.8976,2.4209,0,3.8832,3.1653,0,1.7783,3.1653,0,1.7783,6.3686,0,3.8832,6.3686,0,3.8832,9.0001,0,3.8832,9.0001,0,3.8832,9.0001,0 +PL 4.7343,1.6017,0,7.2666,1.6017,0,7.2666,1.6017,0,7.2666,1.6017,0 +PL 4.3039,3.1653,0,6.0127,3.1653,0,6.0127,4.7671,0,2.2024,4.7671,0,2.2024,4.7671,0,2.2024,4.7671,0 +PL 6.0127,5.3009,0,6.0127,6.3686,0,4.3039,6.3686,0,4.3039,6.3686,0,4.3039,6.3686,0 +PL 4.3039,7.9322,0,6.4089,7.9322,0,6.4089,7.9322,0,6.4089,7.9322,0 + +[5354] 協 +PL 2.5396,0,0,3.1417,1.1668,0,3.3624,1.8589,0,3.3977,2.6696,0,3.0997,2.8589,0,2.816,3.0397,0,2.5396,3.2034,0 +PL 4.0037,0,0,4.2208,0.1893,0,4.431,0.3702,0,4.6446,0.534,0,4.6446,3.2034,0,4.0313,3.243,0,3.7056,3.5199,0,3.3977,4.2714,0 +PL 5.5027,0,0,6.1051,1.1668,0,6.3219,1.8589,0,6.3538,2.6696,0,6.0592,2.8589,0,5.772,3.0397,0,5.5027,3.2034,0 +PL 6.9947,0,0,7.208,0.1893,0,7.422,0.3702,0,7.6353,0.534,0,7.6353,3.2034,0,7.0193,3.243,0,6.6862,3.5199,0,6.3538,4.2714,0 +PL 3.5799,5.3009,0,4.0667,6.024,0,4.564,6.7389,0,5.0719,7.4365,0,4.7287,7.8123,0,4.2905,7.9506,0,3.3977,7.9704,0 +PL 5.9297,5.3009,0,7.0049,5.671,0,7.2501,6.6343,0,7.208,7.9704,0,5.5027,7.9704,0,5.3482,8.3406,0,5.2046,8.6936,0,5.0719,9.0383,0 +L 1.7302,0,1.7302,9.0383 +L 0.8301,6,2.63,6 + +[5357] 南 +PL 5.0639,0,0,6.3458,0,0,6.3458,6.3689,0,0.3959,6.3689,0,0.3959,0,0 +L 6.7731,7.9322,-0.0006,7.9322 +L 3.3856,9.0001,3.3856,6.3689 +L 1.6778,4.233,5.0639,4.233 +L 5.0639,2.6314,1.6778,2.6314 +L 3.3856,0.5341,3.3856,4.233 +L 2.1051,5.835,2.9597,4.767 +L 3.8129,4.5001,4.6366,6.1019 + +[5358] 単 +PL 4.1884,0,0,3.7195,2.0114,0,2.4933,2.3109,0,0.8019,2.1356,0 +PL 4.6157,2.1356,0,4.3219,2.6681,0,4.0343,3.1921,0,3.7615,3.6991,0,1.6565,3.6991,0,1.6565,6.9026,0,2.917,7.0058,0,4.1884,7.0918,0,5.4703,7.1695,0,5.7439,7.7798,0,6.0307,8.3899,0,6.3214,9.0001,0 +L 5.0395,2.1356,7.5718,2.1356 +PL 4.6157,3.6991,0,4.3219,4.2331,0,4.0343,4.767,0,3.7615,5.3009,0,2.0835,5.3009,0 +PL 5.0395,3.6991,0,6.7176,3.6991,0,6.7176,5.3009,0,4.6157,5.3009,0,4.462,5.671,0,4.3219,6.0241,0,4.1884,6.3688,0 +PL 6.7176,5.8348,0,6.7176,6.9026,0,5.8976,6.9026,0 +PL 2.5076,8.2374,0,2.3605,8.5029,0,2.2169,8.76,0,2.0835,9.0001,0 +PL 4.1884,8.2374,0,4.0343,8.5029,0,3.8907,8.76,0,3.7615,9.0001,0 + +[535a] 博 +PL 1.0446,0,0,1.0446,5.8349,0,0.7644,6.0241,0,0.4909,6.2049,0,0.2177,6.3687,0 +PL 5.2857,0,0,6.1368,0,0,5.6675,2.4618,0,4.3576,2.839,0,2.323,2.6314,0 +PL 6.5641,2.6314,0,6.4135,2.8983,0,6.2703,3.1652,0,6.1368,3.4323,0,5.1355,3.5353,0,4.1544,3.6215,0,3.1738,3.6992,0,3.1738,6.9025,0,3.6676,7.0058,0,4.1544,7.0919,0,4.6451,7.1695,0,4.5782,7.435,0,4.5187,7.6923,0,4.4592,7.9322,0,2.323,7.9322,0,2.323,7.9322,0,2.323,7.9322,0 +PL 6.5641,3.6992,0,6.5641,5.3009,0,5.2857,5.3009,0,5.132,4.9563,0,4.9884,4.6032,0,4.8549,4.2332,0 +PL 3.6046,5.3009,0,4.4592,5.3009,0,4.7324,5.8349,0,5.0094,6.3687,0,5.2857,6.9025,0,6.5641,6.9025,0,6.5641,5.8349,0,6.5641,5.8349,0,6.5641,5.8349,0 +PL 1.4649,6.3687,0,1.1704,6.8221,0,1.0583,7.5043,0,1.0446,9,0 +PL 5.2857,7.9322,0,5.132,8.3023,0,4.9884,8.6554,0,4.8549,9,0 +PL 5.7095,7.9322,0,6.1368,8.0353,0,6.5641,8.1214,0,6.9918,8.1991,0,6.8373,8.4662,0,6.6941,8.733,0,6.5641,9,0 + +[5360] 占 +PL 1.1934,0,0,1.1934,3.6991,0,3.761,3.6991,0,3.761,9,0,3.761,9,0,3.761,9,0 +PL 1.6207,0,0,6.2863,0,0,6.2863,3.6991,0,4.1848,3.6991,0,4.1848,3.6991,0,4.1848,3.6991,0 +PL 4.1848,6.8644,0,6.7167,6.8644,0,6.7167,6.8644,0,6.7167,6.8644,0 + +[5370] 印 +PL 0.4347,1.6017,0,0.4347,7.9704,0,1.6637,7.9902,0,2.3225,8.1285,0,2.9635,8.5044,0 +PL 4.2453,0,0,4.2453,7.9704,0,7.2046,7.9704,0,7.2046,1.6017,0,5.9542,1.6017,0,5.9542,1.6017,0,5.9542,1.6017,0 +PL 0.8585,1.6017,0,2.9635,1.6017,0,2.9635,1.6017,0,2.9635,1.6017,0 +PL 0.8585,4.7671,0,2.9635,4.7671,0,2.9635,4.7671,0,2.9635,4.7671,0 + +[5371] 危 +PL 0.2501,0.2669,0,0.8486,2.0747,0,1.0693,3.5183,0,1.1047,5.8347,0,2.0815,5.9379,0,3.066,6.024,0,4.0607,6.1017,0,4.3371,6.6356,0,4.6208,7.1695,0,4.915,7.7033,0,3.7907,7.8064,0,2.6598,7.8926,0,1.5285,7.9703,0,1.1047,7.4364,0,0.6774,6.9026,0,0.2501,6.3686,0 +PL 3.2061,0,0,2.9049,0.5126,0,2.7995,1.6101,0,2.7823,4.233,0,5.7419,4.233,0,5.7419,2.1356,0,4.4912,2.1356,0,4.4912,2.1356,0,4.4912,2.1356,0 +PL 3.6369,0,0,7.02,0,0,7.02,1.6017,0,7.02,1.6017,0,7.02,1.6017,0 +PL 4.4912,5.8347,0,7.02,5.8347,0,7.02,5.8347,0,7.02,5.8347,0 + +[5373] 即 +PL 4.8564,0,0,4.8564,8.4662,0,6.9614,8.4662,0,6.9614,1.6017,0,6.1348,1.6017,0,6.1348,1.6017,0,6.1348,1.6017,0 +PL 0.6153,1.0678,0,0.6153,8.4662,0,3.1476,8.4662,0,3.1476,4.2331,0,1.0426,4.2331,0,1.0426,4.2331,0,1.0426,4.2331,0 +PL 1.0426,1.0678,0,1.7428,1.524,0,2.4436,1.9719,0,3.1476,2.4026,0,2.9966,2.6681,0,2.8495,2.9252,0,2.7164,3.1653,0 +PL 3.5749,1.0678,0,3.5749,2.1356,0,3.5749,2.1356,0,3.5749,2.1356,0 +PL 1.0426,6.3686,0,2.7164,6.3686,0,2.7164,6.3686,0,2.7164,6.3686,0 + +[5374] 却 +PL 5.4387,0.0001,0,5.4387,8.4661,0,7.5436,8.4661,0,7.5436,1.6017,0,6.6925,1.6017,0,6.6925,1.6017,0,6.6925,1.6017,0 +PL 0.7695,1.0678,0,1.628,1.0678,0,1.8977,2.048,0,2.1744,3.0114,0,2.4507,3.9661,0,2.1008,4.5297,0,1.6662,4.7374,0,0.7695,4.7669,0 +PL 2.2336,1.0678,0,2.7208,1.5142,0,3.2178,1.9435,0,3.7291,2.3645,0,3.5789,2.6314,0,3.4353,2.8983,0,3.3018,3.1652,0 +PL 2.8745,4.7669,0,2.346,6.0425,0,2.1569,7.0128,0,1.1968,7.3983,0 +PL 3.3018,4.7669,0,4.1603,4.7669,0,4.1603,4.7669,0,4.1603,4.7669,0 +PL 2.8745,7.3983,0,2.5768,7.8136,0,2.4682,8.2288,0,2.4507,9,0 + +[5375] 卵 +PL 1.5056,0,0,1.9927,0.6371,0,2.4897,1.2571,0,2.9976,1.8687,0,2.7878,2.1342,0,2.5703,2.3913,0,2.357,2.6314,0,2.0593,2.4676,0,1.7791,2.2868,0,1.5056,2.0975,0,1.4215,4.2316,0,1.3518,6.3575,0,1.2887,8.4662,0,2.5216,8.4861,0,3.1906,8.6244,0,3.8522,9.0001,0 +PL 5.1026,0,0,5.1026,8.4662,0,7.6632,8.4662,0,7.6632,2.0975,0,6.3845,2.0975,0,6.3845,2.0975,0,6.3845,2.0975,0 +PL 3.4284,3.6992,0,3.4284,6.8645,0,3.4284,6.8645,0,3.4284,6.8645,0 +PL 6.3845,5.034,0,6.2339,5.3009,0,6.0871,5.5679,0,5.9537,5.8349,0 +PL 2.5703,5.5679,0,2.4235,5.8349,0,2.2726,6.1018,0,2.1433,6.3687,0 + +[5378] 卸 +PL 5.4387,0,0,5.4387,8.5042,0,7.5436,8.5042,0,7.5436,1.6017,0,6.2652,1.6017,0,6.2652,1.6017,0,6.2652,1.6017,0 +PL 1.1968,0.5339,0,1.1968,4.2711,0,1.1968,4.2711,0,1.1968,4.2711,0 +PL 1.628,0.5339,0,1.8171,0.7231,0,2.0203,0.904,0,2.2336,1.0679,0,2.4122,3.8969,0,2.1604,5.3955,0,0.7695,5.8347,0 +PL 2.8745,1.0679,0,3.2076,1.4435,0,3.5403,1.5818,0,4.1603,1.6017,0 +PL 2.8745,3.7373,0,3.7291,3.7373,0,3.7291,3.7373,0,3.7291,3.7373,0 +PL 2.8745,5.8347,0,2.5768,6.2698,0,2.4682,6.8235,0,2.4507,7.9704,0,1.5544,7.7529,0,1.1198,7.4759,0,0.7695,6.9025,0 +PL 3.3018,5.8347,0,4.1603,5.8347,0,4.1603,5.8347,0,4.1603,5.8347,0 +PL 2.8745,7.9704,0,3.7291,7.9704,0,3.7291,7.9704,0,3.7291,7.9704,0 + +[5384] 厄 +PL 0.2797,0.267,0,0.9697,3.0452,0,1.1277,5.6371,0,1.1032,8.4662,0,7.4811,8.4662,0 +PL 3.2393,0,0,2.9381,0.5904,0,2.8264,2.2317,0,2.812,6.3306,0,5.7681,6.3306,0,5.7681,2.6314,0,4.4897,2.6314,0 +PL 3.6631,0,0,7.0538,0,0,7.0538,1.5636,0 + +[5398] 厘 +PL 0.2817,0.2669,0,0.9752,3.0368,0,1.1503,5.6201,0,1.1328,8.4661,0,7.4796,8.4661,0,7.4796,8.4661,0,7.4796,8.4661,0 +PL 1.5601,0,0,4.5236,0,0,4.3064,1.7133,0,3.6266,2.1384,0,2.4112,2.0975,0 +PL 4.9473,0,0,7.4796,0,0,7.4796,0,0,7.4796,0,0 +PL 4.9473,2.0975,0,4.6528,2.6314,0,4.3691,3.1653,0,4.0924,3.6991,0,2.4112,3.6991,0,2.4112,6.9025,0,6.6562,6.9025,0,6.6562,3.6991,0,4.9473,3.6991,0,4.6528,4.233,0,4.3691,4.7669,0,4.0924,5.3009,0,2.8105,5.3009,0,2.8105,5.3009,0,2.8105,5.3009,0 +PL 5.3746,2.0975,0,6.6562,2.0975,0,6.6562,2.0975,0,6.6562,2.0975,0 +PL 4.9473,5.3009,0,4.7932,5.6709,0,4.6528,6.024,0,4.5236,6.3687,0 +PL 5.3746,5.3009,0,6.2292,5.3009,0,6.2292,5.3009,0,6.2292,5.3009,0 + +[539a] 厚 +PL 0.3403,0.267,0,1.0373,3.0368,0,1.2092,5.6202,0,1.1914,8.4661,0,7.5382,8.4661,0,7.5382,8.4661,0,7.5382,8.4661,0 +PL 3.2963,0,0,4.5821,0,0,4.186,1.9167,0,3.1352,2.2401,0,1.6222,2.0975,0 +PL 5.0094,2.0975,0,4.8549,2.2868,0,4.7117,2.4676,0,4.5821,2.6314,0,5.0094,3.0876,0,5.4367,3.5354,0,5.864,3.9661,0,4.5821,4.0692,0,3.3107,4.1555,0,2.0495,4.2332,0 +PL 5.4367,2.0975,0,7.5382,2.0975,0,7.5382,2.0975,0,7.5382,2.0975,0 +PLC 2.4452,5.9858,0,2.4452,7.3984,0,6.6867,7.3984,0,6.6867,5.2628,0,2.4452,5.2628,0 +PL 2.8725,6.3305,0,6.2913,6.3305,0,6.2913,6.3305,0,6.2913,6.3305,0 + +[539f] 原 +PL 7.4176,9.0001,0,1.1163,9.0001,0,1.1163,4.5001,-0.0973,0.2478,0.0742,0 +PLC 2.02,4.0001,0,7.4176,4.0001,0,7.4176,7.5001,0,2.02,7.5001,0 +L 4.5172,9.0001,4.92,7.5001 +L 2.02,5.7501,7.4176,5.7501 +PL 4.7203,4.0001,0,4.7203,0,0,3.8206,0,0 +L 7.4176,0.8729,6.0201,2.2729 +L 2.02,0.8729,3.4209,2.2729 + +[53b3] 厳 +PL 0.6158,0.2669,0,0.9167,1.0664,0,1.0291,2.9251,0,1.0431,7.4364,0,2.7309,7.5395,0,4.4331,7.6256,0,6.1427,7.7033,0,6.4124,8.1497,0,6.6961,8.5791,0,6.9938,9,0 +PL 4.0303,0,0,4.0303,1.6017,0,3.526,1.4378,0,3.029,1.257,0,2.5386,1.0677,0,2.4581,2.3149,0,2.3877,3.5451,0,2.3215,4.7669,0,3.1792,4.7669,0,3.1792,6.3686,0,2.3215,6.3686,0,2.3215,6.3686,0,2.3215,6.3686,0 +PL 5.2842,0,0,5.7115,0.637,0,6.1427,1.257,0,6.5661,1.8685,0,5.9497,2.7274,0,5.6173,3.5776,0,5.2842,4.233,0,5.134,4.079,0,4.9865,3.9166,0,4.8569,3.7373,0 +PL 7.8484,0,0,7.5503,0.3701,0,7.2701,0.7231,0,6.9938,1.0677,0 +PL 4.0303,2.4025,0,3.61,2.5056,0,3.1792,2.5917,0,2.7519,2.6695,0 +PL 6.9938,2.6695,0,6.9938,4.7669,0,5.2842,4.7669,0,5.2842,4.7669,0,5.2842,4.7669,0 +PL 4.0303,3.4704,0,3.61,3.5734,0,3.1792,3.6596,0,2.7519,3.7373,0 +PL 5.7115,5.3008,0,5.7115,6.3686,0,5.7115,6.3686,0,5.7115,6.3686,0 +PL 6.5661,7.4364,0,7.8484,7.4364,0,7.8484,7.4364,0,7.8484,7.4364,0 + +[53bb] 去 +PL 1.0142,0,0,1.4415,0.103,0,1.8688,0.1892,0,2.2926,0.2669,0,2.6989,1.6002,0,3.1192,2.9251,0,3.5465,4.233,0,0.5838,4.233,0,0.5838,4.233,0,0.5838,4.233,0 +PL 2.9059,0,0,3.7496,0.4039,0,4.9759,0.74,0,6.5344,1.2966,0,6.2399,1.7527,0,5.9562,2.2005,0,5.6798,2.6312,0 +PL 3.9703,4.233,0,3.7605,6.3898,0,2.99,6.9194,0,1.4415,6.8644,0 +PL 4.4014,4.233,0,7.361,4.233,0,7.361,4.233,0,7.361,4.233,0 +PL 4.4014,6.8644,0,4.1002,7.2994,0,3.9878,7.8531,0,3.9703,8.9999,0 +PL 4.8249,6.8644,0,6.5344,6.8644,0,6.5344,6.8644,0,6.5344,6.8644,0 + +[53c2] 参 +PL 1.1914,0,0,2.855,0.264,0,4.2875,0.9943,0,5.864,2.0974,0 +PL 1.6222,1.5637,0,2.876,1.7076,0,3.9933,2.2076,0,5.0094,3.1653,0 +PL 1.6222,2.6314,0,2.6904,3.0467,0,3.3492,3.4619,0,4.1544,4.2331,0 +PL 0.5543,3.1653,0,1.3175,3.9661,0,2.088,4.767,0,2.8725,5.5678,0,2.0214,5.6709,0,1.1739,5.757,0,0.3403,5.8347,0 +PL 7.1179,3.1653,0,5.7726,4.6638,0,4.7008,5.5184,0,3.2963,6.1017,0,3.4333,6.4449,0,3.5734,6.7882,0,3.7271,7.1313,0,2.7324,7.2345,0,1.7448,7.3206,0,0.7711,7.3984,0 +PL 5.4367,5.8347,0,7.5382,5.8347,0,7.5382,5.8347,0,7.5382,5.8347,0 +PL 4.1544,7.3984,0,5.0724,7.4181,0,5.5137,7.5565,0,5.864,7.9324,0,5.5628,8.1215,0,5.2822,8.3023,0,5.0094,8.4662,0 +PL 2.4452,7.9324,0,2.7223,8.3023,0,3.006,8.6553,0,3.2963,9,0 + +[53c8] 又 +PL 0.9532,0,0,2.0008,1.0678,0,3.0581,2.1356,0,4.1267,3.2035,0,3.2301,4.8546,0,2.6554,6.2684,0,2.4487,7.9704,0,1.1707,7.9704,0,1.1707,7.9704,0,1.1707,7.9704,0 +PL 7.1178,0,0,6.2594,0.904,0,5.4083,1.791,0,4.5537,2.6696,0 +PL 4.5537,3.7373,0,5.4713,5.4703,0,5.9126,6.5678,0,6.2594,7.9704,0,2.876,7.9704,0,2.876,7.9704,0,2.876,7.9704,0 + +[53ca] 及 +PL 0.8301,0.0001,0,2.3501,2.839,0,2.8965,5.3221,0,2.9669,8.4661,0,1.2574,8.4661,0,1.2574,8.4661,0,1.2574,8.4661,0 +PL 3.1802,0.0001,0,3.9473,0.7133,0,4.7178,1.4097,0,5.5027,2.0975,0,4.7984,3.1652,0,4.0982,4.2332,0,3.3977,5.3009,0 +PL 7.6353,0.0001,0,7.0578,0.5338,0,6.483,1.0678,0,5.9297,1.6017,0 +PL 5.9297,2.6314,0,6.5251,3.8179,0,6.7496,4.6483,0,6.7807,5.8348,0,5.0719,5.8348,0,5.1836,6.7542,0,5.3903,7.5466,0,5.5027,8.4661,0,3.3977,8.4661,0,3.3977,8.4661,0,3.3977,8.4661,0 + +[53cb] 友 +L 0.0034,7.3983,7.2041,7.3983 +PL 0.0035,0,0.1581,2.4026,7.3983,0,2.4026,8.9998,0 +PL 1.1603,0,0.3074,5.4003,5.2626,0,2.2205,5.2626,0 +A 8.9592,5.7548,6.0167,184.692,253.033 + +[53cc] 双 +PL 0.8019,0,0,1.5021,1.3333,0,2.2029,2.6582,0,2.9069,3.9661,0,2.3321,4.6032,0,1.7791,5.2232,0,1.2257,5.8348,0 +PL 3.5475,0,0,4.462,0.7994,0,5.3863,1.5905,0,6.3214,2.3644,0,5.4878,4.5142,0,5.1236,6.3672,0,5.0395,8.4662,0,7.5718,8.4662,0,7.5441,6.5155,0,7.32,5.1413,0,6.7176,3.1653,0 +PL 8.0026,0,0,7.5718,0.5325,0,7.148,1.0565,0,6.7176,1.5636,0 +PL 3.7615,1.8306,0,3.6105,2.2868,0,3.4634,2.7345,0,3.3342,3.1653,0 +PL 2.9069,5.0339,0,3.2042,5.6949,0,3.3167,6.5847,0,3.3342,8.4662,0,0.8019,8.4662,0,0.8019,8.4662,0,0.8019,8.4662,0 + +[53cd] 反 +PL 0.3703,0.2669,0,1.0606,3.0452,0,1.2179,5.637,0,1.1934,8.4661,0,7.144,8.4661,0,7.144,8.4661,0,7.144,8.4661,0 +PL 2.262,0,0,3.0357,0.7133,0,3.8206,1.4096,0,4.6118,2.0975,0,3.7785,3.4886,0,3.4108,4.507,0,3.3302,5.7966,0,1.6207,5.7966,0,1.6207,5.7966,0,1.6207,5.7966,0 +PL 6.7167,0,0,6.1388,0.5324,0,5.5679,1.0564,0,5.0079,1.5635,0 +PL 5.0079,2.6312,0,5.9112,4.1723,0,6.2404,4.9929,0,6.2863,5.7966,0,3.761,5.7966,0,3.761,5.7966,0,3.761,5.7966,0 + +[53ce] 収 +PL 2.2641,0,0,2.2641,3.1653,0,1.7741,3.0015,0,1.2834,2.8206,0,0.7966,2.6314,0,0.7129,4.4125,0,0.646,6.1767,0,0.583,7.9322,0 +PL 3.3289,0,0,3.9453,0.8771,0,4.5828,1.7543,0,5.2202,2.6314,0,4.3796,4.6526,0,4.0402,6.4703,0,3.9733,8.4661,0,6.5056,8.4661,0,6.4709,6.4902,0,6.2499,5.1158,0,5.6475,3.1653,0 +PL 6.9294,0,0,6.5056,0.7133,0,6.0751,1.4096,0,5.6475,2.0974,0 +PL 2.2641,3.6992,0,2.2641,9,0,2.2641,9,0,2.2641,9,0 + +[53d4] 叔 +PL 0.4592,0.0001,0,1.7408,0.0001,0,1.8213,2.9677,0,1.5205,4.7233,0,0.0351,5.3009,0 +PL 3.8496,0.0001,0,4.4065,0.801,0,4.977,1.6018,0,5.5549,2.4026,0,4.928,4.5694,0,4.7182,6.3632,0,4.7038,8.5044,0,6.8057,8.5044,0,6.7773,6.5284,0,6.5636,5.154,0,5.9822,3.2035,0 +PL 7.2361,0.0001,0,6.8057,0.534,0,6.385,1.0679,0,5.9822,1.6018,0 +PL 0.0351,2.4026,0,0.165,2.849,0,0.3118,3.2784,0,0.4592,3.6993,0 +PL 3.4184,2.4026,0,3.2678,2.849,0,3.1242,3.2784,0,2.9946,3.6993,0 +PL 2.14,5.3009,0,1.8599,5.7939,0,1.7583,6.7529,0,1.7408,9.0001,0 +PL 2.5673,5.3009,0,3.4184,5.3009,0,3.4184,5.3009,0,3.4184,5.3009,0 +PL 2.14,7.4366,0,3.4184,7.4366,0,3.4184,7.4366,0,3.4184,7.4366,0 + +[53d6] 取 +PL 3.7026,0,0,3.7026,2.1356,0,2.7012,1.791,0,1.7171,1.438,0,0.7399,1.0678,0 +PL 4.5537,0,0,5.1109,0.7232,0,5.6818,1.438,0,6.2594,2.1356,0,5.5239,3.9336,0,5.1071,5.7402,0,4.981,7.4365,0,7.5133,7.4365,0,7.4821,5.8362,0,7.2681,4.6003,0,6.6905,2.6695,0 +PL 7.9371,0,0,7.5133,0.5338,0,7.0933,1.0678,0,6.6905,1.6018,0 +PL 1.5945,2.1356,0,1.5945,8.5043,0,0.7399,8.5043,0 +PL 3.7026,2.6695,0,3.7026,4.2331,0,2.0218,4.2331,0 +PL 3.7026,4.7669,0,3.7026,6.3688,0,2.0218,6.3688,0 +PL 3.7026,6.9027,0,3.7026,8.5043,0,2.0218,8.5043,0 + +[53d7] 受 +PL 5.8922,0,0,5.3146,0.5338,0,4.7434,1.0678,0,4.1833,1.6018,0,4.6138,2.2387,0,5.0376,2.8588,0,5.4649,3.4705,0,4.6138,3.5735,0,3.7662,3.6597,0,2.9326,3.7372,0 +PL 0.7999,0,0,1.7736,0.5338,0,2.7575,1.0678,0,3.7595,1.6018,0,2.8454,2.9266,0,2.299,3.4802,0,1.6545,3.7372,0 +PL 0.3726,4.2331,0,0.3726,5.8348,0,2.0783,5.8348,0,1.9312,6.4718,0,1.7838,7.0919,0,1.6545,7.7035,0,1.353,7.8066,0,1.0728,7.8928,0,0.7999,7.9703,0 +PL 7.1744,4.2331,0,7.1744,5.8348,0,2.5088,5.8348,0,2.5088,5.8348,0,2.5088,5.8348,0 +PL 5.4649,6.3688,0,5.7419,6.7387,0,6.0256,7.0919,0,6.3233,7.4365,0 +PL 3.7595,7.9703,0,4.5332,8.1089,0,5.4018,8.3659,0,6.7433,8.5043,0 +PL 3.7595,6.6357,0,3.6159,7.0057,0,3.4825,7.3589,0,3.3599,7.7035,0,2.9326,7.8066,0,2.5088,7.8928,0,2.0783,7.9703,0 + +[53d9] 叙 +PL 1.1914,0.0001,0,2.0495,0.0001,0,2.102,2.8292,0,1.7731,4.3277,0,0.3403,4.7671,0 +PL 4.1544,0.0001,0,4.7117,0.7233,0,5.2822,1.438,0,5.864,2.1357,0,5.0861,4.1061,0,4.9498,5.873,0,5.0094,7.9705,0,6.6867,7.9705,0,6.5851,5.1639,0,6.3925,3.671,0,6.2913,2.6696,0 +PL 7.5382,0.0001,0,7.1179,0.534,0,6.6972,1.0679,0,6.2913,1.6018,0 +PL 0.3403,1.3348,0,0.4737,1.9719,0,0.6173,2.5919,0,0.7711,3.2035,0 +PL 3.7271,1.8688,0,3.5734,2.325,0,3.4333,2.7727,0,3.2963,3.2035,0 +PL 2.4452,4.7671,0,2.1686,5.1823,0,2.0635,5.5976,0,2.0495,6.3687,0,1.1914,6.3687,0,1.1914,6.3687,0,1.1914,6.3687,0 +PL 2.8725,4.7671,0,3.7271,4.7671,0,3.7271,4.7671,0,3.7271,4.7671,0 +PL 0.3403,6.9027,0,0.8271,7.616,0,1.3248,8.3123,0,1.8362,9.0001,0,2.323,8.4931,0,2.8095,7.9691,0,3.2963,7.4366,0 + +[53e3] 口 +PLC 0.0002,0.5338,0,0.0002,7.9322,0,6.346,7.9322,0,6.346,0.5338,0 + +[53e4] 古 +PLC 5.9488,4.233,0,0.8541,4.233,0,0.8541,0.5339,0,5.9488,0.5339,0 +L 6.8033,6.9025,-0.0005,6.9025 +L 3.4165,9,3.4165,4.233 + +[53e5] 句 +PL 5.0661,0.0152,0,6.355,0.0152,0,7.1399,2.4347,0,7.2656,4.8542,0,7.2061,7.4517,0,5.2202,7.3741,0,3.2413,7.2879,0,1.2554,7.1847,0,0.9826,6.5731,0,0.709,5.9531,0,0.4288,5.3161,0 +PLC 2.11,3.2172,0,2.11,5.3161,0,4.2469,5.3161,0,4.2469,2.1508,0,2.11,2.1508,0 +PL 1.6827,7.9474,0,1.6827,9.0152,0,1.6827,9.0152,0,1.6827,9.0152,0 + +[53ea] 只 +PL 0.2807,0,0,0.9217,0.7231,0,1.5591,1.4379,0,2.2004,2.1356,0 +PL 7.2615,0,0,6.561,0.7231,0,5.8602,1.4379,0,5.1565,2.1356,0 +PLC 1.3455,8.4661,0,6.0146,8.4661,0,6.0146,3.6992,0,1.3455,3.6992,0 + +[53eb] 叫 +PL 5.5855,0,0,5.5714,1.8982,0,5.4702,2.7288,0,5.1932,3.2033,0,4.188,2.5876,0,2.8395,2.2429,0,1.7751,2.1356,0 +PLC 0.094,4.8037,0,0.094,7.9703,0,1.7751,7.9703,0,1.7751,3.2033,0,0.094,3.2033,0 +PL 3.4843,3.2033,0,3.4843,7.9703,0,3.4843,7.9703,0,3.4843,7.9703,0 +PL 6.0166,3.2033,0,5.715,3.7485,0,5.603,5.2514,0,5.5855,9,0 +PL 6.4404,3.2033,0,6.7167,3.3828,0,7.0004,3.5452,0,7.2947,3.6991,0 + +[53ec] 召 +PLC 1.7131,1.2473,0,1.7131,3.6993,0,6.3815,3.6993,0,6.3815,0.0001,0,1.7131,0.0001,0 +PL 1.0753,4.7671,0,1.8357,5.4902,0,2.6094,6.2049,0,3.3943,6.9027,0,3.3943,8.5044,0,0.8585,8.5044,0,0.8585,8.5044,0,0.8585,8.5044,0 +PL 5.1031,5.3009,0,5.9542,5.3009,0,6.5566,6.4874,0,6.7776,7.318,0,6.8126,8.5044,0,3.818,8.5044,0,3.818,8.5044,0,3.818,8.5044,0 + +[53ef] 可 +PL 5.3463,0,0,6.6285,0,0,6.6285,8.5044,0,0.6813,8.5044,0,0.6813,8.5044,0,0.6813,8.5044,0 +PLC 1.9597,3.9166,0,1.9597,6.3686,0,4.4917,6.3686,0,4.4917,2.6696,0,1.9597,2.6696,0 +L 7.0558,8.5044,7.8785,8.5044 + +[53f0] 台 +PL 2.1989,6.6359,0,2.4753,7.4352,0,2.7558,8.2262,0,3.0532,9,0 +PL 6.8674,5.568,0,6.7167,5.8349,0,6.5696,6.1019,0,6.4404,6.3687,0,4.7063,6.2303,0,2.9656,5.9733,0,0.094,5.8349,0 +PL 6.0166,6.8644,0,5.7396,7.2346,0,5.4629,7.5876,0,5.1932,7.9324,0 +PLC 1.3794,0,0,6.0166,0,0,6.0166,3.6992,0,1.3794,3.6992,0 + +[53f2] 史 +PL 3.447,2.6696,0,3.4365,3.7896,0,3.3349,4.3333,0,3.0547,4.767,0,0.9217,4.767,0,0.9217,7.4365,0,2.2004,7.4012,0,3.1037,7.7133,0,3.447,9.0001,0 +L 6.0146,0,3.447,1.6018 +PLC 3.8781,4.767,0,3.2932,6.5946,0,4.5432,7.3121,0,6.0146,7.4365,0,6.0146,4.767,0 +PL 0.0639,0,0,1.1704,0.4252,0,1.9479,0.9097,0,3.0547,1.8687,0,2.4736,2.479,0,1.9062,3.089,0,1.3455,3.6991,0 + +[53f3] 右 +PLC 6.3762,4.233,0,2.1102,4.233,0,2.1354,0,0,6.3762,0,0 +L 7.2,6.9027,0,6.9027 +A -12.2716,9.5738,15.2417,323.623,357.843 + +[53f7] 号 +PLC 1.7131,8.4663,0,6.3815,8.4663,0,6.3815,6.3687,0,1.7131,6.3687,0,1.7131,8.4663,0,1.7131,8.4663,0 +PL 2.5673,3.6993,0,2.5673,4.7671,0,0.4347,4.7671,0,0.4347,4.7671,0,0.4347,4.7671,0 +PL 4.2453,0,0,5.7335,0.3546,0,6.2939,1.4125,0,6.3815,3.1653,0,2.1404,3.1653,0,2.1404,2.1358,0,2.1404,2.1358,0,2.1404,2.1358,0 +PL 2.9635,4.7671,0,7.6284,4.7671,0,7.6284,4.7671,0,7.6284,4.7671,0 + +[53f8] 司 +PL 5.8922,0,0,7.1744,0,0,7.1744,8.4662,0,0.3726,8.4662,0,0.3726,8.4662,0,0.3726,8.4662,0 +PLC 4.6138,1.5637,0,1.6545,1.5637,0,1.6545,4.2331,0,4.6138,4.2331,0,4.6138,1.5637,0,4.6138,1.5637,0 +PL 1.2237,6.3305,0,5.0376,6.3305,0,5.0376,6.3305,0,5.0376,6.3305,0 + +[5404] 各 +PL 2.3215,0,0,2.2441,1.2573,0,2.1744,2.5058,0,2.111,3.7374,0,1.6031,3.5735,0,1.1061,3.3927,0,0.6158,3.2034,0 +PL 2.7519,0,0,6.1427,0,0,6.1427,3.2034,0,2.7519,3.2034,0,2.7519,3.2034,0,2.7519,3.2034,0 +PL 6.9938,3.2034,0,5.9917,3.9168,0,5.0114,4.6132,0,4.0303,5.3009,0,3.61,4.9576,0,3.1792,4.6145,0,2.7519,4.2714,0 +PL 1.2564,5.8348,0,2.2164,6.7332,0,2.7488,7.6568,0,3.1792,9.0383,0 +PL 4.4331,5.8348,0,4.8569,6.472,0,5.2842,7.092,0,5.7115,7.7035,0,5.0114,7.8067,0,4.3105,7.8928,0,3.61,7.9704,0 + +[5408] 合 +L 6.5836,5.25,2.3425,5.25 +L 4.4475,8.9998,0.8645,5.4148 +L 4.4786,8.9998,8.0616,5.4152 +PLC 2.6647,0,0,6.2614,0,0,6.2614,3,0,2.6647,3,0 + +[5409] 吉 +PLC 1.9894,1.0664,0,1.9894,3.1652,0,6.1958,3.1652,0,6.1958,0.0001,0,1.9894,0.0001,0 +PL 1.1383,5.3009,0,4.0944,5.3009,0,3.625,7.2853,0,2.3995,7.5748,0,0.7075,7.3983,0 +PL 4.5217,5.3009,0,7.0543,5.3009,0,7.0543,5.3009,0,7.0543,5.3009,0 +PL 4.5217,7.3983,0,4.2208,7.8136,0,4.1084,8.2288,0,4.0944,9,0 +PL 4.9493,7.3983,0,7.4851,7.3983,0,7.4851,7.3983,0,7.4851,7.3983,0 + +[540c] 同 +PL 1.2574,0,0,1.2574,8.4661,0,7.6353,8.4661,0,7.6353,0,0,6.3538,0,0 +L 2.5396,6.8643,6.3538,6.8643 +PLC 2.9669,2.0974,0,5.9297,2.0974,0,5.9297,4.7669,0,2.9669,4.7669,0 + +[540d] 名 +PL 2.1048,3.6836,0,2.1048,0,0,6.3456,0,0,6.3456,3.6991,0,2.1048,3.6991,0 +PL -0.0002,5.8349,0,1.9419,7.7769,0,5.4913,7.7769,-0.1684,0,2.6315,0 +L 1.1746,7.0095,3.3139,4.8701 + +[540e] 后 +PL 0.7075,0.2669,0,1.3765,2.9165,0,1.5656,5.2951,0,1.5656,7.9703,0,4.1329,8.1271,0,5.7619,8.5127,0,7.4851,9,0 +PLC 3.2398,1.257,0,3.2398,3.7373,0,7.0543,3.7373,0,7.0543,0,0,3.2398,0,0 +PL 1.9894,5.8347,0,7.9054,5.8347,0,7.9054,5.8347,0,7.9054,5.8347,0 + +[540f] 吏 +PL 0.8595,0,0,1.9904,0.1865,0,2.817,0.7797,0,3.8225,1.8305,0,3.3952,2.2868,0,2.9644,2.7346,0,2.5406,3.1653,0 +PL 6.3548,0,0,5.654,0.5325,0,4.9503,1.0565,0,4.2495,1.5636,0 +PL 6.7852,0,0,7.6363,0,0,7.6363,0,0,7.6363,0,0 +PL 4.2495,2.6314,0,3.8435,4.1144,0,2.8765,4.3517,0,1.7176,4.2331,0,1.7176,6.3306,0,3.8225,6.3306,0,4.1094,6.9237,0,4.1094,7.339,0,3.8225,7.9323,0,0.8595,7.9323,0,0.8595,7.9323,0,0.8595,7.9323,0 +PLC 4.2393,5.7599,0,5.4473,6.2783,0,6.7852,6.3306,0,6.7852,4.2331,0,4.6736,4.2331,0 +PL 4.6736,7.9323,0,4.523,8.3023,0,4.3791,8.6555,0,4.2495,9,0 +PL 5.1041,7.9323,0,7.6363,7.9323,0,7.6363,7.9323,0,7.6363,7.9323,0 + +[5410] 吐 +PL 2.1736,0.0152,0,4.6992,0.0152,0,4.6218,1.8824,0,4.5486,3.7412,0,4.4887,5.5831,0,3.8481,5.6593,0,3.2138,5.7355,0,2.5974,5.8118,0 +PL 5.1296,0.0152,0,7.2626,0.0152,0,7.2626,0.0152,0,7.2626,0.0152,0 +PLC 0.0616,4.4276,0,0.0616,7.9475,0,1.7431,7.9475,0,1.7431,2.6466,0,0.0616,2.6466,0 +PL 5.1296,5.8118,0,4.8249,6.2864,0,4.7164,7.1169,0,4.6992,9.0152,0 +PL 5.5569,5.8118,0,6.8388,5.8118,0,6.8388,5.8118,0,6.8388,5.8118,0 + +[5411] 向 +PL 0.5529,0,0,0.5529,7.3983,0,1.3865,7.5014,0,2.2341,7.5876,0,3.0852,7.6651,0,3.3622,8.1215,0,3.6421,8.5691,0,3.9363,8.9999,0 +PL 5.6455,0,0,6.8994,0,0,6.8994,7.3983,0,3.5164,7.3983,0 +PLC 2.2621,2.6312,0,2.2621,5.3007,0,5.2217,5.3007,0,5.2217,2.6312,0 + +[541b] 君 +PL 2.7223,0,0,2.7048,1.8715,0,2.5958,2.6921,0,2.2946,3.1651,0,1.7237,2.6312,0,1.1672,2.0975,0,0.6173,1.5635,0 +PL 3.1531,0,0,6.9634,0,0,6.9634,3.1651,0,4.2634,3.1851,0,3.1632,3.3233,0,2.7223,3.6991,0,3.0231,4.1144,0,3.1352,4.5297,0,3.1531,5.3007,0,1.8638,5.3007,0,1.8638,5.3007,0,1.8638,5.3007,0 +PL 3.5734,5.3007,0,3.069,6.7909,0,1.8992,7.0015,0,0.6173,6.8644,0 +PL 4.0042,5.3007,0,6.5361,5.3007,0,5.7659,6.9689,0,4.3439,6.9759,0,3.5734,8.4661,0,1.8638,8.4661,0,1.8638,8.4661,0,1.8638,8.4661,0 +PL 6.9634,6.8644,0,6.6622,7.2797,0,6.5505,7.695,0,6.5361,8.4661,0,4.0042,8.4661,0,4.0042,8.4661,0,4.0042,8.4661,0 + +[541f] 吟 +PL 5.4972,0,0,5.9245,0.9901,0,6.355,1.9718,0,6.7756,2.9364,0,5.651,3.0396,0,4.5197,3.1257,0,3.3923,3.2033,0 +PLC 0.4288,4.4505,0,0.4288,7.9703,0,2.11,7.9703,0,2.11,2.6695,0,0.4288,2.6695,0 +PL 2.965,5.3008,0,3.7281,6.5479,0,4.4987,7.7783,0,5.2832,9,0,6.0573,7.7783,0,6.8418,6.5479,0,7.6334,5.3008,0 +PL 3.8196,5.3008,0,6.355,5.3008,0,6.355,5.3008,0,6.355,5.3008,0 + +[5426] 否 +PLC 1.3139,1.0664,0,1.3139,3.1654,0,6.4135,3.1654,0,6.4135,0,0,1.3139,0,0 +PL 3.8816,4.2331,0,3.7975,5.1103,0,3.7306,5.9873,0,3.6641,6.8645,0,2.5997,6.3575,0,1.5314,5.8334,0,0.4628,5.3009,0 +PL 7.2646,5.3009,0,6.5431,5.8334,0,5.8356,6.3575,0,5.1355,6.8645,0 +PL 3.8816,7.3983,0,4.0007,7.6654,0,4.1334,7.9323,0,4.277,8.1993,0,2.9951,8.3024,0,1.7237,8.3887,0,0.4628,8.4662,0 +PL 4.7047,8.4662,0,7.2646,8.4662,0,7.2646,8.4662,0,7.2646,8.4662,0 + +[542b] 含 +PL 1.5285,0.0001,0,1.5285,2.6314,0,2.5088,2.7346,0,3.4933,2.8207,0,4.4912,2.8983,0,4.7647,3.4323,0,5.0446,3.9661,0,5.3423,4.5001,0,4.0607,4.6032,0,2.789,4.6894,0,1.5285,4.7669,0 +PL 1.9274,0.0001,0,5.7419,0.0001,0,5.7419,2.6314,0,4.915,2.6314,0,4.915,2.6314,0,4.915,2.6314,0 +PL 0.4634,5.8348,0,1.5109,6.9012,0,2.5683,7.9591,0,3.6369,9,0,4.7647,7.9591,0,5.8957,6.9012,0,7.02,5.8348,0 +PL 2.355,6.3686,0,4.915,6.3686,0,4.915,6.3686,0,4.915,6.3686,0 + +[5438] 吸 +PL 3.9376,0,0,4.5821,0.5339,0,5.2192,1.0677,0,5.864,1.6017,0,5.3526,2.6681,0,4.8549,3.726,0,4.3684,4.7669,0,3.7555,3.8474,0,3.0655,2.3431,0,2.0495,0.5339,0 +PL 7.1179,0,0,6.8377,0.3701,0,6.5641,0.7231,0,6.2913,1.0677,0 +PL 6.2913,2.1356,0,6.8688,3.3205,0,7.0825,4.1412,0,7.1179,5.3008,0,5.864,5.3008,0,5.9722,6.2501,0,6.1789,7.1991,0,6.2913,8.5042,0,4.1544,8.5042,0,4.1544,5.3008,0,4.1544,5.3008,0,4.1544,5.3008,0 +PLC 0.3403,4.4505,0,0.3403,7.9703,0,2.0495,7.9703,0,2.0495,2.6695,0,0.3403,2.6695,0 + +[5439] 吹 +PL 2.9659,0.0382,0,4.409,2.3263,0,5.1021,4.3856,0,5.2842,6.9026,0,4.0303,6.9026,0,3.7365,6.3687,0,3.4563,5.8348,0,3.1792,5.3009,0 +PL 7.4211,0.0382,0,6.2194,1.9294,0,5.7746,2.8885,0,5.7115,3.7373,0 +PLC 0.6158,4.4506,0,0.6158,7.9704,0,2.3215,7.9704,0,2.3215,2.6695,0,0.6158,2.6695,0 +PL 6.9938,5.3009,0,7.2701,5.7571,0,7.5503,6.2049,0,7.8484,6.6356,0,7.123,6.7388,0,6.4124,6.825,0,5.7115,6.9026,0 +PL 4.0303,7.4365,0,4.3105,7.8518,0,4.4156,8.2671,0,4.4331,9.0382,0 + +[5442] 呂 +PL 0.6774,0,0,0.6774,3.2034,0,1.5109,3.3065,0,2.355,3.3927,0,3.2061,3.4704,0,3.3354,4.0805,0,3.486,4.6907,0,3.6369,5.3009,0,1.5285,5.3009,0,1.5285,8.4661,0,5.7419,8.4661,0,5.7419,5.3009,0,4.0607,5.3009,0 +PL 1.1047,0,0,6.5962,0,0,6.5962,3.2034,0,3.6369,3.2034,0 + +[5448] 呈 +PL 0.649,0,0,4.0323,0,0,3.7451,1.8419,0,2.8909,2.2261,0,1.5001,2.1356,0 +PL 4.4596,0,0,7.4157,0,0,7.4157,0,0,7.4157,0,0 +PL 4.4596,2.1356,0,4.1623,2.5693,0,4.0498,3.1131,0,4.0323,4.2331,0,1.0763,4.2331,0,1.0763,4.2331,0,1.0763,4.2331,0 +PL 4.8908,2.1356,0,6.5646,2.1356,0,6.5646,2.1356,0,6.5646,2.1356,0 +PL 4.4596,4.2331,0,6.9958,4.2331,0,6.9958,4.2331,0,6.9958,4.2331,0 +PLC 1.9274,7.0919,0,1.9274,8.5044,0,6.1692,8.5044,0,6.1692,6.3687,0,1.9274,6.3687,0 + +[5449] 呉 +PL 1.1924,0.0152,0,1.8126,0.5491,0,2.4497,1.0829,0,3.0837,1.6168,0 +PL 6.8982,0.0152,0,6.334,0.5491,0,5.7736,1.0829,0,5.2237,1.6168,0 +PL 0.5588,2.6847,0,6.4744,2.6847,0,6.4744,4.7821,0,1.4099,4.7821,0,1.4099,8.5194,0,1.4099,8.5194,0,1.4099,8.5194,0 +PL 6.8982,2.6847,0,7.7559,2.6847,0,7.7559,2.6847,0,7.7559,2.6847,0 +PLC 3.0837,7.107,0,3.0837,8.5194,0,6.4744,8.5194,0,6.4744,6.3838,0,3.0837,6.3838,0 + +[544a] 告 +PLC 1.9274,1.0679,0,1.9274,3.2034,0,6.1692,3.2034,0,6.1692,0,0,1.9274,0,0 +PL 0.649,5.3009,0,4.0323,5.3009,0,3.819,7.058,0,3.1392,7.4846,0,1.9274,7.4365,0,1.63,7.0918,0,1.3498,6.7388,0,1.0763,6.3688,0 +PL 4.4596,5.3009,0,7.4157,5.3009,0,7.4157,5.3009,0,7.4157,5.3009,0 +PL 4.4596,7.4365,0,4.1623,7.8504,0,4.0498,8.2557,0,4.0323,9.0001,0 +PL 4.8908,7.4365,0,6.5646,7.4365,0,6.5646,7.4365,0,6.5646,7.4365,0 +PL 1.9274,7.9703,0,1.9274,9.0001,0,1.9274,9.0001,0,1.9274,9.0001,0 + +[5468] 周 +PL 0.4347,0.2669,0,1.1282,3.0367,0,1.3068,5.6201,0,1.2893,8.4662,0,7.2046,8.4662,0,7.2046,0,0,6.3815,0,0,6.3815,0,0,6.3815,0,0 +PLC 5.5234,1.0296,0,2.9635,1.0296,0,2.9635,3.1653,0,5.5234,3.1653,0,5.5234,1.0296,0,5.5234,1.0296,0 +PL 4.6723,4.767,0,6.3815,4.767,0,6.3815,4.767,0,6.3815,4.767,0 +PL 2.1404,4.767,0,4.2453,4.767,0,4.0138,6.0538,0,3.4083,6.3658,0,2.5673,6.3305,0 +PL 4.6723,6.3305,0,4.522,6.7006,0,4.3746,7.0537,0,4.2453,7.3984,0 +PL 5.1031,6.3305,0,5.9542,6.3305,0,5.9542,6.3305,0,5.9542,6.3305,0 + +[5473] 味 +PL 7.1179,1.0678,0,6.4135,2.2119,0,5.713,3.356,0,5.0094,4.4999,0,4.1544,4.6033,0,3.2963,4.6892,0,2.4452,4.7669,0 +PLC 1.6222,4.4505,0,1.6222,2.6695,0,0.3403,2.6695,0,0.3403,7.9703,0,1.6222,7.9703,0,1.6222,4.4505,0 +PL 4.5821,0,0,4.4977,1.4111,0,4.4311,2.8221,0,4.3684,4.2331,0,3.4508,3.1921,0,2.5363,2.1342,0,1.6222,1.0678,0 +PL 4.5821,5.3009,0,4.442,6.9224,0,3.9233,7.4168,0,2.8725,7.4365,0 +PL 5.0094,7.4365,0,4.7082,7.8518,0,4.5957,8.267,0,4.5821,9.0382,0 +PL 5.4367,7.4365,0,6.6867,7.4365,0,6.6867,7.4365,0,6.6867,7.4365,0 +PL 5.4367,4.7669,0,7.1179,4.7669,0,7.1179,4.7669,0,7.1179,4.7669,0 + +[547c] 呼 +PL 4.2188,0.0152,0,5.4723,0.0152,0,5.4552,2.6382,0,5.3536,3.7355,0,5.0734,4.2483,0,2.9401,4.2483,0,2.9401,4.2483,0,2.9401,4.2483,0 +PLC 0.8316,4.7808,0,0.8316,7.9474,0,2.0823,7.9474,0,2.0823,3.1804,0,0.8316,3.1804,0 +PL 5.8961,4.2483,0,5.5914,4.7412,0,5.4863,5.7002,0,5.4723,7.9474,0,3.3639,7.9474,0,3.3639,7.9474,0,3.3639,7.9474,0 +PL 6.3234,4.2483,0,8.0295,4.2483,0,8.0295,4.2483,0,8.0295,4.2483,0 +PL 4.2188,5.5831,0,4.0679,6.0392,0,3.9211,6.4868,0,3.7912,6.9178,0 +PL 6.7511,5.5831,0,6.8807,6.0392,0,7.0239,6.4868,0,7.1784,6.9178,0 +PL 5.8961,8.4813,0,6.4534,8.6705,0,7.0239,8.8514,0,7.6057,9.0152,0 + +[547d] 命 +PL 4.8908,0,0,4.8908,4.233,0,6.9958,4.233,0,6.9958,1.0679,0,6.1692,1.0679,0,6.1692,1.0679,0,6.1692,1.0679,0 +PLC 1.0763,2.1341,0,1.0763,4.233,0,3.1812,4.233,0,3.1812,1.0679,0,1.0763,1.0679,0 +PL 0.863,5.8347,0,1.9099,6.9011,0,2.9679,7.959,0,4.0323,9,0,5.1636,7.959,0,6.2949,6.9011,0,7.4157,5.8347,0 +PL 2.7504,6.3688,0,5.3146,6.3688,0,5.3146,6.3688,0,5.3146,6.3688,0 + +[548c] 和 +L 0.0616,5.8348,3.452,5.8348 +PL 0.0616,1.6018,0,1.7431,5.1317,0,3.0247,2.4362,0 +L 1.7431,0,1.7431,8.0517 +PLC 4.3066,0.5338,0,6.8388,0.5338,0,6.8388,7.9703,0,4.3066,7.9703,0 +A 0.8076,12.7318,4.7721,266.175,297.641 + +[54b2] 咲 +PL 3.0561,0.0381,0,3.8235,1.2852,0,4.5906,2.5155,0,5.3786,3.7372,0,5.0144,4.113,0,4.468,4.2514,0,3.2701,4.2711,0 +PL 7.5113,0.0381,0,6.9337,1.1045,0,6.3625,2.1623,0,5.8024,3.2033,0 +PLC 0.7379,4.8037,0,0.7379,7.9703,0,2.4191,7.9703,0,2.4191,3.2033,0,0.7379,3.2033,0 +PL 5.8024,4.2711,0,5.5044,4.7246,0,5.3926,5.4067,0,5.3786,6.9025,0,3.6974,6.9025,0,3.6974,6.9025,0,3.6974,6.9025,0 +PL 6.2329,4.2711,0,7.9421,4.2711,0,7.9421,4.2711,0,7.9421,4.2711,0 +PL 5.8024,7.1694,0,6.0788,7.8064,0,6.3625,8.4266,0,6.6602,9.0381,0 +PL 6.2329,6.9025,0,7.5113,6.9025,0,7.5113,6.9025,0,7.5113,6.9025,0 +PL 4.5552,8.2372,0,4.4014,8.5041,0,4.2575,8.7711,0,4.1279,9.0381,0 + +[54c0] 哀 +PL 1.7151,0,0,2.3101,0.0198,0,2.6358,0.1582,0,2.9689,0.5339,0,2.8849,1.2571,0,2.8145,1.9718,0,2.7549,2.6695,0,2.1143,2.3248,0,1.4835,1.9718,0,0.864,1.6017,0 +PL 7.21,0,0,5.9495,1.4534,0,5.2031,2.6272,0,4.6778,4.2331,0,4.0582,4.0155,0,3.7251,3.7388,0,3.3962,3.1653,0 +PL 3.606,0.5339,0,3.9528,0.7232,0,4.3135,0.904,0,4.6778,1.0678,0 +PL 5.96,2.1356,0,6.3625,2.6681,0,6.7827,3.1922,0,7.21,3.6991,0 +PL 2.1455,4.2331,0,2.1455,6.3687,0,6.3523,6.3687,0,6.3523,4.2331,0,5.1016,4.2331,0,5.1016,4.2331,0,5.1016,4.2331,0 +PL 2.5416,4.2331,0,3.3962,4.2331,0,3.3962,4.2331,0,3.3962,4.2331,0 +PL 0.864,7.9322,0,4.2505,7.9322,0,4.2505,9,0,4.2505,9,0,4.2505,9,0 +PL 4.6778,7.9322,0,7.6338,7.9322,0,7.6338,7.9322,0,7.6338,7.9322,0 + +[54c1] 品 +PLC 2.5093,5.8348,0,6.3234,5.8348,0,6.3234,8.5043,0,2.5093,8.5043,0 +PLC 1.2589,0,0,3.7912,0,0,3.7912,3.7372,0,1.2589,3.7372,0 +PLC 5.0734,0,0,7.6057,0,0,7.6057,3.7372,0,5.0734,3.7372,0 + +[54e1] 員 +PLC 1.5016,6.9027,0,6.1672,6.9027,0,6.1672,8.5043,0,1.5016,8.5043,0 +PLC 1.0708,1.6018,0,6.5945,1.6018,0,6.5945,5.8348,0,1.0708,5.8348,0 +L 6.5945,4.4238,1.0708,4.4238 +L 6.5945,3.0128,1.0708,3.0128 +L 0.2165,0,1.9219,0.5338 +L 7.4484,0,5.7431,0.5338 + +[54f2] 哲 +PLC 2.1428,0.9041,0,2.1428,2.6696,0,6.8151,2.6696,0,6.8151,0,0,2.1428,0,0 +PL 1.7156,3.7373,0,2.5733,3.7373,0,2.5733,5.8348,0,0.8645,5.8348,0,0.8645,5.8348,0,0.8645,5.8348,0 +PL 4.2478,3.7373,0,4.8779,5.1568,0,5.0846,6.3984,0,5.1056,7.9704,0,6.3384,7.9902,0,6.9899,8.1286,0,7.6378,8.5044,0 +PL 6.8151,3.7373,0,6.8151,6.3687,0,5.5294,6.3687,0,5.5294,6.3687,0,5.5294,6.3687,0 +PL 2.5733,6.3687,0,2.339,7.6992,0,1.7296,8.0128,0,0.8645,7.9704,0 +PL 3.0006,6.3687,0,3.8205,6.3687,0,3.8205,6.3687,0,3.8205,6.3687,0 +PL 7.2389,6.3687,0,8.0616,6.3687,0,8.0616,6.3687,0,8.0616,6.3687,0 +PL 3.0006,7.9704,0,2.8468,8.3136,0,2.7032,8.6569,0,2.5733,9.0001,0 +PL 3.3967,7.9704,0,4.2478,7.9704,0,4.2478,7.9704,0,4.2478,7.9704,0 + +[5506] 唆 +PL 3.0231,0.0381,0,4.0777,0.4421,0,4.6276,0.7781,0,5.1355,1.3347,0,4.7677,1.791,0,4.407,2.2387,0,4.0637,2.6694,0,3.7061,2.5056,0,3.3594,2.3248,0,3.0231,2.1356,0 +PL 7.2646,0.0381,0,6.6867,0.3813,0,6.1158,0.7245,0,5.5558,1.0678,0 +PL 5.9866,1.6017,0,6.2633,2.0578,0,6.5431,2.5056,0,6.8408,2.9363,0,5.9866,3.0395,0,5.1355,3.1256,0,4.277,3.2033,0 +PLC 0.4628,4.4506,0,0.4628,7.9703,0,1.7447,7.9703,0,1.7447,2.6694,0,0.4628,2.6694,0 +PL 3.2368,4.805,0,3.5769,5.2612,0,3.9201,5.709,0,4.277,6.1398,0,3.9688,6.6765,0,3.6431,6.8742,0,3.0231,6.9025,0 +PL 6.4135,4.805,0,6.1123,5.2387,0,6.0006,5.7825,0,5.9866,6.9025,0,5.0689,6.9322,0,4.6276,7.1399,0,4.277,7.7034,0,4.407,8.1596,0,4.5537,8.6073,0,4.7047,9.0381,0 +PL 6.8408,4.805,0,7.6919,4.805,0,7.6919,5.8729,0,7.6919,5.8729,0,7.6919,5.8729,0 +PL 5.9866,7.4364,0,6.2633,7.5395,0,6.5431,7.6257,0,6.8408,7.7034,0,6.6867,7.9703,0,6.5431,8.2372,0,6.4135,8.5041,0 + +[5507] 唇 +PLC 1.9859,0.9153,0,1.9859,2.6695,0,6.2277,2.6695,0,6.2277,0.0382,0,1.9859,0.0382,0 +PL 0.3083,3.2034,0,1.0056,5.0269,0,1.1769,6.63,0,1.1593,8.5043,0,7.0855,8.5043,0,7.0855,8.5043,0,7.0855,8.5043,0 +PL 7.0855,3.2034,0,5.4327,4.9111,0,4.2695,5.551,0,2.4171,5.8348,0,2.4171,3.7373,0,3.1592,3.8758,0,3.8072,4.1329,0,4.5501,4.2712,0 +PL 6.2277,4.8052,0,6.357,5.0707,0,6.5041,5.3278,0,6.655,5.5678,0,6.2277,5.671,0,5.8004,5.7571,0,5.3766,5.8348,0 +PL 1.9859,6.9026,0,6.2277,6.9026,0,6.2277,6.9026,0,6.2277,6.9026,0 + +[5510] 唐 +PL 0.1915,0.2822,0,0.8707,2.9475,0,1.0493,5.3584,0,1.0426,7.9475,0,3.5749,7.9475,0,3.7041,8.3175,0,3.8477,8.6706,0,4.0022,9.0152,0 +PLC 2.2965,0.7285,0,2.2965,2.1126,0,6.1348,2.1126,0,6.1348,0.0152,0,2.2965,0.0152,0 +PL 2.2965,3.7144,0,4.0022,3.7144,0,3.5959,5.1975,0,2.6289,5.4348,0,1.4699,5.3161,0 +PL 4.426,3.7144,0,6.1348,3.7144,0,5.3962,5.3627,0,3.8057,6.1466,0,2.2965,6.3457,0 +PL 6.3205,5.5831,0,5.7286,6.0307,0,4.7517,6.4955,0,4.0022,7.1466,0,4.1314,7.4135,0,4.275,7.6805,0,4.426,7.9475,0,7.3887,7.9475,0,7.3887,7.9475,0,7.3887,7.9475,0 + +[552f] 唯 +PL 3.7595,0,0,3.6755,2.1243,0,3.6051,4.2317,0,3.542,6.3306,0,3.3322,6.1667,0,3.1291,5.9859,0,2.9326,5.7966,0 +PL 4.1833,0,0,5.8922,0,0,5.8081,1.8856,0,5.3458,2.5509,0,4.1833,2.6314,0 +PL 6.3233,0,0,7.5698,0,0,7.5698,0,0,7.5698,0,0 +PLC 0.3726,4.4124,0,0.3726,7.9323,0,2.0783,7.9323,0,2.0783,2.6314,0,0.3726,2.6314,0 +PL 6.3233,2.6314,0,5.6613,3.9139,0,5.3987,4.5777,0,4.1833,4.7669,0 +PL 6.7433,2.6314,0,7.5698,2.6314,0,7.5698,2.6314,0,7.5698,2.6314,0 +PL 6.3233,4.7669,0,5.5104,6.1511,0,5.1955,6.7387,0,3.7595,7.1314,0,3.8853,7.7684,0,4.0362,8.3884,0,4.1833,9,0 +PL 6.7433,4.7669,0,7.5698,4.7669,0,7.5698,4.7669,0,7.5698,4.7669,0 +PL 6.3233,6.8644,0,6.0358,7.4774,0,6.0358,8.0311,0,6.3233,9,0 +PL 6.7433,6.8644,0,7.5698,6.8644,0,7.5698,6.8644,0,7.5698,6.8644,0 + +[5531] 唱 +PLC 7.2666,2.4774,0,7.2666,0,0,3.4528,0,0,3.4528,3.6991,0,7.2666,3.6991,0 +PL 3.8832,2.0974,0,6.8393,2.0974,0,6.8393,2.0974,0,6.8393,2.0974,0 +PLC 2.2024,3.1653,0,0.4929,3.1653,0,0.4929,7.9324,0,2.2024,7.9324,0,2.2024,3.1653,0,2.2024,3.1653,0 +PLC 3.8832,6.3673,0,3.8832,8.4662,0,6.8393,8.4662,0,6.8393,5.3008,0,3.8832,5.3008,0 +PL 4.3039,6.8644,0,6.4089,6.8644,0,6.4089,6.8644,0,6.4089,6.8644,0 + +[5546] 商 +L 5.7419,7.9703,7.02,7.9703 +PL 4.915,6.3688,0,5.2165,6.7839,0,5.3283,7.1992,0,5.3423,7.9703,0,2.355,7.9703,0 +PL 0.6774,0,0,0.6774,5.8348,0,2.355,5.8348,0,2.2041,6.4718,0,2.0573,7.0919,0,1.9274,7.7035,0,1.3565,7.8066,0,0.7999,7.8928,0,0.2501,7.9703,0 +PL 1.7106,3.7372,0,2.4636,4.5016,0,2.7438,5.0452,0,2.7823,5.8348,0,4.0607,5.8348,0 +PL 5.7419,0,0,6.5962,0,0,6.5962,5.8348,0,4.4912,5.8348,0,4.4912,4.2331,0,5.7419,4.2331,0 +PLC 2.355,0.5338,0,2.355,2.6695,0,4.915,2.6695,0,4.915,0.5338,0 + +[554f] 問 +PL 0.649,0,0,0.649,8.4662,0,3.1812,8.4662,0,3.1812,5.3009,0,0.649,5.3009,0 +PL 6.1408,0,0,7.4157,0,0,7.4157,8.4662,0,4.8589,8.4662,0,4.8589,5.3009,0,7.4157,5.3009,0 +L 0.649,6.9027,3.1812,6.9027 +L 4.8589,6.9027,7.4157,6.9027 +PLC 2.7504,1.0679,0,5.3146,1.0679,0,5.3146,3.6993,0,2.7504,3.6993,0 + +[5553] 啓 +PLC 2.4191,0.904,0,2.4191,2.6695,0,6.2329,2.6695,0,6.2329,0,0,2.4191,0,0 +PL 0.7379,2.6695,0,1.361,4.1144,0,1.5539,5.3814,0,1.5641,6.9025,0,3.6974,6.9025,0,3.6974,5.3008,0,1.9879,5.3008,0,1.9879,5.3008,0,1.9879,5.3008,0 +PL 4.7373,3.6991,0,5.2242,4.2329,0,5.7219,4.767,0,6.2329,5.3008,0,5.8024,5.8347,0,5.3786,6.3686,0,4.9513,6.9025,0,4.8039,6.7387,0,4.6778,6.5578,0,4.5552,6.3686,0 +PL 7.5113,3.6991,0,7.2136,4.0692,0,6.9337,4.4223,0,6.6602,4.767,0 +PL 6.6602,5.8347,0,6.9582,6.25,0,7.07,6.6652,0,7.084,7.4364,0,4.9513,7.4364,0,4.9513,7.4364,0,4.9513,7.4364,0 +PL 5.3786,7.9703,0,5.3786,9,0,5.3786,9,0,5.3786,9,0 +PL 1.1333,8.4661,0,4.1279,8.4661,0,4.1279,8.4661,0,4.1279,8.4661,0 + +[5584] 善 +PLC 1.9879,0.7133,0,1.9879,2.0974,0,6.2329,2.0974,0,6.2329,0,0,1.9879,0,0 +PL 0.7379,3.6992,0,2.8428,3.6992,0,2.6919,4.3093,0,2.5483,4.9196,0,2.4191,5.5297,0,1.8478,5.6329,0,1.2878,5.719,0,0.7379,5.7968,0 +PL 3.2701,3.6992,0,4.1279,3.6992,0,4.0442,5.0903,0,3.6799,5.6765,0,2.8428,5.7968,0 +PL 4.5552,3.6992,0,4.8287,3.8023,0,5.1016,3.8884,0,5.3786,3.9661,0,5.5044,4.5763,0,5.655,5.1865,0,5.8024,5.7968,0,4.6358,6.0734,0,3.4593,6.5876,0,1.9879,6.8645,0 +PL 5.8024,3.6992,0,7.5113,3.6992,0,7.5113,3.6992,0,7.5113,3.6992,0 +PL 6.2329,5.7968,0,7.5113,5.7968,0,7.5113,5.7968,0,7.5113,5.7968,0 +PL 4.5552,6.8645,0,4.4014,7.1314,0,4.2575,7.3983,0,4.1279,7.6653,0,3.1227,7.7684,0,2.1213,7.8546,0,1.1333,7.9322,0 +PL 4.9513,6.8645,0,6.2329,6.8645,0,6.2329,6.8645,0,6.2329,6.8645,0 +PL 4.7373,7.9322,0,4.9513,8.3023,0,5.1611,8.6553,0,5.3786,9,0 +PL 5.3786,7.9322,0,7.084,7.9322,0,7.084,7.9322,0,7.084,7.9322,0 + +[559a] 喚 +PL 3.0885,0,0,3.8591,0.7134,0,4.6471,1.4096,0,5.4387,2.0975,0,4.1074,2.7642,0,2.2024,3.0834,0,0.7695,3.1653,0,0.7695,7.9322,0,2.4507,7.9322,0,2.4507,3.6991,0,2.4507,3.6991,0,2.4507,3.6991,0 +PL 7.5436,0,0,6.9654,0.5325,0,6.3913,1.0565,0,5.8341,1.5636,0 +PL 5.8341,2.6314,0,5.6905,3.0015,0,5.5613,3.3546,0,5.4387,3.6991,0 +PL 6.2652,2.6314,0,7.1163,2.6314,0,7.1163,4.7671,0,5.8341,4.7671,0,5.8096,5.5113,0,5.652,5.9167,0,5.2247,6.3304,0,4.7907,5.2896,0,4.1638,4.2317,0,3.7291,3.1653,0 +PL 3.7291,4.7671,0,3.7155,5.887,0,3.603,6.4309,0,3.3018,6.8645,0,4.0657,7.6555,0,4.3946,8.2091,0,4.5841,9.0001,0 +PL 7.1163,5.3009,0,7.1163,6.3304,0,6.5031,6.3503,0,6.1672,6.4887,0,5.8341,6.8645,0,5.9675,7.1314,0,6.1111,7.3984,0,6.2652,7.6653,0,5.8341,7.7684,0,5.4176,7.8546,0,5.0114,7.9322,0 + +[559c] 喜 +PLC 2.0499,1.6018,0,6.2918,1.6018,0,6.2918,0,0,2.0499,0,0 +PL 0.768,2.6696,0,1.4724,2.7727,0,2.1834,2.8588,0,2.9084,2.9364,0,2.6103,3.9167,0,2.3266,4.8801,0,2.0499,5.8348,0,6.2918,5.8348,0,5.9937,4.8801,0,5.7135,3.9167,0,5.4407,2.9364,0,6.1408,2.8588,0,6.8483,2.7727,0,7.5733,2.6696,0 +L 3.3357,2.6696,5.0134,2.6696 +L 2.9084,4.2331,5.4407,4.2331 +PL 1.6261,6.9026,0,2.4772,7.0058,0,3.3357,7.0918,0,4.1868,7.1695,0,4.0358,7.4365,0,3.8922,7.7035,0,3.7595,7.9703,0,0.768,7.9703,0 +L 4.5822,6.9026,6.7222,6.9026 +PL 4.3689,8.2374,0,4.3125,8.5029,0,4.2463,8.76,0,4.1868,9.0001,0 +L 5.0134,7.9703,7.5733,7.9703 + +[559d] 喝 +PL 5.6213,0,0,6.4724,0,0,7.1025,1.4195,0,7.3091,2.6611,0,7.3302,4.2331,0,3.9156,4.2331,0,3.9156,2.6314,0,4.469,2.8206,0,5.0431,3.0015,0,5.6213,3.1653,0 +PL 4.3356,1.0297,0,4.1853,1.3997,0,4.0417,1.7529,0,3.9156,2.0975,0 +PL 4.7667,1.0297,0,6.0451,1.0297,0,6.0451,2.0975,0,6.0451,2.0975,0,6.0451,2.0975,0 +PLC 0.5249,4.4125,0,0.5249,7.9322,0,2.2344,7.9322,0,2.2344,2.6314,0,0.5249,2.6314,0 +PL 4.3356,4.7671,0,4.1853,6.0142,0,4.0417,7.2444,0,3.9156,8.4662,0,6.8997,8.4662,0,6.8997,5.7967,0,4.7667,5.7967,0,4.7667,5.7967,0,4.7667,5.7967,0 +PL 4.3356,7.3984,0,6.4724,7.3984,0,6.4724,7.3984,0,6.4724,7.3984,0 + +[55aa] 喪 +PL 1.2589,0,0,2.5093,0,0,2.5093,3.6991,0,0.8316,3.6991,0,0.8316,3.6991,0,0.8316,3.6991,0 +PL 2.9401,0,0,3.2696,0.3757,0,3.602,0.5141,0,4.2188,0.5339,0 +PL 7.1784,0,0,6.3234,0.8771,0,5.4797,1.7543,0,4.6461,2.6313,0,4.6461,3.6991,0,2.9401,3.6991,0,2.9401,3.6991,0,2.9401,3.6991,0 +PL 5.0734,3.6991,0,7.6057,3.6991,0,7.6057,3.6991,0,7.6057,3.6991,0 +PL 4.2188,4.2331,0,4.0889,7.1752,0,3.3043,7.9648,0,1.2589,7.9322,0 +PLC 1.655,5.6441,0,1.655,6.3305,0,2.9401,6.3305,0,2.9401,5.3008,0,1.655,5.3008,0 +PLC 5.4723,5.6441,0,5.4723,6.3305,0,6.7511,6.3305,0,6.7511,5.3008,0,5.4723,5.3008,0 +PL 4.6461,7.9322,0,4.4987,8.3023,0,4.3484,8.6554,0,4.2188,9,0 +PL 5.0734,7.9322,0,7.1784,7.9322,0,7.1784,7.9322,0,7.1784,7.9322,0 + +[55ab] 喫 +PL 3.0561,0.0001,0,3.8235,0.7133,0,4.5906,1.4097,0,5.3786,2.0975,0,5,2.4732,0,4.3419,2.6116,0,2.8428,2.6314,0 +PL 7.5113,0.0001,0,6.9337,0.5338,0,6.3625,1.0678,0,5.8024,1.6017,0 +PL 5.8024,2.6314,0,5.655,2.8983,0,5.5044,3.1652,0,5.3786,3.4323,0,5.981,4.8447,0,6.2014,6.0114,0,6.2329,7.9323,0,7.5113,7.9323,0,7.5113,4.7669,0,7.2136,4.6032,0,6.9337,4.4224,0,6.6602,4.2332,0 +PL 6.2329,2.6314,0,7.9421,2.6314,0,7.9421,2.6314,0,7.9421,2.6314,0 +PLC 0.7379,4.7656,0,0.7379,7.9323,0,1.9879,7.9323,0,1.9879,3.1652,0,0.7379,3.1652,0 +PL 2.8428,4.2332,0,4.1279,4.2332,0,4.1279,5.8348,0,3.8302,6.024,0,3.5465,6.2048,0,3.2701,6.3686,0 +PL 4.5552,6.3686,0,4.1279,6.9012,0,3.6974,7.4252,0,3.2701,7.9323,0 +PL 4.5552,7.9323,0,4.4014,8.3023,0,4.2575,8.6554,0,4.1279,9,0 + +[55b6] 営 +PL 7.4798,5.873,0,7.4798,7.4364,0,0.706,7.4364,0,0.706,5.873,0 +L 5.3748,7.7034,6.2263,9.0381 +L 4.0894,7.9702,4.0894,9.038 +L 2.8079,7.7034,1.9568,9.0381 +PLC 2.1841,3.8644,0,5.9982,3.8644,0,5.9982,6,0,2.1841,6,0 +PLC 5.9982,0,0,5.9982,2.1356,0,2.1841,2.1356,0,2.1841,0,0 +L 4.0894,3.8644,3.0947,2.1356 + +[55e3] 嗣 +PL 0.0019,0,0,0.0019,5.3009,0,3.4199,5.3009,0,3.4199,0,0,2.1489,0.5665,0,2.0473,1.8362,0,1.7107,3.1653,0,1.413,2.7119,0,1.301,2.0297,0,1.2835,0.5339,0 +PL 5.9557,0,0,6.8068,0,0,6.8068,8.4661,0,4.2465,8.4661,0,4.2465,8.4661,0,4.2465,8.4661,0 +PLC 4.2465,3.0128,0,4.2465,4.767,0,5.5249,4.767,0,5.5249,2.1357,0,4.2465,2.1357,0 +PL 0.6425,3.1653,0,1.0947,3.5806,0,1.2624,3.9959,0,1.2835,4.767,0 +PL 2.5653,3.1653,0,2.2676,3.5806,0,2.1594,3.9959,0,2.1416,4.767,0 +PL 4.2465,6.3687,0,5.9557,6.3687,0,5.9557,6.3687,0,5.9557,6.3687,0 +PLC 0.4324,7.4351,0,0.4324,8.4661,0,2.9926,8.4661,0,2.9926,6.9026,0,0.4324,6.9026,0 + +[5606] 嘆 +PL 3.9142,0,0,4.4014,0.6371,0,4.8883,1.257,0,5.3786,1.8686,0,4.8039,1.9719,0,4.2505,2.0579,0,3.6974,2.1356,0 +PL 7.5113,0,0,6.7936,1.2471,0,6.0788,2.4774,0,5.3786,3.6992,0,4.1279,3.6992,0,4.1279,3.6992,0,4.1279,3.6992,0 +PLC 0.7379,4.0792,0,0.7379,7.9322,0,2.4191,7.9322,0,2.4191,2.1356,0,0.7379,2.1356,0 +PL 6.6602,2.1356,0,7.9421,2.1356,0,7.9421,2.1356,0,7.9421,2.1356,0 +PL 6.2329,3.6992,0,5.5818,4.4506,0,5.0385,4.7275,0,4.1279,4.7671,0,4.1279,6.3686,0,7.5113,6.3686,0,7.5113,4.7671,0,6.2329,4.7671,0,6.0788,5.137,0,5.9352,5.4901,0,5.8024,5.8348,0 +PL 6.6602,3.6992,0,7.5113,3.6992,0,7.5113,3.6992,0,7.5113,3.6992,0 +PL 3.6974,7.9322,0,4.9513,7.9322,0,4.9513,9.0001,0,4.9513,9.0001,0,4.9513,9.0001,0 +PL 5.3786,7.9322,0,6.6602,7.9322,0,6.6602,9.0001,0,6.6602,9.0001,0,6.6602,9.0001,0 +PL 7.084,7.9322,0,7.9421,7.9322,0,7.9421,7.9322,0,7.9421,7.9322,0 + +[5631] 嘱 +PL 1.436,0.0382,0,2.7358,2.8348,0,3.1277,5.4026,0,3.1421,8.5043,0,6.5325,8.5043,0,6.5325,7.4365,0,3.5725,7.4365,0,3.5725,7.4365,0,3.5725,7.4365,0 +PL 3.5725,0.0382,0,3.5725,2.6695,0,4.4692,2.6893,0,4.907,2.8277,0,5.2537,3.2034,0,4.9213,3.5791,0,4.5848,3.7176,0,3.9683,3.7373,0,3.9683,4.8052,0,4.5848,4.8334,0,4.9213,5.0312,0,5.2537,5.5678,0,4.8229,5.671,0,4.3991,5.7571,0,3.9683,5.8348,0 +PL 6.9629,0.0382,0,6.7881,0.7825,0,6.5636,1.1878,0,6.1052,1.6018,0,5.7581,1.226,0,5.3171,1.0876,0,4.3991,1.0678,0 +PL 5.2537,1.8687,0,5.597,2.4323,0,6.0421,2.6399,0,6.9629,2.6695,0,6.9629,1.6018,0,6.9629,1.6018,0,6.9629,1.6018,0 +PLC 0.1577,4.8037,0,0.1577,7.9704,0,1.8672,7.9704,0,1.8672,3.2034,0,0.1577,3.2034,0 +PLC 5.3308,4.5566,0,5.825,4.7994,0,6.5325,4.8052,0,6.5325,3.7373,0,5.6775,3.7373,0 +PL 5.6775,5.8348,0,5.9546,6.0241,0,6.2379,6.2049,0,6.5325,6.3687,0 + +[5668] 器 +PLC 1.0446,0.7231,0,1.0446,2.1356,0,3.1531,2.1356,0,3.1531,0,0,1.0446,0,0 +PLC 4.8584,0.7231,0,4.8584,2.1356,0,6.9634,2.1356,0,6.9634,0,0,4.8584,0,0 +PL 0.6173,3.2034,0,1.7027,3.6018,0,2.4666,4.0762,0,3.5734,5.0339,0,2.5787,5.137,0,1.5945,5.2231,0,0.6173,5.3009,0 +PL 6.5361,3.2034,0,4.8938,4.7191,0,4.2423,5.5396,0,4.0042,6.3688,0 +PL 4.8584,5.3009,0,7.3907,5.3009,0,7.3907,5.3009,0,7.3907,5.3009,0 +PLC 1.0446,7.4351,0,1.0446,8.4661,0,3.1531,8.4661,0,3.1531,6.9026,0,1.0446,6.9026,0 +PLC 4.8584,7.4351,0,4.8584,8.4661,0,6.9634,8.4661,0,6.9634,6.9026,0,4.8584,6.9026,0 + +[5674] 噴 +PL 2.813,0,0,3.1597,0.1893,0,3.5138,0.3701,0,3.8816,0.534,0 +PL 7.2646,0,0,6.9704,0.1893,0,6.6867,0.3701,0,6.4135,0.534,0 +PL 3.4543,1.6017,0,3.58,3.202,0,3.7306,4.7938,0,3.8816,6.3686,0,2.5997,6.3686,0,2.5997,6.3686,0,2.5997,6.3686,0 +PL 3.8816,1.6017,0,6.8408,1.6017,0,6.8408,2.6695,0,3.8816,2.6695,0,3.8816,2.6695,0,3.8816,2.6695,0 +PLC 0.4628,4.4237,0,0.4628,7.9322,0,1.7447,7.9322,0,1.7447,2.6695,0,0.4628,2.6695,0 +PL 6.8408,3.4321,0,5.843,3.5353,0,4.8584,3.6215,0,3.8816,3.6992,0 +PL 6.8408,4.5001,0,5.9866,4.6032,0,5.1355,4.6893,0,4.277,4.767,0 +PL 6.4135,5.3008,0,6.4135,6.3686,0,4.277,6.3686,0,4.277,6.3686,0,4.277,6.3686,0 +PL 6.8408,6.3686,0,7.6919,6.3686,0,7.6919,6.3686,0,7.6919,6.3686,0 +PL 3.0231,7.9322,0,5.1355,7.9322,0,5.1355,9,0,5.1355,9,0,5.1355,9,0 +PL 5.5558,7.9322,0,7.2646,7.9322,0,7.2646,7.9322,0,7.2646,7.9322,0 + +[5687] 嚇 +PL 1.6207,0,0,2.6154,1.9606,0,2.9029,3.582,0,2.9029,5.7967,0,1.6207,5.7967,0,1.9079,3.5495,0,1.9079,2.5904,0,1.6207,2.0975,0 +PL 2.9029,0,0,3.761,0,0,3.6066,2.2881,0,3.463,4.5763,0,3.3302,6.8645,0,3.0357,7.0537,0,2.752,7.2345,0,2.4753,7.3984,0 +PL 4.6118,0,0,5.3403,1.918,0,5.4807,3.726,0,5.4352,5.7967,0,4.1848,5.7967,0,4.1848,5.7967,0,4.1848,5.7967,0 +PL 5.4352,0,0,6.2863,0,0,6.1388,2.2881,0,5.9952,4.5763,0,5.866,6.8645,0,5.5679,7.0537,0,5.2842,7.2345,0,5.0079,7.3984,0 +PL 4.6118,2.0975,0,4.6118,4.2331,0,4.6118,4.2331,0,4.6118,4.2331,0 +PL 7.5748,2.0975,0,7.4176,2.8206,0,7.2775,3.5354,0,7.144,4.2331,0 +PL 0.3703,3.6991,0,0.3703,7.9322,0,1.6207,7.9322,0,1.6207,6.3304,0,1.6207,6.3304,0,1.6207,6.3304,0 +PL 6.7167,5.7967,0,7.5748,5.7967,0,7.5748,5.7967,0,7.5748,5.7967,0 +PL 3.761,7.3984,0,3.4563,7.8136,0,3.3477,8.2289,0,3.3302,9.0001,0 +PL 6.2863,7.3984,0,5.9917,7.8136,0,5.88,8.2289,0,5.866,9.0001,0 + +[56da] 囚 +PLC 0.7399,2.8221,0,0.7399,8.4661,0,7.5133,8.4661,0,7.5133,0,0,0.7399,0,0 +PL 1.8043,1.6018,0,3.048,3.5114,0,3.843,5.1837,0,4.1267,7.3983,0 +PL 6.2594,1.6018,0,5.6818,2.6681,0,5.1109,3.7261,0,4.5537,4.767,0 + +[56db] 四 +PLC -0.0001,7.9322,0,6.7726,7.9322,0,6.7726,0.5338,0,-0.0001,0.5338,0 +PL 0.8538,2.6312,0,1.7206,4.274,0,2.1203,5.8168,0,2.1203,7.9322,0 +PL 3.8102,7.9322,0,3.8102,4.9643,0,3.9398,3.6779,0,4.2403,3.1652,0,5.9183,3.1652,0,5.9183,4.7669,0 + +[56de] 回 +PLC 0.8316,0,0,7.6057,0,0,7.6057,8.5044,0,0.8316,8.5044,0 +PLC 2.9401,2.6695,0,5.4723,2.6695,0,5.4723,6.3687,0,2.9401,6.3687,0 + +[56e0] 因 +PLC 5.0079,8.5044,0,7.2666,8.5044,0,7.2666,0,0,0.4929,0,0,0.4929,8.5044,0,5.0079,8.5044,0 +PL 4.3039,5.8347,0,4.0093,6.2499,0,3.8976,6.6652,0,3.8832,7.4364,0 +PL 4.7343,5.8347,0,6.0127,5.8347,0,6.0127,5.8347,0,6.0127,5.8347,0 +PL 1.5611,1.6017,0,2.3247,2.7457,0,3.0987,3.8899,0,3.8832,5.0338,0,3.519,5.5974,0,2.9726,5.805,0,1.7783,5.8347,0 +PL 6.0127,1.6017,0,5.4352,2.4787,0,4.8639,3.3559,0,4.3039,4.2329,0 + +[56e3] 団 +PLC 2.7203,8.4662,0,7.2349,8.4662,0,7.2349,0,0,0.4612,0,0,0.4612,8.4662,0 +PL 5.13,5.8348,0,4.8323,6.2232,0,4.7198,6.6285,0,4.7023,7.3984,0 +PL 3.8512,1.5635,0,4.7023,1.5635,0,4.5727,4.976,0,3.6866,5.8799,0,1.3154,5.8348,0 +PL 2.9966,3.6992,0,2.6989,4.0692,0,2.4152,4.4223,0,2.142,4.767,0 +PL 5.5289,5.8348,0,6.3835,5.8348,0,6.3835,5.8348,0,6.3835,5.8348,0 + +[56f0] 困 +PLC 0.5588,2.8372,0,0.5588,8.4813,0,7.3287,8.4813,0,7.3287,0.0152,0,0.5588,0.0152,0 +PL 3.9421,1.083,0,3.8581,2.4941,0,3.7912,3.9051,0,3.7281,5.3161,0,2.9439,4.2751,0,2.173,3.2172,0,1.4099,2.1508,0 +PL 6.4744,2.1508,0,5.7736,3.2949,0,5.0734,4.4389,0,4.3726,5.5831,0,3.5148,5.6861,0,2.6704,5.7723,0,1.8372,5.85,0 +PL 4.7932,5.85,0,6.0471,5.85,0,6.0471,5.85,0,6.0471,5.85,0 +PL 3.9421,6.3839,0,3.9421,7.4517,0,3.9421,7.4517,0,3.9421,7.4517,0 + +[56f2] 囲 +PLC 7.1744,5.6809,0,7.1744,0,0,0.7999,0,0,0.7999,8.5044,0,7.1744,8.5044,0 +PL 5.0376,5.8348,0,4.7398,6.2501,0,4.6281,6.6653,0,4.6138,7.4365,0 +PL 5.0376,3.7374,0,4.1514,4.9506,0,3.3112,6.3504,0,2.9326,7.4365,0 +PL 4.6138,1.0679,0,4.1378,3.0241,0,3.1007,4.7939,0,2.0783,5.8348,0 +PL 2.0783,1.0679,0,2.3547,1.7049,0,2.6384,2.325,0,2.9326,2.9366,0,2.6037,3.5002,0,2.2706,3.7077,0,1.6545,3.7374,0 +PL 5.4649,3.7374,0,6.3233,3.7374,0,6.3233,3.7374,0,6.3233,3.7374,0 + +[56f3] 図 +PLC 0.4023,0,0,7.1726,0,0,7.1726,8.4661,0,0.4023,8.4661,0 +L 1.6807,7.3983,2.0768,6.5974 +L 3.3619,7.3983,3.7857,6.5974 +A -3.1243,8.7165,8.723,304.912,351.308 +A -0.515,-1.1067,7.0503,24.6186,64.6101 + +[56fa] 固 +PLC 0.094,0,0,6.8674,0,0,6.8674,8.4662,0,0.094,8.4662,0 +PLC 1.7751,1.5637,0,5.1932,1.5637,0,5.1932,4.2331,0,1.7751,4.2331,0 +L 5.5855,6.3305,1.3794,6.3305 +L 3.4843,7.3984,3.4843,4.2331 + +[56fd] 国 +PLC 0.8019,0,0,7.5718,0,0,7.5718,8.5044,0,0.8019,8.5044,0 +L 2.0835,1.6016,6.3214,1.6016 +L 2.2936,4.2521,6.1113,4.2521 +L 2.0835,6.9025,6.3214,6.9025 +L 4.2063,6.9025,4.2063,1.6016 + +[570f] 圏 +PLC 0.126,2.864,0,0.126,8.5194,0,6.8994,8.5194,0,6.8994,0.0152,0,0.126,0.0152,0 +PL 2.2621,1.6168,0,2.2621,3.2186,0,4.3675,3.2186,0,4.3675,4.2863,0,2.5532,4.2666,0,1.6741,4.1282,0,0.9802,3.7525,0 +PL 2.6579,1.6168,0,5.2217,1.6168,0,5.2217,2.6847,0,5.2217,2.6847,0,5.2217,2.6847,0 +PL 5.6455,3.7525,0,5.2217,4.3626,0,4.7944,4.9728,0,4.3675,5.583,0,2.6579,5.583,0,2.5147,5.316,0,2.3847,5.0491,0,2.2621,4.7821,0 +PL 1.4114,5.85,0,2.2621,5.85,0,2.2621,5.85,0,2.2621,5.85,0 +PL 4.7944,5.85,0,5.6455,5.85,0,5.6455,5.85,0,5.6455,5.85,0 +PL 3.0852,6.6507,0,2.6579,7.107,0,2.2415,7.5547,0,1.8352,7.9855,0 +PL 3.9363,6.6507,0,3.7857,7.107,0,3.6421,7.5547,0,3.5164,7.9855,0 +PL 4.5808,6.9177,0,4.7944,7.2878,0,5.0081,7.6409,0,5.2217,7.9855,0 + +[5712] 園 +PLC 0.4347,8.4661,0,7.2046,8.4661,0,7.2046,0,0,0.4347,0,0 +L 5.9542,6.8983,1.7131,6.8983 +L 6.3815,5.8303,1.2893,5.8303 +PLC 2.1404,3.1991,0,5.5234,3.1991,0,5.5234,4.7626,0,2.1404,4.7626,0 +L 3.8317,5.8303,3.8317,7.9661 +L 1.4504,1.5971,3.7725,3.1991 +L 3.2682,2.8537,3.2682,0.5294 +L 3.3347,2.8977,6.3815,1.1377 +L 6.2908,3.1991,5.019,1.925 + +[571f] 土 +L 0.0001,0,6.7731,0 +L 3.3866,8.9999,3.3866,0 +L 6.3458,5.3007,0.4274,5.3007 + +[5727] 圧 +PL 5.5289,4.7668,0,7.2349,4.7668,0,7.2349,4.7668,0,7.2349,4.7668,0 +PL 5.13,4.7668,0,4.8323,5.2217,0,4.7198,5.9137,0,4.7023,7.4364,0 +PL 0.4612,0.2669,0,1.1718,3.1314,0,1.3438,5.6906,0,1.3154,8.5044,0,7.6622,8.5044,0,7.6622,8.5044,0,7.6622,8.5044,0 +PL 1.7151,0,0,4.7023,0,0,4.6922,3.3714,0,4.1069,4.5988,0,2.142,4.7668,0 +PL 5.13,0,0,7.6622,0,0,7.6622,0,0,7.6622,0,0 + +[5728] 在 +PL 1.8372,0,0,1.7531,1.4111,0,1.6862,2.822,0,1.6232,4.2332,0,1.2589,3.8884,0,0.8985,3.5354,0,0.5588,3.1653,0 +PL 2.6637,0,0,5.2237,0,0,5.2272,2.349,0,4.8528,3.435,0,3.5148,3.6992,0 +PL 1.8372,5.034,0,2.2434,5.7472,0,2.6637,6.4436,0,3.0837,7.1314,0,2.2326,7.2344,0,1.3888,7.3208,0,0.5588,7.3984,0 +PL 3.5148,7.3984,0,3.5148,9.0001,0,3.5148,9.0001,0,3.5148,9.0001,0 +PL 5.651,0,0,7.7559,0,0,7.7559,0,0,7.7559,0,0 +PL 5.651,3.6992,0,5.3498,4.1328,0,5.238,4.6767,0,5.2237,5.7966,0 +PL 6.0471,3.6992,0,6.8982,3.6992,0,6.8982,3.6992,0,6.8982,3.6992,0 +PL 3.9421,7.3984,0,7.7559,7.3984,0,7.7559,7.3984,0,7.7559,7.3984,0 + +[5730] 地 +L 1.6222,8.9998,1.6222,2.3031 +L 0.3403,1.5633,2.7395,2.9489 +L 0.3403,6.3303,2.7395,6.3303 +L 5.4367,8.9998,5.4367,1.5633 +PL 3.7271,7.9322,0,3.7258,2,0.1231,4.2248,0,0,7.5382,0,0,7.5382,1.5633,0 +PL 6.7182,3.1653,0,7.5382,3.1653,0,7.5382,6.5134,0,2.8725,5.2626,0 + +[5742] 坂 +PL 2.4507,0,0,3.7575,2.9152,0,4.1463,5.2712,0,4.1603,8.4661,0,7.9709,8.4661,0 +PL 4.3736,0,0,4.9904,0.7133,0,5.6208,1.4096,0,6.2652,2.0975,0,5.6838,3.3021,0,5.4698,4.2613,0,5.4387,5.7966,0,4.5841,5.7966,0 +PL 7.9709,0,0,7.5436,0.5324,0,7.1163,1.0564,0,6.6925,1.5635,0 +PL 0.7695,2.6312,0,2.0203,2.6312,0,2.0059,4.8785,0,1.9043,5.8376,0,1.628,6.3306,0,0.7695,6.3306,0 +PL 6.6925,2.6312,0,7.2876,3.8165,0,7.5118,4.637,0,7.5436,5.7966,0,5.8341,5.7966,0 +PL 2.4507,6.3306,0,2.146,6.7852,0,2.0378,7.4774,0,2.0203,8.9999,0 + +[5747] 均 +PL 5.2537,0,0,6.9034,1.452,0,7.1205,4.548,0,6.9629,7.3984,0,5.6814,7.3208,0,4.4026,7.2344,0,3.1421,7.1314,0,2.851,6.5198,0,2.5673,5.8997,0,2.291,5.2628,0 +PL 0.1577,2.0975,0,1.0123,2.0975,0,1.0123,5.7966,0,0.7145,5.9858,0,0.4343,6.1668,0,0.1577,6.3305,0 +PL 3.1421,2.0975,0,4.1648,2.2359,0,4.9213,2.4929,0,5.6775,2.6314,0 +PL 4.8229,4.767,0,4.4902,5.1159,0,4.1648,5.2443,0,3.5725,5.2628,0 +PL 1.436,6.3305,0,1.1387,6.7853,0,1.0266,7.4775,0,1.0123,9.0001,0 +PL 3.5725,7.9322,0,3.5725,9.0001,0,3.5725,9.0001,0,3.5725,9.0001,0 + +[574a] 坊 +PL 2.141,0,0,3.6856,2.5212,0,4.3476,4.4577,0,4.4912,7.4365,0,2.7823,7.4365,0 +PL 4.915,0,0,6.3443,0.8376,0,6.6525,2.7345,0,6.5962,4.7669,0,4.915,4.7669,0 +PL 0.2501,2.6696,0,1.5285,2.6696,0,1.5495,4.6794,0,1.2868,5.9351,0,0.2501,6.3687,0 +PL 1.9274,6.3687,0,1.651,6.8235,0,1.546,7.5156,0,1.5285,9.0382,0 +L 4.915,7.4365,4.915,9.0382 +L 5.3423,7.4365,7.4473,7.4365 + +[5751] 坑 +PL 2.9976,0.0152,0,4.1709,1.9601,0,4.4967,3.5491,0,4.49,5.85,0,6.1712,5.85,0,6.1712,0.0152,0,7.88,0.0152,0,7.88,1.6168,0,7.88,1.6168,0,7.88,1.6168,0 +PL 0.6793,2.1508,0,1.5021,2.1508,0,1.5021,5.85,0,1.2292,6.0392,0,0.9522,6.2201,0,0.6793,6.3838,0 +PL 1.9332,6.3838,0,1.6285,6.8386,0,1.5161,7.5308,0,1.5021,9.0534,0 +PL 3.2081,7.4516,0,5.3166,7.4516,0,5.3166,9.0534,0,5.3166,9.0534,0,5.3166,9.0534,0 +PL 5.7439,7.4516,0,7.4527,7.4516,0,7.4527,7.4516,0,7.4527,7.4516,0 + +[576a] 坪 +PL 5.2237,0,0,5.1641,2.7826,0,4.5337,3.6752,0,2.6637,3.7373,0 +PL 0.5588,2.1356,0,1.8372,2.1356,0,1.8893,4.3178,0,1.6582,5.8136,0,0.5588,6.3687,0 +PL 5.651,3.7373,0,5.3498,4.2444,0,5.238,5.4803,0,5.2237,8.5044,0,3.0837,8.5044,0,3.0837,8.5044,0,3.0837,8.5044,0 +PL 6.0471,3.7373,0,7.7559,3.7373,0,7.7559,3.7373,0,7.7559,3.7373,0 +PL 3.9421,5.5679,0,3.7912,6.0241,0,3.6441,6.4718,0,3.5148,6.9026,0 +PL 6.4744,5.5679,0,6.6036,6.0241,0,6.7472,6.4718,0,6.8982,6.9026,0 +PL 2.2326,6.3687,0,1.9527,6.8221,0,1.8512,7.5043,0,1.8372,9.0001,0 +PL 5.651,8.5044,0,7.3287,8.5044,0,7.3287,8.5044,0,7.3287,8.5044,0 + +[5782] 垂 +PL 0.5249,0,0,3.9156,0,0,3.8981,1.12,0,3.793,1.6639,0,3.5128,2.0974,0,0.9522,2.0974,0,0.9522,2.0974,0,0.9522,2.0974,0 +PL 4.3356,0,0,7.3302,0,0,7.3302,0,0,7.3302,0,0 +PL 4.3356,2.0974,0,4.0242,2.7698,0,3.8102,3.5607,0,3.5128,4.233,0,2.6123,4.1313,0,2.28,3.6737,0,2.2344,2.6314,0 +PL 4.7667,2.0974,0,5.6213,2.0974,0,5.1796,3.5933,0,4.2799,5.2161,0,3.5128,6.3305,0,2.2344,6.3305,0,2.1189,4.8715,0,1.6177,4.3191,0,0.5249,4.233,0 +PL 6.0451,2.0974,0,6.8997,2.0974,0,6.8997,2.0974,0,6.8997,2.0974,0 +PL 6.0451,4.233,0,5.7439,4.6666,0,5.6388,5.2105,0,5.6213,6.3305,0,4.4722,6.4323,0,3.9997,6.89,0,3.9156,7.9322,0,1.3795,7.9322,0,1.3795,7.9322,0,1.3795,7.9322,0 +PL 6.4724,4.233,0,7.3302,4.233,0,7.3302,4.233,0,7.3302,4.233,0 +PL 0.9522,6.3305,0,1.8033,6.3305,0,1.8033,6.3305,0,1.8033,6.3305,0 +PL 6.0451,6.3305,0,6.8997,6.3305,0,6.8997,6.3305,0,6.8997,6.3305,0 +PL 4.5496,7.9322,0,5.0504,8.3079,0,5.5509,8.4464,0,6.4724,8.4661,0 + +[578b] 型 +PL 0.0034,0,0,3.3938,0,0,3.0922,1.832,0,2.2341,2.1978,0,0.8615,2.0974,0 +L 3.8176,0,6.7768,0 +PL 3.8176,2.0974,0,3.6631,2.4675,0,3.523,2.8206,0,3.3938,3.1653,0 +L 4.2449,2.0974,5.9187,2.0974 +PL 0.0034,3.6991,0,0.3393,4.5,0,0.6825,5.3008,0,1.0433,6.1017,0,0.6825,6.1779,0,0.3393,6.2543,0,0.0034,6.3305,0 +PL 2.5353,4.2331,0,2.5353,5.8347,0,1.2534,6.8644,0,1.2534,8.4662,0,0.4304,8.4662,0 +PL 5.4988,4.2331,0,6.3498,4.2331,0,6.3498,9,0 +L 4.6718,5.3008,4.6718,8.4662 +PL 2.9626,6.3305,0,2.6614,6.7656,0,2.5532,7.3192,0,2.5353,8.4662,0,1.6846,8.4662,0 + +[57a3] 垣 +PL 2.8725,0,0,7.5382,0,0,7.5382,0,0,7.5382,0,0 +PL 0.3403,1.5636,0,1.6222,1.5636,0,1.6961,3.8503,0,1.4859,5.6201,0,0.3403,6.3304,0 +PLC 3.7271,3.5085,0,3.7271,6.3304,0,6.6867,6.3304,0,6.6867,2.0975,0,3.7271,2.0975,0 +PL 4.1544,4.2331,0,6.2913,4.2331,0,6.2913,4.2331,0,6.2913,4.2331,0 +PL 2.0495,6.3304,0,1.7486,6.7854,0,1.6397,7.4774,0,1.6222,9.0001,0 +PL 2.8725,8.4662,0,7.5382,8.4662,0,7.5382,8.4662,0,7.5382,8.4662,0 + +[57cb] 埋 +PL 3.6706,0,0,5.8039,0,0,5.667,1.6216,0,5.1486,2.1159,0,4.0944,2.1356,0 +PL 6.1958,0,0,7.9054,0,0,7.9054,0,0,7.9054,0,0 +PL 0.7075,2.1356,0,1.9894,2.1356,0,2.0454,4.3178,0,1.8146,5.8135,0,0.7075,6.3687,0 +PL 6.1958,2.1356,0,5.5412,3.4859,0,5.2852,4.1159,0,4.0944,4.2712,0,4.0944,8.5043,0,7.4851,8.5043,0,7.4851,4.2712,0,6.9699,4.3744,0,6.476,4.4605,0,5.9861,4.5382,0,5.7756,5.1484,0,5.5689,5.7585,0,5.3801,6.3687,0,4.5217,6.3687,0,4.5217,6.3687,0,4.5217,6.3687,0 +PL 6.6266,2.1356,0,7.4851,2.1356,0,7.4851,2.1356,0,7.4851,2.1356,0 +PL 2.3855,2.6696,0,3.2398,2.6696,0,3.2398,2.6696,0,3.2398,2.6696,0 +PL 2.3855,6.3687,0,2.1085,6.8235,0,2.0069,7.5156,0,1.9894,9.0382,0 +PL 6.1958,6.3687,0,5.9195,6.7839,0,5.8179,7.1992,0,5.8039,7.9704,0 + +[57ce] 城 +PL 1.7151,0,0,2.7658,2.2458,0,3.025,4.2627,0,2.9966,6.8645,0,4.7272,6.8164,0,5.6725,7.243,0,5.9527,9,0 +PL 4.489,0,0,5.1125,0.6102,0,5.7429,1.2204,0,6.3835,1.8306,0,5.7706,4.034,0,6.1593,6.0085,0,7.6622,6.8645,0 +PL 7.2349,0,0,7.0875,0.3432,0,6.9372,0.6865,0,6.8073,1.0297,0 +PL 7.6622,0,0,7.6622,1.5636,0,7.6622,1.5636,0,7.6622,1.5636,0 +PL 3.8512,1.5636,0,4.7023,1.5636,0,4.7023,4.767,0,3.4239,4.767,0,3.4239,4.767,0,3.4239,4.767,0 +PL 0.4612,2.0974,0,1.3154,2.0974,0,1.3154,5.7968,0,1.0216,5.986,0,0.7414,6.1668,0,0.4612,6.3305,0 +PL 6.8073,2.8984,0,6.9372,3.5353,0,7.0875,4.1554,0,7.2349,4.767,0 +PL 1.7151,6.3305,0,1.438,6.7853,0,1.333,7.4774,0,1.3154,9,0 + +[57df] 域 +PL 3.6036,0,0,4.3671,0.637,0,5.1376,1.257,0,5.9187,1.8685,0,5.3061,4.1058,0,4.98,5.8855,0,4.6718,6.9026,0,2.5353,6.9026,0,2.5353,6.9026,0,2.5353,6.9026,0 +PL 6.7768,0,0,6.6262,0.3701,0,6.4794,0.7231,0,6.3498,1.0677,0 +PL 7.2041,0,0,7.2041,1.6017,0,7.2041,1.6017,0,7.2041,1.6017,0 +PL 1.6846,1.0677,0,2.5353,1.4378,0,3.3938,1.791,0,4.2449,2.1356,0 +PL 0.0034,1.6017,0,0.8615,1.6017,0,0.8615,5.8347,0,0.5634,6.024,0,0.2797,6.2048,0,0.0034,6.3686,0 +PL 6.3498,2.6695,0,6.9519,3.8093,0,7.1726,4.4915,0,7.2041,5.3008,0 +PLC 2.5353,3.9166,0,2.5353,5.3008,0,3.8176,5.3008,0,3.8176,3.2033,0,2.5353,3.2033,0 +PL 1.2534,6.3686,0,0.9736,6.822,0,0.872,7.5042,0,0.8615,9,0 +PL 5.4988,6.9026,0,5.194,7.3361,0,5.0855,7.8799,0,5.0676,9,0 +PL 5.9187,6.9026,0,7.2041,6.9026,0,7.2041,6.9026,0,7.2041,6.9026,0 +PL 7.2041,7.9703,0,6.9067,8.3135,0,6.6262,8.6568,0,6.3498,9,0 + +[57f7] 執 +PL 1.9859,0,0,1.9054,1.4181,0,1.552,2.0142,0,0.7394,2.1357,0 +PL 3.6955,0,0,4.2454,1.1441,0,4.8057,2.2882,0,5.3766,3.4322,0,4.9455,3.8885,0,4.5291,4.3363,0,4.1228,4.767,0 +PL 7.0855,0.5339,0,6.6095,1.6794,0,6.2729,2.2232,0,5.8004,2.6314,0 +PL 7.5058,0.5339,0,7.5058,1.6018,0,7.5058,1.6018,0,7.5058,1.6018,0 +PL 2.4171,2.1357,0,2.1124,2.5241,0,1.9999,2.9294,0,1.9859,3.6992,0,0.3083,3.6992,0,0.3083,3.6992,0,0.3083,3.6992,0 +PL 6.655,2.6314,0,6.655,6.3687,0,5.6428,6.188,0,5.3658,5.5325,0,5.3766,4.2332,0 +PL 2.4171,3.9661,0,2.5463,4.6032,0,2.6934,5.2232,0,2.8405,5.8348,0,2.2731,5.7571,0,1.7131,5.671,0,1.1593,5.5678,0,1.2893,5.1371,0,1.415,4.6894,0,1.5621,4.2332,0 +PL 2.8405,3.6992,0,3.6955,3.6992,0,3.6955,3.6992,0,3.6955,3.6992,0 +PL 3.4815,5.8348,0,4.1018,6.2048,0,4.7322,6.558,0,5.3766,6.9026,0,5.3766,9,0,5.3766,9,0,5.3766,9,0 +PL 1.9859,6.6357,0,1.6567,7.1723,0,1.3313,7.3701,0,0.7394,7.3983,0 +PL 2.4171,7.3983,0,2.1124,7.8136,0,1.9999,8.2288,0,1.9859,9,0 + +[57f9] 培 +PLC 6.4736,0,0,3.5105,0,0,3.5105,3.1652,0,6.4736,3.1652,0,6.4736,0,0,6.4736,0,0 +PL 0.1271,2.6314,0,0.9467,2.6314,0,0.9467,5.8348,0,0.6735,6.024,0,0.4003,6.2048,0,0.1271,6.3687,0 +PL 2.2321,5.3008,0,3.9417,5.3008,0,3.8296,6.2203,0,3.6226,7.0127,0,3.5105,7.9322,0,2.6594,7.9322,0,2.6594,7.9322,0,2.6594,7.9322,0 +PL 4.3371,5.3008,0,5.5388,5.7458,0,5.9836,6.5466,0,6.0428,7.9322,0,3.9417,7.9322,0,3.9417,7.9322,0,3.9417,7.9322,0 +PL 6.0428,5.3008,0,7.3247,5.3008,0,7.3247,5.3008,0,7.3247,5.3008,0 +PL 1.3775,6.3687,0,1.0728,6.7966,0,0.9646,7.4788,0,0.9467,8.9999,0 + +[57fa] 基 +PL 1.7156,0,0,4.2478,0,0,4.0167,1.3305,0,3.4142,1.6441,0,2.5733,1.6017,0 +PL 4.6748,0,0,6.8151,0,0,6.8151,0,0,6.8151,0,0 +PL 1.0778,1.6017,0,1.7156,2.3148,0,2.36,3.0112,0,3.0006,3.6991,0,2.6363,4.0749,0,2.0833,4.2133,0,0.8645,4.2329,0 +PL 4.6748,1.6017,0,4.3771,2.017,0,4.2653,2.4322,0,4.2478,3.2034,0 +PL 5.1056,1.6017,0,5.9567,1.6017,0,5.9567,1.6017,0,5.9567,1.6017,0 +PL 7.2389,1.6017,0,6.5171,2.4787,0,5.8064,3.3559,0,5.1056,4.2329,0,3.008,5.0636,0,2.8535,6.6059,0,1.2918,7.4364,0 +PL 5.9567,4.2329,0,5.5753,4.8064,0,4.9133,5.0833,0,3.3967,5.3008,0 +PL 6.384,4.2329,0,7.6378,4.2329,0,7.6378,4.2329,0,7.6378,4.2329,0 +PL 5.5294,6.1017,0,4.8082,6.2048,0,4.1007,6.2908,0,3.3967,6.3686,0 +PL 5.5294,6.9025,0,4.3879,7.5481,0,3.4142,7.7444,0,3.0006,8.9999,0 +PL 5.9567,7.4364,0,5.6555,7.8503,0,5.5437,8.2556,0,5.5294,8.9999,0 +PL 6.384,7.4364,0,7.2389,7.4364,0,7.2389,7.4364,0,7.2389,7.4364,0 + +[5800] 堀 +PL 1.8033,0,0,2.9626,2.7642,0,3.1696,5.4096,0,3.089,8.5043,0,7.3302,8.5043,0,7.3302,6.9026,0,3.5128,6.9026,0,3.5128,6.9026,0,3.5128,6.9026,0 +PL 3.9156,0,0,3.9156,2.6696,0,3.9156,2.6696,0,3.9156,2.6696,0 +PL 4.3356,0,0,5.6213,0,0,5.6388,2.0537,0,5.3761,3.3108,0,4.3356,3.7373,0,4.3356,5.3009,0,4.3356,5.3009,0,4.3356,5.3009,0 +PL 6.0451,0,0,7.3302,0,0,7.3302,2.6696,0,7.3302,2.6696,0,7.3302,2.6696,0 +PL 0.5249,2.6696,0,1.3795,2.6696,0,1.3795,5.8349,0,1.0856,6.0241,0,0.8019,6.2048,0,0.5249,6.3687,0 +PL 6.0451,3.7373,0,5.7439,4.171,0,5.6388,4.7148,0,5.6213,5.8349,0 +PL 6.6896,3.7373,0,6.7491,4.2698,0,6.8156,4.7938,0,6.8997,5.3009,0 +PL 1.8033,6.3687,0,1.5059,6.8235,0,1.3935,7.5156,0,1.3795,9.0382,0 + +[5802] 堂 +PL 0.126,0,0,3.5164,0,0,3.2222,1.8419,0,2.3672,2.226,0,0.9802,2.1356,0 +PL 3.9363,0,0,6.8994,0,0,6.8994,0,0,6.8994,0,0 +PL 3.9363,2.1356,0,3.6421,2.5437,0,3.53,3.0875,0,3.5164,4.2332,0,1.8352,4.2332,0,1.8352,5.8349,0,5.2217,5.8349,0,5.2217,4.2332,0,3.9363,4.2332,0,3.9363,4.2332,0,3.9363,4.2332,0 +PL 4.3675,2.1356,0,6.0766,2.1356,0,6.0766,2.1356,0,6.0766,2.1356,0 +PL 0.126,5.8349,0,0.126,7.3983,0,0.8296,7.5015,0,1.541,7.5876,0,2.2621,7.6652,0,1.9644,8.1214,0,1.6807,8.5692,0,1.4114,9,0 +PL 6.8994,5.8349,0,6.8994,7.3983,0,2.6579,7.3983,0,2.6579,7.3983,0,2.6579,7.3983,0 +PL 3.5164,7.9322,0,3.5164,9,0,3.5164,9,0,3.5164,9,0 +PL 4.7944,7.9322,0,5.0676,8.3023,0,5.3513,8.6554,0,5.6455,9,0 + +[5805] 堅 +PL 0.1592,0.0152,0,3.5425,0.0152,0,3.2553,1.857,0,2.3972,2.2412,0,1.0103,2.1508,0 +PL 3.9733,0.0152,0,6.9294,0.0152,0,6.9294,0.0152,0,6.9294,0.0152,0 +PL 3.9733,2.1508,0,3.8196,2.5208,0,3.676,2.874,0,3.5425,3.2186,0 +PL 4.3936,2.1508,0,6.0751,2.1508,0,6.0751,2.1508,0,6.0751,2.1508,0 +PL 0.583,4.2863,0,0.583,8.5194,0,3.1152,8.5194,0,3.1152,8.5194,0,3.1152,8.5194,0 +PL 1.0103,4.2863,0,1.8337,4.2863,0,1.8337,5.85,0,1.0103,5.85,0,1.0103,5.85,0,1.0103,5.85,0 +PL 2.2641,4.2863,0,3.1152,4.2863,0,3.1152,4.2863,0,3.1152,4.2863,0 +PL 3.9733,4.2863,0,4.3765,4.8188,0,4.7964,5.3428,0,5.2202,5.85,0,4.6423,7.0166,0,4.4255,7.7087,0,4.3936,8.5194,0,5.0976,8.4418,0,5.802,8.3555,0,6.5056,8.2524,0,6.2082,7.6409,0,5.9245,7.0208,0,5.6475,6.3838,0 +PL 6.5056,4.2863,0,6.2082,4.6295,0,5.9245,4.9728,0,5.6475,5.316,0 +PL 2.2641,5.85,0,3.1152,5.85,0,3.1152,6.9177,0,1.0103,6.9177,0,1.0103,6.9177,0,1.0103,6.9177,0 + +[5815] 堕 +PL 0.2501,0,0,3.6369,0,0,3.2307,1.4831,0,2.2605,1.7203,0,1.1047,1.6017,0 +PL 4.0607,0,0,7.02,0,0,7.02,0,0,7.02,0,0 +PL 4.0607,1.6017,0,3.8712,2.4816,0,3.9658,3.887,0,4.0607,6.3686,0,3.7452,6.7246,0,3.5245,6.7246,0,3.2061,6.3686,0 +PL 4.4912,1.6017,0,6.1657,1.6017,0,6.1657,1.6017,0,6.1657,1.6017,0 +PL 0.6774,3.1653,0,0.6774,8.4662,0,1.2237,8.3885,0,1.7838,8.3024,0,2.355,8.1992,0,2.0815,7.7783,0,1.8048,7.349,0,1.5285,6.9026,0,2.1095,6.1116,0,2.3232,5.558,0,2.355,4.7671,0,2.0815,4.6031,0,1.8048,4.4224,0,1.5285,4.2331,0 +PL 5.7419,3.1653,0,6.5962,3.1653,0,6.5962,4.7671,0,4.4912,4.7671,0,4.4912,4.7671,0,4.4912,4.7671,0 +PL 6.5962,5.5679,0,5.8957,5.671,0,5.192,5.7571,0,4.4912,5.8348,0 +PL 6.5962,6.6357,0,4.9714,7.0396,0,4.0012,7.5536,0,3.2061,7.9322,0 +PL 4.4912,8.1992,0,4.6208,8.4662,0,4.7647,8.7331,0,4.915,9.0001,0 +PL 4.915,7.9322,0,7.02,7.9322,0,7.02,7.9322,0,7.02,7.9322,0 + +[5824] 堤 +PL 2.3532,0,0,3.2568,1.5424,0,3.5895,2.373,0,3.6389,3.2035,0 +PL 5.7439,0,0,5.173,0.534,0,4.6126,1.0678,0,4.0627,1.6018,0 +PL 6.1712,0,0,7.88,0,0,7.88,0,0,7.88,0,0 +PL 5.3166,1.0678,0,5.3166,4.2331,0,3.2081,4.2331,0,3.2081,4.2331,0,3.2081,4.2331,0 +PL 0.6793,2.1356,0,1.9332,2.1356,0,1.9854,4.2501,0,1.7612,5.7797,0,0.6793,6.3687,0 +PL 5.7439,2.1356,0,7.0219,2.1356,0,7.0219,2.1356,0,7.0219,2.1356,0 +PL 5.7439,4.2331,0,7.88,4.2331,0,7.88,4.2331,0,7.88,4.2331,0 +PLC 4.0627,6.3687,0,4.0627,8.5044,0,7.0219,8.5044,0,7.0219,5.3009,0,4.0627,5.3009,0 +PL 2.3532,6.3687,0,2.0593,6.8221,0,1.9469,7.5043,0,1.9332,9.0001,0 +PL 4.49,6.9026,0,6.5981,6.9026,0,6.5981,6.9026,0,6.5981,6.9026,0 + +[582a] 堪 +PL 3.7595,0,0,3.7595,3.6991,0,2.9084,3.6991,0,2.9084,3.6991,0,2.9084,3.6991,0 +PL 4.1868,0,0,8.0006,0,0,8.0006,0,0,8.0006,0,0 +PL 4.1868,1.5636,0,4.7643,2.3546,0,4.9815,2.9082,0,5.0134,3.6991,0,4.1868,3.6991,0,4.1868,3.6991,0,4.1868,3.6991,0 +PL 6.2918,1.5636,0,6.2918,3.6991,0,5.4407,3.6991,0,5.4407,3.6991,0,5.4407,3.6991,0 +PL 6.7222,1.5636,0,7.5733,1.5636,0,7.5733,2.6314,0,7.5733,2.6314,0,7.5733,2.6314,0 +PL 0.768,2.0975,0,2.0499,2.0975,0,2.106,4.2797,0,1.8752,5.7755,0,0.768,6.3304,0 +PL 6.7222,3.6991,0,6.7222,5.3009,0,4.5822,5.3009,0,4.5822,4.2331,0,4.5822,4.2331,0,4.5822,4.2331,0 +PL 7.1495,3.6991,0,8.0006,3.6991,0,8.0006,3.6991,0,8.0006,3.6991,0 +PL 4.5822,5.7967,0,4.5686,6.9435,0,4.467,7.4972,0,4.1868,7.9322,0,3.3357,7.9322,0,3.3357,7.9322,0,3.3357,7.9322,0 +PL 6.7222,6.0637,0,6.1408,6.1668,0,5.5734,6.2528,0,5.0134,6.3304,0 +PL 2.4772,6.3304,0,2.1799,6.7854,0,2.0675,7.4774,0,2.0499,9.0001,0 +PL 6.7222,7.1314,0,6.0708,7.7345,0,5.234,8.2191,0,4.5822,9.0001,0 +PL 7.1495,7.9322,0,6.9923,8.3023,0,6.8483,8.6554,0,6.7222,9.0001,0 + +[5831] 報 +PL 1.8337,0,0,1.7563,1.418,0,1.3955,2.014,0,0.583,2.1355,0 +PL 4.3936,0,0,4.3936,8.5044,0,6.9294,8.5044,0,6.8772,7.2047,0,6.5371,6.5494,0,5.6475,6.3686,0 +PL 4.8244,0,0,5.2346,0.5338,0,5.6475,1.0678,0,6.0751,1.6017,0,5.6475,2.668,0,5.2346,3.7259,0,4.8244,4.7668,0 +PL 7.3567,0,0,7.0593,0.3699,0,6.7756,0.7231,0,6.5056,1.0678,0 +PL 2.2641,2.1355,0,1.9629,2.5691,0,1.8508,3.113,0,1.8337,4.2329,0,0.1592,4.2329,0,0.1592,4.2329,0,0.1592,4.2329,0 +PL 6.5056,2.4025,0,6.8037,3.024,0,6.9119,3.6369,0,6.9294,4.7668,0,5.6475,4.7668,0,5.6475,4.7668,0,5.6475,4.7668,0 +PL 2.2641,4.5001,0,2.3937,5.137,0,2.5373,5.757,0,2.6848,6.3686,0,2.1174,6.2908,0,1.5636,6.2048,0,1.0103,6.1017,0,1.1328,5.6709,0,1.2659,5.2232,0,1.4099,4.7668,0 +PL 2.6848,4.2329,0,3.5425,4.2329,0,3.5425,4.2329,0,3.5425,4.2329,0 +PL 1.8337,7.1695,0,1.5009,7.733,0,1.1819,7.9407,0,0.583,7.9703,0 +PL 2.2641,7.9703,0,2.1104,8.3135,0,1.9668,8.6567,0,1.8337,8.9999,0 + +[5834] 場 +L 1.6545,8.9998,1.6545,2.3031 +L 0.3726,1.5633,2.7683,2.9489 +L 0.3726,6.3303,2.7683,6.3303 +PLC 3.4338,6.3303,0,7.069,6.3303,0,7.069,8.4661,0,3.4338,8.4661,0 +L 3.4338,7.3983,7.069,7.3983 +L 2.9326,4.7669,7.5698,4.7669 +PL 3.7735,3.2033,0,7.069,3.2033,-0.1473,6.1033,-0.0001,0,5.1076,0,0 +A 1.0167,4.7669,3.1651,302.501,359.999 +A 1.8157,4.0226,3.1651,287.501,344.999 +A 2.8068,3.2033,3.1651,302.501,359.999 + +[5840] 塀 +PL 4.0042,0,0,4.2809,0.6371,0,4.5607,1.2571,0,4.8584,1.8687,0,4.5607,2.1356,0,4.2809,2.4026,0,4.0042,2.6695,0 +PL 6.5361,0,0,6.0636,1.9393,0,5.0265,3.7176,0,4.0042,4.767,0 +PL 1.8638,0.534,0,2.9885,3.0988,0,3.2091,5.5198,0,3.1531,8.4661,0,7.3907,8.4661,0,7.3907,6.9026,0,3.5734,6.9026,0,3.5734,6.9026,0,3.5734,6.9026,0 +PL 0.6173,2.6695,0,1.4719,2.6695,0,1.4719,5.8348,0,1.1773,6.0241,0,0.8901,6.2048,0,0.6173,6.3686,0 +PL 6.9634,2.6695,0,6.1091,3.7359,0,5.2647,4.7938,0,4.4311,5.8348,0 +PL 6.9634,4.767,0,6.6797,5.1624,0,6.6797,5.4393,0,6.9634,5.8348,0 +PL 1.8638,6.3686,0,1.5875,6.822,0,1.4859,7.5043,0,1.4719,9,0 + +[5841] 塁 +PL 4.5486,7.3983,0,5.4063,7.3983,0,5.4063,7.3983,0,5.4063,7.3983,0 +PL 0.3141,0,0,3.7286,0,0,3.3189,1.5,0,2.3452,1.7288,0,1.1652,1.6017,0 +PL 4.1248,0,0,7.1124,0,0,7.1124,0,0,7.1124,0,0 +PL 3.9108,1.8686,0,3.8477,2.3149,0,3.7882,2.7444,0,3.7286,3.1653,0 +PL 4.5486,1.6017,0,6.2574,1.6017,0,6.2574,1.6017,0,6.2574,1.6017,0 +PL 1.3785,2.6314,0,1.7217,2.8206,0,2.0793,3.0014,0,2.4436,3.1653,0 +PL 5.8336,2.6314,0,5.5363,2.8206,0,5.2561,3.0014,0,4.979,3.1653,0 +PL 2.4436,4.233,0,2.149,4.4223,0,1.8653,4.6031,0,1.5925,4.7669,0 +PL 5.1895,4.233,0,5.5363,4.4223,0,5.8932,4.6031,0,6.2574,4.7669,0 +PLC 1.5925,6.7118,0,1.5925,8.4661,0,5.8336,8.4661,0,5.8336,5.8347,0,1.5925,5.8347,0 +PL 3.7286,6.6356,0,3.3819,7.1723,0,2.9336,7.3701,0,2.0198,7.3983,0 + +[584a] 塊 +PL 1.5615,0,0,2.7275,1.4817,0,3.5786,2.8785,0,3.9043,4.7671,0,3.0532,4.7671,0,3.0532,7.9322,0,3.9712,8.1497,0,4.416,8.4267,0,4.7624,9.0001,0 +PL 5.1932,0,0,4.6643,1.9633,0,4.5771,4.5452,0,4.3354,6.3304,0,3.4843,6.3304,0,3.4843,6.3304,0,3.4843,6.3304,0 +PL 5.5855,0,0,7.2947,0,0,7.2947,1.0297,0,7.2947,1.0297,0,7.2947,1.0297,0 +PL 0.094,2.0975,0,1.3794,2.0975,0,1.428,4.2797,0,1.2004,5.7755,0,0.094,6.3304,0 +PL 5.3753,2.0975,0,5.5855,2.6314,0,5.803,3.1653,0,6.0166,3.6991,0 +PL 6.2268,2.0975,0,6.6926,2.4534,0,6.9724,2.4534,0,7.2947,2.0975,0 +PL 5.1932,4.7671,0,6.4404,4.7671,0,6.4404,6.3304,0,5.3298,6.4322,0,4.8569,6.8899,0,4.7624,7.9322,0,6.4404,7.9322,0,6.4404,6.8645,0,6.4404,6.8645,0,6.4404,6.8645,0 +PL 1.7751,6.3304,0,1.4946,6.7854,0,1.3899,7.4774,0,1.3794,9.0001,0 + +[5851] 塑 +PL 0.6158,0,0,4.0303,0,0,3.8062,1.7133,0,3.106,2.1384,0,1.9008,2.0974,0 +PL 4.4331,0,0,7.4211,0,0,7.4211,0,0,7.4211,0,0 +PL 4.4331,2.0974,0,4.2864,2.3644,0,4.1564,2.6313,0,4.0303,2.8983,0,4.8989,4.8418,0,5.2355,6.3701,0,5.2842,8.4662,0,6.9938,8.4662,0,6.9938,3.6991,0,6.1427,3.6991,0,6.1427,3.6991,0,6.1427,3.6991,0 +PL 4.8569,2.0974,0,6.1427,2.0974,0,6.1427,2.0974,0,6.1427,2.0974,0 +PL 1.2564,3.1653,0,1.6031,3.6216,0,1.9572,4.0692,0,2.3215,4.5,0,1.9958,5.0636,0,1.6627,5.2712,0,1.0431,5.3008,0,1.0431,6.8644,0,1.0431,6.8644,0,1.0431,6.8644,0 +PL 2.7519,5.3008,0,2.4507,5.7543,0,2.339,6.4365,0,2.3215,7.9322,0,0.6158,7.9322,0,0.6158,7.9322,0,0.6158,7.9322,0 +PL 3.3932,5.3008,0,3.4563,5.8333,0,3.526,6.3574,0,3.61,6.8644,0 +PL 5.7115,5.3008,0,6.5661,5.3008,0,6.5661,5.3008,0,6.5661,5.3008,0 +PL 5.7115,6.8644,0,6.5661,6.8644,0,6.5661,6.8644,0,6.5661,6.8644,0 +PL 2.7519,8.1992,0,2.8815,8.4662,0,3.029,8.7331,0,3.1792,9,0 +PL 3.1792,7.9322,0,4.0303,7.9322,0,4.0303,7.9322,0,4.0303,7.9322,0 + +[5854] 塔 +PLC 3.6046,0.8924,0,3.6046,2.6466,0,6.5641,2.6466,0,6.5641,0.0152,0,3.6046,0.0152,0 +PL 0.2177,2.1126,0,1.4649,2.1126,0,1.5206,4.227,0,1.3,5.7568,0,0.2177,6.3457,0 +PL 2.964,4.2483,0,3.6676,4.9616,0,4.3681,5.6579,0,5.0689,6.3457,0,5.8395,5.6579,0,6.6237,4.9616,0,7.4191,4.2483,0 +PL 4.0319,4.2483,0,6.1368,4.2483,0,6.1368,4.2483,0,6.1368,4.2483,0 +PL 1.8957,6.3457,0,1.5945,6.8006,0,1.4821,7.4926,0,1.4649,9.0152,0 +PL 4.0319,7.1466,0,3.6995,7.7102,0,3.3664,7.9178,0,2.7535,7.9475,0 +PL 6.1368,7.1466,0,5.4962,7.7497,0,4.6728,8.2343,0,4.0319,9.0152,0 +PL 6.5641,7.9475,0,6.4135,8.3175,0,6.2703,8.6706,0,6.1368,9.0152,0 + +[5857] 塗 +PL 0.0639,0.0152,0,3.447,0.0152,0,3.447,1.5788,0,0.9217,1.5788,0,0.9217,1.5788,0,0.9217,1.5788,0 +PL 3.8781,0.0152,0,6.8657,0.0152,0,6.8657,0.0152,0,6.8657,0.0152,0 +PL 3.8781,1.5788,0,6.0146,1.5788,0,6.0146,1.5788,0,6.0146,1.5788,0 +PL 0.0639,3.1805,0,0.4909,4.0576,0,0.9217,4.9348,0,1.3455,5.8118,0 +PL 3.447,3.1805,0,4.3054,3.1805,0,4.165,4.802,0,3.6575,5.2963,0,2.6309,5.3161,0 +PL 1.9868,3.7144,0,2.2004,3.9036,0,2.4137,4.0844,0,2.6309,4.2483,0 +PL 6.8657,3.7144,0,6.5715,3.9036,0,6.2878,4.0844,0,6.0146,4.2483,0 +PL 4.7359,5.3161,0,4.4312,5.7044,0,4.3226,6.1099,0,4.3054,6.8797,0,3.2368,7.2356,0,2.5784,7.2356,0,1.7731,6.8797,0 +PL 5.1565,5.3161,0,6.0146,5.3161,0,6.0146,5.3161,0,6.0146,5.3161,0 +PL 4.946,6.8797,0,5.1565,7.0689,0,5.3733,7.2498,0,5.587,7.4135,0,5.1565,7.9475,0,4.7359,8.4814,0,4.3054,9.0152,0,4.0074,8.6706,0,3.7275,8.3175,0,3.447,7.9475,0 + +[585a] 塚 +PL 3.9098,0,0,4.5402,0.0396,0,4.978,0.3164,0,5.5874,1.0678,0,5.5034,1.791,0,5.4372,2.5058,0,5.3741,3.2035,0,4.4561,2.5058,0,3.5455,1.791,0,2.6314,1.0678,0 +PL 7.7243,1.0678,0,6.8732,2.3151,0,6.0147,3.5452,0,5.1636,4.767,0,4.4561,4.26,0,3.756,3.736,0,3.0552,3.2035,0 +PL 0.5264,2.1356,0,1.3463,2.1356,0,1.3463,5.8348,0,1.0728,6.0241,0,0.7999,6.2049,0,0.5264,6.3687,0 +PL 6.442,4.2331,0,6.8732,4.767,0,7.297,5.3009,0,7.7243,5.8348,0 +PL 3.2692,4.767,0,4.1798,5.5581,0,4.5686,6.1117,0,4.7609,6.9026,0,3.4825,6.9026,0,3.4825,6.9026,0,3.4825,6.9026,0 +PL 1.7771,6.3687,0,1.4724,6.8221,0,1.3638,7.5043,0,1.3463,9.0001,0 +PL 5.1636,6.9026,0,6.8732,6.9026,0,6.8732,6.9026,0,6.8732,6.9026,0 +PL 2.6314,7.4366,0,2.6314,8.5044,0,7.7243,8.5044,0,7.7243,7.4366,0,7.7243,7.4366,0,7.7243,7.4366,0 + +[5869] 塩 +PL 2.5997,0,0,3.4543,0,0,3.4543,3.2034,0,6.8408,3.2034,0,6.8408,0,0,7.6919,0,0,7.6919,0,0,7.6919,0,0 +PL 3.8816,0,0,4.7047,0,0,4.7047,2.6696,0,4.7047,2.6696,0,4.7047,2.6696,0 +PL 5.3453,0,0,5.4048,0.9041,0,5.4787,1.7912,0,5.5558,2.6696,0 +PLC 6.4135,4.7671,0,3.8816,4.7671,0,3.8816,6.3688,0,6.4135,6.3688,0,6.4135,4.7671,0,6.4135,4.7671,0 +PL 4.277,7.9704,0,7.6919,7.9704,0,7.6919,7.9704,0,7.6919,7.9704,0 +PL 2.5997,6.3688,0,3.3562,7.5354,0,3.6925,8.2274,0,3.8816,9.0383,0 +PL 2.172,6.3688,0,1.8712,6.8236,0,1.7588,7.5157,0,1.7447,9.0383,0 +PL 0.4628,2.1357,0,1.7447,2.1357,0,1.8008,4.3178,0,1.57,5.8137,0,0.4628,6.3688,0 + +[587e] 塾 +PL 0.094,0.0001,0,3.4843,0.0001,0,3.0742,1.4832,0,2.1079,1.7205,0,0.9482,1.6018,0 +PL 3.9043,0.0001,0,6.8674,0.0001,0,6.8674,0.0001,0,6.8674,0.0001,0 +PL 3.9043,1.6018,0,3.442,3.1286,0,3.2773,3.647,0,1.7751,3.6993,0,1.7751,2.6696,0,0.9482,2.6696,0,0.9482,2.6696,0,0.9482,2.6696,0 +PL 4.3354,1.6018,0,6.0166,1.6018,0,6.0166,1.6018,0,6.0166,1.6018,0 +PL 6.4404,3.2035,0,5.9602,4.3236,0,5.5788,4.8673,0,4.976,5.3009,0,4.7624,4.7671,0,4.5491,4.2332,0,4.3354,3.6993,0 +PL 6.8674,3.2035,0,6.8674,4.2332,0,6.8674,4.2332,0,6.8674,4.2332,0 +PL 0.094,3.6993,0,1.3794,3.6993,0,1.3794,3.6993,0,1.3794,3.6993,0 +PL 2.1989,4.2332,0,2.3352,4.5002,0,2.4753,4.7671,0,2.6294,5.034,0,1.9257,5.1371,0,1.2249,5.2233,0,0.5209,5.3009,0 +PL 6.0166,5.3009,0,6.0166,7.4366,0,5.134,7.3349,0,4.8118,6.8773,0,4.7624,5.8349,0,3.9043,5.8349,0,3.9043,5.8349,0,3.9043,5.8349,0 +PLC 0.5209,6.7388,0,0.5209,7.4366,0,3.0532,7.4366,0,3.0532,6.3687,0,0.5209,6.3687,0 +PL 4.1218,7.4366,0,4.5732,7.8504,0,4.7417,8.2558,0,4.7624,9.0001,0 +PL 0.094,8.5044,0,3.4843,8.5044,0,3.4843,8.5044,0,3.4843,8.5044,0 + +[5883] 境 +PL 2.4443,0,0,2.9346,0.5325,0,3.4319,1.0565,0,3.9363,1.5635,0,3.9363,2.6314,0,3.0852,2.6314,0,3.0852,4.767,0,6.5004,4.767,0,6.5004,2.6314,0,5.2217,2.6314,0,5.2676,0.7796,0,5.7891,0.0975,0,7.3267,0,0,7.3267,1.0297,0,7.3267,1.0297,0,7.3267,1.0297,0 +PL 0.126,2.0975,0,0.9802,2.0975,0,0.9802,5.7966,0,0.686,5.9858,0,0.4023,6.1668,0,0.126,6.3305,0 +PL 3.5164,3.6992,0,6.0766,3.6992,0,6.0766,3.6992,0,6.0766,3.6992,0 +PL 1.4114,6.3305,0,1.1067,6.7853,0,0.9946,7.4775,0,0.9802,9.0001,0 +PL 2.6579,6.3305,0,3.0852,6.4336,0,3.5164,6.5198,0,3.9363,6.5975,0,3.6106,7.3589,0,3.2778,7.7047,0,2.6579,7.9322,0 +PL 4.3675,6.3305,0,4.7944,6.4336,0,5.2217,6.5198,0,5.6455,6.5975,0,5.7751,6.9675,0,5.926,7.3208,0,6.0766,7.6653,0,5.3513,7.7683,0,4.6438,7.8546,0,3.9363,7.9322,0 +PL 6.0766,6.3305,0,7.3267,6.3305,0,7.3267,6.3305,0,7.3267,6.3305,0 + +[5893] 墓 +PL 0.9467,0.0152,0,3.5105,0.0152,0,3.3638,1.2101,0,2.9294,1.5914,0,2.2321,1.617,0 +PL 3.9417,0.0152,0,6.0428,0.0152,0,6.0428,0.0152,0,6.0428,0.0152,0 +PL 0.3093,1.617,0,0.9467,2.2271,0,1.5877,2.8372,0,2.2321,3.4474,0,1.532,3.5505,0,0.8315,3.6366,0,0.1271,3.7143,0 +PL 3.9417,1.617,0,3.7875,1.9602,0,3.6436,2.3034,0,3.5105,2.6466,0 +PL 6.4736,1.617,0,5.1321,2.9573,0,4.1238,3.4672,0,2.6594,3.7143,0,2.6594,4.7821,0,1.3775,4.7821,0,1.3775,6.9178,0,1.6546,7.021,0,1.9348,7.1071,0,2.2321,7.1847,0,1.8679,7.7215,0,1.3215,7.9192,0,0.1271,7.9474,0 +PL 5.1882,3.7143,0,6.8977,3.7143,0,6.8977,3.7143,0,6.8977,3.7143,0 +PL 3.0867,4.7821,0,5.6193,4.7821,0,5.6193,5.85,0,1.8052,5.85,0,1.8052,5.85,0,1.8052,5.85,0 +PL 5.6193,6.6508,0,4.6176,6.7539,0,3.6331,6.8402,0,2.6594,6.9178,0 +PL 4.7644,7.4517,0,4.4001,7.8006,0,3.8537,7.929,0,2.6594,7.9474,0,2.5053,8.3176,0,2.3621,8.6705,0,2.2321,9.0152,0 +PL 5.1882,7.9474,0,5.0376,8.3176,0,4.894,8.6705,0,4.7644,9.0152,0 +PL 5.6193,7.9474,0,6.8977,7.9474,0,6.8977,7.9474,0,6.8977,7.9474,0 + +[5897] 増 +PLC 3.6631,1.0678,0,3.6631,3.2034,0,6.6265,3.2034,0,6.6265,0,0,3.6631,0,0 +PL 4.0939,1.6017,0,6.1989,1.6017,0,6.1989,1.6017,0,6.1989,1.6017,0 +PL 0.2797,2.1355,0,1.534,2.1355,0,1.59,4.25,0,1.362,5.7796,0,0.2797,6.3686,0 +PL 3.2393,4.7668,0,3.2393,7.4364,0,4.0939,7.4364,0,4.0767,8.2061,0,3.9643,8.6116,0,3.6631,8.9999,0 +PL 3.6631,4.7668,0,4.917,4.7668,0,4.7734,5.9617,0,4.3566,6.3432,0,3.6631,6.3686,0 +PL 5.3443,4.7668,0,7.0538,4.7668,0,7.0538,6.3686,0,5.3443,6.3686,0,5.0504,6.7387,0,4.7667,7.0919,0,4.4897,7.4364,0 +PL 1.9543,6.3686,0,1.6597,6.822,0,1.548,7.5042,0,1.534,8.9999,0 +PL 7.0538,7.1695,0,6.4756,7.2726,0,5.905,7.3587,0,5.3443,7.4364,0 +PL 5.7681,7.9703,0,5.905,8.3135,0,6.0451,8.6567,0,6.1989,8.9999,0 + +[589c] 墜 +PL 0.4929,0,0,3.8832,0,0,3.4738,1.4831,0,2.5068,1.7204,0,1.3478,1.6018,0 +PL 4.3039,0,0,7.2666,0,0,7.2666,0,0,7.2666,0,0 +PL 4.3039,1.6018,0,4.1564,1.9719,0,4.0128,2.325,0,3.8832,2.6696,0 +PL 4.7343,1.6018,0,6.4089,1.6018,0,6.4089,1.6018,0,6.4089,1.6018,0 +PL 0.4929,3.2035,0,0.4929,8.5044,0,1.0533,8.4266,0,1.6242,8.3405,0,2.2024,8.2374,0,1.9079,7.8066,0,1.6242,7.3589,0,1.3478,6.9026,0,1.9499,6.1117,0,2.1705,5.5581,0,2.2024,4.767,0,1.9079,4.6032,0,1.6242,4.4224,0,1.3478,4.2331,0 +PL 4.7343,3.2035,0,5.3546,3.2233,0,5.687,3.3617,0,6.0127,3.7373,0,5.9357,4.2698,0,5.8625,4.7939,0,5.8029,5.3009,0,4.4156,4.2006,0,3.7011,3.7953,0,3.0255,3.7373,0 +PL 7.2666,3.7373,0,6.9689,4.0805,0,6.6852,4.4238,0,6.4089,4.767,0 +PL 3.4528,5.3009,0,4.1564,5.671,0,4.8639,6.0241,0,5.5924,6.3687,0,5.2247,6.7246,0,4.6681,6.7246,0,3.4528,6.3687,0 +PL 6.1984,5.8348,0,6.5451,6.2049,0,6.9024,6.558,0,7.2666,6.9026,0 +PL 4.7343,7.4366,0,4.3879,7.8122,0,3.9463,7.9506,0,3.0255,7.9704,0 +PL 5.1616,7.9704,0,4.8639,8.3136,0,4.5841,8.6569,0,4.3039,9.0001,0 +PL 5.8029,7.9704,0,5.9952,8.3136,0,6.1984,8.6569,0,6.4089,9.0001,0 +PL 6.4089,7.9704,0,7.2666,7.9704,0,7.2666,7.9704,0,7.2666,7.9704,0 + +[58a8] 墨 +PL 0.4612,0,0,3.8512,0,0,3.4449,1.4831,0,2.4748,1.7203,0,1.3154,1.6018,0 +PL 4.275,0,0,7.2349,0,0,7.2349,0,0,7.2349,0,0 +PL 4.275,1.6018,0,4.1248,1.9719,0,3.9812,2.3249,0,3.8512,2.6696,0 +PL 4.7023,1.6018,0,6.3835,1.6018,0,6.3835,1.6018,0,6.3835,1.6018,0 +PL 0.4612,2.6696,0,0.7624,3.0849,0,0.8741,3.5001,0,0.8917,4.2712,0,1.8688,4.3744,0,2.853,4.4605,0,3.8512,4.5382,0,3.701,4.8037,0,3.5539,5.0609,0,3.4239,5.3009,0,1.3154,5.3009,0,1.3154,5.3009,0,1.3154,5.3009,0 +PL 2.9966,2.9365,0,2.8429,3.2035,0,2.6989,3.4704,0,2.5662,3.7373,0 +PL 5.13,2.9365,0,4.8323,3.3927,0,4.5517,3.8404,0,4.275,4.2712,0 +PL 7.2349,2.9365,0,7.0875,3.3066,0,6.9372,3.6597,0,6.8073,4.0043,0,6.2364,4.1075,0,5.6834,4.1935,0,5.13,4.2712,0 +PL 4.275,5.3009,0,3.2912,6.2388,0,2.4436,6.4224,0,1.3154,6.3687,0,1.3154,8.5043,0,6.3835,8.5043,0,6.3835,6.3687,0,4.275,6.3687,0,3.3963,7.2727,0,2.6989,7.4732,0,1.7151,7.4365,0 +PL 4.7023,5.3009,0,6.3835,5.3009,0,6.3835,5.3009,0,6.3835,5.3009,0 +PL 4.7023,7.4365,0,5.9527,7.4365,0,5.9527,7.4365,0,5.9527,7.4365,0 + +[58b3] 墳 +PL 2.8115,0,0,3.1547,0.1893,0,3.519,0.3701,0,3.8832,0.534,0 +PL 7.2666,0,0,6.9689,0.1893,0,6.6852,0.3701,0,6.4089,0.534,0 +PL 3.4528,1.6017,0,3.5855,3.202,0,3.7291,4.7938,0,3.8832,6.3686,0,3.0255,6.3686,0,3.0255,6.3686,0,3.0255,6.3686,0 +PL 3.8832,1.6017,0,6.8393,1.6017,0,6.8393,2.6695,0,3.8832,2.6695,0,3.8832,2.6695,0,3.8832,2.6695,0 +PL 0.4929,2.1356,0,1.3478,2.1356,0,1.3478,5.8348,0,1.0533,6.0241,0,0.7696,6.2048,0,0.4929,6.3686,0 +PL 6.8393,3.4321,0,5.845,3.5353,0,4.8569,3.6215,0,3.8832,3.6992,0 +PL 6.8393,4.5001,0,5.9851,4.6032,0,5.1375,4.6893,0,4.3039,4.767,0 +PL 6.4089,5.3008,0,6.4089,6.3686,0,4.3039,6.3686,0,4.3039,6.3686,0,4.3039,6.3686,0 +PL 1.7783,6.3686,0,1.4739,6.822,0,1.3653,7.5043,0,1.3478,9,0 +PL 6.8393,6.3686,0,7.6939,6.3686,0,7.6939,6.3686,0,7.6939,6.3686,0 +PL 3.0255,7.9322,0,5.1616,7.9322,0,5.1616,9,0,5.1616,9,0,5.1616,9,0 +PL 5.5924,7.9322,0,7.2666,7.9322,0,7.2666,7.9322,0,7.2666,7.9322,0 + +[58be] 墾 +PL 0.3403,0.0381,0,3.7271,0.0381,0,3.3072,1.5113,0,2.3262,1.7302,0,1.1914,1.6017,0 +PL 4.1544,0.0381,0,7.1179,0.0381,0,7.1179,0.0381,0,7.1179,0.0381,0 +PL 4.1544,1.6017,0,4.0038,1.9718,0,3.8571,2.3248,0,3.7271,2.6694,0 +PL 4.5821,1.6017,0,6.2913,1.6017,0,6.2913,1.6017,0,6.2913,1.6017,0 +PL 2.2316,3.2033,0,2.4452,3.3926,0,2.6627,3.5734,0,2.8725,3.7372,0,2.7888,4.2711,0,2.7223,4.805,0,2.6627,5.339,0,1.8747,4.805,0,1.1077,4.2711,0,0.3403,3.7372,0 +PL 7.1179,3.2033,0,6.6867,3.7372,0,6.2668,4.2711,0,5.864,4.805,0,5.3526,4.4604,0,4.8549,4.1073,0,4.3684,3.7372,0,4.2875,5.3376,0,4.2178,6.9293,0,4.1544,8.5041,0,6.6867,8.5041,0,6.6867,6.3687,0,6.2594,6.2924,0,5.843,6.2161,0,5.4367,6.1398,0,5.5628,5.8729,0,5.713,5.6059,0,5.864,5.339,0 +PL 0.3403,5.339,0,0.9606,5.3587,0,1.2898,5.4972,0,1.6222,5.8729,0,1.2898,6.2217,0,0.9606,6.3503,0,0.3403,6.3687,0 +PL 2.2316,6.1398,0,1.4719,7.25,0,0.9816,7.7245,0,0.3403,7.9703,0 +PL 2.4452,7.7034,0,2.1721,7.9703,0,1.8957,8.2372,0,1.6222,8.5041,0 +PL 4.5821,7.4364,0,6.2913,7.4364,0,6.2913,7.4364,0,6.2913,7.4364,0 + +[58c1] 壁 +PL 0.6813,0,0,4.0647,0,0,4.0468,0.7712,0,3.9453,1.1865,0,3.6686,1.6017,0,1.9597,1.6017,0,1.9597,1.6017,0,1.9597,1.6017,0 +PL 4.4917,0,0,7.4796,0,0,7.4796,0,0,7.4796,0,0 +PL 4.4917,1.6017,0,4.3414,1.9718,0,4.1975,2.3249,0,4.0647,2.6695,0 +PL 4.9225,1.6017,0,6.2009,1.6017,0,6.2009,1.6017,0,6.2009,1.6017,0 +PLC 1.9597,3.8884,0,1.9597,5.3008,0,3.2413,5.3008,0,3.2413,3.1653,0,1.9597,3.1653,0 +PL 5.7736,3.4321,0,5.4412,3.9959,0,5.1081,4.2034,0,4.4917,4.2331,0 +PL 0.6813,3.9661,0,0.9787,4.6666,0,1.0876,5.8333,0,1.1016,8.4661,0,3.2413,8.4661,0,3.2413,6.9026,0,1.5324,6.9026,0,1.5324,6.9026,0,1.5324,6.9026,0 +PL 6.2009,4.2331,0,5.9,4.6484,0,5.7876,5.0636,0,5.7736,5.8348,0,4.0647,5.8348,0,4.0647,5.8348,0,4.0647,5.8348,0 +PL 6.2009,6.1017,0,6.3308,6.7119,0,6.4744,7.322,0,6.6285,7.9322,0,6.0502,7.856,0,5.4762,7.7798,0,4.9225,7.7034,0,5.0524,7.2727,0,5.1925,6.8248,0,5.3463,6.3686,0 +PL 6.6285,5.8348,0,7.4796,5.8348,0,7.4796,5.8348,0,7.4796,5.8348,0 + +[58c7] 壇 +PL 2.9401,0,0,8.0295,0,0,8.0295,0,0,8.0295,0,0 +PLC 4.2188,1.7811,0,4.2188,3.1653,0,6.7511,3.1653,0,6.7511,1.0678,0,4.2188,1.0678,0 +PL 0.8316,2.1356,0,1.655,2.1356,0,1.655,5.8348,0,1.3815,6.0241,0,1.1086,6.2048,0,0.8316,6.3686,0 +PL 4.6461,2.1356,0,6.3234,2.1356,0,6.3234,2.1356,0,6.3234,2.1356,0 +PLC 3.7912,5.3009,0,3.7912,7.4364,0,7.1784,7.4364,0,7.1784,4.2331,0,3.7912,4.2331,0 +PLC 4.6461,5.671,0,4.6461,6.3686,0,6.3234,6.3686,0,6.3234,5.3009,0,4.6461,5.3009,0 +PL 2.0823,6.3686,0,1.7808,6.822,0,1.669,7.5043,0,1.655,9.0001,0 +PL 2.9401,8.4662,0,8.0295,8.4662,0,8.0295,8.4662,0,8.0295,8.4662,0 + +[58ca] 壊 +PL 2.6594,0,0,3.9417,0,0,3.9417,2.0975,0,3.3638,1.9337,0,2.7925,1.7529,0,2.2321,1.5636,0 +PL 6.8977,0,0,5.9836,1.3574,0,5.5388,2.3164,0,5.1882,3.6991,0,4.5717,3.4817,0,4.2495,3.2048,0,3.9417,2.6314,0 +PL 4.3371,0.534,0,5.1882,0.534,0,5.1882,0.534,0,5.1882,0.534,0 +PL 0.1271,2.0975,0,0.9467,2.0975,0,0.9467,5.7967,0,0.6735,5.9859,0,0.4003,6.1668,0,0.1271,6.3304,0 +PL 2.6594,3.6991,0,3.9417,3.6991,0,3.9417,3.6991,0,3.9417,3.6991,0 +PL 5.6193,3.6991,0,7.3247,3.6991,0,7.3247,3.6991,0,7.3247,3.6991,0 +PL 4.7644,4.2331,0,4.7644,5.3009,0,3.0867,5.3009,0,3.0867,6.8645,0,3.6331,6.9676,0,4.1938,7.0537,0,4.7644,7.1314,0,4.4001,7.695,0,3.8537,7.9025,0,2.6594,7.9322,0 +PL 5.4018,5.3009,0,5.3181,5.8334,0,5.2512,6.3574,0,5.1882,6.8645,0 +PL 6.0428,5.3009,0,6.8977,5.3009,0,6.8977,6.8645,0,6.0428,6.8645,0,6.0428,6.8645,0,6.0428,6.8645,0 +PL 1.3775,6.3304,0,1.0728,6.7854,0,0.9646,7.4774,0,0.9467,9.0001,0 +PL 5.1882,7.9322,0,5.0376,8.3023,0,4.894,8.6554,0,4.7644,9.0001,0 +PL 5.6193,7.9322,0,7.3247,7.9322,0,7.3247,7.9322,0,7.3247,7.9322,0 + +[58cc] 壌 +PL 2.5673,0.0382,0,3.8496,0.0382,0,3.8496,1.6018,0,3.2678,1.4379,0,2.6969,1.2572,0,2.14,1.0678,0 +PL 6.8057,0.0382,0,5.6288,1.5538,0,5.1907,2.3743,0,5.1245,3.2034,0,4.5112,2.9859,0,4.1785,2.7092,0,3.8496,2.1357,0 +PL 4.2734,0.534,0,5.1245,0.534,0,5.1245,0.534,0,5.1245,0.534,0 +PL 0.0351,2.1357,0,0.8897,2.1357,0,0.8897,5.8348,0,0.592,6.0241,0,0.3118,6.2049,0,0.0351,6.3687,0 +PL 2.5673,3.2034,0,2.9946,3.3066,0,3.4184,3.3927,0,3.8496,3.4704,0,3.5554,3.7373,0,3.2678,4.0043,0,2.9946,4.2712,0 +PL 5.5549,3.4704,0,4.7007,4.4196,0,3.5659,5.0636,0,2.5673,5.3009,0 +PL 5.9822,3.2034,0,6.8057,3.2034,0,6.8057,3.2034,0,6.8057,3.2034,0 +PL 5.9822,4.2712,0,5.1101,5.0553,0,4.147,5.7374,0,2.9946,6.9026,0 +PL 5.9822,5.3009,0,5.7756,6.1018,0,5.7619,6.9026,0,5.5549,7.7034,0,4.977,7.6258,0,4.4065,7.5397,0,3.8496,7.4365,0 +PL 1.3135,6.3687,0,1.0193,6.8235,0,0.9072,7.5156,0,0.8897,9.0382,0 +PL 2.5673,7.9704,0,3.4184,7.9704,0,3.4184,7.9704,0,3.4184,7.9704,0 +PL 5.9822,7.9704,0,6.8057,7.9704,0,6.8057,7.9704,0,6.8057,7.9704,0 + +[58eb] 士 +PL 4.2165,5.8347,0,3.9118,6.2826,0,3.8032,7.1032,0,3.7857,9,0 +PL 4.6441,5.8347,0,7.1726,5.8347,0,7.1726,5.8347,0,7.1726,5.8347,0 +PL 0.8296,0.5339,0,3.7857,0.5339,0,3.7612,4.4845,0,2.991,5.7485,0,0.4023,5.8347,0 +PL 4.2165,0.5339,0,6.7491,0.5339,0,6.7491,0.5339,0,6.7491,0.5339,0 + +[58ee] 壮 +PL 2.1158,0,0,2.0314,1.0664,0,1.9617,2.1243,0,1.9018,3.1653,0,1.5376,2.8206,0,1.1733,2.4675,0,0.8301,2.0974,0 +PL 3.3977,0,0,5.5027,0,0,5.5763,3.8348,0,5.0894,5.483,0,2.9669,5.8348,0 +PL 5.9297,0,0,7.6353,0,0,7.6353,0,0,7.6353,0,0 +PL 2.1158,3.6991,0,2.1158,9,0,2.1158,9,0,2.1158,9,0 +PL 1.2574,6.1017,0,1.1071,6.3672,0,0.9635,6.6243,0,0.8301,6.8644,0 +PL 5.9297,5.8348,0,5.6284,6.2825,0,5.5167,7.1032,0,5.5027,9,0 +PL 6.3538,5.8348,0,8.0346,5.8348,0,8.0346,5.8348,0,8.0346,5.8348,0 + +[58f0] 声 +L 7.7559,7.9705,0.5588,7.9705 +L 4.1554,9.0001,4.1554,6.0001 +L 1.4099,6.0001,6.8982,6.0001 +PL 0.5528,0.0002,0.1643,1.4099,2.5297,0,6.8982,2.5297,0,6.8982,4.5001,0,1.4099,4.5001,0,1.4099,2.5297,0 +L 4.1554,4.5001,4.1554,2.5297 + +[58f1] 壱 +PL 2.2621,0,0,1.9609,0.4744,0,1.8488,1.3051,0,1.8352,3.2033,0 +PL 2.6579,0,0,6.5004,0,0,6.5004,1.6017,0,6.5004,1.6017,0,6.5004,1.6017,0 +PL 2.2621,2.1356,0,3.8873,2.274,0,4.8574,2.531,0,5.6455,2.6695,0 +PL 0.126,3.2033,0,0.126,4.7669,0,6.8994,4.7669,0,6.8994,3.2033,0,6.8994,3.2033,0,6.8994,3.2033,0 +PL 0.9802,6.3686,0,3.5164,6.3686,0,3.0117,7.9196,0,1.8628,8.1229,0,0.5529,7.9704,0 +PL 3.9363,6.3686,0,6.0766,6.3686,0,6.0766,6.3686,0,6.0766,6.3686,0 +PL 3.9363,7.9704,0,3.7857,8.3404,0,3.6421,8.6935,0,3.5164,9.0382,0 +PL 4.3675,7.9704,0,6.5004,7.9704,0,6.5004,7.9704,0,6.5004,7.9704,0 + +[58f2] 売 +L 7.9371,7.9705,0.7399,7.9705 +L 4.3365,8.9999,4.3365,6 +PL 0.7399,3.7375,0,0.7399,4.7669,0,7.9371,4.7669,0,7.9371,3.7375,0 +PL 7.9371,1.6016,0,7.9371,0,0,5.7379,0,-0.1231,5.2392,2,0,5.237,3.7375,0 +L 7.0408,6,1.6397,6 +A -1.6873,4.5962,5.1969,297.822,350.489 + +[5909] 変 +PL 0.7986,4.2714,0,1.436,4.8037,0,2.0773,5.3278,0,2.7214,5.8348,0,2.7214,7.9704,0,0.1577,7.9704,0 +PL 0.3682,5.8348,0,0.7145,6.2049,0,1.0718,6.558,0,1.436,6.9026,0 +PL 0.1577,0,0,1.1523,0.0595,0,2.1435,0.4747,0,3.9683,1.6017,0,3.4815,2.1357,0,2.9946,2.6696,0,2.5078,3.2034,0,1.8672,2.8589,0,1.2259,2.5058,0,0.585,2.1357,0 +PL 4.3991,2.1357,0,4.6758,2.592,0,4.956,3.0397,0,5.2537,3.4705,0,4.3991,3.5735,0,3.5515,3.6597,0,2.7214,3.7374,0 +PL 3.1421,4.5383,0,3.478,5.0751,0,3.8006,5.2727,0,4.3991,5.3009,0,4.3991,7.9704,0,3.1421,7.9704,0 +L 4.8229,7.9704,6.9629,7.9704 +PL 6.5325,5.5678,0,6.2379,6.024,0,5.9546,6.472,0,5.6775,6.9026,0 +PL 6.1052,0,0,5.5269,0.3702,0,4.956,0.7233,0,4.3991,1.0679,0 + +[590f] 夏 +L 0.7399,9,7.9371,9 +PLC 1.6397,3,0,7.0408,3,0,7.0408,7.5,0,1.6397,7.5,0 +L 1.6397,6.0001,7.0408,6.0001 +L 7.0408,4.5,1.6397,4.5 +L 4.3365,9,3.9376,7.5 +PL 0.7399,1.5,0.2591,3.4399,3,0,5.8356,2.3591,-0.2454,0.7429,0,0 +A 7.6534,6.0546,6.0614,217.989,272.717 + +[5915] 夕 +PL -0.0007,0,0.2234,6.3754,7.1695,0,2.4372,7.4868,0 +L 4.2421,3.1679,1.2818,5.8362 +A -3.7891,10.6152,6.9681,302.935,346.597 + +[5916] 外 +L 5.2857,8.9998,5.2857,0 +PL 0.4315,-0.0001,0.1934,3.6046,7.3983,0,1.591,7.3983,0 +L 0.9641,5.9022,2.7535,3.4322 +L 6.9918,3.1653,5.2857,5.3004 +A -6.0307,9.6926,7.956,321.748,355.004 + +[591a] 多 +L 3.3861,5.8397,1.9213,7.4416 +PL -0.0007,0.0049,0.2744,6.3757,3.4753,0,2.5896,3.7796,-0.2379,0.4262,2.6745,0 +PL 0.4263,4.7718,0.1885,5.5211,7.7084,0,2.5952,8.0108,-0.1812,0.4262,6.9075,0 +L 3.9997,1.0603,2.3626,3.508 + +[591c] 夜 +L 3.3867,7.9705,3.3867,9 +PL 2.3186,0,0.1367,5.9491,4.233,0,5.9491,5.8347,0,3.8133,5.8347,-0.2147,2.1049,3.2035,0 +L -0.0001,7.9705,6.7729,7.9705 +L 0.8545,0,0.8545,4.5001 +L 5.5485,3.4611,3.6978,5.3209 +A -6.6758,8.5303,8.5404,321.41,349.012 +A 12.5548,8.6324,10.3899,205.21,236.186 + +[5922] 夢 +PL 0.647,0.0152,0,1.8942,0.0548,0,2.6648,0.3316,0,3.6031,1.083,0,3.1162,1.6154,0,2.6262,2.1395,0,2.1394,2.6466,0,1.7751,2.4926,0,1.4175,2.3302,0,1.0708,2.1508,0 +PL 4.0339,1.083,0,4.4577,1.6932,0,4.885,2.3034,0,5.3126,2.9135,0,4.4615,3.0167,0,3.6139,3.1027,0,2.7803,3.1804,0 +PL 0.2165,3.7143,0,0.2165,4.7821,0,7.0215,4.7821,0,7.0215,3.7143,0,7.0215,3.7143,0,7.0215,3.7143,0 +PL 1.0708,5.85,0,1.0708,6.9178,0,1.9884,6.9376,0,2.4332,7.0759,0,2.7803,7.4517,0,2.3986,7.8006,0,1.7398,7.929,0,0.2165,7.9474,0 +PL 1.5016,5.85,0,4.0797,6.8485,0,3.7256,7.8895,0,2.7803,9.0152,0 +PL 3.2111,5.85,0,4.2475,6.2454,0,5.1056,6.7003,0,6.1672,6.9178,0,6.1672,5.85,0,4.885,5.85,0,4.885,5.85,0,4.885,5.85,0 +PL 4.885,7.9474,0,4.7344,8.3176,0,4.5876,8.6705,0,4.4577,9.0152,0 +PL 5.3126,7.9474,0,7.0215,7.9474,0,7.0215,7.9474,0,7.0215,7.9474,0 + +[5927] 大 +PL 0.2135,0,0,1.8768,2.5043,0,2.6992,4.0169,0,3.3864,5.8348,0,3.3864,8.9999,0 +PL 6.3456,0,0,4.8487,2.4843,0,4.1919,3.8586,0,3.8133,5.3007,0,3.1846,5.3007,0 +L -0.0001,6.3304,6.7729,6.3304 + +[5929] 天 +L 0.4275,5.3009,6.3761,5.3009 +L 6.7726,8.4662,0.0002,8.4662 +PL 3.3864,8.4662,0,3.3864,4.767,-0.1322,0.2136,-0.0001,0 +PL 6.3768,0,-0.1437,3.8137,4.233,0,3.1917,4.233,0 + +[592a] 太 +PL 0.4013,0,0,2.065,2.5043,0,2.8884,4.0171,0,3.5749,5.8349,0,3.1651,6.2105,0,2.2856,6.349,0,0.1915,6.3687,0 +PL 4.0022,6.3687,0,3.7006,6.7967,0,3.5886,7.4791,0,3.5749,9,0 +PL 6.531,0,0,5.0386,2.4846,0,4.3805,3.859,0,4.0022,5.3011,0 +L 4.0022,0.5341,3.1476,1.6018 +L 4.426,6.3687,6.9614,6.3687 + +[592b] 夫 +L 4.426,7.4366,6.1348,7.4366 +PL 4.0022,7.4366,0,3.7006,7.8248,0,3.5886,8.2304,0,3.5749,9.0002,0 +PL 4.0022,4.7671,0,3.1788,6.493,0,2.9406,7.2614,0,1.0426,7.4366,0 +PL 6.531,0,0,5.0386,1.7388,0,4.3805,2.6978,0,4.0022,3.6993,0 +PL 0.4013,0,0,2.065,1.7586,0,2.8884,2.856,0,3.5749,4.2332,0,3.1651,4.6087,0,2.2856,4.7472,0,0.1915,4.7671,0 +L 4.426,4.7671,6.9614,4.7671 + +[592e] 央 +PL 0.7065,0,0,1.7541,1.2573,0,2.815,2.5058,0,3.8832,3.7374,0,3.4703,4.1132,0,2.5943,4.2515,0,0.4929,4.2714,0 +PL 4.3039,4.2714,0,3.6734,5.8885,0,3.4913,7.0141,0,1.7783,7.4365,0,1.7783,4.7671,0,1.7783,4.7671,0,1.7783,4.7671,0 +PL 4.7343,4.2714,0,6.0127,4.2714,0,6.0127,7.4365,0,4.6646,7.4705,0,4.0338,7.8603,0,3.8832,9.0383,0 +PL 6.8393,0,0,5.9851,1.0679,0,5.1375,2.1357,0,4.3039,3.2034,0 +PL 6.4089,4.2714,0,7.2666,4.2714,0,7.2666,4.2714,0,7.2666,4.2714,0 + +[5931] 失 +PL 0.3393,0,0,1.3865,1.2573,0,2.4478,2.5058,0,3.5164,3.7374,0,3.1027,4.1132,0,2.2271,4.2515,0,0.126,4.2714,0 +PL 3.9363,4.2714,0,3.2288,5.784,0,3.0117,6.6356,0,1.4114,6.9026,0,1.1098,6.558,0,0.8296,6.2049,0,0.5529,5.8348,0 +PL 4.3675,4.2714,0,6.8994,4.2714,0,6.8994,4.2714,0,6.8994,4.2714,0 +PL 4.3675,6.9026,0,6.5004,6.9026,0,6.5004,6.9026,0,6.5004,6.9026,0 +PL 3.9363,6.9026,0,3.6421,7.3377,0,3.53,7.8914,0,3.5164,9.0383,0 +PL 1.4114,7.4365,0,1.4114,8.5044,0,1.4114,8.5044,0 +PL 6.5004,0,0,5.6455,1.0679,0,4.7944,2.1357,0,3.9363,3.2034,0 + +[5947] 奇 +PL 4.5501,0.0001,0,5.8004,0.0001,0,5.8004,4.7669,0,0.3083,4.7669,0,0.3083,4.7669,0,0.3083,4.7669,0 +PLC 1.5621,2.1343,0,1.5621,3.1652,0,3.6955,3.1652,0,3.6955,1.6017,0,1.5621,1.6017,0 +PL 6.2277,4.7669,0,7.0855,4.7669,0,7.0855,4.7669,0,7.0855,4.7669,0 +PL 1.1593,5.8348,0,1.7901,5.9026,0,2.3365,6.3772,0,3.2717,7.6653,0,2.4171,7.7684,0,1.5695,7.8546,0,0.7394,7.9323,0 +PL 5.8004,5.8348,0,4.6061,7.1724,0,4.0597,7.9929,0,3.6955,9,0 +PL 4.5501,7.9323,0,6.655,7.9323,0,6.655,7.9323,0,6.655,7.9323,0 + +[5949] 奉 +PL 4.2495,0,0,3.756,1.5509,0,2.5963,1.7542,0,1.2903,1.6017,0 +PL 4.6736,1.6017,0,4.3791,2.1342,0,4.0954,2.6582,0,3.8225,3.1653,0,2.5406,3.1653,0,2.5406,3.1653,0,2.5406,3.1653,0 +PL 5.1041,1.6017,0,7.2055,1.6017,0,7.2055,1.6017,0,7.2055,1.6017,0 +PL 1.0763,3.1653,0,1.5631,3.8023,0,2.0538,4.4224,0,2.5406,5.0339,0,1.9694,5.137,0,1.4128,5.2232,0,0.8595,5.3008,0 +PL 4.6736,3.1653,0,4.523,3.5353,0,4.3791,3.8884,0,4.2495,4.2331,0 +PL 5.1041,3.1653,0,5.9275,3.1653,0,5.9275,3.1653,0,5.9275,3.1653,0 +PL 7.2055,3.1653,0,5.861,4.7797,0,4.7051,5.3008,0,2.9644,5.5678,0,3.0972,5.9379,0,3.2408,6.291,0,3.3952,6.6356,0,2.8243,6.7387,0,2.2671,6.8248,0,1.7176,6.9026,0 +PL 6.3548,5.3008,0,7.6363,5.3008,0,7.6363,5.3008,0,7.6363,5.3008,0 +PL 5.5314,5.8348,0,5.1811,6.4083,0,4.7398,6.6851,0,3.8225,6.9026,0,3.8225,7.9322,0,1.2903,7.9322,0,1.2903,7.9322,0,1.2903,7.9322,0 +PL 5.5314,6.9026,0,6.7852,6.9026,0,6.7852,6.9026,0,6.7852,6.9026,0 +PL 4.2495,7.9322,0,4.2495,9.0001,0,4.2495,9.0001,0,4.2495,9.0001,0 +PL 4.6736,7.9322,0,7.2055,7.9322,0,7.2055,7.9322,0,7.2055,7.9322,0 + +[594f] 奏 +PL 1.1968,0,0,2.1429,0.058,0,2.9099,0.4633,0,4.1603,1.5636,0,3.7785,1.9393,0,3.1232,2.0776,0,1.628,2.0974,0 +PL 5.6208,0.2669,0,5.2632,0.5325,0,4.92,0.7896,0,4.5841,1.0297,0 +PL 6.2652,0,0,7.1163,0,0,7.1163,0,0,7.1163,0,0 +PL 4.5841,2.0974,0,4.2864,2.5127,0,4.1739,2.928,0,4.1603,3.6992,0,2.8745,3.6992,0,2.8745,3.6992,0,2.8745,3.6992,0 +PL 5.0114,2.0974,0,6.6925,2.0974,0,6.6925,2.0974,0,6.6925,2.0974,0 +PL 0.9835,3.1653,0,1.4704,3.8023,0,1.9639,4.4223,0,2.4507,5.0339,0,1.8802,5.1102,0,1.3194,5.1865,0,0.7695,5.2627,0 +PL 7.1163,3.1653,0,5.771,4.7867,0,4.6261,5.281,0,2.8745,5.5297,0,3.008,5.8998,0,3.1516,6.2529,0,3.3018,6.5975,0,2.8745,6.7006,0,2.4507,6.7867,0,2.0203,6.8645,0 +PL 4.5841,3.6992,0,5.4387,3.6992,0,5.4387,3.6992,0,5.4387,3.6992,0 +PL 6.2652,5.2627,0,7.5436,5.2627,0,7.5436,5.2627,0,7.5436,5.2627,0 +PL 5.4387,5.7968,0,5.0881,6.37,0,4.6471,6.647,0,3.7291,6.8645,0,3.7291,7.9322,0,1.1968,7.9322,0,1.1968,7.9322,0,1.1968,7.9322,0 +PL 5.4387,6.8645,0,6.2652,6.8645,0,6.2652,6.8645,0,6.2652,6.8645,0 +PL 4.1603,7.9322,0,4.1603,9,0,4.1603,9,0,4.1603,9,0 +PL 4.5841,7.9322,0,7.1163,7.9322,0,7.1163,7.9322,0,7.1163,7.9322,0 + +[5951] 契 +PL 0.7399,0,0,1.8428,0.4448,0,2.6133,1.0678,0,3.7026,2.4025,0,2.7012,2.5057,0,1.7171,2.5918,0,0.7399,2.6695,0 +PL 6.6905,0,0,5.1705,1.7388,0,4.505,2.6977,0,4.1267,3.6991,0 +PL 4.981,2.6695,0,7.5133,2.6695,0,7.5133,2.6695,0,7.5133,2.6695,0 +PL 0.7399,4.2329,0,2.0218,4.2329,0,2.0218,5.8347,0,1.7272,6.0239,0,1.44,6.2047,0,1.1707,6.3686,0 +PL 2.4487,4.767,0,3.2721,4.767,0,3.2721,4.767,0,3.2721,4.767,0 +PL 4.1267,4.767,0,4.8794,6.0395,0,5.2857,7.1172,0,5.4083,8.4661,0,4.1267,8.4661,0,4.1267,8.4661,0,4.1267,8.4661,0 +PL 5.8356,4.767,0,7.0054,5.3785,0,7.2051,6.812,0,7.1178,8.4661,0,5.8356,8.4661,0,5.8356,8.4661,0,5.8356,8.4661,0 +PL 2.4487,6.3686,0,2.151,6.9025,0,1.8712,7.4364,0,1.5945,7.9703,0,0.7399,7.9703,0,0.7399,7.9703,0,0.7399,7.9703,0 +PL 2.4487,7.9703,0,2.2985,8.3136,0,2.151,8.6568,0,2.0218,9,0 + +[5954] 奔 +PL 0.7686,0,0,1.2589,0.637,0,1.7457,1.257,0,2.2326,1.8687,0,1.9069,2.4323,0,1.4729,2.6398,0,0.5588,2.6696,0 +PL 5.651,0,0,4.7652,2.8193,0,3.1187,2.7741,0,2.2326,4.2712,0 +PL 6.0471,2.6696,0,5.7701,3.0849,0,5.665,3.5001,0,5.651,4.2712,0 +PL 6.4744,2.6696,0,7.3287,2.6696,0,7.3287,2.6696,0,7.3287,2.6696,0 +PL 3.9421,3.7373,0,3.2872,5.3377,0,1.8792,5.6582,0,0.5588,5.3009,0 +PL 4.3726,5.3009,0,4.215,5.671,0,4.0749,6.0241,0,3.9421,6.3687,0 +PL 4.7932,5.3009,0,5.4132,5.3207,0,5.7389,5.4591,0,6.0471,5.8349,0,5.6198,6.4719,0,5.2027,7.0918,0,4.7932,7.7035,0,3.0837,7.7035,0,2.793,7.2727,0,2.5093,6.8249,0,2.2326,6.3687,0 +PL 0.5588,7.9704,0,2.6637,7.9704,0,2.6637,7.9704,0,2.6637,7.9704,0 +PL 5.2237,7.9704,0,7.3287,7.9704,0,7.3287,7.9704,0,7.3287,7.9704,0 + +[5965] 奥 +PL 0.2177,0,0,1.3038,0.445,0,2.067,1.0678,0,3.1738,2.4025,0,2.1794,2.5057,0,1.1949,2.5919,0,0.2177,2.6695,0 +PL 6.1368,0,0,5.2857,0.904,0,4.4346,1.791,0,3.6046,2.6695,0 +PL 4.4592,2.6695,0,6.1368,2.6695,0,6.1368,7.9322,0,1.0446,7.9322,0,1.0446,3.1653,0,1.0446,3.1653,0,1.0446,3.1653,0 +PL 2.109,4.2331,0,2.4558,4.6893,0,2.8095,5.137,0,3.1738,5.5678,0,2.7535,5.6709,0,2.323,5.7572,0,1.8957,5.8348,0 +PL 3.6046,4.2331,0,3.6046,6.9026,0,3.6046,6.9026,0,3.6046,6.9026,0 +PL 5.2857,4.2331,0,4.8549,4.6893,0,4.4346,5.137,0,4.0319,5.5678,0,4.3054,6.024,0,4.5782,6.4719,0,4.8549,6.9026,0 + +[5968] 奨 +PL 0.4612,0.0001,0,1.547,0.4451,0,2.3175,1.0679,0,3.4239,2.4026,0,2.4226,2.5059,0,1.4415,2.5919,0,0.4612,2.6696,0 +PL 6.3835,0.0001,0,4.8883,1.7389,0,4.2295,2.6979,0,3.8512,3.6993,0 +PL 4.7023,2.6696,0,7.2349,2.6696,0,7.2349,2.6696,0,7.2349,2.6696,0 +PL 1.7151,3.6993,0,1.631,4.6032,0,1.5641,5.4902,0,1.4976,6.3687,0,1.1442,6.0241,0,0.7974,5.6711,0,0.4612,5.3009,0 +PL 5.13,3.6993,0,5.9527,3.6993,0,5.939,4.8462,0,5.8266,5.3999,0,5.5289,5.8349,0,4.958,5.7572,0,4.4015,5.6711,0,3.8512,5.5679,0,3.9812,5.3009,0,4.1248,5.034,0,4.275,4.7671,0 +PL 2.5662,5.8349,0,3.4239,5.8349,0,3.4239,5.8349,0,3.4239,5.8349,0 +PL 6.3835,5.8349,0,6.2297,6.0241,0,6.0861,6.2049,0,5.9527,6.3687,0,6.5551,7.1598,0,6.7761,7.7134,0,6.8073,8.5044,0,6.1632,8.4747,0,5.6168,8.2672,0,4.7023,7.7035,0,4.8323,7.4366,0,4.979,7.1697,0,5.13,6.9027,0 +PL 1.7151,6.9027,0,1.7151,9.0001,0,1.7151,9.0001,0,1.7151,9.0001,0 +PL 3.4239,6.9027,0,3.2737,7.1697,0,3.1227,7.4366,0,2.9966,7.7035,0,3.4239,7.8067,0,3.8512,7.8928,0,4.275,7.9705,0 + +[596a] 奪 +PL 4.917,0,0,5.7439,0,0,5.7295,0.7712,0,5.6178,1.1864,0,5.3166,1.6017,0,4.4655,1.524,0,3.6144,1.4379,0,2.7843,1.3348,0,2.9136,1.0678,0,3.0607,0.8008,0,3.2081,0.5339,0 +PL 0.6793,1.6017,0,2.3532,1.6017,0,2.3532,1.6017,0,2.3532,1.6017,0 +PL 6.1712,1.6017,0,6.0167,1.8686,0,5.8731,2.1356,0,5.7439,2.4026,0,4.6126,2.5057,0,3.4845,2.5918,0,2.3532,2.6695,0,2.2765,3.5467,0,2.2029,4.4237,0,2.143,5.3009,0,1.7823,5.137,0,1.4425,4.9563,0,1.1066,4.7671,0 +PL 6.5981,1.6017,0,7.88,1.6017,0,7.88,1.6017,0,7.88,1.6017,0 +PL 4.49,3.1653,0,4.1433,3.541,0,3.702,3.6794,0,2.7843,3.6992,0 +PL 4.917,3.6992,0,4.269,4.4506,0,3.7195,4.7275,0,2.7843,4.7671,0 +PL 5.3166,3.6992,0,6.1712,3.6992,0,6.1712,3.6992,0,6.1712,3.6992,0 +PL 4.917,4.7671,0,3.5969,5.8404,0,2.1045,6.1851,0,0.6793,5.8348,0 +PL 5.3166,4.7671,0,6.1712,4.7671,0,6.1712,4.7671,0,6.1712,4.7671,0 +PL 4.917,5.8348,0,4.6333,6.2302,0,4.6333,6.5072,0,4.917,6.9026,0 +PL 5.3166,5.8348,0,5.9327,5.8546,0,6.2619,5.993,0,6.5981,6.3686,0,6.3043,6.8249,0,6.0167,7.2727,0,5.7439,7.7034,0,2.7843,7.7034,0,3.068,7.1201,0,3.068,6.774,0,2.7843,6.3686,0,2.6334,6.5579,0,2.4866,6.7387,0,2.3532,6.9026,0 +PL 0.6793,7.9322,0,2.3532,7.9322,0,2.3532,7.9322,0,2.3532,7.9322,0 +PL 6.1712,7.9322,0,7.88,7.9322,0,7.88,7.9322,0,7.88,7.9322,0 + +[596e] 奮 +PL 1.8372,0,0,1.8967,1.7811,0,1.9629,3.5453,0,2.0193,5.3009,0,1.6617,5.1372,0,1.3184,4.9562,0,0.9826,4.7671,0 +PL 2.2326,0,0,3.9421,0,0,3.7071,1.3306,0,3.0977,1.6441,0,2.2326,1.6018,0 +PL 4.3726,0,0,6.0471,0,0,6.0471,1.6018,0,4.7092,1.8094,0,3.7355,2.2458,0,2.6637,2.6314,0 +PL 6.0471,2.3644,0,4.7092,2.9478,0,3.7355,3.4718,0,2.6637,3.6992,0 +PL 4.7932,3.6992,0,4.1484,4.4507,0,3.5919,4.7275,0,2.6637,4.7671,0 +PL 5.2237,3.6992,0,6.0471,3.6992,0,6.0471,3.6992,0,6.0471,3.6992,0 +PL 4.7932,4.7671,0,3.9138,5.671,0,3.2168,5.8716,0,2.2326,5.8349,0 +PL 5.2237,4.7671,0,6.0471,4.7671,0,6.0471,4.7671,0,6.0471,4.7671,0 +PL 4.7932,5.8349,0,4.5127,6.2288,0,4.5127,6.4958,0,4.7932,6.8645,0 +PL 5.2237,5.8349,0,6.1168,5.8547,0,6.555,5.993,0,6.8982,6.3687,0,5.4829,7.5016,0,4.2398,7.7276,0,2.6637,7.6654,0,2.7058,6.6427,0,1.6901,6.4506,0,0.5588,6.3687,0 +PL 0.5588,7.9323,0,2.2326,7.9323,0,2.2326,7.9323,0,2.2326,7.9323,0 +PL 6.0471,7.9323,0,7.3287,7.9323,0,7.3287,7.9323,0,7.3287,7.9323,0 + +[5973] 女 +PL 0.3971,0,0,1.1077,0.0776,0,2.0965,0.6213,0,4.6518,2.4055,0,5.2389,4.1128,0,5.4602,5.1413,0,5.4917,6.3304,0 +L 7.2002,6.3304,0.0002,6.3304 +PL 6.7733,0,0,3.4253,2.7132,0,1.7136,3.3266,0,2.9595,8.9999,0 +L 4.2105,2.0974,3.4253,2.7132 + +[5974] 奴 +PL 2.6734,6.3455,-0.1937,0.126,0.0152,0,0.5529,0.6254,0,0.9802,1.2355,0,1.4114,1.8457,0,1.0783,2.4192,0,0.7424,2.696,0,0.126,2.9136,0,0.4409,3.9206,0,0.665,5.0971,0,0.9802,6.0788,0,0.686,6.3457,0,0.4023,6.6127,0,0.126,6.8797,0 +PL 2.8716,0.0152,0,3.6421,0.8924,0,4.4301,1.7694,0,5.2217,2.6466,0,4.4021,4.5124,0,4.0312,6.1578,0,3.9363,7.9475,0,3.0852,7.9475,0,3.0852,7.9475,0,3.0852,7.9475,0 +PL 6.8994,0.0152,0,6.4724,0.7285,0,6.0556,1.4249,0,5.6455,2.1126,0 +PL 2.6579,1.0449,0,1.9189,2.9136,0,2.045,4.833,0,2.2621,6.8797,0,1.2009,7.1707,0,0.9456,7.9362,0,0.9802,9.0152,0 +PL 5.6455,3.4474,0,6.2483,5.1904,0,6.4724,6.3571,0,6.5004,7.9475,0,4.3675,7.9475,0,4.3675,7.9475,0,4.3675,7.9475,0 +L 3.5269,6.3455,-0.074,6.3455 +PL 3.3127,0.0151,0.123,0.7844,3.3417,0,1.4114,9.0151,0 + +[597d] 好 +PL 4.5841,0,0,5.8341,0,0,5.8166,2.6229,0,5.7189,3.7203,0,5.4387,4.233,0,3.7291,4.233,0 +PL 6.2652,4.233,0,5.7644,5.7529,0,6.2933,7.1115,0,7.1163,8.1992,0,6.1216,8.3023,0,5.134,8.3883,0,4.1603,8.4661,0 +L 6.6925,4.233,7.9709,4.233 +L 4.1739,6.3303,0.5699,6.3303 +PL 3.9601,-0.0001,0.123,1.4284,3.3265,0,2.0514,8.9998,0 +A -5.8217,6.3303,9.139,316.158,360 + +[5982] 如 +PL 1.1988,0.0152,0,1.6261,0.6254,0,2.0499,1.2355,0,2.4772,1.8457,0,2.1305,2.4192,0,1.6857,2.696,0,0.768,2.9136,0,1.0906,3.9206,0,1.3113,5.0971,0,1.6261,6.0788,0,1.3288,6.3457,0,1.0486,6.6127,0,0.768,6.8797,0 +PL 4.1868,0.511,0,3.0201,2.6113,0,3.0797,4.3471,0,3.3357,6.8797,0,2.0363,7.052,0,1.637,7.6989,0,1.6261,9.0152,0 +PLC 5.0134,2.826,0,5.0134,7.4135,0,7.5733,7.4135,0,7.5733,0.511,0,5.0134,0.511,0 + +[5983] 妃 +PL 4.981,0,0,4.6798,0.5522,0,4.5681,1.9265,0,4.5537,5.3008,0,7.1178,5.3008,0,7.1178,8.4661,0,4.1267,8.4661,0,4.1267,8.4661,0,4.1267,8.4661,0 +PL 5.4083,0,0,7.5133,0,0,7.5133,1.6017,0,7.5133,1.6017,0,7.5133,1.6017,0 +L 4.1408,6.3303,0.5402,6.3303 +PL 3.9305,-0.0001,0.123,1.398,3.3265,0,2.0218,8.9999,0 +A -5.8521,6.3303,9.139,316.158,360 + +[5984] 妄 +PL 1.7751,7.9323,0,3.4843,7.9323,0,3.4843,9,0 +PL 6.0166,0,0,5.4454,0.5325,0,4.885,1.0565,0,4.3354,1.5636,0,4.9375,2.3546,0,5.1582,2.9082,0,5.1932,3.6992,0,4.465,3.8023,0,3.7575,3.8885,0,3.0532,3.9662,0,3.1863,4.5763,0,3.3299,5.1865,0,3.4843,5.7966,0,1.9709,5.9011,0,1.4421,6.4803,0,1.3794,7.9323,0,0.5209,7.9323,0 +L 3.9043,5.7966,6.0166,5.7966 +PL 0.9482,0,0,2.1811,0.0381,0,2.9446,0.3051,0,3.9043,1.0296,0,3.5474,1.4152,0,2.9936,1.6229,0,1.7751,1.8305,0,2.0483,2.3644,0,2.3352,2.8983,0,2.6294,3.4322,0,1.7751,3.5353,0,0.9272,3.6215,0,0.094,3.6992,0 +L 5.5855,3.6992,6.8674,3.6992 +L 3.9043,7.9323,6.8674,7.9323 + +[598a] 妊 +PL 0.8316,0.0152,0,1.2379,0.6254,0,1.6582,1.2355,0,2.0823,1.8457,0,1.7531,2.4192,0,1.4309,2.696,0,0.8316,2.9136,0,1.1086,3.9799,0,1.3815,5.0378,0,1.655,6.0788,0,1.3815,6.3457,0,1.1086,6.6127,0,0.8316,6.8797,0 +PL 4.2188,0.0152,0,5.8961,0.0152,0,5.886,2.8923,0,5.4093,4.0407,0,3.7912,4.2483,0 +PL 6.3234,0.0152,0,7.6057,0.0152,0,7.6057,0.0152,0,7.6057,0.0152,0 +PL 3.3639,1.0449,0,2.5898,2.922,0,2.7159,4.8499,0,2.9401,6.8797,0,1.8722,7.1707,0,1.6231,7.9362,0,1.655,9.0152,0 +PL 6.3234,4.2483,0,6.0226,4.7412,0,5.9136,5.7003,0,5.8961,7.9475,0,4.2188,7.9475,0,4.2188,7.9475,0,4.2188,7.9475,0 +PL 6.7511,4.2483,0,8.0295,4.2483,0,8.0295,4.2483,0,8.0295,4.2483,0 +PL 6.3234,7.9475,0,6.6565,8.3231,0,6.9889,8.4615,0,7.6057,8.4814,0 + +[5999] 妙 +PL 3.3947,0,0,4.9883,0.4774,0,6.2913,1.7853,0,7.2085,3.7373,0 +PL 5.0724,3.2035,0,5.927,3.2035,0,5.927,9.0382,0,5.927,9.0382,0,5.927,9.0382,0 +PL 3.8252,4.2712,0,4.4206,5.4111,0,4.6451,6.0933,0,4.6763,6.9026,0 +PL 8.0631,5.0339,0,7.7658,5.671,0,7.4856,6.2911,0,7.2085,6.9026,0 +L 4.2633,6.3303,0.6628,6.3303 +PL 4.053,-0.0001,0.123,1.5206,3.3265,0,2.144,8.9999,0 +A -5.7295,6.3303,9.139,316.158,360 + +[59a5] 妥 +PL 1.1032,0,0,2.3532,0.0396,0,3.1311,0.3163,0,4.0939,1.0678,0,3.4568,1.8291,0,3.0187,2.1752,0,2.3847,2.4026,0,2.5143,2.7458,0,2.6618,3.089,0,2.812,3.4322,0,1.9609,3.5353,0,1.1133,3.6214,0,0.2797,3.6992,0 +PL 6.6265,0,0,5.905,0.4562,0,5.194,0.904,0,4.4897,1.3348,0,5.0925,2.3122,0,5.3131,2.9252,0,5.3443,3.6992,0,3.2393,3.6992,0,3.2393,5.3009,0,3.2393,5.3009,0,3.2393,5.3009,0 +PL 5.7681,3.6992,0,7.4811,3.6992,0,7.4811,3.6992,0,7.4811,3.6992,0 +PL 5.7681,5.3009,0,6.1989,5.8348,0,6.6265,6.3686,0,7.0538,6.9026,0 +PL 1.9543,6.1018,0,1.8033,6.3686,0,1.6597,6.6357,0,1.534,6.9026,0 +PL 4.0939,6.6357,0,3.9433,7.0057,0,3.793,7.3587,0,3.6631,7.7034,0,2.6618,7.7797,0,1.6597,7.856,0,0.6759,7.9322,0 +PL 4.0939,7.9322,0,5.131,8.0706,0,5.9957,8.3277,0,7.0538,8.4662,0 + +[59a8] 妨 +PL 2.8271,6.3303,-0.1937,0.2797,0,0,0.6829,0.637,0,1.1032,1.257,0,1.534,1.8687,0,1.1974,2.4421,0,0.8752,2.7189,0,0.2797,2.9365,0,0.5704,3.9351,0,0.7876,5.1032,0,1.1032,6.1017,0,0.2797,6.9026,0 +PL 3.2393,0,0,4.42,2.5382,0,4.8539,4.7967,0,4.917,7.4365,0,3.6631,7.4365,0 +PL 5.3443,0,0,6.8013,0.846,0,7.1169,2.7514,0,7.0538,4.7669,0,5.3443,4.7669,0 +PL 2.3847,1.6018,0,2.1641,3.0523,0,2.2765,5.274,0,2.3847,6.9026,0,1.3238,7.1936,0,1.0681,7.9592,0,1.1032,9.0382,0 +L 5.3443,7.4365,5.3443,9.0382 +L 5.7681,7.4365,7.4811,7.4365 +L 3.6775,6.3303,0.0801,6.3303 +PL 3.4703,-0.0001,0.123,0.9385,3.3265,0,1.5616,8.9999,0 + +[59b9] 妹 +L 3.528,6.3303,-0.0687,6.3303 +PL 3.3142,-0.0001,0.123,0.7856,3.3265,0,1.4055,8.9999,0 +L 6.8977,7.3983,3.5105,7.3983 +L 7.3247,4.7669,3.0867,4.7669 +L 5.1882,0,5.1882,8.9998 +PL 3.0867,1.0294,0,5.1882,4.3787,0,7.2932,1.0294,0 +A -6.4641,6.3303,9.139,316.158,360 + +[59bb] 妻 +PL 1.1968,0,0,3.092,0.2726,0,4.3596,0.9603,0,2.8745,1.8686,0,3.008,2.2118,0,3.1516,2.5551,0,3.3018,2.8983,0,2.4507,3.0014,0,1.5996,3.0875,0,0.7695,3.1652,0 +PL 6.6925,0,0,6.1216,0.4561,0,5.5613,0.9039,0,5.0114,1.3348,0,5.2877,1.8673,0,5.5613,2.3913,0,5.8341,2.8983,0,5.134,3.0875,0,4.43,3.2684,0,3.7291,3.4323,0,3.782,4.6596,0,2.6504,4.8616,0,1.628,4.767,0 +L 6.2652,3.1652,7.5436,3.1652 +PL 4.5841,4.767,0,3.3582,5.8065,0,2.2024,5.9394,0,0.7695,5.8349,0 +PL 5.0114,4.767,0,5.5613,4.8701,0,6.1216,4.9563,0,6.6925,5.034,0,5.2702,6.1793,0,3.2531,6.7487,0,1.628,6.9025,0 +PL 7.1163,5.8349,0,5.3473,7.2089,0,2.8433,7.8037,0,0.7695,7.9322,0 +PL 4.5841,7.9322,0,4.2895,8.6555,0,4.1603,9,0 +L 5.0114,7.9322,7.5436,7.9322 + +[59c9] 姉 +L 3.4648,6.3303,-0.1325,6.3303 +PL 3.2542,-0.0001,0.123,0.7224,3.3265,0,1.3455,8.9999,0 +L 3.0547,7.3983,7.2615,7.3983 +L 5.1565,8.9998,5.1565,0 +PL 3.447,1.5633,0,3.447,5.2626,0,6.8657,5.2626,0,6.8657,1.5633,0,6.0146,1.5633,0 +A -6.528,6.3303,9.139,316.158,360 + +[59cb] 始 +PLC 4.6778,3.6993,0,7.6338,3.6993,0,7.6338,0,0,4.6778,0,0 +PL 8.0611,5.3009,0,8.0611,6.3687,0,6.678,6.2304,0,5.4903,5.9733,0,3.82,5.8348,0 +PL 4.6778,6.6357,0,4.9513,7.4351,0,5.235,8.226,0,5.5289,9.0002,0 +L 4.2648,6.3303,0.6643,6.3303 +PL 4.051,0,0.123,1.5221,3.3265,0,2.1455,8.9999,0 +A -5.728,6.3303,9.139,316.158,360 + +[59d3] 姓 +PL 2.579,6.3303,-0.1937,0.0351,0,0,0.4592,0.6101,0,0.8897,1.2204,0,1.3135,1.8306,0,0.9846,2.404,0,0.6519,2.6808,0,0.0351,2.8983,0,0.3503,3.9068,0,0.5713,5.0932,0,0.8897,6.1017,0,0.592,6.3672,0,0.3118,6.6243,0,0.0351,6.8644,0 +PL 2.9946,0,0,5.1245,0,0,5.135,2.3489,0,4.7602,3.435,0,3.4184,3.6991,0 +PL 5.5549,0,0,7.2361,0,0,7.2361,0,0,7.2361,0,0 +PL 2.5673,1.0677,0,1.8178,2.9096,0,1.9299,4.8446,0,2.14,6.8644,0,1.1072,7.1554,0,0.8582,7.921,0,0.8897,9,0 +PL 5.5549,3.6991,0,4.9805,5.2656,0,4.8303,6.4166,0,3.4184,6.8644,0,3.2678,6.1766,0,3.1242,5.4802,0,2.9946,4.767,0 +PL 5.9822,3.6991,0,6.8057,3.6991,0,6.8057,3.6991,0,6.8057,3.6991,0 +PL 5.5549,6.8644,0,5.2537,7.2994,0,5.1417,7.8532,0,5.1245,9,0 +PL 5.9822,6.8644,0,6.8057,6.8644,0,6.8057,6.8644,0,6.8057,6.8644,0 +PL 3.8496,7.3983,0,3.8496,8.4662,0,3.8496,8.4662,0,3.8496,8.4662,0 +L 3.4328,6.3303,-0.1646,6.3303 +PL 3.2257,-0.0001,0.123,0.6935,3.3265,0,1.3135,8.9999,0 + +[59d4] 委 +PL 0.8917,0,0,2.1179,0.0382,0,2.8884,0.3051,0,3.8512,1.0297,0,3.501,1.4152,0,3.0562,1.6228,0,2.142,1.8305,0,2.2716,2.2005,0,2.4152,2.5535,0,2.5662,2.8981,0,1.8653,3.0014,0,1.1617,3.0875,0,0.4612,3.1651,0 +PL 4.7023,1.5635,0,4.979,2.0197,0,5.2526,2.4676,0,5.5289,2.8981,0,4.6778,3.0875,0,3.8267,3.2683,0,2.9966,3.4321,0,3.2737,3.8883,0,3.5539,4.3361,0,3.8512,4.7668,0,3.7672,5.2994,0,3.701,5.8233,0,3.6379,6.3306,0,2.5693,5.8233,0,1.5084,5.2994,0,0.4612,4.7668,0 +PL 6.3835,0,0,5.6834,0.3432,0,4.979,0.6863,0,4.275,1.0297,0 +PL 5.9527,3.1651,0,7.2349,3.1651,0,7.2349,3.1651,0,7.2349,3.1651,0 +PL 6.3835,4.7668,0,4.317,6.2598,0,2.6499,6.719,0,0.4612,6.8644,0 +PL 3.8512,7.6651,0,2.9966,7.7683,0,2.149,7.8546,0,1.3154,7.932,0 +PL 4.489,7.932,0,4.986,8.3079,0,5.4767,8.4462,0,6.3835,8.4661,0 +PL 4.7023,6.8644,0,7.2349,6.8644,0,7.2349,6.8644,0,7.2349,6.8644,0 + +[59eb] 姫 +L 3.4043,6.3303,-0.1966,6.3303 +PL 3.1936,-0.0001,0.123,0.6619,3.3265,0,1.2815,8.9999,0 +PL 6.7768,8.4661,0,3.3938,8.4661,0,3.3938,0,0,7.2041,0,0 +PL 3.3938,5.8348,0,6.3498,5.8348,0,6.3498,3.1653,0,3.3938,3.1653,0 +L 5.0676,0,5.0676,3.1653 +L 5.0676,5.8348,5.0676,8.4661 +A -6.5886,6.3303,9.139,316.158,360 + +[59fb] 姻 +PL 2.7651,6.3303,-0.1937,0.2177,0,0,0.624,0.637,0,1.0446,1.2571,0,1.4649,1.8686,0,0.7746,3.2796,0,0.6594,4.7923,0,1.0446,6.1017,0,0.7644,6.3686,0,0.4909,6.6356,0,0.2177,6.9025,0 +PLC 3.6046,2.8489,0,3.6046,8.5042,0,6.9918,8.5042,0,6.9918,0,0,3.6046,0,0 +PL 2.7535,1.0679,0,1.9728,2.9449,0,2.102,4.8729,0,2.323,6.9025,0,1.2544,7.1936,0,1.0061,7.959,0,1.0446,9.0382,0 +PL 4.4592,2.1356,0,5.1036,3.4761,0,5.1565,4.8249,0,4.4592,5.8347,0 +PL 6.1368,2.1356,0,5.8356,2.5508,0,5.7239,2.9661,0,5.7095,3.7373,0 +PL 5.7095,5.8347,0,5.4083,6.25,0,5.2998,6.6652,0,5.2857,7.4364,0 +L 3.6221,6.3303,0.0216,6.3303 +PL 3.4048,-0.0001,0.123,0.8762,3.3265,0,1.4996,8.9999,0 + +[59ff] 姿 +PL 1.2887,0,0,3.2291,0.2809,0,4.4546,0.9772,0,2.9976,1.8685,0,3.131,2.2387,0,3.2746,2.5917,0,3.4284,2.9364,0,2.5703,3.0395,0,1.716,3.1257,0,0.865,3.2033,0 +PL 6.8121,0,0,6.2339,0.3701,0,5.6633,0.7231,0,5.1026,1.0677,0 +PL 5.5334,1.6017,0,5.8279,2.0169,0,5.94,2.4321,0,5.9537,3.2033,0,3.8522,3.2033,0,3.8522,4.233,0,3.8522,4.233,0,3.8522,4.233,0 +PL 6.3845,3.2033,0,8.094,3.2033,0,8.094,3.2033,0,8.094,3.2033,0 +PL 0.865,4.233,0,1.2887,4.7669,0,2.1433,5.8347,0,2.1433,5.8347,0 +PL 2.7878,4.7669,0,3.5513,5.49,0,4.318,6.2048,0,5.1026,6.9026,0,5.1026,7.9703,0,4.1919,7.9307,0,3.6455,7.654,0,2.9976,6.9026,0 +PL 7.2429,4.7669,0,6.6612,5.3008,0,6.0871,5.8347,0,5.5334,6.3686,0 +PL 6.8121,6.9026,0,6.9449,7.1695,0,7.0885,7.4364,0,7.2429,7.7033,0,6.6612,7.8064,0,6.0871,7.8926,0,5.5334,7.9703,0 +PL 2.1433,7.9703,0,1.8453,8.3135,0,1.5651,8.6568,0,1.2887,9,0 + +[5a01] 威 +PL 0.0034,0.2668,0,0.3043,1.0663,0,0.4128,2.9252,0,0.4304,7.4364,0,2.1641,7.2924,0,3.8911,7.5042,0,4.6718,9.0382,0 +PL 1.4671,0,0,1.8142,0.4561,0,2.1711,0.904,0,2.5353,1.3347,0,1.7546,2.8587,0,1.8418,3.8912,0,0.8615,4.2711,0 +PL 3.6036,0,0,4.2239,0.637,0,4.854,1.2571,0,5.4988,1.8686,0,4.5738,4.8644,0,4.7454,6.7669,0,6.7768,7.7034,0,6.4794,8.1596,0,6.1989,8.6074,0,5.9187,9.0382,0 +PL 6.7768,0,0,6.4794,0.37,0,6.1989,0.7231,0,5.9187,1.0679,0 +PL 7.2041,0,0,7.2041,1.6017,0,7.2041,1.6017,0,7.2041,1.6017,0 +PL 3.3938,1.0679,0,3.2011,1.8983,0,3.2989,2.9068,0,3.3938,4.2711,0,2.7735,4.2895,0,2.4411,4.4181,0,2.1084,4.7669,0,2.1084,5.8347,0,0.8615,5.8347,0,0.8615,5.8347,0,0.8615,5.8347,0 +PL 5.9187,2.9364,0,6.1989,3.7359,0,6.4794,4.5268,0,6.7768,5.3007,0 +PL 2.5353,5.8347,0,3.3938,5.8347,0,3.3938,5.8347,0,3.3938,5.8347,0 + +[5a18] 娘 +PL 2.9626,0,0,3.8176,0,0,3.8176,7.3984,0,5.0676,7.3984,0,5.0676,9,0 +PL 4.2449,0,0,4.5776,0.3757,0,4.896,0.5141,0,5.4988,0.5339,0 +PL 7.2041,0,0,5.7019,2.267,0,5.1482,3.3644,0,5.0676,4.2331,0,4.2449,4.2331,0 +PL 6.3498,2.6314,0,6.6262,3.0015,0,6.9067,3.3545,0,7.2041,3.6992,0 +PL 5.4988,4.2331,0,6.3498,4.2331,0,6.3498,5.7966,0,4.2449,5.7966,0 +PL 6.3498,6.3306,0,6.3498,7.3984,0,5.4988,7.3984,0 +L 3.4043,6.3303,-0.1966,6.3303 +PL 3.1936,0,0.123,0.6619,3.3266,0,1.2815,8.9999,0 +A -6.5886,6.3303,9.139,316.158,360 + +[5a20] 娠 +PL 2.858,6.3685,-0.1937,0.3141,0.0382,0,0.734,0.8376,0,1.1652,1.6286,0,1.5925,2.4027,0,1.1652,2.5057,0,0.734,2.5918,0,0.3141,2.6695,0,0.4223,4.4393,0,0.6223,6.2007,0,0.734,9.0382,0 +PL 2.4436,0.0382,0,2.5728,0.3038,0,2.7238,0.5608,0,2.874,0.8009,0,2.5728,1.2572,0,2.2926,1.7049,0,2.0198,2.1357,0 +PL 3.7286,0.0382,0,4.5486,0.0382,0,4.5486,5.3009,0,3.2978,5.3009,0,3.2978,1.6018,0,3.2978,1.6018,0,3.2978,1.6018,0 +PL 4.979,0.0382,0,5.2561,0.2176,0,5.5363,0.3801,0,5.8336,0.534,0 +PL 7.5432,0.0382,0,6.5551,1.9027,0,6.0021,3.3857,0,5.8336,5.3009,0,4.979,5.3009,0,4.979,5.3009,0,4.979,5.3009,0 +PL 6.6847,2.6695,0,6.9614,3.0396,0,7.2451,3.3927,0,7.5432,3.7373,0 +PL 1.5925,3.2034,0,1.8937,3.6964,0,2.0054,4.6554,0,2.0198,6.9026,0,1.1652,6.9026,0,1.1652,6.9026,0,1.1652,6.9026,0 +PL 6.2574,5.3009,0,7.5432,5.3009,0,7.5432,5.3009,0,7.5432,5.3009,0 +PL 3.2978,5.8348,0,3.2978,8.5043,0,7.5432,8.5043,0,7.5432,8.5043,0,7.5432,8.5043,0 +PL 4.1248,6.9026,0,7.1124,6.9026,0,7.1124,6.9026,0,7.1124,6.9026,0 +L 3.7115,6.3685,0.1145,6.3685 +PL 3.4977,0.0382,0.123,0.9722,3.3648,0,1.5925,9.0381,0 + +[5a2f] 娯 +PL 3.541,0.0152,0,3.8215,0.5491,0,4.1017,1.0829,0,4.3991,1.6168,0 +PL 7.3625,0.0152,0,7.0645,0.5491,0,6.7808,1.0829,0,6.5041,1.6168,0 +PL 3.1207,3.2186,0,6.9317,3.2186,0,6.9317,4.7821,0,3.541,4.7821,0,3.541,7.9855,0,3.541,7.9855,0,3.541,7.9855,0 +PLC 4.7949,7.107,0,4.7949,8.5194,0,6.9317,8.5194,0,6.9317,6.3838,0,4.7949,6.3838,0 +L 3.9893,6.3456,0.3888,6.3456 +PL 3.772,0.0152,0.123,1.2437,3.3418,0,1.8668,9.0151,0 +A -6.0067,6.3456,9.139,316.158,360 + +[5a46] 婆 +PL 5.5249,3.1652,0,7.2341,3.1652,0,7.2341,3.1652,0,7.2341,3.1652,0 +PL 0.0019,4.233,0,0.4324,4.9562,0,0.8562,5.6709,0,1.2835,6.3687,0 +PL 6.376,4.233,0,5.9557,4.6032,0,5.5249,4.9562,0,5.0976,5.3008,0,5.3743,5.7571,0,5.658,6.2048,0,5.9557,6.6356,0,5.3743,6.7118,0,4.8003,6.7882,0,4.2465,6.8645,0 +PL 2.5653,7.3983,0,2.5653,8.4661,0,3.9702,8.3884,0,5.3813,8.3022,0,6.8068,8.1992,0,6.6562,7.9322,0,6.5126,7.6652,0,6.376,7.3983,0 +PL 0.8562,0,0,2.103,0.0396,0,2.8736,0.3163,0,3.8157,1.0677,0,3.49,1.4534,0,3.0557,1.661,0,2.1416,1.8687,0,2.2715,2.2118,0,2.4147,2.5551,0,2.5653,2.8983,0,1.7107,3.0014,0,0.8562,3.0875,0,0.0019,3.1652,0 +PL 5.9557,0,0,5.3743,0.4562,0,4.8003,0.9039,0,4.2465,1.3347,0,4.5197,1.8671,0,4.8003,2.3912,0,5.0976,2.8983,0,4.3971,3.0014,0,3.6931,3.0875,0,2.9926,3.1652,0,3.1996,3.9562,0,3.6301,4.5098,0,4.6668,5.3008,0,4.3765,5.7571,0,4.0928,6.2048,0,3.8157,6.6356,0,2.5653,6.6356,0,2.1416,5.8348,0,1.7107,5.0338,0,1.2835,4.233,0 + +[5a5a] 婚 +PL 2.8291,6.3303,-0.1937,0.2817,0,0,0.7024,0.6371,0,1.1328,1.2571,0,1.5601,1.8686,0,1.2277,2.4422,0,0.8947,2.719,0,0.2817,2.9365,0,0.5935,3.9181,0,0.8141,5.0947,0,1.1328,6.1018,0,0.8351,6.3687,0,0.5553,6.6355,0,0.2817,6.9026,0 +PL 4.0924,0,0,3.9807,2.8785,0,3.7775,5.0537,0,3.6651,7.9322,0,5.3116,8.0707,0,6.2814,8.3278,0,7.0485,8.4661,0 +PL 4.5236,0,0,6.6562,0,0,6.6562,2.1356,0,4.5236,2.1356,0,4.5236,2.1356,0,4.5236,2.1356,0 +PL 2.8105,1.0678,0,2.0718,2.9365,0,2.2014,4.856,0,2.4112,6.9026,0,1.3503,7.1922,0,1.1017,7.9478,0,1.1328,9,0 +PL 6.6562,2.6695,0,6.6562,3.6991,0,4.5236,3.6991,0,4.5236,3.6991,0,4.5236,3.6991,0 +PL 7.0485,4.2331,0,6.4811,5.137,0,5.9277,6.024,0,5.3746,6.9026,0,4.0924,6.9026,0,4.0924,6.9026,0,4.0924,6.9026,0 +PL 7.4796,4.2331,0,7.4796,5.3008,0,7.4796,5.3008,0,7.4796,5.3008,0 +PL 4.3064,4.767,0,4.6528,4.9563,0,5.0104,5.137,0,5.3746,5.3008,0 +PL 6.6562,6.9026,0,7.4796,6.9026,0,7.4796,6.9026,0,7.4796,6.9026,0 +L 3.6826,6.3303,0.0821,6.3303 +PL 3.4688,-0.0001,0.123,0.9405,3.3265,0,1.5601,8.9999,0 + +[5a66] 婦 +L 4.2653,6.3303,0.668,6.3303 +PL 4.0515,-0.0001,0.123,1.5226,3.3265,0,2.1428,8.9999,0 +PL 4.465,6.3305,0,7.4487,6.3305,0,7.4487,8.4662,0,4.465,8.4662,0 +L 4.465,7.3984,7.4487,7.3984 +PL 3.8205,3.6992,0,3.8205,4.767,0,8.0616,4.767,0,8.0616,3.6992,0 +PL 4.6748,0.534,0,4.6748,3.1653,0,7.2389,3.1653,0,7.2389,0.534,0 +L 5.9567,4.767,5.9567,0 +A -5.7275,6.3303,9.139,316.158,360 + +[5a7f] 婿 +PL 4.6788,0,0,4.6788,4.2712,0,7.2429,4.2712,0,7.2429,0,0,6.3845,0,0,6.3845,0,0,6.3845,0,0 +PL 5.1026,2.1356,0,6.8121,2.1356,0,6.8121,2.1356,0,6.8121,2.1356,0 +PL 5.1026,3.2035,0,6.8121,3.2035,0,6.8121,3.2035,0,6.8121,3.2035,0 +PL 3.8522,5.3009,0,4.4336,6.0919,0,4.6437,6.6456,0,4.6788,7.4365,0 +PL 5.9537,5.3009,0,5.9537,8.5043,0,3.8522,8.5043,0,3.8522,8.5043,0,3.8522,8.5043,0 +PL 6.3845,5.3009,0,8.094,5.3009,0,8.094,5.3009,0,8.094,5.3009,0 +PL 6.3845,6.9026,0,7.2429,6.9026,0,7.2429,6.9026,0,7.2429,6.9026,0 +PL 6.3845,8.5043,0,7.6632,8.5043,0,7.6632,8.5043,0,7.6632,8.5043,0 +L 4.2623,6.3303,0.6653,6.3303 +PL 4.0552,-0.0001,0.123,1.5196,3.3265,0,2.1433,8.9999,0 +A -5.7302,6.3303,9.139,316.158,360 + +[5a92] 媒 +PL 2.6734,6.3303,-0.1937,0.126,0,0,0.5529,0.6369,0,0.9802,1.257,0,1.4114,1.8687,0,1.0783,2.4153,0,0.7424,2.6822,0,0.126,2.8983,0,0.4409,3.9068,0,0.665,5.0933,0,0.9802,6.1017,0,0.686,6.3672,0,0.4023,6.6243,0,0.126,6.8645,0 +PL 5.2217,0,0,5.1411,0.8771,0,5.0676,1.7542,0,5.0081,2.6314,0,4.3675,2.1243,0,3.7265,1.6002,0,3.0852,1.0677,0 +PL 6.8994,1.0677,0,5.6665,2.6201,0,4.6228,3.0367,0,3.0852,3.1652,0 +PL 2.2621,1.6017,0,2.045,3.0254,0,2.1574,5.2373,0,2.2621,6.8645,0,1.2009,7.1555,0,0.9456,7.9209,0,0.9802,8.9999,0 +PL 6.0766,3.1652,0,7.3267,3.1652,0,7.3267,3.1652,0,7.3267,3.1652,0 +PL 5.2217,3.6991,0,5.2217,4.7669,0,3.9363,4.7669,0,3.9363,7.3983,0,3.6421,7.5876,0,3.3622,7.7683,0,3.0852,7.9322,0 +PL 5.6455,4.7669,0,6.5004,4.7669,0,6.5004,6.3687,0,4.3675,6.3687,0,4.3675,6.3687,0,4.3675,6.3687,0 +PL 6.5004,7.1314,0,6.353,7.3983,0,6.2062,7.6652,0,6.0766,7.9322,0,4.3675,7.9322,0,4.2165,8.3022,0,4.0694,8.6554,0,3.9363,8.9999,0 +PL 6.8994,7.9322,0,6.7561,8.3022,0,6.6262,8.6554,0,6.5004,8.9999,0 +L 3.5269,6.3303,-0.074,6.3303 +PL 3.3127,-0.0001,0.123,0.7844,3.3265,0,1.4114,8.9999,0 + +[5ac1] 嫁 +PL 3.1026,6.3303,-0.1937,0.5588,0,0,0.9826,0.8008,0,1.4099,1.6017,0,1.8372,2.4025,0,1.4099,2.5057,0,0.9826,2.5919,0,0.5588,2.6695,0,0.6638,4.4209,0,0.8701,6.1808,0,0.9826,9,0 +PL 4.3726,0,0,5.003,0.0396,0,5.4377,0.3163,0,6.0471,1.0678,0,5.963,1.7812,0,5.8961,2.4773,0,5.8331,3.1653,0,5.0489,2.6583,0,4.278,2.1342,0,3.5148,1.6017,0 +PL 7.7559,1.0678,0,7.3287,1.6017,0,6.8982,2.1356,0,6.4744,2.6695,0 +PL 1.8372,3.1653,0,2.1174,3.6596,0,2.2154,4.6285,0,2.2326,6.9026,0,1.4099,6.9026,0,1.4099,6.9026,0,1.4099,6.9026,0 +PL 3.7281,3.1653,0,4.215,3.6215,0,4.7158,4.0692,0,5.2237,4.5001,0,5.0065,4.767,0,4.7932,5.0339,0,4.5831,5.3008,0,4.215,5.137,0,3.8581,4.9563,0,3.5148,4.767,0 +PL 6.6881,4.2331,0,7.0348,4.6031,0,7.3917,4.9563,0,7.7559,5.3008,0 +PL 5.2237,6.1018,0,4.7932,6.2048,0,4.3726,6.291,0,3.9421,6.3687,0 +PL 5.651,6.3687,0,6.8982,6.3687,0,6.8982,6.3687,0,6.8982,6.3687,0 +PL 3.0837,6.9026,0,3.0837,7.9322,0,5.2237,7.9322,0,5.2237,9,0,5.2237,9,0,5.2237,9,0 +PL 7.7559,6.9026,0,7.7559,7.9322,0,5.651,7.9322,0,5.651,7.9322,0,5.651,7.9322,0 +L 3.9561,6.3303,0.3556,6.3303 +PL 3.7423,-0.0001,0.123,1.2169,3.3265,0,1.8372,8.9999,0 + +[5acc] 嫌 +PL 0.1577,0.0152,0,1.0123,1.6168,0,1.436,2.4178,0,1.0123,2.5208,0,0.585,2.607,0,0.1577,2.6847,0,0.2666,4.4376,0,0.4729,6.2073,0,0.585,9.0534,0 +PL 3.9683,0.0152,0,3.8878,0.7383,0,3.8181,1.453,0,3.7547,2.1508,0,3.2678,1.6168,0,2.7778,1.0829,0,2.291,0.5491,0 +PL 5.2537,0.0152,0,5.2537,2.6847,0,4.6023,2.9417,0,3.9158,2.9615,0,3.1421,3.2186,0 +PL 6.9629,0.5491,0,6.5325,1.0829,0,6.1052,1.6168,0,5.6775,2.1508,0 +PL 1.436,3.2186,0,1.7373,3.7116,0,1.8493,4.6705,0,1.8672,6.9177,0,1.0123,6.9177,0,1.0123,6.9177,0,1.0123,6.9177,0 +PL 5.6775,3.2186,0,5.3133,3.751,0,4.956,4.2751,0,4.6128,4.7821,0,4.3991,4.4389,0,4.1823,4.0957,0,3.9683,3.7525,0 +PL 6.322,3.2186,0,6.3815,3.5887,0,6.4484,3.9417,0,6.5325,4.2863,0,5.8912,4.9996,0,5.2537,5.696,0,4.6128,6.3838,0,3.8496,5.2567,0,3.3589,4.8415,0,2.7214,4.7821,0 +PL 6.9629,4.7821,0,6.6582,5.1974,0,6.55,5.6127,0,6.5325,6.3838,0,5.8912,6.4234,0,5.3977,6.7003,0,4.6128,7.4516,0,4.1228,7.107,0,3.6359,6.7538,0,3.1421,6.3838,0 +PL 2.7214,7.4516,0,3.3347,7.4813,0,3.6601,7.689,0,3.9683,8.2524,0,3.8286,8.5194,0,3.6951,8.7864,0,3.5725,9.0534,0 +PL 5.6775,7.4516,0,5.3977,7.8669,0,5.3977,8.2821,0,5.6775,9.0534,0 +PL 6.1052,7.4516,0,7.3867,7.4516,0,7.3867,7.4516,0,7.3867,7.4516,0 + +[5ae1] 嫡 +PL 3.447,0,0,3.447,5.8348,0,4.3054,5.8348,0,4.1545,6.4718,0,4.0074,7.0919,0,3.8781,7.7034,0,3.6049,7.8066,0,3.3317,7.8928,0,3.0547,7.9704,0 +PL 6.0146,0,0,6.8657,0,0,6.8657,5.8348,0,5.1565,5.8348,0,5.1877,5.0636,0,5.4118,4.6484,0,6.0146,4.2331,0 +PL 4.3054,1.6018,0,4.3054,3.2035,0,4.5818,3.3066,0,4.8623,3.3928,0,5.1565,3.4704,0,4.8623,3.736,0,4.5818,3.993,0,4.3054,4.2331,0 +PL 4.7359,1.6018,0,6.0146,1.6018,0,5.864,2.1356,0,5.7166,2.6696,0,5.587,3.2035,0 +PL 6.0146,6.3687,0,6.3155,6.784,0,6.4275,7.1992,0,6.4419,7.9704,0,4.3054,7.9704,0,4.3054,7.9704,0,4.3054,7.9704,0 +L 3.4648,6.3303,-0.1325,6.3303 +PL 3.2542,-0.0001,0.123,0.7224,3.3265,0,1.3455,8.9999,0 +A -6.528,6.3303,9.139,316.158,360 + +[5b09] 嬉 +PL 4.2478,6.9026,0,4.8082,7.0057,0,5.3791,7.0918,0,5.9567,7.1695,0,5.5924,7.7062,0,5.039,7.9039,0,3.8205,7.9322,0 +PL 6.384,6.9026,0,7.6378,6.9026,0,7.6378,6.9026,0,7.6378,6.9026,0 +PL 6.384,7.9322,0,6.2334,8.3023,0,6.0901,8.6553,0,5.9567,9,0 +PL 6.8151,7.9322,0,8.0616,7.9322,0,8.0616,7.9322,0,8.0616,7.9322,0 +PLC 4.6748,0.5339,0,4.6748,1.6017,0,7.2389,1.6017,0,7.2389,0,0,4.6748,0,0 +PL 3.8205,2.6313,0,4.2478,2.7345,0,4.6748,2.8206,0,5.1056,2.8983,0,4.8009,3.541,0,4.6926,4.3023,0,4.6748,5.8347,0,7.2389,5.8347,0,7.2214,4.3023,0,7.1125,3.541,0,6.8151,2.8983,0,7.2179,2.8206,0,7.6378,2.7345,0,8.0616,2.6313,0 +PL 5.5294,2.6313,0,6.384,2.6313,0,6.384,2.6313,0,6.384,2.6313,0 +PL 5.1056,4.233,0,6.8151,4.233,0,6.8151,4.233,0,6.8151,4.233,0 +L 4.2653,6.3303,0.668,6.3303 +PL 4.0515,-0.0001,0.123,1.5226,3.3265,0,2.1428,8.9999,0 +A -5.7275,6.3303,9.139,316.158,360 + +[5b22] 嬢 +PL 2.609,6.3685,-0.1937,0.0616,0.0382,0,0.4714,0.8376,0,0.892,1.6286,0,1.3155,2.4027,0,0.892,2.5057,0,0.4714,2.5918,0,0.0616,2.6695,0,0.174,4.4393,0,0.3803,6.2007,0,0.4924,9.0382,0 +PL 2.5974,0.0382,0,3.8796,0.0382,0,3.8796,1.6018,0,3.0247,1.6018,0,3.0247,1.6018,0,3.0247,1.6018,0 +PL 6.8388,0.0382,0,5.6375,1.5538,0,5.1892,2.3743,0,5.1296,3.2034,0,4.5342,2.9859,0,4.2085,2.7092,0,3.8796,2.1357,0 +PL 4.3066,0.534,0,5.1296,0.534,0,5.1296,0.534,0,5.1296,0.534,0 +PL 1.3155,3.2034,0,1.6167,3.6964,0,1.7288,4.6554,0,1.7431,6.9026,0,0.8882,6.9026,0,0.8882,6.9026,0,0.8882,6.9026,0 +PL 2.5974,3.2034,0,3.0247,3.3066,0,3.452,3.3927,0,3.8796,3.4704,0,3.5816,3.7373,0,3.3017,4.0043,0,3.0247,4.2712,0 +PL 5.5569,3.4704,0,4.6992,4.4365,0,3.5749,5.0721,0,2.5974,5.3009,0 +PL 5.9846,3.2034,0,6.8388,3.2034,0,6.8388,3.2034,0,6.8388,3.2034,0 +PL 5.9846,4.2712,0,5.1191,5.0553,0,4.17,5.7374,0,3.0247,6.9026,0 +PL 5.9846,5.3009,0,5.7776,6.1018,0,5.7636,6.9026,0,5.5569,7.7034,0,4.986,7.6258,0,4.426,7.5397,0,3.8796,7.4365,0 +PL 2.5974,7.9704,0,3.452,7.9704,0,3.452,7.9704,0,3.452,7.9704,0 +PL 5.9846,7.9704,0,6.8388,7.9704,0,6.8388,7.9704,0,6.8388,7.9704,0 +L 3.466,6.3685,-0.1345,6.3685 +PL 3.2522,0.0382,0.123,0.7236,3.3648,0,1.347,9.0381,0 + +[5b50] 子 +PL 2.1046,0,0,3.3858,0,0,3.3858,6.3304,0,6.3454,8.4662,0,0.4266,8.4662,0 +L -0.0004,4.7669,6.7723,4.7669 + +[5b54] 孔 +PL 1.1016,0.0152,0,2.3902,0.0152,0,2.3902,4.2863,0,1.8088,4.1226,0,1.2379,3.9417,0,0.6813,3.7525,0 +PL 6.2009,0.0152,0,5.9,0.7059,0,5.7876,3.0492,0,5.7736,9.0534,0 +PL 6.6285,0.0152,0,7.8785,0.0152,0,7.8785,1.6168,0,7.8785,1.6168,0,7.8785,1.6168,0 +PL 2.3902,4.7821,0,2.5513,6.3514,0,2.877,7.2172,0,3.6686,8.2524,0,2.6602,8.3555,0,1.6617,8.4418,0,0.6813,8.5194,0 +PL 3.0245,4.7821,0,3.3639,4.9714,0,3.7071,5.1522,0,4.0647,5.316,0 + +[5b57] 字 +L 3.3871,7.9322,3.3871,9.0001 +PL 0.0005,6.3689,0,0.0005,7.9322,0,6.7732,7.9322,0,6.7732,6.3689,0 +PL 2.1055,0,0,3.3871,0,0,3.3871,4.5534,0,5.0956,5.8348,0,1.2817,5.8348,0 +L 0.0005,3.1652,6.7732,3.1652 + +[5b58] 存 +PL 2.1163,0,0,2.0319,1.4111,0,1.9619,2.8221,0,1.9023,4.233,0,1.5416,3.8884,0,1.1983,3.5353,0,0.8625,3.1653,0 +PL 4.2493,0,0,5.4997,0,0,5.3561,2.5156,0,4.6553,3.1922,0,2.9674,3.1653,0 +PL 5.927,3.1653,0,5.776,3.4323,0,5.6324,3.6992,0,5.4997,3.9661,0,5.927,4.4986,0,6.3575,5.0227,0,6.7812,5.5297,0,5.7869,5.6329,0,4.7989,5.719,0,3.8252,5.7968,0 +PL 6.3575,3.1653,0,8.0631,3.1653,0,8.0631,3.1653,0,8.0631,3.1653,0 +PL 2.1163,4.767,0,2.5436,5.5664,0,2.9674,6.3574,0,3.3947,7.1314,0,2.5436,7.2345,0,1.696,7.3207,0,0.8625,7.3983,0 +PL 3.8252,7.3983,0,3.8252,9,0,3.8252,9,0,3.8252,9,0 +PL 4.2493,7.3983,0,8.0631,7.3983,0,8.0631,7.3983,0,8.0631,7.3983,0 + +[5b5d] 孝 +PL 3.2701,0,0,4.5552,0,0,4.0792,2.0112,0,2.8499,2.3107,0,1.1333,2.1356,0 +PL 4.9513,2.1356,0,4.8673,2.5056,0,4.7969,2.8588,0,4.7373,3.2033,0,5.0841,3.6498,0,5.4382,4.079,0,5.8024,4.5,0,3.8057,4.1638,0,2.17,3.5395,0,0.7379,3.2033,0 +PL 5.3786,2.1356,0,7.9421,2.1356,0,7.9421,2.1356,0,7.9421,2.1356,0 +PL 4.1279,5.3008,0,4.2575,5.5677,0,4.4014,5.8347,0,4.5552,6.1017,0,3.2772,6.2048,0,1.9988,6.291,0,0.7379,6.3686,0 +PL 5.1611,6.3686,0,5.3786,6.7388,0,5.5884,7.0918,0,5.8024,7.4364,0,5.4592,7.8121,0,5.0245,7.9505,0,4.1279,7.9703,0,3.9776,7.6256,0,3.8302,7.2726,0,3.6974,6.9026,0 +PL 5.8024,6.3686,0,7.9421,6.3686,0,7.9421,6.3686,0,7.9421,6.3686,0 +PL 1.5641,7.9703,0,3.2701,7.9703,0,3.4029,8.3135,0,3.5465,8.6568,0,3.6974,9,0 +PL 6.2329,7.9703,0,6.5064,8.3135,0,6.7936,8.6568,0,7.084,9,0 + +[5b63] 季 +PL 2.8428,0,0,4.1279,0,0,3.6554,2.0115,0,2.4292,2.3109,0,0.7379,2.1357,0 +PL 4.5552,2.1357,0,4.4014,2.4026,0,4.2575,2.6696,0,4.1279,2.9366,0,4.4014,3.3067,0,4.6743,3.6597,0,4.9513,4.0044,0,2.9616,4.3024,0,1.7291,4.4818,0,0.7379,4.2714,0 +L 4.9513,2.1357,7.5113,2.1357 +PL 5.5884,4.2714,0,5.8024,4.4506,0,6.0192,4.6132,0,6.2329,4.7671,0,5.7219,5.3009,0,5.2242,5.8348,0,4.7373,6.3688,0,4.524,6.024,0,4.317,5.671,0,4.1279,5.3009,0 +PL 2.6324,5.3009,0,3.0561,5.8347,0,3.2701,6.1018,0,2.4191,6.2049,0,1.5715,6.2911,0,0.7379,6.3688,0 +PL 3.6974,6.3688,0,4.0022,6.784,0,4.1104,7.1992,0,4.1279,7.9704,0,1.1333,7.9704,0 +L 5.3786,6.3688,7.5113,6.3688 +PL 4.5552,7.9704,0,4.8953,8.3462,0,5.4448,8.4847,0,6.6602,8.5044,0 + +[5b64] 孤 +PL 0.8296,0.0152,0,1.6807,0.0152,0,1.6807,4.2863,0,0.4023,4.2863,0,0.4023,4.2863,0,0.4023,4.2863,0 +PL 2.9346,0.2821,0,3.6036,2.9318,0,3.7892,5.3104,0,3.7857,7.9855,0,5.1411,8.124,0,6.1082,8.381,0,7.1726,8.5194,0 +PL 3.7857,0.0152,0,5.152,1.5194,0,5.2536,4.6762,0,5.0714,7.4516,0 +PL 6.318,0.0152,0,6.2339,0.3852,0,6.1677,0.7383,0,6.1082,1.0829,0,5.898,0.9191,0,5.6875,0.7383,0,5.4952,0.5491,0 +PL 7.6037,0.2821,0,6.8083,2.9573,0,6.423,5.3866,0,6.318,7.9855,0 +PL 1.6807,4.7821,0,1.7126,6.3344,0,1.9294,7.2341,0,2.5073,8.2524,0,1.8068,8.3555,0,1.1032,8.4418,0,0.4023,8.5194,0 + +[5b66] 学 +L -0.0006,3.1652,6.7721,3.1652 +PL 6.7721,5.8348,0,6.7721,7.3982,0,-0.0006,7.3982,0,-0.0006,5.8348,0 +PL 1.2806,5.8348,0,5.0941,5.8348,0,3.3856,4.5533,0,3.3856,0,0,2.1044,0,0 +L 1.9643,8.8132,2.8186,7.7452 +L 0.7535,8.8132,1.6078,7.7452 +L 4.6672,7.6653,5.5214,8.9999 + +[5b6b] 孫 +PL 1.2589,0,0,2.0823,0,0,2.0644,2.9985,0,1.9562,4.2344,0,1.655,4.767,0,1.3815,4.6031,0,1.1086,4.4223,0,0.8316,4.2331,0 +PL 5.8961,0,0,5.8961,3.6991,0,3.3639,3.6991,0 +PL 3.7912,1.0296,0,4.0679,1.5637,0,4.3484,2.0974,0,4.6461,2.6314,0 +PL 8.0295,1.0296,0,7.7349,1.5637,0,7.4547,2.0974,0,7.1784,2.6314,0 +PL 8.0295,3.9661,0,7.882,4.2331,0,7.7349,4.5,0,7.6057,4.767,0,7.2726,4.3913,0,6.9402,4.2528,0,6.3234,4.2331,0 +PL 5.0734,4.2331,0,5.1995,4.5,0,5.3252,4.767,0,5.4723,5.0339,0,5.045,5.4802,0,4.6251,5.9097,0,4.2188,6.3305,0 +PL 2.5093,4.767,0,2.0753,6.1229,0,2.6007,7.2756,0,3.3639,8.1991,0,2.5093,8.3023,0,1.6652,8.3886,0,0.8316,8.4662,0 +PL 5.8961,5.3008,0,6.3234,5.8334,0,6.7511,6.3574,0,7.1784,6.8644,0 +PL 5.0734,6.8644,0,5.1995,7.1313,0,5.3252,7.3984,0,5.4723,7.6653,0,5.045,7.7684,0,4.6251,7.8546,0,4.2188,7.9324,0 +PL 6.1101,7.9324,0,6.6001,8.1215,0,7.0978,8.3023,0,7.6057,8.4662,0 + +[5b85] 宅 +PL 3.9098,0.0152,0,2.8664,2.1042,0,2.7504,2.6677,0,0.5264,2.6466,0 +PL 4.3409,0.0152,0,7.297,0.0152,0,7.297,1.617,0,7.297,1.617,0,7.297,1.617,0 +PL 3.9098,3.1804,0,3.6124,3.6156,0,3.5,4.1693,0,3.4825,5.3161,0,1.3463,5.3161,0,1.3463,5.3161,0,1.3463,5.3161,0 +PL 4.3409,3.1804,0,5.0764,3.3189,0,5.826,3.5759,0,6.8732,3.7143,0 +PL 3.4825,5.85,0,4.4141,5.8699,0,4.9605,6.0081,0,5.5874,6.3839,0 +PL 0.5264,6.3839,0,0.5264,7.9474,0,3.9098,7.9474,0,3.9098,9.0152,0,3.9098,9.0152,0,3.9098,9.0152,0 +PL 7.297,6.3839,0,7.297,7.9474,0,4.3409,7.9474,0,4.3409,7.9474,0,4.3409,7.9474,0 + +[5b87] 宇 +L 3.4199,7.9322,3.4199,9 +PL 0.0296,6.3688,0,0.0296,7.9322,0,6.8068,7.9322,0,6.8068,6.3688,0 +L 1.2835,5.8347,5.5249,5.8347 +L 6.8068,3.7373,0.0019,3.7373 +PL 3.4199,5.8347,0,3.4199,0,0,2.1416,0,0 + +[5b88] 守 +PL 4.2208,0,0,5.5027,0,0,5.275,4.0324,0,4.0103,4.9292,0,0.8301,4.7668,0 +PL 2.9669,2.0975,0,2.6724,2.4676,0,2.1158,3.1651,0 +PL 5.9297,4.7668,0,5.6284,5.2007,0,5.5167,5.7442,0,5.5027,6.8644,0 +L 6.3538,4.7668,7.6353,4.7668 +PL 0.8301,6.3306,0,0.8301,7.932,0,4.2208,7.932,0,4.2208,8.9999,0 +PL 7.6353,6.3306,0,7.6353,7.932,0,4.6446,7.932,0 + +[5b89] 安 +L 4.4341,7.9322,4.4341,9 +PL 1.0476,6.3688,0,1.0476,7.9322,0,7.8175,7.9322,0,7.8175,6.3688,0 +L 8.0346,4.5001,0.8301,4.5001 +PL 3.7932,6.8644,0,2.6303,2.5378,-0.1489,8.0355,0.0001,0 +A 0.8301,5.4902,5.4902,270,349.61 + +[5b8c] 完 +PL 1.0738,0,0,1.8408,0.904,0,2.6113,1.7911,0,3.3962,2.6696,0,3.3962,4.2331,0,0.864,4.2331,0 +PL 5.5289,0,0,5.2315,0.5128,0,5.1194,1.6102,0,5.1016,4.2331,0,3.82,4.2331,0 +PL 5.96,0,0,7.6338,0,0,7.6338,1.6018,0 +L 5.5289,4.2331,7.6338,4.2331 +PL 0.864,6.3688,0,0.864,7.9703,0,4.2505,7.9703,0,4.2505,9.0001,0 +L 2.1455,6.3688,6.3523,6.3688 +PL 7.6338,6.3688,0,7.6338,7.9703,0,4.6778,7.9703,0 + +[5b97] 宗 +PL 2.291,0,0,3.5725,0,0,3.5725,3.6992,0,0.585,3.6992,0,0.585,3.6992,0,0.585,3.6992,0 +PL 0.1577,0.4957,0,0.585,1.219,0,1.0123,1.9337,0,1.436,2.6314,0 +PL 6.5325,0.4957,0,6.1052,1.219,0,5.6775,1.9337,0,5.2537,2.6314,0 +PL 3.9683,3.6992,0,6.5325,3.6992,0,6.5325,3.6992,0,6.5325,3.6992,0 +PL 1.436,5.7968,0,5.6775,5.7968,0,5.6775,5.7968,0,5.6775,5.7968,0 +PL 0.1577,6.3305,0,0.1577,7.9322,0,3.5725,7.9322,0,3.5725,9,0,3.5725,9,0,3.5725,9,0 +PL 6.9629,6.3305,0,6.9629,7.9322,0,3.9683,7.9322,0,3.9683,7.9322,0,3.9683,7.9322,0 + +[5b98] 官 +PL 1.9274,0,0,1.9274,6.3688,0,6.1692,6.3688,0,6.1692,4.2714,0,2.3585,4.2714,0,2.3585,4.2714,0,2.3585,4.2714,0 +PL 2.3585,0,0,6.5646,0,0,6.5646,2.6696,0,2.3585,2.6696,0,2.3585,2.6696,0,2.3585,2.6696,0 +PL 0.649,6.3688,0,0.649,7.9704,0,4.0323,7.9704,0,4.0323,9.0383,0,4.0323,9.0383,0,4.0323,9.0383,0 +PL 7.4157,6.3688,0,7.4157,7.9704,0,4.4596,7.9704,0,4.4596,7.9704,0,4.4596,7.9704,0 + +[5b99] 宙 +PL 0.8882,0,0,0.8882,4.7671,0,2.1774,4.7331,0,3.1017,5.0552,0,3.452,6.3687,0 +PL 1.3155,0,0,3.452,0,0,3.2979,2.0721,0,2.6709,2.6441,0,1.3155,2.6314,0 +PL 3.8796,0,0,5.9846,0,0,5.9846,2.6314,0,3.5816,3.1852,0,3.687,4.2133,0,5.9846,4.7671,0,5.9846,3.1654,0,5.9846,3.1654,0,5.9846,3.1654,0 +PL 0.0616,6.3687,0,0.0616,7.9323,0,3.452,7.9323,0,3.452,9.0001,0,3.452,9.0001,0,3.452,9.0001,0 +PL 6.8388,6.3687,0,6.8388,7.9323,0,3.8796,7.9323,0,3.8796,7.9323,0,3.8796,7.9323,0 + +[5b9a] 定 +L 3.3938,7.9322,3.3938,9.0001 +PL 0.0034,6.3688,0,0.0034,7.9322,0,6.7768,7.9322,0,6.7768,6.3688,0 +L 0.6937,6,6.0938,6 +L 6.0938,3,3.3938,3 +L 3.3938,6,3.3938,0.1193 +L 4.1419,0,6.9936,0 +A -4.9305,4.5,6.5244,316.392,360 +A 4.2936,3.4521,3.4521,203.473,270 + +[5b9c] 宜 +PL 0.5838,0.0001,0,2.2926,0.0001,0,2.2926,6.3686,0,5.6798,6.3686,0,5.6798,0.0001,0,7.361,0.0001,0,7.361,0.0001,0,7.361,0.0001,0 +PL 2.7203,0.0001,0,5.2525,0.0001,0,5.2525,0.0001,0,5.2525,0.0001,0 +PL 2.7203,2.0975,0,5.2525,2.0975,0,5.2525,2.0975,0,5.2525,2.0975,0 +PL 2.7203,4.2332,0,5.2525,4.2332,0,5.2525,4.2332,0,5.2525,4.2332,0 +PL 0.5838,6.3686,0,0.5838,7.9323,0,3.9703,7.9323,0,3.9703,9,0,3.9703,9,0,3.9703,9,0 +PL 7.361,6.3686,0,7.361,7.9323,0,4.4014,7.9323,0,4.4014,7.9323,0,4.4014,7.9323,0 + +[5b9d] 宝 +PL 0.649,0.534,0,4.0323,0.534,0,3.8852,2.589,0,3.2762,3.1696,0,1.9274,3.1654,0 +PL 4.4596,0.534,0,7.4157,0.534,0,7.4157,0.534,0,7.4157,0.534,0 +PL 6.5646,1.6018,0,5.1636,3.0722,0,4.3199,3.7289,0,4.0323,5.8349,0,1.5001,5.8349,0,1.5001,5.8349,0,1.5001,5.8349,0 +PL 4.4596,5.8349,0,6.5646,5.8349,0,6.5646,5.8349,0,6.5646,5.8349,0 +PL 0.649,6.3687,0,0.649,7.9323,0,4.0323,7.9323,0,4.0323,9.0001,0,4.0323,9.0001,0,4.0323,9.0001,0 +PL 7.4157,6.3687,0,7.4157,7.9323,0,4.4596,7.9323,0,4.4596,7.9323,0,4.4596,7.9323,0 + +[5b9f] 実 +PL 0.2797,6.3306,0,0.2797,7.932,0,3.6631,7.932,0,3.6631,8.9999,0 +PL 0.2797,0,0,1.3658,0.4434,0,2.1364,1.0564,0,3.2393,2.3644,0,2.2415,2.4676,0,1.2569,2.5535,0,0.2797,2.6312,0 +PL 7.0538,6.3306,0,7.0538,7.932,0,4.0939,7.932,0 +L 4.4897,2.6312,7.0538,2.6312 +L 4.4897,4.233,5.7681,4.233 +L 4.4897,5.7966,6.1989,5.7966 +PL 4.0939,5.7966,0,3.9433,6.1667,0,3.793,6.5197,0,3.6631,6.8644,0 +PL 4.0939,4.233,0,3.793,4.7656,0,3.5128,5.2894,0,3.2393,5.7966,0,1.1032,5.7966,0 +PL 6.1989,0,0,4.6862,1.7329,0,3.9156,2.8304,0,3.2393,4.233,0,1.534,4.233,0 + +[5ba2] 客 +PL 3.8157,4.7671,0,4.0928,5.2232,0,4.3765,5.671,0,4.6668,6.1018,0,4.0994,6.2049,0,3.5464,6.2911,0,2.9926,6.3687,0 +PL 1.7107,0,0,1.6267,1.0665,0,1.5605,2.1245,0,1.501,3.1653,0,0.9861,3.0114,0,0.4919,2.849,0,0.0019,2.6696,0 +PL 0.6425,4.7671,0,1.6547,5.7317,0,2.2256,6.5607,0,2.5653,7.9323,0 +PL 5.9557,2.6696,0,4.954,3.202,0,3.9702,3.726,0,2.9926,4.2332,0,2.6953,4.0694,0,2.4147,3.8885,0,2.1416,3.6993,0 +PL 2.1416,0,0,5.0976,0,0,5.0976,2.6696,0,2.1416,2.6696,0 +L 3.3923,7.9322,3.3923,9.0001 +PL 0.0019,6.3689,0,0.0019,7.9322,0,6.7756,7.9322,0,6.7756,6.3689,0 + +[5ba3] 宣 +PL 0.649,0,0,7.4157,0,0,7.4157,0,0,7.4157,0,0 +PLC 2.3585,2.6314,0,2.3585,4.767,0,5.7419,4.767,0,5.7419,1.5636,0,2.3585,1.5636,0 +PL 2.7504,3.1653,0,5.3146,3.1653,0,5.3146,3.1653,0,5.3146,3.1653,0 +PL 1.9274,6.3305,0,6.1692,6.3305,0,6.1692,6.3305,0,6.1692,6.3305,0 +PL 0.649,6.8645,0,0.649,7.9322,0,4.0323,7.9322,0,4.0323,9,0,4.0323,9,0,4.0323,9,0 +PL 7.4157,6.8645,0,7.4157,7.9322,0,4.4596,7.9322,0,4.4596,7.9322,0,4.4596,7.9322,0 + +[5ba4] 室 +PL 0.6173,6.3689,0,0.6173,7.9322,0,7.3907,7.9322,0,7.3907,6.3689,0 +L 4.0042,7.9322,4.0042,9.0001 +L 1.4719,6.3687,6.5361,6.3687 +L 6.5361,2.1355,1.4719,2.1355 +L 7.3907,0,0.6173,0 +L 4.0042,4.2331,4.0042,0 +PL 3.1562,6.3687,0,1.4719,4.2331,0,5.6885,5.3009,0 +L 6.5361,4.2331,4.8483,6.3687 + +[5bae] 宮 +L 3.9156,7.9321,3.9156,8.9999 +PL 0.5249,6.3688,0,0.5249,7.9321,0,7.299,7.9321,0,7.299,6.3688,0 +PLC 5.6213,6.3306,0,2.2344,6.3306,0,2.2344,4.233,0,5.6213,4.233,0 +PLC 6.4724,2.6312,0,1.3795,2.6312,0,1.3795,0,0,6.4724,0,0 +L 3.9258,4.233,3.4953,2.6312 + +[5bb0] 宰 +PL 3.9718,0.0381,0,3.6534,1.9039,0,2.7673,2.2528,0,1.4119,2.1356,0 +PL 4.3991,2.1356,0,4.0982,2.5508,0,3.9893,2.966,0,3.9718,3.7372,0,0.9811,3.7372,0,0.9811,3.7372,0,0.9811,3.7372,0 +PL 4.7949,2.1356,0,6.5041,2.1356,0,6.5041,2.1356,0,6.5041,2.1356,0 +PL 4.5812,3.7372,0,5.0334,4.5282,0,5.2012,5.0819,0,5.2222,5.8729,0,4.3711,5.7952,0,3.5235,5.709,0,2.6899,5.6059,0,2.8233,5.1751,0,2.9669,4.7273,0,3.1207,4.2711,0 +PL 5.2222,3.7372,0,6.9317,3.7372,0,6.9317,3.7372,0,6.9317,3.7372,0 +PL 1.4119,5.8729,0,2.263,5.8729,0,2.263,5.8729,0,2.263,5.8729,0 +PL 5.653,5.8729,0,6.5041,5.8729,0,6.5041,5.8729,0,6.5041,5.8729,0 +PL 0.5849,6.3687,0,0.5849,7.9703,0,3.9718,7.9703,0,3.9718,9.0381,0,3.9718,9.0381,0,3.9718,9.0381,0 +PL 7.3625,6.3687,0,7.3625,7.9703,0,4.3991,7.9703,0,4.3991,7.9703,0,4.3991,7.9703,0 + +[5bb3] 害 +PLC 1.8688,0.7233,0,1.8688,2.1357,0,6.1103,2.1357,0,6.1103,0,0,1.8688,0,0 +PL 0.5838,3.7374,0,3.9703,3.7374,0,3.6271,5.1427,0,2.8218,5.3956,0,1.8688,5.3009,0 +PL 4.4014,3.7374,0,7.361,3.7374,0,7.361,3.7374,0,7.361,3.7374,0 +PL 4.4014,5.3009,0,4.2473,5.5678,0,4.1037,5.8348,0,3.9703,6.1018,0,3.1192,6.2049,0,2.2755,6.2911,0,1.4415,6.3688,0 +PL 4.8249,5.3009,0,6.1103,5.3009,0,6.1103,5.3009,0,6.1103,5.3009,0 +PL 0.5838,6.3688,0,0.5838,7.9704,0,3.9703,7.9704,0,3.9703,9.0383,0,3.9703,9.0383,0,3.9703,9.0383,0 +PL 4.4014,6.3688,0,6.5344,6.3688,0,6.5344,6.3688,0,6.5344,6.3688,0 +PL 7.361,6.3688,0,7.361,7.9704,0,4.4014,7.9704,0,4.4014,7.9704,0,4.4014,7.9704,0 + +[5bb4] 宴 +PL 0.8901,0,0,2.7359,0.3065,0,3.6221,1.0283,0,2.172,1.8686,0,2.3051,2.2387,0,2.4487,2.5918,0,2.5997,2.9364,0,1.8747,3.0395,0,1.1672,3.1257,0,0.4628,3.2033,0 +PL 6.4135,0,0,5.6885,0.4561,0,4.9775,0.904,0,4.277,1.3347,0,4.5537,1.8686,0,4.8343,2.4026,0,5.1355,2.9364,0,4.4311,3.1257,0,3.7306,3.3065,0,3.0231,3.4703,0,3.1597,3.8404,0,3.2998,4.1935,0,3.4543,4.5382,0,3.0231,4.6143,0,2.5997,4.6907,0,2.172,4.7669,0,2.172,6.9025,0,5.5558,6.9025,0,5.5558,4.7669,0,3.8816,4.7669,0,3.8816,4.7669,0,3.8816,4.7669,0 +PL 5.5558,3.2033,0,7.2646,3.2033,0,7.2646,3.2033,0,7.2646,3.2033,0 +PL 2.5997,5.8347,0,5.1355,5.8347,0,5.1355,5.8347,0,5.1355,5.8347,0 +PL 0.4628,6.3686,0,0.4628,7.9704,0,3.8816,7.9704,0,3.8816,9.0382,0,3.8816,9.0382,0,3.8816,9.0382,0 +PL 7.2646,6.3686,0,7.2646,7.9704,0,4.277,7.9704,0,4.277,7.9704,0,4.277,7.9704,0 + +[5bb5] 宵 +PL 1.7447,0.0001,0,1.7447,5.3009,0,2.5997,5.3009,0,2.5857,6.0722,0,2.4733,6.4874,0,2.172,6.9027,0 +PL 4.7047,0.0001,0,5.9866,0.0001,0,5.9866,2.1357,0,2.172,2.1357,0,2.172,2.1357,0,2.172,2.1357,0 +PL 5.9866,2.6696,0,5.9866,3.6993,0,2.172,3.6993,0,2.172,3.6993,0,2.172,3.6993,0 +PL 5.9866,4.2332,0,5.9866,5.3009,0,3.0231,5.3009,0,3.0231,5.3009,0,3.0231,5.3009,0 +PL 3.8816,5.8349,0,3.8816,6.9027,0,3.8816,6.9027,0,3.8816,6.9027,0 +PL 5.1355,5.8349,0,5.2612,6.2049,0,5.4048,6.5581,0,5.5558,6.9027,0 +PL 0.4628,6.3687,0,0.4628,7.9705,0,3.8816,7.9705,0,3.8816,9.0001,0,3.8816,9.0001,0,3.8816,9.0001,0 +PL 7.2646,6.3687,0,7.2646,7.9705,0,4.277,7.9705,0,4.277,7.9705,0,4.277,7.9705,0 + +[5bb6] 家 +L 4.0027,7.9322,4.0027,9.0001 +PL 0.6158,6.3689,0,0.6158,7.9322,0,7.3892,7.9322,0,7.3892,6.3689,0 +L 6.1427,6.3687,1.9008,6.3687 +L 6.9938,5.301,5.7115,3.7375 +L 1.0431,2.6695,4.8082,4.5245 +L 5.0149,3.3223,6.9938,1.0677 +PL 3.1786,0,0.3062,5.0382,2.7515,0.1384,4.017,6.3687,0 +A -5.5804,13.4438,14.3198,295.638,317.426 +A -0.9291,10.7095,6.7691,286.91,318.19 + +[5bb9] 容 +PL 1.6222,0.0152,0,1.5381,1.2624,0,1.4719,2.4926,0,1.4089,3.7143,0,1.0411,3.5505,0,0.687,3.3696,0,0.3403,3.1804,0 +PL 2.0495,0.0152,0,5.864,0.0152,0,5.864,3.1804,0,2.0495,3.1804,0,2.0495,3.1804,0,2.0495,3.1804,0 +PL 6.6867,3.1804,0,5.6885,4.2483,0,4.7047,5.3161,0,3.7271,6.3839,0,3.1531,5.6861,0,2.5997,4.9715,0,2.0495,4.2483,0 +PL 0.9816,5.3161,0,1.4719,5.85,0,1.9588,6.3839,0,2.4452,6.9178,0 +PL 6.2913,5.3161,0,5.0094,6.9178,0,5.0094,6.9178,0,5.0094,6.9178,0 +PL 0.3403,6.9178,0,0.3403,7.9474,0,3.7271,7.9474,0,3.7271,9.0152,0,3.7271,9.0152,0,3.7271,9.0152,0 +PL 7.1179,6.9178,0,7.1179,7.9474,0,4.1544,7.9474,0,4.1544,7.9474,0,4.1544,7.9474,0 + +[5bbf] 宿 +PL 1.5324,0,0,1.4484,1.2473,0,1.3815,2.4775,0,1.3184,3.6993,0,1.1016,3.5356,0,0.8911,3.3546,0,0.6813,3.1653,0 +PL 3.6686,0,0,3.6686,4.7671,0,4.0714,4.8702,0,4.4917,4.9563,0,4.9225,5.0339,0,5.0524,5.4041,0,5.1925,5.7572,0,5.3463,6.1018,0,4.6461,6.2049,0,3.9421,6.2911,0,3.2413,6.3687,0 +PL 4.0647,0,0,6.6285,0,0,6.6285,2.6696,0,4.0647,2.6696,0,4.0647,2.6696,0,4.0647,2.6696,0 +PL 6.6285,3.1653,0,6.6285,4.7671,0,5.3463,4.7671,0,5.3463,4.7671,0,5.3463,4.7671,0 +PL 1.5324,4.2332,0,1.6442,5.1625,0,1.8473,5.9733,0,1.9597,6.9026,0 +PL 5.7736,6.3687,0,6.7896,6.4351,0,7.322,6.8489,0,7.4796,7.9323,0,0.6813,7.9323,0,0.6813,6.9026,0,0.6813,6.9026,0,0.6813,6.9026,0 + +[5bc2] 寂 +PL 1.4119,0,0,2.263,0,0,2.3046,2.5721,0,1.9722,3.8729,0,0.5849,4.2332,0 +PL 3.9718,0,0,4.522,0.7233,0,5.0821,1.4379,0,5.653,2.1357,0,5.0509,3.315,0,4.8303,4.2741,0,4.7949,5.8348,0,6.5041,5.8348,0,6.4869,4.2924,0,6.378,3.462,0,6.0768,2.6314,0 +PL 7.3625,0,0,6.9317,0.5339,0,6.5041,1.0678,0,6.0768,1.6018,0 +PL 0.5849,1.8688,0,0.711,2.315,0,0.841,2.7444,0,0.9811,3.1653,0 +PL 3.9718,1.8688,0,3.8215,2.315,0,3.6744,2.7444,0,3.541,3.1653,0 +PL 2.6899,4.2332,0,2.3922,4.6879,0,2.2805,5.38,0,2.263,6.9026,0 +PL 3.1207,4.2332,0,3.9718,4.2332,0,3.9718,4.2332,0,3.9718,4.2332,0 +PL 2.6899,5.8348,0,3.541,5.8348,0,3.541,5.8348,0,3.541,5.8348,0 +PL 0.5849,6.3687,0,0.5849,7.9323,0,3.9718,7.9323,0,3.9718,9,0,3.9718,9,0,3.9718,9,0 +PL 7.3625,6.3687,0,7.3625,7.9323,0,4.3991,7.9323,0,4.3991,7.9323,0,4.3991,7.9323,0 + +[5bc4] 寄 +PL 5.1041,0,0,6.3548,0,0,6.3548,3.6991,0,0.8595,3.6991,0,0.8595,3.6991,0,0.8595,3.6991,0 +PLC 2.5406,1.6017,0,2.5406,2.6696,0,4.2495,2.6696,0,4.2495,1.0678,0,2.5406,1.0678,0 +PL 6.7852,3.6991,0,7.6363,3.6991,0,7.6363,3.6991,0,7.6363,3.6991,0 +PL 2.3301,4.7668,0,2.817,5.2232,0,3.3112,5.6709,0,3.8225,6.1017,0,3.2408,6.2048,0,2.6734,6.2908,0,2.113,6.3686,0 +PL 5.9275,4.7668,0,5.3566,5.3008,0,4.7962,5.8347,0,4.2495,6.3686,0 +PL 5.1041,6.3686,0,6.3548,6.3686,0,6.3548,6.3686,0,6.3548,6.3686,0 +PL 0.8595,6.9025,0,0.8595,7.9703,0,4.2495,7.9703,0,4.2495,8.9999,0,4.2495,8.9999,0,4.2495,8.9999,0 +PL 7.6363,6.9025,0,7.6363,7.9703,0,4.6736,7.9703,0,4.6736,7.9703,0,4.6736,7.9703,0 + +[5bc6] 密 +PL 1.5945,0,0,1.5945,2.0975,0,1.5945,2.0975,0,1.5945,2.0975,0 +PL 2.0218,0,0,4.1267,0,0,4.1267,2.6314,0,4.1267,2.6314,0,4.1267,2.6314,0 +PL 4.5537,0,0,6.6905,0,0,6.6905,2.0975,0,6.6905,2.0975,0,6.6905,2.0975,0 +PL 0.7399,3.6992,0,1.668,3.719,0,2.165,3.8574,0,2.6627,4.2331,0,2.7258,4.9562,0,2.7955,5.671,0,2.876,6.3687,0 +PL 3.2721,3.9662,0,4.256,4.9465,0,5.2545,5.9098,0,6.2594,6.8645,0 +PL 3.7026,3.6992,0,6.2594,3.6992,0,6.2594,4.7671,0,6.2594,4.7671,0,6.2594,4.7671,0 +PL 1.1707,4.7671,0,1.2964,5.1372,0,1.44,5.4902,0,1.5945,5.8349,0 +PL 7.5133,5.034,0,7.3662,5.3009,0,7.2404,5.5679,0,7.1178,5.8349,0 +PL 4.1267,6.6357,0,3.9723,6.9789,0,3.8322,7.3221,0,3.7026,7.6654,0,2.7012,7.7684,0,1.7171,7.8546,0,0.7399,7.9323,0,0.7399,6.8645,0,0.7399,6.8645,0,0.7399,6.8645,0 +PL 7.5133,6.8645,0,7.5133,7.9323,0,4.1267,7.9323,0,4.1267,9.0001,0,4.1267,9.0001,0,4.1267,9.0001,0 + +[5bcc] 富 +PLC 1.7176,1.0664,0,1.7176,3.1653,0,6.7852,3.1653,0,6.7852,0,0,1.7176,0,0 +PL 4.2495,0.8008,0,3.8852,1.3375,0,3.3322,1.5353,0,2.113,1.5635,0 +PL 4.6736,1.5635,0,4.523,1.9337,0,4.3791,2.2867,0,4.2495,2.6314,0 +PL 5.1041,1.5635,0,6.3548,1.5635,0,6.3548,1.5635,0,6.3548,1.5635,0 +PLC 2.5406,5.137,0,2.5406,5.8348,0,5.9275,5.8348,0,5.9275,4.767,0,2.5406,4.767,0 +PL 0.8595,6.3305,0,0.8595,7.9322,0,4.2495,7.9322,0,4.2495,9,0,4.2495,9,0,4.2495,9,0 +PL 7.6363,6.3305,0,7.6363,7.9322,0,4.6736,7.9322,0,4.6736,7.9322,0,4.6736,7.9322,0 +PL 2.113,6.8644,0,6.3548,6.8644,0,6.3548,6.8644,0,6.3548,6.8644,0 + +[5bd2] 寒 +L 3.6941,7.9322,3.6941,9 +PL 0.3076,6.3688,0,0.3076,7.9322,0,7.0845,7.9322,0,7.0845,6.3688,0 +L 1.1657,6.5339,6.2268,6.5339 +L 1.1657,5.1355,6.2268,5.1355 +L 0.3076,3.7372,7.0845,3.7372 +L 2.7979,1.0392,4.5981,0 +L 2.7979,2.5393,4.5981,1.5 +L 0.5209,1.0678,2.0655,3.7372 +L 6.8674,1.0678,5.3266,3.7372 +L 5.0955,7.9322,5.0955,3.7372 +L 2.2932,7.9322,2.2932,3.7372 + +[5bdb] 寛 +PL 0.8019,0,0,1.7472,0.0382,0,2.406,0.3051,0,3.3342,1.0297,0,3.3342,2.0975,0,2.0835,2.0975,0,2.0835,5.3009,0,2.4866,5.404,0,2.9069,5.4902,0,3.3342,5.5679,0,2.9909,6.1046,0,2.5528,6.3023,0,1.6565,6.3304,0 +PL 5.4703,0,0,5.1691,0.4336,0,5.0574,0.9774,0,5.0395,2.0975,0,3.7615,2.0975,0,3.7615,2.0975,0,3.7615,2.0975,0 +PL 5.8976,0,0,7.5718,0,0,7.5718,1.5636,0,7.5718,1.5636,0,7.5718,1.5636,0 +PL 5.4703,2.0975,0,6.3214,2.0975,0,6.3214,3.1653,0,2.5076,3.1653,0,2.5076,3.1653,0,2.5076,3.1653,0 +PL 6.3214,3.9661,0,5.0395,4.0694,0,3.7681,4.1554,0,2.5076,4.2331,0 +PL 6.3214,5.0339,0,5.4703,5.1371,0,4.6157,5.2232,0,3.7615,5.3009,0 +PL 5.0395,5.7967,0,4.1534,6.452,0,3.5513,6.7429,0,3.3342,7.9322,0,0.8019,7.9322,0,0.8019,6.3304,0,0.8019,6.3304,0,0.8019,6.3304,0 +PL 5.4703,6.3304,0,5.1691,6.7458,0,5.0574,7.1611,0,5.0395,7.9322,0,3.7615,7.9322,0,3.7615,7.9322,0,3.7615,7.9322,0 +PL 5.8976,6.3304,0,6.7176,6.3304,0,6.7176,6.3304,0,6.7176,6.3304,0 +PL 7.5718,6.3304,0,7.5718,7.9322,0,5.4703,7.9322,0,5.4703,7.9322,0,5.4703,7.9322,0 + +[5bdd] 寝 +PL 1.534,0,0,1.4499,0.904,0,1.3795,1.791,0,1.3165,2.6695,0,0.9596,2.3248,0,0.6163,1.9718,0,0.2797,1.6017,0 +PL 2.3847,0,0,3.0855,0.3701,0,3.7892,0.7232,0,4.4897,1.0678,0,4.213,1.524,0,3.9433,1.9718,0,3.6631,2.4025,0,5.7681,2.4025,0,5.4742,1.9718,0,5.194,1.524,0,4.917,1.0678,0,5.8486,0.3163,0,6.402,0.0396,0,7.0538,0,0 +PL 2.3847,2.6695,0,2.3847,3.6991,0,7.0538,3.6991,0,7.0538,2.6695,0,7.0538,2.6695,0,7.0538,2.6695,0 +PL 1.534,3.1653,0,1.534,6.9026,0,1.534,6.9026,0,1.534,6.9026,0 +PL 3.2393,4.767,0,5.7681,4.767,0,5.7681,5.8348,0,3.2393,5.8348,0,3.2393,5.8348,0,3.2393,5.8348,0 +PL 5.7681,6.6355,0,4.917,6.7388,0,4.0729,6.825,0,3.2393,6.9026,0 +PL 0.2797,6.9026,0,0.2797,7.9322,0,3.6631,7.9322,0,3.6631,9,0,3.6631,9,0,3.6631,9,0 +PL 7.0538,6.9026,0,7.0538,7.9322,0,4.0939,7.9322,0,4.0939,7.9322,0,4.0939,7.9322,0 + +[5bdf] 察 +PL 2.8105,0,0,3.6651,0,0,3.6651,2.6314,0,1.1328,2.6314,0,1.1328,2.6314,0,1.1328,2.6314,0 +PL 0.4919,0.5339,0,0.9826,0.8772,0,1.4761,1.2204,0,1.9913,1.5637,0 +PL 6.8383,0.8008,0,6.3483,1.0664,0,5.8615,1.3235,0,5.3746,1.5637,0 +PL 4.0924,2.6314,0,6.2292,2.6314,0,6.2292,2.6314,0,6.2292,2.6314,0 +PL 0.4919,3.6991,0,0.7024,3.9661,0,0.9195,4.2331,0,1.1328,4.5,0,0.9826,4.87,0,0.8351,5.2232,0,0.7024,5.5678,0,1.3048,6.5197,0,1.529,7.1329,0,1.5601,7.9324,0,0.2817,7.9324,0,0.2817,6.8644,0,0.2817,6.8644,0,0.2817,6.8644,0 +PL 6.6562,3.6991,0,4.7897,4.4252,0,3.1222,4.3969,0,1.9913,4.767,0,1.8372,4.6031,0,1.6936,4.4223,0,1.5601,4.2331,0 +PLC 1.7037,5.695,0,1.7037,5.9619,0,1.9913,6.3305,0,2.261,6.2543,0,2.5377,6.1779,0,2.8105,6.1017,0,2.5377,5.8347,0,2.261,5.5678,0,1.9913,5.3008,0 +PL 4.9473,5.3008,0,4.6528,5.8334,0,4.3691,6.3574,0,4.0924,6.8644,0 +PL 5.8019,5.3008,0,5.9312,5.5678,0,6.0748,5.8347,0,6.2292,6.1017,0,5.8019,6.1779,0,5.3746,6.2543,0,4.9473,6.3305,0 +PL 7.0485,6.8644,0,7.0485,7.9324,0,1.9913,7.9324,0,1.9913,7.9324,0,1.9913,7.9324,0 + +[5be1] 寡 +PL 1.2589,0,0,1.9597,0.37,0,2.6637,0.7231,0,3.3639,1.0679,0,3.3639,2.1356,0,2.131,2.1158,0,1.476,1.9774,0,0.8316,1.6017,0 +PL 4.6461,0,0,5.8961,0.5537,0,5.5109,1.5818,0,3.7912,2.1356,0 +PL 7.1784,1.6017,0,5.5879,2.7684,0,4.2608,2.9012,0,2.5093,2.6695,0 +PL 0.8316,3.2033,0,2.0823,3.2033,0,2.0823,6.3686,0,4.2188,6.3686,0,4.2188,7.4364,0,1.655,7.4364,0,1.655,7.4364,0,1.655,7.4364,0 +PL 6.3234,3.2033,0,6.3234,4.2711,0,2.5093,4.2711,0,2.5093,4.2711,0,2.5093,4.2711,0 +PL 6.7511,3.2033,0,7.6057,3.2033,0,7.6057,3.2033,0,7.6057,3.2033,0 +PL 6.3234,5.0339,0,5.045,5.1369,0,3.7701,5.2232,0,2.5093,5.3007,0 +PL 6.3234,6.1017,0,5.7525,6.2048,0,5.1995,6.2909,0,4.6461,6.3686,0 +PL 0.8316,7.4364,0,0.8316,8.5042,0,7.6057,8.5042,0,7.6057,7.4364,0,7.6057,7.4364,0,7.6057,7.4364,0 +PL 4.6461,7.4364,0,6.7511,7.4364,0,6.7511,7.4364,0,6.7511,7.4364,0 + +[5be7] 寧 +PL 2.9689,0.0152,0,4.2505,0.0152,0,4.2505,2.1126,0,0.864,2.1126,0,0.864,2.1126,0,0.864,2.1126,0 +PL 4.6778,2.1126,0,7.6338,2.1126,0,7.6338,2.1126,0,7.6338,2.1126,0 +PLC 1.7151,3.7144,0,1.7151,4.7821,0,6.7827,4.7821,0,6.7827,3.1805,0,1.7151,3.1805,0 +PL 1.7151,5.8118,0,1.8478,6.1819,0,1.9952,6.535,0,2.1455,6.8797,0 +PL 3.82,5.8118,0,3.522,6.2468,0,3.4102,6.8006,0,3.3962,7.9475,0,0.864,7.9475,0,0.864,6.8797,0,0.864,6.8797,0,0.864,6.8797,0 +PL 4.2505,5.8118,0,5.96,5.8118,0,5.96,5.8118,0,5.96,5.8118,0 +PL 5.1016,6.8797,0,4.7727,7.4531,0,4.4396,7.73,0,3.82,7.9475,0 +PL 7.6338,6.8797,0,7.6338,7.9475,0,5.1016,7.9475,0,5.1016,7.9475,0,5.1016,7.9475,0 + +[5be9] 審 +PL 1.6222,0.0382,0,1.5381,1.2854,0,1.4719,2.5155,0,1.4089,3.7373,0,1.0411,3.5735,0,0.687,3.3927,0,0.3403,3.2034,0 +PL 2.0495,0.0382,0,3.7271,0.0382,0,3.4963,1.3249,0,2.8904,1.637,0,2.0495,1.6018,0 +PL 4.1544,0.0382,0,5.864,0.0382,0,5.864,1.6018,0,4.5117,1.6356,0,3.8816,2.0254,0,3.7271,3.2034,0,2.0495,3.2034,0,2.0495,3.2034,0,2.0495,3.2034,0 +PL 5.864,2.1357,0,5.864,3.2034,0,4.1544,3.2034,0,4.1544,3.2034,0,4.1544,3.2034,0 +PL 6.6867,3.2034,0,5.9025,3.9168,0,5.132,4.6131,0,4.3684,5.3009,0,4.1544,4.9577,0,3.9376,4.6144,0,3.7271,4.2712,0 +PL 2.2316,4.2712,0,2.4452,4.5382,0,2.6627,4.8052,0,2.8725,5.0721,0,2.0214,5.1484,0,1.1739,5.2247,0,0.3403,5.3009,0 +PL 3.2963,5.3009,0,3.4333,5.5678,0,3.5734,5.8348,0,3.7271,6.1018,0,3.1531,6.0241,0,2.5997,5.9379,0,2.0495,5.8348,0 +PL 5.0094,5.5678,0,5.1421,5.9379,0,5.2822,6.2911,0,5.4367,6.6356,0,5.0094,6.7388,0,4.5821,6.825,0,4.1544,6.9026,0 +PL 5.4367,5.3009,0,7.1179,5.3009,0,7.1179,5.3009,0,7.1179,5.3009,0 +PL 0.3403,6.9026,0,0.3403,7.9704,0,3.7271,7.9704,0,3.7271,9.0382,0,3.7271,9.0382,0,3.7271,9.0382,0 +PL 7.1179,6.9026,0,7.1179,7.9704,0,4.1544,7.9704,0,4.1544,7.9704,0,4.1544,7.9704,0 + +[5bee] 寮 +PL 6.9629,6.9025,0,6.9629,7.9322,0,3.9683,7.9322,0,3.8286,8.3023,0,3.6951,8.6553,0,3.5725,9,0 +PL 2.7214,0,0,3.5725,0,0,3.5725,2.6314,0,1.8672,2.6314,0,1.7831,3.3545,0,1.7131,4.0692,0,1.6497,4.7669,0,1.1418,4.4223,0,0.648,4.0692,0,0.1577,3.6991,0 +PL 0.7986,0.5339,0,1.1418,0.904,0,1.4991,1.2571,0,1.8672,1.6017,0 +L 6.1052,0.5339,5.2537,1.6017 +PL 3.9683,2.6314,0,5.2537,2.6314,0,5.2537,3.6991,0,2.291,3.6991,0 +PL 6.5325,3.6991,0,5.7724,4.4308,0,5.4397,4.5692,0,5.2537,4.233,0 +PL 2.291,5.0339,0,2.4241,5.4039,0,2.5673,5.7571,0,2.7214,6.1017,0,1.0123,6.1017,0,1.1418,5.8347,0,1.2854,5.5678,0,1.436,5.3009,0 +PL 2.7214,4.7669,0,3.4219,4.8701,0,4.1228,4.9562,0,4.8229,5.0339,0,4.4765,5.8051,0,4.0454,6.2203,0,3.1421,6.6356,0,3.0157,7.9039,0,1.4466,8.0621,0,0.1577,7.9322,0,0.1577,6.9025,0 +PL 5.6775,5.3009,0,5.8071,5.5678,0,5.9546,5.8347,0,6.1052,6.1017,0,5.6775,6.2048,0,5.2537,6.291,0,4.8229,6.3687,0 + +[5bf8] 寸 +PL 4.3991,0,0,5.653,0,0,5.5864,5.4407,0,4.3956,6.9152,0,0.5849,6.8645,0 +PL 3.1207,3.9661,0,2.8233,4.4125,0,2.5396,4.8418,0,2.263,5.2627,0 +PL 6.0768,6.8645,0,5.7756,7.2995,0,5.6705,7.8532,0,5.653,9,0 +PL 6.5041,6.8645,0,7.7863,6.8645,0,7.7863,6.8645,0,7.7863,6.8645,0 + +[5bfa] 寺 +L 6.9957,7.9706,1.9308,7.9706 +PL 6.1408,5.3349,0,6.1408,0.0001,0,4.8908,0.0001,0 +L 0.8595,6,8.0636,6 +L 2.3301,2.6697,3.2863,1.7087 +L 4.4635,9.0001,4.4635,6 +L 1.3635,3.7376,7.5631,3.7376 + +[5bfe] 対 +PL 5.4649,0,0,6.7433,0,0,6.8557,4.048,0,6.3965,5.8927,0,4.1833,6.3306,0 +PL 5.4649,3.1651,0,5.1671,3.5352,0,4.8873,3.8883,0,4.6138,4.233,0 +PL 7.1744,6.3306,0,6.8732,6.7852,0,6.7608,7.4774,0,6.7433,8.9999,0 +PL 0.3726,7.3983,0,2.0783,7.3983,0,2.0783,8.9999,0,2.0783,8.9999,0,2.0783,8.9999,0 +PL 2.5088,7.3983,0,3.7595,7.3983,0,3.7595,7.3983,0,3.7595,7.3983,0 +PL 3.3599,1.8305,0,2.6384,3.8446,0,2.7364,4.8502,0,2.9326,6.3306,0 +PL 0.3726,0.5339,0,1.574,2.4252,0,2.0188,3.3841,0,2.0783,4.233,0,1.6545,4.7656,0,1.2237,5.2894,0,0.7999,5.7966,0 + +[5bff] 寿 +PL 5.3801,0,0,6.1958,0,0,6.1857,1.8716,0,6.0841,2.6921,0,5.8039,3.1653,0,3.583,2.9152,0,2.284,2.2331,0,0.7075,0.5339,0 +PL 4.5217,1.0678,0,4.2243,1.4379,0,3.9441,1.791,0,3.6706,2.1357,0 +PL 0.7075,3.1653,0,2.3855,3.1653,0,2.3855,3.1653,0,2.3855,3.1653,0 +PL 6.6266,3.1653,0,6.3258,3.5806,0,6.2134,3.9959,0,6.1958,4.767,0,3.2398,4.767,0,3.2398,3.6992,0,3.2398,3.6992,0,3.2398,3.6992,0 +PL 7.0543,3.1653,0,7.9054,3.1653,0,7.9054,3.1653,0,7.9054,3.1653,0 +PL 0.7075,4.767,0,2.8125,4.767,0,2.8125,4.767,0,2.8125,4.767,0 +PL 6.6266,4.767,0,7.9054,4.767,0,7.9054,4.767,0,7.9054,4.767,0 +PL 3.6706,5.5678,0,3.3063,6.1314,0,2.7599,6.339,0,1.5656,6.3687,0 +PL 4.0944,6.3687,0,3.8005,6.9012,0,3.5168,7.4252,0,3.2398,7.9323,0,1.1383,7.9323,0,1.1383,7.9323,0,1.1383,7.9323,0 +PL 4.5217,6.3687,0,7.0543,6.3687,0,7.0543,6.3687,0,7.0543,6.3687,0 +PL 4.0944,7.9323,0,3.9441,8.3024,0,3.8005,8.6554,0,3.6706,9,0 +PL 4.5217,7.9323,0,7.4851,7.9323,0,7.4851,7.9323,0,7.4851,7.9323,0 + +[5c01] 封 +PL 0.3726,0,0,2.0783,0,0,2.05,1.692,0,1.7417,2.4774,0,0.7999,2.6695,0 +PL 5.4649,0,0,6.7433,0,0,6.8557,4.0919,0,6.3965,5.9379,0,4.1833,6.3686,0 +PL 2.5088,0.534,0,3.7595,0.534,0,3.7595,0.534,0,3.7595,0.534,0 +PL 2.5088,2.6695,0,2.2076,3.0579,0,2.0958,3.4633,0,2.0783,4.2331,0 +PL 5.0376,3.9661,0,4.8873,4.2331,0,4.7434,4.5001,0,4.6138,4.767,0 +PL 0.3726,5.3008,0,2.0783,5.3008,0,1.9978,6.7358,0,1.63,7.3235,0,0.7999,7.4365,0 +PL 2.5088,5.3008,0,3.7595,5.3008,0,3.7595,5.3008,0,3.7595,5.3008,0 +PL 7.1744,6.3686,0,6.8732,6.822,0,6.7608,7.5043,0,6.7433,9,0 +PL 2.5088,7.4365,0,2.2076,7.8249,0,2.0958,8.2303,0,2.0783,9,0 + +[5c02] 専 +PL 4.49,0,0,5.7439,0,0,5.7295,1.4958,0,5.6178,2.178,0,5.3166,2.6314,0,4.3145,2.5537,0,3.3342,2.4675,0,2.3532,2.3644,0,2.6334,1.9337,0,2.9136,1.4859,0,3.2081,1.0297,0 +PL 0.6793,2.6314,0,1.9332,2.6314,0,1.9332,2.6314,0,1.9332,2.6314,0 +PL 6.1712,2.6314,0,5.8696,3.0467,0,5.7579,3.4619,0,5.7439,4.233,0,1.5021,4.233,0,1.5021,6.3305,0,3.6389,6.3305,0,3.9226,6.9237,0,3.9226,7.3388,0,3.6389,7.9322,0,0.6793,7.9322,0,0.6793,7.9322,0,0.6793,7.9322,0 +PL 6.5981,2.6314,0,7.4527,2.6314,0,7.4527,2.6314,0,7.4527,2.6314,0 +PL 6.381,4.233,0,6.444,4.5763,0,6.5144,4.9196,0,6.5981,5.2627,0,1.9332,5.2627,0,1.9332,5.2627,0,1.9332,5.2627,0 +PL 4.0627,5.7968,0,4.4406,6.1525,0,5.0991,6.1525,0,6.5981,5.7968,0 +PL 4.49,7.9322,0,4.3429,8.3023,0,4.1993,8.6553,0,4.0627,9,0 +PL 4.917,7.9322,0,7.4527,7.9322,0,7.4527,7.9322,0,7.4527,7.9322,0 + +[5c04] 射 +PL 1.7731,0,0,3.0547,0,0,2.9741,0.8771,0,2.9006,1.7543,0,2.841,2.6314,0,1.9062,1.9337,0,0.9812,1.219,0,0.0639,0.4957,0 +PL 5.1565,0,0,6.4419,0,0,6.5536,3.7599,0,6.1894,5.7486,0,4.3054,6.3305,0 +PL 0.0639,2.6314,0,0.9217,2.6314,0,1.2334,6.5791,0,1.4576,8.2302,0,1.7731,9,0 +PL 1.3455,2.6314,0,1.6957,3.0071,0,2.1374,3.1454,0,3.0547,3.1653,0,3.0547,4.767,0,1.3455,4.767,0,1.3455,4.767,0,1.3455,4.767,0 +PL 5.1565,3.9661,0,5.0056,4.233,0,4.8623,4.5001,0,4.7359,4.767,0 +PL 3.0547,5.2627,0,3.0547,6.3305,0,1.3455,6.3305,0,1.3455,6.3305,0,1.3455,6.3305,0 +PL 6.8657,6.3305,0,6.5715,6.7853,0,6.4594,7.4774,0,6.4419,9,0 +PL 3.0547,6.8645,0,3.0547,7.9322,0,1.7731,7.9322,0,1.7731,7.9322,0,1.7731,7.9322,0 + +[5c06] 将 +PL 1.6827,0,0,1.5986,1.2472,0,1.5325,2.4774,0,1.4694,3.6992,0,1.1118,3.3546,0,0.7654,3.0015,0,0.4288,2.6314,0 +PL 5.0661,0,0,6.355,0,0,6.1728,3.4872,0,5.1396,4.3306,0,2.5412,4.233,0 +PL 4.2469,2.3644,0,4.0924,2.6314,0,3.9488,2.8984,0,3.8196,3.1653,0 +PL 1.6827,4.233,0,1.6827,9,0,1.6827,9,0,1.6827,9,0 +PL 6.7756,4.233,0,6.6247,4.5763,0,6.4811,4.9196,0,6.355,5.2627,0 +PL 3.3923,6.0636,0,3.2413,6.3305,0,3.0942,6.5975,0,2.965,6.8645,0 +PL 5.0661,6.0636,0,4.919,6.3305,0,4.7754,6.5975,0,4.6461,6.8645,0 +PL 6.355,6.3305,0,6.6247,6.7006,0,6.9084,7.0537,0,7.2061,7.3983,0 +PL 2.965,7.9322,0,4.905,8.0707,0,6.0993,8.3277,0,7.2061,8.4661,0 + +[5c09] 尉 +PL 1.2835,0,0,2.1416,0,0,2.1416,3.7373,0,0.4324,3.7373,0,0.4919,3.0395,0,0.5619,2.3249,0,0.6425,1.6017,0,0.8562,1.9717,0,1.0698,2.3249,0,1.2835,2.6695,0 +PL 5.5249,0,0,6.376,0,0,6.4881,3.7528,0,6.1277,5.7683,0,4.2465,6.3686,0 +PL 3.4199,1.3347,0,3.2693,1.7909,0,3.1257,2.2387,0,2.9926,2.6695,0 +PL 2.5653,3.7373,0,3.4199,3.7373,0,3.4199,3.7373,0,3.4199,3.7373,0 +PL 5.0976,4.0041,0,4.947,4.2698,0,4.8003,4.5268,0,4.6668,4.7669,0 +PL 0.4324,4.2711,0,0.4324,8.5042,0,3.4199,8.5042,0,3.4199,6.9025,0,0.8562,6.9025,0,0.8562,6.9025,0,0.8562,6.9025,0 +PL 1.2835,5.3007,0,2.9926,5.3007,0,2.9926,5.3007,0,2.9926,5.3007,0 +PL 6.8068,6.3686,0,6.5025,6.8235,0,6.3935,7.5156,0,6.376,9.0382,0 + +[5c0a] 尊 +PL 4.6748,0,0,5.9567,0,0,5.9392,1.12,0,5.8306,1.6639,0,5.5294,2.0974,0,4.5347,2.0198,0,3.547,1.9337,0,2.5733,1.8306,0,2.8468,1.3997,0,3.1197,0.952,0,3.3967,0.4957,0 +PL 0.8645,2.0974,0,2.1428,2.0974,0,2.1428,2.0974,0,2.1428,2.0974,0 +PL 6.384,2.0974,0,6.0831,2.5127,0,5.9742,2.928,0,5.9567,3.6992,0,2.1428,3.6992,0,2.1428,6.8645,0,3.0391,6.8941,0,3.4773,7.1017,0,3.8205,7.6653,0,2.9694,7.7684,0,2.125,7.8546,0,1.2918,7.9322,0 +PL 6.8151,2.0974,0,8.0616,2.0974,0,8.0616,2.0974,0,8.0616,2.0974,0 +PL 6.5976,3.6992,0,6.6607,4.0692,0,6.7311,4.4223,0,6.8151,4.767,0,2.5733,4.767,0,2.5733,4.767,0,2.5733,4.767,0 +PL 3.0006,5.2627,0,3.7014,6.0636,0,4.4054,6.8645,0,5.1056,7.6653,0,4.8082,7.7684,0,4.5245,7.8546,0,4.2478,7.9322,0 +PL 6.8151,5.5297,0,6.2334,5.719,0,5.6593,5.8998,0,5.1056,6.0636,0,5.2355,6.3305,0,5.3791,6.5975,0,5.5294,6.8645,0,5.9567,6.7006,0,6.384,6.5198,0,6.8151,6.3305,0 +PL 5.5294,8.1992,0,5.6593,8.4661,0,5.8064,8.7331,0,5.9567,9,0 +PL 5.9567,7.9322,0,7.6378,7.9322,0,7.6378,7.9322,0,7.6378,7.9322,0 + +[5c0b] 尋 +PL 4.7609,0.0382,0,6.0147,0.0382,0,6.0011,1.1583,0,5.8886,1.702,0,5.5874,2.1357,0,4.4561,2.0579,0,3.3322,1.9718,0,2.2009,1.8687,0,2.4776,1.4379,0,2.7613,0.9902,0,3.0552,0.534,0 +PL 0.5264,2.1357,0,1.7771,2.1357,0,1.7771,2.1357,0,1.7771,2.1357,0 +PL 6.442,2.1357,0,6.1447,2.5509,0,6.0322,2.9662,0,6.0147,3.7373,0,4.7609,3.7373,0,4.7609,4.8052,0,6.8732,4.8052,0,6.7187,4.4604,0,6.5755,4.1074,0,6.442,3.7373,0 +PL 6.8732,2.1357,0,7.7243,2.1357,0,7.7243,2.1357,0,7.7243,2.1357,0 +PL 0.9502,3.2034,0,2.2009,3.2034,0,2.2009,4.8052,0,0.9502,4.8052,0,0.9502,4.8052,0,0.9502,4.8052,0 +PL 2.6314,4.8052,0,3.4825,4.8052,0,3.4825,4.8052,0,3.4825,4.8052,0 +PL 1.7771,6.3687,0,6.442,6.3687,0,6.442,7.4365,0,1.7771,7.4365,0,1.7771,7.4365,0,1.7771,7.4365,0 +PL 6.442,8.2374,0,4.8873,8.3405,0,3.3322,8.4266,0,1.7771,8.5043,0 + +[5c0e] 導 +PL 5.2822,0,0,6.1091,0,0,6.0913,0.7697,0,5.9831,1.1752,0,5.6783,1.5635,0,4.6833,1.4873,0,3.6995,1.411,0,2.7223,1.3347,0,2.8515,1.0678,0,2.9951,0.8008,0,3.1531,0.534,0 +PL 0.6173,1.5635,0,2.2946,1.5635,0,2.2946,1.5635,0,2.2946,1.5635,0 +PL 6.5361,1.5635,0,6.2349,1.9788,0,6.1232,2.3941,0,6.1091,3.1653,0,4.407,3.1709,0,3.1247,3.4138,0,1.8638,4.2331,0,1.4435,3.8885,0,1.0236,3.5354,0,0.6173,3.1653,0 +PL 6.9634,1.5635,0,7.818,1.5635,0,7.818,1.5635,0,7.818,1.5635,0 +PL 6.5361,3.1653,0,7.818,3.1653,0,7.818,3.1653,0,7.818,3.1653,0 +PL 3.5734,4.2331,0,3.5734,7.3984,0,4.8584,7.3984,0,4.8584,8.4662,0,2.7223,8.4662,0,2.7223,8.4662,0,2.7223,8.4662,0 +PL 4.0042,4.2331,0,6.9634,4.2331,0,6.9634,5.3009,0,4.0042,5.3009,0,4.0042,5.3009,0,4.0042,5.3009,0 +PL 1.8638,4.767,0,1.8638,6.3305,0,0.6173,6.3305,0,0.6173,6.3305,0,0.6173,6.3305,0 +PL 6.9634,6.1017,0,5.9655,6.1781,0,4.981,6.2542,0,4.0042,6.3305,0 +PL 6.9634,7.1314,0,6.3928,7.2345,0,5.8321,7.3207,0,5.2822,7.3984,0 +PL 1.4719,8.1991,0,1.3174,8.4662,0,1.1773,8.733,0,1.0446,9,0 +PL 5.2822,8.4662,0,7.818,8.4662,0,7.818,8.4662,0,7.818,8.4662,0 + +[5c0f] 小 +PL 2.1356,0,0,3.3863,0,0,3.3863,8.9999,0 +PL -0.0002,2.6312,0,0.7524,3.9039,0,1.1594,4.9816,0,1.2813,6.3304,0 +PL 6.8033,2.6312,0,6.376,3.8784,0,5.949,5.1087,0,5.5217,6.3304,0 + +[5c11] 少 +PL 2.1041,3.2035,0,3.3853,3.2035,0,3.3853,9,0 +L 1.2803,7.4365,-0.0009,4.7669 +L 5.4909,7.4365,6.7721,5.5678 +A -2.3735,9.572,9.8617,283.923,327.223 + +[5c1a] 尚 +PL 0.4929,0.0001,0,0.4929,6.3687,0,3.8832,6.3687,0,3.8832,9.0001,0,3.8832,9.0001,0,3.8832,9.0001,0 +PL 6.0127,0.0001,0,7.2666,0.0001,0,7.2666,6.3687,0,4.3039,6.3687,0,4.3039,6.3687,0,4.3039,6.3687,0 +PLC 2.5978,2.479,0,2.5978,4.2332,0,5.1616,4.2332,0,5.1616,1.6018,0,2.5978,1.6018,0 +PL 2.2024,7.4366,0,1.9079,7.8067,0,1.6242,8.1597,0,1.3478,8.5044,0 +PL 5.5924,7.4366,0,5.8625,7.8067,0,6.1388,8.1597,0,6.4089,8.5044,0 + +[5c31] 就 +PL 1.0426,0,0,1.8972,0,0,1.8972,4.767,0,0.6153,4.767,0,0.6153,6.3305,0,3.1476,6.3305,0,3.1476,4.767,0,2.2965,4.767,0,2.2965,4.767,0,2.2965,4.767,0 +PL 3.1476,0,0,4.1875,2.0395,0,4.9724,4.0875,0,5.2802,6.3305,0,4.9514,6.7063,0,4.6183,6.8446,0,4.0022,6.8645,0 +PL 5.711,0,0,5.711,4.767,0,5.711,4.767,0,5.711,4.767,0 +PL 6.1348,0,0,7.3887,0,0,7.3887,1.5636,0,7.3887,1.5636,0,7.3887,1.5636,0 +PL 0.1915,1.8306,0,0.3208,2.2867,0,0.4609,2.7345,0,0.6153,3.1653,0 +PL 3.1476,1.8306,0,2.9966,2.2867,0,2.8495,2.7345,0,2.7164,3.1653,0 +PL 5.711,6.8645,0,5.4098,7.2995,0,5.2981,7.8532,0,5.2802,9,0 +PL 6.1348,6.8645,0,7.3887,6.8645,0,7.3887,6.8645,0,7.3887,6.8645,0 +PL 0.1915,7.9322,0,1.8972,7.9322,0,1.8972,9,0,1.8972,9,0,1.8972,9,0 +PL 2.2965,7.9322,0,3.5749,7.9322,0,3.5749,7.9322,0,3.5749,7.9322,0 + +[5c3a] 尺 +PL 0.3093,0.2669,0,1.1954,2.9944,0,1.4055,5.7133,0,1.3775,8.4661,0,6.4736,8.4661,0,6.4736,5.2627,0,3.9417,5.2627,0,3.9417,3.6992,0,4.915,2.4774,0,5.903,1.2472,0,6.8977,0,0 +PL 1.8052,5.2627,0,3.5105,5.2627,0,3.5105,5.2627,0,3.5105,5.2627,0 + +[5c3c] 尼 +PL 0.7399,0.2822,0,1.4365,3.0519,0,1.612,5.6353,0,1.5945,8.4814,0,7.1178,8.4814,0,7.1178,6.3457,0,2.0218,6.3457,0,2.0218,6.3457,0,2.0218,6.3457,0 +PL 4.1267,0.0152,0,3.8287,0.542,0,3.717,1.9164,0,3.7026,5.3161,0 +PL 4.5537,0.0152,0,7.5133,0.0152,0,7.5133,1.5788,0,7.5133,1.5788,0,7.5133,1.5788,0 +PL 4.1267,3.1805,0,5.1109,3.5505,0,6.1123,3.9036,0,7.1178,4.2483,0 + +[5c3d] 尽 +PL 4.7932,0.0382,0,4.0749,0.5707,0,3.3639,1.0947,0,2.6637,1.6018,0 +PL 0.5588,0.8009,0,1.2204,3.4507,0,1.4134,5.8292,0,1.4099,8.5043,0,6.4744,8.5043,0,6.4744,6.3687,0,5.2237,6.3687,0,5.6054,4.9521,0,6.2569,3.5777,0,7.7559,1.0678,0 +PL 3.9421,3.4704,0,3.6441,3.9266,0,3.3639,4.3743,0,3.0837,4.8052,0 +PL 1.8372,6.3687,0,4.7932,6.3687,0,4.7932,6.3687,0,4.7932,6.3687,0 + +[5c3e] 尾 +PL 5.1056,0,0,4.8009,0.4152,0,4.6926,0.8305,0,4.6748,1.6017,0,2.1428,1.6017,0,2.1428,1.6017,0,2.1428,1.6017,0 +PL 5.5294,0,0,8.0616,0,0,8.0616,1.0677,0,8.0616,1.0677,0,8.0616,1.0677,0 +PL 0.8645,0.5339,0,1.67,2.8955,0,1.7888,5.9265,0,1.7156,8.4661,0,7.2389,8.4661,0,7.2389,6.8645,0,2.1428,6.8645,0,2.1428,6.8645,0,2.1428,6.8645,0 +PL 4.6748,2.0974,0,4.6748,3.1652,0,3.0006,3.1652,0,3.0006,3.1652,0,3.0006,3.1652,0 +PL 5.1056,2.0974,0,7.6378,2.0974,0,7.6378,2.0974,0,7.6378,2.0974,0 +PL 4.6748,3.6991,0,4.6748,4.7669,0,2.5733,4.7669,0,2.5733,4.7669,0,2.5733,4.7669,0 +PL 5.1056,3.6991,0,6.8151,3.6991,0,6.8151,3.6991,0,6.8151,3.6991,0 +PL 5.1056,5.3008,0,6.8151,5.3008,0,6.8151,5.3008,0,6.8151,5.3008,0 + +[5c3f] 尿 +PL 0.8019,0.2822,0,1.4986,3.0519,0,1.674,5.6353,0,1.6565,8.4814,0,7.148,8.4814,0,7.148,5.8118,0,5.0395,5.8118,0,5.1061,5.124,0,5.173,4.4276,0,5.257,3.7144,0,5.5334,3.5505,0,5.8136,3.3698,0,6.1113,3.1805,0,6.5981,3.7144,0,7.085,4.2483,0,7.5718,4.7821,0 +PL 4.1884,0.0152,0,5.0395,0.0152,0,5.0395,3.1805,0,5.0395,3.1805,0,5.0395,3.1805,0 +PL 2.0835,0.511,0,3.2603,2.0534,0,3.6984,2.8838,0,3.7615,3.7144,0,2.5076,3.7144,0,2.5076,3.7144,0,2.5076,3.7144,0 +PL 7.5718,0.511,0,7.0044,1.2341,0,6.444,1.9489,0,5.8976,2.6466,0 +PL 2.0835,5.8118,0,4.6157,5.8118,0,4.6157,5.8118,0,4.6157,5.8118,0 + +[5c40] 局 +PL 5.7419,0,0,7.2056,0.9674,0,7.5001,3.1131,0,7.4157,5.3009,0,1.9274,5.3009,0,1.8048,3.5735,0,1.402,2.2106,0,0.649,0.5338,0 +PLC 3.1812,2.6695,0,3.1812,3.7372,0,5.7419,3.7372,0,5.7419,2.1356,0,3.1812,2.1356,0 +PL 1.9274,5.8348,0,1.9274,8.5043,0,6.9958,8.5043,0,6.9958,6.9027,0,2.3585,6.9027,0,2.3585,6.9027,0,2.3585,6.9027,0 + +[5c45] 居 +PL 0.094,0.267,0,0.7941,3.0368,0,0.9661,5.6202,0,0.9482,8.4661,0,6.4404,8.4661,0,6.4404,6.8644,0,4.3354,6.8644,0,4.5176,5.185,0,5.2632,4.743,0,6.8674,4.767,0 +PL 2.1989,0,0,2.1989,2.6314,0,4.3354,2.6314,0,4.0444,4.4731,0,3.1828,4.8574,0,1.7751,4.767,0 +PL 2.6294,0,0,6.4404,0,0,6.4404,2.6314,0,4.7624,2.6314,0,4.7624,2.6314,0,4.7624,2.6314,0 +PL 1.3794,6.8644,0,3.9043,6.8644,0,3.9043,6.8644,0,3.9043,6.8644,0 + +[5c48] 屈 +PL 0.5588,0.2669,0,1.2379,3.0367,0,1.4165,5.6201,0,1.4099,8.4661,0,6.8982,8.4661,0,6.8982,6.9025,0,1.8372,6.9025,0,1.8372,6.9025,0,1.8372,6.9025,0 +PL 2.2326,0,0,2.2326,2.1356,0,2.2326,2.1356,0,2.2326,2.1356,0 +PL 2.6637,0,0,4.7932,0,0,4.7512,2.637,0,4.2325,3.5791,0,2.6637,3.6991,0,2.6637,5.3008,0,2.6637,5.3008,0,2.6637,5.3008,0 +PL 5.2237,0,0,7.3287,0,0,7.3287,2.1356,0,7.3287,2.1356,0,7.3287,2.1356,0 +PL 5.2237,3.6991,0,4.919,4.1342,0,4.8107,4.6879,0,4.7932,5.8347,0 +PL 5.651,3.6991,0,6.8982,3.6991,0,6.8982,5.3008,0,6.8982,5.3008,0,6.8982,5.3008,0 + +[5c4a] 届 +PL 0.2797,0.267,0,0.9697,3.0454,0,1.1277,5.6371,0,1.1032,8.4662,0,7.0538,8.4662,0,7.0538,6.3687,0,1.534,6.3687,0,1.534,6.3687,0,1.534,6.3687,0 +PL 2.3847,0,0,2.3847,4.2331,0,4.0939,4.2331,0,4.213,4.6033,0,4.3464,4.9562,0,4.4897,5.3009,0 +PL 2.812,0,0,4.4897,0,0,4.406,0.6371,0,4.3356,1.2571,0,4.276,1.8687,0,3.7892,1.945,0,3.2988,2.0212,0,2.812,2.0975,0 +PL 4.917,0,0,7.0538,0,0,7.0538,2.0975,0,4.6123,2.6512,0,4.7138,3.6794,0,7.0538,4.2331,0,7.0538,2.6314,0,7.0538,2.6314,0,7.0538,2.6314,0 + +[5c4b] 屋 +L 4.7624,0,7.2947,0 +L 5.1932,1.6018,6.4404,1.6018 +PL 4.7624,1.6018,0,4.465,2.0158,0,4.3526,2.421,0,4.3354,3.1653,0,1.7751,3.1653,0 +PL 1.3794,0,0,4.3354,0,0,3.9953,1.4492,0,3.1758,1.7035,0,2.1989,1.6018,0 +PL 3.0532,3.6993,0,3.3579,4.1144,0,3.4665,4.5297,0,3.4843,5.3009,0,1.3794,5.3009,0 +PL 4.7624,3.6993,0,5.1655,3.8024,0,5.5855,3.8885,0,6.0166,3.9662,0,5.8625,4.3363,0,5.7186,4.6893,0,5.5855,5.0339,0,5.0181,5.1371,0,4.458,5.2232,0,3.9043,5.3009,0 +L 6.0166,5.3009,6.8674,5.3009 +PL 0.094,0.2671,0,0.7801,3.0369,0,0.9587,5.6202,0,0.9482,8.4663,0,6.4404,8.4663,0,6.4404,6.9026,0,1.3794,6.9026,0 + +[5c55] 展 +PL 0.1915,0.267,0,0.9656,2.969,0,1.0948,5.6117,0,1.0426,8.4662,0,6.531,8.4662,0,6.531,6.8645,0,5.2802,6.8645,0,5.3433,5.8999,0,5.6799,5.4266,0,6.531,5.3009,0 +PL 1.4699,0,0,2.6187,0.6285,0,2.811,2.0791,0,2.7164,3.6992,0,1.4699,3.6992,0,1.4699,3.6992,0,1.4699,3.6992,0 +PL 6.9614,0,0,6.1072,0.8772,0,5.2592,1.7542,0,4.426,2.6314,0,4.426,3.6992,0,3.1476,3.6992,0,3.004,4.8941,0,2.5869,5.2755,0,1.8972,5.3009,0 +PL 3.3609,0.534,0,3.7041,0.7232,0,4.0617,0.904,0,4.426,1.0678,0 +PL 5.0704,3.6992,0,4.8288,5.2148,0,3.7707,5.4507,0,3.1476,6.8645,0,1.4699,6.8645,0,1.4699,6.8645,0,1.4699,6.8645,0 +PL 5.711,3.6992,0,7.3887,3.6992,0,7.3887,3.6992,0,7.3887,3.6992,0 +PL 3.5749,6.8645,0,4.8564,6.8645,0,4.8564,6.8645,0,4.8564,6.8645,0 + +[5c5e] 属 +PL 0.4023,0.267,0,1.0993,3.0367,0,1.2744,5.62,0,1.2569,8.4662,0,7.1726,8.4662,0,7.1726,7.3984,0,1.6807,7.3984,0,1.6807,7.3984,0,1.6807,7.3984,0 +PL 2.0768,0,0,2.0768,2.6314,0,3.6,2.6511,0,4.2624,2.7895,0,4.6441,3.1653,0,4.276,3.541,0,3.7261,3.6793,0,2.5073,3.6992,0,2.5073,4.767,0,4.2165,4.767,0,4.3429,5.0339,0,4.4932,5.3009,0,4.6441,5.5679,0,3.9226,5.6709,0,3.2116,5.7571,0,2.5073,5.8348,0 +PL 6.318,0,0,7.1726,0,0,7.1726,2.6314,0,5.898,2.6314,0,5.2287,1.2938,0,4.1709,1.0071,0,2.9346,1.0678,0 +PL 4.6441,1.8306,0,4.9205,2.0974,0,5.2007,2.3643,0,5.4952,2.6314,0 +PLC 4.8543,4.6202,0,5.7856,4.8121,0,6.7491,4.767,0,6.7491,3.6992,0,5.0714,3.6992,0 +PL 5.0714,5.8348,0,5.4007,6.1837,0,5.726,6.3122,0,6.318,6.3305,0 + +[5c64] 層 +PLC 3.3357,0.8771,0,3.3357,2.6314,0,6.7222,2.6314,0,6.7222,0,0,3.3357,0,0 +PL 0.768,0.7627,0,1.5494,3.3361,0,1.6822,5.7657,0,1.6261,8.4661,0,7.5733,8.4661,0,7.5733,7.3983,0,7.1495,7.3207,0,6.7222,7.2345,0,6.2918,7.1314,0,6.1408,6.7867,0,5.9937,6.4337,0,5.8645,6.0636,0,6.2918,5.986,0,6.7222,5.8998,0,7.1495,5.7968,0,7.1495,3.6992,0,2.9084,3.6992,0,2.9084,5.7968,0,3.3357,5.8998,0,3.7595,5.986,0,4.1868,6.0636,0,4.0358,6.4337,0,3.8922,6.7867,0,3.7595,7.1314,0,3.1812,7.2345,0,2.6103,7.3207,0,2.0499,7.3983,0 +PL 3.7595,1.5636,0,6.2918,1.5636,0,6.2918,1.5636,0,6.2918,1.5636,0 +PL 5.0134,4.233,0,4.6628,4.6089,0,4.2288,4.7471,0,3.3357,4.767,0 +PL 5.4407,4.767,0,5.1426,5.1102,0,4.8589,5.4533,0,4.5822,5.7968,0 +PL 5.8645,4.767,0,6.7222,4.767,0,6.7222,4.767,0,6.7222,4.767,0 +PL 4.1868,7.3983,0,5.8645,7.3983,0,5.8645,7.3983,0,5.8645,7.3983,0 + +[5c65] 履 +PL 7.2429,5.0339,0,6.5144,5.137,0,5.8069,5.2232,0,5.1026,5.3009,0 +PL 2.1433,5.3009,0,2.5703,5.9111,0,2.9976,6.5212,0,3.4284,7.1314,0,2.9976,7.2345,0,2.5703,7.3206,0,2.1433,7.3984,0 +PL 0.865,0.267,0,1.5616,3.0367,0,1.7301,5.6201,0,1.716,8.4662,0,7.6632,8.4662,0,7.6632,7.3984,0,4.6788,7.3984,0,4.6788,6.3306,0,7.6632,6.3306,0,7.6632,6.3306,0,7.6632,6.3306,0 +PL 2.9976,0,0,2.9135,1.2472,0,2.8473,2.4774,0,2.7878,3.6992,0,2.5703,3.5353,0,2.357,3.3545,0,2.1433,3.1653,0 +PL 3.8522,0,0,4.7492,0.0297,0,5.1831,0.2373,0,5.5334,0.8008,0,5.236,1.2472,0,4.9558,1.6765,0,4.6788,2.0975,0,4.4024,1.7528,0,4.1289,1.3997,0,3.8522,1.0296,0 +PL 6.8121,0,0,6.5144,0.1893,0,6.2339,0.3701,0,5.9537,0.5339,0 +PL 7.2429,0,0,8.094,0,0,8.094,0,0,8.094,0,0 +PL 6.3845,1.0296,0,6.5144,1.2966,0,6.6612,1.5636,0,6.8121,1.8305,0,5.2745,2.5876,0,4.7208,3.87,0,4.462,5.5678,0,3.7159,5.1624,0,3.3342,4.8164,0,2.9976,4.2331,0 +PL 5.5334,3.1653,0,7.2429,3.1653,0,7.2429,4.2331,0,5.1026,4.2331,0,5.1026,4.2331,0,5.1026,4.2331,0 + +[5c6f] 屯 +PL 4.4596,0.0152,0,3.6754,1.8359,0,3.5318,2.8598,0,1.5001,3.1805,0,1.5001,6.3457,0,1.5001,6.3457,0,1.5001,6.3457,0 +PL 4.8908,0.0152,0,7.4157,0.0152,0,7.4157,1.5788,0,7.4157,1.5788,0,7.4157,1.5788,0 +PL 4.4596,3.1805,0,4.1623,3.6932,0,4.0498,4.7907,0,4.0323,7.4135,0,0.649,7.4135,0,0.649,7.4135,0,0.649,7.4135,0 +PL 4.8908,3.1805,0,6.5646,3.1805,0,6.5646,6.3457,0,6.5646,6.3457,0,6.5646,6.3457,0 +PL 4.0323,7.9475,0,4.0323,9.0152,0,4.0323,9.0152,0,4.0323,9.0152,0 +PL 4.4596,7.9475,0,5.6925,7.9673,0,6.3513,8.1056,0,6.9958,8.4814,0 + +[5c71] 山 +L 2.9595,8.9999,2.9595,0 +PL 0,7.3982,0,0,0,0,5.9187,0,0,5.9187,7.3982,0 + +[5c90] 岐 +PL 3.2978,0.0001,0,4.0022,0.7133,0,4.7023,1.4097,0,5.4063,2.0975,0,4.503,3.6399,0,4.1735,4.4704,0,4.1248,5.3009,0,5.4063,5.3009,0,5.2662,6.9125,0,4.7584,7.3885,0,3.7286,7.3983,0 +PL 7.5432,0.0001,0,6.9614,0.5338,0,6.394,1.0678,0,5.8336,1.6017,0 +PL 0.3141,1.6017,0,0.3141,6.9026,0,0.3141,6.9026,0,0.3141,6.9026,0 +PL 0.734,1.6017,0,1.5925,1.6017,0,1.5925,9,0,1.5925,9,0,1.5925,9,0 +PL 2.0198,1.6017,0,2.874,1.6017,0,2.874,6.9026,0,2.874,6.9026,0,2.874,6.9026,0 +PL 5.8336,2.6314,0,6.2574,3.4323,0,6.6847,4.2332,0,7.1124,5.0339,0,6.6847,5.137,0,6.2574,5.2232,0,5.8336,5.3009,0 +PL 5.8336,7.3983,0,5.5324,7.8136,0,5.4207,8.2288,0,5.4063,9,0 +PL 6.2574,7.3983,0,7.5432,7.3983,0,7.5432,7.3983,0,7.5432,7.3983,0 + +[5ca9] 岩 +PLC 5.9195,3.1652,0,1.7096,3.1652,0,1.7096,0,0,5.9195,0,0 +PL 0.855,8.4662,0,0.855,6.9027,0,5.9195,6.9027,0,5.9195,8.4662,0 +L 3.388,9.0001,3.388,6.9027 +L 0.0004,5.3009,6.7741,5.3009 +A -2.4513,5.9964,5.0322,299.158,352.056 + +[5cac] 岬 +PL 5.96,0,0,5.9317,2.1187,0,5.5187,3.017,0,4.2505,3.2035,0,4.2505,8.5043,0,7.6338,8.5043,0,7.6338,3.2035,0,5.9947,3.8856,0,5.8091,5.1526,0,4.6778,5.8349,0 +PL 0.864,2.6696,0,0.864,7.4365,0,0.864,7.4365,0,0.864,7.4365,0 +PL 1.5046,2.6696,0,1.5641,4.8037,0,1.631,6.9295,0,1.7151,9.0382,0 +PL 2.1455,2.6696,0,2.9689,2.6696,0,2.9689,7.4365,0,2.9689,7.4365,0,2.9689,7.4365,0 +PL 6.3523,5.8349,0,6.0753,6.2697,0,5.9737,6.8235,0,5.96,7.9704,0 + +[5cb3] 岳 +PL 1.3139,0,0,1.3139,2.0975,0,1.3139,2.0975,0,1.3139,2.0975,0 +PL 1.7447,0,0,3.8816,0,0,3.8816,3.6991,0,0.4628,3.6991,0,0.4628,3.6991,0,0.4628,3.6991,0 +PL 4.277,0,0,6.4135,0,0,6.4135,2.0975,0,6.4135,2.0975,0,6.4135,2.0975,0 +PL 4.277,3.6991,0,5.1355,3.6991,0,5.1355,6.3304,0,1.7447,6.3304,0,1.7447,4.2331,0,1.7447,4.2331,0,1.7447,4.2331,0 +PL 5.5558,3.6991,0,7.2646,3.6991,0,7.2646,3.6991,0,7.2646,3.6991,0 +PL 5.5558,6.3304,0,6.8408,6.3304,0,6.8408,6.3304,0,6.8408,6.3304,0 +PL 1.7447,6.8645,0,1.7447,7.9322,0,3.4123,8.0708,0,4.6031,8.3277,0,5.9866,8.4662,0 + +[5cb8] 岸 +PL 2.2009,7.3983,0,4.3409,7.3983,0,4.3409,8.9999,0,4.3409,8.9999,0,4.3409,8.9999,0 +PL 1.7771,7.3983,0,1.7771,8.4661,0,1.7771,8.4661,0,1.7771,8.4661,0 +PL 0.5264,0,0,1.2517,1.9179,0,1.395,3.726,0,1.3463,5.7966,0,7.7243,5.7966,0,7.7243,5.7966,0,7.7243,5.7966,0 +PL 5.1636,4.233,0,6.8732,4.233,0,6.8732,4.233,0,6.8732,4.233,0 +PL 5.1636,2.0975,0,4.8834,2.5324,0,4.7784,3.0861,0,4.7609,4.233,0,2.6314,4.233,0,2.6314,4.233,0,2.6314,4.233,0 +PL 5.5874,2.0975,0,7.297,2.0975,0,7.297,2.0975,0,7.297,2.0975,0 +PL 4.7609,0,0,4.446,1.8658,0,3.5564,2.2146,0,2.2009,2.0975,0 +PL 4.7609,7.3983,0,6.8732,7.3983,0,6.8732,8.4661,0,6.8732,8.4661,0,6.8732,8.4661,0 + +[5ce0] 峠 +PL 5.6213,0.0152,0,5.6213,4.2483,0,3.5128,4.2483,0,3.5128,2.1126,0,0.9522,2.1126,0,0.9522,6.8797,0,0.9522,6.8797,0,0.9522,6.8797,0 +PL 7.3302,1.5788,0,6.8997,1.9489,0,6.4724,2.302,0,6.0451,2.6466,0 +PL 2.2344,2.6466,0,2.2344,9.0152,0,2.2344,9.0152,0,2.2344,9.0152,0 +PL 6.0451,4.2483,0,7.7263,4.2483,0,7.7263,4.2483,0,7.7263,4.2483,0 +PL 3.5128,4.7821,0,3.5128,6.8797,0,3.5128,6.8797,0,3.5128,6.8797,0 +PL 3.9156,5.8118,0,5.6213,5.8118,0,5.6213,9.0152,0,5.6213,9.0152,0,5.6213,9.0152,0 +PL 6.0451,5.8118,0,7.7263,5.8118,0,7.7263,5.8118,0,7.7263,5.8118,0 +PL 6.0451,7.9475,0,7.3302,7.9475,0,7.3302,7.9475,0,7.3302,7.9475,0 + +[5ce1] 峡 +PL 3.0867,0,0,3.7875,1.2471,0,4.488,2.4774,0,5.1882,3.6991,0,4.8103,4.0748,0,4.155,4.2133,0,2.6594,4.2329,0,2.6594,2.1356,0,0.1271,2.1356,0,0.1271,6.9025,0,0.1271,6.9025,0,0.1271,6.9025,0 +PL 7.3247,0,0,6.7468,1.0678,0,6.1762,2.1356,0,5.6193,3.2033,0 +PL 1.3775,2.6695,0,1.3775,9,0,1.3775,9,0,1.3775,9,0 +PL 5.6193,4.2329,0,5.0376,5.8094,0,4.8835,6.9788,0,3.5105,7.4364,0 +PL 6.0428,4.2329,0,7.3247,4.2329,0,7.3247,4.2329,0,7.3247,4.2329,0 +PL 2.6594,4.767,0,2.6594,6.9025,0,2.6594,6.9025,0,2.6594,6.9025,0 +PL 3.9417,5.5678,0,3.7875,5.8347,0,3.6436,6.1017,0,3.5105,6.3686,0 +PL 6.4736,5.3008,0,6.6035,5.6709,0,6.7468,6.0239,0,6.8977,6.3686,0 +PL 5.6193,7.4364,0,5.3143,7.8502,0,5.2022,8.2556,0,5.1882,9,0 +PL 6.0428,7.4364,0,6.8977,7.4364,0,6.8977,7.4364,0,6.8977,7.4364,0 + +[5cf0] 峰 +PL 5.9537,0,0,4.9204,1.7571,0,2.7524,2.1837,0,0.865,2.1356,0,0.865,7.4365,0,0.865,7.4365,0,0.865,7.4365,0 +PL 6.3845,1.6017,0,5.7505,2.3531,0,5.3092,2.63,0,4.6788,2.6695,0 +PL 6.8121,1.6017,0,8.094,1.6017,0,8.094,1.6017,0,8.094,1.6017,0 +PL 2.1433,2.6695,0,2.1433,9.0001,0,2.1433,9.0001,0,2.1433,9.0001,0 +PL 3.4284,2.6695,0,3.4284,6.9026,0,4.469,7.3022,0,5.043,7.8884,0,5.5334,9.0001,0 +PL 6.3845,2.6695,0,5.7505,3.3941,0,5.3092,3.661,0,4.6788,3.6992,0 +PL 6.3845,3.6992,0,6.2339,4.0692,0,6.0871,4.4224,0,5.9537,4.767,0 +PL 4.0662,4.767,0,4.6823,5.3008,0,5.3201,5.8348,0,5.9537,6.3686,0,5.8069,6.558,0,5.6633,6.7387,0,5.5334,6.9026,0 +PL 7.6632,4.767,0,7.2429,5.2232,0,6.8121,5.671,0,6.3845,6.1017,0,6.6612,6.6356,0,6.9449,7.1695,0,7.2429,7.7034,0,6.8121,7.7798,0,6.3845,7.856,0,5.9537,7.9322,0 + +[5cf6] 島 +PL 1.3463,0.5341,0,2.6314,0.5341,0,2.6314,0.5341,0,2.6314,0.5341,0 +PL 6.0147,0,0,7.0938,0.3701,0,7.339,1.3335,0,7.297,2.6696,0,3.0552,2.6696,0,3.0552,0.5341,0,5.1636,0.5341,0,5.1636,1.6018,0,5.1636,1.6018,0,5.1636,1.6018,0 +PL 0.9502,0.5341,0,0.9502,1.6018,0,0.9502,1.6018,0,0.9502,1.6018,0 +PL 1.7771,2.6696,0,1.7771,7.9323,0,2.9925,8.1499,0,3.5455,8.4267,0,3.9098,9.0002,0 +PL 6.442,7.7036,0,5.5909,7.7799,0,4.7433,7.856,0,3.9098,7.9323,0 +PL 2.2009,5.8348,0,6.442,5.8348,0,6.442,6.9026,0,2.2009,6.9026,0 +PL 2.2009,4.2332,0,7.297,4.2332,0,7.297,4.2332,0,7.297,4.2332,0 + +[5d07] 崇 +PL 3.3977,0.0382,0,4.2208,0.0382,0,4.2208,2.6695,0,1.2574,2.6695,0,1.2574,2.6695,0,1.2574,2.6695,0 +PL 1.0476,0.534,0,1.5376,0.9039,0,2.0314,1.2572,0,2.5396,1.6018,0 +PL 7.208,0.534,0,6.7807,0.9039,0,6.3538,1.2572,0,5.9297,1.6018,0 +PL 4.6446,2.6695,0,7.208,2.6695,0,7.208,2.6695,0,7.208,2.6695,0 +PL 0.8301,4.2712,0,0.8301,5.8348,0,7.6353,5.8348,0,7.6353,4.2712,0,7.6353,4.2712,0,7.6353,4.2712,0 +PL 2.1158,4.2712,0,6.3538,4.2712,0,6.3538,4.2712,0,6.3538,4.2712,0 +PL 1.6885,7.4365,0,1.6885,8.5043,0,1.6885,8.5043,0,1.6885,8.5043,0 +PL 2.1158,7.4365,0,4.2208,7.4365,0,4.2208,9.0382,0,4.2208,9.0382,0,4.2208,9.0382,0 +PL 4.6446,7.4365,0,6.7807,7.4365,0,6.7807,8.5043,0,6.7807,8.5043,0,6.7807,8.5043,0 + +[5d0e] 崎 +PL 6.2594,0.0381,0,7.1178,0.0381,0,7.1178,5.339,0,3.2721,5.339,0,3.2721,1.6017,0,0.7399,1.6017,0,0.7399,6.9025,0,0.7399,6.9025,0,0.7399,6.9025,0 +PLC 4.5537,2.3248,0,4.5537,3.7372,0,5.8356,3.7372,0,5.8356,1.6017,0,4.5537,1.6017,0 +PL 2.0218,2.1356,0,2.0218,9.0381,0,2.0218,9.0381,0,2.0218,9.0381,0 +PL 3.2721,5.8729,0,3.2721,6.9025,0,3.2721,6.9025,0,3.2721,6.9025,0 +PL 4.3365,6.3687,0,4.6833,6.8249,0,5.044,7.2725,0,5.4083,7.7034,0,4.981,7.8064,0,4.5537,7.8926,0,4.1267,7.9703,0 +PL 7.1178,6.3687,0,6.354,7.5352,0,6.0251,8.2274,0,5.8356,9.0381,0 +PL 6.6905,7.9703,0,7.5133,7.9703,0,7.5133,7.9703,0,7.5133,7.9703,0 + +[5d29] 崩 +PL 0.0034,0.267,0,0.3043,1.0071,0,0.4128,2.4505,0,0.4304,5.8349,0,2.5353,5.8349,0,2.5353,0,0,1.6846,0,0 +PL 3.3938,0,0,4.1254,1.9873,0,4.2795,3.7712,0,4.2449,5.8349,0,6.3498,5.8349,0,6.3498,0,0,5.4988,0,0 +L 0.8615,2.6696,2.1084,2.6696 +L 4.6718,2.6696,5.9187,2.6696 +L 0.8615,4.2712,2.1084,4.2712 +L 4.6718,4.2712,5.9187,4.2712 +L 0.8615,7.4365,0.8615,8.5043 +PL 1.2534,7.4365,0,3.3938,7.4365,0,3.3938,9.0382,0 +PL 3.8176,7.4365,0,5.9187,7.4365,0,5.9187,8.5043,0 + +[5d50] 嵐 +PL 0.2165,0,0,0.9552,1.9873,0,1.1093,3.7712,0,1.0708,5.8348,0,6.1672,5.8348,0,6.1672,1.0679,0,6.3805,0.904,0,6.5945,0.7231,0,6.8078,0.5339,0,6.8712,0.904,0,6.9377,1.2571,0,7.0215,1.6017,0 +PL 1.9219,0,0,3.6031,0,0,3.5891,1.1469,0,3.4875,1.7006,0,3.2111,2.1356,0,2.3527,2.1356,0,2.3527,3.2034,0,3.0886,3.4096,0,3.4143,3.6074,0,3.6031,3.9662,0,3.1758,4.0693,0,2.7628,4.1554,0,2.3527,4.233,0 +PL 5.7434,0,0,5.3932,0.3758,0,4.9484,0.5141,0,4.0339,0.5339,0 +PLC 3.6871,2.9548,0,4.1778,3.1977,0,4.885,3.2034,0,4.885,2.1356,0,4.0339,2.1356,0 +L 4.0339,4.767,4.885,4.767 +L 1.0708,7.4365,1.0708,8.4661 +PL 1.5016,7.4365,0,3.6031,7.4365,0,3.6031,9,0 +PL 4.0339,7.4365,0,6.1672,7.4365,0,6.1672,8.4661,0 + +[5ddd] 川 +PL -0.0002,0,0,0.8587,2.6977,0.0306,0.8543,8.9999,0 +L 6.8034,0,6.8034,8.9999 +L 3.8137,1.0678,3.8137,8.4662 + +[5dde] 州 +PL 0.864,0,0,2.2751,2.952,0,2.5938,5.565,0,2.5416,8.9999,0 +L 7.6338,0,7.6338,8.9999 +L 5.1016,0.5339,5.1016,8.9999 +PL 0.864,3.966,0,1.1613,4.5876,0,1.2734,5.2007,0,1.2878,6.3306,0 +PL 4.2505,3.6991,0,3.9528,4.5763,0,3.6729,5.4533,0,3.3962,6.3306,0 +L 6.7827,3.6991,5.96,6.3306 + +[5de1] 巡 +PL 0.4619,0.0001,0,0.8051,0.3702,0,1.1697,0.7233,0,1.534,1.0679,0,1.534,4.7671,0,0.2797,4.7671,0,0.2797,4.7671,0,0.2797,4.7671,0 +PL 2.812,0.0001,0,2.5143,0.1893,0,2.2345,0.3702,0,1.9543,0.534,0 +PL 3.2393,0.0001,0,7.4811,0.0001,0,7.4811,0.0001,0,7.4811,0.0001,0 +PL 3.6631,1.6018,0,3.2393,2.9352,0,2.812,4.2601,0,2.3847,5.5679,0,3.2848,7.2967,0,3.6179,8.1866,0,3.6631,9.0001,0 +PL 5.3443,1.6018,0,4.917,2.9352,0,4.4967,4.2601,0,4.0939,5.5679,0,4.9734,7.2967,0,5.2991,8.1866,0,5.3443,9.0001,0 +PL 7.0538,1.6018,0,6.6265,2.9352,0,6.1989,4.2601,0,5.7681,5.5679,0,6.6756,7.2967,0,7.0044,8.1866,0,7.0538,9.0001,0 +PL 1.534,7.4366,0,1.2359,7.8067,0,0.9522,8.1597,0,0.6759,8.5044,0 + +[5de3] 巣 +PL 4.1267,0,0,4.0462,0.7134,0,3.9723,1.4096,0,3.9127,2.0974,0,2.8449,1.5905,0,1.7868,1.0664,0,0.7399,0.5339,0 +PL 6.6905,0.5339,0,4.6311,2.0267,0,2.9601,2.4858,0,0.7399,2.6314,0 +L 4.981,2.6314,7.5133,2.6314 +PL 4.1267,3.4324,0,3.9723,3.6991,0,3.8322,3.9661,0,3.7026,4.2331,0,1.5945,4.2331,0,1.5945,7.3984,0,2.8519,7.5015,0,4.1267,7.5876,0,5.4083,7.6653,0,5.6818,8.1215,0,5.962,8.5693,0,6.2594,9,0 +PL 4.5537,4.2331,0,4.256,4.767,0,3.9723,5.3008,0,3.7026,5.8347,0,2.0218,5.8347,0 +PL 4.981,4.2331,0,6.6905,4.2331,0,6.6905,5.8347,0,4.5537,5.8347,0,4.4034,6.1779,0,4.256,6.5212,0,4.1267,6.8644,0 +PL 6.6905,6.3305,0,6.6905,7.3984,0,5.8356,7.3984,0 + +[5de5] 工 +L 0.7979,7.9322,6.7167,7.9322 +L 7.144,0.4956,0.3703,0.4956 +L 3.761,7.9322,3.761,0.4956 + +[5de6] 左 +L 4.6676,0,4.6676,3.6991 +L 1.6776,0,7.1999,0 +L 6.7726,3.6991,2.5623,3.6991 +L 7.1999,6.9027,-0.0001,6.9027 +A -12.272,9.5738,15.2417,323.623,357.843 + +[5de7] 巧 +PL 5.2842,0,0,6.5661,0,0,7.2634,1.8235,0,7.4347,3.4266,0,7.4211,5.3008,0,4.4331,5.3008,0,4.2864,4.9563,0,4.1564,4.6031,0,4.0303,4.2331,0 +PL 0.6158,2.6695,0,1.9008,2.6695,0,1.9008,7.9322,0,0.6158,7.9322,0,0.6158,7.9322,0,0.6158,7.9322,0 +PL 2.3215,3.1653,0,3.1792,3.1653,0,3.1792,3.1653,0,3.1792,3.1653,0 +PL 4.4331,6.1018,0,4.7312,6.7232,0,4.8429,7.3363,0,4.8569,8.4661,0,3.8345,8.3278,0,3.085,8.0707,0,2.3215,7.9322,0 +PL 5.2842,8.4661,0,7.8484,8.4661,0,7.8484,8.4661,0,7.8484,8.4661,0 + +[5de8] 巨 +PL 1.2903,0.0001,0,1.2903,8.4661,0,7.2055,8.4661,0,7.2055,8.4661,0,7.2055,8.4661,0 +PL 1.7176,0.0001,0,7.6363,0.0001,0,7.6363,0.0001,0,7.6363,0.0001,0 +PL 1.7176,3.1652,0,6.3548,3.1652,0,6.3548,5.8348,0,1.7176,5.8348,0,1.7176,5.8348,0,1.7176,5.8348,0 + +[5dee] 差 +PL 0.1915,0,0,1.4069,2.1087,0,1.9494,3.3447,0,2.2965,4.767,0,0.1915,4.767,0,0.1915,4.767,0,0.1915,4.767,0 +PL 1.8972,0,0,4.426,0,0,4.426,2.6314,0,2.2965,2.6314,0,2.2965,2.6314,0,2.2965,2.6314,0 +PL 4.8564,0,0,6.9614,0,0,6.9614,0,0,6.9614,0,0 +PL 4.8564,2.6314,0,6.531,2.6314,0,6.531,2.6314,0,6.531,2.6314,0 +PL 2.7164,4.767,0,3.5749,4.767,0,3.1543,6.2402,0,2.1701,6.4591,0,1.0426,6.3305,0 +PL 4.0022,4.767,0,6.9614,4.767,0,6.9614,4.767,0,6.9614,4.767,0 +PL 4.0022,6.3305,0,3.7006,6.7458,0,3.5886,7.1611,0,3.5749,7.9324,0,0.6153,7.9324,0,0.6153,7.9324,0,0.6153,7.9324,0 +PL 4.426,6.3305,0,6.1348,6.3305,0,6.1348,6.3305,0,6.1348,6.3305,0 +PL 4.0022,7.9324,0,4.6183,8.1497,0,4.9514,8.4266,0,5.2802,9,0 +PL 5.2802,7.9324,0,6.531,7.9324,0,6.531,7.9324,0,6.531,7.9324,0 + +[5df1] 己 +PL 1.5021,0.5339,0,1.2184,1.0664,0,1.1203,2.3022,0,1.1066,5.3008,0,6.5981,5.3008,0,6.5981,8.5042,0,1.1066,8.5042,0,1.1066,8.5042,0,1.1066,8.5042,0 +PL 1.9332,0.5339,0,7.4527,0.5339,0,7.4527,2.6695,0,7.4527,2.6695,0,7.4527,2.6695,0 + +[5dfb] 巻 +PL 2.2965,0,0,2.0128,0.4547,0,1.9074,1.1469,0,1.8972,2.6695,0,5.2802,2.6695,0,4.2018,4.4181,0,1.9809,4.1496,0,0.1915,3.2033,0 +PL 2.7164,0,0,6.1348,0,0,6.1348,1.0677,0,6.1348,1.0677,0,6.1348,1.0677,0 +PL 6.531,3.2033,0,5.9667,4.0029,0,5.4063,4.7938,0,4.8564,5.5677,0,2.2965,5.5677,0,2.1455,5.3008,0,2.0195,5.0339,0,1.8972,4.7669,0 +PL 0.1915,5.8347,0,1.8972,5.8347,0,1.8972,5.8347,0,1.8972,5.8347,0 +PL 5.2802,5.8347,0,6.9614,5.8347,0,6.9614,5.8347,0,6.9614,5.8347,0 +PL 2.7164,6.3686,0,2.8495,6.6356,0,2.9966,6.9026,0,3.1476,7.1695,0,2.2965,7.2726,0,1.4454,7.3588,0,0.6153,7.4364,0 +PL 4.426,6.3686,0,3.9703,7.178,0,3.7497,7.8601,0,3.5749,9,0 +PL 4.6393,7.4364,0,4.8564,7.9688,0,5.0704,8.4929,0,5.2802,9,0 +PL 5.2802,7.4364,0,6.531,7.4364,0,6.531,7.4364,0,6.531,7.4364,0 +PL 2.2965,8.2373,0,2.1455,8.5028,0,2.0195,8.7598,0,1.8972,9,0 + +[5e02] 市 +L 7.2646,7.3983,0.4628,7.3983 +PL 1.3139,1.5633,0,1.3139,5.2626,0,6.4135,5.2626,0,6.4135,1.5633,0,5.1355,1.5633,0 +L 3.8816,0,3.8816,8.9998 + +[5e03] 布 +PL 4.6788,0,0,4.6613,2.9985,0,4.5562,4.2345,0,4.2798,4.767,0,2.833,4.5042,0,2.5108,3.5297,0,2.5703,1.5635,0 +PL 5.9537,1.5635,0,6.8121,1.5635,0,6.8121,4.767,0,5.4843,4.7994,0,4.8434,5.1794,0,4.6788,6.3305,0 +PL 1.0783,3.6992,0,1.8453,4.8432,0,2.6333,5.9873,0,3.4284,7.1314,0,2.5703,7.2345,0,1.716,7.3207,0,0.865,7.3984,0 +PL 3.8522,7.3984,0,3.8522,9,0,3.8522,9,0,3.8522,9,0 +PL 4.2798,7.3984,0,8.094,7.3984,0,8.094,7.3984,0,8.094,7.3984,0 + +[5e06] 帆 +PL 1.7783,0,0,1.9219,2.7824,0,1.7891,5.9124,0,0.4929,7.3983,0,0.4929,2.6314,0,0.4929,2.6314,0,0.4929,2.6314,0 +PL 3.0255,0,0,4.188,2.7543,0,4.3879,5.3813,0,4.3039,8.4661,0,6.4089,8.4661,0,6.4089,0,0,7.6939,0,0,7.6939,1.6017,0,7.6939,1.6017,0,7.6939,1.6017,0 +PL 3.0255,2.6314,0,3.0255,7.3983,0,2.104,7.5848,0,1.7993,8.1272,0,1.7783,8.9999,0 +PL 5.5924,4.233,0,5.5753,5.0043,0,5.4628,5.4195,0,5.1616,5.8348,0 + +[5e0c] 希 +PL 4.5217,0,0,3.9683,3.3956,0,2.9421,3.7233,0,2.3855,1.0679,0 +PL 5.8039,1.0679,0,6.6266,1.0679,0,6.6266,3.7374,0,5.1315,3.8405,0,4.5952,4.4098,0,4.5217,5.8348,0,2.9736,5.2091,0,1.8668,4.1088,0,0.7075,2.6696,0 +L 0.7075,5.8348,2.8125,5.8348 +L 4.9493,5.8348,7.9054,5.8348 +PL 3.6706,6.3688,0,3.7476,7.0835,0,2.5817,7.0524,0,1.1383,6.9026,0 +PL 6.1958,6.9026,0,4.7952,7.6258,0,3.3942,8.3406,0,1.9894,9.0383,0 +PL 5.5934,8.5044,0,5.7829,8.6936,0,5.9861,8.8745,0,6.1958,9.0383,0 + +[5e1d] 帝 +PL 4.0647,0,0,4.0468,2.2741,0,3.9453,3.243,0,3.6686,3.7373,0,1.9597,3.7373,0,1.9597,1.0678,0,1.9597,1.0678,0,1.9597,1.0678,0 +PL 5.3463,1.0678,0,6.2009,1.0678,0,6.2009,3.7373,0,4.982,3.7557,0,4.429,3.8843,0,4.0647,4.2331,0,4.0647,5.8348,0,0.6813,5.8348,0,0.6813,4.2331,0,0.6813,4.2331,0,0.6813,4.2331,0 +PL 7.4796,4.2331,0,7.4796,5.8348,0,4.4917,5.8348,0,4.4917,5.8348,0,4.4917,5.8348,0 +PL 2.814,6.6357,0,2.6602,7.0058,0,2.5163,7.3589,0,2.3902,7.7034,0,1.8088,7.8066,0,1.2379,7.8928,0,0.6813,7.9704,0 +PL 5.3463,6.3687,0,5.6443,6.784,0,5.756,7.1992,0,5.7736,7.9704,0,2.814,7.9704,0,2.814,7.9704,0,2.814,7.9704,0 +PL 6.2009,7.9704,0,7.4796,7.9704,0,7.4796,7.9704,0,7.4796,7.9704,0 + +[5e25] 帥 +PL 5.7419,0.0382,0,5.903,3.3772,0,5.6823,5.9026,0,4.0323,6.9026,0,4.0323,1.6018,0,4.0323,1.6018,0,4.0323,1.6018,0 +PL 0.649,1.0678,0,0.649,7.4365,0,1.2794,7.6738,0,1.7242,8.0891,0,2.3585,9.0382,0 +PL 1.0763,1.0678,0,2.7504,1.0678,0,2.7504,3.7373,0,1.0763,3.7373,0,1.0763,3.7373,0,1.0763,3.7373,0 +PL 6.5646,1.6018,0,7.4157,1.6018,0,7.4157,6.9026,0,6.1307,7.0919,0,5.7485,7.7558,0,5.7419,9.0382,0 +PL 1.0763,5.3009,0,2.7504,5.3009,0,2.7504,7.4365,0,1.9274,7.4365,0,1.9274,7.4365,0,1.9274,7.4365,0 + +[5e2b] 師 +PL 5.7419,0,0,5.8746,3.2176,0,5.6295,5.4774,0,4.0323,6.3305,0,4.0323,1.5635,0,4.0323,1.5635,0,4.0323,1.5635,0 +PL 0.649,1.0297,0,0.9645,5.7485,0,1.1813,7.8151,0,1.5001,9.0001,0 +PL 1.0763,1.0297,0,2.7504,1.0297,0,2.7504,3.1653,0,1.0763,3.1653,0,1.0763,3.1653,0,1.0763,3.1653,0 +PL 6.5646,1.5635,0,7.4157,1.5635,0,7.4157,6.3305,0,6.1307,6.5198,0,5.7485,7.1837,0,5.7419,8.4661,0,3.605,8.4661,0,3.605,8.4661,0,3.605,8.4661,0 +PL 1.0763,5.2628,0,2.7504,5.2628,0,2.7504,7.3984,0,1.5001,7.3984,0,1.5001,7.3984,0,1.5001,7.3984,0 +PL 6.1692,8.4661,0,7.8469,8.4661,0,7.8469,8.4661,0,7.8469,8.4661,0 + +[5e2d] 席 +PL 5.6475,0.5339,0,6.5056,0.5339,0,6.5056,3.2034,0,5.3081,3.2218,0,4.7579,3.3504,0,4.3936,3.6991,0,4.3936,4.767,0,3.1152,4.767,0,2.8806,6.0976,0,2.2715,6.4111,0,1.4099,6.3688,0 +PL 6.0751,6.3688,0,5.7739,6.7841,0,5.665,7.1993,0,5.6475,7.9703,0 +L 6.5056,6.3688,7.3567,6.3688 +PL 4.3936,0,0,4.3096,2.3391,0,3.7495,3.1271,0,2.2641,3.2034,0,2.2641,0.5339,0 +PL 4.8244,4.767,0,5.6475,4.767,0,5.3323,6.216,0,4.5481,6.4703,0,3.5425,6.3688,0,3.3923,6.7388,0,3.2448,7.0918,0,3.1152,7.4365,0 +PL 7.3882,7.9703,0,1.0103,7.9703,0,1.0103,4.5381,-0.0908,0.1864,0.0381,0 +L 4.1975,8.9998,4.1975,7.9703 + +[5e2f] 帯 +PL 4.2208,0,0,4.1438,2.3123,0,3.5939,3.0905,0,2.1158,3.1653,0,2.1158,0.5339,0 +PL 5.5027,0.5339,0,6.3538,0.5339,0,6.3538,3.1653,0,5.0015,3.1991,0,4.3711,3.5891,0,4.2208,4.767,0,0.8301,4.767,0,0.8301,3.1653,0 +PL 7.6353,3.1653,0,7.6353,4.767,0,4.6446,4.767,0 +PL 2.5396,6.3305,0,2.3081,7.661,0,1.6955,7.9746,0,0.8301,7.9324,0 +PL 2.9669,6.3305,0,4.2208,6.3305,0,3.9196,7.7599,0,3.2468,8.1554,0,2.5396,9,0 +PL 4.6446,6.3305,0,5.9297,6.3305,0,5.6284,7.7684,0,4.9455,8.1469,0,4.2208,9,0 +PL 6.3538,7.9324,0,6.0592,8.6554,0,5.9297,9,0 +L 6.7807,7.9324,7.6353,7.9324 + +[5e30] 帰 +PL 5.4906,1.0677,0,6.3445,1.0677,0,6.3445,3.2035,0,2.9584,3.2035,0,2.9584,1.0677,0 +PL 6.7718,3.7375,0,6.7718,4.7669,0,2.5311,4.7669,0,2.5311,3.7375,0 +L 6.3445,7.4364,2.9584,7.4364 +PL 2.9584,6.3687,0,6.3445,6.3687,0,6.3445,8.5043,0,2.9584,8.5043,0 +PL 0.4261,7.4364,0,0.4261,5.904,-0.1488,-0.001,4.5001,0 +PL 1.2499,9,0,1.2499,4.7669,-0.129,-0.0009,-0.0001,0 +L 4.6514,0,4.6514,4.7669 + +[5e33] 帳 +PL 1.534,0,0,1.6741,2.7317,0,1.5406,5.887,0,0.2797,7.3983,0,0.2797,2.6313,0 +PL 7.4811,0,0,5.5019,2.8135,0,4.42,5.2204,0,4.0939,8.4661,0,7.0538,8.4661,0 +L 5.7681,4.233,7.4811,4.233 +L 4.4897,5.8347,6.6265,5.8347 +L 4.4897,6.8644,6.6265,6.8644 +PL 3.2393,0,0,4.0939,0,0,4.1464,2.1821,0,3.9156,3.678,0,2.812,4.233,0,2.812,2.6313,0 +PL 2.812,4.7668,0,2.812,7.3983,0,1.8562,7.5848,0,1.5515,8.1271,0,1.534,9,0 +PL 4.4897,0,0,4.7667,0.1893,0,5.0504,0.37,0,5.3443,0.5339,0 + +[5e38] 常 +PL 6.8068,5.835,0,6.8068,7.3984,0,0.0366,7.3984,0,0.0366,5.835,0 +L 4.7018,7.6654,5.5564,9 +L 3.4199,7.9322,3.4199,9 +L 2.1416,7.6654,1.2835,9 +PLC 1.7107,4.2331,0,5.0976,4.2331,0,5.0976,5.8348,0,1.7107,5.8348,0 +PL 5.0976,0.534,0,5.9557,0.534,0,5.9557,2.6314,0,0.8562,2.6314,0,0.8562,0.534,0 +L 3.4059,4.2331,3.4059,0 + +[5e3d] 帽 +PL 1.1328,0,0,1.1328,6.9026,0,0.9195,7.0918,0,0.7024,7.2727,0,0.4919,7.4365,0,0.4113,5.8616,0,0.3381,4.2698,0,0.2817,2.6696,0 +PLC 4.0924,1.4379,0,4.0924,4.2712,0,6.6562,4.2712,0,6.6562,0,0,4.0924,0,0 +PL 4.5236,1.6018,0,6.2292,1.6018,0,6.2292,1.6018,0,6.2292,1.6018,0 +PL 2.4112,2.6696,0,2.4112,7.4365,0,1.4586,7.623,0,1.1503,8.1653,0,1.1328,9.0382,0 +PL 4.5236,2.6696,0,6.2292,2.6696,0,6.2292,2.6696,0,6.2292,2.6696,0 +PLC 3.6651,6.7388,0,3.6651,8.5043,0,7.0485,8.5043,0,7.0485,5.8349,0,3.6651,5.8349,0 +PL 4.0924,7.4365,0,6.6562,7.4365,0,6.6562,7.4365,0,6.6562,7.4365,0 + +[5e45] 幅 +PL 1.2554,0,0,1.2554,6.9026,0,1.0421,7.0918,0,0.8281,7.2727,0,0.6183,7.4365,0,0.5553,5.6809,0,0.4957,3.9167,0,0.4288,2.1356,0 +PLC 3.8196,1.2472,0,3.8196,3.6992,0,7.2061,3.6992,0,7.2061,0,0,3.8196,0,0 +PL 5.4972,0.534,0,5.3536,1.7288,0,4.94,2.1102,0,4.2469,2.1356,0 +PL 2.5412,2.1356,0,2.5412,7.4365,0,1.9209,7.4548,0,1.5885,7.5833,0,1.2554,7.9322,0,1.2554,9,0,1.2554,9,0,1.2554,9,0 +PL 5.9245,2.1356,0,5.7736,2.4787,0,5.6265,2.8221,0,5.4972,3.1653,0 +PLC 4.2469,5.8348,0,4.2469,6.9026,0,6.7756,6.9026,0,6.7756,5.3008,0,4.2469,5.3008,0 +PL 3.3923,8.4661,0,7.6334,8.4661,0,7.6334,8.4661,0,7.6334,8.4661,0 + +[5e55] 幕 +PL 4.1279,0,0,4.1279,2.0975,0,2.4191,2.0975,0,2.4191,0.534,0,2.4191,0.534,0,2.4191,0.534,0 +PL 4.9513,0.534,0,5.8024,0.534,0,5.8024,2.0975,0,4.5552,2.0975,0,4.5552,2.0975,0,4.5552,2.0975,0 +PL 0.9235,2.0975,0,1.4138,2.5538,0,1.9073,3.0015,0,2.4191,3.4323,0,1.8478,3.5354,0,1.2878,3.6215,0,0.7379,3.6992,0 +PL 7.084,2.0975,0,5.634,3.2586,0,4.4396,3.5807,0,2.8428,3.6992,0 +PL 6.2329,3.6992,0,7.5113,3.6992,0,7.5113,3.6992,0,7.5113,3.6992,0 +PL 3.2701,4.5001,0,2.8428,4.6033,0,2.4191,4.6893,0,1.9879,4.7671,0,1.9879,6.8645,0,2.2649,6.9677,0,2.5483,7.0537,0,2.8428,7.1314,0,2.4821,7.6951,0,1.9357,7.9025,0,0.7379,7.9323,0 +PL 3.6974,4.7671,0,6.2329,4.7671,0,6.2329,5.8349,0,2.4191,5.8349,0,2.4191,5.8349,0,2.4191,5.8349,0 +PL 6.2329,6.6357,0,5.235,6.712,0,4.2505,6.7883,0,3.2701,6.8645,0 +PL 5.3786,7.3983,0,5.0144,7.7742,0,4.468,7.9125,0,3.2701,7.9323,0,3.1227,8.3024,0,2.9791,8.6555,0,2.8428,9.0001,0 +PL 5.8024,7.9323,0,5.655,8.3024,0,5.5044,8.6555,0,5.3786,9.0001,0 +PL 6.2329,7.9323,0,7.5113,7.9323,0,7.5113,7.9323,0,7.5113,7.9323,0 + +[5e63] 幣 +PL 4.0303,0,0,4.0303,3.1653,0,1.0431,3.1653,0,1.0431,0.534,0,1.0431,0.534,0,1.0431,0.534,0 +PL 6.1427,0.534,0,6.9938,0.534,0,6.9938,3.1653,0,4.4331,3.1653,0,4.4331,3.1653,0,4.4331,3.1653,0 +PL 2.3215,4.767,0,2.2476,6.6625,0,1.7926,7.346,0,0.6158,7.4365,0,0.6788,6.7387,0,0.7454,6.0241,0,0.8291,5.3008,0,1.0431,5.671,0,1.2564,6.0241,0,1.4704,6.3686,0 +PL 3.61,4.767,0,3.3127,5.3008,0,3.029,5.8348,0,2.7519,6.3686,0 +PL 4.0303,4.767,0,4.0303,7.4365,0,3.1162,7.4548,0,2.6714,7.5833,0,2.3215,7.9322,0,2.3215,9,0,2.3215,9,0,2.3215,9,0 +PL 5.0709,4.767,0,5.4177,5.137,0,5.7711,5.4901,0,6.1427,5.8348,0,5.7711,6.3686,0,5.4177,6.9026,0,5.0709,7.4365,0,4.8569,7.2727,0,4.6436,7.0918,0,4.4331,6.9026,0 +PL 6.5661,6.3686,0,6.8638,6.7826,0,6.9762,7.1878,0,6.9938,7.9322,0,5.2842,7.9322,0,5.2842,9,0,5.2842,9,0,5.2842,9,0 +PL 1.4704,8.1992,0,1.3194,8.4661,0,1.1723,8.7331,0,1.0431,9,0 +PL 3.1792,7.9322,0,3.3127,8.3023,0,3.4563,8.6554,0,3.61,9,0 + +[5e72] 干 +PL 3.6046,0,0,3.5485,3.6596,0,2.736,4.7429,0,0.2177,4.7669,0 +PL 4.0319,4.7669,0,3.7307,5.2612,0,3.6221,6.2302,0,3.6046,8.5042,0,0.6485,8.5042,0,0.6485,8.5042,0,0.6485,8.5042,0 +PL 4.4592,4.7669,0,6.9918,4.7669,0,6.9918,4.7669,0,6.9918,4.7669,0 +PL 4.0319,8.5042,0,6.5641,8.5042,0,6.5641,8.5042,0,6.5641,8.5042,0 + +[5e73] 平 +PL 3.5425,0,0,3.3569,3.0438,0,2.4182,3.7824,0,0.1592,3.6991,0 +PL 3.9733,3.6991,0,3.669,4.2317,0,3.56,5.4675,0,3.5425,8.4661,0,0.583,8.4661,0 +L 4.3936,3.6991,6.9294,3.6991 +L 3.9733,8.4661,6.5056,8.4661 +PL 5.2202,4.7668,0,5.4969,5.4803,0,5.7809,6.1765,0,6.0751,6.8644,0 +L 1.8337,5.0339,1.0103,6.8644 + +[5e74] 年 +PL 6.3758,5.3007,0,1.2811,5.3007,0,1.2811,2.6312,0 +L 3.813,0,3.813,7.3982 +L 6.7726,7.3982,0.7515,7.3982 +L 1.2811,8.9999,-0.0004,5.8348 +L 7.1996,2.0974,-0.0004,2.0974 + +[5e78] 幸 +PL 4.0944,0,0,3.797,1.8319,0,2.9351,2.1976,0,1.5656,2.0975,0 +PL 4.5217,2.0975,0,4.2208,2.5324,0,4.1084,3.0861,0,4.0944,4.233,0,1.1383,4.233,0 +L 4.9493,2.0975,6.6266,2.0975 +PL 4.7353,4.233,0,5.1871,5.0224,0,5.3556,5.5664,0,5.3801,6.3306,0,4.5217,6.2527,0,3.6706,6.1667,0,2.8125,6.0636,0,2.9459,5.6426,0,3.0895,5.2133,0,3.2398,4.7668,0 +L 5.3801,4.233,7.0543,4.233 +L 0.7075,6.3306,2.3855,6.3306 +L 5.8039,6.3306,7.4851,6.3306 +PL 4.0944,7.1313,0,3.9441,7.3983,0,3.8005,7.6651,0,3.6706,7.932,0,1.5656,7.932,0 +PL 4.5217,7.932,0,4.3711,8.3022,0,4.2243,8.6554,0,4.0944,8.9999,0 +L 4.9493,7.932,6.6266,7.932 + +[5e79] 幹 +PL 2.5396,0,0,2.3081,1.3305,0,1.6955,1.6441,0,0.8301,1.6017,0 +PL 6.3538,0,0,6.3258,2.1187,0,5.9156,3.0169,0,4.6446,3.2034,0 +PL 2.9669,1.6017,0,2.6657,2.017,0,2.5568,2.4322,0,2.5396,3.2034,0,1.2574,3.2034,0,1.2574,6.3686,0,2.5396,6.3686,0,2.3081,7.699,0,1.6955,8.0127,0,0.8301,7.9703,0 +L 3.3977,1.6017,4.2208,1.6017 +PL 2.9669,3.2034,0,3.7932,3.2034,0,3.7932,4.7668,0,1.6885,4.7668,0 +PL 6.7807,3.2034,0,6.4795,3.6115,0,6.3713,4.1553,0,6.3538,5.3008,0,5.4362,5.3206,0,4.9948,5.459,0,4.6446,5.8347,0,5.1384,6.9011,0,5.6284,7.959,0,6.1437,8.9999,0,6.7632,7.959,0,7.3937,6.9011,0,8.0346,5.8347,0,7.7194,5.459,0,7.3937,5.3206,0,6.7807,5.3008,0 +L 7.208,3.2034,8.0346,3.2034 +PL 3.7932,5.3008,0,3.7932,6.3686,0,2.9669,6.3686,0 +PL 2.9669,7.9703,0,2.816,8.3135,0,2.6724,8.6567,0,2.5396,8.9999,0 +L 3.3977,7.9703,4.2208,7.9703 + +[5e7b] 幻 +PL 5.4367,0.0152,0,6.2913,0.0152,0,7.1004,2.6409,0,7.1984,5.2836,0,7.1179,7.9855,0,3.7271,7.9855,0,3.7271,7.9855,0,3.7271,7.9855,0 +PL 0.3403,0.5491,0,1.1914,0.5491,0,1.2404,1.3895,0,1.5665,2.2892,0,2.4452,4.0194,0,1.7448,4.8188,0,1.0411,5.6098,0,0.3403,6.3838,0 +PL 1.6222,0.5491,0,2.323,1.0053,0,3.027,1.453,0,3.7271,1.8838,0,3.5734,2.1508,0,3.4333,2.4178,0,3.2963,2.6847,0 +PL 2.8725,5.0491,0,3.1496,5.6861,0,3.4333,6.3061,0,3.7271,6.9177,0 +PL 1.1914,6.3838,0,1.6012,7.2878,0,2.0214,8.1749,0,2.4452,9.0534,0 + +[5e7c] 幼 +PL 4.2505,0,0,4.3801,0.267,0,4.524,0.534,0,4.6778,0.8009,0,4.3801,1.2472,0,4.0964,1.6767,0,3.82,2.0975,0,2.8849,1.4577,0,1.7812,1.1483,0,0.864,1.0678,0 +PL 5.96,0,0,6.7827,0,0,7.5431,2.1342,0,7.6867,4.1075,0,7.6338,6.3687,0,5.9527,5.6921,0,5.6238,3.9563,0,5.1016,1.6018,0 +PL 1.7151,1.8687,0,2.4015,3.8744,0,2.2506,5.4055,0,0.864,6.3687,0 +PL 2.9689,4.7671,0,3.1017,5.4804,0,3.2418,6.1767,0,3.3962,6.8645,0 +PL 4.6778,6.3687,0,5.2907,6.3871,0,5.6238,6.5156,0,5.96,6.8645,0,5.96,9.0001,0,5.96,9.0001,0,5.96,9.0001,0 +PL 2.1455,6.8645,0,2.2681,7.5877,0,2.398,8.3024,0,2.5416,9.0001,0 + +[5e7d] 幽 +PL 2.5073,5.5678,0,2.6369,6.0142,0,2.7843,6.4435,0,2.9346,6.8644,0 +PL 5.898,5.5678,0,6.0241,6.0142,0,6.1677,6.4435,0,6.318,6.8644,0 +PL 0.4023,0,0,0.4023,7.9323,0,0.4023,7.9323,0,0.4023,7.9323,0 +PL 0.8296,0,0,3.7857,0,0,3.7857,1.5636,0,3.4214,1.9337,0,3.068,2.2868,0,2.7174,2.6314,0,2.2271,2.2557,0,1.7336,2.1173,0,0.8296,2.0974,0 +PL 4.2165,0,0,7.1726,0,0,7.0923,0.7134,0,7.0254,1.4096,0,6.9624,2.0974,0,6.1533,2.3348,0,5.3092,2.2161,0,4.2165,2.0974,0,3.9118,2.7091,0,3.8032,4.4986,0,3.7857,9,0 +PL 1.2569,2.6314,0,1.5305,3.2684,0,1.8068,3.8885,0,2.0768,4.5,0,1.653,5.1102,0,1.2324,5.7204,0,0.8296,6.3306,0 +PL 4.6441,2.6314,0,4.9205,3.2684,0,5.2007,3.8885,0,5.4952,4.5,0,5.0714,5.1102,0,4.6441,5.7204,0,4.2165,6.3306,0 +PL 7.1726,2.6314,0,7.1726,7.9323,0,7.1726,7.9323,0,7.1726,7.9323,0 +PL 1.6807,6.3306,0,1.8068,7.0537,0,1.9332,7.7684,0,2.0768,8.4662,0 +PL 5.0714,6.3306,0,5.2007,7.0537,0,5.3443,7.7684,0,5.4952,8.4662,0 + +[5e7e] 幾 +PL 0.3403,0.0001,0,1.0933,1.2472,0,1.4996,2.2994,0,1.6222,3.6992,0,0.3403,3.6992,0,0.3403,3.6992,0,0.3403,3.6992,0 +PL 2.8725,0.0001,0,3.9478,0.4054,0,4.5015,0.7515,0,5.0094,1.3348,0,4.5821,2.1343,0,4.1544,2.9251,0,3.7271,3.6992,0,2.0495,3.6992,0,2.0495,3.6992,0,2.0495,3.6992,0 +PL 6.6867,0.0001,0,6.2594,0.3701,0,5.843,0.7231,0,5.4367,1.0678,0,5.843,1.6003,0,6.2594,2.1244,0,6.6867,2.6314,0 +PL 7.3277,0.0001,0,7.3872,0.3701,0,7.4611,0.7231,0,7.5382,1.0678,0 +PL 3.2963,1.0678,0,2.8725,1.411,0,2.4522,1.7543,0,2.0495,2.0975,0 +PL 4.5821,3.6992,0,4.2634,4.3715,0,4.0427,5.1625,0,3.7271,5.8348,0,2.7184,5.4082,0,1.3073,5.2953,0,0.3403,5.3009,0 +PL 5.0094,3.6992,0,5.4367,3.8023,0,5.864,3.8885,0,6.2913,3.9661,0,5.6188,5.8136,0,5.6188,7.4576,0,6.2913,9,0 +PL 6.6867,3.6992,0,7.5382,3.6992,0,7.5382,3.6992,0,7.5382,3.6992,0 +PL 6.4734,5.3009,0,6.6867,5.4901,0,6.9004,5.671,0,7.1179,5.8348,0,6.8377,6.2048,0,6.5641,6.558,0,6.2913,6.9026,0,6.5641,7.2458,0,6.8377,7.5891,0,7.1179,7.9323,0 +PL 1.1914,5.8348,0,1.4155,6.7147,0,1.5416,7.7642,0,2.0495,9,0 +PL 2.4452,6.3686,0,2.302,6.558,0,2.1721,6.7387,0,2.0495,6.9026,0,2.323,7.2458,0,2.5958,7.5891,0,2.8725,7.9323,0 +PL 3.7271,6.3686,0,3.7271,9,0,3.7271,9,0,3.7271,9,0 + +[5e81] 庁 +PL 0.1271,0.267,0,0.8035,2.9153,0,0.9677,5.3349,0,0.9467,7.9323,0,3.9417,7.9323,0,3.9417,9.0001,0,3.9417,9.0001,0,3.9417,9.0001,0 +PL 3.5105,0,0,4.7644,0,0,4.7644,5.8349,0,2.2321,5.8349,0,2.2321,5.8349,0,2.2321,5.8349,0 +PL 5.1882,5.8349,0,7.3247,5.8349,0,7.3247,5.8349,0,7.3247,5.8349,0 +PL 4.3371,7.9323,0,7.3247,7.9323,0,7.3247,7.9323,0,7.3247,7.9323,0 + +[5e83] 広 +PL 8.0021,7.9705,0,1.628,7.9705,0,1.628,4.5382,-0.0908,0.8006,0.0382,0 +L 4.8117,8.9999,4.8117,7.9705 +PL 4.5841,6.3687,0,2.0203,0,0,7.4137,1.4447,0 +A 2.2336,-1.5463,5.9797,15.3658,45.8839 + +[5e8a] 床 +PL 0.5264,0.267,0,1.1852,2.9254,0,1.3565,5.3377,0,1.3463,7.9705,0,4.3409,7.9705,0,4.3409,9.0001,0,4.3409,9.0001,0,4.3409,9.0001,0 +PL 4.7609,0.0001,0,4.6842,1.6004,0,4.6138,3.1923,0,4.5511,4.7671,0,3.6124,3.5454,0,2.6878,2.3151,0,1.7771,1.0679,0 +PL 7.297,1.0679,0,6.5755,2.4012,0,5.8676,3.7261,0,5.1636,5.034,0,4.1658,5.1371,0,3.1777,5.2233,0,2.2009,5.3009,0 +PL 5.5874,5.3009,0,7.297,5.3009,0,7.297,5.3009,0,7.297,5.3009,0 +PL 4.7609,5.8349,0,4.7609,6.9027,0,4.7609,6.9027,0,4.7609,6.9027,0 +PL 4.7609,7.9705,0,7.7243,7.9705,0,7.7243,7.9705,0,7.7243,7.9705,0 + +[5e8f] 序 +PL 0.8645,0.267,0,1.5474,2.9322,0,1.7296,5.3433,0,1.7156,7.9322,0,4.6748,7.9322,0,4.6748,9.0001,0,4.6748,9.0001,0,4.6748,9.0001,0 +PL 3.8205,0,0,5.1056,0,0,5.046,2.7387,0,4.4191,3.6301,0,2.5733,3.6992,0 +PL 6.8151,2.0975,0,7.0845,2.5537,0,7.3615,3.0015,0,7.6378,3.4322,0,6.0722,3.7119,0,4.983,4.2713,0,3.8205,5.2628,0 +PL 5.5294,4.767,0,5.8064,5.2133,0,6.0901,5.6426,0,6.384,6.0636,0,5.1056,6.1668,0,3.8345,6.2529,0,2.5733,6.3305,0 +PL 5.1056,7.9322,0,8.0616,7.9322,0,8.0616,7.9322,0,8.0616,7.9322,0 + +[5e95] 底 +L 2.14,0,4.7038,0 +PL 6.8057,0,0,5.9546,1.411,0,5.1066,2.822,0,4.2734,4.2332,0,2.14,4.2332,0,2.14,1.6017,0,3.0752,1.6215,0,3.6254,1.76,0,4.2734,2.1356,0 +L 7.2361,0,7.2361,1.6017 +L 1.3135,1.0678,2.14,1.0678 +PL 5.1245,4.2332,0,4.8303,4.6681,0,4.7182,5.222,0,4.7038,6.3687,0,2.14,6.3687,0,2.14,4.767,0 +L 5.5549,4.2332,7.2361,4.2332 +PL 5.1245,6.3687,0,5.4604,6.7444,0,5.7829,6.8828,0,6.3815,6.9025,0 +PL 7.2641,7.9322,0,0.8897,7.9322,0,0.8897,4.4999,-0.0908,0.0658,-0.0001,0 +L 4.0769,8.9617,4.0769,7.9322 + +[5e97] 店 +PL 8.0006,7.9705,0,1.6261,7.9705,0,1.6261,4.5382,-0.0908,0.8026,0.0382,0 +L 4.8137,8.9999,4.8137,7.9705 +PLC 2.5056,0.0382,0,8.0006,0.0382,0,8.0006,3.0382,0,2.5056,3.0382,0 +L 5.2515,6.9025,5.2515,3.0382 +L 5.2515,4.9703,7.5421,4.9703 + +[5e9c] 府 +PL 5.5249,0,0,6.376,0,0,6.376,6.9026,0 +PL 7.2341,7.9703,0,0.8562,7.9703,0,0.8562,4.5381,-0.0908,0.0323,0.0381,0 +L 4.0469,8.9998,4.0469,7.9703 +L 2.5653,0,2.5653,4.5002 +L 3.8157,5.3009,6.8068,5.3009 +L 4.2465,3.6991,5.0976,2.6696 +A -4.9614,8.5304,8.5404,321.41,349.012 + +[5ea6] 度 +PL 1.3155,0,0,2.2471,0.0989,0,3.3959,0.4351,0,4.3066,1.0679,0,3.3718,2.3914,0,2.8184,2.9351,0,2.1736,3.1653,0 +PL 3.0247,4.7671,0,3.0247,6.3687,0,1.7431,6.3687,0 +PL 3.452,4.7671,0,5.5569,4.7671,0,5.5569,6.3687,0,3.452,6.3687,0 +PL 6.4084,0,0,5.8757,0.3956,0,5.2382,0.6723,0,4.6992,1.0679,0,5.1296,1.7049,0,5.5569,2.3251,0,5.9846,2.9366,0,5.1296,3.0128,0,4.2859,3.0891,0,3.452,3.1653,0 +L 5.9846,6.3687,6.8388,6.3687 +PL 7.2626,7.9323,0,0.8882,7.9323,0,0.8882,4.5001,-0.0908,0.0611,0.0001,0 +L 4.0789,8.9618,4.0789,7.9323 + +[5ea7] 座 +PL 0.6793,0.2821,0,1.1133,1.9899,0,1.3308,3.9771,0,1.5021,7.9474,0,4.49,7.9474,0,4.49,9.0152,0,4.49,9.0152,0,4.49,9.0152,0 +PL 1.9332,0.0152,0,4.917,0.0152,0,4.7138,1.7723,0,4.0273,2.1988,0,2.7843,2.1508,0 +PL 5.3166,0.0152,0,7.88,0.0152,0,7.88,0.0152,0,7.88,0.0152,0 +PL 5.0991,2.4177,0,5.043,3.7511,0,4.9768,5.076,0,4.917,6.3839,0 +PL 5.7439,2.1508,0,7.0219,2.1508,0,7.0219,2.1508,0,7.0219,2.1508,0 +PL 2.3532,3.7143,0,2.9556,4.881,0,3.1797,5.5731,0,3.2081,6.3839,0 +PL 4.0627,3.9814,0,3.9118,4.2483,0,3.7682,4.5152,0,3.6389,4.7821,0 +PL 5.7439,3.7143,0,6.3425,4.881,0,6.5631,5.5731,0,6.5981,6.3839,0 +PL 7.4527,3.9814,0,7.299,4.2483,0,7.1554,4.5152,0,7.0219,4.7821,0 +PL 4.917,7.9474,0,7.88,7.9474,0,7.88,7.9474,0,7.88,7.9474,0 + +[5eab] 庫 +PL 4.917,0.2669,0,4.7667,0.5324,0,4.6227,0.7894,0,4.49,1.0297,0,2.3532,1.0297,0,2.3532,1.0297,0,2.3532,1.0297,0 +PL 0.6793,0.8009,0,1.3238,3.2345,0,1.5059,5.4477,0,1.5021,7.932,0,4.49,7.932,0,4.49,8.9999,0,4.49,8.9999,0,4.49,8.9999,0 +PL 5.3166,1.0297,0,5.043,1.5635,0,4.7628,2.0975,0,4.49,2.6312,0,2.7843,2.6312,0,2.7843,4.7668,0,3.9503,4.7741,0,4.6686,5.1284,0,4.917,6.3306,0,2.3532,6.3306,0,2.3532,6.3306,0,2.3532,6.3306,0 +PL 5.7439,1.0297,0,7.4527,1.0297,0,7.4527,1.0297,0,7.4527,1.0297,0 +PL 5.3166,2.6312,0,4.6896,3.3827,0,4.1433,3.6596,0,3.2081,3.6991,0 +PL 5.7439,2.6312,0,7.0219,2.6312,0,7.0219,3.6991,0,5.8069,3.7189,0,5.2605,3.8573,0,4.917,4.233,0,5.2605,4.5889,0,5.8069,4.5889,0,7.0219,4.233,0 +PL 5.3166,6.3306,0,7.4527,6.3306,0,7.4527,6.3306,0,7.4527,6.3306,0 +PL 4.917,7.932,0,7.88,7.932,0,7.88,7.932,0,7.88,7.932,0 + +[5ead] 庭 +PL 4.9805,0,0,7.5058,0,0,7.5058,0,0,7.5058,0,0 +PL 4.5501,0,0,4.1228,0.37,0,3.6955,0.7232,0,3.2717,1.0679,0 +PL 3.2717,2.0973,0,3.2717,4.233,0,2.6514,4.2133,0,2.3225,4.075,0,1.9859,3.6991,0 +PL 1.7726,0,0,2.1159,0.4562,0,2.4766,0.9041,0,2.8405,1.3347,0,2.5463,1.7811,0,2.2661,2.2103,0,1.9859,2.6313,0 +PL 4.5501,1.6017,0,5.8004,1.6017,0,5.7199,3.4703,0,5.2642,4.1441,0,4.1228,4.233,0 +PL 6.2277,4.233,0,5.9265,4.6483,0,5.8141,5.0635,0,5.8004,5.8347,0,4.5501,5.8347,0,4.5501,5.8347,0,4.5501,5.8347,0 +PL 6.655,4.233,0,7.5058,4.233,0,7.5058,4.233,0,7.5058,4.233,0 +PL 6.2277,6.3688,0,7.0855,6.3688,0,7.0855,6.3688,0,7.0855,6.3688,0 +PL 4.5501,7.9322,0,7.5058,7.9322,0,7.5058,7.9322,0,7.5058,7.9322,0 +PL 0.3083,0.267,0,0.9912,2.9322,0,1.1734,5.3433,0,1.1593,7.9322,0,4.1228,7.9322,0,4.1228,9,0,4.1228,9,0,4.1228,9,0 +PL 2.4171,4.7668,0,2.6934,5.2232,0,2.9736,5.6709,0,3.2717,6.1017,0,2.8405,6.2048,0,2.4171,6.2909,0,1.9859,6.3688,0 +PL 6.2277,1.6017,0,7.0855,1.6017,0,7.0855,1.6017,0,7.0855,1.6017,0 + +[5eb6] 庶 +PL 0.3083,0.267,0,0.9772,2.9167,0,1.1667,5.2954,0,1.1593,7.9705,0,4.1228,7.9705,0,4.1228,9.0001,0,4.1228,9.0001,0,4.1228,9.0001,0 +PL 1.5621,0.0001,0,1.8357,0.534,0,2.1159,1.0679,0,2.4171,1.6018,0 +PL 4.1228,0.267,0,3.9718,0.7233,0,3.8247,1.171,0,3.6955,1.6018,0 +PL 5.8004,0.267,0,5.6495,0.7233,0,5.5059,1.171,0,5.3766,1.6018,0 +PL 7.5058,0.267,0,7.2154,0.7233,0,6.9317,1.171,0,6.655,1.6018,0 +PL 3.2717,3.2035,0,3.1838,5.0891,0,2.7253,5.7543,0,1.5621,5.8349,0 +PL 3.6955,3.2035,0,5.8004,3.2035,0,5.6568,5.2586,0,5.0401,5.8391,0,3.6955,5.8349,0,3.5445,6.2049,0,3.4009,6.5581,0,3.2717,6.9027,0 +PL 6.2277,5.8349,0,6.0768,6.2049,0,5.9297,6.5581,0,5.8004,6.9027,0 +PL 6.655,5.8349,0,7.5058,5.8349,0,7.5058,5.8349,0,7.5058,5.8349,0 +PL 4.5501,7.9705,0,7.5058,7.9705,0,7.5058,7.9705,0,7.5058,7.9705,0 + +[5eb7] 康 +PL 0.1592,0.2669,0,0.8386,2.9322,0,1.0173,5.3432,0,1.0103,7.9324,0,3.5425,7.9324,0,3.676,8.3023,0,3.8196,8.6553,0,3.9733,9,0 +PL 3.1152,0,0,3.9733,0,0,3.9733,1.5637,0,3.1152,1.2204,0,2.2641,0.8772,0,1.4099,0.5339,0 +PL 6.9294,0.5339,0,4.989,1.9902,0,4.2223,2.3955,0,3.9733,2.0974,0 +PL 5.6475,2.0974,0,5.9245,2.4675,0,6.2082,2.8206,0,6.5056,3.1653,0 +PL 3.9733,3.4324,0,3.8196,3.6991,0,3.676,3.9661,0,3.5425,4.2331,0,1.8337,4.2331,0,1.8337,4.2331,0,1.8337,4.2331,0 +PL 4.3936,4.2331,0,3.3709,5.2049,0,2.5163,5.3715,0,1.4099,5.3008,0 +PL 4.8244,4.2331,0,5.2346,4.3361,0,5.6475,4.4223,0,6.0751,4.5,0,4.8735,5.6188,0,3.2378,6.1779,0,1.8337,6.3305,0 +PL 6.5056,5.3008,0,5.7529,5.9534,0,4.7197,6.4788,0,3.9733,7.1313,0,4.0994,7.3984,0,4.2434,7.6653,0,4.3936,7.9324,0,7.3567,7.9324,0,7.3567,7.9324,0,7.3567,7.9324,0 + +[5eb8] 庸 +PL 6.9614,5.7966,0,6.3103,6.459,0,5.4767,7.0029,0,4.8249,7.6652,0,5.8059,7.7684,0,6.7863,7.8546,0,7.7848,7.9323,0 +PL 0.5838,0.267,0,1.2703,2.9323,0,1.4489,5.3433,0,1.4415,7.9323,0,4.4014,7.9323,0,4.4014,9,0,4.4014,9,0,4.4014,9,0 +PL 2.7203,0,0,2.7203,3.6992,0,3.9181,3.719,0,4.4645,3.8573,0,4.8249,4.2331,0,4.482,4.6088,0,4.0372,4.7472,0,3.1157,4.7669,0 +PL 4.8249,0,0,4.5972,1.2868,0,3.9812,1.5989,0,3.1157,1.5636,0 +PL 6.1103,0,0,6.9614,0,0,6.9614,1.5636,0,5.4098,1.8404,0,4.3454,2.3546,0,3.1157,2.6314,0 +PL 6.9614,2.3644,0,5.746,2.572,0,5.1892,2.7797,0,4.8249,3.1653,0,5.1892,3.5212,0,5.746,3.5212,0,6.9614,3.1653,0 +PL 5.2525,4.7669,0,4.1423,5.7288,0,3.1157,5.8772,0,1.8688,5.7966,0 +PL 5.6798,4.7669,0,5.9562,4.8701,0,6.2399,4.9563,0,6.5344,5.0339,0,5.5187,6.1187,0,4.254,6.695,0,3.1157,6.8644,0 + +[5ec3] 廃 +PL 5.5549,2.6314,0,5.2537,3.0466,0,5.1417,3.4619,0,5.1245,4.233,0,3.8496,4.233,0,3.8496,4.233,0,3.8496,4.233,0 +L 5.9822,2.6314,6.8057,2.6314 +PL 5.7686,4.233,0,5.8667,4.4901,0,5.5308,5.0437,0,4.4902,6.3687,0,4.1259,6.024,0,3.7652,5.6709,0,3.4184,5.3008,0 +PL 6.8057,4.233,0,6.522,4.8263,0,6.522,5.2415,0,6.8057,5.8348,0 +PL 2.14,6.8645,0,4.2734,6.8645,0,4.2734,6.8645,0,4.2734,6.8645,0 +PL 4.2734,7.9322,0,7.2361,7.9322,0,7.2361,7.9322,0,7.2361,7.9322,0 +PL 0.0351,0.2669,0,0.7146,2.9322,0,0.8967,5.3431,0,0.8897,7.9322,0,3.8496,7.9322,0,3.8496,8.9999,0,3.8496,8.9999,0,3.8496,8.9999,0 +PL 1.5271,0,0,2.1474,0.6369,0,2.781,1.257,0,3.4184,1.8687,0,3.0752,2.4053,0,2.6374,2.6031,0,1.7408,2.6314,0 +PL 5.5549,0,0,5.0191,1.2754,0,4.8159,2.2458,0,3.8496,2.6314,0,3.4815,3.3545,0,3.1242,4.0692,0,2.781,4.7669,0,2.4237,4.6032,0,2.0805,4.4223,0,1.7408,4.233,0 +PL 5.9822,0,0,7.2361,0,0,7.2361,1.0677,0 + +[5ec9] 廉 +PL 6.0768,7.9322,0,7.7863,7.9322,0,7.7863,7.9322,0,7.7863,7.9322,0 +PL 0.5849,0.2669,0,1.2574,2.9152,0,1.4259,5.3347,0,1.4119,7.9322,0,4.3991,7.9322,0,4.3991,9,0,4.3991,9,0,4.3991,9,0 +PL 3.9718,0,0,3.8877,0.7132,0,3.8215,1.4096,0,3.7585,2.0975,0,3.1207,1.5904,0,2.4763,1.0664,0,1.8357,0.5339,0 +PL 5.2222,0,0,5.2222,2.6314,0,2.6899,2.6314,0,2.6899,2.6314,0,2.6899,2.6314,0 +PL 7.3625,0.5339,0,6.42,1.7811,0,5.4992,3.0113,0,4.5812,4.233,0,4.3711,3.8883,0,4.1648,3.5353,0,3.9718,3.1653,0 +PL 6.0768,2.6314,0,6.9317,2.6314,0,5.9577,4.6229,0,3.9473,4.606,0,2.263,4.233,0 +PL 7.3625,4.233,0,6.6862,4.9054,0,5.6848,5.5184,0,4.5812,6.3687,0,3.8215,5.6172,0,3.3312,5.3404,0,2.6899,5.3009,0 +PL 2.263,6.3687,0,3.1837,6.3884,0,3.6251,6.5268,0,3.9718,6.9025,0,3.8215,7.082,0,3.6744,7.2444,0,3.541,7.3983,0 +PL 5.653,6.3687,0,5.3658,6.7726,0,5.3658,7.1088,0,5.653,7.6652,0,5.3556,7.7684,0,5.0719,7.8545,0,4.7949,7.9322,0 +PL 6.0768,6.3687,0,7.7863,6.3687,0,7.7863,6.3687,0,7.7863,6.3687,0 + +[5eca] 廊 +PL 4.917,7.9322,0,7.88,7.9322,0,7.88,7.9322,0,7.88,7.9322,0 +PL 0.6793,0.2669,0,1.3518,2.9152,0,1.5161,5.3347,0,1.5021,7.9322,0,4.49,7.9322,0,4.49,9,0,4.49,9,0,4.49,9,0 +PL 1.9332,0,0,2.7843,0,0,2.7843,6.3687,0,4.917,6.3687,0,4.917,3.1653,0,3.2081,3.1653,0,3.2081,3.1653,0,3.2081,3.1653,0 +PL 4.917,0.2669,0,4.7072,0.5339,0,4.49,0.8009,0,4.276,1.0677,0,3.9118,0.904,0,3.5584,0.7232,0,3.2081,0.5339,0 +PL 6.1712,0,0,6.1712,6.3687,0,6.7242,6.291,0,7.299,6.2048,0,7.88,6.1017,0,7.5827,5.4901,0,7.299,4.8701,0,7.0219,4.233,0,7.6247,3.0677,0,7.8489,2.3856,0,7.88,1.6017,0,7.5827,1.4379,0,7.299,1.2571,0,7.0219,1.0677,0 +PL 3.2081,4.7669,0,4.49,4.7669,0,4.49,4.7669,0,4.49,4.7669,0 + +[5ef6] 延 +PL 0.0351,8.5042,0,1.7408,8.5042,0,0.0351,5.3008,0,1.7408,5.3008,-0.1572,0.0353,0,0 +PL 0.0331,3.7372,0.2984,1.422,0.9865,0.1317,5.1035,0,0,7.2361,0,0 +L 5.1245,5.3008,6.8057,5.3008 +L 3.4184,2.1356,3.4184,6.3686 +L 2.5673,2.1356,7.2361,2.1356 +L 5.1245,2.1356,5.1245,8.1355 +A 2.9946,21.8553,13.885,270,285.941 + +[5ef7] 廷 +PL 0.925,0,0,1.2682,0.4563,0,1.6251,0.904,0,1.9894,1.3349,0,1.3908,2.3136,0,1.1667,2.9365,0,1.1383,3.7373,0 +PL 3.2398,0,0,2.9459,0.1893,0,2.6657,0.3702,0,2.3855,0.534,0 +PL 3.6706,0,0,7.9054,0,0,7.9054,0,0,7.9054,0,0 +PL 2.3855,2.1356,0,2.3855,5.3009,0,1.4889,5.2811,0,1.0578,5.1427,0,0.7075,4.767,0 +PL 4.0944,2.1356,0,5.8039,2.1356,0,5.7199,4.4648,0,5.156,5.2345,0,3.6706,5.3009,0 +PL 6.1958,2.1356,0,7.4851,2.1356,0,7.4851,2.1356,0,7.4851,2.1356,0 +PL 6.1958,5.3009,0,5.9195,5.7557,0,5.8179,6.4478,0,5.8039,7.9704,0,4.0944,7.9704,0,4.0944,7.9704,0,4.0944,7.9704,0 +PL 6.6266,5.3009,0,7.9054,5.3009,0,7.9054,5.3009,0,7.9054,5.3009,0 +PL 1.1383,5.8348,0,1.5411,6.6357,0,1.9614,7.4366,0,2.3855,8.2374,0,1.8146,8.3405,0,1.2609,8.4266,0,0.7075,8.5044,0 +PL 6.1958,7.9704,0,6.5324,8.3462,0,6.8648,8.4846,0,7.4851,8.5044,0 + +[5efa] 建 +PL 1.0476,0,0,1.3908,0.4562,0,1.7477,0.904,0,2.1158,1.3347,0,1.5134,2.3122,0,1.2893,2.9252,0,1.2574,3.6991,0 +PL 3.3977,0,0,3.0997,0.1893,0,2.816,0.3703,0,2.5396,0.5339,0 +L 3.7932,0,8.0346,0 +PL 5.5027,1.3347,0,5.1384,1.8984,0,4.5921,2.1059,0,3.3977,2.1356,0 +PL 2.5396,2.1356,0,2.5396,5.3009,0,1.6216,5.2811,0,1.1803,5.1427,0,0.8301,4.767,0 +PL 5.9297,2.1356,0,5.6284,2.6681,0,5.3482,3.1921,0,5.0719,3.6991,0,3.7932,3.6991,0 +L 6.3538,2.1356,8.0346,2.1356 +PL 5.9297,3.6991,0,5.6284,4.2331,0,5.3482,4.767,0,5.0719,5.3009,0,4.2208,5.3009,0 +L 6.3538,3.6991,7.6353,3.6991 +PL 5.9297,5.3009,0,5.6284,5.8348,0,5.3482,6.3688,0,5.0719,6.9026,0,3.3977,6.9026,0 +PL 6.3538,5.3009,0,7.208,5.3009,0,6.669,6.8404,0,5.4673,7.702,0,4.2208,7.9703,0 +PL 1.2574,5.8348,0,2.5396,8.2374,0,1.9617,8.3137,0,1.3908,8.3899,0,0.8301,8.4661,0 +PL 7.6353,6.9026,0,6.9874,7.5735,0,6.1507,8.1768,0,5.5027,9.0001,0 + +[5f01] 弁 +PL 1.4976,0.0152,0,2.5483,1.5561,0,2.9406,2.3768,0,2.9966,3.1804,0,2.6187,3.5562,0,1.9599,3.6946,0,0.4612,3.7143,0 +PL 5.13,0.0152,0,4.5762,3.364,0,3.5504,3.9249,0,2.9966,5.3161,0 +PL 5.5289,3.7143,0,5.2526,4.1296,0,5.1471,4.5449,0,5.13,5.3161,0 +PL 5.9527,3.7143,0,7.6622,3.7143,0,7.6622,3.7143,0,7.6622,3.7143,0 +PL 7.2349,6.117,0,7.0875,6.3839,0,6.9372,6.6508,0,6.8073,6.9178,0,5.0914,6.7793,0,3.4624,6.5223,0,0.8917,6.3839,0 +PL 2.5662,6.9178,0,2.8429,7.6309,0,3.1227,8.3274,0,3.4239,9.0152,0 +PL 6.3835,7.4517,0,6.0861,7.7948,0,5.8059,8.1382,0,5.5289,8.4813,0 + +[5f0a] 弊 +PL 0.863,0,0,1.479,0.6371,0,2.1095,1.2571,0,2.7504,1.8687,0,2.6103,2.1356,0,2.4811,2.4026,0,2.3585,2.6695,0,0.649,2.6695,0,0.649,2.6695,0,0.649,2.6695,0 +PL 5.7419,0,0,5.5387,2.1836,0,4.7682,2.7232,0,3.1812,2.6695,0,3.0275,3.0127,0,2.8839,3.356,0,2.7504,3.6992,0 +PL 6.1692,2.6695,0,6.0182,3.0127,0,5.8746,3.356,0,5.7419,3.6992,0 +PL 6.5646,2.6695,0,7.8469,2.6695,0,7.8469,2.6695,0,7.8469,2.6695,0 +PL 2.3585,4.767,0,2.278,6.6625,0,1.8223,7.346,0,0.649,7.4365,0,0.7054,6.7387,0,0.7789,6.0241,0,0.863,5.3008,0,1.0763,5.671,0,1.2868,6.0241,0,1.5001,6.3686,0 +PL 3.605,4.767,0,3.3112,5.3008,0,3.0275,5.8348,0,2.7504,6.3686,0 +PL 4.0323,4.767,0,4.0323,7.4365,0,3.5245,7.5397,0,3.0275,7.6257,0,2.5406,7.7034,0,2.4811,8.1497,0,2.4142,8.5792,0,2.3585,9,0 +PL 5.5279,4.767,0,5.8645,5.137,0,6.2112,5.4901,0,6.5646,5.8348,0,6.2112,6.3686,0,5.8645,6.9026,0,5.5279,7.4365,0,5.1636,7.0918,0,4.8067,6.7387,0,4.4596,6.3686,0 +PL 6.9958,6.6356,0,7.125,7.0057,0,7.2686,7.3588,0,7.4157,7.7034,0,6.8522,7.7798,0,6.2949,7.856,0,5.7419,7.9322,0,5.7419,9,0,5.7419,9,0,5.7419,9,0 +PL 1.0763,8.1992,0,0.9225,8.4661,0,0.7789,8.7331,0,0.649,9,0 +PL 3.605,7.9322,0,3.735,8.3023,0,3.8852,8.6554,0,4.0323,9,0 + +[5f0f] 式 +L 0.0351,6,7.2361,6 +PL 4.7038,9.0001,0,4.7041,6,0.2024,7.2361,0,0,7.2361,1.5,0 +L 5.9507,8.4661,6.8929,7.5242 +L 0.5324,7.5,3.6321,7.5 +L 1.8318,4.5,1.8318,1.0392 +L 0.0351,0,4.3781,2.5073 +L 0.0351,4.5,3.8212,4.5 + +[5f10] 弐 +PL 7.5436,0.0152,0,5.7675,4.6057,0,4.4401,6.1791,0,0.7695,6.3457,0 +PL 7.9709,0.0152,0,7.9709,1.5788,0,7.9709,1.5788,0,7.9709,1.5788,0 +PL 1.628,0.511,0,2.6017,0.881,0,3.589,1.2341,0,4.5841,1.5788,0 +PL 1.628,3.7144,0,4.1603,3.7144,0,4.1603,3.7144,0,4.1603,3.7144,0 +PL 5.8341,6.3457,0,5.5577,6.8006,0,5.4523,7.4926,0,5.4387,9.0152,0 +PL 6.2652,6.3457,0,7.9709,6.3457,0,7.9709,6.3457,0,7.9709,6.3457,0 +PL 7.5436,7.4135,0,7.2456,7.7836,0,6.9654,8.1367,0,6.6925,8.4814,0 +PL 1.628,7.9475,0,4.1603,7.9475,0,4.1603,7.9475,0,4.1603,7.9475,0 + +[5f13] 弓 +PL 4.5372,0.0004,0,5.5346,0.0004,0.2191,7.6089,4.5001,0,1.4694,4.5001,0,1.4694,6.7702,0,7.6089,6.7702,0,7.6089,9.0001,0,0.4288,9.0001,0 + +[5f14] 弔 +PL 3.5725,0,0,3.3943,3.0876,0,2.4521,3.8278,0,0.1577,3.7373,0,0.1577,2.6696,0,0.1577,2.6696,0,0.1577,2.6696,0 +PL 5.2537,1.0678,0,6.5776,1.3278,0,6.9563,2.1809,0,6.9629,3.7373,0,5.8912,3.8404,0,4.8229,3.9266,0,3.7547,4.0043,0,3.5449,4.6145,0,3.3379,5.2247,0,3.1421,5.8348,0,0.585,5.8348,0,0.585,4.2331,0,0.585,4.2331,0,0.585,4.2331,0 +PL 3.9683,5.8348,0,3.6916,6.2896,0,3.5901,6.9817,0,3.5725,8.5044,0,0.585,8.5044,0,0.585,8.5044,0,0.585,8.5044,0 +PL 4.3991,5.8348,0,6.5325,5.8348,0,6.5325,8.5044,0,3.9683,8.5044,0,3.9683,8.5044,0,3.9683,8.5044,0 + +[5f15] 引 +PL 0.8615,0,0,2.1104,0.0001,0.0999,2.9626,4.2332,0,0.4304,4.2332,0,0.4304,6.3687,0,2.9626,6.3687,0,2.9626,8.4663,0,0.0034,8.4663,0 +L 6.3498,0,6.3498,9 + +[5f1f] 弟 +PL 0.5209,7.3983,0,6.0166,7.3983,0,6.0166,5.7965,0,0.9482,5.7965,0,0.9482,3.6992,0,6.8674,3.6992,0,0.9482,3.6992,0 +PL 5.1932,0.4956,0,6.0166,0.4956,0.131,6.8675,3.6992,0 +L 0.094,0.4956,3.4843,3.345 +L 3.4843,0,3.4843,7.3983 +L 2.6294,8.1989,1.8273,8.9998 +L 4.3354,7.9322,5.4033,8.9998 + +[5f26] 弦 +PL 0.7979,0.0152,0,2.1954,0.7496,0,2.5211,2.4332,0,2.4753,4.2863,0,0.7979,4.2863,0,0.7979,6.3838,0,2.4753,6.3838,0,2.4753,8.5194,0,0.3703,8.5194,0,0.3703,8.5194,0,0.3703,8.5194,0 +PL 3.3302,0.0152,0,4.9554,1.0985,0,5.3087,2.7073,0,4.6118,4.5534,0,4.885,5.2666,0,5.1651,5.9629,0,5.4352,6.6507,0,5.0709,7.2144,0,4.5281,7.422,0,3.3302,7.4516,0 +PL 4.6118,0.0152,0,5.3336,0.1536,0,5.9777,0.4107,0,6.7167,0.5491,0,7.0004,1.1423,0,7.0004,1.5576,0,6.7167,2.1508,0 +PL 5.866,3.2186,0,6.1388,3.9319,0,6.419,4.6282,0,6.7167,5.316,0 +PL 5.866,7.4516,0,5.5613,7.8669,0,5.4527,8.2821,0,5.4352,9.0534,0 +PL 6.2863,7.4516,0,7.5748,7.4516,0,7.5748,7.4516,0,7.5748,7.4516,0 + +[5f27] 弧 +PL 0.4288,0.0152,0,1.8302,0.7496,0,2.1559,2.4332,0,2.11,4.2863,0,0.8281,4.2863,0,0.8281,6.3838,0,2.11,6.3838,0,2.11,8.5194,0,0.4288,8.5194,0,0.4288,8.5194,0,0.4288,8.5194,0 +PL 2.965,0.2821,0,3.6339,2.9318,0,3.8196,5.3104,0,3.8196,7.9855,0,5.1606,8.124,0,6.1308,8.381,0,7.2061,8.5194,0 +PL 3.8196,0.0152,0,5.0661,0.0152,0,5.0661,7.4516,0,5.0661,7.4516,0,5.0661,7.4516,0 +PL 7.6334,0.2821,0,6.8418,2.9573,0,6.4534,5.3866,0,6.355,7.9855,0 +PL 5.7105,0.5491,0,5.7736,0.9191,0,5.8405,1.2723,0,5.9245,1.6168,0 + +[5f31] 弱 +PL 0.6485,4.7671,0,0.6485,6.8644,0,2.7535,6.8644,0,2.7535,8.4663,0,0.2177,8.4663,0 +PL 1.0446,0,0,2.5016,0.8462,0,2.813,2.7516,0,2.7535,4.7671,0,2.1721,4.6893,0,1.5977,4.6033,0,1.0446,4.5001,0,1.1739,4.2332,0,1.3175,3.9661,0,1.4649,3.6992,0 +L 0.4313,1.602,1.8957,2.6314 +PL 5.2857,0,0,6.7428,0.8462,0,7.0548,2.7516,0,6.9918,4.7671,0,6.4135,4.6893,0,5.8395,4.6033,0,5.2857,4.5001,0,5.4157,4.2332,0,5.5558,3.9661,0,5.7095,3.6992,0 +PL 4.6451,1.602,0,5.132,1.945,0,5.6255,2.2883,0,6.1368,2.6314,0 +PL 4.8549,4.7671,0,4.8549,6.8644,0,6.9918,6.8644,0,6.9918,8.4663,0,4.4592,8.4663,0 + +[5f35] 張 +PL 1.3775,0,0,2.6302,0,0.0999,3.4825,4.2331,0,0.9502,4.2331,0,0.9502,6.3686,0,3.4825,6.3686,0,3.4825,8.4662,0,0.5264,8.4662,0 +PL 4.3756,4.5,0,4.3756,9,0,7.4753,9,0 +L 7.7243,4.5,3.6261,4.5 +L 6.9748,7.5,4.3756,7.5 +L 6.9748,6,4.3756,6 +L 4.1269,4,7.7243,0 +L 7.7243,4,5.9377,2.9706 +L 4.1269,4.5,4.1269,0 +A 3.6261,3.9016,3.9016,270,306.122 + +[5f37] 強 +PL 1.3775,0,0,2.6302,0,0.0999,3.4825,4.2331,0,0.9502,4.2331,0,0.9502,6.3686,0,3.4825,6.3686,0,3.4825,8.4661,0,0.5264,8.4661,0 +PL 5.3458,8.9998,0,4.4947,6.8643,0,7.2931,7.6144,0 +L 7.7243,6.8643,6.8798,8.3243 +PLC 7.7243,4.812,0,4.1269,4.812,0,4.1269,3,0,7.7243,3,0 +L 4.1868,0,7.6192,1.0702 +L 5.924,6.3303,5.924,0.5424 +A 2.362,0,5.3638,360,23.019 + +[5f3e] 弾 +PL 1.2574,0,0,2.6657,0.7161,0,3.009,2.3729,0,2.9669,4.2331,0,1.2574,4.2331,0,1.2574,6.3686,0,2.9669,6.3686,0,2.9669,8.4662,0,0.8301,8.4662,0,0.8301,8.4662,0,0.8301,8.4662,0 +PL 5.9297,0,0,5.7199,1.757,0,5.0369,2.1836,0,3.7932,2.1356,0 +PL 6.3538,2.1356,0,6.0592,2.6681,0,5.772,3.1921,0,5.5027,3.6992,0,4.2208,3.6992,0,4.2208,6.9026,0,5.2046,7.0057,0,6.2032,7.0918,0,7.208,7.1696,0,7.4816,7.7797,0,7.7579,8.3899,0,8.0346,9.0001,0 +PL 6.7807,2.1356,0,8.0346,2.1356,0,8.0346,2.1356,0,8.0346,2.1356,0 +PL 6.3538,3.6992,0,6.0592,4.2331,0,5.772,4.7671,0,5.5027,5.3009,0,4.6446,5.3009,0,4.6446,5.3009,0,4.6446,5.3009,0 +PL 6.7807,3.6992,0,7.6353,3.6992,0,7.6353,5.3009,0,6.3538,5.3009,0,6.2032,5.671,0,6.0592,6.0241,0,5.9297,6.3686,0 +PL 7.6353,5.8348,0,7.6353,6.9026,0,7.6353,6.9026,0,7.6353,6.9026,0 +PL 4.2208,8.1992,0,4.0667,8.4662,0,3.9231,8.7331,0,3.7932,9.0001,0 +PL 5.9297,8.1992,0,5.772,8.4662,0,5.6284,8.7331,0,5.5027,9.0001,0 + +[5f53] 当 +PL 1.2878,0.4956,0,7.21,0.4956,0,7.21,5.7965,0,1.2878,5.7965,0 +L 4.2505,6.3303,4.2505,8.9998 +L 1.2878,3.1653,7.21,3.1653 +L 1.7151,8.4661,2.5416,7.1312 +L 5.96,6.8643,6.7827,8.4661 + +[5f62] 形 +L 0.8625,5.25,4.4591,5.25 +L 0.8625,9,4.4591,9 +PL 0.8665,-0.0001,0.099,1.7622,4.5,0,1.7622,9,0 +L 3.5593,0,3.5593,9 +L 8.0631,6.0001,4.4591,3.9215 +L 8.0631,9,4.4591,6.9216 +L 4.4591,0,8.0631,2.0785 + +[5f69] 彩 +PL 2.2926,0.0381,0,2.2121,1.1045,0,2.1424,2.1623,0,2.0825,3.2033,0,1.5715,2.5056,0,1.0738,1.791,0,0.5838,1.0678,0 +PL 4.4014,0.0381,0,5.5254,0.4915,0,6.3975,1.1737,0,7.7848,2.6694,0 +PL 3.5465,1.6017,0,3.2702,1.9718,0,2.9966,2.3248,0,2.7203,2.6694,0 +PL 0.5838,3.7372,0,2.2926,3.7372,0,2.2926,4.805,0,2.2926,4.805,0,2.2926,4.805,0 +PL 2.7203,3.7372,0,3.9703,3.7372,0,3.9703,3.7372,0,3.9703,3.7372,0 +PL 5.0385,3.7372,0,5.8059,4.4604,0,6.573,5.1751,0,7.361,5.8729,0 +PL 1.0142,6.1398,0,0.8605,6.4053,0,0.7204,6.6624,0,0.5838,6.9025,0 +PL 2.2926,6.1398,0,2.1424,6.4053,0,1.9988,6.6624,0,1.8688,6.9025,0 +PL 3.5465,6.1398,0,3.6764,6.5861,0,3.8232,7.0155,0,3.9703,7.4364,0 +PL 5.0385,6.3687,0,5.8059,7.0917,0,6.573,7.8064,0,7.361,8.5041,0 +PL 0.5838,7.9703,0,2.2261,8.1087,0,3.1861,8.3658,0,3.9703,8.5041,0 + +[5f6b] 彫 +PL 0.1915,0.267,0,0.4889,1.106,0,0.5978,3.2416,0,0.6153,8.5044,0,4.0022,8.5044,0,4.0022,0,0,3.1476,0,0,3.1476,0,0,3.1476,0,0 +PL 5.0704,0,0,5.8336,0.904,0,6.6007,1.791,0,7.3887,2.6696,0 +PLC 1.4699,2.325,0,1.4699,3.7373,0,3.1476,3.7373,0,3.1476,1.6018,0,1.4699,1.6018,0 +PL 5.0704,3.7373,0,5.6865,4.4507,0,6.3205,5.147,0,6.9614,5.8348,0 +PL 1.4699,5.3009,0,2.2965,5.3009,0,2.2965,6.9026,0,1.4699,6.9026,0,1.4699,6.9026,0,1.4699,6.9026,0 +PL 5.0704,6.9026,0,5.6865,7.6159,0,6.3205,8.3123,0,6.9614,9.0001,0 + +[5f70] 彰 +PL 2.6617,0.0001,0,2.3146,1.4493,0,1.4986,1.7036,0,0.5249,1.6018,0 +PL 4.5496,0.0001,0,5.5968,1.0679,0,6.6612,2.1357,0,7.7263,3.2035,0 +PL 3.089,1.6018,0,2.7878,2.0171,0,2.6754,2.4324,0,2.6617,3.2035,0,1.3795,3.2035,0,1.3795,5.3009,0,3.9156,5.3009,0,3.9156,3.2035,0,3.089,3.2035,0,3.089,3.2035,0,3.089,3.2035,0 +PL 3.5128,1.6018,0,4.7667,1.6018,0,4.7667,1.6018,0,4.7667,1.6018,0 +PL 5.4073,3.6993,0,6.0451,4.4225,0,6.6896,5.1371,0,7.3302,5.8349,0 +PL 1.8033,4.2332,0,3.5128,4.2332,0,3.5128,4.2332,0,3.5128,4.2332,0 +PL 0.5249,6.3687,0,0.9522,6.4718,0,1.3795,6.5581,0,1.8033,6.6357,0,1.653,7.0058,0,1.5094,7.3589,0,1.3795,7.7035,0,1.8033,7.8067,0,2.2344,7.8928,0,2.6617,7.9705,0,2.6617,9.0001,0,2.6617,9.0001,0,2.6617,9.0001,0 +PL 2.2344,6.3687,0,2.6617,6.4718,0,3.089,6.5581,0,3.5128,6.6357,0,3.6389,7.0058,0,3.7647,7.3589,0,3.9156,7.7035,0,3.6354,7.8067,0,3.3619,7.8928,0,3.089,7.9705,0 +PL 3.9156,6.3687,0,4.7667,6.3687,0,4.7667,6.3687,0,4.7667,6.3687,0 +PL 5.6213,6.9027,0,6.1743,7.616,0,6.7491,8.3123,0,7.3302,9.0001,0 + +[5f71] 影 +PL 1.5925,0,0,2.4436,0,0,2.4436,3.2033,0,1.1652,3.2033,0,1.1652,4.2711,0,3.7286,4.2711,0,3.7286,3.2033,0,2.874,3.2033,0,2.874,3.2033,0,2.874,3.2033,0 +PL 4.5486,0,0,5.6588,0.435,0,6.4329,0.9887,0,7.5432,2.1356,0 +PL 0.3141,0.5339,0,0.5834,1.0679,0,0.8671,1.6017,0,1.1652,2.1356,0 +PL 3.7286,1.3347,0,3.5749,1.6017,0,3.4313,1.8686,0,3.2978,2.1356,0 +PL 5.1895,3.7373,0,5.9636,4.4505,0,6.7481,5.1469,0,7.5432,5.8347,0 +PL 0.3141,5.3007,0,2.4436,5.3007,0,2.4436,6.3686,0,1.1652,6.3686,0,1.1652,8.5042,0,3.7286,8.5042,0,3.7286,6.3686,0,2.874,6.3686,0,2.874,6.3686,0,2.874,6.3686,0 +PL 2.874,5.3007,0,4.5486,5.3007,0,4.5486,5.3007,0,4.5486,5.3007,0 +PL 5.1895,6.9025,0,5.8336,7.4364,0,6.4714,7.9704,0,7.1124,8.5042,0 +PL 1.5925,7.4364,0,3.2978,7.4364,0,3.2978,7.4364,0,3.2978,7.4364,0 + +[5f79] 役 +PL 1.5021,0,0,1.418,1.4111,0,1.3518,2.8221,0,1.2888,4.233,0,1.0748,4.0692,0,0.8716,3.8885,0,0.6793,3.6991,0 +PL 2.7843,0,0,3.8732,0.4152,0,4.5317,0.8305,0,5.3166,1.6017,0,4.4024,3.2754,0,3.8561,3.9577,0,3.2081,4.233,0 +PL 7.0219,0,0,6.5981,0.37,0,6.1712,0.7232,0,5.7439,1.0679,0 +PL 5.7439,2.0973,0,6.1712,2.7344,0,6.5981,3.3544,0,7.0219,3.9661,0,6.1712,4.0692,0,5.3232,4.1553,0,4.49,4.233,0 +PL 1.5021,4.7668,0,1.7756,5.4803,0,2.0593,6.1765,0,2.3532,6.8644,0 +PL 3.2081,5.3009,0,3.8806,6.3334,0,4.0662,7.2303,0,4.0627,8.4661,0,6.1712,8.4661,0,6.1712,5.8347,0,7.88,5.8347,0,7.88,6.8644,0,7.88,6.8644,0,7.88,6.8644,0 +PL 0.6793,6.8644,0,1.0821,7.5876,0,1.5021,8.3023,0,1.9332,9,0 + +[5f7c] 彼 +PL 1.0426,0,0,0.9586,1.4111,0,0.8917,2.8221,0,0.8251,4.2331,0,0.6153,4.0692,0,0.4013,3.8884,0,0.1915,3.6991,0 +PL 1.8972,0.267,0,2.5172,2.7359,0,2.7094,4.9676,0,2.7164,7.4365,0,3.9391,7.4548,0,4.489,7.5834,0,4.8564,7.9322,0,4.8564,9,0,4.8564,9,0,4.8564,9,0 +PL 3.3609,0,0,4.0022,0.5339,0,4.6393,1.0678,0,5.2802,1.6017,0,4.3805,3.1172,0,4.0474,3.9379,0,4.0022,4.767,0,3.1476,4.767,0,3.1476,4.767,0,3.1476,4.767,0 +PL 6.9614,0,0,6.5341,0.3701,0,6.1138,0.7232,0,5.711,1.0678,0 +PL 5.711,2.1356,0,6.2893,3.2755,0,6.5026,3.9576,0,6.531,4.767,0,4.426,4.767,0,4.426,4.767,0,4.426,4.767,0 +PL 1.0426,4.767,0,1.319,5.4901,0,1.5992,6.2048,0,1.8972,6.9026,0 +PL 4.8564,5.3008,0,4.8708,6.4478,0,4.9825,7.0015,0,5.2802,7.4365,0,5.8336,7.3588,0,6.3874,7.2727,0,6.9614,7.1695,0,6.8073,6.9026,0,6.6676,6.6355,0,6.531,6.3687,0 +PL 0.1915,6.9026,0,0.6153,7.6159,0,1.0426,8.3122,0,1.4699,9,0 + +[5f80] 往 +PL 1.4719,0,0,1.3878,1.411,0,1.3174,2.822,0,1.2544,4.2329,0,1.0446,4.0691,0,0.8306,3.8884,0,0.6173,3.6991,0 +PL 2.7223,0,0,5.2822,0,0,5.2892,2.3828,0,4.9148,3.452,0,3.5734,3.6991,0 +PL 5.6783,0,0,7.818,0,0,7.818,0,0,7.818,0,0 +PL 5.6783,3.6991,0,5.4016,4.1737,0,5.2966,5.0041,0,5.2822,6.9025,0,3.1531,6.9025,0,3.1531,6.9025,0,3.1531,6.9025,0 +PL 6.1091,3.6991,0,6.9634,3.6991,0,6.9634,3.6991,0,6.9634,3.6991,0 +PL 1.4719,4.7668,0,1.7482,5.4902,0,2.0183,6.2048,0,2.2946,6.9025,0 +PL 0.6173,6.9025,0,1.0236,7.6158,0,1.4435,8.3122,0,1.8638,8.9999,0 +PL 5.6783,6.9025,0,7.3907,6.9025,0,7.3907,6.9025,0,7.3907,6.9025,0 +PL 5.2822,7.9703,0,4.9884,8.3135,0,4.7047,8.6567,0,4.4311,8.9999,0 + +[5f81] 征 +PL 0.8882,0,0,0.8041,1.411,0,0.7341,2.8221,0,0.6745,4.2331,0,0.4644,4.0692,0,0.2577,3.8885,0,0.0616,3.6991,0 +PL 2.1736,0,0,3.0247,0,0,3.0247,5.3008,0,3.0247,5.3008,0,3.0247,5.3008,0 +PL 3.452,0,0,4.6992,0,0,4.6992,8.4662,0,2.5974,8.4662,0,2.5974,8.4662,0,2.5974,8.4662,0 +PL 5.1296,0,0,7.2626,0,0,7.2626,0,0,7.2626,0,0 +PL 5.1296,4.2331,0,6.8388,4.2331,0,6.8388,4.2331,0,6.8388,4.2331,0 +PL 0.8882,4.767,0,1.1649,5.4802,0,1.4489,6.1766,0,1.7431,6.8644,0 +PL 0.0616,6.8644,0,0.4714,7.5877,0,0.892,8.3023,0,1.3155,9,0 +PL 5.1296,8.4662,0,6.8388,8.4662,0,6.8388,8.4662,0,6.8388,8.4662,0 + +[5f84] 径 +PL 2.1416,0,0,4.6668,0,0,4.5271,1.6116,0,4.0122,2.0876,0,2.9926,2.0974,0 +L 5.0976,0,7.2341,0 +PL 5.0976,2.0974,0,4.7964,2.5128,0,4.6843,2.9279,0,4.6668,3.6991,0 +L 5.5249,2.0974,6.376,2.0974 +PL 2.1416,4.2331,0,3.2101,4.6484,0,3.8648,5.0635,0,4.6668,5.8347,0,3.7881,6.9746,0,3.469,7.6568,0,3.4199,8.4662,0,2.5653,8.4662,0 +PL 6.376,4.2331,0,5.9557,4.6031,0,5.5249,4.9561,0,5.0976,5.3008,0 +PL 5.0976,6.3305,0,5.5249,6.9677,0,5.9557,7.5876,0,6.376,8.1991,0,5.5249,8.3023,0,4.6668,8.3886,0,3.8157,8.4662,0 +L 0.8562,9,-0.3904,6.9025 +L 0.8562,0,0.8562,5.5678 +A -4.8598,8.133,6.2669,315.462,348.677 + +[5f85] 待 +L 1.2534,8.9999,0.0034,6.9025 +L 1.2534,0,1.2534,5.5677 +L 3.3938,7.9705,6.8083,7.9705 +PL 5.0991,0,0,5.9502,0,0,5.9502,5.3348,0 +L 3.3938,2.6696,4.2449,1.6017 +L 5.0991,8.9999,5.0991,5.8348 +L 2.9906,5.8348,7.2041,5.8348 +L 2.9906,3.7375,7.2041,3.7375 +A -4.4622,8.133,6.2669,315.462,348.677 + +[5f8b] 律 +PL 0.8897,0,0,0.8091,1.4111,0,0.7356,2.8221,0,0.676,4.2331,0,0.4592,4.0692,0,0.2487,3.8884,0,0.0351,3.6991,0 +PL 4.7038,0,0,4.2944,1.5,0,3.3169,1.7288,0,2.14,1.6017,0 +PL 5.1245,1.6017,0,4.8334,2.1342,0,4.5497,2.6583,0,4.2734,3.1653,0,2.5673,3.1653,0,2.5673,3.1653,0,2.5673,3.1653,0 +PL 5.5549,1.6017,0,7.2361,1.6017,0,7.2361,1.6017,0,7.2361,1.6017,0 +PL 5.1245,3.1653,0,4.8334,3.6991,0,4.5497,4.2331,0,4.2734,4.767,0,2.9946,4.767,0,2.9946,4.767,0,2.9946,4.767,0 +PL 5.5549,3.1653,0,6.8057,3.1653,0,6.8057,3.1653,0,6.8057,3.1653,0 +PL 0.8897,4.767,0,1.1629,5.4901,0,1.4431,6.2048,0,1.7408,6.9026,0 +PL 5.1245,4.767,0,4.8334,5.3008,0,4.5497,5.8348,0,4.2734,6.3687,0,2.5673,6.3687,0,2.5673,6.3687,0,2.5673,6.3687,0 +PL 5.5549,4.767,0,6.3815,4.767,0,6.364,5.5381,0,6.2593,5.9535,0,5.9822,6.3687,0,5.1245,6.3687,0,4.8334,6.9012,0,4.5497,7.4253,0,4.2734,7.9322,0,2.9946,7.9322,0,2.9946,7.9322,0,2.9946,7.9322,0 +PL 6.8057,6.3687,0,6.5076,6.7825,0,6.3955,7.188,0,6.3815,7.9322,0,5.1245,7.9322,0,4.977,8.3023,0,4.8334,8.6554,0,4.7038,9,0 +PL 0.0351,6.9026,0,0.4592,7.6159,0,0.8897,8.3122,0,1.3135,9,0 + +[5f8c] 後 +L 1.2814,0,1.2814,4.5001 +PL 6.3764,6.3686,-0.1482,7.2306,4.7669,0,2.5626,4.7669,0 +L 4.6675,9,3.8192,6.7969 +L 4.4959,5.3254,5.9487,8.5043 +PL 3.2033,1.6962,0.0251,4.6675,3.2035,0,6.376,2.9366,-0.0517,3.2032,0.0001,0 +A -6.2482,8.5303,8.5404,321.41,349.012 +A -6.6755,10.6278,8.5404,321.41,349.012 +A -3.358,2.6044,8.3121,15.0801,40.2092 +A 19.8121,16.7765,20.9703,222.049,233.131 + +[5f90] 徐 +PL 1.1934,0.0001,0,1.1128,1.6004,0,1.0466,3.1923,0,0.9801,4.7671,0,0.7696,4.6032,0,0.5664,4.4225,0,0.3703,4.2332,0 +PL 4.1848,0.0001,0,5.0079,0.0001,0,4.9273,1.171,0,4.8569,2.325,0,4.7939,3.4705,0,4.1564,3.5468,0,3.5225,3.623,0,2.9029,3.6993,0 +PL 2.4753,1.0679,0,2.752,1.6018,0,3.0357,2.1357,0,3.3302,2.6696,0 +PL 7.144,1.3348,0,6.8463,1.791,0,6.5665,2.2389,0,6.2863,2.6696,0 +PL 5.4352,3.6993,0,5.1375,4.1343,0,5.025,4.688,0,5.0079,5.8349,0,3.9848,5.9534,0,3.2353,6.0722,0,2.4753,5.8349,0 +PL 5.866,3.6993,0,7.144,3.6993,0,7.144,3.6993,0,7.144,3.6993,0 +PL 1.1934,5.5679,0,1.3268,6.0241,0,1.4736,6.4718,0,1.6207,6.9027,0 +PL 5.4352,5.8349,0,6.0548,5.8547,0,6.3844,5.9931,0,6.7167,6.3687,0,6.1388,7.2458,0,5.5679,8.123,0,5.0079,9.0001,0,4.5841,8.3123,0,4.1638,7.616,0,3.761,6.9027,0 +PL 0.3703,6.9027,0,0.7804,7.616,0,1.1934,8.3123,0,1.6207,9.0001,0 + +[5f92] 徒 +PL 1.7731,0,0,2.6768,1.2048,0,3.0057,2.1638,0,3.0547,3.6992,0 +PL 4.7359,0.267,0,4.3054,0.5339,0,3.8781,0.8009,0,3.447,1.0678,0 +PL 5.1565,0,0,7.2615,0,0,7.2615,0,0,7.2615,0,0 +PL 4.7359,1.0678,0,4.7082,4.1314,0,4.1194,5.1865,0,2.2004,5.3009,0 +PL 5.1565,3.1652,0,6.8657,3.1652,0,6.8657,3.1652,0,6.8657,3.1652,0 +PL 5.1565,5.3009,0,4.3926,6.6921,0,4.0844,7.2782,0,2.6309,7.3983,0 +PL 5.587,5.3009,0,7.2615,5.3009,0,7.2615,5.3009,0,7.2615,5.3009,0 +PL 5.1565,7.3983,0,4.8623,7.8137,0,4.7502,8.2288,0,4.7359,9,0 +PL 5.587,7.3983,0,6.8657,7.3983,0,6.8657,7.3983,0,6.8657,7.3983,0 +L 0.9217,9,-0.3318,6.9025 +L 0.9217,0,0.9217,5.5677 +A -4.7978,8.1329,6.2669,315.462,348.677 + +[5f93] 従 +PL 1.0708,0,0,0.9902,1.4111,0,0.924,2.8221,0,0.8575,4.233,0,0.647,4.0692,0,0.4298,3.8884,0,0.2165,3.6992,0 +PL 2.3527,0,0,2.9835,1.4195,0,3.1901,2.661,0,3.2111,4.233,0 +PL 4.885,0.2669,0,4.4577,0.7133,0,4.0339,1.1427,0,3.6031,1.5636,0 +PL 5.3126,0,0,7.4176,0,0,7.4176,0,0,7.4176,0,0 +PL 4.885,1.0297,0,4.885,6.8645,0,2.7803,6.8645,0,2.7803,6.8645,0,2.7803,6.8645,0 +PL 5.3126,3.6992,0,7.0215,3.6992,0,7.0215,3.6992,0,7.0215,3.6992,0 +PL 1.0708,5.0339,0,1.2042,5.4803,0,1.3478,5.9096,0,1.5016,6.3305,0 +PL 0.2165,6.8645,0,0.647,7.5876,0,1.0708,8.3023,0,1.5016,9,0 +PL 5.5259,6.8645,0,5.7434,7.5876,0,5.9532,8.3023,0,6.1672,9,0 +PL 6.1672,6.8645,0,7.4176,6.8645,0,7.4176,6.8645,0,7.4176,6.8645,0 +PL 4.0339,7.9322,0,3.7575,8.3023,0,3.4805,8.6553,0,3.2111,9,0 + +[5f97] 得 +PL 5.1882,0,0,6.0428,0,0,5.6929,2.8644,0,4.4947,3.3901,0,2.2321,3.2034,0 +PL 6.4736,3.2034,0,6.1724,3.6174,0,6.0603,4.0227,0,6.0428,4.7671,0,2.6594,4.7671,0,2.6594,4.7671,0,2.6594,4.7671,0 +PLC 3.5105,7.092,0,3.5105,8.5044,0,6.0428,8.5044,0,6.0428,6.3688,0,3.5105,6.3688,0 +PL 3.9417,7.4365,0,5.6193,7.4365,0,5.6193,7.4365,0,5.6193,7.4365,0 +L 0.9467,8.9999,-0.3037,6.9025 +L 0.9467,0,0.9467,5.5677 +A -4.7693,8.133,6.2669,315.462,348.677 + +[5fa1] 御 +PL 1.4415,0.0152,0,1.3575,1.7963,0,1.2913,3.5604,0,1.2247,5.316,0,1.0142,5.1522,0,0.7974,4.9714,0,0.5838,4.7821,0 +PL 6.1103,0.0152,0,6.1103,7.9855,0,7.361,7.9855,0,7.361,1.6168,0,7.361,1.6168,0,7.361,1.6168,0 +PL 2.7203,1.0829,0,2.7203,4.2863,0,2.7203,4.2863,0,2.7203,4.2863,0 +PL 3.1157,1.0829,0,3.9703,1.0829,0,3.8376,3.412,0,3.1402,6.1394,0,1.4415,5.85,0 +PL 4.4014,1.6168,0,5.2525,1.6168,0,5.2525,1.6168,0,5.2525,1.6168,0 +PL 4.4014,3.7525,0,5.2525,3.7525,0,5.2525,3.7525,0,5.2525,3.7525,0 +PL 4.4014,5.85,0,4.1002,6.285,0,3.9878,6.8386,0,3.9703,7.9855,0,3.3542,7.9657,0,3.032,7.8273,0,2.7203,7.4516,0 +PL 0.5838,7.4516,0,0.8605,7.9855,0,1.1403,8.5194,0,1.4415,9.0534,0 +PL 4.4014,7.9855,0,5.2525,7.9855,0,5.2525,7.9855,0,5.2525,7.9855,0 + +[5fa9] 復 +L 0.8562,9.0151,-0.3904,6.9177 +L 0.8562,0.0152,0.8562,5.5829 +PLC 6.376,6.6508,0,3.4199,6.6508,0,3.4199,4.5152,0,6.376,4.5152,0 +L 6.376,5.5957,3.4199,5.5957 +L 6.8068,7.5152,2.9961,7.5152 +PL 2.3074,0.0151,0.3128,6.1098,3.7652,0,3.9768,3.7652,0 +A -4.8598,8.1481,6.2669,315.462,348.677 +A -2.2432,9.0152,5.4498,326.6,0 +A 7.6089,4.635,4.6886,205.806,260.178 +A -0.2751,5.1729,4.4755,305.185,348.077 + +[5faa] 循 +PL 1.0123,0.0001,0,0.9282,1.6004,0,0.862,3.1923,0,0.7986,4.7671,0,0.585,4.6032,0,0.3682,4.4225,0,0.1577,4.2332,0 +PL 3.9683,0.0001,0,3.9683,4.7671,0,5.2537,4.7671,0,4.8439,6.2501,0,3.8773,6.4874,0,2.7214,6.3687,0,2.7043,2.9747,0,2.5957,1.4619,0,2.291,0.534,0 +PL 4.3991,0.0001,0,6.5325,0.0001,0,6.5325,1.6018,0,4.3991,1.6018,0,4.3991,1.6018,0,4.3991,1.6018,0 +PL 6.5325,2.1357,0,6.5325,3.2035,0,4.3991,3.2035,0,4.3991,3.2035,0,4.3991,3.2035,0 +PL 6.5325,3.6993,0,6.5325,4.7671,0,5.6775,4.7671,0,5.6775,4.7671,0,5.6775,4.7671,0 +PL 1.0123,5.5679,0,1.1418,6.0241,0,1.2854,6.4718,0,1.436,6.9027,0 +PL 5.6775,6.3687,0,5.3798,6.7841,0,5.2712,7.1993,0,5.2537,7.9705,0,2.7214,7.9705,0,2.7214,6.9027,0,2.7214,6.9027,0,2.7214,6.9027,0 +PL 6.1052,6.3687,0,7.3867,6.3687,0,7.3867,6.3687,0,7.3867,6.3687,0 +PL 0.1577,6.9027,0,0.585,7.616,0,1.0123,8.3123,0,1.436,9.0001,0 +PL 5.6775,7.9705,0,6.0103,8.3462,0,6.3433,8.4845,0,6.9629,8.5044,0 + +[5fae] 微 +PL 1.7176,0,0,1.6335,1.6002,0,1.5666,3.1921,0,1.5036,4.7669,0,1.2903,4.6032,0,1.0763,4.4223,0,0.8595,4.233,0 +PL 5.5314,0,0,5.9342,0.7994,0,6.3548,1.5904,0,6.7852,2.3644,0,6.1727,3.7387,0,5.8956,4.6384,0,5.7135,5.8348,0,5.1114,5.5975,0,4.3024,5.7161,0,2.9644,5.8348,0,2.9644,7.9322,0,2.9644,7.9322,0,2.9644,7.9322,0 +PL 8.0636,0,0,7.7663,0.5339,0,7.4861,1.0677,0,7.2055,1.6017,0 +PL 2.5406,0.8009,0,2.838,1.4618,0,2.9504,2.3516,0,2.9644,4.233,0,5.1041,4.233,0,5.1041,4.233,0,5.1041,4.233,0 +PL 4.2495,1.6017,0,4.2495,3.6991,0,4.2495,3.6991,0,4.2495,3.6991,0 +PL 7.2055,3.4322,0,7.5103,4.0749,0,7.6188,4.8361,0,7.6363,6.3687,0,7.0553,6.4717,0,6.4879,6.558,0,5.9275,6.6356,0,6.2287,7.2317,0,6.3369,7.8446,0,6.3548,8.9999,0 +PL 1.7176,5.5678,0,1.8401,6.0141,0,1.9694,6.4435,0,2.113,6.8645,0 +PL 3.8225,6.3687,0,3.8225,8.9999,0,3.8225,8.9999,0,3.8225,8.9999,0 +PL 4.6736,6.3687,0,4.6736,7.9322,0,4.6736,7.9322,0,4.6736,7.9322,0 +PL 0.8595,7.3983,0,1.1393,7.9322,0,1.4195,8.4661,0,1.7176,8.9999,0 + +[5fb3] 徳 +PL 1.5001,0,0,1.4195,1.411,0,1.3498,2.8221,0,1.2868,4.2331,0,1.0763,4.0692,0,0.863,3.8885,0,0.649,3.6992,0 +PL 2.7504,0.267,0,2.8839,0.8772,0,3.0275,1.4873,0,3.1812,2.0974,0 +PL 4.8908,0,0,4.5861,0.4336,0,4.4771,0.9774,0,4.4596,2.0974,0 +PL 5.3146,0,0,6.5646,0,0,6.5646,1.0678,0,6.5646,1.0678,0,6.5646,1.0678,0 +PL 7.8469,1.3347,0,7.5558,1.781,0,7.2686,2.2105,0,6.9958,2.6314,0 +PL 5.7419,2.3643,0,5.5909,2.6314,0,5.4438,2.8983,0,5.3146,3.1653,0 +PL 3.605,4.2331,0,3.605,6.3305,0,5.3146,6.3305,0,4.9748,7.7797,0,4.1514,8.0339,0,3.1812,7.9322,0 +PL 4.0323,4.2331,0,4.8908,4.2331,0,4.8908,5.8348,0,4.8908,5.8348,0,4.8908,5.8348,0 +PL 5.3146,4.2331,0,6.1692,4.2331,0,6.0182,4.9464,0,5.8746,5.6427,0,5.7419,6.3305,0 +PL 6.5646,4.2331,0,7.4157,4.2331,0,7.4157,6.3305,0,6.5646,6.3305,0,6.5646,6.3305,0,6.5646,6.3305,0 +PL 1.5001,4.767,0,1.7771,5.4801,0,2.0608,6.1766,0,2.3585,6.8644,0 +PL 0.649,6.8644,0,1.0763,7.5876,0,1.5001,8.3023,0,1.9274,9,0 +PL 5.7419,7.9322,0,5.5909,8.3023,0,5.4438,8.6554,0,5.3146,9,0 +PL 6.1692,7.9322,0,7.8469,7.9322,0,7.8469,7.9322,0,7.8469,7.9322,0 + +[5fb4] 徴 +PL 1.0446,0,0,0.9606,1.6003,0,0.8902,3.1921,0,0.8306,4.767,0,0.6135,4.6032,0,0.4103,4.4224,0,0.2177,4.2331,0 +PL 4.8549,0,0,5.801,2.2444,0,5.7936,3.8448,0,5.4962,6.3687,0,5.2857,6.2049,0,5.0689,6.0241,0,4.8549,5.8348,0 +PL 7.4191,0,0,7.1245,0.534,0,6.8373,1.0678,0,6.5641,1.6018,0 +PL 1.8957,0.534,0,3.1738,0.534,0,3.1738,2.1356,0,2.8796,2.325,0,2.5997,2.5058,0,2.323,2.6696,0 +PL 3.6046,1.0678,0,4.4592,1.0678,0,4.4592,1.0678,0,4.4592,1.0678,0 +PL 3.6046,2.6696,0,3.2999,3.1032,0,3.1916,3.6469,0,3.1738,4.767,0,1.8957,4.767,0,1.8957,4.767,0,1.8957,4.767,0 +PL 6.5641,3.4704,0,6.8653,4.1061,0,6.9778,4.9958,0,6.9918,6.9026,0,5.7095,6.9026,0,5.7095,9.0001,0,5.7095,9.0001,0,5.7095,9.0001,0 +PL 3.6046,4.767,0,4.4592,4.767,0,4.4592,4.767,0,4.4592,4.767,0 +PL 1.0446,5.5679,0,1.1739,6.0241,0,1.3175,6.4718,0,1.4649,6.9026,0 +PL 2.323,6.3687,0,2.323,7.9704,0,2.323,7.9704,0,2.323,7.9704,0 +PL 2.964,6.3687,0,3.0235,7.2458,0,3.0967,8.1229,0,3.1738,9.0001,0 +PL 3.8186,6.3687,0,3.8816,6.9026,0,3.9478,7.4366,0,4.0319,7.9704,0 +PL 0.2177,7.4366,0,0.4909,7.969,0,0.7644,8.493,0,1.0446,9.0001,0 + +[5fb9] 徹 +PL 1.7176,0,0,1.6335,1.6003,0,1.5666,3.1921,0,1.5036,4.767,0,1.2903,4.6032,0,1.0763,4.4224,0,0.8595,4.2331,0 +PL 3.3952,0,0,3.3952,4.2331,0,5.1041,4.2331,0,5.1671,2.8222,0,5.234,1.411,0,5.3146,0,0,5.8049,0.8009,0,6.2918,1.6018,0,6.7852,2.4026,0,6.4739,3.0834,0,6.3093,4.1117,0,6.1408,6.3687,0,5.1745,5.9761,0,3.9343,5.8461,0,2.9644,5.8348,0 +PL 8.0636,0,0,7.7663,0.534,0,7.4861,1.0678,0,7.2055,1.6018,0 +PL 3.8225,2.1356,0,4.6736,2.1356,0,4.6736,2.1356,0,4.6736,2.1356,0 +PL 3.8225,3.2035,0,4.6736,3.2035,0,4.6736,3.2035,0,4.6736,3.2035,0 +PL 7.2055,3.4704,0,7.5103,4.1061,0,7.6188,4.9958,0,7.6363,6.9026,0,7.2055,7.0058,0,6.7852,7.0919,0,6.3548,7.1696,0,6.4879,7.7798,0,6.6315,8.39,0,6.7852,9.0001,0 +PL 1.7176,5.5679,0,1.8401,6.0241,0,1.9694,6.4718,0,2.113,6.9026,0 +PL 3.8225,6.6357,0,4.0673,7.6766,0,3.5774,7.9719,0,2.9644,7.9704,0 +PL 0.8595,6.9026,0,1.1393,7.6159,0,1.4195,8.3123,0,1.7176,9.0001,0 +PL 4.6736,7.9704,0,4.523,8.3136,0,4.3791,8.6569,0,4.2495,9.0001,0 + +[5fc3] 心 +L 3.5105,9,4.3371,7.6653 +PL 5.6193,1.602,0,5.6193,0,0,3.1568,0,-0.1231,2.6616,2.0001,0,2.6594,6.3687,0 +A -2.948,4.5081,3.9064,321.901,3.8021 +A -2.1106,-0.5889,10.0568,20.289,35.8509 + +[5fc5] 必 +PL 7.2626,2.9366,0,6.9684,3.5467,0,6.6882,4.1569,0,6.4084,4.7671,0 +PL 0.0616,2.1357,0,0.6465,3.301,0,0.8602,3.9832,0,0.8882,4.7671,0 +PL 3.0247,0,0,5.9846,0,0,5.9846,1.6017,0 +PL 2.5974,2.1357,0,4.377,5.5297,0,5.0351,7.0425,0,5.1296,7.9704,0 +PL 0.2756,0,0,0.8286,0.3702,0,1.3855,0.7233,0,1.9568,1.0679,0,2.0163,2.849,0,2.0895,4.6132,0,2.1736,6.3688,0 +PL 3.8796,7.7035,0,3.5816,8.1598,0,3.3017,8.6074,0,3.0247,9.0383,0 + +[5fcc] 忌 +PL 0.3703,0.0001,0,0.6438,0.7133,0,0.9205,1.4097,0,1.1934,2.0975,0 +PL 2.9029,0.0001,0,2.6017,0.4534,0,2.4893,1.1356,0,2.4753,2.6314,0 +PL 3.3302,0.0001,0,5.866,0.0001,0,5.866,1.0678,0,5.866,1.0678,0,5.866,1.0678,0 +PL 7.5748,0.8009,0,7.2775,1.2472,0,6.9938,1.6766,0,6.7167,2.0975,0 +PL 4.6118,1.8688,0,4.4615,2.1343,0,4.3141,2.3913,0,4.1848,2.6314,0 +PL 1.6207,3.6992,0,1.3233,4.1541,0,1.2109,4.846,0,1.1934,6.3686,0,5.866,6.3686,0,5.866,8.4661,0,1.1934,8.4661,0,1.1934,8.4661,0,1.1934,8.4661,0 +PL 2.0518,3.6992,0,6.7167,3.6992,0,6.7167,5.3009,0,6.7167,5.3009,0,6.7167,5.3009,0 + +[5fcd] 忍 +PL 0.8301,0.2822,0,0.9635,0.8924,0,1.1071,1.5025,0,1.2574,2.1126,0 +PL 3.3977,0.0152,0,3.093,0.4432,0,2.9806,1.1254,0,2.9669,2.6466,0 +PL 3.7932,0.0152,0,6.3538,0.0152,0,6.3538,1.0449,0,6.3538,1.0449,0,6.3538,1.0449,0 +PL 8.0346,0.7779,0,7.7579,1.2341,0,7.4816,1.6819,0,7.208,2.1126,0 +PL 5.0719,2.3796,0,4.9209,2.6466,0,4.7742,2.9136,0,4.6446,3.1805,0 +PL 0.8301,4.2483,0,1.9264,4.6621,0,2.5887,5.0675,0,3.3977,5.8118,0,2.9669,6.1819,0,2.5396,6.535,0,2.1158,6.8797,0 +PL 5.5027,4.2483,0,6.9068,4.9643,0,7.2501,6.6211,0,7.208,8.4814,0,4.2208,8.4814,0,4.0667,7.8697,0,3.9231,7.2498,0,3.7932,6.6127,0,4.0667,6.1918,0,4.3536,5.7624,0,4.6446,5.3161,0 +PL 1.2574,8.4814,0,3.7932,8.4814,0,3.7932,8.4814,0,3.7932,8.4814,0 + +[5fd7] 志 +PL 3.2081,0,0,2.9104,0.4479,0,2.798,1.2683,0,2.7843,3.1653,0 +PL 3.6389,0,0,5.7439,0,0,5.7439,1.0297,0,5.7439,1.0297,0,5.7439,1.0297,0 +PL 0.6793,0.4958,0,0.9522,1.219,0,1.2292,1.9336,0,1.5021,2.6314,0 +PL 7.4527,1.2965,0,7.1554,1.7528,0,6.8752,2.2005,0,6.5981,2.6314,0 +PL 4.917,2.0975,0,4.6227,2.4676,0,4.3429,2.8207,0,4.0627,3.1653,0 +PL 1.5021,4.767,0,4.0627,4.767,0,3.6949,7.161,0,2.5738,7.5722,0,0.6793,7.3984,0 +PL 4.49,4.767,0,6.5981,4.767,0,6.5981,4.767,0,6.5981,4.767,0 +PL 4.49,7.3984,0,4.1884,7.8136,0,4.0767,8.2289,0,4.0627,9.0001,0 +PL 4.917,7.3984,0,7.4527,7.3984,0,7.4527,7.3984,0,7.4527,7.3984,0 + +[5fd8] 忘 +PL 0.8019,0.2821,0,0.9312,0.9191,0,1.0783,1.5393,0,1.2257,2.1508,0 +PL 3.3342,0.0152,0,3.033,0.4686,0,2.9205,1.1508,0,2.9069,2.6466,0 +PL 3.7615,0.0152,0,5.8976,0.0152,0,5.8976,1.083,0,5.8976,1.083,0,5.8976,1.083,0 +PL 7.5718,0.816,0,7.2779,1.2723,0,6.9978,1.7199,0,6.7176,2.1508,0 +PL 4.6157,2.4177,0,4.462,2.6832,0,4.3219,2.9403,0,4.1884,3.1804,0 +PL 2.5076,4.7821,0,2.206,5.237,0,2.1013,5.929,0,2.0835,7.4517,0,0.8019,7.4517,0,0.8019,7.4517,0,0.8019,7.4517,0 +PL 2.9069,4.7821,0,7.148,4.7821,0,7.148,4.7821,0,7.148,4.7821,0 +PL 2.5076,7.4517,0,4.1884,7.4517,0,4.1884,9.0152,0,4.1884,9.0152,0,4.1884,9.0152,0 +PL 4.6157,7.4517,0,7.5718,7.4517,0,7.5718,7.4517,0,7.5718,7.4517,0 + +[5fd9] 忙 +PL 1.5016,0,0,1.5016,9,0,1.5016,9,0,1.5016,9,0 +PL 4.4577,0,0,4.1568,0.6116,0,4.0514,2.4012,0,4.0339,6.9026,0,3.2111,6.9026,0,3.2111,6.9026,0,3.2111,6.9026,0 +PL 4.885,0,0,7.0215,0,0,7.0215,0,0,7.0215,0,0 +PL 0.2165,5.0339,0,0.5178,5.6569,0,0.6295,6.2797,0,0.647,7.4365,0 +PL 2.3527,6.6355,0,2.2021,6.9026,0,2.062,7.1695,0,1.9219,7.4365,0 +PL 4.4577,6.9026,0,5.3126,6.9026,0,5.3126,9,0,5.3126,9,0,5.3126,9,0 +PL 5.7434,6.9026,0,7.4176,6.9026,0,7.4176,6.9026,0,7.4176,6.9026,0 + +[5fdc] 応 +PL 0.6158,0,0,1.421,2.397,0,1.5436,5.4717,0,1.4704,7.9703,0,4.4331,7.9703,0,4.4331,8.9999,0,4.4331,8.9999,0,4.4331,8.9999,0 +PL 4.4331,0,0,4.1494,0.5522,0,4.0478,1.9265,0,4.0303,5.3008,0 +PL 4.8569,0,0,6.5661,0,0,6.5661,1.6017,0,6.5661,1.6017,0,6.5661,1.6017,0 +PL 1.9008,0.5338,0,2.5001,1.7387,0,2.7208,2.6977,0,2.7519,4.2329,0 +PL 7.8484,2.4025,0,7.4211,3.202,0,6.9938,3.993,0,6.5661,4.7668,0 +PL 5.2842,6.1017,0,5.134,6.3686,0,4.9865,6.6356,0,4.8569,6.9025,0 +PL 4.8569,7.9703,0,7.8484,7.9703,0,7.8484,7.9703,0,7.8484,7.9703,0 + +[5fe0] 忠 +PL 0.0639,0.267,0,0.197,0.8772,0,0.3403,1.4874,0,0.4909,2.0975,0 +PL 2.6309,0,0,2.3262,0.4535,0,2.2141,1.1357,0,2.2004,2.6314,0 +PL 3.0547,0,0,5.1565,0,0,5.1565,1.0678,0,5.1565,1.0678,0,5.1565,1.0678,0 +PL 6.8657,0.8009,0,6.5715,1.2472,0,6.2878,1.6767,0,6.0146,2.0975,0 +PL 3.8781,1.8687,0,3.7275,2.1342,0,3.5801,2.3913,0,3.447,2.6314,0 +PL 3.447,3.6992,0,3.4365,4.4704,0,3.3349,4.8856,0,3.0547,5.3009,0,0.9217,5.3009,0,0.9217,7.9323,0,3.0547,7.9323,0,3.1773,8.3024,0,3.3069,8.6555,0,3.447,9.0001,0 +PLC 3.3069,7.1018,0,4.5537,7.8094,0,6.0146,7.9323,0,6.0146,5.3009,0,3.8781,5.3009,0 + +[5feb] 快 +L 2.0203,0,2.0203,8.9999 +PL 3.0885,0,0,4.4576,2.1652,0,5.0671,3.4915,0,5.4387,4.2329,0,5.0744,4.6087,0,4.5172,4.747,0,3.3018,4.7668,0 +PL 7.5436,0,0,6.3419,1.9166,0,5.901,2.8757,0,5.8341,3.6991,0 +PL 0.7695,5.0338,0,1.0708,5.6567,0,1.1793,6.2796,0,1.1968,7.4364,0 +PL 5.8341,4.7668,0,5.2492,6.2048,0,5.0324,7.1172,0,3.7291,7.4364,0 +PL 6.2652,4.7668,0,7.1163,4.7668,0,7.1163,7.4364,0,6.0061,7.5367,0,5.5329,7.9844,0,5.4387,8.9999,0 +PL 2.8745,6.6356,0,2.7208,6.9025,0,2.5807,7.1695,0,2.4507,7.4364,0 + +[5ff5] 念 +PL 0.3726,6.3688,0,1.4934,6.8221,0,2.3722,7.5044,0,3.7595,9.0001,0,5.5948,7.1483,0,6.4806,6.4662,0,7.1744,6.3688,0 +PL 4.6138,3.2034,0,4.8873,3.6497,0,5.1671,4.079,0,5.4649,4.5001,0,4.1833,4.6032,0,2.9116,4.6894,0,1.6545,4.767,0 +PL 4.1833,1.8687,0,4.0362,2.1356,0,3.8853,2.4026,0,3.7595,2.6696,0 +PL 2.9326,0,0,2.6349,0.4549,0,2.5263,1.1469,0,2.5088,2.6696,0 +PL 3.3599,0,0,5.4649,0,0,5.4649,1.0679,0,5.4649,1.0679,0,5.4649,1.0679,0 +PL 7.1744,0.8008,0,6.8798,1.2571,0,6.5961,1.7049,0,6.3233,2.1356,0 +PL 2.5088,6.3688,0,5.0376,6.3688,0,5.0376,6.3688,0,5.0376,6.3688,0 +PL 0.3726,0.267,0,0.5022,0.904,0,0.6455,1.524,0,0.7999,2.1356,0 + +[6012] 怒 +PL 0.7399,0.267,0,0.8691,0.904,0,1.0162,1.524,0,1.1707,2.1356,0 +PL 3.2721,0,0,2.992,0.4548,0,2.8904,1.1468,0,2.876,2.6695,0 +PL 3.7026,0,0,6.2594,0,0,6.2594,1.0678,0,6.2594,1.0678,0,6.2594,1.0678,0 +PL 7.9371,0.8008,0,7.6642,1.2571,0,7.3907,1.7048,0,7.1178,2.1356,0 +PL 4.981,1.8686,0,4.8307,2.1356,0,4.6833,2.4025,0,4.5537,2.6695,0 +PL 0.9532,3.6991,0,1.44,4.1553,0,1.9377,4.6031,0,2.4487,5.0339,0,1.9864,5.6751,0,1.7657,6.4266,0,1.5945,7.9322,0,0.7399,7.9322,0,0.7399,7.9322,0,0.7399,7.9322,0 +PL 4.3365,3.6991,0,4.8307,4.1553,0,5.3277,4.6031,0,5.8356,5.0339,0,5.2335,6.4068,0,5.0129,7.2966,0,4.981,8.4661,0,7.5133,8.4661,0,7.2019,7.1187,0,6.8797,6.2288,0,6.2594,5.0339,0,6.8131,4.6031,0,7.3662,4.1553,0,7.9371,3.6991,0 +PL 3.2721,4.767,0,3.2053,5.5962,0,3.4963,6.7726,0,3.7026,7.9322,0,2.0218,7.9322,0,2.0218,9,0,2.0218,9,0,2.0218,9,0 + +[6016] 怖 +L 1.436,0,1.436,9 +PL 5.2537,0,0,5.3028,2.8291,0,4.9844,4.3277,0,3.5725,4.767,0,3.5725,1.6017,0 +PL 6.1052,1.6017,0,6.9629,1.6017,0,6.9629,4.767,0,5.8145,4.8687,0,5.3413,5.3262,0,5.2537,6.3686,0 +PL 2.291,3.6992,0,2.844,4.8701,0,3.3974,6.0241,0,3.9683,7.1695,0,3.5449,7.2727,0,3.1242,7.3588,0,2.7214,7.4365,0,2.5673,7.0918,0,2.4241,6.7387,0,2.291,6.3686,0 +PL 0.1577,5.0339,0,0.4554,5.6568,0,0.5674,6.2797,0,0.585,7.4365,0 +L 4.3991,7.4365,4.3991,9 +L 4.8229,7.4365,7.3867,7.4365 + +[601d] 思 +PLC 1.5456,4.5,0,6.9464,4.5,0,6.9464,9,0,1.5456,9,0 +L 6.9464,6.75,1.5456,6.75 +L 4.2495,4.5,4.2495,9 +PL 2.4492,4,0,2.4479,2,0.1231,2.9469,0,0,6.9464,0,0,6.9464,1.0294,0 +L 6.6031,4,7.8469,1.8456 +L 0.649,0,1.4514,3 +L 4.6491,1.5,4.2495,3 + +[6020] 怠 +PL 0.3403,0.267,0,0.4737,0.904,0,0.6173,1.524,0,0.7711,2.1356,0 +PL 2.8725,0,0,2.5713,0.435,0,2.4631,0.9887,0,2.4452,2.1356,0 +PL 3.2963,0,0,5.864,0,0,5.864,1.0678,0,5.864,1.0678,0,5.864,1.0678,0 +PL 7.5382,0.8008,0,7.2436,1.257,0,6.9599,1.7048,0,6.6867,2.1356,0 +PL 4.5821,1.8686,0,4.4311,2.1356,0,4.2875,2.4026,0,4.1544,2.6695,0 +PLC 2.0495,4.4224,0,2.0495,5.8348,0,5.864,5.8348,0,5.864,3.6992,0,2.0495,3.6992,0 +PL 0.7711,7.4364,0,1.8218,7.6131,0,2.5503,8.0354,0,3.2963,9.0001,0 +PL 2.8725,7.4364,0,3.9058,7.5368,0,5.3208,7.9844,0,5.4367,9.0001,0 + +[6025] 急 +PL 0.6173,0.267,0,0.7465,0.9041,0,0.8901,1.5241,0,1.0446,2.1356,0 +PL 3.1531,0,0,2.8484,0.4351,0,2.7359,0.9888,0,2.7223,2.1356,0 +PL 3.5734,0,0,6.1091,0,0,6.1091,1.0678,0,6.1091,1.0678,0,6.1091,1.0678,0 +PL 7.818,0.8008,0,7.5241,1.2571,0,7.2369,1.7048,0,6.9634,2.1356,0 +PL 1.4719,3.2035,0,6.5361,3.2035,0,6.5361,4.7669,0,1.4719,4.7669,0,1.4719,4.7669,0,1.4719,4.7669,0 +PL 6.5361,5.3009,0,6.5361,6.3688,0,2.9426,6.3886,0,1.4054,6.5268,0,0.6173,6.9027,0 +PL 4.8584,6.9027,0,4.9884,7.1695,0,5.132,7.4365,0,5.2822,7.7035,0,3.1531,7.8716,0,2.1619,7.8024,0,1.4719,7.4365,0 + +[6027] 性 +PL 3.8196,7.4364,0,3.8196,8.5044,0,3.8196,8.5044,0,3.8196,8.5044,0 +PL 5.9245,3.6991,0,5.609,4.6483,0,5.3848,5.9535,0,5.0661,6.9025,0,3.9453,6.5185,0,3.4553,5.99,0,2.965,4.7668,0 +PL 6.355,3.6991,0,7.2061,3.6991,0,7.2061,3.6991,0,7.2061,3.6991,0 +PL 3.3923,0,0,5.4972,0,0,5.5074,2.3319,0,5.1505,3.4265,0,3.8196,3.6991,0 +PL 1.6827,0,0,1.6827,8.9999,0,1.6827,8.9999,0,1.6827,8.9999,0 +PL 2.5412,6.6356,0,2.3867,6.9025,0,2.2431,7.1695,0,2.11,7.4364,0 +PL 5.9245,0,0,7.6334,0,0,7.6334,0,0,7.6334,0,0 +PL 0.4288,5.0338,0,0.7125,5.6567,0,0.8141,6.2796,0,0.8281,7.4364,0 +PL 5.9245,6.9025,0,5.6233,7.3361,0,5.5147,7.8799,0,5.4972,8.9999,0 +PL 6.355,6.9025,0,7.2061,6.9025,0,7.2061,6.9025,0,7.2061,6.9025,0 + +[602a] 怪 +PL 1.4114,0,0,1.4114,9.0001,0,1.4114,9.0001,0,1.4114,9.0001,0 +PL 2.2621,0,0,4.7944,0,0,4.6371,2.0721,0,4.0134,2.6441,0,2.6579,2.6314,0 +PL 5.2217,0,0,7.3267,0,0,7.3267,0,0,7.3267,0,0 +PL 5.2217,2.6314,0,4.9208,3.0466,0,4.8084,3.4619,0,4.7944,4.2331,0 +PL 5.6455,2.6314,0,6.8994,2.6314,0,6.8994,2.6314,0,6.8994,2.6314,0 +PL 2.4443,4.2331,0,3.2183,4.7655,0,4.0028,5.2896,0,4.7944,5.7967,0,3.8911,6.9633,0,3.5615,7.6555,0,3.5164,8.4662,0,2.6579,8.4662,0,2.6579,8.4662,0,2.6579,8.4662,0 +PL 6.8994,4.2331,0,6.3288,4.6031,0,5.7719,4.9563,0,5.2217,5.3009,0 +PL 0.126,5.0339,0,0.4272,5.63,0,0.5354,6.243,0,0.5529,7.3984,0 +PL 2.2621,6.5975,0,2.1115,6.8645,0,1.9644,7.1314,0,1.8352,7.3984,0 +PL 5.2217,6.3304,0,5.6455,6.9676,0,6.0766,7.5877,0,6.5004,8.1992,0,5.6455,8.3023,0,4.7944,8.3884,0,3.9363,8.4662,0 + +[604b] 恋 +PL 5.2525,7.9322,0,7.361,7.9322,0,7.361,7.9322,0,7.361,7.9322,0 +PL 0.5838,0.2669,0,0.7204,0.8771,0,0.8605,1.4873,0,1.0142,2.0975,0 +PL 3.1157,0,0,2.839,0.4534,0,2.7374,1.1356,0,2.7203,2.6314,0 +PL 3.5465,0,0,5.6798,0,0,5.6798,1.0677,0,5.6798,1.0677,0,5.6798,1.0677,0 +PL 7.361,0.8009,0,7.084,1.2472,0,6.8111,1.6766,0,6.5344,2.0975,0 +PL 4.4014,1.8686,0,4.2473,2.1342,0,4.1037,2.3912,0,3.9703,2.6314,0 +PL 1.2247,3.6991,0,1.8443,4.4223,0,2.4786,5.137,0,3.1157,5.8347,0,3.1157,7.9322,0,0.5838,7.9322,0,0.5838,7.9322,0,0.5838,7.9322,0 +PL 3.9703,3.6991,0,4.8249,3.6991,0,4.8249,7.9322,0,3.5465,7.9322,0,3.5465,7.9322,0,3.5465,7.9322,0 +PL 0.5838,5.3009,0,0.8605,5.8347,0,1.1403,6.3687,0,1.4415,6.9025,0 +PL 6.9614,5.5678,0,6.6637,6.024,0,6.3835,6.4717,0,6.1103,6.9025,0 + +[6050] 恐 +PL 0.5838,0.267,0,0.7204,0.904,0,0.8605,1.524,0,1.0142,2.1356,0 +PL 3.1157,0,0,2.839,0.4548,0,2.7374,1.1468,0,2.7203,2.6695,0 +PL 3.5465,0,0,6.1103,0,0,6.1103,1.0678,0,6.1103,1.0678,0,6.1103,1.0678,0 +PL 7.7848,0.8008,0,7.5148,1.2571,0,7.2349,1.7048,0,6.9614,2.1356,0 +PL 4.8249,2.4025,0,4.6743,2.6681,0,4.531,2.9252,0,4.4014,3.1653,0 +PL 3.1157,3.6991,0,4.0197,5.3164,0,4.3521,6.6202,0,4.4014,8.4661,0,6.5344,8.4661,0,6.5344,4.2331,0,7.7848,4.2331,0,7.7848,5.3008,0,7.7848,5.3008,0,7.7848,5.3008,0 +PL 0.5838,4.767,0,1.8688,4.767,0,1.8688,8.4661,0,0.5838,8.4661,0,0.5838,8.4661,0,0.5838,8.4661,0 +PL 2.2926,5.3008,0,3.1157,5.3008,0,3.1157,5.3008,0,3.1157,5.3008,0 +PL 5.6798,5.8348,0,5.3853,6.2048,0,5.1051,6.558,0,4.8249,6.9026,0 +PL 2.2926,8.4661,0,3.1157,8.4661,0,3.1157,8.4661,0,3.1157,8.4661,0 + +[6052] 恒 +PL 1.9894,0.0152,0,1.9894,9.0534,0,1.9894,9.0534,0,1.9894,9.0534,0 +PL 3.2398,0.0152,0,7.9054,0.0152,0,7.9054,0.0152,0,7.9054,0.0152,0 +PLC 4.0944,3.5618,0,4.0944,6.3838,0,7.0543,6.3838,0,7.0543,2.1508,0,4.0944,2.1508,0 +PL 4.5217,4.2863,0,6.6266,4.2863,0,6.6266,4.2863,0,6.6266,4.2863,0 +PL 0.7075,5.0491,0,1.0122,5.6719,0,1.1208,6.2949,0,1.1383,7.4516,0 +PL 2.8125,6.6507,0,2.6657,6.9177,0,2.5148,7.1847,0,2.3855,7.4516,0 +PL 3.6706,8.5194,0,7.4851,8.5194,0,7.4851,8.5194,0,7.4851,8.5194,0 + +[6065] 恥 +PL 2.9689,0,0,2.9689,2.1356,0,2.4821,1.9719,0,1.9914,1.791,0,1.5046,1.6017,0,1.4205,3.8899,0,1.3508,6.178,0,1.2878,8.4662,0,2.9689,8.4662,0,2.9689,2.6695,0,2.9689,2.6695,0,2.9689,2.6695,0 +PL 5.96,0,0,5.655,0.6115,0,5.5464,2.4012,0,5.5289,6.9026,0 +PL 6.3523,0,0,7.6338,0,0,7.6338,1.6017,0,7.6338,1.6017,0,7.6338,1.6017,0 +PL 3.82,2.4026,0,4.1247,2.9987,0,4.233,3.6116,0,4.2505,4.7671,0 +PL 8.0611,2.6695,0,7.9109,3.3828,0,7.7673,4.0792,0,7.6338,4.7671,0 +PL 1.7151,4.2331,0,2.5416,4.2331,0,2.5416,4.2331,0,2.5416,4.2331,0 +PL 1.7151,6.3686,0,2.5416,6.3686,0,2.5416,6.3686,0,2.5416,6.3686,0 +PL 6.7827,7.9322,0,6.5064,8.3024,0,6.2297,8.6554,0,5.96,9.0001,0 + +[6068] 恨 +PL 1.6207,0.0381,0,1.6207,9.0381,0,1.6207,9.0381,0,1.6207,9.0381,0 +PL 2.9029,0.0381,0,3.761,0.0381,0,3.761,8.5041,0,6.7167,8.5041,0,6.7167,5.339,0,5.4352,5.339,0,5.4352,3.2033,0,5.652,3.0395,0,5.866,2.8587,0,6.0758,2.6694,0,6.5665,3.2033,0,7.0603,3.7372,0,7.5748,4.2711,0 +PL 7.5748,0.0381,0,6.9938,0.7514,0,6.419,1.4478,0,5.866,2.1356,0 +PL 4.3981,0.572,0,4.7343,0.7514,0,5.0811,0.9138,0,5.4352,1.0678,0 +PL 0.3703,5.072,0,0.6715,5.6934,0,0.7804,6.3064,0,0.7979,7.4364,0 +PL 4.1848,5.339,0,5.0079,5.339,0,5.0079,5.339,0,5.0079,5.339,0 +PL 2.4753,6.6356,0,2.3247,6.9025,0,2.1814,7.1694,0,2.0518,7.4364,0 +PL 4.1848,6.9025,0,6.2863,6.9025,0,6.2863,6.9025,0,6.2863,6.9025,0 + +[6069] 恩 +PL 0.649,0,0,0.9225,0.5338,0,1.2097,1.0678,0,1.5001,1.6017,0 +PL 3.1812,0,0,2.88,0.435,0,2.7683,0.9886,0,2.7504,2.1355,0 +PL 3.605,0,0,5.7419,0,0,5.7419,1.0678,0,5.7419,1.0678,0,5.7419,1.0678,0 +PL 7.4157,0.8008,0,7.125,1.2571,0,6.8413,1.7047,0,6.5646,2.1355,0 +PL 4.8908,1.6017,0,4.5927,1.9716,0,4.309,2.3248,0,4.0323,2.6696,0 +PLC 1.5001,5.3008,0,1.5001,8.5044,0,6.5646,8.5044,0,6.5646,3.6991,0,1.5001,3.6991,0 +PL 2.5406,4.7668,0,3.0275,5.3008,0,3.5245,5.8347,0,4.0323,6.3686,0,3.6891,6.7443,0,3.2551,6.8827,0,2.3585,6.9025,0 +PL 5.3146,4.7668,0,5.02,5.137,0,4.7363,5.4902,0,4.4596,5.8347,0 +PL 4.4596,6.9025,0,4.309,7.2726,0,4.1658,7.6257,0,4.0323,7.9703,0 +PL 4.8908,6.9025,0,5.7419,6.9025,0,5.7419,6.9025,0,5.7419,6.9025,0 + +[606d] 恭 +PL 2.6579,0,0,3.5164,0,0,3.5164,3.6991,0,3.5164,3.6991,0,3.5164,3.6991,0 +PL 0.9802,1.0678,0,1.2534,1.6017,0,1.541,2.1356,0,1.8352,2.6695,0 +PL 4.7944,1.0678,0,4.7769,1.839,0,4.6648,2.2543,0,4.3675,2.6695,0 +PL 6.5004,1.3347,0,6.2062,1.791,0,5.926,2.2386,0,5.6455,2.6695,0 +PL 0.3393,2.6695,0,0.9802,3.469,0,1.6215,4.2598,0,2.2621,5.0338,0,1.541,5.137,0,0.8296,5.2231,0,0.126,5.3008,0 +PL 6.8994,2.6695,0,5.4949,4.4958,0,4.4687,5.0763,0,2.6579,5.3008,0,2.6442,6.4477,0,2.5388,7.0015,0,2.2621,7.4364,0,0.5529,7.4364,0,0.5529,7.4364,0,0.5529,7.4364,0 +PL 5.6455,5.3008,0,7.3267,5.3008,0,7.3267,5.3008,0,7.3267,5.3008,0 +PL 4.7944,5.8347,0,4.241,7.4181,0,3.2116,7.62,0,2.6579,9,0 +PL 5.2217,7.4364,0,4.9208,7.8502,0,4.8084,8.2556,0,4.7944,9,0 +PL 5.6455,7.4364,0,6.8994,7.4364,0,6.8994,7.4364,0,6.8994,7.4364,0 + +[606f] 息 +PL 7.3867,0.8009,0,7.0929,1.2471,0,6.8092,1.6766,0,6.5325,2.0973,0 +PL 3.1421,0,0,5.6775,0,0,5.6775,1.0679,0 +PL 2.7214,0,0,2.4202,0.4535,0,2.3082,1.1356,0,2.291,2.6313,0 +PL 1.8672,3.6991,0,5.6775,3.6991,0,5.6775,5.3009,0,1.8672,5.3009,0 +PL 5.6775,6.1017,0,4.3991,6.2048,0,3.1242,6.2909,0,1.8672,6.3688,0 +PL 5.6775,6.8644,0,5.6775,7.9322,0,3.5725,7.9322,0 +PL 1.436,3.6991,0,1.436,7.9322,0,2.6553,8.1498,0,3.2083,8.4265,0,3.5725,9,0 +PL 0.1577,0.267,0,0.2876,0.8771,0,0.4343,1.4873,0,0.585,2.0973,0 +PL 4.3991,1.8687,0,4.2485,2.1341,0,4.0979,2.3913,0,3.9683,2.6313,0 + +[6075] 恵 +PL 0.7695,0.2669,0,0.8995,0.7232,0,1.0466,1.1708,0,1.1968,1.6017,0 +PL 3.3018,0,0,3.0006,0.435,0,2.8889,0.9887,0,2.8745,2.1356,0 +PL 3.7291,0,0,5.8341,0,0,5.8341,1.0678,0,5.8341,1.0678,0,5.8341,1.0678,0 +PL 7.5436,0.8008,0,7.3927,1.0678,0,7.2456,1.3347,0,7.1163,1.6017,0 +PL 1.628,3.2033,0,1.628,6.3686,0,3.7291,6.3686,0,4.0167,6.9619,0,4.0167,7.3771,0,3.7291,7.9703,0,0.7695,7.9703,0,0.7695,7.9703,0,0.7695,7.9703,0 +PL 2.0203,3.2033,0,4.1603,3.2033,0,3.8062,4.6087,0,2.9796,4.8616,0,2.0203,4.767,0 +PL 4.5841,3.2033,0,6.6925,3.2033,0,6.6925,4.767,0,4.5841,4.767,0,4.3039,5.3602,0,4.3039,5.7754,0,4.5841,6.3686,0,6.6925,6.3686,0,6.6925,5.3008,0,6.6925,5.3008,0,6.6925,5.3008,0 +PL 4.5841,7.9703,0,4.43,8.3136,0,4.2895,8.6568,0,4.1603,9,0 +PL 5.0114,7.9703,0,7.5436,7.9703,0,7.5436,7.9703,0,7.5436,7.9703,0 + +[6094] 悔 +PL 1.4099,0,0,1.4099,9.0001,0,1.4099,9.0001,0,1.4099,9.0001,0 +PL 4.8244,0,0,5.6545,0.1511,0,6.0012,0.6497,0,6.0751,1.5636,0,3.1152,1.5636,0,3.1152,4.2331,0,2.2641,4.2331,0,2.2641,4.2331,0,2.2641,4.2331,0 +PL 6.5056,1.5636,0,6.0678,4.0325,0,5.2622,4.1287,0,4.8244,2.0975,0 +PL 3.5425,4.2331,0,3.5254,5.7288,0,3.4164,6.4111,0,3.1152,6.8645,0,2.9646,6.7005,0,2.8179,6.5198,0,2.6848,6.3304,0,2.3937,6.8645,0,2.1104,7.3984,0,1.8337,7.9322,0 +PL 4.1838,4.2331,0,4.6318,4.6666,0,4.8003,5.2105,0,4.8244,6.3304,0,3.9733,6.3304,0,3.9733,6.3304,0,3.9733,6.3304,0 +PL 6.9294,4.2331,0,6.6282,4.6666,0,6.52,5.2105,0,6.5056,6.3304,0,5.2202,6.3304,0,5.2202,6.3304,0,5.2202,6.3304,0 +PL 0.1592,5.0339,0,0.4572,5.63,0,0.5693,6.243,0,0.583,7.3984,0 +PL 3.5425,7.6653,0,3.676,8.1215,0,3.8196,8.5692,0,3.9733,9.0001,0 +PL 4.3936,7.9322,0,7.3567,7.9322,0,7.3567,7.9322,0,7.3567,7.9322,0 + +[609f] 悟 +PL 1.8638,0.0152,0,1.8638,9.0534,0,1.8638,9.0534,0,1.8638,9.0534,0 +PLC 3.5734,1.0829,0,3.5734,3.2186,0,6.9634,3.2186,0,6.9634,0.0152,0,3.5734,0.0152,0 +PL 0.6173,5.0491,0,0.9182,5.6719,0,1.0302,6.2949,0,1.0446,7.4516,0 +PL 2.7223,4.7821,0,4.4311,4.7821,0,4.4311,6.9177,0,3.5734,6.9177,0,3.5734,6.9177,0,3.5734,6.9177,0 +PL 4.8584,4.7821,0,6.5361,4.7821,0,6.5361,6.9177,0,4.8584,6.9177,0,4.8584,8.5194,0,3.1531,8.5194,0,3.1531,8.5194,0,3.1531,8.5194,0 +PL 6.9634,4.7821,0,7.818,4.7821,0,7.818,4.7821,0,7.818,4.7821,0 +PL 2.7223,6.6507,0,2.5713,6.9177,0,2.4246,7.1847,0,2.2946,7.4516,0 +PL 5.2822,8.5194,0,7.3907,8.5194,0,7.3907,8.5194,0,7.3907,8.5194,0 + +[60a0] 悠 +PL 5.9245,5.7966,0,6.2257,6.2316,0,6.3375,6.7853,0,6.355,7.9323,0,4.2469,7.9323,0,4.2469,7.9323,0,4.2469,7.9323,0 +PL 0.4288,0.267,0,0.5553,0.8771,0,0.6845,1.4873,0,0.8281,2.0974,0 +PL 2.965,0,0,2.6637,0.4534,0,2.5548,1.1356,0,2.5412,2.6314,0 +PL 3.3923,0,0,5.9245,0,0,5.9245,1.5636,0,5.9245,1.5636,0,5.9245,1.5636,0 +PL 7.6334,0.8008,0,7.336,1.2472,0,7.0558,1.6765,0,6.7756,2.0974,0 +PL 4.6461,1.8305,0,4.4987,2.0974,0,4.3691,2.3644,0,4.2469,2.6314,0 +PL 1.2554,3.1653,0,1.1713,4.2317,0,1.1052,5.2896,0,1.0421,6.3306,0,0.8316,6.1667,0,0.625,5.9859,0,0.4288,5.7966,0 +PL 3.6056,3.6992,0,4.2258,4.2331,0,4.8559,4.7669,0,5.4972,5.3009,0,5.0734,6.0142,0,4.6528,6.7105,0,4.2469,7.3984,0,3.9488,7.0537,0,3.6686,6.7007,0,3.3923,6.3306,0 +PL 7.2061,3.6992,0,6.7756,4.0693,0,6.355,4.4224,0,5.9245,4.7669,0 +PL 2.5412,4.2331,0,2.5412,7.9323,0,2.5412,7.9323,0,2.5412,7.9323,0 +PL 1.2554,7.1314,0,1.3853,7.7684,0,1.5325,8.3884,0,1.6827,9,0 + +[60a3] 患 +PL 0.8316,0,0,1.1086,0.7134,0,1.3815,1.4096,0,1.655,2.0975,0 +PL 3.3639,0,0,3.0665,0.4336,0,2.9541,0.9774,0,2.9401,2.0975,0 +PL 3.7912,0,0,5.8961,0,0,5.8961,1.0297,0,5.8961,1.0297,0,5.8961,1.0297,0 +PL 7.6057,0.8009,0,7.3111,1.2472,0,7.0239,1.6765,0,6.7511,2.0975,0 +PL 4.2188,3.4324,0,4.0679,3.6991,0,3.9211,3.9661,0,3.7912,4.2331,0,1.2589,4.2331,0,1.2589,5.3009,0,3.7912,5.3009,0,4.0787,5.8673,0,4.0787,6.2726,0,3.7912,6.8645,0,1.655,6.8645,0,1.655,7.9322,0,3.7912,7.9322,0,3.9211,8.3023,0,4.0679,8.6554,0,4.2188,9.0001,0 +PLC 4.5901,5.2218,0,5.9522,5.38,0,7.1784,5.3009,0,7.1784,4.2331,0,4.6461,4.2331,0 +PLC 4.4987,7.8193,0,5.6334,7.9944,0,6.7511,7.9322,0,6.7511,6.8645,0,4.6461,6.8645,0 + +[60a6] 悦 +PL 1.6807,0,0,1.6807,9.0382,0,1.6807,9.0382,0,1.6807,9.0382,0 +PL 2.5073,0,0,3.4249,1.404,0,4.0063,2.6384,0,4.2165,4.2711,0,3.3619,4.2711,0,3.3619,6.9025,0,4.0627,7.0056,0,4.7734,7.0918,0,5.4952,7.1695,0,5.7716,7.8066,0,6.0451,8.4265,0,6.318,9.0382,0 +PL 5.898,0,0,5.614,0.5141,0,5.5089,1.6215,0,5.4952,4.2711,0,4.6441,4.2711,0,4.6441,4.2711,0,4.6441,4.2711,0 +PL 6.318,0,0,7.1726,0,0,7.1726,1.6017,0,7.1726,1.6017,0,7.1726,1.6017,0 +PL 5.898,4.2711,0,6.7491,4.2711,0,6.7491,6.9025,0,5.898,6.9025,0,5.898,6.9025,0,5.898,6.9025,0 +PL 0.4023,5.0339,0,0.7004,5.6567,0,0.8121,6.2797,0,0.8296,7.4364,0 +PL 2.5073,6.6356,0,2.3532,6.9025,0,2.2131,7.1695,0,2.0768,7.4364,0 +PL 4.2165,8.2373,0,4.0627,8.5042,0,3.9226,8.7712,0,3.7857,9.0382,0 + +[60a9] 悩 +PL 2.1428,0.0152,0,2.1428,9.0152,0,2.1428,9.0152,0,2.1428,9.0152,0 +PL 3.3967,0.0152,0,3.3967,5.3161,0,3.3967,5.3161,0,3.3967,5.3161,0 +PL 3.8205,0.0152,0,7.6378,0.0152,0,7.6378,5.3161,0,7.6378,5.3161,0,7.6378,5.3161,0 +PL 4.2478,1.5788,0,4.6748,2.2158,0,5.1056,2.8358,0,5.5294,3.4474,0,5.2355,3.9036,0,4.9518,4.3514,0,4.6748,4.7821,0 +PL 6.8151,1.8457,0,6.5171,2.302,0,6.2334,2.7497,0,5.9567,3.1805,0 +PL 5.9567,4.2483,0,6.2579,4.6621,0,6.3703,5.0675,0,6.384,5.8118,0 +PL 0.8645,5.0491,0,1.1657,5.6452,0,1.2739,6.2582,0,1.2918,7.4135,0 +PL 3.0006,6.6127,0,2.8468,6.8797,0,2.7032,7.1466,0,2.5733,7.4135,0 +PL 4.2478,7.1466,0,3.9498,7.6028,0,3.6696,8.0506,0,3.3967,8.4814,0 +PL 6.8151,6.8797,0,7.0845,7.6028,0,7.3615,8.3175,0,7.6378,9.0152,0 +PL 5.5294,7.6805,0,5.2355,8.1367,0,4.9518,8.5846,0,4.6748,9.0152,0 + +[60aa] 悪 +PL 0.3083,0,0,0.5849,0.7232,0,0.8686,1.438,0,1.1593,2.1356,0 +PL 0.3083,3.7372,0,2.8405,3.7372,0,2.6094,5.0242,0,2.0069,5.3362,0,1.1593,5.3009,0,1.1593,6.9027,0,2.1681,6.9703,0,2.6934,7.3942,0,2.8405,8.5043,0,0.3083,8.5043,0,0.3083,8.5043,0,0.3083,8.5043,0 +PL 5.3766,8.5043,0,7.5058,8.5043,0,7.5058,8.5043,0,7.5058,8.5043,0 +PLC 6.655,6.9027,0,6.655,5.3009,0,5.3766,5.3009,0,5.1105,5.8942,0,5.1105,6.3093,0,5.3766,6.9027,0,6.655,6.9027,0,6.655,6.9027,0 +PL 5.3766,3.7372,0,7.5058,3.7372,0,7.5058,3.7372,0,7.5058,3.7372,0 +PL 3.2717,3.7372,0,4.9805,3.7372,0,4.5953,5.2232,0,3.7375,5.4547,0,2.8405,6.1017,0,3.7231,6.8686,0,4.5886,7.2288,0,4.9805,8.5043,0,3.2717,8.5043,0,3.2717,8.5043,0,3.2717,8.5043,0 +PL 4.5501,1.8686,0,4.3991,2.1356,0,4.2555,2.4026,0,4.1228,2.6695,0 +PL 3.2717,0,0,5.8004,0,0,5.8004,1.0678,0,5.8004,1.0678,0,5.8004,1.0678,0 +PL 2.8405,0,0,2.5432,0.4351,0,2.4307,0.9888,0,2.4171,2.1356,0 +PL 7.5058,0.8008,0,7.2154,1.2571,0,6.9317,1.7048,0,6.655,2.1356,0 + +[60b2] 悲 +PL 0.8625,0.267,0,0.985,0.9041,0,1.1178,1.5241,0,1.2579,2.1356,0 +PL 3.3947,0,0,3.0935,0.4547,0,2.9849,1.1469,0,2.9674,2.6695,0 +PL 3.8252,0,0,6.3575,0,0,6.3575,1.0678,0 +PL 8.0631,0.8008,0,7.7658,1.2571,0,7.4856,1.7048,0,7.2085,2.1356,0 +PL 5.0724,2.4026,0,4.9288,2.6695,0,4.7989,2.9365,0,4.6763,3.2035,0 +PL 0.8625,3.2035,0,1.9342,3.6271,0,2.5923,4.1018,0,3.3947,5.0339,0,2.6378,5.0834,0,1.8848,4.8956,0,0.8625,4.7669,0 +L 5.4997,3.7372,5.4997,9.0382 +L 5.927,4.7669,8.0631,4.7669 +PL 3.3947,6.1017,0,2.6729,6.2048,0,1.9619,6.2909,0,1.2579,6.3688,0 +L 5.927,6.3688,7.6358,6.3688 +PL 3.3947,6.9027,0,3.3947,7.9703,0,0.8625,7.9703,0 +L 5.927,7.9703,8.0631,7.9703 + +[60bc] 悼 +PL 1.5016,0.0152,0,1.5016,9.0152,0,1.5016,9.0152,0,1.5016,9.0152,0 +PL 4.885,0.0152,0,4.465,1.4884,0,3.4875,1.7073,0,2.3527,1.5788,0 +PL 5.3126,1.5788,0,5.0114,1.9941,0,4.9025,2.4093,0,4.885,3.1805,0,3.2111,3.1805,0,3.2111,6.3457,0,4.885,6.3457,0,4.885,9.0152,0,4.885,9.0152,0,4.885,9.0152,0 +PL 5.7434,1.5788,0,7.4176,1.5788,0,7.4176,1.5788,0,7.4176,1.5788,0 +PL 5.3126,3.1805,0,6.5945,3.1805,0,6.5945,4.7821,0,3.6031,4.7821,0,3.6031,4.7821,0,3.6031,4.7821,0 +PL 0.2165,5.0491,0,0.5178,5.6452,0,0.6295,6.2582,0,0.647,7.4135,0 +PL 6.5945,5.3161,0,6.5945,6.3457,0,5.3126,6.3457,0,5.3126,6.3457,0,5.3126,6.3457,0 +PL 2.3527,6.6127,0,2.2021,6.8797,0,1.9219,7.4135,0,1.9219,7.4135,0 +PL 5.3126,7.9475,0,7.0215,7.9475,0,7.0215,7.9475,0,7.0215,7.9475,0 + +[60c5] 情 +PL 1.436,0,0,1.436,8.9999,0,1.436,8.9999,0,1.436,8.9999,0 +PL 3.9683,0,0,3.9683,4.2329,0,6.5325,4.2329,0,6.5325,0,0,5.6775,0,0,5.6775,0,0,5.6775,0,0 +PL 4.3991,2.1355,0,6.1052,2.1355,0,6.1052,2.1355,0,6.1052,2.1355,0 +PL 4.3991,3.2034,0,6.1052,3.2034,0,6.1052,3.2034,0,6.1052,3.2034,0 +PL 0.1577,5.0338,0,0.4554,5.6567,0,0.5674,6.2796,0,0.585,7.4364,0 +PL 3.1421,5.8347,0,3.8496,5.9378,0,4.5532,6.024,0,5.2537,6.1017,0,4.9213,6.6652,0,4.5848,6.8729,0,3.9683,6.9025,0 +PL 5.6775,5.8347,0,7.3867,5.8347,0,7.3867,5.8347,0,7.3867,5.8347,0 +PL 2.291,6.6356,0,2.1435,6.9025,0,1.9929,7.1695,0,1.8672,7.4364,0 +PL 5.6775,6.9025,0,5.0334,7.6538,0,4.487,7.9308,0,3.5725,7.9703,0 +PL 5.6775,7.9703,0,5.5269,8.3135,0,5.3833,8.6567,0,5.2537,8.9999,0 +PL 6.1052,7.9703,0,6.9629,7.9703,0,6.9629,7.9703,0,6.9629,7.9703,0 + +[60d1] 惑 +PL 5.4407,7.9322,0,5.2862,8.3023,0,5.1426,8.6553,0,5.0134,9,0 +PL 5.8645,7.9322,0,6.1408,8.0354,0,6.4245,8.1215,0,6.7222,8.1991,0,6.5685,8.4661,0,6.4245,8.733,0,6.2918,9,0 +PL 0.768,0.2669,0,0.9015,0.8771,0,1.0486,1.4873,0,1.1988,2.0975,0 +PL 3.3357,0,0,3.0345,0.4534,0,2.9259,1.1356,0,2.9084,2.6314,0 +PL 3.7595,0,0,6.2918,0,0,6.2918,1.0677,0,6.2918,1.0677,0,6.2918,1.0677,0 +PL 8.0006,0.8009,0,7.7032,1.2472,0,7.4231,1.6766,0,7.1495,2.0975,0 +PL 5.0134,1.8686,0,4.8589,2.1342,0,4.7153,2.3912,0,4.5822,2.6314,0 +PL 7.5733,3.1653,0,6.9923,3.6991,0,6.4245,4.233,0,5.8645,4.7669,0,4.2673,3.863,0,2.4492,3.6625,0,0.768,3.6991,0 +PL 8.0006,3.1653,0,8.0006,4.7669,0,8.0006,4.7669,0,8.0006,4.7669,0 +PLC 1.6261,5.8347,0,1.6261,6.9025,0,3.7595,6.9025,0,3.7595,5.3009,0,1.6261,5.3009,0 +PL 5.4407,5.3009,0,5.1426,6.178,0,4.8589,7.055,0,4.5822,7.9322,0,0.768,7.9322,0,0.768,7.9322,0,0.768,7.9322,0 +PL 6.2918,5.3009,0,6.5685,5.6709,0,6.8483,6.024,0,7.1495,6.3687,0 + +[60dc] 惜 +PL 1.4699,0,0,1.4699,9,0,1.4699,9,0,1.4699,9,0 +PLC 3.5749,1.2472,0,3.5749,3.6991,0,6.531,3.6991,0,6.531,0,0,3.5749,0,0 +PL 4.0022,2.0974,0,6.1348,2.0974,0,6.1348,2.0974,0,6.1348,2.0974,0 +PL 0.1915,5.0339,0,0.4889,5.6554,0,0.5978,6.2684,0,0.6153,7.3983,0 +PL 2.7164,5.3008,0,4.426,5.3008,0,4.3454,6.6921,0,3.9777,7.2783,0,3.1476,7.3983,0 +PL 4.8564,5.3008,0,5.711,5.3008,0,5.711,6.8644,0,5.2802,7.2345,0,4.8564,7.5877,0,4.426,7.9322,0,4.426,9,0,4.426,9,0,4.426,9,0 +PL 6.1348,5.3008,0,7.3887,5.3008,0,7.3887,5.3008,0,7.3887,5.3008,0 +PL 2.2965,6.5975,0,2.1455,6.8644,0,2.0195,7.1314,0,1.8972,7.3983,0 +PL 6.1348,7.3983,0,5.8375,7.8136,0,5.7286,8.2289,0,5.711,9,0 + +[60e8] 惨 +PL 1.6852,0.0381,0,1.6852,9.0381,0,1.6852,9.0381,0,1.6852,9.0381,0 +PL 3.8252,0.0381,0,4.9249,0.4717,0,5.8009,1.0155,0,7.2085,2.1356,0 +PL 3.8252,1.6017,0,4.8938,2.0168,0,5.5484,2.4322,0,6.3575,3.2033,0 +PL 3.608,2.6694,0,4.2283,3.2033,0,4.8619,3.7372,0,5.4997,4.2711,0 +PL 3.1807,3.7372,0,3.6711,4.3742,0,4.1684,4.9943,0,4.6763,5.6059,0,4.0949,5.709,0,3.5275,5.7952,0,2.9674,5.8729,0 +PL 7.6358,3.7372,0,6.6832,5.072,0,6.0251,5.6949,0,5.0724,6.1398,0,5.2016,6.483,0,5.3487,6.8262,0,5.4997,7.1694,0,4.7989,7.2725,0,4.0949,7.3587,0,3.3947,7.4364,0 +PL 0.8625,5.339,0,0.8625,7.4364,0,0.8625,7.4364,0,0.8625,7.4364,0 +PL 6.7812,5.8729,0,8.0631,5.8729,0,8.0631,5.8729,0,8.0631,5.8729,0 +PL 2.5436,7.1694,0,2.3892,7.4364,0,2.2456,7.7034,0,2.1163,7.9703,0 +PL 7.6358,7.1694,0,7.4856,7.4364,0,7.3385,7.7034,0,7.2085,7.9703,0,6.8762,7.5946,0,6.5469,7.4562,0,5.927,7.4364,0 +PL 4.6763,7.9703,0,4.7989,8.3403,0,4.9288,8.6934,0,5.0724,9.0381,0 + +[60f0] 惰 +PL 1.5601,0,0,1.5601,9.0001,0,1.5601,9.0001,0,1.5601,9.0001,0 +PL 4.0924,0,0,4.0924,3.6992,0,6.6562,3.6992,0,6.6562,0,0,5.8019,0,0,5.8019,0,0,5.8019,0,0 +PL 4.5236,1.6017,0,6.2292,1.6017,0,6.2292,1.6017,0,6.2292,1.6017,0 +PL 4.5236,2.6695,0,6.2292,2.6695,0,6.2292,2.6695,0,6.2292,2.6695,0 +PL 0.2817,5.0339,0,0.5763,5.6568,0,0.688,6.2797,0,0.7024,7.4364,0 +PL 3.2378,5.3009,0,4.0924,7.0551,0,4.5236,7.9322,0,3.2378,7.9322,0,3.2378,7.9322,0,3.2378,7.9322,0 +PL 4.0924,5.3009,0,5.8019,5.3009,0,5.8019,6.9026,0,4.9473,6.9026,0,4.9473,6.9026,0,4.9473,6.9026,0 +PL 6.2292,5.3009,0,7.4796,5.3009,0,7.4796,5.3009,0,7.4796,5.3009,0 +PL 2.4112,6.6357,0,2.261,6.9026,0,2.1174,7.1696,0,1.9913,7.4364,0 +PL 6.2292,6.9026,0,7.0485,6.9026,0,7.0485,6.9026,0,7.0485,6.9026,0 +PL 4.9473,7.9322,0,4.9473,9.0001,0,4.9473,9.0001,0,4.9473,9.0001,0 +PL 5.3746,7.9322,0,7.4796,7.9322,0,7.4796,7.9322,0,7.4796,7.9322,0 + +[60f3] 想 +PL 7.3567,0.8009,0,7.0593,1.2471,0,6.7756,1.6766,0,6.5056,2.0973,0 +PLC 4.3936,4.233,0,4.3936,8.4661,0,6.9294,8.4661,0,6.9294,4.233,0 +L 4.8244,5.8347,6.5056,5.8347 +L 4.8244,6.8644,6.5056,6.8644 +PL 3.1152,0,0,5.6475,0,0,5.6475,1.0679,0 +PL 4.3936,1.8687,0,4.2434,2.1341,0,4.0994,2.3913,0,3.9733,2.6313,0 +L 2.6848,7.9322,3.5425,7.9322 +PL 2.2641,7.9322,0,2.1104,8.3023,0,1.9668,8.6554,0,1.8337,9,0 +PL 3.1152,5.8347,0,2.082,7.1244,0,1.2904,7.7613,0,0.1592,7.9322,0 +PL 1.8337,3.6991,0,1.7531,4.6032,0,1.6862,5.4901,0,1.6197,6.3688,0,0.1592,4.7668,0 +PL 2.6848,0,0,2.3906,0.4535,0,2.2781,1.1356,0,2.2641,2.6313,0 +PL 0.1592,0,0,0.4323,0.7132,0,0.7129,1.4096,0,1.0103,2.0973,0 + +[6101] 愁 +PL 0.7695,0,0,1.0466,0.7233,0,1.3303,1.4379,0,1.628,2.1357,0 +PL 3.3018,0,0,3.0006,0.4351,0,2.8889,0.9888,0,2.8745,2.1357,0 +PL 3.7291,0,0,6.2652,0,0,6.2652,1.0678,0,6.2652,1.0678,0,6.2652,1.0678,0 +PL 7.9709,0.8008,0,7.6729,1.2571,0,7.3927,1.7049,0,7.1163,2.1357,0 +PL 5.0114,1.3348,0,4.8604,1.6018,0,4.7168,1.8688,0,4.5841,2.1357,0 +PL 2.4507,3.1653,0,2.3667,4.0693,0,2.297,4.9563,0,2.2336,5.8348,0,1.7467,5.1371,0,1.2564,4.4224,0,0.7695,3.6992,0 +PL 4.1603,3.1653,0,5.3126,5.1441,0,5.7609,6.6907,0,5.8341,9,0 +PL 7.5436,3.1653,0,7.1163,3.8885,0,6.6925,4.6032,0,6.2652,5.3009,0 +PL 3.7291,4.2332,0,3.4353,4.6032,0,3.1516,4.9563,0,2.8745,5.3009,0 +PL 4.1603,5.8348,0,3.7431,6.2105,0,2.8714,6.3489,0,0.7695,6.3687,0 +PL 7.1163,5.8348,0,7.4137,6.2487,0,7.5261,6.6539,0,7.5436,7.3983,0 +PL 4.5841,6.3687,0,4.5841,7.3983,0,4.5841,7.3983,0,4.5841,7.3983,0 +PL 2.4507,6.9026,0,2.4507,7.9323,0,0.7695,7.9323,0,0.7695,7.9323,0,0.7695,7.9323,0 +PL 2.8745,7.9323,0,3.1516,8.1215,0,3.4353,8.3024,0,3.7291,8.4661,0 + +[6109] 愉 +PL 1.5925,0,0,1.5925,9,0,1.5925,9,0,1.5925,9,0 +PL 2.874,0,0,2.874,5.3009,0,4.5486,5.3009,0,4.5486,0,0,4.5486,0,0,4.5486,0,0 +PL 6.2574,0,0,7.1124,0,0,7.1124,5.3009,0,7.1124,5.3009,0,7.1124,5.3009,0 +PL 5.8336,1.0296,0,5.8336,4.7669,0,5.8336,4.7669,0,5.8336,4.7669,0 +PL 3.2978,2.0974,0,4.1248,2.0974,0,4.1248,2.0974,0,4.1248,2.0974,0 +PL 3.2978,3.6992,0,4.1248,3.6992,0,4.1248,3.6992,0,4.1248,3.6992,0 +PL 0.3141,5.0339,0,0.608,5.63,0,0.7204,6.243,0,0.734,7.3984,0 +PL 2.4436,6.5975,0,2.2926,6.8644,0,2.149,7.1314,0,2.0198,7.3984,0 +PL 2.874,6.3306,0,3.5749,7.2345,0,4.275,8.1215,0,4.979,9,0,5.8336,8.1215,0,6.6847,7.2345,0,7.5432,6.3306,0 +PL 4.1248,6.8644,0,5.8336,6.8644,0,5.8336,6.8644,0,5.8336,6.8644,0 + +[610f] 意 +PL 0.7075,0,0,0.9846,0.5338,0,1.2682,1.0678,0,1.5656,1.6018,0 +PL 3.2398,0,0,2.9421,0.4351,0,2.8303,0.9888,0,2.8125,2.1356,0 +PL 3.6706,0,0,5.8039,0,0,5.8039,1.0678,0 +PL 7.4851,0.8008,0,7.3306,1.0678,0,7.187,1.3348,0,7.0543,1.6018,0 +PLC 1.9894,5.3009,0,6.1958,5.3009,0,6.1958,3.2035,0,1.9894,3.2035,0 +L 2.3855,4.2331,5.8039,4.2331 +PL 0.7075,6.3688,0,1.4118,6.4718,0,2.112,6.558,0,2.8125,6.6357,0,2.4836,7.3971,0,2.1614,7.743,0,1.5656,7.9703,0 +PL 3.2398,6.3688,0,3.9441,6.4718,0,4.6548,6.558,0,5.3801,6.6357,0,5.5094,7.0057,0,5.6495,7.3589,0,5.8039,7.7035,0,4.7984,7.8066,0,3.8005,7.8928,0,2.8125,7.9703,0 +L 5.8039,6.3688,7.4851,6.3688 + +[611a] 愚 +PL 0.4612,0,0,1.0216,1.0678,0,1.3154,1.6017,0 +PL 2.9966,0,0,2.6919,0.435,0,2.5837,0.9887,0,2.5662,2.1356,0 +PL 3.4239,0,0,5.5289,0,0,5.5289,1.0678,0,5.5289,1.0678,0,5.5289,1.0678,0 +PL 7.2349,0.8008,0,7.0875,1.0678,0,6.9372,1.3347,0,6.8073,1.6017,0 +PL 4.275,1.8687,0,4.1248,2.1356,0,3.9812,2.4025,0,3.8512,2.6695,0 +PL 0.8917,2.6695,0,0.8917,5.3008,0,6.8073,5.3008,0,6.8073,2.6695,0,5.9527,2.6695,0,5.9527,2.6695,0,5.9527,2.6695,0 +PL 2.142,3.6991,0,3.8512,3.6991,0,3.8512,4.767,0,3.8512,4.767,0,3.8512,4.767,0 +PL 4.275,4.2329,0,4.5517,4.4223,0,4.8323,4.603,0,5.13,4.767,0 +PLC 1.7151,7.0819,0,1.7151,8.4661,0,5.9527,8.4661,0,5.9527,6.3686,0,1.7151,6.3686,0 +PL 3.8512,6.9025,0,3.501,7.2782,0,3.0562,7.4166,0,2.142,7.4364,0 +PL 4.7023,7.4364,0,5.5289,7.4364,0,5.5289,7.4364,0,5.5289,7.4364,0 + +[611b] 愛 +PL 5.4352,6.9026,0,5.7115,7.3589,0,5.9952,7.8067,0,6.2863,8.2373,0,5.2531,8.2868,0,4.507,8.0988,0,3.761,7.9704,0 +PL 7.5748,5.3009,0,7.5748,6.3688,0,5.155,6.6908,0,3.6945,7.3687,0,2.0518,7.9704,0 +PL 6.7167,4.5383,0,6.5665,4.8037,0,6.419,5.0609,0,6.2863,5.3009,0 +PL 3.761,4.2714,0,5.4352,4.2714,0,5.4352,4.2714,0,5.4352,4.2714,0 +PL 5.0079,1.6017,0,5.1375,1.8688,0,5.2842,2.1357,0,5.4352,2.4026,0,3.9361,2.6103,0,3.2843,2.8179,0,2.9029,3.2034,0,3.0357,3.4705,0,3.1793,3.7374,0,3.3302,4.0044,0,3.0357,4.4506,0,2.752,4.8801,0,2.4753,5.3009,0 +PL 1.1934,4.2714,0,1.3268,4.6145,0,1.4736,4.9576,0,1.6207,5.3009,0 +PL 0.3703,5.3009,0,0.3703,6.3688,0,0.9205,6.472,0,1.4806,6.558,0,2.0518,6.6356,0,1.7187,7.3971,0,1.393,7.743,0,0.7979,7.9704,0 +PL 4.1848,5.3009,0,3.5544,6.0524,0,3.1096,6.3292,0,2.4753,6.3688,0 +PL 0.3703,0,0,1.4319,0.0821,0,2.7379,0.4012,0,3.761,1.0679,0,3.3302,1.6017,0,2.9029,2.1357,0,2.4753,2.6696,0,1.9044,2.325,0,1.3513,1.9719,0,0.7979,1.6017,0 +PL 6.7167,0,0,7.5748,0,0,7.5748,0,0,7.5748,0,0 +PL 6.2863,0,0,5.5854,0.3702,0,4.885,0.7233,0,4.1848,1.0679,0 + +[611f] 感 +PL 0.864,0,0,1.1403,0.5338,0,1.4205,1.0678,0,1.7151,1.6018,0 +PL 3.3962,0,0,3.095,0.4351,0,2.9864,0.9888,0,2.9689,2.1356,0 +PL 3.82,0,0,6.3523,0,0,6.3523,1.0678,0 +PL 8.0611,0.8008,0,7.9109,1.0678,0,7.7673,1.3348,0,7.6338,1.6018,0 +PL 0.864,2.9365,0,1.1613,3.6568,0,1.2734,4.962,0,1.2878,7.9703,0,4.6778,7.9703,0,4.8112,8.3404,0,4.9513,8.6936,0,5.1016,9.0382,0 +PL 7.6338,2.6695,0,7.126,3.202,0,6.6325,3.726,0,6.1422,4.2331,0,5.7849,3.8898,0,5.4417,3.5467,0,5.1016,3.2035,0 +L 8.0611,2.6695,8.0611,4.2331 +PLC 2.5416,5.8348,0,4.2505,5.8348,0,4.2505,4.2331,0,2.5416,4.2331,0 +PL 6.3523,4.7669,0,5.7604,5.8149,0,5.4347,6.7444,0,5.1016,7.4365,0,4.7096,7.0607,0,3.9426,6.9224,0,2.1455,6.9027,0 +PL 6.7827,5.5679,0,6.9127,6.0242,0,7.0563,6.4718,0,7.21,6.9027,0 +PL 5.5289,7.9703,0,5.9387,8.0736,0,6.3523,8.1598,0,6.7827,8.2373,0,6.6325,8.5043,0,6.485,8.7713,0,6.3523,9.0382,0 +L 7.21,7.9703,8.0611,7.9703 + +[6148] 慈 +PL 0.2165,0,0,0.4932,0.7233,0,0.7731,1.4379,0,1.0708,2.1357,0 +PL 2.7803,0,0,2.4826,0.4351,0,2.3702,0.9888,0,2.3527,2.1357,0 +PL 3.2111,0,0,5.7434,0,0,5.7434,1.0678,0,5.7434,1.0678,0,5.7434,1.0678,0 +PL 7.4176,0.8008,0,7.1475,1.2571,0,6.8673,1.7049,0,6.5945,2.1357,0 +PL 4.4577,1.8688,0,4.3071,2.1342,0,4.1638,2.3913,0,4.0339,2.6314,0 +PL 7.4176,3.4322,0,7.2736,3.6992,0,7.1475,3.9661,0,7.0215,4.2332,0,5.3126,4.0268,0,2.1706,3.8037,0,0.2165,3.6992,0 +PL 1.5016,4.2332,0,1.6315,4.4224,0,1.7751,4.6032,0,1.9219,4.767,0,1.5016,5.3009,0,1.0708,5.8348,0,0.647,6.3687,0 +PL 4.885,4.2332,0,5.0181,4.4224,0,5.1617,4.6032,0,5.3126,4.767,0,4.885,5.3009,0,4.4577,5.8348,0,4.0339,6.3687,0 +PL 2.7803,4.767,0,2.4963,5.1822,0,2.4963,5.5975,0,2.7803,6.3687,0 +PL 5.7434,5.3009,0,5.8727,5.671,0,6.0127,6.0241,0,6.1672,6.3687,0 +PL 1.5016,6.3687,0,1.8028,6.7826,0,1.9079,7.1879,0,1.9219,7.9323,0,0.2165,7.9323,0,0.2165,7.9323,0,0.2165,7.9323,0 +PL 4.885,6.3687,0,5.1862,6.7826,0,5.2986,7.1879,0,5.3126,7.9323,0,2.3527,7.9323,0,2.3527,7.9323,0,2.3527,7.9323,0 +PL 5.7434,7.9323,0,7.4176,7.9323,0,7.4176,7.9323,0,7.4176,7.9323,0 + +[614b] 態 +PL 1.9264,7.3984,0,2.4132,7.7684,0,2.9039,8.1215,0,3.3943,8.4662,0,3.2398,8.6554,0,3.0962,8.8362,0,2.9635,9,0 +PL 0.4347,7.3984,0,1.0508,7.6355,0,1.3838,8.0508,0,1.7131,9,0 +PL 5.5234,6.8644,0,5.2292,7.2995,0,5.1175,7.8532,0,5.1031,9,0 +PL 5.9542,6.8644,0,7.2046,6.8644,0,7.2046,6.8644,0,7.2046,6.8644,0 +PL 5.5234,7.9322,0,6.1437,7.952,0,6.4761,8.0905,0,6.8126,8.4662,0 +PL 0.4347,0.267,0,0.5639,0.8772,0,0.711,1.4873,0,0.8585,2.0974,0 +PL 2.9635,0,0,2.6833,0.4336,0,2.5852,0.9774,0,2.5673,2.0974,0 +PL 3.3943,0,0,5.9542,0,0,5.9542,1.0678,0,5.9542,1.0678,0,5.9542,1.0678,0 +PL 7.6284,0.8008,0,7.359,1.2472,0,7.082,1.6765,0,6.8126,2.0974,0 +PL 4.6723,1.3347,0,4.522,1.6003,0,4.3746,1.8573,0,4.2453,2.0974,0 +PL 1.2893,3.1653,0,1.2893,6.3305,0,3.3943,6.3305,0,3.3943,3.1653,0,2.5673,3.1653,0,2.5673,3.1653,0,2.5673,3.1653,0 +PL 5.5234,3.1653,0,5.2292,3.6201,0,5.1175,4.3121,0,5.1031,5.8348,0 +PL 5.9542,3.1653,0,7.2046,3.1653,0,7.2046,3.1653,0,7.2046,3.1653,0 +PL 1.7131,4.2331,0,2.9635,4.2331,0,2.9635,4.2331,0,2.9635,4.2331,0 +PL 5.5234,4.767,0,6.1437,4.7868,0,6.4761,4.9251,0,6.8126,5.3009,0 +PL 1.7131,5.3009,0,2.9635,5.3009,0,2.9635,5.3009,0,2.9635,5.3009,0 + +[614c] 慌 +PL 1.5641,0.0152,0,1.5641,9.0534,0,1.5641,9.0534,0,1.5641,9.0534,0 +PL 2.8428,0.0152,0,3.501,1.0322,0,3.6974,1.9474,0,3.6974,3.2186,0 +PL 6.6602,0.0152,0,6.359,0.4897,0,6.2472,1.3203,0,6.2329,3.2186,0 +PL 7.084,0.0152,0,7.9421,0.0152,0,7.9421,1.0829,0,7.9421,1.0829,0,7.9421,1.0829,0 +PL 4.9513,0.5491,0,4.9513,3.2186,0,4.9513,3.2186,0,4.9513,3.2186,0 +PL 4.1279,4.2863,0,3.8235,4.6748,0,3.715,5.0802,0,3.6974,5.85,0,2.8428,5.85,0,2.8428,5.85,0,2.8428,5.85,0 +PL 4.5552,4.2863,0,7.084,4.2863,0,7.084,4.2863,0,7.084,4.2863,0 +PL 0.7379,4.7821,0,0.7379,7.4516,0,0.7379,7.4516,0,0.7379,7.4516,0 +PL 4.1279,5.85,0,5.3786,5.85,0,5.3786,6.9177,0,5.3786,6.9177,0,5.3786,6.9177,0 +PL 5.8024,5.85,0,7.5113,5.85,0,7.5113,5.85,0,7.5113,5.85,0 +PL 4.5552,7.1847,0,4.2053,7.7482,0,3.7636,7.9559,0,2.8428,7.9855,0 +PL 6.2329,7.1847,0,5.6935,7.7878,0,5.0704,8.2722,0,4.5552,9.0534,0 +PL 6.6602,7.9855,0,6.5064,8.3555,0,6.3625,8.7087,0,6.2329,9.0534,0 +PL 7.084,7.9855,0,7.9421,7.9855,0,7.9421,7.9855,0,7.9421,7.9855,0 + +[614e] 慎 +PL 1.1934,0.0382,0,1.1934,9.0382,0,1.1934,9.0382,0,1.1934,9.0382,0 +PL 2.4753,0.0382,0,3.0357,0.2176,0,3.6066,0.3801,0,4.1848,0.534,0 +PL 6.7167,0.0382,0,6.419,0.2176,0,6.1388,0.3801,0,5.866,0.534,0 +PL 2.4753,1.6018,0,7.5748,1.6018,0,7.5748,1.6018,0,7.5748,1.6018,0 +PL 3.3302,3.2034,0,3.3302,6.3687,0,5.0079,6.3687,0,4.9939,7.1399,0,4.8888,7.5551,0,4.6118,7.9704,0,2.9029,7.9704,0,2.9029,7.9704,0,2.9029,7.9704,0 +PL 3.761,3.2034,0,6.7167,3.2034,0,6.7167,4.2712,0,3.761,4.2712,0,3.761,4.2712,0,3.761,4.2712,0 +PL 6.7167,5.0721,0,5.7189,5.1484,0,4.7343,5.2247,0,3.761,5.3009,0 +PL 0.3703,5.3009,0,0.3703,7.4365,0,0.3703,7.4365,0,0.3703,7.4365,0 +PL 6.7167,6.1018,0,6.2863,6.2049,0,5.866,6.2911,0,5.4352,6.3687,0 +PL 2.0518,6.6356,0,1.8977,6.9026,0,1.7541,7.1695,0,1.6207,7.4365,0 +PL 5.4352,7.9704,0,5.2842,8.3405,0,5.1375,8.6936,0,5.0079,9.0382,0 +PL 5.866,7.9704,0,7.144,7.9704,0,7.144,7.9704,0,7.144,7.9704,0 + +[6155] 慕 +PL 2.9669,0,0,3.7932,0,0,3.7932,2.6695,0,3.7932,2.6695,0,3.7932,2.6695,0 +PL 1.6885,0.534,0,1.9824,0.9492,0,2.0353,1.3644,0,1.9018,2.1356,0,1.5376,1.9718,0,1.1733,1.791,0,0.8301,1.6017,0 +PL 5.5027,0.8008,0,5.3482,1.0678,0,5.2046,1.3348,0,5.0719,1.6017,0 +PL 6.7807,0.8008,0,6.5569,1.5509,0,6.4309,2.3517,0,5.9297,3.4321,0,2.9669,3.4321,0,2.816,3.1921,0,2.6724,2.9351,0,2.5396,2.6695,0 +PL 0.8301,3.6992,0,2.5396,3.6992,0,2.5396,3.6992,0,2.5396,3.6992,0 +PL 6.3538,3.6992,0,8.0346,3.6992,0,8.0346,3.6992,0,8.0346,3.6992,0 +PL 3.3977,4.5001,0,2.9669,4.6032,0,2.5396,4.6893,0,2.1158,4.767,0,2.1158,6.9026,0,2.5396,7.0057,0,2.9669,7.0918,0,3.3977,7.1695,0,3.2468,7.4351,0,3.0997,7.6921,0,2.9669,7.9322,0,0.8301,7.9322,0,0.8301,7.9322,0,0.8301,7.9322,0 +PL 3.7932,4.767,0,6.7807,4.767,0,6.7807,5.8348,0,2.5396,5.8348,0,2.5396,5.8348,0,2.5396,5.8348,0 +PL 6.7807,6.6356,0,5.772,6.7387,0,4.7742,6.8248,0,3.7932,6.9026,0 +PL 5.5027,7.4365,0,5.1525,7.7853,0,4.7076,7.9139,0,3.7932,7.9322,0,3.6496,8.3023,0,3.5168,8.6554,0,3.3977,9,0 +PL 5.9297,7.9322,0,5.772,8.3023,0,5.6284,8.6554,0,5.5027,9,0 +PL 6.3538,7.9322,0,8.0346,7.9322,0,8.0346,7.9322,0,8.0346,7.9322,0 + +[6162] 慢 +PL 2.0835,0,0,2.0835,9.0382,0,2.0835,9.0382,0,2.0835,9.0382,0 +PL 3.3342,0,0,4.0343,0.3701,0,4.7418,0.7232,0,5.4703,1.0678,0,4.8364,2.017,0,4.3951,2.4323,0,3.7615,2.6696,0 +PL 7.148,0,0,6.7207,0.3701,0,6.3004,0.7232,0,5.8976,1.0678,0,6.1712,1.5241,0,6.444,1.9719,0,6.7176,2.4025,0,6.1502,2.5057,0,5.5929,2.5918,0,5.0395,2.6696,0 +PLC 3.7615,4.2698,0,3.7615,5.3009,0,7.5718,5.3009,0,7.5718,3.7373,0,3.7615,3.7373,0 +PL 0.8019,5.0339,0,1.0993,5.6568,0,1.2117,6.2797,0,1.2257,7.4365,0 +PL 2.9069,6.6356,0,2.7633,6.9026,0,2.6298,7.1696,0,2.5076,7.4365,0 +PLC 4.1884,7.0918,0,4.1884,8.5043,0,7.148,8.5043,0,7.148,6.3687,0,4.1884,6.3687,0 +PL 4.6157,7.4365,0,6.7176,7.4365,0,6.7176,7.4365,0,6.7176,7.4365,0 + +[6163] 慣 +PL 2.1455,0,0,2.1455,8.9999,0,2.1455,8.9999,0,2.1455,8.9999,0 +PL 4.0372,0,0,4.3801,0.1892,0,4.7373,0.3699,0,5.1016,0.5338,0 +PL 7.6338,0,0,7.3435,0.1892,0,7.0563,0.3699,0,6.7827,0.5338,0 +PLC 4.2505,2.668,0,4.2505,4.7668,0,7.6338,4.7668,0,7.6338,1.6017,0,4.2505,1.6017,0 +PL 4.6778,2.6696,0,7.21,2.6696,0,7.21,2.6696,0,7.21,2.6696,0 +PL 4.6778,3.6991,0,7.21,3.6991,0,7.21,3.6991,0,7.21,3.6991,0 +PL 0.864,5.0338,0,1.1613,5.6567,0,1.2734,6.2796,0,1.2878,7.4364,0 +PL 2.9689,6.6356,0,2.8145,6.9025,0,2.6709,7.1695,0,2.5416,7.4364,0 +PLC 4.2505,7.0919,0,4.2505,8.5044,0,7.6338,8.5044,0,7.6338,6.3686,0,4.2505,6.3686,0 +PL 5.96,6.9025,0,5.6238,7.2782,0,5.2907,7.4167,0,4.6778,7.4364,0 + +[6168] 慨 +PL 1.1032,0,0,1.1032,9.0001,0,1.1032,9.0001,0,1.1032,9.0001,0 +PL 4.276,0,0,4.4897,0.1892,0,4.6998,0.3701,0,4.917,0.534,0,4.6998,0.8772,0,4.4897,1.2204,0,4.276,1.5636,0,3.4918,1.2204,0,2.7213,0.8772,0,1.9543,0.534,0 +PL 6.6265,0,0,6.5421,1.0664,0,6.4756,2.1244,0,6.4094,3.1653,0,6.0451,2.4675,0,5.691,1.7529,0,5.3443,1.0297,0 +PL 7.2671,0,0,7.3267,0.5325,0,7.3971,1.0565,0,7.4811,1.5636,0 +PL 2.812,1.5636,0,2.812,8.4662,0,4.0939,8.4662,0,4.0939,4.7671,0,5.3443,4.7671,0,5.3443,8.4662,0,7.4811,8.4662,0,7.4811,8.4662,0,7.4811,8.4662,0 +PL 6.1989,3.6991,0,6.0451,4.0694,0,5.905,4.4223,0,5.7681,4.7671,0 +PL 3.2393,4.2331,0,4.0939,4.2331,0,4.0939,4.2331,0,4.0939,4.2331,0 +PL 0.2797,4.7671,0,0.2797,7.3984,0,0.2797,7.3984,0,0.2797,7.3984,0 +PL 6.6265,4.7671,0,6.6265,7.9322,0,6.6265,7.9322,0,6.6265,7.9322,0 +PL 1.9543,7.1314,0,1.8033,7.3984,0,1.6597,7.6653,0,1.534,7.9322,0 + +[616e] 慮 +PL 0.094,0.2669,0,0.7524,2.726,0,0.9482,4.9393,0,0.9482,7.3983,0,3.0532,7.3983,0,3.1863,7.6652,0,3.3299,7.9322,0,3.4843,8.1991,0,4.3144,8.3023,0,5.1582,8.3884,0,6.0166,8.4661,0 +PL 1.3794,0.2669,0,1.5019,0.7232,0,1.6277,1.1709,0,1.7751,1.6017,0 +PL 3.4843,0,0,3.1828,0.4335,0,3.071,0.9774,0,3.0532,2.0975,0 +PL 3.9043,0,0,5.5855,0,0,5.5855,1.0677,0 +PL 7.2947,0.2669,0,7.0004,0.7232,0,6.7167,1.1709,0,6.4404,1.6017,0 +PL 2.1989,3.1653,0,2.1989,5.3009,0,2.6294,5.4039,0,3.0532,5.4901,0,3.4843,5.5678,0,3.1337,6.1314,0,2.6889,6.339,0,1.7751,6.3687,0 +PL 2.6294,3.1653,0,3.1863,3.2684,0,3.7575,3.3545,0,4.3354,3.4322,0,3.9883,3.9958,0,3.5474,4.2034,0,2.6294,4.233,0 +PL 4.7624,3.1653,0,6.4404,3.1653,0,6.4404,4.233,0,4.7624,4.233,0,3.9043,5.3009,0 +PL 6.4404,5.0339,0,5.8692,5.137,0,5.3161,5.2232,0,4.7624,5.3009,0 +PL 3.9043,6.3687,0,3.9397,7.3644,0,5.4982,7.4958,0,6.8674,7.3983,0 +L 4.3354,6.3687,5.5855,6.3687 + +[6170] 慰 +PL 0.0351,0,0,0.3118,0.5339,0,0.592,1.0679,0,0.8897,1.6017,0 +PL 2.5673,0,0,2.2661,0.435,0,2.1541,0.9887,0,2.14,2.1356,0 +PL 2.9946,0,0,5.5549,0,0,5.5549,1.0679,0,5.5549,1.0679,0,5.5549,1.0679,0 +PL 7.2361,0.8008,0,7.082,1.0679,0,6.9384,1.3347,0,6.8057,1.6017,0 +PL 0.0351,3.2033,0,0.7604,4.9844,0,0.9177,6.5961,0,0.8897,8.5042,0,3.8496,8.5042,0,4.5042,6.8462,0,5.7231,6.9844,0,6.3815,9.0382,0 +PL 2.5673,3.2033,0,2.5673,5.3007,0,1.3135,5.3007,0,1.3135,5.3007,0,1.3135,5.3007,0 +PL 5.5549,3.2033,0,6.3815,3.2033,0,6.3815,6.3686,0,6.6582,6.5579,0,6.9384,6.7388,0,7.2361,6.9025,0 +PL 5.1245,5.0339,0,4.977,5.3007,0,4.8334,5.5677,0,4.7038,5.8347,0 +PL 2.9946,5.3007,0,3.8496,5.3007,0,3.8496,5.3007,0,3.8496,5.3007,0 +PL 1.7408,6.3686,0,3.4184,6.3686,0,3.4184,6.3686,0,3.4184,6.3686,0 +PL 1.3135,7.4364,0,3.4184,7.4364,0,3.4184,7.4364,0,3.4184,7.4364,0 + +[6176] 慶 +PL 0.768,0.2669,0,1.4405,2.9166,0,1.6261,5.2951,0,1.6261,7.9703,0,4.5822,7.9703,0,4.5822,9,0,4.5822,9,0,4.5822,9,0 +PL 2.0499,0,0,3.57,0.0198,0,4.2288,0.1582,0,4.5822,0.5339,0,3.8712,1.4944,0,3.2166,1.5057,0,2.4772,1.0678,0 +PL 5.8645,0,0,5.5734,0.1892,0,5.2862,0.3701,0,5.0134,0.5339,0 +PL 6.2918,0,0,8.0006,0,0,8.0006,0,0,8.0006,0,0 +PL 5.8645,1.3347,0,5.4407,1.4378,0,5.0134,1.524,0,4.5822,1.6017,0 +PL 3.7595,2.1356,0,3.7595,3.6991,0,3.7595,3.6991,0,3.7595,3.6991,0 +PL 2.4772,2.6695,0,2.6103,3.0127,0,2.7574,3.3559,0,2.9084,3.6991,0 +PL 4.1868,2.6695,0,5.8645,2.6695,0,5.8645,2.6695,0,5.8645,2.6695,0 +PL 7.1495,2.9364,0,6.9923,3.202,0,6.8483,3.459,0,6.7222,3.6991,0 +PL 5.0134,3.6991,0,4.8589,3.966,0,4.7153,4.2329,0,4.5822,4.5001,0,3.7311,4.603,0,2.8839,4.6893,0,2.0499,4.767,0 +PL 5.0134,4.767,0,7.5733,4.767,0,7.5733,4.767,0,7.5733,4.767,0 +PL 2.0499,5.8347,0,2.6103,5.9379,0,3.1812,6.0239,0,3.7595,6.1017,0,3.4127,6.6652,0,2.9714,6.8729,0,2.0499,6.9025,0 +PL 4.1868,5.8347,0,4.5931,5.9379,0,5.0134,6.0239,0,5.4407,6.1017,0,4.9083,6.685,0,4.2915,7.031,0,3.7595,7.4364,0 +PL 5.8645,5.8347,0,7.1495,5.8347,0,7.1495,6.9025,0,6.2144,6.9421,0,5.6578,7.2189,0,5.0134,7.9703,0 +PL 5.8645,7.9703,0,8.0006,7.9703,0,8.0006,7.9703,0,8.0006,7.9703,0 + +[6182] 憂 +PL 5.5234,6.0635,0,4.529,6.1667,0,3.5445,6.2529,0,2.5673,6.3306,0 +PL 0.4347,0,0,2.9635,0,0,3.0962,0.267,0,3.2398,0.5339,0,3.3943,0.8008,0,3.0367,1.2472,0,2.6934,1.6765,0,2.3575,2.0974,0,1.8423,1.9337,0,1.3488,1.7528,0,0.8585,1.5636,0 +PL 4.6723,0,0,4.3746,0.1893,0,4.0944,0.3701,0,3.818,0.5339,0 +PL 5.1031,0,0,7.2046,0,0,7.2046,0,0,7.2046,0,0 +PL 4.6723,1.0296,0,4.8057,1.2966,0,4.9493,1.5636,0,5.1031,1.8305,0,3.3449,2.2585,0,3.1526,2.9152,0,2.9635,4.2331,0 +PL 1.2893,3.1653,0,1.4185,3.5353,0,1.5621,3.8885,0,1.7131,4.2331,0 +PL 3.818,3.1653,0,5.5234,3.1653,0,5.5234,3.1653,0,5.5234,3.1653,0 +PL 6.8126,3.4322,0,6.655,3.6992,0,6.5146,3.9662,0,6.3815,4.2331,0 +PL 0.4347,4.2331,0,0.4347,5.3009,0,2.1404,5.3009,0,2.1404,7.3984,0,3.818,7.3984,0,3.818,8.4662,0,0.4347,8.4662,0,0.4347,8.4662,0,0.4347,8.4662,0 +PL 4.6723,4.2331,0,4.308,4.8065,0,3.7652,5.0834,0,2.5673,5.3009,0 +PL 7.2046,4.2331,0,7.2046,5.3009,0,4.6723,5.3009,0,4.6723,5.3009,0,4.6723,5.3009,0 +PL 5.5234,7.1314,0,5.1031,7.2345,0,4.6723,7.3206,0,4.2453,7.3984,0 +PL 4.2453,8.4662,0,7.2046,8.4662,0,7.2046,8.4662,0,7.2046,8.4662,0 + +[618e] 憎 +PL 1.4114,0,0,1.4114,9.0001,0,1.4114,9.0001,0,1.4114,9.0001,0 +PLC 3.5164,1.0664,0,3.5164,3.1653,0,6.5004,3.1653,0,6.5004,0,0,3.5164,0,0 +PL 3.9363,1.6017,0,6.0766,1.6017,0,6.0766,1.6017,0,6.0766,1.6017,0 +PL 0.126,5.0339,0,0.4272,5.6568,0,0.5354,6.2797,0,0.5529,7.4364,0 +PL 3.0852,4.7671,0,3.0852,7.4364,0,3.9363,7.4364,0,3.9223,8.1808,0,3.8106,8.5862,0,3.5164,9.0001,0 +PL 3.5164,4.7671,0,4.7944,4.7671,0,4.6438,5.9619,0,4.2133,6.3432,0,3.5164,6.3686,0 +PL 5.2217,4.7671,0,6.8994,4.7671,0,6.8994,6.3686,0,5.2217,6.3686,0,4.924,6.7387,0,4.6438,7.0918,0,4.3675,7.4364,0 +PL 2.2621,6.6357,0,2.1115,6.9026,0,1.9644,7.1696,0,1.8352,7.4364,0 +PL 6.8994,7.1696,0,6.3288,7.2727,0,5.7719,7.3587,0,5.2217,7.4364,0 +PL 5.6455,7.9322,0,5.7751,8.3024,0,5.926,8.6554,0,6.0766,9.0001,0 + +[61a4] 憤 +PL 1.7771,0,0,1.7771,9,0,1.7771,9,0,1.7771,9,0 +PL 2.8454,0,0,3.1848,0.1893,0,3.5455,0.3701,0,3.9098,0.534,0 +PL 7.297,0,0,7.0024,0.1893,0,6.7187,0.3701,0,6.442,0.534,0 +PL 3.4825,1.6017,0,3.6124,3.202,0,3.7595,4.7938,0,3.9098,6.3686,0,3.2762,6.4083,0,2.838,6.6851,0,2.2009,7.4365,0 +PL 3.9098,1.6017,0,6.8732,1.6017,0,6.8732,2.6695,0,3.9098,2.6695,0,3.9098,2.6695,0,3.9098,2.6695,0 +PL 6.8732,3.4321,0,5.8711,3.5353,0,4.8908,3.6215,0,3.9098,3.6992,0 +PL 6.8732,4.5001,0,6.0147,4.6032,0,5.171,4.6893,0,4.3409,4.767,0 +PL 0.5264,5.0339,0,0.8244,5.6568,0,0.9362,6.2797,0,0.9502,7.4365,0 +PL 6.442,5.3008,0,6.442,6.3686,0,4.3409,6.3686,0,4.3409,6.3686,0,4.3409,6.3686,0 +PL 6.8732,6.3686,0,7.7243,6.3686,0,7.7243,6.3686,0,7.7243,6.3686,0 +PL 3.0552,7.9322,0,5.1636,7.9322,0,5.1636,9,0,5.1636,9,0,5.1636,9,0 +PL 5.5874,7.9322,0,7.297,7.9322,0,7.297,7.9322,0,7.297,7.9322,0 + +[61a7] 憧 +L 0.9802,0,0.9802,9 +PL 2.2621,0,0,4.7944,0,0,4.5597,1.3305,0,3.9507,1.6441,0,3.0852,1.6017,0 +L 5.2217,0,7.3267,0 +PL 5.2217,1.6017,0,4.924,2.1356,0,4.6438,2.6695,0,4.3675,3.2034,0,3.0852,3.2034,0,3.0852,5.3009,0,6.5004,5.3009,0,6.5004,3.2034,0,5.3513,3.4704,0,4.385,3.9662,0,3.5164,4.233,0 +L 5.6455,1.6017,6.5004,1.6017 +L 0.126,5.3009,0.126,7.4365 +PL 1.8352,6.6356,0,1.6807,6.9026,0,1.541,7.1696,0,1.4114,7.4365,0 +PL 2.2621,6.3687,0,2.812,6.4718,0,3.3654,6.5579,0,3.9363,6.6356,0,3.6106,7.3969,0,3.2778,7.743,0,2.6579,7.9703,0 +PL 4.3675,6.3687,0,4.7944,6.4718,0,5.2217,6.5579,0,5.6455,6.6356,0,5.7751,7.0057,0,5.926,7.3588,0,6.0766,7.7034,0,5.3513,7.8065,0,4.6438,7.8927,0,3.9363,7.9703,0 +L 6.0766,6.3687,7.3267,6.3687 + +[61a9] 憩 +PL 0.8019,0.2669,0,0.9312,0.904,0,1.0783,1.524,0,1.2257,2.1356,0 +PL 3.3342,0,0,3.033,0.4548,0,2.9205,1.1468,0,2.9069,2.6695,0 +PL 3.7615,0,0,6.3214,0,0,6.3214,1.0678,0,6.3214,1.0678,0,6.3214,1.0678,0 +PL 8.0026,0.8008,0,7.7052,1.2571,0,7.4251,1.7048,0,7.148,2.1356,0 +PL 5.0395,1.8687,0,4.8928,2.1356,0,4.7418,2.4025,0,4.6157,2.6695,0 +PL 1.2257,3.6991,0,1.2257,5.3008,0,2.5076,5.3008,0,2.2764,6.6313,0,1.6632,6.9448,0,0.8019,6.9025,0 +PL 1.6565,3.6991,0,3.7615,3.6991,0,3.7615,5.3008,0,2.9069,5.3008,0,2.9069,5.3008,0,2.9069,5.3008,0 +PL 5.0395,3.6991,0,5.0395,7.9703,0,5.6598,8.1864,0,5.9922,8.4535,0,6.3214,9,0 +PL 5.4703,3.6991,0,7.148,3.6991,0,7.148,5.3008,0,5.4703,5.3008,0,5.4703,5.3008,0,5.4703,5.3008,0 +PL 7.148,6.1017,0,6.5771,6.2047,0,6.0206,6.2909,0,5.4703,6.3686,0 +PL 2.9069,6.9025,0,2.5812,7.476,0,2.1434,7.7528,0,1.2257,7.9703,0 +PL 3.3342,6.9025,0,4.1884,6.9025,0,4.1884,6.9025,0,4.1884,6.9025,0 +PL 7.148,6.9025,0,7.148,7.9703,0,6.3214,7.9703,0,6.3214,7.9703,0,6.3214,7.9703,0 +PL 2.9069,8.4661,0,3.7615,8.4661,0,3.7615,8.4661,0,3.7615,8.4661,0 + +[61b2] 憲 +PL 0.5849,0,0,0.711,0.3701,0,0.841,0.7231,0,0.9811,1.0677,0 +PL 2.6899,0,0,2.3922,0.4153,0,2.2805,0.8305,0,2.263,1.6017,0 +PL 3.1207,0,0,5.653,0,0,5.653,1.0677,0,5.653,1.0677,0,5.653,1.0677,0 +PL 7.3625,0.2669,0,7.2046,0.5339,0,7.0645,0.8008,0,6.9317,1.0677,0 +PLC 1.4119,3.0395,0,1.4119,3.7373,0,6.5041,3.7373,0,6.5041,2.6695,0,1.4119,2.6695,0 +PL 0.5849,4.7669,0,1.7166,4.8701,0,2.8405,4.9561,0,3.9718,5.0339,0,3.8215,5.3008,0,3.6744,5.5677,0,3.541,5.8347,0,1.8357,5.8347,0,1.8357,5.8347,0,1.8357,5.8347,0 +PL 4.3991,4.7669,0,7.3625,4.7669,0,7.3625,4.7669,0,7.3625,4.7669,0 +PL 4.3991,5.8347,0,3.3732,6.8064,0,2.5186,6.973,0,1.4119,6.9026,0 +PL 4.7949,5.8347,0,6.0768,5.8347,0,6.0768,5.8347,0,6.0768,5.8347,0 +PL 0.5849,6.9026,0,0.5849,7.9703,0,3.541,7.9703,0,3.6744,8.3135,0,3.8215,8.6568,0,3.9718,9,0 +PL 4.3991,6.9026,0,4.4376,7.9082,0,6.0001,8.0579,0,7.3625,7.9703,0,7.3625,6.9026,0,7.3625,6.9026,0,7.3625,6.9026,0 +PL 4.7949,6.9026,0,6.5041,6.9026,0,6.5041,6.9026,0,6.5041,6.9026,0 + +[61b6] 憶 +PL 1.5641,0,0,1.5641,9.0382,0,1.5641,9.0382,0,1.5641,9.0382,0 +PL 2.8428,0.2668,0,2.9791,0.7231,0,3.1227,1.1709,0,3.2701,1.6017,0 +PL 4.5552,0,0,4.254,0.4152,0,4.1458,0.8304,0,4.1279,1.6017,0 +PL 4.9513,0,0,6.6602,0,0,6.6602,1.0679,0,6.6602,1.0679,0,6.6602,1.0679,0 +PL 7.9421,0.8008,0,7.7883,1.0679,0,7.6447,1.3347,0,7.5113,1.6017,0 +PLC 3.6974,3.9167,0,3.6974,5.3007,0,7.084,5.3007,0,7.084,3.2033,0,3.6974,3.2033,0 +PL 4.1279,4.2711,0,6.6602,4.2711,0,6.6602,4.2711,0,6.6602,4.2711,0 +PL 0.7379,5.3007,0,0.7379,7.4364,0,0.7379,7.4364,0,0.7379,7.4364,0 +PL 2.8428,6.3686,0,2.5483,6.9025,0,2.2649,7.4364,0,1.9879,7.9704,0 +PL 3.2701,6.3686,0,3.6974,6.4717,0,4.1279,6.5579,0,4.5552,6.6356,0,4.2228,7.3968,0,3.8897,7.7429,0,3.2701,7.9704,0 +PL 4.9513,6.3686,0,5.3786,6.4717,0,5.8024,6.5579,0,6.2329,6.6356,0,6.3625,7.0056,0,6.5064,7.3588,0,6.6602,7.7034,0,5.96,7.8066,0,5.256,7.8926,0,4.5552,7.9704,0 +PL 6.6602,6.3686,0,7.9421,6.3686,0,7.9421,6.3686,0,7.9421,6.3686,0 + +[61be] 憾 +PL 2.1158,0,0,2.1158,9.0001,0,2.1158,9.0001,0,2.1158,9.0001,0 +PL 2.9669,0.267,0,3.0997,0.7134,0,3.2468,1.1428,0,3.3977,1.5636,0 +PL 5.0719,0,0,4.7707,0.4336,0,4.6618,0.9774,0,4.6446,2.0975,0 +PL 5.5027,0,0,6.7807,0,0,6.7807,1.0297,0,6.7807,1.0297,0,6.7807,1.0297,0 +PL 8.0346,0.8009,0,7.8914,1.0664,0,7.7579,1.3235,0,7.6353,1.5636,0 +PL 2.9669,3.4324,0,3.2608,4.0932,0,3.3172,4.9831,0,3.1802,6.8645,0,2.9669,7.0537,0,2.7529,7.2345,0,2.5396,7.3984,0 +PL 5.9297,3.1653,0,5.5798,3.541,0,5.1384,3.6794,0,4.2208,3.6991,0,4.2208,5.3009,0,5.5027,5.3009,0,5.5027,4.2331,0,5.5027,4.2331,0,5.5027,4.2331,0 +PL 7.6353,4.2331,0,7.6353,3.1653,0,7.338,3.5354,0,7.0578,3.8885,0,6.7807,4.2331,0,6.6305,4.0694,0,6.483,3.8885,0,6.3538,3.6991,0 +PL 0.8301,5.0339,0,1.1316,5.63,0,1.2437,6.243,0,1.2574,7.3984,0 +PL 6.7807,4.7671,0,6.4659,5.4294,0,6.2414,6.2021,0,5.9297,6.8645,0,5.5798,6.4887,0,5.1384,6.3503,0,4.2208,6.3304,0 +PL 7.208,5.3009,0,7.338,5.6441,0,7.4816,5.9874,0,7.6353,6.3304,0 +PL 3.3977,7.6653,0,4.0982,7.7684,0,4.7984,7.8546,0,5.5027,7.9322,0,5.6284,8.3023,0,5.772,8.6554,0,5.9297,9.0001,0 +PL 5.9297,7.3984,0,6.2732,7.7839,0,6.7181,7.9917,0,7.6353,8.1992,0,7.4816,8.4662,0,7.338,8.7331,0,7.208,9.0001,0 + +[61c7] 懇 +PL 0.3726,0.0381,0,0.6455,0.5706,0,0.9292,1.0946,0,1.2237,1.6017,0 +PL 2.9326,0.0381,0,2.6349,0.4717,0,2.5263,1.0155,0,2.5088,2.1356,0 +PL 3.3599,0.0381,0,5.8922,0.0381,0,5.8922,1.0678,0,5.8922,1.0678,0,5.8922,1.0678,0 +PL 7.5698,0.8389,0,7.4297,1.1045,0,7.297,1.3615,0,7.1744,1.6017,0 +PL 2.2955,3.2033,0,2.5088,3.3926,0,2.7189,3.5734,0,2.9326,3.7372,0,2.852,4.2711,0,2.7823,4.805,0,2.7189,5.339,0,1.9312,4.805,0,1.1393,4.2711,0,0.3726,3.7372,0 +PL 4.1833,3.2033,0,4.1833,8.5041,0,6.7433,8.5041,0,6.7433,6.3687,0,5.4649,6.3687,0,5.4967,5.6044,0,5.7209,5.0607,0,6.3233,4.2711,0,6.5961,4.6411,0,6.8798,4.9943,0,7.1744,5.339,0 +PL 4.6138,3.2033,0,4.8873,3.3926,0,5.1671,3.5734,0,5.4649,3.7372,0 +PL 0.3726,5.339,0,0.9856,5.3587,0,1.3215,5.4972,0,1.6545,5.8729,0,1.3215,6.2217,0,0.9856,6.3503,0,0.3726,6.3687,0 +PL 2.0783,5.8729,0,2.2111,6.0522,0,2.3547,6.2146,0,2.5088,6.3687,0,1.574,7.3178,0,1.0167,7.733,0,0.3726,7.9703,0 +PL 2.5088,7.7034,0,2.2111,7.9703,0,1.9312,8.2372,0,1.6545,8.5041,0 +PL 4.6138,7.4364,0,6.3233,7.4364,0,6.3233,7.4364,0,6.3233,7.4364,0 + +[61d0] 懐 +PL 1.436,0,0,1.436,9.0001,0,1.436,9.0001,0,1.436,9.0001,0 +PL 2.7214,0,0,3.9683,0,0,3.9683,2.0975,0,3.3974,1.9337,0,2.844,1.7529,0,2.291,1.5636,0 +PL 4.3991,0,0,4.6758,0.1892,0,4.956,0.3701,0,5.2537,0.534,0 +PL 6.9629,0,0,6.0421,1.3574,0,5.597,2.3164,0,5.2537,3.6991,0,4.6338,3.4817,0,4.3049,3.2048,0,3.9683,2.6314,0 +PL 2.7214,3.6991,0,3.9683,3.6991,0,3.9683,3.6991,0,3.9683,3.6991,0 +PL 5.6775,3.6991,0,7.3867,3.6991,0,7.3867,3.6991,0,7.3867,3.6991,0 +PL 4.8229,4.2331,0,4.8229,5.3009,0,3.1421,5.3009,0,3.1421,6.8645,0,3.6951,6.9676,0,4.2559,7.0537,0,4.8229,7.1314,0,4.4587,7.695,0,3.9158,7.9025,0,2.7214,7.9322,0,2.5673,7.5877,0,2.4241,7.2345,0,2.291,6.8645,0 +PL 0.1577,5.0339,0,0.4554,5.63,0,0.5674,6.243,0,0.585,7.3984,0 +PL 5.4639,5.3009,0,5.3833,5.8334,0,5.3133,6.3574,0,5.2537,6.8645,0 +PL 6.1052,5.3009,0,6.9629,5.3009,0,6.9629,6.8645,0,6.1052,6.8645,0,6.1052,6.8645,0,6.1052,6.8645,0 +PL 5.2537,7.9322,0,5.0996,8.3023,0,4.956,8.6554,0,4.8229,9.0001,0 +PL 5.6775,7.9322,0,7.3867,7.9322,0,7.3867,7.9322,0,7.3867,7.9322,0 + +[61f2] 懲 +PL 0.2165,0.267,0,0.3458,0.7232,0,0.4932,1.171,0,0.647,1.6018,0 +PL 2.7803,0,0,2.4826,0.4153,0,2.3702,0.8306,0,2.3527,1.6018,0 +PL 3.2111,0,0,5.7434,0,0,5.7434,1.0678,0,5.7434,1.0678,0,5.7434,1.0678,0 +PL 7.4176,0.8009,0,7.2736,1.0678,0,7.1475,1.3349,0,7.0215,1.6018,0 +PL 4.4577,1.3349,0,4.3071,1.6018,0,4.1638,1.8687,0,4.0339,2.1356,0 +PL 4.885,2.6696,0,5.3126,3.202,0,5.7434,3.7261,0,6.1672,4.2331,0,5.845,4.9055,0,5.5679,5.6964,0,5.1021,6.3687,0,4.5876,6.1017,0,4.0934,5.8348,0,3.6031,5.5679,0,3.8801,5.3009,0,4.1638,5.034,0,4.4577,4.767,0 +PL 7.4176,2.6696,0,7.1475,3.0396,0,6.8673,3.3928,0,6.5945,3.7373,0 +PL 1.0708,3.2035,0,0.9902,4.0805,0,0.924,4.9577,0,0.8575,5.8348,0,0.647,5.671,0,0.4298,5.4902,0,0.2165,5.3009,0 +PL 2.7803,3.2035,0,3.6031,3.2035,0,3.5754,3.9479,0,3.3614,4.3532,0,2.7803,4.767,0 +PL 6.5945,5.034,0,6.8957,5.6569,0,7.0074,6.2797,0,7.0215,7.4366,0,6.4436,7.2727,0,5.8727,7.0919,0,5.3126,6.9026,0 +PL 1.0708,6.3687,0,1.3478,6.7388,0,1.6315,7.0919,0,1.9219,7.4366,0 +PL 0.2165,7.4366,0,0.647,7.969,0,1.0708,8.493,0,1.5016,9.0001,0 +PL 2.7803,7.4366,0,2.7803,8.5044,0,2.7803,8.5044,0,2.7803,8.5044,0 +PL 3.3933,7.4366,0,3.4563,7.969,0,3.5225,8.493,0,3.6031,9.0001,0 +PL 4.2444,7.4366,0,4.3071,7.8066,0,4.3736,8.1597,0,4.4577,8.5044,0 +PL 5.7434,7.9704,0,5.7434,9.0001,0,5.7434,9.0001,0,5.7434,9.0001,0 + +[61f8] 懸 +PL 0.1915,0.0152,0,0.4609,0.5491,0,0.7446,1.0829,0,1.0426,1.6168,0 +PL 2.7164,0.0152,0,2.4226,0.4502,0,2.3102,1.0039,0,2.2965,2.1508,0 +PL 3.1476,0.0152,0,5.711,0.0152,0,5.711,1.0829,0,5.711,1.0829,0,5.711,1.0829,0 +PL 7.3887,0.816,0,7.2385,1.0829,0,7.0875,1.3499,0,6.9614,1.6168,0 +PL 4.426,1.3499,0,4.275,1.6168,0,4.1314,1.8838,0,4.0022,2.1508,0 +PL 1.8972,3.2186,0,1.8972,4.7821,0,0.1915,4.7821,0,0.1915,7.9855,0,0.1915,7.9855,0,0.1915,7.9855,0 +PL 5.711,3.2186,0,5.711,4.7821,0,5.4137,4.8852,0,5.1335,4.9714,0,4.8564,5.0491,0,5.0771,5.8796,0,5.2032,6.8881,0,5.711,8.2524,0,5.2802,8.3555,0,4.8564,8.4418,0,4.426,8.5194,0 +PL 2.2965,4.7821,0,3.5749,4.7821,0,3.5749,4.7821,0,3.5749,4.7821,0 +PL 7.3887,4.7821,0,7.0563,5.1579,0,6.7341,5.2963,0,6.1348,5.316,0 +PLC 1.4699,6.9177,0,1.4699,9.0534,0,2.7164,9.0534,0,2.7164,5.85,0,1.4699,5.85,0 +PL 6.1348,8.5194,0,6.9614,8.5194,0,6.9614,8.5194,0,6.9614,8.5194,0 + +[6210] 成 +PL 0.8625,0.267,0,1.4855,2.736,0,1.675,4.9929,0,1.6852,7.4365,0,3.2301,7.3419,0,4.5295,7.5946,0,5.0724,9.0001,0 +PL 3.608,0,0,4.3716,0.8008,0,5.1421,1.6018,0,5.927,2.4026,0,5.3242,4.1455,0,5.1036,5.3122,0,5.0724,6.9026,0,5.4678,7.2783,0,6.2457,7.4166,0,8.0631,7.4365,0 +L 7.6358,0,6.3575,1.6018 +L 8.0631,0,8.0631,1.6018 +PL 2.5436,1.6018,0,3.6711,2.1003,0,3.8917,3.3024,0,3.8252,4.767,0,2.1163,4.767,0 +PL 6.3575,2.6696,0,6.9532,3.8094,0,7.1735,4.4915,0,7.2085,5.3009,0 + +[6211] 我 +PL 0.9217,0,0,2.2004,0,0,2.2004,3.2033,0,1.6957,3.5592,0,1.1388,3.5592,0,0.0639,3.2033,0 +PL 6.8657,0,0,6.2283,0.7231,0,5.587,1.4378,0,4.946,2.1356,0,4.4382,1.6017,0,3.9412,1.0677,0,3.447,0.5339,0 +PL 7.2615,0,0,7.2615,1.6017,0,7.2615,1.6017,0,7.2615,1.6017,0 +PL 5.1565,2.6695,0,4.7359,3.7359,0,4.3054,4.7938,0,3.8781,5.8347,0,2.7079,5.6552,0,2.0495,5.0098,0,2.6309,3.7373,0,2.9006,3.9166,0,3.1773,4.079,0,3.447,4.233,0 +PL 5.587,3.2033,0,5.864,3.7359,0,6.1438,4.2598,0,6.4419,4.7669,0 +PL 0.0639,5.8347,0,1.4576,5.8969,0,2.0673,6.4335,0,2.2004,7.9703,0,0.4909,7.9703,0,0.4909,7.9703,0,0.4909,7.9703,0 +PL 4.7359,5.8347,0,4.4312,6.3079,0,4.3226,7.1285,0,4.3054,9,0 +PL 5.1565,5.8347,0,7.2615,5.8347,0,7.2615,5.8347,0,7.2615,5.8347,0 +PL 6.8657,7.4364,0,6.5715,7.8064,0,6.2878,8.1596,0,6.0146,8.5042,0 +PL 2.2004,8.5042,0,2.6064,8.6835,0,3.0267,8.846,0,3.447,9,0 + +[6212] 戒 +PL 2.9304,0,0,3.8477,0.7994,0,4.7724,1.5904,0,5.711,2.3644,0,4.5903,6.2798,0,3.6271,7.3984,0,0.1915,7.3984,0 +PL 6.9614,0,0,6.6847,0.5325,0,6.415,1.0565,0,6.1348,1.5636,0 +PL 7.3887,0,0,7.3887,1.5636,0,7.3887,1.5636,0,7.3887,1.5636,0 +PL 0.1915,0.534,0,1.0913,2.0495,0,1.4205,2.8701,0,1.4699,3.6991,0,1.1368,4.0749,0,0.8045,4.2134,0,0.1915,4.2331,0 +PL 2.7164,1.0297,0,2.7164,3.6991,0,2.2965,4.0694,0,1.8762,4.4223,0,1.4699,4.7671,0,1.4699,6.3304,0,1.4699,6.3304,0,1.4699,6.3304,0 +PL 6.1348,3.4324,0,6.415,4.2317,0,6.6847,5.0227,0,6.9614,5.7967,0 +PL 3.1476,4.2331,0,2.8429,4.6666,0,2.734,5.2105,0,2.7164,6.3304,0 +PL 5.2802,7.3984,0,4.9825,7.8136,0,4.8708,8.2289,0,4.8564,9.0001,0 +PL 5.711,7.3984,0,6.1138,7.5015,0,6.5341,7.5877,0,6.9614,7.6653,0,6.6847,8.1215,0,6.415,8.5692,0,6.1348,9.0001,0 + +[6226] 戦 +PL 2.3532,0,0,2.2131,1.6116,0,1.695,2.0876,0,0.6793,2.0974,0 +PL 7.4527,0,0,7.0219,0.7134,0,6.5981,1.4096,0,6.1712,2.0974,0,5.4633,1.5905,0,4.7628,1.0664,0,4.0627,0.5339,0 +PL 7.88,0,0,7.88,1.5637,0,7.88,1.5637,0,7.88,1.5637,0 +PL 2.7843,2.0974,0,2.4866,2.6314,0,2.2029,3.1653,0,1.9332,3.6991,0,1.1066,3.6991,0,1.1066,6.8644,0,3.2081,6.8644,0,3.3409,7.5876,0,3.4845,8.3023,0,3.6389,9,0 +PL 3.2081,2.0974,0,4.0627,2.0974,0,4.0627,2.0974,0,4.0627,2.0974,0 +PL 6.1712,2.6314,0,5.8696,3.1244,0,5.7579,4.0833,0,5.7439,6.3305,0,4.49,6.3305,0,4.49,6.3305,0,4.49,6.3305,0 +PL 6.5981,2.6314,0,7.2009,3.7981,0,7.4216,4.4901,0,7.4527,5.3008,0 +PL 2.7843,3.6991,0,2.3532,4.2331,0,1.9332,4.767,0,1.5021,5.3008,0 +PL 3.4249,3.6991,0,3.4845,4.2331,0,3.5584,4.767,0,3.6389,5.3008,0,3.0221,5.339,0,2.6897,5.6059,0,2.3532,6.3305,0 +PL 3.6389,5.8347,0,3.6389,6.8644,0,3.6389,6.8644,0,3.6389,6.8644,0 +PL 5.7439,6.8644,0,5.7439,9,0,5.7439,9,0,5.7439,9,0 +PL 6.1712,6.8644,0,7.88,6.8644,0,7.88,6.8644,0,7.88,6.8644,0 +PL 1.1066,8.1991,0,0.9557,8.4662,0,0.8086,8.7331,0,0.6793,9,0 +PL 2.3532,8.1991,0,2.2029,8.4662,0,2.0593,8.7331,0,1.9332,9,0 +PL 7.88,7.9324,0,7.5827,8.3023,0,7.299,8.6553,0,7.0219,9,0 + +[622f] 戯 +PL 0.6173,0.267,0,0.9182,1.0467,0,1.0302,2.767,0,1.0446,6.9026,0,1.9409,6.9209,0,2.3717,7.0495,0,2.7223,7.3983,0,2.7223,9,0,2.7223,9,0,2.7223,9,0 +PL 1.4719,0.0001,0,2.7223,0.0001,0,2.7223,3.6992,0,2.7223,3.6992,0,2.7223,3.6992,0 +PL 3.1531,0.0001,0,3.4469,0.493,0,3.5594,1.4521,0,3.5734,3.6992,0 +PL 4.8584,0.0001,0,4.5607,0.1894,0,4.2809,0.3701,0,4.0042,0.5338,0 +PL 7.3907,0.0001,0,7.0229,0.5338,0,6.6657,1.0678,0,6.3189,1.6017,0,5.9655,1.257,0,5.6188,0.9039,0,5.2822,0.5338,0 +PL 7.818,0.0001,0,7.818,1.6017,0,7.818,1.6017,0,7.818,1.6017,0 +PL 1.8638,1.6017,0,1.8537,2.3462,0,1.7521,2.7515,0,1.4719,3.1652,0 +PL 4.4311,1.8688,0,4.5607,2.3151,0,4.7047,2.7443,0,4.8584,3.1652,0 +PL 6.5361,2.0975,0,5.8881,4.1144,0,5.5904,5.8262,0,3.1531,6.9026,0,2.9146,6.1554,0,3.601,5.7811,0,4.4311,5.0339,0,3.1983,5.0637,0,2.5328,5.2713,0,1.8638,5.8348,0 +PL 6.9634,2.8983,0,7.0933,3.5353,0,7.2369,4.1554,0,7.3907,4.7669,0 +PL 6.5361,5.8348,0,6.2349,6.3079,0,6.1232,7.1285,0,6.1091,9,0 +PL 6.9634,6.3686,0,7.818,6.3686,0,7.818,6.3686,0,7.818,6.3686,0 +PL 3.1531,7.9323,0,4.4311,7.9323,0,4.4311,7.9323,0,4.4311,7.9323,0 + +[6238] 戸 +L 0.4347,8.4663,7.6284,8.4663 +PLC 1.7131,6.3687,0,1.7131,3.6992,0,6.8126,3.6992,0,6.8126,6.3687,0 +A -4.2695,3.6992,5.9806,321.791,360 + +[623b] 戻 +PL 6.5641,0,0,5.9866,0.7134,0,5.4157,1.4096,0,4.8549,2.0974,0 +PL 0.2177,0,0,0.9991,2.2458,0,1.1143,4.4661,0,1.0446,6.8644,0,6.5641,6.8644,0,6.5641,5.3009,0,1.4649,5.3009,0 +PL 2.109,0,0,2.8796,0.8771,0,3.6676,1.7543,0,4.4592,2.6314,0,4.0812,3.0071,0,3.4123,3.1455,0,1.8957,3.1653,0 +PL 4.8549,3.1653,0,4.7148,3.5353,0,4.5821,3.8885,0,4.4592,4.2331,0 +L 5.2857,3.1653,6.9918,3.1653 +L 0.2177,8.4662,7.4191,8.4662 + +[6240] 所 +PL 6.7756,0,0,6.7756,5.3009,0,5.0661,5.3009,0,5.0661,5.3009,0,5.0661,5.3009,0 +PL 2.965,0,0,4.0504,2.6328,0,4.4496,5.0454,0,4.6461,7.9323,0,5.9876,8.0709,0,6.8562,8.3276,0,7.6334,8.4663,0 +PL 0.4288,0.2671,0,0.7125,1.0269,0,0.8141,2.6089,0,0.8281,6.3687,0,3.3923,6.3687,0,3.3923,4.2332,0,1.2554,4.2332,0,1.2554,4.2332,0,1.2554,4.2332,0 +PL 0.4288,8.4663,0,3.8196,8.4663,0,3.8196,8.4663,0,3.8196,8.4663,0 + +[6247] 扇 +PL 0.3726,0,0,1.1393,2.0848,0,1.2759,4.678,0,1.2237,6.8644,0,6.7433,6.8644,0,6.7433,5.8348,0,1.6545,5.8348,0,1.6545,5.8348,0,1.6545,5.8348,0 +PL 3.3599,0,0,4.1833,0,0,4.1028,0.7133,0,4.0362,1.4096,0,3.9693,2.0974,0,3.3322,1.7543,0,2.6979,1.411,0,2.0783,1.0677,0 +PL 6.3233,0,0,7.1744,0,0,7.09,0.7133,0,7.0234,1.4096,0,6.9604,2.0974,0,6.3233,1.7543,0,5.6789,1.411,0,5.0376,1.0677,0 +PL 4.1833,2.6313,0,4.1833,4.2331,0,2.0783,4.2331,0,2.0783,4.2331,0,2.0783,4.2331,0 +PL 7.1744,2.6313,0,7.1744,4.2331,0,5.0376,4.2331,0,5.0376,4.2331,0,5.0376,4.2331,0 +PL 0.3726,8.4662,0,7.5698,8.4662,0,7.5698,8.4662,0,7.5698,8.4662,0 + +[6249] 扉 +PL 0.7695,0,0,1.5611,2.2881,0,1.6872,4.4492,0,1.628,6.8645,0,7.1163,6.8645,0,7.1163,5.3008,0,5.8341,5.3008,0,5.8341,3.6991,0,7.5436,3.6991,0,7.5436,3.6991,0,7.5436,3.6991,0 +PL 3.0885,0,0,3.4353,0.4562,0,3.7922,0.9039,0,4.1603,1.3347,0,3.5225,1.5028,0,3.0812,1.4336,0,2.4507,1.0677,0 +PL 5.8341,0,0,5.8341,3.1652,0,5.8341,3.1652,0,5.8341,3.1652,0 +PL 6.2652,1.0677,0,7.5436,1.0677,0,7.5436,1.0677,0,7.5436,1.0677,0 +PL 4.1603,2.3644,0,3.7291,2.4675,0,3.3018,2.5536,0,2.8745,2.6314,0 +PL 6.2652,2.6314,0,7.1163,2.6314,0,7.1163,2.6314,0,7.1163,2.6314,0 +PL 4.1603,3.4322,0,3.5789,3.5353,0,3.008,3.6215,0,2.4507,3.6991,0 +PL 4.1603,4.233,0,4.1603,5.3008,0,2.0203,5.3008,0,2.0203,5.3008,0,2.0203,5.3008,0 +PL 4.5841,5.3008,0,5.4387,5.3008,0,5.4387,5.3008,0,5.4387,5.3008,0 +PL 1.1968,8.4661,0,7.9709,8.4661,0,7.9709,8.4661,0,7.9709,8.4661,0 + +[624b] 手 +PL 2.1351,0,0,3.3862,0,0,3.3862,7.8186,0 +PL 0.4266,7.3982,0,5.3,8.0905,0,5.9486,8.4662,0 +L -0.0003,3.1652,6.7724,3.1652 +L 0.4266,5.3007,6.3759,5.3007 + +[624d] 才 +PL 4.277,4.7671,0,4.193,5.404,0,4.1264,6.0242,0,4.0637,6.6359,0,2.8515,6.7121,0,1.654,6.7882,0,0.4628,6.8644,0 +PL 4.7047,4.7671,0,4.9775,5.1371,0,5.2612,5.4902,0,5.5558,5.8349,0 +PL 5.1355,6.8644,0,7.2646,6.8644,0,7.2646,6.8644,0,7.2646,6.8644,0 +PL 4.7047,6.8644,0,4.4035,7.2996,0,4.2945,7.8532,0,4.277,9,0 +PL 3.0231,0,0,4.277,0,0,4.193,1.4111,0,4.1264,2.8222,0,4.0637,4.2332,0,2.8515,3.3561,0,1.654,2.4789,0,0.4628,1.602,0 + +[6253] 打 +PL 4.7023,0,0,5.9527,0,0,5.9527,7.9703,0,3.4239,7.9703,0,3.4239,7.9703,0,3.4239,7.9703,0 +PL 2.142,6.9027,0,1.8408,7.3375,0,1.7291,7.8913,0,1.7151,9.0382,0 +PL 2.142,4.2331,0,1.8233,5.0438,0,1.61,6.0918,0,1.3154,6.9027,0,0.4612,6.9027,0,0.4612,6.9027,0,0.4612,6.9027,0 +PL 0.8917,0,0,1.7151,0,0,1.631,1.3348,0,1.5641,2.6695,0,1.4976,4.0042,0,1.1442,3.9266,0,0.7974,3.8404,0,0.4612,3.7372,0 +PL 6.3835,7.9703,0,7.6622,7.9703,0,7.6622,7.9703,0,7.6622,7.9703,0 + +[6255] 払 +PL 0.7979,0,0,1.6207,0,0,1.607,2.623,0,1.4946,3.7204,0,1.1934,4.2331,0,0.9205,4.0692,0,0.6438,3.8884,0,0.3703,3.6991,0 +PL 2.4753,0,0,3.761,0,0,4.0797,3.0706,0,4.6818,6.082,0,5.0079,9,0 +PL 4.1848,0,0,4.9554,0.5311,0,6.0688,0.9181,0,7.144,1.0678,0,6.8463,1.9449,0,6.5665,2.8221,0,6.2863,3.6991,0 +PL 7.5748,0,0,7.5748,1.0678,0,7.5748,1.0678,0,7.5748,1.0678,0 +PL 2.0518,4.2331,0,1.5401,5.4846,0,1.3303,6.4901,0,0.3703,6.9026,0 +PL 2.0518,6.9026,0,1.7506,7.3363,0,1.6382,7.8801,0,1.6207,9,0 + +[6271] 扱 +PL 1.2918,0,0,2.1428,0,0,2.1285,2.623,0,2.0168,3.7204,0,1.7156,4.2331,0,1.4245,4.0692,0,1.1373,3.8884,0,0.8645,3.6991,0 +PL 3.0006,0,0,4.1007,2.5254,0,4.5732,5.6356,0,4.6748,8.4661,0,3.8205,8.4661,0,3.8205,8.4661,0,3.8205,8.4661,0 +PL 4.8923,0,0,5.3791,0.5339,0,5.8726,1.0678,0,6.384,1.6017,0,5.9567,2.6681,0,5.5294,3.726,0,5.1056,4.767,0 +PL 7.6378,0,0,7.3615,0.3701,0,7.0845,0.7232,0,6.8151,1.0678,0 +PL 6.8151,2.1356,0,7.3927,3.2952,0,7.6067,4.1159,0,7.6378,5.3008,0,7.2105,5.404,0,6.7906,5.4901,0,6.384,5.5678,0,6.6852,6.2091,0,6.7976,6.9606,0,6.8151,8.4661,0,5.1056,8.4661,0,5.1056,8.4661,0,5.1056,8.4661,0 +PL 2.5733,4.2331,0,2.0479,5.5185,0,1.8556,6.5072,0,0.8645,6.9026,0 +PL 2.5733,6.9026,0,2.2721,7.3363,0,2.1604,7.8801,0,2.1428,9,0 + +[6276] 扶 +PL 0.6153,0,0,1.4699,0,0,1.4556,2.623,0,1.3438,3.7203,0,1.0426,4.2331,0,0.7446,4.0692,0,0.4609,3.8884,0,0.1915,3.6992,0 +PL 3.1476,0,0,3.8477,1.2472,0,4.5552,2.4774,0,5.2802,3.6992,0,4.916,4.0749,0,4.3629,4.2133,0,3.1476,4.2331,0 +PL 7.3887,0,0,6.8178,1.0664,0,6.2574,2.1243,0,5.711,3.1653,0 +PL 1.8972,4.2331,0,1.3715,5.5184,0,1.1789,6.5072,0,0.1915,6.9026,0 +PL 5.711,4.2331,0,5.116,5.6371,0,4.902,6.5664,0,3.5749,6.9026,0 +L 6.1348,4.2331,7.3887,4.2331 +PL 1.8972,6.9026,0,1.5957,7.3362,0,1.4836,7.88,0,1.4699,9,0 +PL 5.711,6.9026,0,5.4098,7.3362,0,5.2981,7.88,0,5.2802,9,0 +L 6.1348,6.9026,6.9614,6.9026 + +[6279] 批 +PL 0.9205,0,0,1.7783,0,0,1.7608,2.6229,0,1.649,3.7204,0,1.3478,4.2331,0,1.0533,4.0693,0,0.7696,3.8886,0,0.4929,3.6992,0 +PL 2.5978,0,0,3.4528,0,0,3.4528,9.0001,0,3.4528,9.0001,0,3.4528,9.0001,0 +PL 6.0127,0,0,5.7189,0.6894,0,5.6064,3.0226,0,5.5924,9.0001,0 +PL 6.4089,0,0,7.6939,0,0,7.6939,1.6018,0,7.6939,1.6018,0,7.6939,1.6018,0 +PL 4.0934,0.534,0,4.3039,0.7232,0,4.5207,0.904,0,4.7343,1.0678,0 +PL 2.2024,4.2331,0,1.6767,5.5086,0,1.4879,6.4789,0,0.4929,6.8645,0 +PL 6.1984,5.3009,0,6.5451,5.671,0,6.9024,6.0241,0,7.2666,6.3687,0 +PL 3.8832,5.8349,0,4.7343,5.8349,0,4.7343,5.8349,0,4.7343,5.8349,0 +PL 2.2024,6.8645,0,1.9009,7.2995,0,1.7926,7.8532,0,1.7783,9.0001,0 + +[627f] 承 +PL 2.9644,0,0,4.2495,0,0,4.0954,1.6117,0,3.5665,2.0877,0,2.5406,2.0975,0 +PL 0.8595,1.0297,0,1.5666,2.6385,0,1.9802,4.2386,0,2.113,5.7966,0,0.8595,5.7966,0,0.8595,5.7966,0,0.8595,5.7966,0 +PL 8.0636,1.0297,0,7.1428,2.6017,0,6.7012,3.6399,0,6.3548,5.034,0,5.7839,5.1102,0,5.2267,5.1865,0,4.6736,5.2628,0,4.3931,4.6964,0,4.3931,4.2909,0,4.6736,3.6992,0,5.5314,3.6992,0,5.5314,3.6992,0,5.5314,3.6992,0 +PL 4.6736,2.0975,0,4.3791,2.6314,0,4.0954,3.1653,0,3.8225,3.6992,0,2.9644,3.6992,0,2.9644,3.6992,0,2.9644,3.6992,0 +PL 5.1041,2.0975,0,5.9275,2.0975,0,5.9275,2.0975,0,5.9275,2.0975,0 +PL 2.5406,5.2628,0,3.8225,5.2628,0,4.3269,6.4393,0,4.8733,7.2006,0,5.9275,8.1992,0,4.523,8.3024,0,3.1217,8.3885,0,1.7176,8.4661,0 + +[6280] 技 +PL 1.4814,8.962,0,1.4814,-0.0381,0,0.6619,-0.0381,0 +L 0.0034,3.6611,2.9626,5.5107 +L 0.0034,6.8644,2.9626,6.8644 +L 2.9626,7.3984,7.2041,7.3984 +L 5.0676,9.0001,5.0676,5.2628 +PL 3.8176,5.2628,0,6.3183,5.2628,-0.2074,2.9314,-0.0379,0 +A 11.6242,6.5181,7.907,195.071,236.01 + +[6284] 抄 +PL 0.9826,0.0001,0,1.8372,0.0001,0,1.8228,2.623,0,1.7111,3.7205,0,1.4099,4.2332,0,1.1118,4.0694,0,0.8281,3.8886,0,0.5588,3.6993,0 +PL 3.0837,0.0001,0,4.8528,0.9789,0,6.334,2.4916,0,7.7559,4.2332,0 +PL 4.7932,3.2035,0,5.651,3.2035,0,5.651,9.0001,0,5.651,9.0001,0,5.651,9.0001,0 +PL 2.2326,4.2332,0,1.7286,5.5523,0,1.5465,6.5242,0,0.5588,6.9027,0 +PL 3.5148,4.7671,0,4.1173,5.9338,0,4.3376,6.6258,0,4.3726,7.4366,0 +PL 7.7559,5.5679,0,7.4586,6.2049,0,7.1749,6.825,0,6.8982,7.4366,0 +PL 2.2326,6.9027,0,1.9527,7.3362,0,1.8512,7.8801,0,1.8372,9.0001,0 + +[628a] 把 +PL 1.2887,0.0152,0,2.1433,0.0152,0,2.129,2.6381,0,2.0173,3.7356,0,1.716,4.2483,0,1.4215,4.0844,0,1.1413,3.9036,0,0.865,3.7144,0 +PL 4.2798,0.0152,0,3.9786,0.6593,0,3.8662,2.8541,0,3.8522,8.4814,0,7.2429,8.4814,0,7.2429,4.2483,0,4.2798,4.2483,0,4.2798,4.2483,0,4.2798,4.2483,0 +PL 4.6788,0.0152,0,7.6632,0.0152,0,7.6632,1.5788,0,7.6632,1.5788,0,7.6632,1.5788,0 +PL 2.5703,4.2483,0,2.0309,5.5237,0,1.8243,6.494,0,0.865,6.8797,0 +PL 5.5334,4.7821,0,5.5334,7.9475,0,5.5334,7.9475,0,5.5334,7.9475,0 +PL 2.5703,6.8797,0,2.2691,7.3147,0,2.1574,7.8684,0,2.1433,9.0152,0 + +[6291] 抑 +PL 0.7399,0,0,1.5945,0,0,1.5945,3.6992,0,0.7399,3.6992,0,0.7399,3.6992,0,0.7399,3.6992,0 +PL 5.4083,0,0,5.4083,7.3984,0,7.5133,7.3984,0,7.5133,1.5636,0,6.6905,1.5636,0,6.6905,1.5636,0,6.6905,1.5636,0 +PL 2.4487,1.5636,0,3.2721,1.5636,0,3.2721,7.9323,0,3.8322,8.1215,0,4.4034,8.3023,0,4.981,8.4662,0 +PL 3.9127,2.0974,0,4.1267,2.2868,0,4.3365,2.4675,0,4.5537,2.6314,0 +PL 1.5945,4.2331,0,1.5945,6.3306,0,1.2964,6.5198,0,1.0162,6.7007,0,0.7399,6.8644,0 +PL 2.0218,6.8644,0,1.7171,7.2995,0,1.612,7.8531,0,1.5945,9,0 + +[6295] 投 +PL 3.3943,5.8348,0,3.9928,6.6456,0,4.2135,7.3375,0,4.2453,8.5043,0,5.9542,8.5043,0,5.9542,5.8348,0,7.2046,5.8348,0,7.2046,6.9027,0,7.2046,6.9027,0,7.2046,6.9027,0 +PL 5.5234,2.1356,0,5.8039,2.7727,0,6.0841,3.3927,0,6.3815,4.0042,0,5.8039,4.0805,0,5.233,4.157,0,4.6723,4.2331,0 +PL 6.8126,0,0,6.3815,0.37,0,5.9542,0.7232,0,5.5234,1.0678,0 +PL 0.8585,0,0,1.7131,0,0,1.6987,2.6482,0,1.587,3.7456,0,1.2893,4.2331,0,0.9912,4.0792,0,0.711,3.9167,0,0.4347,3.7372,0 +PL 2.1404,4.2331,0,1.615,5.5184,0,1.422,6.5072,0,0.4347,6.9027,0 +PL 3.1803,0,0,3.818,0.5338,0,4.4586,1.0678,0,5.1031,1.6018,0,4.5007,2.767,0,4.2765,3.4493,0,4.2453,4.2331,0,3.3943,4.2331,0,3.3943,4.2331,0,3.3943,4.2331,0 +PL 2.1404,6.9027,0,1.8388,7.3375,0,1.7267,7.8913,0,1.7131,9.0382,0 + +[6297] 抗 +PL 1.1707,0.0152,0,2.0218,0.0152,0,2.0039,2.6648,0,1.8922,3.7723,0,1.5945,4.2863,0,1.2964,4.1226,0,1.0162,3.9417,0,0.7399,3.7525,0 +PL 3.2721,0.0152,0,4.2668,1.994,0,4.5537,3.6423,0,4.5537,5.85,0,6.2594,5.85,0,6.2594,0.0152,0,7.9371,0.0152,0,7.9371,1.6168,0,7.9371,1.6168,0,7.9371,1.6168,0 +PL 2.4487,4.2863,0,1.9093,5.5279,0,1.7272,6.5152,0,0.7399,6.9177,0 +PL 2.4487,6.9177,0,2.1475,7.3527,0,2.0358,7.9064,0,2.0218,9.0534,0 +PL 3.7026,7.4516,0,5.4083,7.4516,0,5.4083,9.0534,0,5.4083,9.0534,0,5.4083,9.0534,0 +PL 5.8356,7.4516,0,7.5133,7.4516,0,7.5133,7.4516,0,7.5133,7.4516,0 + +[6298] 折 +PL 6.318,0,0,6.318,5.3009,0,4.2165,5.3009,0,4.2165,5.3009,0,4.2165,5.3009,0 +PL 2.9346,0.267,0,3.7125,2.8406,0,3.8452,5.2697,0,3.7857,7.9703,0,5.4108,8.0989,0,6.3884,8.3377,0,7.1726,8.4661,0 +PL 6.7491,5.3009,0,7.6037,5.3009,0,7.6037,5.3009,0,7.6037,5.3009,0 +PL 1.8821,9.0002,0,1.8821,0.0001,0,1.0583,0.0001,0 +L 0.4023,3.6993,3.3615,5.5489 +L 0.4023,6.9026,3.3615,6.9026 + +[629c] 抜 +PL 0.8585,0,0,1.7131,0,0,1.6987,2.6228,0,1.587,3.7203,0,1.2893,4.233,0,0.9912,4.0692,0,0.711,3.8884,0,0.4347,3.6991,0 +PL 3.6076,0,0,4.2453,0.7133,0,4.8898,1.4096,0,5.5234,2.0974,0,5.1031,3.0014,0,4.6723,3.8884,0,4.2453,4.7669,0,3.6744,3.5451,0,3.1207,2.315,0,2.5673,1.0677,0 +PL 7.2046,0,0,6.7776,0.5339,0,6.3643,1.0677,0,5.9542,1.6017,0 +PL 5.9542,2.6314,0,6.5566,3.798,0,6.7776,4.4901,0,6.8126,5.3008,0,5.9542,5.4039,0,5.1031,5.4901,0,4.2453,5.5678,0,4.529,6.3474,0,4.529,6.822,0,4.2453,7.3983,0,3.3943,7.3983,0,3.3943,7.3983,0,3.3943,7.3983,0 +PL 2.1404,4.233,0,1.615,5.5085,0,1.422,6.4788,0,0.4347,6.8645,0 +PL 2.1404,6.8645,0,1.8388,7.2995,0,1.7267,7.8531,0,1.7131,8.9999,0 +PL 5.1031,7.3983,0,4.7984,7.8135,0,4.6902,8.2289,0,4.6723,8.9999,0 +PL 5.5234,7.3983,0,7.6284,7.3983,0,7.6284,7.3983,0,7.6284,7.3983,0 + +[629e] 択 +PL 0.9502,0,0,1.7771,0,0,1.7593,2.6229,0,1.6475,3.7204,0,1.3463,4.2331,0,1.0728,4.0693,0,0.7999,3.8884,0,0.5264,3.6992,0 +PL 2.6314,0,0,3.6646,2.839,0,3.9308,5.3729,0,3.9098,8.4662,0,7.297,8.4662,0,7.297,5.3009,0,6.0147,5.3009,0,6.0778,4.0367,0,6.5226,2.6625,0,7.7243,0,0 +PL 2.2009,4.2331,0,1.6931,5.4845,0,1.4826,6.4902,0,0.5264,6.9026,0 +PL 4.3409,5.3009,0,5.5874,5.3009,0,5.5874,5.3009,0,5.5874,5.3009,0 +PL 2.2009,6.9026,0,1.9029,7.3362,0,1.7911,7.88,0,1.7771,9.0001,0 + +[62ab] 披 +PL 0.768,0,0,1.6261,0,0,1.6261,3.6991,0,0.768,3.6991,0,0.768,3.6991,0,0.768,3.6991,0 +PL 2.4772,0.2669,0,3.1357,2.726,0,3.3287,4.9393,0,3.3357,7.3983,0,4.5055,7.4153,0,5.2057,7.7881,0,5.4407,8.9999,0 +PL 3.9728,0,0,4.5931,0.5339,0,5.2232,1.0677,0,5.8645,1.6017,0,4.964,3.1173,0,4.6316,3.9379,0,4.5822,4.7669,0,3.7595,4.7669,0,3.7595,4.7669,0,3.7595,4.7669,0 +PL 7.5733,0,0,7.1495,0.3701,0,6.7222,0.7231,0,6.2918,1.0677,0 +PL 6.2918,2.0974,0,6.8942,3.2641,0,7.1148,3.9562,0,7.1495,4.7669,0,5.0134,4.7669,0,5.0134,4.7669,0,5.0134,4.7669,0 +PL 1.6261,4.233,0,1.6261,6.3687,0,1.3288,6.548,0,1.0486,6.7104,0,0.768,6.8645,0 +PL 5.4407,5.3008,0,5.4582,6.4209,0,5.5664,6.9647,0,5.8645,7.3983,0,6.4245,7.3206,0,6.9923,7.2345,0,7.5733,7.1314,0,7.4231,6.8913,0,7.2795,6.6342,0,7.1495,6.3687,0 +PL 2.0499,6.8645,0,1.7491,7.2995,0,1.637,7.8531,0,1.6261,8.9999,0 + +[62b1] 抱 +PL 1.4831,9.0002,0,1.4831,0,0,0.6604,0,0 +L 0.0019,3.6992,2.9611,5.5489 +L 0.0019,6.9026,2.9611,6.9026 +PL 3.6511,7.5,0,7.2341,7.5,0,7.2341,3,0,6.3203,2.0889,0 +PL 3.8613,6,0,6.334,6,0,6.334,4,0,3.8613,4,0,3.8613,2,0.1231,4.3634,0,0,7.2341,0,0,7.2341,1.5,0 +A -1.5886,9,5.4502,326.603,0 + +[62b5] 抵 +PL 0.7379,0,0,1.5641,0,0,1.5641,3.7373,0,0.7379,3.7373,0,0.7379,3.7373,0,0.7379,3.7373,0 +PL 3.2701,0,0,5.8024,0,0,5.8024,0,0,5.8024,0,0 +PL 7.5113,0,0,6.3169,2.832,0,5.5709,4.6555,0,3.6974,5.3009,0,3.6974,1.6018,0,4.2505,1.791,0,4.8039,1.9719,0,5.3786,2.1356,0 +PL 7.9421,0,0,7.9421,1.6018,0,7.9421,1.6018,0,7.9421,1.6018,0 +PL 1.5641,4.2331,0,1.5641,6.3687,0,1.2878,6.558,0,1.0142,6.7388,0,0.7379,6.9026,0 +PL 6.2329,5.3009,0,5.9317,5.7557,0,5.8199,6.4478,0,5.8024,7.9704,0,3.6974,7.9704,0,3.6974,5.8348,0,3.6974,5.8348,0,3.6974,5.8348,0 +PL 6.6602,5.3009,0,7.9421,5.3009,0,7.9421,5.3009,0,7.9421,5.3009,0 +PL 1.9879,6.9026,0,1.6905,7.3362,0,1.5781,7.8801,0,1.5641,9.0001,0 +PL 6.2329,8.5044,0,7.084,8.5044,0,7.084,8.5044,0,7.084,8.5044,0 + +[62b9] 抹 +PL 0.7695,0,0,1.628,0,0,1.628,3.7373,0,0.7695,3.7373,0,0.7695,3.7373,0,0.7695,3.7373,0 +PL 5.4387,0,0,5.3546,1.4379,0,5.2877,2.8588,0,5.2247,4.2712,0,4.43,3.3927,0,3.6451,2.5057,0,2.8745,1.6018,0 +PL 7.5436,1.6018,0,6.9654,2.5918,0,6.3913,3.5735,0,5.8341,4.5382,0,5.134,4.6145,0,4.43,4.6907,0,3.7291,4.7669,0 +PL 1.628,4.2712,0,1.628,6.3687,0,1.3303,6.5579,0,1.0466,6.7388,0,0.7695,6.9026,0 +PL 6.2652,4.7669,0,7.1163,4.7669,0,7.1163,4.7669,0,7.1163,4.7669,0 +PL 5.4387,5.3009,0,5.2282,7.0579,0,4.5455,7.4845,0,3.3018,7.4365,0 +PL 2.0203,6.9026,0,1.7432,7.3377,0,1.6417,7.8913,0,1.628,9.0382,0 +PL 5.8341,7.4365,0,5.5577,7.8517,0,5.4523,8.267,0,5.4387,9.0382,0 +PL 6.2652,7.4365,0,7.5436,7.4365,0,7.5436,7.4365,0,7.5436,7.4365,0 + +[62bc] 押 +PL 0.8585,0,0,1.7131,0,0,1.6987,2.623,0,1.587,3.7204,0,1.2893,4.2331,0,0.9912,4.0692,0,0.711,3.8884,0,0.4347,3.6991,0 +PL 5.5234,0,0,5.4957,2.1258,0,5.0894,2.9973,0,3.818,3.1653,0,3.818,8.4661,0,7.2046,8.4661,0,7.2046,3.1653,0,5.5864,3.8573,0,5.3801,5.1427,0,4.2453,5.8348,0 +PL 2.1404,4.2331,0,1.615,5.5185,0,1.422,6.5072,0,0.4347,6.9026,0 +PL 5.9542,5.8348,0,5.653,6.2684,0,5.5413,6.8122,0,5.5234,7.9322,0 +PL 2.1404,6.9026,0,1.8388,7.3363,0,1.7267,7.8801,0,1.7131,9,0 + +[62bd] 抽 +PL 0.5209,0,0,1.3794,0,0,1.3615,2.6484,0,1.2529,3.7458,0,0.9482,4.2331,0,0.654,4.0792,0,0.3738,3.9167,0,0.094,3.7373,0 +PL 3.4843,0,0,3.4843,6.9026,0,4.6853,7.0481,0,5.1266,7.6597,0,5.1932,9.0001,0 +PL 3.9043,0,0,5.1932,0,0,5.2107,2.0538,0,4.9445,3.3108,0,3.9043,3.7373,0 +PL 5.5855,0,0,6.8674,0,0,6.8674,3.7373,0,6.356,3.8404,0,5.8625,3.9266,0,5.3753,4.0043,0,5.2597,5.6879,0,5.3161,6.4393,0,5.5855,6.9026,0,6.8674,6.9026,0,6.8674,4.2331,0,6.8674,4.2331,0,6.8674,4.2331,0 +PL 1.7751,4.2331,0,1.2704,5.5523,0,1.0852,6.5241,0,0.094,6.9026,0 +PL 1.7751,6.9026,0,1.4946,7.3362,0,1.3899,7.8801,0,1.3794,9.0001,0 + +[62c5] 担 +PL 1.2903,0,0,2.113,0,0,2.0993,2.6229,0,1.9942,3.7204,0,1.7176,4.233,0,1.4195,4.0692,0,1.1393,3.8884,0,0.8595,3.6992,0 +PL 3.3952,0,0,8.0636,0,0,8.0636,0,0,8.0636,0,0 +PLC 4.2495,4.2317,0,4.2495,8.4661,0,7.2055,8.4661,0,7.2055,2.0974,0,4.2495,2.0974,0 +PL 2.5406,4.233,0,2.2254,5.0339,0,2.0114,6.0636,0,1.7176,6.8645,0,0.8595,6.8645,0,0.8595,6.8645,0,0.8595,6.8645,0 +PL 4.6736,5.2627,0,6.7852,5.2627,0,6.7852,5.2627,0,6.7852,5.2627,0 +PL 2.5406,6.8645,0,2.2429,7.2995,0,2.1305,7.8532,0,2.113,9,0 + +[62cd] 拍 +PL 0.6485,0,0,1.4649,0,0,1.4509,2.6228,0,1.3385,3.7203,0,1.0446,4.233,0,0.7644,4.0692,0,0.4909,3.8884,0,0.2177,3.6991,0 +PL 3.6046,0,0,3.7061,3.7486,0,4.0844,6.243,0,4.8549,8.9999,0 +PL 4.0319,0,0,6.9918,0,0,6.9918,3.6991,0,4.0319,3.6991,0,4.0319,3.6991,0,4.0319,3.6991,0 +PL 1.8957,4.233,0,1.3668,5.5085,0,1.1739,6.4788,0,0.2177,6.8645,0 +PL 6.9918,4.233,0,6.9918,7.3983,0,4.8549,7.3983,0,4.8549,7.3983,0,4.8549,7.3983,0 +PL 1.8957,6.8645,0,1.5945,7.2995,0,1.4821,7.8531,0,1.4649,8.9999,0 + +[62d0] 拐 +PL 0.6485,0,0,1.4649,0,0,1.4509,2.6229,0,1.3385,3.7205,0,1.0446,4.2331,0,0.7644,4.0694,0,0.4909,3.8885,0,0.2177,3.6991,0 +PL 3.1738,0,0,4.0704,1.3942,0,4.6486,2.6102,0,4.8549,4.2331,0,3.1738,4.2331,0,3.1738,4.2331,0,3.1738,4.2331,0 +PL 5.7095,0,0,6.5641,0,0,7.1911,1.4195,0,7.4016,2.6611,0,7.4191,4.2331,0,5.2857,4.2331,0,5.2857,4.2331,0,5.2857,4.2331,0 +PL 1.8957,4.2331,0,1.3879,5.4746,0,1.1739,6.462,0,0.2177,6.8645,0 +PLC 3.6046,6.7005,0,3.6046,8.4662,0,6.9918,8.4662,0,6.9918,5.7967,0,3.6046,5.7967,0 +PL 1.8957,6.8645,0,1.5945,7.2996,0,1.4821,7.8531,0,1.4649,9.0001,0 + +[62d2] 拒 +PL 1.2887,0.0001,0,2.1433,0.0001,0,2.129,2.6229,0,2.0173,3.7204,0,1.716,4.2332,0,1.4215,4.0693,0,1.1413,3.8885,0,0.865,3.6992,0 +PL 3.8522,0.0001,0,3.8522,8.4661,0,8.094,8.4661,0,8.094,8.4661,0,8.094,8.4661,0 +PL 4.2798,0.0001,0,8.094,0.0001,0,8.094,0.0001,0,8.094,0.0001,0 +PL 4.2798,3.1652,0,7.2429,3.1652,0,7.2429,5.8348,0,4.2798,5.8348,0,4.2798,5.8348,0,4.2798,5.8348,0 +PL 2.5703,4.2332,0,2.0484,5.5184,0,1.8526,6.5072,0,0.865,6.9026,0 +PL 2.5703,6.9026,0,2.2691,7.3107,0,2.1574,7.8546,0,2.1433,9,0 + +[62d3] 拓 +PL 0.9522,0,0,1.8033,0,0,1.7858,2.6229,0,1.6807,3.7204,0,1.3795,4.2331,0,1.0856,4.0693,0,0.8019,3.8884,0,0.5249,3.6992,0 +PL 4.7667,0,0,4.6823,1.411,0,4.6158,2.822,0,4.5496,4.2331,0,4.0627,3.7261,0,3.5759,3.202,0,3.089,2.6695,0 +PL 5.1905,0,0,7.3302,0,0,7.3302,4.7671,0,4.7667,4.7671,0,4.8753,6.0905,0,5.0816,7.1681,0,5.1905,8.4662,0,3.5128,8.4662,0,3.5128,8.4662,0,3.5128,8.4662,0 +PL 2.2344,4.2331,0,1.7091,5.5184,0,1.5161,6.5072,0,0.5249,6.9026,0 +PL 2.2344,6.9026,0,1.9294,7.3362,0,1.8208,7.88,0,1.8033,9.0001,0 +PL 5.6213,8.4662,0,7.7263,8.4662,0,7.7263,8.4662,0,7.7263,8.4662,0 + +[62d8] 拘 +PL 0.7695,0.0152,0,1.628,0.0152,0,1.628,3.7525,0,0.7695,3.7525,0,0.7695,3.7525,0,0.7695,3.7525,0 +PL 5.8341,0.0152,0,7.4697,1.477,0,7.6974,4.5915,0,7.5436,7.4516,0,6.2652,7.374,0,4.9904,7.2878,0,3.7291,7.1847,0,3.4353,6.7538,0,3.1516,6.3061,0,2.8745,5.85,0 +PLC 4.1603,3.5618,0,4.1603,5.316,0,5.8341,5.316,0,5.8341,2.6847,0,4.1603,2.6847,0 +PL 1.628,4.2863,0,1.628,6.3838,0,1.3303,6.5731,0,1.0466,6.7538,0,0.7695,6.9177,0 +PL 2.0203,6.9177,0,1.7432,7.3527,0,1.6417,7.9064,0,1.628,9.0534,0 +PL 4.1603,7.9855,0,4.1603,9.0534,0,4.1603,9.0534,0,4.1603,9.0534,0 + +[62d9] 拙 +PL 0.2817,0,0,1.1328,0,0,1.1328,3.6991,0,0.2817,3.6991,0,0.2817,3.6991,0,0.2817,3.6991,0 +PL 2.8105,0,0,2.8105,3.6991,0,2.8105,3.6991,0,2.8105,3.6991,0 +PL 3.2378,0,0,4.9473,0,0,5.0241,2.9675,0,4.7228,4.7232,0,3.2378,5.3008,0,3.2378,7.9322,0,3.2378,7.9322,0,3.2378,7.9322,0 +PL 5.3746,0,0,7.0485,0,0,7.0485,3.6991,0,7.0485,3.6991,0,7.0485,3.6991,0 +PL 1.1328,4.2331,0,1.1328,6.3305,0,0.8351,6.5198,0,0.5553,6.7006,0,0.2817,6.8644,0 +PL 5.3746,5.3008,0,5.0734,5.7938,0,4.961,6.7529,0,4.9473,9,0 +PL 5.8019,5.3008,0,6.6562,5.3008,0,6.6562,7.9322,0,6.6562,7.9322,0,6.6562,7.9322,0 +PL 1.5601,6.8644,0,1.2589,7.2994,0,1.1503,7.8532,0,1.1328,9,0 + +[62db] 招 +PL 1.2887,0,0,2.1433,0,0,2.129,2.6229,0,2.0173,3.7205,0,1.716,4.2332,0,1.4215,4.0692,0,1.1413,3.8884,0,0.865,3.6992,0 +PLC 4.2798,1.0665,0,4.2798,3.1653,0,7.2429,3.1653,0,7.2429,0,0,4.2798,0,0 +PL 2.5703,4.2332,0,2.0309,5.5084,0,1.8243,6.4788,0,0.865,6.8644,0 +PL 3.8522,4.767,0,5.0329,6.6583,0,5.4668,7.6173,0,5.5334,8.4661,0,3.8522,8.4661,0,3.8522,8.4661,0,3.8522,8.4661,0 +PL 5.9537,4.767,0,6.8121,4.767,0,7.4142,5.9463,0,7.6348,6.9053,0,7.6632,8.4661,0,5.9537,8.4661,0,5.9537,8.4661,0,5.9537,8.4661,0 +PL 2.5703,6.8644,0,2.2691,7.2994,0,2.1574,7.8533,0,2.1433,9.0001,0 + +[62dd] 拝 +PL 0.8296,0,0,1.6807,0,0,1.6667,2.6229,0,1.555,3.7204,0,1.2569,4.2331,0,0.9596,4.0693,0,0.6794,3.8886,0,0.4023,3.6992,0 +PL 5.4952,0,0,5.3443,2.0721,0,4.7138,2.6441,0,3.3619,2.6314,0 +PL 5.898,2.6314,0,5.2325,3.9817,0,4.98,4.6117,0,3.7857,4.7671,0 +PL 6.318,2.6314,0,7.6037,2.6314,0,7.6037,2.6314,0,7.6037,2.6314,0 +PL 2.0768,4.2331,0,1.5791,5.5425,0,1.3935,6.4958,0,0.4023,6.8645,0 +PL 5.898,4.7671,0,5.6178,5.3009,0,5.3443,5.8349,0,5.0714,6.3687,0,3.7857,6.3687,0,3.7857,6.3687,0,3.7857,6.3687,0 +PL 6.318,4.7671,0,7.1726,4.7671,0,7.1726,4.7671,0,7.1726,4.7671,0 +PL 5.6809,6.6357,0,5.6178,7.2458,0,5.5583,7.856,0,5.4952,8.4662,0,3.3619,8.4662,0,3.3619,8.4662,0,3.3619,8.4662,0 +PL 6.318,6.3687,0,7.1726,6.3687,0,7.1726,6.3687,0,7.1726,6.3687,0 +PL 2.0768,6.8645,0,1.7998,7.2995,0,1.6951,7.8532,0,1.6807,9.0001,0 +PL 5.898,8.4662,0,7.6037,8.4662,0,7.6037,8.4662,0,7.6037,8.4662,0 + +[62e0] 拠 +PL 2.1084,0,0,2.5353,0.8008,0,2.9626,1.6017,0,3.3938,2.4025,0,3.0222,3.0127,0,2.6684,3.6229,0,2.322,4.2329,0,2.1084,3.8898,0,1.8947,3.5466,0,1.6846,3.2033,0 +PL 5.4988,0,0,4.924,0.5339,0,4.3671,1.0678,0,3.8176,1.6017,0 +PL 5.9187,0,0,7.2041,0,0,7.2041,0,0,7.2041,0,0 +PL 4.6718,1.8687,0,4.9524,2.6469,0,5.0501,4.3574,0,5.0676,8.4661,0,6.3498,8.4661,0,6.3498,2.1356,0,7.2041,2.1356,0,7.2041,3.2033,0,7.2041,3.2033,0,7.2041,3.2033,0 +PL 3.8176,3.2033,0,3.8176,7.4364,0,2.5353,7.4364,0,2.5353,4.767,0,2.5353,4.767,0,2.5353,4.767,0 +PL 2.5353,7.9703,0,2.5353,9,0,2.5353,9,0,2.5353,9,0 +PL 1.1028,9.0001,0,1.1028,0,0,0.2797,0,0 +L -0.3787,3.6992,2.5847,5.5488 +L -0.3787,6.9025,2.5847,6.9025 + +[62e1] 拡 +PL 0.5229,0,0,1.3775,0,0,1.3603,2.6483,0,1.2514,3.7457,0,0.9467,4.233,0,0.6735,4.079,0,0.4003,3.9166,0,0.1271,3.7373,0 +PL 2.2321,0.2669,0,2.8874,2.7612,0,3.0801,4.9674,0,3.0867,7.4364,0,5.1882,7.4364,0,5.1882,9,0,5.1882,9,0,5.1882,9,0 +PL 3.5105,0,0,4.3371,0,0,4.5581,2.072,0,4.9675,3.9915,0,5.1882,5.8347,0 +PL 4.9745,0,0,5.6193,0.637,0,6.2599,1.257,0,6.8977,1.8685,0,6.7468,2.1356,0,6.6035,2.4025,0,6.4736,2.6695,0 +PL 7.3247,0,0,7.3247,1.0677,0,7.3247,1.0677,0,7.3247,1.0677,0 +PL 1.8052,4.233,0,1.2935,5.4845,0,1.0833,6.4902,0,0.1271,6.9026,0 +PL 1.8052,6.9026,0,1.5036,7.3361,0,1.3915,7.8799,0,1.3775,9,0 +PL 5.6193,7.4364,0,7.3247,7.4364,0,7.3247,7.4364,0,7.3247,7.4364,0 + +[62ec] 括 +PL 0.9826,0,0,1.8372,0,0,1.8228,2.6229,0,1.7111,3.7205,0,1.4099,4.2331,0,1.1118,4.0694,0,0.8281,3.8885,0,0.5588,3.6991,0 +PL 3.9421,0,0,3.9421,3.1653,0,5.651,3.1653,0,5.4937,5.2373,0,4.8703,5.8093,0,3.5148,5.7967,0 +PL 4.3726,0,0,7.3287,0,0,7.3287,3.1653,0,6.0471,3.1653,0,6.0471,3.1653,0,6.0471,3.1653,0 +PL 2.2326,4.2331,0,1.7286,5.5255,0,1.5251,6.4874,0,0.5588,6.8645,0 +PL 6.0471,5.7967,0,5.7701,6.2316,0,5.665,6.7854,0,5.651,7.9322,0,3.5148,7.9322,0,3.5148,7.9322,0,3.5148,7.9322,0 +PL 6.4744,5.7967,0,7.7559,5.7967,0,7.7559,5.7967,0,7.7559,5.7967,0 +PL 2.2326,6.8645,0,1.9527,7.2996,0,1.8512,7.8531,0,1.8372,9.0001,0 +PL 6.0471,7.9322,0,6.3795,8.308,0,6.7126,8.4464,0,7.3287,8.4662,0 + +[62f7] 拷 +PL 0.6485,0.0381,0,1.4649,0.0381,0,1.4509,2.6609,0,1.3385,3.7584,0,1.0446,4.2711,0,0.7644,4.1073,0,0.4909,3.9265,0,0.2177,3.7372,0 +PL 4.8549,0.0381,0,6.0461,0.3897,0,6.4941,1.3262,0,6.5641,2.6694,0,4.0319,2.6694,0,4.0319,3.7372,0,3.4543,3.5734,0,2.8796,3.3926,0,2.323,3.2033,0 +PL 1.8957,4.2711,0,1.3879,5.5126,0,1.1739,6.4999,0,0.2177,6.9025,0 +PL 4.2459,4.2711,0,4.4346,4.7273,0,4.6451,5.1751,0,4.8549,5.6059,0,4.1544,5.709,0,3.4543,5.7952,0,2.7535,5.8729,0 +PL 4.8549,4.2711,0,5.5978,4.4096,0,6.2458,4.6666,0,6.9918,4.805,0 +PL 5.4962,5.8729,0,5.7095,6.2161,0,5.92,6.5593,0,6.1368,6.9025,0,5.8045,7.2782,0,5.4714,7.4165,0,4.8549,7.4364,0,4.7148,7.0917,0,4.5821,6.7388,0,4.4592,6.3687,0 +PL 6.1368,5.8729,0,7.4191,5.8729,0,7.4191,5.8729,0,7.4191,5.8729,0 +PL 1.8957,6.9025,0,1.5945,7.3375,0,1.4821,7.8912,0,1.4649,9.0381,0 +PL 3.1738,7.4364,0,4.0249,7.5974,0,4.386,8.1144,0,4.4592,9.0381,0 +PL 6.5641,7.4364,0,6.6941,7.8064,0,6.8373,8.1596,0,6.9918,8.5041,0 + +[62fe] 拾 +PL 1.2579,0,0,2.1163,0,0,2.1163,3.6991,0,0.8625,3.6991,0 +PLC 4.2493,3.1651,0,6.7812,3.1651,0,6.7812,0,0,4.2493,0,0 +PL 2.1163,4.233,0,2.088,5.8643,0,1.7868,6.6568,0,0.8625,6.8644,0 +PL 3.3947,5.3007,0,4.0143,6.548,0,4.6486,7.7783,0,5.2857,8.9999,0,7.1245,6.5479,0,8.0631,5.3007,0 +L 4.6763,5.7966,6.3575,5.7966 +PL 2.5436,6.8644,0,2.2424,7.2994,0,2.13,7.8531,0,2.1163,8.9999,0 + +[6301] 持 +PL 1.6372,9.0002,0,1.6372,0,0,0.8106,0,0 +L 0.1592,3.6993,3.1152,5.5489 +L 0.1592,6.9026,3.1152,6.9026 +L 3.5425,7.9705,6.9578,7.9705 +PL 5.2517,0,0,6.1067,0,0,6.1067,5.3349,0 +L 3.5425,2.6696,4.3936,1.6017 +L 5.2517,9,5.2517,5.8348 +L 3.1467,5.8348,7.3567,5.8348 +L 3.1467,3.7376,7.3567,3.7376 + +[6307] 指 +PLC 3.8196,0,0,3.8196,4.2331,0,6.7756,4.2331,0,6.7756,0,0,3.8196,0,0,3.8196,0,0 +PL 4.2469,2.1356,0,6.355,2.1356,0,6.355,2.1356,0,6.355,2.1356,0 +PL 4.6461,5.8348,0,7.2061,5.8348,0,7.2061,6.9027,0,7.2061,6.9027,0,7.2061,6.9027,0 +PL 4.2469,7.4365,0,5.2692,7.5748,0,6.0187,7.8321,0,6.7756,7.9703,0 +PL 4.2469,5.8348,0,3.9453,6.3093,0,3.8336,7.14,0,3.8196,9.0382,0 +PL 2.11,6.9027,0,1.8091,7.3375,0,1.7002,7.8913,0,1.6827,9.0382,0 +PL 2.11,4.2331,0,1.5986,5.4845,0,1.3889,6.4902,0,0.4288,6.9027,0 +PL 0.8281,0,0,1.6827,0,0,1.669,2.6482,0,1.5566,3.7456,0,1.2554,4.2331,0,0.9826,4.0792,0,0.709,3.9167,0,0.4288,3.7372,0 + +[6311] 挑 +PL 0.2501,0,0,1.1047,0,0,1.1047,3.7373,0,0.2501,3.7373,0,0.2501,3.7373,0,0.2501,3.7373,0 +PL 2.355,0,0,2.9116,0.904,0,3.486,1.791,0,4.0607,2.6696,0,3.9802,3.202,0,3.9133,3.7261,0,3.8502,4.2331,0,3.3354,3.8899,0,2.8419,3.5467,0,2.355,3.2035,0 +PL 5.7419,0,0,5.4614,0.6893,0,5.3598,3.0227,0,5.3423,9.0001,0 +PL 6.1657,0,0,7.4473,0,0,7.4473,1.6018,0,7.4473,1.6018,0,7.4473,1.6018,0 +PL 7.02,3.2035,0,6.5962,3.5467,0,6.1657,3.8899,0,5.7419,4.2331,0 +PL 1.1047,4.2331,0,1.1047,6.3687,0,0.8101,6.558,0,0.5229,6.7388,0,0.2501,6.9026,0 +PL 4.0607,4.767,0,4.0607,9.0001,0,4.0607,9.0001,0,4.0607,9.0001,0 +PL 5.7419,5.8348,0,6.1657,6.3687,0,6.5962,6.9026,0,7.02,7.4366,0 +PL 3.2061,6.6357,0,3.0552,6.9026,0,2.9116,7.1696,0,2.7823,7.4366,0 +PL 1.5285,6.9026,0,1.2304,7.3362,0,1.1183,7.8801,0,1.1047,9.0001,0 + +[6319] 挙 +PL 2.9084,0,0,4.1868,0,0,3.7907,1.9606,0,2.7329,2.2855,0,1.1988,2.1357,0 +PL 4.5822,2.1357,0,3.7595,3.7373,0,2.0499,3.7374,0 +L 5.0134,2.1357,7.1495,2.1357 +PL 4.5822,3.7374,0,4.3059,4.1512,0,4.2043,4.5567,0,4.1868,5.3009,0,3.2726,5.3208,0,2.8278,5.4591,0,2.4772,5.8348,0,1.9028,5.3278,0,1.3288,4.8037,0,0.768,4.2714,0 +L 5.0134,3.7374,6.2918,3.7374 +PL 7.1495,4.2714,0,6.5685,4.9847,0,5.9937,5.6809,0,5.4407,6.3688,0,5.1426,6.2049,0,4.8589,6.024,0,4.5822,5.8348,0 +PL 2.9084,6.3688,0,3.0376,6.6356,0,3.1812,6.9026,0,3.3357,7.1696,0,2.4772,7.2727,0,1.6261,7.3589,0,0.768,7.4365,0 +PL 5.0134,7.1696,0,4.5822,7.2727,0,4.1689,7.3589,0,3.7595,7.4365,0 +L 5.6505,7.4365,6.2918,9.0383 +L 6.2918,7.4365,7.5733,7.4365 +PL 2.4772,8.2373,0,2.3266,8.5044,0,2.1834,8.7713,0,2.0499,9.0383,0 +PL 4.1868,8.2373,0,4.0358,8.5044,0,3.8922,8.7713,0,3.7595,9.0383,0 + +[631f] 挟 +PL 1.0446,0,0,1.8638,0,0,1.8537,2.623,0,1.7521,3.7204,0,1.4719,4.2331,0,1.1773,4.0692,0,0.8901,3.8884,0,0.6173,3.6991,0 +PL 3.5734,0,0,4.2735,1.2472,0,4.9775,2.4773,0,5.6783,3.6991,0,5.3386,4.0748,0,4.7922,4.2132,0,3.5734,4.2331,0 +PL 7.818,0,0,7.2369,1.0664,0,6.6657,2.1243,0,6.1091,3.1653,0 +PL 2.2946,4.2331,0,1.9798,5.0438,0,1.7658,6.0919,0,1.4719,6.9026,0,0.6173,6.9026,0,0.6173,6.9026,0,0.6173,6.9026,0 +PL 6.1091,4.2331,0,5.7936,5.1823,0,5.5803,6.4873,0,5.2822,7.4365,0,4.0042,7.4365,0,4.0042,7.4365,0,4.0042,7.4365,0 +PL 6.5361,4.2331,0,7.818,4.2331,0,7.818,4.2331,0,7.818,4.2331,0 +PL 4.4311,5.5678,0,4.2809,5.8348,0,4.1334,6.1018,0,4.0042,6.3687,0 +PL 6.9634,5.3008,0,7.0933,5.6709,0,7.2369,6.024,0,7.3907,6.3687,0 +PL 2.2946,6.9026,0,1.9938,7.3363,0,1.8813,7.8801,0,1.8638,9,0 +PL 6.1091,7.4365,0,5.8044,7.8249,0,5.6955,8.2303,0,5.6783,9,0 +PL 6.5361,7.4365,0,7.3907,7.4365,0,7.3907,7.4365,0,7.3907,7.4365,0 + +[632f] 振 +PL 0.7999,0.0382,0,1.6545,0.0382,0,1.6367,2.6611,0,1.5246,3.7585,0,1.2237,4.2712,0,0.9292,4.1074,0,0.6455,3.9266,0,0.3726,3.7373,0 +PL 2.5088,0.0382,0,3.3669,2.7671,0,3.4615,5.6484,0,3.3599,8.5043,0,7.5698,8.5043,0,7.5698,8.5043,0,7.5698,8.5043,0 +PL 3.7595,0.0382,0,4.6138,0.0382,0,4.6138,5.3009,0,3.7595,5.3009,0,3.7595,5.3009,0,3.7595,5.3009,0 +PL 5.0376,0.0382,0,5.3146,0.2176,0,5.5948,0.3801,0,5.8922,0.534,0 +PL 7.5698,0.0382,0,6.6207,1.8687,0,6.0708,3.5466,0,5.8922,5.3009,0,5.0376,5.3009,0,5.0376,5.3009,0,5.0376,5.3009,0 +PL 6.7433,2.6695,0,7.0234,3.0396,0,7.297,3.3927,0,7.5698,3.7373,0 +PL 2.0783,4.2712,0,1.5421,5.5466,0,1.3355,6.517,0,0.3726,6.9026,0 +PL 6.3233,5.3009,0,7.5698,5.3009,0,7.5698,5.3009,0,7.5698,5.3009,0 +PL 2.0783,6.9026,0,1.7803,7.3377,0,1.6685,7.8913,0,1.6545,9.0382,0 +PL 4.1833,6.9026,0,7.1744,6.9026,0,7.1744,6.9026,0,7.1744,6.9026,0 + +[633f] 挿 +PL 1.2918,0,0,2.1428,0,0,2.1285,2.623,0,2.0168,3.7204,0,1.7156,4.2331,0,1.4245,4.0692,0,1.1373,3.8885,0,0.8645,3.6991,0 +PL 5.9567,0,0,5.8064,1.6116,0,5.2775,2.0876,0,4.2478,2.0974,0,4.2478,5.3008,0,5.1686,5.3305,0,5.6099,5.5382,0,5.9567,6.1017,0,5.5924,6.6384,0,5.039,6.8362,0,3.8205,6.8644,0 +PL 6.384,2.0974,0,6.0901,2.6313,0,5.8064,3.1653,0,5.5294,3.6991,0,4.6748,3.6991,0,4.6748,3.6991,0,4.6748,3.6991,0 +PL 6.8151,2.0974,0,7.6378,2.0974,0,7.6378,3.6991,0,6.7381,3.7288,0,6.3073,3.9365,0,5.9567,4.5,0,6.3073,5.0636,0,6.7381,5.2712,0,7.6378,5.3008,0,7.6378,4.2331,0,7.6378,4.2331,0,7.6378,4.2331,0 +PL 2.5733,4.2331,0,2.0343,5.5086,0,1.8273,6.4789,0,0.8645,6.8644,0 +PL 2.5733,6.8644,0,2.2721,7.2994,0,2.1604,7.8532,0,2.1428,9,0 +PL 6.384,6.8644,0,6.0197,7.4379,0,5.4663,7.7148,0,4.2478,7.9322,0 +PL 6.8151,6.8644,0,8.0616,6.8644,0,8.0616,6.8644,0,8.0616,6.8644,0 +PL 6.384,7.9322,0,6.7135,8.308,0,7.0393,8.4463,0,7.6378,8.4662,0 + +[6355] 捕 +PL 1.1988,0,0,2.0499,0,0,2.0363,2.623,0,1.9239,3.7203,0,1.6261,4.2331,0,1.3288,4.0692,0,1.0486,3.8884,0,0.768,3.6992,0 +PL 4.1868,0,0,4.1868,5.8348,0,5.0831,5.8644,0,5.5177,6.0721,0,5.8645,6.6356,0,5.5037,7.1991,0,4.9573,7.4068,0,3.7595,7.4365,0 +PL 5.8645,0,0,5.8399,1.692,0,5.5279,2.4774,0,4.5822,2.6695,0 +PL 6.7222,0,0,7.5733,0,0,7.5733,2.6695,0,6.2918,2.6695,0,5.9937,3.202,0,5.7135,3.726,0,5.4407,4.2331,0,4.5822,4.2331,0,4.5822,4.2331,0,4.5822,4.2331,0 +PL 7.5733,3.1653,0,7.5733,4.2331,0,6.656,4.2627,0,6.2144,4.4704,0,5.8645,5.0339,0,6.2144,5.5975,0,6.656,5.8051,0,7.5733,5.8348,0,7.5733,4.767,0,7.5733,4.767,0,7.5733,4.767,0 +PL 2.4772,4.2331,0,1.9557,5.5184,0,1.7627,6.5072,0,0.768,6.9026,0 +PL 2.4772,6.9026,0,2.1799,7.3362,0,2.0675,7.88,0,2.0499,9,0 +PL 6.2918,7.4365,0,5.9937,7.8249,0,5.882,8.2303,0,5.8645,9,0 +PL 6.7222,7.4365,0,8.0006,7.4365,0,8.0006,7.4365,0,8.0006,7.4365,0 + +[635c] 捜 +PL 3.82,0,0,4.524,0.3701,0,5.235,0.7232,0,5.96,1.0677,0,5.5289,1.6779,0,5.1016,2.2882,0,4.6778,2.8983,0,5.1016,3.0014,0,5.5289,3.0876,0,5.96,3.1653,0,5.7219,4.4958,0,5.1159,4.8093,0,4.2505,4.767,0,4.2505,7.9322,0,5.5289,7.9322,0,5.6623,8.3023,0,5.8059,8.6554,0,5.96,9,0 +PL 7.21,0,0,6.9127,0.1893,0,6.6325,0.3701,0,6.3523,0.5339,0 +PL 6.3523,1.5636,0,6.6325,2.0198,0,6.9127,2.4675,0,7.21,2.8983,0,6.9127,3.0014,0,6.6325,3.0876,0,6.3523,3.1653,0 +PL 6.3523,4.767,0,6.0826,5.2994,0,5.8059,5.8234,0,5.5289,6.3305,0,4.6778,6.3305,0,4.6778,6.3305,0,4.6778,6.3305,0 +PL 6.7827,4.767,0,7.6338,4.767,0,7.6338,6.3305,0,6.7166,6.3602,0,6.2819,6.5678,0,5.96,7.1314,0,6.2819,7.695,0,6.7166,7.9026,0,7.6338,7.9322,0,7.6338,6.8644,0,7.6338,6.8644,0,7.6338,6.8644,0 +PL 2.3455,8.962,0,2.3455,-0.0382,0,1.5186,-0.0382,0 +L 0.864,3.661,3.82,5.5107 +L 0.864,6.8644,3.82,6.8644 + +[6368] 捨 +PL 0.5209,0,0,1.3794,0,0,1.3615,2.6229,0,1.2529,3.7204,0,0.9482,4.233,0,0.654,4.0692,0,0.3738,3.8884,0,0.094,3.6992,0 +PLC 3.4843,0.8771,0,3.4843,2.6314,0,6.0166,2.6314,0,6.0166,0,0,3.4843,0,0 +PL 1.7751,4.233,0,1.2704,5.5255,0,1.0638,6.4873,0,0.094,6.8645,0 +PL 3.0532,4.233,0,4.7624,4.233,0,4.3386,5.63,0,3.442,6.1286,0,2.6294,5.7968,0 +PL 5.1932,4.233,0,6.8674,4.233,0,6.8674,4.233,0,6.8674,4.233,0 +PL 5.1932,5.7968,0,5.0391,6.1668,0,4.8955,6.5198,0,4.7624,6.8645,0 +PL 5.803,5.7968,0,6.0166,5.986,0,6.2268,6.1668,0,6.4404,6.3305,0,5.803,7.2345,0,5.1655,8.1216,0,4.5491,9,0,4.1848,8.3023,0,3.8276,7.5876,0,3.4843,6.8645,0 +PL 1.7751,6.8645,0,1.4946,7.2995,0,1.3899,7.8532,0,1.3794,9,0 + +[636e] 据 +PL 1.2579,0.0382,0,2.1163,0.0382,0,2.0988,2.6611,0,1.9899,3.7585,0,1.6852,4.2712,0,1.4155,4.1074,0,1.1353,3.9266,0,0.8625,3.7373,0 +PL 3.3947,0.3051,0,4.0914,3.0749,0,4.2668,5.6582,0,4.2493,8.5043,0,7.6358,8.5043,0,7.6358,6.9026,0,6.3575,6.9026,0,6.4103,5.4605,0,6.8478,4.8997,0,8.0631,4.8052,0 +PL 5.0724,0.0382,0,5.0724,2.6696,0,6.3575,2.6696,0,6.2174,4.291,0,5.7095,4.7854,0,4.6763,4.8052,0 +PL 5.4997,0.0382,0,7.6358,0.0382,0,7.6358,2.6696,0,6.7812,2.6696,0,6.7812,2.6696,0,6.7812,2.6696,0 +PL 2.5436,4.2712,0,2.0319,5.5128,0,1.8218,6.5001,0,0.8625,6.9026,0 +PL 2.5436,6.9026,0,2.2424,7.3377,0,2.13,7.8913,0,2.1163,9.0382,0 +PL 4.6763,6.9026,0,5.927,6.9026,0,5.927,6.9026,0,5.927,6.9026,0 + +[6383] 掃 +PL 0.8625,0,0,1.6852,0,0,1.6852,4.2331,0,0.8625,4.2331,0,0.8625,4.2331,0,0.8625,4.2331,0 +PL 5.4997,0,0,5.4643,2.0919,0,5.0584,2.9802,0,3.8252,3.1653,0,3.8252,0.5339,0,3.8252,0.5339,0,3.8252,0.5339,0 +PL 7.2085,0.5339,0,7.2085,3.1653,0,6.0636,3.267,0,5.5904,3.7246,0,5.4997,4.767,0,3.3947,4.767,0,3.3947,4.767,0,3.3947,4.767,0 +PL 1.6852,4.767,0,1.6852,6.3305,0,1.4155,6.5198,0,1.1353,6.7006,0,0.8625,6.8644,0 +PL 5.927,4.767,0,8.0631,4.767,0,8.0631,4.767,0,8.0631,4.767,0 +PL 3.8252,6.3305,0,7.2085,6.3305,0,7.2085,7.3983,0,3.8252,7.3983,0,3.8252,7.3983,0,3.8252,7.3983,0 +PL 2.1163,6.8644,0,1.8116,7.2994,0,1.7027,7.8532,0,1.6852,9,0 +PL 7.2085,8.1992,0,6.0808,8.3023,0,4.9533,8.3884,0,3.8252,8.4662,0 + +[6388] 授 +PL 0.8301,0,0,1.6885,0,0,1.6885,4.2332,0,0.8301,4.2332,0 +PL 4.0037,0,0,4.6446,0.5325,0,5.2852,1.0565,0,5.9297,1.5635,0,5.3272,2.3545,0,5.1031,2.9082,0,5.0719,3.6992,0,5.772,3.6215,0,6.483,3.5354,0,7.208,3.4322,0,6.9103,3.0015,0,6.6305,2.5537,0,6.3538,2.0975,0 +PL 7.6353,0,0,7.208,0.3433,0,6.7807,0.6865,0,6.3538,1.0297,0 +PL 3.3977,4.2332,0,3.3977,5.2628,0,4.5255,5.3659,0,5.653,5.4519,0,6.7807,5.5297,0,7.0578,6.1668,0,7.338,6.7867,0,7.6353,7.3984,0 +PL 8.0346,4.2332,0,8.0346,5.2628,0,7.208,5.2628,0 +PL 1.6885,4.767,0,1.6885,6.3305,0,1.1071,6.7005,0,0.8301,6.8644,0 +PL 2.1158,6.8644,0,1.8146,7.2994,0,1.7057,7.8533,0,1.6885,9.0001,0 +PL 3.7932,7.9322,0,5.4537,8.0706,0,6.5426,8.3277,0,7.6353,8.4661,0 + +[638c] 掌 +PL 3.1207,0.0001,0,3.9718,0.0001,0,3.3869,1.5849,0,2.0455,1.7713,0,0.5849,1.6018,0 +PL 4.3991,1.6018,0,4.1017,2.1357,0,3.8215,2.6696,0,3.541,3.2035,0,1.4119,3.2035,0,1.4119,3.2035,0,1.4119,3.2035,0 +PL 4.7949,1.6018,0,7.3625,1.6018,0,7.3625,1.6018,0,7.3625,1.6018,0 +PL 4.3991,3.2035,0,4.0037,3.75,0,3.2331,4.0171,0,1.4119,4.2332,0 +PL 4.7949,3.2035,0,6.5041,3.2035,0,6.5041,3.2035,0,6.5041,3.2035,0 +PL 4.3991,4.2332,0,4.7423,4.6088,0,5.2887,4.7473,0,6.5041,4.7671,0 +PLC 2.263,6.2049,0,2.263,6.9027,0,5.653,6.9027,0,5.653,5.8349,0,2.263,5.8349,0 +PL 0.5849,6.9027,0,0.5849,7.9705,0,1.1383,8.0736,0,1.6921,8.1597,0,2.263,8.2374,0,2.112,8.5029,0,1.9649,8.76,0,1.8357,9.0001,0 +PL 7.3625,6.9027,0,7.3625,7.9705,0,2.6899,7.9705,0,2.6899,7.9705,0,2.6899,7.9705,0 + +[6392] 排 +PL 5.9846,2.6314,0,7.2626,2.6314,0,7.2626,2.6314,0,7.2626,2.6314,0 +PL 4.3066,3.1652,0,4.3066,4.7669,0,3.0247,4.7669,0,3.0247,4.7669,0,3.0247,4.7669,0 +PL 1.7431,4.233,0,1.2104,5.5085,0,1.0213,6.4788,0,0.0616,6.8645,0 +PL 5.9846,4.7669,0,6.8388,4.7669,0,6.8388,4.7669,0,6.8388,4.7669,0 +PL 4.3066,5.3008,0,4.3066,6.8645,0,3.0247,6.8645,0,3.0247,6.8645,0,3.0247,6.8645,0 +PL 1.7431,6.8645,0,1.4419,7.2995,0,1.333,7.8531,0,1.3155,8.9999,0 +PL 5.9846,6.8645,0,7.2626,6.8645,0,7.2626,6.8645,0,7.2626,6.8645,0 +PL 4.3066,7.3983,0,4.3066,8.9999,0,4.3066,8.9999,0,4.3066,8.9999,0 +PL 0.4924,0,0,1.3155,0,0,1.2983,2.6228,0,1.1894,3.7203,0,0.8882,4.233,0,0.615,4.0692,0,0.3418,3.8884,0,0.0616,3.6991,0 +PL 3.0247,0,0,3.452,0.7994,0,3.8796,1.5904,0,4.3066,2.3644,0,3.6765,2.5324,0,3.2278,2.4633,0,2.5974,2.0974,0 +PL 5.5569,0,0,5.5569,8.9999,0,5.5569,8.9999,0,5.5569,8.9999,0 + +[6398] 掘 +PL 0.9811,0,0,1.8357,0,0,1.8181,2.6228,0,1.7057,3.7203,0,1.4119,4.2329,0,1.1313,4.0692,0,0.862,3.8884,0,0.5849,3.6991,0 +PL 2.6899,0.2669,0,3.3732,3.0367,0,3.5554,5.6201,0,3.541,8.4661,0,7.3625,8.4661,0,7.3625,6.9025,0,3.9718,6.9025,0,3.9718,6.9025,0,3.9718,6.9025,0 +PL 3.9718,0,0,3.9718,2.1356,0,3.9718,2.1356,0,3.9718,2.1356,0 +PL 4.3991,0,0,5.653,0,0,5.6813,2.0098,0,5.4323,3.2655,0,4.3991,3.6991,0,4.3991,5.3008,0,4.3991,5.3008,0,4.3991,5.3008,0 +PL 6.0768,0,0,7.3625,0,0,7.3625,2.1356,0,7.3625,2.1356,0,7.3625,2.1356,0 +PL 6.0768,3.6991,0,5.7756,4.1342,0,5.6705,4.6879,0,5.653,5.8347,0 +PL 6.7177,3.6991,0,6.7808,4.2329,0,6.8473,4.767,0,6.9317,5.3008,0 +PL 2.263,4.2329,0,1.7551,5.4844,0,1.5411,6.49,0,0.5849,6.9025,0 +PL 2.263,6.9025,0,1.9614,7.3361,0,1.8493,7.88,0,1.8357,9,0 + +[639b] 掛 +PL 0.4929,0,0,1.3478,0,0,1.3478,3.6991,0,0.4929,3.6991,0,0.4929,3.6991,0,0.4929,3.6991,0 +PL 6.4089,0,0,6.4089,9.0001,0,6.4089,9.0001,0,6.4089,9.0001,0 +PL 2.5978,0.534,0,3.8832,0.534,0,3.8832,2.0975,0,3.5855,2.2867,0,3.3018,2.4675,0,3.0255,2.6314,0 +PL 4.3039,0.534,0,4.5841,0.7134,0,4.8639,0.8757,0,5.1616,1.0297,0 +PL 4.3039,2.6314,0,4.0093,3.0466,0,3.8976,3.4619,0,3.8832,4.2331,0 +PL 7.6939,3.9661,0,7.4001,4.5763,0,7.1164,5.1865,0,6.8393,5.7967,0 +PL 1.3478,4.2331,0,1.3478,6.3304,0,1.0533,6.5198,0,0.7696,6.7005,0,0.4929,6.8645,0 +PL 2.5978,5.3009,0,3.8832,5.3009,0,3.8832,6.8645,0,3.5855,7.0537,0,3.3018,7.2345,0,3.0255,7.3984,0 +PL 4.3039,5.3009,0,5.1616,5.3009,0,5.1616,5.3009,0,5.1616,5.3009,0 +PL 1.7783,6.8645,0,1.4739,7.2996,0,1.3653,7.8531,0,1.3478,9.0001,0 +PL 4.3039,7.3984,0,4.0093,7.8136,0,3.8976,8.2289,0,3.8832,9.0001,0 + +[63a1] 採 +PL 7.6939,0.4958,0,7.123,1.4859,0,6.5665,2.4676,0,6.0127,3.4322,0,5.1616,3.5354,0,4.3039,3.6215,0,3.4528,3.6992,0 +PL 0.4929,0,0,1.3478,0,0,1.3478,3.6992,0,0.4929,3.6992,0,0.4929,3.6992,0,0.4929,3.6992,0 +PL 5.5924,0,0,5.5084,1.0665,0,5.4352,2.1242,0,5.3756,3.1653,0,4.7343,2.2868,0,4.0934,1.3997,0,3.4528,0.4958,0 +PL 6.4089,3.6992,0,7.6939,3.6992,0,7.6939,3.6992,0,7.6939,3.6992,0 +PL 6.8393,5.7966,0,7.1164,6.3305,0,7.4001,6.8644,0,7.6939,7.3984,0 +PL 3.4528,7.9322,0,5.4103,8.0706,0,6.5945,8.3277,0,7.6939,8.4661,0 +PL 3.8832,6.0636,0,3.7291,6.3305,0,3.5855,6.5975,0,3.4528,6.8644,0 +PL 5.5924,6.0636,0,5.4352,6.3305,0,5.2951,6.5975,0,5.1616,6.8644,0 +PL 1.7783,6.8644,0,1.4739,7.2994,0,1.3653,7.8533,0,1.3478,9.0001,0 +PL 1.3478,4.2332,0,1.3478,6.3305,0,1.0533,6.5198,0,0.7696,6.7006,0,0.4929,6.8644,0 + +[63a2] 探 +PL 0.865,0,0,1.716,0,0,1.716,3.6992,0,0.865,3.6992,0,0.865,3.6992,0,0.865,3.6992,0 +PL 5.5334,0,0,5.4493,1.0665,0,5.3796,2.1243,0,5.3201,3.1653,0,4.5352,2.4675,0,3.7615,1.7528,0,2.9976,1.0297,0 +PL 7.6632,1.0297,0,6.2969,2.8574,0,5.2252,3.4731,0,3.4284,3.6992,0 +PL 6.3845,3.6992,0,7.6632,3.6992,0,7.6632,3.6992,0,7.6632,3.6992,0 +PL 1.716,4.233,0,1.716,6.3305,0,1.4215,6.5198,0,1.1413,6.7006,0,0.865,6.8645,0 +PL 5.5334,4.233,0,5.5334,5.2627,0,5.5334,5.2627,0,5.5334,5.2627,0 +PL 3.6389,5.2627,0,4.1289,5.986,0,4.6157,6.7006,0,5.1026,7.3983,0 +PL 6.3845,5.7968,0,6.3845,7.3983,0,6.3845,7.3983,0,6.3845,7.3983,0 +PL 6.8121,5.7968,0,7.6632,5.7968,0,7.7749,6.726,0,7.9816,7.5368,0,8.094,8.4661,0,3.4284,8.4661,0,3.4284,7.3983,0,3.4284,7.3983,0,3.4284,7.3983,0 +PL 2.1433,6.8645,0,1.8418,7.2995,0,1.7301,7.8532,0,1.716,9,0 + +[63a5] 接 +PL 1.6857,9.0002,0,1.6857,0,0,0.8595,0,0,1.7176,0,0,1.7176,3.6992,0,0.8595,3.6992,0,0.8595,3.6992,0,0.8595,3.6992,0 +PL 2.9644,0,0,3.9171,0.0395,0,4.5787,0.3164,0,5.5314,1.0678,0,5.1041,1.5241,0,4.6736,1.9718,0,4.2495,2.4025,0,4.1658,3.6907,0,2.8555,4.1653,0,1.7176,4.2332,0,1.7176,6.3687,0,1.4195,6.558,0,1.1393,6.7387,0,0.8595,6.9025,0 +PL 7.6363,0,0,7.0553,0.4561,0,6.4879,0.9039,0,5.9275,1.3348,0,6.5299,2.2867,0,6.7506,2.8998,0,6.7852,3.6992,0,5.5874,3.7189,0,5.0379,3.8573,0,4.6736,4.2332,0,4.9783,4.6483,0,5.0866,5.0637,0,5.1041,5.8349,0,2.9644,5.8349,0,2.9644,5.8349,0,2.9644,5.8349,0 +PL 7.2055,3.6992,0,8.0636,3.6992,0,8.0636,3.6992,0,8.0636,3.6992,0 +PL 5.5314,5.8349,0,5.8049,5.9379,0,6.0816,6.0241,0,6.3548,6.1017,0,6.4879,6.7119,0,6.6315,7.322,0,6.7852,7.9322,0,5.9275,7.8546,0,5.0831,7.7685,0,4.2495,7.6652,0,4.3791,7.2444,0,4.523,6.815,0,4.6736,6.3687,0 +PL 6.7852,5.8349,0,8.0636,5.8349,0,8.0636,5.8349,0,8.0636,5.8349,0 +PL 1.8997,7.1695,0,1.8401,7.7797,0,1.7771,8.3899,0,1.7176,9,0 +L 0.2076,3.6992,3.1637,5.5489 +L 0.2076,6.9026,3.1637,6.9026 + +[63a7] 控 +PL 0.768,0.0152,0,1.6261,0.0152,0,1.6261,3.7525,0,0.768,3.7525,0,0.768,3.7525,0,0.768,3.7525,0 +PL 2.9084,0.0152,0,5.4407,0.0152,0,5.4407,3.2186,0,3.7595,3.2186,0,3.7595,3.2186,0,3.7595,3.2186,0 +PL 5.8645,0.0152,0,8.0006,0.0152,0,8.0006,0.0152,0,8.0006,0.0152,0 +PL 5.8645,3.2186,0,7.1495,3.2186,0,7.1495,3.2186,0,7.1495,3.2186,0 +PL 1.6261,4.2863,0,1.6261,6.3838,0,1.3288,6.5731,0,1.0486,6.7538,0,0.768,6.9177,0 +PL 3.5455,4.7821,0,4.2775,5.573,0,4.544,6.1268,0,4.5822,6.9177,0 +PL 6.2918,5.316,0,6.2918,6.9177,0,6.2918,6.9177,0,6.2918,6.9177,0 +PL 6.7222,5.316,0,7.5733,5.316,0,7.6857,6.2454,0,7.8889,7.0562,0,8.0006,7.9855,0,3.3357,7.9855,0,3.3357,6.9177,0,3.3357,6.9177,0,3.3357,6.9177,0 +PL 2.0499,6.9177,0,1.7491,7.3527,0,1.637,7.9064,0,1.6261,9.0534,0 + +[63a8] 推 +PL 0.5588,0,0,1.4099,0,0,1.4099,3.6992,0,0.5588,3.6992,0,0.5588,3.6992,0,0.5588,3.6992,0 +PL 3.5148,0,0,3.4308,2.1243,0,3.3639,4.2317,0,3.3008,6.3305,0,3.0837,6.1668,0,2.8735,5.986,0,2.6637,5.7968,0 +PL 3.9421,0,0,5.651,0,0,5.5669,1.8855,0,5.1011,2.5509,0,3.9421,2.6314,0 +PL 6.0471,0,0,7.7559,0,0,7.7559,0,0,7.7559,0,0 +PL 6.0471,2.6314,0,5.3848,3.9816,0,5.1295,4.6116,0,3.9421,4.767,0 +PL 6.4744,2.6314,0,7.3287,2.6314,0,7.3287,2.6314,0,7.3287,2.6314,0 +PL 1.4099,4.233,0,1.4099,6.3305,0,1.1118,6.5198,0,0.8281,6.7006,0,0.5588,6.8645,0 +PL 5.8331,5.0339,0,5.6198,5.6441,0,5.4167,6.2543,0,5.2237,6.8645,0,4.6423,6.9676,0,4.0749,7.0537,0,3.5148,7.1314,0,3.6441,7.7684,0,3.7912,8.3885,0,3.9421,9,0 +PL 6.4744,4.767,0,7.3287,4.767,0,7.3287,4.767,0,7.3287,4.767,0 +PL 1.8372,6.8645,0,1.5356,7.2995,0,1.4274,7.8532,0,1.4099,9,0 +PL 6.0471,6.8645,0,5.7809,7.4774,0,5.7809,8.0311,0,6.0471,9,0 +PL 6.4744,6.8645,0,7.7559,6.8645,0,7.7559,6.8645,0,7.7559,6.8645,0 + +[63b2] 掲 +PL 1.2589,0,0,2.0823,0,0,2.0644,2.6228,0,1.9562,3.7203,0,1.655,4.2329,0,1.3815,4.0692,0,1.1086,3.8884,0,0.8316,3.6991,0 +PL 5.8961,0,0,6.7511,0,0,7.378,1.4449,0,7.5882,2.6609,0,7.6057,4.2329,0,5.2061,4.2133,0,4.2188,4.0748,0,3.7912,3.6991,0,4.3694,2.9604,0,5.0314,2.7981,0,5.8961,3.2033,0 +PL 5.0734,1.6017,0,6.3234,1.6017,0,6.3234,1.6017,0,6.3234,1.6017,0 +PL 2.5093,4.2329,0,1.9983,5.4844,0,1.7878,6.49,0,0.8316,6.9025,0 +PL 4.6461,4.767,0,4.4987,6.0141,0,4.3484,7.2444,0,4.2188,8.4661,0,7.1784,8.4661,0,7.1784,5.8347,0,5.0734,5.8347,0,5.0734,5.8347,0,5.0734,5.8347,0 +PL 2.5093,6.9025,0,2.208,7.3361,0,2.0998,7.88,0,2.0823,9,0 +PL 4.6461,7.4364,0,6.7511,7.4364,0,6.7511,7.4364,0,6.7511,7.4364,0 + +[63cf] 描 +PL 1.51,9.0002,0,1.51,0,0,0.6935,0,0 +L 0.0351,3.6992,2.9946,5.5489 +L 0.0351,6.9026,2.9946,6.9026 +L 2.732,7.5,7.2361,7.5 +PLC 2.732,0,0,7.2361,0,0,7.2361,4.5001,0,2.732,4.5001,0 +L 7.2361,2.2501,2.732,2.2501 +L 4.9844,0,4.9844,4.5001 +L 3.6321,9.0001,3.6321,6 +L 6.336,9.0001,6.336,6 + +[63d0] 提 +PLC 3.9156,8.4662,0,6.8997,8.4662,0,6.8997,5.3009,0,3.9156,5.3009,0,3.9156,8.4662,0,3.9156,8.4662,0 +PL 4.3356,6.8644,0,6.4724,6.8644,0,6.4724,6.8644,0,6.4724,6.8644,0 +PL 1.8033,6.8644,0,1.5059,7.2995,0,1.3935,7.8532,0,1.3795,9,0 +PL 1.3795,4.2331,0,1.3795,6.3305,0,1.0856,6.5197,0,0.8019,6.7006,0,0.5249,6.8644,0 +PL 0.5249,0,0,1.3795,0,0,1.3795,3.6992,0,0.5249,3.6992,0,0.5249,3.6992,0,0.5249,3.6992,0 +PL 2.6617,0,0,3.2638,1.1596,0,3.4845,1.9803,0,3.5128,3.1653,0 +PL 5.6213,0,0,5.0431,0.5326,0,4.469,1.0565,0,3.9156,1.5635,0 +PL 6.0451,0,0,7.7263,0,0,7.7263,0,0,7.7263,0,0 +PL 5.1905,1.0678,0,5.1905,4.2331,0,3.089,4.2331,0,3.089,4.2331,0,3.089,4.2331,0 +PL 5.6213,2.0974,0,6.8997,2.0974,0,6.8997,2.0974,0,6.8997,2.0974,0 +PL 5.6213,4.2331,0,7.7263,4.2331,0,7.7263,4.2331,0,7.7263,4.2331,0 + +[63da] 揚 +PL 4.8584,4.7669,0,7.818,4.7669,0,7.818,4.7669,0,7.818,4.7669,0 +PL 1.0446,0,0,1.8638,0,0,1.8537,2.9986,0,1.7521,4.2345,0,1.4719,4.7669,0,1.1773,4.6032,0,0.8901,4.4224,0,0.6173,4.2331,0 +PL 3.7867,0,0,4.5537,0.7134,0,5.3242,1.4096,0,6.1091,2.0974,0,6.1091,3.1653,0,5.1495,2.9082,0,4.2735,2.3546,0,2.7223,1.0296,0 +PL 5.6783,0,0,7.0054,0.4986,0,7.3872,1.7006,0,7.3907,3.1653,0,6.5361,3.1653,0,6.5361,3.1653,0,6.5361,3.1653,0 +PL 2.9356,2.6314,0,3.6995,3.2345,0,4.0914,3.719,0,4.4311,4.5,0,2.6207,4.9605,0,2.1829,5.5396,0,1.4719,6.8644,0,0.6173,6.8644,0,0.6173,6.8644,0,0.6173,6.8644,0 +PLC 4.0042,7.0537,0,4.0042,8.4662,0,6.9634,8.4662,0,6.9634,6.3306,0,4.0042,6.3306,0 +PL 2.2946,6.8644,0,1.9938,7.2995,0,1.8813,7.8531,0,1.8638,9,0 +PL 4.4311,7.3984,0,6.5361,7.3984,0,6.5361,7.3984,0,6.5361,7.3984,0 + +[63db] 換 +PL 1.2878,0,0,2.1455,0,0,2.128,2.6229,0,2.0198,3.7205,0,1.7151,4.2331,0,1.4205,4.0694,0,1.1403,3.8885,0,0.864,3.6991,0 +PL 3.606,0,0,4.2505,0.7134,0,4.8918,1.4096,0,5.5289,2.0975,0,5.1821,2.4732,0,4.7408,2.6117,0,3.82,2.6314,0,3.8337,5.0453,0,4.0372,6.9676,0,4.6778,9.0001,0 +PL 7.6338,0,0,7.0664,0.5325,0,6.5064,1.0565,0,5.96,1.5636,0 +PL 5.96,2.6314,0,5.8059,3.0015,0,5.6623,3.3546,0,5.5289,3.6991,0 +PL 6.3523,2.6314,0,7.6338,2.6314,0,7.6338,4.7671,0,6.3523,4.7671,0,6.3523,6.3304,0,5.1016,6.3304,0,5.0739,5.5665,0,4.8532,5.0227,0,4.2505,4.2331,0 +PL 2.5416,4.2331,0,2.0373,5.5255,0,1.8306,6.4874,0,0.864,6.8645,0 +PL 7.6338,5.3009,0,7.6338,6.3304,0,6.7827,6.3304,0,6.7827,6.3304,0,6.7827,6.3304,0 +PL 2.5416,6.8645,0,2.2614,7.2996,0,2.1634,7.8531,0,2.1455,9.0001,0 +PL 5.96,6.8645,0,6.0826,7.1314,0,6.2122,7.3984,0,6.3523,7.6653,0,5.9317,7.7684,0,5.5114,7.8546,0,5.1016,7.9322,0 + +[63e1] 握 +PL 0.8625,0,0,1.6852,0,0,1.6852,4.2331,0,0.8625,4.2331,0,0.8625,4.2331,0,0.8625,4.2331,0 +PL 3.8252,0,0,5.927,0,0,5.7869,1.6215,0,5.2822,2.1159,0,4.2493,2.1356,0 +PL 6.3575,0,0,8.0631,0,0,8.0631,0,0,8.0631,0,0 +PL 2.5436,0.5339,0,3.3594,3.1413,0,3.4718,5.7572,0,3.3947,8.4661,0,7.6358,8.4661,0,7.6358,6.9026,0,3.8252,6.9026,0,3.8252,6.9026,0,3.8252,6.9026,0 +PL 6.3575,2.1356,0,6.0527,2.5494,0,5.9445,2.9548,0,5.927,3.6991,0,4.2493,3.6991,0,4.2493,3.6991,0,4.2493,3.6991,0 +PL 6.7812,2.1356,0,7.6358,2.1356,0,7.6358,2.1356,0,7.6358,2.1356,0 +PL 6.5679,3.6991,0,6.7812,3.8884,0,6.9914,4.0692,0,7.2085,4.2331,0,7.0583,4.4223,0,6.9108,4.6031,0,6.7812,4.767,0 +PL 5.0724,4.2331,0,5.3736,4.6483,0,5.4822,5.0636,0,5.4997,5.8348,0,3.8252,5.8348,0,3.8252,5.8348,0,3.8252,5.8348,0 +PL 1.6852,4.767,0,1.6852,6.3687,0,1.4155,6.558,0,1.1353,6.7388,0,0.8625,6.9026,0 +PL 5.927,5.8348,0,7.6358,5.8348,0,7.6358,5.8348,0,7.6358,5.8348,0 +PL 2.1163,6.9026,0,1.8116,7.3363,0,1.7027,7.8801,0,1.6852,9,0 + +[63ee] 揮 +PL 0.2797,0,0,1.1032,0,0,1.1032,4.233,0,0.2797,4.233,0,0.2797,4.233,0,0.2797,4.233,0 +PL 4.917,0,0,4.5142,1.483,0,3.5405,1.7202,0,2.3847,1.6017,0 +PL 5.3443,1.6017,0,5.0504,2.1356,0,4.7667,2.6695,0,4.4897,3.2033,0,3.2393,3.2033,0,3.2393,5.3008,0,4.2414,5.3687,0,4.7667,5.7924,0,4.917,6.9026,0,3.5969,6.9364,0,2.97,7.3262,0,2.812,8.5042,0,7.0538,8.5042,0,6.8468,7.2754,0,6.2584,6.911,0,5.3443,6.9026,0 +PL 5.7681,1.6017,0,7.4811,1.6017,0,7.4811,1.6017,0,7.4811,1.6017,0 +PL 5.3443,3.2033,0,4.7107,3.928,0,4.2799,4.1949,0,3.6631,4.233,0 +PL 5.7681,3.2033,0,6.6265,3.2033,0,6.6265,4.233,0,5.7085,4.2527,0,5.2637,4.3912,0,4.917,4.7669,0,5.2637,5.1228,0,5.7085,5.1228,0,6.6265,4.7669,0 +PL 1.1032,4.7669,0,1.1032,6.3686,0,0.8296,6.5579,0,0.5529,6.7388,0,0.2797,6.9026,0 +PL 1.534,6.9026,0,1.2292,7.3361,0,1.1207,7.8799,0,1.1032,9,0 + +[63f4] 援 +PL 0.4929,0,0,1.3478,0,0,1.3478,3.7373,0,0.4929,3.7373,0,0.4929,3.7373,0,0.4929,3.7373,0 +PL 3.0255,0,0,4.1007,0.4053,0,4.6538,0.7514,0,5.1616,1.3347,0,4.7974,1.7909,0,4.4366,2.2387,0,4.0934,2.6695,0,3.5855,2.3249,0,3.0885,1.9717,0,2.5978,1.6017,0 +PL 7.2666,0,0,6.6961,0.5339,0,6.1388,1.0679,0,5.5924,1.6017,0,5.8625,2.0578,0,6.1388,2.5056,0,6.4089,2.9364,0,5.708,3.1257,0,5.0079,3.3065,0,4.3039,3.4703,0,4.4927,4.5692,0,3.7785,4.8121,0,3.0255,4.7669,0 +PL 1.3478,4.2711,0,1.3478,6.3686,0,1.0533,6.5579,0,0.7696,6.7388,0,0.4929,6.9025,0 +PL 5.1616,4.7669,0,4.8604,5.1822,0,4.7522,5.5975,0,4.7343,6.3686,0,3.4528,6.3686,0,3.4528,6.3686,0,3.4528,6.3686,0 +PL 5.5924,4.7669,0,7.6939,4.7669,0,7.6939,4.7669,0,7.6939,4.7669,0 +PL 5.3756,6.3686,0,5.5084,6.5961,0,5.4562,6.9421,0,5.1616,7.7034,0,3.8832,7.7034,0,4.0128,7.4364,0,4.1564,7.1695,0,4.3039,6.9025,0 +PL 6.1984,6.3686,0,6.5451,7.0056,0,6.9024,7.6256,0,7.2666,8.2373,0,6.6362,8.4054,0,6.1984,8.3362,0,5.5924,7.9704,0 +PL 1.7783,6.9025,0,1.4739,7.3375,0,1.3653,7.8912,0,1.3478,9.0382,0 + +[63fa] 揺 +PL 6.3528,4.7669,0,6.6961,5.6441,0,7.0568,6.5212,0,7.4211,7.3984,0 +PL 4.4331,6.0635,0,4.2864,6.3306,0,4.1564,6.5975,0,4.0303,6.8644,0 +PL 5.7115,6.0635,0,5.5613,6.3306,0,5.4177,6.5975,0,5.2842,6.8644,0 +PL 1.0431,0,0,1.9008,0,0,1.8833,2.6229,0,1.7751,3.7204,0,1.4704,4.2331,0,1.1723,4.0693,0,0.8921,3.8885,0,0.6158,3.6992,0 +PL 4.0303,0,0,4.0303,2.0974,0,4.0303,2.0974,0,4.0303,2.0974,0 +PL 4.4331,0,0,5.7115,0,0,5.6345,2.3122,0,5.0846,3.0904,0,3.61,3.1653,0 +PL 6.1427,0,0,7.4211,0,0,7.4211,2.0974,0,7.4211,2.0974,0,7.4211,2.0974,0 +PL 6.1427,3.1653,0,5.838,3.5806,0,5.7259,3.9958,0,5.7115,4.7669,0,4.0303,4.7669,0,4.0303,4.7669,0,4.0303,4.7669,0 +PL 6.5661,3.1653,0,7.8484,3.1653,0,7.8484,3.1653,0,7.8484,3.1653,0 +PL 2.3215,4.2331,0,1.7888,5.5085,0,1.5821,6.4789,0,0.6158,6.8644,0 +PL 2.3215,6.8644,0,2.0269,7.2995,0,1.9152,7.8531,0,1.9008,9,0 +PL 4.0303,7.9323,0,5.6558,8.0707,0,6.633,8.3277,0,7.4211,8.4662,0 + +[640d] 損 +PL 2.11,6.8644,0,1.8091,7.2995,0,1.7002,7.8532,0,1.6827,9,0 +PL 2.11,4.2331,0,1.5986,5.4746,0,1.3889,6.4619,0,0.4288,6.8644,0 +PLC 4.2469,7.9322,0,4.2469,8.4662,0,6.7756,8.4662,0,6.7756,6.8644,0,4.2469,6.8644,0,4.2469,7.9322,0 +PL 0.8281,0,0,1.6827,0,0,1.669,2.6229,0,1.5566,3.7204,0,1.2554,4.2331,0,0.9826,4.0692,0,0.709,3.8885,0,0.4288,3.6992,0 +PL 3.6056,0,0,3.9453,0.1892,0,4.2885,0.37,0,4.6461,0.534,0 +PL 7.2061,0,0,6.9084,0.1892,0,6.6247,0.37,0,6.355,0.534,0 +PLC 3.8196,3.0015,0,3.8196,5.8348,0,7.2061,5.8348,0,7.2061,1.5635,0,3.8196,1.5635,0 +PL 4.2469,3.1653,0,6.7756,3.1653,0,6.7756,3.1653,0,6.7756,3.1653,0 +PL 4.2469,4.2331,0,6.7756,4.2331,0,6.7756,4.2331,0,6.7756,4.2331,0 + +[642c] 搬 +PL 0.5264,0,0,1.3463,0,0,1.3463,4.233,0,0.5264,4.233,0,0.5264,4.233,0,0.5264,4.233,0 +PL 2.2009,0.2669,0,2.5056,0.928,0,2.6174,1.8178,0,2.6314,3.6991,0,1.7207,4.7655,0,1.4615,5.5947,0,1.3463,6.8645,0,0.5264,6.8645,0,0.5264,6.8645,0,0.5264,6.8645,0 +PL 3.4825,0,0,4.3409,0,0,4.3234,2.9986,0,4.2145,4.2344,0,3.9098,4.7669,0,3.6124,4.2938,0,3.5,3.4732,0,3.4825,1.6017,0 +PL 5.1636,0,0,5.5874,0.5339,0,6.0147,1.0677,0,6.442,1.6017,0,5.3037,3.9971,0,4.5861,5.5876,0,4.3409,7.9322,0,2.6314,7.9322,0,2.6457,5.685,0,2.7575,4.726,0,3.0552,4.233,0 +PL 7.7243,0,0,7.4262,0.3701,0,7.146,0.7231,0,6.8732,1.0677,0 +PL 6.8732,2.3644,0,7.0024,3.0014,0,7.146,3.6215,0,7.297,4.233,0,6.0147,4.233,0,6.0147,4.233,0,6.0147,4.233,0 +PL 3.4825,5.8348,0,3.4825,6.8645,0,3.4825,6.8645,0,3.4825,6.8645,0 +PL 5.1636,6.1017,0,5.4617,6.6977,0,5.5734,7.3107,0,5.5874,8.4661,0,6.8732,8.4661,0,6.8732,5.8348,0,7.7243,5.8348,0,7.7243,6.8645,0,7.7243,6.8645,0,7.7243,6.8645,0 +PL 1.3463,7.3983,0,1.3463,8.9999,0,1.3463,8.9999,0,1.3463,8.9999,0 + +[642d] 搭 +PL 0.2501,0.0152,0,1.1047,0.0152,0,1.1047,3.7144,0,0.2501,3.7144,0,0.2501,3.7144,0,0.2501,3.7144,0 +PLC 3.6369,0.8924,0,3.6369,2.6466,0,6.1657,2.6466,0,6.1657,0.0152,0,3.6369,0.0152,0 +PL 2.355,3.7144,0,2.022,4.09,0,1.6962,4.2285,0,1.1047,4.2483,0,1.1047,6.3457,0,0.8101,6.535,0,0.5229,6.7159,0,0.2501,6.8797,0 +PL 2.7823,3.7144,0,3.486,4.5916,0,4.1935,5.4686,0,4.915,6.3457,0,5.7486,5.4686,0,6.5962,4.5916,0,7.4473,3.7144,0 +PL 4.0607,4.2483,0,5.7419,4.2483,0,5.7419,4.2483,0,5.7419,4.2483,0 +PL 1.5285,6.8797,0,1.2304,7.3147,0,1.1183,7.8684,0,1.1047,9.0152,0 +PL 4.0607,7.1466,0,3.714,7.7102,0,3.2692,7.9178,0,2.355,7.9475,0 +PL 5.7419,7.1466,0,5.2232,7.7497,0,4.5963,8.2343,0,4.0607,9.0152,0 +PL 6.1657,7.9475,0,6.0183,8.3175,0,5.8676,8.6706,0,5.7419,9.0152,0 +PL 6.5962,7.9475,0,7.4473,7.9475,0,7.4473,7.9475,0,7.4473,7.9475,0 + +[643a] 携 +PL 0.8301,0,0,1.6885,0,0,1.6885,3.6991,0,0.8301,3.6991,0,0.8301,3.6991,0,0.8301,3.6991,0 +PL 3.1802,0,0,4.0313,1.2471,0,4.5007,2.2994,0,4.6446,3.6991,0,3.3977,3.6991,0,3.3977,3.6991,0,3.3977,3.6991,0 +PL 6.3538,0,0,7.338,0.257,0,7.6287,0.9887,0,7.6353,2.1356,0,6.7181,2.1158,0,6.2732,1.9774,0,5.9297,1.6017,0 +PL 6.3538,2.6695,0,6.483,2.9364,0,6.6305,3.2033,0,6.7807,3.4703,0,6.2032,3.5466,0,5.6284,3.6229,0,5.0719,3.6991,0 +PL 1.6885,4.2329,0,1.6885,6.3686,0,1.3908,6.5578,0,1.1071,6.7387,0,0.8301,6.9025,0 +PL 4.2208,4.767,0,4.1364,5.6709,0,4.0667,6.5578,0,4.0037,7.4364,0,3.7932,7.2726,0,3.5865,7.0918,0,3.3977,6.9025,0 +PL 4.6446,4.767,0,5.0719,4.87,0,5.5027,4.9562,0,5.9297,5.0338,0,5.5973,5.5974,0,5.2642,5.8051,0,4.6446,5.8347,0 +PL 6.3538,4.767,0,7.6353,4.767,0,7.6353,4.767,0,7.6353,4.767,0 +PL 6.3538,5.8347,0,5.7234,6.5861,0,5.2785,6.8629,0,4.6446,6.9025,0 +PL 2.1158,6.9025,0,1.8146,7.3361,0,1.7057,7.88,0,1.6885,9,0 +PL 6.3538,6.9025,0,5.7058,7.6538,0,5.1525,7.9308,0,4.2208,7.9703,0 +PL 6.3538,7.9703,0,6.0701,8.339,0,6.0701,8.606,0,6.3538,9,0 +PL 6.7807,7.9703,0,7.6353,7.9703,0,7.6353,7.9703,0,7.6353,7.9703,0 + +[643e] 搾 +PL 0.768,0.0381,0,1.6261,0.0381,0,1.6261,3.7372,0,0.768,3.7372,0,0.768,3.7372,0,0.768,3.7372,0 +PL 5.8645,0.0381,0,5.8645,4.2711,0,4.9153,4.2316,0,4.2638,3.9547,0,3.3357,3.2033,0 +PL 6.2918,1.0678,0,7.5733,1.0678,0,7.5733,1.0678,0,7.5733,1.0678,0 +PL 6.2918,2.6694,0,7.5733,2.6694,0,7.5733,2.6694,0,7.5733,2.6694,0 +PL 1.6261,4.2711,0,1.6261,6.3687,0,1.3288,6.5579,0,1.0486,6.7388,0,0.768,6.9025,0 +PL 6.2918,4.2711,0,8.0006,4.2711,0,8.0006,4.2711,0,8.0006,4.2711,0 +PL 3.9728,5.8729,0,4.7051,6.637,0,4.9713,7.1807,0,5.0134,7.9703,0,3.7595,7.9703,0,3.7595,6.9025,0,3.7595,6.9025,0,3.7595,6.9025,0 +PL 6.2918,5.8729,0,6.2918,7.9703,0,5.4407,7.9703,0,5.4407,7.9703,0,5.4407,7.9703,0 +PL 6.7222,5.8729,0,6.9923,5.9759,0,7.2795,6.0621,0,7.5733,6.1398,0,7.7032,6.75,0,7.8504,7.3602,0,8.0006,7.9703,0,6.7222,7.9703,0,6.7222,7.9703,0,6.7222,7.9703,0 +PL 2.0499,6.9025,0,1.7491,7.3375,0,1.637,7.8912,0,1.6261,9.0381,0 + +[6442] 摂 +PL 0.3083,0,0,1.1593,0,0,1.1593,4.2331,0,0.3083,4.2331,0,0.3083,4.2331,0,0.3083,4.2331,0 +PL 3.0577,0,0,3.5445,0.3701,0,4.0422,0.7232,0,4.5501,1.0677,0 +PL 7.5058,0,0,6.9317,0.3701,0,6.357,0.7232,0,5.8004,1.0677,0 +PL 4.1228,2.6313,0,3.8247,2.8206,0,3.5445,3.0014,0,3.2717,3.1653,0 +PL 6.0137,2.6313,0,6.357,2.8206,0,6.7212,3.0014,0,7.0855,3.1653,0 +PL 6.2277,4.5,0,5.2506,5.2302,0,4.0454,5.0283,0,2.8405,4.767,0 +PL 1.1593,4.767,0,1.1593,6.3305,0,0.8686,6.5198,0,0.5849,6.7006,0,0.3083,6.8644,0 +PL 4.1228,5.3008,0,4.1228,8.4662,0,2.8405,8.4662,0,2.8405,8.4662,0,2.8405,8.4662,0 +PL 6.655,5.3008,0,6.2908,5.8729,0,5.7476,6.1399,0,4.5501,6.3305,0 +PL 1.5621,6.8644,0,1.2823,7.2994,0,1.1769,7.8532,0,1.1593,9,0 +PL 6.2277,7.1314,0,5.6568,7.2345,0,5.1031,7.3206,0,4.5501,7.3983,0 +PL 6.2277,8.1992,0,5.6568,8.3023,0,5.1031,8.3884,0,4.5501,8.4662,0 +PL 6.655,8.4662,0,7.5058,8.4662,0,7.5058,8.4662,0,7.5058,8.4662,0 + +[6458] 摘 +PL 3.3962,0,0,3.3962,5.8348,0,4.6778,5.8348,0,4.524,6.4718,0,4.3801,7.0919,0,4.2505,7.7034,0,3.82,7.8066,0,3.3962,7.8928,0,2.9689,7.9704,0 +PL 6.7827,0,0,7.6338,0,0,7.6338,5.8348,0,5.5289,5.8348,0,5.5783,4.8603,0,5.904,4.3687,0,6.7827,4.2331,0 +PL 4.6778,1.0678,0,4.6778,2.6696,0,5.5289,2.6696,0,5.3853,3.8207,0,4.9478,4.2006,0,4.2505,4.2331,0 +PL 5.1016,1.0678,0,6.3523,1.0678,0,6.2122,1.6018,0,6.0826,2.1356,0,5.96,2.6696,0 +PL 6.3523,6.3687,0,6.657,6.784,0,6.7652,7.1992,0,6.7827,7.9704,0,4.6778,7.9704,0,4.6778,7.9704,0,4.6778,7.9704,0 +PL 7.21,7.9704,0,8.0611,7.9704,0,8.0611,7.9704,0,8.0611,7.9704,0 +PL 2.3455,9.0002,0,2.3455,0,0,1.5186,0,0 +L 0.864,3.6992,3.82,5.5489 +L 0.864,6.9026,3.82,6.9026 + +[6469] 摩 +PL 0.6158,0,0,0.7244,1.1258,0,0.9342,3.3108,0,1.0431,7.9704,0,4.4331,7.9704,0,4.4331,9.0382,0,4.4331,9.0382,0,4.4331,9.0382,0 +PL 3.61,0,0,4.8569,0,0,4.3596,1.5509,0,3.2076,1.7542,0,1.9008,1.6018,0 +PL 5.2842,1.6018,0,4.4121,2.5057,0,3.7256,2.7062,0,2.7519,2.6696,0 +PL 5.7115,1.6018,0,7.8484,1.6018,0,7.8484,1.6018,0,7.8484,1.6018,0 +PL 5.2842,2.6696,0,4.9098,3.2429,0,4.251,3.5198,0,2.7519,3.7373,0 +PL 5.7115,2.6696,0,6.9938,2.6696,0,6.9938,2.6696,0,6.9938,2.6696,0 +PL 5.2842,3.7373,0,5.736,4.1907,0,5.9045,4.8729,0,5.9255,6.3687,0,5.5613,6.0241,0,5.2002,5.671,0,4.8569,5.3009,0 +PL 3.1792,4.7669,0,3.0952,5.3009,0,3.029,5.8349,0,2.9659,6.3687,0,2.6017,6.0241,0,2.2441,5.671,0,1.9008,5.3009,0 +PL 7.4211,5.3009,0,6.5525,6.4534,0,5.887,6.7669,0,4.8569,6.9026,0 +PL 1.9008,6.9026,0,2.3215,7.0918,0,2.7519,7.2727,0,3.1792,7.4365,0 +PL 6.1427,7.7035,0,5.7115,7.8066,0,5.2842,7.8927,0,4.8569,7.9704,0 +PL 6.5661,7.9704,0,7.8484,7.9704,0,7.8484,7.9704,0,7.8484,7.9704,0 + +[6483] 撃 +PL 2.14,0.0152,0,2.5673,0.1183,0,2.9946,0.2045,0,3.4184,0.2821,0,3.2678,0.5491,0,3.1242,0.816,0,2.9946,1.0829,0,0.0351,1.0829,0,0.0351,1.0829,0,0.0351,1.0829,0 +PL 3.8496,1.0829,0,2.7425,2.0717,0,1.7341,2.2298,0,0.4592,2.1508,0 +PL 4.2734,1.0829,0,6.8057,1.0829,0,6.8057,1.0829,0,6.8057,1.0829,0 +PL 3.8496,2.1508,0,3.6951,2.4178,0,3.5554,2.6847,0,3.4184,2.9516,0,2.5673,3.0547,0,1.7198,3.1409,0,0.8897,3.2186,0 +PL 4.2734,2.1508,0,5.9822,2.1508,0,5.9822,2.1508,0,5.9822,2.1508,0 +PL 4.0594,3.2186,0,4.2734,3.4078,0,4.4902,3.5887,0,4.7038,3.7525,0,3.1067,4.6804,0,1.6921,4.8456,0,0.0351,4.7821,0 +PL 6.3815,4.2863,0,6.0208,4.6295,0,5.6775,4.9728,0,5.3413,5.316,0,5.1245,5.1522,0,4.9175,4.9714,0,4.7038,4.7821,0 +PL 1.7408,5.316,0,1.4115,5.6917,0,1.0788,5.8301,0,0.4592,5.85,0,0.4592,7.9855,0,1.0788,8.0251,0,1.4115,8.302,0,1.7408,9.0534,0 +PL 2.14,5.85,0,1.7131,6.2201,0,1.296,6.5731,0,0.8897,6.9177,0 +PL 2.781,5.85,0,2.844,6.2201,0,2.9106,6.5731,0,2.9946,6.9177,0,2.3782,6.9375,0,2.0563,7.0759,0,1.7408,7.4516,0,2.8864,7.9405,0,4.7144,8.3104,0,5.9822,8.5194,0,5.9822,7.4516,0,6.8057,7.4516,0,6.8057,7.4516,0,6.8057,7.4516,0 +PL 4.7038,6.1169,0,5.1245,6.0392,0,5.5549,5.953,0,5.9822,5.85,0 + +[64a4] 撤 +PL 0.865,0,0,1.716,0,0,1.716,4.2331,0,0.865,4.2331,0,0.865,4.2331,0,0.865,4.2331,0 +PL 3.4284,0,0,3.4284,4.2331,0,5.1026,4.2331,0,5.1691,2.8222,0,5.236,1.411,0,5.3201,0,0,5.8069,0.8009,0,6.3043,1.6018,0,6.8121,2.4026,0,6.5035,3.0834,0,6.3354,4.1117,0,6.1712,6.3687,0,5.3022,6.0284,0,4.2515,5.9845,0,3.4284,6.1018,0,3.5583,6.7388,0,3.7019,7.3589,0,3.8522,7.9704,0,2.9976,7.9704,0,2.9976,7.9704,0,2.9976,7.9704,0 +PL 8.094,0,0,7.796,0.534,0,7.5123,1.0678,0,7.2429,1.6018,0 +PL 3.8522,2.1356,0,4.6788,2.1356,0,4.6788,2.1356,0,4.6788,2.1356,0 +PL 3.8522,3.2035,0,4.6788,3.2035,0,4.6788,3.2035,0,4.6788,3.2035,0 +PL 7.2429,3.4704,0,7.5368,4.1061,0,7.6492,4.9958,0,7.6632,6.9026,0,7.2429,7.0058,0,6.8121,7.0919,0,6.3845,7.1696,0,6.5144,7.7798,0,6.6612,8.39,0,6.8121,9.0001,0 +PL 1.716,4.767,0,1.716,6.3687,0,1.4215,6.558,0,1.1413,6.7388,0,0.865,6.9026,0 +PL 2.1433,6.9026,0,1.8418,7.3362,0,1.7301,7.8801,0,1.716,9.0001,0 +PL 4.2798,7.9704,0,4.2798,9.0001,0,4.2798,9.0001,0,4.2798,9.0001,0 +PL 4.6788,7.9704,0,5.5334,7.9704,0,5.5334,7.9704,0,5.5334,7.9704,0 + +[64ae] 撮 +PL 0.8301,0.0381,0,1.6885,0.0381,0,1.6885,3.7372,0,0.8301,3.7372,0,0.8301,3.7372,0,0.8301,3.7372,0 +PL 5.0719,0.0381,0,5.0719,1.6017,0,4.564,1.4378,0,4.0667,1.257,0,3.5799,1.0678,0,3.5168,2.5056,0,3.4573,3.9265,0,3.3977,5.339,0,8.0346,5.339,0,8.0346,5.339,0,8.0346,5.339,0 +PL 5.5027,0.0381,0,5.9297,0.5706,0,6.3538,1.0946,0,6.7807,1.6017,0,6.1717,2.3926,0,5.8946,2.9463,0,5.7125,3.7372,0,5.2642,3.322,0,5.0964,2.9067,0,5.0719,2.1356,0 +PL 8.0346,0.0381,0,7.7579,0.3813,0,7.4816,0.7245,0,7.208,1.0678,0 +PL 7.208,2.1356,0,7.5093,2.5508,0,7.6217,2.966,0,7.6353,3.7372,0,6.3538,3.7372,0,6.3538,3.7372,0,6.3538,3.7372,0 +PL 3.7932,2.6694,0,4.6446,2.6694,0,4.6446,2.6694,0,4.6446,2.6694,0 +PL 3.7932,3.7372,0,4.4099,3.7768,0,4.7388,4.0536,0,5.0719,4.805,0 +PL 1.6885,4.2711,0,1.6885,6.3687,0,1.3908,6.5579,0,1.1071,6.7388,0,0.8301,6.9025,0 +PLC 3.7932,7.0917,0,3.7932,8.5041,0,7.208,8.5041,0,7.208,6.3687,0,3.7932,6.3687,0 +PL 2.1158,6.9025,0,1.8146,7.3375,0,1.7057,7.8912,0,1.6885,9.0381,0 +PL 4.2208,7.4364,0,6.7807,7.4364,0,6.7807,7.4364,0,6.7807,7.4364,0 + +[64b2] 撲 +PL 0.4628,0,0,1.3139,0,0,1.3139,3.7373,0,0.4628,3.7373,0,0.4628,3.7373,0,0.4628,3.7373,0 +PL 2.813,0,0,3.5769,0.7232,0,4.3474,1.4379,0,5.1355,2.1356,0,4.7677,2.5114,0,4.2213,2.6497,0,3.0231,2.6696,0 +PL 7.2646,0,0,6.6867,0.534,0,6.1158,1.0678,0,5.5558,1.6018,0 +PL 5.5558,2.6696,0,5.2612,3.2035,0,4.9775,3.7373,0,4.7047,4.2712,0,3.4543,4.2712,0,3.4543,4.2712,0,3.4543,4.2712,0 +PL 5.9866,2.6696,0,7.2646,2.6696,0,7.2646,2.6696,0,7.2646,2.6696,0 +PL 1.3139,4.2712,0,1.3139,6.3687,0,1.0236,6.5579,0,0.7399,6.7388,0,0.4628,6.9026,0 +PL 5.5558,4.2712,0,5.1807,4.8178,0,4.5225,5.0848,0,3.0231,5.3009,0 +PL 5.9866,4.2712,0,6.8408,4.2712,0,6.8408,4.2712,0,6.8408,4.2712,0 +PL 5.7691,5.3009,0,5.9866,5.671,0,6.1999,6.0241,0,6.4135,6.3687,0,6.0317,6.7345,0,5.3771,6.8037,0,3.8816,6.6356,0,4.0007,6.3687,0,4.1334,6.1017,0,4.277,5.8349,0 +PL 6.4135,5.3009,0,7.2646,5.3009,0,7.2646,5.3009,0,7.2646,5.3009,0 +PL 1.7447,6.9026,0,1.4435,7.3377,0,1.3318,7.8913,0,1.3139,9.0382,0 +PL 3.4543,6.9026,0,3.4368,7.6738,0,3.3282,8.0891,0,3.0231,8.5043,0 +PL 6.8408,6.9026,0,6.554,7.3179,0,6.554,7.7332,0,6.8408,8.5043,0 +PL 4.277,7.4365,0,4.277,9.0382,0,4.277,9.0382,0,4.277,9.0382,0 +PL 5.5558,7.4365,0,5.5558,9.0382,0,5.5558,9.0382,0,5.5558,9.0382,0 + +[64c1] 擁 +PL 1.5001,4.7669,0,1.5001,6.3306,0,1.2097,6.5198,0,0.9225,6.7007,0,0.649,6.8644,0 +PL 6.9958,5.3009,0,6.8028,5.8277,0,6.8977,6.4901,0,6.9958,7.3984,0,6.1692,7.3984,0,6.1692,7.3984,0,6.1692,7.3984,0 +PL 0.649,0,0,1.5001,0,0,1.5001,4.2331,0,0.649,4.2331,0,0.649,4.2331,0,0.649,4.2331,0 +PL 3.1812,0,0,3.7805,0.7641,0,4.0012,1.3079,0,4.0323,2.0974,0,2.3585,2.0974,0,2.3585,2.0974,0,2.3585,2.0974,0 +PL 5.3146,0,0,5.234,1.6003,0,5.1636,3.1921,0,5.1041,4.7669,0,4.8908,4.9563,0,4.6768,5.1371,0,4.4596,5.3009,0,4.0323,4.4224,0,3.605,3.5353,0,3.1812,2.6314,0 +PL 5.7419,0,0,6.5646,0,0,6.5646,1.5636,0,6.2949,1.7528,0,6.0147,1.9337,0,5.7419,2.0974,0 +PL 6.9958,0,0,7.8469,0,0,7.8469,0,0,7.8469,0,0 +PL 4.4596,2.0974,0,4.4596,3.1653,0,4.4596,3.1653,0,4.4596,3.1653,0 +PL 6.9958,2.0974,0,6.5646,2.6314,0,6.1447,3.1653,0,5.7419,3.6992,0 +PL 6.9958,3.6992,0,6.379,4.8362,0,5.9485,5.3207,0,5.3146,5.5678,0,5.4438,6.178,0,5.5909,6.7881,0,5.7419,7.3984,0,5.02,7.3206,0,4.309,7.2345,0,3.605,7.1314,0,3.3112,6.5212,0,3.0275,5.9111,0,2.7504,5.3009,0,2.8839,5.1371,0,3.0275,4.9563,0,3.1812,4.7669,0 +PL 1.9274,6.8644,0,1.63,7.2995,0,1.5176,7.8531,0,1.5001,9,0 +PL 2.3585,6.8644,0,2.6314,7.0537,0,2.9049,7.2345,0,3.1812,7.3984,0 +PL 5.3146,7.9323,0,5.3146,9,0,5.3146,9,0,5.3146,9,0 + +[64cd] 操 +PL 0.8019,0,0,1.6565,0,0,1.6565,3.6992,0,0.8019,3.6992,0,0.8019,3.6992,0,0.8019,3.6992,0 +PL 5.4703,0,0,5.3863,0.7133,0,5.3166,1.4096,0,5.257,2.0974,0,4.462,1.5636,0,3.6774,1.0297,0,2.9069,0.4957,0 +PL 7.5718,0.4957,0,6.1008,1.9647,0,5.0084,2.4337,0,3.3342,2.6314,0 +PL 6.3214,2.6314,0,7.5718,2.6314,0,7.5718,2.6314,0,7.5718,2.6314,0 +PL 5.4703,3.4323,0,5.3166,3.6992,0,5.173,3.9661,0,5.0395,4.233,0,3.3342,4.233,0,3.3342,5.7968,0,5.0395,5.7968,0,5.0395,4.767,0,5.0395,4.767,0,5.0395,4.767,0 +PL 1.6565,4.233,0,1.6565,6.3305,0,1.3585,6.5198,0,1.0783,6.7006,0,0.8019,6.8645,0 +PLC 5.8976,4.7655,0,5.8976,5.7968,0,7.5718,5.7968,0,7.5718,4.233,0,5.8976,4.233,0 +PL 2.0835,6.8645,0,1.7858,7.2995,0,1.674,7.8532,0,1.6565,9,0 +PLC 4.1884,7.3983,0,4.1884,8.4661,0,6.7176,8.4661,0,6.7176,6.8645,0,4.1884,6.8645,0 + +[64e6] 擦 +PL 0.864,0.0381,0,1.7151,0.0381,0,1.7151,3.7372,0,0.864,3.7372,0,0.864,3.7372,0,0.864,3.7372,0 +PL 4.6778,0.0381,0,5.5289,0.0381,0,5.5289,2.6694,0,3.3962,2.6694,0,3.3962,2.6694,0,3.3962,2.6694,0 +PL 3.3962,0.572,0,3.6729,0.9152,0,3.9528,1.2584,0,4.2505,1.6017,0 +PL 7.6338,1.0678,0,7.3435,1.257,0,7.0563,1.4378,0,6.7827,1.6017,0 +PL 5.96,2.6694,0,7.6338,2.6694,0,7.6338,2.6694,0,7.6338,2.6694,0 +PL 2.9689,3.7372,0,2.6358,4.113,0,2.3101,4.2514,0,1.7151,4.2711,0,1.7151,6.3687,0,1.4205,6.5579,0,1.1403,6.7388,0,0.864,6.9025,0 +PL 3.3962,3.7372,0,3.529,3.9265,0,3.6729,4.1073,0,3.82,4.2711,0,3.529,4.6411,0,3.2418,4.9943,0,2.9689,5.339,0,3.6204,6.1637,0,3.6974,6.9548,0,3.3962,7.7034,0,4.0964,7.8064,0,4.8112,7.8926,0,5.5289,7.9703,0,5.5289,9.0381,0,5.5289,9.0381,0,5.5289,9.0381,0 +PL 7.6338,3.7372,0,7.3435,4.1073,0,7.0563,4.4604,0,6.7827,4.805,0,6.4185,4.4293,0,5.8756,4.2909,0,4.6778,4.2711,0,4.524,4.538,0,4.3801,4.805,0,4.2505,5.072,0,4.524,5.4421,0,4.8112,5.7952,0,5.1016,6.1398,0,4.8112,6.2161,0,4.524,6.2924,0,4.2505,6.3687,0 +PL 6.3523,5.339,0,6.0826,5.6822,0,5.8059,6.0254,0,5.5289,6.3687,0 +PL 7.21,5.339,0,7.3435,5.6059,0,7.4836,5.8729,0,7.6338,6.1398,0,7.21,6.2161,0,6.7827,6.2924,0,6.3523,6.3687,0 +PL 2.1455,6.9025,0,1.8408,7.3375,0,1.7326,7.8912,0,1.7151,9.0381,0 +PL 5.96,7.9703,0,7.6338,7.9703,0,7.6338,7.9703,0,7.6338,7.9703,0 + +[64ec] 擬 +PL 0.6158,0.0001,0,1.4704,0.0001,0,1.4704,4.2332,0,0.6158,4.2332,0,0.6158,4.2332,0,0.6158,4.2332,0 +PL 2.3215,0.0001,0,2.7519,0.7995,0,3.1792,1.5904,0,3.61,2.3645,0,3.3127,2.6314,0,3.029,2.8983,0,2.7519,3.1652,0 +PL 4.4331,0.0001,0,4.5631,0.1894,0,4.7028,0.3701,0,4.8569,0.5338,0,4.5841,0.9039,0,4.3105,1.257,0,4.0303,1.6017,0 +PL 6.5661,0.0001,0,6.1427,0.3701,0,5.7115,0.7231,0,5.2842,1.0678,0,5.2842,4.2332,0,5.2842,4.2332,0,5.2842,4.2332,0 +PL 6.9938,0.0001,0,7.8484,0.0001,0,7.8484,0.0001,0,7.8484,0.0001,0 +PL 6.1427,1.0678,0,6.1427,5.8348,0,5.3791,5.9733,0,4.6328,6.2303,0,3.61,6.3686,0,3.3053,5.9535,0,3.1968,5.5381,0,3.1792,4.7669,0,4.4331,4.7669,0,4.4331,4.7669,0,4.4331,4.7669,0 +PL 4.0303,3.1652,0,3.8801,3.5353,0,3.7365,3.8885,0,3.61,4.2332,0 +PL 6.5661,3.1652,0,7.4211,3.1652,0,7.4211,3.1652,0,7.4211,3.1652,0 +PL 1.4704,4.7669,0,1.4704,6.3686,0,1.1723,6.558,0,0.8921,6.7387,0,0.6158,6.9026,0 +PL 7.4211,4.7669,0,7.5503,5.0339,0,7.6939,5.3009,0,7.8484,5.5679,0,6.6817,6.0085,0,6.2863,6.6526,0,5.7115,7.3983,0 +PL 1.9008,6.9026,0,1.5965,7.3107,0,1.4879,7.8546,0,1.4704,9,0 +PL 3.1792,6.9026,0,3.1792,9,0,3.1792,9,0,3.1792,9,0 +PL 6.9938,7.3983,0,7.123,7.6653,0,7.2701,7.9323,0,7.4211,8.1992,0,6.6961,8.3023,0,5.9851,8.3885,0,5.2842,8.4661,0 +PL 3.8205,7.9323,0,4.0128,8.1215,0,4.216,8.3023,0,4.4331,8.4661,0 + +[652f] 支 +PL 0.6813,0,0,1.8018,0.4082,0,2.6774,0.9521,0,4.0647,2.0975,0,2.8525,4.1723,0,2.1979,4.9929,0,1.5324,5.2628,0 +PL 6.6285,0,0,5.9035,0.6101,0,5.1925,1.2203,0,4.4917,1.8306,0,5.0524,2.8984,0,5.6233,3.9661,0,6.2009,5.034,0,5.0699,5.1102,0,3.9421,5.1865,0,2.814,5.2628,0 +PL 4.0647,5.7966,0,4.0468,6.5679,0,3.9453,6.9831,0,3.6686,7.3984,0,0.6813,7.3984,0,0.6813,7.3984,0,0.6813,7.3984,0 +PL 4.4917,7.3984,0,4.1904,7.8136,0,4.0822,8.2289,0,4.0647,9.0001,0 +PL 4.9225,7.3984,0,7.4796,7.3984,0,7.4796,7.3984,0,7.4796,7.3984,0 + +[6539] 改 +PL 3.7585,0,0,4.3819,0.7233,0,5.0124,1.438,0,5.653,2.1357,0,5.026,3.0043,0,4.6481,4.1017,0,4.1858,6.3688,0,3.9718,6.2049,0,3.7585,6.024,0,3.541,5.8348,0 +PL 7.3625,0,0,6.9317,0.534,0,6.5041,1.0679,0,6.0768,1.6017,0 +PL 0.9811,1.6017,0,0.7009,2.0947,0,0.6028,3.0538,0,0.5849,5.3009,0,2.6899,5.3009,0,2.6899,7.9704,0,0.5849,7.9704,0,0.5849,7.9704,0,0.5849,7.9704,0 +PL 1.4119,1.6017,0,3.1207,1.6017,0,3.1207,3.2034,0,3.1207,3.2034,0,3.1207,3.2034,0 +PL 6.0768,2.9366,0,6.6792,4.6797,0,6.9034,5.8462,0,6.9317,7.4365,0,6.0806,7.2727,0,5.233,7.092,0,4.3991,6.9026,0 +PL 4.7949,7.9704,0,4.7949,9.0383,0,4.7949,9.0383,0,4.7949,9.0383,0 + +[653b] 攻 +PL 2.9679,0,0,3.8852,0.8008,0,4.8067,1.6017,0,5.7419,2.4025,0,5.1184,3.4139,0,4.7297,4.4421,0,4.2495,6.3687,0,3.8852,6.024,0,3.5245,5.6709,0,3.1812,5.3008,0 +PL 7.4157,0,0,6.9958,0.5339,0,6.5755,1.0678,0,6.1692,1.6017,0 +PL 0.649,2.6695,0,1.9274,2.6695,0,1.9274,7.9322,0,0.649,7.9322,0,0.649,7.9322,0,0.649,7.9322,0 +PL 2.3585,3.1653,0,3.1812,3.1653,0,3.1812,3.1653,0,3.1812,3.1653,0 +PL 6.1692,3.4323,0,6.7467,4.8064,0,6.9639,5.7063,0,6.9958,6.9026,0,6.1408,7.0057,0,5.2936,7.0919,0,4.4596,7.1695,0,4.5927,7.7797,0,4.7363,8.3899,0,4.8908,9,0 +PL 2.3585,7.9322,0,3.1812,7.9322,0,3.1812,7.9322,0,3.1812,7.9322,0 + +[653e] 放 +L 1.7751,6.8644,1.7751,8.9999 +PL 3.9043,0,0,4.458,0.7133,0,5.0181,1.4096,0,5.5855,2.0975,0,4.9939,3.6581,0,4.6682,4.973,0,4.3354,5.7966,0,4.1848,5.6426,0,4.0444,5.4803,0,3.9043,5.3007,0 +PL 1.3794,0,0,2.1989,0,0.0889,3.054,4.7668,0,1.2568,4.7668,0 +PL 6.0166,2.6312,0,6.1213,3.6187,0,6.3283,4.8348,0,6.4404,6.8644,0,5.7396,6.7005,0,5.0391,6.5197,0,4.3354,6.3306,0 +PL 7.2947,0,0,6.8674,0.5324,0,6.4404,1.0564,0,6.0166,1.5635,0 +L 4.7624,7.3983,4.7624,8.9999 +L 3.4843,6.8644,0.094,6.8644 +A -17.6533,6.8644,19.0267,338.852,360 + +[653f] 政 +PL 4.0037,0,0,4.6446,0.7232,0,5.2852,1.4379,0,5.9297,2.1356,0,5.1104,4.322,0,5.2575,6.8136,0,5.5027,9,0 +L 7.6353,0,6.3538,1.6017 +L 1.2574,1.0678,1.2574,5.8349 +PL 1.6885,1.0678,0,2.5396,1.0678,0,2.5396,8.4662,0,0.8301,8.4662,0 +L 2.9669,1.6017,3.7932,1.6017 +PL 6.3538,2.6314,0,6.9454,3.9506,0,7.1695,5.5326,0,7.208,6.9025,0,5.5027,6.9025,0 +L 2.9669,5.3009,4.2208,5.3009 +L 2.9669,8.4662,4.2208,8.4662 + +[6545] 故 +PL 3.2083,0,0,5.1245,2.4025,0,4.7602,3.7359,0,4.4065,5.0607,0,4.0594,6.3686,0,3.8496,6.2048,0,3.6321,6.024,0,3.4184,5.8347,0 +PL 6.8057,0,0,6.3815,0.5338,0,5.9651,1.0678,0,5.5549,1.6017,0 +PL 0.0351,1.0678,0,0.0351,4.2329,0,1.3135,4.2329,0,1.2893,5.9251,0,0.9772,6.7104,0,0.0351,6.9025,0 +PL 0.4592,1.0678,0,2.5673,1.0678,0,2.5673,4.2329,0,1.7408,4.2329,0 +PL 5.5549,3.2034,0,6.0947,4.3574,0,6.3293,5.774,0,6.3815,6.9025,0,5.6775,7.0056,0,4.977,7.0919,0,4.2734,7.1695,0,4.4065,7.7796,0,4.5497,8.3899,0,4.7038,8.9999,0 +PL 1.7408,6.9025,0,1.4399,7.3361,0,1.3278,7.8799,0,1.3135,8.9999,0 +L 2.14,6.9025,2.9946,6.9025 + +[654f] 敏 +PL 2.2621,0,0,2.8579,0.0297,0,3.1801,0.2373,0,3.5164,0.8008,0,3.3622,1.0678,0,3.2183,1.3348,0,3.0852,1.6017,0,0.9802,1.6017,0,0.9802,3.6992,0,0.686,3.8884,0,0.4023,4.0692,0,0.126,4.2331,0 +PL 4.7944,0,0,5.2217,0.7232,0,5.6455,1.4379,0,6.0766,2.1356,0,5.4182,3.6398,0,5.187,5.1949,0,4.7944,6.3686,0,4.6438,6.2048,0,4.497,6.0241,0,4.3675,5.8348,0 +L 7.3267,0,6.5004,1.6017 +PL 3.9363,1.6017,0,3.6179,2.4026,0,3.3374,3.4321,0,2.8716,4.2331,0,2.4443,3.7995,0,2.2831,3.2557,0,2.2621,2.1356,0 +PL 6.5004,2.9364,0,6.7803,3.5918,0,6.8819,4.6201,0,6.8994,6.9026,0,4.7944,6.9026,0 +PL 1.4114,4.2331,0,1.1067,4.6682,0,0.9946,5.2218,0,0.9802,6.3686,0,3.5164,6.3686,0,3.5164,4.767,0,3.7857,4.6032,0,4.0694,4.4224,0,4.3675,4.2331,0 +PL 1.8352,4.2331,0,2.1325,4.6484,0,2.2446,5.0636,0,2.2621,5.8348,0 +PL 0.126,6.9026,0,0.4023,7.6159,0,0.686,8.3122,0,0.9802,9,0 +L 5.2217,7.4365,5.2217,9 +L 1.4114,7.9322,3.9363,7.9322 + +[6551] 救 +PL 4.0958,0.0001,0.2389,6.9774,5.6875,0,6.9774,7.1696,0 +PL 4.6836,6.6067,0,5.2248,4.1623,0.182,7.9397,0.0001,0 +L 5.1635,7.1696,7.9399,7.1696 +PL 2.5398,9.0383,0,2.5398,0,0,1.64,0,0 +L 4.34,6.9026,0.7399,6.9026 +L 3.4014,9.0001,4.3246,8.0771 +L 0.7399,2.0445,2.441,3.7459 +L 0.7399,5.9258,1.792,4.8736 +L 4.34,5.3537,3.3534,4.784 +L 2.5398,5.5536,4.34,2.4353 +A 0.777,9.4558,4.8352,316.404,354.59 + +[6557] 敗 +PL 0.1577,0,0,0.4343,0.3701,0,0.7145,0.7232,0,1.0123,1.0678,0 +PL 3.7547,0,0,4.3991,0.8009,0,5.0401,1.6017,0,5.6775,2.4025,0,5.0716,3.7896,0,4.7949,4.9563,0,4.6128,6.9025,0,4.2559,6.3687,0,3.9123,5.8349,0,3.5725,5.3009,0 +PL 7.3867,0,0,6.9629,0.5339,0,6.5325,1.0678,0,6.1052,1.6017,0 +PLC 0.585,4.2599,0,0.585,8.4662,0,2.7214,8.4662,0,2.7214,2.1356,0,0.585,2.1356,0 +PL 6.1052,3.4323,0,6.4064,4.0947,0,6.5181,4.9943,0,6.5325,6.9025,0,5.2537,6.9025,0,5.2537,6.9025,0,5.2537,6.9025,0 +PL 1.0123,4.2332,0,2.291,4.2332,0,2.291,4.2332,0,2.291,4.2332,0 +PL 1.0123,6.3687,0,2.291,6.3687,0,2.291,6.3687,0,2.291,6.3687,0 +PL 4.3991,7.3983,0,4.6968,7.8137,0,4.8089,8.2288,0,4.8229,9,0 + +[6559] 教 +PL 1.2807,0,0,2.1353,0,0,2.1353,2.4987,0,2.959,4.5002,0,1.053,4.5002,0 +L 0.4268,7.9705,2.959,7.9705 +L -0.0005,6.3687,3.1419,6.3687 +L 1.708,9,1.708,6.3687 +L -0.0005,1.6016,3.8129,3.2035 +PL 3.5995,0.0001,0.2389,6.4811,5.6875,0,6.4811,7.1696,0 +PL 4.1877,6.6067,0,4.7292,4.1623,0.182,7.4441,0.0001,0 +L 4.6675,7.1696,7.4436,7.1696 +A -11.3583,14.0534,15.662,318.802,336.081 +A 0.2811,9.4558,4.8352,316.404,354.59 + +[6562] 敢 +PL 3.8252,0,0,3.8252,2.0975,0,2.8238,1.9337,0,1.8396,1.7529,0,0.8625,1.5636,0 +PL 4.6763,0,0,5.2262,0.7134,0,5.7869,1.4096,0,6.3575,2.0975,0,5.7834,3.2939,0,5.4577,4.7021,0,5.2857,5.7967,0,5.0759,5.6428,0,4.8693,5.4802,0,4.6763,5.3009,0 +PL 8.0631,0,0,7.6358,0.5325,0,7.2085,1.0565,0,6.7812,1.5636,0 +PL 1.6852,2.6314,0,1.6852,6.8645,0,0.8625,6.8645,0,0.8625,6.8645,0,0.8625,6.8645,0 +PL 3.8252,2.6314,0,3.8252,3.6991,0,2.1163,3.6991,0,2.1163,3.6991,0,2.1163,3.6991,0 +PL 6.7812,2.6314,0,6.8937,3.6187,0,7.0968,4.8349,0,7.2085,6.8645,0,5.8009,6.5085,0,4.9249,6.5085,0,3.8252,6.8645,0,3.8252,4.2331,0,3.8252,4.2331,0,3.8252,4.2331,0 +PL 2.1163,5.3009,0,3.3947,5.3009,0,3.3947,5.3009,0,3.3947,5.3009,0 +PL 2.3261,6.8645,0,2.3892,7.3984,0,2.4596,7.9322,0,2.5436,8.4662,0,1.2579,8.4662,0,1.2579,8.4662,0,1.2579,8.4662,0 +PL 5.4997,7.3984,0,5.8009,7.8136,0,5.9126,8.2289,0,5.927,9.0001,0 +PL 2.9674,8.4662,0,4.2493,8.4662,0,4.2493,8.4662,0,4.2493,8.4662,0 + +[6563] 散 +PL 7.5748,0,0,7.2775,0.5324,0,6.9938,1.0566,0,6.7167,1.5637,0 +PL 1.1934,0,0,1.1934,4.2331,0,3.3302,4.2331,0,3.3302,0,0,2.4753,0,0,2.4753,0,0,2.4753,0,0 +PL 4.6118,0,0,5.1651,0.7994,0,5.7189,1.5905,0,6.2863,2.3644,0,5.6839,3.7387,0,5.4033,4.6384,0,5.2212,5.8347,0,4.5382,5.5976,0,3.1901,5.7162,0,0.3703,5.8347,0 +PL 1.6207,2.0974,0,2.9029,2.0974,0,2.9029,2.0974,0,2.9029,2.0974,0 +PL 1.6207,3.1653,0,2.9029,3.1653,0,2.9029,3.1653,0,2.9029,3.1653,0 +PL 6.7167,3.1653,0,6.8292,4.1329,0,7.0323,5.2105,0,7.144,6.8644,0,6.5665,6.7006,0,5.9952,6.5197,0,5.4352,6.3305,0 +PL 1.6207,6.5975,0,1.3443,6.8644,0,1.0743,7.1313,0,0.7979,7.3984,0 +PL 2.9029,6.5975,0,2.0024,7.5764,0,1.6701,8.1991,0,1.6207,9,0 +PL 3.3302,7.3984,0,3.029,7.8135,0,2.9201,8.2288,0,2.9029,9,0 +PL 5.4352,7.3984,0,5.7399,7.8135,0,5.8481,8.2288,0,5.866,9,0 + +[656c] 敬 +PL 2.142,0,0,3.6271,0.9505,0,3.9318,3.0791,0,3.8512,5.3008,0,2.853,5.2231,0,1.8688,5.137,0,0.8917,5.0339,0,0.7414,4.7669,0,0.5904,4.5,0,0.4612,4.233,0 +PL 4.275,0,0,4.8253,0.8008,0,5.3853,1.6017,0,5.9527,2.4025,0,5.5993,3.7359,0,5.2526,5.0607,0,4.916,6.3686,0,4.7023,6.2048,0,4.489,6.024,0,4.275,5.8347,0 +PL 7.6622,0,0,7.2349,0.5339,0,6.8073,1.0677,0,6.3835,1.6017,0 +PLC 1.3154,2.3248,0,1.3154,3.7373,0,2.5662,3.7373,0,2.5662,1.6017,0,1.3154,1.6017,0 +PL 6.3835,3.4704,0,6.6812,4.1058,0,6.7936,4.9958,0,6.8073,6.9026,0,6.2364,7.0057,0,5.6834,7.0918,0,5.13,7.1695,0,5.2526,7.7796,0,5.3853,8.3899,0,5.5289,9,0 +PL 1.3154,6.1017,0,1.5816,6.8826,0,1.5816,7.3672,0,1.3154,7.9703,0,0.4612,7.9703,0,0.4612,7.9703,0,0.4612,7.9703,0 +PL 2.9966,7.1695,0,2.5662,7.7796,0,2.142,8.3899,0,1.7151,9,0 +PL 3.4239,7.9703,0,3.2737,8.3135,0,3.1227,8.6568,0,2.9966,9,0 + +[6570] 数 +L 0.5849,6.75,4.1858,6.75 +L 4.1858,3,0.5849,3 +L 2.3855,9,2.3855,4.5 +L 1.6535,7.25,1.1803,9 +L 3.1207,7.25,3.5865,9 +PL 4.1858,4.9501,0,2.3855,6.75,0,0.5849,4.9501,0 +L 7.7863,7.5,4.8754,7.5 +A -0.0872,3,3.075,282.679,0 +PL 6.8877,7.5,-0.1745,4.1854,0,0.2591,1.484,1.5001,0.0499,1.7839,4.5,0 +A -0.3674,9,5.4502,326.602,360 +A 16.8542,7.5,11.7666,187.324,219.598 + +[6574] 整 +L 2.6594,7.9322,3.5105,7.9322 +PL 2.2321,7.9322,0,2.0815,8.3023,0,1.9348,8.6554,0,1.8052,9,0 +PL 0.3093,4.233,0,0.6525,4.6893,0,1.0136,5.1371,0,1.3775,5.5677,0,1.0833,5.6709,0,0.7961,5.7571,0,0.5229,5.8347,0,0.5229,6.8644,0,1.1393,6.8841,0,1.4724,7.0226,0,1.8052,7.3983,0,1.4546,7.7741,0,1.0241,7.9124,0,0.1271,7.9322,0 +PL 2.2321,0,0,3.5105,0,0,3.5105,3.1652,0,0.5229,3.1652,0 +PL 0.1271,0,0,1.8052,0,0,1.8052,2.0973,0 +L 3.9417,0,6.8977,0 +L 3.9417,3.1652,6.4736,3.1652 +L 3.9417,1.6017,6.0428,1.6017 +L 6.4736,4.233,5.6193,5.3009 +PL 5.6193,6.3688,0,5.9167,6.7572,0,6.0288,7.1624,0,6.0428,7.9322,0,4.3371,7.9322,0 +PL 3.728,4.233,0,5.1882,5.8347,0,4.894,6.3673,0,4.6103,6.8913,0,4.3371,7.3983,0,4.1938,7.2344,0,4.0639,7.0537,0,3.9417,6.8644,0 +PL 1.8052,4.233,0,1.7768,5.8135,0,2.0363,6.6315,0,3.0867,6.8644,0,3.0867,5.8347,0,2.7925,5.7571,0,2.5053,5.6709,0,2.2321,5.5677,0,2.3621,5.3009,0,2.5053,5.0339,0,2.6594,4.7668,0 + +[6575] 敵 +PL 0.5849,0,0,0.5849,5.8348,0,1.4119,5.8348,0,1.2574,6.4449,0,1.1138,7.0551,0,0.9811,7.6652,0,1.4119,7.7684,0,1.8357,7.8545,0,2.263,7.9322,0,2.263,9,0,2.263,9,0,2.263,9,0 +PL 3.1207,0,0,3.9718,0,0,3.9718,5.8348,0,2.263,5.8348,0,2.2941,5.0635,0,2.5186,4.6483,0,3.1207,4.2331,0 +PL 5.2222,0,0,5.653,0.6102,0,6.0768,1.2204,0,6.5041,1.8306,0,5.8946,3.2429,0,5.6218,4.4097,0,5.4397,6.3305,0,5.2222,6.1766,0,5.0124,6.0141,0,4.7949,5.8348,0 +PL 7.7863,0,0,7.4918,0.37,0,7.2046,0.7232,0,6.9317,1.0678,0 +PL 1.4119,1.5635,0,1.4119,3.1653,0,1.6847,3.2683,0,1.9649,3.3546,0,2.263,3.4322,0,1.9649,3.6992,0,1.6847,3.9661,0,1.4119,4.2331,0 +PL 1.8357,1.5635,0,3.1207,1.5635,0,2.9669,2.0974,0,2.8233,2.6314,0,2.6899,3.1653,0 +PL 6.9317,2.8983,0,7.2326,3.579,0,7.345,4.6073,0,7.3625,6.8644,0,6.7808,6.9675,0,6.2067,7.0536,0,5.653,7.1314,0,5.7829,7.7684,0,5.9265,8.3885,0,6.0768,9,0 +PL 2.6899,6.3305,0,2.9771,6.7458,0,2.9771,7.161,0,2.6899,7.9322,0 + +[6577] 敷 +PL 0.2177,0,0,1.1007,1.5608,0,1.4225,2.5198,0,1.4649,3.6992,0,0.2177,3.6992,0 +PL 1.8957,0,0,2.8796,0.2571,0,3.1738,0.9887,0,3.1738,2.1356,0,1.8957,2.1356,0 +PL 4.0319,0,0,4.5821,0.9039,0,5.1355,1.791,0,5.7095,2.6695,0,5.1036,3.8489,0,4.8273,4.8079,0,4.6451,6.3686,0,4.428,6.2048,0,4.2248,6.0241,0,4.0319,5.8348,0 +PL 7.4191,0,0,6.9918,0.7232,0,6.5641,1.4379,0,6.1368,2.1356,0 +PL 6.1368,3.4321,0,6.438,4.0947,0,6.5505,4.9944,0,6.5641,6.9026,0,5.9866,7.0057,0,5.4157,7.0918,0,4.8549,7.1695,0,4.9884,7.7798,0,5.132,8.3899,0,5.2857,9,0 +PL 1.8957,3.9661,0,1.5665,4.5296,0,1.2404,4.7373,0,0.6485,4.767,0,0.6485,6.9026,0,1.2404,6.9224,0,1.5665,7.0608,0,1.8957,7.4365,0,1.549,7.7853,0,1.1143,7.9139,0,0.2177,7.9322,0 +L 2.323,3.6992,3.6046,3.6992 +PL 2.323,4.767,0,1.8957,5.137,0,1.4649,5.4901,0,1.0446,5.8348,0 +PL 2.964,4.767,0,3.0235,5.137,0,3.0967,5.4901,0,3.1738,5.8348,0,2.5612,5.8545,0,2.2281,5.993,0,1.8957,6.3686,0,2.2281,6.7246,0,2.5612,6.7246,0,3.1738,6.3686,0 +PL 2.323,7.9322,0,2.1721,8.3023,0,2.025,8.6554,0,1.8957,9,0 +PL 2.7535,7.9322,0,3.0235,8.0354,0,3.3072,8.1214,0,3.6046,8.1992,0,3.4543,8.4661,0,3.3072,8.7331,0,3.1738,9,0 + +[6587] 文 +L 3.3861,7.4364,3.3861,9.0001 +L -0.0004,7.4364,6.7726,7.4364 +A 11.0306,8.124,9.378,184.204,240.029 +A -4.2583,8.124,9.378,299.971,355.796 + +[6589] 斉 +PL 0.583,0,0,1.4624,1.6511,0,1.7388,2.9124,0,1.6197,4.767,0,1.1328,4.6032,0,0.646,4.4223,0,0.1592,4.2331,0 +PL 5.6475,0,0,5.6475,2.0974,0,2.2641,2.0974,0,2.2641,2.0974,0,2.2641,2.0974,0 +PL 5.6475,2.6313,0,5.6475,3.6991,0,2.2641,3.6991,0,2.2641,3.6991,0,2.2641,3.6991,0 +PL 5.6475,4.5,0,4.7964,4.8701,0,3.9453,5.2232,0,3.1152,5.5678,0,2.8179,5.3008,0,2.5373,5.0339,0,2.2641,4.767,0 +PL 6.0751,4.2331,0,6.9294,4.2331,0,6.9294,4.2331,0,6.9294,4.2331,0 +PL 2.6848,6.3305,0,1.8337,7.4661,0,1.1714,7.7881,0,0.1592,7.9322,0 +PL 4.3936,6.3305,0,4.6738,6.7867,0,4.947,7.2345,0,5.2202,7.6653,0,4.2259,7.7684,0,3.2378,7.8545,0,2.2641,7.9322,0 +PL 5.6475,7.9322,0,6.9294,7.9322,0,6.9294,7.9322,0,6.9294,7.9322,0 + +[658e] 斎 +PL 0.6793,0.0381,0,1.3795,1.8445,0,1.5339,3.4815,0,1.5021,5.339,0,0.6793,5.339,0,0.6793,5.339,0,0.6793,5.339,0 +PL 3.2081,0.0381,0,4.0627,0.0381,0,4.0627,3.2033,0,2.3532,3.2033,0,2.3532,3.2033,0,2.3532,3.2033,0 +PL 6.5981,0.0381,0,6.5144,1.8191,0,6.444,3.5833,0,6.381,5.339,0,4.8087,5.8813,0,3.2361,6.0678,0,1.9332,5.339,0 +PL 1.9332,0.572,0,2.2029,1.1045,0,2.4866,1.6285,0,2.7843,2.1356,0 +PL 5.7439,0.8389,0,5.5929,1.2852,0,5.4458,1.7146,0,5.3166,2.1356,0 +PL 4.49,3.2033,0,5.7439,3.2033,0,5.7439,3.2033,0,5.7439,3.2033,0 +PL 2.3532,4.2711,0,5.7439,4.2711,0,5.7439,4.2711,0,5.7439,4.2711,0 +PL 3.2081,6.9025,0,2.8298,7.476,0,2.1749,7.7527,0,0.6793,7.9703,0 +PL 4.917,6.9025,0,5.043,7.1694,0,5.173,7.4364,0,5.3166,7.7034,0,4.6126,7.8064,0,3.9118,7.8926,0,3.2081,7.9703,0 +PL 5.7439,7.9703,0,7.4527,7.9703,0,7.4527,7.9703,0,7.4527,7.9703,0 + +[6597] 斗 +PL 4.7624,0.0152,0,4.2549,3.0703,0,2.6994,3.1508,0,0.094,2.6466,0 +PL 5.1932,3.1805,0,4.8885,3.7525,0,4.7802,5.2652,0,4.7624,9.0152,0 +PL 5.5855,3.7144,0,7.2947,3.7144,0,7.2947,3.7144,0,7.2947,3.7144,0 +PL 1.7751,5.3161,0,1.4946,5.6593,0,1.2249,6.0025,0,0.9482,6.3457,0 +PL 2.6294,7.4135,0,2.3352,7.7836,0,2.0483,8.1367,0,1.7751,8.4814,0 + +[6599] 料 +L 1.3794,9.0001,1.3794,0 +L 2.6294,8.4661,2.1989,7.1695 +L 0.094,8.4661,0.5209,7.1695 +L 0.094,5.8348,2.6294,5.8348 +L 0.094,2.1356,1.3794,4.6526 +L 2.6294,3.6991,1.3794,5.2344 +L 3.4843,2.6696,7.2947,3.6991 +L 6.0166,9.0001,6.0166,0 +L 3.9043,8.4661,4.7624,7.4365 +L 3.9043,6.3688,4.7624,5.3009 + +[659c] 斜 +PL 1.2554,0,0,2.11,0,0,2.1625,2.8291,0,1.8438,4.3277,0,0.4288,4.767,0 +PL 6.7756,0,0,6.7756,3.1653,0,5.735,3.0269,0,4.9855,2.7698,0,4.2469,2.6314,0 +PL 0.4288,1.8688,0,0.5553,2.315,0,0.6845,2.7444,0,0.8281,3.1653,0 +PL 3.3923,1.8688,0,3.2413,2.315,0,3.0942,2.7444,0,2.965,3.1653,0 +PL 6.7756,3.6992,0,6.7756,9,0,6.7756,9,0,6.7756,9,0 +PL 5.4972,4.2332,0,5.1992,4.6032,0,4.919,4.9563,0,4.6461,5.3009,0 +PL 2.5412,4.767,0,2.2364,5.1822,0,2.1275,5.5975,0,2.11,6.3687,0,1.2554,6.3687,0,1.2554,6.3687,0,1.2554,6.3687,0 +PL 2.965,4.767,0,3.8196,4.767,0,3.8196,4.767,0,3.8196,4.767,0 +PL 5.9245,6.3687,0,5.6265,6.7119,0,5.0661,7.3983,0,5.0661,7.3983,0 +PL 0.4288,6.9026,0,0.9826,7.616,0,1.5391,8.3122,0,2.11,9,0,2.5412,8.4661,0,2.965,7.9323,0,3.3923,7.3983,0 + +[65a4] 斤 +PL 4.5501,0,0,4.5501,5.3008,0,1.1593,5.3008,0,1.1313,3.726,0,0.9107,2.4901,0,0.3083,0.5339,0 +PL 4.9805,5.3008,0,7.5058,5.3008,0,7.5058,5.3008,0,7.5058,5.3008,0 +PL 1.1593,5.8347,0,1.1593,7.9703,0,2.9946,8.1496,0,4.8268,8.3121,0,6.655,8.4661,0 + +[65a5] 斥 +PL 0.2177,0,0,1.1108,2.7599,0,1.4264,5.0706,0,1.4649,7.9322,0,4.0284,8.0707,0,5.5558,8.3277,0,6.9918,8.4662,0 +PL 4.8549,0,0,4.8549,3.1653,0,4.1334,3.3037,0,3.4928,3.5608,0,2.7535,3.6991,0 +PL 6.9918,1.5636,0,6.4135,1.9337,0,5.8395,2.2868,0,5.2857,2.6313,0 +PL 4.8549,3.6991,0,4.8549,5.8348,0,1.8957,5.8348,0,1.8957,5.8348,0,1.8957,5.8348,0 +PL 5.2857,5.8348,0,7.4191,5.8348,0,7.4191,5.8348,0,7.4191,5.8348,0 + +[65ad] 断 +PL 4.277,0,0,5.1071,2.5479,0,5.216,5.1809,0,5.1355,7.9322,0,6.3683,7.952,0,7.0299,8.0905,0,7.6919,8.4662,0 +PL 1.7447,7.1314,0,1.591,7.3984,0,1.4509,7.6652,0,1.3139,7.9322,0 +PL 3.0231,5.8348,0,2.7258,6.2824,0,2.6134,7.1031,0,2.5997,9,0 +PL 3.4543,6.8644,0,3.58,7.2345,0,3.7306,7.5876,0,3.8816,7.9322,0 +PL 6.8408,0,0,6.8408,5.8348,0,5.5558,5.8348,0,5.5558,5.8348,0,5.5558,5.8348,0 +PL 0.4628,1.0678,0,0.4628,8.4662,0,0.4628,8.4662,0,0.4628,8.4662,0 +PL 0.8901,1.0678,0,3.8816,1.0678,0,3.8816,1.0678,0,3.8816,1.0678,0 +PL 2.5997,2.0974,0,2.5153,2.8206,0,2.4487,3.5354,0,2.3857,4.2331,0,2.0214,3.8885,0,1.6607,3.5354,0,1.3139,3.1653,0 +PL 3.8816,3.6992,0,2.6484,5.202,0,1.9829,5.7556,0,1.3139,5.8348,0 + +[65b0] 新 +L 3.3858,4.233,-0.0004,4.233 +L 3.3858,5.8347,-0.0004,5.8347 +L 1.6773,5.8347,1.6773,0 +L 6.3453,5.301,6.3453,0 +L 0.4269,7.7035,0.8535,6.3687 +L 2.1046,6.1017,2.5319,7.9705 +L -0.0004,1.0677,1.6773,3.9328 +L 2.9592,2.1355,1.6773,3.7374 +L 3.1056,8.0433,-0.0004,8.0433 +L 1.6773,8.0433,1.6773,9.1423 +PL 7.1997,8.5044,-0.1787,5.7534,7.9705,0,4.2404,7.9705,0,4.2404,5.301,0,7.1999,5.301,0 +A -12.6352,5.301,16.8755,341.692,360 + +[65b9] 方 +L 3.3859,7.4364,3.3859,9 +PL 4.2405,0,0,5.0643,0,0.1351,5.9187,4.7669,0,2.6805,4.7669,0 +L 6.7728,7.4364,-0.0002,7.4364 +A -9.9857,7.4364,12.9451,324.938,360 + +[65bc] 於 +PL 2.1455,7.3983,0,2.1455,9,0,2.1455,9,0,2.1455,9,0 +PL 2.5416,7.3983,0,3.82,7.3983,0,3.82,7.3983,0,3.82,7.3983,0 +PL 0.864,0.2669,0,1.5186,2.726,0,1.7151,4.9393,0,1.7151,7.3983,0,0.864,7.3983,0,0.864,7.3983,0,0.864,7.3983,0 +PL 2.1455,0,0,3.3892,0.9845,0,3.5328,3.1469,0,3.3962,5.3009,0,2.1455,5.3009,0,2.1455,5.3009,0,2.1455,5.3009,0 +PL 7.21,0,0,6.5064,0.5339,0,5.8059,1.0677,0,5.1016,1.6017,0 +PL 6.7827,3.1653,0,6.5064,3.5353,0,6.2297,3.8883,0,5.96,4.233,0 +PL 4.2505,4.7669,0,5.1755,6.3474,0,5.6658,7.4449,0,6.1422,9,0,6.6391,8.4873,0,7.1368,7.3898,0,8.0611,4.7669,0 + +[65bd] 施 +PL 0.0351,0,0,0.8266,2.4012,0,0.9531,4.7938,0,0.8897,7.3983,0,0.0351,7.3983,0,0.0351,7.3983,0,0.0351,7.3983,0 +PL 1.5271,0,0,1.7198,0.1893,0,1.9299,0.3701,0,2.14,0.5339,0,2.14,5.3009,0,1.3135,5.3009,0,1.3135,5.3009,0,1.3135,5.3009,0 +PL 4.2734,0,0,3.9753,0.493,0,3.8633,1.452,0,3.8496,3.6992,0,2.9946,3.6992,0,2.9946,3.6992,0,2.9946,3.6992,0 +PL 4.7038,0,0,7.2361,0,0,7.2361,1.0678,0,7.2361,1.0678,0,7.2361,1.0678,0 +PL 5.1245,1.0678,0,5.1245,4.2332,0,3.8496,4.2332,0,3.8496,5.8348,0,3.8496,5.8348,0,3.8496,5.8348,0 +PL 5.9822,2.1357,0,6.8057,2.1357,0,6.7251,3.202,0,6.6582,4.2599,0,6.5952,5.3009,0,6.1052,5.1371,0,5.618,4.9563,0,5.1245,4.767,0,5.1245,6.3687,0,5.1245,6.3687,0,5.1245,6.3687,0 +PL 2.9946,6.3687,0,3.45,7.1526,0,3.6706,7.8347,0,3.8496,9,0 +PL 1.3135,7.3983,0,1.3135,9,0,1.3135,9,0,1.3135,9,0 +PL 1.7408,7.3983,0,2.5673,7.3983,0,2.5673,7.3983,0,2.5673,7.3983,0 +PL 4.2734,7.3983,0,7.2361,7.3983,0,7.2361,7.3983,0,7.2361,7.3983,0 + +[65c5] 旅 +PL 4.7932,0,0,4.7932,4.7669,0,3.9421,4.7669,0,3.9421,4.7669,0,3.9421,4.7669,0 +PL 7.7559,0,0,6.7823,1.8236,0,6.2257,3.5029,0,6.0471,5.3009,0,5.2237,5.3009,0,5.2237,5.3009,0,5.2237,5.3009,0 +PL 6.8982,3.7372,0,7.1749,4.0805,0,7.4586,4.4238,0,7.7559,4.7669,0 +PL 3.5148,5.8348,0,4.2745,7.0212,0,4.6076,7.8518,0,4.7932,9.0382,0 +PL 6.6881,5.8348,0,6.8982,6.0242,0,7.1154,6.2048,0,7.3287,6.3688,0 +PL 5.2237,7.4365,0,7.7559,7.4365,0,7.7559,7.4365,0,7.7559,7.4365,0 +L 2.2326,6.8643,2.2326,9 +PL 1.8372,0,0,2.6637,0,0.0889,3.5156,4.7668,0,1.7247,4.7668,0 +L 3.9421,6.8643,0.5588,6.8643 +A -17.1885,6.8643,19.0267,338.852,360 + +[65cb] 旋 +PL 0.4347,0.267,0,1.0616,2.5536,0,1.2683,4.5777,0,1.2893,6.8644,0,0.4347,6.8644,0,0.4347,6.8644,0,0.4347,6.8644,0 +PL 1.9264,0,0,2.1404,0.1893,0,2.3575,0.3701,0,2.5673,0.5339,0,2.5673,4.767,0,1.7131,4.767,0,1.7131,4.767,0,1.7131,4.767,0 +PL 3.3943,0,0,3.9928,1.1794,0,4.2135,2.1384,0,4.2453,3.6991,0 +PL 5.9542,0,0,5.5234,0.3701,0,5.1031,0.7232,0,4.6723,1.0677,0 +PL 6.3815,0,0,7.6284,0,0,7.6284,0,0,7.6284,0,0 +PL 5.5234,1.0677,0,5.5234,5.8348,0,4.2453,5.8348,0,4.2453,5.8348,0,4.2453,5.8348,0 +PL 5.9542,3.1653,0,7.2046,3.1653,0,7.2046,3.1653,0,7.2046,3.1653,0 +PL 6.8126,4.767,0,6.9352,5.0339,0,7.0645,5.3008,0,7.2046,5.5678,0,6.7776,5.671,0,6.3643,5.757,0,5.9542,5.8348,0 +PL 3.3943,6.3305,0,3.044,6.7063,0,2.6094,6.8446,0,1.7131,6.8644,0,1.7131,9,0,1.7131,9,0,1.7131,9,0 +PL 3.818,7.1314,0,3.9473,7.7684,0,4.0944,8.3884,0,4.2453,9,0 +PL 4.6723,7.3983,0,7.6284,7.3983,0,7.6284,7.3983,0,7.6284,7.3983,0 + +[65cf] 族 +PL 0.2177,7.1313,0,3.6046,7.1313,0,3.7345,7.7683,0,3.8816,8.3884,0,4.0319,8.9999,0 +L 4.4592,7.3983,7.4191,7.3983 +L 5.7095,5.3007,6.9918,5.3007 +PL 5.7095,3.1651,0,5.4083,3.6003,0,5.2998,4.1539,0,5.2857,5.3007,0,4.386,5.0834,0,3.9513,4.8065,0,3.6046,4.233,0 +PL 3.3913,0,0,4.0144,0.877,0,4.6451,1.7542,0,5.2857,2.6312,0,4.9215,3.0071,0,4.3716,3.1456,0,3.1738,3.1651,0 +L 2.109,0.37,2.323,0.5339 +PL 6.9918,0,0,6.5641,0.7133,0,6.1368,1.4096,0,5.7095,2.0975,0 +L 6.1368,3.1651,7.4191,3.1651 +L 1.8957,7.1313,1.8957,9.2669 +PL 1.4996,0.2669,0,2.323,0.2669,0.0889,3.1749,5.0337,0,1.3844,5.0337,0 +A -17.5292,7.1313,19.0267,338.852,360 + +[65d7] 旗 +PL 0.7075,0.267,0,1.3625,2.7259,0,1.5586,4.9393,0,1.5656,7.3983,0,0.7075,7.3983,0 +PL 1.9894,0,0,3.2398,0.9845,0,3.3767,3.1469,0,3.2398,5.3009,0,1.9894,5.3009,0 +PL 4.3084,0,0,4.6548,0.3701,0,5.0124,0.7232,0,5.3801,1.0678,0 +PL 7.9054,0,0,7.6108,0.3701,0,7.0543,1.0677,0 +PL 4.0944,2.1356,0,4.9493,2.1356,0,4.9493,5.3009,0,4.6548,5.4901,0,4.3711,5.671,0,4.0944,5.8349,0 +PL 5.3801,2.1356,0,7.0543,2.1356,0,7.0543,3.6992,0,5.3801,3.6992,0 +PL 7.0543,4.5001,0,6.483,4.6032,0,5.9265,4.6892,0,5.3801,4.767,0 +PL 7.0543,5.3009,0,6.7072,5.6766,0,6.2729,5.815,0,5.3801,5.8349,0,5.0821,6.558,0,4.9493,6.9025,0 +PL 7.4851,5.8349,0,7.187,6.558,0,7.0543,6.9025,0 +PL 3.6706,6.9025,0,3.3203,7.2514,0,2.8864,7.38,0,1.9894,7.3983,0,1.9894,9,0 +PL 4.0944,7.3983,0,4.3956,7.8137,0,4.5045,8.2288,0,4.5217,9,0 +L 4.9493,7.9322,7.9054,7.9322 + +[65e2] 既 +PL 3.542,0.0001,0,4.9083,2.1088,0,5.5212,3.3447,0,5.8922,4.7669,0,4.6138,4.7669,0,4.6138,8.4661,0,7.5698,8.4661,0,7.5698,8.4661,0,7.5698,8.4661,0 +PL 6.3233,0.0001,0,6.3233,3.1652,0,6.3233,3.1652,0,6.3233,3.1652,0 +PL 6.7433,0.0001,0,7.5698,0.0001,0,7.5698,1.6017,0,7.5698,1.6017,0,7.5698,1.6017,0 +PL 0.7999,1.0678,0,0.7999,8.4661,0,2.9326,8.4661,0,2.9326,4.7669,0,1.2237,4.7669,0,1.2237,4.7669,0,1.2237,4.7669,0 +PL 1.437,1.0678,0,1.9312,1.5142,0,2.4251,1.9435,0,2.9326,2.3645,0,2.7823,2.6314,0,2.6384,2.8983,0,2.5088,3.1652,0 +PL 6.3233,4.7669,0,6.3233,7.9323,0,6.3233,7.9323,0,6.3233,7.9323,0 +PL 6.7433,4.7669,0,7.5698,4.7669,0,7.5698,4.7669,0,7.5698,4.7669,0 +PL 1.2237,6.9026,0,2.5088,6.9026,0,2.5088,6.9026,0,2.5088,6.9026,0 + +[65e5] 日 +PLC -0.0004,0,0,-0.0004,8.4662,0,4.6673,8.4662,0,4.6673,0,0 +L -0.0004,4.2328,4.6673,4.2328 + +[65e6] 旦 +L 0.094,0,7.2947,0 +PLC 1.3794,8.4661,0,6.0166,8.4661,0,6.0166,2.1356,0,1.3794,2.1356,0 +L 1.7751,5.3009,5.5855,5.3009 + +[65e7] 旧 +L 0.4909,0,0.4909,8.4661 +PLC 3.0547,8.4661,0,6.8657,8.4661,0,6.8657,0,0,3.0547,0,0 +PL 3.447,4.2332,0,6.4419,4.2332,0,6.4419,4.2332,0,6.4419,4.2332,0 + +[65e8] 旨 +PLC 0.8882,1.2472,0,0.8882,3.6992,0,5.5569,3.6992,0,5.5569,0,0,0.8882,0,0 +PL 1.3155,2.1357,0,5.1296,2.1357,0,5.1296,2.1357,0,5.1296,2.1357,0 +PL 0.8882,5.8348,0,0.608,6.308,0,0.5064,7.1286,0,0.4924,9,0 +PL 1.3155,5.8348,0,6.4084,5.8348,0,6.4084,6.9026,0,6.4084,6.9026,0,6.4084,6.9026,0 +PL 0.8882,7.3983,0,2.6079,7.6752,0,4.3244,8.1894,0,5.9846,8.4661,0 + +[65e9] 早 +PLC 5.9182,4.767,0,0.8232,4.767,0,0.8232,8.4662,0,5.9182,8.4662,0 +L -0.0003,2.6314,6.7724,2.6314 +PL 3.402,3.6202,0,3.3859,4.767,0,3.3859,0,0 +L 0.8232,6.6166,5.9182,6.6166 + +[65ec] 旬 +PL 5.2802,0.0001,0,6.1348,0.0001,0,6.9054,2.4195,0,7.021,4.8391,0,6.9614,7.4366,0,1.4699,7.4366,0,1.0426,6.9027,0,0.6153,6.3687,0,0.1915,5.8349,0 +PLC 1.8972,3.0128,0,1.8972,5.8349,0,4.426,5.8349,0,4.426,1.6018,0,1.8972,1.6018,0 +PL 2.2965,3.6993,0,4.0022,3.6993,0,4.0022,3.6993,0,4.0022,3.6993,0 +PL 1.4699,7.9705,0,1.5992,8.3137,0,1.7428,8.6569,0,1.8972,9.0001,0 + +[6606] 昆 +PL 0.4023,0.0381,0,1.2569,0.0381,0,1.2569,4.2711,0,1.2569,4.2711,0,1.2569,4.2711,0 +PL 1.8663,0.0381,0,2.3532,0.2273,0,2.8505,0.4082,0,3.3619,0.572,0 +PL 5.0714,0.0381,0,4.7702,0.5508,0,4.6578,1.6482,0,4.6441,4.2711,0 +PL 5.4952,0.0381,0,7.6037,0.0381,0,7.6037,1.0678,0,7.6037,1.0678,0,7.6037,1.0678,0 +PL 1.6807,2.6694,0,3.3619,2.6694,0,3.3619,2.6694,0,3.3619,2.6694,0 +PL 5.0714,2.6694,0,5.9821,2.6892,0,6.5246,2.8276,0,7.1726,3.2033,0 +PLC 1.2569,6.4053,0,1.2569,8.5041,0,6.7491,8.5041,0,6.7491,5.339,0,1.2569,5.339,0 +PL 1.6807,6.9025,0,6.318,6.9025,0,6.318,6.9025,0,6.318,6.9025,0 + +[6607] 昇 +PL 1.2247,0.0001,0,1.7182,0.6371,0,2.2121,1.2572,0,2.7203,1.8688,0,2.5693,2.1357,0,2.4292,2.4026,0,2.2926,2.6696,0,0.5838,2.6696,0,0.5838,2.6696,0,0.5838,2.6696,0 +PL 5.6798,0.0001,0,4.9128,2.7416,0,3.4908,2.8137,0,2.7203,4.2332,0,1.4415,4.2332,0,1.4415,4.2332,0,1.4415,4.2332,0 +PL 6.1103,2.6696,0,5.8059,3.1032,0,5.6974,3.647,0,5.6798,4.7671,0 +PL 6.5344,2.6696,0,7.7848,2.6696,0,7.7848,2.6696,0,7.7848,2.6696,0 +PL 3.3297,4.7671,0,3.5465,5.034,0,3.7605,5.3009,0,3.9703,5.5679,0,3.2702,5.6711,0,2.5693,5.7572,0,1.8688,5.8349,0,1.8688,8.5044,0,6.5344,8.5044,0,6.5344,5.8349,0,4.4014,5.8349,0,4.4014,5.8349,0,4.4014,5.8349,0 +PL 2.2926,7.4366,0,6.1103,7.4366,0,6.1103,7.4366,0,6.1103,7.4366,0 + +[660e] 明 +PL 6.7737,5.8349,0,3.8135,5.8349,0,3.8135,8.4662,0,6.7737,8.4662,0,6.7737,0,0,5.5227,0,0 +PLC 0,8.4662,0,2.1365,8.4662,0,2.1365,2.6314,0,0,2.6314,0 +L 0,5.8349,2.1365,5.8349 +L 3.5165,3.1652,6.7737,3.1652 +A -8.3218,5.8349,12.1348,331.26,360 + +[6613] 易 +PL 5.5558,0,0,6.9249,0.5946,0,7.2856,2.0113,0,7.2646,3.6991,0,5.5558,3.6991,0,5.5558,3.6991,0,5.5558,3.6991,0 +PL 1.3139,0,0,2.4596,0.4547,0,3.4434,1.1468,0,5.1355,2.6696,0,5.1355,3.6991,0,3.4543,3.0367,0,2.1409,2.0862,0,0.8901,1.6017,0 +PL 0.6804,3.2034,0,1.7447,3.7798,0,2.2424,4.2543,0,2.5997,5.0338,0,2.3051,5.137,0,2.0214,5.2232,0,1.7447,5.3008,0,1.7447,8.5044,0,6.4135,8.5044,0,6.4135,5.3008,0,3.0231,5.3008,0,3.0231,5.3008,0,3.0231,5.3008,0 +PL 2.172,6.9025,0,5.9866,6.9025,0,5.9866,6.9025,0,5.9866,6.9025,0 + +[6614] 昔 +PLC 1.4114,0,0,1.4114,3.6991,0,5.6455,3.6991,0,5.6455,0,0 +L 1.8352,2.0973,5.2217,2.0973 +L 5.2217,5.3009,6.8994,5.3009 +L 5.6455,7.3983,6.5004,7.3983 +PL 5.2217,7.3983,0,4.9208,7.8135,0,4.8084,8.2289,0,4.7944,9,0 +PL 2.6579,5.3009,0,4.7944,5.3009,0,4.1359,7.4123,0,2.9206,7.524,0,2.2621,9,0 +PL 0.126,5.3009,0,2.2621,5.3009,0,2.1115,6.9124,0,1.5792,7.3883,0,0.5529,7.3983,0 + +[661f] 星 +PL 0.5249,0,0,3.9156,0,0,3.8981,0.7713,0,3.793,1.1866,0,3.5128,1.602,0,1.8033,1.602,0 +PL 4.3356,1.602,0,4.0627,2.1344,0,3.7892,2.6584,0,3.5128,3.1655,0,1.9963,2.948,0,1.334,2.6711,0,0.9522,2.0977,0 +L 4.7667,1.602,6.0451,1.602 +L 4.7667,3.1655,6.4724,3.1655 +PL 4.3356,3.1655,0,4.0343,3.6004,0,3.9293,4.154,0,3.9156,5.3011,0,1.8033,5.3011,0,1.8033,8.4663,0,6.0451,8.4663,0,6.0451,5.3011,0,4.3356,5.3011,0 +L 2.2344,6.8644,5.6213,6.8644 +L 4.3356,0,7.3302,0 + +[6620] 映 +PL 2.9679,0.0152,0,3.735,1.2624,0,4.5265,2.4926,0,5.3146,3.7143,0,4.922,4.0901,0,4.1514,4.2285,0,2.3585,4.2483,0,2.3585,1.617,0,0.649,1.617,0,0.649,7.9474,0,2.3585,7.9474,0,2.3585,4.7821,0,2.3585,4.7821,0,2.3585,4.7821,0 +PL 7.4157,0.0152,0,6.8522,1.0817,0,6.2949,2.1395,0,5.7419,3.1804,0 +PL 5.7419,4.2483,0,5.157,5.8415,0,5.006,7.0025,0,3.605,7.4517,0,3.605,4.7821,0,3.605,4.7821,0,3.605,4.7821,0 +PL 6.1692,4.2483,0,6.9958,4.2483,0,6.9958,7.4517,0,6.0988,7.47,0,5.6648,7.5985,0,5.3146,7.9474,0,5.3146,9.0152,0,5.3146,9.0152,0,5.3146,9.0152,0 +PL 1.0763,5.3161,0,1.9274,5.3161,0,1.9274,5.3161,0,1.9274,5.3161,0 + +[6625] 春 +L 7.298,7.9322,1.3473,7.9322 +L 6.8707,6.5974,1.7781,6.5974 +L 7.7253,5.2626,0.9512,5.2626 +PLC 6.1422,4.0075,0,2.5378,4.0075,0,2.5378,0,0,6.1422,0,0 +L 6.1422,2.0038,2.5378,2.0038 +PL 4.3419,8.9998,0,4.3419,7.9322,0.3261,7.9397,3.0001,0 +A -0.8417,7.9322,5.1785,287.747,0 + +[6628] 昨 +PL 4.915,0,0,4.915,7.3984,0,4.4912,7.3206,0,4.0607,7.2345,0,3.6369,7.1313,0,3.3354,6.5212,0,3.0552,5.9111,0,2.7823,5.3008,0 +PLC 0.2501,4.2316,0,0.2501,8.4662,0,1.9274,8.4662,0,1.9274,2.0974,0,0.2501,2.0974,0 +PL 5.3423,2.6314,0,7.02,2.6314,0,7.02,2.6314,0,7.02,2.6314,0 +PL 5.3423,4.767,0,7.02,4.767,0,7.02,4.767,0,7.02,4.767,0 +PL 0.6774,5.3008,0,1.5285,5.3008,0,1.5285,5.3008,0,1.5285,5.3008,0 +PL 5.3423,7.3984,0,7.4473,7.3984,0,7.4473,7.3984,0,7.4473,7.3984,0 +PL 4.0607,7.9324,0,4.0607,9,0,4.0607,9,0,4.0607,9,0 + +[662d] 昭 +PLC 4.2798,3.1651,0,7.2429,3.1651,0,7.2429,0,0,4.2798,0,0 +PLC 0.865,8.4661,0,2.5703,8.4661,0,2.5703,1.5635,0,0.865,1.5635,0 +PL 4.0662,4.7668,0,4.9313,6.014,0,5.3936,7.0664,0,5.5334,8.4661,0,3.8522,8.4661,0 +PL 5.9537,4.7668,0,6.8121,4.7668,0,7.4142,5.9465,0,7.6348,6.9054,0,7.6632,8.4661,0,5.9537,8.4661,0 +L 1.2887,5.3007,2.1433,5.3007 + +[662f] 是 +PL 0.0019,0,0,0.7581,1.2472,0,1.1609,2.2994,0,1.2835,3.6991,0 +PL 3.4199,0.267,0,2.7864,0.4929,0,2.3415,0.8291,0,1.7107,1.5636,0 +PL 3.8157,0,0,6.8068,0,0,6.8068,0,0,6.8068,0,0 +PL 3.4199,1.0677,0,3.4199,4.767,0,0.0019,4.767,0,0.0019,4.767,0,0.0019,4.767,0 +PL 3.8157,2.6313,0,6.376,2.6313,0,6.376,2.6313,0,6.376,2.6313,0 +PL 3.8157,4.767,0,6.8068,4.767,0,6.8068,4.767,0,6.8068,4.767,0 +PLC 1.2835,7.0537,0,1.2835,8.4662,0,5.5249,8.4662,0,5.5249,6.3305,0,1.2835,6.3305,0 +PL 1.7107,7.3983,0,5.0976,7.3983,0,5.0976,7.3983,0,5.0976,7.3983,0 + +[663c] 昼 +L 0.4273,0,6.8038,0 +PL 0,3.2034,0.0906,1.2819,6.9025,0,5.9492,6.9025,0,5.9492,8.5043,0,1.2819,8.5043,0,1.2819,6.9025,0 +PLC 2.1358,1.6016,0,5.0953,1.6016,0,5.0953,4.7669,0,2.1358,4.7669,0 +L 2.1358,3.2035,5.0953,3.2035 +A 16.7137,8.5597,10.8908,188.753,209.46 + +[6642] 時 +PLC 0.0003,2.1355,0,1.7095,2.1355,0,1.7095,7.9705,0,0.0003,7.9705,0 +L 0.0003,5.301,1.7095,5.301 +L 3.3871,7.9705,6.8041,7.9705 +PL 5.0956,0,0,5.9495,0,0,5.9495,5.3348,0 +L 3.3871,2.6695,4.2417,1.6017 +L 5.0956,8.9999,5.0956,5.8347 +L 2.9906,5.8347,7.2006,5.8347 +L 2.9906,3.7375,7.2006,3.7375 + +[6669] 晩 +PL 2.8115,0.0152,0,3.7712,1.4093,0,4.2058,2.549,0,4.3039,4.2483,0,3.4528,4.2483,0,3.4353,5.7708,0,3.3264,6.463,0,3.0255,6.9178,0,2.8115,6.7539,0,2.5978,6.5731,0,2.3845,6.3839,0,2.3247,4.9728,0,2.2651,3.5618,0,2.2024,2.1508,0,0.4929,2.1508,0,0.4929,7.9474,0,2.2024,7.9474,0,2.2024,6.9178,0,2.2024,6.9178,0,2.2024,6.9178,0 +PL 6.0127,0.0152,0,5.7189,0.5279,0,5.6064,1.6254,0,5.5924,4.2483,0,4.7343,4.2483,0,4.7343,4.2483,0,4.7343,4.2483,0 +PL 6.4089,0.0152,0,7.2666,0.0152,0,7.2666,1.617,0,7.2666,1.617,0,7.2666,1.617,0 +PL 6.0127,4.2483,0,6.8393,4.2483,0,6.8393,6.3839,0,5.7536,6.3585,0,5.2702,5.977,0,5.1616,4.7821,0 +PL 0.9205,5.3161,0,1.7783,5.3161,0,1.7783,5.3161,0,1.7783,5.3161,0 +PL 3.8832,6.3839,0,4.5137,6.4333,0,4.9553,6.7793,0,5.5924,7.7186,0,4.3701,7.8613,0,3.817,7.792,0,3.4528,7.4517,0 + +[666e] 普 +PLC 2.4507,1.2472,0,2.4507,3.6991,0,6.2652,3.6991,0,6.2652,0,0,2.4507,0,0 +PL 2.8745,2.1356,0,5.8341,2.1356,0,5.8341,2.1356,0,5.8341,2.1356,0 +PL 0.7695,5.3008,0,2.4507,5.3008,0,2.4332,6.072,0,2.325,6.4873,0,2.0203,6.9026,0 +PL 2.8745,5.3008,0,3.7291,5.3008,0,3.7291,7.9322,0,1.1968,7.9322,0,1.1968,7.9322,0,1.1968,7.9322,0 +PL 4.1603,5.3008,0,5.0114,5.3008,0,5.0114,7.9322,0,4.1603,7.9322,0,4.1603,7.9322,0,4.1603,7.9322,0 +PL 5.4387,5.3008,0,6.0337,5.5381,0,6.3595,5.9535,0,6.6925,6.9026,0 +PL 6.6925,5.3008,0,7.9709,5.3008,0,7.9709,5.3008,0,7.9709,5.3008,0 +PL 5.4387,8.1992,0,5.5613,8.4661,0,5.6905,8.7331,0,5.8341,9,0 +PL 5.8341,7.9322,0,7.5436,7.9322,0,7.5436,7.9322,0,7.5436,7.9322,0 + +[666f] 景 +PL 2.5673,0,0,3.4184,0,0,3.4184,2.6314,0,1.3135,2.6314,0,1.3135,4.2331,0,5.5549,4.2331,0,5.5549,2.6314,0,3.8496,2.6314,0 +PL 0.2487,0.5339,0,0.7356,0.8772,0,1.2329,1.2204,0,1.7408,1.5637,0 +PL 6.1644,0.8008,0,5.8106,1.0664,0,5.4639,1.3235,0,5.1245,1.5637,0 +PL 0.0351,5.3008,0,3.4184,5.3008,0,3.4184,6.3305,0,1.3135,6.3305,0,1.3135,8.4662,0,5.5549,8.4662,0,5.5549,6.3305,0,3.8496,6.3305,0 +L 3.8496,5.3008,6.8057,5.3008 +L 1.7408,7.3984,5.1245,7.3984 + +[6674] 晴 +PLC 0.8645,2.1355,0,2.5733,2.1355,0,2.5733,7.9705,0,0.8645,7.9705,0 +PL 6.482,0,0,7.2526,0,0,7.2526,4.5,0,4.0062,4.5,0,4.0062,0,0 +L 2.5733,5.0529,0.8645,5.0529 +L 5.6274,8.9999,5.6274,5.8347 +L 8.0616,5.8347,3.5645,5.8347 +L 8.0616,7.9705,3.5645,7.9705 +L 4.0062,6.9025,7.2526,6.9025 +L 4.0062,3,7.2526,3 +L 7.2526,1.5,4.0062,1.5 + +[6676] 晶 +PLC 0.6173,1.2473,0,0.6173,3.6993,0,3.1531,3.6993,0,3.1531,0.0001,0,0.6173,0.0001,0 +PLC 4.8584,1.2473,0,4.8584,3.6993,0,7.3907,3.6993,0,7.3907,0.0001,0,4.8584,0.0001,0 +PL 1.0446,2.1357,0,2.7223,2.1357,0,2.7223,2.1357,0,2.7223,2.1357,0 +PL 5.2822,2.1357,0,6.9634,2.1357,0,6.9634,2.1357,0,6.9634,2.1357,0 +PLC 1.8638,6.3687,0,1.8638,8.5044,0,6.1091,8.5044,0,6.1091,5.3009,0,1.8638,5.3009,0 +PL 2.2946,6.9027,0,5.6783,6.9027,0,5.6783,6.9027,0,5.6783,6.9027,0 + +[6681] 暁 +PL 2.6007,0,0,3.4483,1.2048,0,3.9351,2.2655,0,4.0924,3.6991,0,2.8105,3.6991,0,2.8105,3.6991,0,2.8105,3.6991,0 +PL 5.3746,0,0,5.3746,3.6991,0,4.5236,3.6991,0,4.5236,3.6991,0,4.5236,3.6991,0 +PL 5.8019,0,0,7.4796,0,0,7.4796,1.6017,0,7.4796,1.6017,0,7.4796,1.6017,0 +PLC 0.2817,4.4505,0,0.2817,7.9703,0,1.9913,7.9703,0,1.9913,2.6695,0,0.2817,2.6695,0 +PL 6.0152,3.6991,0,5.6055,5.9393,0,4.3726,5.9336,0,3.6651,4.2329,0 +PL 0.7024,5.3008,0,1.5601,5.3008,0,1.5601,5.3008,0,1.5601,5.3008,0 +PL 3.0245,5.8347,0,3.2378,6.2047,0,3.4518,6.5578,0,3.6651,6.9025,0 +PL 6.6562,5.8347,0,6.5021,6.2047,0,6.362,6.5578,0,6.2292,6.9025,0 +PL 4.9473,6.3686,0,4.6041,7.8177,0,3.7842,8.072,0,2.8105,7.9703,0 +PL 5.3746,7.9703,0,5.2237,8.3136,0,5.0766,8.6568,0,4.9473,9,0 +PL 5.8019,7.9703,0,7.0485,7.9703,0,7.0485,7.9703,0,7.0485,7.9703,0 + +[6687] 暇 +PL 3.3977,0,0,3.3977,8.5042,0,5.0719,8.5042,0,5.0719,6.3686,0,3.7932,6.3686,0,3.7932,6.3686,0,3.7932,6.3686,0 +PL 5.2852,0,0,5.772,0.5339,0,6.2732,1.0679,0,6.7807,1.6017,0,6.1783,2.7684,0,5.9615,3.4605,0,5.9297,4.2711,0,7.6353,4.2711,0,7.4816,3.5734,0,7.338,2.8587,0,7.208,2.1356,0 +PL 8.0346,0,0,7.7579,0.37,0,7.4816,0.7231,0,7.208,1.0679,0 +PLC 0.8301,4.0804,0,0.8301,7.9704,0,2.1158,7.9704,0,2.1158,2.1356,0,0.8301,2.1356,0 +PL 3.7932,2.1356,0,4.6446,2.1356,0,4.6446,2.1356,0,4.6446,2.1356,0 +PL 3.7932,4.2711,0,4.6446,4.2711,0,4.6446,4.2711,0,4.6446,4.2711,0 +PL 5.9297,6.3686,0,7.6353,6.3686,0,7.6353,8.5042,0,5.9297,8.5042,0,5.9297,8.5042,0,5.9297,8.5042,0 + +[6691] 暑 +PLC 0.9217,6.3688,0,6.0146,6.3688,0,6.0146,8.5043,0,0.9217,8.5043,0 +L 0.9217,5.3009,6.0146,5.3009 +L 7.2615,3.7372,0.0639,3.7372 +PLC 6.0146,2.6695,0,2.2004,2.6695,0,2.2004,0,0,6.0146,0,0 +L 6.0146,7.4366,0.9217,7.4366 +L 6.0146,1.3347,2.2004,1.3347 +L 3.4683,3.7372,3.4683,5.8688 +A -0.7591,9.9725,7.88,275.996,318.653 + +[6696] 暖 +PL 4.0647,0.0152,0,4.7652,0.3854,0,5.4762,0.7384,0,6.2009,1.083,0,5.5669,2.0223,0,5.1221,2.3683,0,4.4917,2.4177,0,4.0647,1.8062,0,3.6476,1.1861,0,3.2413,0.5492,0 +PL 7.4796,0.0152,0,7.1819,0.2045,0,6.9013,0.3854,0,6.6285,0.5492,0 +PL 6.6285,1.617,0,6.7612,1.8838,0,6.9013,2.1508,0,7.0558,2.4177,0,6.6285,2.4941,0,6.2009,2.5703,0,5.7736,2.6466,0 +PLC 0.6813,4.0943,0,0.6813,7.9474,0,2.3902,7.9474,0,2.3902,2.1508,0,0.6813,2.1508,0 +PL 4.9225,3.1804,0,4.9225,4.2483,0,3.2413,4.2483,0,3.2413,4.2483,0,3.2413,4.2483,0 +PL 5.3463,4.2483,0,5.3463,5.85,0,3.6686,5.85,0,3.6686,5.85,0,3.6686,5.85,0 +PL 5.7736,4.2483,0,7.8785,4.2483,0,7.8785,4.2483,0,7.8785,4.2483,0 +PL 1.1016,5.3161,0,1.9597,5.3161,0,1.9597,5.3161,0,1.9597,5.3161,0 +PL 5.7736,5.85,0,6.4078,6.0873,0,6.8453,6.5025,0,7.4796,7.4517,0 +PL 4.0647,6.9178,0,3.9211,7.1847,0,3.7912,7.4517,0,3.6686,7.7186,0,5.5914,8.0181,0,6.6775,8.3343,0,7.4796,8.4813,0 + +[6697] 暗 +PLC 3.8862,3.6992,0,6.8423,3.6992,0,6.8423,0,0,3.8862,0,0 +PLC 0.864,7.5001,0,2.6642,7.5001,0,2.6642,1.5001,0,0.864,1.5001,0 +L 5.3643,7.9324,5.3643,9 +L 3.8862,1.8496,6.8423,1.8496 +L 0.864,4.5001,2.6642,4.5001 +L 3.5784,7.9324,7.1439,7.9324 +L 4.0827,7.9324,4.7902,5.3011 +L 6.6462,7.9324,5.9387,5.3011 +L 2.6642,5.3011,8.0611,5.3011 + +[66a6] 暦 +PL 2.2024,6.9025,0,4.3039,6.9025,0,4.3039,6.9025,0,4.3039,6.9025,0 +PL 5.1616,6.9025,0,6.0127,6.9025,0,6.0127,6.9025,0,6.0127,6.9025,0 +PLC 3.0255,1.2472,0,3.0255,3.6991,0,6.8393,3.6991,0,6.8393,0,0,3.0255,0,0 +PL 0.4929,0.8009,0,1.1758,3.4661,0,1.358,5.8771,0,1.3478,8.4661,0,7.6939,8.4661,0,7.6939,8.4661,0,7.6939,8.4661,0 +PL 3.4528,2.0975,0,6.4089,2.0975,0,6.4089,2.0975,0,6.4089,2.0975,0 +PL 3.4528,4.7669,0,3.3687,5.3009,0,3.3018,5.8347,0,3.2388,6.3687,0,2.8815,6.024,0,2.5387,5.6709,0,2.2024,5.3009,0 +PL 6.4089,4.7669,0,6.3318,5.3009,0,6.2614,5.8347,0,6.1984,6.3687,0,5.845,6.024,0,5.4982,5.6709,0,5.1616,5.3009,0 +PL 7.6939,5.3009,0,7.4001,5.7571,0,7.1164,6.2048,0,6.8393,6.6356,0,7.1164,6.7388,0,7.4001,6.8249,0,7.6939,6.9025,0 + +[66ab] 暫 +PL 1.7176,0.0381,0,1.7176,3.2033,0,1.9904,3.3064,0,2.2639,3.3926,0,2.5406,3.4703,0,2.1935,4.0339,0,1.7561,4.2415,0,0.8595,4.2711,0 +PL 2.113,0.0381,0,6.7852,0.0381,0,6.7852,1.6017,0,2.113,1.6017,0,2.113,1.6017,0,2.113,1.6017,0 +PL 6.7852,2.1356,0,6.7852,3.2033,0,2.9644,3.2033,0,2.9644,3.2033,0,2.9644,3.2033,0 +PL 4.6736,4.0043,0,3.2233,4.4689,0,2.1515,5.0522,0,1.2903,5.339,0,1.2903,7.4364,0,1.8818,7.4661,0,2.2075,7.6737,0,2.5406,8.2372,0,1.9694,8.3403,0,1.4128,8.4266,0,0.8595,8.5041,0 +PL 6.7852,4.2711,0,6.7852,6.3687,0,5.1041,6.3687,0,5.1041,4.805,0,5.1041,4.805,0,5.1041,4.805,0 +PL 2.9644,5.339,0,2.5406,5.6822,0,2.1203,6.0254,0,1.7176,6.3687,0 +PL 3.6085,5.339,0,3.6716,5.6822,0,3.7385,6.0254,0,3.8225,6.3687,0,3.2022,6.3885,0,2.873,6.5268,0,2.5406,6.9025,0,2.873,7.2584,0,3.2022,7.2584,0,3.8225,6.9025,0 +PL 7.2055,6.3687,0,8.0636,6.3687,0,8.0636,6.3687,0,8.0636,6.3687,0 +PL 5.1041,6.9025,0,5.1041,7.9703,0,6.3159,7.9901,0,6.9747,8.1285,0,7.6363,8.5041,0 +PL 2.9644,8.5041,0,4.2495,8.5041,0,4.2495,8.5041,0,4.2495,8.5041,0 + +[66ae] 暮 +PL 2.3215,0,0,2.2441,0.8772,0,2.1744,1.7542,0,2.111,2.6314,0,1.6031,2.4676,0,1.1061,2.2868,0,0.6158,2.0975,0 +PL 2.7519,0,0,6.1427,0,0,6.1427,1.6018,0,2.7519,1.6018,0,2.7519,1.6018,0,2.7519,1.6018,0 +PL 6.1427,2.3644,0,5.0114,2.4676,0,3.8801,2.5538,0,2.7519,2.6314,0,2.7519,3.6992,0,0.6158,3.6992,0,0.6158,3.6992,0,0.6158,3.6992,0 +PL 5.7115,3.4323,0,4.8604,3.5354,0,4.0128,3.6215,0,3.1792,3.6992,0,3.1792,4.7671,0,1.9008,4.7671,0,1.9008,6.8645,0,2.3215,6.9677,0,2.7519,7.0537,0,3.1792,7.1314,0,3.029,7.3983,0,2.8815,7.6654,0,2.7519,7.9323,0,0.6158,7.9323,0,0.6158,7.9323,0,0.6158,7.9323,0 +PL 6.1427,3.6992,0,7.8484,3.6992,0,7.8484,3.6992,0,7.8484,3.6992,0 +PL 3.61,4.7671,0,6.5661,4.7671,0,6.5661,5.8349,0,2.3215,5.8349,0,2.3215,5.8349,0,2.3215,5.8349,0 +PL 6.5661,6.6357,0,5.5714,6.712,0,4.5841,6.7883,0,3.61,6.8645,0 +PL 5.2842,7.3983,0,4.941,7.7742,0,4.5035,7.9125,0,3.61,7.9323,0,3.4563,8.3024,0,3.3127,8.6555,0,3.1792,9.0001,0 +PL 5.7115,7.9323,0,5.5613,8.3024,0,5.4177,8.6555,0,5.2842,9.0001,0 +PL 6.1427,7.9323,0,7.8484,7.9323,0,7.8484,7.9323,0,7.8484,7.9323,0 + +[66b4] 暴 +PL 2.6848,0.0152,0,3.5425,0.0152,0,3.5215,0.7863,0,3.3537,1.2016,0,2.9016,1.617,0,2.2641,1.2723,0,1.6302,0.9191,0,1.0103,0.5492,0 +PL 5.6475,0.5492,0,4.947,1.2624,0,4.2434,1.9587,0,3.5425,2.6466,0 +PL 0.3693,2.1508,0,0.8596,2.5971,0,1.3465,3.0265,0,1.8337,3.4474,0,1.2659,3.5505,0,0.7055,3.6366,0,0.1592,3.7143,0 +PL 4.3936,2.1508,0,4.6738,2.5971,0,4.947,3.0265,0,5.2202,3.4474,0,4.2259,3.5505,0,3.2378,3.6366,0,2.2641,3.7143,0 +PL 6.5056,2.1508,0,6.2082,2.3302,0,5.9245,2.4926,0,5.6475,2.6466,0 +PL 5.6475,3.7143,0,6.9294,3.7143,0,6.9294,3.7143,0,6.9294,3.7143,0 +PL 2.6848,4.2483,0,2.3415,4.624,0,1.9072,4.7623,0,1.0103,4.7821,0 +PL 4.3936,4.2483,0,3.5075,4.9036,0,2.9089,5.1945,0,2.6848,6.3839,0,1.4099,6.3839,0,1.4099,8.4813,0,5.6475,8.4813,0,5.6475,6.3839,0,4.3936,6.3839,0,4.5197,5.2566,0,5.0171,4.8414,0,6.0751,4.7821,0 +PL 3.1152,6.3839,0,3.9733,6.3839,0,3.9733,6.3839,0,3.9733,6.3839,0 +PL 1.8337,7.4517,0,5.2202,7.4517,0,5.2202,7.4517,0,5.2202,7.4517,0 + +[66c7] 曇 +PL 1.5021,0.0152,0,2.4201,0.2413,0,2.861,0.5774,0,3.2081,1.3118,0,2.5076,1.415,0,1.8068,1.5011,0,1.1066,1.5788,0 +PL 3.2081,0.0152,0,4.255,0.1437,0,5.0045,0.3825,0,5.7439,0.511,0,5.7439,1.5788,0,3.6389,1.5788,0,3.6389,1.5788,0,3.6389,1.5788,0 +PL 6.1712,1.5788,0,7.0219,1.5788,0,7.0219,1.5788,0,7.0219,1.5788,0 +PL 1.9332,2.6466,0,5.7439,2.6466,0,5.7439,2.6466,0,5.7439,2.6466,0 +PL 4.0627,3.7144,0,3.4809,5.2992,0,2.143,5.4856,0,0.6793,5.3161,0,0.6793,4.2483,0,0.6793,4.2483,0,0.6793,4.2483,0 +PL 1.9332,4.2483,0,3.2081,4.2483,0,3.2081,4.2483,0,3.2081,4.2483,0 +PL 4.917,4.2483,0,6.1712,4.2483,0,6.1712,4.2483,0,6.1712,4.2483,0 +PL 7.4527,4.2483,0,7.4527,5.3161,0,4.49,5.3161,0,4.3429,5.5816,0,4.1993,5.8387,0,4.0627,6.0788,0,3.068,6.1819,0,2.0803,6.2681,0,1.1066,6.3457,0 +PL 4.49,6.3457,0,6.1712,6.3457,0,6.1712,7.4135,0,4.7457,7.2498,0,3.3342,7.0689,0,1.9332,6.8797,0 +PL 1.9332,8.2144,0,3.3342,8.1367,0,4.7457,8.0506,0,6.1712,7.9475,0 + +[66dc] 曜 +PLC -0.0001,2.1355,0,1.2811,2.1355,0,1.2811,8.5043,0,-0.0001,8.5043,0 +L -0.0001,5.3327,1.2811,5.3327 +PL 2.5623,8.5043,0,4.2406,8.5043,0,4.2406,6.3687,0 +L 4.1278,6.7882,2.675,5.9491 +L 6.803,2.6695,2.9896,2.6695 +L 6.803,1.6016,2.9896,1.6016 +PL 7.2303,0,0,2.9896,0,0,2.9896,4.233,0,7.2303,4.233,0 +L 5.3768,4.3046,4.843,5.2294 +L 5.1099,0,5.1099,4.233 +L 2.5623,7.4364,3.7405,7.4364 +PL 5.5519,8.5043,0,7.2303,8.5043,0,7.2303,6.3687,0 +L 7.1175,6.7882,5.6647,5.9491 +L 5.5519,7.4364,6.7302,7.4364 +A -2.6025,8.0028,6.7437,314.629,335.602 + +[66f2] 曲 +PLC 1.2903,0,0,7.6363,0,0,7.6363,6.9027,0,1.2903,6.9027,0 +L 3.3952,9.0382,3.3952,0 +L 5.5314,9.0382,5.5314,0 +L 7.6363,3.4514,1.2903,3.4514 + +[66f4] 更 +PL 0.8019,0.0152,0,1.8912,0.4304,0,2.5493,0.8456,0,3.3342,1.6168,0,3.0606,1.987,0,2.7843,2.34,0,2.5076,2.6847,0 +PL 6.3214,0.0152,0,5.4703,0.6522,0,4.6157,1.2723,0,3.7615,1.8838,0,4.0452,2.6648,0,4.0452,3.1494,0,3.7615,3.7525,0,1.6565,3.7525,0,1.6565,6.9177,0,2.9626,6.9008,0,3.8561,7.2398,0,4.1884,8.5194,0,0.8019,8.5194,0,0.8019,8.5194,0,0.8019,8.5194,0 +PL 6.7176,0.0152,0,7.5718,0.0152,0,7.5718,0.0152,0,7.5718,0.0152,0 +PL 4.6157,3.7525,0,4.3219,4.285,0,4.0343,4.809,0,3.7615,5.316,0,2.0835,5.316,0,2.0835,5.316,0,2.0835,5.316,0 +PL 5.0395,3.7525,0,6.7176,3.7525,0,6.7176,5.316,0,4.6157,5.316,0,4.332,5.9092,0,4.332,6.3244,0,4.6157,6.9177,0,6.7176,6.9177,0,6.7176,5.85,0,6.7176,5.85,0,6.7176,5.85,0 +PL 4.6157,8.5194,0,7.5718,8.5194,0,7.5718,8.5194,0,7.5718,8.5194,0 + +[66f8] 書 +PLC 1.2817,0,0,1.2817,2.6695,0,5.5217,2.6695,0,5.5217,0,0 +L -0.0002,3.7375,6.8036,3.7375 +L 1.2817,4.7669,5.5217,4.7669 +PL 1.2817,5.8347,0,5.5217,5.8347,0,5.5217,7.9705,0,1.2817,7.9705,0 +L 1.2817,1.3348,5.5217,1.3348 +L 3.3866,9,3.3866,3.7375 +L 6.7735,6.9025,-0.0002,6.9025 + +[66f9] 曹 +PLC 2.5406,0.8771,0,2.5406,2.6313,0,6.3548,2.6313,0,6.3548,0,0,2.5406,0,0 +PL 2.9644,1.5636,0,5.9275,1.5636,0,5.9275,1.5636,0,5.9275,1.5636,0 +PL 1.7176,4.2331,0,1.7176,6.3305,0,2.6138,6.3602,0,3.0485,6.5678,0,3.3952,7.1314,0,3.2408,7.3983,0,3.0972,7.6654,0,2.9644,7.9322,0,0.8595,7.9322,0,0.8595,7.9322,0,0.8595,7.9322,0 +PL 2.113,4.2331,0,2.5406,4.3362,0,2.9644,4.4223,0,3.3952,4.5,0,3.0586,5.0636,0,2.7329,5.2712,0,2.113,5.3008,0 +PL 3.8225,4.2331,0,4.3791,4.3362,0,4.9503,4.4223,0,5.5314,4.5,0,4.8799,5.0834,0,4.0432,5.4294,0,3.3952,5.8348,0,4.0432,6.2133,0,4.8799,6.5495,0,5.5314,7.1314,0,4.8799,7.7345,0,4.0432,8.219,0,3.3952,9,0 +PL 5.9275,4.2331,0,7.2055,4.2331,0,7.2055,5.3008,0,5.9275,5.3008,0,5.8434,5.5678,0,5.7765,5.8348,0,5.7135,6.1017,0,6.2042,6.024,0,6.7012,5.9379,0,7.2055,5.8348,0 +PL 5.9275,7.9322,0,5.7839,8.3023,0,5.654,8.6554,0,5.5314,9,0 +PL 6.3548,7.9322,0,8.0636,7.9322,0,8.0636,7.9322,0,8.0636,7.9322,0 + +[66ff] 替 +PL 2.0518,0,0,2.0518,3.6992,0,3.6486,3.8461,0,4.7102,4.3659,0,5.866,5.8348,0,5.5157,6.2105,0,5.0811,6.3488,0,4.1848,6.3686,0 +PL 2.4753,0,0,5.866,0,0,5.866,2.1356,0,2.4753,2.1356,0,2.4753,2.1356,0,2.4753,2.1356,0 +PL 5.866,2.6695,0,5.866,3.6992,0,5.0079,3.6992,0,5.0079,3.6992,0,5.0079,3.6992,0 +PL 0.5839,4.2331,0,1.0743,4.7671,0,1.5611,5.3009,0,2.0518,5.8348,0,1.7047,6.2105,0,1.2673,6.3488,0,0.3703,6.3686,0 +PL 7.144,4.2331,0,6.8463,4.6031,0,6.5665,4.9563,0,6.2863,5.3009,0 +PL 3.3302,4.7671,0,3.0357,4.9563,0,2.752,5.137,0,2.4753,5.3009,0 +PL 2.4753,6.3686,0,2.1814,6.9012,0,1.8977,7.4252,0,1.6207,7.9322,0,0.7979,7.9322,0,0.7979,7.9322,0,0.7979,7.9322,0 +PL 6.2863,6.3686,0,5.9952,6.9012,0,5.7115,7.4252,0,5.4352,7.9322,0,4.6118,7.9322,0,4.6118,7.9322,0,4.6118,7.9322,0 +PL 6.7167,6.3686,0,7.5748,6.3686,0,7.5748,6.3686,0,7.5748,6.3686,0 +PL 2.4753,7.9322,0,2.3247,8.3024,0,2.1814,8.6554,0,2.0518,9.0001,0 +PL 6.2863,7.9322,0,6.1388,8.3024,0,5.9952,8.6554,0,5.866,9.0001,0 + +[6700] 最 +PLC 6.1989,7.8067,0,6.1989,6.3688,0,1.534,6.3688,0,1.534,8.5044,0,6.1989,8.5044,0 +PL 1.9543,7.4365,0,5.7681,7.4365,0,5.7681,7.4365,0,5.7681,7.4365,0 +PL 3.2393,3.7374,0,3.2393,4.7671,0,1.534,4.7671,0,1.534,4.7671,0,1.534,4.7671,0 +PL 1.1032,1.0679,0,1.1032,4.7671,0,0.2797,4.7671,0,0.2797,4.7671,0,0.2797,4.7671,0 +PL 3.2393,1.8688,0,2.6618,1.9719,0,2.087,2.058,0,1.534,2.1357,0 +PL 3.2393,2.9366,0,2.6618,3.0397,0,2.087,3.1259,0,1.534,3.2034,0 +PL 3.6631,4.7671,0,7.4811,4.7671,0,7.4811,4.7671,0,7.4811,4.7671,0 +PL 4.276,0,0,4.7667,0.3702,0,5.2602,0.7233,0,5.7681,1.0679,0,5.1695,1.8589,0,4.9489,2.4126,0,4.917,3.2034,0,5.6178,3.1259,0,6.3253,3.0397,0,7.0538,2.9366,0,6.7561,2.5058,0,6.4756,2.058,0,6.1989,1.6017,0 +PL 3.2393,0,0,3.2393,1.0679,0,2.4621,0.9294,0,1.6037,0.6724,0,0.2797,0.534,0 +PL 7.0538,0,0,6.7561,0.1893,0,6.4756,0.3702,0,6.1989,0.534,0 + +[6708] 月 +PL -0.0002,0,0,1.281,3.0439,0,1.281,8.4662,0,5.5218,8.4662,0,5.5218,0,0,4.2402,0,0 +L 5.5218,3.1652,1.281,3.1652 +L 1.281,5.8348,5.5218,5.8348 + +[6709] 有 +PL 2.3527,0,0,2.2721,1.7811,0,2.2021,3.5454,0,2.1394,5.3009,0,1.5016,4.6034,0,0.8575,3.8885,0,0.2165,3.1653,0 +PL 6.1672,4.7671,0,6.1672,5.8348,0,4.885,5.9381,0,3.6139,6.0243,0,2.3527,6.1018,0,2.4826,6.4719,0,2.6294,6.8249,0,2.7803,7.1697,0,1.9219,7.2726,0,1.0708,7.359,0,0.2165,7.4366,0 +PL 6.1672,3.1653,0,6.1672,4.2332,0,2.7803,4.2332,0 +PL 4.885,0,0,6.1672,0,0,6.1672,2.6696,0,2.7803,2.6696,0 +L 3.6031,7.4366,7.4176,7.4366 +L 3.2111,7.4366,3.2111,9.0002 + +[670d] 服 +PL 0.7695,0.267,0,1.0708,1.1059,0,1.1793,3.2415,0,1.1968,8.5043,0,2.8745,8.5043,0,2.8745,0,0,2.0203,0,0 +PL 4.5841,0,0,4.5841,8.5043,0,7.5436,8.5043,0,7.5436,6.3688,0,6.6925,6.3688,0 +PL 5.4387,0,0,5.8449,0.5338,0,6.2652,1.0678,0,6.6925,1.6018,0,6.0901,2.7868,0,5.866,3.6074,0,5.8341,4.7669,0,5.0114,4.7669,0 +L 7.9709,0,7.1163,1.0678 +PL 7.1163,2.4026,0,7.4137,3.024,0,7.5261,3.637,0,7.5436,4.7669,0,6.2652,4.7669,0 +L 1.628,3.7372,2.4507,3.7372 +L 1.628,6.3688,2.4507,6.3688 + +[6715] 朕 +PL 0.3726,0.267,0,0.6735,1.106,0,0.7856,3.2416,0,0.7999,8.5044,0,2.5088,8.5044,0,2.5088,0,0,1.6545,0,0,1.6545,0,0,1.6545,0,0 +PL 3.3599,0,0,4.0642,1.2571,0,4.7647,2.5058,0,5.4649,3.7373,0,5.1041,4.0862,0,4.5577,4.2148,0,3.3599,4.2331,0 +PL 7.5698,0,0,6.9993,1.0678,0,6.4459,2.1356,0,5.8922,3.2035,0 +PL 1.2237,3.7373,0,2.0783,3.7373,0,2.0783,3.7373,0,2.0783,3.7373,0 +PL 5.8922,4.2331,0,5.5948,4.6879,0,5.4824,5.38,0,5.4649,6.9026,0,3.7595,6.9026,0,3.7595,6.9026,0,3.7595,6.9026,0 +PL 6.3233,4.2331,0,7.5698,4.2331,0,7.5698,4.2331,0,7.5698,4.2331,0 +PL 1.2237,6.3687,0,2.0783,6.3687,0,2.0783,6.3687,0,2.0783,6.3687,0 +PL 5.8922,7.1696,0,6.0256,7.7798,0,6.1692,8.3899,0,6.3233,9.0001,0 +PL 6.3233,6.9026,0,7.1744,6.9026,0,7.1744,6.9026,0,7.1744,6.9026,0 +PL 4.6138,8.2374,0,4.4597,8.5029,0,4.3161,8.76,0,4.1833,9.0001,0 + +[6717] 朗 +PL 0.4909,0,0,0.4909,7.4365,0,1.7731,7.4365,0,1.7731,9,0,1.7731,9,0,1.7731,9,0 +PL 0.9217,0,0,1.9794,0.791,0,2.4242,1.3446,0,2.6309,2.1356,0,2.4736,2.3248,0,2.33,2.5057,0,2.2004,2.6695,0 +PL 3.0547,0,0,3.0547,1.0678,0,3.0547,1.0678,0,3.0547,1.0678,0 +PL 3.8781,0,0,4.7082,2.7373,0,4.8164,5.5509,0,4.7359,8.4661,0,6.8657,8.4661,0,6.8657,0,0,6.0146,0,0,6.0146,0,0,6.0146,0,0 +PL 5.1565,3.1653,0,6.4419,3.1653,0,6.4419,3.1653,0,6.4419,3.1653,0 +PL 0.9217,4.2331,0,3.0547,4.2331,0,3.0547,5.8348,0,0.9217,5.8348,0,0.9217,5.8348,0,0.9217,5.8348,0 +PL 5.1565,5.8348,0,6.4419,5.8348,0,6.4419,5.8348,0,6.4419,5.8348,0 +PL 3.0547,6.3687,0,3.0547,7.4365,0,2.2004,7.4365,0,2.2004,7.4365,0,2.2004,7.4365,0 + +[671b] 望 +PL 0.3726,0,0,3.7595,0,0,3.7416,0.7712,0,3.6436,1.1865,0,3.3599,1.6017,0,1.2237,1.6017,0,1.2237,1.6017,0,1.2237,1.6017,0 +PL 4.1833,1.6017,0,3.8853,2.0155,0,3.7735,2.4209,0,3.7595,3.1652,0,0.7999,3.1652,0,0.7999,3.1652,0,0.7999,3.1652,0 +PL 4.6138,1.6017,0,6.3233,1.6017,0,6.3233,1.6017,0,6.3233,1.6017,0 +PL 4.1833,0,0,7.1744,0,0,7.1744,0,0,7.1744,0,0 +PL 4.1833,3.1652,0,6.7433,3.1652,0,6.7433,3.1652,0,6.7433,3.1652,0 +PL 3.3599,4.767,0,2.0044,5.5791,0,1.1183,5.7981,0,0.7999,7.9322,0,1.6545,7.9322,0,1.6545,9,0,1.6545,9,0,1.6545,9,0 +PL 2.0783,7.9322,0,3.3599,7.9322,0,3.3599,7.9322,0,3.3599,7.9322,0 +PL 4.6138,8.1991,0,5.3146,8.1214,0,6.0256,8.0353,0,6.7433,7.9322,0 +PL 6.7433,6.3687,0,6.7433,7.3983,0,6.0256,7.2444,0,5.3146,7.082,0,4.6138,6.9025,0 +PL 5.0376,4.767,0,5.8855,4.9279,0,6.2463,5.4449,0,6.3233,6.3687,0,4.8029,6.1511,0,4.1378,5.8743,0,3.7595,5.3009,0 + +[671d] 朝 +PLC 0.4267,6.3687,0,2.9589,6.3687,0,2.9589,3.2035,0,0.4267,3.2035,0 +L -0.0006,7.9705,3.3855,7.9705 +L -0.0006,1.6016,3.3855,1.6016 +L 2.9589,4.7669,0.4267,4.7669 +L 1.677,9,1.677,6.3687 +L 1.677,3.2035,1.677,0 +PL 6.7724,5.8349,0,4.6674,5.8349,0,4.6674,8.4662,0,6.7724,8.4662,0,6.7724,0,0,5.5213,0,0 +L 4.3697,3.1652,6.7724,3.1652 +A -7.4679,5.8349,12.1348,331.26,360 + +[671f] 期 +L 0.8301,0,2.1158,1.6017 +PL 4.6446,0,0,4.2208,0.5338,0,3.8005,1.0678,0,3.3977,1.6018,0 +PL 6.3538,0,0,7.6353,0,0,7.6353,3.2035,0,5.5027,3.2035,0,5.4848,2.0367,0,5.3766,1.3447,0,5.0719,0.5338,0 +PL 0.8301,2.6695,0,1.6885,2.6695,0,1.6885,6.9027,0,1.1071,7.2725,0,0.8301,7.4365,0 +PL 2.1158,2.6695,0,3.7932,2.6695,0,3.7932,4.2331,0,2.1158,4.2331,0 +PL 5.5027,3.7372,0,5.5027,8.5043,0,7.6353,8.5043,0,7.6353,3.7372,0 +PL 3.7932,4.7669,0,3.7932,5.8348,0,2.1158,5.8348,0 +L 5.9297,5.8348,7.208,5.8348 +PL 3.7932,6.6357,0,2.8829,7.5042,0,2.0489,7.788,0,1.6885,9.0382,0 +PL 4.2208,7.4365,0,3.9196,7.8518,0,3.8072,8.267,0,3.7932,9.0382,0 + +[6728] 木 +L 0.0001,6.8643,6.7727,6.8643 +L 3.3862,0,3.3862,8.9999 +L 3.658,6.8643,6.7727,1.5634 +L 3.3862,6.6512,0.0001,1.5634 + +[672a] 未 +PL 3.8512,0,0,3.7672,1.6002,0,3.701,3.1921,0,3.6379,4.767,0,2.5693,3.5452,0,1.5084,2.3149,0,0.4612,1.0678,0 +PL 6.8073,1.0678,0,5.9527,2.4012,0,5.1125,3.7261,0,4.275,5.034,0,2.9966,5.137,0,1.7217,5.2232,0,0.4612,5.3009,0 +PL 3.8512,5.8349,0,3.5539,7.6666,0,2.6919,8.0325,0,1.3154,7.9322,0 +PL 4.7023,5.3009,0,7.2349,5.3009,0,7.2349,5.3009,0,7.2349,5.3009,0 +PL 4.7023,7.9322,0,6.3835,7.9322,0,6.3835,7.9322,0,6.3835,7.9322,0 +PL 4.275,7.9322,0,4.1248,8.3023,0,3.9812,8.6554,0,3.8512,9,0 + +[672b] 末 +PL 3.8196,0,0,3.7355,1.411,0,3.6686,2.822,0,3.6056,4.2332,0,2.5412,3.1921,0,1.4796,2.1342,0,0.4288,1.0678,0 +PL 6.7756,1.0678,0,4.9543,3.5099,0,3.5919,4.435,0,1.2554,4.767,0 +PL 3.8196,5.3009,0,3.3464,7.2853,0,2.124,7.575,0,0.4288,7.3983,0 +PL 4.6461,4.767,0,6.355,4.767,0,6.355,4.767,0,6.355,4.767,0 +PL 4.6461,7.3983,0,7.2061,7.3983,0,7.2061,7.3983,0,7.2061,7.3983,0 +PL 4.2469,7.3983,0,3.9453,7.8137,0,3.8336,8.2288,0,3.8196,9,0 + +[672c] 本 +L 0,6.8643,6.7731,6.8643 +L 1.678,2.0974,5.095,2.0974 +L 0.2137,2.0974,3.0944,6.8643 +L 6.3458,2.0974,3.6601,6.8643 +PL 3.4023,4.4985,0,3.3865,8.9999,0,3.3865,0,0 + +[672d] 札 +L 1.5873,0,1.5873,9 +L 1.5873,5.1501,0.3058,3.1652 +L 2.4111,4.5001,1.5873,6.0483 +L 2.4111,6.9027,0.3058,6.9027 +PL 3.906,9,0,3.906,2,0.1231,4.4061,0,0,7.5058,0,0,7.5058,1.5,0 + +[6731] 朱 +PL 3.9703,0,0,3.8897,1.411,0,3.8232,2.8221,0,3.7605,4.2332,0,2.6954,3.356,0,1.631,2.4788,0,0.5838,1.6018,0 +PL 6.9614,1.6018,0,4.8112,3.7953,0,3.1998,4.5312,0,0.5838,4.767,0 +PL 4.8249,4.767,0,7.361,4.767,0,7.361,4.767,0,7.361,4.767,0 +PL 3.9703,5.3009,0,3.7605,7.0142,0,3.0772,7.4394,0,1.8688,7.3983,0,1.5715,6.8912,0,1.2913,6.3674,0,1.0142,5.8348,0 +PL 4.4014,7.3983,0,4.1002,7.8136,0,3.9878,8.2288,0,3.9703,9,0 +PL 4.8249,7.3983,0,6.5344,7.3983,0,6.5344,7.3983,0,6.5344,7.3983,0 + +[6734] 朴 +PL 2.2024,0,0,2.1184,1.6003,0,2.048,3.1921,0,1.9884,4.7669,0,1.4806,4.0791,0,0.9836,3.3828,0,0.4929,2.6696,0 +PL 5.5924,0,0,5.5924,9.0382,0,5.5924,9.0382,0,5.5924,9.0382,0 +PL 7.6939,3.7373,0,7.123,4.2698,0,6.5665,4.7938,0,6.0127,5.3009,0 +PL 3.4528,4.2712,0,2.6784,5.0551,0,2.2441,5.7373,0,1.7783,6.9026,0,0.4929,6.9026,0,0.4929,6.9026,0,0.4929,6.9026,0 +PL 2.5978,6.9026,0,2.3215,7.3377,0,2.2164,7.8913,0,2.2024,9.0382,0 + +[673a] 机 +PL 1.5601,0,0,1.4761,1.6002,0,1.4099,3.192,0,1.3468,4.7669,0,0.9826,4.079,0,0.625,3.3827,0,0.2817,2.6695,0 +PL 2.8105,0,0,3.9698,2.764,0,4.173,5.4095,0,4.0924,8.5042,0,6.2292,8.5042,0,6.2292,0,0,7.4796,0,0,7.4796,1.6017,0,7.4796,1.6017,0,7.4796,1.6017,0 +PL 2.8105,4.233,0,2.0578,5.0437,0,1.627,5.7359,0,1.1328,6.9026,0,0.2817,6.9026,0,0.2817,6.9026,0,0.2817,6.9026,0 +PL 1.9913,6.9026,0,1.6862,7.3361,0,1.5776,7.8799,0,1.5601,9,0 + +[673d] 朽 +PL 2.1455,0.0001,0,2.0618,1.6003,0,1.9952,3.1921,0,1.9322,4.7669,0,1.5641,4.0693,0,1.2107,3.3545,0,0.864,2.6314,0 +PL 5.96,0.0001,0,6.7827,0.0001,0,7.4342,1.6427,0,7.6303,3.048,0,7.6338,4.7669,0,4.6778,4.7669,0,4.6778,3.6992,0,4.6778,3.6992,0,4.6778,3.6992,0 +PL 3.3962,4.2332,0,2.6222,5.0439,0,2.1844,5.736,0,1.7151,6.9026,0,0.864,6.9026,0,0.864,6.9026,0,0.864,6.9026,0 +PL 5.1016,5.3009,0,5.214,6.2487,0,5.4171,7.1879,0,5.5289,8.4661,0,3.82,8.4661,0,3.82,8.4661,0,3.82,8.4661,0 +PL 2.3276,7.1695,0,2.2681,7.7797,0,2.205,8.3898,0,2.1455,9,0 +PL 5.96,8.4661,0,8.0611,8.4661,0,8.0611,8.4661,0,8.0611,8.4661,0 + +[6749] 杉 +PL 2.1428,0.0382,0,2.0623,1.6385,0,1.9957,3.2304,0,1.9288,4.8052,0,1.5646,4.1074,0,1.2077,3.3927,0,0.8645,2.6696,0 +PL 4.2478,0.0382,0,5.3858,0.4661,0,6.377,1.1484,0,8.0616,2.6696,0 +PL 4.6748,3.7373,0,5.7819,4.171,0,6.5524,4.7147,0,7.6378,5.8348,0 +PL 3.3967,4.2712,0,2.6437,5.0553,0,2.209,5.7374,0,1.7156,6.9026,0,0.8645,6.9026,0,0.8645,6.9026,0,0.8645,6.9026,0 +PL 2.5733,6.9026,0,2.2721,7.3377,0,2.1604,7.8913,0,2.1428,9.0382,0 +PL 4.2478,6.9026,0,5.3616,7.3377,0,6.1321,7.8913,0,7.2389,9.0382,0 + +[6750] 材 +PL 5.3126,0,0,6.1672,0,0,6.0867,1.7811,0,6.0127,3.5452,0,5.9532,5.3008,0,5.0391,4.0692,0,4.1249,2.8206,0,3.2111,1.5637,0 +PL 6.1672,6.1017,0,6.0127,6.3673,0,5.8727,6.6244,0,5.7434,6.8644,0,3.6031,6.8644,0,3.6031,6.8644,0,3.6031,6.8644,0 +PL 6.5945,6.8644,0,6.2929,7.2993,0,6.1812,7.8531,0,6.1672,9,0 +L 1.5016,0,1.5016,9 +L 1.5016,5.1501,0.22,3.1652 +L 2.3254,4.5001,1.5016,6.0483 +L 2.3254,6.9027,0.22,6.9027 + +[6751] 村 +L 1.2816,0,1.2816,9.0001 +L 1.7085,6.9027,0,6.9027 +L 1.2816,5.1501,0,3.1652 +L 2.1053,4.5001,1.2816,6.0483 +L 3.3865,6.9027,6.8494,6.9027 +PL 5.9493,9.0001,0,5.9493,0,0,4.6681,0,0 +L 3.8138,4.767,4.6681,3.6991 + +[675f] 束 +PL 4.1884,0,0,4.1744,1.8715,0,4.0627,2.6922,0,3.7615,3.1653,0,2.7633,2.2881,0,1.7791,1.411,0,0.8019,0.5339,0 +PL 7.148,0.5339,0,5.2956,2.6286,0,3.7927,3.8418,0,1.6565,4.2331,0,1.6565,6.3305,0,3.7615,6.3305,0,4.0452,6.9238,0,4.0452,7.339,0,3.7615,7.9324,0,0.8019,7.9324,0 +PLC 4.1678,5.7768,0,5.3828,6.2868,0,6.7176,6.3305,0,6.7176,4.2331,0,4.6157,4.2331,0 +PL 4.6157,7.9324,0,4.462,8.3023,0,4.3219,8.6553,0,4.1884,9,0 +L 5.0395,7.9324,7.5718,7.9324 + +[6761] 条 +PL 3.4184,0,0,3.3379,0.8772,0,3.2678,1.7542,0,3.2083,2.6314,0,2.14,1.9434,0,1.0788,1.2472,0,0.0351,0.534,0 +PL 6.3815,0.534,0,4.2734,2.3008,0,2.7285,2.9238,0,0.4592,3.1653,0 +L 4.2734,3.1653,6.3815,3.1653 +PL 0.0351,4.2331,0,0.7251,4.2924,0,1.6077,4.7076,0,3.4184,5.8348,0,1.7408,7.9321,0,1.1629,7.3984,0,0.592,6.8644,0,0.0351,6.3305,0 +PL 5.9822,4.2331,0,5.2646,4.767,0,4.5497,5.3009,0,3.8496,5.8348,0,5.1245,7.6652,0,4.2734,7.7684,0,3.4184,7.8545,0,2.5673,7.9322,0,2.4167,8.3023,0,2.27,8.6554,0,2.14,9,0 + +[6765] 来 +L 6.3761,7.9705,0.4269,7.9705 +L 3.3865,9,3.3865,0 +L 6.7726,4.233,-0.0004,4.233 +L 6.3761,0.5339,3.4586,4.233 +L 3.3865,3.9895,-0.0004,0.5339 +L 1.7081,5.5677,1.2668,6.8978 +L 5.0949,5.5677,5.4816,6.9142 + +[676f] 杯 +L 1.3455,0,1.3455,9 +L 1.3455,5.1501,0.0639,3.1652 +L 2.1689,4.5001,1.3455,6.0483 +L 2.1689,6.9027,0.0639,6.9027 +L 3.0547,8.4661,7.2615,8.4661 +L 5.1565,0,5.1565,8.4661 +L 7.2615,3.4322,5.8602,5.8644 +L 2.6309,2.6314,5.1565,5.1636 + +[6771] 東 +L 6.7727,7.9322,0.0004,7.9322 +PLC 5.9195,6.3689,0,5.9195,3.1652,0,0.8242,3.1652,0,0.8242,6.3689,0 +L 5.9195,4.767,0.8242,4.767 +L 3.3866,9.0001,3.3866,0 +L 3.3866,2.8422,0.0004,0.5341 +L 6.3454,0.5341,3.3866,3.0988 + +[677e] 松 +PL 7.7243,0,0,7.7243,1.0296,0,7.7243,1.0296,0,7.7243,1.0296,0 +PL 4.9503,0,0,6.0322,0.4238,0,6.6417,0.8984,0,7.297,1.8305,0,7.146,2.0974,0,7.0024,2.3644,0,6.8732,2.6314,0 +PL 3.0552,0,0,4.3409,0,0,4.5511,1.7359,0,4.9503,3.2852,0,5.1636,4.767,0 +PL 1.7771,0,0,1.6931,1.6003,0,1.6227,3.1921,0,1.5596,4.767,0,1.2027,4.0692,0,0.863,3.3546,0,0.5264,2.6314,0 +PL 2.6314,4.767,0,2.1554,5.2005,0,1.8223,5.7444,0,1.3463,6.8644,0,0.5264,6.8644,0,0.5264,6.8644,0,0.5264,6.8644,0 +PL 3.4825,5.0339,0,4.0852,6.3814,0,4.309,7.2712,0,4.3409,8.4662,0 +PL 7.7243,4.767,0,6.9187,6.1526,0,6.5401,7.589,0,6.442,9,0 +PL 2.2009,6.8644,0,1.9029,7.2993,0,1.7911,7.8531,0,1.7771,9,0 + +[677f] 板 +PL 7.6939,0,0,7.2666,0.5339,0,6.8393,1.0679,0,6.4089,1.6017,0 +PL 4.3039,0,0,4.8639,0.7132,0,5.4352,1.4096,0,6.0127,2.0973,0,5.4142,3.3038,0,5.1935,4.2726,0,5.1616,5.8347,0,4.3039,5.8347,0,4.3039,5.8347,0,4.3039,5.8347,0 +PL 3.0255,0.267,0,3.7221,3.0367,0,3.8976,5.62,0,3.8832,8.4661,0,7.6939,8.4661,0,7.6939,8.4661,0,7.6939,8.4661,0 +PL 6.4089,2.8983,0,7.0109,4.253,0,7.2354,5.0141,0,7.2666,5.8347,0,5.5924,5.8347,0,5.5924,5.8347,0,5.5924,5.8347,0 +L 1.7783,0,1.7783,9 +L 1.7783,5.15,0.4929,3.1652 +L 2.5978,4.5,1.7783,6.0483 +L 2.5978,6.9027,0.4929,6.9027 + +[6790] 析 +PL 1.5016,0,0,1.4175,1.6003,0,1.3478,3.1922,0,1.2883,4.767,0,0.924,4.0692,0,0.5629,3.3545,0,0.2165,2.6313,0 +PL 5.7434,0,0,5.7434,5.3008,0,3.6031,5.3008,0,3.6104,3.5735,0,3.4283,2.1597,0,2.7803,0.5339,0 +PL 2.7803,4.2331,0,2.0059,5.0424,0,1.5646,5.7246,0,1.0708,6.8644,0,0.2165,6.8644,0,0.2165,6.8644,0,0.2165,6.8644,0 +PL 6.1672,5.3008,0,7.4176,5.3008,0,7.4176,5.3008,0,7.4176,5.3008,0 +PL 3.6031,5.8348,0,3.6031,7.9322,0,5.2492,8.0707,0,6.2303,8.3277,0,7.0215,8.4662,0 +PL 1.9219,6.8644,0,1.628,7.2994,0,1.5156,7.8532,0,1.5016,9,0 + +[6797] 林 +PL 5.9189,6.8643,0,7.2001,6.8643,0,3.3866,6.8643,0,4.6374,6.8643,0 +PL 0.8239,6.8643,0,0.0001,6.8643,0,2.5324,6.8643,0 +L 1.2508,8.9999,1.2508,0 +L 5.0646,0,5.0646,8.9999 +L 5.0646,6.1824,2.9593,2.0974 +L 7.2001,2.0974,5.0646,6.0977 +L 1.2508,5.149,0.0001,3.1652 +L 2.5324,4.2328,1.2508,5.571 + +[679a] 枚 +PL 1.9894,0,0,1.9088,1.6004,0,1.8391,3.1922,0,1.7761,4.7671,0,1.4118,4.0693,0,1.0542,3.3546,0,0.7075,2.6314,0 +PL 3.4573,0,0,4.2243,0.7995,0,5.0124,1.5905,0,5.8039,2.3644,0,5.2222,3.5354,0,4.6548,4.6893,0,4.0944,5.8349,0,3.9441,5.671,0,3.8005,5.4902,0,3.6706,5.3009,0 +PL 7.4851,0,0,7.0543,0.534,0,6.6266,1.0678,0,6.1958,1.6018,0 +PL 6.1958,3.4323,0,6.7986,4.8052,0,7.0224,5.695,0,7.0543,6.8645,0,5.2575,6.8462,0,4.4905,6.7175,0,4.0944,6.3687,0 +PL 3.2398,4.2331,0,2.4692,5.0424,0,2.0353,5.7246,0,1.5656,6.8645,0,0.7075,6.8645,0,0.7075,6.8645,0,0.7075,6.8645,0 +PL 2.3855,6.8645,0,2.1085,7.2995,0,2.0069,7.8532,0,1.9894,9.0001,0 +PL 4.5217,7.3983,0,4.8229,7.8136,0,4.9353,8.2289,0,4.9493,9.0001,0 + +[679c] 果 +PL 3.7271,0,0,3.6431,1.0679,0,3.5734,2.1356,0,3.5138,3.2034,0,2.4452,2.3249,0,1.3879,1.4379,0,0.3403,0.5339,0 +PL 6.6867,0.5339,0,4.5782,2.77,0,2.9566,3.5227,0,0.3403,3.6991,0 +PL 3.7271,4.5001,0,3.5734,4.767,0,3.4333,5.0339,0,3.2963,5.3009,0,1.1914,5.3009,0,1.1914,8.4661,0,6.2913,8.4661,0,6.2913,5.3009,0,4.1544,5.3009,0,3.8571,5.8348,0,3.5734,6.3688,0,3.2963,6.9026,0,1.6222,6.9026,0,1.6222,6.9026,0,1.6222,6.9026,0 +PL 4.5821,3.6991,0,7.1179,3.6991,0,7.1179,3.6991,0,7.1179,3.6991,0 +PL 4.5821,6.9026,0,5.864,6.9026,0,5.864,6.9026,0,5.864,6.9026,0 +PL 4.1544,6.9026,0,4.0038,7.2727,0,3.8571,7.6259,0,3.7271,7.9703,0 + +[679d] 枝 +PL 1.9894,0,0,1.9088,1.6003,0,1.8391,3.192,0,1.7761,4.767,0,1.4118,4.0692,0,1.0542,3.3545,0,0.7075,2.6314,0 +PL 3.4573,0,0,4.2243,0.7132,0,5.0124,1.4097,0,5.8039,2.0975,0,4.9034,3.6384,0,4.5711,4.4591,0,4.5217,5.2628,0,5.8039,5.2628,0,5.667,6.8843,0,5.1486,7.3786,0,4.0944,7.3984,0 +PL 7.4851,0,0,7.0543,0.5325,0,6.6266,1.0565,0,6.1958,1.5635,0 +PL 6.1958,2.6314,0,7.4851,5.034,0,6.6266,5.1864,0,6.1958,5.2628,0 +PL 3.2398,4.2332,0,2.4692,5.017,0,2.0353,5.6991,0,1.5656,6.8644,0,0.7075,6.8644,0 +PL 2.3855,6.8644,0,2.1085,7.2994,0,2.0069,7.8533,0,1.9894,9.0001,0 +PL 6.1958,7.3984,0,5.9195,7.8136,0,5.8179,8.2289,0,5.8039,9.0001,0 +L 6.6266,7.3984,7.9054,7.3984 + +[67a0] 枠 +PL 2.5076,6.9025,0,2.206,7.3107,0,2.1013,7.8545,0,2.0835,9,0 +PL 2.0835,0,0,1.9998,1.6003,0,1.9294,3.1921,0,1.8698,4.7669,0,1.5056,4.0692,0,1.1452,3.3545,0,0.8019,2.6314,0 +PL 5.4703,0,0,5.3828,2.3291,0,4.8262,3.0988,0,3.3342,3.1653,0 +PL 5.8976,3.1653,0,5.5968,3.5805,0,5.4843,3.9958,0,5.4703,4.7669,0 +PL 6.3214,3.1653,0,7.5718,3.1653,0,7.5718,3.1653,0,7.5718,3.1653,0 +PL 3.3342,4.233,0,2.5812,5.0438,0,2.1434,5.7359,0,1.6565,6.9025,0,0.8019,6.9025,0,0.8019,6.9025,0,0.8019,6.9025,0 +PL 3.7615,5.3009,0,4.1884,5.9379,0,4.6157,6.5579,0,5.0395,7.1695,0,4.7107,7.7062,0,4.3776,7.9039,0,3.7615,7.9322,0 +PL 6.7176,5.3009,0,6.4405,5.7543,0,6.3389,6.4365,0,6.3214,7.9322,0,5.7085,7.9717,0,5.3726,8.2486,0,5.0395,9,0 +PL 7.148,5.3009,0,8.0026,5.3009,0,8.0026,6.3687,0,8.0026,6.3687,0,8.0026,6.3687,0 + +[67a2] 枢 +PL 2.1455,0.0382,0,2.0618,1.6385,0,1.9952,3.2304,0,1.9322,4.8052,0,1.5641,4.1074,0,1.2107,3.3927,0,0.864,2.6695,0 +PL 3.82,0.0382,0,3.82,8.5043,0,7.6338,8.5043,0,7.6338,8.5043,0,7.6338,8.5043,0 +PL 4.2505,0.0382,0,8.0611,0.0382,0,8.0611,0.0382,0,8.0611,0.0382,0 +PL 4.6778,1.6018,0,5.2315,2.5918,0,5.7849,3.5735,0,6.3523,4.5382,0,5.9317,5.1484,0,5.5114,5.7585,0,5.1016,6.3687,0 +PL 7.21,2.1357,0,7.0563,2.8589,0,6.9127,3.5735,0,6.7827,4.2712,0 +PL 2.9689,4.8052,0,2.4922,5.2134,0,2.1665,5.7571,0,1.7151,6.9026,0,0.864,6.9026,0,0.864,6.9026,0,0.864,6.9026,0 +PL 6.7827,5.3009,0,6.7827,7.4365,0,6.7827,7.4365,0,6.7827,7.4365,0 +PL 2.5416,6.9026,0,2.2614,7.3377,0,2.1634,7.8913,0,2.1455,9.0382,0 + +[67af] 枯 +PL 1.7131,0.0152,0,1.629,1.6154,0,1.5621,3.2073,0,1.4991,4.7821,0,1.1348,4.0943,0,0.7779,3.3979,0,0.4347,2.6847,0 +PL 3.818,0.0152,0,3.818,4.2863,0,5.5234,4.2863,0,5.3766,6.3584,0,4.7462,6.9305,0,3.3943,6.9177,0 +PL 4.2453,0.0152,0,7.2046,0.0152,0,7.2046,4.2863,0,5.9542,4.2863,0,5.9542,4.2863,0,5.9542,4.2863,0 +PL 2.5673,4.7821,0,2.091,5.2172,0,1.7583,5.7708,0,1.2893,6.9177,0,0.4347,6.9177,0,0.4347,6.9177,0,0.4347,6.9177,0 +PL 2.1404,6.9177,0,1.8388,7.3527,0,1.7267,7.9064,0,1.7131,9.0534,0 +PL 5.9542,6.9177,0,5.653,7.3527,0,5.5413,7.9064,0,5.5234,9.0534,0 +PL 6.3815,6.9177,0,7.6284,6.9177,0,7.6284,6.9177,0,7.6284,6.9177,0 + +[67b6] 架 +PL 4.2505,0,0,4.1668,0.904,0,4.0964,1.7909,0,4.0372,2.6695,0,2.3732,1.1666,0,1.5504,0.6129,0,0.864,0.5339,0 +PL 6.7827,0.5339,0,4.8112,2.4887,0,3.2418,3.0536,0,0.864,3.2033,0 +PL 5.1016,3.2033,0,7.6338,3.2033,0,7.6338,3.2033,0,7.6338,3.2033,0 +PL 0.864,4.7669,0,1.2878,5.5677,0,1.7151,6.3686,0,2.1455,7.1695,0,1.8131,7.733,0,1.4765,7.9407,0,0.864,7.9704,0 +PL 2.5416,4.7669,0,3.6764,5.2585,0,3.8862,6.4619,0,3.82,7.9704,0,2.5416,7.9704,0,2.398,8.3404,0,2.2681,8.6935,0,2.1455,9.0382,0 +PLC 5.1016,6.2048,0,5.1016,7.9704,0,7.21,7.9704,0,7.21,5.3007,0,5.1016,5.3007,0 + +[67c4] 柄 +PL 1.9332,0,0,1.8488,1.6003,0,1.7756,3.1921,0,1.7161,4.767,0,1.3585,4.0792,0,1.0152,3.3828,0,0.6793,2.6695,0 +PL 4.0627,0,0,4.0627,6.3686,0,5.2217,6.5142,0,5.67,7.1257,0,5.7439,8.4661,0,3.6389,8.4661,0,3.6389,8.4661,0,3.6389,8.4661,0 +PL 6.5981,0,0,7.4527,0,0,7.4527,6.3686,0,6.5319,6.339,0,6.0938,6.1314,0,5.7439,5.5678,0,6.0167,4.767,0,6.3043,3.9661,0,6.5981,3.1653,0 +PL 4.49,2.6695,0,4.7628,3.3828,0,5.043,4.0792,0,5.3166,4.767,0 +PL 3.2081,4.2331,0,2.4337,5.0438,0,1.9928,5.7359,0,1.5021,6.9026,0,0.6793,6.9026,0,0.6793,6.9026,0,0.6793,6.9026,0 +PL 2.3532,6.9026,0,2.0593,7.3362,0,1.9469,7.88,0,1.9332,9,0 +PL 6.1712,8.4661,0,7.88,8.4661,0,7.88,8.4661,0,7.88,8.4661,0 + +[67d0] 某 +PL 3.7286,0,0,3.6446,0.904,0,3.5749,1.791,0,3.5153,2.6696,0,1.8307,1.1667,0,0.9967,0.613,0,0.3141,0.534,0 +PL 6.2574,0.534,0,4.268,2.4718,0,2.6678,3.0452,0,0.3141,3.2035,0 +PL 4.5486,3.2035,0,7.1124,3.2035,0,7.1124,3.2035,0,7.1124,3.2035,0 +PL 3.7286,3.7373,0,3.7286,4.7669,0,2.0198,4.7669,0,1.9879,6.8857,0,1.5781,7.784,0,0.3141,7.9704,0 +PL 4.1248,4.7669,0,5.4063,4.7669,0,5.4063,6.3687,0,2.4436,6.3687,0,2.4436,6.3687,0,2.4436,6.3687,0 +PL 5.4063,7.1696,0,5.2561,7.4365,0,5.1051,7.7035,0,4.979,7.9704,0,2.4436,7.9704,0,2.2926,8.3405,0,2.149,8.6936,0,2.0198,9.0382,0 +PL 5.8336,7.9704,0,5.6834,8.3405,0,5.5363,8.6936,0,5.4063,9.0382,0 +PL 6.2574,7.9704,0,7.1124,7.9704,0,7.1124,7.9704,0,7.1124,7.9704,0 + +[67d3] 染 +PL 4.0944,0,0,4.0138,0.8771,0,3.9441,1.7543,0,3.8842,2.6314,0,2.8125,1.9337,0,1.7551,1.219,0,0.7075,0.4957,0 +PL 7.0543,0.4957,0,4.8369,2.3659,0,3.1281,2.9733,0,0.7075,3.1653,0 +PL 4.9493,3.1653,0,7.4851,3.1653,0,7.4851,3.1653,0,7.4851,3.1653,0 +PL 0.7075,4.233,0,1.1383,4.7655,0,1.5656,5.2896,0,1.9894,5.7968,0 +PL 2.8125,4.767,0,3.2398,5.5664,0,3.6706,6.3574,0,4.0944,7.1314,0,3.7651,7.6949,0,3.4328,7.9026,0,2.8125,7.9322,0 +PL 5.8039,5.2627,0,5.8039,7.9322,0,4.5217,7.9322,0,4.3711,8.3023,0,4.2243,8.6553,0,4.0944,9,0 +PL 6.1958,5.2627,0,7.0543,5.2627,0,7.0543,6.3305,0,7.0543,6.3305,0,7.0543,6.3305,0 + +[67d4] 柔 +PL 4.2478,0,0,4.1673,0.7233,0,4.1007,1.4379,0,4.0338,2.1357,0,2.9694,1.6018,0,1.9117,1.0678,0,0.8645,0.5339,0 +PL 6.8151,0.5339,0,4.7763,2.0269,0,3.106,2.5114,0,0.8645,2.6314,0 +PL 5.1056,2.6314,0,7.6378,2.6314,0,7.6378,2.6314,0,7.6378,2.6314,0 +PL 1.5016,4.2332,0,2.125,4.8701,0,2.7554,5.4901,0,3.3967,6.1017,0,2.5421,6.2048,0,1.6945,6.291,0,0.8645,6.3687,0 +PL 4.2478,4.767,0,4.1007,5.3009,0,3.9498,5.8348,0,3.8205,6.3687,0 +PL 6.384,4.767,0,6.6607,5.2232,0,6.9444,5.671,0,7.2389,6.1017,0,5.9567,6.5481,0,4.6748,6.9775,0,3.3967,7.3983,0 +PL 5.3196,7.3983,0,5.5294,7.6653,0,5.7434,7.9323,0,5.9567,8.1993,0,4.4054,8.3024,0,2.8468,8.3885,0,1.2918,8.4661,0 + +[67f1] 柱 +PL 3.2111,0,0,5.3126,0,0,5.3161,2.3489,0,4.941,3.4349,0,3.6031,3.6991,0 +L 5.7434,0,7.4176,0 +L 6.1672,3.6991,7.0215,3.6991 +PL 5.7434,3.6991,0,5.4387,4.1723,0,5.3298,4.9929,0,5.3126,6.8644,0,3.6031,6.8644,0 +L 5.7434,7.9322,4.885,9 +L 5.7434,6.8644,7.0215,6.8644 +L 1.5016,0,1.5016,9 +L 1.5016,5.15,0.2165,3.1652 +L 2.3247,4.5,1.5016,6.0483 +L 2.3247,6.9027,0.2165,6.9027 + +[67f3] 柳 +PL 1.1593,0,0,1.0826,1.6003,0,1.0122,3.1921,0,0.9527,4.7669,0,0.7394,4.4224,0,0.5254,4.0693,0,0.3083,3.6992,0 +PL 2.6304,0,0,3.1172,0.7134,0,3.6149,1.4096,0,4.1228,2.0974,0,4.0422,2.4675,0,3.9718,2.8206,0,3.9088,3.1653,0,3.4118,2.7896,0,2.9141,2.6512,0,1.9859,2.6314,0 +PL 5.3766,0,0,5.3766,7.9323,0,7.0855,7.9323,0,7.0855,2.0974,0,6.2277,2.0974,0,6.2277,2.0974,0,6.2277,2.0974,0 +PL 2.8405,3.1653,0,2.8405,7.9323,0,3.4009,8.1215,0,3.9718,8.3023,0,4.5501,8.4662,0 +PL 4.1228,3.6992,0,4.1228,6.8644,0,4.1228,6.8644,0,4.1228,6.8644,0 +PL 1.9859,4.7669,0,1.4606,5.4293,0,0.9846,6.202,0,0.3083,6.8644,0 +PL 1.5621,6.8644,0,1.2823,7.2995,0,1.1769,7.8531,0,1.1593,9,0 + +[67fb] 査 +PL 0.4612,0,0,2.142,0,0,2.142,4.767,0,5.5289,4.767,0,5.5289,0,0,7.2349,0,0,7.2349,0,0,7.2349,0,0 +PL 2.5662,0,0,5.13,0,0,5.13,0,0,5.13,0,0 +PL 2.5662,1.5635,0,5.13,1.5635,0,5.13,1.5635,0,5.13,1.5635,0 +PL 2.5662,3.1653,0,5.13,3.1653,0,5.13,3.1653,0,5.13,3.1653,0 +PL 6.8073,5.2628,0,5.8932,5.9858,0,4.979,6.7006,0,4.0652,7.3984,0,3.9812,6.8644,0,3.9108,6.3305,0,3.8512,5.7966,0 +PL 0.6745,5.2628,0,1.8972,6.0636,0,2.6114,6.6864,0,3.4239,7.6653,0,2.4226,7.7683,0,1.4415,7.8546,0,0.4612,7.9322,0 +PL 3.8512,7.9322,0,3.8512,9.0001,0,3.8512,9.0001,0,3.8512,9.0001,0 +PL 4.275,7.9322,0,7.2349,7.9322,0,7.2349,7.9322,0,7.2349,7.9322,0 + +[6804] 栄 +PL 3.8512,0,0,3.7672,1.2573,0,3.701,2.5058,0,3.6379,3.7374,0,2.5693,2.8589,0,1.5084,1.9719,0,0.4612,1.0679,0 +PL 6.8073,1.0679,0,4.9268,3.1612,0,3.5504,3.9577,0,1.3154,4.2714,0 +PL 0.4612,5.3009,0,0.4612,6.9026,0,2.0198,7.0058,0,3.5714,7.092,0,5.13,7.1696,0,5.5363,7.8067,0,5.9527,8.4267,0,6.3835,9.0383,0 +PL 3.8512,8.2373,0,3.701,8.5044,0,3.5539,8.7713,0,3.4239,9.0383,0 +PL 2.142,8.2373,0,1.9879,8.5044,0,1.8443,8.7713,0,1.7151,9.0383,0 +PL 3.8512,4.7671,0,3.8512,5.8348,0,3.8512,5.8348,0,3.8512,5.8348,0 +PL 4.7023,4.2714,0,6.3835,4.2714,0,6.3835,4.2714,0,6.3835,4.2714,0 +PL 7.2349,5.3009,0,7.2349,6.9026,0,5.5289,6.9026,0,5.5289,6.9026,0,5.5289,6.9026,0 + +[6813] 栓 +PL 1.6807,0,0,1.6037,1.6003,0,1.5305,3.1922,0,1.4709,4.767,0,1.1032,4.0692,0,0.7456,3.3545,0,0.4023,2.6313,0 +PL 3.3619,0,0,5.4952,0,0,5.4952,1.8546,0,5.2115,2.8616,0,4.2165,3.1653,0 +PL 5.898,0,0,7.6037,0,0,7.6037,0,0,7.6037,0,0 +PL 5.898,3.1653,0,5.614,3.6003,0,5.5089,4.154,0,5.4952,5.3008,0,4.276,5.3207,0,3.7261,5.459,0,3.3619,5.8348,0,4.0627,6.9011,0,4.7734,7.9591,0,5.4952,9,0,6.1989,7.9591,0,6.9029,6.9011,0,7.6037,5.8348,0,7.257,5.459,0,6.8083,5.3207,0,5.898,5.3008,0 +PL 2.9346,4.2331,0,2.1609,5.0424,0,1.7227,5.7246,0,1.2569,6.8644,0,0.4023,6.8644,0,0.4023,6.8644,0,0.4023,6.8644,0 +PL 2.0768,6.8644,0,1.7998,7.2994,0,1.6951,7.8532,0,1.6807,9,0 + +[6821] 校 +L 5.0945,7.4364,5.0945,9.0001 +L 1.281,0,1.281,9.0001 +L 1.7083,6.9027,-0.0002,6.9027 +L 1.281,5.1501,-0.0002,3.1652 +L 2.1048,4.5001,1.281,6.0483 +L 2.959,7.4364,7.1998,7.4364 +L 3.1429,5.3322,4.2406,6.3689 +L 6.7889,5.3139,5.9487,6.3689 +A -0.7921,5.501,6.781,305.782,353.786 +A 10.9814,5.501,6.781,186.214,234.218 + +[682a] 株 +PL 1.436,0,0,1.3555,1.6002,0,1.2854,3.192,0,1.2259,4.7669,0,0.862,4.079,0,0.5012,3.3827,0,0.1577,2.6695,0 +PL 5.2537,0,0,5.2366,2.274,0,5.1276,3.2429,0,4.8229,3.7373,0,4.2559,2.8588,0,3.6951,1.9717,0,3.1421,1.0677,0 +PL 7.3867,1.0677,0,6.5325,2.3149,0,5.6775,3.5451,0,4.8229,4.7669,0,3.6286,4.7472,0,3.0822,4.6088,0,2.7214,4.233,0,1.9439,5.0437,0,1.4991,5.7359,0,1.0123,6.9026,0,0.1577,6.9026,0,0.1577,6.9026,0,0.1577,6.9026,0 +PL 5.6775,4.7669,0,5.3661,5.4394,0,5.1416,6.2302,0,4.8229,6.9026,0,3.9301,6.685,0,3.492,6.4082,0,3.1421,5.8347,0 +PL 6.1052,4.7669,0,7.3867,4.7669,0,7.3867,4.7669,0,7.3867,4.7669,0 +PL 1.8672,6.9026,0,1.5625,7.3361,0,1.4504,7.8799,0,1.436,9,0 +PL 5.6775,6.9026,0,5.3798,7.3361,0,5.2712,7.8799,0,5.2537,9,0 +PL 6.1052,6.9026,0,6.9629,6.9026,0,6.9629,6.9026,0,6.9629,6.9026,0 +PL 3.9683,7.4364,0,3.9683,8.5042,0,3.9683,8.5042,0,3.9683,8.5042,0 + +[6838] 核 +PL 1.6545,0,0,1.5705,1.6004,0,1.5036,3.1922,0,1.437,4.7671,0,1.0728,4.0694,0,0.7194,3.3546,0,0.3726,2.6314,0 +PL 3.542,0,0,4.7434,1.411,0,5.9591,2.8221,0,7.1744,4.2331,0 +PL 7.5698,0,0,7.146,0.5325,0,6.7257,1.0565,0,6.3233,1.5636,0 +PL 3.3599,2.0975,0,3.9133,2.6314,0,4.467,3.1653,0,5.0376,3.6991,0,4.467,4.4125,0,3.9133,5.1088,0,3.3599,5.7967,0 +PL 2.9326,4.2331,0,2.162,5.0424,0,1.7141,5.7246,0,1.2237,6.8645,0,0.3726,6.8645,0,0.3726,6.8645,0,0.3726,6.8645,0 +PL 5.4649,4.2331,0,5.7419,4.7655,0,6.0256,5.2896,0,6.3233,5.7967,0 +PL 4.6138,5.7967,0,4.9083,6.2119,0,5.02,6.6272,0,5.0376,7.3984,0,3.7175,7.2599,0,2.852,7.003,0,2.0783,6.8645,0,1.7803,7.2996,0,1.6685,7.8531,0,1.6545,9.0001,0 +PL 5.4649,7.3984,0,5.4649,9.0001,0,5.4649,9.0001,0,5.4649,9.0001,0 +PL 5.8922,7.3984,0,7.5698,7.3984,0,7.5698,7.3984,0,7.5698,7.3984,0 + +[6839] 根 +PL 1.9879,0,0,1.9073,1.6002,0,1.8408,3.1921,0,1.7781,4.7668,0,1.4205,4.0691,0,1.0773,3.3545,0,0.7379,2.6312,0 +PL 3.2701,0,0,4.1279,0,0,4.1279,8.4661,0,7.084,8.4661,0,7.084,5.3007,0,5.8024,5.3007,0,5.8024,3.1651,0,6.0192,3.0014,0,6.2329,2.8206,0,6.4469,2.6312,0,6.9337,3.1651,0,7.4272,3.6991,0,7.9421,4.233,0 +PL 7.9421,0,0,7.361,0.7133,0,6.7936,1.4096,0,6.2329,2.0975,0 +PL 4.7373,0.5339,0,5.0841,0.7133,0,5.4382,0.8757,0,5.8024,1.0297,0 +PL 3.2701,4.233,0,2.4996,5.0423,0,2.0548,5.7244,0,1.5641,6.8644,0,0.7379,6.8644,0 +L 4.5552,5.3007,5.3786,5.3007 +PL 2.4191,6.8644,0,2.1178,7.2994,0,2.0054,7.8531,0,1.9879,8.9999,0 +L 4.5552,6.8644,6.6602,6.8644 + +[683c] 格 +PL 2.1433,0,0,2.0593,1.6002,0,1.9927,3.1921,0,1.9293,4.767,0,1.5651,4.0693,0,1.2082,3.3545,0,0.865,2.6314,0 +PL 4.6788,0,0,4.6788,3.1652,0,6.4965,3.1851,0,7.2706,3.3235,0,7.6632,3.6992,0,7.0885,4.4225,0,6.5144,5.137,0,5.9537,5.8349,0,5.1026,5.137,0,4.2585,4.4225,0,3.4284,3.6992,0 +PL 5.1026,0,0,7.2429,0,0,7.2429,2.6314,0,7.2429,2.6314,0,7.2429,2.6314,0 +PL 2.9976,4.767,0,2.5216,5.202,0,2.192,5.7556,0,1.716,6.9025,0,0.865,6.9025,0,0.865,6.9025,0,0.865,6.9025,0 +PL 3.8522,6.3687,0,4.5881,7.5084,0,4.9138,8.1908,0,5.1026,9,0 +PL 6.3845,6.3687,0,6.6612,6.815,0,6.9449,7.2444,0,7.2429,7.6652,0,6.6612,7.7685,0,6.0871,7.8546,0,5.5334,7.9322,0 +PL 2.5703,6.9025,0,2.2691,7.3109,0,2.1574,7.8546,0,2.1433,9,0 + +[683d] 栽 +PL 2.7223,0.0381,0,2.6379,0.9152,0,2.5713,1.7923,0,2.5083,2.6694,0,1.8712,2.1356,0,1.2334,1.6017,0,0.6173,1.0678,0 +PL 4.2175,0.0381,0,4.8343,0.7514,0,5.4678,1.4478,0,6.1091,2.1356,0,5.7936,3.2231,0,5.5803,4.7852,0,5.2822,5.8729,0,0.6173,5.8729,0,0.6173,5.8729,0,0.6173,5.8729,0 +PL 7.3907,0.0381,0,7.0933,0.5706,0,6.8131,1.0946,0,6.5361,1.6017,0 +PL 7.818,0.0381,0,7.818,1.6017,0,7.818,1.6017,0,7.818,1.6017,0 +PL 4.0042,1.6017,0,3.027,2.8135,0,2.2246,3.1101,0,1.0446,3.2033,0 +PL 6.5361,2.6694,0,6.8131,3.3926,0,7.0933,4.1073,0,7.3907,4.805,0 +PL 3.5734,3.2033,0,4.4311,3.2033,0,4.4311,3.2033,0,4.4311,3.2033,0 +PL 2.7223,3.7372,0,2.7223,4.805,0,2.7223,4.805,0,2.7223,4.805,0 +PL 6.1091,5.8729,0,5.8044,6.3206,0,5.6955,7.1412,0,5.6783,9.0381,0 +PL 6.5361,5.8729,0,7.818,5.8729,0,7.818,5.8729,0,7.818,5.8729,0 +PL 2.7223,6.6356,0,2.3717,7.1991,0,1.9409,7.4068,0,1.0446,7.4364,0 +PL 7.818,6.9025,0,7.5241,7.2725,0,7.2369,7.6257,0,6.9634,7.9703,0 +PL 3.1531,7.4364,0,2.8484,7.8517,0,2.7359,8.2669,0,2.7223,9.0381,0 +PL 3.5734,7.4364,0,4.4311,7.4364,0,4.4311,7.4364,0,4.4311,7.4364,0 + +[6843] 桃 +PL 1.534,0.0152,0,1.4499,1.6154,0,1.3795,3.2073,0,1.3165,4.7821,0,0.9596,4.0844,0,0.6163,3.3698,0,0.2797,2.6466,0 +PL 2.5987,0.0152,0,3.2148,0.8924,0,3.8487,1.7694,0,4.4897,2.6466,0,4.406,3.1805,0,4.3356,3.7144,0,4.276,4.2483,0,3.9156,3.9036,0,3.579,3.5505,0,3.2393,3.1805,0 +PL 5.7681,0.0152,0,5.7681,9.0152,0,5.7681,9.0152,0,5.7681,9.0152,0 +PL 6.1989,0.0152,0,7.4811,0.0152,0,7.4811,1.5788,0,7.4811,1.5788,0,7.4811,1.5788,0 +PL 7.0538,3.1805,0,6.7561,3.5505,0,6.4756,3.9036,0,6.1989,4.2483,0 +PL 2.3847,4.7821,0,1.9084,5.2158,0,1.5791,5.7596,0,1.1032,6.8797,0,0.2797,6.8797,0,0.2797,6.8797,0,0.2797,6.8797,0 +PL 4.4897,4.7821,0,4.4897,9.0152,0,4.4897,9.0152,0,4.4897,9.0152,0 +PL 3.6631,6.6127,0,3.5128,6.8797,0,3.3692,7.1466,0,3.2393,7.4135,0 +PL 6.1989,6.3457,0,6.4756,6.7159,0,6.7561,7.0689,0,7.0538,7.4135,0 +PL 1.9543,6.8797,0,1.6597,7.3147,0,1.548,7.8684,0,1.534,9.0152,0 + +[6848] 案 +PL 5.9542,6.3688,0,6.7951,6.5382,0,7.1384,7.0636,0,7.2046,7.9703,0,4.2453,7.9703,0,4.2453,7.9703,0,4.2453,7.9703,0 +PL 5.1031,5.3009,0,5.233,5.5679,0,5.3766,5.8348,0,5.5234,6.1018,0,4.6723,6.291,0,3.818,6.4717,0,2.9635,6.6356,0,3.0962,6.9026,0,3.2398,7.1695,0,3.3943,7.4365,0 +PL 6.3815,3.6991,0,5.0471,4.623,0,3.8005,5.14,0,2.5673,5.3009,0,2.5673,6.3688,0,1.2119,6.4027,0,0.5884,6.7924,0,0.4347,7.9703,0,3.818,7.9703,0,3.818,9.0001,0,3.818,9.0001,0,3.818,9.0001,0 +PL 4.6723,2.6696,0,7.2046,2.6696,0,7.2046,2.6696,0,7.2046,2.6696,0 +PL 6.3815,0.5339,0,4.308,2.0538,0,2.6657,2.5227,0,0.4347,2.6696,0 +PL 3.818,3.2034,0,3.818,4.2331,0,3.0542,4.0946,0,2.1964,3.8376,0,0.8585,3.6991,0 +PL 3.818,0,0,3.7375,0.7231,0,3.6671,1.4379,0,3.6076,2.1356,0,2.5397,1.6018,0,1.4781,1.0679,0,0.4347,0.5339,0 + +[6851] 桑 +PL 4.0303,0,0,3.9533,0.7232,0,3.8801,1.4378,0,3.8205,2.1356,0,2.7519,1.6017,0,1.6872,1.0678,0,0.6158,0.5339,0 +PL 6.5661,0.5339,0,5.8415,1.1708,0,5.134,1.791,0,4.4331,2.4025,0,5.4177,2.5057,0,6.4124,2.5918,0,7.4211,2.6695,0 +PL 0.6158,2.6695,0,3.61,2.6695,0,3.61,2.6695,0,3.61,2.6695,0 +PL 1.2564,3.6991,0,1.4704,3.8884,0,1.6872,4.0692,0,1.9008,4.2329,0,1.7467,4.5001,0,1.6031,4.767,0,1.4704,5.0338,0,3.1792,5.0338,0,2.8955,4.4505,0,2.8955,4.1045,0,3.1792,3.6991,0 +PL 5.0709,3.6991,0,5.2842,3.8884,0,5.4982,4.0692,0,5.7115,4.2329,0,5.4909,4.9844,0,5.3616,5.7951,0,4.8569,6.9025,0,4.1007,6.7641,0,3.2423,6.5071,0,1.9008,6.3686,0 +PL 6.9938,3.6991,0,6.6961,3.8884,0,6.4124,4.0692,0,6.1427,4.2329,0 +PL 6.9938,5.0338,0,6.6961,5.137,0,6.4124,5.2231,0,6.1427,5.3008,0 +PL 5.2842,7.4364,0,5.4177,7.7034,0,5.5613,7.9703,0,5.7115,8.2372,0,4.4331,8.3136,0,3.1617,8.3898,0,1.9008,8.4661,0 + +[685c] 桜 +PL 1.8638,0,0,1.7868,1.6003,0,1.7136,3.192,0,1.654,4.767,0,1.2964,4.0692,0,0.9532,3.3545,0,0.6173,2.6314,0 +PL 4.0042,0,0,4.7047,0.3433,0,5.4083,0.6865,0,6.1091,1.0297,0,5.6853,1.3997,0,5.2647,1.7528,0,4.8584,2.0975,0,4.8584,3.6992,0,3.1983,4.1045,0,2.1895,5.2133,0,1.4719,6.8644,0,0.6173,6.8644,0,0.6173,6.8644,0,0.6173,6.8644,0 +PL 7.3907,0,0,6.5571,1.4421,0,6.7116,2.4095,0,6.9634,3.6992,0,5.2822,3.6992,0,5.2822,5.2628,0,5.2822,5.2628,0,5.2822,5.2628,0 +PL 6.9634,6.3305,0,7.2369,7.0537,0,7.5241,7.7683,0,7.818,8.4661,0 +PL 2.2946,6.8644,0,1.9938,7.2994,0,1.8813,7.8533,0,1.8638,9.0001,0 +PL 4.4311,6.8644,0,4.4136,7.6356,0,4.3019,8.0509,0,4.0042,8.4661,0 +PL 5.6783,7.3984,0,5.6675,8.1695,0,5.5628,8.5848,0,5.2822,9.0001,0 + +[685f] 桟 +PL 2.1428,0.0381,0,2.0623,1.6384,0,1.9957,3.2302,0,1.9288,4.805,0,1.5646,4.1073,0,1.2077,3.3926,0,0.8645,2.6694,0 +PL 7.6378,0.0381,0,7.1475,0.5706,0,6.6607,1.0946,0,6.1738,1.6017,0,5.0881,0.877,0,4.4786,0.6101,0,3.8205,0.572,0 +PL 8.0616,0.0381,0,8.0616,1.6017,0,8.0616,1.6017,0,8.0616,1.6017,0 +PL 6.384,2.1356,0,6.0901,2.6694,0,5.8064,3.2033,0,5.5294,3.7372,0,3.8205,3.7372,0,3.8205,3.7372,0,3.8205,3.7372,0 +PL 6.8151,2.1356,0,7.0845,2.5056,0,7.3615,2.8587,0,7.6378,3.2033,0 +PL 5.5294,4.2711,0,5.3826,5.466,0,4.9445,5.8475,0,4.2478,5.8729,0 +PL 5.9567,4.2711,0,6.6992,4.4096,0,7.3405,4.6666,0,8.0616,4.805,0 +PL 3.0006,4.805,0,2.5246,5.2387,0,2.1915,5.7825,0,1.7156,6.9025,0,0.8645,6.9025,0,0.8645,6.9025,0,0.8645,6.9025,0 +PL 5.9567,5.8729,0,5.6593,6.4054,0,5.3791,6.9293,0,5.1056,7.4364,0,3.8205,7.4364,0,3.8205,7.4364,0,3.8205,7.4364,0 +PL 6.384,6.3687,0,7.6378,6.3687,0,7.6378,6.3687,0,7.6378,6.3687,0 +PL 2.5733,6.9025,0,2.2721,7.3375,0,2.1604,7.8913,0,2.1428,9.0381,0 +PL 5.9567,7.4364,0,5.6555,7.8517,0,5.5437,8.2669,0,5.5294,9.0381,0 +PL 6.384,7.9703,0,6.7906,8.0735,0,7.2105,8.1596,0,7.6378,8.2372,0,7.4907,8.5041,0,7.365,8.7711,0,7.2389,9.0381,0 + +[6885] 梅 +PL 5.2802,0,0,5.8967,0.0296,0,6.2227,0.2374,0,6.531,0.8009,0,6.3874,1.0678,0,6.2574,1.3348,0,6.1348,1.6017,0,3.5749,1.6017,0,3.1402,4.0099,0,2.1455,5.2063,0 +PL 6.9614,1.6017,0,6.6465,2.4025,0,6.4325,3.4323,0,6.1348,4.2332,0,5.1261,4.0622,0,4.8463,3.4252,0,4.8564,2.1356,0 +PL 4.0022,4.2332,0,3.6831,5.0438,0,3.4625,6.0918,0,3.1476,6.9025,0,2.9966,6.7387,0,2.8495,6.558,0,2.7164,6.3687,0,2.2965,6.7119,0,1.8762,7.0551,0 +PL 4.426,4.2332,0,4.7272,4.6681,0,4.8389,5.222,0,4.8564,6.3687,0,4.0022,6.3687,0,4.0022,6.3687,0,4.0022,6.3687,0 +PL 6.9614,4.2332,0,6.6567,4.6681,0,6.5485,5.222,0,6.531,6.3687,0,5.2802,6.3687,0,5.2802,6.3687,0,5.2802,6.3687,0 +PL 3.1476,7.3983,0,3.445,7.8137,0,3.5574,8.2288,0,3.5749,9,0 +PL 4.0022,7.9322,0,7.3887,7.9322,0,7.3887,7.9322,0,7.3887,7.9322,0 +L 1.4699,0,1.4699,9 +L 1.4699,5.1501,0.1915,3.1652 +L 2.2965,4.5001,1.4699,6.0483 +L 2.2965,6.9027,0.1915,6.9027 + +[68a2] 梢 +L 1.2835,0,1.2835,9.0001 +L 1.2835,5.1501,0.0019,3.1652 +L 2.11,4.5001,1.2835,6.0484 +L 2.11,6.9027,0.0019,6.9027 +PL 6.3025,0,0,7.2026,0,0,7.2026,6,0,2.7058,6,0,2.7058,0,0 +L 2.7058,4.5,7.2026,4.5 +L 7.2026,3,2.7058,3 +L 4.954,6,4.954,9.0001 +L 3.9523,7,2.7058,8.25 +L 5.9557,7,7.2026,8.25 + +[68b0] 械 +PL 1.5324,0,0,1.4484,1.6002,0,1.3815,3.1921,0,1.3184,4.767,0,1.1016,4.4225,0,0.8911,4.0693,0,0.6813,3.6992,0 +PL 4.7057,0,0,5.3463,0.6371,0,5.9876,1.257,0,6.6285,1.8686,0,5.921,4.767,0,5.7809,6.3941,0,3.2413,6.9025,0 +L 7.4796,0,6.6285,1.0677 +L 7.8785,0,7.8785,1.6017 +PL 2.814,1.0678,0,3.4973,2.6851,0,3.6759,4.1158,0,3.6686,5.8349,0 +PL 4.9225,1.6017,0,4.9225,4.2332,0,4.0647,4.2332,0,4.0647,4.2332,0,4.0647,4.2332,0 +PL 7.0558,2.8983,0,7.1819,3.5353,0,7.3321,4.1554,0,7.4796,4.767,0 +PL 2.3902,4.767,0,1.8473,5.4393,0,1.357,6.2302,0,0.6813,6.9025,0 +PL 4.9225,4.767,0,4.9225,5.8349,0,4.9225,5.8349,0,4.9225,5.8349,0 +PL 1.9597,6.9025,0,1.6582,7.3109,0,1.5499,7.8546,0,1.5324,9,0 +PL 6.6285,6.9025,0,6.3273,7.3109,0,6.2149,7.8546,0,6.2009,9,0 +L 7.0558,6.9025,7.8785,6.9025 + +[68c4] 棄 +PL 3.8196,0.0001,0,3.7355,0.7133,0,3.6686,1.4097,0,3.6056,2.0975,0,2.5412,1.5904,0,1.4796,1.0664,0,0.4288,0.5338,0 +PL 6.355,0.5338,0,4.2885,2.0269,0,2.6179,2.4858,0,0.4288,2.6314,0 +PL 4.6461,2.6314,0,7.2061,2.6314,0,7.2061,2.6314,0,7.2061,2.6314,0 +PL 3.8196,3.1652,0,3.4693,3.541,0,3.028,3.6794,0,2.11,3.6992,0,1.8757,5.0298,0,1.2729,5.3433,0,0.4288,5.3009,0 +PL 4.2469,3.6992,0,3.2872,5.1031,0,2.1139,6.0325,0,0.8281,6.3686,0 +PL 4.6461,3.6992,0,5.4972,3.6992,0,4.4321,5.6426,0,2.7124,6.2811,0,2.5412,7.6653,0,1.8337,7.7684,0,1.1328,7.8546,0,0.4288,7.9323,0 +PL 5.9245,5.3009,0,5.6233,5.7162,0,5.5147,6.1314,0,5.4972,6.9026,0,4.2469,6.9026,0,4.2469,6.9026,0,4.2469,6.9026,0 +PL 6.355,5.3009,0,7.2061,5.3009,0,7.2061,5.3009,0,7.2061,5.3009,0 +PL 6.7756,6.3686,0,5.5704,7.664,0,4.4356,7.9083,0,2.965,7.9323,0 +PL 6.355,7.9323,0,7.2061,7.9323,0,7.2061,7.9323,0,7.2061,7.9323,0 + +[68cb] 棋 +PL 1.6807,0.0001,0,1.6037,1.6003,0,1.5305,3.1921,0,1.4709,4.7669,0,1.1032,4.0693,0,0.7456,3.3545,0,0.4023,2.6314,0 +PL 3.1486,0.0001,0,3.4918,0.3701,0,3.8522,0.7231,0,4.2165,1.0678,0 +PL 7.1726,0.0001,0,6.8787,0.3701,0,6.5981,0.7231,0,6.318,1.0678,0 +PL 2.9346,2.0975,0,4.2165,2.0975,0,4.2165,6.9026,0,3.9997,7.082,0,3.7857,7.2444,0,3.5759,7.3983,0,2.9346,7.0551,0,2.3041,6.7119,0,1.6807,6.3686,0,1.8527,5.5778,0,2.1784,5.024,0,2.9346,4.2332,0 +PL 4.6441,2.0975,0,6.318,2.0975,0,6.318,4.2332,0,4.6441,4.2332,0,4.6441,4.2332,0,4.6441,4.2332,0 +PL 6.7491,2.0975,0,7.6037,2.0975,0,7.6037,2.0975,0,7.6037,2.0975,0 +PL 6.318,4.7669,0,6.318,5.8348,0,4.6441,5.8348,0,4.6441,5.8348,0,4.6441,5.8348,0 +PL 6.318,6.6357,0,5.3796,7.4605,0,4.5636,7.7431,0,4.2165,9,0 +PL 0.4023,6.9026,0,1.0226,6.9209,0,1.3518,7.0495,0,1.6807,7.3983,0,1.6807,9,0,1.6807,9,0,1.6807,9,0 +PL 6.7491,7.3983,0,6.444,7.8136,0,6.3355,8.2288,0,6.318,9,0 + +[68d2] 棒 +PL 1.9597,0,0,1.9419,2.9987,0,1.8336,4.2345,0,1.5324,4.7671,0,1.2379,4.0693,0,0.9542,3.3546,0,0.6813,2.6314,0 +PL 5.3463,0,0,5.1154,1.3306,0,4.506,1.6441,0,3.6686,1.6018,0 +PL 5.7736,1.6018,0,5.1365,2.3264,0,4.6983,2.5933,0,4.0647,2.6314,0 +PL 6.2009,1.6018,0,7.0558,1.6018,0,7.0558,1.6018,0,7.0558,1.6018,0 +PL 2.814,2.6314,0,3.2203,3.2684,0,3.6409,3.8886,0,4.0647,4.5001,0,3.4689,4.6682,0,3.1471,4.599,0,2.814,4.2331,0,2.0645,5.5933,0,1.648,6.5213,0,0.6813,6.8645,0 +PL 5.7736,2.6314,0,5.6233,3.0015,0,5.4762,3.3546,0,5.3463,3.6992,0 +PL 7.8785,2.6314,0,6.7721,4.1342,0,5.9035,4.5862,0,4.4917,4.7671,0,4.4917,6.3687,0,3.6686,6.3687,0,3.6686,6.3687,0,3.6686,6.3687,0 +PL 7.0558,4.7671,0,7.8785,4.7671,0,7.8785,4.7671,0,7.8785,4.7671,0 +PL 6.2009,5.3009,0,6.2009,6.3687,0,4.9225,6.3687,0,4.9225,7.9323,0,3.6686,7.9323,0,3.6686,7.9323,0,3.6686,7.9323,0 +PL 2.3902,6.8645,0,2.0855,7.2995,0,1.9737,7.8532,0,1.9597,9.0001,0 +PL 5.3463,7.9323,0,5.3463,9.0001,0,5.3463,9.0001,0,5.3463,9.0001,0 +PL 5.7736,7.9323,0,7.4796,7.9323,0,7.4796,7.9323,0,7.4796,7.9323,0 + +[68da] 棚 +PL 1.5324,0,0,1.4484,1.6003,0,1.3815,3.1921,0,1.3184,4.7671,0,1.1016,4.4224,0,0.8911,4.0693,0,0.6813,3.6992,0 +PL 2.3902,0,0,3.2203,2.7374,0,3.3218,5.551,0,3.2413,8.4662,0,4.4917,8.4662,0,4.506,2.8645,0,4.6177,0.6696,0,4.9225,0,0,5.749,2.7374,0,5.8541,5.551,0,5.7736,8.4662,0,7.4796,8.4662,0,7.4796,0,0,6.6285,0,0,6.6285,0,0,6.6285,0,0 +PL 6.2009,3.6992,0,7.0558,3.6992,0,7.0558,3.6992,0,7.0558,3.6992,0 +PL 2.3902,4.7671,0,1.8473,5.4393,0,1.357,6.2302,0,0.6813,6.9026,0 +PL 6.2009,6.3686,0,7.0558,6.3686,0,7.0558,6.3686,0,7.0558,6.3686,0 +PL 1.9597,6.9026,0,1.6582,7.3362,0,1.5499,7.88,0,1.5324,9.0001,0 + +[68df] 棟 +PL 1.5601,0.0152,0,1.4761,1.6154,0,1.4099,3.2073,0,1.3468,4.7821,0,0.9826,4.0844,0,0.625,3.3698,0,0.2817,2.6466,0 +PL 5.3746,0.0152,0,5.2906,0.8924,0,5.2237,1.7694,0,5.1575,2.6466,0,4.5236,1.9489,0,3.8823,1.2341,0,3.2378,0.511,0 +PL 7.4796,0.511,0,6.2149,2.2454,0,5.2587,2.8951,0,3.6651,3.1805,0,3.6651,6.3457,0,4.5831,6.3754,0,5.0241,6.583,0,5.3746,7.1466,0,5.2237,7.4135,0,5.0766,7.6805,0,4.9473,7.9475,0,3.2378,7.9475,0,3.2378,7.9475,0,3.2378,7.9475,0 +PL 6.2292,3.1805,0,7.0485,3.1805,0,7.0485,4.7821,0,5.8019,4.7821,0,5.651,4.4375,0,5.5074,4.0844,0,5.3746,3.7144,0 +PL 2.4112,4.7821,0,1.9419,5.2158,0,1.6095,5.7596,0,1.1328,6.8797,0,0.2817,6.8797,0,0.2817,6.8797,0,0.2817,6.8797,0 +PL 4.0924,4.7821,0,4.9473,4.7821,0,5.2237,5.3146,0,5.5074,5.8387,0,5.8019,6.3457,0,7.0485,6.3457,0,7.0485,5.3161,0,7.0485,5.3161,0,7.0485,5.3161,0 +PL 1.9913,6.8797,0,1.6862,7.3147,0,1.5776,7.8684,0,1.5601,9.0152,0 +PL 5.8019,7.9475,0,5.651,8.3175,0,5.5074,8.6706,0,5.3746,9.0152,0 +PL 6.2292,7.9475,0,7.4796,7.9475,0,7.4796,7.9475,0,7.4796,7.9475,0 + +[68ee] 森 +PL 4.2408,7.9322,0,6.3762,7.9322,0,0.4273,7.9322,0 +L 3.8138,3.1652,6.8035,3.1652 +L 5.095,0,5.095,4.7669 +L 1.7085,4.7669,1.7085,0 +L 3.3865,7.6094,0,5.3007 +L 6.3762,5.3007,3.3865,7.7622 +L 1.7085,2.4403,0,1.0678 +L 2.5627,1.5634,1.7085,2.595 +L 5.095,2.4402,3.3865,1.0678 +L 6.3762,1.0678,5.095,2.6005 +L 0,3.1652,2.5627,3.1652 +L 3.3865,4.7669,3.3865,8.9999 + +[68fa] 棺 +PL 2.1428,0,0,2.0623,1.6004,0,1.9957,3.1922,0,1.9288,4.7671,0,1.5646,4.0694,0,1.2077,3.3546,0,0.8645,2.6314,0 +PL 4.6748,0,0,4.6748,6.3304,0,7.2389,6.3304,0,7.2389,4.2331,0,5.1056,4.2331,0,5.1056,4.2331,0,5.1056,4.2331,0 +PL 5.1056,0,0,7.6378,0,0,7.6378,2.6314,0,5.1056,2.6314,0,5.1056,2.6314,0,5.1056,2.6314,0 +PL 3.3967,4.2331,0,2.6437,5.0424,0,2.209,5.7246,0,1.7156,6.8645,0,0.8645,6.8645,0,0.8645,6.8645,0,0.8645,6.8645,0 +PL 3.8205,6.3304,0,3.8205,7.9322,0,5.9567,7.9322,0,5.9567,9.0001,0,5.9567,9.0001,0,5.9567,9.0001,0 +PL 8.0616,6.3304,0,8.0616,7.9322,0,6.384,7.9322,0,6.384,7.9322,0,6.384,7.9322,0 +PL 2.5733,6.8645,0,2.2721,7.2996,0,2.1604,7.8531,0,2.1428,9.0001,0 + +[690d] 植 +L 3.4199,0,7.2341,0 +L 2.9926,0,2.9926,6.3688 +PL 4.2465,1.6017,0,4.2465,6.3688,0,5.0976,6.3688,0,4.7579,7.7741,0,3.9453,8.0269,0,2.9926,7.9322,0 +PL 4.6668,1.6017,0,6.376,1.6017,0,6.376,3.1652,0,4.6668,3.1652,0 +PL 6.376,3.6991,0,6.376,4.7668,0,4.6668,4.7668,0 +PL 6.376,5.3009,0,6.376,6.3688,0,5.5249,6.3688,0 +PL 5.5249,7.9322,0,5.3743,8.3023,0,5.2272,8.6554,0,5.0976,9,0 +L 5.9557,7.9322,7.2341,7.9322 +L 1.2835,0,1.2835,9 +L 1.2835,5.15,0.0019,3.1652 +L 2.11,4.5,1.2835,6.0483 +L 2.11,6.9027,0.0019,6.9027 + +[691c] 検 +PL 1.1032,0,0,1.0191,1.6003,0,0.9522,3.192,0,0.8892,4.767,0,0.6759,4.4224,0,0.4727,4.0692,0,0.2797,3.6992,0 +PL 3.026,0,0,3.6456,0.8771,0,4.2799,1.7543,0,4.917,2.6314,0,4.5671,3.0071,0,4.1359,3.1454,0,3.2393,3.1653,0,3.2393,4.767,0,4.1359,4.7853,0,4.5671,4.9139,0,4.917,5.2628,0,4.917,6.3305,0,3.4845,6.4746,0,2.1255,6.6187,0,1.1032,6.3305,0,1.2779,5.5607,0,1.4986,5.1554,0,1.9543,4.767,0 +PL 6.6265,0,0,6.1989,0.7132,0,5.7681,1.4097,0,5.3443,2.0975,0 +PLC 5.0606,3.7584,0,5.0606,4.1737,0,5.3443,4.767,0,6.6265,4.767,0,6.6265,3.1653,0,5.3443,3.1653,0 +PL 5.3443,6.3305,0,5.9611,6.3504,0,6.2934,6.4887,0,6.6265,6.8644,0,6.0451,7.5876,0,5.4742,8.3024,0,4.917,9.0001,0,4.4897,8.4661,0,4.0729,7.9322,0,3.6631,7.3984,0 +PL 0.4619,6.8644,0,0.9137,7.2994,0,1.0783,7.8533,0,1.1032,9.0001,0 + +[696d] 業 +L 5.5583,7.4365,6.1989,9.0382 +L 4.917,5.8348,6.6265,5.8348 +L 6.1989,7.4365,7.0538,7.4365 +L 4.4897,4.2331,6.1989,4.2331 +L 4.4897,2.6695,7.0538,2.6695 +PL 6.1989,0.5338,0,4.1149,2.0536,0,2.4831,2.5226,0,0.2797,2.6695,0 +PL 3.6631,0,0,3.586,0.7232,0,3.5128,1.438,0,3.4533,2.1356,0,2.3847,1.6018,0,1.3238,1.0678,0,0.2797,0.5338,0 +PL 0.2797,7.4365,0,1.534,7.4365,0,1.5161,8.2077,0,1.4044,8.6229,0,1.1032,9.0382,0 +PL 4.0939,4.2331,0,3.7892,4.6483,0,3.6775,5.0635,0,3.6631,5.8348,0,0.6759,5.8348,0 +PL 4.276,5.8348,0,4.4897,6.2909,0,4.6998,6.7387,0,4.917,7.1695,0,2.3847,7.1695,0,2.5143,6.9027,0,2.6618,6.6357,0,2.812,6.3688,0 +L 2.812,7.9703,2.812,9.0382 +PL 3.6631,3.4705,0,3.5128,3.7359,0,3.3692,3.9929,0,3.2393,4.2331,0,1.1032,4.2331,0 +L 4.4897,7.9703,4.4897,9.0382 + +[6975] 極 +PL 2.9674,0,0,8.0631,0,0,8.0631,0,0,8.0631,0,0 +PL 4.8584,1.0679,0,5.0724,1.2573,0,5.2857,1.438,0,5.4997,1.6017,0,5.4997,6.3688,0,4.9288,6.472,0,4.3716,6.558,0,3.8252,6.6356,0,3.9513,7.2727,0,4.0949,7.8928,0,4.2493,8.5044,0,3.3947,8.5044,0,3.3947,8.5044,0,3.3947,8.5044,0 +PL 6.3575,1.6017,0,6.6271,2.058,0,6.9108,2.5058,0,7.2085,2.9366,0,6.9108,3.5467,0,6.6271,4.1569,0,6.3575,4.7671,0 +PLC 3.3947,3.3829,0,3.3947,4.7671,0,4.6763,4.7671,0,4.6763,2.6696,0,3.3947,2.6696,0 +PL 7.6358,3.7374,0,7.6358,6.3688,0,6.3575,6.3688,0,6.3575,6.3688,0,6.3575,6.3688,0 +PL 4.6763,8.5044,0,8.0631,8.5044,0,8.0631,8.5044,0,8.0631,8.5044,0 +L 1.6852,0,1.6852,9 +L 1.6852,5.1501,0.4036,3.1652 +L 2.509,4.5001,1.6852,6.0483 +L 2.509,6.9027,0.4036,6.9027 + +[697c] 楼 +PL 2.3902,6.9025,0,2.0855,7.3107,0,1.9737,7.8545,0,1.9597,9,0 +PL 6.6285,6.9025,0,7.8785,6.9025,0,7.8785,6.9025,0,7.8785,6.9025,0 +PL 5.7736,7.3983,0,5.7736,9,0,5.7736,9,0,5.7736,9,0 +PL 1.9597,0,0,1.8757,1.6003,0,1.8088,3.1921,0,1.7457,4.7669,0,1.3815,4.0692,0,1.0246,3.3545,0,0.6813,2.6314,0 +PL 3.6686,0,0,4.3694,0.37,0,5.0699,0.7232,0,5.7736,1.0677,0,5.3463,1.3347,0,4.9225,1.6017,0,4.4917,1.8686,0,4.6212,2.2118,0,4.7652,2.5551,0,4.9225,2.8983,0,4.4917,3.0014,0,4.0714,3.0875,0,3.6686,3.1653,0 +PL 7.8785,0,0,7.3076,0.4562,0,6.7511,0.904,0,6.2009,1.3347,0,6.3308,1.9449,0,6.4744,2.5551,0,6.6285,3.1653,0,5.3463,3.1653,0,5.4478,4.1144,0,5.5988,5.0635,0,5.5568,6.3687,0,4.9225,5.8347,0,4.2854,5.3009,0,3.6686,4.7669,0 +PL 7.0558,3.1653,0,7.8785,3.1653,0,7.8785,3.1653,0,7.8785,3.1653,0 +PL 2.814,4.7669,0,2.3415,5.202,0,2.0084,5.7557,0,1.5324,6.9025,0,0.6813,6.9025,0,0.6813,6.9025,0,0.6813,6.9025,0 +PL 7.4796,4.7669,0,6.2149,6.346,0,5.2412,6.7726,0,3.6686,6.9025,0 + +[697d] 楽 +L 7.818,3,0.6173,3 +L 4.2175,0,4.2175,4.5 +PL 7.818,0.9215,0,4.2175,3,0,0.6173,0.9215,0 +PLC 6.0142,7.5,0,2.4176,7.5,0,2.4176,4.5,0,6.0142,4.5,0 +L 2.4176,6.0001,6.0142,6.0001 +L 1.668,7.5,0.6173,8.5501 +L 1.668,6.0001,0.6173,4.95 +L 6.7673,7.5,7.818,8.5501 +L 6.7673,6.0001,7.818,4.95 +L 4.2175,9,2.7184,7.5 + +[6982] 概 +PL 1.1328,0,0,1.0523,1.6004,0,0.9826,3.1922,0,0.9195,4.7671,0,0.7024,4.4223,0,0.4919,4.0694,0,0.2817,3.6991,0 +PL 4.3064,0,0,4.5236,0.1892,0,4.7333,0.3701,0,4.9473,0.534,0,4.7333,0.8772,0,4.5236,1.2204,0,4.3064,1.5636,0,3.5215,1.2204,0,2.7478,0.8772,0,1.9913,0.534,0 +PL 6.6562,0,0,6.5725,1.0664,0,6.5021,2.1244,0,6.439,3.1653,0,6.0748,2.4675,0,5.7179,1.7529,0,5.3746,1.0297,0 +PL 7.2656,0,0,7.3287,0.5325,0,7.3952,1.0565,0,7.4796,1.5636,0 +PL 2.8105,1.5636,0,2.8105,8.4662,0,4.0924,8.4662,0,4.0924,4.2331,0,3.2378,4.2331,0,3.2378,4.2331,0,3.2378,4.2331,0 +PL 6.2292,3.6991,0,6.2292,4.7671,0,5.3746,4.7671,0,5.3746,8.4662,0,7.4796,8.4662,0,7.4796,8.4662,0,7.4796,8.4662,0 +PL 1.9913,4.7671,0,1.4484,5.4294,0,0.9577,6.2021,0,0.2817,6.8645,0 +PL 6.6562,4.7671,0,6.6562,7.9322,0,6.6562,7.9322,0,6.6562,7.9322,0 +PL 1.5601,6.8645,0,1.2589,7.2996,0,1.1503,7.8531,0,1.1328,9.0001,0 + +[69cb] 構 +PL 6.2863,5.7966,0,7.5748,5.7966,0,7.5748,5.7966,0,7.5748,5.7966,0 +PL 1.1934,0,0,1.1128,1.6003,0,1.0466,3.192,0,0.9801,4.767,0,0.7696,4.4224,0,0.5664,4.0692,0,0.3703,3.6992,0 +PL 3.3302,0,0,3.3302,1.5635,0,3.0357,1.7528,0,2.752,1.9336,0,2.4753,2.0975,0 +PL 5.866,0,0,6.7167,0,0,5.838,2.2246,0,4.209,2.1865,0,3.3302,4.2332,0,4.3526,4.3079,0,4.8639,4.7303,0,5.0079,5.7966,0,2.4753,5.7966,0,2.4753,5.7966,0,2.4753,5.7966,0 +PL 7.144,2.0975,0,6.1704,2.9675,0,4.9133,3.185,0,3.761,3.1653,0 +PL 5.0079,3.6992,0,5.3581,4.0551,0,5.7994,4.0551,0,6.7167,3.6992,0 +PL 2.0518,4.767,0,1.5124,5.4124,0,1.0288,6.1935,0,0.3703,6.8644,0 +PL 5.652,5.7966,0,5.7854,6.0142,0,5.729,6.2911,0,5.4352,6.8644,0,4.7168,6.7458,0,4.0724,6.6271,0,3.3302,6.8644,0 +PL 1.6207,6.8644,0,1.3233,7.2994,0,1.2109,7.8533,0,1.1934,9.0001,0 +PL 6.2863,6.8644,0,5.1935,7.7514,0,4.0797,7.9605,0,2.9029,7.9322,0 +PL 6.2863,7.9322,0,6.1388,8.3024,0,5.9952,8.6554,0,5.866,9.0001,0 + +[69d8] 様 +PL 7.3302,1.0679,0,6.0276,3.1259,0,4.7383,4.8448,0,3.089,4.2332,0,2.3111,5.0438,0 +PL 6.8997,2.6696,0,7.1764,3.0128,0,7.4461,3.3561,0,7.7263,3.6993,0 +PL 6.4724,4.7671,0,7.7263,4.7671,0,7.7263,4.7671,0,7.7263,4.7671,0 +PL 6.0451,4.7671,0,5.7505,5.3009,0,5.4668,5.8348,0,5.1905,6.3687,0,3.9156,6.3687,0,3.9156,6.3687,0,3.9156,6.3687,0 +PL 6.0451,6.3687,0,5.7439,6.7826,0,5.6388,7.1879,0,5.6213,7.9323,0,3.5128,7.9323,0,3.5128,7.9323,0,3.5128,7.9323,0 +PL 6.4724,6.3687,0,7.3302,6.3687,0,7.3302,6.3687,0,7.3302,6.3687,0 +PL 6.8997,7.9323,0,7.7263,7.9323,0,7.7263,7.9323,0,7.7263,7.9323,0 +PL 6.2584,7.9323,0,6.4724,8.3025,0,6.6896,8.6555,0,6.8997,9.0002,0 +PL 4.7667,0,0,5.6213,0,0,5.6213,2.1358,0,4.7667,1.7912,0,3.9191,1.4381,0,3.089,1.0679,0 +L 1.8033,0,1.8033,9.0001 +L 1.8033,5.1501,0.5249,3.1652 +L 2.6267,4.5001,1.8033,6.0483 +L 2.6267,6.9027,0.5249,6.9027 + +[69fd] 槽 +PL 2.1433,0,0,2.0593,1.6003,0,1.9927,3.1922,0,1.9293,4.767,0,1.5651,4.0692,0,1.2082,3.3545,0,0.865,2.6313,0 +PLC 4.2798,0.8771,0,4.2798,2.6313,0,7.2429,2.6313,0,7.2429,0,0,4.2798,0,0 +PL 4.6788,1.5636,0,6.8121,1.5636,0,6.8121,1.5636,0,6.8121,1.5636,0 +PL 3.8522,4.2331,0,3.8522,6.3305,0,4.4515,6.3602,0,4.7702,6.5678,0,5.1026,7.1314,0,4.7558,7.695,0,4.3254,7.9026,0,3.4284,7.9322,0 +PL 4.2798,4.2331,0,4.553,4.3362,0,4.8332,4.4223,0,5.1026,4.5,0,4.8332,4.767,0,4.553,5.0339,0,4.2798,5.3008,0 +PL 5.5334,4.2331,0,5.8069,4.3362,0,6.0871,4.4223,0,6.3845,4.5,0,5.9537,4.9563,0,5.5334,5.404,0,5.1026,5.8348,0,5.5334,6.2812,0,5.9537,6.7105,0,6.3845,7.1314,0,5.9537,7.7685,0,5.5334,8.3884,0,5.1026,9,0 +PL 6.8121,4.2331,0,7.6632,4.2331,0,7.6632,5.3008,0,7.0499,5.3207,0,6.7175,5.459,0,6.3845,5.8348,0,6.7175,6.1653,0,7.0499,6.1653,0,7.6632,5.8348,0 +PL 2.9976,4.767,0,2.5216,5.2005,0,2.192,5.7444,0,1.716,6.8644,0,0.865,6.8644,0,0.865,6.8644,0,0.865,6.8644,0 +PL 2.5703,6.8644,0,2.2691,7.2994,0,2.1574,7.8532,0,2.1433,9,0 +PL 6.8121,7.9322,0,6.6612,8.3023,0,6.5144,8.6554,0,6.3845,9,0 +PL 7.2429,7.9322,0,8.094,7.9322,0,8.094,7.9322,0,8.094,7.9322,0 + +[6a19] 標 +PL 1.5016,0,0,1.4175,1.6002,0,1.3478,3.1921,0,1.2883,4.767,0,0.924,4.0693,0,0.5629,3.3545,0,0.2165,2.6314,0 +PL 4.0339,0,0,4.885,0,0,4.885,2.6314,0,2.7803,2.6314,0,2.7803,2.6314,0,2.7803,2.6314,0 +PL 2.7803,0.5339,0,3.0567,0.9039,0,3.3337,1.257,0,3.6031,1.6017,0 +PL 7.0215,0.5339,0,6.7276,0.9039,0,6.4436,1.257,0,6.1672,1.6017,0 +PL 5.3126,2.6314,0,7.4176,2.6314,0,7.4176,2.6314,0,7.4176,2.6314,0 +PL 3.6031,4.2332,0,6.5945,4.2332,0,6.5945,4.2332,0,6.5945,4.2332,0 +PL 2.3527,4.767,0,1.8767,5.202,0,1.5475,5.7556,0,1.0708,6.9025,0,0.2165,6.9025,0,0.2165,6.9025,0,0.2165,6.9025,0 +PL 3.2111,5.3009,0,3.2111,6.9025,0,3.8027,6.9209,0,4.1284,7.0496,0,4.4577,7.3983,0,4.4577,8.4662,0,2.7803,8.4662,0,2.7803,8.4662,0,2.7803,8.4662,0 +PL 3.6031,5.3009,0,4.4577,5.3009,0,4.4577,6.3687,0,4.885,6.7119,0,5.3126,7.0551,0,5.7434,7.3983,0,5.7434,8.4662,0,4.885,8.4662,0,4.885,8.4662,0,4.885,8.4662,0 +PL 4.885,5.3009,0,5.7434,5.3009,0,5.8205,6.4279,0,6.1847,6.8432,0,7.0215,6.9025,0,7.0215,5.3009,0,6.1672,5.3009,0,6.1672,5.3009,0,6.1672,5.3009,0 +PL 1.9219,6.9025,0,1.628,7.3109,0,1.5156,7.8546,0,1.5016,9,0 +PL 6.1672,8.4662,0,7.4176,8.4662,0,7.4176,8.4662,0,7.4176,8.4662,0 + +[6a21] 模 +PL 2.0499,0,0,1.9694,1.6004,0,1.9028,3.1922,0,1.8366,4.7671,0,1.4724,4.0693,0,1.1183,3.3546,0,0.768,2.6314,0 +PL 3.1217,0,0,3.8821,0.7134,0,4.6558,1.4097,0,5.4407,2.0975,0,5.0585,2.4733,0,4.4001,2.6116,0,2.9084,2.6314,0 +PL 7.5733,0,0,6.9923,0.534,0,6.4245,1.0678,0,5.8645,1.6018,0 +PL 5.8645,2.6314,0,5.5664,3.0467,0,5.4582,3.4619,0,5.4407,4.2331,0,3.7595,4.2331,0,3.7595,6.3687,0,4.5822,6.3687,0,4.5686,7.1131,0,4.467,7.5184,0,4.1868,7.9323,0,3.3357,7.9323,0,3.3357,7.9323,0,3.3357,7.9323,0 +PL 6.2918,2.6314,0,8.0006,2.6314,0,8.0006,2.6314,0,8.0006,2.6314,0 +PL 5.8645,4.2331,0,7.1495,4.2331,0,7.1495,5.3009,0,4.1868,5.3009,0,4.1868,5.3009,0,4.1868,5.3009,0 +PL 2.9084,4.7671,0,2.4317,5.2007,0,2.0993,5.7444,0,1.6261,6.8645,0,0.768,6.8645,0,0.768,6.8645,0,0.768,6.8645,0 +PL 7.1495,6.1018,0,6.4245,6.205,0,5.7135,6.2911,0,5.0134,6.3687,0 +PL 2.4772,6.8645,0,2.1799,7.2995,0,2.0675,7.8532,0,2.0499,9.0001,0 +PL 6.2918,7.1314,0,5.7555,7.7346,0,5.1251,8.2191,0,4.5822,9.0001,0 +PL 6.7222,7.9323,0,6.5685,8.3024,0,6.4245,8.6555,0,6.2918,9.0001,0 +PL 7.1495,7.9323,0,8.0006,7.9323,0,8.0006,7.9323,0,8.0006,7.9323,0 + +[6a29] 権 +PL 1.8688,0,0,1.7848,1.6002,0,1.7182,3.192,0,1.6555,4.7669,0,1.2913,4.079,0,0.9302,3.3827,0,0.5838,2.6695,0 +PL 3.9703,0,0,3.9566,2.9985,0,3.8442,4.2344,0,3.5465,4.7669,0,3.3962,4.6032,0,3.2491,4.4223,0,3.1157,4.233,0,2.363,5.0437,0,1.9284,5.7359,0,1.4415,6.9026,0,0.5838,6.9026,0,0.5838,6.9026,0,0.5838,6.9026,0 +PL 4.4014,0,0,5.6798,0,0,5.5289,1.1948,0,5.0981,1.5763,0,4.4014,1.6017,0 +PL 6.1103,0,0,7.7848,0,0,7.7848,0,0,7.7848,0,0 +PL 6.1103,1.6017,0,5.8126,2.1356,0,5.5289,2.6695,0,5.2525,3.2033,0,4.4014,3.2033,0,4.4014,3.2033,0,4.4014,3.2033,0 +PL 6.5344,1.6017,0,7.361,1.6017,0,7.361,1.6017,0,7.361,1.6017,0 +PL 6.1103,3.2033,0,5.2487,4.3996,0,4.5871,4.8163,0,3.9703,5.3008,0,4.1037,5.5677,0,4.2473,5.8347,0,4.4014,6.1017,0,3.5465,6.5579,0,2.6989,7.0057,0,1.8688,7.4364,0,1.8688,9,0,1.8688,9,0,1.8688,9,0 +PL 6.5344,3.2033,0,7.361,3.2033,0,7.361,3.2033,0,7.361,3.2033,0 +PL 6.1103,4.7669,0,5.8234,5.1723,0,5.8234,5.5183,0,6.1103,6.1017,0,5.6798,6.2048,0,5.2525,6.291,0,4.8249,6.3686,0,4.8249,7.9703,0,4.2085,7.9505,0,3.8796,7.8121,0,3.5465,7.4364,0 +PL 6.5344,4.7669,0,7.7848,4.7669,0,7.7848,4.7669,0,7.7848,4.7669,0 +PL 6.5344,6.3686,0,7.7848,6.3686,0,7.7848,6.3686,0,7.7848,6.3686,0 +PL 5.2525,7.9703,0,7.361,7.9703,0,7.361,7.9703,0,7.361,7.9703,0 + +[6a2a] 横 +L 6.4736,6.3306,7.3247,6.3306 +PL 6.4736,7.932,0,6.3198,8.3022,0,6.1762,8.6554,0,6.0428,8.9999,0 +PL 5.833,6.3306,0,5.7661,7.7995,0,5.0691,7.8615,0,4.3371,6.8644,0 +PL 3.728,7.932,0,3.9168,8.3022,0,4.1238,8.6554,0,4.3371,8.9999,0 +PL 3.5105,2.0975,0,3.5105,4.7668,0,4.5161,4.8417,0,5.0376,5.2641,0,5.1882,6.3306,0,3.0867,6.3306,0 +PL 3.9417,2.0975,0,5.1882,2.0975,0,5.0481,3.2923,0,4.6281,3.6736,0,3.9417,3.6991,0 +PL 3.2969,0,0,3.6331,0.3432,0,3.9802,0.6863,0,4.3371,1.0297,0 +PL 5.6193,2.0975,0,6.8977,2.0975,0,6.8977,3.6991,0,5.9836,3.7189,0,5.5388,3.8573,0,5.1882,4.233,0,5.5388,4.5889,0,5.9836,4.5889,0,6.8977,4.233,0 +PL 7.3247,0,0,7.0273,0.3432,0,6.7468,0.6863,0,6.4736,1.0297,0 +L 1.3775,0,1.3775,9.0001 +L 1.3775,5.1501,0.096,3.1652 +L 2.2009,4.5001,1.3775,6.0484 +L 2.2009,6.9027,0.096,6.9027 + +[6a39] 樹 +PL 0.9802,0,0,0.8962,1.4111,0,0.8296,2.8221,0,0.7666,4.233,0,0.5529,3.8884,0,0.3393,3.5353,0,0.126,3.1653,0 +PL 6.0766,0,0,6.8994,0,0,6.8994,6.3305,0,5.6455,6.3305,0,5.6455,6.3305,0,5.6455,6.3305,0 +PL 2.2621,0.4957,0,3.0852,0.4957,0,3.0677,1.2669,0,2.9595,1.6822,0,2.6579,2.0974,0 +PL 3.5164,0.4957,0,3.7857,1.0297,0,4.0694,1.5636,0,4.3675,2.0974,0 +PLC 2.6579,3.6992,0,2.6579,4.767,0,4.3675,4.767,0,4.3675,3.1653,0,2.6579,3.1653,0 +PL 6.0766,3.9661,0,5.926,4.233,0,5.7751,4.5001,0,5.6455,4.767,0 +PL 1.8352,4.233,0,1.2993,5.0339,0,0.8086,6.0636,0,0.126,6.8645,0 +PL 2.6579,6.3305,0,3.5164,6.3305,0,3.3728,7.5255,0,2.9521,7.9068,0,2.2621,7.9322,0 +PL 1.4114,6.8645,0,1.1067,7.2995,0,0.9946,7.8532,0,0.9802,9,0 +PL 6.8994,6.8645,0,6.8994,9,0,6.8994,9,0,6.8994,9,0 +PL 3.9363,7.9322,0,3.7857,8.3023,0,3.6421,8.6553,0,3.5164,9,0 + +[6a4b] 橋 +PL 4.0022,5.0339,0,3.8477,5.2994,0,3.7041,5.5565,0,3.5749,5.7966,0,3.2768,5.6426,0,2.9966,5.4803,0,2.7164,5.3007,0 +PL 4.426,4.7668,0,4.986,4.87,0,5.5573,4.9563,0,6.1348,5.0339,0,5.3223,5.7712,0,4.0859,6.4576,0,3.1476,6.8644,0 +PL 6.9614,5.3007,0,6.1072,6.4266,0,5.4449,6.7302,0,4.426,6.8644,0 +PL 3.1476,0,0,3.1476,3.1651,0,6.9614,3.1651,0,6.9614,0,0,6.1348,0,0 +PLC 4.426,1.0297,0,4.426,2.0975,0,5.711,2.0975,0,5.711,1.0297,0 +PL 4.8564,7.6651,0,4.426,7.7683,0,4.0022,7.8546,0,3.5749,7.932,0 +PL 5.2802,7.932,0,5.613,8.3079,0,5.939,8.4462,0,6.531,8.4661,0 +L 6.531,6.8644,7.3887,6.8644 +L 1.4699,0,1.4699,9.0001 +L 1.4699,5.1501,0.1915,3.1652 +L 2.2965,4.5001,1.4699,6.0484 +L 2.2965,6.9027,0.1915,6.9027 + +[6a5f] 機 +PL 4.9483,0,0,5.4352,0.3703,0,5.922,0.7231,0,6.4089,1.0679,0,5.8306,2.2331,0,5.6208,2.9154,0,5.5924,3.6991,0,6.1388,3.8024,0,6.6961,3.8886,0,7.2666,3.9662,0,6.6011,5.678,0,6.4719,7.2882,0,6.8393,9.0001,0 +PL 2.5978,0,0,3.2003,1.2047,0,3.4209,2.1639,0,3.4528,3.6991,0,5.1616,3.6991,0,4.9904,4.8461,0,4.7662,5.3998,0,4.3039,5.8348,0,3.7712,5.4394,0,3.1372,5.1624,0,2.5978,4.767,0 +PL 3.4528,5.8348,0,3.6594,6.7231,0,3.6734,7.7812,0,3.8832,9.0001,0 +PL 5.1616,5.8348,0,5.1616,9.0001,0,5.1616,9.0001,0,5.1616,9.0001,0 +PL 4.7343,1.6018,0,4.4366,1.7911,0,4.1564,1.9718,0,3.8832,2.1356,0 +PL 6.8393,1.6018,0,6.9689,1.9718,0,7.1164,2.3249,0,7.2666,2.6696,0 +PL 7.6939,0,0,7.6939,1.0679,0,7.6939,1.0679,0,7.6939,1.0679,0 +L 1.7783,0,1.7783,9.0001 +L 1.7783,5.1501,0.4929,3.1652 +L 2.5978,4.5001,1.7783,6.0484 +L 2.5978,6.9027,0.4929,6.9027 + +[6b04] 欄 +PL 5.927,5.3009,0,6.7812,5.3009,0,6.7812,5.3009,0,6.7812,5.3009,0 +PL 3.3947,0,0,3.3947,8.4662,0,5.0724,8.4662,0,5.0861,6.9435,0,5.1985,6.2514,0,5.4997,5.7966,0,5.8009,6.2514,0,5.9126,6.9435,0,5.927,8.4662,0,7.6358,8.4662,0,7.5518,5.6441,0,7.4856,2.822,0,7.4225,0,0,6.8443,0.5325,0,6.2737,1.0565,0,5.713,1.5636,0,5.6324,1.0565,0,5.5627,0.5325,0,5.4997,0,0 +PL 4.2493,0.5339,0,4.526,0.9803,0,4.7989,1.4096,0,5.0724,1.8305,0,4.7989,1.9337,0,4.526,2.0198,0,4.2493,2.0975,0,4.2493,4.2331,0,4.8482,4.2528,0,5.1705,4.3913,0,5.4997,4.7669,0,5.1705,5.1427,0,4.8482,5.2811,0,4.2493,5.3009,0 +PL 5.4997,2.3644,0,5.2262,2.6314,0,4.9533,2.8983,0,4.6763,3.1653,0 +PL 5.927,2.0975,0,6.7812,2.0975,0,6.7812,3.1653,0,6.1652,3.185,0,5.8321,3.3234,0,5.4997,3.6992,0,5.8321,4.0551,0,6.1652,4.0551,0,6.7812,3.6992,0 +PL 3.8252,6.3306,0,4.6763,6.3306,0,4.6763,6.3306,0,4.6763,6.3306,0 +PL 6.3575,6.3306,0,7.2085,6.3306,0,7.2085,6.3306,0,7.2085,6.3306,0 +PL 3.8252,7.3984,0,4.6763,7.3984,0,4.6763,7.3984,0,4.6763,7.3984,0 +PL 6.3575,7.3984,0,7.2085,7.3984,0,7.2085,7.3984,0,7.2085,7.3984,0 +L 1.6852,0,1.6852,9.0001 +L 1.6852,5.1501,0.4068,3.1652 +L 2.5086,4.5001,1.6852,6.0484 +L 2.5086,6.9027,0.4068,6.9027 + +[6b20] 欠 +PL 0.1577,0,0,2.1435,2.3094,0,3.2363,4.3897,0,3.5725,7.4365,0,2.0105,7.2304,0,1.1523,6.7021,0,0.1577,5.3009,0 +PL 6.9629,0,0,5.1416,2.1144,0,4.3644,3.2118,0,3.9683,4.2331,0 +PL 5.2537,4.767,0,6.5325,7.1695,0,5.6775,7.2727,0,4.8229,7.3588,0,3.9683,7.4365,0 +L 1.8672,7.9703,1.8672,9.0001 + +[6b21] 次 +PL 3.2978,7.4365,0,3.6026,7.8518,0,3.7115,8.267,0,3.7286,9.0382,0 +PL 1.8058,0,0,3.3332,2.298,0,4.2439,4.2486,0,4.5486,6.9027,0,3.2978,6.9027,0,3.004,6.3688,0,2.7238,5.8348,0,2.4436,5.3009,0 +PL 0.3141,0.8008,0,0.734,1.945,0,1.1652,3.0891,0,1.5925,4.2331,0 +PL 5.8336,5.3009,0,6.1072,5.7571,0,6.394,6.2048,0,6.6847,6.6357,0,6.1072,6.7387,0,5.5363,6.825,0,4.979,6.9027,0 +PL 7.1124,0,0,6.394,1.2571,0,5.6834,2.5056,0,4.979,3.7372,0 +PL 1.5925,6.9027,0,1.2944,7.2726,0,1.0142,7.6257,0,0.734,7.9703,0 + +[6b27] 欧 +PL 3.605,0,0,3.4825,1.0225,0,1.8121,1.1639,0,0.649,1.0679,0,0.649,8.5042,0,4.0323,8.5042,0,4.0323,8.5042,0,4.0323,8.5042,0 +PL 7.8469,0,0,7.146,1.4379,0,6.442,2.8587,0,5.7419,4.2711,0,5.3146,3.2033,0,4.8908,2.1356,0,4.4596,1.0679,0 +PL 1.5001,2.1356,0,2.1095,3.5183,0,2.3757,4.4774,0,2.5406,5.8347,0,2.1834,6.2048,0,1.8398,6.5579,0,1.5001,6.9025,0 +PL 3.605,2.1356,0,3.4548,2.8587,0,3.3112,3.5734,0,3.1812,4.2711,0 +PL 5.7419,4.7669,0,5.7419,6.9025,0,4.8908,6.9025,0,4.5927,6.3686,0,4.309,5.8347,0,4.0323,5.3007,0 +PL 6.9958,5.3007,0,7.2686,5.757,0,7.5558,6.2048,0,7.8469,6.6356,0,7.276,6.7388,0,6.7187,6.8248,0,6.1692,6.9025,0 +PL 3.1812,6.3686,0,3.1812,7.4364,0,3.1812,7.4364,0,3.1812,7.4364,0 +PL 4.8908,7.4364,0,5.1881,7.8517,0,5.3006,8.267,0,5.3146,9.0382,0 + +[6b32] 欲 +PL 1.6852,0,0,1.6715,2.2473,0,1.5591,3.2062,0,1.2579,3.6992,0,1.1178,3.5354,0,0.985,3.3546,0,0.8625,3.1654,0 +PL 2.1163,0,0,3.8252,0,0,3.8252,3.1654,0,2.1163,3.1654,0,2.1163,3.1654,0,2.1163,3.1654,0 +PL 4.6763,0,0,5.8146,2.3221,0,6.2737,4.4154,0,6.3575,6.8645,0,5.4367,6.6738,0,5.002,6.4068,0,4.6763,5.8349,0 +PL 8.0631,0,0,7.1599,1.5157,0,6.8268,2.3362,0,6.7812,3.1654,0 +PL 1.6852,4.2331,0,2.0319,4.9562,0,2.3892,5.671,0,2.7534,6.3687,0,3.2438,5.8349,0,3.7415,5.3009,0,4.2493,4.7671,0 +PL 7.6358,5.8349,0,7.7658,6.1018,0,7.9094,6.3687,0,8.0631,6.6357,0,7.2085,6.7883,0,6.7812,6.8645,0 +PL 0.8625,6.8645,0,1.1353,7.3983,0,1.4155,7.9323,0,1.6852,8.4662,0 +PL 4.2493,7.3983,0,3.9513,7.7684,0,3.6711,8.1215,0,3.3947,8.4662,0 +PL 5.4997,7.3983,0,5.4997,9.0001,0,5.4997,9.0001,0,5.4997,9.0001,0 + +[6b3a] 欺 +PL 0.649,0.0001,0,1.0763,0.5338,0,1.5001,1.0678,0,1.9274,1.6017,0 +PL 4.4596,0.0001,0,5.6228,2.3235,0,6.0851,4.4266,0,6.1692,6.9026,0,5.5524,6.6653,0,5.2165,6.2501,0,4.8908,5.3009,0 +PL 7.8469,0.0001,0,6.9464,1.5156,0,6.614,2.3361,0,6.5646,3.1652,0 +PL 0.649,2.6314,0,1.5001,2.6314,0,1.5001,6.9026,0,1.2097,7.082,0,0.9225,7.2444,0,0.649,7.3983,0 +PL 1.9274,2.6314,0,3.605,2.6314,0,3.605,4.2332,0,1.9274,4.2332,0,1.9274,4.2332,0,1.9274,4.2332,0 +PL 3.605,4.7669,0,3.605,5.8348,0,1.9274,5.8348,0,1.9274,5.8348,0,1.9274,5.8348,0 +PL 7.4157,5.5679,0,7.5558,5.9379,0,7.6959,6.291,0,7.8469,6.6357,0,7.4157,6.7387,0,6.9958,6.8249,0,6.5646,6.9026,0 +PL 3.605,6.6357,0,2.6667,7.4605,0,1.8507,7.7431,0,1.5001,9,0 +PL 4.0323,7.3983,0,3.7311,7.8136,0,3.6194,8.2288,0,3.605,9,0 +PL 5.3146,7.3983,0,5.6158,7.8136,0,5.7244,8.2288,0,5.7419,9,0 + +[6b3e] 款 +PL 1.7176,0,0,2.5406,0,0,2.5406,3.1653,0,0.8595,3.1653,0,0.8595,3.1653,0,0.8595,3.1653,0 +PL 4.2495,0,0,5.4021,2.3135,0,5.8501,4.3983,0,5.9275,6.8645,0,5.3317,6.6286,0,5.006,6.2232,0,4.6736,5.3009,0 +PL 8.0636,0,0,7.4861,1.0664,0,6.9117,2.1244,0,6.3548,3.1653,0 +PL 0.8595,1.0297,0,0.9922,1.3997,0,1.1393,1.7529,0,1.2903,2.0975,0 +PL 2.9644,3.1653,0,4.2495,3.1653,0,4.2495,3.1653,0,4.2495,3.1653,0 +PL 1.2903,4.7671,0,3.8225,4.7671,0,3.8225,4.7671,0,3.8225,4.7671,0 +PL 7.6363,5.5679,0,7.7663,5.9111,0,7.9134,6.2543,0,8.0636,6.5975,0,7.4861,6.7005,0,6.9117,6.7867,0,6.3548,6.8645,0 +PL 1.2903,6.3304,0,2.5406,6.3304,0,2.3091,7.6611,0,1.7067,7.9746,0,0.8595,7.9322,0 +PL 2.9644,6.3304,0,3.8225,6.3304,0,3.8225,6.3304,0,3.8225,6.3304,0 +PL 5.1041,7.3984,0,5.4021,7.8136,0,5.5139,8.2289,0,5.5314,9.0001,0 +PL 2.9644,7.9322,0,2.817,8.3023,0,2.6734,8.6554,0,2.5406,9.0001,0 +PL 3.3952,7.9322,0,4.2495,7.9322,0,4.2495,7.9322,0,4.2495,7.9322,0 + +[6b4c] 歌 +L 0.865,4.5,4.462,4.5 +L 0.865,9.0001,4.462,9.0001 +PLC 1.362,6,0,2.6617,6,0,2.6617,7.5,0,1.362,7.5,0 +PLC 1.362,1.5,0,2.6617,1.5,0,2.6617,3,0,1.362,3,0 +PL 2.9626,5,0,3.9646,5,0,3.9646,9.0001,0 +PL 3.9646,4.5,0,3.9646,0,0,2.9626,0,0 +PL 5.152,7.5,0,8.0621,7.5,0,8.0621,6,0 +PL 6.2619,7.5,0,6.2619,4.5,-0.1926,4.4622,-0.0001,0 +A -0.0877,9.0001,5.4505,326.604,0 +A 12.7908,4.5,6.5253,180,223.601 + +[6b53] 歓 +PL 1.2887,0,0,1.4215,2.1244,0,1.5651,4.2317,0,1.716,6.3304,0,0.865,6.3304,0,0.865,6.3304,0,0.865,6.3304,0 +PL 1.716,0,0,2.9976,0,0,2.8473,1.1512,0,2.4162,1.531,0,1.716,1.5636,0 +PL 3.4284,0,0,4.6788,0,0,5.8381,2.3306,0,6.3043,4.4068,0,6.3845,6.8645,0,5.768,6.6286,0,5.4357,6.2232,0,5.1026,5.3009,0 +PL 8.094,0,0,7.1935,1.5155,0,6.8611,2.3362,0,6.8121,3.1653,0 +PL 3.4284,1.5636,0,3.131,2.0975,0,2.8473,2.6314,0,2.5703,3.1653,0,1.716,3.1653,0,1.716,3.1653,0,1.716,3.1653,0 +PL 3.4284,3.1653,0,2.9976,3.6991,0,2.5703,4.2331,0,2.1433,4.7671,0 +PL 3.4284,4.7671,0,3.1412,5.1709,0,3.1412,5.5071,0,3.4284,6.0637,0,2.9976,6.1668,0,2.5703,6.2528,0,2.1433,6.3304,0,2.1433,7.9322,0,1.2887,7.9322,0,1.2887,9.0001,0,1.2887,9.0001,0,1.2887,9.0001,0 +PL 7.6632,5.5679,0,7.796,5.9111,0,7.9431,6.2543,0,8.094,6.5975,0,7.6632,6.7005,0,7.2429,6.7867,0,6.8121,6.8645,0 +PL 5.5334,7.3984,0,5.8279,7.8136,0,5.94,8.2289,0,5.9537,9.0001,0 +PL 2.5703,7.9322,0,4.2798,7.9322,0,4.2798,7.9322,0,4.2798,7.9322,0 + +[6b62] 止 +L 4.1228,8.9998,4.1228,0 +L 0.3083,0,7.5058,0 +L 6.655,4.7669,4.1228,4.7669 +L 1.5621,6.3303,1.5621,0 + +[6b63] 正 +L 0.0001,0.5341,6.7725,0.5341 +L 6.3452,8.4662,0.4274,8.4662 +L 1.2512,0.5341,1.2512,5.8349 +L 3.3863,0.5341,3.3863,8.4662 +L 3.3863,4.767,5.9179,4.767 + +[6b66] 武 +L 0.0034,6.0152,7.2041,6.0152 +PL 4.6718,9.0152,0,4.6755,6.0152,0.2024,7.2041,0.0152,0,7.2041,1.5152,0 +L 5.9187,8.4813,6.8647,7.5394 +L 0.5004,7.5152,3.6036,7.5152 +L 0.0034,0.0152,4.227,1.1469 +L 2.5353,5.3161,2.5353,0.6937 +L 0.8615,4.2483,0.8615,0.2441 +L 4.227,3.7143,2.5353,3.7143 + +[6b69] 歩 +L 7.0485,5.2626,0.2817,5.2626 +L 6.2292,7.3983,3.6651,7.3983 +L 3.6651,8.9998,3.6651,5.2626 +L 1.5601,7.9322,1.5601,5.2626 +PL 2.4112,2.0974,0,3.6651,2.0974,0,3.6651,4.8163,0 +L 0.4919,2.6312,1.9913,4.2329 +L 5.8019,4.2329,7.0485,2.6312 +A -0.0545,6.8898,6.8977,272.752,321.874 + +[6b6f] 歯 +L 4.0607,7.932,6.1657,7.932 +L 4.0607,6.3306,7.02,6.3306 +PL 1.1047,0,0,6.5962,0,0,6.5962,5.3007,0 +L 0.6774,0,0.6774,5.3007 +PL 0.2501,6.3306,0,1.5285,6.3306,0,1.5285,8.4661,0 +PL 1.9274,6.3306,0,3.6369,6.3306,0,3.6369,8.9999,0 +L 4.4912,3.6991,5.7419,3.6991 +PL 5.3423,1.5635,0,4.0782,3.1425,0,3.1046,3.569,0,1.5285,3.6991,0 +PL 3.6369,4.233,0,3.6369,5.3007,0,3.6369,5.3007,0,3.6369,5.3007,0 +PL 3.6369,1.0297,0,3.5529,1.7527,0,3.486,2.4676,0,3.4194,3.1651,0,2.7823,2.6312,0,2.148,2.0975,0,1.5285,1.5635,0 + +[6b73] 歳 +PL 0.6158,0.305,0,0.9167,0.9999,0,1.0291,2.305,0,1.0431,5.339,0,2.7519,5.2104,0,4.4927,5.4293,0,5.2842,6.9025,0,0.6158,6.9025,0,0.6158,6.9025,0,0.6158,6.9025,0 +PL 2.3215,0.0381,0,3.1792,0.0381,0,3.1792,3.7372,0,2.3215,3.7372,0,2.3215,3.7372,0,2.3215,3.7372,0 +PL 4.6436,0.0381,0,5.134,0.5706,0,5.6275,1.0946,0,6.1427,1.6017,0,5.1616,3.5127,0,5.5504,4.839,0,6.9938,5.6059,0,6.6607,6.3403,0,6.3283,6.6765,0,5.7115,6.9025,0 +PL 7.4211,0.0381,0,7.123,0.3813,0,6.8428,0.7245,0,6.5661,1.0678,0 +PL 7.8484,0.0381,0,7.8484,1.6017,0,7.8484,1.6017,0,7.8484,1.6017,0 +PL 1.9008,1.3347,0,2.0304,1.791,0,2.1744,2.2387,0,2.3215,2.6694,0 +PL 4.4331,1.8686,0,4.2864,2.1356,0,4.1564,2.4025,0,4.0303,2.6694,0 +PL 6.5661,2.1356,0,6.8428,2.8587,0,7.123,3.5734,0,7.4211,4.2711,0 +PL 6.9938,6.9025,0,7.8484,6.9025,0,7.8484,6.9025,0,7.8484,6.9025,0 +PL 2.3215,7.4364,0,2.3215,8.5041,0,2.3215,8.5041,0,2.3215,8.5041,0 +PL 4.0303,7.4364,0,4.0303,9.0381,0,4.0303,9.0381,0,4.0303,9.0381,0 +PL 4.4331,7.9703,0,6.5661,7.9703,0,6.5661,7.9703,0,6.5661,7.9703,0 + +[6b74] 歴 +L 1.4797,6.4027,3.9458,6.4027 +L 2.7613,3.733,2.7613,7.5 +L 1.4797,4.8008,2.7613,6.0824 +L 3.6162,5.3348,2.7613,6.1898 +L 4.1798,6.4027,6.6459,6.4027 +L 5.4613,3.733,5.4613,7.5 +PL 4.1798,4.8008,0,5.4613,6.0824,0,6.7429,4.8008,0 +PL 7.2612,9,0,0.9614,9,0,0.9614,4.5,-0.0973,0.0918,0.0741,0 +L 0.9614,0,7.2612,0 +L 6.8812,1.5,4.1115,1.5 +L 2.4023,2.6459,2.4023,0 +L 4.1115,3.1499,4.1115,0 + +[6b7b] 死 +PL 1.0152,0,0,1.7791,0.9802,0,2.5493,1.9435,0,3.3342,2.8981,0,2.6964,3.3545,0,2.0628,3.8021,0,1.4425,4.233,0,1.2257,4.0691,0,1.0152,3.8883,0,0.8019,3.6991,0 +PL 5.8976,0,0,5.5968,0.6694,0,5.4843,2.8643,0,5.4703,8.4661,0,2.5076,8.4661,0,2.4933,7.3094,0,2.3815,6.6864,0,2.0835,6.0636,0,2.7843,5.9858,0,3.4879,5.8997,0,4.1884,5.7966,0,4.0343,5.1087,0,3.8907,4.4124,0,3.7615,3.6991,0 +PL 6.3214,0,0,8.0026,0,0,8.0026,1.5635,0 +PL 6.1113,4.7668,0,6.5981,5.11,0,7.085,5.4533,0,7.5718,5.7966,0 +L 0.8019,8.4661,2.0835,8.4661 +L 5.8976,8.4661,8.0026,8.4661 + +[6b89] 殉 +PL 0.2177,0.0001,0,0.7676,0.9041,0,1.3248,1.791,0,1.8957,2.6696,0,1.7101,3.4337,0,1.3844,3.9775,0,0.6485,4.7671,0,0.4909,4.4225,0,0.3473,4.0694,0,0.2177,3.6993,0 +PL 5.2857,0.0001,0,6.1368,0.0001,0,6.9284,2.4195,0,7.0548,4.8391,0,6.9918,7.4366,0,3.6046,7.4366,0,3.5871,6.6654,0,3.4785,6.2501,0,3.1738,5.8349,0 +PLC 4.0319,3.2021,0,4.0319,5.3009,0,5.7095,5.3009,0,5.7095,2.1357,0,4.0319,2.1357,0 +PL 4.4592,3.6993,0,5.2857,3.6993,0,5.2857,3.6993,0,5.2857,3.6993,0 +PL 2.323,4.2332,0,2.323,6.3687,0,0.6485,6.3687,0,0.6485,5.3009,0,0.6485,5.3009,0,0.6485,5.3009,0 +PL 1.0446,6.9027,0,1.0446,8.5044,0,0.2177,8.5044,0,0.2177,8.5044,0,0.2177,8.5044,0 +PL 4.0319,7.9705,0,4.0319,9.0001,0,4.0319,9.0001,0,4.0319,9.0001,0 +PL 1.4649,8.5044,0,2.7535,8.5044,0,2.7535,8.5044,0,2.7535,8.5044,0 + +[6b8a] 殊 +PL 0.6173,0,0,1.1672,0.8771,0,1.7237,1.7543,0,2.2946,2.6314,0,2.109,3.4224,0,1.7833,3.976,0,1.0446,4.767,0,0.8901,4.6032,0,0.7465,4.4224,0,0.6173,4.2332,0 +PL 5.6783,0,0,5.6675,2.2473,0,5.5628,3.2063,0,5.2822,3.6992,0,4.7047,2.8221,0,4.1334,1.945,0,3.5734,1.0678,0 +PL 7.818,1.0678,0,6.9634,2.315,0,6.1193,3.5453,0,5.2822,4.767,0,3.5734,4.767,0,3.5734,4.767,0,3.5734,4.767,0 +PL 2.7223,4.2332,0,2.7223,6.3687,0,1.4719,6.3687,0,1.3174,6.0241,0,1.1773,5.671,0,1.0446,5.3009,0 +PL 6.1091,4.767,0,5.7936,5.4393,0,5.5803,6.2303,0,5.2822,6.9026,0,4.6521,6.8631,0,4.2073,6.5861,0,3.5734,5.8348,0 +PL 6.5361,4.767,0,7.818,4.767,0,7.818,4.767,0,7.818,4.767,0 +PL 1.4719,6.9026,0,1.4719,8.4661,0,0.6173,8.4661,0,0.6173,8.4661,0,0.6173,8.4661,0 +PL 6.1091,6.9026,0,5.8044,7.3108,0,5.6955,7.8546,0,5.6783,9,0 +PL 6.5361,6.9026,0,7.3907,6.9026,0,7.3907,6.9026,0,7.3907,6.9026,0 +PL 4.4311,7.3983,0,4.4311,8.4661,0,4.4311,8.4661,0,4.4311,8.4661,0 +PL 1.8638,8.4661,0,3.1531,8.4661,0,3.1531,8.4661,0,3.1531,8.4661,0 + +[6b8b] 残 +PL 1.1934,6.9026,0,1.1934,8.4661,0,0.3703,8.4661,0,0.3703,8.4661,0,0.3703,8.4661,0 +PL 2.4753,3.6991,0,2.4753,6.3688,0,2.0518,6.291,0,1.6207,6.2049,0,1.1934,6.1018,0,1.0533,5.671,0,0.9205,5.2231,0,0.7979,4.767,0 +PL 0.3703,0,0,0.9205,0.9902,0,1.4806,1.9718,0,2.0518,2.9364,0,1.6802,3.3827,0,1.3268,3.8121,0,0.9801,4.2331,0,0.7696,4.0691,0,0.5664,3.8886,0,0.3703,3.6991,0 +PL 5.866,2.1356,0,5.5613,2.5495,0,5.4527,2.9549,0,5.4352,3.6991,0,3.3302,3.6991,0,3.3302,3.6991,0,3.3302,3.6991,0 +PL 6.2863,2.1356,0,6.5665,2.5058,0,6.8463,2.8588,0,7.144,3.2034,0 +PL 5.866,3.6991,0,6.2092,4.075,0,6.6505,4.2133,0,7.5748,4.2331,0 +PL 5.866,5.8348,0,7.144,5.8348,0,7.144,5.8348,0,7.144,5.8348,0 +PL 5.866,7.4365,0,7.5748,7.4365,0,7.5748,7.4365,0,7.5748,7.4365,0 +PL 5.4352,6.9026,0,5.1375,7.3362,0,5.025,7.88,0,5.0079,9.0001,0 +PL 5.4352,5.3009,0,5.1651,5.8348,0,4.885,6.3688,0,4.6118,6.9026,0,3.3302,6.9026,0,3.3302,6.9026,0,3.3302,6.9026,0 +PL 1.6207,8.4661,0,2.9029,8.4661,0,2.9029,8.4661,0,2.9029,8.4661,0 +PL 7.144,0,0,6.633,0.5339,0,6.1388,1.0679,0,5.652,1.6018,0,4.5876,0.8503,0,3.9848,0.5734,0,3.3302,0.5339,0 +PL 5.0079,4.5001,0,4.6993,5.0635,0,4.3736,5.2712,0,3.761,5.3009,0 +PL 7.5748,0,0,7.5748,1.6018,0,7.5748,1.6018,0,7.5748,1.6018,0 + +[6b96] 殖 +PL 0.2177,0.0382,0,0.7676,1.0185,0,1.3248,1.9817,0,1.8957,2.9365,0,1.5315,3.3927,0,1.1739,3.8406,0,0.8306,4.2712,0,0.6135,4.1074,0,0.4103,3.9266,0,0.2177,3.7373,0 +PL 3.1738,0.0382,0,3.1738,5.8348,0,3.1738,5.8348,0,3.1738,5.8348,0 +PL 3.6046,0.0382,0,7.4191,0.0382,0,7.4191,0.0382,0,7.4191,0.0382,0 +PL 4.4592,1.6018,0,4.4592,6.3687,0,5.2857,6.3687,0,5.0514,7.6992,0,4.4487,8.0128,0,3.6046,7.9704,0 +PL 4.8549,1.6018,0,6.5641,1.6018,0,6.5641,3.2034,0,4.8549,3.2034,0,4.8549,3.2034,0,4.8549,3.2034,0 +PL 2.323,3.7373,0,2.323,6.3687,0,1.8957,6.2911,0,1.4649,6.2049,0,1.0446,6.1018,0,0.8975,5.6809,0,0.7676,5.2515,0,0.6485,4.8052,0 +PL 6.5641,3.7373,0,6.5641,4.8052,0,4.8549,4.8052,0,4.8549,4.8052,0,4.8549,4.8052,0 +PL 6.5641,5.3009,0,6.5641,6.3687,0,5.7095,6.3687,0,5.7095,6.3687,0,5.7095,6.3687,0 +PL 1.0446,6.9026,0,1.0446,8.5043,0,0.2177,8.5043,0,0.2177,8.5043,0,0.2177,8.5043,0 +PL 5.7095,7.9704,0,5.5558,8.3405,0,5.4157,8.6936,0,5.2857,9.0382,0 +PL 6.1368,7.9704,0,7.4191,7.9704,0,7.4191,7.9704,0,7.4191,7.9704,0 +PL 1.4649,8.5043,0,2.7535,8.5043,0,2.7535,8.5043,0,2.7535,8.5043,0 + +[6bb4] 殴 +PL 4.276,0,0,4.7628,0.5339,0,5.2535,1.0679,0,5.7439,1.6017,0,5.1656,2.7684,0,4.9523,3.4605,0,4.917,4.2711,0,5.6213,4.1935,0,6.3214,4.1073,0,7.0219,4.0041,0,6.7242,3.3926,0,6.444,2.7726,0,6.1712,2.1356,0 +PL 7.4527,0,0,7.0219,0.37,0,6.5981,0.7231,0,6.1712,1.0679,0 +PL 0.6793,1.0679,0,0.6793,8.5042,0,4.0627,8.5042,0,4.0627,8.5042,0,4.0627,8.5042,0 +PL 1.1066,1.0679,0,4.0627,1.0679,0,4.0627,1.0679,0,4.0627,1.0679,0 +PL 1.5021,2.1356,0,1.9332,3.1158,0,2.3532,4.079,0,2.7843,5.0339,0,2.3532,5.6709,0,1.9332,6.2909,0,1.5021,6.9025,0 +PL 3.6389,2.1356,0,3.4845,2.8587,0,3.3409,3.5734,0,3.2081,4.2711,0 +PL 4.0627,5.3007,0,4.7208,6.3177,0,4.917,7.233,0,4.917,8.5042,0,6.5981,8.5042,0,6.5981,5.8347,0,7.88,5.8347,0,7.88,6.9025,0,7.88,6.9025,0,7.88,6.9025,0 +PL 3.2081,5.8347,0,3.2081,7.4364,0,3.2081,7.4364,0,3.2081,7.4364,0 + +[6bb5] 段 +PL 0.4324,0,0,0.4324,7.9323,0,1.364,7.9521,0,1.9209,8.0904,0,2.5653,8.4662,0 +PL 3.2063,0,0,3.8262,0.534,0,4.457,1.0678,0,5.0976,1.6018,0,4.6668,2.4012,0,4.2465,3.1922,0,3.8157,3.9662,0,6.376,3.9662,0,6.0818,3.3546,0,5.802,2.7346,0,5.5249,2.0975,0 +PL 6.8068,0,0,6.376,0.3702,0,5.9557,0.7232,0,5.5249,1.0678,0 +PL 1.0698,1.6018,0,1.4165,1.7811,0,1.7773,1.9435,0,2.1416,2.0975,0 +PL 0.8562,3.6992,0,2.1416,3.6992,0,2.1416,3.6992,0,2.1416,3.6992,0 +PL 2.9926,5.3009,0,3.6406,6.3165,0,3.8227,7.2218,0,3.8157,8.4662,0,5.5249,8.4662,0,5.5249,5.8349,0,6.8068,5.8349,0,6.8068,6.8645,0,6.8068,6.8645,0,6.8068,6.8645,0 +PL 0.8562,5.8349,0,2.1416,5.8349,0,2.1416,5.8349,0,2.1416,5.8349,0 + +[6bba] 殺 +PL 1.5925,0,0,1.5084,0.8772,0,1.4415,1.7543,0,1.3785,2.6314,0,1.0142,2.0974,0,0.6573,1.5637,0,0.3141,1.0296,0 +PL 3.5153,0,0,4.1314,0.5324,0,4.7692,1.0566,0,5.4063,1.5637,0,4.979,2.3644,0,4.5486,3.1653,0,4.1248,3.9661,0,6.6847,3.9661,0,6.394,3.3546,0,6.1072,2.7344,0,5.8336,2.0974,0 +PL 7.1124,0,0,6.6847,0.3432,0,6.2574,0.6864,0,5.8336,1.0296,0 +PL 2.874,2.0974,0,1.6412,3.6003,0,0.9722,4.154,0,0.3141,4.2331,0 +PL 2.0198,4.2331,0,1.7182,4.6484,0,1.6065,5.0635,0,1.5925,5.8347,0 +PL 3.2978,5.3008,0,3.8796,6.4605,0,4.0929,7.281,0,4.1248,8.4662,0,5.8336,8.4662,0,5.8336,5.8347,0,7.1124,5.8347,0,7.1124,6.8644,0,7.1124,6.8644,0,7.1124,6.8644,0 +PL 0.3141,6.3305,0,0.734,6.7868,0,1.1652,7.2345,0,1.5925,7.6653,0,1.2944,7.9324,0,1.0142,8.1991,0,0.734,8.4662,0 +PL 2.874,6.8644,0,2.5728,7.2345,0,2.2926,7.5876,0,2.0198,7.9324,0,2.149,8.3023,0,2.2926,8.6553,0,2.4436,9,0 + +[6bbb] 殻 +PL 0.5849,0,0,1.1667,1.185,0,1.38,2.0057,0,1.4119,3.1653,0,3.1207,3.1653,0,3.1767,2.2881,0,3.2506,1.4111,0,3.3312,0.5339,0,3.541,0.7232,0,3.7585,0.904,0,3.9718,1.0678,0 +PL 2.263,0,0,3.1207,0,0,3.1207,0,0,3.1207,0,0 +PL 4.5812,0,0,5.0719,0.5339,0,5.5689,1.0678,0,6.0768,1.6017,0,5.4782,2.7415,0,5.254,3.4238,0,5.2222,4.2331,0,6.9317,4.2331,0,6.7808,3.5452,0,6.6372,2.8489,0,6.5041,2.1356,0 +PL 7.3625,0,0,7.0645,0.3701,0,6.7808,0.7232,0,6.5041,1.0678,0 +PL 0.5849,3.6991,0,0.5849,4.767,0,3.9718,4.767,0,3.9718,3.6991,0,3.9718,3.6991,0,3.9718,3.6991,0 +PL 4.3991,5.8348,0,4.977,6.6441,0,5.1945,7.3263,0,5.2222,8.4661,0,6.5041,8.4661,0,6.5041,5.8348,0,7.7863,5.8348,0,7.7863,6.9026,0,7.7863,6.9026,0,7.7863,6.9026,0 +PL 0.9811,6.3687,0,2.263,6.3687,0,2.0314,7.6554,0,1.4259,7.9676,0,0.5849,7.9322,0 +PL 2.6899,6.3687,0,3.541,6.3687,0,3.541,6.3687,0,3.541,6.3687,0 +PL 2.6899,7.9322,0,2.5396,8.3023,0,2.3922,8.6554,0,2.263,9,0 +PL 3.1207,7.9322,0,3.9718,7.9322,0,3.9718,7.9322,0,3.9718,7.9322,0 + +[6bbf] 殿 +PL 0.8897,0.0152,0,1.1629,0.3584,0,1.4431,0.7016,0,1.7408,1.0449,0 +PL 3.8496,0.0152,0,3.5554,0.3584,0,3.2678,0.7016,0,2.9946,1.0449,0 +PL 4.2734,0.0152,0,4.7038,0.5477,0,5.1245,1.0717,0,5.5549,1.5788,0,4.956,2.7455,0,4.7319,3.4375,0,4.7038,4.2483,0,6.3815,4.2483,0,6.2383,3.5505,0,6.1052,2.8358,0,5.9822,2.1126,0 +PL 6.8057,0.0152,0,6.5356,0.3584,0,6.2593,0.7016,0,5.9822,1.0449,0 +PL 0.0351,0.511,0,0.144,1.6367,0,0.3503,3.8217,0,0.4592,8.4814,0,3.4184,8.4814,0,3.4184,6.8797,0,0.8897,6.8797,0,0.8897,6.8797,0,0.8897,6.8797,0 +PL 0.8897,2.1126,0,1.7408,2.1126,0,1.7408,3.7144,0,1.4431,3.9036,0,1.1629,4.0844,0,0.8897,4.2483,0 +PL 2.14,2.1126,0,2.9946,2.1126,0,2.9946,4.2483,0,2.07,4.4248,0,1.7688,4.9488,0,1.7408,5.8118,0 +PL 2.9946,4.7821,0,2.9946,5.8118,0,2.9946,5.8118,0,2.9946,5.8118,0 +PL 4.2734,5.8118,0,4.5781,6.2666,0,4.6863,6.9588,0,4.7038,8.4814,0,5.9822,8.4814,0,5.9822,5.8118,0,7.2361,5.8118,0,7.2361,6.8797,0,7.2361,6.8797,0,7.2361,6.8797,0 + +[6bcd] 母 +L 7.2361,2.0974,0.3818,2.0974 +L 3.4184,7.3982,4.2734,6.3303 +L 3.4184,4.2329,4.2734,3.1653 +L 0.0351,5.2626,7.2361,5.2626 +PL 0.8888,1.0299,-0.016,1.7408,8.4661,0,5.9822,8.4661,-0.0268,5.5566,0.4957,-0.2419,4.276,0,0 + +[6bce] 毎 +L 1.2813,9,0.0001,6.3687 +L 7.1997,7.9705,0.7797,7.9705 +PL 0.8542,1.0677,0.1326,1.7086,6.3687,0,5.9486,6.3687,-0.0805,5.2235,0.2573,0,4.2401,0,0 +L 0.0001,4.233,7.1997,4.233 +L 3.8135,4.7669,3.8135,5.8347 +L 3.3862,2.6695,3.3862,3.7374 +L 1.2651,2.1355,7.1997,2.1355 + +[6bd2] 毒 +PL 4.3936,0,0,4.996,0.0296,0,5.3186,0.2374,0,5.6475,0.8009,0,5.4969,1.0678,0,5.3498,1.3348,0,5.2202,1.6017,0,1.4099,1.6017,0,1.392,2.346,0,1.2904,2.7513,0,1.0103,3.1652,0,0.1592,3.1652,0,0.1592,3.1652,0,0.1592,3.1652,0 +PL 6.0751,1.6017,0,5.7809,2.1342,0,5.4969,2.6582,0,5.2202,3.1652,0,3.9733,3.1652,0,3.8196,2.822,0,3.676,2.4789,0,3.5425,2.1356,0 +PL 1.8337,3.1652,0,1.5356,3.5804,0,1.4235,3.9958,0,1.4099,4.767,0,5.6475,4.767,0,5.6965,3.7925,0,6.0293,3.3008,0,6.9294,3.1652,0 +PL 2.2641,3.1652,0,2.8774,3.2049,0,3.2101,3.4817,0,3.5425,4.2332,0 +PL 0.1592,5.8349,0,1.2834,5.9379,0,2.4147,6.0241,0,3.5425,6.1017,0,3.3923,6.3687,0,3.2448,6.6356,0,3.1152,6.9025,0,1.4099,6.9025,0,1.4099,6.9025,0,1.4099,6.9025,0 +PL 3.9733,5.8349,0,6.9294,5.8349,0,6.9294,5.8349,0,6.9294,5.8349,0 +PL 3.9733,6.9025,0,2.863,7.8646,0,1.8337,8.0127,0,0.583,7.9322,0 +PL 4.3936,6.9025,0,5.6475,6.9025,0,5.6475,6.9025,0,5.6475,6.9025,0 +PL 3.9733,7.9322,0,3.8196,8.3023,0,3.676,8.6554,0,3.5425,9,0 +PL 4.3936,7.9322,0,6.5056,7.9322,0,6.5056,7.9322,0,6.5056,7.9322,0 + +[6bd4] 比 +PL 0.3403,0,0,1.6222,0,0,1.6222,8.9999,0,1.6222,8.9999,0,1.6222,8.9999,0 +PL 5.0094,0,0,4.7082,0.6891,0,4.5957,3.0226,0,4.5821,8.9999,0 +PL 5.4367,0,0,7.5382,0,0,7.5382,1.6017,0,7.5382,1.6017,0,7.5382,1.6017,0 +PL 2.0495,0.5338,0,2.5997,0.7231,0,3.1531,0.904,0,3.7271,1.0678,0 +PL 2.0495,5.3008,0,3.7271,5.3008,0,3.7271,5.3008,0,3.7271,5.3008,0 +PL 5.0094,5.3008,0,5.713,5.6709,0,6.4135,6.024,0,7.1179,6.3686,0 + +[6bdb] 毛 +PL 4.0647,0,0,3.7702,1.0778,0,3.5569,2.6216,0,3.2413,3.6992,0,2.8595,3.3234,0,2.1979,3.1853,0,0.6813,3.1655,0 +PL 4.4917,0,0,7.8785,0,0,7.8785,1.602,0 +PL 4.0647,3.6992,0,3.7877,4.1146,0,3.6826,4.5299,0,3.6686,5.3011,0,1.5324,5.3011,0 +PL 4.4917,3.6992,0,5.2657,3.8377,0,6.1378,4.0946,0,7.4796,4.2332,0 +PL 3.6686,5.8349,0,3.6686,7.3984,0,1.9597,7.3984,0 +PL 4.0647,5.8349,0,4.8282,5.9733,0,5.5844,6.2303,0,6.6285,6.3687,0 +PL 3.6686,7.9324,0,4.6916,8.0708,0,5.4443,8.3277,0,6.2009,8.4663,0 + +[6c0f] 氏 +PL 0.4288,0,0,1.2554,0,0,1.2554,7.9324,0,4.0997,8.0706,0,5.6233,8.3277,0,6.7756,8.4662,0 +PL 7.2061,0,0,6.2047,1.7811,0,5.2202,3.5452,0,4.2469,5.3008,0,1.6827,5.3008,0,1.6827,5.3008,0,1.6827,5.3008,0 +PL 7.6334,0,0,7.6334,1.5637,0,7.6334,1.5637,0,7.6334,1.5637,0 +PL 1.8999,0,0,2.8105,0.3432,0,3.7281,0.6864,0,4.6461,1.0296,0 +PL 5.0661,5.3008,0,4.7722,5.7344,0,4.6598,6.2782,0,4.6461,7.3984,0 +PL 5.4972,5.3008,0,7.6334,5.3008,0,7.6334,5.3008,0,7.6334,5.3008,0 + +[6c11] 民 +L 1.2835,6.3688,3.4199,6.3688 +L 1.2835,4.2714,3.4199,4.2714 +PL 0.0019,0,0,0.8562,0,0,0.8562,8.5044,0,6.376,8.5044,0,6.376,6.3688,0,3.8157,6.3688,0,3.8157,4.2714,0,7.2341,4.2714,0 +L 7.2341,0,7.2341,1.6017 +PL 6.8068,0,0,5.2871,1.7402,0,4.6213,2.7092,0,4.2465,3.7374,0 +PL 1.501,0,0,2.2641,0.3702,0,3.0312,0.7233,0,3.8157,1.0679,0 + +[6c17] 気 +L 1.2808,6.3689,5.9485,6.3689 +L 0.8538,3.1652,4.6673,0.5341 +L 0.9536,7.9322,6.8027,7.9322 +PL 0.4265,4.767,0,5.9485,4.767,0,5.9488,3.1595,0.1343,6.8129,0,0,7.1996,0,0,7.1996,1.6018,0 +A -9.4742,14.5878,17.5112,303.586,321.551 +A -4.4916,10.1836,5.8925,319.655,348.413 + +[6c34] 水 +PL 6.7723,1.0678,0,5.7744,2.8219,0,4.7902,4.5761,0,3.8131,6.3304,0 +PL 5.0943,5.3007,0,5.4998,5.8332,0,5.9191,6.3572,0,6.345,6.8643,0 +PL -0.0008,1.0679,0.1698,2.1046,6.3304,0,-0.0008,6.3304,0 +PL 2.1046,0,0,3.3858,0,0,3.3858,8.9999,0 + +[6c37] 氷 +PL 2.6899,0,0,3.9718,0,0,3.9718,9,0,3.9718,9,0,3.9718,9,0 +PL 0.5849,0.5339,0,1.7828,2.6426,0,2.3256,3.8786,0,2.6899,5.3009,0,0.5849,5.3009,0,0.5849,5.3009,0,0.5849,5.3009,0 +PL 7.3625,1.0679,0,6.3605,2.668,0,5.3766,4.26,0,4.3991,5.8347,0 +PL 5.653,5.3009,0,6.0768,5.8335,0,6.5041,6.3573,0,6.9317,6.8644,0 +PL 2.263,6.8644,0,1.9649,7.2344,0,1.6847,7.5876,0,1.4119,7.9322,0 + +[6c38] 永 +PL 0.7369,1.0678,0,1.5001,2.2118,0,2.2741,3.3559,0,3.0552,4.5001,0,2.3512,4.6032,0,1.651,4.6893,0,0.9502,4.7668,0 +PL 2.6314,0,0,3.9098,0,0,3.9098,6.9025,0,1.7771,6.9025,0,1.7771,6.9025,0,1.7771,6.9025,0 +PL 5.5874,4.2329,0,6.0147,4.7668,0,6.442,5.3008,0,6.8732,5.8347,0 +PL 6.8732,1.0678,0,6.0147,2.3148,0,5.171,3.5452,0,4.3409,4.7668,0 + +[6c41] 汁 +PL 0.8595,0.267,0,1.2692,1.4111,0,1.6857,2.5552,0,2.113,3.6992,0 +PL 5.5314,0,0,5.5597,3.6287,0,5.0169,5.0537,0,2.9644,5.3009,0 +PL 5.9275,5.3009,0,5.6505,5.794,0,5.5454,6.7528,0,5.5314,9,0 +PL 6.3548,5.3009,0,8.0636,5.3009,0,8.0636,5.3009,0,8.0636,5.3009,0 +PL 1.7176,5.8348,0,1.4195,6.2048,0,1.1393,6.558,0,0.8595,6.9026,0 +PL 2.113,7.9323,0,1.8401,8.3024,0,1.5631,8.6554,0,1.2903,9,0 + +[6c42] 求 +PL 2.6637,0,0,3.9421,0,0,3.9421,3.2034,0,2.814,2.6696,0,1.6827,2.1356,0,0.5588,1.6018,0 +PL 3.9421,4.767,0,3.4693,6.7784,0,2.2434,7.0777,0,0.5588,6.9026,0 +PL 4.3726,6.9026,0,4.0679,7.3362,0,3.9561,7.88,0,3.9421,9.0001,0 +PL 2.2326,4.2331,0,1.9629,4.6032,0,1.6827,4.9565,0,1.4099,5.3009,0 +PL 6.8982,1.0679,0,4.961,3.2755,0,4.1905,3.9577,0,3.9421,3.6991,0 +PL 5.651,3.6991,0,6.0538,4.2331,0,6.4744,4.767,0,6.8982,5.3009,0 +PL 4.7932,6.9026,0,7.3287,6.9026,0,7.3287,6.9026,0,7.3287,6.9026,0 +PL 6.4744,7.9703,0,6.1974,8.3137,0,5.9245,8.6568,0,5.651,9.0001,0 + +[6c57] 汗 +PL 0.0034,0.267,0,0.4128,1.411,0,0.8261,2.5551,0,1.2534,3.6992,0 +PL 4.6718,0.0001,0,4.7002,3.6286,0,4.157,5.0537,0,2.1084,5.3009,0 +PL 5.0676,5.3009,0,4.7874,5.7741,0,4.6858,6.5947,0,4.6718,8.4661,0,2.5353,8.4661,0,2.5353,8.4661,0,2.5353,8.4661,0 +PL 5.4988,5.3009,0,7.2041,5.3009,0,7.2041,5.3009,0,7.2041,5.3009,0 +PL 0.8615,5.8348,0,0.5634,6.2048,0,0.2797,6.558,0,0.0034,6.9026,0 +PL 1.2534,7.9323,0,0.9767,8.3023,0,0.7035,8.6554,0,0.4304,9,0 +PL 5.0676,8.4661,0,6.7768,8.4661,0,6.7768,8.4661,0,6.7768,8.4661,0 + +[6c5a] 汚 +PL 0.6173,0.2668,0,1.0236,1.4379,0,1.4435,2.5918,0,1.8638,3.7373,0 +PL 5.6783,0,0,6.5361,0,0,7.149,1.4547,0,7.363,2.6893,0,7.3907,4.2711,0,4.0042,4.2711,0,4.0042,3.2033,0,4.0042,3.2033,0,4.0042,3.2033,0 +PL 4.4311,4.7669,0,4.4311,6.3686,0,2.7223,6.3686,0,2.7223,6.3686,0,2.7223,6.3686,0 +PL 1.4719,5.8347,0,1.1773,6.2048,0,0.8901,6.5579,0,0.6173,6.9025,0 +PL 4.8584,6.3686,0,4.8584,8.5042,0,3.1531,8.5042,0,3.1531,8.5042,0,3.1531,8.5042,0 +PL 5.2822,6.3686,0,7.818,6.3686,0,7.818,6.3686,0,7.818,6.3686,0 +PL 1.8638,7.9704,0,1.5945,8.3404,0,1.3174,8.6935,0,1.0446,9.0382,0 +PL 5.2822,8.5042,0,7.3907,8.5042,0,7.3907,8.5042,0,7.3907,8.5042,0 + +[6c5f] 江 +PL 0.8316,0.2821,0,1.2379,1.453,0,1.6582,2.607,0,2.0823,3.7525,0 +PL 2.9401,0.5491,0,5.4723,0.5491,0,5.4723,8.5194,0,3.3639,8.5194,0,3.3639,8.5194,0,3.3639,8.5194,0 +PL 5.8961,0.5491,0,8.0295,0.5491,0,8.0295,0.5491,0,8.0295,0.5491,0 +PL 1.655,5.85,0,1.3815,6.2201,0,1.1086,6.5731,0,0.8316,6.9177,0 +PL 2.0823,7.9855,0,1.8088,8.3555,0,1.5359,8.7087,0,1.2589,9.0534,0 +PL 5.8961,8.5194,0,7.6057,8.5194,0,7.6057,8.5194,0,7.6057,8.5194,0 + +[6c60] 池 +L 1.8638,7.9704,1.0446,8.9999 +L 1.4435,5.8347,0.6173,6.9025 +L 1.8638,3.4705,0.6173,0 +L 5.7095,8.9998,5.7095,1.5634 +PL 4.0042,7.9322,0,4.0028,2.0001,0.1231,4.5012,0,0,7.818,0,0,7.818,1.5634,0 +PL 6.9918,3.1653,0,7.818,3.1653,0,7.818,6.5135,0,3.1531,5.2627,0 + +[6c70] 汰 +PL 2.1736,0,0,3.4033,2.1639,0,4.0579,3.6074,0,4.6992,5.5679,0,4.5591,5.8348,0,4.426,6.1017,0,4.3066,6.3687,0,2.1736,6.3687,0 +PL 7.2626,0,0,6.0473,2.1343,0,5.4939,3.3701,0,5.1296,4.767,0 +PL 5.1296,0.5339,0,4.8529,0.904,0,4.5833,1.2571,0,4.3066,1.6017,0 +PL 5.1296,6.3687,0,4.8249,6.8221,0,4.7164,7.5043,0,4.6992,9,0 +L 5.5569,6.3687,7.2626,6.3687 +L 1.3155,7.9704,0.4924,8.9998 +L 0.8882,5.8346,0.0616,6.9024 +L 1.3155,3.4705,0.0616,0 + +[6c7a] 決 +PL 5.1905,4.7669,0,4.5982,6.171,0,4.3916,7.1004,0,3.089,7.4365,0 +PL 5.6213,4.7669,0,6.8997,4.7669,0,6.8997,7.4365,0,5.5439,7.4704,0,4.9205,7.8602,0,4.7667,9.0382,0 +PL 2.0173,0,0,2.9346,1.4111,0,3.8487,2.8221,0,4.7667,4.2331,0,4.406,4.6088,0,3.8596,4.7471,0,2.6617,4.7669,0 +PL 7.3302,0,0,6.6051,1.2571,0,5.8941,2.5056,0,5.1905,3.7372,0 +L 1.7756,7.9704,0.9522,8.9999 +L 1.3483,5.8347,0.5249,6.9025 +L 1.7756,3.4705,0.5249,0 + +[6c7d] 汽 +L 1.9938,7.9704,1.1707,8.9999 +L 1.5626,5.8347,0.7399,6.9024 +L 1.9938,3.4705,0.7399,0 +PL 7.9371,1.5,0,7.9371,0,-0.099,7.0384,4.5,0,2.5401,4.5,0 +L 3.4399,6,7.0408,6 +L 7.9371,7.5,3.2301,7.5 +A -2.0095,9,5.4502,326.602,360 + +[6c88] 沈 +PL 0.4023,0.267,0,0.8296,1.438,0,1.2569,2.5919,0,1.6807,3.7373,0 +PL 2.0768,0,0,3.8946,3.0637,0,4.6823,6.0763,0,2.5073,7.4366,0,2.5073,5.8348,0,2.5073,5.8348,0,2.5073,5.8348,0 +PL 5.4952,0,0,5.1975,0.5326,0,5.0851,1.7684,0,5.0714,4.767,0 +PL 5.898,0,0,7.6037,0,0,7.6037,1.6018,0,7.6037,1.6018,0,7.6037,1.6018,0 +PL 1.2569,5.8348,0,0.9596,6.2049,0,0.6794,6.558,0,0.4023,6.9026,0 +PL 7.1726,5.8348,0,7.1726,7.4366,0,5.7159,7.4351,0,4.8995,7.7812,0,4.6441,9.0001,0 +PL 1.6807,7.9704,0,1.3869,8.3136,0,1.1032,8.6569,0,0.8296,9.0001,0 + +[6c96] 沖 +PL 0.7075,0.2668,0,1.1383,1.4379,0,1.5656,2.5918,0,1.9894,3.7373,0 +PL 5.3801,0,0,5.2887,2.3389,0,4.7322,3.1271,0,3.2398,3.2033,0,3.2398,6.9025,0,4.6373,6.9647,0,5.2432,7.5014,0,5.3801,9.0382,0 +PLC 5.0821,5.1624,0,5.9297,6.4435,0,7.4851,6.9025,0,7.4851,3.2033,0,5.8039,3.2033,0 +PL 1.5656,5.8347,0,1.2682,6.2048,0,0.9846,6.5579,0,0.7075,6.9025,0 +PL 1.9894,7.9704,0,1.6955,8.3404,0,1.4118,8.6935,0,1.1383,9.0382,0 + +[6c99] 沙 +L 2.1153,7.9703,1.2887,8.9998 +L 1.6877,5.8346,0.865,6.9024 +L 2.1153,3.4704,0.865,-0.0001 +PL 5.3621,9,0,5.3621,3,0,4.511,3,0 +A -0.9178,7.5,4.48,323.046,360 +A 3.5825,4.8067,4.48,0,36.9543 +A 2.6617,4.5,4.5001,270,0 + +[6ca1] 没 +PL 0.5264,0.267,0,0.9292,1.4379,0,1.3498,2.5918,0,1.7771,3.7373,0 +PL 2.6314,0,0,3.721,0.4153,0,4.3756,0.8305,0,5.1636,1.6018,0,4.2814,2.7685,0,3.9591,3.4605,0,3.9098,4.2712,0,3.0552,4.2712,0,3.0552,4.2712,0,3.0552,4.2712,0 +PL 6.8732,0,0,6.442,0.3701,0,6.0147,0.7232,0,5.5874,1.0678,0 +PL 5.5874,2.1356,0,6.0147,2.7726,0,6.442,3.3927,0,6.8732,4.0043,0,6.0147,4.1075,0,5.171,4.1935,0,4.3409,4.2712,0 +PL 3.0552,5.3009,0,3.7101,6.3178,0,3.9063,7.2331,0,3.9098,8.5043,0,6.0147,8.5043,0,6.0221,6.7953,0,6.414,6.0184,0,7.7243,5.8349,0,7.7243,6.9026,0,7.7243,6.9026,0,7.7243,6.9026,0 +PL 1.3463,5.8349,0,1.0728,6.2048,0,0.7999,6.5579,0,0.5264,6.9026,0 +PL 1.7771,7.9704,0,1.5001,8.3405,0,1.2272,8.6936,0,0.9502,9.0382,0 + +[6ca2] 沢 +PL 0.5588,0.267,0,0.9826,1.411,0,1.8372,3.6992,0,1.8372,3.6992,0 +PL 2.2326,0,0,3.2448,2.7882,0,3.5215,5.5254,0,3.5148,8.4662,0,7.3287,8.4662,0,7.3287,5.3009,0,5.651,5.3009,0,5.942,3.4011,0,6.6951,1.798,0,7.7559,0,0 +PL 3.9421,5.3009,0,5.2237,5.3009,0,5.2237,5.3009,0,5.2237,5.3009,0 +PL 1.4099,5.8348,0,1.1118,6.2048,0,0.8281,6.5579,0,0.5588,6.9026,0 +PL 1.8372,7.9322,0,1.5426,8.3024,0,1.2589,8.6554,0,0.9826,9.0001,0 + +[6cb3] 河 +PL 0.7075,0.2669,0,1.1383,1.411,0,1.5656,2.555,0,1.9894,3.6991,0 +PL 5.8039,0,0,7.0543,0,0,7.0543,8.5044,0,2.8125,8.5044,0 +PLC 3.6706,6.3686,0,5.3801,6.3686,0,5.3801,3.2034,0,3.6706,3.2034,0 +PL 1.5656,5.8347,0,1.2682,6.2048,0,0.7075,6.9025,0 +PL 1.9894,7.9703,0,1.6955,8.3135,0,1.4118,8.6567,0,1.1383,8.9999,0 + +[6cb8] 沸 +PL 0.4612,0,0,0.685,1.5551,0,1.0948,2.9576,0,1.3154,4.2331,0 +PL 2.7795,0,0,3.8376,1.5409,0,4.2193,2.3616,0,4.275,3.1653,0,3.9458,3.541,0,3.6134,3.6794,0,2.9966,3.6992,0,2.9966,5.8348,0,3.6134,5.8644,0,3.9458,6.0721,0,4.275,6.6356,0,3.9318,7.1991,0,3.487,7.4068,0,2.5662,7.4365,0 +PL 5.5289,0,0,5.5289,3.1653,0,5.1016,3.5353,0,4.6813,3.8884,0,4.275,4.2331,0,4.3244,5.0339,0,4.6501,5.6568,0,5.5289,6.6356,0,4.6501,7.5877,0,4.3244,8.2006,0,4.275,9,0 +PL 6.594,1.0678,0,7.0455,1.5212,0,7.2139,2.2034,0,7.2349,3.6992,0,5.6445,4.2528,0,5.5709,5.281,0,6.8073,5.8348,0,6.8073,7.4365,0,6.1909,7.4548,0,5.862,7.5833,0,5.5289,7.9322,0,5.5289,9,0,5.5289,9,0,5.5289,9,0 + +[6cb9] 油 +L 2.113,7.9704,1.2903,8.9999 +L 1.6857,5.8347,0.8595,6.9024 +L 2.113,3.4705,0.8595,0 +PLC 3.3952,0,0,7.6363,0,0,7.6363,6.8644,0,3.3952,6.8644,0 +L 5.5314,9,5.5314,0 +L 3.3952,3.4322,7.6363,3.4322 + +[6cbb] 治 +PL 7.2361,4.767,0,7.219,5.5382,0,7.11,5.9534,0,6.8057,6.3688,0,5.4113,5.5834,0,3.5936,5.3236,0,2.14,5.3009,0 +PL 3.4184,5.8348,0,3.8601,6.7572,0,4.1575,7.9761,0,4.2734,9.0001,0 +L 1.2855,7.9705,0.4592,8.9999 +L 0.8582,5.8348,0.0351,6.9025 +L 1.2855,3.7375,0.0351,0.267 +PLC 2.9946,0,0,6.8057,0,0,6.8057,3.2034,0,2.9946,3.2034,0,2.9946,0,0,6.8057,0,0,6.8057,3.2034,0,2.9946,3.2034,0 + +[6cbc] 沼 +PL 0.6158,0.267,0,1.4704,2.5552,0,1.9008,3.6993,0 +PLC 3.61,1.2473,0,3.61,3.6993,0,6.9938,3.6993,0,6.9938,0.0001,0,3.61,0.0001,0 +PL 3.3932,5.3009,0,4.423,6.8434,0,4.8044,7.6739,0,4.8569,8.5044,0,3.1792,8.5044,0,3.1792,8.5044,0,3.1792,8.5044,0 +PL 5.7115,5.3009,0,6.5661,5.3009,0,7.1685,6.4874,0,7.3892,7.318,0,7.4211,8.5044,0,5.2842,8.5044,0,5.2842,8.5044,0,5.2842,8.5044,0 +PL 1.4704,5.8349,0,1.1723,6.2049,0,0.8921,6.5581,0,0.6158,6.9027,0 +PL 1.9008,7.9705,0,1.6031,8.3137,0,1.3194,8.6569,0,1.0431,9.0001,0 + +[6cbf] 沿 +PL 0.0616,0.2669,0,0.4714,1.4378,0,0.892,2.5917,0,1.3155,3.7373,0 +PLC 3.0247,1.257,0,3.0247,3.7373,0,6.4084,3.7373,0,6.4084,0,0,3.0247,0,0 +PL 2.1736,4.7669,0,2.9196,6.0324,0,3.3294,7.1116,0,3.452,8.5042,0 +PL 7.2626,4.7669,0,6.345,6.5254,0,5.904,7.6229,0,5.5569,9,0 +PL 0.8882,5.8347,0,0.615,6.2048,0,0.3418,6.5579,0,0.0616,6.9026,0 +PL 1.3155,7.9703,0,1.0423,8.3135,0,0.7624,8.6568,0,0.4924,9,0 + +[6cc1] 況 +PL 0.1592,0.2669,0,0.5619,1.411,0,0.9822,2.5551,0,1.4099,3.6991,0 +PL 2.0505,0,0,3.1716,1.524,0,3.7842,2.8361,0,3.9733,4.767,0,2.6848,4.767,0,2.6848,8.4661,0,6.5056,8.4661,0,6.5056,4.767,0,5.2202,4.767,0,5.0976,1.9208,0,5.4444,0.4307,0,7.3567,0,0,7.3567,1.6017,0,7.3567,1.6017,0,7.3567,1.6017,0 +PL 1.0103,5.8347,0,0.7129,6.2047,0,0.4323,6.5578,0,0.1592,6.9025,0 +PL 1.4099,7.9703,0,1.1328,8.3136,0,0.8596,8.6568,0,0.583,9,0 + +[6cc9] 泉 +PL 2.814,0,0,4.0647,0,0,4.0647,4.767,0,1.9597,4.767,0,1.9597,7.9322,0,3.1751,8.1498,0,3.7215,8.4266,0,4.0647,9,0 +PL 0.8911,0.4957,0,1.5324,1.2967,0,2.173,2.0974,0,2.814,2.8984,0,2.0925,3.0015,0,1.3815,3.0876,0,0.6813,3.1653,0 +PL 7.0558,0.4957,0,6.2009,1.3997,0,5.3463,2.2867,0,4.4917,3.1653,0 +PL 6.2009,2.6314,0,6.4744,3.0015,0,6.7612,3.3546,0,7.0558,3.6992,0 +PL 4.4917,4.767,0,6.2009,4.767,0,6.2009,6.3305,0,2.3902,6.3305,0,2.3902,6.3305,0,2.3902,6.3305,0 +PL 6.2009,6.8645,0,6.2009,7.9322,0,4.0647,7.9322,0,4.0647,7.9322,0,4.0647,7.9322,0 + +[6cca] 泊 +PL 0.4023,0.267,0,0.8296,1.4111,0,1.2569,2.5551,0,1.6807,3.6991,0 +PL 3.3619,0,0,3.3619,7.4365,0,3.7857,7.5396,0,4.2165,7.6258,0,4.6441,7.7035,0,4.7734,8.1498,0,4.9205,8.5791,0,5.0714,9,0 +PL 3.7857,0,0,7.1726,0,0,7.1726,3.6991,0,3.7857,3.6991,0,3.7857,3.6991,0,3.7857,3.6991,0 +PL 7.1726,4.2331,0,7.1726,7.4365,0,5.0714,7.4365,0,5.0714,7.4365,0,5.0714,7.4365,0 +PL 1.2569,5.8348,0,0.9596,6.2048,0,0.6794,6.558,0,0.4023,6.9026,0 +PL 1.6807,7.9322,0,1.3869,8.3023,0,1.1032,8.6554,0,0.8296,9,0 + +[6ccc] 泌 +PL 0.8019,0.2669,0,1.2257,1.411,0,1.6565,2.5551,0,2.0835,3.6991,0 +PL 2.6964,0,0,3.2501,0.5339,0,3.8242,1.0677,0,4.4059,1.6017,0,4.462,3.3559,0,4.532,5.1101,0,4.6157,6.8645,0 +PL 5.0395,0,0,4.8928,0.3701,0,4.7418,0.7231,0,4.6157,1.0677,0 +PL 5.4703,0,0,7.148,0,0,7.148,1.6017,0,7.148,1.6017,0,7.148,1.6017,0 +PL 2.9069,2.8983,0,3.0361,3.5353,0,3.1832,4.1554,0,3.3342,4.7669,0 +PL 5.0395,2.6314,0,6.5211,6.0254,0,7.071,7.5381,0,7.148,8.4661,0 +PL 8.0026,3.1652,0,7.9854,3.9364,0,7.8765,4.3517,0,7.5718,4.7669,0 +PL 1.6565,5.8348,0,1.3585,6.178,0,1.0783,6.5212,0,0.8019,6.8645,0 +PL 2.0835,7.9322,0,1.7858,8.3022,0,1.5056,8.6554,0,1.2257,8.9999,0 +PL 5.4703,8.1992,0,5.3166,8.4661,0,5.173,8.7331,0,5.0395,8.9999,0 + +[6cd5] 法 +PL 0.3141,0.267,0,0.734,1.438,0,1.1652,2.592,0,1.5925,3.7374,0 +PL 2.4436,0,0,3.7286,0,0,3.9426,1.6258,0,4.3381,3.1668,0,4.5486,4.7671,0,2.4436,4.7671,0,2.4436,4.7671,0,2.4436,4.7671,0 +PL 4.979,4.7671,0,4.8463,6.8489,0,4.2439,7.4394,0,2.874,7.4365,0 +PL 1.5925,7.9704,0,1.2944,8.3406,0,1.0142,8.6936,0,0.734,9.0383,0 +PL 5.8336,7.4365,0,7.1124,7.4365,0,7.1124,7.4365,0,7.1124,7.4365,0 +PL 5.4063,7.4365,0,5.1051,7.8518,0,4.9934,8.267,0,4.979,9.0383,0 +PL 5.4063,4.7671,0,7.5432,4.7671,0,7.5432,4.7671,0,7.5432,4.7671,0 +PL 1.1652,5.8348,0,0.8671,6.2049,0,0.5834,6.558,0,0.3141,6.9026,0 +PL 4.1248,0,0,4.8004,0.4055,0,5.8655,0.7514,0,7.1124,1.3349,0,6.8147,1.7912,0,6.5341,2.2388,0,6.2574,2.6696,0 + +[6ce1] 泡 +L 1.2855,7.9704,0.4592,8.9998 +L 0.8582,5.8346,0.0351,6.9024 +L 1.2855,3.4705,0.0351,0 +PL 2.5222,7.5,0,7.2361,7.5,0,7.2361,3,0,6.3255,2.0889,0 +PL 2.732,6,0,6.336,6,0,6.336,4,0,2.732,4,0,2.732,2,0.1231,3.2341,0,0,7.2361,0,0,7.2361,1.5,0 +A -2.7179,9,5.4502,326.603,0 + +[6ce2] 波 +PL 2.1404,0.267,0,2.7883,2.7006,0,2.9705,4.9138,0,2.9635,7.3983,0,4.1539,7.4152,0,4.8649,7.7881,0,5.1031,9,0 +PL 3.6076,0,0,4.2453,0.5339,0,4.8898,1.0679,0,5.5234,1.6017,0,4.6271,3.1173,0,4.2905,3.9379,0,4.2453,4.7668,0,3.3943,4.7668,0,3.3943,4.7668,0,3.3943,4.7668,0 +PL 5.9542,2.0973,0,6.5566,3.2641,0,6.7776,3.9562,0,6.8126,4.7668,0,4.6723,4.7668,0,4.6723,4.7668,0,4.6723,4.7668,0 +PL 7.2046,0,0,6.7776,0.37,0,6.3643,0.7232,0,5.9542,1.0679,0 +PL 5.1031,5.3009,0,5.1175,6.4209,0,5.2292,6.9647,0,5.5234,7.3983,0,6.0768,7.3207,0,6.634,7.2344,0,7.2046,7.1314,0,7.0645,6.8913,0,6.9352,6.6342,0,6.8126,6.3688,0 +PL 1.7131,7.9322,0,1.4185,8.3023,0,1.1348,8.6554,0,0.8585,9,0 +PL 1.2893,5.8347,0,0.9912,6.178,0,0.711,6.5212,0,0.4347,6.8644,0 +PL 0.4347,0.267,0,0.8585,1.4111,0,1.2893,2.555,0,1.7131,3.6991,0 + +[6ce3] 泣 +L 1.9301,7.9704,1.1063,8.9999 +L 1.5031,5.8347,0.6793,6.9025 +L 1.9301,3.4705,0.6793,0.0001 +L 5.1793,9.0001,5.1793,7.5001 +L 3.0708,7.5001,7.3154,7.5001 +L 2.4792,0.0001,7.8793,0.0001 +L 6.0794,0.0001,6.9795,7.5001 +L 4.2792,0.0001,3.379,7.5001 + +[6ce5] 泥 +PL 0.8301,0.267,0,1.2574,1.438,0,1.6885,2.5919,0,2.1158,3.7373,0 +PL 2.1158,0,0,3.2751,2.7642,0,3.4748,5.4097,0,3.3977,8.5044,0,7.6353,8.5044,0,7.6353,6.3687,0,3.7932,6.3687,0,3.7932,6.3687,0,3.7932,6.3687,0 +PL 5.5027,0,0,5.198,0.5326,0,5.0894,1.7684,0,5.0719,4.767,0 +PL 5.9297,0,0,8.0346,0,0,8.0346,1.6018,0,8.0346,1.6018,0,8.0346,1.6018,0 +PL 5.7125,2.6696,0,6.3538,3.0396,0,6.9947,3.3928,0,7.6353,3.7373,0 +PL 1.6885,5.8348,0,1.3908,6.2049,0,1.1071,6.558,0,0.8301,6.9026,0 +PL 2.1158,7.9704,0,1.8181,8.3136,0,1.5376,8.6569,0,1.2574,9.0001,0 + +[6ce8] 注 +PL 0.6813,0.267,0,1.1016,1.438,0,1.5324,2.5919,0,1.9597,3.7372,0 +PL 2.814,0.5338,0,5.3463,0.5338,0,5.3151,2.6695,0,4.9049,3.5593,0,3.6686,3.7372,0 +PL 5.7736,0.5338,0,7.8785,0.5338,0,7.8785,0.5338,0 +PL 5.7736,3.7372,0,5.4723,4.1851,0,5.3606,5.0057,0,5.3463,6.9027,0,3.2413,6.9027,0,3.2413,6.9027,0,3.2413,6.9027,0 +L 6.2009,3.7372,7.0558,3.7372 +PL 1.5324,5.8348,0,1.2379,6.2048,0,0.9542,6.558,0,0.6813,6.9027,0 +PL 5.7736,6.9027,0,7.4796,6.9027,0,7.4796,6.9027,0 +PL 1.9597,7.9703,0,1.6617,8.3404,0,1.3815,8.6936,0,1.1016,9.0382,0 +PL 5.7736,7.9703,0,5.4762,8.3404,0,5.1925,8.6936,0,4.9225,9.0382,0 + +[6cf0] 泰 +PL 2.9326,0,0,3.7595,0,0,3.7595,1.6017,0,2.7575,1.257,0,1.7736,0.904,0,0.7999,0.5339,0 +PL 6.3233,0.5339,0,4.6593,2.017,0,3.9977,2.4323,0,3.7595,2.1356,0 +PL 0.5859,2.6695,0,1.2237,3.469,0,1.8678,4.2599,0,2.5088,5.0339,0,1.7838,5.137,0,1.0728,5.2232,0,0.3726,5.3009,0 +PL 5.0376,2.6695,0,5.3146,3.0127,0,5.5948,3.356,0,5.8922,3.6992,0,4.943,4.8955,0,4.1094,5.3122,0,2.9326,5.5679,0,3.045,6.7613,0,2.106,6.9802,0,1.2237,6.9026,0 +PL 3.7595,3.1653,0,3.7595,4.2331,0,3.7595,4.2331,0,3.7595,4.2331,0 +PL 5.4649,5.3009,0,7.1744,5.3009,0,7.1744,5.3009,0,7.1744,5.3009,0 +PL 4.6138,5.8348,0,4.1833,6.4718,0,3.7662,7.0918,0,3.3599,7.7034,0,2.5088,7.7797,0,1.6545,7.856,0,0.7999,7.9322,0 +PL 4.6138,6.9026,0,6.3233,6.9026,0,6.3233,6.9026,0,6.3233,6.9026,0 +PL 3.7595,7.9322,0,3.7595,9.0001,0,3.7595,9.0001,0,3.7595,9.0001,0 +PL 4.1833,7.9322,0,6.7433,7.9322,0,6.7433,7.9322,0,6.7433,7.9322,0 + +[6cf3] 泳 +L 2.111,7.9704,1.2918,8.9999 +L 1.691,5.8347,0.8645,6.9024 +L 2.111,3.4705,0.8645,0 +L 7.6378,5.8349,6.2824,4.481 +PL 3.4629,6.75,0,5.3616,6.75,0,5.3616,0,0,4.465,0,0 +PL 2.6647,4.5,0,4.465,4.5,-0.277,2.66,1.5,0 +L 4.465,9,6.2614,7.9608 +L 5.3616,4.5,8.0616,0 + +[6d0b] 洋 +L 1.2519,7.9705,0.4324,9 +L 0.8281,5.8348,0.0019,6.9025 +L 1.2519,3.7374,0.0019,0.267 +L 3.4199,9.0382,3.8157,8.2373 +L 5.9557,9.0382,5.3113,7.4365 +L 6.8068,7.4365,2.5653,7.4365 +L 6.376,5.3009,2.9926,5.3009 +L 7.2341,3.2035,2.1416,3.2035 +L 4.6668,7.4365,4.6668,0 + +[6d17] 洗 +PL 0.7379,0.2821,0,1.1477,1.4262,0,1.5641,2.5703,0,1.9879,3.7143,0 +PL 2.6324,0.0152,0,3.6831,1.6154,0,4.0719,2.8767,0,4.1279,4.7821,0,2.4191,4.7821,0,2.4191,4.7821,0,2.4191,4.7821,0 +PL 6.2329,0.0152,0,5.9317,0.5477,0,5.8199,1.7835,0,5.8024,4.7821,0,4.5552,4.7821,0,4.5552,4.7821,0,4.5552,4.7821,0 +PL 6.6602,0.0152,0,7.5113,0.0152,0,7.5113,1.617,0,7.5113,1.617,0,7.5113,1.617,0 +PL 6.2329,4.7821,0,7.5113,4.7821,0,7.5113,4.7821,0,7.5113,4.7821,0 +PL 4.9513,5.3161,0,4.937,6.463,0,4.8322,7.0166,0,4.5552,7.4517,0,3.2701,7.4517,0,3.1227,7.1071,0,2.9791,6.7539,0,2.8428,6.3839,0 +PL 1.5641,5.85,0,1.2878,6.22,0,1.0142,6.5731,0,0.7379,6.9178,0 +PL 5.3786,7.4517,0,5.0739,7.8401,0,4.9688,8.2454,0,4.9513,9.0152,0 +PL 5.8024,7.4517,0,7.084,7.4517,0,7.084,7.4517,0,7.084,7.4517,0 +PL 1.9879,7.9474,0,1.694,8.3176,0,1.4138,8.6705,0,1.1333,9.0152,0 +PL 3.2701,7.9474,0,3.2701,9.0152,0,3.2701,9.0152,0,3.2701,9.0152,0 + +[6d1e] 洞 +PL 0.4929,0.0152,0,0.7174,1.5619,0,1.1272,2.9559,0,1.3478,4.2483,0 +PL 3.0255,0.0152,0,3.0255,8.4814,0,7.2666,8.4814,0,7.2666,0.0152,0,6.0127,0.0152,0,6.0127,0.0152,0,6.0127,0.0152,0 +PLC 4.3039,3.3698,0,4.3039,4.7821,0,6.0127,4.7821,0,6.0127,2.6466,0,4.3039,2.6466,0 +PL 3.8832,6.8797,0,6.4089,6.8797,0,6.4089,6.8797,0,6.4089,6.8797,0 + +[6d25] 津 +PL 0.4628,0.267,0,0.8901,1.438,0,1.3139,2.5919,0,1.7447,3.7373,0 +PL 4.7047,0,0,4.2105,1.5509,0,3.0547,1.7543,0,1.7447,1.6018,0 +PL 5.1355,1.6018,0,4.8343,2.1356,0,4.5537,2.6696,0,4.277,3.2035,0,2.5997,3.2035,0,2.5997,3.2035,0,2.5997,3.2035,0 +PL 5.5558,1.6018,0,7.6919,1.6018,0,7.6919,1.6018,0,7.6919,1.6018,0 +PL 5.1355,3.2035,0,4.8343,3.736,0,4.5537,4.26,0,4.277,4.767,0,3.0231,4.767,0,3.0231,4.767,0,3.0231,4.767,0 +PL 5.5558,3.2035,0,6.8408,3.2035,0,6.8408,3.2035,0,6.8408,3.2035,0 +PL 5.1355,4.767,0,4.8343,5.3009,0,4.5537,5.8348,0,4.277,6.3687,0,2.172,6.3687,0,2.172,6.3687,0,2.172,6.3687,0 +PL 5.5558,4.767,0,6.4135,4.767,0,6.2633,5.962,0,5.8321,6.3433,0,5.1355,6.3687,0,4.8343,6.9026,0,4.5537,7.4366,0,4.277,7.9704,0,3.0231,7.9704,0,3.0231,7.9704,0,3.0231,7.9704,0 +PL 1.3139,5.8348,0,1.0236,6.2049,0,0.7399,6.558,0,0.4628,6.9026,0 +PL 6.8408,6.3687,0,6.5396,6.784,0,6.4279,7.1992,0,6.4135,7.9704,0,5.1355,7.9704,0,4.9775,8.3136,0,4.8343,8.6569,0,4.7047,9.0001,0 +PL 1.7447,7.9704,0,1.4509,8.3136,0,1.1672,8.6569,0,0.8901,9.0001,0 + +[6d2a] 洪 +PL 0.8301,0.2821,0,1.2574,1.453,0,1.6885,2.607,0,2.1158,3.7525,0 +PL 2.9669,0.0152,0,3.3732,0.7383,0,3.7932,1.453,0,4.2208,2.1508,0 +PL 7.6353,0.0152,0,7.208,0.7383,0,6.7807,1.453,0,6.3538,2.1508,0 +PL 2.9669,3.2186,0,4.2208,3.2186,0,4.2488,5.2285,0,4.0002,6.4842,0,2.9669,6.9177,0 +PL 4.6446,3.2186,0,6.3538,3.2186,0,5.8004,6.6126,0,4.7707,7.1847,0,4.2208,9.0534,0 +PL 6.7807,3.2186,0,8.0346,3.2186,0,8.0346,3.2186,0,8.0346,3.2186,0 +PL 1.6885,5.85,0,1.3908,6.2201,0,1.1071,6.5731,0,0.8301,6.9177,0 +PL 6.7807,6.9177,0,6.4795,7.3527,0,6.3713,7.9064,0,6.3538,9.0534,0 +PL 2.1158,7.9855,0,1.8181,8.3555,0,1.5376,8.7087,0,1.2574,9.0534,0 + +[6d3b] 活 +L 1.9614,7.7035,1.1383,8.7329 +L 1.5309,5.5677,0.7075,6.6355 +L 1.9614,3.4705,0.7075,0 +PLC 7.0084,3,0,3.4079,3,0,3.4079,0,0,7.0084,0,0 +L 2.5078,6.0001,7.9124,6.0001 +L 5.2082,3,5.2082,8.3378 +A 2.5078,18.4536,10.47,274.931,295.455 + +[6d3e] 派 +PL 0.3703,0.267,0,0.7804,1.411,0,1.1934,2.5552,0,1.6207,3.6992,0 +PL 2.0518,0.267,0,2.7309,2.9322,0,2.9099,5.3433,0,2.9029,7.9323,0,4.1848,7.9719,0,5.1686,8.2486,0,6.7167,9.0001,0 +PL 4.1848,0,0,4.1848,5.8349,0,5.1266,5.8729,0,5.8937,6.14,0,7.144,6.8645,0 +PL 7.5748,0,0,6.5031,1.7811,0,5.7325,3.3928,0,5.4352,5.3009,0 +PL 6.2863,3.1654,0,6.7167,3.6992,0,7.144,4.2331,0,7.5748,4.7671,0 +PL 1.1934,5.8349,0,0.9205,6.1781,0,0.6438,6.5213,0,0.3703,6.8645,0 +PL 1.6207,7.9323,0,1.3443,8.3024,0,1.0743,8.6555,0,0.7979,9.0001,0 + +[6d41] 流 +PL 3.8832,6.1017,0,4.0128,6.7387,0,4.1564,7.3589,0,4.3039,7.9703,0,2.5978,7.9703,0,2.5978,7.9703,0,2.5978,7.9703,0 +PL 6.8393,0,0,7.6939,0,0,7.6939,1.6018,0,7.6939,1.6018,0,7.6939,1.6018,0 +PL 6.4089,0,0,6.1318,0.4945,0,6.0302,1.4632,0,6.0127,3.7372,0 +PL 7.2666,5.0339,0,5.9567,5.7302,0,4.0934,5.5452,0,2.5978,5.3009,0 +PL 5.1616,7.9703,0,7.2666,7.9703,0,7.2666,7.9703,0,7.2666,7.9703,0 +PL 4.7343,7.9703,0,4.7343,9.0382,0,4.7343,9.0382,0,4.7343,9.0382,0 +PL 4.7343,0.5338,0,4.7343,3.7372,0,4.7343,3.7372,0,4.7343,3.7372,0 +PL 2.2024,0,0,2.9449,1.2911,0,3.3369,2.3447,0,3.4528,3.7372,0 +L 1.7432,7.9704,0.9205,8.9999 +L 1.3194,5.8347,0.4929,6.9025 +L 1.7432,3.4705,0.4929,0 + +[6d44] 浄 +PL 0.0639,0.3051,0,0.4909,1.4493,0,0.9217,2.5933,0,1.3455,3.7373,0 +PL 3.0547,0.0382,0,4.3054,0.0382,0,4.221,1.9068,0,3.7695,2.5806,0,2.6309,2.6695,0 +PL 4.7359,2.6695,0,3.9723,4.0876,0,3.6921,4.6836,0,2.2004,4.8052,0 +PL 5.1565,2.6695,0,6.0146,2.6695,0,5.7866,4.462,0,5.1845,4.8052,0,4.3054,5.3009,0,4.3054,6.3687,0,3.1111,6.3885,0,2.5647,6.5269,0,2.2004,6.9026,0,2.9395,7.6936,0,3.2648,8.2472,0,3.447,9.0382,0 +PL 6.4419,4.8052,0,6.1403,5.1936,0,6.0283,5.5989,0,6.0146,6.3687,0,5.587,6.4718,0,5.1565,6.558,0,4.7359,6.6356,0,4.8623,7.0057,0,5.0056,7.3588,0,5.1565,7.7034,0,4.7359,7.8065,0,4.3054,7.8927,0,3.8781,7.9704,0 +PL 0.9217,5.8348,0,0.624,6.2049,0,0.3403,6.558,0,0.0639,6.9026,0 +PL 1.3455,7.9704,0,1.0513,8.3405,0,0.7676,8.6936,0,0.4909,9.0382,0 + +[6d45] 浅 +PL 7.4796,0,0,6.9717,0.7134,0,6.4744,1.4096,0,5.9876,2.0974,0,5.1575,1.3278,0,4.334,0.9223,0,2.814,0.5339,0 +L 7.8785,0,7.8785,1.5637 +PL 5.7736,2.6314,0,5.4723,3.0467,0,5.3606,3.4619,0,5.3463,4.2331,0,2.814,4.2331,0,2.814,4.2331,0,2.814,4.2331,0 +PL 6.6285,2.6314,0,6.9013,3.0014,0,7.1819,3.3546,0,7.4796,3.6991,0 +PL 4.9225,4.767,0,4.9225,5.8347,0,3.2413,5.8347,0,3.2413,5.8347,0,3.2413,5.8347,0 +L 5.3463,4.767,7.8785,4.767 +PL 4.9225,6.3305,0,4.9225,7.3984,0,2.814,7.3984,0,2.814,7.3984,0,2.814,7.3984,0 +L 5.3463,6.3305,7.0558,6.3305 +PL 4.9225,7.9324,0,4.9225,9,0,4.9225,9,0,4.9225,9,0 +PL 5.3463,7.9324,0,5.7736,8.0353,0,6.2009,8.1215,0,6.6285,8.1991,0,6.4744,8.4662,0,6.3308,8.7331,0,6.2009,9,0 +L 1.9321,7.9703,1.1083,8.9998 +L 1.5051,5.8346,0.6813,6.9024 +L 1.9321,3.4704,0.6813,-0.0001 + +[6d5c] 浜 +L 0.0639,0.267,1.3455,3.6992 +L 2.4137,0,3.8781,1.6017 +L 6.8657,0,5.587,1.6017 +PL 2.6309,2.6695,0,3.447,2.6695,0,3.447,7.9322,0,4.7954,8.0707,0,5.664,8.3277,0,6.4419,8.4661,0 +PL 3.8781,2.6695,0,5.587,2.6695,0,5.587,5.8348,0,3.8781,5.8348,0 +L 6.0146,2.6695,7.2615,2.6695 +L 0.9217,5.8348,0.0639,6.9026 +L 6.0146,5.8348,6.8657,5.8348 +L 1.3455,7.9322,0.4909,9 + +[6d66] 浦 +PL 0.3083,0.2668,0,0.7145,1.4379,0,1.1348,2.5918,0,1.5621,3.7373,0 +PL 2.8405,0,0,2.8405,5.8347,0,4.5501,5.8347,0,4.8369,6.428,0,4.8369,6.8433,0,4.5501,7.4364,0,2.4171,7.4364,0,2.4171,7.4364,0,2.4171,7.4364,0 +PL 4.9805,0,0,4.9,1.8955,0,4.445,2.5791,0,3.2717,2.6695,0 +PL 6.2277,0,0,7.0855,0,0,7.0855,2.6695,0,5.3766,2.6695,0,5.0965,3.2033,0,4.8268,3.7373,0,4.5501,4.2711,0,3.2717,4.2711,0,3.2717,4.2711,0,3.2717,4.2711,0 +PL 7.0855,3.2033,0,7.0855,4.2711,0,5.7265,4.4774,0,5.1802,4.6752,0,4.9805,5.0339,0,5.1031,5.3007,0,5.2292,5.5677,0,5.3766,5.8347,0,7.0855,5.8347,0,7.0855,4.7669,0,7.0855,4.7669,0,7.0855,4.7669,0 +PL 1.1593,5.8347,0,0.8686,6.2048,0,0.5849,6.5579,0,0.3083,6.9025,0 +PL 5.3766,7.4364,0,5.0965,7.8517,0,4.9914,8.267,0,4.9805,9.0382,0 +PL 5.8004,7.4364,0,7.5058,7.4364,0,7.5058,7.4364,0,7.5058,7.4364,0 +PL 1.5621,7.9704,0,1.2858,8.3404,0,1.0122,8.6935,0,0.7394,9.0382,0 + +[6d6a] 浪 +PL 7.0543,6.9025,0,7.0543,7.9322,0,5.3801,7.9322,0,5.3801,7.9322,0,5.3801,7.9322,0 +PL 1.9894,7.9322,0,1.6955,8.3023,0,1.4118,8.6553,0,1.1383,9,0 +PL 0.7075,0.2669,0,1.1383,1.411,0,1.5656,2.5551,0,1.9894,3.6991,0 +PL 2.3855,0,0,3.2398,0,0,3.2398,7.9322,0,4.9493,7.9322,0,4.9493,9,0,4.9493,9,0,4.9493,9,0 +PL 3.6706,0,0,3.9967,0.3757,0,4.3325,0.5141,0,4.9493,0.5339,0 +PL 7.4851,0,0,6.3394,1.6341,0,5.6218,3.0311,0,5.3801,4.7669,0,3.6706,4.7669,0,3.6706,4.7669,0,3.6706,4.7669,0 +PL 6.6266,2.0975,0,6.9033,2.4675,0,7.187,2.8206,0,7.4851,3.1653,0 +PL 5.8039,4.7669,0,7.0543,4.7669,0,7.0543,6.3687,0,3.6706,6.3687,0,3.6706,6.3687,0,3.6706,6.3687,0 +PL 1.5656,5.8347,0,1.2682,6.2048,0,0.9846,6.5579,0,0.7075,6.9025,0 + +[6d6e] 浮 +L 0.2165,0.267,1.5016,3.6992 +PL 3.6031,0,0,4.885,0,0,4.6923,2.1836,0,3.9288,2.7232,0,2.3527,2.6695,0 +PL 5.3126,2.6695,0,5.1617,2.9351,0,5.0181,3.1921,0,4.885,3.4321,0,6.1672,5.0339,0,5.0391,5.137,0,3.9113,5.2232,0,2.7803,5.3008,0 +L 5.7434,2.6695,7.4176,2.6695 +L 1.0708,5.8348,0.2165,6.9026 +PL 3.6031,6.6356,0,3.463,7.0057,0,3.3337,7.3588,0,3.2111,7.7034,0,4.8468,7.993,0,5.9322,8.2402,0,7.0215,8.1992,0,6.7276,7.589,0,6.4436,6.9788,0,6.1672,6.3686,0 +PL 4.885,6.6356,0,4.7344,6.9026,0,4.5876,7.1695,0,4.4577,7.4365,0 +L 1.5016,7.9322,0.647,9 + +[6d74] 浴 +PL 1.3795,5.8349,0,1.0856,6.2049,0,0.8019,6.558,0,0.5249,6.9025,0 +PL 2.6617,6.9025,0,3.0645,7.435,0,3.4845,7.9591,0,3.9156,8.4662,0 +PL 7.3302,3.6992,0,6.5351,4.9464,0,5.7505,6.1765,0,4.98,7.3983,0,4.49,6.5212,0,4.0032,5.644,0,3.5128,4.767,0 +PL 3.9156,0,0,6.4724,0,0,6.4724,3.6992,0,3.9156,3.6992,0,3.9156,3.6992,0,3.9156,3.6992,0 +PL 3.5128,0,0,3.4953,2.6229,0,3.3902,3.7204,0,3.089,4.2332,0,2.9381,4.0693,0,2.791,3.8884,0,2.6617,3.6992,0 +PL 0.5249,0.267,0,0.9522,1.411,0,1.3795,2.5551,0,1.8033,3.6992,0 +PL 7.3302,6.9025,0,6.8997,7.435,0,6.4724,7.9591,0,6.0451,8.4662,0 +PL 1.8033,7.9322,0,1.5094,8.3023,0,1.2257,8.6554,0,0.9522,9,0 + +[6d77] 海 +L 1.2507,7.9705,0.427,9 +L 0.8234,5.8347,-0.0003,6.9025 +L 1.2507,3.7375,-0.0003,0.267 +L 3.3865,9,2.1053,6.3687 +L 7.2,7.9705,2.885,7.9705 +L 2.1053,4.233,7.2,4.233 +L 4.2446,3.6238,5.06,2.2109 +L 4.5718,5.7926,5.1399,4.8091 +PL 4.6369,0,0,5.6834,0.1987,0.0872,6.393,6.3687,0,3.3865,6.3687,-0.0806,2.9595,1.6017,0,7.2,1.6016,0 + +[6d78] 浸 +PL 0.4023,0.3051,0,0.8296,1.4493,0,1.2569,2.5933,0,1.6807,3.7373,0 +PL 2.9346,0.0382,0,3.6354,0.3814,0,4.3429,0.7246,0,5.0714,1.0678,0,4.6441,1.7049,0,4.2165,2.325,0,3.7857,2.9365,0,6.318,2.9365,0,6.0451,2.5057,0,5.7716,2.0579,0,5.4952,1.6018,0 +PL 6.318,0.0382,0,6.0451,0.2176,0,5.7716,0.3801,0,5.4952,0.534,0 +PL 2.5073,3.2034,0,2.5073,4.8052,0,7.6037,4.8052,0,7.6037,3.2034,0,7.6037,3.2034,0,7.6037,3.2034,0 +PL 1.2569,5.8348,0,0.9596,6.2049,0,0.6794,6.558,0,0.4023,6.9026,0 +PL 3.3619,6.3687,0,6.318,6.3687,0,6.318,7.4365,0,3.3619,7.4365,0,3.3619,7.4365,0,3.3619,7.4365,0 +PL 1.6807,7.9704,0,1.3869,8.3405,0,1.1032,8.6936,0,0.8296,9.0382,0 +PL 6.318,8.2374,0,5.3233,8.3405,0,4.3394,8.4266,0,3.3619,8.5043,0 + +[6d88] 消 +PL 7.297,5.3009,0,7.297,6.3688,0,5.5874,6.3688,0,5.5874,6.3688,0,5.5874,6.3688,0 +PL 7.297,3.7372,0,7.297,4.7669,0,3.9098,4.7669,0,3.9098,4.7669,0,3.9098,4.7669,0 +PL 6.0147,0,0,7.297,0,0,7.297,3.2035,0,3.9098,3.2035,0,3.9098,3.2035,0,3.9098,3.2035,0 +PL 3.4825,0,0,3.4825,6.3688,0,5.1636,6.3688,0,5.1636,9.0382,0,5.1636,9.0382,0,5.1636,9.0382,0 +PL 6.8732,7.4365,0,7.0024,7.8066,0,7.146,8.1598,0,7.297,8.5043,0 +PL 3.9098,7.7035,0,3.7595,7.9703,0,3.6124,8.2373,0,3.4825,8.5043,0 +L 1.7771,7.9704,0.9502,8.9999 +L 1.3463,5.8347,0.5264,6.9025 +L 1.7771,3.4705,0.5264,0 + +[6d99] 涙 +PL 1.6222,7.9322,0,1.3248,8.3023,0,1.0411,8.6553,0,0.7711,9,0 +PL 2.8725,8.4661,0,7.5382,8.4661,0,7.5382,8.4661,0,7.5382,8.4661,0 +PL 0.3403,0.2669,0,0.7711,1.411,0,1.1914,2.5551,0,1.6222,3.6991,0 +PL 2.0495,0,0,2.9429,2.298,0,3.2648,4.4774,0,3.2963,6.9025,0,7.1179,6.9025,0,7.1179,5.3009,0,3.7271,5.3009,0,3.7271,5.3009,0,3.7271,5.3009,0 +PL 3.5138,0,0,4.1544,0.8771,0,4.7954,1.7543,0,5.4367,2.6314,0,5.0861,3.007,0,4.6451,3.1454,0,3.7271,3.1653,0 +PL 7.1179,0,0,6.6867,0.7132,0,6.2668,1.4096,0,5.864,2.0975,0 +PL 5.864,3.1653,0,5.713,3.5353,0,5.5628,3.8883,0,5.4367,4.233,0 +PL 6.2913,3.1653,0,7.1179,3.1653,0,7.1179,3.1653,0,7.1179,3.1653,0 +PL 1.1914,5.8347,0,0.8972,6.2048,0,0.6173,6.5579,0,0.3403,6.9025,0 + +[6daf] 涯 +PL 0.3083,0.267,0,0.7145,1.411,0,1.1348,2.5551,0,1.5621,3.6991,0 +PL 1.5621,0.267,0,2.256,3.0368,0,2.4307,5.6201,0,2.4171,8.4662,0,7.5058,8.4662,0,7.5058,8.4662,0,7.5058,8.4662,0 +PL 3.2717,0,0,5.3766,0,0,5.3623,1.1201,0,5.2576,1.6639,0,4.9805,2.0975,0,3.6955,2.0975,0,3.6955,2.0975,0,3.6955,2.0975,0 +PL 5.8004,0,0,7.5058,0,0,7.5058,0,0,7.5058,0,0 +PL 5.8004,2.0975,0,5.6495,2.4675,0,5.5059,2.8206,0,5.3766,3.1653,0 +PL 6.2277,2.0975,0,7.0855,2.0975,0,7.0855,2.0975,0,7.0855,2.0975,0 +PL 3.2717,4.2331,0,5.3766,4.2331,0,5.3623,5.3532,0,5.2576,5.897,0,4.9805,6.3304,0,3.6955,6.3304,0,3.6955,6.3304,0,3.6955,6.3304,0 +PL 5.8004,4.2331,0,7.5058,4.2331,0,7.5058,4.2331,0,7.5058,4.2331,0 +PL 1.1593,5.7967,0,0.8686,6.1668,0,0.5849,6.5198,0,0.3083,6.8645,0 +PL 5.8004,6.3304,0,5.6495,6.7005,0,5.5059,7.0537,0,5.3766,7.3984,0 +PL 6.2277,6.3304,0,7.0855,6.3304,0,7.0855,6.3304,0,7.0855,6.3304,0 +PL 1.5621,7.9322,0,1.2858,8.3023,0,1.0122,8.6554,0,0.7394,9.0001,0 + +[6db2] 液 +PL 3.0837,0,0,3.007,1.411,0,2.9366,2.822,0,2.8735,4.2329,0,2.6637,4.0691,0,2.4497,3.8884,0,2.2326,3.6991,0 +PL 0.5588,0,0,0.7756,1.555,0,1.1892,2.9577,0,1.4099,4.2329,0 +PL 3.0837,5.0338,0,3.2168,5.6709,0,3.3639,6.2908,0,3.5148,6.9025,0 +PL 2.6637,7.9703,0,5.2237,7.9703,0,5.2237,8.9999,0,5.2237,8.9999,0,5.2237,8.9999,0 +PL 4.1554,0,0,4.7754,0.5338,0,5.4093,1.0678,0,6.0471,1.6017,0,5.5603,2.3148,0,5.0734,3.0112,0,4.5831,3.6991,0,4.3726,3.5452,0,4.1554,3.3827,0,3.9421,3.2034,0 +PL 7.3287,0,0,7.0348,0.3699,0,6.7472,0.7231,0,6.4744,1.0678,0 +PL 6.4744,2.1355,0,6.6036,2.4025,0,6.7472,2.6696,0,6.8982,2.9364,0,6.4114,3.5465,0,5.9245,4.1568,0,5.4377,4.7668,0,5.2237,4.6032,0,5.0065,4.4222,0,4.7932,4.2329,0 +PL 7.3287,3.6991,0,7.3287,5.8347,0,6.1308,5.8149,0,5.5879,5.6766,0,5.2237,5.3008,0 +PL 5.651,7.9703,0,7.7559,7.9703,0,7.7559,7.9703,0,7.7559,7.9703,0 + +[6dbc] 涼 +PL 0.3141,0.267,0,0.734,1.4111,0,1.1652,2.5551,0,1.5925,3.6991,0 +PL 4.1248,0,0,4.979,0,0,4.979,4.2331,0,3.2978,4.2331,0,3.2978,5.8348,0,6.6847,5.8348,0,6.6847,4.2331,0,5.4063,4.2331,0,5.4063,4.2331,0,5.4063,4.2331,0 +PL 2.4436,1.0678,0,3.004,2.1356,0,3.2978,2.6695,0 +PL 7.1124,1.0678,0,6.8147,1.6017,0,6.5341,2.1356,0,6.2574,2.6695,0 +PL 1.1652,5.8348,0,0.8671,6.2048,0,0.5834,6.558,0,0.3141,6.9026,0 +PL 2.4436,7.4365,0,4.979,7.4365,0,4.979,9,0,4.979,9,0,4.979,9,0 +PL 5.4063,7.4365,0,7.5432,7.4365,0,7.5432,7.4365,0,7.5432,7.4365,0 +PL 1.5925,7.9322,0,1.2944,8.3023,0,1.0142,8.6554,0,0.734,9,0 + +[6dd1] 淑 +PL 0.0616,0.0001,0,0.2756,1.5297,0,0.6745,2.9069,0,0.8882,4.2332,0 +PL 2.1736,0.0001,0,3.0247,0.0001,0,3.1196,2.3914,0,2.9301,4.4351,0,1.7431,5.3009,0 +PL 4.6992,0.0001,0,5.1296,0.801,0,5.5569,1.6018,0,5.9846,2.4026,0,5.3538,4.5694,0,5.1472,6.3632,0,5.1296,8.5044,0,6.8388,8.5044,0,6.8213,5.4605,0,6.7092,4.0863,0,6.4084,3.2035,0 +PL 7.2626,0.0001,0,6.9684,0.534,0,6.6882,1.0679,0,6.4084,1.6018,0 +PL 1.7431,1.8688,0,1.8724,2.479,0,2.0163,3.0892,0,2.1736,3.6993,0 +PL 4.3066,2.1357,0,4.2891,2.9055,0,4.177,3.3108,0,3.8796,3.6993,0 +PL 3.452,5.3009,0,3.1511,5.7939,0,3.039,6.7529,0,3.0247,9.0001,0 +PL 3.452,7.4366,0,4.3066,7.4366,0,4.3066,7.4366,0,4.3066,7.4366,0 + +[6de1] 淡 +PL 0.7399,0,0,0.9605,1.5551,0,1.3738,2.9577,0,1.5945,4.2331,0 +PL 3.0581,0,0,3.8322,0.904,0,4.6167,1.791,0,5.4083,2.6695,0,5.4083,4.2331,0,5.4083,4.2331,0,5.4083,4.2331,0 +PL 7.5133,0,0,6.9424,0.7232,0,6.382,1.4379,0,5.8356,2.1356,0 +PL 3.2721,2.6695,0,3.4014,3.0127,0,3.545,3.356,0,3.7026,3.6992,0 +PL 7.3,2.9364,0,7.363,3.202,0,7.4327,3.4591,0,7.5133,3.6992,0 +PL 3.0581,4.7671,0,3.8322,5.671,0,4.6167,6.5579,0,5.4083,7.4364,0,5.4083,9.0001,0,5.4083,9.0001,0,5.4083,9.0001,0 +PL 7.5133,4.7671,0,6.9424,5.4901,0,6.382,6.2048,0,5.8356,6.9026,0 +PL 3.2721,7.4364,0,3.4014,7.7797,0,3.545,8.1229,0,3.7026,8.4662,0 +PL 7.3,7.7034,0,7.363,7.969,0,7.4327,8.226,0,7.5133,8.4662,0 + +[6df1] 深 +PL 5.1355,0,0,5.0514,1.0678,0,4.9775,2.1356,0,4.918,3.2035,0,4.1334,2.5056,0,3.3594,1.791,0,2.5997,1.0678,0 +PL 7.2646,1.0678,0,5.899,2.8955,0,4.8234,3.5113,0,3.0231,3.7372,0 +PL 5.9866,3.7372,0,7.2646,3.7372,0,7.2646,3.7372,0,7.2646,3.7372,0 +PL 5.1355,4.2331,0,5.1355,5.3009,0,5.1355,5.3009,0,5.1355,5.3009,0 +PL 2.813,5.3009,0,3.2998,6.0242,0,3.7902,6.7387,0,4.277,7.4365,0 +PL 2.5997,7.4365,0,2.5997,8.5043,0,7.6919,8.5043,0,7.6919,7.4365,0,7.6919,7.4365,0,7.6919,7.4365,0 +PL 6.8408,5.8348,0,7.6919,5.8348,0,7.6919,5.8348,0,7.6919,5.8348,0 +PL 6.4135,5.8348,0,6.1123,6.2499,0,6.0006,6.6652,0,5.9866,7.4365,0 +L 1.7171,7.9704,0.8901,8.9999 +L 1.2863,5.8347,0.4628,6.9025 +L 1.7171,3.4705,0.4628,0 + +[6df7] 混 +PLC 6.8126,8.4661,0,6.8126,5.2628,0,2.9635,5.2628,0,2.9635,8.4661,0,6.8126,8.4661,0,6.8126,8.4661,0 +PL 3.3943,6.8644,0,6.3815,6.8644,0,6.3815,6.8644,0,6.3815,6.8644,0 +PL 1.7131,7.9322,0,1.4185,8.3024,0,1.1348,8.6554,0,0.8585,9.0001,0 +PL 1.2893,5.7966,0,0.9912,6.1668,0,0.711,6.5198,0,0.4347,6.8644,0 +PL 0.4347,0.267,0,0.8585,1.4111,0,1.2893,2.5551,0,1.7131,3.6992,0 +PL 2.1404,0,0,2.9635,0,0,2.9635,4.2332,0,2.9635,4.2332,0,2.9635,4.2332,0 +PL 3.3943,2.6314,0,4.6723,2.6314,0,4.6723,2.6314,0,4.6723,2.6314,0 +PL 6.1682,2.6314,0,6.5041,2.8207,0,6.8512,3.0015,0,7.2046,3.1653,0 +PL 6.3815,0,0,7.6284,0,0,7.6284,1.0297,0,7.6284,1.0297,0,7.6284,1.0297,0 +PL 5.9542,0,0,5.653,0.4874,0,5.5413,1.5848,0,5.5234,4.2332,0 +PL 3.3943,0,0,3.7231,0.3488,0,4.0524,0.4775,0,4.6723,0.4958,0 + +[6dfb] 添 +PL 1.0947,2.6155,0,2.219,4.3302,0,3.8157,6.0788,0,3.1152,6.1819,0,2.4147,6.2681,0,1.7107,6.3457,0 +PL 2.9926,0.0152,0,3.8157,0.0152,0,3.8157,4.2483,0,3.8157,4.2483,0,3.8157,4.2483,0 +PL 1.7107,1.0449,0,1.9878,1.5788,0,2.2715,2.1126,0,2.5653,2.6466,0 +PL 5.5249,1.0449,0,5.5078,1.8161,0,5.3992,2.2314,0,5.0976,2.6466,0 +PL 7.2341,1.3118,0,6.9368,1.7681,0,6.6562,2.2158,0,6.376,2.6466,0 +PL 6.8068,3.7144,0,5.5459,5.1339,0,4.7719,6.3245,0,4.2465,7.9475,0,2.1416,7.9475,0,2.1416,7.9475,0,2.1416,7.9475,0 +PL 5.0976,6.3457,0,7.2341,6.3457,0,7.2341,6.3457,0,7.2341,6.3457,0 +PL 4.6668,8.4814,0,6.376,8.4814,0,6.376,8.4814,0,6.376,8.4814,0 +L 1.2519,7.9855,0.4324,9.015 +L 0.8281,5.8498,0.0019,6.9176 +L 1.2519,3.4857,0.0019,0.0152 + +[6e05] 清 +PL 0.6173,0.2669,0,1.0236,1.411,0,1.4435,2.5552,0,1.8638,3.6991,0 +PL 3.5734,0,0,3.5734,4.2331,0,6.9634,4.2331,0,6.9634,0,0,5.6783,0,0,5.6783,0,0,5.6783,0,0 +PL 4.0042,2.0974,0,6.5361,2.0974,0,6.5361,2.0974,0,6.5361,2.0974,0 +PL 4.0042,3.1653,0,6.5361,3.1653,0,6.5361,3.1653,0,6.5361,3.1653,0 +PL 1.4719,5.8347,0,1.1773,6.1779,0,0.8901,6.5212,0,0.6173,6.8644,0 +PL 2.7223,5.8347,0,3.5734,5.938,0,4.4311,6.024,0,5.2822,6.1017,0,4.939,6.6385,0,4.4942,6.8362,0,3.5734,6.8644,0 +PL 5.6783,5.8347,0,7.818,5.8347,0,7.818,5.8347,0,7.818,5.8347,0 +PL 5.6783,6.8644,0,4.8062,7.7684,0,4.1268,7.969,0,3.1531,7.9324,0 +PL 6.1091,6.8644,0,6.9634,6.8644,0,6.9634,6.8644,0,6.9634,6.8644,0 +PL 1.8638,7.9324,0,1.5945,8.3023,0,1.3174,8.6553,0,1.0446,9,0 +PL 5.6783,7.9324,0,5.5347,8.3023,0,5.4083,8.6553,0,5.2822,9,0 +PL 6.1091,7.9324,0,7.3907,7.9324,0,7.3907,7.9324,0,7.3907,7.9324,0 + +[6e07] 渇 +PL 0.5849,0.267,0,0.9912,1.411,0,1.4119,2.5551,0,1.8357,3.6991,0 +PL 5.653,0,0,6.5041,0,0,7.1349,1.4195,0,7.3415,2.6611,0,7.3625,4.2331,0,3.541,4.2331,0,3.541,2.6314,0,4.0944,2.8206,0,4.6516,3.0015,0,5.2222,3.1653,0 +PL 3.9718,1.0297,0,3.8215,1.3997,0,3.6744,1.7529,0,3.541,2.0975,0 +PL 4.3991,1.0297,0,6.0768,1.0297,0,6.0768,2.0975,0,6.0768,2.0975,0,6.0768,2.0975,0 +PL 3.9718,4.7671,0,3.8215,6.0142,0,3.6744,7.2444,0,3.541,8.4662,0,6.9317,8.4662,0,6.9317,5.7967,0,4.3991,5.7967,0,4.3991,5.7967,0,4.3991,5.7967,0 +PL 1.4119,5.7967,0,1.1313,6.1668,0,0.862,6.5198,0,0.5849,6.8645,0 +PL 3.9718,7.3984,0,6.5041,7.3984,0,6.5041,7.3984,0,6.5041,7.3984,0 +PL 1.8357,7.9322,0,1.5411,8.3023,0,1.2574,8.6554,0,0.9811,9.0001,0 + +[6e08] 済 +PL 0.6158,0.2821,0,1.4704,2.5703,0,1.9008,3.7143,0 +PL 2.3215,0.0152,0,3.2286,1.6324,0,3.561,2.9361,0,3.61,4.7821,0,2.7519,4.7821,0,2.7519,4.7821,0,2.7519,4.7821,0 +PL 6.9938,0.0152,0,6.9938,2.1508,0,4.0303,2.1508,0,4.0303,2.1508,0,4.0303,2.1508,0 +PL 6.9938,2.6466,0,6.9938,3.7143,0,4.0303,3.7143,0,4.0303,3.7143,0,4.0303,3.7143,0 +PL 6.9938,4.5152,0,6.4544,5.0985,0,5.8239,5.4445,0,5.2842,5.85,0,4.9553,5.4742,0,4.6328,5.3358,0,4.0303,5.3161,0 +PL 1.4704,5.85,0,1.1723,6.22,0,0.8921,6.5731,0,0.6158,6.9178,0 +PL 4.8569,6.3839,0,4.1564,7.3908,0,3.6139,7.7793,0,2.7519,7.9474,0 +PL 5.7115,6.3839,0,5.9851,6.8402,0,6.2723,7.2879,0,6.5661,7.7186,0,5.8415,7.7948,0,5.134,7.8712,0,4.4331,7.9474,0 +PL 1.9008,7.9474,0,1.6031,8.3176,0,1.3194,8.6705,0,1.0431,9.0152,0 +PL 6.9938,7.9474,0,7.8484,7.9474,0,7.8484,7.9474,0,7.8484,7.9474,0 + +[6e09] 渉 +PL 0.649,0.267,0,1.0763,1.4111,0,1.5001,2.5552,0,1.9274,3.6993,0 +PL 2.7504,0.0001,0,4.33,0.3193,0,5.4967,1.2317,0,6.5646,2.6696,0 +PL 4.4596,2.1357,0,5.3146,2.1357,0,5.1671,4.6513,0,4.446,5.3278,0,2.7504,5.3009,0 +PL 2.7504,2.6696,0,3.0275,3.2021,0,3.3112,3.7261,0,3.605,4.2332,0 +PL 7.8469,2.9366,0,7.5558,3.3829,0,7.2686,3.8123,0,6.9958,4.2332,0 +PL 5.7419,5.3009,0,5.4407,5.7939,0,5.3282,6.7529,0,5.3146,9.0001,0 +PL 6.1692,5.3009,0,7.8469,5.3009,0,7.8469,5.3009,0,7.8469,5.3009,0 +PL 1.5001,5.8349,0,1.2097,6.2049,0,0.9225,6.5581,0,0.649,6.9027,0 +PL 3.605,5.8349,0,3.605,7.9705,0,3.605,7.9705,0,3.605,7.9705,0 +PL 5.7419,7.4366,0,7.4157,7.4366,0,7.4157,7.4366,0,7.4157,7.4366,0 +PL 1.9274,7.9705,0,1.63,8.3137,0,1.3498,8.6569,0,1.0763,9.0001,0 + +[6e0b] 渋 +PL 0.865,0.267,0,1.2887,1.4111,0,1.716,2.5552,0,2.1433,3.6992,0 +PL 3.2151,0,0,3.7019,0.5339,0,4.1888,1.0678,0,4.6788,1.6018,0 +PL 7.6632,0,0,7.0885,0.5339,0,6.5144,1.0678,0,5.9537,1.6018,0 +PL 4.6788,2.6314,0,4.2515,3.1653,0,3.8312,3.6992,0,3.4284,4.2332,0 +PL 5.9537,2.6314,0,6.3845,3.1653,0,6.8121,3.6992,0,7.2429,4.2332,0 +PL 2.9976,5.3009,0,3.8522,5.3009,0,3.8522,7.9323,0,3.8522,7.9323,0,3.8522,7.9323,0 +PL 4.2798,5.3009,0,5.5334,5.3009,0,5.5334,9,0,5.5334,9,0,5.5334,9,0 +PL 5.9537,5.3009,0,8.094,5.3009,0,8.094,5.3009,0,8.094,5.3009,0 +PL 1.716,5.8348,0,1.4215,6.2048,0,1.1413,6.558,0,0.865,6.9026,0 +PL 5.9537,7.3983,0,7.6632,7.3983,0,7.6632,7.3983,0,7.6632,7.3983,0 +PL 2.1433,7.9323,0,1.8453,8.3024,0,1.5651,8.6554,0,1.2887,9,0 + +[6e13] 渓 +PL 0.864,0.2669,0,1.2878,1.411,0,1.7151,2.5551,0,2.1455,3.6991,0 +PL 3.1857,0,0,3.9528,0.7232,0,4.7373,1.4378,0,5.5289,2.1356,0,5.1646,2.5113,0,4.6147,2.6496,0,3.3962,2.6695,0 +PL 7.6338,0,0,7.0664,0.5339,0,6.5064,1.0678,0,5.96,1.6017,0 +PL 5.96,2.6695,0,5.6623,3.202,0,5.3786,3.726,0,5.1016,4.2329,0,3.82,4.2329,0,3.82,4.2329,0,3.82,4.2329,0 +PL 6.3523,2.6695,0,7.6338,2.6695,0,7.6338,2.6695,0,7.6338,2.6695,0 +PL 5.96,4.2329,0,5.8059,4.603,0,5.6623,4.9562,0,5.5289,5.3008,0 +PL 6.3523,4.2329,0,7.21,4.2329,0,7.21,4.2329,0,7.21,4.2329,0 +PL 1.7151,5.8347,0,1.4205,6.2047,0,1.1403,6.5578,0,0.864,6.9025,0 +PL 6.7827,6.3686,0,6.9127,6.7387,0,7.0563,7.0918,0,7.21,7.4364,0 +PL 2.1455,7.9703,0,1.8478,8.3136,0,1.5641,8.6568,0,1.2878,9,0 +PL 3.3962,7.9703,0,4.8004,8.1496,0,6.2122,8.3121,0,7.6338,8.4661,0 + +[6e1b] 減 +PL 0.2817,0.2669,0,0.7024,1.411,0,1.1328,2.555,0,1.5601,3.6991,0 +PL 1.5601,0,0,2.338,2.233,0,2.4708,5.0762,0,2.4112,7.4364,0,3.8052,7.3587,0,4.919,7.6284,0,5.3746,8.9999,0 +PL 4.3064,0,0,4.9473,0.6369,0,5.5879,1.2571,0,6.2292,1.8686,0,5.6265,3.6313,0,5.4058,4.9364,0,5.3746,6.9025,0,5.7389,7.2782,0,6.2814,7.4167,0,7.4796,7.4364,0 +PL 7.0485,0,0,6.9084,0.3699,0,6.7788,0.7231,0,6.6562,1.0678,0 +PL 7.4796,0,0,7.4796,1.6017,0,7.4796,1.6017,0,7.4796,1.6017,0 +PLC 3.2378,2.8489,0,3.2378,4.2329,0,4.5236,4.2329,0,4.5236,2.1355,0,3.2378,2.1355,0 +PL 6.6562,2.9364,0,6.7788,3.7359,0,6.9084,4.5268,0,7.0485,5.3008,0 +PL 1.1328,5.8347,0,0.8351,6.2048,0,0.5553,6.5579,0,0.2817,6.9025,0 +PL 3.2378,5.8347,0,4.5236,5.8347,0,4.5236,5.8347,0,4.5236,5.8347,0 +PL 1.5601,7.9703,0,1.2628,8.3135,0,0.7024,8.9999,0,0.7024,8.9999,0 + +[6e21] 渡 +PL 0.2501,0,0,0.4742,1.5551,0,0.8805,2.9577,0,1.1047,4.2331,0 +PL 1.5285,0.267,0,2.1939,2.9068,0,2.362,5.2925,0,2.355,7.9322,0,4.915,7.9322,0,4.915,9,0,4.915,9,0,4.915,9,0 +PL 3.2061,0,0,3.9133,0.3701,0,4.6208,0.7232,0,5.3423,1.0678,0,4.4106,2.3913,0,3.8576,2.9351,0,3.2061,3.1653,0 +PL 6.5962,0,0,6.2984,0.1892,0,6.0183,0.3701,0,5.7419,0.5339,0 +PL 5.7419,1.6017,0,6.0183,2.0579,0,6.2984,2.5057,0,6.5962,2.9365,0,5.8957,3.0127,0,5.192,3.089,0,4.4912,3.1653,0 +PL 4.0607,4.767,0,4.0607,6.3687,0,2.7823,6.3687,0,2.7823,6.3687,0,2.7823,6.3687,0 +PL 4.4912,4.767,0,6.1657,4.767,0,6.1657,6.3687,0,4.4912,6.3687,0,4.4912,6.3687,0,4.4912,6.3687,0 +PL 6.5962,6.3687,0,7.4473,6.3687,0,7.4473,6.3687,0,7.4473,6.3687,0 +PL 5.3423,7.9322,0,7.4473,7.9322,0,7.4473,7.9322,0,7.4473,7.9322,0 + +[6e26] 渦 +PL 0.2817,0.2668,0,0.7024,1.4379,0,1.1328,2.5918,0,1.5601,3.7373,0 +PL 2.4112,0,0,2.4112,4.7669,0,3.2378,4.7669,0,3.2378,8.5042,0,6.2292,8.5042,0,6.2292,4.7669,0,7.0485,4.7669,0,7.0485,0,0,6.2292,0,0,6.2292,0,0,6.2292,0,0 +PLC 3.6651,2.1356,0,3.6651,3.2033,0,5.8019,3.2033,0,5.8019,1.6017,0,3.6651,1.6017,0 +PL 3.6651,4.7669,0,4.5236,4.7669,0,4.5236,6.9025,0,5.8019,6.9025,0,5.8019,6.9025,0,5.8019,6.9025,0 +PL 4.9473,4.7669,0,5.8019,4.7669,0,5.8019,4.7669,0,5.8019,4.7669,0 +PL 1.1328,5.8347,0,0.8351,6.2048,0,0.5553,6.5579,0,0.2817,6.9025,0 +PL 1.5601,7.9704,0,1.2628,8.3404,0,0.9826,8.6935,0,0.7024,9.0382,0 + +[6e29] 温 +L 1.3775,7.9705,0.5513,9 +L 0.9467,5.8348,0.1271,6.9025 +L 1.3775,3.7374,0.1271,0.267 +L 3.0867,6.9027,6.0428,6.9027 +PLC 3.0867,5.3009,0,6.0428,5.3009,0,6.0428,8.5043,0,3.0867,8.5043,0 +PL 6.4736,0.5338,0,6.4736,3.7372,0,2.6594,3.7372,0,2.6594,0.5338,0 +L 1.8052,0.5338,7.3247,0.5338 +L 3.9417,0.5338,3.9417,3.7372 +L 5.1882,0.5338,5.1882,3.7372 + +[6e2c] 測 +PL 1.2237,5.8348,0,0.9292,6.1781,0,0.6455,6.5212,0,0.3726,6.8644,0 +PL 1.6545,7.9322,0,1.353,8.3023,0,1.0728,8.6554,0,0.7999,9,0 +PLC 3.4825,8.4662,0,4.6138,8.4662,0,4.6138,2.0974,0,2.9326,2.0974,0,2.9326,8.4662,0 +PL 0.3726,0.267,0,0.7999,1.411,0,1.2237,2.5551,0,1.6545,3.6992,0 +PL 2.5088,0,0,2.7823,0.37,0,3.0622,0.7232,0,3.3599,1.0678,0 +PL 6.3233,0,0,7.1744,0,0,7.1744,9,0,7.1744,9,0,7.1744,9,0 +PL 5.8922,2.0974,0,5.8922,7.9322,0,5.8922,7.9322,0,5.8922,7.9322,0 +PL 3.3599,4.2331,0,4.1833,4.2331,0,4.1833,4.2331,0,4.1833,4.2331,0 +PL 3.3599,6.3305,0,4.1833,6.3305,0,4.1833,6.3305,0,4.1833,6.3305,0 + +[6e2f] 港 +L 1.3155,7.9703,0.4924,8.9998 +L 0.8882,5.8346,0.0616,6.9024 +L 1.3155,3.4705,0.0616,0 +PL 3.666,8.9999,0,3.666,5.9999,0,1.8689,2.8822,0 +PL 5.4659,8.9999,0,5.4659,5.9999,0,7.2626,2.8824,0 +L 7.2626,5.9999,1.8689,5.9999 +PL 3.666,4.5,0,5.4659,4.5,0,5.4659,3,0,2.7658,3,0,2.7658,2,0.1231,3.2642,0,0,7.2626,0,0,7.2626,1.4999,0 +L 1.8689,7.5,7.2626,7.5 + +[6e56] 湖 +PL 0.6813,0.2669,0,1.1016,1.4109,0,1.5324,2.555,0,1.9597,3.6991,0 +PL 4.9225,0,0,5.7774,2.7288,0,5.8716,5.6101,0,5.7736,8.4661,0,7.4796,8.4661,0,7.4796,0,0,6.6285,0,0 +PL 2.814,1.5635,0,2.814,4.7668,0,3.6686,4.7668,0,3.5845,6.1583,0,3.2203,6.7443,0,2.3902,6.8644,0 +PL 3.2413,1.5635,0,4.4917,1.5635,0,4.3414,2.6312,0,4.1975,3.6991,0,4.0647,4.7668,0 +L 6.2009,3.6991,7.0558,3.6991 +PL 1.5324,5.7966,0,1.2379,6.1667,0,0.9542,6.5197,0,0.6813,6.8644,0 +L 6.2009,6.3306,7.0558,6.3306 +PL 4.0647,6.8644,0,3.7877,7.2994,0,3.6826,7.8531,0,3.6686,8.9999,0 +PL 1.9597,7.932,0,1.6617,8.3022,0,1.3815,8.6554,0,1.1016,8.9999,0 + +[6e67] 湧 +PL 0.2177,0.267,0,0.624,1.4111,0,1.0446,2.5551,0,1.4649,3.6992,0 +PL 2.5363,0,0,4.4592,1.6017,0,4.4592,2.6695,0,2.323,2.6695,0 +PL 5.2857,0,0,6.4836,0.404,0,6.9284,1.4012,0,6.9918,2.6695,0,4.8549,2.6695,0,4.8409,3.4139,0,4.7359,3.8192,0,4.4592,4.233,0,2.7535,4.233,0,2.7535,6.3687,0,3.9688,6.3885,0,4.5117,6.5269,0,4.8549,6.9026,0,4.1544,7.9096,0,3.6154,8.2981,0,2.7535,8.4661,0 +PL 5.2857,4.233,0,4.6553,4.9845,0,4.1124,5.2614,0,3.1738,5.3009,0 +PL 5.7095,4.233,0,6.9918,4.233,0,6.9918,5.3009,0,5.7726,5.3207,0,5.2192,5.459,0,4.8549,5.8348,0,5.2192,6.1907,0,5.7726,6.1907,0,6.9918,5.8348,0 +PL 1.0446,5.8348,0,0.7644,6.2048,0,0.4909,6.5579,0,0.2177,6.9026,0 +PL 5.4962,7.4365,0,6.1368,8.2373,0,5.5659,8.3136,0,5.0094,8.3899,0,4.4592,8.4661,0 +L 1.4649,7.9703,0.6485,9 + +[6e6f] 湯 +PL 1.6207,7.9322,0,1.3443,8.3023,0,1.0743,8.6554,0,0.7979,9,0 +PL 1.1934,5.8347,0,0.9205,6.178,0,0.6438,6.5212,0,0.3703,6.8644,0 +PL 0.3703,0.267,0,0.7804,1.4111,0,1.1934,2.555,0,1.6207,3.6991,0 +PL 2.262,2.0973,0,2.6889,2.4674,0,3.1197,2.8206,0,3.5435,3.1652,0,3.6066,3.6991,0,3.677,4.233,0,3.761,4.7668,0,2.4753,4.7668,0,2.4753,4.7668,0,2.4753,4.7668,0 +PLC 3.3302,5.8347,0,3.3302,8.4661,0,6.2863,8.4661,0,6.2863,5.8347,0,3.3302,5.8347,0,3.3302,5.8347,0 +PL 3.761,7.3983,0,5.866,7.3983,0,5.866,7.3983,0,5.866,7.3983,0 +PL 4.1848,4.7668,0,7.5748,4.7668,0,7.5748,4.7668,0,7.5748,4.7668,0 +PL 6.0758,0,0,6.419,0.37,0,6.7798,0.7232,0,7.144,1.0679,0,7.144,3.1652,0,6.2863,3.1652,0,6.2863,3.1652,0,6.2863,3.1652,0 +PL 3.9708,0,0,4.5911,0.7132,0,5.2212,1.4096,0,5.866,2.0973,0,5.866,3.1652,0,4.92,2.9097,0,4.1529,2.3659,0,2.9029,1.0679,0 + +[6e7e] 湾 +PL 2.0823,7.9322,0,1.8088,8.3023,0,1.5359,8.6553,0,1.2589,9,0 +PL 6.7511,7.9322,0,8.0295,7.9322,0,8.0295,7.9322,0,8.0295,7.9322,0 +PL 0.8316,0.2669,0,1.2379,1.411,0,1.6582,2.5551,0,2.0823,3.6991,0 +PL 5.8961,0,0,7.1013,0.1455,0,7.5391,0.757,0,7.6057,2.0975,0,3.7912,2.0975,0,3.7912,3.6991,0,7.1784,3.6991,0,7.1784,4.7669,0,3.3639,4.7669,0,3.3639,4.7669,0,3.3639,4.7669,0 +PL 1.655,5.8347,0,1.3815,6.2048,0,1.1086,6.5579,0,0.8316,6.9025,0 +PL 3.7912,5.8347,0,4.3936,6.6243,0,4.6142,7.1681,0,4.6461,7.9322,0,2.9401,7.9322,0,2.9401,7.9322,0,2.9401,7.9322,0 +PL 6.3234,5.8347,0,6.3234,7.9322,0,5.0734,7.9322,0,5.0734,7.9322,0,5.0734,7.9322,0 + +[6e7f] 湿 +PL 0.3141,0.267,0,0.734,1.411,0,1.1652,2.5551,0,1.5925,3.6992,0 +PL 2.0198,0,0,4.1248,0,0,4.1248,5.3009,0,2.874,5.3009,0,2.874,8.4661,0,6.6847,8.4661,0,6.6847,5.3009,0,5.4063,5.3009,0,5.4063,0,0,7.5432,0,0,7.5432,0,0,7.5432,0,0 +PL 2.874,2.4025,0,2.7238,2.8489,0,2.5728,3.2782,0,2.4436,3.6992,0 +PL 6.6847,2.4025,0,6.8147,2.8489,0,6.9614,3.2782,0,7.1124,3.6992,0 +PL 1.1652,5.8348,0,0.8671,6.2048,0,0.5834,6.558,0,0.3141,6.9026,0 +PL 3.2978,6.9026,0,6.2574,6.9026,0,6.2574,6.9026,0,6.2574,6.9026,0 +PL 1.5925,7.9323,0,1.2944,8.3024,0,1.0142,8.6554,0,0.734,9,0 + +[6e80] 満 +PL 6.3815,0,0,7.2046,0,0,7.2046,4.767,0,5.4957,4.6073,0,5.0611,3.7443,0,5.1031,1.6017,0,6.3815,1.6017,0,6.3815,3.6992,0,6.3815,3.6992,0,6.3815,3.6992,0 +PL 3.818,1.6017,0,3.818,3.6992,0,3.818,3.6992,0,3.818,3.6992,0 +PL 2.9635,0,0,2.9635,4.767,0,4.1539,4.784,0,4.8649,5.1569,0,5.1031,6.3687,0,2.9635,6.3687,0,2.9635,6.3687,0,2.9635,6.3687,0 +PL 2.5673,7.9322,0,3.818,7.9322,0,3.9473,8.3023,0,4.0944,8.6554,0,4.2453,9,0 +PL 6.3815,7.9322,0,6.2312,8.3023,0,6.0841,8.6554,0,5.9542,9,0 +PL 6.8126,7.9322,0,7.6284,7.9322,0,7.6284,7.9322,0,7.6284,7.9322,0 +PL 6.3815,6.3687,0,7.2046,6.3687,0,7.2046,6.3687,0,7.2046,6.3687,0 +PL 5.7409,6.3687,0,5.674,7.8122,0,4.9669,7.849,0,4.2453,6.9025,0 +PL 1.7131,7.9322,0,1.4185,8.3023,0,1.1348,8.6554,0,0.8585,9,0 +PL 1.2893,5.8349,0,0.9912,6.2049,0,0.711,6.558,0,0.4347,6.9025,0 +PL 0.4347,0.267,0,0.8585,1.411,0,1.2893,2.5551,0,1.7131,3.6992,0 + +[6e90] 源 +PL 0.649,0.2669,0,1.0763,1.4378,0,1.5001,2.5917,0,1.9274,3.7373,0 +PL 1.9274,0.2669,0,2.6979,2.9958,0,2.817,5.6991,0,2.7504,8.5042,0,7.8469,8.5042,0,7.8469,8.5042,0,7.8469,8.5042,0 +PL 4.8908,0,0,5.7419,0,0,5.7419,3.7373,0,4.0323,3.7373,0,4.0323,6.9026,0,4.9538,7.12,0,5.3951,7.3968,0,5.7419,7.9703,0 +PL 3.1812,0.5339,0,3.4548,1.0677,0,3.735,1.6017,0,4.0323,2.1356,0 +PL 7.8469,0.5339,0,7.5558,1.0677,0,7.2686,1.6017,0,6.9958,2.1356,0 +PL 6.1692,3.7373,0,7.4157,3.7373,0,7.4157,5.3008,0,4.4596,5.3008,0,4.4596,5.3008,0,4.4596,5.3008,0 +PL 1.5001,5.8347,0,1.2097,6.2048,0,0.9225,6.5579,0,0.649,6.9026,0 +PL 7.4157,5.8347,0,7.4157,6.9026,0,5.7419,6.9026,0,5.7419,6.9026,0,5.7419,6.9026,0 +PL 1.9274,7.9703,0,1.63,8.3135,0,1.3498,8.6568,0,1.0763,9,0 + +[6e96] 準 +PL 3.3938,0,0,2.9206,2.0113,0,1.6947,2.3107,0,0.0034,2.1355,0 +PL 3.8176,2.1355,0,3.5125,2.5494,0,3.4074,2.9547,0,3.3938,3.6991,0,2.5353,3.6991,0,2.4516,4.9562,0,2.3847,6.2048,0,2.322,7.4364,0,2.1084,7.2726,0,1.8947,7.0919,0,1.6846,6.9025,0 +L 4.2449,2.1355,6.7768,2.1355 +PL 0.0034,3.4703,0,0.2797,4.2697,0,0.5634,5.0607,0,0.8615,5.8347,0 +PL 3.8176,3.6991,0,4.6718,3.6991,0,4.4375,5.0296,0,3.8281,5.3431,0,2.9626,5.3008,0 +L 5.0676,3.6991,6.7768,3.6991 +PL 5.0676,5.3008,0,4.4407,6.0522,0,3.8943,6.329,0,2.9626,6.3686,0 +L 5.4988,5.3008,6.3498,5.3008 +PL 5.0676,6.3686,0,4.2449,7.9703,0,2.5353,7.9703,0 +L 5.4988,6.3686,6.3498,6.3686 +L 5.0676,7.9703,5.0676,8.9999 +L 5.4988,7.9703,6.7768,7.9703 + +[6e9d] 溝 +PL 0.864,0.2821,0,1.2878,1.453,0,1.7151,2.607,0,2.1455,3.7525,0 +PL 3.82,0.0152,0,3.82,1.6168,0,3.529,1.8061,0,3.2418,1.987,0,2.9689,2.1508,0 +PL 6.3523,0.0152,0,7.21,0.0152,0,6.3313,2.2666,0,4.6988,2.2383,0,3.82,4.2863,0,4.7408,4.3047,0,5.1821,4.4332,0,5.5289,4.7821,0,5.5289,5.85,0,2.9689,5.85,0,2.9689,5.85,0,2.9689,5.85,0 +PL 7.6338,2.1508,0,6.6637,3.0208,0,5.4063,3.2384,0,4.2505,3.2186,0 +PL 5.5289,3.7525,0,5.8795,4.1084,0,6.3103,4.1084,0,7.21,3.7525,0 +PL 1.7151,5.85,0,1.4205,6.2201,0,1.1403,6.5731,0,0.864,6.9177,0 +PL 6.1422,5.85,0,6.2749,6.0675,0,6.2262,6.3443,0,5.96,6.9177,0,5.214,6.7991,0,4.566,6.6805,0,3.82,6.9177,0 +PL 6.7827,5.85,0,8.0611,5.85,0,8.0611,5.85,0,8.0611,5.85,0 +PL 6.7827,6.9177,0,5.7008,7.8218,0,4.5797,8.0223,0,3.3962,7.9855,0 +PL 2.1455,7.9855,0,1.8478,8.3555,0,1.5641,8.7087,0,1.2878,9.0534,0 +PL 6.7827,7.9855,0,6.6325,8.3555,0,6.485,8.7087,0,6.3523,9.0534,0 + +[6eb6] 溶 +PL 1.5021,5.7966,0,1.2292,6.1667,0,0.9522,6.5198,0,0.6793,6.8644,0 +PL 3.4249,5.7966,0,3.7682,6.1667,0,4.1258,6.5198,0,4.49,6.8644,0 +PL 7.0219,5.7966,0,6.7242,6.1667,0,6.444,6.5198,0,6.1712,6.8644,0 +PL 0.6793,0.267,0,1.0821,1.411,0,1.5021,2.5551,0,1.9332,3.6992,0 +PL 4.0627,0,0,4.0483,2.2472,0,3.9366,3.2062,0,3.6389,3.6992,0,3.3409,3.5353,0,3.0607,3.3545,0,2.7843,3.1653,0 +PL 4.49,0,0,6.5981,0,0,6.5981,3.1653,0,4.49,3.1653,0,4.49,3.1653,0,4.49,3.1653,0 +PL 7.4527,3.1653,0,6.7242,4.0424,0,6.0167,4.9195,0,5.3166,5.7966,0,4.8893,5.2896,0,4.469,4.7656,0,4.0627,4.2331,0 +PL 2.7843,6.8644,0,2.7843,7.9323,0,5.3166,7.9323,0,5.3166,9,0,5.3166,9,0,5.3166,9,0 +PL 7.88,6.8644,0,7.88,7.9323,0,5.7439,7.9323,0,5.7439,7.9323,0,5.7439,7.9323,0 +PL 1.9332,7.9323,0,1.653,8.3023,0,1.3795,8.6555,0,1.1066,9,0 + +[6ec5] 滅 +L 1.2855,7.9704,0.4592,8.9999 +L 0.8582,5.8347,0.0351,6.9025 +L 1.2855,3.4705,0.0351,0 +PL 1.0079,0,0.0908,1.8318,4.5,0,1.8318,7.5,0,7.2361,7.5,0 +PL 7.2361,1.5,0,7.2361,0,-0.1468,5.4317,6,0,5.4324,9,0 +L 6.336,9,6.6025,8 +L 7.2361,4.5,5.4324,0 +L 2.3327,6,4.9319,6 +L 2.732,4.5,2.732,3 +L 4.5322,3,4.9385,4.5 +PL 3.6321,5.5,0,3.6321,4.5,-0.0908,2.8082,0,0 +L 4.9385,1.0981,3.4815,2.5505 + +[6ecb] 滋 +PL 0.2501,0,0,0.4742,1.5467,0,0.8805,2.9408,0,1.1047,4.2332,0 +PL 1.5285,0,0,2.141,0.267,0,2.5753,0.8898,0,3.2061,2.4025,0,2.9116,2.9351,0,2.6279,3.4591,0,2.355,3.9661,0,2.9536,5.3207,0,3.1743,6.082,0,3.2061,6.9026,0,1.9274,6.9026,0,1.9274,6.9026,0,1.9274,6.9026,0 +PL 2.9921,0,0,3.3354,0.5339,0,3.6965,1.0678,0,4.0607,1.6018,0 +PL 5.3423,0.267,0,5.6158,0.9901,0,5.8957,1.7049,0,6.1657,2.4025,0,5.8957,2.9351,0,5.6158,3.4591,0,5.3423,3.9661,0,5.924,5.3207,0,6.1338,6.082,0,6.1657,6.9026,0,3.6369,6.9026,0,3.6369,6.9026,0,3.6369,6.9026,0 +PL 5.9517,0,0,6.2984,0.5339,0,6.6525,1.0678,0,7.02,1.6018,0 +PL 3.6369,3.4322,0,3.7662,3.8885,0,3.9133,4.3363,0,4.0607,4.767,0 +PL 6.5962,3.4322,0,6.7257,3.8885,0,6.8697,4.3363,0,7.02,4.767,0 +PL 6.5962,6.9026,0,7.4473,6.9026,0,7.4473,6.9026,0,7.4473,6.9026,0 +PL 5.3423,7.6653,0,5.4649,8.1215,0,5.5983,8.5692,0,5.7419,9,0 +PL 3.6369,8.1993,0,3.486,8.4661,0,3.3354,8.7331,0,3.2061,9,0 + +[6ed1] 滑 +PL 0.5838,0.267,0,1.0142,1.411,0,1.4415,2.5551,0,1.8688,3.6991,0 +PL 3.5465,0,0,3.5465,4.2331,0,6.5344,4.2331,0,6.5344,0,0,5.2525,0,0,5.2525,0,0,5.2525,0,0 +PL 3.9703,2.0975,0,6.1103,2.0975,0,6.1103,2.0975,0,6.1103,2.0975,0 +PL 3.9703,3.1653,0,6.1103,3.1653,0,6.1103,3.1653,0,6.1103,3.1653,0 +PL 2.7203,4.7671,0,2.7203,5.7967,0,3.5465,5.7967,0,3.5465,8.4662,0,6.5344,8.4662,0,6.5344,5.7967,0,7.7848,5.7967,0,7.7848,4.7671,0,7.7848,4.7671,0,7.7848,4.7671,0 +PL 1.4415,5.7967,0,1.1403,6.1668,0,0.8605,6.5198,0,0.5838,6.8645,0 +PL 3.9703,5.7967,0,4.8249,5.7967,0,4.8249,7.3984,0,6.1103,7.3984,0,6.1103,7.3984,0,6.1103,7.3984,0 +PL 5.2525,5.7967,0,6.1103,5.7967,0,6.1103,5.7967,0,6.1103,5.7967,0 +PL 1.8688,7.9322,0,1.5715,8.3023,0,1.2913,8.6554,0,1.0142,9.0001,0 + +[6edd] 滝 +PL 0.4628,0.267,0,0.8901,1.411,0,1.3139,2.5551,0,1.7447,3.6992,0 +PL 5.1355,0,0,4.47,1.2825,0,4.2175,1.9463,0,3.0231,2.1356,0,3.0231,4.7671,0,6.4135,4.7671,0,6.4135,2.1356,0,5.1355,2.1356,0,4.8343,2.6681,0,4.5537,3.1921,0,4.277,3.6992,0,3.4543,3.6992,0,3.4543,3.6992,0,3.4543,3.6992,0 +PL 5.5558,0,0,7.2646,0,0,7.2646,1.0678,0,7.2646,1.0678,0,7.2646,1.0678,0 +PL 1.3139,5.8348,0,1.0236,6.2048,0,0.7399,6.5579,0,0.4628,6.9026,0 +PL 2.172,6.3686,0,2.7293,6.4718,0,3.2998,6.5579,0,3.8816,6.6357,0,3.5485,7.3955,0,3.2158,7.7317,0,2.5997,7.9322,0 +PL 4.277,6.3686,0,4.7047,6.4718,0,5.1355,6.5579,0,5.5558,6.6357,0,5.6885,7.0057,0,5.8356,7.3587,0,5.9866,7.7034,0,5.2822,7.7797,0,4.5817,7.856,0,3.8816,7.9322,0 +PL 5.9866,6.3686,0,7.2646,6.3686,0,7.2646,6.3686,0,7.2646,6.3686,0 +PL 1.7447,7.9322,0,1.4509,8.3024,0,1.1672,8.6554,0,0.8901,9.0001,0 + +[6ede] 滞 +PL 0.4023,0.267,0,0.8296,1.411,0,1.2569,2.5551,0,1.6807,3.6992,0 +PL 5.0714,0,0,5.0749,2.3489,0,4.6963,3.435,0,3.3619,3.6992,0,3.3619,1.0678,0,3.3619,1.0678,0,3.3619,1.0678,0 +PL 5.898,1.0678,0,6.7491,1.0678,0,6.7491,3.6992,0,5.6315,3.8009,0,5.1656,4.2585,0,5.0714,5.3009,0,2.5073,5.3009,0,2.5073,4.2331,0,2.5073,4.2331,0,2.5073,4.2331,0 +PL 7.6037,4.2331,0,7.6037,5.3009,0,5.4952,5.3009,0,5.4952,5.3009,0,5.4952,5.3009,0 +PL 1.2569,5.8348,0,0.9596,6.2048,0,0.6794,6.5579,0,0.4023,6.9026,0 +PL 3.7857,6.3686,0,3.6421,7.5198,0,3.2043,7.8998,0,2.5073,7.9322,0 +PL 4.2165,6.3686,0,5.0714,6.3686,0,5.022,7.178,0,4.6928,7.8602,0,3.7857,9.0001,0 +PL 5.4952,6.3686,0,6.318,6.3686,0,6.2759,7.178,0,5.9502,7.8602,0,5.0714,9.0001,0 +PL 1.6807,7.9322,0,1.3869,8.3024,0,1.1032,8.6554,0,0.8296,9.0001,0 +PL 6.7491,7.9322,0,6.5981,8.3024,0,6.4514,8.6554,0,6.318,9.0001,0 + +[6ef4] 滴 +PL 3.3947,0,0,3.3947,5.8348,0,4.6763,5.8348,0,4.526,6.4718,0,4.3824,7.0919,0,4.2493,7.7034,0,3.8252,7.8066,0,3.3947,7.8929,0,2.9674,7.9704,0 +PL 6.7812,0,0,7.6358,0,0,7.6358,5.8348,0,5.4997,5.8348,0,5.5484,4.8603,0,5.8815,4.3687,0,6.7812,4.2331,0 +PL 4.6763,1.0678,0,4.6763,2.6696,0,5.4997,2.6696,0,5.3561,3.8207,0,4.9425,4.2006,0,4.2493,4.2331,0 +PL 5.0724,1.0678,0,6.3575,1.0678,0,6.1998,1.6018,0,6.0597,2.1356,0,5.927,2.6696,0 +PL 6.3575,6.3687,0,6.6555,6.7841,0,6.7637,7.1992,0,6.7812,7.9704,0,4.6763,7.9704,0,4.6763,7.9704,0,4.6763,7.9704,0 +PL 7.2085,7.9704,0,8.0631,7.9704,0,8.0631,7.9704,0,8.0631,7.9704,0 +L 2.1163,7.9704,1.2898,8.9999 +L 1.6852,5.8346,0.8625,6.9024 +L 2.1163,3.4705,0.8625,0 + +[6f01] 漁 +PL 2.5076,0,0,2.6298,0.3702,0,2.7633,0.7233,0,2.9069,1.0679,0 +PL 4.6157,0.267,0,4.462,0.534,0,4.3219,0.8009,0,4.1884,1.0679,0 +PL 6.3214,0.267,0,6.1712,0.534,0,6.0307,0.8009,0,5.8976,1.0679,0 +PL 8.0026,0.267,0,7.8524,0.534,0,7.7052,0.8009,0,7.5718,1.0679,0 +PL 3.7615,2.6696,0,3.7471,5.2924,0,3.6354,6.39,0,3.3342,6.9026,0,3.1832,6.7389,0,3.0361,6.558,0,2.9069,6.3688,0 +PL 4.1884,2.6696,0,5.4703,2.6696,0,5.3828,4.1117,0,5.0084,4.6725,0,4.1884,4.7671,0 +PL 5.8976,2.6696,0,7.148,2.6696,0,7.148,4.7671,0,5.8976,4.7671,0,5.6003,5.3009,0,5.3166,5.8348,0,5.0395,6.3688,0,4.1884,6.3688,0 +PL 7.148,5.3009,0,7.148,6.3688,0,6.2517,6.3885,0,5.8136,6.5268,0,5.4703,6.9026,0,5.6003,7.1696,0,5.7439,7.4365,0,5.8976,7.7035,0,5.173,7.6258,0,4.462,7.5397,0,3.7615,7.4365,0 +L 2.0526,7.9704,1.2289,8.9999 +L 1.6257,5.8347,0.8019,6.9025 +L 2.0526,3.4705,0.8019,0 + +[6f02] 漂 +PL 3.8157,0,0,4.6668,0,0,4.6668,2.6695,0,2.5653,2.6695,0 +PL 2.5653,0.534,0,2.842,0.9039,0,3.1257,1.2571,0,3.4199,1.6017,0 +L 6.8068,0.534,5.9557,1.6017 +L 5.0976,2.6695,7.2341,2.6695 +L 3.4199,4.2331,6.376,4.2331 +PL 2.9926,5.3008,0,2.9926,6.9026,0,3.8157,7.0537,0,4.1695,7.5523,0,4.2465,8.4661,0,2.5653,8.4661,0 +PL 3.4199,5.3008,0,4.2465,5.3008,0,4.2465,6.3686,0,4.6668,6.7387,0,5.0976,7.0918,0,5.5249,7.4365,0,5.5249,8.4661,0,4.6668,8.4661,0 +PL 4.6668,5.3008,0,5.5249,5.3008,0,5.6055,6.428,0,5.9736,6.8433,0,6.8068,6.9026,0,6.8068,5.3008,0,5.9557,5.3008,0 +L 5.9557,8.4661,7.2341,8.4661 +L 1.2519,7.9704,0.4324,8.9998 +L 0.8281,5.8346,0.0019,6.9024 +L 1.2519,3.4705,0.0019,0 + +[6f06] 漆 +PL 0.3403,0.267,0,0.7711,1.411,0,1.1914,2.5551,0,1.6222,3.6992,0 +PL 4.1544,0,0,5.0094,0,0,4.9884,0.7712,0,4.8199,1.1865,0,4.3684,1.6018,0,3.7271,1.2571,0,3.0865,0.904,0,2.4452,0.5339,0 +PL 7.5382,0.5339,0,6.0177,1.541,0,5.2335,2.1328,0,5.0094,3.6992,0 +PL 4.1544,2.6314,0,3.8571,3.0015,0,3.5734,3.3546,0,3.2963,3.6992,0,3.006,3.5353,0,2.7223,3.3546,0,2.4452,3.1653,0 +PL 7.1179,3.1653,0,6.4135,4.0693,0,5.713,4.9563,0,5.0094,5.8348,0,4.5821,5.3009,0,4.1544,4.767,0,3.7271,4.2332,0 +PL 2.6627,5.3009,0,3.2963,6.1003,0,3.9376,6.8912,0,4.5821,7.6653,0,3.8571,7.7684,0,3.1496,7.8546,0,2.4452,7.9323,0 +PL 7.1179,5.3009,0,6.4734,6.0143,0,5.843,6.7106,0,5.2192,7.3983,0,5.1421,7.0551,0,5.0724,6.7119,0,5.0094,6.3687,0 +PL 1.1914,5.8348,0,0.8972,6.2048,0,0.6173,6.558,0,0.3403,6.9026,0 +PL 1.6222,7.9323,0,1.3248,8.3024,0,1.0411,8.6554,0,0.7711,9,0 +PL 5.0094,7.9323,0,5.0094,9,0,5.0094,9,0,5.0094,9,0 +PL 5.4367,7.9323,0,7.5382,7.9323,0,7.5382,7.9323,0,7.5382,7.9323,0 + +[6f0f] 漏 +PL 1.9879,7.9322,0,1.694,8.3023,0,1.4138,8.6553,0,1.1333,9,0 +PL 0.7379,0.2669,0,1.1477,1.411,0,1.5641,2.5551,0,1.9879,3.6991,0 +PL 2.4191,0.2669,0,3.1125,3.0368,0,3.2877,5.6201,0,3.2701,8.4661,0,7.5113,8.4661,0,7.5113,7.3983,0,3.6974,7.3983,0,3.6974,7.3983,0,3.6974,7.3983,0 +PL 4.1279,0,0,4.1279,4.233,0,5.13,4.3009,0,5.655,4.7246,0,5.8024,5.8347,0,3.6974,5.8347,0,3.6974,5.8347,0,3.6974,5.8347,0 +PL 5.8024,0,0,5.7254,2.5381,0,6.0266,3.856,0,7.5113,4.233,0,7.5113,0,0,7.5113,0,0,7.5113,0,0 +PL 1.5641,5.8347,0,1.2878,6.2048,0,1.0142,6.5579,0,0.7379,6.9025,0 +PL 6.2329,5.8347,0,7.9421,5.8347,0,7.9421,5.8347,0,7.9421,5.8347,0 + +[6f14] 演 +PL 0.5838,0.2669,0,1.0142,1.411,0,1.4415,2.555,0,1.8688,3.6991,0 +PL 3.3297,0,0,3.6764,0.3699,0,4.0333,0.7231,0,4.4014,1.0678,0 +PL 7.361,0,0,7.084,0.3699,0,6.8111,0.7231,0,6.5344,1.0678,0 +PL 3.5465,2.1355,0,3.5465,4.7668,0,4.5836,4.8348,0,5.1089,5.2585,0,5.2525,6.3686,0,3.5465,6.3686,0,3.5465,6.3686,0,3.5465,6.3686,0 +PL 3.9703,2.1355,0,5.2525,2.1355,0,5.1051,3.2866,0,4.6711,3.6666,0,3.9703,3.6991,0 +PL 5.6798,2.1355,0,6.9614,2.1355,0,6.9614,3.6991,0,6.0441,3.7189,0,5.6028,3.8574,0,5.2525,4.2329,0,5.6028,4.5889,0,6.0441,4.5889,0,6.9614,4.2329,0 +PL 1.4415,5.8347,0,1.1403,6.2048,0,0.8605,6.5579,0,0.5838,6.9025,0 +PL 2.7203,6.3686,0,2.7203,7.9703,0,5.2525,7.9703,0,5.2525,8.9999,0,5.2525,8.9999,0,5.2525,8.9999,0 +PL 5.6798,6.3686,0,6.9614,6.3686,0,6.9614,6.3686,0,6.9614,6.3686,0 +PL 7.7848,6.3686,0,7.7848,7.9703,0,5.6798,7.9703,0,5.6798,7.9703,0,5.6798,7.9703,0 +PL 1.8688,7.9703,0,1.5715,8.3135,0,1.2913,8.6567,0,1.0142,8.9999,0 + +[6f20] 漠 +PL 0.2817,0.2669,0,0.7024,1.411,0,1.1328,2.5551,0,1.5601,3.6991,0 +PL 2.6007,0,0,3.3677,0.7133,0,4.1519,1.4096,0,4.9473,2.0974,0,4.5691,2.4732,0,3.9103,2.6115,0,2.4112,2.6314,0 +PL 7.0485,0,0,6.4811,0.5339,0,5.9277,1.0677,0,5.3746,1.6017,0 +PL 5.3746,2.6314,0,5.0734,3.0466,0,4.961,3.4619,0,4.9473,4.233,0,3.2378,4.233,0,3.2378,6.3687,0,4.0924,6.3687,0,3.8581,7.6554,0,3.2553,7.9675,0,2.4112,7.9322,0 +PL 5.8019,2.6314,0,7.4796,2.6314,0,7.4796,2.6314,0,7.4796,2.6314,0 +PL 5.3746,4.233,0,6.6562,4.233,0,6.6562,5.3008,0,3.6651,5.3008,0,3.6651,5.3008,0,3.6651,5.3008,0 +PL 1.1328,5.8348,0,0.8351,6.178,0,0.5553,6.5212,0,0.2817,6.8645,0 +PL 6.6562,6.1017,0,5.9312,6.2048,0,5.2237,6.291,0,4.5236,6.3687,0 +PL 5.8019,7.1314,0,5.2622,7.7345,0,4.6286,8.2189,0,4.0924,8.9999,0 +PL 1.5601,7.9322,0,1.2628,8.3022,0,0.9826,8.6554,0,0.7024,8.9999,0 +PL 6.2292,7.9322,0,6.0748,8.3022,0,5.9312,8.6554,0,5.8019,8.9999,0 +PL 6.6562,7.9322,0,7.4796,7.9322,0,7.4796,7.9322,0,7.4796,7.9322,0 + +[6f22] 漢 +PL 2.5978,7.932,0,4.3039,7.932,0,4.3039,8.9999,0,4.3039,8.9999,0,4.3039,8.9999,0 +PL 4.7343,7.932,0,6.0127,7.932,0,6.0127,8.9999,0,6.0127,8.9999,0,6.0127,8.9999,0 +PL 6.4089,7.932,0,7.6939,7.932,0,7.6939,7.932,0,7.6939,7.932,0 +PL 5.5924,3.6991,0,4.941,4.4505,0,4.3879,4.7272,0,3.4528,4.7668,0,3.4528,6.3306,0,6.8393,6.3306,0,6.8393,4.7668,0,5.5924,4.7668,0,5.4352,5.11,0,5.2951,5.4533,0,5.1616,5.7966,0 +PL 6.0127,3.6991,0,7.2666,3.6991,0,7.2666,3.6991,0,7.2666,3.6991,0 +PL 6.0127,2.0975,0,7.6939,2.0975,0,7.6939,2.0975,0,7.6939,2.0975,0 +PL 7.2666,0,0,6.0548,1.3573,0,5.3967,2.3164,0,4.7343,3.6991,0,3.0255,3.6991,0,3.0255,3.6991,0,3.0255,3.6991,0 +PL 2.8115,0,0,3.4528,0.6101,0,4.0934,1.2203,0,4.7343,1.8305,0,4.0128,1.9336,0,3.3018,2.0197,0,2.5978,2.0975,0 +L 1.7432,7.9703,0.9205,8.9998 +L 1.3194,5.8346,0.4929,6.9024 +L 1.7432,3.4705,0.4929,0 + +[6f2b] 漫 +PL 0.8316,0.267,0,1.2379,1.4379,0,1.6582,2.5918,0,2.0823,3.7373,0 +PL 2.5093,0,0,3.4588,0.0395,0,4.1242,0.3164,0,5.0734,1.0678,0,4.443,2.017,0,3.9943,2.4323,0,3.3639,2.6696,0 +PL 7.1784,0,0,6.6001,0.3701,0,6.0261,0.7232,0,5.4723,1.0678,0 +PL 6.3234,1.6018,0,6.4534,1.8687,0,6.6001,2.1356,0,6.7511,2.4025,0,6.0506,2.5057,0,5.3497,2.5918,0,4.6461,2.6696,0 +PLC 2.9401,4.2698,0,2.9401,5.3009,0,7.6057,5.3009,0,7.6057,3.7373,0,2.9401,3.7373,0 +PL 1.655,5.8349,0,1.3815,6.2048,0,1.1086,6.5579,0,0.8316,6.9026,0 +PLC 3.3639,7.0918,0,3.3639,8.5043,0,7.1784,8.5043,0,7.1784,6.3687,0,3.3639,6.3687,0 +PL 3.7912,7.4365,0,6.7511,7.4365,0,6.7511,7.4365,0,6.7511,7.4365,0 +PL 2.0823,7.9704,0,1.8088,8.3405,0,1.5359,8.6936,0,1.2589,9.0382,0 + +[6f2c] 漬 +PL 0.5249,0.267,0,0.9522,1.438,0,1.3795,2.5919,0,1.8033,3.7373,0 +PL 2.875,0,0,3.2116,0.1893,0,3.5514,0.3702,0,3.9156,0.534,0 +PL 7.3302,0,0,7.0328,0.1893,0,6.7491,0.3702,0,6.4724,0.534,0 +PLC 3.5128,2.6681,0,3.5128,4.767,0,6.8997,4.767,0,6.8997,1.6018,0,3.5128,1.6018,0 +PL 3.9156,2.6696,0,6.4724,2.6696,0,6.4724,2.6696,0,6.4724,2.6696,0 +PL 3.9156,3.7373,0,6.4724,3.7373,0,6.4724,3.7373,0,6.4724,3.7373,0 +PL 1.3795,5.8348,0,1.0856,6.2049,0,0.8019,6.558,0,0.5249,6.9026,0 +PL 2.6617,5.8348,0,3.4953,5.938,0,4.3391,6.0241,0,5.1905,6.1017,0,4.8434,6.6654,0,4.4126,6.8729,0,3.5128,6.9026,0 +PL 5.6213,5.8348,0,7.7263,5.8348,0,7.7263,5.8348,0,7.7263,5.8348,0 +PL 5.6213,6.9026,0,4.7457,7.8066,0,4.0627,8.0072,0,3.089,7.9704,0 +PL 6.0451,6.9026,0,6.8997,6.9026,0,6.8997,6.9026,0,6.8997,6.9026,0 +PL 1.8033,7.9704,0,1.5094,8.3136,0,1.2257,8.6569,0,0.9522,9.0001,0 +PL 5.6213,7.9704,0,5.4668,8.3136,0,5.3232,8.6569,0,5.1905,9.0001,0 +PL 6.0451,7.9704,0,7.3302,7.9704,0,7.3302,7.9704,0,7.3302,7.9704,0 + +[6f38] 漸 +PL 0.5849,0,0,0.9772,2.0297,0,1.2858,3.2457,0,1.4119,4.2331,0 +PL 3.541,0,0,3.3977,1.1511,0,2.9596,1.5311,0,2.263,1.5636,0 +PL 4.7949,0,0,5.0821,0.5919,0,5.0821,0.9972,0,4.7949,1.5636,0,3.9718,1.5636,0,3.6744,2.0974,0,3.3942,2.6313,0,3.1207,3.1653,0,2.263,3.1653,0,2.263,6.3305,0,2.8829,6.3602,0,3.2156,6.5678,0,3.541,7.1314,0,3.2156,7.695,0,2.8829,7.9026,0,2.263,7.9322,0 +PL 6.9317,0,0,6.9317,5.8348,0,5.653,5.8348,0,5.653,1.5636,0,5.653,1.5636,0,5.653,1.5636,0 +PL 3.9718,3.1653,0,3.541,3.6991,0,3.1207,4.2331,0,2.6899,4.767,0 +PL 4.5812,3.1653,0,4.6481,3.6991,0,4.7143,4.2331,0,4.7949,4.767,0,4.1998,4.7966,0,3.8776,5.0043,0,3.541,5.5678,0,3.8776,6.1045,0,4.1998,6.3022,0,4.7949,6.3305,0,4.7949,5.3008,0,4.7949,5.3008,0,4.7949,5.3008,0 +PL 5.653,6.3305,0,5.653,7.9322,0,6.5811,7.9521,0,7.1384,8.0904,0,7.7863,8.4662,0 +PL 3.9718,7.9322,0,3.8215,8.3023,0,3.6744,8.6554,0,3.541,9,0 + +[6f54] 潔 +PL 0.2177,0,0,0.4313,1.5467,0,0.8306,2.9153,0,1.0446,4.2332,0 +PL 2.109,0,0,2.4558,0.3433,0,2.8095,0.6865,0,3.1738,1.0297,0 +PL 4.4592,0,0,4.1408,1.8659,0,3.2512,2.2148,0,1.8957,2.0975,0 +PL 6.5641,0,0,6.2703,0.3433,0,5.9866,0.6865,0,5.7095,1.0297,0 +PL 7.4191,1.5635,0,6.2524,2.3404,0,4.7922,2.8969,0,3.1738,4.2332,0 +PL 4.8549,3.1653,0,5.132,3.5354,0,5.4157,3.8884,0,5.7095,4.2332,0 +PL 4.0319,4.2332,0,4.925,5.6272,0,5.5064,6.8432,0,5.7095,8.4661,0,6.9918,8.4661,0,6.9918,5.7966,0,6.6941,5.6328,0,6.4135,5.4519,0,6.1368,5.2628,0 +PL 1.8957,5.2628,0,3.1738,5.2628,0,3.1461,6.034,0,2.9254,6.4492,0,2.323,6.8644,0 +PL 3.6046,6.8644,0,2.9741,7.6159,0,2.5293,7.8927,0,1.8957,7.9322,0 +PL 3.6046,7.9322,0,3.4543,8.3024,0,3.3072,8.6554,0,3.1738,9.0001,0 + +[6f5c] 潜 +PL 0.4288,0,0,0.8215,2.0297,0,1.1328,3.2457,0,1.2554,4.2331,0 +PLC 3.3923,1.2472,0,3.3923,3.6991,0,6.355,3.6991,0,6.355,0,0,3.3923,0,0 +PL 3.8196,2.0974,0,5.9245,2.0974,0,5.9245,2.0974,0,5.9245,2.0974,0 +PL 2.11,4.2331,0,2.5412,4.767,0,2.965,5.3008,0,3.3923,5.8348,0,3.0592,6.1836,0,2.7268,6.3122,0,2.11,6.3305,0 +PL 5.4972,4.767,0,5.7736,5.1371,0,6.0573,5.4901,0,6.355,5.8348,0,6.0187,6.1836,0,5.686,6.3122,0,5.0661,6.3305,0 +PL 3.8196,6.3305,0,2.965,7.3983,0,2.5412,7.9322,0 +PL 6.7756,6.3305,0,6.355,6.8644,0,5.9245,7.3983,0,5.4972,7.9322,0 +PL 3.8196,7.9322,0,3.6686,8.3023,0,3.525,8.6554,0,3.3923,9,0 +PL 6.7756,7.9322,0,6.6247,8.3023,0,6.4811,8.6554,0,6.355,9,0 + +[6f5f] 潟 +PL 0.5264,0,0,0.7369,1.5466,0,1.1358,2.9153,0,1.3463,4.2331,0 +PL 5.5874,0,0,6.2214,0.0382,0,6.6662,0.3051,0,7.297,1.0297,0,7.1219,1.8009,0,6.9044,2.2161,0,6.442,2.6314,0 +PL 2.6314,0.534,0,2.9326,0.9223,0,3.0376,1.3277,0,3.0552,2.0975,0,2.7613,2.2867,0,2.4776,2.4675,0,2.2009,2.6314,0 +PL 4.3409,1.0297,0,4.3234,1.8009,0,4.2145,2.2161,0,3.9098,2.6314,0 +PL 5.5874,1.8306,0,5.4372,2.0975,0,5.2936,2.3644,0,5.1636,2.6314,0 +PL 7.297,2.6314,0,7.297,3.6991,0,4.5962,3.6794,0,3.5,3.541,0,3.0552,3.1653,0 +PL 3.9098,4.2331,0,3.9098,5.3009,0,3.0552,5.3009,0,3.1182,6.178,0,3.1848,7.0552,0,3.2692,7.9322,0,3.7595,8.3023,0,4.2565,8.6554,0,4.7609,9.0001,0 +PL 4.3409,5.3009,0,6.8732,5.3009,0,6.8732,6.8645,0,5.5874,6.8645,0,5.5874,6.8645,0,5.5874,6.8645,0 +PL 3.4825,6.8645,0,4.3409,6.8645,0,4.3409,6.8645,0,4.3409,6.8645,0 +PL 6.8732,7.6653,0,6.442,7.7684,0,6.0147,7.8546,0,5.5874,7.9322,0 + +[6f64] 潤 +PL 0.2165,0.0001,0,0.4372,1.5551,0,0.8501,2.9577,0,1.0708,4.2332,0 +PL 1.9219,0.0001,0,1.9219,8.5044,0,3.6031,8.5044,0,3.6031,5.8349,0,2.3527,5.8349,0,2.3527,5.8349,0,2.3527,5.8349,0 +PL 6.1672,0.0001,0,7.0215,0.0001,0,7.0215,5.8349,0,5.3126,5.8349,0,5.3126,8.5044,0,7.0215,8.5044,0,7.0215,6.3687,0,7.0215,6.3687,0,7.0215,6.3687,0 +PL 2.7803,1.6018,0,4.4577,1.6018,0,4.4265,2.373,0,4.2058,2.7883,0,3.6031,3.2035,0 +PL 4.885,1.6018,0,6.1672,1.6018,0,6.1672,1.6018,0,6.1672,1.6018,0 +PL 4.885,3.2035,0,4.5421,3.75,0,4.1074,4.0171,0,3.2111,4.2332,0 +PL 4.885,4.2332,0,5.7434,4.2332,0,5.7434,4.2332,0,5.7434,4.2332,0 +PL 2.3527,7.4366,0,3.2111,7.4366,0,3.2111,7.4366,0,3.2111,7.4366,0 +PL 5.7434,7.4366,0,6.5945,7.4366,0,6.5945,7.4366,0,6.5945,7.4366,0 + +[6f6e] 潮 +PL 0.126,0,0,0.3466,1.5467,0,0.7596,2.9407,0,0.9802,4.2331,0 +PL 3.0852,0,0,2.9416,1.195,0,2.5213,1.5763,0,1.8352,1.6018,0 +PL 4.3675,0,0,4.5948,1.2472,0,3.8596,1.7147,0,3.0852,2.0975,0,3.0852,3.1654,0,2.2621,3.1654,0,2.2621,6.3687,0,3.0852,6.3687,0,2.9416,7.5199,0,2.5213,7.8998,0,1.8352,7.9323,0 +PL 6.0766,0,0,6.8994,0,0,6.8994,3.1654,0,5.2217,3.1654,0,5.2217,1.6018,0,5.2217,1.6018,0,5.2217,1.6018,0 +PL 3.7265,3.1654,0,3.7857,3.6992,0,3.8596,4.2331,0,3.9363,4.7671,0,2.6579,4.7671,0,2.6579,4.7671,0,2.6579,4.7671,0 +PL 5.2217,3.6992,0,5.2217,8.4662,0,6.8994,8.4662,0,6.8994,3.6992,0,6.8994,3.6992,0,6.8994,3.6992,0 +PL 3.9363,5.3009,0,3.7857,5.671,0,3.6421,6.0241,0,3.5164,6.3687,0 +PL 5.6455,5.8349,0,6.5004,5.8349,0,6.5004,5.8349,0,6.5004,5.8349,0 +PL 3.5164,7.9323,0,3.3622,8.3024,0,3.2183,8.6555,0,3.0852,9.0001,0 + +[6f84] 澄 +PL 0.8595,0.0382,0,1.0836,1.5848,0,1.4965,2.9788,0,1.7176,4.2712,0 +PL 2.9644,0.0382,0,4.6736,0.0382,0,4.3791,1.4493,0,4.0954,2.8602,0,3.8225,4.2712,0,6.7852,4.2712,0,6.3723,2.2161,0,6.0532,1.0001,0,5.9275,0.0382,0,7.6363,0.0382,0,7.6363,0.0382,0,7.6363,0.0382,0 +PL 4.6736,2.6696,0,5.9275,2.6696,0,5.9275,2.6696,0,5.9275,2.6696,0 +PL 3.1812,5.8348,0,3.5245,6.2049,0,3.8852,6.558,0,4.2495,6.9026,0,3.9553,7.3588,0,3.6716,7.8066,0,3.3952,8.2374,0,4.0954,8.3405,0,4.8102,8.4266,0,5.5314,8.5043,0,5.8049,8.1598,0,6.0816,7.8066,0,6.3548,7.4365,0,6.6315,7.8066,0,6.9117,8.1598,0,7.2055,8.5043,0 +PL 4.2495,5.8348,0,6.3548,5.8348,0,6.3548,5.8348,0,6.3548,5.8348,0 +PL 7.6363,5.8348,0,7.339,6.2049,0,7.0553,6.558,0,6.7852,6.9026,0 + +[6fc0] 激 +PL 0.5249,0,0,0.7455,1.555,0,1.1553,2.9577,0,1.3795,4.233,0 +PL 2.2344,0,0,2.8365,1.2062,0,3.0572,2.1751,0,3.089,3.7373,0,2.2344,3.7373,0,2.2344,3.7373,0,2.2344,3.7373,0 +PL 3.6985,0,0,4.1464,0.4349,0,4.311,0.9887,0,4.3356,2.1356,0,3.5128,2.1356,0,3.5128,2.1356,0,3.5128,2.1356,0 +PL 5.1905,0,0,5.6213,0.8008,0,6.0451,1.6017,0,6.4724,2.4025,0,5.712,4.4251,0,5.3131,5.185,0,3.5128,5.3008,0,3.5128,3.7373,0,5.1905,3.7373,0,5.1905,3.7373,0,5.1905,3.7373,0 +PL 7.7263,0,0,7.4461,0.5339,0,7.1764,1.0677,0,6.8997,1.6017,0 +PL 6.8997,3.4704,0,7.2041,4.1058,0,7.3126,4.9958,0,7.3302,6.9026,0,6.0451,6.9026,0,5.8941,6.5579,0,5.7505,6.2048,0,5.6213,5.8347,0 +PL 2.6617,5.3008,0,2.6617,7.9703,0,3.2747,8.1864,0,3.6,8.4533,0,3.9156,9,0 +PL 4.7667,5.8347,0,4.7667,6.9026,0,3.089,6.9026,0,3.089,6.9026,0,3.089,6.9026,0 +PL 4.7667,7.7033,0,4.469,7.8064,0,4.1853,7.8926,0,3.9156,7.9703,0 +PL 6.0451,7.4364,0,6.0451,9,0,6.0451,9,0,6.0451,9,0 + +[6fc1] 濁 +PL 0.6173,0.267,0,1.0236,1.411,0,1.4435,2.5551,0,1.8638,3.6992,0 +PL 5.6783,0,0,7.17,0.9506,0,7.4677,3.0791,0,7.3907,5.3009,0,4.4311,5.3009,0,4.4767,4.3263,0,4.7989,3.8348,0,5.6783,3.6992,0,5.6955,2.5593,0,5.8044,1.8771,0,6.1091,1.0678,0 +PL 2.7223,1.0678,0,4.4311,1.0678,0,4.2809,2.2627,0,3.8497,2.6441,0,3.1531,2.6695,0,3.1531,3.6992,0,3.7975,3.661,0,4.3506,3.3941,0,5.2822,2.6695,0 +PL 2.7223,4.7671,0,3.1807,5.202,0,3.4049,5.7557,0,3.5734,6.9026,0,2.7223,6.9026,0,2.7223,8.4662,0,7.3907,8.4662,0,7.3907,6.9026,0,4.0042,6.9026,0,4.0042,6.9026,0,4.0042,6.9026,0 +PL 1.4719,5.8348,0,1.1773,6.2048,0,0.8901,6.5579,0,0.6173,6.9026,0 +PL 1.8638,7.9322,0,1.5945,8.3024,0,1.3174,8.6554,0,1.0446,9.0001,0 + +[6fc3] 濃 +PL 0.8595,0.0152,0,1.0836,1.5619,0,1.4965,2.9559,0,1.7176,4.2483,0 +PL 2.113,0.0152,0,2.796,1.6324,0,2.9781,3.0633,0,2.9644,4.7821,0,8.0636,4.7821,0,8.0636,4.7821,0,8.0636,4.7821,0 +PL 3.3952,0.0152,0,4.2495,0.0152,0,4.2495,2.6466,0,3.3952,2.6466,0,3.3952,2.6466,0,3.3952,2.6466,0 +PL 4.6736,0.0152,0,5.006,0.3641,0,5.3317,0.4926,0,5.9275,0.511,0 +PL 7.6363,0.0152,0,6.6175,1.4431,0,5.8361,2.2102,0,4.6736,2.6466,0 +PL 7.2055,1.5788,0,7.339,1.8457,0,7.4861,2.1126,0,7.6363,2.3796,0,7.2055,2.4828,0,6.7852,2.5688,0,6.3548,2.6466,0 +PL 3.8225,3.7144,0,7.2055,3.7144,0,7.2055,3.7144,0,7.2055,3.7144,0 +PL 3.3952,5.8118,0,3.3952,7.9475,0,4.0113,7.9871,0,4.3479,8.2638,0,4.6736,9.0152,0 +PL 3.8225,5.8118,0,4.0954,5.915,0,4.3791,6.0011,0,4.6736,6.0788,0,4.3791,6.3457,0,4.0954,6.6127,0,3.8225,6.8797,0 +PL 5.1041,5.8118,0,5.3776,5.915,0,5.654,6.0011,0,5.9275,6.0788,0,5.5037,6.535,0,5.0831,6.9828,0,4.6736,7.4135,0,5.0831,7.9475,0,5.5037,8.4814,0,5.9275,9.0152,0 +PL 6.3548,5.8118,0,7.2055,5.8118,0,7.2055,6.8797,0,6.593,6.8995,0,6.2599,7.0378,0,5.9275,7.4135,0,6.2599,7.7695,0,6.593,7.7695,0,7.2055,7.4135,0 + +[6feb] 濫 +PL 6.384,4.7669,0,8.0616,4.7669,0,8.0616,4.7669,0,8.0616,4.7669,0 +PL 2.5733,0,0,3.3967,0,0,3.3967,2.6314,0,7.2389,2.6314,0,7.2389,0,0,8.0616,0,0,8.0616,0,0,8.0616,0,0 +PL 3.8205,0,0,4.6748,0,0,4.6748,2.0975,0,4.6748,2.0975,0,4.6748,2.0975,0 +PL 5.1056,0,0,5.9567,0,0,5.9567,2.0975,0,5.9567,2.0975,0,5.9567,2.0975,0 +PL 3.0006,4.2331,0,3.0006,8.4662,0,5.5294,8.4662,0,5.5294,8.4662,0,5.5294,8.4662,0 +PL 3.3967,4.2331,0,4.2478,4.2331,0,4.2478,5.7966,0,3.3967,5.7966,0,3.3967,5.7966,0,3.3967,5.7966,0 +PL 4.6748,4.2331,0,5.5294,4.2331,0,5.5294,4.2331,0,5.5294,4.2331,0 +PL 4.6748,5.7966,0,5.5294,5.7966,0,5.5294,6.8644,0,3.3967,6.8644,0,3.3967,6.8644,0,3.3967,6.8644,0 +PL 6.384,6.0635,0,6.6852,6.7063,0,6.7976,7.4676,0,6.8151,9,0 +PL 7.2389,7.3984,0,8.0616,7.3984,0,8.0616,7.3984,0,8.0616,7.3984,0 +L 2.111,7.9704,1.2918,8.9999 +L 1.691,5.8347,0.8645,6.9024 +L 2.111,3.4705,0.8645,0 + +[6fef] 濯 +PL 0.5849,0,0,0.7989,1.5551,0,1.1979,2.9577,0,1.4119,4.2331,0 +PL 3.1207,0,0,3.0366,1.2471,0,2.9669,2.4774,0,2.9074,3.6992,0,2.6899,3.5353,0,2.4763,3.3546,0,2.263,3.1653,0 +PL 3.541,0,0,5.2222,0,0,4.9914,1.3305,0,4.3889,1.6441,0,3.541,1.6017,0 +PL 5.653,0,0,7.7863,0,0,7.7863,0,0,7.7863,0,0 +PL 5.653,1.6017,0,5.0015,2.3531,0,4.4551,2.63,0,3.541,2.6695,0 +PL 6.0768,1.6017,0,6.9317,1.6017,0,6.9317,1.6017,0,6.9317,1.6017,0 +PL 5.653,2.6695,0,5.3556,3.202,0,5.0719,3.7261,0,4.7949,4.2331,0,3.1207,4.2331,0,3.1207,4.2331,0,3.1207,4.2331,0 +PL 6.0768,2.6695,0,6.9317,2.6695,0,6.9317,2.6695,0,6.9317,2.6695,0 +PL 5.653,4.2331,0,5.3658,4.6285,0,5.3658,4.9055,0,5.653,5.3009,0 +PL 6.0768,4.2331,0,7.3625,4.2331,0,7.3625,4.2331,0,7.3625,4.2331,0 +PL 2.6899,6.3686,0,4.3991,6.3686,0,4.3991,7.4364,0,2.6899,7.4364,0,2.6899,7.4364,0,2.6899,7.4364,0 +PL 5.653,6.3686,0,7.3625,6.3686,0,7.3625,7.4364,0,5.653,7.4364,0,5.653,7.4364,0,5.653,7.4364,0 +PL 4.3991,8.1992,0,3.8215,8.3024,0,3.2506,8.3885,0,2.6899,8.4662,0 +PL 7.3625,8.1992,0,6.7808,8.3024,0,6.2067,8.3885,0,5.653,8.4662,0 + +[702c] 瀬 +PL 0.865,0.0382,0,1.0856,1.5848,0,1.4985,2.9788,0,1.716,4.2712,0 +PL 3.8522,0.0382,0,3.7681,0.9153,0,3.7019,1.7925,0,3.6389,2.6696,0,3.2746,2.325,0,2.9135,1.9718,0,2.5703,1.6018,0 +PL 4.8893,0.0382,0,5.236,0.3814,0,5.5894,0.7246,0,5.9537,1.0679,0 +PL 8.094,0.0382,0,7.796,0.3814,0,7.5123,0.7246,0,7.2429,1.0679,0 +PL 5.9537,2.1357,0,6.2759,5.7176,0,6.4965,7.2995,0,6.8121,8.2374,0,6.3845,8.3405,0,5.9537,8.4266,0,5.5334,8.5043,0 +PL 6.3845,2.1357,0,7.6632,2.1357,0,7.6632,3.7373,0,6.3845,3.7373,0,6.3845,3.7373,0,6.3845,3.7373,0 +PL 4.6788,2.6696,0,4.1888,3.2034,0,3.7019,3.7373,0,3.2151,4.2712,0,3.2361,5.7769,0,3.4039,6.5283,0,3.8522,7.1695,0,3.5583,7.4365,0,3.2746,7.7034,0,2.9976,7.9704,0 +PLC 3.9786,4.6851,0,3.8662,5.0904,0,3.8522,5.8348,0,4.0483,6.0241,0,4.2515,6.2049,0,4.462,6.3687,0,4.4024,5.6809,0,4.339,4.9846,0,4.2798,4.2712,0 +PL 7.6632,4.2712,0,7.6632,5.301,0,6.3845,5.301,0,6.3845,5.301,0,6.3845,5.301,0 +PL 7.6632,5.8348,0,7.6632,6.9026,0,6.8121,6.9026,0,6.8121,6.9026,0,6.8121,6.9026,0 +PL 4.2798,7.9704,0,4.1289,8.3405,0,3.9821,8.6936,0,3.8522,9.0382,0 +PL 7.2429,8.5043,0,8.094,8.5043,0,8.094,8.5043,0,8.094,8.5043,0 + +[706b] 火 +PL 4.8818,5.3007,0,5.4828,6.0649,0,5.7041,6.6086,0,5.736,7.3982,0 +PL 0.2137,4.7669,0,0.8151,5.9066,0,1.0364,6.5889,0,1.0679,7.3982,0 +PL 6.163,0,0,4.6453,2.4843,0,3.989,3.8586,0,3.6307,5.3007,0,2.9018,5.3007,0 +PL 0,0,0,1.8882,2.918,0,2.9018,5.5225,0,3.2037,8.9999,0 + +[706f] 灯 +L 0.1271,6.9025,0.1271,5.034 +L 2.6594,7.3983,1.8052,6.3687 +L 1.8052,2.1356,2.2321,1.3348 +L 3.0867,8.4662,7.3247,8.4662 +PL 5.6193,8.4662,0,5.6193,0,0,4.3371,0,0 +A -31.6257,9,33.0027,344.175,360 + +[7070] 灰 +PL 0.094,0.2669,0,0.8046,3.1314,0,0.9766,5.6906,0,0.9482,8.5042,0,7.2947,8.5042,0,7.2947,8.5042,0,7.2947,8.5042,0 +PL 1.5615,0,0,3.2322,2.4788,0,4.0899,4.6526,0,4.3354,7.4364,0 +PL 6.8674,0,0,6.1672,1.411,0,5.4629,2.8219,0,4.7624,4.233,0 +PL 1.7751,3.7373,0,2.3737,4.5014,0,2.5947,5.0451,0,2.6294,5.8347,0 +PL 5.5855,4.233,0,5.8625,4.7669,0,6.1462,5.3008,0,6.4404,5.8347,0 + +[707d] 災 +PL 6.442,0,0,5.7419,0.8771,0,5.0411,1.7543,0,4.3409,2.6314,0 +PL 0.5264,0,0,2.2706,0.9647,0,3.4685,2.582,0,3.9098,4.767,0 +PL 2.2009,6.0636,0,1.9029,6.5198,0,1.6227,6.9675,0,1.3463,7.3984,0,1.6227,7.9322,0,1.9029,8.4661,0,2.2009,9.0001,0 +PL 1.3463,2.6314,0,1.6227,3.1653,0,1.9029,3.6992,0,2.2009,4.2332,0 +PL 4.3409,6.0636,0,4.0432,6.5198,0,3.7595,6.9675,0,3.4825,7.3984,0,3.7595,7.9322,0,4.0432,8.4661,0,4.3409,9.0001,0 +PL 6.442,6.0636,0,6.1482,6.5198,0,5.8676,6.9675,0,5.5874,7.3984,0,5.8676,7.9322,0,6.1482,8.4661,0,6.442,9.0001,0 +PL 5.5874,2.6314,0,5.8676,3.1653,0,6.1482,3.6992,0,6.442,4.2332,0 + +[7089] 炉 +PL 3.61,8.4661,0,7.8484,8.4661,0,7.8484,8.4661,0,7.8484,8.4661,0 +PL 0.6158,0,0,1.691,3.0452,0,1.9397,5.7768,0,1.9008,9,0 +PL 2.7519,0,0,3.7922,2.1342,0,4.0549,3.9802,0,4.0303,6.3687,0,7.4211,6.3687,0,7.4211,3.6991,0,4.4331,3.6991,0,4.4331,3.6991,0,4.4331,3.6991,0 +PL 0.6158,5.0339,0,0.7454,5.6709,0,0.8921,6.291,0,1.0431,6.9025,0 +PL 2.3215,6.3687,0,2.6017,6.7118,0,2.8815,7.055,0,3.1792,7.3983,0 + +[708a] 炊 +PL 2.0309,9.0382,0,2.0309,4.5382,-0.1468,0.6778,0.0382,0 +L 2.0418,2.2956,2.9171,0.7809 +L 3.3762,7.5382,2.4796,6.6383 +L 0.6793,7.7374,0.6793,5.2882 +PL 4.0662,7.5383,0,7.88,7.5383,0,7.88,6.0383,0 +PL 6.0763,7.5383,0,6.0763,4.5383,0.1926,7.8799,0.0383,0 +A -1.1738,9.0384,5.4505,326.604,0 +A 0.9805,4.5383,5.1,298.071,360 + +[708e] 炎 +PL 0.5264,0,0,2.2429,0.9477,0,3.4513,2.5734,0,3.9098,4.7669,0 +PL 6.442,0,0,5.7419,0.904,0,5.0411,1.7909,0,4.3409,2.6695,0 +PL 1.3463,2.6695,0,1.6227,3.0395,0,1.9029,3.3926,0,2.2009,3.7373,0 +PL 5.5874,2.6695,0,5.8676,3.0395,0,6.1482,3.3926,0,6.442,3.7373,0 +PL 0.5264,4.7669,0,2.0675,5.6286,0,3.3634,7.1342,0,3.9098,9.0382,0 +PL 6.442,4.7669,0,5.7419,5.6709,0,5.0411,6.5579,0,4.3409,7.4364,0 +PL 1.3463,7.4364,0,1.6227,7.8066,0,1.9029,8.1596,0,2.2009,8.5042,0 +PL 5.5874,7.4364,0,5.8676,7.8066,0,6.1482,8.1596,0,6.442,8.5042,0 + +[70ad] 炭 +PL 1.8957,7.3983,0,4.0319,7.3983,0,4.0319,9,0 +L 1.4649,7.3983,1.4649,8.4661 +PL 0.2177,0.267,0,0.7956,2.0494,0,1.0127,3.493,0,1.0446,5.8347,0,7.4191,5.8347,0 +PL 4.4592,7.3983,0,6.5641,7.3983,0,6.5641,8.4661,0 +PL 1.6817,0,0,2.5997,1.0664,0,3.5205,2.1244,0,4.4592,3.1652,0,4.4592,4.7668,0 +PL 2.323,2.8983,0,2.4558,3.3544,0,2.5997,3.8024,0,2.7535,4.233,0 +PL 6.9918,0,0,6.2703,0.8771,0,5.5558,1.7543,0,4.8549,2.6313,0 +PL 5.7095,2.6313,0,5.9866,3.1652,0,6.2703,3.6991,0,6.5641,4.233,0 + +[70b9] 点 +PLC 1.3328,3.3689,0,7.5318,3.3689,0,7.5318,6.0001,0,1.3328,6.0001,0 +L 4.4321,9,4.4321,6.0001 +L 7.3882,7.5,4.4321,7.5 +L 0.8316,0,1.5006,2.5001 +L 2.7688,2,3.3043,0 +L 5.1291,2,5.6653,0 +L 7.4968,2,8.0295,0 + +[70ba] 為 +PL 5.1296,0,0,5.9846,0,0,6.5835,1.2062,0,6.8042,2.1752,0,6.8388,3.7373,0,1.3155,3.7373,0,0.892,3.2033,0,0.4714,2.6695,0,0.0616,2.1356,0 +PL 0.8882,0.5339,0,1.1894,0.9491,0,1.2983,1.3644,0,1.3155,2.1356,0 +PL 3.0247,1.3347,0,2.8741,1.6017,0,2.7273,1.8686,0,2.5974,2.1356,0 +PL 4.3066,1.3347,0,4.1528,1.6017,0,4.0127,1.8686,0,3.8796,2.1356,0 +PL 5.5569,1.8686,0,5.4067,2.1356,0,5.2592,2.4026,0,5.1296,2.6695,0 +PL 1.7431,4.2711,0,2.1736,5.5184,0,2.5974,6.7486,0,3.0247,7.9704,0,0.4924,7.9704,0,0.4924,7.9704,0,0.4924,7.9704,0 +PL 5.9846,4.2711,0,5.9846,5.8347,0,3.0247,5.8347,0,3.0247,5.8347,0,3.0247,5.8347,0 +PL 5.1296,6.3686,0,5.1296,7.9704,0,3.452,7.9704,0,3.452,9.0382,0,3.452,9.0382,0,3.452,9.0382,0 + +[70c8] 烈 +PL 2.2344,7.3983,0,2.2344,8.4661,0,0.5249,8.4661,0,0.5249,8.4661,0,0.5249,8.4661,0 +PL 2.6617,8.4661,0,4.3356,8.4661,0,4.3356,8.4661,0,4.3356,8.4661,0 +PL 0.5249,0,0,0.8019,0.5339,0,1.0856,1.0677,0,1.3795,1.6017,0 +PL 3.5128,0.2669,0,3.3619,0.7232,0,3.2183,1.1709,0,3.089,1.6017,0 +PL 5.6213,0.2669,0,5.4668,0.7232,0,5.3232,1.1709,0,5.1905,1.6017,0 +PL 7.7263,0.2669,0,7.4461,0.7232,0,7.1764,1.1709,0,6.8997,1.6017,0 +PL 1.1662,2.6314,0,1.8033,3.1653,0,2.4446,3.6991,0,3.089,4.233,0,2.5108,4.7669,0,1.9399,5.3009,0,1.3795,5.8347,0,1.2257,5.6709,0,1.0856,5.4901,0,0.9522,5.3009,0 +PL 6.4724,2.6314,0,7.3302,2.6314,0,7.3302,9,0,7.3302,9,0,7.3302,9,0 +PL 5.6213,4.233,0,5.6213,7.9322,0,5.6213,7.9322,0,5.6213,7.9322,0 +PL 3.5128,5.0339,0,3.6389,5.6709,0,3.7647,6.291,0,3.9156,6.9025,0,3.2116,6.7388,0,2.5041,6.5579,0,1.8033,6.3687,0 + +[7121] 無 +PL 0.7024,2.6696,0,1.9913,2.6696,0,1.9069,4.5553,0,1.4449,5.2203,0,0.2817,5.3009,0 +PL 2.4112,2.6696,0,3.2378,2.6696,0,3.2378,4.7671,0,2.2014,6.0468,0,1.9699,7.0212,0,1.5601,7.9704,0,1.2628,7.6258,0,0.9826,7.2727,0,0.7024,6.9026,0 +PL 3.6651,2.6696,0,4.5236,2.6696,0,4.5236,4.7671,0,4.0924,5.137,0,3.6651,5.4903,0,3.2378,5.8348,0,3.2378,7.9704,0,2.6427,8.0099,0,2.317,8.2868,0,1.9913,9.0383,0 +PL 4.9473,2.6696,0,5.8019,2.6696,0,5.8019,4.7671,0,5.3746,5.137,0,4.9473,5.4903,0,4.5236,5.8348,0,4.5236,7.9704,0,3.6651,7.9704,0,3.6651,7.9704,0,3.6651,7.9704,0 +PL 6.2292,2.6696,0,7.0485,2.6696,0,7.0485,2.6696,0,7.0485,2.6696,0 +PL 6.6562,5.3009,0,7.4796,5.3009,0,7.4796,5.3009,0,7.4796,5.3009,0 +PL 6.2292,5.3009,0,5.9277,5.7557,0,5.8156,6.4479,0,5.8019,7.9704,0,4.9473,7.9704,0,4.9473,7.9704,0,4.9473,7.9704,0 +PL 6.2292,7.9704,0,7.0485,7.9704,0,7.0485,7.9704,0,7.0485,7.9704,0 +PL 0.2817,0,0,0.5553,0.534,0,0.8351,1.0679,0,1.1328,1.6017,0 +PL 3.2378,0.267,0,3.0875,0.7233,0,2.9439,1.1711,0,2.8105,1.6017,0 +PL 5.3746,0.267,0,5.2237,0.7233,0,5.0766,1.1711,0,4.9473,1.6017,0 +PL 7.4796,0.267,0,7.2026,0.7233,0,6.9332,1.1711,0,6.6562,1.6017,0 + +[7126] 焦 +PL 0.6793,0.0001,0,0.9522,0.534,0,1.2292,1.0679,0,1.5021,1.6018,0 +PL 3.6389,0.267,0,3.4845,0.7233,0,3.3409,1.171,0,3.2081,1.6018,0 +PL 5.7439,0.267,0,5.5929,0.7233,0,5.4458,1.171,0,5.3166,1.6018,0 +PL 7.88,0.267,0,7.5827,0.7233,0,7.299,1.171,0,7.0219,1.6018,0 +PL 1.9332,2.6696,0,1.9157,5.6682,0,1.8033,6.9041,0,1.5021,7.4366,0,1.2292,7.0919,0,0.9522,6.7388,0,0.6793,6.3687,0 +PL 2.3532,2.6696,0,4.49,2.6696,0,4.1433,4.075,0,3.3198,4.3277,0,2.3532,4.2332,0 +PL 4.917,2.6696,0,7.4527,2.6696,0,7.4527,2.6696,0,7.4527,2.6696,0 +PL 4.917,4.2332,0,4.6227,4.7671,0,4.3429,5.3009,0,4.0627,5.8349,0,2.3532,5.8349,0,2.3532,5.8349,0,2.3532,5.8349,0 +PL 5.3166,4.2332,0,7.0219,4.2332,0,7.0219,4.2332,0,7.0219,4.2332,0 +PL 4.917,5.8349,0,3.779,7.2529,0,2.8263,7.4677,0,1.9332,7.9705,0,2.2029,8.3137,0,2.4866,8.6569,0,2.7843,9.0001,0 +PL 5.3166,5.8349,0,7.0219,5.8349,0,7.0219,5.8349,0,7.0219,5.8349,0 +PL 4.917,7.4366,0,4.7667,7.6258,0,4.6227,7.8067,0,4.49,7.9705,0,4.7628,8.3137,0,5.043,8.6569,0,5.3166,9.0001,0 +PL 5.3166,7.4366,0,7.4527,7.4366,0,7.4527,7.4366,0,7.4527,7.4366,0 + +[7136] 然 +PL 0.7075,0,0,0.9846,0.5324,0,1.2682,1.0566,0,1.5656,1.5637,0 +PL 3.6706,0.2669,0,3.5168,0.7134,0,3.3732,1.1427,0,3.2398,1.5637,0 +PL 5.8039,0.2669,0,5.6495,0.7134,0,5.5094,1.1427,0,5.3801,1.5637,0 +PL 7.9054,0.2669,0,7.6108,0.7134,0,7.3306,1.1427,0,7.0543,1.5637,0 +PL 0.925,3.1653,0,1.4118,3.6214,0,1.8987,4.0692,0,2.3855,4.5,0,1.9614,5.1102,0,1.5411,5.7203,0,1.1383,6.3305,0,0.9846,6.1766,0,0.8409,6.0141,0,0.7075,5.8347,0 +PL 4.0944,3.1653,0,4.6548,4.2316,0,5.2222,5.2896,0,5.8039,6.3305,0,5.4397,6.6964,0,4.8859,6.7656,0,3.6706,6.5975,0,3.3732,5.9873,0,3.0895,5.3771,0,2.8125,4.767,0 +PL 7.9054,3.1653,0,7.3306,4.0692,0,6.7566,4.9561,0,6.1958,5.8347,0 +PL 2.8125,5.8347,0,2.3887,6.2812,0,1.9684,6.7105,0,1.5656,7.1313,0,1.6955,7.7684,0,1.8391,8.3886,0,1.9894,9,0 +PL 6.1958,6.8644,0,5.9195,7.2993,0,5.8179,7.8531,0,5.8039,9,0 +L 6.6266,6.8644,7.9054,6.8644 +PL 3.6706,7.6653,0,3.2398,7.7684,0,2.8125,7.8546,0,2.3855,7.9324,0 +PL 7.9054,7.9324,0,7.6108,8.3023,0,7.3306,8.6553,0,7.0543,9,0 + +[713c] 焼 +PL 0.7399,0,0,1.8186,3.0453,0,2.0635,5.777,0,2.0218,9.0001,0 +PL 3.2721,0,0,4.0283,1.2726,0,4.4311,2.3503,0,4.5537,3.6991,0,3.2721,3.6991,0 +PL 6.2594,0,0,6.2594,3.6991,0,4.981,3.6991,0 +PL 6.6905,0,0,7.9371,0,0,7.9371,1.0679,0 +PL 2.876,1.3347,0,2.7258,1.6018,0,2.5783,1.8687,0,2.4487,2.1356,0 +PL 6.6905,3.6991,0,6.0251,5.88,0,4.7922,5.8912,0,4.1267,4.2331,0 +PL 0.7399,5.0339,0,0.8691,5.671,0,1.0162,6.291,0,1.1707,6.9026,0 +PL 3.4854,5.8348,0,3.7026,6.2049,0,3.9127,6.5579,0,4.1267,6.9026,0 +PL 7.1178,5.8348,0,6.8198,6.5579,0,6.6905,6.9026,0 +PL 2.4487,6.3688,0,3.1881,7.3771,0,3.8185,7.8518,0,4.981,7.9703,0,5.1109,8.3137,0,5.2545,8.6568,0,5.4083,9.0001,0 +PL 5.4083,7.1695,0,5.7515,7.7332,0,6.1998,7.9407,0,7.1178,7.9703,0 + +[7159] 煙 +PL 0.5249,0,0,1.6036,3.0467,0,1.8488,5.788,0,1.8033,9.0382,0 +PL 3.089,0,0,5.1905,0,0,5.0539,1.6215,0,4.5461,2.1158,0,3.5128,2.1356,0 +PL 5.6213,0,0,7.7263,0,0,7.7263,0,0,7.7263,0,0 +PL 2.6617,1.3347,0,2.5108,1.6017,0,2.3605,1.8686,0,2.2344,2.1356,0 +PL 5.6213,2.1356,0,5.3201,2.5706,0,5.2077,3.1242,0,5.1905,4.2711,0,3.5128,4.2711,0,3.4953,6.1427,0,3.3902,6.9633,0,3.089,7.4364,0,2.791,7.0918,0,2.5108,6.7388,0,2.2344,6.3686,0 +PL 6.0451,2.1356,0,7.3302,2.1356,0,7.3302,2.1356,0,7.3302,2.1356,0 +PL 5.8311,4.2711,0,5.8941,4.9844,0,5.9645,5.6807,0,6.0451,6.3686,0,5.5719,6.7245,0,5.2395,6.7245,0,4.7667,6.3686,0,4.7667,4.7669,0,4.7667,4.7669,0,4.7667,4.7669,0 +PL 6.4724,4.2711,0,7.3302,4.2711,0,7.3302,6.9025,0,6.3708,7.0889,0,6.0661,7.6313,0,6.0451,8.5042,0,4.7667,8.5042,0,4.7317,7.733,0,4.511,7.3178,0,3.9156,6.9025,0 +PL 0.5249,5.0339,0,0.6545,5.6709,0,0.8019,6.2909,0,0.9522,6.9025,0 +PL 3.089,8.5042,0,4.3356,8.5042,0,4.3356,8.5042,0,4.3356,8.5042,0 +PL 6.4724,8.5042,0,7.7263,8.5042,0,7.7263,8.5042,0,7.7263,8.5042,0 + +[7167] 照 +PL 6.0451,6.3305,0,7.0254,6.5876,0,7.32,7.3192,0,7.3302,8.4662,0,5.6213,8.4662,0,5.6213,8.4662,0,5.6213,8.4662,0 +PLC 6.0451,5.3008,0,6.8997,5.3008,0,6.8997,3.1653,0,4.3356,3.1653,0,4.3356,5.3008,0,6.0451,5.3008,0 +PL 4.1258,6.3305,0,4.8753,7.1215,0,5.152,7.6752,0,5.1905,8.4662,0,3.9156,8.4662,0,3.9156,8.4662,0,3.9156,8.4662,0 +PLC 2.6617,8.4662,0,2.6617,3.1653,0,0.9522,3.1653,0,0.9522,8.4662,0,2.6617,8.4662,0,2.6617,8.4662,0 +PL 7.7263,0.2669,0,7.4461,0.7134,0,7.1764,1.1427,0,6.8997,1.5637,0 +PL 5.6213,0.2669,0,5.4668,0.7134,0,5.3232,1.1427,0,5.1905,1.5637,0 +PL 3.5128,0.2669,0,3.3619,0.7134,0,3.2183,1.1427,0,3.089,1.5637,0 +PL 0.5249,0,0,0.8019,0.5324,0,1.0856,1.0566,0,1.3795,1.5637,0 +PL 1.3795,5.8347,0,2.2344,5.8347,0,2.2344,5.8347,0,2.2344,5.8347,0 + +[7169] 煩 +PL 0.649,0,0,1.7277,3.0452,0,1.9659,5.7768,0,1.9274,8.9999,0 +PL 3.819,0,0,4.1658,0.3701,0,4.5265,0.7231,0,4.8908,1.0677,0 +PL 7.8469,0,0,7.5558,0.3701,0,7.2686,0.7231,0,6.9958,1.0677,0 +PL 2.7504,1.3347,0,2.6103,1.6002,0,2.4811,1.8573,0,2.3585,2.0974,0 +PL 4.4596,2.0974,0,4.4596,6.8645,0,5.0796,7.0918,0,5.4088,7.4379,0,5.7419,8.1992,0,5.1636,8.3022,0,4.5927,8.3884,0,4.0323,8.4661,0 +PL 4.8908,2.0974,0,7.4157,2.0974,0,7.4157,3.6991,0,4.8908,3.6991,0,4.8908,3.6991,0,4.8908,3.6991,0 +PL 7.4157,4.233,0,7.4157,5.3008,0,4.8908,5.3008,0,4.8908,5.3008,0,4.8908,5.3008,0 +PL 0.649,5.0338,0,0.7789,5.644,0,0.9225,6.2542,0,1.0763,6.8645,0 +PL 2.3585,5.8348,0,2.6314,6.178,0,2.9049,6.5212,0,3.1812,6.8645,0 +PL 7.4157,5.8348,0,7.4157,6.8645,0,5.7419,6.8645,0,5.7419,6.8645,0,5.7419,6.8645,0 +PL 6.1692,8.4661,0,7.8469,8.4661,0,7.8469,8.4661,0,7.8469,8.4661,0 + +[716e] 煮 +PL 0.6813,0,0,0.8106,0.3701,0,0.9542,0.7232,0,1.1016,1.0678,0 +PL 3.2413,0.267,0,3.091,0.5339,0,2.9474,0.8008,0,2.814,1.0678,0 +PL 5.3463,0.267,0,5.1925,0.5339,0,5.0524,0.8008,0,4.9225,1.0678,0 +PL 7.4796,0.267,0,7.3321,0.5339,0,7.1819,0.8008,0,7.0558,1.0678,0 +PL 2.814,2.1356,0,2.814,4.2331,0,2.068,4.0947,0,1.42,3.8376,0,0.6813,3.6991,0 +PL 3.2413,2.1356,0,6.6285,2.1356,0,6.6285,3.6991,0,3.2413,3.6991,0,3.2413,3.6991,0,3.2413,3.6991,0 +PL 6.6285,4.5001,0,5.3463,4.6031,0,4.0714,4.6893,0,2.814,4.767,0 +PL 3.6686,5.3008,0,3.7912,5.5678,0,3.9211,5.8348,0,4.0647,6.1018,0,2.9366,6.2048,0,1.8053,6.291,0,0.6813,6.3687,0 +PL 4.7057,6.3687,0,5.1365,7.1384,0,5.1925,7.5438,0,4.9225,7.9322,0,4.1593,7.7416,0,3.8332,7.4747,0,3.6686,6.9026,0 +PL 5.3463,6.3687,0,7.8785,6.3687,0,7.8785,6.3687,0,7.8785,6.3687,0 +PL 1.9597,7.9322,0,3.2413,7.9322,0,3.3712,8.3023,0,3.5183,8.6554,0,3.6686,9,0 +PL 5.7736,7.9322,0,6.0502,8.3023,0,6.3308,8.6554,0,6.6285,9,0 + +[719f] 熟 +PL 0.2817,0,0,0.5553,0.5325,0,0.8351,1.0566,0,1.1328,1.5636,0 +PL 3.2378,0.2669,0,3.0875,0.7133,0,2.9439,1.1427,0,2.8105,1.5636,0 +PL 5.3746,0.2669,0,5.2237,0.7133,0,5.0766,1.1427,0,4.9473,1.5636,0 +PL 7.4796,0.2669,0,7.2026,0.7133,0,6.9332,1.1427,0,6.6562,1.5636,0 +PL 1.1328,2.6314,0,1.9913,2.6314,0,1.9913,3.6992,0,0.2817,3.6992,0,0.2817,3.6992,0,0.2817,3.6992,0 +PL 4.0924,2.6314,0,4.9929,4.1722,0,5.3253,4.9929,0,5.3746,5.7968,0,4.5236,5.7968,0,4.5236,5.7968,0,4.5236,5.7968,0 +PL 7.0485,3.1653,0,6.6002,4.3107,0,6.2744,4.8546,0,5.8019,5.2627,0 +PL 7.4796,3.1653,0,7.4796,4.233,0,7.4796,4.233,0,7.4796,4.233,0 +PL 2.4112,3.9661,0,2.5377,4.3362,0,2.6673,4.6893,0,2.8105,5.0339,0,2.1065,5.1102,0,1.4064,5.1865,0,0.7024,5.2627,0 +PL 2.8105,3.6992,0,3.6651,3.6992,0,3.6651,3.6992,0,3.6651,3.6992,0 +PL 6.6562,5.2627,0,6.6562,7.3983,0,6.0401,7.3587,0,5.707,7.082,0,5.3746,6.3305,0 +PLC 0.7024,6.7006,0,0.7024,7.3983,0,3.2378,7.3983,0,3.2378,6.3305,0,0.7024,6.3305,0 +PL 4.0924,7.3983,0,4.9435,7.5594,0,5.2976,8.0763,0,5.3746,9,0 +PL 0.2817,8.4661,0,3.6651,8.4661,0,3.6651,8.4661,0,3.6651,8.4661,0 + +[71b1] 熱 +PL 4.0022,7.4365,0,4.8463,7.5876,0,5.2067,8.0862,0,5.2802,9.0001,0 +PL 6.9614,3.2034,0,6.6567,3.6907,0,6.5485,4.7881,0,6.531,7.4365,0,5.5464,7.2556,0,5.2771,6.6003,0,5.2802,5.3009,0 +PL 7.3887,0.267,0,7.0875,0.7231,0,6.8073,1.1709,0,6.531,1.6018,0 +PL 5.2802,0.267,0,5.1335,0.7231,0,4.986,1.1709,0,4.8564,1.6018,0 +PL 3.5749,2.1356,0,4.0022,2.935,0,4.426,3.7261,0,4.8564,4.5001,0,4.7062,4.767,0,4.5552,5.0339,0,4.426,5.3009,0 +L 2.2965,3.2034,3.1476,3.2034 +PL 2.2965,4.2331,0,2.03,4.866,0,2.03,5.5579,0,2.2965,6.9026,0,0.1915,5.3009,0 +L 0.1915,6.9026,1.0426,6.9026 +PL 1.8972,7.4365,0,1.5641,7.8123,0,1.2314,7.9506,0,0.6153,7.9703,0 +PL 2.0793,8.2374,0,2.0163,8.5029,0,1.9568,8.76,0,1.8972,9.0001,0 +PL 0.6153,2.6696,0,1.8972,2.6696,0,1.7463,3.8207,0,1.312,4.2006,0,0.6153,4.2331,0 +PL 0.1915,0,0,0.4609,0.5339,0,0.7446,1.0679,0,1.0426,1.6018,0 +PL 3.1476,0.267,0,2.9966,0.7231,0,2.8495,1.1709,0,2.7164,1.6018,0 +PL 2.7164,5.8348,0,3.5749,5.8348,0,3.5749,6.9026,0,2.7164,6.9026,0 + +[71c3] 燃 +PL 0.7075,0,0,1.5695,2.6977,0,1.6602,6.2005,0,1.5656,9,0 +PL 2.8125,0,0,3.114,0.4138,0,3.2258,0.8192,0,3.2398,1.5635,0 +PL 4.9493,0.267,0,4.7984,0.7133,0,4.6548,1.1427,0,4.5217,1.5635,0 +PL 6.1958,0.267,0,6.0557,0.7133,0,5.9265,1.1427,0,5.8039,1.5635,0 +PL 7.9054,0.267,0,7.6108,0.7133,0,7.3306,1.1427,0,7.0543,1.5635,0 +PL 2.3855,1.3347,0,2.2451,1.6003,0,2.112,1.8573,0,1.9894,2.0974,0 +PL 2.8125,2.6314,0,3.2398,3.2683,0,3.6706,3.8885,0,4.0944,4.5,0,3.8005,4.9563,0,3.5168,5.4039,0,3.2398,5.8348,0,3.0895,5.6709,0,2.9459,5.4901,0,2.8125,5.3009,0 +PL 4.5217,2.6314,0,5.0089,3.8023,0,5.4957,4.9563,0,5.9861,6.1017,0,5.632,6.1781,0,5.2852,6.2542,0,4.9493,6.3305,0,4.7984,5.9873,0,4.6548,5.6441,0,4.5217,5.3009,0 +PL 7.9054,2.6314,0,7.4851,3.5354,0,7.0543,4.4223,0,6.6266,5.3009,0 +PL 0.7075,4.767,0,0.7075,6.8644,0,0.7075,6.8644,0,0.7075,6.8644,0 +PL 1.9894,6.3305,0,2.2661,6.7006,0,2.5396,7.0536,0,2.8125,7.3984,0 +PL 3.2398,6.3305,0,3.5445,6.7854,0,3.6534,7.4774,0,3.6706,9,0 +PL 6.6266,6.3305,0,6.3258,6.7854,0,6.2134,7.4774,0,6.1958,9,0 +PL 7.0543,6.3305,0,7.9054,6.3305,0,7.9054,6.3305,0,7.9054,6.3305,0 +PL 4.9493,6.8644,0,4.9493,7.9322,0,4.0944,7.9322,0,4.0944,7.9322,0,4.0944,7.9322,0 + +[71e5] 燥 +PL 1.3515,9,0,1.3515,4.5,-0.1468,0.0019,0,0 +L 1.3655,2.2573,2.2411,0.7426 +L 2.6999,7.5,1.7998,6.6001 +L 0.0034,7.6991,0.0034,5.25 +PLC 3.6946,7.5001,0,6.2273,7.5001,0,6.2273,9.0001,0,3.6946,9.0001,0 +PLC 7.2041,6.5,0,5.4038,6.5,0,5.4038,4.5001,0,7.2041,4.5001,0 +PLC 4.5037,6.5,0,2.6999,6.5,0,2.6999,4.5001,0,4.5037,4.5001,0 +L 2.6999,3.0001,7.2041,3.0001 +L 4.9524,4.0001,4.9524,0 +PL 2.6999,0,0,4.9524,2.5001,0,7.2041,0,0 + +[7206] 爆 +PL 0.3083,0.2669,0,1.0476,3.2514,0,1.2017,6.0155,0,1.1593,8.9999,0 +PL 4.9805,0.2669,0,4.7634,0.5339,0,4.5501,0.8008,0,4.3399,1.0677,0,3.9718,0.9039,0,3.6149,0.7231,0,3.2717,0.5339,0 +PL 6.2277,0.5339,0,5.8039,0.9039,0,5.3833,1.257,0,4.9805,1.6017,0,4.9805,2.6314,0,4.9805,2.6314,0,4.9805,2.6314,0 +PL 1.9859,1.3347,0,1.8357,1.6002,0,1.6921,1.8573,0,1.5621,2.0974,0 +PL 2.8405,1.6017,0,3.2717,2.1342,0,3.6955,2.6582,0,4.1228,3.1652,0,3.776,3.541,0,3.3347,3.6793,0,2.4171,3.6991,0 +PL 6.2277,1.6017,0,6.357,1.781,0,6.5041,1.9435,0,6.655,2.0974,0,5.4572,3.4873,0,4.0842,4.75,0,2.8405,5.3008,0 +PL 6.2277,3.6991,0,5.3623,5.0523,0,4.4065,5.88,0,3.2717,6.3687,0,3.2717,8.4661,0,6.655,8.4661,0,6.655,6.3687,0,6.357,6.291,0,6.0768,6.2048,0,5.8004,6.1017,0,6.1328,5.5381,0,6.4659,5.3305,0,7.0855,5.3008,0 +PL 6.655,3.6991,0,7.5058,3.6991,0,7.5058,3.6991,0,7.5058,3.6991,0 +PL 0.3083,5.3008,0,0.3083,6.8645,0,0.3083,6.8645,0,0.3083,6.8645,0 +PL 1.5621,6.3687,0,1.8357,6.7118,0,2.1159,7.055,0,2.4171,7.3983,0 +PL 4.5501,6.3687,0,5.3766,6.3687,0,5.3766,6.3687,0,5.3766,6.3687,0 +PL 3.6955,7.3983,0,6.2277,7.3983,0,6.2277,7.3983,0,6.2277,7.3983,0 + +[7235] 爵 +PL 0.9502,0,0,0.9502,4.2332,0,3.4825,4.2332,0,3.4825,2.1357,0,1.3463,2.1357,0,1.3463,2.1357,0,1.3463,2.1357,0 +PL 1.3463,0,0,1.7106,0.3757,0,2.2671,0.5142,0,3.4825,0.5339,0 +PL 6.0147,0,0,6.8732,0,0,6.7296,2.5156,0,6.0221,3.1921,0,4.3409,3.1653,0 +PL 1.3463,3.1653,0,3.0552,3.1653,0,3.0552,3.1653,0,3.0552,3.1653,0 +PL 7.297,3.1653,0,7.146,3.5353,0,7.0024,3.8885,0,6.8732,4.2332,0 +PL 0.9502,5.3009,0,0.9502,6.3687,0,1.3565,6.4718,0,1.7771,6.558,0,2.2009,6.6357,0,1.8717,7.3701,0,1.5495,7.7063,0,0.9502,7.9323,0 +PL 1.3463,5.3009,0,3.0552,5.3009,0,2.9049,5.671,0,2.7613,6.0241,0,2.6314,6.3687,0 +PL 3.4825,5.3009,0,5.1636,5.3009,0,5.1636,6.3687,0,3.4825,6.3687,0,3.4825,6.3687,0,3.4825,6.3687,0 +PL 5.5874,5.3009,0,7.297,5.3009,0,7.297,6.3687,0,5.5874,6.3687,0,5.5874,6.3687,0,5.5874,6.3687,0 +PL 4.3409,6.9026,0,3.9767,7.4492,0,3.4194,7.7162,0,2.2009,7.9323,0 +PL 6.0147,6.9026,0,6.2918,7.349,0,6.5755,7.7783,0,6.8732,8.1993,0,5.6403,8.3673,0,4.9815,8.2981,0,4.3409,7.9323,0 + +[7236] 父 +L 0.2187,6.8643,1.7107,8.4661 +L 6.6247,6.8643,5.1291,8.4661 +A -2.772,6.9096,7.53,293.421,351.499 +A 9.6158,6.9096,7.53,188.501,246.579 + +[723d] 爽 +PL 0.2487,0,0,1.0123,0.7231,0,1.7831,1.4379,0,2.5673,2.1356,0,1.3135,3.6992,0,0.0351,2.6696,0 +PL 0.8897,4.233,0,0.4592,4.767,0,0.7356,5.1371,0,1.0193,5.4902,0,1.3135,5.8348,0,0.4592,6.9026,0 +PL 3.4184,4.233,0,3.2332,7.3207,0,2.2942,8.0607,0,0.0351,7.9703,0 +PL 6.3815,0,0,3.4184,3.6992,0,3.2678,3.356,0,3.1242,3.0128,0,2.9946,2.6695,0 +PL 3.8496,7.9703,0,3.6951,8.3136,0,3.5554,8.6568,0,3.4184,9,0 +L 4.2734,7.9703,6.8057,7.9703 +PL 4.7038,2.6695,0,4.977,3.0128,0,5.2646,3.356,0,5.5549,3.6992,0,4.7038,4.767,0,4.977,5.1371,0,5.2646,5.4902,0,5.5549,5.8348,0,4.7038,6.9026,0 +PL 5.9822,4.233,0,6.2488,4.6286,0,6.2488,4.9054,0,5.9822,5.3009,0 +PL 1.7408,4.233,0,2.0073,4.6286,0,2.0073,4.9054,0,1.7408,5.3009,0 + +[7247] 片 +PL 0.5838,0,0,1.6622,3.0454,0,1.9074,5.7769,0,1.8688,9.0001,0 +PL 5.6798,0,0,5.6798,4.2331,0,2.2926,4.2331,0,2.2926,4.2331,0,2.2926,4.2331,0 +PL 2.2926,6.3687,0,4.8249,6.3687,0,4.8249,9.0001,0,4.8249,9.0001,0,4.8249,9.0001,0 +PL 5.2525,6.3687,0,7.7848,6.3687,0,7.7848,6.3687,0,7.7848,6.3687,0 + +[7248] 版 +PL 0.768,0,0,0.8805,1.1553,0,1.0906,3.5988,0,1.1988,9,0 +PL 2.9084,0,0,2.9084,4.2331,0,1.6261,4.2331,0,1.6261,4.2331,0,1.6261,4.2331,0 +PL 3.7595,0.267,0,4.4495,3.0452,0,4.6071,5.637,0,4.5822,8.4662,0,8.0006,8.4662,0,8.0006,8.4662,0,8.0006,8.4662,0 +PL 4.7994,0,0,5.2862,0.6102,0,5.7839,1.2204,0,6.2918,1.8306,0,5.8645,3.1653,0,5.4407,4.5,0,5.0134,5.8348,0 +PL 8.0006,0,0,7.5733,0.6102,0,7.1495,1.2204,0,6.7222,1.8306,0,7.325,3.2246,0,7.5421,4.2627,0,7.5733,5.8348,0,5.8645,5.8348,0,5.8645,5.8348,0,5.8645,5.8348,0 +PL 1.6261,6.3305,0,2.4772,6.3305,0,2.4772,9,0,2.4772,9,0,2.4772,9,0 + +[725b] 牛 +L -0.0007,3.6991,6.773,3.6991 +L 3.3869,9.0001,3.3869,0 +L 0.9884,6.9027,6.3457,6.9027 +A -3.2524,8.4159,4.5037,316.238,0.6399 + +[7267] 牧 +PL 2.5073,3.6992,0,2.1921,4.5099,0,1.9788,5.5578,0,1.6807,6.3687,0,1.0681,6.3293,0,0.735,6.0523,0,0.4023,5.3009,0 +PL 2.0768,0,0,2.066,2.2472,0,1.9609,3.2063,0,1.6807,3.6992,0,1.3518,3.3235,0,1.0226,3.1851,0,0.4023,3.1652,0 +PL 3.5759,0,0,4.2165,0.8009,0,4.8574,1.6017,0,5.4952,2.4025,0,4.8893,3.7697,0,4.6091,4.798,0,4.427,6.3687,0,4.0627,6.0241,0,3.7086,5.671,0,3.3619,5.3009,0 +PL 2.5073,6.3687,0,2.2061,6.8221,0,2.0943,7.5043,0,2.0768,9,0 +PL 0.8296,6.9025,0,0.8296,7.9322,0,0.8296,7.9322,0,0.8296,7.9322,0 +PL 5.898,3.1652,0,6.444,4.346,0,6.6857,5.7472,0,6.7491,6.9025,0,4.6441,6.9025,0,4.6441,9,0,4.6441,9,0,4.6441,9,0 +PL 7.1726,0,0,6.7491,0.5339,0,6.318,1.0678,0,5.898,1.6017,0 + +[7269] 物 +L 2.1235,9.0001,2.1235,0 +L 0.768,3.4514,3.4723,3.4514 +L 2.9925,6.9026,1.2517,6.9026 +PL 6.1692,0,0,7.069,0,0.1468,7.9729,3.0001,0,7.9694,6.9026,0,4.1798,6.9026,0 +A -3.7816,9.0001,5.4498,326.6,0 +A -7.3296,9.0001,11.6991,337.378,360 +A -1.0984,7.0493,6.5453,317.547,358.716 +A -2.7586,6.9984,9.4663,316.931,359.42 + +[7272] 牲 +PL 1.3455,0,0,1.3315,2.623,0,1.2194,3.7204,0,0.9217,4.2331,0,0.624,4.0692,0,0.3403,3.8885,0,0.0639,3.6991,0 +PL 3.0547,0,0,5.1565,0,0,5.1667,2.3489,0,4.7923,3.435,0,3.447,3.6991,0 +PL 5.587,0,0,7.2615,0,0,7.2615,0,0,7.2615,0,0 +PL 5.587,3.6991,0,5.0129,5.2656,0,4.8623,6.4166,0,3.447,6.8644,0,3.3069,6.5212,0,3.1773,6.178,0,3.0547,5.8348,0 +PL 6.0146,3.6991,0,6.8657,3.6991,0,6.8657,3.6991,0,6.8657,3.6991,0 +PL 1.7731,4.2331,0,1.4471,5.0339,0,1.1704,6.0635,0,0.7045,6.8644,0,0.4909,6.5212,0,0.2807,6.178,0,0.0639,5.8348,0 +PL 1.7731,6.8644,0,1.4719,7.2994,0,1.3599,7.8532,0,1.3455,9,0 +PL 5.587,6.8644,0,5.2822,7.2994,0,5.174,7.8532,0,5.1565,9,0 +PL 6.0146,6.8644,0,6.8657,6.8644,0,6.8657,6.8644,0,6.8657,6.8644,0 +PL 0.4909,7.3983,0,0.4909,8.4662,0,0.4909,8.4662,0,0.4909,8.4662,0 +PL 3.447,7.3983,0,3.447,8.4662,0,3.447,8.4662,0,3.447,8.4662,0 + +[7279] 特 +L 1.8151,9.0001,1.8151,0 +L 0.4628,3.4513,3.1632,3.4513 +L 2.6838,6.9026,0.943,6.9026 +L 3.8462,7.9705,7.2646,7.9705 +PL 5.5558,0,0,6.4135,0,0,6.4135,5.3348,0 +L 3.8462,2.6696,4.7047,1.6017 +L 5.5558,8.9999,5.5558,5.8348 +L 3.4543,5.8348,7.6607,5.8348 +L 3.4543,3.7375,7.6607,3.7375 +A -4.0868,9.0001,5.4498,326.6,360 + +[72a0] 犠 +PL 1.9332,0.0001,0,1.9332,3.6992,0,0.6793,3.6992,0,0.6793,3.6992,0,0.6793,3.6992,0 +PL 3.2081,0.0001,0,4.0627,0.0001,0,4.0627,1.6017,0,2.7843,1.6017,0,2.7843,1.6017,0,2.7843,1.6017,0 +PL 7.4527,0.0001,0,7.1554,0.3701,0,6.8752,0.7231,0,6.5981,1.0678,0,6.0241,0.9039,0,5.4703,0.7231,0,4.917,0.5338,0 +PL 7.88,0.0001,0,7.88,1.0678,0,7.88,1.0678,0,7.88,1.0678,0 +PL 6.5981,1.6017,0,6.2934,1.9901,0,6.1887,2.3956,0,6.1712,3.1652,0,4.9733,3.1357,0,4.427,2.928,0,4.0627,2.3645,0,4.3429,2.2867,0,4.6227,2.2005,0,4.917,2.0975,0 +PL 2.7843,3.1652,0,3.4004,3.1949,0,3.7335,3.4026,0,4.0627,3.9661,0,3.7682,4.0693,0,3.4845,4.1554,0,3.2081,4.2332,0 +PL 6.5981,3.1652,0,7.88,3.1652,0,7.88,3.1652,0,7.88,3.1652,0 +PL 1.9332,4.2332,0,1.9048,5.38,0,1.7402,5.9336,0,1.2888,6.3686,0,1.0748,6.024,0,0.8716,5.671,0,0.6793,5.3009,0 +PL 7.4527,4.2332,0,7.299,4.5001,0,7.1554,4.7669,0,7.0219,5.0339,0,5.7439,5.137,0,4.469,5.2232,0,3.2081,5.3009,0 +PL 5.3166,6.1017,0,4.9909,6.6653,0,4.5527,6.873,0,3.6389,6.9026,0 +PL 2.3532,6.3686,0,2.0593,6.8221,0,1.9469,7.5043,0,1.9332,9,0 +PL 1.1066,6.9026,0,1.1066,7.9323,0,1.1066,7.9323,0,1.1066,7.9323,0 +PL 5.7439,6.9026,0,5.3653,7.4492,0,4.7072,7.7162,0,3.2081,7.9323,0 +PL 6.1712,6.9026,0,7.0219,6.9026,0,7.0219,6.9026,0,7.0219,6.9026,0 +PL 5.9572,7.9323,0,6.1712,8.3023,0,6.381,8.6554,0,6.5981,9,0 +PL 6.5981,7.9323,0,7.4527,7.9323,0,7.4527,7.9323,0,7.4527,7.9323,0 + +[72ac] 犬 +L -0.0006,6.3689,6.7724,6.3689 +PL 3.3859,9.0001,0,3.3859,5.8349,-0.0806,0.2129,-0.0001,0 +L 5.0944,8.4662,5.9487,7.4364 +PL 6.3758,-0.0001,-0.0971,3.8132,5.3009,0,3.1905,5.3009,0 + +[72af] 犯 +PL 1.2257,0,0,1.8562,0.0396,0,2.2936,0.3163,0,2.9069,1.0678,0,2.8263,2.4787,0,2.7524,3.8898,0,2.6964,5.3009,0,2.0519,4.4223,0,1.4215,3.5354,0,0.8019,2.6314,0 +PL 4.6157,0,0,4.3145,0.6695,0,4.2063,2.8644,0,4.1884,8.4662,0,7.148,8.4662,0,7.148,3.6992,0,5.8976,3.6992,0,5.8976,3.6992,0,5.8976,3.6992,0 +PL 5.0395,0,0,7.5718,0,0,7.5718,1.5635,0,7.5718,1.5635,0,7.5718,1.5635,0 +PL 0.8019,5.8348,0,1.2257,6.4449,0,1.6565,7.0551,0,2.0835,7.6652,0,1.7858,8.1215,0,1.5056,8.5693,0,1.2257,9,0 +PL 2.5076,5.8348,0,2.5076,6.8644,0,2.5076,6.8644,0,2.5076,6.8644,0 +PL 2.5076,7.9322,0,2.7843,8.3023,0,3.0606,8.6554,0,3.3342,9,0 + +[72b6] 状 +PL 1.7431,0,0,1.6587,1.411,0,1.5925,2.8221,0,1.5291,4.2331,0,0.0616,2.6314,0 +PL 3.0247,0,0,3.9563,1.6045,0,4.5027,3.048,0,5.1296,5.5679,0,4.7692,6.1045,0,4.2229,6.3022,0,3.0247,6.3305,0 +PL 7.2626,0,0,6.4189,1.5749,0,5.7951,3.1922,0,5.5569,4.767,0 +L 1.7431,4.767,1.7431,9 +PL 0.8882,6.5974,0,0.7446,6.8644,0,0.615,7.1314,0,0.4924,7.3984,0 +PL 5.5569,6.3305,0,5.2561,6.7854,0,5.1472,7.4774,0,5.1296,9,0 +L 5.9846,6.3305,7.2626,6.3305 +L 7.2626,7.3984,6.4084,8.4662 + +[72c2] 狂 +PL 0.1577,0,0,0.7881,0.0395,0,1.2368,0.3164,0,1.8672,1.0678,0,1.7831,2.4788,0,1.7131,3.8898,0,1.6497,5.3008,0,1.1418,4.6129,0,0.648,3.9165,0,0.1577,3.2033,0 +PL 3.1421,0,0,5.2537,0,0,5.3028,2.8291,0,4.9844,4.3276,0,3.5725,4.767,0 +PL 5.6775,0,0,7.3867,0,0,7.3867,0,0,7.3867,0,0 +PL 5.6775,4.767,0,5.3798,5.2599,0,5.2712,6.2188,0,5.2537,8.4661,0,3.1421,8.4661,0,3.1421,8.4661,0,3.1421,8.4661,0 +PL 6.1052,4.767,0,6.9629,4.767,0,6.9629,4.767,0,6.9629,4.767,0 +PL 1.436,5.8347,0,1.4189,6.6059,0,1.3135,7.0212,0,1.0123,7.4364,0,0.7145,7.0918,0,0.4343,6.7387,0,0.1577,6.3686,0 +PL 1.0123,7.9703,0,0.7145,8.3136,0,0.4343,8.6568,0,0.1577,9,0 +PL 1.436,7.9703,0,1.7131,8.3136,0,1.9929,8.6568,0,2.291,9,0 +PL 5.6775,8.4661,0,7.3867,8.4661,0,7.3867,8.4661,0,7.3867,8.4661,0 + +[72e9] 狩 +PL 0.6158,0,0,1.2497,0.0396,0,1.691,0.3164,0,2.3215,1.0678,0,2.2441,2.4788,0,2.1744,3.8899,0,2.111,5.3009,0,1.6031,4.6032,0,1.1061,3.8885,0,0.6158,3.1653,0 +PL 5.2842,0,0,6.5661,0,0,6.5451,3.5072,0,5.866,4.6667,0,3.61,4.767,0 +PL 5.2842,2.6314,0,4.9865,3.0015,0,4.7028,3.3546,0,4.4331,3.6992,0 +PL 6.9938,4.767,0,6.6926,5.1822,0,6.5801,5.5975,0,6.5661,6.3687,0 +PL 1.9008,5.8348,0,1.8833,6.6046,0,1.7751,7.01,0,1.4704,7.3983,0,1.1723,7.0551,0,0.8921,6.7119,0,0.6158,6.3687,0 +PL 3.1792,6.3687,0,3.1792,7.9323,0,5.2842,7.9323,0,5.2842,9,0,5.2842,9,0,5.2842,9,0 +PL 7.8484,6.3687,0,7.8484,7.9323,0,5.7115,7.9323,0,5.7115,7.9323,0,5.7115,7.9323,0 +PL 1.4704,7.9323,0,1.1723,8.3024,0,0.8921,8.6554,0,0.6158,9,0 +PL 1.9008,7.9323,0,2.1744,8.3024,0,2.4581,8.6554,0,2.7519,9,0 + +[72ec] 独 +PL 0.6793,0,0,1.2888,0.0396,0,1.7227,0.3163,0,2.3532,1.0678,0,2.2765,2.4787,0,2.2029,3.8898,0,2.143,5.3009,0,1.653,4.6031,0,1.1662,3.8885,0,0.6793,3.1653,0 +PL 3.2081,0,0,5.3166,0,0,5.2991,2.2471,0,5.1975,3.2063,0,4.917,3.6992,0,3.6389,3.6992,0,3.6389,6.8644,0,4.8434,7.0283,0,5.2672,7.6666,0,5.3166,9,0 +PL 7.88,0.267,0,7.7263,0.534,0,7.5827,0.8008,0,7.4527,1.0678,0,7.1025,0.6921,0,6.6577,0.5536,0,5.7439,0.534,0 +PLC 5.1271,5.2824,0,5.7085,6.4251,0,7.0219,6.8644,0,7.0219,3.6992,0,5.7439,3.6992,0 +PL 1.9332,5.8348,0,1.9157,6.579,0,1.8033,6.9845,0,1.5021,7.3984,0,1.2292,7.0536,0,0.9522,6.7006,0,0.6793,6.3305,0 +PL 1.5021,7.9322,0,1.2292,8.3023,0,0.9522,8.6554,0,0.6793,9,0 +PL 1.9332,7.9322,0,2.2029,8.3023,0,2.4866,8.6554,0,2.7843,9,0 + +[72ed] 狭 +PL 0.4929,0,0,1.1272,0.0396,0,1.572,0.3163,0,2.2024,1.0678,0,2.1184,2.4789,0,2.048,3.8898,0,1.9884,5.3008,0,1.4806,4.6031,0,0.9836,3.8884,0,0.4929,3.1653,0 +PL 2.8115,0,0,3.5855,1.2472,0,4.3701,2.4773,0,5.1616,3.6991,0,4.7974,4.0748,0,4.2443,4.2132,0,3.0255,4.2331,0 +PL 7.2666,0,0,6.6961,1.0664,0,6.1388,2.1243,0,5.5924,3.1653,0 +PL 5.5924,4.2331,0,4.9343,5.928,0,4.7522,7.0382,0,3.0255,7.4365,0 +PL 6.0127,4.2331,0,7.6939,4.2331,0,7.6939,4.2331,0,7.6939,4.2331,0 +PL 3.8832,5.5678,0,3.7291,5.8348,0,3.5855,6.1018,0,3.4528,6.3687,0 +PL 6.4089,5.3008,0,6.5451,5.6709,0,6.6852,6.024,0,6.8393,6.3687,0 +PL 1.7783,5.8348,0,1.7608,6.606,0,1.649,7.0211,0,1.3478,7.4365,0,1.0533,7.0919,0,0.7696,6.7388,0,0.4929,6.3687,0 +PL 5.5924,7.4365,0,5.2877,7.8249,0,5.1791,8.2303,0,5.1616,9,0 +PL 6.0127,7.4365,0,7.2666,7.4365,0,7.2666,7.4365,0,7.2666,7.4365,0 +PL 1.3478,7.9322,0,1.0533,8.3023,0,0.7696,8.6554,0,0.4929,9,0 +PL 1.7783,7.9322,0,2.048,8.3023,0,2.3247,8.6554,0,2.5978,9,0 + +[731b] 猛 +PL 0.1271,0,0,0.7366,0.0381,0,1.1744,0.3051,0,1.8052,1.0296,0,1.7208,2.4675,0,1.6546,3.8885,0,1.5877,5.3009,0,1.1008,4.6032,0,0.614,3.8885,0,0.1271,3.1653,0 +PL 2.2321,0,0,3.0867,0,0,3.0867,3.1653,0,6.4736,3.1653,0,6.4736,0,0,7.3247,0,0 +PL 4.9745,0,0,5.0376,0.8771,0,5.1076,1.7543,0,5.1882,2.6314,0 +PL 3.5105,0,0,4.3371,0,0,4.3371,2.6314,0 +PL 3.9417,4.7669,0,4.7644,4.7669,0,4.418,6.1723,0,3.6121,6.4252,0,2.6594,6.3306,0 +PL 1.3775,5.7966,0,1.3603,6.5678,0,1.2514,6.9831,0,0.9467,7.3984,0,0.6735,7.0537,0,0.4003,6.7007,0,0.1271,6.3306,0 +PL 0.9467,7.9323,0,0.6735,8.3023,0,0.4003,8.6555,0,0.1271,9,0 +PL 1.3775,7.9323,0,1.6546,8.3023,0,1.9348,8.6555,0,2.2321,9,0 +PL 5.1882,6.3306,0,5.0376,6.5975,0,4.894,6.8644,0,4.7644,7.1314,0,5.0376,7.5014,0,5.3181,7.8546,0,5.6193,8.1992,0,4.7644,8.3023,0,3.9168,8.3884,0,3.0867,8.4662,0 +L 5.6193,6.3306,6.8977,6.3306 + +[731f] 猟 +L 1.0426,7.9322,0.1915,9 +PL 1.4699,7.9322,0,1.7428,8.3023,0,2.0163,8.6553,0,2.2965,9,0 +PL 3.5749,8.1991,0,3.4239,8.4661,0,3.2768,8.733,0,3.1476,9,0 +PL 4.8564,8.1991,0,4.7062,8.4661,0,4.5552,8.733,0,4.426,9,0 +PL 6.1348,7.9322,0,6.2574,8.3023,0,6.3874,8.6553,0,6.531,9,0 +PL 0.1915,0,0,0.8185,0.0395,0,1.2633,0.3164,0,1.8972,1.0677,0,1.8167,2.4788,0,1.7428,3.8899,0,1.6832,5.3009,0,1.1719,4.6031,0,0.6784,3.8883,0,0.1915,3.1653,0 +PL 2.2965,0,0,3.0705,2.2895,0,3.2033,4.4605,0,3.1476,6.9025,0,6.531,6.9025,0,6.531,1.0677,0,6.7443,0.904,0,6.9614,0.7232,0,7.1716,0.5339,0,7.2385,0.904,0,7.3047,1.2571,0,7.3887,1.6017,0 +PL 4.8564,0,0,4.8288,1.6483,0,4.5167,2.4322,0,3.5749,2.6314,0 +PL 5.2802,2.6314,0,4.7619,3.7443,0,4.5241,4.493,0,3.5749,4.7669,0 +PL 5.2802,4.7669,0,4.9825,5.1822,0,4.8708,5.5975,0,4.8564,6.3687,0 +PL 1.4699,5.8347,0,1.4556,6.6045,0,1.3438,7.0099,0,1.0426,7.3983,0,0.7446,7.055,0,0.4609,6.7118,0,0.1915,6.3687,0 + +[732b] 猫 +PL 0.126,0,0,0.7596,0.0396,0,1.2044,0.3163,0,1.8352,1.0678,0,1.7508,2.4789,0,1.6807,3.8898,0,1.6215,5.3008,0,1.1098,4.6031,0,0.616,3.8884,0,0.126,3.1653,0 +PLC 3.0852,1.6003,0,3.0852,4.767,0,6.5004,4.767,0,6.5004,0,0,3.0852,0,0 +PL 4.7944,0.5339,0,4.7107,1.969,0,4.3464,2.5565,0,3.5164,2.6695,0 +PL 5.2217,2.6695,0,4.9208,3.0579,0,4.8084,3.4634,0,4.7944,4.2331,0 +PL 1.4114,5.8348,0,1.3935,6.606,0,1.2814,7.0211,0,0.9802,7.4365,0,0.686,7.0919,0,0.4023,6.7388,0,0.126,6.3687,0 +PL 3.9363,5.8348,0,3.709,7.1653,0,3.1027,7.4789,0,2.2621,7.4365,0 +PL 5.6455,5.8348,0,5.3692,7.2515,0,4.7068,7.5326,0,3.9363,7.9322,0,3.9363,9,0,3.9363,9,0,3.9363,9,0 +PL 6.0766,7.4365,0,5.7719,7.8249,0,5.6599,8.2303,0,5.6455,9,0 +PL 6.5004,7.4365,0,7.3267,7.4365,0,7.3267,7.4365,0,7.3267,7.4365,0 +PL 0.9802,7.9322,0,0.686,8.3023,0,0.4023,8.6554,0,0.126,9,0 +PL 1.4114,7.9322,0,1.6807,8.3023,0,1.9644,8.6554,0,2.2621,9,0 + +[732e] 献 +PL 0.2177,0.0152,0,0.2177,6.3838,0,1.8957,6.3838,0,1.6642,7.7143,0,1.0583,8.0279,0,0.2177,7.9855,0 +PL 2.7535,0.0152,0,3.6046,0.0152,0,3.6046,6.3838,0,2.7535,6.3838,0,2.4558,5.3428,0,2.1721,4.285,0,1.8957,3.2186,0,2.1721,3.0547,0,2.4558,2.874,0,2.7535,2.6847,0 +PL 4.0319,0.0152,0,5.2125,3.059,0,5.65,4.4332,0,5.7095,5.316,0,5.3803,5.6917,0,5.0549,5.8301,0,4.4592,5.85,0 +PL 7.4191,0.0152,0,6.9918,1.2723,0,6.5641,2.5208,0,6.1368,3.7525,0 +PL 1.8957,1.0829,0,1.8638,1.8542,0,1.6432,2.2694,0,1.0446,2.6847,0 +PL 1.4649,4.2863,0,1.4509,5.0307,0,1.3385,5.4361,0,1.0446,5.85,0 +PL 6.1368,5.85,0,5.8356,6.3244,0,5.7239,7.155,0,5.7095,9.0534,0 +PL 6.5641,5.85,0,7.4191,5.85,0,7.4191,5.85,0,7.4191,5.85,0 +PL 2.323,7.9855,0,2.1721,8.3555,0,2.025,8.7087,0,1.8957,9.0534,0 +PL 2.7535,7.9855,0,4.0319,7.9855,0,4.0319,7.9855,0,4.0319,7.9855,0 + +[7336] 猶 +PL 1.7151,5.7966,0,1.6972,6.5678,0,1.5956,6.9831,0,1.3154,7.3984,0,1.0216,7.0537,0,0.7414,6.7007,0,0.4612,6.3306,0 +PL 0.4612,0,0,1.0948,0.0381,0,1.5259,0.3051,0,2.142,1.0296,0,2.0583,2.4675,0,1.9879,3.8885,0,1.9284,5.3009,0,1.4415,4.6032,0,0.9512,3.8885,0,0.4612,3.1653,0 +PL 3.4239,0,0,3.4239,5.7966,0,4.2715,5.9576,0,4.6291,6.4746,0,4.7023,7.3984,0,2.9966,7.3984,0,2.9966,7.3984,0,2.9966,7.3984,0 +PL 3.8512,0,0,7.2349,0,0,7.2349,2.0974,0,3.8512,2.0974,0,3.8512,2.0974,0,3.8512,2.0974,0 +PL 7.2349,2.6314,0,7.2349,3.6992,0,5.9527,3.6992,0,5.9317,4.8446,0,5.7671,5.3884,0,5.3121,5.7966,0,4.8533,5.1314,0,4.4712,4.2119,0,3.8512,3.1653,0 +PL 7.2349,4.2331,0,7.2349,5.7966,0,6.5905,5.856,0,6.0441,6.2712,0,5.13,7.3984,0 +PL 6.3835,7.3984,0,6.0963,7.8137,0,6.0963,8.2289,0,6.3835,9,0 +PL 6.8073,7.3984,0,7.6622,7.3984,0,7.6622,7.3984,0,7.6622,7.3984,0 +PL 1.3154,7.9323,0,1.0216,8.3023,0,0.7414,8.6555,0,0.4612,9,0 +PL 1.7151,7.9323,0,1.9879,8.3023,0,2.2716,8.6555,0,2.5662,9,0 +PL 4.275,8.1992,0,4.1248,8.4662,0,3.9812,8.7331,0,3.8512,9,0 + +[733f] 猿 +PL 0.5588,0,0,1.1892,0.0395,0,1.6232,0.3164,0,2.2326,1.0679,0,2.1485,2.4787,0,2.082,3.8898,0,2.0193,5.3007,0,1.5324,4.613,0,1.0456,3.9167,0,0.5588,3.2033,0 +PL 3.0837,0,0,4.3726,0,0,4.2885,0.7231,0,4.215,1.4379,0,4.1554,2.1356,0,3.7912,1.9717,0,3.4308,1.7909,0,3.0837,1.6017,0 +PL 4.7932,0,0,5.0734,0.1893,0,5.3536,0.37,0,5.651,0.5339,0 +PL 7.3287,0,0,6.1452,1.9181,0,5.714,2.887,0,5.651,3.7373,0,5.0314,3.5197,0,4.6983,3.2428,0,4.3726,2.6695,0 +PL 6.4744,2.1356,0,6.7472,2.5056,0,7.0348,2.8587,0,7.3287,3.2033,0,6.9928,3.579,0,6.6667,3.7175,0,6.0471,3.7373,0 +PL 3.5148,3.7373,0,3.5148,5.3007,0,6.8982,5.3007,0,6.8982,4.2711,0,6.8982,4.2711,0,6.8982,4.2711,0 +PL 1.8372,5.8347,0,1.8228,6.6059,0,1.7111,7.0212,0,1.4099,7.4364,0,1.1118,7.0918,0,0.8281,6.7388,0,0.5588,6.3686,0 +PL 2.6637,6.3686,0,5.2237,6.3686,0,4.9894,7.6991,0,4.3761,8.0127,0,3.5148,7.9704,0 +PL 5.651,6.3686,0,7.7559,6.3686,0,7.7559,6.3686,0,7.7559,6.3686,0 +PL 1.4099,7.9704,0,1.1118,8.3404,0,0.8281,8.6935,0,0.5588,9.0382,0 +PL 1.8372,7.9704,0,2.11,8.3404,0,2.3835,8.6935,0,2.6637,9.0382,0 +PL 5.651,7.9704,0,5.5007,8.3404,0,5.3536,8.6935,0,5.2237,9.0382,0 +PL 6.0471,7.9704,0,6.8982,7.9704,0,6.8982,7.9704,0,6.8982,7.9704,0 + +[7344] 獄 +PL 0.2817,0.0381,0,0.9122,0.0763,0,1.3535,0.3432,0,1.9913,1.0678,0,1.9069,2.5056,0,1.8372,3.9265,0,1.7741,5.339,0,1.2628,4.6411,0,0.7686,3.9265,0,0.2817,3.2033,0 +PL 4.9473,0.0381,0,5.7389,1.8361,0,6.1277,3.541,0,6.2292,5.339,0,5.9312,5.5282,0,5.651,5.709,0,5.3746,5.8729,0 +PL 7.4796,0.0381,0,6.9014,1.1779,0,6.6842,1.8601,0,6.6562,2.6694,0 +PLC 2.8105,1.6017,0,2.8105,2.6694,0,4.5236,2.6694,0,4.5236,1.0678,0,2.8105,1.0678,0 +PL 2.8105,4.2711,0,4.5236,4.2711,0,4.5236,4.2711,0,4.5236,4.2711,0 +PL 2.8105,5.339,0,4.5236,5.339,0,4.5236,5.339,0,4.5236,5.339,0 +PL 1.5601,5.8729,0,1.5426,6.6172,0,1.434,7.0225,0,1.1328,7.4364,0,0.8351,7.0917,0,0.5553,6.7388,0,0.2817,6.3687,0 +PL 6.6562,5.8729,0,6.3518,6.3206,0,6.2468,7.1412,0,6.2292,9.0381,0 +PL 2.4112,6.9025,0,4.9473,6.9025,0,4.9473,6.9025,0,4.9473,6.9025,0 +PL 1.1328,7.9703,0,0.8351,8.3403,0,0.5553,8.6934,0,0.2817,9.0381,0 +PL 1.5601,7.9703,0,1.8372,8.3403,0,2.1174,8.6934,0,2.4112,9.0381,0,2.758,8.6624,0,3.3043,8.5241,0,4.5236,8.5041,0 + +[7363] 獣 +PLC 0.4304,0.7233,0,0.4304,2.1357,0,2.9626,2.1357,0,2.9626,0.0001,0,0.4304,0.0001,0 +PL 3.8176,0.0001,0,4.994,3.0185,0,5.4319,4.3927,0,5.4988,5.3009,0,5.1482,5.6767,0,4.7139,5.8151,0,3.8176,5.8349,0 +PL 7.2041,0.0001,0,6.7768,1.2473,0,6.3498,2.4775,0,5.9187,3.6993,0 +PL 0.0034,3.6993,0,3.8176,3.6993,0,3.8176,3.6993,0,3.8176,3.6993,0 +PLC 0.4304,5.4902,0,0.4304,6.9027,0,2.9626,6.9027,0,2.9626,4.7671,0,0.4304,4.7671,0 +PL 1.6846,5.3009,0,1.4075,5.4902,0,1.1308,5.6711,0,0.8615,5.8349,0 +PL 5.9187,5.8349,0,5.6245,6.308,0,5.5124,7.1287,0,5.4988,9.0001,0 +PL 6.3498,5.8349,0,7.2041,5.8349,0,7.2041,5.8349,0,7.2041,5.8349,0 +PL 7.2041,7.7035,0,7.05,7.9705,0,6.9067,8.2374,0,6.7768,8.5044,0 +PL 0.4304,8.2374,0,0.2797,8.5029,0,0.133,8.76,0,0.0034,9.0001,0 +PL 1.6846,8.2374,0,1.5305,8.5029,0,1.3865,8.76,0,1.2534,9.0001,0 +PL 2.9626,7.9705,0,3.0922,8.3137,0,3.2358,8.6569,0,3.3938,9.0001,0 + +[7372] 獲 +PL 0.4023,0,0,1.0328,0.0382,0,1.4674,0.3051,0,2.0768,1.0297,0,1.9998,2.4675,0,1.9294,3.8885,0,1.8663,5.3009,0,1.376,4.6031,0,0.8892,3.8885,0,0.4023,3.1653,0 +PL 2.9346,0,0,4.1499,0.0198,0,4.7072,0.1582,0,5.0714,0.534,0,4.4371,1.4563,0,3.9923,1.8616,0,3.3619,2.0975,0 +PL 6.318,0,0,6.0451,0.1892,0,5.7716,0.3701,0,5.4952,0.534,0 +PL 6.7491,0,0,7.6037,0,0,7.6037,0,0,7.6037,0,0 +PL 6.318,1.0297,0,6.4514,1.2966,0,6.5981,1.5636,0,6.7491,1.8306,0,6.0451,1.9337,0,5.3443,2.0198,0,4.6441,2.0975,0 +PL 3.7857,3.1653,0,3.7682,5.0368,0,3.6631,5.8574,0,3.3619,6.3304,0,3.2116,6.1668,0,3.068,5.9859,0,2.9346,5.7967,0 +PL 4.2165,3.1653,0,4.6441,3.2684,0,5.0714,3.3546,0,5.4952,3.4324,0,5.1656,3.9958,0,4.8333,4.2034,0,4.2165,4.2331,0 +PL 5.898,3.1653,0,7.1726,3.1653,0,7.1726,3.1653,0,7.1726,3.1653,0 +PL 5.898,4.2331,0,5.2812,4.9845,0,4.8473,5.2613,0,4.2165,5.3009,0 +PL 5.898,5.3009,0,4.8784,6.4406,0,3.7612,7.4789,0,2.9346,7.9322,0 +PL 1.6807,5.7967,0,1.6667,6.5679,0,1.555,6.9831,0,1.2569,7.3984,0,0.9596,7.0537,0,0.6794,6.7005,0,0.4023,6.3304,0 +PL 5.898,6.3304,0,5.3233,7.2345,0,4.7629,8.1215,0,4.2165,9.0001,0 +PL 6.318,6.3304,0,7.1726,6.3304,0,7.1726,6.3304,0,7.1726,6.3304,0 +PL 1.2569,7.9322,0,0.9596,8.3023,0,0.6794,8.6554,0,0.4023,9.0001,0 +PL 1.6807,7.9322,0,1.9609,8.3023,0,2.2306,8.6554,0,2.5073,9.0001,0 +PL 6.318,7.9322,0,6.1677,8.3023,0,6.0241,8.6554,0,5.898,9.0001,0 +PL 6.7491,7.9322,0,7.6037,7.9322,0,7.6037,7.9322,0,7.6037,7.9322,0 + +[7384] 玄 +PL 0.7999,0.0152,0,2.0885,0.5391,0,2.9186,1.5378,0,3.7595,2.9516,0,3.0552,3.751,0,2.3547,4.542,0,1.6545,5.316,0 +PL 2.5088,0.0152,0,3.563,0.1536,0,4.5332,0.4107,0,5.8922,0.5491,0,6.0256,0.816,0,6.1692,1.0829,0,6.3233,1.3499,0,6.0256,1.8061,0,5.7419,2.2539,0,5.4649,2.6847,0 +PL 4.1833,3.7525,0,4.4597,4.4657,0,4.7434,5.162,0,5.0376,5.85,0 +PL 2.5088,5.316,0,3.1081,6.107,0,3.3287,6.6607,0,3.3599,7.4516,0,0.3726,7.4516,0,0.3726,7.4516,0,0.3726,7.4516,0 +PL 3.7595,7.4516,0,3.7595,9.0534,0,3.7595,9.0534,0,3.7595,9.0534,0 +PL 4.1833,7.4516,0,7.1744,7.4516,0,7.1744,7.4516,0,7.1744,7.4516,0 + +[7387] 率 +PL 3.761,0.0152,0,3.2882,2.0265,0,2.062,2.3259,0,0.3703,2.1508,0 +PL 4.1848,2.1508,0,3.8832,2.559,0,3.775,3.1027,0,3.761,4.2483,0,3.463,4.3514,0,3.1793,4.4375,0,2.9029,4.5152,0,3.1096,5.5831,0,3.1232,6.6508,0,3.3302,7.7186,0,2.3317,7.7948,0,1.3513,7.8712,0,0.3703,7.9474,0 +PL 4.6118,2.1508,0,7.144,2.1508,0,7.144,2.1508,0,7.144,2.1508,0 +PL 0.7979,3.7143,0,1.0743,4.0845,0,1.3443,4.4375,0,1.6207,4.7821,0 +PL 7.144,3.7143,0,6.7167,4.0845,0,6.2863,4.4375,0,5.866,4.7821,0 +PL 4.1848,4.2483,0,4.4997,4.6042,0,4.7168,4.6042,0,5.0079,4.2483,0 +PL 1.6207,5.85,0,1.3443,6.22,0,1.0743,6.5731,0,0.7979,6.9178,0 +PL 3.761,5.85,0,4.0304,6.22,0,4.3141,6.5731,0,4.6118,6.9178,0 +PL 5.866,5.85,0,6.1388,6.22,0,6.419,6.5731,0,6.7167,6.9178,0 +PL 3.761,7.9474,0,3.761,9.0152,0,3.761,9.0152,0,3.761,9.0152,0 +PL 4.1848,7.9474,0,7.144,7.9474,0,7.144,7.9474,0,7.144,7.9474,0 + +[7389] 玉 +L 6.347,8.4662,0.4278,8.4662 +L 0.0005,0.5341,6.7729,0.5341 +L 0.8243,4.767,5.9197,4.767 +L 3.3867,8.4662,3.3867,0.5341 +L 5.0651,3.1652,5.9197,2.1357 + +[738b] 王 +L 6.3471,8.4662,0.4279,8.4662 +L 0.0006,0.5341,6.7744,0.5341 +L 1.2825,4.767,5.5233,4.767 +L 3.3868,8.4662,3.3868,0.5341 + +[73cd] 珍 +PL 3.3923,0,0,4.5095,0.4549,0,5.4972,1.147,0,7.2061,2.6696,0 +PL 0.4288,1.6018,0,1.6827,1.6018,0,1.6827,4.767,0,1.3853,4.9563,0,1.1052,5.1371,0,0.8281,5.3009,0 +PL 3.3923,2.1356,0,4.4777,2.5693,0,5.2482,3.1131,0,6.355,4.2331,0 +PL 3.6056,4.2331,0,4.2258,4.767,0,4.8559,5.3009,0,5.4972,5.8348,0 +PL 2.11,5.3009,0,1.8091,5.7755,0,1.7002,6.6059,0,1.6827,8.5044,0,0.4288,8.5044,0,0.4288,8.5044,0,0.4288,8.5044,0 +PL 2.5412,5.3009,0,3.3712,6.5482,0,4.215,7.7783,0,5.0661,9.0001,0,5.9245,7.9591,0,6.7756,6.9011,0,7.6334,5.8348,0 +PL 2.11,8.5044,0,2.965,8.5044,0,2.965,8.5044,0,2.965,8.5044,0 + +[73e0] 珠 +PL 5.7419,0,0,5.7244,2.2473,0,5.6158,3.2063,0,5.3146,3.6992,0,4.7363,2.8221,0,4.1658,1.945,0,3.605,1.0678,0 +PL 7.8469,1.0678,0,6.9958,2.315,0,6.1447,3.5453,0,5.3146,4.767,0,3.605,4.767,0,3.605,4.767,0,3.605,4.767,0 +PL 0.649,2.1357,0,1.9274,2.1357,0,1.9274,3.9902,0,1.6437,4.9973,0,0.649,5.3009,0 +PL 6.1692,4.767,0,5.5387,6.4195,0,5.0729,7.5128,0,3.605,6.3687,0 +PL 6.5646,4.767,0,7.8469,4.767,0,7.8469,4.767,0,7.8469,4.767,0 +PL 2.3585,5.3009,0,2.0538,5.774,0,1.9449,6.5947,0,1.9274,8.4661,0,0.649,8.4661,0,0.649,8.4661,0,0.649,8.4661,0 +PL 6.1692,7.3983,0,5.8676,7.8136,0,5.7594,8.2288,0,5.7419,9,0 +PL 6.5646,7.3983,0,7.4157,7.3983,0,7.4157,7.3983,0,7.4157,7.3983,0 +PL 2.3585,8.4661,0,3.1812,8.4661,0,3.1812,8.4661,0,3.1812,8.4661,0 + +[73ed] 班 +PL 2.9966,0,0,4.4295,2.9436,0,4.7549,5.5227,0,4.7023,9.0001,0 +PL 5.13,0,0,6.3835,0,0,6.3835,3.6992,0,6.0861,3.8886,0,5.8059,4.0693,0,5.5289,4.2331,0 +PL 6.8073,0,0,7.6622,0,0,7.6622,0,0,7.6622,0,0 +PL 0.4612,1.6018,0,1.7151,1.6018,0,1.6972,3.849,0,1.5956,4.8079,0,1.3154,5.3009,0,0.4612,5.3009,0,0.4612,5.3009,0,0.4612,5.3009,0 +PL 2.9966,3.9662,0,3.2947,4.6075,0,3.4064,5.3589,0,3.4239,6.8645,0 +PL 6.8073,4.2331,0,6.5064,4.7458,0,6.401,5.8433,0,6.3835,8.4662,0,5.5289,8.4662,0,5.5289,8.4662,0,5.5289,8.4662,0 +PL 2.142,5.3009,0,1.8408,5.774,0,1.7291,6.5947,0,1.7151,8.4662,0,0.4612,8.4662,0,0.4612,8.4662,0,0.4612,8.4662,0 +PL 2.142,8.4662,0,2.9966,8.4662,0,2.9966,8.4662,0,2.9966,8.4662,0 + +[73fe] 現 +PL 2.2955,0,0,3.3953,1.1117,0,4.0954,2.1299,0,4.6138,3.6991,0,3.7595,3.6991,0,3.7595,8.5044,0,6.7433,8.5044,0,6.7433,3.6991,0,5.8922,3.6991,0,5.819,1.6046,0,6.1198,0.3912,0,7.5698,0,0,7.5698,1.6017,0,7.5698,1.6017,0,7.5698,1.6017,0 +PL 0.3726,1.6017,0,1.6545,1.6017,0,1.6545,4.7668,0,1.353,4.9562,0,1.0728,5.137,0,0.7999,5.3008,0 +PL 2.0783,5.3008,0,1.7803,5.7753,0,1.6685,6.6059,0,1.6545,8.5044,0,0.3726,8.5044,0,0.3726,8.5044,0,0.3726,8.5044,0 +PL 2.0783,8.5044,0,2.9326,8.5044,0,2.9326,8.5044,0,2.9326,8.5044,0 +PL 4.1833,6.9025,0,6.3233,6.9025,0,6.3233,6.9025,0,6.3233,6.9025,0 +PL 4.1833,5.3008,0,6.3233,5.3008,0,6.3233,5.3008,0,6.3233,5.3008,0 +PL 2.0783,2.1355,0,2.9326,2.1355,0,2.9326,2.1355,0,2.9326,2.1355,0 + +[7403] 球 +L 0.5588,8.4661,3.2556,8.4661 +L 0.9826,5.3007,2.8284,5.3007 +L 0.5588,2.0975,3.3008,2.8329 +L 1.9069,8.4661,1.9069,2.4592 +L 3.2556,7.5,7.7559,7.5 +PL 5.5039,9,0,5.5039,0,0,4.6041,0,0 +L 6.8562,9,7.1255,8 +L 3.9421,5.7966,5.1466,4.5915 +L 7.7559,1.5,5.5039,5.397 +L 3.2556,1.5,5.5039,3.7501 +L 7.7559,5.7966,6.46,4.5 + +[7406] 理 +L 0.5588,8.4661,3.0837,8.4661 +L 0.5588,5.2626,3.0837,5.2626 +L 0.5588,1.5633,3.0837,2.2418 +L 1.8372,8.4661,1.8372,1.9066 +PLC 3.9421,4.5,0,7.3287,4.5,0,7.3287,9,0,3.9421,9,0 +L 3.9421,6.75,7.3287,6.75 +L 5.6335,9,5.6335,0 +L 3.9421,2.25,7.3287,2.25 +L 7.7559,0,3.5148,0 + +[7434] 琴 +PL 4.3381,0,0,5.0876,0.7909,0,5.3643,1.3447,0,5.4063,2.1356,0,2.0198,2.1356,0,2.0198,2.1356,0,2.0198,2.1356,0 +PL 0.3141,3.2033,0,2.0338,4.1737,0,3.522,5.2966,0,5.4063,5.8347,0,5.3716,6.6059,0,5.151,7.0212,0,4.5486,7.4364,0 +PL 2.874,3.2033,0,4.5486,3.2033,0,4.5486,3.2033,0,4.5486,3.2033,0 +PL 6.2574,3.2033,0,5.5363,3.7359,0,4.8253,4.2598,0,4.1248,4.767,0 +PL 0.3141,5.3008,0,1.8552,5.8545,0,1.9112,6.8828,0,0.734,7.4364,0 +PL 2.6569,5.8347,0,2.874,6.0239,0,3.088,6.2047,0,3.2978,6.3686,0 +PL 5.8336,5.8347,0,7.1124,5.8347,0,7.1124,5.8347,0,7.1124,5.8347,0 +PL 2.4436,7.4364,0,2.0825,8.0085,0,1.5295,8.2754,0,0.3141,8.4661,0 +PL 5.8336,7.4364,0,5.4834,8.0085,0,5.0386,8.2754,0,4.1248,8.4661,0 +PL 2.4436,8.4661,0,3.2978,8.4661,0,3.2978,8.4661,0,3.2978,8.4661,0 +PL 5.8336,8.4661,0,7.1124,8.4661,0,7.1124,8.4661,0,7.1124,8.4661,0 + +[74b0] 環 +PL 4.6668,0.0001,0,4.6528,1.1455,0,4.5407,1.6893,0,4.2465,2.0975,0,3.5464,1.5904,0,2.842,1.0664,0,2.1416,0.5338,0 +PL 6.8068,0.5338,0,5.2556,2.2076,0,4.3796,2.8899,0,3.4199,3.1652,0,3.4199,4.7669,0,6.376,4.7669,0,6.4741,3.4818,0,6.5687,2.671,0,6.376,2.0975,0 +PL 0.0019,2.0975,0,0.8562,2.0975,0,0.8562,4.7669,0,0.5619,4.9562,0,0.2782,5.137,0,0.0019,5.3009,0 +PL 5.0976,3.1652,0,5.9557,3.1652,0,5.9557,3.1652,0,5.9557,3.1652,0 +PL 1.2835,5.3009,0,0.9822,5.7741,0,0.8702,6.5947,0,0.8562,8.4661,0,0.0019,8.4661,0,0.0019,8.4661,0,0.0019,8.4661,0 +PL 2.5653,5.8348,0,7.2341,5.8348,0,7.2341,5.8348,0,7.2341,5.8348,0 +PLC 2.9926,7.435,0,2.9926,8.4661,0,6.8068,8.4661,0,6.8068,6.9026,0,2.9926,6.9026,0 +PL 1.2835,8.4661,0,2.1416,8.4661,0,2.1416,8.4661,0,2.1416,8.4661,0 + +[74bd] 璽 +PL 0.2797,0,0,3.6631,0,0,3.2603,1.5,0,2.28,1.7289,0,1.1032,1.6018,0 +PL 4.0939,0,0,4.6441,0.1032,0,5.2042,0.1893,0,5.7681,0.267,0,5.6178,0.6371,0,5.4742,0.9901,0,5.3443,1.3348,0,4.2414,1.7388,0,2.9381,2.2529,0,0.6759,2.6314,0 +PL 6.1989,0,0,7.0538,0,0,7.0538,0,0,7.0538,0,0 +PL 4.0939,2.6314,0,6.6265,2.6314,0,6.6265,2.6314,0,6.6265,2.6314,0 +PL 1.1032,3.6992,0,1.1032,6.9026,0,0.2797,6.9026,0,0.2797,6.9026,0,0.2797,6.9026,0 +PL 1.9543,3.6992,0,2.1641,4.2332,0,2.1784,4.767,0,2.3847,5.3009,0,2.2345,5.4901,0,2.087,5.671,0,1.9543,5.8348,0 +PL 3.6631,3.6992,0,3.579,6.0382,0,3.0187,6.8263,0,1.534,6.9026,0 +PL 4.4897,3.6992,0,4.6963,4.2332,0,4.7107,4.767,0,4.917,5.3009,0,4.7667,5.4901,0,4.6193,5.671,0,4.4897,5.8348,0 +PL 6.1989,3.6992,0,6.1989,6.9026,0,4.6998,6.921,0,4.0449,7.0495,0,3.6631,7.3983,0,3.6631,8.4661,0,2.812,8.3024,0,1.9543,8.1215,0,1.1032,7.9323,0 +PL 7.0538,6.9026,0,6.0938,8.0537,0,5.2746,8.3574,0,4.0939,8.4661,0 + +[74f6] 瓶 +PL 0.1592,0.267,0,0.4323,1.411,0,0.7129,2.5552,0,1.0103,3.6992,0,0.7129,3.8884,0,0.4323,4.0692,0,0.1592,4.2331,0 +PL 2.2641,0,0,2.2641,3.6992,0,1.8337,4.0692,0,1.413,4.4224,0,1.0103,4.767,0,1.0103,6.9026,0,0.1592,6.9026,0 +PL 3.1152,0,0,3.9733,0,0,4.0823,2.2034,0,4.2885,4.5085,0,4.3936,8.4661,0,3.5425,8.4661,0 +PL 4.3936,0.534,0,5.1221,0.6723,0,5.7596,0.9294,0,6.5056,1.0678,0,6.3935,2.0946,0,6.1872,3.5876,0,6.0751,6.3686,0,4.8244,6.3686,0 +PL 7.1399,0.534,0,7.2061,0.9039,0,7.2726,1.2571,0,7.3567,1.6017,0 +PL 5.2202,3.9661,0,5.0766,4.2331,0,4.947,4.5001,0,4.8244,4.767,0 +PL 2.6848,4.2331,0,2.3906,4.6682,0,2.2781,5.2218,0,2.2641,6.3686,0,1.9668,6.558,0,1.6862,6.7387,0,1.4099,6.9026,0 +PL 2.6848,6.9026,0,2.4042,7.5142,0,2.4042,8.058,0,2.6848,9,0 +PL 1.0103,8.1992,0,0.8596,8.4661,0,0.7129,8.7331,0,0.583,9,0 +L 4.8244,8.4661,7.3567,8.4661 + +[7518] 甘 +PL 1.7408,0.0001,0,1.9019,3.298,0,1.6816,5.8673,0,0.0351,6.9026,0 +PL 2.14,0.0001,0,5.5549,0.0001,0,5.5549,3.6992,0,2.14,3.6992,0,2.14,3.6992,0,2.14,3.6992,0 +PL 5.5549,4.2332,0,5.1311,6.7232,0,3.8986,7.1964,0,1.9229,7.1695,0,1.8637,7.7797,0,1.8042,8.3898,0,1.7408,9,0 +PL 5.9822,6.9026,0,5.6845,7.3107,0,5.5725,7.8546,0,5.5549,9,0 +PL 6.3815,6.9026,0,7.2361,6.9026,0,7.2361,6.9026,0,7.2361,6.9026,0 + +[751a] 甚 +PL 1.8033,0.0382,0,1.8033,3.7373,0,0.5249,3.7373,0,0.5249,3.7373,0,0.5249,3.7373,0 +PL 2.2344,0.0382,0,7.3302,0.0382,0,7.3302,0.0382,0,7.3302,0.0382,0 +PL 2.2344,1.0678,0,3.1342,2.2346,0,3.4669,2.9266,0,3.5128,3.7373,0,2.2344,3.7373,0,2.2344,3.7373,0,2.2344,3.7373,0 +PL 5.6213,1.6018,0,5.3201,2.0367,0,5.2077,2.5904,0,5.1905,3.7373,0,3.9156,3.7373,0,3.9156,3.7373,0,3.9156,3.7373,0 +PL 6.0451,1.6018,0,6.8997,1.6018,0,6.8997,1.6018,0,6.8997,1.6018,0 +PL 5.6213,3.7373,0,5.6213,5.3009,0,2.6617,5.3009,0,2.6617,4.2712,0,2.6617,4.2712,0,2.6617,4.2712,0 +PL 6.0451,3.7373,0,7.7263,3.7373,0,7.7263,3.7373,0,7.7263,3.7373,0 +PL 2.6617,5.8348,0,2.5216,7.4563,0,2.0064,7.9506,0,0.9522,7.9704,0 +PL 5.6213,6.1018,0,4.7667,6.2049,0,3.9191,6.2911,0,3.089,6.3687,0 +PL 5.6213,7.1695,0,5.4668,7.4365,0,5.3232,7.7034,0,5.1905,7.9704,0,3.089,7.9704,0,2.9381,8.3405,0,2.791,8.6936,0,2.6617,9.0382,0 +PL 6.0451,7.9704,0,5.8941,8.3405,0,5.7505,8.6936,0,5.6213,9.0382,0 +PL 6.4724,7.9704,0,7.3302,7.9704,0,7.3302,7.9704,0,7.3302,7.9704,0 + +[751f] 生 +L 1.2508,8.4662,-0.0003,5.3007 +L 5.9185,3.6993,0.8539,3.6993 +L -0.0003,0,6.7727,0 +L 6.3454,6.8643,0.6175,6.8643 +L 3.3862,8.9999,3.3862,0 + +[7523] 産 +PL 0.6158,0,0,1.3545,1.9873,0,1.5089,3.7712,0,1.4704,5.8348,0,3.61,5.8348,0,3.4563,6.4717,0,3.3127,7.0918,0,3.1792,7.7035,0,2.6017,7.8066,0,2.0304,7.8927,0,1.4704,7.9703,0 +PL 2.7519,0,0,5.2842,0,0,5.1515,1.6216,0,4.6363,2.1158,0,3.61,2.1356,0 +PL 5.7115,0,0,7.8484,0,0,7.8484,0,0,7.8484,0,0 +PL 2.3215,2.1356,0,2.9239,3.2755,0,3.1481,3.9577,0,3.1792,4.767,0 +PL 5.7115,2.1356,0,5.4177,2.6681,0,5.134,3.1921,0,4.8569,3.6991,0,3.61,3.6991,0,3.61,3.6991,0,3.61,3.6991,0 +PL 6.1427,2.1356,0,6.9938,2.1356,0,6.9938,2.1356,0,6.9938,2.1356,0 +PL 5.7115,3.6991,0,5.5613,4.0691,0,5.4177,4.4224,0,5.2842,4.767,0 +PL 6.1427,3.6991,0,7.4211,3.6991,0,7.4211,3.6991,0,7.4211,3.6991,0 +PL 4.0303,5.8348,0,4.4401,5.9379,0,4.8604,6.0241,0,5.2842,6.1018,0,5.4177,6.7388,0,5.5613,7.3588,0,5.7115,7.9703,0,3.61,7.9703,0,3.61,7.9703,0,3.61,7.9703,0 +PL 5.7115,5.8348,0,7.8484,5.8348,0,7.8484,5.8348,0,7.8484,5.8348,0 +PL 6.1427,7.9703,0,7.4211,7.9703,0,7.4211,7.9703,0,7.4211,7.9703,0 + +[7528] 用 +PL 6.4419,3.0001,0,0.9217,3.0001,0,0.9217,9.0001,0,6.4419,9.0001,0,6.4419,0,0,5.1565,0,0 +L 3.6785,0,3.6785,9.0001 +L 6.4419,6.0001,0.9217,6.0001 +A -2.6053,3.0001,3.5208,301.562,359.604 + +[7530] 田 +PLC 5.9185,8.4662,0,5.9185,0.5338,0,-0.0003,0.5338,0,-0.0003,8.4662,0 +L 5.9185,4.7669,-0.0003,4.7669 +L 2.9548,8.4662,2.9548,0.5338 + +[7531] 由 +PL 1.1333,0,0,1.1333,6.9027,0,2.902,6.8546,0,3.8477,7.2812,0,4.1279,9.0382,0 +PL 1.5641,0,0,4.1279,0,0,4.0617,2.7826,0,3.4313,3.675,0,1.5641,3.7372,0 +PL 4.5552,0,0,7.084,0,0,7.084,3.7372,0,5.2872,3.7557,0,4.5202,3.8842,0,4.1279,4.2331,0,4.317,6.4845,0,5.1681,6.9903,0,7.084,6.9027,0,7.084,4.2331,0 + +[7532] 甲 +PL 4.2493,0.0152,0,4.0637,2.6423,0,3.2126,3.2865,0,1.2579,3.2186,0,1.2579,8.5194,0,7.2085,8.5194,0,7.2085,3.2186,0,4.5505,3.9008,0,3.9201,5.1678,0,1.6852,5.85,0 +PL 4.6763,5.85,0,4.3716,6.285,0,4.2668,6.8386,0,4.2493,7.9855,0 +PL 5.0724,5.85,0,6.7812,5.85,0,6.7812,5.85,0,6.7812,5.85,0 + +[7533] 申 +PL 3.4184,0,0,3.1347,2.2924,0,2.1894,2.7542,0,0.4592,2.6313,0,0.4592,7.9322,0,2.9946,7.9322,0,3.1242,8.3023,0,3.2678,8.6554,0,3.4184,9,0 +PL 3.8496,2.6313,0,3.0262,4.3575,0,2.788,5.1256,0,0.8897,5.3009,0 +PL 4.2734,2.6313,0,6.3815,2.6313,0,6.3815,5.3009,0,3.5064,5.9831,0,3.6391,7.2501,0,6.3815,7.9322,0,6.3815,5.8347,0 + +[7537] 男 +PL -0.4267,0,0,0.6951,0.4534,0,1.5732,1.1356,0,2.9598,2.6312,0,2.9598,4.233,0 +PL 4.241,0,0,5.5166,0.524,0,5.9043,1.7513,0,5.919,3.1652,0,0.0002,3.1652,0 +PLC 5.4917,5.3007,0,0.4275,5.3007,0,0.4275,8.4662,0,5.4917,8.4662,0 +L 5.4917,6.8643,0.4275,6.8643 +L 2.9594,8.4662,2.9594,5.3007 + +[753a] 町 +PLC -0.0002,2.1357,0,-0.0002,8.4662,0,2.9898,8.4662,0,2.9898,2.1357,0 +PL 4.2405,0,0,5.5221,0,0,5.5221,7.4364,0 +L 6.8033,7.4364,2.9898,7.4364 +L 1.495,2.1357,1.495,8.4662 +L -0.0002,5.3009,2.9898,5.3009 + +[753b] 画 +L 0.5838,9,7.7848,9 +L 4.1874,9,4.1874,1.5 +PLC 2.3872,1.5,0,5.9881,1.5,0,5.9881,6.0001,0,2.3872,6.0001,0 +PL 0.5838,6.0001,0,0.5838,0,0,7.7848,0,0,7.7848,6.0001,0 +L 5.9881,3.75,2.3872,3.75 + +[754c] 界 +PL 0.6804,2.6312,0,1.9167,3.4321,0,2.6417,4.055,0,3.4543,5.0339,0,2.7293,5.137,0,2.0214,5.2232,0,1.3139,5.3007,0,1.3139,8.4661,0,6.4135,8.4661,0,6.4135,5.3007,0,5.6885,5.2232,0,4.9775,5.137,0,4.277,5.0339,0,5.2612,4.233,0,6.2633,3.4321,0,7.2646,2.6312,0 +PL 1.5314,0,0,1.8747,0.3432,0,2.2354,0.6863,0,2.5997,1.0297,0,2.5997,2.6312,0,2.5997,2.6312,0,2.5997,2.6312,0 +PL 5.1355,0,0,5.1355,2.6312,0,5.1355,2.6312,0,5.1355,2.6312,0 +PL 4.7047,6.8644,0,5.9866,6.8644,0,5.9866,6.8644,0,5.9866,6.8644,0 +PL 4.277,6.8644,0,4.1334,7.2343,0,4.0007,7.5876,0,3.8816,7.932,0 +PL 3.8816,5.3007,0,3.5313,6.7062,0,2.7083,6.9589,0,1.7447,6.8644,0 + +[7551] 畑 +PLC 4.3736,0.801,0,7.9709,0.801,0,7.9709,8.1992,0,4.3736,8.1992,0 +L 7.9709,4.5001,4.3736,4.5001 +L 6.1707,0.801,6.1707,8.1992 +PL 2.1183,9.0001,0,2.1183,4.5001,-0.1468,0.7687,0.0001,0 +L 2.132,2.2574,3.008,0.7427 +L 3.4738,7.5001,2.5667,6.6002 +L 0.7695,7.6993,0.7695,5.2501 + +[7554] 畔 +PL 5.6213,0,0,5.4777,2.5155,0,4.7737,3.1921,0,3.089,3.1652,0,3.089,2.0974,0,0.5249,2.0974,0,0.5249,8.4661,0,3.089,8.4661,0,3.089,3.6991,0,3.089,3.6991,0,3.089,3.6991,0 +PL 1.8033,2.6314,0,1.8033,4.7669,0,1.5094,4.9562,0,1.2257,5.137,0,0.9522,5.3008,0 +PL 6.0451,3.1652,0,5.4493,4.5692,0,5.236,5.4986,0,3.9156,5.8348,0 +PL 6.4724,3.1652,0,7.7263,3.1652,0,7.7263,3.1652,0,7.7263,3.1652,0 +PL 2.2344,5.3008,0,1.9294,5.7542,0,1.8208,6.4364,0,1.8033,7.9322,0 +PL 6.0451,5.8348,0,5.7439,6.3079,0,5.6388,7.1285,0,5.6213,8.9999,0 +PL 6.4724,5.8348,0,7.3302,5.8348,0,7.3302,5.8348,0,7.3302,5.8348,0 +PL 4.3356,7.6652,0,4.1853,7.9322,0,4.0417,8.1992,0,3.9156,8.4661,0 +PL 6.8997,7.3983,0,7.0328,7.7683,0,7.1764,8.1215,0,7.3302,8.4661,0 + +[7559] 留 +PLC 1.6565,3.6992,0,6.7176,3.6992,0,6.7176,0,0,1.6565,0,0 +PL 4.1884,0.5339,0,3.8732,1.9831,0,3.089,2.2373,0,2.0835,2.1356,0 +PL 4.6157,2.1356,0,4.462,2.4789,0,4.3219,2.822,0,4.1884,3.1652,0 +L 5.0395,2.1356,6.3214,2.1356 +PL 4.1884,4.767,0,3.1275,5.7528,0,1.9854,5.5861,0,0.8019,5.3009,0 +PL 4.6157,5.3009,0,5.2185,6.4858,0,5.4392,7.3065,0,5.4703,8.4662,0,4.6157,8.4662,0 +PL 5.8976,5.3009,0,6.9978,5.7995,0,7.2076,7.0014,0,7.148,8.4662,0,5.8976,8.4662,0 +PL 1.6565,5.8349,0,1.6565,8.4662,0,2.5703,8.4859,0,3.1167,8.6243,0,3.7615,9,0 + +[755c] 畜 +PLC 2.1433,1.2471,0,2.1433,3.6992,0,6.3845,3.6992,0,6.3845,0,0,2.1433,0,0 +PL 4.2798,0.5339,0,4.0483,1.8645,0,3.4358,2.178,0,2.5703,2.1356,0 +PL 4.6788,2.1356,0,4.5352,2.4789,0,4.4024,2.822,0,4.2798,3.1653,0 +PL 5.1026,2.1356,0,5.9537,2.1356,0,5.9537,2.1356,0,5.9537,2.1356,0 +PL 0.865,4.7671,0,1.8453,4.8701,0,2.8473,4.9563,0,3.8522,5.0339,0,3.2746,5.671,0,2.7037,6.2909,0,2.1433,6.9026,0 +PL 4.462,4.7671,0,5.236,5.0339,0,6.0202,5.3009,0,6.8121,5.5679,0,6.6612,5.8348,0,6.5144,6.1018,0,6.3845,6.3686,0 +PL 4.2798,5.8348,0,4.553,6.2048,0,4.8332,6.558,0,5.1026,6.9026,0 +PL 3.4284,6.9026,0,3.5583,7.1696,0,3.7019,7.4364,0,3.8522,7.7035,0,2.8473,7.7797,0,1.8453,7.856,0,0.865,7.9322,0 +PL 4.2798,7.9322,0,4.2798,9.0001,0,4.2798,9.0001,0,4.2798,9.0001,0 +PL 4.6788,7.9322,0,7.6632,7.9322,0,7.6632,7.9322,0,7.6632,7.9322,0 + +[755d] 畝 +PL 3.3938,0,0,2.9941,0.3757,0,2.2271,0.5141,0,0.4304,0.5339,0,0.4304,5.8348,0,2.9626,5.8348,0,2.9626,1.0677,0,2.9626,1.0677,0,2.9626,1.0677,0 +PL 7.2041,0,0,6.2935,1.5156,0,5.905,2.3361,0,5.7085,3.1653,0,5.0676,2.2882,0,4.4375,1.411,0,3.8176,0.5339,0 +PL 1.6846,1.0677,0,1.6846,2.6313,0,1.4075,2.8206,0,1.1308,3.0014,0,0.8615,3.1653,0 +PL 2.1084,3.1653,0,1.8068,3.6003,0,1.7021,4.154,0,1.6846,5.3008,0 +PL 5.4988,3.6991,0,5.9331,4.6215,0,6.2378,5.8404,0,6.3498,6.8644,0,5.7786,6.7867,0,5.2217,6.7006,0,4.6718,6.5975,0,4.3745,5.9872,0,4.0939,5.3772,0,3.8176,4.767,0 +PL 0.0034,7.3983,0,1.6846,7.3983,0,1.6846,9,0,1.6846,9,0,1.6846,9,0 +PL 2.1084,7.3983,0,3.3938,7.3983,0,3.3938,7.3983,0,3.3938,7.3983,0 +PL 4.6718,7.3983,0,4.9524,7.8136,0,5.0501,8.2289,0,5.0676,9,0 + +[7565] 略 +PL 4.6138,0.0152,0,4.6138,3.1804,0,4.3161,3.3696,0,4.0362,3.5505,0,3.7595,3.7143,0 +PL 5.0376,0.0152,0,6.7433,0.0152,0,6.7433,3.1804,0,5.0376,3.1804,0,5.0376,3.1804,0,5.0376,3.1804,0 +PLC 0.3726,4.2751,0,0.3726,8.4813,0,2.9326,8.4813,0,2.9326,2.1508,0,0.3726,2.1508,0 +PL 1.6545,2.6466,0,1.6545,4.7821,0,1.353,4.9715,0,1.0728,5.1522,0,0.7999,5.3161,0 +PL 7.1744,3.7143,0,6.7433,4.2483,0,6.3233,4.7821,0,5.8922,5.3161,0,5.4649,4.9715,0,5.0376,4.6184,0,4.6138,4.2483,0 +PL 2.0783,5.3161,0,1.7803,5.7695,0,1.6685,6.4516,0,1.6545,7.9474,0 +PL 5.4649,5.85,0,5.1671,6.3839,0,4.8873,6.9178,0,4.6138,7.4517,0,4.3161,7.1071,0,4.0362,6.7539,0,3.7595,6.3839,0 +PL 6.3233,5.85,0,6.5961,6.4868,0,6.8798,7.1071,0,7.1744,7.7186,0,6.4529,7.7948,0,5.7419,7.8712,0,5.0376,7.9474,0,5.0376,9.0152,0,5.0376,9.0152,0,5.0376,9.0152,0 + +[756a] 番 +PLC 6.1877,3.6992,0,1.9459,3.6992,0,1.9459,0,0,6.1877,0,0 +L 1.9459,1.8622,6.1877,1.8622 +L 4.0652,3.6992,4.0652,0 +L 7.6622,6.3303,0.4612,6.3303 +L 0.692,4.2329,3.4379,6.3303 +L 7.4342,4.2329,4.6887,6.3303 +L 2.3522,7.6959,3.1402,6.3303 +L 5.7706,7.6959,4.986,6.3303 +L 4.0652,8.0116,4.0652,4.1991 +A 1.6555,17.0106,9.3153,270.684,301.001 + +[7570] 異 +PL 0.8595,0.0152,0,1.5631,0.3854,0,2.2639,0.7384,0,2.9644,1.083,0 +PL 6.7852,0.0152,0,6.3548,0.3854,0,5.9342,0.7384,0,5.5314,1.083,0 +PL 0.8595,2.1508,0,2.9644,2.1508,0,2.7364,3.4375,0,2.1305,3.7497,0,1.2903,3.7143,0 +PL 3.3952,2.1508,0,5.5314,2.1508,0,4.8659,3.768,0,3.6334,3.8515,0,2.9644,5.3161,0,1.7176,5.3161,0,1.7176,8.4813,0,6.7852,8.4813,0,6.7852,5.3161,0,5.5314,5.3161,0,5.5454,4.5449,0,5.6505,4.1296,0,5.9275,3.7143,0,7.2055,3.7143,0,7.2055,3.7143,0,7.2055,3.7143,0 +PL 5.9275,2.1508,0,7.6363,2.1508,0,7.6363,2.1508,0,7.6363,2.1508,0 +PL 3.3952,5.3161,0,4.2495,5.3161,0,3.9062,6.7652,0,3.087,7.0194,0,2.113,6.9178,0 +PL 4.6736,6.9178,0,4.523,7.261,0,4.3791,7.6042,0,4.2495,7.9474,0 +PL 5.1041,6.9178,0,6.3548,6.9178,0,6.3548,6.9178,0,6.3548,6.9178,0 + +[7573] 畳 +PL 0.094,0.0382,0,1.7751,0.0382,0,1.7751,3.7373,0,5.1932,3.7373,0,5.1932,0.0382,0,6.8674,0.0382,0,6.8674,0.0382,0,6.8674,0.0382,0 +PL 2.1989,0.0382,0,4.7624,0.0382,0,4.7624,0.0382,0,4.7624,0.0382,0 +PL 2.1989,1.6018,0,4.7624,1.6018,0,4.7624,1.6018,0,4.7624,1.6018,0 +PL 2.1989,2.6695,0,4.7624,2.6695,0,4.7624,2.6695,0,4.7624,2.6695,0 +PL 0.094,3.7373,0,0.094,5.3009,0,6.8674,5.3009,0,6.8674,3.7373,0,6.8674,3.7373,0,6.8674,3.7373,0 +PLC 1.3794,7.0919,0,1.3794,8.5043,0,5.5855,8.5043,0,5.5855,6.3687,0,1.3794,6.3687,0 +PL 3.4843,6.9026,0,3.1337,7.2784,0,2.6889,7.4168,0,1.7751,7.4365,0 +PL 4.3354,7.4365,0,5.1932,7.4365,0,5.1932,7.4365,0,5.1932,7.4365,0 + +[758e] 疎 +PL 5.3166,0,0,5.2991,1.8715,0,5.1975,2.6921,0,4.917,3.1653,0,4.1993,2.2882,0,3.4845,1.411,0,2.7843,0.5339,0 +PL 7.4527,0.5339,0,6.5981,1.7811,0,5.7505,3.0113,0,4.917,4.2331,0,3.6389,4.2331,0,3.6389,6.3305,0,4.5527,6.3602,0,4.9909,6.5678,0,5.3166,7.1314,0,4.9909,7.695,0,4.5527,7.9026,0,3.6389,7.9322,0 +PL 1.1066,1.0677,0,1.1066,6.3305,0,1.1066,6.3305,0,1.1066,6.3305,0 +PL 1.7161,1.0677,0,1.7227,3.7218,0,1.9048,6.0537,0,2.7843,8.1992,0,2.0803,8.3023,0,1.3795,8.3884,0,0.6793,8.4662,0 +PLC 5.2287,5.5566,0,5.9327,6.1766,0,7.0219,6.3305,0,7.0219,4.2331,0,5.7439,4.2331,0 +PL 5.7439,7.9322,0,5.5929,8.3023,0,5.4458,8.6554,0,5.3166,9,0 +PL 6.1712,7.9322,0,7.4527,7.9322,0,7.4527,7.9322,0,7.4527,7.9322,0 + +[7591] 疑 +PL 0.3141,0,0,0.734,0.8008,0,1.1652,1.6017,0,1.5925,2.4025,0,1.2594,2.966,0,0.927,3.1737,0,0.3141,3.2033,0 +PL 2.874,0,0,3.004,0.1892,0,3.1511,0.3701,0,3.2978,0.5339,0,2.874,1.0677,0,2.4436,1.6017,0,2.0198,2.1356,0 +PL 5.8336,0,0,5.2561,0.5339,0,4.6852,1.0677,0,4.1248,1.6017,0,3.9777,1.4378,0,3.8512,1.257,0,3.7286,1.0677,0 +PL 6.2574,0,0,7.5432,0,0,7.5432,0,0,7.5432,0,0 +PL 5.4063,1.0677,0,5.4063,5.8347,0,4.1248,5.8347,0,4.1248,5.8347,0,4.1248,5.8347,0 +PL 4.1248,2.1356,0,4.1248,4.233,0,4.1248,4.233,0,4.1248,4.233,0 +PL 2.0198,3.2033,0,1.7182,3.6173,0,1.6065,4.0224,0,1.5925,4.7669,0,0.9722,4.7472,0,0.6398,4.6088,0,0.3141,4.233,0 +PL 2.4436,3.2033,0,3.2978,3.2033,0,3.2978,3.2033,0,3.2978,3.2033,0 +PL 5.8336,3.2033,0,7.1124,3.2033,0,7.1124,3.2033,0,7.1124,3.2033,0 +PL 2.0198,4.7669,0,2.874,4.7669,0,2.874,4.7669,0,2.874,4.7669,0 +PL 7.1124,4.7669,0,7.2451,5.0339,0,7.3887,5.3008,0,7.5432,5.5677,0,6.9614,5.671,0,6.394,5.757,0,5.8336,5.8347,0,5.6588,6.6059,0,5.4382,7.0212,0,4.979,7.4364,0 +PL 1.1652,5.3008,0,1.0528,6.2683,0,0.8461,7.346,0,0.734,9,0 +PL 1.5925,6.3686,0,3.2978,6.3686,0,3.2978,7.4364,0,3.2978,7.4364,0,3.2978,7.4364,0 +PL 6.2574,7.4364,0,6.394,7.7033,0,6.5341,7.9703,0,6.6847,8.2373,0,5.8336,8.3403,0,4.979,8.4265,0,4.1248,8.5042,0 +PL 1.1652,7.9703,0,1.7217,8.1596,0,2.2926,8.3403,0,2.874,8.5042,0 + +[75ab] 疫 +PL 0.3726,0,0,1.0031,1.3701,0,1.437,2.8757,0,1.437,4.2711,0,1.0728,3.9265,0,0.7194,3.5734,0,0.3726,3.2033,0 +PL 1.6545,0,0,2.5473,0.0989,0,3.693,0.435,0,4.6138,1.0679,0,3.7031,2.3927,0,3.1567,2.9463,0,2.5088,3.2033,0 +PL 6.7433,0,0,6.2109,0.3954,0,5.5773,0.6724,0,5.0376,1.0679,0,5.4649,1.7048,0,5.8922,2.3249,0,6.3233,2.9364,0,5.4649,3.0395,0,4.6138,3.1257,0,3.7595,3.2033,0 +PL 2.5088,4.2711,0,3.1081,5.0551,0,3.3287,5.7373,0,3.3599,6.9025,0,5.4649,6.9025,0,5.4719,5.2204,0,5.8645,4.4533,0,7.1744,4.2711,0,7.1744,5.3007,0,7.1744,5.3007,0,7.1744,5.3007,0 +PL 1.6545,4.7669,0,1.6545,7.9704,0,4.6138,7.9704,0,4.6138,9.0382,0,4.6138,9.0382,0,4.6138,9.0382,0 +PL 0.7999,6.1017,0,0.6455,6.3686,0,0.5022,6.6356,0,0.3726,6.9025,0 +PL 5.0376,7.9704,0,7.5698,7.9704,0,7.5698,7.9704,0,7.5698,7.9704,0 + +[75b2] 疲 +PL 0.1592,0,0,0.7651,1.2246,0,1.0351,2.3221,0,1.1924,4.2331,0,0.8351,3.8884,0,0.4954,3.5355,0,0.1592,3.1653,0 +PL 1.8337,0,0,2.5727,1.9873,0,2.7268,3.7712,0,2.6848,5.8348,0,4.3936,5.8348,0,4.5302,6.2048,0,4.6738,6.558,0,4.8244,6.9026,0 +PL 3.1152,0,0,3.8196,0.3701,0,4.5197,0.7232,0,5.2202,1.0678,0,4.3096,2.7415,0,3.7632,3.4238,0,3.1152,3.6991,0 +PL 6.5056,0,0,6.2082,0.1892,0,5.9245,0.3701,0,5.6475,0.5339,0 +PL 5.6475,1.6017,0,6.2499,2.3913,0,6.4709,2.9351,0,6.5056,3.6991,0,4.3936,3.6991,0,4.3936,3.6991,0,4.3936,3.6991,0 +PL 4.8244,4.2331,0,4.8423,5.0043,0,4.94,5.4195,0,5.2202,5.8348,0,5.7809,5.7572,0,6.3515,5.6709,0,6.9294,5.5678,0,6.7756,5.3008,0,6.6352,5.0339,0,6.5056,4.767,0 +PL 1.4099,4.767,0,1.4099,7.9322,0,4.3936,7.9322,0,4.3936,9,0,4.3936,9,0,4.3936,9,0 +PL 0.583,6.1018,0,0.4323,6.3687,0,0.2887,6.6355,0,0.1592,6.9026,0 +PL 4.8244,7.9322,0,7.3567,7.9322,0,7.3567,7.9322,0,7.3567,7.9322,0 + +[75be] 疾 +PL 0.3703,0,0,0.9871,1.3772,0,1.4035,2.856,0,1.4109,4.2332,0,1.0533,3.8885,0,0.7065,3.5353,0,0.3703,3.1653,0 +PL 2.6889,0,0,3.4563,1.0665,0,4.2233,2.1244,0,5.0079,3.1653,0,4.6506,3.541,0,3.9918,3.6793,0,2.4753,3.6992,0 +PL 7.144,0,0,6.5665,0.8771,0,5.9952,1.7543,0,5.4352,2.6314,0 +PL 5.4352,3.6992,0,5.1375,4.1343,0,5.025,4.6879,0,5.0079,5.8348,0,3.3302,5.8348,0,3.0357,5.4901,0,2.752,5.1371,0,2.4753,4.767,0 +PL 5.866,3.6992,0,7.5748,3.6992,0,7.5748,3.6992,0,7.5748,3.6992,0 +PL 1.6207,4.767,0,1.6207,7.9323,0,4.1848,7.9323,0,4.1848,9,0,4.1848,9,0,4.1848,9,0 +PL 0.7979,6.1017,0,0.647,6.3687,0,0.5002,6.6357,0,0.3703,6.9026,0 +PL 5.4352,5.8348,0,7.144,5.8348,0,7.144,5.8348,0,7.144,5.8348,0 +PL 4.6118,7.9323,0,7.5748,7.9323,0,7.5748,7.9323,0,7.5748,7.9323,0 + +[75c5] 病 +PL 2.6309,0,0,2.6309,4.2332,0,6.8657,4.2332,0,6.8657,0,0,6.0146,0,0 +L 4.3054,7.9323,4.3054,9.0002 +PL 0.0639,0.0001,0.1396,1.3455,4.5001,0,1.3455,7.9323,0,7.2615,7.9323,0 +L 0.0639,3.1653,1.3455,4.4465 +L 0.0639,6.0001,1.3455,6.0001 +L 2.2004,6.3687,7.2615,6.3687 +PL 4.7359,6.3687,0,4.7359,4.2332,-0.2305,3.4487,1.6019,0 +L 4.6973,3.7554,6.0146,1.6018 + +[75c7] 症 +PL 0.6813,0.0001,0,1.378,1.428,0,1.7808,2.7035,0,1.7457,4.2332,0,1.3815,3.8899,0,1.0246,3.5468,0,0.6813,3.2035,0 +PL 2.814,0.0001,0,3.6686,0.0001,0,3.6686,4.2332,0,3.6686,4.2332,0,3.6686,4.2332,0 +PL 4.0647,0.0001,0,5.3463,0.0001,0,5.3463,5.8349,0,3.2413,5.8349,0,3.2413,5.8349,0,3.2413,5.8349,0 +PL 5.7736,0.0001,0,7.8785,0.0001,0,7.8785,0.0001,0,7.8785,0.0001,0 +PL 5.7736,3.2035,0,7.0558,3.2035,0,7.0558,3.2035,0,7.0558,3.2035,0 +PL 1.9597,4.7671,0,1.9597,7.9705,0,4.9225,7.9705,0,4.9225,9.0001,0,4.9225,9.0001,0,4.9225,9.0001,0 +PL 1.1016,6.1018,0,0.9542,6.3687,0,0.8106,6.6357,0,0.6813,6.9027,0 +PL 5.7736,5.8349,0,7.4796,5.8349,0,7.4796,5.8349,0,7.4796,5.8349,0 +PL 5.3463,7.9705,0,7.8785,7.9705,0,7.8785,7.9705,0,7.8785,7.9705,0 + +[75d8] 痘 +PL 0.3141,0.0152,0,1.0216,1.4686,0,1.4205,2.7186,0,1.3785,4.2483,0,1.0142,3.9036,0,0.6573,3.5505,0,0.3141,3.1805,0 +PL 2.0198,0.0152,0,3.7286,0.0152,0,3.7115,0.7596,0,3.6026,1.1649,0,3.2978,1.5788,0 +PL 4.1248,0.0152,0,4.5486,0.1184,0,4.979,0.2045,0,5.4063,0.2822,0,5.5363,0.7285,0,5.6834,1.1579,0,5.8336,1.5788,0 +PL 5.8336,0.0152,0,7.5432,0.0152,0,7.5432,0.0152,0,7.5432,0.0152,0 +PLC 2.874,3.3698,0,2.874,4.7821,0,6.2574,4.7821,0,6.2574,2.6466,0,2.874,2.6466,0 +PL 1.5925,4.7821,0,1.5925,7.9475,0,4.5486,7.9475,0,4.5486,9.0152,0,4.5486,9.0152,0,4.5486,9.0152,0 +PL 0.734,6.0788,0,0.5834,6.3457,0,0.4402,6.6127,0,0.3141,6.8797,0 +PL 2.4436,6.3457,0,7.1124,6.3457,0,7.1124,6.3457,0,7.1124,6.3457,0 +PL 4.979,7.9475,0,7.5432,7.9475,0,7.5432,7.9475,0,7.5432,7.9475,0 + +[75db] 痛 +PL 0.5249,0.0152,0,1.2324,1.4686,0,1.632,2.7186,0,1.5935,4.2483,0,1.2257,3.9036,0,0.8681,3.5505,0,0.5249,3.1804,0 +PL 3.089,0.0152,0,3.089,4.7821,0,4.2869,4.8019,0,4.8262,4.9404,0,5.1905,5.3161,0,4.8959,5.5053,0,4.6158,5.6861,0,4.3356,5.85,0 +PL 5.1905,0.0152,0,4.959,1.3458,0,4.3566,1.6593,0,3.5128,1.617,0 +PL 6.4724,0.0152,0,7.3302,0.0152,0,7.3302,1.617,0,5.6213,1.617,0,5.3232,2.1494,0,5.0431,2.6733,0,4.7667,3.1804,0,3.5128,3.1804,0,3.5128,3.1804,0,3.5128,3.1804,0 +PL 7.3302,2.1508,0,7.3302,3.1804,0,5.6213,3.1804,0,5.3341,3.7737,0,5.3341,4.1888,0,5.6213,4.7821,0,7.3302,4.7821,0,7.3302,3.7143,0,7.3302,3.7143,0,7.3302,3.7143,0 +PL 1.8033,4.7821,0,1.8033,7.9474,0,4.7667,7.9474,0,4.7667,9.0152,0,4.7667,9.0152,0,4.7667,9.0152,0 +PL 0.9522,6.117,0,0.8019,6.3839,0,0.6545,6.6508,0,0.5249,6.9178,0 +PL 5.8311,5.85,0,6.0451,6.117,0,6.2584,6.3839,0,6.4724,6.6508,0,5.3443,6.7539,0,4.2165,6.8402,0,3.089,6.9178,0 +PL 5.1905,7.9474,0,7.7263,7.9474,0,7.7263,7.9474,0,7.7263,7.9474,0 + +[75e2] 痢 +PL 5.9187,0,0,6.7768,0,0,6.7768,6.9025,0 +L 5.4988,1.6017,5.4988,5.8347 +PL 3.8176,5.8347,0,4.0939,6.024,0,4.3745,6.2048,0,4.6718,6.3687,0 +PL 3.8176,4.233,0,3.5125,4.6483,0,3.4074,5.0635,0,3.3938,5.8347,0,2.1084,5.8347,0 +PL 4.6718,2.0975,0,3.439,3.6002,0,2.7735,4.1539,0,2.1084,4.233,0 +PL 3.3938,0,0,3.3759,1.8715,0,3.2638,2.6921,0,2.9626,3.1653,0,2.5353,2.4774,0,2.1084,1.7811,0,1.6846,1.0677,0 +L 4.2449,7.9323,4.2449,9.0002 +PL -0.0001,0,0.1396,1.2815,4.5,0,1.2815,7.9323,0,7.2041,7.9323,0 +L 0.0034,3.1653,1.2815,4.4465 +L 0.0034,6,1.2815,6 + +[75f4] 痴 +PL 2.5436,0,0,3.0967,0.9902,0,3.6711,1.9719,0,4.2493,2.9364,0,3.9201,3.4732,0,3.587,3.6709,0,2.9674,3.6992,0 +PL 5.0724,0.8009,0,4.9288,1.2571,0,4.7989,1.7048,0,4.6763,2.1356,0 +PL 4.6763,3.6992,0,4.3716,4.1343,0,4.2668,4.688,0,4.2493,5.8348,0,3.608,5.7952,0,3.111,5.5184,0,2.3261,4.7671,0,2.2456,5.8334,0,2.172,6.8914,0,2.1163,7.9322,0 +L 5.1036,7.9323,5.1036,9.0002 +PL 0.8593,0,0.1396,2.144,4.5,0,2.144,7.9323,0,8.0631,7.9323,0 +L 0.8625,3.1653,2.144,4.4465 +L 0.8625,6,2.144,6 +PLC 5.927,0.5339,0,7.6358,0.5339,0,7.6358,5.8348,0,5.927,5.8348,0 + +[7642] 療 +PL 0.2177,0,0,0.8341,1.3771,0,1.2509,2.8559,0,1.2544,4.233,0,0.8975,3.8883,0,0.5543,3.5353,0,0.2177,3.1653,0 +PL 4.0319,0,0,4.8549,0,0,4.8549,2.6314,0,3.6046,2.6314,0,3.5871,3.7782,0,3.4785,4.332,0,3.1738,4.7669,0,2.8796,4.6031,0,2.5997,4.4223,0,2.323,4.233,0 +PL 2.5363,0.5339,0,2.8796,0.904,0,3.2403,1.2571,0,3.6046,1.6017,0 +L 6.9918,0.5339,6.1368,1.6017 +PL 5.2857,2.6314,0,6.1368,2.6314,0,6.1368,3.6991,0,4.0319,3.6991,0 +PL 6.1368,4.5,0,4.6378,4.7076,0,3.9863,4.9153,0,3.6046,5.3009,0,3.7345,5.5678,0,3.8816,5.8347,0,4.0319,6.1017,0,3.1111,6.2697,0,2.6694,6.2006,0,2.323,5.8347,0,2.7535,5.3009,0 +PL 6.9918,4.233,0,6.7886,5.024,0,6.7711,5.7557,0,6.5641,6.3687,0,6.1368,6.291,0,5.7095,6.2048,0,5.2857,6.1017,0,5.4157,5.8347,0,5.5558,5.5678,0,5.7095,5.3009,0 +PL 1.4649,4.7669,0,1.4649,7.9322,0,4.0319,7.9322,0,4.1618,8.3023,0,4.3054,8.6553,0,4.4592,9,0 +PL 0.6485,6.1017,0,0.4909,6.3687,0,0.3473,6.6356,0,0.2177,6.9025,0 +PL 4.4592,6.3687,0,4.4732,7.113,0,4.5747,7.5183,0,4.8549,7.9322,0,7.4191,7.9322,0 + +[7652] 癒 +PL 0.7711,6.0635,0,0.6173,6.3306,0,0.4737,6.5975,0,0.3403,6.8644,0 +PL 2.4452,5.7966,0,4.1373,6.613,0,5.5029,7.3955,0,7.5382,7.9323,0 +PL 4.5821,5.7966,0,5.1982,5.8164,0,5.5309,5.9548,0,5.864,6.3306,0,5.713,6.5198,0,5.5628,6.7007,0,5.4367,6.8644,0 +PL 0.3403,0,0,0.9991,1.3772,0,1.4225,2.856,0,1.4089,4.2331,0,1.0411,3.8885,0,0.687,3.5353,0,0.3403,3.1653,0 +PL 2.0495,0,0,2.7114,1.6342,0,2.8834,3.0819,0,2.8725,4.7669,0,4.5821,4.7669,0,4.6413,3.6992,0,4.7117,2.6314,0,4.7954,1.5636,0,5.0094,1.3997,0,5.2192,1.219,0,5.4367,1.0296,0 +PL 3.7271,0,0,3.7412,0.7444,0,3.8536,1.1497,0,4.1544,1.5636,0 +PL 4.1544,0,0,6.2913,0,0,6.2913,0,0,6.2913,0,0 +PL 7.5382,0.267,0,7.3872,0.5325,0,7.2436,0.7896,0,7.1179,1.0296,0 +PL 7.1179,2.0974,0,7.1179,4.7669,0,7.1179,4.7669,0,7.1179,4.7669,0 +PL 3.2963,2.6314,0,4.1544,2.6314,0,4.1544,2.6314,0,4.1544,2.6314,0 +PL 5.864,2.6314,0,5.864,4.2331,0,5.864,4.2331,0,5.864,4.2331,0 +PL 3.2963,3.6992,0,4.1544,3.6992,0,4.1544,3.6992,0,4.1544,3.6992,0 +PL 1.6222,4.7669,0,1.6222,7.9323,0,4.5821,7.9323,0,4.5821,9,0,4.5821,9,0,4.5821,9,0 + +[7656] 癖 +PL 0.7075,0,0,1.3488,1.3771,0,1.7828,2.856,0,1.7761,4.2331,0,1.4118,3.8884,0,1.0542,3.5353,0,0.7075,3.1653,0 +PL 2.3855,0.267,0,2.988,2.4252,0,3.2121,4.2613,0,3.2398,6.3686,0,4.5217,6.3686,0,4.5217,4.2331,0,3.6706,4.2331,0,3.6706,4.2331,0,3.6706,4.2331,0 +PL 3.6706,0,0,3.6706,2.6695,0,5.047,2.3178,0,6.1682,2.3729,0,6.6266,3.6992,0,5.3801,3.6992,0,5.3801,3.6992,0,5.3801,3.6992,0 +PL 4.0944,0,0,4.9493,0,0,4.9493,1.6017,0,4.9493,1.6017,0,4.9493,1.6017,0 +PL 6.6266,0,0,6.6442,1.3673,0,6.9527,1.9887,0,7.9054,2.1356,0 +PL 7.0543,3.9661,0,7.187,4.6032,0,7.3306,5.2232,0,7.4851,5.8348,0,6.9103,5.7571,0,6.3538,5.671,0,5.8039,5.5678,0,5.9265,5.137,0,6.0557,4.6893,0,6.1958,4.2331,0 +PL 1.9894,4.767,0,1.9894,7.9322,0,4.9493,7.9322,0,4.9493,9,0,4.9493,9,0,4.9493,9,0 +PL 1.1383,6.1017,0,0.9846,6.3686,0,0.8409,6.6356,0,0.7075,6.9026,0 +PL 5.3801,7.9322,0,7.9054,7.9322,0,7.9054,7.9322,0,7.9054,7.9322,0 + +[767a] 発 +PL 0.8291,0,0,1.6031,0.9041,0,2.3877,1.791,0,3.1792,2.6695,0,2.815,3.0454,0,2.2619,3.1836,0,1.0431,3.2035,0 +PL 5.2842,0,0,4.549,1.493,0,3.6314,3.8081,0,3.1792,5.3009,0,1.9464,5.2812,0,1.2809,5.1427,0,0.6158,4.7669,0 +PL 5.7115,0,0,7.4211,0,0,7.4211,1.0678,0,7.4211,1.0678,0,7.4211,1.0678,0 +PL 5.2842,3.2035,0,4.983,3.637,0,4.8713,4.1809,0,4.8569,5.3009,0,3.61,5.3009,0,3.61,5.3009,0,3.61,5.3009,0 +PL 5.7115,3.2035,0,6.9938,3.2035,0,6.9938,3.2035,0,6.9938,3.2035,0 +PL 6.9938,4.7669,0,6.6961,5.137,0,6.4124,5.4903,0,6.1427,5.8348,0,5.8415,5.671,0,5.5613,5.4903,0,5.2842,5.3009,0 +PL 2.3215,6.1017,0,2.0304,6.558,0,1.7467,7.0057,0,1.4704,7.4365,0 +PL 2.7519,6.3688,0,3.1792,7.0057,0,3.61,7.6257,0,4.0303,8.2373,0,3.029,8.3404,0,2.0304,8.4266,0,1.0431,8.5043,0 +PL 5.7115,6.3688,0,5.2842,6.9027,0,4.8569,7.4365,0,4.4331,7.9703,0 + +[767b] 登 +PL 3.2963,0,0,3.8571,0.1032,0,4.4311,0.1893,0,5.0094,0.267,0,5.1421,0.7232,0,5.2822,1.1709,0,5.4367,1.6017,0 +PL 0.7711,0,0,2.8725,0,0,2.8585,0.7712,0,2.7468,1.1864,0,2.4452,1.6017,0 +PLC 2.0495,3.1652,0,2.0495,4.233,0,5.864,4.233,0,5.864,2.6313,0,2.0495,2.6313,0 +PL 0.5543,5.3009,0,1.0411,5.6709,0,1.5381,6.0241,0,2.0495,6.3688,0,1.7521,6.7118,0,1.4719,7.055,0,1.1914,7.3983,0 +PL 7.1179,5.3009,0,5.4819,6.161,0,4.1373,6.2839,0,2.4452,6.1017,0,2.8725,6.815,0,3.2963,7.5113,0,3.7271,8.1992,0,2.7324,8.3023,0,1.7448,8.3883,0,0.7711,8.4661,0 +PL 6.2913,6.8644,0,6.5641,7.2344,0,6.8377,7.5876,0,7.1179,7.9322,0 +PL 5.4367,7.3983,0,5.713,7.7683,0,5.9932,8.1216,0,6.2913,8.4661,0 +PL 5.0094,6.8644,0,4.7117,7.2344,0,4.4311,7.5876,0,4.1544,7.9322,0 +PL 5.4367,0,0,7.1179,0,0,7.1179,0,0,7.1179,0,0 + +[767d] 白 +PLC -0.0002,7.4364,0,-0.0002,0,0,5.5218,0,0,5.5218,7.4364,0 +L 5.5218,3.6991,-0.0002,3.6991 +L 2.5321,9.0001,2.0544,7.4364 + +[767e] 百 +PLC 5.9491,6.3304,0,1.2814,6.3304,0,1.2814,0,0,5.9491,0,0 +L 5.9491,3.1652,1.2814,3.1652 +PL 3.3867,8.4662,0,-0.0001,8.4662,0,7.2002,8.4662,0 +L 2.9237,6.3304,3.3713,8.4662 + +[7684] 的 +PLC 3.0083,1.0679,0,0.3083,1.0679,0,0.3083,7.5,0,3.0083,7.5,0 +PL 3.6979,7.5,0,7.5082,7.5,0,7.5082,3,-0.1468,6.6086,0,0,5.7083,0,0 +L 4.8082,4.5,5.7083,3 +L 0.3083,4.2522,3.0083,4.2522 +L 1.2084,9,0.8066,7.5 +A -1.5414,9,5.4498,326.6,0 + +[7686] 皆 +PL 1.5016,0,0,1.5016,3.6991,0,2.7169,3.9167,0,3.2598,4.1936,0,3.6031,4.7671,0 +PL 1.9219,0,0,6.1672,0,0,6.1672,2.0975,0,1.9219,2.0975,0,1.9219,2.0975,0,1.9219,2.0975,0 +PL 6.1672,2.6314,0,6.1672,3.6991,0,3.6031,3.6991,0,3.6031,3.6991,0,3.6031,3.6991,0 +PL 0.2165,5.3009,0,1.5016,5.3009,0,1.5016,9.0001,0,1.5016,9.0001,0,1.5016,9.0001,0 +PL 4.885,5.3009,0,4.5841,5.7684,0,4.4717,6.7274,0,4.4577,9.0001,0 +PL 5.3126,5.3009,0,7.0215,5.3009,0,7.0215,6.3304,0,7.0215,6.3304,0,7.0215,6.3304,0 +PL 1.9219,5.7967,0,2.4753,5.9859,0,3.0357,6.1668,0,3.6031,6.3304,0 +PL 5.1021,7.3984,0,5.589,7.7684,0,6.0867,8.1215,0,6.5945,8.4662,0 +PL 1.9219,7.9322,0,3.6031,7.9322,0,3.6031,7.9322,0,3.6031,7.9322,0 + +[7687] 皇 +PL 0.7399,0,0,4.1267,0,0,3.7205,1.483,0,2.7534,1.7202,0,1.5945,1.6017,0 +PL 4.5537,0,0,7.5133,0,0,7.5133,0,0,7.5133,0,0 +PL 4.5537,1.6017,0,4.2525,2.0169,0,4.1408,2.4321,0,4.1267,3.2033,0,1.1707,3.2033,0,1.1707,3.2033,0,1.1707,3.2033,0 +PL 4.981,1.6017,0,6.6905,1.6017,0,6.6905,1.6017,0,6.6905,1.6017,0 +PL 4.5537,3.2033,0,7.1178,3.2033,0,7.1178,3.2033,0,7.1178,3.2033,0 +PL 1.5945,4.7669,0,1.5945,7.9703,0,3.09,8.1864,0,3.7481,8.4533,0,4.1267,9,0 +PL 2.0218,4.7669,0,6.6905,4.7669,0,6.6905,6.3686,0,2.0218,6.3686,0,2.0218,6.3686,0,2.0218,6.3686,0 +PL 6.6905,6.9026,0,6.6905,7.9703,0,4.1267,7.9703,0,4.1267,7.9703,0,4.1267,7.9703,0 + +[76ae] 皮 +PL 0.5264,0,0,1.458,2.5368,0,1.7561,4.6582,0,1.7771,7.3983,0,3.0622,7.3645,0,3.9868,7.6866,0,4.3409,9,0 +PL 4.3409,5.3009,0,4.3546,6.4209,0,4.467,6.9647,0,4.7609,7.3983,0,5.6018,7.3207,0,6.442,7.2344,0,7.297,7.1314,0,7.146,6.8913,0,7.0024,6.6342,0,6.8732,6.3688,0 +PL 7.297,0,0,6.5755,0.6371,0,5.8676,1.2571,0,5.1636,1.8687,0,5.5874,2.7458,0,6.0147,3.6229,0,6.442,4.5001,0,5.5909,4.6032,0,4.7433,4.6893,0,3.9098,4.7668,0 +PL 2.2009,0,0,3.2937,0.4152,0,3.9591,0.8305,0,4.7609,1.6017,0,3.8642,3.1173,0,3.528,3.9379,0,3.4825,4.7668,0,2.2009,4.7668,0,2.2009,4.7668,0,2.2009,4.7668,0 + +[76bf] 皿 +PL 0.768,0.5339,0,1.6261,0.5339,0,1.6261,8.4661,0,6.7222,8.4661,0,6.7222,0.5339,0,7.5733,0.5339,0 +PL 2.0499,0.5339,0,3.3357,0.5339,0,3.3357,7.932,0 +PL 3.7595,0.5339,0,5.0134,0.5339,0,5.0134,7.932,0 +L 5.4407,0.5339,6.2918,0.5339 + +[76c6] 盆 +PL 0.6173,0,0,1.4719,0,0,1.4719,2.6696,0,6.9634,2.6696,0,6.9634,0,0,7.818,0,0,7.818,0,0,7.818,0,0 +PL 1.8638,0,0,3.1531,0,0,3.1531,2.1356,0,3.1531,2.1356,0,3.1531,2.1356,0 +PL 3.5734,0,0,4.8584,0,0,4.8584,2.1356,0,4.8584,2.1356,0,4.8584,2.1356,0 +PL 5.2822,0,0,6.5361,0,0,6.5361,0,0,6.5361,0,0 +PL 1.0446,3.7373,0,2.1163,4.1512,0,2.771,4.5565,0,3.5734,5.3009,0,3.5734,6.3687,0,2.6589,6.3885,0,2.2144,6.5268,0,1.8638,6.9026,0,1.4435,6.5579,0,1.0236,6.2048,0,0.6173,5.8349,0 +PL 4.4311,3.7373,0,5.5729,4.0974,0,6.0251,5.0424,0,6.1091,6.3687,0,4.0042,6.3687,0,4.0042,6.3687,0,4.0042,6.3687,0 +PL 7.3907,5.8349,0,6.6832,6.9026,0,5.9831,7.9704,0,5.2822,9.0382,0 +PL 2.2946,7.4365,0,2.4246,7.8066,0,2.5713,8.1597,0,2.7223,8.5043,0 + +[76ca] 益 +PL 0.5849,0,0,1.8357,0,0,1.8357,3.2034,0,6.5041,3.2034,0,6.5041,0,0,7.7863,0,0,7.7863,0,0,7.7863,0,0 +PL 2.263,0,0,3.541,0,0,3.541,2.6696,0,3.541,2.6696,0,3.541,2.6696,0 +PL 3.9718,0,0,4.7949,0,0,4.7949,2.6696,0,4.7949,2.6696,0,4.7949,2.6696,0 +PL 5.2222,0,0,6.0768,0,0,6.0768,0,0,6.0768,0,0 +PL 0.7671,3.6991,0,1.5411,4.6893,0,2.3256,5.6709,0,3.1207,6.6356,0,2.9669,6.9025,0,2.8233,7.1695,0,2.6899,7.4364,0,0.5849,7.4364,0,0.5849,7.4364,0,0.5849,7.4364,0 +PL 7.3625,3.6991,0,6.5041,4.9562,0,5.653,6.2048,0,4.7949,7.4364,0,3.604,7.5961,0,2.9494,8.1031,0,2.263,8.9999,0 +PL 5.653,7.4364,0,5.4992,7.6257,0,5.3556,7.8064,0,5.2222,7.9703,0,5.4992,8.3135,0,5.7829,8.6567,0,6.0768,8.9999,0 +PL 6.0768,7.4364,0,7.7863,7.4364,0,7.7863,7.4364,0,7.7863,7.4364,0 + +[76d7] 盗 +PL 0.3083,0.0152,0,1.1593,0.0152,0,1.1593,2.6466,0,6.2277,2.6466,0,6.2277,0.0152,0,7.5058,0.0152,0,7.5058,0.0152,0,7.5058,0.0152,0 +PL 1.5621,0.0152,0,2.8405,0.0152,0,2.8405,2.1126,0,2.8405,2.1126,0,2.8405,2.1126,0 +PL 3.2717,0.0152,0,4.5501,0.0152,0,4.5501,2.1126,0,4.5501,2.1126,0,4.5501,2.1126,0 +PL 4.9805,0.0152,0,5.8004,0.0152,0,5.8004,0.0152,0,5.8004,0.0152,0 +PL 0.3083,4.2483,0,0.7145,4.9616,0,1.1348,5.6579,0,1.5621,6.3457,0 +PL 2.6304,4.2483,0,3.7652,5.3514,0,4.4727,6.3613,0,4.9805,7.9475,0,3.7585,7.7695,0,3.1491,7.3881,0,2.4171,6.3457,0 +PL 7.0855,4.2483,0,6.5041,4.9616,0,5.9297,5.6579,0,5.3766,6.3457,0 +PL 6.655,6.8797,0,6.7878,7.1466,0,6.9317,7.4135,0,7.0855,7.6805,0,6.5041,7.7836,0,5.9297,7.8697,0,5.3766,7.9475,0 + +[76db] 盛 +PL 0.5838,0,0,1.8688,0,0,1.8688,2.6314,0,6.5344,2.6314,0,6.5344,0,0,7.7848,0,0,7.7848,0,0,7.7848,0,0 +PL 2.2926,0,0,3.5465,0,0,3.5465,2.0974,0,3.5465,2.0974,0,3.5465,2.0974,0 +PL 3.9703,0,0,4.8249,0,0,4.8249,2.0974,0,4.8249,2.0974,0,4.8249,2.0974,0 +PL 5.2525,0,0,6.1103,0,0,6.1103,0,0,6.1103,0,0 +PL 0.5838,3.6992,0,1.2139,5.1186,0,1.4205,6.3602,0,1.4415,7.9322,0,3.9703,7.9322,0,4.1037,8.3023,0,4.2473,8.6553,0,4.4014,9,0 +PL 7.361,3.6992,0,6.7863,4.2317,0,6.2329,4.7557,0,5.6798,5.2627,0,5.1051,4.9196,0,4.531,4.5763,0,3.9703,4.233,0 +PL 7.7848,3.6992,0,7.7848,5.2627,0,7.7848,5.2627,0,7.7848,5.2627,0 +PL 2.5066,4.233,0,2.9371,4.6666,0,3.0982,5.2105,0,3.1157,6.3305,0,1.8688,6.3305,0,1.8688,6.3305,0,1.8688,6.3305,0 +PL 5.2525,5.7968,0,4.9548,6.3305,0,4.6743,6.8645,0,4.4014,7.3983,0,4.7619,7.784,0,5.3156,7.9916,0,6.5344,8.1992,0,6.3835,8.4661,0,6.2399,8.7331,0,6.1103,9,0 +PL 6.1103,5.7968,0,6.3835,6.1668,0,6.6637,6.5198,0,6.9614,6.8645,0 +PL 6.9614,7.9322,0,7.7848,7.9322,0,7.7848,7.9322,0,7.7848,7.9322,0 + +[76df] 盟 +PL 0.7695,0,0,1.628,0,0,1.628,2.6314,0,6.6925,2.6314,0,6.6925,0,0,7.9709,0,0,7.9709,0,0,7.9709,0,0 +PL 2.0203,0,0,3.3018,0,0,3.3018,2.0975,0,3.3018,2.0975,0,3.3018,2.0975,0 +PL 3.7291,0,0,5.0114,0,0,5.0114,2.0975,0,5.0114,2.0975,0,5.0114,2.0975,0 +PL 5.4387,0,0,6.2652,0,0,6.2652,0,0,6.2652,0,0 +PL 3.7291,4.2331,0,4.4962,5.6018,0,4.6331,6.8942,0,4.5841,8.4662,0,7.1163,8.4662,0,7.1163,4.2331,0,6.2652,4.2331,0,6.2652,4.2331,0,6.2652,4.2331,0 +PLC 1.1968,6.3674,0,1.1968,8.4662,0,2.8745,8.4662,0,2.8745,5.3009,0,1.1968,5.3009,0 +PL 5.0114,6.3687,0,6.6925,6.3687,0,6.6925,6.3687,0,6.6925,6.3687,0 +PL 1.628,6.8645,0,2.4507,6.8645,0,2.4507,6.8645,0,2.4507,6.8645,0 +PL 5.0114,7.3983,0,6.6925,7.3983,0,6.6925,7.3983,0,6.6925,7.3983,0 + +[76e3] 監 +PL 0.0616,0.0001,0,1.3155,0.0001,0,1.3155,2.6314,0,5.9846,2.6314,0,5.9846,0.0001,0,7.2626,0.0001,0,7.2626,0.0001,0,7.2626,0.0001,0 +PL 1.7431,0.0001,0,3.0247,0.0001,0,3.0247,2.0975,0,3.0247,2.0975,0,3.0247,2.0975,0 +PL 3.452,0.0001,0,4.3066,0.0001,0,4.3066,2.0975,0,4.3066,2.0975,0,4.3066,2.0975,0 +PL 4.6992,0.0001,0,5.5569,0.0001,0,5.5569,0.0001,0,5.5569,0.0001,0 +PL 0.4924,4.2332,0,0.4924,8.4661,0,3.452,8.4661,0,3.452,8.4661,0,3.452,8.4661,0 +PL 0.8882,4.2332,0,1.7431,4.2332,0,1.7431,5.8348,0,0.8882,5.8348,0,0.8882,5.8348,0,0.8882,5.8348,0 +PL 2.1736,4.2332,0,3.452,4.2332,0,3.452,4.2332,0,3.452,4.2332,0 +PL 4.6992,4.7669,0,6.8388,4.7669,0,6.8388,4.7669,0,6.8388,4.7669,0 +PL 2.1736,5.8348,0,3.0247,5.8348,0,3.0247,6.9026,0,0.8882,6.9026,0,0.8882,6.9026,0,0.8882,6.9026,0 +PL 4.3066,6.3686,0,4.7444,7.1526,0,4.9545,7.8348,0,5.1296,9,0 +PL 5.5569,7.3983,0,6.8388,7.3983,0,6.8388,7.3983,0,6.8388,7.3983,0 + +[76e4] 盤 +PL 0.6813,0,0,1.9597,0,0,1.9597,2.0974,0,6.6285,2.0974,0,6.6285,0,0,7.8785,0,0,7.8785,0,0,7.8785,0,0 +PL 2.3902,0,0,3.6686,0,0,3.6686,1.6017,0,3.6686,1.6017,0,3.6686,1.6017,0 +PL 4.0647,0,0,4.9225,0,0,4.9225,1.6017,0,4.9225,1.6017,0,4.9225,1.6017,0 +PL 5.3463,0,0,6.2009,0,0,6.2009,0,0,6.2009,0,0 +PL 0.6813,3.1652,0,0.9542,3.8022,0,1.2379,4.4223,0,1.5324,5.0338,0,1.2379,5.3008,0,0.9542,5.5678,0,0.6813,5.8348,0 +PL 2.814,3.1652,0,3.6686,3.1652,0,3.6686,5.8348,0,3.1926,6.1906,0,2.8595,6.1906,0,2.3902,5.8348,0,2.3902,4.233,0,2.3902,4.233,0,2.3902,4.233,0 +PL 4.7057,3.1652,0,5.1925,3.5353,0,5.6895,3.8884,0,6.2009,4.233,0,5.9035,4.6893,0,5.6233,5.137,0,5.3463,5.5678,0,7.0558,5.5678,0,6.9013,5.3008,0,6.7612,5.0338,0,6.6285,4.7669,0 +PL 7.4796,3.1652,0,7.1819,3.3545,0,6.9013,3.5353,0,6.6285,3.6991,0 +PL 1.9597,5.8348,0,1.8088,6.024,0,1.6617,6.2048,0,1.5324,6.3687,0,1.8088,7.2457,0,2.0925,8.1229,0,2.3902,8.9999,0 +PL 3.8507,6.6356,0,3.7912,7.0819,0,3.7281,7.5113,0,3.6686,7.9322,0,2.3902,7.9322,0,2.3902,6.8645,0,2.3902,6.8645,0,2.3902,6.8645,0 +PL 4.7057,6.8645,0,5.154,7.2797,0,5.3186,7.6949,0,5.3463,8.4661,0,6.6285,8.4661,0,6.6285,6.8645,0,7.8785,6.8645,0,7.8785,7.9322,0,7.8785,7.9322,0,7.8785,7.9322,0 + +[76ee] 目 +PLC 5.0641,8.4662,0,5.0641,0,0,-0.0004,0,0,-0.0004,8.4662,0 +L -0.0004,3.1652,5.0641,3.1652 +L -0.0004,5.8348,5.0641,5.8348 + +[76f2] 盲 +PL 1.4114,5.7966,0,1.1067,6.2316,0,0.9946,6.7853,0,0.9802,7.9323,0,0.126,7.9323,0 +L 1.8352,5.7966,6.0766,5.7966 +PLC 5.6455,4.7669,0,5.6455,0,0,1.4114,0,0,1.4114,4.7669,0 +L 1.8352,3.1653,5.2217,3.1653 +L 1.8352,1.5636,5.2217,1.5636 +PL 1.4114,7.9323,0,3.5164,7.9323,0,3.5164,9,0 +L 3.9363,7.9323,6.8994,7.9323 + +[76f4] 直 +L 4.9805,7.9324,7.5058,7.9324 +PL 4.5501,7.9324,0,4.3991,8.3023,0,4.2555,8.6556,0,4.1228,9,0 +PL 2.4171,1.602,0,2.4171,6.3687,0,4.1228,6.3687,0,3.4153,7.9606,0,1.8668,8.1202,0,0.3083,7.9324,0 +PL 2.8405,1.602,0,6.2277,1.602,0,6.2277,3.1655,0,2.8405,3.1655,0 +PL 6.2277,3.6992,0,6.2277,4.7671,0,2.8405,4.7671,0 +PL 6.2277,5.3011,0,6.2277,6.3687,0,4.5501,6.3687,0 +L 0.7394,0,0.7394,6.3687 +L 1.1593,0,7.5058,0 + +[76f8] 相 +PL 1.8357,0,0,1.7551,1.6004,0,1.6847,3.1921,0,1.6252,4.7669,0,1.2648,4.0792,0,0.9215,3.3829,0,0.5849,2.6695,0 +PLC 4.3991,2.849,0,4.3991,8.5043,0,7.3625,8.5043,0,7.3625,0,0,4.3991,0,0 +PL 4.7949,3.2035,0,6.9317,3.2035,0,6.9317,3.2035,0,6.9317,3.2035,0 +PL 3.1207,4.2331,0,2.3435,5.0438,0,1.8987,5.7359,0,1.4119,6.9027,0,0.5849,6.9027,0,0.5849,6.9027,0,0.5849,6.9027,0 +PL 4.7949,5.8348,0,6.9317,5.8348,0,6.9317,5.8348,0,6.9317,5.8348,0 +PL 2.263,6.9027,0,1.9614,7.3375,0,1.8493,7.8913,0,1.8357,9.0382,0 + +[76fe] 盾 +PL 2.355,0.0001,0,2.355,4.7671,0,4.0607,4.7671,0,3.5665,6.3179,0,2.4142,6.5213,0,1.1047,6.3687,0,1.0693,4.0426,0,0.8486,2.5298,0,0.2501,0.534,0 +PL 2.7823,0.0001,0,6.1657,0.0001,0,6.1657,1.6018,0,2.7823,1.6018,0,2.7823,1.6018,0,2.7823,1.6018,0 +PL 6.1657,2.1357,0,6.1657,3.2035,0,2.7823,3.2035,0,2.7823,3.2035,0,2.7823,3.2035,0 +PL 6.1657,3.6993,0,6.1657,4.7671,0,4.4912,4.7671,0,4.4912,4.7671,0,4.4912,4.7671,0 +PL 4.4912,6.3687,0,4.19,6.7841,0,4.0782,7.1993,0,4.0607,7.9705,0,1.1047,7.9705,0,1.1047,6.9027,0,1.1047,6.9027,0,1.1047,6.9027,0 +PL 4.915,6.3687,0,7.4473,6.3687,0,7.4473,6.3687,0,7.4473,6.3687,0 +PL 4.4912,7.9705,0,4.8523,8.3462,0,5.3987,8.4845,0,6.5962,8.5044,0 + +[7701] 省 +PL 0.5588,6.8644,0,0.9826,7.3984,0,1.4099,7.9324,0,1.8372,8.4662,0 +PL 2.6637,6.8644,0,3.9421,6.8644,0,3.9421,9,0,3.9421,9,0,3.9421,9,0 +PL 6.0471,3.6991,0,6.0471,4.767,0,2.2326,4.767,0,2.2326,4.767,0,2.2326,4.767,0 +PL 2.2326,0,0,2.2326,4.2331,0,0.5588,4.2331,0,0.5588,4.2331,0,0.5588,4.2331,0 +PL 2.6637,0,0,6.0471,0,0,6.0471,1.5637,0,2.6637,1.5637,0,2.6637,1.5637,0,2.6637,1.5637,0 +PL 6.0471,2.0974,0,6.0471,3.1653,0,2.6637,3.1653,0,2.6637,3.1653,0,2.6637,3.1653,0 +PL 3.9421,5.3008,0,4.6423,6.0141,0,5.3463,6.7105,0,6.0471,7.3984,0 +PL 7.3287,7.1313,0,7.0348,7.5876,0,6.7472,8.0353,0,6.4744,8.4662,0 + +[7709] 眉 +PLC 2.7164,5.3009,0,6.531,5.3009,0,6.531,0,0,2.7164,0,0 +PL 0.1915,0.5339,0,0.9897,2.9294,0,1.1123,5.9944,0,1.0426,8.4661,0,6.9614,8.4661,0,6.9614,6.9026,0,1.4699,6.9026,0 +L 3.1476,2.1356,6.1348,2.1356 +L 3.1476,3.6992,6.1348,3.6992 + +[770b] 看 +PL 2.3527,0,0,2.339,2.6483,0,2.2266,3.7457,0,1.9219,4.233,0,1.3478,3.5451,0,0.7731,2.8488,0,0.2165,2.1356,0 +PL 2.7803,0,0,6.1672,0,0,6.1672,1.6017,0,2.7803,1.6017,0,2.7803,1.6017,0,2.7803,1.6017,0 +PL 6.1672,2.4025,0,5.0391,2.5056,0,3.9113,2.5917,0,2.7803,2.6695,0 +PL 6.1672,3.4704,0,5.0391,3.5734,0,3.9113,3.6596,0,2.7803,3.7373,0 +PL 2.3527,5.0339,0,1.6315,5.137,0,0.924,5.2231,0,0.2165,5.3008,0 +PL 2.7803,5.5677,0,2.9131,5.9379,0,3.0567,6.291,0,3.2111,6.6356,0,2.4826,6.7388,0,1.7751,6.8249,0,1.0708,6.9026,0 +PL 3.2111,5.3008,0,7.4176,5.3008,0,7.4176,5.3008,0,7.4176,5.3008,0 +PL 3.6031,6.9026,0,3.6031,7.9703,0,0.647,7.9703,0,0.647,7.9703,0,0.647,7.9703,0 +PL 4.0339,6.9026,0,6.5945,6.9026,0,6.5945,6.9026,0,6.5945,6.9026,0 +PL 4.0339,7.9703,0,4.7907,8.1087,0,5.5504,8.3657,0,6.5945,8.5042,0 + +[770c] 県 +PL 0.7065,0.5341,0,1.1969,0.904,0,1.6946,1.2572,0,2.2024,1.6018,0 +PL 3.8832,0,0,3.8832,2.6696,0,0.9205,2.6696,0,0.9205,7.9323,0,0.9205,7.9323,0,0.9205,7.9323,0 +PLC 4.8639,8.4663,0,6.0127,8.4663,0,6.0127,4.2332,0,2.5978,4.2332,0,2.5978,8.4663,0,4.8639,8.4663,0 +PL 3.0255,6.9026,0,5.5924,6.9026,0,5.5924,6.9026,0,5.5924,6.9026,0 +PL 3.0255,5.8348,0,5.5924,5.8348,0,5.5924,5.8348,0,5.5924,5.8348,0 +PL 4.3039,2.6696,0,7.2666,2.6696,0,7.2666,2.6696,0,7.2666,2.6696,0 +PL 6.8393,0.5341,0,6.4155,0.904,0,5.9952,1.2572,0,5.5924,1.6018,0 + +[771f] 真 +PL 0.9855,0,0,1.4724,0.3701,0,1.9694,0.7233,0,2.4772,1.0679,0 +PL 7.1495,0,0,6.7222,0.3701,0,6.2918,0.7233,0,5.8645,1.0679,0 +L 0.768,2.1358,7.5733,2.1358 +PL 2.0499,3.1653,0,2.0499,6.3687,0,4.1868,6.3687,0,3.584,7.9097,0,2.2251,8.0948,0,0.768,7.9323,0 +PL 2.4772,3.1653,0,6.2918,3.1653,0,6.2918,4.2332,0,2.4772,4.2332,0 +PL 6.2918,5.0339,0,5.0134,5.1371,0,3.7385,5.2232,0,2.4772,5.3009,0 +PL 6.2918,6.1018,0,5.7135,6.2049,0,5.1426,6.2911,0,4.5822,6.3687,0 +PL 4.5822,7.9323,0,4.4386,8.3025,0,4.3125,8.6555,0,4.1868,9.0002,0 +L 5.0134,7.9323,7.5733,7.9323 + +[7720] 眠 +PL 3.0552,0,0,3.9098,0,0,3.9098,8.4661,0,7.297,8.4661,0,7.297,6.3687,0,5.5874,6.3687,0,5.5874,4.2331,0,7.7243,4.2331,0,7.7243,4.2331,0,7.7243,4.2331,0 +PL 4.3409,0,0,4.6666,0.3757,0,4.9924,0.5141,0,5.5874,0.5339,0 +PL 7.297,0,0,6.8732,1.2472,0,6.442,2.4773,0,6.0147,3.6991,0 +PL 7.7243,0,0,7.7243,1.6017,0,7.7243,1.6017,0,7.7243,1.6017,0 +PLC 0.5264,3.5452,0,0.5264,8.4661,0,2.2009,8.4661,0,2.2009,1.0678,0,0.5264,1.0678,0 +PL 0.9502,3.6991,0,1.7771,3.6991,0,1.7771,3.6991,0,1.7771,3.6991,0 +PL 4.3409,4.2331,0,5.1636,4.2331,0,5.1636,4.2331,0,5.1636,4.2331,0 +PL 0.9502,5.8348,0,1.7771,5.8348,0,1.7771,5.8348,0,1.7771,5.8348,0 +PL 4.3409,6.3687,0,5.1636,6.3687,0,5.1636,6.3687,0,5.1636,6.3687,0 + +[773a] 眺 +PL 2.3847,0,0,2.9416,0.904,0,3.5128,1.791,0,4.0939,2.6696,0,4.0098,3.202,0,3.9433,3.7261,0,3.8771,4.2331,0,3.3692,3.8899,0,2.875,3.5467,0,2.3847,3.2035,0 +PL 5.7681,0,0,5.4704,0.6893,0,5.3586,3.0227,0,5.3443,9.0001,0 +PL 6.1989,0,0,7.4811,0,0,7.4811,1.6018,0,7.4811,1.6018,0,7.4811,1.6018,0 +PLC 0.2797,3.9167,0,0.2797,8.5044,0,1.534,8.5044,0,1.534,1.6018,0,0.2797,1.6018,0 +PL 7.0538,3.2035,0,6.6265,3.5467,0,6.1989,3.8899,0,5.7681,4.2331,0 +PL 4.0939,4.767,0,4.0939,9.0001,0,4.0939,9.0001,0,4.0939,9.0001,0 +PL 3.2393,6.1017,0,2.9416,6.558,0,2.6618,7.0058,0,2.3847,7.4366,0 +PL 5.7681,5.8348,0,6.1989,6.3687,0,6.6265,6.9026,0,7.0538,7.4366,0 + +[773c] 眼 +PL 3.3947,0,0,4.7848,1.7641,0,4.8763,5.4179,0,4.6763,8.5044,0,7.6358,8.5044,0,7.6358,4.7668,0,5.927,4.7668,0,5.9512,3.6469,0,6.1193,3.1031,0,6.5679,2.6696,0,6.9108,3.0127,0,7.2716,3.3559,0,7.6358,3.6991,0 +PL 8.0631,0,0,7.4856,0.7231,0,6.9108,1.4378,0,6.3575,2.1355,0 +PL 5.0724,0.5338,0,5.3487,0.7231,0,5.6324,0.904,0,5.927,1.0678,0 +PLC 0.8625,3.9166,0,0.8625,8.5044,0,2.9674,8.5044,0,2.9674,1.6017,0,0.8625,1.6017,0 +PL 1.2579,4.2329,0,2.5436,4.2329,0,2.5436,4.2329,0,2.5436,4.2329,0 +PL 1.2579,6.3686,0,2.5436,6.3686,0,2.5436,6.3686,0,2.5436,6.3686,0 +PL 5.0724,6.9025,0,7.2085,6.9025,0,7.2085,6.9025,0,7.2085,6.9025,0 + +[7740] 着 +PL 4.0939,6.9026,0,3.9433,7.1697,0,3.793,7.4366,0,3.6631,7.7036,0,2.6618,7.7799,0,1.6597,7.856,0,0.6759,7.9323,0 +L 4.4897,6.9026,5.7681,6.9026 +L 3.2393,2.6696,5.7681,2.6696 +L 3.2393,1.6018,5.7681,1.6018 +PLC 6.1989,0,0,2.812,0,0,2.812,3.6993,0,6.1989,3.6993,0 +PL 4.276,7.9323,0,4.4897,8.3025,0,4.6998,8.6555,0,4.917,9.0002,0 +L 4.917,7.9323,6.6265,7.9323 +L 4.0939,5.3009,7.0538,5.3009 +PL 2.3847,5.3009,0,3.6631,5.3009,0,3.3234,6.7501,0,2.5006,7.0044,0,1.534,6.9026,0 +PL 0.2797,0.5341,0,1.1207,2.1089,0,1.7262,3.5734,0,1.9543,5.3009,0,0.2797,5.3009,0 + +[7761] 睡 +PL 2.814,0.0382,0,5.3463,0.0382,0,5.133,1.7515,0,4.4531,2.1766,0,3.2413,2.1357,0 +PL 5.7736,0.0382,0,7.8785,0.0382,0,7.8785,0.0382,0,7.8785,0.0382,0 +PL 0.6813,1.6018,0,0.6813,7.9704,0,2.3902,7.9704,0,2.3902,4.2712,0,3.567,4.4083,0,4.0017,5.0114,0,4.0647,6.3687,0,3.2413,6.3687,0,3.2413,6.3687,0,3.2413,6.3687,0 +PL 1.1016,1.6018,0,2.3902,1.6018,0,2.3902,3.7373,0,1.1016,3.7373,0,1.1016,3.7373,0,1.1016,3.7373,0 +PL 5.7736,2.1357,0,5.4478,2.808,0,5.1715,3.5989,0,4.7057,4.2712,0,4.2535,3.856,0,4.0857,3.4407,0,4.0647,2.6695,0 +PL 6.4145,2.1357,0,6.4744,2.6695,0,6.5479,3.2034,0,6.6285,3.7373,0,5.6618,4.7924,0,5.1365,5.6949,0,4.4917,6.3687,0 +PL 7.0558,4.2712,0,6.7581,4.7047,0,6.6457,5.2487,0,6.6285,6.3687,0,5.6685,6.5552,0,5.3638,7.0975,0,5.3463,7.9704,0,3.6686,7.9704,0,3.6686,7.9704,0,3.6686,7.9704,0 +PL 1.1016,5.8348,0,1.9597,5.8348,0,1.9597,5.8348,0,1.9597,5.8348,0 +PL 5.9876,7.9704,0,6.3308,8.1598,0,6.6877,8.3405,0,7.0558,8.5043,0 + +[7763] 督 +PLC 1.8357,1.2624,0,1.8357,3.7144,0,6.5041,3.7144,0,6.5041,0.0152,0,1.8357,0.0152,0 +PL 2.263,1.5788,0,6.0768,1.5788,0,6.0768,1.5788,0,6.0768,1.5788,0 +PL 2.263,2.6466,0,6.0768,2.6466,0,6.0768,2.6466,0,6.0768,2.6466,0 +PL 1.4119,4.7821,0,2.263,4.7821,0,2.1824,6.6508,0,1.7232,7.3246,0,0.5849,7.4135,0 +PL 4.5812,4.7821,0,5.0719,5.3146,0,5.5689,5.8387,0,6.0768,6.3457,0,5.4782,7.1367,0,5.254,7.6903,0,5.2222,8.4814,0,5.9265,8.4037,0,6.6372,8.3175,0,7.3625,8.2144,0,7.0645,7.7836,0,6.7808,7.3359,0,6.5041,6.8797,0 +PL 7.3625,4.7821,0,7.0645,5.1254,0,6.7808,5.4686,0,6.5041,5.8118,0 +PL 0.7671,5.5831,0,0.8336,5.8486,0,0.9005,6.1056,0,0.9811,6.3457,0 +PL 3.541,5.5831,0,3.3942,5.8486,0,3.2506,6.1056,0,3.1207,6.3457,0 +PL 2.6899,7.4135,0,2.5396,7.6805,0,2.3922,7.9475,0,2.263,8.2144,0,2.6899,8.3175,0,3.1207,8.4037,0,3.541,8.4814,0 +PL 3.1207,7.4135,0,3.9718,7.4135,0,3.9718,7.4135,0,3.9718,7.4135,0 + +[77ac] 瞬 +PL 2.2621,0.0001,0,2.6653,0.6371,0,3.0852,1.2572,0,3.5164,1.8688,0,3.2183,2.325,0,2.9346,2.7727,0,2.6579,3.2035,0,2.5147,3.0397,0,2.3847,2.859,0,2.2621,2.6696,0 +PL 6.5004,0.0001,0,6.4199,1.4352,0,6.0556,2.0227,0,5.2217,2.1357,0,5.2217,4.2332,0,4.3675,4.2332,0,4.2165,3.5454,0,4.0694,2.849,0,3.9363,2.1357,0 +PLC 0.126,3.5468,0,0.126,8.5044,0,1.4114,8.5044,0,1.4114,1.0679,0,0.126,1.0679,0 +PL 6.8994,2.1357,0,6.623,2.5693,0,6.5176,3.1131,0,6.5004,4.2332,0,5.6455,4.2332,0,5.6455,4.2332,0,5.6455,4.2332,0 +PL 2.6579,3.6993,0,2.9595,4.1145,0,3.0677,4.5298,0,3.0852,5.3009,0 +PL 2.2621,5.3009,0,2.2621,6.3687,0,2.812,6.4718,0,3.3654,6.5581,0,3.9363,6.6357,0,3.6106,7.397,0,3.2778,7.7431,0,2.6579,7.9705,0 +PL 7.3267,5.3009,0,7.3267,6.3687,0,4.3675,6.3687,0,4.3675,6.3687,0,4.3675,6.3687,0 +PL 5.2217,6.9027,0,4.889,7.4761,0,4.5566,7.753,0,3.9363,7.9705,0 +PL 6.0766,6.9027,0,6.346,7.3589,0,6.6262,7.8067,0,6.8994,8.2374,0,6.2903,8.4055,0,5.8525,8.3363,0,5.2217,7.9705,0 + +[77b3] 瞳 +PL 2.2641,0,0,4.8244,0,0,4.5901,1.3305,0,3.9807,1.6441,0,3.1152,1.6017,0 +L 5.2202,0,7.3567,0 +PLC 0.1592,8.4661,0,1.4099,8.4661,0,1.4099,1.6017,0,0.1592,1.6017,0 +PL 5.2202,1.6017,0,4.3936,3.2034,0,3.1152,3.2034,0,3.1152,5.3009,0,6.5056,5.3009,0,6.5056,3.2034,0,5.3533,3.4704,0,4.4045,3.9662,0,3.5425,4.233,0 +L 5.6475,1.6017,6.5056,1.6017 +PL 2.2641,6.3687,0,2.8179,6.4718,0,3.3923,6.5579,0,3.9733,6.6356,0,3.6374,7.3969,0,3.3047,7.743,0,2.6848,7.9703,0 +PL 4.3936,6.3687,0,4.8034,6.4718,0,5.2237,6.5579,0,5.6475,6.6356,0,5.7809,7.0057,0,5.9245,7.3588,0,6.0751,7.7034,0,5.3743,7.8065,0,4.6738,7.8927,0,3.9733,7.9703,0 +L 6.0751,6.3687,7.3567,6.3687 + +[77db] 矛 +PL 3.3967,0,0,4.6748,0,0,4.5942,1.4379,0,4.5245,2.8588,0,4.465,4.2712,0,3.2496,3.2035,0,2.0553,2.1356,0,0.8645,1.0678,0 +PL 6.8151,3.7373,0,7.0845,4.1837,0,7.3615,4.613,0,7.6378,5.0339,0,6.6365,4.9563,0,5.6555,4.8701,0,4.6748,4.7669,0 +PL 0.8645,5.3009,0,4.2478,5.3009,0,4.2478,5.3009,0,4.2478,5.3009,0 +PL 5.1056,5.8349,0,4.5245,6.3687,0,3.9498,6.9026,0,3.3967,7.4365,0 +PL 5.1056,6.9026,0,5.5294,7.3589,0,5.9567,7.8066,0,6.384,8.2373,0,4.8292,8.3405,0,3.2741,8.4266,0,1.7156,8.5043,0 + +[77e2] 矢 +PL 0.925,0,0,1.9684,1.2474,0,3.03,2.4776,0,4.0944,3.6992,0,3.6881,4.075,0,2.8058,4.2134,0,0.7075,4.2332,0 +L 7.0543,0,4.5217,3.1655 +PL 4.5217,4.2332,0,4.2208,4.7063,0,4.1084,5.5269,0,4.0944,7.3984,0,2.7253,7.2641,0,1.9582,6.9096,0,1.1383,5.8349,0 +L 4.9493,4.2332,7.4851,4.2332 +L 4.5217,7.3984,6.6266,7.3984 +L 2.3855,7.9324,2.3855,9 + +[77e5] 知 +PLC 6.8057,0.5341,0,4.2734,0.5341,0,4.2734,7.9324,0,6.8057,7.9324,0 +L 3.4184,4.7671,0.0351,4.7671 +PL 1.7408,7.3984,0,1.7408,4.7671,-0.1738,0.0346,0.0002,0 +L 2.9946,7.3984,0.6025,7.3984 +L 2.14,2.6314,2.9946,1.335 +A -3.3938,8.9362,4.2839,323.176,0.8529 + +[77ed] 短 +L 4.2188,4.7671,0.8316,4.7671 +PL 2.5411,7.3984,0,2.5411,4.7671,-0.1738,0.8315,0.0002,0 +L 3.7912,7.3984,1.4025,7.3984 +L 2.9401,2.6314,3.7912,1.335 +L 8.0295,9.0001,4.4321,9.0001 +L 8.0295,0,4.4321,0 +L 7.3321,3.5001,6.5304,0.5001 +L 5.1291,3.5001,5.9347,0.5001 +PLC 4.7512,4.5001,0,7.7108,4.5001,0,7.7108,7.5001,0,4.7512,7.5001,0 +A -2.5935,8.9362,4.2839,323.176,0.8529 + +[77ef] 矯 +PL 0.1915,0,0,1.0913,1.9647,0,1.3995,3.8954,0,0.1915,4.767,0 +PL 3.1476,0,0,3.1476,3.2033,0,6.9614,3.2033,0,6.9614,0,0,6.1348,0,0,6.1348,0,0,6.1348,0,0 +PLC 4.426,1.4378,0,4.426,2.1356,0,5.711,2.1356,0,5.711,1.0678,0,4.426,1.0678,0 +PL 2.2965,1.8687,0,2.1455,2.1356,0,2.0195,2.4025,0,1.8972,2.6695,0 +PL 1.8972,4.767,0,1.5957,5.2217,0,1.4836,5.9138,0,1.4699,7.4364,0,0.8531,7.2189,0,0.5173,6.9421,0,0.1915,6.3686,0 +PL 2.2965,4.767,0,2.8495,5.404,0,3.4239,6.0239,0,4.0022,6.6356,0,3.3014,6.9025,0,2.6012,7.1695,0,1.8972,7.4364,0 +PL 4.0022,5.0338,0,4.6501,5.627,0,5.4904,6.0424,0,6.1348,6.6356,0,5.5573,6.7387,0,4.986,6.8249,0,4.426,6.9025,0 +PL 4.426,4.767,0,5.6445,4.9844,0,6.1909,5.2613,0,6.531,5.8347,0,6.8073,5.6709,0,7.0875,5.4902,0,7.3887,5.3008,0 +PL 6.531,6.9025,0,7.3887,6.9025,0,7.3887,6.9025,0,7.3887,6.9025,0 +PL 4.8564,7.7034,0,4.426,7.8064,0,4.0022,7.8926,0,3.5749,7.9703,0 +PL 1.0426,7.9703,0,1.0426,9,0,1.0426,9,0,1.0426,9,0 +PL 5.2802,7.9703,0,5.613,8.3193,0,5.939,8.4477,0,6.531,8.4661,0 + +[77f3] 石 +L 7.1992,8.4662,-0.0008,8.4662 +PLC 2.0807,4.767,0,2.0807,0,0,6.3449,0,0,6.3449,4.767,0 +A -5.3946,9.0349,8.3723,310.108,356.105 + +[7802] 砂 +PL 3.7932,0,0,5.3868,0.9364,0,6.5324,2.4067,0,7.6353,4.233,0 +PL 1.2574,1.6017,0,1.3698,5.1539,0,1.5765,7.0621,0,1.6885,8.5042,0,0.8301,8.5042,0,0.8301,8.5042,0,0.8301,8.5042,0 +PL 1.6885,1.6017,0,2.9669,1.6017,0,2.9669,5.3008,0,1.6885,5.3008,0,1.6885,5.3008,0,1.6885,5.3008,0 +PL 5.0719,3.2033,0,5.9297,3.2033,0,5.9297,9,0,5.9297,9,0,5.9297,9,0 +PL 3.7932,4.7669,0,4.3956,5.9335,0,4.6131,6.6257,0,4.6446,7.4364,0 +PL 8.0346,5.5677,0,7.7579,6.2048,0,7.4816,6.8249,0,7.208,7.4364,0 +PL 2.1158,8.5042,0,3.3977,8.5042,0,3.3977,8.5042,0,3.3977,8.5042,0 + +[7814] 研 +PL 3.1531,0,0,4.2458,1.8123,0,4.8829,3.8194,0,3.5734,4.7671,0 +PL 6.5361,0,0,6.0983,3.8221,0,5.2892,5.4577,0,4.8584,8.4663,0,4.0042,8.4663,0,4.0042,8.4663,0,4.0042,8.4663,0 +PL 1.4719,1.0679,0,1.3878,2.1344,0,1.3174,3.1922,0,1.2544,4.2332,0,1.0446,3.8885,0,0.8306,3.5356,0,0.6173,3.1653,0 +PL 1.8638,1.0679,0,2.7223,1.0679,0,2.7223,5.3009,0,2.2946,5.1371,0,1.8782,4.9563,0,1.4719,4.7671,0 +PL 6.9634,4.7671,0,6.6622,5.2601,0,6.5505,6.2191,0,6.5361,8.4663,0,5.2822,8.4663,0,5.2822,8.4663,0,5.2822,8.4663,0 +PL 1.4719,6.1018,0,1.7521,6.7232,0,1.8537,7.3362,0,1.8638,8.4663,0,0.6173,8.4663,0,0.6173,8.4663,0,0.6173,8.4663,0 +PL 2.2946,8.4663,0,3.1531,8.4663,0,3.1531,8.4663,0,3.1531,8.4663,0 + +[7815] 砕 +PL 5.3146,0.0381,0,5.1636,2.1102,0,4.5332,2.6821,0,3.1812,2.6694,0 +PL 1.0763,1.6017,0,1.1813,5.154,0,1.3918,7.0621,0,1.5001,8.5041,0,0.649,8.5041,0,0.649,8.5041,0,0.649,8.5041,0 +PL 1.5001,1.6017,0,2.3585,1.6017,0,2.3585,5.339,0,1.5001,5.339,0,1.5001,5.339,0,1.5001,5.339,0 +PL 5.7419,2.6694,0,5.4407,3.0847,0,5.3282,3.5,0,5.3146,4.2711,0 +PL 6.1692,2.6694,0,7.8469,2.6694,0,7.8469,2.6694,0,7.8469,2.6694,0 +PL 3.605,4.805,0,4.0323,5.6044,0,4.4596,6.3955,0,4.8908,7.1694,0,4.5577,7.733,0,4.2218,7.9406,0,3.605,7.9703,0 +PL 6.5646,5.339,0,6.5646,7.9703,0,5.3146,7.9703,0,5.1636,8.3403,0,5.02,8.6934,0,4.8908,9.0381,0 +PL 6.9958,5.339,0,7.8469,5.339,0,7.8469,6.3687,0,7.8469,6.3687,0,7.8469,6.3687,0 +PL 1.9274,8.5041,0,2.7504,8.5041,0,2.7504,8.5041,0,2.7504,8.5041,0 + +[7832] 砲 +PL 3.8796,0,0,3.5781,0.4944,0,3.466,1.4632,0,3.452,3.7373,0,5.1296,3.7373,0,5.1296,5.8349,0,3.9318,5.8546,0,3.3889,5.993,0,3.0247,6.3687,0,3.4838,7.1794,0,3.7041,7.8715,0,3.8796,9.0382,0 +PL 4.3066,0,0,7.2626,0,0,7.2626,1.6018,0 +PL 0.4924,1.0678,0,0.594,4.9958,0,0.7834,7.0424,0,0.8882,8.5043,0,0.0616,8.5043,0 +PL 0.8882,1.0678,0,1.7431,1.0678,0,1.7431,5.3009,0,0.8882,5.3009,0 +PL 5.5569,2.1356,0,6.8388,3.1031,0,6.9789,5.2487,0,6.8388,7.4365,0,4.3066,7.4365,0 +L 1.3155,8.5043,2.1736,8.5043 + +[7834] 破 +PL 2.876,0,0,3.9166,2.435,0,4.1618,4.6327,0,4.1267,7.3984,0,5.1666,7.4661,0,5.692,7.8898,0,5.8356,9,0 +PL 4.7677,0,0,5.2545,0.5326,0,5.7515,1.0565,0,6.2594,1.5635,0,5.6818,2.6314,0,5.1109,3.6992,0,4.5537,4.767,0 +PL 7.5133,0,0,7.2369,0.37,0,6.9634,0.7232,0,6.6905,1.0678,0 +PL 1.1707,1.5635,0,1.2789,5.1158,0,1.4859,7.024,0,1.5945,8.4662,0,0.7399,8.4662,0,0.7399,8.4662,0,0.7399,8.4662,0 +PL 1.5945,1.5635,0,2.4487,1.5635,0,2.4487,5.3009,0,1.5945,5.3009,0,1.5945,5.3009,0,1.5945,5.3009,0 +PL 6.6905,2.3643,0,6.9634,3.0876,0,7.2369,3.8023,0,7.5133,4.5,0,6.8131,4.6031,0,6.1123,4.6893,0,5.4083,4.767,0 +PL 5.8356,5.3009,0,5.8496,6.4209,0,5.962,6.9647,0,6.2594,7.3984,0,6.6657,7.3207,0,7.086,7.2345,0,7.5133,7.1314,0,7.3662,6.8644,0,7.2404,6.5974,0,7.1178,6.3305,0 +PL 2.0218,8.4662,0,2.876,8.4662,0,2.876,8.4662,0,2.876,8.4662,0 + +[785d] 硝 +PL 4.0944,0.0001,0,4.0944,6.3687,0,5.8039,6.3687,0,5.8039,9.0001,0,5.8039,9.0001,0,5.8039,9.0001,0 +PL 6.1958,0.0001,0,7.4851,0.0001,0,7.4851,3.2035,0,4.5217,3.2035,0,4.5217,3.2035,0,4.5217,3.2035,0 +PL 1.1383,1.0679,0,1.2507,4.9959,0,1.4539,7.0425,0,1.5656,8.5044,0,0.7075,8.5044,0,0.7075,8.5044,0,0.7075,8.5044,0 +PL 1.5656,1.0679,0,2.3855,1.0679,0,2.3855,5.3009,0,1.5656,5.3009,0,1.5656,5.3009,0,1.5656,5.3009,0 +PL 7.4851,3.6993,0,7.4851,4.7671,0,4.5217,4.7671,0,4.5217,4.7671,0,4.5217,4.7671,0 +PL 7.4851,5.3009,0,7.4851,6.3687,0,6.1958,6.3687,0,6.1958,6.3687,0,6.1958,6.3687,0 +PL 4.5217,7.7035,0,4.3711,7.9705,0,4.2243,8.2374,0,4.0944,8.5044,0 +PL 7.0543,7.4366,0,7.187,7.8067,0,7.3306,8.1597,0,7.4851,8.5044,0 +PL 1.9894,8.5044,0,2.8125,8.5044,0,2.8125,8.5044,0,2.8125,8.5044,0 + +[786b] 硫 +L 6.376,7.9322,7.2341,7.9322 +PL 6.376,6.9025,0,6.0328,7.4491,0,5.5915,7.7161,0,4.6668,7.9322,0,4.6668,9,0 +PL 3.8157,6.3687,0,4.1208,6.7825,0,4.229,7.1879,0,4.2465,7.9322,0,2.9226,8.0706,0,2.0578,8.3277,0,1.2835,8.4661,0 +PL 0.4324,1.0677,0,0.5378,4.9944,0,0.7441,7.0311,0,0.8562,8.4661,0,0.0019,8.4661,0 +PL 0.8562,1.0677,0,1.7107,1.0677,0,1.7107,5.3009,0,0.8562,5.3009,0 +PL 6.8068,5.5678,0,5.7561,6.2811,0,4.3691,6.0876,0,2.9926,5.8347,0 +PL 2.1416,0,0,3,1.4873,0,3.3537,2.6441,0,3.4199,4.233,0 +L 4.6668,0.5339,4.6668,4.233 +L 5.9557,0,5.9557,4.233 +PL 6.376,0,0,7.2341,0,0,7.2341,1.6017,0 + +[786c] 硬 +PL 3.61,0.0152,0,4.2478,0.6522,0,4.8923,1.2723,0,5.5294,1.8838,0,5.2355,2.1508,0,4.9518,2.4178,0,4.6748,2.6847,0 +PL 7.6378,0.0152,0,7.0669,0.5491,0,6.5104,1.083,0,5.9567,1.6168,0 +PL 1.2918,1.083,0,1.3965,5.011,0,1.6066,7.0577,0,1.7156,8.5194,0,0.8645,8.5194,0,0.8645,8.5194,0,0.8645,8.5194,0 +PL 1.7156,1.083,0,2.5733,1.083,0,2.5733,5.316,0,1.7156,5.316,0,1.7156,5.316,0,1.7156,5.316,0 +PL 5.9567,2.9516,0,5.6099,3.5151,0,5.1686,3.7228,0,4.2478,3.7525,0,4.2478,6.9177,0,5.2877,6.9855,0,5.8131,7.4092,0,5.9567,8.5194,0,3.8205,8.5194,0,3.8205,8.5194,0,3.8205,8.5194,0 +PL 6.384,3.7525,0,6.0901,4.285,0,5.8064,4.809,0,5.5294,5.316,0,4.6748,5.316,0,4.6748,5.316,0,4.6748,5.316,0 +PL 6.8151,3.7525,0,7.6378,3.7525,0,7.6378,5.316,0,6.7381,5.3457,0,6.3073,5.5532,0,5.9567,6.1169,0,6.3073,6.6805,0,6.7381,6.8881,0,7.6378,6.9177,0,7.6378,5.85,0,7.6378,5.85,0,7.6378,5.85,0 +PL 2.1428,8.5194,0,3.0006,8.5194,0,3.0006,8.5194,0,3.0006,8.5194,0 +PL 6.384,8.5194,0,8.0616,8.5194,0,8.0616,8.5194,0,8.0616,8.5194,0 + +[7881] 碁 +PL 2.7519,0.0152,0,2.7278,0.7864,0,2.5597,1.2016,0,2.111,1.6168,0,1.6031,1.453,0,1.1061,1.2723,0,0.6158,1.0829,0 +PL 3.1792,0.0152,0,6.1427,0.0152,0,6.1427,1.6168,0,4.0412,1.6367,0,3.1617,1.7751,0,2.7519,2.1508,0,2.8815,2.4178,0,3.029,2.6847,0,3.1792,2.9516,0,2.7519,3.2186,0,2.3215,3.4855,0,1.9008,3.7525,0,1.4704,3.4078,0,1.0431,3.0547,0,0.6158,2.6847,0 +PL 7.4211,2.6847,0,7.123,3.0547,0,6.8428,3.4078,0,6.5661,3.7525,0,6.1738,3.3768,0,5.4033,3.2384,0,3.61,3.2186,0 +PL 2.3215,4.5534,0,1.7467,4.6295,0,1.1723,4.7059,0,0.6158,4.7821,0 +PL 6.1427,4.5534,0,5.0114,4.6295,0,3.8801,4.7059,0,2.7519,4.7821,0,2.7243,6.9008,0,2.3141,7.7991,0,1.0431,7.9855,0 +PL 6.5661,4.7821,0,7.8484,4.7821,0,7.8484,4.7821,0,7.8484,4.7821,0 +PL 5.7115,5.583,0,4.8604,5.6861,0,4.0128,5.7723,0,3.1792,5.85,0 +PL 5.7115,6.6507,0,4.8604,6.7538,0,4.0128,6.84,0,3.1792,6.9177,0 +PL 5.7115,7.4516,0,5.3336,7.8273,0,4.6783,7.9657,0,3.1792,7.9855,0,3.029,8.3555,0,2.8815,8.7087,0,2.7519,9.0534,0 +PL 6.1427,7.9855,0,5.9851,8.3555,0,5.8415,8.7087,0,5.7115,9.0534,0 +PL 6.5661,7.9855,0,7.4211,7.9855,0,7.4211,7.9855,0,7.4211,7.9855,0 + +[7891] 碑 +PL 6.3234,0,0,5.9245,1.9336,0,4.8629,2.2486,0,3.3639,2.0974,0 +PL 1.2589,1.0677,0,1.3815,3.5451,0,1.5114,6.0141,0,1.655,8.4661,0,0.8316,8.4661,0,0.8316,8.4661,0,0.8316,8.4661,0 +PL 1.655,1.0677,0,2.5093,1.0677,0,2.5093,5.3008,0,1.655,5.3008,0,1.655,5.3008,0,1.655,5.3008,0 +PL 6.7511,2.0974,0,6.4499,2.5522,0,6.3374,3.2444,0,6.3234,4.7669,0,4.2188,4.7669,0,4.2188,7.9322,0,5.1154,8.1496,0,5.5494,8.4266,0,5.8961,8.9999,0 +PL 7.1784,2.0974,0,8.0295,2.0974,0,8.0295,2.0974,0,8.0295,2.0974,0 +PL 4.2188,2.6314,0,4.3484,3.0014,0,4.4987,3.3545,0,4.6461,3.6991,0 +PL 6.7511,4.7669,0,7.6057,4.7669,0,7.6057,6.3687,0,6.3234,6.3687,0,6.1728,6.024,0,6.0261,5.6709,0,5.8961,5.3008,0 +PL 4.6461,6.3687,0,5.2412,6.387,0,5.5637,6.5155,0,5.8961,6.8645,0,5.8961,7.9322,0,7.6057,7.9322,0,7.6057,6.8645,0,7.6057,6.8645,0,7.6057,6.8645,0 +PL 2.0823,8.4661,0,2.9401,8.4661,0,2.9401,8.4661,0,2.9401,8.4661,0 + +[78ba] 確 +PL 4.1868,0,0,4.1027,1.411,0,4.0358,2.822,0,3.9728,4.2329,0,3.7595,4.0691,0,3.5455,3.8884,0,3.3357,3.6991,0 +PL 4.5822,0,0,5.8645,0,0,5.7839,1.435,0,5.4161,2.0225,0,4.5822,2.1355,0 +L 6.2918,0,8.0006,0 +PL 1.1988,1.0678,0,1.3113,4.9958,0,1.5144,7.0423,0,1.6261,8.5044,0,0.768,8.5044,0 +PL 1.6261,1.0678,0,2.4772,1.0678,0,2.4772,5.3008,0,1.6261,5.3008,0 +PL 6.2918,2.1355,0,5.9937,2.668,0,5.7135,3.1921,0,5.4407,3.6991,0,4.5822,3.6991,0 +L 6.7222,2.1355,7.5733,2.1355 +PL 6.2918,3.6991,0,5.9937,4.2329,0,5.7135,4.7668,0,5.4407,5.3008,0,5.0134,5.137,0,4.5931,4.9562,0,4.1868,4.7668,0 +L 6.7222,3.6991,7.5733,3.6991 +PL 6.2918,5.3008,0,6.0081,5.7161,0,6.0081,6.1313,0,6.2918,6.9025,0 +L 6.7222,5.3008,7.5733,5.3008 +PL 4.5822,6.1017,0,4.7153,6.7387,0,4.8589,7.3587,0,5.0134,7.9703,0,3.3357,7.9703,0,3.3357,6.9025,0 +PL 8.0006,6.9025,0,8.0006,7.9703,0,5.4407,7.9703,0,5.4407,8.9999,0 +L 2.0499,8.5044,2.9084,8.5044 + +[78c1] 磁 +PL 2.1736,0,0,3.0247,0,0,3.3017,0.9802,0,3.5816,1.9435,0,3.8796,2.8984,0,3.5816,3.2684,0,3.3017,3.6215,0,3.0247,3.9661,0,3.6274,5.3135,0,3.8481,6.2035,0,3.8796,7.3983,0,2.5974,7.3983,0,2.5974,7.3983,0,2.5974,7.3983,0 +PL 3.452,0,0,3.7252,0.5325,0,4.0127,1.0566,0,4.3066,1.5636,0 +PL 5.3433,0,0,5.6865,0.9802,0,6.0441,1.9435,0,6.4084,2.8984,0,6.1138,3.2684,0,5.8301,3.6215,0,5.5569,3.9661,0,6.1594,5.6696,0,6.3765,6.5593,0,6.4084,7.3983,0,4.3066,7.3983,0,4.2891,8.1695,0,4.177,8.5847,0,3.8796,9,0 +PL 5.9846,0,0,6.2578,0.5325,0,6.5376,1.0566,0,6.8388,1.5636,0 +PL 0.4924,1.0297,0,0.594,4.9576,0,0.7834,7.0043,0,0.8882,8.4661,0,0.0616,8.4661,0,0.0616,8.4661,0,0.0616,8.4661,0 +PL 0.8882,1.0297,0,1.7431,1.0297,0,1.7431,5.2627,0,0.8882,5.2627,0,0.8882,5.2627,0,0.8882,5.2627,0 +PL 4.3066,3.6992,0,4.3066,4.767,0,4.3066,4.767,0,4.3066,4.767,0 +PL 6.8388,3.6992,0,6.8388,4.767,0,6.8388,4.767,0,6.8388,4.767,0 +PL 5.5569,7.9322,0,5.6865,8.3023,0,5.8301,8.6553,0,5.9846,9,0 +PL 1.3155,8.4661,0,2.1736,8.4661,0,2.1736,8.4661,0,2.1736,8.4661,0 + +[78e8] 磨 +PL 0.649,0,0,0.7614,1.1258,0,0.9645,3.3108,0,1.0763,7.9704,0,4.4596,7.9704,0,4.4596,9.0382,0,4.4596,9.0382,0,4.4596,9.0382,0 +PL 3.1812,0,0,3.1676,0.7712,0,3.0552,1.1865,0,2.7504,1.6018,0,2.3266,1.257,0,1.9099,0.904,0,1.5001,0.534,0 +PL 3.605,0,0,6.5646,0,0,6.5646,1.6018,0,4.4705,1.6216,0,3.5914,1.7599,0,3.1812,2.1356,0,3.3112,2.4025,0,3.4548,2.6696,0,3.605,2.9365,0,3.0341,3.0396,0,2.4811,3.1257,0,1.9274,3.2035,0 +PL 4.0323,3.2035,0,7.4157,3.2035,0,7.4157,3.2035,0,7.4157,3.2035,0 +PL 3.1812,4.2712,0,3.1007,4.8037,0,3.0275,5.3278,0,2.9679,5.8349,0,2.4811,5.4902,0,1.9869,5.137,0,1.5001,4.7669,0 +PL 6.1692,4.2712,0,6.0851,4.8037,0,6.0182,5.3278,0,5.9552,5.8349,0,5.5279,5.4902,0,5.1041,5.137,0,4.6768,4.7669,0,3.6965,5.8093,0,2.9679,6.2669,0,1.9274,6.3687,0 +PL 7.4157,4.7669,0,6.5646,5.9026,0,5.903,6.2246,0,4.8908,6.3687,0 +PL 6.1692,6.9026,0,6.1692,7.9704,0,4.8908,7.9704,0,4.8908,7.9704,0,4.8908,7.9704,0 +PL 6.5646,7.9704,0,7.8469,7.9704,0,7.8469,7.9704,0,7.8469,7.9704,0 + +[7901] 礁 +PL 3.2701,0.0001,0,3.4029,0.3702,0,3.5465,0.7233,0,3.6974,1.0679,0 +PL 5.3786,0.267,0,5.2242,0.534,0,5.0841,0.801,0,4.9513,1.0679,0 +PL 6.6602,0.267,0,6.5064,0.534,0,6.3625,0.801,0,6.2329,1.0679,0 +PL 7.9421,0.267,0,7.7883,0.534,0,7.6447,0.801,0,7.5113,1.0679,0 +PL 1.1333,1.0679,0,1.2457,4.9959,0,1.4524,7.0425,0,1.5641,8.5044,0,0.7379,8.5044,0,0.7379,8.5044,0,0.7379,8.5044,0 +PL 1.5641,1.0679,0,2.4191,1.0679,0,2.4191,5.3009,0,1.5641,5.3009,0,1.5641,5.3009,0,1.5641,5.3009,0 +PL 4.1279,2.6696,0,4.0442,4.0807,0,3.9776,5.4917,0,3.9142,6.9027,0,3.6974,6.7388,0,3.487,6.5581,0,3.2701,6.3687,0 +PL 4.5552,2.6696,0,5.8024,2.6696,0,5.6588,3.8208,0,5.2452,4.2007,0,4.5552,4.2332,0 +PL 6.2329,2.6696,0,7.9421,2.6696,0,7.9421,2.6696,0,7.9421,2.6696,0 +PL 6.2329,4.2332,0,5.9352,4.7671,0,5.655,5.3009,0,5.3786,5.8349,0,4.5552,5.8349,0,4.5552,5.8349,0,4.5552,5.8349,0 +PL 6.6602,4.2332,0,7.5113,4.2332,0,7.5113,4.2332,0,7.5113,4.2332,0 +PL 6.2329,5.8349,0,5.5499,7.0481,0,5.0109,7.4818,0,4.1279,7.7035,0,4.2575,8.1498,0,4.4014,8.5792,0,4.5552,9.0001,0 +PL 6.6602,5.8349,0,7.5113,5.8349,0,7.5113,5.8349,0,7.5113,5.8349,0 +PL 6.2329,7.4366,0,5.946,7.8504,0,5.946,8.2558,0,6.2329,9.0001,0 +PL 6.6602,7.4366,0,7.9421,7.4366,0,7.9421,7.4366,0,7.9421,7.4366,0 +PL 1.9879,8.5044,0,2.8428,8.5044,0,2.8428,8.5044,0,2.8428,8.5044,0 + +[790e] 礎 +PL 3.2413,0,0,3.823,0.8093,0,4.0328,1.4916,0,4.0647,2.6313,0 +PL 5.7736,0.267,0,5.3463,0.5339,0,4.9225,0.8009,0,4.4917,1.0677,0 +PL 6.2009,0,0,7.8785,0,0,7.8785,0,0,7.8785,0,0 +PL 5.7736,1.0677,0,5.7736,4.2331,0,3.6686,4.2331,0,3.6686,4.2331,0,3.6686,4.2331,0 +PL 1.1016,1.5636,0,1.2134,5.1158,0,1.42,7.024,0,1.5324,8.4662,0,0.6813,8.4662,0,0.6813,8.4662,0,0.6813,8.4662,0 +PL 1.5324,1.5636,0,2.3902,1.5636,0,2.3902,5.3008,0,1.5324,5.3008,0,1.5324,5.3008,0,1.5324,5.3008,0 +PL 6.2009,2.0974,0,7.4796,2.0974,0,7.4796,2.0974,0,7.4796,2.0974,0 +PL 6.2009,4.2331,0,7.4796,4.2331,0,7.4796,4.2331,0,7.4796,4.2331,0 +PL 4.0647,5.3008,0,4.0468,6.0452,0,3.9453,6.4505,0,3.6686,6.8644,0,3.5183,6.7006,0,3.3712,6.5198,0,3.2413,6.3305,0 +PL 6.6285,5.3008,0,6.6145,6.0452,0,6.5021,6.4505,0,6.2009,6.8644,0,6.0502,6.7006,0,5.9035,6.5198,0,5.7736,6.3305,0 +PL 4.9225,6.3305,0,3.4059,7.8333,0,2.6389,8.3871,0,1.9597,8.4662,0 +PL 7.4796,6.3305,0,6.9013,6.8644,0,6.3308,7.3983,0,5.7736,7.9322,0 +PL 4.4917,7.9322,0,4.3414,8.3023,0,4.1975,8.6554,0,4.0647,9,0 +PL 7.0558,7.9322,0,6.9013,8.3023,0,6.7612,8.6554,0,6.6285,9,0 + +[793a] 示 +PL 2.8745,0,0,4.1603,0,0,4.1603,5.7966,0,0.7695,5.7966,0 +PL 0.7695,1.5635,0,1.1793,2.4676,0,1.593,3.3545,0,2.0203,4.2332,0 +PL 7.5436,1.5635,0,7.1163,2.4676,0,6.6925,3.3545,0,6.2652,4.2332,0 +L 4.5841,5.7966,7.5436,5.7966 +L 1.628,8.4661,6.6925,8.4661 + +[793c] 礼 +PL 1.5621,0,0,1.5485,2.6229,0,1.443,3.7204,0,1.1593,4.233,0,0.8686,3.8883,0,0.5849,3.5352,0,0.3083,3.1651,0 +PL 2.8405,3.1651,0,2.4171,3.6991,0,1.9859,4.233,0,1.5621,4.7668,0,1.9859,5.5664,0,2.4171,6.3573,0,2.8405,7.1313,0,1.9894,7.2343,0,1.1422,7.3205,0,0.3083,7.3983,0 +PL 1.5621,7.932,0,1.5621,8.9999,0,1.5621,8.9999,0,1.5621,8.9999,0 +PL 5.3766,0,0,5.0965,0.6893,0,4.9914,3.0225,0,4.9805,8.9999,0 +PL 5.8004,0,0,7.5058,0,0,7.5058,1.5635,0,7.5058,1.5635,0,7.5058,1.5635,0 + +[793e] 社 +PL 0.3141,7.3983,0,2.874,7.3983,-0.1113,0.3113,3.1654,0 +L 1.5925,8.9998,1.5925,7.3983 +PL 2.874,3.1653,0,1.5925,4.7669,0,1.5925,0,0 +L 7.1124,5.2626,3.7286,5.2626 +L 7.5432,0,3.2978,0 +L 5.4063,8.9998,5.4063,0 + +[7948] 祈 +PL 1.2893,0.0001,0,1.2052,1.411,0,1.1348,2.822,0,1.0753,4.2332,0,0.8585,4.0693,0,0.648,3.8885,0,0.4347,3.6992,0 +PL 5.9542,0.0001,0,5.9542,5.3009,0,3.818,5.3009,0,3.7652,3.4294,0,3.4328,2.1512,0,2.5673,0.5338,0 +PL 2.5673,3.6992,0,2.1404,4.0693,0,1.7131,4.4224,0,1.2893,4.7669,0 +PL 1.7131,5.3009,0,1.9894,5.9379,0,2.2731,6.558,0,2.5673,7.1695,0,1.8423,7.2458,0,1.1348,7.3221,0,0.4347,7.3983,0 +PL 6.3815,5.3009,0,7.6284,5.3009,0,7.6284,5.3009,0,7.6284,5.3009,0 +PL 3.818,5.8348,0,3.818,7.9323,0,5.4639,8.0707,0,6.4375,8.3277,0,7.2046,8.4661,0 +PL 1.2893,7.9323,0,1.2893,9,0,1.2893,9,0,1.2893,9,0 + +[7949] 祉 +PL 0.9217,0,0,0.9045,2.623,0,0.7956,3.7204,0,0.4909,4.2332,0,0.3403,4.0693,0,0.197,3.8885,0,0.0639,3.6992,0 +PL 2.2004,0,0,3.447,0,0,3.447,6.3687,0,3.447,6.3687,0,3.447,6.3687,0 +PL 3.8781,0,0,5.1565,0,0,5.1565,9,0,5.1565,9,0,5.1565,9,0 +PL 5.587,0,0,7.2615,0,0,7.2615,0,0,7.2615,0,0 +PL 2.2004,3.1653,0,1.7731,3.6992,0,1.3455,4.2332,0,0.9217,4.767,0,1.3455,5.5678,0,1.7731,6.3687,0,2.2004,7.1696,0,1.4751,7.2459,0,0.7676,7.3221,0,0.0639,7.3983,0 +PL 5.587,4.767,0,6.8657,4.767,0,6.8657,4.767,0,6.8657,4.767,0 +PL 0.9217,7.9323,0,0.9217,9,0,0.9217,9,0,0.9217,9,0 + +[7956] 祖 +PL 1.534,0,0,1.5161,2.6229,0,1.4044,3.7204,0,1.1032,4.2331,0,0.8296,3.8885,0,0.5529,3.5354,0,0.2797,3.1653,0 +PL 3.2393,0,0,4.0939,0,0,4.0939,8.4662,0,6.6265,8.4662,0,6.6265,0,0,7.4811,0,0,7.4811,0,0,7.4811,0,0 +PL 4.4897,0,0,6.1989,0,0,6.1989,0,0,6.1989,0,0 +PL 2.812,3.1653,0,2.3847,3.6992,0,1.9543,4.2331,0,1.534,4.767,0,1.9543,5.5664,0,2.3847,6.3573,0,2.812,7.1314,0,1.9609,7.2345,0,1.1133,7.3207,0,0.2797,7.3984,0 +PL 4.4897,3.1653,0,6.1989,3.1653,0,6.1989,3.1653,0,6.1989,3.1653,0 +PL 4.4897,5.8348,0,6.1989,5.8348,0,6.1989,5.8348,0,6.1989,5.8348,0 +PL 1.534,7.9322,0,1.534,9,0,1.534,9,0,1.534,9,0 + +[795d] 祝 +PL 2.7795,0,0,4.0509,1.7472,0,4.5937,3.0961,0,4.7023,5.3008,0,3.8512,5.3008,0,3.8512,8.4662,0,7.2349,8.4662,0,7.2349,5.3008,0,5.9527,5.3008,0,5.7989,2.6723,0,6.0266,0.7472,0,7.6622,0,0,7.6622,1.5637,0,7.6622,1.5637,0,7.6622,1.5637,0 +PL 2.142,5.3008,0,2.4152,5.9111,0,2.6989,6.5212,0,2.9966,7.1313,0,2.142,7.2345,0,1.2944,7.3206,0,0.4612,7.3984,0 +PL 2.9966,3.6991,0,2.5662,4.0692,0,2.142,4.4223,0,1.7151,4.767,0 +PL 1.7151,0,0,1.631,1.411,0,1.5641,2.8221,0,1.4976,4.2331,0,1.1442,3.8885,0,0.7974,3.5353,0,0.4612,3.1653,0 +PL 1.7151,7.9324,0,1.7151,9,0,1.7151,9,0,1.7151,9,0 + +[795e] 神 +PLC 3.452,6.8644,0,3.452,2.6313,0,6.8388,2.6313,0,6.8388,6.8644,0 +L 5.1296,9,5.1296,0 +L 3.452,4.7478,6.8388,4.7478 +PL 1.3155,0,0,1.3155,5.301,0,2.5974,3.6991,0 +L 1.3155,9,1.3155,7.3983 +PL 0.0616,7.3983,0,2.1736,7.3983,-0.139,0.0678,3.6991,0 + +[7965] 祥 +PL 1.5945,0.0001,0,1.5801,2.623,0,1.4684,3.7205,0,1.1707,4.2332,0,1.0162,4.0694,0,0.8691,3.8886,0,0.7399,3.6993,0 +PL 5.8356,0.0001,0,5.6818,2.099,0,5.0514,2.6809,0,3.7026,2.6696,0 +PL 6.2594,2.6696,0,5.6465,4.0807,0,5.4332,4.9832,0,4.1267,5.3009,0 +PL 6.6905,2.6696,0,7.9371,2.6696,0,7.9371,2.6696,0,7.9371,2.6696,0 +PL 2.876,3.2035,0,2.4487,3.736,0,2.0218,4.2601,0,1.5945,4.7671,0,2.0218,5.5679,0,2.4487,6.3687,0,2.876,7.1697,0,2.151,7.2728,0,1.44,7.3589,0,0.7399,7.4366,0 +PL 6.2594,5.3009,0,5.962,5.736,0,5.8496,6.2896,0,5.8356,7.4366,0,3.7026,7.4366,0,3.7026,7.4366,0,3.7026,7.4366,0 +PL 6.6905,5.3009,0,7.5133,5.3009,0,7.5133,5.3009,0,7.5133,5.3009,0 +PL 6.4765,7.4366,0,6.6905,7.9691,0,6.9038,8.4931,0,7.1178,9.0001,0 +PL 7.1178,7.4366,0,7.9371,7.4366,0,7.9371,7.4366,0,7.9371,7.4366,0 +PL 1.5945,7.9705,0,1.5945,9.0001,0,1.5945,9.0001,0,1.5945,9.0001,0 +PL 4.981,8.2374,0,4.8307,8.5029,0,4.6833,8.76,0,4.5537,9.0001,0 + +[7968] 票 +PL 2.7823,0,0,3.6369,0,0,3.6369,2.6314,0,0.2501,2.6314,0,0.2501,2.6314,0,0.2501,2.6314,0 +PL 0.4634,0.5339,0,0.9502,0.9039,0,1.4405,1.257,0,1.9274,1.6017,0 +PL 6.5962,0.5339,0,6.1657,0.9039,0,5.7486,1.257,0,5.3423,1.6017,0 +PL 4.0607,2.6314,0,7.02,2.6314,0,7.02,2.6314,0,7.02,2.6314,0 +PL 1.5285,4.2332,0,5.7419,4.2332,0,5.7419,4.2332,0,5.7419,4.2332,0 +PL 1.1047,5.3009,0,1.1047,6.9025,0,1.9978,6.9209,0,2.4352,7.0496,0,2.7823,7.3983,0,2.7823,8.4662,0,0.2501,8.4662,0,0.2501,8.4662,0,0.2501,8.4662,0 +PL 1.5285,5.3009,0,2.7823,5.3009,0,3.01,6.7091,0,3.6124,6.9054,0,4.4912,7.3983,0,4.4912,8.4662,0,3.2061,8.4662,0,3.2061,8.4662,0,3.2061,8.4662,0 +PL 3.2061,5.3009,0,4.4912,5.3009,0,4.6246,6.5635,0,5.1391,6.9111,0,6.1657,6.9025,0,6.1657,5.3009,0,4.915,5.3009,0,4.915,5.3009,0,4.915,5.3009,0 +PL 4.915,8.4662,0,7.02,8.4662,0,7.02,8.4662,0,7.02,8.4662,0 + +[796d] 祭 +PL 3.2721,0,0,4.1267,0,0,4.1267,3.1651,0,1.1707,3.1651,0 +PL 0.9532,0.5339,0,1.44,1.0663,0,1.9377,1.5903,0,2.4487,2.0975,0 +PL 7.5133,0.5339,0,6.9424,1.0663,0,6.382,1.5903,0,5.8356,2.0975,0 +L 4.5537,3.1651,7.1178,3.1651 +PL 0.7399,4.233,0,1.1707,4.6031,0,1.5945,4.9563,0,2.0218,5.3007,0,1.5945,5.8332,0,1.1707,6.3573,0,0.7399,6.8644,0,1.4996,7.6554,0,1.8288,8.2089,0,2.0218,8.9999,0 +PL 2.4487,4.7668,0,4.8444,4.7866,0,5.8356,4.9251,0,6.2594,5.3007,0,5.6818,6.3673,0,5.1109,7.4253,0,4.5537,8.4661,0 +PL 2.4487,6.0636,0,2.2985,6.3306,0,2.151,6.5973,0,2.0218,6.8644,0 +PL 2.876,6.3306,0,3.1496,6.7867,0,3.4259,7.2343,0,3.7026,7.6651,0,3.2721,7.7683,0,2.8519,7.8546,0,2.4487,7.932,0 +PL 6.2594,6.3306,0,6.5361,6.7867,0,6.8198,7.2343,0,7.1178,7.6651,0,6.6905,7.7683,0,6.2594,7.8546,0,5.8356,7.932,0 + +[7981] 禁 +PL 2.9084,0,0,4.1868,0,0,4.1868,3.1652,0,0.768,3.1652,0 +PL 0.9855,0.5339,0,1.4724,1.0678,0,1.9694,1.6017,0,2.4772,2.1356,0 +L 7.1495,0.5339,5.8645,2.1356 +L 4.5822,3.1652,7.5733,3.1652 +L 2.0499,4.767,6.2918,4.767 +PL 0.768,5.8349,0,2.0499,7.6652,0,1.6261,7.7685,0,1.1988,7.8546,0,0.768,7.9322,0 +L 2.4772,5.8349,2.4772,9 +PL 4.1868,5.8349,0,4.5931,6.4449,0,5.0134,7.0551,0,5.4407,7.6652,0,5.1426,7.7685,0,4.8589,7.8546,0,4.5822,7.9322,0 +L 5.8645,5.8349,5.8645,9 +PL 7.5733,5.8349,0,6.2918,7.6652,0,6.7222,7.7685,0,7.1495,7.8546,0,7.5733,7.9322,0 +L 2.9084,7.9322,3.7595,7.9322 + +[7985] 禅 +PL 1.4415,0,0,1.424,2.623,0,1.3123,3.7204,0,1.0142,4.2331,0,0.8605,4.0692,0,0.7204,3.8885,0,0.5838,3.6991,0 +PL 5.6798,0,0,5.4518,1.7133,0,4.7517,2.1384,0,3.5465,2.0974,0 +PL 6.1103,2.0974,0,5.8126,2.6313,0,5.5289,3.1653,0,5.2525,3.6991,0,3.9703,3.6991,0,3.9703,6.8644,0,6.5344,6.8644,0,6.6637,7.5877,0,6.8111,8.3023,0,6.9614,9,0 +PL 6.5344,2.0974,0,7.7848,2.0974,0,7.7848,2.0974,0,7.7848,2.0974,0 +PL 2.7203,3.1653,0,2.2926,3.6991,0,1.8688,4.2331,0,1.4415,4.767,0,1.8688,5.5665,0,2.2926,6.3574,0,2.7203,7.1314,0,1.9988,7.2345,0,1.2913,7.3206,0,0.5838,7.3983,0 +PL 6.1103,3.6991,0,5.8126,4.2331,0,5.5289,4.767,0,5.2525,5.3008,0,4.4014,5.3008,0,4.4014,5.3008,0,4.4014,5.3008,0 +PL 6.5344,3.6991,0,7.361,3.6991,0,7.361,5.3008,0,6.1103,5.3008,0,5.9562,5.6441,0,5.8126,5.9872,0,5.6798,6.3305,0 +PL 7.361,5.8348,0,7.2174,6.178,0,7.084,6.5212,0,6.9614,6.8644,0 +PL 1.4415,7.9322,0,1.4415,9,0,1.4415,9,0,1.4415,9,0 +PL 4.4014,8.1992,0,4.2473,8.4662,0,4.1037,8.7331,0,3.9703,9,0 +PL 5.6798,8.1992,0,5.5289,8.4662,0,5.3853,8.7331,0,5.2525,9,0 + +[798d] 禍 +PL 1.6852,0,0,1.6715,2.6497,0,1.5591,3.7571,0,1.2579,4.2711,0,1.1178,4.1073,0,0.985,3.9265,0,0.8625,3.7373,0 +PL 3.3947,0,0,3.3947,4.7669,0,4.2493,4.7669,0,4.2493,8.5042,0,6.7812,8.5042,0,6.7812,4.7669,0,7.6358,4.7669,0,7.6358,0,0,6.7812,0,0,6.7812,0,0,6.7812,0,0 +PLC 4.6763,1.7909,0,4.6763,3.2033,0,6.3575,3.2033,0,6.3575,1.0679,0,4.6763,1.0679,0 +PL 2.5436,3.7373,0,2.2456,4.0805,0,1.9619,4.4238,0,1.6852,4.7669,0,2.1163,5.5677,0,2.5436,6.3686,0,2.9674,7.1695,0,2.2666,7.2726,0,1.5626,7.3588,0,0.8625,7.4364,0 +PL 4.6763,4.7669,0,5.4997,4.7669,0,5.4997,6.9025,0,6.3575,6.9025,0,6.3575,6.9025,0,6.3575,6.9025,0 +PL 1.6852,7.9704,0,1.6852,9.0382,0,1.6852,9.0382,0,1.6852,9.0382,0 + +[798f] 福 +PL 1.4704,0,0,1.4529,2.6229,0,1.3443,3.7203,0,1.0431,4.233,0,0.8921,4.0692,0,0.7454,3.8885,0,0.6158,3.6991,0 +PLC 4.0303,1.2471,0,4.0303,3.6991,0,7.4211,3.6991,0,7.4211,0,0,4.0303,0,0 +PL 5.7115,0.5339,0,5.5613,1.685,0,5.1305,2.065,0,4.4331,2.0973,0 +PL 6.1427,2.0973,0,5.9851,2.4674,0,5.8415,2.8206,0,5.7115,3.1652,0 +PL 2.7519,3.1652,0,2.3215,3.6991,0,1.9008,4.233,0,1.4704,4.7668,0,1.9008,5.5664,0,2.3215,6.3573,0,2.7519,7.1314,0,2.0304,7.2344,0,1.3194,7.3207,0,0.6158,7.3983,0 +PLC 4.4331,5.8335,0,4.4331,6.8644,0,6.9938,6.8644,0,6.9938,5.3009,0,4.4331,5.3009,0 +PL 1.4704,7.9322,0,1.4704,9,0,1.4704,9,0,1.4704,9,0 +PL 3.61,8.4661,0,7.8484,8.4661,0,7.8484,8.4661,0,7.8484,8.4661,0 + +[79c0] 秀 +PL 0.9855,0,0,2.1235,1.1201,0,2.8278,2.1469,0,3.3357,3.6992,0,2.2881,3.8376,0,1.5319,4.0947,0,0.768,4.2332,0 +PL 5.4407,0,0,6.5856,0.3687,0,7.0588,1.3221,0,7.1495,2.6314,0,5.4407,2.6314,0,5.4407,3.6992,0,3.7595,3.6992,0,3.7595,3.6992,0,3.7595,3.6992,0 +PL 6.7222,4.2332,0,6.0778,4.9563,0,5.4407,5.671,0,4.7994,6.3687,0,4.3689,5.9535,0,4.211,5.5382,0,4.1868,4.767,0 +PL 2.2671,4.767,0,2.6103,5.2232,0,2.9679,5.671,0,3.3357,6.1017,0,2.4772,6.2048,0,1.6261,6.291,0,0.768,6.3687,0 +PL 3.7595,6.3687,0,4.0607,6.7826,0,4.1724,7.1879,0,4.1868,7.9323,0,1.1988,7.9323,0,1.1988,7.9323,0,1.1988,7.9323,0 +PL 5.4407,6.3687,0,7.5733,6.3687,0,7.5733,6.3687,0,7.5733,6.3687,0 +PL 4.7994,7.9323,0,5.3146,8.308,0,5.9205,8.4464,0,7.1495,8.4661,0 + +[79c1] 私 +L 0.4947,5.8499,3.8816,5.8499 +PL 0.4947,1.617,0,2.172,5.1469,0,3.4543,2.4514,0 +L 2.172,0.0152,2.172,8.0669 +L 5.8916,9.0152,4.1057,0.0749 +A 1.2404,12.747,4.7721,266.175,297.641 +A 1.1707,0.0151,6.5253,360,43.6011 +A 3.1948,7.0011,6.9859,270,308.254 + +[79cb] 秋 +L 0.3457,5.8348,3.7291,5.8348 +PL 0.3457,1.6018,0,2.0203,5.1317,0,3.3018,2.4362,0 +L 2.0203,0,2.0203,8.0517 +PL 5.2916,9,0,5.2916,4.5,-0.2361,3.0413,0,0 +L 7.1163,6.8643,6.6432,5.0996 +L 3.4738,6.8643,3.9431,5.0996 +A 1.0918,12.7318,4.7721,266.175,297.641 +A 10.92,4.5,5.6248,180,233.133 + +[79d1] 科 +L -0.1796,5.8348,3.2111,5.8348 +PL -0.1796,1.6018,0,1.5016,5.1317,0,2.7803,2.4362,0 +L 1.5016,0,1.5016,8.0517 +L 6.1672,8.9998,6.1672,0 +L 3.2111,2.6312,6.5945,3.6992 +L 4.0339,8.466,4.885,7.3983 +L 4.0339,5.7965,4.885,4.7669 +A 0.5629,12.7318,4.7721,266.175,297.641 + +[79d2] 秒 +PL 1.8688,0,0,1.7848,1.4111,0,1.7182,2.8221,0,1.6555,4.233,0,1.2913,3.5354,0,0.9302,2.8206,0,0.5838,2.0973,0 +PL 3.1157,0,0,4.8883,0.9025,0,6.359,2.3136,0,7.361,4.233,0 +PL 4.8249,3.1652,0,5.6798,3.1652,0,5.6798,9,0,5.6798,9,0,5.6798,9,0 +PL 3.1157,3.6991,0,2.363,4.5099,0,1.9284,5.2018,0,1.4415,6.3688,0,0.5838,6.3688,0,0.5838,6.3688,0,0.5838,6.3688,0 +PL 3.5465,5.3009,0,3.8232,6.0142,0,4.1037,6.7106,0,4.4014,7.3983,0 +PL 7.7848,5.5677,0,7.5148,6.178,0,7.2349,6.7882,0,6.9614,7.3983,0 +PL 2.2926,6.3688,0,1.9953,6.7572,0,1.8828,7.1624,0,1.8688,7.9322,0,0.5838,7.9322,0,0.5838,7.9322,0,0.5838,7.9322,0 +PL 2.2926,7.9322,0,2.5693,8.1216,0,2.8429,8.3023,0,3.1157,8.4661,0 + +[79d8] 秘 +PL 1.7771,0,0,1.6931,1.411,0,1.6227,2.8222,0,1.5596,4.2331,0,1.2027,3.5354,0,0.863,2.8207,0,0.5264,2.0975,0 +PL 3.0552,0,0,3.5455,0.534,0,4.0432,1.0678,0,4.5511,1.6018,0,4.6138,3.3559,0,4.6842,5.1103,0,4.7609,6.8645,0 +PL 5.1636,0,0,5.0169,0.3702,0,4.8908,0.7232,0,4.7609,1.0678,0 +PL 5.5874,0,0,6.8732,0,0,6.8732,1.6018,0,6.8732,1.6018,0,6.8732,1.6018,0 +PL 3.0552,2.3644,0,3.1848,3.0015,0,3.3322,3.6215,0,3.4825,4.2331,0 +PL 5.1636,2.6314,0,5.9065,4.4069,0,6.5755,6.6145,0,6.8732,8.4662,0 +PL 7.7243,2.6314,0,7.7068,3.4025,0,7.5978,3.8179,0,7.297,4.2331,0 +PL 2.6314,4.2331,0,2.1554,4.6682,0,1.8223,5.2219,0,1.3463,6.3687,0,0.5264,6.3687,0,0.5264,6.3687,0,0.5264,6.3687,0 +PL 2.2009,6.3687,0,1.9029,6.7572,0,1.7911,7.1626,0,1.7771,7.9323,0,0.5264,7.9323,0,0.5264,7.9323,0,0.5264,7.9323,0 +PL 2.2009,7.9323,0,2.4776,8.1215,0,2.7613,8.3024,0,3.0552,8.4662,0 +PL 5.5874,8.1993,0,5.4372,8.4662,0,5.2936,8.7332,0,5.1636,9.0001,0 + +[79df] 租 +PL 1.9894,0,0,1.9088,1.411,0,1.8391,2.8221,0,1.7761,4.2331,0,1.4118,3.5354,0,1.0542,2.8206,0,0.7075,2.0974,0 +PL 3.6706,0,0,4.5217,0,0,4.5217,8.4662,0,7.0543,8.4662,0,7.0543,0,0,7.9054,0,0,7.9054,0,0,7.9054,0,0 +PL 4.9493,0,0,6.6266,0,0,6.6266,0,0,6.6266,0,0 +PL 4.9493,3.1653,0,6.6266,3.1653,0,6.6266,3.1653,0,6.6266,3.1653,0 +PL 3.2398,3.6991,0,2.4692,4.5084,0,2.0353,5.1907,0,1.5656,6.3305,0,0.7075,6.3305,0,0.7075,6.3305,0,0.7075,6.3305,0 +PL 4.9493,5.8348,0,6.6266,5.8348,0,6.6266,5.8348,0,6.6266,5.8348,0 +PL 2.3855,6.3305,0,2.1085,6.7458,0,2.0069,7.161,0,1.9894,7.9322,0,0.7075,7.9322,0,0.7075,7.9322,0,0.7075,7.9322,0 +PL 2.3855,7.9322,0,2.6657,8.1215,0,2.9459,8.3023,0,3.2398,8.4662,0 + +[79e9] 秩 +PL 1.3135,0,0,1.2329,1.411,0,1.1629,2.8222,0,1.1033,4.2331,0,0.7356,3.5452,0,0.3787,2.8489,0,0.0351,2.1356,0 +PL 2.9946,0,0,3.6951,1.2571,0,4.4065,2.5058,0,5.1245,3.7373,0,4.7669,4.0862,0,4.2139,4.2148,0,2.9946,4.2331,0 +PL 7.2361,0,0,6.6652,1.0678,0,6.1052,2.1356,0,5.5549,3.2035,0 +PL 2.14,4.2331,0,1.7131,4.9563,0,1.296,5.671,0,0.8897,6.3687,0,0.0351,6.3687,0,0.0351,6.3687,0,0.0351,6.3687,0 +PL 5.5549,4.2331,0,5.2366,5.0438,0,5.0191,6.0919,0,4.7038,6.9026,0,3.7827,6.6852,0,3.3449,6.4083,0,2.9946,5.8348,0,2.14,6.4563,0,1.5376,6.7642,0,1.3135,7.9704,0,0.0351,7.9704,0,0.0351,7.9704,0,0.0351,7.9704,0 +PL 5.9822,4.2331,0,7.2361,4.2331,0,7.2361,4.2331,0,7.2361,4.2331,0 +PL 5.5549,6.9026,0,5.2537,7.3362,0,5.1417,7.8801,0,5.1245,9.0001,0 +PL 5.9822,6.9026,0,6.8057,6.9026,0,6.8057,6.9026,0,6.8057,6.9026,0 +PL 3.8496,7.4366,0,3.8496,8.5044,0,3.8496,8.5044,0,3.8496,8.5044,0 +PL 1.7408,7.9704,0,2.014,8.1597,0,2.2942,8.3405,0,2.5673,8.5044,0 + +[79f0] 称 +PL 2.0203,0.0001,0,1.9362,1.4111,0,1.8693,2.8222,0,1.8101,4.2332,0,1.4494,3.5454,0,1.1061,2.849,0,0.7695,2.1357,0 +PL 5.0114,0.0001,0,5.8341,0.0001,0,5.8341,6.9027,0,4.5732,6.7446,0,3.0146,6.349,0,2.0203,5.8349,0,2.2126,5.0439,0,2.5456,4.4903,0,3.3018,3.6993,0 +PL 3.7291,2.1357,0,4.3315,3.2755,0,4.5557,3.9578,0,4.5841,4.7671,0 +PL 7.9709,2.1357,0,7.6729,3.0128,0,7.3927,3.8899,0,7.1163,4.7671,0 +PL 0.7695,6.3687,0,1.6105,6.5383,0,1.9537,7.0636,0,2.0203,7.9705,0,0.7695,7.9705,0,0.7695,7.9705,0,0.7695,7.9705,0 +PL 6.2652,6.9027,0,7.9709,6.9027,0,7.9709,6.9027,0,7.9709,6.9027,0 +PL 4.5841,7.4366,0,4.8814,7.8504,0,4.9939,8.2558,0,5.0114,9.0001,0 +PL 2.4507,7.9705,0,2.7208,8.1597,0,3.008,8.3406,0,3.3018,8.5044,0 + +[79fb] 移 +PL 1.5621,0,0,1.4816,1.411,0,1.4084,2.822,0,1.3488,4.2329,0,0.9912,3.5452,0,0.648,2.8489,0,0.3083,2.1355,0 +PL 2.8405,0,0,3.6745,0.4563,0,4.5221,0.904,0,5.3766,1.3348,0,4.9455,1.9716,0,4.5291,2.5918,0,4.1228,3.2034,0,3.6955,2.8586,0,3.2717,2.5056,0,2.8405,2.1355,0 +PL 5.8004,1.6017,0,6.2277,2.2387,0,6.655,2.8586,0,7.0855,3.4703,0,5.2677,3.6511,0,4.3921,3.8488,0,3.6955,4.2329,0 +PL 2.8405,3.6991,0,2.07,4.5097,0,1.6357,5.2019,0,1.1593,6.3686,0,0.3083,6.3686,0,0.3083,6.3686,0,0.3083,6.3686,0 +PL 4.9805,4.2329,0,4.8268,4.4222,0,4.6832,4.6032,0,4.5501,4.7668,0,4.8268,5.137,0,5.0965,5.4902,0,5.3766,5.8347,0,5.019,6.2048,0,4.6758,6.5579,0,4.3399,6.9025,0,3.9718,6.5579,0,3.6149,6.2048,0,3.2717,5.8347,0,2.3786,6.4901,0,1.7793,6.7811,0,1.5621,7.9703,0,0.3083,7.9703,0,0.3083,7.9703,0,0.3083,7.9703,0 +PL 5.8004,6.3686,0,6.0768,6.8249,0,6.357,7.2726,0,6.655,7.7033,0,5.9542,7.6257,0,5.2506,7.5394,0,4.5501,7.4364,0 +PL 1.9859,7.9703,0,2.2661,8.1596,0,2.5463,8.3404,0,2.8405,8.5044,0 + +[7a00] 稀 +PL 4.0358,6.9026,0,4.523,7.2457,0,5.02,7.589,0,5.5314,7.9322,0,5.199,8.308,0,4.8659,8.4463,0,4.2495,8.4661,0 +PL 7.6363,6.9026,0,7.0553,7.2457,0,6.4879,7.589,0,5.9275,7.9322,0 +PL 6.5684,8.4661,0,6.7852,8.6553,0,6.9957,8.8362,0,7.2055,9,0 +PL 5.9275,0,0,5.9275,3.6991,0,4.2495,3.6991,0,4.2495,1.0677,0,4.2495,1.0677,0,4.2495,1.0677,0 +PL 6.7852,1.0677,0,7.6363,1.0677,0,7.6363,3.6991,0,6.3548,3.6991,0,6.3548,3.6991,0,6.3548,3.6991,0 +PL 2.9644,2.0975,0,3.2408,2.4675,0,3.5245,2.8206,0,3.8225,3.1653,0 +PL 4.6736,4.233,0,4.8102,4.5,0,4.9503,4.767,0,5.1041,5.0339,0,4.523,5.137,0,3.9553,5.2232,0,3.3952,5.3009,0 +PL 5.5314,5.5678,0,5.654,5.8347,0,5.7839,6.1017,0,5.9275,6.3687,0 +PL 5.9275,5.3009,0,8.0636,5.3009,0,8.0636,5.3009,0,8.0636,5.3009,0 +L 0.4392,5.8348,3.8225,5.8348 +PL 0.4392,1.6018,0,2.113,5.1317,0,3.3952,2.4362,0 +L 2.113,0,2.113,8.0517 +A 1.1813,12.7318,4.7721,266.175,297.641 + +[7a0b] 程 +PL 2.2326,7.9322,0,2.5093,8.1215,0,2.793,8.3023,0,3.0837,8.4662,0 +PL 2.2326,6.3305,0,1.9527,6.7458,0,1.8512,7.161,0,1.8372,7.9322,0,0.5588,7.9322,0,0.5588,7.9322,0,0.5588,7.9322,0 +PL 1.8372,0,0,1.7531,1.411,0,1.6862,2.8221,0,1.6232,4.2331,0,1.2589,3.5354,0,0.8985,2.8206,0,0.5588,2.0974,0 +PL 3.5148,0,0,5.651,0,0,5.5669,1.3912,0,5.2027,1.9774,0,4.3726,2.0974,0 +PL 6.0471,0,0,7.7559,0,0,7.7559,0,0,7.7559,0,0 +PL 6.0471,2.0974,0,5.7701,2.5325,0,5.665,3.0861,0,5.651,4.2331,0,3.9421,4.2331,0,3.9421,4.2331,0,3.9421,4.2331,0 +PL 3.0837,3.6992,0,2.3131,4.5084,0,1.8792,5.1907,0,1.4099,6.3305,0,0.5588,6.3305,0,0.5588,6.3305,0,0.5588,6.3305,0 +PL 6.0471,4.2331,0,7.3287,4.2331,0,7.3287,4.2331,0,7.3287,4.2331,0 +PLC 4.3726,7.0536,0,4.3726,8.4662,0,6.8982,8.4662,0,6.8982,6.3305,0,4.3726,6.3305,0 + +[7a0e] 税 +PL 1.4099,0,0,1.3255,1.411,0,1.2554,2.8221,0,1.1924,4.2331,0,0.8351,3.5354,0,0.4954,2.8206,0,0.1592,2.0974,0 +PL 2.9016,0,0,3.8896,1.4364,0,4.3096,2.5423,0,4.3936,4.2331,0,3.5425,4.2331,0,3.5425,6.8644,0,5.6475,6.8644,0,5.7809,7.5876,0,5.9245,8.3023,0,6.0751,9,0 +PL 5.6475,0,0,5.6475,4.2331,0,4.8244,4.2331,0,4.8244,4.2331,0,4.8244,4.2331,0 +PL 6.0751,0,0,7.3567,0,0,7.3567,1.5635,0,7.3567,1.5635,0,7.3567,1.5635,0 +PL 2.6848,3.6992,0,1.7107,4.9492,0,1.1328,5.8432,0,0.1592,6.3305,0 +PL 6.0751,4.2331,0,6.9294,4.2331,0,6.9294,6.8644,0,6.0751,6.8644,0,6.0751,6.8644,0,6.0751,6.8644,0 +PL 1.8337,6.3305,0,1.5356,6.7458,0,1.4235,7.161,0,1.4099,7.9322,0,0.1592,7.9322,0,0.1592,7.9322,0,0.1592,7.9322,0 +PL 1.8337,7.9322,0,2.1104,8.1215,0,2.3937,8.3023,0,2.6848,8.4662,0 +PL 4.3936,8.1991,0,4.2434,8.4662,0,4.0994,8.733,0,3.9733,9,0 + +[7a1a] 稚 +PL 2.1428,0,0,2.0623,1.411,0,1.9957,2.822,0,1.9288,4.2331,0,1.5646,3.5452,0,1.2077,2.8489,0,0.8645,2.1356,0 +PL 4.2478,0,0,4.1673,2.1342,0,4.1007,4.2599,0,4.0338,6.3686,0,3.4034,6.1116,0,2.7799,6.0918,0,2.1428,5.8348,0,2.3215,5.0637,0,2.5421,4.6483,0,3.0006,4.2331,0 +PL 4.6748,0,0,5.9567,0,0,5.929,1.6921,0,5.6208,2.4774,0,4.6748,2.6695,0 +PL 6.384,0,0,8.0616,0,0,8.0616,0,0,8.0616,0,0 +PL 6.384,2.6695,0,5.8516,3.7557,0,5.6383,4.4944,0,4.6748,4.7671,0 +PL 6.8151,2.6695,0,7.6378,2.6695,0,7.6378,2.6695,0,7.6378,2.6695,0 +PL 6.384,4.7671,0,5.7259,6.0495,0,5.4597,6.7133,0,4.2478,6.9026,0,4.3809,7.6159,0,4.5245,8.3122,0,4.6748,9.0001,0 +PL 6.8151,4.7671,0,7.6378,4.7671,0,7.6378,4.7671,0,7.6378,4.7671,0 +PL 0.8645,6.3686,0,1.712,6.5198,0,2.0689,7.0184,0,2.1428,7.9322,0,0.8645,7.9322,0,0.8645,7.9322,0,0.8645,7.9322,0 +PL 6.384,6.9026,0,6.1003,7.5141,0,6.1003,8.058,0,6.384,9.0001,0 +PL 6.8151,6.9026,0,8.0616,6.9026,0,8.0616,6.9026,0,8.0616,6.9026,0 + +[7a2e] 種 +PL 2.0218,0,0,1.9377,1.411,0,1.8712,2.822,0,1.8043,4.2332,0,1.44,3.5452,0,1.0866,2.8489,0,0.7399,2.1356,0 +PL 3.7026,0,0,5.8356,0,0,5.6048,1.3305,0,4.9884,1.6441,0,4.1267,1.6017,0 +L 6.2594,0,7.9371,0 +PL 6.2594,1.6017,0,5.962,2.1342,0,5.6818,2.6582,0,5.4083,3.1652,0,4.1267,3.1652,0,4.1267,5.3009,0,5.044,5.3305,0,5.4889,5.5382,0,5.8356,6.1017,0,5.6818,6.3687,0,5.5417,6.6356,0,5.4083,6.9025,0,3.2161,6.6822,0,2.13,5.75,0,3.2721,3.6992,0 +L 6.6905,1.6017,7.5133,1.6017 +PL 6.2594,3.1652,0,5.6289,3.9167,0,5.1876,4.1935,0,4.5537,4.2332,0 +PL 6.6905,3.1652,0,7.5133,3.1652,0,7.5133,4.2332,0,6.6201,4.2529,0,6.1827,4.3912,0,5.8356,4.767,0,6.1827,5.1229,0,6.6201,5.1229,0,7.5133,4.767,0 +PL 0.7399,6.3687,0,1.591,6.5198,0,1.9444,7.0183,0,2.0218,7.9322,0,0.7399,7.9322,0 +PL 6.2594,6.9025,0,5.8951,7.4491,0,5.3453,7.7161,0,4.1267,7.9322,0 +L 6.6905,6.9025,7.9371,6.9025 +PL 2.4487,7.9322,0,2.7223,8.1214,0,2.9986,8.3023,0,3.2721,8.4662,0 +PL 6.2594,7.9322,0,6.5925,8.3079,0,6.9147,8.4464,0,7.5133,8.4662,0 + +[7a32] 稲 +PL 1.436,0,0,1.3555,1.4379,0,1.2854,2.8587,0,1.2259,4.2711,0,0.862,3.5734,0,0.5012,2.8587,0,0.1577,2.1356,0 +PL 3.5725,0,0,3.5725,4.7669,0,3.5725,4.7669,0,3.5725,4.7669,0 +PLC 4.8229,1.6003,0,4.8229,4.7669,0,6.9629,4.7669,0,6.9629,0,0,4.8229,0,0 +PL 5.2537,2.6695,0,6.5325,2.6695,0,6.5325,2.6695,0,6.5325,2.6695,0 +PL 2.7214,3.7373,0,1.9439,4.5213,0,1.4991,5.2034,0,1.0123,6.3686,0,0.1577,6.3686,0,0.1577,6.3686,0,0.1577,6.3686,0 +PL 3.9683,6.1017,0,3.8286,6.3686,0,3.6951,6.6356,0,3.5725,6.9025,0 +PL 5.2537,6.1017,0,5.0996,6.3686,0,4.956,6.6356,0,4.8229,6.9025,0 +PL 6.5325,6.1017,0,6.6652,6.5579,0,6.8092,7.0056,0,6.9629,7.4364,0 +PL 1.8672,6.3686,0,1.5625,6.784,0,1.4504,7.1992,0,1.436,7.9704,0,0.1577,7.9704,0,0.1577,7.9704,0,0.1577,7.9704,0 +PL 1.8672,7.9704,0,2.1435,8.1596,0,2.4241,8.3404,0,2.7214,8.5042,0 +PL 3.5725,7.9704,0,4.9108,8.1088,0,5.8877,8.3658,0,6.9629,8.5042,0 + +[7a3c] 稼 +PL 2.1428,0,0,2.0623,1.4379,0,1.9957,2.8587,0,1.9288,4.2711,0,1.5646,3.5734,0,1.2077,2.8587,0,0.8645,2.1356,0 +PL 4.6748,0,0,5.3126,0.0395,0,5.7535,0.3164,0,6.384,1.0679,0,6.2999,1.7909,0,6.2334,2.5056,0,6.1738,3.2033,0,5.2355,2.5056,0,4.3105,1.7909,0,3.3967,1.0679,0 +PL 8.0616,1.0679,0,7.6378,1.6017,0,7.2179,2.1356,0,6.8151,2.6695,0 +PL 4.0338,3.2033,0,4.5245,3.6596,0,5.0215,4.1073,0,5.5294,4.5382,0,5.3196,4.8036,0,5.1056,5.0608,0,4.8923,5.3007,0,4.5245,5.1369,0,4.1673,4.9562,0,3.8205,4.7669,0 +PL 6.8151,3.7373,0,7.2179,4.2698,0,7.6378,4.7939,0,8.0616,5.3007,0 +PL 3.0006,4.2711,0,2.5246,4.6794,0,2.1915,5.2232,0,1.7156,6.3686,0,0.8645,6.3686,0,0.8645,6.3686,0,0.8645,6.3686,0 +PL 5.5294,6.1017,0,5.1056,6.2048,0,4.6748,6.2909,0,4.2478,6.3686,0 +PL 2.5733,6.3686,0,2.2721,6.784,0,2.1604,7.1992,0,2.1428,7.9704,0,0.8645,7.9704,0,0.8645,7.9704,0,0.8645,7.9704,0 +PL 3.0006,6.3686,0,3.2776,6.784,0,3.3824,7.1992,0,3.3967,7.9704,0,3.1197,8.1596,0,2.8468,8.3404,0,2.5733,8.5042,0 +PL 5.9567,6.3686,0,7.2389,6.3686,0,7.2389,6.3686,0,7.2389,6.3686,0 +PL 8.0616,6.9025,0,8.0616,7.9704,0,3.8205,7.9704,0,3.8205,7.9704,0,3.8205,7.9704,0 + +[7a3f] 稿 +PL 2.113,0.0152,0,2.0328,1.453,0,1.9659,2.874,0,1.8997,4.2863,0,1.5456,3.5887,0,1.1988,2.874,0,0.8595,2.1508,0 +PL 3.8225,0.0152,0,3.8225,3.7525,0,8.0636,3.7525,0,8.0636,0.0152,0,7.2055,0.0152,0,7.2055,0.0152,0,7.2055,0.0152,0 +PLC 5.1041,1.6168,0,5.1041,2.6847,0,6.7852,2.6847,0,6.7852,1.083,0,5.1041,1.083,0 +PL 2.9644,4.2863,0,2.4947,4.6946,0,2.169,5.2384,0,1.7176,6.3838,0,0.8595,6.3838,0,0.8595,6.3838,0,0.8595,6.3838,0 +PLC 4.6736,5.6861,0,4.6736,6.3838,0,7.2055,6.3838,0,7.2055,5.316,0,4.6736,5.316,0 +PL 2.5406,6.3838,0,2.2429,6.7991,0,2.1305,7.2144,0,2.113,7.9855,0,0.8595,7.9855,0,0.8595,7.9855,0,0.8595,7.9855,0 +PL 2.5406,7.9855,0,3.2373,8.2228,0,4.253,8.1042,0,5.9275,7.9855,0,5.9275,9.0534,0,5.9275,9.0534,0,5.9275,9.0534,0 +PL 6.3548,7.9855,0,8.0636,7.9855,0,8.0636,7.9855,0,8.0636,7.9855,0 + +[7a40] 穀 +PL 1.7751,0,0,1.6907,0.7232,0,1.621,1.4379,0,1.5615,2.1356,0,1.0747,1.6017,0,0.584,1.0678,0,0.094,0.5339,0 +PL 4.1218,0,0,4.6086,0.5339,0,5.0986,1.0678,0,5.5855,1.6017,0,5.0111,2.7415,0,4.7939,3.4238,0,4.7624,4.2331,0,6.4404,4.2331,0,6.2898,3.5452,0,6.1462,2.8489,0,6.0166,2.1356,0 +PL 6.8674,0,0,6.5696,0.3701,0,6.2898,0.7232,0,6.0166,1.0678,0 +PL 3.0532,1.0678,0,2.0764,2.2796,0,1.2739,2.5764,0,0.094,2.6695,0 +PL 2.6294,2.6695,0,3.4843,2.6695,0,3.4843,2.6695,0,3.4843,2.6695,0 +PL 1.7751,3.4323,0,0.6435,3.7388,0,0.185,4.257,0,0.094,5.3008,0,3.4843,5.3008,0,3.4843,4.2331,0,3.4843,4.2331,0,3.4843,4.2331,0 +PL 4.3354,5.5678,0,4.6363,6.2091,0,4.7449,6.9606,0,4.7624,8.4661,0,6.0166,8.4661,0,6.0166,5.8348,0,7.2947,5.8348,0,7.2947,6.9026,0,7.2947,6.9026,0,7.2947,6.9026,0 +PL 0.5209,6.9026,0,1.3965,7.1102,0,1.6631,7.3178,0,1.5615,7.7035,0,1.0747,7.7797,0,0.584,7.856,0,0.094,7.9322,0 +PL 2.1989,6.9026,0,3.0532,6.9026,0,3.0532,6.9026,0,3.0532,6.9026,0 +PL 2.1989,7.9322,0,2.0483,8.3023,0,1.9047,8.6554,0,1.7751,9,0 +PL 2.6294,7.9322,0,3.4843,7.9322,0,3.4843,7.9322,0,3.4843,7.9322,0 + +[7a42] 穂 +PL 2.0835,0,0,1.9998,1.411,0,1.9294,2.8221,0,1.8698,4.2331,0,1.5056,3.5452,0,1.1452,2.8489,0,0.8019,2.1356,0 +PL 3.3342,0.267,0,3.4634,0.7232,0,3.6105,1.1709,0,3.7615,1.6017,0 +PL 5.0395,0,0,4.7418,0.4351,0,4.6301,0.9887,0,4.6157,2.1356,0 +PL 5.4703,0,0,6.7176,0,0,6.7176,1.0678,0,6.7176,1.0678,0,6.7176,1.0678,0 +PL 8.0026,0.8008,0,7.8524,1.0678,0,7.7052,1.3348,0,7.5718,1.6017,0 +PL 3.3342,3.6992,0,2.5812,4.5099,0,2.1434,5.202,0,1.6565,6.3686,0,0.8019,6.3686,0,0.8019,6.3686,0,0.8019,6.3686,0 +PL 4.1884,3.6992,0,4.1884,6.3686,0,5.1061,6.3983,0,5.5474,6.6059,0,5.8976,7.1695,0,5.1271,7.7261,0,4.0308,8.0622,0,3.1167,8.4661,0,2.5318,8.0523,0,2.2624,7.6469,0,2.0835,6.9026,0,2.4127,6.5268,0,2.7384,6.3885,0,3.3342,6.3686,0 +PL 4.6157,3.6992,0,5.8976,3.6992,0,5.747,4.8941,0,5.3166,5.2755,0,4.6157,5.3008,0 +PL 6.3214,3.6992,0,7.5718,3.6992,0,7.5718,5.3008,0,6.6787,5.3207,0,6.2409,5.459,0,5.8976,5.8348,0,6.2409,6.1907,0,6.6787,6.1907,0,7.5718,5.8348,0 +PL 0.8019,7.9322,0,1.6565,7.9322,0,1.6565,7.9322,0,1.6565,7.9322,0 +PL 6.3214,7.9322,0,6.1712,8.3023,0,6.0307,8.6554,0,5.8976,9,0 +PL 6.7176,7.9322,0,8.0026,7.9322,0,8.0026,7.9322,0,8.0026,7.9322,0 + +[7a4d] 積 +PL 1.9008,0,0,1.8171,1.411,0,1.7467,2.8221,0,1.6872,4.2331,0,1.3194,3.5353,0,0.9625,2.8206,0,0.6158,2.0974,0 +PL 3.8205,0,0,4.1564,0.4464,0,4.4997,0.8757,0,4.8569,1.2966,0,4.7028,2.4675,0,4.5631,3.6214,0,4.4331,4.767,0,6.9938,4.767,0,6.8428,3.6214,0,6.6961,2.4675,0,6.5661,1.2966,0,6.8428,0.8757,0,7.123,0.4464,0,7.4211,0,0 +PL 5.2842,1.5637,0,6.1427,1.5637,0,6.1427,1.5637,0,6.1427,1.5637,0 +PL 4.8569,2.6314,0,6.5661,2.6314,0,6.5661,2.6314,0,6.5661,2.6314,0 +PL 3.1792,3.6991,0,2.4055,4.5085,0,1.9639,5.1905,0,1.4704,6.3305,0,0.6158,6.3305,0,0.6158,6.3305,0,0.6158,6.3305,0 +PL 4.8569,3.6991,0,6.5661,3.6991,0,6.5661,3.6991,0,6.5661,3.6991,0 +PL 3.61,5.8347,0,2.7134,6.4464,0,2.1183,6.7359,0,1.9008,7.9324,0,0.6158,7.9324,0,0.6158,7.9324,0,0.6158,7.9324,0 +PL 4.0303,5.8347,0,4.5841,5.938,0,5.1406,6.024,0,5.7115,6.1017,0,5.3791,6.6385,0,5.046,6.8362,0,4.4331,6.8644,0 +PL 6.1427,5.8347,0,7.8484,5.8347,0,7.8484,5.8347,0,7.8484,5.8347,0 +PL 6.1427,6.8644,0,5.4909,7.6158,0,4.9483,7.8926,0,4.0303,7.9324,0 +PL 2.3215,7.9324,0,2.6017,8.1215,0,2.8815,8.3023,0,3.1792,8.4662,0 +PL 6.1427,7.9324,0,5.9851,8.3023,0,5.8415,8.6553,0,5.7115,9,0 +PL 6.5661,7.9324,0,7.4211,7.9324,0,7.4211,7.9324,0,7.4211,7.9324,0 + +[7a4f] 穏 +PL 2.0499,0,0,1.9694,1.4379,0,1.9028,2.8587,0,1.8366,4.2711,0,1.4724,3.5734,0,1.1183,2.8587,0,0.768,2.1356,0 +PL 3.3357,0.2668,0,3.4649,0.7231,0,3.6085,1.1709,0,3.7595,1.6017,0 +PL 5.0134,0,0,4.7122,0.435,0,4.5997,0.9887,0,4.5822,2.1356,0 +PL 5.4407,0,0,6.7222,0,0,6.7222,1.0679,0,6.7222,1.0679,0,6.7222,1.0679,0 +PL 8.0006,0.8008,0,7.8504,1.0679,0,7.7032,1.3347,0,7.5733,1.6017,0 +PL 4.1868,3.7373,0,7.5733,3.7373,0,7.5733,5.3007,0,4.1868,5.3007,0,4.1868,5.3007,0,4.1868,5.3007,0 +PL 2.9084,4.2711,0,2.4317,4.6794,0,2.0993,5.2232,0,1.6261,6.3686,0,0.768,6.3686,0,0.768,6.3686,0,0.768,6.3686,0 +PL 7.5733,6.1017,0,6.5685,6.2909,0,5.5734,6.4717,0,4.5822,6.6356,0,4.4386,7.0056,0,4.3125,7.3588,0,4.1868,7.7034,0,5.5104,8.0297,0,6.3723,8.3559,0,7.1495,8.5042,0,7.132,7.733,0,7.0203,7.3178,0,6.7222,6.9025,0 +PL 2.4772,6.3686,0,2.1799,6.784,0,2.0675,7.1992,0,2.0499,7.9704,0,0.768,7.9704,0,0.768,7.9704,0,0.768,7.9704,0 + +[7a6b] 穫 +PL 1.2554,0,0,1.1713,1.411,0,1.1052,2.8221,0,1.0421,4.2331,0,0.8316,3.8885,0,0.625,3.5354,0,0.4288,3.1653,0 +PL 2.5412,0,0,3.7565,0.0198,0,4.2994,0.1582,0,4.6461,0.534,0,4.0293,1.4563,0,3.5954,1.8616,0,2.965,2.0975,0 +PL 5.9245,0,0,5.6265,0.1892,0,5.3463,0.3701,0,5.0661,0.534,0 +PL 6.355,0,0,7.6334,0,0,7.6334,0,0,7.6334,0,0 +PL 6.1378,1.0297,0,6.355,1.2966,0,6.5651,1.5636,0,6.7756,1.8306,0,5.9245,1.9337,0,5.0801,2.0198,0,4.2469,2.0975,0 +PL 3.8196,3.1653,0,3.8052,5.0368,0,3.6935,5.8574,0,3.3923,6.3304,0,3.0942,5.9874,0,2.8105,5.6441,0,2.5412,5.3009,0 +PL 4.2469,3.1653,0,4.6528,3.2684,0,5.0734,3.3546,0,5.4972,3.4324,0,5.1676,3.9958,0,4.8419,4.2034,0,4.2469,4.2331,0 +PL 5.9245,3.1653,0,7.2061,3.1653,0,7.2061,3.1653,0,7.2061,3.1653,0 +PL 2.11,4.2331,0,1.5745,4.8955,0,1.0908,5.6681,0,0.4288,6.3304,0 +PL 5.9245,4.2331,0,5.2941,4.9845,0,4.8559,5.2613,0,4.2469,5.3009,0 +PL 5.9245,5.3009,0,4.8703,6.4746,0,3.774,7.4958,0,2.965,7.9322,0 +PL 1.6827,6.3304,0,1.3815,6.7458,0,1.2698,7.1611,0,1.2554,7.9322,0,0.4288,7.9322,0,0.4288,7.9322,0,0.4288,7.9322,0 +PL 5.9245,6.3304,0,5.2482,7.1922,0,4.6948,8.0368,0,4.2469,9.0001,0 +PL 6.355,6.3304,0,7.2061,6.3304,0,7.2061,6.3304,0,7.2061,6.3304,0 +PL 6.355,7.9322,0,6.1974,8.3023,0,6.0573,8.6554,0,5.9245,9.0001,0 +PL 6.7756,7.9322,0,7.6334,7.9322,0,7.6334,7.9322,0,7.6334,7.9322,0 + +[7a74] 穴 +PL 0.7686,0,0,1.6971,1.5239,0,2.3867,2.9633,0,2.6637,4.7669,0 +PL 7.3287,0,0,6.2678,1.8149,0,5.5109,3.435,0,5.2237,5.3008,0 +PL 0.5588,5.8347,0,0.5588,7.4364,0,3.9421,7.4364,0,3.9421,9,0,3.9421,9,0,3.9421,9,0 +PL 7.3287,5.8347,0,7.3287,7.4364,0,4.3726,7.4364,0,4.3726,7.4364,0,4.3726,7.4364,0 + +[7a76] 究 +PL 0.6158,0,0,1.8413,0.5566,0,2.6857,1.4011,0,3.61,2.6696,0,3.2423,3.0184,0,2.6857,3.1469,0,1.4704,3.1653,0 +PL 5.7115,0,0,5.4103,0.4731,0,5.3017,1.294,0,5.2842,3.1653,0,4.1704,3.2672,0,3.7046,3.7247,0,3.61,4.7671,0 +PL 6.1427,0,0,7.4211,0,0,7.4211,1.6018,0,7.4211,1.6018,0,7.4211,1.6018,0 +PL 1.6872,5.3009,0,2.7344,6.4663,0,3.1232,7.1484,0,3.1792,7.9323,0,0.6158,7.9323,0,0.6158,6.9026,0,0.6158,6.9026,0,0.6158,6.9026,0 +PL 5.2842,5.3009,0,4.983,5.7543,0,4.8713,6.4366,0,4.8569,7.9323,0,3.61,7.9323,0,3.61,7.9323,0,3.61,7.9323,0 +PL 5.7115,5.3009,0,6.9938,5.3009,0,7.1023,6.2289,0,7.3086,7.0298,0,7.4211,7.9323,0,5.2842,7.9323,0,5.2842,7.9323,0,5.2842,7.9323,0 + +[7a7a] 空 +PL 6.8032,6.9027,0,6.8032,7.9322,0,0,7.9322,0,0,6.9027,0 +L 3.4016,7.9322,3.4016,9.0001 +PL 1.0676,4.767,0,2.5624,6.3983,0,2.5624,7.9322,0 +L 5.9486,3.1652,0.8532,3.1652 +L 3.417,0,3.417,3.1652 +L 0,0,6.8032,0 +PL 4.2408,7.9322,0,4.2398,5.9013,0.185,4.6751,4.767,0,6.8032,4.767,0,6.8032,5.8349,0 + +[7a81] 突 +PL 0.6158,0.0152,0,1.7257,0.4234,0,2.5001,0.9671,0,3.61,2.1126,0,3.61,3.1805,0,0.6158,3.1805,0,0.6158,3.1805,0,0.6158,3.1805,0 +PL 6.5661,0.0152,0,5.046,1.5815,0,4.4121,2.7836,0,4.0303,4.7821,0 +PL 4.8569,3.1805,0,7.4211,3.1805,0,7.4211,3.1805,0,7.4211,3.1805,0 +PL 1.2564,4.7821,0,1.9008,5.3146,0,2.5386,5.8387,0,3.1792,6.3457,0,3.1792,7.9475,0,0.6158,7.9475,0,0.6158,6.8797,0,0.6158,6.8797,0,0.6158,6.8797,0 +PL 5.2842,5.3161,0,4.983,5.7441,0,4.8713,6.4263,0,4.8569,7.9475,0,3.61,7.9475,0,3.61,7.9475,0,3.61,7.9475,0 +PL 5.7115,5.3161,0,6.9938,5.3161,0,7.1023,6.2186,0,7.3086,7.0196,0,7.4211,7.9475,0,5.2842,7.9475,0,5.2842,7.9475,0,5.2842,7.9475,0 + +[7a83] 窃 +PL 3.2978,0,0,4.1945,1.3941,0,4.7759,2.6102,0,4.979,4.2331,0,3.7286,4.2331,0,3.7286,4.2331,0,3.7286,4.2331,0 +PL 5.4063,0,0,6.6182,0.7331,0,6.7971,2.4068,0,6.6847,4.2331,0,5.4063,4.2331,0,5.4063,4.2331,0,5.4063,4.2331,0 +PL 1.5925,1.0677,0,1.2594,1.7133,0,0.927,2.4943,0,0.3141,3.1653,0 +PL 2.0198,1.0677,0,2.874,1.0677,0,2.874,2.0974,0,2.874,2.0974,0,2.874,2.0974,0 +PL 1.5925,3.1653,0,1.2913,3.5806,0,1.1827,3.9958,0,1.1652,4.767,0 +PL 2.0198,3.6991,0,2.874,3.6991,0,2.874,3.6991,0,2.874,3.6991,0 +PL 0.734,5.8348,0,2.149,6.5212,0,2.874,6.8644,0,2.874,7.9322,0,0.3141,7.9322,0,0.3141,6.8644,0,0.3141,6.8644,0,0.3141,6.8644,0 +PL 4.979,5.8348,0,4.6743,6.243,0,4.5661,6.7867,0,4.5486,7.9322,0,3.2978,7.9322,0,3.2978,7.9322,0,3.2978,7.9322,0 +PL 5.4063,5.8348,0,5.8336,5.9379,0,6.2574,6.024,0,6.6847,6.1017,0,6.8147,6.712,0,6.9614,7.322,0,7.1124,7.9322,0,4.979,7.9322,0,4.979,7.9322,0,4.979,7.9322,0 + +[7a92] 窒 +PL 0.0616,0,0,3.452,0,0,3.0457,1.5,0,2.0688,1.7289,0,0.8882,1.6018,0 +PL 3.8796,0,0,6.8388,0,0,6.8388,0,0,6.8388,0,0 +PL 3.8796,1.6018,0,3.5781,2.0171,0,3.466,2.4323,0,3.452,3.2035,0,0.8882,3.2035,0,0.8882,3.2035,0,0.8882,3.2035,0 +PL 4.3066,1.6018,0,5.9846,1.6018,0,5.9846,1.6018,0,5.9846,1.6018,0 +PL 6.4084,3.2035,0,6.1138,3.5467,0,5.8301,3.8899,0,5.5569,4.2331,0,5.207,3.8843,0,4.7759,3.7557,0,3.8796,3.7373,0 +PL 2.1736,3.7373,0,2.4436,4.1837,0,2.7273,4.613,0,3.0247,5.034,0,2.1736,5.1371,0,1.3225,5.2232,0,0.4924,5.3009,0 +PL 5.1296,5.034,0,4.5591,5.1371,0,4.0022,5.2232,0,3.452,5.3009,0 +PL 5.5569,5.3009,0,6.4084,5.3009,0,6.4084,5.3009,0,6.4084,5.3009,0 +PL 1.5291,6.3687,0,1.8724,6.8249,0,2.2331,7.2727,0,2.5974,7.7034,0,1.7431,7.8066,0,0.8987,7.8928,0,0.0616,7.9704,0,0.0616,6.9026,0,0.0616,6.9026,0,0.0616,6.9026,0 +PL 4.3066,6.3687,0,4.3066,7.9704,0,3.0247,7.9704,0,3.0247,7.9704,0,3.0247,7.9704,0 +PL 4.6992,6.3687,0,5.9846,6.3687,0,5.9846,6.3687,0,5.9846,6.3687,0 +PL 6.8388,6.9026,0,6.8388,7.9704,0,4.6992,7.9704,0,4.6992,7.9704,0,4.6992,7.9704,0 + +[7a93] 窓 +PL 0.768,0.0152,0,1.0486,0.7384,0,1.3288,1.4531,0,1.6261,2.1508,0 +PL 3.3357,0.0152,0,3.0345,0.4501,0,2.9259,1.0039,0,2.9084,2.1508,0 +PL 3.7595,0.0152,0,5.8645,0.0152,0,5.8645,1.083,0,5.8645,1.083,0,5.8645,1.083,0 +PL 7.5733,0.816,0,7.2795,1.2723,0,6.9923,1.7199,0,6.7222,2.1508,0 +PL 4.5822,1.8838,0,4.4386,2.1494,0,4.3125,2.4064,0,4.1868,2.6466,0 +PL 1.1988,3.7143,0,1.7592,3.8175,0,2.3266,3.9036,0,2.9084,3.9814,0,3.1812,4.6184,0,3.4649,5.2383,0,3.7595,5.85,0 +PL 3.3357,3.7143,0,4.4176,3.833,0,5.7765,4.3076,0,5.8645,5.3161,0 +PL 1.8366,5.85,0,2.3266,6.22,0,2.8243,6.5731,0,3.3357,6.9178,0,3.3357,7.9474,0,0.768,7.9474,0,0.768,6.9178,0,0.768,6.9178,0,0.768,6.9178,0 +PL 5.4407,6.3839,0,5.1395,6.7977,0,5.027,7.2031,0,5.0134,7.9474,0,3.7595,7.9474,0,3.7595,7.9474,0,3.7595,7.9474,0 +PL 5.8645,6.3839,0,6.7222,6.3839,0,6.7222,6.3839,0,6.7222,6.3839,0 +PL 7.5733,6.9178,0,7.5733,7.9474,0,5.4407,7.9474,0,5.4407,7.9474,0,5.4407,7.9474,0 + +[7aae] 窮 +PL 2.9674,0.0001,0,3.8252,0.0001,0,3.7415,0.5338,0,3.6711,1.0678,0,3.608,1.6018,0,2.6939,1.257,0,1.7797,0.9039,0,0.8625,0.5338,0 +PL 5.927,0.0001,0,6.9108,0.2726,0,7.2019,1.0114,0,7.2085,2.0975,0,5.1421,2.2162,0,3.3562,2.3348,0,0.8625,2.0975,0 +PL 1.6852,2.6314,0,1.6852,5.3009,0,2.5436,5.3009,0,2.5436,6.3686,0,1.6852,6.3686,0,1.6852,6.3686,0,1.6852,6.3686,0 +PL 5.0724,2.6314,0,5.0724,3.6992,0,7.2085,3.6992,0,7.2085,5.3009,0,4.6763,5.3009,0,4.6763,5.3009,0,4.6763,5.3009,0 +PL 2.1163,3.1652,0,3.8252,3.1652,0,3.8252,4.2332,0,2.1163,4.2332,0,2.1163,4.2332,0,2.1163,4.2332,0 +PL 3.8252,5.0339,0,3.5275,5.137,0,3.2438,5.2232,0,2.9674,5.3009,0 +PL 5.4997,6.3686,0,5.1985,6.7826,0,5.0861,7.1879,0,5.0724,7.9323,0,3.8816,7.7162,0,3.3317,7.4492,0,2.9674,6.9026,0 +PL 5.927,6.3686,0,6.7812,6.3686,0,6.7812,6.3686,0,6.7812,6.3686,0 +PL 0.8625,6.9026,0,0.8625,7.9323,0,2.9674,7.9323,0,2.9674,7.9323,0,2.9674,7.9323,0 +PL 7.6358,6.9026,0,7.6358,7.9323,0,5.4997,7.9323,0,5.4997,7.9323,0,5.4997,7.9323,0 + +[7aaf] 窯 +PL 4.7057,4.7669,0,5.175,5.9351,0,5.1816,6.7896,0,4.9225,7.9323,0,3.6759,7.6949,0,2.7965,7.2797,0,1.5324,6.3306,0 +PL 5.3463,4.7669,0,7.0558,4.7669,0,7.0558,4.7669,0,7.0558,4.7669,0 +PL 0.6813,0,0,0.9787,0.4139,0,1.0876,0.8192,0,1.1016,1.5636,0,4.0647,1.5636,0,4.0468,2.3348,0,3.9453,2.7501,0,3.6686,3.1653,0,1.9597,3.1653,0,1.9597,3.1653,0,1.9597,3.1653,0 +PL 3.2413,0.267,0,3.091,0.5325,0,2.9474,0.7896,0,2.814,1.0296,0 +PL 5.3463,0.267,0,5.0524,0.7134,0,4.7652,1.1427,0,4.4917,1.5636,0 +PL 7.4796,0,0,6.8351,0.9223,0,6.2814,1.3277,0,5.3463,1.5636,0 +PL 4.4917,3.1653,0,4.1904,3.5806,0,4.0822,3.9958,0,4.0647,4.7669,0,1.1016,4.7669,0,1.1016,4.7669,0,1.1016,4.7669,0 +PL 4.9225,3.1653,0,6.2009,3.1653,0,6.2009,3.1653,0,6.2009,3.1653,0 +PL 5.7736,6.3306,0,6.6285,6.3306,0,6.6285,6.3306,0,6.6285,6.3306,0 +PL 0.6813,6.8644,0,0.6813,7.9323,0,2.814,7.9323,0,2.814,7.9323,0,2.814,7.9323,0 +PL 7.4796,6.8644,0,7.4796,7.9323,0,5.3463,7.9323,0,5.3463,7.9323,0,5.3463,7.9323,0 + +[7acb] 立 +L 0.3968,7.4364,6.3468,7.4364 +L 3.3865,7.4364,3.3865,9.0001 +L 0.0003,0.5341,6.7741,0.5341 +A -6.1766,2.1714,8.2823,359.753,26.2531 +A -7.0788,6.1727,12.146,333.752,0.9258 + +[7adc] 竜 +L 5.1565,7.9322,6.0146,7.9322 +PL 3.8781,0,0,3.6641,0.637,0,3.447,1.2571,0,3.2368,1.8686,0,2.5959,1.9449,0,1.9658,2.0212,0,1.3455,2.0975,0,1.3455,5.3009,0,5.587,5.3009,0,5.587,2.0975,0,3.8781,2.0975,0,3.0547,3.6991,0,1.7731,3.6991,0 +PL 4.3054,0,0,6.8657,0,0,6.8657,1.6017,0 +PL 3.8781,3.6991,0,3.5874,4.4224,0,3.447,4.7669,0 +L 4.3054,3.6991,5.1565,3.6991 +PL 0.0639,6.3687,0,0.9217,6.4717,0,1.7731,6.5579,0,2.6309,6.6356,0,2.281,7.3701,0,1.8362,7.7062,0,0.9217,7.9322,0 +PL 3.0547,6.3687,0,3.9517,6.5946,0,4.386,6.9309,0,4.7359,7.6652,0,4.0322,7.7684,0,3.3317,7.8545,0,2.6309,7.9322,0 +L 4.7359,6.3687,6.8657,6.3687 + +[7ae0] 章 +PL 3.3938,0,0,2.8054,1.5848,0,1.4636,1.7712,0,0.0034,1.6017,0 +PL 0.0034,6.3688,0,0.8335,6.4718,0,1.6846,6.5579,0,2.5353,6.6356,0,2.1921,7.3701,0,1.7546,7.7062,0,0.8615,7.9322,0 +L 1.6846,4.233,5.0676,4.233 +PL 3.8176,1.6017,0,3.5125,1.99,0,3.4074,2.3956,0,3.3938,3.1652,0,1.2534,3.1652,0,1.2534,5.3009,0,5.4988,5.3009,0,5.4988,3.1652,0,3.8176,3.1652,0 +L 4.2449,1.6017,6.7768,1.6017 +PL 2.9626,6.3688,0,3.8806,6.5947,0,4.3216,6.9309,0,4.6718,7.6653,0,3.9468,7.7683,0,3.2358,7.8545,0,2.5353,7.9322,0 +L 5.0676,7.9322,5.9187,7.9322 +L 4.6718,6.3688,6.7768,6.3688 + +[7ae5] 童 +PL 4.2469,0,0,7.2061,0,0,7.2061,0,0,7.2061,0,0 +PL 4.6461,1.6017,0,6.355,1.6017,0,6.355,1.6017,0,6.355,1.6017,0 +PL 4.2469,1.6017,0,3.9488,2.1341,0,3.6686,2.6581,0,3.3923,3.1652,0,1.6827,3.1652,0,1.6827,5.3009,0,5.9245,5.3009,0,5.9245,3.1652,0,4.3659,3.4421,0,3.3254,3.9562,0,2.11,4.233,0 +PL 0.4288,6.3688,0,1.1328,6.4718,0,1.8337,6.5579,0,2.5412,6.6356,0,2.1906,7.3701,0,1.7458,7.7062,0,0.8281,7.9322,0 +PL 2.965,6.3688,0,3.6651,6.4718,0,4.3659,6.5579,0,5.0661,6.6356,0,5.1992,6.9789,0,5.3463,7.3221,0,5.4972,7.6653,0,4.4987,7.7683,0,3.5148,7.8545,0,2.5412,7.9322,0 +PL 0.4288,0,0,3.8196,0,0,3.4133,1.4999,0,2.4357,1.7288,0,1.2554,1.6017,0 +PL 5.4972,6.3688,0,7.2061,6.3688,0,7.2061,6.3688,0,7.2061,6.3688,0 +PL 4.6461,4.233,0,5.4972,4.233,0,5.4972,4.233,0,5.4972,4.233,0 +PL 5.9245,7.9322,0,6.7756,7.9322,0,6.7756,7.9322,0,6.7756,7.9322,0 + +[7af6] 競 +PL 0.8316,0,0,1.4729,1.6597,0,1.5149,3.0313,0,1.2589,4.7671,0,3.3639,4.7671,0,3.2833,3.5453,0,3.2101,2.3151,0,3.1541,1.0679,0,3.3639,1.2573,0,3.5744,1.438,0,3.7912,1.6017,0 +PL 4.0052,0,0,4.492,0.7233,0,4.9785,1.438,0,5.4723,2.1357,0,5.3252,3.0129,0,5.1995,3.89,0,5.0734,4.7671,0,7.1784,4.7671,0,7.0239,3.1922,0,6.8807,1.6004,0,6.7511,0,0,8.0295,0,0,8.0295,1.0679,0 +PL 0.8316,6.3688,0,1.1086,6.472,0,1.3815,6.558,0,1.655,6.6356,0,1.5114,7.0058,0,1.3815,7.3589,0,1.2589,7.7035,0,1.5359,7.8067,0,1.8088,7.8928,0,2.0823,7.9704,0,2.0823,9.0383,0 +PL 2.0823,6.3688,0,2.7022,6.5961,0,3.0346,6.9423,0,3.3639,7.7035,0,3.07,7.8067,0,2.7898,7.8928,0,2.5093,7.9704,0 +PL 4.6461,6.3688,0,4.9189,6.472,0,5.1925,6.558,0,5.4723,6.6356,0,5.3252,7.0058,0,5.1995,7.3589,0,5.0734,7.7035,0,5.3497,7.8067,0,5.6198,7.8928,0,5.8961,7.9704,0,5.8961,9.0383,0 +PL 5.8961,6.3688,0,6.5164,6.5961,0,6.8453,6.9423,0,7.1784,7.7035,0,6.8807,7.8067,0,6.6001,7.8928,0,6.3234,7.9704,0 + +[7af9] 竹 +PL 4.6671,0,0,5.9182,0,0,5.9182,6.9027,0 +L 0.9338,6.9027,3.3859,6.9027 +L 4.3221,6.9027,7.1994,6.9027 +L 2.1044,0,2.1044,6.9027 +A -7.25,9.2105,8.5027,328.493,358.582 +A -4.261,9.3923,8.9369,328.832,357.485 + +[7b11] 笑 +PL 0.6813,0,0,2.0823,0.6964,0,3.2203,1.8334,0,3.8507,3.4704,0,2.7828,3.5467,0,1.7247,3.6229,0,0.6813,3.6991,0 +PL 6.6285,0,0,5.9035,0.904,0,5.1925,1.7911,0,4.4917,2.6696,0 +PL 4.4917,3.6991,0,4.1904,4.1144,0,4.0822,4.5297,0,4.0647,5.3009,0,1.5324,5.3009,0,1.5324,5.3009,0,1.5324,5.3009,0 +PL 4.9225,3.6991,0,7.4796,3.6991,0,7.4796,3.6991,0 +PL 4.4917,5.8348,0,6.6285,5.8348,0,6.6285,5.8348,0 +PL 0.6813,6.9026,0,0.9542,7.6159,0,1.2379,8.3122,0,1.5324,9.0001,0 +PL 2.814,6.9026,0,2.5163,7.2727,0,2.2364,7.6259,0,1.9597,7.9703,0 +PL 4.0647,6.9026,0,4.3414,7.6159,0,4.6212,8.3122,0,4.9225,9.0001,0 +PL 6.6285,6.9026,0,6.2954,7.476,0,5.963,7.7529,0,5.3463,7.9703,0 +PL 2.814,7.9703,0,3.6686,7.9703,0,3.6686,7.9703,0,3.6686,7.9703,0 +L 6.6285,7.9703,7.4796,7.9703 + +[7b1b] 笛 +PL 5.8336,7.9322,0,7.1124,7.9322,0,7.1124,7.9322,0,7.1124,7.9322,0 +PL 5.8336,6.6356,0,5.6834,6.9789,0,5.5363,7.3221,0,5.4063,7.6653,0,4.489,7.6357,0,4.0544,7.428,0,3.7286,6.8644,0 +PL 1.1652,0,0,1.1652,4.7668,0,3.2978,4.7668,0,3.4313,5.1371,0,3.5749,5.4901,0,3.7286,5.8347,0 +PL 1.5925,0,0,3.7286,0,0,3.5749,2.0721,0,2.9444,2.644,0,1.5925,2.6313,0 +PL 4.1248,0,0,6.2574,0,0,6.2574,2.6313,0,4.7829,2.7105,0,3.6901,3.2641,0,4.1248,4.7668,0,6.2574,4.7668,0,6.2574,3.1652,0,6.2574,3.1652,0,6.2574,3.1652,0 +PL 2.4436,6.6356,0,2.2926,6.9789,0,2.149,7.3221,0,2.0198,7.6653,0,1.0983,7.6357,0,0.6573,7.428,0,0.3141,6.8644,0 +PL 2.4436,7.9322,0,3.2978,7.9322,0,3.2978,7.9322,0,3.2978,7.9322,0 + +[7b26] 符 +PL 2.0499,0,0,1.9694,1.2472,0,1.9028,2.4773,0,1.8366,3.6991,0,1.4724,3.3559,0,1.1183,3.0127,0,0.768,2.6695,0 +PL 5.8645,0,0,6.7222,0,0,6.6627,3.6596,0,5.8536,4.7428,0,3.3357,4.767,0 +PL 5.0134,2.1356,0,4.7363,2.4789,0,4.4596,2.8221,0,4.1868,3.1653,0 +PL 2.0499,4.5001,0,2.1834,4.9563,0,2.3266,5.404,0,2.4772,5.8348,0 +PL 7.1495,4.767,0,6.9923,5.137,0,6.8483,5.4901,0,6.7222,5.8348,0 +PL 0.768,6.9026,0,1.0486,7.6159,0,1.3288,8.3122,0,1.6261,9,0 +PL 2.9084,6.9026,0,2.6103,7.2458,0,2.3266,7.589,0,2.0499,7.9322,0 +PL 4.1868,6.9026,0,4.4596,7.6159,0,4.7363,8.3122,0,5.0134,9,0 +PL 6.7222,6.9026,0,6.3863,7.4747,0,6.0532,7.7416,0,5.4407,7.9322,0 +PL 2.9084,7.9322,0,3.7595,7.9322,0,3.7595,7.9322,0,3.7595,7.9322,0 +PL 6.7222,7.9322,0,8.0006,7.9322,0,8.0006,7.9322,0,8.0006,7.9322,0 + +[7b2c] 第 +PL 5.9542,7.932,0,7.2046,7.932,0,7.2046,7.932,0,7.2046,7.932,0 +PL 5.9542,6.8644,0,5.6568,7.2343,0,5.3766,7.5876,0,5.1031,7.932,0 +PL 3.818,3.966,0,3.9473,4.233,0,4.0944,4.5,0,4.2453,4.7668,0,6.3815,4.7668,0,6.3815,6.3306,0,4.8649,6.3503,0,4.196,6.4886,0,3.818,6.8644,0,4.0944,7.5876,0,4.3746,8.3022,0,4.6723,8.9999,0 +PL 5.5234,0.5339,0,6.1437,0.5523,0,6.4761,0.6808,0,6.8126,1.0297,0,6.8126,3.1651,0,1.2893,3.1651,0,1.2893,4.7668,0,3.3943,4.7668,0,3.6744,5.3588,0,3.6744,5.7641,0,3.3943,6.3306,0,1.2893,6.3306,0,1.2893,6.3306,0,1.2893,6.3306,0 +PL 3.818,0,0,3.7375,0.877,0,3.6671,1.7542,0,3.6076,2.6312,0,2.5397,1.9435,0,1.4781,1.2473,0,0.4347,0.5339,0 +PL 2.5673,7.932,0,3.3943,7.932,0,3.3943,7.932,0,3.3943,7.932,0 +PL 2.5673,6.8644,0,2.2731,7.2343,0,1.9894,7.5876,0,1.7131,7.932,0 +PL 0.4347,6.8644,0,0.711,7.5876,0,0.9912,8.3022,0,1.2893,8.9999,0 + +[7b46] 筆 +L 2.8879,6.8643,2.2711,7.9322 +L 6.2779,6.8643,5.6583,7.9322 +L 7.7559,7.9322,4.7302,7.9322 +L 4.1554,7.9322,1.3468,7.9322 +L 4.1554,0,4.1554,6.8735 +PL 2.0505,6,0,6.2604,6,0,6.2604,3.75,0,2.0505,3.75,0 +L 6.2604,2.625,2.0505,2.625 +L 0.5588,4.875,7.7559,4.875 +L 0.5588,1.5,7.7559,1.5 +A 0.6039,9.5168,4.4188,323.108,353.279 +A -2.7791,9.5168,4.4188,319.018,353.279 + +[7b49] 等 +L 2.7084,6.8643,2.0885,7.9322 +L 6.0918,6.8643,5.4719,7.9322 +L 7.5698,7.9322,4.5441,7.9322 +L 3.9693,7.9322,1.1603,7.9322 +L 1.0518,6.0975,6.8942,6.0975 +L 1.0518,2.0422,2.5088,1.2253 +L 3.9693,6.8851,3.9693,4.4637 +L 0.3726,4.4637,7.5698,4.4637 +L 0.3726,2.8592,7.5698,2.8592 +PL 4.4316,0,0,5.4337,0,0,5.4337,4.0812,0 +A 0.4248,9.5168,4.4188,323.108,353.279 +A -2.9652,9.5168,4.4188,319.018,353.279 + +[7b4b] 筋 +PL 0.4347,0,0,1.1702,1.9872,0,1.3243,3.7712,0,1.2893,5.8347,0,2.9635,5.8347,0,2.9635,0,0,2.1404,0,0,2.1404,0,0,2.1404,0,0 +PL 3.818,0,0,4.9108,1.8122,0,5.5514,3.8192,0,4.2453,4.7669,0 +PL 5.9542,0,0,7.1769,0.863,0,7.3307,2.7853,0,7.2046,4.7669,0,6.0943,4.8686,0,5.625,5.3262,0,5.5234,6.3686,0 +PL 1.7131,2.6695,0,2.5673,2.6695,0,2.5673,2.6695,0,2.5673,2.6695,0 +PL 1.7131,4.233,0,2.5673,4.233,0,2.5673,4.233,0,2.5673,4.233,0 +PL 0.4347,6.9026,0,0.711,7.6158,0,0.9912,8.3122,0,1.2893,9,0 +PL 2.5673,6.9026,0,2.2731,7.2726,0,1.9894,7.6256,0,1.7131,7.9703,0 +PL 3.818,6.9026,0,4.0944,7.6158,0,4.3746,8.3122,0,4.6723,9,0 +PL 6.3815,6.9026,0,6.0488,7.476,0,5.7164,7.7527,0,5.1031,7.9703,0 +PL 2.5673,7.9703,0,3.3943,7.9703,0,3.3943,7.9703,0,3.3943,7.9703,0 +PL 6.3815,7.9703,0,7.6284,7.9703,0,7.6284,7.9703,0,7.6284,7.9703,0 + +[7b52] 筒 +PL 1.1914,0.0152,0,1.1914,6.3457,0,1.6012,6.4488,0,2.0214,6.535,0,2.4452,6.6127,0,2.1374,7.374,0,1.8117,7.7201,0,1.1914,7.9475,0,0.8972,7.6028,0,0.6173,7.2498,0,0.3403,6.8797,0 +PL 5.4367,0.0152,0,6.6867,0.0152,0,6.6867,6.3457,0,2.8725,6.3457,0,2.8725,6.3457,0,2.8725,6.3457,0 +PLC 2.8725,2.1126,0,2.8725,3.1805,0,5.0094,3.1805,0,5.0094,1.5788,0,2.8725,1.5788,0 +PL 2.4452,4.7821,0,5.4367,4.7821,0,5.4367,4.7821,0,5.4367,4.7821,0 +PL 3.7271,6.8797,0,4.3296,7.6706,0,4.5506,8.2243,0,4.5821,9.0152,0 +PL 6.2913,6.8797,0,5.9586,7.4531,0,5.6255,7.73,0,5.0094,7.9475,0 +PL 2.4452,7.9475,0,3.2963,7.9475,0,3.2963,7.9475,0,3.2963,7.9475,0 +PL 6.2913,7.9475,0,7.5382,7.9475,0,7.5382,7.9475,0,7.5382,7.9475,0 + +[7b54] 答 +L 2.8575,6.8643,2.2414,7.9322 +L 6.2409,6.8643,5.628,7.9322 +PLC 2.0029,0,0,6.2409,0,0,6.2409,2.6312,0,2.0029,2.6312,0 +L 2.5812,4.2329,5.6665,4.2329 +L 7.7263,7.9322,4.6998,7.9322 +L 4.1258,7.9322,1.3129,7.9322 +PL 7.7263,3.3523,0,4.1258,6.3851,0,0.5249,3.3521,0 +A 0.5739,9.5169,4.4188,323.108,353.279 +A -2.8094,9.5169,4.4188,319.018,353.279 + +[7b56] 策 +PL 4.2493,0,0,4.235,1.5226,0,4.1232,2.2146,0,3.8252,2.6695,0,2.2876,1.1667,0,1.5206,0.613,0,0.8625,0.5339,0 +PL 6.7812,0.5339,0,5.1001,2.7133,0,3.7516,3.8841,0,1.6852,4.233,0,1.6852,2.6695,0,1.6852,2.6695,0,1.6852,2.6695,0 +PL 5.927,2.6695,0,6.7812,2.6695,0,6.7812,4.233,0,4.6763,4.233,0,4.3824,4.7669,0,4.0949,5.3008,0,3.8252,5.8347,0,0.8625,5.8347,0,0.8625,5.8347,0,0.8625,5.8347,0 +PL 4.6763,5.8347,0,4.526,6.1017,0,4.3824,6.3686,0,4.2493,6.6356,0,4.526,7.435,0,4.7989,8.2259,0,5.0724,9,0 +PL 5.0724,5.8347,0,7.6358,5.8347,0,7.6358,5.8347,0,7.6358,5.8347,0 +PL 0.8625,6.9026,0,1.1353,7.6158,0,1.4155,8.3122,0,1.6852,9,0 +PL 2.9674,6.9026,0,2.6729,7.2726,0,2.3892,7.6256,0,2.1163,7.9703,0 +PL 6.3575,6.9026,0,6.0597,7.2726,0,5.776,7.6256,0,5.4997,7.9703,0 +PL 2.9674,7.9703,0,3.8252,7.9703,0,3.8252,7.9703,0,3.8252,7.9703,0 +PL 6.3575,7.9703,0,7.6358,7.9703,0,7.6358,7.9703,0,7.6358,7.9703,0 + +[7b87] 箇 +PL 1.2903,0,0,1.1358,3.4195,0,1.0763,6.2797,0,1.7176,9.0382,0 +PL 1.7176,0,0,7.2055,0,0,7.2055,6.3686,0,4.6736,6.3686,0,4.3931,5.7754,0,4.3931,5.3602,0,4.6736,4.7669,0,6.3548,4.7669,0,6.3548,4.7669,0,6.3548,4.7669,0 +PL 2.9644,1.6017,0,2.9644,3.2033,0,4.2495,3.2033,0,3.9062,4.6088,0,3.087,4.8616,0,2.113,4.7669,0 +PL 3.3952,1.6017,0,5.5314,1.6017,0,5.5314,3.2033,0,4.6736,3.2033,0,4.6736,3.2033,0,4.6736,3.2033,0 +PL 1.7176,6.3686,0,2.1203,6.4717,0,2.5406,6.5579,0,2.9644,6.6356,0,2.6734,7.0918,0,2.3865,7.5396,0,2.113,7.9704,0 +PL 3.6085,6.3686,0,4.5192,7.5354,0,4.9044,8.2274,0,5.1041,9.0382,0 +PL 6.3548,6.9025,0,6.0816,7.2726,0,5.8049,7.6256,0,5.5314,7.9704,0 +PL 2.9644,7.9704,0,3.8225,7.9704,0,3.8225,7.9704,0,3.8225,7.9704,0 +PL 6.3548,7.9704,0,7.6363,7.9704,0,7.6363,7.9704,0,7.6363,7.9704,0 + +[7b97] 算 +PL 0.9205,0,0,1.551,0.0396,0,1.9884,0.3166,0,2.5978,1.0679,0,2.2585,1.4435,0,1.7121,1.582,0,0.4929,1.602,0 +PL 5.5924,0,0,5.0391,1.654,0,3.8237,1.7148,0,2.5978,2.0977,0,2.5978,3.1655,0,1.7783,3.1655,0,1.7783,6.3687,0,2.048,6.4717,0,2.3247,6.5581,0,2.5978,6.6359,0,2.4542,6.979,0,2.3247,7.3223,0,2.2024,7.6653,0,1.2848,7.8335,0,0.8435,7.7643,0,0.4929,7.3984,0 +PL 6.4089,6.8644,0,5.3438,7.7514,0,3.8727,7.9606,0,2.5978,7.9324,0 +PL 6.4089,6.1019,0,5.2842,6.2049,0,4.1564,6.2911,0,3.0255,6.3687,0 +PL 6.4089,5.034,0,5.0079,5.1371,0,3.603,5.2234,0,2.2024,5.3011,0 +PL 6.1984,3.1655,0,6.2614,3.5354,0,6.3318,3.8886,0,6.4089,4.2332,0,2.2024,4.2332,0,2.2024,4.2332,0,2.2024,4.2332,0 +PL 6.0127,1.602,0,5.7189,1.9902,0,5.6064,2.3956,0,5.5924,3.1655,0,3.0255,3.1655,0,3.0255,3.1655,0,3.0255,3.1655,0 +PL 6.4089,1.602,0,7.6939,1.602,0,7.6939,1.602,0,7.6939,1.602,0 +PL 6.4089,7.9324,0,7.6939,7.9324,0,7.6939,7.9324,0,7.6939,7.9324,0 + +[7ba1] 管 +PL 2.3532,0,0,2.3532,4.7671,0,6.1712,4.7671,0,6.1712,3.2034,0,2.7843,3.2034,0,2.7843,3.2034,0,2.7843,3.2034,0 +PL 2.7843,0,0,6.5981,0,0,6.5981,2.1357,0,2.7843,2.1357,0,2.7843,2.1357,0,2.7843,2.1357,0 +PL 1.1066,4.2714,0,1.1066,5.8348,0,4.0627,5.8348,0,4.3429,6.9026,0 +PL 7.0219,4.2714,0,7.0219,5.8348,0,4.49,5.8348,0,4.49,5.8348,0,4.49,5.8348,0 +L 3.013,6.8643,2.3966,7.9322 +L 6.3999,6.8643,5.7831,7.9322 +L 7.8793,7.9322,4.8546,7.9322 +L 4.2795,7.9322,1.4684,7.9322 +A 0.7298,9.5169,4.4188,323.108,353.279 +A -2.6564,9.5169,4.4188,319.018,353.279 + +[7bb1] 箱 +PLC 4.7047,0,0,4.7047,5.3009,0,7.2646,5.3009,0,7.2646,0,0,4.7047,0,0,4.7047,0,0 +PL 5.1355,2.0973,0,6.8408,2.0973,0,6.8408,2.0973,0,6.8408,2.0973,0 +PL 5.1355,3.6991,0,6.8408,3.6991,0,6.8408,3.6991,0,6.8408,3.6991,0 +PL 3.4543,2.0973,0,2.4137,3.4138,0,1.6257,4.0607,0,0.4628,4.233,0 +PL 2.5997,4.233,0,2.2985,4.6483,0,2.1896,5.0635,0,2.172,5.8347,0 +PL 2.172,0,0,2.088,0.8771,0,2.0214,1.7543,0,1.9552,2.6313,0,1.4509,2.1244,0,0.9497,1.6002,0,0.4628,1.0679,0 +L 2.7955,6.8643,2.1794,7.9322 +L 6.1827,6.8643,5.5694,7.9322 +L 7.6607,7.9322,4.6378,7.9322 +L 4.0637,7.9322,1.2544,7.9322 +A 0.5157,9.5168,4.4188,323.108,353.279 +A -2.875,9.5168,4.4188,319.018,353.279 + +[7bc0] 節 +PL 1.0763,0,0,1.0763,5.3008,0,3.605,5.3008,0,3.605,3.1653,0,1.5001,3.1653,0,1.5001,3.1653,0,1.5001,3.1653,0 +PL 1.5001,0,0,2.2041,0.4464,0,2.9049,0.8757,0,3.605,1.2966,0,3.4548,1.5637,0,3.3112,1.8305,0,3.1812,2.0974,0 +PL 5.3146,0,0,5.3146,5.3008,0,7.4157,5.3008,0,7.4157,1.0296,0,6.5646,1.0296,0,6.5646,1.0296,0,6.5646,1.0296,0 +PL 1.5001,4.2331,0,3.1812,4.2331,0,3.1812,4.2331,0,3.1812,4.2331,0 +L 2.9827,6.8643,2.3662,7.9322 +L 6.3695,6.8643,5.7527,7.9322 +L 7.849,7.9322,4.8242,7.9322 +L 4.2491,7.9322,1.4381,7.9322 +A 0.6994,9.5169,4.4188,323.108,353.279 +A -2.6868,9.5169,4.4188,319.018,353.279 + +[7bc4] 範 +PL 2.3215,0,0,2.0938,1.3305,0,1.4806,1.6441,0,0.6158,1.6017,0 +PL 5.2842,0,0,4.983,0.572,0,4.8713,2.0848,0,4.8569,5.8348,0,7.4211,5.8348,0,7.4211,2.0974,0,6.5661,2.0974,0,6.5661,2.0974,0,6.5661,2.0974,0 +PL 5.7115,0,0,7.8484,0,0,7.8484,1.0677,0,7.8484,1.0677,0,7.8484,1.0677,0 +PL 2.7519,1.6017,0,2.1219,2.3262,0,1.677,2.5932,0,1.0431,2.6314,0,1.0431,4.7669,0,1.6627,4.7867,0,1.9958,4.9252,0,2.3215,5.3008,0,1.9783,5.6765,0,1.5366,5.815,0,0.6158,5.8348,0 +PL 3.1792,1.6017,0,4.0303,1.6017,0,4.0303,1.6017,0,4.0303,1.6017,0 +PL 2.7519,2.6314,0,2.3215,3.0014,0,1.9008,3.3545,0,1.4704,3.6991,0 +PL 3.3932,2.6314,0,3.4563,3.0014,0,3.526,3.3545,0,3.61,3.6991,0,2.9905,3.7189,0,2.6574,3.8573,0,2.3215,4.233,0,2.6574,4.589,0,2.9905,4.589,0,3.61,4.233,0 +PL 2.7519,5.8348,0,2.5456,6.3687,0,2.5313,6.9534,0,2.3215,7.6652,0,1.4109,7.6357,0,0.9625,7.428,0,0.6158,6.8645,0 +PL 3.1792,5.8348,0,4.0303,5.8348,0,4.0303,5.8348,0,4.0303,5.8348,0 +PL 4.0303,6.8645,0,4.2965,7.2598,0,4.2965,7.5368,0,4.0303,7.9322,0,2.7519,7.9322,0,2.7519,7.9322,0,2.7519,7.9322,0 +PL 6.5661,6.8645,0,6.2194,7.4379,0,5.7746,7.7147,0,4.8569,7.9322,0,4.8569,8.9999,0,4.8569,8.9999,0,4.8569,8.9999,0 +PL 6.5661,7.9322,0,7.8484,7.9322,0,7.8484,7.9322,0,7.8484,7.9322,0 + +[7bc9] 築 +PL 3.8832,0,0,3.7995,0.7133,0,3.7291,1.4096,0,3.6696,2.0974,0,2.6017,1.5903,0,1.5401,1.0664,0,0.4929,0.534,0 +PL 6.4089,0.534,0,4.3491,2.0268,0,2.6784,2.4857,0,0.4929,2.6314,0 +PL 4.7343,2.6314,0,7.2666,2.6314,0,7.2666,2.6314,0,7.2666,2.6314,0 +PL 3.8832,3.4322,0,3.5855,3.8885,0,3.3018,4.3362,0,3.0255,4.767,0,2.1744,4.6031,0,1.3233,4.4223,0,0.4929,4.2331,0 +PL 6.0127,4.2331,0,6.0127,6.3305,0,4.3039,6.3305,0,4.4825,5.5861,0,4.7028,5.1809,0,5.1616,4.767,0 +PL 6.4089,4.2331,0,7.2666,4.2331,0,7.2666,5.3009,0,7.2666,5.3009,0,7.2666,5.3009,0 +PL 2.2024,5.3009,0,2.2024,6.3305,0,1.2848,6.3504,0 +L 2.8294,6.8643,2.2126,7.9322 +L 6.2124,6.8643,5.5963,7.9322 +L 7.6939,7.9322,4.6681,7.9322 +L 4.0934,7.9322,1.2809,7.9322 +A 0.5454,9.5169,4.4188,323.108,353.279 +A -2.8411,9.5169,4.4188,319.018,353.279 + +[7be4] 篤 +PL 0.5838,0.0152,0,0.8605,0.5477,0,1.1403,1.0717,0,1.4415,1.5788,0 +PL 6.1103,0.0152,0,5.8126,0.5477,0,5.5289,1.0717,0,5.2525,1.5788,0 +PL 6.7477,0.0152,0,7.0388,0.2906,0,7.1964,0.9728,0,7.361,2.6466,0,1.4415,2.6466,0,1.4415,5.8118,0,6.9614,5.8118,0,6.9614,5.8118,0,6.9614,5.8118,0 +PL 3.1157,0.7779,0,2.9756,1.0449,0,2.8429,1.3118,0,2.7203,1.5788,0 +PL 4.4014,0.7779,0,4.2473,1.0449,0,4.1037,1.3118,0,3.9703,1.5788,0 +PL 3.9703,3.1805,0,3.606,3.5562,0,3.067,3.6946,0,1.8688,3.7144,0 +PL 4.4014,3.7144,0,3.5255,4.6184,0,2.8429,4.8189,0,1.8688,4.7821,0 +PL 4.8249,3.7144,0,6.5344,3.7144,0,6.5344,3.7144,0,6.5344,3.7144,0 +PL 4.8249,4.7821,0,6.5344,4.7821,0,6.5344,4.7821,0,6.5344,4.7821,0 +PL 0.5838,6.8797,0,1.1862,7.6706,0,1.4069,8.2243,0,1.4415,9.0152,0 +PL 2.7203,6.8797,0,2.4292,7.2498,0,2.1424,7.6028,0,1.8688,7.9475,0 +PL 3.9703,6.8797,0,4.5727,7.6706,0,4.7937,8.2243,0,4.8249,9.0152,0 +PL 6.5344,6.8797,0,6.2052,7.4531,0,5.8721,7.73,0,5.2525,7.9475,0 +PL 2.7203,7.9475,0,3.5465,7.9475,0,3.5465,7.9475,0,3.5465,7.9475,0 +PL 6.5344,7.9475,0,7.7848,7.9475,0,7.7848,7.9475,0,7.7848,7.9475,0 + +[7c21] 簡 +PL 1.2878,0.0152,0,1.1403,3.484,0,1.0773,6.309,0,1.7151,9.0152,0 +PL 6.7827,0.0152,0,7.6338,0.0152,0,7.6338,4.2483,0,5.1016,4.2483,0,5.1016,6.3839,0,5.6515,6.4868,0,6.2122,6.5731,0,6.7827,6.6508,0,6.6325,7.021,0,6.485,7.3741,0,6.3523,7.7186,0,4.6778,7.7186,0,4.0372,6.6579,0,3.8337,5.7667,0,3.82,4.2483,0,1.7151,4.2483,0,1.7151,4.2483,0,1.7151,4.2483,0 +PLC 2.9689,1.7963,0,2.9689,3.1804,0,5.96,3.1804,0,5.96,1.083,0,2.9689,1.083,0 +PL 3.3962,2.1508,0,5.5289,2.1508,0,5.5289,2.1508,0,5.5289,2.1508,0 +PL 7.6338,5.0491,0,6.9337,5.1522,0,6.2297,5.2383,0,5.5289,5.3161,0 +PL 1.7151,5.3161,0,3.3962,5.3161,0,3.3962,5.3161,0,3.3962,5.3161,0 +PL 1.7151,6.3839,0,2.1213,6.4868,0,2.5416,6.5731,0,2.9689,6.6508,0,2.6919,7.0971,0,2.419,7.5265,0,2.1455,7.9474,0 +PL 2.9689,7.9474,0,3.82,7.9474,0,3.82,7.9474,0,3.82,7.9474,0 +PL 6.7827,7.9474,0,8.0611,7.9474,0,8.0611,7.9474,0,8.0611,7.9474,0 + +[7c3f] 簿 +PL 0.864,0,0,1.2878,1.0664,0,1.7151,2.1243,0,2.1455,3.1653,0 +PL 5.5289,0,0,6.3523,0,0,6.3379,1.1469,0,6.2364,1.7006,0,5.96,2.1356,0,5.3786,2.058,0,4.8112,1.9718,0,4.2505,1.8687,0,4.3801,1.6017,0,4.524,1.3348,0,4.6778,1.0678,0 +PL 2.9689,2.1356,0,3.82,2.1356,0,3.82,2.1356,0,3.82,2.1356,0 +PL 6.7827,2.1356,0,6.6325,2.4026,0,6.485,2.6695,0,6.3523,2.9364,0,5.5012,3.0127,0,4.6536,3.0889,0,3.82,3.1653,0,3.82,5.3008,0,4.7408,5.3207,0,5.1821,5.459,0,5.5289,5.8348,0,5.1471,6.2105,0,4.489,6.3489,0,2.9689,6.3686,0 +PL 7.21,2.1356,0,8.0611,2.1356,0,8.0611,2.1356,0,8.0611,2.1356,0 +PL 6.9967,3.1653,0,7.0563,3.5353,0,7.126,3.8884,0,7.21,4.2331,0,4.2505,4.2331,0,4.2505,4.2331,0,4.2505,4.2331,0 +PL 5.5289,4.767,0,5.8795,5.1229,0,6.3103,5.1229,0,7.21,4.767,0 +PL 5.96,6.3686,0,5.8059,6.7387,0,5.6623,7.0918,0,5.5289,7.4365,0 +PL 6.3523,6.3686,0,6.7827,6.4718,0,7.21,6.558,0,7.6338,6.6356,0,7.4836,6.9026,0,7.3435,7.1695,0,7.21,7.4365,0 +PL 0.864,7.4365,0,1.7151,8.2797,0,2.5416,8.4873,0,3.82,8.4661,0 +PL 4.2505,7.4365,0,5.3576,8.3644,0,6.5236,8.5297,0,8.0611,8.4661,0 + +[7c4d] 籍 +PL 1.9274,0,0,1.9102,1.1201,0,1.8048,1.6639,0,1.5285,2.0974,0,1.1047,1.5905,0,0.6774,1.0664,0,0.2501,0.5339,0 +PLC 4.4912,0.8771,0,4.4912,2.6313,0,6.5962,2.6313,0,6.5962,0,0,4.4912,0,0 +PL 2.7823,1.5636,0,1.8717,2.6908,0,1.3253,3.106,0,0.6774,3.1653,0 +PL 4.915,1.5636,0,6.1657,1.5636,0,6.1657,1.5636,0,6.1657,1.5636,0 +PL 2.355,3.1653,0,1.9274,3.5354,0,1.5109,3.8885,0,1.1047,4.2331,0 +PL 2.9921,3.1653,0,3.4933,3.541,0,3.9903,3.6795,0,4.915,3.6991,0,4.8835,4.4703,0,4.6632,4.8856,0,4.0607,5.3008,0 +PL 5.3423,3.6991,0,6.1657,3.6991,0,6.1198,4.5084,0,5.7979,5.1907,0,4.915,6.3305,0 +PL 6.5962,3.6991,0,7.4473,3.6991,0,7.4473,3.6991,0,7.4473,3.6991,0 +PL 2.355,4.2331,0,1.7453,4.9845,0,1.3078,5.2613,0,0.6774,5.3008,0 +PL 2.355,5.3008,0,2.148,6.0919,0,2.1305,6.8744,0,1.9274,7.6653,0,1.0308,7.6356,0,0.5968,7.428,0,0.2501,6.8644,0 +PL 6.5962,5.3008,0,6.442,5.6441,0,6.2984,5.9872,0,6.1657,6.3305,0 +PL 3.6369,6.8644,0,3.9133,7.5877,0,4.1935,8.3023,0,4.4912,9,0 +PL 2.355,7.9322,0,3.2061,7.9322,0,3.2061,7.9322,0,3.2061,7.9322,0 +PL 4.915,7.9322,0,7.4473,7.9322,0,7.4473,7.9322,0,7.4473,7.9322,0 + +[7c73] 米 +L 3.3865,0,3.3865,9.0001 +L 6.7726,5.8349,0.0003,5.8349 +L 0.8241,8.4662,1.6787,7.1695 +L 5.0648,6.9027,5.9194,8.4662 +L 3.3865,5.6378,0.0003,1.6018 +L 6.3453,1.6018,3.6372,5.8349 + +[7c89] 粉 +PL 1.5621,0,0,1.5485,2.6229,0,1.443,3.7204,0,1.1593,4.2332,0,0.8686,3.5452,0,0.5849,2.8489,0,0.3083,2.1356,0 +PL 2.8405,0,0,3.8702,1.6427,0,4.3991,2.921,0,4.5501,4.767,0,3.8216,4.8855,0,3.2892,5.0043,0,2.8405,4.767,0 +PL 4.9805,0,0,5.8004,0,0,6.4551,1.6427,0,6.6515,3.048,0,6.655,4.767,0,4.9805,4.767,0,4.9805,4.767,0,4.9805,4.767,0 +PL 2.8405,3.1652,0,2.2731,4.0693,0,1.7131,4.9563,0,1.1593,5.8349,0,0.3083,5.8349,0,0.3083,5.8349,0,0.3083,5.8349,0 +PL 7.5058,4.767,0,6.5952,6.5254,0,6.1472,7.6229,0,5.8004,9,0 +PL 1.9859,5.8349,0,1.6847,6.3079,0,1.5796,7.1287,0,1.5621,9,0 +PL 3.6955,6.1017,0,3.9967,6.7232,0,4.1084,7.3362,0,4.1228,8.4662,0 +PL 0.7394,7.1695,0,0.5849,7.6159,0,0.4413,8.0452,0,0.3083,8.4662,0 +PL 2.4171,7.1695,0,2.5463,7.6159,0,2.6934,8.0452,0,2.8405,8.4662,0 + +[7c8b] 粋 +PL 1.9894,0.0382,0,1.9088,1.4493,0,1.8391,2.8602,0,1.7761,4.2712,0,1.4118,3.5735,0,1.0542,2.8589,0,0.7075,2.1357,0 +PL 5.8039,0.0382,0,5.6495,2.1102,0,5.019,2.6822,0,3.6706,2.6695,0 +PL 6.1958,2.6695,0,5.9195,3.0848,0,5.8179,3.5001,0,5.8039,4.2712,0 +PL 6.6266,2.6695,0,7.9054,2.6695,0,7.9054,2.6695,0,7.9054,2.6695,0 +PL 3.2398,3.7373,0,2.0279,5.2134,0,1.3698,5.7571,0,0.7075,5.8348,0 +PL 4.0944,4.2712,0,4.5217,5.0707,0,4.9493,5.8617,0,5.3801,6.6356,0,5.047,7.1992,0,4.7112,7.4068,0,4.0944,7.4365,0 +PL 6.6266,5.3009,0,6.6266,7.4365,0,5.7059,7.623,0,5.4011,8.1653,0,5.3801,9.0382,0 +PL 7.0543,5.3009,0,7.9054,5.3009,0,7.9054,6.3687,0,7.9054,6.3687,0,7.9054,6.3687,0 +PL 2.3855,5.8348,0,2.1085,6.3093,0,2.0069,7.1399,0,1.9894,9.0382,0 +PL 1.1383,7.1695,0,0.9846,7.6258,0,0.8409,8.0735,0,0.7075,8.5043,0 +PL 2.8125,7.1695,0,2.9459,7.6258,0,3.0895,8.0735,0,3.2398,8.5043,0 + +[7c92] 粒 +L 1.3135,9.0001,1.3135,0 +L 2.5673,8.4661,2.14,7.1695 +L 0.0351,8.4661,0.4592,7.1695 +L 0.0351,5.8348,2.5673,5.8348 +L 0.0351,2.1356,1.3135,4.6526 +L 2.5673,3.6991,1.3135,5.2344 +L 3.2332,7.9705,6.7321,7.9705 +L 4.9844,7.9705,4.9844,9 +L 2.732,0,7.2361,0 +A -14.5313,0.0277,19.1187,4.4165,18.2026 +A -11.7188,7.2244,18.0956,338.478,356.12 + +[7c97] 粗 +PL 1.9879,0,0,1.9073,1.411,0,1.8408,2.8221,0,1.7781,4.2331,0,1.4205,3.5354,0,1.0773,2.8206,0,0.7379,2.0974,0 +PL 3.6974,0,0,4.5552,0,0,4.5552,8.4662,0,7.084,8.4662,0,7.084,0,0,7.9421,0,0,7.9421,0,0,7.9421,0,0 +PL 4.9513,0,0,6.6602,0,0,6.6602,0,0,6.6602,0,0 +PL 4.9513,3.1653,0,6.6602,3.1653,0,6.6602,3.1653,0,6.6602,3.1653,0 +PL 3.2701,3.6991,0,2.0373,5.2019,0,1.3858,5.7557,0,0.7379,5.8348,0 +PL 2.4191,5.8348,0,2.1178,6.2825,0,2.0054,7.1032,0,1.9879,9,0 +PL 4.9513,5.8348,0,6.6602,5.8348,0,6.6602,5.8348,0,6.6602,5.8348,0 +PL 1.1333,7.1314,0,0.9932,7.5877,0,0.8605,8.0354,0,0.7379,8.4662,0 +PL 2.8428,7.1314,0,2.9791,7.5877,0,3.1227,8.0354,0,3.2701,8.4662,0 + +[7c98] 粘 +PL 4.2493,0.0152,0,4.2493,4.2483,0,5.927,4.2483,0,5.927,9.0152,0,5.927,9.0152,0,5.927,9.0152,0 +PL 4.6763,0.0152,0,7.6358,0.0152,0,7.6358,4.2483,0,6.3575,4.2483,0,6.3575,4.2483,0,6.3575,4.2483,0 +PL 6.3575,6.8797,0,8.0631,6.8797,0,8.0631,6.8797,0,8.0631,6.8797,0 +L 2.1163,9.0153,2.1163,0.0152 +L 3.3629,8.4813,2.9391,7.1847 +L 0.8306,8.4813,1.2579,7.1847 +L 0.8306,5.85,3.3629,5.85 +L 0.8306,2.1507,2.1163,4.6678 +L 3.3629,3.7143,2.1163,5.2496 + +[7c9b] 粛 +PL 0.0639,0.0001,0,0.7186,1.6428,0,0.9112,3.0481,0,0.9217,4.7671,0 +PL 3.447,0.0001,0,3.3699,0.9041,0,3.2999,1.791,0,3.2368,2.6696,0,2.5959,2.1357,0,1.9658,1.6018,0,1.3455,1.0679,0 +PL 6.0146,0.0001,0,6.0146,4.7671,0,6.0146,4.7671,0,6.0146,4.7671,0 +PL 5.1565,1.0679,0,4.7359,1.438,0,4.3054,1.791,0,3.8781,2.1357,0 +PL 1.7731,3.2035,0,3.447,3.2035,0,3.4365,4.6993,0,3.3349,5.3815,0,3.0547,5.8349,0,1.3455,5.8349,0,1.3455,5.8349,0,1.3455,5.8349,0 +PL 3.8781,3.2035,0,5.1565,3.2035,0,5.1565,3.2035,0,5.1565,3.2035,0 +PL 3.8781,5.8349,0,2.6624,6.8744,0,1.5066,7.0071,0,0.0639,6.9027,0 +PL 4.3054,5.8349,0,4.7359,5.9381,0,5.1565,6.0241,0,5.587,6.1018,0,4.3716,7.2473,0,2.7468,7.8165,0,1.3455,7.9705,0 +PL 6.0146,6.9027,0,5.2546,7.5736,0,4.2105,8.1766,0,3.447,9.0001,0 + +[7ca7] 粧 +PL 2.0499,0.0001,0,1.9694,1.4111,0,1.9028,2.8222,0,1.8366,4.2332,0,1.4724,3.5454,0,1.1183,2.849,0,0.768,2.1357,0 +PL 3.3357,0.267,0,3.9903,2.7614,0,4.1833,4.9676,0,4.1868,7.4366,0,6.2918,7.4366,0,6.2918,9.0001,0,6.2918,9.0001,0,6.2918,9.0001,0 +PL 4.5822,0.0001,0,6.2918,0.0001,0,6.3478,2.1823,0,6.1198,3.678,0,5.0134,4.2332,0 +PL 6.7222,0.0001,0,8.0006,0.0001,0,8.0006,0.0001,0,8.0006,0.0001,0 +PL 3.3357,3.6993,0,2.0993,5.202,0,1.437,5.7558,0,0.768,5.8349,0 +PL 6.7222,4.2332,0,6.4175,4.6682,0,6.3093,5.2218,0,6.2918,6.3687,0 +PL 2.4772,5.8349,0,2.1799,6.308,0,2.0675,7.1287,0,2.0499,9.0001,0 +PL 1.1988,7.1697,0,1.0486,7.6258,0,0.9015,8.0736,0,0.768,8.5044,0 +PL 2.9084,7.1697,0,3.0376,7.6258,0,3.1812,8.0736,0,3.3357,8.5044,0 +PL 6.7222,7.4366,0,8.0006,7.4366,0,8.0006,7.4366,0,8.0006,7.4366,0 + +[7cbe] 精 +PL 1.4114,0,0,1.327,1.411,0,1.2534,2.8221,0,1.1939,4.2331,0,0.8296,3.5354,0,0.4692,2.8206,0,0.126,2.0974,0 +PL 3.9363,0,0,3.9363,4.2331,0,6.5004,4.2331,0,6.5004,0,0,5.6455,0,0,5.6455,0,0,5.6455,0,0 +PL 4.3675,2.0974,0,6.0766,2.0974,0,6.0766,2.0974,0,6.0766,2.0974,0 +PL 4.3675,3.1653,0,6.0766,3.1653,0,6.0766,3.1653,0,6.0766,3.1653,0 +PL 2.2621,4.2331,0,1.3308,5.3601,0,0.7739,5.7753,0,0.126,5.8348,0 +PL 1.8352,5.8348,0,1.5305,6.2824,0,1.425,7.1031,0,1.4114,9,0 +PL 3.0852,5.8348,0,3.7857,5.9379,0,4.497,6.0241,0,5.2217,6.1017,0,4.889,6.6385,0,4.5566,6.8361,0,3.9363,6.8644,0 +PL 5.6455,5.8348,0,7.3267,5.8348,0,7.3267,5.8348,0,7.3267,5.8348,0 +PL 0.5529,7.1314,0,0.4023,7.5876,0,0.2556,8.0353,0,0.126,8.4662,0 +PL 2.2621,7.1314,0,2.3847,7.5876,0,2.5147,8.0353,0,2.6579,8.4662,0 +PL 5.6455,6.8644,0,5.001,7.6158,0,4.4442,7.8928,0,3.5164,7.9322,0 +PL 5.6455,7.9322,0,5.4949,8.3023,0,5.3513,8.6554,0,5.2217,9,0 +PL 6.0766,7.9322,0,6.8994,7.9322,0,6.8994,7.9322,0,6.8994,7.9322,0 + +[7cd6] 糖 +PL 1.5016,0,0,1.4175,1.411,0,1.3478,2.8222,0,1.2883,4.2331,0,0.924,3.5354,0,0.5629,2.8207,0,0.2165,2.0975,0 +PL 2.3527,0,0,3.1547,2.3701,0,3.2773,5.4098,0,3.2111,7.9323,0,4.885,7.9323,0,5.0181,8.3024,0,5.1617,8.6555,0,5.3126,9.0001,0 +PLC 4.0339,0.7134,0,4.0339,2.0975,0,6.5945,2.0975,0,6.5945,0,0,4.0339,0,0 +PL 4.0339,3.6992,0,5.3126,3.6992,0,5.0811,5.0298,0,4.4717,5.3433,0,3.6031,5.3009,0 +PL 5.7434,3.6992,0,6.5945,3.6992,0,6.5945,4.7671,0,5.3613,5.8942,0,4.6958,6.3093,0,4.0339,6.3687,0 +PL 2.3527,4.2331,0,1.421,5.3602,0,0.8676,5.7755,0,0.2165,5.8349,0 +PL 7.0215,5.3009,0,6.4821,5.962,0,5.8516,6.4958,0,5.3126,7.1314,0,5.6769,7.6951,0,6.2232,7.9025,0,7.4176,7.9323,0 +PL 1.9219,5.8349,0,1.628,6.308,0,1.5156,7.1286,0,1.5016,9.0001,0 +PL 0.647,7.1314,0,0.4932,7.5877,0,0.3458,8.0354,0,0.2165,8.4662,0 +PL 1.9219,6.8645,0,2.2266,7.2798,0,2.339,7.6951,0,2.3527,8.4662,0 + +[7ce7] 糧 +PL 0.647,7.1695,0,0.4932,7.6159,0,0.3458,8.0452,0,0.2165,8.4661,0 +PL 2.3527,7.1695,0,2.4826,7.6159,0,2.6294,8.0452,0,2.7803,8.4661,0 +L 4.4577,7.3983,6.1672,7.3983 +PL 1.5016,0,0,1.4175,1.411,0,1.3478,2.822,0,1.2883,4.233,0,0.924,3.5353,0,0.5629,2.8206,0,0.2165,2.0975,0 +PL 3.2111,0,0,3.9113,0.1031,0,4.6118,0.1892,0,5.3126,0.2669,0,4.9795,0.8305,0,4.6471,1.0381,0,4.0339,1.0677,0 +L 5.7434,0,7.4176,0 +PL 5.7434,1.0677,0,5.1056,1.7924,0,4.6647,2.0594,0,4.0339,2.0975,0,4.0339,4.233,0,6.5945,4.233,0,6.5945,2.0975,0,5.943,2.1369,0,5.3932,2.4138,0,4.4577,3.1653,0 +PL 2.7803,3.6991,0,1.5475,5.202,0,0.882,5.7557,0,0.2165,5.8347,0 +PL 3.2111,5.3009,0,2.02,6.3532,0,1.5685,6.8291,0,1.5016,9,0 +L 3.6031,5.3009,7.4176,5.3009 +PLC 4.0339,8.4661,0,6.5945,8.4661,0,6.5945,6.3687,0,4.0339,6.3687,0 + +[7cf8] 糸 +L 1.2505,2.6314,-0.0006,0.5341 +L 5.4913,2.6314,6.7725,0.5341 +L -0.0006,4.233,6.3455,4.767 +L 0.8232,7.9322,2.959,5.3009 +L 3.386,0,3.386,4.518 +L 5.064,7.9322,2.2564,4.423 +L 3.386,9.0001,1.6631,6.8975 +L 6.7725,3.9661,5.9182,5.5679 + +[7cfb] 系 +PL 0.4628,0,0,1.0236,0.9039,0,1.591,1.791,0,2.172,2.6695,0 +PL 3.8816,0,0,3.8816,3.7373,0,0.4628,3.7373,0,0.4628,3.7373,0,0.4628,3.7373,0 +PL 7.2646,0,0,6.6867,0.9039,0,6.1158,1.791,0,5.5558,2.6695,0 +PL 4.277,3.7373,0,5.0371,4.1058,0,6.0811,4.3729,0,6.8408,4.7669,0,6.5431,5.137,0,6.2633,5.49,0,5.9866,5.8347,0 +PL 3.0231,4.233,0,3.1597,4.4223,0,3.2998,4.6032,0,3.4543,4.7669,0,2.8725,5.3008,0,2.3051,5.8347,0,1.7447,6.3686,0 +PL 3.8816,5.3008,0,4.2844,5.8347,0,4.7047,6.3686,0,5.1355,6.9026,0 +PL 2.5997,6.9026,0,2.7293,7.1695,0,2.8725,7.4364,0,3.0231,7.7033,0,2.3051,7.8064,0,1.591,7.8926,0,0.8901,7.9703,0 +PL 3.4543,7.9703,0,4.207,8.1087,0,5.0689,8.3657,0,6.4135,8.5042,0 + +[7cfe] 糾 +PL 2.1428,0.0001,0,2.1428,4.7669,0,0.8645,4.7669,0,0.8645,4.7669,0,0.8645,4.7669,0 +PL 6.8151,0.0001,0,6.8151,3.1652,0,5.9567,3.0014,0,5.1056,2.8207,0,4.2478,2.6314,0 +PL 0.8645,1.3348,0,0.9937,1.945,0,1.1373,2.5551,0,1.2918,3.1652,0 +PL 3.3967,1.8688,0,3.2496,2.3151,0,3.1232,2.7444,0,3.0006,3.1652,0 +PL 5.1056,3.6992,0,5.1056,7.3983,0,5.1056,7.3983,0,5.1056,7.3983,0 +PL 6.8151,3.6992,0,6.8151,9,0,6.8151,9,0,6.8151,9,0 +PL 7.2389,3.6992,0,8.0616,3.6992,0,8.0616,3.6992,0,8.0616,3.6992,0 +PL 3.3967,4.5001,0,3.2496,4.7669,0,3.1232,5.0339,0,3.0006,5.3009,0,2.8468,5.137,0,2.7032,4.9562,0,2.5733,4.7669,0 +PL 1.7156,5.3009,0,1.8448,5.5679,0,1.9957,5.8348,0,2.1428,6.1017,0,1.8448,6.4718,0,1.5646,6.8249,0,1.2918,7.1696,0,1.5646,7.7797,0,1.8448,8.3898,0,2.1428,9,0 +PL 2.5733,7.1696,0,2.7032,7.435,0,2.8468,7.6921,0,3.0006,7.9323,0 + +[7d00] 紀 +PL 1.9879,0,0,1.9879,4.767,0,0.7379,4.767,0 +PL 4.9513,0,0,4.6711,0.5326,0,4.5661,1.7684,0,4.5552,4.767,0,7.084,4.767,0,7.084,8.4662,0,4.5552,8.4662,0 +PL 5.3786,0,0,7.5113,0,0,7.5113,1.6017,0 +PL 0.7379,1.3348,0,0.8605,1.9449,0,0.9932,2.5551,0,1.1333,3.1652,0 +PL 3.2701,1.8686,0,3.1227,2.3149,0,2.9791,2.7444,0,2.8428,3.1652,0 +PL 3.2701,4.5001,0,3.1227,4.767,0,2.9791,5.034,0,2.8428,5.3009,0,2.6919,5.137,0,2.5483,4.9563,0,2.4191,4.767,0 +PL 1.5641,5.3009,0,1.694,5.5678,0,1.8408,5.8349,0,1.9879,6.1017,0,1.694,6.4718,0,1.1333,7.1696,0,1.4138,7.7797,0,1.694,8.3899,0,1.9879,9,0 +PL 2.4191,7.1695,0,2.5483,7.435,0,2.6919,7.6923,0,2.8428,7.9322,0 + +[7d04] 約 +PL 1.6827,8.9999,0,0.8589,7.1314,0,1.6596,6.1307,0 +L 2.537,5.3011,2.9643,4.5001 +L 1.6827,4.767,1.6827,0 +L 0.8589,3.1654,0.432,1.3349 +L 2.537,3.1654,2.9643,1.8687 +L 0.432,4.767,2.8217,4.767 +L 2.537,7.9323,0.9955,4.767 +PL 3.8217,7.5,0,7.632,7.5,0,7.632,3,-0.1468,6.7323,0,0,5.8321,0,0 +L 4.9319,4.5,5.8321,3 +A -1.4177,9,5.4498,326.6,0 + +[7d05] 紅 +PL 2.0203,0,0,2.0203,4.7669,0,0.7695,4.7669,0,0.7695,4.7669,0,0.7695,4.7669,0 +PL 3.7291,0,0,5.8341,0,0,5.8341,7.9703,0,4.1603,7.9703,0,4.1603,7.9703,0,4.1603,7.9703,0 +PL 6.2652,0,0,7.9709,0,0,7.9709,0,0,7.9709,0,0 +PL 0.7695,1.3347,0,0.8995,1.9717,0,1.0466,2.5917,0,1.1968,3.2033,0 +PL 3.3018,1.8685,0,3.1516,2.3248,0,3.008,2.7726,0,2.8745,3.2033,0 +PL 3.3018,4.5,0,3.1516,4.7669,0,3.008,5.0339,0,2.8745,5.3008,0,2.7208,5.137,0,2.5807,4.9561,0,2.4507,4.7669,0 +PL 1.628,5.3008,0,1.7467,5.5677,0,1.8802,5.8347,0,2.0203,6.1017,0,1.7467,6.4717,0,1.4704,6.8249,0,1.1968,7.1695,0,1.4704,7.7796,0,1.7467,8.3899,0,2.0203,9,0 +PL 2.4507,6.9026,0,2.5807,7.2726,0,2.7208,7.6256,0,2.8745,7.9703,0 +PL 6.2652,7.9703,0,7.5436,7.9703,0,7.5436,7.9703,0,7.5436,7.9703,0 + +[7d0b] 紋 +PL 1.0708,5.3009,0,1.2042,5.5664,0,1.3478,5.8235,0,1.5016,6.0635,0,0.647,7.1314,0,0.924,7.7684,0,1.2042,8.3884,0,1.5016,9,0 +PL 1.5016,0,0,1.5016,4.7669,0,0.2165,4.7669,0 +PL 3.3933,0,0,5.3126,2.6314,0,4.5592,4.3164,0,4.1494,5.8659,0,4.0339,7.3984,0,3.2111,7.3984,0 +PL 7.0215,0,0,6.5945,0.7134,0,6.1672,1.4096,0,5.7434,2.0974,0 +PL 0.2165,1.2966,0,0.3458,1.9337,0,0.4932,2.5537,0,0.647,3.1653,0 +PL 2.7803,1.8305,0,2.6294,2.2868,0,2.4826,2.7346,0,2.3527,3.1653,0 +PL 5.7434,3.4322,0,6.3385,5.1554,0,6.5626,6.1837,0,6.5945,7.3984,0,4.4577,7.3984,0 +PL 2.7803,4.5,0,2.6294,4.7669,0,2.4826,5.0339,0,2.3527,5.3009,0,2.2021,5.1371,0,2.062,4.9563,0,1.9219,4.7669,0 +PL 1.9219,7.1314,0,2.062,7.3984,0,2.2021,7.6652,0,2.3527,7.9323,0 +L 5.3126,7.9323,5.3126,9 + +[7d0d] 納 +PL 1.5925,0,0,1.5925,4.7671,0,0.3141,4.7671,0,0.3141,4.7671,0,0.3141,4.7671,0 +PL 3.7286,0,0,3.7286,7.3983,0,4.7307,7.4662,0,5.2561,7.89,0,5.4063,9.0001,0 +PL 6.2574,0,0,7.1124,0,0,7.1124,7.3983,0,6.1979,7.3786,0,5.7531,7.2402,0,5.4063,6.8645,0,5.6834,5.6428,0,5.9636,4.4126,0,6.2574,3.1654,0 +PL 0.3141,1.3348,0,0.4402,1.945,0,0.5834,2.5552,0,0.734,3.1654,0 +PL 2.874,1.8687,0,2.7238,2.3151,0,2.5728,2.7444,0,2.4436,3.1654,0 +PL 4.1248,3.1654,0,4.3976,3.8886,0,4.6852,4.6033,0,4.979,5.3009,0 +PL 2.874,4.5001,0,2.7238,4.7671,0,2.5728,5.034,0,2.4436,5.3009,0,2.2926,5.1372,0,2.149,4.9562,0,2.0198,4.7671,0 +PL 1.1652,5.3009,0,1.2944,5.5679,0,1.4415,5.8349,0,1.5925,6.1018,0,1.2944,6.445,0,1.0142,6.7883,0,0.734,7.1314,0,1.0142,7.7684,0,1.2944,8.3887,0,1.5925,9.0001,0 +PL 2.0198,7.1314,0,2.149,7.3983,0,2.2926,7.6654,0,2.4436,7.9323,0 + +[7d14] 純 +PL 1.5621,0,0,1.5621,4.767,0,0.3083,4.767,0,0.3083,4.767,0,0.3083,4.767,0 +PL 5.8004,0,0,5.4884,0.9223,0,5.2716,2.2175,0,4.9805,3.1653,0,3.6955,3.1653,0,3.6955,5.7968,0,3.6955,5.7968,0,3.6955,5.7968,0 +PL 6.2277,0,0,7.5058,0,0,7.5058,1.5636,0,7.5058,1.5636,0,7.5058,1.5636,0 +PL 0.3083,1.2967,0,0.4413,1.9337,0,0.5849,2.5537,0,0.7394,3.1653,0 +PL 2.8405,1.8306,0,2.6934,2.2867,0,2.5463,2.7345,0,2.4171,3.1653,0 +PL 5.8004,3.1653,0,5.5024,3.678,0,5.3903,4.7754,0,5.3766,7.3983,0,3.2717,7.3983,0,3.2717,7.3983,0,3.2717,7.3983,0 +PL 6.2277,3.1653,0,7.0855,3.1653,0,7.0855,5.7968,0,7.0855,5.7968,0,7.0855,5.7968,0 +PL 2.8405,4.5001,0,2.5257,5.0184,0,2.3046,5.0876,0,1.9859,4.767,0 +PL 1.1593,5.2627,0,1.2893,5.5297,0,1.415,5.7968,0,1.5621,6.0636,0,1.2858,6.4337,0,1.0122,6.7867,0,0.7394,7.1314,0,1.0122,7.7684,0,1.2858,8.3885,0,1.5621,9,0 +PL 1.9859,7.1314,0,2.1159,7.3983,0,2.2661,7.6653,0,2.4171,7.9322,0 +PL 5.3766,7.9322,0,5.3766,9,0,5.3766,9,0,5.3766,9,0 +PL 5.8004,7.9322,0,7.5058,7.9322,0,7.5058,7.9322,0,7.5058,7.9322,0 + +[7d19] 紙 +PL 1.3155,9,0,0.4924,7.1315,0,1.291,6.1307,0 +L 2.1736,5.3011,2.5974,4.5001 +L 1.3155,4.7671,1.3155,0 +L 0.4924,3.1655,0.0616,1.335 +L 2.1736,3.1655,2.5974,1.8688 +L 0.0616,4.7671,2.4541,4.7671 +L 2.1736,7.9324,0.6293,4.7671 +PL 6.6241,9.0001,-0.0665,3.666,8.4662,0,3.666,0,0 +PL 7.2617,0.0001,-0.1572,5.5569,5.3011,0,5.5569,8.6688,0 +L 7.2626,5.3011,3.666,5.3011 +A 3.0247,4.4234,4.4233,270,298.445 + +[7d1a] 級 +PL 1.8357,0,0,1.8357,4.7668,0,0.5849,4.7668,0,0.5849,4.7668,0,0.5849,4.7668,0 +PL 3.1207,0,0,3.2506,0.2669,0,3.3942,0.5339,0,3.541,0.8009,0,3.2506,1.6002,0,2.9669,2.3911,0,2.6899,3.1651,0 +PL 4.5812,0,0,5.0719,0.5324,0,5.5689,1.0564,0,6.0768,1.5635,0,5.4607,2.9872,0,5.1276,4.055,0,4.7949,4.7668,0,4.5045,3.9363,0,4.2874,2.75,0,3.9718,1.5635,0 +PL 7.3625,0,0,7.0645,0.3432,0,6.7808,0.6863,0,6.5041,1.0297,0 +PL 0.5849,1.2966,0,0.711,1.9336,0,0.841,2.5535,0,0.9811,3.1651,0 +PL 6.5041,2.0975,0,7.1065,3.2839,0,7.3271,4.1144,0,7.3625,5.3007,0,6.0768,5.3007,0,6.1892,6.2232,0,6.3923,7.1624,0,6.5041,8.4661,0,4.7949,8.4661,0,4.7949,5.3007,0,4.7949,5.3007,0,4.7949,5.3007,0 +PL 3.1207,4.5,0,2.9669,4.7668,0,2.8233,5.0339,0,2.6899,5.3007,0,2.5396,5.137,0,2.3922,4.9563,0,2.263,4.7668,0 +PL 1.4119,5.3007,0,1.5411,5.5664,0,1.6847,5.8233,0,1.8357,6.0636,0,1.5411,6.4336,0,1.2574,6.7867,0,0.9811,7.1313,0,1.2574,7.7683,0,1.5411,8.3884,0,1.8357,8.9999,0 +PL 2.263,7.1313,0,2.3922,7.3983,0,2.5396,7.6651,0,2.6899,7.932,0 +PL 3.541,8.4661,0,4.3991,8.4661,0,4.3991,8.4661,0,4.3991,8.4661,0 + +[7d1b] 紛 +PL 1.8033,0,0,1.8033,4.767,0,0.5249,4.767,0,0.5249,4.767,0,0.5249,4.767,0 +PL 3.089,0,0,4.0802,1.6088,0,4.6056,2.9294,0,4.7667,4.767,0,4.1499,4.7868,0,3.8242,4.9252,0,3.5128,5.3008,0,3.3619,4.9563,0,3.2183,4.6032,0,3.089,4.2331,0 +PL 5.1905,0,0,6.0451,0,0,6.7032,1.6427,0,6.8997,3.048,0,6.8997,4.767,0,5.1905,4.767,0,5.1905,4.767,0,5.1905,4.767,0 +PL 0.5249,1.3348,0,0.6545,1.9449,0,0.8019,2.5552,0,0.9522,3.1653,0 +PL 3.089,1.8687,0,2.9381,2.315,0,2.791,2.7444,0,2.6617,3.1653,0 +PL 2.2344,4.767,0,2.3605,5.137,0,2.5108,5.4901,0,2.6617,5.8348,0 +PL 7.7263,4.767,0,6.8297,6.5255,0,6.395,7.623,0,6.0451,9,0 +PL 1.3795,5.3008,0,1.5094,5.5678,0,1.653,5.8348,0,1.8033,6.1017,0,1.5094,6.4718,0,1.2257,6.8248,0,0.9522,7.1695,0,1.2257,7.7798,0,1.5094,8.3899,0,1.8033,9,0 +PL 3.9156,6.1017,0,4.2095,6.7232,0,4.3219,7.3362,0,4.3356,8.4661,0 +PL 2.2344,7.1695,0,2.3605,7.4351,0,2.5108,7.6921,0,2.6617,7.9322,0 + +[7d20] 素 +PL 0.4919,0,0,0.9826,0.37,0,1.4761,0.7232,0,1.9913,1.0678,0 +PL 3.6651,0,0,3.6651,2.0974,0,0.2817,2.0974,0,0.2817,2.0974,0,0.2817,2.0974,0 +PL 6.6562,0,0,6.2292,0.37,0,5.8019,0.7232,0,5.3746,1.0678,0 +PL 4.0924,2.0974,0,4.8493,2.2458,0,5.6125,2.572,0,6.6562,2.8983,0,6.5021,3.1653,0,6.362,3.4322,0,6.2292,3.6992,0 +PL 3.2378,2.8983,0,2.814,3.3546,0,2.3937,3.8023,0,1.9913,4.2331,0 +PL 3.6651,3.1653,0,3.9421,3.5354,0,4.2258,3.8885,0,4.5236,4.2331,0 +PL 2.8105,4.2331,0,2.9439,4.5,0,3.0875,4.767,0,3.2378,5.0339,0,2.2431,5.137,0,1.2554,5.2231,0,0.2817,5.3009,0 +PL 3.6651,5.3009,0,3.2448,6.774,0,2.2676,6.9929,0,1.1328,6.8644,0 +PL 4.0924,5.3009,0,7.0485,5.3009,0,7.0485,5.3009,0,7.0485,5.3009,0 +PL 4.0924,6.8644,0,2.986,7.8532,0,1.9773,8.0113,0,0.7024,7.9322,0 +PL 4.5236,6.8644,0,6.2292,6.8644,0,6.2292,6.8644,0,6.2292,6.8644,0 +PL 4.0924,7.9322,0,3.9421,8.3023,0,3.7985,8.6554,0,3.6651,9,0 +PL 4.5236,7.9322,0,6.6562,7.9322,0,6.6562,7.9322,0,6.6562,7.9322,0 + +[7d21] 紡 +PL 1.6207,0,0,1.6207,4.7669,0,0.3703,4.7669,0,0.3703,4.7669,0,0.3703,4.7669,0 +PL 3.3302,0,0,4.5245,2.5212,0,4.9554,4.7882,0,5.0079,7.4365,0,3.761,7.4365,0,3.761,7.4365,0,3.761,7.4365,0 +PL 5.4352,0,0,6.8957,0.846,0,7.2071,2.7514,0,7.144,4.7669,0,5.4352,4.7669,0,5.4352,4.7669,0,5.4352,4.7669,0 +PL 0.3703,1.3348,0,0.5002,1.9719,0,0.647,2.5918,0,0.7979,3.2035,0 +PL 2.9029,1.8687,0,2.752,2.3249,0,2.6052,2.7726,0,2.4753,3.2035,0 +PL 2.9029,4.5382,0,2.752,4.8037,0,2.6052,5.0609,0,2.4753,5.3009,0,2.3247,5.137,0,2.1814,4.9563,0,2.0518,4.7669,0 +PL 1.1934,5.3009,0,1.3268,5.5679,0,1.4736,5.8349,0,1.6207,6.1017,0,1.3443,6.4719,0,1.0743,6.8249,0,0.7979,7.1696,0,1.0743,7.8066,0,1.3443,8.4266,0,1.6207,9.0382,0 +PL 2.0518,7.1696,0,2.1814,7.4365,0,2.3247,7.7035,0,2.4753,7.9704,0 +PL 5.4352,7.4365,0,5.4352,9.0382,0,5.4352,9.0382,0,5.4352,9.0382,0 +PL 5.866,7.4365,0,7.5748,7.4365,0,7.5748,7.4365,0,7.5748,7.4365,0 + +[7d22] 索 +PL 4.1884,0.0381,0,4.1884,2.6694,0,1.2257,2.6694,0,1.2257,2.6694,0,1.2257,2.6694,0 +PL 1.4425,0.572,0,1.9294,0.9152,0,2.4162,1.2584,0,2.9069,1.6017,0 +PL 6.5074,0.8389,0,6.1502,1.1045,0,5.8069,1.3615,0,5.4703,1.6017,0 +PL 7.148,2.4025,0,6.7873,2.966,0,6.2409,3.1737,0,5.0395,3.2033,0,4.8928,3.0395,0,4.7418,2.8587,0,4.6157,2.6694,0 +PL 3.7615,3.2033,0,3.1906,3.7372,0,2.6298,4.2711,0,2.0835,4.805,0 +PL 4.1884,3.7372,0,4.6157,4.2711,0,5.0395,4.805,0,5.4703,5.339,0 +PL 3.3342,4.805,0,3.6105,5.1751,0,3.8907,5.5282,0,4.1884,5.8729,0,3.7755,6.2217,0,2.8995,6.3503,0,0.8019,6.3687,0,0.8019,5.339,0,0.8019,5.339,0,0.8019,5.339,0 +PL 7.5718,5.339,0,7.5718,6.3687,0,4.6157,6.3687,0,4.3219,6.9025,0,4.0343,7.4364,0,3.7615,7.9703,0,1.2257,7.9703,0,1.2257,7.9703,0,1.2257,7.9703,0 +PL 4.6157,7.9703,0,4.462,8.3403,0,4.3219,8.6934,0,4.1884,9.0381,0 +PL 5.0395,7.9703,0,7.148,7.9703,0,7.148,7.9703,0,7.148,7.9703,0 + +[7d2b] 紫 +PL 0.3076,0,0,0.654,0.3701,0,1.0151,0.7233,0,1.3794,1.0678,0 +PL 3.4843,0,0,3.4843,2.1357,0,0.094,2.1357,0,0.094,2.1357,0,0.094,2.1357,0 +PL 6.4404,0,0,6.1462,0.3701,0,5.8625,0.7233,0,5.5855,1.0678,0 +PL 3.9043,2.1357,0,4.6608,2.5043,0,5.6909,2.7713,0,6.4404,3.1653,0,6.2898,3.3546,0,6.1462,3.5353,0,6.0166,3.6992,0 +PL 3.0532,2.6314,0,2.4231,3.5806,0,1.9884,3.9959,0,1.3794,4.2332,0 +PL 3.4843,3.1653,0,3.9043,3.6992,0,4.3354,4.2332,0,4.7624,4.767,0 +PL 0.5209,5.3009,0,0.5209,8.4661,0,0.5209,8.4661,0,0.5209,8.4661,0 +PL 0.9482,5.3009,0,1.386,5.7939,0,1.5997,6.7528,0,1.7751,9,0 +PL 2.1989,5.8348,0,2.4753,6.0241,0,2.7558,6.2048,0,3.0532,6.3687,0 +PL 4.7624,5.8348,0,4.465,6.308,0,4.3526,7.1286,0,4.3354,9,0 +PL 5.1932,5.8348,0,6.8674,5.8348,0,6.8674,6.9026,0,6.8674,6.9026,0,6.8674,6.9026,0 +PL 4.7624,7.3983,0,5.3161,7.5876,0,5.8692,7.7684,0,6.4404,7.9323,0 +PL 2.1989,7.9323,0,3.0532,7.9323,0,3.0532,7.9323,0,3.0532,7.9323,0 + +[7d2f] 累 +PL 4.6118,7.3983,0,5.866,7.3983,0,5.866,7.3983,0,5.866,7.3983,0 +PL 3.761,0,0,3.761,2.6314,0,0.3703,2.6314,0,0.3703,2.6314,0,0.3703,2.6314,0 +PL 0.5839,0.5339,0,1.0743,0.904,0,1.5611,1.2571,0,2.0518,1.6017,0 +PL 6.7167,0.5339,0,6.2863,0.904,0,5.866,1.2571,0,5.4352,1.6017,0 +PL 4.1848,2.6314,0,4.5491,3.0169,0,5.0919,3.2246,0,6.2863,3.4322,0,6.1388,3.6991,0,5.9952,3.9661,0,5.866,4.233,0 +PL 3.3302,3.1653,0,2.6052,3.6991,0,1.8977,4.233,0,1.1934,4.7669,0 +PL 3.761,3.6991,0,4.1638,4.233,0,4.5841,4.7669,0,5.0079,5.3009,0 +PL 2.4753,4.7669,0,2.752,5.2232,0,3.0357,5.6709,0,3.3302,6.1017,0,2.6052,6.2048,0,1.8977,6.291,0,1.1934,6.3687,0,1.1934,8.4661,0,6.2863,8.4661,0,6.2863,6.3687,0,4.3351,6.7543,0,3.029,7.1907,0,1.6207,7.3983,0 + +[7d30] 細 +PLC 6.9629,0,0,6.9629,8.4663,0,3.5725,8.4663,0,3.5725,0,0 +L 5.2537,8.4663,5.2537,0 +L 3.5725,4.2332,6.9629,4.2332 +PL 1.436,9,0,0.6165,7.1315,0,1.4189,6.1307,0 +L 2.291,5.3011,2.7214,4.5001 +L 1.436,4.7671,1.436,0 +L 0.6165,3.1655,0.186,1.335 +L 2.291,3.1655,2.7214,1.8688 +L 0.186,4.7671,2.5778,4.7671 +L 2.291,7.9324,0.7496,4.7671 + +[7d33] 紳 +PL 1.6827,0.0382,0,1.6827,4.8052,0,0.4288,4.8052,0,0.4288,4.8052,0,0.4288,4.8052,0 +PL 5.4972,0.0382,0,5.4132,1.9068,0,4.9575,2.5806,0,3.8196,2.6695,0,3.8196,6.9026,0,4.9855,7.0495,0,5.4303,7.671,0,5.4972,9.0382,0 +PL 0.4288,1.3347,0,0.5553,1.9718,0,0.6845,2.5918,0,0.8281,3.2034,0 +PL 2.965,1.8687,0,2.8105,2.325,0,2.6704,2.7727,0,2.5412,3.2034,0 +PL 5.9245,2.6695,0,5.4023,3.7825,0,5.175,4.5311,0,4.2469,4.8052,0 +PL 6.355,2.6695,0,7.2061,2.6695,0,7.2061,4.8052,0,6.2888,4.8235,0,5.8471,4.9521,0,5.4972,5.3009,0,5.6408,6.5636,0,6.1662,6.9111,0,7.2061,6.9026,0,7.2061,5.3009,0,7.2061,5.3009,0,7.2061,5.3009,0 +PL 2.965,4.5382,0,2.6462,5.0566,0,2.4287,5.1257,0,2.11,4.8052,0 +PL 1.2554,5.3009,0,1.3853,5.5678,0,1.5325,5.8348,0,1.6827,6.1018,0,1.3853,6.4718,0,1.1052,6.825,0,0.8281,7.1695,0,1.1052,7.8065,0,1.3853,8.4266,0,1.6827,9.0382,0 +PL 2.11,7.1695,0,2.2431,7.4365,0,2.3867,7.7034,0,2.5412,7.9704,0 + +[7d39] 紹 +PL 2.0835,0.0001,0,2.0835,4.7671,0,0.8019,4.7671,0,0.8019,4.7671,0,0.8019,4.7671,0 +PLC 4.6157,1.2473,0,4.6157,3.6993,0,7.5718,3.6993,0,7.5718,0.0001,0,4.6157,0.0001,0 +PL 0.8019,1.3348,0,0.9312,1.9719,0,1.0783,2.5919,0,1.2257,3.2035,0 +PL 3.3342,1.8688,0,3.1832,2.325,0,3.0361,2.7727,0,2.9069,3.2035,0 +PL 3.3342,4.5002,0,3.1832,4.7671,0,3.0361,5.034,0,2.9069,5.3009,0,2.7633,5.1371,0,2.6298,4.9564,0,2.5076,4.7671,0 +PL 1.6565,5.3009,0,1.7858,5.5679,0,1.9294,5.8349,0,2.0835,6.1018,0,1.7858,6.4718,0,1.5056,6.825,0,1.2257,7.1697,0,1.5056,7.7798,0,1.7858,8.3899,0,2.0835,9.0001,0 +PL 4.1884,5.3009,0,5.0886,6.8434,0,5.4217,7.6739,0,5.4703,8.5044,0,4.1884,8.5044,0,4.1884,8.5044,0,4.1884,8.5044,0 +PL 6.3214,5.3009,0,7.148,5.3009,0,7.7508,6.4874,0,7.9714,7.318,0,8.0026,8.5044,0,5.8976,8.5044,0,5.8976,8.5044,0,5.8976,8.5044,0 +PL 2.5076,7.1697,0,2.6298,7.4366,0,2.7633,7.7035,0,2.9069,7.9705,0 + +[7d3a] 紺 +PL 1.6827,0.0381,0,1.6827,4.805,0,0.4288,4.805,0,0.4288,4.805,0,0.4288,4.805,0 +PL 4.2469,0.0381,0,4.2469,6.3687,0,3.9488,6.5579,0,3.6686,6.7388,0,3.3923,6.9025,0 +PL 4.6461,0.0381,0,6.7756,0.0381,0,6.7756,3.7372,0,4.6461,3.7372,0,4.6461,3.7372,0,4.6461,3.7372,0 +PL 0.4288,1.3347,0,0.5553,1.9718,0,0.6845,2.5918,0,0.8281,3.2033,0 +PL 2.965,1.8686,0,2.8105,2.3248,0,2.6704,2.7725,0,2.5412,3.2033,0 +PL 2.965,4.538,0,2.8105,4.805,0,2.6704,5.072,0,2.5412,5.339,0,2.3867,5.1751,0,2.2431,4.9943,0,2.11,4.805,0 +PL 6.7756,4.2711,0,6.1242,6.8969,0,4.9015,7.0734,0,4.2469,9.0381,0 +PL 1.2554,5.339,0,1.3853,5.6059,0,1.5325,5.8729,0,1.6827,6.1398,0,1.3853,6.483,0,1.1052,6.8262,0,0.8281,7.1694,0,1.1052,7.8064,0,1.3853,8.4266,0,1.6827,9.0381,0 +PL 2.11,7.1694,0,2.2431,7.4364,0,2.3867,7.7034,0,2.5412,7.9703,0 +PL 7.2061,6.9025,0,6.9014,7.3375,0,6.7931,7.8912,0,6.7756,9.0381,0 + +[7d42] 終 +PL 2.1163,0,0,2.1163,4.7671,0,0.8625,4.7671,0 +PL 7.2085,0,0,6.6271,0.5341,0,6.0597,1.0679,0,5.4997,1.6018,0 +PL 0.8625,1.3348,0,0.985,1.9451,0,1.1178,2.555,0,1.2579,3.1653,0 +PL 3.3947,1.8686,0,3.2438,2.3151,0,3.0967,2.7446,0,2.9674,3.1653,0 +PL 6.7812,2.6696,0,6.4874,3.0128,0,6.1998,3.3561,0,5.927,3.6993,0 +PL 3.8252,3.6993,0,3.5275,4.2332,0,3.2438,4.7671,0,2.9674,5.3009,0,2.8165,5.1371,0,2.6729,4.9563,0,2.5436,4.7671,0 +PL 4.2493,3.6993,0,4.7989,4.2332,0,5.3561,4.7671,0,5.927,5.3009,0,5.4997,6.0243,0,5.0861,6.7388,0,4.6763,7.4366,0,4.3824,7.0919,0,4.0949,6.7388,0,3.8252,6.3687,0 +PL 7.6358,3.6993,0,7.2085,4.0694,0,6.7812,4.4223,0,6.3575,4.7671,0 +PL 1.6852,5.3009,0,1.8186,5.5679,0,1.9619,5.8348,0,2.1163,6.1018,0,1.5349,6.8248,0,1.2579,7.1697,0,1.5349,7.7799,0,1.8186,8.39,0,2.1163,9.0002,0 +PL 6.3575,6.1018,0,6.4874,6.7121,0,6.6271,7.3222,0,6.7812,7.9323,0,4.6763,7.9323,0 +PL 2.5436,7.1697,0,2.6729,7.4351,0,2.8165,7.6921,0,2.9674,7.9323,0 + +[7d44] 組 +PL 4.4331,0,0,4.4331,8.4661,0,6.9938,8.4661,0,6.9938,0,0 +PL 1.9008,8.9999,0,1.0743,7.1314,0,1.8732,6.1307,0 +L 2.7519,5.3011,3.1792,4.5 +L 1.9008,4.767,1.9008,0 +L 1.0743,3.1654,0.647,1.335 +L 2.7519,3.1654,3.1792,1.8687 +L 0.647,4.767,3.0356,4.767 +L 2.7519,7.9323,1.2112,4.767 +L 3.61,0,7.8484,0 +L 4.4331,3.1653,6.9938,3.1653 +L 4.4331,5.7965,6.9938,5.7965 + +[7d4c] 経 +PL 2.1455,0,0,2.1455,4.767,0,0.864,4.767,0,0.864,4.767,0 +PL 3.82,0,0,5.96,0,0,5.8756,1.8856,0,5.4136,2.5508,0,4.2505,2.6314,0 +PL 6.3523,0,0,8.0611,0,0,8.0611,0,0,8.0611,0,0 +PL 0.864,1.3348,0,0.9967,1.9449,0,1.1403,2.5551,0,1.2878,3.1652,0 +PL 3.3962,1.8686,0,3.2418,2.3149,0,3.1017,2.7444,0,2.9689,3.1652,0 +PL 6.3523,2.6314,0,6.0753,3.0465,0,5.9737,3.462,0,5.96,4.2332,0 +PL 6.7827,2.6314,0,7.6338,2.6314,0,7.6338,2.6314,0,7.6338,2.6314,0 +PL 3.3962,4.5001,0,3.2418,4.767,0,3.1017,5.034,0,2.9689,5.3009,0,2.8145,5.137,0,2.6709,4.9563,0,2.5416,4.767,0 +PL 4.4645,4.2332,0,4.9513,4.767,0,5.4448,5.3009,0,5.96,5.8349,0,5.0529,6.9747,0,4.7272,7.6568,0,4.6778,8.4662,0,7.21,8.4662,0,7.1789,7.6766,0,6.9547,7.1329,0,6.3523,6.3687,0 +PL 7.6338,4.2332,0,7.21,4.6032,0,6.7827,4.9563,0,6.3523,5.3009,0 +PL 1.7151,5.3009,0,1.8478,5.5678,0,1.9952,5.8349,0,2.1455,6.1017,0,1.8478,6.4718,0,1.2878,7.1695,0,1.5641,7.7797,0,1.8478,8.3899,0,2.1455,9,0 +PL 2.5416,6.9025,0,2.6709,7.2457,0,2.8145,7.589,0,2.9689,7.9322,0 + +[7d50] 結 +PLC 3.9363,0,0,6.5004,0,0,6.5004,3.2034,0,3.9363,3.2034,0,3.9363,0,0,3.9363,3.2034,0,6.5004,3.2034,0,6.5004,0,0 +PL 5.6455,5.3009,0,6.8994,5.3009,0,3.5164,5.3009,0,5.2217,5.3009,0,5.0119,7.058,0,4.3286,7.4846,0,3.0852,7.4365,0,7.3267,7.4365,0,6.0766,7.4365,0 +PL 5.6455,7.4365,0,5.3513,7.8504,0,5.2392,8.2557,0,5.2217,9.0001,0,5.2217,5.3009,0 +PL 1.4114,8.9999,0,0.5845,7.1314,0,1.3865,6.1307,0 +L 2.2621,5.3011,2.6894,4.5001 +L 1.4114,4.767,1.4114,0 +L 0.5845,3.1654,0.1572,1.335 +L 2.2621,3.1654,2.6894,1.8687 +L 0.1572,4.767,2.5493,4.767 +L 2.2621,7.9323,0.7175,4.767 + +[7d5e] 絞 +PL 2.1433,0.0152,0,2.1433,4.7821,0,0.865,4.7821,0,0.865,4.7821,0,0.865,4.7821,0 +PL 4.0662,0.0152,0,4.6823,0.7383,0,5.3201,1.453,0,5.9537,2.1508,0,5.3586,2.9417,0,5.1379,3.4954,0,5.1026,4.2863,0 +PL 7.6632,0.0152,0,7.2429,0.5491,0,6.8121,1.083,0,6.3845,1.6168,0 +PL 0.865,1.3499,0,0.9942,1.987,0,1.1413,2.607,0,1.2887,3.2186,0 +PL 3.4284,1.8838,0,3.2746,2.34,0,3.131,2.7878,0,2.9976,3.2186,0 +PL 6.3845,2.6847,0,6.6857,3.1,0,6.7946,3.5151,0,6.8121,4.2863,0 +PL 3.4284,4.5534,0,3.2746,4.8188,0,3.131,5.0759,0,2.9976,5.316,0,2.8473,5.1522,0,2.7037,4.9714,0,2.5703,4.7821,0 +PL 1.716,5.316,0,1.8453,5.583,0,1.9927,5.85,0,2.1433,6.1169,0,1.8453,6.487,0,1.5651,6.84,0,1.2887,7.1847,0,1.5651,7.8218,0,1.8453,8.4418,0,2.1433,9.0534,0 +PL 4.2798,5.316,0,4.553,5.6861,0,4.8332,6.0392,0,5.1026,6.3838,0 +PL 7.6632,5.316,0,7.3687,5.6861,0,7.0885,6.0392,0,6.8121,6.3838,0 +PL 2.5703,6.9177,0,2.7037,7.2878,0,2.8473,7.6409,0,2.9976,7.9855,0 +PL 3.8522,7.4516,0,5.9537,7.4516,0,5.9537,9.0534,0,5.9537,9.0534,0,5.9537,9.0534,0 +PL 6.3845,7.4516,0,8.094,7.4516,0,8.094,7.4516,0,8.094,7.4516,0 + +[7d61] 絡 +PL 1.6545,0,0,1.6545,4.767,0,0.3726,4.767,0,0.3726,4.767,0,0.3726,4.767,0 +PL 4.1833,0,0,4.1304,2.4082,0,3.7031,3.7317,0,2.5088,5.3008,0,2.3547,5.137,0,2.2111,4.9563,0,2.0783,4.767,0 +PL 4.6138,0,0,6.7433,0,0,6.7433,3.1653,0,4.6138,3.1653,0,4.6138,3.1653,0,4.6138,3.1653,0 +PL 0.3726,1.3347,0,0.5022,1.9449,0,0.6455,2.5551,0,0.7999,3.1653,0 +PL 2.9326,1.8686,0,2.7823,2.315,0,2.6384,2.7444,0,2.5088,3.1653,0 +PL 7.1744,3.6991,0,6.5961,4.2331,0,6.0256,4.767,0,5.4649,5.3008,0,5.0376,4.9563,0,4.6138,4.6031,0,4.1833,4.2331,0 +PL 1.2237,5.3008,0,1.353,5.5678,0,1.5036,5.8348,0,1.6545,6.1018,0,1.353,6.4719,0,1.0728,6.825,0,0.7999,7.1695,0,1.0728,7.7797,0,1.353,8.3899,0,1.6545,9,0 +PL 5.0376,5.8348,0,4.7434,6.3687,0,4.4597,6.9026,0,4.1833,7.4365,0,3.9133,7.0919,0,3.6334,6.7388,0,3.3599,6.3687,0 +PL 5.8922,5.8348,0,6.1692,6.4719,0,6.4529,7.0919,0,6.7433,7.7035,0,5.8922,7.7797,0,5.0376,7.856,0,4.1833,7.9322,0 +PL 2.0783,7.1695,0,2.2111,7.4351,0,2.3547,7.6922,0,2.5088,7.9322,0 + +[7d66] 給 +PL 2.0203,8.9999,0,1.1965,7.1314,0,1.9972,6.1307,0 +L 2.8745,5.3011,3.3018,4.5001 +L 2.0203,4.767,2.0203,0 +L 1.1965,3.1654,0.7695,1.3349 +L 2.8745,3.1654,3.3018,1.8687 +L 0.7695,4.767,3.1593,4.767 +L 2.8745,7.9323,1.3331,4.767 +PL 7.9695,5.1028,0,5.7196,9,0,3.4696,5.1028,0 +L 4.3697,5.3009,7.0698,5.3009 +PLC 4.3697,3,0,7.0698,3,0,7.0698,0,0,4.3697,0,0 + +[7d71] 統 +PL 1.8688,0,0,1.8688,4.767,0,0.5838,4.767,0,0.5838,4.767,0,0.5838,4.767,0 +PL 3.3297,0,0,3.8232,0.7133,0,4.3209,1.4096,0,4.8249,2.0974,0,4.5727,4.1229,0,4.6358,5.411,0,5.2525,7.1314,0,4.6743,7.2345,0,4.1037,7.3207,0,3.5465,7.3984,0 +PL 6.1103,0,0,6.1103,4.767,0,5.2525,4.767,0,5.2525,4.767,0,5.2525,4.767,0 +PL 6.5344,0,0,7.7848,0,0,7.7848,1.5635,0,7.7848,1.5635,0,7.7848,1.5635,0 +PL 0.5838,1.3347,0,0.7204,1.9449,0,0.8605,2.5551,0,1.0142,3.1653,0 +PL 3.1157,1.8306,0,2.9756,2.2867,0,2.8429,2.7346,0,2.7203,3.1653,0 +PL 3.1157,4.5,0,2.9756,4.767,0,2.8429,5.0339,0,2.7203,5.3009,0,2.5693,5.137,0,2.4292,4.9563,0,2.2926,4.767,0 +PL 7.361,5.0339,0,7.2174,5.3009,0,7.084,5.5679,0,6.9614,5.8348,0,6.6637,5.6709,0,6.3835,5.4901,0,6.1103,5.3009,0 +PL 1.4415,5.3009,0,1.5715,5.5679,0,1.7182,5.8348,0,1.8688,6.1017,0,1.5715,6.4449,0,1.2913,6.7882,0,1.0142,7.1314,0,1.2913,7.7684,0,1.5715,8.3885,0,1.8688,9,0 +PL 2.2926,7.1314,0,2.4292,7.3984,0,2.5693,7.6652,0,2.7203,7.9322,0 +PL 5.6798,7.3984,0,5.6798,9,0,5.6798,9,0,5.6798,9,0 +PL 6.1103,7.3984,0,7.7848,7.3984,0,7.7848,7.3984,0,7.7848,7.3984,0 + +[7d75] 絵 +PL 3.3302,0,0,4.1848,0,0,4.4615,1.2474,0,4.7343,2.4776,0,5.0079,3.6992,0,3.3302,3.6992,0 +PL 4.6118,0,0,5.3336,0.1387,0,5.9777,0.3954,0,6.7167,0.5341,0,7.0004,1.1258,0,7.0004,1.5314,0,6.7167,2.0977,0 +L 5.4352,3.6992,7.5748,3.6992 +L 4.6118,5.3011,6.2863,5.3011 +PL 3.3302,5.8349,0,3.9498,6.9012,0,4.5841,7.9592,0,5.2212,9,0,5.9952,7.9592,0,6.7798,6.9012,0,7.5748,5.8349,0 +PL 1.6207,9,0,0.7969,7.1314,0,1.5976,6.1307,0 +L 2.4749,5.3011,2.9022,4.5001 +L 1.6207,4.767,1.6207,0 +L 0.7969,3.1654,0.3699,1.335 +L 2.4749,3.1654,2.9022,1.8688 +L 0.3699,4.767,2.7597,4.767 +L 2.4749,7.9323,0.9335,4.767 + +[7d76] 絶 +PL 1.4649,0,0,1.4649,4.767,0,0.2177,4.767,0,0.2177,4.767,0,0.2177,4.767,0 +PL 4.0319,0,0,3.1808,3.0028,0,3.7482,6.3531,0,4.4592,9,0 +PL 4.4592,0,0,6.9918,0,0,6.9918,1.5635,0,6.9918,1.5635,0,6.9918,1.5635,0 +PL 0.2177,1.3347,0,0.3473,1.9449,0,0.4909,2.5551,0,0.6485,3.1653,0 +PL 2.7535,1.8306,0,2.5997,2.2867,0,2.4558,2.7346,0,2.323,3.1653,0 +PL 4.0319,3.6992,0,5.2857,3.6992,0,5.2017,5.1173,0,4.8444,5.7134,0,4.0319,5.8348,0 +PL 5.7095,3.6992,0,6.9918,3.6992,0,6.9918,5.8348,0,6.0738,5.8531,0,5.629,5.9817,0,5.2857,6.3305,0,5.5558,6.7867,0,5.8395,7.2345,0,6.1368,7.6652,0,5.7095,7.7684,0,5.2857,7.8545,0,4.8549,7.9322,0 +PL 2.7535,4.5,0,2.5997,4.767,0,2.4558,5.0339,0,2.323,5.3009,0,2.1721,5.137,0,2.025,4.9563,0,1.8957,4.767,0 +PL 1.0446,5.3009,0,1.1739,5.5679,0,1.3175,5.8348,0,1.4649,6.1017,0,1.1949,6.4449,0,0.9185,6.7882,0,0.6485,7.1314,0,0.9185,7.7684,0,1.1949,8.3885,0,1.4649,9,0 +PL 1.8957,7.1314,0,2.025,7.3984,0,2.1721,7.6652,0,2.323,7.9322,0 + +[7d79] 絹 +PL 1.8638,0,0,1.8638,4.7669,0,0.6173,4.7669,0,0.6173,4.7669,0,0.6173,4.7669,0 +PL 4.4311,0,0,4.4311,5.3008,0,7.3907,5.3008,0,7.3907,0,0,6.5361,0,0,6.5361,0,0,6.5361,0,0 +PL 0.6173,1.3347,0,0.7465,1.9717,0,0.8901,2.5917,0,1.0446,3.2033,0 +PL 3.1531,1.8685,0,2.9951,2.3248,0,2.8515,2.7726,0,2.7223,3.2033,0 +PL 4.8584,2.1356,0,6.9634,2.1356,0,6.9634,2.1356,0,6.9634,2.1356,0 +PL 4.8584,3.7373,0,6.9634,3.7373,0,6.9634,3.7373,0,6.9634,3.7373,0 +PL 3.1531,4.5,0,2.9951,4.7669,0,2.8515,5.0339,0,2.7223,5.3008,0,2.5713,5.137,0,2.4246,4.9561,0,2.2946,4.7669,0 +PL 1.4719,5.3008,0,1.5945,5.5677,0,1.7237,5.8347,0,1.8638,6.1017,0,1.5945,6.4717,0,1.3174,6.8249,0,1.0446,7.1695,0,1.3174,7.7796,0,1.5945,8.3899,0,1.8638,9,0 +PL 2.2946,7.1695,0,2.4246,7.4364,0,2.5713,7.7033,0,2.7223,7.9703,0 +PLC 4.8584,7.4364,0,4.8584,8.5042,0,6.9634,8.5042,0,6.9634,6.9026,0,4.8584,6.9026,0 + +[7d99] 継 +PL 2.1163,0,0,2.1163,4.767,0,0.8625,4.767,0,0.8625,4.767,0,0.8625,4.767,0 +PL 4.2493,0,0,4.2493,9,0,4.2493,9,0,4.2493,9,0 +PL 4.6763,0,0,8.0631,0,0,8.0631,0,0,8.0631,0,0 +PL 0.8625,1.3347,0,0.985,1.9718,0,1.1178,2.5918,0,1.2579,3.2034,0 +PL 3.3947,1.8687,0,3.2438,2.3249,0,3.0967,2.7726,0,2.9674,3.2034,0 +PL 6.3575,1.6017,0,6.2737,2.4788,0,6.1998,3.3559,0,6.1403,4.2329,0,5.776,3.726,0,5.4156,3.202,0,5.0724,2.6695,0 +PL 7.6358,2.9364,0,7.0583,3.9165,0,6.4874,4.8799,0,5.927,5.8347,0,5.0724,5.8347,0,5.0724,5.8347,0,5.0724,5.8347,0 +PL 3.3947,4.5001,0,3.2438,4.767,0,3.0967,5.0338,0,2.9674,5.3008,0,2.8165,5.137,0,2.6729,4.9562,0,2.5436,4.767,0 +PL 1.6852,5.3008,0,1.8186,5.5678,0,1.9619,5.8347,0,2.1163,6.1017,0,1.8186,6.4717,0,1.5349,6.8249,0,1.2579,7.1695,0,1.5349,7.7796,0,1.8186,8.3898,0,2.1163,9,0 +PL 6.7812,5.8347,0,6.4835,6.3078,0,6.3718,7.1285,0,6.3575,9,0 +PL 2.5436,7.1695,0,2.6729,7.4365,0,2.8165,7.7034,0,2.9674,7.9703,0 +PL 5.4997,7.1695,0,5.3487,7.4365,0,5.2016,7.7034,0,5.0724,7.9703,0 +PL 7.2085,6.9025,0,7.3385,7.2726,0,7.4856,7.6256,0,7.6358,7.9703,0 + +[7d9a] 続 +L 6.1348,7.9704,7.3887,7.9704 +PL 5.711,7.9704,0,5.5573,8.3406,0,5.4137,8.6936,0,5.2802,9.0383,0 +PL 3.5749,6.3688,0,5.2802,6.3688,0,4.937,7.8179,0,4.1213,8.0721,0,3.1476,7.9704,0 +PL 3.5749,3.7374,0,3.5749,4.7671,0,7.3887,4.7671,0,7.3887,3.7374,0,7.3887,3.7374,0,7.3887,3.7374,0 +PL 5.711,6.3688,0,6.9614,6.3688,0,6.9614,6.3688,0,6.9614,6.3688,0 +PL 2.9304,0,0,3.4239,0.534,0,3.9216,1.0679,0,4.426,1.6017,0,4.426,3.2034,0,4.426,3.2034,0,4.426,3.2034,0 +PL 6.531,0,0,7.3887,0,0,7.3887,1.0679,0,7.3887,1.0679,0,7.3887,1.0679,0 +PL 6.1348,0,0,5.8375,0.4747,0,5.7286,1.3052,0,5.711,3.2034,0 +PL 1.4699,8.9999,0,0.6461,7.1314,0,1.4468,6.1307,0 +L 2.3242,5.3011,2.7515,4.5001 +L 1.4699,4.767,1.4699,0 +L 0.6461,3.1654,0.2192,1.3349 +L 2.3242,3.1654,2.7515,1.8687 +L 0.2192,4.767,2.6089,4.767 +L 2.3242,7.9323,0.7827,4.767 + +[7dad] 維 +PL 1.3455,0,0,1.3455,4.7669,0,0.0639,4.7669,0,0.0639,4.7669,0,0.0639,4.7669,0 +PL 3.8781,0,0,3.8638,4.5014,0,3.7517,6.2909,0,3.447,6.9025,0,3.3069,6.7388,0,3.1773,6.5579,0,3.0547,6.3686,0 +PL 4.3054,0,0,5.587,0,0,5.5593,1.692,0,5.2507,2.4774,0,4.3054,2.6695,0 +PL 6.0146,0,0,7.2615,0,0,7.2615,0,0,7.2615,0,0 +PL 0.0639,1.3347,0,0.197,1.9717,0,0.3403,2.5918,0,0.4909,3.2033,0 +PL 2.6309,1.8686,0,2.4736,2.3249,0,2.33,2.7726,0,2.2004,3.2033,0 +PL 6.0146,2.6695,0,5.4924,3.7726,0,5.2546,4.5028,0,4.3054,4.7669,0 +PL 2.6309,4.5382,0,2.4736,4.8036,0,2.33,5.0608,0,2.2004,5.3007,0,2.0495,5.1369,0,1.9062,4.9562,0,1.7731,4.7669,0 +PL 6.0146,4.7669,0,5.2893,5.757,0,4.5818,6.7388,0,3.8781,7.7034,0,4.0074,8.1596,0,4.1545,8.6074,0,4.3054,9.0382,0 +PL 0.9217,5.3007,0,1.0513,5.5677,0,1.1914,5.8347,0,1.3455,6.1017,0,1.0513,6.4717,0,0.7676,6.8248,0,0.4909,7.1695,0,0.7676,7.8066,0,1.0513,8.4265,0,1.3455,9.0382,0 +PL 1.7731,7.1695,0,1.9062,7.4364,0,2.0495,7.7034,0,2.2004,7.9704,0 +PL 6.0146,6.9025,0,5.7309,7.5156,0,5.7309,8.0692,0,6.0146,9.0382,0 +PL 6.4419,6.9025,0,7.2615,6.9025,0,7.2615,6.9025,0,7.2615,6.9025,0 + +[7db1] 綱 +PL 3.3938,0.0381,0,3.3938,8.5041,0,6.7768,8.5041,0,6.7768,0.0381,0,5.9187,0.0381,0,5.9187,0.0381,0,5.9187,0.0381,0 +PL 4.2449,1.6017,0,4.2449,4.2711,0,4.2449,4.2711,0,4.2449,4.2711,0 +PL 4.854,1.6017,0,4.917,3.0395,0,4.9839,4.4604,0,5.0676,5.8729,0,3.8176,5.8729,0,3.8176,5.8729,0,3.8176,5.8729,0 +PL 5.7085,1.6017,0,5.7681,2.5056,0,5.842,3.3926,0,5.9187,4.2711,0 +PL 5.4988,6.1398,0,5.6245,6.5861,0,5.7681,7.0155,0,5.9187,7.4364,0 +PL 4.6718,6.6356,0,4.5212,6.9025,0,4.3745,7.1694,0,4.2449,7.4364,0 +PL 1.2534,9.0381,0,0.4304,7.1695,0,1.2324,6.1688,0 +L 2.1084,5.3392,2.5353,4.5382 +L 1.2534,4.8051,1.2534,0.0381 +L 0.4304,3.2035,0.0034,1.373 +L 2.1084,3.2035,2.5353,1.9068 +L 0.0034,4.8051,2.3921,4.8051 +L 2.1084,7.9704,0.567,4.8051 + +[7db2] 網 +PL 0.1592,1.2966,0,0.2887,1.9337,0,0.4323,2.5537,0,0.583,3.1653,0 +PL 1.4099,0,0,1.4099,4.7669,0,0.1592,4.7669,0 +PL 3.5425,0,0,3.5425,8.4662,0,6.9294,8.4662,0,6.9294,0,0,5.6475,0,0 +L 5.2202,2.0974,6.0751,2.0974 +PL 4.8244,2.0974,0,4.8244,4.2331,0,3.9733,4.2331,0 +PL 5.2202,4.2331,0,5.2202,5.7966,0,3.9733,5.7966,0 +PL 5.6475,5.7966,0,5.665,6.5678,0,5.7739,6.9831,0,6.0751,7.3984,0 +PL 1.8337,7.1314,0,1.9668,7.3984,0,2.1104,7.6652,0,2.2641,7.9323,0 +PL 1.1924,5.5678,0,1.1714,6.1343,0,1.0141,6.5396,0,0.583,7.1314,0,0.8596,7.7684,0,1.1328,8.3884,0,1.4099,9,0 +PL 2.6848,4.5,0,2.5373,4.7669,0,2.3937,5.0339,0,2.2641,5.3009,0,2.1104,5.1371,0,1.9668,4.9563,0,1.8337,4.7669,0 +PL 2.6848,1.8305,0,2.5373,2.2868,0,2.3937,2.7346,0,2.2641,3.1653,0 +L 5.6475,4.2331,6.5056,4.2331 + +[7dbf] 綿 +PL 1.534,0.0152,0,1.534,4.7821,0,0.2797,4.7821,0,0.2797,4.7821,0,0.2797,4.7821,0 +PL 5.3443,0.0152,0,5.3093,2.107,0,4.8995,2.9954,0,3.6631,3.1804,0,3.6631,0.5492,0,3.6631,0.5492,0,3.6631,0.5492,0 +PL 6.1989,0.5492,0,7.0538,0.5492,0,7.0538,3.1804,0,5.905,3.2821,0,5.4357,3.7397,0,5.3443,4.7821,0,4.0939,4.7821,0,4.0939,7.9474,0,4.6862,8.165,0,5.0119,8.4418,0,5.3443,9.0152,0 +PL 0.2797,1.35,0,0.4023,1.9602,0,0.5319,2.5703,0,0.6759,3.1804,0 +PL 2.812,1.8838,0,2.6618,2.3302,0,2.5143,2.7596,0,2.3847,3.1804,0 +PL 2.812,4.5152,0,2.6618,4.7821,0,2.5143,5.0491,0,2.3847,5.3161,0,2.2345,5.1522,0,2.087,4.9715,0,1.9543,4.7821,0 +PL 5.7681,4.7821,0,6.6265,4.7821,0,6.6265,6.3839,0,4.4897,6.3839,0,4.4897,6.3839,0,4.4897,6.3839,0 +PL 1.1032,5.3161,0,1.2359,5.5831,0,1.3795,5.85,0,1.534,6.117,0,1.2359,6.4868,0,0.9522,6.8402,0,0.6759,7.1847,0,0.9522,7.7948,0,1.2359,8.405,0,1.534,9.0152,0 +PL 1.9543,7.1847,0,2.087,7.4503,0,2.2345,7.7073,0,2.3847,7.9474,0 +PL 6.6265,6.9178,0,6.6265,7.9474,0,5.3443,7.9474,0,5.3443,7.9474,0,5.3443,7.9474,0 + +[7dca] 緊 +PL 0.5543,0,0,1.0411,0.3701,0,1.5381,0.7232,0,2.0495,1.0678,0 +PL 3.7271,0,0,3.2547,2.0113,0,2.0323,2.3106,0,0.3403,2.1356,0 +PL 6.6867,0,0,6.2594,0.3701,0,5.843,0.7232,0,5.4367,1.0678,0 +PL 7.1179,1.6017,0,6.1407,1.9972,0,4.7008,2.2739,0,3.7271,2.6695,0,4.1544,3.202,0,4.5821,3.726,0,5.0094,4.2329,0,4.7117,4.4223,0,4.4311,4.603,0,4.1544,4.767,0 +PL 2.8725,2.6695,0,2.4452,3.0127,0,2.025,3.3559,0,1.6222,3.6991,0 +PL 2.8725,3.6991,0,3.006,3.966,0,3.1496,4.2329,0,3.2963,4.5001,0,2.302,4.603,0,1.3175,4.6893,0,0.3403,4.767,0,0.3403,8.4661,0,3.2963,8.4661,0,3.2963,8.4661,0,3.2963,8.4661,0 +PL 6.6867,4.767,0,6.3298,5.137,0,5.9831,5.4902,0,5.6465,5.8347,0,5.4367,5.6709,0,5.2192,5.4902,0,5.0094,5.3008,0 +PL 2.0495,5.3008,0,2.0495,6.3686,0,0.7711,6.3686,0,0.7711,6.3686,0,0.7711,6.3686,0 +PL 2.4452,6.3686,0,3.2963,6.3686,0,3.2963,7.4364,0,0.7711,7.4364,0,0.7711,7.4364,0,0.7711,7.4364,0 +PLC 4.8339,7.1581,0,4.6133,7.702,0,4.5821,8.4661,0,5.4157,8.3898,0,6.2594,8.3136,0,7.1179,8.2372,0,6.5431,7.6256,0,5.9831,7.0056,0,5.4367,6.3686,0 + +[7dcf] 総 +PL 1.5621,0,0,1.5621,4.767,0,0.3083,4.767,0,0.3083,4.767,0,0.3083,4.767,0 +PL 4.9805,0,0,4.6758,0.4336,0,4.5676,0.9774,0,4.5501,2.0974,0 +PL 5.3766,0,0,6.2277,0,0,6.2277,1.0678,0,6.2277,1.0678,0,6.2277,1.0678,0 +PL 3.2717,0.534,0,3.4009,0.8772,0,3.5445,1.2204,0,3.6955,1.5635,0 +PL 0.3083,1.3347,0,0.4413,1.9449,0,0.5849,2.5551,0,0.7394,3.1653,0 +PL 7.5058,1.3347,0,7.359,1.6003,0,7.2154,1.8573,0,7.0855,2.0974,0 +PL 2.8405,1.8306,0,2.6934,2.2867,0,2.5463,2.7346,0,2.4171,3.1653,0 +PL 2.8405,4.5,0,2.6934,4.767,0,2.5463,5.0339,0,2.4171,5.3009,0,2.2661,5.137,0,2.1159,4.9563,0,1.9859,4.767,0 +PL 3.6955,4.2331,0,4.5501,4.2331,0,4.6618,5.161,0,4.8688,5.9619,0,4.9805,6.8644,0 +PL 5.1626,4.2331,0,5.5059,4.5,0,5.8635,4.767,0,6.2277,5.0339,0,6.0768,5.3009,0,5.9297,5.5679,0,5.8004,5.8348,0 +PL 1.1593,5.3009,0,1.2893,5.5679,0,1.415,5.8348,0,1.5621,6.1017,0,1.2858,6.4449,0,1.0122,6.7882,0,0.7394,7.1314,0,1.0122,7.7684,0,1.2858,8.3885,0,1.5621,9,0 +PL 3.2717,5.8348,0,3.8702,6.9746,0,4.0909,7.6569,0,4.1228,8.4662,0 +PL 7.5058,5.8348,0,6.9317,6.9011,0,6.357,7.959,0,5.8004,9,0 +PL 1.9859,6.8644,0,2.1159,7.2345,0,2.2661,7.5876,0,2.4171,7.9322,0 + +[7dd1] 緑 +PL 1.9879,0,0,1.9879,4.7668,0,0.7379,4.7668,0 +PL 4.9513,0,0,5.8024,0,0,5.7881,1.8714,0,5.6763,2.6922,0,5.3786,3.1652,0,4.8039,2.4774,0,4.2505,1.7811,0,3.6974,1.0679,0 +PL 0.7379,1.3347,0,0.8605,1.945,0,0.9932,2.555,0,1.1333,3.1652,0 +PL 7.5113,1.0679,0,6.5411,2.572,0,5.981,3.7203,0,5.8024,5.3009,0,3.6974,5.3009,0,3.5465,4.9562,0,3.4029,4.6032,0,3.2701,4.233,0 +L 2.8428,1.6017,2.8428,3.1652 +PL 7.084,3.1652,0,7.361,3.5354,0,7.6447,3.8885,0,7.9421,4.233,0 +PL 2.4191,4.7668,0,2.5483,5.1371,0,2.6919,5.4901,0,2.8428,5.8347,0 +PL 1.5641,5.3009,0,1.694,5.5677,0,1.8408,5.8347,0,1.9879,6.1017,0,1.694,6.445,0,1.4138,6.7882,0,1.1333,7.1314,0,1.4138,7.7683,0,1.694,8.3883,0,1.9879,9,0 +PL 6.4469,5.3009,0,6.5064,5.8335,0,6.5765,6.3573,0,6.6602,6.8644,0,4.5552,6.8644,0 +L 7.084,5.3009,7.9421,5.3009 +PL 2.4191,7.1314,0,2.5483,7.3983,0,2.6919,7.6653,0,2.8428,7.9322,0 +PL 6.6602,7.3983,0,6.6602,8.4661,0,4.1279,8.4661,0 + +[7dd2] 緒 +PL 1.5925,0.0001,0,1.5925,4.7671,0,0.3141,4.7671,0,0.3141,4.7671,0,0.3141,4.7671,0 +PL 4.5486,0.0001,0,4.5486,3.2035,0,3.2978,3.2035,0,3.2978,3.2035,0,3.2978,3.2035,0 +PL 4.979,0.0001,0,7.1124,0.0001,0,7.1124,2.1357,0,4.979,2.1357,0,4.979,2.1357,0,4.979,2.1357,0 +PL 0.3141,1.3348,0,0.4402,1.9719,0,0.5834,2.5919,0,0.734,3.2035,0 +PL 2.874,1.8688,0,2.7238,2.325,0,2.5728,2.7727,0,2.4436,3.2035,0 +PL 7.1124,2.6696,0,7.1124,3.6993,0,5.5958,3.719,0,4.9303,3.8575,0,4.5486,4.2332,0,4.8253,4.6894,0,5.1051,5.1371,0,5.4063,5.5679,0,4.7023,5.6711,0,4.0022,5.7572,0,3.2978,5.8349,0 +PL 2.874,4.5002,0,2.7238,4.7671,0,2.5728,5.034,0,2.4436,5.3009,0,2.2926,5.1371,0,2.149,4.9564,0,2.0198,4.7671,0 +PL 1.1652,5.3009,0,1.2944,5.5679,0,1.4415,5.8349,0,1.5925,6.1018,0,1.2944,6.4718,0,1.0142,6.825,0,0.734,7.1697,0,1.2944,8.3899,0,1.5925,9.0001,0 +PL 5.8336,6.1018,0,6.1072,6.5581,0,6.394,7.0058,0,6.6847,7.4366,0,5.7989,8.0156,0,5.1997,7.5185,0,4.979,6.3687,0 +PL 6.2574,5.8349,0,7.5432,5.8349,0,7.5432,5.8349,0,7.5432,5.8349,0 +PL 2.0198,7.1697,0,2.149,7.4366,0,2.2926,7.7035,0,2.4436,7.9705,0 +PL 3.7286,7.9705,0,4.3209,8.0086,0,4.6466,8.2755,0,4.979,9.0001,0 + +[7dda] 線 +PL 2.113,8.9999,0,1.2903,7.1314,0,2.092,6.1307,0 +L 2.9644,5.3011,3.3952,4.5 +L 2.113,4.767,2.113,0 +L 1.2903,3.1654,0.8595,1.335 +L 2.9644,3.1654,3.3952,1.8687 +L 0.8595,4.767,3.2516,4.767 +L 2.9644,7.9323,1.4303,4.767 +PLC 7.6647,7.5,0,3.9626,7.5,0,3.9626,4.5,0,7.6647,4.5,0 +L 3.9626,6.0001,7.6647,6.0001 +PL 5.8116,4.5,0,5.8116,0,0,4.9118,0,0 +L 4.9503,7.5,5.8116,9 +PL 3.563,3.5,0,5.3633,3.5,0,3.563,0,0 +L 5.8116,3,8.0636,0 +L 6.2637,3,8.0636,4.0393 + +[7de0] 締 +PL 2.0218,0,0,2.0218,4.767,0,0.7399,4.767,0,0.7399,4.767,0,0.7399,4.767,0 +PL 5.8356,0,0,5.8566,2.0538,0,5.5904,3.3108,0,4.5537,3.7373,0,4.5537,1.0678,0,4.5537,1.0678,0,4.5537,1.0678,0 +PL 0.7399,1.3349,0,0.8691,1.9719,0,1.0162,2.5919,0,1.1707,3.2035,0 +PL 7.1178,1.0678,0,7.1178,3.7373,0,6.4976,3.7557,0,6.1652,3.8843,0,5.8356,4.2331,0,5.8356,5.8348,0,4.1267,5.8348,0,4.1267,4.767,0,4.1267,4.767,0,4.1267,4.767,0 +PL 3.2721,1.8687,0,3.1321,2.325,0,2.9986,2.7727,0,2.876,3.2035,0 +PL 3.2721,4.5001,0,3.1321,4.767,0,2.9986,5.034,0,2.876,5.3009,0,2.7258,5.1371,0,2.5783,4.9563,0,2.4487,4.767,0 +PL 7.9371,4.767,0,7.9371,5.8348,0,7.3662,5.938,0,6.8131,6.0241,0,6.2594,6.1017,0,6.3928,6.7388,0,6.5361,7.3589,0,6.6905,7.9704,0,5.962,7.8928,0,5.2545,7.8066,0,4.5537,7.7034,0,4.6833,7.2727,0,4.8307,6.8249,0,4.981,6.3687,0 +PL 1.5945,5.3009,0,1.7272,5.5679,0,1.8712,5.8348,0,2.0218,6.1017,0,1.7272,6.4718,0,1.44,6.8249,0,1.1707,7.1696,0,1.44,7.7798,0,1.7272,8.3899,0,2.0218,9.0001,0 +PL 2.4487,7.1696,0,2.5783,7.4366,0,2.7258,7.7034,0,2.876,7.9704,0 + +[7de8] 編 +PL 1.3455,0.0152,0,1.3455,4.7821,0,0.0639,4.7821,0,0.0639,4.7821,0,0.0639,4.7821,0 +PL 3.447,0.0152,0,3.3699,0.7384,0,3.2999,1.4531,0,3.2368,2.1508,0,2.8796,1.617,0,2.5363,1.083,0,2.2004,0.5492,0 +PL 4.7359,0.0152,0,4.7082,1.6635,0,4.3926,2.4475,0,3.447,2.6466,0,3.447,7.4517,0,6.8657,7.4517,0,6.8657,5.85,0,3.8781,5.85,0,3.8781,5.85,0,3.8781,5.85,0 +PL 5.587,0.0152,0,5.3667,1.8076,0,4.9565,3.0407,0,4.7359,4.2483,0,3.8781,4.2483,0,3.8781,4.2483,0,3.8781,4.2483,0 +PL 6.8657,0.0152,0,6.8657,2.6466,0,6.0146,2.6466,0,5.7166,3.1804,0,5.4367,3.7143,0,5.1565,4.2483,0 +PL 0.0639,1.35,0,0.197,1.9602,0,0.3403,2.5703,0,0.4909,3.1804,0 +PL 2.2004,2.1508,0,2.2004,3.1804,0,2.2004,3.1804,0,2.2004,3.1804,0 +PL 6.8657,3.1804,0,6.8657,4.2483,0,6.0146,4.2483,0,6.0146,4.2483,0,6.0146,4.2483,0 +PL 2.6309,4.5152,0,2.4736,4.7821,0,2.33,5.0491,0,2.2004,5.3161,0,2.0495,5.1522,0,1.9062,4.9715,0,1.7731,4.7821,0 +PL 0.9217,5.3161,0,1.0513,5.5831,0,1.1914,5.85,0,1.3455,6.117,0,1.0513,6.4868,0,0.7676,6.8402,0,0.4909,7.1847,0,0.7676,7.7948,0,1.0513,8.405,0,1.3455,9.0152,0 +PL 1.7731,7.1847,0,1.9062,7.4503,0,2.0495,7.7073,0,2.2004,7.9474,0 +PL 3.0547,8.4813,0,7.2615,8.4813,0,7.2615,8.4813,0,7.2615,8.4813,0 + +[7de9] 緩 +PL 1.3455,0.0001,0,1.3455,4.7669,0,0.0639,4.7669,0,0.0639,4.7669,0,0.0639,4.7669,0 +PL 3.0547,0.0001,0,3.7552,0.3701,0,4.456,0.7231,0,5.1565,1.0678,0,4.7359,1.6003,0,4.3054,2.1244,0,3.8781,2.6314,0,3.4543,2.1244,0,3.0337,1.6003,0,2.6309,1.0678,0 +PL 6.8657,0.0001,0,6.4419,0.3701,0,6.0146,0.7231,0,5.587,1.0678,0,5.864,1.5142,0,6.1438,1.9435,0,6.4419,2.3645,0,5.1145,2.5861,0,4.4697,3.0452,0,4.3054,4.2332,0,3.1111,4.4506,0,2.5647,4.7275,0,2.2004,5.3009,0,2.0495,5.137,0,1.9062,4.9562,0,1.7731,4.7669,0 +PL 0.0639,1.3348,0,0.197,1.945,0,0.3403,2.5551,0,0.4909,3.1652,0 +PL 2.6309,2.3645,0,2.4736,2.6314,0,2.33,2.8983,0,2.2004,3.1652,0 +PL 4.7359,4.2332,0,4.7359,5.8348,0,3.447,5.8348,0,3.447,5.8348,0,3.447,5.8348,0 +PL 5.1565,4.2332,0,7.2615,4.2332,0,7.2615,4.2332,0,7.2615,4.2332,0 +PL 0.9217,5.3009,0,1.0513,5.5679,0,1.1914,5.8348,0,1.3455,6.1017,0,1.0513,6.4718,0,0.7676,6.8249,0,0.4909,7.1695,0,0.7676,7.7797,0,1.0513,8.3898,0,1.3455,9,0 +PL 5.1565,5.8348,0,6.8657,5.8348,0,6.8657,5.8348,0,6.8657,5.8348,0 +PL 1.7731,7.1695,0,1.9062,7.435,0,2.0495,7.6921,0,2.2004,7.9323,0 +PL 3.8781,6.9026,0,3.7275,7.1682,0,3.5801,7.4252,0,3.447,7.6653,0,5.0935,7.9816,0,6.0777,8.2387,0,6.8657,8.1992,0,6.5715,7.7783,0,6.2878,7.349,0,6.0146,6.9026,0 + +[7def] 緯 +PL 1.3794,0,0,1.3794,4.7669,0,0.094,4.7669,0,0.094,4.7669,0,0.094,4.7669,0 +PL 5.5855,0.2668,0,5.4454,0.5339,0,5.3161,0.8008,0,5.1932,1.0679,0,3.0532,1.0679,0,2.7558,1.7909,0,2.4753,2.5056,0,2.1989,3.2033,0 +PL 0.094,1.3347,0,0.2232,1.9717,0,0.3738,2.5918,0,0.5209,3.2033,0 +PL 6.0166,1.0679,0,5.7396,1.6017,0,5.4629,2.1356,0,5.1932,2.6695,0,3.9043,2.6695,0,3.9043,1.6017,0,3.9043,1.6017,0,3.9043,1.6017,0 +PL 6.4404,1.0679,0,7.2947,1.0679,0,7.2947,1.0679,0,7.2947,1.0679,0 +PL 6.0166,2.6695,0,5.6524,3.2428,0,5.106,3.5197,0,3.9043,3.7373,0,3.9043,5.3007,0,6.4404,5.3007,0,6.2898,4.7939,0,6.1462,4.2698,0,6.0166,3.7373,0 +PL 2.6294,4.5382,0,2.4753,4.8036,0,2.3352,5.0608,0,2.1989,5.3007,0,2.0483,5.1369,0,1.9047,4.9562,0,1.7751,4.7669,0 +PL 0.9482,5.3007,0,1.0813,5.5677,0,1.2249,5.8347,0,1.3794,6.1017,0,1.0813,6.4717,0,0.7976,6.8248,0,0.5209,7.1695,0,0.7976,7.8066,0,1.0813,8.4265,0,1.3794,9.0382,0 +PL 3.0532,6.3686,0,4.3354,6.3686,0,4.3354,7.9704,0,3.4843,7.9704,0,3.4843,7.9704,0,3.4843,7.9704,0 +PL 4.7624,6.3686,0,6.0166,6.3686,0,6.0166,7.9704,0,4.7624,7.9704,0,4.7624,9.0382,0,4.7624,9.0382,0,4.7624,9.0382,0 +PL 6.4404,6.3686,0,7.2947,6.3686,0,7.2947,6.3686,0,7.2947,6.3686,0 +PL 1.7751,7.1695,0,1.9047,7.4364,0,2.0483,7.7034,0,2.1989,7.9704,0 + +[7df4] 練 +PLC 1.8372,1.6004,0,1.8372,4.767,0,1.8372,0,0 +PL 1.8372,4.7671,0,0.5588,4.7671,0,0.5588,4.7671,0,0.5588,4.7671,0 +PL 1.4099,5.3009,0,1.5426,5.5679,0,1.6862,5.8348,0,1.8372,6.1018,0,1.5426,6.4719,0,1.2589,6.8249,0,0.9826,7.1697,0,1.2589,7.7799,0,1.5426,8.39,0,1.8372,9.0002,0,1.0102,7.1314,0,1.8126,6.1307,0 +PL 2.2326,7.1697,0,2.3657,7.4351,0,2.5093,7.6921,0,2.6637,7.9323,0 +PL 3.0837,4.5002,0,2.9366,4.7671,0,2.793,5.0339,0,2.6637,5.3009,0,2.5093,5.1371,0,2.3657,4.9563,0,2.2326,4.7671,0 +PL 5.651,0,0,5.5669,0.904,0,5.5007,1.7912,0,5.4377,2.6696,0,4.8594,2.1358,0,4.2885,1.6018,0,3.7281,1.0679,0,3.3639,1.7811,0,3.007,2.4775,0,2.6637,3.1653,0 +PL 7.3287,1.0679,0,6.2222,2.5354,0,5.3781,3.0198,0,3.9421,3.1653,0,3.9421,6.3687,0,4.8594,6.3985,0,5.3007,6.6061,0,5.651,7.1697,0,5.2832,7.7063,0,4.7302,7.904,0,3.5148,7.9323,0 +PL 0.5588,1.3348,0,0.688,1.9451,0,0.8281,2.555,0,0.9826,3.1653,0 +PL 6.4744,3.1653,0,7.3287,3.1653,0,7.3287,4.7671,0,6.0471,4.7671,0,5.9035,4.4223,0,5.7736,4.0694,0,5.651,3.6993,0 +PL 4.3726,4.7671,0,5.2237,4.7671,0,5.4937,5.3009,0,5.7736,5.8348,0,6.0471,6.3687,0,7.3287,6.3687,0,7.3287,5.3009,0,7.3287,5.3009,0,7.3287,5.3009,0 +PL 6.0471,7.9323,0,5.9035,8.3025,0,5.7736,8.6555,0,5.651,9.0002,0 +PL 6.4744,7.9323,0,7.7559,7.9323,0,7.7559,7.9323,0,7.7559,7.9323,0 +L 2.6914,5.3011,3.1187,4.5001 +L 1.0102,3.1654,0.5864,1.335 +L 2.6914,3.1654,3.1187,1.8687 +L 0.5864,4.767,2.9751,4.767 +L 2.6914,7.9323,1.1507,4.767 + +[7e01] 縁 +PL 1.8357,0,0,1.8357,4.7669,0,0.5849,4.7669,0,0.5849,4.7669,0,0.5849,4.7669,0 +PL 4.7949,0,0,5.4152,0.0197,0,5.7409,0.1581,0,6.0768,0.5339,0,5.9927,1.2571,0,5.9265,1.9717,0,5.8635,2.6695,0,5.1591,2.1356,0,4.4586,1.6017,0,3.7585,1.0679,0,3.3942,1.7909,0,3.0366,2.5056,0,2.6899,3.2033,0 +PL 0.5849,1.3347,0,0.711,1.9717,0,0.841,2.5918,0,0.9811,3.2033,0 +PL 7.7863,1.0679,0,7.0645,2.1356,0,6.3535,3.2033,0,5.653,4.2711,0,5.0821,3.7373,0,4.522,3.2033,0,3.9718,2.6695,0 +PL 6.9317,3.7373,0,7.2046,4.0804,0,7.4918,4.4238,0,7.7863,4.7669,0 +PL 3.1207,4.5382,0,2.9669,4.8036,0,2.8233,5.0608,0,2.6899,5.3007,0,2.5396,5.1369,0,2.3922,4.9562,0,2.263,4.7669,0 +PL 4.1858,4.2711,0,4.522,4.7175,0,4.8688,5.1469,0,5.2222,5.5677,0,4.6516,5.6709,0,4.0944,5.757,0,3.541,5.8347,0 +PL 1.4119,5.3007,0,1.5411,5.5677,0,1.6847,5.8347,0,1.8357,6.1017,0,1.5411,6.4717,0,1.2574,6.8248,0,0.9811,7.1695,0,1.2574,7.8066,0,1.5411,8.4265,0,1.8357,9.0382,0 +PL 5.653,5.8347,0,6.5041,5.8347,0,6.5041,7.4364,0,4.3991,7.4364,0,4.3991,7.4364,0,4.3991,7.4364,0 +PL 6.9317,5.8347,0,7.7863,5.8347,0,7.7863,5.8347,0,7.7863,5.8347,0 +PL 2.263,7.1695,0,2.3922,7.4364,0,2.5396,7.7034,0,2.6899,7.9704,0 +PL 6.5041,8.2373,0,5.8039,8.3404,0,5.0996,8.4265,0,4.3991,8.5042,0 + +[7e04] 縄 +PL 1.9894,0.0152,0,1.9894,4.7821,0,0.7075,4.7821,0,0.7075,4.7821,0,0.7075,4.7821,0 +PL 5.9861,0.2822,0,5.7756,0.8924,0,5.5689,1.5025,0,5.3801,2.1126,0,4.0944,2.1126,0,4.0944,4.7821,0,5.0124,4.8119,0,5.4572,5.0195,0,5.8039,5.5831,0,5.4747,6.1197,0,5.1416,6.3175,0,4.5217,6.3457,0,4.5217,8.4814,0,7.0543,8.4814,0,7.0543,6.3457,0,6.4063,6.3854,0,5.86,6.6621,0,4.9493,7.4135,0 +PL 6.6266,0.0152,0,7.9054,0.0152,0,7.9054,1.0449,0,7.9054,1.0449,0,7.9054,1.0449,0 +PL 0.7075,1.3118,0,0.8409,1.9489,0,0.9846,2.5688,0,1.1383,3.1805,0 +PL 3.2398,1.8457,0,3.0895,2.302,0,2.9459,2.7497,0,2.8125,3.1805,0 +PL 6.1958,2.1126,0,5.9265,2.6466,0,5.6495,3.1805,0,5.3801,3.7144,0,4.5217,3.7144,0,4.5217,3.7144,0,4.5217,3.7144,0 +PL 6.6266,2.1126,0,7.4851,2.1126,0,7.4851,3.7144,0,6.5675,3.7342,0,6.1297,3.8726,0,5.8039,4.2483,0,6.1297,4.6043,0,6.5675,4.6043,0,7.4851,4.2483,0 +PL 3.2398,4.5152,0,3.0895,4.7821,0,2.9459,5.0491,0,2.8125,5.3161,0,2.6657,5.1523,0,2.5148,4.9714,0,2.3855,4.7821,0 +PL 1.5656,5.3161,0,1.6955,5.5816,0,1.8391,5.8387,0,1.9894,6.0788,0,1.6955,6.4488,0,1.4118,6.8019,0,1.1383,7.1466,0,1.4118,7.7836,0,1.6955,8.4037,0,1.9894,9.0152,0 +PL 2.3855,7.1466,0,2.5148,7.4135,0,2.6657,7.6805,0,2.8125,7.9475,0 + +[7e1b] 縛 +PL 1.5925,0,0,1.5925,4.7669,0,0.3141,4.7669,0,0.3141,4.7669,0,0.3141,4.7669,0 +PL 5.4063,0,0,6.2574,0,0,5.9737,2.2923,0,5.0284,2.7543,0,3.2978,2.6314,0,3.1511,2.2881,0,3.004,1.9449,0,2.874,1.6017,0 +PL 0.3141,1.3347,0,0.4402,1.9449,0,0.5834,2.5551,0,0.734,3.1652,0 +PL 6.6847,2.6314,0,6.3839,3.0466,0,6.2714,3.4619,0,6.2574,4.233,0,3.7286,4.233,0,3.7286,6.3687,0,4.6256,6.3969,0,5.0564,6.5946,0,5.4063,7.1314,0,5.0386,7.6949,0,4.4992,7.9025,0,3.2978,7.9322,0 +PL 2.874,4.5,0,2.7238,4.7669,0,2.5728,5.0338,0,2.4436,5.3008,0,2.2926,5.137,0,2.149,4.9562,0,2.0198,4.7669,0 +PL 6.8987,4.233,0,6.9614,4.6032,0,7.0318,4.9562,0,7.1124,5.3008,0,4.1248,5.3008,0,4.1248,5.3008,0,4.1248,5.3008,0 +PL 1.1652,5.3008,0,1.2944,5.5678,0,1.4415,5.8348,0,1.5925,6.1017,0,1.2944,6.4449,0,1.0142,6.7882,0,0.734,7.1314,0,1.0142,7.7683,0,1.2944,8.3884,0,1.5925,8.9999,0 +PL 5.4063,5.8348,0,5.7531,6.1906,0,6.1979,6.1906,0,7.1124,5.8348,0 +PL 2.0198,6.8645,0,2.149,7.2345,0,2.2926,7.5876,0,2.4436,7.9322,0 +PL 5.8336,7.9322,0,5.6834,8.3022,0,5.5363,8.6554,0,5.4063,8.9999,0 +PL 6.2574,7.9322,0,6.5341,8.0353,0,6.8147,8.1215,0,7.1124,8.1992,0,6.9614,8.4661,0,6.8147,8.7331,0,6.6847,8.9999,0 + +[7e26] 縦 +PL 1.5285,0,0,1.5285,4.767,0,0.2501,4.767,0,0.2501,4.767,0,0.2501,4.767,0 +PL 3.6369,0,0,3.5529,1.4111,0,3.486,2.8221,0,3.4194,4.233,0,3.0552,3.8023,0,2.7018,3.3546,0,2.355,2.8984,0,2.4846,2.4675,0,2.6279,2.0198,0,2.7823,1.5636,0 +PL 4.4912,0.2669,0,4.7892,0.9223,0,4.901,1.9505,0,4.915,4.233,0 +PL 6.1657,0.2669,0,5.8957,0.5325,0,5.6158,0.7896,0,5.3423,1.0297,0 +PL 6.5962,0,0,7.4473,0,0,7.4473,0,0,7.4473,0,0 +PL 0.2501,1.2967,0,0.3797,1.9337,0,0.5229,2.5537,0,0.6774,3.1653,0 +PL 6.1657,1.0297,0,6.1657,6.8645,0,4.915,6.8645,0,4.915,6.8645,0,4.915,6.8645,0 +PL 6.5962,3.6992,0,7.4473,3.6992,0,7.4473,3.6992,0,7.4473,3.6992,0 +PL 1.9274,4.767,0,2.0573,5.1102,0,2.2041,5.4533,0,2.355,5.7968,0 +PL 3.6369,5.0339,0,3.7662,5.4803,0,3.9133,5.9096,0,4.0607,6.3305,0 +PL 1.1047,5.2627,0,1.2304,5.5297,0,1.381,5.7968,0,1.5285,6.0636,0,1.2304,6.4337,0,0.9502,6.7867,0,0.6774,7.1314,0,0.9502,7.7684,0,1.2304,8.3885,0,1.5285,9,0 +PL 1.9274,7.1314,0,2.0573,7.3983,0,2.2041,7.6653,0,2.355,7.9322,0 +PL 2.7823,6.8645,0,3.2061,7.5876,0,3.6369,8.3023,0,4.0607,9,0 +PL 6.5962,6.8645,0,6.7257,7.5876,0,6.8697,8.3023,0,7.02,9,0 +PL 5.3423,8.1992,0,5.192,8.4661,0,5.0446,8.7331,0,4.915,9,0 + +[7e2b] 縫 +PL 1.3455,0,0,1.3455,4.7669,0,0.0639,4.7669,0 +PL 0.9217,5.3009,0,1.0513,5.5679,0,1.1914,5.8349,0,1.3455,6.1017,0,0.4909,7.1696,0,0.7676,7.8066,0,1.0513,8.4266,0,1.3455,9.0382,0 +PL 1.7731,7.1696,0,1.9062,7.4365,0,2.0495,7.7035,0,2.2004,7.9704,0 +PL 6.4419,4.7669,0,6.5715,4.9563,0,6.7151,5.137,0,6.8657,5.3009,0,6.0777,6.0241,0,5.2893,6.7388,0,4.5187,7.4365,0,4.3054,7.2727,0,4.0918,7.0918,0,3.8781,6.9026,0 +PL 6.0146,4.7669,0,5.587,5.137,0,5.1565,5.4902,0,4.7359,5.8349,0 +PL 6.0146,3.7373,0,5.2893,4.2698,0,4.5818,4.7938,0,3.8781,5.3009,0 +PL 6.0146,2.6696,0,5.587,3.0396,0,5.1565,3.3927,0,4.7359,3.7373,0 +PL 2.6309,0,0,3.3804,1.3701,0,3.51,2.6724,0,3.447,4.2712,0,2.8796,4.4507,0,2.3262,4.613,0,1.7731,4.7669,0 +PL 4.7359,0,0,4.4382,0.1892,0,4.1545,0.3701,0,3.8781,0.534,0 +L 5.1565,0,7.2615,0 +PL 0.0639,1.3348,0,0.197,1.9719,0,0.3403,2.5918,0,0.4909,3.2035,0 +PL 5.587,1.0678,0,5.4399,2.2627,0,5.0024,2.6441,0,4.3054,2.6696,0 +PL 2.6309,1.8687,0,2.4736,2.3249,0,2.33,2.7726,0,2.2004,3.2035,0 +PL 6.0146,6.9026,0,6.1438,7.1696,0,6.2878,7.4365,0,6.4419,7.7035,0,5.864,7.8066,0,5.2893,7.8927,0,4.7359,7.9704,0 + +[7e2e] 縮 +PL 1.534,0,0,1.534,4.767,0,0.2797,4.767,0,0.2797,4.767,0,0.2797,4.767,0 +PL 3.6631,0,0,3.6631,4.233,0,2.9381,4.6003,0,2.4026,4.9082,0,1.9543,4.767,0 +PL 4.917,0,0,4.917,4.233,0,5.5373,4.4591,0,5.863,4.7953,0,6.1989,5.5297,0,5.7681,5.6329,0,5.3443,5.719,0,4.917,5.7968,0 +PL 5.3443,0,0,7.0538,0,0,7.0538,2.0974,0,5.3443,2.0974,0,5.3443,2.0974,0,5.3443,2.0974,0 +PL 0.2797,1.2967,0,0.4023,1.9337,0,0.5319,2.5537,0,0.6759,3.1653,0 +PL 2.812,1.8306,0,2.6618,2.2867,0,2.5143,2.7345,0,2.3847,3.1653,0 +PL 7.0538,2.6314,0,7.0538,4.233,0,6.1989,4.233,0,6.1989,4.233,0,6.1989,4.233,0 +PL 3.6631,4.767,0,3.9643,5.1554,0,4.0767,5.5608,0,4.0939,6.3305,0 +PL 1.1032,5.2627,0,1.2359,5.5297,0,1.3795,5.7968,0,1.534,6.0636,0,1.2359,6.4337,0,0.9522,6.7867,0,0.6759,7.1314,0,0.9522,7.7684,0,1.2359,8.3885,0,1.534,9,0 +PL 6.6265,5.7968,0,7.4811,5.7968,0,7.4811,5.7968,0,7.4811,5.7968,0 +PL 1.9543,7.1314,0,2.087,7.3983,0,2.2345,7.6653,0,2.3847,7.9322,0 +PL 3.2393,6.8645,0,3.2393,7.9322,0,5.3443,7.9322,0,5.3443,9,0,5.3443,9,0,5.3443,9,0 +PL 7.4811,6.8645,0,7.4811,7.9322,0,5.7681,7.9322,0,5.7681,7.9322,0,5.7681,7.9322,0 + +[7e3e] 績 +PL 1.436,0,0,1.436,4.767,0,0.1577,4.767,0,0.1577,4.767,0,0.1577,4.767,0 +PL 3.3589,0,0,3.6951,0.4562,0,4.0384,0.904,0,4.3991,1.3347,0,4.2485,2.4787,0,4.0979,3.6229,0,3.9683,4.767,0,6.5325,4.767,0,6.3815,3.6229,0,6.2379,2.4787,0,6.1052,1.3347,0,6.3815,0.904,0,6.6652,0.4562,0,6.9629,0,0 +PL 0.1577,1.3347,0,0.2876,1.9449,0,0.4343,2.5551,0,0.585,3.1653,0 +PL 2.7214,1.8306,0,2.5673,2.2867,0,2.4241,2.7346,0,2.291,3.1653,0 +PL 4.8229,1.5635,0,5.6775,1.5635,0,5.6775,1.5635,0,5.6775,1.5635,0 +PL 4.3991,2.6314,0,6.1052,2.6314,0,6.1052,2.6314,0,6.1052,2.6314,0 +PL 4.3991,3.6992,0,6.1052,3.6992,0,6.1052,3.6992,0,6.1052,3.6992,0 +PL 2.7214,4.5,0,2.5673,4.767,0,2.4241,5.0339,0,2.291,5.3009,0,2.1435,5.137,0,1.9929,4.9563,0,1.8672,4.767,0 +PL 1.0123,5.3009,0,1.1418,5.5679,0,1.2854,5.8348,0,1.436,6.1017,0,1.1418,6.4449,0,0.862,6.7882,0,0.585,7.1314,0,0.862,7.7684,0,1.1418,8.3885,0,1.436,9,0 +PL 3.1421,5.8348,0,3.8496,5.9379,0,4.5532,6.0241,0,5.2537,6.1017,0,4.9213,6.6385,0,4.5848,6.8361,0,3.9683,6.8644,0 +PL 5.6775,5.8348,0,7.3867,5.8348,0,7.3867,5.8348,0,7.3867,5.8348,0 +PL 1.8672,6.8644,0,1.9929,7.2345,0,2.1435,7.5876,0,2.291,7.9322,0 +PL 5.6775,6.8644,0,5.0334,7.6158,0,4.487,7.8928,0,3.5725,7.9322,0 +PL 5.6775,7.9322,0,5.5269,8.3023,0,5.3833,8.6554,0,5.2537,9,0 +PL 6.1052,7.9322,0,6.9629,7.9322,0,6.9629,7.9322,0,6.9629,7.9322,0 + +[7e41] 繁 +PL 0.7686,0,0,1.2589,0.3701,0,1.7457,0.7231,0,2.2326,1.0677,0 +PL 3.9421,0,0,3.4693,1.9845,0,2.2434,2.2741,0,0.5588,2.0974,0 +PL 6.8982,0,0,6.4744,0.3701,0,6.0538,0.7231,0,5.651,1.0677,0 +PL 7.3287,1.6017,0,6.355,1.9703,0,4.9123,2.2372,0,3.9421,2.6314,0,4.3726,3.1652,0,4.7932,3.6991,0,5.2237,4.233,0,4.7932,4.6032,0,4.3726,4.9562,0,3.9421,5.3008,0,3.5148,4.6893,0,3.0837,4.0692,0,2.6637,3.4322,0,2.793,3.1652,0,2.9366,2.8983,0,3.0837,2.6314,0 +PL 6.8982,4.7669,0,6.5339,5.137,0,6.1798,5.4901,0,5.8331,5.8348,0,5.6198,5.6709,0,5.4167,5.4901,0,5.2237,5.3008,0 +PL 0.9826,5.3008,0,1.2663,6.7966,0,1.2663,7.4788,0,0.9826,7.9322,0,0.8281,7.7683,0,0.688,7.5876,0,0.5588,7.3983,0 +PL 1.4099,5.3008,0,2.2326,5.3008,0,2.089,5.6709,0,1.9629,6.024,0,1.8372,6.3687,0 +PL 2.8735,5.3008,0,3.0837,5.5678,0,3.3008,5.8348,0,3.5148,6.1017,0,2.8844,6.3277,0,2.4497,6.6638,0,1.8372,7.3983,0 +PL 5.651,6.3687,0,5.3536,6.9011,0,5.0734,7.4251,0,4.7932,7.9322,0,4.6423,7.7683,0,4.4987,7.5876,0,4.3726,7.3983,0 +PL 6.0471,6.3687,0,6.3483,6.7571,0,6.46,7.1625,0,6.4744,7.9322,0,5.8751,7.9718,0,5.5568,8.2485,0,5.2237,8.9999,0 +PL 3.5148,7.1314,0,3.2168,7.2345,0,2.9366,7.3206,0,2.6637,7.3983,0 +PL 1.4099,8.4661,0,3.9421,8.4661,0,3.9421,8.4661,0,3.9421,8.4661,0 + +[7e4a] 繊 +PL 1.7151,0,0,1.7151,4.767,0,0.4612,4.767,0,0.4612,4.767,0,0.4612,4.767,0 +PL 5.13,0,0,5.3888,0.3955,0,5.3331,0.6724,0,4.916,1.0677,0,4.4186,0.6921,0,3.9216,0.5537,0,2.9966,0.5339,0 +PL 7.2349,0.5339,0,7.0209,0.8771,0,6.8073,1.2204,0,6.594,1.5636,0,6.3835,1.4096,0,6.1702,1.2472,0,5.9527,1.0677,0 +PL 7.6622,0.5339,0,7.6622,1.5636,0,7.6622,1.5636,0,7.6622,1.5636,0 +PL 0.4612,1.3347,0,0.5904,1.9449,0,0.7414,2.5551,0,0.8917,3.1653,0 +PL 3.8512,1.0677,0,3.8512,5.8348,0,3.2351,5.815,0,2.8986,5.6766,0,2.5662,5.3008,0,2.6989,4.9562,0,2.8429,4.6032,0,2.9966,4.2331,0 +PL 2.9966,1.8306,0,2.8429,2.2868,0,2.6989,2.7345,0,2.5662,3.1653,0 +PL 4.7023,1.5636,0,4.5517,3.3447,0,4.4116,5.1088,0,4.275,6.8644,0,3.9812,7.0537,0,3.701,7.2345,0,3.4239,7.3983,0 +PL 6.8073,2.0974,0,6.3134,3.6766,0,6.1768,5.1709,0,5.13,5.8348,0 +PL 5.13,2.6313,0,5.4063,3.0466,0,5.5114,3.4619,0,5.5289,4.2331,0 +PL 7.2349,2.6313,0,7.2349,4.2331,0,7.2349,4.2331,0,7.2349,4.2331,0 +PL 1.3154,5.3008,0,1.4415,5.5678,0,1.5715,5.8348,0,1.7151,6.1017,0,1.4415,6.445,0,1.1617,6.7882,0,0.8917,7.1314,0,1.1617,7.7684,0,1.4415,8.3884,0,1.7151,9,0 +PL 6.8073,5.8348,0,6.5064,6.2825,0,6.401,7.1032,0,6.3835,9,0 +PL 2.142,7.1314,0,2.2716,7.3983,0,2.4152,7.6653,0,2.5662,7.9322,0 +PL 4.7023,7.3983,0,4.4015,7.8136,0,4.289,8.2289,0,4.275,9,0 + +[7e54] 織 +PL 1.3455,0,0,1.3455,4.767,0,0.0639,4.767,0 +PL 4.7359,0,0,4.8623,0.9379,0,3.8217,1.1214,0,3.0547,1.0678,0,3.0547,4.2331,0,4.7359,4.2331,0,4.7359,1.5635,0,4.7359,1.5635,0,4.7359,1.5635,0 +PL 6.8657,0,0,6.5715,0.5326,0,6.2878,1.0565,0,6.0146,1.5635,0,5.864,1.4096,0,5.7166,1.2472,0,5.587,1.0678,0 +PL 7.2615,0,0,7.2615,1.5635,0,7.2615,1.5635,0,7.2615,1.5635,0 +PL 0.0639,1.3347,0,0.197,1.9449,0,0.3403,2.5551,0,0.4909,3.1653,0 +L 2.2004,2.0974,2.2004,3.1653 +PL 6.0146,2.0974,0,5.1772,4.2867,0,5.0511,5.476,0,2.6309,5.8348,0,2.33,5.4901,0,2.0495,5.137,0,1.7731,4.767,0 +PL 3.447,2.6314,0,4.3054,2.6314,0,4.3054,2.6314,0,4.3054,2.6314,0 +PL 6.4419,2.8983,0,6.5715,3.5354,0,6.7151,4.1554,0,6.8657,4.767,0 +PL 0.9217,5.3009,0,1.0513,5.5679,0,1.1914,5.8348,0,1.3455,6.1017,0,1.0513,6.4449,0,0.7676,6.7882,0,0.4909,7.1314,0,0.7676,7.7684,0,1.0513,8.3885,0,1.3455,9,0 +PL 6.0146,5.8348,0,5.713,6.2824,0,5.6045,7.1031,0,5.587,9,0 +PL 6.4419,5.8348,0,7.2615,5.8348,0,7.2615,5.8348,0,7.2615,5.8348,0 +PL 3.447,6.5974,0,3.3069,6.9675,0,3.1773,7.3207,0,3.0547,7.6652,0,3.3317,7.7684,0,3.6049,7.8545,0,3.8781,7.9322,0,3.8781,9,0,3.8781,9,0,3.8781,9,0 +PL 4.3054,6.3305,0,4.5923,6.7458,0,4.5923,7.161,0,4.3054,7.9322,0 +PL 1.7731,7.1314,0,1.9062,7.3984,0,2.0495,7.6652,0,2.2004,7.9322,0 +PL 7.2615,7.3984,0,6.9914,7.7684,0,6.7151,8.1215,0,6.4419,8.4662,0 + +[7e55] 繕 +PL 1.8638,0,0,1.8638,4.767,0,0.6173,4.767,0,0.6173,4.767,0,0.6173,4.767,0 +PLC 4.4311,0.7133,0,4.4311,2.0974,0,6.9634,2.0974,0,6.9634,0,0,4.4311,0,0 +PL 0.6173,1.3347,0,0.7465,1.9449,0,0.8901,2.5551,0,1.0446,3.1653,0 +PL 3.1531,1.8306,0,2.9951,2.2868,0,2.8515,2.7345,0,2.7223,3.1653,0 +PL 3.5734,3.6991,0,3.2788,4.2331,0,2.9951,4.767,0,2.7223,5.3008,0,2.5713,5.1371,0,2.4246,4.9562,0,2.2946,4.767,0 +PL 4.2175,3.6991,0,4.3506,4.4802,0,4.2945,4.9646,0,4.0042,5.5678,0,4.491,5.757,0,4.9775,5.9379,0,5.4678,6.1017,0,5.3067,6.6384,0,5.0374,6.8362,0,4.4311,6.8644,0 +PL 4.8584,3.6991,0,5.6783,3.6991,0,5.7515,5.2698,0,6.2037,5.7896,0,7.3907,5.8348,0,7.2369,5.2232,0,7.0933,4.6032,0,6.9634,3.9661,0,7.2369,3.8885,0,7.5241,3.8023,0,7.818,3.6991,0 +PL 1.4719,5.3008,0,1.5945,5.5678,0,1.7237,5.8348,0,1.8638,6.1017,0,1.5945,6.445,0,1.3174,6.7882,0,1.0446,7.1314,0,1.3174,7.7684,0,1.5945,8.3884,0,1.8638,9,0 +PL 2.2946,7.1314,0,2.4246,7.3983,0,2.5713,7.6653,0,2.7223,7.9322,0 +PL 6.1091,6.8644,0,5.7449,7.4379,0,5.1985,7.7148,0,4.0042,7.9322,0 +PL 6.3189,7.9322,0,6.5361,8.3023,0,6.7501,8.6554,0,6.9634,9,0 + +[7e6d] 繭 +PL 0.768,0,0,0.768,6.9026,0,1.4724,7.0057,0,2.1834,7.0918,0,2.9084,7.1696,0,2.7574,7.4365,0,2.6103,7.7035,0,2.4772,7.9704,0,0.768,7.9704,0,0.768,7.9704,0,0.768,7.9704,0 +PL 2.4772,0,0,2.4772,2.6696,0,1.1988,2.6696,0,1.1988,2.6696,0,1.1988,2.6696,0 +PL 4.1868,0,0,4.0148,0.7712,0,3.7907,1.1865,0,3.3357,1.6018,0 +PL 6.7222,0,0,7.5733,0,0,7.3985,0.7712,0,7.1814,1.1865,0,6.7222,1.6018,0,6.3723,1.2259,0,5.9275,1.0876,0,5.0134,1.0678,0 +PL 4.1868,1.6018,0,4.0148,2.373,0,3.7907,2.7882,0,3.3357,3.2035,0,3.1812,3.0396,0,3.0376,2.8588,0,2.9084,2.6696,0 +PL 5.8645,1.8687,0,5.1461,3.3377,0,5.2796,4.6201,0,5.8645,5.8349,0 +PL 7.5733,1.6018,0,7.5733,6.9026,0,4.1868,6.9026,0,4.1868,3.2035,0,4.1868,3.2035,0,4.1868,3.2035,0 +PLC 5.9937,3.0849,0,5.882,3.5001,0,5.8645,4.2712,0,6.0778,4.4507,0,6.2918,4.613,0,6.5051,4.7669,0,6.4245,4.0791,0,6.358,3.3828,0,6.2918,2.6696,0 +PL 2.0499,3.2035,0,2.1834,3.3927,0,2.3266,3.5735,0,2.4772,3.7373,0,2.0499,4.2698,0,1.6261,4.7938,0,1.1988,5.3009,0 +PL 5.4407,7.4365,0,5.0764,7.8122,0,4.53,7.9505,0,3.3357,7.9704,0,3.1812,8.3405,0,3.0376,8.6936,0,2.9084,9.0382,0 +PL 5.8645,7.9704,0,5.7135,8.3405,0,5.5734,8.6936,0,5.4407,9.0382,0 +PL 6.2918,7.9704,0,7.5733,7.9704,0,7.5733,7.9704,0,7.5733,7.9704,0 + +[7e70] 繰 +PL 1.8638,0,0,1.8638,4.767,0,0.6173,4.767,0,0.6173,4.767,0,0.6173,4.767,0 +PL 5.6783,0,0,5.6013,0.7232,0,5.5274,1.4378,0,5.4678,2.1356,0,4.8272,1.6017,0,4.1965,1.0678,0,3.5734,0.5339,0 +PL 7.3907,0.5339,0,6.1232,2.113,0,5.1495,2.5396,0,3.5734,2.6695,0,3.4224,2.3248,0,3.2788,1.9718,0,3.1531,1.6017,0 +PL 0.6173,1.3347,0,0.7465,1.9718,0,0.8901,2.5918,0,1.0446,3.2033,0 +PL 6.5361,2.6695,0,7.818,2.6695,0,7.818,2.6695,0,7.818,2.6695,0 +PL 5.6783,3.4703,0,5.3526,4.007,0,4.918,4.2048,0,4.0042,4.2329,0,4.0042,5.8347,0,5.2822,5.8347,0,5.2822,4.767,0,5.2822,4.767,0,5.2822,4.767,0 +PL 3.1531,4.5001,0,2.9951,4.767,0,2.8515,5.0338,0,2.7223,5.3008,0,2.5713,5.137,0,2.4246,4.9562,0,2.2946,4.767,0 +PLC 6.1091,4.767,0,6.1091,5.8347,0,7.3907,5.8347,0,7.3907,4.2329,0,6.1091,4.2329,0 +PL 1.4719,5.3008,0,1.5945,5.5678,0,1.7237,5.8347,0,1.8638,6.1017,0,1.5945,6.4717,0,1.3174,6.8249,0,1.0446,7.1695,0,1.3174,7.7796,0,1.5945,8.3898,0,1.8638,9,0 +PL 2.2946,6.9025,0,2.4246,7.2726,0,2.5713,7.6256,0,2.7223,7.9703,0 +PLC 4.4311,7.4351,0,4.4311,8.4661,0,6.9634,8.4661,0,6.9634,6.9025,0,4.4311,6.9025,0 + +[7f36] 缶 +PL 0.9482,0.0001,0,0.9482,3.1652,0,0.9482,3.1652,0,0.9482,3.1652,0 +PL 1.3794,0.0001,0,3.4843,0.0001,0,3.4248,3.6597,0,2.6157,4.743,0,0.094,4.7669,0 +PL 3.9043,0.0001,0,6.0166,0.0001,0,6.0166,3.1652,0,6.0166,3.1652,0,6.0166,3.1652,0 +PL 3.9043,4.7669,0,3.6101,5.2204,0,3.498,5.9026,0,3.4843,7.3983,0,1.9604,7.3743,0,1.1093,7.0029,0,0.094,5.8348,0 +PL 4.3354,4.7669,0,6.8674,4.7669,0,6.8674,4.7669,0,6.8674,4.7669,0 +PL 3.9043,7.3983,0,6.0166,7.3983,0,6.0166,7.3983,0,6.0166,7.3983,0 +PL 1.3794,7.9323,0,1.5019,8.3023,0,1.6277,8.6554,0,1.7751,9,0 + +[7f6a] 罪 +PL 0.9811,0,0,1.6325,0.0678,0,2.1824,0.5424,0,3.1207,1.8306,0,2.3575,1.88,0,1.608,1.6921,0,0.5849,1.5635,0 +PL 5.2222,0,0,4.6758,5.606,0,3.6636,6.8644,0,3.1207,2.6314,0 +PL 5.653,1.5635,0,7.7863,1.5635,0,7.7863,1.5635,0,7.7863,1.5635,0 +PL 1.4119,3.1653,0,2.6899,3.1653,0,2.6899,3.1653,0,2.6899,3.1653,0 +PL 5.653,3.1653,0,6.9317,3.1653,0,6.9317,3.1653,0,6.9317,3.1653,0 +PL 0.9811,4.767,0,2.6899,4.767,0,2.6899,4.767,0,2.6899,4.767,0 +PL 5.653,4.767,0,7.3625,4.767,0,7.3625,4.767,0,7.3625,4.767,0 +PL 0.9811,6.8644,0,0.9811,8.4661,0,7.3625,8.4661,0,7.3625,6.8644,0,5.653,6.8644,0,5.4992,7.2344,0,5.3556,7.5876,0,5.2222,7.9322,0 +PL 1.4119,6.8644,0,2.6899,6.8644,0,2.8233,7.2344,0,2.9669,7.5876,0,3.1207,7.9322,0 + +[7f6e] 置 +L 1.2887,0,1.2887,4.2331 +L 1.716,0,7.6632,0 +PL 2.9976,1.6018,0,2.9976,4.767,0,3.4284,4.8702,0,3.8522,4.9565,0,4.2798,5.0339,0,4.1289,5.3009,0,3.9821,5.5679,0,3.8522,5.8348,0,0.865,5.8348,0 +PL 3.4284,1.6018,0,6.3845,1.6018,0,6.3845,2.6696,0,3.4284,2.6696,0 +PL 6.3845,3.4704,0,5.3863,3.5467,0,4.4024,3.6229,0,3.4284,3.6991,0 +PL 6.3845,4.5001,0,5.8069,4.6032,0,5.236,4.6894,0,4.6788,4.767,0 +PL 4.6788,5.8348,0,4.5352,6.1018,0,4.4024,6.3688,0,4.2798,6.6356,0,3.4284,6.7388,0,2.5703,6.825,0,1.716,6.9026,0,1.716,8.4661,0,6.8121,8.4661,0,6.8121,6.9026,0,4.6788,6.9026,0 +L 5.1026,5.8348,7.6632,5.8348 + +[7f70] 罰 +PLC 1.2554,0.5339,0,1.2554,1.6017,0,3.8196,1.6017,0,3.8196,0,0,1.2554,0,0 +PL 6.355,0,0,7.2061,0,0,7.2061,5.8348,0,7.2061,5.8348,0,7.2061,5.8348,0 +PL 5.4972,1.6017,0,5.4972,5.3008,0,5.4972,5.3008,0,5.4972,5.3008,0 +PL 1.2554,2.6314,0,3.8196,2.6314,0,3.8196,2.6314,0,3.8196,2.6314,0 +PL 1.2554,3.6991,0,3.8196,3.6991,0,3.8196,3.6991,0,3.8196,3.6991,0 +PL 0.4288,4.7669,0,4.6461,4.7669,0,4.6461,4.7669,0,4.6461,4.7669,0 +PL 1.2554,5.8348,0,3.8196,5.8348,0,3.8196,5.8348,0,3.8196,5.8348,0 +PLC 0.8281,7.7683,0,0.8281,8.4661,0,7.2061,8.4661,0,7.2061,7.3983,0,0.8281,7.3983,0 + +[7f72] 署 +PL 2.4452,0,0,2.4452,2.6314,0,1.7237,2.493,0,1.0831,2.2359,0,0.3403,2.0974,0 +PL 2.8725,0,0,6.2913,0,0,6.2913,1.5636,0,2.8725,1.5636,0,2.8725,1.5636,0,2.8725,1.5636,0 +PL 6.2913,2.3644,0,5.1421,2.4675,0,4.0038,2.5537,0,2.8725,2.6314,0 +PL 3.2963,3.1653,0,3.4333,3.4323,0,3.5734,3.6992,0,3.7271,3.9661,0,2.5958,4.0692,0,1.4719,4.1554,0,0.3403,4.233,0 +PL 4.1544,4.233,0,4.4311,4.3362,0,4.7117,4.4223,0,5.0094,4.5001,0,3.9376,5.2062,0,2.4522,5.3191,0,1.1914,5.2627,0 +PL 5.4367,4.233,0,7.5382,4.233,0,7.5382,4.233,0,7.5382,4.233,0 +PL 3.2963,5.7968,0,3.2963,6.8645,0,0.7711,6.8645,0,0.7711,8.4661,0,6.6867,8.4661,0,6.6867,6.8645,0,3.7271,6.8645,0,3.7271,6.8645,0,3.7271,6.8645,0 + +[7f77] 罷 +PL 1.2574,0,0,1.2574,3.6991,0,3.3977,3.6991,0,3.3977,0,0,2.5396,0,0,2.5396,0,0,2.5396,0,0 +PL 5.5027,0,0,5.198,0.4533,0,5.0894,1.1356,0,5.0719,2.6314,0 +PL 5.9297,0,0,8.0346,0,0,8.0346,1.0677,0,8.0346,1.0677,0,8.0346,1.0677,0 +PL 1.6885,1.6017,0,2.9669,1.6017,0,2.9669,1.6017,0,2.9669,1.6017,0 +PL 5.5027,1.6017,0,6.2032,1.781,0,6.9103,1.9435,0,7.6353,2.0974,0 +PL 1.6885,2.6314,0,2.9669,2.6314,0,2.9669,2.6314,0,2.9669,2.6314,0 +PL 5.5027,3.6991,0,5.198,4.1143,0,5.0894,4.5296,0,5.0719,5.3008,0,6.3048,5.3206,0,6.9737,5.459,0,7.6353,5.8348,0 +PL 5.9297,3.6991,0,8.0346,3.6991,0,8.0346,3.6991,0,8.0346,3.6991,0 +PL 0.8301,5.3008,0,1.4504,5.5282,0,1.7828,5.8742,0,2.1158,6.6356,0,1.8181,6.7118,0,1.5376,6.7882,0,1.2574,6.8645,0,1.2574,8.4661,0,7.6353,8.4661,0,7.6353,6.8645,0,2.5396,6.8645,0,2.5396,6.8645,0,2.5396,6.8645,0 +PL 2.1158,5.3008,0,3.7932,5.3008,0,3.7932,5.3008,0,3.7932,5.3008,0 + +[7f85] 羅 +PL 6.7222,4.7669,0,6.5299,5.3108,0,6.6241,5.9647,0,6.7222,6.8644,0,5.4407,6.8644,0,5.4407,8.4662,0,3.3357,8.4662,0,3.3357,7.3984,0,3.3357,7.3984,0,3.3357,7.3984,0 +PL 7.1495,4.7669,0,8.0006,4.7669,0,8.0006,4.7669,0,8.0006,4.7669,0 +PL 2.0499,0,0,2.0499,3.1653,0,0.768,3.1653,0,0.768,3.1653,0,0.768,3.1653,0 +PL 4.5822,0,0,4.5686,2.9986,0,4.467,4.2345,0,4.1868,4.7669,0,3.6085,4.2331,0,3.0376,3.6992,0,2.4772,3.1653,0 +PL 5.0134,0,0,6.2918,0,0,6.1408,1.1511,0,5.71,1.5311,0,5.0134,1.5636,0 +PL 6.7222,0,0,8.0006,0,0,8.0006,0,0,8.0006,0,0 +PL 0.768,0.8008,0,0.9015,1.2472,0,1.0486,1.6765,0,1.1988,2.0974,0 +PL 3.3357,0.8008,0,3.1812,1.2472,0,3.0376,1.6765,0,2.9084,2.0974,0 +PL 6.7222,1.5636,0,6.4245,2.0974,0,6.1408,2.6314,0,5.8645,3.1653,0,5.0134,3.1653,0,5.0134,3.1653,0,5.0134,3.1653,0 +PL 6.7222,3.1653,0,5.8886,4.3715,0,5.234,4.7811,0,4.5822,5.3009,0,4.8873,5.6893,0,4.9959,6.0947,0,5.0134,6.8644,0,4.0148,6.7868,0,3.031,6.7007,0,2.0499,6.5975,0,1.7592,5.9873,0,1.4724,5.3772,0,1.1988,4.7669,0,1.4128,4.6032,0,1.6261,4.4224,0,1.8366,4.2331,0,2.1834,4.7656,0,2.5441,5.2896,0,2.9084,5.7966,0 +PL 1.1988,6.8644,0,1.1988,8.4662,0,2.9084,8.4662,0,2.9084,8.4662,0,2.9084,8.4662,0 +PL 7.3635,6.8644,0,7.4231,7.3984,0,7.4928,7.9323,0,7.5733,8.4662,0,5.8645,8.4662,0,5.8645,8.4662,0,5.8645,8.4662,0 + +[7f8a] 羊 +L 6.2027,9.0001,5.3267,7.4854 +L 2.5983,9.0001,3.4778,7.4854 +L 8.0026,3.0001,0.8019,3.0001 +L 1.7017,7.5001,7.1028,7.5001 +L 1.7017,5.2501,7.1028,5.2501 +L 4.4059,7.5001,4.4059,0 + +[7f8e] 美 +PL 0.3403,0,0,1.4474,0.4434,0,2.2144,1.0564,0,3.2963,2.3644,0,2.302,2.4676,0,1.3175,2.5535,0,0.3403,2.6312,0 +PL 6.2913,0,0,4.7569,1.7329,0,3.9797,2.8304,0,3.2963,4.233,0,0.3403,4.233,0,0.3403,4.233,0,0.3403,4.233,0 +PL 4.5821,2.6312,0,7.1179,2.6312,0,7.1179,2.6312,0,7.1179,2.6312,0 +PL 4.5821,4.233,0,7.1179,4.233,0,7.1179,4.233,0,7.1179,4.233,0 +PL 4.5821,5.7966,0,6.2913,5.7966,0,6.2913,5.7966,0,6.2913,5.7966,0 +PL 4.1544,5.7966,0,3.8536,6.2117,0,3.7412,6.627,0,3.7271,7.3983,0,0.7711,7.3983,0,0.7711,7.3983,0,0.7711,7.3983,0 +PL 4.1544,4.233,0,3.8571,4.7656,0,3.5734,5.2894,0,3.2963,5.7966,0,1.1914,5.7966,0,1.1914,5.7966,0,1.1914,5.7966,0 +PL 4.3684,7.3983,0,4.5821,7.932,0,4.7954,8.4661,0,5.0094,8.9999,0 +PL 5.0094,7.3983,0,6.6867,7.3983,0,6.6867,7.3983,0,6.6867,7.3983,0 +PL 2.8725,8.1992,0,2.7223,8.4661,0,2.5787,8.733,0,2.4452,8.9999,0 + +[7fa4] 群 +PL 5.711,0,0,5.627,1.8857,0,5.1647,2.5509,0,4.0022,2.6314,0 +PL 1.0426,0.4958,0,0.9586,1.219,0,0.8917,1.9336,0,0.8251,2.6314,0,0.6153,2.2868,0,0.4013,1.9336,0,0.1915,1.5635,0 +PL 1.4699,0.4958,0,2.7164,0.4958,0,2.7164,3.6992,0,2.1455,3.5354,0,1.5925,3.3545,0,1.0426,3.1653,0 +PL 6.1348,2.6314,0,5.613,3.7443,0,5.3787,4.493,0,4.426,4.767,0 +PL 6.531,2.6314,0,7.3887,2.6314,0,7.3887,2.6314,0,7.3887,2.6314,0 +PL 1.0426,4.2332,0,1.0426,5.2628,0,0.1915,5.2628,0,0.1915,5.2628,0,0.1915,5.2628,0 +PL 6.1348,4.767,0,5.8375,5.1751,0,5.7286,5.7189,0,5.711,6.8644,0,4.426,6.8644,0,4.426,6.8644,0,4.426,6.8644,0 +PL 1.4699,5.2628,0,1.319,6.4576,0,0.8882,6.839,0,0.1915,6.8644,0 +PL 1.8972,5.2628,0,2.7164,5.2628,0,2.7164,6.3305,0,2.2965,6.7006,0,1.8762,7.0537,0,1.4699,7.3984,0,1.4699,8.4661,0,0.1915,8.4661,0,0.1915,8.4661,0,0.1915,8.4661,0 +PL 3.1476,6.8644,0,2.8429,7.2797,0,2.734,7.6949,0,2.7164,8.4661,0,1.8972,8.4661,0,1.8972,8.4661,0,1.8972,8.4661,0 +PL 6.1348,6.8644,0,6.2574,7.5876,0,6.3874,8.3024,0,6.531,9.0001,0 +PL 6.531,6.8644,0,7.3887,6.8644,0,7.3887,6.8644,0,7.3887,6.8644,0 +PL 4.8564,8.1992,0,4.7062,8.4661,0,4.5552,8.7332,0,4.426,9.0001,0 + +[7fa9] 義 +PL 0.8562,0,0,2.1416,0,0,2.1174,1.1202,0,1.9489,1.6639,0,1.501,2.0975,0,0.9861,1.9336,0,0.4919,1.7528,0,0.0019,1.5635,0 +PL 6.376,0,0,5.9557,0.5325,0,5.5249,1.0565,0,5.0976,1.5635,0,4.5271,1.219,0,3.9702,0.8659,0,3.4199,0.4958,0 +L 6.8068,0,6.8068,1.5635 +PL 2.5653,2.0975,0,2.2715,2.6314,0,1.9878,3.1653,0,1.7107,3.6992,0,0.0019,3.6992,0 +PL 4.6668,2.3645,0,3.4094,3.7161,0,1.9773,4.4322,0,0.4324,4.767,0 +PL 4.6668,3.6992,0,4.3765,4.4224,0,4.2465,4.767,0 +L 5.0976,3.6992,6.8068,3.6992 +PL 5.9557,4.767,0,5.802,5.0325,0,5.658,5.2896,0,5.5249,5.5297,0,3.6721,5.6328,0,1.8368,5.7189,0,0.0019,5.7966,0 +L 5.9557,5.7966,6.8068,5.7966 +PL 3.4199,6.3305,0,3.0417,6.7061,0,2.3727,6.8447,0,0.8562,6.8644,0 +PL 3.8157,6.8644,0,3.6721,7.1314,0,3.5464,7.3984,0,3.4199,7.6653,0,2.4147,7.7683,0,1.4165,7.8546,0,0.4324,7.9322,0 +L 4.2465,6.8644,5.9557,6.8644 +PL 3.8157,7.9322,0,4.436,8.1498,0,4.7649,8.4267,0,5.0976,9.0001,0 +L 5.0976,7.9322,6.376,7.9322 + +[7fbd] 羽 +PL 2.0198,0,0,3.2978,0,0,3.2978,3.6992,0,2.2926,3.3546,0,1.2944,3.0016,0,0.3141,2.6314,0 +PL 1.5925,5.568,0,1.2944,6.0141,0,1.0142,6.4437,0,0.734,6.8644,0 +PL 3.2978,4.2332,0,3.2978,8.4663,0,0.3141,8.4663,0 +PL 5.8336,0,0,7.1124,0,0,7.1124,3.6992,0,6.1072,3.3546,0,5.1051,3.0016,0,4.1248,2.6314,0 +PL 5.4063,5.568,0,5.1051,6.0141,0,4.8253,6.4437,0,4.5486,6.8644,0 +PL 7.1124,4.2332,0,7.1124,8.4663,0,4.1248,8.4663,0 + +[7fc1] 翁 +PL 2.814,0,0,3.6686,0,0,3.6686,4.2711,0,0.6813,4.2711,0,0.6813,4.2711,0,0.6813,4.2711,0 +PL 6.6285,0,0,7.4796,0,0,7.4796,4.2711,0,4.4917,4.2711,0,4.4917,4.2711,0,4.4917,4.2711,0 +PL 0.6813,1.0679,0,1.3815,1.4379,0,2.0925,1.7909,0,2.814,2.1356,0 +PL 4.4917,1.0679,0,5.1925,1.4379,0,5.9035,1.7909,0,6.6285,2.1356,0 +PL 6.2009,5.5677,0,5.9035,6.024,0,5.6233,6.4717,0,5.3463,6.9025,0,4.0328,6.0833,0,2.9089,5.8404,0,1.5324,5.8347,0 +PL 2.814,6.3686,0,3.091,6.9025,0,3.3712,7.4364,0,3.6686,7.9704,0 +PL 0.8911,6.9025,0,1.3815,7.6256,0,1.8757,8.3404,0,2.3902,9.0382,0 +PL 7.4796,6.9025,0,6.9013,7.6256,0,6.3308,8.3404,0,5.7736,9.0382,0 + +[7fcc] 翌 +PL 0.8645,0,0,3.0006,0,0,2.8889,1.2953,0,2.6857,2.2261,0,2.5733,3.1654,0,1.2918,3.1654,0,1.2918,3.1654,0,1.2918,3.1654,0 +PL 3.3967,0,0,5.1056,0,0,5.218,0.9478,0,5.4176,1.8871,0,5.5294,3.1654,0,3.0006,3.1654,0,3.0006,3.1654,0,3.0006,3.1654,0 +PL 5.5294,0,0,7.6378,0,0,7.6378,0,0,7.6378,0,0 +PL 5.9567,3.1654,0,7.2389,3.1654,0,7.2389,3.1654,0,7.2389,3.1654,0 +PL 3.3967,4.7671,0,3.3967,8.4662,0,2.6959,8.3887,0,1.9957,8.3024,0,1.2918,8.1993,0,1.4245,7.9323,0,1.5646,7.6654,0,1.7156,7.3983,0 +PL 7.2389,4.7671,0,7.2389,8.4662,0,6.5171,8.3887,0,5.8064,8.3024,0,5.1056,8.1993,0,5.2355,7.9323,0,5.3791,7.6654,0,5.5294,7.3983,0 +PL 0.8645,5.8349,0,1.4245,6.0241,0,1.9957,6.205,0,2.5733,6.3687,0 +PL 4.6748,5.8349,0,5.2355,6.0241,0,5.8064,6.205,0,6.384,6.3687,0 + +[7fd2] 習 +PL 1.8357,0,0,1.8357,3.6993,0,3.3589,3.9168,0,4.0177,4.1935,0,4.3991,4.7671,0 +PL 2.263,0,0,6.5041,0,0,6.5041,2.1358,0,2.263,2.1358,0,2.263,2.1358,0,2.263,2.1358,0 +PL 6.5041,2.6696,0,6.5041,3.6993,0,4.3991,3.6993,0,4.3991,3.6993,0,4.3991,3.6993,0 +PL 3.541,5.3009,0,3.541,8.4663,0,2.6899,8.3885,0,1.8357,8.3025,0,0.9811,8.1992,0,1.1138,7.9591,0,1.2574,7.702,0,1.4119,7.4366,0 +PL 7.3625,5.3009,0,7.3625,8.4663,0,6.6372,8.3885,0,5.9265,8.3025,0,5.2222,8.1992,0,5.3556,7.9591,0,5.4992,7.702,0,5.653,7.4366,0 +PL 0.7671,5.8348,0,1.4119,6.2049,0,2.049,6.5581,0,2.6899,6.9026,0 +PL 5.0124,5.8348,0,5.4992,6.2049,0,5.9927,6.5581,0,6.5041,6.9026,0 + +[7ffb] 翻 +PL 0.9811,0,0,0.967,2.6497,0,0.8655,3.7571,0,0.5849,4.2712,0,0.9912,4.8814,0,1.4119,5.4916,0,1.8357,6.1017,0,1.4119,6.2048,0,0.9912,6.291,0,0.5849,6.3687,0 +PL 1.4119,0,0,2.263,0,0,2.263,1.6018,0,1.9649,1.791,0,1.6847,1.9719,0,1.4119,2.1356,0 +PL 2.6899,0,0,3.541,0,0,3.541,2.1356,0,2.5883,2.3221,0,2.2805,2.8644,0,2.263,3.7373,0,1.4119,3.7373,0,1.4119,3.7373,0,1.4119,3.7373,0 +PL 4.3991,0,0,5.2222,0,0,5.1385,1.257,0,5.0719,2.5057,0,5.0124,3.7373,0,4.5812,3.3927,0,4.1648,3.0396,0,3.7585,2.6696,0,3.6744,3.0396,0,3.6075,3.3927,0,3.541,3.7373,0,2.6899,3.7373,0,2.6899,3.7373,0,2.6899,3.7373,0 +PL 6.5041,0,0,7.3625,0,0,7.2785,1.257,0,7.2046,2.5057,0,7.145,3.7373,0,6.7808,3.3927,0,6.42,3.0396,0,6.0768,2.6696,0 +PL 5.2222,4.2712,0,5.2222,8.5043,0,4.3991,8.5043,0,4.3991,8.5043,0,4.3991,8.5043,0 +PL 7.3625,4.2712,0,7.3625,8.5043,0,6.5041,8.5043,0,6.5041,8.5043,0,6.5041,8.5043,0 +PL 2.263,4.7669,0,2.263,7.9704,0,1.8357,7.8927,0,1.4119,7.8066,0,0.9811,7.7035,0,1.1138,7.4365,0,1.2574,7.1696,0,1.4119,6.9026,0 +PL 3.541,4.7669,0,3.2506,5.2232,0,2.9669,5.671,0,2.6899,6.1017,0,3.1207,6.3687,0,3.541,6.6356,0,3.9718,6.9026,0,4.1017,6.5579,0,4.2485,6.2048,0,4.3991,5.8349,0 +PL 6.5041,6.1017,0,6.3535,6.3687,0,6.2067,6.6356,0,6.0768,6.9026,0 +PL 3.1207,7.4365,0,3.2506,7.7035,0,3.3942,7.9704,0,3.541,8.2373,0,3.2506,8.3405,0,2.9669,8.4266,0,2.6899,8.5043,0 + +[7ffc] 翼 +PL 5.0114,4.7669,0,6.2652,4.7669,0,6.2652,4.7669,0,6.2652,4.7669,0 +PL 0.7695,0,0,1.3194,0.1893,0,1.8802,0.3701,0,2.4507,0.5339,0 +PL 6.6925,0,0,6.3913,0.1893,0,6.1111,0.3701,0,5.8341,0.5339,0 +PL 0.7695,1.5636,0,1.4704,1.6667,0,2.1744,1.7528,0,2.8745,1.8305,0,2.5456,2.3941,0,2.2199,2.6017,0,1.628,2.6314,0 +PL 3.3018,1.5636,0,4.0093,1.6667,0,4.7168,1.7528,0,5.4387,1.8305,0,5.2877,2.0974,0,5.1406,2.3644,0,5.0114,2.6314,0,3.5999,2.8404,0,2.7309,3.2867,0,1.628,3.6992,0,1.628,5.7966,0,6.6925,5.7966,0,6.6925,3.6992,0,6.2652,3.6215,0,5.8449,3.5353,0,5.4387,3.4322,0,5.7469,2.8686,0,6.0723,2.661,0,6.6925,2.6314,0 +PL 5.8341,1.5636,0,7.5436,1.5636,0,7.5436,1.5636,0,7.5436,1.5636,0 +PL 3.3018,3.6992,0,3.5789,3.8023,0,3.8591,3.8885,0,4.1603,3.9662,0,4.0093,4.2331,0,3.8591,4.5,0,3.7291,4.7669,0,2.0203,4.7669,0,2.0203,4.7669,0,2.0203,4.7669,0 +PL 0.7695,6.8644,0,1.3194,7.0537,0,1.8802,7.2345,0,2.4507,7.3984,0 +PL 3.3018,6.8644,0,3.3018,8.4662,0,1.1968,8.4662,0,1.1968,8.4662,0,1.1968,8.4662,0 +PL 4.5841,6.8644,0,5.134,7.0537,0,5.6905,7.2345,0,6.2652,7.3984,0 +PL 7.1163,6.8644,0,7.1163,8.4662,0,5.0114,8.4662,0,5.0114,8.4662,0,5.0114,8.4662,0 + +[8001] 老 +L 3.8176,7.9704,4.6718,7.9704 +L 4.4582,5.8348,5.9187,9.0383 +L 5.0676,5.8348,7.2041,5.8348 +PL 2.5353,3.7374,0,3.8176,5.5679,0,2.5353,5.671,0,1.2639,5.7573,0,0.0034,5.8348,0 +PL 2.9626,2.6696,0,4.0274,2.8194,0,5.2602,3.2063,0,6.3498,3.7374,0 +PL 3.3938,0,0,6.7768,0,0,6.7768,1.6017,0 +PL 2.9626,0,0,2.6614,0.4747,0,2.5532,1.3052,0,2.5353,3.2034,0,1.6846,2.8589,0,0.8335,2.5058,0,0.0034,2.1357,0 +PL 3.3938,7.9704,0,3.2358,8.3406,0,3.0922,8.6936,0,2.9626,9.0383,0 +PL 2.9626,6.3688,0,2.6474,7.8179,0,1.8667,8.0721,0,0.8615,7.9704,0 + +[8003] 考 +PL 3.9733,0,0,5.2202,0,0,5.823,1.1851,0,6.0471,2.0058,0,6.0751,3.1655,0,2.6848,3.1655,0,2.5373,2.8208,0,2.3937,2.4676,0,2.2641,2.0977,0 +L 3.9733,4.7671,6.0751,4.7671 +PL 0.3693,2.6314,0,2.6179,4.3615,0,3.553,5.2615,0,3.9733,6.1019,0,2.6914,6.2049,0,1.413,6.2911,0,0.1592,6.3687,0 +PL 4.6108,6.3687,0,5.0244,7.1132,0,5.0801,7.5185,0,4.8244,7.9324,0,3.5425,7.9324,0,3.3923,7.5876,0,3.2448,7.2346,0,3.1152,6.8644,0 +L 5.2202,6.3687,7.3567,6.3687 +PL 1.0103,7.9324,0,2.6848,7.9324,0,2.8179,8.3023,0,2.9646,8.6556,0,3.1152,9,0 +PL 5.6475,7.9324,0,5.7809,8.3023,0,5.9245,8.6556,0,6.0751,9,0 + +[8005] 者 +PLC 2.291,0,0,6.1052,0,0,6.1052,3.7372,0,2.291,3.7372,0 +L 6.1052,1.8686,2.291,1.8686 +L 0.1577,5.3009,7.3867,5.3009 +L 3.7722,5.3009,3.7722,9.1254 +L 1.0123,7.4365,6.5321,7.4365 +A -12.386,21.0663,22.7093,303.529,326.416 + +[8010] 耐 +PL 0.734,0,0,0.734,6.3686,0,1.7081,6.6328,0,2.2646,7.363,0,2.4436,8.4662,0,0.3141,8.4662,0,0.3141,8.4662,0,0.3141,8.4662,0 +PL 4.1248,0,0,4.1248,6.3686,0,2.874,6.3686,0,2.874,0.5339,0,2.874,0.5339,0,2.874,0.5339,0 +PL 5.8336,0,0,6.6847,0,0,6.8213,3.2445,0,6.5761,5.5142,0,4.979,6.3686,0 +PL 2.0198,0.5339,0,2.0373,4.284,0,2.149,5.7966,0,2.4436,6.3686,0 +PL 5.8336,3.4322,0,5.6834,3.6992,0,5.5363,3.9661,0,5.4063,4.2331,0 +PL 7.1124,6.3686,0,6.8147,6.822,0,6.7022,7.5043,0,6.6847,9.0001,0 +PL 2.874,8.4662,0,4.5486,8.4662,0,4.5486,8.4662,0,4.5486,8.4662,0 + +[8015] 耕 +PL 3.3599,0,0,4.2393,1.5156,0,4.5651,2.3362,0,4.6138,3.1653,0,3.5564,4.0395,0,2.4878,4.1596,0,1.6545,3.4322,0,2.0783,2.8207,0,2.5088,2.2005,0,2.9326,1.5635,0 +PL 1.6545,0,0,1.6367,1.4958,0,1.5246,2.1779,0,1.2237,2.6314,0,0.9292,2.0975,0,0.6455,1.5635,0,0.3726,1.0297,0 +PL 0.3726,4.2332,0,0.9856,4.2627,0,1.3215,4.4704,0,1.6545,5.034,0,1.353,5.2994,0,1.0728,5.5565,0,0.7999,5.7966,0 +PL 2.0783,5.7966,0,1.7838,6.3305,0,1.5036,6.8644,0,1.2237,7.3984,0,0.3726,7.3984,0,0.3726,7.3984,0,0.3726,7.3984,0 +PL 2.0783,7.3984,0,1.7803,7.8136,0,1.6685,8.2289,0,1.6545,9.0001,0 +PL 6.7433,6.8644,0,6.4494,7.2994,0,6.337,7.8533,0,6.3233,9.0001,0 +PL 6.7433,3.6992,0,5.9871,5.1837,0,5.0656,7.4648,0,4.6138,9.0001,0 +PL 6.3233,0,0,5.8785,3.1074,0,5.0519,4.0876,0,4.6138,6.3305,0,4.3161,6.5198,0,4.0362,6.7006,0,3.7595,6.8644,0 + +[8017] 耗 +PL 5.2537,5.7966,0,4.9529,6.2316,0,4.8408,6.7853,0,4.8229,7.9323,0,3.5725,7.9323,0 +PL 5.6775,5.7966,0,6.0103,6.1723,0,6.3433,6.3107,0,6.9629,6.3306,0 +PL 1.436,0,0,1.3555,1.0664,0,1.2854,2.1243,0,1.2259,3.1653,0,0.862,2.6314,0,0.5012,2.0974,0,0.1577,1.5636,0 +PL 5.2537,0,0,4.7287,1.6992,0,4.1543,3.3475,0,2.7214,2.6314,0,1.4851,4.1342,0,0.8235,4.6879,0,0.1577,4.7669,0 +PL 5.6775,0,0,7.3867,0,0,7.3867,1.5636,0 +PL 5.2537,3.1653,0,4.7249,4.4407,0,4.5322,5.411,0,3.5725,5.7966,0 +PL 5.6775,3.1653,0,6.0278,3.541,0,6.4694,3.6794,0,7.3867,3.6992,0 +PL 1.8672,4.7669,0,1.436,5.2995,0,1.0123,5.8235,0,0.585,6.3306,0 +PL 1.8672,6.3306,0,1.573,6.8644,0,1.2854,7.3984,0,1.0123,7.9323,0,0.1577,7.9323,0 +PL 1.8672,7.9323,0,1.7131,8.3023,0,1.573,8.6555,0,1.436,9,0 +PL 5.2537,8.4662,0,5.8666,8.4859,0,6.1994,8.6243,0,6.5325,9,0 + +[8033] 耳 +L 7.1994,8.4662,-0.0002,8.4662 +L 1.6775,1.8981,1.6775,8.4662 +PL 7.1994,2.6312,0,5.3529,2.6312,0,-0.0002,1.5634,0 +L 5.4913,0,5.4913,8.4662 +L 5.4913,6.3304,1.6775,6.3304 +L 5.4913,4.2328,1.6775,4.2328 + +[8056] 聖 +PL 0.6173,0,0,4.0042,0,0,3.5835,1.4732,0,2.6032,1.692,0,1.4719,1.5636,0 +PL 4.4311,0,0,7.3907,0,0,7.3907,0,0,7.3907,0,0 +PL 4.4311,1.5636,0,4.1299,1.9789,0,4.0182,2.3941,0,4.0042,3.1653,0,1.0446,3.1653,0,1.0446,3.1653,0,1.0446,3.1653,0 +PL 4.8584,1.5636,0,6.5361,1.5636,0,6.5361,1.5636,0,6.5361,1.5636,0 +PL 4.4311,3.1653,0,6.9634,3.1653,0,6.9634,3.1653,0,6.9634,3.1653,0 +PL 3.5734,4.233,0,3.5734,5.2627,0,2.5153,5.1342,0,1.654,4.8955,0,0.6173,4.767,0 +PLC 5.2822,5.8334,0,5.2822,7.9322,0,6.9634,7.9322,0,6.9634,4.767,0,5.2822,4.767,0 +PL 1.4719,5.2627,0,1.4719,8.4661,0,0.6173,8.4661,0,0.6173,8.4661,0,0.6173,8.4661,0 +PL 3.5734,6.0636,0,2.9951,6.1668,0,2.4246,6.2529,0,1.8638,6.3305,0 +PL 3.5734,7.1314,0,2.9951,7.2345,0,2.4246,7.3207,0,1.8638,7.3983,0 +PL 3.5734,8.1992,0,2.9951,8.3023,0,2.4246,8.3885,0,1.8638,8.4661,0 + +[805e] 聞 +PL -0.0007,0,0,-0.0007,8.4662,0,2.5315,8.4662,0,2.5315,5.3008,0,-0.0007,5.3008,0 +PL 5.4911,0,0,6.7723,0,0,6.7723,8.4662,0,4.2092,8.4662,0,4.2092,5.3008,0,6.7723,5.3008,0 +L -0.0007,6.9027,2.5315,6.9027 +L 4.2092,6.9027,6.7723,6.9027 +L 5.4911,4.7288,1.2812,4.7288 +L 4.6673,-0.0381,4.6673,4.7288 +L 4.6673,2.5354,2.1043,2.5354 +L 4.6673,3.603,2.1043,3.603 +L 2.1043,1.1595,2.1043,4.7288 +L 1.2812,1.0295,5.9576,1.767 + +[8074] 聴 +PL 2.4112,0,0,2.3342,0.7232,0,2.261,1.438,0,2.2014,2.1356,0,1.6936,1.9719,0,1.1959,1.791,0,0.7024,1.6018,0,0.7024,8.5044,0,2.3625,8.3659,0,3.5569,8.1088,0,4.9473,7.9704,0,5.0766,8.3136,0,5.2237,8.6569,0,5.3746,9.0001,0 +PL 4.9473,0,0,4.6461,0.4351,0,4.5372,0.9888,0,4.5236,2.1356,0 +PL 5.3746,0,0,6.2292,0,0,6.2292,1.0678,0,6.2292,1.0678,0,6.2292,1.0678,0 +PL 3.2378,0.534,0,3.3677,0.904,0,3.5148,1.2571,0,3.6651,1.6018,0 +PL 7.4796,1.3349,0,7.3287,1.6018,0,7.1819,1.8687,0,7.0485,2.1356,0 +PL 5.8019,2.4026,0,5.651,2.6696,0,5.5074,2.9365,0,5.3746,3.2035,0 +PL 2.4112,2.6696,0,2.4112,4.2331,0,1.1328,4.2331,0,1.1328,4.2331,0,1.1328,4.2331,0 +PL 3.6651,4.2331,0,3.6651,6.3687,0,5.3746,6.3687,0,5.6055,7.7501,0,6.3098,8.0382,0,7.4796,7.9704,0 +PL 4.0924,4.2331,0,4.9473,4.2331,0,4.9473,5.8348,0,4.9473,5.8348,0,4.9473,5.8348,0 +PL 5.5879,4.2331,0,5.651,4.9563,0,5.7179,5.671,0,5.8019,6.3687,0,7.0485,6.3687,0,7.0485,4.2331,0,6.2292,4.2331,0,6.2292,4.2331,0,6.2292,4.2331,0 +PL 2.4112,4.767,0,2.4112,6.3687,0,1.1328,6.3687,0,1.1328,6.3687,0,1.1328,6.3687,0 +PL 2.4112,6.9026,0,2.4112,7.9704,0,2.4112,7.9704,0,2.4112,7.9704,0 + +[8077] 職 +PL 1.7751,0,0,1.7751,2.0974,0,0.5209,2.0974,0,0.5209,8.4662,0,1.7751,8.4662,0,1.7751,5.8348,0,3.4843,5.8348,0,3.3299,6.4449,0,3.1863,7.0551,0,3.0532,7.6652,0,3.3299,7.7684,0,3.6136,7.8545,0,3.9043,7.9322,0,3.9043,9,0,3.9043,9,0,3.9043,9,0 +PL 4.7624,0,0,4.8745,0.9379,0,3.8167,1.1214,0,3.0532,1.0678,0,3.0532,4.2331,0,4.7624,4.2331,0,4.7624,1.5635,0,4.7624,1.5635,0,4.7624,1.5635,0 +PL 6.8674,0,0,6.4404,0.37,0,6.0166,0.7232,0,5.5855,1.0678,0 +PL 7.2947,0,0,7.2947,1.5635,0,7.2947,1.5635,0,7.2947,1.5635,0 +PL 6.0166,1.5635,0,5.6975,2.7895,0,5.4839,4.6087,0,5.1932,5.8348,0,3.9043,5.8348,0,3.9043,5.8348,0,3.9043,5.8348,0 +PL 6.4404,2.3643,0,6.5696,3.0015,0,6.7167,3.6214,0,6.8674,4.2331,0 +PL 1.7751,2.6314,0,1.7751,4.2331,0,0.9482,4.2331,0,0.9482,4.2331,0,0.9482,4.2331,0 +PL 3.4843,2.6314,0,4.3354,2.6314,0,4.3354,2.6314,0,4.3354,2.6314,0 +PL 6.0166,5.8348,0,5.715,6.2824,0,5.603,7.1031,0,5.5855,9,0 +PL 6.4404,5.8348,0,7.2947,5.8348,0,7.2947,5.8348,0,7.2947,5.8348,0 +PL 4.3354,6.3305,0,4.6191,6.7458,0,4.6191,7.161,0,4.3354,7.9322,0 +PL 7.2947,7.3984,0,7.0004,7.7684,0,6.7167,8.1215,0,6.4404,8.4662,0 + +[8089] 肉 +PL 0.0001,0,0,0.0001,7.9322,0,5.9192,7.9322,0,5.9192,0,0,4.6682,0,0 +L 2.781,7.656,5.066,5.3009 +L 5.066,2.1357,2.9281,4.1305 +A -2.8733,9.0954,5.8333,312.097,359.064 +A -0.3628,4.618,3.3252,294.898,2.5687 + +[808c] 肌 +PL 0.3403,0.2669,0,0.6418,1.1045,0,0.7536,3.2302,0,0.7711,8.4661,0,2.4452,8.4661,0,2.4452,0,0,1.6222,0,0,1.6222,0,0,1.6222,0,0 +PL 3.2963,0.2669,0,3.9933,3.0367,0,4.172,5.62,0,4.1544,8.4661,0,6.2913,8.4661,0,6.2913,0,0,7.5382,0,0,7.5382,1.6017,0,7.5382,1.6017,0,7.5382,1.6017,0 +PL 1.1914,3.6991,0,2.0495,3.6991,0,2.0495,3.6991,0,2.0495,3.6991,0 +PL 1.1914,6.3687,0,2.0495,6.3687,0,2.0495,6.3687,0,2.0495,6.3687,0 + +[8096] 肖 +PL 1.655,0.0001,0,1.655,6.3687,0,4.2188,6.3687,0,4.2188,9.0001,0,4.2188,9.0001,0,4.2188,9.0001,0 +PL 5.4723,0.0001,0,6.7511,0.0001,0,6.7511,3.2035,0,2.0823,3.2035,0,2.0823,3.2035,0,2.0823,3.2035,0 +PL 6.7511,3.6993,0,6.7511,4.7671,0,2.0823,4.7671,0,2.0823,4.7671,0,2.0823,4.7671,0 +PL 6.7511,5.3009,0,6.7511,6.3687,0,4.6461,6.3687,0,4.6461,6.3687,0,4.6461,6.3687,0 +PL 2.5093,7.7035,0,2.2154,8.1498,0,1.9317,8.5792,0,1.655,9.0001,0 +PL 5.8961,7.4366,0,6.1728,7.9691,0,6.4534,8.4931,0,6.7511,9.0001,0 + +[809d] 肝 +PL 0.1271,0.267,0,0.4038,1.1045,0,0.5093,3.2303,0,0.5229,8.4661,0,2.2321,8.4661,0,2.2321,0.0001,0,1.3775,0.0001,0,1.3775,0.0001,0,1.3775,0.0001,0 +PL 5.1882,0.0001,0,5.2687,3.2895,0,4.8803,4.8842,0,3.0867,5.3009,0 +PL 0.9467,3.6992,0,1.8052,3.6992,0,1.8052,3.6992,0,1.8052,3.6992,0 +PL 5.6193,5.3009,0,5.3143,5.7741,0,5.2022,6.5947,0,5.1882,8.4661,0,3.5105,8.4661,0,3.5105,8.4661,0,3.5105,8.4661,0 +PL 6.0428,5.3009,0,7.3247,5.3009,0,7.3247,5.3009,0,7.3247,5.3009,0 +PL 0.9467,6.3686,0,1.8052,6.3686,0,1.8052,6.3686,0,1.8052,6.3686,0 +PL 5.6193,8.4661,0,6.8977,8.4661,0,6.8977,8.4661,0,6.8977,8.4661,0 + +[80a2] 肢 +PL 0.1271,0.267,0,0.4038,1.1046,0,0.5093,3.2302,0,0.5229,8.4661,0,2.2321,8.4661,0,2.2321,0,0,1.3775,0,0,1.3775,0,0,1.3775,0,0 +PL 3.2969,0,0,3.9168,0.7233,0,4.5507,1.4379,0,5.1882,2.1357,0,4.3091,3.6512,0,3.9833,4.4717,0,3.9417,5.3009,0,5.1882,5.3009,0,4.9745,7.0142,0,4.2954,7.4394,0,3.0867,7.3983,0 +PL 6.8977,0,0,6.4736,0.5339,0,6.0428,1.0678,0,5.6193,1.6018,0 +PL 5.6193,2.6314,0,6.0428,3.4322,0,6.4736,4.2332,0,6.8977,5.0339,0,6.4736,5.1371,0,6.0428,5.2232,0,5.6193,5.3009,0 +PL 0.9467,3.6992,0,1.8052,3.6992,0,1.8052,3.6992,0,1.8052,3.6992,0 +PL 0.9467,6.3687,0,1.8052,6.3687,0,1.8052,6.3687,0,1.8052,6.3687,0 +PL 5.6193,7.3983,0,5.3143,7.8136,0,5.2022,8.2288,0,5.1882,9,0 +PL 6.0428,7.3983,0,7.3247,7.3983,0,7.3247,7.3983,0,7.3247,7.3983,0 + +[80a5] 肥 +PL 0.8316,0.267,0,1.1296,1.1046,0,1.2414,3.2303,0,1.2589,8.4662,0,2.9401,8.4662,0,2.9401,0,0,2.0823,0,0,2.0823,0,0,2.0823,0,0 +PL 4.6461,0,0,4.3449,0.6695,0,4.2325,2.8644,0,4.2188,8.4662,0,7.6057,8.4662,0,7.6057,4.767,0,4.6461,4.767,0,4.6461,4.767,0,4.6461,4.767,0 +PL 5.0734,0,0,8.0295,0,0,8.0295,1.5635,0,8.0295,1.5635,0,8.0295,1.5635,0 +PL 1.655,3.6992,0,2.5093,3.6992,0,2.5093,3.6992,0,2.5093,3.6992,0 +PL 5.8961,5.3009,0,5.8961,7.9322,0,5.8961,7.9322,0,5.8961,7.9322,0 +PL 1.655,6.3305,0,2.5093,6.3305,0,2.5093,6.3305,0,2.5093,6.3305,0 + +[80a9] 肩 +PL 0.2165,0.2821,0,0.9415,2.5363,0,1.0988,4.5873,0,1.0708,6.9177,0,6.5945,6.9177,0,6.5945,5.85,0,1.5016,5.85,0,1.5016,5.85,0,1.5016,5.85,0 +PL 2.3527,0.0152,0,2.3527,4.2863,0,6.5945,4.2863,0,6.5945,0.0152,0,5.3126,0.0152,0,5.3126,0.0152,0,5.3126,0.0152,0 +PL 2.7803,2.1508,0,6.1672,2.1508,0,6.1672,2.1508,0,6.1672,2.1508,0 +PL 2.7803,3.2186,0,6.1672,3.2186,0,6.1672,3.2186,0,6.1672,3.2186,0 +PL 0.2165,8.5194,0,7.4176,8.5194,0,7.4176,8.5194,0,7.4176,8.5194,0 + +[80aa] 肪 +PL 0.3726,0.267,0,0.6735,1.106,0,0.7856,3.2416,0,0.7999,8.5043,0,2.5088,8.5043,0,2.5088,0,0,1.6545,0,0,1.6545,0,0,1.6545,0,0 +PL 3.3599,0,0,4.5441,2.5382,0,4.978,4.7967,0,5.0376,7.4365,0,3.3599,7.4365,0,3.3599,7.4365,0,3.3599,7.4365,0 +PL 5.4649,0,0,6.9254,0.846,0,7.2409,2.7514,0,7.1744,4.7669,0,5.4649,4.7669,0,5.4649,4.7669,0,5.4649,4.7669,0 +PL 1.2237,3.7373,0,2.0783,3.7373,0,2.0783,3.7373,0,2.0783,3.7373,0 +PL 1.2237,6.3687,0,2.0783,6.3687,0,2.0783,6.3687,0,2.0783,6.3687,0 +PL 5.4649,7.4365,0,5.4649,9.0382,0,5.4649,9.0382,0,5.4649,9.0382,0 +PL 5.8922,7.4365,0,7.5698,7.4365,0,7.5698,7.4365,0,7.5698,7.4365,0 + +[80af] 肯 +PL 1.2835,0.0381,0,1.2835,5.339,0,5.5249,5.339,0,5.5249,0.0381,0,4.2465,0.0381,0,4.2465,0.0381,0,4.2465,0.0381,0 +PL 1.7107,2.1356,0,5.0976,2.1356,0,5.0976,2.1356,0,5.0976,2.1356,0 +PL 1.7107,3.7372,0,5.0976,3.7372,0,5.0976,3.7372,0,5.0976,3.7372,0 +PL 0.0019,6.9025,0,1.2835,6.9025,0,1.2835,8.5041,0,1.2835,8.5041,0,1.2835,8.5041,0 +PL 1.7107,6.9025,0,3.4199,6.9025,0,3.4199,9.0381,0,3.4199,9.0381,0,3.4199,9.0381,0 +PL 3.8157,6.9025,0,6.8068,6.9025,0,6.8068,6.9025,0,6.8068,6.9025,0 +PL 3.8157,7.9703,0,5.5249,7.9703,0,5.5249,7.9703,0,5.5249,7.9703,0 + +[80b2] 育 +PL 1.9894,0,0,1.9894,5.3009,0,6.1958,5.3009,0,6.1958,0,0,5.3801,0,0 +L 2.3855,2.1358,5.8039,2.1358 +L 2.3855,3.6993,5.8039,3.6993 +PL 1.1383,6.3687,0,1.6885,6.4719,0,2.2451,6.5581,0,2.8125,6.6357,0,2.9459,7.0058,0,3.0895,7.359,0,3.2398,7.7036,0,2.3887,7.7799,0,1.5411,7.856,0,0.7075,7.9323,0 +PL 3.2398,6.3687,0,4.3014,6.5073,0,5.1595,6.7642,0,6.1958,6.9026,0,6.1958,7.9323,0,3.6706,7.9323,0 +L 6.6266,7.9323,7.4851,7.9323 + +[80ba] 肺 +PL 0.4347,0.267,0,0.732,1.1046,0,0.8445,3.2303,0,0.8585,8.4662,0,2.5673,8.4662,0,2.5673,0,0,1.7131,0,0,1.7131,0,0,1.7131,0,0 +PL 5.5234,0,0,5.6075,2.9676,0,5.3097,4.7233,0,3.818,5.3009,0,3.818,1.6018,0,3.818,1.6018,0,3.818,1.6018,0 +PL 6.3815,1.6018,0,7.2046,1.6018,0,7.2046,5.3009,0,5.6779,5.8447,0,5.1591,6.8546,0,3.3943,7.3983,0 +PL 1.2893,3.6992,0,2.1404,3.6992,0,2.1404,3.6992,0,2.1404,3.6992,0 +PL 1.2893,6.3687,0,2.1404,6.3687,0,2.1404,6.3687,0,2.1404,6.3687,0 +PL 5.9542,7.3983,0,5.653,7.8136,0,5.5413,8.2289,0,5.5234,9.0001,0 +PL 6.3815,7.3983,0,7.6284,7.3983,0,7.6284,7.3983,0,7.6284,7.3983,0 + +[80c3] 胃 +PLC 0.8296,8.5044,0,6.7491,8.5044,0,6.7491,5.3009,0,0.8296,5.3009,0,0.8296,8.5044,0,0.8296,8.5044,0 +PL 3.7857,6.1018,0,3.6354,6.3688,0,3.4918,6.6356,0,3.3619,6.9026,0,1.2569,6.9026,0,1.2569,6.9026,0,1.2569,6.9026,0 +PL 4.2165,6.9026,0,4.0627,7.2727,0,3.9226,7.6258,0,3.7857,7.9704,0 +PL 4.6441,6.9026,0,6.318,6.9026,0,6.318,6.9026,0,6.318,6.9026,0 +PL 1.2569,0,0,1.2569,4.2714,0,6.318,4.2714,0,6.318,0,0,5.0714,0,0,5.0714,0,0,5.0714,0,0 +PL 1.6807,2.1357,0,5.898,2.1357,0,5.898,2.1357,0,5.898,2.1357,0 +PL 1.6807,3.2034,0,5.898,3.2034,0,5.898,3.2034,0,5.898,3.2034,0 + +[80c6] 胆 +PL 0.768,0.267,0,1.0728,1.1046,0,1.1852,3.2302,0,1.1988,8.4662,0,2.9084,8.4662,0,2.9084,0,0,2.0499,0,0,2.0499,0,0,2.0499,0,0 +PL 3.7595,0,0,8.0006,0,0,8.0006,0,0,8.0006,0,0 +PLC 4.5822,4.2599,0,4.5822,8.4662,0,7.1495,8.4662,0,7.1495,2.1356,0,4.5822,2.1356,0 +PL 1.6261,3.6992,0,2.4772,3.6992,0,2.4772,3.6992,0,2.4772,3.6992,0 +PL 5.0134,5.3009,0,6.7222,5.3009,0,6.7222,5.3009,0,6.7222,5.3009,0 +PL 1.6261,6.3686,0,2.4772,6.3686,0,2.4772,6.3686,0,2.4772,6.3686,0 + +[80cc] 背 +PL 2.11,0,0,2.11,4.2331,0,5.9245,4.2331,0,5.9245,0,0,4.6461,0,0,4.6461,0,0,4.6461,0,0 +PL 2.5412,2.0975,0,5.4972,2.0975,0,5.4972,2.0975,0,5.4972,2.0975,0 +PL 2.5412,3.1654,0,5.4972,3.1654,0,5.4972,3.1654,0,5.4972,3.1654,0 +PL 2.965,5.3009,0,2.965,6.3687,0,1.9209,6.2303,0,1.1713,5.9733,0,0.4288,5.8349,0 +PL 5.4972,5.8349,0,5.196,6.308,0,5.0836,7.1286,0,5.0661,9.0001,0 +PL 5.9245,5.8349,0,7.6334,5.8349,0,7.6334,6.8645,0,7.6334,6.8645,0,7.6334,6.8645,0 +PL 2.965,6.8645,0,2.965,7.9323,0,0.4288,7.9323,0,0.4288,7.9323,0,0.4288,7.9323,0 +PL 5.7105,7.3983,0,6.1974,7.7684,0,6.6982,8.1215,0,7.2061,8.4662,0 + +[80ce] 胎 +PL 0.4288,0.267,0,0.7125,1.1046,0,0.8141,3.2302,0,0.8281,8.4662,0,2.5412,8.4662,0,2.5412,0,0,1.6827,0,0,1.6827,0,0,1.6827,0,0 +PLC 4.2469,1.2471,0,4.2469,3.6992,0,6.7756,3.6992,0,6.7756,0,0,4.2469,0,0 +PL 1.2554,3.6992,0,2.11,3.6992,0,2.11,3.6992,0,2.11,3.6992,0 +PL 7.6334,5.5679,0,6.4254,6.2981,0,4.7999,6.0961,0,3.3923,5.8348,0 +PL 1.2554,6.3686,0,2.11,6.3686,0,2.11,6.3686,0,2.11,6.3686,0 +PL 4.2469,6.6357,0,4.5197,7.4351,0,4.7964,8.226,0,5.0661,9.0001,0 +PL 7.2061,6.9026,0,6.9084,7.2458,0,6.6247,7.589,0,6.355,7.9322,0 + +[80de] 胞 +PL 0.094,0.267,0,0.3948,1.106,0,0.5069,3.2416,0,0.5209,8.5043,0,1.7751,8.5043,0,1.7751,0,0 +PL 3.9043,0,0,3.6101,0.4944,0,3.498,1.4632,0,3.4843,3.7373,0,5.1932,3.7373,0,5.1932,5.8349,0,3.8591,5.9534,0,3.1022,6.0721,0,2.6294,5.8349,0 +PL 5.5855,2.1356,0,6.8674,3.1031,0,7.011,5.2487,0,6.8674,7.4365,0,5.7396,7.2727,0,4.6086,7.0918,0,3.4843,6.9026,0 +PL 4.3354,0,0,7.2947,0,0,7.2947,1.0678,0 +L 3.9043,7.9704,3.9043,9.0382 + +[80f4] 胴 +PL 0.5264,0.2822,0,0.8244,1.0943,0,0.9362,3.22,0,0.9502,8.4814,0,2.6314,8.4814,0,2.6314,0.0152,0,1.7771,0.0152,0,1.7771,0.0152,0,1.7771,0.0152,0 +PL 3.9098,0.0152,0,3.9098,8.4814,0,7.297,8.4814,0,7.297,0.0152,0,6.442,0.0152,0,6.442,0.0152,0,6.442,0.0152,0 +PLC 4.7609,3.0167,0,4.7609,4.7821,0,6.442,4.7821,0,6.442,2.1126,0,4.7609,2.1126,0 +PL 1.3463,3.7144,0,2.2009,3.7144,0,2.2009,3.7144,0,2.2009,3.7144,0 +PL 1.3463,6.3457,0,2.2009,6.3457,0,2.2009,6.3457,0,2.2009,6.3457,0 +PL 4.7609,6.8797,0,6.442,6.8797,0,6.442,6.8797,0,6.442,6.8797,0 + +[80f8] 胸 +PL 0.3726,0.2669,0,0.6735,1.1059,0,0.7856,3.2415,0,0.7999,8.5042,0,2.0783,8.5042,0,2.1445,7.6256,0,2.2111,6.7388,0,2.2955,5.8347,0,2.9116,6.9011,0,3.549,7.9591,0,4.1833,9,0 +PL 2.0783,0,0,2.0783,3.7373,0,1.2237,3.7373,0,1.2237,3.7373,0,1.2237,3.7373,0 +PL 5.4649,0,0,7.104,1.4617,0,7.3282,4.5762,0,7.1744,7.4364,0,4.1833,7.4364,0,4.1833,7.4364,0,4.1833,7.4364,0 +PL 3.3599,1.6017,0,3.4194,3.0127,0,3.4825,4.4238,0,3.542,5.8347,0,3.8853,5.49,0,4.2495,5.137,0,4.6138,4.7669,0,4.9083,5.1821,0,5.02,5.5974,0,5.0376,6.3686,0 +PL 3.7595,1.6017,0,5.8922,1.6017,0,5.8922,5.8347,0,5.8922,5.8347,0,5.8922,5.8347,0 +PL 3.7595,3.2033,0,4.0362,3.5466,0,4.3161,3.8898,0,4.6138,4.233,0,4.7434,3.8898,0,4.8873,3.5466,0,5.0376,3.2033,0 +PL 2.0783,4.233,0,2.0783,5.3008,0,2.0783,5.3008,0,2.0783,5.3008,0 + +[80fd] 能 +PL 1.1333,0,0,1.1333,5.3009,0,3.6974,5.3009,0,3.6974,0,0,2.8428,0,0,2.8428,0,0,2.8428,0,0 +PL 5.8024,0,0,5.5044,0.5127,0,5.3926,1.6102,0,5.3786,4.2331,0 +PL 6.2329,0,0,7.9421,0,0,7.9421,1.0678,0,7.9421,1.0678,0,7.9421,1.0678,0 +PL 1.5641,2.0974,0,3.2701,2.0974,0,3.2701,2.0974,0,3.2701,2.0974,0 +PL 5.8024,2.6314,0,6.3625,2.8206,0,6.9337,3.0015,0,7.5113,3.1653,0 +PL 1.5641,3.6992,0,3.2701,3.6992,0,3.2701,3.6992,0,3.2701,3.6992,0 +PL 5.8024,5.3009,0,5.5044,5.7938,0,5.3926,6.7528,0,5.3786,9,0 +PL 6.2329,5.3009,0,7.9421,5.3009,0,7.9421,6.3305,0,7.9421,6.3305,0,7.9421,6.3305,0 +PL 0.7379,6.8644,0,1.5641,6.8644,0,1.694,7.5876,0,1.8408,8.3023,0,1.9879,9,0 +PL 2.2051,6.8644,0,2.6919,7.1314,0,3.1896,7.3984,0,3.6974,7.6652,0,3.5465,7.9322,0,3.4029,8.1991,0,3.2701,8.4662,0 +PL 5.8024,7.3984,0,6.3625,7.5876,0,6.9337,7.7684,0,7.5113,7.9322,0 + +[8102] 脂 +PL 0.126,0.267,0,0.4272,1.1046,0,0.5354,3.2302,0,0.5529,8.4661,0,2.2621,8.4661,0,2.2621,0,0,1.4114,0,0,1.4114,0,0,1.4114,0,0 +PLC 3.9363,1.2472,0,3.9363,3.6992,0,6.8994,3.6992,0,6.8994,0,0,3.9363,0,0 +PL 4.3675,2.1357,0,6.5004,2.1357,0,6.5004,2.1357,0,6.5004,2.1357,0 +PL 0.9802,3.6992,0,1.8352,3.6992,0,1.8352,3.6992,0,1.8352,3.6992,0 +PL 4.3675,5.3009,0,4.0627,5.7939,0,3.9538,6.7528,0,3.9363,9,0 +PL 4.7944,5.3009,0,7.3267,5.3009,0,7.3267,6.3687,0,7.3267,6.3687,0,7.3267,6.3687,0 +PL 0.9802,6.3687,0,1.8352,6.3687,0,1.8352,6.3687,0,1.8352,6.3687,0 +PL 4.3675,7.3983,0,5.4077,7.5368,0,6.1639,7.7939,0,6.8994,7.9323,0 + +[8105] 脅 +PL 1.4649,0,0,1.4649,3.6991,0,6.1368,3.6991,0,6.1368,0,0,4.8549,0,0,4.8549,0,0,4.8549,0,0 +PL 1.8957,1.6017,0,5.7095,1.6017,0,5.7095,1.6017,0,5.7095,1.6017,0 +PL 1.8957,2.6695,0,5.7095,2.6695,0,5.7095,2.6695,0,5.7095,2.6695,0 +PL 0.4313,4.2329,0,0.7676,4.6893,0,1.1108,5.137,0,1.4649,5.5678,0,1.0446,5.6709,0,0.624,5.7571,0,0.2177,5.8347,0 +PL 2.323,4.767,0,3.1738,4.767,0,3.1738,5.8347,0,1.8957,5.8347,0,1.8957,6.9025,0,0.6485,6.9025,0,0.6485,6.9025,0,0.6485,6.9025,0 +PL 4.2459,4.767,0,4.4346,5.0338,0,4.6451,5.3008,0,4.8549,5.5678,0,4.5782,5.6709,0,4.3054,5.7571,0,4.0319,5.8347,0 +PL 6.1368,4.767,0,6.9918,4.767,0,6.9918,5.8347,0,5.2857,5.8347,0,5.5978,6.7627,0,5.9621,7.5635,0,6.1368,8.4661,0,4.0249,8.2754,0,3.0337,8.0085,0,2.323,7.4364,0 +PL 1.0446,8.4661,0,2.7535,8.4661,0,2.7535,8.4661,0,2.7535,8.4661,0 + +[8108] 脈 +PL 0.4628,0.267,0,0.7644,1.1045,0,0.8761,3.2302,0,0.8901,8.4662,0,2.5997,8.4662,0,2.5997,0,0,1.7447,0,0,1.7447,0,0,1.7447,0,0 +PL 1.3139,6.3687,0,2.172,6.3687,0,2.172,6.3687,0,2.172,6.3687,0 +PL 1.3139,3.6992,0,2.172,3.6992,0,2.172,3.6992,0,2.172,3.6992,0 +PL 3.4543,0.267,0,3.7517,1.0848,0,3.8637,3.072,0,3.8816,7.9322,0,5.5064,8.0707,0,6.4766,8.3276,0,7.2646,8.4662,0 +PL 5.1355,0,0,5.1355,5.8349,0,6.3683,5.8546,0,7.0299,5.9929,0,7.6919,6.3687,0 +PL 7.6919,0,0,6.8863,1.8318,0,6.5084,3.4945,0,6.4135,5.3009,0 +PL 6.8408,3.6992,0,7.1144,4.0693,0,7.3942,4.4225,0,7.6919,4.767,0 + +[811a] 脚 +PL 0.768,0.267,0,1.0728,1.1045,0,1.1852,3.2303,0,1.1988,8.4661,0,2.4772,8.4661,0,2.4772,1.0678,0,3.7595,1.0678,0,3.8712,2.7218,0,4.0744,3.7994,0,4.1868,4.7669,0,3.8922,4.9562,0,3.6085,5.137,0,3.3357,5.3009,0 +PL 6.2918,0.0001,0,6.2918,8.4661,0,7.5733,8.4661,0,7.5733,1.6017,0,7.5733,1.6017,0,7.5733,1.6017,0 +PL 5.4407,1.0678,0,5.3566,1.411,0,5.2862,1.7543,0,5.2232,2.0975,0,4.8698,1.9435,0,4.523,1.7811,0,4.1868,1.6017,0 +PL 4.5822,5.3009,0,4.274,5.9718,0,3.9483,6.7528,0,3.3357,7.3983,0 +PL 4.5822,7.3983,0,4.3059,7.8136,0,4.2043,8.2288,0,4.1868,9,0 + +[8131] 脱 +PL 0.4612,0.267,0,0.7624,1.1046,0,0.8741,3.2303,0,0.8917,8.4661,0,2.5662,8.4661,0,2.5662,0,0,1.7151,0,0,1.7151,0,0,1.7151,0,0 +PL 3.4239,0,0,4.2715,1.4704,0,4.6291,2.6356,0,4.7023,4.2331,0,3.8512,4.2331,0,3.8512,6.9026,0,6.3835,6.9026,0,6.5134,7.6159,0,6.6567,8.3122,0,6.8073,9,0 +PL 6.3835,0,0,6.0826,0.5126,0,5.9702,1.6102,0,5.9527,4.2331,0,5.13,4.2331,0,5.13,4.2331,0,5.13,4.2331,0 +PL 6.8073,0,0,7.6622,0,0,7.6622,1.6017,0,7.6622,1.6017,0,7.6622,1.6017,0 +PL 1.3154,3.6991,0,2.142,3.6991,0,2.142,3.6991,0,2.142,3.6991,0 +PL 6.3835,4.2331,0,7.2349,4.2331,0,7.0875,5.137,0,6.9372,6.024,0,6.8073,6.9026,0 +PL 1.3154,6.3687,0,2.142,6.3687,0,2.142,6.3687,0,2.142,6.3687,0 +PL 4.7023,8.1992,0,4.5517,8.4661,0,4.4116,8.7331,0,4.275,9,0 + +[8133] 脳 +PL 0.3403,0.267,0,0.6418,1.1046,0,0.7536,3.2303,0,0.7711,8.4662,0,2.0495,8.4662,0,2.0495,0,0,2.0495,0,0,2.0495,0,0 +PL 3.2963,0,0,3.2963,5.3009,0,3.2963,5.3009,0,3.2963,5.3009,0 +PL 3.7271,0,0,7.1179,0,0,7.1179,5.3009,0,7.1179,5.3009,0,7.1179,5.3009,0 +PL 4.1544,1.6018,0,4.5821,2.212,0,5.0094,2.8222,0,5.4367,3.4323,0,5.1421,3.6992,0,4.8549,3.9662,0,4.5821,4.2331,0 +PL 6.2913,1.8687,0,6.1407,2.1342,0,5.9932,2.3913,0,5.864,2.6314,0 +PL 5.864,4.2331,0,5.864,5.3009,0,5.864,5.3009,0,5.864,5.3009,0 +PL 4.1544,7.1314,0,3.8571,7.5877,0,3.5734,8.0354,0,3.2963,8.4662,0 +PL 6.6867,6.8645,0,6.9599,7.5877,0,7.2436,8.3024,0,7.5382,9.0001,0 +PL 5.4367,7.6654,0,5.1421,8.1215,0,4.8549,8.5694,0,4.5821,9.0001,0 + +[8139] 脹 +PL 0.3083,0.267,0,0.613,1.106,0,0.7219,3.2416,0,0.7394,8.5044,0,2.4171,8.5044,0,2.4171,0,0,1.5621,0,0,1.5621,0,0,1.5621,0,0 +PL 3.2717,0,0,4.1228,0,0,4.1228,3.7373,0,3.8247,3.9167,0,3.5445,4.0792,0,3.2717,4.2331,0 +PL 7.5058,0,0,5.5167,2.8489,0,4.445,5.2487,0,4.1228,8.5044,0,7.0855,8.5044,0,7.0855,8.5044,0,7.0855,8.5044,0 +PL 4.7634,0.534,0,4.956,0.7232,0,5.1626,0.904,0,5.3766,1.0678,0 +PL 1.1593,3.7373,0,1.9859,3.7373,0,1.9859,3.7373,0,1.9859,3.7373,0 +PL 5.8004,4.2331,0,7.5058,4.2331,0,7.5058,4.2331,0,7.5058,4.2331,0 +PL 4.5501,5.8348,0,6.655,5.8348,0,6.655,5.8348,0,6.655,5.8348,0 +PL 1.1593,6.3687,0,1.9859,6.3687,0,1.9859,6.3687,0,1.9859,6.3687,0 +PL 4.5501,6.9026,0,6.655,6.9026,0,6.655,6.9026,0,6.655,6.9026,0 + +[8150] 腐 +PL 0.2501,0.267,0,0.9152,2.9237,0,1.1047,5.3008,0,1.1047,7.9322,0,4.0607,7.9322,0,4.0607,9,0 +PL 2.355,0,0,2.355,3.6992,0,6.5962,3.6992,0,6.5962,0,0,4.4912,1.6017,0,4.0607,1.2571,0,3.6369,0.9039,0,3.2061,0.534,0 +PL 3.4194,2.1356,0,3.7662,2.4787,0,4.1269,2.8221,0,4.4912,3.1653,0,4.8943,2.8221,0,5.3146,2.4787,0,5.7419,2.1356,0 +PL 2.7823,4.767,0,2.7018,5.3008,0,2.6279,5.8348,0,2.5683,6.3686,0,2.355,6.2048,0,2.141,6.0241,0,1.9274,5.8348,0 +PL 5.3423,4.767,0,6.1657,4.767,0,6.1513,5.5381,0,6.0396,5.9534,0,5.7419,6.3686,0,5.1672,6.291,0,4.6138,6.2048,0,4.0607,6.1017,0,4.1935,5.8348,0,4.3371,5.5678,0,4.4912,5.3008,0 +PL 6.5962,6.3686,0,6.2949,6.7826,0,6.1832,7.1878,0,6.1657,7.9322,0,4.4912,7.9322,0 +L 6.5962,7.9322,7.4473,7.9322 + +[8155] 腕 +PL 3.3977,6.9025,0,3.3977,7.9322,0,5.5027,7.9322,0,5.5027,9,0,5.5027,9,0,5.5027,9,0 +PL 8.0346,6.9025,0,8.0346,7.9322,0,5.9297,7.9322,0,5.9297,7.9322,0,5.9297,7.9322,0 +PL 0.8301,0.2669,0,1.1316,1.1045,0,1.2437,3.2302,0,1.2574,8.4661,0,2.5396,8.4661,0,2.5396,0,0,2.5396,0,0,2.5396,0,0 +PL 3.3977,0,0,3.9473,0.9802,0,4.5007,1.9435,0,5.0719,2.8983,0,4.7076,3.1653,0,4.3536,3.4322,0,4.0037,3.6991,0,3.7932,3.5353,0,3.5865,3.3545,0,3.3977,3.1653,0 +PL 6.7807,0,0,6.4795,0.572,0,6.3713,2.0848,0,6.3538,5.8347,0,7.6353,5.8347,0,7.6353,2.6314,0,7.6353,2.6314,0,7.6353,2.6314,0 +PL 7.208,0,0,8.0346,0,0,8.0346,1.0677,0,8.0346,1.0677,0,8.0346,1.0677,0 +PL 5.0719,3.6991,0,5.3766,4.1342,0,5.4848,4.6878,0,5.5027,5.8347,0,4.2208,5.8347,0,4.2033,5.0635,0,4.0944,4.6483,0,3.7932,4.233,0 + +[8170] 腰 +PL 0.3083,0.305,0,0.613,1.1172,0,0.7219,3.2429,0,0.7394,8.5041,0,1.9859,8.5041,0,1.9859,0.0381,0,1.1593,0.0381,0,1.1593,0.0381,0,1.1593,0.0381,0 +PL 3.2717,0.0381,0,3.8913,0.305,0,4.5221,0.572,0,5.1626,0.8389,0,4.998,1.3855,0,4.7322,1.6524,0,4.1228,1.8686,0,4.2555,2.2387,0,4.3991,2.5918,0,4.5501,2.9363,0,3.9718,3.0395,0,3.4009,3.1256,0,2.8405,3.2033,0 +PL 7.0855,0.0381,0,6.655,0.4844,0,6.2277,0.9138,0,5.8004,1.3347,0,5.9297,1.9718,0,6.0768,2.5918,0,6.2277,3.2033,0,4.9805,3.2033,0,4.9805,5.339,0,3.2717,5.339,0,3.2717,6.9025,0,4.1154,7.0635,0,4.4762,7.5805,0,4.5501,8.5041,0,2.8405,8.5041,0,2.8405,8.5041,0,2.8405,8.5041,0 +PL 6.655,3.2033,0,7.5058,3.2033,0,7.5058,3.2033,0,7.5058,3.2033,0 +PL 5.5899,5.339,0,5.7125,6.0833,0,5.604,6.4887,0,5.1626,6.9025,0,4.9455,6.5593,0,4.7424,6.2161,0,4.5501,5.8729,0 +PL 6.2277,5.339,0,7.0855,5.339,0,7.0855,6.9025,0,6.1293,7.089,0,5.825,7.6314,0,5.8004,8.5041,0,4.9805,8.5041,0,4.9805,8.5041,0,4.9805,8.5041,0 +PL 6.2277,8.5041,0,7.5058,8.5041,0,7.5058,8.5041,0,7.5058,8.5041,0 + +[8178] 腸 +PL 0.0029,-0.0001,0.0708,0.4304,3,0,0.4304,9,0,2.1084,9,0,2.1084,0,0,1.2534,0,0 +PL 4.0274,0,0,4.6477,0.8009,0,5.2813,1.6017,0,5.9187,2.4025,0,4.994,2.3531,0,4.3391,2.007,0,3.3938,1.0678,0 +PL 5.7085,0,0,6.0518,0.3701,0,6.4125,0.7232,0,6.7768,1.0678,0,6.6262,1.6002,0,6.4794,2.1243,0,6.3498,2.6314,0 +PL 3.1763,2.1356,0,3.4533,2.3149,0,3.7332,2.4775,0,4.0274,2.6314,0,4.0939,3.1652,0,4.1605,3.6992,0,4.2449,4.2332,0,3.3938,4.2332,0 +L 4.6718,4.2332,7.2041,4.2332 +PLC 3.8176,8.4662,0,6.3498,8.4662,0,6.3498,5.8349,0,3.8176,5.8349,0 +L 4.2449,7.3983,5.9187,7.3983 +L 0.4128,3.6611,2.1084,3.6611 +L 0.4233,6.3306,2.1084,6.3306 + +[8179] 腹 +PL 0.5249,0.267,0,0.8264,1.1046,0,0.9347,3.2303,0,0.9522,8.4662,0,2.6617,8.4662,0,2.6617,0,0,1.8033,0,0,1.8033,0,0,1.8033,0,0 +PL 3.5128,0,0,4.2165,0.3702,0,4.9205,0.7232,0,5.6213,1.0678,0,5.1905,1.6004,0,4.7667,2.1243,0,4.3356,2.6314,0,4.0627,2.2882,0,3.7892,1.945,0,3.5128,1.6018,0 +PL 7.3302,0,0,6.8997,0.3702,0,6.4724,0.7232,0,6.0451,1.0678,0,6.3253,1.5142,0,6.6051,1.9435,0,6.8997,2.3644,0,4.8543,3.4491,0,4.5772,5.3221,0,3.9156,7.3983,0,3.7647,7.2346,0,3.6389,7.0537,0,3.5128,6.8645,0 +PL 1.3795,3.1654,0,2.2344,3.1654,0,2.2344,3.1654,0,2.2344,3.1654,0 +PL 5.1905,3.6992,0,6.8997,3.6992,0,6.8997,5.3009,0,4.7667,5.3009,0,4.7667,5.3009,0,4.7667,5.3009,0 +PL 1.3795,5.8349,0,2.2344,5.8349,0,2.2344,5.8349,0,2.2344,5.8349,0 +PL 6.8997,5.8349,0,6.8997,6.8645,0,4.7667,6.8645,0,4.7667,6.8645,0,4.7667,6.8645,0 +PL 4.1258,7.9323,0,4.1853,8.3024,0,4.2515,8.6555,0,4.3356,9.0001,0 +PL 4.7667,7.9323,0,7.7263,7.9323,0,7.7263,7.9323,0,7.7263,7.9323,0 + +[819a] 膚 +PL 0.8019,0.267,0,1.46,2.7613,0,1.653,4.9676,0,1.6565,7.4365,0,3.3762,7.6527,0,4.8784,8.0975,0,6.7176,8.4661,0 +PL 3.3342,0,0,3.1832,1.7812,0,3.0361,3.5452,0,2.9069,5.3008,0,3.3342,5.404,0,3.7615,5.4901,0,4.1884,5.5678,0,3.842,6.1314,0,3.4039,6.339,0,2.5076,6.3687,0 +PL 5.8976,0,0,6.7176,0,0,6.7176,1.0678,0,3.7615,1.0678,0,3.7615,1.0678,0,3.7615,1.0678,0 +PL 6.7176,1.8686,0,5.7229,1.9718,0,4.7348,2.0579,0,3.7615,2.1356,0 +PL 6.7176,2.9365,0,5.7229,3.0127,0,4.7348,3.089,0,3.7615,3.1653,0 +PL 7.148,3.1653,0,7.148,4.2331,0,3.3342,4.2331,0,3.3342,4.2331,0,3.3342,4.2331,0 +PL 7.148,5.0339,0,6.5771,5.137,0,6.0206,5.2232,0,5.4703,5.3008,0 +PL 4.6157,6.3687,0,4.7418,7.4082,0,6.5319,7.5411,0,8.0026,7.4365,0,8.0026,6.3687,0,8.0026,6.3687,0,8.0026,6.3687,0 +PL 5.0395,6.3687,0,6.3214,6.3687,0,6.3214,6.3687,0,6.3214,6.3687,0 + +[819c] 膜 +PL 0.7379,0.267,0,1.0216,1.106,0,1.1231,3.2416,0,1.1333,8.5043,0,2.4191,8.5043,0,2.4191,0,0,2.4191,0,0,2.4191,0,0 +PL 3.9142,0,0,4.944,1.1667,0,5.3222,1.8588,0,5.3786,2.6696,0,3.6974,2.6696,0,3.6974,2.6696,0,3.6974,2.6696,0 +PL 7.5113,0,0,6.4815,1.4719,0,6.0651,2.6468,0,5.8024,4.2712,0,4.1279,4.2712,0,4.1279,6.3687,0,7.5113,6.3687,0,7.5113,4.2712,0,6.2329,4.2712,0,6.2329,4.2712,0,6.2329,4.2712,0 +PL 6.6602,2.6696,0,7.9421,2.6696,0,7.9421,2.6696,0,7.9421,2.6696,0 +PL 4.5552,5.3009,0,7.084,5.3009,0,7.084,5.3009,0,7.084,5.3009,0 +PL 3.6974,7.9704,0,4.9513,7.9704,0,4.9513,9.0382,0,4.9513,9.0382,0,4.9513,9.0382,0 +PL 5.3786,7.9704,0,6.6602,7.9704,0,6.6602,9.0382,0,6.6602,9.0382,0,6.6602,9.0382,0 +PL 7.084,7.9704,0,7.9421,7.9704,0,7.9421,7.9704,0,7.9421,7.9704,0 + +[81a8] 膨 +PL 0.4023,0.267,0,0.7004,1.106,0,0.8121,3.2416,0,0.8296,8.5043,0,2.0768,8.5043,0,2.0768,0,0,2.0768,0,0,2.0768,0,0 +PL 5.6809,0,0,6.318,0.7232,0,6.9624,1.4379,0,7.6037,2.1356,0 +PL 2.9346,0.534,0,4.2165,0.534,0,4.4932,1.257,0,4.7734,1.9719,0,5.0714,2.6696,0 +PL 3.7857,1.8687,0,3.6354,2.1356,0,3.4918,2.4025,0,3.3619,2.6696,0 +PLC 3.3619,4.2698,0,3.3619,5.3009,0,5.0714,5.3009,0,5.0714,3.7373,0,3.3619,3.7373,0 +PL 6.1082,3.7373,0,6.5981,4.2698,0,7.0923,4.7938,0,7.6037,5.3009,0 +PL 3.3619,6.3687,0,4.2165,6.3687,0,4.0659,7.5636,0,3.6319,7.945,0,2.9346,7.9704,0 +PL 6.1082,6.9026,0,6.5981,7.4365,0,7.0923,7.9704,0,7.6037,8.5043,0 +PL 4.6441,7.9704,0,4.4932,8.3405,0,4.3429,8.6936,0,4.2165,9.0382,0 + +[81d3] 臓 +PL 0.8301,0.2669,0,1.1316,1.0791,0,1.2437,3.2048,0,1.2574,8.4661,0,2.5396,8.4661,0,2.6027,5.6441,0,2.6724,2.8221,0,2.7529,0,0,2.9669,0.1794,0,3.1802,0.3418,0,3.3977,0.4957,0,3.3977,5.7968,0,6.3538,5.7968,0,6.483,6.0636,0,6.6305,6.3305,0,6.7807,6.5975,0,6.483,7.0537,0,6.2032,7.5016,0,5.9297,7.9322,0,3.3977,7.9322,0,3.3977,7.9322,0,3.3977,7.9322,0 +PL 5.5027,0,0,5.6284,0.2656,0,5.772,0.5226,0,5.9297,0.7627,0,5.3482,0.8658,0,4.7742,0.952,0,4.2208,1.0297,0,4.2208,4.767,0,5.9297,4.767,0,5.9297,4.767,0,5.9297,4.767,0 +PL 7.6353,1.5636,0,7.6353,0.4957,0,7.422,0.8658,0,7.208,1.219,0,6.9947,1.5636,0,6.7807,1.3997,0,6.5675,1.219,0,6.3538,1.0297,0 +PL 5.0719,1.5636,0,4.9209,1.9337,0,4.7742,2.2867,0,4.6446,2.6314,0 +PL 7.208,2.0974,0,6.9068,2.5706,0,6.7951,3.3913,0,6.7807,5.2627,0,7.1839,5.5297,0,7.6042,5.7968,0,8.0346,6.0636,0,7.8914,6.3305,0,7.7579,6.5975,0,7.6353,6.8645,0 +PL 5.7125,2.6314,0,5.772,3.0015,0,5.8459,3.3546,0,5.9297,3.6992,0,4.6446,3.6992,0,4.6446,3.6992,0,4.6446,3.6992,0 +PL 7.6353,2.8984,0,7.7579,3.3546,0,7.8914,3.8023,0,8.0346,4.233,0 +PL 6.7807,7.9322,0,6.6305,8.3023,0,6.483,8.6553,0,6.3538,9,0 +PL 7.208,7.9322,0,8.0346,7.9322,0,8.0346,7.9322,0,8.0346,7.9322,0 + +[81e3] 臣 +PL 1.0142,0,0,1.0142,8.4662,0,6.9614,8.4662,0,6.9614,8.4662,0,6.9614,8.4662,0 +PL 1.4415,0,0,3.9703,0,0,3.9703,3.1653,0,1.4415,3.1653,0,1.4415,3.1653,0,1.4415,3.1653,0 +PL 4.4014,0,0,7.361,0,0,7.361,0,0,7.361,0,0 +PL 4.4014,3.1653,0,6.5344,3.1653,0,6.5344,5.8347,0,1.4415,5.8347,0,1.4415,5.8347,0,1.4415,5.8347,0 +PL 3.9703,6.3305,0,3.9703,7.9324,0,3.9703,7.9324,0,3.9703,7.9324,0 + +[81e8] 臨 +PLC 3.452,1.0664,0,3.452,3.1653,0,4.6992,3.1653,0,4.6992,0,0,3.452,0,0 +PLC 5.5569,1.0664,0,5.5569,3.1653,0,6.8388,3.1653,0,6.8388,0,0,5.5569,0,0 +PL 0.0616,1.0678,0,0.0616,8.4661,0,2.5974,8.4661,0,2.5974,8.4661,0,2.5974,8.4661,0 +PL 0.4924,1.0678,0,1.3155,1.0678,0,1.3155,3.6991,0,0.4924,3.6991,0,0.4924,3.6991,0,0.4924,3.6991,0 +PL 1.7431,1.0678,0,2.5974,1.0678,0,2.5974,1.0678,0,2.5974,1.0678,0 +PL 1.7431,3.6991,0,2.5974,3.6991,0,2.5974,5.8348,0,0.4924,5.8348,0,0.4924,5.8348,0,0.4924,5.8348,0 +PLC 3.8796,5.3008,0,3.8796,6.3687,0,6.4084,6.3687,0,6.4084,4.767,0,3.8796,4.767,0 +PL 1.3155,6.3687,0,1.3155,7.9322,0,1.3155,7.9322,0,1.3155,7.9322,0 +PL 2.5974,6.3687,0,3.3574,7.5085,0,3.6901,8.1907,0,3.8796,9,0 +PL 4.3066,7.9322,0,7.2626,7.9322,0,7.2626,7.9322,0,7.2626,7.9322,0 + +[81ea] 自 +PLC 6.376,0,0,0.8562,0,0,0.8562,7.3984,0,6.376,7.3984,0 +L 6.376,4.7671,0.8562,4.7671 +L 6.376,2.6314,0.8562,2.6314 +L 3.4199,9,2.9089,7.3984 + +[81ed] 臭 +PL 0.8019,0,0,1.9048,0.4451,0,2.6754,1.0678,0,3.7615,2.4025,0,2.7633,2.4788,0,1.7791,2.5551,0,0.8019,2.6314,0 +PL 6.7176,0,0,5.3586,1.6004,0,4.6543,2.8617,0,4.1884,4.767,0,1.6565,4.767,0,1.6565,7.9323,0,3.1556,8.1498,0,3.8067,8.4266,0,4.1884,9,0 +PL 5.0395,2.6314,0,7.5718,2.6314,0,7.5718,2.6314,0,7.5718,2.6314,0 +PL 4.6157,4.767,0,6.7176,4.767,0,6.7176,5.8348,0,2.0835,5.8348,0,2.0835,5.8348,0,2.0835,5.8348,0 +PL 6.7176,6.6357,0,5.1621,6.7388,0,3.6214,6.8249,0,2.0835,6.9026,0 +PL 6.7176,7.6653,0,5.8665,7.7684,0,5.022,7.8546,0,4.1884,7.9323,0 + +[81f3] 至 +PL 0.0034,0,0,3.3938,0,0,3.1833,2.1568,0,2.4092,2.6864,0,0.8615,2.6314,0 +PL 3.8176,0,0,6.7768,0,0,6.7768,0,0,6.7768,0,0 +PL 3.8176,2.6314,0,3.5125,3.0848,0,3.4074,3.767,0,3.3938,5.2627,0,0.4304,5.2627,0,0.4304,5.2627,0,0.4304,5.2627,0 +PL 4.2449,2.6314,0,5.9187,2.6314,0,5.9187,2.6314,0,5.9187,2.6314,0 +PL 6.3498,5.0339,0,6.1989,5.2994,0,6.0518,5.5565,0,5.9187,5.7968,0,3.8176,5.7968,0,3.8176,5.7968,0,3.8176,5.7968,0 +PL 2.1084,6.0636,0,2.3847,6.7867,0,2.6684,7.5016,0,2.9626,8.1992,0,1.9648,8.3023,0,0.9802,8.3885,0,0.0034,8.4661,0 +PL 5.4988,6.3305,0,5.2182,6.7006,0,4.945,7.0537,0,4.6718,7.3983,0 +PL 3.3938,8.4661,0,6.7768,8.4661,0,6.7768,8.4661,0,6.7768,8.4661,0 + +[81f4] 致 +PL 4.4635,0,0,5.0831,0.8009,0,5.7135,1.6017,0,6.3548,2.4026,0,5.7629,3.9873,0,5.4372,5.1145,0,5.1041,5.8348,0,4.8102,5.4901,0,4.523,5.137,0,4.2495,4.7671,0 +PL 8.0636,0,0,7.6363,0.5339,0,7.2055,1.0678,0,6.7852,1.6017,0 +PL 0.8595,1.0678,0,2.5406,1.0678,0,2.5123,2.6992,0,2.2075,3.4916,0,1.2903,3.6992,0 +PL 2.9644,1.6017,0,3.8225,1.6017,0,3.8225,1.6017,0,3.8225,1.6017,0 +PL 6.7852,3.4322,0,7.0798,4.0946,0,7.1915,4.9944,0,7.2055,6.9026,0,6.5051,6.7387,0,5.8049,6.558,0,5.1041,6.3686,0 +PL 2.9644,3.6992,0,2.6667,4.1343,0,2.5578,4.688,0,2.5406,5.8348,0,2.113,5.938,0,1.693,6.0241,0,1.2903,6.1018,0,1.5631,6.815,0,1.8401,7.5113,0,2.113,8.1992,0,1.6857,8.3024,0,1.2692,8.3885,0,0.8595,8.4662,0 +PL 3.1812,6.3686,0,3.3147,6.5862,0,3.2583,6.863,0,2.9644,7.4364,0 +PL 5.5314,7.4364,0,5.5314,9.0001,0,5.5314,9.0001,0,5.5314,9.0001,0 +PL 2.5406,8.4662,0,4.2495,8.4662,0,4.2495,8.4662,0,4.2495,8.4662,0 + +[8208] 興 +PL 0.3693,0,0,0.9892,0.5325,0,1.6197,1.0565,0,2.2641,1.5635,0 +PL 6.5056,0,0,5.935,0.5325,0,5.3743,1.0565,0,4.8244,1.5635,0 +PL 0.583,2.6314,0,0.646,4.4123,0,0.7129,6.1767,0,0.7966,7.9322,0,1.1328,8.3024,0,1.4799,8.6554,0,1.8337,9.0001,0 +PL 1.0103,2.6314,0,2.2641,2.6314,0,2.2641,7.9322,0,4.8244,7.9322,0,4.8244,2.6314,0,6.5056,2.6314,0,6.5056,4.767,0,5.6475,4.767,0,5.6475,4.767,0,5.6475,4.767,0 +PL 2.6848,2.6314,0,4.3936,2.6314,0,4.3936,2.6314,0,4.3936,2.6314,0 +PLC 3.1152,4.2317,0,3.1152,5.2628,0,3.9733,5.2628,0,3.9733,3.6992,0,3.1152,3.6992,0 +PL 6.5056,5.2628,0,6.5056,6.3305,0,5.6475,6.3305,0,5.6475,6.3305,0,5.6475,6.3305,0 +PL 3.1152,6.3305,0,3.9733,6.3305,0,3.9733,6.3305,0,3.9733,6.3305,0 +PL 6.5056,6.8644,0,6.5056,7.9322,0,5.6475,7.9322,0,5.6475,7.9322,0,5.6475,7.9322,0 + +[820c] 舌 +PL 1.5016,0,0,1.5016,3.1653,0,3.6031,3.1653,0,3.5891,4.6879,0,3.4875,5.3799,0,3.2111,5.8348,0,0.2165,5.8348,0,0.2165,5.8348,0,0.2165,5.8348,0 +PL 1.9219,0,0,5.7434,0,0,5.7434,3.1653,0,4.0339,3.1653,0,4.0339,3.1653,0,4.0339,3.1653,0 +PL 4.0339,5.8348,0,3.733,6.2429,0,3.6206,6.7867,0,3.6031,7.9322,0,1.0708,7.9322,0,1.0708,7.9322,0,1.0708,7.9322,0 +PL 4.4577,5.8348,0,7.0215,5.8348,0,7.0215,5.8348,0,7.0215,5.8348,0 +PL 4.0339,7.9322,0,4.7764,8.0707,0,5.4243,8.3276,0,6.1672,8.4662,0 + +[820e] 舎 +PLC 2.0835,0.8771,0,2.0835,2.6314,0,6.3214,2.6314,0,6.3214,0,0,2.0835,0,0 +PL 1.2257,4.2332,0,4.1884,4.2332,0,3.5373,5.8333,0,2.1399,6.1539,0,0.8019,5.7966,0 +L 4.6157,4.2332,7.148,4.2332 +PL 4.6157,5.7966,0,4.3145,6.2118,0,4.2063,6.6271,0,4.1884,7.3984,0 +PL 5.0395,5.7966,0,5.6598,5.8164,0,5.9922,5.9548,0,6.3214,6.3305,0,4.1884,9,0,3.6214,8.3024,0,3.0606,7.5876,0,2.5076,6.8644,0 + +[8217] 舗 +PLC 1.1968,0.9039,0,1.1968,2.6695,0,2.8745,2.6695,0,2.8745,0,0,1.1968,0,0 +PL 4.1603,0,0,4.1603,5.8348,0,5.0744,5.8644,0,5.5084,6.0721,0,5.8341,6.6356,0,5.6905,6.9026,0,5.5613,7.1695,0,5.4387,7.4365,0,3.7291,7.4365,0,3.7291,7.4365,0,3.7291,7.4365,0 +PL 5.8341,0,0,5.8166,1.5226,0,5.7189,2.2148,0,5.4387,2.6695,0,4.5841,2.6695,0,4.5841,2.6695,0,4.5841,2.6695,0 +PL 6.6925,0,0,7.5436,0,0,7.5436,2.6695,0,6.2652,2.6695,0,5.9885,3.202,0,5.7115,3.726,0,5.4387,4.2331,0,4.5841,4.2331,0,4.5841,4.2331,0,4.5841,4.2331,0 +PL 7.5436,3.1653,0,7.5436,4.2331,0,6.6295,4.2627,0,6.1808,4.4704,0,5.8341,5.0339,0,6.1808,5.5975,0,6.6295,5.8051,0,7.5436,5.8348,0,7.5436,4.767,0,7.5436,4.767,0,7.5436,4.767,0 +PL 0.7695,4.2331,0,2.0203,4.2331,0,2.0203,6.3686,0,1.4284,6.3885,0,1.1026,6.5268,0,0.7695,6.9026,0,1.1793,7.6159,0,1.593,8.3122,0,2.0203,9,0,2.297,8.6554,0,2.5807,8.3023,0,2.8745,7.9322,0 +PL 2.4507,4.2331,0,3.3018,4.2331,0,3.3018,4.2331,0,3.3018,4.2331,0 +PL 6.2652,7.4365,0,5.9605,7.8249,0,5.8516,8.2303,0,5.8341,9,0 +PL 6.6925,7.4365,0,7.9709,7.4365,0,7.9709,7.4365,0,7.9709,7.4365,0 + +[821e] 舞 +PL 0.5839,0,0,1.0743,0.4562,0,1.5611,0.9039,0,2.0518,1.3348,0,1.6802,1.791,0,1.3268,2.2388,0,0.9801,2.6695,0,0.7696,2.5056,0,0.5664,2.3249,0,0.3703,2.1356,0 +PL 6.2863,0,0,5.8835,1.483,0,4.9165,1.7204,0,3.761,1.6017,0 +PL 2.4753,1.6017,0,2.752,2.058,0,3.0357,2.5056,0,3.3302,2.9364,0,2.6052,3.0127,0,1.8977,3.0889,0,1.1934,3.1653,0 +PL 6.7167,1.6017,0,6.419,2.1342,0,6.1388,2.6582,0,5.866,3.1653,0,4.6118,3.1653,0,4.6118,2.1356,0,4.6118,2.1356,0,4.6118,2.1356,0 +PL 6.7167,3.1653,0,6.4155,3.5806,0,6.3038,3.9959,0,6.2863,4.767,0,1.6207,4.767,0,1.6207,3.6992,0,1.6207,3.6992,0,1.6207,3.6992,0 +PL 2.0518,5.5678,0,1.7047,6.1314,0,1.2673,6.339,0,0.3703,6.3686,0 +PL 3.3302,5.5678,0,2.4262,6.5453,0,2.0973,7.1582,0,2.0518,7.9322,0,1.6207,7.7782,0,1.2004,7.6159,0,0.7979,7.4365,0 +PL 4.6118,5.5678,0,3.712,6.5453,0,3.3789,7.1582,0,3.3302,7.9322,0,2.4753,7.9322,0,2.4753,7.9322,0,2.4753,7.9322,0 +PL 5.866,5.5678,0,4.983,6.5453,0,4.6608,7.1582,0,4.6118,7.9322,0,3.761,7.9322,0,3.761,7.9322,0,3.761,7.9322,0 +PL 6.2863,6.3686,0,5.9917,6.7826,0,5.88,7.1878,0,5.866,7.9322,0,5.0079,7.9322,0,5.0079,7.9322,0,5.0079,7.9322,0 +PL 6.7167,6.3686,0,7.5748,6.3686,0,7.5748,6.3686,0,7.5748,6.3686,0 +PL 6.2863,7.9322,0,7.144,7.9322,0,7.144,7.9322,0,7.144,7.9322,0 + +[821f] 舟 +PL 0.8316,0,0,1.7667,1.9478,0,2.0925,3.8871,0,0.8316,4.767,0 +PL 5.0734,0,0,6.3234,0,0,5.886,3.9661,0,4.8282,5.0218,0,3.5744,4.8875,0,2.5236,5.2841,0,2.0823,7.9323,0,3.3043,8.1498,0,3.8546,8.4266,0,4.2188,9,0 +PL 4.2188,1.6018,0,4.2188,3.6992,0,4.2188,3.6992,0,4.2188,3.6992,0 +PL 6.7511,4.767,0,6.4499,5.2401,0,6.3374,6.0608,0,6.3234,7.9323,0,4.2188,7.9323,0,4.2188,7.9323,0,4.2188,7.9323,0 +PL 4.6461,5.8348,0,4.3484,6.2048,0,4.0679,6.558,0,3.7912,6.9026,0 + +[822a] 航 +PL 0.1577,0.2669,0,0.585,2.6922,0,1.0123,6.5494,0,1.436,9,0 +PL 1.8672,0,0,2.7214,0,0,2.7214,4.767,0,2.1435,4.6031,0,1.573,4.4223,0,1.0123,4.2331,0 +PL 3.5725,0,0,4.3186,1.9534,0,4.4485,3.7797,0,4.3991,5.8347,0,6.1052,5.8347,0,6.1052,0,0,7.3867,0,0,7.3867,1.5637,0,7.3867,1.5637,0,7.3867,1.5637,0 +PL 1.436,1.5637,0,1.436,3.1653,0,1.436,3.1653,0,1.436,3.1653,0 +PL 2.7214,5.3008,0,2.7214,7.9324,0,1.436,7.9324,0,1.436,7.9324,0,1.436,7.9324,0 +PL 1.436,5.8347,0,1.436,6.8644,0,1.436,6.8644,0,1.436,6.8644,0 +PL 3.5725,7.3984,0,5.2537,7.3984,0,5.2537,9,0,5.2537,9,0,5.2537,9,0 +PL 5.6775,7.3984,0,6.9629,7.3984,0,6.9629,7.3984,0,6.9629,7.3984,0 + +[822c] 般 +PL 0.5849,0.2669,0,0.9912,2.7091,0,1.4119,6.558,0,1.8357,8.9999,0 +PL 2.263,0,0,3.1207,0,0,3.1207,4.233,0,2.6304,4.589,0,2.1824,4.589,0,1.4119,4.233,0 +PL 4.1858,0,0,4.6726,0.4562,0,5.1591,0.9039,0,5.653,1.3347,0,5.0509,2.6624,0,4.8303,3.4138,0,4.7949,4.233,0,6.9317,4.233,0,6.6372,3.2783,0,6.3535,2.315,0,6.0768,1.3347,0,6.6372,0.9039,0,7.2046,0.4562,0,7.7863,0,0 +PL 1.8357,1.6017,0,1.8357,3.1652,0,1.8357,3.1652,0,1.8357,3.1652,0 +PL 3.541,4.7669,0,3.2471,5.2401,0,3.1347,6.0607,0,3.1207,7.9322,0,1.8357,7.9322,0,1.8357,7.9322,0,1.8357,7.9322,0 +PL 3.9718,5.3008,0,4.6198,6.3163,0,4.8019,7.2217,0,4.7949,8.4661,0,6.5041,8.4661,0,6.5041,5.8348,0,7.7863,5.8348,0,7.7863,6.8645,0,7.7863,6.8645,0,7.7863,6.8645,0 +PL 1.8357,5.8348,0,1.8357,6.8645,0,1.8357,6.8645,0,1.8357,6.8645,0 + +[8236] 舶 +PL 0.2165,0.2669,0,0.5178,1.0847,0,0.6295,3.072,0,0.647,7.9322,0,1.2638,8.1496,0,1.5962,8.4266,0,1.9219,8.9999,0 +PL 1.9219,0,0,2.7803,0,0,2.7803,4.7669,0,2.2021,4.6032,0,1.6315,4.4223,0,1.0708,4.233,0 +PL 4.0339,0,0,4.0339,7.3983,0,4.4577,7.5014,0,4.885,7.5876,0,5.3126,7.6652,0,5.4454,8.1215,0,5.589,8.5692,0,5.7434,8.9999,0 +PL 4.4577,0,0,7.0215,0,0,7.0215,3.6991,0,4.4577,3.6991,0,4.4577,3.6991,0,4.4577,3.6991,0 +PL 1.5016,1.6017,0,1.5016,3.1652,0,1.5016,3.1652,0,1.5016,3.1652,0 +PL 7.0215,4.233,0,7.0215,7.3983,0,5.7434,7.3983,0,5.7434,7.3983,0,5.7434,7.3983,0 +PL 2.7803,5.3008,0,2.7803,7.9322,0,1.9219,7.9322,0,1.9219,7.9322,0,1.9219,7.9322,0 +PL 1.5016,5.8348,0,1.5016,6.8645,0,1.5016,6.8645,0,1.5016,6.8645,0 + +[8239] 船 +PL 0.5849,0.267,0,0.9912,2.7091,0,1.4119,6.5581,0,1.8357,9,0 +PL 2.263,0,0,3.1207,0,0,3.1207,4.7671,0,2.5396,4.6033,0,1.9649,4.4224,0,1.4119,4.2332,0 +PLC 4.7949,3.6992,0,7.3625,3.6992,0,7.3625,0,0,4.7949,0,0 +L 1.8357,1.602,1.8357,3.1655 +PL 4.3991,5.034,0,4.977,6.3814,0,5.1945,7.2713,0,5.2222,8.4663,0 +PL 7.7863,5.034,0,7.1835,6.7572,0,6.9629,7.7855,0,6.9317,9,0 +PL 3.1207,5.3011,0,3.1207,7.9324,0,1.8357,7.9324,0 +L 1.8357,5.8349,1.8357,6.8644 + +[8247] 艇 +PL 0.7695,0.267,0,1.1517,2.6583,0,1.5226,6.4563,0,2.0203,9.0001,0 +PL 2.8745,0,0,2.8605,2.9986,0,2.7488,4.2345,0,2.4507,4.767,0,2.1744,4.6032,0,1.8977,4.4224,0,1.628,4.2331,0 +PL 3.3018,0,0,3.7291,0.534,0,4.1603,1.0678,0,4.5841,1.6018,0,4.2895,2.325,0,4.0093,3.0396,0,3.7291,3.7373,0 +PL 6.2652,0,0,5.8341,0.3702,0,5.4176,0.7232,0,5.0114,1.0678,0 +PL 6.6925,0,0,7.9709,0,0,7.9709,0,0,7.9709,0,0 +PL 2.0203,1.6018,0,2.0203,3.2035,0,2.0203,3.2035,0,2.0203,3.2035,0 +PL 5.0114,2.1356,0,5.0114,5.3009,0,3.2808,5.2726,0,2.8395,5.8377,0,2.8745,7.9704,0,2.0203,7.9704,0,2.0203,7.9704,0,2.0203,7.9704,0 +PL 5.8341,2.1356,0,6.6925,2.1356,0,6.6925,4.767,0,6.3913,4.9563,0,6.1111,5.1371,0,5.8341,5.3009,0 +PL 7.1163,5.3009,0,6.8116,5.7557,0,6.7062,6.4478,0,6.6925,7.9704,0,5.8341,7.9704,0,5.8341,7.9704,0,5.8341,7.9704,0 +PL 2.0203,5.8348,0,2.0203,6.9026,0,2.0203,6.9026,0,2.0203,6.9026,0 +PL 4.1603,6.1017,0,4.4576,6.7246,0,4.5666,7.3476,0,4.5841,8.5044,0,3.7291,8.5044,0,3.7291,8.5044,0,3.7291,8.5044,0 +PL 7.1163,7.9704,0,7.3927,8.1597,0,7.6729,8.3405,0,7.9709,8.5044,0 + +[8266] 艦 +PL 0.126,0.267,0,0.5529,2.709,0,0.9802,6.558,0,1.4114,9,0 +PL 1.4114,0.0001,0,2.2621,0.0001,0,2.2446,2.9986,0,2.1325,4.2345,0,1.8352,4.7669,0,1.541,4.6032,0,1.2534,4.4224,0,0.9802,4.2332,0 +PLC 3.5164,0.8771,0,3.5164,2.6314,0,6.8994,2.6314,0,6.8994,0.0001,0,3.5164,0.0001,0 +PL 4.7944,0.5338,0,4.7944,2.0975,0,4.7944,2.0975,0,4.7944,2.0975,0 +PL 5.6455,0.5338,0,5.6455,2.0975,0,5.6455,2.0975,0,5.6455,2.0975,0 +PL 1.4114,1.6017,0,1.4114,3.1652,0,1.4114,3.1652,0,1.4114,3.1652,0 +PL 3.0852,4.5001,0,2.812,4.7669,0,2.5353,5.0339,0,2.2621,5.3009,0,2.2621,7.9323,0,1.4114,7.9323,0,1.4114,7.9323,0,1.4114,7.9323,0 +PL 3.7265,4.2332,0,3.7857,4.7669,0,3.8596,5.3009,0,3.9363,5.8348,0,3.6421,5.671,0,3.3622,5.4901,0,3.0852,5.3009,0 +PL 5.6455,4.7669,0,7.3267,4.7669,0,7.3267,4.7669,0,7.3267,4.7669,0 +PL 1.4114,5.8348,0,1.4114,6.9026,0,1.4114,6.9026,0,1.4114,6.9026,0 +PL 4.5808,5.8348,0,4.6438,6.2048,0,4.7107,6.558,0,4.7944,6.9026,0,4.2165,6.7387,0,3.6421,6.558,0,3.0852,6.3686,0 +PL 5.6455,5.8348,0,5.7751,6.9012,0,5.926,7.9591,0,6.0766,9,0 +PL 6.5004,6.9026,0,7.3267,6.9026,0,7.3267,6.9026,0,7.3267,6.9026,0 +PL 3.0852,7.3983,0,3.0852,8.4661,0,4.7944,8.4661,0,4.7944,8.4661,0,4.7944,8.4661,0 + +[826f] 良 +PL 0.2797,0,0,1.534,0,0,1.534,7.9703,0,3.6631,7.9703,0,3.6631,9.0001,0 +PL 2.1676,0,0,2.6618,0.1893,0,3.1587,0.3703,0,3.6631,0.5339,0 +PL 6.6265,0,0,5.2501,1.5834,0,4.3076,2.9549,0,3.6631,4.767,0,1.9543,4.767,0 +PL 4.0939,4.767,0,5.7681,4.767,0,5.7681,6.3688,0,1.9543,6.3688,0 +PL 5.7681,6.9026,0,5.7681,7.9703,0,4.0939,7.9703,0 +PL 5.3443,2.1356,0,5.6178,2.5058,0,5.905,2.8588,0,6.1989,3.2034,0 + +[8272] 色 +PL 0.6793,6.0001,0,2.4796,9,0,5.1765,9,0,3.8277,6.75,0 +PL 7.88,1.5,0,7.88,0,0,2.0778,0,-0.1231,1.5791,2,0,1.5791,6.75,0,7.88,6.75,0,7.88,4.5,0,1.5791,4.5,0 +L 4.7282,6.75,4.7282,4.5 + +[828b] 芋 +PL 2.2965,0,0,3.5749,0,0,3.3893,3.0875,0,2.4503,3.8276,0,0.1915,3.7373,0 +PL 4.0022,3.7373,0,3.7006,4.1709,0,3.5886,4.7148,0,3.5749,5.8347,0,1.0426,5.8347,0,1.0426,5.8347,0,1.0426,5.8347,0 +PL 4.426,3.7373,0,6.9614,3.7373,0,6.9614,3.7373,0,6.9614,3.7373,0 +PL 4.0022,5.8347,0,6.1348,5.8347,0,6.1348,5.8347,0,6.1348,5.8347,0 +PL 2.2965,7.1695,0,2.1455,7.4364,0,2.0195,7.7034,0,1.8972,7.9704,0,0.1915,7.9704,0,0.1915,7.9704,0,0.1915,7.9704,0 +PL 4.8564,7.1695,0,4.7062,7.4364,0,4.5552,7.7034,0,4.426,7.9704,0,2.7164,7.9704,0,2.5658,8.3404,0,2.4226,8.6935,0,2.2965,9.0382,0 +PL 5.2802,7.9704,0,5.1335,8.3404,0,4.986,8.6935,0,4.8564,9.0382,0 +PL 5.711,7.9704,0,6.9614,7.9704,0,6.9614,7.9704,0,6.9614,7.9704,0 + +[829d] 芝 +PL 0.3726,0,0,0.7999,0.8771,0,1.2237,1.7543,0,1.6545,2.6314,0 +PL 4.6138,0,0,3.7595,0.5339,0,2.9116,1.0678,0,2.0783,1.6018,0,4.0674,2.7713,0,5.1671,3.6611,0,6.3233,5.0339,0,4.467,5.1371,0,2.6314,5.2232,0,0.7999,5.3009,0 +PL 5.0376,0,0,7.5698,0,0,7.5698,0,0,7.5698,0,0 +PL 3.7595,5.8348,0,3.7595,6.9026,0,3.7595,6.9026,0,3.7595,6.9026,0 +PL 2.5088,7.1696,0,2.1445,7.7063,0,1.588,7.904,0,0.3726,7.9323,0 +PL 5.4649,7.1696,0,5.3146,7.4351,0,5.1671,7.6922,0,5.0376,7.9323,0,2.9326,7.9323,0,2.7823,8.3024,0,2.6384,8.6554,0,2.5088,9,0 +PL 5.8922,7.9323,0,5.7419,8.3024,0,5.5948,8.6554,0,5.4649,9,0 +PL 6.3233,7.9323,0,7.5698,7.9323,0,7.5698,7.9323,0,7.5698,7.9323,0 + +[82b1] 花 +PL 4.2412,4.5001,0,4.2412,5.8349,0,4.2411,1.8,0.4142,6.0411,0,0,7.2004,0,0,7.2004,1.6018,0 +L 0.0004,7.9322,7.2004,7.9322 +L 4.6681,9.0001,4.6681,7.1695 +L 2.5631,9.0001,2.5631,7.1695 +L 4.8818,3.6991,6.8036,4.767 +L 1.7089,0,1.7089,4.5001 +A -4.0586,7.0813,6.3188,315.232,348.624 + +[82b3] 芳 +PL 0.7366,0,0,2.0083,1.671,0,2.8069,3.1215,0,3.0867,5.3009,0,0.1271,5.3009,0 +PL 3.9417,0,0,4.7644,0,0,5.3633,1.2063,0,5.584,2.1752,0,5.6193,3.7373,0,3.5105,3.7373,0 +L 3.5105,5.3009,3.5105,6.9026 +L 3.9417,5.3009,6.8977,5.3009 +PL 2.2321,7.1696,0,1.8679,7.7332,0,1.3215,7.9407,0,0.1271,7.9704,0 +PL 4.7644,7.1696,0,4.4001,7.7332,0,3.8537,7.9407,0,2.6594,7.9704,0,2.5053,8.3405,0,2.3621,8.6936,0,2.2321,9.0382,0 +PL 5.1882,7.9704,0,5.0376,8.3405,0,4.894,8.6936,0,4.7644,9.0382,0 +L 5.6193,7.9704,6.8977,7.9704 + +[82b8] 芸 +L 0.0616,7.9324,7.2626,7.9324 +L 4.7307,9.0002,4.7307,7.1697 +L 2.6257,9.0002,2.6257,7.1697 +L 5.9846,5.8347,1.3155,5.8347 +L 7.2626,3.6991,0.0616,3.6991 +L 3.0247,3.6991,2.1736,0 +L 5.1296,2.0974,6.8042,0 +A 1.7288,8.6537,8.6536,261.785,299.453 + +[82bd] 芽 +PL 3.0837,7.1696,0,2.9366,7.4365,0,2.793,7.7035,0,2.6637,7.9704,0,0.5588,7.9704,0,0.5588,7.9704,0,0.5588,7.9704,0 +PL 5.2237,7.1696,0,4.5757,7.7727,0,3.7355,8.2571,0,3.0837,9.0383,0 +PL 0.5588,3.7374,0,2.6637,3.7374,0,2.6637,5.8348,0,1.4099,5.8348,0,1.4099,5.8348,0,1.4099,5.8348,0 +PL 3.0837,3.7374,0,5.2237,3.7374,0,5.2237,5.8348,0,3.0837,5.8348,0,3.0837,5.8348,0,3.0837,5.8348,0 +PL 3.9421,0,0,5.2237,0,0,5.1396,1.0679,0,5.0734,2.1357,0,5.0065,3.2034,0,2.4431,1.7007,0,1.2908,1.147,0,0.5588,1.0679,0 +PL 5.651,3.7374,0,7.7559,3.7374,0,7.7559,3.7374,0,7.7559,3.7374,0 +PL 5.651,5.8348,0,7.3287,5.8348,0,7.3287,5.8348,0,7.3287,5.8348,0 +PL 5.651,7.9704,0,5.5007,8.3406,0,5.3536,8.6936,0,5.2237,9.0383,0 +PL 6.0471,7.9704,0,7.7559,7.9704,0,7.7559,7.9704,0,7.7559,7.9704,0 + +[82d7] 苗 +PLC 0.8882,5.8348,0,5.9846,5.8348,0,5.9846,0,0,0.8882,0,0 +PL 3.452,0.534,0,3.2979,2.606,0,2.6709,3.1779,0,1.3155,3.1653,0 +PL 3.8796,3.1653,0,3.5781,3.6003,0,3.466,4.154,0,3.452,5.3008,0 +L 4.3066,3.1653,5.5569,3.1653 +PL 2.1736,7.1695,0,1.8062,7.7062,0,1.2598,7.904,0,0.0616,7.9322,0 +PL 4.6992,7.1695,0,4.4817,7.5537,0,3.9353,7.7514,0,2.5974,7.9322,0,2.4436,8.3023,0,2.3032,8.6554,0,2.1736,9,0 +PL 5.1296,7.9322,0,4.979,8.3023,0,4.8323,8.6554,0,4.6992,9,0 +L 5.5569,7.9322,6.8388,7.9322 + +[82e5] 若 +PL 2.7203,0.0152,0,2.7063,1.8866,0,2.5938,2.7073,0,2.2926,3.1804,0,1.7182,2.6733,0,1.1403,2.1494,0,0.5838,1.617,0 +PL 3.1157,0.0152,0,6.5344,0.0152,0,6.5344,3.1804,0,4.1139,3.2002,0,3.1301,3.3386,0,2.7203,3.7143,0,2.9966,4.1706,0,3.2702,4.6184,0,3.5465,5.0491,0,2.5451,5.1522,0,1.5606,5.2383,0,0.5838,5.3161,0 +PL 3.9703,5.3161,0,3.9703,6.9178,0,3.9703,6.9178,0,3.9703,6.9178,0 +PL 4.4014,5.3161,0,7.7848,5.3161,0,7.7848,5.3161,0,7.7848,5.3161,0 +PL 2.7203,7.1847,0,2.356,7.7215,0,1.8058,7.9192,0,0.5838,7.9474,0 +PL 5.6798,7.1847,0,5.5289,7.4503,0,5.3853,7.7073,0,5.2525,7.9474,0,3.1157,7.9474,0,2.9756,8.3176,0,2.8429,8.6705,0,2.7203,9.0152,0 +PL 6.1103,7.9474,0,5.9562,8.3176,0,5.8126,8.6705,0,5.6798,9.0152,0 +PL 6.5344,7.9474,0,7.7848,7.9474,0,7.7848,7.9474,0,7.7848,7.9474,0 + +[82e6] 苦 +L 0.0351,7.9322,7.2361,7.9322 +L 4.7038,9.0001,4.7038,7.1695 +L 2.5989,9.0001,2.5989,7.1695 +L 6.8057,5.3007,0.0351,5.3007 +L 3.4184,6.8644,3.4184,3.1651 +PLC 1.3135,0,0,5.5549,0,0,5.5549,3.1651,0,1.3135,3.1651,0 + +[82f1] 英 +PL 0.8301,0,0,1.9547,0.4535,0,2.8335,1.1356,0,4.2208,2.6313,0,3.8072,3.0071,0,2.9319,3.1455,0,0.8301,3.1652,0 +PL 6.7807,0,0,6.0592,0.7132,0,5.3482,1.4096,0,4.6446,2.0973,0 +PL 4.6446,3.1652,0,3.9052,4.7726,0,3.7056,5.6003,0,2.1158,5.8347,0,2.1158,3.6991,0 +PL 5.0719,3.1652,0,6.3538,3.1652,0,6.3538,5.8347,0,4.6446,5.8347,0,4.4936,6.178,0,4.3536,6.5212,0,4.2208,6.8644,0 +L 6.7807,3.1652,7.6353,3.1652 +PL 2.9669,7.1314,0,2.816,7.3983,0,2.6724,7.6653,0,2.5396,7.9322,0,0.8301,7.9322,0 +PL 5.5027,7.1314,0,5.1384,7.6949,0,4.5921,7.9026,0,3.3977,7.9322,0,3.2468,8.3023,0,3.0997,8.6554,0,2.9669,9,0 +PL 5.9297,7.9322,0,5.772,8.3023,0,5.6284,8.6554,0,5.5027,9,0 +L 6.3538,7.9322,7.6353,7.9322 + +[8302] 茂 +PL 0.0639,0,0,0.7851,1.7811,0,0.9497,3.3927,0,0.9217,5.3009,0,3.447,5.3009,0,3.5801,5.6441,0,3.7275,5.9873,0,3.8781,6.3306,0 +PL 1.7731,0,0,2.8589,0.4237,0,3.6291,0.8983,0,4.7359,1.8305,0,4.1338,3.1851,0,3.9096,3.9463,0,3.8781,4.7669,0,4.2595,5.1525,0,4.925,5.3602,0,6.4419,5.5678,0,6.1438,6.0142,0,5.864,6.4435,0,5.587,6.8644,0 +L 5.587,7.9323,7.2615,7.9323 +PL 5.1565,7.9323,0,5.0056,8.3023,0,4.8623,8.6555,0,4.7359,9,0 +PL 4.7359,7.1314,0,4.0918,7.7345,0,3.2648,8.219,0,2.6309,9,0 +PL 2.6309,7.1314,0,2.4736,7.3984,0,2.33,7.6652,0,2.2004,7.9323,0,0.0639,7.9323,0 +PL 6.8657,0,0,6.2878,0.6102,0,5.7166,1.2204,0,5.1565,1.8305,0,5.587,2.4675,0,6.0146,3.0876,0,6.4419,3.6992,0 +L 7.2615,0,7.2615,1.5636 + +[830e] 茎 +PL 0.8645,0,0,4.2478,0,0,3.9606,1.8417,0,3.106,2.226,0,1.7156,2.1356,0 +PL 4.6748,0,0,7.6378,0,0,7.6378,0,0,7.6378,0,0 +PL 4.6748,2.1356,0,4.5245,2.5057,0,4.3809,2.8588,0,4.2478,3.2034,0 +PL 5.1056,2.1356,0,6.8151,2.1356,0,6.8151,2.1356,0,6.8151,2.1356,0 +PL 0.8645,3.2034,0,1.8381,3.6497,0,2.8258,4.0791,0,3.8205,4.5001,0,3.547,5.0338,0,3.2741,5.5678,0,3.0006,6.1017,0,2.4195,6.2047,0,1.8448,6.2909,0,1.2918,6.3686,0 +PL 6.8151,3.2034,0,5.9567,3.7359,0,5.1056,4.2599,0,4.2478,4.767,0 +PL 5.3196,5.3008,0,5.5294,5.5678,0,5.7434,5.8347,0,5.9567,6.1017,0,5.1056,6.2047,0,4.2478,6.2909,0,3.3967,6.3686,0 +PL 0.8645,7.9703,0,3.0006,7.9703,0,3.0006,9,0,3.0006,9,0,3.0006,9,0 +PL 3.3967,7.9703,0,5.5294,7.9703,0,5.5294,9,0,5.5294,9,0,5.5294,9,0 +PL 5.9567,7.9703,0,7.6378,7.9703,0,7.6378,7.9703,0,7.6378,7.9703,0 + +[8336] 茶 +L 0.0002,7.9322,6.8034,7.9322 +L 4.6683,9.0001,4.6683,7.1695 +L 2.1353,9.0001,2.1353,7.1695 +L 3.3864,6.3689,0.2131,3.6991 +L 3.4172,6.3689,6.5904,3.6991 +L 3.3864,4.767,3.3864,0 +L 1.2807,3.1652,5.5215,3.1652 +L 1.708,1.6018,0.6404,0.5341 +L 5.0647,1.6018,6.1323,0.5341 + +[8349] 草 +L 4.6685,9.0001,4.6685,7.1695 +L 2.1663,9.0001,2.1663,7.1695 +L 0.0004,7.9322,6.8036,7.9322 +PLC 1.2823,6.3689,0,1.2823,3.1652,0,5.5231,3.1652,0,5.5231,6.3689,0 +L 6.8036,1.6018,0.0004,1.6018 +L 3.3866,0,3.3866,3.1652 +L 1.2823,4.767,5.5231,4.767 + +[8352] 荒 +PL 0.2487,0.0381,0,0.7356,0.5706,0,1.2329,1.0946,0,1.7408,1.6017,0,1.7408,3.2033,0,1.7408,3.2033,0,1.7408,3.2033,0 +PL 5.5549,0.0381,0,5.2537,0.5112,0,5.1417,1.3319,0,5.1245,3.2033,0 +PL 5.9822,0.0381,0,6.8057,0.0381,0,6.8057,1.6017,0,6.8057,1.6017,0,6.8057,1.6017,0 +PL 3.4184,0.572,0,3.4184,3.2033,0,3.4184,3.2033,0,3.4184,3.2033,0 +PL 1.7408,4.2711,0,1.4399,4.6865,0,1.3278,5.1015,0,1.3135,5.8729,0,0.4592,5.8729,0,0.4592,5.8729,0,0.4592,5.8729,0 +PL 2.14,4.2711,0,5.9822,4.2711,0,5.9822,4.2711,0,5.9822,4.2711,0 +PL 1.7408,5.8729,0,3.4184,5.8729,0,3.4184,6.9025,0,3.4184,6.9025,0,3.4184,6.9025,0 +PL 3.8496,5.8729,0,6.3815,5.8729,0,6.3815,5.8729,0,6.3815,5.8729,0 +PL 0.0351,7.9703,0,2.14,7.9703,0,2.14,9.0381,0,2.14,9.0381,0,2.14,9.0381,0 +PL 2.5673,7.9703,0,4.7038,7.9703,0,4.7038,9.0381,0,4.7038,9.0381,0,4.7038,9.0381,0 +PL 5.1245,7.9703,0,6.8057,7.9703,0,6.8057,7.9703,0,6.8057,7.9703,0 + +[8358] 荘 +PL 1.7107,0,0,1.6267,0.904,0,1.5605,1.791,0,1.501,2.6695,0,0.9861,2.1356,0,0.4919,1.6017,0,0.0019,1.0678,0 +PL 3.4199,0,0,5.0976,0,0,5.0871,2.8772,0,4.6108,4.0255,0,2.9926,4.2331,0 +PL 5.5249,0,0,6.8068,0,0,6.8068,0,0,6.8068,0,0 +PL 1.7107,3.1653,0,1.7107,6.3686,0,1.7107,6.3686,0,1.7107,6.3686,0 +PL 0.4324,4.5001,0,0.2782,4.7671,0,0.135,5.0339,0,0.0019,5.3009,0 +PL 5.5249,4.2331,0,5.2241,4.668,0,5.1155,5.2218,0,5.0976,6.3686,0 +PL 5.9557,4.2331,0,7.2341,4.2331,0,7.2341,4.2331,0,7.2341,4.2331,0 +PL 0.0019,7.9322,0,2.5653,7.9322,0,2.5653,9.0001,0,2.5653,9.0001,0,2.5653,9.0001,0 +PL 2.9926,7.9322,0,4.6668,7.9322,0,4.6668,9.0001,0,4.6668,9.0001,0,4.6668,9.0001,0 +PL 5.0976,7.9322,0,7.2341,7.9322,0,7.2341,7.9322,0,7.2341,7.9322,0 + +[8377] 荷 +PL 5.2537,7.9323,0,5.0996,8.3025,0,4.956,8.6555,0,4.8229,9.0002,0,4.8229,7.1697,0,4.1823,7.7459,0,3.3589,8.2205,0,2.7214,9.0002,0,2.7214,7.1697,0,2.5673,7.4351,0,2.4241,7.6921,0,2.291,7.9323,0,0.1577,7.9323,0,7.359,7.9323,0 +L 5.6775,7.9323,7.3867,7.9323 +PL 5.2537,0,0,6.5325,0,0,6.5325,5.8348,0,2.291,5.8348,0 +PLC 4.8229,4.2332,0,4.8229,2.1358,0,2.7214,2.1358,0,2.7214,4.2332,0 +PL 1.0123,4.5002,0,1.1418,5.1371,0,1.2854,5.7572,0,1.436,6.3687,0 +PL 1.0123,0,0,0.9282,1.2473,0,0.862,2.4775,0,0.7986,3.6993,0,0.585,3.5356,0,0.3682,3.3546,0,0.1577,3.1653,0 + +[83ca] 菊 +PL 5.7736,0.0001,0,7.3045,1.0721,0,7.5812,3.4407,0,7.4796,5.8348,0,5.5007,5.757,0,3.5183,5.671,0,1.5324,5.5679,0,1.2379,5.137,0,0.9542,4.6894,0,0.6813,4.2332,0 +PL 4.0647,0.5338,0,3.9806,1.2472,0,3.9138,1.9435,0,3.8507,2.6314,0,3.0665,2.1244,0,2.296,1.6003,0,1.5324,1.0678,0 +PL 5.7736,1.6017,0,4.4356,2.702,0,3.3957,3.0311,0,1.9597,3.1652,0 +PL 4.9225,3.1652,0,6.2009,3.1652,0,6.2009,3.1652,0,6.2009,3.1652,0 +PL 4.0647,3.6992,0,4.0647,4.7669,0,4.0647,4.7669,0,4.0647,4.7669,0 +PL 0.6813,7.9323,0,3.2413,7.9323,0,3.2413,9,0,3.2413,9,0,3.2413,9,0 +PL 3.6686,7.9323,0,5.3463,7.9323,0,5.3463,9,0,5.3463,9,0,5.3463,9,0 +PL 5.7736,7.9323,0,7.8785,7.9323,0,7.8785,7.9323,0,7.8785,7.9323,0 + +[83cc] 菌 +PL 0.7979,0,0,0.7979,6.3686,0,2.4753,6.3686,0,2.1635,7.8177,0,1.379,8.072,0,0.3703,7.9703,0 +PL 1.1934,0,0,6.7167,0,0,6.7167,6.3686,0,2.9029,6.3686,0,2.9029,6.3686,0,2.9029,6.3686,0 +PL 3.761,1.0678,0,3.677,1.791,0,3.6066,2.5057,0,3.5435,3.2033,0,2.9029,2.6695,0,2.262,2.1356,0,1.6207,1.6017,0 +PL 5.4352,1.6017,0,5.0079,2.2386,0,4.5911,2.8588,0,4.1848,3.4703,0,3.3302,3.5466,0,2.4753,3.6229,0,1.6207,3.6991,0 +PL 4.6118,3.6991,0,5.866,3.6991,0,5.866,3.6991,0,5.866,3.6991,0 +PL 3.761,4.5001,0,3.1793,4.603,0,2.6052,4.6893,0,2.0518,4.767,0 +PL 4.3981,4.767,0,4.7343,4.9562,0,5.0811,5.137,0,5.4352,5.3008,0 +PL 5.0079,7.1695,0,4.8639,7.4364,0,4.7343,7.7034,0,4.6118,7.9703,0,2.9029,7.9703,0,2.752,8.3136,0,2.6052,8.6568,0,2.4753,9,0 +PL 5.4352,7.9703,0,5.2842,8.3136,0,5.1375,8.6568,0,5.0079,9,0 +PL 5.866,7.9703,0,7.144,7.9703,0,7.144,7.9703,0,7.144,7.9703,0 + +[83d3] 菓 +PL 3.3938,0,0,3.3094,0.7134,0,3.2358,1.4096,0,3.1763,2.0975,0,2.1115,1.5904,0,1.0503,1.0664,0,0.0034,0.534,0 +PL 5.9187,0.534,0,3.8596,2.0268,0,2.1921,2.486,0,0.0034,2.6314,0 +PL 4.2449,2.6314,0,6.7768,2.6314,0,6.7768,2.6314,0,6.7768,2.6314,0 +PL 3.3938,3.4324,0,3.2358,3.6991,0,3.0922,3.9661,0,2.9626,4.2331,0,1.2534,4.2331,0,1.2534,6.3304,0,5.4988,6.3304,0,5.4988,4.2331,0,3.9402,4.51,0,2.8926,5.0241,0,1.6846,5.3009,0 +PL 4.2449,5.3009,0,5.0676,5.3009,0,5.0676,5.3009,0,5.0676,5.3009,0 +PL 0.0034,7.9322,0,2.5353,7.9322,0,2.5353,9.0001,0,2.5353,9.0001,0,2.5353,9.0001,0 +PL 2.9626,7.9322,0,4.2449,7.9322,0,4.2449,9.0001,0,4.2449,9.0001,0,4.2449,9.0001,0 +PL 4.6718,7.9322,0,6.7768,7.9322,0,6.7768,7.9322,0,6.7768,7.9322,0 + +[83dc] 菜 +PL 3.6046,0,0,3.5205,0.8772,0,3.4543,1.7543,0,3.3913,2.6314,0,2.323,1.9435,0,1.2653,1.2471,0,0.2177,0.5339,0 +PL 6.5641,0.5339,0,4.3506,2.3432,0,2.6554,2.9576,0,0.2177,3.1653,0 +PL 4.4592,3.1653,0,6.9918,3.1653,0,6.9918,3.1653,0,6.9918,3.1653,0 +PL 5.2857,4.767,0,5.5558,5.1371,0,5.8395,5.4902,0,6.1368,5.8347,0 +PL 3.6046,5.3008,0,3.4543,5.5678,0,3.3072,5.8347,0,3.1738,6.1017,0,2.323,6.1779,0,1.4786,6.2543,0,0.6485,6.3305,0 +PL 3.6046,6.3305,0,4.5015,6.3503,0,4.9355,6.4888,0,5.2857,6.8644,0,3.6925,7.9888,0,1.9899,8.0791,0,0.2177,7.9324,0 +PL 5.2857,7.9324,0,5.132,8.3023,0,4.9884,8.6553,0,4.8549,9,0 +PL 5.7095,7.9324,0,6.9918,7.9324,0,6.9918,7.9324,0,6.9918,7.9324,0 + +[83ef] 華 +PL 4.2798,0,0,3.6841,1.5847,0,2.3321,1.7711,0,0.865,1.6017,0 +PL 4.6788,1.6017,0,4.4024,2.1356,0,4.1289,2.6695,0,3.8522,3.2033,0,1.2887,3.2033,0,1.2887,3.2033,0,1.2887,3.2033,0 +PL 5.1026,1.6017,0,7.6632,1.6017,0,7.6632,1.6017,0,7.6632,1.6017,0 +PL 4.6788,3.2033,0,4.4024,3.7359,0,4.1289,4.2599,0,3.8522,4.7669,0,3.2361,4.7288,0,2.9034,4.4618,0,2.5703,3.7373,0 +PL 5.1026,3.2033,0,5.9537,3.2033,0,5.5232,4.685,0,4.7173,5.0142,0,4.2798,6.3686,0,2.5703,6.3686,0,2.3672,5.1398,0,1.7791,4.7754,0,0.865,4.7669,0 +PL 6.3845,3.2033,0,7.2429,3.2033,0,7.2429,3.2033,0,7.2429,3.2033,0 +PL 6.3845,4.7669,0,6.0836,5.1822,0,5.9712,5.5975,0,5.9537,6.3686,0,4.6788,6.3686,0,4.6788,6.3686,0,4.6788,6.3686,0 +PL 6.8121,4.7669,0,7.6632,4.7669,0,7.6632,4.7669,0,7.6632,4.7669,0 +PL 1.2887,6.3686,0,2.1433,6.3686,0,2.1433,6.3686,0,2.1433,6.3686,0 +PL 6.3845,6.3686,0,7.2429,6.3686,0,7.2429,6.3686,0,7.2429,6.3686,0 +PL 0.865,7.9704,0,3.4284,7.9704,0,3.4284,9.0382,0,3.4284,9.0382,0,3.4284,9.0382,0 +PL 3.8522,7.9704,0,5.1026,7.9704,0,5.1026,9.0382,0,5.1026,9.0382,0,5.1026,9.0382,0 +PL 5.5334,7.9704,0,7.6632,7.9704,0,7.6632,7.9704,0,7.6632,7.9704,0 + +[843d] 落 +PL 0.4023,7.9703,0,2.9346,7.9703,0,2.9346,9.0382,0,2.9346,9.0382,0,2.9346,9.0382,0 +PL 3.3619,7.9703,0,5.0714,7.9703,0,5.0714,9.0382,0,5.0714,9.0382,0,5.0714,9.0382,0 +PL 5.4952,7.9703,0,7.6037,7.9703,0,7.6037,7.9703,0,7.6037,7.9703,0 +PL 4.6441,4.7669,0,4.3566,5.1623,0,4.3566,5.4395,0,4.6441,5.8348,0,5.194,5.7571,0,5.7471,5.671,0,6.318,5.5679,0,6.1677,5.3009,0,6.0241,5.0339,0,5.898,4.7669,0 +PL 7.1726,2.6695,0,6.532,3.202,0,5.9015,3.726,0,5.2847,4.2331,0,4.9205,4.0792,0,4.5597,3.9167,0,4.2165,3.7372,0 +PL 4.2165,0,0,6.318,0,0,6.318,2.6695,0,4.2165,2.6695,0,4.2165,2.6695,0,4.2165,2.6695,0 +PL 3.7857,0,0,3.7086,1.0678,0,3.6354,2.1356,0,3.5759,3.2035,0,3.2116,3.0397,0,2.8505,2.8588,0,2.5073,2.6695,0 +PL 0.4023,0,0,1.2569,2.1356,0,1.6807,3.2035,0 +PL 1.2569,4.2331,0,0.9596,4.6033,0,0.6794,4.9563,0,0.4023,5.3009,0 +PL 1.6807,5.8348,0,1.3869,6.2048,0,1.1032,6.558,0,0.8296,6.9027,0 +PL 2.7174,4.7669,0,3.2116,5.4903,0,3.7086,6.2048,0,4.2165,6.9027,0 + +[8449] 葉 +PL 4.0647,0,0,3.9806,0.7132,0,3.9138,1.4096,0,3.8507,2.0973,0,2.7828,1.5905,0,1.7247,1.0664,0,0.6813,0.5339,0 +PL 6.6285,0.5339,0,4.5691,2.0269,0,2.898,2.486,0,0.6813,2.6313,0 +PL 4.9225,2.6313,0,7.4796,2.6313,0,7.4796,2.6313,0,7.4796,2.6313,0 +PL 4.0647,3.4323,0,3.3639,3.5354,0,2.6602,3.6215,0,1.9597,3.6991,0,1.8757,5.1342,0,1.5114,5.7219,0,0.6813,5.8347,0 +PL 4.4917,3.6991,0,7.0558,3.6991,0,7.0558,3.6991,0,7.0558,3.6991,0 +PL 4.0647,5.0339,0,3.4378,5.6357,0,2.6042,6.1101,0,1.9597,6.8644,0 +PL 4.4917,4.7668,0,5.0524,4.8701,0,5.6233,4.9562,0,6.2009,5.0339,0,5.5494,5.6357,0,4.7158,6.1101,0,4.0647,6.8644,0 +PL 6.6285,5.8347,0,6.4744,6.178,0,6.3308,6.5212,0,6.2009,6.8644,0 +PL 0.6813,7.9322,0,2.814,7.9322,0,2.814,9,0,2.814,9,0,2.814,9,0 +PL 3.2413,7.9322,0,5.3463,7.9322,0,5.3463,9,0,5.3463,9,0,5.3463,9,0 +PL 5.7736,7.9322,0,7.4796,7.9322,0,7.4796,7.9322,0 + +[8457] 著 +PL 2.1989,0,0,2.1184,1.0664,0,2.0483,2.1243,0,1.9884,3.1654,0,1.3478,2.8207,0,0.717,2.4676,0,0.094,2.0975,0 +PL 2.6294,0,0,5.5855,0,0,5.5855,1.6018,0,2.6294,1.6018,0,2.6294,1.6018,0,2.6294,1.6018,0 +PL 5.5855,2.0975,0,5.5855,3.1654,0,2.6294,3.1654,0,2.6294,3.1654,0,2.6294,3.1654,0 +PL 3.0532,3.6992,0,2.9306,4.7219,0,1.2568,4.8632,0,0.094,4.7671,0 +PL 3.9043,4.7671,0,3.6101,5.1823,0,3.498,5.5976,0,3.4843,6.3687,0,0.9482,6.3687,0,0.9482,6.3687,0,0.9482,6.3687,0 +PL 4.5491,4.7671,0,4.7624,5.1372,0,4.976,5.4902,0,5.1932,5.8349,0,4.8569,6.2106,0,4.5242,6.349,0,3.9043,6.3687,0 +PL 5.1932,4.7671,0,6.8674,4.7671,0,6.8674,4.7671,0,6.8674,4.7671,0 +PL 0.094,7.9323,0,2.1989,7.9323,0,2.1989,9.0001,0,2.1989,9.0001,0,2.1989,9.0001,0 +PL 2.6294,7.9323,0,4.7624,7.9323,0,4.7624,9.0001,0,4.7624,9.0001,0,4.7624,9.0001,0 +PL 5.1932,7.9323,0,6.8674,7.9323,0,6.8674,7.9323,0,6.8674,7.9323,0 + +[846c] 葬 +PL 0.8897,0,0,1.5205,0.0396,0,1.9579,0.3163,0,2.5673,1.0678,0,2.1856,1.4436,0,1.531,1.5819,0,0.0351,1.6017,0 +PL 4.7038,0,0,4.147,1.5834,0,3.1211,1.7853,0,2.5673,3.1653,0 +PL 5.1245,1.6017,0,4.5392,3.041,0,4.3116,4.8531,0,4.2734,6.3686,0,1.3135,6.3686,0,1.3135,5.3009,0,1.7198,5.2232,0,2.14,5.137,0,2.5673,5.0339,0,1.7131,4.2599,0,0.8652,3.469,0,0.0351,2.6695,0 +PL 5.5549,1.6017,0,7.2361,1.6017,0,7.2361,1.6017,0,7.2361,1.6017,0 +PL 5.1245,3.6992,0,7.2361,3.6992,0,7.2361,4.7671,0,7.2361,4.7671,0,7.2361,4.7671,0 +PL 0.0351,4.2331,0,0.3118,4.6031,0,0.592,4.9563,0,0.8897,5.3009,0 +PL 4.7038,4.7671,0,5.2537,4.9563,0,5.8106,5.137,0,6.3815,5.3009,0 +PL 0.0351,6.3686,0,0.8897,6.3686,0,0.8897,6.3686,0,0.8897,6.3686,0 +PL 4.7038,6.3686,0,4.4692,7.6554,0,3.8601,7.9675,0,2.9946,7.9322,0,2.844,7.589,0,2.6969,7.2458,0,2.5673,6.9026,0 +PL 5.1245,6.3686,0,7.2361,6.3686,0,7.2361,6.3686,0,7.2361,6.3686,0 +PL 0.0351,7.9322,0,2.14,7.9322,0,2.27,8.3024,0,2.4167,8.6554,0,2.5673,9.0001,0 +PL 5.1245,7.9322,0,4.977,8.3024,0,4.8334,8.6554,0,4.7038,9.0001,0 +PL 5.5549,7.9322,0,7.2361,7.9322,0,7.2361,7.9322,0,7.2361,7.9322,0 + +[8494] 蒔 +PLC 0.4304,1.0679,0,0.4304,5.8348,0,2.1084,5.8348,0,2.1084,1.0679,0 +L 0.8615,3.6992,1.6846,3.6992 +PL 6.3498,2.6695,0,6.0451,3.0834,0,5.9362,3.4887,0,5.9187,4.233,0,2.9626,4.233,0 +PL 5.0676,0,0,5.9187,0,0,5.905,1.5226,0,5.793,2.2147,0,5.4988,2.6695,0,4.924,2.5918,0,4.3671,2.5057,0,3.8176,2.4026,0,4.0939,1.9718,0,4.3745,1.524,0,4.6718,1.0679,0 +L 6.3498,4.233,7.2041,4.233 +L 5.9187,5.8348,6.7768,5.8348 +PL 5.4988,5.8348,0,5.0676,6.5579,0,4.6477,7.2727,0,4.2449,7.9703,0,0.0034,7.9703,0 +PL 4.854,8.2373,0,4.7944,8.5029,0,4.7314,8.7599,0,4.6718,9,0 +L 5.4988,7.9703,7.2041,7.9703 +PL 5.0676,5.0339,0,4.7419,5.5975,0,4.3076,5.8051,0,3.3938,5.8348,0 + +[84b8] 蒸 +PL 0.4628,0,0,0.5963,0.3432,0,0.7399,0.6865,0,0.8901,1.0297,0 +PL 3.0231,0.2669,0,2.8725,0.5325,0,2.7293,0.7896,0,2.5997,1.0297,0 +PL 5.1355,0.2669,0,4.9775,0.5325,0,4.8343,0.7896,0,4.7047,1.0297,0 +PL 7.2646,0.2669,0,7.1144,0.5325,0,6.9704,0.7896,0,6.8408,1.0297,0 +PL 1.7447,2.0974,0,5.9866,2.0974,0,5.9866,2.0974,0,5.9866,2.0974,0 +PL 0.6804,2.6314,0,1.3139,3.2684,0,1.9552,3.8884,0,2.5997,4.5001,0,2.0214,4.6031,0,1.4509,4.6893,0,0.8901,4.767,0 +PL 6.8408,2.6314,0,6.1999,3.5084,0,5.5558,4.3856,0,4.918,5.2627,0,4.6203,5.1088,0,4.3404,4.9463,0,4.0637,4.767,0,4.0007,4.233,0,3.9411,3.6992,0,3.8816,3.1653,0,3.0231,3.1653,0,3.0231,3.1653,0,3.0231,3.1653,0 +PL 5.5558,6.0636,0,4.1334,6.1668,0,2.7223,6.2529,0,1.3139,6.3305,0 +PL 0.4628,7.9322,0,2.5997,7.9322,0,2.5997,9,0,2.5997,9,0,2.5997,9,0 +PL 3.0231,7.9322,0,5.1355,7.9322,0,5.1355,9,0,5.1355,9,0,5.1355,9,0 +PL 5.5558,7.9322,0,7.2646,7.9322,0,7.2646,7.9322,0,7.2646,7.9322,0 + +[84c4] 蓄 +PLC 1.2534,1.0678,0,1.2534,3.2035,0,5.4988,3.2035,0,5.4988,0,0,1.2534,0,0 +PL 3.3938,0.8009,0,3.0432,1.3645,0,2.5984,1.5721,0,1.6846,1.6018,0 +PL 3.8176,1.6018,0,3.6631,1.9719,0,3.523,2.325,0,3.3938,2.6696,0 +PL 4.2449,1.6018,0,5.0676,1.6018,0,5.0676,1.6018,0,5.0676,1.6018,0 +PL 6.3498,4.0043,0,6.1989,4.2698,0,6.0518,4.5268,0,5.9187,4.767,0,5.4319,4.3913,0,4.0102,4.2529,0,0.4304,4.2331,0 +PL 2.5353,5.034,0,1.8874,5.7953,0,1.341,6.1413,0,0.4304,6.3687,0 +PL 3.8176,4.767,0,4.0939,5.2232,0,4.3745,5.671,0,4.6718,6.1017,0,4.0939,6.0241,0,3.523,5.938,0,2.9626,5.8348,0 +PL 5.0676,6.3687,0,6.3498,6.3687,0,6.3498,6.3687,0,6.3498,6.3687,0 +PL 0.0034,7.9704,0,2.1084,7.9704,0,2.1084,9.0001,0,2.1084,9.0001,0,2.1084,9.0001,0 +PL 2.5353,7.9704,0,4.6718,7.9704,0,4.6718,9.0001,0,4.6718,9.0001,0,4.6718,9.0001,0 +PL 5.0676,7.9704,0,6.7768,7.9704,0,6.7768,7.9704,0,6.7768,7.9704,0 + +[8535] 蔵 +PL 0.864,0.2669,0,1.4625,2.3728,0,1.6867,4.2246,0,1.7151,6.3305,0,4.4186,6.3504,0,5.5187,6.4887,0,5.96,6.8645,0,4.4014,7.9717,0,2.7097,8.0707,0,0.864,7.9322,0 +PL 5.5289,0,0,5.1334,0.3488,0,4.3629,0.4774,0,2.5416,0.4957,0,2.5416,4.767,0,5.1016,4.767,0,5.1016,4.767,0,5.1016,4.767,0 +PL 7.6338,0,0,7.3435,0.5325,0,7.0563,1.0566,0,6.7827,1.5636,0,6.5064,1.219,0,6.2297,0.8658,0,5.96,0.4957,0 +PL 8.0611,0,0,8.0611,1.5636,0,8.0611,1.5636,0,8.0611,1.5636,0 +PL 3.82,1.0297,0,3.82,2.0974,0,2.9689,2.0974,0,2.9689,2.0974,0,2.9689,2.0974,0 +PL 4.2505,2.0974,0,5.1016,2.0974,0,5.1016,3.1653,0,2.9689,3.1653,0,2.9689,3.1653,0,2.9689,3.1653,0 +PL 6.3523,2.0974,0,6.0476,4.493,0,6.0301,5.8545,0,7.6338,6.5975,0,7.4836,6.9676,0,7.3435,7.3207,0,7.21,7.6653,0,6.7827,7.7684,0,6.3625,7.8546,0,5.96,7.9322,0,5.8059,8.3023,0,5.6623,8.6553,0,5.5289,9,0 +PL 6.7827,2.0974,0,7.382,3.2642,0,7.6027,3.9563,0,7.6338,4.767,0 + +[8584] 薄 +PL 0.6774,0.2669,0,1.0836,1.411,0,1.5001,2.5551,0,1.9274,3.6991,0 +PL 5.3423,0,0,6.1657,0,0,6.1513,1.1455,0,6.0396,1.6892,0,5.7419,2.0974,0,4.8873,2.0211,0,4.0397,1.9449,0,3.2061,1.8687,0,3.486,1.4378,0,3.7662,0.9901,0,4.0607,0.5339,0 +PL 6.5962,2.0974,0,6.442,2.3644,0,6.2984,2.6314,0,6.1657,2.8983,0,5.3146,3.0014,0,4.467,3.0875,0,3.6369,3.1652,0,3.6369,5.3008,0,4.5542,5.3206,0,4.9955,5.459,0,5.3423,5.8348,0,4.9605,6.2104,0,4.2989,6.3489,0,2.7823,6.3687,0 +PL 6.8102,3.1652,0,6.8697,3.5353,0,6.9394,3.8884,0,7.02,4.233,0,4.0607,4.233,0,4.0607,4.233,0,4.0607,4.233,0 +PL 1.5285,4.7669,0,1.2304,5.137,0,0.9502,5.4901,0,0.6774,5.8348,0 +PL 5.3423,4.7669,0,5.6715,5.1228,0,6.1062,5.1228,0,7.02,4.7669,0 +PL 1.9274,6.3687,0,1.651,6.7118,0,1.381,7.055,0,1.1047,7.3983,0 +PL 5.5244,6.6356,0,5.3146,7.1681,0,5.1115,7.6921,0,4.915,8.1992,0,3.3599,8.3022,0,1.8048,8.3884,0,0.2501,8.4661,0 +PL 6.1657,6.3687,0,6.442,6.4717,0,6.7257,6.558,0,7.02,6.6356,0,6.8697,6.9011,0,6.7257,7.1581,0,6.5962,7.3983,0 +PL 5.3423,8.4661,0,7.4473,8.4661,0,7.4473,8.4661,0,7.4473,8.4661,0 + +[85a6] 薦 +PL 0.4628,0.267,0,1.1598,2.3305,0,1.3318,4.1653,0,1.3139,6.3305,0,7.2646,6.3305,0,7.2646,6.3305,0,7.2646,6.3305,0 +PL 1.3139,0,0,1.4509,0.3701,0,1.591,0.7232,0,1.7447,1.0677,0 +PL 3.4543,0.267,0,3.2998,0.5339,0,3.1597,0.8009,0,3.0231,1.0677,0 +PL 4.7047,0.267,0,4.5537,0.5339,0,4.407,0.8009,0,4.277,1.0677,0 +PL 5.9866,0.267,0,5.8356,0.5339,0,5.6885,0.8009,0,5.5558,1.0677,0 +PL 7.0548,0,0,7.5031,0.4336,0,7.6709,0.9774,0,7.6919,2.0974,0,2.5997,2.0974,0,2.5997,4.2331,0,1.7447,4.2331,0,1.7447,4.2331,0,1.7447,4.2331,0 +PL 3.0231,3.1653,0,7.2646,3.1653,0,7.2646,3.1653,0,7.2646,3.1653,0 +PL 3.2368,4.2331,0,3.3702,4.4506,0,3.3173,4.7274,0,3.0231,5.3008,0,1.7447,5.3008,0,1.7447,5.3008,0,1.7447,5.3008,0 +PL 3.8816,4.2331,0,4.2844,4.3362,0,4.7047,4.4223,0,5.1355,4.5,0,4.6031,5.0834,0,3.9832,5.4294,0,3.4543,5.8348,0 +PL 5.5558,4.2331,0,6.8408,4.2331,0,6.8408,5.3008,0,5.92,5.3207,0,5.4787,5.459,0,5.1355,5.8348,0 +PL 0.4628,7.9322,0,2.5997,7.9322,0,2.5997,9,0,2.5997,9,0,2.5997,9,0 +PL 3.0231,7.9322,0,5.5558,7.9322,0,5.5558,9,0,5.5558,9,0,5.5558,9,0 +PL 5.9866,7.9322,0,7.6919,7.9322,0,7.6919,7.9322,0,7.6919,7.9322,0 + +[85aa] 薪 +PL 2.1404,0.0382,0,2.0598,0.7515,0,1.9894,1.4478,0,1.9264,2.1357,0,1.4185,1.6018,0,0.9215,1.0678,0,0.4347,0.534,0 +PL 3.818,0.0382,0,4.8159,1.9986,0,5.1031,3.6201,0,5.1031,5.8348,0,6.336,5.8546,0,6.9874,5.993,0,7.6284,6.3687,0 +PL 6.8126,0.0382,0,6.8126,4.2712,0,5.5234,4.2712,0,5.5234,4.2712,0,5.5234,4.2712,0 +PL 3.3943,1.0678,0,3.1137,1.524,0,2.8444,1.9718,0,2.5673,2.4027,0,1.9894,2.5057,0,1.4185,2.5918,0,0.8585,2.6695,0 +PL 2.1404,3.2034,0,2.1404,4.2712,0,0.4347,4.2712,0,0.4347,4.2712,0,0.4347,4.2712,0 +PL 2.5673,4.5382,0,2.6934,4.8814,0,2.8234,5.2247,0,2.9635,5.5678,0,1.2893,5.5678,0,1.4185,5.3278,0,1.5621,5.0707,0,1.7131,4.8052,0 +PL 2.9635,4.2712,0,3.818,4.2712,0,3.818,4.2712,0,3.818,4.2712,0 +PL 0.4347,7.9704,0,2.9635,7.9704,0,2.9635,9.0382,0,2.9635,9.0382,0,2.9635,9.0382,0 +PL 3.3943,7.9704,0,5.1031,7.9704,0,5.1031,9.0382,0,5.1031,9.0382,0,5.1031,9.0382,0 +PL 5.5234,7.9704,0,7.6284,7.9704,0,7.6284,7.9704,0,7.6284,7.9704,0 + +[85ab] 薫 +PL 0.6793,0,0,1.0923,0.5833,0,1.9644,0.9294,0,4.0627,1.3347,0,3.9118,1.6017,0,3.7682,1.8687,0,3.6389,2.1356,0,1.5021,2.1356,0,1.5021,2.1356,0,1.5021,2.1356,0 +PL 5.3166,0,0,5.043,0.3701,0,4.7628,0.7232,0,4.49,1.0678,0 +PL 7.4527,0,0,7.0885,0.5734,0,6.5319,0.8503,0,5.3166,1.0678,0 +PL 4.49,2.1356,0,3.6105,3.0396,0,2.9136,3.2401,0,1.9332,3.2033,0,1.9332,5.3008,0,0.6793,5.3008,0,0.6793,5.3008,0,0.6793,5.3008,0 +PL 4.917,2.1356,0,6.5981,2.1356,0,6.5981,2.1356,0,6.5981,2.1356,0 +PL 4.49,3.2033,0,3.8452,3.9279,0,3.2922,4.1948,0,2.3532,4.2329,0 +PL 4.917,3.2033,0,6.1712,3.2033,0,6.1712,4.2329,0,4.6091,4.5098,0,3.5685,5.024,0,2.3532,5.3008,0 +PL 6.1712,5.0338,0,4.7839,5.4393,0,3.4809,5.9633,0,1.5021,6.3686,0 +PL 6.5981,5.3008,0,7.4527,5.3008,0,7.4527,5.3008,0,7.4527,5.3008,0 +PL 4.49,6.3686,0,5.0851,6.3884,0,5.4108,6.5268,0,5.7439,6.9025,0,4.1499,8.0268,0,2.4512,8.1173,0,0.6793,7.9703,0 +PL 5.7439,7.9703,0,5.5929,8.3136,0,5.4458,8.6568,0,5.3166,9,0 +PL 6.1712,7.9703,0,7.4527,7.9703,0,7.4527,7.9703,0,7.4527,7.9703,0 + +[85ac] 薬 +PL 3.4184,0,0,3.4184,2.1358,0,3.2083,2.3251,0,2.9946,2.5057,0,2.781,2.6696,0,1.8462,1.5227,0,1.1313,0.9691,0,0.0351,0.5341,0 +L 4.7038,2.6696,6.8057,2.6696 +PL 6.3815,4.2332,0,6.1052,4.4223,0,5.832,4.6034,0,5.5549,4.7671,0 +PL 5.9822,0.5341,0,3.4184,3.1655,0,3.4184,4.2332,0,2.14,4.2332,0,2.14,6.3687,0,2.7568,6.5863,0,3.0896,6.8631,0,3.4184,7.4366,0 +PL 3.8496,4.2332,0,4.7038,4.2332,0,4.7038,5.3009,0,2.5673,5.3009,0 +PL 4.7038,6.1018,0,4.2734,6.2049,0,3.8496,6.2911,0,3.4184,6.3687,0 +L 0.0351,2.6696,2.14,2.6696 +PL 0.2487,4.2332,0,0.592,4.4223,0,0.9492,4.6034,0,1.3135,4.7671,0 +PL 5.5549,5.8348,0,5.832,6.2049,0,6.1052,6.5581,0,6.3815,6.9026,0 +L 1.3135,5.8348,0.4592,6.9026 +L 0.0351,7.9322,7.2361,7.9322 +L 4.7038,9.0001,4.7038,7.1695 +L 2.5989,9.0001,2.5989,7.1695 + +[85e9] 藩 +PL 0.5838,0,0,1.0142,1.0664,0,1.4415,2.1243,0,1.8688,3.1652,0 +PL 3.5465,0,0,3.5465,3.1652,0,2.7203,3.1652,0,2.7203,3.1652,0,2.7203,3.1652,0 +PL 3.9703,0,0,5.2525,0,0,5.1051,1.1948,0,4.6711,1.5762,0,3.9703,1.6017,0 +PL 5.6798,0,0,6.9614,0,0,6.9614,1.6017,0,6.0441,1.62,0,5.6028,1.7486,0,5.2525,2.0974,0,5.2525,3.1652,0,4.8249,3.2683,0,4.4014,3.3545,0,3.9703,3.4322,0,4.1037,3.8022,0,4.2473,4.1554,0,4.4014,4.5,0,3.9703,4.6032,0,3.5465,4.6893,0,3.1157,4.7669,0 +PL 6.9614,2.0974,0,6.9614,3.1652,0,5.6798,3.1652,0,5.6798,3.1652,0,5.6798,3.1652,0 +PL 6.5344,3.6991,0,6.1877,4.2725,0,5.746,4.5494,0,4.8249,4.7669,0 +PL 1.4415,4.233,0,1.1403,4.6032,0,0.8605,4.9562,0,0.5838,5.3008,0 +PL 6.5344,5.0338,0,6.8111,5.5678,0,7.084,6.1017,0,7.361,6.6356,0,6.636,6.6681,0,5.9947,6.4887,0,5.2525,6.3687,0,5.2525,5.3008,0,5.2525,5.3008,0,5.2525,5.3008,0 +PL 3.9703,5.3008,0,3.8232,5.5678,0,3.6764,5.8348,0,3.5465,6.1017,0,3.9703,6.2048,0,4.4014,6.291,0,4.8249,6.3687,0 +PL 1.8688,5.8348,0,1.5715,6.178,0,1.2913,6.5212,0,1.0142,6.8645,0 +PL 0.5838,7.9322,0,3.1157,7.9322,0,3.1157,8.9999,0,3.1157,8.9999,0,3.1157,8.9999,0 +PL 3.5465,7.9322,0,5.2525,7.9322,0,5.2525,8.9999,0,5.2525,8.9999,0,5.2525,8.9999,0 +PL 5.6798,7.9322,0,7.7848,7.9322,0,7.7848,7.9322,0,7.7848,7.9322,0 + +[85fb] 藻 +PL 0.0616,0.267,0,0.4714,1.411,0,0.892,2.5551,0,1.3155,3.6992,0 +PL 4.6992,0,0,4.6218,0.5339,0,4.5486,1.0678,0,4.4887,1.6017,0,3.4274,0.8503,0,2.8254,0.5735,0,2.1736,0.5339,0 +PL 6.4084,0.5339,0,5.9846,0.9902,0,5.5569,1.4379,0,5.1296,1.8686,0,5.8301,1.9719,0,6.5376,2.0579,0,7.2626,2.1356,0 +PL 2.1736,2.1356,0,4.3066,2.1356,0,4.3066,2.1356,0,4.3066,2.1356,0 +PLC 2.5974,3.5353,0,2.5974,4.2331,0,3.8796,4.2331,0,3.8796,3.1653,0,2.5974,3.1653,0 +PLC 5.5569,3.5353,0,5.5569,4.2331,0,6.8388,4.2331,0,6.8388,3.1653,0,5.5569,3.1653,0 +PLC 3.452,5.671,0,3.452,6.3686,0,5.9846,6.3686,0,5.9846,5.3009,0,3.452,5.3009,0 +PL 0.0616,7.9322,0,2.5974,7.9322,0,2.5974,9.0001,0,2.5974,9.0001,0,2.5974,9.0001,0 +PL 3.0247,7.9322,0,4.6992,7.9322,0,4.6992,9.0001,0,4.6992,9.0001,0,4.6992,9.0001,0 +PL 5.1296,7.9322,0,7.2626,7.9322,0,7.2626,7.9322,0,7.2626,7.9322,0 + +[8650] 虐 +PL 0.8019,0.267,0,1.4425,2.5466,0,1.6457,4.5721,0,1.6565,6.9026,0,3.1556,6.9209,0,3.8067,7.0495,0,4.1884,7.3983,0,4.1884,9,0,4.1884,9,0,4.1884,9,0 +PL 2.9069,0.0001,0,2.9069,3.1652,0,7.5718,3.1652,0,7.5718,3.1652,0,7.5718,3.1652,0 +PL 3.3342,0.0001,0,7.5718,0.0001,0,7.5718,0.0001,0,7.5718,0.0001,0 +PL 3.3342,1.6017,0,7.5718,1.6017,0,7.5718,1.6017,0,7.5718,1.6017,0 +PL 4.1884,5.0339,0,3.6214,5.137,0,3.0606,5.2232,0,2.5076,5.3009,0 +PL 4.6157,4.7669,0,5.4493,4.8701,0,6.2934,4.9562,0,7.148,5.0339,0,7.4251,5.5679,0,7.7052,6.1017,0,8.0026,6.6357,0,6.8717,6.7387,0,5.7439,6.8249,0,4.6157,6.9026,0,4.462,6.6357,0,4.3219,6.3686,0,4.1884,6.1017,0,4.8928,6.024,0,5.6003,5.9379,0,6.3214,5.8348,0 +PL 4.6157,7.9323,0,6.7176,7.9323,0,6.7176,7.9323,0,6.7176,7.9323,0 + +[865a] 虚 +PL 0.0019,0.2669,0,0.632,2.5975,0,0.8425,4.5975,0,0.8562,6.9025,0,2.4182,6.9125,0,3.2028,7.3884,0,3.4199,9,0 +PL 1.2835,0,0,3.4199,0,0,3.4199,2.6695,0,3.4199,2.6695,0,3.4199,2.6695,0 +PL 3.8157,0,0,4.6668,0,0,4.6668,2.6695,0,4.6668,2.6695,0,4.6668,2.6695,0 +PL 5.0976,0,0,7.2341,0,0,7.2341,0,0,7.2341,0,0 +PL 2.1416,1.3347,0,1.9878,1.6017,0,1.8442,1.8687,0,1.7107,2.1356,0 +PL 5.9557,1.0678,0,6.0818,1.4378,0,6.2254,1.791,0,6.376,2.1356,0 +PL 3.8157,3.6991,0,3.476,4.2726,0,2.9296,4.5494,0,1.7107,4.767,0 +PL 4.2465,3.6991,0,6.8068,3.6991,0,6.8068,4.767,0,6.8068,4.767,0,6.8068,4.767,0 +PL 3.4199,5.3008,0,3.4343,6.072,0,3.5359,6.4872,0,3.8157,6.9025,0,4.947,6.8249,0,6.0818,6.7387,0,7.2341,6.6356,0,7.0835,6.3686,0,6.9368,6.1017,0,6.8068,5.8347,0 +PL 3.8157,5.3008,0,5.9557,5.3008,0,5.9557,5.3008,0,5.9557,5.3008,0 +PL 3.8157,7.9703,0,6.376,7.9703,0,6.376,7.9703,0,6.376,7.9703,0 + +[865c] 虜 +PL 0.1271,0.2669,0,0.7751,2.7005,0,0.9541,4.9138,0,0.9467,7.3983,0,3.0867,7.3983,0,3.2131,7.6652,0,3.3638,7.9322,0,3.5105,8.1991,0,4.3444,8.3023,0,5.1917,8.3884,0,6.0428,8.4661,0 +PL 1.8052,0,0,2.5053,0.37,0,3.2131,0.7232,0,3.9417,1.0677,0,3.9417,2.0975,0,1.8052,2.0975,0 +PL 5.1882,0,0,6.393,0.1455,0,6.8347,0.757,0,6.8977,2.0975,0,6.0428,2.2006,0,5.1882,2.2867,0,4.3371,2.3644,0,4.1938,2.6314,0,4.0639,2.8983,0,3.9417,3.1653,0,2.2321,3.1653,0,2.2321,5.3009,0,2.6594,5.4039,0,3.0867,5.4901,0,3.5105,5.5678,0,3.1638,6.1314,0,2.7189,6.339,0,1.8052,6.3687,0 +PL 4.7644,3.1653,0,4.1343,3.9167,0,3.5911,4.1935,0,2.6594,4.233,0 +PL 5.1882,3.1653,0,6.4736,3.1653,0,6.4736,4.233,0,4.7644,4.233,0,4.488,4.6031,0,4.2148,4.9562,0,3.9417,5.3009,0 +PL 6.4736,5.0339,0,5.8957,5.137,0,5.3181,5.2232,0,4.7644,5.3009,0 +PL 3.9417,6.3687,0,3.9697,7.3644,0,5.5283,7.4958,0,6.8977,7.3983,0 +L 4.3371,6.3687,5.6193,6.3687 + +[865e] 虞 +PL 0.4628,0.2669,0,0.7644,1.0466,0,0.8761,2.7669,0,0.8901,6.9025,0,2.6417,6.8531,0,3.5944,7.2698,0,3.8816,9,0 +PL 1.7447,0,0,2.3051,0.1892,0,2.8725,0.3701,0,3.4543,0.5339,0 +PL 6.4135,0,0,6.1158,0.1892,0,5.8356,0.3701,0,5.5558,0.5339,0 +PL 1.7447,1.6017,0,6.4135,1.6017,0,6.4135,2.6695,0,2.172,2.6695,0,2.172,4.2329,0,2.172,4.2329,0,2.172,4.2329,0 +PL 3.4543,3.4703,0,4.2844,3.3926,0,5.1355,3.3064,0,5.9866,3.2033,0 +PL 3.8816,5.0338,0,3.7306,5.3008,0,3.58,5.5678,0,3.4543,5.8347,0,1.7447,5.8347,0,1.7447,5.8347,0,1.7447,5.8347,0 +PL 4.277,4.767,0,6.8408,4.767,0,6.8408,4.767,0,6.8408,4.767,0 +PL 4.277,5.8347,0,4.0108,6.2303,0,4.0108,6.5071,0,4.277,6.9025,0,6.8408,6.9025,0,6.8408,6.9025,0,6.8408,6.9025,0 +PL 4.7047,5.8347,0,5.9866,5.8347,0,5.9866,5.8347,0,5.9866,5.8347,0 +PL 4.277,7.9703,0,5.9866,7.9703,0,5.9866,7.9703,0,5.9866,7.9703,0 + +[866b] 虫 +PL -0.0004,0,0,3.3858,0,0,3.3858,9.0001,0 +PLC 0.8528,3.6991,0,0.8528,6.9027,0,5.9174,6.9027,0,5.9174,3.6991,0 +L 3.3858,0,6.4567,0.8235 +L 6.772,0.267,6.3236,1.0562 + +[868a] 蚊 +PL 0.0019,0,0,1.2835,0,0,1.2835,1.8546,0,0.9962,2.8616,0,0.0019,3.1653,0,0.0019,6.8645,0,0.9861,7.1215,0,1.2768,7.8531,0,1.2835,9.0001,0 +PL 2.9926,0.267,0,2.5653,0.3701,0,2.1416,0.4563,0,1.7107,0.534,0 +PL 3.4199,0,0,3.9702,0.7994,0,4.5271,1.5904,0,5.0976,2.3644,0,4.4987,4.1525,0,4.2749,5.4576,0,4.2465,7.3984,0,3.4199,7.3984,0,3.4199,7.3984,0,3.4199,7.3984,0 +PL 6.8068,0,0,6.376,0.5325,0,5.9557,1.0565,0,5.5249,1.5636,0 +PL 5.5249,2.8983,0,6.1277,4.6666,0,6.3483,5.8334,0,6.376,7.3984,0,4.6668,7.3984,0,4.6668,7.3984,0,4.6668,7.3984,0 +PLC 1.2067,4.6157,0,1.4831,6.1512,0,2.5653,6.8645,0,2.5653,3.1653,0,1.7107,3.1653,0 +PL 5.0976,7.9322,0,5.0976,9.0001,0,5.0976,9.0001,0,5.0976,9.0001,0 + +[8695] 蚕 +PL 1.2903,0,0,4.2495,0,0,4.0397,1.757,0,3.3599,2.1835,0,2.113,2.1356,0,2.0328,2.7726,0,1.9659,3.3926,0,1.8997,4.0042,0,1.5456,4.0804,0,1.1988,4.1567,0,0.8595,4.233,0 +PL 4.6736,0,0,5.3146,0.3954,0,6.1408,0.6723,0,6.7852,1.0677,0,5.8645,2.0649,0,4.8624,2.5876,0,3.8225,3.7373,0,2.5406,3.7373,0,2.5406,3.7373,0,2.5406,3.7373,0 +PL 6.3548,2.6695,0,6.3548,3.7373,0,4.6736,3.7373,0,4.523,4.0804,0,4.3791,4.4238,0,4.2495,4.7669,0 +PL 6.7852,4.233,0,4.9083,6.2527,0,3.7451,6.4082,0,2.113,4.7669,0 +PL 1.2903,6.9026,0,3.3952,6.9026,0,3.3952,6.9026,0,3.3952,6.9026,0 +PL 5.1041,6.9026,0,7.2055,6.9026,0,7.2055,6.9026,0,7.2055,6.9026,0 +PL 4.2495,7.4364,0,4.2495,8.5042,0,0.8595,8.5042,0,0.8595,8.5042,0,0.8595,8.5042,0 +PL 4.6736,8.5042,0,7.6363,8.5042,0,7.6363,8.5042,0,7.6363,8.5042,0 + +[86c7] 蛇 +PL 0.4612,0,0,1.7151,0,0,1.6972,1.8716,0,1.5956,2.6921,0,1.3154,3.1653,0,0.4612,3.1653,0,0.4612,6.9026,0,0.7974,7.0058,0,1.1442,7.0918,0,1.4976,7.1696,0,1.5641,7.7797,0,1.631,8.3899,0,1.7151,9,0 +PL 5.13,0,0,4.8323,0.5721,0,4.7198,2.0848,0,4.7023,5.8348,0 +PL 5.5289,0,0,7.6622,0,0,7.6622,1.6018,0,7.6622,1.6018,0,7.6622,1.6018,0 +PL 2.142,0.5339,0,2.9966,0.5339,0,2.9966,1.6018,0,2.9966,1.6018,0,2.9966,1.6018,0 +PLC 1.61,4.6596,0,1.9004,6.1963,0,2.9966,6.9026,0,2.9966,3.1653,0,2.142,3.1653,0 +PL 5.3121,3.6992,0,5.9527,4.0693,0,6.594,4.4224,0,7.2349,4.767,0 +PL 3.8512,6.3687,0,3.8512,7.3983,0,5.5289,7.3983,0,5.5289,9,0,5.5289,9,0,5.5289,9,0 +PL 7.6622,6.3687,0,7.6622,7.3983,0,5.9527,7.3983,0,5.9527,7.3983,0,5.9527,7.3983,0 + +[86cd] 蛍 +PL 1.2903,0,0,4.2495,0,0,4.1658,2.3389,0,3.605,3.1271,0,2.113,3.2034,0,2.113,5.3008,0,3.8225,5.3008,0,3.9553,5.6709,0,4.0954,6.024,0,4.2495,6.3686,0 +PL 7.2055,0.267,0,7.0553,0.5339,0,6.9117,0.8008,0,6.7852,1.0678,0,6.421,0.692,0,5.8711,0.5537,0,4.6736,0.5339,0 +PLC 4.1658,4.6116,0,5.1535,5.1892,0,6.3548,5.3008,0,6.3548,3.2034,0,4.6736,3.2034,0 +PL 0.8595,5.8347,0,0.8595,7.4365,0,2.5406,7.5396,0,4.2253,7.6256,0,5.9275,7.7034,0,6.0567,8.1496,0,6.2042,8.5791,0,6.3548,9,0 +PL 7.6363,5.8347,0,7.6363,7.4365,0,6.3548,7.4365,0,6.3548,7.4365,0,6.3548,7.4365,0 + +[86ee] 蛮 +PL 0.7075,0,0,4.0944,0,0,3.797,1.8319,0,2.9351,2.1978,0,1.5656,2.0974,0,1.5656,3.6991,0,3.6706,3.6991,0,3.9441,4.233,0,4.2243,4.7669,0,4.5217,5.3008,0,5.3801,5.3008,0,5.3801,7.9322,0,3.2398,7.9322,0,3.2398,6.3687,0,2.8125,6.024,0,2.3995,5.6709,0,1.9894,5.3008,0 +PL 7.4851,0,0,7.0855,0.3756,0,6.3219,0.5141,0,4.5217,0.5339,0 +PL 6.6266,1.0677,0,5.8771,1.7203,0,4.8478,2.2458,0,4.0944,2.8983,0,4.2243,3.1652,0,4.3711,3.4322,0,4.5217,3.6991,0,6.6266,3.6991,0,6.6266,2.0974,0,6.6266,2.0974,0,6.6266,2.0974,0 +PL 0.925,5.8348,0,1.2682,6.178,0,1.6251,6.5212,0,1.9894,6.8645,0 +PL 7.4851,5.8348,0,7.0543,6.178,0,6.6266,6.5212,0,6.1958,6.8645,0 +PL 0.7075,7.9322,0,2.8125,7.9322,0,2.8125,7.9322,0,2.8125,7.9322,0 +PL 5.8039,7.9322,0,7.4851,7.9322,0,7.4851,7.9322,0,7.4851,7.9322,0 + +[8776] 蝶 +PL 5.1882,0,0,5.1076,0.904,0,5.0376,1.791,0,4.9745,2.6695,0,3.4128,1.3278,0,1.9729,0.8079,0,0.1271,0.5339,0 +PL 6.8977,1.0679,0,5.633,2.6469,0,4.6558,3.0735,0,3.0867,3.2034,0 +PL 1.3775,1.6017,0,1.3498,3.2331,0,1.0451,4.0254,0,0.1271,4.233,0,0.1271,6.9026,0,1.0872,7.1752,0,1.3709,7.9139,0,1.3775,9,0 +L 6.0428,3.2034,7.3247,3.2034 +PL 5.1882,3.6992,0,5.1882,4.767,0,3.9417,4.767,0,3.9417,9,0 +PLC 1.332,5.4506,0,1.6857,6.4732,0,2.6594,6.9026,0,2.6594,4.233,0,1.8052,4.233,0 +L 5.6193,4.767,7.3247,4.767 +PL 5.1882,5.8348,0,5.1567,6.606,0,4.936,7.0212,0,4.3371,7.4365,0 +PL 5.6193,5.8348,0,6.4736,5.8348,0,6.4736,6.9026,0,6.0428,7.2727,0,5.6193,7.6258,0,5.1882,7.9703,0,5.1882,9,0 +PL 6.8977,7.4365,0,6.5997,7.8504,0,6.4914,8.2557,0,6.4736,9,0 + +[878d] 融 +PLC 0.9522,6.1667,0,0.9522,6.8644,0,3.5128,6.8644,0,3.5128,5.7966,0,0.9522,5.7966,0 +PL 0.5249,0,0,0.5249,4.2331,0,3.9156,4.2331,0,3.9156,0,0,3.089,0,0,3.089,0,0,3.089,0,0 +PL 4.7667,0,0,6.0451,0,0,6.0451,1.8546,0,5.7614,2.8616,0,4.7667,3.1653,0,4.7667,6.8644,0,5.7505,7.1215,0,6.0416,7.8531,0,6.0451,9,0 +PL 7.7263,0.267,0,7.5368,0.6328,0,7.2111,0.702,0,6.4724,0.5339,0 +PL 2.2344,0.5339,0,2.2344,2.0974,0,1.6177,2.1173,0,1.2853,2.2557,0,0.9522,2.6314,0,1.2257,3.0015,0,1.5094,3.3545,0,1.8033,3.6992,0 +PLC 5.9712,4.6158,0,6.2482,6.1511,0,7.3302,6.8644,0,7.3302,3.1653,0,6.4724,3.1653,0 +PL 0.5249,8.4662,0,3.9156,8.4662,0,3.9156,8.4662,0,3.9156,8.4662,0 + +[8840] 血 +PL 0.649,0.5339,0,1.5001,0.5339,0,1.5001,6.8644,0,2.7504,6.8644,0,3.1812,7.5876,0,3.605,8.3022,0,4.0323,8.9999,0 +PL 1.9274,0.5339,0,3.1812,0.5339,0,3.094,5.0224,0,3.7626,6.6468,0,6.5646,6.8644,0,6.5646,0.5339,0,7.8469,0.5339,0,7.8469,0.5339,0,7.8469,0.5339,0 +PL 3.605,0.5339,0,4.8908,0.5339,0,4.8908,6.3306,0,4.8908,6.3306,0,4.8908,6.3306,0 +PL 5.3146,0.5339,0,6.1692,0.5339,0,6.1692,0.5339,0,6.1692,0.5339,0 + +[8846] 衆 +PL 3.6046,0,0,3.6046,3.6992,0,2.3892,3.719,0,1.8327,3.8574,0,1.4649,4.233,0,1.0446,3.8884,0,0.624,3.5353,0,0.2177,3.1653,0 +PL 0.4313,0.4957,0,1.0513,1.219,0,1.6852,1.9337,0,2.323,2.6314,0 +PL 6.5641,0.4957,0,5.7095,1.3997,0,4.8658,2.2867,0,4.0319,3.1653,0 +PL 5.4962,2.6314,0,5.8395,3.0015,0,6.1999,3.3546,0,6.5641,3.6992,0 +PL 3.6046,4.233,0,4.1544,4.4223,0,4.7148,4.6031,0,5.2857,4.767,0 +PL 0.2177,5.7968,0,1.0446,5.7968,0,1.0446,7.9322,0,2.5612,8.1498,0,3.2228,8.4266,0,3.6046,9,0 +PL 1.4649,5.7968,0,2.7535,5.7968,0,2.7535,7.3983,0,2.7535,7.3983,0,2.7535,7.3983,0 +PL 3.1738,5.7968,0,4.4592,5.7968,0,4.4592,7.9322,0,3.6046,7.9322,0,3.6046,7.9322,0,3.6046,7.9322,0 +PL 4.8549,5.7968,0,6.1368,5.7968,0,6.1368,7.9322,0,4.8549,7.9322,0,4.8549,7.9322,0,4.8549,7.9322,0 + +[884c] 行 +PL 4.2096,0,0,5.4915,0,0,5.4915,5.8347,0 +L 3.3859,8.5043,6.7727,8.5043 +L 1.2508,9,-0.0003,6.9025 +L 2.9593,5.8347,7.1993,5.8347 +L 1.2508,0,1.2508,5.5677 +A -4.4673,8.133,6.2669,315.462,348.677 + +[8853] 術 +PL 1.0446,0,0,0.9606,1.411,0,0.8902,2.822,0,0.8306,4.2329,0,0.6135,4.0691,0,0.4103,3.8884,0,0.2177,3.6991,0 +PL 3.6046,0,0,3.738,2.6709,0,3.5944,5.5537,0,2.323,6.9025,0 +PL 5.7095,0,0,6.5641,0,0,6.5641,5.8347,0,5.2857,5.8347,0,5.2857,5.8347,0,5.2857,5.8347,0 +PL 1.8957,1.8686,0,2.1969,2.5296,0,2.3052,3.4194,0,2.323,5.3008,0 +PL 4.8549,2.6696,0,4.7148,3.5465,0,4.5821,4.4237,0,4.4592,5.3008,0 +PL 1.0446,5.0338,0,1.1739,5.4902,0,1.3175,5.9378,0,1.4649,6.3686,0 +PL 4.0319,6.9025,0,3.7307,7.3361,0,3.6221,7.8799,0,3.6046,8.9999,0 +PL 0.2177,7.4364,0,0.624,7.9689,0,1.0446,8.4929,0,1.4649,8.9999,0 +PL 5.7095,8.5044,0,6.9918,8.5044,0,6.9918,8.5044,0,6.9918,8.5044,0 + +[8857] 街 +PL 6.1091,0,0,6.9634,0,0,6.9634,5.3009,0,6.1091,5.3009,0,6.1091,5.3009,0,6.1091,5.3009,0 +PL 2.2946,0.534,0,4.0042,0.534,0,3.9762,2.2261,0,3.6641,3.0115,0,2.7223,3.2034,0 +PL 4.4311,1.0679,0,5.2822,1.0679,0,5.2822,1.0679,0,5.2822,1.0679,0 +PL 4.4311,3.2034,0,4.2809,3.5735,0,4.1334,3.9266,0,4.0042,4.2714,0 +PL 2.2946,5.3009,0,4.0042,5.3009,0,3.9236,6.7359,0,3.5559,7.3236,0,2.7223,7.4365,0 +PL 4.4311,5.3009,0,5.2822,5.3009,0,5.2822,5.3009,0,5.2822,5.3009,0 +PL 4.4311,7.4365,0,4.1299,7.8518,0,4.0182,8.267,0,4.0042,9.0383,0 +PL 6.1091,7.9704,0,7.818,7.9704,0,7.818,7.9704,0,7.818,7.9704,0 +L 1.4719,8.9999,0.2212,6.9025 +L 1.4719,0,1.4719,5.5677 +A -4.2459,8.133,6.2669,315.462,348.677 + +[885b] 衛 +PL 0.5249,7.4364,0,0.8019,7.9689,0,1.0856,8.4929,0,1.3795,8.9999,0 +PL 6.0451,0,0,6.8997,0,0,6.8997,5.8347,0,6.0486,5.9731,0,4.6301,6.2302,0,1.8033,6.3686,0,1.653,6.024,0,1.5094,5.6709,0,1.3795,5.3008,0 +PL 4.3356,0,0,4.0242,1.4491,0,3.2393,1.7034,0,2.2344,1.6017,0 +PL 1.3795,0,0,1.2954,1.6003,0,1.2257,3.1921,0,1.1662,4.7668,0,0.9522,4.6032,0,0.735,4.4222,0,0.5249,4.2329,0 +PL 4.7667,3.2034,0,4.4196,3.75,0,3.9853,4.0169,0,3.089,4.2329,0,3.089,5.3008,0,5.1905,5.3008,0,5.0431,4.9562,0,4.8959,4.6032,0,4.7667,4.2329,0 +PL 4.7667,1.6017,0,4.469,2.1355,0,4.1853,2.6696,0,3.9156,3.2034,0,3.089,3.2034,0,3.089,2.1355,0,3.089,2.1355,0,3.089,2.1355,0 +PL 3.5128,7.1695,0,3.2183,7.4364,0,2.9381,7.7033,0,2.6617,7.9703,0 +PL 4.7667,6.9025,0,4.7667,7.9703,0,4.1499,8.0085,0,3.8242,8.2754,0,3.5128,8.9999,0 +PL 6.0451,8.5044,0,7.7263,8.5044,0,7.7263,8.5044,0,7.7263,8.5044,0 + +[885d] 衝 +PL 1.6885,0.0001,0,1.6041,1.6004,0,1.5376,3.1923,0,1.4749,4.7671,0,1.2574,4.6032,0,1.0476,4.4225,0,0.8301,4.2332,0 +PL 6.3538,0.0001,0,7.208,0.0001,0,7.208,5.8349,0,6.3538,5.8349,0,6.3538,5.8349,0,6.3538,5.8349,0 +PL 2.5396,0.534,0,4.2208,0.534,0,4.0772,1.7288,0,3.6569,2.1102,0,2.9669,2.1357,0 +PL 4.6446,1.0679,0,5.5027,1.0679,0,5.5027,1.0679,0,5.5027,1.0679,0 +PL 4.6446,2.1357,0,4.0138,2.8872,0,3.5799,3.1639,0,2.9669,3.2035,0,2.9669,5.3009,0,3.562,5.3307,0,3.8877,5.5382,0,4.2208,6.1018,0,4.0667,6.3687,0,3.9231,6.6357,0,3.7932,6.9027,0,3.2188,6.825,0,2.6622,6.7388,0,2.1158,6.6357,0,1.9617,6.2049,0,1.8181,5.7572,0,1.6885,5.3009,0 +PL 4.6446,3.2035,0,4.2208,3.5468,0,3.8005,3.8899,0,3.3977,4.2332,0 +PL 5.2852,3.2035,0,5.3482,3.5468,0,5.4186,3.8899,0,5.5027,4.2332,0,4.8824,4.253,0,4.55,4.3914,0,4.2208,4.7671,0,4.55,5.1229,0,4.8824,5.1229,0,5.5027,4.7671,0 +PL 4.6446,6.9027,0,4.2975,7.4761,0,3.8636,7.753,0,2.9669,7.9705,0 +PL 5.0719,6.9027,0,5.9297,6.9027,0,5.9297,6.9027,0,5.9297,6.9027,0 +PL 0.8301,7.4366,0,1.2574,7.9691,0,1.6885,8.4931,0,2.1158,9.0001,0 +PL 4.6446,7.9705,0,4.9209,8.1597,0,5.2046,8.3406,0,5.5027,8.5044,0 +PL 6.3538,8.5044,0,8.0346,8.5044,0,8.0346,8.5044,0,8.0346,8.5044,0 + +[8861] 衡 +PL 1.9568,0.0381,0,2.4436,0.5706,0,2.9406,1.0946,0,3.452,1.6017,0,3.1017,1.9774,0,2.6604,2.1157,0,1.7431,2.1356,0 +PL 5.5569,0.0381,0,6.4084,0.0381,0,6.4084,5.8729,0,5.5569,5.8729,0,5.5569,5.8729,0,5.5569,5.8729,0 +PL 4.4887,0.8389,0,4.2785,0.9152,0,4.0684,0.9915,0,3.8796,1.0678,0 +PL 3.8796,2.1356,0,3.2453,2.887,0,2.8005,3.1639,0,2.1736,3.2033,0,2.1736,6.3687,0,2.8005,6.418,0,3.2453,6.7641,0,3.8796,7.7034,0,2.9616,7.8714,0,2.5168,7.8022,0,2.1736,7.4364,0 +PL 4.3066,2.1356,0,5.1296,2.1356,0,5.1296,2.1356,0,5.1296,2.1356,0 +PL 3.8796,3.2033,0,3.452,3.7372,0,2.5974,4.805,0,2.5974,4.805,0 +PL 4.4887,3.2033,0,4.5486,3.7372,0,4.6218,4.2711,0,4.6992,4.805,0,4.1069,4.8347,0,3.7812,5.0423,0,3.452,5.6059,0,3.7812,6.1426,0,4.1069,6.3403,0,4.6992,6.3687,0,4.6992,5.339,0,4.6992,5.339,0,4.6992,5.339,0 +PL 5.5569,8.5041,0,6.8388,8.5041,0,6.8388,8.5041,0,6.8388,8.5041,0 +L 0.8882,9.0381,-0.3587,6.9406 +L 0.8882,0.0381,0.8882,5.6058 +A -4.8278,8.171,6.2669,315.462,348.677 + +[8863] 衣 +PL 7.2061,0,0,5.6895,2.4705,0,4.6388,4.7882,0,4.2469,7.4365,0,3.3923,7.4365,0,3.0942,6.558,0,2.8105,5.671,0,2.5412,4.7671,0 +PL 0.8281,0,0,1.3185,0.1893,0,1.8161,0.3702,0,2.324,0.534,0,2.324,4.2714,0,1.6827,3.7374,0,1.0523,3.2034,0,0.4288,2.6696,0 +PL 2.965,0.534,0,3.6651,0.7233,0,4.3659,0.9041,0,5.0661,1.0679,0 +PL 5.4972,4.2714,0,5.9245,4.8037,0,6.355,5.3278,0,6.7756,5.8348,0 +PL 4.6461,7.4365,0,7.2061,7.4365,0,7.2061,7.4365,0,7.2061,7.4365,0 +PL 3.8196,7.9704,0,3.8196,9.0383,0,3.8196,9.0383,0,3.8196,9.0383,0 +PL 0.4288,7.4365,0,2.965,7.4365,0,2.965,7.4365,0,2.965,7.4365,0 + +[8868] 表 +PL 4.6441,4.7668,0,7.1726,4.7668,0,7.1726,4.7668,0,7.1726,4.7668,0 +PL 6.7491,0,0,5.5338,1.7428,0,4.8784,2.9095,0,4.2165,4.5,0,3.586,4.4505,0,3.1377,4.1044,0,2.5073,3.1651,0 +PL 1.2569,0,0,1.8527,0.0197,0,2.1784,0.1582,0,2.5073,0.5339,0,2.4236,1.2473,0,2.3532,1.9435,0,2.2936,2.6312,0,1.653,2.2867,0,1.0226,1.9336,0,0.4023,1.5635,0 +PL 0.4023,4.7668,0,2.9346,4.7668,0,2.9346,4.7668,0,2.9346,4.7668,0 +PL 3.7857,5.5678,0,3.6354,5.8332,0,3.4918,6.0903,0,3.3619,6.3306,0,1.2569,6.3306,0,1.2569,6.3306,0,1.2569,6.3306,0 +PL 4.2165,6.3306,0,3.9226,6.8644,0,3.6354,7.3983,0,3.3619,7.932,0,0.8296,7.932,0,0.8296,7.932,0,0.8296,7.932,0 +PL 4.6441,6.3306,0,6.318,6.3306,0,6.318,6.3306,0,6.318,6.3306,0 +PL 4.6441,7.932,0,6.7491,7.932,0,6.7491,7.932,0,6.7491,7.932,0 +PL 4.2165,7.932,0,4.0627,8.3022,0,3.9226,8.6554,0,3.7857,8.9999,0 +PL 3.1486,0.5339,0,3.4918,0.7133,0,3.8522,0.8757,0,4.2165,1.0297,0 +PL 5.898,2.6312,0,6.1677,3.0014,0,6.4514,3.3545,0,6.7491,3.6991,0 + +[8870] 衰 +PL 1.1333,0.0382,0,2.0548,0.0565,0,2.4996,0.1851,0,2.8428,0.534,0,2.7623,1.2572,0,2.6919,1.9718,0,2.6324,2.6695,0,1.9879,2.325,0,1.361,1.9718,0,0.7379,1.6018,0 +PL 7.084,0.0382,0,5.8865,1.4407,0,4.9405,2.7671,0,4.5552,4.2712,0,3.9356,4.0537,0,3.6025,3.7769,0,3.2701,3.2034,0 +PL 3.487,0.534,0,3.8302,0.7232,0,4.1878,0.9039,0,4.5552,1.0678,0 +PL 6.2329,2.1357,0,6.5064,2.5057,0,6.7936,2.8589,0,7.084,3.2034,0 +PL 1.9879,4.5382,0,1.6587,5.0749,0,1.3364,5.2727,0,0.7379,5.3009,0 +PL 2.4191,4.2712,0,3.2701,4.2712,0,3.2701,4.2712,0,3.2701,4.2712,0 +PL 4.9513,4.2712,0,5.3786,4.3743,0,5.8024,4.4604,0,6.2329,4.5382,0,6.0788,4.8037,0,5.9352,5.0608,0,5.8024,5.3009,0,2.4191,5.3009,0,2.2649,5.5678,0,2.1213,5.8348,0,1.9879,6.1018,0,3.9356,5.8942,0,5.7705,5.5085,0,7.5113,5.3009,0 +PL 0.7379,7.9704,0,4.1279,7.9704,0,4.1279,9.0382,0,4.1279,9.0382,0,4.1279,9.0382,0 +PL 4.5552,7.9704,0,7.5113,7.9704,0,7.5113,7.9704,0,7.5113,7.9704,0 + +[8877] 衷 +PL 0.9467,0,0,2.2321,0,0,2.1484,0.904,0,2.0815,1.791,0,2.0188,2.6696,0,1.3775,2.325,0,0.7471,1.9719,0,0.1271,1.6018,0 +PL 2.6594,0,0,2.989,0.3757,0,3.3217,0.5142,0,3.9417,0.534,0 +PL 6.4736,0,0,4.9395,1.7585,0,4.169,2.8561,0,3.5105,4.2331,0,3.2131,3.8899,0,2.9326,3.5467,0,2.6594,3.2035,0 +PL 5.1882,2.1356,0,5.6193,2.6696,0,6.0428,3.2035,0,6.4736,3.7373,0 +PL 0.9467,4.767,0,0.9467,6.3687,0,3.0867,6.3687,0,3.3669,6.962,0,3.3669,7.3771,0,3.0867,7.9704,0,0.1271,7.9704,0,0.1271,7.9704,0,0.1271,7.9704,0 +PL 1.3775,4.767,0,3.0867,4.767,0,3.3638,5.3009,0,3.6436,5.8348,0,3.9417,6.3687,0,6.0428,6.3687,0,6.0428,4.767,0,3.9417,4.767,0,3.9417,4.767,0,3.9417,4.767,0 +PL 3.9417,7.9704,0,3.7875,8.3136,0,3.6436,8.6569,0,3.5105,9.0001,0 +PL 4.3371,7.9704,0,6.8977,7.9704,0,6.8977,7.9704,0,6.8977,7.9704,0 + +[888b] 袋 +PL 1.2893,0,0,2.5673,0,0,2.4836,0.904,0,2.4171,1.791,0,2.3575,2.6695,0,1.7131,2.3249,0,1.0753,1.9719,0,0.4347,1.6017,0 +PL 2.9635,0,0,3.3137,0.3757,0,3.755,0.5141,0,4.6723,0.5339,0 +PL 6.8126,0,0,5.9542,0.904,0,5.1031,1.791,0,4.2453,2.6695,0,4.2453,3.6992,0,3.818,3.5353,0,3.3943,3.3546,0,2.9635,3.1653,0 +PL 0.4347,3.6992,0,2.5673,3.6992,0,2.5673,3.6992,0,2.5673,3.6992,0 +PL 4.6723,3.6992,0,7.2046,3.6992,0,7.2046,3.6992,0,7.2046,3.6992,0 +PL 3.818,4.2331,0,3.818,5.3009,0,3.818,5.3009,0,3.818,5.3009,0 +PL 1.2893,5.3009,0,1.2052,6.0241,0,1.1348,6.7387,0,1.0753,7.4364,0,0.8585,7.2727,0,0.648,7.0918,0,0.4347,6.9026,0 +PL 6.3815,5.3009,0,5.019,6.685,0,4.0313,7.1963,0,2.5673,7.4364,0 +PL 6.9948,5.3009,0,7.0543,5.671,0,7.1209,6.0241,0,7.2046,6.3686,0 +PL 1.2893,7.9322,0,1.4185,8.3024,0,1.5621,8.6554,0,1.7131,9.0001,0 +PL 4.2453,7.9322,0,4.2453,9.0001,0,4.2453,9.0001,0,4.2453,9.0001,0 +PL 5.1031,7.9322,0,5.5234,8.0354,0,5.9542,8.1215,0,6.3815,8.1992,0,6.2312,8.4662,0,6.0841,8.7331,0,5.9542,9.0001,0 + +[88ab] 被 +PL 2.9966,3.1653,0,1.7151,4.7668,0,1.7151,0,0,1.7007,2.6228,0,1.589,3.7203,0,1.2878,4.233,0,1.1403,4.0692,0,0.9967,3.8884,0,0.864,3.6991,0 +PL 3.3962,0.2669,0,4.1458,2.6836,0,4.2925,4.9054,0,4.2505,7.3983,0,5.2872,7.4661,0,5.8091,7.8898,0,5.96,8.9999,0 +PL 4.8918,0,0,5.3786,0.5339,0,5.8655,1.0677,0,6.3523,1.6017,0,5.7849,2.6681,0,5.2315,3.726,0,4.6778,4.7669,0 +PL 7.6338,0,0,7.3435,0.3701,0,7.0563,0.7231,0,6.7827,1.0677,0 +PL 6.7827,2.3644,0,7.0563,3.0875,0,7.3435,3.8022,0,7.6338,4.5,0,6.9337,4.6032,0,6.2297,4.6893,0,5.5289,4.7669,0 +PL 2.9689,3.1652,0,2.5416,3.6991,0,2.1213,4.233,0,1.7151,4.7669,0,2.1213,5.5664,0,2.5416,6.3573,0,2.9689,7.1314,0,2.2681,7.2345,0,1.5641,7.3206,0,0.864,7.3983,0 +PL 5.96,5.3008,0,5.9737,6.4209,0,6.0753,6.9647,0,6.3523,7.3983,0,6.7827,7.3206,0,7.21,7.2345,0,7.6338,7.1314,0,7.4836,6.8913,0,7.3435,6.6342,0,7.21,6.3687,0 +PL 1.7151,7.9322,0,1.7151,8.9999,0,1.7151,7.3983,0 +PL 0.4367,7.3983,0,2.9966,7.3983,-0.1113,0.4339,3.1654,0 + +[88c1] 裁 +PL 1.2878,0,0,2.1455,0,0,2.0618,0.9039,0,1.9952,1.791,0,1.9322,2.6695,0,1.5641,2.5056,0,1.2107,2.3248,0,0.864,2.1356,0 +PL 7.6338,0,0,7.21,0.5339,0,6.7827,1.0677,0,6.3523,1.6017,0,5.9982,1.257,0,5.6515,0.9039,0,5.3156,0.5339,0,4.9513,0.9039,0,4.5937,1.257,0,4.2505,1.6017,0,3.6729,1.257,0,3.1017,0.9039,0,2.5416,0.5339,0 +PL 8.0611,0,0,8.0611,1.6017,0,8.0611,1.6017,0,8.0611,1.6017,0 +PL 3.82,2.1356,0,3.3962,2.5056,0,2.9689,2.8588,0,2.5416,3.2033,0,2.7374,4.0635,0,1.9459,4.2627,0,1.2878,4.233,0 +PL 6.3523,2.1356,0,5.6515,4.3996,0,4.8287,6.6469,0,2.9689,5.8347,0,3.1017,4.7076,0,3.6095,4.2924,0,4.6778,4.233,0 +PL 6.7827,2.6695,0,7.0563,3.3827,0,7.3435,4.079,0,7.6338,4.7669,0 +PL 0.864,6.3686,0,2.0583,6.3983,0,2.6047,6.6059,0,2.9689,7.1695,0,2.6222,7.733,0,2.1844,7.9406,0,1.2878,7.9703,0 +PL 5.96,6.3686,0,5.655,6.822,0,5.5464,7.5042,0,5.5289,9,0 +PL 6.3523,6.3686,0,8.0611,6.3686,0,8.0611,6.3686,0,8.0611,6.3686,0 +PL 7.6338,7.4364,0,7.3435,7.8064,0,7.0563,8.1596,0,6.7827,8.5042,0 +PL 3.3962,7.9703,0,3.2418,8.3135,0,3.1017,8.6568,0,2.9689,9,0 +PL 3.82,7.9703,0,4.6778,7.9703,0,4.6778,7.9703,0,4.6778,7.9703,0 + +[88c2] 裂 +PL 2.2326,8.4661,0,4.3726,8.4661,0,4.3726,8.4661,0,4.3726,8.4661,0 +PL 1.4099,0,0,2.6637,0,0,2.6637,2.0975,0,1.9352,1.9689,0,1.2974,1.7302,0,0.5588,1.6017,0 +PL 3.0837,0,0,3.4343,0.3757,0,3.8791,0.5141,0,4.7932,0.5339,0 +PL 6.8982,0,0,6.0471,0.8771,0,5.2027,1.7543,0,4.3726,2.6314,0,4.3726,3.6991,0,3.7912,3.3545,0,3.2168,3.0014,0,2.6637,2.6314,0 +PL 0.5588,3.6991,0,3.0837,3.6991,0,3.0837,3.6991,0,3.0837,3.6991,0 +PL 4.7932,3.6991,0,7.3287,3.6991,0,7.3287,3.6991,0,7.3287,3.6991,0 +PL 0.5588,4.7669,0,1.1051,5.0339,0,1.6617,5.3009,0,2.2326,5.5678,0,1.9629,6.024,0,1.6827,6.4717,0,1.4099,6.9025,0,1.1118,6.7388,0,0.8281,6.5579,0,0.5588,6.3687,0 +PL 6.0471,4.7669,0,6.8982,4.7669,0,6.8982,9,0,6.8982,9,0,6.8982,9,0 +PL 2.6637,5.8347,0,2.9366,6.291,0,3.2168,6.7388,0,3.5148,7.1695,0,2.9439,7.2458,0,2.3867,7.3221,0,1.8372,7.3983,0,1.8372,8.4661,0,0.5588,8.4661,0,0.5588,8.4661,0,0.5588,8.4661,0 +PL 5.2237,5.8347,0,5.2237,8.4661,0,5.2237,8.4661,0,5.2237,8.4661,0 + +[88c5] 装 +PL 1.655,0,0,2.9401,0,0,2.9401,2.0974,0,2.194,1.9591,0,1.5569,1.702,0,0.8316,1.5636,0 +PL 3.5744,0,0,4.0679,0.1794,0,4.5655,0.3418,0,5.0734,0.4957,0 +PL 7.1784,0,0,6.3234,0.8771,0,5.4797,1.7543,0,4.6461,2.6314,0,4.6461,3.6992,0,4.0679,3.3546,0,3.4973,3.0015,0,2.9401,2.6314,0 +PL 0.8316,3.6992,0,3.3639,3.6992,0,3.3639,3.6992,0,3.3639,3.6992,0 +PL 5.0734,3.6992,0,7.6057,3.6992,0,7.6057,3.6992,0,7.6057,3.6992,0 +PL 2.5093,4.767,0,2.4256,5.2994,0,2.359,5.8234,0,2.296,6.3305,0,1.8088,5.986,0,1.3184,5.6329,0,0.8316,5.2627,0 +PL 3.7912,5.7968,0,5.4723,5.7968,0,5.4552,6.9436,0,5.3536,7.4972,0,5.0734,7.9322,0,3.3639,7.9322,0,3.3639,7.9322,0,3.3639,7.9322,0 +PL 5.8961,5.7968,0,7.1784,5.7968,0,7.1784,5.7968,0,7.1784,5.7968,0 +PL 2.5093,6.8645,0,2.5093,9,0,2.5093,9,0,2.5093,9,0 +PL 1.2589,7.6653,0,1.1086,7.9322,0,0.965,8.1992,0,0.8316,8.4661,0 +PL 5.8961,7.9322,0,5.7459,8.3023,0,5.6023,8.6553,0,5.4723,9,0 +PL 6.3234,7.9322,0,7.6057,7.9322,0,7.6057,7.9322,0,7.6057,7.9322,0 + +[88cf] 裏 +PL 1.2835,0,0,2.1416,0,0,2.1416,1.6017,0,1.3955,1.4633,0,0.7441,1.2063,0,0.0019,1.0678,0 +PL 6.376,0,0,4.8108,1.8841,0,3.6021,2.7685,0,2.1416,2.1356,0 +PL 2.5653,0.5339,0,3.8157,0.5339,0,3.8157,0.5339,0,3.8157,0.5339,0 +PL 5.5249,2.1356,0,5.658,2.4025,0,5.802,2.6695,0,5.9557,2.9365,0,5.3743,3.0127,0,4.8003,3.089,0,4.2465,3.1653,0 +PL 0.0019,3.1653,0,2.5653,3.1653,0,2.5653,3.1653,0,2.5653,3.1653,0 +PL 3.4199,3.6991,0,3.0557,4.0748,0,2.5027,4.2132,0,1.2835,4.2331,0 +PL 3.8157,4.2331,0,2.9436,5.137,0,2.2571,5.3376,0,1.2835,5.3008,0,1.2835,7.4365,0,5.5249,7.4365,0,5.5249,5.3008,0,3.9663,5.5778,0,2.9265,6.0919,0,1.7107,6.3687,0 +PL 4.2465,4.2331,0,5.5249,4.2331,0,5.5249,4.2331,0,5.5249,4.2331,0 +PL 4.2465,6.3687,0,5.0976,6.3687,0,5.0976,6.3687,0,5.0976,6.3687,0 +PL 0.0019,8.4661,0,6.8068,8.4661,0,6.8068,8.4661,0,6.8068,8.4661,0 + +[88d5] 裕 +PL 1.3139,0,0,1.2999,2.6229,0,1.1914,3.7204,0,0.8901,4.2331,0,0.7399,4.0693,0,0.5963,3.8885,0,0.4628,3.6992,0 +PLC 4.277,1.0664,0,4.277,3.1653,0,6.8408,3.1653,0,6.8408,0,0,4.277,0,0 +PL 2.5997,3.1653,0,2.172,3.6992,0,1.7447,4.2331,0,1.3139,4.7669,0,1.7447,5.5664,0,2.172,6.3575,0,2.5997,7.1314,0,1.8747,7.2345,0,1.1672,7.3206,0,0.4628,7.3984,0 +PL 3.4543,3.6992,0,4.0704,4.7656,0,4.7047,5.8235,0,5.3453,6.8644,0,6.1158,5.8235,0,6.9004,4.7656,0,7.6919,3.6992,0 +PL 3.4543,6.8644,0,3.7306,7.3984,0,4.0007,7.9323,0,4.277,8.4662,0 +PL 7.2646,6.8644,0,6.9704,7.3984,0,6.6867,7.9323,0,6.4135,8.4662,0 +PL 1.3139,7.9323,0,1.3139,9,0,1.3139,9,0,1.3139,9,0 + +[88dc] 補 +PL 1.4719,0,0,1.4544,2.6229,0,1.3458,3.7204,0,1.0446,4.2331,0,0.8901,4.0693,0,0.7465,3.8886,0,0.6173,3.6992,0 +PL 4.0042,0,0,4.0042,5.8349,0,4.918,5.8645,0,5.3526,6.0721,0,5.6783,6.6357,0,5.3386,7.1724,0,4.7922,7.3701,0,3.5734,7.3983,0 +PL 5.6783,0,0,5.6675,1.4958,0,5.5628,2.178,0,5.2822,2.6314,0,4.4311,2.6314,0,4.4311,2.6314,0,4.4311,2.6314,0 +PL 6.5361,0,0,7.3907,0,0,7.3907,2.6314,0,6.1091,2.6314,0,5.8321,3.1654,0,5.5628,3.6992,0,5.2822,4.2331,0,4.4311,4.2331,0,4.4311,4.2331,0,4.4311,4.2331,0 +PL 2.7223,3.1654,0,2.2946,3.6992,0,1.8782,4.2331,0,1.4719,4.7671,0,1.8782,5.5665,0,2.2946,6.3575,0,2.7223,7.1314,0,2.0183,7.2346,0,1.3174,7.3207,0,0.6173,7.3983,0 +PL 7.3907,3.1654,0,7.3907,4.2331,0,6.4734,4.2628,0,6.0286,4.4704,0,5.6783,5.034,0,6.0286,5.5976,0,6.4734,5.8051,0,7.3907,5.8349,0,7.3907,4.7671,0,7.3907,4.7671,0,7.3907,4.7671,0 +PL 6.1091,7.3983,0,5.8044,7.8136,0,5.6955,8.2289,0,5.6783,9.0001,0 +PL 6.5361,7.3983,0,7.818,7.3983,0,7.818,7.3983,0,7.818,7.3983,0 +PL 1.4719,7.9323,0,1.4719,9.0001,0,1.4719,9.0001,0,1.4719,9.0001,0 + +[88f8] 裸 +PL 1.6565,0,0,1.6422,2.6229,0,1.5304,3.7204,0,1.2257,4.2331,0,1.0783,4.0693,0,0.9312,3.8885,0,0.8019,3.6992,0 +PL 5.8976,0,0,5.8136,0.8771,0,5.7439,1.7543,0,5.6843,2.6314,0,5.0395,2.0974,0,4.4059,1.5636,0,3.7615,1.0296,0 +PL 7.5718,1.0296,0,6.3498,2.6088,0,5.3302,3.0353,0,3.7615,3.1653,0 +PL 2.9069,3.1653,0,2.4831,3.6992,0,2.0628,4.2331,0,1.6565,4.7669,0,2.0628,5.5664,0,2.4831,6.3575,0,2.9069,7.1314,0,2.2029,7.2345,0,1.5021,7.3206,0,0.8019,7.3984,0 +PL 6.7176,3.1653,0,8.0026,3.1653,0,8.0026,3.1653,0,8.0026,3.1653,0 +PL 5.8976,3.6992,0,5.6633,5.0297,0,5.0504,5.3433,0,4.1884,5.3009,0,4.1884,8.4662,0,7.5718,8.4662,0,7.5718,5.3009,0,6.3214,5.3009,0,6.0307,5.8334,0,5.7439,6.3575,0,5.4703,6.8644,0,4.6157,6.8644,0,4.6157,6.8644,0,4.6157,6.8644,0 +PL 6.3214,6.8644,0,6.1712,7.2345,0,6.0307,7.5876,0,5.8976,7.9323,0 +PL 1.6565,7.9323,0,1.6565,9,0,1.6565,9,0,1.6565,9,0 + +[88fd] 製 +PL 1.2893,0.0152,0,2.5673,0.0152,0,2.5673,2.1508,0,1.8248,2.0124,0,1.1769,1.7553,0,0.4347,1.617,0 +PL 2.9635,0.0152,0,3.2958,0.3908,0,3.6286,0.5293,0,4.2453,0.5492,0 +PL 6.8126,0.0152,0,5.9542,0.9955,0,5.1031,1.9587,0,4.2453,2.9135,0,3.818,2.8358,0,3.3943,2.7496,0,2.9635,2.6466,0 +PL 5.9542,2.1508,0,6.0841,2.4164,0,6.2312,2.6733,0,6.3815,2.9135,0,5.8039,3.0167,0,5.233,3.1027,0,4.6723,3.1804,0 +PL 0.4347,3.1804,0,2.5673,3.1804,0,2.5673,3.1804,0,2.5673,3.1804,0 +PL 3.818,3.7143,0,3.9473,4.4375,0,4.0944,5.1522,0,4.2453,5.85,0,3.1592,5.8245,0,2.6759,5.4432,0,2.5673,4.2483,0 +PL 5.9542,4.2483,0,6.8126,4.2483,0,6.8126,9.0152,0,6.8126,9.0152,0,6.8126,9.0152,0 +PL 0.8585,4.7821,0,0.8585,5.85,0,1.7761,5.8699,0,2.2209,6.0081,0,2.5673,6.3839,0,2.2209,6.7595,0,1.7761,6.8978,0,0.8585,6.9178,0,0.9912,7.6309,0,1.1348,8.3274,0,1.2893,9.0152,0 +PL 5.1031,5.85,0,5.1031,8.4813,0,5.1031,8.4813,0,5.1031,8.4813,0 +PL 2.9635,6.9178,0,2.5397,7.261,0,2.1194,7.6042,0,1.7131,7.9474,0 +PL 3.3943,6.9178,0,4.2453,6.9178,0,4.2453,6.9178,0,4.2453,6.9178,0 +PL 2.9635,7.9474,0,2.8234,8.3176,0,2.6934,8.6705,0,2.5673,9.0152,0 + +[8907] 複 +PL -0.3957,7.4135,0,2.1684,7.4135,-0.1113,-0.3915,3.1806,0 +L 0.8897,9.0149,0.8897,7.4135 +PL 2.1684,3.1805,0,0.8897,4.782,0,0.8897,0.0152,0 +PLC 6.3815,6.6508,0,3.4184,6.6508,0,3.4184,4.5152,0,6.3815,4.5152,0 +L 6.3815,5.5957,3.4184,5.5957 +L 6.8057,7.5152,2.9985,7.5152 +PL 2.3098,0.0151,0.3128,6.1157,3.7652,0,3.9753,3.7652,0 +L 2.3295,4.6219,1.5271,3.9813 +A -2.2415,9.0152,5.4498,326.6,0 +A 7.6074,4.635,4.6886,205.806,260.178 +A -0.2693,5.1729,4.4755,305.185,348.077 + +[8910] 褐 +PL 1.4719,0,0,1.4544,2.6229,0,1.3458,3.7205,0,1.0446,4.2331,0,0.8901,4.0694,0,0.7465,3.8885,0,0.6173,3.6991,0 +PL 5.6783,0,0,7.086,0.7076,0,7.4261,2.356,0,7.3907,4.2331,0,4.0042,4.2331,0,4.0042,2.6314,0,4.5537,2.8206,0,5.1144,3.0015,0,5.6783,3.1653,0 +PL 4.4311,1.0297,0,4.2809,1.3997,0,4.1334,1.7529,0,4.0042,2.0975,0 +PL 4.8584,1.0297,0,6.1091,1.0297,0,6.1091,2.0975,0,6.1091,2.0975,0,6.1091,2.0975,0 +PL 1.8638,4.2331,0,1.7237,4.4223,0,1.5945,4.6031,0,1.4719,4.7671,0,1.8782,5.5665,0,2.2946,6.3574,0,2.7223,7.1314,0,2.0183,7.2345,0,1.3174,7.3206,0,0.6173,7.3984,0 +PL 4.4311,4.7671,0,4.2809,6.0142,0,4.1334,7.2444,0,4.0042,8.4662,0,6.9634,8.4662,0,6.9634,5.7967,0,4.8584,5.7967,0,4.8584,5.7967,0,4.8584,5.7967,0 +PL 4.4311,7.3984,0,6.5361,7.3984,0,6.5361,7.3984,0,6.5361,7.3984,0 +PL 1.4719,7.9322,0,1.4719,9.0001,0,1.4719,9.0001,0,1.4719,9.0001,0 + +[8912] 褒 +PL 0.9802,0,0,2.2621,0,0,2.2621,2.1356,0,1.5161,1.9972,0,0.8682,1.7402,0,0.126,1.6018,0 +PL 2.6579,0,0,2.9906,0.3758,0,3.3237,0.5142,0,3.9363,0.534,0 +PL 6.5004,0,0,5.6455,0.9901,0,4.7944,1.9719,0,3.9363,2.9365,0,3.5164,2.8588,0,3.0852,2.7726,0,2.6579,2.6696,0 +PL 0.9802,3.2035,0,0.8962,3.9167,0,0.8296,4.613,0,0.7666,5.3009,0,0.5529,5.137,0,0.3393,4.9563,0,0.126,4.7669,0 +PL 2.8716,3.7373,0,3.5164,4.5382,0,3.2183,4.6145,0,2.9346,4.6907,0,2.6579,4.7669,0 +PL 4.7944,4.0043,0,4.497,4.2698,0,4.2165,4.5268,0,3.9363,4.7669,0 +PL 6.5004,3.7373,0,5.5793,4.8913,0,4.5181,5.5199,0,3.5164,5.8349,0,3.5164,6.9026,0,6.0766,6.9026,0,6.0766,5.8349,0,5.2217,5.8349,0 +PL 0.9802,5.8349,0,1.2534,6.2048,0,1.541,6.5579,0,1.8352,6.9026,0 +PL 0.126,7.9704,0,3.5164,7.9704,0,3.5164,9.0382,0 +L 3.9363,7.9704,6.8994,7.9704 + +[895f] 襟 +PL 1.2237,0,0,1.2097,2.6228,0,1.0973,3.7203,0,0.7999,4.2329,0,0.6455,4.0692,0,0.5022,3.8884,0,0.3726,3.6991,0 +PL 4.1833,0,0,5.0376,0,0,5.0376,2.6695,0,2.9326,2.6695,0,2.9326,2.6695,0,2.9326,2.6695,0 +PL 2.7189,0.5339,0,3.0552,0.904,0,3.3984,1.2571,0,3.7595,1.6017,0 +PL 7.1744,0.5339,0,6.8798,0.904,0,6.5961,1.2571,0,6.3233,1.6017,0 +PL 5.4649,2.6695,0,7.1744,2.6695,0,7.1744,2.6695,0,7.1744,2.6695,0 +PL 2.0783,3.6991,0,1.7838,4.1553,0,1.5036,4.603,0,1.2237,5.0338,0,1.5036,5.7571,0,1.7838,6.4717,0,2.0783,7.1695,0,1.5036,7.2726,0,0.9292,7.3587,0,0.3726,7.4364,0 +PL 3.7595,4.2329,0,6.3233,4.2329,0,6.3233,4.2329,0,6.3233,4.2329,0 +PL 3.7595,5.3008,0,3.7416,6.072,0,3.6436,6.4872,0,3.3599,6.9025,0,3.0622,6.5578,0,2.7823,6.2047,0,2.5088,5.8347,0 +PL 6.3233,5.3008,0,6.3058,6.072,0,6.1969,6.4872,0,5.8922,6.9025,0,5.5948,6.5578,0,5.3146,6.2047,0,5.0376,5.8347,0,4.3336,6.5578,0,3.6334,7.2726,0,2.9326,7.9703,0 +PL 7.5698,5.8347,0,6.8697,6.5578,0,6.1692,7.2726,0,5.4649,7.9703,0 +PL 1.2237,7.9703,0,1.2237,9,0,1.2237,9,0,1.2237,9,0 +PL 4.1833,7.9703,0,4.0362,8.3136,0,3.8853,8.6568,0,3.7595,9,0 +PL 6.7433,7.9703,0,6.5961,8.3136,0,6.4529,8.6568,0,6.3233,9,0 + +[8972] 襲 +PL 1.5656,0,0,2.1614,0.0198,0,2.4836,0.1582,0,2.8125,0.5339,0,2.7319,1.0678,0,2.6657,1.6017,0,2.5992,2.1356,0,2.1228,1.7599,0,1.6325,1.6215,0,0.7075,1.6017,0 +PL 7.0543,0,0,6.2032,0.9901,0,5.3556,1.9718,0,4.5217,2.9365,0,4.0944,2.8588,0,3.6706,2.7726,0,3.2398,2.6695,0 +PL 3.4573,0.5339,0,3.8005,0.7232,0,4.1578,0.904,0,4.5217,1.0678,0 +PL 6.1958,2.1356,0,6.3359,2.4025,0,6.476,2.6695,0,6.6266,2.9365,0,6.0557,3.0127,0,5.4992,3.089,0,4.9493,3.1653,0 +PL 0.7075,3.1653,0,2.8125,3.1653,0,2.8125,3.1653,0,2.8125,3.1653,0 +PL 1.5656,4.2331,0,1.5656,6.9026,0,1.2682,7.0919,0,0.9846,7.2727,0,0.7075,7.4365,0 +PL 3.2398,4.2331,0,3.2398,5.3008,0,1.9894,5.3008,0,1.9894,5.3008,0,1.9894,5.3008,0 +PL 5.3801,4.2331,0,5.0754,4.668,0,4.963,5.2217,0,4.9493,6.3687,0,7.0543,6.3687,0,7.0543,7.4365,0,4.9493,7.4365,0,4.9493,8.4661,0,7.0543,8.4661,0,7.0543,8.4661,0,7.0543,8.4661,0 +PL 5.8039,4.2331,0,6.3538,4.3362,0,6.9103,4.4223,0,7.4851,4.5001,0,7.1208,5.0636,0,6.5745,5.2711,0,5.3801,5.3008,0 +PL 3.2398,6.1018,0,2.8125,6.2048,0,2.3995,6.291,0,1.9894,6.3687,0 +PL 3.2398,6.9026,0,2.7109,7.3066,0,2.091,7.6427,0,1.5656,8.1992,0,2.774,8.1708,0,3.4328,7.9731,0,4.0944,7.4365,0 + +[897f] 西 +PLC 6.8035,5.8349,0,0.4276,5.8349,0,0.4276,0,0,6.8035,0,0 +L 0.0003,8.4662,7.1999,8.4662 +PL 2.5627,8.4662,0,2.5627,4.5432,0,1.2808,2.6314,0,0.4276,2.6314,0 +PL 4.2411,8.4662,0,4.2411,4.6217,0,4.6109,3.4619,0,6.8035,3.4619,0 + +[8981] 要 +PL 6.0146,0,0,5.4367,0.4563,0,4.8623,0.9041,0,4.3054,1.3349,0,4.5818,1.8688,0,4.8623,2.4026,0,5.1565,2.9366,0,4.3054,3.1259,0,3.461,3.3067,0,2.6309,3.4705,0,2.7605,3.8405,0,2.9006,4.1935,0,3.0547,4.5383,0,2.33,4.6145,0,1.6225,4.6908,0,0.9217,4.7671,0,0.9217,6.9026,0,1.9619,6.9704,0,2.4803,7.3942,0,2.6309,8.5044,0,0.0639,8.5044,0 +PL 5.587,3.2034,0,6.8657,3.2034,0,6.8657,3.2034,0,6.8657,3.2034,0 +PL 4.7359,4.7671,0,6.0146,4.7671,0,6.0146,6.9026,0,4.8623,7.0044,0,4.3996,7.462,0,4.3054,8.5044,0,3.0547,8.5044,0 +PL 3.447,4.7671,0,4.3054,4.7671,0,3.8673,6.753,0,3.0617,6.8489,0,2.6309,5.3009,0 +PL 0.4909,0,0,1.7097,0.014,0,2.7258,0.2656,0,3.8781,1.0679,0,3.517,1.4536,0,2.9706,1.6612,0,1.7731,1.8688,0,1.9062,2.2388,0,2.0495,2.592,0,2.2004,2.9366,0,1.4751,3.0397,0,0.7676,3.1259,0,0.0639,3.2034,0 +L 4.7359,8.5044,6.8657,8.5044 + +[8986] 覆 +PL 1.7131,0,0,1.629,0.9039,0,1.5621,1.791,0,1.4991,2.6695,0,1.2893,2.5056,0,1.0753,2.3249,0,0.8585,2.1356,0 +PL 3.3943,0,0,4.308,0.0297,0,4.7532,0.2373,0,5.1031,0.8008,0,4.8898,1.0678,0,4.6723,1.3348,0,4.4586,1.6017,0,4.0944,1.4379,0,3.7375,1.2571,0,3.3943,1.0678,0 +PL 6.3815,0,0,6.0841,0.1893,0,5.8039,0.3701,0,5.5234,0.534,0 +PL 6.8126,0,0,7.6284,0,0,7.6284,0,0,7.6284,0,0 +PL 6.3815,1.0678,0,6.5146,1.3348,0,6.655,1.6017,0,6.8126,1.8687,0,6.0841,1.9718,0,5.3766,2.058,0,4.6723,2.1356,0,4.4586,3.0127,0,4.2453,3.8899,0,4.0313,4.767,0,3.818,4.6032,0,3.6076,4.4224,0,3.3943,4.2331,0 +PL 1.7131,3.1653,0,1.8423,3.5353,0,1.9894,3.8884,0,2.1404,4.2331,0 +PL 5.1031,3.1653,0,6.8126,3.1653,0,6.8126,4.2331,0,4.6723,4.2331,0,4.6723,4.2331,0,4.6723,4.2331,0 +PL 0.8585,4.2331,0,1.4605,5.024,0,1.6812,5.5777,0,1.7131,6.3686,0,0.8585,6.3686,0,0.8585,7.4365,0,2.1999,7.6427,0,2.7428,7.8405,0,2.9635,8.1992,0,2.112,8.3023,0,1.2648,8.3884,0,0.4347,8.4661,0 +PL 6.8126,5.0339,0,5.9542,5.137,0,5.1031,5.2232,0,4.2453,5.3008,0,4.2453,6.3686,0,2.1404,6.3686,0,2.1404,6.3686,0,2.1404,6.3686,0 +PL 4.8898,6.3686,0,5.0225,6.5862,0,4.9669,6.863,0,4.6723,7.4365,0,3.755,7.4167,0,3.3137,7.2783,0,2.9635,6.9026,0 +PL 5.5234,6.3686,0,7.2046,6.3686,0,7.2046,7.4365,0,5.8491,7.6441,0,4.7672,8.0805,0,3.3943,8.4661,0 +PL 5.5234,8.4661,0,7.6284,8.4661,0,7.6284,8.4661,0,7.6284,8.4661,0 + +[8987] 覇 +PL 2.1084,1.0677,0,1.4776,1.7923,0,1.0433,2.0592,0,0.4304,2.0974,0,0.4304,3.1652,0,1.0261,3.1949,0,1.3515,3.4026,0,1.6846,3.9661,0,1.1133,4.4223,0,0.5529,4.87,0,0.0034,5.3008,0 +L 2.5353,1.0677,3.3938,1.0677 +PLC 1.7578,2.9166,0,2.2551,3.1596,0,2.9626,3.1652,0,2.9626,2.0974,0,2.1084,2.0974,0 +L 5.0676,2.0974,6.3498,2.0974 +PL 5.0676,3.6991,0,6.3498,3.6991,0,6.3498,3.6991,0,6.3498,3.6991,0 +PL 2.322,4.233,0,2.4583,4.4505,0,2.4026,4.7274,0,2.1084,5.3008,0,1.2534,5.3008,0,0.9767,6.0141,0,0.7035,6.7104,0,0.4304,7.3983,0,1.6282,7.428,0,2.1746,7.6357,0,2.5353,8.1992,0,1.6846,8.3022,0,0.8335,8.3884,0,0.0034,8.4661,0 +PL 2.9626,5.3008,0,2.3287,6.0523,0,1.8842,6.3291,0,1.2534,6.3687,0 +PL 2.9626,6.3687,0,2.7525,7.1821,0,3.7016,7.5127,0,4.6718,8.1992,0,4.0939,8.3022,0,3.523,8.3884,0,2.9626,8.4661,0 +PL 3.3938,6.3687,0,4.4582,6.7542,0,5.4249,7.1908,0,6.7768,7.3983,0,6.7768,6.3687,0,5.0676,6.3687,0,5.0676,6.3687,0,5.0676,6.3687,0 +PL 5.0676,8.4661,0,7.2041,8.4661,0,7.2041,8.4661,0,7.2041,8.4661,0 +PL 1.6846,0.2669,0,1.334,0.8305,0,0.8997,1.0381,0,0.0034,1.0677,0 +PL 3.8176,0,0,4.6371,1.637,0,4.7454,3.3333,0,4.6718,5.3008,0,6.7768,5.3008,0,6.7768,0,0,5.9187,0,0 + +[898b] 見 +PL 4.0268,3.6991,0,4.0268,0.9964,0,4.7679,0.0609,0,6.986,0,0,6.986,1.6018,0 +PLC 5.7044,3.6991,0,1.0367,3.6991,0,1.0367,8.4662,0,5.7044,8.4662,0 +L 1.0367,6.9027,5.7044,6.9027 +L 1.0367,5.3009,5.7044,5.3009 +PL -0.0004,0,0,2.3183,2.1956,0,2.3183,3.6991,0 + +[898f] 規 +PL 3.6389,0,0,4.6686,1.5424,0,5.0465,2.3728,0,5.1026,3.2034,0,4.2798,3.2034,0,4.2798,8.5044,0,7.2429,8.5044,0,7.2429,3.2034,0,6.3845,3.2034,0,6.3845,0,0,8.094,0,0,8.094,1.6017,0,8.094,1.6017,0,8.094,1.6017,0 +PL 0.865,0.5338,0,1.2887,1.6781,0,1.716,2.822,0,2.1433,3.9661,0,1.8106,4.5296,0,1.481,4.7372,0,0.865,4.7668,0 +PL 3.4284,1.8686,0,3.131,2.3248,0,2.8473,2.7726,0,2.5703,3.2034,0 +PL 2.5703,4.7668,0,2.0484,5.8799,0,1.8141,6.6285,0,0.865,6.9025,0 +PL 4.6788,5.3008,0,6.8121,5.3008,0,6.8121,5.3008,0,6.8121,5.3008,0 +PL 2.5703,6.9025,0,2.2691,7.3361,0,2.1574,7.8799,0,2.1433,8.9999,0 +PL 4.6788,6.9025,0,6.8121,6.9025,0,6.8121,6.9025,0,6.8121,6.9025,0 + +[8996] 視 +PL 0.8562,0,0,0.8425,2.6229,0,0.7304,3.7204,0,0.4324,4.233,0,0.2782,4.0692,0,0.135,3.8884,0,0.0019,3.6992,0 +PL 2.352,0,0,3.6826,1.8913,0,4.1765,2.8503,0,4.2465,3.6992,0,3.4199,3.6992,0,3.4199,8.4661,0,6.376,8.4661,0,6.376,3.6992,0,5.5249,3.6992,0,5.4482,1.5705,0,5.7456,0.3743,0,7.2341,0,0,7.2341,1.5636,0,7.2341,1.5636,0,7.2341,1.5636,0 +PL 2.1416,3.1653,0,1.7107,3.6992,0,1.2835,4.233,0,0.8562,4.767,0,1.2835,5.5664,0,1.7107,6.3574,0,2.1416,7.1314,0,1.4165,7.2345,0,0.7055,7.3207,0,0.0019,7.3983,0 +PL 3.8157,5.2627,0,5.9557,5.2627,0,5.9557,5.2627,0,5.9557,5.2627,0 +PL 3.8157,6.8645,0,5.9557,6.8645,0,5.9557,6.8645,0,5.9557,6.8645,0 +PL 0.8562,7.9322,0,0.8562,9,0,0.8562,9,0,0.8562,9,0 + +[899a] 覚 +PL 0.7075,0,0,1.7793,0.4153,0,2.4381,0.8306,0,3.2398,1.6018,0,3.2398,2.6696,0,2.3855,2.6696,0,2.3855,5.8348,0,6.1958,5.8348,0,6.1958,2.6696,0,4.9493,2.6696,0,5.1066,0.5537,0,5.9195,-0.0197,0,7.9054,0,0,7.9054,1.6018,0 +L 3.6706,2.6696,4.5217,2.6696 +L 2.8125,3.6991,5.8039,3.6991 +L 2.8125,4.767,5.8039,4.767 +PL 0.7075,5.8348,0,0.7075,7.4365,0,2.3995,7.5397,0,4.0982,7.6259,0,5.8039,7.7035,0,6.0803,8.1499,0,6.3538,8.5791,0,6.6266,9.0001,0 +PL 7.9054,5.8348,0,7.9054,7.4365,0,6.1958,7.4365,0 + +[89a7] 覧 +PL 0.0034,0,0,1.0573,0.4054,0,1.6037,0.7514,0,2.1084,1.3347,0,1.8142,1.4379,0,1.5305,1.524,0,1.2534,1.6017,0,1.2534,4.767,0,0.4304,4.767,0,0.4304,8.4661,0,3.3938,8.4661,0,3.3938,8.4661,0,3.3938,8.4661,0 +PL 5.0676,0,0,4.7874,0.4153,0,4.6858,0.8306,0,4.6718,1.6017,0,2.5353,1.6017,0,2.5353,1.6017,0,2.5353,1.6017,0 +PL 5.4988,0,0,7.2041,0,0,7.2041,1.0678,0,7.2041,1.0678,0,7.2041,1.0678,0 +PL 5.0676,1.6017,0,5.9187,1.6017,0,5.9187,2.6695,0,1.6846,2.6695,0,1.6846,2.6695,0,1.6846,2.6695,0 +PL 5.9187,3.4323,0,4.4971,3.5355,0,3.0891,3.6215,0,1.6846,3.6991,0 +PL 5.9187,4.5001,0,4.4971,4.6031,0,3.0891,4.6893,0,1.6846,4.767,0 +PL 2.1084,5.3008,0,2.1084,6.3687,0,0.8615,6.3687,0,0.8615,6.3687,0,0.8615,6.3687,0 +PL 2.5353,6.3687,0,3.3938,6.3687,0,3.3938,7.4365,0,0.8615,7.4365,0,0.8615,7.4365,0,0.8615,7.4365,0 +PL 4.6718,6.3687,0,6.7768,6.3687,0,6.7768,6.3687,0,6.7768,6.3687,0 +PL 3.8176,6.9026,0,4.5527,7.6668,0,4.8785,8.2106,0,5.0676,9,0 +PL 5.4988,7.9322,0,7.2041,7.9322,0,7.2041,7.9322,0,7.2041,7.9322,0 + +[89aa] 親 +L 3.5425,4.233,0.1592,4.233 +L 3.5425,5.8347,0.1592,5.8347 +L 1.8337,5.8347,1.8337,0 +L 0.583,7.7035,1.0103,6.3686 +L 2.2641,6.1017,2.6848,7.9704 +L 0.1592,1.0677,1.8337,3.9328 +L 3.1152,2.1354,1.8337,3.7374 +L 3.2627,8.0433,0.1592,8.0433 +L 1.8337,8.0433,1.8337,9.1423 +PL 6.0188,3.699,0,6.0188,0.9964,0,6.4219,0.0609,0,7.6264,0,0,7.6264,1.6018,0 +PLC 6.9294,3.699,0,4.3936,3.699,0,4.3936,8.4661,0,6.9294,8.4661,0 +L 4.3936,6.9026,6.9294,6.9026 +L 4.3936,5.3008,6.9294,5.3008 +PL 3.8227,0,0,5.0906,2.1955,0,5.0906,3.699,0 + +[89b3] 観 +PL 1.5324,0,0,1.5149,3.0241,0,1.4063,4.26,0,1.1016,4.7671,0,0.9542,4.6132,0,0.8106,4.4506,0,0.6813,4.2714,0 +PL 1.9597,0,0,2.814,0,0,2.7828,0.7713,0,2.5622,1.1865,0,1.9597,1.6017,0 +PL 3.2413,0,0,4.4917,0,0,5.2482,1.2657,0,5.651,2.3448,0,5.7736,3.7374,0,4.9225,3.7374,0,4.9225,8.5044,0,7.4796,8.5044,0,7.4796,3.7374,0,6.6285,3.7374,0,6.6285,0,0,7.8785,0,0,7.8785,1.0679,0 +PL 3.2413,1.6017,0,2.814,2.1357,0,2.3902,2.6696,0,1.9597,3.2034,0 +PL 3.2413,3.2034,0,2.6602,3.9168,0,2.0925,4.6132,0,1.5324,5.3009,0,1.6617,5.5678,0,1.8088,5.8348,0,1.9597,6.1018,0,1.5324,6.2049,0,1.1016,6.2911,0,0.6813,6.3688,0 +PL 3.2413,4.7671,0,2.9541,5.1724,0,2.9541,5.5185,0,3.2413,6.1018,0,2.9474,6.2049,0,2.6602,6.2911,0,2.3902,6.3688,0,2.3902,7.9704,0,1.4659,7.9506,0,1.0281,7.8123,0,0.6813,7.4365,0 +L 5.3463,5.3009,7.0558,5.3009 +L 5.3463,6.9026,7.0558,6.9026 +PL 2.814,7.9704,0,4.0647,7.9704,0,4.0647,7.9704,0,4.0647,7.9704,0 + +[89d2] 角 +PL 0.3726,0,0,1.4059,2.1344,0,1.6721,3.9802,0,1.6545,6.3687,0,2.6314,6.4717,0,3.6159,6.5581,0,4.6138,6.6359,0,4.7434,6.979,0,4.8873,7.3223,0,5.0376,7.6653,0,3.9133,7.7686,0,2.7823,7.8547,0,1.6545,7.9324,0,1.2237,7.4253,0,0.7999,6.9012,0,0.3726,6.3687,0 +PL 5.4649,0,0,6.7433,0,0,6.7433,2.6314,0,2.0783,2.6314,0,2.0783,2.6314,0,2.0783,2.6314,0 +PL 4.1833,3.1655,0,3.8677,4.6143,0,3.087,4.8689,0,2.0783,4.7671,0 +PL 6.7433,3.1655,0,6.7433,4.7671,0,4.6138,4.7671,0,4.4597,5.1371,0,4.3161,5.4902,0,4.1833,5.8349,0 +PL 6.7433,5.3011,0,6.7433,6.3687,0,5.0376,6.3687,0,5.0376,6.3687,0,5.0376,6.3687,0 + +[89e3] 解 +PL 0.7399,0.2669,0,1.1707,2.7937,0,1.0793,5.9137,0,1.5945,8.9999,0 +PL 2.876,0,0,3.7026,0,0,3.7026,2.6696,0,1.5945,2.6696,0 +PL 6.2594,0,0,6.1862,1.8956,0,5.7305,2.5791,0,4.5537,2.6696,0 +PL 6.6905,2.6696,0,6.3928,3.202,0,6.1123,3.7259,0,5.8356,4.2329,0,5.2195,4.2133,0,4.8868,4.0749,0,4.5537,3.6991,0 +L 7.1178,2.6696,7.9371,2.6696 +PL 2.4487,3.2034,0,2.4176,3.9477,0,2.193,4.3532,0,1.5945,4.7668,0 +PL 3.7026,3.2034,0,3.7026,4.7668,0,3.0725,4.8262,0,2.5293,5.2414,0,1.5945,6.3686,0 +PL 6.6905,4.2329,0,6.5361,4.6032,0,6.3928,4.9562,0,6.2594,5.3008,0 +PL 3.7026,5.3008,0,3.7026,6.3686,0,3.1037,6.3884,0,2.7818,6.5268,0,2.4487,6.9025,0,2.5783,7.1695,0,2.7258,7.4364,0,2.876,7.7033,0,2.5783,7.8064,0,2.2985,7.8926,0,2.0218,7.9703,0 +PL 4.981,6.3686,0,5.5838,7.1597,0,5.8009,7.7132,0,5.8356,8.5044,0,4.5537,8.5044,0 +PL 6.9038,6.3686,0,7.3311,6.8036,0,7.4888,7.3573,0,7.5133,8.5044,0,6.2594,8.5044,0 + +[89e6] 触 +PL 0.2165,0.3051,0,0.5034,2.236,0,0.5034,5.1244,0,0.2165,6.9026,0,0.819,7.6936,0,1.0396,8.2472,0,1.0708,9.0382,0 +PL 2.3527,0.0382,0,3.2111,0.0382,0,3.2111,3.2034,0,1.0708,3.2034,0,1.0708,3.2034,0,1.0708,3.2034,0 +PL 4.0339,0.0382,0,5.7434,0.0382,0,5.7434,1.8928,0,5.4562,2.8997,0,4.4577,3.2034,0,4.4577,6.9026,0,5.4387,7.1597,0,5.7326,7.8913,0,5.7434,9.0382,0 +PL 7.4176,0.3051,0,7.2736,0.5707,0,7.1475,0.8277,0,7.0215,1.0678,0,6.7276,0.9039,0,6.4436,0.7232,0,6.1672,0.534,0 +PLC 5.6629,4.6541,0,5.9395,6.1893,0,7.0215,6.9026,0,7.0215,3.2034,0,6.1672,3.2034,0 +PL 1.9219,4.0043,0,1.6315,4.2712,0,1.3478,4.5382,0,1.0708,4.8052,0 +PL 3.2111,3.7373,0,3.2111,4.8052,0,2.5597,4.8632,0,2.0059,5.2685,0,1.0708,6.3687,0 +PL 3.2111,5.3009,0,3.2111,6.3687,0,2.5909,6.3885,0,2.2585,6.5269,0,1.9219,6.9026,0,2.062,7.1695,0,2.2021,7.4365,0,2.3527,7.7034,0,2.062,7.8065,0,1.7751,7.8927,0,1.5016,7.9704,0 + +[8a00] 言 +L 1.8372,8.5044,6.4744,8.5044 +L 1.8372,5.301,6.4744,5.301 +L 1.8372,3.7375,6.4744,3.7375 +PLC 1.8372,2.1355,0,6.4744,2.1355,0,6.4744,0,0,1.8372,0,0 +L 0.5588,6.9025,7.7559,6.9025 + +[8a02] 訂 +PL 5.0134,0,0,6.2918,0,0,6.2918,7.9704,0,4.1868,7.9704,0,4.1868,7.9704,0,4.1868,7.9704,0 +PL 6.7222,7.9704,0,8.0006,7.9704,0,8.0006,7.9704,0,8.0006,7.9704,0 +L 0.768,6.9025,3.3038,6.9025 +L 1.1988,8.5043,2.8765,8.5043 +L 1.1988,5.301,2.8765,5.301 +L 1.1988,4.233,2.8765,4.233 +PLC 2.8765,2.6696,0,2.8765,0,0,1.1988,0,0,1.1988,2.6696,0 + +[8a08] 計 +L 0.5573,6.9025,3.0895,6.9025 +L 0.9811,8.5044,2.6584,8.5044 +L 0.9811,5.301,2.6584,5.301 +L 0.9811,4.2331,2.6584,4.2331 +PLC 2.6584,2.6695,0,2.6584,0,0,0.9811,0,0,0.9811,2.6695,0 +L 6.0768,9,6.0768,0 +L 4.3991,5.8347,7.7863,5.8347 + +[8a0e] 討 +PLC 0.6774,0.7134,0,0.6774,2.0975,0,2.7823,2.0975,0,2.7823,0,0,0.6774,0,0 +PL 5.3423,0,0,6.1657,0,0,5.924,5.2883,0,4.3581,6.839,0,0.2501,6.8645,0 +PL 4.915,3.1654,0,4.6208,3.5354,0,4.3371,3.8886,0,4.0607,4.2331,0 +PL 0.6774,3.6992,0,2.7823,3.6992,0,2.7823,3.6992,0,2.7823,3.6992,0 +PL 2.355,5.301,0,0.6774,5.3009,0,2.7823,5.3009,0,2.7823,5.3009,0,2.7823,5.3009,0 +PL 6.5962,6.3687,0,6.2949,6.7967,0,6.1832,7.4789,0,6.1657,9.0001,0 +PL 0.6774,8.4662,0,2.7823,8.4662,0,2.7823,8.4662,0,2.7823,8.4662,0 +L 0.2501,6.9025,2.7823,6.9025 +L 0.6774,8.5043,2.355,8.5043 +L 0.6774,4.233,2.355,4.233 +PLC 2.355,2.6695,0,2.355,0,0,0.6774,0,0,0.6774,2.6695,0 + +[8a13] 訓 +PL 3.8205,0,0,4.6681,2.7897,0,4.7697,5.6386,0,4.6748,8.5044,0 +PL 7.6378,0,0,7.6378,8.5044,0,7.6378,8.5044,0,7.6378,8.5044,0 +PL 5.9567,1.0679,0,5.9567,7.9704,0,5.9567,7.9704,0,5.9567,7.9704,0 +L 0.8645,6.9025,3.3967,6.9025 +L 1.2918,8.5043,2.9694,8.5043 +L 1.2918,5.301,2.9694,5.301 +L 1.2918,4.233,2.9694,4.233 +PLC 2.9694,2.6695,0,2.9694,0,0,1.2918,0,0,1.2918,2.6695,0 + +[8a17] 託 +PL 5.6798,0,0,5.3818,0.5127,0,5.2697,1.6102,0,5.2525,4.2331,0,3.5465,4.2331,0,3.5465,4.2331,0,3.5465,4.2331,0 +PL 6.1103,0,0,7.361,0,0,7.361,1.6017,0,7.361,1.6017,0,7.361,1.6017,0 +PL 5.2525,4.7671,0,5.2525,7.9322,0,3.9703,7.9322,0,3.9703,7.9322,0,3.9703,7.9322,0 +PL 5.6798,4.7671,0,7.361,4.7671,0,7.361,4.7671,0,7.361,4.7671,0 +PL 5.6798,7.9322,0,6.0157,8.3079,0,6.3415,8.4464,0,6.9614,8.4662,0 +L 0.5838,6.9025,3.1157,6.9025 +L 1.0142,8.5043,2.6954,8.5043 +L 1.0142,5.301,2.6954,5.301 +L 1.0142,4.233,2.6954,4.233 +PLC 2.6954,2.6696,0,2.6954,0,0,1.0142,0,0,1.0142,2.6696,0 + +[8a18] 記 +L 0.8019,6.9025,3.3342,6.9025 +L 1.2257,8.5043,2.9069,8.5043 +L 1.2257,5.301,2.9069,5.301 +L 1.2257,4.233,2.9069,4.233 +PLC 2.9069,2.6696,0,2.9069,0,0,1.2257,0,0,1.2257,2.6696,0 +PL 4.6157,8.4661,0,7.148,8.4661,0,7.148,4.7669,0,4.6157,4.7669,0,4.6157,2,0.1231,5.1148,0,0,7.5718,0,0,7.5718,1.5633,0 + +[8a1f] 訟 +PL 3.82,0.0001,0,4.6778,0.0001,0,4.8984,1.9338,0,5.3082,3.5961,0,5.5289,5.3009,0 +PL 5.1016,0.0001,0,5.8371,0.1386,0,6.4749,0.3956,0,7.21,0.534,0,7.4902,1.147,0,7.4902,1.7007,0,7.21,2.6696,0 +PL 3.82,4.5002,0,4.4224,6.2501,0,4.6466,7.2882,0,4.6778,8.5044,0 +PL 8.0611,4.2332,0,7.326,5.9012,0,6.9088,7.4591,0,6.7827,9.0001,0 +L 0.864,6.9026,3.3962,6.9026 +L 1.2878,8.5044,2.9689,8.5044 +L 1.2878,5.3011,2.9689,5.3011 +L 1.2878,4.2332,2.9689,4.2332 +PLC 2.9689,2.6697,0,2.9689,0.0001,0,1.2878,0.0001,0,1.2878,2.6697,0 + +[8a2a] 訪 +PL 3.8252,0.0152,0,4.96,2.3726,0,5.4156,4.4587,0,5.4997,6.9178,0,4.2493,6.9178,0,4.2493,6.9178,0,4.2493,6.9178,0 +PL 5.927,0.0152,0,7.384,0.8613,0,7.6989,2.7666,0,7.6358,4.7821,0,5.927,4.7821,0,5.927,4.7821,0,5.927,4.7821,0 +PL 5.927,6.9178,0,5.927,9.0152,0,5.927,9.0152,0,5.927,9.0152,0 +PL 6.3575,6.9178,0,8.0631,6.9178,0,8.0631,6.9178,0,8.0631,6.9178,0 +L 0.8341,6.9177,3.3629,6.9177 +L 1.2579,8.5195,2.9391,8.5195 +L 1.2579,5.3162,2.9391,5.3162 +L 1.2579,4.2482,2.9391,4.2482 +PLC 2.9391,2.6847,0,2.9391,0.0152,0,1.2579,0.0152,0,1.2579,2.6847,0 + +[8a2d] 設 +PL 3.3609,0,0,3.8477,0.4563,0,4.3454,0.904,0,4.8564,1.3348,0,4.254,2.6878,0,4.0334,3.4392,0,4.0022,4.2329,0,4.8323,4.1553,0,5.6799,4.0691,0,6.531,3.9661,0,6.1072,3.1921,0,5.6865,2.401,0,5.2802,1.6017,0,5.9846,1.0678,0,6.6847,0.5338,0,7.3887,0,0 +PL 3.1476,5.3008,0,3.7497,6.4872,0,3.9703,7.3177,0,4.0022,8.5044,0,5.711,8.5044,0,5.711,5.8347,0,6.9614,5.8347,0,6.9614,6.9025,0,6.9614,6.9025,0,6.9614,6.9025,0 +L 0.1915,6.9025,2.7164,6.9025 +L 0.6153,8.5043,2.2965,8.5043 +L 0.6153,5.301,2.2965,5.301 +L 0.6153,4.233,2.2965,4.233 +PLC 2.2965,2.6695,0,2.2965,0,0,0.6153,0,0,0.6153,2.6695,0 + +[8a31] 許 +PLC 0.5229,0.7132,0,0.5229,2.0975,0,2.2321,2.0975,0,2.2321,0,0,0.5229,0,0 +PL 5.1882,0,0,5.1812,2.8772,0,4.7013,4.0254,0,3.0867,4.2332,0 +PL 0.5229,3.6992,0,2.2321,3.6992,0,2.2321,3.6992,0,2.2321,3.6992,0 +PL 5.6193,4.2332,0,5.3143,4.7063,0,5.2022,5.5269,0,5.1882,7.3984,0,3.5105,7.3984,0,3.4968,6.6271,0,3.3848,6.2118,0,3.0867,5.7966,0 +PL 6.0428,4.2332,0,7.3247,4.2332,0,7.3247,4.2332,0,7.3247,4.2332,0 +PL 0.5229,5.2628,0,2.2321,5.2628,0,2.2321,5.2628,0,2.2321,5.2628,0 +PL 0.1271,6.8644,0,2.6594,6.8644,0,2.6594,6.8644,0,2.6594,6.8644,0 +PL 5.6193,7.3984,0,6.8977,7.3984,0,6.8977,7.3984,0,6.8977,7.3984,0 +PL 3.9417,7.9322,0,3.9417,9.0001,0,3.9417,9.0001,0,3.9417,9.0001,0 +PL 0.5229,8.4661,0,2.2321,8.4661,0,2.2321,8.4661,0,2.2321,8.4661,0 +L 0.096,6.9025,2.6279,6.9025 +L 0.5229,8.5043,2.2009,8.5043 +L 0.5229,5.301,2.2009,5.301 +L 0.5229,4.233,2.2009,4.233 +PLC 2.2009,2.6695,0,2.2009,0,0,0.5229,0,0,0.5229,2.6695,0 + +[8a33] 訳 +PL 3.7615,0,0,4.5772,2.5086,0,4.6931,5.7798,0,4.6157,8.4662,0,7.5718,8.4662,0,7.5718,5.3009,0,6.3214,5.3009,0,6.3848,4.0369,0,6.8223,2.6625,0,8.0026,0,0 +PL 5.0395,5.3009,0,5.8976,5.3009,0,5.8976,5.3009,0,5.8976,5.3009,0 +L 2.4831,6.8645,3.3342,6.8645 +L 0.8019,6.9025,3.3342,6.9025 +L 1.2257,8.5043,2.9069,8.5043 +L 1.2257,5.301,2.9069,5.301 +L 1.2257,4.233,2.9069,4.233 +PLC 2.9069,2.6695,0,2.9069,0,0,1.2257,0,0,1.2257,2.6695,0 + +[8a34] 訴 +PL 6.6905,0,0,6.6061,0.8771,0,6.5361,1.7543,0,6.4765,2.6313,0,6.1123,2.8206,0,5.7515,3.0014,0,5.4083,3.1653,0 +PL 3.7026,0.5339,0,4.5187,2.9181,0,4.6311,5.3447,0,4.5537,7.9322,0,6.1998,8.0707,0,7.1665,8.3277,0,7.9371,8.4662,0 +PL 7.9371,1.5636,0,7.6642,1.7529,0,7.3907,1.9337,0,7.1178,2.0974,0 +PL 6.6905,3.1653,0,6.6905,5.3008,0,4.981,5.3008,0,4.981,5.3008,0,4.981,5.3008,0 +PL 7.1178,5.3008,0,7.9371,5.3008,0,7.9371,5.3008,0,7.9371,5.3008,0 +L 0.7399,6.9025,3.2721,6.9025 +L 1.1707,8.5043,2.8449,8.5043 +L 1.1707,5.301,2.8449,5.301 +L 1.1707,4.233,2.8449,4.233 +PLC 2.8449,2.6695,0,2.8449,0,0,1.1707,0,0,1.1707,2.6695,0 + +[8a3a] 診 +PLC 0.8917,0.7515,0,0.8917,2.1357,0,2.5662,2.1357,0,2.5662,0.0382,0,0.8917,0.0382,0 +PL 3.4239,0.0382,0,4.5626,0.4661,0,5.5464,1.1484,0,7.2349,2.6695,0 +PL 4.0652,2.1357,0,4.8253,2.8589,0,5.5993,3.5735,0,6.3835,4.2712,0 +PL 0.8917,3.7373,0,2.5662,3.7373,0,2.5662,3.7373,0,2.5662,3.7373,0 +PL 4.0652,4.2712,0,4.5517,4.8037,0,5.0421,5.3278,0,5.5289,5.8348,0 +PL 0.8917,5.3009,0,2.5662,5.3009,0,2.5662,5.3009,0,2.5662,5.3009,0 +PL 3.4239,5.3009,0,4.0407,6.558,0,4.6778,7.8065,0,5.3121,9.0382,0,6.0861,7.8065,0,6.8707,6.558,0,7.6622,5.3009,0 +PL 0.4612,6.9026,0,2.9966,6.9026,0,2.9966,6.9026,0,2.9966,6.9026,0 +PL 0.8917,8.5043,0,2.5662,8.5043,0,2.5662,8.5043,0,2.5662,8.5043,0 +L 0.4612,6.9407,2.9966,6.9407 +L 0.8917,8.5425,2.5662,8.5425 +L 0.8917,5.3392,2.5662,5.3392 +L 0.8917,4.2713,2.5662,4.2713 +PLC 2.5662,2.7078,0,2.5662,0.0382,0,0.8917,0.0382,0,0.8917,2.7078,0 + +[8a3c] 証 +L 0.0034,6.9025,2.5353,6.9025 +L 0.4304,8.5043,2.1084,8.5043 +L 0.4304,5.301,2.1084,5.301 +L 0.4304,4.233,2.1084,4.233 +PLC 2.1084,2.6695,0,2.1084,0,0,0.4304,0,0,0.4304,2.6695,0 +L 3.3938,8.4662,6.7768,8.4662 +L 5.0676,8.4662,5.0676,0 +L 7.2041,0,2.9626,0 +L 3.8176,5.8348,3.8176,0 +L 6.7768,4.2331,5.0676,4.2331 + +[8a50] 詐 +PLC 0.9205,0.7514,0,0.9205,2.1356,0,2.5978,2.1356,0,2.5978,0.0381,0,0.9205,0.0381,0 +PL 5.5924,0.0381,0,5.5924,7.4364,0,4.6538,7.2005,0,4.1007,6.7952,0,3.4528,5.8729,0 +PL 6.0127,2.1356,0,7.2666,2.1356,0,7.2666,2.1356,0,7.2666,2.1356,0 +PL 0.9205,3.7372,0,2.5978,3.7372,0,2.5978,3.7372,0,2.5978,3.7372,0 +PL 6.0127,4.805,0,7.2666,4.805,0,7.2666,4.805,0,7.2666,4.805,0 +PLC 1.4739,5.339,0,2.0269,5.339,0,2.5978,5.3391,0,0.9205,5.339,0 +PL 0.4929,6.9025,0,3.0255,6.9025,0,3.0255,6.9025,0,3.0255,6.9025,0 +PL 6.0127,7.4364,0,7.6939,7.4364,0,7.6939,7.4364,0,7.6939,7.4364,0 +PL 4.7343,7.9703,0,4.7343,9.0381,0,4.7343,9.0381,0,4.7343,9.0381,0 +PL 0.9205,8.5041,0,2.5978,8.5041,0,2.5978,8.5041,0,2.5978,8.5041,0 +L 0.4929,6.9406,3.0255,6.9406 +L 0.9205,8.5424,2.5978,8.5424 +L 0.9205,4.2711,2.5978,4.2711 +PLC 2.5978,2.7076,0,2.5978,0.0381,0,0.9205,0.0381,0,0.9205,2.7076,0 + +[8a54] 詔 +PLC 1.2579,0.9041,0,1.2579,2.6696,0,2.9674,2.6696,0,2.9674,0.0001,0,1.2579,0.0001,0 +PLC 4.6763,1.0679,0,4.6763,3.2035,0,7.2085,3.2035,0,7.2085,0.0001,0,4.6763,0.0001,0 +PL 1.2579,4.2332,0,2.9674,4.2332,0,2.9674,4.2332,0,2.9674,4.2332,0 +PL 4.2493,4.7671,0,4.9918,6.0581,0,5.3838,7.1117,0,5.4997,8.5044,0,4.2493,8.5044,0,4.2493,8.5044,0,4.2493,8.5044,0 +PL 6.3575,4.7671,0,7.5276,5.3886,0,7.7238,6.8405,0,7.6358,8.5044,0,5.927,8.5044,0,5.927,8.5044,0,5.927,8.5044,0 +PL 1.2579,5.3009,0,2.9674,5.3009,0,2.9674,5.3009,0,2.9674,5.3009,0 +PL 0.8625,6.9027,0,3.3947,6.9027,0,3.3947,6.9027,0,3.3947,6.9027,0 +PL 1.2579,8.5044,0,2.9674,8.5044,0,2.9674,8.5044,0,2.9674,8.5044,0 + +[8a55] 評 +PLC 1.2878,0.7133,0,1.2878,2.0974,0,2.9689,2.0974,0,2.9689,0,0,1.2878,0,0 +PL 5.96,0,0,5.904,2.637,0,5.3786,3.579,0,3.82,3.6992,0 +PL 1.2878,3.6992,0,2.9689,3.6992,0,2.9689,3.6992,0,2.9689,3.6992,0 +PL 6.3523,3.6992,0,6.0753,4.2316,0,5.9737,5.4675,0,5.96,8.4662,0,4.2505,8.4662,0,4.2505,8.4662,0,4.2505,8.4662,0 +PL 6.7827,3.6992,0,8.0611,3.6992,0,8.0611,3.6992,0,8.0611,3.6992,0 +PL 1.2878,5.3009,0,2.9689,5.3009,0,2.9689,5.3009,0,2.9689,5.3009,0 +PL 4.6778,5.5679,0,4.524,6.0141,0,4.3801,6.4434,0,4.2505,6.8644,0 +PL 7.21,5.5679,0,7.3435,6.0141,0,7.4836,6.4434,0,7.6338,6.8644,0 +PL 0.864,6.8644,0,3.3962,6.8644,0,3.3962,6.8644,0,3.3962,6.8644,0 +PL 1.2878,8.4662,0,2.9689,8.4662,0,2.9689,8.4662,0,2.9689,8.4662,0 +PL 6.3523,8.4662,0,7.6338,8.4662,0,7.6338,8.4662,0,7.6338,8.4662,0 + +[8a5e] 詞 +L 0.0351,6.9025,2.5673,6.9025 +L 0.4592,8.5043,2.14,8.5043 +L 0.4592,5.301,2.14,5.301 +L 0.4592,4.233,2.14,4.233 +PLC 2.14,2.6695,0,2.14,0,0,0.4592,0,0,0.4592,2.6695,0 +PL 2.9946,8.4661,0,6.8057,8.4661,0,6.8057,0,0,5.5549,0,0 +L 3.4184,6.3305,5.5549,6.3305 +PLC 3.8496,2.0974,0,5.1245,2.0974,0,5.1245,4.767,0,3.8496,4.767,0 + +[8a60] 詠 +PLC 0.7711,0.7231,0,0.7711,2.1356,0,2.4452,2.1356,0,2.4452,0,0,0.7711,0,0 +PL 4.5821,0,0,5.4367,0,0,5.4367,6.9025,0,3.7271,6.9025,0,3.7271,6.9025,0,3.7271,6.9025,0 +PL 3.2963,1.0679,0,4.0494,2.3404,0,4.4592,3.418,0,4.5821,4.7669,0,3.2963,4.7669,0,3.2963,4.7669,0,3.2963,4.7669,0 +PL 7.5382,1.0679,0,6.9669,2.1356,0,6.4135,3.2033,0,5.864,4.2711,0 +PL 0.7711,3.7373,0,2.4452,3.7373,0,2.4452,3.7373,0,2.4452,3.7373,0 +PL 6.6867,4.7669,0,6.9599,5.1369,0,7.2436,5.4901,0,7.5382,5.8347,0 +PLC 1.3175,5.3007,0,1.8747,5.3007,0,2.4452,5.3009,0,0.7711,5.3007,0 +PLC 1.1739,6.9025,0,2.8725,6.9025,0,0.3403,6.9025,0 +PLC 1.3175,8.5042,0,1.8747,8.5042,0,2.4452,8.5043,0,0.7711,8.5042,0 +L 0.7711,4.233,2.4452,4.233 +PLC 2.4452,2.6695,0,2.4452,0,0,0.7711,0,0,0.7711,2.6695,0 + +[8a66] 試 +L 0.2817,6.9025,2.814,6.9025 +L 0.7024,8.5044,2.3836,8.5044 +L 0.7024,5.301,2.3836,5.301 +L 0.7024,4.233,2.3836,4.233 +PLC 2.3836,2.6696,0,2.3836,0,0,0.7024,0,0,0.7024,2.6696,0 +L 2.9786,6,7.4796,6 +PL 5.9,9.0001,0,5.8953,6,0.1297,7.4796,0,0,7.4796,1.5,0 +L 6.6772,8.4662,7.2691,7.5242 +L 2.9786,4.5001,5.231,4.5001 +L 2.9786,0,5.231,0.6029 +L 4.1064,4.5001,4.1064,0.3015 + +[8a69] 詩 +L 0.8316,6.9025,3.3639,6.9025 +L 1.2589,8.5044,2.9401,8.5044 +L 1.2589,5.301,2.9401,5.301 +L 1.2589,4.233,2.9401,4.233 +PLC 2.9401,2.6696,0,2.9401,0,0,1.2589,0,0,1.2589,2.6696,0 +L 4.2188,7.9705,7.6368,7.9705 +PL 5.928,0,0,6.7823,0,0,6.7823,5.3348,0 +L 4.2188,2.6696,5.0734,1.6017 +L 5.928,8.9999,5.928,5.8348 +L 3.823,5.8348,8.0295,5.8348 +L 3.823,3.7375,8.0295,3.7375 + +[8a70] 詰 +PLC 1.1707,0.7133,0,1.1707,2.0975,0,2.876,2.0975,0,2.876,0.0001,0,1.1707,0.0001,0 +PLC 4.5537,1.0664,0,4.5537,3.1652,0,7.1178,3.1652,0,7.1178,0.0001,0,4.5537,0.0001,0 +PL 1.1707,3.6992,0,2.876,3.6992,0,2.876,3.6992,0,2.876,3.6992,0 +PL 1.1707,5.3009,0,2.876,5.3009,0,2.876,5.3009,0,2.876,5.3009,0 +PL 4.1267,5.3009,0,5.8356,5.3009,0,4.9743,7.4619,0,2.9811,7.3602,0,0.7399,6.9026,0 +PL 6.2594,5.3009,0,7.5133,5.3009,0,7.5133,5.3009,0,7.5133,5.3009,0 +PL 6.2594,7.3983,0,5.962,7.8136,0,5.8496,8.2288,0,5.8356,9,0 +PL 6.6905,7.3983,0,7.9371,7.3983,0,7.9371,7.3983,0,7.9371,7.3983,0 +PL 1.1707,8.4661,0,2.876,8.4661,0,2.876,8.4661,0,2.876,8.4661,0 + +[8a71] 話 +L -0.0003,6.9025,2.5319,6.9025 +L 0.427,8.5043,2.1046,8.5043 +L 0.427,5.301,2.1046,5.301 +L 0.427,4.233,2.1046,4.233 +PLC 2.1046,2.6695,0,2.1046,0,0,0.427,0,0,0.427,2.6695,0 +L 2.9592,5.8347,7.2,5.8347 +PLC 3.8131,0,0,3.8131,3.2035,0,6.3454,3.2035,0,6.3454,0,0 +L 5.0796,3.2035,5.0796,8.0802 +A 3.6184,17.5055,9.5379,268.605,289.312 + +[8a72] 該 +PLC 0.734,0.7134,0,0.734,2.0975,0,2.0198,2.0975,0,2.0198,0,0,0.734,0,0 +PL 3.2978,0,0,5.116,0.9026,0,6.2119,2.1864,0,7.1124,4.2331,0 +PL 7.1124,0.267,0,6.9614,0.5325,0,6.8147,0.7895,0,6.6847,1.0297,0 +PL 3.5153,2.0975,0,4.0022,2.5537,0,4.489,3.0015,0,4.979,3.4324,0,4.405,4.2317,0,3.8512,5.0227,0,3.2978,5.7967,0 +PL 0.734,3.6991,0,2.0198,3.6991,0,2.0198,3.6991,0,2.0198,3.6991,0 +PL 5.4063,3.6991,0,5.6834,4.4125,0,5.9636,5.1088,0,6.2574,5.7967,0 +PL 2.4152,5.301,0,0.734,5.3009,0,2.0198,5.3009,0,2.0198,5.3009,0,2.0198,5.3009,0 +PL 4.5486,5.7967,0,4.8498,6.2119,0,4.9615,6.6272,0,4.979,7.3984,0,3.2978,7.3984,0,3.2978,7.3984,0,3.2978,7.3984,0 +PL 0.3141,6.8645,0,2.4436,6.8645,0,2.4436,6.8645,0,2.4436,6.8645,0 +PL 5.4063,7.3984,0,5.4063,9.0001,0,5.4063,9.0001,0,5.4063,9.0001,0 +PL 5.8336,7.3984,0,7.5432,7.3984,0,7.5432,7.3984,0,7.5432,7.3984,0 +PL 0.734,8.4662,0,2.0198,8.4662,0,2.0198,8.4662,0,2.0198,8.4662,0 +L 0.3141,6.9025,2.839,6.9025 +L 0.734,8.5043,2.4152,8.5043 +L 0.734,4.233,2.4152,4.233 +PLC 2.4152,2.6695,0,2.4152,0,0,0.734,0,0,0.734,2.6695,0 + +[8a73] 詳 +PLC 1.2918,0.7233,0,1.2918,2.1357,0,3.0006,2.1357,0,3.0006,0.0001,0,1.2918,0.0001,0 +PL 5.9567,0.0001,0,5.8029,2.099,0,5.176,2.6809,0,3.8205,2.6696,0 +PL 6.384,2.6696,0,5.8901,3.7388,0,5.6418,4.486,0,4.6748,4.7671,0 +PL 6.8151,2.6696,0,8.0616,2.6696,0,8.0616,2.6696,0,8.0616,2.6696,0 +PL 1.2918,3.6993,0,3.0006,3.6993,0,3.0006,3.6993,0,3.0006,3.6993,0 +PL 6.384,4.7671,0,6.0831,5.202,0,5.9742,5.7558,0,5.9567,6.9027,0,4.2478,6.9027,0,4.2478,6.9027,0,4.2478,6.9027,0 +PL 1.2918,5.3009,0,3.0006,5.3009,0,3.0006,5.3009,0,3.0006,5.3009,0 +PL 0.8645,6.9027,0,3.3967,6.9027,0,3.3967,6.9027,0,3.3967,6.9027,0 +PL 6.384,7.1697,0,6.6607,7.7798,0,6.9444,8.3899,0,7.2389,9.0002,0 +PL 6.8151,6.9027,0,7.6378,6.9027,0,7.6378,6.9027,0,7.6378,6.9027,0 +PL 5.1056,8.2374,0,4.9518,8.503,0,4.8082,8.76,0,4.6748,9.0002,0 +PL 1.2918,8.5044,0,3.0006,8.5044,0,3.0006,8.5044,0,3.0006,8.5044,0 + +[8a87] 誇 +PLC 0.8917,0.7383,0,0.8917,2.1508,0,2.142,2.1508,0,2.142,0.0152,0,0.8917,0.0152,0 +PL 5.13,0.0152,0,6.4746,0.3005,0,7.0875,1.179,0,7.2349,2.6847,0,4.7023,2.6847,0,4.7023,4.2863,0,3.4239,4.2863,0,3.4239,4.2863,0,3.4239,4.2863,0 +PL 0.8917,3.7525,0,2.142,3.7525,0,2.142,3.7525,0,2.142,3.7525,0 +PL 5.13,4.2863,0,7.6622,4.2863,0,7.6622,4.2863,0,7.6622,4.2863,0 +PL 0.8917,5.316,0,2.142,5.316,0,2.142,5.316,0,2.142,5.316,0 +PL 3.2071,5.85,0,3.701,6.487,0,4.1945,7.107,0,4.7023,7.7186,0,4.275,7.8218,0,3.8512,7.9079,0,3.4239,7.9855,0 +PL 4.275,5.85,0,5.7706,5.8697,0,6.4294,6.0081,0,6.8073,6.3838,0,6.1768,7.3329,0,5.7429,7.7482,0,5.13,7.9855,0,5.13,9.0534,0,5.13,9.0534,0,5.13,9.0534,0 +PL 0.4612,6.9177,0,2.5662,6.9177,0,2.5662,6.9177,0,2.5662,6.9177,0 +PL 6.3835,7.9855,0,7.6622,7.9855,0,7.6622,7.9855,0,7.6622,7.9855,0 +PL 0.8917,8.5194,0,2.142,8.5194,0,2.142,8.5194,0,2.142,8.5194,0 + +[8a89] 誉 +PL 3.1207,5.7966,0,4.6127,5.8164,0,5.2716,5.9548,0,5.653,6.3306,0,5.2887,6.904,0,4.7423,7.1808,0,3.541,7.3984,0 +PLC 2.263,0.5325,0,2.263,1.5636,0,6.0768,1.5636,0,6.0768,0,0,2.263,0,0 +PL 2.6899,2.6314,0,5.653,2.6314,0,5.653,2.6314,0,5.653,2.6314,0 +PL 2.6899,3.6992,0,5.653,3.6992,0,5.653,3.6992,0,5.653,3.6992,0 +PL 0.7671,4.2331,0,1.5411,5.2133,0,2.3256,6.1766,0,3.1207,7.1314,0,2.263,7.2345,0,1.4185,7.3206,0,0.5849,7.3984,0 +PL 7.3625,4.2331,0,7.0645,4.6032,0,6.7808,4.9563,0,6.5041,5.3009,0,6.0631,4.9252,0,4.963,4.7867,0,2.263,4.7669,0 +PL 5.8635,7.3984,0,6.0768,7.9323,0,6.2908,8.4662,0,6.5041,9,0 +PL 6.5041,7.3984,0,7.7863,7.3984,0,7.7863,7.3984,0,7.7863,7.3984,0 + +[8a8c] 誌 +PLC 1.1968,0.7384,0,1.1968,2.1508,0,2.4507,2.1508,0,2.4507,0.0152,0,1.1968,0.0152,0 +PL 5.4387,0.0152,0,5.1375,0.4884,0,5.025,1.3089,0,5.0114,3.1804,0 +PL 5.8341,0.0152,0,7.1163,0.0152,0,7.1163,1.083,0,7.1163,1.083,0,7.1163,1.083,0 +PL 3.3018,0.5492,0,3.603,0.9644,0,3.7155,1.3796,0,3.7291,2.1508,0 +PL 7.9709,1.8838,0,7.82,2.1494,0,7.6729,2.4064,0,7.5436,2.6466,0 +PL 6.2652,3.4474,0,6.1111,3.7143,0,5.9675,3.9814,0,5.8341,4.2483,0 +PL 1.1968,3.7143,0,2.4507,3.7143,0,2.4507,3.7143,0,2.4507,3.7143,0 +PL 1.1968,5.3161,0,2.4507,5.3161,0,2.4507,5.3161,0,2.4507,5.3161,0 +PL 4.1603,5.3161,0,5.8341,5.3161,0,5.8166,6.463,0,5.7189,7.0166,0,5.4387,7.4517,0,3.7291,7.4517,0,3.7291,7.4517,0,3.7291,7.4517,0 +PL 6.2652,5.3161,0,7.5436,5.3161,0,7.5436,5.3161,0,7.5436,5.3161,0 +PL 0.7695,6.9178,0,2.8745,6.9178,0,2.8745,6.9178,0,2.8745,6.9178,0 +PL 6.2652,7.4517,0,5.9605,7.8401,0,5.8516,8.2454,0,5.8341,9.0152,0 +PL 6.6925,7.4517,0,7.9709,7.4517,0,7.9709,7.4517,0,7.9709,7.4517,0 +PL 1.1968,8.4813,0,2.4507,8.4813,0,2.4507,8.4813,0,2.4507,8.4813,0 + +[8a8d] 認 +PLC 0.7394,0.7134,0,0.7394,2.0975,0,2.4171,2.0975,0,2.4171,0,0,0.7394,0,0 +PL 3.2717,0.267,0,3.4009,0.8772,0,3.5445,1.4874,0,3.6955,2.0975,0 +PL 4.9805,0,0,4.6758,0.4535,0,4.5676,1.1357,0,4.5501,2.6314,0 +PL 5.3766,0,0,6.655,0,0,6.655,1.0678,0,6.655,1.0678,0,6.655,1.0678,0 +PL 7.5058,1.3348,0,7.359,1.6004,0,7.2154,1.8574,0,7.0855,2.0975,0 +PL 0.7394,3.6992,0,2.4171,3.6992,0,2.4171,3.6992,0,2.4171,3.6992,0 +PL 3.2717,4.2331,0,3.6955,4.8702,0,4.1228,5.4902,0,4.5501,6.1018,0,4.2555,6.3674,0,3.9718,6.6244,0,3.6955,6.8645,0 +PL 5.3766,4.2331,0,6.7773,4.9493,0,7.1209,6.6061,0,7.0855,8.4662,0,4.9805,8.4662,0,4.9914,6.9705,0,5.0965,6.2882,0,5.3766,5.8349,0 +PL 0.7394,5.3009,0,2.4171,5.3009,0,2.4171,5.3009,0,2.4171,5.3009,0 +PL 0.3083,6.8645,0,2.8405,6.8645,0,2.8405,6.8645,0,2.8405,6.8645,0 +PL 0.7394,8.4662,0,2.4171,8.4662,0,2.4171,8.4662,0,2.4171,8.4662,0 +PL 3.2717,8.4662,0,4.5501,8.4662,0,4.5501,8.4662,0,4.5501,8.4662,0 + +[8a93] 誓 +PLC 1.3794,0.3701,0,1.3794,1.0677,0,5.5855,1.0677,0,5.5855,0,0,1.3794,0,0 +PL 1.3794,2.0974,0,5.5855,2.0974,0,5.5855,2.0974,0,5.5855,2.0974,0 +PL 1.3794,3.1653,0,5.5855,3.1653,0,5.5855,3.1653,0,5.5855,3.1653,0 +PL 0.094,4.2331,0,7.2947,4.2331,0,7.2947,4.2331,0,7.2947,4.2331,0 +PL 1.7751,5.3008,0,1.4946,5.7147,0,1.3899,6.1201,0,1.3794,6.8644,0,0.094,6.8644,0,0.094,6.8644,0,0.094,6.8644,0 +PL 2.1989,5.3008,0,5.1932,5.3008,0,5.1932,5.3008,0,5.1932,5.3008,0 +PL 6.0166,5.8348,0,6.0166,7.3983,0,4.5176,7.1808,0,3.8591,6.9039,0,3.4843,6.3305,0 +PL 1.3794,7.3983,0,1.3794,8.4662,0,0.094,8.4662,0,0.094,8.4662,0,0.094,8.4662,0 +PL 1.7751,7.3983,0,2.6294,7.3983,0,2.6294,7.3983,0,2.6294,7.3983,0 +PL 6.4404,7.3983,0,7.2947,7.3983,0,7.2947,7.3983,0,7.2947,7.3983,0 +PL 3.9043,8.1992,0,4.885,8.4662,0,5.8692,8.7331,0,6.8674,9,0 +PL 1.7751,8.4662,0,2.6294,8.4662,0,2.6294,8.4662,0,2.6294,8.4662,0 + +[8a95] 誕 +PL 2.5353,0,0,2.812,0.4563,0,3.0922,0.904,0,3.3938,1.3348,0,2.791,2.2868,0,2.5669,2.8997,0,2.5353,3.6992,0 +PL 4.6718,0,0,4.3745,0.1892,0,4.0939,0.3702,0,3.8176,0.534,0 +PL 5.0676,0,0,7.2041,0,0,7.2041,0,0,7.2041,0,0 +PL 3.8176,2.0975,0,3.8176,5.3009,0,2.9626,5.3009,0,3.2358,6.2812,0,3.523,7.2445,0,3.8176,8.1993,0,3.3938,8.3024,0,2.9626,8.3887,0,2.5353,8.4662,0 +PL 5.0676,2.0975,0,5.0676,5.8349,0,5.0676,5.8349,0,5.0676,5.8349,0 +PL 5.7085,2.0975,0,5.7681,4.0424,0,5.842,5.9873,0,5.9187,7.9323,0,4.6718,7.9323,0,4.6718,7.9323,0,4.6718,7.9323,0 +PL 6.3498,2.0975,0,7.2041,2.0975,0,7.2041,2.0975,0,7.2041,2.0975,0 +PL 6.3498,5.3009,0,7.2041,5.3009,0,7.2041,5.3009,0,7.2041,5.3009,0 +PL 6.3498,7.9323,0,6.6262,8.1215,0,6.9067,8.3024,0,7.2041,8.4662,0 +L 0.0034,6.9025,2.5353,6.9025 +L 0.4304,8.5043,2.1084,8.5043 +L 0.4304,5.301,2.1084,5.301 +L 0.4304,4.233,2.1084,4.233 +PLC 2.1084,2.6695,0,2.1084,0,0,0.4304,0,0,0.4304,2.6695,0 + +[8a98] 誘 +PL 2.5978,5.301,0,0.9205,5.3009,0,2.2024,5.3009,0,2.2024,5.3009,0,2.2024,5.3009,0 +PLC 0.9205,0.7134,0,0.9205,2.0974,0,2.2024,2.0974,0,2.2024,0,0,0.9205,0,0 +PL 3.2388,0,0,4.1007,1.2048,0,4.5841,2.2402,0,4.7343,3.6992,0,3.4528,3.6992,0,3.4528,3.6992,0,3.4528,3.6992,0 +PL 6.0127,0,0,6.9798,0.2726,0,7.2635,1.0113,0,7.2666,2.0974,0,6.4089,2.0974,0,6.4089,3.6992,0,5.1616,3.6992,0,5.1616,3.6992,0,5.1616,3.6992,0 +PL 0.9205,3.6992,0,2.2024,3.6992,0,2.2024,3.6992,0,2.2024,3.6992,0 +PL 3.6696,4.7669,0,4.1564,5.3772,0,4.6506,5.9873,0,5.1616,6.5975,0,4.5841,6.7007,0,4.0128,6.7868,0,3.4528,6.8644,0 +PL 5.5924,4.7669,0,5.5924,8.4662,0,3.4528,8.4662,0,3.4528,8.4662,0,3.4528,8.4662,0 +PL 7.2666,4.7669,0,6.8393,5.3772,0,6.4225,5.9873,0,6.0127,6.5975,0,6.5665,6.7007,0,7.123,6.7868,0,7.6939,6.8644,0 +PL 0.4929,6.8644,0,2.5978,6.8644,0,2.5978,6.8644,0,2.5978,6.8644,0 +PL 0.9205,8.4662,0,2.2024,8.4662,0,2.2024,8.4662,0,2.2024,8.4662,0 +PL 6.1984,8.4662,0,6.5451,8.6555,0,6.9024,8.8362,0,7.2666,9,0 +L 0.4929,6.9026,3.0255,6.9026 +L 0.9205,8.5044,2.5978,8.5044 +L 0.9205,4.2331,2.5978,4.2331 +PLC 2.5978,2.6696,0,2.5978,0,0,0.9205,0,0,0.9205,2.6696,0 + +[8a9e] 語 +L 0.5838,6.9025,3.1157,6.9025 +L 1.0142,8.5044,2.6954,8.5044 +L 1.0142,5.301,2.6954,5.301 +L 1.0142,4.2331,2.6954,4.2331 +PLC 2.6954,2.6695,0,2.6954,0,0,1.0142,0,0,1.0142,2.6695,0 +L 3.9703,8.5044,7.361,8.5044 +L 3.5465,4.7669,7.7848,4.7669 +PLC 4.4014,0,0,6.9614,0,0,6.9614,3.2035,0,4.4014,3.2035,0 +L 5.2525,8.5044,4.8249,4.7669 +PL 6.5344,4.7669,0,6.5344,6.9025,0,4.0719,6.9025,0 + +[8aa0] 誠 +PLC 1.0431,0.7133,0,1.0431,2.0974,0,2.3215,2.0974,0,2.3215,0,0,1.0431,0,0 +PL 3.1792,0.2669,0,3.4805,1.0198,0,3.5929,2.7303,0,3.61,6.8645,0,5.1861,6.8756,0,5.943,7.3617,0,6.1427,9,0 +PL 5.0709,0,0,5.5613,0.6102,0,6.0583,1.2204,0,6.5661,1.8306,0,5.9532,4.034,0,6.342,6.0085,0,7.8484,6.8645,0 +PL 7.4211,0,0,7.2701,0.3432,0,7.123,0.6865,0,6.9938,1.0297,0 +PL 7.8484,0,0,7.8484,1.5636,0,7.8484,1.5636,0,7.8484,1.5636,0 +PL 4.8569,1.5636,0,4.8569,4.767,0,4.0303,4.767,0,4.0303,4.767,0,4.0303,4.767,0 +PL 6.9938,2.8984,0,7.2946,3.5197,0,7.4067,4.1328,0,7.4211,5.2627,0 +PL 1.0431,3.6992,0,2.3215,3.6992,0,2.3215,3.6992,0,2.3215,3.6992,0 +PL 1.0431,5.2627,0,2.3215,5.2627,0,2.3215,5.2627,0,2.3215,5.2627,0 +PL 0.6158,6.8645,0,2.7519,6.8645,0,2.7519,6.8645,0,2.7519,6.8645,0 +PL 1.0431,8.4661,0,2.3215,8.4661,0,2.3215,8.4661,0,2.3215,8.4661,0 +L 0.6158,6.9025,3.1481,6.9025 +L 1.0431,8.5043,2.7243,8.5043 +L 1.0431,5.301,2.7243,5.301 +L 1.0431,4.233,2.7243,4.233 +PLC 2.7243,2.6695,0,2.7243,0,0,1.0431,0,0,1.0431,2.6695,0 + +[8aa4] 誤 +PL 3.6686,0,0,4.0714,0.7231,0,4.4917,1.4378,0,4.9225,2.1356,0 +PL 7.8785,0,0,7.4547,0.7231,0,7.0348,1.4378,0,6.6285,2.1356,0 +PL 3.2413,3.2033,0,7.0558,3.2033,0,7.0558,4.7669,0,4.0647,4.7669,0,4.0647,7.9703,0,4.0647,7.9703,0,4.0647,7.9703,0 +PLC 5.3463,7.0918,0,5.3463,8.5042,0,7.0558,8.5042,0,7.0558,6.3686,0,5.3463,6.3686,0 +L 0.6813,6.9025,3.2136,6.9025 +L 1.1016,8.5043,2.7828,8.5043 +L 1.1016,5.301,2.7828,5.301 +L 1.1016,4.233,2.7828,4.233 +PLC 2.7828,2.6695,0,2.7828,0,0,1.1016,0,0,1.1016,2.6695,0 + +[8aac] 説 +PL 3.2978,0,0,4.1104,1.4788,0,4.4712,2.6271,0,4.5486,4.2331,0,3.7286,4.2331,0,3.7286,6.9026,0,5.8336,6.9026,0,5.9636,7.6159,0,6.1072,8.3122,0,6.2574,9.0001,0 +PL 5.8336,0,0,5.8336,4.2331,0,4.979,4.2331,0,4.979,4.2331,0,4.979,4.2331,0 +PL 6.4714,4.2331,0,6.394,5.137,0,6.3205,6.0241,0,6.2574,6.9026,0 +PL 6.2574,0,0,7.1124,0,0,7.1124,1.6018,0,7.1124,1.6018,0,7.1124,1.6018,0 +PL 4.5486,8.2374,0,4.3976,8.5029,0,4.254,8.76,0,4.1248,9.0001,0 +L 0.3071,6.9025,2.839,6.9025 +L 0.734,8.5043,2.4121,8.5043 +L 0.734,5.301,2.4121,5.301 +L 0.734,4.233,2.4121,4.233 +PLC 2.4121,2.6695,0,2.4121,0,0,0.734,0,0,0.734,2.6695,0 + +[8aad] 読 +PL 2.9587,3.7375,0,2.9587,4.7669,0,7.1995,4.7669,0,7.1995,3.7375,0 +PL 5.491,3.2035,0,5.4904,0.9,0.4142,6.3904,0,0,7.1995,0,0,7.1995,1.0677,0 +L 7.1995,7.9705,2.9587,7.9705 +L 6.7722,6.3687,3.3853,6.3687 +L 5.0637,9,5.0637,6.3687 +L -0.0008,6.9025,2.5314,6.9025 +L 0.4265,8.5043,2.1041,8.5043 +L 0.4265,5.301,2.1041,5.301 +L 0.4265,4.233,2.1041,4.233 +PLC 2.1041,2.6695,0,2.1041,0,0,0.4265,0,0,0.4265,2.6695,0 +A 0.2563,2.9389,3.9924,312.598,3.8003 + +[8ab2] 課 +PL 0.7711,5.3009,0,2.0495,5.3009,0,2.0495,5.3009,0,2.0495,5.3009,0 +PL 0.7711,3.7374,0,2.0495,3.7374,0,2.0495,3.7374,0,2.0495,3.7374,0 +PLC 1.1914,2.1357,0,2.0495,2.1357,0,2.0495,0,0,0.7711,0,0,0.7711,2.1357,0 +PL 7.5382,0.534,0,6.1543,2.3956,0,5.0899,2.9945,0,3.2963,3.2034,0 +PL 6.2913,3.2034,0,7.5382,3.2034,0,7.5382,3.2034,0,7.5382,3.2034,0 +PL 5.4367,3.7374,0,5.2052,5.0242,0,4.5891,5.3364,0,3.7271,5.3009,0,3.7271,8.5044,0,7.1179,8.5044,0,7.1179,5.3009,0,5.864,5.3009,0,5.5628,5.8348,0,5.2822,6.3688,0,5.0094,6.9026,0,4.1544,6.9026,0,4.1544,6.9026,0,4.1544,6.9026,0 +PL 0.3403,6.9026,0,2.4452,6.9026,0,2.4452,6.9026,0,2.4452,6.9026,0 +PL 0.7711,8.5044,0,2.0495,8.5044,0,2.0495,8.5044,0,2.0495,8.5044,0 +PL 5.4367,0,0,5.3526,0.9041,0,5.2822,1.7912,0,5.2192,2.6696,0,4.5821,1.9719,0,3.9376,1.2573,0,3.2963,0.534,0 +PL 5.864,6.9026,0,5.713,7.2727,0,5.5628,7.6258,0,5.4367,7.9704,0 + +[8abf] 調 +PL 2.8105,0.2669,0,3.5075,3.0367,0,3.6826,5.62,0,3.6651,8.4661,0,7.0485,8.4661,0,7.0485,0,0,6.2292,0,0,6.2292,0,0,6.2292,0,0 +PLC 6.2292,1.5635,0,4.5236,1.5635,0,4.5236,3.6991,0,6.2292,3.6991,0,6.2292,1.5635,0,6.2292,1.5635,0 +PL 4.5236,5.3007,0,5.3746,5.3007,0,5.3746,6.8644,0,4.5236,6.8644,0,4.5236,6.8644,0,4.5236,6.8644,0 +L 0.2817,6.9025,2.814,6.9025 +L 0.7024,8.5044,2.3836,8.5044 +L 0.7024,5.301,2.3836,5.301 +L 0.7024,4.233,2.3836,4.233 +PLC 2.3836,2.6696,0,2.3836,0,0,0.7024,0,0,0.7024,2.6696,0 + +[8ac7] 談 +PL 3.7605,0,0,4.8809,1.5241,0,5.4977,2.8363,0,5.6798,4.7669,0 +PL 7.361,0,0,6.9337,0.7232,0,6.5134,1.438,0,6.1103,2.1356,0 +PL 3.9703,2.6695,0,4.1037,3.0397,0,4.2473,3.3927,0,4.4014,3.7372,0 +PL 6.9614,2.6695,0,7.084,3.0397,0,7.2174,3.3927,0,7.361,3.7372,0 +PL 3.7605,4.7669,0,4.7829,6.137,0,5.4483,7.3631,0,5.6798,9.0382,0 +PL 7.361,4.7669,0,6.9337,5.4903,0,6.5134,6.2048,0,6.1103,6.9027,0 +PL 3.9703,7.4365,0,4.1037,7.8066,0,4.2473,8.1598,0,4.4014,8.5043,0 +PL 6.9614,7.4365,0,7.084,7.8066,0,7.2174,8.1598,0,7.361,8.5043,0 +L 0.5838,6.9025,3.1157,6.9025 +L 1.0142,8.5043,2.6954,8.5043 +L 1.0142,5.3009,2.6954,5.3009 +L 1.0142,4.233,2.6954,4.233 +PLC 2.6954,2.6696,0,2.6954,0,0,1.0142,0,0,1.0142,2.6696,0 + +[8acb] 請 +PLC 0.5229,0.7133,0,0.5229,2.0974,0,2.2321,2.0974,0,2.2321,0,0,0.5229,0,0 +PL 3.9417,0,0,3.9417,4.2331,0,6.4736,4.2331,0,6.4736,0,0,5.6193,0,0,5.6193,0,0,5.6193,0,0 +PL 4.3371,2.0974,0,6.0428,2.0974,0,6.0428,2.0974,0,6.0428,2.0974,0 +PL 4.3371,3.1653,0,6.0428,3.1653,0,6.0428,3.1653,0,6.0428,3.1653,0 +PL 0.5229,3.6991,0,2.2321,3.6991,0,2.2321,3.6991,0,2.2321,3.6991,0 +PL 2.2009,5.301,0,0.5229,5.3008,0,2.2321,5.3008,0,2.2321,5.3008,0,2.2321,5.3008,0 +PL 3.0867,5.8348,0,3.7875,5.9379,0,4.488,6.024,0,5.1882,6.1017,0,4.8589,6.6384,0,4.5332,6.8362,0,3.9417,6.8644,0 +PL 5.6193,5.8348,0,7.3247,5.8348,0,7.3247,5.8348,0,7.3247,5.8348,0 +PL 0.1271,6.8644,0,2.6594,6.8644,0,2.6594,6.8644,0,2.6594,6.8644,0 +PL 5.6193,6.8644,0,4.9714,7.6159,0,4.425,7.8926,0,3.5105,7.9322,0 +PL 5.6193,7.9322,0,5.4687,8.3023,0,5.3181,8.6554,0,5.1882,9,0 +PL 6.0428,7.9322,0,6.8977,7.9322,0,6.8977,7.9322,0,6.8977,7.9322,0 +PL 0.5229,8.4662,0,2.2321,8.4662,0,2.2321,8.4662,0,2.2321,8.4662,0 +L 0.096,6.9025,2.6279,6.9025 +L 0.5229,8.5043,2.2009,8.5043 +L 0.5229,4.233,2.2009,4.233 +PLC 2.2009,2.6695,0,2.2009,0,0,0.5229,0,0,0.5229,2.6695,0 + +[8ad6] 論 +PL 4.2478,0.0152,0,4.2478,4.7821,0,7.6378,4.7821,0,7.6378,0.0152,0,7.6378,0.0152,0,7.6378,0.0152,0 +PL 5.5294,0.0152,0,5.5294,2.1508,0,5.2355,2.3302,0,4.9518,2.4926,0,4.6748,2.6466,0 +PL 6.384,0.0152,0,6.1637,1.8076,0,5.7535,3.0407,0,5.5294,4.2483,0 +PL 6.8151,2.6466,0,6.5104,3.0618,0,6.4015,3.477,0,6.384,4.2483,0 +PL 5.1056,6.3839,0,6.8151,6.3839,0,6.8151,6.3839,0,6.8151,6.3839,0 +PL 8.0616,6.3839,0,7.3615,7.261,0,6.6607,8.1382,0,5.9567,9.0152,0,5.3791,8.3274,0,4.8082,7.6309,0,4.2478,6.9178,0 +L 0.8645,6.9177,3.3967,6.9177 +L 1.2918,8.5195,2.9694,8.5195 +L 1.2918,5.3162,2.9694,5.3162 +L 1.2918,4.2482,2.9694,4.2482 +PLC 2.9694,2.6847,0,2.9694,0.0152,0,1.2918,0.0152,0,1.2918,2.6847,0 + +[8aed] 諭 +PL 2.4753,5.301,0,0.7979,5.3009,0,2.0518,5.3009,0,2.0518,5.3009,0,2.0518,5.3009,0 +PLC 0.7979,0.7134,0,0.7979,2.0974,0,2.0518,2.0974,0,2.0518,0,0,0.7979,0,0 +PL 3.3302,0,0,3.3302,4.7669,0,4.6118,4.7669,0,4.6118,0,0,4.6118,0,0,4.6118,0,0 +PL 6.2863,0,0,7.144,0,0,7.144,5.3009,0,7.144,5.3009,0,7.144,5.3009,0 +PL 5.866,1.5636,0,5.866,4.7669,0,5.866,4.7669,0,5.866,4.7669,0 +PL 0.7979,3.6992,0,2.0518,3.6992,0,2.0518,3.6992,0,2.0518,3.6992,0 +PL 4.1848,6.3306,0,3.8903,6.5198,0,3.6066,6.7007,0,3.3302,6.8644,0 +PL 4.6118,6.3306,0,6.1108,6.3504,0,6.7623,6.4887,0,7.144,6.8644,0,6.5665,7.5876,0,5.9952,8.3023,0,5.4352,9,0,5.0079,8.4662,0,4.5911,7.9323,0,4.1848,7.3984,0 +PL 0.3703,6.8644,0,2.4753,6.8644,0,2.4753,6.8644,0,2.4753,6.8644,0 +PL 0.7979,8.4662,0,2.0518,8.4662,0,2.0518,8.4662,0,2.0518,8.4662,0 +L 0.3703,6.9026,2.9029,6.9026 +L 0.7979,8.5044,2.4753,8.5044 +L 0.7979,4.2331,2.4753,4.2331 +PLC 2.4753,2.6696,0,2.4753,0,0,0.7979,0,0,0.7979,2.6696,0 + +[8aee] 諮 +PLC 0.583,0.7233,0,0.583,2.1357,0,1.8337,2.1357,0,1.8337,0,0,0.583,0,0 +PLC 3.9733,0.8771,0,3.9733,2.6314,0,6.5056,2.6314,0,6.5056,0,0,3.9733,0,0 +PL 0.583,3.6992,0,1.8337,3.6992,0,1.8337,3.6992,0,1.8337,3.6992,0 +PL 2.6848,4.2332,0,3.1152,4.767,0,3.5425,5.3009,0,3.9733,5.8348,0 +PL 4.1838,4.2332,0,4.6738,4.767,0,5.1607,5.3009,0,5.6475,5.8348,0,5.6475,7.3983,0,5.0524,7.38,0,4.7302,7.2514,0,4.3936,6.9026,0 +PL 6.9294,4.2332,0,6.6352,4.6032,0,6.3515,4.9563,0,6.0751,5.3009,0 +PL 2.2641,5.301,0,0.583,5.3009,0,1.8337,5.3009,0,1.8337,5.3009,0,1.8337,5.3009,0 +PL 6.9294,6.3687,0,7.0593,6.6357,0,7.2061,6.9026,0,7.3567,7.1696,0,6.9294,7.2459,0,6.5056,7.3221,0,6.0751,7.3983,0 +PL 2.6848,6.9025,0,0.1592,6.9026,0,2.2641,6.9026,0,2.2641,6.9026,0,2.2641,6.9026,0 +PL 4.8244,7.9323,0,4.947,8.3024,0,5.0766,8.6554,0,5.2202,9,0 +PL 0.583,8.4661,0,1.8337,8.4661,0,1.8337,8.4661,0,1.8337,8.4661,0 +L 0.583,8.5043,2.2641,8.5043 +L 0.583,4.233,2.2641,4.233 +PLC 2.2641,2.6695,0,2.2641,0,0,0.583,0,0,0.583,2.6695,0 + +[8af8] 諸 +PLC 0.7979,0.7133,0,0.7979,2.0974,0,2.4753,2.0974,0,2.4753,0,0,0.7979,0,0 +PL 4.6118,0,0,4.5942,2.2472,0,4.486,3.2062,0,4.1848,3.6992,0,3.8903,3.5353,0,3.6066,3.3546,0,3.3302,3.1653,0 +PL 5.0079,0,0,7.144,0,0,7.144,2.0974,0,5.0079,2.0974,0,5.0079,2.0974,0,5.0079,2.0974,0 +PL 7.144,2.6314,0,7.144,3.6992,0,5.6275,3.719,0,4.9694,3.8574,0,4.6118,4.233,0,4.885,4.6795,0,5.1651,5.1088,0,5.4352,5.5297,0,4.7343,5.6329,0,4.0304,5.719,0,3.3302,5.7968,0 +PL 0.7979,3.6992,0,2.4753,3.6992,0,2.4753,3.6992,0,2.4753,3.6992,0 +PL 0.7979,5.2627,0,2.4753,5.2627,0,2.4753,5.2627,0,2.4753,5.2627,0 +PL 5.866,6.0636,0,6.2863,6.8645,0,6.7167,7.6653,0,7.144,8.4661,0 +PL 6.2863,5.7968,0,7.5748,5.7968,0,7.5748,5.7968,0,7.5748,5.7968,0 +PL 5.0079,6.3305,0,4.9939,7.1017,0,4.8888,7.517,0,4.6118,7.9322,0,3.761,7.9322,0,3.761,7.9322,0,3.761,7.9322,0 +PL 0.3703,6.8645,0,2.9029,6.8645,0,2.9029,6.8645,0,2.9029,6.8645,0 +PL 5.4352,7.9322,0,5.2842,8.3023,0,5.1375,8.6553,0,5.0079,9,0 +PL 0.7979,8.4661,0,2.4753,8.4661,0,2.4753,8.4661,0,2.4753,8.4661,0 +L 0.3703,6.9025,2.9029,6.9025 +L 0.7979,8.5043,2.4753,8.5043 +L 0.7979,5.301,2.4753,5.301 +L 0.7979,4.233,2.4753,4.233 +PLC 2.4753,2.6695,0,2.4753,0,0,0.7979,0,0,0.7979,2.6695,0 + +[8afe] 諾 +PL 4.8569,0,0,4.8429,1.897,0,4.7312,2.7175,0,4.4331,3.1653,0,4.1564,2.822,0,3.8801,2.4788,0,3.61,2.1356,0 +PL 5.2842,0,0,7.4211,0,0,7.4211,3.1653,0,5.2842,3.1653,0,4.9308,4.4647,0,4.7942,5.1201,0,3.61,5.3009,0 +PL 5.7115,5.3009,0,4.8569,7.0551,0,4.4331,7.9322,0,3.61,7.9322,0,3.61,7.9322,0,3.61,7.9322,0 +PL 6.1427,5.3009,0,7.8484,5.3009,0,7.8484,5.3009,0,7.8484,5.3009,0 +PL 6.5661,7.1696,0,6.0302,7.7458,0,5.3966,8.2205,0,4.8569,9.0001,0 +PL 6.9938,7.9322,0,6.8428,8.3024,0,6.6961,8.6554,0,6.5661,9.0001,0 +L 0.6158,6.9025,3.1481,6.9025 +L 1.0431,8.5043,2.7243,8.5043 +L 1.0431,5.301,2.7243,5.301 +L 1.0431,4.233,2.7243,4.233 +PLC 2.7243,2.6696,0,2.7243,0,0,1.0431,0,0,1.0431,2.6696,0 + +[8b00] 謀 +PLC 0.8281,0.7232,0,0.8281,2.1356,0,2.11,2.1356,0,2.11,0,0,0.8281,0,0 +PL 5.4972,0,0,5.4132,0.904,0,5.3463,1.791,0,5.2832,2.6696,0,4.6461,2.1356,0,4.0118,1.6018,0,3.3923,1.0678,0 +PL 7.2061,1.0678,0,5.9385,2.6468,0,4.9645,3.0735,0,3.3923,3.2035,0 +PL 6.355,3.2035,0,7.6334,3.2035,0,7.6334,3.2035,0,7.6334,3.2035,0 +PL 0.8281,3.7373,0,2.11,3.7373,0,2.11,3.7373,0,2.11,3.7373,0 +PL 5.4972,3.7373,0,5.4972,4.7669,0,4.2469,4.7669,0,4.2469,7.4365,0,3.9488,7.6258,0,3.6686,7.8066,0,3.3923,7.9704,0 +PL 5.9245,4.7669,0,6.7756,4.7669,0,6.7756,6.3687,0,4.6461,6.3687,0,4.6461,6.3687,0,4.6461,6.3687,0 +PL 2.5061,5.301,0,0.8281,5.3009,0,2.11,5.3009,0,2.11,5.3009,0,2.11,5.3009,0 +PL 0.4288,6.9026,0,2.5412,6.9026,0,2.5412,6.9026,0,2.5412,6.9026,0 +PL 6.7756,7.1696,0,6.6247,7.4365,0,6.4811,7.7035,0,6.355,7.9704,0,4.6461,7.9704,0,4.4987,8.3405,0,4.3691,8.6936,0,4.2469,9.0382,0 +PL 7.2061,7.9704,0,7.0558,8.3405,0,6.9084,8.6936,0,6.7756,9.0382,0 +PL 2.5061,8.5043,0,0.8281,8.5043,0,2.11,8.5043,0,2.11,8.5043,0,2.11,8.5043,0 +L 0.4012,6.9025,2.9366,6.9025 +L 0.8281,4.233,2.5061,4.233 +PLC 2.5061,2.6695,0,2.5061,0,0,0.8281,0,0,0.8281,2.6695,0 + +[8b01] 謁 +PLC 0.8281,0.904,0,0.8281,2.6695,0,0.8281,0,0 +PL 0.8281,0,0,2.5061,0,0,2.5061,2.6695,0,0.8281,2.6695,0,2.1275,2.7458,0,2.9366,3.178,0,4.0329,4.2711,0,3.9488,5.6823,0,3.8791,7.0932,0,3.8196,8.5042,0,6.7756,8.5042,0,6.7756,5.8347,0,4.6461,5.8347,0,4.6461,5.8347,0,4.6461,5.8347,0 +PL 1.2554,0,0,2.5412,0,0,2.5412,2.1356,0,2.5412,2.1356,0,2.5412,2.1356,0 +PL 5.9245,0,0,7.1399,0.726,0,7.315,2.401,0,7.2061,4.2711,0,4.6461,4.2711,0,4.6461,4.2711,0,4.6461,4.2711,0 +PL 4.2469,1.0679,0,3.9453,1.5028,0,3.8336,2.0565,0,3.8196,3.2033,0 +PL 4.6461,1.0679,0,5.9245,1.0679,0,5.9245,2.1356,0,5.9245,2.1356,0,5.9245,2.1356,0 +PL 4.4321,2.6695,0,4.7754,2.8587,0,5.133,3.0395,0,5.4972,3.2033,0 +PL 0.8281,4.2711,0,2.5412,4.2711,0,2.5412,4.2711,0,2.5412,4.2711,0 +PL 0.8281,5.8347,0,2.5412,5.8347,0,2.5412,5.8347,0,2.5412,5.8347,0 +PL 0.4288,7.4364,0,2.965,7.4364,0,2.965,7.4364,0,2.965,7.4364,0 +PL 4.2469,7.4364,0,6.355,7.4364,0,6.355,7.4364,0,6.355,7.4364,0 +PL 2.5061,8.5043,0,0.8281,8.5042,0,2.5412,8.5042,0,2.5412,8.5042,0,2.5412,8.5042,0 +L 0.4012,6.9025,2.9366,6.9025 +L 0.8281,5.3009,2.5061,5.3009 +L 0.8281,4.233,2.5061,4.233 + +[8b04] 謄 +PL 0.3703,0.2822,0,0.6715,1.0943,0,0.7804,3.22,0,0.7979,8.4814,0,2.0518,8.4814,0,2.0518,0.0152,0,2.0518,0.0152,0,2.0518,0.0152,0 +PLC 3.761,0.5477,0,3.761,1.5788,0,6.7167,1.5788,0,6.7167,0.0152,0,3.761,0.0152,0 +PL 4.1848,2.6466,0,6.2863,2.6466,0,6.2863,2.6466,0,6.2863,2.6466,0 +PL 3.761,3.7144,0,6.7167,3.7144,0,6.7167,3.7144,0,6.7167,3.7144,0 +PL 2.9029,4.2483,0,3.1793,4.7045,0,3.463,5.1523,0,3.761,5.5831,0,3.463,5.6593,0,3.1793,5.7355,0,2.9029,5.8118,0 +PL 7.5748,4.2483,0,6.5104,5.4941,0,5.5294,5.8754,0,4.1848,6.0788,0,4.3141,6.4488,0,4.4615,6.8019,0,4.6118,7.1466,0,4.1848,7.2498,0,3.761,7.3359,0,3.3302,7.4135,0 +PL 4.6118,4.7821,0,5.866,4.7821,0,5.866,4.7821,0,5.866,4.7821,0 +PL 6.2863,6.3457,0,5.9606,6.9192,0,5.6275,7.1961,0,5.0079,7.4135,0,5.0079,8.4814,0,5.0079,8.4814,0,5.0079,8.4814,0 +PL 6.2863,7.6805,0,6.419,7.9475,0,6.5665,8.2144,0,6.7167,8.4814,0 + +[8b19] 謙 +PL 0.6774,0.0152,0,0.6774,2.1508,0,1.9274,2.1508,0,1.9274,1.0829,0,2.5753,1.1324,0,3.1256,1.4785,0,4.0607,2.4178,0,3.7662,2.6847,0,3.486,2.9516,0,3.2061,3.2186,0 +PL 1.1047,0.0152,0,1.381,0.2045,0,1.651,0.3852,0,1.9274,0.5491,0 +PL 4.0607,0.0152,0,4.0607,1.6168,0,4.0607,1.6168,0,4.0607,1.6168,0 +PL 5.3423,0.0152,0,5.3423,2.6847,0,4.1094,4.1607,0,3.4439,4.7044,0,2.7823,4.7821,0 +PL 7.02,1.0829,0,6.5962,1.453,0,6.1657,1.8061,0,5.7419,2.1508,0 +PL 5.7419,3.2186,0,4.8873,4.285,0,4.0397,5.3428,0,3.2061,6.3838,0 +PL 6.3825,3.2186,0,6.442,3.5887,0,6.5124,3.9417,0,6.5962,4.2863,0,5.3777,5.9233,0,4.1238,7.3655,0,2.7823,7.9855,0 +PL 0.6774,3.7525,0,1.9274,3.7525,0,1.9274,3.7525,0,1.9274,3.7525,0 +PL 7.02,4.7821,0,6.7222,5.1974,0,6.6105,5.6127,0,6.5962,6.3838,0,5.7419,6.3838,0,5.0376,7.2878,0,4.3371,8.1749,0,3.6369,9.0534,0 +PL 0.6774,5.316,0,1.9274,5.316,0,1.9274,5.316,0,1.9274,5.316,0 +PL 0.2501,6.9177,0,2.355,6.9177,0,2.355,6.9177,0,2.355,6.9177,0 +PL 5.7419,7.9855,0,5.4757,8.381,0,5.4757,8.6578,0,5.7419,9.0534,0 +PL 6.1657,7.9855,0,7.02,7.9855,0,7.02,7.9855,0,7.02,7.9855,0 +PL 0.6774,8.5194,0,1.9274,8.5194,0,1.9274,8.5194,0,1.9274,8.5194,0 + +[8b1b] 講 +PL 0.8296,8.4661,0,2.0768,8.4661,0,2.0768,8.4661,0,2.0768,8.4661,0 +PL 4.2165,7.3984,0,3.9226,7.5876,0,3.6354,7.7683,0,3.3619,7.9322,0 +PL 6.318,7.3984,0,5.9747,7.774,0,5.5373,7.9124,0,4.6441,7.9322,0,4.4932,8.3024,0,4.3429,8.6554,0,4.2165,9.0001,0 +PL 5.4952,5.7966,0,6.318,5.7966,0,6.318,6.8644,0,5.6178,6.7006,0,4.917,6.5198,0,4.2165,6.3305,0 +PL 5.898,0,0,6.7491,0,0,5.9782,2.1991,0,4.5527,2.2118,0,3.7857,4.2332,0,4.6368,4.3842,0,4.9944,4.8828,0,5.0714,5.7966,0,2.9346,5.7966,0,2.9346,5.7966,0,2.9346,5.7966,0 +PL 3.7857,0,0,3.7857,1.5635,0,3.4918,1.7528,0,3.2116,1.9336,0,2.9346,2.0975,0 +PLC 2.0768,2.0975,0,2.0768,0,0,0.8296,0,0,0.8296,2.0975,0,2.0768,2.0975,0,2.0768,2.0975,0 +PL 0.8296,3.6992,0,2.0768,3.6992,0,2.0768,3.6992,0,2.0768,3.6992,0 +PL 0.8296,5.2628,0,2.0768,5.2628,0,2.0768,5.2628,0,2.0768,5.2628,0 +PL 6.7491,7.9322,0,6.5981,8.3024,0,6.4514,8.6554,0,6.318,9.0001,0 +PL 0.4023,6.8644,0,2.5073,6.8644,0,2.5073,6.8644,0,2.5073,6.8644,0 +PL 7.1726,2.0975,0,6.1954,3.0776,0,5.2325,3.0241,0,4.2165,3.1653,0 +PL 5.0714,3.6992,0,5.4147,4.0551,0,5.8521,4.0551,0,6.7491,3.6992,0 +PL 6.7491,5.7966,0,7.6037,5.7966,0,7.6037,5.7966,0,7.6037,5.7966,0 +L 0.4023,6.9025,2.9346,6.9025 +L 0.8296,8.5043,2.5073,8.5043 +L 0.8296,5.301,2.5073,5.301 +L 0.8296,4.233,2.5073,4.233 +PLC 2.5073,2.6695,0,2.5073,0,0,0.8296,0,0,0.8296,2.6695,0 + +[8b1d] 謝 +PLC 1.2589,0.7132,0,1.2589,2.0975,0,2.5093,2.0975,0,2.5093,0,0,1.2589,0,0 +PL 4.2188,0,0,5.0734,0,0,4.9893,0.8771,0,4.9189,1.7543,0,4.8629,2.6314,0,4.3484,2.0975,0,3.8546,1.5635,0,3.3639,1.0297,0 +PL 6.3234,0,0,7.1784,0,0,7.301,2.5735,0,7.1363,5.1554,0,5.8961,6.3305,0 +PL 3.7912,2.6314,0,4.1067,6.5791,0,4.3305,8.2303,0,4.6461,9.0001,0 +PL 4.2188,3.1653,0,5.0734,3.1653,0,5.0734,4.767,0,4.2188,4.767,0 +L 1.2589,3.6992,2.5093,3.6992 +PL 6.3234,3.9661,0,6.1728,4.2332,0,6.0261,4.5,0,5.8961,4.767,0 +L 1.2589,5.2628,2.5093,5.2628 +PL 5.0734,5.2628,0,5.0734,6.3305,0,4.2188,6.3305,0 +PL 7.6057,6.3305,0,7.301,6.7853,0,7.1959,7.4775,0,7.1784,9.0001,0 +L 0.8316,6.8644,2.9401,6.8644 +PL 5.0734,6.8644,0,4.9189,7.2344,0,4.7788,7.5876,0,4.6461,7.9322,0 +L 1.2589,8.4661,2.5093,8.4661 + +[8b21] 謡 +PL 6.4134,5.7966,0,6.7566,6.5198,0,7.1208,7.2345,0,7.4851,7.9323,0 +PL 4.0944,0,0,4.0944,2.0974,0,4.0944,2.0974,0,4.0944,2.0974,0 +PL 4.5217,0,0,5.8039,0,0,5.751,2.637,0,5.2222,3.5791,0,3.6706,3.6992,0 +PL 6.1958,0,0,7.4851,0,0,7.4851,2.0974,0,7.4851,2.0974,0,7.4851,2.0974,0 +PL 6.1958,3.6992,0,5.9195,4.1328,0,5.8179,4.6766,0,5.8039,5.7966,0,4.0944,5.7966,0,4.0944,5.7966,0,4.0944,5.7966,0 +PL 6.6266,3.6992,0,7.9054,3.6992,0,7.9054,3.6992,0,7.9054,3.6992,0 +PL 4.5217,7.1314,0,4.3711,7.5014,0,4.2243,7.8546,0,4.0944,8.1992,0,5.7199,8.5255,0,6.69,8.8517,0,7.4851,9,0 +PL 5.8039,7.1314,0,5.6495,7.3984,0,5.5094,7.6652,0,5.3801,7.9323,0 +L 0.7075,6.9026,3.2398,6.9026 +L 1.1383,8.5044,2.8125,8.5044 +L 1.1383,5.301,2.8125,5.301 +L 1.1383,4.2331,2.8125,4.2331 +PLC 2.8125,2.6696,0,2.8125,0,0,1.1383,0,0,1.1383,2.6696,0 + +[8b39] 謹 +PLC 0.8296,0.7232,0,0.8296,2.1356,0,2.0768,2.1356,0,2.0768,0,0,0.8296,0,0 +PL 3.3619,0,0,5.4952,0,0,5.3478,1.1949,0,4.9138,1.5762,0,4.2165,1.6017,0 +PL 5.898,0,0,7.6037,0,0,7.6037,0,0,7.6037,0,0 +PL 5.898,1.6017,0,5.6178,2.1356,0,5.3443,2.6695,0,5.0714,3.2033,0,3.7857,3.2033,0,3.7857,3.2033,0,3.7857,3.2033,0 +PL 5.6809,3.4703,0,5.4669,3.9165,0,5.2602,4.3461,0,5.0714,4.767,0,3.7857,4.767,0,3.7857,6.3686,0,4.6441,6.3686,0,4.4932,7.5635,0,4.0627,7.9449,0,3.3619,7.9703,0 +PL 6.318,3.2033,0,7.1726,3.2033,0,7.1726,3.2033,0,7.1726,3.2033,0 +PL 0.8296,3.6991,0,2.0768,3.6991,0,2.0768,3.6991,0,2.0768,3.6991,0 +PL 5.898,4.767,0,5.6178,5.3008,0,5.3443,5.8347,0,5.0714,6.3686,0 +PL 6.318,4.767,0,7.1726,4.767,0,7.1726,6.3686,0,5.898,6.3686,0,5.898,6.3686,0,5.898,6.3686,0 +PL 2.5073,5.3009,0,0.8296,5.3008,0,2.0768,5.3008,0,2.0768,5.3008,0,2.0768,5.3008,0 +PL 2.9346,6.9025,0,0.4023,6.9025,0,2.5073,6.9025,0,2.5073,6.9025,0,2.5073,6.9025,0 +PL 6.318,7.1695,0,5.7926,7.7712,0,5.173,8.2458,0,4.6441,9,0 +PL 6.7491,7.9703,0,6.5981,8.3136,0,6.4514,8.6568,0,6.318,9,0 +PL 0.8296,8.4661,0,2.0768,8.4661,0,2.0768,8.4661,0,2.0768,8.4661,0 +L 0.8296,8.5043,2.5073,8.5043 +L 0.8296,4.233,2.5073,4.233 +PLC 2.5073,2.6695,0,2.5073,0,0,0.8296,0,0,0.8296,2.6695,0 + +[8b58] 識 +PL 5.2232,0,0,5.4407,0.1793,0,5.6505,0.3419,0,5.8645,0.4958,0,5.5037,0.8715,0,4.9573,1.0099,0,3.7595,1.0297,0,3.7595,3.6992,0,5.4407,3.6992,0,5.4407,1.5635,0 +PL 7.5733,0.4958,0,7.2795,0.8659,0,6.9923,1.219,0,6.7222,1.5635,0,6.5685,1.3997,0,6.4245,1.219,0,6.2918,1.0297,0 +PL 8.0006,0.4958,0,8.0006,1.5635,0,8.0006,1.5635,0 +PL 6.7222,2.0975,0,6.4669,4.8164,0,5.4617,5.3913,0,3.3357,5.2628,0 +PL 7.1495,2.0975,0,7.4231,2.8207,0,7.7032,3.5354,0,8.0006,4.2332,0 +L 4.1868,2.6314,5.0134,2.6314 +PL 7.1495,5.2628,0,6.8483,5.757,0,6.7366,6.726,0,6.7222,9.0001,0 +PL 4.1868,5.7966,0,4.0358,6.4336,0,3.8922,7.0537,0,3.7595,7.6653,0,4.0358,7.7683,0,4.3125,7.8546,0,4.5822,7.9322,0,4.5822,9.0001,0 +PL 5.0134,5.7966,0,5.2971,6.2317,0,5.2971,6.7853,0,5.0134,7.9322,0 +PL 8.0006,7.1314,0,7.8504,7.3984,0,7.7032,7.6653,0,7.5733,7.9322,0 +L 0.768,6.9025,3.3038,6.9025 +L 1.1988,8.5043,2.8765,8.5043 +L 1.1988,5.301,2.8765,5.301 +L 1.1988,4.233,2.8765,4.233 +PLC 2.8765,2.6695,0,2.8765,0,0,1.1988,0,0,1.1988,2.6695,0 + +[8b5c] 譜 +PLC 0.6759,2.1356,0,2.3847,2.1356,0,2.3847,0,0,0.6759,0,0 +PLC 4.0939,3.6992,0,6.6265,3.6992,0,6.6265,0,0,4.0939,0,0 +L 4.4897,2.1356,6.1989,2.1356 +L 0.6759,3.6992,2.3847,3.6992 +L 0.6759,5.3008,2.3847,5.3008 +PL 3.2393,5.3008,0,4.917,5.3008,0,4.917,7.9322,0,3.6631,7.9322,0 +PL 5.5583,5.3008,0,5.4742,6.178,0,5.4038,7.0551,0,5.3443,7.9322,0 +L 6.1989,5.3008,7.4811,5.3008 +L 0.2797,6.9026,2.812,6.9026 +PL 6.1989,8.1992,0,6.3253,8.4661,0,6.4756,8.7331,0,6.6265,9,0 +L 0.6759,8.4661,2.3847,8.4661 + +[8b66] 警 +PLC 1.7783,0.5339,0,1.7783,1.6017,0,6.4089,1.6017,0,6.4089,0,0,1.7783,0,0 +PL 2.2024,2.6695,0,6.0127,2.6695,0,6.0127,2.6695,0,6.0127,2.6695,0 +PL 0.4929,3.7373,0,7.6939,3.7373,0,7.6939,3.7373,0,7.6939,3.7373,0 +PL 2.2024,4.7669,0,3.3968,5.2302,0,3.8272,6.058,0,3.8832,7.4364,0,2.5978,7.4364,0,2.5978,5.8347,0,1.3478,5.8347,0,1.2638,6.2048,0,1.1969,6.5579,0,1.1373,6.9026,0,0.9205,6.7388,0,0.7065,6.5579,0,0.4929,6.3686,0 +PL 3.8832,4.7669,0,4.8117,5.0042,0,5.3683,5.4195,0,6.0127,6.3686,0,5.7189,6.9026,0,5.4352,7.4364,0,5.1616,7.9703,0,5.0114,7.8064,0,4.8639,7.6256,0,4.7343,7.4364,0 +PL 7.2666,5.3008,0,6.9689,5.671,0,6.6852,6.024,0,6.4089,6.3686,0,6.7136,6.7838,0,6.8253,7.1991,0,6.8393,7.9703,0,6.2442,8.0084,0,5.9185,8.2754,0,5.5924,9,0 +PL 1.5611,7.4364,0,1.6242,7.8064,0,1.6946,8.1596,0,1.7783,8.5042,0,0.4929,8.5042,0,0.4929,8.5042,0,0.4929,8.5042,0 +PL 3.0255,8.2373,0,2.752,8.3403,0,2.4791,8.4265,0,2.2024,8.5042,0 +PL 3.4528,8.5042,0,4.3039,8.5042,0,4.3039,8.5042,0,4.3039,8.5042,0 + +[8b70] 議 +PL 3.2061,0,0,4.0607,0,0,4.0607,1.6018,0,2.7823,1.6018,0 +PL 2.7823,3.6991,0,3.3984,3.7288,0,3.7276,3.9365,0,4.0607,4.5001,0,3.6369,4.6032,0,3.2061,4.6894,0,2.7823,4.767,0 +PL 6.1657,1.6018,0,5.9517,2.2387,0,5.7419,2.8588,0,5.5244,3.4704,0,4.7784,3.613,0,4.4005,3.5439,0,4.0607,3.2034,0,4.0607,2.1356,0,4.915,2.1356,0 +PL 7.02,0,0,6.6525,0.3703,0,6.2984,0.7231,0,5.9517,1.0679,0,5.5983,0.904,0,5.2516,0.7231,0,4.915,0.5339,0 +L 7.4473,0,7.4473,1.0679 +L 6.5962,3.6991,7.4473,3.6991 +PL 6.1657,3.6991,0,6.0183,4.0691,0,5.8676,4.4224,0,5.7419,4.767,0 +L 5.7419,6.9026,6.5962,6.9026 +PL 7.02,4.767,0,6.8697,5.0339,0,6.7257,5.3009,0,6.5962,5.5679,0,5.3146,5.671,0,4.0397,5.7571,0,2.7823,5.8348,0 +PL 5.3423,6.9026,0,4.9605,7.476,0,4.2989,7.7529,0,2.7823,7.9703,0 +L 5.5244,7.9703,6.1657,9.0001 +L 6.1657,7.9703,7.02,7.9703 +PL 4.915,6.3688,0,4.5686,6.7445,0,4.1269,6.8827,0,3.2061,6.9026,0 +L 0.2504,6.9025,2.7823,6.9025 +L 0.6774,8.5043,2.3554,8.5043 +L 0.6774,5.301,2.3554,5.301 +L 0.6774,4.233,2.3554,4.233 +PLC 2.3554,2.6695,0,2.3554,0,0,0.6774,0,0,0.6774,2.6695,0 + +[8b72] 譲 +PLC 0.5229,0.7515,0,0.5229,2.1357,0,1.8052,2.1357,0,1.8052,0.0382,0,0.5229,0.0382,0 +PL 3.0867,0.0382,0,4.3371,0.0382,0,4.2534,0.7515,0,4.1865,1.4478,0,4.1238,2.1357,0,3.7662,1.9718,0,3.4233,1.791,0,3.0867,1.6018,0 +PL 6.8977,0.0382,0,6.6035,0.3814,0,6.3198,0.7246,0,6.0428,1.0678,0,5.7104,0.6921,0,5.3808,0.5537,0,4.7644,0.534,0 +PL 6.0428,1.6018,0,5.7451,2.017,0,5.633,2.4323,0,5.6193,3.2034,0,5.3181,3.0396,0,5.0376,2.8589,0,4.7644,2.6695,0 +PL 6.4736,1.6018,0,6.7468,2.0579,0,7.0273,2.5057,0,7.3247,2.9365,0,5.3528,3.743,0,4.6733,3.6936,0,3.0867,3.2034,0 +PL 0.5229,3.7373,0,1.8052,3.7373,0,1.8052,3.7373,0,1.8052,3.7373,0 +PL 3.728,4.2712,0,3.8506,4.5382,0,3.9802,4.8052,0,4.1238,5.0721,0,3.7662,5.1484,0,3.4233,5.2247,0,3.0867,5.3009,0 +PL 6.4736,4.2712,0,5.6018,5.0553,0,4.6453,5.7374,0,3.5105,6.9026,0 +PL 0.5229,5.3009,0,1.8052,5.3009,0,1.8052,5.3009,0,1.8052,5.3009,0 +PL 6.4736,5.3009,0,6.2673,6.1018,0,6.2529,6.9026,0,6.0428,7.7034,0,5.4687,7.6258,0,4.894,7.5397,0,4.3371,7.4365,0 +PL 0.1271,6.9026,0,2.2321,6.9026,0,2.2321,6.9026,0,2.2321,6.9026,0 +PL 3.0867,7.9704,0,3.9417,7.9704,0,3.9417,7.9704,0,3.9417,7.9704,0 +PL 6.4736,7.9704,0,7.3247,7.9704,0,7.3247,7.9704,0,7.3247,7.9704,0 +PL 0.5229,8.5043,0,1.8052,8.5043,0,1.8052,8.5043,0,1.8052,8.5043,0 +L 0.096,6.9407,2.6279,6.9407 +L 0.5229,8.5425,2.2009,8.5425 +L 0.5229,5.3392,2.2009,5.3392 +L 0.5229,4.2713,2.2009,4.2713 +PLC 2.2009,2.7078,0,2.2009,0.0382,0,0.5229,0.0382,0,0.5229,2.7078,0 + +[8b77] 護 +PLC 0.734,0.7132,0,0.734,2.0975,0,2.0198,2.0975,0,2.0198,0,0,0.734,0,0 +PL 2.874,0,0,4.0684,0.0184,0,4.6148,0.1468,0,4.979,0.4958,0,4.3486,1.4449,0,3.9108,1.8602,0,3.2978,2.0975,0 +PL 5.8336,0,0,5.6834,0.1793,0,5.5363,0.3419,0,5.4063,0.4958,0,5.6834,0.9521,0,5.9636,1.3997,0,6.2574,1.8306,0,5.6834,1.9336,0,5.1051,2.0197,0,4.5486,2.0975,0 +PL 6.2574,0,0,7.5432,0,0,7.5432,0,0,7.5432,0,0 +PL 3.7286,3.1653,0,3.6446,4.0425,0,3.5749,4.9194,0,3.5153,5.7966,0,3.2978,5.6328,0,3.088,5.4519,0,2.874,5.2628,0 +PL 4.1248,3.1653,0,4.5486,3.2684,0,4.979,3.3545,0,5.4063,3.4322,0,5.0739,3.9959,0,4.7409,4.2034,0,4.1248,4.2332,0 +PL 5.8336,3.1653,0,7.5432,3.1653,0,7.5432,3.1653,0,7.5432,3.1653,0 +PL 0.734,3.6992,0,2.0198,3.6992,0,2.0198,3.6992,0,2.0198,3.6992,0 +PL 5.8336,4.2332,0,5.1997,4.9577,0,4.7549,5.2247,0,4.1248,5.2628,0 +PL 6.2574,4.2332,0,7.1124,4.2332,0,7.1124,4.2332,0,7.1124,4.2332,0 +PL 0.734,5.2628,0,2.0198,5.2628,0,2.0198,5.2628,0,2.0198,5.2628,0 +PL 5.8336,5.2628,0,5.4694,5.8461,0,4.923,6.1921,0,3.7286,6.5975,0,3.9878,7.1807,0,3.9878,7.5268,0,3.7286,7.9322,0,2.874,7.9322,0,2.874,7.9322,0,2.874,7.9322,0 +PL 6.2574,5.2628,0,7.1124,5.2628,0,7.1124,5.2628,0,7.1124,5.2628,0 +PL 5.8336,6.3305,0,7.5432,6.3305,0,7.5432,6.3305,0,7.5432,6.3305,0 +PL 0.3141,6.8644,0,2.4436,6.8644,0,2.4436,6.8644,0,2.4436,6.8644,0 +PL 4.5486,7.9322,0,4.3976,8.3024,0,4.254,8.6554,0,4.1248,9.0001,0 +PL 4.979,7.9322,0,6.2574,7.9322,0,6.2574,9.0001,0,6.2574,9.0001,0,6.2574,9.0001,0 +PL 6.6847,7.9322,0,7.5432,7.9322,0,7.5432,7.9322,0,7.5432,7.9322,0 +PL 0.734,8.4661,0,2.0198,8.4661,0,2.0198,8.4661,0,2.0198,8.4661,0 +L 0.3141,6.9025,2.839,6.9025 +L 0.734,8.5043,2.4152,8.5043 +L 0.734,5.301,2.4152,5.301 +L 0.734,4.233,2.4152,4.233 +PLC 2.4152,2.6695,0,2.4152,0,0,0.734,0,0,0.734,2.6695,0 + +[8c37] 谷 +PLC 2.2019,0,0,6.6006,0,0,6.6006,3.0001,0,2.2019,3.0001,0 +PL 8.0016,3.8999,0,4.4014,7.5001,0,0.7974,3.8999,0 +L 2.5973,9.0001,1.7252,7.4854 +L 6.1979,9.0001,7.0738,7.4854 + +[8c46] 豆 +PL 0.8296,8.4661,0,7.1726,8.4661,0,7.1726,8.4661,0,7.1726,8.4661,0 +PLC 3.2218,6.3688,0,6.318,6.3688,0,6.318,3.6991,0,1.6807,3.6991,0,1.6807,6.3688,0 +PL 2.9346,1.3347,0,2.7843,1.7811,0,2.6369,2.2103,0,2.5073,2.6313,0 +PL 0.4023,0,0,1.9609,0.1032,0,3.5128,0.1893,0,5.0714,0.267,0,5.3443,1.0664,0,5.6178,1.8574,0,5.898,2.6313,0 +PL 5.4952,0,0,7.6037,0,0,7.6037,0,0,7.6037,0,0 + +[8c4a] 豊 +PL 0.126,0.0152,0,2.6579,0.0152,0,2.5147,0.6522,0,2.3847,1.2723,0,2.2621,1.8838,0,1.9644,1.987,0,1.6807,2.0731,0,1.4114,2.1508,0,1.4114,3.7143,0,5.6455,3.7143,0,5.6455,2.1508,0,4.7944,2.1508,0,4.6438,1.5393,0,4.497,0.9191,0,4.3675,0.2821,0,5.1972,0.2045,0,6.0483,0.1183,0,6.8994,0.0152,0 +PL 3.0852,0.0152,0,3.9363,0.0152,0,3.9363,0.0152,0,3.9363,0.0152,0 +PL 2.6579,2.1508,0,4.3675,2.1508,0,4.3675,2.1508,0,4.3675,2.1508,0 +PL 0.126,4.7821,0,6.8994,4.7821,0,6.8994,4.7821,0,6.8994,4.7821,0 +PL 0.9802,5.85,0,0.9802,7.9474,0,2.2621,7.9474,0,2.3847,8.3176,0,2.5147,8.6705,0,2.6579,9.0152,0 +PL 1.4114,5.85,0,1.8142,5.9531,0,2.2341,6.0392,0,2.6579,6.117,0,2.35,6.6804,0,2.024,6.8881,0,1.4114,6.9178,0 +PL 3.0852,5.85,0,3.5164,5.9531,0,3.9363,6.0392,0,4.3675,6.117,0,3.8242,6.7003,0,3.1973,7.0463,0,2.6579,7.4517,0,3.1973,7.8401,0,3.8242,8.2454,0,4.3675,9.0152,0 +PL 4.7944,5.85,0,6.0766,5.85,0,6.0766,6.9178,0,5.1587,6.9376,0,4.7138,7.0759,0,4.3675,7.4517,0,4.7138,7.7822,0,5.1587,7.7822,0,6.0766,7.4517,0 + +[8c5a] 豚 +PL 0.1271,0.267,0,0.4038,1.1046,0,0.5093,3.2303,0,0.5229,8.4661,0,2.2321,8.4661,0,2.2321,1.6017,0,3.3532,2.0551,0,4.2285,2.7373,0,5.6193,4.2331,0,5.6018,5.0043,0,5.4897,5.4195,0,5.1882,5.8348,0,4.488,5.137,0,3.7875,4.4223,0,3.0867,3.6991,0 +PL 1.3775,0,0,2.2321,0,0,2.2321,1.0678,0,2.2321,1.0678,0,2.2321,1.0678,0 +PL 4.3371,0,0,5.5734,0.6624,0,5.6403,2.1469,0,6.0428,3.6991,0,6.4736,3.0113,0,6.8977,2.315,0,7.3247,1.6017,0 +PL 0.9467,3.6991,0,1.8052,3.6991,0,1.8052,3.6991,0,1.8052,3.6991,0 +PL 6.0428,5.3008,0,6.4736,5.8348,0,6.8977,6.3687,0,7.3247,6.9026,0 +PL 3.2969,5.8348,0,4.1795,6.6611,0,4.5542,7.3601,0,4.7644,8.4661,0,3.0867,8.4661,0,3.0867,8.4661,0,3.0867,8.4661,0 +PL 0.9467,6.3687,0,1.8052,6.3687,0,1.8052,6.3687,0,1.8052,6.3687,0 +PL 5.1882,8.4661,0,6.8977,8.4661,0,6.8977,8.4661,0,6.8977,8.4661,0 + +[8c61] 象 +PL 3.3357,0,0,3.9658,0.0396,0,4.4001,0.3164,0,5.0134,1.0679,0,4.9293,1.6002,0,4.8589,2.1244,0,4.7994,2.6313,0,3.5,1.6639,0,2.0958,0.8658,0,0.768,0.5339,0 +PL 7.5733,0.5339,0,6.5051,1.6002,0,5.4407,2.6581,0,4.3689,3.6991,0,3.3038,3.1652,0,2.2461,2.6313,0,1.1988,2.0973,0 +PL 1.1988,3.6991,0,1.9414,3.8376,0,2.5893,4.0946,0,3.3357,4.233,0,3.4649,4.5001,0,3.6085,4.7668,0,3.7595,5.0339,0,3.0376,5.1371,0,2.3266,5.2232,0,1.6261,5.3009,0,1.595,6.0705,0,1.3708,6.476,0,0.768,6.8644,0 +PL 5.6505,3.6991,0,6.1408,4.0692,0,6.6382,4.4223,0,7.1495,4.7668,0,6.7506,5.1427,0,5.987,5.2811,0,4.1868,5.3009,0,4.1868,6.8644,0,2.6699,6.8841,0,2.0013,7.0226,0,1.6261,7.3983,0,1.9028,7.7683,0,2.1834,8.1216,0,2.4772,8.4661,0,3.3112,8.3883,0,4.1588,8.3023,0,5.0134,8.1992,0,4.8589,7.8545,0,4.7153,7.5014,0,4.5822,7.1314,0,5.2862,7.0537,0,5.9937,6.9675,0,6.7222,6.8644,0,6.7222,5.8347,0 + +[8c6a] 豪 +PL 2.7803,0.0381,0,2.4161,0.4138,0,1.8623,0.5522,0,0.647,0.572,0 +PL 3.3933,0.0381,0,3.8346,0.4519,0,3.9463,0.8574,0,3.8206,1.6017,0,3.029,1.3644,0,2.1706,1.483,0,1.0708,1.6017,0 +PL 6.1672,0.572,0,4.388,2.014,0,2.9726,2.5748,0,1.0708,2.6694,0 +PL 5.5259,2.1356,0,5.8727,2.3248,0,6.2303,2.5056,0,6.5945,2.6694,0 +PL 2.7803,3.4703,0,2.2021,3.5734,0,1.6315,3.6595,0,1.0708,3.7372,0 +PL 0.2165,3.7372,0,0.2165,4.805,0,7.0215,4.805,0,7.0215,3.7372,0,7.0215,3.7372,0,7.0215,3.7372,0 +PL 4.0339,3.7372,0,6.1672,3.7372,0,6.1672,3.7372,0,6.1672,3.7372,0 +PLC 1.5016,6.2161,0,1.5016,6.9025,0,5.7434,6.9025,0,5.7434,5.8729,0,1.5016,5.8729,0 +PL 0.2165,7.9703,0,3.6031,7.9703,0,3.6031,9.0381,0,3.6031,9.0381,0,3.6031,9.0381,0 +PL 4.0339,7.9703,0,7.0215,7.9703,0,7.0215,7.9703,0,7.0215,7.9703,0 + +[8c9d] 貝 +PLC 5.9496,8.4662,0,5.9496,2.1357,0,1.2819,2.1357,0,1.2819,8.4662,0 +L 0.0003,0,2.113,1.112 +L 6.3769,0,5.1164,1.092 +L 1.2819,6.3689,5.9496,6.3689 +L 1.2819,4.233,5.9496,4.233 + +[8c9e] 貞 +PL 1.0431,0,0,1.6031,0.1893,0,2.1744,0.3702,0,2.7519,0.534,0 +PL 6.1427,0,0,5.8415,0.1893,0,5.5613,0.3702,0,5.2842,0.534,0 +PL 1.9008,1.6018,0,1.9008,6.3687,0,4.0303,6.3687,0,4.0303,9.0001,0,4.0303,9.0001,0,4.0303,9.0001,0 +PL 2.3215,1.6018,0,6.1427,1.6018,0,6.1427,3.2035,0,2.3215,3.2035,0,2.3215,3.2035,0,2.3215,3.2035,0 +PL 6.1427,3.7373,0,6.1427,4.767,0,2.3215,4.767,0,2.3215,4.767,0,2.3215,4.767,0 +PL 6.1427,5.3009,0,6.1427,6.3687,0,4.4331,6.3687,0,4.4331,6.3687,0,4.4331,6.3687,0 +PL 4.4331,7.9704,0,6.9938,7.9704,0,6.9938,7.9704,0,6.9938,7.9704,0 + +[8ca0] 負 +PL 1.2544,0,0,1.7482,0.37,0,2.2354,0.7232,0,2.7223,1.0679,0 +PL 6.5361,0,0,6.1091,0.37,0,5.6885,0.7232,0,5.2822,1.0679,0 +PL 1.8638,2.0973,0,1.7868,3.6215,0,1.7136,5.1371,0,1.654,6.6356,0,1.4435,6.7118,0,1.2334,6.7882,0,1.0446,6.8644,0 +PL 2.2946,2.0973,0,6.1091,2.0973,0,6.1091,3.6991,0,2.2946,3.6991,0,2.2946,3.6991,0,2.2946,3.6991,0 +PL 6.1091,4.233,0,6.1091,5.3009,0,2.2946,5.3009,0,2.2946,5.3009,0,2.2946,5.3009,0 +PL 6.1091,5.8347,0,6.1091,6.8644,0,3.4088,6.8841,0,2.3121,7.0226,0,1.8638,7.3983,0,2.144,7.7683,0,2.4246,8.1216,0,2.7223,8.4661,0,3.4224,8.3883,0,4.1334,8.3023,0,4.8584,8.1992,0,4.7047,7.9322,0,4.5607,7.6653,0,4.4311,7.3983,0 + +[8ca1] 財 +PL 0.5838,0,0,0.8605,0.3433,0,1.1403,0.6865,0,1.4415,1.0297,0 +PL 5.2525,0,0,6.5344,0,0,6.4539,1.7543,0,6.3835,3.5086,0,6.3204,5.2628,0,5.6798,4.2218,0,5.0385,3.1639,0,4.4014,2.0975,0 +PLC 1.0142,4.2317,0,1.0142,8.4661,0,3.1157,8.4661,0,3.1157,2.0975,0,1.0142,2.0975,0 +PL 1.4415,4.2332,0,2.7203,4.2332,0,2.7203,4.2332,0,2.7203,4.2332,0 +PL 6.1103,6.0636,0,5.5289,6.1668,0,4.9548,6.2529,0,4.4014,6.3305,0 +PL 1.4415,6.3305,0,2.7203,6.3305,0,2.7203,6.3305,0,2.7203,6.3305,0 +PL 6.5344,6.3305,0,6.5344,9.0001,0,6.5344,9.0001,0,6.5344,9.0001,0 +PL 6.9614,6.3305,0,7.7848,6.3305,0,7.7848,6.3305,0,7.7848,6.3305,0 + +[8ca2] 貢 +PL 0.2807,0.0381,0,0.7676,0.3813,0,1.2614,0.7245,0,1.7731,1.0678,0 +PL 6.4419,0.0381,0,6.0146,0.3813,0,5.587,0.7245,0,5.1565,1.0678,0 +PLC 1.3455,3.2033,0,1.3455,5.339,0,5.587,5.339,0,5.587,2.1356,0,1.3455,2.1356,0 +PL 1.7731,3.2033,0,5.1565,3.2033,0,5.1565,3.2033,0,5.1565,3.2033,0 +PL 1.7731,4.2711,0,5.1565,4.2711,0,5.1565,4.2711,0,5.1565,4.2711,0 +PL 0.0639,6.9025,0,3.447,6.9025,0,3.447,8.5041,0,0.9217,8.5041,0,0.9217,8.5041,0,0.9217,8.5041,0 +PL 3.8781,6.9025,0,6.8657,6.9025,0,6.8657,6.9025,0,6.8657,6.9025,0 +PL 3.8781,8.5041,0,6.0146,8.5041,0,6.0146,8.5041,0,6.0146,8.5041,0 + +[8ca7] 貧 +PL 1.2579,0,0,1.8186,0.1892,0,2.3892,0.37,0,2.9674,0.534,0 +PL 6.7812,0,0,6.4874,0.1892,0,6.1998,0.37,0,5.927,0.534,0 +PL 2.5436,1.5635,0,2.5646,3.6172,0,2.2985,4.8743,0,1.2579,5.3009,0 +PL 2.9674,1.5635,0,6.3575,1.5635,0,6.3575,2.6314,0,2.9674,2.6314,0,2.9674,2.6314,0,2.9674,2.6314,0 +PL 6.3575,3.4322,0,5.2262,3.5354,0,4.0949,3.6214,0,2.9674,3.6992,0 +PL 6.3575,4.5,0,5.2262,4.6031,0,4.0949,4.6893,0,2.9674,4.767,0 +PL 2.7534,5.8348,0,3.0967,6.2811,0,3.4609,6.7105,0,3.8252,7.1314,0,3.3947,7.3984,0,2.9674,7.6652,0,2.5436,7.9322,0,1.9727,7.5876,0,1.4155,7.2345,0,0.8625,6.8644,0 +PL 5.0724,5.8348,0,5.6885,5.863,0,6.0251,6.0608,0,6.3575,6.5974,0,5.9932,7.161,0,5.4437,7.3687,0,4.2493,7.3984,0 +PL 7.6358,6.8644,0,6.9108,7.5876,0,6.1998,8.3023,0,5.4997,9,0 + +[8ca8] 貨 +PL 1.8033,6.3688,0,1.7262,6.9026,0,1.653,7.4365,0,1.5935,7.9704,0,1.2257,7.6258,0,0.8681,7.2727,0,0.5249,6.9026,0 +PLC 3.3619,5.3009,0,6.4724,5.3009,0,6.4724,2.1357,0,1.8033,2.1357,0,1.8033,5.3009,0 +PL 2.2344,4.2714,0,6.0451,4.2714,0,6.0451,4.2714,0,6.0451,4.2714,0 +PL 2.2344,3.2034,0,6.0451,3.2034,0,6.0451,3.2034,0,6.0451,3.2034,0 +PL 1.1662,0,0,1.653,0.3702,0,2.15,0.7233,0,2.6617,1.0679,0 +PL 6.8997,0,0,6.4724,0.3702,0,6.0451,0.7233,0,5.6213,1.0679,0 +PL 4.98,7.9704,0,5.6213,8.3406,0,6.2584,8.6936,0,6.8997,9.0383,0 +PL 4.7667,6.3688,0,4.462,6.8236,0,4.3531,7.5157,0,4.3356,9.0383,0 +PL 5.1905,6.3688,0,7.3302,6.3688,0,7.3302,7.4365,0,7.3302,7.4365,0,7.3302,7.4365,0 + +[8ca9] 販 +PL 0.6173,0,0,0.8901,0.3701,0,1.1773,0.7231,0,1.4719,1.0677,0 +PL 3.1531,0,0,2.8515,0.3701,0,2.5713,0.7231,0,2.2946,1.0677,0 +PL 4.6451,0,0,5.132,0.6369,0,5.6188,1.257,0,6.1091,1.8687,0,5.5274,3.5918,0,5.3141,4.6201,0,5.2822,5.8348,0,4.4311,5.8348,0,4.3996,3.8587,0,4.1754,2.4844,0,3.5734,0.5339,0 +PL 7.818,0,0,7.3907,0.6369,0,6.9634,1.257,0,6.5361,1.8687,0,7.1389,3.2358,0,7.3595,4.2641,0,7.3907,5.8348,0,5.6783,5.8348,0,5.6783,5.8348,0,5.6783,5.8348,0 +PLC 1.0446,4.2316,0,1.0446,8.4661,0,2.7223,8.4661,0,2.7223,2.0974,0,1.0446,2.0974,0 +PL 1.4719,4.233,0,2.2946,4.233,0,2.2946,4.233,0,2.2946,4.233,0 +PL 1.4719,6.3687,0,2.2946,6.3687,0,2.2946,6.3687,0,2.2946,6.3687,0 +PL 4.4311,6.3687,0,4.4311,8.4661,0,7.818,8.4661,0,7.818,8.4661,0,7.818,8.4661,0 + +[8cab] 貫 +PL 0.1592,0.0001,0,0.7055,0.1894,0,1.2659,0.3701,0,1.8337,0.5338,0 +PL 6.0751,0.0001,0,5.7809,0.1894,0,5.4969,0.3701,0,5.2202,0.5338,0 +PLC 1.4099,2.6681,0,1.4099,4.7669,0,5.6475,4.7669,0,5.6475,1.6017,0,1.4099,1.6017,0 +PL 1.8337,2.6314,0,5.2202,2.6314,0,5.2202,2.6314,0,5.2202,2.6314,0 +PL 1.8337,3.6992,0,5.2202,3.6992,0,5.2202,3.6992,0,5.2202,3.6992,0 +PL 1.4099,6.6357,0,1.2204,7.0199,0,0.895,7.2175,0,0.1592,7.3983,0 +PL 1.8337,6.3686,0,2.3937,6.4718,0,2.9646,6.558,0,3.5425,6.6357,0,2.8946,7.2021,0,2.0578,7.6074,0,1.4099,8.1992,0,3.3537,7.9916,0,5.1855,7.606,0,6.9294,7.3983,0 +PL 3.9733,6.3686,0,4.5197,6.4718,0,5.0766,6.558,0,5.6475,6.6357,0,5.0065,7.1922,0,4.1838,7.5283,0,3.5425,7.9323,0 + +[8cac] 責 +PL 0.1915,0,0,0.7446,0.1892,0,1.319,0.37,0,1.8972,0.534,0 +PL 6.1348,0,0,5.841,0.1892,0,5.5573,0.37,0,5.2802,0.534,0 +PLC 1.4699,2.6314,0,1.4699,4.767,0,5.711,4.767,0,5.711,1.5635,0,1.4699,1.5635,0 +PL 1.8972,2.6314,0,5.2802,2.6314,0,5.2802,2.6314,0,5.2802,2.6314,0 +PL 1.8972,3.6992,0,5.2802,3.6992,0,5.2802,3.6992,0,5.2802,3.6992,0 +PL 0.1915,5.8348,0,1.3155,5.9379,0,2.4436,6.0241,0,3.5749,6.1017,0,3.4239,6.3673,0,3.2768,6.6243,0,3.1476,6.8644,0,1.0426,6.8644,0,1.0426,6.8644,0,1.0426,6.8644,0 +PL 4.0022,5.8348,0,6.9614,5.8348,0,6.9614,5.8348,0,6.9614,5.8348,0 +PL 4.0022,6.8644,0,2.8916,7.8532,0,1.8864,8.0113,0,0.6153,7.9322,0 +PL 4.426,6.8644,0,6.1348,6.8644,0,6.1348,6.8644,0,6.1348,6.8644,0 +PL 4.0022,7.9322,0,3.8477,8.3023,0,3.7041,8.6554,0,3.5749,9,0 +PL 4.426,7.9322,0,6.531,7.9322,0,6.531,7.9322,0,6.531,7.9322,0 + +[8caf] 貯 +PL 0.8595,0,0,1.1393,0.3432,0,1.4195,0.6864,0,1.7176,1.0296,0 +PL 4.6736,0,0,5.9275,0,0,5.9275,4.767,0,3.8225,4.767,0,3.8225,4.767,0,3.8225,4.767,0 +PLC 1.2903,4.2316,0,1.2903,8.4662,0,2.9644,8.4662,0,2.9644,2.0974,0,1.2903,2.0974,0 +PL 1.7176,4.2331,0,2.5406,4.2331,0,2.5406,4.2331,0,2.5406,4.2331,0 +PL 6.3548,4.767,0,8.0636,4.767,0,8.0636,4.767,0,8.0636,4.767,0 +PL 1.7176,6.3305,0,2.5406,6.3305,0,2.5406,6.3305,0,2.5406,6.3305,0 +PL 3.8225,6.3305,0,3.8225,7.3984,0,5.9275,7.3984,0,5.9275,9,0,5.9275,9,0,5.9275,9,0 +PL 8.0636,6.3305,0,8.0636,7.3984,0,6.3548,7.3984,0,6.3548,7.3984,0,6.3548,7.3984,0 + +[8cb4] 貴 +PL 0.3083,0,0,0.862,0.1892,0,1.415,0.3701,0,1.9859,0.5339,0 +PL 6.2277,0,0,5.9297,0.1892,0,5.6495,0.3701,0,5.3766,0.5339,0 +PLC 1.5621,2.6681,0,1.5621,4.7669,0,5.8004,4.7669,0,5.8004,1.6017,0,1.5621,1.6017,0 +PL 1.9859,2.6695,0,5.3766,2.6695,0,5.3766,2.6695,0,5.3766,2.6695,0 +PL 1.9859,3.7373,0,5.3766,3.7373,0,5.3766,3.7373,0,5.3766,3.7373,0 +PL 0.3083,5.8347,0,1.4395,5.9379,0,2.5708,6.024,0,3.6955,6.1017,0,3.5445,6.3686,0,3.4009,6.6356,0,3.2717,6.9026,0,1.5621,6.9026,0,1.5621,7.9703,0,3.2717,7.9703,0,3.4009,8.3135,0,3.5445,8.6568,0,3.6955,9,0 +PL 4.1228,5.8347,0,7.0855,5.8347,0,7.0855,5.8347,0,7.0855,5.8347,0 +PLC 3.9088,7.8235,0,4.8369,8.0154,0,5.8004,7.9703,0,5.8004,6.9026,0,4.1228,6.9026,0 + +[8cb7] 買 +PLC -0.0004,8.5043,0,6.3761,8.5043,0,6.3761,6.9025,0,-0.0004,6.9025,0 +PLC 5.5215,5.8347,0,5.5215,1.0677,0,0.8542,1.0677,0,0.8542,5.8347,0 +L 2.1249,6.9025,2.1249,8.5043 +L 4.2508,6.9025,4.2508,8.5043 +L -0.0004,0,1.1302,1.0677 +L 0.8542,4.233,5.5215,4.233 +L 0.8542,2.6695,5.5215,2.6695 +L 6.3761,0,5.2455,1.0677 + +[8cb8] 貸 +PL 1.2579,0,0,1.8186,0.1893,0,2.3892,0.3701,0,2.9674,0.5339,0 +PL 6.3575,0,0,6.0597,0.1893,0,5.776,0.3701,0,5.4997,0.5339,0 +PLC 2.1163,2.8489,0,2.1163,5.3009,0,6.3575,5.3009,0,6.3575,1.6017,0,2.1163,1.6017,0 +PL 2.5436,3.1652,0,5.927,3.1652,0,5.927,3.1652,0,5.927,3.1652,0 +PL 2.5436,4.2332,0,5.927,4.2332,0,5.927,4.2332,0,5.927,4.2332,0 +PL 7.2085,5.8349,0,5.6608,6.8673,0,4.5152,7.3065,0,2.9674,7.3983,0 +PL 7.8498,5.8349,0,7.9094,6.2049,0,7.9826,6.558,0,8.0631,6.9025,0 +PL 2.1163,6.3687,0,2.0319,6.9012,0,1.9619,7.4251,0,1.9023,7.9322,0,1.5416,7.589,0,1.1983,7.2457,0,0.8625,6.9025,0 +PL 5.0724,7.9322,0,4.9288,8.3023,0,4.7989,8.6554,0,4.6763,9,0 +PL 5.4997,7.9322,0,5.927,8.0353,0,6.3575,8.1214,0,6.7812,8.1991,0,6.6271,8.4662,0,6.4874,8.733,0,6.3575,9,0 +PL 7.2085,7.9322,0,8.0631,7.9322,0,8.0631,7.9322,0,8.0631,7.9322,0 + +[8cbb] 費 +PL 1.2918,0,0,1.8448,0.1893,0,2.4195,0.3703,0,3.0006,0.5339,0 +PL 6.8151,0,0,6.5171,0.1893,0,6.2334,0.3703,0,5.9567,0.5339,0 +PL 2.1428,1.6018,0,2.1428,4.767,0,0.8645,4.767,0 +PL 2.5733,1.6018,0,6.8151,1.6018,0,6.8151,2.6696,0,2.5733,2.6696,0 +PL 6.8151,3.4704,0,5.3858,3.5467,0,3.9743,3.6229,0,2.5733,3.6991,0 +PL 6.8151,4.5001,0,5.3858,4.6894,0,3.9743,4.8702,0,2.5733,5.0339,0,2.7032,5.404,0,2.8468,5.7571,0,3.0006,6.1018,0,2.5733,6.2049,0,2.1428,6.291,0,1.7156,6.3688,0,1.7156,7.4365,0,2.6297,7.4662,0,3.0675,7.6738,0,3.3967,8.2374,0,1.2918,8.4663,0 +PL 5.5294,5.5679,0,5.1686,6.1412,0,4.6152,6.4182,0,3.3967,6.6356,0,4.0447,7.2289,0,4.8849,7.6441,0,5.5294,8.2374,0,4.9518,8.3137,0,4.3809,8.3899,0,3.8205,8.4661,0 +PL 7.4245,5.3009,0,7.4841,5.671,0,7.5538,6.0241,0,7.6378,6.3688,0,6.44,6.3886,0,5.8936,6.5268,0,5.5294,6.9026,0,5.8625,7.2783,0,6.1948,7.4166,0,6.8151,7.4365,0,6.8151,8.4661,0,5.9567,8.4661,0 + +[8cbf] 貿 +PL 0.1577,0.0152,0,0.7145,0.2045,0,1.2854,0.3854,0,1.8672,0.5492,0 +PL 6.1052,0.0152,0,5.8071,0.2045,0,5.5269,0.3854,0,5.2537,0.5492,0 +PLC 1.436,2.6832,0,1.436,4.7821,0,6.1052,4.7821,0,6.1052,1.617,0,1.436,1.617,0 +PL 1.8672,2.6466,0,5.6775,2.6466,0,5.6775,2.6466,0,5.6775,2.6466,0 +PL 1.8672,3.7143,0,5.6775,3.7143,0,5.6775,3.7143,0,5.6775,3.7143,0 +PL 0.1577,6.3839,0,1.0123,6.3839,0,1.0123,8.4813,0,1.9439,8.5011,0,2.4973,8.6395,0,3.1421,9.0152,0 +PL 1.436,6.3839,0,1.7831,6.7595,0,2.2315,6.8978,0,3.1421,6.9178,0 +PL 4.3991,6.3839,0,5.0019,7.1733,0,5.2222,7.7172,0,5.2537,8.4813,0,4.3991,8.4813,0,4.3991,8.4813,0,4.3991,8.4813,0 +PL 5.6775,6.3839,0,6.6582,6.6564,0,6.9528,7.3951,0,6.9629,8.4813,0,5.6775,8.4813,0,5.6775,8.4813,0,5.6775,8.4813,0 + +[8cc0] 賀 +PL 0.7379,0,0,1.2878,0.1892,0,1.8478,0.3699,0,2.4191,0.5338,0 +PL 7.084,0,0,6.7936,0.1892,0,6.5064,0.3699,0,6.2329,0.5338,0 +PLC 1.9879,4.7668,0,6.6602,4.7668,0,6.6602,1.6017,0,1.9879,1.6017,0 +L 2.4191,2.6696,6.2329,2.6696 +L 2.4191,3.6991,6.2329,3.6991 +PL 0.9235,5.8347,0,1.2667,6.2908,0,1.6236,6.7387,0,1.9879,7.1695,0,1.6587,7.733,0,1.3364,7.9407,0,0.7379,7.9703,0 +PL 3.0561,5.8347,0,3.508,6.2698,0,3.6764,6.8234,0,3.6974,7.9703,0,2.4191,7.9703,0,2.2649,8.3135,0,2.1213,8.6567,0,1.9879,8.9999,0 +PLC 4.9513,7.9703,0,7.5113,7.9703,0,7.5113,5.8347,0,4.9513,5.8347,0 + +[8cc3] 賃 +PL 0.585,0,0,1.7408,0.7754,0,1.7446,2.4915,0,1.436,4.2331,0,6.1052,4.2331,0,5.8176,1.7882,0,5.8176,0.6907,0,6.1052,0,0,6.9629,0,0,6.9629,0,0,6.9629,0,0 +PL 2.291,1.0678,0,5.2537,1.0678,0,5.2537,1.0678,0,5.2537,1.0678,0 +PL 1.8672,2.0975,0,5.6775,2.0975,0,5.6775,2.0975,0,5.6775,2.0975,0 +PL 1.8672,3.1654,0,5.6775,3.1654,0,5.6775,3.1654,0,5.6775,3.1654,0 +PL 1.436,5.3009,0,1.3555,6.0142,0,1.2854,6.7105,0,1.2259,7.3983,0,0.862,7.2346,0,0.5012,7.0537,0,0.1577,6.8645,0 +PL 2.7214,5.3009,0,4.8229,5.3009,0,4.4026,6.7741,0,3.4219,6.993,0,2.291,6.8645,0 +PL 5.2537,5.3009,0,6.9629,5.3009,0,6.9629,5.3009,0,6.9629,5.3009,0 +PL 5.2537,6.8645,0,4.8723,7.4379,0,4.2138,7.7148,0,2.7214,7.9323,0 +PL 5.6775,6.8645,0,7.3867,6.8645,0,7.3867,6.8645,0,7.3867,6.8645,0 +PL 1.436,7.9323,0,1.7131,8.3024,0,1.9929,8.6555,0,2.291,9.0001,0 +PL 5.4639,7.9323,0,5.9546,8.1215,0,6.4484,8.3024,0,6.9629,8.4662,0 + +[8cc4] 賄 +PL 5.8341,7.3983,0,5.8341,9,0,5.8341,9,0,5.8341,9,0 +PL 6.2652,7.3983,0,7.9709,7.3983,0,7.9709,7.3983,0,7.9709,7.3983,0 +PL 0.7695,0,0,1.0466,0.37,0,1.3303,0.7232,0,1.628,1.0677,0 +PL 5.0114,0,0,4.9273,1.6003,0,4.8604,3.1921,0,4.7942,4.7669,0,4.43,4.4223,0,4.0759,4.0692,0,3.7291,3.6991,0 +PL 6.6925,0,0,7.5436,0,0,7.5436,2.0975,0,5.4387,2.0975,0,5.4387,2.0975,0,5.4387,2.0975,0 +PLC 1.1968,4.2316,0,1.1968,8.4661,0,2.8745,8.4661,0,2.8745,2.0975,0,1.1968,2.0975,0 +PL 7.5436,2.6314,0,7.5436,3.6991,0,5.4387,3.6991,0,5.4387,3.6991,0,5.4387,3.6991,0 +PL 1.628,4.233,0,2.4507,4.233,0,2.4507,4.233,0,2.4507,4.233,0 +PL 7.5436,4.233,0,7.5436,5.3009,0,6.6925,5.4039,0,5.8449,5.4901,0,5.0114,5.5678,0,5.1406,6.178,0,5.2877,6.7882,0,5.4387,7.3983,0,3.7291,7.3983,0,3.7291,7.3983,0,3.7291,7.3983,0 +PL 1.628,6.3687,0,2.4507,6.3687,0,2.4507,6.3687,0,2.4507,6.3687,0 + +[8cc7] 資 +PL 0.5209,0,0,1.6526,0.7753,0,1.6736,2.4915,0,1.3794,4.2329,0,5.5855,4.2329,0,5.3193,1.7881,0,5.3193,0.6907,0,5.5855,0,0,6.4404,0,0,6.4404,0,0,6.4404,0,0 +PL 2.1989,1.0678,0,4.7624,1.0678,0,4.7624,1.0678,0,4.7624,1.0678,0 +PL 1.7751,2.1355,0,5.1932,2.1355,0,5.1932,2.1355,0,5.1932,2.1355,0 +PL 1.7751,3.2034,0,5.1932,3.2034,0,5.1932,3.2034,0,5.1932,3.2034,0 +PL 0.094,4.7668,0,0.5209,5.3008,0,0.9482,5.8347,0,1.3794,6.3686,0 +PL 1.9884,5.3008,0,2.7558,6.1017,0,3.54,6.9025,0,4.3354,7.7033,0,3.1201,7.8715,0,2.5632,7.8022,0,2.1989,7.4364,0 +PL 6.4404,5.3008,0,5.8692,5.8347,0,5.3161,6.3686,0,4.7624,6.9025,0 +PL 6.0166,6.9025,0,6.1462,7.1695,0,6.2898,7.4364,0,6.4404,7.7033,0,5.8692,7.8064,0,5.3161,7.8926,0,4.7624,7.9703,0 + +[8cca] 賊 +PL 0.2165,0,0,0.4932,0.3701,0,0.7731,0.7232,0,1.0708,1.0678,0 +PL 4.2444,0,0,4.885,0.6371,0,5.5259,1.257,0,6.1672,1.8686,0,5.5469,4.6314,0,5.4313,6.3263,0,3.2111,6.9026,0 +PL 7.0215,0,0,6.7276,0.3701,0,6.4436,0.7232,0,6.1672,1.0678,0 +PL 7.4176,0,0,7.4176,1.6017,0,7.4176,1.6017,0,7.4176,1.6017,0 +PL 4.0339,1.6017,0,4.0339,3.6992,0,3.7575,3.8884,0,3.4805,4.0693,0,3.2111,4.2331,0 +PLC 0.647,4.2599,0,0.647,8.4662,0,2.3527,8.4662,0,2.3527,2.1356,0,0.647,2.1356,0 +PL 6.5945,2.9364,0,6.7276,3.5467,0,6.8712,4.1568,0,7.0215,4.7671,0 +PL 1.0708,4.2331,0,1.9219,4.2331,0,1.9219,4.2331,0,1.9219,4.2331,0 +PL 4.4577,4.2331,0,4.1568,4.6483,0,4.0514,5.0637,0,4.0339,5.8348,0 +PL 1.0708,6.3686,0,1.9219,6.3686,0,1.9219,6.3686,0,1.9219,6.3686,0 +PL 6.1672,6.9026,0,5.8656,7.3362,0,5.7574,7.88,0,5.7434,9.0001,0 +PL 6.5945,6.9026,0,7.4176,6.9026,0,7.4176,6.9026,0,7.4176,6.9026,0 + +[8cd3] 賓 +PL 0.094,0,0,0.6435,0.1893,0,1.2039,0.3701,0,1.7751,0.534,0 +PL 6.0166,0,0,5.7396,0.1893,0,5.4629,0.3701,0,5.1932,0.534,0 +PL 1.7751,1.6017,0,1.7751,4.2331,0,0.094,4.2331,0 +PL 2.1989,1.6017,0,5.5855,1.6017,0,5.5855,2.6695,0,2.1989,2.6695,0 +PL 5.5855,3.4321,0,4.458,3.5353,0,3.3299,3.6215,0,2.1989,3.6992,0 +PL 5.5855,4.5001,0,4.3071,4.6032,0,3.0357,4.6893,0,1.7751,4.767,0 +PL 0.7381,5.3008,0,1.2249,5.7571,0,1.7121,6.2048,0,2.1989,6.6356,0,1.9257,6.7387,0,1.6526,6.8248,0,1.3794,6.9026,0 +PL 3.4843,5.3008,0,3.4843,6.9026,0,2.6294,6.9026,0 +PL 6.0166,5.3008,0,5.3862,6.2501,0,4.8429,6.6653,0,3.9043,6.9026,0 +PL 0.094,6.9026,0,0.094,7.9322,0,3.4843,7.9322,0,3.4843,9,0 +PL 6.8674,6.9026,0,6.8674,7.9322,0,3.9043,7.9322,0 + +[8cdb] 賛 +PL 6.7167,6.9025,0,7.5748,6.9025,0,7.5748,6.9025,0,7.5748,6.9025,0 +PL 0.7979,0,0,1.6946,0.0296,0,2.1285,0.2372,0,2.4753,0.8008,0,2.1814,0.904,0,1.8977,0.9901,0,1.6207,1.0678,0,1.6207,4.2329,0,6.2863,4.2329,0,6.2863,1.0678,0,5.9952,0.9901,0,5.7115,0.904,0,5.4352,0.8008,0,5.7854,0.2372,0,6.2267,0.0296,0,7.144,0,0 +PL 2.9029,1.0678,0,5.0079,1.0678,0,5.0079,1.0678,0,5.0079,1.0678,0 +PL 2.0518,2.1355,0,5.866,2.1355,0,5.866,2.1355,0,5.866,2.1355,0 +PL 2.0518,3.2034,0,5.866,3.2034,0,5.866,3.2034,0,5.866,3.2034,0 +PL 0.5839,5.3008,0,1.0743,5.6709,0,1.5611,6.024,0,2.0518,6.3686,0,1.7047,6.7443,0,1.2673,6.8827,0,0.3703,6.9025,0 +PL 3.3302,5.3008,0,3.0357,5.4902,0,2.752,5.6709,0,2.4753,5.8347,0 +PL 4.3981,5.3008,0,4.885,5.6709,0,5.3756,6.024,0,5.866,6.3686,0,5.5157,6.7443,0,5.0811,6.8827,0,4.1848,6.9025,0 +PL 7.144,5.3008,0,6.8463,5.4902,0,6.5665,5.6709,0,6.2863,5.8347,0 +PL 2.4753,6.9025,0,1.8448,7.6538,0,1.4109,7.9308,0,0.7979,7.9703,0 +PL 6.2863,6.9025,0,5.6558,7.6538,0,5.2212,7.9308,0,4.6118,7.9703,0 +PL 2.4753,7.9703,0,2.3247,8.3135,0,2.1814,8.6567,0,2.0518,8.9999,0 +PL 6.2863,7.9703,0,6.1388,8.3135,0,5.9952,8.6567,0,5.866,8.9999,0 + +[8cdc] 賜 +PL 0.1577,0,0,0.4343,0.3701,0,0.7145,0.7233,0,1.0123,1.0678,0 +PL 3.3589,0,0,5.005,1.7289,0,5.7195,2.6188,0,6.1052,3.4322,0,4.8089,3.2458,0,4.0559,2.6526,0,3.1421,1.6018,0 +PL 5.2537,0,0,5.8845,0.0396,0,6.3258,0.3164,0,6.9629,1.0678,0,6.8092,1.945,0,6.6652,2.8221,0,6.5325,3.6992,0 +PLC 0.585,4.2599,0,0.585,8.4661,0,2.291,8.4661,0,2.291,2.1357,0,0.585,2.1357,0 +PL 3.1421,3.1653,0,3.5515,3.8023,0,3.9722,4.4224,0,4.3991,5.0339,0,4.0979,7.3221,0,3.9683,8.4661,0,6.5325,8.4661,0,6.5325,5.3009,0,4.8229,5.3009,0,4.8229,5.3009,0,4.8229,5.3009,0 +PL 1.0123,4.2332,0,1.8672,4.2332,0,1.8672,4.2332,0,1.8672,4.2332,0 +PL 1.0123,6.3687,0,1.8672,6.3687,0,1.8672,6.3687,0,1.8672,6.3687,0 +PL 4.3991,6.9026,0,6.1052,6.9026,0,6.1052,6.9026,0,6.1052,6.9026,0 + +[8cde] 賞 +PL 0.5849,0,0,1.1383,0.1892,0,1.6921,0.3701,0,2.263,0.5339,0 +PL 6.5041,0,0,6.2067,0.1892,0,5.9265,0.3701,0,5.653,0.5339,0 +PLC 1.8357,2.6314,0,1.8357,4.767,0,6.0768,4.767,0,6.0768,1.5637,0,1.8357,1.5637,0 +PL 2.263,2.6314,0,5.653,2.6314,0,5.653,2.6314,0,5.653,2.6314,0 +PL 2.263,3.6991,0,5.653,3.6991,0,5.653,3.6991,0,5.653,3.6991,0 +PLC 2.263,6.1779,0,2.263,6.8644,0,5.653,6.8644,0,5.653,5.8347,0,2.263,5.8347,0 +PL 0.5849,6.3305,0,0.5849,7.9324,0,1.2858,8.0353,0,1.9894,8.1215,0,2.6899,8.1991,0,2.5396,8.4662,0,2.3922,8.7331,0,2.263,9,0 +PL 7.3625,6.3305,0,7.3625,7.9324,0,3.1207,7.9324,0,3.1207,7.9324,0,3.1207,7.9324,0 + +[8ce0] 賠 +PL 0.1592,0,0,0.4323,0.3701,0,0.7129,0.7231,0,1.0103,1.0677,0 +PLC 3.9733,1.0664,0,3.9733,3.1652,0,6.5056,3.1652,0,6.5056,0,0,3.9733,0,0 +PLC 0.583,4.2316,0,0.583,8.4661,0,2.2641,8.4661,0,2.2641,2.0974,0,0.583,2.0974,0 +PL 1.0103,4.233,0,1.8337,4.233,0,1.8337,4.233,0,1.8337,4.233,0 +PL 3.1152,5.3008,0,4.3936,5.3008,0,4.2885,6.2203,0,4.0823,7.0127,0,3.9733,7.9322,0,5.2202,7.9322,0,5.2202,8.9999,0,5.2202,8.9999,0,5.2202,8.9999,0 +PL 4.8244,5.3008,0,6.0751,5.3008,0,6.1872,6.2203,0,6.3935,7.0127,0,6.5056,7.9322,0,5.6475,7.9322,0,5.6475,7.9322,0,5.6475,7.9322,0 +PL 6.5056,5.3008,0,7.3567,5.3008,0,7.3567,5.3008,0,7.3567,5.3008,0 +PL 1.0103,6.3687,0,1.8337,6.3687,0,1.8337,6.3687,0,1.8337,6.3687,0 + +[8ce2] 賢 +PL 0.2797,0.0152,0,0.8296,0.2045,0,1.383,0.3852,0,1.9543,0.5491,0 +PL 6.1989,0.0152,0,5.905,0.2045,0,5.6178,0.3852,0,5.3443,0.5491,0 +PLC 1.534,2.6833,0,1.534,4.7821,0,5.7681,4.7821,0,5.7681,1.6168,0,1.534,1.6168,0 +PL 1.9543,2.6847,0,5.3443,2.6847,0,5.3443,2.6847,0,5.3443,2.6847,0 +PL 1.9543,3.7525,0,5.3443,3.7525,0,5.3443,3.7525,0,5.3443,3.7525,0 +PL 0.2797,5.85,0,0.2797,9.0534,0,3.6631,9.0534,0,3.6631,9.0534,0,3.6631,9.0534,0 +PL 0.6759,5.85,0,1.9543,5.85,0,1.9543,6.9177,0,0.6759,6.9177,0,0.6759,6.9177,0,0.6759,6.9177,0 +PL 2.3847,5.85,0,3.6631,5.85,0,3.6631,5.85,0,3.6631,5.85,0 +PL 4.6998,5.85,0,5.0504,6.2201,0,5.4038,6.5731,0,5.7681,6.9177,0,5.1695,7.7087,0,4.9489,8.2623,0,4.917,9.0534,0,6.6265,9.0534,0,6.609,8.2821,0,6.4966,7.8669,0,6.1989,7.4516,0 +PL 7.0538,5.85,0,6.7561,6.0392,0,6.4756,6.2201,0,6.1989,6.3838,0 +PL 2.3847,6.9177,0,3.2393,6.9177,0,3.2393,7.9855,0,0.6759,7.9855,0,0.6759,7.9855,0,0.6759,7.9855,0 + +[8ce6] 賦 +PL 0.2817,0,0,0.4113,0.3701,0,0.5553,0.7232,0,0.7024,1.0678,0 +PL 7.0485,0,0,6.2643,1.3941,0,5.8927,2.8391,0,5.8019,4.2331,0,4.5236,4.2331,0,4.5236,1.6017,0,5.3746,1.6017,0,5.3746,1.6017,0,5.3746,1.6017,0 +PL 7.4796,0,0,7.4796,1.6017,0,7.4796,1.6017,0,7.4796,1.6017,0 +PL 3.0245,1.0678,0,3.0875,2.1342,0,3.1537,3.1921,0,3.2378,4.2331,0 +PL 3.6651,1.0678,0,4.5236,1.0678,0,4.5236,1.0678,0,4.5236,1.0678,0 +PLC 0.7024,4.2599,0,0.7024,8.4661,0,1.9913,8.4661,0,1.9913,2.1356,0,0.7024,2.1356,0 +PL 5.8019,4.767,0,5.2906,6.3008,0,4.1134,6.5128,0,2.8105,6.3686,0 +PL 6.2292,6.3686,0,5.9277,6.822,0,5.8156,7.5043,0,5.8019,9,0 +PL 6.6562,6.3686,0,7.4796,6.3686,0,7.4796,6.3686,0,7.4796,6.3686,0 +PL 7.4796,7.4365,0,7.2026,7.7798,0,6.9332,8.123,0,6.6562,8.4661,0 +PL 3.2378,7.9322,0,4.9473,7.9322,0,4.9473,7.9322,0,4.9473,7.9322,0 + +[8cea] 質 +PL 0.8316,0,0,1.3815,0.1893,0,1.9387,0.3701,0,2.5093,0.5339,0 +PL 6.7511,0,0,6.1728,0.3701,0,5.8961,0.5339,0 +PLC 2.0823,4.767,0,6.7511,4.767,0,6.7511,1.6017,0,2.0823,1.6017,0 +L 2.5093,2.6314,6.3234,2.6314 +L 2.5093,3.6992,6.3234,3.6992 +PL 0.8316,5.8349,0,1.1296,6.2684,0,1.2414,6.8122,0,1.2589,7.9322,0,2.282,8.0707,0,3.0346,8.3276,0,3.7912,8.4662,0 +PL 2.9401,5.8349,0,2.9401,6.9025,0,1.655,6.9025,0 +PL 4.6461,5.8349,0,4.947,6.2684,0,5.059,6.8122,0,5.0734,7.9322,0,6.0958,8.0707,0,6.8453,8.3276,0,7.6057,8.4662,0 +PL 6.7511,5.8349,0,6.7511,6.9025,0,5.4723,6.9025,0 +L 3.3639,6.9025,4.2188,6.9025 +L 7.1784,6.9025,8.0295,6.9025 + +[8cfc] 購 +PL 0.094,0.0381,0,0.3738,0.3813,0,0.654,0.7245,0,0.9482,1.0678,0 +PL 3.9043,0.0381,0,3.9043,1.6017,0,3.6136,1.791,0,3.3299,1.9718,0,3.0532,2.1356,0 +PL 5.5855,0.0381,0,6.4404,0.0381,0,5.7851,2.1356,0,4.5627,2.3008,0,3.9043,4.2711,0,4.7554,4.4322,0,5.1161,4.9491,0,5.1932,5.8729,0,3.0532,5.8729,0,3.0532,5.8729,0,3.0532,5.8729,0 +PLC 0.5209,4.2697,0,0.5209,8.5041,0,2.1989,8.5041,0,2.1989,2.1356,0,0.5209,2.1356,0 +PL 6.8674,2.1356,0,6.0166,3.0988,0,5.2492,3.0536,0,4.3354,3.2033,0 +PL 5.1932,3.7372,0,5.5014,4.0931,0,5.824,4.0931,0,6.4404,3.7372,0 +PL 0.9482,4.2711,0,1.7751,4.2711,0,1.7751,4.2711,0,1.7751,4.2711,0 +PL 5.803,5.8729,0,5.8625,6.2161,0,5.9322,6.5593,0,6.0166,6.9025,0,5.4454,6.7388,0,4.885,6.5579,0,4.3354,6.3687,0 +PL 6.4404,5.8729,0,7.2947,5.8729,0,7.2947,5.8729,0,7.2947,5.8729,0 +PL 0.9482,6.3687,0,1.7751,6.3687,0,1.7751,6.3687,0,1.7751,6.3687,0 +PL 4.3354,7.4364,0,4.0444,7.6257,0,3.7575,7.8064,0,3.4843,7.9703,0 +PL 6.0166,7.4364,0,5.4839,7.8517,0,4.8675,8.2669,0,4.3354,9.0381,0 +PL 6.4404,7.9703,0,6.2898,8.3403,0,6.1462,8.6934,0,6.0166,9.0381,0 + +[8d08] 贈 +PL 0.1592,0,0,0.4323,0.3701,0,0.7129,0.7232,0,1.0103,1.0678,0 +PLC 3.9733,1.0664,0,3.9733,3.1653,0,6.5056,3.1653,0,6.5056,0,0,3.9733,0,0 +PL 4.3936,1.6017,0,6.0751,1.6017,0,6.0751,1.6017,0,6.0751,1.6017,0 +PLC 0.583,4.2599,0,0.583,8.4662,0,2.2641,8.4662,0,2.2641,2.1356,0,0.583,2.1356,0 +PL 1.0103,4.2331,0,1.8337,4.2331,0,1.8337,4.2331,0,1.8337,4.2331,0 +PL 3.5425,4.7671,0,3.5425,7.4364,0,4.3936,7.4364,0,4.3796,8.1808,0,4.271,8.5862,0,3.9733,9.0001,0 +PL 3.9733,4.7671,0,5.2202,4.7671,0,5.2065,5.5381,0,5.105,5.9534,0,4.8244,6.3686,0,3.9733,6.3686,0,3.9733,6.3686,0,3.9733,6.3686,0 +PL 5.6475,4.7671,0,6.9294,4.7671,0,6.9294,6.3686,0,5.9977,6.4082,0,5.4482,6.685,0,4.8244,7.4364,0 +PL 1.0103,6.3686,0,1.8337,6.3686,0,1.8337,6.3686,0,1.8337,6.3686,0 +PL 6.9294,7.1696,0,6.5056,7.2727,0,6.0751,7.3587,0,5.6475,7.4364,0 +PL 6.0751,7.9322,0,6.2082,8.3024,0,6.3515,8.6554,0,6.5056,9.0001,0 + +[8d64] 赤 +L 5.9182,7.9322,0.8536,7.9322 +L 0.0004,5.8349,6.7728,5.8349 +PL 4.2412,5.8349,0,4.2412,0,0,2.9593,0,0 +L 0.0004,2.1357,0.8536,4.233 +L 5.9182,4.233,6.7728,2.4025 +L 3.3866,9.0001,3.3866,5.8349 +A -4.5233,4.898,7.1173,316.513,7.5644 + +[8d66] 赦 +PL 0.4023,0,0,1.4005,1.9789,0,1.6807,3.6271,0,1.6807,5.8348,0,0.4023,5.8348,0,0.4023,5.8348,0,0.4023,5.8348,0 +PL 2.0768,0,0,2.9346,0,0,2.9346,5.8348,0,2.0768,5.8348,0,1.9998,6.291,0,1.9294,6.7388,0,1.8663,7.1696,0,1.5094,7.2459,0,1.1662,7.3221,0,0.8296,7.3983,0 +PL 4.2165,0,0,4.7629,0.8008,0,5.3233,1.6018,0,5.898,2.4025,0,5.3057,3.75,0,5.0364,4.6399,0,4.8574,5.8348,0,4.3706,5.4789,0,3.9853,5.4789,0,3.3619,5.8348,0 +PL 7.6037,0,0,7.1726,0.5339,0,6.7491,1.0678,0,6.318,1.6018,0 +PL 0.4023,2.4025,0,0.5319,2.8489,0,0.6794,3.2782,0,0.8296,3.6992,0 +PL 4.2165,2.4025,0,4.0627,2.8489,0,3.9226,3.2782,0,3.7857,3.6992,0 +PL 6.318,3.4322,0,6.6192,4.0947,0,6.7316,4.9943,0,6.7491,6.9026,0,6.1779,6.7388,0,5.6213,6.558,0,5.0714,6.3687,0 +PL 2.5073,7.3983,0,2.2061,7.8136,0,2.0943,8.2288,0,2.0768,9,0 +PL 5.0714,7.3983,0,5.3726,7.8136,0,5.4812,8.2288,0,5.4952,9,0 + +[8d70] 走 +PL 1.3278,2.3204,0.3639,4.0939,0,0,7.0538,0,0 +L 6.1989,7.3983,1.1032,7.3983 +L 7.0538,5.2626,0.2797,5.2626 +L 3.6631,8.9998,3.6631,-0.0338 +L 6.6265,3.1653,3.6631,3.1653 +A -5.5238,4.016,7.0568,325.313,1.7613 + +[8d74] 赴 +PL 0.3083,0,0,0.9107,1.2048,0,1.1313,2.1639,0,1.1593,3.6992,0 +PL 2.8405,0,0,2.4171,0.3701,0,1.9859,0.7232,0,1.5621,1.0678,0 +PL 3.2717,0,0,7.5058,0,0,7.5058,0,0,7.5058,0,0 +PL 2.4171,1.0678,0,2.4031,3.945,0,1.9302,5.0933,0,0.3083,5.3008,0 +PL 5.8004,1.0678,0,5.8004,9,0,5.8004,9,0,5.8004,9,0 +PL 2.8405,3.1653,0,4.1228,3.1653,0,4.1228,3.1653,0,4.1228,3.1653,0 +PL 7.5058,4.2331,0,7.0855,4.6032,0,6.655,4.9563,0,6.2277,5.3008,0 +PL 2.8405,5.3008,0,2.1821,6.5834,0,1.9302,7.2471,0,0.7394,7.4365,0 +PL 3.2717,5.3008,0,4.5501,5.3008,0,4.5501,5.3008,0,4.5501,5.3008,0 +PL 2.8405,7.4365,0,2.5432,7.8249,0,2.4307,8.2303,0,2.4171,9,0 +PL 3.2717,7.4365,0,4.1228,7.4365,0,4.1228,7.4365,0,4.1228,7.4365,0 + +[8d77] 起 +PL 0.8019,0.2671,0,1.0993,0.928,0,1.2117,1.8181,0,1.2257,3.6993,0 +PL 2.9069,0,0,2.4831,0.3701,0,2.0628,0.7233,0,1.6565,1.0679,0 +L 3.3342,0,8.0026,0 +PL 2.5076,1.0679,0,2.5563,3.6399,0,2.2204,4.9409,0,0.8019,5.3009,0 +PL 5.4703,1.6018,0,5.1691,2.0948,0,5.0574,3.054,0,5.0395,5.3009,0,7.148,5.3009,0,7.148,7.9323,0,5.0395,7.9323,0 +PL 5.8976,1.6018,0,7.5718,1.6018,0,7.5718,3.1653,0 +L 2.9069,3.1653,3.7615,3.1653 +PL 2.9069,5.3009,0,2.4162,6.414,0,2.1885,7.1625,0,1.2257,7.4366,0 +L 3.3342,5.3009,4.1884,5.3009 +PL 2.6964,7.7036,0,2.6298,8.1499,0,2.5703,8.5793,0,2.5076,9.0002,0 + +[8d85] 超 +PL 0.3141,0.267,0,0.608,0.9294,0,0.7204,1.8292,0,0.734,3.7373,0 +PL 2.4436,0,0,2.0198,0.3702,0,1.5925,0.7232,0,1.1652,1.0678,0 +PL 2.874,0,0,7.5432,0,0,7.5432,0,0,7.5432,0,0 +PL 2.0198,1.0678,0,2.065,3.6399,0,1.7291,4.9408,0,0.3141,5.3009,0 +PLC 4.5486,2.4789,0,4.5486,4.2331,0,7.1124,4.2331,0,7.1124,1.6018,0,4.5486,1.6018,0 +PL 2.4436,3.2035,0,3.7286,3.2035,0,3.7286,3.2035,0,3.7286,3.2035,0 +PL 2.4436,5.3009,0,1.9214,6.4139,0,1.6867,7.1625,0,0.734,7.4366,0 +PL 2.874,5.3009,0,4.1665,5.7755,0,4.8077,6.962,0,4.979,8.5044,0,4.1248,8.5044,0,4.1248,8.5044,0,4.1248,8.5044,0 +PL 5.8336,5.8348,0,6.9127,6.2049,0,7.1505,7.1681,0,7.1124,8.5044,0,5.4063,8.5044,0,5.4063,8.5044,0,5.4063,8.5044,0 +PL 2.4436,7.4366,0,2.149,7.8503,0,2.0373,8.2557,0,2.0198,9.0001,0 + +[8d8a] 越 +PL 0.4347,0.2668,0,0.732,0.9293,0,0.8445,1.8292,0,0.8585,3.7373,0 +PL 2.5673,0,0,2.1404,0.37,0,1.7131,0.7231,0,1.2893,1.0679,0 +PL 2.9635,0,0,7.6284,0,0,7.6284,0,0,7.6284,0,0 +PL 2.1404,1.0679,0,2.1856,3.6398,0,1.8532,4.9407,0,0.4347,5.3007,0 +PL 5.1031,1.6017,0,5.5234,2.0578,0,5.9542,2.5056,0,6.3815,2.9364,0,5.8351,5.1879,0,5.688,6.8122,0,4.2453,7.4364,0,4.308,5.8616,0,4.3746,4.2698,0,4.4586,2.6695,0,4.6723,2.8587,0,4.8898,3.0395,0,5.1031,3.2033,0 +PL 7.6284,1.6017,0,7.6284,2.6695,0,7.6284,2.6695,0,7.6284,2.6695,0 +PL 2.5673,3.2033,0,3.3943,3.2033,0,3.3943,3.2033,0,3.3943,3.2033,0 +PL 6.8126,4.0041,0,6.9352,4.6143,0,7.0645,5.2245,0,7.2046,5.8347,0 +PL 2.5673,5.3007,0,2.0455,6.4138,0,1.8111,7.1625,0,0.8585,7.4364,0 +PL 2.5673,7.4364,0,2.2661,7.8517,0,2.1579,8.267,0,2.1404,9.0382,0 +PL 6.3815,7.4364,0,6.0806,7.8517,0,5.9717,8.267,0,5.9542,9.0382,0 +PL 6.8126,7.4364,0,7.6284,7.4364,0,7.6284,7.4364,0,7.6284,7.4364,0 + +[8da3] 趣 +PL 0.6793,0.267,0,0.9805,0.9478,0,1.0923,1.976,0,1.1066,4.2332,0 +PL 2.7843,0,0,2.3532,0.3701,0,1.9332,0.7233,0,1.5021,1.0678,0 +PL 3.2081,0,0,7.88,0,0,7.88,0,0,7.88,0,0 +PL 5.3166,1.0678,0,5.3166,3.1653,0,4.6126,3.0015,0,3.9118,2.8207,0,3.2081,2.6314,0 +PL 1.9332,1.6018,0,1.9577,3.6116,0,1.7091,4.8673,0,0.6793,5.3009,0 +PL 6.1712,1.8688,0,6.6966,4.0396,0,6.4339,5.4308,0,6.1712,7.3983,0,5.3166,7.3983,0,5.3166,3.6992,0,5.3166,3.6992,0,5.3166,3.6992,0 +PL 7.88,1.8688,0,7.7263,2.315,0,7.5827,2.7444,0,7.4527,3.1653,0 +PL 2.3532,3.6992,0,3.2081,3.6992,0,3.2081,3.6992,0,3.2081,3.6992,0 +PL 4.0627,3.6992,0,4.0627,8.4661,0,3.2081,8.4661,0,3.2081,8.4661,0,3.2081,8.4661,0 +PL 7.4527,4.767,0,7.4527,7.3983,0,6.5981,7.3983,0,6.5981,7.3983,0,6.5981,7.3983,0 +PL 2.3532,5.3009,0,2.0274,5.9718,0,1.7017,6.7528,0,1.1066,7.3983,0 +PL 2.3532,7.3983,0,2.0593,7.8136,0,1.9469,8.2288,0,1.9332,9,0 +PL 5.3166,8.1993,0,5.043,8.3024,0,4.7628,8.3885,0,4.49,8.4661,0 + +[8db3] 足 +PL -0.0004,0,0,1.1701,2.627,0,1.2503,4.2328,0 +PL 6.7726,0,0,4.1328,0,0,2.7529,0.4929,0,2.3102,0.8291,0,1.0612,2.2784,0 +PLC 1.2503,8.4662,0,5.4907,8.4662,0,5.4907,5.8348,0,1.2503,5.8348,0 +L 5.918,3.1652,3.3858,3.1652 +L 3.3858,5.8348,3.3858,0.2669 + +[8ddd] 距 +PL 3.4184,0,0,3.4184,8.4661,0,7.2361,8.4661,0,7.2361,8.4661,0,7.2361,8.4661,0 +PL 3.8496,0,0,7.2361,0,0,7.2361,0,0,7.2361,0,0 +PL 0.4592,0.5339,0,0.4592,4.767,0,0.4592,4.767,0,0.4592,4.767,0 +PL 1.1033,0.5339,0,1.1629,2.315,0,1.2329,4.0791,0,1.3135,5.8347,0,0.4592,5.8347,0,0.4592,8.4661,0,2.14,8.4661,0,1.9968,7.589,0,1.8637,6.7119,0,1.7408,5.8347,0 +PL 1.7408,0.5339,0,2.014,0.7232,0,2.2942,0.904,0,2.5673,1.0678,0 +PL 3.8496,3.2033,0,6.8057,3.2033,0,6.8057,5.8347,0,3.8496,5.8347,0,3.8496,5.8347,0,3.8496,5.8347,0 +PL 1.7408,3.6991,0,2.5673,3.6991,0,2.5673,3.6991,0,2.5673,3.6991,0 + +[8de1] 跡 +PL 0.6759,0,0,0.6759,4.767,0,0.6759,4.767,0,0.6759,4.767,0 +PL 1.1032,0,0,1.4044,0.5721,0,1.5161,2.0848,0,1.534,5.8348,0,0.6759,5.8348,0,0.6759,8.4662,0,2.3847,8.4662,0,2.2345,7.589,0,2.087,6.712,0,1.9543,5.8348,0 +PL 3.2393,0,0,4.2799,2.4351,0,4.5251,4.6327,0,4.4897,7.3983,0,3.2393,7.3983,0,3.2393,7.3983,0,3.2393,7.3983,0 +PL 4.917,0,0,6.1989,0,0,6.1989,7.3983,0,4.917,7.3983,0,4.917,7.3983,0,4.917,7.3983,0 +PL 1.9543,0.5339,0,2.2345,0.7232,0,2.5143,0.904,0,2.812,1.0677,0 +PL 3.2393,2.8983,0,2.9069,3.4619,0,2.5738,3.6695,0,1.9543,3.6991,0 +PL 7.4811,2.6313,0,7.3687,3.5608,0,7.1656,4.3715,0,7.0538,5.3008,0 +PL 3.6631,3.6991,0,3.6631,5.3008,0,3.6631,5.3008,0,3.6631,5.3008,0 +PL 6.6265,7.3983,0,7.4811,7.3983,0,7.4811,7.3983,0,7.4811,7.3983,0 +PL 5.3443,7.9322,0,5.3443,9,0,5.3443,9,0,5.3443,9,0 + +[8def] 路 +PL 1.1066,0,0,1.1066,4.7669,0,1.1066,4.7669,0,1.1066,4.7669,0 +PL 1.5021,0,0,1.8033,0.5721,0,1.9157,2.0848,0,1.9332,5.8348,0,1.1066,5.8348,0,1.1066,8.5043,0,2.7843,8.5043,0,2.6334,7.6257,0,2.4866,6.7387,0,2.3532,5.8348,0 +PL 4.49,0,0,4.49,3.2035,0,4.1993,3.3927,0,3.9118,3.5735,0,3.6389,3.7372,0 +PL 4.917,0,0,7.0219,0,0,7.0219,3.2035,0,4.917,3.2035,0,4.917,3.2035,0,4.917,3.2035,0 +PL 2.3532,0.5338,0,2.6334,0.7232,0,2.9136,0.9041,0,3.2081,1.0678,0 +PL 7.4527,3.7372,0,6.8752,4.2698,0,6.3043,4.7939,0,5.7439,5.3009,0,5.3166,4.9563,0,4.8994,4.6033,0,4.49,4.2331,0 +PL 5.3166,6.1017,0,5.0991,6.3688,0,4.8994,6.6357,0,4.7072,6.9027,0,4.49,6.7387,0,4.276,6.558,0,4.0627,6.3688,0 +PL 6.1712,5.8348,0,6.444,6.4718,0,6.7242,7.0919,0,7.0219,7.7035,0,6.3214,7.6257,0,5.6213,7.5395,0,4.917,7.4365,0 + +[8df3] 跳 +PL 0.7711,0,0,0.7711,4.767,0,0.7711,4.767,0,0.7711,4.767,0 +PL 1.1914,0,0,1.4961,0.5721,0,1.6047,2.0849,0,1.6222,5.8348,0,0.7711,5.8348,0,0.7711,8.5044,0,2.4452,8.5044,0,2.302,7.6258,0,2.1721,6.7388,0,2.0495,5.8348,0 +PL 2.8725,0,0,3.006,0.1893,0,3.1496,0.3702,0,3.2963,0.534,0,2.8274,0.8898,0,2.5016,0.8898,0,2.0495,0.534,0 +PL 5.864,0,0,5.864,9.0001,0,5.864,9.0001,0,5.864,9.0001,0 +PL 6.2913,0,0,7.5382,0,0,7.5382,1.6018,0,7.5382,1.6018,0,7.5382,1.6018,0 +PL 3.7271,1.0678,0,4.2735,2.1851,0,4.4697,3.0396,0,4.3684,4.2331,0,4.0038,3.8899,0,3.6431,3.5467,0,3.2963,3.2035,0,2.971,3.5791,0,2.6452,3.7175,0,2.0495,3.7373,0 +PL 7.1179,3.2035,0,6.8377,3.5467,0,6.5641,3.8899,0,6.2913,4.2331,0 +PL 4.5821,4.767,0,4.5821,9.0001,0,4.5821,9.0001,0,4.5821,9.0001,0 +PL 3.7271,6.1017,0,3.5734,6.3687,0,3.4333,6.6357,0,3.2963,6.9026,0 +PL 6.2913,5.8348,0,6.5641,6.2049,0,6.8377,6.558,0,7.1179,6.9026,0 + +[8df5] 践 +PL 0.9205,0,0,0.9205,4.767,0,0.9205,4.767,0,0.9205,4.767,0 +PL 1.3478,0,0,1.649,0.5721,0,1.7608,2.0848,0,1.7783,5.8348,0,0.9205,5.8348,0,0.9205,8.4662,0,2.5978,8.4662,0,2.4542,7.589,0,2.3247,6.712,0,2.2024,5.8348,0 +PL 3.0255,0,0,4.1319,0.4237,0,4.9063,0.8984,0,6.0127,1.8306,0,5.7189,2.4675,0,5.4352,3.0876,0,5.1616,3.6991,0,3.4528,3.6991,0,3.4528,3.6991,0,3.4528,3.6991,0 +PL 7.2666,0,0,6.9689,0.3701,0,6.6852,0.7232,0,6.4089,1.0677,0 +PL 7.6939,0,0,7.6939,1.5636,0,7.6939,1.5636,0,7.6939,1.5636,0 +PL 2.2024,0.5339,0,2.4791,0.7232,0,2.752,0.904,0,3.0255,1.0677,0 +PL 6.4089,2.0974,0,6.6852,2.4675,0,6.9689,2.8206,0,7.2666,3.1653,0 +PL 5.1616,4.2331,0,5.1616,5.3008,0,3.8832,5.3008,0,3.8832,5.3008,0,3.8832,5.3008,0 +PL 5.5924,4.2331,0,7.6939,4.2331,0,7.6939,4.2331,0,7.6939,4.2331,0 +PL 5.1616,5.8348,0,5.1616,6.8644,0,3.4528,6.8644,0,3.4528,6.8644,0,3.4528,6.8644,0 +PL 5.5924,5.8348,0,6.8393,5.8348,0,6.8393,5.8348,0,6.8393,5.8348,0 +PL 5.1616,7.3983,0,5.1616,9,0,5.1616,9,0,5.1616,9,0 +PL 5.5924,7.3983,0,7.2666,7.3983,0,7.2666,7.3983,0,7.2666,7.3983,0 + +[8e0a] 踊 +PL 1.1333,0,0,1.1333,4.7669,0,1.1333,4.7669,0,1.1333,4.7669,0 +PL 1.7781,0,0,1.8408,1.9435,0,1.9073,3.8786,0,1.9879,5.7966,0,1.1333,5.7966,0,1.1333,8.4662,0,2.8428,8.4662,0,2.6919,7.5876,0,2.5483,6.7007,0,2.4191,5.7966,0 +PL 4.1279,0,0,4.1279,5.7966,0,5.0245,5.8164,0,5.4592,5.9548,0,5.8024,6.3306,0,5.3786,6.7007,0,4.958,7.0537,0,4.5552,7.3984,0 +PL 5.8024,0,0,5.7814,1.6314,0,5.4767,2.4238,0,4.5552,2.6314,0 +PL 6.6602,0,0,7.5113,0,0,7.5113,2.6314,0,6.2329,2.6314,0,5.9352,3.1653,0,5.655,3.6992,0,5.3786,4.2331,0,4.5552,4.2331,0,4.5552,4.2331,0,4.5552,4.2331,0 +PL 2.6324,0.5339,0,2.8428,0.7134,0,3.0561,0.8757,0,3.2701,1.0296,0 +PL 7.5113,3.1653,0,7.5113,4.2331,0,6.5971,4.2628,0,6.1523,4.4703,0,5.8024,5.0339,0,6.1523,5.5706,0,6.5971,5.7684,0,7.5113,5.7966,0,7.5113,4.7669,0,7.5113,4.7669,0,7.5113,4.7669,0 +PL 2.4191,3.6992,0,3.2701,3.6992,0,3.2701,3.6992,0,3.2701,3.6992,0 +PL 6.2329,6.8644,0,6.5064,7.3206,0,6.7936,7.7684,0,7.084,8.1992,0,6.0896,8.3023,0,5.1016,8.3884,0,4.1279,8.4662,0 + +[8e0f] 踏 +PL 0.7999,0.0152,0,0.7999,4.7821,0,0.7999,4.7821,0,0.7999,4.7821,0 +PL 1.2237,0.0152,0,1.5246,0.5604,0,1.6367,2.0633,0,1.6545,5.8118,0,0.7999,5.8118,0,0.7999,8.4814,0,2.5088,8.4814,0,2.3547,7.6028,0,2.2111,6.7159,0,2.0783,5.8118,0 +PLC 3.7595,1.2624,0,3.7595,3.7144,0,6.7433,3.7144,0,6.7433,0.0152,0,3.7595,0.0152,0 +PL 2.0783,0.511,0,2.3547,0.7003,0,2.6384,0.881,0,2.9326,1.0449,0 +PL 4.1833,2.1126,0,6.3233,2.1126,0,6.3233,2.1126,0,6.3233,2.1126,0 +PL 2.0783,3.7144,0,2.9326,3.7144,0,2.9326,3.7144,0,2.9326,3.7144,0 +PL 4.6138,5.3161,0,5.4649,5.3161,0,5.4649,9.0152,0,5.4649,9.0152,0,5.4649,9.0152,0 +PL 3.3599,5.8118,0,3.7662,6.4488,0,4.1833,7.0689,0,4.6138,7.6805,0,4.1833,7.7836,0,3.7662,7.8697,0,3.3599,7.9475,0 +PL 7.1744,5.8118,0,6.7433,6.3457,0,6.3233,6.8797,0,5.8922,7.4135,0 + +[8e8d] 躍 +PL 0.7024,0,0,0.7024,4.7669,0,0.7024,4.7669,0,0.7024,4.7669,0 +PL 1.1328,0,0,1.434,0.5707,0,1.5426,2.0734,0,1.5601,5.7966,0,0.7024,5.7966,0,0.7024,8.4662,0,2.4112,8.4662,0,2.261,7.5876,0,2.1174,6.7007,0,1.9913,5.7966,0 +PL 3.6651,0,0,3.581,1.2472,0,3.5148,2.4774,0,3.4518,3.6992,0,2.9716,3.3432,0,2.5934,3.3432,0,1.9913,3.6992,0 +PL 4.0924,0,0,5.3746,0,0,5.2237,1.1511,0,4.7932,1.5311,0,4.0924,1.5636,0 +PL 5.8019,0,0,7.4796,0,0,7.4796,0,0,7.4796,0,0 +PL 5.8019,1.5636,0,5.1677,2.315,0,4.7228,2.5918,0,4.0924,2.6314,0 +PL 6.2292,1.5636,0,7.0485,1.5636,0,7.0485,1.5636,0,7.0485,1.5636,0 +PL 5.8019,2.6314,0,5.5074,3.1653,0,5.2237,3.6992,0,4.9473,4.2331,0,3.6651,4.2331,0,3.6651,4.2331,0,3.6651,4.2331,0 +PL 6.2292,2.6314,0,7.0485,2.6314,0,7.0485,2.6314,0,7.0485,2.6314,0 +PL 5.8019,4.2331,0,5.5182,4.6285,0,5.5182,4.9054,0,5.8019,5.3009,0 +PL 6.2292,4.2331,0,7.4796,4.2331,0,7.4796,4.2331,0,7.4796,4.2331,0 +PL 3.2378,6.3306,0,4.5236,6.3306,0,4.5236,7.3984,0,3.2378,7.3984,0,3.2378,7.3984,0,3.2378,7.3984,0 +PL 5.8019,6.3306,0,7.0485,6.3306,0,7.0485,7.3984,0,5.8019,7.3984,0,5.8019,7.3984,0,5.8019,7.3984,0 +PL 4.5236,8.1992,0,4.0924,8.3023,0,3.6651,8.3884,0,3.2378,8.4662,0 +PL 7.0485,8.1992,0,6.6285,8.3023,0,6.2082,8.3884,0,5.8019,8.4662,0 + +[8eab] 身 +PL 0.0639,2.6313,0,1.7731,2.6313,0,1.7731,7.9322,0,2.9706,8.1498,0,3.517,8.4265,0,3.8781,9,0 +PL 5.587,6.8644,0,5.587,7.9322,0,3.8781,7.9322,0 +PL 5.587,5.3009,0,5.587,6.3688,0,2.2004,6.3688,0 +PL 2.2004,2.6313,0,3.0967,3.2302,0,4.3611,3.5833,0,5.587,3.6991,0,5.587,4.7668,0,2.2004,4.7668,0 +PL 4.3054,0,0,5.587,0,0,5.5029,1.0664,0,5.4367,2.1244,0,5.3733,3.1652,0,3.9968,2.0085,0,2.4211,0.9788,0,0.9217,0.5339,0 +PL 6.0146,3.6991,0,6.417,4.233,0,6.8373,4.7668,0,7.2615,5.3009,0 + +[8eca] 車 +L 6.3459,7.9322,0.4274,7.9322 +PLC 5.492,6.3304,0,5.492,3.1652,0,1.2512,3.1652,0,1.2512,6.3304,0 +L 6.7732,1.5634,0.0001,1.5634 +L 3.3867,8.9999,3.3867,0 +L 1.2512,4.7669,5.492,4.7669 + +[8ecc] 軌 +PL 1.7151,0.0001,0,1.6972,0.7712,0,1.5956,1.1865,0,1.3154,1.6017,0,0.4612,1.6017,0,0.4612,1.6017,0,0.4612,1.6017,0 +PL 3.4239,0.0001,0,4.4186,1.9619,0,4.7023,3.5932,0,4.7023,5.8348,0,4.4116,6.024,0,4.1248,6.2048,0,3.8512,6.3686,0 +PL 6.3835,0.0001,0,6.3835,6.3686,0,5.0144,6.6357,0,4.6711,7.4873,0,4.7023,9,0 +PL 6.8073,0.0001,0,7.6622,0.0001,0,7.6622,1.6017,0,7.6622,1.6017,0,7.6622,1.6017,0 +PL 2.142,1.6017,0,1.8653,2.1343,0,1.5925,2.6582,0,1.3154,3.1652,0,0.4612,3.1652,0,0.4612,6.3686,0,1.0773,6.3984,0,1.403,6.606,0,1.7151,7.1695,0,1.403,7.7062,0,1.0773,7.904,0,0.4612,7.9323,0 +PL 2.142,3.1652,0,1.7151,3.6992,0,1.2944,4.2332,0,0.8917,4.7669,0 +PL 2.7795,3.1652,0,2.8429,3.6992,0,2.9126,4.2332,0,2.9966,4.7669,0,2.3805,4.7967,0,2.0475,5.0044,0,1.7151,5.5679,0,2.0475,6.1314,0,2.3805,6.339,0,2.9966,6.3686,0,2.9966,5.3009,0,2.9966,5.3009,0,2.9966,5.3009,0 +PL 2.142,7.9323,0,1.9879,8.3023,0,1.8443,8.6554,0,1.7151,9,0 + +[8ecd] 軍 +PL 4.2495,0,0,3.6614,1.585,0,2.3235,1.7712,0,0.8595,1.6017,0 +PL 4.6736,1.6017,0,4.3791,2.1357,0,4.0954,2.6696,0,3.8225,3.2034,0,2.113,3.2034,0,2.113,5.3009,0,3.8225,5.3009,0,4.1094,5.8941,0,4.1094,6.3095,0,3.8225,6.9026,0,1.7176,6.9026,0,1.7176,6.9026,0,1.7176,6.9026,0 +PL 5.1041,1.6017,0,7.6363,1.6017,0,7.6363,1.6017,0,7.6363,1.6017,0 +PL 4.6736,3.2034,0,4.0288,3.9549,0,3.4758,4.2317,0,2.5406,4.2714,0 +PL 5.1041,3.2034,0,6.3548,3.2034,0,6.3548,4.2714,0,5.1605,4.2896,0,4.6141,4.4181,0,4.2495,4.7671,0,4.6141,5.1229,0,5.1605,5.1229,0,6.3548,4.7671,0 +PL 0.8595,6.9026,0,0.8595,8.5044,0,7.6363,8.5044,0,7.6363,6.9026,0,7.6363,6.9026,0,7.6363,6.9026,0 +PL 4.6736,6.9026,0,4.523,7.2727,0,4.3791,7.6258,0,4.2495,7.9704,0 +PL 5.1041,6.9026,0,6.7852,6.9026,0,6.7852,6.9026,0,6.7852,6.9026,0 + +[8ed2] 軒 +PL 1.9913,0.0152,0,1.7531,1.3457,0,1.1398,1.6592,0,0.2817,1.6168,0 +PL 5.8019,0.0152,0,5.8541,2.8273,0,5.5249,4.3344,0,4.0924,4.7821,0 +PL 2.4112,1.6168,0,2.1174,2.1508,0,1.8372,2.6847,0,1.5601,3.2186,0,0.7024,3.2186,0,0.7024,6.3838,0,1.322,6.4135,0,1.655,6.6212,0,1.9913,7.1847,0,1.6407,7.7482,0,1.1959,7.9559,0,0.2817,7.9855,0 +PL 2.8105,1.6168,0,3.6651,1.6168,0,3.6651,1.6168,0,3.6651,1.6168,0 +PL 2.4112,3.2186,0,1.9913,3.751,0,1.5601,4.2751,0,1.1328,4.7821,0 +PL 3.0245,3.2186,0,3.0875,3.751,0,3.1537,4.2751,0,3.2378,4.7821,0,2.6427,4.8118,0,2.317,5.0194,0,1.9913,5.583,0,2.317,6.1465,0,2.6427,6.3542,0,3.2378,6.3838,0,3.2378,5.316,0,3.2378,5.316,0,3.2378,5.316,0 +PL 6.2292,4.7821,0,5.9277,5.2765,0,5.8156,6.2454,0,5.8019,8.5194,0,4.5236,8.5194,0,4.5236,8.5194,0,4.5236,8.5194,0 +PL 6.6562,4.7821,0,7.4796,4.7821,0,7.4796,4.7821,0,7.4796,4.7821,0 +PL 2.4112,7.9855,0,2.261,8.3555,0,2.1174,8.7087,0,1.9913,9.0534,0 +PL 2.8105,7.9855,0,3.6651,7.9855,0,3.6651,7.9855,0,3.6651,7.9855,0 +PL 6.2292,8.5194,0,7.0485,8.5194,0,7.0485,8.5194,0,7.0485,8.5194,0 + +[8edf] 軟 +PL 2.4191,0.0152,0,2.184,1.3019,0,1.5816,1.6141,0,0.7379,1.5788,0 +PL 4.1279,0.0152,0,4.4116,0.5816,0,4.4116,0.9869,0,4.1279,1.5788,0,2.8428,1.5788,0,2.5483,2.1126,0,2.2649,2.6466,0,1.9879,3.1805,0,1.1333,3.1805,0,1.1333,6.3457,0,1.7536,6.3754,0,2.086,6.583,0,2.4191,7.1466,0,2.072,7.7102,0,1.6345,7.9178,0,0.7379,7.9475,0 +PL 7.9421,0.0152,0,7.2136,1.4262,0,6.5064,2.8372,0,5.8024,4.2483,0,5.5044,3.3698,0,5.2242,2.4828,0,4.9513,1.5788,0 +PL 2.8428,3.1805,0,2.4191,3.7144,0,1.9879,4.2483,0,1.5641,4.7821,0 +PL 3.487,3.1805,0,3.5465,3.7144,0,3.6134,4.2483,0,3.6974,4.7821,0,3.0807,4.8119,0,2.7514,5.0195,0,2.4191,5.5831,0,2.7514,6.1197,0,3.0807,6.3175,0,3.6974,6.3457,0,3.6974,5.3161,0,3.6974,5.3161,0,3.6974,5.3161,0 +PL 5.8024,4.7821,0,5.8024,6.8797,0,5.1891,6.8401,0,4.8634,6.5633,0,4.5552,5.8118,0 +PL 7.084,5.3161,0,7.3855,5.7044,0,7.4938,6.1099,0,7.5113,6.8797,0,6.2329,6.8797,0,6.2329,6.8797,0,6.2329,6.8797,0 +PL 4.9513,7.4135,0,5.2487,7.8287,0,5.3611,8.244,0,5.3786,9.0152,0 +PL 2.8428,7.9475,0,2.6919,8.3175,0,2.5483,8.6706,0,2.4191,9.0152,0 +PL 3.2701,7.9475,0,4.1279,7.9475,0,4.1279,7.9475,0,4.1279,7.9475,0 + +[8ee2] 転 +L 4.0319,7.9703,6.9918,7.9703 +PL 3.1738,0,0,4.428,1.2472,0,5.09,3.3418,0,5.2857,5.3009,0,3.6046,5.3009,0 +PL 4.4592,0,0,5.1807,0.1384,0,5.822,0.3955,0,6.5641,0.5338,0,6.8478,1.1469,0,6.8478,1.7006,0,6.5641,2.6695,0 +L 5.7095,5.3009,7.4191,5.3009 +L 1.7136,9.0382,1.7136,0.0383 +L 3.2056,7.9704,0.2177,7.9704 +L 3.2056,1.6018,0.2177,1.6018 +PLC 0.4313,3.2033,0,2.9916,3.2033,0,2.9916,6.3688,0,0.4313,6.3688,0 +L 2.9916,4.8051,0.4313,4.8051 + +[8ef8] 軸 +PL 1.5601,0,0,1.4099,1.1949,0,0.9791,1.5763,0,0.2817,1.6018,0 +PL 3.6651,0,0,3.6651,6.3687,0,4.9894,6.6272,0,5.3673,7.4704,0,5.3746,9,0 +PL 4.0924,0,0,5.3746,0,0,5.3746,1.8546,0,5.0871,2.8617,0,4.0924,3.1653,0 +PL 5.8019,0,0,7.0485,0,0,7.0485,3.1653,0,5.2832,3.9959,0,5.3638,5.5382,0,7.0485,6.3687,0,7.0485,3.6992,0,7.0485,3.6992,0,7.0485,3.6992,0 +PL 1.9913,1.6018,0,1.6936,2.1342,0,1.4099,2.6582,0,1.1328,3.1653,0,0.2817,3.1653,0,0.2817,6.3687,0,0.8947,6.3984,0,1.2277,6.6059,0,1.5601,7.1696,0,1.2277,7.7063,0,0.8947,7.904,0,0.2817,7.9323,0 +PL 1.9913,3.1653,0,1.5601,3.6992,0,1.1328,4.2332,0,0.7024,4.767,0 +PL 2.6007,3.1653,0,2.6602,3.6992,0,2.7299,4.2332,0,2.8105,4.767,0,2.2154,4.7967,0,1.8897,5.0043,0,1.5601,5.5678,0,1.8897,6.1314,0,2.2154,6.339,0,2.8105,6.3687,0,2.8105,5.3009,0,2.8105,5.3009,0,2.8105,5.3009,0 +PL 1.9913,7.9323,0,1.8372,8.3024,0,1.6936,8.6554,0,1.5601,9,0 + +[8efd] 軽 +PL 3.6021,4.233,0,4.0928,4.7656,0,4.5898,5.2894,0,5.0976,5.7966,0,4.4987,6.9634,0,4.2749,7.6554,0,4.2465,8.4661,0,4.947,8.3884,0,5.658,8.3022,0,6.376,8.1992,0,6.0818,7.5876,0,5.802,6.9676,0,5.5249,6.3306,0 +PL 2.9926,0,0,5.0976,0,0,5.0696,1.6482,0,4.7614,2.4321,0,3.8157,2.6312,0 +PL 6.8068,4.233,0,6.376,4.6031,0,5.9557,4.9563,0,5.5249,5.3007,0 +PL 5.5249,2.6312,0,5.2241,3.0465,0,5.1155,3.4618,0,5.0976,4.233,0 +L 5.5249,0,7.2341,0 +L 1.501,8.9999,1.501,0 +L 2.9926,7.932,0.0019,7.932 +L 2.9926,1.5635,0.0019,1.5635 +PLC 0.2187,3.1651,0,2.779,3.1651,0,2.779,6.3306,0,0.2187,6.3306,0 +L 2.779,4.7668,0.2187,4.7668 + +[8f03] 較 +PL 1.8033,0,0,1.6597,1.1948,0,1.2222,1.5763,0,0.5249,1.6017,0 +PL 3.6985,0,0,4.3356,0.6371,0,4.98,1.2571,0,5.6213,1.8686,0,5.3232,2.6681,0,5.0431,3.4591,0,4.7667,4.2331,0 +PL 7.3302,0,0,6.8997,0.6371,0,6.4724,1.2571,0,6.0451,1.8686,0,6.3253,2.6681,0,6.6051,3.4591,0,6.8997,4.2331,0 +PL 2.2344,1.6017,0,1.9399,2.1342,0,1.653,2.6583,0,1.3795,3.1653,0,0.5249,3.1653,0,0.5249,6.3687,0,1.1417,6.3983,0,1.4776,6.606,0,1.8033,7.1695,0,1.4776,7.7062,0,1.1417,7.904,0,0.5249,7.9322,0 +PL 2.6617,1.6017,0,3.5128,1.6017,0,3.5128,1.6017,0,3.5128,1.6017,0 +PL 2.2344,3.1653,0,1.8033,3.6991,0,1.3795,4.2331,0,0.9522,4.767,0 +PL 2.875,3.1653,0,2.9381,3.6991,0,3.005,4.2331,0,3.089,4.767,0,2.4723,4.7967,0,2.1364,5.0043,0,1.8033,5.5678,0,2.1364,6.1314,0,2.4723,6.339,0,3.089,6.3687,0,3.089,5.3008,0,3.089,5.3008,0,3.089,5.3008,0 +PL 3.9156,4.767,0,4.1853,5.3008,0,4.469,5.8348,0,4.7667,6.3687,0 +PL 7.7263,4.767,0,7.4461,5.3008,0,7.1764,5.8348,0,6.8997,6.3687,0 +PL 3.6985,7.7035,0,3.2116,7.7797,0,2.7213,7.856,0,2.2344,7.9322,0,2.0803,8.3023,0,1.9399,8.6554,0,1.8033,9,0 +PL 4.3356,7.4365,0,5.6213,7.4365,0,5.6213,9,0,5.6213,9,0,5.6213,9,0 +PL 6.0451,7.4365,0,7.7263,7.4365,0,7.7263,7.4365,0,7.7263,7.4365,0 + +[8f09] 載 +PL 2.814,0.305,0,2.4497,0.8418,0,1.8967,1.0395,0,0.6813,1.0678,0 +PL 4.9225,0.0381,0,4.3901,1.0733,0,2.4287,1.8375,0,1.1016,2.1356,0,1.1016,4.2711,0,2.0224,4.2909,0,2.4672,4.4293,0,2.814,4.805,0,2.4497,5.1808,0,1.8967,5.3191,0,0.6813,5.339,0 +PL 7.4796,0.0381,0,7.1153,0.5706,0,6.7612,1.0946,0,6.4145,1.6017,0,6.2009,1.4378,0,5.9876,1.257,0,5.7736,1.0678,0 +PL 7.8785,0.0381,0,7.8785,1.6017,0,7.8785,1.6017,0,7.8785,1.6017,0 +PL 3.2413,2.1356,0,2.6108,2.887,0,2.166,3.1639,0,1.5324,3.2033,0 +PL 3.6686,2.1356,0,4.4917,2.1356,0,4.4917,3.2033,0,3.5954,3.2231,0,3.1607,3.3615,0,2.814,3.7372,0,3.1607,4.0931,0,3.5954,4.0931,0,4.4917,3.7372,0 +PL 6.6285,2.1356,0,5.7105,4.6426,0,5.5638,6.3022,0,3.2413,6.9025,0,2.9541,6.3361,0,2.9541,5.9307,0,3.2413,5.339,0,4.9225,5.339,0,4.9225,5.339,0,4.9225,5.339,0 +PL 7.0558,2.6694,0,7.164,3.5988,0,7.3707,4.4096,0,7.4796,5.339,0 +PL 0.6813,6.9025,0,1.8967,6.9223,0,2.4497,7.0607,0,2.814,7.4364,0,2.4672,7.8121,0,2.0224,7.9505,0,1.1016,7.9703,0 +PL 6.2009,6.9025,0,5.9,7.3375,0,5.7876,7.8912,0,5.7736,9.0381,0 +PL 6.6285,6.9025,0,7.8785,6.9025,0,7.8785,6.9025,0,7.8785,6.9025,0 +PL 3.2413,7.9703,0,3.091,8.3403,0,2.9474,8.6934,0,2.814,9.0381,0 +PL 3.6686,7.9703,0,4.4917,7.9703,0,4.4917,7.9703,0,4.4917,7.9703,0 + +[8f1d] 輝 +PL 5.5558,0.0001,0,4.8903,1.6017,0,3.5205,1.9576,0,2.3857,1.6017,0,2.3051,2.8489,0,2.2354,4.0791,0,2.172,5.3009,0,1.3139,5.3009,0,1.3283,3.5904,0,1.1427,2.1427,0,0.4628,0.5338,0 +PL 5.9866,1.6017,0,5.6885,2.1343,0,5.4048,2.6582,0,5.1355,3.1652,0,4.277,3.1652,0,4.277,5.3009,0,5.1246,5.4619,0,5.4854,5.9788,0,5.5558,6.9026,0,3.8816,6.9026,0,3.8816,6.9026,0,3.8816,6.9026,0 +PL 6.4135,1.6017,0,7.6919,1.6017,0,7.6919,1.6017,0,7.6919,1.6017,0 +PL 5.9866,3.1652,0,5.5558,3.5353,0,5.1355,3.8885,0,4.7047,4.2332,0 +PL 6.4135,3.1652,0,7.2646,3.1652,0,7.2646,4.2332,0,6.3508,4.2528,0,5.906,4.3913,0,5.5558,4.7669,0,5.906,5.1229,0,6.3508,5.1229,0,7.2646,4.7669,0 +PL 1.7447,5.8348,0,1.7447,9,0,1.7447,9,0,1.7447,9,0 +PL 0.8901,6.6357,0,0.7399,7.082,0,0.5963,7.5114,0,0.4628,7.9323,0 +PL 2.5997,6.6357,0,2.7293,7.082,0,2.8725,7.5114,0,3.0231,7.9323,0 +PL 5.9866,6.9026,0,7.2646,6.9026,0,7.2646,6.9026,0,7.2646,6.9026,0 +PL 3.8816,8.4661,0,7.6919,8.4661,0,7.6919,8.4661,0,7.6919,8.4661,0 + +[8f29] 輩 +PL 3.9043,1.0677,0,3.0427,1.928,0,2.3247,2.1271,0,1.3794,2.0974,0,1.3794,4.233,0,0.094,4.233,0,0.094,4.233,0,0.094,4.233,0 +PL 4.3354,1.0677,0,6.8674,1.0677,0,6.8674,1.0677,0,6.8674,1.0677,0 +PL 3.9043,2.0974,0,3.2598,2.8488,0,2.7068,3.1257,0,1.7751,3.1652,0 +PL 4.3354,2.0974,0,5.5855,2.0974,0,5.5855,3.1652,0,4.0307,3.4421,0,2.9866,3.9562,0,1.7751,4.233,0 +PL 5.5855,3.9661,0,5.0181,4.0692,0,4.458,4.1554,0,3.9043,4.233,0,3.7575,4.6032,0,3.6136,4.9562,0,3.4843,5.3008,0 +PL 6.0166,4.233,0,6.8674,4.233,0,6.8674,4.233,0,6.8674,4.233,0 +PL 0.5209,5.3008,0,1.4175,5.3305,0,1.8557,5.5381,0,2.1989,6.1017,0,1.4946,6.2048,0,0.7941,6.291,0,0.094,6.3687,0 +PL 4.3354,5.3008,0,4.3354,8.4661,0,6.8674,8.4661,0,6.8674,8.4661,0,6.8674,8.4661,0 +PL 2.6294,6.3687,0,2.6294,7.3983,0,0.5209,7.3983,0,0.5209,7.3983,0,0.5209,7.3983,0 +PL 4.7624,6.3687,0,6.8674,6.3687,0,6.8674,6.3687,0,6.8674,6.3687,0 +PL 4.7624,7.3983,0,6.4404,7.3983,0,6.4404,7.3983,0,6.4404,7.3983,0 +PL 2.6294,8.1992,0,1.7751,8.3022,0,0.9272,8.3884,0,0.094,8.4661,0 +PL 3.4843,0.2669,0,3.3299,0.5339,0,3.1863,0.8008,0,3.0532,1.0677,0,0.094,1.0677,0,0.094,1.0677,0,0.094,1.0677,0 + +[8f2a] 輪 +PL 1.8688,0,0,1.7182,1.195,0,1.2843,1.5763,0,0.5838,1.6017,0 +PL 3.9703,0,0,3.9703,4.767,0,7.361,4.767,0,7.361,0,0,7.361,0,0,7.361,0,0 +PL 5.2525,0,0,5.2525,2.1356,0,4.9548,2.3149,0,4.6743,2.4775,0,4.4014,2.6314,0 +PL 6.1103,0,0,5.8896,1.7924,0,5.4767,3.0256,0,5.2525,4.2332,0 +PL 2.2926,1.6017,0,1.9988,2.1342,0,1.7182,2.6582,0,1.4415,3.1652,0,0.5838,3.1652,0,0.5838,6.3687,0,1.2037,6.3983,0,1.5329,6.6061,0,1.8688,7.1695,0,1.5329,7.7063,0,1.2037,7.904,0,0.5838,7.9322,0 +PL 6.5344,2.6314,0,6.2364,3.0465,0,6.1282,3.462,0,6.1103,4.2332,0 +PL 2.2926,3.1652,0,1.8688,3.6992,0,1.4415,4.2332,0,1.0142,4.767,0 +PL 2.9059,3.1652,0,2.9654,3.6992,0,3.032,4.2332,0,3.1157,4.767,0,2.5241,4.7966,0,2.1984,5.0043,0,1.8688,5.5678,0,2.6184,6.3475,0,3.9318,7.3559,0,5.6798,9,0,6.3835,8.3122,0,7.084,7.6159,0,7.7848,6.9025,0 +PL 4.8249,6.3687,0,6.5344,6.3687,0,6.5344,6.3687,0,6.5344,6.3687,0 +PL 2.2926,7.9322,0,2.1424,8.3023,0,1.9988,8.6554,0,1.8688,9,0 + +[8f38] 輸 +PL 1.5601,0.0152,0,1.4099,1.2101,0,0.9791,1.5914,0,0.2817,1.617,0 +PL 3.6651,0.0152,0,3.6651,4.7821,0,4.9473,4.7821,0,4.9473,0.0152,0,4.9473,0.0152,0,4.9473,0.0152,0 +PL 6.2292,0.0152,0,7.0485,0.0152,0,7.0485,5.3161,0,7.0485,5.3161,0,7.0485,5.3161,0 +PL 1.9913,1.617,0,1.6936,2.1494,0,1.4099,2.6733,0,1.1328,3.1804,0,0.2817,3.1804,0,0.2817,6.3839,0,0.8947,6.4135,0,1.2277,6.6211,0,1.5601,7.1847,0,1.2277,7.7215,0,0.8947,7.9192,0,0.2817,7.9474,0 +PL 5.8019,1.617,0,5.8019,4.7821,0,5.8019,4.7821,0,5.8019,4.7821,0 +PL 1.9913,3.1804,0,1.5601,3.7143,0,1.1328,4.2483,0,0.7024,4.7821,0 +PL 2.6007,3.1804,0,2.6602,3.7143,0,2.7299,4.2483,0,2.8105,4.7821,0,2.2154,4.8118,0,1.8897,5.0194,0,1.5601,5.5831,0,2.2676,6.2441,0,3.5324,7.1339,0,5.3746,9.0152,0,6.0748,8.1382,0,6.7788,7.261,0,7.4796,6.3839,0 +PL 4.5236,6.3839,0,6.2292,6.3839,0,6.2292,6.3839,0,6.2292,6.3839,0 +PL 1.9913,7.9474,0,1.8372,8.3176,0,1.6936,8.6705,0,1.5601,9.0152,0 + +[8f44] 轄 +PL 1.9008,0,0,1.7467,1.1512,0,1.3159,1.531,0,0.6158,1.5636,0 +PLC 4.4331,0.8772,0,4.4331,2.6314,0,6.9938,2.6314,0,6.9938,0,0,4.4331,0,0 +PL 2.3215,1.5636,0,2.0304,2.0975,0,1.7467,2.6314,0,1.4704,3.1653,0,0.6158,3.1653,0,0.6158,6.3304,0,1.2319,6.3602,0,1.5646,6.5679,0,1.9008,7.1314,0,1.5646,7.695,0,1.2319,7.9025,0,0.6158,7.9322,0 +PL 2.3215,3.1653,0,1.9008,3.6991,0,1.4704,4.2331,0,1.0431,4.7671,0 +PL 2.9659,3.1653,0,3.029,3.6991,0,3.0952,4.2331,0,3.1792,4.7671,0,2.5597,4.7967,0,2.2336,5.0043,0,1.9008,5.5679,0,2.2336,6.1046,0,2.5597,6.3023,0,3.1792,6.3304,0,3.1792,5.3009,0,3.1792,5.3009,0,3.1792,5.3009,0 +PL 4.0303,4.2331,0,4.5841,4.3362,0,5.1406,4.4223,0,5.7115,4.5,0,5.3791,5.0635,0,5.046,5.2712,0,4.4331,5.3009,0 +PL 6.1427,4.2331,0,7.4211,4.2331,0,7.4211,4.2331,0,7.4211,4.2331,0 +PL 6.1427,5.3009,0,5.1861,6.2203,0,4.3771,6.6569,0,4.0303,7.9322,0,5.7115,7.9322,0,5.7115,9.0001,0,5.7115,9.0001,0,5.7115,9.0001,0 +PL 6.1427,6.3304,0,6.9938,6.3304,0,6.9938,6.3304,0,6.9938,6.3304,0 +PL 7.8484,6.8645,0,7.8484,7.9322,0,6.1427,7.9322,0,6.1427,7.9322,0,6.1427,7.9322,0 +PL 2.3215,7.9322,0,2.1744,8.3023,0,2.0304,8.6554,0,1.9008,9.0001,0 + +[8f9b] 辛 +PL 3.8816,0.0382,0,3.587,2.3306,0,2.6277,2.7924,0,0.8901,2.6695,0 +PL 4.277,2.6695,0,4.0007,3.1229,0,3.8956,3.8051,0,3.8816,5.3009,0,0.4628,5.3009,0,0.4628,5.3009,0,0.4628,5.3009,0 +PL 4.7047,2.6695,0,6.8408,2.6695,0,6.8408,2.6695,0,6.8408,2.6695,0 +PL 4.277,5.3009,0,5.1355,5.3009,0,5.2437,6.2302,0,5.4433,7.041,0,5.5558,7.9704,0,2.172,7.9704,0,2.3051,7.2727,0,2.4487,6.558,0,2.5997,5.8348,0 +PL 5.5558,5.3009,0,7.2646,5.3009,0,7.2646,5.3009,0,7.2646,5.3009,0 + +[8f9e] 辞 +PL 0.5838,0,0,0.5838,3.2034,0,1.8688,3.2034,0,1.8408,4.8517,0,1.5294,5.6357,0,0.5838,5.8348,0 +PL 1.0142,0,0,3.1157,0,0,3.1157,3.2034,0,2.2926,3.2034,0,2.2926,3.2034,0,2.2926,3.2034,0 +PL 5.6798,0,0,5.6028,1.8955,0,5.1471,2.5791,0,3.9703,2.6696,0 +PL 6.1103,2.6696,0,5.8059,3.1031,0,5.6974,3.6469,0,5.6798,4.767,0,3.5465,4.767,0,3.5465,4.767,0,3.5465,4.767,0 +PL 6.5344,2.6696,0,7.361,2.6696,0,7.361,2.6696,0,7.361,2.6696,0 +PL 6.3204,4.767,0,6.5344,5.671,0,6.7477,6.5579,0,6.9614,7.4365,0,4.4014,7.4365,0,4.531,6.7388,0,4.6743,6.0241,0,4.8249,5.3009,0 +PL 6.9614,4.767,0,7.7848,4.767,0,7.7848,4.767,0,7.7848,4.767,0 +PL 2.2926,5.8348,0,1.9953,6.2698,0,1.8828,6.8236,0,1.8688,7.9703,0,0.5838,7.9703,0,0.5838,7.9703,0,0.5838,7.9703,0 +PL 2.2926,7.9703,0,2.5693,8.1499,0,2.8429,8.3122,0,3.1157,8.4661,0 +PL 5.6798,7.9703,0,5.6798,9.0001,0,5.6798,9.0001,0,5.6798,9.0001,0 + +[8fb1] 辱 +PL 4.4912,0.0382,0,5.7419,0.0382,0,5.724,1.1583,0,5.626,1.702,0,5.3423,2.1357,0,4.3371,2.0579,0,3.3354,1.9718,0,2.355,1.8687,0,2.6279,1.4379,0,2.9116,0.9902,0,3.2061,0.534,0 +PL 0.2501,2.1357,0,1.9274,2.1357,0,1.9274,2.1357,0,1.9274,2.1357,0 +PL 6.1657,2.1357,0,6.0183,2.5057,0,5.8676,2.8589,0,5.7419,3.2034,0 +PL 6.5962,2.1357,0,7.4473,2.1357,0,7.4473,2.1357,0,7.4473,2.1357,0 +PL 0.2501,3.7373,0,0.9327,5.3545,0,1.1148,6.7854,0,1.1047,8.5043,0,7.02,8.5043,0,7.02,8.5043,0,7.02,8.5043,0 +PL 1.1047,3.7373,0,2.355,3.7373,0,2.355,6.3687,0,1.5285,6.3687,0,1.5285,6.3687,0,1.5285,6.3687,0 +PL 2.9921,3.7373,0,3.6369,4.1074,0,4.2775,4.4604,0,4.915,4.8052,0,4.2705,5.7275,0,3.714,6.1329,0,2.7823,6.3687,0 +PL 6.5962,3.7373,0,6.1657,4.1074,0,5.7486,4.4604,0,5.3423,4.8052,0,5.6158,5.2515,0,5.8957,5.6809,0,6.1657,6.1018,0,5.5983,6.2049,0,5.0376,6.2911,0,4.4912,6.3687,0 +PL 6.5962,6.3687,0,7.4473,6.3687,0,7.4473,6.3687,0,7.4473,6.3687,0 +PL 1.9274,7.4365,0,6.5962,7.4365,0,6.5962,7.4365,0,6.5962,7.4365,0 + +[8fb2] 農 +PL 1.5601,0,0,2.4112,0,0,2.4112,2.6695,0,1.1328,2.6695,0 +L 2.8105,0.5338,4.0924,0.5338 +PL 6.6562,0,0,5.2692,1.5395,0,4.257,2.2741,0,2.8105,2.6695,0 +L 4.9473,2.6695,7.4796,2.6695 +L 1.9913,3.7372,6.2292,3.7372 +PL 1.5601,5.8348,0,1.9629,5.938,0,2.3836,6.0242,0,2.8105,6.1017,0,2.4991,6.6652,0,2.1734,6.8729,0,1.5601,6.9027,0 +PL 1.1328,5.8348,0,1.1328,7.9703,0,2.4112,7.9703,0,2.5377,8.3404,0,2.6673,8.6936,0,2.8105,9.0382,0 +PL 0.2817,0.267,0,0.5763,0.9674,0,0.688,2.1342,0,0.7024,4.7669,0,7.0485,4.7669,0 +PL 4.9473,5.8348,0,6.2292,5.8348,0,6.2292,6.9027,0,5.3116,6.9224,0,4.8668,7.0607,0,4.5236,7.4365,0,4.8668,7.7924,0,5.3116,7.7924,0,6.2292,7.4365,0 +PL 3.2378,5.8348,0,3.6651,5.938,0,4.0924,6.0242,0,4.5236,6.1017,0,3.9807,6.6851,0,3.3502,7.0312,0,2.8105,7.4365,0,3.3502,7.8518,0,3.9807,8.267,0,4.5236,9.0382,0 + +[8fba] 辺 +PL 0.3581,4.7517,0,1.6047,4.7517,0,1.6047,1.0525,0,0.5543,0,0,0.8972,0.3701,0,1.2579,0.7232,0,1.6222,1.0678,0,1.6222,4.767,0,0.3403,4.767,0,0.3403,4.767,0,0.3403,4.767,0 +PL 2.8725,0,0,2.5958,0.1893,0,2.323,0.3701,0,2.0495,0.5339,0 +PL 3.2963,0,0,7.5382,0,0,7.5382,0,0,7.5382,0,0 +PL 2.8725,1.6017,0,4.0357,3.9322,0,4.4977,6.0085,0,4.5821,8.4662,0,2.8725,8.4662,0,2.8725,8.4662,0,2.8725,8.4662,0 +PL 5.4367,1.6017,0,7.0229,2.9068,0,7.2545,5.7374,0,7.1179,8.4662,0,5.0094,8.4662,0,5.0094,8.4662,0,5.0094,8.4662,0 +PL 1.6222,7.3983,0,1.3248,7.7685,0,1.0411,8.1214,0,0.7711,8.4662,0 +PL 1.6072,1.0524,0.1372,5.4258,-0.0152,0,7.5553,-0.0152,0 +L 0.7819,8.4891,1.6047,7.4213 + +[8fbc] 込 +PL 0.3243,4.7898,0,1.5746,4.7898,0,1.5746,1.0906,0,0.5239,0.0381,0,0.8671,0.3813,0,1.2247,0.7245,0,1.5925,1.0678,0,1.5925,4.805,0,0.3141,4.805,0,0.3141,4.805,0,0.3141,4.805,0 +PL 2.874,0.0381,0,2.5728,0.2273,0,2.2926,0.4082,0,2.0198,0.572,0 +PL 3.2978,0.0381,0,7.5432,0.0381,0,7.5432,0.0381,0,7.5432,0.0381,0 +PL 2.874,1.6017,0,4.247,3.8912,0,5.1051,5.8587,0,5.4063,8.5041,0,3.7286,8.5041,0,3.7286,8.5041,0,3.7286,8.5041,0 +PL 7.5432,1.6017,0,6.9614,2.8587,0,6.394,4.1073,0,5.8336,5.339,0 +PL 1.5925,7.4364,0,1.2944,7.8064,0,1.0142,8.1596,0,0.734,8.5041,0 +PL 1.5741,1.0905,0.1372,5.3927,0.0229,0,7.5257,0.0229,0 +L 0.7516,8.5272,1.5746,7.4593 + +[8fc5] 迅 +PL 4.3991,1.6018,0,4.4201,3.6117,0,4.1539,4.8674,0,3.1207,5.3009,0 +PL 7.3625,1.6018,0,6.5535,3.9252,0,6.434,6.0791,0,6.5041,8.5043,0,2.6899,8.5043,0,2.6899,8.5043,0,2.6899,8.5043,0 +PL 7.7863,1.6018,0,7.7863,3.2034,0,7.7863,3.2034,0,7.7863,3.2034,0 +PL 4.7949,5.3009,0,4.5182,5.7359,0,4.4166,6.2895,0,4.3991,7.4365,0 +PL 0.7671,0.0382,0,1.8242,1.0906,0.1372,5.6428,0.023,0,7.7688,0.023,0 +PL 0.5709,4.7899,0,1.8213,4.7899,0,1.8213,1.0907,0 +L 0.9982,8.5274,1.8213,7.4595 + +[8fce] 迎 +PL 5.0676,1.0829,0,5.0676,7.9855,0,6.7768,7.9855,0,6.7768,2.6847,0,5.9187,2.6847,0,5.9187,2.6847,0,5.9187,2.6847,0 +PL 2.322,2.1508,0,2.5353,2.34,0,2.749,2.5208,0,2.9626,2.6847,0,2.9626,7.9855,0,3.5791,8.0053,0,3.9118,8.1437,0,4.2449,8.5194,0 +PL 3.6036,2.6847,0,3.8176,2.874,0,4.0274,3.0547,0,4.2449,3.2186,0 +PL 0.2167,0.0152,0,1.27,1.0677,0.1372,5.0886,0.0001,0,7.2185,0.0001,0 +PL 0.0206,4.767,0,1.2709,4.767,0,1.2709,1.0677,0 +L 0.4444,8.5044,1.2709,7.4365 + +[8fd1] 近 +PL 1.0476,0,0,2.097,1.0524,0.1372,5.9156,-0.0151,0,8.049,-0.0151,0 +PL 0.8479,4.7517,0,2.0983,4.7517,0,2.0983,1.0525,0 +L 1.2749,8.4891,2.0983,7.4213 +PL 8.0346,5.8347,0,3.7932,5.8347,0,3.7932,7.9705,0.0691,7.6372,8.5043,0 +L 6.3538,1.0677,6.3538,5.8347 +A -7.4984,5.8347,11.2872,337.973,360 + +[8fd4] 返 +PL 3.0006,1.8686,0,3.7116,4.1301,0,3.8626,6.1795,0,3.8205,8.4663,0,8.0616,8.4663,0 +PL 4.465,1.6018,0,5.1056,2.1344,0,5.7434,2.6584,0,6.384,3.1653,0,5.4807,4.7078,0,5.1515,5.5383,0,5.1056,6.3687,0,4.2478,6.3687,0 +PL 7.6378,1.6018,0,7.3615,1.9719,0,7.0845,2.3251,0,6.8151,2.6696,0 +PL 6.8151,3.6993,0,7.3927,4.866,0,7.6067,5.5582,0,7.6378,6.3687,0,5.5294,6.3687,0 +PL 1.0778,0,0,2.1314,1.0524,0.1372,5.95,-0.0151,0,8.0792,-0.0151,0 +PL 0.8781,4.7518,0,2.1285,4.7518,0,2.1285,1.0525,0 +L 1.3019,8.4891,2.1285,7.4213 + +[8feb] 迫 +PL 0.2622,4.7517,0,1.5161,4.7517,0,1.5161,1.0525,0,0.4619,0,0,0.8051,0.3701,0,1.1697,0.7231,0,1.534,1.0677,0,1.534,4.7669,0,0.2797,4.7669,0,0.2797,4.7669,0,0.2797,4.7669,0 +PL 2.812,0,0,2.5143,0.1892,0,2.2345,0.3701,0,1.9543,0.5339,0 +PL 3.2393,0,0,7.4811,0,0,7.4811,0,0,7.4811,0,0 +PL 3.2393,1.6017,0,3.2393,7.3983,0,3.6456,7.5014,0,4.0659,7.5876,0,4.4897,7.6652,0,4.6193,8.1215,0,4.7667,8.5692,0,4.917,8.9999,0 +PL 3.6631,1.6017,0,6.6265,1.6017,0,6.6265,4.7669,0,3.6631,4.7669,0,3.6631,4.7669,0,3.6631,4.7669,0 +PL 6.6265,5.3008,0,6.6265,7.3983,0,4.917,7.3983,0,4.917,7.3983,0,4.917,7.3983,0 +PL 1.534,7.3983,0,1.2359,7.7683,0,0.9522,8.1215,0,0.6759,8.4661,0 +PL 1.5117,1.0524,0.1372,5.3303,-0.0152,0,7.4636,-0.0152,0 +L 0.693,8.4891,1.5161,7.4213 + +[8fed] 迭 +PL 2.749,1.5788,0,3.3938,2.3796,0,4.0274,3.1805,0,4.6718,3.9813,0,4.5212,4.2483,0,4.3745,4.5152,0,4.2449,4.7821,0,2.5353,4.7821,0,2.5353,4.7821,0,2.5353,4.7821,0 +PL 6.7768,1.5788,0,6.1989,2.1126,0,5.6245,2.6466,0,5.0676,3.1805,0 +PL 5.0676,4.7821,0,4.7702,5.4446,0,4.5597,6.2173,0,4.2449,6.8797,0,3.3269,6.6621,0,2.8821,6.3854,0,2.5353,5.8118,0 +PL 5.4988,4.7821,0,6.7768,4.7821,0,6.7768,4.7821,0,6.7768,4.7821,0 +PL 5.0676,6.8797,0,4.7874,7.3147,0,4.6858,7.8684,0,4.6718,9.0152,0 +PL 5.4988,6.8797,0,6.3498,6.8797,0,6.3498,6.8797,0,6.3498,6.8797,0 +PL 3.3938,7.4135,0,3.3938,8.4814,0,3.3938,8.4814,0,3.3938,8.4814,0 +PL 0.2167,0.0152,0,1.27,1.0676,0.1372,5.0886,0,0,7.2185,0,0 +PL 0.0206,4.7669,0,1.2709,4.7669,0,1.2709,1.0677,0 +L 0.4444,8.5043,1.2709,7.4364 + +[8ff0] 述 +PL 1.0446,0,0,2.0975,1.0524,0.1372,5.9161,-0.0152,0,8.0495,-0.0152,0 +PL 0.8449,4.7517,0,2.0988,4.7517,0,2.0988,1.0525,0 +L 1.2754,8.4891,2.0988,7.4213 +L 8.0631,7.3984,2.9674,7.3984 +L 5.4997,9.0001,5.4997,1.0297 +L 4.2493,5.7966,3.3352,2.3808 +L 6.7536,5.7966,7.6677,2.3808 +L 7.3455,9,8.2453,8.1001 + +[8ff7] 迷 +PL 0.2637,4.7669,0,1.5141,4.7669,0,1.5141,1.0677,0,0.4634,0.0152,0,0.8101,0.3854,0,1.1642,0.7384,0,1.5285,1.083,0,1.5285,4.7821,0,0.2501,4.7821,0,0.2501,4.7821,0,0.2501,4.7821,0 +PL 2.7823,0.0152,0,2.4846,0.2045,0,2.2041,0.3854,0,1.9274,0.5492,0 +PL 3.2061,0.0152,0,7.4473,0.0152,0,7.4473,0.0152,0,7.4473,0.0152,0 +PL 4.915,1.083,0,4.8344,2.4941,0,4.7647,3.9051,0,4.7013,5.3161,0,3.9133,4.2751,0,3.1256,3.2172,0,2.355,2.1508,0 +PL 7.4473,2.1508,0,6.7468,3.2949,0,6.0466,4.4389,0,5.3423,5.5831,0,4.3371,5.6861,0,3.3354,5.7723,0,2.355,5.85,0 +PL 5.7419,5.85,0,7.4473,5.85,0,7.4473,5.85,0,7.4473,5.85,0 +PL 4.915,6.3839,0,4.915,9.0152,0,4.915,9.0152,0,4.915,9.0152,0 +PL 3.6369,7.1847,0,3.486,7.6309,0,3.3354,8.0605,0,3.2061,8.4813,0 +PL 6.1657,7.1847,0,6.2984,7.6309,0,6.442,8.0605,0,6.5962,8.4813,0 +PL 1.5285,7.4517,0,1.2304,7.7948,0,0.9502,8.1382,0,0.6774,8.4813,0 +PL 1.517,1.0676,0.1372,5.3356,0,0,7.4651,0,0 +L 0.6875,8.5043,1.5141,7.4365 + +[8ffd] 追 +PL 3.6651,1.6017,0,3.6651,7.3983,0,4.3029,7.6357,0,4.7404,8.0509,0,5.3746,9,0 +PL 4.0924,5.3009,0,6.2292,5.3009,0,6.2292,7.3983,0,4.9473,7.3983,0,4.9473,7.3983,0,4.9473,7.3983,0 +PL 4.0924,1.6017,0,6.6562,1.6017,0,6.6562,3.6991,0,4.0924,3.6991,0,4.0924,3.6991,0,4.0924,3.6991,0 +PL 0.4919,0,0,1.5452,1.0524,0.1372,5.3638,-0.0152,0,7.4971,-0.0152,0 +PL 0.2926,4.7517,0,1.5426,4.7517,0,1.5426,1.0525,0 +L 0.7199,8.4891,1.5426,7.4213 + +[9000] 退 +PL 0.2306,4.7517,0,1.4841,4.7517,0,1.4841,1.0525,0,0.4298,0,0,0.7731,0.3699,0,1.1373,0.7231,0,1.5016,1.0678,0,1.5016,4.7668,0,0.2165,4.7668,0,0.2165,4.7668,0,0.2165,4.7668,0 +PL 2.7803,0,0,2.4826,0.1892,0,2.2021,0.3699,0,1.9219,0.5338,0 +PL 3.2111,0,0,7.4176,0,0,7.4176,0,0,7.4176,0,0 +PL 2.7803,1.6017,0,3.6031,1.6017,0,3.6031,8.5044,0,6.5945,8.5044,0,6.612,6.2302,0,6.7202,5.2614,0,7.0215,4.7668,0,6.5945,4.3461,0,6.1672,3.9166,0,5.7434,3.4703,0,6.2898,2.8586,0,6.8463,2.2387,0,7.4176,1.6017,0 +PL 4.0339,1.6017,0,4.3599,1.9774,0,4.6958,2.1159,0,5.3126,2.1355,0 +PL 5.3126,4.2329,0,5.3126,5.3008,0,4.0339,5.3008,0,4.0339,5.3008,0,4.0339,5.3008,0 +PL 4.0339,6.9025,0,6.1672,6.9025,0,6.1672,6.9025,0,6.1672,6.9025,0 +PL 1.5016,7.4364,0,1.2042,7.8064,0,0.924,8.1596,0,0.647,8.5044,0 +PL 1.4832,1.0524,0.1372,5.3018,-0.0152,0,7.4347,-0.0152,0 +L 0.6614,8.4891,1.4841,7.4213 + +[9001] 送 +PL 1.0763,0,0,1.4128,0.3701,0,1.7561,0.7233,0,2.113,1.0679,0,2.113,4.7671,0,0.8595,4.7671,0 +PL 3.3952,0,0,2.817,0.3702,0,2.5406,0.5341,0 +L 3.8225,0,8.0636,0 +PL 3.6085,1.6018,0,5.5314,4.2331,0,5.1671,4.6087,0,4.6141,4.7472,0,3.3952,4.7671,0 +PL 7.6363,2.1358,0,7.0553,2.6682,0,6.4879,3.1922,0,5.9275,3.6993,0 +PL 5.9275,4.7671,0,5.6505,5.2021,0,5.5454,5.7557,0,5.5314,6.9026,0,3.8225,6.9026,0 +L 6.3548,4.7671,7.6363,4.7671 +PL 6.1408,6.9026,0,6.3548,7.616,0,6.5684,8.3122,0,6.7852,9.0002,0 +PL 2.113,7.4366,0,1.8401,7.7799,0,1.2903,8.4663,0 +PL 4.6736,8.1992,0,4.523,8.4663,0,4.3791,8.7332,0,4.2495,9.0002,0 + +[9003] 逃 +PL 0.4202,4.7669,0,1.6705,4.7669,0,1.6705,1.0677,0,0.6163,0.0152,0,0.9596,0.3584,0,1.3165,0.7016,0,1.6807,1.0449,0,1.6807,4.7821,0,0.4023,4.7821,0,0.4023,4.7821,0,0.4023,4.7821,0 +PL 2.9346,0.0152,0,2.6369,0.1946,0,2.3532,0.357,0,2.0768,0.511,0 +PL 3.3619,0.0152,0,7.6037,0.0152,0,7.6037,0.0152,0,7.6037,0.0152,0 +PL 2.7174,1.5788,0,3.2116,2.302,0,3.7086,3.0167,0,4.2165,3.7144,0,4.1324,4.2483,0,4.0627,4.7821,0,3.9997,5.3161,0,3.4918,4.9714,0,2.9976,4.6184,0,2.5073,4.2483,0 +PL 5.898,1.5788,0,5.614,2.2102,0,5.5089,4.1382,0,5.4952,9.0152,0 +PL 6.318,1.5788,0,7.6037,1.5788,0,7.6037,2.6466,0,7.6037,2.6466,0,7.6037,2.6466,0 +PL 7.1726,4.2483,0,6.7491,4.6184,0,6.318,4.9714,0,5.898,5.3161,0 +PL 4.2165,5.8118,0,4.2165,9.0152,0,4.2165,9.0152,0,4.2165,9.0152,0 +PL 3.3619,6.8797,0,3.068,7.2498,0,2.7843,7.6028,0,2.5073,7.9475,0 +PL 5.898,6.8797,0,6.1677,7.2498,0,6.4514,7.6028,0,6.7491,7.9475,0 +PL 1.6807,7.4135,0,1.3869,7.7836,0,1.1032,8.1367,0,0.8296,8.4814,0 +PL 1.6693,1.0676,0.1372,5.4879,0,0,7.6174,0,0 +L 0.844,8.5043,1.6705,7.4364 + +[9006] 逆 +PL 3.2083,1.0297,0,3.6951,1.6668,0,4.1928,2.2868,0,4.7038,2.8984,0,4.3539,3.4619,0,3.9091,3.6696,0,2.9946,3.6992,0,2.9946,5.7966,0 +PL 5.1245,3.6992,0,4.8303,4.1922,0,4.7182,5.1511,0,4.7038,7.3984,0,2.14,7.3984,0 +PL 5.5549,3.6992,0,6.3815,3.6992,0,6.3815,5.7966,0 +L 5.3413,7.3984,5.9822,9.0001 +L 5.9822,7.3984,7.2361,7.3984 +PL 3.8496,8.1992,0,3.6951,8.4661,0,3.5554,8.7332,0,3.4184,9.0001,0 +PL 0.2487,0,0,1.302,1.0524,0.1372,5.1206,-0.0152,0,7.2466,-0.0152,0 +PL 0.0491,4.7517,0,1.2998,4.7517,0,1.2998,1.0525,0 +L 0.4764,8.4891,1.2998,7.4213 + +[900f] 透 +PL 0.4187,4.7669,0,1.669,4.7669,0,1.669,1.0677,0,0.6183,0.0152,0,0.9616,0.3584,0,1.3185,0.7016,0,1.6827,1.0449,0,1.6827,4.7821,0,0.4288,4.7821,0,0.4288,4.7821,0,0.4288,4.7821,0 +PL 2.965,0.0152,0,2.6704,0.1946,0,2.3867,0.357,0,2.11,0.511,0 +PL 3.3923,0.0152,0,7.6334,0.0152,0,7.6334,0.0152,0,7.6334,0.0152,0 +PL 3.3923,1.0449,0,3.9943,2.2314,0,4.215,3.0619,0,4.2469,4.2483,0,3.3923,4.2483,0,3.3923,4.2483,0,3.3923,4.2483,0 +PL 6.1378,1.0449,0,6.5865,1.4799,0,6.7511,2.0336,0,6.7756,3.1805,0,5.9245,3.1805,0,5.9245,4.2483,0,4.6461,4.2483,0,4.6461,4.2483,0,4.6461,4.2483,0 +PL 5.0661,4.7821,0,5.0451,5.9022,0,4.8769,6.446,0,4.4321,6.8797,0,3.8052,6.1099,0,3.3184,5.7044,0,2.5412,5.3161,0 +PL 7.2061,5.3161,0,5.865,6.7779,0,4.8559,7.528,0,3.3923,7.9475,0 +PL 2.965,6.8797,0,3.8196,6.8797,0,3.8196,6.8797,0,3.8196,6.8797,0 +PL 6.355,6.8797,0,7.2061,6.8797,0,7.2061,6.8797,0,7.2061,6.8797,0 +PL 1.6827,7.4135,0,1.3853,7.7836,0,1.1052,8.1367,0,0.8281,8.4814,0 +PL 5.4972,8.4814,0,6.355,8.4814,0,6.355,8.4814,0,6.355,8.4814,0 +PL 1.6678,1.0676,0.1372,5.4864,0,0,7.6159,0,0 +L 0.8425,8.5043,1.669,7.4364 + +[9010] 逐 +PL 3.8157,1.6018,0,4.436,1.6216,0,4.7649,1.76,0,5.0976,2.1356,0,5.0171,2.8489,0,4.947,3.5452,0,4.884,4.2331,0,3.9663,3.7261,0,3.0522,3.202,0,2.1416,2.6696,0 +PL 6.8068,2.9365,0,6.0118,3.9167,0,5.2272,4.88,0,4.457,5.8348,0,3.8157,5.4902,0,3.1853,5.1371,0,2.5653,4.767,0 +PL 5.5249,5.3009,0,5.9557,5.8348,0,6.376,6.3687,0,6.8068,6.9026,0 +PL 2.779,6.3687,0,3.8262,6.9718,0,4.3166,7.4563,0,4.6668,8.2374,0,3.8157,8.3405,0,2.9716,8.4266,0,2.1416,8.5044,0 +PL 5.0976,8.5044,0,7.2341,8.5044,0,7.2341,8.5044,0,7.2341,8.5044,0 +PL 0.2187,0,0,1.2685,1.0524,0.1372,5.0871,-0.0152,0,7.2166,-0.0152,0 +PL 0.0191,4.7517,0,1.2694,4.7517,0,1.2694,1.0525,0 +L 0.4429,8.4892,1.2694,7.4213 + +[9013] 逓 +PL 1.0152,0,0,1.3585,0.3702,0,1.7161,0.7232,0,2.0835,1.0678,0,2.0835,4.767,0,0.8019,4.767,0,0.8019,4.767,0,0.8019,4.767,0 +PL 3.3342,0,0,3.0606,0.1893,0,2.7843,0.3702,0,2.5076,0.534,0 +PL 3.7615,0,0,8.0026,0,0,8.0026,0,0,8.0026,0,0 +PL 5.8976,1.0678,0,5.8665,3.1936,0,5.4567,4.0651,0,4.1884,4.2331,0,4.1884,1.6018,0,4.1884,1.6018,0,4.1884,1.6018,0 +PL 6.7176,1.6018,0,7.5718,1.6018,0,7.5718,4.2331,0,6.3214,4.2331,0,6.0307,4.767,0,5.7439,5.3009,0,5.4703,5.8348,0,3.3342,5.8348,0,3.3167,3.9435,0,3.2042,2.9845,0,2.9069,2.1356,0 +PL 6.3214,5.8348,0,6.0307,6.2049,0,5.7439,6.558,0,5.4703,6.9026,0,4.7418,6.7388,0,4.0343,6.558,0,3.3342,6.3687,0 +PL 6.7176,5.8348,0,8.0026,5.8348,0,8.0026,5.8348,0,8.0026,5.8348,0 +PL 6.3214,6.9026,0,6.1712,7.1696,0,6.0307,7.4366,0,5.8976,7.7034,0,5.0395,7.6258,0,4.1884,7.5397,0,3.3342,7.4366,0 +PL 6.7176,6.9026,0,7.5718,6.9026,0,7.5718,6.9026,0,7.5718,6.9026,0 +PL 2.0835,7.4366,0,1.7858,7.8066,0,1.5056,8.1597,0,1.2257,8.5044,0 +PL 6.3214,8.5044,0,7.5718,8.5044,0,7.5718,8.5044,0,7.5718,8.5044,0 + +[9014] 途 +PL 0.1135,4.7669,0,1.3603,4.7669,0,1.3603,1.0677,0,0.3093,0.0152,0,0.6525,0.3584,0,1.0136,0.7016,0,1.3775,1.0449,0,1.3775,4.7821,0,0.1271,4.7821,0,0.1271,4.7821,0,0.1271,4.7821,0 +PL 2.6594,0.0152,0,2.3621,0.1946,0,2.0815,0.357,0,1.8052,0.511,0 +PL 3.0867,0.0152,0,7.3247,0.0152,0,7.3247,0.0152,0,7.3247,0.0152,0 +PL 2.2321,1.5788,0,2.5053,2.1126,0,2.7925,2.6466,0,3.0867,3.1805,0 +PL 3.9417,1.5788,0,4.7644,1.5788,0,4.6281,3.6607,0,4.0327,4.2511,0,2.6594,4.2483,0 +PL 6.8977,1.5788,0,6.6035,2.1126,0,6.3198,2.6466,0,6.0428,3.1805,0 +PL 5.1882,4.2483,0,4.894,4.6621,0,4.7822,5.0675,0,4.7644,5.8118,0,3.5105,5.8118,0,3.5105,5.8118,0,3.5105,5.8118,0 +PL 5.6193,4.2483,0,6.8977,4.2483,0,6.8977,4.2483,0,6.8977,4.2483,0 +PL 5.1882,5.8118,0,6.0428,5.8118,0,6.0428,5.8118,0,6.0428,5.8118,0 +PL 2.4458,6.3457,0,3.2058,7.2498,0,3.9802,8.1367,0,4.7644,9.0152,0,5.6193,8.1367,0,6.4736,7.2498,0,7.3247,6.3457,0 +PL 1.3775,7.4135,0,1.0833,7.7836,0,0.7961,8.1367,0,0.5229,8.4814,0 +PL 1.3626,1.0676,0.1372,5.1812,0,0,7.311,0,0 +L 0.5369,8.5043,1.3603,7.4364 + +[901a] 通 +PL 0.4634,0,0,1.517,1.0524,0.1372,5.3356,-0.0151,0,7.4651,-0.0151,0 +PL 0.2637,4.7518,0,1.5141,4.7518,0,1.5141,1.0524,0 +L 0.6875,8.4892,1.5141,7.4213 +PL 5.7419,1.5633,0,6.5962,1.5633,0,6.5962,6.3303,0,3.2061,6.3303,0,3.2061,1.5633,0 +L 3.2061,4.7669,6.5962,4.7669 +L 6.5962,3.1653,3.2061,3.1653 +PL 3.2061,8.4661,0,6.5962,8.4661,0,4.915,6.8643,0 +L 4.915,1.5633,4.915,6.3303 +L 4.0607,7.3983,5.7696,6.3303 + +[901d] 逝 +PL 0.3393,0,0,0.686,0.3701,0,1.0398,0.7232,0,1.4114,1.0677,0,1.4114,4.767,0,0.126,4.767,0,0.126,4.767,0,0.126,4.767,0 +PL 2.6579,0,0,2.3847,0.1893,0,2.1115,0.3701,0,1.8352,0.5339,0 +PL 3.0852,0,0,7.3267,0,0,7.3267,0,0,7.3267,0,0 +PL 2.2621,1.5636,0,3.0852,1.5636,0,3.0852,4.767,0,2.2621,4.767,0,2.2621,4.767,0,2.2621,4.767,0 +PL 4.3675,1.8306,0,4.6648,2.5903,0,4.7769,4.1723,0,4.7944,7.9322,0,6.0273,7.9521,0,6.6826,8.0904,0,7.3267,8.4662,0 +PL 6.5004,1.5636,0,6.5004,5.8348,0,5.2217,5.8348,0,5.2217,5.8348,0,5.2217,5.8348,0 +PL 3.0852,5.3008,0,3.0852,6.8644,0,2.812,7.0537,0,2.5353,7.2345,0,2.2621,7.3983,0 +PL 1.4114,7.3983,0,1.1098,7.7684,0,0.8296,8.1215,0,0.5529,8.4662,0 +PL 3.5164,7.3983,0,3.2116,7.8136,0,3.1027,8.2289,0,3.0852,9,0 + +[901f] 速 +PL 0.3393,0,0,1.3926,1.0525,0.1372,5.2112,-0.0151,0,7.341,-0.0151,0 +PL 0.1396,4.7518,0,1.3935,4.7518,0,1.3935,1.0525,0 +L 0.5708,8.4892,1.3935,7.4213 +L 2.2621,7.9323,7.3267,7.9323 +L 4.7944,9.0002,4.7944,1.0679 +PLC 6.5004,6.3687,0,3.0852,6.3687,0,3.0852,4.2332,0,6.5004,4.2332,0 +PL 2.2621,1.6018,0,4.7944,4.134,0,7.3267,1.6018,0 + +[9020] 造 +PL 0.5543,0,0,0.8972,0.37,0,1.2579,0.7232,0,1.6222,1.0678,0,1.6222,4.767,0,0.3403,4.767,0,0.3403,4.767,0,0.3403,4.767,0 +PL 2.8725,0,0,2.5958,0.1892,0,2.323,0.37,0,2.0495,0.534,0 +PL 3.2963,0,0,7.5382,0,0,7.5382,0,0,7.5382,0,0 +PLC 3.7271,2.2867,0,3.7271,3.6992,0,6.2913,3.6992,0,6.2913,1.5635,0,3.7271,1.5635,0 +PL 2.8725,5.3009,0,5.0094,5.3009,0,4.9954,6.4209,0,4.883,6.9647,0,4.5821,7.3984,0,3.6606,7.1808,0,3.2228,6.9039,0,2.8725,6.3305,0 +PL 5.4367,5.3009,0,7.1179,5.3009,0,7.1179,5.3009,0,7.1179,5.3009,0 +PL 1.6222,7.3984,0,1.3248,7.7684,0,1.0411,8.1215,0,0.7711,8.4662,0 +PL 5.4367,7.3984,0,5.132,7.8135,0,5.0266,8.2288,0,5.0094,9,0 +PL 5.864,7.3984,0,6.6867,7.3984,0,6.6867,7.3984,0,6.6867,7.3984,0 +PL 3.7271,7.9322,0,3.7271,9,0,3.7271,9,0,3.7271,9,0 + +[9023] 連 +PL 5.9527,7.9703,0,7.2349,7.9703,0,7.2349,7.9703,0,7.2349,7.9703,0 +PL 5.3121,8.2374,0,5.2526,8.5029,0,5.1892,8.76,0,5.13,9.0001,0 +PL 5.5289,2.6696,0,5.2526,3.2021,0,4.979,3.7261,0,4.7023,4.2331,0,3.4239,4.2331,0,3.4239,6.3688,0,4.3381,6.3985,0,4.7829,6.606,0,5.13,7.1695,0,4.979,7.4365,0,4.8323,7.7035,0,4.7023,7.9703,0,2.9966,7.9703,0,2.9966,7.9703,0,2.9966,7.9703,0 +PL 5.9527,4.2331,0,6.8073,4.2331,0,6.8073,5.3009,0,5.8932,5.3207,0,5.4557,5.4592,0,5.13,5.8348,0,5.4557,6.1908,0,5.8932,6.1908,0,6.8073,5.8348,0 +PL 5.5289,4.2331,0,4.916,4.9846,0,4.482,5.2614,0,3.8512,5.3009,0 +PL 5.9527,2.6696,0,7.2349,2.6696,0,7.2349,2.6696,0,7.2349,2.6696,0 +PL 5.13,1.0679,0,4.7867,2.5171,0,3.9703,2.7713,0,2.9966,2.6696,0 +PL 2.9966,0,0,2.6989,0.1893,0,2.4152,0.3703,0,2.142,0.5339,0 +PL 0.4752,4.7517,0,1.7291,4.7517,0,1.7291,1.0525,0,0.6745,0,0,1.0107,0.3703,0,1.3575,0.7231,0,1.7151,1.0679,0,1.7151,4.767,0,0.4612,4.767,0,0.4612,4.767,0,0.4612,4.767,0 +PL 1.7151,7.4365,0,1.4415,7.7798,0,1.1617,8.1229,0,0.8917,8.4661,0 +PL 3.4239,0,0,7.6622,0,0,7.6622,0,0,7.6622,0,0 +PL 1.7278,1.0524,0.1372,5.5464,-0.0151,0,7.6798,-0.0151,0 +L 0.906,8.4892,1.7291,7.4213 + +[902e] 逮 +PL 0.4752,4.7517,0,1.7291,4.7517,0,1.7291,1.0525,0,0.6745,0,0,1.0107,0.3701,0,1.3575,0.7232,0,1.7151,1.0678,0,1.7151,4.7671,0,0.4612,4.7671,0,0.4612,4.7671,0,0.4612,4.7671,0 +PL 2.9966,0,0,2.6989,0.1893,0,2.4152,0.3701,0,2.142,0.5339,0 +PL 3.4239,0,0,7.6622,0,0,7.6622,0,0,7.6622,0,0 +PL 4.275,1.6017,0,5.13,1.6017,0,5.13,3.1653,0,4.5517,3.0114,0,3.9812,2.8489,0,3.4239,2.6695,0 +PL 7.2349,2.1356,0,5.8756,3.5918,0,5.3293,3.9972,0,5.13,3.6992,0 +PL 5.13,5.0339,0,4.7829,5.5975,0,4.3381,5.8051,0,3.4239,5.8348,0 +PL 5.5289,5.8348,0,4.5377,6.7896,0,3.701,6.9648,0,2.5662,6.9026,0 +PL 5.9527,5.8348,0,6.2297,5.9379,0,6.5134,6.0241,0,6.8073,6.1018,0,5.7881,7.2033,0,4.524,7.7713,0,3.4239,7.9322,0 +PL 7.2349,6.9026,0,6.5905,7.565,0,5.7569,8.1596,0,5.13,9.0001,0 +PL 1.7151,7.4364,0,1.4415,7.7797,0,1.1617,8.1229,0,0.8917,8.4662,0 +PL 1.7278,1.0524,0.1372,5.5464,-0.0152,0,7.6798,-0.0152,0 +L 0.906,8.4892,1.7291,7.4213 + +[9031] 週 +PL 0.1989,0.0152,0,1.2508,1.0676,0.1372,5.0694,0,0,7.2003,0,0 +PL 0,4.7669,0,1.251,4.7669,0,1.251,1.0677,0 +L 3.3868,5.8347,5.9191,5.8347 +L 3.8134,6.9025,5.5219,6.9025 +L 4.668,7.9703,4.668,5.8347 +PLC 3.8134,2.6695,0,5.4918,2.6695,0,5.4918,4.233,0,3.8134,4.233,0 +PL 5.9191,1.6016,0,6.773,1.6016,0,6.773,8.5043,0,2.5322,8.5043,0,2.5322,4.233,0 +L 0.4273,8.5043,1.251,7.4364 +A -4.2268,4.233,6.7343,339.523,360 + +[9032] 進 +PL 6.2574,7.3983,0,7.5432,7.3983,0,7.5432,7.3983,0,7.5432,7.3983,0 +PL 5.8336,7.3983,0,5.5464,7.8137,0,5.5464,8.2288,0,5.8336,8.9999,0 +PL 5.8336,5.7966,0,5.5363,6.3306,0,5.2561,6.8644,0,4.979,7.3983,0,4.405,7.5014,0,3.8512,7.5876,0,3.2978,7.6651,0,3.4313,8.1215,0,3.5749,8.5691,0,3.7286,8.9999,0 +PL 5.8336,4.233,0,5.5363,4.7656,0,5.2561,5.2894,0,4.979,5.7966,0,3.7286,5.7966,0,3.7286,5.7966,0,3.7286,5.7966,0 +PL 6.2574,4.233,0,7.1124,4.233,0,7.1124,4.233,0,7.1124,4.233,0 +PL 6.2574,5.7966,0,7.1124,5.7966,0,7.1124,5.7966,0,7.1124,5.7966,0 +PL 5.8336,2.0975,0,7.5432,2.0975,0,7.5432,2.0975,0,7.5432,2.0975,0 +PL 3.7286,2.0975,0,5.4063,2.0975,0,5.2662,3.7189,0,4.7584,4.2133,0,3.7286,4.233,0 +PL 3.2978,2.0975,0,3.2173,3.6977,0,3.1511,5.2894,0,3.088,6.8644,0,2.874,6.7005,0,2.6569,6.5197,0,2.4436,6.3306,0 +PL 1.5925,7.3983,0,1.2944,7.7683,0,1.0142,8.1215,0,0.734,8.4661,0 +PL 0.5239,0,0,0.8671,0.3432,0,1.2247,0.6863,0,1.5925,1.0297,0,1.5925,4.7668,0,0.3141,4.7668,0,0.3141,4.7668,0,0.3141,4.7668,0 +PL 2.874,0,0,2.5728,0.1892,0,2.2926,0.37,0,2.0198,0.5339,0 +PL 3.2978,0,0,7.5432,0,0,7.5432,0,0,7.5432,0,0 + +[9038] 逸 +PL 0.1697,4.7517,0,1.4235,4.7517,0,1.4235,1.0524,0,0.3693,0,0,0.7055,0.37,0,1.0488,0.7231,0,1.4099,1.0679,0,1.4099,4.7669,0,0.1592,4.7669,0,0.1592,4.7669,0,0.1592,4.7669,0 +PL 2.6848,0,0,2.3937,0.1893,0,2.1104,0.37,0,1.8337,0.5339,0 +PL 3.1152,0,0,7.3567,0,0,7.3567,0,0,7.3567,0,0 +PL 2.4746,1.6017,0,2.9646,2.1356,0,3.4585,2.6695,0,3.9733,3.2033,0,3.9733,4.2711,0,3.1152,4.2711,0,3.1152,6.3686,0,2.8179,6.5579,0,2.5373,6.7388,0,2.2641,6.9025,0 +PL 5.6475,1.6017,0,5.3466,2.0565,0,5.2346,2.7485,0,5.2202,4.2711,0,4.3936,4.2711,0,4.3936,4.2711,0,4.3936,4.2711,0 +PL 6.0751,1.6017,0,7.3567,1.6017,0,7.3567,2.6695,0,7.3567,2.6695,0,7.3567,2.6695,0 +PL 5.6475,4.2711,0,6.5056,4.2711,0,6.5056,6.3686,0,4.8244,6.3686,0,4.8244,4.7669,0,4.8244,4.7669,0,4.8244,4.7669,0 +PL 3.5425,6.3686,0,4.3936,6.3686,0,4.3936,6.3686,0,4.3936,6.3686,0 +PL 5.2202,6.9025,0,5.3498,7.1695,0,5.4969,7.4364,0,5.6475,7.7034,0,4.1484,7.8715,0,3.497,7.8023,0,3.1152,7.4364,0 +PL 1.4099,7.4364,0,1.1328,7.8066,0,0.8596,8.1596,0,0.583,8.5042,0 +PL 1.4191,1.0524,0.1372,5.2377,-0.0152,0,7.3742,-0.0152,0 +L 0.597,8.4891,1.4235,7.4212 + +[9042] 遂 +PL 0.9532,0.0382,0,1.2964,0.3814,0,1.6575,0.7246,0,2.0218,1.0678,0,2.0218,4.8052,0,0.7399,4.8052,0,0.7399,4.8052,0,0.7399,4.8052,0 +PL 3.0581,0.3051,0,2.8449,0.3814,0,2.6379,0.4577,0,2.4487,0.534,0 +PL 3.7026,0.0382,0,7.9371,0.0382,0,7.9371,0.0382,0,7.9371,0.0382,0 +PL 4.1267,1.6018,0,4.7568,1.6413,0,5.2052,1.918,0,5.8356,2.6695,0,5.7515,3.2034,0,5.6818,3.7373,0,5.6188,4.2712,0,4.7082,3.5735,0,3.7902,2.8589,0,2.876,2.1357,0 +PL 7.5133,2.1357,0,6.8131,3.3828,0,6.1123,4.6131,0,5.4083,5.8348,0,4.6833,5.1469,0,3.9723,4.4506,0,3.2721,3.7373,0 +PL 3.2721,5.3009,0,3.8322,5.9379,0,4.4034,6.558,0,4.981,7.1695,0,4.2809,7.2727,0,3.5804,7.3588,0,2.876,7.4365,0 +PL 6.6905,5.3009,0,6.9634,5.671,0,7.2369,6.0241,0,7.5133,6.3687,0 +PL 2.0218,7.4365,0,1.7272,7.8065,0,1.44,8.1598,0,1.1707,8.5043,0 +PL 5.4083,7.4365,0,6.0251,7.6738,0,6.354,8.0891,0,6.6905,9.0382,0 +PL 6.6905,7.4365,0,7.9371,7.4365,0,7.9371,7.4365,0,7.9371,7.4365,0 +PL 4.1267,8.2374,0,3.9723,8.5043,0,3.8322,8.7713,0,3.7026,9.0382,0 + +[9045] 遅 +PL 0.1717,4.7518,0,1.4255,4.7518,0,1.4255,1.0525,0,0.3682,0,0,0.7145,0.3701,0,1.0718,0.7232,0,1.436,1.0678,0,1.436,4.767,0,0.1577,4.767,0,0.1577,4.767,0,0.1577,4.767,0 +PL 2.7214,0,0,2.4241,0.1892,0,2.1435,0.3701,0,1.8672,0.5339,0 +PL 3.1421,0,0,7.3867,0,0,7.3867,0,0,7.3867,0,0 +PL 5.2537,1.3347,0,4.8895,1.8984,0,4.3431,2.106,0,3.1421,2.1356,0 +PL 2.291,2.4025,0,2.5957,3.1356,0,2.7043,4.7076,0,2.7214,8.4661,0,6.9629,8.4661,0,6.6652,7.5113,0,6.3815,6.5481,0,6.1052,5.5678,0,6.3815,5.4901,0,6.6652,5.404,0,6.9629,5.3008,0 +PL 5.6775,2.1356,0,5.3833,2.6681,0,5.0996,3.1922,0,4.8229,3.6991,0,3.9683,3.6991,0,3.9683,3.6991,0,3.9683,3.6991,0 +PL 6.1052,2.1356,0,7.3867,2.1356,0,7.3867,2.1356,0,7.3867,2.1356,0 +PL 5.6775,3.6991,0,5.3798,4.1145,0,5.2712,4.5297,0,5.2537,5.3008,0,3.5725,5.3008,0,3.5725,5.3008,0,3.5725,5.3008,0 +PL 4.3991,5.8348,0,4.0664,6.4082,0,3.7442,6.6851,0,3.1421,6.9026,0 +PL 4.3991,6.9026,0,6.1052,6.9026,0,6.1052,6.9026,0,6.1052,6.9026,0 +PL 1.436,7.4365,0,1.1418,7.7797,0,0.862,8.123,0,0.585,8.4661,0 +PL 1.4246,1.0525,0.1372,5.2432,-0.0152,0,7.3692,-0.0152,0 +L 0.5993,8.4892,1.4255,7.4213 + +[9047] 遇 +PL 0.5372,4.7517,0,1.7911,4.7517,0,1.7911,1.0524,0,0.7369,0,0,1.0728,0.3701,0,1.416,0.7232,0,1.7771,1.0678,0,1.7771,4.767,0,0.5264,4.767,0,0.5264,4.767,0,0.5264,4.767,0 +PL 3.0552,0,0,2.7613,0.1892,0,2.4776,0.3701,0,2.2009,0.5339,0 +PL 3.4825,0,0,7.7243,0,0,7.7243,0,0,7.7243,0,0 +PL 3.0552,1.6017,0,3.0552,4.767,0,4.7609,4.767,0,5.027,5.3602,0,5.027,5.7754,0,4.7609,6.3686,0,3.4825,6.3686,0,3.4825,8.4661,0,6.8732,8.4661,0,6.8732,6.3686,0,5.7244,6.6455,0,4.7717,7.1596,0,3.9098,7.4364,0 +PL 6.442,1.6017,0,7.297,1.6017,0,7.297,4.767,0,6.0221,4.8022,0,5.3601,4.4901,0,5.1636,3.2033,0,6.442,3.2033,0,6.442,3.2033,0,6.442,3.2033,0 +PL 3.9098,2.6695,0,5.1636,2.6695,0,5.1636,2.6695,0,5.1636,2.6695,0 +PL 1.7771,7.4364,0,1.5001,7.7796,0,1.2272,8.1229,0,0.9502,8.4661,0 +PL 1.7898,1.0524,0.1372,5.6084,-0.0152,0,7.7418,-0.0152,0 +L 0.9645,8.4891,1.7911,7.4212 + +[904a] 遊 +PL 1.0491,0,0,2.095,1.0525,0.1372,5.9136,-0.0151,0,8.047,-0.0151,0 +PL 0.8459,4.7518,0,2.0998,4.7518,0,2.0998,1.0525,0 +L 1.2732,8.4892,2.0998,7.4213 +L 3.9067,9.0001,3.9067,7.2203 +L 5.1851,7.2203,2.6497,7.2203 +PL 3.609,1.5,0,4.2249,1.5,0.106,4.8668,5.4724,0,3.5215,5.4724,0 +PL 5.7984,6.0001,0,7.5948,6.0001,0,6.6985,4.5001,0,6.6985,1.5,0,6.0783,1.5,0 +L 5.3497,4.5001,8.047,4.5001 +L 8.047,7.5,6.0397,7.5 +A -13.8612,7.2136,17.4669,340.919,0.0219 +A 0.8004,9.0001,5.4498,326.6,360 + +[904b] 運 +PL 5.2802,2.1356,0,4.986,2.6695,0,4.7062,3.2035,0,4.426,3.7372,0,3.1476,3.7372,0,3.1476,5.8348,0,4.0649,5.8545,0,4.5065,5.993,0,4.8564,6.3688,0,3.8267,7.0241,0,3.0352,7.2642,0,2.7164,8.5043,0,6.9614,8.5043,0,6.7408,7.2753,0,6.1488,6.9111,0,5.2802,6.9027,0,5.1335,7.2726,0,4.986,7.6257,0,4.8564,7.9703,0 +PL 5.2802,3.7372,0,4.6501,4.4621,0,4.2085,4.7289,0,3.5749,4.7669,0 +PL 5.711,3.7372,0,6.531,3.7372,0,6.531,4.7669,0,5.6343,4.7866,0,5.2032,4.9251,0,4.8564,5.3009,0,5.2032,5.6568,0,5.6343,5.6568,0,6.531,5.3009,0 +L 5.711,2.1356,6.9614,2.1356 +PL 4.8564,1.3348,0,4.7062,1.6018,0,4.5552,1.8686,0,4.426,2.1356,0,2.7164,2.1356,0 +PL 0.4013,0,0,1.4515,1.0524,0.1372,5.2701,-0.0152,0,7.4031,-0.0152,0 +PL 0.2017,4.7517,0,1.4556,4.7517,0,1.4556,1.0525,0 +L 0.629,8.4891,1.4556,7.4212 + +[904d] 遍 +PL 3.7026,1.0678,0,3.6189,1.9449,0,3.545,2.8221,0,3.4854,3.6992,0,3.1321,3.1921,0,2.7853,2.6681,0,2.4487,2.1356,0 +PL 4.981,1.0678,0,4.9498,1.8389,0,4.7292,2.2542,0,4.1267,2.6695,0 +PL 6.2594,1.0678,0,6.2594,2.1356,0,5.8356,2.4787,0,5.4083,2.8221,0,4.981,3.1653,0,4.981,4.2331,0,3.2721,4.2331,0,3.2721,7.4365,0,7.5133,7.4365,0,7.5133,5.8348,0,3.7026,5.8348,0,3.7026,5.8348,0,3.7026,5.8348,0 +PL 7.5133,1.0678,0,7.5133,2.6695,0,6.9147,2.6878,0,6.5925,2.8164,0,6.2594,3.1653,0,6.2594,4.2331,0,5.4083,4.2331,0,5.4083,4.2331,0,5.4083,4.2331,0 +PL 7.5133,3.1653,0,7.5133,4.2331,0,6.6905,4.2331,0,6.6905,4.2331,0,6.6905,4.2331,0 +PL 2.876,8.4661,0,7.9371,8.4661,0,7.9371,8.4661,0,7.9371,8.4661,0 +PL 0.9532,0,0,2.0068,1.0524,0.1372,5.8254,-0.0152,0,7.9514,-0.0152,0 +PL 0.7535,4.7517,0,2.0039,4.7517,0,2.0039,1.0525,0 +L 1.1847,8.4891,2.0039,7.4213 + +[904e] 過 +PL 0.3243,4.7517,0,1.5746,4.7517,0,1.5746,1.0525,0,0.5239,0,0,0.8671,0.3699,0,1.2247,0.7231,0,1.5925,1.0678,0,1.5925,4.7668,0,0.3141,4.7668,0,0.3141,4.7668,0,0.3141,4.7668,0 +PL 2.874,0,0,2.5728,0.1892,0,2.2926,0.3699,0,2.0198,0.5338,0 +PL 3.2978,0,0,7.5432,0,0,7.5432,0,0,7.5432,0,0 +PL 2.874,1.0678,0,2.874,5.3008,0,3.7286,5.3008,0,3.7286,8.5044,0,6.2574,8.5044,0,6.2574,5.3008,0,7.1124,5.3008,0,7.1124,1.0678,0,6.2574,1.0678,0,6.2574,1.0678,0,6.2574,1.0678,0 +PLC 4.1248,2.668,0,4.1248,3.6991,0,5.8336,3.6991,0,5.8336,2.1355,0,4.1248,2.1355,0 +PL 4.1248,5.3008,0,4.979,5.3008,0,4.979,6.9025,0,5.8336,6.9025,0,5.8336,6.9025,0,5.8336,6.9025,0 +PL 1.5925,7.4364,0,1.2944,7.8064,0,1.0142,8.1596,0,0.734,8.5044,0 +PL 1.5741,1.0524,0.1372,5.3927,-0.0152,0,7.5257,-0.0152,0 +L 0.7516,8.4891,1.5746,7.4213 + +[9053] 道 +PL 1.0446,0,0,2.0975,1.0524,0.1372,5.9161,-0.0151,0,8.0495,-0.0151,0 +PL 0.8449,4.7517,0,2.0988,4.7517,0,2.0988,1.0525,0 +L 1.2754,8.4891,2.0988,7.4213 +L 4.4346,9.0001,5.0724,7.9705 +PLC 3.7481,1.5,0,3.7481,6,0,7.3455,6,0,7.3455,1.5,0 +L 3.7481,4.5,7.3455,4.5 +L 7.3455,3,3.7481,3 +L 2.8483,7.5,8.2453,7.5 +L 5.6048,7.5,4.7428,6 +L 6.7812,9.0001,5.8496,7.5 + +[9054] 達 +PL 5.4997,1.2966,0,5.3487,1.5637,0,5.2016,1.8305,0,5.0724,2.0974,0,2.9674,2.0974,0,2.9674,2.0974,0,2.9674,2.0974,0 +PL 5.927,2.0974,0,5.6324,2.6314,0,5.3487,3.1653,0,5.0724,3.6991,0,3.8252,3.6991,0,3.8252,3.6991,0,3.8252,3.6991,0 +PL 6.3575,2.0974,0,8.0631,2.0974,0,8.0631,2.0974,0,8.0631,2.0974,0 +PL 5.927,3.6991,0,5.5484,4.2726,0,4.8938,4.5496,0,3.3947,4.767,0 +PL 6.3575,3.6991,0,7.2085,3.6991,0,7.2085,3.6991,0,7.2085,3.6991,0 +PL 6.1403,4.767,0,6.3575,5.2232,0,6.5679,5.6709,0,6.7812,6.1017,0,4.2493,6.1017,0,4.3824,5.8347,0,4.526,5.5678,0,4.6763,5.3008,0 +PL 6.7812,4.767,0,7.6358,4.767,0,7.6358,4.767,0,7.6358,4.767,0 +PL 2.9674,6.3305,0,3.8252,6.3305,0,3.8252,6.3305,0,3.8252,6.3305,0 +PL 7.2085,6.3305,0,8.0631,6.3305,0,8.0631,6.3305,0,8.0631,6.3305,0 +PL 5.4997,7.1313,0,5.1389,7.6949,0,4.5926,7.9027,0,3.3947,7.9324,0 +PL 5.927,7.9324,0,5.776,8.3023,0,5.6324,8.6553,0,5.4997,9,0 +PL 6.3575,7.9324,0,7.6358,7.9324,0,7.6358,7.9324,0,7.6358,7.9324,0 +PL 1.0446,0,0,2.0972,1.0524,0.1372,5.9158,-0.0152,0,8.0463,-0.0152,0 +PL 0.846,4.7517,0,2.0971,4.7517,0,2.0971,1.0525,0 +L 1.2733,8.4891,2.0971,7.4212 + +[9055] 違 +PL 0.3581,4.7518,0,1.6047,4.7518,0,1.6047,1.0525,0,0.5543,0,0,0.8972,0.3701,0,1.2579,0.7232,0,1.6222,1.0678,0,1.6222,4.767,0,0.3403,4.767,0,0.3403,4.767,0,0.3403,4.767,0 +PL 2.8725,0,0,2.5958,0.1892,0,2.323,0.3701,0,2.0495,0.5339,0 +PL 3.2963,0,0,7.5382,0,0,7.5382,0,0,7.5382,0,0 +PL 5.4367,1.3347,0,5.2822,1.6017,0,5.1421,1.8686,0,5.0094,2.1356,0,2.4452,2.1356,0,2.4452,2.1356,0,2.4452,2.1356,0 +PL 5.864,2.1356,0,5.5628,2.4789,0,5.2822,2.8221,0,5.0094,3.1653,0,4.4311,3.0113,0,3.8571,2.8489,0,3.2963,2.6695,0 +PL 6.2913,2.1356,0,7.5382,2.1356,0,7.5382,2.1356,0,7.5382,2.1356,0 +PL 5.864,3.1653,0,5.4819,3.7388,0,4.8199,4.0155,0,3.2963,4.2331,0,3.2963,5.3008,0,6.6867,5.3008,0,6.6867,4.2331,0,5.864,4.2331,0,5.864,4.2331,0,5.864,4.2331,0 +PL 6.2913,3.1653,0,7.1179,3.1653,0,7.1179,3.1653,0,7.1179,3.1653,0 +PL 2.4452,6.3687,0,4.1544,6.3687,0,4.1544,7.9322,0,2.8725,7.9322,0,2.8725,7.9322,0,2.8725,7.9322,0 +PL 4.5821,6.3687,0,6.2913,6.3687,0,6.2913,7.9322,0,4.5821,7.9322,0,4.5821,9,0,4.5821,9,0,4.5821,9,0 +PL 6.6867,6.3687,0,7.5382,6.3687,0,7.5382,6.3687,0,7.5382,6.3687,0 +PL 1.6222,7.4365,0,1.3248,7.7797,0,1.0411,8.123,0,0.7711,8.4661,0 +PL 1.6072,1.0525,0.1372,5.4258,-0.0152,0,7.5553,-0.0152,0 +L 0.7819,8.4892,1.6047,7.4213 + +[9060] 遠 +PL 1.0738,0,0,2.1274,1.0524,0.1372,5.946,-0.0151,0,8.0787,-0.0151,0 +PL 0.8741,4.7517,0,2.128,4.7517,0,2.128,1.0525,0 +L 1.3053,8.4891,2.128,7.4213 +L 7.6969,7.5,3.4558,7.5 +L 8.1207,6,3.0285,6 +PLC 3.778,3.6697,0,7.3747,3.6697,0,7.3747,5.2332,0,3.778,5.2332,0 +L 5.5783,6,5.5783,9.0001 +L 3.1966,2.0677,5.5114,3.6697 +L 5.0109,3.3243,5.0109,1 +L 5.0739,3.3682,8.1207,1.6082 +L 8.0335,3.6697,6.7586,2.3956 + +[9063] 遣 +PL 0.5254,0.0152,0,0.862,0.3852,0,1.2017,0.7383,0,1.5621,1.0829,0,1.5621,4.7821,0,0.3083,4.7821,0,0.3083,4.7821,0,0.3083,4.7821,0 +PL 2.8405,0.0152,0,2.5463,0.2045,0,2.2661,0.3852,0,1.9859,0.5491,0 +PL 3.2717,0.0152,0,7.5058,0.0152,0,7.5058,0.0152,0,7.5058,0.0152,0 +PL 3.6955,1.6168,0,3.6955,4.7821,0,5.8004,4.7821,0,5.8004,3.7525,0,4.1228,3.7525,0,4.1228,3.7525,0,4.1228,3.7525,0 +PL 4.1228,1.6168,0,6.2277,1.6168,0,6.2277,2.6847,0,4.1228,2.6847,0,4.1228,2.6847,0,4.1228,2.6847,0 +PL 2.4171,5.85,0,3.2717,5.953,0,4.1228,6.0392,0,4.9805,6.1169,0,4.6481,6.6805,0,4.3116,6.8881,0,3.6955,6.9177,0,3.6955,7.9855,0,4.3116,8.0251,0,4.6481,8.302,0,4.9805,9.0534,0 +PL 5.3766,5.85,0,7.5058,5.85,0,7.5058,5.85,0,7.5058,5.85,0 +PLC 5.1105,7.3132,0,5.1105,7.59,0,5.3766,7.9855,0,6.2277,7.9855,0,6.2277,6.9177,0,5.3766,6.9177,0 +PL 1.5621,7.4516,0,1.2858,7.8218,0,1.0122,8.1749,0,0.7394,8.5194,0 + +[9069] 適 +PL 3.3967,1.6017,0,3.3967,6.3687,0,3.8205,6.4718,0,4.2478,6.558,0,4.6748,6.6356,0,4.3284,7.3702,0,3.8976,7.7063,0,3.0006,7.9322,0 +PL 6.8151,1.6017,0,6.4509,1.9774,0,5.8936,2.1158,0,4.6748,2.1356,0,4.6748,3.6992,0,4.9518,3.8023,0,5.2355,3.8884,0,5.5294,3.9661,0,5.2005,4.5297,0,4.8678,4.7373,0,4.2478,4.767,0 +PL 7.4245,1.6017,0,7.4841,3.2019,0,7.5538,4.7938,0,7.6378,6.3687,0,5.5294,6.3687,0,5.5753,5.3941,0,5.908,4.9026,0,6.8151,4.767,0 +PL 6.384,2.6314,0,6.2334,3.0014,0,6.0901,3.3545,0,5.9567,3.6992,0 +PL 6.384,6.9025,0,6.5171,7.168,0,6.6607,7.4251,0,6.8151,7.6652,0,6.0901,7.7685,0,5.3791,7.8546,0,4.6748,7.9322,0 +PL 7.2389,7.9322,0,8.0616,7.9322,0,8.0616,7.9322,0,8.0616,7.9322,0 +PL 1.0778,0,0,2.1314,1.0524,0.1372,5.95,-0.0152,0,8.0792,-0.0152,0 +PL 0.8781,4.7517,0,2.1285,4.7517,0,2.1285,1.0525,0 +L 1.3019,8.4891,2.1285,7.4213 + +[906d] 遭 +PLC 3.447,2.315,0,3.447,3.6992,0,6.0146,3.6992,0,6.0146,1.6017,0,3.447,1.6017,0 +PL 3.8781,2.6695,0,5.587,2.6695,0,5.587,2.6695,0,5.587,2.6695,0 +PL 2.6309,4.7671,0,2.6309,6.9026,0,3.2232,6.9225,0,3.5485,7.0608,0,3.8781,7.4364,0,3.531,7.7853,0,3.0967,7.9139,0,2.2004,7.9322,0 +PL 3.0547,4.7671,0,3.3317,4.8701,0,3.6049,4.9563,0,3.8781,5.0339,0,3.3317,5.5679,0,3.0547,5.8348,0 +PL 4.3054,4.7671,0,4.7359,4.8701,0,5.1565,4.9563,0,5.587,5.0339,0,5.0476,5.6172,0,4.4175,5.9633,0,3.8781,6.3686,0,4.4175,6.7641,0,5.0476,7.041,0,5.587,7.4364,0,5.0476,7.8248,0,4.4175,8.2303,0,3.8781,9.0001,0 +PL 6.0146,4.7671,0,6.8657,4.7671,0,6.8657,5.8348,0,6.2524,5.8546,0,5.9197,5.993,0,5.587,6.3686,0,5.9197,6.7246,0,6.2524,6.7246,0,6.8657,6.3686,0 +L 0.7676,8.1229,0.4909,8.4662 +PL 6.0146,7.9322,0,5.864,8.3024,0,5.7166,8.6554,0,5.587,9.0001,0 +PL 6.4419,7.9322,0,7.2615,7.9322,0,7.2615,7.9322,0,7.2615,7.9322,0 +PL 0.2807,0,0,1.3306,1.0524,0.1372,5.1492,-0.0152,0,7.279,-0.0152,0 +PL 0.0811,4.7517,0,1.3315,4.7517,0,1.3315,1.0525,0 +L 0.5088,8.4892,1.3315,7.4213 + +[906e] 遮 +PL 0.648,0,0,0.9912,0.3701,0,1.3488,0.7233,0,1.7131,1.0678,0,1.7131,4.767,0,0.4347,4.767,0,0.4347,4.767,0,0.4347,4.767,0 +PL 2.9635,0,0,2.6934,0.1893,0,2.4132,0.3701,0,2.1404,0.5339,0 +PL 3.3943,0,0,7.6284,0,0,7.6284,0,0,7.6284,0,0 +PL 2.5673,1.8688,0,2.6934,3.8899,0,2.8234,5.9111,0,2.9635,7.9323,0,5.1031,7.9323,0,5.1031,9,0,5.1031,9,0,5.1031,9,0 +PL 3.3943,1.6018,0,3.5235,1.945,0,3.6671,2.2882,0,3.818,2.6314,0 +PL 5.1031,1.8688,0,4.9493,2.1342,0,4.8057,2.3913,0,4.6723,2.6314,0 +PL 6.3815,1.8688,0,6.2312,2.1342,0,6.0841,2.3913,0,5.9542,2.6314,0 +PL 7.6284,1.8688,0,7.4816,2.1342,0,7.338,2.3913,0,7.2046,2.6314,0 +PL 4.6723,4.2332,0,4.522,5.428,0,4.0909,5.8093,0,3.3943,5.8348,0 +PL 5.1031,4.2332,0,6.3815,4.2332,0,6.0806,5.671,0,5.3977,6.0494,0,4.6723,6.9026,0 +PL 6.8126,5.8348,0,6.655,6.2048,0,6.5146,6.558,0,6.3815,6.9026,0 +PL 1.7131,7.3983,0,1.4185,7.7684,0,1.1348,8.1215,0,0.8585,8.4661,0 +PL 5.5234,7.9323,0,7.6284,7.9323,0,7.6284,7.9323,0,7.6284,7.9323,0 + +[9075] 遵 +PL 0.2926,4.7518,0,1.5426,4.7518,0,1.5426,1.0526,0,0.4919,0.0001,0,0.8351,0.3702,0,1.1959,0.7233,0,1.5601,1.0679,0,1.5601,4.7671,0,0.2817,4.7671,0,0.2817,4.7671,0,0.2817,4.7671,0 +PL 2.8105,0.0001,0,2.5377,0.1893,0,2.261,0.3702,0,1.9913,0.534,0 +PL 3.2378,0.0001,0,7.4796,0.0001,0,7.4796,0.0001,0,7.4796,0.0001,0 +PL 4.9473,1.0679,0,5.8019,1.0679,0,5.7876,1.8391,0,5.6759,2.2544,0,5.3746,2.6696,0,4.6528,2.5919,0,3.9421,2.5059,0,3.2378,2.4026,0,3.3677,2.1357,0,3.5148,1.8688,0,3.6651,1.6018,0 +PL 6.2292,2.6696,0,6.0748,2.9366,0,5.9312,3.2035,0,5.8019,3.4705,0,4.7932,3.5468,0,3.7985,3.623,0,2.8105,3.6993,0,2.8105,6.9027,0,3.4269,6.9225,0,3.76,7.0608,0,4.0924,7.4366,0,3.7422,7.8123,0,3.3117,7.9507,0,2.4112,7.9705,0 +PL 6.439,3.6993,0,6.5021,4.0694,0,6.5725,4.4225,0,6.6562,4.7671,0,3.2378,4.7671,0,3.2378,4.7671,0,3.2378,4.7671,0 +PL 6.6562,5.5679,0,5.7315,5.9734,0,5.231,6.3193,0,4.7333,6.9027,0,4.2258,6.5581,0,3.7281,6.2049,0,3.2378,5.8349,0 +PL 6.6562,6.6357,0,5.651,7.4351,0,4.6528,8.2262,0,3.6651,9.0001,0 +PL 1.5601,7.4366,0,1.2628,7.8067,0,0.9826,8.1597,0,0.7024,8.5044,0 +PL 5.8019,7.9705,0,5.5182,8.3645,0,5.5182,8.6315,0,5.8019,9.0001,0 +PL 6.2292,7.9705,0,7.0485,7.9705,0,7.0485,7.9705,0,7.0485,7.9705,0 +PL 1.5452,1.0525,0.1372,5.3638,-0.0151,0,7.4971,-0.0151,0 +L 0.7199,8.4893,1.5426,7.4214 + +[9077] 遷 +PL 0.5372,4.7517,0,1.7911,4.7517,0,1.7911,1.0525,0,0.7369,0,0,1.0728,0.3701,0,1.416,0.7232,0,1.7771,1.0677,0,1.7771,4.767,0,0.5264,4.767,0,0.5264,4.767,0,0.5264,4.767,0 +PL 3.0552,0,0,2.7613,0.1893,0,2.4776,0.3701,0,2.2009,0.5339,0 +PL 3.4825,0,0,7.7243,0,0,7.7243,0,0,7.7243,0,0 +PL 4.3409,1.0677,0,4.0362,1.4563,0,3.9273,1.8616,0,3.9098,2.6313,0,6.0147,2.6313,0,6.0147,3.6991,0,4.2008,3.6795,0,3.3248,3.541,0,2.6314,3.1653,0 +PL 4.7609,1.0677,0,6.442,1.0677,0,6.442,2.0974,0,6.442,2.0974,0,6.442,2.0974,0 +PL 7.297,3.1653,0,6.8732,3.8023,0,6.442,4.4223,0,6.0147,5.0339,0,4.8169,5.0043,0,4.2705,4.7966,0,3.9098,4.2331,0 +PL 2.6314,5.3008,0,3.9098,5.3008,0,3.9098,5.3008,0,3.9098,5.3008,0 +PL 6.442,5.3008,0,7.297,5.3008,0,7.297,5.3008,0,7.297,5.3008,0 +PL 4.7609,6.1017,0,4.1868,6.178,0,3.6124,6.2543,0,3.0552,6.3305,0,3.0552,7.3983,0,3.6719,7.428,0,4.0047,7.6356,0,4.3409,8.1992,0,3.7595,8.3023,0,3.1848,8.3884,0,2.6314,8.4662,0 +PL 5.3741,6.3305,0,5.5002,6.5481,0,5.3913,6.8249,0,4.9503,7.3983,0,4.7332,7.2345,0,4.53,7.0537,0,4.3409,6.8644,0 +PL 6.0147,6.3305,0,6.8732,6.3305,0,6.8732,7.3983,0,6.1272,7.6159,0,5.4894,8.0707,0,4.7609,8.4662,0 +PL 1.7771,7.3983,0,1.5001,7.7684,0,1.2272,8.1215,0,0.9502,8.4662,0 +PL 6.0147,8.4662,0,7.297,8.4662,0,7.297,8.4662,0,7.297,8.4662,0 +PL 1.7898,1.0524,0.1372,5.6084,-0.0152,0,7.7418,-0.0152,0 +L 0.9645,8.4891,1.7911,7.4213 + +[9078] 選 +PL 4.4577,2.6696,0,5.7434,2.6696,0,5.2986,4.1341,0,4.4717,4.4717,0,4.0339,5.8348,0,3.1096,6.0212,0,2.8084,6.5635,0,2.7803,7.4365,0,4.4577,7.4365,0,4.4577,8.4661,0,2.7803,8.4661,0 +PL 2.3527,2.6696,0,4.0339,2.6696,0,3.8903,3.8207,0,3.4703,4.2006,0,2.7803,4.2331,0 +PL 2.9936,1.0679,0,3.3337,1.2571,0,3.6735,1.4379,0,4.0339,1.6018,0 +PL 6.5945,1.0679,0,6.2964,1.2571,0,6.0127,1.4379,0,5.7434,1.6018,0 +L 6.1672,2.6696,7.4176,2.6696 +L 6.1672,5.8348,7.0215,5.8348 +PL 6.1672,4.2331,0,5.6629,5.25,0,5.3932,6.445,0,5.3126,7.4365,0,7.0215,7.4365,0,7.0215,8.4661,0,5.3126,8.4661,0 +PL 0.4298,0,0,1.4832,1.0524,0.1372,5.3018,-0.0151,0,7.4347,-0.0151,0 +PL 0.2306,4.7517,0,1.4841,4.7517,0,1.4841,1.0525,0 +L 0.6614,8.4892,1.4841,7.4213 + +[907a] 遺 +PL 4.0662,1.083,0,4.2585,1.35,0,4.469,1.617,0,4.6788,1.8838,0,4.4024,1.987,0,4.1289,2.0731,0,3.8522,2.1508,0,3.8522,5.3161,0,7.2429,5.3161,0,7.0885,4.172,0,6.9449,3.0279,0,6.8121,1.8838,0,7.0885,1.617,0,7.3687,1.35,0,7.6632,1.083,0 +PL 5.1026,2.1508,0,6.3845,2.1508,0,6.3845,2.1508,0,6.3845,2.1508,0 +PL 4.2798,3.1804,0,6.8121,3.1804,0,6.8121,3.1804,0,6.8121,3.1804,0 +PL 4.2798,4.2483,0,6.8121,4.2483,0,6.8121,4.2483,0,6.8121,4.2483,0 +PL 2.9976,6.3839,0,3.8312,6.4868,0,4.6788,6.5731,0,5.5334,6.6508,0,5.1831,7.2144,0,4.7492,7.422,0,3.8522,7.4517,0,3.8522,8.4813,0,7.2429,8.4813,0,7.2429,7.4517,0,6.3214,7.47,0,5.8766,7.5985,0,5.5334,7.9474,0 +PL 5.9537,6.3839,0,8.094,6.3839,0,8.094,6.3839,0,8.094,6.3839,0 +PL 1.0783,0.0152,0,2.1316,1.0676,0.1372,5.9502,0,0,8.0762,0,0 +PL 0.879,4.7669,0,2.129,4.7669,0,2.129,1.0677,0 +L 1.3063,8.5043,2.129,7.4365 + +[907f] 避 +PL 6.7812,1.0677,0,6.7812,2.6314,0,6.4874,2.8206,0,6.1998,3.0014,0,5.927,3.1652,0 +PL 3.8252,1.6017,0,3.7415,2.4789,0,3.6711,3.3559,0,3.608,4.233,0,3.3947,3.8884,0,3.1807,3.5353,0,2.9674,3.1652,0 +PL 4.2493,1.6017,0,5.0724,1.6017,0,5.0724,4.7669,0,3.3947,4.7669,0,3.3947,8.4661,0,4.526,8.3022,0,5.6535,8.1215,0,6.7812,7.9322,0,6.7812,8.9999,0,6.7812,8.9999,0,6.7812,8.9999,0 +PL 7.2085,3.1652,0,6.9073,3.6003,0,6.7956,4.154,0,6.7812,5.3008,0,5.4997,5.3008,0,5.4997,5.3008,0,5.4997,5.3008,0 +PL 7.2085,5.5678,0,7.3385,6.0141,0,7.4856,6.4435,0,7.6358,6.8645,0 +PL 6.3575,6.1017,0,6.1998,6.3672,0,6.0597,6.6243,0,5.927,6.8645,0 +PL 3.8252,6.3687,0,5.0724,6.3687,0,5.0724,7.3983,0,5.0724,7.3983,0,5.0724,7.3983,0 +PL 7.2085,7.9322,0,8.0631,7.9322,0,8.0631,7.9322,0,8.0631,7.9322,0 +PL 1.0446,0,0,2.0975,1.0524,0.1372,5.9161,-0.0152,0,8.0495,-0.0152,0 +PL 0.8449,4.7517,0,2.0988,4.7517,0,2.0988,1.0525,0 +L 1.2754,8.4891,2.0988,7.4213 + +[9084] 還 +PL 0.1717,4.7518,0,1.4255,4.7518,0,1.4255,1.0525,0,0.3682,0.0001,0,0.7145,0.3701,0,1.0718,0.7231,0,1.436,1.0678,0,1.436,4.7669,0,0.1577,4.7669,0,0.1577,4.7669,0,0.1577,4.7669,0 +PL 2.7214,0.0001,0,2.4241,0.1894,0,2.1435,0.3701,0,1.8672,0.5338,0 +PL 3.1421,0.0001,0,7.3867,0.0001,0,7.3867,0.0001,0,7.3867,0.0001,0 +PL 4.8229,1.0678,0,4.7424,1.7811,0,4.6758,2.4775,0,4.6128,3.1652,0,3.8286,2.6582,0,3.0577,2.1343,0,2.291,1.6017,0 +PL 6.5325,1.6017,0,6.1052,2.212,0,5.6775,2.822,0,5.2537,3.4323,0,5.6775,3.5353,0,6.1052,3.6215,0,6.5325,3.6992,0,6.5325,5.3009,0,3.1421,5.3009,0,3.1421,3.6992,0,4.3991,3.6992,0,4.3991,3.6992,0,4.3991,3.6992,0 +PL 1.8672,6.3686,0,7.3867,6.3686,0,7.3867,6.3686,0,7.3867,6.3686,0 +PL 1.436,7.3983,0,1.1418,7.7684,0,0.862,8.1215,0,0.585,8.4661,0 +PLC 2.7214,7.7684,0,2.7214,8.4661,0,6.5325,8.4661,0,6.5325,7.3983,0,2.7214,7.3983,0 +PL 1.4246,1.0525,0.1372,5.2432,-0.0151,0,7.3692,-0.0151,0 +L 0.5993,8.4892,1.4255,7.4213 + +[90a3] 那 +PL 0.1577,0,0,0.9107,1.2726,0,1.317,2.3503,0,1.436,3.6992,0,0.1577,3.6992,0 +PL 1.8672,0,0,3.2332,0.5947,0,3.5901,2.0113,0,3.5725,3.6992,0,1.8672,3.6992,0,1.7898,5.5947,0,1.3345,6.2783,0,0.1577,6.3687,0 +PL 5.2537,0,0,5.2537,8.4661,0,7.3867,8.4661,0,6.9244,5.9859,0,7.1559,4.5142,0,7.3867,2.1356,0,7.0578,1.7599,0,6.7248,1.6215,0,6.1052,1.6017,0 +PL 3.5725,4.233,0,3.5725,6.3687,0,2.2766,6.5396,0,1.8809,7.1766,0,1.8672,8.4661,0,0.1577,8.4661,0 +PL 3.5725,6.9026,0,3.5725,8.4661,0,2.291,8.4661,0 + +[90a6] 邦 +PL 0.1592,0,0,0.7055,0.9901,0,1.2659,1.9719,0,1.8337,2.9365,0,1.4866,3.5001,0,1.0561,3.7077,0,0.1592,3.7373,0 +PL 4.8244,0,0,4.8244,8.5043,0,6.9294,8.5043,0,6.513,5.7854,0,6.9788,4.3969,0,7.3567,2.1356,0,7.024,1.7599,0,6.6912,1.6216,0,6.0751,1.6018,0 +PL 2.2641,3.7373,0,1.7531,4.8235,0,1.522,5.5622,0,0.583,5.8349,0 +L 2.6848,3.7373,3.5425,3.7373 +PL 2.2641,5.8349,0,1.6025,7.1173,0,1.3465,7.7812,0,0.1592,7.9704,0 +PL 2.2641,7.9704,0,1.9668,8.6936,0,1.8337,9.0382,0 +L 2.6848,7.9704,3.5425,7.9704 + +[90aa] 邪 +PL 2.172,0,0,3.0231,0,0,2.9464,1.411,0,2.8725,2.8221,0,2.813,4.2332,0,2.0214,3.5453,0,1.2369,2.8489,0,0.4628,2.1357,0 +PL 5.1355,0,0,5.1355,8.4661,0,7.2646,8.4661,0,6.8058,5.986,0,7.0373,4.5141,0,7.2646,2.1357,0,6.9357,1.76,0,6.6026,1.6215,0,5.9866,1.6018,0 +PL 3.0231,4.767,0,2.6484,5.1427,0,1.9829,5.2811,0,0.4628,5.3009,0 +PL 3.4543,5.3009,0,3.1496,5.774,0,3.0407,6.5947,0,3.0231,8.4661,0,1.3139,8.4661,0,1.3139,5.8348,0,1.3139,5.8348,0,1.3139,5.8348,0 + +[90b8] 邸 +PL 5.8961,0,0,5.8961,8.5044,0,7.6057,8.5044,0,7.1885,5.7854,0,7.6544,4.3969,0,8.0295,2.1356,0,7.6999,1.76,0,7.3672,1.6216,0,6.7511,1.6018,0 +PL 0.8316,0.534,0,3.7912,0.534,0,3.7912,0.534,0,3.7912,0.534,0 +PL 4.6461,1.0678,0,4.0679,2.4789,0,3.4973,3.8899,0,2.9401,5.3009,0,1.2589,5.3009,0,1.2589,2.1356,0,1.8088,2.325,0,2.3692,2.5058,0,2.9401,2.6696,0 +PL 5.0734,1.0678,0,5.0734,2.6696,0,5.0734,2.6696,0,5.0734,2.6696,0 +PL 3.7912,5.3009,0,3.4903,5.7557,0,3.3782,6.4478,0,3.3639,7.9704,0,1.2589,7.9704,0,1.2589,5.8348,0,1.2589,5.8348,0,1.2589,5.8348,0 +PL 4.2188,5.3009,0,5.0734,5.3009,0,5.0734,5.3009,0,5.0734,5.3009,0 +PL 3.7912,8.5044,0,4.6461,8.5044,0,4.6461,8.5044,0,4.6461,8.5044,0 + +[90ca] 郊 +PL 0.1271,0.0381,0,0.8315,1.0183,0,1.532,1.9815,0,2.2321,2.9363,0,1.8052,3.3926,0,1.3775,3.8403,0,0.9467,4.2711,0 +PL 4.7644,0.0381,0,4.7644,8.5041,0,6.8977,8.5041,0,6.4914,5.8023,0,6.9573,4.4053,0,7.3247,2.1356,0,6.9919,1.7599,0,6.6631,1.6214,0,6.0428,1.6017,0 +PL 3.0867,1.3347,0,2.9326,1.6017,0,2.7925,1.8686,0,2.6594,2.1356,0 +PL 0.1271,4.805,0,0.4003,5.3376,0,0.6735,5.8615,0,0.9467,6.3687,0 +PL 3.5105,5.339,0,3.2131,5.6822,0,2.9326,6.0254,0,2.6594,6.3687,0 +PL 0.1271,7.4364,0,1.8052,7.4364,0,1.8052,9.0381,0,1.8052,9.0381,0,1.8052,9.0381,0 +PL 2.2321,7.4364,0,3.5105,7.4364,0,3.5105,7.4364,0,3.5105,7.4364,0 + +[90ce] 郎 +PL 3.7026,6.9025,0,3.7026,7.9322,0,2.876,7.9322,0,2.876,7.9322,0,2.876,7.9322,0 +PL 5.4083,0,0,5.4083,8.4661,0,7.5133,8.4661,0,7.2369,7.5113,0,6.9634,6.548,0,6.6905,5.5678,0,7.1665,4.4477,0,7.3907,3.3955,0,7.3,1.8686,0,6.9424,1.7909,0,6.5991,1.7048,0,6.2594,1.6017,0 +PL 1.1707,0.5339,0,1.1707,7.9322,0,2.4487,7.9322,0,2.4487,9,0,2.4487,9,0,2.4487,9,0 +PL 1.5945,0.5339,0,2.2141,0.904,0,2.8449,1.2571,0,3.4854,1.6017,0,3.622,2.346,0,3.566,2.7514,0,3.2721,3.1653,0 +PL 4.1267,0.5339,0,4.1267,1.6017,0,4.1267,1.6017,0,4.1267,1.6017,0 +PL 1.5945,4.7669,0,3.7026,4.7669,0,3.7026,6.3687,0,1.5945,6.3687,0,1.5945,6.3687,0,1.5945,6.3687,0 + +[90e1] 郡 +PL 1.716,0,0,1.6355,0.9041,0,1.5651,1.7912,0,1.5056,2.6696,0,1.2887,2.325,0,1.0783,1.9719,0,0.865,1.6017,0 +PL 2.1433,0,0,3.8522,0,0,3.8522,3.2034,0,1.716,3.2034,0,1.716,5.3009,0,0.865,5.3009,0,0.865,5.3009,0,0.865,5.3009,0 +PL 2.1433,5.3009,0,1.9962,6.4959,0,1.5616,6.8773,0,0.865,6.9026,0 +PL 2.5703,5.3009,0,3.8522,5.3009,0,3.4112,6.7925,0,2.5882,7.14,0,2.1433,8.5044,0,0.865,8.5044,0,0.865,8.5044,0,0.865,8.5044,0 +PL 4.2798,6.9026,0,3.9786,7.318,0,3.8662,7.7332,0,3.8522,8.5044,0,2.5703,8.5044,0,2.5703,8.5044,0,2.5703,8.5044,0 +PL 5.3649,0,0,5.3649,8.4661,0,8.0649,8.4661,0,7.6173,6.0974,0,8.0649,2.6312,0,5.3649,1.5636,0 + +[90e8] 部 +PLC 1.1593,1.0665,0,1.1593,3.1653,0,3.6955,3.1653,0,3.6955,0,0,1.1593,0,0 +PL 0.3083,5.3009,0,1.5621,5.3009,0,1.5485,6.0722,0,1.443,6.4875,0,1.1593,6.9026,0 +PL 0.7394,7.9323,0,2.4171,7.9323,0,2.4171,9.0002,0 +L 2.8405,7.9323,4.1228,7.9323 +PL 1.9859,5.3009,0,2.6027,5.5383,0,2.9386,5.9536,0,3.2717,6.9026,0 +L 3.2717,5.3009,4.5501,5.3009 +PL 5.8004,0.0002,0,5.8004,8.4663,0,7.5058,8.4663,0,7.0645,6.0976,0,7.5058,2.6314,0,5.8004,1.5638,0 + +[90ed] 郭 +PL 1.2893,0,0,2.5673,0,0,2.5673,2.0975,0,0.4347,2.0975,0,0.4347,2.0975,0,0.4347,2.0975,0 +PL 5.5234,0,0,5.5234,8.4662,0,7.2046,8.4662,0,6.8126,5.7896,0,7.2711,4.3164,0,7.6284,2.0975,0,7.303,1.7218,0,6.9773,1.5834,0,6.3815,1.5636,0 +PL 2.7495,2.6314,0,2.9635,3.0876,0,3.1803,3.5354,0,3.3943,3.9661,0,2.5397,4.0694,0,1.6921,4.1554,0,0.8585,4.2331,0 +PL 3.3943,2.6314,0,4.2453,2.6314,0,4.2453,2.6314,0,4.2453,2.6314,0 +PLC 1.2893,6.1668,0,1.2893,6.8645,0,3.818,6.8645,0,3.818,5.7967,0,1.2893,5.7967,0 +PL 0.4347,7.9322,0,2.5673,7.9322,0,2.5673,9.0001,0,2.5673,9.0001,0,2.5673,9.0001,0 +PL 2.9635,7.9322,0,4.6723,7.9322,0,4.6723,7.9322,0,4.6723,7.9322,0 + +[90f5] 郵 +PL 5.9297,0,0,5.9297,8.4662,0,8.0346,8.4662,0,7.7579,7.5114,0,7.4816,6.5481,0,7.208,5.5679,0,7.6847,4.4479,0,7.9124,3.3955,0,7.8175,1.8687,0,7.4641,1.791,0,7.1173,1.7049,0,6.7807,1.6018,0 +PL 0.8301,0.534,0,2.9669,0.534,0,2.7389,2.2473,0,2.0353,2.6724,0,0.8301,2.6314,0 +PL 3.3977,1.0678,0,4.6446,1.0678,0,4.6446,1.0678,0,4.6446,1.0678,0 +PL 3.3977,2.6314,0,3.072,3.3037,0,2.795,4.0947,0,2.326,4.7671,0,1.8777,4.3518,0,1.7095,3.9365,0,1.6885,3.1654,0 +PL 4.0037,2.6314,0,4.0667,3.1654,0,4.1364,3.6992,0,4.2208,4.2331,0,3.1802,5.5255,0,2.6447,6.4873,0,1.6885,6.8645,0,1.6885,5.3009,0,1.3908,5.1372,0,1.1071,4.9562,0,0.8301,4.7671,0 +PL 4.6446,4.7671,0,4.3469,5.2007,0,4.238,5.7444,0,4.2208,6.8645,0,3.4639,7.0821,0,2.6027,7.5368,0,1.2574,7.9323,0 +PL 3.3977,8.4662,0,4.6446,8.4662,0,4.6446,8.4662,0,4.6446,8.4662,0 + +[90f7] 郷 +PL 0.4023,0,0,0.9522,0.9039,0,1.5094,1.791,0,2.0768,2.6695,0,1.9998,3.0395,0,1.9294,3.3926,0,1.8663,3.7373,0,1.59,3.5734,0,1.3165,3.3926,0,1.0436,3.2033,0,1.0051,4.1058,0,1.1553,4.9069,0,1.2569,5.8347,0,0.9596,6.2048,0,0.6794,6.5579,0,0.4023,6.9026,0,0.8296,7.6158,0,1.2569,8.3122,0,1.6807,9,0 +PL 5.898,0,0,5.898,8.5042,0,7.6037,8.5042,0,7.1414,6.0055,0,7.3687,4.5325,0,7.6037,2.1356,0,7.3056,1.9717,0,7.0254,1.791,0,6.7491,1.6017,0 +PL 2.0768,1.0677,0,2.9346,1.0677,0,2.9346,8.5042,0,4.6441,8.5042,0,4.6441,4.233,0,3.3619,4.233,0,3.3619,4.233,0,3.3619,4.233,0 +PL 3.3619,1.0677,0,3.7857,1.5239,0,4.2165,1.9717,0,4.6441,2.4025,0,4.4932,2.6695,0,4.3429,2.9364,0,4.2165,3.2033,0 +PL 1.6807,6.1017,0,1.8068,6.5579,0,1.9332,7.0057,0,2.0768,7.4364,0 +PL 3.3619,6.3686,0,4.2165,6.3686,0,4.2165,6.3686,0,4.2165,6.3686,0 + +[90fd] 都 +PL 1.7447,0,0,1.7272,2.2473,0,1.6187,3.2062,0,1.3139,3.6993,0,1.0236,3.5356,0,0.7399,3.3546,0,0.4628,3.1653,0 +PL 3.8816,2.6696,0,3.8816,3.6993,0,2.6627,3.719,0,2.109,3.8576,0,1.7447,4.2332,0,2.0214,4.6893,0,2.3051,5.1371,0,2.5997,5.5679,0,1.8747,5.671,0,1.1672,5.7572,0,0.4628,5.8348,0 +PL 2.172,0,0,3.8816,0,0,3.8816,2.1358,0,2.172,2.1358,0,2.172,2.1358,0,2.172,2.1358,0 +PL 3.4543,5.8348,0,4.7047,5.8348,0,4.7047,5.8348,0,4.7047,5.8348,0 +PL 3.0231,6.1018,0,3.1597,6.4719,0,3.2998,6.8249,0,3.4543,7.1697,0,3.2368,7.4351,0,3.0231,7.6921,0,2.813,7.9323,0,2.3615,7.5439,0,2.1931,7.1387,0,2.172,6.3687,0 +PL 0.8901,7.9323,0,1.5069,7.972,0,1.8393,8.2487,0,2.172,9.0002,0 +PL 5.5558,0,0,5.5558,8.4661,0,7.2646,8.4661,0,6.8166,6.0974,0,7.2646,2.6313,0,5.5558,1.5636,0 + +[914c] 酌 +PL 0.9522,0,0,1.2009,3.0086,0,1.5966,5.9661,0,1.8033,8.4661,0,0.5249,8.4661,0,0.5249,8.4661,0,0.5249,8.4661,0 +PL 1.3795,0,0,3.5128,0,0,3.5128,2.1357,0,1.3795,2.1357,0,1.3795,2.1357,0,1.3795,2.1357,0 +PL 5.6213,0,0,6.4724,0,0,7.2496,2.2896,0,7.3862,4.4606,0,7.3302,6.9026,0,6.4724,6.8249,0,5.6213,6.7388,0,4.7667,6.6357,0,4.6158,6.3687,0,4.469,6.1017,0,4.3356,5.8348,0 +PL 3.5128,2.6314,0,3.5128,3.6992,0,2.6617,3.6992,0,2.6442,5.2218,0,2.5318,5.9139,0,2.2344,6.3687,0,1.9157,5.4196,0,1.6982,4.1145,0,1.3795,3.1653,0 +PL 6.0451,3.4322,0,5.7505,3.8885,0,5.4668,4.3363,0,5.1905,4.767,0 +PL 3.5128,4.2332,0,3.1832,5.9323,0,2.7104,7.1483,0,2.2344,8.4661,0 +PL 4.7667,7.3983,0,5.0641,7.8136,0,5.1765,8.2288,0,5.1905,9,0 +PL 3.089,8.4661,0,3.9156,8.4661,0,3.9156,8.4661,0,3.9156,8.4661,0 + +[914d] 配 +PL 0.647,0,0,3.2111,0,0,3.2111,2.0975,0,0.647,2.0975,0 +PL 3.2111,2.6312,0,3.2111,3.6991,0,1.9219,3.6991,0,1.9079,5.1948,0,1.8028,5.8771,0,1.5016,6.3306,0,1.1832,5.3912,0,0.9626,4.1044,0,0.647,3.1651,0 +PL 3.2111,4.233,0,3.2111,6.3306,0,2.3527,6.3306,0,2.062,7.0536,0,1.5016,8.4661,0 +PL 0.2165,0,0,0.4649,3.0084,0,0.861,5.9406,0,1.0708,8.4661,0,0.2165,8.4661,0 +PL 4.885,0,0,4.5841,0.5523,0,4.4717,1.9266,0,4.4577,5.3007,0,7.0215,5.3007,0,7.0215,8.4661,0,4.4577,8.4661,0 +L 2.3527,8.4661,3.6031,8.4661 +PL 6.1672,0,0,7.4176,0,0,7.4176,1.5635,0 + +[9152] 酒 +L 2.1153,7.9704,1.2887,8.9999 +L 1.6877,5.8347,0.865,6.9024 +L 2.1153,3.4705,0.865,0 +L 2.6617,9,8.0621,9 +PLC 2.6617,0,0,8.0621,0,0,8.0621,6,0,2.6617,6,0 +PL 6.2619,9,0,6.2619,6.2332,0.1231,6.7606,4.2332,0,8.0621,4.2332,0 +L 2.6617,2.25,8.0621,2.25 +PL 2.6652,3.1903,0.2004,4.462,7.5,0,4.462,9,0 + +[9154] 酔 +PL 1.1968,0.0382,0,1.4385,3.0383,0,1.8203,5.9619,0,2.0203,8.5043,0,0.7695,8.5043,0,0.7695,8.5043,0,0.7695,8.5043,0 +PL 1.628,0.0382,0,3.7291,0.0382,0,3.7291,2.1357,0,1.628,2.1357,0,1.628,2.1357,0,1.628,2.1357,0 +PL 6.2652,0.0382,0,6.1808,1.9068,0,5.7224,2.5806,0,4.5841,2.6695,0 +PL 3.7291,2.6695,0,3.7291,3.7373,0,2.8745,3.7373,0,2.8605,5.2332,0,2.7488,5.9153,0,2.4507,6.3687,0,2.132,5.4294,0,1.9187,4.1428,0,1.628,3.2034,0 +PL 6.6925,2.6695,0,6.3913,3.0848,0,6.2789,3.5001,0,6.2652,4.2712,0 +PL 7.1163,2.6695,0,7.9709,2.6695,0,7.9709,2.6695,0,7.9709,2.6695,0 +PL 3.7291,4.2712,0,3.3967,5.945,0,2.9201,7.1611,0,2.4507,8.5043,0 +PL 4.5841,4.2712,0,5.1861,5.411,0,5.4068,6.0933,0,5.4387,6.9026,0,5.1406,7.0919,0,4.8604,7.2727,0,4.5841,7.4365,0 +PL 6.6925,5.3009,0,6.6925,7.4365,0,5.7675,7.623,0,5.4663,8.1653,0,5.4387,9.0382,0 +PL 7.1163,5.3009,0,7.9709,5.3009,0,7.9709,6.3687,0,7.9709,6.3687,0,7.9709,6.3687,0 +PL 3.3018,8.5043,0,4.1603,8.5043,0,4.1603,8.5043,0,4.1603,8.5043,0 + +[9162] 酢 +PL 1.0446,0.0382,0,1.2824,3.0383,0,1.668,5.9619,0,1.8638,8.5043,0,0.6173,8.5043,0,0.6173,8.5043,0,0.6173,8.5043,0 +PL 1.4719,0.0382,0,3.5734,0.0382,0,3.5734,2.1357,0,1.4719,2.1357,0,1.4719,2.1357,0,1.4719,2.1357,0 +PL 5.6783,0.0382,0,5.6783,6.9026,0,5.0861,6.8632,0,4.7603,6.5863,0,4.4311,5.8348,0 +PL 3.5734,2.6695,0,3.5734,3.7373,0,2.7223,3.7373,0,2.7048,5.2332,0,2.5958,5.9153,0,2.2946,6.3687,0,1.9798,5.4294,0,1.7658,4.1428,0,1.4719,3.2034,0 +PL 6.1091,2.6695,0,7.3907,2.6695,0,7.3907,2.6695,0,7.3907,2.6695,0 +PL 3.5734,4.2712,0,3.2476,5.945,0,2.771,7.1611,0,2.2946,8.5043,0 +PL 6.1091,4.8052,0,7.3907,4.8052,0,7.3907,4.8052,0,7.3907,4.8052,0 +PL 6.1091,6.9026,0,7.818,6.9026,0,7.818,6.9026,0,7.818,6.9026,0 +PL 4.8584,7.4365,0,5.1565,7.8518,0,5.2682,8.2671,0,5.2822,9.0382,0 +PL 3.1531,8.5043,0,4.0042,8.5043,0,4.0042,8.5043,0,4.0042,8.5043,0 + +[916a] 酪 +PL 6.7827,5.7966,0,7.0563,6.4336,0,7.3435,7.0537,0,7.6338,7.6652,0,6.9337,7.5876,0,6.2297,7.5014,0,5.5289,7.3984,0 +PL 1.2878,0,0,1.5396,3.0085,0,1.9357,5.9408,0,2.1455,8.4662,0,0.864,8.4662,0,0.864,8.4662,0,0.864,8.4662,0 +PL 1.7151,0,0,3.82,0,0,3.82,1.5636,0,1.7151,1.5636,0,1.7151,1.5636,0,1.7151,1.5636,0 +PL 5.1016,0,0,5.0704,2.315,0,5.3121,3.7232,0,6.3523,5.3009,0,5.9317,5.8334,0,5.5114,6.3575,0,5.1016,6.8644,0,4.9513,6.7007,0,4.8112,6.5198,0,4.6778,6.3306,0 +PL 5.5289,0,0,7.6338,0,0,7.6338,3.1653,0,5.5289,3.1653,0,5.5289,3.1653,0,5.5289,3.1653,0 +PL 3.82,2.0974,0,3.82,3.6992,0,2.9689,3.6992,0,2.9546,5.1949,0,2.8428,5.8772,0,2.5416,6.3306,0,2.2471,5.3912,0,2.0338,4.1046,0,1.7151,3.1653,0 +PL 7.6338,3.6992,0,7.3435,4.0693,0,7.0563,4.4224,0,6.7827,4.7669,0 +PL 3.82,4.2331,0,3.4908,5.9068,0,3.0176,7.1229,0,2.5416,8.4662,0 +PL 3.3962,8.4662,0,4.2505,8.4662,0,4.2505,8.4662,0,4.2505,8.4662,0 + +[916c] 酬 +PL 0.8301,0,0,1.0788,3.0086,0,1.478,5.9661,0,1.6885,8.4661,0,0.8301,8.4661,0,0.8301,8.4661,0,0.8301,8.4661,0 +PL 1.2574,0,0,3.3977,0,0,3.3977,2.1357,0,1.2574,2.1357,0,1.2574,2.1357,0,1.2574,2.1357,0 +PL 4.2208,0,0,5.0929,2.9267,0,5.177,5.9464,0,5.0719,9,0 +PL 7.6353,0,0,7.5548,1.7812,0,7.4816,3.5453,0,7.422,5.3009,0,7.1275,5.4901,0,6.8438,5.671,0,6.5675,5.8348,0,6.483,4.0792,0,6.4165,2.315,0,6.3538,0.5339,0 +PL 3.3977,2.6314,0,3.3977,3.6992,0,2.5396,3.6992,0,2.5221,5.2218,0,2.4132,5.9139,0,2.1158,6.3687,0,1.8003,5.4196,0,1.5765,4.1145,0,1.2574,3.1653,0 +PL 3.3977,4.2332,0,3.065,5.9323,0,2.5887,7.1483,0,2.1158,8.4661,0 +PL 3.7932,4.767,0,4.0944,5.1822,0,4.2033,5.5975,0,4.2208,6.3687,0 +PL 7.6353,5.8348,0,7.6353,9,0,7.6353,9,0,7.6353,9,0 +PL 6.3538,6.3687,0,6.3538,9,0,6.3538,9,0,6.3538,9,0 + +[9175] 酵 +PL 0.5529,0.0381,0,0.802,3.0466,0,1.2009,5.9788,0,1.4114,8.5041,0,0.126,8.5041,0,0.126,8.5041,0,0.126,8.5041,0 +PL 0.9802,0.0381,0,3.0852,0.0381,0,3.0852,2.1356,0,0.9802,2.1356,0,0.9802,2.1356,0,0.9802,2.1356,0 +PL 4.7944,0.0381,0,5.6455,0.0381,0,5.1481,2.0847,0,4.0764,3.2923,0,3.0852,2.6694,0 +PL 6.0766,2.6694,0,5.926,2.8587,0,5.7751,3.0395,0,5.6455,3.2033,0,5.926,3.6595,0,6.2062,4.1073,0,6.5004,4.538,0,5.926,4.6411,0,5.3513,4.7273,0,4.7944,4.805,0,4.497,4.4604,0,4.2165,4.1073,0,3.9363,3.7372,0 +PL 6.5004,2.6694,0,7.3267,2.6694,0,7.3267,2.6694,0,7.3267,2.6694,0 +PL 0.9802,3.2033,0,1.6531,4.7895,0,1.9504,6.8417,0,1.8352,8.5041,0 +PLC 2.4092,5.4364,0,2.5637,6.1185,0,2.8716,6.3687,0,2.9346,5.4915,0,3.0011,4.6144,0,3.0852,3.7372,0,2.2621,3.7372,0 +PL 5.2217,5.339,0,5.3513,5.6059,0,5.4949,5.8729,0,5.6455,6.1398,0,5.0676,6.2161,0,4.497,6.2924,0,3.9363,6.3687,0 +PL 6.0766,6.6356,0,6.2062,6.9025,0,6.353,7.1694,0,6.5004,7.4364,0,6.2903,7.6257,0,6.0766,7.8064,0,5.8591,7.9703,0,5.6455,7.6257,0,5.4354,7.2725,0,5.2217,6.9025,0 +PL 6.5004,6.3687,0,7.3267,6.3687,0,7.3267,6.3687,0,7.3267,6.3687,0 +PL 4.5808,7.9703,0,4.7944,8.3403,0,5.0081,8.6934,0,5.2217,9.0381,0 +PL 2.6579,8.5041,0,3.5164,8.5041,0,3.5164,8.5041,0,3.5164,8.5041,0 + +[9177] 酷 +PL 0.6759,0.0381,0,0.9245,3.0466,0,1.3238,5.9788,0,1.534,8.5041,0,0.2797,8.5041,0,0.2797,8.5041,0,0.2797,8.5041,0 +PL 1.1032,0.0381,0,3.2393,0.0381,0,3.2393,2.1356,0,1.1032,2.1356,0,1.1032,2.1356,0,1.1032,2.1356,0 +PLC 4.4897,1.1045,0,4.4897,3.2033,0,7.0538,3.2033,0,7.0538,0.0381,0,4.4897,0.0381,0 +PL 3.2393,2.6694,0,3.2393,3.7372,0,2.3847,3.7372,0,2.3672,5.2584,0,2.259,5.9406,0,1.9543,6.3687,0,1.6422,5.4463,0,1.4215,4.1511,0,1.1032,3.2033,0 +PL 3.2393,4.2711,0,2.9069,5.9448,0,2.4302,7.161,0,1.9543,8.5041,0 +PL 4.0939,4.805,0,5.7681,4.805,0,5.5124,6.5226,0,4.882,7.0028,0,4.0939,5.8729,0 +PL 6.1989,4.805,0,7.4811,4.805,0,7.4811,4.805,0,7.4811,4.805,0 +PL 6.1989,6.9025,0,5.8942,7.3375,0,5.7856,7.8912,0,5.7681,9.0381,0 +PL 6.6265,6.9025,0,7.4811,6.9025,0,7.4811,6.9025,0,7.4811,6.9025,0 +PL 4.4897,7.4364,0,4.4897,8.5041,0,4.4897,8.5041,0,4.4897,8.5041,0 +PL 2.812,8.5041,0,3.6631,8.5041,0,3.6631,8.5041,0,3.6631,8.5041,0 + +[9178] 酸 +PL 1.0431,0,0,1.2918,3.0085,0,1.691,5.9408,0,1.9008,8.4661,0,0.6158,8.4661,0,0.6158,8.4661,0,0.6158,8.4661,0 +PL 1.4704,0,0,3.61,0,0,3.61,2.0975,0,1.4704,2.0975,0,1.4704,2.0975,0,1.4704,2.0975,0 +PL 4.6436,0,0,5.134,0.4464,0,5.6275,0.8757,0,6.1427,1.2965,0,5.7711,1.7528,0,5.4177,2.2005,0,5.0709,2.6314,0,4.8569,2.4676,0,4.6436,2.2868,0,4.4331,2.0975,0 +PL 7.4211,0,0,7.123,0.4464,0,6.8428,0.8757,0,6.5661,1.2965,0,6.8428,2.0197,0,7.123,2.7345,0,7.4211,3.4322,0,6.2022,3.6003,0,5.6485,3.531,0,5.2842,3.1653,0 +PL 3.61,2.6314,0,3.61,3.6992,0,2.7519,3.6992,0,2.7344,5.1949,0,2.6262,5.8772,0,2.3215,6.3305,0,2.0133,5.3913,0,1.7888,4.1045,0,1.4704,3.1653,0 +PL 3.61,4.2332,0,3.2742,5.9068,0,2.7975,7.1229,0,2.3215,8.4661,0 +PL 4.4331,4.767,0,4.7028,5.2133,0,4.9865,5.6426,0,5.2842,6.0636,0,4.9553,6.6271,0,4.6328,6.8348,0,4.0303,6.8644,0 +PL 6.5661,5.2628,0,6.5661,6.8644,0,5.9497,6.8941,0,5.6173,7.1018,0,5.2842,7.6653,0,5.4177,8.1214,0,5.5613,8.5693,0,5.7115,9.0001,0 +PL 6.9938,5.2628,0,7.8484,5.2628,0,7.8484,5.2628,0,7.8484,5.2628,0 +PL 6.5661,7.3984,0,6.8428,7.5015,0,7.123,7.5876,0,7.4211,7.6653,0,7.2701,7.9322,0,7.123,8.1992,0,6.9938,8.4661,0 +PL 3.1792,8.4661,0,4.0303,8.4661,0,4.0303,8.4661,0,4.0303,8.4661,0 + +[919c] 醜 +PL 1.2878,0,0,1.5396,3.0086,0,1.9357,5.9661,0,2.1455,8.4661,0,0.864,8.4661,0,0.864,8.4661,0,0.864,8.4661,0 +PL 1.7151,0,0,3.82,0,0,3.82,2.1357,0,1.7151,2.1357,0,1.7151,2.1357,0,1.7151,2.1357,0 +PL 4.6778,0,0,5.3292,1.6428,0,5.5254,3.0481,0,5.5289,4.767,0,4.6778,4.767,0,4.6813,7.1159,0,4.3069,8.2021,0,2.9689,8.4661,0,3.1437,7.0891,0,3.5045,5.4578,0,3.82,2.6314,0 +PL 6.3523,0,0,6.2122,1.945,0,6.0826,3.8899,0,5.96,5.8348,0,5.6623,6.0241,0,5.3786,6.2048,0,5.1016,6.3687,0 +PL 6.7827,0,0,8.0611,0,0,8.0611,1.0678,0,8.0611,1.0678,0,8.0611,1.0678,0 +PL 6.9967,2.6314,0,7.21,3.1653,0,7.4205,3.6992,0,7.6338,4.2332,0,7.3435,4.4224,0,7.0563,4.6032,0,6.7827,4.767,0 +PL 1.7151,3.1653,0,2.0338,4.1145,0,2.2471,5.4196,0,2.5416,6.3687,0,2.8145,5.4901,0,3.1017,4.6032,0,3.3962,3.6992,0 +PL 7.21,5.3009,0,7.21,6.3687,0,6.5621,6.4265,0,6.0157,6.832,0,5.1016,7.9323,0 +PL 7.21,6.9026,0,7.21,7.9323,0,6.5905,7.952,0,6.2682,8.0904,0,5.96,8.4661,0,6.0826,8.6554,0,6.2122,8.8362,0,6.3523,9,0 + +[91b8] 醸 +PL 0.126,0.0382,0,0.3743,3.0466,0,0.7701,5.9789,0,0.9802,8.5043,0,0.126,8.5043,0,0.126,8.5043,0,0.126,8.5043,0 +PL 0.5529,0.0382,0,2.6579,0.0382,0,2.6579,2.1357,0,0.5529,2.1357,0,0.5529,2.1357,0,0.5529,2.1357,0 +PL 3.5164,0.0382,0,4.3675,0.0382,0,4.3675,1.6018,0,3.5164,1.6018,0,3.5164,1.6018,0,3.5164,1.6018,0 +PL 4.7944,0.0382,0,5.2217,0.4845,0,5.6455,0.9139,0,6.0766,1.3347,0,5.926,1.9718,0,5.7751,2.5918,0,5.6455,3.2034,0,5.0329,2.9859,0,4.7002,2.7092,0,4.3675,2.1357,0 +PL 6.5004,1.6018,0,6.7768,2.0579,0,7.05,2.5057,0,7.3267,2.9365,0,6.2903,3.5198,0,5.4248,4.0439,0,4.3675,4.2712,0,4.3675,3.2034,0,3.5164,3.2034,0,3.5164,3.2034,0,3.5164,3.2034,0 +PL 2.6579,2.6695,0,2.6579,3.7373,0,1.8352,3.7373,0,1.8173,5.2332,0,1.7087,5.9153,0,1.4114,6.3687,0,1.0923,5.4294,0,0.8682,4.1428,0,0.5529,3.2034,0 +PL 2.6579,4.2712,0,2.3325,5.945,0,1.8734,7.1611,0,1.4114,8.5043,0 +PL 6.5004,4.2712,0,5.3128,5.2077,0,4.497,5.1273,0,3.5164,5.3009,0 +PL 6.5004,5.3009,0,6.2973,6.1018,0,6.2798,6.9026,0,6.0766,7.7034,0,4.3675,7.7034,0,4.0799,7.1004,0,4.0799,6.6158,0,4.3675,5.8348,0 +PL 6.5004,7.9704,0,7.3267,7.9704,0,7.3267,7.9704,0,7.3267,7.9704,0 + +[91c8] 釈 +PL 2.2326,0,0,2.1485,1.2472,0,2.082,2.4775,0,2.0193,3.6992,0,1.5324,3.0114,0,1.0456,2.315,0,0.5588,1.6018,0 +PL 3.5148,0,0,4.5127,2.6582,0,4.7932,5.1978,0,4.7932,7.9323,0,7.3287,7.9323,0,7.3287,5.3009,0,6.0471,5.3009,0,6.1101,4.0368,0,6.555,2.6625,0,7.7559,0,0 +PL 3.5148,3.1653,0,2.5026,4.4647,0,1.7286,5.1201,0,0.5588,5.3009,0 +PL 2.6637,5.3009,0,2.359,5.7543,0,2.2501,6.4365,0,2.2326,7.9323,0,0.5588,7.9323,0,0.5588,7.9323,0,0.5588,7.9323,0 +PL 3.0837,5.3009,0,3.9421,5.3009,0,3.9421,5.3009,0,3.9421,5.3009,0 +PL 3.0837,6.3687,0,3.2168,6.7119,0,3.3639,7.0551,0,3.5148,7.3983,0 +PL 2.6637,7.9323,0,2.9895,8.308,0,3.3218,8.4464,0,3.9421,8.4661,0 + +[91cc] 里 +PL 0.7379,0,0,4.1279,0,0,3.834,1.8319,0,2.9724,2.1977,0,1.5641,2.0977,0 +L 4.5552,0,7.5113,0 +PL 4.5552,2.0977,0,3.7111,3.5833,0,3.3223,4.1456,0,1.5641,4.2332,0,1.5641,8.4663,0,6.6602,8.4663,0,6.6602,4.2332,0,4.482,4.787,0,3.8057,5.815,0,1.9879,6.3687,0 +L 4.9513,2.0977,6.6602,2.0977 +PL 4.5552,6.3687,0,4.254,6.7572,0,4.1458,7.1625,0,4.1279,7.9324,0 +L 4.9513,6.3687,6.2329,6.3687 + +[91cd] 重 +L 4.2449,6.8644,6.7768,6.8644 +PL 3.8176,3.1651,0,2.9346,4.0691,0,2.2376,4.2698,0,1.2534,4.233,0 +PL 3.8176,6.8644,0,3.6631,7.1313,0,3.523,7.3983,0,3.3938,7.6651,0,2.5353,7.7683,0,1.6916,7.8546,0,0.8615,7.932,0 +PL 4.0274,7.932,0,4.5317,8.3079,0,5.0186,8.4462,0,5.9187,8.4661,0 +PL 4.2449,3.1651,0,5.9187,3.1651,0,5.9187,4.233,0,4.427,4.2528,0,3.7685,4.3911,0,3.3938,4.7668,0,3.7685,5.1229,0,4.427,5.1229,0,5.9187,4.7668,0 +L 4.2449,1.5635,5.9187,1.5635 +PL 0.0034,0,0,3.3938,0,0,2.9731,1.4731,0,1.9889,1.6921,0,0.8615,1.5635,0 +PL 3.8176,1.5635,0,3.523,2.0975,0,3.2358,2.6312,0,2.9626,3.1651,0,0.8615,3.1651,0,0.8615,5.3007,0,2.9626,5.3007,0,3.2502,5.8671,0,3.2502,6.2725,0,2.9626,6.8644,0,0.0034,6.8644,0 +L 3.8176,0,6.7768,0 + +[91ce] 野 +PL 6.1657,6.8644,0,6.442,7.3209,0,6.7257,7.7686,0,7.02,8.1993,0,6.1657,8.3023,0,5.3213,8.3886,0,4.4912,8.4663,0 +PL 6.5962,3.6992,0,6.8697,4.1554,0,7.1569,4.6033,0,7.4473,5.034,0,6.4981,5.4775,0,5.84,6.0905,0,4.915,7.3984,0 +PL 4.4912,0,0,5.7419,0,0,5.7419,5.3011,0,4.0607,5.3011,0 +PL 2.355,3.1655,0,1.5285,4.7671,0,0.6774,4.7671,0,0.6774,8.4663,0,3.2061,8.4663,0,3.2061,4.7671,0,2.355,4.7671,0,1.8784,6.0905,0,1.5561,6.6343,0,1.1047,6.8644,0 +L 2.355,1.0679,3.2061,1.0679 +PL 2.355,6.8644,0,2.2041,7.2346,0,2.0573,7.5876,0,1.9274,7.9324,0 +PL 0.2501,0.5341,0,1.9274,0.5341,0,1.9102,2.0299,0,1.8048,2.712,0,1.5285,3.1655,0,0.6774,3.1655,0 + +[91cf] 量 +PL 0.5849,0,0,3.9718,0,0,3.6286,1.4491,0,2.8125,1.7035,0,1.8357,1.6017,0 +PL 4.3991,0,0,7.3625,0,0,7.3625,0,0,7.3625,0,0 +PL 4.3991,1.6017,0,3.541,2.4618,0,2.816,2.6611,0,1.8357,2.6314,0,1.8357,4.767,0,6.0768,4.767,0,6.0768,2.6314,0,4.5182,2.9081,0,3.4748,3.4223,0,2.263,3.6992,0 +PL 4.7949,1.6017,0,6.0768,1.6017,0,6.0768,1.6017,0,6.0768,1.6017,0 +PL 4.7949,3.6992,0,5.653,3.6992,0,5.653,3.6992,0,5.653,3.6992,0 +PL 0.5849,5.8349,0,7.3625,5.8349,0,7.3625,5.8349,0,7.3625,5.8349,0 +PLC 1.8357,7.6159,0,1.8357,9,0,6.0768,9,0,6.0768,6.9025,0,1.8357,6.9025,0 +PL 2.263,7.9322,0,5.653,7.9322,0,5.653,7.9322,0,5.653,7.9322,0 + +[91d1] 金 +L -0.0002,0,6.7725,0 +PL 6.7725,5.3007,0,5.6258,5.9817,0,3.3864,8.9999,0,1.1469,5.9817,0,-0.0002,5.3007,0 +L 5.9183,3.6993,0.8236,3.6993 +L 5.5218,2.6312,5.0949,1.3345 +L 5.6258,5.9181,1.1469,5.9181 +L 1.2506,2.6312,1.6779,1.3345 +L 3.3864,5.9181,3.3864,0 + +[91dd] 針 +PL 0.4929,0,0,1.7783,0,0,1.8483,2.2867,0,1.6382,4.0565,0,0.4929,4.767,0 +PL 6.0127,0,0,6.0933,2.9407,0,5.7956,4.6865,0,4.3039,5.2627,0 +PL 2.3845,0.4957,0,2.5978,0.685,0,2.8115,0.8658,0,3.0255,1.0297,0 +PL 0.9205,1.8306,0,0.7696,2.2867,0,0.6228,2.7345,0,0.4929,3.1653,0 +PL 2.5978,2.3644,0,2.7278,2.8206,0,2.8745,3.2684,0,3.0255,3.6992,0 +PL 2.2024,4.767,0,1.9009,5.1554,0,1.7926,5.5608,0,1.7783,6.3305,0,1.1583,6.3504,0,0.826,6.4887,0,0.4929,6.8645,0,0.9205,7.5876,0,1.3478,8.3023,0,1.7783,9,0,2.1814,8.4661,0,2.6017,7.9322,0,3.0255,7.3983,0 +PL 6.4089,5.2627,0,6.1318,5.7572,0,6.0302,6.726,0,6.0127,9,0 +PL 6.8393,5.2627,0,7.6939,5.2627,0,7.6939,5.2627,0,7.6939,5.2627,0 + +[91e3] 釣 +PL 0.5849,0,0,1.8357,0,0,1.9089,2.2699,0,1.7057,4.0481,0,0.5849,4.767,0 +PL 5.653,0,0,7.2851,1.4619,0,7.5093,4.5764,0,7.3625,7.4366,0,4.3991,7.4366,0,4.3819,6.6654,0,4.273,6.2501,0,3.9718,5.8348,0 +PL 2.4763,0.534,0,2.6899,0.7232,0,2.9074,0.904,0,3.1207,1.0678,0 +PL 0.9811,1.8687,0,0.841,2.325,0,0.711,2.7727,0,0.5849,3.2035,0 +PL 2.6899,2.4026,0,2.8233,2.8588,0,2.9669,3.3066,0,3.1207,3.7373,0 +PL 5.653,4.0043,0,5.4992,4.2698,0,5.3556,4.5268,0,5.2222,4.767,0 +PL 2.263,4.767,0,1.9614,5.1822,0,1.8493,5.5975,0,1.8357,6.3687,0,1.2189,6.3885,0,0.8931,6.5268,0,0.5849,6.9026,0,0.9912,7.6159,0,1.4119,8.3123,0,1.8357,9.0001,0,2.263,8.493,0,2.6899,7.969,0,3.1207,7.4366,0 +PL 4.7949,7.9704,0,4.7949,9.0001,0,4.7949,9.0001,0,4.7949,9.0001,0 + +[920d] 鈍 +PL 0.6813,0.0152,0,1.9597,0.0152,0,2.0368,2.302,0,1.8263,4.0717,0,0.6813,4.7821,0 +PL 6.2009,0.0152,0,5.6618,1.2568,0,5.4762,2.244,0,4.4917,2.6466,0,4.4917,5.8118,0,4.4917,5.8118,0,4.4917,5.8118,0 +PL 6.6285,0.0152,0,7.8785,0.0152,0,7.8785,1.5788,0,7.8785,1.5788,0,7.8785,1.5788,0 +PL 2.6007,0.511,0,2.814,0.7003,0,3.0245,0.881,0,3.2413,1.0449,0 +PL 1.1016,1.8457,0,0.9542,2.302,0,0.8106,2.7497,0,0.6813,3.1805,0 +PL 2.814,2.3796,0,2.9474,2.8358,0,3.091,3.2837,0,3.2413,3.7144,0 +PL 6.2009,2.6466,0,5.6335,4.7129,0,5.5844,6.5929,0,4.0647,7.4135,0 +PL 6.8386,2.6466,0,6.9013,3.713,0,6.9717,4.7709,0,7.0558,5.8118,0 +PL 2.3902,4.7821,0,2.0855,5.196,0,1.9737,5.6014,0,1.9597,6.3457,0,1.3394,6.3656,0,1.0137,6.5039,0,0.6813,6.8797,0,1.1016,7.6028,0,1.5324,8.3175,0,1.9597,9.0152,0,2.3902,8.4814,0,2.814,7.9475,0,3.2413,7.4135,0 +PL 6.2009,7.4135,0,5.9,7.8287,0,5.7876,8.244,0,5.7736,9.0152,0 +PL 6.6285,7.9475,0,7.4796,7.9475,0,7.4796,7.9475,0,7.4796,7.9475,0 + +[9234] 鈴 +PL 0.4023,0,0,1.6807,0,0,1.7578,2.2867,0,1.548,4.0565,0,0.4023,4.7669,0 +PL 5.0714,0,0,5.0714,4.233,0,3.7857,4.233,0,3.7857,4.233,0,3.7857,4.233,0 +PL 2.2936,0.5339,0,2.5073,0.7232,0,2.7174,0.904,0,2.9346,1.0677,0 +PL 6.318,1.0677,0,7.1726,1.0677,0,7.1726,4.233,0,5.4952,4.233,0,5.4952,4.233,0,5.4952,4.233,0 +PL 0.8296,1.8686,0,0.6794,2.3149,0,0.5319,2.7444,0,0.4023,3.1653,0 +PL 2.5073,2.3644,0,2.6369,2.8206,0,2.7843,3.2684,0,2.9346,3.6991,0 +PL 2.0768,4.7669,0,1.7998,5.1822,0,1.6951,5.5975,0,1.6807,6.3687,0,1.0681,6.3884,0,0.735,6.5268,0,0.4023,6.9025,0,0.8296,7.6159,0,1.2569,8.3122,0,1.6807,9,0,2.0905,8.4661,0,2.5073,7.9322,0,2.9346,7.3983,0 +PL 3.3619,5.8347,0,3.9997,6.9012,0,4.6441,7.9591,0,5.2847,9,0,6.0451,7.9591,0,6.8188,6.9012,0,7.6037,5.8347,0 +PL 4.6441,5.8347,0,6.318,5.8347,0,6.318,5.8347,0,6.318,5.8347,0 + +[9244] 鉄 +PL 2.0518,4.7671,0,1.7506,5.1824,0,1.6382,5.5975,0,1.6207,6.3687,0,1.0288,6.3885,0,0.7034,6.5269,0,0.3703,6.9026,0,0.7804,7.616,0,1.1934,8.3122,0,1.6207,9.0002,0,2.0518,8.4931,0,2.4753,7.969,0,2.9029,7.4366,0 +PL 0.3703,0,0,1.6207,0,0,1.6977,2.2699,0,1.4946,4.0481,0,0.3703,4.7671,0 +PL 7.5748,0,0,6.9938,1.0665,0,6.419,2.1245,0,5.866,3.1653,0 +PL 5.866,4.2332,0,5.3371,5.7246,0,4.7487,7.0637,0,3.761,5.8348,0 +PL 3.3302,0,0,4.0304,1.2473,0,4.7343,2.4775,0,5.4352,3.6993,0,5.0884,4.0752,0,4.6538,4.2133,0,3.761,4.2332,0 +PL 2.262,0.5341,0,2.4753,0.7233,0,2.6889,0.904,0,2.9029,1.0679,0 +PL 2.4753,2.4027,0,2.6052,2.849,0,2.752,3.2783,0,2.9029,3.6993,0 +PL 0.7979,1.8686,0,0.647,2.3151,0,0.5002,2.7446,0,0.3703,3.1653,0 +L 6.2863,4.2332,7.144,4.2332 +PL 5.866,6.9026,0,5.5613,7.3362,0,5.4527,7.88,0,5.4352,9.0002,0 +L 4.1848,7.4366,4.1848,8.4663 + +[925b] 鉛 +PL 0.5838,0,0,1.8688,0,0,1.9424,2.2867,0,1.7326,4.0565,0,0.5838,4.7669,0 +PLC 4.4014,1.2571,0,4.4014,3.7373,0,7.361,3.7373,0,7.361,0,0,4.4014,0,0 +PL 2.5066,0.5339,0,2.6989,0.7231,0,2.9059,0.904,0,3.1157,1.0679,0 +PL 1.0142,1.8686,0,0.8605,2.3249,0,0.7204,2.7726,0,0.5838,3.2033,0 +PL 2.7203,2.4026,0,2.8429,2.8587,0,2.9756,3.3065,0,3.1157,3.7373,0 +PL 2.2926,4.7669,0,1.9953,5.1822,0,1.8828,5.5975,0,1.8688,6.3686,0,1.2524,6.3885,0,0.9162,6.5268,0,0.5838,6.9025,0,1.0142,7.6256,0,1.4415,8.3404,0,1.8688,9.0382,0,2.2755,8.5042,0,2.6954,7.9704,0,3.1157,7.4364,0 +PL 3.9703,5.0339,0,4.5727,6.764,0,4.7937,7.6638,0,4.8249,8.5042,0 +PL 7.7848,4.7669,0,7.1369,6.2303,0,6.6956,7.6765,0,6.5344,9.0382,0 + +[9262] 鉢 +PL 0.3703,0,0,1.6207,0,0,1.6977,2.2697,0,1.4946,4.048,0,0.3703,4.7669,0 +PL 5.4352,0,0,5.3581,1.3912,0,4.997,1.9774,0,4.1848,2.0974,0 +PL 2.262,0.5339,0,2.4753,0.7231,0,2.6889,0.9039,0,2.9029,1.0677,0 +PL 0.7979,1.8687,0,0.647,2.315,0,0.5002,2.7443,0,0.3703,3.1652,0 +PL 2.4753,2.3644,0,2.6052,2.8206,0,2.752,3.2683,0,2.9029,3.6991,0 +PL 5.866,2.0974,0,5.5469,3.1851,0,5.3263,4.7472,0,5.0079,5.8348,0,4.4366,4.7669,0,3.8832,3.6991,0,3.3302,2.6314,0 +PL 7.5748,2.6314,0,6.7167,4.0423,0,5.866,5.4534,0,5.0079,6.8645,0,3.761,6.8645,0,3.761,6.8645,0,3.761,6.8645,0 +PL 2.0518,4.7669,0,1.7506,5.1822,0,1.6382,5.5975,0,1.6207,6.3687,0,1.0288,6.387,0,0.7034,6.5155,0,0.3703,6.8645,0,0.7804,7.5876,0,1.1934,8.3022,0,1.6207,8.9999,0,2.0518,8.4661,0,2.4753,7.9322,0,2.9029,7.3983,0 +PL 5.866,6.8645,0,5.5613,7.2995,0,5.4527,7.8531,0,5.4352,8.9999,0 +PL 6.2863,6.8645,0,7.5748,6.8645,0,7.5748,6.8645,0,7.5748,6.8645,0 + +[9271] 鉱 +PL 6.355,7.3984,0,7.6334,7.3984,0,7.6334,7.3984,0,7.6334,7.3984,0 +PL 3.8196,1.0297,0,3.9313,2.0962,0,4.1383,3.8659,0,4.2469,7.3984,0,5.9245,7.3984,0,5.9245,9.0001,0,5.9245,9.0001,0,5.9245,9.0001,0 +PL 3.3923,0.267,0,3.2413,0.5325,0,3.0942,0.7896,0,2.965,1.0297,0,2.6704,0.8659,0,2.3867,0.6851,0,2.11,0.4958,0 +PL 4.2469,0,0,5.0661,0,0,5.2902,2.0453,0,5.7039,3.9549,0,5.9245,5.7966,0 +PL 2.11,4.767,0,1.8091,5.1554,0,1.7002,5.5607,0,1.6827,6.3305,0,1.0698,6.3504,0,0.7444,6.4887,0,0.4288,6.8644,0,0.839,7.5876,0,1.2589,8.3024,0,1.6827,9.0001,0,2.11,8.4661,0,2.5412,7.9322,0,2.965,7.3984,0 +PL 0.4288,0,0,1.6827,0,0,1.7598,2.2698,0,1.5566,4.0481,0,0.4288,4.767,0 +PL 0.8281,1.8306,0,0.6845,2.2868,0,0.5553,2.7345,0,0.4288,3.1653,0 +PL 2.5412,2.3645,0,2.6704,2.8207,0,2.8105,3.2684,0,2.965,3.6992,0 +PL 5.7105,0,0,6.1974,0.4464,0,6.6982,0.8757,0,7.2061,1.2965,0,7.0558,1.5635,0,6.9084,1.8306,0,6.7756,2.0975,0 + +[9280] 銀 +PL 0.8019,0,0,2.0835,0,0,2.1574,2.2868,0,1.9469,4.0565,0,0.8019,4.7669,0 +PL 3.7615,0,0,4.6157,0,0,4.6157,8.5043,0,7.5718,8.5043,0,7.5718,5.3009,0,6.3214,5.3009,0,6.3389,3.8051,0,6.4405,3.1229,0,6.7176,2.6695,0,7.148,3.202,0,7.5718,3.726,0,8.0026,4.2331,0 +PL 5.0395,0,0,5.4703,0.37,0,5.8976,0.7232,0,6.3214,1.0678,0 +PL 8.0026,0,0,7.5718,0.7232,0,7.148,1.438,0,6.7176,2.1356,0 +PL 2.6964,0.5338,0,2.9069,0.7232,0,3.1167,0.9041,0,3.3342,1.0678,0 +PL 1.2257,1.8686,0,1.0783,2.3249,0,0.9312,2.7727,0,0.8019,3.2035,0 +PL 2.9069,2.4026,0,3.0361,2.8588,0,3.1832,3.3066,0,3.3342,3.7372,0 +PL 2.5076,4.7669,0,2.206,5.1822,0,2.1013,5.5976,0,2.0835,6.3688,0,1.4635,6.3886,0,1.1343,6.5268,0,0.8019,6.9027,0,1.2257,7.6257,0,1.6565,8.3404,0,2.0835,9.0382,0,2.4866,8.5043,0,2.9069,7.9703,0,3.3342,7.4365,0 +L 5.0395,5.3009,5.8976,5.3009 +L 5.0395,6.9027,7.148,6.9027 + +[9283] 銃 +PL 0.0019,0.0001,0,1.2835,0.0001,0,1.3609,2.2869,0,1.1504,4.0566,0,0.0019,4.7671,0 +PL 2.9926,0.0001,0,3.8718,1.5608,0,4.1975,2.5199,0,4.2465,3.6993,0 +PL 5.9557,0.0001,0,5.6514,0.493,0,5.5424,1.4521,0,5.5249,3.6993,0 +PL 6.376,0.0001,0,7.2341,0.0001,0,7.2341,1.6018,0,7.2341,1.6018,0,7.2341,1.6018,0 +PL 1.9279,0.534,0,2.1416,0.7233,0,2.352,0.9041,0,2.5653,1.0679,0 +PL 0.4324,1.8688,0,0.2782,2.325,0,0.135,2.7727,0,0.0019,3.2035,0 +PL 2.1416,2.4026,0,2.2715,2.849,0,2.4147,3.2784,0,2.5653,3.6993,0 +PL 1.7107,4.7671,0,1.413,5.1823,0,1.301,5.5976,0,1.2835,6.3687,0,0.667,6.3885,0,0.3381,6.527,0,0.0019,6.9027,0,0.4324,7.616,0,0.8562,8.3123,0,1.2835,9.0001,0,1.7107,8.4931,0,2.1416,7.9691,0,2.5653,7.4366,0 +PL 6.8068,5.034,0,6.5935,5.3009,0,6.376,5.5679,0,6.1662,5.8349,0,5.637,5.4591,0,4.926,5.3208,0,3.4199,5.3009,0 +PL 4.2465,5.8349,0,4.5407,6.2501,0,4.6528,6.6654,0,4.6668,7.4366,0,3.4199,7.4366,0,3.4199,7.4366,0,3.4199,7.4366,0 +PL 6.376,6.3687,0,6.0503,6.9422,0,5.7176,7.219,0,5.0976,7.4366,0,5.0976,9.0001,0,5.0976,9.0001,0,5.0976,9.0001,0 + +[9285] 銅 +PL 0.6158,0,0,1.9008,0,0,1.9747,2.2867,0,1.7607,4.0565,0,0.6158,4.767,0 +PL 4.0303,0,0,4.0303,8.4662,0,7.4211,8.4662,0,7.4211,0,0,6.5661,0,0,6.5661,0,0,6.5661,0,0 +PL 2.5386,0.534,0,2.7519,0.7232,0,2.9659,0.904,0,3.1792,1.0678,0 +PL 1.0431,1.8306,0,0.8921,2.2867,0,0.7454,2.7346,0,0.6158,3.1653,0 +PL 2.7519,2.3643,0,2.8815,2.8206,0,3.029,3.2683,0,3.1792,3.6992,0 +PLC 4.8569,3.0015,0,4.8569,4.767,0,6.5661,4.767,0,6.5661,2.0974,0,4.8569,2.0974,0 +PL 2.3215,4.767,0,2.0269,5.1809,0,1.9152,5.5861,0,1.9008,6.3305,0,1.2809,6.3504,0,0.9485,6.4887,0,0.6158,6.8644,0,1.0431,7.5876,0,1.4704,8.3023,0,1.9008,9,0,2.3215,8.4662,0,2.7519,7.9322,0,3.1792,7.3984,0 +PL 4.8569,6.8644,0,6.5661,6.8644,0,6.5661,6.8644,0,6.5661,6.8644,0 + +[9291] 銑 +PL 0.5249,0,0,1.8033,0,0,1.8803,2.2868,0,1.6705,4.0566,0,0.5249,4.767,0 +PL 3.5128,0,0,4.3951,1.6511,0,4.7173,2.9124,0,4.7667,4.767,0,3.9156,4.767,0,3.9156,4.767,0,3.9156,4.767,0 +PL 6.0451,0,0,6.0451,4.767,0,5.1905,4.767,0,5.1905,4.767,0,5.1905,4.767,0 +PL 6.4724,0,0,7.3302,0,0,7.3302,1.5636,0,7.3302,1.5636,0,7.3302,1.5636,0 +PL 2.4446,0.5339,0,2.6617,0.7232,0,2.875,0.904,0,3.089,1.0677,0 +PL 0.9522,1.8306,0,0.8019,2.2868,0,0.6545,2.7345,0,0.5249,3.1653,0 +PL 2.6617,2.3644,0,2.791,2.8206,0,2.9381,3.2684,0,3.089,3.6991,0 +PL 2.2344,4.767,0,1.9294,5.1808,0,1.8208,5.5861,0,1.8033,6.3305,0,1.1907,6.3503,0,0.858,6.4887,0,0.5249,6.8644,0,0.9522,7.5877,0,1.3795,8.3023,0,1.8033,9,0,2.2344,8.4662,0,2.6617,7.9322,0,3.089,7.3983,0 +PL 6.4724,4.767,0,7.7263,4.767,0,7.7263,4.767,0,7.7263,4.767,0 +PL 5.6213,5.3008,0,5.3688,7,0,4.7317,7.5043,0,3.9156,6.3305,0 +PL 6.0451,7.3983,0,5.7439,7.8136,0,5.6388,8.2289,0,5.6213,9,0 +PL 6.4724,7.3983,0,7.3302,7.3983,0,7.3302,7.3983,0,7.3302,7.3983,0 + +[9298] 銘 +L 0.5059,4.5,3.1047,4.5 +L 0.5059,6.3306,3.1047,6.3306 +L 0.9052,1.5,0.4113,3.3389 +L 2.4568,2.0806,2.9475,3.9195 +L 1.8057,6.3306,1.8057,0.4823 +PLC 7.2026,3,0,4.5022,3,0,4.5022,0,0,7.2026,0,0 +PL 4.4076,7.5,0,7.2026,7.5,0,7.2026,8,0 +L 4.2434,6.5462,6.5862,5.1938 +PL 3.6021,7.2,0,1.8057,9,0,0.0019,6,0 +L 0.0019,0,3.6021,0.9647 +A 2.5937,7.5,4.6124,282.679,360 +A -7.1995,9,11.7003,337.381,360 + +[92ad] 銭 +PL 0.2501,0,0,1.5285,0,0,1.6052,2.2867,0,1.395,4.0565,0,0.2501,4.767,0 +PL 3.4194,0,0,4.1865,0.6102,0,4.957,1.2204,0,5.7419,1.8306,0,5.4649,2.4674,0,5.192,3.0876,0,4.915,3.6992,0,3.2061,3.6992,0,2.9116,3.1653,0,2.6279,2.6314,0,2.355,2.0974,0 +PL 7.02,0,0,6.7257,0.37,0,6.442,0.7232,0,6.1657,1.0678,0 +PL 7.4473,0,0,7.4473,1.5635,0,7.4473,1.5635,0,7.4473,1.5635,0 +PL 2.141,0.534,0,2.355,0.7232,0,2.5683,0.904,0,2.7823,1.0678,0 +PL 0.6774,1.8306,0,0.5229,2.2867,0,0.3797,2.7346,0,0.2501,3.1653,0 +PL 6.1657,2.0974,0,6.442,2.4674,0,6.7257,2.8206,0,7.02,3.1653,0 +PL 4.915,4.2331,0,4.915,5.3009,0,3.6369,5.3009,0,3.6369,5.3009,0,3.6369,5.3009,0 +PL 5.3423,4.2331,0,7.4473,4.2331,0,7.4473,4.2331,0,7.4473,4.2331,0 +PL 1.9274,4.767,0,1.651,5.1809,0,1.546,5.5861,0,1.5285,6.3305,0,0.9117,6.3504,0,0.5824,6.4887,0,0.2501,6.8644,0,0.6774,7.5876,0,1.1047,8.3023,0,1.5285,9,0,2.4776,7.7345,0,3.3214,7.0621,0,4.915,6.8644,0,4.915,9,0,4.915,9,0,4.915,9,0 +PL 5.3423,5.8348,0,6.5962,5.8348,0,6.5962,5.8348,0,6.5962,5.8348,0 +PL 5.3423,7.3984,0,7.02,7.3984,0,7.02,7.3984,0,7.02,7.3984,0 + +[92ed] 鋭 +PL 0.3703,0,0,1.6207,0,0,1.6977,2.2697,0,1.4946,4.0479,0,0.3703,4.7669,0 +PL 3.3302,0,0,4.1813,1.4718,0,4.5347,2.6468,0,4.6118,4.2711,0,3.761,4.2711,0,3.761,6.9025,0,5.866,6.9025,0,5.9952,7.6256,0,6.1388,8.3404,0,6.2863,9.0382,0 +PL 6.2863,0,0,5.9917,0.5141,0,5.88,1.6215,0,5.866,4.2711,0,5.0079,4.2711,0,5.0079,4.2711,0,5.0079,4.2711,0 +PL 6.7167,0,0,7.5748,0,0,7.5748,1.6017,0,7.5748,1.6017,0,7.5748,1.6017,0 +PL 2.262,0.5339,0,2.4753,0.7231,0,2.6889,0.904,0,2.9029,1.0679,0 +PL 0.7979,1.8686,0,0.647,2.3249,0,0.5002,2.7726,0,0.3703,3.2033,0 +PL 2.4753,2.4026,0,2.6052,2.8587,0,2.752,3.3065,0,2.9029,3.7373,0 +PL 6.2863,4.2711,0,7.144,4.2711,0,7.144,6.9025,0,6.2863,6.9025,0,6.2863,6.9025,0,6.2863,6.9025,0 +PL 2.0518,4.7669,0,1.7506,5.1822,0,1.6382,5.5975,0,1.6207,6.3686,0,1.0288,6.3885,0,0.7034,6.5268,0,0.3703,6.9025,0,0.7804,7.6256,0,1.1934,8.3404,0,1.6207,9.0382,0,2.0518,8.5042,0,2.4753,7.9704,0,2.9029,7.4364,0 +PL 4.6118,8.2373,0,4.4615,8.5042,0,4.3141,8.7712,0,4.1848,9.0382,0 + +[92f3] 鋳 +PL 0.126,0,0,1.4114,0,0,1.4814,2.2867,0,1.2709,4.0565,0,0.126,4.767,0 +PL 5.6455,0,0,6.5004,0,0,6.367,2.5255,0,5.6599,3.2205,0,3.9363,3.2035,0,3.9086,2.4124,0,3.688,1.8589,0,3.0852,1.0678,0 +PL 0.5529,1.8687,0,0.4023,2.325,0,0.2556,2.7727,0,0.126,3.2035,0 +PL 2.2621,2.1356,0,2.2621,3.2035,0,2.2621,3.2035,0,2.2621,3.2035,0 +PL 6.8994,3.2035,0,6.623,3.6173,0,6.5176,4.0226,0,6.5004,4.767,0,4.3675,4.767,0,4.3675,3.7373,0,4.3675,3.7373,0,4.3675,3.7373,0 +PL 1.8352,4.767,0,1.5305,5.1822,0,1.425,5.5975,0,1.4114,6.3687,0,0.7914,6.3885,0,0.4587,6.5268,0,0.126,6.9026,0,0.5529,7.6159,0,0.9802,8.3123,0,1.4114,9.0001,0,1.6807,8.6569,0,1.9644,8.3136,0,2.2621,7.9704,0 +PL 3.0852,4.767,0,3.9363,4.767,0,3.9363,4.767,0,3.9363,4.767,0 +PL 4.7944,5.3009,0,4.7944,6.3687,0,3.5164,6.3687,0,3.5164,6.3687,0,3.5164,6.3687,0 +PL 5.2217,6.3687,0,4.987,7.6992,0,4.3745,8.0128,0,3.5164,7.9704,0 +PL 5.6455,6.3687,0,6.8994,6.3687,0,6.8994,6.3687,0,6.8994,6.3687,0 +PL 5.6455,7.9704,0,5.4949,8.3136,0,5.3513,8.6569,0,5.2217,9.0001,0 +PL 6.0766,7.9704,0,6.8994,7.9704,0,6.8994,7.9704,0,6.8994,7.9704,0 + +[92fc] 鋼 +PL 0.768,0,0,2.0499,0,0,2.127,2.2867,0,1.9172,4.0564,0,0.768,4.7669,0 +PL 4.1868,0,0,4.1868,8.5042,0,7.5733,8.5042,0,7.5733,0,0,6.7222,0,0,6.7222,0,0,6.7222,0,0 +PL 2.6944,0.5339,0,2.9084,0.7231,0,3.1217,0.9039,0,3.3357,1.0677,0 +PL 1.1988,1.8685,0,1.0486,2.3248,0,0.9015,2.7726,0,0.768,3.2033,0 +PL 5.0134,1.6017,0,5.0134,4.233,0,5.0134,4.233,0,5.0134,4.233,0 +PL 5.6505,1.6017,0,5.7135,3.0127,0,5.7839,4.4238,0,5.8645,5.8347,0,5.0134,5.8347,0,5.0134,5.8347,0,5.0134,5.8347,0 +PL 6.5051,1.6017,0,6.5685,2.4788,0,6.6382,3.3559,0,6.7222,4.233,0 +PL 2.9084,2.4025,0,3.0376,2.8588,0,3.1812,3.3065,0,3.3357,3.7373,0 +PL 2.4772,4.7669,0,2.1799,5.1821,0,2.0675,5.5974,0,2.0499,6.3686,0,1.437,6.3884,0,1.1046,6.5268,0,0.768,6.9026,0,1.1988,7.6158,0,1.6261,8.3122,0,2.0499,9,0,2.4772,8.4929,0,2.9084,7.9688,0,3.3357,7.4364,0 +PL 6.2918,6.1017,0,6.4245,6.5579,0,6.5685,7.0057,0,6.7222,7.4364,0 + +[9318] 錘 +PL 0.768,0.0382,0,2.0499,0.0382,0,2.127,2.325,0,1.9172,4.0947,0,0.768,4.8052,0 +PL 3.7595,0.0382,0,5.8645,0.0382,0,5.7839,1.4294,0,5.4161,2.0156,0,4.5822,2.1357,0,4.5822,3.7373,0,4.3125,3.9266,0,4.0358,4.1074,0,3.7595,4.2712,0 +PL 6.2918,0.0382,0,8.0006,0.0382,0,8.0006,0.0382,0,8.0006,0.0382,0 +PL 1.1988,1.8687,0,1.0486,2.325,0,0.9015,2.7727,0,0.768,3.2034,0 +PL 2.9084,2.1357,0,2.9084,3.2034,0,2.9084,3.2034,0,2.9084,3.2034,0 +PL 6.2918,2.1357,0,5.3493,3.5466,0,4.7784,4.9577,0,4.5822,6.3687,0,5.4337,6.5297,0,5.7941,7.0467,0,5.8645,7.9704,0,4.1868,7.9704,0,4.1868,7.9704,0,4.1868,7.9704,0 +PL 6.9327,2.1357,0,6.9923,2.6695,0,7.0655,3.2034,0,7.1495,3.7373,0,6.7222,4.1074,0,6.2918,4.4604,0,5.8645,4.8052,0,5.9485,5.9054,0,6.3128,6.3108,0,7.1495,6.3687,0,7.1495,4.8052,0,7.4231,4.6413,0,7.7032,4.4604,0,8.0006,4.2712,0 +PL 2.4772,4.8052,0,2.1799,5.1936,0,2.0675,5.5989,0,2.0499,6.3687,0,1.437,6.3885,0,1.1046,6.5269,0,0.768,6.9026,0,1.1988,7.6258,0,1.6261,8.3405,0,2.0499,9.0382,0,2.3266,8.6936,0,2.6103,8.3405,0,2.9084,7.9704,0 +PL 6.5051,7.9704,0,6.8483,8.1598,0,7.2091,8.3405,0,7.5733,8.5043,0 + +[9320] 錠 +PL 0.1592,0.0382,0,1.4099,0.0382,0,1.392,3.0367,0,1.2904,4.2726,0,1.0103,4.8052,0,0.1592,4.8052,0,0.1592,4.8052,0,0.1592,4.8052,0 +PL 3.1152,0.0382,0,3.718,1.1977,0,3.9383,2.0184,0,3.9733,3.2034,0 +PL 5.2202,0.3051,0,4.947,0.5707,0,4.6738,0.8277,0,4.3936,1.0678,0 +PL 5.6475,0.0382,0,7.3567,0.0382,0,7.3567,0.0382,0,7.3567,0.0382,0 +PL 5.2202,1.0678,0,5.2202,5.3009,0,3.5425,5.3009,0,3.5425,5.3009,0,3.5425,5.3009,0 +PL 0.583,1.8687,0,0.4323,2.325,0,0.2887,2.7727,0,0.1592,3.2034,0 +PL 2.2641,2.1357,0,2.2641,3.2034,0,2.2641,3.2034,0,2.2641,3.2034,0 +PL 5.6475,2.6695,0,6.9294,2.6695,0,6.9294,2.6695,0,6.9294,2.6695,0 +PL 1.8337,4.8052,0,1.5356,5.1936,0,1.4235,5.5989,0,1.4099,6.3687,0,0.8106,6.3885,0,0.4849,6.5269,0,0.1592,6.9026,0,0.5619,7.6258,0,0.9822,8.3405,0,1.4099,9.0382,0,1.6862,8.6936,0,1.9668,8.3405,0,2.2641,7.9704,0 +PL 5.6475,5.3009,0,6.9294,5.3009,0,6.9294,5.3009,0,6.9294,5.3009,0 +PL 3.1152,6.3687,0,3.1152,7.4365,0,5.2202,7.4365,0,5.2202,9.0382,0,5.2202,9.0382,0,5.2202,9.0382,0 +PL 7.3567,6.3687,0,7.3567,7.4365,0,5.6475,7.4365,0,5.6475,7.4365,0,5.6475,7.4365,0 + +[932c] 錬 +PL 6.1091,7.9322,0,5.9547,8.3023,0,5.8146,8.6553,0,5.6783,9,0 +PL 6.5361,7.9322,0,7.818,7.9322,0,7.818,7.9322,0,7.818,7.9322,0 +PL 0.6173,0,0,1.8638,0,0,1.8537,2.9986,0,1.7521,4.2344,0,1.4719,4.7669,0,0.6173,4.7669,0,0.6173,4.7669,0,0.6173,4.7669,0 +PL 5.6783,0,0,5.6013,0.8771,0,5.5274,1.7543,0,5.4678,2.6314,0,4.8272,2.1243,0,4.1965,1.6003,0,3.5734,1.0677,0 +PL 7.3907,1.0677,0,6.2524,2.5268,0,5.4016,2.9774,0,4.0042,3.1653,0,4.0042,6.3687,0,4.918,6.3983,0,5.3526,6.6059,0,5.6783,7.1695,0,5.3386,7.7062,0,4.7922,7.9039,0,3.5734,7.9322,0 +PL 1.0446,1.8686,0,0.8901,2.3149,0,0.7465,2.7444,0,0.6173,3.1653,0 +PL 2.7223,2.0975,0,2.7223,3.1653,0,2.7223,3.1653,0,2.7223,3.1653,0 +PL 6.5361,3.1653,0,7.3907,3.1653,0,7.3907,4.7669,0,6.1091,4.7669,0,5.9547,4.4223,0,5.8146,4.0692,0,5.6783,3.6991,0 +PL 2.2946,4.7669,0,1.9938,5.1822,0,1.8813,5.5975,0,1.8638,6.3687,0,1.2723,6.3884,0,0.9465,6.5268,0,0.6173,6.9025,0,1.0236,7.6159,0,1.4435,8.3122,0,1.8638,9,0,2.144,8.6553,0,2.4246,8.3023,0,2.7223,7.9322,0 +PL 4.4311,4.7669,0,5.2822,4.7669,0,5.5628,5.3009,0,5.8321,5.8347,0,6.1091,6.3687,0,7.3907,6.3687,0,7.3907,5.3009,0,7.3907,5.3009,0,7.3907,5.3009,0 + +[932f] 錯 +PL 0.8316,0.0381,0,2.0823,0.0381,0,2.1594,2.3078,0,1.9562,4.0862,0,0.8316,4.805,0 +PLC 4.6461,1.2852,0,4.6461,3.7372,0,7.1784,3.7372,0,7.1784,0.0381,0,4.6461,0.0381,0 +PL 2.7233,0.572,0,2.9401,0.7514,0,3.1541,0.9138,0,3.3639,1.0678,0 +PL 1.2589,1.8686,0,1.1086,2.3248,0,0.965,2.7725,0,0.8316,3.2033,0 +PL 2.9401,2.4025,0,3.07,2.8587,0,3.2101,3.3064,0,3.3639,3.7372,0 +PL 5.0734,2.1356,0,6.7511,2.1356,0,6.7511,2.1356,0,6.7511,2.1356,0 +PL 2.5093,4.805,0,2.208,5.2189,0,2.0998,5.6243,0,2.0823,6.3687,0,1.4869,6.3885,0,1.1647,6.5268,0,0.8316,6.9025,0,1.2379,7.6257,0,1.6582,8.3403,0,2.0823,9.0381,0,2.5093,8.5041,0,2.9401,7.9703,0,3.3639,7.4364,0 +PL 3.1541,4.805,0,3.6476,5.1808,0,4.1484,5.3191,0,5.0734,5.339,0,5.0734,6.9025,0,4.7788,7.0917,0,4.4987,7.2725,0,4.2188,7.4364,0 +PL 5.4723,5.339,0,6.7511,5.339,0,6.3164,7.2725,0,5.5074,7.6891,0,5.0734,9.0381,0 +PL 7.1784,5.339,0,8.0295,5.339,0,8.0295,5.339,0,8.0295,5.339,0 +PL 7.1784,7.4364,0,6.8807,7.8517,0,6.7682,8.2669,0,6.7511,9.0381,0 + +[9332] 録 +PL 0.6793,0,0,1.9332,0,0,2.0029,2.2698,0,1.8033,4.0481,0,0.6793,4.767,0 +PL 4.917,0,0,5.7439,0,0,5.7439,2.1356,0,5.173,1.9718,0,4.6126,1.791,0,4.0627,1.6017,0 +PL 7.88,1.0678,0,6.5144,2.524,0,5.968,2.9294,0,5.7439,2.6314,0 +PL 1.1066,1.8686,0,0.9557,2.3149,0,0.8086,2.7444,0,0.6793,3.1652,0 +PL 2.7843,2.1356,0,2.7843,3.1652,0,2.7843,3.1652,0,2.7843,3.1652,0 +PL 4.49,3.4323,0,4.3429,3.6992,0,4.1993,3.9661,0,4.0627,4.2332,0 +PL 7.0219,3.1652,0,7.299,3.5353,0,7.5827,3.8884,0,7.88,4.2332,0 +PL 5.7439,3.6992,0,5.7439,5.3009,0,3.6389,5.3009,0,3.6389,5.3009,0,3.6389,5.3009,0 +PL 2.3532,4.767,0,2.0593,5.1823,0,1.9469,5.5976,0,1.9332,6.3687,0,1.3308,6.3885,0,1.0086,6.5268,0,0.6793,6.9025,0,1.0821,7.6159,0,1.5021,8.3122,0,1.9332,9,0,2.2029,8.6554,0,2.4866,8.3023,0,2.7843,7.9322,0 +PL 6.1712,5.3009,0,7.0219,5.3009,0,7.0219,6.9025,0,4.0627,6.9025,0,4.0627,6.9025,0,4.0627,6.9025,0 +PL 7.0219,7.3983,0,7.0219,8.4662,0,4.0627,8.4662,0,4.0627,8.4662,0,4.0627,8.4662,0 + +[935b] 鍛 +PL 0.8019,0,0,2.0835,0,0,2.1574,2.2867,0,1.9469,4.0565,0,0.8019,4.7671,0 +PL 3.7615,0,0,3.5373,1.0664,0,3.1275,2.1243,0,2.9069,3.1653,0 +PL 5.4703,0,0,5.8731,0.5339,0,6.2934,1.0678,0,6.7176,1.6017,0,6.1393,2.7416,0,5.926,3.4238,0,5.8976,4.2331,0,7.5718,4.2331,0,7.4251,3.5452,0,7.2779,2.8489,0,7.148,2.1356,0 +PL 8.0026,0,0,7.7052,0.3701,0,7.4251,0.7232,0,7.148,1.0678,0 +PL 1.2257,1.8686,0,1.0783,2.315,0,0.9312,2.7443,0,0.8019,3.1653,0 +PL 4.1884,1.6017,0,3.8872,2.2119,0,3.7755,3.9915,0,3.7615,8.4662,0,4.3776,8.4859,0,4.7107,8.6243,0,5.0395,9.0001,0 +PL 2.5076,4.7671,0,2.206,5.1822,0,2.1013,5.5975,0,2.0835,6.3686,0,1.4635,6.3885,0,1.1343,6.5269,0,0.8019,6.9026,0,1.2257,7.6159,0,1.6565,8.3122,0,2.0835,9.0001,0,2.3605,8.6554,0,2.6298,8.3024,0,2.9069,7.9322,0 +PL 5.4703,6.1018,0,5.7715,6.7231,0,5.8805,7.3362,0,5.8976,8.4662,0,7.148,8.4662,0,7.148,5.8348,0,8.0026,5.8348,0,8.0026,6.9026,0,8.0026,6.9026,0,8.0026,6.9026,0 + +[9396] 鎖 +PL 0.5264,0.0381,0,1.7771,0.0381,0,1.8507,2.3078,0,1.6475,4.0862,0,0.5264,4.805,0 +PL 3.6965,0.0381,0,4.0432,0.3813,0,4.3966,0.7245,0,4.7609,1.0678,0 +PL 7.7243,0.0381,0,7.4262,0.3813,0,7.146,0.7245,0,6.8732,1.0678,0 +PL 2.4181,0.572,0,2.6314,0.7514,0,2.8454,0.9138,0,3.0552,1.0678,0 +PL 0.9502,1.8686,0,0.7999,2.3248,0,0.6563,2.7725,0,0.5264,3.2033,0 +PL 2.6314,2.4025,0,2.7613,2.8587,0,2.9049,3.3064,0,3.0552,3.7372,0 +PL 4.3409,2.1356,0,4.3409,6.9025,0,5.5874,6.9025,0,5.5874,9.0381,0,5.5874,9.0381,0,5.5874,9.0381,0 +PL 4.7609,2.1356,0,7.297,2.1356,0,7.297,3.7372,0,4.7609,3.7372,0,4.7609,3.7372,0,4.7609,3.7372,0 +PL 7.297,4.2711,0,7.297,5.339,0,4.7609,5.339,0,4.7609,5.339,0,4.7609,5.339,0 +PL 2.2009,4.805,0,1.9029,5.2189,0,1.7911,5.6243,0,1.7771,6.3687,0,1.1817,6.3885,0,0.8556,6.5268,0,0.5264,6.9025,0,0.9292,7.6257,0,1.3498,8.3403,0,1.7771,9.0381,0,2.2009,8.5041,0,2.6314,7.9703,0,3.0552,7.4364,0 +PL 7.297,5.8729,0,7.297,6.9025,0,6.0147,6.9025,0,6.0147,6.9025,0,6.0147,6.9025,0 + +[93ae] 鎮 +PL 0.4347,0,0,1.7131,0,0,1.7863,2.2867,0,1.5761,4.0565,0,0.4347,4.767,0 +PL 3.6076,0,0,3.9473,0.3702,0,4.308,0.7232,0,4.6723,1.0678,0 +PL 7.2046,0,0,6.9279,0.3702,0,6.655,0.7232,0,6.3815,1.0678,0 +PL 2.3575,0.534,0,2.5467,0.7232,0,2.7495,0.904,0,2.9635,1.0678,0 +PL 0.8585,1.8687,0,0.711,2.325,0,0.5639,2.7727,0,0.4347,3.2035,0 +PL 2.5673,2.4026,0,2.6934,2.8588,0,2.8234,3.3066,0,2.9635,3.7373,0 +PL 3.3943,2.1356,0,7.6284,2.1356,0,7.6284,2.1356,0,7.6284,2.1356,0 +PL 4.2453,3.2035,0,4.2453,6.3687,0,5.5234,6.3687,0,5.2961,7.6992,0,4.6828,8.0128,0,3.818,7.9704,0 +PL 4.6723,3.2035,0,6.8126,3.2035,0,6.8126,4.2331,0,4.6723,4.2331,0,4.6723,4.2331,0,4.6723,4.2331,0 +PL 2.1404,4.767,0,1.8388,5.1822,0,1.7267,5.5975,0,1.7131,6.3687,0,1.0963,6.3885,0,0.7639,6.5268,0,0.4347,6.9026,0,0.8585,7.6159,0,1.2893,8.3123,0,1.7131,9.0001,0,2.1194,8.493,0,2.5397,7.969,0,2.9635,7.4366,0 +PL 6.8126,5.034,0,6.0841,5.1371,0,5.3766,5.2232,0,4.6723,5.3009,0 +PL 6.8126,6.1017,0,6.5146,6.2049,0,6.2312,6.2911,0,5.9542,6.3687,0 +PL 5.9542,7.9704,0,5.8039,8.3136,0,5.6568,8.6569,0,5.5234,9.0001,0 +PL 6.3815,7.9704,0,7.2046,7.9704,0,7.2046,7.9704,0,7.2046,7.9704,0 + +[93e1] 鏡 +PL 0.864,0,0,2.1455,0,0,2.2194,2.2868,0,2.0089,4.0567,0,0.864,4.7671,0 +PL 4.0372,0,0,4.524,0.534,0,5.021,1.0679,0,5.5289,1.6017,0,5.5289,2.6696,0,4.6778,2.6696,0,4.6778,4.7671,0,7.6338,4.7671,0,7.6338,2.6696,0,6.7827,2.6696,0,6.7827,0,0,8.0611,0,0,8.0611,1.0679,0,8.0611,1.0679,0,8.0611,1.0679,0 +PL 2.7549,0.534,0,2.9689,0.7233,0,3.1857,0.9041,0,3.3962,1.0679,0 +PL 1.2878,1.8688,0,1.1403,2.325,0,0.9967,2.7727,0,0.864,3.2034,0 +PL 2.9689,2.4026,0,3.1017,2.8589,0,3.2418,3.3067,0,3.3962,3.7374,0 +PL 5.1016,3.7374,0,7.21,3.7374,0,7.21,3.7374,0,7.21,3.7374,0 +PL 2.5416,4.7671,0,2.2614,5.1822,0,2.1634,5.5976,0,2.1455,6.3688,0,1.5256,6.3885,0,1.1928,6.5268,0,0.864,6.9026,0,1.2878,7.6258,0,1.7151,8.3406,0,2.1455,9.0383,0,2.5486,8.5044,0,2.9689,7.9704,0,3.3962,7.4365,0 +PL 4.2505,5.8348,0,5.5289,5.8348,0,5.3786,6.472,0,5.235,7.092,0,5.1016,7.7035,0,5.3786,7.8067,0,5.6623,7.8928,0,5.96,7.9704,0,5.96,9.0383,0,5.96,9.0383,0,5.96,9.0383,0 +PL 5.96,5.8348,0,6.2297,5.9379,0,6.5064,6.024,0,6.7827,6.1018,0,6.9127,6.7389,0,7.0563,7.3589,0,7.21,7.9704,0,6.3523,7.9704,0,6.3523,7.9704,0,6.3523,7.9704,0 +PL 7.21,5.8348,0,8.0611,5.8348,0,8.0611,5.8348,0,8.0611,5.8348,0 + +[9418] 鐘 +PL 0.8595,0.0001,0,2.113,0.0001,0,2.0993,2.9987,0,1.9942,4.2346,0,1.7176,4.7671,0,0.8595,4.7671,0,0.8595,4.7671,0,0.8595,4.7671,0 +PL 3.8225,0.0001,0,5.9275,0.0001,0,5.9131,0.7713,0,5.8084,1.1865,0,5.5314,1.6018,0,4.2495,1.6018,0,4.2495,1.6018,0,4.2495,1.6018,0 +PL 6.3548,0.0001,0,8.0636,0.0001,0,8.0636,0.0001,0,8.0636,0.0001,0 +PL 1.2903,1.8688,0,1.1393,2.325,0,0.9922,2.7727,0,0.8595,3.2035,0 +PL 6.3548,1.6018,0,6.0816,2.1357,0,5.8049,2.6696,0,5.5314,3.2035,0,4.6736,3.2035,0,4.6736,5.3009,0,7.2055,5.3009,0,7.2055,3.2035,0,6.5611,3.2417,0,6.0147,3.5086,0,5.1041,4.2332,0 +PL 6.7852,1.6018,0,7.6363,1.6018,0,7.6363,1.6018,0,7.6363,1.6018,0 +PL 2.9644,2.1357,0,2.9644,3.2035,0,2.9644,3.2035,0,2.9644,3.2035,0 +PL 2.5406,4.7671,0,2.2429,5.1823,0,2.1305,5.5976,0,2.113,6.3687,0,1.5176,6.3885,0,1.1953,6.527,0,0.8595,6.9027,0,1.1988,7.5397,0,1.5456,8.1597,0,1.8997,8.7713,0,2.2461,8.5044,0,2.6002,8.2374,0,2.9644,7.9705,0 +PL 3.8225,6.3687,0,4.2495,6.4718,0,4.6736,6.5581,0,5.1041,6.6357,0,4.9503,7.0058,0,4.8102,7.3589,0,4.6736,7.7035,0,5.0831,7.8067,0,5.5037,7.8928,0,5.9275,7.9705,0,5.9275,9.0002,0,5.9275,9.0002,0,5.9275,9.0002,0 +PL 5.5314,6.3687,0,5.9342,6.4718,0,6.3548,6.5581,0,6.7852,6.6357,0,6.9117,7.0058,0,7.0553,7.3589,0,7.2055,7.7035,0,6.9117,7.8067,0,6.6315,7.8928,0,6.3548,7.9705,0 +PL 7.2055,6.3687,0,8.0636,6.3687,0,8.0636,6.3687,0,8.0636,6.3687,0 + +[9451] 鑑 +PL 0.1915,0.0001,0,1.4699,0.0001,0,1.5431,2.2867,0,1.333,4.0566,0,0.1915,4.7669,0 +PLC 3.5749,0.8771,0,3.5749,2.6314,0,6.9614,2.6314,0,6.9614,0.0001,0,3.5749,0.0001,0 +PL 4.8564,0.5338,0,4.8564,2.0975,0,4.8564,2.0975,0,4.8564,2.0975,0 +PL 5.711,0.5338,0,5.711,2.0975,0,5.711,2.0975,0,5.711,2.0975,0 +PL 0.6153,1.8688,0,0.4609,2.3151,0,0.3208,2.7443,0,0.1915,3.1652,0 +PL 2.2965,2.0975,0,2.2965,3.1652,0,2.2965,3.1652,0,2.2965,3.1652,0 +PL 3.1476,4.2332,0,3.1476,8.4661,0,5.2802,8.4661,0,5.2802,8.4661,0,5.2802,8.4661,0 +PL 3.5749,4.2332,0,4.426,4.2332,0,4.426,5.8348,0,3.5749,5.8348,0,3.5749,5.8348,0,3.5749,5.8348,0 +PL 1.8972,4.7669,0,1.5957,5.1822,0,1.4836,5.5974,0,1.4699,6.3686,0,0.8531,6.3885,0,0.5173,6.5269,0,0.1915,6.9026,0,0.6153,7.6158,0,1.0426,8.3122,0,1.4699,9,0,1.7428,8.6554,0,2.0163,8.3023,0,2.2965,7.9323,0 +PL 6.1348,4.7669,0,7.3887,4.7669,0,7.3887,4.7669,0,7.3887,4.7669,0 +PL 5.0704,5.8348,0,5.1335,6.2048,0,5.1997,6.558,0,5.2802,6.9026,0,3.5749,6.9026,0,3.5749,6.9026,0,3.5749,6.9026,0 +PL 5.711,5.8348,0,6.1488,6.6638,0,6.359,7.4845,0,6.531,9,0 + +[9577] 長 +PL 1.2806,0,0,1.2806,8.5043,0,6.3451,8.5043,0 +L 6.3451,3.4704,5.5214,2.1355 +L 6.7724,0,2.6472,3.7375 +L 1.2806,6.9025,5.9487,6.9025 +L 1.2806,5.301,5.9487,5.301 +L -0.0006,3.7375,6.7724,3.7375 +A -0.2472,8.2266,8.2303,271.719,299.562 + +[9580] 門 +PL 0.0002,0,0,0.0002,8.4662,0,2.5332,8.4662,0,2.5332,5.3009,0,0.0002,5.3009,0 +PL 5.4921,0,0,6.774,0,0,6.774,8.4662,0,4.2116,8.4662,0,4.2116,5.3009,0,6.774,5.3009,0 +L 0.0002,6.9027,2.5332,6.9027 +L 4.2116,6.9027,6.774,6.9027 + +[9589] 閉 +PL 0.5849,0.0152,0,0.5849,8.4813,0,3.1207,8.4813,0,3.1207,6.3839,0,0.9811,6.3839,0,0.9811,6.3839,0,0.9811,6.3839,0 +PL 6.0768,0.0152,0,7.3625,0.0152,0,7.3625,6.3839,0,4.7949,6.3839,0,4.7949,8.4813,0,7.3625,8.4813,0,7.3625,6.9178,0,7.3625,6.9178,0,7.3625,6.9178,0 +PL 3.541,0.5492,0,4.3991,0.5492,0,4.315,1.4262,0,4.2485,2.3034,0,4.1858,3.1804,0,3.3942,2.6733,0,2.6062,2.1494,0,1.8357,1.617,0 +PL 4.3991,3.7143,0,4.0177,4.0901,0,3.3589,4.2285,0,1.8357,4.2483,0 +PL 4.7949,4.2483,0,4.6516,4.6184,0,4.522,4.9715,0,4.3991,5.3161,0 +PL 5.2222,4.2483,0,6.0768,4.2483,0,6.0768,4.2483,0,6.0768,4.2483,0 +PL 0.9811,7.4517,0,2.6899,7.4517,0,2.6899,7.4517,0,2.6899,7.4517,0 +PL 5.2222,7.4517,0,6.9317,7.4517,0,6.9317,7.4517,0,6.9317,7.4517,0 + +[958b] 開 +PL 0.1271,0,0,0.1271,8.4662,0,2.6594,8.4662,0,2.6594,5.3009,0,0.1271,5.3009,0 +PL 5.6193,0,0,6.8977,0,0,6.8977,8.4662,0,4.3371,8.4662,0,4.3371,5.3009,0,6.8977,5.3009,0 +L 0.1271,6.9027,2.6594,6.9027 +L 4.3371,6.9027,6.8977,6.9027 +L 1.3775,4.7671,5.6193,4.7671 +L 6.0428,3.1653,0.9467,3.1653 +L 4.3371,4.7671,4.3371,0.5341 +L 2.6594,4.7671,2.6594,2.9309 +A -0.7551,3.1996,3.413,308.647,359.424 + +[9591] 閑 +PL 0.2177,0.0001,0,0.2177,8.4661,0,2.7535,8.4661,0,2.7535,6.3686,0,0.6485,6.3686,0,0.6485,6.3686,0,0.6485,6.3686,0 +PL 6.1368,0.0001,0,6.9918,0.0001,0,6.9918,6.3686,0,4.4592,6.3686,0,4.4592,8.4661,0,6.9918,8.4661,0,6.9918,6.9026,0,6.9918,6.9026,0,6.9918,6.9026,0 +PL 3.6046,0.5338,0,3.5205,1.6003,0,3.4543,2.6582,0,3.3913,3.6992,0,2.5997,3.0114,0,1.8117,2.3151,0,1.0446,1.6017,0 +PL 5.7095,1.6017,0,4.3054,3.428,0,3.2788,4.0086,0,1.4649,4.2332,0 +PL 4.4592,4.2332,0,5.7095,4.2332,0,5.7095,4.2332,0,5.7095,4.2332,0 +PL 0.6485,7.3983,0,2.323,7.3983,0,2.323,7.3983,0,2.323,7.3983,0 +PL 4.8549,7.3983,0,6.5641,7.3983,0,6.5641,7.3983,0,6.5641,7.3983,0 + +[9593] 間 +PLC 2.1356,4.767,0,4.6686,4.767,0,4.6686,1.0679,0,2.1356,1.0679,0 +PL 0.0005,0,0,0.0005,8.4662,0,2.5321,8.4662,0,2.5321,5.3009,0,0.0005,5.3009,0 +PL 5.4923,0,0,6.7728,0,0,6.7728,8.4662,0,4.2104,8.4662,0,4.2104,5.3009,0,6.7728,5.3009,0 +L 0.0005,6.9027,2.5321,6.9027 +L 4.2104,6.9027,6.7728,6.9027 +L 2.1356,3.1652,4.6686,3.1652 + +[95a2] 関 +PL 3.9098,3.2034,0,3.9098,4.2331,0,2.2009,4.2331,0,2.2009,4.2331,0,2.2009,4.2331,0 +PL 6.442,0,0,4.5686,2.0198,0,3.4093,2.1752,0,1.7771,0.5339,0 +PL 1.7771,2.6696,0,3.0552,2.6696,0,3.0552,2.6696,0,3.0552,2.6696,0 +PL 4.5511,4.2331,0,4.7433,4.6032,0,4.9503,4.9565,0,5.1636,5.3009,0 +PL 4.7609,2.6696,0,6.0147,2.6696,0,6.0147,2.6696,0,6.0147,2.6696,0 +PL 0.5264,0,0,0.5264,8.4662,0,3.0552,8.4662,0,3.0552,5.3009,0,0.5264,5.3009,0 +PL 6.0147,0,0,7.297,0,0,7.297,8.4662,0,4.7332,8.4662,0,4.7332,5.3009,0,7.297,5.3009,0 +L 0.5264,6.9027,3.0552,6.9027 +L 4.7332,6.9027,7.297,6.9027 + +[95a3] 閣 +PL 0.126,0,0,0.126,8.5042,0,2.6579,8.5042,0,2.6758,6.7401,0,3.0677,5.7811,0,4.3675,5.0339,0,4.0694,4.613,0,3.7857,4.1835,0,3.5164,3.7373,0,4.4442,2.9858,0,5.001,2.709,0,5.6455,2.6695,0 +PL 6.0766,0,0,6.8994,0,0,6.8994,6.3686,0,4.3675,6.3686,0,4.3675,8.5042,0,6.8994,8.5042,0,6.8994,6.9026,0,6.8994,6.9026,0,6.8994,6.9026,0 +PL 2.2621,0.5339,0,2.2621,2.6695,0,1.4114,2.6695,0,1.4114,2.6695,0,1.4114,2.6695,0 +PL 2.6579,0.5339,0,4.7944,0.5339,0,4.7944,2.1356,0,2.6579,2.1356,0,2.6579,2.1356,0,2.6579,2.1356,0 +PL 1.6215,4.233,0,1.9578,4.6032,0,2.301,4.9561,0,2.6579,5.3008,0 +PL 0.5529,6.3686,0,2.2621,6.3686,0,2.2621,6.3686,0,2.2621,6.3686,0 +PL 0.5529,7.4364,0,2.2621,7.4364,0,2.2621,7.4364,0,2.2621,7.4364,0 +PL 4.7944,7.4364,0,6.5004,7.4364,0,6.5004,7.4364,0,6.5004,7.4364,0 + +[95a5] 閥 +PL 0.4612,0,0,0.4612,8.4661,0,2.9966,8.4661,0,2.9966,6.3687,0,0.8917,6.3687,0,0.8917,6.3687,0,0.8917,6.3687,0 +PL 6.3835,0,0,7.2349,0,0,7.2349,6.3687,0,4.7023,6.3687,0,4.7023,8.4661,0,7.2349,8.4661,0,7.2349,6.8645,0,7.2349,6.8645,0,7.2349,6.8645,0 +PL 2.142,0.5339,0,2.0583,1.6002,0,1.9879,2.6582,0,1.9284,3.6991,0,1.7151,3.5353,0,1.5084,3.3545,0,1.3154,3.1652,0 +PL 3.2071,1.0677,0,3.701,1.411,0,4.1945,1.7542,0,4.7023,2.0974,0,4.4015,2.5127,0,4.289,2.9279,0,4.275,3.6991,0,2.9966,3.6991,0,2.9966,3.6991,0,2.9966,3.6991,0 +PL 5.9527,1.0677,0,5.9527,2.0974,0,5.9527,2.0974,0,5.9527,2.0974,0 +PL 2.142,4.233,0,2.2716,4.6032,0,2.4152,4.9562,0,2.5662,5.3008,0 +PL 4.275,4.233,0,4.275,5.3008,0,4.275,5.3008,0,4.275,5.3008,0 +PL 4.7023,4.233,0,5.1125,4.3361,0,5.5289,4.4223,0,5.9527,4.5,0,5.8059,4.7669,0,5.6588,5.0338,0,5.5289,5.3008,0 +PL 0.8917,7.3983,0,2.5662,7.3983,0,2.5662,7.3983,0,2.5662,7.3983,0 +PL 5.13,7.3983,0,6.8073,7.3983,0,6.8073,7.3983,0,6.8073,7.3983,0 + +[95b2] 閲 +PL 0.4612,0,0,0.4612,8.5042,0,2.9966,8.5042,0,2.9966,6.3686,0,0.8917,6.3686,0,0.8917,6.3686,0,0.8917,6.3686,0 +PL 6.3835,0,0,5.2526,0.7683,0,4.5342,1.0368,0,4.275,2.6695,0,2.9966,2.6695,0,2.9966,1.6017,0,2.5662,1.2571,0,2.142,0.904,0,1.7151,0.5339,0 +PL 7.0209,0,0,7.0875,2.1341,0,7.1544,4.2599,0,7.2349,6.3686,0,4.7023,6.3686,0,4.7023,8.5042,0,7.2349,8.5042,0,7.2349,6.9025,0,7.2349,6.9025,0,7.2349,6.9025,0 +PL 2.142,2.6695,0,2.142,4.2711,0,2.4152,4.3743,0,2.6989,4.4605,0,2.9966,4.5382,0,2.8429,4.8036,0,2.6989,5.0608,0,2.5662,5.3007,0 +PL 4.7023,2.6695,0,5.5289,2.6695,0,5.5289,4.2711,0,3.4239,4.2711,0,3.4239,4.2711,0,3.4239,4.2711,0 +PL 0.8917,7.4364,0,2.5662,7.4364,0,2.5662,7.4364,0,2.5662,7.4364,0 +PL 5.13,7.4364,0,6.8073,7.4364,0,6.8073,7.4364,0,6.8073,7.4364,0 + +[95d8] 闘 +PL 0.4628,0.0152,0,0.4628,8.4814,0,3.0231,8.4814,0,3.0231,6.3457,0,0.8901,6.3457,0,0.8901,6.3457,0,0.8901,6.3457,0 +PL 6.4135,0.0152,0,7.2646,0.0152,0,7.2646,6.3457,0,4.7047,6.3457,0,4.7047,8.4814,0,7.2646,8.4814,0,7.2646,6.8797,0,7.2646,6.8797,0,7.2646,6.8797,0 +PL 1.3139,0.511,0,2.172,0.511,0,2.0603,1.4799,0,1.8572,2.5675,0,1.7447,4.2483,0,3.4543,4.2483,0,3.3702,3.1805,0,3.2998,2.1126,0,3.2368,1.0449,0,3.0231,0.881,0,2.813,0.7003,0,2.5997,0.511,0 +PL 4.7047,0.511,0,5.5558,0.511,0,5.5768,2.5647,0,5.3176,3.8217,0,4.277,4.2483,0 +PL 4.7047,2.3796,0,4.5537,2.6466,0,4.407,2.9136,0,4.277,3.1805,0 +PL 2.172,2.6466,0,3.0231,2.6466,0,3.0231,2.6466,0,3.0231,2.6466,0 +PL 5.9866,4.2483,0,5.8356,4.6184,0,5.6885,4.9714,0,5.5558,5.3161,0 +PL 1.3139,5.3161,0,3.8816,5.3161,0,3.8816,5.3161,0,3.8816,5.3161,0 +PL 0.8901,7.4135,0,2.5997,7.4135,0,2.5997,7.4135,0,2.5997,7.4135,0 +PL 5.1355,7.4135,0,6.8408,7.4135,0,6.8408,7.4135,0,6.8408,7.4135,0 + +[9632] 防 +PL 0.1915,0.0152,0,0.1915,8.4813,0,0.7446,8.4037,0,1.319,8.3176,0,1.8972,8.2143,0,1.3683,6.1523,0,1.631,4.8613,0,1.8972,2.6466,0,1.5992,2.4926,0,1.319,2.3302,0,1.0426,2.1508,0 +PL 2.5063,0.0152,0,3.8863,2.4941,0,4.3696,4.4898,0,4.426,7.4517,0,2.7164,7.4517,0,2.7164,7.4517,0,2.7164,7.4517,0 +PL 4.8564,0.0152,0,6.2823,0.8527,0,6.5972,2.7496,0,6.531,4.7821,0,4.8564,4.7821,0,4.8564,4.7821,0,4.8564,4.7821,0 +PL 4.8564,7.4517,0,4.8564,9.0152,0,4.8564,9.0152,0,4.8564,9.0152,0 +PL 5.2802,7.4517,0,7.3887,7.4517,0,7.3887,7.4517,0,7.3887,7.4517,0 + +[963b] 阻 +PL 0.7695,0,0,0.7695,8.4662,0,2.4507,8.4662,0,2.0133,6.1314,0,2.2301,4.7627,0,2.4507,2.6313,0,2.1744,2.4675,0,1.8977,2.2868,0,1.628,2.0974,0 +PL 3.3018,0,0,4.1603,0,0,4.1603,8.4662,0,7.1163,8.4662,0,7.1163,0,0,7.9709,0,0,7.9709,0,0,7.9709,0,0 +PL 4.5841,0,0,6.6925,0,0,6.6925,0,0,6.6925,0,0 +PL 4.5841,3.1653,0,6.6925,3.1653,0,6.6925,3.1653,0,6.6925,3.1653,0 +PL 4.5841,5.8348,0,6.6925,5.8348,0,6.6925,5.8348,0,6.6925,5.8348,0 + +[9644] 附 +PL 0.3141,0,0,0.3141,8.4661,0,2.0198,8.4661,0,1.5746,6.0904,0,1.7956,4.8164,0,2.0198,2.6695,0,1.7217,2.5056,0,1.4415,2.3249,0,1.1652,2.1356,0 +PL 3.2978,0,0,3.2173,1.7811,0,3.1511,3.5452,0,3.088,5.3008,0,2.874,5.137,0,2.6569,4.9563,0,2.4436,4.767,0 +PL 5.8336,0,0,6.6847,0,0,6.7971,4.0919,0,6.3345,5.9379,0,4.1248,6.3686,0 +PL 5.4063,3.6992,0,5.1051,4.0692,0,4.8253,4.4224,0,4.5486,4.767,0 +PL 3.2978,5.8348,0,3.4103,7.1299,0,3.6201,8.0608,0,3.7286,9,0 +PL 7.1124,6.3686,0,6.8147,6.822,0,6.7022,7.5043,0,6.6847,9,0 + +[964d] 降 +PL 0.6173,0.0152,0,0.6173,8.4813,0,2.2946,8.4813,0,1.8638,6.1466,0,2.0743,4.7779,0,2.2946,2.6466,0,2.0183,2.4926,0,1.7482,2.3302,0,1.4719,2.1508,0 +PL 5.6783,0.0152,0,5.6675,0.7863,0,5.5628,1.2016,0,5.2822,1.617,0,3.1531,1.617,0,3.1531,1.617,0,3.1531,1.617,0 +PL 6.1091,1.617,0,5.7936,2.2793,0,5.5803,3.052,0,5.2822,3.7143,0,4.0042,3.7143,0,4.0042,2.1508,0,4.0042,2.1508,0,4.0042,2.1508,0 +PL 6.5361,1.617,0,7.818,1.617,0,7.818,1.617,0,7.818,1.617,0 +PL 6.1091,3.7143,0,5.9547,4.0845,0,5.8146,4.4375,0,5.6783,4.7821,0 +PL 6.5361,3.7143,0,7.3907,3.7143,0,7.3907,3.7143,0,7.3907,3.7143,0 +PL 3.3629,4.7821,0,4.0042,5.3161,0,4.6451,5.85,0,5.2822,6.3839,0,4.918,6.7539,0,4.5607,7.1071,0,4.2175,7.4517,0,3.8532,7.2879,0,3.4963,7.1071,0,3.1531,6.9178,0 +PL 7.3907,4.7821,0,6.8131,5.3161,0,6.2384,5.85,0,5.6783,6.3839,0,5.9547,6.8402,0,6.2384,7.2879,0,6.5361,7.7186,0,5.8321,7.7948,0,5.132,7.8712,0,4.4311,7.9474,0 + +[9650] 限 +PL 0.3083,0,0,0.3083,8.4661,0,1.9859,8.4661,0,1.5551,6.1314,0,1.7726,4.7628,0,1.9859,2.6314,0,1.7131,2.4676,0,1.4395,2.2868,0,1.1593,2.0975,0 +PL 2.4171,0,0,3.2717,0,0,3.2717,8.4661,0,6.655,8.4661,0,6.655,5.2628,0,4.9805,5.2628,0,5.0089,4.1031,0,5.2222,3.2825,0,5.8004,2.0975,0,6.655,3.1653,0,7.0855,3.6992,0 +PL 7.5058,0,0,7.0855,0.5325,0,6.655,1.0565,0,6.2277,1.5635,0 +PL 3.9088,0.4958,0,4.2555,0.6851,0,4.6163,0.8659,0,4.9805,1.0297,0 +PL 3.6955,5.2628,0,4.5501,5.2628,0,4.5501,5.2628,0,4.5501,5.2628,0 +PL 3.6955,6.8644,0,6.2277,6.8644,0,6.2277,6.8644,0,6.2277,6.8644,0 + +[965b] 陛 +PL 0.5849,0,0,0.5849,8.4662,0,2.263,8.4662,0,1.8181,6.0975,0,2.0419,4.7967,0,2.263,2.6314,0,1.9649,2.4676,0,1.6847,2.2868,0,1.4119,2.0975,0 +PL 2.6899,0,0,5.2222,0,0,5.0124,1.7134,0,4.3259,2.1385,0,3.1207,2.0975,0 +PL 5.653,0,0,7.7863,0,0,7.7863,0,0,7.7863,0,0 +PL 5.653,2.0975,0,5.3483,2.5128,0,5.2397,2.9281,0,5.2222,3.6992,0 +PL 6.0768,2.0975,0,7.3625,2.0975,0,7.3625,2.0975,0,7.3625,2.0975,0 +PL 3.1207,4.7671,0,3.9718,4.7671,0,3.9718,9.0001,0,3.9718,9.0001,0,3.9718,9.0001,0 +PL 6.5041,4.7671,0,6.2032,5.2797,0,6.0908,6.3772,0,6.0768,9.0001,0 +PL 6.9317,4.7671,0,7.7863,4.7671,0,7.7863,5.8349,0,7.7863,5.8349,0,7.7863,5.8349,0 +PL 4.3991,5.3009,0,5.2222,5.3009,0,5.2222,5.3009,0,5.2222,5.3009,0 +PL 4.3991,7.3983,0,5.2222,7.3983,0,5.2222,7.3983,0,5.2222,7.3983,0 +PL 6.7177,7.3983,0,6.9317,7.5877,0,7.145,7.7684,0,7.3625,7.9323,0 + +[9662] 院 +PL 5.864,0,0,5.5628,0.5127,0,5.4503,1.6102,0,5.4367,4.2332,0,4.5821,4.2332,0 +PL 2.6627,0,0,3.6154,1.3942,0,4.0494,2.534,0,4.1544,4.2332,0,2.8725,4.2332,0 +PL 2.8725,6.3687,0,2.8725,7.9323,0,5.0094,7.9323,0,5.0094,9.0002,0 +PL 7.1179,6.3687,0,7.1179,7.9323,0,5.4367,7.9323,0 +L 5.864,4.2332,7.1179,4.2332 +L 3.7271,5.8348,6.2913,5.8348 +PL 0.3403,0,0,0.3403,8.4663,0,2.0495,8.4663,0,1.6012,6.0905,0,1.8218,4.8164,0,2.0495,2.6696,0,1.7521,2.5057,0,1.4719,2.3251,0,1.1914,2.1358,0 +PL 6.2913,0,0,7.1179,0,0,7.1179,1.6018,0,7.1179,1.6018,0,7.1179,1.6018,0 + +[9663] 陣 +PL 0.5838,0.0382,0,0.5838,8.5043,0,2.2926,8.5043,0,1.8478,6.1357,0,2.0685,4.8348,0,2.2926,2.6695,0,1.9988,2.5057,0,1.7182,2.325,0,1.4415,2.1357,0 +PL 5.2525,0.0382,0,4.8323,1.5114,0,3.8551,1.7302,0,2.7203,1.6018,0 +PL 5.6798,1.6018,0,5.3853,2.1357,0,5.1051,2.6695,0,4.8249,3.2034,0,3.5465,3.2034,0,3.5465,6.3687,0,4.4645,6.3983,0,4.9055,6.606,0,5.2525,7.1695,0,5.1051,7.4365,0,4.9548,7.7034,0,4.8249,7.9704,0,3.1157,7.9704,0,3.1157,7.9704,0,3.1157,7.9704,0 +PL 6.1103,1.6018,0,7.7848,1.6018,0,7.7848,1.6018,0,7.7848,1.6018,0 +PL 5.6798,3.2034,0,5.3853,3.7373,0,5.1051,4.2712,0,4.8249,4.8052,0,3.9703,4.8052,0,3.9703,4.8052,0,3.9703,4.8052,0 +PL 6.1103,3.2034,0,6.9614,3.2034,0,6.9614,4.8052,0,6.0441,4.8334,0,5.6028,5.0312,0,5.2525,5.5678,0,5.6028,6.1314,0,6.0441,6.339,0,6.9614,6.3687,0,6.9614,5.3009,0,6.9614,5.3009,0,6.9614,5.3009,0 +PL 5.6798,7.9704,0,5.5289,8.3405,0,5.3853,8.6936,0,5.2525,9.0382,0 +PL 6.1103,7.9704,0,7.361,7.9704,0,7.361,7.9704,0,7.361,7.9704,0 + +[9664] 除 +PL 0.3726,0,0,0.3726,8.4661,0,2.0783,8.4661,0,1.63,6.0975,0,1.8542,4.7966,0,2.0783,2.6314,0,1.7838,2.4675,0,1.5036,2.2867,0,1.2237,2.0974,0 +PL 4.1833,0,0,5.0376,0,0,5.0764,2.5721,0,4.7434,3.8729,0,3.3599,4.233,0 +PL 2.5088,1.0297,0,2.7823,1.5636,0,3.0622,2.0974,0,3.3599,2.6314,0 +PL 7.1744,1.0297,0,6.8798,1.5636,0,6.5961,2.0974,0,6.3233,2.6314,0 +PL 5.4649,4.233,0,5.1636,4.6666,0,5.0519,5.2105,0,5.0376,6.3305,0,4.4215,6.3504,0,4.0919,6.4887,0,3.7595,6.8645,0,3.3322,6.5198,0,2.9116,6.1668,0,2.5088,5.7968,0 +PL 5.8922,4.233,0,6.7433,4.233,0,6.7433,4.233,0,6.7433,4.233,0 +PL 7.1744,5.7968,0,6.8798,6.1668,0,6.5961,6.5198,0,6.3233,6.8645,0,6.0256,6.7006,0,5.7419,6.5198,0,5.4649,6.3305,0 +PL 4.1833,7.3983,0,4.4597,7.9322,0,4.7434,8.4661,0,5.0376,9,0,5.3146,8.4661,0,5.5948,7.9322,0,5.8922,7.3983,0 + +[9665] 陥 +PL 0.2165,0.0001,0,0.2165,8.4661,0,1.9219,8.4661,0,1.4806,6.0974,0,1.7012,4.7967,0,1.9219,2.6314,0,1.6315,2.4676,0,1.3478,2.2867,0,1.0708,2.0975,0 +PL 3.2111,0.0001,0,3.2111,5.3009,0,3.2111,5.3009,0,3.2111,5.3009,0 +PL 4.4577,0.0001,0,4.4577,5.3009,0,4.885,5.404,0,5.3126,5.4901,0,5.7434,5.5679,0,6.0127,6.2811,0,6.2964,6.9775,0,6.5945,7.6653,0,3.6031,7.6653,0,3.1758,7.0551,0,2.7628,6.4449,0,2.3527,5.8348,0 +PL 4.885,0.0001,0,7.0215,0.0001,0,7.0215,2.6314,0,4.885,2.6314,0,4.885,2.6314,0,4.885,2.6314,0 +PL 7.0215,3.1652,0,7.0215,5.3009,0,6.1672,5.3009,0,6.1672,5.3009,0,6.1672,5.3009,0 + +[966a] 陪 +PL 0.1577,0,0,0.1577,8.4661,0,1.8672,8.4661,0,1.4189,6.0974,0,1.643,4.7966,0,1.8672,2.6314,0,1.573,2.4675,0,1.2854,2.2867,0,1.0123,2.0974,0 +PLC 3.5725,1.0664,0,3.5725,3.1652,0,6.5325,3.1652,0,6.5325,0,0,3.5725,0,0 +PL 2.7214,5.3008,0,3.9683,5.3008,0,3.8286,6.178,0,3.6951,7.055,0,3.5725,7.9322,0,4.8229,7.9322,0,4.8229,8.9999,0,4.8229,8.9999,0,4.8229,8.9999,0 +PL 4.3991,5.3008,0,5.6775,5.3008,0,5.7896,6.2203,0,5.9966,7.0127,0,6.1052,7.9322,0,5.2537,7.9322,0,5.2537,7.9322,0,5.2537,7.9322,0 +PL 6.1052,5.3008,0,7.3867,5.3008,0,7.3867,5.3008,0,7.3867,5.3008,0 + +[9670] 陰 +PL 0.2165,0,0,0.2165,8.5042,0,1.9219,8.5042,0,1.4806,6.1356,0,1.7012,4.8348,0,1.9219,2.6695,0,1.6315,2.5056,0,1.3478,2.3249,0,1.0708,2.1356,0 +PL 2.7803,0,0,3.0567,0.103,0,3.3337,0.1893,0,3.6031,0.2668,0,3.7365,0.904,0,3.8801,1.524,0,4.0339,2.1356,0,2.7803,2.1356,0,2.7803,2.1356,0,2.7803,2.1356,0 +PL 4.0339,0,0,5.1725,0.1454,0,6.1812,0.7062,0,6.1672,1.8686,0,5.589,1.9717,0,5.0181,2.0578,0,4.4577,2.1356,0 +PL 6.5945,2.1356,0,7.4176,2.1356,0,7.4176,2.1356,0,7.4176,2.1356,0 +PL 3.6031,3.7373,0,4.3071,3.8404,0,5.0181,3.9265,0,5.7434,4.0041,0,5.8727,4.3475,0,6.0127,4.6907,0,6.1672,5.0339,0,5.1725,5.1369,0,4.1848,5.2232,0,3.2111,5.3007,0 +PL 2.5663,6.3686,0,3.3337,7.2726,0,4.1008,8.1596,0,4.885,9.0382,0,5.7189,8.1596,0,6.5665,7.2726,0,7.4176,6.3686,0 +PL 4.0339,6.9025,0,5.7434,6.9025,0,5.7434,6.9025,0,5.7434,6.9025,0 + +[9673] 陳 +PL 0.4612,0,0,0.4612,8.5044,0,2.142,8.5044,0,1.7081,6.1696,0,1.9249,4.8009,0,2.142,2.6696,0,1.8653,2.5058,0,1.5925,2.325,0,1.3154,2.1356,0 +PL 5.13,0,0,5.0494,0.904,0,4.979,1.791,0,4.916,2.6696,0,4.1248,1.9719,0,3.3399,1.2571,0,2.5662,0.534,0 +PL 7.2349,0.534,0,5.9636,2.2684,0,5,2.9181,0,3.4239,3.2035,0,3.4239,6.3687,0,4.3381,6.3984,0,4.7829,6.6059,0,5.13,7.1696,0,4.979,7.4366,0,4.8323,7.7034,0,4.7023,7.9704,0,2.9966,7.9704,0,2.9966,7.9704,0,2.9966,7.9704,0 +PL 5.9527,3.2035,0,6.8073,3.2035,0,6.8073,4.767,0,5.5289,4.767,0,5.3853,4.4238,0,5.2526,4.0805,0,5.13,3.7373,0 +PL 3.8512,4.767,0,4.7023,4.767,0,4.979,5.3009,0,5.2526,5.8348,0,5.5289,6.3687,0,6.8073,6.3687,0,6.8073,5.3009,0,6.8073,5.3009,0,6.8073,5.3009,0 +PL 5.5289,7.9704,0,5.3853,8.3136,0,5.2526,8.6569,0,5.13,9.0001,0 +PL 5.9527,7.9704,0,7.2349,7.9704,0,7.2349,7.9704,0,7.2349,7.9704,0 + +[9675] 陵 +PL 4.915,7.1695,0,4.5686,7.7062,0,4.1269,7.9039,0,3.2061,7.9322,0 +PL 5.3423,7.9322,0,5.192,8.3023,0,5.0446,8.6553,0,4.915,9,0 +L 5.7419,7.9322,7.02,7.9322 +PL 0.2501,0,0,0.2501,8.4661,0,1.9274,8.4661,0,1.4966,6.1314,0,1.7067,4.7627,0,1.9274,2.6314,0,1.651,2.4675,0,1.381,2.2867,0,1.1047,2.0975,0 +PL 2.355,0,0,3.3039,0.0395,0,3.9658,0.3164,0,4.915,1.0677,0,4.5507,1.6003,0,4.1935,2.1243,0,3.8502,2.6314,0,3.486,2.4675,0,3.1256,2.2867,0,2.7823,2.0975,0 +PL 6.1657,0,0,5.8957,0.1892,0,5.6158,0.37,0,5.3423,0.5339,0 +L 6.5962,0,7.4473,0 +PL 5.3423,1.6017,0,5.6158,2.048,0,5.8957,2.4774,0,6.1657,2.8983,0,5.4649,3.0014,0,4.7647,3.0875,0,4.0607,3.1653,0 +PL 2.9921,4.233,0,3.7452,5.024,0,4.0222,5.5777,0,4.0607,6.3687,0,2.7823,6.3687,0 +PL 5.7419,4.233,0,5.7419,6.3687,0,4.4912,6.3687,0 +PL 6.1657,4.233,0,7.4473,4.233,0,7.4473,5.3009,0 +L 6.1657,6.3687,7.4473,6.3687 + +[9676] 陶 +PL 0.4347,0.0152,0,0.4347,8.4814,0,2.1404,8.4814,0,1.6921,6.1127,0,1.9194,4.8119,0,2.1404,2.6466,0,1.8423,2.4828,0,1.5621,2.302,0,1.2893,2.1126,0 +PL 5.5234,0.0152,0,7.1695,1.5971,0,7.3727,4.9418,0,7.2046,7.9475,0,5.9265,7.8697,0,4.6516,7.7836,0,3.3943,7.6805,0,3.5235,7.0689,0,3.6671,6.4488,0,3.818,5.8118,0,5.9542,5.8118,0,5.9542,5.8118,0,5.9542,5.8118,0 +PL 3.3943,1.5788,0,3.3943,3.1805,0,3.3943,3.1805,0,3.3943,3.1805,0 +PL 3.818,1.5788,0,4.6723,1.5788,0,4.5987,3.4743,0,4.1364,4.1579,0,2.9635,4.2483,0 +PL 5.1031,1.5788,0,5.9542,1.5788,0,5.9542,3.1805,0,5.9542,3.1805,0,5.9542,3.1805,0 +PL 5.1031,4.2483,0,4.9493,4.6184,0,4.8057,4.9714,0,4.6723,5.3161,0 +PL 5.5234,4.2483,0,6.3815,4.2483,0,6.3815,4.2483,0,6.3815,4.2483,0 + +[9678] 陸 +PL 0.5588,0,0,0.5588,8.4662,0,2.2326,8.4662,0,1.8792,6.0805,0,2.068,4.4322,0,2.0193,2.4025,0,1.8053,2.3248,0,1.5986,2.2386,0,1.4099,2.1356,0 +PL 3.0837,3.6992,0,3.9908,4.8659,0,4.3239,5.5578,0,4.3726,6.3687,0,3.0837,6.3687,0,3.0837,6.3687,0,3.0837,6.3687,0 +PL 2.6637,0,0,5.2237,0,0,5.0836,1.6215,0,4.5691,2.1158,0,3.5148,2.1356,0 +PL 5.651,0,0,7.7559,0,0,7.7559,0,0,7.7559,0,0 +PL 5.651,2.1356,0,5.3498,2.524,0,5.238,2.9294,0,5.2237,3.6992,0 +PL 6.0471,2.1356,0,6.8982,2.1356,0,6.8982,2.1356,0,6.8982,2.1356,0 +PL 6.0471,4.2332,0,6.0471,6.3687,0,4.7932,6.3687,0,4.7932,6.3687,0,4.7932,6.3687,0 +PL 6.4744,4.2332,0,7.7559,4.2332,0,7.7559,5.3009,0,7.7559,5.3009,0,7.7559,5.3009,0 +PL 6.4744,6.3687,0,7.3287,6.3687,0,7.3287,6.3687,0,7.3287,6.3687,0 +PL 5.2237,7.1695,0,4.8738,7.7063,0,4.4321,7.904,0,3.5148,7.9322,0 +PL 5.651,7.9322,0,5.5007,8.3023,0,5.3536,8.6554,0,5.2237,9,0 +PL 6.0471,7.9322,0,6.8982,7.9322,0,6.8982,7.9322,0,6.8982,7.9322,0 + +[967a] 険 +PL 0.2817,0,0,0.2817,8.4661,0,1.9913,8.4661,0,1.5426,6.0975,0,1.7633,4.7967,0,1.9913,2.6314,0,1.6936,2.4676,0,1.4099,2.2868,0,1.1328,2.0975,0 +PL 2.6007,0,0,3.3677,0.8771,0,4.1519,1.7543,0,4.9473,2.6314,0,4.5968,3.0071,0,4.1593,3.1454,0,3.2378,3.1653,0,3.2378,4.767,0,4.1593,4.7853,0,4.5968,4.9139,0,4.9473,5.2628,0,4.9473,6.3305,0,3.9033,6.4492,0,3.1537,6.5679,0,2.4112,6.3305,0 +PL 6.8383,0.267,0,6.3483,0.8771,0,5.8615,1.4873,0,5.3746,2.0975,0 +PLC 5.0871,3.7584,0,5.0871,4.1737,0,5.3746,4.767,0,6.6562,4.767,0,6.6562,3.1653,0,5.3746,3.1653,0 +PL 5.3746,6.3305,0,5.9942,6.3504,0,6.32,6.4887,0,6.6562,6.8644,0,6.0748,7.5876,0,5.5074,8.3024,0,4.9473,9.0001,0,4.5236,8.4661,0,4.0924,7.9322,0,3.6651,7.3984,0 + +[967d] 陽 +PL 0.7075,0,0,0.7075,8.4661,0,2.3855,8.4661,0,1.9509,6.1314,0,2.1715,4.7627,0,2.3855,2.6313,0,2.112,2.4674,0,1.8391,2.2868,0,1.5656,2.0973,0 +PL 4.3084,0,0,4.9318,0.7132,0,5.5623,1.4096,0,6.1958,2.0973,0,6.1958,3.1652,0,5.2575,2.9097,0,4.4905,2.3659,0,3.2398,1.0679,0 +PL 6.4134,0,0,6.7566,0.37,0,7.1208,0.7232,0,7.4851,1.0679,0,7.4851,3.1652,0,6.6266,3.1652,0 +PL 3.2398,2.6313,0,3.7021,3.0664,0,3.9231,3.6201,0,4.0944,4.7668,0,3.2398,4.7668,0 +L 4.5217,4.7668,7.9054,4.7668 +PLC 4.0944,8.4661,0,7.0543,8.4661,0,7.0543,6.3688,0,4.0944,6.3688,0 +L 4.5217,7.3983,6.6266,7.3983 + +[9685] 隅 +PL 0.5249,0,0,0.5249,8.4661,0,2.2344,8.4661,0,1.7858,6.0904,0,2.0099,4.8163,0,2.2344,2.6695,0,1.9399,2.5057,0,1.653,2.3248,0,1.3795,2.1356,0 +PL 3.089,0,0,3.089,3.6991,0,4.2869,3.7289,0,4.8262,3.9365,0,5.1905,4.5001,0,4.8434,5.0636,0,4.4126,5.2712,0,3.5128,5.3008,0,3.5128,8.4661,0,6.8997,8.4661,0,6.8997,5.3008,0,5.6213,5.3008,0,5.3232,5.8347,0,5.0431,6.3686,0,4.7667,6.9025,0,3.9156,6.9025,0,3.9156,6.9025,0,3.9156,6.9025,0 +PL 6.4724,0,0,7.3302,0,0,7.3302,3.6991,0,6.1081,3.6807,0,5.5583,3.5523,0,5.1905,3.2033,0,5.1905,2.1356,0,6.4724,2.1356,0,6.4724,2.1356,0,6.4724,2.1356,0 +PL 3.9156,1.6017,0,5.1905,1.6017,0,5.1905,1.6017,0,5.1905,1.6017,0 +PL 5.6213,6.9025,0,5.4668,7.2726,0,5.3232,7.6256,0,5.1905,7.9703,0 + +[9686] 隆 +PL 5.5569,6.9025,0,5.6865,7.1681,0,5.8301,7.4251,0,5.9846,7.6652,0,5.5569,7.7684,0,5.1296,7.8545,0,4.6992,7.9322,0 +PL 2.1736,0,0,4.6992,0,0,4.3486,1.5099,0,3.522,1.7062,0,2.5974,2.0975,0,2.8741,2.8206,0,3.1543,3.5353,0,3.452,4.233,0,3.1543,4.4223,0,2.8741,4.6031,0,2.5974,4.7669,0 +PL 6.8388,4.7669,0,4.9128,6.3687,0,4.426,6.024,0,3.9392,5.6709,0,3.452,5.3009,0 +L 5.5569,3.1653,6.8388,3.1653 +PL 5.1296,3.1653,0,4.8249,3.5805,0,4.7164,3.9958,0,4.6992,4.7669,0 +L 5.1296,1.6017,3.8796,3.1653 +L 5.5569,1.6017,6.4084,1.6017 +L 5.1296,0,7.2626,0 +PL 2.5974,6.3687,0,3.6586,7.5085,0,4.0964,8.1907,0,4.3066,9,0 +PL 0.0616,0,0,0.0616,8.4661,0,1.7708,8.4661,0,1.326,6.0974,0,1.7708,2.6312,0,0.0616,1.5636,0 + +[968a] 隊 +PL 4.6778,0,0,5.2907,0.0198,0,5.6238,0.1582,0,5.96,0.5339,0,5.8756,1.411,0,5.8059,2.2881,0,5.7429,3.1653,0,4.8112,2.4675,0,3.8862,1.7529,0,2.9689,1.0296,0 +PL 8.0611,1.0296,0,6.6955,2.9675,0,6.0928,4.0749,0,5.7429,5.3008,0,4.9513,4.6031,0,4.1668,3.8885,0,3.3962,3.1653,0 +PL 6.7827,4.2331,0,7.21,4.767,0,7.6338,5.3008,0,8.0611,5.8347,0 +PL 3.606,5.3008,0,4.0964,5.9111,0,4.5937,6.5212,0,5.1016,7.1313,0,4.524,7.2345,0,3.9528,7.3206,0,3.3962,7.3984,0 +PL 5.5289,7.3984,0,6.1246,7.6357,0,6.4504,8.0509,0,6.7827,9,0 +PL 6.7827,7.3984,0,8.0611,7.3984,0,8.0611,7.3984,0,8.0611,7.3984,0 +PL 4.6778,8.1991,0,4.524,8.4662,0,4.3801,8.7331,0,4.2505,9,0 +PL 0.864,0,0,0.864,8.4661,0,2.5725,8.4661,0,2.1248,6.0974,0,2.5725,2.6312,0,0.864,1.5636,0 + +[968e] 階 +PL 0.0639,0,0,0.0639,8.4661,0,1.7731,8.4661,0,1.3245,6.0974,0,1.7731,2.6312,0,0.0639,1.5636,0 +PL 6.0146,5.3007,0,7.2615,5.3007,0,7.2615,6.3306,0 +L 5.587,5.3007,5.587,8.9999 +PL 6.2283,7.3983,0,6.5641,7.5876,0,6.9074,7.7683,0,7.2615,7.932,0 +PL 2.2004,5.3007,0,3.0547,5.3007,0,3.0547,8.9999,0 +L 3.447,7.3983,4.7359,7.3983 +PL 3.447,5.3007,0,3.7832,5.6497,0,4.1159,5.7781,0,4.7359,5.7966,0 +PL 3.447,0,0,6.4419,0,0,6.4419,2.0975,0,3.447,2.0975,0 +PL 3.0547,0,0,3.0547,3.6991,0,3.9517,3.9167,0,4.386,4.1935,0,4.7359,4.7668,0 +PL 6.4419,2.6312,0,6.4419,3.6991,0,4.7359,3.6991,0 + +[968f] 随 +PL 0.8019,0.0382,0,0.8019,8.5043,0,2.5076,8.5043,0,2.0628,6.1357,0,2.2866,4.8348,0,2.5076,2.6695,0,2.2169,2.5057,0,1.9294,2.325,0,1.6565,2.1357,0 +PL 3.1167,0.0382,0,3.4634,0.3814,0,3.8242,0.7246,0,4.1884,1.0678,0,4.1884,4.8052,0,3.3342,4.8052,0,3.3342,4.8052,0,3.3342,4.8052,0 +PL 5.4703,0.0382,0,5.173,0.2176,0,4.8928,0.3801,0,4.6157,0.534,0 +PL 5.8976,0.0382,0,8.0026,0.0382,0,8.0026,0.0382,0,8.0026,0.0382,0 +PL 5.4703,1.6018,0,5.4528,4.6004,0,5.3442,5.8362,0,5.0395,6.3687,0,4.8928,6.2049,0,4.7418,6.0241,0,4.6157,5.8348,0 +PL 6.7176,1.6018,0,7.5718,1.6018,0,7.5718,3.7373,0,5.8976,3.7373,0,5.8976,3.7373,0,5.8976,3.7373,0 +PL 7.5718,4.5382,0,7.0044,4.6413,0,6.444,4.7275,0,5.8976,4.8052,0 +PL 7.5718,5.3009,0,7.5718,6.3687,0,6.2549,6.4026,0,5.6279,6.7924,0,5.4703,7.9704,0,4.6157,7.9704,0,4.6157,7.9704,0,4.6157,7.9704,0 +PL 5.8976,7.9704,0,5.8976,9.0382,0,5.8976,9.0382,0,5.8976,9.0382,0 +PL 6.3214,7.9704,0,8.0026,7.9704,0,8.0026,7.9704,0,8.0026,7.9704,0 + +[9694] 隔 +PL 0.4612,0,0,0.4612,8.4662,0,2.142,8.4662,0,1.7081,6.1314,0,1.9249,4.7628,0,2.142,2.6314,0,1.8653,2.4675,0,1.5925,2.2867,0,1.3154,2.0975,0 +PL 3.4239,0,0,3.4239,4.7671,0,7.2349,4.7671,0,7.2349,0,0,6.3835,0,0,6.3835,0,0,6.3835,0,0 +PL 5.13,0.534,0,5.13,2.0975,0,4.275,2.0975,0,4.275,2.0975,0,4.275,2.0975,0 +PL 5.5289,2.0975,0,6.3835,2.0975,0,6.3835,2.0975,0,6.3835,2.0975,0 +PL 4.0652,3.1653,0,4.275,3.5354,0,4.489,3.8885,0,4.7023,4.2331,0 +PL 5.9527,3.1653,0,5.9527,4.2331,0,5.9527,4.2331,0,5.9527,4.2331,0 +PLC 3.8512,6.7005,0,3.8512,7.3984,0,6.8073,7.3984,0,6.8073,6.3304,0,3.8512,6.3304,0 +PL 2.9966,8.4662,0,7.6622,8.4662,0,7.6622,8.4662,0,7.6622,8.4662,0 + +[969b] 際 +PL 0.5249,0,0,0.5249,8.4661,0,2.2344,8.4661,0,1.7858,6.0975,0,2.0099,4.7967,0,2.2344,2.6314,0,1.9399,2.4676,0,1.653,2.2868,0,1.3795,2.0975,0 +PL 2.6617,0.4958,0,2.9381,1.0297,0,3.2183,1.5635,0,3.5128,2.0975,0 +PL 4.3356,0,0,5.1905,0,0,5.1905,3.1653,0,3.089,3.1653,0,3.089,3.1653,0,3.089,3.1653,0 +PL 2.875,4.767,0,3.2116,5.1102,0,3.5514,5.4534,0,3.9156,5.7966,0,3.6354,6.1668,0,3.3619,6.5198,0,3.089,6.8644,0,2.9381,6.7006,0,2.791,6.5198,0,2.6617,6.3305,0 +PL 4.3356,6.5975,0,4.0627,7.0537,0,3.7892,7.5015,0,3.5128,7.9322,0,3.3619,7.7683,0,3.2183,7.5876,0,3.089,7.3984,0 +PL 4.7667,7.3984,0,4.7667,8.4661,0,3.5128,8.4661,0,3.5128,8.4661,0,3.5128,8.4661,0 +PL 7.7263,4.767,0,6.2409,7.0339,0,5.6945,8.1314,0,5.6213,9.0001,0 +PL 3.9156,4.767,0,6.4724,4.767,0,6.4724,4.767,0,6.4724,4.767,0 +PL 5.6213,3.1653,0,7.3302,3.1653,0,7.3302,3.1653,0,7.3302,3.1653,0 +PL 7.7263,0.7627,0,7.4461,1.219,0,7.1764,1.6668,0,6.8997,2.0975,0 +PL 6.8997,7.1314,0,7.0328,7.5015,0,7.1764,7.8546,0,7.3302,8.1992,0,7.0328,8.3024,0,6.7491,8.3885,0,6.4724,8.4661,0 + +[969c] 障 +PL 0.4347,0,0,0.4347,8.4661,0,2.1404,8.4661,0,1.6921,6.0975,0,1.9194,4.7966,0,2.1404,2.6314,0,1.8423,2.4675,0,1.5621,2.2867,0,1.2893,2.0974,0 +PL 5.1031,0,0,4.6828,1.4732,0,3.699,1.692,0,2.5673,1.5636,0 +PL 5.5234,1.5636,0,5.2292,1.9789,0,5.1175,2.3941,0,5.1031,3.1653,0,3.3943,3.1653,0,3.3943,5.2627,0,6.8126,5.2627,0,6.8126,3.1653,0,5.5234,3.1653,0,5.5234,3.1653,0,5.5234,3.1653,0 +PL 5.9542,1.5636,0,7.6284,1.5636,0,7.6284,1.5636,0,7.6284,1.5636,0 +PL 3.818,4.233,0,6.3815,4.233,0,6.3815,4.233,0,6.3815,4.233,0 +PL 2.5673,6.3305,0,3.1207,6.4337,0,3.6744,6.5198,0,4.2453,6.5975,0,4.0944,6.9676,0,3.9473,7.3207,0,3.818,7.6653,0,4.2453,7.7684,0,4.6723,7.8546,0,5.1031,7.9322,0,5.1031,9,0,5.1031,9,0,5.1031,9,0 +PL 4.6723,6.3305,0,5.1031,6.4337,0,5.5234,6.5198,0,5.9542,6.5975,0,6.0841,6.9676,0,6.2312,7.3207,0,6.3815,7.6653,0,6.0841,7.7684,0,5.8039,7.8546,0,5.5234,7.9322,0 +PL 6.3815,6.3305,0,7.6284,6.3305,0,7.6284,6.3305,0,7.6284,6.3305,0 + +[96a0] 隠 +PL 0.2501,0,0,0.2501,8.5042,0,1.9274,8.5042,0,1.4966,6.1695,0,1.7067,4.8008,0,1.9274,2.6695,0,1.651,2.5056,0,1.381,2.3249,0,1.1047,2.1356,0 +PL 2.355,0.2668,0,2.4846,0.7231,0,2.6279,1.1709,0,2.7823,1.6017,0 +PL 4.4912,0,0,4.19,0.435,0,4.0782,0.9887,0,4.0607,2.1356,0 +PL 4.915,0,0,6.1657,0,0,6.1657,1.0679,0,6.1657,1.0679,0,6.1657,1.0679,0 +PL 7.4473,0.8008,0,7.297,1.0679,0,7.1569,1.3347,0,7.02,1.6017,0 +PL 3.2061,3.2033,0,6.5962,3.2033,0,6.5962,4.7669,0,3.2061,4.7669,0,3.2061,4.7669,0,3.2061,4.7669,0 +PL 6.5962,5.5677,0,5.4649,5.6709,0,4.3371,5.757,0,3.2061,5.8347,0 +PL 6.1657,6.3686,0,6.2984,6.7388,0,6.442,7.0918,0,6.5962,7.4364,0 +PL 3.6369,6.9025,0,3.486,7.1695,0,3.3354,7.4364,0,3.2061,7.7034,0,4.8589,8.0297,0,5.938,8.3559,0,7.02,8.5042,0 + +[96a3] 隣 +PL 0.3083,0,0,0.3083,8.4661,0,1.9859,8.4661,0,1.4536,6.3489,0,1.4259,4.2147,0,2.4171,2.0975,0,3.1768,3.2642,0,3.506,3.9562,0,3.6955,4.7669,0 +PL 2.6304,0,0,2.9736,0.4562,0,3.3312,0.904,0,3.6955,1.3347,0,3.5445,1.6003,0,3.4009,1.8574,0,3.2717,2.0975,0 +PL 6.655,0,0,6.5041,1.1949,0,6.0733,1.5763,0,5.3766,1.6017,0,5.3766,3.6991,0,4.5501,3.6991,0,4.3991,3.0113,0,4.2555,2.3149,0,4.1228,1.6017,0 +PL 7.0855,1.6017,0,6.7496,2.2472,0,6.4165,3.0282,0,5.8004,3.6991,0 +PL 7.0855,3.6991,0,6.9317,4.0692,0,6.7878,4.4223,0,6.655,4.7669,0 +PL 3.4815,5.8347,0,3.8247,6.291,0,4.1858,6.7388,0,4.5501,7.1695,0,4.2555,7.2458,0,3.9718,7.3221,0,3.6955,7.3983,0 +PL 5.3766,5.8347,0,5.3766,9,0,5.3766,9,0,5.3766,9,0 +PL 7.0855,5.8347,0,6.655,6.3672,0,6.2277,6.8913,0,5.8004,7.3983,0 + +[96b7] 隷 +PL 2.11,7.9322,0,1.9598,8.3023,0,1.8161,8.6553,0,1.6827,9,0 +PL 0.8281,0,0,1.6827,0,0,1.6827,3.6991,0,0.4288,3.6991,0,0.4288,3.6991,0,0.4288,3.6991,0 +PL 4.6461,0,0,5.4972,0,0,5.4972,2.0975,0,4.9263,1.9435,0,4.3691,1.7811,0,3.8196,1.6017,0 +PL 7.2061,1.0677,0,6.1452,2.524,0,5.7039,2.9293,0,5.4972,2.6314,0 +PL 0.6183,1.8686,0,0.6779,2.1342,0,0.7476,2.3912,0,0.8281,2.6314,0 +PL 2.965,1.8686,0,2.8105,2.1342,0,2.6704,2.3912,0,2.5412,2.6314,0 +PL 6.7756,2.6314,0,7.0558,3.0014,0,7.336,3.3545,0,7.6334,3.6991,0 +PL 2.11,3.6991,0,2.965,3.6991,0,2.965,3.6991,0,2.965,3.6991,0 +PL 5.4972,3.9661,0,5.1676,4.5297,0,4.8419,4.7372,0,4.2469,4.7669,0 +PL 0.8281,4.7669,0,2.5412,4.7669,0,2.5412,4.7669,0,2.5412,4.7669,0 +PL 5.9245,4.7669,0,5.6265,5.3009,0,5.3463,5.8347,0,5.0661,6.3687,0,3.8196,6.3687,0,3.8196,6.3687,0,3.8196,6.3687,0 +PL 6.5651,4.7669,0,6.6247,5.137,0,6.6982,5.4901,0,6.7756,5.8347,0,5.5428,7.3107,0,4.8913,7.8545,0,4.2469,7.9322,0 +PL 0.8281,6.3687,0,1.6827,6.3687,0,1.5391,7.5198,0,1.1262,7.8997,0,0.4288,7.9322,0 +PL 7.2061,6.3687,0,6.6247,7.2458,0,6.0573,8.1229,0,5.4972,9,0 + +[96bb] 隻 +PL 0.1577,0,0,1.2087,0.0819,0,2.5393,0.4012,0,3.5725,1.0677,0,2.6237,1.9901,0,1.9614,2.3956,0,1.0123,2.6313,0 +PL 6.1052,0,0,5.3833,0.3701,0,4.6758,0.7232,0,3.9683,1.0677,0 +PL 6.5325,0,0,7.3867,0,0,7.3867,0,0,7.3867,0,0 +PL 5.0401,1.5636,0,5.2537,1.8306,0,5.4639,2.0974,0,5.6775,2.3644,0,4.6828,2.4675,0,3.6951,2.5536,0,2.7214,2.6313,0 +PL 1.436,4.2331,0,1.3555,5.2994,0,1.2854,6.3574,0,1.2259,7.3983,0,0.862,7.0537,0,0.5012,6.7006,0,0.1577,6.3305,0 +PL 1.8672,4.2331,0,3.9683,4.2331,0,3.9543,5.0043,0,3.8562,5.4196,0,3.5725,5.8348,0,1.8672,5.8348,0,1.8672,5.8348,0,1.8672,5.8348,0 +PL 4.3991,4.2331,0,6.9629,4.2331,0,6.9629,4.2331,0,6.9629,4.2331,0 +PL 4.3991,5.8348,0,3.5449,6.695,0,2.8405,6.8942,0,1.8672,6.8644,0 +PL 4.8229,5.8348,0,6.5325,5.8348,0,6.5325,5.8348,0,6.5325,5.8348,0 +PL 4.3991,6.8644,0,3.4079,7.8192,0,2.5673,7.9944,0,1.436,7.9322,0 +PL 4.8229,6.8644,0,6.5325,6.8644,0,6.5325,6.8644,0,6.5325,6.8644,0 +PL 4.3991,7.9322,0,4.1123,8.3277,0,4.1123,8.6046,0,4.3991,9,0 +PL 4.8229,7.9322,0,6.9629,7.9322,0,6.9629,7.9322,0,6.9629,7.9322,0 + +[96c4] 雄 +PL 4.7609,0,0,4.6842,2.1243,0,4.6138,4.2317,0,4.5511,6.3306,0,4.3409,6.1667,0,4.1269,5.9859,0,3.9098,5.7966,0 +PL 5.1636,0,0,6.442,0,0,6.414,1.6483,0,6.1026,2.4322,0,5.1636,2.6314,0 +PL 6.8732,0,0,7.7243,0,0,7.7243,0,0,7.7243,0,0 +PL 0.5264,0.8008,0,1.3113,3.1357,0,1.7106,5.6738,0,0.5264,6.8644,0 +PL 1.7771,0.8008,0,2.3795,2.524,0,2.6002,3.5523,0,2.6314,4.7669,0 +PL 2.4181,0.5339,0,2.7613,1.0664,0,3.1182,1.5905,0,3.4825,2.0974,0 +PL 6.8732,2.6314,0,6.3443,3.7443,0,6.1163,4.493,0,5.1636,4.7669,0 +PL 6.8732,4.7669,0,6.1622,6.024,0,5.8995,6.6625,0,4.7609,7.1314,0,4.8908,7.7684,0,5.0169,8.3884,0,5.1636,9,0 +PL 2.2009,6.8644,0,1.9029,7.2995,0,1.7911,7.8531,0,1.7771,9,0 +PL 2.6314,6.8644,0,3.4825,6.8644,0,3.4825,6.8644,0,3.4825,6.8644,0 +PL 6.8732,6.8644,0,6.6802,7.4181,0,6.7783,8.0904,0,6.8732,9,0 + +[96c5] 雅 +PL 0.8897,0,0,2.14,0,0,2.0563,1.6004,0,1.9863,3.1922,0,1.9229,4.7671,0,1.2855,3.6991,0,0.6519,2.6314,0,0.0351,1.5636,0 +PL 3.8496,0,0,3.8317,4.4746,0,3.7197,6.2543,0,3.4184,6.8645,0,3.2678,6.7005,0,3.1242,6.5198,0,2.9946,6.3304,0 +PL 4.2734,0,0,5.5549,0,0,5.5269,1.6484,0,5.2187,2.4322,0,4.2734,2.6314,0 +PL 5.9822,0,0,7.2361,0,0,7.2361,0,0,7.2361,0,0 +PL 5.9822,2.6314,0,5.4604,3.7444,0,5.2261,4.493,0,4.2734,4.7671,0 +PL 5.9822,4.7671,0,5.2646,5.7472,0,4.5497,6.7105,0,3.8496,7.6653,0,3.9753,8.1215,0,4.1259,8.5692,0,4.2734,9.0001,0 +PL 0.4592,5.3009,0,0.4592,8.4662,0,2.9946,8.4662,0,2.9946,8.4662,0,2.9946,8.4662,0 +PL 0.8897,5.3009,0,2.14,5.3009,0,2.14,7.9322,0,2.14,7.9322,0,2.14,7.9322,0 +PL 5.9822,6.8645,0,5.6985,7.4774,0,5.6985,8.0312,0,5.9822,9.0001,0 +PL 6.3815,6.8645,0,7.2361,6.8645,0,7.2361,6.8645,0,7.2361,6.8645,0 + +[96c6] 集 +PL 4.2798,0,0,4.1954,0.7232,0,4.1289,1.438,0,4.0662,2.1356,0,0.865,0.5339,0 +PL 6.8121,0.5338,0,4.7383,2.0536,0,3.0957,2.5226,0,0.865,2.6695,0 +L 5.1026,2.6695,7.6632,2.6695 +PL 4.2798,3.4705,0,4.1289,3.7359,0,3.9821,3.9929,0,3.8522,4.2331,0,1.716,4.2331,0,1.6985,6.1314,0,1.5935,6.9619,0,1.2887,7.4365,0,1.1413,7.2726,0,0.9942,7.0919,0,0.865,6.9027,0 +PL 4.6788,4.2331,0,3.8035,5.137,0,3.1202,5.3378,0,2.1433,5.3009,0 +L 5.1026,4.2331,7.2429,4.2331 +PL 4.6788,5.3009,0,3.8035,6.2048,0,3.1202,6.4054,0,2.1433,6.3688,0 +L 5.1026,5.3009,6.3845,5.3009 +PL 4.6788,6.3688,0,3.4879,7.3094,0,2.5216,7.5127,0,1.716,7.9703,0,1.8453,8.3404,0,1.9927,8.6936,0,2.1433,9.0382,0 +L 5.1026,6.3688,6.3845,6.3688 +PL 4.6788,7.4365,0,4.4126,7.8518,0,4.4126,8.267,0,4.6788,9.0382,0 +L 5.1026,7.4365,6.8121,7.4365 + +[96c7] 雇 +PL 0.4628,0.2821,0,1.0898,2.6126,0,1.2999,4.6126,0,1.3139,6.9177,0,7.2646,6.9177,0,7.2646,5.85,0,6.0461,5.6324,0,5.4924,5.3556,0,5.1355,4.7821,0,5.5099,4.4332,0,6.1753,4.3047,0,7.6919,4.2863,0 +PL 3.0231,0.0152,0,2.9464,1.2723,0,2.8725,2.5208,0,2.813,3.7525,0,2.4487,3.5887,0,2.088,3.4078,0,1.7447,3.2186,0 +PL 3.4543,0.0152,0,5.1355,0.0152,0,4.897,1.3457,0,4.2945,1.6592,0,3.4543,1.6168,0 +PL 5.5558,0.0152,0,7.6919,0.0152,0,7.6919,0.0152,0,7.6919,0.0152,0 +PL 5.5558,1.6168,0,4.9113,2.3682,0,4.3649,2.6452,0,3.4543,2.6847,0 +PL 5.9866,1.6168,0,7.2646,1.6168,0,7.2646,1.6168,0,7.2646,1.6168,0 +PL 5.5558,2.6847,0,5.2612,3.2186,0,4.9775,3.7525,0,4.7047,4.2863,0,3.0231,4.2863,0,3.0231,4.2863,0,3.0231,4.2863,0 +PL 5.9866,2.6847,0,7.2646,2.6847,0,7.2646,2.6847,0,7.2646,2.6847,0 +PL 3.4543,4.7821,0,3.4543,5.85,0,1.7447,5.85,0,1.7447,5.85,0,1.7447,5.85,0 +PL 3.8816,5.85,0,5.1355,5.85,0,5.1355,5.85,0,5.1355,5.85,0 +PL 0.8901,8.5194,0,7.6919,8.5194,0,7.6919,8.5194,0,7.6919,8.5194,0 + +[96cc] 雌 +PL 4.8564,0,0,4.7724,2.1342,0,4.7062,4.2599,0,4.6393,6.3687,0,4.426,6.2048,0,4.2155,6.0241,0,4.0022,5.8348,0 +PL 5.2802,0,0,6.1348,0,0,6.1348,2.1357,0,5.841,2.315,0,5.5573,2.4775,0,5.2802,2.6314,0 +PL 6.531,0,0,7.3887,0,0,7.3887,0,0,7.3887,0,0 +PL 0.6153,0.5339,0,0.6153,7.3983,0,0.6153,7.3983,0,0.6153,7.3983,0 +PL 1.0426,0.5339,0,1.3438,1.2035,0,1.4556,3.3983,0,1.4699,9,0 +PL 1.8972,1.0678,0,2.086,1.2571,0,2.2965,1.4379,0,2.5063,1.6018,0,2.5658,3.0128,0,2.6397,4.4238,0,2.7164,5.8348,0,2.4436,6.0241,0,2.1701,6.2048,0,1.8972,6.3687,0 +PL 2.7164,1.0678,0,4.0022,1.0678,0,4.0022,2.1357,0,4.0022,2.1357,0,4.0022,2.1357,0 +PL 6.531,2.6314,0,6.2227,3.3038,0,5.8967,4.0947,0,5.2802,4.767,0 +PL 6.531,4.767,0,6.0441,5.88,0,5.8126,6.6287,0,4.8564,6.9026,0,4.986,7.616,0,5.1335,8.3122,0,5.2802,9,0 +PL 3.1476,6.3687,0,2.8429,6.8221,0,2.734,7.5043,0,2.7164,9,0 +PL 6.3205,7.1696,0,6.38,7.7797,0,6.4536,8.3899,0,6.531,9,0 + +[96d1] 雑 +PL 1.7731,0,0,1.6887,0.7231,0,1.6225,1.4378,0,1.5591,2.1355,0,1.0513,1.6017,0,0.5508,1.0678,0,0.0639,0.5338,0 +PL 4.3054,0,0,4.2876,4.8771,0,4.179,6.8051,0,3.8781,7.4364,0,3.7275,7.2726,0,3.5801,7.0919,0,3.447,6.9025,0 +PL 4.7359,0,0,6.0146,0,0,5.9866,1.6921,0,5.6745,2.4773,0,4.7359,2.6696,0 +PL 6.4419,0,0,7.2615,0,0,7.2615,0,0,7.2615,0,0 +PL 3.0547,1.6017,0,2.0215,2.8912,0,1.2194,3.5282,0,0.0639,3.6991,0 +PL 6.4419,2.6696,0,5.9407,3.7387,0,5.699,4.4858,0,4.7359,4.7668,0 +PL 2.2004,3.6991,0,2.0495,4.0691,0,1.9062,4.4222,0,1.7731,4.7668,0 +PL 2.6309,3.6991,0,3.447,3.6991,0,3.447,3.6991,0 +PL 6.4419,4.7668,0,6.1228,5.5776,0,5.9025,6.6257,0,5.587,7.4364,0,4.9744,7.4562,0,4.6381,7.5946,0,4.3054,7.9703,0,4.4382,8.3135,0,4.5818,8.6567,0,4.7359,8.9999,0 +PL 0.0639,5.3008,0,0.4909,5.9378,0,0.9217,6.5579,0,1.3455,7.1695,0,1.0166,7.733,0,0.6835,7.9407,0,0.0639,7.9703,0 +PL 2.6309,5.3008,0,2.6309,7.9703,0,2.011,8.0085,0,1.6782,8.2754,0,1.3455,8.9999,0 +PL 6.4419,7.4364,0,6.1582,7.8503,0,6.1582,8.2556,0,6.4419,8.9999,0 + +[96e2] 離 +PL 0.3083,0,0,0.3083,3.6991,0,1.9859,3.6991,0,1.9859,5.3008,0,0.7394,5.3008,0,0.7394,6.9026,0,0.7394,6.9026,0,0.7394,6.9026,0 +PL 2.8405,0,0,3.6955,0,0,3.1456,1.8221,0,2.1999,1.8899,0,0.7394,1.6017,0 +PL 4.9805,0,0,4.8965,2.1342,0,4.8268,4.26,0,4.7634,6.3687,0,4.5501,6.2048,0,4.3399,6.024,0,4.1228,5.8348,0 +PL 5.3766,0,0,6.2277,0,0,6.2277,2.1356,0,5.9297,2.3248,0,5.6495,2.5057,0,5.3766,2.6695,0 +PL 6.655,0,0,7.5058,0,0,7.5058,0,0,7.5058,0,0 +PL 1.1593,2.1356,0,1.2893,2.4789,0,1.415,2.8221,0,1.5621,3.1653,0 +PL 3.6955,2.1356,0,3.6955,3.6991,0,2.4171,3.6991,0,2.4171,3.6991,0,2.4171,3.6991,0 +PL 6.655,2.6695,0,6.322,3.315,0,5.9927,4.096,0,5.3766,4.767,0 +PL 6.655,4.767,0,6.0841,5.7713,0,5.8526,6.4195,0,4.9805,7.1695,0,5.1031,7.7797,0,5.2292,8.3899,0,5.3766,9,0 +PL 2.4171,5.5678,0,2.2661,5.8348,0,2.1159,6.1018,0,1.9859,6.3687,0,1.8357,6.2048,0,1.6921,6.024,0,1.5621,5.8348,0 +PL 3.0577,5.3008,0,3.1172,5.8348,0,3.1876,6.3687,0,3.2717,6.9026,0 +PL 6.655,6.9026,0,6.4659,7.4463,0,6.5601,8.1003,0,6.655,9,0 +PL 0.3083,7.9322,0,1.9859,7.9322,0,1.9859,9,0,1.9859,9,0,1.9859,9,0 +PL 2.4171,7.9322,0,3.6955,7.9322,0,3.6955,7.9322,0,3.6955,7.9322,0 + +[96e3] 難 +PL 0.925,0.0152,0,1.4118,0.6522,0,1.8987,1.2723,0,2.3855,1.8838,0,1.8146,1.987,0,1.2609,2.0731,0,0.7075,2.1508,0 +PL 4.9493,0.0152,0,4.963,5.6367,0,5.0754,7.97,0,5.3801,9.0152,0 +PL 5.3801,0.0152,0,6.6266,0.0152,0,6.6021,1.6465,0,6.2974,2.439,0,5.3801,2.6466,0 +PL 7.0543,0.0152,0,7.9054,0.0152,0,7.9054,0.0152,0,7.9054,0.0152,0 +PL 3.6706,0.5492,0,3.0997,1.4262,0,2.5396,2.3034,0,1.9894,3.1804,0,1.1383,3.1804,0,1.1383,3.1804,0,1.1383,3.1804,0 +PL 3.2398,2.1508,0,4.0944,2.1508,0,4.0944,2.1508,0,4.0944,2.1508,0 +PL 7.0543,2.6466,0,6.5324,3.7595,0,6.3083,4.5082,0,5.3801,4.7821,0 +PL 2.8125,3.1804,0,2.5396,3.7143,0,2.2661,4.2483,0,1.9894,4.7821,0,1.1383,4.7821,0,1.1383,6.3839,0,3.6706,6.3839,0,3.6706,4.7821,0,3.051,4.8217,0,2.7179,5.0985,0,2.3855,5.85,0 +PL 7.0543,4.7821,0,6.5464,6.0337,0,6.3359,7.0392,0,5.3801,7.4517,0 +PL 7.0543,7.4517,0,6.7706,7.8401,0,6.7706,8.2454,0,7.0543,9.0152,0 +PL 0.7075,7.9474,0,1.5656,7.9474,0,1.5656,9.0152,0,1.5656,9.0152,0,1.5656,9.0152,0 +PL 1.9894,7.9474,0,3.2398,7.9474,0,3.2398,9.0152,0,3.2398,9.0152,0,3.2398,9.0152,0 + +[96e8] 雨 +PL 0.4268,0,0,0.4268,6.3304,0,6.3761,6.3304,0,6.3761,0,0,5.5218,0,0 +PL 2.1353,1.8305,0,1.984,2.0974,0,1.8393,2.3644,0,1.7083,2.6312,0 +PL 5.0945,1.8305,0,4.9432,2.0974,0,4.7986,2.3644,0,4.6676,2.6312,0 +PL 3.8133,8.4662,0,6.803,8.4662,0,-0.0002,8.4662,0 +PL 2.1353,3.9661,0,1.984,4.2328,0,1.8393,4.4999,0,1.7083,4.7669,0 +PL 5.0945,3.9661,0,4.9432,4.2328,0,4.7986,4.4999,0,4.6676,4.7669,0 +L 3.4168,8.4662,3.4168,0 + +[96ea] 雪 +PL 0.6813,6,0,0.6813,7.5,0,7.8785,7.5,0,7.8785,6,0 +L 6.9787,9.0001,1.5776,9.0001 +L 1.5426,6.5,3.3779,6.5 +L 1.5776,5.5,3.3779,5.5 +L 7.0138,6.5,5.1785,6.5 +L 6.9787,5.5,5.1785,5.5 +PL 1.5776,0,0,6.9787,0,0,6.9787,4,0,1.5776,4,0 +L 1.5776,2,6.9787,2 +L 4.278,9.0001,4.278,4.5 + +[96f0] 雰 +PL 1.6232,0,0,2.2434,0.534,0,2.8735,1.0678,0,3.5148,1.6017,0,3.5148,2.6695,0,2.145,3,0,1.378,3,0,0.5588,2.6695,0 +PL 4.3726,0,0,5.5074,0.3954,0,5.963,1.3842,0,6.0471,2.6695,0,3.9421,2.6695,0,3.9421,2.6695,0,3.9421,2.6695,0 +PL 6.8982,2.6695,0,6.334,3.202,0,5.7736,3.726,0,5.2237,4.2331,0 +PL 1.4099,5.3008,0,3.0837,5.3008,0,3.0837,5.3008,0,3.0837,5.3008,0 +PL 3.9421,5.3008,0,3.4693,7.3122,0,2.2434,7.6116,0,0.5588,7.4365,0,0.5588,5.8348,0,0.5588,5.8348,0,0.5588,5.8348,0 +PL 4.7932,5.3008,0,6.4744,5.3008,0,6.4744,5.3008,0,6.4744,5.3008,0 +PL 7.3287,5.8348,0,7.3287,7.4365,0,4.3726,7.4365,0,4.215,7.702,0,4.0749,7.9591,0,3.9421,8.1992,0,2.9439,8.3023,0,1.9629,8.3884,0,0.9826,8.4661,0 +PL 1.4099,6.3686,0,3.0837,6.3686,0,3.0837,6.3686,0,3.0837,6.3686,0 +PL 4.7932,6.3686,0,6.4744,6.3686,0,6.4744,6.3686,0,6.4744,6.3686,0 +PL 4.3726,8.4661,0,6.8982,8.4661,0,6.8982,8.4661,0,6.8982,8.4661,0 + +[96f2] 雲 +PL 0.6763,6,0,0.6763,7.5,0,7.877,7.5,0,7.877,6,0 +L 6.9807,9.0001,1.5765,9.0001 +L 1.5446,6.5,3.3767,6.5 +L 1.5765,5.5,3.3767,5.5 +L 7.0158,6.5,5.1801,6.5 +L 6.9807,5.5,5.1801,5.5 +L 4.2804,9.0001,4.2804,4.5 +L 1.9894,3.7375,6.1958,3.7375 +L 0.7075,2.1355,7.877,2.1355 +PL 3.3767,2.1355,0,1.5765,0,0,6.0001,1.1844,0 +L 6.9807,0,5.7374,1.5 + +[96f6] 零 +PL 4.2453,8.4661,0,6.8126,8.4661,0,6.8126,8.4661,0,6.8126,8.4661,0 +PL 3.3943,0,0,3.3943,2.0975,0,1.2893,2.0975,0,1.2893,2.0975,0,1.2893,2.0975,0 +PL 5.5234,0.5339,0,6.3815,0.5339,0,6.3815,2.0975,0,3.818,2.0975,0,3.818,2.0975,0,3.818,2.0975,0 +PL 0.4347,3.1653,0,1.4119,3.6991,0,2.3961,4.233,0,3.3943,4.7669,0,3.03,5.1426,0,2.4836,5.281,0,1.2893,5.3009,0 +PL 2.5673,3.1653,0,4.3644,3.185,0,5.1315,3.3235,0,5.5234,3.6991,0,3.8527,6.0142,0,3.1417,7.1172,0,0.4347,7.3983,0,0.4347,6.3687,0,0.4347,6.3687,0,0.4347,6.3687,0 +PL 4.6723,5.3009,0,6.3815,5.3009,0,6.3815,5.3009,0,6.3815,5.3009,0 +PL 1.2893,6.3687,0,2.9635,6.3687,0,2.9635,6.3687,0,2.9635,6.3687,0 +PL 4.6723,6.3687,0,6.3815,6.3687,0,6.3815,6.3687,0,6.3815,6.3687,0 +PL 7.2046,6.3687,0,7.2046,7.3983,0,4.2453,7.3983,0,4.0944,7.6652,0,3.9473,7.9322,0,3.818,8.1991,0,2.8234,8.3023,0,1.8357,8.3884,0,0.8585,8.4661,0 + +[96f7] 雷 +PL 4.2208,4.7669,0,3.8492,7.1611,0,2.7288,7.5721,0,0.8301,7.3984,0,0.8301,5.7966,0,0.8301,5.7966,0,0.8301,5.7966,0 +PL 1.6885,5.3009,0,3.3977,5.3009,0,3.3977,5.3009,0,3.3977,5.3009,0 +PL 5.0719,5.3009,0,6.7807,5.3009,0,6.7807,5.3009,0,6.7807,5.3009,0 +PL 7.6353,5.7966,0,7.6353,7.3984,0,4.6446,7.3984,0,4.4936,7.6652,0,4.3536,7.9323,0,4.2208,8.1992,0,3.2188,8.3023,0,2.2384,8.3884,0,1.2574,8.4662,0 +PLC 1.6885,1.2472,0,1.6885,3.6992,0,6.7807,3.6992,0,6.7807,0,0,1.6885,0,0 +PL 4.2208,0.5339,0,3.8776,1.9393,0,3.065,2.1921,0,2.1158,2.0974,0 +PL 4.6446,2.0974,0,4.4936,2.4675,0,4.3536,2.8206,0,4.2208,3.1653,0 +PL 5.0719,2.0974,0,6.3538,2.0974,0,6.3538,2.0974,0,6.3538,2.0974,0 +PL 1.6885,6.3306,0,3.3977,6.3306,0,3.3977,6.3306,0,3.3977,6.3306,0 +PL 5.0719,6.3306,0,6.7807,6.3306,0,6.7807,6.3306,0,6.7807,6.3306,0 +PL 4.6446,8.4662,0,7.208,8.4662,0,7.208,8.4662,0,7.208,8.4662,0 + +[96fb] 電 +PL 0.6783,6,0,0.6783,7.5,0,7.8755,7.5,0,7.8755,6,0 +L 6.9757,9.0001,1.5781,9.0001 +L 1.5431,6.5,3.3784,6.5 +L 1.5781,5.5,3.3784,5.5 +L 7.0143,6.5,5.179,6.5 +L 6.9757,5.5,5.179,5.5 +L 4.2785,9.0001,4.2785,4.5 +PLC 1.9879,1.6016,0,6.2329,1.6016,0,6.2329,3.7375,0,1.9879,3.7375,0 +L 1.9879,2.6695,6.2329,2.6695 +PL 7.5113,1.0677,0,7.5113,0,0,4.6116,0,-0.1231,4.1126,2,0,4.1104,3.7375,0 + +[9700] 需 +PL 1.1333,0,0,1.1333,2.6314,0,1.9879,2.7345,0,2.8428,2.8207,0,3.6974,2.8984,0,3.8302,3.2684,0,3.9776,3.6215,0,4.1279,3.9661,0,2.9966,4.0693,0,1.8688,4.1554,0,0.7379,4.2332,0 +PL 3.2701,0,0,3.2701,2.1357,0,3.2701,2.1357,0,3.2701,2.1357,0 +PL 4.9513,0,0,4.9513,2.6314,0,4.1279,2.6314,0,4.1279,2.6314,0,4.1279,2.6314,0 +PL 6.2329,0,0,7.084,0,0,7.084,2.6314,0,5.3786,2.6314,0,5.3786,2.6314,0,5.3786,2.6314,0 +PL 4.5552,4.2332,0,7.5113,4.2332,0,7.5113,4.2332,0,7.5113,4.2332,0 +PL 1.5641,5.3009,0,3.2701,5.3009,0,3.2701,5.3009,0,3.2701,5.3009,0 +PL 4.1279,5.3009,0,3.6554,7.2854,0,2.4292,7.575,0,0.7379,7.3983,0,0.7379,5.8348,0,0.7379,5.8348,0,0.7379,5.8348,0 +PL 4.9513,5.3009,0,6.6602,5.3009,0,6.6602,5.3009,0,6.6602,5.3009,0 +PL 7.5113,5.8348,0,7.5113,7.3983,0,4.5552,7.3983,0,4.4014,7.6653,0,4.2575,7.9323,0,4.1279,8.1993,0,3.1227,8.3024,0,2.1213,8.3885,0,1.1333,8.4661,0 +PL 1.5641,6.3687,0,3.2701,6.3687,0,3.2701,6.3687,0,3.2701,6.3687,0 +PL 4.9513,6.3687,0,6.6602,6.3687,0,6.6602,6.3687,0,6.6602,6.3687,0 +PL 4.5552,8.4661,0,7.084,8.4661,0,7.084,8.4661,0,7.084,8.4661,0 + +[9707] 震 +PL 0.4929,0.3051,0,0.7941,0.9605,0,0.9065,1.9887,0,0.9205,4.2712,0,6.8393,4.2712,0,6.8393,4.2712,0,6.8393,4.2712,0 +PL 1.7783,0.0382,0,2.5978,0.0382,0,2.5978,2.1357,0,1.3478,2.1357,0,1.3478,2.1357,0,1.3478,2.1357,0 +PL 3.0255,0.0382,0,3.3579,0.3871,0,3.6906,0.5156,0,4.3039,0.534,0 +PL 6.1984,0.3051,0,5.0499,1.4237,0,4.2545,1.8814,0,3.0255,2.1357,0 +PL 6.0127,1.0678,0,6.1388,1.3347,0,6.2688,1.6018,0,6.4089,1.8687,0,5.9851,1.9718,0,5.5644,2.0579,0,5.1616,2.1357,0 +PL 2.2024,3.2034,0,6.4089,3.2034,0,6.4089,3.2034,0,6.4089,3.2034,0 +PL 1.3478,5.3009,0,3.0255,5.3009,0,3.0255,5.3009,0,3.0255,5.3009,0 +PL 3.8832,5.3009,0,3.4108,7.3123,0,2.1846,7.6117,0,0.4929,7.4365,0,0.4929,5.8348,0,0.4929,5.8348,0,0.4929,5.8348,0 +PL 4.7343,5.3009,0,6.4089,5.3009,0,6.4089,5.3009,0,6.4089,5.3009,0 +PL 7.2666,5.8348,0,7.2666,7.4365,0,4.3039,7.4365,0,4.1564,7.7034,0,4.0128,7.9704,0,3.8832,8.2374,0,3.0255,8.3405,0,2.1814,8.4266,0,1.3478,8.5043,0 +PL 1.3478,6.3687,0,3.0255,6.3687,0,3.0255,6.3687,0,3.0255,6.3687,0 +PL 4.7343,6.3687,0,6.4089,6.3687,0,6.4089,6.3687,0,6.4089,6.3687,0 +PL 4.3039,8.5043,0,6.8393,8.5043,0,6.8393,8.5043,0,6.8393,8.5043,0 + +[970a] 霊 +PL 4.275,8.4661,0,6.8073,8.4661,0,6.8073,8.4661,0,6.8073,8.4661,0 +PL 0.4612,0,0,1.0107,0.1031,0,1.5715,0.1892,0,2.142,0.2669,0,1.8653,0.7232,0,1.5925,1.1709,0,1.3154,1.6017,0 +PL 2.7795,0,0,2.8429,0.8771,0,2.9126,1.7543,0,2.9966,2.6314,0,0.8917,2.6314,0,0.8917,2.6314,0,0.8917,2.6314,0 +PL 3.4239,0,0,4.7023,0,0,4.7023,2.6314,0,3.4239,2.6314,0,3.4239,2.6314,0,3.4239,2.6314,0 +PL 5.3121,0,0,5.6588,0.5339,0,6.0157,1.0677,0,6.3835,1.6017,0 +PL 5.9527,0,0,7.2349,0,0,7.2349,0,0,7.2349,0,0 +PL 5.13,2.6314,0,6.8073,2.6314,0,6.8073,2.6314,0,6.8073,2.6314,0 +PL 1.7151,3.6991,0,5.9527,3.6991,0,5.9527,3.6991,0,5.9527,3.6991,0 +PL 3.8512,4.7669,0,3.4768,7.161,0,2.356,7.5721,0,0.4612,7.3983,0,0.4612,6.3687,0,0.4612,6.3687,0,0.4612,6.3687,0 +PL 1.3154,5.3009,0,2.9966,5.3009,0,2.9966,5.3009,0,2.9966,5.3009,0 +PL 4.7023,5.3009,0,6.3835,5.3009,0,6.3835,5.3009,0,6.3835,5.3009,0 +PL 1.3154,6.3687,0,2.9966,6.3687,0,2.9966,6.3687,0,2.9966,6.3687,0 +PL 4.7023,6.3687,0,6.3835,6.3687,0,6.3835,6.3687,0,6.3835,6.3687,0 +PL 7.2349,6.3687,0,7.2349,7.3983,0,4.275,7.3983,0,4.1248,7.6652,0,3.9812,7.9322,0,3.8512,8.1991,0,2.853,8.3023,0,1.8688,8.3884,0,0.8917,8.4661,0 + +[971c] 霜 +PL 1.3794,0,0,1.295,0.7232,0,1.2249,1.4379,0,1.1657,2.1356,0,0.7976,1.791,0,0.4404,1.4379,0,0.094,1.0678,0 +PLC 3.9043,1.2471,0,3.9043,3.6992,0,6.4404,3.6992,0,6.4404,0,0,3.9043,0,0 +PL 2.6294,1.6017,0,1.7012,2.5494,0,1.0466,2.9548,0,0.094,3.1653,0 +PL 4.3354,1.6017,0,6.0166,1.6017,0,6.0166,1.6017,0,6.0166,1.6017,0 +PL 4.3354,2.6695,0,6.0166,2.6695,0,6.0166,2.6695,0,6.0166,2.6695,0 +PL 1.7751,3.1653,0,1.6277,3.5353,0,1.5019,3.8884,0,1.3794,4.2331,0 +PL 0.9482,5.3009,0,2.6294,5.3009,0,2.6294,5.3009,0,2.6294,5.3009,0 +PL 3.4843,5.3009,0,3.0112,7.3122,0,1.7888,7.6116,0,0.094,7.4364,0,0.094,5.8348,0,0.094,5.8348,0,0.094,5.8348,0 +PL 4.3354,5.3009,0,6.0166,5.3009,0,6.0166,5.3009,0,6.0166,5.3009,0 +PL 6.8674,5.8348,0,6.8674,7.4364,0,3.9043,7.4364,0,3.7575,7.702,0,3.6136,7.9592,0,3.4843,8.1992,0,2.4858,8.3024,0,1.5019,8.3885,0,0.5209,8.4662,0 +PL 0.9482,6.3686,0,2.6294,6.3686,0,2.6294,6.3686,0,2.6294,6.3686,0 +PL 4.3354,6.3686,0,6.0166,6.3686,0,6.0166,6.3686,0,6.0166,6.3686,0 +PL 3.9043,8.4662,0,6.4404,8.4662,0,6.4404,8.4662,0,6.4404,8.4662,0 + +[971e] 霞 +PL 1.2579,0,0,1.2579,4.233,0,3.3947,4.233,0,3.3947,3.1653,0,1.6852,3.1653,0,1.6852,3.1653,0,1.6852,3.1653,0 +PL 4.4591,0,0,4.9533,0.37,0,5.4402,0.7232,0,5.927,1.0677,0,5.5939,1.6399,0,5.272,1.9068,0,4.6763,2.0975,0 +PL 7.6358,0,0,7.2085,0.37,0,6.7812,0.7232,0,6.3575,1.0677,0,6.4874,1.3347,0,6.6271,1.6017,0,6.7812,1.8686,0,6.4874,1.9449,0,6.1998,2.0212,0,5.927,2.0975,0 +PL 1.6852,1.0677,0,3.3947,1.0677,0,3.3947,1.0677,0,3.3947,1.0677,0 +PL 1.6852,2.0975,0,3.3947,2.0975,0,3.3947,2.0975,0,3.3947,2.0975,0 +PL 4.6763,3.1653,0,7.2085,3.1653,0,7.2085,4.233,0,4.6763,4.233,0,4.6763,4.233,0,4.6763,4.233,0 +PL 0.8625,6,0,0.8625,7.5,0,8.0631,7.5,0,8.0631,6,0 +L 7.1634,9,1.7622,9 +L 1.7237,6.5,3.5593,6.5 +L 1.7622,5.5,3.5593,5.5 +L 7.1984,6.5,5.3663,6.5 +L 7.1634,5.5,5.3663,5.5 +L 4.4591,9,4.4591,4.5 + +[9727] 霧 +PL 1.7176,0,0,2.5406,0,0,2.4562,0.7232,0,2.3865,1.4379,0,2.3301,2.1356,0,1.8401,1.791,0,1.3498,1.4379,0,0.8595,1.0678,0 +PL 4.4635,0,0,4.8102,0.4563,0,5.1671,0.904,0,5.5314,1.3348,0,5.234,1.4379,0,4.9503,1.5241,0,4.6736,1.6018,0 +PL 6.5684,0,0,7.0168,0.4153,0,7.1849,0.8305,0,7.2055,1.6018,0,5.9275,1.6018,0,5.9275,1.6018,0,5.9275,1.6018,0 +PL 3.3952,2.1356,0,3.5245,2.4025,0,3.6716,2.6696,0,3.8225,2.9365,0,3.3952,2.8588,0,2.9644,2.7726,0,2.5406,2.6696,0 +PL 4.8908,2.6696,0,5.2267,3.0396,0,5.5699,3.3927,0,5.9275,3.7373,0,5.7135,4.0805,0,5.5104,4.4238,0,5.3146,4.7669,0,5.1041,4.613,0,4.8908,4.4507,0,4.6736,4.2712,0 +PL 7.2055,2.6696,0,6.9117,3.0396,0,6.6315,3.3927,0,6.3548,3.7373,0,6.4879,4.0043,0,6.6315,4.2712,0,6.7852,4.5382,0,6.4879,4.6145,0,6.2042,4.6907,0,5.9275,4.7669,0 +PL 0.8595,3.2035,0,1.2692,3.3066,0,1.6857,3.3927,0,2.113,3.4703,0,1.9694,3.8404,0,1.8401,4.1935,0,1.7176,4.5382,0,2.9644,4.5382,0,2.817,4.2712,0,2.6734,4.0043,0,2.5406,3.7373,0 +PL 4.2495,5.8349,0,3.6614,7.4196,0,2.3235,7.606,0,0.8595,7.4365,0,0.8595,6.3687,0,0.8595,6.3687,0,0.8595,6.3687,0 +PL 1.7176,6.3687,0,3.3952,6.3687,0,3.3952,6.3687,0,3.3952,6.3687,0 +PL 5.1041,6.3687,0,6.7852,6.3687,0,6.7852,6.3687,0,6.7852,6.3687,0 +PL 7.6363,6.3687,0,7.6363,7.4365,0,4.6736,7.4365,0,4.523,7.7035,0,4.3791,7.9704,0,4.2495,8.2373,0,3.2516,8.3405,0,2.2671,8.4266,0,1.2903,8.5043,0 +PL 4.6736,8.5043,0,7.2055,8.5043,0,7.2055,8.5043,0,7.2055,8.5043,0 + +[9732] 露 +PL 4.4596,8.4661,0,6.9958,8.4661,0,6.9958,8.4661,0,6.9958,8.4661,0 +PL 1.0763,0,0,1.0763,2.0975,0,1.0763,2.0975,0,1.0763,2.0975,0 +PL 1.7141,0,0,1.7771,1.0664,0,1.8433,2.1243,0,1.9274,3.1653,0,1.0763,3.1653,0,1.0763,4.233,0,3.1812,4.233,0,3.1812,3.1653,0,2.3585,3.1653,0,2.3585,3.1653,0,2.3585,3.1653,0 +PL 4.8908,0,0,4.8908,2.0975,0,4.0323,2.0975,0,4.0323,2.0975,0,4.0323,2.0975,0 +PL 5.3146,0,0,6.5646,0,0,6.5646,1.6017,0,5.3146,1.6017,0,5.3146,1.6017,0,5.3146,1.6017,0 +PL 2.3585,0.5339,0,3.1812,0.5339,0,3.1812,0.5339,0,3.1812,0.5339,0 +PL 2.3585,2.0975,0,3.1812,2.0975,0,3.1812,2.0975,0,3.1812,2.0975,0 +PL 6.5646,2.0975,0,5.9307,2.6314,0,5.2936,3.1653,0,4.6768,3.6991,0,4.4596,3.5353,0,4.2495,3.3545,0,4.0323,3.1653,0 +PL 6.1692,3.1653,0,6.2949,3.4322,0,6.421,3.6991,0,6.5646,3.9661,0,5.9972,4.0692,0,5.4372,4.1554,0,4.8908,4.233,0,4.8908,5.3009,0,6.5646,5.3009,0,6.5646,5.3009,0,6.5646,5.3009,0 +PL 1.5001,5.3009,0,3.1812,5.3009,0,3.1812,5.3009,0,3.1812,5.3009,0 +PL 4.0323,5.3009,0,3.563,7.2853,0,2.341,7.5749,0,0.649,7.3983,0,0.649,6.3687,0,0.649,6.3687,0,0.649,6.3687,0 +PL 1.5001,6.3687,0,3.1812,6.3687,0,3.1812,6.3687,0,3.1812,6.3687,0 +PL 4.8908,6.3687,0,6.5646,6.3687,0,6.5646,6.3687,0,6.5646,6.3687,0 +PL 7.4157,6.3687,0,7.4157,7.3983,0,4.4596,7.3983,0,4.309,7.6652,0,4.1658,7.9322,0,4.0323,8.1991,0,3.0341,8.3023,0,2.0499,8.3884,0,1.0763,8.4661,0 + +[9752] 青 +PL 1.2518,0,0,1.2518,4.233,0,5.4922,4.233,0,5.4922,0,0,4.2415,0,0 +L 0.428,7.9322,6.3465,7.9322 +L 0.0007,5.8349,6.7738,5.8349 +L 0.8245,6.9027,5.9195,6.9027 +L 1.2518,2.1357,5.4922,2.1357 +L 1.2518,3.1652,5.4922,3.1652 +L 3.3873,9.0001,3.3873,5.8349 + +[9759] 静 +PL 1.2878,0,0,1.2878,4.233,0,2.9689,4.233,0,2.9689,0,0,2.1455,0,0 +PL 5.1016,0,0,5.96,0,0,5.96,1.8546,0,5.6725,2.8615,0,4.6778,3.1652,0 +L 1.7151,2.0973,2.5416,2.0973 +L 1.7151,3.1652,2.5416,3.1652 +PL 6.3523,3.1652,0,5.5289,4.7668,0,4.2505,4.7668,0 +PL 6.9967,3.1652,0,7.0563,3.5354,0,7.126,3.8885,0,7.21,4.233,0,5.7916,5.7541,0,4.8322,6.4365,0,4.2505,6.8644,0,4.524,7.5876,0,4.8112,8.3023,0,5.1016,9,0 +PL 7.6338,4.7668,0,7.3326,5.1823,0,7.2276,5.5976,0,7.21,6.3688,0,6.8423,6.4718,0,6.485,6.5579,0,6.1422,6.6356,0,6.2052,6.9789,0,6.2717,7.3221,0,6.3523,7.6653,0,6.0826,7.7683,0,5.8059,7.8545,0,5.5289,7.9322,0 +PL 0.864,5.8347,0,1.2878,5.9379,0,1.7151,6.0241,0,2.1455,6.1017,0,1.8478,6.3673,0,1.5641,6.6244,0,1.2878,6.8644,0 +L 2.5416,5.8347,3.3962,5.8347 +PL 2.5416,6.8644,0,1.9322,7.6159,0,1.4944,7.8926,0,0.864,7.9322,0 +PL 2.5416,7.9322,0,2.398,8.3023,0,2.2681,8.6554,0,2.1455,9,0 + +[975e] 非 +PL 1.0436,0,0,1.6632,0.5338,0,2.2975,1.0678,0,2.9346,1.6017,0,2.9346,3.2034,0,2.1819,3.0649,0,1.4425,2.8079,0,0.4023,2.6696,0 +PL 2.9346,5.8347,0,2.9346,7.4364,0,0.4023,7.4364,0,0.4023,7.4364,0,0.4023,7.4364,0 +PL 2.9346,3.6991,0,2.9346,5.3008,0,0.8296,5.3008,0,0.8296,5.3008,0,0.8296,5.3008,0 +PL 5.4952,5.3008,0,7.1726,5.3008,0,7.1726,5.3008,0,7.1726,5.3008,0 +PL 5.4952,7.4364,0,7.6037,7.4364,0,7.6037,7.4364,0,7.6037,7.4364,0 +PL 5.4952,2.6696,0,7.6037,2.6696,0,7.6037,2.6696,0,7.6037,2.6696,0 +PL 5.0714,0,0,5.0714,8.9999,0,5.0714,8.9999,0,5.0714,8.9999,0 +PL 2.9346,7.9703,0,2.9346,8.9999,0,2.9346,8.9999,0,2.9346,8.9999,0 + +[9762] 面 +PL 0.7979,0,0,0.7979,6.3688,0,1.6315,6.4718,0,2.4791,6.558,0,3.3302,6.6357,0,3.463,7.2726,0,3.6066,7.8928,0,3.761,8.5043,0,0.3703,8.5043,0,0.3703,8.5043,0,0.3703,8.5043,0 +PL 1.1934,0,0,2.9029,0,0,2.9029,5.8348,0,2.9029,5.8348,0,2.9029,5.8348,0 +PL 3.761,6.3688,0,4.6118,6.3688,0,4.6118,6.3688,0,4.6118,6.3688,0 +PL 5.4352,0,0,7.144,0,0,7.144,6.3688,0,5.0079,6.3688,0,5.0079,2.6695,0,5.0079,2.6695,0,5.0079,2.6695,0 +PL 3.3302,0,0,5.0079,0,0,5.0079,2.1356,0,3.3302,2.1356,0,3.3302,2.1356,0,3.3302,2.1356,0 +PL 4.1848,8.5043,0,7.5748,8.5043,0,7.5748,8.5043,0,7.5748,8.5043,0 +PL 3.3302,4.2331,0,4.6118,4.2331,0,4.6118,4.2331,0,4.6118,4.2331,0 + +[9769] 革 +PL 3.5425,0,0,2.958,1.5847,0,1.6162,1.771,0,0.1592,1.6017,0 +PL 3.9733,1.6017,0,3.676,2.1356,0,3.3923,2.6695,0,3.1152,3.2033,0,1.0103,3.2033,0,1.0103,4.7669,0,2.3205,4.75,0,3.2101,5.0888,0,3.5425,6.3686,0,2.2641,6.3686,0,1.9458,7.8177,0,1.1644,8.072,0,0.1592,7.9703,0 +PL 4.3936,1.6017,0,6.9294,1.6017,0,6.9294,1.6017,0,6.9294,1.6017,0 +PLC 3.6865,3.7952,0,3.6865,4.2005,0,3.9733,4.7669,0,6.0751,4.7669,0,6.0751,3.2033,0,3.9733,3.2033,0 +PL 3.9733,6.3686,0,4.8244,6.3686,0,4.4812,7.8177,0,3.6616,8.072,0,2.6848,7.9703,0,2.5373,8.3135,0,2.3937,8.6568,0,2.2641,9,0 +PL 5.2202,7.9703,0,5.0766,8.3135,0,4.947,8.6568,0,4.8244,9,0 +PL 5.6475,7.9703,0,6.9294,7.9703,0,6.9294,7.9703,0,6.9294,7.9703,0 + +[9774] 靴 +PL 2.2926,0,0,2.065,1.3304,0,1.4489,1.644,0,0.5838,1.6017,0 +PL 4.8249,0,0,4.7447,1.9449,0,4.6743,3.8898,0,4.6116,5.8347,0,4.2473,5.4902,0,3.8897,5.137,0,3.5465,4.767,0,3.5465,3.2033,0,2.9479,3.1737,0,2.6257,2.966,0,2.2926,2.4025,0,2.6397,1.839,0,3.0772,1.6313,0,3.9703,1.6017,0 +PL 6.1103,0,0,6.1103,9,0,6.1103,9,0,6.1103,9,0 +PL 6.5344,0,0,7.361,0,0,7.361,1.6017,0,7.361,1.6017,0,7.361,1.6017,0 +PL 1.0142,3.2033,0,1.0142,4.767,0,1.8587,4.928,0,2.2194,5.4448,0,2.2926,6.3686,0,1.4415,6.3686,0,1.4069,7.1398,0,1.1862,7.5551,0,0.5838,7.9703,0 +PL 1.6555,3.2033,0,2.1424,3.7359,0,2.6289,4.2598,0,3.1157,4.767,0 +PL 6.5344,5.3008,0,6.8111,5.6709,0,7.084,6.0239,0,7.361,6.3686,0 +PL 2.9059,6.3686,0,2.8355,7.7457,0,2.1599,8.2076,0,1.4415,9,0 +PL 4.8249,6.3686,0,4.937,7.2967,0,5.1436,8.0975,0,5.2525,9,0 +PL 3.5465,7.9703,0,3.3962,8.3136,0,3.2491,8.6568,0,3.1157,9,0 + +[97f3] 音 +PLC 1.251,4.233,0,5.4918,4.233,0,5.4918,0,0,1.251,0,0 +L -0.0001,5.8349,6.773,5.8349 +L 0.8237,7.9322,5.9191,7.9322 +L 4.544,5.8349,5.0645,7.9322 +L 2.1021,5.8349,1.6132,7.9322 +L 3.3707,9.0001,3.3707,7.9322 +L 1.251,2.1357,5.4918,2.1357 + +[97fb] 韻 +PL 3.8771,0,0,4.213,0.37,0,4.5597,0.7231,0,4.917,1.0679,0 +PL 7.4811,0,0,7.1831,0.37,0,6.9029,0.7231,0,6.6265,1.0679,0 +PLC 0.6759,1.7909,0,0.6759,4.2711,0,2.812,4.2711,0,2.812,0.5339,0,0.6759,0.5339,0 +PLC 4.4897,3.5466,0,4.4897,6.3686,0,7.0538,6.3686,0,7.0538,2.1356,0,4.4897,2.1356,0 +PL 1.1032,2.6695,0,2.3847,2.6695,0,2.3847,2.6695,0,2.3847,2.6695,0 +PL 4.917,3.7373,0,6.6265,3.7373,0,6.6265,3.7373,0,6.6265,3.7373,0 +PL 4.917,4.7669,0,6.6265,4.7669,0,6.6265,4.7669,0,6.6265,4.7669,0 +PL 0.2797,5.8347,0,1.1032,5.8347,0,0.9522,6.4717,0,0.8051,7.0918,0,0.6759,7.7034,0,0.9522,7.8066,0,1.2359,7.8926,0,1.534,7.9704,0,1.534,9.0382,0,1.534,9.0382,0,1.534,9.0382,0 +PL 1.534,5.8347,0,1.8033,5.9379,0,2.087,6.024,0,2.3847,6.1017,0,2.5143,6.7388,0,2.6618,7.3588,0,2.812,7.9704,0,1.9543,7.9704,0,1.9543,7.9704,0,1.9543,7.9704,0 +PLC 4.917,7.8066,0,4.917,8.5042,0,6.6265,8.5042,0,6.6265,7.4364,0,4.917,7.4364,0 + +[97ff] 響 +PL 1.5016,0,0,1.5016,2.1356,0,0.2165,2.1356,0,0.2165,2.1356,0,0.2165,2.1356,0 +PL 1.9219,0,0,5.7434,0,0,5.7434,1.0678,0,1.9219,1.0678,0,1.9219,1.0678,0,1.9219,1.0678,0 +PL 5.7434,1.8687,0,4.4615,1.9718,0,3.1828,2.058,0,1.9219,2.1356,0 +PL 6.1672,2.1356,0,7.0215,2.1356,0,7.0215,2.1356,0,7.0215,2.1356,0 +PL 2.3527,2.9364,0,1.6315,3.202,0,0.924,3.459,0,0.2165,3.6991,0 +PL 4.885,2.9364,0,4.1848,3.0396,0,3.4805,3.1257,0,2.7803,3.2033,0 +PL 5.3126,3.2033,0,6.1672,3.2033,0,6.1672,3.2033,0,6.1672,3.2033,0 +PL 3.6031,3.6991,0,3.3933,3.8884,0,3.1828,4.0692,0,2.9936,4.2329,0,2.9131,5.6441,0,2.8469,7.0551,0,2.7803,8.4661,0,4.4577,8.4661,0,4.1638,7.2444,0,3.8801,6.0141,0,3.6031,4.767,0 +PL 1.0708,4.2329,0,1.2042,4.5001,0,1.3478,4.767,0,1.5016,5.0338,0,1.2042,5.2231,0,0.924,5.404,0,0.647,5.5678,0,0.9272,6.8898,0,0.9097,7.7288,0,1.5016,9,0 +PL 5.3126,4.2329,0,5.3126,8.4661,0,5.8727,8.3898,0,6.4436,8.3136,0,7.0215,8.2372,0,6.7276,7.8064,0,6.4436,7.3587,0,6.1672,6.9025,0,6.4436,6.4717,0,6.7276,6.0239,0,7.0215,5.5678,0,6.7276,5.3008,0,6.4436,5.0338,0,6.1672,4.767,0 +PL 1.9219,6.1017,0,1.6417,6.8828,0,1.6417,7.3673,0,1.9219,7.9703,0 +PL 3.2111,7.4364,0,4.0339,7.4364,0,4.0339,7.4364,0,4.0339,7.4364,0 + +[9802] 頂 +PL 3.3289,0,0,3.676,0.3702,0,4.0294,0.7232,0,4.3936,1.0678,0 +PL 7.3567,0,0,7.0593,0.3702,0,6.7756,0.7232,0,6.5056,1.0678,0 +PL 0.1592,0.534,0,1.4099,0.534,0,1.4099,7.9323,0,0.1592,7.9323,0,0.1592,7.9323,0,0.1592,7.9323,0 +PL 3.9733,2.0975,0,3.9733,6.8645,0,4.3765,6.9677,0,4.7964,7.0537,0,5.2202,7.1314,0,5.3498,7.5016,0,5.4969,7.8546,0,5.6475,8.1993,0,4.947,8.3024,0,4.2434,8.3887,0,3.5425,8.4662,0 +PL 4.3936,2.0975,0,6.9294,2.0975,0,6.9294,3.6992,0,4.3936,3.6992,0,4.3936,3.6992,0,4.3936,3.6992,0 +PL 6.9294,4.2331,0,6.9294,5.3009,0,4.3936,5.3009,0,4.3936,5.3009,0,4.3936,5.3009,0 +PL 6.9294,5.8349,0,6.9294,6.8645,0,5.6475,6.8645,0,5.6475,6.8645,0,5.6475,6.8645,0 +PL 1.8337,7.9323,0,2.6848,7.9323,0,2.6848,7.9323,0,2.6848,7.9323,0 +PL 6.0751,8.4662,0,7.3567,8.4662,0,7.3567,8.4662,0,7.3567,8.4662,0 + +[9805] 項 +PL 3.3289,0.0381,0,3.676,0.3813,0,4.0294,0.7245,0,4.3936,1.0678,0 +PL 7.3567,0.0381,0,7.0593,0.3813,0,6.7756,0.7245,0,6.5056,1.0678,0 +PL 0.1592,2.1356,0,1.413,3.2415,0,1.5496,5.644,0,1.4099,7.9703,0,0.1592,7.9703,0,0.1592,7.9703,0,0.1592,7.9703,0 +PL 3.9733,2.1356,0,3.9733,6.9025,0,4.3765,7.0056,0,4.7964,7.0917,0,5.2202,7.1694,0,5.3498,7.5395,0,5.4969,7.8926,0,5.6475,8.2372,0,4.947,8.3403,0,4.2434,8.4266,0,3.5425,8.5041,0 +PL 4.3936,2.1356,0,6.9294,2.1356,0,6.9294,3.7372,0,4.3936,3.7372,0,4.3936,3.7372,0,4.3936,3.7372,0 +PL 1.8337,2.6694,0,2.1104,2.8587,0,2.3937,3.0395,0,2.6848,3.2033,0 +PL 6.9294,4.2711,0,6.9294,5.339,0,4.3936,5.339,0,4.3936,5.339,0,4.3936,5.339,0 +PL 6.9294,5.8729,0,6.9294,6.9025,0,5.6475,6.9025,0,5.6475,6.9025,0,5.6475,6.9025,0 +PL 1.8337,7.9703,0,2.6848,7.9703,0,2.6848,7.9703,0,2.6848,7.9703,0 +PL 6.0751,8.5041,0,7.3567,8.5041,0,7.3567,8.5041,0,7.3567,8.5041,0 + +[9806] 順 +PL 0.4628,0.8008,0,0.7644,1.6131,0,0.8761,3.7387,0,0.8901,9,0 +PL 2.172,2.0974,0,2.172,7.9324,0,2.172,7.9324,0,2.172,7.9324,0 +PL 3.4543,1.0296,0,3.4543,9,0,3.4543,9,0,3.4543,9,0 +PL 4.7047,2.0974,0,4.7047,6.8644,0,5.3176,7.0918,0,5.6535,7.4379,0,5.9866,8.1991,0,5.4048,8.3023,0,4.8343,8.3886,0,4.277,8.4662,0 +PL 5.1355,2.0974,0,7.2646,2.0974,0,7.2646,3.6991,0,5.1355,3.6991,0,5.1355,3.6991,0,5.1355,3.6991,0 +PL 7.2646,4.2331,0,7.2646,5.3008,0,5.1355,5.3008,0,5.1355,5.3008,0,5.1355,5.3008,0 +PL 7.2646,5.8347,0,7.2646,6.8644,0,5.9866,6.8644,0,5.9866,6.8644,0,5.9866,6.8644,0 +PL 6.4135,8.4662,0,7.6919,8.4662,0,7.6919,8.4662,0,7.6919,8.4662,0 +PL 7.6919,0,0,7.3942,0.3432,0,7.1144,0.6864,0,6.8408,1.0296,0 +PL 4.0637,0,0,4.407,0.3432,0,4.7677,0.6864,0,5.1355,1.0296,0 + +[9810] 預 +PL 0.734,0.0152,0,1.5925,0.0152,0,1.5925,5.3161,0,0.3141,5.3161,0,0.3141,5.3161,0,0.3141,5.3161,0 +PL 3.9108,0.0152,0,4.254,0.3854,0,4.6148,0.7384,0,4.979,1.083,0 +PL 7.5432,0.0152,0,7.2451,0.3854,0,6.9614,0.7384,0,6.6847,1.083,0 +PL 4.5486,2.1508,0,4.5486,6.9178,0,5.1682,7.1438,0,5.4977,7.4799,0,5.8336,8.2143,0,5.2561,8.3176,0,4.6852,8.4037,0,4.1248,8.4813,0 +PL 4.979,2.1508,0,7.1124,2.1508,0,7.1124,3.7143,0,4.979,3.7143,0,4.979,3.7143,0,4.979,3.7143,0 +PL 2.874,4.2483,0,3.004,4.5152,0,3.1511,4.7821,0,3.2978,5.0491,0,2.3487,5.494,0,1.6867,6.117,0,0.734,7.4517,0 +PL 7.1124,4.2483,0,7.1124,5.3161,0,4.979,5.3161,0,4.979,5.3161,0,4.979,5.3161,0 +PL 7.1124,5.85,0,7.1124,6.9178,0,5.8336,6.9178,0,5.8336,6.9178,0,5.8336,6.9178,0 +PL 2.0198,6.9178,0,2.2926,7.3642,0,2.5728,7.7935,0,2.874,8.2143,0,2.0198,8.3176,0,1.1652,8.4037,0,0.3141,8.4813,0 +PL 6.2574,8.4813,0,7.5432,8.4813,0,7.5432,8.4813,0,7.5432,8.4813,0 + +[9811] 頑 +PL 3.8771,0.0001,0,4.213,0.3701,0,4.5597,0.7231,0,4.917,1.0678,0 +PL 7.4811,0.0001,0,7.1831,0.3701,0,6.9029,0.7231,0,6.6265,1.0678,0 +PL 0.2797,0.5338,0,1.0191,2.4873,0,1.1553,4.3136,0,1.1032,6.3686,0,0.2797,6.3686,0,0.2797,6.3686,0,0.2797,6.3686,0 +PL 2.3847,1.6017,0,2.3847,6.3686,0,1.534,6.3686,0,1.534,6.3686,0,1.534,6.3686,0 +PL 2.812,1.6017,0,3.6631,1.6017,0,3.6631,2.6314,0,3.6631,2.6314,0,3.6631,2.6314,0 +PL 4.4897,2.0975,0,4.4897,6.9026,0,5.1061,7.1285,0,5.4423,7.4647,0,5.7681,8.1992,0,5.2042,8.3023,0,4.6441,8.3885,0,4.0939,8.4661,0 +PL 4.917,2.0975,0,7.0538,2.0975,0,7.0538,3.6992,0,4.917,3.6992,0,4.917,3.6992,0,4.917,3.6992,0 +PL 7.0538,4.2332,0,7.0538,5.3009,0,4.917,5.3009,0,4.917,5.3009,0,4.917,5.3009,0 +PL 7.0538,5.8348,0,7.0538,6.9026,0,5.7681,6.9026,0,5.7681,6.9026,0,5.7681,6.9026,0 +PL 2.812,6.3686,0,3.6631,6.3686,0,3.6631,6.3686,0,3.6631,6.3686,0 +PL 0.6759,8.4661,0,3.2393,8.4661,0,3.2393,8.4661,0,3.2393,8.4661,0 +PL 6.1989,8.4661,0,7.4811,8.4661,0,7.4811,8.4661,0,7.4811,8.4661,0 + +[9812] 頒 +PL 4.276,0,0,4.6126,0.3701,0,4.959,0.7231,0,5.3166,1.0677,0 +PL 7.88,0,0,7.5827,0.3701,0,7.299,0.7231,0,7.0219,1.0677,0 +PL 0.6793,0.5339,0,1.4919,2.0127,0,1.8488,3.161,0,1.9332,4.7669,0,1.3308,4.7867,0,1.0086,4.9252,0,0.6793,5.3008,0,1.1133,6.3079,0,1.3308,7.1285,0,1.5021,8.4661,0 +PL 2.5672,0.5339,0,3.3902,1.9449,0,3.6281,3.1016,0,3.6389,4.7669,0,2.3532,4.7669,0,2.3532,4.7669,0,2.3532,4.7669,0 +PL 4.917,2.0974,0,4.917,6.8645,0,5.5124,7.0918,0,5.8385,7.4379,0,6.1712,8.1992,0,5.6038,8.3022,0,5.043,8.3884,0,4.49,8.4661,0 +PL 5.3166,2.0974,0,7.4527,2.0974,0,7.4527,3.6991,0,5.3166,3.6991,0,5.3166,3.6991,0,5.3166,3.6991,0 +PL 7.4527,4.233,0,7.4527,5.3008,0,5.3166,5.3008,0,5.3166,5.3008,0,5.3166,5.3008,0 +PL 4.0627,5.3008,0,3.6389,6.548,0,3.2081,7.7782,0,2.7843,8.9999,0 +PL 7.4527,5.8348,0,7.4527,6.8645,0,6.1712,6.8645,0,6.1712,6.8645,0,6.1712,6.8645,0 +PL 6.5981,8.4661,0,7.88,8.4661,0,7.88,8.4661,0,7.88,8.4661,0 + +[9818] 領 +PL 1.6807,0.0152,0,1.6807,4.2483,0,0.4023,4.2483,0,0.4023,4.2483,0,0.4023,4.2483,0 +PL 3.9997,0.0152,0,4.3429,0.3854,0,4.7072,0.7384,0,5.0714,1.083,0 +PL 7.6037,0.0152,0,7.3056,0.3854,0,7.0254,0.7384,0,6.7491,1.083,0 +PL 2.5073,1.617,0,3.3619,1.617,0,3.3619,4.2483,0,2.0768,4.2483,0,2.0768,4.2483,0,2.0768,4.2483,0 +PL 4.6441,2.1508,0,4.6441,6.9178,0,5.2571,7.1438,0,5.5828,7.4799,0,5.898,8.2143,0,5.3233,8.3176,0,4.7629,8.4037,0,4.2165,8.4813,0 +PL 5.0714,2.1508,0,7.1726,2.1508,0,7.1726,3.7143,0,5.0714,3.7143,0,5.0714,3.7143,0,5.0714,3.7143,0 +PL 7.1726,4.2483,0,7.1726,5.3161,0,5.0714,5.3161,0,5.0714,5.3161,0,5.0714,5.3161,0 +PL 1.2569,5.85,0,2.9346,5.85,0,2.9346,5.85,0,2.9346,5.85,0 +PL 7.1726,5.85,0,7.1726,6.9178,0,5.898,6.9178,0,5.898,6.9178,0,5.898,6.9178,0 +PL 0.4023,6.3839,0,0.8892,7.261,0,1.376,8.1382,0,1.8663,9.0152,0,2.3532,8.5082,0,2.8505,7.984,0,3.3619,7.4517,0 +PL 6.318,8.4813,0,7.6037,8.4813,0,7.6037,8.4813,0,7.6037,8.4813,0 + +[982d] 頭 +PL 0.126,0,0,0.8682,0.1387,0,1.5161,0.3954,0,2.2621,0.5341,0,2.2621,2.6314,0 +PL 0.9802,1.8688,0,0.8296,2.1344,0,0.686,2.3913,0,0.5529,2.6314,0 +PLC 0.5529,6.3687,0,2.6579,6.3687,0,2.6579,4.2332,0,0.5529,4.2332,0 +L 0.126,8.4663,3.0852,8.4663 +PL 4.3675,2.0977,0,4.3675,6.8644,0,4.987,7.0919,0,5.3166,7.4379,0,5.6455,8.1993,0,5.0676,8.3023,0,4.497,8.3886,0,3.9363,8.4663,0 +PL 3.7265,0,0,4.0694,0.3702,0,4.4301,0.7233,0,4.7944,1.0679,0 +PL 4.7944,2.0977,0,6.8994,2.0977,0,6.8994,3.6992,0,4.7944,3.6992,0 +PL 6.8994,4.2332,0,6.8994,5.3011,0,4.7944,5.3011,0 +PL 6.8994,5.8349,0,6.8994,6.8644,0,5.6455,6.8644,0 +L 6.0766,8.4663,7.3267,8.4663 +PL 7.3267,0,0,7.05,0.3702,0,6.7768,0.7233,0,6.5004,1.0679,0 + +[983b] 頻 +PL 0.3093,0,0,1.2234,0.9039,0,2.1484,1.791,0,3.0867,2.6695,0 +PL 3.728,0,0,4.0639,0.3701,0,4.4075,0.7232,0,4.7644,1.0678,0 +L 7.3247,0,6.4736,1.0678 +PL 4.3371,2.1356,0,4.3371,6.9026,0,4.95,7.1286,0,5.2866,7.4647,0,5.6193,8.1992,0,5.0481,8.3023,0,4.4912,8.3884,0,3.9417,8.4661,0 +PL 4.7644,2.1356,0,6.8977,2.1356,0,6.8977,3.6992,0,4.7644,3.6992,0 +PL 0.9467,2.6695,0,1.8052,2.6695,0,1.8052,4.5241,0,1.5176,5.5311,0,0.5229,5.8348,0,0.5229,7.9322,0 +PL 0.1271,3.4321,0,0.2497,3.8884,0,0.3828,4.3362,0,0.5229,4.767,0 +PL 3.5105,3.9661,0,3.3638,4.2331,0,3.2131,4.5001,0,3.0867,4.767,0 +PL 6.8977,4.2331,0,6.8977,5.3008,0,4.7644,5.3008,0 +PL 2.2321,5.8348,0,1.9309,6.3079,0,1.8188,7.1286,0,1.8052,9,0 +L 2.6594,5.8348,3.5105,5.8348 +PL 6.8977,5.8348,0,6.8977,6.9026,0,5.6193,6.9026,0 +L 2.2321,7.4365,3.0867,7.4365 +L 6.0428,8.4661,7.3247,8.4661 + +[983c] 頼 +PL 7.6057,5.7966,0,7.6057,6.8644,0,6.3234,6.8644,0,6.3234,6.8644,0,6.3234,6.8644,0 +PL 2.5093,0,0,2.4953,1.4958,0,2.3835,2.178,0,2.0823,2.6314,0,1.6582,2.0974,0,1.2379,1.5636,0,0.8316,1.0296,0 +PL 4.4321,0,0,4.7687,0.3432,0,5.1119,0.6864,0,5.4723,1.0296,0 +PL 8.0295,0,0,7.7349,0.3432,0,7.4547,0.6864,0,7.1784,1.0296,0 +PL 3.7912,1.5636,0,3.2101,2.4675,0,2.6389,3.3545,0,2.0823,4.2331,0,1.2589,4.2331,0,1.2589,6.3306,0,1.8547,6.3602,0,2.1769,6.5678,0,2.5093,7.1314,0,2.1594,7.6949,0,1.7282,7.9026,0,0.8316,7.9323,0 +PL 5.0734,2.0974,0,5.0734,6.8644,0,5.6685,7.0918,0,5.9942,7.4379,0,6.3234,8.1992,0,5.7525,8.3023,0,5.1995,8.3884,0,4.6461,8.4662,0 +PL 5.4723,2.0974,0,7.6057,2.0974,0,7.6057,3.6992,0,5.4723,3.6992,0,5.4723,3.6992,0,5.4723,3.6992,0 +PLC 2.4816,5.3362,0,2.8879,6.0664,0,3.7912,6.3306,0,3.7912,4.2331,0,2.9401,4.2331,0 +PL 7.6057,4.2331,0,7.6057,5.3009,0,5.4723,5.3009,0,5.4723,5.3009,0,5.4723,5.3009,0 +PL 2.9401,7.9323,0,2.7898,8.3023,0,2.6389,8.6555,0,2.5093,9,0 +PL 6.7511,8.4662,0,8.0295,8.4662,0,8.0295,8.4662,0,8.0295,8.4662,0 + +[984c] 題 +PL 0.6793,0.2671,0,0.9805,0.9083,0,1.0923,1.6596,0,1.1066,3.1653,0 +PL 2.3532,0.2671,0,2.0593,0.3701,0,1.7756,0.4563,0,1.5021,0.5341,0 +PL 2.7843,0,0,7.88,0,0,7.88,0,0,7.88,0,0 +PL 2.3532,1.0679,0,2.3532,4.7671,0,0.6793,4.7671,0,0.6793,4.7671,0,0.6793,4.7671,0 +PL 4.7072,1.0679,0,5.043,1.4381,0,5.3863,1.7912,0,5.7439,2.1358,0 +PL 7.88,1.0679,0,7.5827,1.4381,0,7.299,1.7912,0,7.0219,2.1358,0 +PL 2.7843,2.6696,0,3.6389,2.6696,0,3.6389,2.6696,0,3.6389,2.6696,0 +PL 5.3166,3.1653,0,5.3166,6.9026,0,5.9327,7.1289,0,6.2619,7.4648,0,6.5981,8.1992,0,6.0241,8.3025,0,5.4703,8.3885,0,4.917,8.4663,0 +PL 5.7439,3.1653,0,7.4527,3.1653,0,7.4527,4.7671,0,5.7439,4.7671,0,5.7439,4.7671,0,5.7439,4.7671,0 +PL 2.7843,4.7671,0,4.0627,4.7671,0,4.0627,4.7671,0,4.0627,4.7671,0 +PL 7.4527,5.5679,0,6.8752,5.671,0,6.3043,5.7572,0,5.7439,5.8348,0 +PLC 1.1066,7.082,0,1.1066,8.4663,0,3.6389,8.4663,0,3.6389,6.3687,0,1.1066,6.3687,0 +PL 7.4527,6.6357,0,7.1554,6.7388,0,6.8752,6.8249,0,6.5981,6.9026,0 +PL 1.5021,7.4366,0,3.2081,7.4366,0,3.2081,7.4366,0,3.2081,7.4366,0 +PL 7.0219,8.4663,0,7.88,8.4663,0,7.88,8.4663,0,7.88,8.4663,0 + +[984d] 額 +PL 1.6565,0,0,1.6565,3.2034,0,1.9294,3.5465,0,2.2169,3.8899,0,2.5076,4.2329,0,2.1434,4.6032,0,1.7858,4.9562,0,1.4425,5.3008,0,1.2257,5.137,0,1.0152,4.9562,0,0.8019,4.7668,0 +PL 2.0835,0,0,3.3342,0,0,3.3342,2.6696,0,2.0835,2.6696,0 +PL 4.6157,0,0,4.8928,0.3699,0,5.173,0.7231,0,5.4703,1.0678,0 +PL 8.0026,0,0,7.7052,0.3699,0,7.148,1.0678,0 +PL 5.0395,2.1355,0,5.0395,6.9025,0,5.6598,7.13,0,5.9922,7.476,0,6.3214,8.2373,0,5.0255,8.4506,0,4.3674,8.2147,0,4.1884,6.9025,0 +PL 5.4703,2.1355,0,7.5718,2.1355,0,7.5718,3.6991,0,5.4703,3.6991,0 +PL 7.5718,4.2329,0,7.5718,5.3008,0,5.4703,5.3008,0 +PL 2.9069,4.7668,0,3.0361,5.0338,0,3.1832,5.3008,0,3.3342,5.5677,0,2.7633,5.6709,0,2.206,5.757,0,1.6565,5.8347,0 +PL 7.5718,5.8347,0,7.5718,6.9025,0,6.3214,6.9025,0 +PL 0.8019,6.9025,0,0.8019,7.9703,0,2.5076,7.9703,0,2.5076,8.9999,0 +L 2.9069,7.9703,3.7615,7.9703 +L 6.7176,8.5044,8.0026,8.5044 + +[9854] 顔 +PL 1.1328,0,0,2.2014,0.4154,0,2.8595,0.8306,0,3.6651,1.602,0 +PL 3.8823,0,0,4.2258,0.3702,0,4.5831,0.7233,0,4.9473,1.0679,0 +PL 4.9473,2.0977,0,7.0485,2.0977,0,7.0485,3.6992,0,4.9473,3.6992,0 +PL 7.0485,4.2332,0,7.0485,5.3011,0,4.9473,5.3011,0 +PL 7.0485,5.8349,0,7.0485,6.8644,0,5.8019,6.8644,0 +PL 4.5236,2.0977,0,4.5236,6.8644,0,5.1365,7.0919,0,5.4689,7.4379,0,5.8019,8.1993,0,4.4567,8.2487,0,3.588,8.0609,0,2.8105,7.9324,0,2.6673,7.3223,0,2.5377,6.7121,0,2.4112,6.1019,0,2.8214,6.0242,0,3.2413,5.938,0,3.6651,5.8349,0 +PL 1.7741,3.6992,0,2.261,4.0693,0,2.7478,4.4224,0,3.2378,4.7671,0 +PL 1.7741,2.0977,0,2.261,2.4676,0,2.7478,2.8208,0,3.2378,3.1655,0 +PL 0.2817,0.267,0,0.5763,1.0071,0,0.688,2.4505,0,0.7024,5.8349,0,1.5601,5.8349,0,1.4099,6.445,0,1.2628,7.0553,0,1.1328,7.6653,0,0.8351,7.7686,0,0.5553,7.8547,0,0.2817,7.9324,0 +PL 1.7741,7.9324,0,1.8372,8.3023,0,1.9069,8.6556,0,1.9913,9,0 +L 6.2292,8.4663,7.4796,8.4663 +PL 7.4796,0,0,7.2026,0.3702,0,6.9332,0.7233,0,6.6562,1.0679,0 + +[9855] 顕 +PL 4.1248,0.0152,0,4.3976,0.3852,0,4.6852,0.7383,0,4.979,1.0829,0 +PL 7.5432,0.0152,0,7.2451,0.3852,0,6.9614,0.7383,0,6.6847,1.0829,0 +PL 0.3141,0.5491,0,1.5925,0.5491,0,1.5925,5.316,0,0.734,5.316,0,0.734,8.5194,0,3.2978,8.5194,0,3.2978,5.316,0,2.4436,5.316,0,2.4436,1.0829,0,3.7286,1.0829,0,3.7286,1.0829,0,3.7286,1.0829,0 +PL 0.734,2.4178,0,0.5834,2.874,0,0.4402,3.3217,0,0.3141,3.7525,0 +PL 3.2978,2.4178,0,3.4313,2.874,0,3.5749,3.3217,0,3.7286,3.7525,0 +PL 4.5486,2.1508,0,4.5486,6.9177,0,5.1682,7.1451,0,5.4977,7.4911,0,5.8336,8.2524,0,5.4063,8.3555,0,4.979,8.4418,0,4.5486,8.5194,0 +PL 4.979,2.1508,0,7.1124,2.1508,0,7.1124,3.7525,0,4.979,3.7525,0,4.979,3.7525,0,4.979,3.7525,0 +PL 7.1124,4.2863,0,7.1124,5.316,0,4.979,5.316,0,4.979,5.316,0,4.979,5.316,0 +PL 7.1124,5.85,0,7.1124,6.9177,0,5.8336,6.9177,0,5.8336,6.9177,0,5.8336,6.9177,0 +PL 1.1652,6.9177,0,2.874,6.9177,0,2.874,6.9177,0,2.874,6.9177,0 +PL 6.2574,8.5194,0,7.5432,8.5194,0,7.5432,8.5194,0,7.5432,8.5194,0 + +[9858] 願 +PL 0.5849,0.267,0,0.8655,1.1047,0,0.967,3.2303,0,0.9811,8.4661,0,4.3991,8.4661,0,4.3991,8.4661,0,4.3991,8.4661,0 +PL 2.263,0,0,3.1207,0,0,3.1207,3.6991,0,1.8357,3.6991,0,1.8357,6.9026,0,2.4517,7.1201,0,2.7848,7.397,0,3.1207,7.9703,0 +PL 4.5812,0,0,4.9283,0.3703,0,5.2817,0.7231,0,5.653,1.0679,0 +PL 7.7863,0,0,7.4918,0.3703,0,7.2046,0.7231,0,6.9317,1.0679,0 +PL 1.8357,1.3347,0,1.9649,1.7911,0,2.112,2.2387,0,2.263,2.6696,0 +PL 4.3991,1.3347,0,4.2485,1.7911,0,4.1017,2.2387,0,3.9718,2.6696,0 +PL 5.2222,2.1356,0,5.2222,6.9026,0,5.839,7.1301,0,6.1713,7.476,0,6.5041,8.2374,0,6.0768,8.3137,0,5.653,8.3899,0,5.2222,8.4661,0 +PL 5.653,2.1356,0,7.3625,2.1356,0,7.3625,3.6991,0,5.653,3.6991,0,5.653,3.6991,0,5.653,3.6991,0 +PL 3.7585,3.6991,0,3.8215,4.2331,0,3.8877,4.767,0,3.9718,5.3009,0,2.263,5.3009,0,2.263,5.3009,0,2.263,5.3009,0 +PL 7.3625,4.2331,0,7.3625,5.3009,0,5.653,5.3009,0,5.653,5.3009,0,5.653,5.3009,0 +PL 3.9718,5.8348,0,3.9718,6.9026,0,3.1207,6.9026,0,3.1207,6.9026,0,3.1207,6.9026,0 +PL 7.3625,5.8348,0,7.3625,6.9026,0,6.5041,6.9026,0,6.5041,6.9026,0,6.5041,6.9026,0 +PL 6.9317,8.4661,0,7.7863,8.4661,0,7.7863,8.4661,0,7.7863,8.4661,0 + +[985e] 類 +PL 1.7751,7.4365,0,1.7751,9.0383,0,1.7751,9.0383,0,1.7751,9.0383,0 +PL 1.7751,4.7671,0,1.6907,5.3009,0,1.621,5.8348,0,1.5615,6.3688,0,1.0747,6.024,0,0.584,5.671,0,0.094,5.3009,0 +PL 2.1989,2.6696,0,2.0483,3.0397,0,1.9047,3.3927,0,1.7751,3.7374,0 +PL 2.6294,2.6696,0,3.4843,2.6696,0,3.4843,2.6696,0,3.4843,2.6696,0 +PL 4.3354,2.1357,0,4.3354,6.9026,0,4.955,7.13,0,5.2776,7.4761,0,5.5855,8.2373,0,5.0181,8.3406,0,4.458,8.4267,0,3.9043,8.5044,0 +PL 2.6294,7.9704,0,2.7558,8.3406,0,2.9064,8.6936,0,3.0532,9.0383,0 +PL 2.6294,6.9026,0,3.4843,6.9026,0,3.4843,6.9026,0,3.4843,6.9026,0 +PL 3.0532,5.3009,0,2.0764,6.5128,0,1.2739,6.8095,0,0.094,6.9026,0 +PL 0.5209,8.2373,0,0.3738,8.5044,0,0.2232,8.7713,0,0.094,9.0383,0 +PL 0.3076,0,0,0.7941,0.7233,0,1.2844,1.438,0,1.7751,2.1357,0,1.4456,2.5114,0,1.0151,2.6499,0,0.094,2.6696,0 +PL 3.4843,0,0,3.0532,0.534,0,2.6294,1.0679,0,2.1989,1.6017,0 +PL 3.9043,0,0,4.1848,0.3702,0,4.465,0.7233,0,4.7624,1.0679,0 +PL 4.7624,2.1357,0,6.8674,2.1357,0,6.8674,3.7374,0,4.7624,3.7374,0,4.7624,3.7374,0,4.7624,3.7374,0 +PL 6.8674,4.2714,0,6.8674,5.3009,0,4.7624,5.3009,0,4.7624,5.3009,0,4.7624,5.3009,0 +PL 6.8674,5.8348,0,6.8674,6.9026,0,5.5855,6.9026,0,5.5855,6.9026,0,5.5855,6.9026,0 +L 6.0166,8.5044,7.2947,8.5044 +PL 7.2947,0,0,7.0004,0.3702,0,6.7167,0.7233,0,6.4404,1.0679,0 + +[9867] 顧 +PL 0.4929,0.2821,0,0.7941,1.0617,0,0.9065,2.7822,0,0.9205,6.9177,0,3.8832,6.9177,0,3.5855,6.2201,0,3.3018,5.5053,0,3.0255,4.7821,0,3.3018,4.6282,0,3.5855,4.4657,0,3.8832,4.2863,0 +PL 1.7783,0.0152,0,1.7608,2.6648,0,1.649,3.7723,0,1.3478,4.2863,0,1.6242,4.7328,0,1.9079,5.162,0,2.2024,5.583,0,1.9079,5.6861,0,1.6242,5.7723,0,1.3478,5.85,0 +PL 2.2024,0.0152,0,3.0255,0.0152,0,2.9936,0.7864,0,2.7838,1.2016,0,2.2024,1.6168,0 +PL 4.7343,0.0152,0,5.0114,0.3852,0,5.2951,0.7383,0,5.5924,1.0829,0 +PL 7.6939,0.0152,0,7.4001,0.3852,0,7.1164,0.7383,0,6.8393,1.0829,0 +PL 3.4528,1.6168,0,3.0255,1.987,0,2.6083,2.34,0,2.2024,2.6847,0 +PL 5.1616,2.1508,0,5.1616,6.9177,0,5.7746,7.1451,0,6.1006,7.4911,0,6.4089,8.2524,0,5.9851,8.3555,0,5.5644,8.4418,0,5.1616,8.5194,0 +PL 5.5924,2.1508,0,7.2666,2.1508,0,7.2666,3.7525,0,5.5924,3.7525,0,5.5924,3.7525,0,5.5924,3.7525,0 +PL 3.4528,2.6847,0,3.0255,3.2186,0,2.6083,3.7525,0,2.2024,4.2863,0 +PL 7.2666,4.2863,0,7.2666,5.316,0,5.5924,5.316,0,5.5924,5.316,0,5.5924,5.316,0 +PL 7.2666,5.85,0,7.2666,6.9177,0,6.4089,6.9177,0,6.4089,6.9177,0,6.4089,6.9177,0 +PL 0.4929,8.5194,0,4.3039,8.5194,0,4.3039,8.5194,0,4.3039,8.5194,0 +PL 6.8393,8.5194,0,7.6939,8.5194,0,7.6939,8.5194,0,7.6939,8.5194,0 + +[98a8] 風 +PL 0.2797,0,0,1.0646,2.5509,0,1.1729,5.8137,0,1.1032,8.4663,0,6.1989,8.4663,0,6.3078,4.1838,0,6.5141,2.1469,0,6.6265,1.0679,0,6.8398,0.9041,0,7.0538,0.7233,0,7.2671,0.5341,0,7.3267,0.9041,0,7.3971,1.2573,0,7.4811,1.602,0 +PL 5.7681,0.8011,0,5.6178,1.0679,0,5.4742,1.335,0,5.3443,1.602,0,5.0119,1.2261,0,4.6862,1.0878,0,4.0939,1.0679,0 +PLC 4.0939,3.1655,0,3.6389,4.2446,0,4.0032,5.01,0,4.917,5.3011,0,4.917,3.1655,0 +PL 1.9543,0.5341,0,3.6631,0.5341,0,3.6389,2.1822,0,3.3272,2.9661,0,2.3847,3.1655,0,2.3847,5.3011,0,3.2327,5.4521,0,3.5934,5.9506,0,3.6631,6.8644,0,2.3847,6.8644,0 +L 4.0939,7.3984,4.917,7.3984 + +[98db] 飛 +PL 0.8316,0,0,1.3815,1.1709,0,1.9387,2.3249,0,2.5093,3.4704,0,2.1594,4.0071,0,1.7282,4.205,0,0.8316,4.2331,0 +PL 4.2188,0,0,3.774,3.445,0,2.9541,4.4491,0,2.5093,5.8348,0,1.2589,5.8348,0 +PL 7.6057,0,0,6.4148,1.4958,0,5.9665,2.5339,0,5.8961,4.2331,0,4.4044,4.6314,0,4.1242,5.7417,0,4.2188,7.4365,0 +L 8.0295,0,8.0295,1.0679 +PL 7.1784,1.8687,0,6.8947,2.4704,0,6.8947,2.945,0,7.1784,3.6991,0 +PL 7.6057,4.767,0,6.5935,6.0057,0,6.0537,6.9987,0,5.8961,8.4661,0,1.2589,8.4661,0 +L 8.0295,4.767,8.0295,5.8348 +L 2.5093,6.3688,3.3639,6.3688 +PL 7.1784,6.6356,0,6.8947,7.2374,0,6.8947,7.7119,0,7.1784,8.4661,0 + +[98df] 食 +PL -0.0006,6.3687,0,3.4164,9,0,6.3759,6.3687,0 +PL 1.7079,3.2035,0,5.0947,3.2035,0,5.0947,6.3687,0,1.7079,6.3687,0,1.7079,0.2998,0 +L 5.0947,4.7669,1.7079,4.7669 +L 6.3759,2.6695,5.5213,1.6016 +L 6.3759,0,2.6423,3.2035 +A -0.8167,8.2023,8.296,278.62,300.683 + +[98e2] 飢 +PL 6.4089,0.0001,0,6.4089,8.4661,0,4.7343,8.4661,0,4.7168,3.9463,0,4.6086,2.0283,0,4.3039,1.0678,0 +PL 6.8393,0.0001,0,7.6939,0.0001,0,7.6939,1.6017,0,7.6939,1.6017,0,7.6939,1.6017,0 +PL 4.0934,7.2001,0,2.2931,9.0001,0,0.4929,5.8823,0 +PL 1.3933,0.1301,0,1.3933,6.4412,0,3.5929,6.4412,0,3.5929,3.0001,0,1.3933,3.0001,0 +L 4.0934,3.0001,4.0934,1.5001 +L 1.3933,4.7207,3.5929,4.7207 +A 0.4929,3.18,3.1799,270,334.634 +A 1.456,0.0001,2.6363,10.9331,71.5049 + +[98ef] 飯 +PL 4.8629,0,0,5.3497,0.6371,0,5.8366,1.2571,0,6.3234,1.8687,0,5.7214,3.5918,0,5.5042,4.6201,0,5.4723,5.8347,0,4.6461,5.8347,0,4.5372,3.7796,0,4.3305,2.5635,0,4.2188,1.6017,0 +PL 8.0295,0,0,7.6057,0.6371,0,7.1784,1.2571,0,6.7511,1.8687,0,7.3496,3.2359,0,7.5703,4.2642,0,7.6057,5.8347,0,5.8961,5.8347,0 +PL 4.6461,6.3688,0,4.6461,8.4661,0,8.0295,8.4661,0 +PL 4.4321,7.2,0,2.6353,9,0,0.8316,5.8822,0 +PL 1.7356,0.13,0,1.7356,6.4411,0,3.9348,6.4411,0,3.9348,3,0,1.7356,3,0 +L 4.4321,3,4.4321,1.5 +L 1.7356,4.7206,3.9348,4.7206 +A 0.8316,3.1799,3.1799,270,334.634 +A 1.7951,0,2.6363,10.9331,71.5049 + +[98f2] 飲 +PL 5.153,7.5002,0,8.0631,7.5002,0,8.0631,6.0001,0 +PL 6.2629,7.5002,0,6.2629,4.5001,-0.1926,4.4601,0,0 +PL 4.4591,7.2001,0,2.6627,9.0001,0,0.8625,5.8822,0 +PL 1.7622,0.1301,0,1.7622,6.4412,0,3.9621,6.4412,0,3.9621,3.0001,0,1.7622,3.0001,0 +L 4.4591,3.0001,4.4591,1.5001 +L 1.7622,4.7207,3.9621,4.7207 +A -0.0902,9.0002,5.4505,326.604,0 +A 12.7918,4.5001,6.5253,180,223.601 +A 0.8625,3.18,3.1799,270,334.634 +A 1.8253,0,2.6363,10.9331,71.5049 + +[98fc] 飼 +PL 6.2329,0,0,7.5113,0,0,7.5113,8.4661,0,4.1279,8.4661,0 +PL 1.1333,0.4958,0,1.1231,4.6216,0,1.0216,6.2726,0,0.7379,6.8644,0,1.2317,7.5876,0,1.7182,8.3024,0,2.2051,9.0001,0,2.6919,8.4661,0,3.1896,7.9322,0,3.6974,7.3984,0 +PL 1.7781,0.4958,0,2.2649,1.0297,0,2.7623,1.5635,0,3.2701,2.0975,0 +PLC 4.9513,4.767,0,6.2329,4.767,0,6.2329,2.0975,0,4.9513,2.0975,0 +PL 1.5641,3.1653,0,3.2701,3.1653,0,3.2701,4.767,0,1.5641,4.767,0 +PL 3.2701,5.2628,0,3.2701,6.3305,0,1.5641,6.3305,0 +L 4.5552,6.3305,6.6602,6.3305 + +[98fd] 飽 +PL 4.3991,0,0,4.0944,0.4944,0,3.9827,1.4632,0,3.9683,3.7373,0,5.6775,3.7373,0,5.6775,5.8349,0,4.4587,5.8546,0,3.9158,5.993,0,3.5725,6.3687,0,4.0107,7.1794,0,4.2205,7.8715,0,4.3991,9.0382,0 +PL 4.8229,0,0,7.3867,0,0,7.3867,1.0678,0 +PL 0.585,0.534,0,0.5674,4.6596,0,0.4554,6.3107,0,0.1577,6.9026,0,0.648,7.6258,0,1.1418,8.3405,0,1.6497,9.0382,0,1.9929,8.6936,0,2.3572,8.3405,0,2.7214,7.9704,0 +PL 1.2259,0.534,0,1.7131,1.0678,0,2.2104,1.6018,0,2.7214,2.1356,0 +PL 5.6775,2.1356,0,6.9629,3.1031,0,7.1065,5.2487,0,6.9629,7.4365,0,4.8229,7.4365,0 +PL 1.0123,3.2035,0,2.7214,3.2035,0,2.7214,4.7669,0,1.0123,4.7669,0 +PL 2.7214,5.3009,0,2.7214,6.3687,0,1.0123,6.3687,0 + +[98fe] 飾 +PL 5.711,0.0382,0,5.8091,2.4365,0,5.627,4.4534,0,4.426,5.3009,0,4.426,1.0678,0,4.426,1.0678,0,4.426,1.0678,0 +PL 0.6153,0.534,0,0.5978,4.6596,0,0.4889,6.3108,0,0.1915,6.9026,0,0.6784,7.6258,0,1.1719,8.3405,0,1.6832,9.0382,0,2.1701,8.5043,0,2.6608,7.9704,0,3.1476,7.4365,0 +PL 1.2559,0.534,0,1.7428,1.0678,0,2.2296,1.6018,0,2.7164,2.1357,0 +PL 6.9614,1.0678,0,6.9614,5.3009,0,6.3663,5.3404,0,6.0406,5.6173,0,5.711,6.3687,0 +PL 1.0426,3.2034,0,2.7164,3.2034,0,2.7164,4.8052,0,1.0426,4.8052,0,1.0426,4.8052,0,1.0426,4.8052,0 +PL 2.7164,5.3009,0,2.7164,6.3687,0,1.0426,6.3687,0,1.0426,6.3687,0,1.0426,6.3687,0 +PL 4.0022,6.3687,0,4.4572,7.1794,0,4.6778,7.8715,0,4.8564,9.0382,0 +PL 5.2802,7.4365,0,7.3887,7.4365,0,7.3887,7.4365,0,7.3887,7.4365,0 + +[990a] 養 +PL 4.5511,7.9322,0,4.7433,8.3023,0,4.9503,8.6554,0,5.1636,9,0 +PL 5.1636,7.9322,0,6.8732,7.9322,0,6.8732,7.9322,0,6.8732,7.9322,0 +PL 4.7609,6.9025,0,6.0147,6.9025,0,6.0147,6.9025,0,6.0147,6.9025,0 +PL 4.3409,6.9025,0,4.1868,7.168,0,4.0432,7.4251,0,3.9098,7.6652,0,2.9116,7.7685,0,1.9312,7.8546,0,0.9502,7.9322,0 +PL 3.9098,6.3687,0,3.5455,6.7444,0,2.9925,6.8828,0,1.7771,6.9025,0 +PL 6.8732,3.6992,0,5.5069,5.0834,0,4.523,5.5947,0,3.0552,5.8349,0 +PL 5.5874,3.6992,0,4.6173,4.0947,0,3.1746,4.3715,0,2.2009,4.767,0,2.3337,5.034,0,2.4776,5.3009,0,2.6314,5.5678,0,1.9312,5.671,0,1.2272,5.7572,0,0.5264,5.8349,0 +PL 0.9502,0,0,2.2009,0,0,2.2009,3.6992,0,1.7106,4.0551,0,1.2794,4.0551,0,0.5264,3.6992,0 +PL 2.6314,0,0,2.9606,0.3757,0,3.2937,0.5141,0,3.9098,0.5339,0 +PL 6.0147,0,0,4.8067,1.274,0,3.9206,1.8278,0,2.6314,2.1356,0 +PL 6.442,0,0,7.297,0,0,7.297,0,0,7.297,0,0 +PL 6.0147,1.0678,0,6.2918,1.4379,0,6.5755,1.791,0,6.8732,2.1356,0 +PL 4.7609,2.1356,0,5.5874,2.1356,0,5.5874,3.1652,0,2.6314,3.1652,0,2.6314,3.1652,0,2.6314,3.1652,0 +PL 5.5874,5.8349,0,7.297,5.8349,0,7.297,5.8349,0,7.297,5.8349,0 + +[9913] 餓 +PL 3.452,0,0,4.3066,0,0,4.2229,1.2472,0,4.1528,2.4774,0,4.0894,3.6991,0,3.7252,3.5354,0,3.3679,3.3546,0,3.0247,3.1653,0 +PL 6.8388,0,0,6.4714,0.5325,0,6.1138,1.0565,0,5.7709,1.5636,0,5.5569,1.3997,0,5.3433,1.219,0,5.1296,1.0297,0 +PL 7.2626,0,0,7.2626,1.5636,0,7.2626,1.5636,0,7.2626,1.5636,0 +PL 0.4924,0.534,0,0.3313,3.9238,0,0.3033,6.4491,0,1.1018,9.0001,0,1.5925,8.4662,0,2.0895,7.9322,0,2.5974,7.3984,0 +PL 1.1018,0.534,0,1.4489,1.0664,0,1.8023,1.5904,0,2.1736,2.0975,0 +PL 5.9846,2.3644,0,5.6585,3.5,0,5.3818,4.8645,0,4.9128,5.7967,0,4.6113,5.5862,0,4.4502,5.1808,0,4.3066,4.2331,0 +PL 6.4084,2.8983,0,6.5376,3.5354,0,6.6882,4.1554,0,6.8388,4.7671,0 +PL 0.8882,3.1653,0,2.1736,3.1653,0,2.1736,4.7671,0,0.8882,4.7671,0,0.8882,4.7671,0,0.8882,4.7671,0 +PL 2.1736,5.3009,0,2.1736,6.3304,0,0.8882,6.3304,0,0.8882,6.3304,0,0.8882,6.3304,0 +PL 3.0247,5.7967,0,4.0999,6.1668,0,4.3486,7.13,0,4.3066,8.4662,0,3.452,8.4662,0,3.452,8.4662,0,3.452,8.4662,0 +PL 5.9846,5.7967,0,5.683,6.2712,0,5.5713,7.1017,0,5.5569,9.0001,0 +PL 6.4084,5.7967,0,7.2626,5.7967,0,7.2626,5.7967,0,7.2626,5.7967,0 + +[9928] 館 +PL 3.542,7.4366,0,4.1833,7.616,0,4.8278,7.7783,0,5.4649,7.9323,0,5.4649,9.0002,0,5.4649,9.0002,0,5.4649,9.0002,0 +PL 7.5698,6.3687,0,7.5698,7.9323,0,5.8922,7.9323,0,5.8922,7.9323,0,5.8922,7.9323,0 +PL 4.6138,0,0,4.6138,6.3687,0,6.7433,6.3687,0,6.7433,4.2332,0,5.0376,4.2332,0,5.0376,4.2332,0,5.0376,4.2332,0 +PL 5.0376,0,0,7.1744,0,0,7.1744,2.6696,0,5.0376,2.6696,0,5.0376,2.6696,0,5.0376,2.6696,0 +PL 3.9693,7.2,0,2.1726,9.0001,0,0.3726,5.8822,0 +PL 1.2724,0.1301,0,1.2724,6.4411,0,3.4723,6.4411,0,3.4723,3,0,1.2724,3,0 +L 3.9693,3,3.9693,1.5 +L 1.2724,4.7206,3.4723,4.7206 +A 0.3726,3.1799,3.1799,270,334.634 +A 1.3355,0,2.6363,10.9331,71.5049 + +[9996] 首 +PL 2.2009,0,0,6.442,0,0,6.442,2.0977,0,2.2009,2.0977,0 +PL 1.7771,0,0,1.7771,5.3011,0,2.3337,5.404,0,2.9049,5.4902,0,3.4825,5.568,0,3.6124,6.1781,0,3.7595,6.7882,0,3.9098,7.3984,0,0.5264,7.3984,0 +PL 3.0552,7.9324,0,2.7613,8.3023,0,2.4776,8.6556,0,2.2009,9,0 +PL 6.442,2.6314,0,6.442,3.6992,0,2.2009,3.6992,0,2.2009,3.6992,0,2.2009,3.6992,0 +PL 6.442,4.2332,0,6.442,5.3011,0,3.9098,5.3011,0,3.9098,5.3011,0,3.9098,5.3011,0 +PL 4.3409,7.3984,0,4.9503,7.6358,0,5.3843,8.0509,0,6.0147,9,0 +PL 5.5874,7.3984,0,7.7243,7.3984,0,7.7243,7.3984,0,7.7243,7.3984,0 + +[9999] 香 +PLC 1.436,1.2852,0,1.436,3.7372,0,5.6775,3.7372,0,5.6775,0.0381,0,1.436,0.0381,0 +PL 1.8672,2.1356,0,5.2537,2.1356,0,5.2537,2.1356,0,5.2537,2.1356,0 +PL 0.3682,4.2711,0,1.6115,5.0706,0,2.3292,5.6836,0,3.1421,6.6356,0,2.1435,6.7388,0,1.1418,6.8249,0,0.1577,6.9025,0 +PL 6.5325,4.2711,0,5.597,4.9844,0,4.6758,5.6808,0,3.7547,6.3687,0,3.6951,5.8615,0,3.6359,5.3376,0,3.5725,4.805,0 +PL 3.5725,6.9025,0,3.5725,7.9703,0,1.0123,7.9703,0,1.0123,7.9703,0,1.0123,7.9703,0 +PL 3.9683,6.9025,0,6.9629,6.9025,0,6.9629,6.9025,0,6.9629,6.9025,0 +PL 3.9683,7.9703,0,4.7143,8.1087,0,5.3661,8.3658,0,6.1052,8.5041,0 + +[99ac] 馬 +PL 5.0952,0,0.3496,6.7848,2.0452,0,6.7736,3.6991,0,0.8545,3.6991,0,0.8545,8.4662,0,6.3758,8.4662,0 +L 3.3861,8.4662,3.3861,3.6991 +L 0.8545,6.9027,5.9499,6.9027 +L 0.8545,5.3009,5.9499,5.3009 +L -0.0001,0.801,0.4272,2.1357 +L 1.7091,2.1357,2.1364,1.3348 +L 3.3861,2.1357,3.8134,1.3348 +L 5.0953,2.1357,5.5226,1.3348 + +[99c4] 駄 +PL 1.5621,0,0,2.9249,0.5947,0,3.2892,2.0113,0,3.2717,3.6992,0,0.7394,3.6992,0,0.7394,8.4662,0,3.2717,8.4662,0,3.2717,8.4662,0,3.2717,8.4662,0 +PL 4.1228,0.267,0,5.1451,2.7641,0,5.5444,5.2444,0,4.1228,6.3686,0 +PL 7.5058,0.267,0,6.7808,2.0551,0,6.3605,3.6907,0,6.2277,5.3009,0 +PL 0.3083,0.8008,0,0.4413,1.4379,0,0.5849,2.0579,0,0.7394,2.6695,0 +PL 6.2277,0.5339,0,5.9297,0.904,0,5.6495,1.257,0,5.3766,1.6017,0 +PL 1.5621,1.6017,0,1.5621,2.6695,0,1.5621,2.6695,0,1.5621,2.6695,0 +PL 2.4171,1.6017,0,2.4171,2.6695,0,2.4171,2.6695,0,2.4171,2.6695,0 +PL 1.9859,4.5001,0,1.7131,4.7671,0,1.4395,5.0339,0,1.1593,5.3009,0 +PL 2.4171,5.3009,0,1.9894,5.8348,0,1.5695,6.3686,0,1.1593,6.9026,0 +PL 6.2277,6.3686,0,5.9265,6.822,0,5.8141,7.5043,0,5.8004,9.0001,0 +PL 6.655,6.3686,0,7.5058,6.3686,0,7.5058,6.3686,0,7.5058,6.3686,0 +PL 2.4171,6.9026,0,2.2661,7.2458,0,2.1159,7.589,0,1.9859,7.9322,0 + +[99c5] 駅 +PL 3.7286,0,0,4.51,2.5425,0,4.6183,5.8221,0,4.5486,8.4663,0,7.1124,8.4663,0,7.1124,5.3009,0,6.2574,5.3009,0,6.38,3.4522,0,6.7863,1.9252,0,7.5432,0,0 +PL 1.5925,0,0,2.9546,0.5948,0,3.3157,2.0115,0,3.2978,3.6993,0,0.734,3.6993,0,0.734,8.4663,0,3.2978,8.4663,0 +L 2.4436,5.3009,1.1652,6.9026 +PL 2.4436,6.9026,0,2.2926,7.2459,0,2.149,7.589,0,2.0198,7.9323,0 +PL 2.0198,4.5002,0,1.7217,4.7671,0,1.4415,5.0339,0,1.1652,5.3009,0 +L 1.1652,1.6018,1.1652,2.6696 +L 2.0198,1.6018,2.0198,2.6696 +PL 0.3141,0.5341,0,0.3141,2.6696,0,0.3141,2.6696,0,0.3141,2.6696,0 +L 4.979,5.3009,5.8336,5.3009 + +[99c6] 駆 +PL 1.7131,0,0,3.044,0.6115,0,3.4044,2.0452,0,3.3943,3.6991,0,0.8585,3.6991,0,0.8585,8.4661,0,3.3943,8.4661,0,3.3943,8.4661,0,3.3943,8.4661,0 +PL 4.2453,0,0,4.2453,8.4661,0,7.6284,8.4661,0,7.6284,8.4661,0,7.6284,8.4661,0 +PL 4.6723,0,0,7.6284,0,0,7.6284,0,0,7.6284,0,0 +PL 0.4347,1.0678,0,0.4347,2.6695,0,0.4347,2.6695,0,0.4347,2.6695,0 +PL 1.2893,1.6017,0,1.2893,2.6695,0,1.2893,2.6695,0,1.2893,2.6695,0 +PL 2.1404,1.6017,0,2.1404,2.6695,0,2.1404,2.6695,0,2.1404,2.6695,0 +PL 5.1031,1.6017,0,5.5234,2.4788,0,5.9542,3.3559,0,6.3815,4.2329,0,6.1924,5.024,0,5.86,5.5776,0,5.1031,6.3686,0 +PL 7.2046,2.1356,0,7.0645,2.8489,0,6.9352,3.5452,0,6.8126,4.2329,0 +PL 2.1404,4.5001,0,1.8423,4.767,0,1.5621,5.0338,0,1.2893,5.3008,0 +PL 2.5673,5.3008,0,2.1404,5.8347,0,1.7131,6.3686,0,1.2893,6.9025,0 +PL 6.8126,5.8347,0,6.8126,7.4364,0,6.8126,7.4364,0,6.8126,7.4364,0 +PL 2.5673,6.9025,0,2.4171,7.2726,0,2.2731,7.6256,0,2.1404,7.9703,0 + +[99d0] 駐 +PL 1.8337,0,0,3.1993,0.6131,0,3.5635,2.0565,0,3.5425,3.7373,0,0.583,3.7373,0,0.583,8.5044,0,3.5425,8.5044,0,3.5425,8.5044,0,3.5425,8.5044,0 +PL 3.9733,0,0,5.6475,0,0,5.6755,2.0368,0,5.4272,3.3023,0,4.3936,3.7373,0 +PL 6.0751,0,0,7.3567,0,0,7.3567,0,0,7.3567,0,0 +PL 0.1592,0.8009,0,0.2887,1.438,0,0.4323,2.058,0,0.583,2.6696,0 +PL 1.4099,1.6018,0,1.4099,2.6696,0,1.4099,2.6696,0,1.4099,2.6696,0 +PL 2.2641,1.6018,0,2.2641,2.6696,0,2.2641,2.6696,0,2.2641,2.6696,0 +PL 6.0751,3.7373,0,5.7739,4.1851,0,5.665,5.0057,0,5.6475,6.9026,0,3.9733,6.9026,0,3.9733,6.9026,0,3.9733,6.9026,0 +PL 1.8337,4.5001,0,1.5636,4.767,0,1.2834,5.034,0,1.0103,5.3009,0 +PL 2.2641,5.3009,0,1.8337,5.8348,0,1.413,6.3687,0,1.0103,6.9026,0 +PL 2.2641,6.9026,0,2.1104,7.2727,0,1.9668,7.6258,0,1.8337,7.9704,0 +PL 6.0751,6.9026,0,7.3567,6.9026,0,7.3567,6.9026,0,7.3567,6.9026,0 +PL 6.0751,7.9704,0,5.7809,8.3136,0,5.4969,8.6569,0,5.2202,9.0001,0 + +[9a0e] 騎 +PL 2.2009,0.0001,0,3.3742,0.6116,0,3.5704,2.0452,0,3.4825,3.6992,0,0.9502,3.6992,0,0.9502,8.4661,0,3.4825,8.4661,0,3.4825,8.4661,0,3.4825,8.4661,0 +PL 6.0147,0.0001,0,6.8732,0.0001,0,6.8732,4.7669,0,4.6456,4.9054,0,3.4513,5.1625,0,2.6314,5.3009,0,2.4776,4.9562,0,2.3337,4.6032,0,2.2009,4.2332,0 +PL 0.5264,0.5338,0,0.5264,2.6314,0,0.5264,2.6314,0,0.5264,2.6314,0 +PL 1.3463,1.6017,0,1.3463,2.6314,0,1.3463,2.6314,0,1.3463,2.6314,0 +PL 2.2009,1.6017,0,2.2009,2.6314,0,2.2009,2.6314,0,2.2009,2.6314,0 +PLC 4.3409,2.1343,0,4.3409,3.1652,0,5.5874,3.1652,0,5.5874,1.6017,0,4.3409,1.6017,0 +PL 1.5596,5.3009,0,1.7771,5.5679,0,1.9869,5.8348,0,2.2009,6.1017,0,1.9029,6.3686,0,1.6227,6.6357,0,1.3463,6.9026,0 +PL 4.3409,5.8348,0,4.7433,6.3673,0,5.1636,6.8912,0,5.5874,7.3983,0,5.2586,7.7741,0,4.9328,7.9125,0,4.3409,7.9323,0 +PL 6.8732,5.8348,0,6.5755,6.2048,0,6.2918,6.558,0,6.0147,6.9026,0 +PL 2.6314,6.9026,0,2.4776,7.2458,0,2.3337,7.5891,0,2.2009,7.9323,0 +PL 6.0147,7.9323,0,5.8676,8.3023,0,5.7174,8.6554,0,5.5874,9,0 +PL 6.442,7.9323,0,7.297,7.9323,0,7.297,7.9323,0,7.297,7.9323,0 + +[9a12] 騒 +PL 1.3775,0,0,2.7435,0.5947,0,3.1042,2.0113,0,3.0867,3.6992,0,0.5229,3.6992,0,0.5229,8.4662,0,3.0867,8.4662,0,3.0867,8.4662,0,3.0867,8.4662,0 +PL 3.5105,0,0,5.1882,0,0,5.1076,1.418,0,4.7539,2.0142,0,3.9417,2.1356,0,3.9417,3.6992,0,4.5332,3.7387,0,4.8589,4.0156,0,5.1882,4.7671,0 +PL 5.6193,0,0,6.0778,0.435,0,6.2988,0.9887,0,6.4736,2.1356,0,5.854,2.1653,0,5.5244,2.3729,0,5.1882,2.9364,0,5.5244,3.4732,0,5.854,3.6709,0,6.4736,3.6992,0,6.4736,2.6695,0,6.4736,2.6695,0,6.4736,2.6695,0 +PL 0.1271,1.0678,0,0.1271,2.6695,0,0.1271,2.6695,0,0.1271,2.6695,0 +PL 0.9467,1.6017,0,0.9467,2.6695,0,0.9467,2.6695,0,0.9467,2.6695,0 +PL 1.8052,1.6017,0,1.8052,2.6695,0,1.8052,2.6695,0,1.8052,2.6695,0 +PL 1.8052,4.5001,0,1.5071,4.7671,0,1.2234,5.0339,0,0.9467,5.3009,0 +PL 2.2321,5.3009,0,1.8052,5.8348,0,1.3775,6.3686,0,0.9467,6.9026,0 +PL 4.1238,5.3009,0,4.467,5.671,0,4.8239,6.0241,0,5.1882,6.3686,0,4.894,6.9788,0,4.6103,7.589,0,4.3371,8.1992,0,6.4736,8.1992,0,6.1762,7.6921,0,5.8957,7.1681,0,5.6193,6.6357,0,6.1762,6.2048,0,6.7468,5.7571,0,7.3247,5.3009,0 +PL 2.2321,6.9026,0,2.0815,7.2458,0,1.9348,7.589,0,1.8052,7.9322,0 + +[9a13] 験 +L 0.3083,1.0679,0.3083,2.6696 +L 1.1593,1.6018,1.1593,2.6696 +L 1.9859,1.6018,1.9859,2.6696 +L 1.9859,4.5001,1.1593,5.3008 +PL 1.5621,0,0,2.9249,0.5947,0,3.2892,2.0114,0,3.2717,3.6991,0,0.7394,3.6991,0,0.7394,8.4661,0,3.2717,8.4661,0,3.2717,8.4661,0,3.2717,8.4661,0 +PL 6.441,6.3688,0,6.655,6.5579,0,6.8722,6.7388,0,7.0855,6.9026,0,6.655,7.6159,0,6.2277,8.3122,0,5.8004,9.0001,0,5.5269,8.4931,0,5.2506,7.969,0,4.9805,7.4365,0 +PL 4.1228,0,0,4.6758,0.904,0,5.2292,1.7911,0,5.8004,2.6696,0,5.4709,3.0453,0,5.1451,3.1837,0,4.5501,3.2034,0,4.5501,4.767,0,5.3766,4.9279,0,5.7265,5.445,0,5.8004,6.3688,0,5.0965,6.4873,0,4.5676,6.606,0,4.1228,6.3688,0 +PL 7.5058,0,0,7.0855,0.7231,0,6.655,1.4379,0,6.2277,2.1356,0 +PLC 5.944,3.7698,0,5.944,4.1752,0,6.2277,4.767,0,7.0855,4.767,0,7.0855,3.2034,0,6.2277,3.2034,0 +PL 2.4171,5.3009,0,1.9894,5.8348,0,1.5695,6.3688,0,1.1593,6.9026,0 +PL 2.4171,6.9026,0,2.2661,7.2727,0,2.1159,7.6259,0,1.9859,7.9703,0 + +[9a30] 騰 +PL 0.4612,0.2822,0,0.7624,1.0943,0,0.8741,3.22,0,0.8917,8.4814,0,2.142,8.4814,0,2.142,0.0152,0,2.142,0.0152,0,2.142,0.0152,0 +PL 2.9966,0.0152,0,3.1227,0.3584,0,3.2737,0.7016,0,3.4239,1.0449,0 +PL 6.3835,0.0152,0,6.2297,0.3584,0,6.0861,0.7016,0,5.9527,1.0449,0 +PL 6.8073,0.0152,0,7.1085,0.4234,0,7.2209,0.9671,0,7.2349,2.1126,0,3.8512,2.1126,0,3.8512,4.7821,0,2.9966,4.7821,0,2.9966,4.7821,0,2.9966,4.7821,0 +PL 5.5289,2.6466,0,5.2175,3.0222,0,4.8918,3.1607,0,4.275,3.1805,0 +PL 5.9527,3.1805,0,5.3468,3.9319,0,4.9093,4.2087,0,4.275,4.2483,0 +PL 5.9527,4.2483,0,5.5884,4.8217,0,5.0494,5.0986,0,3.8512,5.3161,0 +PL 6.594,4.2483,0,6.8073,4.4375,0,7.0209,4.6184,0,7.2349,4.7821,0,6.9054,5.1579,0,6.5695,5.2963,0,5.9527,5.3161,0 +PL 4.275,6.0788,0,3.8512,6.1819,0,3.4239,6.2681,0,2.9966,6.3457,0 +PL 6.3835,6.0788,0,5.8126,6.1819,0,5.2526,6.2681,0,4.7023,6.3457,0,4.7023,7.4135,0,4.0894,7.6311,0,3.7535,7.9079,0,3.4239,8.4814,0 +PL 6.8073,6.3457,0,7.6622,6.3457,0,7.6622,6.3457,0,7.6622,6.3457,0 +PL 5.9527,7.1466,0,5.6834,7.2498,0,5.4063,7.3359,0,5.13,7.4135,0,5.13,8.4814,0,5.13,8.4814,0,5.13,8.4814,0 +PL 6.3835,7.6805,0,6.5134,7.9475,0,6.6567,8.2144,0,6.8073,8.4814,0 + +[9a5a] 驚 +PL 6.6275,0,0,7.0758,0.4153,0,7.2404,0.8306,0,7.2646,1.6017,0,1.7447,1.6017,0,1.7447,4.767,0,2.172,4.8702,0,2.5997,4.9563,0,3.0231,5.0339,0,2.6803,5.5974,0,2.2354,5.805,0,1.3139,5.8348,0,1.2369,6.2048,0,1.1672,6.558,0,1.1041,6.9026,0,0.8901,6.7388,0,0.6804,6.558,0,0.4628,6.3687,0 +PL 4.277,2.1356,0,3.9338,2.5113,0,3.3874,2.6497,0,2.172,2.6695,0 +PL 4.7047,2.6695,0,3.8536,3.5298,0,3.1461,3.7289,0,2.172,3.6991,0 +PL 5.1355,2.6695,0,6.4135,2.6695,0,6.4135,2.6695,0,6.4135,2.6695,0 +PL 4.7047,3.6991,0,4.277,4.1553,0,3.8606,4.6031,0,3.4543,5.0339,0,3.7517,5.6569,0,3.8637,6.2797,0,3.8816,7.4365,0,2.5997,7.4365,0,2.5997,6.3687,0,2.5997,6.3687,0,2.5997,6.3687,0 +PL 5.1355,3.6991,0,6.4135,3.6991,0,6.4135,3.6991,0,6.4135,3.6991,0 +PL 4.918,4.767,0,5.2612,5.3008,0,5.6223,5.8348,0,5.9866,6.3687,0,5.6885,6.9012,0,5.4048,7.4253,0,5.1355,7.9322,0,4.9775,7.7783,0,4.8343,7.6159,0,4.7047,7.4365,0 +PL 5.5558,4.767,0,6.4766,4.7869,0,6.9214,4.9252,0,7.2646,5.3008,0,6.9704,5.6709,0,6.6867,6.024,0,6.4135,6.3687,0,6.7151,6.7825,0,6.8268,7.188,0,6.8408,7.9322,0,6.2247,7.9718,0,5.8916,8.2486,0,5.5558,9,0 +PL 1.5314,7.4365,0,1.591,7.7797,0,1.6607,8.123,0,1.7447,8.4661,0,0.4628,8.4661,0,0.4628,8.4661,0,0.4628,8.4661,0 +PL 3.0231,8.1992,0,2.7293,8.3023,0,2.4487,8.3885,0,2.172,8.4661,0 +PL 3.4543,8.4661,0,4.277,8.4661,0,4.277,8.4661,0,4.277,8.4661,0 + +[9aa8] 骨 +PL 2.5093,0,0,2.5093,4.233,0,5.8961,4.233,0,5.8961,0,0,4.6461,0,0,4.6461,0,0,4.6461,0,0 +PL 2.9401,2.1356,0,5.4723,2.1356,0,5.4723,2.1356,0,5.4723,2.1356,0 +PL 2.9401,3.2033,0,5.4723,3.2033,0,5.4723,3.2033,0,5.4723,3.2033,0 +PL 0.8316,4.233,0,0.8316,5.8347,0,2.5093,5.8347,0,2.5093,8.5042,0,5.8961,8.5042,0,5.8961,5.8347,0,7.6057,5.8347,0,7.6057,4.233,0,7.6057,4.233,0,7.6057,4.233,0 +PL 2.9401,5.8347,0,4.2188,5.8347,0,4.2188,7.4364,0,5.4723,7.4364,0,5.4723,7.4364,0,5.4723,7.4364,0 +PL 4.6461,5.8347,0,5.4723,5.8347,0,5.4723,5.8347,0,5.4723,5.8347,0 + +[9ac4] 髄 +PL 1.2589,0.0382,0,1.2589,4.2712,0,2.9401,4.2712,0,2.9401,0.0382,0,2.9401,0.0382,0,2.9401,0.0382,0 +PL 3.7912,0.0382,0,4.5547,1.3898,0,4.6948,2.6653,0,4.6461,4.2712,0,3.7912,4.2712,0,3.7912,4.2712,0,3.7912,4.2712,0 +PL 5.8961,0.0382,0,5.6198,0.2176,0,5.3497,0.3801,0,5.0734,0.534,0 +PL 6.3234,0.0382,0,8.0295,0.0382,0,8.0295,0.0382,0,8.0295,0.0382,0 +PL 5.8961,1.6018,0,5.8156,3.0128,0,5.7459,4.4238,0,5.6793,5.8348,0,5.4723,5.671,0,5.2657,5.4902,0,5.0734,5.3009,0 +PL 7.6057,1.6018,0,7.6057,3.7373,0,6.3234,3.7373,0,6.3234,3.7373,0,6.3234,3.7373,0 +PL 1.655,2.1357,0,2.5093,2.1357,0,2.5093,2.1357,0,2.5093,2.1357,0 +PL 1.655,3.2034,0,2.5093,3.2034,0,2.5093,3.2034,0,2.5093,3.2034,0 +PL 7.6057,4.5382,0,7.1784,4.6413,0,6.7511,4.7275,0,6.3234,4.8052,0 +PL 7.6057,5.3009,0,7.6057,6.3687,0,5.8961,6.3687,0,5.8961,7.9704,0,5.0734,7.9704,0,5.0734,7.9704,0,5.0734,7.9704,0 +PLC 1.2589,6.7388,0,1.2589,8.5043,0,2.9401,8.5043,0,2.9401,5.8348,0,1.2589,5.8348,0 +PL 2.0823,6.3687,0,2.2154,6.7388,0,2.359,7.0919,0,2.5093,7.4365,0 +PL 6.3234,7.9704,0,6.3234,9.0382,0,6.3234,9.0382,0,6.3234,9.0382,0 +PL 6.7511,7.9704,0,8.0295,7.9704,0,8.0295,7.9704,0,8.0295,7.9704,0 + +[9ad8] 高 +PLC 4.6372,2.6695,0,4.6372,1.0677,0,2.105,1.0677,0,2.105,2.6695,0 +PL 0.4273,0,0,0.4273,4.233,0,6.3457,4.233,0,6.3457,0,0,5.4918,0,0 +PLC 5.0645,6.9025,0,5.0645,5.301,0,1.6777,5.301,0,1.6777,6.9025,0 +L 3.3862,7.9705,3.3862,9 +L 0,7.9705,6.773,7.9705 + +[9aea] 髪 +PL 2.0783,0,0,3.2793,0.0198,0,3.8191,0.1581,0,4.1833,0.5339,0,3.8292,1.0664,0,3.4825,1.5904,0,3.1466,2.0974,0,2.3547,1.5904,0,1.5705,1.0664,0,0.7999,0.5339,0 +PL 5.4649,0,0,5.1671,0.1892,0,4.8873,0.3701,0,4.6138,0.5339,0 +PL 5.8922,0,0,6.7433,0,0,6.7433,0,0,6.7433,0,0 +PL 5.4649,1.0677,0,5.5948,1.3347,0,5.7419,1.6017,0,5.8922,1.8687,0,5.1671,1.9449,0,4.4597,2.0211,0,3.7595,2.0974,0 +PL 2.9326,2.8983,0,2.0783,3.0014,0,1.2237,3.0875,0,0.3726,3.1652,0 +PL 3.3599,3.1652,0,3.3599,4.233,0,3.3599,4.233,0,3.3599,4.233,0 +PL 3.7595,3.1652,0,7.5698,3.1652,0,7.5698,3.1652,0,7.5698,3.1652,0 +PL 0.3726,4.7669,0,0.9856,4.9944,0,1.3215,5.3404,0,1.6545,6.1017,0,1.2237,6.2048,0,0.7999,6.291,0,0.3726,6.3687,0 +PL 1.8678,4.7669,0,2.3547,5.2231,0,2.852,5.6709,0,3.3599,6.1017,0,2.9326,6.2048,0,2.5088,6.291,0,2.0783,6.3687,0 +PL 4.6138,4.7669,0,5.5598,4.8065,0,6.2252,5.0834,0,7.1744,5.8348,0 +PL 4.6138,6.3687,0,5.5598,6.4067,0,6.2252,6.6737,0,7.1744,7.3983,0 +PL 1.2237,6.8645,0,1.2237,8.4661,0,3.7595,8.4661,0,3.7595,8.4661,0,3.7595,8.4661,0 +PL 1.6545,7.3983,0,3.3599,7.3983,0,3.3599,7.3983,0,3.3599,7.3983,0 +PL 4.6138,7.9322,0,5.3146,8.3022,0,6.0256,8.6554,0,6.7433,8.9999,0 + +[9b3c] 鬼 +PL 0.735,0.0001,0,1.7648,1.3432,0,2.4267,2.5594,0,2.6617,4.2332,0,1.3795,4.2332,0,1.3795,7.3983,0,2.4446,7.5593,0,3.1731,7.9746,0,3.9156,9,0 +PL 4.7667,0.0001,0,4.462,0.5128,0,4.3531,1.6102,0,4.3356,4.2332,0,3.089,4.2332,0,3.089,4.2332,0,3.089,4.2332,0 +PL 5.1905,0.0001,0,7.3302,0.0001,0,7.299,0.7896,0,7.0748,1.3335,0,6.4724,2.0975,0,6.1257,1.7486,0,5.6844,1.6201,0,4.7667,1.6017,0 +PL 5.1905,2.0975,0,5.3232,2.4676,0,5.4668,2.8207,0,5.6213,3.1652,0 +PL 4.7667,4.2332,0,6.4724,4.2332,0,6.4724,5.8348,0,4.3356,5.8348,0,4.1853,5.4901,0,4.0417,5.137,0,3.9156,4.7669,0 +PL 1.8033,5.8348,0,3.0186,5.8546,0,3.565,5.9929,0,3.9156,6.3686,0,3.7647,6.7119,0,3.6389,7.0551,0,3.5128,7.3983,0 +PL 6.4724,6.3686,0,6.4724,7.3983,0,4.3356,7.3983,0,4.3356,7.3983,0,4.3356,7.3983,0 + +[9b42] 魂 +PL 2.3575,0.0381,0,3.3449,1.3898,0,4.0103,2.5889,0,4.2453,4.2711,0,3.3943,4.2711,0,3.3943,7.9703,0,4.308,8.1878,0,4.7532,8.4647,0,5.1031,9.0381,0 +PL 5.9542,0.0381,0,5.653,0.5508,0,5.5413,1.6482,0,5.5234,4.2711,0,4.6723,4.2711,0,4.6723,4.2711,0,4.6723,4.2711,0 +PL 6.3815,0.0381,0,7.6284,0.0381,0,7.6284,1.0678,0,7.6284,1.0678,0,7.6284,1.0678,0 +PL 0.8585,2.1356,0,0.9702,3.4604,0,1.1769,4.5479,0,1.2893,5.8729,0,0.4347,5.8729,0,0.4347,5.8729,0,0.4347,5.8729,0 +PL 1.2893,2.1356,0,1.615,2.5112,0,1.9512,2.6497,0,2.5673,2.6694,0,2.5533,3.4406,0,2.4416,3.8559,0,2.1404,4.2711,0 +PL 6.3815,2.4025,0,6.5146,3.0395,0,6.655,3.6595,0,6.8126,4.2711,0,5.9542,4.2711,0,5.9542,4.2711,0,5.9542,4.2711,0 +PL 6.8126,2.1356,0,7.103,2.4914,0,7.317,2.4914,0,7.6284,2.1356,0 +PL 5.1031,4.805,0,4.9493,5.9562,0,4.5182,6.3361,0,3.818,6.3687,0 +PL 6.8126,4.805,0,6.8126,6.3687,0,5.6603,6.4702,0,5.1872,6.928,0,5.1031,7.9703,0,6.8126,7.9703,0,6.8126,6.9025,0,6.8126,6.9025,0,6.8126,6.9025,0 +PL 1.7131,5.8729,0,2.5673,5.8729,0,2.5673,5.8729,0,2.5673,5.8729,0 +PL 0.8585,7.9703,0,2.5673,7.9703,0,2.5673,7.9703,0,2.5673,7.9703,0 + +[9b45] 魅 +PL 0.8301,0.267,0,1.4329,1.6611,0,1.657,2.6992,0,1.6885,4.2712,0,0.8301,4.2712,0,0.8301,7.9704,0,1.4504,8.1879,0,1.7828,8.4647,0,2.1158,9.0382,0 +PL 2.9669,0,0,2.6514,0.5721,0,2.4272,2.0848,0,2.1158,5.8349,0,1.8181,6.0241,0,1.5376,6.2048,0,1.2574,6.3687,0 +PL 3.3977,0,0,8.0346,0,0,8.0346,1.6018,0,8.0346,1.6018,0,8.0346,1.6018,0 +PL 3.1802,1.6018,0,3.611,2.3927,0,3.7686,2.9464,0,3.7932,3.7373,0,3.5168,3.9265,0,3.2398,4.1075,0,2.9669,4.2712,0 +PL 3.7932,1.6018,0,4.0667,1.7048,0,4.3536,1.791,0,4.6446,1.8687,0,4.4936,2.1356,0,4.3536,2.4025,0,4.2208,2.6696,0,4.7742,3.6498,0,5.3482,4.613,0,5.9297,5.5679,0,5.5027,5.671,0,5.0719,5.7571,0,4.6446,5.8349,0 +PL 6.3538,1.6018,0,6.4659,4.0974,0,6.2873,6.4153,0,5.0719,7.4365,0 +PL 8.0346,3.2035,0,7.6042,4.0029,0,7.1839,4.7938,0,6.7807,5.5679,0,7.1839,5.671,0,7.6042,5.7571,0,8.0346,5.8349,0 +PL 3.3977,4.7669,0,3.3977,6.3687,0,2.4416,6.5552,0,2.1368,7.0975,0,2.1158,7.9704,0,3.3977,7.9704,0,3.3977,6.9026,0,3.3977,6.9026,0,3.3977,6.9026,0 +PL 6.7807,7.4365,0,6.4795,7.8517,0,6.3713,8.267,0,6.3538,9.0382,0 + +[9b54] 魔 +PL 0.6793,0,0,0.7876,1.1258,0,0.9942,3.3108,0,1.1066,7.9704,0,4.49,7.9704,0,4.49,9.0382,0,4.49,9.0382,0,4.49,9.0382,0 +PL 2.143,0,0,2.6334,0.534,0,3.1276,1.0678,0,3.6389,1.6018,0,3.6389,2.6696,0,2.3532,2.6696,0,2.3395,4.1652,0,2.2271,4.8475,0,1.9332,5.3009,0,2.2029,5.7571,0,2.4866,6.2048,0,2.7843,6.6356,0,2.4866,6.7388,0,2.2029,6.8249,0,1.9332,6.9026,0 +PL 5.3166,0,0,5.0395,0.4548,0,4.9348,1.1469,0,4.917,2.6696,0,4.0627,2.6696,0,4.0627,2.6696,0,4.0627,2.6696,0 +PL 5.7439,0,0,7.88,0,0,7.88,1.0678,0,7.88,1.0678,0,7.88,1.0678,0 +PL 5.7439,1.3348,0,5.8731,1.7048,0,6.0167,2.058,0,6.1712,2.4025,0,5.8731,2.5057,0,5.5929,2.5918,0,5.3166,2.6696,0 +PL 6.1712,1.0678,0,7.0219,1.0678,0,7.0219,1.0678,0,7.0219,1.0678,0 +PL 6.5981,2.6696,0,6.5981,3.7373,0,2.7843,3.7373,0,2.7843,3.7373,0,2.7843,3.7373,0 +PL 4.49,4.2712,0,4.1433,4.6201,0,3.702,4.7486,0,2.7843,4.7669,0 +PL 6.5981,4.5382,0,5.1656,4.8687,0,4.3289,5.428,0,3.4249,6.3687,0,3.3409,6.0241,0,3.2747,5.671,0,3.2081,5.3009,0 +PL 6.1712,5.3009,0,6.0906,5.671,0,6.0167,6.0241,0,5.9572,6.3687,0,5.7439,6.2048,0,5.5299,6.0241,0,5.3166,5.8349,0 +PL 7.4527,5.3009,0,6.5981,6.4366,0,5.9327,6.7585,0,4.917,6.9026,0 +PL 6.1712,7.7035,0,5.7439,7.8066,0,5.3232,7.8927,0,4.917,7.9704,0 +PL 6.5981,7.9704,0,7.88,7.9704,0,7.88,7.9704,0,7.88,7.9704,0 + +[9b5a] 魚 +L 0.0004,0,0.8536,1.6018 +L 2.5628,1.6018,2.9901,0.267 +L 4.2412,1.6018,4.6671,0.267 +L 5.949,1.6018,6.8036,0.267 +PL 3.9119,6.3689,0,5.949,6.3689,0,5.949,3.1652,0,0.8536,3.1652,0,0.8536,6.3689,0,3.9119,6.3689,0,4.6671,7.7036,0,1.8147,8.0133,0 +L 3.4174,6.3689,3.4174,3.1652 +L 5.949,4.767,0.8536,4.767 +A -1.2283,9.5483,3.4085,291.125,350.743 + +[9bae] 鮮 +PL 0.5588,0,0,0.8561,0.4139,0,0.965,0.8192,0,0.9826,1.5636,0 +PL 6.0471,0,0,6.0292,1.4958,0,5.928,2.178,0,5.651,2.6313,0,4.3726,2.6313,0,4.3726,2.6313,0,4.3726,2.6313,0 +PL 1.8372,0.5339,0,1.8372,1.5636,0,1.8372,1.5636,0,1.8372,1.5636,0 +PL 2.6637,0.5339,0,2.6637,1.5636,0,2.6637,1.5636,0,2.6637,1.5636,0 +PL 3.9421,0.8009,0,3.7912,1.0664,0,3.6441,1.3235,0,3.5148,1.5636,0 +PLC 0.9962,6.0156,0,1.1086,7.4591,0,1.4099,8.1992,0,1.8126,8.3023,0,2.2326,8.3884,0,2.6637,8.4662,0,2.4953,7.3193,0,2.5201,6.5876,0,3.5148,6.3305,0,3.5148,2.6313,0,0.9826,2.6313,0 +PL 6.4744,2.6313,0,6.1588,3.3037,0,5.942,4.0946,0,5.651,4.767,0,4.7932,4.767,0,4.7932,4.767,0,4.7932,4.767,0 +PL 6.8982,2.6313,0,7.7559,2.6313,0,7.7559,2.6313,0,7.7559,2.6313,0 +PL 2.2326,3.1653,0,2.2014,3.9365,0,1.9874,4.3517,0,1.4099,4.767,0 +PL 2.6637,4.767,0,2.2326,5.2994,0,1.8126,5.8234,0,1.4099,6.3305,0 +PL 6.4744,4.767,0,6.1728,5.2005,0,6.0646,5.7444,0,6.0471,6.8644,0,4.3726,6.8644,0,4.3726,6.8644,0,4.3726,6.8644,0 +PL 6.4744,6.8644,0,6.6036,7.5877,0,6.7472,8.3023,0,6.8982,9,0 +PL 6.8982,6.8644,0,7.7559,6.8644,0,7.7559,6.8644,0,7.7559,6.8644,0 +PL 5.2237,8.1992,0,5.0734,8.4662,0,4.926,8.7331,0,4.7932,9,0 + +[9be8] 鯨 +PL 0.0019,0.0152,0,0.3066,0.4304,0,0.4187,0.8456,0,0.4324,1.6168,0 +PL 4.6668,0.0152,0,5.5249,0.0152,0,5.5249,4.2863,0,4.2465,4.2863,0,4.2465,5.85,0,6.8068,5.85,0,6.8068,4.2863,0,5.9557,4.2863,0,5.9557,4.2863,0,5.9557,4.2863,0 +PL 1.2835,0.5491,0,1.2835,1.6168,0,1.2835,1.6168,0,1.2835,1.6168,0 +PL 2.1416,0.5491,0,2.1416,1.6168,0,2.1416,1.6168,0,2.1416,1.6168,0 +PL 2.9926,0.5491,0,2.9926,1.6168,0,2.9926,1.6168,0,2.9926,1.6168,0 +PL 3.8157,1.0829,0,4.1208,1.4983,0,4.229,1.9135,0,4.2465,2.6847,0 +PL 7.2341,1.0829,0,6.9329,1.4983,0,6.8247,1.9135,0,6.8068,2.6847,0 +PLC 0.4187,5.3076,0,0.3066,6.405,0,0.0019,6.9177,0,0.4324,7.4516,0,0.8562,7.9855,0,1.2835,8.5194,0,1.7107,8.4418,0,2.1416,8.3555,0,2.5653,8.2524,0,2.2715,7.8218,0,1.9878,7.374,0,1.7107,6.9177,0,2.0473,6.542,0,2.3727,6.4036,0,2.9926,6.3838,0,2.9926,2.6847,0,0.4324,2.6847,0 +PL 1.7107,3.2186,0,1.6831,3.9883,0,1.4589,4.3938,0,0.8562,4.7821,0 +PL 2.1416,4.7821,0,1.7107,5.316,0,1.2835,5.85,0,0.8562,6.3838,0 +PL 3.8157,7.4516,0,5.5249,7.4516,0,5.5249,9.0534,0,5.5249,9.0534,0,5.5249,9.0534,0 +PL 5.9557,7.4516,0,7.2341,7.4516,0,7.2341,7.4516,0,7.2341,7.4516,0 + +[9ce5] 鳥 +PL 6.1311,0,0.2612,6.7721,1.1358,0,6.7721,2.6314,0,1.2509,2.6314,0,1.2509,7.9705,0,5.4916,7.9705,0,5.4916,5.8349,0,1.2509,5.8349,0 +L -0.0002,0,0.832,1.6131 +L 2.5314,0.801,2.083,1.59 +L 3.8133,0.801,3.3649,1.5902 +L 5.4916,0,4.6679,1.6021 +L 1.2509,4.233,7.1994,4.233 +L 5.4916,6.9027,1.2509,6.9027 +L 3.8133,9.0001,3.131,7.9705 + +[9cf4] 鳴 +PL 6.1712,0,0,7.4527,0.4986,0,7.8555,1.7007,0,7.88,3.1655,0,4.0627,3.1655,0,4.0627,7.9324,0,4.6788,8.1499,0,5.0045,8.4267,0,5.3166,9,0 +PL 2.3532,0.5341,0,2.6544,0.9479,0,2.7668,1.3532,0,2.7843,2.0977,0 +PL 4.0627,1.335,0,3.9118,1.6003,0,3.7682,1.8573,0,3.6389,2.0977,0 +PL 5.3166,1.335,0,5.173,1.6003,0,5.043,1.8573,0,4.917,2.0977,0 +PLC 0.6793,7.9324,0,2.3532,7.9324,0,2.3532,3.1655,0,0.6793,3.1655,0 +L 4.49,4.2332,7.88,4.2332 +PL 4.49,5.3011,0,7.0219,5.3011,0,7.0219,6.8644,0,4.49,6.8644,0 +PL 7.0219,7.6653,0,6.444,7.7686,0,5.8731,7.8547,0,5.3166,7.9324,0 + +[9d8f] 鶏 +PL 1.0783,0,0,1.5651,0.7232,0,2.0593,1.4378,0,2.5703,2.1356,0,2.2239,2.5113,0,1.7791,2.6496,0,0.865,2.6695,0 +PL 6.3845,0,0,7.6807,0.5084,0,8.0762,1.7288,0,8.094,3.2034,0,5.1026,3.2034,0,5.1026,7.9703,0,5.7229,8.1864,0,6.0517,8.4535,0,6.3845,9,0 +PL 3.4284,0.8008,0,3.2746,1.0678,0,3.131,1.3347,0,2.9976,1.6017,0 +PL 4.2798,0.5339,0,4.546,1.2063,0,4.546,1.9972,0,4.2798,2.6695,0,2.9976,2.6695,0,2.7037,3.202,0,2.4235,3.726,0,2.1433,4.2329,0,1.2887,4.2329,0,1.2887,4.2329,0,1.2887,4.2329,0 +PL 5.5334,1.0678,0,5.5334,2.1356,0,5.5334,2.1356,0,5.5334,2.1356,0 +PL 6.3845,1.0678,0,6.3845,2.1356,0,6.3845,2.1356,0,6.3845,2.1356,0 +PL 2.9976,4.2329,0,2.8473,4.6031,0,2.7037,4.9562,0,2.5703,5.3008,0 +PL 5.5334,4.2329,0,8.094,4.2329,0,8.094,4.2329,0,8.094,4.2329,0 +PL 5.5334,5.3008,0,7.6632,5.3008,0,7.6632,6.9025,0,5.5334,6.9025,0,5.5334,6.9025,0,5.5334,6.9025,0 +PL 3.4284,6.3686,0,3.7019,6.7387,0,3.9821,7.0918,0,4.2798,7.4365,0 +PL 7.6632,7.7034,0,7.2429,7.8064,0,6.8121,7.8926,0,6.3845,7.9703,0 +PL 0.865,7.9703,0,2.5076,8.0988,0,3.4879,8.3376,0,4.2798,8.4661,0 + +[9e97] 麗 +PL 0.4628,8.4661,0,3.4543,8.4661,0,3.4543,8.4661,0,3.4543,8.4661,0 +PL 4.7047,8.4661,0,7.6919,8.4661,0,7.6919,8.4661,0,7.6919,8.4661,0 +PL 0.4628,0.2669,0,1.1041,2.0212,0,1.3073,3.4958,0,1.3139,5.3009,0,2.295,5.4039,0,3.2788,5.4901,0,4.277,5.5678,0,4.407,6.178,0,4.5537,6.7882,0,4.7047,7.3983,0,7.2646,7.3983,0,7.2646,6.3687,0,7.2646,6.3687,0,7.2646,6.3687,0 +PL 1.7447,0,0,2.5997,0,0,2.5997,3.1653,0,1.7447,3.1653,0,1.7447,3.1653,0,1.7447,3.1653,0 +PL 3.0231,0,0,3.3562,0.3757,0,3.6816,0.5141,0,4.277,0.5339,0 +PL 5.5558,0,0,4.7712,1.8941,0,4.0949,3.5339,0,1.7447,4.233,0 +PL 5.9866,0,0,7.6919,0,0,7.6919,1.0677,0,7.6919,1.0677,0,7.6919,1.0677,0 +PL 5.5558,1.6017,0,6.1158,1.7811,0,6.6867,1.9435,0,7.2646,2.0975,0 +PL 3.0231,2.0975,0,4.277,2.0975,0,4.277,2.0975,0,4.277,2.0975,0 +PL 5.5558,3.1653,0,4.6168,3.9364,0,3.6816,4.3517,0,3.0231,4.7669,0 +PL 5.9866,3.1653,0,6.8408,3.1653,0,6.8408,4.233,0,5.906,4.2725,0,5.3488,4.5494,0,4.7047,5.3009,0 +PL 5.5558,5.3009,0,7.2646,5.3009,0,7.2646,5.3009,0,7.2646,5.3009,0 +PL 0.8901,6.3687,0,0.8901,7.3983,0,3.4543,7.3983,0,3.4543,6.3687,0,3.4543,6.3687,0,3.4543,6.3687,0 + +[9ebb] 麻 +PL 0.6813,0,0,0.7931,1.1258,0,0.9962,3.3108,0,1.1016,7.9704,0,4.4917,7.9704,0,4.4917,9.0382,0,4.4917,9.0382,0,4.4917,9.0382,0 +PL 3.2413,0,0,3.1572,1.257,0,3.091,2.5057,0,3.0245,3.7373,0,2.5163,3.0396,0,2.0224,2.3249,0,1.5324,1.6018,0 +PL 6.2009,0,0,6.1872,2.2741,0,6.0748,3.2429,0,5.7736,3.7373,0,5.3463,3.0396,0,4.9225,2.3249,0,4.4917,1.6018,0 +PL 7.8785,1.6018,0,6.6632,3.6964,0,6.0117,4.6554,0,5.3463,5.3009,0 +PL 4.4917,3.2035,0,3.2798,4.6794,0,2.6217,5.2232,0,1.9597,5.3009,0 +PL 3.6686,5.3009,0,3.3674,5.7161,0,3.2556,6.1314,0,3.2413,6.9026,0 +PL 6.6285,5.3009,0,6.3273,5.7161,0,6.2149,6.1314,0,6.2009,6.9026,0 +PL 4.9225,7.9704,0,7.8785,7.9704,0,7.8785,7.9704,0,7.8785,7.9704,0 + +[9ec4] 黄 +L 5.4367,7.9324,6.6867,7.9324 +PL 5.0094,7.9324,0,4.8549,8.3023,0,4.7117,8.6556,0,4.5821,9,0 +PL 4.3684,6.3687,0,4.3054,7.8194,0,3.6081,7.8547,0,2.8725,6.8644,0 +PL 0.7711,7.9324,0,2.4452,7.9324,0,2.5787,8.3023,0,2.7223,8.6556,0,2.8725,9,0 +PL 1.6222,1.602,0,1.6222,4.7671,0,2.7888,4.784,0,3.4928,5.1571,0,3.7271,6.3687,0,0.3403,6.3687,0 +PL 2.0495,1.602,0,3.7271,1.602,0,3.4963,2.8886,0,2.8904,3.2008,0,2.0495,3.1655,0 +PL 0.3403,0,0,0.8972,0.1894,0,1.4719,0.3702,0,2.0495,0.5341,0 +PL 4.1544,1.602,0,5.864,1.602,0,5.864,3.1655,0,4.1544,3.1655,0,3.8672,3.7587,0,3.8672,4.174,0,4.1544,4.7671,0,5.864,4.7671,0,5.864,3.6992,0 +PL 6.2913,0,0,5.713,0.3702,0,5.4367,0.5341,0 +L 5.0094,6.3687,7.1179,6.3687 + +[9ed2] 黒 +PLC 1.1783,6.0001,0,7.378,6.0001,0,7.378,9,0,1.1783,9,0 +L 7.378,7.5,1.1783,7.5 +L 4.278,3,4.278,9 +L 1.5776,4.5,6.9787,4.5 +L 0.6813,3,7.8785,3 +L 0.6813,0,1.3503,2.5001 +L 2.6143,2,3.1471,0 +L 4.9753,2,5.5147,0 +L 7.343,2,7.8785,0 + +[9ed9] 黙 +PL 0.1915,0,0,0.4609,0.5325,0,0.7446,1.0565,0,1.0426,1.5636,0 +PL 3.1476,0.267,0,2.9966,0.7134,0,2.8495,1.1427,0,2.7164,1.5636,0 +PL 5.2802,0.267,0,5.1335,0.7134,0,4.986,1.1427,0,4.8564,1.5636,0 +PL 7.3887,0.267,0,7.0875,0.7134,0,6.8073,1.1427,0,6.531,1.5636,0 +PL 4.0022,2.6314,0,4.916,4.4209,0,5.3643,5.6088,0,5.711,6.3306,0,5.3643,6.7063,0,4.916,6.8446,0,4.0022,6.8644,0 +PL 7.3887,2.6314,0,6.5064,4.1723,0,6.1804,4.993,0,6.1348,5.7966,0 +PL 0.1915,3.1653,0,1.8972,3.1653,0,1.7463,4.3602,0,1.312,4.7416,0,0.6153,4.7669,0 +L 2.2965,3.6992,3.5749,3.6992 +PL 2.2965,4.7669,0,2.0163,5.2995,0,1.7428,5.8235,0,1.4699,6.3306,0,0.6153,6.3306,0,0.6153,8.4662,0,3.1476,8.4662,0,3.1476,6.3306,0,2.4996,6.3701,0,1.9533,6.6469,0,1.0426,7.3984,0 +PL 6.1348,6.8644,0,5.8375,7.2995,0,5.7286,7.8531,0,5.711,9,0 +L 6.531,6.8644,7.3887,6.8644 + +[9f13] 鼓 +PL 0.5264,0.0152,0,1.3463,0.0152,0,1.3355,0.7864,0,1.2307,1.2016,0,0.9502,1.6168,0 +PL 1.9869,0.0152,0,2.3337,0.7383,0,2.6878,1.453,0,3.0552,2.1508,0 +PL 4.5511,0.0152,0,5.0411,0.6522,0,5.5279,1.2723,0,6.0147,1.8838,0,5.4127,3.2567,0,5.192,4.1466,0,5.1636,5.316,0,4.3409,5.316,0,4.3409,5.316,0,4.3409,5.316,0 +PL 7.297,0.0152,0,7.0024,0.3852,0,6.7187,0.7383,0,6.442,1.0829,0 +PL 6.442,2.6847,0,7.0445,3.8499,0,7.2651,4.5321,0,7.297,5.316,0,5.5874,5.316,0,5.5874,5.316,0,5.5874,5.316,0 +PLC 0.9502,3.751,0,0.9502,4.7821,0,3.4825,4.7821,0,3.4825,3.2186,0,0.9502,3.2186,0 +PL 6.0147,5.85,0,5.3987,7.4544,0,4.0222,7.9574,0,2.6314,7.9855,0,2.3302,7.5703,0,2.2184,7.155,0,2.2009,6.3838,0,3.4825,6.3838,0,3.4825,6.3838,0,3.4825,6.3838,0 +PL 0.9502,6.3838,0,1.7771,6.3838,0,1.7771,6.3838,0,1.7771,6.3838,0 +PL 6.442,7.4516,0,6.1447,7.8669,0,6.0322,8.2821,0,6.0147,9.0534,0 +PL 6.8732,7.4516,0,7.7243,7.4516,0,7.7243,7.4516,0,7.7243,7.4516,0 +PL 0.5264,7.9855,0,1.7771,7.9855,0,1.9029,8.3555,0,2.0538,8.7087,0,2.2009,9.0534,0 + +[9f3b] 鼻 +PL 1.5935,0,0,1.9399,0.37,0,2.2936,0.7232,0,2.6617,1.0679,0,2.2936,1.4435,0,1.7437,1.582,0,0.5249,1.6017,0 +PL 5.1905,0,0,4.469,1.6483,0,2.896,2.3559,0,1.3795,2.6313,0,1.3795,4.7668,0,6.4724,4.7668,0,6.4724,2.6313,0,6.0451,2.5537,0,5.6213,2.4674,0,5.1905,2.3643,0,5.5583,1.8276,0,6.1081,1.63,0,7.3302,1.6017,0 +PL 4.7667,3.6991,0,6.0451,3.6991,0,6.0451,3.6991,0,6.0451,3.6991,0 +PL 2.6617,5.8347,0,5.6213,5.8347,0,5.6213,6.8644,0,2.6617,6.8644,0,2.6617,6.8644,0,2.6617,6.8644,0 +PL 5.6213,7.6653,0,5.0431,7.7683,0,4.469,7.8545,0,3.9156,7.9322,0 +PL 2.2344,5.8347,0,2.2344,7.9322,0,3.1486,8.1498,0,3.5825,8.4265,0,3.9156,9,0 +PL 3.089,2.6313,0,3.3619,2.7344,0,3.6354,2.8206,0,3.9156,2.8983,0,3.7647,3.1652,0,3.6389,3.4323,0,3.5128,3.6991,0,1.8033,3.6991,0,1.8033,3.6991,0,1.8033,3.6991,0 + +[9f62] 齢 +PL 0.8316,0,0,0.8316,5.3008,0,0.8316,5.3008,0,0.8316,5.3008,0 +PL 1.2589,0,0,4.2188,0,0,4.4219,4.4816,0,3.9663,6.1329,0,1.2589,6.3687,0,1.2589,7.9322,0,1.2589,7.9322,0,1.2589,7.9322,0 +PL 5.8961,0,0,5.8961,4.2331,0,5.0734,4.2331,0,5.0734,4.2331,0,5.0734,4.2331,0 +PL 2.5093,1.0678,0,2.4953,1.839,0,2.3835,2.2542,0,2.0823,2.6695,0,1.9317,2.5057,0,1.7878,2.3248,0,1.655,2.1356,0 +PL 6.7511,1.0678,0,7.6057,1.0678,0,7.6057,4.2331,0,6.3234,4.2331,0,6.3234,4.2331,0,6.3234,4.2331,0 +PL 3.3639,2.1356,0,2.7898,2.6681,0,2.2154,3.1922,0,1.655,3.6991,0 +PL 2.9401,3.6991,0,2.6353,4.1145,0,2.5236,4.5297,0,2.5093,5.3008,0 +PL 5.4723,5.8348,0,5.3252,6.024,0,5.1995,6.2048,0,5.0734,6.3687,0,5.4093,7.2458,0,5.7525,8.123,0,6.1101,9,0,6.7511,7.9591,0,7.3882,6.9012,0,8.0295,5.8348,0 +PL 5.8961,5.8348,0,7.1784,5.8348,0,7.1784,5.8348,0,7.1784,5.8348,0 +PL 2.5093,6.9026,0,2.5093,9,0,2.5093,9,0,2.5093,9,0 +PL 2.9401,7.9322,0,3.7912,7.9322,0,3.7912,7.9322,0,3.7912,7.9322,0 + +[ff01] ! +L 3.9994,0,3.9994,0.5 +L 3.9994,3,3.9994,9 + +[ff03] # +L 2.2853,0,2.2853,9 +L 5.7139,9,5.7139,0 +L 0,2.5,7.9996,2.5 +L 7.9996,6.5,0,6.5 + +[ff04] $ +PL 7.9999,7.5927,0,6.2858,7.9454,0,4.478,8.1406,0,3.1999,8.1813,0,2.6442,8.1564,0,2.1054,8.0826,0,1.5999,7.9621,0,1.143,7.7986,0,0.7485,7.597,0,0.4286,7.3634,0,0.1929,7.1049,0,0.0485,6.8295,0,-0.0001,6.5455,0,0.0485,6.2614,0,0.1929,5.986,0,0.4286,5.7275,0,0.7485,5.494,0,1.143,5.2923,0,1.5999,5.1288,0,1.746,5.0877,0,6.253,3.9123,0,6.3998,3.8712,0,6.8567,3.7077,0,7.2512,3.5061,0,7.5711,3.2725,0,7.8068,3.014,0,7.9512,2.7386,0,7.9998,2.4545,0,7.9512,2.1705,0,7.8068,1.8951,0,7.5711,1.6366,0,7.2512,1.403,0,6.8567,1.2014,0,6.3998,1.0379,0,5.8943,0.9174,0,5.3555,0.8436,0,4.7998,0.8187,0,3.5217,0.8595,0,1.7139,1.0546,0,-0.0002,1.4073,0 +L 3.9998,9,3.9998,0 + +[ff05] % +PLC -0.0002,6.5,1,2.9996,6.5,0,2.9998,7.5,1,-0.0003,7.5,0 +PLC 4.9999,1.5,1,7.9997,1.5,0,7.9999,2.5,1,4.9995,2.5,0 +L -0.0003,0,7.9997,9 + +[ff06] & +PL 7.9998,3.215,0,4.5678,0.5976,0,4.214,0.3714,0,3.8134,0.1945,0,3.3779,0.0726,0,2.9209,0.0092,0,2.4561,0.0063,0,1.9977,0.0639,0,1.5596,0.1804,0,1.1551,0.3522,0,0.7965,0.5741,0,0.4948,0.8392,0,0.259,1.1397,0,0.0964,1.4663,0,0.0119,1.8091,0,0.008,2.1577,0,0.0849,2.5015,0,0.2402,2.8301,0,0.4693,3.1334,0,0.7651,3.4023,0,4.759,6.4482,0,4.981,6.6499,0,5.1528,6.8775,0,5.2692,7.1239,0,5.3269,7.3818,0,5.324,7.6432,0,5.2606,7.9003,0,5.1386,8.1452,0,4.9618,8.3706,0,4.7355,8.5695,0,4.4666,8.7358,0,4.1632,8.8647,0,3.8347,8.9521,0,3.4908,8.9953,0,3.1422,8.9931,0,2.7994,8.9456,0,2.4729,8.8541,0,2.1724,8.7215,0,1.9072,8.5518,0,1.6854,8.3501,0,1.5136,8.1226,0,1.3971,7.8761,0,1.3394,7.6183,0,1.3423,7.3568,0,1.4057,7.0997,0,1.5277,6.8548,0,1.5903,6.7643,0,6.6665,0,0 + +[ff08] ( +A 11.2814,4.5,5.5693,126.1,233.9 + +[ff09] ) +A -3.2815,4.5,5.5693,306.1,53.9004 + +[ff0a] * +L 3.9996,1.681,3.9996,6.6938 +L 1.6691,6.2216,6.3725,2.1533 +L 1.627,2.1533,6.3305,6.2216 + +[ff0b] + +L 0.4619,4.5,7.5379,4.5 +L 3.9998,0.962,3.9998,8.038 + +[ff0c] , +PL 8.0003,1.4099,0,8.0003,0,0,7.1863,-1.4099,0 + +[ff0d] - +L 0.4618,4.5,7.5382,4.5 + +[ff10] 0 +PLC 5.0382,8.6501,0,4.7852,8.7778,0,4.496,8.8791,0,4.1796,8.9509,0,3.8455,8.9912,0,3.504,8.9986,0,3.1652,8.973,0,2.8397,8.9151,0,2.5372,8.8267,0,2.2669,8.7104,0,2.0371,8.5698,0,1.9486,8.4997,0,1.1547,7.7876,0,0.5956,7.0098,0,0.3726,6.5001,0,0.0085,4.8734,0,-0.0026,4.5,0,0.2449,2.8666,0,0.3729,2.5001,0,0.7761,1.693,0,1.4254,0.9371,0,1.949,0.5001,0,2.1584,0.3499,0,2.4114,0.2223,0,2.7006,0.121,0,3.017,0.0491,0,3.351,0.0088,0,3.6926,0.0014,0,4.0313,0.027,0,4.3569,0.0849,0,4.6594,0.1734,0,4.9297,0.2896,0,5.1595,0.4302,0,5.2487,0.5003,0,6.0425,1.2124,0,6.6017,1.9903,0,6.8226,2.5,0,7.1866,4.1266,0,7.1978,4.5,0,6.9503,6.1334,0,6.8244,6.4999,0,6.4212,7.307,0,5.7719,8.063,0,5.2475,8.5,0 + +[ff11] 1 +PL -0.0058,7,0,3.5954,9,0,3.5954,0,0 + +[ff12] 2 +PL 7.1979,0,0,-0.0017,0,0,6.9534,6.6467,0,7.0886,6.8045,0,7.1707,6.9727,0,7.199,7.1463,0,7.1726,7.3199,0,7.0924,7.4884,0,7.0847,7.5,0,6.8759,7.8286,0,6.5671,8.1321,0,6.1682,8.4011,0,5.6912,8.6276,0,5.1506,8.8047,0,4.5629,8.9269,0,3.9459,8.9905,0,3.3184,8.9937,0,2.6995,8.9363,0,2.1079,8.8201,0,1.5616,8.6485,0,1.0772,8.4269,0,0.6695,8.1619,0,0.3508,7.8617,0,0.1308,7.5352,0,0.1138,7.5,0 + +[ff13] 3 +PL -0.0011,9,0,3.5987,9,0,4.2238,8.9694,0,4.83,8.8792,0,5.3987,8.7319,0,5.9127,8.5319,0,6.3564,8.2855,0,6.7164,7.9999,0,6.9816,7.684,0,7.144,7.3473,0,7.1987,7,0,7.144,6.6527,0,6.9816,6.316,0,6.7164,6.0001,0,6.3564,5.7146,0,5.9127,5.4681,0,5.3987,5.2681,0,4.83,5.1208,0,4.2238,5.0306,0,3.5987,5.0002,0,1.7991,5,0 +PL 3.5987,4.9998,0,4.2238,4.9694,0,4.83,4.8792,0,5.3987,4.7319,0,5.9127,4.5319,0,6.3564,4.2855,0,6.7164,3.9999,0,6.9816,3.684,0,7.144,3.3473,0,7.1985,3,0,7.1985,2,0,7.144,1.6528,0,6.9816,1.316,0,6.7164,1.0001,0,6.3564,0.7146,0,5.9127,0.4681,0,5.3987,0.2681,0,4.83,0.1208,0,4.2238,0.0306,0,3.5987,0.0002,0,-0.0011,0,0 + +[ff14] 4 +L 5.0381,0,5.0381,4 +PL 7.1991,2,0,-0.004,2,0,2.8771,9,0 + +[ff15] 5 +PL 7.1906,9,0,-0.009,9,0,-0.009,5,0,3.5908,5,0,4.2159,4.9694,0,4.822,4.8792,0,5.3908,4.7319,0,5.9048,4.5319,0,6.3485,4.2855,0,6.7085,3.9999,0,6.9737,3.684,0,7.1361,3.3473,0,7.1908,3,0,7.1906,2,0,7.1361,1.6527,0,6.9737,1.316,0,6.7085,1.0001,0,6.3485,0.7146,0,5.9048,0.4681,0,5.3908,0.2681,0,4.822,0.1208,0,4.2159,0.0306,0,3.5908,0.0002,0,-0.009,0,0 + +[ff16] 6 +PL 5.3987,8.9995,0,3.8566,8.3997,0,2.5254,7.6602,0,1.4456,6.8036,0,0.65,5.8558,0,0.1628,4.8456,0,-0.0021,3.8039,0,-0.0021,2,0,0.0538,1.6528,0,0.2162,1.316,0,0.4814,1.0001,0,0.8413,0.7146,0,1.285,0.4681,0,1.7991,0.2681,0,2.3678,0.1208,0,2.9739,0.0306,0,3.5991,0.0002,0,4.2242,0.0306,0,4.8304,0.1208,0,5.3991,0.2681,0,5.9131,0.4681,0,6.3568,0.7146,0,6.7168,1.0001,0,6.982,1.316,0,7.1444,1.6528,0,7.1991,2,0,7.1989,3,0,7.1444,3.3473,0,6.982,3.684,0,6.7168,3.9999,0,6.3568,4.2855,0,5.9131,4.5319,0,5.3991,4.7319,0,4.8304,4.8792,0,4.2242,4.9694,0,3.5991,4.9998,0,0.215,5,0 + +[ff17] 7 +PL -0.0015,9,0,7.1981,9,0,2.6981,0,0 +L 3.5983,5,7.1981,5 + +[ff18] 8 +PLC -0.0046,2,0,0.0501,1.6528,0,0.2125,1.316,0,0.4777,1.0001,0,0.8376,0.7146,0,1.2813,0.4681,0,1.7954,0.2681,0,2.3641,0.1208,0,2.9702,0.0306,0,3.5954,0.0002,0,4.2205,0.0306,0,4.8266,0.1208,0,5.3954,0.2681,0,5.9094,0.4681,0,6.3531,0.7146,0,6.7131,1.0001,0,6.9783,1.316,0,7.1407,1.6528,0,7.1952,2,0,7.1954,3,0,7.1407,3.3473,0,6.9783,3.684,0,6.7131,3.9999,0,6.3531,4.2855,0,5.9094,4.5319,0,5.3954,4.7319,0,4.8266,4.8792,0,4.2205,4.9694,0,3.5954,4.9998,0,2.9702,4.9694,0,2.3641,4.8792,0,1.7954,4.7319,0,1.2813,4.5319,0,0.8376,4.2855,0,0.4777,3.9999,0,0.2125,3.684,0,0.0501,3.3473,0,-0.0058,3,0 +PLC 0.4454,6.75,0,0.4932,6.4462,0,0.6353,6.1515,0,0.8674,5.8751,0,1.1823,5.6252,0,1.5706,5.4096,0,2.0204,5.2346,0,2.518,5.1057,0,3.0484,5.0268,0,3.5954,5.0002,0,4.1424,5.0268,0,4.6727,5.1057,0,5.1704,5.2346,0,5.6202,5.4096,0,6.0084,5.6252,0,6.3234,5.8751,0,6.5554,6.1515,0,6.6975,6.4462,0,6.7448,6.75,0,6.7454,7.25,0,6.6975,7.5539,0,6.5554,7.8485,0,6.3234,8.1249,0,6.0084,8.3748,0,5.6202,8.5905,0,5.1704,8.7654,0,4.6727,8.8943,0,4.1424,8.9733,0,3.5954,8.9998,0,3.0484,8.9733,0,2.518,8.8943,0,2.0204,8.7654,0,1.5706,8.5905,0,1.1823,8.3748,0,0.8674,8.1249,0,0.6353,7.8485,0,0.4932,7.5539,0,0.4446,7.25,0 + +[ff19] 9 +PL 1.7984,0.0005,0,3.3405,0.6003,0,4.6717,1.3398,0,5.7515,2.1965,0,6.5471,3.1442,0,7.0344,4.1544,0,7.1993,5.1962,0,7.1993,7,0,7.1434,7.3473,0,6.981,7.684,0,6.7158,7.9999,0,6.3558,8.2855,0,5.9121,8.5319,0,5.3981,8.7319,0,4.8293,8.8792,0,4.2232,8.9694,0,3.5981,8.9998,0,2.9729,8.9694,0,2.3668,8.8792,0,1.7981,8.7319,0,1.284,8.5319,0,0.8403,8.2855,0,0.4804,7.9999,0,0.2152,7.684,0,0.0528,7.3473,0,-0.0019,7,0,-0.0017,6,0,0.0528,5.6528,0,0.2152,5.316,0,0.4804,5.0001,0,0.8403,4.7146,0,1.284,4.4681,0,1.7981,4.2681,0,2.3668,4.1208,0,2.9729,4.0306,0,3.5981,4.0002,0,6.9821,4,0 + +[ff1a] : +L 3.6002,0,3.6002,0.5 +L 3.6002,4,3.6002,3.5 + +[ff1c] < +PL 7.9998,9.0001,0,-0.0001,4.5001,0,7.9998,0,0 + +[ff1d] = +L 8.0382,3.5,0.0001,3.5 +L 8.0382,5.5,0.0001,5.5 + +[ff1e] > +PL -0.0002,9.0001,0,8.0001,4.5,0,-0.0002,0,0 + +[ff1f] ? +L 4.0002,0,4.0002,0.5 +PL 1.0635,7,-0.0633,0.9997,7.5,-0.4142,2.4998,9,0,5.5,9.0001,-0.4142,7.0004,7.5,-0.2564,6.0744,5.8129,0,4.9251,5.0818,0.2564,4.0002,3.3945,0,4.0002,3,0,4.0002,3.3945,0 + +[ff20] @ +PL 7.1111,1,0,5.3935,0.2819,0,4.9313,0.1238,0,4.2417,0.0083,0,3.5448,0.0292,0,2.8617,0.1859,0,2.2131,0.4738,0,1.6189,0.884,0,1.0969,1.404,0,0.6632,2.0181,0,0.3308,2.7077,0,0.1099,3.4516,0,0.0072,4.2275,0,0.0258,5.0116,0,0.1652,5.7802,0,0.421,6.5099,0,0.7855,7.1785,0,1.2478,7.7657,0,1.7936,8.2537,0,2.4064,8.6277,0,3.0677,8.8762,0,3.7573,8.9918,0,4.4542,8.9708,0,5.1373,8.8141,0,5.7859,8.5262,0,6.3801,8.1161,0,6.902,7.596,0,7.3358,6.9819,0,7.6681,6.2924,0,7.889,5.5484,0,7.9917,4.7725,0,7.9732,3.9884,0,7.8338,3.2198,0,7.578,2.4902,0,7.4997,2.3194,0,7.3897,2.1509,0,7.2552,2.0064,0,7.1005,1.8903,0,6.9303,1.8063,0,6.7497,1.7568,0,6.5641,1.7433,0,6.3793,1.7663,0,6.2009,1.8251,0,6.0342,1.9178,0,5.8844,2.0416,0,5.756,2.1929,0,5.6529,2.3669,0,5.5782,2.5585,0,5.5342,2.7617,0,5.5222,2.9705,0,5.5427,3.1784,0 +PL 6.2221,7,0,5.6186,3.6078,0,5.5459,3.316,0,5.415,3,0,5.2372,2.7144,0,5.0181,2.4679,0,4.7643,2.268,0,4.4835,2.1206,0,4.1842,2.0304,0,3.8755,2,0,3.9463,2,0,3.9056,2.0005,0,3.5976,2.0388,0,3.3002,2.1368,0,3.0225,2.2913,0,2.7728,2.4977,0,2.5588,2.7498,0,2.3869,3.0399,0,2.2624,3.3591,0,2.1891,3.6978,0,2.1691,4.0457,0,2.2027,4.3923,0,2.3092,4.9903,0,2.4004,5.3551,0,2.5641,5.75,0,2.7863,6.107,0,3.0602,6.4151,0,3.3774,6.6651,0,3.7285,6.8492,0,4.1026,6.962,0,4.4884,7,0,4.5956,7,0,4.6261,6.9996,0,4.8571,6.9709,0,5.0801,6.8975,0,5.2884,6.7816,0,5.4757,6.6267,0,5.6362,6.4377,0,5.7651,6.2201,0,5.8585,5.9807,0,5.9135,5.7266,0,5.9285,5.4657,0,5.9029,5.2058,0 + +[ff21] A +PL -0.0001,0.0118,0,3.6008,9,0,7.203,0.0118,0 +L 0.9999,2.5085,6.2034,2.5085 + +[ff22] B +PL -0.0009,5,0,4.705,5.001,-1,4.705,0,0,-0.0009,0,0,-0.0009,9,0,4.4819,9,-0.9822,4.5539,5.0001,0 + +[ff23] C +PL 7.2018,0,0,2.0007,0,-0.4142,0.0008,2,0,0.0007,7,-0.4142,2.0007,9,0,7.2018,9,0 + +[ff24] D +PLC 0.0038,0,0,5.2035,0,0.4142,7.2034,2,0,7.2035,7,0.4142,5.2035,9,0,0.0038,9,0 + +[ff25] E +PL 7.204,9,0,0.0009,9,0,0.0009,0,0,7.204,0,0 +L 0.0009,5,5.4024,5 + +[ff26] F +PL 7.1959,9,0,0.0011,9,0,0.0011,0,0 +L 0.0011,5,7.1959,5 + +[ff27] G +PL 7.2042,9,0,1.9943,9,0.4142,-0.006,7,0,-0.0057,2,0.4142,1.9943,0,0,7.2042,0,0,7.2042,5,0,5.0404,5,0 + +[ff28] H +L -0.0001,9,-0.0001,0 +L 7.2044,0,7.2044,9 +L -0.0001,5,7.2044,5 + +[ff29] I +L 3.6003,9,3.6003,0 + +[ff2a] J +PL 7.2042,9,0,7.2043,2,-0.4142,5.2043,0,0,-0.007,0,0 + +[ff2b] K +L -0.0074,9,-0.0074,0 +L -0.0074,3.5,7.2034,9 +L 2.4044,5.3384,7.2034,0 + +[ff2c] L +PL 0.0009,9,0,0.0009,0,0,7.2037,0,0 + +[ff2d] M +PL -0.0052,0,0,-0.0052,9,0,3.5999,4,0,7.2043,9,0,7.2043,0,0 + +[ff2e] N +PL -0.0021,0,0,-0.0021,9,0,7.2035,0,0,7.2035,9,0 + +[ff2f] O +PLC 0.0061,7,-0.4142,2.0061,9,0,5.2045,9,-0.4142,7.2041,7,0,7.2045,2,-0.4142,5.2045,0,0,2.0061,0,-0.4142,0.0058,2,0 + +[ff30] P +PL -0.0009,0,0,-0.0009,9,0,5.1967,9,-0.4142,7.1967,7,0,7.1963,6,-0.4142,5.1967,4,0,-0.0009,4,0 + +[ff31] Q +L 7.2039,0,3.6044,2 +PLC 0.0045,7,-0.4142,2.0045,9,0,4.0037,9,-0.4142,6.0039,7,0,6.0037,2,-0.4142,4.0037,0,0,2.0045,0,-0.4142,0.0042,2,0 + +[ff32] R +PL 0.0048,0,0,0.0048,9,0,5.2049,9,-0.4142,7.2049,7,0,7.2045,6,-0.4142,5.2049,4,0,0.0048,4,0 +L 4.3234,4,7.2045,0 + +[ff33] S +PL 7.2043,8.2806,0.0688,1.9983,8.9988,0.8768,1.4807,5.0698,0,5.7232,3.9315,-0.8769,5.2055,0,-0.0688,0,0.7194,0 + +[ff34] T +L -0.0013,9,7.2043,9 +L 3.6024,9,3.6024,0 + +[ff35] U +PL 7.2035,9,0,7.2039,2,-0.4142,5.2039,0,0,1.9974,0,-0.4142,-0.0021,2,0,-0.0021,9,0 + +[ff36] V +PL 0.0058,9,0,3.6046,0,0,7.2041,9,0 + +[ff37] W +PL 0.0001,9,0,1.8011,0,0,3.6003,6,0,5.4006,0,0,7.1998,9,0 + +[ff38] X +L -0.0007,9,7.2039,0 +L -0.0007,0,7.2039,9 + +[ff39] Y +PL 0.0013,9,0,3.6025,5,0,3.6025,0,0 +L 3.6025,5,7.2045,9 + +[ff3a] Z +PL 0.0016,9,0,7.2037,9,0,0.0016,0,0,7.2037,0,0 + +[ff3b] [ +PL 7.9996,0,0,5.6263,0,0,5.6263,9,0,7.9996,9,0 + +[ff3d] ] +PL -0.0001,0,0,2.3731,0,0,2.3731,9,0,-0.0001,9,0 + +[ff3f] _ +L 7.2001,0,-0.0003,0 + +[ff41] a +PL 0.9009,6,0,5.7,6,-0.4142,7.2004,4.5,0,7.2004,0,0,1.4995,0,-1,1.4995,3,0,7.2004,3,0 + +[ff42] b +PL 0,9,0,0,0,0,5.6992,0,0.4142,7.1992,1.5,0,7.1996,4.5,0.4142,5.6992,6,0,0,6,0 + +[ff43] c +PL 7.2051,0,0,1.5066,0,-0.4142,0.0069,1.5,0,0.0066,4.5,-0.4142,1.5066,6,0,7.2051,6,0 + +[ff44] d +PL 7.2071,9,0,7.2071,0,0,1.5058,0,-0.4142,0.0058,1.5,0,0.0061,4.5,-0.4142,1.5058,6,0,7.2071,6,0 + +[ff45] e +PL -0.0052,3,0,7.1958,3,0,7.1958,4.5,0.4142,5.6957,6,0,1.4952,6,0.4142,-0.0048,4.5,0 +PL 7.1958,0,0,1.4952,0,-0.4142,-0.0052,1.5,0,-0.0052,4,0 + +[ff46] f +L 0.0073,6,7.2055,6 +PL 2.4054,0,0,2.4052,7.5,-0.4142,3.9052,9,0,7.2055,9,0 + +[ff47] g +PL 7.2012,0,0,1.5013,0,-0.4142,0.0016,1.5,0,0.0013,4.5,-0.4142,1.5013,6,0,7.2012,6,0,7.2012,-1.5,-0.4142,5.7008,-3,0,0.0016,-3,0 + +[ff48] h +L 0.0008,9,0.0008,0 +PL 7.2015,0,0,7.201,4.5,0.4142,5.701,6,0,0.0008,6,0 + +[ff49] i +L 3.6057,0,3.6057,6 +L 3.6057,8.5,3.6057,9 + +[ff4a] j +L 7.2051,8.5,7.2051,9 +PL 7.2051,6,0,7.2047,-1.5,-0.4142,5.7047,-3,0,0.0013,-3,0 + +[ff4b] k +L 0.0012,9,0.0012,0 +L 0.0012,3.5,7.2008,6 +L 2.379,4.3256,7.2008,0 + +[ff4c] l +PL 2.705,9,0,2.7049,1.0001,0.4142,3.7049,0.0001,0,4.5056,0.0001,0 + +[ff4d] m +PL 0.001,0,0,0.001,6,0,5.7051,6,-0.4142,7.2051,4.5,0,7.2055,0,0 +L 3.6029,6,3.6029,0 + +[ff4e] n +PL 0.0051,0,0,0.0051,6,0,5.7057,6,-0.4142,7.2057,4.5,0,7.2061,0,0 + +[ff4f] o +PLC 0.0009,4.5,-0.4142,1.5009,6,0,5.6985,6,-0.4142,7.1986,4.5,0,7.1985,1.5,-0.4142,5.6985,0,0,1.5009,0,-0.4142,0.0008,1.5,0 + +[ff50] p +PL -0.0004,0,0,5.7005,0,0.4142,7.201,1.5,0,7.2005,4.5,0.4142,5.7005,6,0,-0.0004,6,0,-0.0004,-3,0 + +[ff51] q +PL 7.2002,0,0,1.5007,0,-0.4142,0.0006,1.5,0,0.0007,4.5,-0.4142,1.5007,6,0,7.2002,6,0,7.2002,-3,0 + +[ff52] r +L 0.0012,6,0.0012,0 +PL 0.0008,5,-0.4142,1.0008,6,0,6.2047,6,-0.4142,7.2047,5,0 + +[ff53] s +PL 7.1996,5.4387,0,6.0184,5.7025,0,4.7728,5.8484,0,3.5005,5.8719,0,2.2401,5.7723,0,1.6049,5.6734,0,1.259,5.5908,0,0.9442,5.476,0,0.6701,5.3327,0,0.445,5.165,0,0.2756,4.9782,0,0.1673,4.7779,0,0.1232,4.5702,0,0.1447,4.3614,0,0.2311,4.1578,0,0.3799,3.9657,0,0.5865,3.7908,0,0.8446,3.6386,0,1.1464,3.5135,0,1.4654,3.4231,0,5.7332,2.4551,0,6.0519,2.3647,0,6.3536,2.2396,0,6.6117,2.0874,0,6.8183,1.9125,0,6.9671,1.7204,0,7.0535,1.5168,0,7.075,1.308,0,7.031,1.1003,0,6.9226,0.9,0,6.7533,0.7132,0,6.5281,0.5455,0,6.254,0.4022,0,5.9392,0.2874,0,5.5934,0.2048,0,4.9585,0.106,0,3.6982,0.0063,0,2.4258,0.0298,0,1.1802,0.1757,0,-0.001,0.4395,0 + +[ff54] t +L -0.0008,6,7.2041,6 +L 2.4012,9,2.4012,0 + +[ff55] u +PL -0.0002,6,0,0.0003,1.5,0.4142,1.5003,0,0,7.2012,0,0,7.2012,6,0 + +[ff56] v +PL 0.0008,6,0,3.6002,0,0,7.2011,6,0 + +[ff57] w +PL -0.0018,6,0,1.8002,0,0,3.6019,4,0,5.4028,0,0,7.2045,6,0 + +[ff58] x +L 0.0002,6,7.2009,0 +L 0.0002,0,7.2009,6 + +[ff59] y +L -0.0069,6,3.5947,0 +PL 7.1927,6,0,2.2306,-2.2717,-0.2635,0.9444,-3,0,-0.0069,-3,0 + +[ff5a] z +PL 0.0017,6,0,7.2014,6,0,0.0017,0,0,7.2014,0,0 + +[ff5b] { +PL 7.9997,0,0,7.7034,0.1709,0,7.4071,0.3255,0,7.1101,0.4721,0,7.1101,8.6123,0,7.9136,8.9646,0,7.9997,9,0 + +[ff5c] | +L 3.9999,0,3.9999,9 + +[ff5d] } +PL 0,0,0,0.2963,0.1709,0,0.5927,0.3255,0,0.8897,0.4721,0,0.8897,8.6123,0,0.0862,8.9646,0,0,9,0 + +[ff5e] ~ +PL 7.9995,4.9248,0,7.9357,4.8536,0,7.5575,4.5115,0,7.1323,4.2485,0,6.673,4.0726,0,6.1935,3.9891,0,5.7084,4.0005,0,5.2324,4.1066,0,4.7801,4.304,0,4.365,4.5868,0,3.9998,4.9464,0,3.6347,5.306,0,3.2197,5.5888,0,2.7673,5.7862,0,2.2913,5.8923,0,1.8062,5.9037,0,1.3268,5.8202,0,0.8674,5.6443,0,0.4422,5.3813,0,0.0641,5.0392,0,0.0002,4.9681,0 + +[ffe0] ¢ +L 4.0001,9,4.0001,0 +PL 6.2496,6,0.4142,4.7496,7.5,0,3.2499,7.5,0.4142,1.7499,6,0,1.7501,3,0.4142,3.2499,1.5,0,4.7496,1.5,0.4142,6.2496,3,0 + +[ffe1] £ +PL 8.0144,1.5,-0.5298,5.9607,0.1059,0,1.3688,1.9294,1.8517,1.7052,0.2912,0,1.8642,0.4495,0.275,2.6263,3.4211,0,1.9293,5.7957,-1.154,6.8278,6.5,0 +L -0.0005,4.5,4,4.5 + +[ffe2] ¬ +PL 0.0003,7.5,0,7.9999,7.5,0,7.9999,4.5,0 + +[ffe5] ¥ +PL -0.0002,9,0,3.9996,5.0001,0,7.8761,8.8768,0 +L 3.9996,5.0001,3.9996,0 +L 1.6691,3.0149,6.3722,3.0149 +L 6.3722,1.5256,1.6691,1.5256 diff --git a/assets/fonts/gdt.cxf b/assets/fonts/gdt.cxf new file mode 100644 index 00000000..68c45b49 --- /dev/null +++ b/assets/fonts/gdt.cxf @@ -0,0 +1,143 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: gdt +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# AuxiliaryLines: 0,-3,0,0,0,0,0,4,0,0,6,0,0,9,0 +# Author: Andrew Mustun + +[0061] a +L 0,0,13.5,0 +L 0,0,13.5,7.7 + +[0062] b +L 0,-2,18,-2 +L 9,-2,9,11 + +[0063] c +L 0,0,5,9 +L 5,9,18.5,9 +L 18.5,9,13.5,0 +L 13.5,0,0,0 + +[0064] d +L 0,0,18,0 +A 9,0,9,0,180 + +[0065] e +PLC 14,4.5,1,0,4.5,1 + +[0066] f +L 0,-2.35,7.7491,11.0718 +L 5.45,-2.35,13.1991,11.0718 + +[0067] g +L 0,-2.35,7.7491,11.0718 +L 10.3918,-2.35,18.1409,11.0718 +PLC 13.65101543312798,4.5,1,4.651015433127983,4.5,1 + +[0068] h +L 0,-2,8,6 +L 10.071,3.9289,5.929,8.0711 +L 13,11,5.929,8.0711 +L 13,11,10.071,3.9289 + +[0069] i +L 4,0,9.4,0 +L 4,9,9.4,9 +L 0,4.5,13.4,4.5 + +[006A] j +L 0,4.5,13.5,4.5 +L 6.75,11.25,6.75,-2.25 +PLC 11.3,4.5,1,2.2,4.5,1 + +[006B] k +A 9,0,9,0,180 + +[006C] l +PLC 14,4.5,1,0,4.5,1 +L 5,8,5,1 +L 5,1,9,1 + +[006D] m +PLC 14,4.5,1,0,4.5,1 +L 4,1,4,8 +L 4,8,7,1 +L 7,1,10,8 +L 10,8,10,1 + +[006E] n +PLC 9,4.5,1,0,4.5,1 +L 0.625,-2.2117,8.375,11.2117 + +[006F] o +L 0,9,9,9 +L 9,9,9,0 +L 9,0,0,0 +L 0,0,0,9 + +[0070] p +PLC 14,4.5,1,0,4.5,1 +L 4.5,1,4.5,8 +L 4.5,8,7.75,8 +L 4.5,4.5,7.75,4.5 +A 7.75,6.25,1.75,270,90 + +[0071] q +L 1.5,9,1.5,0 +L 1.5,0,4.5,0 +AR 1.5,6,1.5,180,0 +A 1.5,3,1.5,180,0 +L 0,6,0,3 + +[0072] r +PLC 14,4.5,1,0,4.5,1 +PLC 11.5,4.5,1,2.5,4.5,1 + +[0073] s +PLC 14,4.5,1,0,4.5,1 +PL 8.9446,7.4412,0.118,6.6109,8,0.7883,5.9047,5.0584,0,8.0957,3.9416,-0.7882,7.3887,1,-0.1179,5.0574,1.5575,0 + +[0074] t +L 0,-2,8,6 +L 10,-2,18,6 +L 10.071,3.9289,5.929,8.0711 +L 20.071,3.9289,15.929,8.0711 +L 13,11,5.929,8.0711 +L 23,11,15.929,8.0711 +L 13,11,10.071,3.9289 +L 23,11,20.071,3.9289 +L 0,-2,10,-2 + +[0075] u +L 0,4.5,17,4.5 + +[0076] v +L 0,9,0,0 +L 0,0,18,0 +L 18,0,18,9 + +[0077] w +L 0,9,9,0 +L 9,0,18,9 + +[0078] x +L 0,9,9,9 +L 4.5,9,4.5,0 +L 4.5,0,7.5,5.1962 +L 4.5,0,1.5,5.1962 + +[0079] y +L 0,4.5,42.5,4.5 +L 4.5,13.4,38,4.5 +L 4.5,-4.4,38,4.5 +L 4.5,13.4,4.5,-4.4 + +[0080] z +L 0,0,34,0 +L 0,0,0,9 +L 0,9,34,0 diff --git a/assets/fonts/ltypeshp.cxf b/assets/fonts/ltypeshp.cxf new file mode 100644 index 00000000..03f8bddb --- /dev/null +++ b/assets/fonts/ltypeshp.cxf @@ -0,0 +1,48 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: ltypeshp +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Andrew Mustun + +[0042] BAT +PL 0,0,0,-1,2,-1,3,2,0,2,0,0 + +[0042] BOX +PLC 2,1,0,2,-1,0,0,-1,0,0,1,0 + +[0043] CIRC1 +PLC 1,1,1,1,-1,1 + +[0054] TRACK1 +L 0,-1,0,1 + +[005a] ZIG +PL 0,0,0,1,1,0,2,0,0 + +[0099] PT1 +PL 0,0,0,0.577,1,0,1.154,0,0 + +[009A] PT2 +PL 0,0,0,0.577,-1,0,1.154,0,0 + +[009B] PLANT1 +PL 0,0,0,1.82,1.14,0,2.27,-0.71,0,3,0,0 + +[009C] PLANT2 +PL 0,0,0,1.41,1.61,0,2.63,-0.59,0,3.15,0,0 + +[009C] PLANT3 +PL 0,0,0,2.42,0.53,0,3.05,1.24,0,4.23,0,0 + +[009D] PLANT4 +PL 0,0,0,1.76,-0.55,0,3.64,1.00,0,4.63,0,0 + +[009E] PLANT5 +PL 0,0,0,0.42,-0.40,0,3.45,-0.81,0,2.5,0,0 + +[009F] PLANT6 +PL 0,0,0,2.58,-0.5,0,3.81,1.37,0,4.42,0,0 diff --git a/assets/fonts/qcadshp.cxf b/assets/fonts/qcadshp.cxf new file mode 100644 index 00000000..e657b841 --- /dev/null +++ b/assets/fonts/qcadshp.cxf @@ -0,0 +1,24 @@ +# Format: QCAD 3 Font +# Creator: QCAD +# Version: 3.22.1 +# Name: qcadshp +# Encoding: UTF-8 +# LetterSpacing: 3 +# WordSpacing: 6.75 +# LineSpacingFactor: 1 +# Author: Andrew Mustun + +[0048] HRIGHT_ARROW +L 1,0.5,0,0 + +[004c] LRIGHT_ARROW +L 0,0,1,-0.5 + +[0052] RIGHT_ARROW +PL 1,0.5,0,0,0,0,1,-0.5,0 + +[2312] ⌒ +A 9,0,9,0,180 + +[2322] ⌢ +A 9,-10,12.728,45,135 diff --git a/assets/icons/arc/arc.svg b/assets/icons/arc/arc.svg new file mode 100644 index 00000000..9af75af9 --- /dev/null +++ b/assets/icons/arc/arc.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/icons/arc/arc_3p.svg b/assets/icons/arc/arc_3p.svg new file mode 100644 index 00000000..d0a691f6 --- /dev/null +++ b/assets/icons/arc/arc_3p.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/assets/icons/arc/arc_csa.svg b/assets/icons/arc/arc_csa.svg new file mode 100644 index 00000000..a2200906 --- /dev/null +++ b/assets/icons/arc/arc_csa.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/icons/arc/arc_cse.svg b/assets/icons/arc/arc_cse.svg new file mode 100644 index 00000000..c4eb977d --- /dev/null +++ b/assets/icons/arc/arc_cse.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/icons/arc/arc_csl.svg b/assets/icons/arc/arc_csl.svg new file mode 100644 index 00000000..999725e7 --- /dev/null +++ b/assets/icons/arc/arc_csl.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/icons/arc/arc_sca.svg b/assets/icons/arc/arc_sca.svg new file mode 100644 index 00000000..74a4b215 --- /dev/null +++ b/assets/icons/arc/arc_sca.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/icons/arc/arc_sce.svg b/assets/icons/arc/arc_sce.svg new file mode 100644 index 00000000..fbbdbef5 --- /dev/null +++ b/assets/icons/arc/arc_sce.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/icons/arc/arc_scl.svg b/assets/icons/arc/arc_scl.svg new file mode 100644 index 00000000..30192653 --- /dev/null +++ b/assets/icons/arc/arc_scl.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/icons/arc/arc_sea.svg b/assets/icons/arc/arc_sea.svg new file mode 100644 index 00000000..798461a0 --- /dev/null +++ b/assets/icons/arc/arc_sea.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/icons/arc/arc_sed.svg b/assets/icons/arc/arc_sed.svg new file mode 100644 index 00000000..914a17b9 --- /dev/null +++ b/assets/icons/arc/arc_sed.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/icons/arc/arc_ser.svg b/assets/icons/arc/arc_ser.svg new file mode 100644 index 00000000..503a3878 --- /dev/null +++ b/assets/icons/arc/arc_ser.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/assets/icons/array.svg b/assets/icons/array.svg new file mode 100644 index 00000000..b4706bf4 --- /dev/null +++ b/assets/icons/array.svg @@ -0,0 +1,78 @@ + + + + + + + + + diff --git a/assets/icons/array_path.svg b/assets/icons/array_path.svg new file mode 100644 index 00000000..cdc2424b --- /dev/null +++ b/assets/icons/array_path.svg @@ -0,0 +1,75 @@ + + + + + + + + + diff --git a/assets/icons/array_polar.svg b/assets/icons/array_polar.svg new file mode 100644 index 00000000..713e2457 --- /dev/null +++ b/assets/icons/array_polar.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + diff --git a/assets/icons/array_rect.svg b/assets/icons/array_rect.svg new file mode 100644 index 00000000..87cf1d8d --- /dev/null +++ b/assets/icons/array_rect.svg @@ -0,0 +1,78 @@ + + + + + + + + + diff --git a/assets/icons/blocks/block.svg b/assets/icons/blocks/block.svg new file mode 100644 index 00000000..de016ff9 --- /dev/null +++ b/assets/icons/blocks/block.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/assets/icons/blocks/insert.svg b/assets/icons/blocks/insert.svg new file mode 100644 index 00000000..1d7de3b7 --- /dev/null +++ b/assets/icons/blocks/insert.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + diff --git a/assets/icons/chamfer.svg b/assets/icons/chamfer.svg new file mode 100644 index 00000000..7fb42339 --- /dev/null +++ b/assets/icons/chamfer.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + diff --git a/assets/icons/circle/circle.svg b/assets/icons/circle/circle.svg new file mode 100644 index 00000000..d5148f2d --- /dev/null +++ b/assets/icons/circle/circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/icons/circle/circle_2p.svg b/assets/icons/circle/circle_2p.svg new file mode 100644 index 00000000..df151dea --- /dev/null +++ b/assets/icons/circle/circle_2p.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/circle/circle_3p.svg b/assets/icons/circle/circle_3p.svg new file mode 100644 index 00000000..5821f30b --- /dev/null +++ b/assets/icons/circle/circle_3p.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/icons/circle/circle_cd.svg b/assets/icons/circle/circle_cd.svg new file mode 100644 index 00000000..76c58aa2 --- /dev/null +++ b/assets/icons/circle/circle_cd.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/icons/circle/circle_cr.svg b/assets/icons/circle/circle_cr.svg new file mode 100644 index 00000000..b133886d --- /dev/null +++ b/assets/icons/circle/circle_cr.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/icons/circle/circle_ttr.svg b/assets/icons/circle/circle_ttr.svg new file mode 100644 index 00000000..60ea149e --- /dev/null +++ b/assets/icons/circle/circle_ttr.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/assets/icons/circle/circle_ttt.svg b/assets/icons/circle/circle_ttt.svg new file mode 100644 index 00000000..4e006e3c --- /dev/null +++ b/assets/icons/circle/circle_ttt.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/icons/copy.svg b/assets/icons/copy.svg new file mode 100644 index 00000000..cd6fba32 --- /dev/null +++ b/assets/icons/copy.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + diff --git a/assets/icons/copy_clip.svg b/assets/icons/copy_clip.svg new file mode 100644 index 00000000..7dde255a --- /dev/null +++ b/assets/icons/copy_clip.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/assets/icons/cut.svg b/assets/icons/cut.svg new file mode 100644 index 00000000..57488a71 --- /dev/null +++ b/assets/icons/cut.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/icons/donate.svg b/assets/icons/donate.svg new file mode 100644 index 00000000..751b2396 --- /dev/null +++ b/assets/icons/donate.svg @@ -0,0 +1,8 @@ + + + + + $ + diff --git a/assets/icons/ellipse.svg b/assets/icons/ellipse.svg new file mode 100644 index 00000000..11a05409 --- /dev/null +++ b/assets/icons/ellipse.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/icons/ellipse/ellipse_arc.svg b/assets/icons/ellipse/ellipse_arc.svg new file mode 100644 index 00000000..02a7c0e9 --- /dev/null +++ b/assets/icons/ellipse/ellipse_arc.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/assets/icons/ellipse/ellipse_axis.svg b/assets/icons/ellipse/ellipse_axis.svg new file mode 100644 index 00000000..89d02369 --- /dev/null +++ b/assets/icons/ellipse/ellipse_axis.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/assets/icons/ellipse/ellipse_ctr.svg b/assets/icons/ellipse/ellipse_ctr.svg new file mode 100644 index 00000000..d862ab80 --- /dev/null +++ b/assets/icons/ellipse/ellipse_ctr.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/icons/erase.svg b/assets/icons/erase.svg new file mode 100644 index 00000000..31877dff --- /dev/null +++ b/assets/icons/erase.svg @@ -0,0 +1,45 @@ + + + + + + + + + + diff --git a/assets/icons/explode.svg b/assets/icons/explode.svg new file mode 100644 index 00000000..fb5de936 --- /dev/null +++ b/assets/icons/explode.svg @@ -0,0 +1,87 @@ + + + + + + + + + + diff --git a/assets/icons/extend.svg b/assets/icons/extend.svg new file mode 100644 index 00000000..4c1d7247 --- /dev/null +++ b/assets/icons/extend.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + diff --git a/assets/icons/fillet.svg b/assets/icons/fillet.svg new file mode 100644 index 00000000..e34df5d7 --- /dev/null +++ b/assets/icons/fillet.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + diff --git a/assets/icons/group.svg b/assets/icons/group.svg new file mode 100644 index 00000000..e5993671 --- /dev/null +++ b/assets/icons/group.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/hatch/hatch_boundary.svg b/assets/icons/hatch/hatch_boundary.svg new file mode 100644 index 00000000..b45286c7 --- /dev/null +++ b/assets/icons/hatch/hatch_boundary.svg @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/assets/icons/hatch/hatch_cross.svg b/assets/icons/hatch/hatch_cross.svg new file mode 100644 index 00000000..a7204a64 --- /dev/null +++ b/assets/icons/hatch/hatch_cross.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/hatch/hatch_gradient.svg b/assets/icons/hatch/hatch_gradient.svg new file mode 100644 index 00000000..7b3ce985 --- /dev/null +++ b/assets/icons/hatch/hatch_gradient.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/icons/hatch/hatch_lines.svg b/assets/icons/hatch/hatch_lines.svg new file mode 100644 index 00000000..20b965cb --- /dev/null +++ b/assets/icons/hatch/hatch_lines.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/hatch/hatch_solid.svg b/assets/icons/hatch/hatch_solid.svg new file mode 100644 index 00000000..6c343555 --- /dev/null +++ b/assets/icons/hatch/hatch_solid.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/icons/layers/layfrz.svg b/assets/icons/layers/layfrz.svg new file mode 100644 index 00000000..254f8048 --- /dev/null +++ b/assets/icons/layers/layfrz.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/assets/icons/layers/laylck.svg b/assets/icons/layers/laylck.svg new file mode 100644 index 00000000..a7b64478 --- /dev/null +++ b/assets/icons/layers/laylck.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/assets/icons/layers/laymatch.svg b/assets/icons/layers/laymatch.svg new file mode 100644 index 00000000..1f465da4 --- /dev/null +++ b/assets/icons/layers/laymatch.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/assets/icons/layers/laymcur.svg b/assets/icons/layers/laymcur.svg new file mode 100644 index 00000000..6b1f0a48 --- /dev/null +++ b/assets/icons/layers/laymcur.svg @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/assets/icons/layers/layoff.svg b/assets/icons/layers/layoff.svg new file mode 100644 index 00000000..b99e656d --- /dev/null +++ b/assets/icons/layers/layoff.svg @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/assets/icons/layers/layon.svg b/assets/icons/layers/layon.svg new file mode 100644 index 00000000..fc15401f --- /dev/null +++ b/assets/icons/layers/layon.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/layers/laythw.svg b/assets/icons/layers/laythw.svg new file mode 100644 index 00000000..54ca2013 --- /dev/null +++ b/assets/icons/layers/laythw.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/assets/icons/layers/layulk.svg b/assets/icons/layers/layulk.svg new file mode 100644 index 00000000..77e8330a --- /dev/null +++ b/assets/icons/layers/layulk.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/assets/icons/layers/panel.svg b/assets/icons/layers/panel.svg new file mode 100644 index 00000000..9b7a13dd --- /dev/null +++ b/assets/icons/layers/panel.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/line.svg b/assets/icons/line.svg new file mode 100644 index 00000000..0590e082 --- /dev/null +++ b/assets/icons/line.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/assets/icons/match_prop.svg b/assets/icons/match_prop.svg new file mode 100644 index 00000000..29453af9 --- /dev/null +++ b/assets/icons/match_prop.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/mirror.svg b/assets/icons/mirror.svg new file mode 100644 index 00000000..ff464ed9 --- /dev/null +++ b/assets/icons/mirror.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + diff --git a/assets/icons/move.svg b/assets/icons/move.svg new file mode 100644 index 00000000..2cd36ca8 --- /dev/null +++ b/assets/icons/move.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/mtext.svg b/assets/icons/mtext.svg new file mode 100644 index 00000000..b693c210 --- /dev/null +++ b/assets/icons/mtext.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/offset.svg b/assets/icons/offset.svg new file mode 100644 index 00000000..4d3562f5 --- /dev/null +++ b/assets/icons/offset.svg @@ -0,0 +1,58 @@ + + + + + + + + + + diff --git a/assets/icons/paste.svg b/assets/icons/paste.svg new file mode 100644 index 00000000..52c7601c --- /dev/null +++ b/assets/icons/paste.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/assets/icons/point.svg b/assets/icons/point.svg new file mode 100644 index 00000000..9fa6353f --- /dev/null +++ b/assets/icons/point.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/icons/polyline.svg b/assets/icons/polyline.svg new file mode 100644 index 00000000..7f803967 --- /dev/null +++ b/assets/icons/polyline.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/assets/icons/rotate.svg b/assets/icons/rotate.svg new file mode 100644 index 00000000..2d752bb8 --- /dev/null +++ b/assets/icons/rotate.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + diff --git a/assets/icons/scale.svg b/assets/icons/scale.svg new file mode 100644 index 00000000..bf853782 --- /dev/null +++ b/assets/icons/scale.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + diff --git a/assets/icons/shapes/poly_c.svg b/assets/icons/shapes/poly_c.svg new file mode 100644 index 00000000..a1ff9746 --- /dev/null +++ b/assets/icons/shapes/poly_c.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/assets/icons/shapes/poly_e.svg b/assets/icons/shapes/poly_e.svg new file mode 100644 index 00000000..fafc8cfb --- /dev/null +++ b/assets/icons/shapes/poly_e.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/shapes/poly_i.svg b/assets/icons/shapes/poly_i.svg new file mode 100644 index 00000000..e2c3fe83 --- /dev/null +++ b/assets/icons/shapes/poly_i.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/assets/icons/shapes/rect.svg b/assets/icons/shapes/rect.svg new file mode 100644 index 00000000..c6cde921 --- /dev/null +++ b/assets/icons/shapes/rect.svg @@ -0,0 +1,56 @@ + + + + + + + + diff --git a/assets/icons/shapes/rect_cen.svg b/assets/icons/shapes/rect_cen.svg new file mode 100644 index 00000000..ff056e8b --- /dev/null +++ b/assets/icons/shapes/rect_cen.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/shapes/rect_rot.svg b/assets/icons/shapes/rect_rot.svg new file mode 100644 index 00000000..9ca82508 --- /dev/null +++ b/assets/icons/shapes/rect_rot.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/spline.svg b/assets/icons/spline.svg new file mode 100644 index 00000000..e5610095 --- /dev/null +++ b/assets/icons/spline.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/stretch.svg b/assets/icons/stretch.svg new file mode 100644 index 00000000..c8bb7938 --- /dev/null +++ b/assets/icons/stretch.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + diff --git a/assets/icons/text.svg b/assets/icons/text.svg new file mode 100644 index 00000000..af11486b --- /dev/null +++ b/assets/icons/text.svg @@ -0,0 +1,5 @@ + + A + + + diff --git a/assets/icons/trim.svg b/assets/icons/trim.svg new file mode 100644 index 00000000..cb991ebd --- /dev/null +++ b/assets/icons/trim.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + diff --git a/assets/icons/ungroup.svg b/assets/icons/ungroup.svg new file mode 100644 index 00000000..846b4346 --- /dev/null +++ b/assets/icons/ungroup.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/linetypes/H7CAD.lin b/assets/linetypes/H7CAD.lin new file mode 100644 index 00000000..0cff0381 --- /dev/null +++ b/assets/linetypes/H7CAD.lin @@ -0,0 +1,123 @@ +;; +;; H7CAD linetypes for metric system (from QCAD) +;; +*BORDER,Border __ __ . __ __ . __ __ . __ __ . __ __ . +A, 12.7, -6.35, 12.7, -6.35, 0, -6.35 +*BORDER2,Border (.5x) __.__.__.__.__.__.__.__.__.__.__. +A, 6.35, -3.175, 6.35, -3.175, 0, -3.175 +*BORDERX2,Border (2x) ____ ____ . ____ ____ . ___ +A, 25.4, -12.7, 25.4, -12.7, 0, -12.7 + +*CENTER,Center ____ _ ____ _ ____ _ ____ _ ____ _ ____ +A, 31.75, -6.35, 6.35, -6.35 +*CENTER2,Center (.5x) ___ _ ___ _ ___ _ ___ _ ___ _ ___ +A, 19.05, -3.175, 3.175, -3.175 +*CENTERX2,Center (2x) ________ __ ________ __ _____ +A, 63.5, -12.7, 12.7, -12.7 + +*DASHDOT,Dash dot __ . __ . __ . __ . __ . __ . __ . __ +A, 12.7, -6.35, 0, -6.35 +*DASHDOT2,Dash dot (.5x) _._._._._._._._._._._._._._._. +A, 6.35, -3.175, 0, -3.175 +*DASHDOTX2,Dash dot (2x) ____ . ____ . ____ . ___ +A, 25.4, -12.7, 0, -12.7 + +*DASHED,Dashed __ __ __ __ __ __ __ __ __ __ __ __ __ _ +A, 12.7, -6.35 +*DASHED2,Dashed (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ +A, 6.35, -3.175 +*DASHEDX2,Dashed (2x) ____ ____ ____ ____ ____ ___ +A, 25.4, -12.7 + +*DIVIDE,Divide ____ . . ____ . . ____ . . ____ . . ____ +A, 12.7, -6.35, 0, -6.35, 0, -6.35 +*DIVIDE2,Divide (.5x) __..__..__..__..__..__..__..__.._ +A, 6.35, -3.175, 0, -3.175, 0, -3.175 +*DIVIDEX2,Divide (2x) ________ . . ________ . . _ +A, 25.4, -12.7, 0, -12.7, 0, -12.7 + +*DOT,Dot . . . . . . . . . . . . . . . . . . . . . . . . +A, 0, -6.35 +*DOT2,Dot (.5x) ........................................ +A, 0, -3.175 +*DOTX2,Dot (2x) . . . . . . . . . . . . . . +A, 0, -12.7 + +*HIDDEN,Hidden __ __ __ __ __ __ __ __ __ __ __ __ __ __ +A, 6.35, -3.175 +*HIDDEN2,Hidden (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ +A, 3.175, -1.5875 +*HIDDENX2,Hidden (2x) ____ ____ ____ ____ ____ ____ ____ +A, 12.7, -6.35 + +*PHANTOM,Phantom ______ __ __ ______ __ __ ______ +A, 31.75, -6.35, 6.35, -6.35, 6.35, -6.35 +*PHANTOM2,Phantom (.5x) ___ _ _ ___ _ _ ___ _ _ ___ _ _ +A, 15.875, -3.175, 3.175, -3.175, 3.175, -3.175 +*PHANTOMX2,Phantom (2x) ____________ ____ ____ _ +A, 63.5, -12.7, 12.7, -12.7, 12.7, -12.7 + +;; +;; ISO 128 (ISO/DIS 12011) linetypes +;; +;; ISO line types are typically scaled with line weight +;; (e.g. for line weight 0.25 use ltscale 0.25). +;; +*ACAD_ISO02W100,ISO dash __ __ __ __ __ __ __ __ __ __ __ __ __ +A,12,-3 +*ACAD_ISO03W100,ISO dash space __ __ __ __ __ __ +A,12,-18 +*ACAD_ISO04W100,ISO long-dash dot ____ . ____ . ____ . ____ . _ +A,24,-3,0,-3 +*ACAD_ISO05W100,ISO long-dash double-dot ____ .. ____ .. ____ . +A,24,-3,0,-3,0,-3 +*ACAD_ISO06W100,ISO long-dash triple-dot ____ ... ____ ... ____ +A,24,-3,0,-3,0,-3,0,-3 +*ACAD_ISO07W100,ISO dot . . . . . . . . . . . . . . . . . . . . +A,0,-3 +*ACAD_ISO08W100,ISO long-dash short-dash ____ __ ____ __ ____ _ +A,24,-3,6,-3 +*ACAD_ISO09W100,ISO long-dash double-short-dash ____ __ __ ____ +A,24,-3,6,-3,6,-3 +*ACAD_ISO10W100,ISO dash dot __ . __ . __ . __ . __ . __ . __ . +A,12,-3,0,-3 +*ACAD_ISO11W100,ISO double-dash dot __ __ . __ __ . __ __ . __ _ +A,12,-3,12,-3,0,-3 +*ACAD_ISO12W100,ISO dash double-dot __ . . __ . . __ . . __ . . +A,12,-3,0,-3,0,-3 +*ACAD_ISO13W100,ISO double-dash double-dot __ __ . . __ __ . . _ +A,12,-3,12,-3,0,-3,0,-3 +*ACAD_ISO14W100,ISO dash triple-dot __ . . . __ . . . __ . . . _ +A,12,-3,0,-3,0,-3,0,-3 +*ACAD_ISO15W100,ISO double-dash triple-dot __ __ . . . __ __ . . +A,12,-3,12,-3,0,-3,0,-3,0,-3 + +;; Complex linetypes +;; +;; Some of these linetype definitions use fonts/ltypeshp.cxf +;; +*FENCELINE1,Fenceline circle ----0-----0----0-----0----0-----0-- +A,6.35,-2.54,[CIRC1,ltypeshp.shx,X=-2.54,S=2.54],-2.54,25.4 +*FENCELINE2,Fenceline square ----[]-----[]----[]-----[]----[]--- +A,6.35,-2.54,[BOX,ltypeshp.shx,X=-2.54,S=2.54],-2.54,25.4 +*TRACKS,Tracks -|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|- +A,3.81,[TRACK1,ltypeshp.shx,S=6.35],3.81 +*BATTING,Batting SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +A,.00254,-2.54,[BAT,ltypeshp.shx,X=-2.54,S=2.54],-5.08,[BAT,ltypeshp.shx,R=180,X=2.54,S=2.54],-2.54 +*HOT_WATER_SUPPLY,Hot water supply ---- HW ---- HW ---- HW ---- +A,12.7,-5.08,["HW",STANDARD,S=2.54,R=0.0,X=-2.54,Y=-1.27],-5.08 +*GAS_LINE,Gas line ----GAS----GAS----GAS----GAS----GAS----GAS-- +A,12.7,-5.08,["GAS",STANDARD,S=2.54,R=0.0,X=-2.54,Y=-1.27],-6.35 +*ZIGZAG,Zig zag /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ +A,.00254,-5.08,[ZIG,ltypeshp.shx,X=-5.08,S=5.08],-10.16,[ZIG,ltypeshp.shx,R=180,X=5.08,S=5.08],-5.08 +*POINT1,----/\-----/\--- +A,25.4,[PT1,ltypeshp.shx,s=5.08],-5.86232 +*POINT2,----\/-----\/--- +A,25.4,[PT2,ltypeshp.shx,s=5.08],-5.86232 +*PLANT,_/^\_\^\_ +A,0.01,[PLANT1,ltypeshp.shx,s=1.0],-3.0,[PLANT2,ltypeshp.shx,s=1.0],-3.15,[PLANT3,ltypeshp.shx,s=1.0],-4.23,[PLANT4,ltypeshp.shx,s=1.0],-4.63,[PLANT5,ltypeshp.shx,s=1.0],-2.5,[PLANT6,ltypeshp.shx,s=1.0],-4.42 + +*DRAINAGE,Drainage ---->---->---->---- +A,5.08,[RIGHT_ARROW,qcadshp.shx,S=2.54,R=180],5.08 +*DRAINAGE2,Drainage reversed----<----<----<---- +A,5.08,[RIGHT_ARROW,qcadshp.shx,S=2.54],5.08 diff --git a/assets/logo.svg b/assets/logo.svg new file mode 100644 index 00000000..490060df --- /dev/null +++ b/assets/logo.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + diff --git a/assets/patterns/H7CAD.pat b/assets/patterns/H7CAD.pat new file mode 100644 index 00000000..8cbd5480 --- /dev/null +++ b/assets/patterns/H7CAD.pat @@ -0,0 +1,1086 @@ +;; +;; H7CAD metric hatch pattern library (from QCAD) +;; + +*ACAD_ISO02W100,ACAD_ISO02W100 +0, 0,0, 0,5, 12,-3 + +*ACAD_ISO03W100,ACAD_ISO03W100 +0, 0,0, 0,5, 12,-18 + +*ACAD_ISO04W100,ACAD_ISO04W100 +0, 0,0, 0,5, 24,-3,.5,-3 + +*ACAD_ISO05W100,ACAD_ISO05W100 +0, 0,0, 0,5, 24,-3,.5,-3,.5,-3 + +*ACAD_ISO06W100,ACAD_ISO06W100 +0, 0,0, 0,5, 24,-3,.5,-3,.5,-6.5 +0, 0,0, 0,5, -34,.5,-3 + +*ACAD_ISO07W100,ACAD_ISO07W100 +0, 0,0, 0,5, .5,-3 + +*ACAD_ISO08W100,ACAD_ISO08W100 +0, 0,0, 0,5, 24,-3,6,-3 + +*ACAD_ISO09W100,ACAD_ISO09W100 +0, 0,0, 0,5, 24,-3,6,-3,6,-3 + +*ACAD_ISO10W100,ACAD_ISO10W100 +0, 0,0, 0,5, 12,-3,.5,-3 + +*ACAD_ISO11W100,ACAD_ISO11W100 +0, 0,0, 0,5, 12,-3,12,-3,.5,-3 + +*ACAD_ISO12W100,ACAD_ISO12W100 +0, 0,0, 0,5, 12,-3,.5,-3,.5,-3 + +*ACAD_ISO13W100,ACAD_ISO13W100 +0, 0,0, 0,5, 12,-3,12,-3,.5,-6.5 +0, 0,0, 0,5, -33.5,.5,-3 + +*ACAD_ISO14W100,ACAD_ISO14W100 +0, 0,0, 0,5, 12,-3,.5,-3,.5,-6.5 +0, 0,0, 0,5, -22,.5,-3 + +*ACAD_ISO15W100,ACAD_ISO15W100 +0, 0,0, 0,5, 12,-3,12,-3,.5,-10 +0, 0,0, 0,5, -33.5,.5,-3,.5,-3 + +*ANGLE,ANGLE +0, 0,0, 0,6.985, 5.08,-1.905 +90, 0,0, 0,6.985, 5.08,-1.905 + +*ANSI31,ANSI31 +45, 0,0, 0,3.175 + +*ANSI32,ANSI32 +45, 0,0, 0,9.525 +45, 4.49013,0, 0,9.525 + +*ANSI33,ANSI33 +45, 0,0, 0,6.35 +45, 4.49013,0, 0,6.35, 3.175,-1.5875 + +*ANSI34,ANSI34 +45, 0,0, 0,19.05 +45, 4.49013,0, 0,19.05 +45, 8.98026,0, 0,19.05 +45, 13.4704,0, 0,19.05 + +*ANSI35,ANSI35 +45, 0,0, 0,6.35 +45, 4.49013,0, 0,6.35, 7.9375,-1.5875,0,-1.5875 + +*ANSI36,ANSI36 +45, 0,0, 5.55625,3.175, 7.9375,-1.5875,0,-1.5875 + +*ANSI37,ANSI37 +45, 0,0, 0,3.175 +135, 0,0, 0,3.175 + +*ANSI38,ANSI38 +45, 0,0, 0,3.175 +135, 0,0, 6.35,3.175, 7.9375,-4.7625 + +*AR-B816,AR-B816 +0, 0,0, 0,203.2 +90, 0,0, 203.2,203.2, 203.2,-203.2 + +*AR-B816C,AR-B816C +0, 0,0, 203.2,203.2, 396.875,-9.525 +0, -203.2,9.525, 203.2,203.2, 396.875,-9.525 +90, 0,0, 203.2,203.2, -212.725,193.675 +90, -9.525,0, 203.2,203.2, -212.725,193.675 + +*AR-B88,AR-B88 +0, 0,0, 0,203.2 +90, 0,0, 203.2,101.6, 203.2,-203.2 + +*AR-BRELM,AR-BRELM +0, 0,0, 0,135.484, 193.675,-9.525 +0, 0,57.15, 0,135.484, 193.675,-9.525 +0, 50.8,67.7418, 0,135.484, 92.075,-9.525 +0, 50.8,124.892, 0,135.484, 92.075,-9.525 +90, 0,0, 0,203.2, 57.15,-78.3336 +90, -9.525,0, 0,203.2, 57.15,-78.3336 +90, 50.8,67.7418, 0,101.6, 57.15,-78.3336 +90, 41.275,67.7418, 0,101.6, 57.15,-78.3336 + +*AR-BRSTD,AR-BRSTD +0, 0,0, 0,67.7418 +90, 0,0, 67.7418,101.6, 67.7418,-67.7418 + +*AR-CONC,AR-CONC +50, 0,0, 104.896,-149.807, 19.05,-209.55 +355, 0,0, -51.7604,187.258, 15.24,-167.64 +100.451, 15.182,-1.32825, 145.557,-176.27, 16.19,-178.09 +46.1842, 0,50.8, 157.343,-224.71, 28.575,-314.325 +96.6356, 22.5899,47.2965, 218.335,-264.405, 24.285,-267.135 +351.184, 0,50.8, 196.679,280.887, 22.86,-251.46 +21, 25.4,38.1, 104.896,-149.807, 19.05,-209.55 +326, 25.4,38.1, -51.7604,187.258, 15.24,-167.64 +71.4514, 38.0345,29.5779, 145.557,-176.27, 16.19,-178.09 +37.5, 0,0, 53.9242,65.2018, 0,-165.608,0,-170.18,0,-168.275 +7.5, 0,0, 79.3242,90.6018, 0,-97.028,0,-161.798,0,-64.135 +-32.5, -56.642,0, 117.434,68.0212, 0,-63.5,0,-198.12,0,-262.89 +-42.5, -82.042,0, 92.0344,118.821, 0,-82.55,0,-131.572,0,-186.69 + +*AR-HBONE,AR-HBONE +45, 0,0, 101.6,101.6, 304.8,-101.6 +135, 71.842,71.842, 101.6,-101.6, 304.8,-101.6 + +*AR-PARQ1,AR-PARQ1 +90, 0,0, 304.8,304.8, 304.8,-304.8 +90, 50.8,0, 304.8,304.8, 304.8,-304.8 +90, 101.6,0, 304.8,304.8, 304.8,-304.8 +90, 152.4,0, 304.8,304.8, 304.8,-304.8 +90, 203.2,0, 304.8,304.8, 304.8,-304.8 +90, 254,0, 304.8,304.8, 304.8,-304.8 +90, 304.8,0, 304.8,304.8, 304.8,-304.8 +0, 0,304.8, 304.8,-304.8, 304.8,-304.8 +0, 0,355.6, 304.8,-304.8, 304.8,-304.8 +0, 0,406.4, 304.8,-304.8, 304.8,-304.8 +0, 0,457.2, 304.8,-304.8, 304.8,-304.8 +0, 0,508, 304.8,-304.8, 304.8,-304.8 +0, 0,558.8, 304.8,-304.8, 304.8,-304.8 +0, 0,609.6, 304.8,-304.8, 304.8,-304.8 + +*AR-RROOF,AR-RROOF +0, 0,0, 55.88,25.4, 381,-50.8,127,-25.4 +0, 33.782,12.7, -25.4,33.782, 76.2,-8.382,152.4,-19.05 +0, 12.7,21.59, 132.08,17.018, 203.2,-35.56,101.6,-25.4 + +*AR-RSHKE,AR-RSHKE +0, 0,0, 647.7,304.8, 152.4,-127,177.8,-76.2,228.6,-101.6 +0, 152.4,12.7, 647.7,304.8, 127,-482.6,101.6,-152.4 +0, 457.2,-19.05, 647.7,304.8, 76.2,-787.4 +90, 0,0, 304.8,215.9, 292.1,-927.1 +90, 152.4,0, 304.8,215.9, 285.75,-933.45 +90, 279.4,0, 304.8,215.9, 266.7,-952.5 +90, 457.2,-19.05, 304.8,215.9, 292.1,-927.1 +90, 533.4,-19.05, 304.8,215.9, 292.1,-927.1 +90, 762,0, 304.8,215.9, 279.4,-939.8 + +*AR-SAND,AR-SAND +37.5, 0,0, 28.5242,39.8018, 0,-38.608,0,-43.18,0,-41.275 +7.5, 0,0, 53.9242,65.2018, 0,-20.828,0,-34.798,0,-13.335 +-32.5, -31.242,0, 66.6344,42.6212, 0,-12.7,0,-45.72,0,-59.69 +-42.5, -31.242,0, 41.2344,68.0212, 0,-6.35,0,-29.972,0,-34.29 + +*BARBWIRE,BARBWIRE +;By John Hyslop +;Developed in mm as metric QCAD3 pattern +315,7.62,14.224,17.960512212,17.960512212,0.359210356,-35.561814322 +288.434949,6.604,17.272,56.225296744,8.032185358,3.212874194,-77.10897837 +158.198591,7.874,16.764,80.18324705,4.716661636,1.36783191,-135.415354264 +116.565051,8.128,16.256,34.077676066,11.35922544,0.567961272,-56.22816542 +116.565051,8.636,15.24,34.077676066,11.35922544,1.135922544,-55.660204148 +111.801409,11.176,9.906,56.599939124,4.716661636,1.36783191,-135.415354264 +156.801409,12.954,9.144,136.74251925,3.335183322,1.934406342,-191.506230398 +289.653824,11.684,12.7,297.294468148,1.708588912,3.775981526,-373.822164724 +194.036243,7.874,9.144,80.085263502,6.160405002,1.047268924,-103.679614078 +251.565051,8.128,9.906,24.09655582,8.032185358,0.803218612,-79.518633952 +254.054604,8.636,11.684,104.668749768,3.488958224,1.84914794,-183.065643266 +74.744881,8.636,11.684,104.703186326,2.22772732,2.896045516,-286.708512434 +135,9.144,11.176,17.960512212,17.960512212,0.718420458,-35.202603966 +180,9.906,11.176,0,25.4,0.762,-24.638 +270,9.906,11.43,0,25.4,0.254,-25.146 +74.054604,9.906,11.43,104.668749768,3.488958224,3.69829588,-181.216495326 +161.565051,10.668,11.176,24.09655582,8.032185358,0.803218612,-79.518633952 +198.434949,11.43,11.43,56.225296744,8.032185358,0.803218612,-79.518633952 +258.231711,12.7,17.526,129.51095129,1.03608759,6.226886454,-616.461767582 +21.801409,11.43,17.018,56.599939124,4.716661636,1.36783191,-135.415354264 +75.963757,10.922,14.986,24.6416195,6.160405002,2.094537594,-102.632345154 +341.565051,10.16,15.24,24.09655582,8.032185358,0.803218612,-79.518633952 +45,9.398,14.478,17.960512212,17.960512212,1.077630814,-34.843393864 +288.434949,9.144,15.24,56.225296744,8.032185358,0.803218612,-79.518633952 +0,8.636,15.24,0,25.4,0.508,-24.892 +26.565051,8.128,14.986,34.077676066,11.35922544,0.567961272,-56.22816542 +78.231711,6.858,8.89,129.51095129,1.03608759,6.226886454,-616.461767582 +4.085617,19.812,12.192,331.17053781,1.80967507,3.565059926,-352.940928864 +0,17.526,12.192,0,25.4,2.286,-23.114 +354.289407,14.986,12.446,25.273944626,2.527394488,2.552668504,-252.714172244 +356.185925,11.938,13.97,25.343743064,1.689582854,3.818457184,-378.027270614 +351.469234,20.32,13.97,179.600730968,1.255949228,5.136831992,-508.546377622 +0,16.764,13.97,0,25.4,3.556,-21.844 +14.036243,11.684,12.7,80.085263502,6.160405002,5.236344112,-99.490538636 +189.865807,17.78,12.954,438.470633344,1.088016366,5.92968969,-587.039280834 +180,20.32,12.954,0,25.4,2.54,-22.86 +171.469234,25.4,12.192,179.600730968,1.255949228,5.136831992,-508.546377622 +186.115504,25.4,14.224,230.005013954,0.901980416,3.973724844,-711.296769428 +5.52754,3.499555612,13.546666582,255.265537982,0.815544724,4.394880466,-786.683623734 +3.691386,0,12.192,381.844852514,0.817654956,3.84896106,-785.188047096 +348.310631,0,13.208,129.51225558,0.85769704,7.522003244,-744.678315822 +348.690068,0,14.224,24.906749272,4.981349956,7.770905718,-121.744189836 + +*BLOCKS-01,BLOCKS-01 +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +270,7.874,16.764,25.4,25.4,5.588,-19.812 +180,2.032,2.286,0,25.4,14.478,-10.922 +270,2.032,2.286,25.4,25.4,5.334,-20.066 +180,2.032,22.352,0,25.4,14.478,-10.922 +270,12.954,2.286,25.4,25.4,5.334,-20.066 +270,22.606,8.128,25.4,25.4,5.08,-20.32 +0,12.446,8.128,0,25.4,10.16,-15.24 +90,12.446,3.048,25.4,25.4,5.08,-20.32 +180,22.606,3.048,0,25.4,10.16,-15.24 +270,17.526,21.336,25.4,25.4,12.192,-13.208 +0,12.192,21.336,0,25.4,5.334,-20.066 +90,12.192,9.144,25.4,25.4,12.192,-13.208 +180,17.526,9.144,0,25.4,5.334,-20.066 +270,3.048,0.762,25.4,25.4,8.382,-17.018 +0,3.048,17.78,0,25.4,8.128,-17.272 +270,11.176,0.762,25.4,25.4,8.382,-17.018 +0,3.048,0.762,0,25.4,8.128,-17.272 +270,11.43,17.018,25.4,25.4,6.096,-19.304 +0,9.144,17.018,0,25.4,2.286,-23.114 +90,9.144,10.922,25.4,25.4,6.096,-19.304 +180,11.43,10.922,0,25.4,2.286,-23.114 +270,11.43,10.16,25.4,25.4,8.382,-17.018 +0,2.794,10.16,0,25.4,8.636,-16.764 +90,2.794,1.778,25.4,25.4,8.382,-17.018 +180,11.43,1.778,0,25.4,8.636,-16.764 +270,22.606,10.414,25.4,25.4,1.524,-23.876 +0,18.542,10.414,0,25.4,4.064,-21.336 +90,18.542,8.89,25.4,25.4,1.524,-23.876 +180,22.606,8.89,0,25.4,4.064,-21.336 +180,1.778,10.16,0,25.4,3.556,-21.844 +270,23.622,10.16,25.4,25.4,6.858,-18.542 +180,1.778,3.302,0,25.4,3.556,-21.844 +270,1.778,10.16,25.4,25.4,6.858,-18.542 +180,2.032,20.574,0,25.4,8.636,-16.764 +270,18.796,20.574,25.4,25.4,2.54,-22.86 +180,2.032,18.034,0,25.4,8.636,-16.764 +270,2.032,20.574,25.4,25.4,2.54,-22.86 +180,7.874,16.764,0,25.4,14.986,-10.414 +270,18.288,16.764,25.4,25.4,5.588,-19.812 +180,7.874,11.176,0,25.4,14.986,-10.414 + +*BLOCKS-02,BLOCKS-02 +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +180,8.128,4.572,0,25.4,12.446,-12.954 +270,8.128,13.97,25.4,25.4,9.398,-16.002 +0,9.398,24.384,0,25.4,10.668,-14.732 +0,4.318,24.892,0,25.4,4.318,-21.082 +90,20.828,0,25.4,25.4,3.81,-21.59 +180,23.368,0,0,25.4,2.54,-22.86 +180,8.128,13.97,0,25.4,12.446,-12.954 +270,21.082,13.97,25.4,25.4,9.398,-16.002 +180,3.302,20.32,0,25.4,4.572,-20.828 +90,3.556,14.986,25.4,25.4,4.318,-21.082 +270,3.302,3.81,25.4,25.4,8.89,-16.51 +180,18.034,14.986,0,25.4,14.478,-10.922 +270,23.368,3.81,25.4,25.4,3.81,-21.59 +0,20.828,3.81,0,25.4,2.54,-22.86 +270,18.034,19.304,25.4,25.4,4.318,-21.082 +0,3.556,19.304,0,25.4,14.478,-10.922 +180,2.032,14.986,0,25.4,8.128,-17.272 +270,2.032,19.304,25.4,25.4,4.318,-21.082 +180,3.302,3.81,0,25.4,4.572,-20.828 +270,24.13,3.81,25.4,25.4,8.89,-16.51 +90,4.572,20.32,25.4,25.4,3.302,-22.098 +180,23.114,20.32,0,25.4,18.542,-6.858 +180,2.032,19.304,0,25.4,8.128,-17.272 +270,19.304,19.304,25.4,25.4,4.318,-21.082 +270,8.636,3.81,25.4,25.4,4.318,-21.082 +0,4.318,3.81,0,25.4,4.318,-21.082 +270,23.114,23.622,25.4,25.4,3.302,-22.098 +0,4.572,23.622,0,25.4,18.542,-6.858 +0,9.398,13.97,0,25.4,10.668,-14.732 +270,9.398,13.97,25.4,25.4,14.986,-10.414 +270,4.318,3.81,25.4,25.4,4.318,-21.082 +270,20.066,13.97,25.4,25.4,14.986,-10.414 + +*BOX,BOX +90, 0,0, 0,25.4 +90, 6.35,0, 0,25.4 +0, 0,0, 0,25.4, -6.35,6.35 +0, 0,6.35, 0,25.4, -6.35,6.35 +0, 0,12.7, 0,25.4, 6.35,-6.35 +0, 0,19.05, 0,25.4, 6.35,-6.35 +90, 12.7,0, 0,25.4, 6.35,-6.35 +90, 19.05,0, 0,25.4, 6.35,-6.35 + +*BOX-OVERLAP,BOX-OVERLAP +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +180,5.08,17.78,0,25.4,10.16,-15.24 +90,5.08,5.08,25.4,25.4,15.24,-10.16 +270,7.62,5.08,25.4,25.4,10.16,-15.24 +180,5.08,7.62,0,25.4,10.16,-15.24 +0,5.08,20.32,0,25.4,15.24,-10.16 +180,20.32,5.08,0,25.4,15.24,-10.16 +270,20.32,20.32,25.4,25.4,15.24,-10.16 +270,17.78,5.08,25.4,25.4,10.16,-15.24 + +*BOXJOIN-01,BOXJOIN-01 +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +90,3.810000254,3.81,25.4,25.4,17.78,-7.62 +0,3.810000254,21.59,0,25.4,17.78,-7.62 +270,11.430000254,3.81,25.4,25.4,7.62,-17.78 +180,3.810000254,11.43,0,25.4,7.62,-17.78 +270,13.970000254,3.81,25.4,25.4,7.62,-17.78 +180,21.590000254,3.81,0,25.4,17.78,-7.62 +270,21.590000254,21.59,25.4,25.4,17.78,-7.62 +180,3.810000254,13.97,0,25.4,7.62,-17.78 + +*BOXJOIN-02,BOXJOIN-02 +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +90,3.810000254,13.97,25.4,25.4,7.62,-17.78 +270,21.590000254,21.59,25.4,25.4,7.62,-17.78 +0,13.970000254,21.59,0,25.4,7.62,-17.78 +180,3.810000254,13.97,0,25.4,7.62,-17.78 +90,3.810000254,3.81,25.4,25.4,7.62,-17.78 +180,11.430000254,3.81,0,25.4,7.62,-17.78 +180,3.810000254,11.43,0,25.4,7.62,-17.78 +180,21.590000254,3.81,0,25.4,7.62,-17.78 +270,21.590000254,11.43,25.4,25.4,7.62,-17.78 +270,11.430000254,3.81,25.4,25.4,7.62,-17.78 +270,13.970000254,3.81,25.4,25.4,7.62,-17.78 +0,3.810000254,21.59,0,25.4,7.62,-17.78 + +*BRASS,BRASS +0, 0,0, 0,6.35 +0, 0,3.175, 0,6.35, 3.175,-1.5875 + +*BRICK,BRICK +0, 0,0, 0,6.35 +90, 0,0, 0,12.7, 6.35,-6.35 +90, 6.35,0, 0,12.7, -6.35,6.35 + +*BRSTONE,BRSTONE +0, 0,0, 0,8.382 +90, 22.86,0, 8.382,12.7, 8.382,-8.382 +90, 20.32,0, 8.382,12.7, 8.382,-8.382 +0, 22.86,1.397, 12.7,8.382, -22.86,2.54 +0, 22.86,2.794, 12.7,8.382, -22.86,2.54 +0, 22.86,4.191, 12.7,8.382, -22.86,2.54 +0, 22.86,5.588, 12.7,8.382, -22.86,2.54 +0, 22.86,6.985, 12.7,8.382, -22.86,2.54 + +*CELTIC-01,CELTIC PATTERN 01 +;By John Hyslop +;Developed in mm as Metric QCAD3 pattern +135,9.144,10.72444439,17.96051221,17.96051221,2.235085954,-33.68593847 +135,10.72444439,9.934222194,17.96051221,17.96051221,6.565564974,-29.35545945 +315,9.934222194,14.67555561,17.96051221,17.96051221,2.235085954,-33.68593847 +315,7.662333418,16.15722219,17.96051221,17.96051221,6.565564974,-29.35545945 +225,19.31811122,10.82322219,17.96051221,17.96051221,2.235085954,-33.68593847 +225,21.98511122,12.7,17.96051221,17.96051221,7.124336526,-28.7966879 +225,21.68877781,8.452555612,17.96051221,17.96051221,2.235085954,-33.68593847 +225,25.146,12.7,17.96051221,17.96051221,9.35942248,-26.56160194 +225,19.31811122,18.52788878,17.96051221,17.96051221,2.235085954,-33.68593847 +225,21.68877781,16.15722219,17.96051221,17.96051221,2.235085954,-33.68593847 +90,25.146,22.91091405,0,25.4,2.235085954,-23.16491405 +0,22.91091405,22.35214249,0,25.4,2.235085954,-23.16491405 +0,21.33046966,22.91091405,0,25.4,3.815530342,-21.58446966 +0,20.40466658,25.146,0,25.4,4.741333418,-20.65866658 +90,22.91091405,21.33046966,0,25.4,1.021672836,-24.37832716 +90,25.146,20.40466658,0,25.4,1.947475912,-23.45252409 +180,2.489085954,25.146,0,25.4,2.235085954,-23.16491405 +90,3.047857506,22.91091405,0,25.4,2.235085954,-23.16491405 +90,2.489085954,21.33046966,0,25.4,3.815530342,-21.58446966 +90,0.254,20.40466658,0,25.4,4.741333418,-20.65866658 +180,4.069530342,22.91091405,0,25.4,1.021672836,-24.37832716 +180,4.995333418,25.146,0,25.4,1.947475912,-23.45252409 +270,0.254,2.489085954,0,25.4,2.235085954,-23.16491405 +180,2.489085954,3.047857506,0,25.4,2.235085954,-23.16491405 +180,4.069530342,2.489085954,0,25.4,3.815530342,-21.58446966 +180,4.995333418,0.254,0,25.4,4.741333418,-20.65866658 +270,2.489085954,4.069530342,0,25.4,1.021672836,-24.37832716 +270,0.254,4.995333418,0,25.4,1.947475912,-23.45252409 +45,17.83644439,13.09511122,17.96051221,17.96051221,10.3372727,-25.58375198 +45,13.09511122,7.563555612,17.96051221,17.96051221,2.235085954,-33.68593847 +45,10.82322219,6.081888776,17.96051221,17.96051221,6.565564974,-29.35545945 +45,4.995333418,0.254,17.96051221,17.96051221,4.889250572,-31.03177385 +45,16.256,14.67555561,17.96051221,17.96051221,9.41146962,-26.5095548 +45,10.72444439,9.934222194,17.96051221,17.96051221,2.235085954,-33.68593847 +45,9.242777806,7.662333418,17.96051221,17.96051221,6.565564974,-29.35545945 +45,4.069530342,2.489085954,17.96051221,17.96051221,3.96344775,-31.95757693 +45,16.94744439,21.68877781,17.96051221,17.96051221,4.889250572,-31.03177385 +45,10.72444439,16.256,17.96051221,17.96051221,2.235085954,-33.68593847 +45,3.711222194,9.242777806,17.96051221,17.96051221,2.235085954,-33.68593847 +45,9.934222194,14.67555561,17.96051221,17.96051221,6.565564974,-29.35545945 +45,0.254,4.995333418,17.96051221,17.96051221,10.3372727,-25.58375198 +45,18.52788878,20.10833342,17.96051221,17.96051221,3.96344775,-31.95757693 +45,6.081888776,6.872111224,17.96051221,17.96051221,2.235085954,-33.68593847 +45,13.09511122,13.88533342,17.96051221,17.96051221,2.235085954,-33.68593847 +45,11.51466658,13.09511122,17.96051221,17.96051221,6.565564974,-29.35545945 +45,2.489085954,4.069530342,17.96051221,17.96051221,9.41146962,-26.5095548 +0,22.91091405,0.254,0,25.4,2.235085954,-23.16491405 +135,17.83644439,13.09511122,17.96051221,17.96051221,2.235085954,-33.68593847 +135,10.82322219,20.10833342,17.96051221,17.96051221,2.235085954,-33.68593847 +135,12.30488878,17.83644439,17.96051221,17.96051221,10.3372727,-25.58375198 +135,19.31811122,10.82322219,17.96051221,17.96051221,6.565564974,-29.35545945 +135,25.146,4.995333418,17.96051221,17.96051221,4.889250572,-31.03177385 +135,8.452555612,17.73766658,17.96051221,17.96051221,2.235085954,-33.68593847 +135,10.72444439,16.256,17.96051221,17.96051221,9.41146962,-26.5095548 +135,15.46577781,10.72444439,17.96051221,17.96051221,2.235085954,-33.68593847 +135,17.73766658,9.242777806,17.96051221,17.96051221,6.565564974,-29.35545945 +135,22.91091405,4.069530342,17.96051221,17.96051221,3.96344775,-31.95757693 +135,16.15722219,3.711222194,17.96051221,17.96051221,2.235085954,-33.68593847 +135,3.711222194,16.94744439,17.96051221,17.96051221,4.889250572,-31.03177385 +135,20.40466658,0.254,17.96051221,17.96051221,10.3372727,-25.58375198 +135,18.52788878,6.081888776,17.96051221,17.96051221,2.235085954,-33.68593847 +135,5.291666582,18.52788878,17.96051221,17.96051221,3.96344775,-31.95757693 +135,21.33046966,2.489085954,17.96051221,17.96051221,9.41146962,-26.5095548 +270,22.35214249,2.489085954,0,25.4,2.235085954,-23.16491405 +270,22.91091405,4.069530342,0,25.4,3.815530342,-21.58446966 +270,25.146,4.995333418,0,25.4,4.741333418,-20.65866658 +0,21.33046966,2.489085954,0,25.4,1.021672836,-24.37832716 +0,20.40466658,0.254,0,25.4,1.947475912,-23.45252409 +135,25.146,12.7,17.96051221,17.96051221,4.889250572,-31.03177385 +45,12.7,0.254,17.96051221,17.96051221,4.889250572,-31.03177385 +315,6.872111224,5.291666582,17.96051221,17.96051221,2.235085954,-33.68593847 +315,6.081888776,6.872111224,17.96051221,17.96051221,9.35942248,-26.56160194 +315,0.254,12.7,17.96051221,17.96051221,4.889250572,-31.03177385 +225,5.291666582,18.52788878,17.96051221,17.96051221,2.235085954,-33.68593847 +225,6.872111224,19.31811122,17.96051221,17.96051221,9.35942248,-26.56160194 +225,12.7,25.146,17.96051221,17.96051221,4.889250572,-31.03177385 +135,18.52788878,20.10833342,17.96051221,17.96051221,2.235085954,-33.68593847 +135,19.31811122,18.52788878,17.96051221,17.96051221,9.35942248,-26.56160194 +135,21.98511122,12.7,17.96051221,17.96051221,2.654164618,-33.26685981 +45,12.7,3.414888776,17.96051221,17.96051221,2.654164618,-33.26685981 +315,9.242777806,7.662333418,17.96051221,17.96051221,2.235085954,-33.68593847 +315,7.662333418,8.452555612,17.96051221,17.96051221,7.124336526,-28.7966879 +315,3.414888776,12.7,17.96051221,17.96051221,2.654164618,-33.26685981 +225,7.662333418,16.15722219,17.96051221,17.96051221,2.235085954,-33.68593847 +225,8.452555612,17.73766658,17.96051221,17.96051221,7.124336526,-28.7966879 +225,12.7,21.98511122,17.96051221,17.96051221,2.654164618,-33.26685981 +135,16.15722219,17.73766658,17.96051221,17.96051221,2.235085954,-33.68593847 +135,17.73766658,16.94744439,17.96051221,17.96051221,7.124336526,-28.7966879 + +*CELTIC-02,CELTIC PATTERN 02 +;By John Hyslop +;Developed in mm as Metric QCAD3 pattern +180,11.1371634,0.392662664,0,25.4,3.125672946,-22.27432705 +270,25.00733734,11.1371634,0,25.4,3.125672946,-22.27432705 +270,0.392662664,17.38850955,0,25.4,3.125672946,-22.27432705 +180,17.38850955,25.00733734,0,25.4,3.125672946,-22.27432705 +90,25.00733734,11.9185817,0,25.4,13.08875564,-12.31124436 +270,25.00733734,7.230072408,0,25.4,6.837409744,-18.56259026 +180,11.1371634,7.230072408,0,25.4,3.125672946,-22.27432705 +180,13.4814183,8.011490454,0,25.4,9.18166439,-16.21833561 +0,8.011490454,11.9185817,0,25.4,3.125672946,-22.27432705 +0,4.29975391,11.1371634,0,25.4,9.18166439,-16.21833561 +270,21.10024609,17.38850955,0,25.4,3.125672946,-22.27432705 +270,21.88166439,21.88166439,0,25.4,9.96308269,-15.43691731 +270,13.4814183,25.00733734,0,25.4,3.125672946,-22.27432705 +270,18.16992759,25.00733734,0,25.4,3.125672946,-22.27432705 +90,17.38850955,18.16992759,0,25.4,6.837409744,-18.56259026 +90,18.16992759,8.011490454,0,25.4,3.125672946,-22.27432705 +90,17.38850955,4.29975391,0,25.4,9.18166439,-16.21833561 +90,14.2628366,18.16992759,0,25.4,6.837409744,-18.56259026 +90,13.4814183,8.011490454,0,25.4,3.125672946,-22.27432705 +90,14.2628366,4.29975391,0,25.4,9.18166439,-16.21833561 +90,7.230072408,14.2628366,0,25.4,3.125672946,-22.27432705 +90,7.230072408,0.392662664,0,25.4,3.125672946,-22.27432705 +90,8.011490454,11.9185817,0,25.4,9.18166439,-16.21833561 +90,8.011490454,0.392662664,0,25.4,6.837409744,-18.56259026 +90,11.9185817,0.392662664,0,25.4,3.125672946,-22.27432705 +90,11.9185817,14.2628366,0,25.4,3.125672946,-22.27432705 +90,11.1371634,11.9185817,0,25.4,9.18166439,-16.21833561 +90,11.1371634,0.392662664,0,25.4,6.837409744,-18.56259026 +180,17.38850955,18.16992759,0,25.4,3.125672946,-22.27432705 +180,3.51833561,18.16992759,0,25.4,3.125672946,-22.27432705 +180,7.230072408,17.38850955,0,25.4,6.837409744,-18.56259026 +180,21.10024609,17.38850955,0,25.4,9.18166439,-16.21833561 +180,3.51833561,13.4814183,0,25.4,3.125672946,-22.27432705 +180,7.230072408,14.2628366,0,25.4,6.837409744,-18.56259026 +180,17.38850955,13.4814183,0,25.4,3.125672946,-22.27432705 +180,21.10024609,14.2628366,0,25.4,9.18166439,-16.21833561 +180,25.00733734,7.230072408,0,25.4,3.125672946,-22.27432705 +180,25.00733734,8.011490454,0,25.4,6.837409744,-18.56259026 +180,25.00733734,11.9185817,0,25.4,3.125672946,-22.27432705 +180,25.00733734,11.1371634,0,25.4,6.837409744,-18.56259026 +180,25.00733734,25.00733734,0,25.4,6.837409744,-18.56259026 +0,11.9185817,0.392662664,0,25.4,13.08875564,-12.31124436 +0,0.392662664,0.392662664,0,25.4,6.837409744,-18.56259026 +270,0.392662664,13.4814183,0,25.4,13.08875564,-12.31124436 +270,0.392662664,25.00733734,0,25.4,6.837409744,-18.56259026 +180,13.4814183,25.00733734,0,25.4,13.08875564,-12.31124436 +180,21.88166439,21.88166439,0,25.4,3.711736544,-21.68826346 +90,21.88166439,3.51833561,0,25.4,3.711736544,-21.68826346 +0,14.2628366,4.29975391,0,25.4,3.125672946,-22.27432705 +0,11.9185817,3.51833561,0,25.4,9.96308269,-15.43691731 +0,3.51833561,3.51833561,0,25.4,3.711736544,-21.68826346 +270,4.29975391,11.1371634,0,25.4,3.125672946,-22.27432705 +270,3.51833561,13.4814183,0,25.4,9.96308269,-15.43691731 +270,3.51833561,21.88166439,0,25.4,3.711736544,-21.68826346 +180,11.1371634,21.10024609,0,25.4,3.125672946,-22.27432705 +180,13.4814183,21.88166439,0,25.4,9.96308269,-15.43691731 + +*CELTIC-03,CELTIC-03 +;By John Hyslop, Using AutoCAD Lisp Tool +;Developed in mm as metric QCAD3 pattern +90,6.35,13.97,0,25.4,5.08,-20.32 +90,19.05,6.35,0,25.4,5.08,-20.32 +0,6.35,6.35,0,25.4,12.7,-12.7 +270,6.35,11.43,0,25.4,5.08,-20.32 +90,3.81,3.81,0,25.4,7.62,-17.78 +180,21.59,3.81,0,25.4,17.78,-7.62 +270,21.59,11.43,0,25.4,7.62,-17.78 +270,21.59,21.59,0,25.4,7.62,-17.78 +0,3.81,21.59,0,25.4,17.78,-7.62 +90,3.81,13.97,0,25.4,7.62,-17.78 +270,19.05,19.05,0,25.4,5.08,-20.32 +0,6.35,19.05,0,25.4,12.7,-12.7 +90,13.97,6.35,0,25.4,12.7,-12.7 +90,11.43,6.35,0,25.4,12.7,-12.7 +270,13.97,3.81,0,25.4,7.62,-17.78 +90,11.43,-3.81,0,25.4,7.62,-17.78 +180,11.43,11.43,0,25.4,22.86,-2.54 +0,-11.43,13.97,0,25.4,22.86,-2.54 + +*CELTIC-04,CELTIC-04 +;By John Hyslop, Using AutoCAD Lisp Tool +;Developed in mm as metric QCAD3 pattern +45,3.81,13.97,17.960512212,17.960512212,12.57235865,-23.348666028 +135,21.59,13.97,17.960512212,17.960512212,12.57235865,-23.348666028 +45,12.7,2.54,17.960512212,17.960512212,12.57235865,-23.348666028 +315,3.81,11.43,17.960512212,17.960512212,12.57235865,-23.348666028 +135,12.7,5.08,17.960512212,17.960512212,8.980256106,-26.940768318 +225,19.05,11.43,17.960512212,17.960512212,8.980256106,-26.940768318 +315,12.7,20.32,17.960512212,17.960512212,8.980256106,-26.940768318 +45,6.35,13.97,17.960512212,17.960512212,8.980256106,-26.940768318 +90,13.97,6.35,0,25.4,12.7,-12.7 +90,11.43,6.35,0,25.4,12.7,-12.7 +270,13.97,3.81,0,25.4,7.62,-17.78 +90,11.43,-3.81,0,25.4,7.62,-17.78 +180,11.43,11.43,0,25.4,22.86,-2.54 +0,-11.43,13.97,0,25.4,22.86,-2.54 + +*CLAY,CLAY +0, 0,0, 0,4.7625 +0, 0,.79375, 0,4.7625 +0, 0,1.5875, 0,4.7625 +0, 0,3.175, 0,4.7625, 4.7625,-3.175 + +*CORK,CORK +0, 0,0, 0,3.175 +135, 1.5875,-1.5875, 0,8.98026, 4.49013,-4.49013 +135, 2.38125,-1.5875, 0,8.98026, 4.49013,-4.49013 +135, 3.175,-1.5875, 0,8.98026, 4.49013,-4.49013 + +*CROSS,CROSS +0, 0,0, 6.35,6.35, 3.175,-9.525 +90, 1.5875,-1.5875, 6.35,6.35, 3.175,-9.525 + +*DASH,DASH +0, 0,0, 3.175,3.175, 3.175,-3.175 + +*DOLMIT,DOLMIT +0, 0,0, 0,6.35 +45, 0,0, 0,17.9605, 8.98026,-17.9605 + +*DOTS,DOTS +0, 0,0, .79375,1.5875, 0,-1.5875 + +*EARTH,EARTH +0, 0,0, 6.35,6.35, 6.35,-6.35 +0, 0,2.38125, 6.35,6.35, 6.35,-6.35 +0, 0,4.7625, 6.35,6.35, 6.35,-6.35 +90, .79375,5.55625, 6.35,6.35, 6.35,-6.35 +90, 3.175,5.55625, 6.35,6.35, 6.35,-6.35 +90, 5.55625,5.55625, 6.35,6.35, 6.35,-6.35 + +*ESCHER,ESCHER +60, 0,0, -15.24,26.3965, 27.94,-2.54 +180, 0,0, -15.24,26.3965, 27.94,-2.54 +300, 0,0, 15.24,26.3965, 27.94,-2.54 +60, 2.54,0, -15.24,26.3965, 5.08,-25.4 +300, 2.54,0, 15.24,26.3965, 5.08,-25.4 +60, -1.27,2.1997, -15.24,26.3965, 5.08,-25.4 +180, -1.27,2.1997, -15.24,26.3965, 5.08,-25.4 +300, -1.27,-2.1997, 15.24,26.3965, 5.08,-25.4 +180, -1.27,-2.1997, -15.24,26.3965, 5.08,-25.4 +60, -10.16,0, -15.24,26.3965, 5.08,-25.4 +300, -10.16,0, 15.24,26.3965, 5.08,-25.4 +60, 5.08,-8.79882, -15.24,26.3965, 5.08,-25.4 +180, 5.08,-8.79882, -15.24,26.3965, 5.08,-25.4 +300, 5.08,8.79882, 15.24,26.3965, 5.08,-25.4 +180, 5.08,8.79882, -15.24,26.3965, 5.08,-25.4 +0, 5.08,4.39941, -15.24,26.3965, 17.78,-12.7 +0, 5.08,-4.39941, -15.24,26.3965, 17.78,-12.7 +120, 1.27,6.59911, 15.24,26.3965, 17.78,-12.7 +120, -6.35,2.1997, 15.24,26.3965, 17.78,-12.7 +240, -6.35,-2.1997, 15.24,26.3965, 17.78,-12.7 +240, 1.27,-6.59911, 15.24,26.3965, 17.78,-12.7 + +*FLEX,FLEX +0, 0,0, 0,6.35, 6.35,-6.35 +45, 6.35,0, 4.49013,4.49013, 1.5875,-5.80526,1.5875,-8.98026 + +*GRASS,GRASS +90, 0,0, 17.9605,17.9605, 4.7625,-31.1585 +45, 0,0, 0,25.4, 4.7625,-20.6375 +135, 0,0, 0,25.4, 4.7625,-20.6375 + +*GRATE,GRATE +0, 0,0, 0,.79375 +90, 0,0, 0,3.175 + +*HATCH-DOTS,HATCH-DOTS +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +225,14.364914374,2.934914374,17.960512212,17.960512212,11.492295278,-24.428729146 +225,6.359242552,5.089242552,17.960512212,17.960512212,16.19060262,-19.730421804 +225,3.281299762,9.631299762,17.960512212,17.960512212,18.261173282,-17.659851142 +225,19.161365538,5.191365538,17.960512212,17.960512212,11.492295278,-24.428729146 +225,7.864421914,4.054421914,17.960512212,17.960512212,16.85579052,-19.065234158 +225,2.841461932,11.731461932,17.960512212,17.960512212,20.609227006,-15.311797418 +225,9.631299762,3.281299762,17.960512212,17.960512212,18.261173282,-17.659851142 +225,2.934914374,14.364914374,17.960512212,17.960512212,11.492295278,-24.428729146 +225,5.089242552,6.359242552,17.960512212,17.960512212,16.19060262,-19.730421804 +225,11.731462186,2.841462186,17.960512212,17.960512212,20.60922726,-15.311797164 +225,5.191365538,19.161365538,17.960512212,17.960512212,11.492295278,-24.428729146 +225,4.054421914,7.864421914,17.960512212,17.960512212,16.85579052,-19.065234158 + +*HATCH-SQRS,HATCH-SQRS +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +225,2.794,9.144,17.960512212,17.960512212,7.902625292,-28.018399132 +225,2.794,21.844,17.960512212,17.960512212,7.902625292,-28.018399132 +225,2.794,6.604,17.960512212,17.960512212,13.290779108,-22.630245316 +225,19.304,2.794,17.960512212,17.960512212,7.902625292,-28.018399132 +225,2.794,14.224,17.960512212,17.960512212,7.902625292,-28.018399132 +225,2.794,11.684,17.960512212,17.960512212,7.902625292,-28.018399132 +225,6.604,2.794,17.960512212,17.960512212,13.290779108,-22.630245316 +225,2.794,19.304,17.960512212,17.960512212,7.902625292,-28.018399132 +225,2.794,4.064,17.960512212,17.960512212,9.698676564,-26.22234786 +225,4.064,2.794,17.960512212,17.960512212,9.698676564,-26.22234786 +225,11.684,2.794,17.960512212,17.960512212,7.902625292,-28.018399132 +225,14.224,2.794,17.960512212,17.960512212,7.902625292,-28.018399132 +225,9.144,2.794,17.960512212,17.960512212,7.902625292,-28.018399132 +225,21.844,2.794,17.960512212,17.960512212,7.902625292,-28.018399132 +225,2.794,16.764,17.960512212,17.960512212,7.902625292,-28.018399132 +225,16.764,2.794,17.960512212,17.960512212,7.902625292,-28.018399132 + +*HEX,HEX +0, 0,0, 0,5.49926, 3.175,-6.35 +120, 0,0, 0,5.49926, 3.175,-6.35 +60, 3.175,0, 0,5.49926, 3.175,-6.35 + +*HEXAGONS,HEXAGONS +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +239.931417,5.587999746,25.399999492,204.778078632,1.15693825,5.576441984,-552.067817376 +239.931417,22.606,4.826,204.778078632,1.15693825,5.576441984,-552.067817376 +300.068583,19.812000254,25.399999492,352.866180728,1.15693825,5.576441984,-552.067817376 +60.068488,3.048,12.7,204.780260492,0.667036766,9.672031964,-957.531152498 +119.931512,7.874,4.318,762.42292397,0.667036766,9.67203171,-957.531152498 +300.068583,2.794,4.826,352.866180728,1.15693825,5.576441984,-552.067817376 +180,2.794,4.826,0,25.4,5.587998984,-19.812001016 +299.931512,17.526,21.082,762.42292397,0.667036766,9.67203171,-957.531152498 +0,7.874,21.082,0,25.4,9.652,-15.748 +180,17.526,4.318,0,25.4,9.652,-15.748 +240.068488,22.352,12.7,204.780260492,0.667036766,9.672031964,-957.531152498 +180,2.794,20.574,0,25.4,5.587998984,-19.812001016 + +*HEXJOIN-01,HEXJOIN-01 +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +45,3.81,16.51,17.960512212,17.960512212,7.184204834,-28.73681959 +270,21.59,16.51,25.4,25.4,7.62,-17.78 +315,16.51,21.59,17.960512212,17.960512212,7.184204834,-28.73681959 +180,16.51,3.81,0,25.4,7.62,-17.78 +270,13.97,3.81,25.4,25.4,7.62,-17.78 +90,3.81,8.89,25.4,25.4,7.62,-17.78 +135,8.89,3.81,17.960512212,17.960512212,7.184204834,-28.73681959 +180,3.81,13.97,0,25.4,7.62,-17.78 +270,11.43,3.81,25.4,25.4,7.62,-17.78 +180,3.81,11.43,0,25.4,7.62,-17.78 +225,21.59,8.89,17.960512212,17.960512212,7.184204834,-28.73681959 +0,8.89,21.59,0,25.4,7.62,-17.78 + +*HEXJOIN-02,HEXJOIN-02 +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +270,21.59,11.43,25.4,25.4,2.54,-22.86 +315,16.51,21.59,17.960512212,17.960512212,7.184204834,-28.73681959 +270,13.97,3.81,25.4,25.4,7.62,-17.78 +180,3.81,13.97,0,25.4,7.62,-17.78 +180,16.51,3.81,0,25.4,2.54,-22.86 +45,3.81,16.51,17.960512212,17.960512212,7.184204834,-28.73681959 +90,3.81,13.97,25.4,25.4,2.54,-22.86 +180,3.81,11.43,0,25.4,7.62,-17.78 +180,11.43,3.81,0,25.4,2.54,-22.86 +270,11.43,3.81,25.4,25.4,7.62,-17.78 +90,3.81,8.89,25.4,25.4,2.54,-22.86 +0,13.97,21.59,0,25.4,2.54,-22.86 +135,8.89,3.81,17.960512212,17.960512212,7.184204834,-28.73681959 +0,8.89,21.59,0,25.4,2.54,-22.86 +225,21.59,8.89,17.960512212,17.960512212,7.184204834,-28.73681959 +270,21.59,16.51,25.4,25.4,2.54,-22.86 + +*HONEY,HONEY +0, 0,0, 4.7625,2.74963, 3.175,-6.35 +120, 0,0, 4.7625,2.74963, 3.175,-6.35 +60, 0,0, 4.7625,2.74963, -6.35,3.175 + +*HOUND,HOUND +0, 0,0, 6.35,1.5875, 25.4,-12.7 +90, 0,0, -6.35,1.5875, 25.4,-12.7 + +*INSUL,INSUL +0, 0,0, 0,9.525 +0, 0,3.175, 0,9.525, 3.175,-3.175 +0, 0,6.35, 0,9.525, 3.175,-3.175 + +*JIS_LC_20,JIS_LC_20 +45, 0,0, 0,20 +45, .4,0, 0,20 + +*JIS_LC_20A,JIS_LC_20A +45, 0,0, 0,20 +45, 1,0, 0,20 + +*JIS_LC_8,JIS_LC_8 +45, 0,0, 0,7.8 +45, .4,0, 0,7.8 + +*JIS_LC_8A,JIS_LC_8A +45, 0,0, 0,7.8 +45, 1,0, 0,7.8 + +*JIS_RC_10,JIS_RC_10 +45, 0,0, 0,10 +45, .725,0, 0,10 +45, 1.45,0, 0,10 + +*JIS_RC_15,JIS_RC_15 +45, 0,0, 0,15 +45, .725,0, 0,15 +45, 1.45,0, 0,15 + +*JIS_RC_18,JIS_RC_18 +45, 0,0, 0,18 +45, 1,0, 0,18 +45, 2,0, 0,18 + +*JIS_RC_30,JIS_RC_30 +45, 0,0, 0,30 +45, 1,0, 0,30 +45, 2,0, 0,30 + +*JIS_STN_1E,JIS_STN_1E +45, 0,0, 0,1 +45, .705,0, 0,1, 1,-.5 + +*JIS_STN_2.5,JIS_STN_2.5 +45, 0,0, 0,2.5 +45, 1.765,0, 0,2.5, 1.2,-.5 + +*JIS_WOOD,JIS_WOOD +45, 0,0, 0,.70710678 + +*LATTICE-01,LATTICE-01 +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +180,2.162738626,10.16,0,25.4,4.325477252,-21.074522748 +270,15.24,2.162738626,25.4,25.4,4.325477252,-21.074522748 +270,10.16,2.162738626,25.4,25.4,4.325477252,-21.074522748 +135,12.7,6.80694346,17.960512212,17.960512212,8.334040482,-27.586983942 +225,18.59305654,12.7,17.960512212,17.960512212,8.334040482,-27.586983942 +45,2.162738626,15.24,17.960512212,17.960512212,11.309835394,-24.61118903 +180,2.162738626,15.24,0,25.4,4.325477252,-21.074522748 +315,12.7,18.59305654,17.960512212,17.960512212,8.334040482,-27.586983942 +45,6.80694346,12.7,17.960512212,17.960512212,8.334040482,-27.586983942 +315,15.24,23.237261374,17.960512212,17.960512212,11.309835394,-24.61118903 +45,15.24,2.162738626,17.960512212,17.960512212,11.309835394,-24.61118903 +315,2.162738626,10.16,17.960512212,17.960512212,11.309835394,-24.61118903 + +*LATTICE-02,LATTICE-02 +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +180,9.736666582,9.736666582,0,25.4,19.473333164,-5.926666836 +270,15.663333418,25.4,25.4,25.4,25.4,0 +180,9.736666582,15.663333418,0,25.4,19.473333164,-5.926666836 +270,9.736666582,25.4,25.4,25.4,25.4,0 + +*LATTICE-03,LATTICE-03 +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +180,9.736666582,9.736666582,0,25.4,19.473333164,-5.926666836 +180,9.736666582,15.663333418,0,25.4,19.473333164,-5.926666836 +270,15.663333418,9.736666582,25.4,25.4,19.473333164,-5.926666836 +270,9.736666582,9.736666582,25.4,25.4,19.473333164,-5.926666836 + +*LATTICE-04,LATTICE-04 +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +296.565051,3.894666582,11.684,34.077676066,11.35922544,28.776704194,-28.019422498 +296.565051,8.636000254,14.054666582,34.077676066,11.35922544,28.776704194,-28.019422498 +206.565051,11.684,21.505333418,34.077676066,11.35922544,28.776704194,-28.019422498 +206.565051,14.054666582,16.763999746,34.077676066,11.35922544,28.776704194,-28.019422498 + +*LATTICE-05,LATTICE-05 +;By John Hyslop +;Developed in mm as Metric QCAD3 pattern +0,19.685,1.905,0,25.4,3.81,-21.59 +180,5.715,23.495,0,25.4,3.81,-21.59 +180,15.875,5.715,0,25.4,10.16,-15.24 +180,15.875,1.905,0,25.4,13.97,-11.43 +270,15.875,5.715,0,25.4,3.81,-21.59 +270,19.685,19.685,0,25.4,17.78,-7.62 +270,23.495,23.495,0,25.4,21.59,-3.81 +0,9.525,19.685,0,25.4,10.16,-15.24 +0,9.525,23.495,0,25.4,13.97,-11.43 +90,9.525,19.685,0,25.4,3.81,-21.59 +90,5.715,5.715,0,25.4,17.78,-7.62 +90,1.905,1.905,0,25.4,21.59,-3.81 + +*LATTICE-06,LATTICE-06 +;By John Hyslop +;Developed in mm as Metric QCAD3 pattern +180,15.875,9.525,0,25.4,6.35,-19.05 +270,15.875,15.875,0,25.4,6.35,-19.05 +0,9.525,15.875,0,25.4,6.35,-19.05 +90,9.525,9.525,0,25.4,6.35,-19.05 +0,19.685,1.905,0,25.4,3.81,-21.59 +180,5.715,23.495,0,25.4,3.81,-21.59 +180,15.875,5.715,0,25.4,10.16,-15.24 +180,15.875,1.905,0,25.4,13.97,-11.43 +270,15.875,5.715,0,25.4,3.81,-21.59 +270,19.685,19.685,0,25.4,17.78,-7.62 +270,23.495,23.495,0,25.4,21.59,-3.81 +0,9.525,19.685,0,25.4,10.16,-15.24 +0,9.525,23.495,0,25.4,13.97,-11.43 +90,9.525,19.685,0,25.4,3.81,-21.59 +90,5.715,5.715,0,25.4,17.78,-7.62 +90,1.905,1.905,0,25.4,21.59,-3.81 + +*LATTICE-07,LATTICE-07 +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +270,17.568333418,17.568333164,25.4,25.4,22.436666582,-2.963333418 +270,20.531666836,17.568333164,25.4,25.4,22.436666582,-2.963333418 +270,4.868333164,4.868333418,25.4,25.4,22.436666582,-2.963333418 +270,7.831666582,4.868333418,25.4,25.4,22.436666582,-2.963333418 +180,17.568333418,7.831666582,0,25.4,22.436666582,-2.963333418 +180,17.568333418,4.868333164,0,25.4,22.436666582,-2.963333418 +180,4.868333418,20.531666836,0,25.4,22.436666582,-2.963333418 +180,4.868333418,17.568333418,0,25.4,22.436666582,-2.963333418 + +*LINE,LINE +0, 0,0, 0,3.175 + +*MAZE-01,MAZE-01 +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +180,24.13,23.368,0,25.4,6.35,-19.05 +90,24.13,13.97,25.4,25.4,9.398,-16.002 +90,21.082,13.97,25.4,25.4,6.35,-19.05 +0,17.78,10.668,0,25.4,2.794,-22.606 +180,14.478,20.32,0,25.4,9.652,-15.748 +270,14.478,23.368,25.4,25.4,3.048,-22.352 +0,1.778,23.368,0,25.4,12.7,-12.7 +90,24.13,7.366,25.4,25.4,3.302,-22.098 +180,11.43,1.27,0,25.4,9.652,-15.748 +0,17.78,7.366,0,25.4,6.35,-19.05 +270,11.43,4.318,25.4,25.4,3.048,-22.352 +0,4.826,4.318,0,25.4,6.604,-18.796 +90,17.78,4.318,25.4,25.4,3.048,-22.352 +270,4.826,20.32,25.4,25.4,16.002,-9.398 +0,7.874,7.366,0,25.4,6.604,-18.796 +270,7.874,17.272,25.4,25.4,9.906,-15.494 +180,17.78,17.272,0,25.4,9.906,-15.494 +270,17.78,23.368,25.4,25.4,6.096,-19.304 +180,24.13,4.318,0,25.4,6.35,-19.05 +90,24.13,1.27,25.4,25.4,3.048,-22.352 +0,14.478,1.27,0,25.4,9.652,-15.748 +270,14.478,10.668,25.4,25.4,9.398,-16.002 +270,17.78,13.97,25.4,25.4,3.302,-22.098 +0,11.43,13.97,0,25.4,6.35,-19.05 +90,11.43,10.668,25.4,25.4,3.302,-22.098 +90,1.778,1.27,25.4,25.4,22.098,-3.302 + +*MAZE-02,MAZE-02 +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +270,22.859999746,2.54,25.4,25.4,2.54,-22.86 +0,17.779999746,2.54,0,25.4,5.08,-20.32 +90,0,7.62,25.4,25.4,12.7,-12.7 +270,22.859999746,22.86,25.4,25.4,12.7,-12.7 +270,7.619999746,22.86,25.4,25.4,2.54,-22.86 +180,7.619999746,22.86,0,25.4,10.16,-15.24 +0,5.079999746,5.08,0,25.4,3.81,-21.59 +90,5.079999746,7.62,25.4,25.4,5.08,-20.32 +180,12.699999746,7.62,0,25.4,7.62,-17.78 +90,12.699999746,2.54,25.4,25.4,5.08,-20.32 +270,17.779999746,5.08,25.4,25.4,2.54,-22.86 +0,15.239999746,5.08,0,25.4,2.54,-22.86 +270,15.239999746,7.62,25.4,25.4,2.54,-22.86 +180,17.779999746,7.62,0,25.4,2.54,-22.86 +270,15.239999746,15.24,25.4,25.4,2.54,-22.86 +0,7.619999746,15.24,0,25.4,7.62,-17.78 +90,7.619999746,10.16,25.4,25.4,5.08,-20.32 +180,17.779999746,10.16,0,25.4,10.16,-15.24 +180,15.239999746,12.7,0,25.4,5.08,-20.32 +270,20.319999746,20.32,25.4,25.4,12.7,-12.7 +0,2.539999746,2.54,0,25.4,10.16,-15.24 +0,2.539999746,20.32,0,25.4,17.78,-7.62 +270,2.539999746,5.08,25.4,25.4,2.54,-22.86 +90,2.539999746,7.62,25.4,25.4,12.7,-12.7 +180,2.539999746,5.08,0,25.4,7.62,-17.78 +180,0,7.62,0,25.4,5.080000254,-20.319999746 +180,7.619999746,0,0,25.4,7.62,-17.78 +270,17.779999746,17.78,25.4,25.4,5.08,-20.32 +0,10.159999746,0,0,25.4,10.16,-15.24 +0,5.079999746,17.78,0,25.4,12.7,-12.7 +90,5.079999746,15.24,25.4,25.4,2.54,-22.86 +270,15.239999746,2.54,25.4,25.4,2.54,-22.86 +0,10.159999746,22.86,0,25.4,10.16,-15.24 +270,10.159999746,25.4,25.4,25.4,2.54,-22.86 + +*MUDST,MUDST +0, 0,0, 12.7,6.35, 6.35,-6.35,0,-6.35,0,-6.35 + +*NET,NET +0, 0,0, 0,3.175 +90, 0,0, 0,3.175 + +*NET3,NET3 +0, 0,0, 0,3.175 +60, 0,0, 0,3.175 +120, 0,0, 0,3.175 + +*PLAST,PLAST +0, 0,0, 0,6.35 +0, 0,.79375, 0,6.35 +0, 0,1.5875, 0,6.35 + +*PLASTI,PLASTI +0, 0,0, 0,6.35 +0, 0,.79375, 0,6.35 +0, 0,1.5875, 0,6.35 +0, 0,3.96875, 0,6.35 + +*SACNCR,SACNCR +45, 0,0, 0,2.38125 +45, 1.6838,0, 0,2.38125, 0,-2.38125 + +*SCAFFOLD,SCAFFOLD +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +270,19.304,21.336,25.4,25.4,0.508,-24.892 +326.3099325,6.604,4.064,56.357539812,7.04469254,14.652960026,-76.928042486 +90,6.096,12.446,25.4,25.4,0.508,-24.892 +270,6.35,4.064,25.4,25.4,8.128,-17.272 +146.3099325,6.096,21.336,56.357539812,7.04469254,14.65296028,-76.928041978 +180,19.304,12.446,0,25.4,0.508,-24.892 +270,18.796,4.572,25.4,25.4,0.508,-24.892 +0,18.796,21.336,0,25.4,0.508,-24.892 +90,6.35,12.954,25.4,25.4,7.874,-17.526 +270,19.304,12.954,25.4,25.4,0.508,-24.892 +0,6.604,4.318,0,25.4,12.192,-13.208 +0,6.096,12.954,0,25.4,0.508,-24.892 +180,19.304,4.572,0,25.4,0.508,-24.892 +90,18.796,20.828,25.4,25.4,0.508,-24.892 +212.855722,6.096,12.446,514.310608918,0.444520828,14.513605212,-1436.846928942 +147.144278,6.096,4.572,937.049925236,0.444520828,14.513605212,-1436.846928942 +213.6900675,6.096,4.064,35.223462446,7.04469254,14.652959772,-76.928042486 +180,6.096,4.318,0,25.4,12.192,-13.208 +0,6.604,21.082,0,25.4,12.192,-13.208 +90,6.604,4.064,25.4,25.4,0.508,-24.892 +180,19.304,20.828,0,25.4,0.508,-24.892 +90,18.796,12.446,25.4,25.4,0.508,-24.892 +147.144278,18.796,4.572,937.049925236,0.444520828,14.513605466,-1436.846928688 +0,6.096,4.064,0,25.4,0.508,-24.892 +0,6.604,12.7,0,25.4,12.192,-13.208 +270,6.604,21.336,25.4,25.4,0.508,-24.892 +90,19.05,4.572,25.4,25.4,7.874,-17.526 +212.855722,18.796,20.828,514.310608918,0.444520828,14.513605466,-1436.846928688 +180,6.604,12.446,0,25.4,0.508,-24.892 +270,6.096,4.572,25.4,25.4,0.508,-24.892 +0,6.096,21.336,0,25.4,0.508,-24.892 +270,6.604,12.954,25.4,25.4,0.508,-24.892 +270,19.05,20.828,25.4,25.4,7.874,-17.526 +32.855722,6.604,4.572,514.310608918,0.444520828,14.513605466,-1436.846928688 +180,6.604,4.572,0,25.4,0.508,-24.892 +0,18.796,12.954,0,25.4,0.508,-24.892 +90,19.304,4.064,25.4,25.4,0.508,-24.892 +90,6.096,20.828,25.4,25.4,0.508,-24.892 +180,6.096,21.082,0,25.4,12.192,-13.208 +147.144278,6.096,12.954,937.049925236,0.444520828,14.513605212,-1436.846928942 +180,6.096,12.7,0,25.4,12.192,-13.208 +270,6.35,12.446,25.4,25.4,7.874,-17.526 +212.855722,6.096,20.828,514.310608918,0.444520828,14.513605466,-1436.846928688 +0,18.796,4.064,0,25.4,0.508,-24.892 +270,19.05,4.064,25.4,25.4,8.128,-17.272 +180,6.604,20.828,0,25.4,0.508,-24.892 +213.6900675,18.796,4.064,35.223462446,7.04469254,14.652960026,-76.928042486 +327.144278,6.604,20.828,937.049925236,0.444520828,14.513605466,-1436.846928688 + +*SQUARE,SQUARE +0, 0,0, 0,3.175, 3.175,-3.175 +90, 0,0, 0,3.175, 3.175,-3.175 + +*STARS,STARS +0, 0,0, 0,5.49926, 3.175,-3.175 +60, 0,0, 0,5.49926, 3.175,-3.175 +120, 1.5875,2.74963, 0,5.49926, 3.175,-3.175 + +*STEEL,STEEL +45, 0,0, 0,3.175 +45, 0,1.5875, 0,3.175 + +*SWAMP,SWAMP +0, 0,0, 12.7,21.997, 3.175,-22.225 +90, 1.5875,0, 21.997,12.7, 1.5875,-42.4066 +90, 1.98438,0, 21.997,12.7, 1.27,-42.7241 +90, 1.19062,0, 21.997,12.7, 1.27,-42.7241 +60, 2.38125,0, 12.7,21.997, 1.016,-24.384 +120, .79375,0, 12.7,21.997, 1.016,-24.384 + +*TRANS,TRANS +0, 0,0, 0,6.35 +0, 0,3.175, 0,6.35, 3.175,-3.175 + +*TRI-OVERLAP,TRI-OVERLAP +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +59.641885,2.286000254,3.81,1206.700468992,0.313103514,20.605334202,-2039.928082188 +300.358115,12.7,21.590000254,853.832947398,0.313103514,20.605334202,-2039.928082188 +180,9.129485678,15.494,0,25.4,18.258981262,-7.141018738 +59.036243,22.737590288,4.452650734,56.628832894,4.356064186,5.17479407,-142.931383936 +180,23.114,3.81,0,25.4,20.827999746,-4.572000254 +300.963757,0,8.89,91.477345366,4.356064186,5.174794324,-142.931383682 +300.784147,3.048,3.81,148.105450296,0.464280504,13.89591328,-1375.695350204 +239.215853,22.352,3.81,1241.485813188,0.464280504,13.89591328,-1375.695350204 + +*TRIANG,TRIANG +60, 0,0, 4.7625,8.24889, 4.7625,-4.7625 +120, 0,0, 4.76250001,8.24889, 4.7625,-4.7625 +0, -2.38125,4.12445, 4.7625,8.24889, 4.7625,-4.7625 + +*WEATHERBOARD,WEATHERBOARD +; By John Hyslop, Manually Entered QCAD3 pattern +; Developed in mm as metric QCAD3 pattern +; Metric Hatch Scale 1 Makes 152mm horizontally placed boards +; with a 13mm offset line to simulate a rounded edge +0,0,0,0,152 +0,0,13,0,152 + +*WIRE-FENCE,WIRE-FENCE +;By John Hyslop, Tile2Hatch tool CVH 2020 +;Developed in mm as metric QCAD3 pattern +315,11.684,12.7,17.960512212,17.960512212,1.186955462,-34.734068962 +315,13.353142966,14.332857034,17.960512212,17.960512212,1.231577928,-34.689446496 +3.731397,12.767918076,14.294690232,381.845330542,0.55100347,0.586467966,-1170.2956782 +183.17983,11.77579941,14.229987034,432.544118908,1.408938508,23.016097986,-434.888914066 +183.17983,11.714581854,13.209697736,432.544118908,1.408938508,23.012451308,-434.892560744 +153.434949,13.208,12.954,22.718450626,11.35922544,0.567961272,-56.22816542 +266.593556,13.208,12.954,432.546308388,0.301846742,25.69937837,-2111.67704156 +266.593556,14.224,13.462,432.546308388,0.301846742,25.69937837,-2111.67704156 +2.602562,12.523304392,11.860695608,534.003174054,1.153354564,0.622066574,-558.754908396 + +*ZIGZAG,ZIGZAG +0, 0,0, 3.175,3.175, 3.175,-3.175 +90, 3.175,0, 3.175,3.175, 3.175,-3.175 diff --git a/build.rs b/build.rs new file mode 100644 index 00000000..f6bd3711 --- /dev/null +++ b/build.rs @@ -0,0 +1,91 @@ +// build.rs — auto-generates src/modules/registry.rs +// +// Scans src/modules/ for subdirectories containing a mod.rs file. +// Each subdirectory name like "home" maps to a struct "HomeModule" +// defined in src/modules/home/mod.rs. +// +// Rules for a directory to be picked up: +// • Located directly in src/modules/ +// • Contains a mod.rs file +// • Defines a pub struct {PascalCase}Module implementing CadModule +// (unit struct — no ::new() needed) +// +// Tab display order: the PRIORITY list below controls order. +// Unlisted modules appear after priority modules, sorted alphabetically. +// +// Adding a new module: +// 1. Create src/modules/my_name/mod.rs (implement CadModule as MyNameModule) +// 2. Add `pub mod my_name;` to src/modules/mod.rs +// 3. cargo build → module appears in the ribbon + +use std::fs; +use std::path::Path; + +// Display order for known modules; unknown modules follow alphabetically. +const PRIORITY: &[&str] = &["home", "annotate", "insert", "view", "manage"]; + +fn main() { + let mods_dir = Path::new("src/modules"); + println!("cargo:rerun-if-changed=src/modules"); + + // Collect subdirectories that contain mod.rs. + let mut modules: Vec = fs::read_dir(mods_dir) + .expect("src/modules/ not found") + .filter_map(|e| { + let entry = e.ok()?; + if !entry.file_type().ok()?.is_dir() { + return None; + } + let name = entry.file_name().into_string().ok()?; + let mod_file = mods_dir.join(&name).join("mod.rs"); + if mod_file.exists() { + Some(name) + } else { + None + } + }) + .collect(); + + // Sort: priority order first, then alphabetical for the rest. + modules.sort_by_key(|name| { + let pri = PRIORITY.iter().position(|p| *p == name.as_str()); + (pri.map(|i| i as u32).unwrap_or(u32::MAX), name.clone()) + }); + + // snake_case → PascalCase + "Module" + let to_struct = |s: &str| -> String { + s.split('_') + .map(|w| { + let mut c = w.chars(); + match c.next() { + None => String::new(), + Some(f) => f.to_uppercase().collect::() + c.as_str(), + } + }) + .collect::() + + "Module" + }; + + let mut out = String::from( + "// AUTO-GENERATED by build.rs — do not edit by hand.\n\ + // To add a module: create src/modules/my_name/mod.rs + add `pub mod my_name;` to modules/mod.rs.\n\n\ + use crate::modules::CadModule;\n\n\ + /// Returns one boxed instance of every registered CAD module.\n\ + /// Called once at startup by `Ribbon::new()`.\n\ + pub fn all_modules() -> Vec> {\n\ + \tvec![\n", + ); + + for module in &modules { + let s = to_struct(module); + out.push_str(&format!("\t\tBox::new(super::{module}::{s}),\n")); + } + + out.push_str("\t]\n}\n"); + + let out_path = mods_dir.join("registry.rs"); + let current = fs::read_to_string(&out_path).unwrap_or_default(); + if current != out { + fs::write(&out_path, &out).expect("failed to write registry.rs"); + } +} diff --git a/src/command/group.rs b/src/command/group.rs new file mode 100644 index 00000000..489eb2a4 --- /dev/null +++ b/src/command/group.rs @@ -0,0 +1,65 @@ +// GroupCommand — text-input phase after objects are selected. +// +// Receives the pre-selected handles from dispatch_command and asks the user +// for a group name. Pressing Enter without typing uses the auto-generated name. +// Result: CmdResult::CreateGroup { handles, name } + +use acadrust::Handle; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult}; +use crate::scene::wire_model::WireModel; + +pub struct GroupCommand { + handles: Vec, + /// Auto-generated fallback name shown in the prompt. + auto_name: String, +} + +impl GroupCommand { + pub fn new(handles: Vec, auto_name: String) -> Self { + Self { handles, auto_name } + } +} + +impl CadCommand for GroupCommand { + fn name(&self) -> &'static str { + "GROUP" + } + + fn prompt(&self) -> String { + format!("GROUP Enter group name [{}]:", self.auto_name) + } + + fn wants_text_input(&self) -> bool { + true + } + + fn on_text_input(&mut self, text: &str) -> Option { + let name = if text.trim().is_empty() { + std::mem::take(&mut self.auto_name) + } else { + text.trim().to_string() + }; + Some(CmdResult::CreateGroup { + handles: std::mem::take(&mut self.handles), + name, + }) + } + + fn on_enter(&mut self) -> CmdResult { + // Enter with no typed name uses the auto-generated name. + CmdResult::CreateGroup { + handles: std::mem::take(&mut self.handles), + name: std::mem::take(&mut self.auto_name), + } + } + + fn on_point(&mut self, _pt: Vec3) -> CmdResult { + CmdResult::NeedPoint + } + + fn on_hover_entity(&mut self, _handle: Handle, _pt: Vec3) -> Vec { + vec![] + } +} diff --git a/src/command/laymatch.rs b/src/command/laymatch.rs new file mode 100644 index 00000000..0ad447f6 --- /dev/null +++ b/src/command/laymatch.rs @@ -0,0 +1,69 @@ +// LayMatchCommand — two-phase layer match. +// +// Phase 1: user selects destination objects (whose layer will be changed). +// Phase 2: user selects a single source object (whose layer will be applied). + +use acadrust::Handle; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult}; +use crate::scene::wire_model::WireModel; + +pub struct LayMatchCommand { + dest_handles: Vec, +} + +impl LayMatchCommand { + pub fn new(dest: Vec) -> Self { + Self { dest_handles: dest } + } +} + +impl CadCommand for LayMatchCommand { + fn name(&self) -> &'static str { + "LAYMATCH" + } + + fn prompt(&self) -> String { + if self.dest_handles.is_empty() { + "LAYMATCH Select objects to change layer:".into() + } else { + "LAYMATCH Select source object to match layer from:".into() + } + } + + fn is_selection_gathering(&self) -> bool { + true + } + + fn on_selection_complete(&mut self, handles: Vec) -> CmdResult { + if handles.is_empty() { + return CmdResult::NeedPoint; + } + if self.dest_handles.is_empty() { + // Phase 1 complete — store destinations, move to phase 2. + self.dest_handles = handles; + CmdResult::NeedPoint + } else { + // Phase 2 complete — first handle is the source object. + let src = handles[0]; + CmdResult::MatchEntityLayer { + dest: std::mem::take(&mut self.dest_handles), + src, + } + } + } + + fn on_point(&mut self, _pt: Vec3) -> CmdResult { + CmdResult::NeedPoint + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_hover_entity(&mut self, _handle: Handle, _pt: Vec3) -> Vec { + vec![] + } +} diff --git a/src/command/matchprop.rs b/src/command/matchprop.rs new file mode 100644 index 00000000..57390e7f --- /dev/null +++ b/src/command/matchprop.rs @@ -0,0 +1,82 @@ +// MatchPropCommand — two-phase match properties. +// +// Phase 1: user picks the SOURCE object (single entity pick). +// Phase 2: user selects DESTINATION objects (multi-select, Enter to finish). +// Result: CmdResult::MatchProperties { dest, src } + +use acadrust::Handle; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult}; +use crate::scene::wire_model::WireModel; + +pub struct MatchPropCommand { + /// Source handle; NULL until phase 1 is complete. + src: Handle, +} + +impl MatchPropCommand { + pub fn new() -> Self { + Self { src: Handle::NULL } + } + + fn phase1_done(&self) -> bool { + !self.src.is_null() + } +} + +impl CadCommand for MatchPropCommand { + fn name(&self) -> &'static str { + "MATCHPROP" + } + + fn prompt(&self) -> String { + if !self.phase1_done() { + "MATCHPROP Select source object:".into() + } else { + "MATCHPROP Select destination objects (Enter to apply):".into() + } + } + + // ── Phase 1: single entity pick ─────────────────────────────────────── + + fn needs_entity_pick(&self) -> bool { + !self.phase1_done() + } + + fn on_entity_pick(&mut self, handle: Handle, _pt: Vec3) -> CmdResult { + if handle.is_null() { + return CmdResult::NeedPoint; // nothing hit, keep waiting + } + self.src = handle; + CmdResult::NeedPoint // move to phase 2 (selection gathering) + } + + // ── Phase 2: destination selection gathering ────────────────────────── + + fn is_selection_gathering(&self) -> bool { + self.phase1_done() + } + + fn on_selection_complete(&mut self, handles: Vec) -> CmdResult { + if handles.is_empty() { + return CmdResult::NeedPoint; + } + CmdResult::MatchProperties { + dest: handles, + src: self.src, + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_point(&mut self, _pt: Vec3) -> CmdResult { + CmdResult::NeedPoint + } + + fn on_hover_entity(&mut self, _handle: Handle, _pt: Vec3) -> Vec { + vec![] + } +} diff --git a/src/command/mod.rs b/src/command/mod.rs new file mode 100644 index 00000000..0cfa0d9a --- /dev/null +++ b/src/command/mod.rs @@ -0,0 +1,190 @@ +// Command system — trait for interactive CAD commands. +// +// Each tool that requires user interaction (point picks, object selection, +// numeric input) implements `CadCommand`. The active command receives +// viewport events from main.rs and returns `CmdResult` tokens that tell +// the host what to do next. + +pub mod group; +pub mod laymatch; +pub mod matchprop; +pub mod paste; +pub mod select; +pub mod ungroup; + +use crate::scene::hatch_model::HatchModel; +use crate::scene::wire_model::WireModel; +use acadrust::{EntityType, Handle}; +use glam::Vec3; + +// ── Transform ───────────────────────────────────────────────────────────── + +/// A geometric transformation applied to existing entities. +#[derive(Clone)] +pub enum EntityTransform { + /// Move every point by the given world-space delta (Y-up XZ plane). + Translate(Vec3), + /// Rotate around `center` by `angle_rad` in the XZ plane (Y-up). + Rotate { center: Vec3, angle_rad: f32 }, + /// Uniform scale from `center` by `factor`. + Scale { center: Vec3, factor: f32 }, + /// Mirror across the line through `p1`→`p2` in the XZ plane (Y-up). + Mirror { p1: Vec3, p2: Vec3 }, +} + +// ── Tangent object ───────────────────────────────────────────────────────── + +/// Geometric representation of a tangent-snap target. +#[derive(Clone, Copy, Debug)] +pub enum TangentObject { + /// Infinite line through two world-space XZ-plane points. + Line { p1: Vec3, p2: Vec3 }, + /// Circle in the XZ plane. + Circle { center: Vec3, radius: f32 }, +} + +// ── Result token ────────────────────────────────────────────────────────── + +/// Returned by every `CadCommand` method to tell main.rs what to do. +#[allow(dead_code)] +pub enum CmdResult { + /// Command is still waiting for the next point; show updated prompt. + NeedPoint, + /// Update the committed-segment wire (normal colour) and keep collecting points. + InterimWire(WireModel), + /// Update the in-progress (cyan) preview wire in the viewport. + Preview(WireModel), + /// Commit an acadrust entity to the document; keep the command active. + CommitEntity(EntityType), + /// Commit an acadrust entity to the document and end the command. + CommitAndExit(EntityType), + /// Create a block definition from existing entities and insert one reference. + CreateBlock { + handles: Vec, + name: String, + base: Vec3, + }, + /// Apply a transform to selected entities and end the command. + TransformSelected(Vec, EntityTransform), + /// Copy selected entities with a transform; command stays active for more copies. + CopySelected(Vec, EntityTransform), + /// Commit a hatch fill (stored in Scene::hatches, not the DXF document). + CommitHatch(HatchModel), + /// Copy selected entities with multiple transforms (e.g. rectangular array); end command. + BatchCopy(Vec, Vec), + /// Erase `handle` and replace with new entities; command stays active. + ReplaceEntity(Handle, Vec), + /// Replace / delete multiple entities and add new ones; command ends. + /// Each pair: (handle_to_erase, replacement_entities) — empty vec = delete only. + ReplaceMany(Vec<(Handle, Vec)>, Vec), + /// Cancel: discard any preview and end the command. + Cancel, + /// End the selection-gather phase and re-dispatch the named command + /// with the gathered handles installed as the active scene selection. + Relaunch(String, Vec), + /// Move `dest` entities to the layer of the `src` entity; end command. + MatchEntityLayer { dest: Vec, src: Handle }, + /// Copy all visual properties (layer/color/linetype/lineweight) from `src` to `dest`; end command. + MatchProperties { dest: Vec, src: Handle }, + /// Create a named group from the given entity handles; end command. + CreateGroup { handles: Vec, name: String }, + /// Dissolve all groups that contain any of the given handles; end command. + DeleteGroups { handles: Vec }, + /// Paste clipboard entities translated so their centroid lands at `base_pt`; end command. + PasteClipboard { base_pt: Vec3 }, +} + +// ── Trait ───────────────────────────────────────────────────────────────── + +/// An interactive CAD command that collects user input step-by-step. +pub trait CadCommand: Send { + /// Short name shown in the command line prompt, e.g. `"LINE"`. + #[allow(dead_code)] + fn name(&self) -> &'static str; + /// Current prompt string to display in the command line. + fn prompt(&self) -> String; + + /// Called when the user left-clicks in the viewport (point pick). + fn on_point(&mut self, pt: Vec3) -> CmdResult; + + /// Called when the user presses Enter (finalize / next option). + fn on_enter(&mut self) -> CmdResult; + + /// Called when the user presses Escape (cancel). + #[allow(dead_code)] + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + /// Returns `true` when the command needs entity picking (hit-test) instead of point picking. + fn needs_entity_pick(&self) -> bool { + false + } + + /// Called when the user clicks and `needs_entity_pick()` is true. + /// `handle` is the nearest wire's entity handle (Handle::NULL if nothing found). + fn on_entity_pick(&mut self, _handle: Handle, _pt: Vec3) -> CmdResult { + CmdResult::Cancel + } + + /// Called after `CmdResult::ReplaceEntity` is applied to the document. + /// `old` is the erased handle; `new_handles` are the handles assigned to the replacement entities. + /// Commands that stay active across replaces should update their internal snapshots here. + fn on_entity_replaced(&mut self, _old: Handle, _new_handles: &[Handle]) {} + + /// Called on every mouse-move when `needs_entity_pick()` is true. + /// Return preview wires showing the operation result under the cursor. + /// Default: empty (no preview). + fn on_hover_entity(&mut self, _handle: Handle, _pt: Vec3) -> Vec { + vec![] + } + + /// Called on every mouse-move in the viewport. + /// Return `Some(WireModel)` to update the rubber-band preview, `None` to skip. + fn on_mouse_move(&mut self, _pt: Vec3) -> Option { + None + } + + /// Called on every mouse-move; return all preview wires to show (object ghosts + rubber-band). + /// Default: forwards to `on_mouse_move` for backwards compatibility. + fn on_preview_wires(&mut self, pt: Vec3) -> Vec { + self.on_mouse_move(pt).into_iter().collect() + } + + /// Returns `true` when the command is waiting for text typed in the command line. + fn wants_text_input(&self) -> bool { + false + } + + /// Called when the user submits text via the command line while `wants_text_input` is true. + fn on_text_input(&mut self, _text: &str) -> Option { + None + } + + /// Returns `true` when the command is in a selection-gathering phase. + /// While true, viewport clicks are routed through the normal selection + /// system (single / box / polygon) instead of the command's point-pick path. + /// After each completed selection action the host calls `on_selection_complete`. + fn is_selection_gathering(&self) -> bool { + false + } + + /// Called after a selection action completes while `is_selection_gathering` is true. + /// `handles` is the full set of currently selected entities. + /// Return `Relaunch` to fire the pending command, or `NeedPoint` to keep gathering. + fn on_selection_complete(&mut self, _handles: Vec) -> CmdResult { + CmdResult::Cancel + } + + /// Returns `true` when the command wants object picks via Tangent snap. + fn needs_tangent_pick(&self) -> bool { + false + } + + /// Called instead of `on_point` when the command needs a tangent pick + /// and the snap system found a tangent object. + fn on_tangent_point(&mut self, obj: TangentObject, hit: Vec3) -> CmdResult { + let _ = obj; + self.on_point(hit) + } +} diff --git a/src/command/paste.rs b/src/command/paste.rs new file mode 100644 index 00000000..1200e61e --- /dev/null +++ b/src/command/paste.rs @@ -0,0 +1,50 @@ +// PasteCommand — picks one insertion point then fires CmdResult::PasteClipboard. +// +// Holds pre-computed wire previews (from clipboard entities) and the centroid +// so it can show a translated rubber-band preview while the user moves the mouse. + +use acadrust::Handle; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult}; +use crate::scene::wire_model::WireModel; + +pub struct PasteCommand { + /// Wire models of the clipboard entities (used for preview). + wires: Vec, + /// Centroid of the clipboard entities (offset origin for translation). + centroid: Vec3, +} + +impl PasteCommand { + pub fn new(wires: Vec, centroid: Vec3) -> Self { + Self { wires, centroid } + } +} + +impl CadCommand for PasteCommand { + fn name(&self) -> &'static str { + "PASTECLIP" + } + + fn prompt(&self) -> String { + "PASTECLIP Pick insertion point:".into() + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + CmdResult::PasteClipboard { base_pt: pt } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_hover_entity(&mut self, _handle: Handle, _pt: Vec3) -> Vec { + vec![] + } + + fn on_preview_wires(&mut self, pt: Vec3) -> Vec { + let delta = pt - self.centroid; + self.wires.iter().map(|w| w.translated(delta)).collect() + } +} diff --git a/src/command/select.rs b/src/command/select.rs new file mode 100644 index 00000000..49ccea18 --- /dev/null +++ b/src/command/select.rs @@ -0,0 +1,62 @@ +// SelectObjectsCommand — generic "select objects then run command" gather phase. +// +// Used when a modify command is invoked with nothing pre-selected. +// The user may single-click, box-select, or polygon-select any number of objects. +// After the FIRST completed selection action (regardless of method) the command fires +// immediately — no Enter required. + +use acadrust::Handle; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult}; +use crate::scene::wire_model::WireModel; + +pub struct SelectObjectsCommand { + pending_cmd: String, +} + +impl SelectObjectsCommand { + pub fn new(pending_cmd: &str) -> Self { + Self { + pending_cmd: pending_cmd.to_string(), + } + } +} + +impl CadCommand for SelectObjectsCommand { + fn name(&self) -> &'static str { + "SELECT" + } + + fn prompt(&self) -> String { + format!("{} Select objects:", self.pending_cmd) + } + + // Opt into the selection-gathering path; host routes clicks through + // the normal selection system and calls on_selection_complete after each action. + fn is_selection_gathering(&self) -> bool { + true + } + + fn on_selection_complete(&mut self, handles: Vec) -> CmdResult { + if handles.is_empty() { + return CmdResult::NeedPoint; + } + CmdResult::Relaunch(std::mem::take(&mut self.pending_cmd), handles) + } + + // These are never called while is_selection_gathering is true, but the + // trait requires implementations. + fn on_point(&mut self, _pt: Vec3) -> CmdResult { + CmdResult::NeedPoint + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_hover_entity(&mut self, _handle: Handle, _pt: Vec3) -> Vec { + vec![] + } +} diff --git a/src/command/ungroup.rs b/src/command/ungroup.rs new file mode 100644 index 00000000..b9dd6db1 --- /dev/null +++ b/src/command/ungroup.rs @@ -0,0 +1,50 @@ +// UngroupCommand — selection gathering then dissolve all groups that +// contain any of the selected handles. +// Result: CmdResult::DeleteGroups { handles } + +use acadrust::Handle; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult}; +use crate::scene::wire_model::WireModel; + +pub struct UngroupCommand; + +impl UngroupCommand { + pub fn new() -> Self { + Self + } +} + +impl CadCommand for UngroupCommand { + fn name(&self) -> &'static str { + "UNGROUP" + } + + fn prompt(&self) -> String { + "UNGROUP Select grouped objects:".into() + } + + fn is_selection_gathering(&self) -> bool { + true + } + + fn on_selection_complete(&mut self, handles: Vec) -> CmdResult { + if handles.is_empty() { + return CmdResult::NeedPoint; + } + CmdResult::DeleteGroups { handles } + } + + fn on_point(&mut self, _pt: Vec3) -> CmdResult { + CmdResult::NeedPoint + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_hover_entity(&mut self, _handle: Handle, _pt: Vec3) -> Vec { + vec![] + } +} diff --git a/src/entities/arc.rs b/src/entities/arc.rs new file mode 100644 index 00000000..c713ccb2 --- /dev/null +++ b/src/entities/arc.rs @@ -0,0 +1,188 @@ +use acadrust::entities::Arc; +use glam::Vec3; +use truck_modeling::{builder, Point3}; + +use crate::command::EntityTransform; +use crate::entities::common::{diamond_grip, edit_prop as edit, parse_f64, square_grip}; +use crate::entities::traits::{Grippable, PropertyEditable, Transformable, TruckConvertible}; +use crate::scene::acad_to_truck::{TruckEntity, TruckObject}; +use crate::scene::object::{GripApply, GripDef, PropSection}; +use crate::scene::wire_model::{SnapHint, TangentGeom}; + +const TAU: f64 = std::f64::consts::TAU; + +fn to_truck(arc: &Arc) -> TruckEntity { + let cx = arc.center.x; + let cy = arc.center.y; + let cz = arc.center.z; + let r = arc.radius; + let sa = arc.start_angle.to_radians(); + let ea = arc.end_angle.to_radians(); + let mut end = ea; + if end < sa { + end += TAU; + } + let mid_a = sa + (end - sa) * 0.5; + let p_start = Point3::new(cx + r * sa.cos(), cy + r * sa.sin(), cz); + let p_end = Point3::new(cx + r * ea.cos(), cy + r * ea.sin(), cz); + let p_mid = Point3::new(cx + r * mid_a.cos(), cy + r * mid_a.sin(), cz); + let v_start = builder::vertex(p_start); + let v_end = builder::vertex(p_end); + let edge = builder::circle_arc(&v_start, &v_end, p_mid); + let cv = Vec3::new(cx as f32, cy as f32, cz as f32); + TruckEntity { + object: TruckObject::Curve(edge), + snap_pts: vec![(cv, SnapHint::Center)], + tangent_geoms: vec![TangentGeom::Circle { + center: [cx as f32, cy as f32, cz as f32], + radius: r as f32, + }], + key_vertices: vec![], + } +} + +fn angle_span(start: f32, end: f32) -> f32 { + let mut span = end - start; + if span < 0.0 { + span += std::f32::consts::TAU; + } + span +} + +fn grips(arc: &Arc) -> Vec { + let ctr = Vec3::new( + arc.center.x as f32, + arc.center.y as f32, + arc.center.z as f32, + ); + let r = arc.radius as f32; + let sa = (arc.start_angle as f32).to_radians(); + let ea = (arc.end_angle as f32).to_radians(); + let ma = sa + angle_span(sa, ea) * 0.5; + vec![ + diamond_grip(0, ctr), + square_grip(1, ctr + Vec3::new(r * sa.cos(), r * sa.sin(), 0.0)), + square_grip(2, ctr + Vec3::new(r * ea.cos(), r * ea.sin(), 0.0)), + diamond_grip(3, ctr + Vec3::new(r * ma.cos(), r * ma.sin(), 0.0)), + ] +} + +fn properties(arc: &Arc) -> PropSection { + PropSection { + title: "Geometry".into(), + props: vec![ + edit("Center X", "center_x", arc.center.x), + edit("Center Y", "center_y", arc.center.y), + edit("Center Z", "center_z", arc.center.z), + edit("Radius", "radius", arc.radius), + edit("Start Angle", "start_angle", arc.start_angle), + edit("End Angle", "end_angle", arc.end_angle), + ], + } +} + +fn apply_geom_prop(arc: &mut Arc, field: &str, value: &str) { + let Some(v) = parse_f64(value) else { + return; + }; + match field { + "center_x" => arc.center.x = v, + "center_y" => arc.center.y = v, + "center_z" => arc.center.z = v, + "radius" if v > 0.0 => arc.radius = v, + "start_angle" => arc.start_angle = v, + "end_angle" => arc.end_angle = v, + _ => {} + } +} + +fn apply_grip(arc: &mut Arc, grip_id: usize, apply: GripApply) { + match (grip_id, apply) { + (0, GripApply::Translate(d)) => { + arc.center.x += d.x as f64; + arc.center.y += d.y as f64; + arc.center.z += d.z as f64; + } + (0, GripApply::Absolute(p)) => { + arc.center.x = p.x as f64; + arc.center.y = p.y as f64; + arc.center.z = p.z as f64; + } + (1, GripApply::Absolute(p)) => { + let dx = p.x - arc.center.x as f32; + let dy = p.y - arc.center.y as f32; + arc.start_angle = (dy as f64).atan2(dx as f64).to_degrees(); + } + (2, GripApply::Absolute(p)) => { + let dx = p.x - arc.center.x as f32; + let dy = p.y - arc.center.y as f32; + arc.end_angle = (dy as f64).atan2(dx as f64).to_degrees(); + } + (3, GripApply::Translate(d)) => { + let sa = (arc.start_angle as f32).to_radians(); + let ea = (arc.end_angle as f32).to_radians(); + let span = angle_span(sa, ea); + let mid_a = sa + span * 0.5; + let current_mid_x = arc.center.x as f32 + arc.radius as f32 * mid_a.cos(); + let current_mid_y = arc.center.y as f32 + arc.radius as f32 * mid_a.sin(); + let new_mid_x = current_mid_x + d.x; + let new_mid_y = current_mid_y + d.y; + let dx = new_mid_x - arc.center.x as f32; + let dy = new_mid_y - arc.center.y as f32; + let new_r = (dx * dx + dy * dy).sqrt() as f64; + if new_r > 1e-6 { + arc.radius = new_r; + } + } + _ => {} + } +} + +fn apply_transform(arc: &mut Arc, t: &EntityTransform) { + crate::scene::transform::apply_standard_entity_transform(arc, t, |entity, p1, p2| { + crate::scene::transform::reflect_xy_point( + &mut entity.center.x, + &mut entity.center.y, + p1, + p2, + ); + let dx = (p2.x - p1.x) as f64; + let dy = (p2.y - p1.y) as f64; + let line_angle_deg = dy.atan2(dx).to_degrees(); + let tmp = entity.start_angle; + entity.start_angle = 2.0 * line_angle_deg - entity.end_angle; + entity.end_angle = 2.0 * line_angle_deg - tmp; + }); +} + +impl TruckConvertible for Arc { + fn to_truck(&self, _document: &acadrust::CadDocument) -> Option { + Some(to_truck(self)) + } +} + +impl Grippable for Arc { + fn grips(&self) -> Vec { + grips(self) + } + + fn apply_grip(&mut self, grip_id: usize, apply: GripApply) { + apply_grip(self, grip_id, apply); + } +} + +impl PropertyEditable for Arc { + fn geometry_properties(&self, _text_style_names: &[String]) -> PropSection { + properties(self) + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for Arc { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/entities/circle.rs b/src/entities/circle.rs new file mode 100644 index 00000000..84cb0d30 --- /dev/null +++ b/src/entities/circle.rs @@ -0,0 +1,172 @@ +use acadrust::entities::Circle; +use glam::Vec3; +use truck_modeling::{builder, Point3, Wire}; + +use crate::command::EntityTransform; +use crate::entities::common::{ + diamond_grip, edit_prop as edit, parse_f64, ro_prop as ro, square_grip, +}; +use crate::entities::traits::{Grippable, PropertyEditable, Transformable, TruckConvertible}; +use crate::scene::acad_to_truck::{TruckEntity, TruckObject}; +use crate::scene::object::{GripApply, GripDef, PropSection}; +use crate::scene::wire_model::{SnapHint, TangentGeom}; + +fn to_truck(circle: &Circle) -> TruckEntity { + let cx = circle.center.x; + let cy = circle.center.y; + let cz = circle.center.z; + let r = circle.radius; + let right = builder::vertex(Point3::new(cx + r, cy, cz)); + let left = builder::vertex(Point3::new(cx - r, cy, cz)); + let top = Point3::new(cx, cy + r, cz); + let bot = Point3::new(cx, cy - r, cz); + let upper = builder::circle_arc(&right, &left, top); + let lower = builder::circle_arc(&left, &right, bot); + let wire: Wire = [upper, lower].into_iter().collect(); + let cv = Vec3::new(cx as f32, cy as f32, cz as f32); + let rf = r as f32; + TruckEntity { + object: TruckObject::Contour(wire), + snap_pts: vec![ + (cv, SnapHint::Center), + ( + Vec3::new(cx as f32 + rf, cy as f32, cz as f32), + SnapHint::Quadrant, + ), + ( + Vec3::new(cx as f32, cy as f32 + rf, cz as f32), + SnapHint::Quadrant, + ), + ( + Vec3::new(cx as f32 - rf, cy as f32, cz as f32), + SnapHint::Quadrant, + ), + ( + Vec3::new(cx as f32, cy as f32 - rf, cz as f32), + SnapHint::Quadrant, + ), + ], + tangent_geoms: vec![TangentGeom::Circle { + center: [cx as f32, cy as f32, cz as f32], + radius: rf, + }], + key_vertices: vec![], + } +} + +fn grips(circle: &Circle) -> Vec { + let ctr = Vec3::new( + circle.center.x as f32, + circle.center.y as f32, + circle.center.z as f32, + ); + let r = circle.radius as f32; + vec![ + diamond_grip(0, ctr), + square_grip(1, ctr + Vec3::new(r, 0.0, 0.0)), + square_grip(2, ctr + Vec3::new(0.0, r, 0.0)), + square_grip(3, ctr - Vec3::new(r, 0.0, 0.0)), + square_grip(4, ctr - Vec3::new(0.0, r, 0.0)), + ] +} + +fn properties(circle: &Circle) -> PropSection { + PropSection { + title: "Geometry".into(), + props: vec![ + edit("Center X", "center_x", circle.center.x), + edit("Center Y", "center_y", circle.center.y), + edit("Center Z", "center_z", circle.center.z), + edit("Radius", "radius", circle.radius), + ro( + "Diameter", + "diameter", + format!("{:.4}", circle.radius * 2.0), + ), + ro( + "Circumference", + "circumference", + format!("{:.4}", circle.radius * 2.0 * std::f64::consts::PI), + ), + ], + } +} + +fn apply_geom_prop(circle: &mut Circle, field: &str, value: &str) { + let Some(v) = parse_f64(value) else { + return; + }; + match field { + "center_x" => circle.center.x = v, + "center_y" => circle.center.y = v, + "center_z" => circle.center.z = v, + "radius" if v > 0.0 => circle.radius = v, + _ => {} + } +} + +fn apply_grip(circle: &mut Circle, grip_id: usize, apply: GripApply) { + match (grip_id, apply) { + (0, GripApply::Absolute(p)) => { + circle.center.x = p.x as f64; + circle.center.y = p.y as f64; + circle.center.z = p.z as f64; + } + (0, GripApply::Translate(d)) => { + circle.center.x += d.x as f64; + circle.center.y += d.y as f64; + circle.center.z += d.z as f64; + } + (1..=4, GripApply::Absolute(p)) => { + let cx = circle.center.x as f32; + let cy = circle.center.y as f32; + let dx = p.x - cx; + let dy = p.y - cy; + circle.radius = ((dx * dx + dy * dy) as f64).sqrt(); + } + _ => {} + } +} + +fn apply_transform(circle: &mut Circle, t: &EntityTransform) { + crate::scene::transform::apply_standard_entity_transform(circle, t, |entity, p1, p2| { + crate::scene::transform::reflect_xy_point( + &mut entity.center.x, + &mut entity.center.y, + p1, + p2, + ); + }); +} + +impl TruckConvertible for Circle { + fn to_truck(&self, _document: &acadrust::CadDocument) -> Option { + Some(to_truck(self)) + } +} + +impl Grippable for Circle { + fn grips(&self) -> Vec { + grips(self) + } + + fn apply_grip(&mut self, grip_id: usize, apply: GripApply) { + apply_grip(self, grip_id, apply); + } +} + +impl PropertyEditable for Circle { + fn geometry_properties(&self, _text_style_names: &[String]) -> PropSection { + properties(self) + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for Circle { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/entities/common.rs b/src/entities/common.rs new file mode 100644 index 00000000..545d3d0b --- /dev/null +++ b/src/entities/common.rs @@ -0,0 +1,50 @@ +use glam::Vec3; + +use crate::scene::object::{GripDef, GripShape, PropValue, Property}; + +pub fn square_grip(id: usize, world: Vec3) -> GripDef { + GripDef { + id, + world, + is_midpoint: false, + shape: GripShape::Square, + } +} + +pub fn diamond_grip(id: usize, world: Vec3) -> GripDef { + GripDef { + id, + world, + is_midpoint: true, + shape: GripShape::Diamond, + } +} + +pub fn triangle_grip(id: usize, world: Vec3) -> GripDef { + GripDef { + id, + world, + is_midpoint: false, + shape: GripShape::Triangle, + } +} + +pub fn edit_prop(label: &'static str, field: &'static str, value: f64) -> Property { + Property { + label: label.into(), + field, + value: PropValue::EditText(format!("{value:.4}")), + } +} + +pub fn ro_prop(label: &'static str, field: &'static str, value: impl Into) -> Property { + Property { + label: label.into(), + field, + value: PropValue::ReadOnly(value.into()), + } +} + +pub fn parse_f64(value: &str) -> Option { + value.trim().parse::().ok() +} diff --git a/src/entities/dimension.rs b/src/entities/dimension.rs new file mode 100644 index 00000000..da27897f --- /dev/null +++ b/src/entities/dimension.rs @@ -0,0 +1,536 @@ +use acadrust::entities::{ + Dimension, DimensionAligned, DimensionAngular2Ln, DimensionAngular3Pt, DimensionBase, + DimensionDiameter, DimensionLinear, DimensionOrdinate, DimensionRadius, +}; +use acadrust::Entity; +use glam::Vec3; + +use crate::command::EntityTransform; +use crate::entities::common::{edit_prop as edit, parse_f64, ro_prop as ro}; +use crate::entities::traits::{PropertyEditable, Transformable}; +use crate::scene::object::PropSection; + +fn base_props(base: &DimensionBase) -> Vec { + vec![ + crate::scene::object::Property { + label: "Text".into(), + field: "text", + value: crate::scene::object::PropValue::EditText(base.text.clone()), + }, + crate::scene::object::Property { + label: "User Text".into(), + field: "user_text", + value: crate::scene::object::PropValue::EditText( + base.user_text.clone().unwrap_or_default(), + ), + }, + crate::scene::object::Property { + label: "Style".into(), + field: "style_name", + value: crate::scene::object::PropValue::EditText(base.style_name.clone()), + }, + edit("Text X", "text_x", base.text_middle_point.x), + edit("Text Y", "text_y", base.text_middle_point.y), + edit("Text Z", "text_z", base.text_middle_point.z), + edit("Text Rotation", "text_rotation", base.text_rotation), + edit("Horizontal Dir", "horizontal_direction", base.horizontal_direction), + edit("Line Spacing", "line_spacing_factor", base.line_spacing_factor), + ro("Measurement", "measurement", format!("{:.4}", base.actual_measurement)), + ] +} + +fn properties(dim: &Dimension) -> PropSection { + let mut props = base_props(dim.base()); + match dim { + Dimension::Aligned(d) => { + props.extend(linear_like_props(d.first_point, d.second_point, d.definition_point)); + props.push(edit("Ext Rotation", "ext_line_rotation", d.ext_line_rotation)); + } + Dimension::Linear(d) => { + props.extend(linear_like_props(d.first_point, d.second_point, d.definition_point)); + props.push(edit("Rotation", "rotation", d.rotation)); + props.push(edit("Ext Rotation", "ext_line_rotation", d.ext_line_rotation)); + } + Dimension::Radius(d) => { + props.extend(radius_like_props(d.angle_vertex, d.definition_point)); + props.push(edit("Leader Length", "leader_length", d.leader_length)); + } + Dimension::Diameter(d) => { + props.extend(radius_like_props(d.angle_vertex, d.definition_point)); + props.push(edit("Leader Length", "leader_length", d.leader_length)); + } + Dimension::Angular2Ln(d) => { + props.extend(angular_props( + d.angle_vertex, + d.first_point, + d.second_point, + d.definition_point, + )); + props.push(edit("Arc X", "dimension_arc_x", d.dimension_arc.x)); + props.push(edit("Arc Y", "dimension_arc_y", d.dimension_arc.y)); + props.push(edit("Arc Z", "dimension_arc_z", d.dimension_arc.z)); + } + Dimension::Angular3Pt(d) => { + props.extend(angular_props( + d.angle_vertex, + d.first_point, + d.second_point, + d.definition_point, + )); + } + Dimension::Ordinate(d) => { + props.push(edit("Origin X", "definition_x", d.definition_point.x)); + props.push(edit("Origin Y", "definition_y", d.definition_point.y)); + props.push(edit("Origin Z", "definition_z", d.definition_point.z)); + props.push(edit("Feature X", "feature_x", d.feature_location.x)); + props.push(edit("Feature Y", "feature_y", d.feature_location.y)); + props.push(edit("Feature Z", "feature_z", d.feature_location.z)); + props.push(edit("Leader X", "leader_x", d.leader_endpoint.x)); + props.push(edit("Leader Y", "leader_y", d.leader_endpoint.y)); + props.push(edit("Leader Z", "leader_z", d.leader_endpoint.z)); + props.push(ro( + "Ordinate Type", + "ordinate_type", + if d.is_ordinate_type_x { "X" } else { "Y" }, + )); + } + } + PropSection { + title: "Geometry".into(), + props, + } +} + +fn linear_like_props( + first: acadrust::types::Vector3, + second: acadrust::types::Vector3, + definition: acadrust::types::Vector3, +) -> Vec { + vec![ + edit("First X", "first_x", first.x), + edit("First Y", "first_y", first.y), + edit("First Z", "first_z", first.z), + edit("Second X", "second_x", second.x), + edit("Second Y", "second_y", second.y), + edit("Second Z", "second_z", second.z), + edit("Definition X", "definition_x", definition.x), + edit("Definition Y", "definition_y", definition.y), + edit("Definition Z", "definition_z", definition.z), + ] +} + +fn radius_like_props( + center: acadrust::types::Vector3, + point: acadrust::types::Vector3, +) -> Vec { + vec![ + edit("Center X", "center_x", center.x), + edit("Center Y", "center_y", center.y), + edit("Center Z", "center_z", center.z), + edit("Point X", "point_x", point.x), + edit("Point Y", "point_y", point.y), + edit("Point Z", "point_z", point.z), + ] +} + +fn angular_props( + vertex: acadrust::types::Vector3, + first: acadrust::types::Vector3, + second: acadrust::types::Vector3, + definition: acadrust::types::Vector3, +) -> Vec { + vec![ + edit("Vertex X", "vertex_x", vertex.x), + edit("Vertex Y", "vertex_y", vertex.y), + edit("Vertex Z", "vertex_z", vertex.z), + edit("First X", "first_x", first.x), + edit("First Y", "first_y", first.y), + edit("First Z", "first_z", first.z), + edit("Second X", "second_x", second.x), + edit("Second Y", "second_y", second.y), + edit("Second Z", "second_z", second.z), + edit("Definition X", "definition_x", definition.x), + edit("Definition Y", "definition_y", definition.y), + edit("Definition Z", "definition_z", definition.z), + ] +} + +fn apply_base_prop(base: &mut DimensionBase, field: &str, value: &str) -> bool { + match field { + "text" => { + base.text = value.to_string(); + true + } + "user_text" => { + base.user_text = if value.trim().is_empty() { + None + } else { + Some(value.to_string()) + }; + true + } + "style_name" => { + base.style_name = value.to_string(); + true + } + "text_x" => assign_f64(value, &mut base.text_middle_point.x), + "text_y" => assign_f64(value, &mut base.text_middle_point.y), + "text_z" => assign_f64(value, &mut base.text_middle_point.z), + "text_rotation" => assign_f64(value, &mut base.text_rotation), + "horizontal_direction" => assign_f64(value, &mut base.horizontal_direction), + "line_spacing_factor" => assign_f64(value, &mut base.line_spacing_factor), + _ => false, + } +} + +fn assign_f64(value: &str, target: &mut f64) -> bool { + let Some(v) = parse_f64(value) else { + return false; + }; + *target = v; + true +} + +fn apply_geom_prop(dim: &mut Dimension, field: &str, value: &str) { + if apply_base_prop(dim.base_mut(), field, value) { + return; + } + match dim { + Dimension::Aligned(d) => apply_linear_fields_aligned(d, field, value), + Dimension::Linear(d) => apply_linear_fields_linear(d, field, value), + Dimension::Radius(d) => apply_radius_fields(d, field, value), + Dimension::Diameter(d) => apply_diameter_fields(d, field, value), + Dimension::Angular2Ln(d) => apply_angular2_fields(d, field, value), + Dimension::Angular3Pt(d) => apply_angular3_fields(d, field, value), + Dimension::Ordinate(d) => apply_ordinate_fields(d, field, value), + } + dim.base_mut().actual_measurement = dim.measurement(); +} + +fn apply_linear_fields_aligned(d: &mut DimensionAligned, field: &str, value: &str) { + apply_linear_common( + &mut d.first_point, + &mut d.second_point, + &mut d.definition_point, + field, + value, + ); + let _ = assign_f64(value, &mut d.ext_line_rotation); +} + +fn apply_linear_fields_linear(d: &mut DimensionLinear, field: &str, value: &str) { + apply_linear_common( + &mut d.first_point, + &mut d.second_point, + &mut d.definition_point, + field, + value, + ); + match field { + "rotation" => { + let _ = assign_f64(value, &mut d.rotation); + } + "ext_line_rotation" => { + let _ = assign_f64(value, &mut d.ext_line_rotation); + } + _ => {} + } +} + +fn apply_linear_common( + first: &mut acadrust::types::Vector3, + second: &mut acadrust::types::Vector3, + definition: &mut acadrust::types::Vector3, + field: &str, + value: &str, +) { + match field { + "first_x" => { + let _ = assign_f64(value, &mut first.x); + } + "first_y" => { + let _ = assign_f64(value, &mut first.y); + } + "first_z" => { + let _ = assign_f64(value, &mut first.z); + } + "second_x" => { + let _ = assign_f64(value, &mut second.x); + } + "second_y" => { + let _ = assign_f64(value, &mut second.y); + } + "second_z" => { + let _ = assign_f64(value, &mut second.z); + } + "definition_x" => { + let _ = assign_f64(value, &mut definition.x); + } + "definition_y" => { + let _ = assign_f64(value, &mut definition.y); + } + "definition_z" => { + let _ = assign_f64(value, &mut definition.z); + } + _ => {} + } +} + +fn apply_radius_fields(d: &mut DimensionRadius, field: &str, value: &str) { + apply_radius_common(&mut d.angle_vertex, &mut d.definition_point, field, value); + if field == "leader_length" { + let _ = assign_f64(value, &mut d.leader_length); + } +} + +fn apply_diameter_fields(d: &mut DimensionDiameter, field: &str, value: &str) { + apply_radius_common(&mut d.angle_vertex, &mut d.definition_point, field, value); + if field == "leader_length" { + let _ = assign_f64(value, &mut d.leader_length); + } +} + +fn apply_radius_common( + center: &mut acadrust::types::Vector3, + point: &mut acadrust::types::Vector3, + field: &str, + value: &str, +) { + match field { + "center_x" => { + let _ = assign_f64(value, &mut center.x); + } + "center_y" => { + let _ = assign_f64(value, &mut center.y); + } + "center_z" => { + let _ = assign_f64(value, &mut center.z); + } + "point_x" => { + let _ = assign_f64(value, &mut point.x); + } + "point_y" => { + let _ = assign_f64(value, &mut point.y); + } + "point_z" => { + let _ = assign_f64(value, &mut point.z); + } + _ => {} + } +} + +fn apply_angular2_fields(d: &mut DimensionAngular2Ln, field: &str, value: &str) { + apply_angular_common( + &mut d.angle_vertex, + &mut d.first_point, + &mut d.second_point, + &mut d.definition_point, + field, + value, + ); + match field { + "dimension_arc_x" => { + let _ = assign_f64(value, &mut d.dimension_arc.x); + } + "dimension_arc_y" => { + let _ = assign_f64(value, &mut d.dimension_arc.y); + } + "dimension_arc_z" => { + let _ = assign_f64(value, &mut d.dimension_arc.z); + } + _ => {} + } +} + +fn apply_angular3_fields(d: &mut DimensionAngular3Pt, field: &str, value: &str) { + apply_angular_common( + &mut d.angle_vertex, + &mut d.first_point, + &mut d.second_point, + &mut d.definition_point, + field, + value, + ); +} + +fn apply_angular_common( + vertex: &mut acadrust::types::Vector3, + first: &mut acadrust::types::Vector3, + second: &mut acadrust::types::Vector3, + definition: &mut acadrust::types::Vector3, + field: &str, + value: &str, +) { + match field { + "vertex_x" => { + let _ = assign_f64(value, &mut vertex.x); + } + "vertex_y" => { + let _ = assign_f64(value, &mut vertex.y); + } + "vertex_z" => { + let _ = assign_f64(value, &mut vertex.z); + } + "first_x" => { + let _ = assign_f64(value, &mut first.x); + } + "first_y" => { + let _ = assign_f64(value, &mut first.y); + } + "first_z" => { + let _ = assign_f64(value, &mut first.z); + } + "second_x" => { + let _ = assign_f64(value, &mut second.x); + } + "second_y" => { + let _ = assign_f64(value, &mut second.y); + } + "second_z" => { + let _ = assign_f64(value, &mut second.z); + } + "definition_x" => { + let _ = assign_f64(value, &mut definition.x); + } + "definition_y" => { + let _ = assign_f64(value, &mut definition.y); + } + "definition_z" => { + let _ = assign_f64(value, &mut definition.z); + } + _ => {} + } +} + +fn apply_ordinate_fields(d: &mut DimensionOrdinate, field: &str, value: &str) { + match field { + "definition_x" => { + let _ = assign_f64(value, &mut d.definition_point.x); + } + "definition_y" => { + let _ = assign_f64(value, &mut d.definition_point.y); + } + "definition_z" => { + let _ = assign_f64(value, &mut d.definition_point.z); + } + "feature_x" => { + let _ = assign_f64(value, &mut d.feature_location.x); + } + "feature_y" => { + let _ = assign_f64(value, &mut d.feature_location.y); + } + "feature_z" => { + let _ = assign_f64(value, &mut d.feature_location.z); + } + "leader_x" => { + let _ = assign_f64(value, &mut d.leader_endpoint.x); + } + "leader_y" => { + let _ = assign_f64(value, &mut d.leader_endpoint.y); + } + "leader_z" => { + let _ = assign_f64(value, &mut d.leader_endpoint.z); + } + _ => {} + } +} + +fn apply_transform(dim: &mut Dimension, t: &EntityTransform) { + match t { + EntityTransform::Translate(d) => dim.translate(acadrust::types::Vector3::new( + d.x as f64, + d.y as f64, + d.z as f64, + )), + EntityTransform::Rotate { center, angle_rad } => { + transform_dimension_points(dim, |pt| rotate_point(pt, *center, *angle_rad)) + } + EntityTransform::Scale { center, factor } => { + transform_dimension_points(dim, |pt| scale_point(pt, *center, *factor)) + } + EntityTransform::Mirror { p1, p2 } => { + transform_dimension_points(dim, |pt| mirror_point(pt, *p1, *p2)) + } + } + dim.base_mut().actual_measurement = dim.measurement(); +} + +fn transform_dimension_points(dim: &mut Dimension, mut f: F) +where + F: FnMut(&mut acadrust::types::Vector3), +{ + f(&mut dim.base_mut().text_middle_point); + f(&mut dim.base_mut().insertion_point); + match dim { + Dimension::Aligned(d) => { + f(&mut d.first_point); + f(&mut d.second_point); + f(&mut d.definition_point); + } + Dimension::Linear(d) => { + f(&mut d.first_point); + f(&mut d.second_point); + f(&mut d.definition_point); + } + Dimension::Radius(d) => { + f(&mut d.angle_vertex); + f(&mut d.definition_point); + } + Dimension::Diameter(d) => { + f(&mut d.angle_vertex); + f(&mut d.definition_point); + } + Dimension::Angular2Ln(d) => { + f(&mut d.dimension_arc); + f(&mut d.first_point); + f(&mut d.second_point); + f(&mut d.angle_vertex); + f(&mut d.definition_point); + } + Dimension::Angular3Pt(d) => { + f(&mut d.first_point); + f(&mut d.second_point); + f(&mut d.angle_vertex); + f(&mut d.definition_point); + } + Dimension::Ordinate(d) => { + f(&mut d.definition_point); + f(&mut d.feature_location); + f(&mut d.leader_endpoint); + } + } +} + +fn rotate_point(p: &mut acadrust::types::Vector3, center: Vec3, angle_rad: f32) { + let dx = p.x as f32 - center.x; + let dy = p.y as f32 - center.y; + let (s, c) = angle_rad.sin_cos(); + p.x = (center.x + dx * c - dy * s) as f64; + p.y = (center.y + dx * s + dy * c) as f64; +} + +fn scale_point(p: &mut acadrust::types::Vector3, center: Vec3, factor: f32) { + p.x = (center.x + (p.x as f32 - center.x) * factor) as f64; + p.y = (center.y + (p.y as f32 - center.y) * factor) as f64; + p.z = (center.z + (p.z as f32 - center.z) * factor) as f64; +} + +fn mirror_point(p: &mut acadrust::types::Vector3, p1: Vec3, p2: Vec3) { + crate::scene::transform::reflect_xy_point(&mut p.x, &mut p.y, p1, p2); +} + +impl PropertyEditable for Dimension { + fn geometry_properties(&self, _text_style_names: &[String]) -> PropSection { + properties(self) + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for Dimension { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/entities/ellipse.rs b/src/entities/ellipse.rs new file mode 100644 index 00000000..b910ed9d --- /dev/null +++ b/src/entities/ellipse.rs @@ -0,0 +1,244 @@ +use acadrust::entities::Ellipse; +use glam::Vec3; +use truck_modeling::{builder, BSplineCurve, Curve, Edge, KnotVec, Point3, Wire}; + +use crate::command::EntityTransform; +use crate::entities::common::{diamond_grip, edit_prop as edit, ro_prop as ro, square_grip}; +use crate::entities::traits::{Grippable, PropertyEditable, Transformable, TruckConvertible}; +use crate::scene::acad_to_truck::{TruckEntity, TruckObject}; +use crate::scene::object::{GripApply, GripDef, PropSection}; +use crate::scene::wire_model::SnapHint; + +const TAU: f64 = std::f64::consts::TAU; + +fn to_truck(ell: &Ellipse) -> TruckEntity { + let cx = ell.center.x; + let cy = ell.center.y; + let cz = ell.center.z; + let maj = glam::Vec3::new( + ell.major_axis.x as f32, + ell.major_axis.y as f32, + ell.major_axis.z as f32, + ); + let r_major = maj.length() as f64; + let r_minor = r_major * ell.minor_axis_ratio; + let t0 = ell.start_parameter; + let mut t1 = ell.end_parameter; + if t1 <= t0 { + t1 += TAU; + } + let u = if r_major > 1e-9 { + glam::Vec3::from(maj) / maj.length() + } else { + glam::Vec3::X + }; + let v_axis = glam::Vec3::Z.cross(u); + let center_v3 = Vec3::new(cx as f32, cy as f32, cz as f32); + let is_closed = (t1 - t0 - TAU).abs() < 1e-6; + + if is_closed { + let n = 16usize; + let pts_upper: Vec = (0..=n) + .map(|i| { + let t = (i as f64 / n as f64) * std::f64::consts::PI; + let lx = (r_major * t.cos()) as f32; + let lz = (r_minor * t.sin()) as f32; + Point3::new( + cx + (lx * u.x + lz * v_axis.x) as f64, + cy + (lx * u.y + lz * v_axis.y) as f64, + cz + (lx * u.z + lz * v_axis.z) as f64, + ) + }) + .collect(); + let pts_lower: Vec = (0..=n) + .map(|i| { + let t = std::f64::consts::PI + (i as f64 / n as f64) * std::f64::consts::PI; + let lx = (r_major * t.cos()) as f32; + let lz = (r_minor * t.sin()) as f32; + Point3::new( + cx + (lx * u.x + lz * v_axis.x) as f64, + cy + (lx * u.y + lz * v_axis.y) as f64, + cz + (lx * u.z + lz * v_axis.z) as f64, + ) + }) + .collect(); + let v_pos = builder::vertex(*pts_upper.first().unwrap()); + let v_neg = builder::vertex(*pts_upper.last().unwrap()); + let kv_u = KnotVec::uniform_knot(1, n); + let kv_l = KnotVec::uniform_knot(1, n); + let spl_u = BSplineCurve::new(kv_u, pts_upper); + let spl_l = BSplineCurve::new(kv_l, pts_lower); + let edge_upper = Edge::new(&v_pos, &v_neg, Curve::BSplineCurve(spl_u)); + let edge_lower = Edge::new(&v_neg, &v_pos, Curve::BSplineCurve(spl_l)); + let wire: Wire = [edge_upper, edge_lower].into_iter().collect(); + TruckEntity { + object: TruckObject::Contour(wire), + snap_pts: vec![(center_v3, SnapHint::Center)], + tangent_geoms: vec![], + key_vertices: vec![], + } + } else { + let n = 32usize; + let ctrl_pts: Vec = (0..=n) + .map(|i| { + let t = t0 + (t1 - t0) * (i as f64 / n as f64); + let lx = (r_major * t.cos()) as f32; + let lz = (r_minor * t.sin()) as f32; + Point3::new( + cx + (lx * u.x + lz * v_axis.x) as f64, + cy + (lx * u.y + lz * v_axis.y) as f64, + cz + (lx * u.z + lz * v_axis.z) as f64, + ) + }) + .collect(); + let kv = KnotVec::uniform_knot(1, n); + let bspline = BSplineCurve::new(kv, ctrl_pts.clone()); + let v_start = builder::vertex(*ctrl_pts.first().unwrap()); + let v_end = builder::vertex(*ctrl_pts.last().unwrap()); + let edge = Edge::new(&v_start, &v_end, Curve::BSplineCurve(bspline)); + TruckEntity { + object: TruckObject::Curve(edge), + snap_pts: vec![(center_v3, SnapHint::Center)], + tangent_geoms: vec![], + key_vertices: vec![], + } + } +} + +fn grips(ell: &Ellipse) -> Vec { + let ctr = Vec3::new( + ell.center.x as f32, + ell.center.y as f32, + ell.center.z as f32, + ); + let maj = Vec3::new( + (ell.center.x + ell.major_axis.x) as f32, + (ell.center.y + ell.major_axis.y) as f32, + (ell.center.z + ell.major_axis.z) as f32, + ); + let major_xy = + ((ell.major_axis.x * ell.major_axis.x + ell.major_axis.y * ell.major_axis.y) as f64).sqrt(); + let (px, py) = if major_xy > 1e-10 { + let s = ell.major_axis_length() * ell.minor_axis_ratio / major_xy; + (-ell.major_axis.y * s, ell.major_axis.x * s) + } else { + (0.0, ell.major_axis_length() * ell.minor_axis_ratio) + }; + let min = Vec3::new( + (ell.center.x + px) as f32, + (ell.center.y + py) as f32, + ell.center.z as f32, + ); + vec![ + diamond_grip(0, ctr), + square_grip(1, maj), + square_grip(2, min), + ] +} + +fn properties(ell: &Ellipse) -> PropSection { + let r_major = (ell.major_axis.x * ell.major_axis.x + + ell.major_axis.y * ell.major_axis.y + + ell.major_axis.z * ell.major_axis.z) + .sqrt(); + PropSection { + title: "Geometry".into(), + props: vec![ + edit("Center X", "center_x", ell.center.x), + edit("Center Y", "center_y", ell.center.y), + edit("Center Z", "center_z", ell.center.z), + ro("Major Radius", "major_r", format!("{r_major:.4}")), + ro( + "Minor Radius", + "minor_r", + format!("{:.4}", r_major * ell.minor_axis_ratio), + ), + ro( + "Minor/Major", + "ratio", + format!("{:.4}", ell.minor_axis_ratio), + ), + ], + } +} + +fn apply_geom_prop(_ell: &mut Ellipse, _field: &str, _value: &str) {} + +fn apply_grip(ell: &mut Ellipse, grip_id: usize, apply: GripApply) { + match (grip_id, apply) { + (0, GripApply::Translate(d)) => { + ell.center.x += d.x as f64; + ell.center.y += d.y as f64; + ell.center.z += d.z as f64; + } + (0, GripApply::Absolute(p)) => { + ell.center.x = p.x as f64; + ell.center.y = p.y as f64; + ell.center.z = p.z as f64; + } + (1, GripApply::Absolute(p)) => { + ell.major_axis.x = p.x as f64 - ell.center.x; + ell.major_axis.y = p.y as f64 - ell.center.y; + ell.major_axis.z = p.z as f64 - ell.center.z; + } + (2, GripApply::Absolute(p)) => { + let major_len = ell.major_axis_length(); + if major_len > 1e-10 { + let dx = p.x as f64 - ell.center.x; + let dy = p.y as f64 - ell.center.y; + let dist = (dx * dx + dy * dy).sqrt(); + ell.minor_axis_ratio = (dist / major_len).clamp(0.001, 1.0); + } + } + _ => {} + } +} + +fn apply_transform(ell: &mut Ellipse, t: &EntityTransform) { + crate::scene::transform::apply_standard_entity_transform(ell, t, |entity, p1, p2| { + crate::scene::transform::reflect_xy_point( + &mut entity.center.x, + &mut entity.center.y, + p1, + p2, + ); + crate::scene::transform::reflect_xy_point( + &mut entity.major_axis.x, + &mut entity.major_axis.y, + p1, + p2, + ); + }); +} + +impl TruckConvertible for Ellipse { + fn to_truck(&self, _document: &acadrust::CadDocument) -> Option { + Some(to_truck(self)) + } +} + +impl Grippable for Ellipse { + fn grips(&self) -> Vec { + grips(self) + } + + fn apply_grip(&mut self, grip_id: usize, apply: GripApply) { + apply_grip(self, grip_id, apply); + } +} + +impl PropertyEditable for Ellipse { + fn geometry_properties(&self, _text_style_names: &[String]) -> PropSection { + properties(self) + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for Ellipse { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/entities/hatch.rs b/src/entities/hatch.rs new file mode 100644 index 00000000..1ebb3e54 --- /dev/null +++ b/src/entities/hatch.rs @@ -0,0 +1,169 @@ +use acadrust::entities::{BoundaryEdge, Hatch}; + +use crate::command::EntityTransform; +use crate::entities::common::{edit_prop as edit, parse_f64, ro_prop as ro}; +use crate::entities::traits::{PropertyEditable, Transformable}; +use crate::scene::object::{PropSection, PropValue, Property}; + +fn properties(h: &Hatch) -> PropSection { + let pattern_type = match h.pattern_type { + acadrust::entities::HatchPatternType::Predefined => "Predefined", + acadrust::entities::HatchPatternType::UserDefined => "User Defined", + acadrust::entities::HatchPatternType::Custom => "Custom", + }; + let style = match h.style { + acadrust::entities::HatchStyleType::Normal => "Normal", + acadrust::entities::HatchStyleType::Outer => "Outer", + acadrust::entities::HatchStyleType::Ignore => "Ignore", + }; + let fill_type = if h.gradient_color.enabled { + format!("Gradient ({})", h.gradient_color.name) + } else if h.is_solid { + "Solid".into() + } else { + format!("Pattern ({})", h.pattern.name) + }; + let boundary_count: usize = h + .paths + .iter() + .map(|p| { + p.edges + .iter() + .map(|e| match e { + BoundaryEdge::Polyline(poly) => poly.vertices.len(), + _ => 1, + }) + .sum::() + }) + .sum(); + PropSection { + title: "Geometry".into(), + props: vec![ + ro("Fill Type", "fill_type", fill_type), + Property { + label: "Pattern Name".into(), + field: "pattern_name", + value: PropValue::HatchPatternChoice(h.pattern.name.clone()), + }, + ro("Pattern Type", "pattern_type", pattern_type), + edit( + "Pattern Angle", + "pattern_angle", + h.pattern_angle.to_degrees(), + ), + edit("Pattern Scale", "pattern_scale", h.pattern_scale), + ro("Style", "style", style), + ro("Boundary Paths", "path_count", h.paths.len().to_string()), + ro("Boundary Verts", "vert_count", boundary_count.to_string()), + ro("Double", "double", if h.is_double { "Yes" } else { "No" }), + ro( + "Associative", + "associative", + if h.is_associative { "Yes" } else { "No" }, + ), + edit("Elevation", "elevation", h.elevation), + ], + } +} + +fn apply_geom_prop(h: &mut Hatch, field: &str, value: &str) { + let Some(v) = parse_f64(value) else { + return; + }; + match field { + "pattern_angle" => h.pattern_angle = v.to_radians(), + "pattern_scale" if v > 0.0 => h.pattern_scale = v, + "elevation" => h.elevation = v, + _ => {} + } +} + +fn apply_transform(h: &mut Hatch, t: &EntityTransform) { + crate::scene::transform::apply_standard_entity_transform(h, t, |entity, p1, p2| { + let dx = (p2.x - p1.x) as f64; + let dy = (p2.y - p1.y) as f64; + let len2 = dx * dx + dy * dy; + if len2 < 1e-12 { + return; + } + let line_angle_deg = dy.atan2(dx).to_degrees(); + for path in &mut entity.paths { + for edge in &mut path.edges { + match edge { + BoundaryEdge::Line(l) => { + crate::scene::transform::reflect_xy_point( + &mut l.start.x, + &mut l.start.y, + p1, + p2, + ); + crate::scene::transform::reflect_xy_point( + &mut l.end.x, + &mut l.end.y, + p1, + p2, + ); + } + BoundaryEdge::CircularArc(a) => { + crate::scene::transform::reflect_xy_point( + &mut a.center.x, + &mut a.center.y, + p1, + p2, + ); + let tmp = a.start_angle; + a.start_angle = 2.0 * line_angle_deg - a.end_angle; + a.end_angle = 2.0 * line_angle_deg - tmp; + } + BoundaryEdge::EllipticArc(e) => { + crate::scene::transform::reflect_xy_point( + &mut e.center.x, + &mut e.center.y, + p1, + p2, + ); + let ax = dx; + let ay = dy; + let rx = e.major_axis_endpoint.x; + let ry = e.major_axis_endpoint.y; + let dot = rx * ax + ry * ay; + e.major_axis_endpoint.x = 2.0 * dot * ax / len2 - rx; + e.major_axis_endpoint.y = 2.0 * dot * ay / len2 - ry; + let tmp = e.start_angle; + e.start_angle = 2.0 * line_angle_deg - e.end_angle; + e.end_angle = 2.0 * line_angle_deg - tmp; + } + BoundaryEdge::Spline(s) => { + for cp in &mut s.control_points { + crate::scene::transform::reflect_xy_point(&mut cp.x, &mut cp.y, p1, p2); + } + for fp in &mut s.fit_points { + crate::scene::transform::reflect_xy_point(&mut fp.x, &mut fp.y, p1, p2); + } + } + BoundaryEdge::Polyline(p) => { + for v in &mut p.vertices { + crate::scene::transform::reflect_xy_point(&mut v.x, &mut v.y, p1, p2); + } + } + } + } + } + }); +} + +impl PropertyEditable for Hatch { + fn geometry_properties(&self, _text_style_names: &[String]) -> PropSection { + properties(self) + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for Hatch { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/entities/insert.rs b/src/entities/insert.rs new file mode 100644 index 00000000..3c56bedb --- /dev/null +++ b/src/entities/insert.rs @@ -0,0 +1,116 @@ +use acadrust::entities::Insert; +use acadrust::types::{Transform, Vector3}; +use glam::Vec3; + +use crate::command::EntityTransform; +use crate::entities::common::{edit_prop as edit, parse_f64, ro_prop as ro, square_grip}; +use crate::entities::traits::{Grippable, PropertyEditable, Transformable}; +use crate::scene::object::{GripApply, GripDef, PropSection}; + +fn grips(ins: &Insert) -> Vec { + let p = Vec3::new( + ins.insert_point.x as f32, + ins.insert_point.y as f32, + ins.insert_point.z as f32, + ); + vec![square_grip(0, p)] +} + +fn properties(ins: &Insert) -> PropSection { + PropSection { + title: "Geometry".into(), + props: vec![ + edit("Insert X", "ins_x", ins.insert_point.x), + edit("Insert Y", "ins_y", ins.insert_point.y), + edit("Insert Z", "ins_z", ins.insert_point.z), + edit("Scale X", "x_scale", ins.x_scale()), + edit("Scale Y", "y_scale", ins.y_scale()), + edit("Scale Z", "z_scale", ins.z_scale()), + edit("Rotation", "rotation", ins.rotation.to_degrees()), + ro("Block", "block", ins.block_name.clone()), + ], + } +} + +fn apply_geom_prop(ins: &mut Insert, field: &str, value: &str) { + let Some(v) = parse_f64(value) else { + return; + }; + match field { + "ins_x" => ins.insert_point.x = v, + "ins_y" => ins.insert_point.y = v, + "ins_z" => ins.insert_point.z = v, + "x_scale" => ins.set_x_scale(v), + "y_scale" => ins.set_y_scale(v), + "z_scale" => ins.set_z_scale(v), + "rotation" => ins.rotation = v.to_radians(), + _ => {} + } +} + +fn apply_grip(ins: &mut Insert, _grip_id: usize, apply: GripApply) { + match apply { + GripApply::Absolute(p) => { + ins.insert_point.x = p.x as f64; + ins.insert_point.y = p.y as f64; + ins.insert_point.z = p.z as f64; + } + GripApply::Translate(d) => { + ins.insert_point.x += d.x as f64; + ins.insert_point.y += d.y as f64; + ins.insert_point.z += d.z as f64; + } + } +} + +fn apply_transform(ins: &mut Insert, t: &EntityTransform) { + crate::scene::transform::apply_standard_entity_transform(ins, t, |entity, p1, p2| { + let dx = (p2.x - p1.x) as f64; + let dy = (p2.y - p1.y) as f64; + let len = (dx * dx + dy * dy).sqrt(); + if len < 1e-12 { + return; + } + + let ux = dx / len; + let uy = dy / len; + let mirror = acadrust::types::Matrix4 { + m: [ + [2.0 * ux * ux - 1.0, 2.0 * ux * uy, 0.0, 0.0], + [2.0 * ux * uy, 2.0 * uy * uy - 1.0, 0.0, 0.0], + [0.0, 0.0, 1.0, 0.0], + [0.0, 0.0, 0.0, 1.0], + ], + }; + let t = Transform::from_translation(Vector3::new(-(p1.x as f64), -(p1.y as f64), 0.0)) + .then(&Transform::from_matrix(mirror)) + .then(&Transform::from_translation(Vector3::new(p1.x as f64, p1.y as f64, 0.0))); + acadrust::Entity::apply_transform(entity, &t); + }); +} + +impl Grippable for Insert { + fn grips(&self) -> Vec { + grips(self) + } + + fn apply_grip(&mut self, grip_id: usize, apply: GripApply) { + apply_grip(self, grip_id, apply); + } +} + +impl PropertyEditable for Insert { + fn geometry_properties(&self, _text_style_names: &[String]) -> PropSection { + properties(self) + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for Insert { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/entities/leader.rs b/src/entities/leader.rs new file mode 100644 index 00000000..b18c94a1 --- /dev/null +++ b/src/entities/leader.rs @@ -0,0 +1,435 @@ +use acadrust::entities::{HooklineDirection, Leader, LeaderCreationType, LeaderPathType}; +use acadrust::Entity; +use glam::Vec3; + +use crate::command::EntityTransform; +use crate::entities::common::{diamond_grip, edit_prop as edit, ro_prop as ro, square_grip}; +use crate::entities::traits::{Grippable, PropertyEditable, Transformable, TruckConvertible}; +use crate::scene::acad_to_truck::{TruckEntity, TruckObject}; +use crate::scene::object::{GripApply, GripDef, PropSection, PropValue, Property}; +use crate::scene::wire_model::TangentGeom; + +// ── TruckConvertible (used for snap/grip key-vertices) ───────────────────── + +fn to_truck(leader: &Leader) -> TruckEntity { + let verts = &leader.vertices; + let nan = [f32::NAN; 3]; + let p3 = |v: &acadrust::types::Vector3| -> [f32; 3] { [v.x as f32, v.y as f32, v.z as f32] }; + + let mut points: Vec<[f32; 3]> = Vec::new(); + let mut tangents: Vec = Vec::new(); + let mut key_verts: Vec<[f32; 3]> = Vec::new(); + + // Main leader path + for v in verts { + points.push(p3(v)); + key_verts.push(p3(v)); + } + for i in 0..verts.len().saturating_sub(1) { + tangents.push(TangentGeom::Line { p1: p3(&verts[i]), p2: p3(&verts[i + 1]) }); + } + + // Arrowhead at vertex[0] + if leader.arrow_enabled && verts.len() >= 2 { + let tip = &verts[0]; + let next = &verts[1]; + let dx = (next.x - tip.x) as f32; + let dy = (next.y - tip.y) as f32; + let len = (dx * dx + dy * dy).sqrt().max(1e-9); + let (dx, dy) = (dx / len, dy / len); + let sz = (leader.text_height as f32).max(1.0) * 0.8; + let a = std::f32::consts::PI / 6.0; + let (s, c) = a.sin_cos(); + let tip_f = p3(tip); + points.push(nan); + points.push([tip_f[0] + (dx*c - dy*s)*sz, tip_f[1] + (dx*s + dy*c)*sz, tip_f[2]]); + points.push(tip_f); + points.push([tip_f[0] + (dx*c + dy*s)*sz, tip_f[1] + (-dx*s + dy*c)*sz, tip_f[2]]); + } + + // Landing line at last vertex + if leader.hookline_enabled && verts.len() >= 2 { + let last = verts.last().unwrap(); + let prev = &verts[verts.len() - 2]; + let sign = if (last.x - prev.x) >= 0.0 { 1.0_f32 } else { -1.0_f32 }; + let len = leader.text_height as f32 * 1.5; + let last_f = p3(last); + points.push(nan); + points.push(last_f); + points.push([last_f[0] + sign * len, last_f[1], last_f[2]]); + } + + TruckEntity { + object: TruckObject::Lines(points), + snap_pts: vec![], + tangent_geoms: tangents, + key_vertices: key_verts, + } +} + +// ── Grips ────────────────────────────────────────────────────────────────── + +fn grips(leader: &Leader) -> Vec { + let n = leader.vertices.len(); + let mut grips: Vec = leader + .vertices + .iter() + .enumerate() + .map(|(i, v)| square_grip(i, Vec3::new(v.x as f32, v.y as f32, v.z as f32))) + .collect(); + + if n >= 2 { + let sum = leader.vertices.iter().fold(Vec3::ZERO, |acc, v| { + acc + Vec3::new(v.x as f32, v.y as f32, v.z as f32) + }); + grips.push(diamond_grip(n, sum / n as f32)); + } + + grips +} + +fn apply_grip(leader: &mut Leader, grip_id: usize, apply: GripApply) { + let n = leader.vertices.len(); + if grip_id < n { + if let Some(v) = leader.vertices.get_mut(grip_id) { + match apply { + GripApply::Absolute(p) => { + v.x = p.x as f64; + v.y = p.y as f64; + v.z = p.z as f64; + } + GripApply::Translate(d) => { + v.x += d.x as f64; + v.y += d.y as f64; + v.z += d.z as f64; + } + } + } + } else if let GripApply::Translate(d) = apply { + leader.translate(acadrust::types::Vector3::new( + d.x as f64, + d.y as f64, + d.z as f64, + )); + } +} + +// ── Properties ───────────────────────────────────────────────────────────── + +fn bool_toggle(label: &str, field: &'static str, value: bool) -> Property { + Property { + label: label.into(), + field, + value: PropValue::BoolToggle { field, value }, + } +} + +fn choice_prop(label: &str, field: &'static str, selected: &str, options: &[&str]) -> Property { + Property { + label: label.into(), + field, + value: PropValue::Choice { + selected: selected.to_string(), + options: options.iter().map(|s| s.to_string()).collect(), + }, + } +} + +fn path_type_str(pt: &LeaderPathType) -> &'static str { + match pt { + LeaderPathType::StraightLine => "Straight", + LeaderPathType::Spline => "Spline", + } +} + +fn creation_type_str(ct: &LeaderCreationType) -> &'static str { + match ct { + LeaderCreationType::WithText => "With Text", + LeaderCreationType::WithTolerance => "With Tolerance", + LeaderCreationType::WithBlock => "With Block", + LeaderCreationType::NoAnnotation => "No Annotation", + } +} + +fn hookline_dir_str(hd: &HooklineDirection) -> &'static str { + match hd { + HooklineDirection::Opposite => "Opposite", + HooklineDirection::Same => "Same", + } +} + +fn properties(leader: &Leader) -> PropSection { + let n = leader.vertices.len(); + let mut props = vec![ + // Style + Property { + label: "Dim Style".into(), + field: "dimension_style", + value: PropValue::EditText(leader.dimension_style.clone()), + }, + // Path type + choice_prop( + "Path Type", + "path_type", + path_type_str(&leader.path_type), + &["Straight", "Spline"], + ), + // Creation type + choice_prop( + "Creation Type", + "creation_type", + creation_type_str(&leader.creation_type), + &["With Text", "With Tolerance", "With Block", "No Annotation"], + ), + // Arrow + bool_toggle("Arrow", "arrow_enabled", leader.arrow_enabled), + // Hookline + bool_toggle("Hookline", "hookline_enabled", leader.hookline_enabled), + choice_prop( + "Hookline Dir", + "hookline_direction", + hookline_dir_str(&leader.hookline_direction), + &["Opposite", "Same"], + ), + // Text dims + edit("Text Height", "text_height", leader.text_height), + edit("Text Width", "text_width", leader.text_width), + // Normal + edit("Normal X", "normal_x", leader.normal.x), + edit("Normal Y", "normal_y", leader.normal.y), + edit("Normal Z", "normal_z", leader.normal.z), + // Horizontal direction + edit("H Dir X", "h_dir_x", leader.horizontal_direction.x), + edit("H Dir Y", "h_dir_y", leader.horizontal_direction.y), + edit("H Dir Z", "h_dir_z", leader.horizontal_direction.z), + // Block offset + edit("Block Offset X", "block_offset_x", leader.block_offset.x), + edit("Block Offset Y", "block_offset_y", leader.block_offset.y), + edit("Block Offset Z", "block_offset_z", leader.block_offset.z), + // Annotation offset + edit("Ann Offset X", "ann_offset_x", leader.annotation_offset.x), + edit("Ann Offset Y", "ann_offset_y", leader.annotation_offset.y), + edit("Ann Offset Z", "ann_offset_z", leader.annotation_offset.z), + // Stats + ro("Vertices", "vertex_count", n.to_string()), + ro("Length", "length", format!("{:.4}", leader.length())), + ]; + + // Arrow point (vertex[0]) + if let Some(a) = leader.arrow_point() { + props.push(edit("Arrow X", "arrow_x", a.x)); + props.push(edit("Arrow Y", "arrow_y", a.y)); + props.push(edit("Arrow Z", "arrow_z", a.z)); + } + + // End point (last vertex) + if n >= 2 { + if let Some(e) = leader.end_point() { + props.push(edit("End X", "end_x", e.x)); + props.push(edit("End Y", "end_y", e.y)); + props.push(edit("End Z", "end_z", e.z)); + } + } + + PropSection { + title: "Geometry".into(), + props, + } +} + +fn apply_geom_prop(leader: &mut Leader, field: &str, value: &str) { + let f64 = |s: &str| -> Option { s.trim().parse().ok() }; + + match field { + "dimension_style" => leader.dimension_style = value.to_string(), + "path_type" => { + leader.path_type = match value { + "Spline" => LeaderPathType::Spline, + _ => LeaderPathType::StraightLine, + }; + } + "creation_type" => { + leader.creation_type = match value { + "With Tolerance" => LeaderCreationType::WithTolerance, + "With Block" => LeaderCreationType::WithBlock, + "No Annotation" => LeaderCreationType::NoAnnotation, + _ => LeaderCreationType::WithText, + }; + } + "arrow_enabled" => leader.arrow_enabled = if value == "toggle" { !leader.arrow_enabled } else { value == "true" }, + "hookline_enabled" => leader.hookline_enabled = if value == "toggle" { !leader.hookline_enabled } else { value == "true" }, + "hookline_direction" => { + leader.hookline_direction = match value { + "Same" => HooklineDirection::Same, + _ => HooklineDirection::Opposite, + }; + } + "text_height" => { + if let Some(v) = f64(value) { + leader.text_height = v; + } + } + "text_width" => { + if let Some(v) = f64(value) { + leader.text_width = v; + } + } + "normal_x" => { + if let Some(v) = f64(value) { + leader.normal.x = v; + } + } + "normal_y" => { + if let Some(v) = f64(value) { + leader.normal.y = v; + } + } + "normal_z" => { + if let Some(v) = f64(value) { + leader.normal.z = v; + } + } + "h_dir_x" => { + if let Some(v) = f64(value) { + leader.horizontal_direction.x = v; + } + } + "h_dir_y" => { + if let Some(v) = f64(value) { + leader.horizontal_direction.y = v; + } + } + "h_dir_z" => { + if let Some(v) = f64(value) { + leader.horizontal_direction.z = v; + } + } + "block_offset_x" => { + if let Some(v) = f64(value) { + leader.block_offset.x = v; + } + } + "block_offset_y" => { + if let Some(v) = f64(value) { + leader.block_offset.y = v; + } + } + "block_offset_z" => { + if let Some(v) = f64(value) { + leader.block_offset.z = v; + } + } + "ann_offset_x" => { + if let Some(v) = f64(value) { + leader.annotation_offset.x = v; + } + } + "ann_offset_y" => { + if let Some(v) = f64(value) { + leader.annotation_offset.y = v; + } + } + "ann_offset_z" => { + if let Some(v) = f64(value) { + leader.annotation_offset.z = v; + } + } + "arrow_x" => { + if let (Some(v), Some(vert)) = (f64(value), leader.vertices.get_mut(0)) { + vert.x = v; + } + } + "arrow_y" => { + if let (Some(v), Some(vert)) = (f64(value), leader.vertices.get_mut(0)) { + vert.y = v; + } + } + "arrow_z" => { + if let (Some(v), Some(vert)) = (f64(value), leader.vertices.get_mut(0)) { + vert.z = v; + } + } + "end_x" => { + let last = leader.vertices.len().saturating_sub(1); + if last > 0 { + if let (Some(v), Some(vert)) = (f64(value), leader.vertices.get_mut(last)) { + vert.x = v; + } + } + } + "end_y" => { + let last = leader.vertices.len().saturating_sub(1); + if last > 0 { + if let (Some(v), Some(vert)) = (f64(value), leader.vertices.get_mut(last)) { + vert.y = v; + } + } + } + "end_z" => { + let last = leader.vertices.len().saturating_sub(1); + if last > 0 { + if let (Some(v), Some(vert)) = (f64(value), leader.vertices.get_mut(last)) { + vert.z = v; + } + } + } + _ => {} + } +} + +// ── Transform ────────────────────────────────────────────────────────────── + +fn apply_transform(leader: &mut Leader, t: &EntityTransform) { + crate::scene::transform::apply_standard_entity_transform(leader, t, |entity, p1, p2| { + for v in &mut entity.vertices { + crate::scene::transform::reflect_xy_point(&mut v.x, &mut v.y, p1, p2); + } + crate::scene::transform::reflect_xy_point( + &mut entity.block_offset.x, + &mut entity.block_offset.y, + p1, + p2, + ); + crate::scene::transform::reflect_xy_point( + &mut entity.annotation_offset.x, + &mut entity.annotation_offset.y, + p1, + p2, + ); + }); +} + +// ── Trait impls ──────────────────────────────────────────────────────────── + +impl TruckConvertible for Leader { + fn to_truck(&self, _document: &acadrust::CadDocument) -> Option { + if self.vertices.is_empty() { return None; } + Some(to_truck(self)) + } +} + +impl Grippable for Leader { + fn grips(&self) -> Vec { + grips(self) + } + + fn apply_grip(&mut self, grip_id: usize, apply: GripApply) { + apply_grip(self, grip_id, apply); + } +} + +impl PropertyEditable for Leader { + fn geometry_properties(&self, _text_style_names: &[String]) -> PropSection { + properties(self) + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for Leader { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/entities/line.rs b/src/entities/line.rs new file mode 100644 index 00000000..e9878a2f --- /dev/null +++ b/src/entities/line.rs @@ -0,0 +1,149 @@ +use acadrust::{entities::Line, Entity}; +use glam::Vec3; +use truck_modeling::{builder, Point3}; + +use crate::command::EntityTransform; +use crate::entities::common::{ + diamond_grip, edit_prop as edit, parse_f64, ro_prop as ro, square_grip, +}; +use crate::entities::traits::{Grippable, PropertyEditable, Transformable, TruckConvertible}; +use crate::scene::acad_to_truck::{TruckEntity, TruckObject}; +use crate::scene::object::{GripApply, GripDef, PropSection}; +use crate::scene::wire_model::TangentGeom; + +fn to_truck(line: &Line) -> TruckEntity { + let p0 = Point3::new(line.start.x, line.start.y, line.start.z); + let p1 = Point3::new(line.end.x, line.end.y, line.end.z); + let v0 = builder::vertex(p0); + let v1 = builder::vertex(p1); + let edge = builder::line(&v0, &v1); + let kv = vec![ + [p0.x as f32, p0.y as f32, p0.z as f32], + [p1.x as f32, p1.y as f32, p1.z as f32], + ]; + TruckEntity { + object: TruckObject::Curve(edge), + snap_pts: vec![], + tangent_geoms: vec![TangentGeom::Line { + p1: kv[0], + p2: kv[1], + }], + key_vertices: kv, + } +} + +fn grips(line: &Line) -> Vec { + let s = Vec3::new( + line.start.x as f32, + line.start.y as f32, + line.start.z as f32, + ); + let e = Vec3::new(line.end.x as f32, line.end.y as f32, line.end.z as f32); + let m = (s + e) * 0.5; + vec![square_grip(0, s), square_grip(1, e), diamond_grip(2, m)] +} + +fn properties(line: &Line) -> PropSection { + PropSection { + title: "Geometry".into(), + props: vec![ + edit("Start X", "start_x", line.start.x), + edit("Start Y", "start_y", line.start.y), + edit("Start Z", "start_z", line.start.z), + edit("End X", "end_x", line.end.x), + edit("End Y", "end_y", line.end.y), + edit("End Z", "end_z", line.end.z), + ro("Length", "length", format!("{:.4}", line.length())), + ], + } +} + +fn apply_geom_prop(line: &mut Line, field: &str, value: &str) { + let Some(v) = parse_f64(value) else { + return; + }; + match field { + "start_x" => line.start.x = v, + "start_y" => line.start.y = v, + "start_z" => line.start.z = v, + "end_x" => line.end.x = v, + "end_y" => line.end.y = v, + "end_z" => line.end.z = v, + _ => {} + } +} + +fn apply_grip(line: &mut Line, grip_id: usize, apply: GripApply) { + match (grip_id, apply) { + (0, GripApply::Absolute(p)) => { + line.start.x = p.x as f64; + line.start.y = p.y as f64; + line.start.z = p.z as f64; + } + (1, GripApply::Absolute(p)) => { + line.end.x = p.x as f64; + line.end.y = p.y as f64; + line.end.z = p.z as f64; + } + (2, GripApply::Translate(d)) => { + line.start.x += d.x as f64; + line.start.y += d.y as f64; + line.start.z += d.z as f64; + line.end.x += d.x as f64; + line.end.y += d.y as f64; + line.end.z += d.z as f64; + } + _ => {} + } +} + +fn apply_transform(line: &mut Line, t: &EntityTransform) { + match t { + EntityTransform::Translate(d) => { + line.translate(acadrust::types::Vector3::new( + d.x as f64, d.y as f64, d.z as f64, + )); + } + EntityTransform::Rotate { center, angle_rad } => { + crate::scene::transform::apply_standard_transform(line, *center, *angle_rad); + } + EntityTransform::Scale { center, factor } => { + crate::scene::transform::apply_standard_scale(line, *center, *factor); + } + EntityTransform::Mirror { p1, p2 } => { + crate::scene::transform::mirror_xy_line(line, *p1, *p2); + } + } +} + +impl TruckConvertible for Line { + fn to_truck(&self, _document: &acadrust::CadDocument) -> Option { + Some(to_truck(self)) + } +} + +impl Grippable for Line { + fn grips(&self) -> Vec { + grips(self) + } + + fn apply_grip(&mut self, grip_id: usize, apply: GripApply) { + apply_grip(self, grip_id, apply); + } +} + +impl PropertyEditable for Line { + fn geometry_properties(&self, _text_style_names: &[String]) -> PropSection { + properties(self) + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for Line { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/entities/lwpolyline.rs b/src/entities/lwpolyline.rs new file mode 100644 index 00000000..f1c67da7 --- /dev/null +++ b/src/entities/lwpolyline.rs @@ -0,0 +1,186 @@ +use acadrust::entities::{LwPolyline, LwVertex}; +use glam::Vec3; +use truck_modeling::{builder, Edge, Point3, Wire}; + +use crate::command::EntityTransform; +use crate::entities::common::{edit_prop as edit, parse_f64, ro_prop as ro, square_grip}; +use crate::entities::traits::{Grippable, PropertyEditable, Transformable, TruckConvertible}; +use crate::scene::acad_to_truck::{TruckEntity, TruckObject}; +use crate::scene::object::{GripApply, GripDef, PropSection}; +use crate::scene::wire_model::TangentGeom; + +const TAU: f64 = std::f64::consts::TAU; + +fn to_truck(pline: &LwPolyline) -> TruckEntity { + let verts = &pline.vertices; + if verts.is_empty() { + let v = builder::vertex(Point3::new(0.0, 0.0, 0.0)); + let edge = builder::line(&v, &v); + return TruckEntity { + object: TruckObject::Contour(std::iter::once(edge).collect()), + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + }; + } + + let elev = pline.elevation; + let count = verts.len(); + let seg_count = if pline.is_closed { count } else { count - 1 }; + let mut edges: Vec = Vec::new(); + let mut tangents: Vec = Vec::new(); + let mut key_verts: Vec<[f32; 3]> = Vec::new(); + + let to_pt = |v: &LwVertex| -> Point3 { Point3::new(v.location.x, v.location.y, elev) }; + + for i in 0..seg_count { + let v0 = &verts[i]; + let v1 = &verts[(i + 1) % count]; + let p0 = to_pt(v0); + let p1 = to_pt(v1); + let bulge = v0.bulge; + + if bulge.abs() < 1e-9 { + let tv0 = builder::vertex(p0); + let tv1 = builder::vertex(p1); + edges.push(builder::line(&tv0, &tv1)); + tangents.push(TangentGeom::Line { + p1: [p0.x as f32, p0.y as f32, p0.z as f32], + p2: [p1.x as f32, p1.y as f32, p1.z as f32], + }); + } else { + let angle = 4.0 * (bulge as f64).atan(); + let dx = p1.x - p0.x; + let dy = p1.y - p0.y; + let d = (dx * dx + dy * dy).sqrt(); + let r = (d / 2.0) / (angle / 2.0).sin().abs(); + let mx = (p0.x + p1.x) * 0.5; + let my = (p0.y + p1.y) * 0.5; + let len = d.max(1e-12); + let px = -dy / len; + let py = dx / len; + let sagitta_sign = if bulge > 0.0 { 1.0_f64 } else { -1.0_f64 }; + let h = r - (r * r - d * d / 4.0).max(0.0).sqrt(); + let cx = mx - sagitta_sign * px * (r - h); + let cy = my - sagitta_sign * py * (r - h); + let mid_a = { + let a0 = (p0.y - cy).atan2(p0.x - cx); + let a1 = (p1.y - cy).atan2(p1.x - cx); + let (sa, mut ea) = if bulge > 0.0 { (a0, a1) } else { (a1, a0) }; + if ea < sa { + ea += TAU; + } + sa + (ea - sa) * 0.5 + }; + let p_mid = Point3::new(cx + r * mid_a.cos(), cy + r * mid_a.sin(), p0.z); + let tv0 = builder::vertex(p0); + let tv1 = builder::vertex(p1); + edges.push(builder::circle_arc(&tv0, &tv1, p_mid)); + tangents.push(TangentGeom::Circle { + center: [cx as f32, cy as f32, p0.z as f32], + radius: r as f32, + }); + } + + if i == 0 { + key_verts.push([p0.x as f32, p0.y as f32, p0.z as f32]); + } + key_verts.push([p1.x as f32, p1.y as f32, p1.z as f32]); + } + + TruckEntity { + object: TruckObject::Contour(edges.into_iter().collect::()), + snap_pts: vec![], + tangent_geoms: tangents, + key_vertices: key_verts, + } +} + +fn grips(pline: &LwPolyline) -> Vec { + let elev = pline.elevation as f32; + pline + .vertices + .iter() + .enumerate() + .map(|(i, v)| square_grip(i, Vec3::new(v.location.x as f32, v.location.y as f32, elev))) + .collect() +} + +fn properties(pline: &LwPolyline) -> PropSection { + PropSection { + title: "Geometry".into(), + props: vec![ + ro("Vertices", "vertices", pline.vertices.len().to_string()), + ro( + "Closed", + "closed", + if pline.is_closed { "Yes" } else { "No" }, + ), + edit("Elevation", "elevation", pline.elevation), + ], + } +} + +fn apply_geom_prop(pline: &mut LwPolyline, field: &str, value: &str) { + let Some(v) = parse_f64(value) else { + return; + }; + if field == "elevation" { + pline.elevation = v; + } +} + +fn apply_grip(pline: &mut LwPolyline, grip_id: usize, apply: GripApply) { + if let Some(v) = pline.vertices.get_mut(grip_id) { + match apply { + GripApply::Absolute(p) => { + v.location.x = p.x as f64; + v.location.y = p.y as f64; + } + GripApply::Translate(d) => { + v.location.x += d.x as f64; + v.location.y += d.y as f64; + } + } + } +} + +fn apply_transform(pline: &mut LwPolyline, t: &EntityTransform) { + crate::scene::transform::apply_standard_entity_transform(pline, t, |entity, p1, p2| { + for v in &mut entity.vertices { + crate::scene::transform::reflect_xy_point(&mut v.location.x, &mut v.location.y, p1, p2); + } + }); +} + +impl TruckConvertible for LwPolyline { + fn to_truck(&self, _document: &acadrust::CadDocument) -> Option { + Some(to_truck(self)) + } +} + +impl Grippable for LwPolyline { + fn grips(&self) -> Vec { + grips(self) + } + + fn apply_grip(&mut self, grip_id: usize, apply: GripApply) { + apply_grip(self, grip_id, apply); + } +} + +impl PropertyEditable for LwPolyline { + fn geometry_properties(&self, _text_style_names: &[String]) -> PropSection { + properties(self) + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for LwPolyline { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/entities/mod.rs b/src/entities/mod.rs new file mode 100644 index 00000000..6d45d304 --- /dev/null +++ b/src/entities/mod.rs @@ -0,0 +1,18 @@ +pub mod arc; +pub mod circle; +mod common; +pub mod dimension; +pub mod ellipse; +pub mod hatch; +pub mod insert; +pub mod leader; +pub mod line; +pub mod multileader; +pub mod lwpolyline; +pub mod mtext; +pub mod point; +pub mod spline; +pub mod text; +mod text_support; +pub mod traits; +pub mod viewport; diff --git a/src/entities/mtext.rs b/src/entities/mtext.rs new file mode 100644 index 00000000..8e0a9db6 --- /dev/null +++ b/src/entities/mtext.rs @@ -0,0 +1,372 @@ +use acadrust::entities::{AttachmentPoint, DrawingDirection, MText}; +use glam::Vec3; + +use crate::command::EntityTransform; +use crate::entities::common::{edit_prop as edit, ro_prop as ro, square_grip, triangle_grip}; +use crate::entities::text_support::{ + resolve_text_style, split_mtext_lines, strip_mtext_codes, word_wrap, +}; +use crate::entities::traits::{Grippable, PropertyEditable, Transformable, TruckConvertible}; +use crate::scene::acad_to_truck::{TruckEntity, TruckObject}; +use crate::scene::cxf; +use crate::scene::object::{GripApply, GripDef, PropSection, PropValue, Property}; +use crate::scene::wire_model::SnapHint; + +fn attachment_str(a: &AttachmentPoint) -> &'static str { + match a { + AttachmentPoint::TopLeft => "Top Left", + AttachmentPoint::TopCenter => "Top Center", + AttachmentPoint::TopRight => "Top Right", + AttachmentPoint::MiddleLeft => "Middle Left", + AttachmentPoint::MiddleCenter => "Middle Center", + AttachmentPoint::MiddleRight => "Middle Right", + AttachmentPoint::BottomLeft => "Bottom Left", + AttachmentPoint::BottomCenter => "Bottom Center", + AttachmentPoint::BottomRight => "Bottom Right", + } +} + +fn mtext_halign_str(a: &AttachmentPoint) -> &'static str { + match a { + AttachmentPoint::TopLeft | AttachmentPoint::MiddleLeft | AttachmentPoint::BottomLeft => { + "Left" + } + AttachmentPoint::TopCenter + | AttachmentPoint::MiddleCenter + | AttachmentPoint::BottomCenter => "Center", + AttachmentPoint::TopRight | AttachmentPoint::MiddleRight | AttachmentPoint::BottomRight => { + "Right" + } + } +} + +fn mtext_valign_str(a: &AttachmentPoint) -> &'static str { + match a { + AttachmentPoint::TopLeft | AttachmentPoint::TopCenter | AttachmentPoint::TopRight => "Top", + AttachmentPoint::MiddleLeft + | AttachmentPoint::MiddleCenter + | AttachmentPoint::MiddleRight => "Middle", + AttachmentPoint::BottomLeft + | AttachmentPoint::BottomCenter + | AttachmentPoint::BottomRight => "Bottom", + } +} + +fn mtext_attachment_from_align(h: &str, v: &str) -> Option { + Some(match (h, v) { + ("Left", "Top") => AttachmentPoint::TopLeft, + ("Center", "Top") => AttachmentPoint::TopCenter, + ("Right", "Top") => AttachmentPoint::TopRight, + ("Left", "Middle") => AttachmentPoint::MiddleLeft, + ("Center", "Middle") => AttachmentPoint::MiddleCenter, + ("Right", "Middle") => AttachmentPoint::MiddleRight, + ("Left", "Bottom") => AttachmentPoint::BottomLeft, + ("Center", "Bottom") => AttachmentPoint::BottomCenter, + ("Right", "Bottom") => AttachmentPoint::BottomRight, + _ => return None, + }) +} + +fn drawing_dir_str(d: &DrawingDirection) -> &'static str { + match d { + DrawingDirection::LeftToRight => "Left to Right", + DrawingDirection::TopToBottom => "Top to Bottom", + DrawingDirection::ByStyle => "By Style", + } +} + +fn to_truck(t: &MText, document: &acadrust::CadDocument) -> TruckEntity { + let resolved_style = resolve_text_style(&t.style, document); + let font_name = resolved_style.font_name; + let font = cxf::get_font(&font_name); + let style_width_factor = resolved_style.width_factor.max(0.01); + let style_oblique = resolved_style.oblique_angle; + let plain = strip_mtext_codes(&t.value); + let explicit_lines = split_mtext_lines(&plain); + let lines: Vec = if t.rectangle_width > 0.0 { + let scale = t.height as f32 / 9.0 * style_width_factor; + let max_w = t.rectangle_width as f32; + explicit_lines + .iter() + .flat_map(|line| word_wrap(line, max_w, scale, font)) + .collect() + } else { + explicit_lines + }; + let n_lines = lines.len().max(1) as f32; + let ls_factor = if t.line_spacing_factor > 0.0 { + t.line_spacing_factor as f32 + } else { + 1.0 + }; + let line_h = t.height as f32 * ls_factor * font.line_spacing; + let total_h = line_h * n_lines; + let v_offset = match t.attachment_point { + AttachmentPoint::TopLeft | AttachmentPoint::TopCenter | AttachmentPoint::TopRight => 0.0, + AttachmentPoint::MiddleLeft + | AttachmentPoint::MiddleCenter + | AttachmentPoint::MiddleRight => -total_h * 0.5, + AttachmentPoint::BottomLeft + | AttachmentPoint::BottomCenter + | AttachmentPoint::BottomRight => -total_h, + }; + let h_anchor = match t.attachment_point { + AttachmentPoint::TopCenter + | AttachmentPoint::MiddleCenter + | AttachmentPoint::BottomCenter => 0.5, + AttachmentPoint::TopRight | AttachmentPoint::MiddleRight | AttachmentPoint::BottomRight => { + 1.0 + } + _ => 0.0, + }; + let vertical_text = matches!(t.drawing_direction, DrawingDirection::TopToBottom); + let rot = t.rotation as f32; + let (cos_r, sin_r) = (rot.cos(), rot.sin()); + let insertion = Vec3::new( + t.insertion_point.x as f32, + t.insertion_point.y as f32, + t.insertion_point.z as f32, + ); + let mut all_strokes = Vec::new(); + for (i, line) in lines.iter().enumerate() { + let li = i as f32; + let (ox, oy) = if vertical_text { + let col_offset = li * t.height as f32 * 1.2; + ( + t.insertion_point.x as f32 + col_offset * cos_r + v_offset * (-sin_r), + t.insertion_point.y as f32 + col_offset * sin_r + v_offset * cos_r, + ) + } else { + let line_y = -(li * line_h) + v_offset; + ( + t.insertion_point.x as f32 + line_y * (-sin_r), + t.insertion_point.y as f32 + line_y * cos_r, + ) + }; + let line_w = if h_anchor > 0.0 { + let scale = t.height as f32 / 9.0 * style_width_factor; + line.chars() + .map(|c| { + if c == ' ' { + return font.word_spacing * scale; + } + font.glyph(c) + .map(|g| (g.advance + font.letter_spacing) * scale) + .unwrap_or(t.height as f32 * 0.6) + }) + .sum() + } else { + 0.0 + }; + let h_shift = -line_w * h_anchor; + let origin_x = ox + h_shift * cos_r; + let origin_y = oy + h_shift * sin_r; + let strokes = cxf::tessellate_text_ex( + [origin_x, origin_y], + t.height as f32, + rot, + style_width_factor, + style_oblique, + &font_name, + line, + ); + all_strokes.extend(strokes); + } + TruckEntity { + object: TruckObject::Text(all_strokes), + snap_pts: vec![(insertion, SnapHint::Insertion)], + tangent_geoms: vec![], + key_vertices: vec![], + } +} + +fn grips(t: &MText) -> Vec { + let p = Vec3::new( + t.insertion_point.x as f32, + t.insertion_point.y as f32, + t.insertion_point.z as f32, + ); + let dir = Vec3::new((t.rotation as f32).cos(), (t.rotation as f32).sin(), 0.0); + let width_grip = p + dir * t.rectangle_width.max(0.0) as f32; + vec![square_grip(0, p), triangle_grip(1, width_grip)] +} + +fn properties(t: &MText, text_style_names: &[String]) -> PropSection { + PropSection { + title: "Geometry".into(), + props: vec![ + edit("Insert X", "ins_x", t.insertion_point.x), + edit("Insert Y", "ins_y", t.insertion_point.y), + edit("Insert Z", "ins_z", t.insertion_point.z), + edit("Height", "height", t.height), + edit("Width", "rect_w", t.rectangle_width), + edit("Rect Height", "rect_h", t.rectangle_height.unwrap_or(0.0)), + edit("Rotation", "rotation", t.rotation.to_degrees()), + edit("Line Spacing", "line_spacing", t.line_spacing_factor), + Property { + label: "H-Align".into(), + field: "h_align", + value: PropValue::Choice { + selected: mtext_halign_str(&t.attachment_point).to_string(), + options: ["Left", "Center", "Right"] + .into_iter() + .map(str::to_string) + .collect(), + }, + }, + Property { + label: "V-Align".into(), + field: "v_align", + value: PropValue::Choice { + selected: mtext_valign_str(&t.attachment_point).to_string(), + options: ["Top", "Middle", "Bottom"] + .into_iter() + .map(str::to_string) + .collect(), + }, + }, + ro( + "Attachment", + "attachment", + attachment_str(&t.attachment_point).to_string(), + ), + ro( + "Direction", + "direction", + drawing_dir_str(&t.drawing_direction).to_string(), + ), + Property { + label: "Content".into(), + field: "content", + value: PropValue::EditText(t.value.clone()), + }, + Property { + label: "Style".into(), + field: "style", + value: PropValue::Choice { + selected: if t.style.trim().is_empty() { + "Standard".into() + } else { + t.style.clone() + }, + options: text_style_names.to_vec(), + }, + }, + ], + } +} + +fn apply_geom_prop(t: &mut MText, field: &str, value: &str) { + match field { + "content" => { + t.value = value.to_string(); + return; + } + "style" => { + t.style = value.to_string(); + return; + } + "h_align" => { + if let Some(next) = + mtext_attachment_from_align(value, mtext_valign_str(&t.attachment_point)) + { + t.attachment_point = next; + } + return; + } + "v_align" => { + if let Some(next) = + mtext_attachment_from_align(mtext_halign_str(&t.attachment_point), value) + { + t.attachment_point = next; + } + return; + } + _ => {} + } + let Some(v) = crate::entities::common::parse_f64(value) else { + return; + }; + match field { + "ins_x" => t.insertion_point.x = v, + "ins_y" => t.insertion_point.y = v, + "ins_z" => t.insertion_point.z = v, + "height" if v > 0.0 => t.height = v, + "rect_w" if v > 0.0 => t.rectangle_width = v, + "rect_h" if v > 0.0 => t.rectangle_height = Some(v), + "rotation" => t.rotation = v.to_radians(), + "line_spacing" if v > 0.0 => t.line_spacing_factor = v, + _ => {} + } +} + +fn apply_grip(t: &mut MText, grip_id: usize, apply: GripApply) { + match (grip_id, apply) { + (0, GripApply::Absolute(p)) => { + t.insertion_point.x = p.x as f64; + t.insertion_point.y = p.y as f64; + t.insertion_point.z = p.z as f64; + } + (0, GripApply::Translate(d)) => { + t.insertion_point.x += d.x as f64; + t.insertion_point.y += d.y as f64; + t.insertion_point.z += d.z as f64; + } + (1, GripApply::Absolute(p)) => { + let dir_x = t.rotation.cos(); + let dir_y = t.rotation.sin(); + let dx = p.x as f64 - t.insertion_point.x; + let dy = p.y as f64 - t.insertion_point.y; + let projected = dx * dir_x + dy * dir_y; + t.rectangle_width = projected.max(0.01); + } + _ => {} + } +} + +fn apply_transform(t: &mut MText, tr: &EntityTransform) { + crate::scene::transform::apply_standard_entity_transform(t, tr, |entity, p1, p2| { + crate::scene::transform::reflect_xy_point( + &mut entity.insertion_point.x, + &mut entity.insertion_point.y, + p1, + p2, + ); + let dx = (p2.x - p1.x) as f64; + let dy = (p2.y - p1.y) as f64; + let line_angle = dy.atan2(dx); + entity.rotation = 2.0 * line_angle - entity.rotation; + }); +} + +impl TruckConvertible for MText { + fn to_truck(&self, document: &acadrust::CadDocument) -> Option { + Some(to_truck(self, document)) + } +} + +impl Grippable for MText { + fn grips(&self) -> Vec { + grips(self) + } + + fn apply_grip(&mut self, grip_id: usize, apply: GripApply) { + apply_grip(self, grip_id, apply); + } +} + +impl PropertyEditable for MText { + fn geometry_properties(&self, text_style_names: &[String]) -> PropSection { + properties(self, text_style_names) + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for MText { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/entities/multileader.rs b/src/entities/multileader.rs new file mode 100644 index 00000000..fb7d00c5 --- /dev/null +++ b/src/entities/multileader.rs @@ -0,0 +1,416 @@ +use acadrust::entities::{LeaderContentType, MultiLeader, MultiLeaderPathType, TextAttachmentType}; +use glam::Vec3; + +use crate::command::EntityTransform; +use crate::entities::common::{diamond_grip, edit_prop as edit, ro_prop as ro, square_grip}; +use crate::entities::traits::{Grippable, PropertyEditable, Transformable, TruckConvertible}; +use crate::scene::acad_to_truck::{TruckEntity, TruckObject}; +use crate::scene::object::{GripApply, GripDef, PropSection, PropValue, Property}; +use crate::scene::wire_model::TangentGeom; + +// ── TruckConvertible ──────────────────────────────────────────────────────── + +fn to_truck(ml: &MultiLeader, document: &acadrust::CadDocument) -> Option { + let nan = [f32::NAN; 3]; + let p3 = |v: &acadrust::types::Vector3| -> [f32; 3] { [v.x as f32, v.y as f32, v.z as f32] }; + + let arrow_size = ml.arrowhead_size as f32; + let draw_arrow = arrow_size > 0.0; + let invisible = ml.path_type == MultiLeaderPathType::Invisible; + + let mut points: Vec<[f32; 3]> = Vec::new(); + let mut tangents: Vec = Vec::new(); + let mut key_verts: Vec<[f32; 3]> = Vec::new(); + let mut first = true; + + for root in &ml.context.leader_roots { + let cp = &root.connection_point; + let cp_f = p3(cp); + + for line in &root.lines { + if line.points.is_empty() { continue; } + + if !invisible { + if !first { points.push(nan); } + first = false; + + for p in &line.points { + points.push(p3(p)); + key_verts.push(p3(p)); + } + + // Closing segment: last bend → connection_point + let last = line.points.last().unwrap(); + let last_f = p3(last); + let dist = ((last_f[0]-cp_f[0]).powi(2) + (last_f[1]-cp_f[1]).powi(2)).sqrt(); + if dist > 1e-9 { + points.push(cp_f); + key_verts.push(cp_f); + } + + for i in 0..line.points.len().saturating_sub(1) { + tangents.push(TangentGeom::Line { + p1: p3(&line.points[i]), + p2: p3(&line.points[i + 1]), + }); + } + } + + // Arrowhead + if draw_arrow { + let tip = &line.points[0]; + let tip_f = p3(tip); + let next = if line.points.len() >= 2 { line.points[1] } else { *cp }; + let dx = (next.x - tip.x) as f32; + let dy = (next.y - tip.y) as f32; + let dl = (dx*dx + dy*dy).sqrt().max(1e-9); + let (dx, dy) = (dx / dl, dy / dl); + let a = std::f32::consts::PI / 6.0; + let (s, c) = a.sin_cos(); + points.push(nan); + points.push([tip_f[0]+(dx*c-dy*s)*arrow_size, tip_f[1]+(dx*s+dy*c)*arrow_size, tip_f[2]]); + points.push(tip_f); + points.push([tip_f[0]+(dx*c+dy*s)*arrow_size, tip_f[1]+(-dx*s+dy*c)*arrow_size, tip_f[2]]); + } + } + + // Landing shelf at connection_point + if ml.enable_landing && ml.enable_dogleg && ml.dogleg_length > 0.0 { + let dir = &root.direction; + let dl = (dir.x*dir.x + dir.y*dir.y).sqrt().max(1e-9); + let d = ml.dogleg_length; + points.push(nan); + points.push(cp_f); + points.push([(cp.x + dir.x/dl*d) as f32, (cp.y + dir.y/dl*d) as f32, cp.z as f32]); + } + } + + // Text strokes (MText content rendered inline) + if ml.content_type == LeaderContentType::MText && !ml.context.text_string.is_empty() { + let height = if ml.context.text_height > 0.0 { ml.context.text_height } else { ml.text_height }; + let ins = &ml.context.text_location; + let z = ins.z as f32; + let style = crate::entities::text_support::resolve_text_style("STANDARD", document); + let strokes = crate::scene::cxf::tessellate_text_ex( + [ins.x as f32, ins.y as f32], + height as f32, + 0.0, + style.width_factor.max(0.01), + style.oblique_angle, + &style.font_name, + &ml.context.text_string, + ); + for stroke in &strokes { + if stroke.len() < 2 { continue; } + points.push(nan); + for &[x, y] in stroke { + points.push([x, y, z]); + } + } + } + + if points.is_empty() { return None; } + + Some(TruckEntity { + object: TruckObject::Lines(points), + snap_pts: vec![], + tangent_geoms: tangents, + key_vertices: key_verts, + }) +} + +// ── Grips ────────────────────────────────────────────────────────────────── +// +// IDs are assigned in two passes: +// 0 .. total_line_pts - 1 : square grips on every LeaderLine vertex +// total_line_pts : diamond grip on context.text_location (if MText) + +fn grips(ml: &MultiLeader) -> Vec { + let mut result: Vec = Vec::new(); + let mut id = 0usize; + + for root in &ml.context.leader_roots { + for line in &root.lines { + for p in &line.points { + result.push(square_grip(id, Vec3::new(p.x as f32, p.y as f32, p.z as f32))); + id += 1; + } + } + } + + if ml.content_type == LeaderContentType::MText { + let tl = &ml.context.text_location; + result.push(diamond_grip(id, Vec3::new(tl.x as f32, tl.y as f32, tl.z as f32))); + } + + result +} + +fn apply_grip(ml: &mut MultiLeader, grip_id: usize, apply: GripApply) { + let mut idx = 0usize; + + for root in &mut ml.context.leader_roots { + for line in &mut root.lines { + for p in &mut line.points { + if idx == grip_id { + match apply { + GripApply::Absolute(a) => { + p.x = a.x as f64; + p.y = a.y as f64; + p.z = a.z as f64; + } + GripApply::Translate(d) => { + p.x += d.x as f64; + p.y += d.y as f64; + p.z += d.z as f64; + } + } + return; + } + idx += 1; + } + } + } + + // Text location grip + if ml.content_type == LeaderContentType::MText && idx == grip_id { + let tl = &mut ml.context.text_location; + match apply { + GripApply::Absolute(a) => { + tl.x = a.x as f64; + tl.y = a.y as f64; + tl.z = a.z as f64; + } + GripApply::Translate(d) => { + tl.x += d.x as f64; + tl.y += d.y as f64; + tl.z += d.z as f64; + } + } + } +} + +// ── Properties ───────────────────────────────────────────────────────────── + +fn content_type_str(ct: &LeaderContentType) -> &'static str { + match ct { + LeaderContentType::None => "None", + LeaderContentType::Block => "Block", + LeaderContentType::MText => "MText", + LeaderContentType::Tolerance => "Tolerance", + } +} + +fn path_type_str(pt: &MultiLeaderPathType) -> &'static str { + match pt { + MultiLeaderPathType::Invisible => "Invisible", + MultiLeaderPathType::StraightLineSegments => "Straight", + MultiLeaderPathType::Spline => "Spline", + } +} + +fn attachment_str(a: &TextAttachmentType) -> &'static str { + match a { + TextAttachmentType::TopOfTopLine => "Top of Top", + TextAttachmentType::MiddleOfTopLine => "Mid of Top", + TextAttachmentType::MiddleOfText => "Mid of Text", + TextAttachmentType::MiddleOfBottomLine => "Mid of Bot", + TextAttachmentType::BottomOfBottomLine => "Bot of Bot", + TextAttachmentType::BottomLine => "Bottom Line", + _ => "Other", + } +} + +fn bool_toggle(label: &str, field: &'static str, value: bool) -> Property { + Property { + label: label.into(), + field, + value: PropValue::BoolToggle { field, value }, + } +} + +fn choice(label: &str, field: &'static str, selected: &str, opts: &[&str]) -> Property { + Property { + label: label.into(), + field, + value: PropValue::Choice { + selected: selected.to_string(), + options: opts.iter().map(|s| s.to_string()).collect(), + }, + } +} + +fn properties(ml: &MultiLeader) -> PropSection { + let ctx = &ml.context; + let total_pts: usize = ctx + .leader_roots + .iter() + .flat_map(|r| r.lines.iter()) + .map(|l| l.points.len()) + .sum(); + + let mut props = vec![ + // Content + choice("Content Type", "content_type", content_type_str(&ml.content_type), + &["None", "MText", "Block", "Tolerance"]), + Property { + label: "Text".into(), + field: "text_string", + value: PropValue::EditText(ctx.text_string.clone()), + }, + edit("Text Height", "text_height", ml.text_height), + edit("Text X", "text_x", ctx.text_location.x), + edit("Text Y", "text_y", ctx.text_location.y), + edit("Text Z", "text_z", ctx.text_location.z), + bool_toggle("Text Frame", "text_frame", ml.text_frame), + // Leader line + choice("Path Type", "path_type", path_type_str(&ml.path_type), + &["Straight", "Spline", "Invisible"]), + bool_toggle("Landing", "enable_landing", ml.enable_landing), + bool_toggle("Dogleg", "enable_dogleg", ml.enable_dogleg), + edit("Dogleg Length", "dogleg_length", ml.dogleg_length), + edit("Arrow Size", "arrowhead_size", ml.arrowhead_size), + edit("Scale", "scale_factor", ml.scale_factor), + bool_toggle("Annotation Scale", "enable_annotation_scale", ml.enable_annotation_scale), + // Text attachment + choice("Left Attach", "text_left_attachment", + attachment_str(&ml.text_left_attachment), + &["Top of Top","Mid of Top","Mid of Text","Mid of Bot","Bot of Bot","Bottom Line"]), + choice("Right Attach", "text_right_attachment", + attachment_str(&ml.text_right_attachment), + &["Top of Top","Mid of Top","Mid of Text","Mid of Bot","Bot of Bot","Bottom Line"]), + // Stats + ro("Leader Pts", "total_pts", total_pts.to_string()), + ro("Roots", "root_count", ctx.leader_roots.len().to_string()), + ]; + + // Connection point for first root (most common case) + if let Some(root) = ctx.leader_roots.first() { + props.push(edit("Root Conn X", "conn_x", root.connection_point.x)); + props.push(edit("Root Conn Y", "conn_y", root.connection_point.y)); + props.push(edit("Root Conn Z", "conn_z", root.connection_point.z)); + } + + PropSection { title: "Geometry".into(), props } +} + +fn apply_geom_prop(ml: &mut MultiLeader, field: &str, value: &str) { + let f64 = |s: &str| -> Option { s.trim().parse().ok() }; + + match field { + "content_type" => { + ml.content_type = match value { + "Block" => LeaderContentType::Block, + "MText" => LeaderContentType::MText, + "Tolerance" => LeaderContentType::Tolerance, + _ => LeaderContentType::None, + }; + } + "text_string" => ml.context.text_string = value.to_string(), + "text_height" => { + if let Some(v) = f64(value) { ml.text_height = v; ml.context.text_height = v; } + } + "text_x" => { if let Some(v) = f64(value) { ml.context.text_location.x = v; } } + "text_y" => { if let Some(v) = f64(value) { ml.context.text_location.y = v; } } + "text_z" => { if let Some(v) = f64(value) { ml.context.text_location.z = v; } } + "text_frame" => ml.text_frame = if value == "toggle" { !ml.text_frame } else { value == "true" }, + "path_type" => { + ml.path_type = match value { + "Spline" => MultiLeaderPathType::Spline, + "Invisible" => MultiLeaderPathType::Invisible, + _ => MultiLeaderPathType::StraightLineSegments, + }; + } + "enable_landing" => ml.enable_landing = if value == "toggle" { !ml.enable_landing } else { value == "true" }, + "enable_dogleg" => ml.enable_dogleg = if value == "toggle" { !ml.enable_dogleg } else { value == "true" }, + "enable_annotation_scale" => ml.enable_annotation_scale = if value == "toggle" { !ml.enable_annotation_scale } else { value == "true" }, + "dogleg_length" => { if let Some(v) = f64(value) { ml.dogleg_length = v; } } + "arrowhead_size" => { if let Some(v) = f64(value) { ml.arrowhead_size = v; } } + "scale_factor" => { if let Some(v) = f64(value) { ml.scale_factor = v; } } + "conn_x" => { + if let (Some(v), Some(root)) = (f64(value), ml.context.leader_roots.first_mut()) { + root.connection_point.x = v; + } + } + "conn_y" => { + if let (Some(v), Some(root)) = (f64(value), ml.context.leader_roots.first_mut()) { + root.connection_point.y = v; + } + } + "conn_z" => { + if let (Some(v), Some(root)) = (f64(value), ml.context.leader_roots.first_mut()) { + root.connection_point.z = v; + } + } + "text_left_attachment" => { + ml.text_left_attachment = parse_attachment(value); + ml.context.text_left_attachment = parse_attachment(value); + } + "text_right_attachment" => { + ml.text_right_attachment = parse_attachment(value); + ml.context.text_right_attachment = parse_attachment(value); + } + _ => {} + } +} + +fn parse_attachment(s: &str) -> TextAttachmentType { + match s { + "Top of Top" => TextAttachmentType::TopOfTopLine, + "Mid of Top" => TextAttachmentType::MiddleOfTopLine, + "Mid of Bot" => TextAttachmentType::MiddleOfBottomLine, + "Bot of Bot" => TextAttachmentType::BottomOfBottomLine, + "Bottom Line" => TextAttachmentType::BottomLine, + _ => TextAttachmentType::MiddleOfText, + } +} + +// ── Transform ────────────────────────────────────────────────────────────── + +fn apply_transform(ml: &mut MultiLeader, t: &EntityTransform) { + crate::scene::transform::apply_standard_entity_transform(ml, t, |entity, p1, p2| { + for root in &mut entity.context.leader_roots { + for line in &mut root.lines { + for p in &mut line.points { + crate::scene::transform::reflect_xy_point(&mut p.x, &mut p.y, p1, p2); + } + } + crate::scene::transform::reflect_xy_point( + &mut root.connection_point.x, &mut root.connection_point.y, p1, p2); + } + crate::scene::transform::reflect_xy_point( + &mut entity.context.text_location.x, &mut entity.context.text_location.y, p1, p2); + }); +} + +// ── Trait impls ──────────────────────────────────────────────────────────── + +impl TruckConvertible for MultiLeader { + fn to_truck(&self, document: &acadrust::CadDocument) -> Option { + to_truck(self, document) + } +} + +impl Grippable for MultiLeader { + fn grips(&self) -> Vec { + grips(self) + } + fn apply_grip(&mut self, grip_id: usize, apply: GripApply) { + apply_grip(self, grip_id, apply); + } +} + +impl PropertyEditable for MultiLeader { + fn geometry_properties(&self, _text_style_names: &[String]) -> PropSection { + properties(self) + } + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for MultiLeader { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/entities/point.rs b/src/entities/point.rs new file mode 100644 index 00000000..77590049 --- /dev/null +++ b/src/entities/point.rs @@ -0,0 +1,111 @@ +use acadrust::entities::Point; +use glam::Vec3; +use truck_modeling::{builder, Point3}; + +use crate::command::EntityTransform; +use crate::entities::common::{edit_prop as edit, parse_f64, square_grip}; +use crate::entities::traits::{Grippable, PropertyEditable, Transformable, TruckConvertible}; +use crate::scene::acad_to_truck::{TruckEntity, TruckObject}; +use crate::scene::object::{GripApply, GripDef, PropSection}; +use crate::scene::wire_model::SnapHint; + +fn to_truck(pt: &Point) -> TruckEntity { + let p = Point3::new(pt.location.x, pt.location.y, pt.location.z); + let snap = Vec3::new(p.x as f32, p.y as f32, p.z as f32); + TruckEntity { + object: TruckObject::Point(builder::vertex(p)), + snap_pts: vec![(snap, SnapHint::Node)], + tangent_geoms: vec![], + key_vertices: vec![], + } +} + +fn grips(pt: &Point) -> Vec { + let p = Vec3::new( + pt.location.x as f32, + pt.location.y as f32, + pt.location.z as f32, + ); + vec![square_grip(0, p)] +} + +fn properties(pt: &Point) -> PropSection { + PropSection { + title: "Geometry".into(), + props: vec![ + edit("X", "loc_x", pt.location.x), + edit("Y", "loc_y", pt.location.y), + edit("Z", "loc_z", pt.location.z), + ], + } +} + +fn apply_geom_prop(pt: &mut Point, field: &str, value: &str) { + let Some(v) = parse_f64(value) else { + return; + }; + match field { + "loc_x" => pt.location.x = v, + "loc_y" => pt.location.y = v, + "loc_z" => pt.location.z = v, + _ => {} + } +} + +fn apply_grip(pt: &mut Point, _grip_id: usize, apply: GripApply) { + match apply { + GripApply::Absolute(p) => { + pt.location.x = p.x as f64; + pt.location.y = p.y as f64; + pt.location.z = p.z as f64; + } + GripApply::Translate(d) => { + pt.location.x += d.x as f64; + pt.location.y += d.y as f64; + pt.location.z += d.z as f64; + } + } +} + +fn apply_transform(pt: &mut Point, t: &EntityTransform) { + crate::scene::transform::apply_standard_entity_transform(pt, t, |entity, p1, p2| { + crate::scene::transform::reflect_xy_point( + &mut entity.location.x, + &mut entity.location.y, + p1, + p2, + ); + }); +} + +impl TruckConvertible for Point { + fn to_truck(&self, _document: &acadrust::CadDocument) -> Option { + Some(to_truck(self)) + } +} + +impl Grippable for Point { + fn grips(&self) -> Vec { + grips(self) + } + + fn apply_grip(&mut self, grip_id: usize, apply: GripApply) { + apply_grip(self, grip_id, apply); + } +} + +impl PropertyEditable for Point { + fn geometry_properties(&self, _text_style_names: &[String]) -> PropSection { + properties(self) + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for Point { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/entities/spline.rs b/src/entities/spline.rs new file mode 100644 index 00000000..9a83f2b0 --- /dev/null +++ b/src/entities/spline.rs @@ -0,0 +1,134 @@ +use acadrust::entities::Spline; +use glam::Vec3; +use truck_modeling::{ + base::{BoundedCurve, ParametricCurve}, + builder, BSplineCurve, Curve, Edge, KnotVec, Point3, +}; + +use crate::command::EntityTransform; +use crate::entities::common::{ro_prop as ro, square_grip}; +use crate::entities::traits::{Grippable, PropertyEditable, Transformable, TruckConvertible}; +use crate::scene::acad_to_truck::{TruckEntity, TruckObject}; +use crate::scene::object::{GripApply, GripDef, PropSection}; + +fn to_truck(spl: &Spline) -> TruckEntity { + let ctrl_pts: Vec = spl + .control_points + .iter() + .map(|p| Point3::new(p.x, p.y, p.z)) + .collect(); + if ctrl_pts.len() < 2 { + let v = builder::vertex(Point3::new(0.0, 0.0, 0.0)); + let edge = builder::line(&v, &v); + return TruckEntity { + object: TruckObject::Curve(edge), + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + }; + } + let knot_vec = if !spl.knots.is_empty() { + KnotVec::from(spl.knots.clone()) + } else { + KnotVec::uniform_knot(spl.degree as usize, ctrl_pts.len() - 1) + }; + let bspline = BSplineCurve::new(knot_vec, ctrl_pts); + let (t0, t1) = bspline.range_tuple(); + let p_start = bspline.subs(t0); + let p_end = bspline.subs(t1); + let v_start = builder::vertex(p_start); + let v_end = builder::vertex(p_end); + let edge = Edge::new(&v_start, &v_end, Curve::BSplineCurve(bspline)); + TruckEntity { + object: TruckObject::Curve(edge), + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + } +} + +fn grips(spline: &Spline) -> Vec { + spline + .control_points + .iter() + .enumerate() + .map(|(i, p)| square_grip(i, Vec3::new(p.x as f32, p.y as f32, p.z as f32))) + .collect() +} + +fn properties(spline: &Spline) -> PropSection { + PropSection { + title: "Geometry".into(), + props: vec![ + ro("Degree", "degree", spline.degree.to_string()), + ro( + "Control Pts", + "ctrl_pts", + spline.control_points.len().to_string(), + ), + ro("Fit Pts", "fit_pts", spline.fit_points.len().to_string()), + ], + } +} + +fn apply_geom_prop(_spline: &mut Spline, _field: &str, _value: &str) {} + +fn apply_grip(spline: &mut Spline, grip_id: usize, apply: GripApply) { + if let Some(cp) = spline.control_points.get_mut(grip_id) { + match apply { + GripApply::Absolute(p) => { + cp.x = p.x as f64; + cp.y = p.y as f64; + cp.z = p.z as f64; + } + GripApply::Translate(d) => { + cp.x += d.x as f64; + cp.y += d.y as f64; + cp.z += d.z as f64; + } + } + } +} + +fn apply_transform(spline: &mut Spline, t: &EntityTransform) { + crate::scene::transform::apply_standard_entity_transform(spline, t, |entity, p1, p2| { + for cp in &mut entity.control_points { + crate::scene::transform::reflect_xy_point(&mut cp.x, &mut cp.y, p1, p2); + } + for fp in &mut entity.fit_points { + crate::scene::transform::reflect_xy_point(&mut fp.x, &mut fp.y, p1, p2); + } + }); +} + +impl TruckConvertible for Spline { + fn to_truck(&self, _document: &acadrust::CadDocument) -> Option { + Some(to_truck(self)) + } +} + +impl Grippable for Spline { + fn grips(&self) -> Vec { + grips(self) + } + + fn apply_grip(&mut self, grip_id: usize, apply: GripApply) { + apply_grip(self, grip_id, apply); + } +} + +impl PropertyEditable for Spline { + fn geometry_properties(&self, _text_style_names: &[String]) -> PropSection { + properties(self) + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for Spline { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/entities/text.rs b/src/entities/text.rs new file mode 100644 index 00000000..7011d47a --- /dev/null +++ b/src/entities/text.rs @@ -0,0 +1,301 @@ +use acadrust::entities::{Text, TextHorizontalAlignment as HA, TextVerticalAlignment as VA}; +use glam::Vec3; + +use crate::command::EntityTransform; +use crate::entities::common::{edit_prop as edit, parse_f64, square_grip}; +use crate::entities::text_support::{resolve_text_style, text_local_bounds}; +use crate::entities::traits::{Grippable, PropertyEditable, Transformable, TruckConvertible}; +use crate::scene::acad_to_truck::{TruckEntity, TruckObject}; +use crate::scene::cxf; +use crate::scene::object::{GripApply, GripDef, PropSection, PropValue, Property}; +use crate::scene::wire_model::SnapHint; + +fn text_halign_str(a: &acadrust::entities::TextHorizontalAlignment) -> &'static str { + use acadrust::entities::TextHorizontalAlignment::*; + match a { + Left => "Left", + Center => "Center", + Right => "Right", + Aligned => "Aligned", + Middle => "Middle", + Fit => "Fit", + } +} + +fn text_valign_str(a: &acadrust::entities::TextVerticalAlignment) -> &'static str { + use acadrust::entities::TextVerticalAlignment::*; + match a { + Baseline => "Baseline", + Bottom => "Bottom", + Middle => "Middle", + Top => "Top", + } +} + +fn sync_text_alignment_point(t: &mut Text) { + let needs_alignment_point = !matches!( + (t.horizontal_alignment, t.vertical_alignment), + (HA::Left, VA::Baseline) + ); + if needs_alignment_point { + if t.alignment_point.is_none() { + t.alignment_point = Some(t.insertion_point); + } + } else { + t.alignment_point = None; + } +} + +fn to_truck(t: &Text, document: &acadrust::CadDocument) -> TruckEntity { + let snap_pt = Vec3::new( + t.insertion_point.x as f32, + t.insertion_point.y as f32, + t.insertion_point.z as f32, + ); + let resolved_style = resolve_text_style(&t.style, document); + let font_name = resolved_style.font_name; + let width_factor = (if t.width_factor > 0.0 { + t.width_factor as f32 + } else { + 1.0 + } * resolved_style.width_factor.max(0.01)) + .clamp(0.01, 100.0); + let oblique_angle = t.oblique_angle as f32 + resolved_style.oblique_angle; + let anchor = match ( + &t.horizontal_alignment, + &t.vertical_alignment, + &t.alignment_point, + ) { + (HA::Aligned | HA::Middle | HA::Fit, _, Some(a)) => [a.x as f32, a.y as f32], + (HA::Center | HA::Right, _, Some(a)) => [a.x as f32, a.y as f32], + (_, VA::Bottom | VA::Middle | VA::Top, Some(a)) => [a.x as f32, a.y as f32], + _ => [t.insertion_point.x as f32, t.insertion_point.y as f32], + }; + let bounds = text_local_bounds( + &font_name, + &t.value, + t.height as f32, + width_factor, + oblique_angle, + ); + let (anchor_local_x, anchor_local_y) = if let Some(([min_x, min_y], [max_x, max_y])) = bounds { + let ax = match t.horizontal_alignment { + HA::Left => min_x, + HA::Center | HA::Middle => (min_x + max_x) * 0.5, + HA::Right | HA::Aligned | HA::Fit => max_x, + }; + let ay = match t.vertical_alignment { + VA::Baseline => 0.0, + VA::Bottom => min_y, + VA::Middle => (min_y + max_y) * 0.5, + VA::Top => max_y, + }; + (ax, ay) + } else { + (0.0, 0.0) + }; + let (cos_r, sin_r) = ((t.rotation as f32).cos(), (t.rotation as f32).sin()); + let origin = [ + anchor[0] - (anchor_local_x * cos_r - anchor_local_y * sin_r), + anchor[1] - (anchor_local_x * sin_r + anchor_local_y * cos_r), + ]; + let strokes_2d = cxf::tessellate_text_ex( + origin, + t.height as f32, + t.rotation as f32, + width_factor, + oblique_angle, + &font_name, + &t.value, + ); + TruckEntity { + object: TruckObject::Text(strokes_2d), + snap_pts: vec![(snap_pt, SnapHint::Insertion)], + tangent_geoms: vec![], + key_vertices: vec![], + } +} + +fn grips(t: &Text) -> Vec { + let p = Vec3::new( + t.insertion_point.x as f32, + t.insertion_point.y as f32, + t.insertion_point.z as f32, + ); + vec![square_grip(0, p)] +} + +fn properties(t: &Text, text_style_names: &[String]) -> PropSection { + PropSection { + title: "Geometry".into(), + props: vec![ + edit("Insert X", "ins_x", t.insertion_point.x), + edit("Insert Y", "ins_y", t.insertion_point.y), + edit("Insert Z", "ins_z", t.insertion_point.z), + edit("Height", "height", t.height), + edit("Rotation", "rotation", t.rotation.to_degrees()), + edit("Width Factor", "width_factor", t.width_factor), + edit( + "Oblique Angle", + "oblique_angle", + t.oblique_angle.to_degrees(), + ), + Property { + label: "H-Align".into(), + field: "h_align", + value: PropValue::Choice { + selected: text_halign_str(&t.horizontal_alignment).to_string(), + options: ["Left", "Center", "Right", "Aligned", "Middle", "Fit"] + .into_iter() + .map(str::to_string) + .collect(), + }, + }, + Property { + label: "V-Align".into(), + field: "v_align", + value: PropValue::Choice { + selected: text_valign_str(&t.vertical_alignment).to_string(), + options: ["Baseline", "Bottom", "Middle", "Top"] + .into_iter() + .map(str::to_string) + .collect(), + }, + }, + Property { + label: "Content".into(), + field: "content", + value: PropValue::EditText(t.value.clone()), + }, + Property { + label: "Style".into(), + field: "style", + value: PropValue::Choice { + selected: if t.style.trim().is_empty() { + "Standard".into() + } else { + t.style.clone() + }, + options: text_style_names.to_vec(), + }, + }, + ], + } +} + +fn apply_geom_prop(t: &mut Text, field: &str, value: &str) { + match field { + "content" => { + t.value = value.to_string(); + return; + } + "style" => { + t.style = value.to_string(); + return; + } + "h_align" => { + t.horizontal_alignment = match value { + "Left" => HA::Left, + "Center" => HA::Center, + "Right" => HA::Right, + "Aligned" => HA::Aligned, + "Middle" => HA::Middle, + "Fit" => HA::Fit, + _ => return, + }; + sync_text_alignment_point(t); + return; + } + "v_align" => { + t.vertical_alignment = match value { + "Baseline" => VA::Baseline, + "Bottom" => VA::Bottom, + "Middle" => VA::Middle, + "Top" => VA::Top, + _ => return, + }; + sync_text_alignment_point(t); + return; + } + _ => {} + } + let Some(v) = parse_f64(value) else { + return; + }; + match field { + "ins_x" => t.insertion_point.x = v, + "ins_y" => t.insertion_point.y = v, + "ins_z" => t.insertion_point.z = v, + "height" if v > 0.0 => t.height = v, + "rotation" => t.rotation = v.to_radians(), + "width_factor" if v > 0.0 => t.width_factor = v, + "oblique_angle" => t.oblique_angle = v.to_radians(), + _ => {} + } +} + +fn apply_grip(t: &mut Text, _grip_id: usize, apply: GripApply) { + match apply { + GripApply::Absolute(p) => { + t.insertion_point.x = p.x as f64; + t.insertion_point.y = p.y as f64; + t.insertion_point.z = p.z as f64; + } + GripApply::Translate(d) => { + t.insertion_point.x += d.x as f64; + t.insertion_point.y += d.y as f64; + t.insertion_point.z += d.z as f64; + } + } +} + +fn apply_transform(t: &mut Text, tr: &EntityTransform) { + crate::scene::transform::apply_standard_entity_transform(t, tr, |entity, p1, p2| { + crate::scene::transform::reflect_xy_point( + &mut entity.insertion_point.x, + &mut entity.insertion_point.y, + p1, + p2, + ); + if let Some(ref mut a) = entity.alignment_point { + crate::scene::transform::reflect_xy_point(&mut a.x, &mut a.y, p1, p2); + } + let dx = (p2.x - p1.x) as f64; + let dy = (p2.y - p1.y) as f64; + let line_angle = dy.atan2(dx); + entity.rotation = 2.0 * line_angle - entity.rotation; + entity.oblique_angle = -entity.oblique_angle; + }); +} + +impl TruckConvertible for Text { + fn to_truck(&self, document: &acadrust::CadDocument) -> Option { + Some(to_truck(self, document)) + } +} + +impl Grippable for Text { + fn grips(&self) -> Vec { + grips(self) + } + + fn apply_grip(&mut self, grip_id: usize, apply: GripApply) { + apply_grip(self, grip_id, apply); + } +} + +impl PropertyEditable for Text { + fn geometry_properties(&self, text_style_names: &[String]) -> PropSection { + properties(self, text_style_names) + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for Text { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/entities/text_support.rs b/src/entities/text_support.rs new file mode 100644 index 00000000..c1adf5e8 --- /dev/null +++ b/src/entities/text_support.rs @@ -0,0 +1,192 @@ +use acadrust::CadDocument; + +use crate::scene::cxf; + +pub struct ResolvedTextStyle { + pub font_name: String, + pub width_factor: f32, + pub oblique_angle: f32, +} + +pub fn resolve_text_style(style_name: &str, document: &CadDocument) -> ResolvedTextStyle { + let style = document.text_styles.iter().find(|entry| { + entry.name.eq_ignore_ascii_case(style_name) + || (style_name.trim().is_empty() && entry.name.eq_ignore_ascii_case("Standard")) + }); + + let font_name = if let Some(style) = style { + if !style.font_file.trim().is_empty() { + let file = style.font_file.trim(); + let basename = file.rsplit(['/', '\\']).next().unwrap_or(file); + let stem = basename.split('.').next().unwrap_or(basename).trim(); + if !stem.is_empty() { + stem.to_string() + } else if !style.true_type_font.trim().is_empty() { + style.true_type_font.trim().to_string() + } else if !style.name.trim().is_empty() { + style.name.trim().to_string() + } else { + "Standard".to_string() + } + } else if !style.true_type_font.trim().is_empty() { + style.true_type_font.trim().to_string() + } else if !style.name.trim().is_empty() { + style.name.trim().to_string() + } else { + "Standard".to_string() + } + } else if style_name.trim().is_empty() { + "Standard".to_string() + } else { + style_name.trim().to_string() + }; + + ResolvedTextStyle { + font_name, + width_factor: style.map(|s| s.width_factor as f32).unwrap_or(1.0), + oblique_angle: style.map(|s| s.oblique_angle as f32).unwrap_or(0.0), + } +} + +pub fn text_local_bounds( + font_name: &str, + text: &str, + height: f32, + width_factor: f32, + oblique_angle: f32, +) -> Option<([f32; 2], [f32; 2])> { + if text.is_empty() || height <= 0.0 { + return None; + } + + let font = cxf::get_font(font_name); + let scale = height / 9.0; + let wf = width_factor.clamp(0.01, 100.0); + let ob = oblique_angle.tan(); + let mut cursor_x = 0.0_f32; + let mut min_x = f32::INFINITY; + let mut max_x = f32::NEG_INFINITY; + let mut min_y = f32::INFINITY; + let mut max_y = f32::NEG_INFINITY; + + for ch in text.chars() { + if ch == ' ' { + cursor_x += font.word_spacing; + continue; + } + match font.glyph(ch) { + Some(glyph) => { + for stroke in &glyph.strokes { + for &[gx, gy] in stroke { + let sx = (cursor_x + gx) * scale * wf + gy * scale * ob; + let sy = gy * scale; + min_x = min_x.min(sx); + max_x = max_x.max(sx); + min_y = min_y.min(sy); + max_y = max_y.max(sy); + } + } + cursor_x += glyph.advance + font.letter_spacing; + } + None => { + cursor_x += 6.0 + font.letter_spacing; + } + } + } + + if min_x.is_finite() && min_y.is_finite() && max_x.is_finite() && max_y.is_finite() { + Some(([min_x, min_y], [max_x, max_y])) + } else { + None + } +} + +pub fn strip_mtext_codes(s: &str) -> String { + let mut out = String::with_capacity(s.len()); + let mut chars = s.chars().peekable(); + + while let Some(ch) = chars.next() { + match ch { + '\\' => match chars.peek().copied() { + Some('P') | Some('n') | Some('N') => { + chars.next(); + out.push('\n'); + } + Some('~') => { + chars.next(); + out.push(' '); + } + Some(c) if "pHWQTACcLOKlfFUu".contains(c) => { + chars.next(); + for c in chars.by_ref() { + if c == ';' { + break; + } + } + } + Some('\\') => { + chars.next(); + out.push('\\'); + } + Some('{') | Some('}') => { + out.push(chars.next().unwrap()); + } + _ => {} + }, + '{' | '}' => {} + '\r' => {} + other => out.push(other), + } + } + + out +} + +pub fn split_mtext_lines(s: &str) -> Vec { + s.split('\n') + .map(|l| l.trim().to_string()) + .filter(|l| !l.is_empty()) + .collect() +} + +pub fn word_wrap(text: &str, max_w: f32, scale: f32, font: &'static cxf::CxfFile) -> Vec { + if max_w <= 0.0 || text.is_empty() { + return vec![text.to_string()]; + } + + let glyph_w = |c: char| -> f32 { + if c == ' ' { + return font.word_spacing * scale; + } + font.glyph(c) + .map(|g| (g.advance + font.letter_spacing) * scale) + .unwrap_or(scale * 6.0) + }; + + let mut lines = Vec::new(); + let mut current = String::new(); + let mut current_w = 0.0_f32; + + for word in text.split(' ') { + let word_w: f32 = word.chars().map(glyph_w).sum(); + let space_w = if current.is_empty() { + 0.0 + } else { + glyph_w(' ') + }; + if !current.is_empty() && current_w + space_w + word_w > max_w { + lines.push(std::mem::take(&mut current)); + current_w = 0.0; + } + if !current.is_empty() { + current.push(' '); + current_w += space_w; + } + current.push_str(word); + current_w += word_w; + } + if !current.is_empty() { + lines.push(current); + } + lines +} diff --git a/src/entities/traits.rs b/src/entities/traits.rs new file mode 100644 index 00000000..00fa94fd --- /dev/null +++ b/src/entities/traits.rs @@ -0,0 +1,195 @@ +use acadrust::{CadDocument, EntityType}; + +use crate::command::EntityTransform; +use crate::scene::acad_to_truck::TruckEntity; +use crate::scene::object::{GripApply, GripDef, PropSection}; + +pub trait TruckConvertible { + fn to_truck(&self, document: &CadDocument) -> Option; +} + +pub trait Grippable { + fn grips(&self) -> Vec; + fn apply_grip(&mut self, grip_id: usize, apply: GripApply); +} + +pub trait PropertyEditable { + fn geometry_properties(&self, text_style_names: &[String]) -> PropSection; + fn apply_geom_prop(&mut self, field: &str, value: &str); +} + +pub trait Transformable { + fn apply_transform(&mut self, t: &EntityTransform); +} + +pub trait EntityTypeOps { + fn to_truck_entity(&self, document: &CadDocument) -> Option; + fn grips(&self) -> Vec; + fn geometry_properties(&self, text_style_names: &[String]) -> Option; + fn apply_geom_prop(&mut self, field: &str, value: &str); + fn apply_grip(&mut self, grip_id: usize, apply: GripApply); + fn apply_transform(&mut self, t: &EntityTransform); +} + +impl EntityTypeOps for EntityType { + fn to_truck_entity(&self, document: &CadDocument) -> Option { + match self { + EntityType::Point(pt) => TruckConvertible::to_truck(pt, document), + EntityType::Line(line) => TruckConvertible::to_truck(line, document), + EntityType::Circle(circle) => TruckConvertible::to_truck(circle, document), + EntityType::Arc(arc) => TruckConvertible::to_truck(arc, document), + EntityType::Ellipse(ellipse) => TruckConvertible::to_truck(ellipse, document), + EntityType::Spline(spline) => TruckConvertible::to_truck(spline, document), + EntityType::LwPolyline(pline) => TruckConvertible::to_truck(pline, document), + EntityType::Text(text) => TruckConvertible::to_truck(text, document), + EntityType::MText(text) => TruckConvertible::to_truck(text, document), + EntityType::Leader(leader) => TruckConvertible::to_truck(leader, document), + EntityType::MultiLeader(ml) => TruckConvertible::to_truck(ml, document), + _ => None, + } + } + + fn grips(&self) -> Vec { + match self { + EntityType::Line(line) => Grippable::grips(line), + EntityType::Circle(circle) => Grippable::grips(circle), + EntityType::Arc(arc) => Grippable::grips(arc), + EntityType::Ellipse(ellipse) => Grippable::grips(ellipse), + EntityType::LwPolyline(pline) => Grippable::grips(pline), + EntityType::Point(pt) => Grippable::grips(pt), + EntityType::Spline(spline) => Grippable::grips(spline), + EntityType::Text(text) => Grippable::grips(text), + EntityType::MText(text) => Grippable::grips(text), + EntityType::Viewport(vp) => Grippable::grips(vp), + EntityType::Insert(ins) => Grippable::grips(ins), + EntityType::Leader(leader) => Grippable::grips(leader), + EntityType::MultiLeader(ml) => Grippable::grips(ml), + _ => vec![], + } + } + + fn geometry_properties(&self, text_style_names: &[String]) -> Option { + match self { + EntityType::Line(line) => Some(PropertyEditable::geometry_properties( + line, + text_style_names, + )), + EntityType::Circle(circle) => Some(PropertyEditable::geometry_properties( + circle, + text_style_names, + )), + EntityType::Arc(arc) => { + Some(PropertyEditable::geometry_properties(arc, text_style_names)) + } + EntityType::Ellipse(ellipse) => Some(PropertyEditable::geometry_properties( + ellipse, + text_style_names, + )), + EntityType::LwPolyline(pline) => Some(PropertyEditable::geometry_properties( + pline, + text_style_names, + )), + EntityType::Hatch(hatch) => Some(PropertyEditable::geometry_properties( + hatch, + text_style_names, + )), + EntityType::Point(pt) => { + Some(PropertyEditable::geometry_properties(pt, text_style_names)) + } + EntityType::Spline(spline) => Some(PropertyEditable::geometry_properties( + spline, + text_style_names, + )), + EntityType::Text(text) => Some(PropertyEditable::geometry_properties( + text, + text_style_names, + )), + EntityType::MText(text) => Some(PropertyEditable::geometry_properties( + text, + text_style_names, + )), + EntityType::Viewport(vp) => { + Some(PropertyEditable::geometry_properties(vp, text_style_names)) + } + EntityType::Insert(ins) => { + Some(PropertyEditable::geometry_properties(ins, text_style_names)) + } + EntityType::Dimension(dim) => Some(PropertyEditable::geometry_properties( + dim, + text_style_names, + )), + EntityType::Leader(leader) => Some(PropertyEditable::geometry_properties( + leader, + text_style_names, + )), + EntityType::MultiLeader(ml) => Some(PropertyEditable::geometry_properties( + ml, + text_style_names, + )), + _ => None, + } + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + match self { + EntityType::Line(line) => PropertyEditable::apply_geom_prop(line, field, value), + EntityType::Circle(circle) => PropertyEditable::apply_geom_prop(circle, field, value), + EntityType::Arc(arc) => PropertyEditable::apply_geom_prop(arc, field, value), + EntityType::Ellipse(ellipse) => { + PropertyEditable::apply_geom_prop(ellipse, field, value) + } + EntityType::LwPolyline(pline) => PropertyEditable::apply_geom_prop(pline, field, value), + EntityType::Hatch(hatch) => PropertyEditable::apply_geom_prop(hatch, field, value), + EntityType::Point(pt) => PropertyEditable::apply_geom_prop(pt, field, value), + EntityType::Spline(spline) => PropertyEditable::apply_geom_prop(spline, field, value), + EntityType::Text(text) => PropertyEditable::apply_geom_prop(text, field, value), + EntityType::MText(text) => PropertyEditable::apply_geom_prop(text, field, value), + EntityType::Viewport(vp) => PropertyEditable::apply_geom_prop(vp, field, value), + EntityType::Insert(ins) => PropertyEditable::apply_geom_prop(ins, field, value), + EntityType::Dimension(dim) => PropertyEditable::apply_geom_prop(dim, field, value), + EntityType::Leader(leader) => PropertyEditable::apply_geom_prop(leader, field, value), + EntityType::MultiLeader(ml) => PropertyEditable::apply_geom_prop(ml, field, value), + _ => {} + } + } + + fn apply_grip(&mut self, grip_id: usize, apply: GripApply) { + match self { + EntityType::Line(line) => Grippable::apply_grip(line, grip_id, apply), + EntityType::Circle(circle) => Grippable::apply_grip(circle, grip_id, apply), + EntityType::Arc(arc) => Grippable::apply_grip(arc, grip_id, apply), + EntityType::Ellipse(ellipse) => Grippable::apply_grip(ellipse, grip_id, apply), + EntityType::LwPolyline(pline) => Grippable::apply_grip(pline, grip_id, apply), + EntityType::Point(pt) => Grippable::apply_grip(pt, grip_id, apply), + EntityType::Spline(spline) => Grippable::apply_grip(spline, grip_id, apply), + EntityType::Text(text) => Grippable::apply_grip(text, grip_id, apply), + EntityType::MText(text) => Grippable::apply_grip(text, grip_id, apply), + EntityType::Viewport(vp) => Grippable::apply_grip(vp, grip_id, apply), + EntityType::Insert(ins) => Grippable::apply_grip(ins, grip_id, apply), + EntityType::Leader(leader) => Grippable::apply_grip(leader, grip_id, apply), + EntityType::MultiLeader(ml) => Grippable::apply_grip(ml, grip_id, apply), + _ => {} + } + } + + fn apply_transform(&mut self, t: &EntityTransform) { + match self { + EntityType::Arc(arc) => Transformable::apply_transform(arc, t), + EntityType::Circle(circle) => Transformable::apply_transform(circle, t), + EntityType::Ellipse(ellipse) => Transformable::apply_transform(ellipse, t), + EntityType::Hatch(hatch) => Transformable::apply_transform(hatch, t), + EntityType::Insert(ins) => Transformable::apply_transform(ins, t), + EntityType::Line(line) => Transformable::apply_transform(line, t), + EntityType::LwPolyline(pline) => Transformable::apply_transform(pline, t), + EntityType::MText(text) => Transformable::apply_transform(text, t), + EntityType::Point(pt) => Transformable::apply_transform(pt, t), + EntityType::Spline(spline) => Transformable::apply_transform(spline, t), + EntityType::Text(text) => Transformable::apply_transform(text, t), + EntityType::Viewport(vp) => Transformable::apply_transform(vp, t), + EntityType::Dimension(dim) => Transformable::apply_transform(dim, t), + EntityType::Leader(leader) => Transformable::apply_transform(leader, t), + EntityType::MultiLeader(ml) => Transformable::apply_transform(ml, t), + _ => {} + } + } +} diff --git a/src/entities/viewport.rs b/src/entities/viewport.rs new file mode 100644 index 00000000..5935e735 --- /dev/null +++ b/src/entities/viewport.rs @@ -0,0 +1,118 @@ +use acadrust::entities::Viewport; +use glam::Vec3; + +use crate::command::EntityTransform; +use crate::entities::common::{diamond_grip, edit_prop as edit, parse_f64, square_grip}; +use crate::entities::traits::{Grippable, PropertyEditable, Transformable}; +use crate::scene::object::{GripApply, GripDef, PropSection}; + +fn grips(vp: &Viewport) -> Vec { + let cx = vp.center.x as f32; + let cy = vp.center.y as f32; + let cz = vp.center.z as f32; + let hw = (vp.width / 2.0) as f32; + let hh = (vp.height / 2.0) as f32; + vec![ + diamond_grip(0, Vec3::new(cx, cy, cz)), + square_grip(1, Vec3::new(cx + hw, cy + hh, cz)), + square_grip(2, Vec3::new(cx - hw, cy + hh, cz)), + square_grip(3, Vec3::new(cx - hw, cy - hh, cz)), + square_grip(4, Vec3::new(cx + hw, cy - hh, cz)), + ] +} + +fn properties(vp: &Viewport) -> PropSection { + PropSection { + title: "Geometry".into(), + props: vec![ + edit("Center X", "center_x", vp.center.x), + edit("Center Y", "center_y", vp.center.y), + edit("Center Z", "center_z", vp.center.z), + edit("Width", "vp_w", vp.width), + edit("Height", "vp_h", vp.height), + edit("Scale", "vscale", vp.custom_scale), + edit("Target X", "vtgt_x", vp.view_target.x), + edit("Target Z", "vtgt_z", vp.view_target.z), + ], + } +} + +fn apply_geom_prop(vp: &mut Viewport, field: &str, value: &str) { + let Some(v) = parse_f64(value) else { + return; + }; + match field { + "center_x" => vp.center.x = v, + "center_y" => vp.center.y = v, + "center_z" => vp.center.z = v, + "vp_w" if v > 0.0 => vp.width = v, + "vp_h" if v > 0.0 => vp.height = v, + "vscale" if v > 0.0 => vp.custom_scale = v, + "vtgt_x" => vp.view_target.x = v, + "vtgt_z" => vp.view_target.z = v, + _ => {} + } +} + +fn apply_grip(vp: &mut Viewport, grip_id: usize, apply: GripApply) { + match (grip_id, apply) { + (0, GripApply::Translate(d)) => { + vp.center.x += d.x as f64; + vp.center.y += d.y as f64; + vp.center.z += d.z as f64; + } + (0, GripApply::Absolute(p)) => { + vp.center.x = p.x as f64; + vp.center.y = p.y as f64; + vp.center.z = p.z as f64; + } + (1..=4, GripApply::Absolute(p)) => { + let new_hw = (p.x as f64 - vp.center.x).abs(); + let new_hh = (p.y as f64 - vp.center.y).abs(); + if new_hw > 0.01 { + vp.width = new_hw * 2.0; + } + if new_hh > 0.01 { + vp.height = new_hh * 2.0; + } + } + _ => {} + } +} + +fn apply_transform(vp: &mut Viewport, t: &EntityTransform) { + crate::scene::transform::apply_standard_entity_transform(vp, t, |entity, p1, p2| { + crate::scene::transform::reflect_xy_point( + &mut entity.center.x, + &mut entity.center.y, + p1, + p2, + ); + }); +} + +impl Grippable for Viewport { + fn grips(&self) -> Vec { + grips(self) + } + + fn apply_grip(&mut self, grip_id: usize, apply: GripApply) { + apply_grip(self, grip_id, apply); + } +} + +impl PropertyEditable for Viewport { + fn geometry_properties(&self, _text_style_names: &[String]) -> PropSection { + properties(self) + } + + fn apply_geom_prop(&mut self, field: &str, value: &str) { + apply_geom_prop(self, field, value); + } +} + +impl Transformable for Viewport { + fn apply_transform(&mut self, t: &EntityTransform) { + apply_transform(self, t); + } +} diff --git a/src/io/mod.rs b/src/io/mod.rs new file mode 100644 index 00000000..b36260d9 --- /dev/null +++ b/src/io/mod.rs @@ -0,0 +1,121 @@ +// I/O module — open and save CAD documents. +// +// All file reading/writing goes through acadrust. +// Default save format: DWG (AC1032 / R2018+). + +use acadrust::io::dwg::DwgReader; +use acadrust::{CadDocument, DwgWriter, DxfReader, DxfWriter}; +use std::path::{Path, PathBuf}; + +// ── Open ────────────────────────────────────────────────────────────────── + +/// Show a file-open dialog and load the selected DWG or DXF file. +/// Returns `(filename, path, document)` or an error string. +pub async fn pick_and_open() -> Result<(String, PathBuf, CadDocument), String> { + let handle = rfd::AsyncFileDialog::new() + .set_title("Open CAD file") + .add_filter("CAD Files", &["dwg", "dxf", "DWG", "DXF"]) + .add_filter("DWG Files", &["dwg", "DWG"]) + .add_filter("DXF Files", &["dxf", "DXF"]) + .add_filter("All Files", &["*"]) + .pick_file() + .await; + + let handle = match handle { + Some(h) => h, + None => return Err("Cancelled".into()), + }; + + let path = handle.path().to_path_buf(); + open_path(path).await +} + +/// Load a CAD file from a known path (used by recent files). +pub async fn open_path(path: PathBuf) -> Result<(String, PathBuf, CadDocument), String> { + let name = path + .file_name() + .map(|n| n.to_string_lossy().into_owned()) + .unwrap_or_else(|| "unknown".into()); + let doc = load_file(&path)?; + Ok((name, path, doc)) +} + +/// Load a DWG or DXF file directly from a path (auto-detect by extension). +pub fn load_file(path: &Path) -> Result { + let ext = path + .extension() + .map(|e| e.to_string_lossy().to_lowercase()) + .unwrap_or_default(); + + match ext.as_str() { + "dwg" => { + let mut reader = DwgReader::from_file(path).map_err(|e| e.to_string())?; + reader.read().map_err(|e| e.to_string()) + } + "dxf" => DxfReader::from_file(path) + .map_err(|e| e.to_string())? + .read() + .map_err(|e| e.to_string()), + _ => Err(format!("Unsupported file format: .{ext}")), + } +} + +// ── Save dialog ─────────────────────────────────────────────────────────── + +/// Show a save-file dialog listing all DWG and DXF version filters. +/// DWG versions appear first; format is auto-detected from the returned extension. +pub async fn pick_save_path() -> Option { + let dwg_filters: &[(&str, &[&str])] = &[ + ("DWG Files (2018)", &["dwg"]), + ("DWG Files (2013)", &["dwg"]), + ("DWG Files (2010)", &["dwg"]), + ("DWG Files (2007)", &["dwg"]), + ("DWG Files (2004)", &["dwg"]), + ("DWG Files (2000)", &["dwg"]), + ("DWG Files (R14)", &["dwg"]), + ("DWG Files (R13)", &["dwg"]), + ]; + let dxf_filters: &[(&str, &[&str])] = &[ + ("DXF Files (2018)", &["dxf"]), + ("DXF Files (2013)", &["dxf"]), + ("DXF Files (2010)", &["dxf"]), + ("DXF Files (2007)", &["dxf"]), + ("DXF Files (2004)", &["dxf"]), + ("DXF Files (2000)", &["dxf"]), + ("DXF Files (R14)", &["dxf"]), + ("DXF Files (R13)", &["dxf"]), + ]; + + let mut dlg = rfd::AsyncFileDialog::new() + .set_title("Save As") + .set_file_name("drawing.dwg"); + for (label, exts) in dwg_filters.iter().chain(dxf_filters.iter()) { + dlg = dlg.add_filter(*label, *exts); + } + dlg.save_file().await.map(|h| h.path().to_path_buf()) +} + +// ── Save ────────────────────────────────────────────────────────────────── + +/// Save the document to the given path. +/// Format is auto-detected from the extension (dwg / dxf). +pub fn save(doc: &CadDocument, path: &Path) -> Result<(), String> { + let ext = path + .extension() + .map(|e| e.to_string_lossy().to_lowercase()) + .unwrap_or_default(); + match ext.as_str() { + "dxf" => save_dxf(doc, path), + _ => save_dwg(doc, path), + } +} + +pub fn save_dwg(doc: &CadDocument, path: &Path) -> Result<(), String> { + DwgWriter::write_to_file(path, doc).map_err(|e| e.to_string()) +} + +pub fn save_dxf(doc: &CadDocument, path: &Path) -> Result<(), String> { + DxfWriter::new(doc) + .write_to_file(path) + .map_err(|e| e.to_string()) +} diff --git a/src/linetypes.rs b/src/linetypes.rs new file mode 100644 index 00000000..04619623 --- /dev/null +++ b/src/linetypes.rs @@ -0,0 +1,372 @@ +//! H7CAD linetype catalog — loaded from `assets/linetypes/H7CAD.lin`. +//! +//! Call [`populate_document`] to add all standard linetypes to a new document. +//! Linetypes that already exist in the document are skipped. +//! +//! [`complex_lt`] returns the complex segment catalog for CPU-side rendering. + +use std::collections::HashMap; +use std::sync::OnceLock; + +use acadrust::tables::linetype::{LineType, LineTypeElement}; +use acadrust::{CadDocument, TableEntry}; + +// ── Complex linetype types ──────────────────────────────────────────────── + +/// One element in a complex linetype pattern. +#[derive(Clone, Debug)] +pub enum LtSegment { + /// Draw a dash of this length (world units). + Dash(f32), + /// Skip a gap of this length (world units). + Space(f32), + /// Draw a dot (zero-length element, rendered as a tiny mark). + Dot, + /// Draw a CXF shape at the current pen position. + Shape { + /// Shape name — looked up in `scene::cxf`. + name: String, + /// X offset along the linetype direction (can be negative). + x: f32, + /// Y offset perpendicular to the linetype direction. + y: f32, + /// Scale factor applied to the CXF coordinates. + scale: f32, + /// Optional rotation in degrees (0 = along the line). + rot_deg: f32, + }, +} + +/// A complex linetype — ordered elements for one pattern repeat. +#[derive(Clone, Debug)] +pub struct ComplexLt { + pub segments: Vec, +} + +static COMPLEX_CATALOG: OnceLock> = OnceLock::new(); + +/// Look up a complex linetype by name (case-insensitive). +/// Returns `None` for simple (dash-only) linetypes or unknown names. +pub fn complex_lt(name: &str) -> Option<&'static ComplexLt> { + COMPLEX_CATALOG + .get_or_init(|| parse_complex(LIN_SOURCE)) + .get(&name.to_ascii_uppercase()) +} + +const LIN_SOURCE: &str = include_str!("../assets/linetypes/H7CAD.lin"); + +// ── Pattern art extraction ──────────────────────────────────────────────── + +/// Extract the ASCII-art portion of a LIN description. +/// +/// LIN descriptions look like `"Dashed __ __ __ __"` or `"ISO dot . . . ."`. +/// This function returns the trailing pattern string (e.g. `"__ __ __ __"`). +pub fn extract_pattern(desc: &str) -> String { + // Patterns that use dashes start with `__`. + if let Some(pos) = desc.find("__") { + let start = desc[..pos].rfind(' ').map(|p| p + 1).unwrap_or(0); + return desc[start..].trim().to_string(); + } + // Dot-only patterns: look for `. .` sequence. + if let Some(pos) = desc.find(". .") { + let start = desc[..pos].rfind(' ').map(|p| p + 1).unwrap_or(0); + return desc[start..].trim().to_string(); + } + // Fallback: return the whole description. + desc.trim().to_string() +} + +// ── Public API ──────────────────────────────────────────────────────────── + +/// Add all standard H7CAD linetypes to `doc`, skipping existing ones. +pub fn populate_document(doc: &mut CadDocument) { + for mut lt in parse(LIN_SOURCE) { + if !doc.line_types.contains(<.name) { + lt.set_handle(doc.allocate_handle()); + doc.line_types.add(lt).ok(); + } + } +} + +/// Names of all linetypes that will be in the document after [`populate_document`]. +#[allow(dead_code)] +pub fn name_list() -> Vec { + let mut names = vec![ + "ByLayer".to_string(), + "ByBlock".to_string(), + "Continuous".to_string(), + ]; + for lt in parse(LIN_SOURCE) { + names.push(lt.name); + } + names +} + +// ── Parser ──────────────────────────────────────────────────────────────── + +/// Parse a `.lin` file and return all simple linetypes found. +fn parse(src: &str) -> Vec { + let mut result = Vec::new(); + let mut current: Option<(String, String)> = None; // (name, description) + + for raw in src.lines() { + let line = raw.trim(); + + // Skip comments and blank lines. + if line.is_empty() || line.starts_with(";;") { + continue; + } + + if let Some(rest) = line.strip_prefix('*') { + // New pattern header: *NAME,Description + if let Some((name, desc)) = rest.split_once(',') { + current = Some((name.trim().to_string(), desc.trim().to_string())); + } + } else if line.to_ascii_uppercase().starts_with('A') { + // Element line: A,v1,v2,... + let Some((name, desc)) = current.take() else { + continue; + }; + + let after_a = match line[1..].trim_start().strip_prefix(',') { + Some(s) => s, + None => continue, + }; + + let elements = parse_elements(after_a); + let pattern_length: f64 = elements.iter().map(|e| e.length.abs()).sum(); + + let mut lt = LineType::new(&name); + lt.description = desc; + lt.pattern_length = pattern_length; + for e in elements { + lt.add_element(e); + } + result.push(lt); + } + } + + result +} + +/// Parse the comma-separated element values after `A,`. +/// Complex elements `[...]` are skipped; only plain numbers are used. +fn parse_elements(s: &str) -> Vec { + let mut elements = Vec::new(); + let mut chars = s.chars().peekable(); + let mut token = String::new(); + + while let Some(&c) = chars.peek() { + if c == '[' { + // Skip entire complex element including nested brackets. + let mut depth = 0usize; + for ch in chars.by_ref() { + if ch == '[' { + depth += 1; + } else if ch == ']' { + depth -= 1; + if depth == 0 { + break; + } + } + } + // Consume trailing comma if present. + if chars.peek() == Some(&',') { + chars.next(); + } + continue; + } + + if c == ',' { + chars.next(); + push_element(&token, &mut elements); + token.clear(); + } else { + token.push(c); + chars.next(); + } + } + push_element(&token, &mut elements); + + elements +} + +fn push_element(token: &str, out: &mut Vec) { + let t = token.trim(); + if t.is_empty() { + return; + } + if let Ok(v) = t.parse::() { + let elem = if v > 0.0 { + LineTypeElement::dash(v) + } else if v < 0.0 { + LineTypeElement::space(v.abs()) + } else { + LineTypeElement::dot() + }; + out.push(elem); + } +} + +// ── Complex linetype parser ─────────────────────────────────────────────── + +/// Parse the LIN source and return a catalog of complex linetypes. +/// A linetype is "complex" when its A-line contains at least one `[SHAPE,...]` +/// element. Simple (dash-only) linetypes are excluded. +fn parse_complex(src: &str) -> HashMap { + let mut catalog: HashMap = HashMap::new(); + let mut current: Option<(String, String)> = None; // (name, description) + + for raw in src.lines() { + let line = raw.trim(); + if line.is_empty() || line.starts_with(";;") { + continue; + } + + if let Some(rest) = line.strip_prefix('*') { + if let Some((name, desc)) = rest.split_once(',') { + current = Some((name.trim().to_string(), desc.trim().to_string())); + } + } else if line.to_ascii_uppercase().starts_with('A') { + let Some((name, _desc)) = current.take() else { + continue; + }; + + let after_a = match line[1..].trim_start().strip_prefix(',') { + Some(s) => s, + None => continue, + }; + + // Only collect linetypes that contain a shape element. + if !after_a.contains('[') { + continue; + } + + let segments = parse_complex_elements(after_a); + if segments.is_empty() { + continue; + } + + catalog.insert(name.to_ascii_uppercase(), ComplexLt { segments }); + } + } + catalog +} + +/// Parse complex A-line elements into `LtSegment`s. +/// Shape elements: `[SHAPENAME,fontfile,x=v,y=v,s=v,r=v]` +/// Text elements: `["TEXT",font,...]` — skipped (returns no segment). +fn parse_complex_elements(s: &str) -> Vec { + let mut segs = Vec::new(); + let mut chars = s.chars().peekable(); + let mut token = String::new(); + + while let Some(&c) = chars.peek() { + if c == '[' { + // Flush any pending numeric token. + push_lt_segment(&token, &mut segs); + token.clear(); + + // Read the entire bracketed element. + let mut depth = 0usize; + let mut inner = String::new(); + for ch in chars.by_ref() { + if ch == '[' { + depth += 1; + if depth > 1 { + inner.push(ch); + } + } else if ch == ']' { + depth -= 1; + if depth == 0 { + break; + } + inner.push(ch); + } else { + inner.push(ch); + } + } + // Consume trailing comma. + if chars.peek() == Some(&',') { + chars.next(); + } + + if let Some(seg) = parse_shape_element(&inner) { + segs.push(seg); + } + } else if c == ',' { + chars.next(); + push_lt_segment(&token, &mut segs); + token.clear(); + } else { + token.push(c); + chars.next(); + } + } + push_lt_segment(&token, &mut segs); + segs +} + +/// Try to parse `SHAPENAME,font,x=v,s=v,r=v` into an `LtSegment::Shape`. +/// Text elements (start with `"`) are skipped → `None`. +fn parse_shape_element(inner: &str) -> Option { + let inner = inner.trim(); + // Skip text elements. + if inner.starts_with('"') { + return None; + } + + let mut parts = inner.split(','); + let name = parts.next()?.trim().to_string(); + if name.is_empty() { + return None; + } + + let mut x = 0.0f32; + let mut y = 0.0f32; + let mut scale = 1.0f32; + let mut rot_deg = 0.0f32; + + for part in parts { + let p = part.trim(); + if let Some(v) = p.strip_prefix("x=").or_else(|| p.strip_prefix("X=")) { + x = v.parse().unwrap_or(0.0); + } else if let Some(v) = p.strip_prefix("y=").or_else(|| p.strip_prefix("Y=")) { + y = v.parse().unwrap_or(0.0); + } else if let Some(v) = p.strip_prefix("s=").or_else(|| p.strip_prefix("S=")) { + scale = v.parse().unwrap_or(1.0); + } else if let Some(v) = p + .strip_prefix("r=") + .or_else(|| p.strip_prefix("R=")) + .or_else(|| p.strip_prefix("u=")) + .or_else(|| p.strip_prefix("U=")) + { + rot_deg = v.parse().unwrap_or(0.0); + } + } + + Some(LtSegment::Shape { + name, + x, + y, + scale, + rot_deg, + }) +} + +fn push_lt_segment(token: &str, out: &mut Vec) { + let t = token.trim(); + if t.is_empty() { + return; + } + if let Ok(v) = t.parse::() { + let seg = if v > 0.0 { + LtSegment::Dash(v) + } else if v < 0.0 { + LtSegment::Space(v.abs()) + } else { + LtSegment::Dot + }; + out.push(seg); + } +} diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 00000000..c1d29774 --- /dev/null +++ b/src/main.rs @@ -0,0 +1,4523 @@ +mod command; +mod entities; +mod io; +mod linetypes; +mod modules; +mod patterns; +mod scene; +mod snap; +mod ui; + +use acadrust::types::{Color as AcadColor, LineWeight}; +use acadrust::{CadDocument, EntityType, Handle}; +use command::{CadCommand, CmdResult}; +use modules::ModuleEvent; +use scene::dispatch; +use scene::grip::{find_hit_grip, grips_to_screen, GripEdit}; +use scene::object::GripApply; +use snap::{SnapResult, Snapper}; +use std::collections::HashSet; +use std::path::PathBuf; + +use scene::{CubeRegion, Scene, VIEWCUBE_DRAW_PX, VIEWCUBE_PAD, VIEWCUBE_PX}; +use ui::{overlay, AppMenu, CommandLine, LayerPanel, PropertiesPanel, Ribbon, StatusBar}; + +use iced::time::Instant; +use iced::widget::{button, column, container, mouse_area, row, shader, stack, text, Row}; +use iced::window; +use iced::{mouse, Background, Border, Color, Element, Fill, Point, Subscription, Task, Theme}; + +const VIEWCUBE_HIT_SIZE: f32 = VIEWCUBE_DRAW_PX; +const POLY_START_DELAY_MS: u128 = 150; +const VARIES_LABEL: &str = "*VARIES*"; + +/// Parse a typed coordinate string into a world-space Vec3. +/// Accepts "x,y" → Vec3(x, 0, y) (XZ drawing plane, Y-up) +/// "x,y,z"→ Vec3(x, y, z) (full 3D) +/// Separators: comma or semicolon; decimal point or decimal comma. +fn parse_coord(text: &str) -> Option { + // Split on comma or semicolon, ignore spaces. + let parts: Vec = text + .split(|c| c == ',' || c == ';') + .map(|s| s.trim().replace(',', ".")) + .filter_map(|s| s.parse().ok()) + .collect(); + match parts.as_slice() { + [x, y] => Some(glam::Vec3::new(*x, *y, 0.0)), + [x, y, z] => Some(glam::Vec3::new(*x, *y, *z)), + _ => None, + } +} + +fn angle_close(a: f32, b: f32, tol: f32) -> bool { + let diff = (a - b).rem_euclid(std::f32::consts::TAU); + let diff = if diff > std::f32::consts::PI { + diff - std::f32::consts::TAU + } else { + diff + }; + diff.abs() < tol +} + +fn main() -> iced::Result { + iced::daemon(H7CAD::boot, H7CAD::update, H7CAD::view) + .subscription(H7CAD::subscription) + .title(|state: &H7CAD, window_id: window::Id| { + if Some(window_id) == state.layer_window { + "Layer Properties Manager".to_string() + } else if let Some(tab) = state.tabs.get(state.active_tab) { + let dot = if tab.dirty { "● " } else { "" }; + let name = tab.tab_display_name(); + format!("{}H7CAD — {}", dot, name) + } else { + "H7CAD".to_string() + } + }) + .theme(Theme::Dark) + .run() +} + +// ── Per-document tab state ───────────────────────────────────────────────── + +struct DocumentTab { + scene: Scene, + current_path: Option, + dirty: bool, + tab_title: String, + properties: PropertiesPanel, + layers: LayerPanel, + active_cmd: Option>, + last_cmd: Option, + snap_result: Option, + active_grip: Option, + selected_grips: Vec, + selected_handle: Option, + wireframe: bool, + visual_style: String, + last_cursor_world: glam::Vec3, + history: HistoryState, + active_layer: String, +} + +impl DocumentTab { + fn new_drawing(n: usize) -> Self { + let mut scene = Scene::new(); + linetypes::populate_document(&mut scene.document); + Self { + scene, + current_path: None, + dirty: false, + tab_title: format!("Drawing{}", n), + properties: PropertiesPanel::empty(), + layers: LayerPanel::default(), + active_cmd: None, + last_cmd: None, + snap_result: None, + active_grip: None, + selected_grips: vec![], + selected_handle: None, + wireframe: false, + visual_style: "Shaded".into(), + last_cursor_world: glam::Vec3::ZERO, + history: HistoryState::default(), + active_layer: "0".to_string(), + } + } + + fn tab_display_name(&self) -> String { + match &self.current_path { + Some(p) => p + .file_name() + .unwrap_or_default() + .to_string_lossy() + .to_string(), + None => self.tab_title.clone(), + } + } +} + +#[derive(Clone)] +struct HistorySnapshot { + document: CadDocument, + current_layout: String, + selected: Vec, + dirty: bool, + label: String, +} + +#[derive(Default)] +struct HistoryState { + undo_stack: Vec, + redo_stack: Vec, +} + +// ── Application state ────────────────────────────────────────────────────── + +struct H7CAD { + start: Instant, + tabs: Vec, + active_tab: usize, + tab_counter: usize, + ribbon: Ribbon, + app_menu: AppMenu, + command_line: CommandLine, + status_bar: StatusBar, + cursor_pos: Point, + vp_size: (f32, f32), + snapper: Snapper, + snap_popup_open: bool, + /// Whether Tangent snap was enabled before a tangent-pick command started. + pre_cmd_tangent: Option, + /// Orthogonal drawing constraint (F8): constrains picks to 0°/90°/180°/270°. + ortho_mode: bool, + /// Polar tracking (F10): constrains picks to 45° angle increments. + polar_mode: bool, + /// Show grid lines in the viewport (F7). + show_grid: bool, + /// Last point committed by a drawing command — used as ortho/polar base. + last_point: Option, + /// OS window Id for the floating Layer Properties Manager (None when closed). + layer_window: Option, + /// OS window Id of the primary application window. + main_window: Option, + /// In-memory clipboard: cloned entities waiting to be pasted. + clipboard: Vec, + /// Centroid of the clipboard entities (XZ plane, Y-up). + clipboard_centroid: glam::Vec3, +} + +#[derive(Debug, Clone)] +pub enum Message { + Tick(Instant), + OpenFile, + FileOpened(Result<(String, PathBuf, CadDocument), String>), + SaveFile, + SaveAs, + PickedSavePath(Option), + ClearScene, + SetWireframe(bool), + /// Switch camera projection: true = Orthographic, false = Perspective. + SetProjection(bool), + /// Select a ribbon module tab by index. + RibbonSelectTab(usize), + /// A ribbon tool button was clicked — highlights the tool and dispatches its event. + RibbonToolClick { + tool_id: String, + event: ModuleEvent, + }, + // ── Application menu ────────────────────────────────────────────────── + ToggleAppMenu, + CloseAppMenu, + /// Close the menu and immediately dispatch a CAD command. + CloseAppMenuAndRun(String), + AppMenuSearch(String), + // ── Document tabs ────────────────────────────────────────────────────── + /// Create a new empty document tab. + TabNew, + /// Switch to the given tab index. + TabSwitch(usize), + /// Close the given tab index. + TabClose(usize), + // ───────────────────────────────────────────────────────────────────── + CommandInput(String), + CommandSubmit, + Command(String), + ToggleLayers, + /// Emitted when the main application window has been opened (daemon boot). + MainWindowOpened(window::Id), + /// Emitted when the layer window has been successfully opened. + LayerWindowOpened(window::Id), + LayerToggleVisible(usize), + LayerToggleLock(usize), + LayerToggleFreeze(usize), + LayerNew, + LayerDelete, + LayerSetCurrent, + LayerSelect(usize), + LayerRenameStart(usize), + LayerRenameEdit(String), + LayerColorPickerToggle(usize), + LayerColorMorePalette, + LayerColorSet(u8), + LayerLinetypeSet(String), + LayerLineweightSet(LineWeight), + LayerTransparencyEdit(usize, String), + LayerRenameCommit, + CursorMoved(Point), + ViewportClick, + ViewportMove(Point), + ViewportLeftPress, + ViewportLeftRelease, + ViewportRightPress, + ViewportRightRelease, + ViewportMiddlePress, + ViewportMiddleRelease, + ViewportScroll(mouse::ScrollDelta), + ViewportExit, + ViewCubeSnap(CubeRegion), + WindowResized(f32, f32), + /// Enter pressed globally — finalises the active command (no text-input involvement). + CommandFinalize, + /// Escape pressed globally — cancels the active command. + CommandEscape, + /// Toggle the global snap on/off (OSNAP button body click). + ToggleSnapEnabled, + /// Toggle grid-snap on/off — F9 / SNAP status-bar button. + ToggleGridSnap, + /// Toggle grid display in the viewport — F7 / GRID status-bar button. + ToggleGrid, + /// Toggle orthogonal drawing constraint — F8 / ORTHO status-bar button. + ToggleOrtho, + /// Toggle polar-angle constraint (45° increments) — F10 / POLAR status-bar button. + TogglePolar, + /// Toggle an individual snap mode (from popup row click). + ToggleSnap(snap::SnapType), + /// Open / close the OSNAP popup (▾ arrow click). + ToggleSnapPopup, + /// Close the OSNAP popup (click-catcher outside the panel). + CloseSnapPopup, + /// Enable all snap modes. + SnapSelectAll, + /// Disable all snap modes. + SnapClearAll, + /// Toggle a ribbon dropdown open/closed. + ToggleRibbonDropdown(String), + /// Close any open ribbon dropdown (click-catcher outside the panel). + CloseRibbonDropdown, + /// User selected a specific item from a ribbon dropdown. + DropdownSelectItem { + dropdown_id: &'static str, + cmd: &'static str, + }, + /// Delete key — erase all currently selected entities. + DeleteSelected, + Undo, + Redo, + UndoMany(usize), + RedoMany(usize), + // ── Ribbon ──────────────────────────────────────────────────────────── + /// User selected a layer from the layer combobox in the ribbon. + RibbonLayerChanged(String), + /// User changed the active color in the Properties toolbar. + RibbonColorChanged(AcadColor), + /// Toggle the full ACI palette inside the ribbon color picker. + RibbonColorPaletteToggle, + /// User changed the active linetype in the Properties toolbar. + RibbonLinetypeChanged(String), + /// User changed the active lineweight in the Properties toolbar. + RibbonLineweightChanged(LineWeight), + + // ── Properties panel ────────────────────────────────────────────────── + /// User selected a layer from the layer pick_list in the Properties panel. + PropLayerChanged(String), + PropSelectionGroupChanged(ui::properties::SelectionGroup), + /// User picked a color from the Properties color picker. + PropColorChanged(AcadColor), + /// User selected a lineweight from the Properties pick_list. + PropLwChanged(LineWeight), + /// User selected a linetype from the linetype pick_list. + PropLinetypeChanged(String), + /// User toggled a boolean property (e.g. Invisible). + PropBoolToggle(&'static str), + /// User selected a hatch pattern from the pattern pick_list in Properties. + PropHatchPatternChanged(String), + /// User selected a generic choice field in the Properties panel. + PropGeomChoiceChanged { + field: &'static str, + value: String, + }, + /// User is typing in an editable geometry field (live buffer update). + PropGeomInput { + field: &'static str, + value: String, + }, + /// User committed a geometry/common field edit (Enter pressed). + PropGeomCommit(&'static str), + /// Toggle the inline color picker dropdown open/closed. + PropColorPickerToggle, + /// Toggle the full ACI colour palette expansion. + PropColorPaletteToggle, + /// Switch to a named layout ("Model" or paper space layout name). + LayoutSwitch(String), + /// Create a new paper space layout. + LayoutCreate, + /// A window was closed by the OS (e.g. the user clicked the title-bar ✕). + OsWindowClosed(window::Id), + /// No-op — used as a fallback when a TabEvent has no host mapping. + Noop, +} + +impl H7CAD { + fn new() -> Self { + let first_tab = DocumentTab::new_drawing(1); + let mut app = Self { + start: Instant::now(), + tabs: vec![first_tab], + active_tab: 0, + tab_counter: 1, + ribbon: Ribbon::new(), + app_menu: AppMenu::new(), + command_line: CommandLine::new(), + status_bar: StatusBar::new(), + cursor_pos: Point::ORIGIN, + vp_size: (1280.0, 720.0), + snapper: Snapper::default(), + snap_popup_open: false, + pre_cmd_tangent: None, + ortho_mode: false, + polar_mode: false, + show_grid: false, + last_point: None, + layer_window: None, + main_window: None, + clipboard: Vec::new(), + clipboard_centroid: glam::Vec3::ZERO, + }; + app.sync_ribbon_layers(); + app + } + + /// Boot function for `iced::daemon`: returns initial state plus a task that + /// opens the primary application window. + fn boot() -> (Self, Task) { + let state = Self::new(); + let (id, open_task) = window::open(window::Settings { + maximized: true, + icon: window::icon::from_rgba(build_window_icon(), 32, 32).ok(), + ..Default::default() + }); + let mut s = state; + s.main_window = Some(id); + let task = open_task.map(|_| Message::Noop); + (s, task) + } + + fn update(&mut self, msg: Message) -> Task { + match msg { + Message::Tick(t) => { + self.tabs[self.active_tab].scene.update(t - self.start); + Task::none() + } + + Message::OpenFile => Task::perform(io::pick_and_open(), Message::FileOpened), + + Message::FileOpened(Ok((name, path, doc))) => { + let entity_count = doc.entities().count(); + self.command_line + .push_output(&format!("Opened \"{name}\" — {entity_count} entities")); + self.app_menu.push_recent(path.clone()); + + // Eğer aktif sekme boşsa (kaydedilmemiş, yeni çizim, entity yok) dosyayı oraya yükle. + // Aksi hâlde yeni bir sekme aç. + let current_is_empty = { + let t = &self.tabs[self.active_tab]; + t.current_path.is_none() + && !t.dirty + && self.tabs[self.active_tab].scene.document.entities().count() == 0 + }; + let i = if current_is_empty { + self.active_tab + } else { + self.tab_counter += 1; + let new_tab = DocumentTab::new_drawing(self.tab_counter); + self.tabs.push(new_tab); + let idx = self.tabs.len() - 1; + self.active_tab = idx; + idx + }; + + self.tabs[i].current_path = Some(path); + self.tabs[i].scene.document = doc; + self.tabs[i].scene.populate_hatches_from_document(); + self.tabs[i].scene.selected = std::collections::HashSet::new(); + self.tabs[i].scene.preview_wires = vec![]; + self.tabs[i].scene.current_layout = "Model".to_string(); + // Merge standard linetypes not already present in the file. + linetypes::populate_document(&mut self.tabs[i].scene.document); + self.tabs[i].properties = PropertiesPanel::empty(); + let doc_layers = self.tabs[i].scene.document.layers.clone(); + self.tabs[i].layers.sync_from_doc(&doc_layers); + self.sync_ribbon_layers(); + self.tabs[i].scene.fit_all(); + self.tabs[i].dirty = false; + self.tabs[i].history = HistoryState::default(); + self.refresh_selected_grips(); + Task::none() + } + + Message::FileOpened(Err(e)) => { + if e != "Cancelled" { + self.command_line.push_error(&format!("Open failed: {e}")); + } + Task::none() + } + + Message::SaveFile => { + let i = self.active_tab; + if let Some(path) = &self.tabs[i].current_path { + let path = path.clone(); + match io::save(&self.tabs[i].scene.document, &path) { + Ok(()) => { + self.command_line + .push_output(&format!("Saved: {}", path.display())); + self.tabs[i].dirty = false; + } + Err(e) => self.command_line.push_error(&format!("Save failed: {e}")), + } + } else { + return Task::perform(io::pick_save_path(), Message::PickedSavePath); + } + Task::none() + } + + Message::SaveAs => Task::perform(io::pick_save_path(), Message::PickedSavePath), + + Message::PickedSavePath(Some(path)) => { + let i = self.active_tab; + match io::save(&self.tabs[i].scene.document, &path) { + Ok(()) => { + self.command_line + .push_output(&format!("Saved: {}", path.display())); + self.tabs[i].current_path = Some(path); + self.tabs[i].dirty = false; + } + Err(e) => self.command_line.push_error(&format!("Save failed: {e}")), + } + Task::none() + } + + Message::PickedSavePath(None) => Task::none(), + + Message::ClearScene => { + let i = self.active_tab; + self.push_undo_snapshot(i, "NEW"); + self.tabs[i].scene.clear(); + linetypes::populate_document(&mut self.tabs[i].scene.document); + self.tabs[i].properties = PropertiesPanel::empty(); + let doc_layers = self.tabs[i].scene.document.layers.clone(); + self.tabs[i].layers.sync_from_doc(&doc_layers); + self.command_line + .push_output("Scene cleared. Standard linetypes loaded."); + self.tabs[i].current_path = None; + self.tabs[i].dirty = true; + self.sync_ribbon_layers(); + Task::none() + } + + Message::SetWireframe(w) => { + let i = self.active_tab; + self.tabs[i].wireframe = w; + self.ribbon.set_wireframe(w); + self.tabs[i].visual_style = if w { + "Wireframe".into() + } else { + "Shaded".into() + }; + self.command_line.push_output(if w { + "Visual style: Wireframe" + } else { + "Visual style: Shaded" + }); + Task::none() + } + + Message::SetProjection(ortho) => { + use crate::scene::Projection; + let proj = if ortho { + Projection::Orthographic + } else { + Projection::Perspective + }; + let i = self.active_tab; + self.tabs[i].scene.camera.borrow_mut().projection = proj; + self.tabs[i].scene.camera_generation += 1; + self.ribbon.set_ortho(ortho); + self.command_line.push_output(if ortho { + "Projection: Orthographic" + } else { + "Projection: Perspective" + }); + Task::none() + } + + Message::RibbonSelectTab(idx) => { + self.ribbon.select(idx); + Task::none() + } + + Message::RibbonToolClick { tool_id, event } => { + self.ribbon.activate_tool(&tool_id); + match event { + ModuleEvent::Command(cmd) => return self.dispatch_command(&cmd), + ModuleEvent::OpenFileDialog => { + self.command_line + .push_info("Open DWG/DXF: not yet implemented."); + } + ModuleEvent::ClearModels => { + let i = self.active_tab; + self.tabs[i].scene.clear(); + self.tabs[i].properties = PropertiesPanel::empty(); + self.command_line.push_output("Scene cleared."); + } + ModuleEvent::SetWireframe(w) => { + let i = self.active_tab; + self.tabs[i].wireframe = w; + self.ribbon.set_wireframe(w); + self.tabs[i].visual_style = if w { + "Wireframe".into() + } else { + "Shaded".into() + }; + self.command_line.push_output(if w { + "Visual style: Wireframe" + } else { + "Visual style: Shaded" + }); + } + ModuleEvent::ToggleLayers => { + return Task::done(Message::ToggleLayers); + } + } + Task::none() + } + + // ── Application menu ────────────────────────────────────────── + Message::ToggleAppMenu => { + self.app_menu.toggle(); + Task::none() + } + + Message::CloseAppMenu => { + self.app_menu.close(); + Task::none() + } + + Message::CloseAppMenuAndRun(cmd) => { + self.app_menu.close(); + self.dispatch_command(&cmd.clone()) + } + + Message::AppMenuSearch(s) => { + self.app_menu.search = s; + Task::none() + } + + // ── Document tabs ───────────────────────────────────────────── + Message::TabNew => { + self.tab_counter += 1; + let new_tab = DocumentTab::new_drawing(self.tab_counter); + self.tabs.push(new_tab); + self.active_tab = self.tabs.len() - 1; + self.sync_ribbon_layers(); + Task::none() + } + + Message::TabSwitch(idx) => { + if idx < self.tabs.len() { + self.active_tab = idx; + self.sync_ribbon_layers(); + } + Task::none() + } + + Message::TabClose(idx) => { + if self.tabs.len() == 1 { + // Only one tab — reset it to a fresh drawing instead of closing + self.tab_counter += 1; + self.tabs[0] = DocumentTab::new_drawing(self.tab_counter); + self.active_tab = 0; + } else { + self.tabs.remove(idx); + if self.active_tab >= self.tabs.len() { + self.active_tab = self.tabs.len() - 1; + } + } + Task::none() + } + // ───────────────────────────────────────────────────────────── + Message::CommandInput(s) => { + self.command_line.input = s; + Task::none() + } + Message::CommandSubmit => { + let i = self.active_tab; + if self.tabs[i].active_cmd.is_some() { + let text = self.command_line.input.trim().to_string(); + self.command_line.input.clear(); + + // 1. Command explicitly owns text input (e.g. TTR radius prompt). + if self.tabs[i] + .active_cmd + .as_ref() + .map(|c| c.wants_text_input()) + .unwrap_or(false) + { + if let Some(result) = self.tabs[i] + .active_cmd + .as_mut() + .and_then(|c| c.on_text_input(&text)) + { + return self.apply_cmd_result(result); + } + // Step accepted but no final result yet — show updated prompt and refresh preview. + let prompt = self.tabs[i].active_cmd.as_ref().map(|c| c.prompt()); + if let Some(p) = prompt { + self.command_line.push_info(&p); + } + let pt = self.tabs[i].last_cursor_world; + let previews = self.tabs[i] + .active_cmd + .as_mut() + .map(|c| c.on_preview_wires(pt)) + .unwrap_or_default(); + self.tabs[i].scene.set_preview_wires(previews); + return self.focus_cmd_input(); + } + + // 2. Empty input → Enter (finish / cancel). + if text.is_empty() { + let result = self.tabs[i].active_cmd.as_mut().map(|c| c.on_enter()); + if let Some(r) = result { + return self.apply_cmd_result(r); + } + return Task::none(); + } + + // 3. Coordinate input "x,y" or "x,y,z" → on_point. + if let Some(pt) = parse_coord(&text) { + let result = self.tabs[i].active_cmd.as_mut().map(|c| c.on_point(pt)); + if let Some(r) = result { + return self.apply_cmd_result(r); + } + return Task::none(); + } + + // 4. Numeric input (e.g. radius, angle, scale factor) → on_text_input. + if let Some(result) = self.tabs[i] + .active_cmd + .as_mut() + .and_then(|c| c.on_text_input(&text)) + { + return self.apply_cmd_result(result); + } + + // 5. Nothing matched — show hint. + self.command_line.push_error(&format!( + "Expected coordinates (x,y) or a number, got: \"{text}\"" + )); + return self.focus_cmd_input(); + } + if let Some(cmd) = self.command_line.submit() { + return self.dispatch_command(&cmd); + } + Task::none() + } + + Message::CommandFinalize => { + let i = self.active_tab; + if self.tabs[i].active_cmd.is_some() { + let result = self.tabs[i].active_cmd.as_mut().map(|c| c.on_enter()); + if let Some(r) = result { + return self.apply_cmd_result(r); + } + Task::none() + } else if let Some(cmd) = self.tabs[i].last_cmd.clone() { + self.dispatch_command(&cmd) + } else { + Task::none() + } + } + + Message::CommandEscape => { + let i = self.active_tab; + if self.tabs[i].active_cmd.is_some() { + let result = self.tabs[i].active_cmd.as_mut().map(|c| c.on_escape()); + if let Some(r) = result { + return self.apply_cmd_result(r); + } + } else { + // No active command → Escape deselects everything. + self.tabs[i].scene.deselect_all(); + self.refresh_properties(); + // Also cancel any in-progress selection box. + let mut sel = self.tabs[i].scene.selection.borrow_mut(); + sel.box_anchor = None; + sel.box_current = None; + sel.box_crossing = false; + } + Task::none() + } + Message::Command(cmd) => self.dispatch_command(&cmd), + + Message::ToggleLayers => { + if let Some(id) = self.layer_window.take() { + // Window already open — close it. + window::close(id) + } else { + // Sync layer/linetype data before opening so the panel is up to date. + self.sync_ribbon_layers(); + // Open a new OS window for the Layer Properties Manager. + let (id, task) = window::open(window::Settings { + size: iced::Size::new(900.0, 360.0), + resizable: true, + ..Default::default() + }); + self.layer_window = Some(id); + task.map(|_| Message::Noop) + } + } + + Message::MainWindowOpened(id) => { + self.main_window = Some(id); + Task::none() + } + + Message::LayerWindowOpened(_id) => Task::none(), + + Message::OsWindowClosed(id) => { + if self.main_window == Some(id) { + // Main window closed — exit the process entirely. + return iced::exit(); + } + if self.layer_window == Some(id) { + self.layer_window = None; + } + Task::none() + } + + Message::LayerToggleVisible(idx) => { + let i = self.active_tab; + if idx < self.tabs[i].layers.layers.len() { + self.push_undo_snapshot(i, "LAYER OFF/ON"); + let l = &mut self.tabs[i].layers.layers[idx]; + l.visible = !l.visible; + let name = l.name.clone(); + let on = l.visible; + self.tabs[i].scene.toggle_layer_visibility(&name); + self.command_line.push_output(&format!( + "Layer \"{}\" {}", + name, + if on { "on" } else { "off" } + )); + } + Task::none() + } + + Message::LayerToggleLock(idx) => { + let i = self.active_tab; + if idx < self.tabs[i].layers.layers.len() { + self.push_undo_snapshot(i, "LAYER LOCK/UNLOCK"); + let l = &mut self.tabs[i].layers.layers[idx]; + l.locked = !l.locked; + let name = l.name.clone(); + let locked = l.locked; + self.tabs[i].scene.toggle_layer_lock(&name); + self.command_line.push_output(&format!( + "Layer \"{}\" {}", + name, + if locked { "locked" } else { "unlocked" } + )); + } + Task::none() + } + + Message::LayerToggleFreeze(idx) => { + let i = self.active_tab; + if idx < self.tabs[i].layers.layers.len() { + self.push_undo_snapshot(i, "LAYER FREEZE"); + let l = &mut self.tabs[i].layers.layers[idx]; + l.frozen = !l.frozen; + let name = l.name.clone(); + let frozen = l.frozen; + if let Some(dl) = self.tabs[i].scene.document.layers.get_mut(&name) { + if frozen { dl.freeze(); } else { dl.thaw(); } + } + self.tabs[i].dirty = true; + } + Task::none() + } + + Message::LayerNew => { + let i = self.active_tab; + // Find unique name + let mut n = 1; + let new_name = loop { + let candidate = format!("Layer{}", n); + if !self.tabs[i].scene.document.layers.contains(&candidate) { + break candidate; + } + n += 1; + }; + self.push_undo_snapshot(i, "LAYER NEW"); + use acadrust::tables::layer::Layer as DocLayer; + let _ = self.tabs[i].scene.document.layers.add(DocLayer::new(&new_name)); + self.tabs[i].dirty = true; + let doc_layers = self.tabs[i].scene.document.layers.clone(); + self.tabs[i].layers.sync_from_doc(&doc_layers); + // Select and start editing the new layer + let new_idx = self.tabs[i].layers.layers.iter() + .position(|l| l.name == new_name); + if let Some(idx) = new_idx { + self.tabs[i].layers.selected = Some(idx); + self.tabs[i].layers.editing = Some(idx); + self.tabs[i].layers.edit_buf = new_name.clone(); + } + self.sync_ribbon_layers(); + Task::none() + } + + Message::LayerDelete => { + let i = self.active_tab; + if let Some(idx) = self.tabs[i].layers.selected { + let name = self.tabs[i].layers.layers.get(idx) + .map(|l| l.name.clone()) + .unwrap_or_default(); + if name == "0" { return Task::none(); } + self.push_undo_snapshot(i, "LAYER DELETE"); + self.tabs[i].scene.document.layers.remove(&name); + self.tabs[i].dirty = true; + let doc_layers = self.tabs[i].scene.document.layers.clone(); + self.tabs[i].layers.sync_from_doc(&doc_layers); + self.tabs[i].layers.selected = None; + self.sync_ribbon_layers(); + } + Task::none() + } + + Message::LayerSetCurrent => { + let i = self.active_tab; + if let Some(idx) = self.tabs[i].layers.selected { + if let Some(layer) = self.tabs[i].layers.layers.get(idx) { + let name = layer.name.clone(); + self.tabs[i].active_layer = name.clone(); + self.tabs[i].layers.current_layer = name.clone(); + self.ribbon.active_layer = name; + } + } + Task::none() + } + + Message::LayerSelect(idx) => { + let i = self.active_tab; + // Commit any pending rename first + if self.tabs[i].layers.editing.is_some() { + return Task::done(Message::LayerRenameCommit); + } + self.tabs[i].layers.selected = Some(idx); + Task::none() + } + + Message::LayerRenameStart(idx) => { + let i = self.active_tab; + self.tabs[i].layers.selected = Some(idx); + if let Some(layer) = self.tabs[i].layers.layers.get(idx) { + self.tabs[i].layers.edit_buf = layer.name.clone(); + } + self.tabs[i].layers.editing = Some(idx); + Task::none() + } + + Message::LayerRenameEdit(s) => { + let i = self.active_tab; + self.tabs[i].layers.edit_buf = s; + Task::none() + } + + Message::LayerRenameCommit => { + let i = self.active_tab; + let editing_idx = self.tabs[i].layers.editing.take(); + if let Some(idx) = editing_idx { + let new_name = self.tabs[i].layers.edit_buf.trim().to_string(); + let old_name = self.tabs[i].layers.layers.get(idx) + .map(|l| l.name.clone()) + .unwrap_or_default(); + if !new_name.is_empty() && new_name != old_name + && !self.tabs[i].scene.document.layers.contains(&new_name) + { + self.push_undo_snapshot(i, "LAYER RENAME"); + // acadrust Table doesn't have rename; add new + remove old + if let Some(old_layer) = self.tabs[i].scene.document.layers.get(&old_name) { + use acadrust::tables::layer::Layer as DocLayer; + let mut nl = DocLayer::new(&new_name); + nl.color = old_layer.color.clone(); + nl.flags = old_layer.flags.clone(); + let _ = self.tabs[i].scene.document.layers.add(nl); + } + self.tabs[i].scene.document.layers.remove(&old_name); + // Update entities on that layer + for e in self.tabs[i].scene.document.entities_mut() { + if e.as_entity().layer() == old_name { + e.as_entity_mut().set_layer(new_name.clone()); + } + } + self.tabs[i].dirty = true; + } + let doc_layers = self.tabs[i].scene.document.layers.clone(); + self.tabs[i].layers.sync_from_doc(&doc_layers); + self.tabs[i].layers.edit_buf.clear(); + self.sync_ribbon_layers(); + } + Task::none() + } + + Message::LayerColorPickerToggle(idx) => { + let i = self.active_tab; + let panel = &mut self.tabs[i].layers; + if panel.color_picker_row == Some(idx) { + panel.color_picker_row = None; + panel.color_full_palette = false; + } else { + panel.color_picker_row = Some(idx); + panel.color_full_palette = false; + panel.selected = Some(idx); + } + Task::none() + } + + Message::LayerColorMorePalette => { + let i = self.active_tab; + self.tabs[i].layers.color_full_palette = + !self.tabs[i].layers.color_full_palette; + Task::none() + } + + Message::LayerColorSet(aci) => { + let i = self.active_tab; + if let Some(idx) = self.tabs[i].layers.selected { + if let Some(layer) = self.tabs[i].layers.layers.get(idx) { + let name = layer.name.clone(); + if let Some(dl) = self.tabs[i].scene.document.layers.get_mut(&name) { + dl.color = AcadColor::Index(aci); + } + use crate::ui::layers::iced_color_from_acad; + let new_color = iced_color_from_acad(&AcadColor::Index(aci)); + if let Some(pl) = self.tabs[i].layers.layers.get_mut(idx) { + pl.color = new_color; + } + self.tabs[i].dirty = true; + } + self.tabs[i].layers.color_picker_row = None; + self.tabs[i].layers.color_full_palette = false; + self.sync_ribbon_layers(); + } + Task::none() + } + + Message::LayerLinetypeSet(lt) => { + let i = self.active_tab; + if let Some(idx) = self.tabs[i].layers.selected { + if let Some(layer) = self.tabs[i].layers.layers.get(idx) { + let name = layer.name.clone(); + if let Some(dl) = self.tabs[i].scene.document.layers.get_mut(&name) { + dl.line_type = lt.clone(); + } + if let Some(pl) = self.tabs[i].layers.layers.get_mut(idx) { + pl.linetype = lt; + } + self.tabs[i].dirty = true; + } + } + Task::none() + } + + Message::LayerLineweightSet(lw) => { + let i = self.active_tab; + if let Some(idx) = self.tabs[i].layers.selected { + if let Some(layer) = self.tabs[i].layers.layers.get(idx) { + let name = layer.name.clone(); + if let Some(dl) = self.tabs[i].scene.document.layers.get_mut(&name) { + dl.line_weight = lw; + } + if let Some(pl) = self.tabs[i].layers.layers.get_mut(idx) { + pl.lineweight = lw; + } + self.tabs[i].dirty = true; + } + } + Task::none() + } + + Message::LayerTransparencyEdit(idx, s) => { + let i = self.active_tab; + if let Some(pl) = self.tabs[i].layers.layers.get_mut(idx) { + if let Ok(v) = s.parse::() { + pl.transparency = v.clamp(0, 90); + } else if s.is_empty() { + pl.transparency = 0; + } + } + Task::none() + } + + Message::CursorMoved(p) => { + let (vw, _vh) = self.tabs[self.active_tab].scene.selection.borrow().vp_size; + self.cursor_pos = Point::new( + vw - VIEWCUBE_PAD - VIEWCUBE_HIT_SIZE + p.x, + VIEWCUBE_PAD + p.y, + ); + Task::none() + } + + Message::ViewportMove(p) => { + let i = self.active_tab; + let mut sel = self.tabs[i].scene.selection.borrow_mut(); + sel.last_move_pos = Some(p); + + if sel.left_down { + let press = sel.left_press_pos.unwrap_or(p); + let dx = p.x - press.x; + let dy = p.y - press.y; + let dist2 = dx * dx + dy * dy; + let elapsed_ms = sel + .left_press_time + .map(|t| Instant::now().duration_since(t).as_millis()) + .unwrap_or(u128::MAX); + if !sel.left_dragging && elapsed_ms >= POLY_START_DELAY_MS && dist2 > 9.0 { + sel.left_dragging = true; + sel.poly_active = true; + sel.poly_crossing = p.x < press.x; + sel.poly_points.clear(); + sel.poly_points.push(press); + sel.poly_points.push(p); + } else if sel.left_dragging && sel.poly_active { + if sel.poly_points.last().map_or(true, |lp| { + let ddx = p.x - lp.x; + let ddy = p.y - lp.y; + ddx * ddx + ddy * ddy > 16.0 + }) { + sel.poly_points.push(p); + } + } + } else if sel.box_anchor.is_some() { + sel.box_current = Some(p); + if let Some(a) = sel.box_anchor { + sel.box_crossing = p.x < a.x; + } + } + + if sel.right_down { + if let Some(press) = sel.right_press_pos { + let dx = p.x - press.x; + let dy = p.y - press.y; + if !sel.right_dragging && (dx * dx + dy * dy) > 9.0 { + sel.right_dragging = true; + sel.context_menu = None; + } + } + if sel.right_dragging { + if let Some(last) = sel.right_last_pos { + let (dx, dy) = (p.x - last.x, p.y - last.y); + self.tabs[i].scene.camera.borrow_mut().orbit(dx, dy); + } + sel.right_last_pos = Some(p); + } + } + + if sel.middle_down { + if let Some(last) = sel.middle_last_pos { + let (dx, dy) = (p.x - last.x, p.y - last.y); + self.tabs[i].scene.camera.borrow_mut().pan(dx, dy); + } + sel.middle_last_pos = Some(p); + } + + let vp_size = sel.vp_size; + drop(sel); + + // ── Grip drag ───────────────────────────────────────────── + if let Some(grip) = self.tabs[i].active_grip.clone() { + let (vw, vh) = vp_size; + let bounds = iced::Rectangle { + x: 0.0, + y: 0.0, + width: vw, + height: vh, + }; + let cam = self.tabs[i].scene.camera.borrow(); + let raw = cam.pick_on_target_plane(p, bounds); + let vp_mat = cam.view_proj(bounds); + drop(cam); + + // Exclude the entity being dragged so its own segments + // don't interfere with snap (avoids Nearest/Endpoint sticking). + let edited_name = grip.handle.value().to_string(); + let all_wires = self.tabs[i].scene.entity_wires(); + let snap_wires: Vec<_> = all_wires + .iter() + .filter(|w| w.name != edited_name) + .cloned() + .collect(); + let snap_hit = self.snapper.snap(raw, p, &snap_wires, vp_mat, bounds); + let mut snapped = snap_hit.map(|s| s.world).unwrap_or(raw); + self.tabs[i].snap_result = snap_hit; + + // Apply ortho/polar constraints relative to the grip's origin position. + // Only when snap did not find a geometry hit (snap takes priority). + if snap_hit.is_none() { + let base = grip.origin_world; + if self.ortho_mode { + snapped = ortho_constrain(snapped, base); + } else if self.polar_mode { + snapped = polar_constrain(snapped, base, 45.0); + } + } + + let apply = if grip.is_translate { + GripApply::Translate(snapped - grip.last_world) + } else { + GripApply::Absolute(snapped) + }; + self.tabs[i] + .scene + .apply_grip(grip.handle, grip.grip_id, apply); + self.tabs[i].dirty = true; + self.tabs[i].active_grip.as_mut().unwrap().last_world = snapped; + self.refresh_selected_grips(); + self.refresh_properties(); + return Task::none(); + } + + if self.tabs[i].active_cmd.is_some() { + let (vw, vh) = vp_size; + let bounds = iced::Rectangle { + x: 0.0, + y: 0.0, + width: vw, + height: vh, + }; + let cam = self.tabs[i].scene.camera.borrow(); + let cursor_world = cam.pick_on_target_plane(p, bounds); + let view_proj = cam.view_proj(bounds); + drop(cam); + + let all_wires = self.tabs[i].scene.entity_wires(); + let needs_tan = self.tabs[i] + .active_cmd + .as_ref() + .map(|c| c.needs_tangent_pick()) + .unwrap_or(false); + self.tabs[i].snap_result = if needs_tan { + self.snapper.snap_tangent_only( + cursor_world, + p, + &all_wires, + view_proj, + bounds, + ) + } else { + self.snapper + .snap(cursor_world, p, &all_wires, view_proj, bounds) + }; + let effective = { + let mut pt = self.tabs[i] + .snap_result + .map(|s| s.world) + .unwrap_or(cursor_world); + if self.tabs[i].active_cmd.is_some() { + pt.z = 0.0; + } + if let Some(base) = self.last_point { + if self.ortho_mode { + pt = ortho_constrain(pt, base); + } else if self.polar_mode { + pt = polar_constrain(pt, base, 45.0); + } + } + pt + }; + self.tabs[i].last_cursor_world = effective; + + let needs_entity = self.tabs[i] + .active_cmd + .as_ref() + .map(|c| c.needs_entity_pick()) + .unwrap_or(false); + let previews = if needs_entity { + let hover_handle = + scene::hit_test::click_hit(p, &all_wires, view_proj, bounds) + .and_then(|s| Scene::handle_from_wire_name(s)) + .unwrap_or(acadrust::Handle::NULL); + self.tabs[i] + .active_cmd + .as_mut() + .map(|c| c.on_hover_entity(hover_handle, effective)) + .unwrap_or_default() + } else { + self.tabs[i] + .active_cmd + .as_mut() + .map(|c| c.on_preview_wires(effective)) + .unwrap_or_default() + }; + self.tabs[i].scene.set_preview_wires(previews); + } else { + self.tabs[i].snap_result = None; + } + + Task::none() + } + + Message::ViewportExit => { + let i = self.active_tab; + let mut sel = self.tabs[i].scene.selection.borrow_mut(); + sel.left_down = false; + sel.left_press_pos = None; + sel.left_press_time = None; + sel.left_dragging = false; + sel.right_down = false; + sel.right_press_pos = None; + sel.right_last_pos = None; + sel.right_dragging = false; + sel.middle_down = false; + sel.middle_last_pos = None; + sel.box_anchor = None; + sel.box_current = None; + sel.box_crossing = false; + sel.poly_active = false; + sel.poly_points.clear(); + sel.poly_crossing = false; + sel.context_menu = None; + Task::none() + } + + Message::ViewportLeftPress => { + let i = self.active_tab; + let (p, vp_size) = { + let sel = self.tabs[i].scene.selection.borrow(); + let p = match sel.last_move_pos { + Some(p) => p, + None => return Task::none(), + }; + (p, sel.vp_size) + }; + let (vw, vh) = vp_size; + let bounds = iced::Rectangle { + x: 0.0, + y: 0.0, + width: vw, + height: vh, + }; + + // Viewcube check. + if vw > 1.0 && vh > 1.0 { + let cam = self.tabs[i].scene.camera.borrow(); + if scene::hit_test(p.x, p.y, vw, vh, cam.view_rotation_mat(), VIEWCUBE_PX) + .is_some() + { + return Task::none(); + } + } + + // Grip hit-test: only when no command is active and one entity selected. + if self.tabs[i].active_cmd.is_none() && !self.tabs[i].selected_grips.is_empty() { + if let Some(handle) = self.tabs[i].selected_handle { + let vp_mat = self.tabs[i].scene.camera.borrow().view_proj(bounds); + let grip_hit = + find_hit_grip(p, &self.tabs[i].selected_grips, vp_mat, bounds); + if let Some((grip_id, is_translate, world)) = grip_hit { + self.tabs[i].active_grip = Some(GripEdit { + handle, + grip_id, + is_translate, + origin_world: world, + last_world: world, + }); + return Task::none(); // swallow press — selection box must not start + } + } + } + + let mut sel = self.tabs[i].scene.selection.borrow_mut(); + sel.context_menu = None; + sel.left_down = true; + sel.left_press_pos = Some(p); + sel.left_press_time = Some(Instant::now()); + sel.left_dragging = false; + Task::none() + } + + Message::ViewportLeftRelease => { + let i = self.active_tab; + // Extract the state we need before any mutable borrows. + let (p, is_click, is_down) = { + let sel = self.tabs[i].scene.selection.borrow(); + let p = match sel.last_move_pos { + Some(p) => p, + None => return Task::none(), + }; + (p, !sel.left_dragging, sel.left_down) + }; + + // ── Grip drag end ───────────────────────────────────────── + if self.tabs[i].active_grip.is_some() { + self.tabs[i].active_grip = None; + self.refresh_properties(); + return Task::none(); + } + + // Whether the active command is in selection-gathering mode. + let is_gathering = self.tabs[i] + .active_cmd + .as_ref() + .map(|c| c.is_selection_gathering()) + .unwrap_or(false); + + // ── Active command: plain click = point pick ────────────── + // Skip this path when gathering — let clicks flow into the + // normal selection system below. + if is_down && is_click && self.tabs[i].active_cmd.is_some() && !is_gathering { + let (vw, vh) = self.tabs[i].scene.selection.borrow().vp_size; + let bounds = iced::Rectangle { + x: 0.0, + y: 0.0, + width: vw, + height: vh, + }; + + // Take snap result once; preserve tangent_obj for pick routing. + let snap_taken = self.tabs[i].snap_result.take(); + let tangent_obj_at_click = snap_taken.and_then(|s| s.tangent_obj); + + let world_pt = { + let raw = self.tabs[i] + .scene + .camera + .borrow() + .pick_on_target_plane(p, bounds); + let vp_mat = self.tabs[i].scene.camera.borrow().view_proj(bounds); + let all_wires = self.tabs[i].scene.entity_wires(); + let needs_tan = self.tabs[i] + .active_cmd + .as_ref() + .map(|c| c.needs_tangent_pick()) + .unwrap_or(false); + let snap_hit = if needs_tan { + self.snapper + .snap_tangent_only(raw, p, &all_wires, vp_mat, bounds) + } else { + self.snapper.snap(raw, p, &all_wires, vp_mat, bounds) + }; + let mut pt = snap_hit.map(|s| s.world).unwrap_or(raw); + pt.z = 0.0; + if let Some(base) = self.last_point { + if self.ortho_mode { + pt = ortho_constrain(pt, base); + } else if self.polar_mode { + pt = polar_constrain(pt, base, 45.0); + } + } + pt + }; + + let result = if self.tabs[i] + .active_cmd + .as_ref() + .map(|c| c.needs_entity_pick()) + .unwrap_or(false) + { + let vp_mat2 = self.tabs[i].scene.camera.borrow().view_proj(bounds); + let all_wires2 = self.tabs[i].scene.entity_wires(); + let hit = scene::hit_test::click_hit(p, &all_wires2, vp_mat2, bounds) + .and_then(|s| Scene::handle_from_wire_name(s)); + if let Some(handle) = hit { + self.tabs[i] + .active_cmd + .as_mut() + .map(|c| c.on_entity_pick(handle, world_pt)) + } else { + self.command_line.push_info("Nothing found at that point."); + None + } + } else if self.tabs[i] + .active_cmd + .as_ref() + .map(|c| c.needs_tangent_pick()) + .unwrap_or(false) + { + let tangent_obj = tangent_obj_at_click; + if let Some(obj) = tangent_obj { + self.tabs[i] + .active_cmd + .as_mut() + .map(|c| c.on_tangent_point(obj, world_pt)) + } else { + self.command_line.push_info("Select a tangent object."); + None + } + } else { + self.last_point = Some(world_pt); + self.tabs[i] + .active_cmd + .as_mut() + .map(|c| c.on_point(world_pt)) + }; + if let Some(r) = result { + let task = self.apply_cmd_result(r); + let mut sel = self.tabs[i].scene.selection.borrow_mut(); + sel.left_down = false; + sel.left_press_pos = None; + sel.left_press_time = None; + sel.left_dragging = false; + return task; + } + let mut sel = self.tabs[i].scene.selection.borrow_mut(); + sel.left_down = false; + sel.left_press_pos = None; + sel.left_press_time = None; + sel.left_dragging = false; + return Task::none(); + } + + let (is_down2, is_dragging, box_anchor, box_crossing, vp_size, elapsed_ms) = { + let sel = self.tabs[i].scene.selection.borrow(); + let elapsed = sel + .left_press_time + .map(|t| Instant::now().duration_since(t).as_millis()) + .unwrap_or(u128::MAX); + ( + sel.left_down, + sel.left_dragging, + sel.box_anchor, + sel.box_crossing, + sel.vp_size, + elapsed, + ) + }; + + // True when a selection action fully completed this release event, + // meaning the gathering command should fire immediately. + let mut selection_just_completed = false; + + if is_down2 { + let bounds = iced::Rectangle { + x: 0.0, + y: 0.0, + width: vp_size.0, + height: vp_size.1, + }; + + if is_dragging { + // ── Drag ended ──────────────────────────────────── + if elapsed_ms < POLY_START_DELAY_MS { + if let Some(a) = box_anchor { + let crossing = box_crossing; + let all_wires = self.tabs[i].scene.entity_wires(); + let vp_mat = self.tabs[i].scene.camera.borrow().view_proj(bounds); + let mut handles: Vec = scene::hit_test::box_hit( + a, p, crossing, &all_wires, vp_mat, bounds, + ) + .into_iter() + .filter_map(|s| Scene::handle_from_wire_name(s)) + .collect(); + handles.extend(scene::hit_test::box_hit_hatch( + a, + p, + crossing, + &self.tabs[i].scene.hatches, + vp_mat, + bounds, + )); + self.tabs[i].scene.deselect_all(); + for h in &handles { + self.tabs[i].scene.select_entity(*h, false); + } + self.tabs[i].scene.expand_selection_for_groups(&handles); + self.refresh_properties(); + selection_just_completed = true; + } + } else { + // Long drag → lasso polygon selection. + let (poly_pts, crossing) = { + let sel = self.tabs[i].scene.selection.borrow(); + (sel.poly_points.clone(), sel.poly_crossing) + }; + self.tabs[i].scene.selection.borrow_mut().poly_last_crossing = crossing; + + let all_wires = self.tabs[i].scene.entity_wires(); + let vp_mat = self.tabs[i].scene.camera.borrow().view_proj(bounds); + let mut handles: Vec = scene::hit_test::poly_hit( + &poly_pts, crossing, &all_wires, vp_mat, bounds, + ) + .into_iter() + .filter_map(|s| Scene::handle_from_wire_name(s)) + .collect(); + handles.extend(scene::hit_test::poly_hit_hatch( + &poly_pts, + crossing, + &self.tabs[i].scene.hatches, + vp_mat, + bounds, + )); + self.tabs[i].scene.deselect_all(); + for h in &handles { + self.tabs[i].scene.select_entity(*h, false); + } + self.tabs[i].scene.expand_selection_for_groups(&handles); + self.refresh_properties(); + selection_just_completed = true; + } + let mut sel = self.tabs[i].scene.selection.borrow_mut(); + sel.poly_active = false; + sel.poly_points.clear(); + sel.poly_crossing = false; + sel.box_anchor = None; + sel.box_current = None; + } else { + // ── Non-drag click ──────────────────────────────── + if box_anchor.is_none() { + let all_wires = self.tabs[i].scene.entity_wires(); + let vp_mat = self.tabs[i].scene.camera.borrow().view_proj(bounds); + let hit = scene::hit_test::click_hit(p, &all_wires, vp_mat, bounds) + .and_then(|s| Scene::handle_from_wire_name(s)) + .or_else(|| { + scene::hit_test::click_hit_hatch( + p, + &self.tabs[i].scene.hatches, + vp_mat, + bounds, + ) + }); + if let Some(handle) = hit { + self.tabs[i].scene.select_entity(handle, true); + self.tabs[i].scene.expand_selection_for_groups(&[handle]); + self.refresh_properties(); + // Single-click hit completes the gather; miss starts a box. + selection_just_completed = true; + } else { + self.tabs[i].scene.deselect_all(); + self.refresh_properties(); + let mut sel = self.tabs[i].scene.selection.borrow_mut(); + sel.box_anchor = Some(p); + sel.box_current = Some(p); + sel.box_crossing = false; + } + } else { + // Second click → complete the selection box. + let a = box_anchor.unwrap(); + let crossing = box_crossing; + let all_wires = self.tabs[i].scene.entity_wires(); + let vp_mat = self.tabs[i].scene.camera.borrow().view_proj(bounds); + let mut handles: Vec = scene::hit_test::box_hit( + a, p, crossing, &all_wires, vp_mat, bounds, + ) + .into_iter() + .filter_map(|s| Scene::handle_from_wire_name(s)) + .collect(); + handles.extend(scene::hit_test::box_hit_hatch( + a, + p, + crossing, + &self.tabs[i].scene.hatches, + vp_mat, + bounds, + )); + self.tabs[i].scene.deselect_all(); + for h in &handles { + self.tabs[i].scene.select_entity(*h, false); + } + self.tabs[i].scene.expand_selection_for_groups(&handles); + self.refresh_properties(); + let mut sel = self.tabs[i].scene.selection.borrow_mut(); + sel.box_last = Some((a, p)); + sel.box_last_crossing = crossing; + sel.box_anchor = None; + sel.box_current = None; + sel.box_crossing = false; + selection_just_completed = true; + } + } + + let mut sel = self.tabs[i].scene.selection.borrow_mut(); + sel.left_down = false; + sel.left_press_pos = None; + sel.left_press_time = None; + sel.left_dragging = false; + } + + // ── Fire gathering command after selection completes ─────── + if is_gathering && selection_just_completed { + let handles: Vec = self.tabs[i] + .scene + .selected_entities() + .into_iter() + .map(|(h, _)| h) + .collect(); + if let Some(cmd) = self.tabs[i].active_cmd.as_mut() { + let result = cmd.on_selection_complete(handles); + return self.apply_cmd_result(result); + } + } + + Task::none() + } + + Message::ViewportRightPress => { + let i = self.active_tab; + let mut sel = self.tabs[i].scene.selection.borrow_mut(); + let Some(p) = sel.last_move_pos else { + return Task::none(); + }; + sel.context_menu = None; + sel.right_down = true; + sel.right_press_pos = Some(p); + sel.right_last_pos = Some(p); + sel.right_dragging = false; + Task::none() + } + + Message::ViewportRightRelease => { + let i = self.active_tab; + let mut sel = self.tabs[i].scene.selection.borrow_mut(); + let Some(_p) = sel.last_move_pos else { + return Task::none(); + }; + if sel.right_down { + if !sel.right_dragging { + sel.context_menu = sel.last_move_pos; + } + sel.right_down = false; + sel.right_press_pos = None; + sel.right_last_pos = None; + sel.right_dragging = false; + } + Task::none() + } + + Message::ViewportMiddlePress => { + let i = self.active_tab; + let now = iced::time::Instant::now(); + let is_double = { + let sel = self.tabs[i].scene.selection.borrow(); + sel.middle_last_press_time + .map(|t| now.duration_since(t).as_millis() < 300) + .unwrap_or(false) + }; + { + let mut sel = self.tabs[i].scene.selection.borrow_mut(); + let Some(p) = sel.last_move_pos else { + return Task::none(); + }; + sel.middle_down = true; + sel.middle_last_pos = Some(p); + sel.middle_last_press_time = Some(now); + } + if is_double { + self.tabs[i].scene.fit_all(); + self.command_line.push_output("Zoom Extents"); + } + Task::none() + } + + Message::ViewportMiddleRelease => { + let i = self.active_tab; + let mut sel = self.tabs[i].scene.selection.borrow_mut(); + sel.middle_down = false; + sel.middle_last_pos = None; + Task::none() + } + + Message::ViewportScroll(delta) => { + let s = match delta { + mouse::ScrollDelta::Lines { y, .. } => y, + mouse::ScrollDelta::Pixels { y, .. } => y * 0.01, + }; + let i = self.active_tab; + let cursor = self.tabs[i].scene.selection.borrow().last_move_pos; + let (vw, vh) = self.tabs[i].scene.selection.borrow().vp_size; + let bounds = iced::Rectangle { + x: 0.0, + y: 0.0, + width: vw, + height: vh, + }; + + let mut cam = self.tabs[i].scene.camera.borrow_mut(); + if let Some(cursor) = cursor { + cam.zoom_about_point(cursor, bounds, s); + } else { + cam.zoom(s); + } + Task::none() + } + + Message::ViewportClick => { + let i = self.active_tab; + let cam = self.tabs[i].scene.camera.borrow(); + let (vw, vh) = self.tabs[i].scene.selection.borrow().vp_size; + if let Some(region) = scene::hit_test( + self.cursor_pos.x, + self.cursor_pos.y, + vw, + vh, + cam.view_rotation_mat(), + VIEWCUBE_PX, + ) { + return Task::done(Message::ViewCubeSnap(region)); + } + Task::none() + } + + Message::WindowResized(w, h) => { + self.vp_size = ((w - 440.0).max(200.0), h); + Task::none() + } + + Message::ViewCubeSnap(region) => { + let i = self.active_tab; + let mut region = region; + { + let mut cam = self.tabs[i].scene.camera.borrow_mut(); + let (target_yaw, target_pitch) = region.snap_angles(); + if angle_close(cam.yaw, target_yaw, 0.01) + && angle_close(cam.pitch, target_pitch, 0.01) + { + region = region.opposite(); + } + let (yaw, pitch) = region.snap_angles(); + cam.snap_to_angles(yaw, pitch); + } + self.tabs[i].scene.camera_generation += 1; + self.command_line + .push_output(&format!("View: {}", region.label())); + Task::none() + } + + Message::ToggleSnapEnabled => { + self.snapper.toggle_global(); + Task::none() + } + Message::ToggleGridSnap => { + self.snapper.toggle(snap::SnapType::Grid); + Task::none() + } + Message::ToggleGrid => { + self.show_grid ^= true; + Task::none() + } + Message::ToggleOrtho => { + self.ortho_mode ^= true; + if self.ortho_mode { + self.polar_mode = false; + } + Task::none() + } + Message::TogglePolar => { + self.polar_mode ^= true; + if self.polar_mode { + self.ortho_mode = false; + } + Task::none() + } + Message::ToggleSnap(t) => { + self.snapper.toggle(t); + Task::none() + } + Message::ToggleSnapPopup => { + self.snap_popup_open ^= true; + Task::none() + } + Message::CloseSnapPopup => { + self.snap_popup_open = false; + Task::none() + } + Message::SnapSelectAll => { + self.snapper.enable_all(); + Task::none() + } + Message::SnapClearAll => { + self.snapper.disable_all(); + Task::none() + } + + Message::ToggleRibbonDropdown(id) => { + self.ribbon.toggle_dropdown(&id); + Task::none() + } + Message::CloseRibbonDropdown => { + self.ribbon.close_dropdown(); + Task::none() + } + Message::DropdownSelectItem { dropdown_id, cmd } => { + self.ribbon.select_dropdown_item(dropdown_id, cmd); + self.ribbon.activate_tool(cmd); + self.dispatch_command(cmd) + } + + Message::DeleteSelected => { + let i = self.active_tab; + let handles: Vec<_> = self.tabs[i].scene.selected.iter().cloned().collect(); + if !handles.is_empty() { + self.push_undo_snapshot(i, "ERASE"); + self.tabs[i].scene.erase_entities(&handles); + self.tabs[i].dirty = true; + self.refresh_properties(); + } + Task::none() + } + + // ── Properties panel messages ───────────────────────────────── + Message::PropSelectionGroupChanged(group) => { + self.tabs[self.active_tab].properties.selected_group = Some(group); + self.refresh_properties(); + Task::none() + } + + Message::RibbonLayerChanged(layer) => { + let i = self.active_tab; + self.tabs[i].active_layer = layer.clone(); + self.tabs[i].layers.current_layer = layer.clone(); + self.ribbon.active_layer = layer; + self.ribbon.close_dropdown(); + Task::none() + } + + Message::RibbonColorChanged(color) => { + self.ribbon.active_color = color; + self.ribbon.prop_color_palette_open = false; + self.ribbon.close_dropdown(); + Task::none() + } + Message::RibbonColorPaletteToggle => { + self.ribbon.prop_color_palette_open ^= true; + Task::none() + } + Message::RibbonLinetypeChanged(lt) => { + self.ribbon.active_linetype = lt; + self.ribbon.close_dropdown(); + Task::none() + } + Message::RibbonLineweightChanged(lw) => { + self.ribbon.active_lineweight = lw; + self.ribbon.close_dropdown(); + Task::none() + } + + Message::PropLayerChanged(layer) => { + let i = self.active_tab; + let handles = self.property_target_handles(i); + if !handles.is_empty() { + self.push_undo_snapshot(i, "CHPROP"); + for handle in handles { + if let Some(entity) = self.tabs[i].scene.document.get_entity_mut(handle) { + dispatch::apply_common_prop(entity, "layer", &layer); + } + } + self.tabs[i].dirty = true; + self.refresh_properties(); + } + Task::none() + } + + Message::PropColorChanged(color) => { + let i = self.active_tab; + let handles = self.property_target_handles(i); + if !handles.is_empty() { + self.push_undo_snapshot(i, "CHPROP"); + for handle in handles { + if let Some(entity) = self.tabs[i].scene.document.get_entity_mut(handle) { + dispatch::apply_color(entity, color); + } + } + self.tabs[i].properties.color_picker_open = false; + self.tabs[i].properties.color_palette_open = false; + self.tabs[i].dirty = true; + self.refresh_properties(); + } + Task::none() + } + + Message::PropLwChanged(lw) => { + let i = self.active_tab; + let handles = self.property_target_handles(i); + if !handles.is_empty() { + self.push_undo_snapshot(i, "CHPROP"); + for handle in handles { + if let Some(entity) = self.tabs[i].scene.document.get_entity_mut(handle) { + dispatch::apply_line_weight(entity, lw); + } + } + self.tabs[i].dirty = true; + self.refresh_properties(); + } + Task::none() + } + + Message::PropLinetypeChanged(lt) => { + let i = self.active_tab; + let handles = self.property_target_handles(i); + if !handles.is_empty() { + self.push_undo_snapshot(i, "CHPROP"); + for handle in handles { + if let Some(entity) = self.tabs[i].scene.document.get_entity_mut(handle) { + dispatch::apply_common_prop(entity, "linetype", <); + } + } + self.tabs[i].dirty = true; + self.refresh_properties(); + } + Task::none() + } + + Message::PropHatchPatternChanged(name) => { + let i = self.active_tab; + let handles = self.property_target_handles(i); + if !handles.is_empty() { + use crate::scene::hatch_patterns; + if let Some(entry) = hatch_patterns::find(&name) { + self.push_undo_snapshot(i, "HATCHEDIT"); + for handle in handles { + if let Some(acadrust::EntityType::Hatch(dxf)) = + self.tabs[i].scene.document.get_entity_mut(handle) + { + dxf.pattern = hatch_patterns::build_dxf_pattern(entry); + dxf.is_solid = matches!( + entry.gpu, + crate::scene::hatch_model::HatchPattern::Solid + ); + } + if let Some(model) = self.tabs[i].scene.hatches.get_mut(&handle) { + model.pattern = entry.gpu.clone(); + model.name = name.clone(); + } + } + self.tabs[i].dirty = true; + self.refresh_properties(); + } + } + Task::none() + } + + Message::PropBoolToggle(field) => { + let i = self.active_tab; + let handles = self.property_target_handles(i); + if !handles.is_empty() { + self.push_undo_snapshot(i, "CHPROP"); + for handle in handles { + if let Some(entity) = self.tabs[i].scene.document.get_entity_mut(handle) { + match field { + "invisible" => dispatch::toggle_invisible(entity), + _ => dispatch::apply_geom_prop(entity, field, "toggle"), + } + } + } + self.tabs[i].dirty = true; + self.refresh_properties(); + } + Task::none() + } + + Message::PropGeomChoiceChanged { field, value } => { + let i = self.active_tab; + let handles = self.property_target_handles(i); + if !handles.is_empty() { + self.push_undo_snapshot(i, "CHPROP"); + for handle in handles { + if let Some(entity) = self.tabs[i].scene.document.get_entity_mut(handle) { + dispatch::apply_geom_prop(entity, field, &value); + } + } + self.tabs[i].dirty = true; + self.refresh_properties(); + } + Task::none() + } + + Message::PropGeomInput { field, value } => { + self.tabs[self.active_tab] + .properties + .edit_buf + .insert(field.to_string(), value); + Task::none() + } + + Message::PropGeomCommit(field) => { + let i = self.active_tab; + let handles = self.property_target_handles(i); + if !handles.is_empty() { + if let Some(val) = self.tabs[i].properties.edit_buf.remove(field) { + self.push_undo_snapshot(i, "CHPROP"); + for handle in handles { + if let Some(entity) = self.tabs[i].scene.document.get_entity_mut(handle) + { + match field { + "linetype_scale" | "transparency" => { + dispatch::apply_common_prop(entity, field, &val); + } + _ => { + dispatch::apply_geom_prop(entity, field, &val); + } + } + } + } + self.tabs[i].dirty = true; + self.refresh_properties(); + } + } + Task::none() + } + + Message::PropColorPickerToggle => { + let i = self.active_tab; + self.tabs[i].properties.color_picker_open = + !self.tabs[i].properties.color_picker_open; + if self.tabs[i].properties.color_picker_open { + self.tabs[i].properties.color_palette_open = false; + } + Task::none() + } + + Message::PropColorPaletteToggle => { + self.tabs[self.active_tab].properties.color_palette_open = + !self.tabs[self.active_tab].properties.color_palette_open; + Task::none() + } + + Message::LayoutSwitch(name) => { + let i = self.active_tab; + let going_to_paper = name != "Model"; + self.tabs[i].scene.current_layout = name; + self.tabs[i].scene.deselect_all(); + self.tabs[i].scene.fit_all(); + // Switch to Layout tab when entering paper space; back to Home when leaving. + if going_to_paper { + if let Some(idx) = self.ribbon.layout_module_index() { + self.ribbon.select(idx); + } + } else { + if self.ribbon.active_is_layout() { + self.ribbon.select(0); + } + } + Task::none() + } + + Message::LayoutCreate => { + let i = self.active_tab; + let count = self.tabs[i].scene.layout_names().len(); // "Model" + existing paper + let new_name = format!("Layout{}", count); + self.push_undo_snapshot(i, "LAYOUT"); + match self.tabs[i].scene.document.add_layout(&new_name) { + Ok(_) => { + self.tabs[i].scene.current_layout = new_name.clone(); + self.tabs[i].scene.deselect_all(); + self.tabs[i].scene.fit_all(); + if let Some(idx) = self.ribbon.layout_module_index() { + self.ribbon.select(idx); + } + self.command_line.push_output(&format!( + "Layout \"{new_name}\" oluşturuldu — MVIEW ile viewport ekleyin" + )); + self.tabs[i].dirty = true; + } + Err(e) => self + .command_line + .push_error(&format!("Layout oluşturulamadı: {e}")), + } + Task::none() + } + + Message::Undo => { + self.undo_active_tab(); + Task::none() + } + + Message::Redo => { + self.redo_active_tab(); + Task::none() + } + + Message::UndoMany(steps) => { + self.ribbon.close_dropdown(); + self.undo_steps(steps); + Task::none() + } + + Message::RedoMany(steps) => { + self.ribbon.close_dropdown(); + self.redo_steps(steps); + Task::none() + } + + Message::Noop => Task::none(), + } + } + + fn dispatch_command(&mut self, cmd: &str) -> Task { + let i = self.active_tab; + // Cancel any running command before starting a new one. + if self.tabs[i].active_cmd.is_some() { + self.tabs[i].scene.clear_preview_wire(); + self.tabs[i].active_cmd = None; + } + + if let Some(path_str) = cmd.strip_prefix("OPEN_RECENT:") { + let path = PathBuf::from(path_str); + return Task::perform(io::open_path(path), Message::FileOpened); + } + + match cmd { + "NEW" => return Task::done(Message::ClearScene), + "OPEN" => return Task::done(Message::OpenFile), + "SAVE"|"QSAVE" => return Task::done(Message::SaveFile), + "SAVEAS" => return Task::done(Message::SaveAs), + "UNDO"|"U" => return Task::done(Message::Undo), + "REDO" => return Task::done(Message::Redo), + "CLEAR"|"CLR" => return Task::done(Message::ClearScene), + "WIREFRAME"|"VW" => return Task::done(Message::SetWireframe(true)), + "SOLID"|"VS" => return Task::done(Message::SetWireframe(false)), + "ORTHO" => return Task::done(Message::SetProjection(true)), + "PERSP" => return Task::done(Message::SetProjection(false)), + "LAYERS"|"LA" => return Task::done(Message::ToggleLayers), + + // ── Layer object commands ────────────────────────────────────── + // Commands that operate on the layer of selected (or picked) objects. + + "LAYOFF" => { + let handles: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("LAYOFF"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + let layers: std::collections::HashSet = self.tabs[i].scene + .selected_entities().into_iter() + .map(|(_, e)| e.common().layer.clone()).collect(); + self.push_undo_snapshot(i, "LAYOFF"); + for name in &layers { + if name == "0" { continue; } + if let Some(dl) = self.tabs[i].scene.document.layers.get_mut(name) { + dl.turn_off(); + } + } + self.tabs[i].dirty = true; + self.sync_ribbon_layers(); + self.command_line.push_info("Layer(s) turned off."); + } + } + + "LAYFRZ" => { + let handles: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("LAYFRZ"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + let layers: std::collections::HashSet = self.tabs[i].scene + .selected_entities().into_iter() + .map(|(_, e)| e.common().layer.clone()).collect(); + self.push_undo_snapshot(i, "LAYFRZ"); + for name in &layers { + if name == "0" { continue; } + if let Some(dl) = self.tabs[i].scene.document.layers.get_mut(name) { + dl.freeze(); + } + } + self.tabs[i].dirty = true; + self.sync_ribbon_layers(); + self.command_line.push_info("Layer(s) frozen."); + } + } + + "LAYLCK" => { + let handles: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("LAYLCK"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + let layers: std::collections::HashSet = self.tabs[i].scene + .selected_entities().into_iter() + .map(|(_, e)| e.common().layer.clone()).collect(); + self.push_undo_snapshot(i, "LAYLCK"); + for name in &layers { + if let Some(dl) = self.tabs[i].scene.document.layers.get_mut(name) { + dl.lock(); + } + } + self.tabs[i].dirty = true; + self.sync_ribbon_layers(); + self.command_line.push_info("Layer(s) locked."); + } + } + + "LAYMCUR" => { + let entities = self.tabs[i].scene.selected_entities(); + if entities.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("LAYMCUR"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + let layer = entities[0].1.common().layer.clone(); + self.tabs[i].active_layer = layer.clone(); + self.ribbon.active_layer = layer.clone(); + self.tabs[i].layers.current_layer = layer.clone(); + self.command_line.push_info(&format!("Current layer set to \"{layer}\".")); + self.sync_ribbon_layers(); + } + } + + "LAYON" => { + self.push_undo_snapshot(i, "LAYON"); + for name in self.tabs[i].scene.document.layers.iter() + .map(|l| l.name.clone()).collect::>() + { + if let Some(dl) = self.tabs[i].scene.document.layers.get_mut(&name) { + dl.turn_on(); + } + } + self.tabs[i].dirty = true; + self.sync_ribbon_layers(); + self.command_line.push_info("All layers turned on."); + } + + "LAYTHW" => { + self.push_undo_snapshot(i, "LAYTHW"); + for name in self.tabs[i].scene.document.layers.iter() + .map(|l| l.name.clone()).collect::>() + { + if let Some(dl) = self.tabs[i].scene.document.layers.get_mut(&name) { + dl.thaw(); + } + } + self.tabs[i].dirty = true; + self.sync_ribbon_layers(); + self.command_line.push_info("All layers thawed."); + } + + "LAYULK" => { + let handles: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("LAYULK"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + let layers: std::collections::HashSet = self.tabs[i].scene + .selected_entities().into_iter() + .map(|(_, e)| e.common().layer.clone()).collect(); + self.push_undo_snapshot(i, "LAYULK"); + for name in &layers { + if let Some(dl) = self.tabs[i].scene.document.layers.get_mut(name) { + dl.unlock(); + } + } + self.tabs[i].dirty = true; + self.sync_ribbon_layers(); + self.command_line.push_info("Layer(s) unlocked."); + } + } + + "LAYMATCH"|"LAYMCH" => { + use crate::command::laymatch::LayMatchCommand; + let dest: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + let cmd = LayMatchCommand::new(dest); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } + + "MATCHPROP"|"MA" => { + use crate::command::matchprop::MatchPropCommand; + self.tabs[i].scene.deselect_all(); + let cmd = MatchPropCommand::new(); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } + + "GROUP"|"G" => { + let handles: Vec<_> = self.tabs[i] + .scene + .selected_entities() + .into_iter() + .map(|(h, _)| h) + .collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("GROUP"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + let auto_name = Self::next_group_auto_name(&self.tabs[i].scene); + use crate::command::group::GroupCommand; + let cmd = GroupCommand::new(handles, auto_name); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } + } + + "UNGROUP"|"UG" => { + let handles: Vec<_> = self.tabs[i] + .scene + .selected_entities() + .into_iter() + .map(|(h, _)| h) + .collect(); + if handles.is_empty() { + use crate::command::ungroup::UngroupCommand; + let cmd = UngroupCommand::new(); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + self.push_undo_snapshot(i, "UNGROUP"); + let count = self.tabs[i].scene.delete_groups_containing(&handles); + self.tabs[i].dirty = true; + if count > 0 { + self.command_line.push_info(&format!("{} group(s) dissolved.", count)); + } else { + self.command_line.push_info("No groups found for selected objects."); + } + } + } + + "COPYCLIP"|"CC" => { + let handles: Vec<_> = self.tabs[i] + .scene.selected_entities().into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("COPYCLIP"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + let entities: Vec<_> = handles.iter() + .filter_map(|&h| self.tabs[i].scene.document.get_entity(h).cloned()) + .collect(); + self.clipboard_centroid = Self::entities_centroid( + &self.tabs[i].scene.wire_models_for(&handles), + ); + self.clipboard = entities; + self.command_line.push_info( + &format!("{} object(s) copied to clipboard.", self.clipboard.len()), + ); + } + } + + "CUTCLIP"|"CX" => { + let handles: Vec<_> = self.tabs[i] + .scene.selected_entities().into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("CUTCLIP"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + let entities: Vec<_> = handles.iter() + .filter_map(|&h| self.tabs[i].scene.document.get_entity(h).cloned()) + .collect(); + self.clipboard_centroid = Self::entities_centroid( + &self.tabs[i].scene.wire_models_for(&handles), + ); + let count = entities.len(); + self.clipboard = entities; + self.push_undo_snapshot(i, "CUTCLIP"); + self.tabs[i].scene.erase_entities(&handles); + self.tabs[i].scene.deselect_all(); + self.tabs[i].dirty = true; + self.refresh_properties(); + self.command_line.push_info( + &format!("{} object(s) cut to clipboard.", count), + ); + } + } + + "PASTECLIP"|"PC" => { + if self.clipboard.is_empty() { + self.command_line.push_error("Clipboard is empty."); + } else { + let wires = self.tabs[i].scene.wires_for_entities(&self.clipboard); + use crate::command::paste::PasteCommand; + let cmd = PasteCommand::new(wires, self.clipboard_centroid); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } + } + + "BLOCK" => { + let handles: Vec<_> = self.tabs[i] + .scene + .selected_entities() + .into_iter() + .map(|(h, _)| h) + .collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("BLOCK"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + use crate::modules::insert::create_block::CreateBlockCommand; + let cmd = CreateBlockCommand::new(handles); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } + } + "INSERT" => { + let blocks = self.tabs[i].scene.custom_block_names(); + if blocks.is_empty() { + self.command_line + .push_error("No user-defined blocks found in this drawing."); + } else { + use crate::modules::insert::insert_block::InsertBlockCommand; + let cmd = InsertBlockCommand::new(blocks); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } + } + + "LINE"|"L" => { + use crate::modules::home::draw::line::LineCommand; + let new_cmd = LineCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "CIRCLE"|"C" => { + use crate::modules::home::draw::circle::CircleCommand; + let new_cmd = CircleCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "CIRCLE_CD" => { + use crate::modules::home::draw::circle::CircleCDCommand; + let new_cmd = CircleCDCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "CIRCLE_2P" => { + use crate::modules::home::draw::circle::Circle2PCommand; + let new_cmd = Circle2PCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "CIRCLE_3P" => { + use crate::modules::home::draw::circle::Circle3PCommand; + let new_cmd = Circle3PCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "CIRCLE_TTR" => { + use crate::modules::home::draw::circle::CircleTTRCommand; + let new_cmd = CircleTTRCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.pre_cmd_tangent = Some(self.snapper.is_on(crate::snap::SnapType::Tangent)); + self.snapper.enabled.insert(crate::snap::SnapType::Tangent); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "CIRCLE_TTT" => { + use crate::modules::home::draw::circle::CircleTTTCommand; + let new_cmd = CircleTTTCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.pre_cmd_tangent = Some(self.snapper.is_on(crate::snap::SnapType::Tangent)); + self.snapper.enabled.insert(crate::snap::SnapType::Tangent); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "ARC"|"A" => { + use crate::modules::home::draw::arc::ArcCommand; + let new_cmd = ArcCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "ARC_3P" => { + use crate::modules::home::draw::arc::Arc3PCommand; + let new_cmd = Arc3PCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "ARC_SCE" => { + use crate::modules::home::draw::arc::ArcSCECommand; + let new_cmd = ArcSCECommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "ARC_SCA" => { + use crate::modules::home::draw::arc::ArcSCACommand; + let new_cmd = ArcSCACommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "ARC_SCL" => { + use crate::modules::home::draw::arc::ArcSCLCommand; + let new_cmd = ArcSCLCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "ARC_SEA" => { + use crate::modules::home::draw::arc::ArcSEACommand; + let new_cmd = ArcSEACommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "ARC_SER" => { + use crate::modules::home::draw::arc::ArcSERCommand; + let new_cmd = ArcSERCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "ARC_SED" => { + use crate::modules::home::draw::arc::ArcSEDCommand; + let new_cmd = ArcSEDCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "ARC_CSA" => { + use crate::modules::home::draw::arc::ArcCSACommand; + let new_cmd = ArcCSACommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "ARC_CSL" => { + use crate::modules::home::draw::arc::ArcCSLCommand; + let new_cmd = ArcCSLCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "RECT" => { + use crate::modules::home::draw::shapes::RectCommand; + let new_cmd = RectCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "RECT_ROT" => { + use crate::modules::home::draw::shapes::RectRotCommand; + let new_cmd = RectRotCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "RECT_CEN" => { + use crate::modules::home::draw::shapes::RectCenCommand; + let new_cmd = RectCenCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "POLY" => { + use crate::modules::home::draw::shapes::PolyCommand; + let new_cmd = PolyCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "POLY_C" => { + use crate::modules::home::draw::shapes::PolyCCommand; + let new_cmd = PolyCCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "POLY_E" => { + use crate::modules::home::draw::shapes::PolyECommand; + let new_cmd = PolyECommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "PLINE"|"PL" => { + use crate::modules::home::draw::polyline::PlineCommand; + let new_cmd = PlineCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "MOVE"|"M" => { + let handles: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("MOVE"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + use crate::modules::home::modify::translate::MoveCommand; + let wires = self.tabs[i].scene.wire_models_for(&handles); + let new_cmd = MoveCommand::new(handles, wires); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + } + + "COPY"|"CO" => { + let handles: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("COPY"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + use crate::modules::home::modify::copy::CopyCommand; + let wires = self.tabs[i].scene.wire_models_for(&handles); + let new_cmd = CopyCommand::new(handles, wires); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + } + + "ROTATE"|"RO" => { + let handles: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("ROTATE"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + use crate::modules::home::modify::rotate::RotateCommand; + let wires = self.tabs[i].scene.wire_models_for(&handles); + let new_cmd = RotateCommand::new(handles, wires); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + } + "POINT"|"PO" => { + use crate::modules::home::draw::point::PointCommand; + let new_cmd = PointCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "HATCH"|"H" => { + use crate::modules::home::draw::hatch::HatchCommand; + let outlines = self.tabs[i].scene.closed_outlines(); + let new_cmd = HatchCommand::new(outlines); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "GRADIENT" => { + use crate::modules::home::draw::hatch::GradientCommand; + let outlines = self.tabs[i].scene.closed_outlines(); + let new_cmd = GradientCommand::new(outlines); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "BOUNDARY" => { + use crate::modules::home::draw::hatch::BoundaryCommand; + let outlines = self.tabs[i].scene.closed_outlines(); + let new_cmd = BoundaryCommand::new(outlines); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "ELLIPSE"|"EL" => { + use crate::modules::home::draw::ellipse::EllipseCommand; + let new_cmd = EllipseCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "ELLIPSE_AXIS" => { + use crate::modules::home::draw::ellipse::EllipseAxisCommand; + let new_cmd = EllipseAxisCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "ELLIPSE_ARC" => { + use crate::modules::home::draw::ellipse::EllipseArcCommand; + let new_cmd = EllipseArcCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "SPLINE"|"SPL" => { + use crate::modules::home::draw::spline::SplineCommand; + let new_cmd = SplineCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "SCALE"|"SC" => { + let handles: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("SCALE"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + use crate::modules::home::modify::scale::ScaleCommand; + let wires = self.tabs[i].scene.wire_models_for(&handles); + let new_cmd = ScaleCommand::new(handles, wires); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + } + + "MIRROR"|"MI" => { + let handles: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("MIRROR"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + use crate::modules::home::modify::mirror::MirrorCommand; + let wires = self.tabs[i].scene.wire_models_for(&handles); + let new_cmd = MirrorCommand::new(handles, wires); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + } + + "ERASE"|"E" => { + let handles: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("ERASE"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + let n = handles.len(); + self.push_undo_snapshot(i, "ERASE"); + self.tabs[i].scene.erase_entities(&handles); + self.tabs[i].dirty = true; + self.refresh_properties(); + self.command_line.push_output(&format!("{n} object(s) erased.")); + } + } + + "TEXT"|"T"|"DT" => { + use crate::modules::annotate::text::TextCommand; + let new_cmd = TextCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "MTEXT"|"MT" => { + use crate::modules::annotate::mtext::MTextCommand; + let new_cmd = MTextCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "DIMLINEAR" => { + use crate::modules::annotate::linear_dim::LinearDimensionCommand; + let new_cmd = LinearDimensionCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "DIMRADIUS" => { + use crate::modules::annotate::radius_dim::RadiusDimensionCommand; + let new_cmd = RadiusDimensionCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "DIMANGULAR" => { + use crate::modules::annotate::angular_dim::AngularDimensionCommand; + let new_cmd = AngularDimensionCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "LEADER"|"LE" => { + use crate::modules::annotate::leader_cmd::LeaderCommand; + let new_cmd = LeaderCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "MLEADER"|"MLD" => { + use crate::modules::annotate::mleader_cmd::MLeaderCommand; + let new_cmd = MLeaderCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "ZOOM EXTENTS"|"ZOOMEXTENTS"|"ZE" => { + self.tabs[i].scene.fit_all(); + self.command_line.push_output("Zoom Extents"); + } + "STRETCH"|"SS" => { + let handles: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("STRETCH"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + use crate::modules::home::modify::stretch::StretchCommand; + let new_cmd = StretchCommand::new(handles); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + } + + "FILLET"|"F" => { + use crate::modules::home::modify::fillet::FilletCommand; + let entities: Vec<_> = self.tabs[i].scene.entity_wires().iter() + .filter_map(|w| { + let h = Scene::handle_from_wire_name(&w.name)?; + self.tabs[i].scene.document.get_entity(h).cloned().map(|e| (h, e)) + }).collect(); + let all_entities: Vec<_> = entities.into_iter().map(|(_, e)| e).collect(); + let new_cmd = FilletCommand::new( + crate::modules::home::defaults::get_fillet_radius(), all_entities); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + + "ARRAY"|"AR"|"ARRAYRECT" => { + let handles: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("ARRAYRECT"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + use crate::modules::home::modify::array::ArrayRectCommand; + let wires = self.tabs[i].scene.wire_models_for(&handles); + let new_cmd = ArrayRectCommand::new(handles, wires); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + } + + "ARRAYPOLAR" => { + let handles: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("ARRAYPOLAR"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + use crate::modules::home::modify::array::ArrayPolarCommand; + let wires = self.tabs[i].scene.wire_models_for(&handles); + let new_cmd = ArrayPolarCommand::new(handles, wires); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + } + + "ARRAYPATH" => { + let handles: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().map(|(h, _)| h).collect(); + if handles.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("ARRAYPATH"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + use crate::modules::home::modify::array::ArrayPathCommand; + let wires = self.tabs[i].scene.wire_models_for(&handles); + let all_entities: Vec<_> = self.tabs[i].scene.entity_wires().iter() + .filter_map(|w| { + let h = Scene::handle_from_wire_name(&w.name)?; + self.tabs[i].scene.document.get_entity(h).cloned() + }).collect(); + let new_cmd = ArrayPathCommand::new(handles, wires, all_entities); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + } + + "CHAMFER"|"CHA" => { + use crate::modules::home::modify::fillet::ChamferCommand; + let entities: Vec<_> = self.tabs[i].scene.entity_wires().iter() + .filter_map(|w| { + let h = Scene::handle_from_wire_name(&w.name)?; + self.tabs[i].scene.document.get_entity(h).cloned().map(|e| (h, e)) + }).collect(); + let all_entities: Vec<_> = entities.into_iter().map(|(_, e)| e).collect(); + let new_cmd = ChamferCommand::new( + crate::modules::home::defaults::get_chamfer_dist1(), all_entities); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "EXPLODE"|"X" => { + use crate::modules::home::modify::explode::explode_entity; + // Collect into owned vec to release borrow before mutating + let entities: Vec<_> = self.tabs[i].scene.selected_entities() + .into_iter().collect(); + if entities.is_empty() { + use crate::command::select::SelectObjectsCommand; + let cmd = SelectObjectsCommand::new("EXPLODE"); + self.command_line.push_info(&cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(cmd)); + } else { + // Pre-compute all replacements before mutating + let replacements: Vec<(acadrust::Handle, Vec)> = entities + .iter() + .filter_map(|(h, e)| { + let pieces = explode_entity(e, &self.tabs[i].scene.document); + if pieces.is_empty() { None } else { Some((*h, pieces)) } + }) + .collect(); + let exploded = replacements.len(); + if exploded > 0 { + self.push_undo_snapshot(i, "EXPLODE"); + } + for (handle, pieces) in replacements { + self.tabs[i].scene.erase_entities(&[handle]); + for piece in pieces { + self.tabs[i].scene.add_entity(piece); + } + } + if exploded > 0 { + self.tabs[i].dirty = true; + self.refresh_properties(); + self.command_line.push_output(&format!("{exploded} object(s) exploded.")); + } else { + self.command_line.push_info("EXPLODE: no explodable objects selected."); + } + } + } + + "OFFSET"|"O" => { + use crate::modules::home::modify::offset::OffsetCommand; + let all_entities: Vec<_> = self.tabs[i].scene.entity_wires().iter() + .filter_map(|w| { + let h = Scene::handle_from_wire_name(&w.name)?; + self.tabs[i].scene.document.get_entity(h).cloned() + }).collect(); + let new_cmd = OffsetCommand::new( + crate::modules::home::defaults::get_offset_dist(), all_entities); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + + "TRIM"|"TR" => { + use crate::modules::home::modify::trim::TrimCommand; + let entities: Vec<_> = self.tabs[i].scene.entity_wires().iter() + .filter_map(|w| { + let h = Scene::handle_from_wire_name(&w.name)?; + self.tabs[i].scene.document.get_entity(h).cloned().map(|e| (h, e)) + }).collect(); + let all_entities: Vec<_> = entities.into_iter().map(|(_, e)| e).collect(); + let new_cmd = TrimCommand::new(all_entities); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "EXTEND"|"EX" => { + use crate::modules::home::modify::trim::ExtendCommand; + let entities: Vec<_> = self.tabs[i].scene.entity_wires().iter() + .filter_map(|w| { + let h = Scene::handle_from_wire_name(&w.name)?; + self.tabs[i].scene.document.get_entity(h).cloned().map(|e| (h, e)) + }).collect(); + let all_entities: Vec<_> = entities.into_iter().map(|(_, e)| e).collect(); + let new_cmd = ExtendCommand::new(all_entities); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + "3DORBIT"|"3O"=> self.command_line.push_info("3D Orbit: drag with right mouse button."), + "HELP"|"?" => self.command_line.push_output("Draw: LINE CIRCLE ARC PLINE POINT ELLIPSE SPLINE | Modify: MOVE COPY ROTATE SCALE MIRROR ERASE | Text: TEXT MTEXT | File: OPEN SAVE SAVEAS"), + + "DONATE" => { + let _ = open::that("https://patreon.com/HakanSeven12"); + self.command_line.push_info("Opening Patreon page..."); + } + + // ── Layout / viewport ───────────────────────────────────────── + "MVIEW"|"MV" => { + if self.tabs[i].scene.current_layout == "Model" { + self.command_line.push_error("MVIEW: önce bir paper space layout'una geçin."); + } else { + use crate::modules::layout::mview::MviewCommand; + let new_cmd = MviewCommand::new(); + self.command_line.push_info(&new_cmd.prompt()); + self.tabs[i].active_cmd = Some(Box::new(new_cmd)); + } + } + + _ => self.command_line.push_error(&format!("Unknown command: {cmd}")), + } + // Focus the command line whenever a command just became active. + let i = self.active_tab; + if self.tabs[i].active_cmd.is_some() { + self.tabs[i].last_cmd = Some(cmd.to_string()); + self.focus_cmd_input() + } else { + Task::none() + } + } + + /// Rebuild the PropertiesPanel from the current entity selection. + /// Preserves UI state (open pickers, edit buffer) across refreshes. + fn refresh_properties(&mut self) { + let i = self.active_tab; + // Preserve transient UI state across rebuilds. + let color_picker_open = self.tabs[i].properties.color_picker_open; + let color_palette_open = self.tabs[i].properties.color_palette_open; + let edit_buf = std::mem::take(&mut self.tabs[i].properties.edit_buf); + let selected_group = self.tabs[i].properties.selected_group.clone(); + + let layer_names: Vec = self.tabs[i] + .scene + .document + .layers + .iter() + .map(|l| l.name.clone()) + .collect(); + let linetype_items: Vec = self.tabs[i] + .scene + .document + .line_types + .iter() + .map(|lt| { + let name = if lt.name.is_empty() { + "ByLayer".to_string() + } else { + lt.name.clone() + }; + let art = linetypes::extract_pattern(<.description); + ui::properties::LinetypeItem { name, art } + }) + .collect(); + let text_style_names: Vec = self.tabs[i] + .scene + .document + .text_styles + .iter() + .map(|style| style.name.trim().to_string()) + .filter(|name| !name.is_empty()) + .collect(); + + let new_panel = { + let selected = self.tabs[i].scene.selected_entities(); + let mut panel = match selected.len() { + 0 => ui::PropertiesPanel::empty(), + 1 => { + let (handle, entity) = selected[0]; + let group_names = self.tabs[i].scene.group_names_for_entity(handle); + let mut sections = + dispatch::properties_sectioned(handle, entity, &text_style_names); + if !group_names.is_empty() { + let label = group_names.join(", "); + if let Some(general) = sections.first_mut() { + general.props.push(crate::scene::object::Property { + label: "Group".to_string(), + field: "group", + value: crate::scene::object::PropValue::ReadOnly(label), + }); + } + } + let title = entity_type_label(entity); + ui::PropertiesPanel { + choice_combos: sections + .iter() + .flat_map(|section| section.props.iter()) + .filter_map(|prop| match &prop.value { + crate::scene::object::PropValue::Choice { options, .. } => Some(( + prop.field.to_string(), + iced::widget::combo_box::State::new(options.clone()), + )), + _ => None, + }) + .collect(), + sections, + title, + layer_combo: iced::widget::combo_box::State::new(layer_names.clone()), + linetype_combo: iced::widget::combo_box::State::new(linetype_items.clone()), + hatch_pattern_combo: iced::widget::combo_box::State::new( + crate::scene::hatch_patterns::names(), + ), + lineweight_combo: iced::widget::combo_box::State::new( + ui::properties::lw_options(), + ), + linetype_items, + ..Default::default() + } + } + _ => { + let groups = build_selection_groups(&selected); + let active_group = selected_group + .and_then(|group| groups.iter().find(|g| g.label == group.label).cloned()) + .or_else(|| groups.first().cloned()); + + let filtered: Vec<(Handle, &EntityType)> = active_group + .as_ref() + .map(|group| { + selected + .iter() + .filter(|(handle, _)| group.handles.contains(handle)) + .copied() + .collect() + }) + .unwrap_or_default(); + + let sections = aggregate_sections(&filtered, &text_style_names); + ui::PropertiesPanel { + choice_combos: sections + .iter() + .flat_map(|section| section.props.iter()) + .filter_map(|prop| match &prop.value { + crate::scene::object::PropValue::Choice { options, .. } => Some(( + prop.field.to_string(), + iced::widget::combo_box::State::new(options.clone()), + )), + _ => None, + }) + .collect(), + sections, + title: format!("{} objects selected", selected.len()), + selection_group_combo: iced::widget::combo_box::State::new(groups.clone()), + selection_groups: groups, + selected_group: active_group, + layer_combo: iced::widget::combo_box::State::new(layer_names.clone()), + linetype_combo: iced::widget::combo_box::State::new(linetype_items.clone()), + hatch_pattern_combo: iced::widget::combo_box::State::new( + crate::scene::hatch_patterns::names(), + ), + lineweight_combo: iced::widget::combo_box::State::new( + ui::properties::lw_options(), + ), + linetype_items, + ..Default::default() + } + } + }; + // Restore UI state. + panel.color_picker_open = color_picker_open; + panel.color_palette_open = color_palette_open; + panel.edit_buf = edit_buf; + panel + // `selected` is dropped here, releasing the borrow on `self.tabs[i].scene` + }; + + self.tabs[i].properties = new_panel; + self.refresh_selected_grips(); + } + + /// Rebuild the cached selected_grips from the current entity selection. + fn refresh_selected_grips(&mut self) { + let i = self.active_tab; + let (new_handle, new_grips) = { + let selected = self.tabs[i].scene.selected_entities(); + if selected.len() == 1 { + let (handle, entity) = selected[0]; + let grips = dispatch::grips(entity); + (Some(handle), grips) + } else { + (None, vec![]) + } + // `selected` is dropped here + }; + self.tabs[i].selected_handle = new_handle; + self.tabs[i].selected_grips = new_grips; + } + + fn property_target_handles(&self, i: usize) -> Vec { + let handles = self.tabs[i].properties.selected_handles(); + if !handles.is_empty() { + handles + } else { + self.tabs[i].selected_handle.into_iter().collect() + } + } + + fn history_label_from_active_cmd(&self, i: usize, fallback: &'static str) -> String { + self.tabs[i] + .active_cmd + .as_ref() + .map(|cmd| cmd.name().to_string()) + .unwrap_or_else(|| fallback.to_string()) + } + + fn capture_history_snapshot(&self, i: usize, label: impl Into) -> HistorySnapshot { + HistorySnapshot { + document: self.tabs[i].scene.document.clone(), + current_layout: self.tabs[i].scene.current_layout.clone(), + selected: self.tabs[i].scene.selected.iter().copied().collect(), + dirty: self.tabs[i].dirty, + label: label.into(), + } + } + + fn sync_ribbon_layers(&mut self) { + let i = self.active_tab; + let active = self.tabs[i].active_layer.clone(); + // Build LayerInfo from the panel (already synced from doc). + let infos: Vec = self.tabs[i] + .layers + .layers + .iter() + .map(|l| crate::ui::ribbon::LayerInfo { + name: l.name.clone(), + color: l.color, + visible: l.visible, + frozen: l.frozen, + locked: l.locked, + }) + .collect(); + let names: Vec = infos.iter().map(|l| l.name.clone()).collect(); + // If the active layer no longer exists, fall back to "0". + let active = if names.contains(&active) { active } else { "0".to_string() }; + self.tabs[i].active_layer = active.clone(); + self.tabs[i].layers.current_layer = active.clone(); + self.ribbon.set_layers(infos, &active); + // Sync linetypes into the layer panel (using LinetypeItem with ASCII art) + let lt_items: Vec = self.tabs[i] + .scene + .document + .line_types + .iter() + .map(|lt| { + let name = if lt.name.eq_ignore_ascii_case("bylayer") { + "ByLayer".to_string() + } else { + lt.name.clone() + }; + let art = linetypes::extract_pattern(<.description); + ui::properties::LinetypeItem { name, art } + }) + .collect(); + self.tabs[i].layers.sync_linetypes(lt_items.clone()); + self.ribbon.set_available_linetypes(lt_items); + } + + fn push_undo_snapshot(&mut self, i: usize, label: impl Into) { + let snapshot = self.capture_history_snapshot(i, label); + self.tabs[i].history.undo_stack.push(snapshot); + self.tabs[i].history.redo_stack.clear(); + } + + fn restore_history_snapshot(&mut self, i: usize, snapshot: HistorySnapshot) { + self.tabs[i].scene.document = snapshot.document; + self.tabs[i].scene.current_layout = snapshot.current_layout; + self.tabs[i].scene.selected = snapshot + .selected + .into_iter() + .filter(|h| self.tabs[i].scene.document.get_entity(*h).is_some()) + .collect::>(); + self.tabs[i].scene.populate_hatches_from_document(); + self.tabs[i].scene.clear_preview_wire(); + self.tabs[i].scene.meshes.clear(); + self.tabs[i].active_cmd = None; + self.tabs[i].snap_result = None; + self.tabs[i].active_grip = None; + self.tabs[i].dirty = snapshot.dirty; + let doc_layers = self.tabs[i].scene.document.layers.clone(); + self.tabs[i].layers.sync_from_doc(&doc_layers); + self.sync_ribbon_layers(); + self.refresh_properties(); + } + + fn undo_active_tab(&mut self) { + self.undo_steps(1); + } + + fn redo_active_tab(&mut self) { + self.redo_steps(1); + } + + fn undo_steps(&mut self, steps: usize) { + let i = self.active_tab; + let available = self.tabs[i].history.undo_stack.len(); + let steps = steps.min(available); + if steps == 0 { + self.command_line.push_info("Nothing to undo."); + return; + } + + let mut last_label = String::new(); + for _ in 0..steps { + let Some(snapshot) = self.tabs[i].history.undo_stack.pop() else { + break; + }; + let label = snapshot.label.clone(); + let current = self.capture_history_snapshot(i, label.clone()); + self.tabs[i].history.redo_stack.push(current); + self.restore_history_snapshot(i, snapshot); + last_label = label; + } + self.command_line.push_output(&format!("Undo: {last_label}")); + } + + fn redo_steps(&mut self, steps: usize) { + let i = self.active_tab; + let available = self.tabs[i].history.redo_stack.len(); + let steps = steps.min(available); + if steps == 0 { + self.command_line.push_info("Nothing to redo."); + return; + } + + let mut last_label = String::new(); + for _ in 0..steps { + let Some(snapshot) = self.tabs[i].history.redo_stack.pop() else { + break; + }; + let label = snapshot.label.clone(); + let current = self.capture_history_snapshot(i, label.clone()); + self.tabs[i].history.undo_stack.push(current); + self.restore_history_snapshot(i, snapshot); + last_label = label; + } + self.command_line.push_output(&format!("Redo: {last_label}")); + } + + /// Add an entity to the correct space: + /// - Viewport entities while in paper space → add_entity_to_layout + /// - Everything else → model space (add_entity) + fn commit_entity(&mut self, mut entity: acadrust::EntityType) { + let i = self.active_tab; + let layer = &self.tabs[i].active_layer; + if layer != "0" || entity.as_entity().layer().is_empty() { + entity.as_entity_mut().set_layer(layer.clone()); + } + + // Apply active color/linetype/lineweight from Properties toolbar. + crate::scene::dispatch::apply_color(&mut entity, self.ribbon.active_color); + crate::scene::dispatch::apply_common_prop( + &mut entity, + "linetype", + &self.ribbon.active_linetype.clone(), + ); + crate::scene::dispatch::apply_line_weight(&mut entity, self.ribbon.active_lineweight); + + if matches!(&entity, acadrust::EntityType::Viewport(_)) + && self.tabs[i].scene.current_layout != "Model" + { + let layout = self.tabs[i].scene.current_layout.clone(); + match self.tabs[i] + .scene + .document + .add_entity_to_layout(entity, &layout) + { + Ok(_) => {} + Err(e) => self + .command_line + .push_error(&format!("Viewport eklenemedi: {e}")), + } + } else { + self.tabs[i].scene.add_entity(entity); + } + } + + fn apply_cmd_result(&mut self, result: CmdResult) -> Task { + let i = self.active_tab; + match result { + CmdResult::NeedPoint => { + let prompt = self.tabs[i].active_cmd.as_ref().map(|c| c.prompt()); + if let Some(p) = prompt { + self.command_line.push_info(&p); + } + } + CmdResult::Preview(wire) => { + self.tabs[i].scene.set_preview_wires(vec![wire]); + let prompt = self.tabs[i].active_cmd.as_ref().map(|c| c.prompt()); + if let Some(p) = prompt { + self.command_line.push_info(&p); + } + } + CmdResult::InterimWire(wire) => { + self.tabs[i].scene.set_interim_wire(wire); + let prompt = self.tabs[i].active_cmd.as_ref().map(|c| c.prompt()); + if let Some(p) = prompt { + self.command_line.push_info(&p); + } + } + CmdResult::CommitEntity(entity) => { + let label = self.history_label_from_active_cmd(i, "ENTITY"); + self.push_undo_snapshot(i, label); + self.commit_entity(entity); + self.tabs[i].dirty = true; + let prompt = self.tabs[i].active_cmd.as_ref().map(|c| c.prompt()); + if let Some(p) = prompt { + self.command_line.push_info(&p); + } + } + CmdResult::TransformSelected(handles, transform) => { + let label = self.history_label_from_active_cmd(i, "MOVE"); + self.push_undo_snapshot(i, label); + self.tabs[i].scene.transform_entities(&handles, &transform); + self.tabs[i].dirty = true; + self.tabs[i].scene.clear_preview_wire(); + self.tabs[i].active_cmd = None; + self.tabs[i].snap_result = None; + if let Some(was_on) = self.pre_cmd_tangent.take() { + if !was_on { + self.snapper.enabled.remove(&crate::snap::SnapType::Tangent); + } + } + self.refresh_properties(); + } + CmdResult::CopySelected(handles, transform) => { + let label = self.history_label_from_active_cmd(i, "COPY"); + self.push_undo_snapshot(i, label); + let new_handles = self.tabs[i].scene.copy_entities(&handles, &transform); + self.tabs[i].dirty = true; + self.tabs[i].scene.deselect_all(); + for h in new_handles { + self.tabs[i].scene.select_entity(h, false); + } + self.tabs[i].scene.clear_preview_wire(); + let prompt = self.tabs[i].active_cmd.as_ref().map(|c| c.prompt()); + if let Some(p) = prompt { + self.command_line.push_info(&p); + } + self.refresh_properties(); + } + CmdResult::CommitAndExit(entity) => { + let label = self.history_label_from_active_cmd(i, "ENTITY"); + self.push_undo_snapshot(i, label); + self.commit_entity(entity); + self.tabs[i].dirty = true; + self.tabs[i].scene.clear_preview_wire(); + self.tabs[i].active_cmd = None; + self.tabs[i].snap_result = None; + if let Some(was_on) = self.pre_cmd_tangent.take() { + if !was_on { + self.snapper.enabled.remove(&crate::snap::SnapType::Tangent); + } + } + } + CmdResult::CreateBlock { + handles, + name, + base, + } => { + self.push_undo_snapshot(i, "BLOCK"); + match self.tabs[i].scene.create_block_from_entities(&handles, &name, base) { + Ok(insert_handle) => { + self.tabs[i].dirty = true; + self.tabs[i].scene.deselect_all(); + if !insert_handle.is_null() { + self.tabs[i].scene.select_entity(insert_handle, false); + } + self.tabs[i].scene.clear_preview_wire(); + self.tabs[i].active_cmd = None; + self.tabs[i].snap_result = None; + self.command_line + .push_output(&format!("Block \"{name}\" created.")); + self.refresh_properties(); + } + Err(err) => { + let _ = self.tabs[i].history.undo_stack.pop(); + self.command_line.push_error(&err); + let prompt = self.tabs[i].active_cmd.as_ref().map(|c| c.prompt()); + if let Some(p) = prompt { + self.command_line.push_info(&p); + } + } + } + } + CmdResult::CommitHatch(hatch) => { + let label = self.history_label_from_active_cmd(i, "HATCH"); + self.push_undo_snapshot(i, label); + let new_handle = self.tabs[i].scene.add_hatch(hatch); + // Select the newly created hatch so Properties reflects it immediately. + if !new_handle.is_null() { + self.tabs[i].scene.select_entity(new_handle, true); + } + self.tabs[i].dirty = true; + self.tabs[i].scene.clear_preview_wire(); + self.tabs[i].active_cmd = None; + self.tabs[i].snap_result = None; + if let Some(was_on) = self.pre_cmd_tangent.take() { + if !was_on { + self.snapper.enabled.remove(&crate::snap::SnapType::Tangent); + } + } + self.refresh_properties(); + } + CmdResult::BatchCopy(handles, transforms) => { + let label = self.history_label_from_active_cmd(i, "ARRAY"); + self.push_undo_snapshot(i, label); + let count = transforms.len(); + for t in &transforms { + self.tabs[i].scene.copy_entities(&handles, t); + } + self.tabs[i].dirty = true; + self.tabs[i].scene.clear_preview_wire(); + self.tabs[i].active_cmd = None; + self.tabs[i].snap_result = None; + if let Some(was_on) = self.pre_cmd_tangent.take() { + if !was_on { + self.snapper.enabled.remove(&crate::snap::SnapType::Tangent); + } + } + self.command_line + .push_output(&format!("ARRAY: {count} copies created.")); + self.refresh_properties(); + } + CmdResult::ReplaceMany(replacements, additions) => { + let label = self.history_label_from_active_cmd(i, "FILLET"); + self.push_undo_snapshot(i, label); + for (handle, entities) in replacements { + self.tabs[i].scene.erase_entities(&[handle]); + for entity in entities { + self.tabs[i].scene.add_entity(entity); + } + } + for entity in additions { + self.tabs[i].scene.add_entity(entity); + } + self.tabs[i].dirty = true; + self.tabs[i].scene.clear_preview_wire(); + self.tabs[i].active_cmd = None; + self.tabs[i].snap_result = None; + self.refresh_properties(); + } + CmdResult::ReplaceEntity(handle, new_entities) => { + let label = self.history_label_from_active_cmd(i, "TRIM"); + self.push_undo_snapshot(i, label); + self.tabs[i].scene.erase_entities(&[handle]); + let new_handles: Vec = new_entities + .into_iter() + .map(|e| self.tabs[i].scene.add_entity(e)) + .collect(); + if let Some(cmd) = &mut self.tabs[i].active_cmd { + cmd.on_entity_replaced(handle, &new_handles); + } + self.tabs[i].dirty = true; + let prompt = self.tabs[i].active_cmd.as_ref().map(|c| c.prompt()); + if let Some(p) = prompt { + self.command_line.push_info(&p); + } + } + CmdResult::Cancel => { + self.tabs[i].scene.clear_preview_wire(); + self.tabs[i].active_cmd = None; + self.tabs[i].snap_result = None; + if let Some(was_on) = self.pre_cmd_tangent.take() { + if !was_on { + self.snapper.enabled.remove(&crate::snap::SnapType::Tangent); + } + } + self.command_line.push_info("Command cancelled."); + } + CmdResult::Relaunch(cmd, handles) => { + // Install the gathered selection then re-dispatch the original command. + self.tabs[i].scene.deselect_all(); + for h in &handles { + self.tabs[i].scene.select_entity(*h, false); + } + self.tabs[i].active_cmd = None; + self.tabs[i].snap_result = None; + self.tabs[i].scene.clear_preview_wire(); + if let Some(was_on) = self.pre_cmd_tangent.take() { + if !was_on { + self.snapper.enabled.remove(&crate::snap::SnapType::Tangent); + } + } + let _ = self.dispatch_command(&cmd); + } + CmdResult::MatchEntityLayer { dest, src } => { + self.tabs[i].active_cmd = None; + self.tabs[i].snap_result = None; + self.tabs[i].scene.clear_preview_wire(); + // Look up source entity's layer name. + let src_layer = self.tabs[i].scene.document + .get_entity(src) + .map(|e| e.common().layer.clone()); + if let Some(layer) = src_layer { + self.push_undo_snapshot(i, "LAYMATCH"); + for h in &dest { + if let Some(e) = self.tabs[i].scene.document.get_entity_mut(*h) { + e.as_entity_mut().set_layer(layer.clone()); + } + } + self.tabs[i].dirty = true; + self.command_line.push_info(&format!("Layer matched to \"{layer}\".")); + self.sync_ribbon_layers(); + } else { + self.command_line.push_error("Source object not found."); + } + } + CmdResult::MatchProperties { dest, src } => { + self.tabs[i].active_cmd = None; + self.tabs[i].snap_result = None; + self.tabs[i].scene.clear_preview_wire(); + + // Read all visual properties from source entity. + let props = self.tabs[i].scene.document.get_entity(src).map(|e| { + let c = e.common(); + ( + c.layer.clone(), + c.color, + c.linetype.clone(), + c.linetype_scale, + c.line_weight, + ) + }); + + if let Some((layer, color, linetype, lt_scale, lw)) = props { + self.push_undo_snapshot(i, "MATCHPROP"); + for h in &dest { + if let Some(e) = self.tabs[i].scene.document.get_entity_mut(*h) { + e.as_entity_mut().set_layer(layer.clone()); + crate::scene::dispatch::apply_color(e, color); + crate::scene::dispatch::apply_line_weight(e, lw); + e.common_mut().linetype = linetype.clone(); + e.common_mut().linetype_scale = lt_scale; + } + } + self.tabs[i].dirty = true; + self.refresh_properties(); + self.command_line.push_info( + &format!("Properties matched to {} object(s).", dest.len()) + ); + } else { + self.command_line.push_error("Source object not found."); + } + } + CmdResult::PasteClipboard { base_pt } => { + self.tabs[i].active_cmd = None; + self.tabs[i].snap_result = None; + self.tabs[i].scene.clear_preview_wire(); + if self.clipboard.is_empty() { + self.command_line.push_error("Clipboard is empty."); + } else { + let delta = base_pt - self.clipboard_centroid; + let translate = command::EntityTransform::Translate(delta); + self.push_undo_snapshot(i, "PASTECLIP"); + let count = self.clipboard.len(); + let new_handles: Vec = self.clipboard.clone() + .into_iter() + .map(|mut entity| { + crate::scene::dispatch::apply_transform(&mut entity, &translate); + entity.common_mut().handle = acadrust::Handle::NULL; + self.tabs[i].scene.add_entity(entity) + }) + .filter(|h| !h.is_null()) + .collect(); + self.tabs[i].scene.deselect_all(); + for h in new_handles { + self.tabs[i].scene.select_entity(h, false); + } + self.tabs[i].dirty = true; + self.refresh_properties(); + self.command_line.push_info(&format!("{count} object(s) pasted.")); + } + } + CmdResult::CreateGroup { handles, name } => { + self.tabs[i].active_cmd = None; + self.tabs[i].snap_result = None; + self.tabs[i].scene.clear_preview_wire(); + self.push_undo_snapshot(i, "GROUP"); + self.tabs[i].scene.create_group(name.clone(), handles); + self.tabs[i].dirty = true; + self.command_line.push_info(&format!("Group \"{}\" created.", name)); + } + CmdResult::DeleteGroups { handles } => { + self.tabs[i].active_cmd = None; + self.tabs[i].snap_result = None; + self.tabs[i].scene.clear_preview_wire(); + self.push_undo_snapshot(i, "UNGROUP"); + let count = self.tabs[i].scene.delete_groups_containing(&handles); + self.tabs[i].dirty = true; + if count > 0 { + self.command_line.push_info(&format!("{} group(s) dissolved.", count)); + } else { + self.command_line.push_info("No groups found for selected objects."); + } + } + } + // Focus the command-line input while a command is active; blur it when the command ends. + if self.tabs[i].active_cmd.is_some() { + self.focus_cmd_input() + } else { + self.blur_cmd_input() + } + } + + /// Compute the centroid of a set of wire models (average of all points). + fn entities_centroid(wires: &[scene::WireModel]) -> glam::Vec3 { + let mut sum = glam::Vec3::ZERO; + let mut count = 0usize; + for w in wires { + for p in &w.points { + sum += glam::Vec3::from(*p); + count += 1; + } + } + if count > 0 { sum / count as f32 } else { glam::Vec3::ZERO } + } + + /// Generate the next available auto group name ("*A1", "*A2", …). + fn next_group_auto_name(scene: &scene::Scene) -> String { + let existing: HashSet = scene.groups().map(|g| g.name.clone()).collect(); + for n in 1..=9999 { + let name = format!("*A{n}"); + if !existing.contains(&name) { + return name; + } + } + "*A".to_string() + } + + fn focus_cmd_input(&self) -> Task { + iced::widget::operation::focus(iced::widget::Id::new(ui::command_line::CMD_INPUT_ID)) + } + + fn blur_cmd_input(&self) -> Task { + let op = iced::advanced::widget::operation::focusable::unfocus::(); + iced::advanced::widget::operate(op) + } + + fn view(&self, window_id: window::Id) -> Element<'_, Message> { + // ── Layer Properties Manager window ─────────────────────────────── + if Some(window_id) == self.layer_window { + let tab = &self.tabs[self.active_tab]; + return tab.layers.view_window(); + } + + let i = self.active_tab; + let tab = &self.tabs[i]; + let is_paper = tab.scene.current_layout != "Model"; + let viewport_3d = shader(&tab.scene).width(Fill).height(Fill); + + let selection_overlay = { + let sel = tab.scene.selection.borrow().clone(); + let snap_info = tab.snap_result.map(|s| (s.screen, s.snap_type)); + + // Compute grip markers when a single entity is selected and no command active. + let grips: Vec = + if tab.active_cmd.is_none() && !tab.selected_grips.is_empty() { + let (vw, vh) = tab.scene.selection.borrow().vp_size; + let bounds = iced::Rectangle { + x: 0.0, + y: 0.0, + width: vw, + height: vh, + }; + let vp_mat = tab.scene.camera.borrow().view_proj(bounds); + let sel_h = tab.selected_handle; + grips_to_screen(&tab.selected_grips, vp_mat, bounds) + .into_iter() + .filter(|(_, screen, _, _)| { + screen.x.is_finite() + && screen.y.is_finite() + && screen.x >= -bounds.width + && screen.x <= bounds.width * 2.0 + && screen.y >= -bounds.height + && screen.y <= bounds.height * 2.0 + }) + .map(|(grip_id, screen, _is_midpoint, shape)| { + let is_hot = tab + .active_grip + .as_ref() + .map_or(false, |g| Some(g.handle) == sel_h && g.grip_id == grip_id); + ui::overlay::GripMarker { + pos: screen, + shape, + is_hot, + } + }) + .collect() + } else { + vec![] + }; + + let grid = if self.show_grid { + let (vw, vh) = tab.scene.selection.borrow().vp_size; + let bounds = iced::Rectangle { + x: 0.0, + y: 0.0, + width: vw, + height: vh, + }; + let cam = tab.scene.camera.borrow(); + let plane = grid_plane_from_camera(cam.pitch, cam.yaw); + Some(overlay::GridParams { + view_proj: cam.view_proj(bounds), + bounds, + plane, + }) + } else { + None + }; + overlay::selection_overlay(sel, snap_info, grips, grid) + }; + + let nav = container(overlay::nav_toolbar()) + .align_right(Fill) + .align_top(Fill) + .padding(iced::Padding { + top: 148.0, + right: 8.0, + bottom: 0.0, + left: 0.0, + }); + + let info = container(overlay::info_bar( + if is_paper { + &tab.scene.current_layout + } else { + "Custom View" + }, + &tab.visual_style, + )) + .padding([4, 6]); + + let viewport_mouse = mouse_area(container( + iced::widget::Space::new().width(Fill).height(Fill), + )) + .on_move(Message::ViewportMove) + .on_press(Message::ViewportLeftPress) + .on_release(Message::ViewportLeftRelease) + .on_right_press(Message::ViewportRightPress) + .on_right_release(Message::ViewportRightRelease) + .on_middle_press(Message::ViewportMiddlePress) + .on_middle_release(Message::ViewportMiddleRelease) + .on_scroll(Message::ViewportScroll) + .on_exit(Message::ViewportExit); + + let cube_click = mouse_area(container( + iced::widget::Space::new() + .width(iced::Length::Fixed(VIEWCUBE_HIT_SIZE)) + .height(iced::Length::Fixed(VIEWCUBE_HIT_SIZE)), + )) + .on_move(Message::CursorMoved) + .on_press(Message::ViewportClick); + + let cube_click = container(cube_click) + .align_right(Fill) + .align_top(Fill) + .padding(iced::Padding { + top: VIEWCUBE_PAD, + right: VIEWCUBE_PAD, + bottom: 0.0, + left: 0.0, + }) + .width(Fill) + .height(Fill); + + let bg_color = if is_paper { + Color { + r: 0.22, + g: 0.24, + b: 0.28, + a: 1.0, + } // slightly blue-grey for paper space + } else { + Color { + r: 0.11, + g: 0.11, + b: 0.11, + a: 1.0, + } // dark for model space + }; + let viewport_stack = stack![ + container(viewport_3d) + .style(move |_: &Theme| container::Style { + background: Some(Background::Color(bg_color)), + ..Default::default() + }) + .width(Fill) + .height(Fill), + container(info).width(Fill).height(Fill), + selection_overlay, + viewport_mouse, + nav, + cube_click, + ]; + + let viewport_stack = viewport_stack.width(Fill).height(Fill); + let center_stack = iced::widget::stack![ + row![tab.properties.view(), viewport_stack] + .width(Fill) + .height(Fill), + ] + .width(Fill) + .height(Fill); + let center = center_stack; + + // Document tab bar — ribbon ile center arasında tam genişlikte + let tab_bar = doc_tab_bar(&self.tabs, self.active_tab); + + let main_ui = container( + column![ + self.ribbon.view( + is_paper, + self.tabs[self.active_tab].history.undo_stack.len(), + self.tabs[self.active_tab].history.redo_stack.len(), + ), + tab_bar, + center, + self.command_line.view(), + self.status_bar.view( + &self.snapper, + self.snap_popup_open, + self.ortho_mode, + self.polar_mode, + self.show_grid, + tab.scene.layout_names(), + tab.scene.current_layout.clone() + ) + ] + .width(Fill) + .height(Fill), + ) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(Color { + r: 0.11, + g: 0.11, + b: 0.11, + a: 1.0, + })), + ..Default::default() + }) + .width(Fill) + .height(Fill); + + let snap_layer: Element<'_, Message> = if self.snap_popup_open { + ui::snap_popup::snap_popup_overlay(&self.snapper, 4.0) + } else { + iced::widget::Space::new().width(0).height(0).into() + }; + + let dropdown_layer: Element<'_, Message> = self + .ribbon + .dropdown_overlay( + &history_dropdown_labels(&self.tabs[self.active_tab].history.undo_stack), + &history_dropdown_labels(&self.tabs[self.active_tab].history.redo_stack), + ) + .unwrap_or_else(|| iced::widget::Space::new().width(0).height(0).into()); + + stack![main_ui, self.app_menu.view(), snap_layer, dropdown_layer].into() + } + + fn subscription(&self) -> Subscription { + use iced::{event, keyboard}; + iced::Subscription::batch([ + window::frames().map(Message::Tick), + event::listen_with(|ev, status, win_id| { + use iced::event::Status; + match ev { + iced::Event::Window(window::Event::Closed) => { + Some(Message::OsWindowClosed(win_id)) + } + iced::Event::Window(window::Event::Resized(sz)) => { + Some(Message::WindowResized(sz.width as f32, sz.height as f32)) + } + iced::Event::Keyboard(keyboard::Event::KeyPressed { + key, modifiers, .. + }) => { + let ctrl = modifiers.control(); + let shift = modifiers.shift(); + match key { + keyboard::Key::Named(keyboard::key::Named::Enter) + | keyboard::Key::Named(keyboard::key::Named::Space) + if status == Status::Ignored => + { + Some(Message::CommandFinalize) + } + keyboard::Key::Named(keyboard::key::Named::Escape) => { + Some(Message::CommandEscape) + } + keyboard::Key::Named(keyboard::key::Named::Delete) + if status == Status::Ignored => + { + Some(Message::DeleteSelected) + } + keyboard::Key::Named(keyboard::key::Named::F3) => { + Some(Message::ToggleSnapEnabled) + } + keyboard::Key::Named(keyboard::key::Named::F7) => { + Some(Message::ToggleGrid) + } + keyboard::Key::Named(keyboard::key::Named::F8) => { + Some(Message::ToggleOrtho) + } + keyboard::Key::Named(keyboard::key::Named::F9) => { + Some(Message::ToggleGridSnap) + } + keyboard::Key::Named(keyboard::key::Named::F10) => { + Some(Message::TogglePolar) + } + // ── File shortcuts ──────────────────────────── + keyboard::Key::Character(c) if ctrl => match c.as_str() { + "n" => Some(Message::ClearScene), + "o" => Some(Message::OpenFile), + "s" if !shift => Some(Message::SaveFile), + "s" if shift => Some(Message::SaveAs), + "z" if !shift => Some(Message::Undo), + "z" if shift => Some(Message::Redo), + "y" => Some(Message::Redo), + "c" => Some(Message::Command("COPYCLIP".to_string())), + "x" => Some(Message::Command("CUTCLIP".to_string())), + "v" => Some(Message::Command("PASTECLIP".to_string())), + _ => None, + }, + _ => None, + } + } + _ => None, + } + }), + ]) + } +} + +impl Default for H7CAD { + fn default() -> Self { + Self::new() + } +} + +fn history_dropdown_labels(stack: &[HistorySnapshot]) -> Vec { + stack.iter().rev().map(|snapshot| snapshot.label.clone()).collect() +} + +// ── Grid plane detection ─────────────────────────────────────────────────── + +/// Choose the grid plane whose normal is most aligned with the camera view direction. +/// Switches at the 45° octant boundary — no hysteresis needed since the grid is +/// a visual aid and not selection-sensitive. +fn grid_plane_from_camera(pitch: f32, yaw: f32) -> ui::overlay::GridPlane { + use ui::overlay::GridPlane; + // Camera forward direction components (Z-up, see camera.rs): + // forward.x = -cos(pitch) * sin(yaw) + // forward.y = -cos(pitch) * cos(yaw) + // forward.z = -sin(pitch) + let fz = pitch.sin().abs(); // Z-axis alignment → XY plane + let fy = (pitch.cos() * yaw.cos()).abs(); // Y-axis alignment → XZ plane + let fx = (pitch.cos() * yaw.sin()).abs(); // X-axis alignment → YZ plane + if fz >= fy && fz >= fx { + GridPlane::Xy + } else if fy >= fx { + GridPlane::Xz + } else { + GridPlane::Yz + } +} + +// ── Drawing constraint helpers ───────────────────────────────────────────── + +/// Constrain `pt` to the nearest 90° direction from `base` (XY plane, Z-up). +fn ortho_constrain(pt: glam::Vec3, base: glam::Vec3) -> glam::Vec3 { + let dx = (pt.x - base.x).abs(); + let dy = (pt.y - base.y).abs(); + if dx >= dy { + glam::Vec3::new(pt.x, base.y, pt.z) // horizontal + } else { + glam::Vec3::new(base.x, pt.y, pt.z) // vertical + } +} + +/// Constrain `pt` to the nearest polar angle multiple from `base` (XY plane, Z-up). +fn polar_constrain(pt: glam::Vec3, base: glam::Vec3, step_deg: f32) -> glam::Vec3 { + let dx = pt.x - base.x; + let dy = pt.y - base.y; + let dist = (dx * dx + dy * dy).sqrt(); + if dist < 1e-6 { + return pt; + } + let step = step_deg.to_radians(); + let angle = dy.atan2(dx); + let snapped = (angle / step).round() * step; + glam::Vec3::new( + base.x + dist * snapped.cos(), + base.y + dist * snapped.sin(), + pt.z, + ) +} + +// ── Document tab bar ─────────────────────────────────────────────────────── + +fn doc_tab_bar<'a>(tabs: &'a [DocumentTab], active_tab: usize) -> Element<'a, Message> { + const BAR_BG: Color = Color { + r: 0.13, + g: 0.13, + b: 0.13, + a: 1.0, + }; + const TAB_ACTIVE: Color = Color { + r: 0.22, + g: 0.22, + b: 0.22, + a: 1.0, + }; + const TAB_HOVER: Color = Color { + r: 0.18, + g: 0.18, + b: 0.18, + a: 1.0, + }; + const TAB_INACTIVE: Color = Color { + r: 0.13, + g: 0.13, + b: 0.13, + a: 1.0, + }; + const ACCENT: Color = Color { + r: 0.20, + g: 0.55, + b: 0.90, + a: 1.0, + }; + const TEXT_ACTIVE: Color = Color::WHITE; + const TEXT_INACTIVE: Color = Color { + r: 0.60, + g: 0.60, + b: 0.60, + a: 1.0, + }; + const CLOSE_HOVER: Color = Color { + r: 0.70, + g: 0.22, + b: 0.22, + a: 1.0, + }; + const BORDER_COLOR: Color = Color { + r: 0.25, + g: 0.25, + b: 0.25, + a: 1.0, + }; + + let mut bar = Row::new().spacing(0).align_y(iced::Center); + + for (idx, tab) in tabs.iter().enumerate() { + let is_active = idx == active_tab; + let name = tab.tab_display_name(); + let label = if tab.dirty { + format!("● {}", name) + } else { + name + }; + + let title_btn = button(text(label).size(12)) + .on_press(Message::TabSwitch(idx)) + .padding([5, 12]) + .style(move |_: &Theme, status| button::Style { + background: Some(Background::Color(match (is_active, status) { + (true, _) => TAB_ACTIVE, + (false, button::Status::Hovered) => TAB_HOVER, + _ => TAB_INACTIVE, + })), + text_color: if is_active { + TEXT_ACTIVE + } else { + TEXT_INACTIVE + }, + border: Border { + color: if is_active { + ACCENT + } else { + Color::TRANSPARENT + }, + width: if is_active { 1.0 } else { 0.0 }, + radius: 0.0.into(), + }, + shadow: iced::Shadow::default(), + snap: false, + }); + + // Show close button only when there are multiple tabs, or always show it + let close_btn = button(text("×").size(11).color(Color { + r: 0.55, + g: 0.55, + b: 0.55, + a: 1.0, + })) + .on_press(Message::TabClose(idx)) + .padding([3, 5]) + .style(move |_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => CLOSE_HOVER, + _ => { + if is_active { + TAB_ACTIVE + } else { + TAB_INACTIVE + } + } + })), + border: Border { + radius: 3.0.into(), + ..Default::default() + }, + ..Default::default() + }); + + bar = bar.push( + container(row![title_btn, close_btn].spacing(0).align_y(iced::Center)).style( + move |_: &Theme| container::Style { + border: Border { + color: if is_active { + BORDER_COLOR + } else { + Color::TRANSPARENT + }, + width: if is_active { 1.0 } else { 0.0 }, + radius: 0.0.into(), + }, + ..Default::default() + }, + ), + ); + } + + // "+" new tab button + let new_btn = button(text("+").size(14).color(Color { + r: 0.65, + g: 0.65, + b: 0.65, + a: 1.0, + })) + .on_press(Message::TabNew) + .padding([4, 10]) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => TAB_HOVER, + _ => Color::TRANSPARENT, + })), + border: Border { + radius: 0.0.into(), + ..Default::default() + }, + ..Default::default() + }); + + bar = bar.push(new_btn); + bar = bar.push(iced::widget::Space::new().width(Fill)); + + container(bar) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(BAR_BG)), + border: Border { + color: BORDER_COLOR, + width: 1.0, + radius: 0.0.into(), + }, + ..Default::default() + }) + .height(30) + .width(Fill) + .padding([0, 2]) + .into() +} + +// ── Window icon ──────────────────────────────────────────────────────────── + +/// Builds a 32×32 RGBA icon: red background with H7 drawn in white pixels. +fn build_window_icon() -> Vec { + const W: usize = 32; + const SZ: usize = W * W * 4; + + let bg = [176u8, 48, 32, 255]; + let fg = [255u8, 255, 255, 255]; + + let mut px = vec![0u8; SZ]; + for i in 0..W * W { + px[i * 4..i * 4 + 4].copy_from_slice(&bg); + } + + // Draw a 3px-wide line from (ax,ay) to (bx,by) + fn stroke(px: &mut Vec, ax: i32, ay: i32, bx: i32, by: i32, fg: [u8; 4]) { + let steps = ((bx - ax).abs().max((by - ay).abs()) * 3).max(1); + for s in 0..=steps { + let t = s as f32 / steps as f32; + let cx = ax as f32 + (bx - ax) as f32 * t; + let cy = ay as f32 + (by - ay) as f32 * t; + for dy in -1i32..=1 { + for dx in -1i32..=1 { + let ix = cx.round() as i32 + dx; + let iy = cy.round() as i32 + dy; + if ix >= 0 && ix < W as i32 && iy >= 0 && iy < W as i32 { + let idx = (iy as usize * W + ix as usize) * 4; + px[idx..idx + 4].copy_from_slice(&fg); + } + } + } + } + } + + // H + stroke(&mut px, 4, 5, 4, 26, fg); + stroke(&mut px, 13, 5, 13, 26, fg); + stroke(&mut px, 4, 15, 13, 15, fg); + // 7 + stroke(&mut px, 17, 5, 27, 5, fg); + stroke(&mut px, 27, 5, 20, 26, fg); + stroke(&mut px, 20, 16, 26, 16, fg); + + px +} + +// ── Standalone helpers ──────────────────────────────────────────────────── + +fn entity_type_label(entity: &acadrust::EntityType) -> String { + use acadrust::EntityType::*; + match entity { + Line(_) => "Line", + Circle(_) => "Circle", + Arc(_) => "Arc", + Ellipse(_) => "Ellipse", + Spline(_) => "Spline", + LwPolyline(_) => "Polyline", + Text(_) => "Text", + MText(_) => "MText", + Dimension(_) => "Dimension", + Insert(_) => "Block Reference", + Point(_) => "Point", + Hatch(_) => "Hatch", + _ => "Entity", + } + .to_string() +} + +fn entity_type_key(entity: &acadrust::EntityType) -> String { + match entity { + acadrust::EntityType::LwPolyline(_) => "pline", + acadrust::EntityType::Circle(_) => "circle", + acadrust::EntityType::Line(_) => "line", + acadrust::EntityType::Arc(_) => "arc", + acadrust::EntityType::Ellipse(_) => "ellipse", + acadrust::EntityType::Spline(_) => "spline", + acadrust::EntityType::Text(_) => "text", + acadrust::EntityType::MText(_) => "mtext", + acadrust::EntityType::Dimension(_) => "dimension", + acadrust::EntityType::Insert(_) => "insert", + acadrust::EntityType::Point(_) => "point", + acadrust::EntityType::Hatch(_) => "hatch", + _ => "entity", + } + .to_string() +} + +fn build_selection_groups( + selected: &[(Handle, &EntityType)], +) -> Vec { + let mut groups = vec![ui::properties::SelectionGroup { + label: format!("All({})", selected.len()), + handles: selected.iter().map(|(handle, _)| *handle).collect(), + }]; + + let mut by_type: std::collections::BTreeMap> = std::collections::BTreeMap::new(); + for (handle, entity) in selected { + by_type.entry(entity_type_key(entity)).or_default().push(*handle); + } + + for (kind, handles) in by_type { + groups.push(ui::properties::SelectionGroup { + label: format!("{}({})", title_case_word(&kind), handles.len()), + handles, + }); + } + + groups +} + +fn title_case_word(value: &str) -> String { + let mut chars = value.chars(); + match chars.next() { + Some(first) => { + let mut out = first.to_uppercase().collect::(); + out.push_str(chars.as_str()); + out + } + None => String::new(), + } +} + +fn aggregate_sections( + selected: &[(Handle, &EntityType)], + text_style_names: &[String], +) -> Vec { + if selected.is_empty() { + return vec![]; + } + + let mut all_sections: Vec> = selected + .iter() + .map(|(handle, entity)| dispatch::properties_sectioned(*handle, entity, text_style_names)) + .collect(); + + let mut result = all_sections.remove(0); + for sections in all_sections { + result = merge_sections(&result, §ions); + } + result +} + +fn merge_sections( + left: &[crate::scene::object::PropSection], + right: &[crate::scene::object::PropSection], +) -> Vec { + left.iter() + .filter_map(|section| { + let rhs = right.iter().find(|candidate| candidate.title == section.title)?; + let props: Vec = section + .props + .iter() + .filter_map(|prop| { + let other = rhs.props.iter().find(|candidate| candidate.field == prop.field)?; + Some(crate::scene::object::Property { + label: prop.label.clone(), + field: prop.field, + value: merge_prop_value(&prop.value, &other.value), + }) + }) + .collect(); + if props.is_empty() { + None + } else { + Some(crate::scene::object::PropSection { + title: section.title.clone(), + props, + }) + } + }) + .collect() +} + +fn merge_prop_value( + left: &crate::scene::object::PropValue, + right: &crate::scene::object::PropValue, +) -> crate::scene::object::PropValue { + use crate::scene::object::PropValue; + + if left == right { + return left.clone(); + } + + match (left, right) { + (PropValue::LayerChoice(_), PropValue::LayerChoice(_)) => { + PropValue::LayerChoice(VARIES_LABEL.into()) + } + (PropValue::ColorChoice(_), PropValue::ColorChoice(_)) + | (PropValue::ColorVaries, _) + | (_, PropValue::ColorVaries) => PropValue::ColorVaries, + (PropValue::LwChoice(_), PropValue::LwChoice(_)) + | (PropValue::LwVaries, _) + | (_, PropValue::LwVaries) => PropValue::LwVaries, + (PropValue::LinetypeChoice(_), PropValue::LinetypeChoice(_)) => { + PropValue::LinetypeChoice(VARIES_LABEL.into()) + } + ( + PropValue::Choice { options, .. }, + PropValue::Choice { + options: other_options, + .. + }, + ) if options == other_options => PropValue::Choice { + selected: VARIES_LABEL.into(), + options: options.clone(), + }, + (PropValue::EditText(_), PropValue::EditText(_)) => { + PropValue::EditText(VARIES_LABEL.into()) + } + (PropValue::ReadOnly(_), PropValue::ReadOnly(_)) => { + PropValue::ReadOnly(VARIES_LABEL.into()) + } + (PropValue::HatchPatternChoice(_), PropValue::HatchPatternChoice(_)) => { + PropValue::HatchPatternChoice(VARIES_LABEL.into()) + } + ( + PropValue::BoolToggle { field, .. }, + PropValue::BoolToggle { + field: other_field, .. + }, + ) if field == other_field => PropValue::ReadOnly(VARIES_LABEL.into()), + _ => left.clone(), + } +} diff --git a/src/modules/annotate/angular_dim.rs b/src/modules/annotate/angular_dim.rs new file mode 100644 index 00000000..3324adb3 --- /dev/null +++ b/src/modules/annotate/angular_dim.rs @@ -0,0 +1,159 @@ +use acadrust::entities::{Dimension, DimensionAngular3Pt}; +use acadrust::types::Vector3; +use acadrust::EntityType; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +pub const ICON: IconKind = IconKind::Glyph("∠"); + +pub fn tool() -> ToolDef { + ToolDef { + id: "DIMANGULAR", + label: "Angular", + icon: ICON, + event: ModuleEvent::Command("DIMANGULAR".to_string()), + } +} + +enum Step { + Vertex, + FirstRay(Vec3), + SecondRay { vertex: Vec3, first: Vec3 }, + ArcPoint { vertex: Vec3, first: Vec3, second: Vec3 }, +} + +pub struct AngularDimensionCommand { + step: Step, +} + +impl AngularDimensionCommand { + pub fn new() -> Self { + Self { step: Step::Vertex } + } +} + +impl CadCommand for AngularDimensionCommand { + fn name(&self) -> &'static str { + "DIMANGULAR" + } + + fn prompt(&self) -> String { + match self.step { + Step::Vertex => "DIMANGULAR Specify angle vertex:".into(), + Step::FirstRay(_) => "DIMANGULAR Specify first extension line point:".into(), + Step::SecondRay { .. } => "DIMANGULAR Specify second extension line point:".into(), + Step::ArcPoint { .. } => "DIMANGULAR Specify dimension arc location:".into(), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + Step::Vertex => { + self.step = Step::FirstRay(pt); + CmdResult::NeedPoint + } + Step::FirstRay(vertex) => { + self.step = Step::SecondRay { vertex, first: pt }; + CmdResult::NeedPoint + } + Step::SecondRay { vertex, first } => { + self.step = Step::ArcPoint { + vertex, + first, + second: pt, + }; + CmdResult::NeedPoint + } + Step::ArcPoint { + vertex, + first, + second, + } => { + let mut dim = DimensionAngular3Pt::new(v3(vertex), v3(first), v3(second)); + dim.definition_point = v3(pt); + dim.base.definition_point = v3(pt); + dim.base.text_middle_point = v3(pt); + dim.base.insertion_point = v3(pt); + dim.base.actual_measurement = dim.measurement_degrees(); + CmdResult::CommitAndExit(EntityType::Dimension(Dimension::Angular3Pt(dim))) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.step { + Step::Vertex => None, + Step::FirstRay(vertex) => Some(preview_wire(vec![vertex, pt])), + Step::SecondRay { vertex, first } => { + Some(preview_wire(vec![vertex, first, Vec3::new(f32::NAN, f32::NAN, f32::NAN), vertex, pt])) + } + Step::ArcPoint { + vertex, + first, + second, + } => Some(preview_wire(angular_preview(vertex, first, second, pt))), + } + } +} + +fn v3(pt: Vec3) -> Vector3 { + Vector3::new(pt.x as f64, pt.y as f64, pt.z as f64) +} + +fn preview_wire(points: Vec) -> WireModel { + WireModel { + name: "dimangular_preview".to_string(), + points: points.into_iter().map(|p| [p.x, p.y, p.z]).collect(), + color: WireModel::CYAN, + selected: false, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px: 1.0, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + } +} + +fn angular_preview(vertex: Vec3, first: Vec3, second: Vec3, arc_pt: Vec3) -> Vec { + let mut points = vec![ + vertex, + first, + Vec3::new(f32::NAN, f32::NAN, f32::NAN), + vertex, + second, + Vec3::new(f32::NAN, f32::NAN, f32::NAN), + ]; + let r = vertex.distance(arc_pt); + if r <= 1e-6 { + return points; + } + let a0 = (first.y - vertex.y).atan2(first.x - vertex.x); + let mut a1 = (second.y - vertex.y).atan2(second.x - vertex.x); + let mut delta = a1 - a0; + while delta <= 0.0 { + delta += std::f32::consts::TAU; + } + if delta > std::f32::consts::PI { + a1 -= std::f32::consts::TAU; + delta = a1 - a0; + } + let steps = 24; + for i in 0..=steps { + let t = i as f32 / steps as f32; + let a = a0 + delta * t; + points.push(vertex + Vec3::new(a.cos() * r, a.sin() * r, 0.0)); + } + points +} diff --git a/src/modules/annotate/leader_cmd.rs b/src/modules/annotate/leader_cmd.rs new file mode 100644 index 00000000..34a02bef --- /dev/null +++ b/src/modules/annotate/leader_cmd.rs @@ -0,0 +1,216 @@ +// LEADER command +// +// Flow: +// 1. CollectPoints — click arrowhead, then bend points; Enter (≥2) to finish +// 2. AskCreationType— wants_text_input; N/T/B/TL → default Text on blank Enter +// 3. AskAnnotation — text string (Text) or block name (Block); blank = skip +// → commit Leader [+ MText | + Insert] + +use acadrust::entities::{Insert, Leader, LeaderCreationType, MText}; +use acadrust::types::Vector3; +use acadrust::EntityType; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; + +pub const ICON: IconKind = IconKind::Glyph("↗"); + +pub fn tool() -> ToolDef { + ToolDef { + id: "LEADER", + label: "Leader", + icon: ICON, + event: ModuleEvent::Command("LEADER".to_string()), + } +} + +enum Step { + CollectPoints { verts: Vec }, + AskCreationType { verts: Vec }, + AskText { verts: Vec }, + AskBlock { verts: Vec }, +} + +pub struct LeaderCommand { + step: Step, +} + +impl LeaderCommand { + pub fn new() -> Self { + Self { step: Step::CollectPoints { verts: Vec::new() } } + } +} + +impl CadCommand for LeaderCommand { + fn name(&self) -> &'static str { "LEADER" } + + fn prompt(&self) -> String { + match &self.step { + Step::CollectPoints { verts } if verts.is_empty() => + "LEADER Specify arrowhead point:".into(), + Step::CollectPoints { verts } => + format!("LEADER Specify next point [{} pts — Enter to finish]:", verts.len()), + Step::AskCreationType { .. } => + "LEADER Annotation type [None/Text/Block/Tolerance] :".into(), + Step::AskText { verts } => + format!("LEADER Annotation text [{} pts — blank = skip]:", verts.len()), + Step::AskBlock { verts } => + format!("LEADER Block name [{} pts — blank = skip]:", verts.len()), + } + } + + fn wants_text_input(&self) -> bool { + !matches!(self.step, Step::CollectPoints { .. }) + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + if let Step::CollectPoints { verts } = &mut self.step { + verts.push(pt); + } + CmdResult::NeedPoint + } + + fn on_enter(&mut self) -> CmdResult { + if let Step::CollectPoints { verts } = &self.step { + if verts.len() < 2 { return CmdResult::Cancel; } + let verts = verts.clone(); + self.step = Step::AskCreationType { verts }; + CmdResult::NeedPoint + } else { + CmdResult::Cancel + } + } + + fn on_text_input(&mut self, raw: &str) -> Option { + let text = raw.trim(); + match &self.step { + Step::AskCreationType { verts } => { + let verts = verts.clone(); + match parse_ct(text) { + LeaderCreationType::NoAnnotation | LeaderCreationType::WithTolerance => { + let ct = parse_ct(text); + Some(CmdResult::CommitAndExit(EntityType::Leader(build_leader(&verts, ct)))) + } + LeaderCreationType::WithBlock => { + self.step = Step::AskBlock { verts }; + Some(CmdResult::NeedPoint) + } + LeaderCreationType::WithText => { + self.step = Step::AskText { verts }; + Some(CmdResult::NeedPoint) + } + } + } + Step::AskText { verts } => { + let verts = verts.clone(); + let leader = build_leader(&verts, LeaderCreationType::WithText); + if text.is_empty() { + return Some(CmdResult::CommitAndExit(EntityType::Leader(leader))); + } + let mtext = build_mtext(text, landing_pt(&verts, leader.text_height), leader.text_height); + Some(CmdResult::ReplaceMany( + vec![], + vec![EntityType::Leader(leader), EntityType::MText(mtext)], + )) + } + Step::AskBlock { verts } => { + let verts = verts.clone(); + let leader = build_leader(&verts, LeaderCreationType::WithBlock); + if text.is_empty() { + return Some(CmdResult::CommitAndExit(EntityType::Leader(leader))); + } + let ins = Insert::new(text, v3(landing_pt(&verts, leader.text_height))); + Some(CmdResult::ReplaceMany( + vec![], + vec![EntityType::Leader(leader), EntityType::Insert(ins)], + )) + } + Step::CollectPoints { .. } => None, + } + } + + fn on_escape(&mut self) -> CmdResult { CmdResult::Cancel } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + if let Step::CollectPoints { verts } = &self.step { + if verts.is_empty() { return None; } + let mut pts = verts.clone(); + pts.push(pt); + Some(preview_wire(&pts)) + } else { + None + } + } +} + +// ── Helpers ───────────────────────────────────────────────────────────────── + +fn parse_ct(s: &str) -> LeaderCreationType { + match s.to_ascii_uppercase().as_str() { + "N" | "NONE" => LeaderCreationType::NoAnnotation, + "B" | "BLOCK" => LeaderCreationType::WithBlock, + "TL"| "TOLERANCE" => LeaderCreationType::WithTolerance, + _ => LeaderCreationType::WithText, + } +} + +fn v3(p: Vec3) -> Vector3 { Vector3::new(p.x as f64, p.y as f64, p.z as f64) } + +fn build_leader(verts: &[Vec3], ct: LeaderCreationType) -> Leader { + let mut l = Leader::from_vertices(verts.iter().map(|p| v3(*p)).collect()); + l.creation_type = ct; + l.hookline_enabled = !matches!(ct, LeaderCreationType::NoAnnotation); + l +} + +fn landing_pt(verts: &[Vec3], text_height: f64) -> Vec3 { + let last = *verts.last().unwrap(); + let prev = verts[verts.len() - 2]; + let sign = if last.x >= prev.x { 1.0_f32 } else { -1.0_f32 }; + Vec3::new(last.x + sign * text_height as f32 * 1.5, last.y, last.z) +} + +fn build_mtext(text: &str, pos: Vec3, height: f64) -> MText { + let mut m = MText::new(); + m.value = text.to_string(); + m.insertion_point = v3(pos); + m.height = height; + m +} + +fn preview_wire(pts: &[Vec3]) -> WireModel { + let mut points: Vec<[f32; 3]> = pts.iter().map(|p| [p.x, p.y, p.z]).collect(); + if pts.len() >= 2 { + let [w1, w2] = arrowhead_wings(pts[0], pts[1], 2.0); + points.push([f32::NAN; 3]); + points.push([w1.x, w1.y, w1.z]); + points.push([pts[0].x, pts[0].y, pts[0].z]); + points.push([w2.x, w2.y, w2.z]); + } + WireModel { + name: "leader_preview".into(), + points, + color: WireModel::CYAN, + selected: false, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px: 1.0, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + } +} + +pub fn arrowhead_wings(tip: Vec3, next: Vec3, size: f32) -> [Vec3; 2] { + let d = next - tip; + let len = (d.x * d.x + d.y * d.y).sqrt().max(1e-9); + let (dx, dy) = (d.x / len, d.y / len); + let angle = std::f32::consts::PI / 6.0; + let (s, c) = angle.sin_cos(); + [ + Vec3::new(tip.x + (dx*c - dy*s)*size, tip.y + (dx*s + dy*c)*size, tip.z), + Vec3::new(tip.x + (dx*c + dy*s)*size, tip.y + (-dx*s + dy*c)*size, tip.z), + ] +} diff --git a/src/modules/annotate/linear_dim.rs b/src/modules/annotate/linear_dim.rs new file mode 100644 index 00000000..27bff5a5 --- /dev/null +++ b/src/modules/annotate/linear_dim.rs @@ -0,0 +1,160 @@ +use acadrust::entities::{Dimension, DimensionLinear}; +use acadrust::types::Vector3; +use acadrust::EntityType; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +pub const ICON: IconKind = IconKind::Glyph("⟷"); + +pub fn tool() -> ToolDef { + ToolDef { + id: "DIMLINEAR", + label: "Linear", + icon: ICON, + event: ModuleEvent::Command("DIMLINEAR".to_string()), + } +} + +enum Step { + FirstPoint, + SecondPoint(Vec3), + DimensionLine { first: Vec3, second: Vec3 }, +} + +pub struct LinearDimensionCommand { + step: Step, +} + +impl LinearDimensionCommand { + pub fn new() -> Self { + Self { + step: Step::FirstPoint, + } + } +} + +impl CadCommand for LinearDimensionCommand { + fn name(&self) -> &'static str { + "DIMLINEAR" + } + + fn prompt(&self) -> String { + match self.step { + Step::FirstPoint => "DIMLINEAR Specify first extension line origin:".into(), + Step::SecondPoint(_) => "DIMLINEAR Specify second extension line origin:".into(), + Step::DimensionLine { .. } => "DIMLINEAR Specify dimension line location:".into(), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + Step::FirstPoint => { + self.step = Step::SecondPoint(pt); + CmdResult::NeedPoint + } + Step::SecondPoint(first) => { + self.step = Step::DimensionLine { first, second: pt }; + CmdResult::NeedPoint + } + Step::DimensionLine { first, second } => { + let mut dim = DimensionLinear::new(v3(first), v3(second)); + dim.rotation = if (second.y - first.y).abs() > (second.x - first.x).abs() { + std::f64::consts::FRAC_PI_2 + } else { + 0.0 + }; + dim.definition_point = v3(pt); + dim.base.definition_point = v3(pt); + dim.base.text_middle_point = v3(linear_text_pos(first, second, pt)); + dim.base.insertion_point = dim.base.text_middle_point; + dim.base.actual_measurement = dim.measurement(); + CmdResult::CommitAndExit(EntityType::Dimension(Dimension::Linear(dim))) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.step { + Step::FirstPoint => None, + Step::SecondPoint(first) => Some(preview_wire(vec![first, pt])), + Step::DimensionLine { first, second } => { + Some(preview_wire(linear_dimension_preview(first, second, pt))) + } + } + } +} + +fn v3(pt: Vec3) -> Vector3 { + Vector3::new(pt.x as f64, pt.y as f64, pt.z as f64) +} + +fn preview_wire(points: Vec) -> WireModel { + WireModel { + name: "dimlinear_preview".to_string(), + points: points.into_iter().map(|p| [p.x, p.y, p.z]).collect(), + color: WireModel::CYAN, + selected: false, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px: 1.0, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + } +} + +fn linear_dimension_preview(first: Vec3, second: Vec3, def: Vec3) -> Vec { + let axis = { + let d = second - first; + if d.length_squared() <= 1e-12 { + Vec3::X + } else if d.x.abs() >= d.y.abs() { + Vec3::X + } else { + Vec3::Y + } + }; + let perp = Vec3::new(-axis.y, axis.x, 0.0); + let offset = (def - first).dot(perp); + let d1 = first + perp * offset; + let d2 = second + perp * offset; + vec![ + first, + d1, + Vec3::new(f32::NAN, f32::NAN, f32::NAN), + second, + d2, + Vec3::new(f32::NAN, f32::NAN, f32::NAN), + d1, + d2, + ] +} + +fn linear_text_pos(first: Vec3, second: Vec3, def: Vec3) -> Vec3 { + let axis = { + let d = second - first; + if d.length_squared() <= 1e-12 { + Vec3::X + } else if d.x.abs() >= d.y.abs() { + Vec3::X + } else { + Vec3::Y + } + }; + let perp = Vec3::new(-axis.y, axis.x, 0.0); + let offset = (def - first).dot(perp); + let d1 = first + perp * offset; + let d2 = second + perp * offset; + (d1 + d2) * 0.5 + perp * 0.15 +} diff --git a/src/modules/annotate/mleader_cmd.rs b/src/modules/annotate/mleader_cmd.rs new file mode 100644 index 00000000..d5f14d51 --- /dev/null +++ b/src/modules/annotate/mleader_cmd.rs @@ -0,0 +1,169 @@ +// MLEADER command +// +// Flow: +// 1. CollectPoints — click arrowhead, then bend points; Enter (≥2) to finish +// 2. AskText — wants_text_input; blank Enter = no text +// → commit single MultiLeader entity + +use acadrust::entities::MultiLeader; +use acadrust::types::Vector3; +use acadrust::EntityType; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; + +pub const ICON: IconKind = IconKind::Glyph("↙"); + +pub fn tool() -> ToolDef { + ToolDef { + id: "MLEADER", + label: "MLeader", + icon: ICON, + event: ModuleEvent::Command("MLEADER".to_string()), + } +} + +enum Step { + CollectPoints { verts: Vec }, + AskText { verts: Vec }, +} + +pub struct MLeaderCommand { + step: Step, +} + +impl MLeaderCommand { + pub fn new() -> Self { + Self { step: Step::CollectPoints { verts: Vec::new() } } + } +} + +impl CadCommand for MLeaderCommand { + fn name(&self) -> &'static str { "MLEADER" } + + fn prompt(&self) -> String { + match &self.step { + Step::CollectPoints { verts } if verts.is_empty() => + "MLEADER Specify arrowhead point:".into(), + Step::CollectPoints { verts } => + format!("MLEADER Specify next point [{} pts — Enter to finish]:", verts.len()), + Step::AskText { verts } => + format!("MLEADER Enter annotation text [{} pts — blank = no text]:", verts.len()), + } + } + + fn wants_text_input(&self) -> bool { + matches!(self.step, Step::AskText { .. }) + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + if let Step::CollectPoints { verts } = &mut self.step { + verts.push(pt); + } + CmdResult::NeedPoint + } + + fn on_enter(&mut self) -> CmdResult { + if let Step::CollectPoints { verts } = &self.step { + if verts.len() < 2 { return CmdResult::Cancel; } + let verts = verts.clone(); + self.step = Step::AskText { verts }; + CmdResult::NeedPoint + } else { + CmdResult::Cancel + } + } + + fn on_text_input(&mut self, raw: &str) -> Option { + if let Step::AskText { verts } = &self.step { + let text = raw.trim(); + let ml = build_mleader(text, verts); + Some(CmdResult::CommitAndExit(EntityType::MultiLeader(ml))) + } else { + None + } + } + + fn on_escape(&mut self) -> CmdResult { CmdResult::Cancel } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + if let Step::CollectPoints { verts } = &self.step { + if verts.is_empty() { return None; } + let mut pts = verts.clone(); + pts.push(pt); + Some(preview_wire(&pts)) + } else { + None + } + } +} + +// ── Helpers ───────────────────────────────────────────────────────────────── + +fn v3(p: Vec3) -> Vector3 { Vector3::new(p.x as f64, p.y as f64, p.z as f64) } + +fn build_mleader(text: &str, verts: &[Vec3]) -> MultiLeader { + // Last vertex = content/text location; remaining = leader line points + let (leader_pts, content_pt) = verts.split_at(verts.len() - 1); + let content_pt = content_pt[0]; + + let leader_v3: Vec = leader_pts.iter().map(|p| v3(*p)).collect(); + let content_v3 = v3(content_pt); + + let mut ml = MultiLeader::with_text(text, content_v3, leader_v3); + + // Match Leader entity defaults + ml.text_height = 2.5; + ml.context.text_height = 2.5; + ml.arrowhead_size = 2.5; + ml.dogleg_length = 2.5; + + // Direction: from last leader pt toward content + if let (Some(last_leader), Some(root)) = (leader_pts.last(), ml.context.leader_roots.first_mut()) { + let dx = (content_pt.x - last_leader.x) as f64; + let dy = (content_pt.y - last_leader.y) as f64; + let len = (dx * dx + dy * dy).sqrt().max(1e-9); + root.direction = Vector3::new(dx / len, dy / len, 0.0); + root.connection_point = content_v3; + root.landing_distance = 2.5; + } + + ml +} + +fn preview_wire(pts: &[Vec3]) -> WireModel { + let mut points: Vec<[f32; 3]> = pts.iter().map(|p| [p.x, p.y, p.z]).collect(); + if pts.len() >= 2 { + let [w1, w2] = arrowhead_wings(pts[0], pts[1], 2.0); + points.push([f32::NAN; 3]); + points.push([w1.x, w1.y, w1.z]); + points.push([pts[0].x, pts[0].y, pts[0].z]); + points.push([w2.x, w2.y, w2.z]); + } + WireModel { + name: "mleader_preview".into(), + points, + color: WireModel::CYAN, + selected: false, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px: 1.0, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + } +} + +fn arrowhead_wings(tip: Vec3, next: Vec3, size: f32) -> [Vec3; 2] { + let d = next - tip; + let len = (d.x * d.x + d.y * d.y).sqrt().max(1e-9); + let (dx, dy) = (d.x / len, d.y / len); + let angle = std::f32::consts::PI / 6.0; + let (s, c) = angle.sin_cos(); + [ + Vec3::new(tip.x + (dx*c - dy*s)*size, tip.y + (dx*s + dy*c)*size, tip.z), + Vec3::new(tip.x + (dx*c + dy*s)*size, tip.y + (-dx*s + dy*c)*size, tip.z), + ] +} diff --git a/src/modules/annotate/mod.rs b/src/modules/annotate/mod.rs new file mode 100644 index 00000000..6de6eb13 --- /dev/null +++ b/src/modules/annotate/mod.rs @@ -0,0 +1,73 @@ +// Annotate module — dimension and text annotation tools. + +pub mod angular_dim; +pub mod leader_cmd; +pub mod linear_dim; +pub mod mleader_cmd; +pub mod mtext; +pub mod radius_dim; +pub mod text; + +use crate::modules::{CadModule, RibbonGroup, RibbonItem}; + +pub struct AnnotateModule; + +impl CadModule for AnnotateModule { + fn id(&self) -> &'static str { + "annotate" + } + fn title(&self) -> &'static str { + "Annotate" + } + + fn ribbon_groups(&self) -> Vec { + vec![ + RibbonGroup { + title: "Text", + tools: vec![ + RibbonItem::LargeDropdown { + id: "ANNOTATE_TEXT", + label: "Text", + icon: text::ICON, + items: vec![ + (text::tool().id, text::tool().label, text::tool().icon), + (mtext::tool().id, mtext::tool().label, mtext::tool().icon), + ], + default: "TEXT", + }, + ], + }, + RibbonGroup { + title: "Dimensions", + tools: vec![ + RibbonItem::LargeDropdown { + id: "ANNOTATE_DIM", + label: "Dimensions", + icon: linear_dim::ICON, + items: vec![ + (linear_dim::tool().id, linear_dim::tool().label, linear_dim::tool().icon), + (radius_dim::tool().id, radius_dim::tool().label, radius_dim::tool().icon), + (angular_dim::tool().id, angular_dim::tool().label, angular_dim::tool().icon), + ], + default: "DIMLINEAR", + }, + ], + }, + RibbonGroup { + title: "Leaders", + tools: vec![ + RibbonItem::LargeDropdown { + id: "ANNOTATE_LEADER", + label: "Leader", + icon: leader_cmd::ICON, + items: vec![ + (mleader_cmd::tool().id, mleader_cmd::tool().label, mleader_cmd::tool().icon), + (leader_cmd::tool().id, leader_cmd::tool().label, leader_cmd::tool().icon), + ], + default: "MLEADER", + }, + ], + }, + ] + } +} diff --git a/src/modules/annotate/mtext.rs b/src/modules/annotate/mtext.rs new file mode 100644 index 00000000..c4eb76aa --- /dev/null +++ b/src/modules/annotate/mtext.rs @@ -0,0 +1,89 @@ +use acadrust::types::Vector3; +use acadrust::{EntityType, MText}; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +pub const ICON: IconKind = IconKind::Svg(include_bytes!("../../../assets/icons/mtext.svg")); + +pub fn tool() -> ToolDef { + ToolDef { + id: "MTEXT", + label: "MText", + icon: ICON, + event: ModuleEvent::Command("MTEXT".to_string()), + } +} + +enum Step { + InsertPoint, + WaitText(Vec3), +} + +pub struct MTextCommand { + step: Step, +} + +impl MTextCommand { + pub fn new() -> Self { + Self { + step: Step::InsertPoint, + } + } +} + +impl CadCommand for MTextCommand { + fn name(&self) -> &'static str { + "MTEXT" + } + + fn prompt(&self) -> String { + match &self.step { + Step::InsertPoint => "MTEXT Specify insertion point:".into(), + Step::WaitText(pos) => format!( + "MTEXT Type text, press Enter [at {:.2},{:.2}]:", + pos.x, pos.z + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + self.step = Step::WaitText(pt); + CmdResult::NeedPoint + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn wants_text_input(&self) -> bool { + matches!(self.step, Step::WaitText(_)) + } + + fn on_text_input(&mut self, text: &str) -> Option { + if let Step::WaitText(pos) = &self.step { + if text.trim().is_empty() { + return Some(CmdResult::Cancel); + } + let mt = MText { + insertion_point: Vector3::new(pos.x as f64, pos.y as f64, pos.z as f64), + value: text.to_string(), + height: 0.25, + rectangle_width: text.len() as f64 * 0.15, + ..Default::default() + }; + Some(CmdResult::CommitEntity(EntityType::MText(mt))) + } else { + None + } + } + + fn on_mouse_move(&mut self, _pt: Vec3) -> Option { + None + } +} diff --git a/src/modules/annotate/radius_dim.rs b/src/modules/annotate/radius_dim.rs new file mode 100644 index 00000000..189cb7c4 --- /dev/null +++ b/src/modules/annotate/radius_dim.rs @@ -0,0 +1,114 @@ +use acadrust::entities::{Dimension, DimensionRadius}; +use acadrust::types::Vector3; +use acadrust::EntityType; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +pub const ICON: IconKind = IconKind::Glyph("⌀"); + +pub fn tool() -> ToolDef { + ToolDef { + id: "DIMRADIUS", + label: "Radius", + icon: ICON, + event: ModuleEvent::Command("DIMRADIUS".to_string()), + } +} + +enum Step { + CenterPoint, + RadiusPoint(Vec3), + TextPoint { center: Vec3, point: Vec3 }, +} + +pub struct RadiusDimensionCommand { + step: Step, +} + +impl RadiusDimensionCommand { + pub fn new() -> Self { + Self { + step: Step::CenterPoint, + } + } +} + +impl CadCommand for RadiusDimensionCommand { + fn name(&self) -> &'static str { + "DIMRADIUS" + } + + fn prompt(&self) -> String { + match self.step { + Step::CenterPoint => "DIMRADIUS Specify center point:".into(), + Step::RadiusPoint(_) => "DIMRADIUS Specify radius point:".into(), + Step::TextPoint { .. } => "DIMRADIUS Specify dimension line location:".into(), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + Step::CenterPoint => { + self.step = Step::RadiusPoint(pt); + CmdResult::NeedPoint + } + Step::RadiusPoint(center) => { + self.step = Step::TextPoint { center, point: pt }; + CmdResult::NeedPoint + } + Step::TextPoint { center, point } => { + let mut dim = DimensionRadius::new(v3(center), v3(point)); + dim.base.definition_point = v3(point); + dim.base.text_middle_point = v3(pt); + dim.base.insertion_point = v3(pt); + dim.leader_length = point.distance(pt) as f64; + dim.base.actual_measurement = dim.measurement(); + CmdResult::CommitAndExit(EntityType::Dimension(Dimension::Radius(dim))) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.step { + Step::CenterPoint => None, + Step::RadiusPoint(center) => Some(preview_wire(vec![center, pt])), + Step::TextPoint { center, point } => Some(preview_wire(vec![ + center, + point, + Vec3::new(f32::NAN, f32::NAN, f32::NAN), + point, + pt, + ])), + } + } +} + +fn v3(pt: Vec3) -> Vector3 { + Vector3::new(pt.x as f64, pt.y as f64, pt.z as f64) +} + +fn preview_wire(points: Vec) -> WireModel { + WireModel { + name: "dimradius_preview".to_string(), + points: points.into_iter().map(|p| [p.x, p.y, p.z]).collect(), + color: WireModel::CYAN, + selected: false, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px: 1.0, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + } +} diff --git a/src/modules/annotate/text.rs b/src/modules/annotate/text.rs new file mode 100644 index 00000000..df4c78cc --- /dev/null +++ b/src/modules/annotate/text.rs @@ -0,0 +1,84 @@ +use acadrust::types::Vector3; +use acadrust::{EntityType, Text}; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +pub const ICON: IconKind = IconKind::Svg(include_bytes!("../../../assets/icons/text.svg")); + +pub fn tool() -> ToolDef { + ToolDef { + id: "TEXT", + label: "Text", + icon: ICON, + event: ModuleEvent::Command("TEXT".to_string()), + } +} + +enum Step { + InsertPoint, + WaitText(Vec3), +} + +pub struct TextCommand { + step: Step, +} + +impl TextCommand { + pub fn new() -> Self { + Self { + step: Step::InsertPoint, + } + } +} + +impl CadCommand for TextCommand { + fn name(&self) -> &'static str { + "TEXT" + } + + fn prompt(&self) -> String { + match &self.step { + Step::InsertPoint => "TEXT Specify insertion point:".into(), + Step::WaitText(pos) => format!( + "TEXT Type text, press Enter [at {:.2},{:.2}]:", + pos.x, pos.z + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + self.step = Step::WaitText(pt); + CmdResult::NeedPoint + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn wants_text_input(&self) -> bool { + matches!(self.step, Step::WaitText(_)) + } + + fn on_text_input(&mut self, text: &str) -> Option { + if let Step::WaitText(pos) = &self.step { + if text.trim().is_empty() { + return Some(CmdResult::Cancel); + } + let t = Text::with_value(text, Vector3::new(pos.x as f64, pos.y as f64, pos.z as f64)) + .with_height(0.25); + Some(CmdResult::CommitEntity(EntityType::Text(t))) + } else { + None + } + } + + fn on_mouse_move(&mut self, _pt: Vec3) -> Option { + None + } +} diff --git a/src/modules/home/clipboard/copy_clip.rs b/src/modules/home/clipboard/copy_clip.rs new file mode 100644 index 00000000..4fe739f5 --- /dev/null +++ b/src/modules/home/clipboard/copy_clip.rs @@ -0,0 +1,10 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "COPYCLIP", + label: "Copy", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/copy_clip.svg")), + event: ModuleEvent::Command("COPYCLIP".to_string()), + } +} diff --git a/src/modules/home/clipboard/cut.rs b/src/modules/home/clipboard/cut.rs new file mode 100644 index 00000000..48f2c438 --- /dev/null +++ b/src/modules/home/clipboard/cut.rs @@ -0,0 +1,10 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "CUTCLIP", + label: "Cut", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/cut.svg")), + event: ModuleEvent::Command("CUTCLIP".to_string()), + } +} diff --git a/src/modules/home/clipboard/mod.rs b/src/modules/home/clipboard/mod.rs new file mode 100644 index 00000000..000ff378 --- /dev/null +++ b/src/modules/home/clipboard/mod.rs @@ -0,0 +1,3 @@ +pub mod copy_clip; +pub mod cut; +pub mod paste; diff --git a/src/modules/home/clipboard/paste.rs b/src/modules/home/clipboard/paste.rs new file mode 100644 index 00000000..5b25b7d6 --- /dev/null +++ b/src/modules/home/clipboard/paste.rs @@ -0,0 +1,10 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "PASTECLIP", + label: "Paste", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/paste.svg")), + event: ModuleEvent::Command("PASTECLIP".to_string()), + } +} diff --git a/src/modules/home/defaults.rs b/src/modules/home/defaults.rs new file mode 100644 index 00000000..2cec20fc --- /dev/null +++ b/src/modules/home/defaults.rs @@ -0,0 +1,49 @@ +// Persistent command defaults — last-used values survive across command runs +// within the same session. Uses thread_local! so no synchronisation needed. + +use std::cell::Cell; + +thread_local! { + static CIRCLE_RADIUS: Cell = Cell::new(1.0); + static CIRCLE_DIAM: Cell = Cell::new(2.0); + static ROTATE_ANGLE: Cell = Cell::new(0.0); // degrees + static SCALE_FACTOR: Cell = Cell::new(1.0); + static OFFSET_DIST: Cell = Cell::new(1.0); + static FILLET_RADIUS: Cell = Cell::new(1.0); + static CHAMFER_DIST1: Cell = Cell::new(10.0); + static CHAMFER_DIST2: Cell = Cell::new(10.0); + static ARRAY_ROWS: Cell = Cell::new(2.0); + static ARRAY_COLS: Cell = Cell::new(2.0); + static ARRAY_ROW_SP: Cell = Cell::new(100.0); + static ARRAY_COL_SP: Cell = Cell::new(100.0); + static ARRAY_P_COUNT: Cell = Cell::new(6.0); + static ARRAY_P_ANGLE: Cell = Cell::new(360.0); // degrees + static ARRAY_PATH_COUNT: Cell = Cell::new(6.0); +} + +macro_rules! accessors { + ($get:ident, $set:ident, $var:ident) => { + pub fn $get() -> f32 { + $var.with(|c| c.get()) + } + pub fn $set(v: f32) { + $var.with(|c| c.set(v)); + } + }; +} + +accessors!(get_circle_radius, set_circle_radius, CIRCLE_RADIUS); +accessors!(get_circle_diam, set_circle_diam, CIRCLE_DIAM); +accessors!(get_rotate_angle, set_rotate_angle, ROTATE_ANGLE); +accessors!(get_scale_factor, set_scale_factor, SCALE_FACTOR); +accessors!(get_offset_dist, set_offset_dist, OFFSET_DIST); +accessors!(get_fillet_radius, set_fillet_radius, FILLET_RADIUS); +accessors!(get_chamfer_dist1, set_chamfer_dist1, CHAMFER_DIST1); +accessors!(get_chamfer_dist2, set_chamfer_dist2, CHAMFER_DIST2); +accessors!(get_array_rows, set_array_rows, ARRAY_ROWS); +accessors!(get_array_cols, set_array_cols, ARRAY_COLS); +accessors!(get_array_row_sp, set_array_row_sp, ARRAY_ROW_SP); +accessors!(get_array_col_sp, set_array_col_sp, ARRAY_COL_SP); +accessors!(get_array_p_count, set_array_p_count, ARRAY_P_COUNT); +accessors!(get_array_p_angle, set_array_p_angle, ARRAY_P_ANGLE); +accessors!(get_array_path_count, set_array_path_count, ARRAY_PATH_COUNT); diff --git a/src/modules/home/donate.rs b/src/modules/home/donate.rs new file mode 100644 index 00000000..1f4ab59b --- /dev/null +++ b/src/modules/home/donate.rs @@ -0,0 +1,10 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "DONATE", + label: "Donate", + icon: IconKind::Svg(include_bytes!("../../../assets/icons/donate.svg")), + event: ModuleEvent::Command("DONATE".to_string()), + } +} diff --git a/src/modules/home/draw/arc.rs b/src/modules/home/draw/arc.rs new file mode 100644 index 00000000..7967b2e1 --- /dev/null +++ b/src/modules/home/draw/arc.rs @@ -0,0 +1,1104 @@ +// Arc tool — ribbon dropdown + all H7CAD arc creation methods. +// +// Methods: +// ARC — Center, Start, End (CSE — default) +// ARC_3P — 3-Point +// ARC_SCE — Start, Center, End +// ARC_SCA — Start, Center, Angle +// ARC_SCL — Start, Center, Length of chord +// ARC_SEA — Start, End, Angle (sagitta-based pick) +// ARC_SER — Start, End, Radius (radius defined by dist cursor→start) +// ARC_SED — Start, End, Direction (tangent at start) +// ARC_CSA — Center, Start, Angle +// ARC_CSL — Center, Start, Length of chord + +use acadrust::types::Vector3; +use acadrust::{Arc as CadArc, EntityType}; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::IconKind; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +const TAU: f32 = std::f32::consts::TAU; + +// ── Per-method SVG icons ─────────────────────────────────────────────────── + +const ICON_CSE: IconKind = + IconKind::Svg(include_bytes!("../../../../assets/icons/arc/arc_cse.svg")); +const ICON_3P: IconKind = IconKind::Svg(include_bytes!("../../../../assets/icons/arc/arc_3p.svg")); +const ICON_SCE: IconKind = + IconKind::Svg(include_bytes!("../../../../assets/icons/arc/arc_sce.svg")); +const ICON_SCA: IconKind = + IconKind::Svg(include_bytes!("../../../../assets/icons/arc/arc_sca.svg")); +const ICON_SCL: IconKind = + IconKind::Svg(include_bytes!("../../../../assets/icons/arc/arc_scl.svg")); +const ICON_SEA: IconKind = + IconKind::Svg(include_bytes!("../../../../assets/icons/arc/arc_sea.svg")); +const ICON_SER: IconKind = + IconKind::Svg(include_bytes!("../../../../assets/icons/arc/arc_ser.svg")); +const ICON_SED: IconKind = + IconKind::Svg(include_bytes!("../../../../assets/icons/arc/arc_sed.svg")); +const ICON_CSA: IconKind = + IconKind::Svg(include_bytes!("../../../../assets/icons/arc/arc_csa.svg")); +const ICON_CSL: IconKind = + IconKind::Svg(include_bytes!("../../../../assets/icons/arc/arc_csl.svg")); + +// ── Dropdown metadata ────────────────────────────────────────────────────── + +pub const DROPDOWN_ID: &str = "ARC"; + +pub const DROPDOWN_ITEMS: &[(&str, &str, IconKind)] = &[ + ("ARC", "Center, Start, End", ICON_CSE), + ("ARC_3P", "3-Point", ICON_3P), + ("ARC_SCE", "Start, Center, End", ICON_SCE), + ("ARC_SCA", "Start, Center, Angle", ICON_SCA), + ("ARC_SCL", "Start, Center, Length", ICON_SCL), + ("ARC_SEA", "Start, End, Angle", ICON_SEA), + ("ARC_SER", "Start, End, Radius", ICON_SER), + ("ARC_SED", "Start, End, Direction", ICON_SED), + ("ARC_CSA", "Center, Start, Angle", ICON_CSA), + ("ARC_CSL", "Center, Start, Length", ICON_CSL), +]; + +/// Default icon — falls back to CSE before first use. +pub const ICON: IconKind = ICON_CSE; + +// ── Shared math helpers ──────────────────────────────────────────────────── + +/// Angle in radians from `center` to `pt`. +fn angle_xy(center: Vec3, pt: Vec3) -> f32 { + (pt.y - center.y).atan2(pt.x - center.x) +} + +/// Build a CCW arc polyline from `start_angle` to `end_angle` (radians). +fn arc_preview(center: Vec3, radius: f32, start_angle: f32, end_angle: f32) -> WireModel { + let mut ea = end_angle; + while ea < start_angle { + ea += TAU; + } + let span = (ea - start_angle).min(TAU); + let segs = ((span / TAU) * 64.0).ceil().max(4.0) as u32; + let pts: Vec<[f32; 3]> = (0..=segs) + .map(|i| { + let a = start_angle + span * (i as f32 / segs as f32); + [ + center.x + radius * a.cos(), + center.y + radius * a.sin(), + center.z, + ] + }) + .collect(); + WireModel::solid("rubber_band".into(), pts, WireModel::CYAN, false) +} + +fn make_arc(center: Vec3, radius: f32, start_angle: f32, end_angle: f32) -> EntityType { + EntityType::Arc(CadArc { + center: Vector3::new(center.x as f64, center.y as f64, center.z as f64), + radius: radius as f64, + start_angle: start_angle.to_degrees() as f64, + end_angle: end_angle.to_degrees() as f64, + ..Default::default() + }) +} + +/// Signed rotation from `prev` to `curr` around `center`. +/// Positive = CCW, negative = CW. +fn rot_sign(center: Vec3, prev: Vec3, curr: Vec3) -> f32 { + let p = prev - center; + let c = curr - center; + p.x * c.y - p.y * c.x +} + +fn line_wire(a: Vec3, b: Vec3) -> WireModel { + WireModel::solid( + "rubber_band".into(), + vec![[a.x, a.y, a.z], [b.x, b.y, b.z]], + WireModel::CYAN, + false, + ) +} + +/// Circumscribed circle through three points. +fn circumcircle(a: Vec3, b: Vec3, c: Vec3) -> Option<(Vec3, f32)> { + let d = 2.0 * (a.x * (b.y - c.y) + b.x * (c.y - a.y) + c.x * (a.y - b.y)); + if d.abs() < 1e-9 { + return None; + } + let ux = ((a.x * a.x + a.y * a.y) * (b.y - c.y) + + (b.x * b.x + b.y * b.y) * (c.y - a.y) + + (c.x * c.x + c.y * c.y) * (a.y - b.y)) + / d; + let uy = ((a.x * a.x + a.y * a.y) * (c.x - b.x) + + (b.x * b.x + b.y * b.y) * (a.x - c.x) + + (c.x * c.x + c.y * c.y) * (b.x - a.x)) + / d; + let center = Vec3::new(ux, uy, a.z); + Some((center, center.distance(a))) +} + +/// True if `angle` lies inside the CCW arc [start..end] (radians). +fn ccw_contains(angle: f32, start: f32, end: f32) -> bool { + let a = angle.rem_euclid(TAU); + let s = start.rem_euclid(TAU); + let e = end.rem_euclid(TAU); + if s <= e { + a >= s && a <= e + } else { + a >= s || a <= e + } +} + +/// Arc center+radius from two endpoints and a cursor (sagitta / bow-toward-cursor). +fn arc_from_sagitta(s: Vec3, e: Vec3, cursor: Vec3) -> Option<(Vec3, f32)> { + let chord_vec = e - s; + let chord_len = (chord_vec.x * chord_vec.x + chord_vec.y * chord_vec.y).sqrt(); + if chord_len < 1e-6 { + return None; + } + let unit_chord = Vec3::new(chord_vec.x / chord_len, 0.0, chord_vec.y / chord_len); + let perp = Vec3::new(-unit_chord.y, 0.0, unit_chord.x); + let mid = (s + e) * 0.5; + let h = (cursor - mid).dot(perp); // signed sagitta + if h.abs() < 1e-3 { + return None; + } + let r = (chord_len * chord_len + 4.0 * h * h) / (8.0 * h.abs()); + let d = (r * r - (chord_len * 0.5) * (chord_len * 0.5)) + .max(0.0) + .sqrt(); + Some((mid - perp * h.signum() * d, r)) +} + +/// Arc center+radius from start, end, and a radius-magnitude point (dist = dist(pt, start)). +fn arc_from_se_radius(s: Vec3, e: Vec3, radius_pt: Vec3) -> Option<(Vec3, f32)> { + let r = s.distance(radius_pt).max(1e-3); + let chord_len = s.distance(e); + if r < chord_len * 0.5 { + return None; + } + let unit_chord = (e - s) / chord_len; + let perp = Vec3::new(-unit_chord.y, 0.0, unit_chord.x); + let mid = (s + e) * 0.5; + let h_sign = (radius_pt - mid).dot(perp).signum(); + let d = (r * r - (chord_len * 0.5) * (chord_len * 0.5)) + .max(0.0) + .sqrt(); + Some((mid - perp * h_sign * d, r)) +} + +/// Arc center+radius from start, end, and a tangent-direction point at start. +fn arc_from_direction(s: Vec3, e: Vec3, dir_pt: Vec3) -> Option<(Vec3, f32)> { + let t = (dir_pt - s).normalize_or_zero(); + if t.length_squared() < 1e-12 { + return None; + } + let perp_t = Vec3::new(-t.y, t.x, 0.0); // rotate tangent 90° CCW + let chord = e - s; + let denom = perp_t.x * chord.x + perp_t.y * chord.y; + if denom.abs() < 1e-9 { + return None; + } + let lambda = chord.length_squared() * 0.5 / denom; + let center = s + perp_t * lambda; + Some((center, center.distance(s))) +} + +/// Compute end_angle from a chord-length pick (SCL / CSL semantics). +/// `chord_len` is clamped to [0, 2r]. +fn end_angle_from_chord_len(start_angle: f32, chord: f32, r: f32) -> f32 { + let half = (chord.min(2.0 * r) / (2.0 * r)).asin(); + start_angle + 2.0 * half +} + +// ── Command 1: Center, Start, End (ARC = CSE) ──────────────────────────── + +pub struct ArcCommand { + step: u8, + c: Vec3, + r: f32, + sa: f32, + prev_pt: Option, + cw: bool, +} + +impl ArcCommand { + pub fn new() -> Self { + Self { + step: 0, + c: Vec3::ZERO, + r: 0.0, + sa: 0.0, + prev_pt: None, + cw: false, + } + } +} + +impl CadCommand for ArcCommand { + fn name(&self) -> &'static str { + "ARC" + } + fn prompt(&self) -> String { + match self.step { + 0 => "ARC Specify center:".into(), + 1 => "ARC Specify start point:".into(), + _ => format!( + "ARC Specify end point [c=({:.2},{:.2}) r={:.3}]:", + self.c.x, self.c.y, self.r + ), + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + 0 => { + self.c = pt; + self.step = 1; + CmdResult::NeedPoint + } + 1 => { + self.r = self.c.distance(pt); + self.sa = angle_xy(self.c, pt); + self.step = 2; + CmdResult::NeedPoint + } + _ => { + let ea = angle_xy(self.c, pt); + let e = if self.cw { + make_arc(self.c, self.r, ea, self.sa) + } else { + make_arc(self.c, self.r, self.sa, ea) + }; + CmdResult::CommitAndExit(e) + } + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.step { + 1 => Some(line_wire(self.c, pt)), + 2 => { + if let Some(prev) = self.prev_pt { + if rot_sign(self.c, prev, pt).abs() > 1e-6 { + self.cw = rot_sign(self.c, prev, pt) < 0.0; + } + } + self.prev_pt = Some(pt); + let ea = angle_xy(self.c, pt); + Some(if self.cw { + arc_preview(self.c, self.r, ea, self.sa) + } else { + arc_preview(self.c, self.r, self.sa, ea) + }) + } + _ => None, + } + } +} + +// ── Command 2: 3-Point (ARC_3P) ────────────────────────────────────────── + +pub struct Arc3PCommand { + pts: Vec, +} + +impl Arc3PCommand { + pub fn new() -> Self { + Self { pts: Vec::new() } + } +} + +impl CadCommand for Arc3PCommand { + fn name(&self) -> &'static str { + "ARC_3P" + } + fn prompt(&self) -> String { + match self.pts.len() { + 0 => "ARC 3P Specify start point:".into(), + 1 => "ARC 3P Specify second point on arc:".into(), + _ => "ARC 3P Specify end point:".into(), + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + self.pts.push(pt); + if self.pts.len() < 3 { + return CmdResult::NeedPoint; + } + let (p1, p2, p3) = (self.pts[0], self.pts[1], self.pts[2]); + match circumcircle(p1, p2, p3) { + None => { + self.pts.pop(); + CmdResult::NeedPoint + } // collinear — retry + Some((center, radius)) => { + let a1 = angle_xy(center, p1); + let a2 = angle_xy(center, p2); + let a3 = angle_xy(center, p3); + // Choose arc direction so that p2 lies on the arc from p1 to p3. + let (sa, ea) = if ccw_contains(a2, a1, a3) { + (a1, a3) + } else { + (a3, a1) + }; + CmdResult::CommitAndExit(make_arc(center, radius, sa, ea)) + } + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.pts.len() { + 0 => None, + 1 => Some(line_wire(self.pts[0], pt)), + _ => { + let (p1, p2) = (self.pts[0], self.pts[1]); + if let Some((center, radius)) = circumcircle(p1, p2, pt) { + let a1 = angle_xy(center, p1); + let a2 = angle_xy(center, p2); + let a3 = angle_xy(center, pt); + let (sa, ea) = if ccw_contains(a2, a1, a3) { + (a1, a3) + } else { + (a3, a1) + }; + Some(arc_preview(center, radius, sa, ea)) + } else { + Some(WireModel::solid( + "rubber_band".into(), + vec![[p1.x, p1.y, p1.z], [p2.x, p2.y, p2.z], [pt.x, pt.y, pt.z]], + WireModel::CYAN, + false, + )) + } + } + } + } +} + +// ── Command 3: Start, Center, End (ARC_SCE) ────────────────────────────── + +pub struct ArcSCECommand { + step: u8, + s: Vec3, + c: Vec3, + r: f32, + sa: f32, + prev_pt: Option, + cw: bool, +} + +impl ArcSCECommand { + pub fn new() -> Self { + Self { + step: 0, + s: Vec3::ZERO, + c: Vec3::ZERO, + r: 0.0, + sa: 0.0, + prev_pt: None, + cw: false, + } + } +} + +impl CadCommand for ArcSCECommand { + fn name(&self) -> &'static str { + "ARC_SCE" + } + fn prompt(&self) -> String { + match self.step { + 0 => "ARC SCE Specify start point:".into(), + 1 => "ARC SCE Specify center:".into(), + _ => format!("ARC SCE Specify end point [r={:.3}]:", self.r), + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + 0 => { + self.s = pt; + self.step = 1; + CmdResult::NeedPoint + } + 1 => { + self.c = pt; + self.r = pt.distance(self.s); + self.sa = angle_xy(pt, self.s); + self.step = 2; + CmdResult::NeedPoint + } + _ => { + let ea = angle_xy(self.c, pt); + let e = if self.cw { + make_arc(self.c, self.r, ea, self.sa) + } else { + make_arc(self.c, self.r, self.sa, ea) + }; + CmdResult::CommitAndExit(e) + } + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.step { + 1 => Some(line_wire(self.s, pt)), + 2 => { + if let Some(prev) = self.prev_pt { + if rot_sign(self.c, prev, pt).abs() > 1e-6 { + self.cw = rot_sign(self.c, prev, pt) < 0.0; + } + } + self.prev_pt = Some(pt); + let ea = angle_xy(self.c, pt); + Some(if self.cw { + arc_preview(self.c, self.r, ea, self.sa) + } else { + arc_preview(self.c, self.r, self.sa, ea) + }) + } + _ => None, + } + } +} + +// ── Command 4: Start, Center, Angle (ARC_SCA) ──────────────────────────── +// Interactive: cursor direction from center defines span. Typing: degrees of span. + +pub struct ArcSCACommand { + step: u8, + s: Vec3, + c: Vec3, + r: f32, + sa: f32, + prev_pt: Option, + cw: bool, +} + +impl ArcSCACommand { + pub fn new() -> Self { + Self { + step: 0, + s: Vec3::ZERO, + c: Vec3::ZERO, + r: 0.0, + sa: 0.0, + prev_pt: None, + cw: false, + } + } +} + +impl CadCommand for ArcSCACommand { + fn name(&self) -> &'static str { + "ARC_SCA" + } + fn prompt(&self) -> String { + match self.step { + 0 => "ARC SCA Specify start point:".into(), + 1 => "ARC SCA Specify center:".into(), + _ => format!( + "ARC SCA Click end direction or type arc span in degrees [start={:.1}°]:", + self.sa.to_degrees() + ), + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + 0 => { + self.s = pt; + self.step = 1; + CmdResult::NeedPoint + } + 1 => { + self.c = pt; + self.r = pt.distance(self.s); + self.sa = angle_xy(pt, self.s); + self.step = 2; + CmdResult::NeedPoint + } + _ => { + let ea = angle_xy(self.c, pt); + let e = if self.cw { + make_arc(self.c, self.r, ea, self.sa) + } else { + make_arc(self.c, self.r, self.sa, ea) + }; + CmdResult::CommitAndExit(e) + } + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_text_input(&mut self, text: &str) -> Option { + if self.step == 2 { + let span: f32 = text.trim().replace(',', ".").parse().ok()?; + // Negative span = CW; positive = CCW. + let ea = self.sa + span.to_radians(); + return Some(CmdResult::CommitAndExit(make_arc( + self.c, self.r, self.sa, ea, + ))); + } + None + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.step { + 1 => Some(line_wire(self.s, pt)), + 2 => { + if let Some(prev) = self.prev_pt { + if rot_sign(self.c, prev, pt).abs() > 1e-6 { + self.cw = rot_sign(self.c, prev, pt) < 0.0; + } + } + self.prev_pt = Some(pt); + let ea = angle_xy(self.c, pt); + Some(if self.cw { + arc_preview(self.c, self.r, ea, self.sa) + } else { + arc_preview(self.c, self.r, self.sa, ea) + }) + } + _ => None, + } + } +} + +// ── Command 5: Start, Center, Length (ARC_SCL) ─────────────────────────── +// "Length" = chord length from start to end of arc. +// Interactive: cursor distance from start_pt drives the chord length. + +pub struct ArcSCLCommand { + step: u8, + s: Vec3, + c: Vec3, + r: f32, + sa: f32, +} + +impl ArcSCLCommand { + pub fn new() -> Self { + Self { + step: 0, + s: Vec3::ZERO, + c: Vec3::ZERO, + r: 0.0, + sa: 0.0, + } + } +} + +impl CadCommand for ArcSCLCommand { + fn name(&self) -> &'static str { + "ARC_SCL" + } + fn prompt(&self) -> String { + match self.step { + 0 => "ARC SCL Specify start point:".into(), + 1 => "ARC SCL Specify center:".into(), + _ => format!( + "ARC SCL Click chord end or type chord length [r={:.3}]:", + self.r + ), + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + 0 => { + self.s = pt; + self.step = 1; + CmdResult::NeedPoint + } + 1 => { + self.c = pt; + self.r = pt.distance(self.s); + self.sa = angle_xy(pt, self.s); + self.step = 2; + CmdResult::NeedPoint + } + _ => { + let chord = self.s.distance(pt); + let ea = end_angle_from_chord_len(self.sa, chord, self.r); + CmdResult::CommitAndExit(make_arc(self.c, self.r, self.sa, ea)) + } + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_text_input(&mut self, text: &str) -> Option { + if self.step == 2 { + let chord: f32 = text.trim().replace(',', ".").parse().ok()?; + if chord > 0.0 { + let ea = end_angle_from_chord_len(self.sa, chord, self.r); + return Some(CmdResult::CommitAndExit(make_arc( + self.c, self.r, self.sa, ea, + ))); + } + } + None + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.step { + 1 => Some(line_wire(self.s, pt)), + 2 => { + let chord = self.s.distance(pt); + let ea = end_angle_from_chord_len(self.sa, chord, self.r); + Some(arc_preview(self.c, self.r, self.sa, ea)) + } + _ => None, + } + } +} + +// ── Command 6: Start, End, Angle (ARC_SEA) ─────────────────────────────── +// Interactive: cursor distance from chord defines sagitta → arc shape. + +pub struct ArcSEACommand { + step: u8, + s: Vec3, + e: Vec3, +} + +impl ArcSEACommand { + pub fn new() -> Self { + Self { + step: 0, + s: Vec3::ZERO, + e: Vec3::ZERO, + } + } +} + +impl CadCommand for ArcSEACommand { + fn name(&self) -> &'static str { + "ARC_SEA" + } + fn prompt(&self) -> String { + match self.step { + 0 => "ARC SEA Specify start point:".into(), + 1 => "ARC SEA Specify end point:".into(), + _ => "ARC SEA Specify angle (move cursor perpendicular to chord):".into(), + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + 0 => { + self.s = pt; + self.step = 1; + CmdResult::NeedPoint + } + 1 => { + self.e = pt; + self.step = 2; + CmdResult::NeedPoint + } + _ => match arc_from_sagitta(self.s, self.e, pt) { + Some((center, radius)) => { + let sa = angle_xy(center, self.s); + let ea = angle_xy(center, self.e); + CmdResult::CommitAndExit(make_arc(center, radius, sa, ea)) + } + None => CmdResult::Cancel, + }, + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.step { + 1 => Some(line_wire(self.s, pt)), + 2 => { + if let Some((center, radius)) = arc_from_sagitta(self.s, self.e, pt) { + let sa = angle_xy(center, self.s); + let ea = angle_xy(center, self.e); + Some(arc_preview(center, radius, sa, ea)) + } else { + Some(line_wire(self.s, self.e)) + } + } + _ => None, + } + } +} + +// ── Command 7: Start, End, Radius (ARC_SER) ────────────────────────────── +// Interactive: radius = distance(cursor, start_point). + +pub struct ArcSERCommand { + step: u8, + s: Vec3, + e: Vec3, +} + +impl ArcSERCommand { + pub fn new() -> Self { + Self { + step: 0, + s: Vec3::ZERO, + e: Vec3::ZERO, + } + } +} + +impl CadCommand for ArcSERCommand { + fn name(&self) -> &'static str { + "ARC_SER" + } + fn prompt(&self) -> String { + match self.step { + 0 => "ARC SER Specify start point:".into(), + 1 => "ARC SER Specify end point:".into(), + _ => "ARC SER Click radius point or type radius value:".into(), + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + 0 => { + self.s = pt; + self.step = 1; + CmdResult::NeedPoint + } + 1 => { + self.e = pt; + self.step = 2; + CmdResult::NeedPoint + } + _ => match arc_from_se_radius(self.s, self.e, pt) { + Some((center, radius)) => { + let sa = angle_xy(center, self.s); + let ea = angle_xy(center, self.e); + CmdResult::CommitAndExit(make_arc(center, radius, sa, ea)) + } + None => CmdResult::Cancel, + }, + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_text_input(&mut self, text: &str) -> Option { + if self.step == 2 { + let r: f32 = text.trim().replace(',', ".").parse().ok()?; + let chord = self.s.distance(self.e); + if r > 0.0 && r >= chord / 2.0 { + let mid = (self.s + self.e) * 0.5; + let perp = { + let cv = (self.e - self.s) / chord; + Vec3::new(-cv.y, cv.x, 0.0) + }; + let d = (r * r - (chord / 2.0) * (chord / 2.0)).max(0.0).sqrt(); + let center = mid - perp * d; + let sa = angle_xy(center, self.s); + let ea = angle_xy(center, self.e); + return Some(CmdResult::CommitAndExit(make_arc(center, r, sa, ea))); + } + } + None + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.step { + 1 => Some(line_wire(self.s, pt)), + 2 => { + if let Some((center, radius)) = arc_from_se_radius(self.s, self.e, pt) { + let sa = angle_xy(center, self.s); + let ea = angle_xy(center, self.e); + Some(arc_preview(center, radius, sa, ea)) + } else { + Some(line_wire(self.s, self.e)) + } + } + _ => None, + } + } +} + +// ── Command 8: Start, End, Direction (ARC_SED) ─────────────────────────── +// Interactive: cursor position defines tangent direction at start (cursor − start). + +pub struct ArcSEDCommand { + step: u8, + s: Vec3, + e: Vec3, +} + +impl ArcSEDCommand { + pub fn new() -> Self { + Self { + step: 0, + s: Vec3::ZERO, + e: Vec3::ZERO, + } + } +} + +impl CadCommand for ArcSEDCommand { + fn name(&self) -> &'static str { + "ARC_SED" + } + fn prompt(&self) -> String { + match self.step { + 0 => "ARC SED Specify start point:".into(), + 1 => "ARC SED Specify end point:".into(), + _ => "ARC SED Specify tangent direction at start:".into(), + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + 0 => { + self.s = pt; + self.step = 1; + CmdResult::NeedPoint + } + 1 => { + self.e = pt; + self.step = 2; + CmdResult::NeedPoint + } + _ => match arc_from_direction(self.s, self.e, pt) { + Some((center, radius)) => { + let sa = angle_xy(center, self.s); + let ea = angle_xy(center, self.e); + CmdResult::CommitAndExit(make_arc(center, radius, sa, ea)) + } + None => CmdResult::Cancel, + }, + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.step { + 1 => Some(line_wire(self.s, pt)), + 2 => { + if let Some((center, radius)) = arc_from_direction(self.s, self.e, pt) { + let sa = angle_xy(center, self.s); + let ea = angle_xy(center, self.e); + Some(arc_preview(center, radius, sa, ea)) + } else { + Some(line_wire(self.s, self.e)) + } + } + _ => None, + } + } +} + +// ── Command 9: Center, Start, Angle (ARC_CSA) ──────────────────────────── +// Interactive: angle direction indicated by cursor position relative to center. + +pub struct ArcCSACommand { + step: u8, + c: Vec3, + r: f32, + sa: f32, + prev_pt: Option, + cw: bool, +} + +impl ArcCSACommand { + pub fn new() -> Self { + Self { + step: 0, + c: Vec3::ZERO, + r: 0.0, + sa: 0.0, + prev_pt: None, + cw: false, + } + } +} + +impl CadCommand for ArcCSACommand { + fn name(&self) -> &'static str { + "ARC_CSA" + } + fn prompt(&self) -> String { + match self.step { + 0 => "ARC CSA Specify center:".into(), + 1 => "ARC CSA Specify start point:".into(), + _ => format!( + "ARC CSA Click end direction or type arc span in degrees [start={:.1}°]:", + self.sa.to_degrees() + ), + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + 0 => { + self.c = pt; + self.step = 1; + CmdResult::NeedPoint + } + 1 => { + self.r = self.c.distance(pt); + self.sa = angle_xy(self.c, pt); + self.step = 2; + CmdResult::NeedPoint + } + _ => { + let ea = angle_xy(self.c, pt); + let e = if self.cw { + make_arc(self.c, self.r, ea, self.sa) + } else { + make_arc(self.c, self.r, self.sa, ea) + }; + CmdResult::CommitAndExit(e) + } + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_text_input(&mut self, text: &str) -> Option { + if self.step == 2 { + let span: f32 = text.trim().replace(',', ".").parse().ok()?; + let ea = self.sa + span.to_radians(); + return Some(CmdResult::CommitAndExit(make_arc( + self.c, self.r, self.sa, ea, + ))); + } + None + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.step { + 1 => Some(line_wire(self.c, pt)), + 2 => { + if let Some(prev) = self.prev_pt { + if rot_sign(self.c, prev, pt).abs() > 1e-6 { + self.cw = rot_sign(self.c, prev, pt) < 0.0; + } + } + self.prev_pt = Some(pt); + let ea = angle_xy(self.c, pt); + Some(if self.cw { + arc_preview(self.c, self.r, ea, self.sa) + } else { + arc_preview(self.c, self.r, self.sa, ea) + }) + } + _ => None, + } + } +} + +// ── Command 10: Center, Start, Length (ARC_CSL) ────────────────────────── +// "Length" = chord from start to end. Interactive: dist(cursor, start_pt) = chord. + +pub struct ArcCSLCommand { + step: u8, + c: Vec3, + s: Vec3, + r: f32, + sa: f32, +} + +impl ArcCSLCommand { + pub fn new() -> Self { + Self { + step: 0, + c: Vec3::ZERO, + s: Vec3::ZERO, + r: 0.0, + sa: 0.0, + } + } +} + +impl CadCommand for ArcCSLCommand { + fn name(&self) -> &'static str { + "ARC_CSL" + } + fn prompt(&self) -> String { + match self.step { + 0 => "ARC CSL Specify center:".into(), + 1 => "ARC CSL Specify start point:".into(), + _ => format!( + "ARC CSL Click chord end or type chord length [r={:.3}]:", + self.r + ), + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + 0 => { + self.c = pt; + self.step = 1; + CmdResult::NeedPoint + } + 1 => { + self.s = pt; + self.r = self.c.distance(pt); + self.sa = angle_xy(self.c, pt); + self.step = 2; + CmdResult::NeedPoint + } + _ => { + let chord = self.s.distance(pt); + let ea = end_angle_from_chord_len(self.sa, chord, self.r); + CmdResult::CommitAndExit(make_arc(self.c, self.r, self.sa, ea)) + } + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_text_input(&mut self, text: &str) -> Option { + if self.step == 2 { + let chord: f32 = text.trim().replace(',', ".").parse().ok()?; + if chord > 0.0 { + let ea = end_angle_from_chord_len(self.sa, chord, self.r); + return Some(CmdResult::CommitAndExit(make_arc( + self.c, self.r, self.sa, ea, + ))); + } + } + None + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.step { + 1 => Some(line_wire(self.c, pt)), + 2 => { + let chord = self.s.distance(pt); + let ea = end_angle_from_chord_len(self.sa, chord, self.r); + Some(arc_preview(self.c, self.r, self.sa, ea)) + } + _ => None, + } + } +} diff --git a/src/modules/home/draw/circle.rs b/src/modules/home/draw/circle.rs new file mode 100644 index 00000000..fabdcc6a --- /dev/null +++ b/src/modules/home/draw/circle.rs @@ -0,0 +1,912 @@ +// Circle tool — ribbon dropdown + all H7CAD circle creation methods. +// +// Methods: +// CIRCLE — Center, Radius (default) +// CIRCLE_CD — Center, Diameter +// CIRCLE_2P — 2-Point (two endpoints of diameter) +// CIRCLE_3P — 3-Point (circumscribed circle through 3 points) +// CIRCLE_TTR — Tan, Tan, Radius (two tangent objects + radius) +// CIRCLE_TTT — Tan, Tan, Tan (inscribed circle tangent to three objects) + +use acadrust::types::Vector3; +use acadrust::{Circle, EntityType}; + +use crate::command::{CadCommand, CmdResult, TangentObject}; +use crate::modules::home::defaults; +use crate::modules::IconKind; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +const TAU: f32 = std::f32::consts::TAU; + +// ── Per-method SVG icons ─────────────────────────────────────────────────── + +const ICON_CR: IconKind = IconKind::Svg(include_bytes!( + "../../../../assets/icons/circle/circle_cr.svg" +)); +const ICON_CD: IconKind = IconKind::Svg(include_bytes!( + "../../../../assets/icons/circle/circle_cd.svg" +)); +const ICON_2P: IconKind = IconKind::Svg(include_bytes!( + "../../../../assets/icons/circle/circle_2p.svg" +)); +const ICON_3P: IconKind = IconKind::Svg(include_bytes!( + "../../../../assets/icons/circle/circle_3p.svg" +)); +const ICON_TTR: IconKind = IconKind::Svg(include_bytes!( + "../../../../assets/icons/circle/circle_ttr.svg" +)); +const ICON_TTT: IconKind = IconKind::Svg(include_bytes!( + "../../../../assets/icons/circle/circle_ttt.svg" +)); + +// ── Dropdown metadata (used by ribbon.rs) ───────────────────────────────── + +pub const DROPDOWN_ID: &str = "CIRCLE"; + +pub const DROPDOWN_ITEMS: &[(&str, &str, IconKind)] = &[ + ("CIRCLE", "Center, Radius", ICON_CR), + ("CIRCLE_CD", "Center, Diameter", ICON_CD), + ("CIRCLE_2P", "2-Point", ICON_2P), + ("CIRCLE_3P", "3-Point", ICON_3P), + ("CIRCLE_TTR", "Tan, Tan, Radius", ICON_TTR), + ("CIRCLE_TTT", "Tan, Tan, Tan", ICON_TTT), +]; + +/// Default icon — shown until first use (falls back to Center, Radius). +pub const ICON: IconKind = ICON_CR; + +// ── Shared geometry ──────────────────────────────────────────────────────── + +fn circle_wire(center: Vec3, radius: f32) -> WireModel { + let segs = 64u32; + let mut pts: Vec<[f32; 3]> = (0..=segs) + .map(|i| { + let a = (i as f32) * TAU / segs as f32; + [ + center.x + radius * a.cos(), + center.y + radius * a.sin(), + center.z, + ] + }) + .collect(); + if let Some(first) = pts.first().cloned() { + pts.push(first); + } + WireModel::solid("rubber_band".into(), pts, WireModel::CYAN, false) +} + +fn make_circle(center: Vec3, radius: f64) -> EntityType { + EntityType::Circle(Circle { + center: Vector3::new(center.x as f64, center.y as f64, center.z as f64), + radius, + ..Default::default() + }) +} + +/// Circumscribed circle through three points. +/// Returns `None` if the points are collinear. +fn circumcircle(a: Vec3, b: Vec3, c: Vec3) -> Option<(Vec3, f32)> { + let ax = a.x; + let ay = a.y; + let bx = b.x; + let by = b.y; + let cx = c.x; + let cy = c.y; + let d = 2.0 * (ax * (by - cy) + bx * (cy - ay) + cx * (ay - by)); + if d.abs() < 1e-9 { + return None; + } + let ux = ((ax * ax + ay * ay) * (by - cy) + + (bx * bx + by * by) * (cy - ay) + + (cx * cx + cy * cy) * (ay - by)) + / d; + let uy = ((ax * ax + ay * ay) * (cx - bx) + + (bx * bx + by * by) * (ax - cx) + + (cx * cx + cy * cy) * (bx - ax)) + / d; + let center = Vec3::new(ux, uy, a.z); + Some((center, center.distance(a))) +} + +// ── Command: Center, Radius ──────────────────────────────────────────────── + +pub struct CircleCommand { + step: StepCR, + default_r: f32, +} +enum StepCR { + Center, + Radius(Vec3), +} + +impl CircleCommand { + pub fn new() -> Self { + Self { + step: StepCR::Center, + default_r: defaults::get_circle_radius(), + } + } +} + +impl CadCommand for CircleCommand { + fn name(&self) -> &'static str { + "CIRCLE" + } + fn prompt(&self) -> String { + match &self.step { + StepCR::Center => "CIRCLE Specify center point:".into(), + StepCR::Radius(c) => format!( + "CIRCLE Specify radius or type value <{:.4}> [center ({:.3},{:.3})]:", + self.default_r, c.x, c.y + ), + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.step { + StepCR::Center => { + self.step = StepCR::Radius(pt); + CmdResult::NeedPoint + } + StepCR::Radius(c) => { + let r = c.distance(pt); + defaults::set_circle_radius(r); + CmdResult::CommitAndExit(make_circle(*c, r as f64)) + } + } + } + fn on_enter(&mut self) -> CmdResult { + if let StepCR::Radius(c) = &self.step { + let c = *c; + let r = self.default_r; + return CmdResult::CommitAndExit(make_circle(c, r as f64)); + } + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + if let StepCR::Radius(c) = &self.step { + Some(circle_wire(*c, c.distance(pt))) + } else { + None + } + } + fn on_text_input(&mut self, text: &str) -> Option { + if let StepCR::Radius(c) = &self.step { + let r: f32 = text.trim().replace(',', ".").parse().ok()?; + if r > 0.0 { + defaults::set_circle_radius(r); + return Some(CmdResult::CommitAndExit(make_circle(*c, r as f64))); + } + } + None + } +} + +// ── Command: Center, Diameter ────────────────────────────────────────────── + +pub struct CircleCDCommand { + step: StepCR, + default_d: f32, +} + +impl CircleCDCommand { + pub fn new() -> Self { + Self { + step: StepCR::Center, + default_d: defaults::get_circle_diam(), + } + } +} + +impl CadCommand for CircleCDCommand { + fn name(&self) -> &'static str { + "CIRCLE_CD" + } + fn prompt(&self) -> String { + match &self.step { + StepCR::Center => "CIRCLE CD Specify center point:".into(), + StepCR::Radius(c) => format!( + "CIRCLE CD Specify diameter or type value <{:.4}> [center ({:.3},{:.3})]:", + self.default_d, c.x, c.y + ), + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.step { + StepCR::Center => { + self.step = StepCR::Radius(pt); + CmdResult::NeedPoint + } + StepCR::Radius(c) => { + let d = c.distance(pt) * 2.0; + defaults::set_circle_diam(d); + CmdResult::CommitAndExit(make_circle(*c, (d / 2.0) as f64)) + } + } + } + fn on_enter(&mut self) -> CmdResult { + if let StepCR::Radius(c) = &self.step { + let c = *c; + let d = self.default_d; + return CmdResult::CommitAndExit(make_circle(c, (d / 2.0) as f64)); + } + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + // Preview radius = distance to cursor; on commit that distance becomes the radius (diameter = 2x). + if let StepCR::Radius(c) = &self.step { + Some(circle_wire(*c, c.distance(pt))) + } else { + None + } + } + fn on_text_input(&mut self, text: &str) -> Option { + if let StepCR::Radius(c) = &self.step { + let d: f32 = text.trim().replace(',', ".").parse().ok()?; + if d > 0.0 { + defaults::set_circle_diam(d); + return Some(CmdResult::CommitAndExit(make_circle(*c, (d / 2.0) as f64))); + } + } + None + } +} + +// ── Command: 2-Point ────────────────────────────────────────────────────── + +pub struct Circle2PCommand { + p1: Option, +} + +impl Circle2PCommand { + pub fn new() -> Self { + Self { p1: None } + } +} + +impl CadCommand for Circle2PCommand { + fn name(&self) -> &'static str { + "CIRCLE_2P" + } + fn prompt(&self) -> String { + if self.p1.is_none() { + "CIRCLE 2P Specify first end of diameter:".into() + } else { + "CIRCLE 2P Specify second end of diameter:".into() + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.p1 { + None => { + self.p1 = Some(pt); + CmdResult::NeedPoint + } + Some(p1) => { + let center = (p1 + pt) * 0.5; + let radius = p1.distance(pt) as f64 / 2.0; + CmdResult::CommitAndExit(make_circle(center, radius)) + } + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + let p1 = self.p1?; + let center = (p1 + pt) * 0.5; + let radius = p1.distance(pt) / 2.0; + Some(circle_wire(center, radius)) + } +} + +// ── Command: 3-Point ────────────────────────────────────────────────────── + +pub struct Circle3PCommand { + pts: Vec, +} + +impl Circle3PCommand { + pub fn new() -> Self { + Self { pts: Vec::new() } + } +} + +impl CadCommand for Circle3PCommand { + fn name(&self) -> &'static str { + "CIRCLE_3P" + } + fn prompt(&self) -> String { + match self.pts.len() { + 0 => "CIRCLE 3P Specify first point:".into(), + 1 => "CIRCLE 3P Specify second point:".into(), + _ => "CIRCLE 3P Specify third point:".into(), + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + self.pts.push(pt); + if self.pts.len() < 3 { + return CmdResult::NeedPoint; + } + let (a, b, c) = (self.pts[0], self.pts[1], self.pts[2]); + match circumcircle(a, b, c) { + Some((center, radius)) => CmdResult::CommitAndExit(make_circle(center, radius as f64)), + None => { + self.pts.pop(); + CmdResult::NeedPoint + } // collinear — ask again + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.pts.len() { + 0 => None, + 1 => { + // Show circle preview with p1→cursor as diameter (same as 2P). + let p1 = self.pts[0]; + let center = (p1 + pt) * 0.5; + let radius = p1.distance(pt) / 2.0; + Some(circle_wire(center, radius)) + } + _ => { + // Show circumcircle preview if non-collinear, else polyline. + let (a, b) = (self.pts[0], self.pts[1]); + if let Some((center, radius)) = circumcircle(a, b, pt) { + Some(circle_wire(center, radius)) + } else { + Some(WireModel::solid( + "rubber_band".into(), + vec![[a.x, a.y, a.z], [b.x, b.y, b.z], [pt.x, pt.y, pt.z]], + WireModel::CYAN, + false, + )) + } + } + } + } +} + +// ── 2-D geometry for TTR/TTT ──────────────────────────────────── + +#[derive(Clone, Copy)] +struct Line2D { + a: f32, + b: f32, + c: f32, +} // ax + by + c = 0, a²+b²=1 + +impl Line2D { + fn from_obj(p1: Vec3, p2: Vec3) -> Self { + let dx = p2.x - p1.x; + let dy = p2.y - p1.y; + let len = (dx * dx + dy * dy).sqrt(); + if len < 1e-9 { + return Self { + a: 1.0, + b: 0.0, + c: -p1.x, + }; + } + let a = -dy / len; + let b = dx / len; + Self { + a, + b, + c: -(a * p1.x + b * p1.y), + } + } +} + +fn line_line_isect(l1: Line2D, l2: Line2D) -> Option { + let det = l1.a * l2.b - l2.a * l1.b; + if det.abs() < 1e-9 { + return None; + } + let x = (-l1.c * l2.b + l2.c * l1.b) / det; + let y = (-l1.a * l2.c + l2.a * l1.c) / det; + Some(Vec3::new(x, y, 0.0)) +} + +fn solve_quadratic(a: f32, b: f32, c: f32) -> Vec { + if a.abs() < 1e-9 { + if b.abs() < 1e-9 { + return vec![]; + } + return vec![-c / b]; + } + let disc = b * b - 4.0 * a * c; + if disc < 0.0 { + return vec![]; + } + let sq = disc.sqrt(); + vec![(-b - sq) / (2.0 * a), (-b + sq) / (2.0 * a)] +} + +fn best_of(candidates: &[Vec3], hint: Vec3) -> Option { + candidates.iter().copied().min_by(|a, b| { + a.distance(hint) + .partial_cmp(&b.distance(hint)) + .unwrap_or(std::cmp::Ordering::Equal) + }) +} + +fn best_circle_of(candidates: &[(Vec3, f32)], hint: Vec3) -> Option<(Vec3, f32)> { + candidates + .iter() + .copied() + .filter(|&(_, r)| r > 1e-4) + .min_by(|(a, _), (b, _)| { + a.distance(hint) + .partial_cmp(&b.distance(hint)) + .unwrap_or(std::cmp::Ordering::Equal) + }) +} + +/// All candidate circle centers tangent to two objects with radius r. +fn ttr_candidates(obj1: TangentObject, obj2: TangentObject, r: f32) -> Vec { + match (obj1, obj2) { + (TangentObject::Line { p1: a, p2: b }, TangentObject::Line { p1: c, p2: d }) => { + let l1 = Line2D::from_obj(a, b); + let l2 = Line2D::from_obj(c, d); + let mut out = Vec::new(); + for s1 in [-r, r] { + for s2 in [-r, r] { + let ol1 = Line2D { c: l1.c + s1, ..l1 }; + let ol2 = Line2D { c: l2.c + s2, ..l2 }; + if let Some(pt) = line_line_isect(ol1, ol2) { + out.push(pt); + } + } + } + out + } + ( + TangentObject::Line { p1, p2 }, + TangentObject::Circle { + center: cp, + radius: cr, + }, + ) + | ( + TangentObject::Circle { + center: cp, + radius: cr, + }, + TangentObject::Line { p1, p2 }, + ) => { + let l = Line2D::from_obj(p1, p2); + ttr_lc_candidates(l, cp, cr, r) + } + ( + TangentObject::Circle { + center: c1, + radius: r1, + }, + TangentObject::Circle { + center: c2, + radius: r2, + }, + ) => ttr_cc_candidates(c1, r1, c2, r2, r), + } +} + +fn ttr_lc_candidates(l: Line2D, cp: Vec3, cr: f32, r: f32) -> Vec { + let mut out = Vec::new(); + for s1 in [-1.0f32, 1.0] { + for s2 in [-1.0f32, 1.0] { + let rho = cr + s2 * r; + if rho < 0.0 { + continue; + } + let c_off = l.c + s1 * r; + // The candidate center (cx, cy) satisfies: + // l.a*cx + l.b*cy + c_off = 0 + // (cx - cp.x)^2 + (cy - cp.y)^2 = rho^2 + // Parameterise cx = -l.b*t - l.a*c_off, cy = l.a*t - l.b*c_off + // where t is the free parameter along the offset line. + // Substituting into the circle equation: + // (-l.b*t - l.a*c_off - cp.x)^2 + (l.a*t - l.b*c_off - cp.y)^2 = rho^2 + // Let alpha = l.a*c_off + cp.x, beta = l.b*c_off + cp.y (using sign convention) + // Actually: u = -l.a*c_off - cp.x, v = -l.b*c_off - cp.y + let u = -(l.a * c_off) - cp.x; + let v = -(l.b * c_off) - cp.y; + // (-l.b*t + u)^2 + (l.a*t + v)^2 = rho^2 + // (l.b^2 + l.a^2)*t^2 + 2*(-l.b*u + l.a*v)*t + (u^2 + v^2 - rho^2) = 0 + // Since a^2 + b^2 = 1: + let qa = 1.0f32; + let qb = 2.0 * (-l.b * u + l.a * v); + let qc = u * u + v * v - rho * rho; + for t in solve_quadratic(qa, qb, qc) { + let cx = -l.b * t - l.a * c_off; + let cy = l.a * t - l.b * c_off; + out.push(Vec3::new(cx, cy, 0.0)); + } + } + } + out +} + +fn ttr_cc_candidates(c1: Vec3, r1: f32, c2: Vec3, r2: f32, r: f32) -> Vec { + let mut out = Vec::new(); + for s1 in [-1.0f32, 1.0] { + for s2 in [-1.0f32, 1.0] { + let rho1 = r1 + s1 * r; + let rho2 = r2 + s2 * r; + if rho1 < 0.0 || rho2 < 0.0 { + continue; + } + let ax = c2.x - c1.x; + let ay = c2.y - c1.y; + let k = 0.5 + * (rho1 * rho1 - rho2 * rho2 + c2.x * c2.x + c2.y * c2.y + - c1.x * c1.x + - c1.y * c1.y); + let a2 = ax * ax + ay * ay; + if a2 < 1e-12 { + continue; + } + if ay.abs() >= ax.abs() { + let iy = 1.0 / ay; + let qa = 1.0 + ax * ax * iy * iy; + let p = k * iy - c1.y; + let qb = -2.0 * (c1.x + ax * iy * p); + let qc = c1.x * c1.x + p * p - rho1 * rho1; + let disc = qb * qb - 4.0 * qa * qc; + if disc < 0.0 { + continue; + } + for sign in [-1.0f32, 1.0] { + let cx = (-qb + sign * disc.sqrt()) / (2.0 * qa); + let cy = (k - ax * cx) * iy; + out.push(Vec3::new(cx, cy, 0.0)); + } + } else { + let ix = 1.0 / ax; + let qa = ay * ay * ix * ix + 1.0; + let p = k * ix - c1.x; + let qb = -2.0 * (ay * ix * p + c1.y); + let qc = p * p + c1.y * c1.y - rho1 * rho1; + let disc = qb * qb - 4.0 * qa * qc; + if disc < 0.0 { + continue; + } + for sign in [-1.0f32, 1.0] { + let cy = (-qb + sign * disc.sqrt()) / (2.0 * qa); + let cx = (k - ay * cy) * ix; + out.push(Vec3::new(cx, cy, 0.0)); + } + } + } + } + out +} + +/// Unified TTT solver: circle tangent to three objects. Returns all (center, radius) candidates. +fn ttt_candidates( + obj1: TangentObject, + obj2: TangentObject, + obj3: TangentObject, +) -> Vec<(Vec3, f32)> { + let objs = [obj1, obj2, obj3]; + let mut results = Vec::new(); + let sign_combos: [[f32; 3]; 8] = [ + [-1., -1., -1.], + [-1., -1., 1.], + [-1., 1., -1.], + [-1., 1., 1.], + [1., -1., -1.], + [1., -1., 1.], + [1., 1., -1.], + [1., 1., 1.], + ]; + for eps in &sign_combos { + for (center, r) in ttt_solve_sign(&objs, eps) { + if r > 1e-4 { + results.push((center, r)); + } + } + } + results +} + +// LinEq: lx*cx + ly*cy + lr*r = k +struct LinEq { + lx: f32, + ly: f32, + lr: f32, + k: f32, +} + +fn ttt_solve_sign(objs: &[TangentObject; 3], eps: &[f32; 3]) -> Vec<(Vec3, f32)> { + let mut lin_eqs: Vec = Vec::new(); + let mut circle_idx: Vec = Vec::new(); + + for (i, &obj) in objs.iter().enumerate() { + match obj { + TangentObject::Line { p1, p2 } => { + let l = Line2D::from_obj(p1, p2); + lin_eqs.push(LinEq { + lx: l.a, + ly: l.b, + lr: -eps[i], + k: -l.c, + }); + } + TangentObject::Circle { .. } => { + circle_idx.push(i); + } + } + } + + // Circle-pair differences → additional linear equations + for j in 1..circle_idx.len() { + let i0 = circle_idx[0]; + let i1 = circle_idx[j]; + if let ( + TangentObject::Circle { + center: p0, + radius: r0, + }, + TangentObject::Circle { + center: p1, + radius: r1, + }, + ) = (objs[i0], objs[i1]) + { + let lx = 2.0 * (p1.x - p0.x); + let ly = 2.0 * (p1.y - p0.y); + let lr = -2.0 * (r0 * eps[i0] - r1 * eps[i1]); + let k = (r0 * r0 - r1 * r1) + p1.x * p1.x + p1.y * p1.y - p0.x * p0.x - p0.y * p0.y; + lin_eqs.push(LinEq { lx, ly, lr, k }); + } + } + + if lin_eqs.len() < 2 { + return vec![]; + } + + let e0 = &lin_eqs[0]; + let e1 = &lin_eqs[1]; + let det = e0.lx * e1.ly - e1.lx * e0.ly; + if det.abs() < 1e-9 { + return vec![]; + } + + // cx = a_cx + b_cx*r, cy = a_cy + b_cy*r + let a_cx = (e0.k * e1.ly - e1.k * e0.ly) / det; + let b_cx = -(e0.lr * e1.ly - e1.lr * e0.ly) / det; + let a_cy = (e0.lx * e1.k - e1.lx * e0.k) / det; + let b_cy = -(e0.lx * e1.lr - e1.lx * e0.lr) / det; + + let r_vals: Vec = if lin_eqs.len() >= 3 { + let e2 = &lin_eqs[2]; + let r_coeff = b_cx * e2.lx + b_cy * e2.ly + e2.lr; + let r_const = e2.k - a_cx * e2.lx - a_cy * e2.ly; + if r_coeff.abs() < 1e-9 { + vec![] + } else { + vec![r_const / r_coeff] + } + } else if !circle_idx.is_empty() { + let ci = circle_idx[0]; + if let TangentObject::Circle { + center: cp, + radius: cr, + } = objs[ci] + { + let p = a_cx - cp.x; + let q = a_cy - cp.y; + let e = eps[ci]; + let a_q = b_cx * b_cx + b_cy * b_cy - e * e; + let b_q = 2.0 * (p * b_cx + q * b_cy - cr * e); + let c_q = p * p + q * q - cr * cr; + solve_quadratic(a_q, b_q, c_q) + } else { + vec![] + } + } else { + vec![] + }; + + r_vals + .into_iter() + .filter_map(|r| { + if r <= 1e-4 { + return None; + } + let cx = a_cx + b_cx * r; + let cy = a_cy + b_cy * r; + Some((Vec3::new(cx, cy, 0.0), r)) + }) + .collect() +} + +// ── Command: Tan, Tan, Radius ────────────────────────────────────────────── + +pub struct CircleTTRCommand { + step: StepTTR, +} + +enum StepTTR { + First, + Second { + obj1: TangentObject, + hit1: Vec3, + }, + Radius { + obj1: TangentObject, + obj2: TangentObject, + hit1: Vec3, + hit2: Vec3, + }, +} + +impl CircleTTRCommand { + pub fn new() -> Self { + Self { + step: StepTTR::First, + } + } +} + +impl CadCommand for CircleTTRCommand { + fn name(&self) -> &'static str { + "CIRCLE_TTR" + } + + fn needs_tangent_pick(&self) -> bool { + matches!(self.step, StepTTR::First | StepTTR::Second { .. }) + } + + fn wants_text_input(&self) -> bool { + matches!(self.step, StepTTR::Radius { .. }) + } + + fn prompt(&self) -> String { + match &self.step { + StepTTR::First => "CIRCLE TTR Select first tangent object:".into(), + StepTTR::Second { .. } => "CIRCLE TTR Select second tangent object:".into(), + StepTTR::Radius { .. } => "CIRCLE TTR Specify radius:".into(), + } + } + + fn on_point(&mut self, _pt: Vec3) -> CmdResult { + CmdResult::NeedPoint + } + + fn on_tangent_point(&mut self, obj: TangentObject, hit: Vec3) -> CmdResult { + match &self.step { + StepTTR::First => { + self.step = StepTTR::Second { + obj1: obj, + hit1: hit, + }; + CmdResult::NeedPoint + } + StepTTR::Second { obj1, hit1 } => { + let (o1, h1) = (*obj1, *hit1); + self.step = StepTTR::Radius { + obj1: o1, + obj2: obj, + hit1: h1, + hit2: hit, + }; + CmdResult::NeedPoint + } + StepTTR::Radius { .. } => CmdResult::NeedPoint, + } + } + + fn on_text_input(&mut self, text: &str) -> Option { + let r: f32 = text.trim().parse().ok()?; + if r <= 0.0 { + return Some(CmdResult::Cancel); + } + if let StepTTR::Radius { + obj1, + obj2, + hit1, + hit2, + } = &self.step + { + let hint = (*hit1 + *hit2) * 0.5; + let candidates = ttr_candidates(*obj1, *obj2, r); + if let Some(center) = best_of(&candidates, hint) { + Some(CmdResult::CommitAndExit(make_circle(center, r as f64))) + } else { + Some(CmdResult::Cancel) + } + } else { + None + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, _pt: Vec3) -> Option { + None + } +} + +// ── Command: Tan, Tan, Tan ──────────────────────────────────────────────── + +pub struct CircleTTTCommand { + objs: Vec, + hits: Vec, +} + +impl CircleTTTCommand { + pub fn new() -> Self { + Self { + objs: Vec::new(), + hits: Vec::new(), + } + } +} + +impl CadCommand for CircleTTTCommand { + fn name(&self) -> &'static str { + "CIRCLE_TTT" + } + + fn needs_tangent_pick(&self) -> bool { + self.objs.len() < 3 + } + + fn prompt(&self) -> String { + match self.objs.len() { + 0 => "CIRCLE TTT Select first tangent object:".into(), + 1 => "CIRCLE TTT Select second tangent object:".into(), + _ => "CIRCLE TTT Select third tangent object:".into(), + } + } + + fn on_point(&mut self, _pt: Vec3) -> CmdResult { + CmdResult::NeedPoint + } + + fn on_tangent_point(&mut self, obj: TangentObject, hit: Vec3) -> CmdResult { + self.objs.push(obj); + self.hits.push(hit); + if self.objs.len() < 3 { + return CmdResult::NeedPoint; + } + let hint = self.hits.iter().fold(Vec3::ZERO, |a, &b| a + b) / 3.0; + let candidates = ttt_candidates(self.objs[0], self.objs[1], self.objs[2]); + match best_circle_of(&candidates, hint) { + Some((center, r)) => CmdResult::CommitAndExit(make_circle(center, r as f64)), + None => { + self.objs.pop(); + self.hits.pop(); + CmdResult::NeedPoint + } + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, _pt: Vec3) -> Option { + None + } +} diff --git a/src/modules/home/draw/ellipse.rs b/src/modules/home/draw/ellipse.rs new file mode 100644 index 00000000..4a40932e --- /dev/null +++ b/src/modules/home/draw/ellipse.rs @@ -0,0 +1,529 @@ +// Ellipse tool — ribbon dropdown + all H7CAD ellipse creation methods. +// +// Commands: +// ELLIPSE — Center, Axes (center → major endpoint → minor distance) +// ELLIPSE_AXIS — Axis, End (axis endpoint 1 → endpoint 2 → minor distance) +// ELLIPSE_ARC — Ellipse Arc (shape as above, then start/end parametric angles) + +use acadrust::types::Vector3; +use acadrust::{Ellipse, EntityType}; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::IconKind; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +fn parse_f32(text: &str) -> Option { + text.trim().replace(',', ".").parse().ok() +} + +const TAU: f32 = std::f32::consts::TAU; + +// ── Icons ───────────────────────────────────────────────────────────────── + +const ICON_CTR: IconKind = IconKind::Svg(include_bytes!( + "../../../../assets/icons/ellipse/ellipse_ctr.svg" +)); +const ICON_AXIS: IconKind = IconKind::Svg(include_bytes!( + "../../../../assets/icons/ellipse/ellipse_axis.svg" +)); +const ICON_ARC: IconKind = IconKind::Svg(include_bytes!( + "../../../../assets/icons/ellipse/ellipse_arc.svg" +)); + +// ── Dropdown metadata ───────────────────────────────────────────────────── + +pub const DROPDOWN_ID: &str = "ELLIPSE"; + +pub const DROPDOWN_ITEMS: &[(&str, &str, IconKind)] = &[ + ("ELLIPSE", "Center, Axes", ICON_CTR), + ("ELLIPSE_AXIS", "Axis, End", ICON_AXIS), + ("ELLIPSE_ARC", "Ellipse Arc", ICON_ARC), +]; + +pub const ICON: IconKind = ICON_CTR; + +// ── Shared helpers ──────────────────────────────────────────────────────── + +/// Preview wire for a full or partial ellipse. +fn ellipse_wire( + center: Vec3, + major: Vec3, // vector from center to major-axis endpoint + ratio: f32, // minor/major + t_start: f32, + t_end: f32, +) -> WireModel { + let r_major = major.length(); + if r_major < 1e-9 { + return WireModel::solid("rubber_band".into(), vec![], WireModel::CYAN, false); + } + let major_dir = major / r_major; + let v = major_dir.cross(Vec3::Z).normalize(); + let segs = 64u32; + // Unwrap t_end so the arc goes counter-clockwise. + let t_e = if t_end <= t_start { t_end + TAU } else { t_end }; + let pts: Vec<[f32; 3]> = (0..=segs) + .map(|i| { + let t = t_start + (t_e - t_start) * (i as f32 / segs as f32); + let p = center + t.cos() * r_major * major_dir + t.sin() * r_major * ratio * v; + [p.x, p.y, p.z] + }) + .collect(); + WireModel::solid("rubber_band".into(), pts, WireModel::CYAN, false) +} + +/// Convert a world point to the parametric angle on the ellipse. +fn param_angle(center: Vec3, major_dir: Vec3, v: Vec3, pt: Vec3, ratio: f32) -> f32 { + let d = pt - center; + let u_proj = d.dot(major_dir); + let v_proj = d.dot(v); + // Inverse-map: on ellipse x=cos(t)*r_major, y=sin(t)*r_major*ratio + // → t = atan2(v_proj / (r_major*ratio), u_proj / r_major) but we normalise + v_proj.atan2(u_proj * ratio).rem_euclid(TAU) +} + +/// Build the final Ellipse entity. +fn make_ellipse(center: Vec3, major: Vec3, ratio: f32, t_start: f32, t_end: f32) -> Ellipse { + Ellipse { + center: Vector3::new(center.x as f64, center.y as f64, center.z as f64), + major_axis: Vector3::new(major.x as f64, major.y as f64, major.z as f64), + minor_axis_ratio: ratio as f64, + start_parameter: t_start as f64, + end_parameter: t_end as f64, + ..Default::default() + } +} + +// ── 1. Center mode ──────────────────────────────────────────────────────── +// Step 1: center Step 2: major-axis endpoint Step 3: minor-axis point + +enum CtrStep { + Center, + MajorAxis { center: Vec3 }, + MinorRatio { center: Vec3, major: Vec3 }, +} + +pub struct EllipseCommand { + step: CtrStep, +} + +impl EllipseCommand { + pub fn new() -> Self { + Self { + step: CtrStep::Center, + } + } +} + +impl CadCommand for EllipseCommand { + fn name(&self) -> &'static str { + "ELLIPSE" + } + + fn prompt(&self) -> String { + match &self.step { + CtrStep::Center => "ELLIPSE Specify center:".into(), + CtrStep::MajorAxis { .. } => "ELLIPSE Specify major axis endpoint:".into(), + CtrStep::MinorRatio { major, .. } => format!( + "ELLIPSE Specify minor axis point or type half-length [major r={:.3}]:", + major.length() + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.step { + CtrStep::Center => { + self.step = CtrStep::MajorAxis { center: pt }; + CmdResult::NeedPoint + } + CtrStep::MajorAxis { center } => { + let center = *center; + self.step = CtrStep::MinorRatio { + center, + major: pt - center, + }; + CmdResult::NeedPoint + } + CtrStep::MinorRatio { center, major } => { + let (center, major) = (*center, *major); + let ratio = minor_ratio(center, major, pt); + CmdResult::CommitAndExit(EntityType::Ellipse(make_ellipse( + center, major, ratio, 0.0, TAU, + ))) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_text_input(&mut self, text: &str) -> Option { + if let CtrStep::MinorRatio { center, major } = &self.step { + let r_minor = parse_f32(text)?; + if r_minor > 0.0 { + let ratio = (r_minor / major.length()).clamp(1e-6, 1.0); + return Some(CmdResult::CommitAndExit(EntityType::Ellipse(make_ellipse( + *center, *major, ratio, 0.0, TAU, + )))); + } + } + None + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match &self.step { + CtrStep::MajorAxis { center } => Some(line_wire(*center, pt)), + CtrStep::MinorRatio { center, major } => { + let ratio = minor_ratio(*center, *major, pt).max(0.001); + Some(ellipse_wire(*center, *major, ratio, 0.0, TAU)) + } + _ => None, + } + } +} + +// ── 2. Axis, End mode ───────────────────────────────────────────────────── +// Step 1: axis endpoint 1 Step 2: axis endpoint 2 Step 3: minor-axis point + +enum AxisStep { + Pt1, + Pt2 { p1: Vec3 }, + MinorRatio { center: Vec3, major: Vec3 }, +} + +pub struct EllipseAxisCommand { + step: AxisStep, +} + +impl EllipseAxisCommand { + pub fn new() -> Self { + Self { + step: AxisStep::Pt1, + } + } +} + +impl CadCommand for EllipseAxisCommand { + fn name(&self) -> &'static str { + "ELLIPSE_AXIS" + } + + fn prompt(&self) -> String { + match &self.step { + AxisStep::Pt1 => "ELLIPSE (Axis) Specify first endpoint of major axis:".into(), + AxisStep::Pt2 { .. } => "ELLIPSE (Axis) Specify second endpoint of major axis:".into(), + AxisStep::MinorRatio { major, .. } => format!( + "ELLIPSE (Axis) Specify minor axis point or type half-length [major r={:.3}]:", + major.length() + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.step { + AxisStep::Pt1 => { + self.step = AxisStep::Pt2 { p1: pt }; + CmdResult::NeedPoint + } + AxisStep::Pt2 { p1 } => { + let center = (*p1 + pt) * 0.5; + let major = pt - center; // half-vector + self.step = AxisStep::MinorRatio { center, major }; + CmdResult::NeedPoint + } + AxisStep::MinorRatio { center, major } => { + let (center, major) = (*center, *major); + let ratio = minor_ratio(center, major, pt); + CmdResult::CommitAndExit(EntityType::Ellipse(make_ellipse( + center, major, ratio, 0.0, TAU, + ))) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_text_input(&mut self, text: &str) -> Option { + if let AxisStep::MinorRatio { center, major } = &self.step { + let r_minor = parse_f32(text)?; + if r_minor > 0.0 { + let ratio = (r_minor / major.length()).clamp(1e-6, 1.0); + return Some(CmdResult::CommitAndExit(EntityType::Ellipse(make_ellipse( + *center, *major, ratio, 0.0, TAU, + )))); + } + } + None + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match &self.step { + AxisStep::Pt1 => None, + AxisStep::Pt2 { p1 } => Some(line_wire(*p1, pt)), + AxisStep::MinorRatio { center, major } => { + let ratio = minor_ratio(*center, *major, pt).max(0.001); + Some(ellipse_wire(*center, *major, ratio, 0.0, TAU)) + } + } + } +} + +// ── 3. Ellipse Arc mode ─────────────────────────────────────────────────── +// Same shape steps as Center mode, then: start parameter, end parameter. + +enum ArcStep { + Center, + MajorAxis { + center: Vec3, + }, + MinorRatio { + center: Vec3, + major: Vec3, + }, + StartAngle { + center: Vec3, + major: Vec3, + ratio: f32, + }, + EndAngle { + center: Vec3, + major: Vec3, + ratio: f32, + t_start: f32, + }, +} + +pub struct EllipseArcCommand { + step: ArcStep, + prev_pt: Option, + cw: bool, +} + +impl EllipseArcCommand { + pub fn new() -> Self { + Self { + step: ArcStep::Center, + prev_pt: None, + cw: false, + } + } +} + +impl CadCommand for EllipseArcCommand { + fn name(&self) -> &'static str { + "ELLIPSE_ARC" + } + + fn prompt(&self) -> String { + match &self.step { + ArcStep::Center => "ELLIPSE ARC Specify center:".into(), + ArcStep::MajorAxis { .. } => "ELLIPSE ARC Specify major axis endpoint:".into(), + ArcStep::MinorRatio { major, .. } => format!( + "ELLIPSE ARC Specify minor axis point or type half-length [major r={:.3}]:", + major.length() + ), + ArcStep::StartAngle { .. } => { + "ELLIPSE ARC Specify start angle point or type degrees:".into() + } + ArcStep::EndAngle { t_start, .. } => format!( + "ELLIPSE ARC Specify end angle point or type degrees [start={:.1}°]:", + t_start.to_degrees() + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.step { + ArcStep::Center => { + self.step = ArcStep::MajorAxis { center: pt }; + CmdResult::NeedPoint + } + ArcStep::MajorAxis { center } => { + let center = *center; + self.step = ArcStep::MinorRatio { + center, + major: pt - center, + }; + CmdResult::NeedPoint + } + ArcStep::MinorRatio { center, major } => { + let (center, major) = (*center, *major); + let ratio = minor_ratio(center, major, pt); + self.step = ArcStep::StartAngle { + center, + major, + ratio, + }; + CmdResult::NeedPoint + } + ArcStep::StartAngle { + center, + major, + ratio, + } => { + let (center, major, ratio) = (*center, *major, *ratio); + let t_start = angle_from_point(center, major, ratio, pt); + self.prev_pt = None; // reset direction tracking for end-angle step + self.step = ArcStep::EndAngle { + center, + major, + ratio, + t_start, + }; + CmdResult::NeedPoint + } + ArcStep::EndAngle { + center, + major, + ratio, + t_start, + } => { + let (center, major, ratio, t_start) = (*center, *major, *ratio, *t_start); + let t_end = angle_from_point(center, major, ratio, pt); + let entity = if self.cw { + make_ellipse(center, major, ratio, t_end, t_start) + } else { + make_ellipse(center, major, ratio, t_start, t_end) + }; + CmdResult::CommitAndExit(EntityType::Ellipse(entity)) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_text_input(&mut self, text: &str) -> Option { + let val = parse_f32(text)?; + match &self.step { + ArcStep::MinorRatio { center, major } => { + if val > 0.0 { + let ratio = (val / major.length()).clamp(1e-6, 1.0); + let (c, m) = (*center, *major); + self.step = ArcStep::StartAngle { + center: c, + major: m, + ratio, + }; + return Some(CmdResult::NeedPoint); + } + } + ArcStep::StartAngle { + center, + major, + ratio, + } => { + let t_start = val.to_radians(); + let (c, m, r) = (*center, *major, *ratio); + self.prev_pt = None; + self.step = ArcStep::EndAngle { + center: c, + major: m, + ratio: r, + t_start, + }; + return Some(CmdResult::NeedPoint); + } + ArcStep::EndAngle { + center, + major, + ratio, + t_start, + } => { + // Typed degrees: positive = CCW, negative = CW. + let t_end = val.to_radians(); + return Some(CmdResult::CommitAndExit(EntityType::Ellipse(make_ellipse( + *center, *major, *ratio, *t_start, t_end, + )))); + } + _ => {} + } + None + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match &self.step { + ArcStep::MajorAxis { center } => Some(line_wire(*center, pt)), + ArcStep::MinorRatio { center, major } => { + let ratio = minor_ratio(*center, *major, pt).max(0.001); + Some(ellipse_wire(*center, *major, ratio, 0.0, TAU)) + } + ArcStep::StartAngle { + center, + major, + ratio, + } => { + let t = angle_from_point(*center, *major, *ratio, pt); + Some(ellipse_wire(*center, *major, *ratio, 0.0, t)) + } + ArcStep::EndAngle { + center, + major, + ratio, + t_start, + } => { + // Detect rotation direction via cross product. + if let Some(prev) = self.prev_pt { + let p = prev - *center; + let c = pt - *center; + let sign = p.x * c.y - p.y * c.x; + if sign.abs() > 1e-6 { + self.cw = sign < 0.0; + } + } + self.prev_pt = Some(pt); + let t_end = angle_from_point(*center, *major, *ratio, pt); + Some(if self.cw { + ellipse_wire(*center, *major, *ratio, t_end, *t_start) + } else { + ellipse_wire(*center, *major, *ratio, *t_start, t_end) + }) + } + _ => None, + } + } +} + +// ── Internal helpers ────────────────────────────────────────────────────── + +fn minor_ratio(center: Vec3, major: Vec3, pt: Vec3) -> f32 { + let r_major = major.length(); + if r_major < 1e-9 { + return 0.5; + } + let major_dir = major / r_major; + let to_pt = pt - center; + let perp = to_pt - major_dir * to_pt.dot(major_dir); + let r_minor = perp.length().max(1e-6); + (r_minor / r_major).clamp(1e-6, 1.0) +} + +fn angle_from_point(center: Vec3, major: Vec3, ratio: f32, pt: Vec3) -> f32 { + let r_major = major.length(); + if r_major < 1e-9 { + return 0.0; + } + let major_dir = major / r_major; + let v = major_dir.cross(Vec3::Z).normalize(); + param_angle(center, major_dir, v, pt, ratio) +} + +fn line_wire(from: Vec3, to: Vec3) -> WireModel { + WireModel { + name: "rubber_band".into(), + points: vec![[from.x, from.y, from.z], [to.x, to.y, to.z]], + color: WireModel::CYAN, + selected: false, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px: 1.0, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + } +} diff --git a/src/modules/home/draw/hatch.rs b/src/modules/home/draw/hatch.rs new file mode 100644 index 00000000..4f408130 --- /dev/null +++ b/src/modules/home/draw/hatch.rs @@ -0,0 +1,419 @@ +// Hatch/Gradient/Boundary commands — H7CAD Home > Draw > Hatch dropdown. +// +// Commands: +// HATCH — ANSI31: 45° hatch lines (pick inside or type S for manual) +// GRADIENT — Linear gradient fill (pick inside or type S for manual) +// BOUNDARY — Traces the enclosing boundary as a closed LwPolyline +// +// Primary workflow (matches H7CAD): +// Click a point INSIDE a closed region → boundary auto-detected. +// Type "S" to switch to manual vertex-picking mode (HATCH/GRADIENT only). + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::IconKind; +use crate::scene::hatch_model::{HatchModel, HatchPattern, PatFamily}; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +// ── Icons ────────────────────────────────────────────────────────────────── + +const ICON_HATCH: IconKind = IconKind::Svg(include_bytes!( + "../../../../assets/icons/hatch/hatch_lines.svg" +)); +const ICON_GRADIENT: IconKind = IconKind::Svg(include_bytes!( + "../../../../assets/icons/hatch/hatch_gradient.svg" +)); +const ICON_BOUNDARY: IconKind = IconKind::Svg(include_bytes!( + "../../../../assets/icons/hatch/hatch_boundary.svg" +)); + +// ── Dropdown metadata ────────────────────────────────────────────────────── + +pub const DROPDOWN_ID: &str = "HATCH"; +pub const ICON: IconKind = ICON_HATCH; + +pub const DROPDOWN_ITEMS: &[(&str, &str, IconKind)] = &[ + ("HATCH", "Hatch", ICON_HATCH), + ("GRADIENT", "Gradient", ICON_GRADIENT), + ("BOUNDARY", "Boundary", ICON_BOUNDARY), +]; + +// ── Shared mode ──────────────────────────────────────────────────────────── + +enum Mode { + /// Primary: click inside a closed shape → boundary auto-detected. + PickInside, + /// Fallback: user manually picks polygon vertices (type "S" to enter). + Manual, +} + +// ── CPU point-in-polygon (ray casting) ──────────────────────────────────── + +fn point_in_polygon(p: [f32; 2], poly: &[[f32; 2]]) -> bool { + let n = poly.len(); + if n < 3 { + return false; + } + let mut inside = false; + let mut j = n - 1; + for i in 0..n { + let vi = poly[i]; + let vj = poly[j]; + if (vi[1] > p[1]) != (vj[1] > p[1]) { + let x_int = (vj[0] - vi[0]) * (p[1] - vi[1]) / (vj[1] - vi[1]) + vi[0]; + if p[0] < x_int { + inside = !inside; + } + } + j = i; + } + inside +} + +// ── HATCH command ────────────────────────────────────────────────────────── + +pub struct HatchCommand { + outlines: Vec>, + mode: Mode, + manual_pts: Vec, + missed: bool, +} + +impl HatchCommand { + pub fn new(outlines: Vec>) -> Self { + Self { + outlines, + mode: Mode::PickInside, + manual_pts: vec![], + missed: false, + } + } + + fn make_hatch(&self, boundary: Vec<[f32; 2]>) -> HatchModel { + // Default: ANSI31 from catalog; fallback to a single 45° family. + let pat_name = "ANSI31"; + let families = crate::scene::hatch_patterns::find(pat_name) + .and_then(|e| { + if let HatchPattern::Pattern(f) = &e.gpu { + Some(f.clone()) + } else { + None + } + }) + .unwrap_or_else(|| { + // 45° lines, perpendicular spacing ≈ 5 world units. + let dy = 5.0_f32 / (45.0_f32.to_radians().cos()); + vec![PatFamily { + angle_deg: 45.0, + x0: 0.0, + y0: 0.0, + dx: 0.0, + dy, + dashes: vec![], + }] + }); + HatchModel { + boundary, + pattern: HatchPattern::Pattern(families), + name: pat_name.into(), + color: [0.75, 0.75, 0.75, 0.85], + angle_offset: 0.0, + scale: 1.0, + } + } +} + +impl CadCommand for HatchCommand { + fn name(&self) -> &'static str { + "HATCH" + } + + fn prompt(&self) -> String { + match &self.mode { + Mode::PickInside => { + let miss = if self.missed { + " ⚠ Kapalı sınır bulunamadı." + } else { + "" + }; + format!("HATCH İçini tıklayın [S=Elle çiz]:{miss}") + } + Mode::Manual => { + if self.manual_pts.is_empty() { + "HATCH Sınır noktası 1:".into() + } else { + format!( + "HATCH Nokta {} [Enter=onayla, ≥3 nokta]:", + self.manual_pts.len() + 1 + ) + } + } + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.mode { + Mode::PickInside => { + let xy = [pt.x, pt.y]; + for outline in &self.outlines { + if point_in_polygon(xy, outline) { + self.missed = false; + return CmdResult::CommitHatch(self.make_hatch(outline.clone())); + } + } + self.missed = true; + CmdResult::NeedPoint + } + Mode::Manual => { + self.manual_pts.push(pt); + CmdResult::NeedPoint + } + } + } + + fn on_enter(&mut self) -> CmdResult { + match &self.mode { + Mode::PickInside => CmdResult::Cancel, + Mode::Manual => { + if self.manual_pts.len() < 3 { + return CmdResult::Cancel; + } + let boundary = self.manual_pts.iter().map(|p| [p.x, p.y]).collect(); + CmdResult::CommitHatch(self.make_hatch(boundary)) + } + } + } + + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn wants_text_input(&self) -> bool { + matches!(self.mode, Mode::PickInside) + } + + fn on_text_input(&mut self, text: &str) -> Option { + if text.trim().eq_ignore_ascii_case("s") { + self.mode = Mode::Manual; + self.missed = false; + return Some(CmdResult::NeedPoint); + } + None + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + if let Mode::Manual = &self.mode { + if self.manual_pts.is_empty() { + return None; + } + let mut pts: Vec<[f32; 3]> = self.manual_pts.iter().map(|p| [p.x, p.y, p.z]).collect(); + pts.push([pt.x, pt.y, pt.z]); + pts.push([ + self.manual_pts[0].x, + self.manual_pts[0].y, + self.manual_pts[0].z, + ]); + return Some(WireModel::solid( + "rubber_band".into(), + pts, + WireModel::CYAN, + false, + )); + } + None + } +} + +// ── GRADIENT command ─────────────────────────────────────────────────────── + +pub struct GradientCommand { + outlines: Vec>, + mode: Mode, + manual_pts: Vec, + missed: bool, +} + +impl GradientCommand { + pub fn new(outlines: Vec>) -> Self { + Self { + outlines, + mode: Mode::PickInside, + manual_pts: vec![], + missed: false, + } + } + + fn make_hatch(&self, boundary: Vec<[f32; 2]>) -> HatchModel { + HatchModel { + boundary, + pattern: HatchPattern::Gradient { + angle_deg: 0.0, + color2: [0.18, 0.18, 0.18, 0.0], + }, + name: "LINEAR".into(), + color: [0.30, 0.60, 0.95, 0.80], + angle_offset: 0.0, + scale: 1.0, + } + } +} + +impl CadCommand for GradientCommand { + fn name(&self) -> &'static str { + "GRADIENT" + } + + fn prompt(&self) -> String { + match &self.mode { + Mode::PickInside => { + let miss = if self.missed { + " ⚠ Kapalı sınır bulunamadı." + } else { + "" + }; + format!("GRADIENT İçini tıklayın [S=Elle çiz]:{miss}") + } + Mode::Manual => { + if self.manual_pts.is_empty() { + "GRADIENT Sınır noktası 1:".into() + } else { + format!( + "GRADIENT Nokta {} [Enter=onayla, ≥3 nokta]:", + self.manual_pts.len() + 1 + ) + } + } + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.mode { + Mode::PickInside => { + let xy = [pt.x, pt.y]; + for outline in &self.outlines { + if point_in_polygon(xy, outline) { + self.missed = false; + return CmdResult::CommitHatch(self.make_hatch(outline.clone())); + } + } + self.missed = true; + CmdResult::NeedPoint + } + Mode::Manual => { + self.manual_pts.push(pt); + CmdResult::NeedPoint + } + } + } + + fn on_enter(&mut self) -> CmdResult { + match &self.mode { + Mode::PickInside => CmdResult::Cancel, + Mode::Manual => { + if self.manual_pts.len() < 3 { + return CmdResult::Cancel; + } + let boundary = self.manual_pts.iter().map(|p| [p.x, p.y]).collect(); + CmdResult::CommitHatch(self.make_hatch(boundary)) + } + } + } + + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn wants_text_input(&self) -> bool { + matches!(self.mode, Mode::PickInside) + } + + fn on_text_input(&mut self, text: &str) -> Option { + if text.trim().eq_ignore_ascii_case("s") { + self.mode = Mode::Manual; + self.missed = false; + return Some(CmdResult::NeedPoint); + } + None + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + if let Mode::Manual = &self.mode { + if self.manual_pts.is_empty() { + return None; + } + let mut pts: Vec<[f32; 3]> = self.manual_pts.iter().map(|p| [p.x, p.y, p.z]).collect(); + pts.push([pt.x, pt.y, pt.z]); + pts.push([ + self.manual_pts[0].x, + self.manual_pts[0].y, + self.manual_pts[0].z, + ]); + return Some(WireModel::solid( + "rubber_band".into(), + pts, + WireModel::CYAN, + false, + )); + } + None + } +} + +// ── BOUNDARY command ─────────────────────────────────────────────────────── + +pub struct BoundaryCommand { + outlines: Vec>, + missed: bool, +} + +impl BoundaryCommand { + pub fn new(outlines: Vec>) -> Self { + Self { + outlines, + missed: false, + } + } +} + +impl CadCommand for BoundaryCommand { + fn name(&self) -> &'static str { + "BOUNDARY" + } + + fn prompt(&self) -> String { + let miss = if self.missed { + " ⚠ Kapalı sınır bulunamadı." + } else { + "" + }; + format!("BOUNDARY İçini tıklayın:{miss}") + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + let xy = [pt.x, pt.y]; + for outline in &self.outlines { + if point_in_polygon(xy, outline) { + self.missed = false; + // Store as a Hatch entity (solid fill) so it is selectable. + let model = HatchModel { + boundary: outline.clone(), + pattern: HatchPattern::Solid, + name: "SOLID".into(), + color: [0.45, 0.45, 0.45, 0.60], + angle_offset: 0.0, + scale: 1.0, + }; + return CmdResult::CommitHatch(model); + } + } + self.missed = true; + CmdResult::NeedPoint + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } +} diff --git a/src/modules/home/draw/line.rs b/src/modules/home/draw/line.rs new file mode 100644 index 00000000..cb67ba22 --- /dev/null +++ b/src/modules/home/draw/line.rs @@ -0,0 +1,91 @@ +// Line tool — ribbon definition + interactive command. +// +// Command: LINE — H7CAD behaviour: +// 1. First click → stores start point, prompts for next point +// 2. Each further click → immediately commits an acadrust::Line entity +// (start→end) to the document; end becomes the new start point +// 3. Enter / Escape → ends the command + +use acadrust::types::Vector3; +use acadrust::{EntityType, Line}; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +// ── Ribbon definition ───────────────────────────────────────────────────── + +pub fn tool() -> ToolDef { + ToolDef { + id: "LINE", + label: "Line", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/line.svg")), + event: ModuleEvent::Command("LINE".to_string()), + } +} + +// ── Command implementation ──────────────────────────────────────────────── + +pub struct LineCommand { + /// The last committed point (start of the next segment). + last: Option, +} + +impl LineCommand { + pub fn new() -> Self { + Self { last: None } + } +} + +impl CadCommand for LineCommand { + fn name(&self) -> &'static str { + "LINE" + } + + fn prompt(&self) -> String { + if self.last.is_none() { + "LINE Specify first point:".to_string() + } else { + "LINE Specify next point [Enter/Esc = done]:".to_string() + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + if let Some(last) = self.last { + let line = Line::from_points( + Vector3::new(last.x as f64, last.y as f64, last.z as f64), + Vector3::new(pt.x as f64, pt.y as f64, pt.z as f64), + ); + self.last = Some(pt); + CmdResult::CommitEntity(EntityType::Line(line)) + } else { + self.last = Some(pt); + CmdResult::NeedPoint + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + let last = self.last?; + Some(WireModel { + name: "rubber_band".to_string(), + points: vec![[last.x, last.y, last.z], [pt.x, pt.y, pt.z]], + color: WireModel::CYAN, + selected: false, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px: 1.0, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + }) + } +} diff --git a/src/modules/home/draw/mod.rs b/src/modules/home/draw/mod.rs new file mode 100644 index 00000000..395b60ed --- /dev/null +++ b/src/modules/home/draw/mod.rs @@ -0,0 +1,9 @@ +pub mod arc; +pub mod circle; +pub mod ellipse; +pub mod hatch; +pub mod line; +pub mod point; +pub mod polyline; +pub mod shapes; +pub mod spline; diff --git a/src/modules/home/draw/point.rs b/src/modules/home/draw/point.rs new file mode 100644 index 00000000..a870fee9 --- /dev/null +++ b/src/modules/home/draw/point.rs @@ -0,0 +1,57 @@ +// Point tool — ribbon definition + interactive command. +// +// Command: POINT (PO) +// Single click → commits EntityType::Point. Stays active for more points. + +use acadrust::types::Vector3; +use acadrust::{EntityType, Point as CadPoint}; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +#[allow(dead_code)] +pub fn tool() -> ToolDef { + ToolDef { + id: "POINT", + label: "Point", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/point.svg")), + event: ModuleEvent::Command("POINT".to_string()), + } +} + +pub struct PointCommand; + +impl PointCommand { + pub fn new() -> Self { + Self + } +} + +impl CadCommand for PointCommand { + fn name(&self) -> &'static str { + "POINT" + } + fn prompt(&self) -> String { + "POINT Specify point [Enter=done]:".into() + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + let p = CadPoint { + location: Vector3::new(pt.x as f64, pt.y as f64, pt.z as f64), + ..Default::default() + }; + CmdResult::CommitEntity(EntityType::Point(p)) + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, _pt: Vec3) -> Option { + None + } +} diff --git a/src/modules/home/draw/polyline.rs b/src/modules/home/draw/polyline.rs new file mode 100644 index 00000000..ab9c5234 --- /dev/null +++ b/src/modules/home/draw/polyline.rs @@ -0,0 +1,106 @@ +// Polyline tool — ribbon definition + interactive command. +// +// Command: PLINE (PL) +// Each click adds a vertex. The rubber-band shows the segment being drawn. +// Enter / C = close and commit. Escape = commit as-is (if ≥2 vertices). + +use acadrust::entities::LwVertex; +use acadrust::{EntityType, LwPolyline}; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +// ── Ribbon definition ────────────────────────────────────────────────────── + +pub fn tool() -> ToolDef { + ToolDef { + id: "PLINE", + label: "Polyline", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/polyline.svg")), + event: ModuleEvent::Command("PLINE".to_string()), + } +} + +// ── Command implementation ───────────────────────────────────────────────── + +pub struct PlineCommand { + vertices: Vec, +} + +impl PlineCommand { + pub fn new() -> Self { + Self { + vertices: Vec::new(), + } + } + + fn build_entity(&self, closed: bool) -> Option { + if self.vertices.len() < 2 { + return None; + } + let lw_verts: Vec = self + .vertices + .iter() + .map(|v| LwVertex::new(acadrust::types::Vector2::new(v.x as f64, v.y as f64))) + .collect(); + let pline = LwPolyline { + vertices: lw_verts, + is_closed: closed, + ..Default::default() + }; + Some(EntityType::LwPolyline(pline)) + } +} + +impl CadCommand for PlineCommand { + fn name(&self) -> &'static str { + "PLINE" + } + + fn prompt(&self) -> String { + if self.vertices.is_empty() { + "PLINE Specify start point:".into() + } else { + format!( + "PLINE Specify next point [{}pts | Enter=done C=close Esc=cancel]:", + self.vertices.len() + ) + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + self.vertices.push(pt); + CmdResult::NeedPoint + } + + fn on_enter(&mut self) -> CmdResult { + match self.build_entity(false) { + Some(e) => CmdResult::CommitAndExit(e), + None => CmdResult::Cancel, + } + } + + fn on_escape(&mut self) -> CmdResult { + match self.build_entity(false) { + Some(e) => CmdResult::CommitAndExit(e), + None => CmdResult::Cancel, + } + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + if self.vertices.is_empty() { + return None; + } + // Show all committed vertices + cursor as a continuous preview. + let mut pts: Vec<[f32; 3]> = self.vertices.iter().map(|v| [v.x, v.y, v.z]).collect(); + pts.push([pt.x, pt.y, pt.z]); + Some(WireModel::solid( + "rubber_band".into(), + pts, + WireModel::CYAN, + false, + )) + } +} diff --git a/src/modules/home/draw/shapes.rs b/src/modules/home/draw/shapes.rs new file mode 100644 index 00000000..4ef109c6 --- /dev/null +++ b/src/modules/home/draw/shapes.rs @@ -0,0 +1,635 @@ +// Shapes dropdown — Rectangle and Polygon creation methods. +// +// Rectangle: +// RECT — Two Corners (axis-aligned) +// RECT_ROT — Rotated (corner + adjacent corner + height) +// RECT_CEN — Center Point + corner +// +// Polygon (regular N-gon, sides typed in command line): +// POLY — Inscribed in circle (vertices ON the circle) +// POLY_C — Circumscribed about circle (edges tangent to circle) +// POLY_E — Edge (pick two endpoints of one edge) + +use acadrust::entities::LwVertex; +use acadrust::types::Vector2; +use acadrust::{EntityType, LwPolyline}; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::IconKind; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +const TAU: f32 = std::f32::consts::TAU; +const PI: f32 = std::f32::consts::PI; + +// ── Icons ────────────────────────────────────────────────────────────────── + +const ICON_RECT: IconKind = + IconKind::Svg(include_bytes!("../../../../assets/icons/shapes/rect.svg")); +const ICON_RECT_ROT: IconKind = IconKind::Svg(include_bytes!( + "../../../../assets/icons/shapes/rect_rot.svg" +)); +const ICON_RECT_CEN: IconKind = IconKind::Svg(include_bytes!( + "../../../../assets/icons/shapes/rect_cen.svg" +)); +const ICON_POLY_I: IconKind = + IconKind::Svg(include_bytes!("../../../../assets/icons/shapes/poly_i.svg")); +const ICON_POLY_C: IconKind = + IconKind::Svg(include_bytes!("../../../../assets/icons/shapes/poly_c.svg")); +const ICON_POLY_E: IconKind = + IconKind::Svg(include_bytes!("../../../../assets/icons/shapes/poly_e.svg")); + +// ── Dropdown metadata ────────────────────────────────────────────────────── + +pub const DROPDOWN_ID: &str = "SHAPES"; + +pub const DROPDOWN_ITEMS: &[(&str, &str, IconKind)] = &[ + ("RECT", "Rectangle - Two Corners", ICON_RECT), + ("RECT_ROT", "Rectangle - Rotated", ICON_RECT_ROT), + ("RECT_CEN", "Rectangle - Center", ICON_RECT_CEN), + ("POLY", "Polygon - Inscribed", ICON_POLY_I), + ("POLY_C", "Polygon - Circumscribed", ICON_POLY_C), + ("POLY_E", "Polygon - Edge", ICON_POLY_E), +]; + +pub const ICON: IconKind = ICON_RECT; + +// ── Shared geometry helpers ──────────────────────────────────────────────── + +fn make_pline(xy_pairs: &[[f64; 2]]) -> EntityType { + EntityType::LwPolyline(LwPolyline { + vertices: xy_pairs + .iter() + .map(|&[x, y]| LwVertex::new(Vector2::new(x, y))) + .collect(), + is_closed: true, + ..Default::default() + }) +} + +fn wire_loop(pts: Vec<[f32; 3]>) -> WireModel { + let mut p = pts; + if let Some(&first) = p.first() { + p.push(first); + } + WireModel::solid("rubber_band".into(), p, WireModel::CYAN, false) +} + +fn wire_seg(a: Vec3, b: Vec3) -> WireModel { + WireModel::solid( + "rubber_band".into(), + vec![[a.x, a.y, a.z], [b.x, b.y, b.z]], + WireModel::CYAN, + false, + ) +} + +// ── Polygon geometry ─────────────────────────────────────────────────────── + +fn poly_verts_xy(center: Vec3, vertex_r: f32, sides: u32, start_angle: f32) -> Vec<[f64; 2]> { + (0..sides) + .map(|i| { + let a = start_angle + (i as f32) * TAU / sides as f32; + [ + (center.x + vertex_r * a.cos()) as f64, + (center.y + vertex_r * a.sin()) as f64, + ] + }) + .collect() +} + +fn poly_wire(center: Vec3, vertex_r: f32, sides: u32, start_angle: f32) -> WireModel { + let pts: Vec<[f32; 3]> = (0..sides) + .map(|i| { + let a = start_angle + (i as f32) * TAU / sides as f32; + [ + center.x + vertex_r * a.cos(), + center.y + vertex_r * a.sin(), + center.z, + ] + }) + .collect(); + wire_loop(pts) +} + +fn angle_xy(from: Vec3, to: Vec3) -> f32 { + (to.y - from.y).atan2(to.x - from.x) +} + +// ── Command: Rectangle — Two Corners (RECT) ────────────────────────────── + +pub struct RectCommand { + a: Option, +} + +impl RectCommand { + pub fn new() -> Self { + Self { a: None } + } +} + +impl CadCommand for RectCommand { + fn name(&self) -> &'static str { + "RECT" + } + fn prompt(&self) -> String { + if self.a.is_none() { + "RECT Specify first corner:".into() + } else { + "RECT Specify opposite corner:".into() + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.a { + None => { + self.a = Some(pt); + CmdResult::NeedPoint + } + Some(a) => CmdResult::CommitAndExit(make_pline(&[ + [a.x as f64, a.y as f64], + [pt.x as f64, a.y as f64], + [pt.x as f64, pt.y as f64], + [a.x as f64, pt.y as f64], + ])), + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + let a = self.a?; + Some(wire_loop(vec![ + [a.x, a.y, a.z], + [pt.x, a.y, a.z], + [pt.x, pt.y, a.z], + [a.x, pt.y, a.z], + ])) + } +} + +// ── Command: Rectangle — Rotated (RECT_ROT) ────────────────────────────── +// Step 0: pick corner A +// Step 1: pick adjacent corner B (defines one edge direction + length) +// Step 2: pick height point (perpendicular offset from the A-B edge) + +pub struct RectRotCommand { + step: u8, + a: Vec3, + b: Vec3, +} + +impl RectRotCommand { + pub fn new() -> Self { + Self { + step: 0, + a: Vec3::ZERO, + b: Vec3::ZERO, + } + } +} + +impl CadCommand for RectRotCommand { + fn name(&self) -> &'static str { + "RECT_ROT" + } + fn prompt(&self) -> String { + match self.step { + 0 => "RECT ROT Specify first corner:".into(), + 1 => "RECT ROT Specify adjacent corner (defines edge direction):".into(), + _ => "RECT ROT Specify height (perpendicular pick):".into(), + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + 0 => { + self.a = pt; + self.step = 1; + CmdResult::NeedPoint + } + 1 => { + self.b = pt; + self.step = 2; + CmdResult::NeedPoint + } + _ => { + let (a, b) = (self.a, self.b); + let dir = (b - a).normalize_or_zero(); + let perp = Vec3::new(-dir.y, dir.x, 0.0); + let h = (pt - b).dot(perp); // signed height + let c = b + perp * h; + let d = a + perp * h; + CmdResult::CommitAndExit(make_pline(&[ + [a.x as f64, a.y as f64], + [b.x as f64, b.y as f64], + [c.x as f64, c.y as f64], + [d.x as f64, d.y as f64], + ])) + } + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + match self.step { + 1 => Some(wire_seg(self.a, pt)), + 2 => { + let (a, b) = (self.a, self.b); + let dir = (b - a).normalize_or_zero(); + let perp = Vec3::new(-dir.y, dir.x, 0.0); + let h = (pt - b).dot(perp); + let c = b + perp * h; + let d = a + perp * h; + Some(wire_loop(vec![ + [a.x, a.y, a.z], + [b.x, b.y, b.z], + [c.x, c.y, c.z], + [d.x, d.y, d.z], + ])) + } + _ => None, + } + } +} + +// ── Command: Rectangle — Center (RECT_CEN) ─────────────────────────────── +// Step 0: pick center +// Step 1: pick any corner (half-width = |cx|, half-height = |cy|) + +pub struct RectCenCommand { + center: Option, +} + +impl RectCenCommand { + pub fn new() -> Self { + Self { center: None } + } +} + +impl CadCommand for RectCenCommand { + fn name(&self) -> &'static str { + "RECT_CEN" + } + fn prompt(&self) -> String { + if self.center.is_none() { + "RECT CEN Specify center point:".into() + } else { + "RECT CEN Specify corner point:".into() + } + } + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.center { + None => { + self.center = Some(pt); + CmdResult::NeedPoint + } + Some(c) => { + let hw = (pt.x - c.x).abs() as f64; + let hh = (pt.y - c.y).abs() as f64; + let cx = c.x as f64; + let cy = c.y as f64; + CmdResult::CommitAndExit(make_pline(&[ + [cx - hw, cy - hh], + [cx + hw, cy - hh], + [cx + hw, cy + hh], + [cx - hw, cy + hh], + ])) + } + } + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + let c = self.center?; + let hw = (pt.x - c.x).abs(); + let hh = (pt.y - c.y).abs(); + Some(wire_loop(vec![ + [c.x - hw, c.y - hh, c.z], + [c.x + hw, c.y - hh, c.z], + [c.x + hw, c.y + hh, c.z], + [c.x - hw, c.y + hh, c.z], + ])) + } +} + +// ── Command: Polygon — Inscribed (POLY) ────────────────────────────────── +// Type number of sides (default 6) → pick center → pick vertex +// Vertices lie ON the circle of the picked radius. + +pub struct PolyCommand { + sides: u32, + step: u8, + center: Vec3, +} + +impl PolyCommand { + pub fn new() -> Self { + Self { + sides: 6, + step: 0, + center: Vec3::ZERO, + } + } +} + +impl CadCommand for PolyCommand { + fn name(&self) -> &'static str { + "POLY" + } + + fn wants_text_input(&self) -> bool { + self.step == 0 + } + + fn on_text_input(&mut self, text: &str) -> Option { + if let Ok(n) = text.trim().parse::() { + if (3..=1024).contains(&n) { + self.sides = n; + } + } + self.step = 1; + Some(CmdResult::NeedPoint) + } + + fn prompt(&self) -> String { + match self.step { + 0 => format!("POLYGON Enter number of sides <{}>:", self.sides), + 1 => format!("POLYGON Specify center [{} sides]:", self.sides), + _ => format!( + "POLYGON Specify vertex on circle [{} sides inscribed]:", + self.sides + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + 0 => { + // User clicked without typing sides: use default, treat click as center. + self.center = pt; + self.step = 2; + CmdResult::NeedPoint + } + 1 => { + self.center = pt; + self.step = 2; + CmdResult::NeedPoint + } + _ => { + let r = self.center.distance(pt); + let sa = angle_xy(self.center, pt); + CmdResult::CommitAndExit(make_pline(&poly_verts_xy(self.center, r, self.sides, sa))) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + if self.step == 0 { + self.step = 1; + return CmdResult::NeedPoint; + } + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + if self.step < 2 { + return None; + } + let r = self.center.distance(pt); + let sa = angle_xy(self.center, pt); + Some(poly_wire(self.center, r, self.sides, sa)) + } +} + +// ── Command: Polygon — Circumscribed (POLY_C) ──────────────────────────── +// Type sides → pick center → pick edge-midpoint (on the inscribed circle). +// vertex_radius = inradius / cos(π/N). + +pub struct PolyCCommand { + sides: u32, + step: u8, + center: Vec3, +} + +impl PolyCCommand { + pub fn new() -> Self { + Self { + sides: 6, + step: 0, + center: Vec3::ZERO, + } + } +} + +impl CadCommand for PolyCCommand { + fn name(&self) -> &'static str { + "POLY_C" + } + + fn wants_text_input(&self) -> bool { + self.step == 0 + } + + fn on_text_input(&mut self, text: &str) -> Option { + if let Ok(n) = text.trim().parse::() { + if (3..=1024).contains(&n) { + self.sides = n; + } + } + self.step = 1; + Some(CmdResult::NeedPoint) + } + + fn prompt(&self) -> String { + match self.step { + 0 => format!("POLYGON C Enter number of sides <{}>:", self.sides), + 1 => format!("POLYGON C Specify center [{} sides]:", self.sides), + _ => format!( + "POLYGON C Specify edge-midpoint radius [{} sides circumscribed]:", + self.sides + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + 0 => { + self.center = pt; + self.step = 2; + CmdResult::NeedPoint + } + 1 => { + self.center = pt; + self.step = 2; + CmdResult::NeedPoint + } + _ => { + let inradius = self.center.distance(pt); + let vr = inradius / (PI / self.sides as f32).cos(); + // The picked pt is at the midpoint of an edge; the vertex is + // offset by half a sector (π/N) from that direction. + let edge_angle = angle_xy(self.center, pt); + let sa = edge_angle + PI / self.sides as f32; + CmdResult::CommitAndExit(make_pline(&poly_verts_xy( + self.center, + vr, + self.sides, + sa, + ))) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + if self.step == 0 { + self.step = 1; + return CmdResult::NeedPoint; + } + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + if self.step < 2 { + return None; + } + let inradius = self.center.distance(pt); + let vr = inradius / (PI / self.sides as f32).cos(); + let sa = angle_xy(self.center, pt) + PI / self.sides as f32; + Some(poly_wire(self.center, vr, self.sides, sa)) + } +} + +// ── Command: Polygon — Edge (POLY_E) ───────────────────────────────────── +// Type sides → pick edge start A → pick edge end B. +// Center is computed from the edge and the polygon geometry. + +pub struct PolyECommand { + sides: u32, + step: u8, + a: Vec3, +} + +impl PolyECommand { + pub fn new() -> Self { + Self { + sides: 6, + step: 0, + a: Vec3::ZERO, + } + } +} + +impl CadCommand for PolyECommand { + fn name(&self) -> &'static str { + "POLY_E" + } + + fn wants_text_input(&self) -> bool { + self.step == 0 + } + + fn on_text_input(&mut self, text: &str) -> Option { + if let Ok(n) = text.trim().parse::() { + if (3..=1024).contains(&n) { + self.sides = n; + } + } + self.step = 1; + Some(CmdResult::NeedPoint) + } + + fn prompt(&self) -> String { + match self.step { + 0 => format!("POLYGON E Enter number of sides <{}>:", self.sides), + 1 => format!( + "POLYGON E Specify first endpoint of edge [{} sides]:", + self.sides + ), + _ => format!( + "POLYGON E Specify second endpoint of edge [{} sides]:", + self.sides + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match self.step { + 0 => { + self.a = pt; + self.step = 2; + CmdResult::NeedPoint + } + 1 => { + self.a = pt; + self.step = 2; + CmdResult::NeedPoint + } + _ => { + if let Some((center, vr, sa)) = edge_poly_params(self.a, pt, self.sides) { + CmdResult::CommitAndExit(make_pline(&poly_verts_xy(center, vr, self.sides, sa))) + } else { + CmdResult::Cancel + } + } + } + } + + fn on_enter(&mut self) -> CmdResult { + if self.step == 0 { + self.step = 1; + return CmdResult::NeedPoint; + } + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + if self.step < 2 { + return None; + } + if let Some((center, vr, sa)) = edge_poly_params(self.a, pt, self.sides) { + Some(poly_wire(center, vr, self.sides, sa)) + } else { + Some(wire_seg(self.a, pt)) + } + } +} + +/// Compute polygon center, vertex-radius and start-angle from two edge endpoints. +/// The polygon is placed on the left side of A→B (CCW convention). +fn edge_poly_params(a: Vec3, b: Vec3, sides: u32) -> Option<(Vec3, f32, f32)> { + let edge_len = a.distance(b); + if edge_len < 1e-6 { + return None; + } + // vertex_radius = edge_len / (2 * sin(π/N)) + let vr = edge_len / (2.0 * (PI / sides as f32).sin()); + // inradius = vr * cos(π/N) = edge_len / (2 * tan(π/N)) + let inradius = vr * (PI / sides as f32).cos(); + // Center: on the left perpendicular bisector of A→B + let dir = (b - a) / edge_len; + let perp = Vec3::new(-dir.y, dir.x, 0.0); // CCW left + let mid = (a + b) * 0.5; + let center = mid + perp * inradius; + // First vertex = A + let sa = angle_xy(center, a); + Some((center, vr, sa)) +} diff --git a/src/modules/home/draw/spline.rs b/src/modules/home/draw/spline.rs new file mode 100644 index 00000000..e74ec85b --- /dev/null +++ b/src/modules/home/draw/spline.rs @@ -0,0 +1,120 @@ +// Spline tool — ribbon definition + interactive command. +// +// Command: SPLINE (SPL) +// Click to add control points. Enter (≥2 pts) → commits EntityType::Spline. + +use acadrust::types::Vector3; +use acadrust::{EntityType, Spline}; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +#[allow(dead_code)] +pub fn tool() -> ToolDef { + ToolDef { + id: "SPLINE", + label: "Spline", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/spline.svg")), + event: ModuleEvent::Command("SPLINE".to_string()), + } +} + +pub struct SplineCommand { + pts: Vec, +} + +impl SplineCommand { + pub fn new() -> Self { + Self { pts: Vec::new() } + } + + fn build(&self) -> Option { + if self.pts.len() < 2 { + return None; + } + let control_points = self + .pts + .iter() + .map(|p| Vector3::new(p.x as f64, p.y as f64, p.z as f64)) + .collect(); + let n = self.pts.len(); + // Uniform open knot vector for degree-3 clamped B-spline + let degree = 3_i32.min((n - 1) as i32); + let knots = uniform_knots(n, degree as usize); + let spline = Spline { + degree, + control_points, + knots, + ..Default::default() + }; + Some(EntityType::Spline(spline)) + } +} + +fn uniform_knots(n: usize, d: usize) -> Vec { + let m = n + d + 1; + (0..m) + .map(|i| { + if i <= d { + 0.0 + } else if i >= m - d - 1 { + 1.0 + } else { + (i - d) as f64 / (n - d) as f64 + } + }) + .collect() +} + +impl CadCommand for SplineCommand { + fn name(&self) -> &'static str { + "SPLINE" + } + + fn prompt(&self) -> String { + if self.pts.is_empty() { + "SPLINE Specify first control point:".into() + } else { + format!( + "SPLINE Specify next point [{} pts | Enter=done]:", + self.pts.len() + ) + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + self.pts.push(pt); + CmdResult::NeedPoint + } + + fn on_enter(&mut self) -> CmdResult { + match self.build() { + Some(e) => CmdResult::CommitEntity(e), + None => CmdResult::Cancel, + } + } + + fn on_escape(&mut self) -> CmdResult { + match self.build() { + Some(e) => CmdResult::CommitEntity(e), + None => CmdResult::Cancel, + } + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + if self.pts.is_empty() { + return None; + } + // Show all committed points + cursor as a connected polyline. + let mut pts: Vec<[f32; 3]> = self.pts.iter().map(|p| [p.x, p.y, p.z]).collect(); + pts.push([pt.x, pt.y, pt.z]); + Some(WireModel::solid( + "rubber_band".into(), + pts, + WireModel::CYAN, + false, + )) + } +} diff --git a/src/modules/home/layers/color.rs b/src/modules/home/layers/color.rs new file mode 100644 index 00000000..49e3dec9 --- /dev/null +++ b/src/modules/home/layers/color.rs @@ -0,0 +1,13 @@ +// Color tool — ribbon definition. + +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +#[allow(dead_code)] +pub fn tool() -> ToolDef { + ToolDef { + id: "COLOR", + label: "Color", + icon: IconKind::Glyph("🎨"), + event: ModuleEvent::Command("COLOR".to_string()), + } +} diff --git a/src/modules/home/layers/layfrz.rs b/src/modules/home/layers/layfrz.rs new file mode 100644 index 00000000..51c0f881 --- /dev/null +++ b/src/modules/home/layers/layfrz.rs @@ -0,0 +1,10 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "LAYFRZ", + label: "Layer Freeze", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/layers/layfrz.svg")), + event: ModuleEvent::Command("LAYFRZ".to_string()), + } +} diff --git a/src/modules/home/layers/laylck.rs b/src/modules/home/layers/laylck.rs new file mode 100644 index 00000000..5be9b185 --- /dev/null +++ b/src/modules/home/layers/laylck.rs @@ -0,0 +1,10 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "LAYLCK", + label: "Layer Lock", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/layers/laylck.svg")), + event: ModuleEvent::Command("LAYLCK".to_string()), + } +} diff --git a/src/modules/home/layers/layoff.rs b/src/modules/home/layers/layoff.rs new file mode 100644 index 00000000..ecfdff59 --- /dev/null +++ b/src/modules/home/layers/layoff.rs @@ -0,0 +1,10 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "LAYOFF", + label: "Layer Off", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/layers/layoff.svg")), + event: ModuleEvent::Command("LAYOFF".to_string()), + } +} diff --git a/src/modules/home/layers/layon.rs b/src/modules/home/layers/layon.rs new file mode 100644 index 00000000..bce8e688 --- /dev/null +++ b/src/modules/home/layers/layon.rs @@ -0,0 +1,10 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "LAYON", + label: "Turn All Layers On", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/layers/layon.svg")), + event: ModuleEvent::Command("LAYON".to_string()), + } +} diff --git a/src/modules/home/layers/laythw.rs b/src/modules/home/layers/laythw.rs new file mode 100644 index 00000000..c9fca23c --- /dev/null +++ b/src/modules/home/layers/laythw.rs @@ -0,0 +1,10 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "LAYTHW", + label: "Thaw All Layers", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/layers/laythw.svg")), + event: ModuleEvent::Command("LAYTHW".to_string()), + } +} diff --git a/src/modules/home/layers/layulk.rs b/src/modules/home/layers/layulk.rs new file mode 100644 index 00000000..f2296146 --- /dev/null +++ b/src/modules/home/layers/layulk.rs @@ -0,0 +1,10 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "LAYULK", + label: "Layer Unlock", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/layers/layulk.svg")), + event: ModuleEvent::Command("LAYULK".to_string()), + } +} diff --git a/src/modules/home/layers/make_current.rs b/src/modules/home/layers/make_current.rs new file mode 100644 index 00000000..5b88cba4 --- /dev/null +++ b/src/modules/home/layers/make_current.rs @@ -0,0 +1,10 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "LAYMCUR", + label: "Make Current", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/layers/laymcur.svg")), + event: ModuleEvent::Command("LAYMCUR".to_string()), + } +} diff --git a/src/modules/home/layers/match_layer.rs b/src/modules/home/layers/match_layer.rs new file mode 100644 index 00000000..702f24e0 --- /dev/null +++ b/src/modules/home/layers/match_layer.rs @@ -0,0 +1,10 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "LAYMATCH", + label: "Match Layer", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/layers/laymatch.svg")), + event: ModuleEvent::Command("LAYMATCH".to_string()), + } +} diff --git a/src/modules/home/layers/mod.rs b/src/modules/home/layers/mod.rs new file mode 100644 index 00000000..4d73a9e1 --- /dev/null +++ b/src/modules/home/layers/mod.rs @@ -0,0 +1,10 @@ +pub(super) mod color; +pub(super) mod layfrz; +pub(super) mod laylck; +pub(super) mod layoff; +pub(super) mod layon; +pub(super) mod laythw; +pub(super) mod layulk; +pub(super) mod make_current; +pub(super) mod match_layer; +pub(super) mod panel; diff --git a/src/modules/home/layers/panel.rs b/src/modules/home/layers/panel.rs new file mode 100644 index 00000000..9ea4c9cf --- /dev/null +++ b/src/modules/home/layers/panel.rs @@ -0,0 +1,12 @@ +// Layers panel toggle — ribbon definition. + +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "LAYERS", + label: "Layers", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/layers/panel.svg")), + event: ModuleEvent::ToggleLayers, + } +} diff --git a/src/modules/home/mod.rs b/src/modules/home/mod.rs new file mode 100644 index 00000000..f6335a89 --- /dev/null +++ b/src/modules/home/mod.rs @@ -0,0 +1,190 @@ +// Home module — Draw, Modify, Annotation and Layer tools. + +mod clipboard; +pub mod defaults; +mod donate; +pub mod draw; +mod layers; +pub mod modify; +mod properties; + +use crate::modules::{CadModule, RibbonGroup, RibbonItem}; + +pub struct HomeModule; + +impl CadModule for HomeModule { + fn id(&self) -> &'static str { + "home" + } + fn title(&self) -> &'static str { + "Home" + } + + fn ribbon_groups(&self) -> Vec { + use crate::modules::annotate::{angular_dim, leader_cmd, linear_dim, mleader_cmd, mtext, radius_dim, text}; + use crate::modules::insert::{create_block, insert_block}; + use clipboard::{copy_clip, cut, paste}; + use donate; + use draw::{arc, circle, ellipse, hatch, line, polyline, shapes}; + use layers::{layfrz, laylck, layoff, layon, laythw, layulk, make_current, match_layer, panel}; + use modify::{ + array, copy, delete, explode, fillet, group, mirror, offset, rotate, scale, stretch, + translate, trim, ungroup, + }; + use properties::match_prop; + + vec![ + RibbonGroup { + title: "Draw", + tools: vec![ + RibbonItem::LargeTool(line::tool()), + RibbonItem::LargeTool(polyline::tool()), + RibbonItem::LargeDropdown { + id: circle::DROPDOWN_ID, + label: "Circle", + icon: circle::ICON, + items: circle::DROPDOWN_ITEMS.to_vec(), + default: "CIRCLE", + }, + RibbonItem::LargeDropdown { + id: arc::DROPDOWN_ID, + label: "Arc", + icon: arc::ICON, + items: arc::DROPDOWN_ITEMS.to_vec(), + default: "ARC", + }, + RibbonItem::Dropdown { + id: shapes::DROPDOWN_ID, + icon: shapes::ICON, + items: shapes::DROPDOWN_ITEMS.to_vec(), + default: "RECT", + }, + RibbonItem::Dropdown { + id: ellipse::DROPDOWN_ID, + icon: ellipse::ICON, + items: ellipse::DROPDOWN_ITEMS.to_vec(), + default: "ELLIPSE", + }, + RibbonItem::Dropdown { + id: hatch::DROPDOWN_ID, + icon: hatch::ICON, + items: hatch::DROPDOWN_ITEMS.to_vec(), + default: "HATCH", + }, + ], + }, + RibbonGroup { + title: "Modify", + tools: vec![ + translate::tool().into(), + copy::tool().into(), + stretch::tool().into(), + rotate::tool().into(), + mirror::tool().into(), + scale::tool().into(), + RibbonItem::Dropdown { + id: trim::DROPDOWN_ID, + icon: trim::ICON, + items: trim::DROPDOWN_ITEMS.to_vec(), + default: "TRIM", + }, + RibbonItem::Dropdown { + id: fillet::DROPDOWN_ID, + icon: fillet::ICON, + items: fillet::DROPDOWN_ITEMS.to_vec(), + default: "FILLET", + }, + RibbonItem::Dropdown { + id: array::DROPDOWN_ID, + icon: array::ICON, + items: array::DROPDOWN_ITEMS.to_vec(), + default: "ARRAYRECT", + }, + delete::tool().into(), + explode::tool().into(), + offset::tool().into(), + ], + }, + RibbonGroup { + title: "Annotation", + tools: vec![ + RibbonItem::LargeDropdown { + id: "ANNOTATION_TEXT", + label: "Text", + icon: text::ICON, + items: vec![ + (text::tool().id, text::tool().label, text::tool().icon), + (mtext::tool().id, mtext::tool().label, mtext::tool().icon), + ], + default: "TEXT", + }, + RibbonItem::LargeDropdown { + id: "ANNOTATION_DIMENSIONS", + label: "Dimensions", + icon: linear_dim::ICON, + items: vec![ + (linear_dim::tool().id, linear_dim::tool().label, linear_dim::tool().icon), + (radius_dim::tool().id, radius_dim::tool().label, radius_dim::tool().icon), + (angular_dim::tool().id, angular_dim::tool().label, angular_dim::tool().icon), + ], + default: "DIMLINEAR", + }, + RibbonItem::LargeDropdown { + id: "ANNOTATION_LEADER", + label: "Leader", + icon: leader_cmd::ICON, + items: vec![ + (mleader_cmd::tool().id, mleader_cmd::tool().label, mleader_cmd::tool().icon), + (leader_cmd::tool().id, leader_cmd::tool().label, leader_cmd::tool().icon), + ], + default: "MLEADER", + }, + ], + }, + RibbonGroup { + title: "Layers", + tools: vec![ + RibbonItem::LargeTool(panel::tool()), + RibbonItem::LayerComboGroup { + row2: vec![layoff::tool(), layfrz::tool(), laylck::tool(), make_current::tool()], + row3: vec![layon::tool(), laythw::tool(), layulk::tool(), match_layer::tool()], + }, + ], + }, + RibbonGroup { + title: "Block", + tools: vec![ + RibbonItem::LargeTool(create_block::tool()), + RibbonItem::LargeTool(insert_block::tool()), + ], + }, + RibbonGroup { + title: "Properties", + tools: vec![ + RibbonItem::PropertiesGroup { match_prop: match_prop::tool() }, + ], + }, + RibbonGroup { + title: "Groups", + tools: vec![ + RibbonItem::LargeTool(group::tool()), + RibbonItem::LargeTool(ungroup::tool()), + ], + }, + RibbonGroup { + title: "Clipboard", + tools: vec![ + RibbonItem::LargeTool(paste::tool()), + copy_clip::tool().into(), + cut::tool().into(), + ], + }, + RibbonGroup { + title: "Support", + tools: vec![ + RibbonItem::LargeTool(donate::tool()), + ], + }, + ] + } +} diff --git a/src/modules/home/modify/array.rs b/src/modules/home/modify/array.rs new file mode 100644 index 00000000..d0be354f --- /dev/null +++ b/src/modules/home/modify/array.rs @@ -0,0 +1,699 @@ +// Array dropdown — ribbon definition + interactive commands. +// +// ARRAYRECT (AR): +// Rectangular array: row/column counts and spacing collected via text input. +// 1. Row count → 2. Column count → 3. Row spacing → 4. Column spacing +// → Returns BatchCopy with a grid of Translate transforms. +// +// ARRAYPATH: +// Path array: copies placed at equal intervals along a curve/line. +// (pending geometry engine support — stub) +// +// ARRAYPOLAR: +// Polar array: copies rotated around a center point by a total angle. +// 1. Center point → 2. Item count (text) → 3. Total angle in degrees (text) + +use acadrust::Handle; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult, EntityTransform}; +use crate::modules::home::defaults; +use crate::modules::IconKind; +use crate::scene::wire_model::WireModel; + +// ── Dropdown constants ───────────────────────────────────────────────────── + +pub const DROPDOWN_ID: &str = "array_type"; +pub const ICON: IconKind = IconKind::Svg(include_bytes!("../../../../assets/icons/array_rect.svg")); + +pub const DROPDOWN_ITEMS: &[(&str, &str, IconKind)] = &[ + ( + "ARRAYRECT", + "Rectangular Array", + IconKind::Svg(include_bytes!("../../../../assets/icons/array_rect.svg")), + ), + ( + "ARRAYPATH", + "Path Array", + IconKind::Svg(include_bytes!("../../../../assets/icons/array_path.svg")), + ), + ( + "ARRAYPOLAR", + "Polar Array", + IconKind::Svg(include_bytes!("../../../../assets/icons/array_polar.svg")), + ), +]; + +// ── Rectangular Array ────────────────────────────────────────────────────── + +#[derive(Debug, Clone, Copy)] +enum RectStep { + Rows, + Cols { rows: u32 }, + RowSp { rows: u32, cols: u32 }, + ColSp { rows: u32, cols: u32, row_sp: f32 }, +} + +pub struct ArrayRectCommand { + handles: Vec, + wire_models: Vec, + step: RectStep, + default_rows: u32, + default_cols: u32, + default_row_sp: f32, + default_col_sp: f32, +} + +impl ArrayRectCommand { + pub fn new(handles: Vec, wire_models: Vec) -> Self { + Self { + handles, + wire_models, + step: RectStep::Rows, + default_rows: defaults::get_array_rows() as u32, + default_cols: defaults::get_array_cols() as u32, + default_row_sp: defaults::get_array_row_sp(), + default_col_sp: defaults::get_array_col_sp(), + } + } + + fn build_transforms(rows: u32, cols: u32, row_sp: f32, col_sp: f32) -> Vec { + let mut t = Vec::new(); + for r in 0..rows { + for c in 0..cols { + if r == 0 && c == 0 { + continue; + } + t.push(EntityTransform::Translate(Vec3::new( + col_sp * c as f32, + row_sp * r as f32, + 0.0, + ))); + } + } + t + } +} + +impl CadCommand for ArrayRectCommand { + fn name(&self) -> &'static str { + "ARRAYRECT" + } + + fn prompt(&self) -> String { + match self.step { + RectStep::Rows => format!("ARRAYRECT Enter row count <{}>:", self.default_rows), + RectStep::Cols { rows } => format!( + "ARRAYRECT Enter column count <{}> [{rows} rows]:", + self.default_cols + ), + RectStep::RowSp { rows, cols } => format!( + "ARRAYRECT Row spacing <{:.0}> [{rows}×{cols}]:", + self.default_row_sp + ), + RectStep::ColSp { rows, cols, row_sp } => format!( + "ARRAYRECT Column spacing <{:.0}> [{rows}×{cols}, row={row_sp:.0}]:", + self.default_col_sp + ), + } + } + + fn wants_text_input(&self) -> bool { + true + } + + fn on_text_input(&mut self, text: &str) -> Option { + let t = text.trim().replace(',', "."); + let t = t.as_str(); + match self.step { + RectStep::Rows => { + let rows = if t.is_empty() { + self.default_rows + } else { + let v = t.parse::().unwrap_or(self.default_rows).max(1); + defaults::set_array_rows(v as f32); + self.default_rows = v; + v + }; + self.step = RectStep::Cols { rows }; + None + } + RectStep::Cols { rows } => { + let cols = if t.is_empty() { + self.default_cols + } else { + let v = t.parse::().unwrap_or(self.default_cols).max(1); + defaults::set_array_cols(v as f32); + self.default_cols = v; + v + }; + self.step = RectStep::RowSp { rows, cols }; + None + } + RectStep::RowSp { rows, cols } => { + let row_sp = if t.is_empty() { + self.default_row_sp + } else { + let v = t.parse::().unwrap_or(self.default_row_sp); + defaults::set_array_row_sp(v); + self.default_row_sp = v; + v + }; + self.step = RectStep::ColSp { rows, cols, row_sp }; + None + } + RectStep::ColSp { rows, cols, row_sp } => { + let col_sp = if t.is_empty() { + self.default_col_sp + } else { + let v = t.parse::().unwrap_or(self.default_col_sp); + defaults::set_array_col_sp(v); + v + }; + Some(CmdResult::BatchCopy( + self.handles.clone(), + Self::build_transforms(rows, cols, row_sp, col_sp), + )) + } + } + } + + fn on_preview_wires(&mut self, _pt: Vec3) -> Vec { + let (rows, cols, row_sp, col_sp) = match self.step { + RectStep::Rows => ( + self.default_rows, + self.default_cols, + self.default_row_sp, + self.default_col_sp, + ), + RectStep::Cols { rows } => ( + rows, + self.default_cols, + self.default_row_sp, + self.default_col_sp, + ), + RectStep::RowSp { rows, cols } => { + (rows, cols, self.default_row_sp, self.default_col_sp) + } + RectStep::ColSp { rows, cols, row_sp } => (rows, cols, row_sp, self.default_col_sp), + }; + Self::build_transforms(rows, cols, row_sp, col_sp) + .iter() + .flat_map(|t| { + if let EntityTransform::Translate(delta) = t { + self.wire_models + .iter() + .map(|w| w.translated(*delta)) + .collect::>() + } else { + vec![] + } + }) + .collect() + } + + fn on_point(&mut self, _pt: Vec3) -> CmdResult { + CmdResult::NeedPoint + } + + fn on_enter(&mut self) -> CmdResult { + // Enter with empty input = use default for current step + self.on_text_input("").map_or(CmdResult::NeedPoint, |r| r) + } + + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } +} + +// ── Polar Array ──────────────────────────────────────────────────────────── + +enum PolarStep { + Center, + Count { center: Vec3 }, + Angle { center: Vec3, count: u32 }, +} + +pub struct ArrayPolarCommand { + handles: Vec, + wire_models: Vec, + step: PolarStep, + default_count: u32, + default_angle: f32, +} + +impl ArrayPolarCommand { + pub fn new(handles: Vec, wire_models: Vec) -> Self { + Self { + handles, + wire_models, + step: PolarStep::Center, + default_count: defaults::get_array_p_count() as u32, + default_angle: defaults::get_array_p_angle(), + } + } +} + +impl CadCommand for ArrayPolarCommand { + fn name(&self) -> &'static str { + "ARRAYPOLAR" + } + + fn prompt(&self) -> String { + match &self.step { + PolarStep::Center => format!( + "ARRAYPOLAR Specify center point [{} objects]:", + self.handles.len() + ), + PolarStep::Count { .. } => { + format!("ARRAYPOLAR Enter item count <{}>:", self.default_count) + } + PolarStep::Angle { count, .. } => format!( + "ARRAYPOLAR Enter total angle in degrees <{:.0}> [{count} items]:", + self.default_angle + ), + } + } + + fn wants_text_input(&self) -> bool { + matches!(self.step, PolarStep::Count { .. } | PolarStep::Angle { .. }) + } + + fn on_text_input(&mut self, text: &str) -> Option { + let t = text.trim().replace(',', "."); + let t = t.as_str(); + match &self.step { + PolarStep::Count { center } => { + let center = *center; + let count = if t.is_empty() { + self.default_count + } else { + let v = t.parse::().unwrap_or(self.default_count).max(2); + defaults::set_array_p_count(v as f32); + self.default_count = v; + v + }; + self.step = PolarStep::Angle { center, count }; + None + } + PolarStep::Angle { center, count } => { + let center = *center; + let count = *count; + let total_deg = if t.is_empty() { + self.default_angle + } else { + let v = t.parse::().unwrap_or(self.default_angle); + defaults::set_array_p_angle(v); + v + }; + let step_rad = total_deg.to_radians() / count as f32; + let transforms = (1..count) + .map(|n| EntityTransform::Rotate { + center, + angle_rad: step_rad * n as f32, + }) + .collect(); + Some(CmdResult::BatchCopy(self.handles.clone(), transforms)) + } + _ => None, + } + } + + fn on_preview_wires(&mut self, pt: Vec3) -> Vec { + let (center, count, total_deg) = match &self.step { + PolarStep::Center => (pt, self.default_count, self.default_angle), + PolarStep::Count { center } => (*center, self.default_count, self.default_angle), + PolarStep::Angle { center, count } => (*center, *count, self.default_angle), + }; + let step_rad = total_deg.to_radians() / count as f32; + let mut out: Vec = (1..count) + .flat_map(|n| { + let angle_rad = step_rad * n as f32; + self.wire_models + .iter() + .map(move |w| w.rotated(center, angle_rad)) + }) + .collect(); + // Rubber-band from center to cursor while picking the center point. + if matches!(self.step, PolarStep::Center) { + out.push(WireModel::solid( + "rubber_band".into(), + vec![[center.x, center.y, center.z], [pt.x, pt.y, pt.z]], + WireModel::CYAN, + false, + )); + } + out + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + if let PolarStep::Center = self.step { + self.step = PolarStep::Count { center: pt }; + } + CmdResult::NeedPoint + } + + fn on_enter(&mut self) -> CmdResult { + self.on_text_input("").map_or(CmdResult::NeedPoint, |r| r) + } + + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } +} + +// ── Path Array ───────────────────────────────────────────────────────────── +// +// ARRAYPATH: +// Copies selected objects at equal arc-length intervals along a path entity. +// 1. Select path entity (Line, Arc, Circle, LwPolyline) +// 2. Enter item count (total, including the original at the path start) +// → Returns BatchCopy with Translate transforms derived from path samples. + +use acadrust::EntityType; +use std::f32::consts::TAU as FTAU; + +// ── Path geometry helpers ────────────────────────────────────────────────── + +/// Tessellate an LwPolyline. +fn lw_dense_pts(p: &acadrust::entities::LwPolyline) -> Vec { + let z = p.elevation as f32; + let verts = &p.vertices; + if verts.is_empty() { + return vec![]; + } + let n = verts.len(); + let segs = if p.is_closed { n } else { n.saturating_sub(1) }; + let mut out: Vec = vec![]; + + for i in 0..segs { + let v0 = &verts[i]; + let v1 = &verts[(i + 1) % n]; + let x0 = v0.location.x as f32; + let y0 = v0.location.y as f32; + let x1 = v1.location.x as f32; + let y1 = v1.location.y as f32; + + if out.is_empty() { + out.push(Vec3::new(x0, y0, z)); + } + + let bulge = v0.bulge as f32; + if bulge.abs() < 1e-9 { + out.push(Vec3::new(x1, y1, z)); + } else { + let dx = x1 - x0; + let dy = y1 - y0; + let d = (dx * dx + dy * dy).sqrt(); + if d < 1e-9 { + out.push(Vec3::new(x1, y1, z)); + continue; + } + let angle = 4.0 * bulge.atan(); + let r = (d * 0.5) / (angle * 0.5).sin().abs(); + let mx = (x0 + x1) * 0.5; + let my = (y0 + y1) * 0.5; + let inv = 1.0 / d; + let (px, py) = (-dy * inv, dx * inv); + let sign = if bulge > 0.0 { 1.0f32 } else { -1.0 }; + let h_val = r - (r * r - d * d * 0.25).max(0.0).sqrt(); + let (cx, cy) = (mx - sign * px * (r - h_val), my - sign * py * (r - h_val)); + let a0 = (y0 - cy).atan2(x0 - cx); + let a1 = (y1 - cy).atan2(x1 - cx); + // Signed span: CCW for bulge > 0, CW (negative) for bulge < 0. + let span = if bulge > 0.0 { + let s = a1 - a0; + if s <= 0.0 { + s + FTAU + } else { + s + } + } else { + let s = a1 - a0; + if s >= 0.0 { + s - FTAU + } else { + s + } + }; + let steps = ((r * span.abs() / 2.0).ceil() as usize).clamp(4, 64); + for j in 1..=steps { + let ang = a0 + span * (j as f32 / steps as f32); + out.push(Vec3::new(cx + r * ang.cos(), cy + r * ang.sin(), z)); + } + } + } + out +} + +/// Walk `pts` (ordered) and return `count` points at equal arc-length spacing. +fn subsample_equidistant(pts: &[Vec3], count: usize) -> Vec { + if count == 0 { + return vec![]; + } + if pts.len() < 2 { + return vec![pts.first().copied().unwrap_or(Vec3::ZERO); count]; + } + + let mut cum = vec![0.0f32; pts.len()]; + for i in 1..pts.len() { + cum[i] = cum[i - 1] + pts[i].distance(pts[i - 1]); + } + let total = *cum.last().unwrap(); + if total < 1e-9 { + return vec![pts[0]; count]; + } + + let mut out = Vec::with_capacity(count); + let mut seg = 0usize; + for i in 0..count { + let target = if count > 1 { + total * i as f32 / (count - 1) as f32 + } else { + 0.0 + }; + while seg + 2 < pts.len() && cum[seg + 1] < target - 1e-9 { + seg += 1; + } + let seg_len = cum[seg + 1] - cum[seg]; + let t = if seg_len > 1e-9 { + (target - cum[seg]) / seg_len + } else { + 0.0 + }; + out.push(pts[seg].lerp(pts[seg + 1], t.clamp(0.0, 1.0))); + } + out +} + +// ── State machine ────────────────────────────────────────────────────────── + +enum PathStep { + SelectPath, + Count { path_entity: EntityType }, +} + +pub struct ArrayPathCommand { + handles: Vec, + wire_models: Vec, + all_entities: Vec, + step: PathStep, + default_count: u32, +} + +impl ArrayPathCommand { + pub fn new( + handles: Vec, + wire_models: Vec, + all_entities: Vec, + ) -> Self { + Self { + handles, + wire_models, + all_entities, + step: PathStep::SelectPath, + default_count: defaults::get_array_path_count() as u32, + } + } + + /// Sample `count` evenly-spaced points along `entity`. + fn sample_path(entity: &EntityType, count: usize) -> Vec { + if count == 0 { + return vec![]; + } + let fn_norm = |x: f32| -> f32 { ((x % FTAU) + FTAU) % FTAU }; + match entity { + EntityType::Line(l) => { + let p0 = Vec3::new(l.start.x as f32, l.start.y as f32, 0.0); + let p1 = Vec3::new(l.end.x as f32, l.end.y as f32, 0.0); + let d = (count - 1).max(1) as f32; + (0..count).map(|i| p0.lerp(p1, i as f32 / d)).collect() + } + EntityType::Arc(a) => { + let (cx, cy, r) = (a.center.x as f32, a.center.y as f32, a.radius as f32); + let a0 = a.start_angle.to_radians() as f32; + let a1 = a.end_angle.to_radians() as f32; + let span = { + let s = fn_norm(a1) - fn_norm(a0); + if s <= 0.0 { + s + FTAU + } else { + s + } + }; + let d = (count - 1).max(1) as f32; + (0..count) + .map(|i| { + let ang = fn_norm(a0) + span * (i as f32 / d); + Vec3::new(cx + r * ang.cos(), cy + r * ang.sin(), 0.0) + }) + .collect() + } + EntityType::Circle(c) => { + let (cx, cy, r) = (c.center.x as f32, c.center.y as f32, c.radius as f32); + (0..count) + .map(|i| { + let ang = i as f32 / count as f32 * FTAU; + Vec3::new(cx + r * ang.cos(), cy + r * ang.sin(), 0.0) + }) + .collect() + } + EntityType::LwPolyline(p) => subsample_equidistant(&lw_dense_pts(p), count), + _ => vec![Vec3::ZERO; count], + } + } + + /// Build Translate transforms: delta from pts[0] to each subsequent point. + fn build_transforms(pts: &[Vec3]) -> Vec { + if pts.len() < 2 { + return vec![]; + } + let origin = pts[0]; + pts[1..] + .iter() + .map(|&p| EntityTransform::Translate(p - origin)) + .collect() + } +} + +impl CadCommand for ArrayPathCommand { + fn name(&self) -> &'static str { + "ARRAYPATH" + } + + fn prompt(&self) -> String { + match &self.step { + PathStep::SelectPath => format!( + "ARRAYPATH Select path entity [{} objects]:", + self.handles.len() + ), + PathStep::Count { .. } => { + format!("ARRAYPATH Enter item count <{}>:", self.default_count) + } + } + } + + fn needs_entity_pick(&self) -> bool { + matches!(self.step, PathStep::SelectPath) + } + + fn wants_text_input(&self) -> bool { + matches!(self.step, PathStep::Count { .. }) + } + + fn on_entity_pick(&mut self, handle: Handle, _pt: Vec3) -> CmdResult { + if handle.is_null() || self.handles.contains(&handle) { + return CmdResult::NeedPoint; + } + if let Some(entity) = self + .all_entities + .iter() + .find(|e| e.common().handle == handle) + .cloned() + { + self.step = PathStep::Count { + path_entity: entity, + }; + } + CmdResult::NeedPoint + } + + fn on_hover_entity(&mut self, handle: Handle, _pt: Vec3) -> Vec { + if handle.is_null() || self.handles.contains(&handle) { + return vec![]; + } + if !matches!(self.step, PathStep::SelectPath) { + return vec![]; + } + if let Some(entity) = self + .all_entities + .iter() + .find(|e| e.common().handle == handle) + { + let pts = Self::sample_path(entity, 64); + if pts.len() >= 2 { + return vec![WireModel::solid( + "arraypath_hover".into(), + pts.iter().map(|p| [p.x, p.y, p.z]).collect(), + WireModel::CYAN, + false, + )]; + } + } + vec![] + } + + fn on_text_input(&mut self, text: &str) -> Option { + let PathStep::Count { path_entity } = &self.step else { + return None; + }; + let t = text.trim().replace(',', "."); + let count = if t.is_empty() { + self.default_count + } else { + let v = t.parse::().unwrap_or(self.default_count).max(2); + defaults::set_array_path_count(v as f32); + self.default_count = v; + v + }; + let pts = Self::sample_path(path_entity, count as usize); + let transforms = Self::build_transforms(&pts); + if transforms.is_empty() { + return Some(CmdResult::Cancel); + } + Some(CmdResult::BatchCopy(self.handles.clone(), transforms)) + } + + fn on_preview_wires(&mut self, _pt: Vec3) -> Vec { + let PathStep::Count { path_entity } = &self.step else { + return vec![]; + }; + let pts = Self::sample_path(path_entity, self.default_count as usize); + let transforms = Self::build_transforms(&pts); + transforms + .iter() + .flat_map(|t| { + if let EntityTransform::Translate(delta) = t { + self.wire_models + .iter() + .map(|w| w.translated(*delta)) + .collect::>() + } else { + vec![] + } + }) + .collect() + } + + fn on_point(&mut self, _pt: Vec3) -> CmdResult { + CmdResult::NeedPoint + } + + fn on_enter(&mut self) -> CmdResult { + self.on_text_input("").map_or(CmdResult::NeedPoint, |r| r) + } + + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } +} diff --git a/src/modules/home/modify/copy.rs b/src/modules/home/modify/copy.rs new file mode 100644 index 00000000..c23a5958 --- /dev/null +++ b/src/modules/home/modify/copy.rs @@ -0,0 +1,108 @@ +// Copy tool — ribbon definition + interactive command. +// +// Command: COPY (CO) +// Requires at least one entity selected before starting. +// Step 1: pick base point +// Step 2+: each click makes another copy at (click - base); Enter to finish. + +use acadrust::Handle; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult, EntityTransform}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; + +// ── Ribbon definition ────────────────────────────────────────────────────── + +pub fn tool() -> ToolDef { + ToolDef { + id: "COPY", + label: "Copy", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/copy.svg")), + event: ModuleEvent::Command("COPY".to_string()), + } +} + +// ── Command implementation ───────────────────────────────────────────────── + +enum Step { + Base, + Placing(Vec3), +} + +pub struct CopyCommand { + handles: Vec, + wire_models: Vec, + step: Step, + count: usize, +} + +impl CopyCommand { + pub fn new(handles: Vec, wire_models: Vec) -> Self { + Self { + handles, + wire_models, + step: Step::Base, + count: 0, + } + } +} + +impl CadCommand for CopyCommand { + fn name(&self) -> &'static str { + "COPY" + } + + fn prompt(&self) -> String { + match &self.step { + Step::Base => format!( + "COPY Specify base point [{} objects]:", + self.handles.len() + ), + Step::Placing(base) => format!( + "COPY Specify destination [{} copies so far | Enter=done | base {:.3},{:.3}]:", + self.count, base.x, base.y + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.step { + Step::Base => { + self.step = Step::Placing(pt); + CmdResult::NeedPoint + } + Step::Placing(base) => { + let delta = pt - *base; + self.count += 1; + CmdResult::CopySelected(self.handles.clone(), EntityTransform::Translate(delta)) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_preview_wires(&mut self, pt: Vec3) -> Vec { + let Step::Placing(base) = &self.step else { + return vec![]; + }; + let delta = pt - *base; + let mut out: Vec = self + .wire_models + .iter() + .map(|w| w.translated(delta)) + .collect(); + out.push(WireModel::solid( + "rubber_band".into(), + vec![[base.x, base.y, base.z], [pt.x, pt.y, pt.z]], + WireModel::CYAN, + false, + )); + out + } +} diff --git a/src/modules/home/modify/delete.rs b/src/modules/home/modify/delete.rs new file mode 100644 index 00000000..90774a34 --- /dev/null +++ b/src/modules/home/modify/delete.rs @@ -0,0 +1,15 @@ +// Delete tool — ribbon definition. +// +// Fires the ERASE command (same as pressing Delete key or typing ERASE/E). +// Shown as "Delete" in the ribbon so the label matches familiar terminology. + +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "ERASE", + label: "Delete", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/erase.svg")), + event: ModuleEvent::Command("ERASE".to_string()), + } +} diff --git a/src/modules/home/modify/explode.rs b/src/modules/home/modify/explode.rs new file mode 100644 index 00000000..e2c3852a --- /dev/null +++ b/src/modules/home/modify/explode.rs @@ -0,0 +1,226 @@ +// Explode tool — ribbon definition + command implementation. +// +// Command: EXPLODE (X) +// EXPLODE: Breaks compound objects into their constituent simple entities. +// +// Supported: +// LwPolyline → Lines (straight segments) + Arcs (bulge segments) +// +// Unsupported entity types are skipped silently. + +use std::f64::consts::TAU; + +use acadrust::entities::EntityCommon; +use acadrust::entities::{Arc as ArcEnt, Circle as CircleEnt, Line as LineEnt, LwPolyline}; +use acadrust::types::Vector3; +use acadrust::{CadDocument, EntityType, Handle}; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use glam::Vec3; + +// ── Ribbon definition ────────────────────────────────────────────────────── + +pub fn tool() -> ToolDef { + ToolDef { + id: "EXPLODE", + label: "Explode", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/explode.svg")), + event: ModuleEvent::Command("EXPLODE".to_string()), + } +} + +// ── Geometry helpers ──────────────────────────────────────────────────────── + +/// Decompose an entity into its constituent simple entities. +/// Returns an empty vec if the entity cannot be exploded. +pub fn explode_entity(entity: &EntityType, document: &CadDocument) -> Vec { + match entity { + EntityType::LwPolyline(p) => explode_lwpolyline(p), + EntityType::Insert(ins) => ins + .explode_from_document(document) + .into_iter() + .map(normalize_insert_entity) + .collect(), + _ => vec![], + } +} + +pub fn normalize_insert_entity(mut entity: EntityType) -> EntityType { + match &mut entity { + EntityType::Arc(arc) => { + arc.start_angle = arc.start_angle.to_degrees(); + arc.end_angle = arc.end_angle.to_degrees(); + } + EntityType::Ellipse(ell) => { + let major_len = ell.major_axis_length(); + let full_span = { + let mut span = ell.end_parameter - ell.start_parameter; + if span < 0.0 { + span += std::f64::consts::TAU; + } + (span - std::f64::consts::TAU).abs() < 1e-6 + }; + if (ell.minor_axis_ratio - 1.0).abs() < 1e-6 && full_span { + let mut circle = CircleEnt::new(); + circle.common = ell.common.clone(); + circle.center = ell.center; + circle.radius = major_len; + circle.normal = ell.normal; + entity = EntityType::Circle(circle); + } + } + _ => {} + } + + entity.common_mut().handle = Handle::NULL; + entity.common_mut().owner_handle = Handle::NULL; + entity +} + +pub fn normalize_entity_for_block(mut entity: EntityType) -> EntityType { + if let EntityType::Arc(arc) = &mut entity { + arc.start_angle = arc.start_angle.to_radians(); + arc.end_angle = arc.end_angle.to_radians(); + } + entity +} + +fn explode_lwpolyline(p: &LwPolyline) -> Vec { + let n = p.vertices.len(); + if n < 2 { + return vec![]; + } + + let elevation = p.elevation; + let n_segs = if p.is_closed { n } else { n - 1 }; + + let mut result = Vec::new(); + for i in 0..n_segs { + let v0 = &p.vertices[i]; + let v1 = &p.vertices[(i + 1) % n]; + + let p0 = [v0.location.x, v0.location.y]; + let p1 = [v1.location.x, v1.location.y]; + + if v0.bulge.abs() < 1e-10 { + // Straight segment → Line + let mut common = p.common.clone(); + common.handle = Handle::NULL; + let line = LineEnt { + common, + start: Vector3::new(p0[0], p0[1], elevation), + end: Vector3::new(p1[0], p1[1], elevation), + ..LineEnt::new() + }; + result.push(EntityType::Line(line)); + } else { + // Arc segment from bulge + if let Some(arc) = bulge_to_arc(p0, p1, v0.bulge, elevation, &p.common) { + result.push(arc); + } + } + } + result +} + +/// Convert a polyline bulge segment to an Arc entity. +/// Arc angles are measured from the +X axis. +fn bulge_to_arc( + p0: [f64; 2], + p1: [f64; 2], + bulge: f64, + elevation: f64, + common_src: &EntityCommon, +) -> Option { + let chord_x = p1[0] - p0[0]; + let chord_y = p1[1] - p0[1]; + let chord_len = (chord_x * chord_x + chord_y * chord_y).sqrt(); + if chord_len < 1e-12 { + return None; + } + + // Included angle = 4 * atan(bulge) + let b = bulge; + let b2 = b * b; + + // Radius: r = chord * (1 + b²) / (4 * |b|) + let r = chord_len * (1.0 + b2) / (4.0 * b.abs()); + + // Perpendicular distance from midpoint to center: + // d = r * cos(theta/2), where cos(theta/2) = (1 - b²) / (1 + b²) + let d = r * (1.0 - b2) / (1.0 + b2); + + // Midpoint + let mx = (p0[0] + p1[0]) * 0.5; + let my = (p0[1] + p1[1]) * 0.5; + + // Left-perpendicular direction (rotate chord 90° CCW) + let perp_x = -chord_y / chord_len; + let perp_y = chord_x / chord_len; + + // Positive bulge → center is to the left of chord direction (CCW arc) + let sign = b.signum(); + let cx = mx + sign * d * perp_x; + let cy = my + sign * d * perp_y; + + // Angles from center to p0 and p1 + let a0_rad = (p0[1] - cy).atan2(p0[0] - cx); + let a1_rad = (p1[1] - cy).atan2(p1[0] - cx); + + // acadrust arcs are always CCW: positive bulge → CCW from p0 to p1 + // Negative bulge → CW from p0 to p1 = CCW from p1 to p0 + let (start_deg, end_deg) = if b > 0.0 { + (norm_deg(a0_rad.to_degrees()), norm_deg(a1_rad.to_degrees())) + } else { + (norm_deg(a1_rad.to_degrees()), norm_deg(a0_rad.to_degrees())) + }; + + let mut common = common_src.clone(); + common.handle = Handle::NULL; + + let arc = ArcEnt { + common, + center: Vector3::new(cx, cy, elevation), + radius: r, + start_angle: start_deg, + end_angle: end_deg, + ..ArcEnt::new() + }; + Some(EntityType::Arc(arc)) +} + +fn norm_deg(a: f64) -> f64 { + let t = TAU.to_degrees(); + ((a % t) + t) % t +} + +// ── Command stub (kept for future interactive selection mode) ─────────────── + +pub struct ExplodeCommand; + +impl ExplodeCommand { + #[allow(dead_code)] + pub fn new() -> Self { + Self + } +} + +impl CadCommand for ExplodeCommand { + fn name(&self) -> &'static str { + "EXPLODE" + } + fn prompt(&self) -> String { + "EXPLODE Select objects to explode:".into() + } + + fn on_point(&mut self, _pt: Vec3) -> CmdResult { + CmdResult::Cancel + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } +} diff --git a/src/modules/home/modify/extend.rs b/src/modules/home/modify/extend.rs new file mode 100644 index 00000000..8c322a4d --- /dev/null +++ b/src/modules/home/modify/extend.rs @@ -0,0 +1 @@ +// Extend — dispatch handled by trim.rs dropdown. This file exists for module resolution. diff --git a/src/modules/home/modify/fillet.rs b/src/modules/home/modify/fillet.rs new file mode 100644 index 00000000..b0454155 --- /dev/null +++ b/src/modules/home/modify/fillet.rs @@ -0,0 +1,830 @@ +// Fillet / Chamfer — ribbon definitions + full command implementations. +// +// FILLET (F): +// Pick two lines. Command finds their intersection, computes a tangent arc +// of radius R, trims both lines to the tangent points, and inserts the arc. +// R=0 just extends/trims both lines to the exact intersection (sharp corner). +// +// CHAMFER (CHA): +// Pick two lines. Command finds their intersection, backs off dist1 along +// line 1 and dist2 along line 2, trims, and inserts a straight chamfer line. + +use acadrust::entities::{Arc as ArcEnt, Line as LineEnt}; +use acadrust::types::Vector3; +use acadrust::{EntityType, Handle}; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::home::defaults; +use crate::modules::IconKind; +use crate::scene::wire_model::WireModel; + +// ── Dropdown constants ───────────────────────────────────────────────────── + +pub const DROPDOWN_ID: &str = "fillet_chamfer"; +pub const ICON: IconKind = IconKind::Svg(include_bytes!("../../../../assets/icons/fillet.svg")); + +pub const DROPDOWN_ITEMS: &[(&str, &str, IconKind)] = &[ + ( + "FILLET", + "Fillet", + IconKind::Svg(include_bytes!("../../../../assets/icons/fillet.svg")), + ), + ( + "CHAMFER", + "Chamfer", + IconKind::Svg(include_bytes!("../../../../assets/icons/chamfer.svg")), + ), +]; + +// ══════════════════════════════════════════════════════════════════════════ +// Geometry +// ══════════════════════════════════════════════════════════════════════════ + +/// Intersect two infinite lines. Returns (t on L1, u on L2). +fn ll( + ax: f64, + ay: f64, + dx: f64, + dy: f64, + cx: f64, + cy: f64, + ex: f64, + ey: f64, +) -> Option<(f64, f64)> { + let det = dx * ey - dy * ex; + if det.abs() < 1e-10 { + return None; + } + let t = ((cx - ax) * ey - (cy - ay) * ex) / det; + let u = ((cx - ax) * dy - (cy - ay) * dx) / det; + Some((t, u)) +} + +/// Extract coords and unit direction for a Line entity. +fn line_geom(l: &LineEnt) -> ([f64; 2], [f64; 2], [f64; 2], f64) { + let p1 = [l.start.x, l.start.y]; + let p2 = [l.end.x, l.end.y]; + let dx = p2[0] - p1[0]; + let dy = p2[1] - p1[1]; + let len = (dx * dx + dy * dy).sqrt().max(1e-12); + (p1, p2, [dx / len, dy / len], len) +} + +/// Project click onto line, returning t ∈ ℝ. +fn project_click(click: [f64; 2], p1: [f64; 2], unit: [f64; 2]) -> f64 { + (click[0] - p1[0]) * unit[0] + (click[1] - p1[1]) * unit[1] +} + +// ── Fillet ───────────────────────────────────────────────────────────────── + +/// Compute fillet: trim l1/l2 and insert a tangent arc of `radius`. +/// Returns (trimmed_l1, trimmed_l2, fillet_arc). +fn compute_fillet( + l1: &LineEnt, + click1: [f64; 2], + l2: &LineEnt, + click2: [f64; 2], + radius: f64, +) -> Option<(EntityType, EntityType, Option)> { + let (p1, _p2, u1, _len1) = line_geom(l1); + let (p3, _p4, u2, _len2) = line_geom(l2); + + // Intersection of infinite lines + let (t_p, u_p) = ll(p1[0], p1[1], u1[0], u1[1], p3[0], p3[1], u2[0], u2[1])?; + + // Intersection point + let px = p1[0] + t_p * u1[0]; + let py = p1[1] + t_p * u1[1]; + + // Direction from P toward each click (the "keep" side) + let s1 = project_click(click1, [px, py], u1); // positive = along u1 + let s2 = project_click(click2, [px, py], u2); + let dir1 = if s1 >= 0.0 { + [u1[0], u1[1]] + } else { + [-u1[0], -u1[1]] + }; + let dir2 = if s2 >= 0.0 { + [u2[0], u2[1]] + } else { + [-u2[0], -u2[1]] + }; + + // Angle between the two keep-directions + let cos_a = (dir1[0] * dir2[0] + dir1[1] * dir2[1]).clamp(-1.0, 1.0); + let angle = cos_a.acos(); + + // Lines are parallel / anti-parallel + if angle < 1e-6 || (angle - std::f64::consts::PI).abs() < 1e-6 { + return None; + } + + let half = angle / 2.0; + let z = l1.start.z; + + if radius < 1e-9 { + // r = 0: just extend/trim both lines to the intersection + let (new_l1, new_l2) = trim_to_point(l1, t_p, p1, u1, l2, u_p, p3, u2)?; + return Some((EntityType::Line(new_l1), EntityType::Line(new_l2), None)); + } + + // Distance from P to tangent points + let d = radius / half.tan(); + + // Tangent points + let t1 = [px + d * dir1[0], py + d * dir1[1]]; + let t2 = [px + d * dir2[0], py + d * dir2[1]]; + + // Arc center: along bisector of dir1+dir2, distance = r / sin(half) + let bx = dir1[0] + dir2[0]; + let by = dir1[1] + dir2[1]; + let blen = (bx * bx + by * by).sqrt(); + if blen < 1e-10 { + return None; + } + let arc_dist = radius / half.sin(); + let arc_cx = px + arc_dist * bx / blen; + let arc_cy = py + arc_dist * by / blen; + + // Arc angles in degrees + let a_start_deg = (t1[1] - arc_cy).atan2(t1[0] - arc_cx).to_degrees(); + let a_end_deg = (t2[1] - arc_cy).atan2(t2[0] - arc_cx).to_degrees(); + + // Pick CCW direction that fills the concave corner + let cross = dir1[0] * dir2[1] - dir1[1] * dir2[0]; + let (start_deg, end_deg) = if cross <= 0.0 { + (a_start_deg, a_end_deg) + } else { + (a_end_deg, a_start_deg) + }; + + // Trim l1 to T1 and l2 to T2 + let new_l1 = trim_to_xy(l1, t_p, t1, dir1, p1, u1)?; + let new_l2 = trim_to_xy(l2, u_p, t2, dir2, p3, u2)?; + + // Build arc entity + let mut arc = ArcEnt::new(); + arc.common = l1.common.clone(); + arc.common.handle = Handle::NULL; + arc.center = Vector3::new(arc_cx, arc_cy, z); + arc.radius = radius; + arc.start_angle = start_deg; + arc.end_angle = end_deg; + + Some(( + EntityType::Line(new_l1), + EntityType::Line(new_l2), + Some(EntityType::Arc(arc)), + )) +} + +/// Trim a line's parameter to an intersection t on the same side as dir (keep side). +fn trim_to_xy( + orig: &LineEnt, + t_isect: f64, + tangent: [f64; 2], + dir: [f64; 2], + p1: [f64; 2], + unit: [f64; 2], +) -> Option { + let z = orig.start.z; + let mut l = orig.clone(); + l.common.handle = Handle::NULL; + + // t_tangent: parameter of the tangent point along the line from start + let t_tan = (tangent[0] - p1[0]) * unit[0] + (tangent[1] - p1[1]) * unit[1]; + + // dir is positive along unit → we keep the portion BEYOND t_tan in that direction + // dir positive: keep from t_tan to +∞ (i.e. set start to tangent point) + // dir negative: keep from -∞ to t_tan (i.e. set end to tangent point) + let len = { + let dx = orig.end.x - orig.start.x; + let dy = orig.end.y - orig.start.y; + (dx * dx + dy * dy).sqrt().max(1e-12) + }; + let dot = dir[0] * unit[0] + dir[1] * unit[1]; // +1 or -1 + + if dot > 0.0 { + // keep from tangent to end → move start to tangent point + l.start = Vector3::new(tangent[0], tangent[1], z); + } else { + // keep from start to tangent → move end to tangent point + l.end = Vector3::new(tangent[0], tangent[1], z); + } + let _ = (t_isect, len, t_tan); // used implicitly via `dot` + Some(l) +} + +/// Trim both lines exactly to their intersection point (r=0 case). +fn trim_to_point( + l1: &LineEnt, + t_p: f64, + p1: [f64; 2], + u1: [f64; 2], + l2: &LineEnt, + u_p: f64, + _p3: [f64; 2], + _u2: [f64; 2], +) -> Option<(LineEnt, LineEnt)> { + let px = p1[0] + t_p * u1[0]; + let py = p1[1] + t_p * u1[1]; + let z1 = l1.start.z; + let z2 = l2.start.z; + + // For l1: if t_p is past the midpoint, keep start…P; else keep P…end + // We use the same "which end is P closer to" logic + let mut ll1 = l1.clone(); + ll1.common.handle = Handle::NULL; + let mut ll2 = l2.clone(); + ll2.common.handle = Handle::NULL; + + if t_p >= 0.0 { + ll1.end = Vector3::new(px, py, z1); + } else { + ll1.start = Vector3::new(px, py, z1); + } + + if u_p >= 0.0 { + ll2.end = Vector3::new(px, py, z2); + } else { + ll2.start = Vector3::new(px, py, z2); + } + + Some((ll1, ll2)) +} + +// ── Point-generation helpers ────────────────────────────────────────────── + +fn line_pts(l: &LineEnt) -> Vec<[f32; 3]> { + vec![ + [l.start.x as f32, l.start.y as f32, l.start.z as f32], + [l.end.x as f32, l.end.y as f32, l.end.z as f32], + ] +} + +fn arc_pts(cx: f64, cy: f64, r: f64, a0_deg: f64, a1_deg: f64, y: f64) -> Vec<[f32; 3]> { + use std::f64::consts::TAU; + let fn_norm = |a: f64| -> f64 { ((a % TAU) + TAU) % TAU }; + let a0 = a0_deg.to_radians(); + let a1 = a1_deg.to_radians(); + let span = { + let s = fn_norm(a1) - fn_norm(a0); + if s <= 0.0 { + s + TAU + } else { + s + } + }; + let steps = (span.abs() * 20.0).ceil().max(4.0) as usize; + (0..=steps) + .map(|i| { + let ang = fn_norm(a0) + span * (i as f64 / steps as f64); + [ + (cx + r * ang.cos()) as f32, + y as f32, + (cy + r * ang.sin()) as f32, + ] + }) + .collect() +} + +fn entity_pts(e: &EntityType) -> Vec<[f32; 3]> { + match e { + EntityType::Line(l) => line_pts(l), + EntityType::Arc(a) => arc_pts( + a.center.x, + a.center.y, + a.radius, + a.start_angle, + a.end_angle, + a.center.y, + ), + _ => vec![], + } +} + +// ── Chamfer ──────────────────────────────────────────────────────────────── + +/// Compute chamfer: trim l1 by dist1 from intersection, l2 by dist2, add chamfer line. +fn compute_chamfer( + l1: &LineEnt, + click1: [f64; 2], + dist1: f64, + l2: &LineEnt, + click2: [f64; 2], + dist2: f64, +) -> Option<(EntityType, EntityType, EntityType)> { + let (p1, _, u1, _) = line_geom(l1); + let (p3, _, u2, _) = line_geom(l2); + + let (t_p, u_p) = ll(p1[0], p1[1], u1[0], u1[1], p3[0], p3[1], u2[0], u2[1])?; + + let px = p1[0] + t_p * u1[0]; + let py = p1[1] + t_p * u1[1]; + let z = l1.start.z; + + let s1 = project_click(click1, [px, py], u1); + let s2 = project_click(click2, [px, py], u2); + let dir1 = if s1 >= 0.0 { + [u1[0], u1[1]] + } else { + [-u1[0], -u1[1]] + }; + let dir2 = if s2 >= 0.0 { + [u2[0], u2[1]] + } else { + [-u2[0], -u2[1]] + }; + + // Chamfer points: back off dist from P along keep-direction + let c1 = [px + dist1 * dir1[0], py + dist1 * dir1[1]]; + let c2 = [px + dist2 * dir2[0], py + dist2 * dir2[1]]; + + // Trim l1 to c1 and l2 to c2 + let new_l1 = trim_to_xy(l1, t_p, c1, dir1, p1, u1)?; + let new_l2 = trim_to_xy(l2, u_p, c2, dir2, p3, u2)?; + + // Chamfer line + let mut cline = l1.clone(); + cline.common.handle = Handle::NULL; + cline.start = Vector3::new(c1[0], c1[1], z); + cline.end = Vector3::new(c2[0], c2[1], z); + + Some(( + EntityType::Line(new_l1), + EntityType::Line(new_l2), + EntityType::Line(cline), + )) +} + +// ══════════════════════════════════════════════════════════════════════════ +// FilletCommand +// ══════════════════════════════════════════════════════════════════════════ + +enum FilletStep { + First, + Second { + h1: Handle, + l1: LineEnt, + click1: [f64; 2], + }, +} + +pub struct FilletCommand { + radius: f64, + step: FilletStep, + all_entities: Vec, +} + +impl FilletCommand { + pub fn new(radius: f32, all_entities: Vec) -> Self { + Self { + radius: radius as f64, + step: FilletStep::First, + all_entities, + } + } +} + +impl CadCommand for FilletCommand { + fn name(&self) -> &'static str { + "FILLET" + } + + fn prompt(&self) -> String { + match &self.step { + FilletStep::First => format!( + "FILLET Select first line [R={:.4} | type R to change]:", + self.radius + ), + FilletStep::Second { .. } => { + format!("FILLET Select second line [R={:.4}]:", self.radius) + } + } + } + + fn wants_text_input(&self) -> bool { + matches!(self.step, FilletStep::First) + } + + fn on_text_input(&mut self, text: &str) -> Option { + let t = text.trim(); + let body = if t.to_uppercase().starts_with('R') { + t[1..].trim() + } else { + t + }; + if let Ok(v) = body.replace(',', ".").parse::() { + if v >= 0.0 { + self.radius = v; + defaults::set_fillet_radius(v as f32); + } + } + None + } + + fn needs_entity_pick(&self) -> bool { + true + } + + fn on_entity_pick(&mut self, handle: Handle, pt: Vec3) -> CmdResult { + if handle.is_null() { + return CmdResult::NeedPoint; + } + let click = [pt.x as f64, pt.y as f64]; + + match &self.step { + FilletStep::First => { + // Must be a line + let l1 = self + .all_entities + .iter() + .find(|e| e.common().handle == handle) + .and_then(|e| { + if let EntityType::Line(l) = e { + Some(l.clone()) + } else { + None + } + }); + if let Some(l) = l1 { + self.step = FilletStep::Second { + h1: handle, + l1: l, + click1: click, + }; + CmdResult::NeedPoint + } else { + CmdResult::NeedPoint // not a line — ignore + } + } + FilletStep::Second { h1, l1, click1 } => { + let h1 = *h1; + let l1 = l1.clone(); + let click1 = *click1; + if handle == h1 { + return CmdResult::NeedPoint; + } + + let l2 = self + .all_entities + .iter() + .find(|e| e.common().handle == handle) + .and_then(|e| { + if let EntityType::Line(l) = e { + Some(l.clone()) + } else { + None + } + }); + + if let Some(l2) = l2 { + match compute_fillet(&l1, click1, &l2, click, self.radius) { + Some((new_l1, new_l2, maybe_arc)) => { + let mut additions = vec![]; + if let Some(arc) = maybe_arc { + additions.push(arc); + } + CmdResult::ReplaceMany( + vec![(h1, vec![new_l1]), (handle, vec![new_l2])], + additions, + ) + } + None => { + // Could not compute fillet (parallel lines, etc.) + CmdResult::NeedPoint + } + } + } else { + CmdResult::NeedPoint + } + } + } + } + + fn on_hover_entity(&mut self, handle: Handle, pt: Vec3) -> Vec { + if handle.is_null() { + return vec![]; + } + let click = [pt.x as f64, pt.y as f64]; + + match &self.step { + FilletStep::First => { + // Highlight hovered line in cyan + let pts = self + .all_entities + .iter() + .find(|e| e.common().handle == handle) + .and_then(|e| { + if let EntityType::Line(l) = e { + Some(line_pts(l)) + } else { + None + } + }); + if let Some(pts) = pts { + vec![WireModel::solid( + "fillet_hover".into(), + pts, + WireModel::CYAN, + false, + )] + } else { + vec![] + } + } + FilletStep::Second { l1, click1, .. } => { + let l1 = l1.clone(); + let click1 = *click1; + if handle.is_null() { + return vec![]; + } + let l2 = self + .all_entities + .iter() + .find(|e| e.common().handle == handle) + .and_then(|e| { + if let EntityType::Line(l) = e { + Some(l.clone()) + } else { + None + } + }); + if let Some(l2) = l2 { + if let Some((new_l1, new_l2, maybe_arc)) = + compute_fillet(&l1, click1, &l2, click, self.radius) + { + let mut out = vec![ + WireModel::solid( + "fillet_l1".into(), + entity_pts(&new_l1), + WireModel::CYAN, + false, + ), + WireModel::solid( + "fillet_l2".into(), + entity_pts(&new_l2), + WireModel::CYAN, + false, + ), + ]; + if let Some(arc) = maybe_arc { + out.push(WireModel::solid( + "fillet_arc".into(), + entity_pts(&arc), + WireModel::CYAN, + false, + )); + } + return out; + } + } + vec![] + } + } + } + + fn on_point(&mut self, _pt: Vec3) -> CmdResult { + CmdResult::NeedPoint + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } +} + +// ══════════════════════════════════════════════════════════════════════════ +// ChamferCommand +// ══════════════════════════════════════════════════════════════════════════ + +enum ChamferStep { + First, + Second { + h1: Handle, + l1: LineEnt, + click1: [f64; 2], + }, +} + +pub struct ChamferCommand { + dist1: f64, + dist2: f64, + step: ChamferStep, + all_entities: Vec, +} + +impl ChamferCommand { + pub fn new(dist: f32, all_entities: Vec) -> Self { + Self { + dist1: dist as f64, + dist2: defaults::get_chamfer_dist2() as f64, + step: ChamferStep::First, + all_entities, + } + } +} + +impl CadCommand for ChamferCommand { + fn name(&self) -> &'static str { + "CHAMFER" + } + + fn prompt(&self) -> String { + match &self.step { + ChamferStep::First => format!( + "CHAMFER Select first line [D1={:.4} D2={:.4} | type D ]:", + self.dist1, self.dist2 + ), + ChamferStep::Second { .. } => format!( + "CHAMFER Select second line [D1={:.4} D2={:.4}]:", + self.dist1, self.dist2 + ), + } + } + + fn wants_text_input(&self) -> bool { + matches!(self.step, ChamferStep::First) + } + + fn on_text_input(&mut self, text: &str) -> Option { + let t = text.trim(); + let body = if t.to_uppercase().starts_with('D') { + t[1..].trim() + } else { + t + }; + let parts: Vec = body + .split_whitespace() + .filter_map(|s| s.replace(',', ".").parse::().ok()) + .collect(); + if let Some(&v) = parts.first() { + self.dist1 = v.max(0.0); + defaults::set_chamfer_dist1(self.dist1 as f32); + } + if let Some(&v) = parts.get(1) { + self.dist2 = v.max(0.0); + defaults::set_chamfer_dist2(self.dist2 as f32); + } else if parts.len() == 1 { + self.dist2 = self.dist1; + defaults::set_chamfer_dist2(self.dist2 as f32); + } + None + } + + fn needs_entity_pick(&self) -> bool { + true + } + + fn on_entity_pick(&mut self, handle: Handle, pt: Vec3) -> CmdResult { + if handle.is_null() { + return CmdResult::NeedPoint; + } + let click = [pt.x as f64, pt.y as f64]; + + match &self.step { + ChamferStep::First => { + let l1 = self + .all_entities + .iter() + .find(|e| e.common().handle == handle) + .and_then(|e| { + if let EntityType::Line(l) = e { + Some(l.clone()) + } else { + None + } + }); + if let Some(l) = l1 { + self.step = ChamferStep::Second { + h1: handle, + l1: l, + click1: click, + }; + CmdResult::NeedPoint + } else { + CmdResult::NeedPoint + } + } + ChamferStep::Second { h1, l1, click1 } => { + let h1 = *h1; + let l1 = l1.clone(); + let click1 = *click1; + if handle == h1 { + return CmdResult::NeedPoint; + } + + let l2 = self + .all_entities + .iter() + .find(|e| e.common().handle == handle) + .and_then(|e| { + if let EntityType::Line(l) = e { + Some(l.clone()) + } else { + None + } + }); + + if let Some(l2) = l2 { + match compute_chamfer(&l1, click1, self.dist1, &l2, click, self.dist2) { + Some((new_l1, new_l2, chamfer_line)) => CmdResult::ReplaceMany( + vec![(h1, vec![new_l1]), (handle, vec![new_l2])], + vec![chamfer_line], + ), + None => CmdResult::NeedPoint, + } + } else { + CmdResult::NeedPoint + } + } + } + } + + fn on_hover_entity(&mut self, handle: Handle, pt: Vec3) -> Vec { + if handle.is_null() { + return vec![]; + } + let click = [pt.x as f64, pt.y as f64]; + + match &self.step { + ChamferStep::First => { + let pts = self + .all_entities + .iter() + .find(|e| e.common().handle == handle) + .and_then(|e| { + if let EntityType::Line(l) = e { + Some(line_pts(l)) + } else { + None + } + }); + if let Some(pts) = pts { + vec![WireModel::solid( + "chamfer_hover".into(), + pts, + WireModel::CYAN, + false, + )] + } else { + vec![] + } + } + ChamferStep::Second { l1, click1, .. } => { + let l1 = l1.clone(); + let click1 = *click1; + let l2 = self + .all_entities + .iter() + .find(|e| e.common().handle == handle) + .and_then(|e| { + if let EntityType::Line(l) = e { + Some(l.clone()) + } else { + None + } + }); + if let Some(l2) = l2 { + if let Some((new_l1, new_l2, cline)) = + compute_chamfer(&l1, click1, self.dist1, &l2, click, self.dist2) + { + return vec![ + WireModel::solid( + "chamfer_l1".into(), + entity_pts(&new_l1), + WireModel::CYAN, + false, + ), + WireModel::solid( + "chamfer_l2".into(), + entity_pts(&new_l2), + WireModel::CYAN, + false, + ), + WireModel::solid( + "chamfer_line".into(), + entity_pts(&cline), + WireModel::CYAN, + false, + ), + ]; + } + } + vec![] + } + } + } + + fn on_point(&mut self, _pt: Vec3) -> CmdResult { + CmdResult::NeedPoint + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } +} diff --git a/src/modules/home/modify/group.rs b/src/modules/home/modify/group.rs new file mode 100644 index 00000000..16c8d84f --- /dev/null +++ b/src/modules/home/modify/group.rs @@ -0,0 +1,12 @@ +// Group tool — ribbon definition. + +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "GROUP", + label: "Group", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/group.svg")), + event: ModuleEvent::Command("GROUP".to_string()), + } +} diff --git a/src/modules/home/modify/mirror.rs b/src/modules/home/modify/mirror.rs new file mode 100644 index 00000000..e6a4f835 --- /dev/null +++ b/src/modules/home/modify/mirror.rs @@ -0,0 +1,106 @@ +// Mirror tool — ribbon definition + interactive command. +// +// Command: MIRROR (MI) +// Requires at least one entity selected. +// Step 1: pick first mirror-line point +// Step 2: pick second mirror-line point → mirrors + +use acadrust::Handle; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult, EntityTransform}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; + +pub fn tool() -> ToolDef { + ToolDef { + id: "MIRROR", + label: "Mirror", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/mirror.svg")), + event: ModuleEvent::Command("MIRROR".to_string()), + } +} + +enum Step { + P1, + P2(Vec3), +} + +pub struct MirrorCommand { + handles: Vec, + wire_models: Vec, + step: Step, +} + +impl MirrorCommand { + pub fn new(handles: Vec, wire_models: Vec) -> Self { + Self { + handles, + wire_models, + step: Step::P1, + } + } +} + +impl CadCommand for MirrorCommand { + fn name(&self) -> &'static str { + "MIRROR" + } + + fn prompt(&self) -> String { + match &self.step { + Step::P1 => format!( + "MIRROR Specify first mirror-line point [{} objects]:", + self.handles.len() + ), + Step::P2(p1) => format!( + "MIRROR Specify second point [p1={:.2},{:.2}]:", + p1.x, p1.y + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.step { + Step::P1 => { + self.step = Step::P2(pt); + CmdResult::NeedPoint + } + Step::P2(p1) => { + let p1 = *p1; + CmdResult::TransformSelected( + self.handles.clone(), + EntityTransform::Mirror { p1, p2: pt }, + ) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_preview_wires(&mut self, pt: Vec3) -> Vec { + let Step::P2(p1) = &self.step else { + return vec![]; + }; + let p1 = *p1; + // Mirrored ghosts of all selected objects. + let mut out: Vec = self + .wire_models + .iter() + .map(|w| w.mirrored(p1, pt)) + .collect(); + // Mirror-axis line (rubber-band). + out.push(WireModel::solid( + "rubber_band".into(), + vec![[p1.x, p1.y, p1.z], [pt.x, pt.y, pt.z]], + WireModel::CYAN, + false, + )); + out + } +} diff --git a/src/modules/home/modify/mod.rs b/src/modules/home/modify/mod.rs new file mode 100644 index 00000000..1e2d4e85 --- /dev/null +++ b/src/modules/home/modify/mod.rs @@ -0,0 +1,15 @@ +pub mod array; +pub mod copy; +pub mod delete; +pub mod explode; +mod extend; +pub mod fillet; +pub mod group; +pub mod mirror; +pub mod offset; +pub mod rotate; +pub mod scale; +pub mod stretch; +pub mod translate; +pub mod trim; +pub mod ungroup; diff --git a/src/modules/home/modify/offset.rs b/src/modules/home/modify/offset.rs new file mode 100644 index 00000000..20ab894e --- /dev/null +++ b/src/modules/home/modify/offset.rs @@ -0,0 +1,573 @@ +// Offset tool — ribbon definition + interactive command. +// +// Command: OFFSET (O) +// OFFSET: Creates a parallel copy of an object (line, arc, circle, +// or lwpolyline) at a specified distance on the chosen side. +// +// Steps: +// 1. Text input: "Specify offset distance :" → enter float or Enter for default +// 2. Pick object to offset (Line, Arc, Circle, LwPolyline) +// 3. Pick a point on the side to offset toward + +use std::f64::consts::TAU; + +use acadrust::entities::LwVertex; +use acadrust::entities::{Arc as ArcEnt, Circle as CircleEnt, Line as LineEnt, LwPolyline}; +use acadrust::{EntityType, Handle}; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::home::defaults; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; + +// ── Ribbon definition ────────────────────────────────────────────────────── + +pub fn tool() -> ToolDef { + ToolDef { + id: "OFFSET", + label: "Offset", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/offset.svg")), + event: ModuleEvent::Command("OFFSET".to_string()), + } +} + +// ── Geometry helpers ──────────────────────────────────────────────────────── + +/// Infinite-line intersection in 2D. Returns the point or None if parallel. +fn isect_lines(p0: [f64; 2], p1: [f64; 2], q0: [f64; 2], q1: [f64; 2]) -> Option<[f64; 2]> { + let dx = p1[0] - p0[0]; + let dy = p1[1] - p0[1]; + let ex = q1[0] - q0[0]; + let ey = q1[1] - q0[1]; + let det = dx * ey - dy * ex; + if det.abs() < 1e-10 { + return None; + } + let t = ((q0[0] - p0[0]) * ey - (q0[1] - p0[1]) * ex) / det; + Some([p0[0] + t * dx, p0[1] + t * dy]) +} + +fn norm_rad(a: f64) -> f64 { + ((a % TAU) + TAU) % TAU +} + +// ── Line offset ──────────────────────────────────────────────────────────── + +fn offset_line(l: &LineEnt, dist: f64, side_pt: Vec3) -> Option { + let dx = l.end.x - l.start.x; + let dy = l.end.y - l.start.y; + let len = (dx * dx + dy * dy).sqrt(); + if len < 1e-12 { + return None; + } + + let nx = -dy / len; // left-perpendicular + let ny = dx / len; + + let vx = side_pt.x as f64 - l.start.x; + let vy = side_pt.y as f64 - l.start.y; + let cross = dx * vy - dy * vx; + let sign = if cross >= 0.0 { 1.0 } else { -1.0 }; + + let ox = sign * nx * dist; + let oy = sign * ny * dist; + + let mut new_l = l.clone(); + new_l.common.handle = Handle::NULL; + new_l.start.x += ox; + new_l.start.y += oy; + new_l.end.x += ox; + new_l.end.y += oy; + Some(EntityType::Line(new_l)) +} + +// ── Circle offset ────────────────────────────────────────────────────────── + +fn offset_circle(c: &CircleEnt, dist: f64, side_pt: Vec3) -> Option { + let px = side_pt.x as f64; + let py = side_pt.y as f64; + let dc = ((px - c.center.x).powi(2) + (py - c.center.y).powi(2)).sqrt(); + + let new_r = if dc < c.radius { + c.radius - dist + } else { + c.radius + dist + }; + if new_r <= 1e-9 { + return None; + } + + let mut new_c = c.clone(); + new_c.common.handle = Handle::NULL; + new_c.radius = new_r; + Some(EntityType::Circle(new_c)) +} + +// ── Arc offset ───────────────────────────────────────────────────────────── + +fn offset_arc(a: &ArcEnt, dist: f64, side_pt: Vec3) -> Option { + let px = side_pt.x as f64; + let py = side_pt.y as f64; + let dc = ((px - a.center.x).powi(2) + (py - a.center.y).powi(2)).sqrt(); + + let new_r = if dc < a.radius { + a.radius - dist + } else { + a.radius + dist + }; + if new_r <= 1e-9 { + return None; + } + + let mut new_a = a.clone(); + new_a.common.handle = Handle::NULL; + new_a.radius = new_r; + Some(EntityType::Arc(new_a)) +} + +// ── LwPolyline offset ────────────────────────────────────────────────────── +// +// Algorithm: +// 1. Offset every segment by `dist` in the direction perpendicular to it +// (sign is determined once from the first non-degenerate segment + side_pt). +// 2. Reconnect adjacent offset segments: +// - Open: first / last vertex use the raw offset endpoints; +// interior vertices are the intersection of adjacent offset segments. +// - Closed: every vertex is the intersection of the previous and next +// offset segments. +// 3. Bulge values are preserved from the original vertices (arc segments +// keep the same angle; the radius changes implicitly via the new chord +// length — a minor approximation acceptable for modest offsets). + +fn offset_lwpolyline(p: &LwPolyline, dist: f64, side_pt: Vec3) -> Option { + let n = p.vertices.len(); + if n < 2 { + return None; + } + + let n_segs = if p.is_closed { n } else { n - 1 }; + + // Determine offset sign from the first non-degenerate segment. + let sign: f64 = (0..n_segs).find_map(|i| { + let v0 = &p.vertices[i]; + let v1 = &p.vertices[(i + 1) % n]; + let dx = v1.location.x - v0.location.x; + let dy = v1.location.y - v0.location.y; + let len = (dx * dx + dy * dy).sqrt(); + if len < 1e-12 { + return None; + } + let vx = side_pt.x as f64 - v0.location.x; + let vy = side_pt.y as f64 - v0.location.y; + let cross = dx * vy - dy * vx; + Some(if cross >= 0.0 { 1.0 } else { -1.0 }) + })?; + + // Offset each segment. A segment may be degenerate (zero length) → None. + struct OffSeg { + p0: [f64; 2], + p1: [f64; 2], + } + + let segs: Vec> = (0..n_segs) + .map(|i| { + let v0 = &p.vertices[i]; + let v1 = &p.vertices[(i + 1) % n]; + let dx = v1.location.x - v0.location.x; + let dy = v1.location.y - v0.location.y; + let len = (dx * dx + dy * dy).sqrt(); + if len < 1e-12 { + return None; + } + let ox = sign * (-dy / len) * dist; + let oy = sign * (dx / len) * dist; + Some(OffSeg { + p0: [v0.location.x + ox, v0.location.y + oy], + p1: [v1.location.x + ox, v1.location.y + oy], + }) + }) + .collect(); + + let m = segs.len(); + + // Helper: corner vertex from the intersection of two consecutive offset segments. + let corner = |prev: &OffSeg, curr: &OffSeg| -> [f64; 2] { + isect_lines(prev.p0, prev.p1, curr.p0, curr.p1).unwrap_or([ + (prev.p1[0] + curr.p0[0]) * 0.5, + (prev.p1[1] + curr.p0[1]) * 0.5, + ]) + }; + + let mut new_verts: Vec = Vec::new(); + + if p.is_closed { + for i in 0..m { + let prev_idx = (i + m - 1) % m; + let prev = match &segs[prev_idx] { + Some(s) => s, + None => continue, + }; + let curr = match &segs[i] { + Some(s) => s, + None => continue, + }; + let pt = corner(prev, curr); + let mut v = LwVertex::from_coords(pt[0], pt[1]); + v.bulge = p.vertices[i].bulge; + new_verts.push(v); + } + } else { + // First vertex + if let Some(s) = &segs[0] { + let mut v = LwVertex::from_coords(s.p0[0], s.p0[1]); + v.bulge = p.vertices[0].bulge; + new_verts.push(v); + } + // Interior vertices + for i in 1..m { + let prev = match &segs[i - 1] { + Some(s) => s, + None => continue, + }; + let curr = match &segs[i] { + Some(s) => s, + None => continue, + }; + let pt = corner(prev, curr); + let mut v = LwVertex::from_coords(pt[0], pt[1]); + v.bulge = p.vertices[i].bulge; + new_verts.push(v); + } + // Last vertex + if let Some(s) = &segs[m - 1] { + new_verts.push(LwVertex::from_coords(s.p1[0], s.p1[1])); + } + } + + if new_verts.len() < 2 { + return None; + } + + let mut new_p = p.clone(); + new_p.common.handle = Handle::NULL; + new_p.vertices = new_verts; + Some(EntityType::LwPolyline(new_p)) +} + +// ── Dispatch ─────────────────────────────────────────────────────────────── + +fn compute_offset(entity: &EntityType, dist: f64, side_pt: Vec3) -> Option { + match entity { + EntityType::Line(l) => offset_line(l, dist, side_pt), + EntityType::Circle(c) => offset_circle(c, dist, side_pt), + EntityType::Arc(a) => offset_arc(a, dist, side_pt), + EntityType::LwPolyline(p) => offset_lwpolyline(p, dist, side_pt), + _ => None, + } +} + +// ── Wire preview points ───────────────────────────────────────────────────── + +fn entity_wire_pts(e: &EntityType) -> Vec<[f32; 3]> { + match e { + EntityType::Line(l) => vec![ + [l.start.x as f32, l.start.y as f32, l.start.z as f32], + [l.end.x as f32, l.end.y as f32, l.end.z as f32], + ], + EntityType::Circle(c) => { + let steps = 64usize; + (0..=steps) + .map(|i| { + let a = TAU * i as f64 / steps as f64; + [ + (c.center.x + c.radius * a.cos()) as f32, + (c.center.y + c.radius * a.sin()) as f32, + c.center.z as f32, + ] + }) + .collect() + } + EntityType::Arc(a) => { + let a0 = norm_rad(a.start_angle.to_radians()); + let a1 = norm_rad(a.end_angle.to_radians()); + let span = { + let s = a1 - a0; + if s <= 0.0 { + s + TAU + } else { + s + } + }; + let steps = ((span.abs() * 20.0).ceil() as usize).max(4); + (0..=steps) + .map(|i| { + let ang = a0 + span * (i as f64 / steps as f64); + [ + (a.center.x + a.radius * ang.cos()) as f32, + (a.center.y + a.radius * ang.sin()) as f32, + a.center.z as f32, + ] + }) + .collect() + } + EntityType::LwPolyline(p) => lwpolyline_pts(p), + _ => vec![], + } +} + +/// Tessellate a LwPolyline into wire points (straight segments + arc bulges). +fn lwpolyline_pts(p: &LwPolyline) -> Vec<[f32; 3]> { + let n = p.vertices.len(); + if n < 2 { + return vec![]; + } + let z = p.elevation as f32; + let n_segs = if p.is_closed { n } else { n - 1 }; + let mut pts: Vec<[f32; 3]> = Vec::new(); + + for i in 0..n_segs { + let v0 = &p.vertices[i]; + let v1 = &p.vertices[(i + 1) % n]; + let x0 = v0.location.x; + let y0 = v0.location.y; + let x1 = v1.location.x; + let y1 = v1.location.y; + + if pts.is_empty() { + pts.push([x0 as f32, y0 as f32, z]); + } + + if v0.bulge.abs() < 1e-10 { + pts.push([x1 as f32, y1 as f32, z]); + } else { + // Arc from bulge + let b = v0.bulge; + let chord_x = x1 - x0; + let chord_y = y1 - y0; + let chord_len = (chord_x * chord_x + chord_y * chord_y).sqrt(); + if chord_len < 1e-12 { + pts.push([x1 as f32, y1 as f32, z]); + continue; + } + + let b2 = b * b; + let r = chord_len * (1.0 + b2) / (4.0 * b.abs()); + let d = r * (1.0 - b2) / (1.0 + b2); + let mx = (x0 + x1) * 0.5; + let my = (y0 + y1) * 0.5; + let perp_x = -chord_y / chord_len; + let perp_y = chord_x / chord_len; + let sign = b.signum(); + let cx = mx + sign * d * perp_x; + let cy = my + sign * d * perp_y; + + let a0 = norm_rad((y0 - cy).atan2(x0 - cx)); + let a1 = norm_rad((y1 - cy).atan2(x1 - cx)); + let span = if b > 0.0 { + let s = a1 - a0; + if s <= 0.0 { + s + TAU + } else { + s + } + } else { + let s = a0 - a1; + if s <= 0.0 { + s + TAU + } else { + s + } + }; + let steps = ((span.abs() * 20.0).ceil() as usize).max(4); + for j in 1..=steps { + let t = j as f64 / steps as f64; + let ang = if b > 0.0 { + a0 + span * t + } else { + a0 - span * t + }; + pts.push([(cx + r * ang.cos()) as f32, (cy + r * ang.sin()) as f32, z]); + } + } + } + + if p.is_closed { + if let Some(&first) = pts.first() { + pts.push(first); + } + } + pts +} + +// ── Command implementation ───────────────────────────────────────────────── + +enum Step { + Distance, + SelectObject { + dist: f64, + }, + PickSide { + dist: f64, + #[allow(dead_code)] + handle: Handle, + entity: EntityType, + }, +} + +pub struct OffsetCommand { + default_dist: f64, + step: Step, + all_entities: Vec, +} + +impl OffsetCommand { + pub fn new(last_dist: f32, all_entities: Vec) -> Self { + Self { + default_dist: last_dist as f64, + step: Step::Distance, + all_entities, + } + } +} + +impl CadCommand for OffsetCommand { + fn name(&self) -> &'static str { + "OFFSET" + } + + fn prompt(&self) -> String { + match &self.step { + Step::Distance => format!( + "OFFSET Specify offset distance <{:.4}>:", + self.default_dist + ), + Step::SelectObject { dist } => { + format!("OFFSET Select object to offset [dist={dist:.4}]:") + } + Step::PickSide { dist, .. } => { + format!("OFFSET Specify side to offset [dist={dist:.4}]:") + } + } + } + + fn wants_text_input(&self) -> bool { + matches!(self.step, Step::Distance) + } + + fn on_text_input(&mut self, text: &str) -> Option { + if let Step::Distance = self.step { + let dist = if text.trim().is_empty() { + self.default_dist + } else { + text.trim() + .replace(',', ".") + .parse::() + .unwrap_or(self.default_dist) + .abs() + .max(1e-9) + }; + defaults::set_offset_dist(dist as f32); + self.default_dist = dist; + self.step = Step::SelectObject { dist }; + } + None + } + + fn needs_entity_pick(&self) -> bool { + matches!(self.step, Step::SelectObject { .. }) + } + + fn on_entity_pick(&mut self, handle: Handle, _pt: Vec3) -> CmdResult { + if handle.is_null() { + return CmdResult::NeedPoint; + } + + let dist = match &self.step { + Step::SelectObject { dist } => *dist, + _ => return CmdResult::NeedPoint, + }; + + let entity = self + .all_entities + .iter() + .find(|e| e.common().handle == handle) + .cloned(); + + match entity { + Some(e @ EntityType::Line(_)) + | Some(e @ EntityType::Circle(_)) + | Some(e @ EntityType::Arc(_)) + | Some(e @ EntityType::LwPolyline(_)) => { + self.step = Step::PickSide { + dist, + handle, + entity: e, + }; + CmdResult::NeedPoint + } + _ => CmdResult::NeedPoint, + } + } + + fn on_hover_entity(&mut self, handle: Handle, _pt: Vec3) -> Vec { + if handle.is_null() { + return vec![]; + } + if let Some(entity) = self + .all_entities + .iter() + .find(|e| e.common().handle == handle) + { + let pts = entity_wire_pts(entity); + if !pts.is_empty() { + return vec![WireModel::solid( + "offset_hover".into(), + pts, + WireModel::CYAN, + false, + )]; + } + } + vec![] + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + let (dist, entity) = match &self.step { + Step::PickSide { dist, entity, .. } => (*dist, entity.clone()), + _ => return CmdResult::NeedPoint, + }; + + match compute_offset(&entity, dist, pt) { + Some(new_entity) => CmdResult::CommitAndExit(new_entity), + None => CmdResult::NeedPoint, + } + } + + fn on_preview_wires(&mut self, pt: Vec3) -> Vec { + let (dist, entity) = match &self.step { + Step::PickSide { dist, entity, .. } => (*dist, entity.clone()), + _ => return vec![], + }; + + if let Some(result) = compute_offset(&entity, dist, pt) { + let pts = entity_wire_pts(&result); + if !pts.is_empty() { + return vec![WireModel::solid( + "offset_preview".into(), + pts, + WireModel::CYAN, + false, + )]; + } + } + vec![] + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } +} diff --git a/src/modules/home/modify/rotate.rs b/src/modules/home/modify/rotate.rs new file mode 100644 index 00000000..278bcc46 --- /dev/null +++ b/src/modules/home/modify/rotate.rs @@ -0,0 +1,190 @@ +// Rotate tool — ribbon definition + interactive command. +// +// Command: ROTATE (RO) +// Requires at least one entity selected before starting. +// Step 1: pick rotation center +// Step 2: pick reference point (defines the 0° direction) +// Step 3: pick destination point → rotates by (dest_angle - ref_angle) + +use acadrust::Handle; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult, EntityTransform}; +use crate::modules::home::defaults; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; + +// ── Ribbon definition ────────────────────────────────────────────────────── + +pub fn tool() -> ToolDef { + ToolDef { + id: "ROTATE", + label: "Rotate", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/rotate.svg")), + event: ModuleEvent::Command("ROTATE".to_string()), + } +} + +// ── Command implementation ───────────────────────────────────────────────── + +enum Step { + Center, + RefPoint { center: Vec3 }, + Angle { center: Vec3, ref_angle: f32 }, +} + +pub struct RotateCommand { + handles: Vec, + wire_models: Vec, + step: Step, + default_angle: f32, // degrees +} + +impl RotateCommand { + pub fn new(handles: Vec, wire_models: Vec) -> Self { + Self { + handles, + wire_models, + step: Step::Center, + default_angle: defaults::get_rotate_angle(), + } + } +} + +impl CadCommand for RotateCommand { + fn name(&self) -> &'static str { + "ROTATE" + } + + fn prompt(&self) -> String { + match &self.step { + Step::Center => format!( + "ROTATE Specify rotation center [{} objects]:", + self.handles.len() + ), + Step::RefPoint { .. } => { + "ROTATE Specify reference point (or skip: type angle directly):".into() + } + Step::Angle { ref_angle, .. } => format!( + "ROTATE Specify destination or type angle in degrees <{:.4}> [ref={:.1}°]:", + self.default_angle, + ref_angle.to_degrees() + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.step { + Step::Center => { + self.step = Step::RefPoint { center: pt }; + CmdResult::NeedPoint + } + Step::RefPoint { center } => { + let center = *center; + let ref_angle = (pt.y - center.y).atan2(pt.x - center.x); + self.step = Step::Angle { center, ref_angle }; + CmdResult::NeedPoint + } + Step::Angle { center, ref_angle } => { + let center = *center; + let ref_angle = *ref_angle; + let dest_angle = (pt.y - center.y).atan2(pt.x - center.x); + let delta = dest_angle - ref_angle; + defaults::set_rotate_angle(delta.to_degrees()); + self.default_angle = delta.to_degrees(); + CmdResult::TransformSelected( + self.handles.clone(), + EntityTransform::Rotate { + center, + angle_rad: delta, + }, + ) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + // At Angle step: Enter uses the stored default angle. + if let Step::Angle { center, .. } = &self.step { + let center = *center; + let angle_rad = self.default_angle.to_radians(); + return CmdResult::TransformSelected( + self.handles.clone(), + EntityTransform::Rotate { center, angle_rad }, + ); + } + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_text_input(&mut self, text: &str) -> Option { + if let Step::Angle { center, .. } = &self.step { + let deg: f32 = text.trim().replace(',', ".").parse().ok()?; + let center = *center; + defaults::set_rotate_angle(deg); + return Some(CmdResult::TransformSelected( + self.handles.clone(), + EntityTransform::Rotate { + center, + angle_rad: deg.to_radians(), + }, + )); + } + None + } + + fn on_preview_wires(&mut self, pt: Vec3) -> Vec { + let (center, ref_angle) = match &self.step { + Step::Angle { center, ref_angle } => (*center, *ref_angle), + Step::RefPoint { center } => { + // Show a reference line from center to cursor only. + return vec![WireModel::solid( + "rubber_band".into(), + vec![[center.x, center.y, center.z], [pt.x, pt.y, pt.z]], + WireModel::CYAN, + false, + )]; + } + _ => return vec![], + }; + let dest_angle = (pt.y - center.y).atan2(pt.x - center.x); + let angle_rad = dest_angle - ref_angle; + // Object ghosts rotated to new angle. + let mut out: Vec = self + .wire_models + .iter() + .map(|w| w.rotated(center, angle_rad)) + .collect(); + // Arc rubber-band showing the rotation sweep. + let r = center.distance(pt).max(0.3); + let mut end = dest_angle; + if end < ref_angle { + end += std::f32::consts::TAU; + } + let span = end - ref_angle; + let segs = ((span.abs() / std::f32::consts::TAU) * 48.0) + .ceil() + .max(4.0) as u32; + let mut arc_pts: Vec<[f32; 3]> = (0..=segs) + .map(|i| { + let a = ref_angle + span * (i as f32 / segs as f32); + [center.x + r * a.cos(), center.y + r * a.sin(), center.z] + }) + .collect(); + arc_pts.push([center.x, center.y, center.z]); + arc_pts.push([ + center.x + r * ref_angle.cos(), + center.y + r * ref_angle.sin(), + center.z, + ]); + out.push(WireModel::solid( + "rubber_band".into(), + arc_pts, + WireModel::CYAN, + false, + )); + out + } +} diff --git a/src/modules/home/modify/scale.rs b/src/modules/home/modify/scale.rs new file mode 100644 index 00000000..b3defa28 --- /dev/null +++ b/src/modules/home/modify/scale.rs @@ -0,0 +1,167 @@ +// Scale tool — ribbon definition + interactive command. +// +// Command: SCALE (SC) +// Requires at least one entity selected. +// Step 1: pick base (scale center) +// Step 2: pick reference point (defines reference distance) +// Step 3: pick new point (new distance = scale factor * objects) + +use acadrust::Handle; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult, EntityTransform}; +use crate::modules::home::defaults; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; + +#[allow(dead_code)] +pub fn tool() -> ToolDef { + ToolDef { + id: "SCALE", + label: "Scale", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/scale.svg")), + event: ModuleEvent::Command("SCALE".to_string()), + } +} + +enum Step { + Base, + Ref { base: Vec3 }, + New { base: Vec3, ref_dist: f32 }, +} + +pub struct ScaleCommand { + handles: Vec, + wire_models: Vec, + step: Step, + default_factor: f32, +} + +impl ScaleCommand { + pub fn new(handles: Vec, wire_models: Vec) -> Self { + Self { + handles, + wire_models, + step: Step::Base, + default_factor: defaults::get_scale_factor(), + } + } +} + +impl CadCommand for ScaleCommand { + fn name(&self) -> &'static str { + "SCALE" + } + + fn prompt(&self) -> String { + match &self.step { + Step::Base => format!( + "SCALE Specify base point [{} objects]:", + self.handles.len() + ), + Step::Ref { .. } => { + "SCALE Specify reference point (or type scale factor directly):".into() + } + Step::New { ref_dist, .. } => format!( + "SCALE Specify new point or type scale factor <{:.4}> [ref={:.3}]:", + self.default_factor, ref_dist + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.step { + Step::Base => { + self.step = Step::Ref { base: pt }; + CmdResult::NeedPoint + } + Step::Ref { base } => { + let base = *base; + let ref_dist = base.distance(pt).max(1e-6); + self.step = Step::New { base, ref_dist }; + CmdResult::NeedPoint + } + Step::New { base, ref_dist } => { + let base = *base; + let new_dist = base.distance(pt).max(1e-6); + let factor = new_dist / *ref_dist; + defaults::set_scale_factor(factor); + CmdResult::TransformSelected( + self.handles.clone(), + EntityTransform::Scale { + center: base, + factor, + }, + ) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + // At New-point step: Enter uses the stored default factor applied from base. + if let Step::New { base, .. } = &self.step { + let base = *base; + let factor = self.default_factor; + return CmdResult::TransformSelected( + self.handles.clone(), + EntityTransform::Scale { + center: base, + factor, + }, + ); + } + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_text_input(&mut self, text: &str) -> Option { + if let Step::New { base, .. } | Step::Ref { base } = &self.step { + let factor: f32 = text.trim().replace(',', ".").parse().ok()?; + if factor > 0.0 { + let base = *base; + defaults::set_scale_factor(factor); + return Some(CmdResult::TransformSelected( + self.handles.clone(), + EntityTransform::Scale { + center: base, + factor, + }, + )); + } + } + None + } + + fn on_preview_wires(&mut self, pt: Vec3) -> Vec { + let (base, factor) = match &self.step { + Step::Ref { base } => { + // Reference pick: just show rubber-band line, no scale yet. + return vec![WireModel::solid( + "rubber_band".into(), + vec![[base.x, base.y, base.z], [pt.x, pt.y, pt.z]], + WireModel::CYAN, + false, + )]; + } + Step::New { base, ref_dist } => { + let f = base.distance(pt).max(1e-6) / ref_dist; + (*base, f) + } + _ => return vec![], + }; + let mut out: Vec = self + .wire_models + .iter() + .map(|w| w.scaled(base, factor)) + .collect(); + out.push(WireModel::solid( + "rubber_band".into(), + vec![[base.x, base.y, base.z], [pt.x, pt.y, pt.z]], + WireModel::CYAN, + false, + )); + out + } +} diff --git a/src/modules/home/modify/stretch.rs b/src/modules/home/modify/stretch.rs new file mode 100644 index 00000000..92f76724 --- /dev/null +++ b/src/modules/home/modify/stretch.rs @@ -0,0 +1,109 @@ +// Stretch tool — ribbon definition + interactive command. +// +// Command: STRETCH (SS) +// STRETCH: Moves endpoints/vertices that lie within a crossing +// window while leaving the rest of the object fixed. +// Simplified implementation: works like MOVE on the full selected set +// because we don't yet have a crossing-window selector in the viewport. +// Step 1: pick base point +// Step 2: pick new point → translates all selected entities by (new - base) + +use acadrust::Handle; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult, EntityTransform}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; + +// ── Ribbon definition ────────────────────────────────────────────────────── + +pub fn tool() -> ToolDef { + ToolDef { + id: "STRETCH", + label: "Stretch", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/stretch.svg")), + event: ModuleEvent::Command("STRETCH".to_string()), + } +} + +// ── Command implementation ───────────────────────────────────────────────── + +enum Step { + Base, + Target(Vec3), +} + +pub struct StretchCommand { + handles: Vec, + step: Step, +} + +impl StretchCommand { + pub fn new(handles: Vec) -> Self { + Self { + handles, + step: Step::Base, + } + } +} + +impl CadCommand for StretchCommand { + fn name(&self) -> &'static str { + "STRETCH" + } + + fn prompt(&self) -> String { + match &self.step { + Step::Base => format!( + "STRETCH Specify base point [{} objects]:", + self.handles.len() + ), + Step::Target(base) => format!( + "STRETCH Specify new point [base {:.3},{:.3}]:", + base.x, base.y + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.step { + Step::Base => { + self.step = Step::Target(pt); + CmdResult::NeedPoint + } + Step::Target(base) => { + let delta = pt - *base; + CmdResult::TransformSelected( + self.handles.clone(), + EntityTransform::Translate(delta), + ) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + if let Step::Target(base) = &self.step { + Some(WireModel { + name: "rubber_band".into(), + points: vec![[base.x, base.y, base.z], [pt.x, pt.y, pt.z]], + color: WireModel::CYAN, + selected: false, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px: 1.0, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + }) + } else { + None + } + } +} diff --git a/src/modules/home/modify/translate.rs b/src/modules/home/modify/translate.rs new file mode 100644 index 00000000..c4a8893a --- /dev/null +++ b/src/modules/home/modify/translate.rs @@ -0,0 +1,109 @@ +// Move tool — ribbon definition + interactive command. +// +// Command: MOVE (M) +// Requires at least one entity selected before starting. +// Step 1: pick base point +// Step 2: pick destination → translates all selected entities by (dest - base) + +use acadrust::Handle; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult, EntityTransform}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; + +// ── Ribbon definition ────────────────────────────────────────────────────── + +pub fn tool() -> ToolDef { + ToolDef { + id: "MOVE", + label: "Move", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/move.svg")), + event: ModuleEvent::Command("MOVE".to_string()), + } +} + +// ── Command implementation ───────────────────────────────────────────────── + +enum Step { + Base, + Target(Vec3), +} + +pub struct MoveCommand { + handles: Vec, + wire_models: Vec, + step: Step, +} + +impl MoveCommand { + pub fn new(handles: Vec, wire_models: Vec) -> Self { + Self { + handles, + wire_models, + step: Step::Base, + } + } +} + +impl CadCommand for MoveCommand { + fn name(&self) -> &'static str { + "MOVE" + } + + fn prompt(&self) -> String { + match &self.step { + Step::Base => format!( + "MOVE Specify base point [{} objects]:", + self.handles.len() + ), + Step::Target(base) => format!( + "MOVE Specify destination [base {:.3},{:.3}]:", + base.x, base.y + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.step { + Step::Base => { + self.step = Step::Target(pt); + CmdResult::NeedPoint + } + Step::Target(base) => { + let delta = pt - *base; + CmdResult::TransformSelected( + self.handles.clone(), + EntityTransform::Translate(delta), + ) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_preview_wires(&mut self, pt: Vec3) -> Vec { + let Step::Target(base) = &self.step else { + return vec![]; + }; + let delta = pt - *base; + // Translated ghost of each selected object + rubber-band line. + let mut out: Vec = self + .wire_models + .iter() + .map(|w| w.translated(delta)) + .collect(); + out.push(WireModel::solid( + "rubber_band".into(), + vec![[base.x, base.y, base.z], [pt.x, pt.y, pt.z]], + WireModel::CYAN, + false, + )); + out + } +} diff --git a/src/modules/home/modify/trim.rs b/src/modules/home/modify/trim.rs new file mode 100644 index 00000000..81805ebd --- /dev/null +++ b/src/modules/home/modify/trim.rs @@ -0,0 +1,883 @@ +// Trim / Extend — ribbon definitions + full command implementations. +// +// TRIM (TR): Click the segment you want to remove. The command finds all +// intersections of that entity with every other entity and trims +// out the clicked interval. Stays active — click more segments, +// press Enter to finish. +// +// EXTEND (EX): Click near one end of an entity. The command extends that +// endpoint to the nearest intersecting boundary. Stays active. + +use std::f64::consts::TAU; + +use acadrust::entities::{Arc as ArcEnt, Line as LineEnt}; +use acadrust::types::Vector3; +use acadrust::{EntityType, Handle}; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::IconKind; +use crate::scene::wire_model::WireModel; + +// ── Dropdown constants ───────────────────────────────────────────────────── + +pub const DROPDOWN_ID: &str = "trim_extend"; +pub const ICON: IconKind = IconKind::Svg(include_bytes!("../../../../assets/icons/trim.svg")); + +pub const DROPDOWN_ITEMS: &[(&str, &str, IconKind)] = &[ + ( + "TRIM", + "Trim", + IconKind::Svg(include_bytes!("../../../../assets/icons/trim.svg")), + ), + ( + "EXTEND", + "Extend", + IconKind::Svg(include_bytes!("../../../../assets/icons/extend.svg")), + ), +]; + +// ══════════════════════════════════════════════════════════════════════════ +// Geometry helpers +// ══════════════════════════════════════════════════════════════════════════ + +/// Normalize angle to [0, 2π). +fn norm(a: f64) -> f64 { + ((a % TAU) + TAU) % TAU +} + +/// Is angle `a` within the arc from `s` to `e` (CCW, radians)? +fn in_arc(a: f64, s: f64, e: f64) -> bool { + let (a, s, e) = (norm(a), norm(s), norm(e)); + if (e - s).abs() < 1e-9 || (e - s - TAU).abs() < 1e-9 { + return true; + } + if s <= e { + a >= s - 1e-9 && a <= e + 1e-9 + } else { + a >= s - 1e-9 || a <= e + 1e-9 + } +} + +/// Parametric t ∈ [0,1] on arc (a0→a1 CCW) for angle `a`. +fn arc_t(a: f64, a0: f64, a1: f64) -> f64 { + let span = { + let s = norm(a1) - norm(a0); + if s <= 0.0 { + s + TAU + } else { + s + } + }; + let da = { + let d = norm(a) - norm(a0); + if d < 0.0 { + d + TAU + } else { + d + } + }; + (da / span).clamp(0.0, 1.0) +} + +/// Intersect infinite lines (p+t·d) and (q+u·e). Returns (t, u). +fn ll( + px: f64, + py: f64, + dx: f64, + dy: f64, + qx: f64, + qy: f64, + ex: f64, + ey: f64, +) -> Option<(f64, f64)> { + let det = dx * ey - dy * ex; + if det.abs() < 1e-10 { + return None; + } + let t = ((qx - px) * ey - (qy - py) * ex) / det; + let u = ((qx - px) * dy - (qy - py) * dx) / det; + Some((t, u)) +} + +/// Intersect infinite line (p+t·d) with circle (cx,cy,r). Returns t values. +fn lc(px: f64, py: f64, dx: f64, dy: f64, cx: f64, cy: f64, r: f64) -> Vec { + let fx = px - cx; + let fy = py - cy; + let a = dx * dx + dy * dy; + let b = 2.0 * (fx * dx + fy * dy); + let c = fx * fx + fy * fy - r * r; + let disc = b * b - 4.0 * a * c; + if disc < 0.0 { + return vec![]; + } + let sq = disc.sqrt(); + if disc < 1e-14 { + vec![(-b) / (2.0 * a)] + } else { + vec![(-b - sq) / (2.0 * a), (-b + sq) / (2.0 * a)] + } +} + +/// Circle-circle intersection: angles on circle 1 where they meet. +fn cc_angles(cx1: f64, cy1: f64, r1: f64, cx2: f64, cy2: f64, r2: f64) -> Vec { + let d = ((cx2 - cx1).powi(2) + (cy2 - cy1).powi(2)).sqrt(); + if d < 1e-9 || d > r1 + r2 + 1e-9 || d < (r1 - r2).abs() - 1e-9 { + return vec![]; + } + let a = (r1 * r1 - r2 * r2 + d * d) / (2.0 * d); + let h2 = r1 * r1 - a * a; + if h2 < 0.0 { + return vec![]; + } + let h = h2.sqrt(); + let mx = cx1 + a * (cx2 - cx1) / d; + let my = cy1 + a * (cy2 - cy1) / d; + let px = h * (cy2 - cy1) / d; + let py = -h * (cx2 - cx1) / d; + let a1 = ((my + py) - cy1).atan2((mx + px) - cx1); + let a2 = ((my - py) - cy1).atan2((mx - px) - cx1); + if h < 1e-9 { + vec![a1] + } else { + vec![a1, a2] + } +} + +// ── Boundary geometry ───────────────────────────────────────────────────── + +enum Geo { + Line { + handle: Handle, + p1: [f64; 2], + p2: [f64; 2], + }, + Arc { + handle: Handle, + cx: f64, + cy: f64, + r: f64, + a0: f64, + a1: f64, + }, + Circle { + handle: Handle, + cx: f64, + cy: f64, + r: f64, + }, +} + +fn build_geos(entities: &[EntityType]) -> Vec { + entities + .iter() + .filter_map(|e| { + let h = e.common().handle; + match e { + EntityType::Line(l) => Some(Geo::Line { + handle: h, + p1: [l.start.x, l.start.y], + p2: [l.end.x, l.end.y], + }), + EntityType::Arc(a) => Some(Geo::Arc { + handle: h, + cx: a.center.x, + cy: a.center.y, + r: a.radius, + a0: a.start_angle.to_radians(), + a1: a.end_angle.to_radians(), + }), + EntityType::Circle(c) => Some(Geo::Circle { + handle: h, + cx: c.center.x, + cy: c.center.y, + r: c.radius, + }), + _ => None, + } + }) + .collect() +} + +// ── Intersection helpers ────────────────────────────────────────────────── + +/// Sorted, deduped t-params ∈ [0,1] where LINE segment (ax,ay)→(bx,by) intersects boundaries. +fn line_seg_ts(ax: f64, ay: f64, bx: f64, by: f64, target: Handle, geos: &[Geo]) -> Vec { + let (dx, dy) = (bx - ax, by - ay); + let mut ts = vec![]; + for geo in geos { + match geo { + Geo::Line { handle, p1, p2 } => { + if *handle == target { + continue; + } + let (ex, ey) = (p2[0] - p1[0], p2[1] - p1[1]); + if let Some((t, u)) = ll(ax, ay, dx, dy, p1[0], p1[1], ex, ey) { + if (-1e-9..=1.0 + 1e-9).contains(&u) && (-1e-9..=1.0 + 1e-9).contains(&t) { + ts.push(t.clamp(0.0, 1.0)); + } + } + } + Geo::Arc { + handle, + cx, + cy, + r, + a0, + a1, + } => { + if *handle == target { + continue; + } + for t in lc(ax, ay, dx, dy, *cx, *cy, *r) { + if !(-1e-9..=1.0 + 1e-9).contains(&t) { + continue; + } + let ix = ax + t * dx; + let iy = ay + t * dy; + if in_arc((iy - cy).atan2(ix - cx), *a0, *a1) { + ts.push(t.clamp(0.0, 1.0)); + } + } + } + Geo::Circle { handle, cx, cy, r } => { + if *handle == target { + continue; + } + for t in lc(ax, ay, dx, dy, *cx, *cy, *r) { + if (-1e-9..=1.0 + 1e-9).contains(&t) { + ts.push(t.clamp(0.0, 1.0)); + } + } + } + } + } + ts.sort_by(|a, b| a.partial_cmp(b).unwrap()); + ts.dedup_by(|a, b| (*a - *b).abs() < 1e-6); + ts +} + +/// Sorted, deduped t-params ∈ [0,1] where ARC (cx,cy,r,a0→a1) intersects boundaries. +fn arc_seg_ts( + cx: f64, + cy: f64, + r: f64, + a0: f64, + a1: f64, + target: Handle, + geos: &[Geo], +) -> Vec { + let mut ts = vec![]; + for geo in geos { + let angles: Vec = match geo { + Geo::Line { handle, p1, p2 } => { + if *handle == target { + continue; + } + let (dx, dy) = (p2[0] - p1[0], p2[1] - p1[1]); + lc(p1[0], p1[1], dx, dy, cx, cy, r) + .into_iter() + .filter(|&u| (-1e-9..=1.0 + 1e-9).contains(&u)) + .map(|u| (p1[1] + u * dy - cy).atan2(p1[0] + u * dx - cx)) + .collect() + } + Geo::Arc { + handle, + cx: cx2, + cy: cy2, + r: r2, + a0: a02, + a1: a12, + } => { + if *handle == target { + continue; + } + cc_angles(cx, cy, r, *cx2, *cy2, *r2) + .into_iter() + .filter(|&a| in_arc(a, *a02, *a12)) + .collect() + } + Geo::Circle { + handle, + cx: cx2, + cy: cy2, + r: r2, + } => { + if *handle == target { + continue; + } + cc_angles(cx, cy, r, *cx2, *cy2, *r2) + } + }; + for a in angles { + if in_arc(a, a0, a1) { + ts.push(arc_t(a, a0, a1)); + } + } + } + ts.sort_by(|a, b| a.partial_cmp(b).unwrap()); + ts.dedup_by(|a, b| (*a - *b).abs() < 1e-6); + ts +} + +// ── Trim helpers ────────────────────────────────────────────────────────── + +/// Remove the t-interval containing `t_click` from sorted ts. Returns surviving pieces. +fn trim_intervals(ts: &[f64], t_click: f64) -> Vec<(f64, f64)> { + let mut bounds = vec![0.0f64]; + bounds.extend_from_slice(ts); + bounds.push(1.0); + bounds.dedup_by(|a, b| (*a - *b).abs() < 1e-6); + + let remove = bounds + .windows(2) + .position(|w| t_click >= w[0] - 1e-6 && t_click <= w[1] + 1e-6); + + bounds + .windows(2) + .enumerate() + .filter(|(idx, _)| Some(*idx) != remove) + .filter(|(_, w)| (w[1] - w[0]) > 1e-6) + .map(|(_, w)| (w[0], w[1])) + .collect() +} + +fn lerp2(p1: [f64; 2], p2: [f64; 2], t: f64) -> [f64; 2] { + [p1[0] + t * (p2[0] - p1[0]), p1[1] + t * (p2[1] - p1[1])] +} + +/// Trim a Line entity. Returns the surviving line segments. +fn trim_line(orig: &LineEnt, ts: &[f64], t_click: f64) -> Vec { + let p1 = [orig.start.x, orig.start.y]; + let p2 = [orig.end.x, orig.end.y]; + let z = orig.start.z; + trim_intervals(ts, t_click) + .into_iter() + .filter_map(|(ta, tb)| { + let a = lerp2(p1, p2, ta); + let b = lerp2(p1, p2, tb); + if (b[0] - a[0]).hypot(b[1] - a[1]) < 1e-6 { + return None; + } + let mut l = orig.clone(); + l.common.handle = Handle::NULL; + l.start = Vector3::new(a[0], a[1], z); + l.end = Vector3::new(b[0], b[1], z); + Some(EntityType::Line(l)) + }) + .collect() +} + +/// Trim an Arc entity. Returns the surviving arc segments. +fn trim_arc(orig: &ArcEnt, ts: &[f64], t_click: f64) -> Vec { + let a0 = orig.start_angle.to_radians(); + let a1 = orig.end_angle.to_radians(); + let span = { + let s = norm(a1) - norm(a0); + if s <= 0.0 { + s + TAU + } else { + s + } + }; + let angle_at = |t: f64| norm(a0) + span * t; + + trim_intervals(ts, t_click) + .into_iter() + .filter_map(|(ta, tb)| { + if (tb - ta).abs() < 1e-6 { + return None; + } + let mut a = orig.clone(); + a.common.handle = Handle::NULL; + a.start_angle = angle_at(ta).to_degrees(); + a.end_angle = angle_at(tb).to_degrees(); + Some(EntityType::Arc(a)) + }) + .collect() +} + +// ── Extend helper ───────────────────────────────────────────────────────── + +/// Extend a Line to the nearest boundary on the extended side. +/// t_click < 0.5 → extend start (look for t < 0); t_click ≥ 0.5 → extend end (t > 1). +fn extend_line(orig: &LineEnt, t_click: f64, geos: &[Geo]) -> Option { + let ax = orig.start.x; + let ay = orig.start.y; + let bx = orig.end.x; + let by = orig.end.y; + let (dx, dy) = (bx - ax, by - ay); + let target = orig.common.handle; + let extend_end = t_click >= 0.5; + + let mut best_t = if extend_end { + f64::INFINITY + } else { + f64::NEG_INFINITY + }; + + for geo in geos { + match geo { + Geo::Line { handle, p1, p2 } => { + if *handle == target { + continue; + } + let (ex, ey) = (p2[0] - p1[0], p2[1] - p1[1]); + if let Some((t, u)) = ll(ax, ay, dx, dy, p1[0], p1[1], ex, ey) { + if !(-1e-9..=1.0 + 1e-9).contains(&u) { + continue; + } + if extend_end && t > 1.0 + 1e-6 && t < best_t { + best_t = t; + } + if !extend_end && t < -1e-6 && t > best_t { + best_t = t; + } + } + } + Geo::Arc { + handle, + cx, + cy, + r, + a0, + a1, + } => { + if *handle == target { + continue; + } + for t in lc(ax, ay, dx, dy, *cx, *cy, *r) { + let ix = ax + t * dx; + let iy = ay + t * dy; + if !in_arc((iy - cy).atan2(ix - cx), *a0, *a1) { + continue; + } + if extend_end && t > 1.0 + 1e-6 && t < best_t { + best_t = t; + } + if !extend_end && t < -1e-6 && t > best_t { + best_t = t; + } + } + } + Geo::Circle { handle, cx, cy, r } => { + if *handle == target { + continue; + } + for t in lc(ax, ay, dx, dy, *cx, *cy, *r) { + if extend_end && t > 1.0 + 1e-6 && t < best_t { + best_t = t; + } + if !extend_end && t < -1e-6 && t > best_t { + best_t = t; + } + } + } + } + } + + if !best_t.is_finite() { + return None; + } + let mut line = orig.clone(); + line.common.handle = Handle::NULL; + let new_x = ax + best_t * dx; + let new_y = ay + best_t * dy; + if extend_end { + line.end = Vector3::new(new_x, new_y, orig.end.z); + } else { + line.start = Vector3::new(new_x, new_y, orig.start.z); + } + Some(EntityType::Line(line)) +} + +// ── Point-generation helpers ────────────────────────────────────────────── + +const DIM_RED: [f32; 4] = [1.0, 0.3, 0.3, 0.6]; + +fn line_pts(l: &LineEnt) -> Vec<[f32; 3]> { + vec![ + [l.start.x as f32, l.start.y as f32, l.start.z as f32], + [l.end.x as f32, l.end.y as f32, l.end.z as f32], + ] +} + +fn arc_pts(cx: f64, cy: f64, r: f64, a0: f64, a1: f64, y: f64) -> Vec<[f32; 3]> { + let span = { + let s = norm(a1) - norm(a0); + if s <= 0.0 { + s + TAU + } else { + s + } + }; + let steps = (span.abs() * 20.0).ceil().max(4.0) as usize; + (0..=steps) + .map(|i| { + let ang = norm(a0) + span * (i as f64 / steps as f64); + [ + (cx + r * ang.cos()) as f32, + y as f32, + (cy + r * ang.sin()) as f32, + ] + }) + .collect() +} + +fn entity_pts(e: &EntityType) -> Vec<[f32; 3]> { + match e { + EntityType::Line(l) => line_pts(l), + EntityType::Arc(a) => arc_pts( + a.center.x, + a.center.y, + a.radius, + a.start_angle.to_radians(), + a.end_angle.to_radians(), + a.center.y, + ), + _ => vec![], + } +} + +// ══════════════════════════════════════════════════════════════════════════ +// TrimCommand +// ══════════════════════════════════════════════════════════════════════════ + +pub struct TrimCommand { + all_entities: Vec, + geos: Vec, +} + +impl TrimCommand { + pub fn new(all_entities: Vec) -> Self { + let geos = build_geos(&all_entities); + Self { all_entities, geos } + } +} + +impl CadCommand for TrimCommand { + fn name(&self) -> &'static str { + "TRIM" + } + + fn prompt(&self) -> String { + "TRIM Click segment to remove [Enter=done]:".into() + } + + fn needs_entity_pick(&self) -> bool { + true + } + + fn on_entity_pick(&mut self, handle: Handle, pt: Vec3) -> CmdResult { + if handle.is_null() { + return CmdResult::NeedPoint; + } + + let entity = self + .all_entities + .iter() + .find(|e| e.common().handle == handle); + + let result: Option> = match entity { + Some(EntityType::Line(l)) => { + let ax = l.start.x; + let ay = l.start.y; + let bx = l.end.x; + let by = l.end.y; + let ts = line_seg_ts(ax, ay, bx, by, handle, &self.geos); + if ts.is_empty() { + return CmdResult::NeedPoint; + } + let dx = bx - ax; + let dy = by - ay; + let len2 = dx * dx + dy * dy; + let t_click = if len2 > 1e-12 { + ((pt.x as f64 - ax) * dx + (pt.y as f64 - ay) * dy) / len2 + } else { + 0.5 + }; + Some(trim_line(l, &ts, t_click)) + } + Some(EntityType::Arc(a)) => { + let cx = a.center.x; + let cy = a.center.y; + let a0 = a.start_angle.to_radians(); + let a1 = a.end_angle.to_radians(); + let ts = arc_seg_ts(cx, cy, a.radius, a0, a1, handle, &self.geos); + if ts.is_empty() { + return CmdResult::NeedPoint; + } + let click_angle = (pt.y as f64 - cy).atan2(pt.x as f64 - cx); + let t_click = arc_t(click_angle, a0, a1); + Some(trim_arc(a, &ts, t_click)) + } + _ => None, + }; + + if let Some(new_entities) = result { + // Snapshot is updated in on_entity_replaced once we know the real handles. + // Pre-stage: remove old entry now so geos exclude it immediately. + if let Some(pos) = self + .all_entities + .iter() + .position(|e| e.common().handle == handle) + { + self.all_entities.remove(pos); + // Add pieces with NULL handles as geometry-only placeholders. + self.all_entities.extend(new_entities.clone()); + self.geos = build_geos(&self.all_entities); + } + CmdResult::ReplaceEntity(handle, new_entities) + } else { + self.command_line_hint(); + CmdResult::NeedPoint + } + } + + fn on_entity_replaced(&mut self, _old: Handle, new_handles: &[acadrust::Handle]) { + // The last new_handles.len() entries in all_entities are the trimmed pieces + // that were appended with NULL handles. Assign their real document handles. + let start = self.all_entities.len().saturating_sub(new_handles.len()); + for (e, &h) in self.all_entities[start..] + .iter_mut() + .zip(new_handles.iter()) + { + match e { + EntityType::Line(l) => l.common.handle = h, + EntityType::Arc(a) => a.common.handle = h, + _ => {} + } + } + self.geos = build_geos(&self.all_entities); + } + + fn on_hover_entity(&mut self, handle: Handle, pt: Vec3) -> Vec { + if handle.is_null() { + return vec![]; + } + + let entity = self + .all_entities + .iter() + .find(|e| e.common().handle == handle); + + match entity { + Some(EntityType::Line(l)) => { + let ax = l.start.x; + let ay = l.start.y; + let bx = l.end.x; + let by = l.end.y; + let ts = line_seg_ts(ax, ay, bx, by, handle, &self.geos); + if ts.is_empty() { + return vec![]; + } + let dx = bx - ax; + let dy = by - ay; + let len2 = dx * dx + dy * dy; + let t_click = if len2 > 1e-12 { + ((pt.x as f64 - ax) * dx + (pt.y as f64 - ay) * dy) / len2 + } else { + 0.5 + }; + let survivors = trim_line(l, &ts, t_click); + let p1 = [l.start.x as f32, l.start.y as f32, l.start.y as f32]; + let p2 = [l.end.x as f32, l.end.y as f32, l.end.y as f32]; + let removed = WireModel::solid("trim_rm".into(), vec![p1, p2], DIM_RED, false); + let mut out = vec![removed]; + for (i, e) in survivors.iter().enumerate() { + let pts = entity_pts(e); + out.push(WireModel::solid( + format!("trim_keep_{i}"), + pts, + WireModel::CYAN, + false, + )); + } + out + } + Some(EntityType::Arc(a)) => { + let cx = a.center.x; + let cy = a.center.y; + let a0 = a.start_angle.to_radians(); + let a1 = a.end_angle.to_radians(); + let ts = arc_seg_ts(cx, cy, a.radius, a0, a1, handle, &self.geos); + if ts.is_empty() { + return vec![]; + } + let click_angle = (pt.y as f64 - cy).atan2(pt.x as f64 - cx); + let t_click = arc_t(click_angle, a0, a1); + let survivors = trim_arc(a, &ts, t_click); + let orig_pts = arc_pts(cx, cy, a.radius, a0, a1, a.center.y); + let removed = WireModel::solid("trim_rm".into(), orig_pts, DIM_RED, false); + let mut out = vec![removed]; + for (i, e) in survivors.iter().enumerate() { + let pts = entity_pts(e); + out.push(WireModel::solid( + format!("trim_keep_{i}"), + pts, + WireModel::CYAN, + false, + )); + } + out + } + _ => vec![], + } + } + + fn on_point(&mut self, _pt: Vec3) -> CmdResult { + CmdResult::NeedPoint + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } +} + +impl TrimCommand { + fn command_line_hint(&self) {} +} + +// ══════════════════════════════════════════════════════════════════════════ +// ExtendCommand +// ══════════════════════════════════════════════════════════════════════════ + +pub struct ExtendCommand { + all_entities: Vec, + geos: Vec, + /// (old_handle, new_entity_with_updated_geometry) — set in on_entity_pick, + /// consumed in on_entity_replaced to patch the snapshot with both new handle + geometry. + pending_replace: Option<(Handle, EntityType)>, +} + +impl ExtendCommand { + pub fn new(all_entities: Vec) -> Self { + let geos = build_geos(&all_entities); + Self { + all_entities, + geos, + pending_replace: None, + } + } +} + +impl CadCommand for ExtendCommand { + fn name(&self) -> &'static str { + "EXTEND" + } + + fn prompt(&self) -> String { + "EXTEND Click near end of object to extend [Enter=done]:".into() + } + + fn needs_entity_pick(&self) -> bool { + true + } + + fn on_entity_pick(&mut self, handle: Handle, pt: Vec3) -> CmdResult { + if handle.is_null() { + return CmdResult::NeedPoint; + } + + let entity = self + .all_entities + .iter() + .find(|e| e.common().handle == handle); + + let result: Option = match entity { + Some(EntityType::Line(l)) => { + let ax = l.start.x; + let ay = l.start.y; + let bx = l.end.x; + let by = l.end.y; + let dx = bx - ax; + let dy = by - ay; + let len2 = dx * dx + dy * dy; + let t_click = if len2 > 1e-12 { + ((pt.x as f64 - ax) * dx + (pt.y as f64 - ay) * dy) / len2 + } else { + 0.5 + }; + extend_line(l, t_click, &self.geos) + } + _ => None, + }; + + if let Some(new_entity) = result { + // Save the extended entity so on_entity_replaced can patch the snapshot + // with both the new geometry and the real document handle. + self.pending_replace = Some((handle, new_entity.clone())); + CmdResult::ReplaceEntity(handle, vec![new_entity]) + } else { + CmdResult::NeedPoint + } + } + + fn on_entity_replaced(&mut self, old: Handle, new_handles: &[acadrust::Handle]) { + if let (Some(&new_handle), Some((pending_old, mut new_entity))) = + (new_handles.first(), self.pending_replace.take()) + { + if pending_old == old { + // Update the snapshot entry: replace geometry + assign real handle. + if let EntityType::Line(l) = &mut new_entity { + l.common.handle = new_handle; + } + if let Some(pos) = self + .all_entities + .iter() + .position(|e| e.common().handle == old) + { + self.all_entities[pos] = new_entity; + } + self.geos = build_geos(&self.all_entities); + } + } + } + + fn on_hover_entity(&mut self, handle: Handle, pt: Vec3) -> Vec { + if handle.is_null() { + return vec![]; + } + + let entity = self + .all_entities + .iter() + .find(|e| e.common().handle == handle); + if let Some(EntityType::Line(l)) = entity { + let ax = l.start.x; + let ay = l.start.y; + let bx = l.end.x; + let by = l.end.y; + let dx = bx - ax; + let dy = by - ay; + let len2 = dx * dx + dy * dy; + let t_click = if len2 > 1e-12 { + ((pt.x as f64 - ax) * dx + (pt.y as f64 - ay) * dy) / len2 + } else { + 0.5 + }; + if let Some(extended) = extend_line(l, t_click, &self.geos) { + let pts = entity_pts(&extended); + return vec![WireModel::solid( + "extend_prev".into(), + pts, + WireModel::CYAN, + false, + )]; + } + } + vec![] + } + + fn on_point(&mut self, _pt: Vec3) -> CmdResult { + CmdResult::NeedPoint + } + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + fn on_escape(&mut self) -> CmdResult { + CmdResult::Cancel + } +} diff --git a/src/modules/home/modify/ungroup.rs b/src/modules/home/modify/ungroup.rs new file mode 100644 index 00000000..8c4aa593 --- /dev/null +++ b/src/modules/home/modify/ungroup.rs @@ -0,0 +1,12 @@ +// Ungroup tool — ribbon definition. + +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "UNGROUP", + label: "Ungroup", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/ungroup.svg")), + event: ModuleEvent::Command("UNGROUP".to_string()), + } +} diff --git a/src/modules/home/properties/bylayer.rs b/src/modules/home/properties/bylayer.rs new file mode 100644 index 00000000..b7f5cf9b --- /dev/null +++ b/src/modules/home/properties/bylayer.rs @@ -0,0 +1,12 @@ +// ByLayer tool — ribbon definition. + +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "BYLAYER", + label: "ByLayer", + icon: IconKind::Glyph("⊟"), + event: ModuleEvent::Command("BYLAYER".to_string()), + } +} diff --git a/src/modules/home/properties/match_prop.rs b/src/modules/home/properties/match_prop.rs new file mode 100644 index 00000000..93bb8598 --- /dev/null +++ b/src/modules/home/properties/match_prop.rs @@ -0,0 +1,12 @@ +// Match Properties tool — ribbon definition. + +use crate::modules::{IconKind, ModuleEvent, ToolDef}; + +pub fn tool() -> ToolDef { + ToolDef { + id: "MATCHPROP", + label: "Match", + icon: IconKind::Svg(include_bytes!("../../../../assets/icons/match_prop.svg")), + event: ModuleEvent::Command("MATCHPROP".to_string()), + } +} diff --git a/src/modules/home/properties/mod.rs b/src/modules/home/properties/mod.rs new file mode 100644 index 00000000..dc046876 --- /dev/null +++ b/src/modules/home/properties/mod.rs @@ -0,0 +1 @@ +pub(super) mod match_prop; diff --git a/src/modules/insert/box_prim.rs b/src/modules/insert/box_prim.rs new file mode 100644 index 00000000..5c52306b --- /dev/null +++ b/src/modules/insert/box_prim.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "BOX", + label: "Box", + icon: IconKind::Glyph("⬜"), + event: ModuleEvent::Command("BOX".to_string()), + } +} diff --git a/src/modules/insert/clear.rs b/src/modules/insert/clear.rs new file mode 100644 index 00000000..ddd9c720 --- /dev/null +++ b/src/modules/insert/clear.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "CLEAR", + label: "Clear", + icon: IconKind::Glyph("🗑"), + event: ModuleEvent::ClearModels, + } +} diff --git a/src/modules/insert/create_block.rs b/src/modules/insert/create_block.rs new file mode 100644 index 00000000..346664c6 --- /dev/null +++ b/src/modules/insert/create_block.rs @@ -0,0 +1,91 @@ +use acadrust::Handle; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; + +pub fn tool() -> ToolDef { + ToolDef { + id: "BLOCK", + label: "Create Block", + icon: IconKind::Svg(include_bytes!("../../../assets/icons/blocks/block.svg")), + event: ModuleEvent::Command("BLOCK".to_string()), + } +} + +enum Step { + Name, + Base { name: String }, +} + +pub struct CreateBlockCommand { + handles: Vec, + step: Step, +} + +impl CreateBlockCommand { + pub fn new(handles: Vec) -> Self { + Self { + handles, + step: Step::Name, + } + } +} + +impl CadCommand for CreateBlockCommand { + fn name(&self) -> &'static str { + "BLOCK" + } + + fn prompt(&self) -> String { + match &self.step { + Step::Name => format!( + "BLOCK Enter block name [{} objects selected]:", + self.handles.len() + ), + Step::Base { name } => format!( + "BLOCK Specify base point for \"{}\" [{} objects]:", + name, + self.handles.len() + ), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.step { + Step::Name => CmdResult::NeedPoint, + Step::Base { name } => CmdResult::CreateBlock { + handles: self.handles.clone(), + name: name.clone(), + base: pt, + }, + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn wants_text_input(&self) -> bool { + matches!(self.step, Step::Name) + } + + fn on_text_input(&mut self, text: &str) -> Option { + if !matches!(self.step, Step::Name) { + return None; + } + let name = text.trim(); + if name.is_empty() { + return None; + } + self.step = Step::Base { + name: name.to_string(), + }; + Some(CmdResult::NeedPoint) + } + + fn on_preview_wires(&mut self, _pt: Vec3) -> Vec { + vec![] + } +} diff --git a/src/modules/insert/cylinder.rs b/src/modules/insert/cylinder.rs new file mode 100644 index 00000000..6bd6904b --- /dev/null +++ b/src/modules/insert/cylinder.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "CYLINDER", + label: "Cylinder", + icon: IconKind::Glyph("⬡"), + event: ModuleEvent::Command("CYLINDER".to_string()), + } +} diff --git a/src/modules/insert/insert_block.rs b/src/modules/insert/insert_block.rs new file mode 100644 index 00000000..c85b6bf7 --- /dev/null +++ b/src/modules/insert/insert_block.rs @@ -0,0 +1,94 @@ +use acadrust::entities::Insert; +use acadrust::types::Vector3; +use acadrust::EntityType; +use glam::Vec3; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; + +pub fn tool() -> ToolDef { + ToolDef { + id: "INSERT", + label: "Insert Block", + icon: IconKind::Svg(include_bytes!("../../../assets/icons/blocks/insert.svg")), + event: ModuleEvent::Command("INSERT".to_string()), + } +} + +enum Step { + Name, + Point { name: String }, +} + +pub struct InsertBlockCommand { + available: Vec, + step: Step, +} + +impl InsertBlockCommand { + pub fn new(available: Vec) -> Self { + Self { + available, + step: Step::Name, + } + } +} + +impl CadCommand for InsertBlockCommand { + fn name(&self) -> &'static str { + "INSERT" + } + + fn prompt(&self) -> String { + match &self.step { + Step::Name => { + let hint = if self.available.is_empty() { + String::new() + } else { + format!(" [{}]", self.available.join(", ")) + }; + format!("INSERT Enter block name:{hint}") + } + Step::Point { name } => format!("INSERT Specify insertion point for \"{}\":", name), + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + match &self.step { + Step::Name => CmdResult::NeedPoint, + Step::Point { name } => { + CmdResult::CommitAndExit(EntityType::Insert(Insert::new( + name.clone(), + Vector3::new(pt.x as f64, pt.y as f64, pt.z as f64), + ))) + } + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn wants_text_input(&self) -> bool { + matches!(self.step, Step::Name) + } + + fn on_text_input(&mut self, text: &str) -> Option { + if !matches!(self.step, Step::Name) { + return None; + } + let name = text.trim(); + if !self.available.iter().any(|candidate| candidate.eq_ignore_ascii_case(name)) { + return None; + } + self.step = Step::Point { + name: name.to_string(), + }; + Some(CmdResult::NeedPoint) + } + + fn on_preview_wires(&mut self, _pt: Vec3) -> Vec { + vec![] + } +} diff --git a/src/modules/insert/mod.rs b/src/modules/insert/mod.rs new file mode 100644 index 00000000..444479eb --- /dev/null +++ b/src/modules/insert/mod.rs @@ -0,0 +1,43 @@ +// Insert module — file import, solid primitives, and blocks. + +mod box_prim; +mod clear; +pub(crate) mod create_block; +mod cylinder; +pub(crate) mod insert_block; +mod open_obj; +mod sphere; + +use crate::modules::{CadModule, RibbonGroup}; + +pub struct InsertModule; + +impl CadModule for InsertModule { + fn id(&self) -> &'static str { + "insert" + } + fn title(&self) -> &'static str { + "Insert" + } + + fn ribbon_groups(&self) -> Vec { + vec![ + RibbonGroup { + title: "Import", + tools: vec![open_obj::tool().into(), clear::tool().into()], + }, + RibbonGroup { + title: "Primitives", + tools: vec![ + box_prim::tool().into(), + sphere::tool().into(), + cylinder::tool().into(), + ], + }, + RibbonGroup { + title: "Block", + tools: vec![create_block::tool().into(), insert_block::tool().into()], + }, + ] + } +} diff --git a/src/modules/insert/open_obj.rs b/src/modules/insert/open_obj.rs new file mode 100644 index 00000000..b6ec378f --- /dev/null +++ b/src/modules/insert/open_obj.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "OPEN", + label: "Open", + icon: IconKind::Glyph("📂"), + event: ModuleEvent::OpenFileDialog, + } +} diff --git a/src/modules/insert/sphere.rs b/src/modules/insert/sphere.rs new file mode 100644 index 00000000..889ced35 --- /dev/null +++ b/src/modules/insert/sphere.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "SPHERE", + label: "Sphere", + icon: IconKind::Glyph("⬤"), + event: ModuleEvent::Command("SPHERE".to_string()), + } +} diff --git a/src/modules/layout/mod.rs b/src/modules/layout/mod.rs new file mode 100644 index 00000000..889e9f8c --- /dev/null +++ b/src/modules/layout/mod.rs @@ -0,0 +1,24 @@ +// Layout module — paper space tools (viewports, scale, plot settings). +// This tab is only shown when the active layout is not "Model". + +pub mod mview; + +use crate::modules::{CadModule, RibbonGroup}; + +pub struct LayoutModule; + +impl CadModule for LayoutModule { + fn id(&self) -> &'static str { + "layout" + } + fn title(&self) -> &'static str { + "Layout" + } + + fn ribbon_groups(&self) -> Vec { + vec![RibbonGroup { + title: "Viewport", + tools: vec![mview::tool().into()], + }] + } +} diff --git a/src/modules/layout/mview.rs b/src/modules/layout/mview.rs new file mode 100644 index 00000000..cf92b453 --- /dev/null +++ b/src/modules/layout/mview.rs @@ -0,0 +1,101 @@ +// MVIEW — interactive paper-space viewport creation. +// +// Two clicks define opposite corners of a new viewport rectangle. +// The created Viewport entity is routed to add_entity_to_layout by apply_cmd_result +// because we're in paper space. + +use acadrust::entities::Viewport; +use acadrust::types::Vector3; +use acadrust::EntityType; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +// ── Ribbon definition ───────────────────────────────────────────────────── + +pub fn tool() -> ToolDef { + ToolDef { + id: "MVIEW", + label: "Viewport", + icon: IconKind::Glyph("⬜"), + event: ModuleEvent::Command("MVIEW".to_string()), + } +} + +// ── Command ─────────────────────────────────────────────────────────────── + +pub struct MviewCommand { + corner1: Option, +} + +impl MviewCommand { + pub fn new() -> Self { + Self { corner1: None } + } +} + +impl CadCommand for MviewCommand { + fn name(&self) -> &'static str { + "MVIEW" + } + + fn prompt(&self) -> String { + if self.corner1.is_none() { + "MVIEW İlk köşeyi belirtin:".to_string() + } else { + "MVIEW Karşı köşeyi belirtin:".to_string() + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + if let Some(c1) = self.corner1 { + let w = (pt.x - c1.x).abs() as f64; + let h = (pt.y - c1.y).abs() as f64; + if w < 1.0 || h < 1.0 { + return CmdResult::Cancel; + } + let cx = ((c1.x + pt.x) / 2.0) as f64; + let cy = ((c1.y + pt.y) / 2.0) as f64; + let cz = c1.z as f64; + + let mut vp = Viewport::new(); + vp.center = Vector3::new(cx, cy, cz); + vp.width = w; + vp.height = h; + vp.id = 2; // user viewport (id > 1) + + CmdResult::CommitAndExit(EntityType::Viewport(vp)) + } else { + self.corner1 = Some(pt); + CmdResult::NeedPoint + } + } + + fn on_enter(&mut self) -> CmdResult { + CmdResult::Cancel + } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + let c1 = self.corner1?; + Some(WireModel { + name: "mview_preview".to_string(), + points: vec![ + [c1.x, c1.y, c1.z], + [pt.x, c1.y, c1.z], + [pt.x, c1.y, pt.z], + [c1.x, c1.y, pt.z], + [c1.x, c1.y, c1.z], + ], + color: WireModel::CYAN, + selected: false, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px: 1.0, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + }) + } +} diff --git a/src/modules/manage/mod.rs b/src/modules/manage/mod.rs new file mode 100644 index 00000000..a6f491cb --- /dev/null +++ b/src/modules/manage/mod.rs @@ -0,0 +1,23 @@ +// Manage module — application settings and customization tools. + +mod options; + +use crate::modules::{CadModule, RibbonGroup}; + +pub struct ManageModule; + +impl CadModule for ManageModule { + fn id(&self) -> &'static str { + "manage" + } + fn title(&self) -> &'static str { + "Manage" + } + + fn ribbon_groups(&self) -> Vec { + vec![RibbonGroup { + title: "Settings", + tools: vec![options::tool().into()], + }] + } +} diff --git a/src/modules/manage/mview.rs b/src/modules/manage/mview.rs new file mode 100644 index 00000000..44008ea5 --- /dev/null +++ b/src/modules/manage/mview.rs @@ -0,0 +1,94 @@ +// MVIEW — interactive paper-space viewport creation. +// +// Two clicks define opposite corners of a new viewport rectangle. +// The created Viewport entity is routed to add_entity_to_layout by apply_cmd_result +// because we're in paper space. + +use acadrust::entities::Viewport; +use acadrust::types::Vector3; +use acadrust::EntityType; + +use crate::command::{CadCommand, CmdResult}; +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +use crate::scene::wire_model::WireModel; +use glam::Vec3; + +// ── Ribbon definition ───────────────────────────────────────────────────── + +pub fn tool() -> ToolDef { + ToolDef { + id: "MVIEW", + label: "Viewport", + icon: IconKind::Glyph("⬜"), + event: ModuleEvent::Command("MVIEW".to_string()), + } +} + +// ── Command ─────────────────────────────────────────────────────────────── + +pub struct MviewCommand { + corner1: Option, +} + +impl MviewCommand { + pub fn new() -> Self { Self { corner1: None } } +} + +impl CadCommand for MviewCommand { + fn name(&self) -> &'static str { "MVIEW" } + + fn prompt(&self) -> String { + if self.corner1.is_none() { + "MVIEW İlk köşeyi belirtin:".to_string() + } else { + "MVIEW Karşı köşeyi belirtin:".to_string() + } + } + + fn on_point(&mut self, pt: Vec3) -> CmdResult { + if let Some(c1) = self.corner1 { + let w = (pt.x - c1.x).abs() as f64; + let h = (pt.z - c1.z).abs() as f64; + if w < 1.0 || h < 1.0 { + return CmdResult::Cancel; + } + let cx = ((c1.x + pt.x) / 2.0) as f64; + let cy = c1.y as f64; + let cz = ((c1.z + pt.z) / 2.0) as f64; + + let mut vp = Viewport::new(); + vp.center = Vector3::new(cx, cy, cz); + vp.width = w; + vp.height = h; + vp.id = 2; // user viewport (id > 1) + + CmdResult::CommitAndExit(EntityType::Viewport(vp)) + } else { + self.corner1 = Some(pt); + CmdResult::NeedPoint + } + } + + fn on_enter(&mut self) -> CmdResult { CmdResult::Cancel } + + fn on_mouse_move(&mut self, pt: Vec3) -> Option { + let c1 = self.corner1?; + Some(WireModel { + name: "mview_preview".to_string(), + points: vec![ + [c1.x, c1.y, c1.z], + [pt.x, c1.y, c1.z], + [pt.x, c1.y, pt.z], + [c1.x, c1.y, pt.z], + [c1.x, c1.y, c1.z], + ], + color: WireModel::CYAN, + selected: false, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px: 1.0, + snap_pts: vec![], + tangent_geoms: vec![], + }) + } +} diff --git a/src/modules/manage/options.rs b/src/modules/manage/options.rs new file mode 100644 index 00000000..4dde0f2d --- /dev/null +++ b/src/modules/manage/options.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "OPTIONS", + label: "Options", + icon: IconKind::Glyph("⚙"), + event: ModuleEvent::Command("OPTIONS".to_string()), + } +} diff --git a/src/modules/mod.rs b/src/modules/mod.rs new file mode 100644 index 00000000..5b4bf431 --- /dev/null +++ b/src/modules/mod.rs @@ -0,0 +1,118 @@ +// Module system — CadModule, ToolDef, RibbonGroup. +// +// To add a new module: +// 1. Create `src/modules/my_name/` directory +// 2. Add `src/modules/my_name/mod.rs` implementing `CadModule` as `MyNameModule` +// 3. Add `pub mod my_name;` below +// 4. `cargo build` — module appears in the ribbon automatically +// +// Each module folder contains: +// - mod.rs : module definition (ribbon groups + tool layout) +// - .rs : one file per tool (ribbon def + future command logic) + +// ── Events ──────────────────────────────────────────────────────────────── + +/// Events a module tool can emit to the host application. +#[derive(Debug, Clone)] +pub enum ModuleEvent { + /// Fire a named CAD command (e.g. "LINE", "CIRCLE"). + Command(String), + /// Open the OS file dialog. + OpenFileDialog, + /// Remove all loaded models from the scene. + ClearModels, + /// Toggle wireframe rendering. + SetWireframe(bool), + /// Toggle the layer manager panel. + ToggleLayers, +} + +// ── Data types ──────────────────────────────────────────────────────────── + +/// Icon source for a ribbon tool button. +#[derive(Clone, Copy)] +pub enum IconKind { + /// Unicode glyph rendered as text (fast, no file needed). + Glyph(&'static str), + /// Raw SVG bytes embedded at compile time via `include_bytes!`. + Svg(&'static [u8]), +} + +/// A single tool button shown in the ribbon. +#[derive(Clone)] +pub struct ToolDef { + /// Unique command id, e.g. "LINE". + pub id: &'static str, + /// Short label shown under the icon. + pub label: &'static str, + /// Icon — either a unicode glyph or embedded SVG bytes. + pub icon: IconKind, + /// Event emitted when the tool is clicked. + pub event: ModuleEvent, +} + +/// One item in a ribbon group — plain button or dropdown, in small (1-row) or large (3-row) size. +#[derive(Clone)] +pub enum RibbonItem { + /// 1-row button — icon only, no label. + Tool(ToolDef), + /// 3-row button — icon + label below; full ribbon height. + LargeTool(ToolDef), + /// 1-row dropdown — icon + ▾ on right, no label. + Dropdown { + id: &'static str, + icon: IconKind, + items: Vec<(&'static str, &'static str, IconKind)>, + default: &'static str, + }, + /// 3-row dropdown — icon + label + ▾ below label; full ribbon height. + LargeDropdown { + id: &'static str, + label: &'static str, + icon: IconKind, + items: Vec<(&'static str, &'static str, IconKind)>, + default: &'static str, + }, + /// Layer combo + two rows of small tools below. + /// row2: operates on the layer of a selected object (off/freeze/lock/make-current) + /// row3: all-layers operations + match (on/thaw/unlock/match) + LayerComboGroup { row2: Vec, row3: Vec }, + /// Match Properties (large button) + Color / Linetype / Lineweight combos on the right. + PropertiesGroup { match_prop: ToolDef }, +} + +impl From for RibbonItem { + fn from(t: ToolDef) -> Self { + RibbonItem::Tool(t) + } +} + +/// A named group of tool buttons shown together in the ribbon. +pub struct RibbonGroup { + pub title: &'static str, + pub tools: Vec, +} + +// ── Trait ───────────────────────────────────────────────────────────────── + +/// A CAD module owns a set of ribbon groups shown when its tab is active. +/// Each module is a stateless unit struct — all UI state lives in Ribbon. +pub trait CadModule: Send + Sync { + #[allow(dead_code)] + fn id(&self) -> &'static str; + fn title(&self) -> &'static str; + fn ribbon_groups(&self) -> Vec; +} + +// ── Module declarations ─────────────────────────────────────────────────── + +pub mod annotate; +pub mod home; +pub mod insert; +pub mod layout; +pub mod manage; +pub mod view; + +// ── Auto-generated module registry ─────────────────────────────────────── +// build.rs writes this file; it contains only `all_modules()`. +pub mod registry; diff --git a/src/modules/registry.rs b/src/modules/registry.rs new file mode 100644 index 00000000..f188f19a --- /dev/null +++ b/src/modules/registry.rs @@ -0,0 +1,17 @@ +// AUTO-GENERATED by build.rs — do not edit by hand. +// To add a module: create src/modules/my_name/mod.rs + add `pub mod my_name;` to modules/mod.rs. + +use crate::modules::CadModule; + +/// Returns one boxed instance of every registered CAD module. +/// Called once at startup by `Ribbon::new()`. +pub fn all_modules() -> Vec> { + vec![ + Box::new(super::home::HomeModule), + Box::new(super::annotate::AnnotateModule), + Box::new(super::insert::InsertModule), + Box::new(super::view::ViewModule), + Box::new(super::manage::ManageModule), + Box::new(super::layout::LayoutModule), + ] +} diff --git a/src/modules/view/hidden.rs b/src/modules/view/hidden.rs new file mode 100644 index 00000000..fc90a5ee --- /dev/null +++ b/src/modules/view/hidden.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "HIDDENLINE", + label: "Hidden", + icon: IconKind::Glyph("◫"), + event: ModuleEvent::Command("HIDDENLINE".to_string()), + } +} diff --git a/src/modules/view/mod.rs b/src/modules/view/mod.rs new file mode 100644 index 00000000..850ab29f --- /dev/null +++ b/src/modules/view/mod.rs @@ -0,0 +1,71 @@ +// View module — navigation, visual styles, and viewport presets. + +mod hidden; +mod orbit; +mod ortho; +mod pan; +mod persp; +mod solid; +mod view_front; +mod view_iso; +mod view_right; +mod view_top; +mod wireframe; +mod xray; +mod zoom_ext; +mod zoom_in; +mod zoom_out; + +use crate::modules::{CadModule, RibbonGroup}; + +pub struct ViewModule; + +impl CadModule for ViewModule { + fn id(&self) -> &'static str { + "view" + } + fn title(&self) -> &'static str { + "View" + } + + fn ribbon_groups(&self) -> Vec { + vec![ + RibbonGroup { + title: "Navigate", + tools: vec![ + zoom_ext::tool().into(), + zoom_in::tool().into(), + zoom_out::tool().into(), + pan::tool().into(), + orbit::tool().into(), + ], + }, + RibbonGroup { + // WIREFRAME and SOLID ids are special-cased in ribbon.rs + // for toggle-state highlighting based on Ribbon::wireframe. + title: "Visual Style", + tools: vec![ + wireframe::tool().into(), + solid::tool().into(), + hidden::tool().into(), + xray::tool().into(), + ], + }, + RibbonGroup { + // ORTHO and PERSP ids are special-cased in ribbon.rs + // for toggle-state highlighting based on Camera::projection. + title: "Projection", + tools: vec![ortho::tool().into(), persp::tool().into()], + }, + RibbonGroup { + title: "Preset", + tools: vec![ + view_top::tool().into(), + view_front::tool().into(), + view_right::tool().into(), + view_iso::tool().into(), + ], + }, + ] + } +} diff --git a/src/modules/view/orbit.rs b/src/modules/view/orbit.rs new file mode 100644 index 00000000..56ae434d --- /dev/null +++ b/src/modules/view/orbit.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "3DORBIT", + label: "3D Orbit", + icon: IconKind::Glyph("⟳"), + event: ModuleEvent::Command("3DORBIT".to_string()), + } +} diff --git a/src/modules/view/ortho.rs b/src/modules/view/ortho.rs new file mode 100644 index 00000000..eab2dbf0 --- /dev/null +++ b/src/modules/view/ortho.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "ORTHO", + label: "Ortho", + icon: IconKind::Glyph("⊡"), + event: ModuleEvent::Command("ORTHO".into()), + } +} diff --git a/src/modules/view/pan.rs b/src/modules/view/pan.rs new file mode 100644 index 00000000..b28bf8a2 --- /dev/null +++ b/src/modules/view/pan.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "PAN", + label: "Pan", + icon: IconKind::Glyph("✥"), + event: ModuleEvent::Command("PAN".to_string()), + } +} diff --git a/src/modules/view/persp.rs b/src/modules/view/persp.rs new file mode 100644 index 00000000..5aee8144 --- /dev/null +++ b/src/modules/view/persp.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "PERSP", + label: "Persp", + icon: IconKind::Glyph("⟁"), + event: ModuleEvent::Command("PERSP".into()), + } +} diff --git a/src/modules/view/solid.rs b/src/modules/view/solid.rs new file mode 100644 index 00000000..5f1206bf --- /dev/null +++ b/src/modules/view/solid.rs @@ -0,0 +1,12 @@ +// Solid (Shaded) visual style toggle. +// id "SOLID" is special-cased in ribbon.rs for active-state highlighting. + +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "SOLID", + label: "Solid", + icon: IconKind::Glyph("■"), + event: ModuleEvent::SetWireframe(false), + } +} diff --git a/src/modules/view/view_front.rs b/src/modules/view/view_front.rs new file mode 100644 index 00000000..c2e228fe --- /dev/null +++ b/src/modules/view/view_front.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "VIEW_FRONT", + label: "Front", + icon: IconKind::Glyph("⊥"), + event: ModuleEvent::Command("VIEW FRONT".to_string()), + } +} diff --git a/src/modules/view/view_iso.rs b/src/modules/view/view_iso.rs new file mode 100644 index 00000000..d9cacbfa --- /dev/null +++ b/src/modules/view/view_iso.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "VIEW_ISO", + label: "Iso", + icon: IconKind::Glyph("◈"), + event: ModuleEvent::Command("VIEW ISO".to_string()), + } +} diff --git a/src/modules/view/view_right.rs b/src/modules/view/view_right.rs new file mode 100644 index 00000000..806264a3 --- /dev/null +++ b/src/modules/view/view_right.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "VIEW_RIGHT", + label: "Right", + icon: IconKind::Glyph("⊣"), + event: ModuleEvent::Command("VIEW RIGHT".to_string()), + } +} diff --git a/src/modules/view/view_top.rs b/src/modules/view/view_top.rs new file mode 100644 index 00000000..881f4e73 --- /dev/null +++ b/src/modules/view/view_top.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "VIEW_TOP", + label: "Top", + icon: IconKind::Glyph("⊤"), + event: ModuleEvent::Command("VIEW TOP".to_string()), + } +} diff --git a/src/modules/view/wireframe.rs b/src/modules/view/wireframe.rs new file mode 100644 index 00000000..7064b652 --- /dev/null +++ b/src/modules/view/wireframe.rs @@ -0,0 +1,12 @@ +// Wireframe visual style toggle. +// id "WIREFRAME" is special-cased in ribbon.rs for active-state highlighting. + +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "WIREFRAME", + label: "Wireframe", + icon: IconKind::Glyph("□"), + event: ModuleEvent::SetWireframe(true), + } +} diff --git a/src/modules/view/xray.rs b/src/modules/view/xray.rs new file mode 100644 index 00000000..ada75faf --- /dev/null +++ b/src/modules/view/xray.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "XRAY", + label: "X-Ray", + icon: IconKind::Glyph("◈"), + event: ModuleEvent::Command("XRAY".to_string()), + } +} diff --git a/src/modules/view/zoom_ext.rs b/src/modules/view/zoom_ext.rs new file mode 100644 index 00000000..814bcb9a --- /dev/null +++ b/src/modules/view/zoom_ext.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "ZOOM_EXT", + label: "Zoom Ext", + icon: IconKind::Glyph("⊡"), + event: ModuleEvent::Command("ZOOM EXTENTS".to_string()), + } +} diff --git a/src/modules/view/zoom_in.rs b/src/modules/view/zoom_in.rs new file mode 100644 index 00000000..0c13da65 --- /dev/null +++ b/src/modules/view/zoom_in.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "ZOOM_IN", + label: "Zoom In", + icon: IconKind::Glyph("🔍"), + event: ModuleEvent::Command("ZOOM IN".to_string()), + } +} diff --git a/src/modules/view/zoom_out.rs b/src/modules/view/zoom_out.rs new file mode 100644 index 00000000..fef472e3 --- /dev/null +++ b/src/modules/view/zoom_out.rs @@ -0,0 +1,9 @@ +use crate::modules::{IconKind, ModuleEvent, ToolDef}; +pub fn tool() -> ToolDef { + ToolDef { + id: "ZOOM_OUT", + label: "Zoom Out", + icon: IconKind::Glyph("🔎"), + event: ModuleEvent::Command("ZOOM OUT".to_string()), + } +} diff --git a/src/patterns.rs b/src/patterns.rs new file mode 100644 index 00000000..c26b16bc --- /dev/null +++ b/src/patterns.rs @@ -0,0 +1,124 @@ +//! H7CAD hatch pattern catalog — loaded from `assets/patterns/H7CAD.pat`. +//! +//! PAT line format: `angle, x0, y0, dx, dy [, dash1, dash2, ...]` +//! - `angle` line direction in degrees +//! - `x0, y0` origin of the first line in the family +//! - `dx, dy` step vector to the next parallel line +//! - `dash…` positive = dash length, negative = gap length (omit = solid) + +use std::sync::OnceLock; + +const PAT_SRC: &str = include_str!("../assets/patterns/H7CAD.pat"); + +// ── Public types ────────────────────────────────────────────────────────── + +/// One line family inside a hatch pattern. +#[derive(Clone, Debug)] +pub struct PatLineDef { + /// Line direction in degrees. + pub angle_deg: f32, + /// Origin of the first line in the family. + pub x0: f32, + pub y0: f32, + /// Step vector to the next parallel line. + pub dx: f32, + pub dy: f32, + /// Dash/gap sequence (positive = dash, negative = gap, empty = solid). + pub dashes: Vec, +} + +/// One parsed hatch pattern. +#[derive(Clone, Debug)] +pub struct PatternDef { + pub name: String, + pub description: String, + pub lines: Vec, +} + +// ── Static catalog ──────────────────────────────────────────────────────── + +static CATALOG: OnceLock> = OnceLock::new(); + +/// All parsed patterns, in file order. +pub fn catalog() -> &'static [PatternDef] { + CATALOG.get_or_init(|| parse(PAT_SRC)) +} + +// ── Geometry helper ─────────────────────────────────────────────────────── + +// ── Parser ──────────────────────────────────────────────────────────────── + +fn parse(src: &str) -> Vec { + let mut result = Vec::new(); + let mut cur_name = String::new(); + let mut cur_desc = String::new(); + let mut cur_lines: Vec = Vec::new(); + let mut in_pattern = false; + + let flush = |name: &mut String, + desc: &mut String, + lines: &mut Vec, + result: &mut Vec| { + if !lines.is_empty() { + result.push(PatternDef { + name: std::mem::take(name), + description: std::mem::take(desc), + lines: std::mem::take(lines), + }); + } + *name = String::new(); + *desc = String::new(); + }; + + for raw in src.lines() { + let line = raw.trim(); + + // Skip blanks and comments. + if line.is_empty() || line.starts_with(';') { + continue; + } + + if let Some(rest) = line.strip_prefix('*') { + // Flush previous pattern. + flush(&mut cur_name, &mut cur_desc, &mut cur_lines, &mut result); + in_pattern = true; + + // Header: *NAME[,Description] + if let Some((name, desc)) = rest.split_once(',') { + cur_name = name.trim().to_string(); + cur_desc = desc.trim().to_string(); + } else { + cur_name = rest.trim().to_string(); + cur_desc = String::new(); + } + } else if in_pattern { + // Pattern line: angle, x0, y0, dx, dy [, d1, d2, ...] + // Strip inline comments. + let data = line.split(';').next().unwrap_or("").trim(); + if data.is_empty() { + continue; + } + + let parts: Vec = data + .split(',') + .filter_map(|s| s.trim().parse().ok()) + .collect(); + + if parts.len() >= 5 { + cur_lines.push(PatLineDef { + angle_deg: parts[0], + x0: parts[1], + y0: parts[2], + dx: parts[3], + dy: parts[4], + dashes: parts[5..].to_vec(), + }); + } + } + } + + // Flush last pattern. + flush(&mut cur_name, &mut cur_desc, &mut cur_lines, &mut result); + + result +} diff --git a/src/scene/acad_to_truck.rs b/src/scene/acad_to_truck.rs new file mode 100644 index 00000000..9081ceb0 --- /dev/null +++ b/src/scene/acad_to_truck.rs @@ -0,0 +1,30 @@ +// acadrust -> truck topology conversion layer. + +use acadrust::{CadDocument, EntityType}; +use glam::Vec3; +use truck_modeling::{Edge, Solid, Vertex, Wire}; + +use crate::entities::traits::EntityTypeOps; +use crate::scene::wire_model::{SnapHint, TangentGeom}; + +#[allow(dead_code)] +pub enum TruckObject { + Point(Vertex), + Curve(Edge), + Contour(Wire), + Text(Vec>), + /// Pre-computed NaN-separated 3-D point list (leader lines, arrowheads, etc.). + Lines(Vec<[f32; 3]>), + Volume(Solid), +} + +pub struct TruckEntity { + pub object: TruckObject, + pub snap_pts: Vec<(Vec3, SnapHint)>, + pub tangent_geoms: Vec, + pub key_vertices: Vec<[f32; 3]>, +} + +pub fn convert(entity: &EntityType, document: &CadDocument) -> Option { + entity.to_truck_entity(document) +} diff --git a/src/scene/camera.rs b/src/scene/camera.rs new file mode 100644 index 00000000..91a5e164 --- /dev/null +++ b/src/scene/camera.rs @@ -0,0 +1,252 @@ +// Arcball orbit camera — quaternion-based rotation, no gimbal lock. +// +// The camera orbits around a `target` point using a unit quaternion (`rotation`) +// that maps the canonical "camera looks down -Z" pose to the current view. +// +// Pan: translates `target` in the view-plane (no rotation change). +// Orbit: updates `rotation` via arcball delta — converts screen drag delta +// to a rotation axis/angle, then pre-multiplies the current quaternion. +// Zoom: adjusts `distance` (exponential feel). +// Snap: directly assigns yaw+pitch encoded as a quaternion (for ViewCube). +// +// Coordinate convention: Z-up world space (same as the rest of H7CAD). + +use glam::{vec3, Mat4, Quat, Vec3}; +use iced::{Point, Rectangle}; + +#[derive(Clone, Copy, PartialEq, Eq, Debug)] +pub enum Projection { + Orthographic, + Perspective, +} + +#[derive(Clone)] +pub struct Camera { + /// World-space pivot point the camera orbits around. + pub target: Vec3, + /// Arcball rotation: maps canonical pose to current orientation. + pub rotation: Quat, + /// Distance from eye to target. + pub distance: f32, + /// Vertical field of view in radians (perspective only). + pub fov_y: f32, + pub projection: Projection, + + // --- Legacy yaw/pitch exposed only for ViewCube hit-test compatibility --- + // Kept in sync with `rotation` whenever orbit() or snap_angles() is called. + pub yaw: f32, + pub pitch: f32, +} + +impl Default for Camera { + fn default() -> Self { + // Default: look straight down at the XY drawing plane (top view, Z-up). + // yaw = 0, pitch = PI/2 → eye is directly above target. + let yaw = 0.0_f32; + let pitch = std::f32::consts::FRAC_PI_2; + Self { + target: Vec3::ZERO, + rotation: yaw_pitch_to_quat(yaw, pitch), + distance: 60.36, + fov_y: 45.0_f32.to_radians(), + projection: Projection::Orthographic, + yaw, + pitch, + } + } +} + +pub const OPENGL_TO_WGPU: Mat4 = glam::mat4( + glam::vec4(1.0, 0.0, 0.0, 0.0), + glam::vec4(0.0, 1.0, 0.0, 0.0), + glam::vec4(0.0, 0.0, 0.5, 0.0), + glam::vec4(0.0, 0.0, 0.5, 1.0), +); + +impl Camera { + // ── Eye position ─────────────────────────────────────────────────────── + + pub fn eye(&self) -> Vec3 { + // The canonical eye direction is +Z (looking at origin from above). + // The rotation maps that canonical pose to the current orientation. + let eye_dir = self.rotation * Vec3::Z; + self.target + eye_dir * self.distance + } + + /// Half-height of the orthographic frustum in world units. + pub fn ortho_size(&self) -> f32 { + self.distance * (self.fov_y * 0.5).tan() + } + + // ── Projection matrices ──────────────────────────────────────────────── + + pub fn view_proj(&self, bounds: Rectangle) -> Mat4 { + let near = self.distance * 0.001; + let far = self.distance * 1000.0; + let aspect = bounds.width / bounds.height; + + // Up vector: use the rotation to find which world direction is "up" + // in the current camera frame. + let up_dir = self.rotation * Vec3::Y; + + let view = Mat4::look_at_rh(self.eye(), self.target, up_dir); + let proj = match self.projection { + Projection::Perspective => Mat4::perspective_rh(self.fov_y, aspect, near, far), + Projection::Orthographic => { + let h = self.ortho_size(); + let w = h * aspect; + Mat4::orthographic_rh(-w, w, -h, h, near, far) + } + }; + OPENGL_TO_WGPU * proj * view + } + + pub fn pick_on_target_plane(&self, screen: Point, bounds: Rectangle) -> Vec3 { + let ndc_x = (screen.x / bounds.width) * 2.0 - 1.0; + let ndc_y = 1.0 - (screen.y / bounds.height) * 2.0; + let inv = self.view_proj(bounds).inverse(); + + match self.projection { + Projection::Perspective => { + let near_pt = inv.project_point3(Vec3::new(ndc_x, ndc_y, 0.0)); + let far_pt = inv.project_point3(Vec3::new(ndc_x, ndc_y, 1.0)); + let dir = (far_pt - near_pt).normalize(); + let forward = (self.target - self.eye()).normalize(); + let denom = dir.dot(forward); + if denom.abs() < 1e-6 { + return self.target; + } + let t = (self.target - near_pt).dot(forward) / denom; + if t < 0.0 { + return self.target; + } + near_pt + dir * t + } + Projection::Orthographic => { + let ray_origin = inv.project_point3(Vec3::new(ndc_x, ndc_y, 0.0)); + let forward = (self.target - self.eye()).normalize(); + let t = (self.target - ray_origin).dot(forward) / forward.dot(forward); + ray_origin + forward * t + } + } + } + + pub fn position_vec4(&self) -> glam::Vec4 { + glam::Vec4::from((self.eye(), 0.0)) + } + + // ── ViewCube rotation matrix ─────────────────────────────────────────── + + /// Returns the rotation matrix for the ViewCube. + /// + /// The camera quaternion maps canonical pose (+Z eye) → current view. + /// The ViewCube needs the inverse so the cube stays world-aligned. + /// Inverse of a unit quaternion = its conjugate. + pub fn view_rotation_mat(&self) -> Mat4 { + Mat4::from_quat(self.rotation.conjugate()) + } + + // ── Navigation ──────────────────────────────────────────────────────── + + /// Arcball orbit: drag delta (dx, dy) in screen pixels. + pub fn orbit(&mut self, delta_x: f32, delta_y: f32) { + if delta_x.abs() < 1e-6 && delta_y.abs() < 1e-6 { + return; + } + + let speed = 0.005_f32; + let angle = (delta_x * delta_x + delta_y * delta_y).sqrt() * speed; + + // Screen drag → rotation axis: right drag = rotate around cam_up (Y), + // down drag = rotate around cam_right (X). Negate so drag direction + // matches intuitive "grab and spin" arcball behaviour. + let screen_axis = vec3(-delta_y, -delta_x, 0.0).normalize_or_zero(); + + let cam_right = self.rotation * Vec3::X; + let cam_up = self.rotation * Vec3::Y; + let world_axis = (cam_right * screen_axis.x + cam_up * screen_axis.y).normalize_or_zero(); + + if world_axis.length_squared() < 1e-12 { + return; + } + + let delta_rot = Quat::from_axis_angle(world_axis, angle); + self.rotation = (delta_rot * self.rotation).normalize(); + + // Sync legacy yaw/pitch for hit-test functions. + self.sync_yaw_pitch(); + } + + pub fn zoom(&mut self, delta: f32) { + self.distance = (self.distance * (1.0 - delta * 0.1)).max(0.001); + } + + pub fn zoom_about_point(&mut self, screen: Point, bounds: Rectangle, delta: f32) { + if bounds.width <= 0.0 || bounds.height <= 0.0 { + self.zoom(delta); + return; + } + + let before = self.pick_on_target_plane(screen, bounds); + self.zoom(delta); + let after = self.pick_on_target_plane(screen, bounds); + self.target += before - after; + } + + pub fn pan(&mut self, delta_x: f32, delta_y: f32) { + let speed = self.distance * 0.001; + let cam_right = self.rotation * Vec3::X; + let cam_up = self.rotation * Vec3::Y; + self.target -= cam_right * delta_x * speed; + self.target += cam_up * delta_y * speed; + } + + pub fn fit_to_bounds(&mut self, min: Vec3, max: Vec3) { + self.target = (min + max) * 0.5; + let size = (max - min).length(); + self.distance = size * 1.5; + } + + // ── ViewCube snap ───────────────────────────────────────────────────── + + /// Snap to canonical yaw+pitch (called by ViewCubeSnap message). + /// Updates the arcball quaternion to match. + pub fn snap_to_angles(&mut self, yaw: f32, pitch: f32) { + self.yaw = yaw; + self.pitch = pitch; + self.rotation = yaw_pitch_to_quat(yaw, pitch); + } + + // ── Internal helpers ─────────────────────────────────────────────────── + + /// Derive yaw and pitch from the current quaternion for the ViewCube + /// hit-test functions (hit_test / hover_id). These use yaw/pitch to + /// compute the same rotation matrix as the shader, so they must match. + fn sync_yaw_pitch(&mut self) { + // Eye direction in world space (canonical eye dir is +Z). + let eye_dir = self.rotation * Vec3::Z; + // pitch: angle above/below the XY plane. + self.pitch = eye_dir.z.clamp(-0.999, 0.999).asin(); + // yaw: atan2(x, y) matches from_rotation_z(yaw) used in view_rotation_mat. + self.yaw = eye_dir.x.atan2(eye_dir.y); + } +} + +// ── Free helpers ─────────────────────────────────────────────────────────── + +/// Build a rotation quaternion from yaw (rotation around Z) and pitch +/// (tilt toward Z). Matches the coordinate convention of the ViewCube +/// so snap angles continue to work unchanged. +/// +/// Convention (Z-up, Y-forward): +/// yaw = 0 → camera looks along +Y axis (front view) +/// pitch = PI/2 → camera looks down -Z (top view) +/// pitch = 0 → camera in the XY plane +/// Build a rotation quaternion from yaw and pitch. +/// Positive yaw rotates the view direction clockwise when seen from above (Z-up). +pub fn yaw_pitch_to_quat(yaw: f32, pitch: f32) -> Quat { + // +yaw so ViewCube faces match camera direction (FRONT at yaw=0 = +Y world axis). + let q_yaw = Quat::from_rotation_z(yaw); + let q_pitch = Quat::from_rotation_x(std::f32::consts::FRAC_PI_2 - pitch); + (q_yaw * q_pitch).normalize() +} diff --git a/src/scene/complex_lt.rs b/src/scene/complex_lt.rs new file mode 100644 index 00000000..e9b851d9 --- /dev/null +++ b/src/scene/complex_lt.rs @@ -0,0 +1,273 @@ +//! CPU-side complex linetype tessellation. +//! +//! Walks the entity path and applies LT elements (dashes, gaps, dots, shapes), +//! returning one `WireModel` per continuous stroke. +//! +//! Coordinate convention: 2D entities live in the **XZ** plane (Y = elevation). +//! Shape X → along the linetype direction; Shape Y → perpendicular in XZ. + +use crate::linetypes::{ComplexLt, LtSegment}; +use crate::scene::cxf; +use crate::scene::wire_model::WireModel; + +// ── Public entry point ──────────────────────────────────────────────────── + +/// Apply `lt` along `path_pts` (the entity's tessellated world-space strip). +/// +/// Returns one `WireModel` per continuous stroke. Pass the entity's `name`, +/// `color`, `selected` flag, and `line_weight_px` so the WireModels inherit +/// the entity's visual properties. +pub fn apply_along( + name: &str, + path_pts: &[[f32; 3]], + lt: &ComplexLt, + scale: f32, + color: [f32; 4], + selected: bool, + line_weight_px: f32, +) -> Vec { + if path_pts.len() < 2 || lt.segments.is_empty() { + return vec![]; + } + + let scaled: Vec = scale_segments(<.segments, scale); + if scaled.is_empty() { + return vec![]; + } + + let pattern_len: f32 = scaled + .iter() + .map(|s| match s { + LtSeg::Dash(l) | LtSeg::Space(l) => *l, + LtSeg::Dot | LtSeg::Shape { .. } => 0.0, + }) + .sum(); + if pattern_len < 1e-10 { + return vec![]; + } + + let mut strokes: Vec> = Vec::new(); + let mut cur_stroke: Vec<[f32; 3]> = Vec::new(); + + let mut elem_idx: usize = 0; + let mut elem_consumed: f32 = 0.0; + + for i in 0..path_pts.len() - 1 { + let ps = path_pts[i]; + let pe = path_pts[i + 1]; + + let dx = pe[0] - ps[0]; + let dy = pe[1] - ps[1]; + let dz = pe[2] - ps[2]; + let seg_len = (dx * dx + dy * dy + dz * dz).sqrt(); + if seg_len < 1e-10 { + continue; + } + + let fwd = [dx / seg_len, dy / seg_len, dz / seg_len]; + let perp = [-fwd[1], fwd[0], fwd[2]]; + + let mut pos = 0.0f32; + + while pos < seg_len - 1e-6 { + let idx = elem_idx % scaled.len(); + + match &scaled[idx] { + LtSeg::Dash(dash_len) => { + let remaining_dash = dash_len - elem_consumed; + let remaining_seg = seg_len - pos; + let advance = remaining_dash.min(remaining_seg); + + let p_start = lerp(ps, pe, pos / seg_len); + let p_end = lerp(ps, pe, (pos + advance) / seg_len); + + if cur_stroke.is_empty() { + cur_stroke.push(p_start); + } + cur_stroke.push(p_end); + + pos += advance; + elem_consumed += advance; + if (elem_consumed - dash_len).abs() < 1e-6 { + elem_idx += 1; + elem_consumed = 0.0; + } + } + + LtSeg::Space(space_len) => { + let remaining = space_len - elem_consumed; + let advance = remaining.min(seg_len - pos); + + flush(&mut cur_stroke, &mut strokes); + + pos += advance; + elem_consumed += advance; + if (elem_consumed - space_len).abs() < 1e-6 { + elem_idx += 1; + elem_consumed = 0.0; + } + } + + LtSeg::Dot => { + flush(&mut cur_stroke, &mut strokes); + let p = lerp(ps, pe, pos / seg_len); + strokes.push(vec![p, p]); + elem_idx += 1; + elem_consumed = 0.0; + if pos < 1e-6 { + break; + } + } + + LtSeg::Shape { + name: sh_name, + x, + y, + scale: sh_scale, + rot_deg, + } => { + flush(&mut cur_stroke, &mut strokes); + + let insert = lerp(ps, pe, pos / seg_len); + let insert = offset_pt(insert, fwd, perp, *x, *y); + + let shape_strokes = emit_shape(sh_name, insert, fwd, perp, *sh_scale, *rot_deg); + strokes.extend(shape_strokes); + + elem_idx += 1; + elem_consumed = 0.0; + if pos < 1e-6 { + break; + } + } + } + } + } + + flush(&mut cur_stroke, &mut strokes); + + strokes + .into_iter() + .filter(|s| s.len() >= 2) + .map(|pts| WireModel { + name: name.to_string(), + points: pts, + color, + selected, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + }) + .collect() +} + +// ── Helpers ─────────────────────────────────────────────────────────────── + +#[derive(Clone)] +enum LtSeg { + Dash(f32), + Space(f32), + Dot, + Shape { + name: String, + x: f32, + y: f32, + scale: f32, + rot_deg: f32, + }, +} + +fn scale_segments(segs: &[LtSegment], scale: f32) -> Vec { + segs.iter() + .map(|s| match s { + LtSegment::Dash(l) => LtSeg::Dash(l * scale), + LtSegment::Space(l) => LtSeg::Space(l * scale), + LtSegment::Dot => LtSeg::Dot, + LtSegment::Shape { + name, + x, + y, + scale: sh_scale, + rot_deg, + } => LtSeg::Shape { + name: name.clone(), + x: x * scale, + y: y * scale, + scale: *sh_scale * scale, + rot_deg: *rot_deg, + }, + }) + .collect() +} + +fn flush(cur: &mut Vec<[f32; 3]>, strokes: &mut Vec>) { + if !cur.is_empty() { + strokes.push(std::mem::take(cur)); + } +} + +fn lerp(a: [f32; 3], b: [f32; 3], t: f32) -> [f32; 3] { + [ + a[0] + (b[0] - a[0]) * t, + a[1] + (b[1] - a[1]) * t, + a[2] + (b[2] - a[2]) * t, + ] +} + +fn offset_pt(pt: [f32; 3], fwd: [f32; 3], perp: [f32; 3], dx: f32, dy: f32) -> [f32; 3] { + [ + pt[0] + fwd[0] * dx + perp[0] * dy, + pt[1] + fwd[1] * dx + perp[1] * dy, + pt[2] + fwd[2] * dx + perp[2] * dy, + ] +} + +/// Transform a CXF shape into world-space strokes. +fn emit_shape( + name: &str, + insert: [f32; 3], + fwd: [f32; 3], + perp: [f32; 3], + scale: f32, + rot_deg: f32, +) -> Vec> { + // cxf::get() now returns Option<&CxfGlyph> — same .strokes field. + let shape = match cxf::get(name) { + Some(s) => s, + None => return vec![], + }; + + let rot_r = rot_deg.to_radians(); + let (cos_r, sin_r) = (rot_r.cos(), rot_r.sin()); + + let rx = cos_r; + let ry = sin_r; + let sx = -sin_r; + let sy = cos_r; + + shape + .strokes + .iter() + .map(|stroke| { + stroke + .iter() + .map(|&[lx, ly]| { + let scaled_x = lx * scale; + let scaled_y = ly * scale; + + let along_fwd = rx * scaled_x + sx * scaled_y; + let along_perp = ry * scaled_x + sy * scaled_y; + + [ + insert[0] + fwd[0] * along_fwd + perp[0] * along_perp, + insert[1] + fwd[1] * along_fwd + perp[1] * along_perp, + insert[2] + fwd[2] * along_fwd + perp[2] * along_perp, + ] + }) + .collect() + }) + .collect() +} diff --git a/src/scene/cxf.rs b/src/scene/cxf.rs new file mode 100644 index 00000000..c3ce8c3b --- /dev/null +++ b/src/scene/cxf.rs @@ -0,0 +1,585 @@ +//! CXF vector font and shape parser. +//! +//! Handles both linetype shape files (ltypeshp.cxf) and full font files +//! (Standard.cxf, NormalLatin2.cxf, etc.) with a single parser. +//! +//! Supported CXF geometry commands: +//! L x0,y0,x1,y1 — single line segment +//! PL x,y,b,... — open polyline (x, y, bulge triplets) +//! PLC x,y,b,... — closed polyline +//! A cx,cy,r,start,end — arc CCW, angles in degrees +//! AR cx,cy,r,start,end — arc CW, angles in degrees +//! +//! Entry type decision rule: +//! [XXXX] LABEL +//! - If LABEL is exactly one character AND equals char::from_u32(hex) +//! -> stored as a Unicode glyph (font use-case, e.g. [0041] A) +//! - Otherwise -> stored as a named shape (ltypeshp, e.g. [0042] BAT) +//! +//! Glyph coordinate space: +//! Origin = left baseline corner. +//! Cap height = 9 glyph units. +//! Scale factor = text_height / 9.0. + +use std::collections::HashMap; +use std::f32::consts::TAU; +use std::sync::OnceLock; + +// ── Embedded assets ─────────────────────────────────────────────────────── + +const SRC_LTYPESHP: &str = include_str!("../../assets/fonts/ltypeshp.cxf"); +const SRC_STANDARD: &str = include_str!("../../assets/fonts/Standard.cxf"); +const SRC_NORMAL: &str = include_str!("../../assets/fonts/NormalLatin2.cxf"); +const SRC_COURIER: &str = include_str!("../../assets/fonts/CourierCad.cxf"); +const SRC_SANS: &str = include_str!("../../assets/fonts/SansNS.cxf"); +const SRC_ITALIC: &str = include_str!("../../assets/fonts/ItalicT.cxf"); +const SRC_GOTHIC: &str = include_str!("../../assets/fonts/GothITT.cxf"); +const SRC_CURSIVE: &str = include_str!("../../assets/fonts/Cursive.cxf"); +const SRC_SCRIPTC: &str = include_str!("../../assets/fonts/ScriptS.cxf"); + +// ── Public types ────────────────────────────────────────────────────────── + +/// One glyph or shape: a list of open 2-D polyline strokes in local units. +#[derive(Clone, Default)] +pub struct CxfGlyph { + /// Each stroke is a list of [x, y] points forming a connected polyline. + pub strokes: Vec>, + /// Advance width in glyph units (rightmost X of all strokes). + pub advance: f32, +} + +/// A parsed CXF file. +#[derive(Clone)] +pub struct CxfFile { + /// Font/file name from the `# Name:` header. + pub name: String, + /// Extra space between characters in glyph units (`# LetterSpacing:`). + pub letter_spacing: f32, + /// Space character width in glyph units (`# WordSpacing:`). + pub word_spacing: f32, + /// Line height multiplier relative to text height (`# LineSpacingFactor:`). + pub line_spacing: f32, + /// Named shapes keyed by uppercase name — used for ltypeshp. + shapes: HashMap, + /// Unicode glyphs keyed by character — used for font files. + glyphs: HashMap, +} + +impl CxfFile { + /// Look up a linetype shape by name (case-insensitive). + pub fn shape(&self, name: &str) -> Option<&CxfGlyph> { + self.shapes.get(&name.to_ascii_uppercase()) + } + + /// Look up a font glyph by Unicode character. + pub fn glyph(&self, c: char) -> Option<&CxfGlyph> { + self.glyphs.get(&c) + } +} + +// ── Static registries ───────────────────────────────────────────────────── + +static SHAPES: OnceLock = OnceLock::new(); +static FONTS: OnceLock> = OnceLock::new(); + +fn shapes_file() -> &'static CxfFile { + SHAPES.get_or_init(|| parse(SRC_LTYPESHP)) +} + +fn fonts_map() -> &'static HashMap { + FONTS.get_or_init(|| { + let mut map = HashMap::new(); + let mut insert = |src: &str, aliases: &[&str]| { + let f = parse(src); + map.insert(f.name.to_ascii_uppercase(), f.clone()); + for alias in aliases { + map.insert(alias.to_ascii_uppercase(), f.clone()); + } + }; + + insert(SRC_STANDARD, &["STANDARD", "TXT", "TXT.SHX", "SIMPLEX"]); + insert( + SRC_NORMAL, + &["NORMAL", "NORMALLATIN2", "ROMANS", "ROMANS.SHX"], + ); + insert(SRC_COURIER, &["COURIER", "COURIERCAD", "COURIERCAD"]); + insert(SRC_SANS, &["SANS", "SANSNS"]); + insert(SRC_ITALIC, &["ITALIC", "ITALICT"]); + insert(SRC_GOTHIC, &["GOTHIC", "GOTHITT"]); + insert(SRC_CURSIVE, &["CURSIVE"]); + insert(SRC_SCRIPTC, &["SCRIPTS", "SCRIPTC", "SCRIPT"]); + map + }) +} + +// ── Public API — linetype shapes ────────────────────────────────────────── + +/// Look up a linetype shape by name (case-insensitive). Used by `complex_lt.rs`. +pub fn get(name: &str) -> Option<&'static CxfGlyph> { + shapes_file().shape(name) +} + +// ── Public API — text tessellation ──────────────────────────────────────── + +/// Return a font by name (case-insensitive). +/// Falls back to Standard → Normal → any available font. +pub fn get_font(name: &str) -> &'static CxfFile { + let map = fonts_map(); + let key = name.to_ascii_uppercase(); + map.get(&key) + .or_else(|| map.get("STANDARD")) + .or_else(|| map.get("NORMAL")) + .or_else(|| map.values().next()) + .expect("at least one CXF font must be embedded") +} + +/// Tessellate a text string into world-space 2-D strokes. +/// +/// - `origin` — insertion point [world_x, world_y] +/// - `height` — text height in world units (cap height = 9 glyph units) +/// - `rotation` — rotation angle in radians (CCW positive) +/// - `font_name` — e.g. "Standard", "Romans", "Courier" (case-insensitive) +/// - `text` — the string to render +/// +/// Returns one Vec<[f32;2]> per stroke. Strokes from different glyphs are +/// separate entries. +#[allow(dead_code)] +pub fn tessellate_text( + origin: [f32; 2], + height: f32, + rotation: f32, + font_name: &str, + text: &str, +) -> Vec> { + if text.is_empty() || height <= 0.0 { + return vec![]; + } + + let font = get_font(font_name); + let scale = height / 9.0; // CXF cap height = 9 glyph units + let (cos_r, sin_r) = (rotation.cos(), rotation.sin()); + + let xform = |gx: f32, gy: f32, cursor_x: f32| -> [f32; 2] { + let lx = (cursor_x + gx) * scale; + let ly = gy * scale; + [ + origin[0] + lx * cos_r - ly * sin_r, + origin[1] + lx * sin_r + ly * cos_r, + ] + }; + + let mut out: Vec> = Vec::new(); + let mut cursor_x: f32 = 0.0; + + for ch in text.chars() { + if ch == ' ' { + cursor_x += font.word_spacing; + continue; + } + match font.glyph(ch) { + Some(glyph) => { + for stroke in &glyph.strokes { + if stroke.len() < 2 { + continue; + } + out.push( + stroke + .iter() + .map(|&[gx, gy]| xform(gx, gy, cursor_x)) + .collect(), + ); + } + cursor_x += glyph.advance + font.letter_spacing; + } + None => { + cursor_x += 6.0 + font.letter_spacing; + } + } + } + + out +} + +pub fn tessellate_text_ex( + origin: [f32; 2], + height: f32, + rotation: f32, + width_factor: f32, + oblique_angle: f32, + font_name: &str, + text: &str, +) -> Vec> { + if text.is_empty() || height <= 0.0 { + return vec![]; + } + + let font = get_font(font_name); + let scale = height / 9.0; + let wf = width_factor.clamp(0.01, 100.0); + let ob = oblique_angle.tan(); // shear multiplier + let (cos_r, sin_r) = (rotation.cos(), rotation.sin()); + + let xform = |gx: f32, gy: f32, cursor_x: f32| -> [f32; 2] { + let sx = (cursor_x + gx) * scale * wf + gy * scale * ob; + let sy = gy * scale; + [ + origin[0] + sx * cos_r - sy * sin_r, + origin[1] + sx * sin_r + sy * cos_r, + ] + }; + + let mut out: Vec> = Vec::new(); + let mut cursor_x: f32 = 0.0; + + for ch in text.chars() { + if ch == ' ' { + cursor_x += font.word_spacing; + continue; + } + match font.glyph(ch) { + Some(glyph) => { + for stroke in &glyph.strokes { + if stroke.len() < 2 { + continue; + } + out.push( + stroke + .iter() + .map(|&[gx, gy]| xform(gx, gy, cursor_x)) + .collect(), + ); + } + cursor_x += (glyph.advance + font.letter_spacing) * wf; + } + None => { + cursor_x += (6.0 + font.letter_spacing) * wf; + } + } + } + out +} + +// ── Parser ──────────────────────────────────────────────────────────────── + +fn parse(src: &str) -> CxfFile { + let mut file = CxfFile { + name: String::from("Unknown"), + letter_spacing: 3.0, + word_spacing: 6.75, + line_spacing: 1.0, + shapes: HashMap::new(), + glyphs: HashMap::new(), + }; + + let mut cur_char: Option = None; + let mut cur_name: Option = None; + let mut cur_strokes: Vec> = Vec::new(); + let mut cur_max_x: f32 = 0.0; + + for raw in src.lines() { + let line = raw.trim(); + if line.is_empty() { + continue; + } + + // ── Header ──────────────────────────────────────────────────────── + if line.starts_with('#') { + if let Some(rest) = line.strip_prefix("# Name:") { + file.name = rest.trim().to_string(); + } else if let Some(rest) = line.strip_prefix("# LetterSpacing:") { + if let Ok(v) = rest.trim().parse::() { + file.letter_spacing = v; + } + } else if let Some(rest) = line.strip_prefix("# WordSpacing:") { + if let Ok(v) = rest.trim().parse::() { + file.word_spacing = v; + } + } else if let Some(rest) = line.strip_prefix("# LineSpacingFactor:") { + if let Ok(v) = rest.trim().parse::() { + file.line_spacing = v; + } + } + continue; + } + + // ── Entry header: `[XXXX] LABEL` ───────────────────────────────── + if line.starts_with('[') { + flush_entry( + &mut file, + &mut cur_char, + &mut cur_name, + &mut cur_strokes, + &mut cur_max_x, + ); + + let hex_end = match line.find(']') { + Some(i) => i, + None => continue, + }; + let hex_str = line[1..hex_end].trim(); + let label = line[hex_end + 1..].trim(); + + if let Ok(cp) = u32::from_str_radix(hex_str, 16) { + let cp_char = char::from_u32(cp); + + // Glyph: label is exactly the one character that the codepoint maps to. + // Shape: label is a word (different from the codepoint char) or empty + // with a non-printable / non-matching codepoint. + let is_glyph = match cp_char { + Some(ch) => label.chars().count() == 1 && label.chars().next() == Some(ch), + None => false, + }; + + if is_glyph { + cur_char = cp_char; + cur_name = None; + } else if !label.is_empty() { + cur_name = Some(label.to_string()); + cur_char = None; + } else if let Some(ch) = cp_char { + // No label but valid codepoint — treat as glyph. + cur_char = Some(ch); + cur_name = None; + } + } + continue; + } + + // ── Geometry (only inside a valid entry) ────────────────────────── + if cur_char.is_none() && cur_name.is_none() { + continue; + } + + let up = line.to_ascii_uppercase(); + + if up.starts_with("PLC ") { + if let Some(s) = parse_triplet_poly(&line[4..], true) { + update_max_x(&s, &mut cur_max_x); + if !s.is_empty() { + cur_strokes.push(s); + } + } + } else if up.starts_with("PL ") { + if let Some(s) = parse_triplet_poly(&line[3..], false) { + update_max_x(&s, &mut cur_max_x); + if !s.is_empty() { + cur_strokes.push(s); + } + } + } else if up.starts_with("AR ") { + if let Some(s) = parse_arc(&line[3..], true) { + update_max_x(&s, &mut cur_max_x); + cur_strokes.push(s); + } + } else if up.starts_with("A ") { + if let Some(s) = parse_arc(&line[2..], false) { + update_max_x(&s, &mut cur_max_x); + cur_strokes.push(s); + } + } else if up.starts_with("L ") { + let vals: Vec = line[2..] + .split(',') + .filter_map(|s| s.trim().parse().ok()) + .collect(); + if vals.len() >= 4 { + let s = vec![[vals[0], vals[1]], [vals[2], vals[3]]]; + update_max_x(&s, &mut cur_max_x); + cur_strokes.push(s); + } + } + } + + flush_entry( + &mut file, + &mut cur_char, + &mut cur_name, + &mut cur_strokes, + &mut cur_max_x, + ); + file +} + +fn flush_entry( + file: &mut CxfFile, + cur_char: &mut Option, + cur_name: &mut Option, + cur_strokes: &mut Vec>, + cur_max_x: &mut f32, +) { + let strokes = std::mem::take(cur_strokes); + let advance = *cur_max_x; + *cur_max_x = 0.0; + let glyph = CxfGlyph { strokes, advance }; + + if let Some(ch) = cur_char.take() { + file.glyphs.insert(ch, glyph); + } else if let Some(name) = cur_name.take() { + file.shapes.insert(name.to_ascii_uppercase(), glyph); + } +} + +fn update_max_x(stroke: &[[f32; 2]], max_x: &mut f32) { + for &[x, _] in stroke { + if x > *max_x { + *max_x = x; + } + } +} + +// ── Arc tessellation ────────────────────────────────────────────────────── + +/// Parse `cx,cy,radius,start_deg,end_deg` and tessellate into a polyline. +/// `reversed = true` → CW sweep (AR), `false` → CCW (A). +fn parse_arc(data: &str, reversed: bool) -> Option> { + let vals: Vec = data + .split(',') + .filter_map(|s| s.trim().parse().ok()) + .collect(); + if vals.len() < 5 { + return None; + } + + let (cx, cy, r) = (vals[0], vals[1], vals[2]); + let sa = vals[3].to_radians(); + let ea = vals[4].to_radians(); + if r <= 0.0 { + return None; + } + + let sweep = if reversed { + let mut s = ea - sa; + if s > 0.0 { + s -= TAU; + } + if s.abs() < 1e-6 { + s = -TAU; + } + s + } else { + let mut s = ea - sa; + if s < 0.0 { + s += TAU; + } + if s.abs() < 1e-6 { + s = TAU; + } + s + }; + + let segs = ((sweep.abs() / TAU) * 64.0).ceil().clamp(4.0, 64.0) as u32; + let mut pts = Vec::with_capacity(segs as usize + 1); + for i in 0..=segs { + let t = sa + sweep * (i as f32 / segs as f32); + pts.push([cx + r * t.cos(), cy + r * t.sin()]); + } + Some(pts) +} + +// ── Polyline (bulge) tessellation ───────────────────────────────────────── + +/// Parse `(x, y, bulge)` triplets from a PL / PLC command. +fn parse_triplet_poly(data: &str, closed: bool) -> Option> { + let vals: Vec = data + .split(',') + .filter_map(|s| s.trim().parse().ok()) + .collect(); + let n = vals.len(); + if n < 6 || n % 3 != 0 { + return None; + } + + let triplets: Vec<([f32; 2], f32)> = (0..n) + .step_by(3) + .map(|i| ([vals[i], vals[i + 1]], vals[i + 2])) + .collect(); + let tc = triplets.len(); + let mut pts: Vec<[f32; 2]> = Vec::with_capacity(tc * 6); + + for (idx, &(start, bulge)) in triplets.iter().enumerate() { + let end = if idx + 1 < tc { + triplets[idx + 1].0 + } else if closed && tc > 0 { + triplets[0].0 + } else { + if pts.last() != Some(&start) { + pts.push(start); + } + break; + }; + + if pts.last() != Some(&start) { + pts.push(start); + } + + if bulge.abs() < 1e-7 { + pts.push(end); + } else { + bulge_arc(&mut pts, start, end, bulge, 16); + } + } + + if closed { + if let Some(&first) = pts.first() { + if pts.last() != Some(&first) { + pts.push(first); + } + } + } + Some(pts) +} + +/// Approximate a bulge arc from `p0` to `p1`. +/// `bulge = tan(included_angle / 4)`: positive = CCW, negative = CW. +fn bulge_arc(out: &mut Vec<[f32; 2]>, p0: [f32; 2], p1: [f32; 2], bulge: f32, n: usize) { + let (x1, y1) = (p0[0], p0[1]); + let (x2, y2) = (p1[0], p1[1]); + + let theta = 4.0 * bulge.atan(); + let dx = x2 - x1; + let dy = y2 - y1; + let d = (dx * dx + dy * dy).sqrt(); + if d < 1e-10 { + out.push(p1); + return; + } + + let half_theta = theta * 0.5; + let r = (d * 0.5) / half_theta.sin().abs(); + let px = -dy / d; + let py = dx / d; + let d_mc = r * half_theta.cos(); + let sign = if bulge > 0.0 { 1.0_f32 } else { -1.0_f32 }; + // Center lies to the LEFT of chord for CCW (bulge>0) and to the RIGHT for CW (bulge<0). + // px = -dy/d is the left-perpendicular unit vector of the chord. + // CCW (sign=+1): center = mid + perp * d_mc (left) + // CW (sign=-1): center = mid - perp * d_mc (right) + let cx = (x1 + x2) * 0.5 + sign * px * d_mc; + let cy = (y1 + y2) * 0.5 + sign * py * d_mc; + + let a1 = (y1 - cy).atan2(x1 - cx); + let a2 = (y2 - cy).atan2(x2 - cx); + + // With the corrected center, raw sweep (a2-a1) is already in the right + // range for most arcs. A single clamp is sufficient — no loop needed. + let mut sweep = a2 - a1; + if bulge > 0.0 { + // CCW: sweep must be in (0, TAU]. + if sweep <= 0.0 { + sweep += TAU; + } + } else { + // CW: sweep must be in [-TAU, 0). + if sweep >= 0.0 { + sweep -= TAU; + } + } + if sweep.abs() < 1e-7 { + sweep = if bulge > 0.0 { TAU } else { -TAU }; + } + + for i in 1..=n { + let t = i as f32 / n as f32; + let a = a1 + sweep * t; + out.push([cx + r * a.cos(), cy + r * a.sin()]); + } +} diff --git a/src/scene/dispatch.rs b/src/scene/dispatch.rs new file mode 100644 index 00000000..94806ec2 --- /dev/null +++ b/src/scene/dispatch.rs @@ -0,0 +1,80 @@ +// Dispatch entry points for entity editing. + +use acadrust::types::{Color as AcadColor, LineWeight, Transparency}; +use acadrust::{EntityType, Handle}; + +use crate::command::EntityTransform; +use crate::entities::traits::EntityTypeOps; +use crate::scene::object::{GripDef, PropSection}; +use crate::scene::properties; + +pub fn grips(entity: &EntityType) -> Vec { + EntityTypeOps::grips(entity) +} + +pub fn properties_sectioned( + handle: Handle, + entity: &EntityType, + text_style_names: &[String], +) -> Vec { + let general = properties::general_section(entity); + let geometry = entity + .geometry_properties(text_style_names) + .unwrap_or_else(|| properties::fallback_properties(handle, entity)); + vec![general, geometry] +} + +pub fn apply_common_prop(entity: &mut EntityType, field: &str, value: &str) { + let e = entity.as_entity_mut(); + match field { + "layer" => e.set_layer(value.to_string()), + "linetype" => { + entity.common_mut().linetype = if value == "ByLayer" { + String::new() + } else { + value.to_string() + }; + } + "linetype_scale" => { + if let Ok(v) = value.trim().parse::() { + if v > 0.0 { + entity.common_mut().linetype_scale = v; + } + } + } + "transparency" => { + if let Ok(pct) = value.trim().parse::() { + let alpha = (pct.clamp(0.0, 100.0) / 100.0 * 255.0).round() as u8; + entity + .as_entity_mut() + .set_transparency(Transparency::new(alpha)); + } + } + _ => {} + } +} + +pub fn toggle_invisible(entity: &mut EntityType) { + let cur = entity.as_entity_mut().is_invisible(); + entity.as_entity_mut().set_invisible(!cur); +} + +pub fn apply_color(entity: &mut EntityType, color: AcadColor) { + entity.as_entity_mut().set_color(color); +} + +pub fn apply_line_weight(entity: &mut EntityType, lw: LineWeight) { + entity.as_entity_mut().set_line_weight(lw); +} + +pub fn apply_geom_prop(entity: &mut EntityType, field: &str, value: &str) { + EntityTypeOps::apply_geom_prop(entity, field, value); +} + +pub fn apply_grip(entity: &mut EntityType, grip_id: usize, apply: crate::scene::object::GripApply) { + EntityTypeOps::apply_grip(entity, grip_id, apply); +} + +pub fn apply_transform(entity: &mut EntityType, t: &EntityTransform) { + EntityTypeOps::apply_transform(entity, t); +} diff --git a/src/scene/grip.rs b/src/scene/grip.rs new file mode 100644 index 00000000..8c1ca8f0 --- /dev/null +++ b/src/scene/grip.rs @@ -0,0 +1,79 @@ +//! H7CAD-style grip editing. + +use acadrust::Handle; +use glam::{Mat4, Vec3}; +use iced::{Point, Rectangle}; + +use super::object::{GripDef, GripShape}; + +/// Pixel radius for grip hit-detection. +pub const GRIP_THRESHOLD_PX: f32 = 8.0; +/// Half-size of the rendered grip square / diamond in pixels. +pub const GRIP_HALF_PX: f32 = 5.0; + +// ── Active drag state ───────────────────────────────────────────────────── + +/// Stored on `H7CAD` while a grip is being dragged. +#[derive(Clone, Debug)] +pub struct GripEdit { + /// Handle of the entity being edited. + pub handle: Handle, + /// Index into the entity's grip list. + pub grip_id: usize, + /// `true` → midpoint / translate grip; `false` → endpoint / absolute grip. + pub is_translate: bool, + /// World-space position of the grip when the drag started (ortho/polar base). + pub origin_world: Vec3, + /// Last world-space cursor position (needed for incremental delta on translate drags). + pub last_world: Vec3, +} + +// ── Screen-space helpers ─────────────────────────────────────────────────── + +/// Project a slice of `GripDef`s to screen space. +/// Returns `(grip_id, screen_pos, is_midpoint, shape)` for each grip. +pub fn grips_to_screen( + grips: &[GripDef], + view_proj: Mat4, + bounds: Rectangle, +) -> Vec<(usize, Point, bool, GripShape)> { + grips + .iter() + .map(|g| { + let ndc = view_proj.project_point3(g.world); + let screen = Point::new( + (ndc.x + 1.0) * 0.5 * bounds.width, + (1.0 - ndc.y) * 0.5 * bounds.height, + ); + (g.id, screen, g.is_midpoint, g.shape) + }) + .collect() +} + +/// Find the closest grip within `GRIP_THRESHOLD_PX` pixels of `cursor`. +/// Returns `(grip_id, is_translate, world_pos)` if found, else `None`. +pub fn find_hit_grip( + cursor: Point, + grips: &[GripDef], + view_proj: Mat4, + bounds: Rectangle, +) -> Option<(usize, bool, Vec3)> { + let mut best_dist = GRIP_THRESHOLD_PX; + let mut best: Option<(usize, bool, Vec3)> = None; + + for g in grips { + let ndc = view_proj.project_point3(g.world); + let screen = Point::new( + (ndc.x + 1.0) * 0.5 * bounds.width, + (1.0 - ndc.y) * 0.5 * bounds.height, + ); + let dx = screen.x - cursor.x; + let dy = screen.y - cursor.y; + let d = (dx * dx + dy * dy).sqrt(); + if d < best_dist { + best_dist = d; + best = Some((g.id, g.is_midpoint, g.world)); + } + } + best +} diff --git a/src/scene/hatch_model.rs b/src/scene/hatch_model.rs new file mode 100644 index 00000000..ad16808f --- /dev/null +++ b/src/scene/hatch_model.rs @@ -0,0 +1,57 @@ +// HatchModel — CPU-side hatch fill data; rendered entirely on the GPU. +// +// The boundary is a closed polygon in world XY coordinates (max 64 vertices). +// The GPU fragment shader performs point-in-polygon and hatch-line tests so +// no line geometry is ever tessellated on the CPU. + +/// One line family from a PAT-format hatch pattern. +/// +/// Format mirrors the standard PAT line format: +/// `angle_deg, x0, y0, dx, dy [, dash1, dash2, ...]` +/// +/// The perpendicular spacing between adjacent parallel lines is: +/// `| -dx * sin(angle) + dy * cos(angle) |` +#[derive(Clone, Debug)] +pub struct PatFamily { + /// Line direction in degrees. + pub angle_deg: f32, + /// Origin of the first line in this family. + pub x0: f32, + pub y0: f32, + /// Step vector to the next parallel line. + pub dx: f32, + pub dy: f32, + /// Dash/gap sequence: positive = dash length, negative = gap length. + /// Empty = solid (no dash pattern). + pub dashes: Vec, +} + +/// Hatch fill pattern. +#[derive(Clone, Debug)] +pub enum HatchPattern { + /// Opaque solid fill. + Solid, + /// One or more line families (PAT format). + Pattern(Vec), + /// Linear gradient from `color` to `color2` along `angle_deg`. + Gradient { angle_deg: f32, color2: [f32; 4] }, +} + +/// A hatched region defined by a closed polygon boundary. +#[derive(Clone, Debug)] +pub struct HatchModel { + /// World XY coordinates of the boundary polygon vertices (max 64). + pub boundary: Vec<[f32; 2]>, + /// Fill pattern. + pub pattern: HatchPattern, + /// Catalog name for this pattern (e.g. "ANSI31", "SOLID", "LINEAR"). + /// Stored so `add_hatch()` can write the correct name to the DXF entity. + pub name: String, + /// RGBA color in [0,1]. + pub color: [f32; 4], + /// Pattern rotation offset in radians (from DXF `pattern_angle`). + /// Applied on top of each family's base angle at render time. + pub angle_offset: f32, + /// Pattern scale multiplier (from DXF `pattern_scale`). + pub scale: f32, +} diff --git a/src/scene/hatch_patterns.rs b/src/scene/hatch_patterns.rs new file mode 100644 index 00000000..f9981ac1 --- /dev/null +++ b/src/scene/hatch_patterns.rs @@ -0,0 +1,88 @@ +// H7CAD hatch pattern catalog — built from `assets/patterns/H7CAD.pat`. +// +// Each `PatternEntry` wraps a parsed PAT pattern with: +// - `gpu` — `HatchPattern::Pattern(families)` for the shader +// - `pat_lines` — exact PAT line definitions used for DXF export + +use std::sync::OnceLock; + +use crate::patterns::PatLineDef; +use crate::scene::hatch_model::{HatchPattern, PatFamily}; +use acadrust::entities::{HatchPattern as DxfPattern, HatchPatternLine}; +use acadrust::types::Vector2; + +// ── Public types ────────────────────────────────────────────────────────── + +pub struct PatternEntry { + pub name: String, + pub description: String, + /// GPU-ready pattern for the shader. + pub gpu: HatchPattern, + /// Exact PAT line families (used for DXF export). + pub pat_lines: Vec, +} + +// ── Catalog ─────────────────────────────────────────────────────────────── + +static CATALOG: OnceLock> = OnceLock::new(); + +pub fn catalog() -> &'static [PatternEntry] { + CATALOG.get_or_init(build_catalog) +} + +pub fn find(name: &str) -> Option<&'static PatternEntry> { + catalog().iter().find(|e| e.name.eq_ignore_ascii_case(name)) +} + +pub fn names() -> Vec { + catalog().iter().map(|e| e.name.clone()).collect() +} + +// ── DXF export ──────────────────────────────────────────────────────────── + +pub fn build_dxf_pattern(entry: &PatternEntry) -> DxfPattern { + let mut pat = DxfPattern::new(&entry.name); + pat.description = entry.description.clone(); + for ln in &entry.pat_lines { + let angle_rad = (ln.angle_deg as f64).to_radians(); + pat.lines.push(HatchPatternLine { + angle: angle_rad, + base_point: Vector2::new(ln.x0 as f64, ln.y0 as f64), + offset: Vector2::new(ln.dx as f64, ln.dy as f64), + dash_lengths: ln.dashes.iter().map(|&d| d as f64).collect(), + }); + } + pat +} + +// ── Builder ─────────────────────────────────────────────────────────────── + +fn build_catalog() -> Vec { + let mut entries = vec![PatternEntry { + name: "SOLID".into(), + description: "Solid fill".into(), + gpu: HatchPattern::Solid, + pat_lines: vec![], + }]; + + for def in crate::patterns::catalog() { + entries.push(PatternEntry { + name: def.name.clone(), + description: def.description.clone(), + gpu: HatchPattern::Pattern(def.lines.iter().map(pat_line_to_family).collect()), + pat_lines: def.lines.clone(), + }); + } + entries +} + +fn pat_line_to_family(ln: &PatLineDef) -> PatFamily { + PatFamily { + angle_deg: ln.angle_deg, + x0: ln.x0, + y0: ln.y0, + dx: ln.dx, + dy: ln.dy, + dashes: ln.dashes.clone(), + } +} diff --git a/src/scene/hit_test.rs b/src/scene/hit_test.rs new file mode 100644 index 00000000..9a45660e --- /dev/null +++ b/src/scene/hit_test.rs @@ -0,0 +1,339 @@ +//! CPU-side hit-testing for wire geometry. +//! +//! All tests are performed in **screen space** — wire vertices are projected +//! to 2-D pixel coordinates, then compared against the cursor or selection box. +//! This matches the visual result the user sees. + +use std::collections::HashMap; + +use acadrust::Handle; +use glam::{Mat4, Vec3}; +use iced::{Point, Rectangle}; + +use super::hatch_model::HatchModel; +use super::wire_model::WireModel; + +/// Pixel radius used for single-click wire detection. +const CLICK_THRESHOLD_PX: f32 = 8.0; + +// ── Single-click hit test ───────────────────────────────────────────────── + +/// Return the `name` of the closest wire whose screen-space segments pass +/// within `CLICK_THRESHOLD_PX` pixels of `cursor`. +/// +/// Returns `None` when no wire is close enough. +pub fn click_hit<'a>( + cursor: Point, + wires: &'a [WireModel], + view_proj: Mat4, + bounds: Rectangle, +) -> Option<&'a str> { + let mut best_dist = CLICK_THRESHOLD_PX; + let mut best: Option<&str> = None; + + for wire in wires { + let screen: Vec = wire + .points + .iter() + .map(|&p| world_to_screen(Vec3::from(p), view_proj, bounds)) + .collect(); + + for seg in screen.windows(2) { + let d = dist_point_to_segment(cursor, seg[0], seg[1]); + if d < best_dist { + best_dist = d; + best = Some(&wire.name); + } + } + } + + best +} + +// ── Box / window selection ──────────────────────────────────────────────── + +/// Return the names of wires selected by a completed rectangular selection box. +/// +/// - **Window mode** (`crossing = false`, left→right drag): +/// ALL projected points must lie inside the box. +/// - **Crossing mode** (`crossing = true`, right→left drag): +/// ANY projected point inside the box is sufficient. +pub fn box_hit<'a>( + corner_a: Point, + corner_b: Point, + crossing: bool, + wires: &'a [WireModel], + view_proj: Mat4, + bounds: Rectangle, +) -> Vec<&'a str> { + let min_x = corner_a.x.min(corner_b.x); + let max_x = corner_a.x.max(corner_b.x); + let min_y = corner_a.y.min(corner_b.y); + let max_y = corner_a.y.max(corner_b.y); + + // Ignore zero-area boxes. + if (max_x - min_x) < 1.0 || (max_y - min_y) < 1.0 { + return vec![]; + } + + let inside = |sp: Point| sp.x >= min_x && sp.x <= max_x && sp.y >= min_y && sp.y <= max_y; + + wires + .iter() + .filter_map(|wire| { + if wire.points.is_empty() { + return None; + } + + let screen: Vec = wire + .points + .iter() + .map(|&p| world_to_screen(Vec3::from(p), view_proj, bounds)) + .collect(); + + let hit = if crossing { + screen.iter().any(|&sp| inside(sp)) + } else { + screen.iter().all(|&sp| inside(sp)) + }; + + if hit { + Some(wire.name.as_str()) + } else { + None + } + }) + .collect() +} + +// ── Polygon / lasso selection ───────────────────────────────────────────── + +/// Return the names of wires selected by a freehand polygon lasso. +/// +/// - **Window mode** (`crossing = false`): ALL projected points inside polygon. +/// - **Crossing mode** (`crossing = true`): ANY point inside OR any wire +/// segment crosses a polygon edge. +pub fn poly_hit<'a>( + poly: &[Point], + crossing: bool, + wires: &'a [WireModel], + view_proj: Mat4, + bounds: Rectangle, +) -> Vec<&'a str> { + if poly.len() < 3 { + return vec![]; + } + + wires + .iter() + .filter_map(|wire| { + if wire.points.is_empty() { + return None; + } + + let screen: Vec = wire + .points + .iter() + .map(|&p| world_to_screen(Vec3::from(p), view_proj, bounds)) + .collect(); + + let hit = if crossing { + // Any vertex inside OR any wire segment crosses any polygon edge. + screen.iter().any(|&sp| point_in_polygon(sp, poly)) + || screen + .windows(2) + .any(|seg| segment_crosses_polygon(seg[0], seg[1], poly)) + } else { + screen.iter().all(|&sp| point_in_polygon(sp, poly)) + }; + + if hit { + Some(wire.name.as_str()) + } else { + None + } + }) + .collect() +} + +// ── Helpers ─────────────────────────────────────────────────────────────── + +fn world_to_screen(world: Vec3, view_proj: Mat4, bounds: Rectangle) -> Point { + let ndc = view_proj.project_point3(world); + Point::new( + (ndc.x + 1.0) * 0.5 * bounds.width, + (1.0 - ndc.y) * 0.5 * bounds.height, + ) +} + +/// Even-odd ray-casting test: is `p` inside the polygon? +fn point_in_polygon(p: Point, poly: &[Point]) -> bool { + let n = poly.len(); + let mut inside = false; + let (mut xi, mut yi) = (poly[n - 1].x, poly[n - 1].y); + for &pt in poly { + let (xj, yj) = (pt.x, pt.y); + if ((yi > p.y) != (yj > p.y)) && (p.x < (xj - xi) * (p.y - yi) / (yj - yi) + xi) { + inside = !inside; + } + (xi, yi) = (xj, yj); + } + inside +} + +/// Does segment `[a, b]` cross any edge of the polygon? +fn segment_crosses_polygon(a: Point, b: Point, poly: &[Point]) -> bool { + let n = poly.len(); + for i in 0..n { + let c = poly[i]; + let d = poly[(i + 1) % n]; + if segments_intersect(a, b, c, d) { + return true; + } + } + false +} + +/// Do segments `[a,b]` and `[c,d]` intersect? +fn segments_intersect(a: Point, b: Point, c: Point, d: Point) -> bool { + let cross = |o: Point, p: Point, q: Point| -> f32 { + (p.x - o.x) * (q.y - o.y) - (p.y - o.y) * (q.x - o.x) + }; + let d1 = cross(c, d, a); + let d2 = cross(c, d, b); + let d3 = cross(a, b, c); + let d4 = cross(a, b, d); + if ((d1 > 0.0 && d2 < 0.0) || (d1 < 0.0 && d2 > 0.0)) + && ((d3 > 0.0 && d4 < 0.0) || (d3 < 0.0 && d4 > 0.0)) + { + return true; + } + false +} + +// ── Hatch hit-testing ───────────────────────────────────────────────────── + +/// Return the Handle of the first hatch whose screen-space boundary polygon +/// contains `cursor`. +pub fn click_hit_hatch( + cursor: Point, + hatches: &HashMap, + view_proj: Mat4, + bounds: Rectangle, +) -> Option { + for (&handle, hatch) in hatches { + let screen: Vec = hatch + .boundary + .iter() + .map(|&[x, y]| world_to_screen(Vec3::new(x, y, 0.0), view_proj, bounds)) + .collect(); + if screen.len() >= 3 && point_in_polygon(cursor, &screen) { + return Some(handle); + } + } + None +} + +/// Return Handles of hatches selected by a completed rectangular selection box. +pub fn box_hit_hatch( + corner_a: Point, + corner_b: Point, + crossing: bool, + hatches: &HashMap, + view_proj: Mat4, + bounds: Rectangle, +) -> Vec { + let min_x = corner_a.x.min(corner_b.x); + let max_x = corner_a.x.max(corner_b.x); + let min_y = corner_a.y.min(corner_b.y); + let max_y = corner_a.y.max(corner_b.y); + + if (max_x - min_x) < 1.0 || (max_y - min_y) < 1.0 { + return vec![]; + } + + let inside = |sp: Point| sp.x >= min_x && sp.x <= max_x && sp.y >= min_y && sp.y <= max_y; + + hatches + .iter() + .filter_map(|(&handle, hatch)| { + if hatch.boundary.is_empty() { + return None; + } + let screen: Vec = hatch + .boundary + .iter() + .map(|&[x, y]| world_to_screen(Vec3::new(x, y, 0.0), view_proj, bounds)) + .collect(); + let hit = if crossing { + screen.iter().any(|&sp| inside(sp)) + } else { + screen.iter().all(|&sp| inside(sp)) + }; + if hit { + Some(handle) + } else { + None + } + }) + .collect() +} + +/// Return Handles of hatches selected by a freehand polygon lasso. +pub fn poly_hit_hatch( + poly: &[Point], + crossing: bool, + hatches: &HashMap, + view_proj: Mat4, + bounds: Rectangle, +) -> Vec { + if poly.len() < 3 { + return vec![]; + } + + hatches + .iter() + .filter_map(|(&handle, hatch)| { + if hatch.boundary.is_empty() { + return None; + } + let screen: Vec = hatch + .boundary + .iter() + .map(|&[x, y]| world_to_screen(Vec3::new(x, y, 0.0), view_proj, bounds)) + .collect(); + let hit = if crossing { + screen.iter().any(|&sp| point_in_polygon(sp, poly)) + || screen + .windows(2) + .any(|seg| segment_crosses_polygon(seg[0], seg[1], poly)) + } else { + screen.iter().all(|&sp| point_in_polygon(sp, poly)) + }; + if hit { + Some(handle) + } else { + None + } + }) + .collect() +} + +/// Minimum distance from point `p` to line segment `[a, b]` in 2-D. +fn dist_point_to_segment(p: Point, a: Point, b: Point) -> f32 { + let abx = b.x - a.x; + let aby = b.y - a.y; + let len2 = abx * abx + aby * aby; + let t = if len2 < 1e-6 { + 0.0 + } else { + let apx = p.x - a.x; + let apy = p.y - a.y; + ((apx * abx + apy * aby) / len2).clamp(0.0, 1.0) + }; + let cx = a.x + t * abx; + let cy = a.y + t * aby; + let dx = p.x - cx; + let dy = p.y - cy; + (dx * dx + dy * dy).sqrt() +} diff --git a/src/scene/mesh_model.rs b/src/scene/mesh_model.rs new file mode 100644 index 00000000..655c30c4 --- /dev/null +++ b/src/scene/mesh_model.rs @@ -0,0 +1,28 @@ +// Triangle mesh model — produced by truck Shell/Solid tessellation. +// +// Stored alongside WireModels in the scene; rendered by the mesh pipeline +// (wgpu TriangleList with depth test, flat normals). + +/// A tessellated triangle mesh ready to upload to the GPU. +#[derive(Clone, Debug)] +#[allow(dead_code)] +pub struct MeshModel { + /// Unique identifier (entity handle value as decimal string). + pub name: String, + /// World-space vertex positions. + pub verts: Vec<[f32; 3]>, + /// Per-vertex normals (may be empty if not available). + pub normals: Vec<[f32; 3]>, + /// Triangle indices into `verts` (every 3 values = one triangle). + pub indices: Vec, + /// RGBA colour in [0, 1]. + pub color: [f32; 4], + /// Whether this mesh is currently selected. + pub selected: bool, +} + +impl MeshModel { + #[allow(dead_code)] + pub const WHITE: [f32; 4] = [1.00, 1.00, 1.00, 1.0]; + pub const SELECTED: [f32; 4] = [0.15, 0.55, 1.00, 1.0]; +} diff --git a/src/scene/mod.rs b/src/scene/mod.rs new file mode 100644 index 00000000..0161c61b --- /dev/null +++ b/src/scene/mod.rs @@ -0,0 +1,1323 @@ +pub mod acad_to_truck; +mod camera; +pub mod complex_lt; +pub mod cxf; +pub mod dispatch; +pub mod grip; +pub mod hatch_model; +pub mod hatch_patterns; +pub mod hit_test; +pub mod mesh_model; +pub mod object; +pub mod pipeline; +pub mod properties; +pub mod tessellate; +pub mod transform; +pub mod truck_tess; +pub mod wire_model; + +use camera::Camera; +pub use camera::Projection; +pub use hatch_model::HatchModel; +pub use mesh_model::MeshModel; +pub use object::{GripApply, GripDef}; +pub use pipeline::uniforms::Uniforms; +pub use pipeline::viewcube::{ + hit_test, hover_id, CubeRegion, VIEWCUBE_DRAW_PX, VIEWCUBE_PAD, VIEWCUBE_PX, +}; +use pipeline::Pipeline; +pub use wire_model::WireModel; + +use crate::command::EntityTransform; +use acadrust::entities::{BoundaryEdge, BoundaryPath, Hatch as DxfHatch, PolylineEdge}; +use acadrust::entities::{Block, BlockEnd, Insert as DxfInsert}; +use acadrust::objects::ObjectType; +use acadrust::tables::LineType; +use acadrust::types::{Color as AcadColor, LineWeight, Vector2}; +use acadrust::{CadDocument, EntityType, Handle, TableEntry}; +use glam::{self, Mat4}; + +use iced::mouse; +use iced::time::{Duration, Instant}; +use iced::wgpu; +use iced::widget::shader::{self, Viewport}; +use iced::{Event, Point, Rectangle, Size}; +use std::cell::RefCell; +use std::collections::{HashMap, HashSet}; +use std::rc::Rc; + +#[derive(Clone, Default)] +pub struct SelectionState { + pub vp_size: (f32, f32), + pub box_anchor: Option, + pub box_current: Option, + pub box_last: Option<(Point, Point)>, + pub box_crossing: bool, + pub box_last_crossing: bool, + pub poly_active: bool, + pub poly_points: Vec, + pub poly_crossing: bool, + pub poly_last_crossing: bool, + pub context_menu: Option, + pub last_move_pos: Option, + pub left_down: bool, + pub left_press_pos: Option, + pub left_press_time: Option, + pub left_dragging: bool, + pub right_down: bool, + pub right_press_pos: Option, + pub right_dragging: bool, + pub right_last_pos: Option, + pub middle_down: bool, + pub middle_last_pos: Option, + pub middle_last_press_time: Option, +} + +pub struct Scene { + pub camera: Rc>, + pub selection: Rc>, + /// The CAD document — single source of truth for all entities. + pub document: CadDocument, + /// Currently selected entity handles. + pub selected: HashSet, + /// In-progress preview wires while a command is active (rubber-band + object ghosts). + pub preview_wires: Vec, + /// Committed-segment wire drawn during multi-point commands (normal colour). + pub interim_wire: Option, + pub camera_generation: u64, + /// Active layout name — "Model" or a paper space layout name. + pub current_layout: String, + /// GPU render data for hatch fills, keyed by the DXF entity Handle. + pub hatches: HashMap, + /// GPU render data for solid meshes (truck Shell/Solid tessellation). + pub meshes: HashMap, +} + +impl Scene { + pub fn new() -> Self { + Self { + camera: Rc::new(RefCell::new(Camera::default())), + selection: Rc::new(RefCell::new(SelectionState::default())), + document: CadDocument::new(), + selected: HashSet::new(), + preview_wires: vec![], + interim_wire: None, + camera_generation: 0, + current_layout: "Model".to_string(), + hatches: HashMap::new(), + meshes: HashMap::new(), + } + } + + /// Returns the block-record handle for `current_layout`. + fn current_layout_block_handle(&self) -> Handle { + self.document + .objects + .values() + .find_map(|obj| match obj { + ObjectType::Layout(l) if l.name == self.current_layout => Some(l.block_record), + _ => None, + }) + .unwrap_or(Handle::NULL) + } + + /// Sorted list of layout names: "Model" first, then paper layouts by tab order. + pub fn layout_names(&self) -> Vec { + let mut names = vec!["Model".to_string()]; + let mut paper: Vec<(i16, String)> = self + .document + .objects + .values() + .filter_map(|obj| match obj { + ObjectType::Layout(l) if l.name != "Model" => Some((l.tab_order, l.name.clone())), + _ => None, + }) + .collect(); + paper.sort_by_key(|(order, _)| *order); + names.extend(paper.into_iter().map(|(_, n)| n)); + names + } + + /// Collect closed polygon outlines (world XY) from the current layout. + pub fn closed_outlines(&self) -> Vec> { + self.entity_wires() + .into_iter() + .filter_map(|wire| { + let pts = wire.points; + if pts.len() < 4 { + return None; + } + let f = pts.first()?; + let l = pts.last()?; + let dx = f[0] - l[0]; + let dy = f[1] - l[1]; + if (dx * dx + dy * dy).sqrt() > 1e-2 { + return None; + } + Some(pts.iter().map(|p| [p[0], p[1]]).collect()) + }) + .collect() + } + + /// Build WireModels from all document entities + optional preview wire. + pub fn entity_wires(&self) -> Vec { + let layout_block = self.current_layout_block_handle(); + let mut wires: Vec = self.wires_for_block(layout_block); + if self.current_layout != "Model" { + wires.extend(self.viewport_content_wires(layout_block)); + } + wires + } + + /// Tessellate all non-invisible entities owned by `block_handle`. + fn wires_for_block(&self, block_handle: Handle) -> Vec { + self.document + .entities() + .filter(|e| { + let c = e.common(); + if c.invisible { + return false; + } + if self + .document + .layers + .get(&c.layer) + .map(|l| l.flags.off || l.flags.frozen) + .unwrap_or(false) + { + return false; + } + self.belongs_to_visible_block(e.common().handle, c.owner_handle, block_handle) + }) + .flat_map(|e| self.tessellate_one(e)) + .collect() + } + + /// Decide whether an entity should be drawn as direct content of `block_handle`. + /// + /// Normal case: entity.owner_handle equals the active layout/model block. + /// Fallback: if owner is null, allow it only when the handle is not listed + /// under any other block record. This prevents block-definition geometry + /// from leaking into the viewport when malformed files omit owner handles. + fn belongs_to_visible_block( + &self, + entity_handle: Handle, + owner_handle: Handle, + block_handle: Handle, + ) -> bool { + if block_handle.is_null() { + return true; + } + if owner_handle == block_handle { + return true; + } + if !owner_handle.is_null() { + return false; + } + + !self + .document + .block_records + .iter() + .filter(|br| br.handle != block_handle) + .any(|br| br.entity_handles.contains(&entity_handle)) + } + + /// Full tessellation pipeline for one entity. + fn tessellate_one(&self, e: &EntityType) -> Vec { + let h = e.common().handle; + let sel = self.selected.contains(&h); + + if let EntityType::Viewport(vp) = e { + let color = if vp.id == 1 { + [0.40, 0.40, 0.40, 1.0] + } else { + [0.0, 0.75, 0.75, 1.0] + }; + return vec![tessellate::tessellate( + &self.document, + h, + e, + sel, + color, + 0.0, + [0.0f32; 8], + 1.0, + )]; + } + + let (entity_color, pattern_length, pattern, line_weight_px) = self.render_style(e); + let lt_scale = e.common().linetype_scale as f32; + let lt_name = self.resolved_linetype_name(e); + + if let EntityType::Dimension(dim) = e { + return tessellate::tessellate_dimension( + &self.document, + h, + dim, + sel, + entity_color, + line_weight_px, + ); + } + + if let EntityType::Insert(ins) = e { + return ins + .explode_from_document(&self.document) + .iter() + .cloned() + .map(crate::modules::home::modify::explode::normalize_insert_entity) + .flat_map(|sub| { + let (sub_color, sub_pattern_length, sub_pattern, sub_line_weight_px) = + self.render_style(&sub); + let mut wire = tessellate::tessellate( + &self.document, + h, + &sub, + sel, + sub_color, + sub_pattern_length, + sub_pattern, + sub_line_weight_px, + ); + wire.name = h.value().to_string(); + vec![wire] + }) + .collect(); + } + + let base = tessellate::tessellate( + &self.document, + h, + e, + sel, + entity_color, + pattern_length, + pattern, + line_weight_px, + ); + + if let Some(clt) = crate::linetypes::complex_lt(lt_name) { + let wires = complex_lt::apply_along( + &base.name, + &base.points, + clt, + lt_scale.max(1e-4), + entity_color, + sel, + base.line_weight_px, + ); + if !wires.is_empty() { + return wires; + } + } + + vec![base] + } + + fn model_space_block_handle(&self) -> Handle { + self.document + .objects + .values() + .find_map(|obj| match obj { + ObjectType::Layout(l) if l.name == "Model" => Some(l.block_record), + _ => None, + }) + .unwrap_or(Handle::NULL) + } + + fn viewport_content_wires(&self, paper_block: Handle) -> Vec { + use acadrust::entities::Viewport; + + let viewports: Vec<&Viewport> = self + .document + .entities() + .filter_map(|e| { + if let EntityType::Viewport(vp) = e { + Some(vp) + } else { + None + } + }) + .filter(|vp| vp.id > 1 && vp.common.owner_handle == paper_block) + .collect(); + + if viewports.is_empty() { + return vec![]; + } + + let model_block = self.model_space_block_handle(); + let model_wires: Vec = self + .document + .entities() + .filter(|e| { + let c = e.common(); + if c.invisible || matches!(e, EntityType::Viewport(_)) { + return false; + } + if self + .document + .layers + .get(&c.layer) + .map(|l| l.flags.off || l.flags.frozen) + .unwrap_or(false) + { + return false; + } + self.belongs_to_visible_block(c.handle, c.owner_handle, model_block) + }) + .flat_map(|e| self.tessellate_one(e)) + .collect(); + + let mut result = Vec::new(); + + for vp in viewports { + let scale = if vp.custom_scale.abs() > 1e-9 { + vp.custom_scale as f32 + } else if vp.view_height.abs() > 1e-9 { + (vp.height / vp.view_height) as f32 + } else { + 1.0 + }; + + let tx = vp.view_target.x as f32; + let ty = vp.view_target.y as f32; + let pcx = vp.center.x as f32; + let pcy = vp.center.y as f32; + let pcz = vp.center.z as f32; + let hw = (vp.width / 2.0) as f32; + let hh = (vp.height / 2.0) as f32; + + for wire in &model_wires { + let pts: Vec<[f32; 3]> = wire + .points + .iter() + .map(|&[mx, my, _mz]| [pcx + (mx - tx) * scale, pcy + (my - ty) * scale, pcz]) + .collect(); + + if !pts.is_empty() { + let n = pts.len() as f32; + let cx = pts.iter().map(|p| p[0]).sum::() / n; + let cy = pts.iter().map(|p| p[1]).sum::() / n; + if (cx - pcx).abs() > hw * 1.2 || (cy - pcy).abs() > hh * 1.2 { + continue; + } + } + + let [r, g, b, a] = wire.color; + let mut projected = wire.clone(); + projected.points = pts; + projected.color = [r * 0.80, g * 0.80, b * 0.80, a * 0.85]; + result.push(projected); + } + } + + result + } + + // ── Entity management ───────────────────────────────────────────────── + + pub fn add_entity(&mut self, entity: EntityType) -> Handle { + let hatch_seed = if let EntityType::Hatch(dxf) = &entity { + let color = self.render_style(&entity).0; + Self::hatch_model_from_dxf(dxf, color) + } else { + None + }; + + let handle = self.document.add_entity(entity).unwrap_or(Handle::NULL); + if !handle.is_null() { + if let Some(model) = hatch_seed { + self.hatches.insert(handle, model); + } + } + handle + } + + pub fn custom_block_names(&self) -> Vec { + self.document + .block_records + .iter() + .filter(|br| !br.is_standard() && !br.is_layout()) + .map(|br| br.name.clone()) + .collect() + } + + pub fn create_block_from_entities( + &mut self, + handles: &[Handle], + name: &str, + base: glam::Vec3, + ) -> Result { + let name = name.trim(); + if name.is_empty() { + return Err("Block name cannot be empty.".into()); + } + if name.starts_with('*') { + return Err("Block name cannot start with '*'.".into()); + } + if self.document.block_records.get(name).is_some() { + return Err(format!("Block \"{name}\" already exists.")); + } + + let source_entities: Vec<_> = handles + .iter() + .filter_map(|&h| self.document.get_entity(h).cloned().map(|e| (h, e))) + .collect(); + if source_entities.is_empty() { + return Err("No valid entities selected for block creation.".into()); + } + + let next = self.document.next_handle(); + let br_handle = Handle::new(next); + let block_handle = Handle::new(next + 1); + let end_handle = Handle::new(next + 2); + + let mut block_record = acadrust::tables::BlockRecord::new(name); + block_record.handle = br_handle; + block_record.block_entity_handle = block_handle; + block_record.block_end_handle = end_handle; + self.document.block_records.add(block_record).map_err(|e| e.to_string())?; + + let mut block = Block::new( + name, + acadrust::types::Vector3::ZERO, + ); + block.common.handle = block_handle; + block.common.owner_handle = br_handle; + self.document + .add_entity(EntityType::Block(block)) + .map_err(|e| e.to_string())?; + + let mut block_end = BlockEnd::new(); + block_end.common.handle = end_handle; + block_end.common.owner_handle = br_handle; + self.document + .add_entity(EntityType::BlockEnd(block_end)) + .map_err(|e| e.to_string())?; + + let local = EntityTransform::Translate(-base); + for (old_handle, mut entity) in source_entities { + dispatch::apply_transform(&mut entity, &local); + entity = crate::modules::home::modify::explode::normalize_entity_for_block(entity); + entity.common_mut().handle = Handle::NULL; + entity.common_mut().owner_handle = br_handle; + self.document + .add_entity(entity) + .map_err(|e| e.to_string())?; + self.erase_entities(&[old_handle]); + } + + let insert = DxfInsert::new( + name, + acadrust::types::Vector3::new(base.x as f64, base.y as f64, base.z as f64), + ); + Ok(self.add_entity(EntityType::Insert(insert))) + } + + fn synced_hatch_models(&self) -> Vec { + let mut models: Vec = self + .hatches + .iter() + .map(|(&handle, model)| { + let mut m = if let Some(EntityType::Hatch(dxf)) = self.document.get_entity(handle) { + let mut m = model.clone(); + match &mut m.pattern { + hatch_model::HatchPattern::Pattern(_) => { + m.angle_offset = dxf.pattern_angle as f32; + m.scale = dxf.pattern_scale as f32; + } + hatch_model::HatchPattern::Gradient { angle_deg, .. } => { + *angle_deg = dxf.pattern_angle.to_degrees() as f32; + } + hatch_model::HatchPattern::Solid => {} + } + m + } else { + model.clone() + }; + if self.selected.contains(&handle) { + m.color = [0.15, 0.55, 1.00, m.color[3]]; + } + m + }) + .collect(); + + for entity in self.document.entities() { + let EntityType::Insert(ins) = entity else { + continue; + }; + let selected = self.selected.contains(&ins.common.handle); + for sub in ins + .explode_from_document(&self.document) + .into_iter() + .map(crate::modules::home::modify::explode::normalize_insert_entity) + { + let EntityType::Hatch(dxf) = sub else { + continue; + }; + let color = self.render_style(&EntityType::Hatch(dxf.clone())).0; + if let Some(mut model) = Self::hatch_model_from_dxf(&dxf, color) { + if selected { + model.color = [0.15, 0.55, 1.00, model.color[3]]; + } + models.push(model); + } + } + } + + models + } + + fn hatch_model_from_dxf(dxf: &DxfHatch, color: [f32; 4]) -> Option { + let path = dxf + .paths + .iter() + .find(|p| p.flags.is_external()) + .or_else(|| dxf.paths.first())?; + + let mut boundary: Vec<[f32; 2]> = Vec::new(); + + for edge in &path.edges { + match edge { + BoundaryEdge::Polyline(poly) => { + let verts = &poly.vertices; + let count = verts.len(); + let seg_count = if poly.is_closed { + count + } else { + count.saturating_sub(1) + }; + for i in 0..seg_count { + let v0 = &verts[i]; + let v1 = &verts[(i + 1) % count]; + let bulge = v0.z; + if bulge.abs() < 1e-9 { + boundary.push([v0.x as f32, v0.y as f32]); + } else { + let p0 = [v0.x as f32, v0.y as f32]; + let p1 = [v1.x as f32, v1.y as f32]; + let angle = 4.0 * (bulge as f32).atan(); + let dx = p1[0] - p0[0]; + let dy = p1[1] - p0[1]; + let d = (dx * dx + dy * dy).sqrt(); + let r = (d / 2.0) / (angle / 2.0).sin().abs(); + let mx = (p0[0] + p1[0]) * 0.5; + let my = (p0[1] + p1[1]) * 0.5; + let len = d.max(1e-9); + let px = -dy / len; + let py = dx / len; + let sign = if bulge > 0.0 { 1.0_f32 } else { -1.0_f32 }; + let h = r - (r * r - d * d / 4.0).max(0.0).sqrt(); + let cx = mx - sign * px * (r - h); + let cy = my - sign * py * (r - h); + let a0 = (p0[1] - cy).atan2(p0[0] - cx); + let a1 = (p1[1] - cy).atan2(p1[0] - cx); + let (sa, mut ea) = if bulge > 0.0 { (a0, a1) } else { (a1, a0) }; + if ea < sa { + ea += std::f32::consts::TAU; + } + let span = ea - sa; + let segs = ((span.abs() / std::f32::consts::TAU) * 16.0) + .ceil() + .max(4.0) as u32; + for j in 0..segs { + let t = sa + span * (j as f32 / segs as f32); + boundary.push([cx + r * t.cos(), cy + r * t.sin()]); + } + } + } + if poly.is_closed { + if let Some(&first) = boundary.first() { + boundary.push(first); + } + } + } + BoundaryEdge::Line(line) => { + boundary.push([line.start.x as f32, line.start.y as f32]); + boundary.push([line.end.x as f32, line.end.y as f32]); + } + BoundaryEdge::CircularArc(arc) => { + let cx = arc.center.x as f32; + let cy = arc.center.y as f32; + let r = arc.radius as f32; + let (sa, ea) = if arc.counter_clockwise { + (arc.start_angle as f32, arc.end_angle as f32) + } else { + (arc.end_angle as f32, arc.start_angle as f32) + }; + let mut end = ea; + if end < sa { + end += std::f32::consts::TAU; + } + let span = end - sa; + let segs = ((span / std::f32::consts::TAU) * 32.0).ceil().max(4.0) as u32; + for i in 0..=segs { + let t = sa + span * (i as f32 / segs as f32); + boundary.push([cx + r * t.cos(), cy + r * t.sin()]); + } + } + BoundaryEdge::EllipticArc(ell) => { + let cx = ell.center.x as f32; + let cy = ell.center.y as f32; + let maj_x = ell.major_axis_endpoint.x as f32; + let maj_y = ell.major_axis_endpoint.y as f32; + let r_maj = (maj_x * maj_x + maj_y * maj_y).sqrt(); + let r_min = r_maj * ell.minor_axis_ratio as f32; + let rot = maj_y.atan2(maj_x); + let (sa, ea) = if ell.counter_clockwise { + (ell.start_angle as f32, ell.end_angle as f32) + } else { + (ell.end_angle as f32, ell.start_angle as f32) + }; + let mut end = ea; + if end < sa { + end += std::f32::consts::TAU; + } + let span = end - sa; + let segs = ((span / std::f32::consts::TAU) * 32.0).ceil().max(4.0) as u32; + for i in 0..=segs { + let t = sa + span * (i as f32 / segs as f32); + let lx = r_maj * t.cos(); + let ly = r_min * t.sin(); + boundary.push([ + cx + lx * rot.cos() - ly * rot.sin(), + cy + lx * rot.sin() + ly * rot.cos(), + ]); + } + } + BoundaryEdge::Spline(spline) => { + for cp in &spline.control_points { + boundary.push([cp.x as f32, cp.y as f32]); + } + if boundary.len() > 1 { + if let Some(&first) = boundary.first() { + boundary.push(first); + } + } + } + } + } + + if boundary.is_empty() { + return None; + } + boundary.truncate(64); + + let pattern = if dxf.gradient_color.is_enabled() { + let color2 = dxf + .gradient_color + .colors + .get(1) + .and_then(|e| e.color.rgb()) + .map(|(r, g, b)| [r as f32 / 255.0, g as f32 / 255.0, b as f32 / 255.0, 1.0]) + .unwrap_or(color); + let angle_deg = dxf.pattern_angle.to_degrees() as f32; + hatch_model::HatchPattern::Gradient { angle_deg, color2 } + } else if dxf.is_solid { + hatch_model::HatchPattern::Solid + } else { + let pat_name = &dxf.pattern.name; + if let Some(entry) = crate::scene::hatch_patterns::find(pat_name) { + entry.gpu.clone() + } else { + hatch_model::HatchPattern::Pattern(vec![hatch_model::PatFamily { + angle_deg: 0.0, + x0: 0.0, + y0: 0.0, + dx: 0.0, + dy: 5.0 * dxf.pattern_scale as f32, + dashes: vec![], + }]) + } + }; + + let name = if dxf.gradient_color.is_enabled() { + dxf.gradient_color.name.clone() + } else if dxf.is_solid { + "SOLID".into() + } else { + dxf.pattern.name.clone() + }; + Some(HatchModel { + boundary, + pattern, + name, + color, + angle_offset: 0.0, + scale: 1.0, + }) + } + + pub fn populate_hatches_from_document(&mut self) { + self.hatches.clear(); + + let entries: Vec<(Handle, [f32; 4])> = self + .document + .entities() + .filter_map(|e| { + if let EntityType::Hatch(dxf) = e { + let color = tessellate::aci_to_rgba(&dxf.common.color); + Some((dxf.common.handle, color)) + } else { + None + } + }) + .collect(); + + for (handle, color) in entries { + if let Some(EntityType::Hatch(dxf)) = self.document.get_entity(handle) { + if let Some(model) = Self::hatch_model_from_dxf(dxf, color) { + self.hatches.insert(handle, model); + } + } + } + } + + pub fn add_hatch(&mut self, model: HatchModel) -> Handle { + let mut dxf = DxfHatch::new(); + dxf.is_solid = matches!( + model.pattern, + crate::scene::hatch_model::HatchPattern::Solid + ); + let verts: Vec = model + .boundary + .iter() + .map(|&[x, y]| Vector2::new(x as f64, y as f64)) + .collect(); + let edge = PolylineEdge::new(verts, true); + let mut path = BoundaryPath::external(); + path.add_edge(BoundaryEdge::Polyline(edge)); + dxf.paths.push(path); + if let Some(entry) = crate::scene::hatch_patterns::find(&model.name) { + dxf.pattern = crate::scene::hatch_patterns::build_dxf_pattern(entry); + } + dxf.pattern_angle = model.angle_offset as f64; + dxf.pattern_scale = if model.scale.abs() > 1e-6 { + model.scale as f64 + } else { + 1.0 + }; + + let handle = self.add_entity(EntityType::Hatch(dxf)); + if !handle.is_null() { + self.hatches.insert(handle, model); + } + handle + } + + pub fn clear(&mut self) { + self.document = CadDocument::new(); + self.selected = HashSet::new(); + self.preview_wires = vec![]; + self.current_layout = "Model".to_string(); + self.hatches = HashMap::new(); + self.meshes = HashMap::new(); + *self.camera.borrow_mut() = Camera::default(); + self.camera_generation += 1; + } + + // ── Preview wire ────────────────────────────────────────────────────── + + pub fn set_preview_wires(&mut self, wires: Vec) { + self.preview_wires = wires; + } + + pub fn clear_preview_wire(&mut self) { + self.preview_wires = vec![]; + self.interim_wire = None; + } + + pub fn wire_models_for(&self, handles: &[acadrust::Handle]) -> Vec { + handles + .iter() + .flat_map(|h| { + self.document + .entities() + .find(|e| e.common().handle == *h) + .map(|e| self.tessellate_one(e)) + .unwrap_or_default() + }) + .collect() + } + + /// Build wire models for an arbitrary slice of entities (e.g. clipboard contents). + /// Entities need not be in the document — they are tessellated directly. + pub fn wires_for_entities(&self, entities: &[acadrust::EntityType]) -> Vec { + entities + .iter() + .flat_map(|e| self.tessellate_one(e)) + .collect() + } + + pub fn set_interim_wire(&mut self, w: WireModel) { + self.interim_wire = Some(w); + } + + // ── Selection ───────────────────────────────────────────────────────── + + pub fn select_entity(&mut self, handle: Handle, exclusive: bool) { + if exclusive { + self.selected.clear(); + } + self.selected.insert(handle); + } + + pub fn deselect_all(&mut self) { + self.selected.clear(); + } + + pub fn selected_entities(&self) -> Vec<(Handle, &EntityType)> { + self.selected + .iter() + .filter_map(|&h| self.document.get_entity(h).map(|e| (h, e))) + .collect() + } + + // ── Erase ───────────────────────────────────────────────────────────── + + pub fn erase_entities(&mut self, handles: &[Handle]) { + for &h in handles { + self.document.remove_entity(h); + self.selected.remove(&h); + self.hatches.remove(&h); + } + // Remove erased handles from all groups; delete groups that become empty. + let group_dict_handle = self.document.header.acad_group_dict_handle; + let to_remove: Vec = self + .document + .objects + .values_mut() + .filter_map(|obj| match obj { + ObjectType::Group(g) => { + g.entities.retain(|h| !handles.contains(h)); + if g.entities.is_empty() { Some(g.handle) } else { None } + } + _ => None, + }) + .collect(); + for gh in &to_remove { + if let Some(ObjectType::Dictionary(dict)) = + self.document.objects.get_mut(&group_dict_handle) + { + dict.entries.retain(|(_, h)| h != gh); + } + self.document.objects.remove(gh); + } + } + + // ── Group helpers ────────────────────────────────────────────────────── + + pub fn groups(&self) -> impl Iterator { + self.document.objects.values().filter_map(|obj| match obj { + ObjectType::Group(g) => Some(g), + _ => None, + }) + } + + /// Returns the names of all groups that contain `handle`. + pub fn group_names_for_entity(&self, handle: Handle) -> Vec { + self.groups() + .filter(|g| g.contains(handle)) + .map(|g| g.name.clone()) + .collect() + } + + /// Creates a named group from the given handles and registers it in the group dictionary. + pub fn create_group(&mut self, name: String, handles: Vec) -> Handle { + let group_dict_handle = self.document.header.acad_group_dict_handle; + let mut group = acadrust::objects::Group::new(&name); + group.handle = self.document.allocate_handle(); + group.owner = group_dict_handle; + group.add_entities(handles); + let gh = group.handle; + self.document.objects.insert(gh, ObjectType::Group(group)); + if let Some(ObjectType::Dictionary(dict)) = + self.document.objects.get_mut(&group_dict_handle) + { + dict.add_entry(&name, gh); + } + gh + } + + /// Dissolves all groups that contain any of the given handles. + /// Returns the number of groups removed. + pub fn delete_groups_containing(&mut self, handles: &[Handle]) -> usize { + let group_dict_handle = self.document.header.acad_group_dict_handle; + let to_delete: Vec = self + .document + .objects + .values() + .filter_map(|obj| match obj { + ObjectType::Group(g) if handles.iter().any(|h| g.contains(*h)) => { + Some(g.handle) + } + _ => None, + }) + .collect(); + let count = to_delete.len(); + for gh in &to_delete { + if let Some(ObjectType::Dictionary(dict)) = + self.document.objects.get_mut(&group_dict_handle) + { + dict.entries.retain(|(_, h)| h != gh); + } + self.document.objects.remove(gh); + } + count + } + + /// If `handle` belongs to any selectable groups, also select all other members of those groups. + pub fn expand_selection_for_groups(&mut self, handles: &[Handle]) { + let to_add: Vec = self + .document + .objects + .values() + .filter_map(|obj| match obj { + ObjectType::Group(g) + if g.selectable && handles.iter().any(|h| g.contains(*h)) => + { + Some(g.entities.clone()) + } + _ => None, + }) + .flatten() + .collect(); + for h in to_add { + self.selected.insert(h); + } + } + + // ── Layer helpers ────────────────────────────────────────────────────── + + pub fn toggle_layer_visibility(&mut self, name: &str) { + if let Some(layer) = self.document.layers.get_mut(name) { + layer.flags.off = !layer.flags.off; + } + } + + pub fn toggle_layer_lock(&mut self, name: &str) { + if let Some(layer) = self.document.layers.get_mut(name) { + layer.flags.locked = !layer.flags.locked; + } + } + + // ── Modify (transform / copy) ───────────────────────────────────────── + + pub fn transform_entities(&mut self, handles: &[Handle], t: &EntityTransform) { + for &h in handles { + if let Some(entity) = self.document.get_entity_mut(h) { + dispatch::apply_transform(entity, t); + } + if self.hatches.contains_key(&h) { + let existing_color = self.hatches[&h].color; + let new_model = if let Some(EntityType::Hatch(dxf)) = self.document.get_entity(h) { + Self::hatch_model_from_dxf(dxf, existing_color) + } else { + None + }; + if let Some(model) = new_model { + self.hatches.insert(h, model); + } + } + } + } + + pub fn copy_entities(&mut self, handles: &[Handle], t: &EntityTransform) -> Vec { + let clones: Vec = handles + .iter() + .filter_map(|&h| self.document.get_entity(h).cloned()) + .collect(); + let mut new_handles = Vec::with_capacity(clones.len()); + for mut entity in clones { + dispatch::apply_transform(&mut entity, t); + entity.common_mut().handle = Handle::NULL; + let h = self.document.add_entity(entity).unwrap_or(Handle::NULL); + if !h.is_null() { + let new_model = if let Some(EntityType::Hatch(dxf)) = self.document.get_entity(h) { + let color = tessellate::aci_to_rgba(&dxf.common.color); + Self::hatch_model_from_dxf(dxf, color) + } else { + None + }; + if let Some(model) = new_model { + self.hatches.insert(h, model); + } + } + new_handles.push(h); + } + new_handles + } + + // ── Grip editing ────────────────────────────────────────────────────── + + pub fn apply_grip(&mut self, handle: Handle, grip_id: usize, apply: GripApply) { + if let Some(entity) = self.document.get_entity_mut(handle) { + dispatch::apply_grip(entity, grip_id, apply); + } + } + + // ── Hit-test convenience: wire name → Handle ────────────────────────── + + pub fn handle_from_wire_name(name: &str) -> Option { + name.parse::().ok().map(Handle::new) + } + + pub fn fit_all(&mut self) { + let wires = self.entity_wires(); + if wires.is_empty() { + return; + } + + let mut min = glam::Vec3::splat(f32::MAX); + let mut max = glam::Vec3::splat(f32::MIN); + for wire in &wires { + for &[x, y, z] in &wire.points { + min = min.min(glam::Vec3::new(x, y, z)); + max = max.max(glam::Vec3::new(x, y, z)); + } + } + if min == max { + max += glam::Vec3::splat(1.0); + } + self.camera.borrow_mut().fit_to_bounds(min, max); + self.camera_generation += 1; + } + + pub fn update(&mut self, _dt: Duration) {} +} + +impl Default for Scene { + fn default() -> Self { + Self::new() + } +} + +impl Scene { + fn render_style(&self, e: &EntityType) -> ([f32; 4], f32, [f32; 8], f32) { + let layer_name = &e.common().layer; + let entity_color = { + let ec = &e.common().color; + let resolved = if *ec == AcadColor::ByLayer { + self.document + .layers + .get(layer_name) + .map(|l| &l.color) + .unwrap_or(&AcadColor::WHITE) + } else { + ec + }; + let [r, g, b, _] = tessellate::aci_to_rgba(resolved); + let alpha = 1.0 - e.common().transparency.as_percent() as f32; + [r, g, b, alpha] + }; + + let lt_name = self.resolved_linetype_name(e); + let lt_scale = e.common().linetype_scale as f32; + let (pattern_length, pattern) = + resolve_pattern(&self.document.line_types, lt_name, lt_scale); + + let line_weight_px = { + let ew = &e.common().line_weight; + let resolved = match ew { + LineWeight::ByLayer | LineWeight::ByBlock | LineWeight::Default => self + .document + .layers + .get(layer_name) + .map(|l| &l.line_weight) + .unwrap_or(&LineWeight::Default), + _ => ew, + }; + const MM_TO_PX: f32 = 96.0 / 25.4; + resolved + .millimeters() + .map(|mm| (mm as f32 * MM_TO_PX).max(1.0)) + .unwrap_or(1.0) + }; + + (entity_color, pattern_length, pattern, line_weight_px) + } + + fn resolved_linetype_name<'a>(&'a self, e: &'a EntityType) -> &'a str { + let elt = &e.common().linetype; + if elt.is_empty() || elt.eq_ignore_ascii_case("bylayer") { + self.document + .layers + .get(&e.common().layer) + .map(|l| l.line_type.as_str()) + .unwrap_or("Continuous") + } else { + elt.as_str() + } + } +} + +// ── Linetype helper ──────────────────────────────────────────────────────── + +fn resolve_pattern( + table: &acadrust::tables::Table, + name: &str, + scale: f32, +) -> (f32, [f32; 8]) { + let solid = (0.0, [0.0f32; 8]); + if name.eq_ignore_ascii_case("continuous") + || name.eq_ignore_ascii_case("bylayer") + || name.eq_ignore_ascii_case("byblock") + || name.is_empty() + { + return solid; + } + let lt = match table.get(name) { + Some(lt) => lt, + None => return solid, + }; + if lt.is_continuous() || lt.elements.is_empty() { + return solid; + } + + let mut pat = [0.0f32; 8]; + let mut pat_len = 0.0f32; + for (i, el) in lt.elements.iter().take(8).enumerate() { + let raw = el.length as f32 * scale; + let encoded = if raw == 0.0 { + 0.01 * scale.max(0.01) + } else { + raw + }; + pat[i] = encoded; + pat_len += encoded.abs(); + } + if pat_len < 1e-6 { + return solid; + } + (pat_len, pat) +} + +#[derive(Clone, Default)] +pub struct CameraState { + pub hover_region: Option, +} + +impl shader::Program for Scene { + type State = CameraState; + type Primitive = Primitive; + + fn draw( + &self, + state: &Self::State, + _cursor: mouse::Cursor, + bounds: Rectangle, + ) -> Self::Primitive { + let cam = self.camera.borrow(); + self.selection.borrow_mut().vp_size = (bounds.width, bounds.height); + + let mut all_wires = self.entity_wires(); + if let Some(iw) = &self.interim_wire { + all_wires.push(iw.clone()); + } + all_wires.extend(self.preview_wires.iter().cloned()); + + Primitive { + wires: all_wires, + hatches: self.synced_hatch_models(), + meshes: self.meshes.values().cloned().collect(), + uniforms: Uniforms::new(&cam, bounds), + // Pass the quaternion-derived rotation matrix directly. + // This is what the ViewCube shader uses, no yaw/pitch reconstruction. + cam_rotation: cam.view_rotation_mat(), + hover_region: state.hover_region, + } + } + + fn update( + &self, + state: &mut Self::State, + event: &Event, + bounds: Rectangle, + cursor: mouse::Cursor, + ) -> Option> { + let pos = cursor.position_in(bounds); + // Use the quaternion rotation matrix for hover detection — same as the shader. + let cam_rotation = { self.camera.borrow().view_rotation_mat() }; + if let Some(p) = pos { + state.hover_region = hover_id( + p.x, + p.y, + bounds.width, + bounds.height, + cam_rotation, + VIEWCUBE_PX, + ); + } else { + state.hover_region = None; + } + let _ = event; + None + } + + fn mouse_interaction( + &self, + state: &Self::State, + _b: Rectangle, + _c: mouse::Cursor, + ) -> mouse::Interaction { + if state.hover_region.is_some() { + return mouse::Interaction::Pointer; + } + mouse::Interaction::default() + } +} + +#[derive(Debug)] +pub struct Primitive { + wires: Vec, + hatches: Vec, + meshes: Vec, + uniforms: Uniforms, + /// Camera rotation matrix derived from the quaternion. + /// Used by the ViewCube pipeline — no gimbal lock. + cam_rotation: Mat4, + hover_region: Option, +} + +impl shader::Primitive for Primitive { + type Pipeline = Pipeline; + + fn prepare( + &self, + pipeline: &mut Pipeline, + device: &wgpu::Device, + queue: &wgpu::Queue, + _bounds: &Rectangle, + viewport: &Viewport, + ) { + let phys = viewport.physical_size(); + let size = Size::new(phys.width, phys.height); + pipeline.ensure_depth_texture(device, size); + pipeline.viewcube.ensure_depth_texture(device, size); + pipeline.upload_uniforms(queue, &self.uniforms); + pipeline.upload_hatches(device, &self.hatches); + pipeline.upload_meshes(device, &self.meshes); + pipeline.upload_wires(device, &self.wires); + let logical = viewport.logical_size(); + // Pass the quaternion rotation matrix — fixes gimbal lock at top/bottom views. + pipeline.viewcube.upload( + queue, + self.cam_rotation, + logical.width as u32, + logical.height as u32, + self.hover_region, + ); + } + + fn render( + &self, + pipeline: &Pipeline, + encoder: &mut wgpu::CommandEncoder, + target: &wgpu::TextureView, + clip: &Rectangle, + ) { + pipeline.render(encoder, target, *clip); + pipeline.viewcube.render(encoder, target, *clip); + } +} diff --git a/src/scene/object.rs b/src/scene/object.rs new file mode 100644 index 00000000..eda343a2 --- /dev/null +++ b/src/scene/object.rs @@ -0,0 +1,83 @@ +// Shared value types used by the dispatch and grip systems. + +use acadrust::types::{Color as AcadColor, LineWeight}; +use glam::Vec3; + +/// The kind of value held by a property row. +#[derive(Clone, Debug, PartialEq)] +pub enum PropValue { + /// Read-only display text. + ReadOnly(String), + /// Editable numeric/text field. + EditText(String), + /// Layer name — rendered as a combo_box. + LayerChoice(String), + /// Generic string choice rendered as a combo_box. + Choice { + selected: String, + options: Vec, + }, + /// ACI/RGB/ByLayer/ByBlock color — rendered as a color picker. + ColorChoice(AcadColor), + /// Color varies across the current multi-selection. + ColorVaries, + /// Line weight — rendered as a combo_box. + LwChoice(LineWeight), + /// Lineweight varies across the current multi-selection. + LwVaries, + /// Linetype name — rendered as a combo_box. + LinetypeChoice(String), + /// Boolean flag — rendered as a toggle button (e.g. Invisible). + BoolToggle { field: &'static str, value: bool }, + /// Hatch pattern name — rendered as a combo_box from the catalog. + HatchPatternChoice(String), +} + +/// A single property row in the Properties panel. +#[derive(Clone, Debug, PartialEq)] +pub struct Property { + pub label: String, + /// Stable field identifier used in `PropGeomInput` / `PropGeomCommit` messages. + pub field: &'static str, + pub value: PropValue, +} + +/// A named section of properties (e.g. "General", "Geometry"). +#[derive(Clone, Debug, PartialEq)] +pub struct PropSection { + pub title: String, + pub props: Vec, +} + +// ── Grip types ───────────────────────────────────────────────────────────── + +/// Describes one grip point for an entity. +#[derive(Clone, Copy, Debug, PartialEq, Eq)] +pub enum GripShape { + Square, + Diamond, + Triangle, +} + +/// Describes one grip point for an entity. +#[derive(Clone, Debug)] +pub struct GripDef { + /// Object-local identifier (stable index, unique per object instance). + pub id: usize, + /// World-space position of the grip. + pub world: Vec3, + /// `true` → midpoint grip (diamond, translates whole object). + /// `false` → endpoint grip (square, moves a single vertex). + pub is_midpoint: bool, + /// Visual marker shape for the grip. + pub shape: GripShape, +} + +/// How to apply a grip drag result. +#[derive(Clone, Debug)] +pub enum GripApply { + /// Move a specific vertex to this absolute world position. + Absolute(Vec3), + /// Translate the whole object by this delta vector. + Translate(Vec3), +} diff --git a/src/scene/pipeline/hatch_gpu.rs b/src/scene/pipeline/hatch_gpu.rs new file mode 100644 index 00000000..a77dc55d --- /dev/null +++ b/src/scene/pipeline/hatch_gpu.rs @@ -0,0 +1,351 @@ +// Hatch GPU buffers — renders hatch fills as shader-driven bounding-box quads. +// +// Group 1 bindings per hatch: +// binding 0 — HatchUniformData (64 bytes) mode, color, angle_offset, scale, gradient params +// binding 1 — BoundaryData (1024 bytes) up to 64 boundary polygon vertices +// binding 2 — FamilyBatchData (1296 bytes) up to 16 line families + 128 dash values + +use crate::scene::hatch_model::{HatchModel, HatchPattern, PatFamily}; +use iced::wgpu; +use iced::wgpu::util::DeviceExt; + +// ── Constants ────────────────────────────────────────────────────────────── + +pub const MAX_FAMILIES: usize = 16; +pub const MAX_DASHES: usize = 128; + +// ── Vertex ──────────────────────────────────────────────────────────────── + +#[repr(C)] +#[derive(Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)] +pub struct HatchVertex { + pub pos: [f32; 3], + pub _pad: f32, +} + +impl HatchVertex { + pub fn layout<'a>() -> wgpu::VertexBufferLayout<'a> { + wgpu::VertexBufferLayout { + array_stride: std::mem::size_of::() as u64, + step_mode: wgpu::VertexStepMode::Vertex, + attributes: &[wgpu::VertexAttribute { + offset: 0, + shader_location: 0, + format: wgpu::VertexFormat::Float32x3, + }], + } + } +} + +// ── Uniform structs ─────────────────────────────────────────────────────── + +/// Per-hatch parameters (binding 0). Must be 64 bytes. +/// +/// `mode` encoding: +/// 0 → Pattern (families in FamilyBatchData) +/// 1 → Solid +/// 2 → Gradient (grad_cos/sin/min/range used) +#[repr(C)] +#[derive(Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)] +pub struct HatchUniformData { + pub color: [f32; 4], // 0: primary RGBA / gradient start + pub color2: [f32; 4], // 16: gradient end color + pub mode: u32, // 32: 0=pattern, 1=solid, 2=gradient + pub vertex_count: u32, // 36: boundary vertex count + pub angle_offset: f32, // 40: pattern rotation (radians) + pub scale: f32, // 44: pattern scale multiplier + pub grad_cos: f32, // 48: gradient direction cos + pub grad_sin: f32, // 52: gradient direction sin + pub grad_min: f32, // 56: gradient proj_min + pub grad_range: f32, // 60: gradient proj_range +} // total 64 bytes + +/// Boundary polygon (binding 1). Matches WGSL `Boundary`. +#[repr(C)] +#[derive(Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)] +pub struct BoundaryData { + pub verts: [[f32; 4]; 64], // world XY in .xy, .zw unused +} + +/// One line family packed for the shader (48 bytes). +#[repr(C)] +#[derive(Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)] +pub struct LineFamilyGpu { + pub cos_a: f32, // cos(angle_rad) + pub sin_a: f32, // sin(angle_rad) + pub x0: f32, // family origin x + pub y0: f32, // family origin y + pub dx: f32, // step vector x + pub dy: f32, // step vector y + pub perp_step: f32, // -dx*sin_a + dy*cos_a (perpendicular spacing) + pub along_step: f32, // dx*cos_a + dy*sin_a (along-line phase shift per step) + pub line_width: f32, // |perp_step| * 0.08 + pub period: f32, // sum of |dash values| (0 = solid) + pub n_dashes: u32, // number of dash entries (0 = solid) + pub dash_off: u32, // index into FamilyBatchData::dash_values +} + +/// All line families + dash values for one hatch (binding 2). +/// Total size: 16×48 + 32×16 + 4×4 = 768 + 512 + 16 = 1296 bytes. +/// dash_values is [f32; 4]×32 so each element is vec4 (16-byte stride, valid in uniform). +#[repr(C)] +#[derive(Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)] +pub struct FamilyBatchData { + pub families: [LineFamilyGpu; MAX_FAMILIES], // 768 bytes + pub dash_values: [[f32; 4]; 32], // 512 bytes (128 f32s as 32×vec4) + pub n_families: u32, // 4 bytes + pub _pad: [u32; 3], // 12 bytes +} // 1296 bytes total + +// ── Per-hatch GPU handle ─────────────────────────────────────────────────── + +pub struct HatchGpu { + pub vertex_buffer: wgpu::Buffer, + pub bind_group: wgpu::BindGroup, + _uniform_buf: wgpu::Buffer, + _boundary_buf: wgpu::Buffer, + _family_buf: wgpu::Buffer, +} + +impl HatchGpu { + pub fn new(device: &wgpu::Device, model: &HatchModel, bgl1: &wgpu::BindGroupLayout) -> Self { + // ── Decode pattern mode ────────────────────────────────────────── + let (mode, color2, grad_cos, grad_sin) = match &model.pattern { + HatchPattern::Solid => (1u32, [0.0f32; 4], 0.0f32, 0.0f32), + HatchPattern::Pattern(_) => (0u32, [0.0f32; 4], 0.0f32, 0.0f32), + HatchPattern::Gradient { angle_deg, color2 } => { + let r = angle_deg.to_radians(); + (2u32, *color2, r.cos(), r.sin()) + } + }; + + // ── Bounding box ───────────────────────────────────────────────── + let min_x = model + .boundary + .iter() + .map(|v| v[0]) + .fold(f32::INFINITY, f32::min); + let max_x = model + .boundary + .iter() + .map(|v| v[0]) + .fold(f32::NEG_INFINITY, f32::max); + let min_y = model + .boundary + .iter() + .map(|v| v[1]) + .fold(f32::INFINITY, f32::min); + let max_y = model + .boundary + .iter() + .map(|v| v[1]) + .fold(f32::NEG_INFINITY, f32::max); + + let max_spacing = match &model.pattern { + HatchPattern::Pattern(families) => families + .iter() + .map(|f| perp_spacing(f).abs()) + .fold(0.0f32, f32::max), + _ => 5.0, + }; + let diag = ((max_x - min_x).powi(2) + (max_y - min_y).powi(2)).sqrt(); + let pad = (diag * 0.8 + max_spacing * 2.0 * model.scale).max(1.0); + let (x0, x1, y0, y1) = (min_x - pad, max_x + pad, min_y - pad, max_y + pad); + + let quad = [ + HatchVertex { + pos: [x0, y0, 0.0], + _pad: 0.0, + }, + HatchVertex { + pos: [x1, y0, 0.0], + _pad: 0.0, + }, + HatchVertex { + pos: [x1, y1, 0.0], + _pad: 0.0, + }, + HatchVertex { + pos: [x0, y0, 0.0], + _pad: 0.0, + }, + HatchVertex { + pos: [x1, y1, 0.0], + _pad: 0.0, + }, + HatchVertex { + pos: [x0, y1, 0.0], + _pad: 0.0, + }, + ]; + let vertex_buffer = device.create_buffer_init(&wgpu::util::BufferInitDescriptor { + label: Some("hatch.vbuf"), + contents: bytemuck::cast_slice(&quad), + usage: wgpu::BufferUsages::VERTEX, + }); + + // ── Gradient: projection range ─────────────────────────────────── + let (grad_min, grad_range) = if mode == 2 { + let projs: Vec = model + .boundary + .iter() + .map(|&[x, y]| x * grad_cos + y * grad_sin) + .collect(); + let proj_min = projs.iter().cloned().fold(f32::INFINITY, f32::min); + let proj_max = projs.iter().cloned().fold(f32::NEG_INFINITY, f32::max); + (proj_min, (proj_max - proj_min).max(1e-4)) + } else { + (0.0, 1.0) + }; + + // ── HatchUniformData ───────────────────────────────────────────── + let n = model.boundary.len().min(64); + let uniform_data = HatchUniformData { + color: model.color, + color2, + mode, + vertex_count: n as u32, + angle_offset: model.angle_offset, + scale: model.scale, + grad_cos, + grad_sin, + grad_min, + grad_range, + }; + + // ── BoundaryData ───────────────────────────────────────────────── + let mut boundary_data = BoundaryData { + verts: [[0.0; 4]; 64], + }; + for (i, &[x, y]) in model.boundary.iter().take(64).enumerate() { + boundary_data.verts[i] = [x, y, 0.0, 0.0]; + } + + // ── FamilyBatchData ─────────────────────────────────────────────── + let family_batch = build_family_batch(&model.pattern); + + // ── GPU buffers ─────────────────────────────────────────────────── + let _uniform_buf = device.create_buffer_init(&wgpu::util::BufferInitDescriptor { + label: Some("hatch.uniforms"), + contents: bytemuck::bytes_of(&uniform_data), + usage: wgpu::BufferUsages::UNIFORM, + }); + let _boundary_buf = device.create_buffer_init(&wgpu::util::BufferInitDescriptor { + label: Some("hatch.boundary"), + contents: bytemuck::bytes_of(&boundary_data), + usage: wgpu::BufferUsages::UNIFORM, + }); + let _family_buf = device.create_buffer_init(&wgpu::util::BufferInitDescriptor { + label: Some("hatch.families"), + contents: bytemuck::bytes_of(&family_batch), + usage: wgpu::BufferUsages::UNIFORM, + }); + + let bind_group = device.create_bind_group(&wgpu::BindGroupDescriptor { + label: Some("hatch.bind_group1"), + layout: bgl1, + entries: &[ + wgpu::BindGroupEntry { + binding: 0, + resource: _uniform_buf.as_entire_binding(), + }, + wgpu::BindGroupEntry { + binding: 1, + resource: _boundary_buf.as_entire_binding(), + }, + wgpu::BindGroupEntry { + binding: 2, + resource: _family_buf.as_entire_binding(), + }, + ], + }); + + Self { + vertex_buffer, + bind_group, + _uniform_buf, + _boundary_buf, + _family_buf, + } + } +} + +// ── Helpers ─────────────────────────────────────────────────────────────── + +/// Perpendicular spacing between adjacent parallel lines. +/// QCAD PAT format stores (dx, dy) in line-local coordinates: dy = perpendicular, dx = along-line. +fn perp_spacing(f: &PatFamily) -> f32 { + f.dy +} + +/// Pack pattern families into the GPU batch struct. +fn build_family_batch(pattern: &HatchPattern) -> FamilyBatchData { + let mut batch = FamilyBatchData { + families: [LineFamilyGpu { + cos_a: 0.0, + sin_a: 0.0, + x0: 0.0, + y0: 0.0, + dx: 0.0, + dy: 0.0, + perp_step: 0.0, + along_step: 0.0, + line_width: 0.0, + period: 0.0, + n_dashes: 0, + dash_off: 0, + }; MAX_FAMILIES], + dash_values: [[0.0; 4]; 32], + n_families: 0, + _pad: [0; 3], + }; + + let HatchPattern::Pattern(families) = pattern else { + return batch; + }; + + let mut dash_cursor: usize = 0; + + for (fi, family) in families.iter().take(MAX_FAMILIES).enumerate() { + let angle_r = family.angle_deg.to_radians(); + let cos_a = angle_r.cos(); + let sin_a = angle_r.sin(); + // QCAD PAT local-frame convention: dy = perpendicular spacing, dx = along-line phase shift. + let perp_step = family.dy; + let along_step = family.dx; + let line_width = 0.0_f32; // unused: shader uses screen-space derivative for 1px lines + + // Dash pattern: collect up to available space. + let n_avail = MAX_DASHES.saturating_sub(dash_cursor); + let n_dashes = family.dashes.len().min(n_avail); + let period: f32 = family.dashes[..n_dashes].iter().map(|d| d.abs()).sum(); + + let dash_off = dash_cursor as u32; + for &d in &family.dashes[..n_dashes] { + batch.dash_values[dash_cursor / 4][dash_cursor % 4] = d; + dash_cursor += 1; + } + + batch.families[fi] = LineFamilyGpu { + cos_a, + sin_a, + x0: family.x0, + y0: family.y0, + dx: family.dx, + dy: family.dy, + perp_step, + along_step, + line_width, + period: if n_dashes > 0 { period } else { 0.0 }, + n_dashes: n_dashes as u32, + dash_off, + }; + batch.n_families += 1; + + if dash_cursor >= MAX_DASHES { + break; + } + } + + batch +} diff --git a/src/scene/pipeline/mesh_gpu.rs b/src/scene/pipeline/mesh_gpu.rs new file mode 100644 index 00000000..212dd183 --- /dev/null +++ b/src/scene/pipeline/mesh_gpu.rs @@ -0,0 +1,97 @@ +// Mesh GPU buffers — TriangleList rendering for solid objects. +// +// Vertex layout (40 bytes): +// position [f32; 3] offset 0 12 B +// normal [f32; 3] offset 12 12 B +// color [f32; 4] offset 24 16 B +// ------ +// 40 B / vertex + +use crate::scene::mesh_model::MeshModel; +use iced::wgpu; +use iced::wgpu::util::DeviceExt; + +// ── Vertex layout ───────────────────────────────────────────────────────── + +#[repr(C)] +#[derive(Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)] +pub struct MeshVertex { + pub position: [f32; 3], + pub normal: [f32; 3], + pub color: [f32; 4], +} + +impl MeshVertex { + pub fn layout<'a>() -> wgpu::VertexBufferLayout<'a> { + wgpu::VertexBufferLayout { + array_stride: std::mem::size_of::() as u64, + step_mode: wgpu::VertexStepMode::Vertex, + attributes: &[ + wgpu::VertexAttribute { + offset: 0, + shader_location: 0, + format: wgpu::VertexFormat::Float32x3, + }, + wgpu::VertexAttribute { + offset: 12, + shader_location: 1, + format: wgpu::VertexFormat::Float32x3, + }, + wgpu::VertexAttribute { + offset: 24, + shader_location: 2, + format: wgpu::VertexFormat::Float32x4, + }, + ], + } + } +} + +// ── GPU handle ──────────────────────────────────────────────────────────── + +pub struct MeshGpu { + pub vertex_buffer: wgpu::Buffer, + pub index_buffer: wgpu::Buffer, + pub index_count: u32, +} + +impl MeshGpu { + pub fn new(device: &wgpu::Device, mesh: &MeshModel) -> Self { + let has_normals = mesh.normals.len() == mesh.verts.len(); + let vertices: Vec = mesh + .verts + .iter() + .enumerate() + .map(|(i, &pos)| { + let normal = if has_normals { + mesh.normals[i] + } else { + [0.0, 1.0, 0.0] + }; + MeshVertex { + position: pos, + normal, + color: mesh.color, + } + }) + .collect(); + + let vertex_buffer = device.create_buffer_init(&wgpu::util::BufferInitDescriptor { + label: Some(&format!("mesh.vbuf.{}", mesh.name)), + contents: bytemuck::cast_slice(&vertices), + usage: wgpu::BufferUsages::VERTEX, + }); + + let index_buffer = device.create_buffer_init(&wgpu::util::BufferInitDescriptor { + label: Some(&format!("mesh.ibuf.{}", mesh.name)), + contents: bytemuck::cast_slice(&mesh.indices), + usage: wgpu::BufferUsages::INDEX, + }); + + Self { + vertex_buffer, + index_buffer, + index_count: mesh.indices.len() as u32, + } + } +} diff --git a/src/scene/pipeline/mod.rs b/src/scene/pipeline/mod.rs new file mode 100644 index 00000000..fcb4fc36 --- /dev/null +++ b/src/scene/pipeline/mod.rs @@ -0,0 +1,458 @@ +pub mod hatch_gpu; +pub mod mesh_gpu; +pub mod uniforms; +pub mod viewcube; +pub mod wire_gpu; + +use iced::wgpu; +use iced::{Rectangle, Size}; + +pub use hatch_gpu::HatchGpu; +pub use mesh_gpu::MeshGpu; +pub use uniforms::Uniforms; +pub use viewcube::ViewCubePipeline; +pub use wire_gpu::WireGpu; + +use crate::scene::hatch_model::HatchModel; +use crate::scene::mesh_model::MeshModel; +use crate::scene::wire_model::WireModel; + +pub struct Pipeline { + wire_pipeline: wgpu::RenderPipeline, + hatch_pipeline: wgpu::RenderPipeline, + mesh_pipeline: wgpu::RenderPipeline, + uniform_buffer: wgpu::Buffer, + uniform_bind_group: wgpu::BindGroup, + hatch_bgl1: wgpu::BindGroupLayout, + depth_texture_size: Size, + depth_view: wgpu::TextureView, + gpu_wires: Vec, + gpu_hatches: Vec, + gpu_meshes: Vec, + pub viewcube: ViewCubePipeline, +} + +impl Pipeline { + pub fn new(device: &wgpu::Device, queue: &wgpu::Queue, format: wgpu::TextureFormat) -> Self { + // ── Shared frame uniform buffer (view_proj etc.) ─────────────────── + let uniform_buffer = device.create_buffer(&wgpu::BufferDescriptor { + label: Some("viewer.uniform_buffer"), + size: std::mem::size_of::() as u64, + usage: wgpu::BufferUsages::UNIFORM | wgpu::BufferUsages::COPY_DST, + mapped_at_creation: false, + }); + + // Bind group layout 0 — shared by wire and hatch pipelines. + let frame_bgl = device.create_bind_group_layout(&wgpu::BindGroupLayoutDescriptor { + label: Some("viewer.frame_bgl"), + entries: &[wgpu::BindGroupLayoutEntry { + binding: 0, + visibility: wgpu::ShaderStages::VERTEX_FRAGMENT, + ty: wgpu::BindingType::Buffer { + ty: wgpu::BufferBindingType::Uniform, + has_dynamic_offset: false, + min_binding_size: None, + }, + count: None, + }], + }); + + let uniform_bind_group = device.create_bind_group(&wgpu::BindGroupDescriptor { + label: Some("viewer.bind_group"), + layout: &frame_bgl, + entries: &[wgpu::BindGroupEntry { + binding: 0, + resource: uniform_buffer.as_entire_binding(), + }], + }); + + // ── Wire pipeline ────────────────────────────────────────────────── + let wire_layout = device.create_pipeline_layout(&wgpu::PipelineLayoutDescriptor { + label: Some("wire.pipeline_layout"), + bind_group_layouts: &[&frame_bgl], + push_constant_ranges: &[], + }); + + let depth_tex = create_depth_texture(device, Size::new(1, 1)); + let depth_view = depth_tex.create_view(&wgpu::TextureViewDescriptor::default()); + + let wire_shader = device.create_shader_module(wgpu::ShaderModuleDescriptor { + label: Some("wire.shader"), + source: wgpu::ShaderSource::Wgsl(std::borrow::Cow::Borrowed(include_str!( + "../../shaders/wire.wgsl" + ))), + }); + + let wire_pipeline = device.create_render_pipeline(&wgpu::RenderPipelineDescriptor { + label: Some("wire.pipeline"), + layout: Some(&wire_layout), + vertex: wgpu::VertexState { + module: &wire_shader, + entry_point: Some("vs_main"), + buffers: &[wire_gpu::WireVertex::layout()], + compilation_options: wgpu::PipelineCompilationOptions::default(), + }, + primitive: wgpu::PrimitiveState { + topology: wgpu::PrimitiveTopology::TriangleList, + cull_mode: None, + ..Default::default() + }, + depth_stencil: Some(wgpu::DepthStencilState { + format: wgpu::TextureFormat::Depth32Float, + depth_write_enabled: true, + depth_compare: wgpu::CompareFunction::LessEqual, + stencil: wgpu::StencilState::default(), + bias: wgpu::DepthBiasState::default(), + }), + multisample: wgpu::MultisampleState { + count: 1, + mask: !0, + alpha_to_coverage_enabled: false, + }, + fragment: Some(wgpu::FragmentState { + module: &wire_shader, + entry_point: Some("fs_main"), + targets: &[Some(wgpu::ColorTargetState { + format, + blend: Some(wgpu::BlendState::ALPHA_BLENDING), + write_mask: wgpu::ColorWrites::ALL, + })], + compilation_options: wgpu::PipelineCompilationOptions::default(), + }), + multiview: None, + cache: None, + }); + + // ── Hatch pipeline ───────────────────────────────────────────────── + let hatch_entry = |binding: u32| wgpu::BindGroupLayoutEntry { + binding, + visibility: wgpu::ShaderStages::FRAGMENT, + ty: wgpu::BindingType::Buffer { + ty: wgpu::BufferBindingType::Uniform, + has_dynamic_offset: false, + min_binding_size: None, + }, + count: None, + }; + let hatch_bgl1 = device.create_bind_group_layout(&wgpu::BindGroupLayoutDescriptor { + label: Some("hatch.bgl1"), + entries: &[hatch_entry(0), hatch_entry(1), hatch_entry(2)], + }); + + let hatch_layout = device.create_pipeline_layout(&wgpu::PipelineLayoutDescriptor { + label: Some("hatch.pipeline_layout"), + bind_group_layouts: &[&frame_bgl, &hatch_bgl1], + push_constant_ranges: &[], + }); + + let hatch_shader = device.create_shader_module(wgpu::ShaderModuleDescriptor { + label: Some("hatch.shader"), + source: wgpu::ShaderSource::Wgsl(std::borrow::Cow::Borrowed(include_str!( + "../../shaders/hatch.wgsl" + ))), + }); + + let hatch_pipeline = device.create_render_pipeline(&wgpu::RenderPipelineDescriptor { + label: Some("hatch.pipeline"), + layout: Some(&hatch_layout), + vertex: wgpu::VertexState { + module: &hatch_shader, + entry_point: Some("vs_main"), + buffers: &[hatch_gpu::HatchVertex::layout()], + compilation_options: wgpu::PipelineCompilationOptions::default(), + }, + primitive: wgpu::PrimitiveState { + topology: wgpu::PrimitiveTopology::TriangleList, + cull_mode: None, + ..Default::default() + }, + depth_stencil: Some(wgpu::DepthStencilState { + format: wgpu::TextureFormat::Depth32Float, + depth_write_enabled: true, + depth_compare: wgpu::CompareFunction::LessEqual, + stencil: wgpu::StencilState::default(), + bias: wgpu::DepthBiasState::default(), + }), + multisample: wgpu::MultisampleState { + count: 1, + mask: !0, + alpha_to_coverage_enabled: false, + }, + fragment: Some(wgpu::FragmentState { + module: &hatch_shader, + entry_point: Some("fs_main"), + targets: &[Some(wgpu::ColorTargetState { + format, + blend: Some(wgpu::BlendState::ALPHA_BLENDING), + write_mask: wgpu::ColorWrites::ALL, + })], + compilation_options: wgpu::PipelineCompilationOptions::default(), + }), + multiview: None, + cache: None, + }); + + // ── Mesh pipeline ────────────────────────────────────────────────── + let mesh_shader = device.create_shader_module(wgpu::ShaderModuleDescriptor { + label: Some("mesh.shader"), + source: wgpu::ShaderSource::Wgsl(std::borrow::Cow::Borrowed(include_str!( + "../../shaders/mesh.wgsl" + ))), + }); + + let mesh_layout = device.create_pipeline_layout(&wgpu::PipelineLayoutDescriptor { + label: Some("mesh.pipeline_layout"), + bind_group_layouts: &[&frame_bgl], + push_constant_ranges: &[], + }); + + let mesh_pipeline = device.create_render_pipeline(&wgpu::RenderPipelineDescriptor { + label: Some("mesh.pipeline"), + layout: Some(&mesh_layout), + vertex: wgpu::VertexState { + module: &mesh_shader, + entry_point: Some("vs_main"), + buffers: &[mesh_gpu::MeshVertex::layout()], + compilation_options: wgpu::PipelineCompilationOptions::default(), + }, + primitive: wgpu::PrimitiveState { + topology: wgpu::PrimitiveTopology::TriangleList, + cull_mode: Some(wgpu::Face::Back), + ..Default::default() + }, + depth_stencil: Some(wgpu::DepthStencilState { + format: wgpu::TextureFormat::Depth32Float, + depth_write_enabled: true, + depth_compare: wgpu::CompareFunction::LessEqual, + stencil: wgpu::StencilState::default(), + bias: wgpu::DepthBiasState::default(), + }), + multisample: wgpu::MultisampleState { + count: 1, + mask: !0, + alpha_to_coverage_enabled: false, + }, + fragment: Some(wgpu::FragmentState { + module: &mesh_shader, + entry_point: Some("fs_main"), + targets: &[Some(wgpu::ColorTargetState { + format, + blend: Some(wgpu::BlendState::ALPHA_BLENDING), + write_mask: wgpu::ColorWrites::ALL, + })], + compilation_options: wgpu::PipelineCompilationOptions::default(), + }), + multiview: None, + cache: None, + }); + + let viewcube = ViewCubePipeline::new(device, queue, format); + + Self { + wire_pipeline, + hatch_pipeline, + mesh_pipeline, + uniform_buffer, + uniform_bind_group, + hatch_bgl1, + depth_texture_size: Size::new(1, 1), + depth_view, + gpu_wires: vec![], + gpu_hatches: vec![], + gpu_meshes: vec![], + viewcube, + } + } + + pub fn upload_wires(&mut self, device: &wgpu::Device, wires: &[WireModel]) { + self.gpu_wires = wires.iter().map(|w| WireGpu::new(device, w)).collect(); + } + + pub fn upload_meshes(&mut self, device: &wgpu::Device, meshes: &[MeshModel]) { + self.gpu_meshes = meshes + .iter() + .filter(|m| !m.indices.is_empty()) + .map(|m| MeshGpu::new(device, m)) + .collect(); + } + + pub fn upload_hatches(&mut self, device: &wgpu::Device, hatches: &[HatchModel]) { + self.gpu_hatches = hatches + .iter() + .filter(|h| h.boundary.len() >= 3) + .map(|h| HatchGpu::new(device, h, &self.hatch_bgl1)) + .collect(); + } + + pub fn upload_uniforms(&self, queue: &wgpu::Queue, uniforms: &Uniforms) { + queue.write_buffer(&self.uniform_buffer, 0, bytemuck::bytes_of(uniforms)); + } + + pub fn render( + &self, + encoder: &mut wgpu::CommandEncoder, + target: &wgpu::TextureView, + clip_bounds: Rectangle, + ) { + let vp = clip_bounds; + + // ── Pass 1: hatch fills ──────────────────────────────────────────── + { + let mut pass = encoder.begin_render_pass(&wgpu::RenderPassDescriptor { + label: Some("hatch.render_pass"), + color_attachments: &[Some(wgpu::RenderPassColorAttachment { + view: target, + depth_slice: None, + resolve_target: None, + ops: wgpu::Operations { + load: wgpu::LoadOp::Load, + store: wgpu::StoreOp::Store, + }, + })], + depth_stencil_attachment: Some(wgpu::RenderPassDepthStencilAttachment { + view: &self.depth_view, + depth_ops: Some(wgpu::Operations { + load: wgpu::LoadOp::Clear(1.0), + store: wgpu::StoreOp::Store, + }), + stencil_ops: None, + }), + timestamp_writes: None, + occlusion_query_set: None, + }); + pass.set_viewport( + vp.x as f32, + vp.y as f32, + vp.width as f32, + vp.height as f32, + 0.0, + 1.0, + ); + if !self.gpu_hatches.is_empty() { + pass.set_pipeline(&self.hatch_pipeline); + pass.set_bind_group(0, &self.uniform_bind_group, &[]); + for hatch in &self.gpu_hatches { + pass.set_bind_group(1, &hatch.bind_group, &[]); + pass.set_vertex_buffer(0, hatch.vertex_buffer.slice(..)); + pass.draw(0..6, 0..1); + } + } + } + + // ── Pass 2: solid meshes ─────────────────────────────────────────── + if !self.gpu_meshes.is_empty() { + let mut pass = encoder.begin_render_pass(&wgpu::RenderPassDescriptor { + label: Some("mesh.render_pass"), + color_attachments: &[Some(wgpu::RenderPassColorAttachment { + view: target, + depth_slice: None, + resolve_target: None, + ops: wgpu::Operations { + load: wgpu::LoadOp::Load, + store: wgpu::StoreOp::Store, + }, + })], + depth_stencil_attachment: Some(wgpu::RenderPassDepthStencilAttachment { + view: &self.depth_view, + depth_ops: Some(wgpu::Operations { + load: wgpu::LoadOp::Load, + store: wgpu::StoreOp::Store, + }), + stencil_ops: None, + }), + timestamp_writes: None, + occlusion_query_set: None, + }); + pass.set_viewport( + vp.x as f32, + vp.y as f32, + vp.width as f32, + vp.height as f32, + 0.0, + 1.0, + ); + pass.set_pipeline(&self.mesh_pipeline); + pass.set_bind_group(0, &self.uniform_bind_group, &[]); + for mesh in &self.gpu_meshes { + if mesh.index_count > 0 { + pass.set_vertex_buffer(0, mesh.vertex_buffer.slice(..)); + pass.set_index_buffer(mesh.index_buffer.slice(..), wgpu::IndexFormat::Uint32); + pass.draw_indexed(0..mesh.index_count, 0, 0..1); + } + } + } + + // ── Pass 3: wires ────────────────────────────────────────────────── + { + let mut pass = encoder.begin_render_pass(&wgpu::RenderPassDescriptor { + label: Some("wire.render_pass"), + color_attachments: &[Some(wgpu::RenderPassColorAttachment { + view: target, + depth_slice: None, + resolve_target: None, + ops: wgpu::Operations { + load: wgpu::LoadOp::Load, + store: wgpu::StoreOp::Store, + }, + })], + depth_stencil_attachment: Some(wgpu::RenderPassDepthStencilAttachment { + view: &self.depth_view, + depth_ops: Some(wgpu::Operations { + load: wgpu::LoadOp::Load, + store: wgpu::StoreOp::Store, + }), + stencil_ops: None, + }), + timestamp_writes: None, + occlusion_query_set: None, + }); + pass.set_viewport( + vp.x as f32, + vp.y as f32, + vp.width as f32, + vp.height as f32, + 0.0, + 1.0, + ); + pass.set_pipeline(&self.wire_pipeline); + pass.set_bind_group(0, &self.uniform_bind_group, &[]); + for wire in &self.gpu_wires { + if wire.vertex_count >= 6 { + pass.set_vertex_buffer(0, wire.vertex_buffer.slice(..)); + pass.draw(0..wire.vertex_count, 0..1); + } + } + } + } + + pub fn ensure_depth_texture(&mut self, device: &wgpu::Device, size: Size) { + if self.depth_texture_size != size { + let tex = create_depth_texture(device, size); + self.depth_view = tex.create_view(&wgpu::TextureViewDescriptor::default()); + self.depth_texture_size = size; + } + } +} + +fn create_depth_texture(device: &wgpu::Device, size: Size) -> wgpu::Texture { + device.create_texture(&wgpu::TextureDescriptor { + label: Some("viewer.depth_texture"), + size: wgpu::Extent3d { + width: size.width.max(1), + height: size.height.max(1), + depth_or_array_layers: 1, + }, + mip_level_count: 1, + sample_count: 1, + dimension: wgpu::TextureDimension::D2, + format: wgpu::TextureFormat::Depth32Float, + usage: wgpu::TextureUsages::RENDER_ATTACHMENT, + view_formats: &[], + }) +} + +impl iced::widget::shader::Pipeline for Pipeline { + fn new(device: &wgpu::Device, queue: &wgpu::Queue, format: wgpu::TextureFormat) -> Self { + Self::new(device, queue, format) + } +} diff --git a/src/scene/pipeline/uniforms.rs b/src/scene/pipeline/uniforms.rs new file mode 100644 index 00000000..1700c7ba --- /dev/null +++ b/src/scene/pipeline/uniforms.rs @@ -0,0 +1,22 @@ +use crate::scene::camera::Camera; +use iced::Rectangle; + +#[derive(Copy, Clone, Debug, bytemuck::Pod, bytemuck::Zeroable)] +#[repr(C)] +pub struct Uniforms { + pub view_proj: glam::Mat4, + pub camera_pos: glam::Vec4, + pub viewport_size: [f32; 2], + pub _pad: [f32; 2], +} + +impl Uniforms { + pub fn new(camera: &Camera, bounds: Rectangle) -> Self { + Self { + view_proj: camera.view_proj(bounds), + camera_pos: camera.position_vec4(), + viewport_size: [bounds.width, bounds.height], + _pad: [0.0; 2], + } + } +} diff --git a/src/scene/pipeline/viewcube.rs b/src/scene/pipeline/viewcube.rs new file mode 100644 index 00000000..6b71b33b --- /dev/null +++ b/src/scene/pipeline/viewcube.rs @@ -0,0 +1,1271 @@ +// ViewCube wgpu pipeline — H7CAD-style interactive 3D navigation cube. +// +// 26 selectable regions: 6 faces + 12 edges + 8 corners. +// Phong shading + hover highlight passed as uniform. +// Hit-test is 100% CPU — no GPU readback needed. +// +// The ViewCube rotation matrix is derived directly from the camera quaternion +// (cam_rotation: Mat4) everywhere — shader, text labels, hit-test, hover-id. +// This eliminates gimbal lock at top/bottom views and keeps the cube in sync +// with arcball orbit at all angles. + +use bytemuck::{Pod, Zeroable}; +use glam::{Mat4, Vec3, Vec4}; +use iced::wgpu; +use iced::{Rectangle, Size}; + +// ── ViewCube layout ─────────────────────────────────────────────────────── +pub const VIEWCUBE_PX: u32 = 120; +pub const VIEWCUBE_SCALE: f32 = 0.36; +pub const VIEWCUBE_DRAW_PX: f32 = VIEWCUBE_PX as f32 * VIEWCUBE_SCALE * 2.0; +pub const VIEWCUBE_PAD: f32 = 12.0; + +const FACE_LABELS: [&str; 6] = ["TOP", "BOTTOM", "FRONT", "BACK", "RIGHT", "LEFT"]; +const FACE_CENTERS: [[f32; 3]; 6] = [ + [0.0, 0.0, 1.0], + [0.0, 0.0, -1.0], + [0.0, -1.0, 0.0], + [0.0, 1.0, 0.0], + [1.0, 0.0, 0.0], + [-1.0, 0.0, 0.0], +]; + +pub const FACE_TOP: usize = 0; +pub const FACE_BOTTOM: usize = 1; +pub const FACE_FRONT: usize = 2; +pub const FACE_BACK: usize = 3; +pub const FACE_RIGHT: usize = 4; +pub const FACE_LEFT: usize = 5; +pub const EDGE_TOP_FRONT: usize = 6; +pub const EDGE_TOP_BACK: usize = 7; +pub const EDGE_TOP_RIGHT: usize = 8; +pub const EDGE_TOP_LEFT: usize = 9; +pub const EDGE_BOT_FRONT: usize = 10; +pub const EDGE_BOT_BACK: usize = 11; +pub const EDGE_BOT_RIGHT: usize = 12; +pub const EDGE_BOT_LEFT: usize = 13; +pub const EDGE_FRONT_RIGHT: usize = 14; +pub const EDGE_FRONT_LEFT: usize = 15; +pub const EDGE_BACK_RIGHT: usize = 16; +pub const EDGE_BACK_LEFT: usize = 17; +pub const CORNER_TPF_R: usize = 18; +pub const CORNER_TPF_L: usize = 19; +pub const CORNER_TBK_R: usize = 20; +pub const CORNER_TBK_L: usize = 21; +pub const CORNER_BTF_R: usize = 22; +pub const CORNER_BTF_L: usize = 23; +pub const CORNER_BBK_R: usize = 24; +pub const CORNER_BBK_L: usize = 25; +pub const NUM_REGIONS: usize = 26; + +#[derive(Debug, Clone, Copy, PartialEq)] +pub enum CubeRegion { + Face(usize), + Edge(usize), + Corner(usize), +} + +impl CubeRegion { + pub fn id(self) -> usize { + match self { + Self::Face(i) | Self::Edge(i) | Self::Corner(i) => i, + } + } + + pub fn snap_angles(self) -> (f32, f32) { + use std::f32::consts::{FRAC_PI_2, FRAC_PI_4, PI}; + let iso = (1.0_f32 / 2.0_f32.sqrt()).atan(); + match self.id() { + 0 => (0.0, FRAC_PI_2), + 1 => (0.0, -FRAC_PI_2), + 2 => (PI, 0.0), + 3 => (0.0, 0.0), + 4 => (FRAC_PI_2, 0.0), + 5 => (-FRAC_PI_2, 0.0), + 6 => (PI, FRAC_PI_4), + 7 => (0.0, FRAC_PI_4), + 8 => (FRAC_PI_2, FRAC_PI_4), + 9 => (-FRAC_PI_2, FRAC_PI_4), + 10 => (PI, -FRAC_PI_4), + 11 => (0.0, -FRAC_PI_4), + 12 => (FRAC_PI_2, -FRAC_PI_4), + 13 => (-FRAC_PI_2, -FRAC_PI_4), + 14 => (FRAC_PI_4, 0.0), + 15 => (-FRAC_PI_4, 0.0), + 16 => (PI * 0.75, 0.0), + 17 => (-PI * 0.75, 0.0), + 18 => (PI * 0.75, iso), + 19 => (-PI * 0.75, iso), + 20 => (FRAC_PI_4, iso), + 21 => (-FRAC_PI_4, iso), + 22 => (PI * 0.75, -iso), + 23 => (-PI * 0.75, -iso), + 24 => (FRAC_PI_4, -iso), + 25 => (-FRAC_PI_4, -iso), + _ => (0.0, 0.0), + } + } + + pub fn opposite(self) -> CubeRegion { + match self { + CubeRegion::Face(FACE_TOP) => CubeRegion::Face(FACE_BOTTOM), + CubeRegion::Face(FACE_BOTTOM) => CubeRegion::Face(FACE_TOP), + CubeRegion::Face(FACE_FRONT) => CubeRegion::Face(FACE_BACK), + CubeRegion::Face(FACE_BACK) => CubeRegion::Face(FACE_FRONT), + CubeRegion::Face(FACE_RIGHT) => CubeRegion::Face(FACE_LEFT), + CubeRegion::Face(FACE_LEFT) => CubeRegion::Face(FACE_RIGHT), + other => other, + } + } + + pub fn label(self) -> &'static str { + match self.id() { + 0 => "TOP", + 1 => "BOTTOM", + 2 => "FRONT", + 3 => "BACK", + 4 => "RIGHT", + 5 => "LEFT", + 6 => "Top Front", + 7 => "Top Back", + 8 => "Top Right", + 9 => "Top Left", + 10 => "Bot Front", + 11 => "Bot Back", + 12 => "Bot Right", + 13 => "Bot Left", + 14 => "Front Right", + 15 => "Front Left", + 16 => "Back Right", + 17 => "Back Left", + 18 => "Top Front Right", + 19 => "Top Front Left", + 20 => "Top Back Right", + 21 => "Top Back Left", + 22 => "Bot Front Right", + 23 => "Bot Front Left", + 24 => "Bot Back Right", + 25 => "Bot Back Left", + _ => "?", + } + } +} + +// ── Vertex ──────────────────────────────────────────────────────────────── + +#[repr(C)] +#[derive(Copy, Clone, Pod, Zeroable)] +pub struct CubeVertex { + pub pos: [f32; 3], + pub normal: [f32; 3], + pub color: [f32; 3], + pub region_f: f32, +} + +impl CubeVertex { + const ATTRIBS: [wgpu::VertexAttribute; 4] = wgpu::vertex_attr_array![ + 0 => Float32x3, 1 => Float32x3, 2 => Float32x3, 3 => Float32, + ]; + pub fn desc() -> wgpu::VertexBufferLayout<'static> { + wgpu::VertexBufferLayout { + array_stride: std::mem::size_of::() as u64, + step_mode: wgpu::VertexStepMode::Vertex, + attributes: &Self::ATTRIBS, + } + } +} + +#[repr(C)] +#[derive(Copy, Clone, Pod, Zeroable)] +pub struct CubeUniforms { + pub view_proj: [f32; 16], + pub rotation: [f32; 16], + pub hover_region: [f32; 4], +} + +impl CubeUniforms { + /// Build uniforms from the camera quaternion-derived rotation matrix. + /// `cam_rotation` = `Mat4::from_quat(camera.rotation)`. + pub fn new( + cam_rotation: Mat4, + cube_px: u32, + vp_w: u32, + vp_h: u32, + hover: Option, + ) -> Self { + let (hw, hh) = (vp_w as f32 * 0.5, vp_h as f32 * 0.5); + let cube_half = cube_px as f32 * VIEWCUBE_SCALE; + let cx = hw - cube_half - VIEWCUBE_PAD; + let cy = hh - cube_half - VIEWCUBE_PAD; + let view_proj = Mat4::orthographic_rh(-hw, hw, -hh, hh, -2000.0, 2000.0) + * Mat4::from_translation(Vec3::new(cx, cy, 0.0)) + * Mat4::from_scale(Vec3::splat(cube_px as f32 * VIEWCUBE_SCALE)); + Self { + view_proj: view_proj.to_cols_array(), + rotation: cam_rotation.to_cols_array(), + hover_region: [ + hover.map(|h| h as f32 / 25.0).unwrap_or(-1.0), + 0.0, + 0.0, + 0.0, + ], + } + } +} + +// ── Bitmap text ─────────────────────────────────────────────────────────── + +const GLYPH_W: usize = 5; +const GLYPH_H: usize = 7; +const CELL_W: usize = 6; +const CELL_H: usize = 8; +const ATLAS_COLS: usize = 8; +const ATLAS_ROWS: usize = 2; +const FONT_SCALE: f32 = 1.35; +const MAX_LABEL_CHARS: usize = 6; +const LABEL_COUNT: usize = 6; +const MAX_GLYPHS: usize = MAX_LABEL_CHARS * LABEL_COUNT; +const MAX_VERTS: usize = MAX_GLYPHS * 6; + +#[repr(C)] +#[derive(Copy, Clone, Pod, Zeroable)] +struct TextUniforms { + screen: [f32; 2], + _pad: [f32; 2], +} + +#[repr(C)] +#[derive(Copy, Clone, Pod, Zeroable)] +struct TextVertex { + pos: [f32; 2], + uv: [f32; 2], + color: [f32; 4], +} + +impl TextVertex { + const ATTRIBS: [wgpu::VertexAttribute; 3] = wgpu::vertex_attr_array![ + 0 => Float32x2, 1 => Float32x2, 2 => Float32x4, + ]; + fn desc() -> wgpu::VertexBufferLayout<'static> { + wgpu::VertexBufferLayout { + array_stride: std::mem::size_of::() as u64, + step_mode: wgpu::VertexStepMode::Vertex, + attributes: &Self::ATTRIBS, + } + } +} + +fn glyph_index(c: char) -> Option { + match c { + 'A' => Some(0), + 'B' => Some(1), + 'C' => Some(2), + 'E' => Some(3), + 'F' => Some(4), + 'G' => Some(5), + 'H' => Some(6), + 'I' => Some(7), + 'K' => Some(8), + 'L' => Some(9), + 'M' => Some(10), + 'N' => Some(11), + 'O' => Some(12), + 'P' => Some(13), + 'R' => Some(14), + 'T' => Some(15), + _ => None, + } +} + +fn glyph_rows(c: char) -> [u8; GLYPH_H] { + match c { + 'A' => [ + 0b01110, 0b10001, 0b10001, 0b11111, 0b10001, 0b10001, 0b10001, + ], + 'B' => [ + 0b11110, 0b10001, 0b10001, 0b11110, 0b10001, 0b10001, 0b11110, + ], + 'C' => [ + 0b01111, 0b10000, 0b10000, 0b10000, 0b10000, 0b10000, 0b01111, + ], + 'E' => [ + 0b11111, 0b10000, 0b10000, 0b11110, 0b10000, 0b10000, 0b11111, + ], + 'F' => [ + 0b11111, 0b10000, 0b10000, 0b11110, 0b10000, 0b10000, 0b10000, + ], + 'G' => [ + 0b01111, 0b10000, 0b10000, 0b10011, 0b10001, 0b10001, 0b01111, + ], + 'H' => [ + 0b10001, 0b10001, 0b10001, 0b11111, 0b10001, 0b10001, 0b10001, + ], + 'I' => [ + 0b11111, 0b00100, 0b00100, 0b00100, 0b00100, 0b00100, 0b11111, + ], + 'K' => [ + 0b10001, 0b10010, 0b10100, 0b11000, 0b10100, 0b10010, 0b10001, + ], + 'L' => [ + 0b10000, 0b10000, 0b10000, 0b10000, 0b10000, 0b10000, 0b11111, + ], + 'M' => [ + 0b10001, 0b11011, 0b10101, 0b10101, 0b10001, 0b10001, 0b10001, + ], + 'N' => [ + 0b10001, 0b11001, 0b10101, 0b10011, 0b10001, 0b10001, 0b10001, + ], + 'O' => [ + 0b01110, 0b10001, 0b10001, 0b10001, 0b10001, 0b10001, 0b01110, + ], + 'P' => [ + 0b11110, 0b10001, 0b10001, 0b11110, 0b10000, 0b10000, 0b10000, + ], + 'R' => [ + 0b11110, 0b10001, 0b10001, 0b11110, 0b10100, 0b10010, 0b10001, + ], + 'T' => [ + 0b11111, 0b00100, 0b00100, 0b00100, 0b00100, 0b00100, 0b00100, + ], + _ => [0; GLYPH_H], + } +} + +fn build_atlas() -> (Vec, u32, u32) { + let w = (ATLAS_COLS * CELL_W) as u32; + let h = (ATLAS_ROWS * CELL_H) as u32; + let mut data = vec![0u8; (w * h) as usize]; + let glyphs = [ + 'A', 'B', 'C', 'E', 'F', 'G', 'H', 'I', 'K', 'L', 'M', 'N', 'O', 'P', 'R', 'T', + ]; + for (i, &ch) in glyphs.iter().enumerate() { + let col = i % ATLAS_COLS; + let row = i / ATLAS_COLS; + let x0 = col * CELL_W; + let y0 = row * CELL_H; + let rows = glyph_rows(ch); + for y in 0..GLYPH_H { + let bits = rows[y]; + for x in 0..GLYPH_W { + if (bits >> (GLYPH_W - 1 - x)) & 1 == 0 { + continue; + } + data[(y0 + y) as usize * w as usize + (x0 + x)] = 255; + } + } + } + (data, w, h) +} + +fn glyph_uv(index: usize, atlas_w: f32, atlas_h: f32) -> (f32, f32, f32, f32) { + let col = index % ATLAS_COLS; + let row = index / ATLAS_COLS; + let x0 = (col * CELL_W) as f32; + let y0 = (row * CELL_H) as f32; + ( + x0 / atlas_w, + y0 / atlas_h, + (x0 + GLYPH_W as f32) / atlas_w, + (y0 + GLYPH_H as f32) / atlas_h, + ) +} + +struct ViewCubeText { + pipeline: wgpu::RenderPipeline, + vertex_buffer: wgpu::Buffer, + vertex_capacity: u32, + vertex_count: u32, + uniform_buffer: wgpu::Buffer, + bind_group: wgpu::BindGroup, + atlas_w: f32, + atlas_h: f32, +} + +impl ViewCubeText { + fn new(device: &wgpu::Device, queue: &wgpu::Queue, format: wgpu::TextureFormat) -> Self { + let (atlas, w, h) = build_atlas(); + let atlas_tex = device.create_texture(&wgpu::TextureDescriptor { + label: Some("vc.text_atlas"), + size: wgpu::Extent3d { + width: w, + height: h, + depth_or_array_layers: 1, + }, + mip_level_count: 1, + sample_count: 1, + dimension: wgpu::TextureDimension::D2, + format: wgpu::TextureFormat::R8Unorm, + usage: wgpu::TextureUsages::TEXTURE_BINDING | wgpu::TextureUsages::COPY_DST, + view_formats: &[], + }); + let bytes_per_row = w; + let aligned_bpr = ((bytes_per_row + 255) / 256) * 256; + let atlas_bytes = if aligned_bpr == bytes_per_row { + atlas + } else { + let mut padded = vec![0u8; (aligned_bpr * h) as usize]; + for row in 0..h as usize { + let src = row * bytes_per_row as usize; + let dst = row * aligned_bpr as usize; + padded[dst..dst + bytes_per_row as usize] + .copy_from_slice(&atlas[src..src + bytes_per_row as usize]); + } + padded + }; + queue.write_texture( + atlas_tex.as_image_copy(), + &atlas_bytes, + wgpu::TexelCopyBufferLayout { + offset: 0, + bytes_per_row: Some(aligned_bpr), + rows_per_image: Some(h), + }, + wgpu::Extent3d { + width: w, + height: h, + depth_or_array_layers: 1, + }, + ); + let atlas_view = atlas_tex.create_view(&wgpu::TextureViewDescriptor::default()); + let sampler = device.create_sampler(&wgpu::SamplerDescriptor { + label: Some("vc.text_sampler"), + mag_filter: wgpu::FilterMode::Nearest, + min_filter: wgpu::FilterMode::Nearest, + ..Default::default() + }); + let uniform_buffer = device.create_buffer(&wgpu::BufferDescriptor { + label: Some("vc.text_uniform"), + size: std::mem::size_of::() as u64, + usage: wgpu::BufferUsages::UNIFORM | wgpu::BufferUsages::COPY_DST, + mapped_at_creation: false, + }); + let bgl = device.create_bind_group_layout(&wgpu::BindGroupLayoutDescriptor { + label: Some("vc.text_bgl"), + entries: &[ + wgpu::BindGroupLayoutEntry { + binding: 0, + visibility: wgpu::ShaderStages::VERTEX, + ty: wgpu::BindingType::Buffer { + ty: wgpu::BufferBindingType::Uniform, + has_dynamic_offset: false, + min_binding_size: None, + }, + count: None, + }, + wgpu::BindGroupLayoutEntry { + binding: 1, + visibility: wgpu::ShaderStages::FRAGMENT, + ty: wgpu::BindingType::Sampler(wgpu::SamplerBindingType::Filtering), + count: None, + }, + wgpu::BindGroupLayoutEntry { + binding: 2, + visibility: wgpu::ShaderStages::FRAGMENT, + ty: wgpu::BindingType::Texture { + multisampled: false, + view_dimension: wgpu::TextureViewDimension::D2, + sample_type: wgpu::TextureSampleType::Float { filterable: true }, + }, + count: None, + }, + ], + }); + let bind_group = device.create_bind_group(&wgpu::BindGroupDescriptor { + label: Some("vc.text_bg"), + layout: &bgl, + entries: &[ + wgpu::BindGroupEntry { + binding: 0, + resource: uniform_buffer.as_entire_binding(), + }, + wgpu::BindGroupEntry { + binding: 1, + resource: wgpu::BindingResource::Sampler(&sampler), + }, + wgpu::BindGroupEntry { + binding: 2, + resource: wgpu::BindingResource::TextureView(&atlas_view), + }, + ], + }); + let layout = device.create_pipeline_layout(&wgpu::PipelineLayoutDescriptor { + label: Some("vc.text_layout"), + bind_group_layouts: &[&bgl], + push_constant_ranges: &[], + }); + let shader = device.create_shader_module(wgpu::ShaderModuleDescriptor { + label: Some("vc.text_shader"), + source: wgpu::ShaderSource::Wgsl(std::borrow::Cow::Borrowed(include_str!( + "../../shaders/viewcube_text.wgsl" + ))), + }); + let pipeline = device.create_render_pipeline(&wgpu::RenderPipelineDescriptor { + label: Some("vc.text_pipe"), + layout: Some(&layout), + vertex: wgpu::VertexState { + module: &shader, + entry_point: Some("vs_main"), + buffers: &[TextVertex::desc()], + compilation_options: wgpu::PipelineCompilationOptions::default(), + }, + primitive: wgpu::PrimitiveState { + topology: wgpu::PrimitiveTopology::TriangleList, + cull_mode: None, + ..Default::default() + }, + depth_stencil: None, + multisample: wgpu::MultisampleState::default(), + fragment: Some(wgpu::FragmentState { + module: &shader, + entry_point: Some("fs_main"), + targets: &[Some(wgpu::ColorTargetState { + format, + blend: Some(wgpu::BlendState::ALPHA_BLENDING), + write_mask: wgpu::ColorWrites::ALL, + })], + compilation_options: wgpu::PipelineCompilationOptions::default(), + }), + multiview: None, + cache: None, + }); + let vertex_capacity = MAX_VERTS as u32; + let vertex_buffer = device.create_buffer(&wgpu::BufferDescriptor { + label: Some("vc.text_vb"), + size: (vertex_capacity as usize * std::mem::size_of::()) as u64, + usage: wgpu::BufferUsages::VERTEX | wgpu::BufferUsages::COPY_DST, + mapped_at_creation: false, + }); + Self { + pipeline, + vertex_buffer, + vertex_capacity, + vertex_count: 0, + uniform_buffer, + bind_group, + atlas_w: w as f32, + atlas_h: h as f32, + } + } + + /// Update text labels using the quaternion-derived rotation matrix. + fn update( + &mut self, + queue: &wgpu::Queue, + cam_rotation: Mat4, + vp_w: u32, + vp_h: u32, + cube_px: u32, + ) { + let (vw, vh) = (vp_w as f32, vp_h as f32); + let cube_half = cube_px as f32 * VIEWCUBE_SCALE; + let (hw, hh) = (vw * 0.5, vh * 0.5); + let view_proj = Mat4::orthographic_rh(-hw, hw, -hh, hh, -2000.0, 2000.0) + * Mat4::from_translation(Vec3::new( + hw - cube_half - VIEWCUBE_PAD, + hh - cube_half - VIEWCUBE_PAD, + 0.0, + )) + * Mat4::from_scale(Vec3::splat(cube_px as f32 * VIEWCUBE_SCALE)); + + let glyph_w = GLYPH_W as f32 * FONT_SCALE; + let glyph_h = GLYPH_H as f32 * FONT_SCALE; + let advance = CELL_W as f32 * FONT_SCALE; + let mut verts: Vec = Vec::with_capacity(MAX_VERTS); + let view_dir = Vec3::Z; + + for (fi, &c) in FACE_CENTERS.iter().enumerate() { + let face_n = Vec3::from(c); + let world_n = cam_rotation.transform_vector3(face_n).normalize(); + let dot = world_n.dot(view_dir); + if dot < 0.12 { + continue; + } + let world = cam_rotation.transform_point3(face_n * 0.82); + let clip = view_proj * Vec4::new(world.x, world.y, world.z, 1.0); + if clip.w.abs() < 1e-6 { + continue; + } + let sx = (clip.x / clip.w + 1.0) * 0.5 * vw; + let sy = (1.0 - clip.y / clip.w) * 0.5 * vh; + let alpha = ((dot - 0.12) / 0.88).clamp(0.0, 1.0); + let label = FACE_LABELS[fi]; + let label_w = label.len() as f32 * advance; + let mut x = sx - label_w * 0.5; + let y = sy - glyph_h * 0.5; + for ch in label.chars() { + let Some(gi) = glyph_index(ch) else { + x += advance; + continue; + }; + let (u0, v0, u1, v1) = glyph_uv(gi, self.atlas_w, self.atlas_h); + let (x0, y0, x1, y1) = (x, y, x + glyph_w, y + glyph_h); + let color = [1.0, 1.0, 1.0, alpha]; + verts.push(TextVertex { + pos: [x0, y0], + uv: [u0, v0], + color, + }); + verts.push(TextVertex { + pos: [x1, y0], + uv: [u1, v0], + color, + }); + verts.push(TextVertex { + pos: [x1, y1], + uv: [u1, v1], + color, + }); + verts.push(TextVertex { + pos: [x0, y0], + uv: [u0, v0], + color, + }); + verts.push(TextVertex { + pos: [x1, y1], + uv: [u1, v1], + color, + }); + verts.push(TextVertex { + pos: [x0, y1], + uv: [u0, v1], + color, + }); + x += advance; + if verts.len() >= self.vertex_capacity as usize { + break; + } + } + if verts.len() >= self.vertex_capacity as usize { + break; + } + } + self.vertex_count = verts.len() as u32; + if self.vertex_count > 0 { + queue.write_buffer(&self.vertex_buffer, 0, bytemuck::cast_slice(&verts)); + } + queue.write_buffer( + &self.uniform_buffer, + 0, + bytemuck::bytes_of(&TextUniforms { + screen: [vw, vh], + _pad: [0.0; 2], + }), + ); + } + + fn render( + &self, + encoder: &mut wgpu::CommandEncoder, + target: &wgpu::TextureView, + clip: Rectangle, + ) { + if self.vertex_count == 0 { + return; + } + let mut pass = encoder.begin_render_pass(&wgpu::RenderPassDescriptor { + label: Some("vc.text_pass"), + color_attachments: &[Some(wgpu::RenderPassColorAttachment { + view: target, + depth_slice: None, + resolve_target: None, + ops: wgpu::Operations { + load: wgpu::LoadOp::Load, + store: wgpu::StoreOp::Store, + }, + })], + depth_stencil_attachment: None, + timestamp_writes: None, + occlusion_query_set: None, + }); + pass.set_viewport( + clip.x as f32, + clip.y as f32, + clip.width as f32, + clip.height as f32, + 0.0, + 1.0, + ); + pass.set_pipeline(&self.pipeline); + pass.set_bind_group(0, &self.bind_group, &[]); + pass.set_vertex_buffer(0, self.vertex_buffer.slice(..)); + pass.draw(0..self.vertex_count, 0..1); + } +} + +// ── Geometry ────────────────────────────────────────────────────────────── + +const F: f32 = 0.80; +const E: f32 = 1.00; +const C_TOP: [f32; 3] = [0.70, 0.80, 0.94]; +const C_BOTTOM: [f32; 3] = [0.32, 0.32, 0.36]; +const C_FRONT: [f32; 3] = [0.80, 0.83, 0.90]; +const C_BACK: [f32; 3] = [0.46, 0.47, 0.52]; +const C_RIGHT: [f32; 3] = [0.62, 0.60, 0.56]; +const C_LEFT: [f32; 3] = [0.54, 0.55, 0.64]; +const C_EDGE: [f32; 3] = [0.24, 0.25, 0.28]; +const C_CORNER: [f32; 3] = [0.16, 0.17, 0.19]; + +fn push_quad( + corners: [[f32; 3]; 4], + rgb: [f32; 3], + region: usize, + vs: &mut Vec, + is: &mut Vec, +) { + let mut cs = corners; + let center = { + let s = Vec3::from(cs[0]) + Vec3::from(cs[1]) + Vec3::from(cs[2]) + Vec3::from(cs[3]); + (s * 0.25).normalize_or_zero() + }; + let mut n = (Vec3::from(cs[1]) - Vec3::from(cs[0])) + .cross(Vec3::from(cs[3]) - Vec3::from(cs[0])) + .normalize_or_zero(); + if n.dot(center) < 0.0 { + cs = [cs[0], cs[3], cs[2], cs[1]]; + n = (Vec3::from(cs[1]) - Vec3::from(cs[0])) + .cross(Vec3::from(cs[3]) - Vec3::from(cs[0])) + .normalize_or_zero(); + } + let n = n.to_array(); + let rf = region as f32 / 25.0; + let base = vs.len() as u32; + for pos in cs { + vs.push(CubeVertex { + pos, + normal: n, + color: rgb, + region_f: rf, + }); + } + is.extend_from_slice(&[base, base + 1, base + 2, base, base + 2, base + 3]); +} + +fn push_tri( + a: [f32; 3], + b: [f32; 3], + c: [f32; 3], + rgb: [f32; 3], + region: usize, + vs: &mut Vec, + is: &mut Vec, +) { + let mut b = b; + let mut c = c; + let center = { + let s = Vec3::from(a) + Vec3::from(b) + Vec3::from(c); + (s / 3.0).normalize_or_zero() + }; + let mut n = (Vec3::from(b) - Vec3::from(a)) + .cross(Vec3::from(c) - Vec3::from(a)) + .normalize_or_zero(); + if n.dot(center) < 0.0 { + std::mem::swap(&mut b, &mut c); + n = (Vec3::from(b) - Vec3::from(a)) + .cross(Vec3::from(c) - Vec3::from(a)) + .normalize_or_zero(); + } + let n = n.to_array(); + let rf = region as f32 / 25.0; + let base = vs.len() as u32; + for pos in [a, b, c] { + vs.push(CubeVertex { + pos, + normal: n, + color: rgb, + region_f: rf, + }); + } + is.extend_from_slice(&[base, base + 1, base + 2]); +} + +pub fn build_geometry() -> (Vec, Vec) { + let (mut vs, mut is) = (Vec::::new(), Vec::::new()); + push_quad( + [[-F, -F, E], [F, -F, E], [F, F, E], [-F, F, E]], + C_TOP, + FACE_TOP, + &mut vs, + &mut is, + ); + push_quad( + [[-F, F, -E], [F, F, -E], [F, -F, -E], [-F, -F, -E]], + C_BOTTOM, + FACE_BOTTOM, + &mut vs, + &mut is, + ); + push_quad( + [[F, -E, -F], [-F, -E, -F], [-F, -E, F], [F, -E, F]], + C_FRONT, + FACE_FRONT, + &mut vs, + &mut is, + ); + push_quad( + [[-F, E, -F], [F, E, -F], [F, E, F], [-F, E, F]], + C_BACK, + FACE_BACK, + &mut vs, + &mut is, + ); + push_quad( + [[E, F, -F], [E, -F, -F], [E, -F, F], [E, F, F]], + C_RIGHT, + FACE_RIGHT, + &mut vs, + &mut is, + ); + push_quad( + [[-E, -F, -F], [-E, F, -F], [-E, F, F], [-E, -F, F]], + C_LEFT, + FACE_LEFT, + &mut vs, + &mut is, + ); + push_quad( + [[F, -F, E], [-F, -F, E], [-F, -E, F], [F, -E, F]], + C_EDGE, + EDGE_TOP_FRONT, + &mut vs, + &mut is, + ); + push_quad( + [[-F, F, E], [F, F, E], [F, E, F], [-F, E, F]], + C_EDGE, + EDGE_TOP_BACK, + &mut vs, + &mut is, + ); + push_quad( + [[F, F, E], [F, -F, E], [E, -F, F], [E, F, F]], + C_EDGE, + EDGE_TOP_RIGHT, + &mut vs, + &mut is, + ); + push_quad( + [[-F, -F, E], [-F, F, E], [-E, F, F], [-E, -F, F]], + C_EDGE, + EDGE_TOP_LEFT, + &mut vs, + &mut is, + ); + push_quad( + [[F, -F, -E], [-F, -F, -E], [-F, -E, -F], [F, -E, -F]], + C_EDGE, + EDGE_BOT_FRONT, + &mut vs, + &mut is, + ); + push_quad( + [[-F, F, -E], [F, F, -E], [F, E, -F], [-F, E, -F]], + C_EDGE, + EDGE_BOT_BACK, + &mut vs, + &mut is, + ); + push_quad( + [[F, F, -E], [F, -F, -E], [E, -F, -F], [E, F, -F]], + C_EDGE, + EDGE_BOT_RIGHT, + &mut vs, + &mut is, + ); + push_quad( + [[-F, -F, -E], [-F, F, -E], [-E, F, -F], [-E, -F, -F]], + C_EDGE, + EDGE_BOT_LEFT, + &mut vs, + &mut is, + ); + // Side edges: diagonal chamfer strips connecting vertical face pairs. + // Each strip spans from one face edge to the adjacent face edge — not flat in one plane. + push_quad( + [[F, -E, -F], [F, -E, F], [E, -F, F], [E, -F, -F]], + C_EDGE, + EDGE_FRONT_RIGHT, + &mut vs, + &mut is, + ); + push_quad( + [[-F, -E, F], [-F, -E, -F], [-E, -F, -F], [-E, -F, F]], + C_EDGE, + EDGE_FRONT_LEFT, + &mut vs, + &mut is, + ); + push_quad( + [[F, E, F], [F, E, -F], [E, F, -F], [E, F, F]], + C_EDGE, + EDGE_BACK_RIGHT, + &mut vs, + &mut is, + ); + push_quad( + [[-F, E, F], [-F, E, -F], [-E, F, -F], [-E, F, F]], + C_EDGE, + EDGE_BACK_LEFT, + &mut vs, + &mut is, + ); + for &([sx, sy, sz], region) in &[ + ([1.0f32, 1.0, 1.0], CORNER_TPF_R), + ([-1.0, 1.0, 1.0], CORNER_TPF_L), + ([1.0, 1.0, -1.0], CORNER_BTF_R), + ([-1.0, 1.0, -1.0], CORNER_BTF_L), + ([1.0, -1.0, 1.0], CORNER_TBK_R), + ([-1.0, -1.0, 1.0], CORNER_TBK_L), + ([1.0, -1.0, -1.0], CORNER_BBK_R), + ([-1.0, -1.0, -1.0], CORNER_BBK_L), + ] { + push_tri( + [sx * F, sy * F, sz * E], + [sx * F, sy * E, sz * F], + [sx * E, sy * F, sz * F], + C_CORNER, + region, + &mut vs, + &mut is, + ); + } + (vs, is) +} + +pub fn region_centroids() -> [[f32; 3]; NUM_REGIONS] { + let m = (F + E) * 0.5; + [ + [0.0, 0.0, E], + [0.0, 0.0, -E], + [0.0, E, 0.0], + [0.0, -E, 0.0], + [E, 0.0, 0.0], + [-E, 0.0, 0.0], + [0.0, m, m], + [0.0, -m, m], + [m, 0.0, m], + [-m, 0.0, m], + [0.0, m, -m], + [0.0, -m, -m], + [m, 0.0, -m], + [-m, 0.0, -m], + [m, m, 0.0], + [-m, m, 0.0], + [m, -m, 0.0], + [-m, -m, 0.0], + [m, m, m], + [-m, m, m], + [m, -m, m], + [-m, -m, m], + [m, m, -m], + [-m, m, -m], + [m, -m, -m], + [-m, -m, -m], + ] +} + +fn threshold_sq(id: usize, cube_half_px: f32) -> f32 { + let r = if id < 6 { + cube_half_px * 0.92 + } else if id < 18 { + cube_half_px * 0.38 + } else { + cube_half_px * 0.28 + }; + r * r +} + +// ── Pipeline ────────────────────────────────────────────────────────────── + +pub struct ViewCubePipeline { + pipeline: wgpu::RenderPipeline, + vertex_buffer: wgpu::Buffer, + index_buffer: wgpu::Buffer, + index_count: u32, + uniform_buffer: wgpu::Buffer, + uniform_bind_group: wgpu::BindGroup, + depth_texture_size: Size, + depth_view: wgpu::TextureView, + pub cube_px: u32, + text: ViewCubeText, +} + +impl ViewCubePipeline { + pub fn new(device: &wgpu::Device, queue: &wgpu::Queue, format: wgpu::TextureFormat) -> Self { + use wgpu::util::DeviceExt; + let (verts, idxs) = build_geometry(); + let cube_px = VIEWCUBE_PX; + let vertex_buffer = device.create_buffer_init(&wgpu::util::BufferInitDescriptor { + label: Some("vc.vb"), + contents: bytemuck::cast_slice(&verts), + usage: wgpu::BufferUsages::VERTEX, + }); + let index_buffer = device.create_buffer_init(&wgpu::util::BufferInitDescriptor { + label: Some("vc.ib"), + contents: bytemuck::cast_slice(&idxs), + usage: wgpu::BufferUsages::INDEX, + }); + let uniform_buffer = device.create_buffer(&wgpu::BufferDescriptor { + label: Some("vc.ub"), + size: std::mem::size_of::() as u64, + usage: wgpu::BufferUsages::UNIFORM | wgpu::BufferUsages::COPY_DST, + mapped_at_creation: false, + }); + let bgl = device.create_bind_group_layout(&wgpu::BindGroupLayoutDescriptor { + label: Some("vc.bgl"), + entries: &[wgpu::BindGroupLayoutEntry { + binding: 0, + visibility: wgpu::ShaderStages::VERTEX_FRAGMENT, + ty: wgpu::BindingType::Buffer { + ty: wgpu::BufferBindingType::Uniform, + has_dynamic_offset: false, + min_binding_size: None, + }, + count: None, + }], + }); + let uniform_bind_group = device.create_bind_group(&wgpu::BindGroupDescriptor { + label: Some("vc.bg"), + layout: &bgl, + entries: &[wgpu::BindGroupEntry { + binding: 0, + resource: uniform_buffer.as_entire_binding(), + }], + }); + let layout = device.create_pipeline_layout(&wgpu::PipelineLayoutDescriptor { + label: Some("vc.layout"), + bind_group_layouts: &[&bgl], + push_constant_ranges: &[], + }); + let shader = device.create_shader_module(wgpu::ShaderModuleDescriptor { + label: Some("vc.shader"), + source: wgpu::ShaderSource::Wgsl(std::borrow::Cow::Borrowed(include_str!( + "../../shaders/viewcube.wgsl" + ))), + }); + let depth_tex = create_depth_texture(device, Size::new(1, 1)); + let depth_view = depth_tex.create_view(&wgpu::TextureViewDescriptor::default()); + let pipeline = device.create_render_pipeline(&wgpu::RenderPipelineDescriptor { + label: Some("vc.pipe"), + layout: Some(&layout), + vertex: wgpu::VertexState { + module: &shader, + entry_point: Some("vs_main"), + buffers: &[CubeVertex::desc()], + compilation_options: wgpu::PipelineCompilationOptions::default(), + }, + primitive: wgpu::PrimitiveState { + topology: wgpu::PrimitiveTopology::TriangleList, + cull_mode: None, + ..Default::default() + }, + depth_stencil: Some(wgpu::DepthStencilState { + format: wgpu::TextureFormat::Depth32Float, + depth_write_enabled: true, + depth_compare: wgpu::CompareFunction::Less, + stencil: wgpu::StencilState::default(), + bias: wgpu::DepthBiasState::default(), + }), + multisample: wgpu::MultisampleState::default(), + fragment: Some(wgpu::FragmentState { + module: &shader, + entry_point: Some("fs_main"), + targets: &[Some(wgpu::ColorTargetState { + format, + blend: Some(wgpu::BlendState::REPLACE), + write_mask: wgpu::ColorWrites::ALL, + })], + compilation_options: wgpu::PipelineCompilationOptions::default(), + }), + multiview: None, + cache: None, + }); + let text = ViewCubeText::new(device, queue, format); + Self { + pipeline, + vertex_buffer, + index_buffer, + index_count: idxs.len() as u32, + uniform_buffer, + uniform_bind_group, + depth_texture_size: Size::new(1, 1), + depth_view, + cube_px, + text, + } + } + + /// Upload using the quaternion rotation matrix. + /// `cam_rotation` = `camera.view_rotation_mat()` = `Mat4::from_quat(camera.rotation)`. + pub fn upload( + &mut self, + queue: &wgpu::Queue, + cam_rotation: Mat4, + vp_w: u32, + vp_h: u32, + hover: Option, + ) { + queue.write_buffer( + &self.uniform_buffer, + 0, + bytemuck::bytes_of(&CubeUniforms::new( + cam_rotation, + self.cube_px, + vp_w, + vp_h, + hover, + )), + ); + self.text + .update(queue, cam_rotation, vp_w, vp_h, self.cube_px); + } + + pub fn ensure_depth_texture(&mut self, device: &wgpu::Device, size: Size) { + if self.depth_texture_size != size { + let tex = create_depth_texture(device, size); + self.depth_view = tex.create_view(&wgpu::TextureViewDescriptor::default()); + self.depth_texture_size = size; + } + } + + pub fn render( + &self, + encoder: &mut wgpu::CommandEncoder, + target: &wgpu::TextureView, + clip: Rectangle, + ) { + let mut pass = encoder.begin_render_pass(&wgpu::RenderPassDescriptor { + label: Some("vc.pass"), + color_attachments: &[Some(wgpu::RenderPassColorAttachment { + view: target, + depth_slice: None, + resolve_target: None, + ops: wgpu::Operations { + load: wgpu::LoadOp::Load, + store: wgpu::StoreOp::Store, + }, + })], + depth_stencil_attachment: Some(wgpu::RenderPassDepthStencilAttachment { + view: &self.depth_view, + depth_ops: Some(wgpu::Operations { + load: wgpu::LoadOp::Clear(1.0), + store: wgpu::StoreOp::Store, + }), + stencil_ops: None, + }), + timestamp_writes: None, + occlusion_query_set: None, + }); + pass.set_viewport( + clip.x as f32, + clip.y as f32, + clip.width as f32, + clip.height as f32, + 0.0, + 1.0, + ); + pass.set_pipeline(&self.pipeline); + pass.set_bind_group(0, &self.uniform_bind_group, &[]); + pass.set_vertex_buffer(0, self.vertex_buffer.slice(..)); + pass.set_index_buffer(self.index_buffer.slice(..), wgpu::IndexFormat::Uint32); + pass.draw_indexed(0..self.index_count, 0, 0..1); + drop(pass); + self.text.render(encoder, target, clip); + } +} + +impl iced::widget::shader::Pipeline for ViewCubePipeline { + fn new(device: &wgpu::Device, queue: &wgpu::Queue, format: wgpu::TextureFormat) -> Self { + Self::new(device, queue, format) + } +} + +fn create_depth_texture(device: &wgpu::Device, size: Size) -> wgpu::Texture { + device.create_texture(&wgpu::TextureDescriptor { + label: Some("vc.depth_texture"), + size: wgpu::Extent3d { + width: size.width.max(1), + height: size.height.max(1), + depth_or_array_layers: 1, + }, + mip_level_count: 1, + sample_count: 1, + dimension: wgpu::TextureDimension::D2, + format: wgpu::TextureFormat::Depth32Float, + usage: wgpu::TextureUsages::RENDER_ATTACHMENT, + view_formats: &[], + }) +} + +// ── Hit test ────────────────────────────────────────────────────────────── +// +// hit_test and hover_id now take cam_rotation: Mat4 (same matrix the shader +// uses) so click regions always match what is drawn — including after free +// arcball orbit from any angle. + +/// Returns the ViewCube region under screen position (mx, my), or None. +/// `cam_rotation` must be `camera.view_rotation_mat()`. +pub fn hit_test( + mx: f32, + my: f32, + vp_w: f32, + vp_h: f32, + cam_rotation: Mat4, + cube_px: u32, +) -> Option { + let half = cube_px as f32 * VIEWCUBE_SCALE; + let cx = vp_w - half - VIEWCUBE_PAD; + let cy = half + VIEWCUBE_PAD; + if (mx - cx).abs() > half || (my - cy).abs() > half { + return None; + } + + let (hw, hh) = (vp_w * 0.5, vp_h * 0.5); + let vp = Mat4::orthographic_rh(-hw, hw, -hh, hh, -2000.0, 2000.0) + * Mat4::from_translation(Vec3::new( + hw - half - VIEWCUBE_PAD, + hh - half - VIEWCUBE_PAD, + 0.0, + )) + * Mat4::from_scale(Vec3::splat(cube_px as f32 * VIEWCUBE_SCALE)); + + let view_dir = Vec3::Z; + let centroids = region_centroids(); + let (mut best, mut best_d) = (None, f32::MAX); + + for (id, &c) in centroids.iter().enumerate() { + let world = cam_rotation.transform_point3(Vec3::from(c)); + if world.normalize().dot(view_dir) < 0.05 { + continue; + } + let clip = vp * Vec4::new(world.x, world.y, world.z, 1.0); + if clip.w.abs() < 1e-6 { + continue; + } + let sx = (clip.x / clip.w + 1.0) * 0.5 * vp_w; + let sy = (1.0 - clip.y / clip.w) * 0.5 * vp_h; + let d = (sx - mx).powi(2) + (sy - my).powi(2); + if d < threshold_sq(id, half) && d < best_d { + best_d = d; + best = Some(if id < 6 { + CubeRegion::Face(id) + } else if id < 18 { + CubeRegion::Edge(id) + } else { + CubeRegion::Corner(id) + }); + } + } + best +} + +/// Returns the hovered region id (0-25), or None. +pub fn hover_id( + mx: f32, + my: f32, + vp_w: f32, + vp_h: f32, + cam_rotation: Mat4, + cube_px: u32, +) -> Option { + hit_test(mx, my, vp_w, vp_h, cam_rotation, cube_px).map(|r| r.id()) +} diff --git a/src/scene/pipeline/wire_gpu.rs b/src/scene/pipeline/wire_gpu.rs new file mode 100644 index 00000000..9d9cbf47 --- /dev/null +++ b/src/scene/pipeline/wire_gpu.rs @@ -0,0 +1,212 @@ +// Wire GPU buffers — quad (TriangleList) rendering for thick lines. +// +// Each segment [A→B] emits 6 vertices (2 triangles). Every vertex carries +// both endpoints so the vertex shader can compute the screen-space +// perpendicular direction and expand the quad to the correct pixel width. +// +// NaN sentinel: text glyphs pack multiple disconnected strokes into one +// WireModel, separated by [NaN, NaN, NaN] points. Segments where either +// endpoint contains NaN are silently skipped during upload. +// +// Vertex layout (96 bytes, stride = 96): +// pos_a [f32; 3] offset 0 12 B — segment start (world) +// pos_b [f32; 3] offset 12 12 B — segment end (world) +// which_end f32 offset 24 4 B — 0.0 = A end, 1.0 = B end +// side f32 offset 28 4 B — ±1.0 perpendicular side +// color [f32; 4] offset 32 16 B — RGBA [0,1] +// distance f32 offset 48 4 B — arc-length from wire start +// half_width f32 offset 52 4 B — half line width in pixels +// pattern_length f32 offset 56 4 B — dash pattern total length +// _pad f32 offset 60 4 B +// pat0 [f32; 4] offset 64 16 B — pattern elements 0-3 +// pat1 [f32; 4] offset 80 16 B — pattern elements 4-7 +// ------ +// 96 B / vertex + +use crate::scene::wire_model::WireModel; +use iced::wgpu; +use iced::wgpu::util::DeviceExt; + +// ── Vertex layout ───────────────────────────────────────────────────────── + +#[repr(C)] +#[derive(Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)] +pub struct WireVertex { + pub pos_a: [f32; 3], + pub pos_b: [f32; 3], + pub which_end: f32, + pub side: f32, + pub color: [f32; 4], + pub distance: f32, + pub half_width: f32, + pub pattern_length: f32, + pub _pad: f32, + pub pat0: [f32; 4], + pub pat1: [f32; 4], +} + +impl WireVertex { + pub fn layout<'a>() -> wgpu::VertexBufferLayout<'a> { + wgpu::VertexBufferLayout { + array_stride: std::mem::size_of::() as u64, + step_mode: wgpu::VertexStepMode::Vertex, + attributes: &[ + wgpu::VertexAttribute { + offset: 0, + shader_location: 0, + format: wgpu::VertexFormat::Float32x3, + }, // pos_a + wgpu::VertexAttribute { + offset: 12, + shader_location: 1, + format: wgpu::VertexFormat::Float32x3, + }, // pos_b + wgpu::VertexAttribute { + offset: 24, + shader_location: 2, + format: wgpu::VertexFormat::Float32, + }, // which_end + wgpu::VertexAttribute { + offset: 28, + shader_location: 3, + format: wgpu::VertexFormat::Float32, + }, // side + wgpu::VertexAttribute { + offset: 32, + shader_location: 4, + format: wgpu::VertexFormat::Float32x4, + }, // color + wgpu::VertexAttribute { + offset: 48, + shader_location: 5, + format: wgpu::VertexFormat::Float32, + }, // distance + wgpu::VertexAttribute { + offset: 52, + shader_location: 6, + format: wgpu::VertexFormat::Float32, + }, // half_width + wgpu::VertexAttribute { + offset: 56, + shader_location: 7, + format: wgpu::VertexFormat::Float32, + }, // pattern_length + wgpu::VertexAttribute { + offset: 64, + shader_location: 8, + format: wgpu::VertexFormat::Float32x4, + }, // pat0 + wgpu::VertexAttribute { + offset: 80, + shader_location: 9, + format: wgpu::VertexFormat::Float32x4, + }, // pat1 + ], + } + } +} + +// ── GPU handle ──────────────────────────────────────────────────────────── + +pub struct WireGpu { + pub vertex_buffer: wgpu::Buffer, + pub vertex_count: u32, +} + +impl WireGpu { + pub fn new(device: &wgpu::Device, wire: &WireModel) -> Self { + let pat0 = [ + wire.pattern[0], + wire.pattern[1], + wire.pattern[2], + wire.pattern[3], + ]; + let pat1 = [ + wire.pattern[4], + wire.pattern[5], + wire.pattern[6], + wire.pattern[7], + ]; + let half_width = wire.line_weight_px * 0.5; + + let n = wire.points.len(); + let seg_count = if n >= 2 { n - 1 } else { 0 }; + let mut vertices: Vec = Vec::with_capacity(seg_count * 6); + + // Precompute cumulative arc-length at each point. + // NaN points do not contribute to arc length — they are separator sentinels. + let mut dists = vec![0.0_f32; n]; + for i in 1..n { + let p = wire.points[i - 1]; + let q = wire.points[i]; + // If either point is a NaN sentinel, keep the same distance + // (the segment will be skipped anyway). + if p[0].is_nan() || q[0].is_nan() { + dists[i] = dists[i - 1]; + } else { + let dx = q[0] - p[0]; + let dy = q[1] - p[1]; + let dz = q[2] - p[2]; + dists[i] = dists[i - 1] + (dx * dx + dy * dy + dz * dz).sqrt(); + } + } + + for i in 0..seg_count { + let a = wire.points[i]; + let b = wire.points[i + 1]; + + // Skip any segment that involves a NaN sentinel point. + // NaN sentinels are inserted between disconnected glyph strokes + // by tessellate.rs so that multiple strokes can share one WireModel. + if a[0].is_nan() + || a[1].is_nan() + || a[2].is_nan() + || b[0].is_nan() + || b[1].is_nan() + || b[2].is_nan() + { + continue; + } + + let dist_a = dists[i]; + let dist_b = dists[i + 1]; + + let make = |which_end: f32, side: f32| -> WireVertex { + let dist = if which_end < 0.5 { dist_a } else { dist_b }; + WireVertex { + pos_a: a, + pos_b: b, + which_end, + side, + color: wire.color, + distance: dist, + half_width, + pattern_length: wire.pattern_length, + _pad: 0.0, + pat0, + pat1, + } + }; + + // Triangle 1: A(-1), B(-1), B(+1) + vertices.push(make(0.0, -1.0)); + vertices.push(make(1.0, -1.0)); + vertices.push(make(1.0, 1.0)); + // Triangle 2: A(-1), B(+1), A(+1) + vertices.push(make(0.0, -1.0)); + vertices.push(make(1.0, 1.0)); + vertices.push(make(0.0, 1.0)); + } + + let vertex_buffer = device.create_buffer_init(&wgpu::util::BufferInitDescriptor { + label: Some(&format!("wire.vbuf.{}", wire.name)), + contents: bytemuck::cast_slice(&vertices), + usage: wgpu::BufferUsages::VERTEX, + }); + + Self { + vertex_buffer, + vertex_count: vertices.len() as u32, + } + } +} diff --git a/src/scene/properties.rs b/src/scene/properties.rs new file mode 100644 index 00000000..81ea0ec8 --- /dev/null +++ b/src/scene/properties.rs @@ -0,0 +1,89 @@ +use acadrust::{EntityType, Handle}; + +use crate::scene::object::{PropSection, PropValue, Property}; + +pub fn general_section(entity: &EntityType) -> PropSection { + let common = entity.common(); + let linetype_display = if common.linetype.is_empty() { + "ByLayer".to_string() + } else { + common.linetype.clone() + }; + let transp_pct = (common.transparency.alpha() as f64 / 255.0 * 100.0).round() as u32; + + PropSection { + title: "General".into(), + props: vec![ + Property { + label: "Layer".into(), + field: "layer", + value: PropValue::LayerChoice(common.layer.clone()), + }, + Property { + label: "Color".into(), + field: "color", + value: PropValue::ColorChoice(common.color), + }, + Property { + label: "Linetype".into(), + field: "linetype", + value: PropValue::LinetypeChoice(linetype_display), + }, + Property { + label: "LT Scale".into(), + field: "linetype_scale", + value: PropValue::EditText(format!("{:.4}", common.linetype_scale)), + }, + Property { + label: "Lineweight".into(), + field: "lineweight", + value: PropValue::LwChoice(common.line_weight), + }, + Property { + label: "Transparency".into(), + field: "transparency", + value: PropValue::EditText(format!("{transp_pct}")), + }, + Property { + label: "Invisible".into(), + field: "invisible", + value: PropValue::BoolToggle { + field: "invisible", + value: common.invisible, + }, + }, + ], + } +} + +pub fn fallback_properties(_handle: Handle, entity: &EntityType) -> PropSection { + PropSection { + title: "Geometry".into(), + props: vec![Property { + label: "Type".into(), + field: "type", + value: PropValue::ReadOnly(entity_type_name(entity).into()), + }], + } +} + +fn entity_type_name(e: &EntityType) -> &'static str { + match e { + EntityType::Line(_) => "Line", + EntityType::Circle(_) => "Circle", + EntityType::Arc(_) => "Arc", + EntityType::Ellipse(_) => "Ellipse", + EntityType::Spline(_) => "Spline", + EntityType::LwPolyline(_) => "LwPolyline", + EntityType::Text(_) => "Text", + EntityType::MText(_) => "MText", + EntityType::Dimension(_) => "Dimension", + EntityType::Insert(_) => "Insert", + EntityType::Solid3D(_) => "Solid3D", + EntityType::Point(_) => "Point", + EntityType::Hatch(_) => "Hatch", + EntityType::Leader(_) => "Leader", + EntityType::MultiLeader(_) => "MultiLeader", + _ => "Entity", + } +} diff --git a/src/scene/tessellate.rs b/src/scene/tessellate.rs new file mode 100644 index 00000000..8806f505 --- /dev/null +++ b/src/scene/tessellate.rs @@ -0,0 +1,784 @@ +// Tessellation — convert acadrust EntityType to GPU-ready WireModel or MeshModel. +// +// Flow: +// EntityType +// ↓ acad_to_truck::convert() +// TruckEntity { object: TruckObject, snap_pts, tangent_geoms, key_vertices } +// ↓ truck_tess::tessellate_*() +// TruckTessResult::Lines → WireModel +// TruckTessResult::Point → WireModel (small cross) +// TruckTessResult::Mesh → MeshModel +// TruckObject::Text → one WireModel per glyph stroke (elevation from entity Z) +// +// Entities not handled by acad_to_truck (Viewport, Hatch, …) are tessellated +// by the legacy geometry() path so nothing regresses. + +use acadrust::entities::{Dimension, Leader, MultiLeader, MultiLeaderPathType, Text}; +use acadrust::types::{Color as AcadColor, Vector3}; +use acadrust::{CadDocument, EntityType, Handle}; +use glam::Vec3; + +use crate::scene::acad_to_truck::{convert, TruckObject}; +use crate::scene::mesh_model::MeshModel; +use crate::scene::truck_tess::{ + self, tessellate_edge, tessellate_solid, tessellate_vertex, tessellate_wire, TruckTessResult, +}; +use crate::scene::wire_model::{SnapHint, TangentGeom, WireModel}; + +// ── Colour helper ────────────────────────────────────────────────────────── + +/// Convert an acadrust Color (ACI index or true-color) to a GPU RGBA value. +pub fn aci_to_rgba(color: &AcadColor) -> [f32; 4] { + if let Some((r, g, b)) = color.rgb() { + [r as f32 / 255.0, g as f32 / 255.0, b as f32 / 255.0, 1.0] + } else { + WireModel::WHITE + } +} + +// ── Public entry points ──────────────────────────────────────────────────── + +/// Tessellate one entity into a WireModel. +/// For Text/MText entities this produces one WireModel with all glyph strokes +/// encoded as NaN-separated segments (wire_gpu skips NaN pairs). +/// For Solid3D entities this returns an empty wire; use `tessellate_mesh` instead. +pub fn tessellate( + document: &CadDocument, + handle: Handle, + entity: &EntityType, + selected: bool, + entity_color: [f32; 4], + pattern_length: f32, + pattern: [f32; 8], + line_weight_px: f32, +) -> WireModel { + let color = if selected { + WireModel::SELECTED + } else { + entity_color + }; + let name = handle.value().to_string(); + + // ── Try the truck path first ─────────────────────────────────────────── + if let Some(te) = convert(entity, document) { + match te.object { + // ── Text / MText: pre-tessellated glyph strokes ─────────────── + TruckObject::Text(strokes_2d) => { + // Elevation comes from the entity's Z coordinate. + let elev = entity_z(entity); + + // Pack all strokes into one flat point list, separated by + // NaN sentinels so wire_gpu.rs skips disconnected segments. + let mut points: Vec<[f32; 3]> = Vec::new(); + for (i, stroke) in strokes_2d.iter().enumerate() { + if stroke.len() < 2 { + continue; + } + if i > 0 && !points.is_empty() { + // NaN sentinel — wire_gpu skips any segment where + // either endpoint contains NaN. + points.push([f32::NAN, f32::NAN, f32::NAN]); + } + for &[x, y] in stroke { + points.push([x, y, elev]); + } + } + + return WireModel { + name, + points, + color, + selected, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px, + snap_pts: te.snap_pts, + tangent_geoms: te.tangent_geoms, + key_vertices: te.key_vertices, + }; + } + + // ── Standard topology objects ───────────────────────────────── + TruckObject::Point(v) => { + let result = tessellate_vertex(&v); + match result { + TruckTessResult::Point([x, y, z]) => { + let s = 0.1_f32; + return WireModel { + name, + points: vec![ + [x - s, y, z], + [x + s, y, z], + [x, y - s, z], + [x, y + s, z], + ], + color, + selected, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px: 1.0, + snap_pts: te.snap_pts, + tangent_geoms: te.tangent_geoms, + key_vertices: te.key_vertices, + }; + } + _ => {} + } + } + + TruckObject::Curve(e) => { + if let TruckTessResult::Lines(points) = tessellate_edge(&e) { + return WireModel { + name, + points, + color, + selected, + pattern_length, + pattern, + line_weight_px, + snap_pts: te.snap_pts, + tangent_geoms: te.tangent_geoms, + key_vertices: te.key_vertices, + }; + } + } + + TruckObject::Contour(w) => { + if let TruckTessResult::Lines(points) = tessellate_wire(&w) { + return WireModel { + name, + points, + color, + selected, + pattern_length, + pattern, + line_weight_px, + snap_pts: te.snap_pts, + tangent_geoms: te.tangent_geoms, + key_vertices: te.key_vertices, + }; + } + } + + TruckObject::Lines(points) => { + return WireModel { + name, + points, + color, + selected, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px, + snap_pts: te.snap_pts, + tangent_geoms: te.tangent_geoms, + key_vertices: te.key_vertices, + }; + } + + TruckObject::Volume(_) => { + // Solid3D → handled by tessellate_mesh(), not WireModel. + return WireModel::solid(name, vec![], color, selected); + } + } + } + + // ── Legacy fallback for Viewport and other unhandled types ──────────── + let (points, snap_pts, tangent_geoms, key_vertices) = legacy_geometry(entity); + WireModel { + name, + points, + color, + selected, + pattern_length, + pattern, + line_weight_px, + snap_pts, + tangent_geoms, + key_vertices, + } +} + +pub fn tessellate_dimension( + document: &CadDocument, + handle: Handle, + dim: &Dimension, + selected: bool, + entity_color: [f32; 4], + line_weight_px: f32, +) -> Vec { + let color = if selected { + WireModel::SELECTED + } else { + entity_color + }; + let name = handle.value().to_string(); + let points = dimension_geometry(dim); + let key_vertices = points + .iter() + .copied() + .filter(|p| !(p[0].is_nan() || p[1].is_nan() || p[2].is_nan())) + .collect(); + + let mut wires = vec![WireModel { + name: name.clone(), + points, + color, + selected, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices, + }]; + + if let Some(text) = dimension_text_entity(dim) { + let mut wire = tessellate( + document, + handle, + &EntityType::Text(text), + selected, + entity_color, + 0.0, + [0.0; 8], + line_weight_px, + ); + wire.name = name; + wires.push(wire); + } + + wires +} + +/// Kept for backwards compatibility — geometry now lives in entities/leader.rs. +#[allow(dead_code)] +fn tessellate_leader( + handle: Handle, + leader: &Leader, + selected: bool, + entity_color: [f32; 4], + line_weight_px: f32, +) -> Vec { + let color = if selected { WireModel::SELECTED } else { entity_color }; + let name = handle.value().to_string(); + + let verts = &leader.vertices; + if verts.len() < 2 { + return vec![WireModel { + name, + points: vec![], + color, + selected, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + }]; + } + + let to_f32 = |v: &Vector3| -> [f32; 3] { [v.x as f32, v.y as f32, v.z as f32] }; + let nan = [f32::NAN; 3]; + + // Main path + let mut points: Vec<[f32; 3]> = verts.iter().map(to_f32).collect(); + + // Arrowhead at vertex[0] — only when arrow_enabled + if leader.arrow_enabled { + let tip = verts[0]; + let next = verts[1]; + let dx = (next.x - tip.x) as f32; + let dy = (next.y - tip.y) as f32; + let len = (dx * dx + dy * dy).sqrt().max(1e-9); + let (dx, dy) = (dx / len, dy / len); + let arrow_size = (leader.text_height as f32).max(1.0) * 0.8; + let angle = std::f32::consts::PI / 6.0; + let (s, c) = angle.sin_cos(); + let wing1 = [ + tip.x as f32 + (dx * c - dy * s) * arrow_size, + tip.y as f32 + (dx * s + dy * c) * arrow_size, + tip.z as f32, + ]; + let wing2 = [ + tip.x as f32 + (dx * c + dy * s) * arrow_size, + tip.y as f32 + (-dx * s + dy * c) * arrow_size, + tip.z as f32, + ]; + points.push(nan); + points.push(wing1); + points.push(to_f32(&tip)); + points.push(wing2); + } + + // Landing line at last vertex + if leader.hookline_enabled { + let last = *verts.last().unwrap(); + let prev = verts[verts.len() - 2]; + let last_dir_x = (last.x - prev.x) as f32; + let sign = if last_dir_x >= 0.0 { 1.0_f32 } else { -1.0_f32 }; + let landing_len = leader.text_height as f32 * 1.5; + let landing_pt = [ + last.x as f32 + sign * landing_len, + last.y as f32, + last.z as f32, + ]; + points.push(nan); + points.push(to_f32(&last)); + points.push(landing_pt); + } + + let key_vertices: Vec<[f32; 3]> = verts.iter().map(to_f32).collect(); + + vec![WireModel { + name, + points, + color, + selected, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices, + }] +} + +/// Kept for backwards compatibility — geometry now lives in entities/multileader.rs. +#[allow(dead_code)] +fn tessellate_multileader( + document: &CadDocument, + handle: Handle, + ml: &MultiLeader, + selected: bool, + entity_color: [f32; 4], + line_weight_px: f32, +) -> Vec { + let color = if selected { WireModel::SELECTED } else { entity_color }; + let name = handle.value().to_string(); + let nan = [f32::NAN; 3]; + + let to_f32 = |v: &acadrust::types::Vector3| -> [f32; 3] { + [v.x as f32, v.y as f32, v.z as f32] + }; + + let arrow_size = ml.arrowhead_size as f32; + let draw_arrow = arrow_size > 0.0; + let invisible = ml.path_type == MultiLeaderPathType::Invisible; + + let mut points: Vec<[f32; 3]> = Vec::new(); + let mut key_verts: Vec<[f32; 3]> = Vec::new(); + let mut first_segment = true; + + for root in &ml.context.leader_roots { + let cp = &root.connection_point; + let cp_f = to_f32(cp); + + for line in &root.lines { + if line.points.is_empty() { continue; } + + // Leader line segments (hidden when path_type = Invisible) + if !invisible { + if !first_segment { points.push(nan); } + first_segment = false; + + for p in &line.points { + points.push(to_f32(p)); + key_verts.push(to_f32(p)); + } + + // Closing segment: last bend point → connection_point + let last = line.points.last().unwrap(); + let last_f = to_f32(last); + let dist = ((last_f[0]-cp_f[0]).powi(2) + (last_f[1]-cp_f[1]).powi(2)).sqrt(); + if dist > 1e-9 { + points.push(cp_f); + key_verts.push(cp_f); + } + } + + // Arrowhead — only when arrowhead_size > 0 + if draw_arrow { + let tip = line.points[0]; + let tip_f = to_f32(&tip); + let next_dir = if line.points.len() >= 2 { line.points[1] } else { *cp }; + let dx = (next_dir.x - tip.x) as f32; + let dy = (next_dir.y - tip.y) as f32; + let dlen = (dx * dx + dy * dy).sqrt().max(1e-9); + let (dx, dy) = (dx / dlen, dy / dlen); + let angle = std::f32::consts::PI / 6.0; + let (s, c) = angle.sin_cos(); + let w1 = [tip_f[0] + (dx*c - dy*s)*arrow_size, + tip_f[1] + (dx*s + dy*c)*arrow_size, tip_f[2]]; + let w2 = [tip_f[0] + (dx*c + dy*s)*arrow_size, + tip_f[1] + (-dx*s + dy*c)*arrow_size, tip_f[2]]; + points.push(nan); + points.push(w1); + points.push(tip_f); + points.push(w2); + } + } + + // Short landing shelf at connection_point — respects enable_landing and enable_dogleg + if ml.enable_landing && ml.enable_dogleg && ml.dogleg_length > 0.0 { + let dir = &root.direction; + let dlen = (dir.x * dir.x + dir.y * dir.y).sqrt().max(1e-9); + let dl = ml.dogleg_length; + let end = [ + (cp.x + dir.x / dlen * dl) as f32, + (cp.y + dir.y / dlen * dl) as f32, + cp.z as f32, + ]; + points.push(nan); + points.push(cp_f); + points.push(end); + } + } + + let mut wires = vec![WireModel { + name: name.clone(), + points, + color, + selected, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: key_verts, + }]; + + // Render text content as MText wire + if ml.content_type == acadrust::entities::LeaderContentType::MText + && !ml.context.text_string.is_empty() + { + let mut mtext = acadrust::entities::MText::new(); + mtext.value = ml.context.text_string.clone(); + mtext.insertion_point = ml.context.text_location; + mtext.height = if ml.context.text_height > 0.0 { + ml.context.text_height + } else { + ml.text_height + }; + mtext.common.layer = ml.common.layer.clone(); + let mut w = tessellate( + document, handle, &EntityType::MText(mtext), + selected, entity_color, 0.0, [0.0; 8], line_weight_px, + ); + w.name = name; + wires.push(w); + } + + wires +} + +/// Tessellate a Solid3D entity into a MeshModel (truck Shell/Solid path). +#[allow(dead_code)] +pub fn tessellate_mesh( + document: &CadDocument, + handle: Handle, + entity: &EntityType, + selected: bool, + color: [f32; 4], +) -> Option { + let te = convert(entity, document)?; + let result = match te.object { + TruckObject::Volume(solid) => tessellate_solid(&solid), + _ => return None, + }; + truck_tess::tess_to_mesh_model( + result, + handle.value().to_string(), + if selected { MeshModel::SELECTED } else { color }, + selected, + ) +} + +// ── Entity Z helper ─────────────────────────────────────────────────────── + +/// Extract the Z elevation from a text/mtext entity. +fn entity_z(entity: &EntityType) -> f32 { + match entity { + EntityType::Text(t) => t.insertion_point.z as f32, + EntityType::MText(t) => t.insertion_point.z as f32, + _ => 0.0, + } +} + +// ── Legacy geometry (Viewport, Hatch outline, unrecognised) ─────────────── + +type Geometry = ( + Vec<[f32; 3]>, + Vec<(Vec3, SnapHint)>, + Vec, + Vec<[f32; 3]>, +); + +fn legacy_geometry(entity: &EntityType) -> Geometry { + match entity { + EntityType::Viewport(vp) => { + let cx = vp.center.x as f32; + let cy = vp.center.y as f32; + let cz = vp.center.z as f32; + let hw = (vp.width / 2.0) as f32; + let hh = (vp.height / 2.0) as f32; + let pts = vec![ + [cx - hw, cy - hh, cz], + [cx + hw, cy - hh, cz], + [cx + hw, cy + hh, cz], + [cx - hw, cy + hh, cz], + [cx - hw, cy - hh, cz], + ]; + (pts, vec![], vec![], vec![]) + } + EntityType::Hatch(h) => { + let mut pts: Vec<[f32; 3]> = Vec::new(); + 'outer: for path in &h.paths { + for edge in &path.edges { + if let acadrust::entities::BoundaryEdge::Polyline(poly) = edge { + for v in &poly.vertices { + pts.push([v.x as f32, v.y as f32, 0.0]); + } + if let Some(first) = pts.first().cloned() { + pts.push(first); + } + break 'outer; + } + } + } + if pts.is_empty() { + pts = vec![[0.0, 0.0, 0.0], [0.0, 0.0, 0.0]]; + } + (pts, vec![], vec![], vec![]) + } + _ => { + let s = 0.5_f32; + (vec![[-s, 0.0, 0.0], [s, 0.0, 0.0]], vec![], vec![], vec![]) + } + } +} + +fn dimension_geometry(dim: &Dimension) -> Vec<[f32; 3]> { + let mut points = Vec::new(); + match dim { + Dimension::Aligned(d) => { + let first = vec3(d.first_point); + let second = vec3(d.second_point); + let def = vec3(d.definition_point); + let axis = normalized_or(second - first, Vec3::X); + append_linear_dimension(&mut points, first, second, def, axis); + } + Dimension::Linear(d) => { + let first = vec3(d.first_point); + let second = vec3(d.second_point); + let def = vec3(d.definition_point); + let axis = Vec3::new(d.rotation.cos() as f32, d.rotation.sin() as f32, 0.0); + append_linear_dimension(&mut points, first, second, def, normalized_or(axis, Vec3::X)); + } + Dimension::Radius(d) => { + let center = vec3(d.angle_vertex); + let point = vec3(d.definition_point); + let text = dimension_text_position(dim); + add_segment(&mut points, center, point); + add_segment(&mut points, point, text); + append_arrow(&mut points, point, normalized_or(center - point, Vec3::X), 0.12); + } + Dimension::Diameter(d) => { + let p1 = vec3(d.angle_vertex); + let p2 = vec3(d.definition_point); + add_segment(&mut points, p1, p2); + append_arrow(&mut points, p1, normalized_or(p2 - p1, Vec3::X), 0.12); + append_arrow(&mut points, p2, normalized_or(p1 - p2, Vec3::X), 0.12); + } + Dimension::Angular2Ln(d) => { + append_angular_dimension( + &mut points, + vec3(d.angle_vertex), + vec3(d.first_point), + vec3(d.second_point), + vec3(d.dimension_arc), + ); + } + Dimension::Angular3Pt(d) => { + append_angular_dimension( + &mut points, + vec3(d.angle_vertex), + vec3(d.first_point), + vec3(d.second_point), + vec3(d.definition_point), + ); + } + Dimension::Ordinate(d) => { + add_segment(&mut points, vec3(d.feature_location), vec3(d.definition_point)); + add_segment(&mut points, vec3(d.definition_point), vec3(d.leader_endpoint)); + } + } + points +} + +fn append_linear_dimension( + points: &mut Vec<[f32; 3]>, + first: Vec3, + second: Vec3, + def: Vec3, + axis: Vec3, +) { + let perp = Vec3::new(-axis.y, axis.x, 0.0); + let offset = (def - first).dot(perp); + let d1 = first + perp * offset; + let d2 = second + perp * offset; + add_segment(points, first, d1); + add_segment(points, second, d2); + add_segment(points, d1, d2); + append_arrow(points, d1, normalized_or(d2 - d1, axis), 0.12); + append_arrow(points, d2, normalized_or(d1 - d2, -axis), 0.12); +} + +fn append_angular_dimension( + points: &mut Vec<[f32; 3]>, + vertex: Vec3, + first: Vec3, + second: Vec3, + arc_point: Vec3, +) { + add_segment(points, vertex, first); + add_segment(points, vertex, second); + + let radius = vertex.distance(arc_point); + if radius <= 1e-6 { + return; + } + + let start = (first.y - vertex.y).atan2(first.x - vertex.x); + let mut end = (second.y - vertex.y).atan2(second.x - vertex.x); + let mut delta = end - start; + while delta <= 0.0 { + delta += std::f32::consts::TAU; + } + if delta > std::f32::consts::PI { + end -= std::f32::consts::TAU; + delta = end - start; + } + + let steps = 32; + let mut arc_pts = Vec::with_capacity((steps + 1) as usize); + for i in 0..=steps { + let t = i as f32 / steps as f32; + let a = start + delta * t; + arc_pts.push(vertex + Vec3::new(a.cos() * radius, a.sin() * radius, 0.0)); + } + add_polyline(points, &arc_pts); + + if arc_pts.len() >= 2 { + append_arrow( + points, + arc_pts[0], + normalized_or(arc_pts[1] - arc_pts[0], Vec3::X), + 0.1, + ); + let n = arc_pts.len(); + append_arrow( + points, + arc_pts[n - 1], + normalized_or(arc_pts[n - 2] - arc_pts[n - 1], Vec3::X), + 0.1, + ); + } +} + +fn append_arrow(points: &mut Vec<[f32; 3]>, tip: Vec3, dir: Vec3, size: f32) { + let dir = normalized_or(dir, Vec3::X) * size; + let left = rotate(dir, 2.6); + let right = rotate(dir, -2.6); + add_segment(points, tip, tip + left); + add_segment(points, tip, tip + right); +} + +fn add_segment(points: &mut Vec<[f32; 3]>, a: Vec3, b: Vec3) { + if !points.is_empty() { + points.push([f32::NAN, f32::NAN, f32::NAN]); + } + points.push([a.x, a.y, a.z]); + points.push([b.x, b.y, b.z]); +} + +fn add_polyline(points: &mut Vec<[f32; 3]>, polyline: &[Vec3]) { + if polyline.len() < 2 { + return; + } + if !points.is_empty() { + points.push([f32::NAN, f32::NAN, f32::NAN]); + } + points.extend(polyline.iter().map(|p| [p.x, p.y, p.z])); +} + +fn dimension_text_entity(dim: &Dimension) -> Option { + let value = dimension_text_value(dim)?; + let pos = dimension_text_position(dim); + let base = dim.base(); + let mut text = Text::with_value(value, Vector3::new(pos.x as f64, pos.y as f64, pos.z as f64)) + .with_height(dimension_text_height(dim)) + .with_rotation(base.text_rotation); + text.style = base.style_name.clone(); + text.common = base.common.clone(); + Some(text) +} + +fn dimension_text_value(dim: &Dimension) -> Option { + let base = dim.base(); + if let Some(user_text) = &base.user_text { + if !user_text.trim().is_empty() { + return Some(user_text.clone()); + } + } + if !base.text.trim().is_empty() { + return Some(base.text.clone()); + } + Some(match dim { + Dimension::Radius(_) => format!("R{:.4}", dim.measurement()), + Dimension::Diameter(_) => format!("Ø{:.4}", dim.measurement()), + Dimension::Angular2Ln(_) | Dimension::Angular3Pt(_) => { + format!("{:.2}°", dim.measurement()) + } + _ => format!("{:.4}", dim.measurement()), + }) +} + +fn dimension_text_position(dim: &Dimension) -> Vec3 { + let base = dim.base(); + let pos = vec3(base.text_middle_point); + if pos.length_squared() > 1e-8 { + return pos; + } + match dim { + Dimension::Aligned(d) => (vec3(d.first_point) + vec3(d.second_point)) * 0.5, + Dimension::Linear(d) => (vec3(d.first_point) + vec3(d.second_point)) * 0.5, + Dimension::Radius(d) => (vec3(d.angle_vertex) + vec3(d.definition_point)) * 0.5, + Dimension::Diameter(d) => (vec3(d.angle_vertex) + vec3(d.definition_point)) * 0.5, + Dimension::Angular2Ln(d) => vec3(d.dimension_arc), + Dimension::Angular3Pt(d) => vec3(d.definition_point), + Dimension::Ordinate(d) => vec3(d.leader_endpoint), + } +} + +fn dimension_text_height(dim: &Dimension) -> f64 { + let scale = (dim.measurement().abs() * 0.12).clamp(0.25, 2.0); + if scale.is_finite() { scale } else { 0.25 } +} + +fn vec3(v: Vector3) -> Vec3 { + Vec3::new(v.x as f32, v.y as f32, v.z as f32) +} + +fn normalized_or(v: Vec3, fallback: Vec3) -> Vec3 { + if v.length_squared() <= 1e-12 { + fallback + } else { + v.normalize() + } +} + +fn rotate(v: Vec3, angle: f32) -> Vec3 { + let (s, c) = angle.sin_cos(); + Vec3::new(v.x * c - v.y * s, v.x * s + v.y * c, v.z) +} diff --git a/src/scene/transform.rs b/src/scene/transform.rs new file mode 100644 index 00000000..89540339 --- /dev/null +++ b/src/scene/transform.rs @@ -0,0 +1,65 @@ +use acadrust::types::{Transform, Vector3}; +use glam::Vec3; + +use crate::command::EntityTransform; + +#[inline] +fn to_v3(v: Vec3) -> Vector3 { + Vector3::new(v.x as f64, v.y as f64, v.z as f64) +} + +pub fn apply_standard_transform(entity: &mut T, center: Vec3, angle_rad: f32) +where + T: acadrust::Entity, +{ + let z_axis = Vector3::new(0.0, 0.0, 1.0); + let t = Transform::from_translation(to_v3(-center)) + .then(&Transform::from_rotation(z_axis, angle_rad as f64)) + .then(&Transform::from_translation(to_v3(center))); + entity.apply_transform(&t); +} + +pub fn apply_standard_scale(entity: &mut T, center: Vec3, factor: f32) +where + T: acadrust::Entity, +{ + let s = factor as f64; + let t = Transform::from_scaling_with_origin(Vector3::new(s, s, s), to_v3(center)); + entity.apply_transform(&t); +} + +pub fn apply_standard_entity_transform(entity: &mut T, t: &EntityTransform, mirror: F) +where + T: acadrust::Entity, + F: FnOnce(&mut T, Vec3, Vec3), +{ + match t { + EntityTransform::Translate(d) => entity.translate(to_v3(*d)), + EntityTransform::Rotate { center, angle_rad } => { + apply_standard_transform(entity, *center, *angle_rad) + } + EntityTransform::Scale { center, factor } => apply_standard_scale(entity, *center, *factor), + EntityTransform::Mirror { p1, p2 } => mirror(entity, *p1, *p2), + } +} + +pub fn reflect_xy_point(x: &mut f64, y: &mut f64, p1: Vec3, p2: Vec3) { + let ax = (p2.x - p1.x) as f64; + let ay = (p2.y - p1.y) as f64; + let len2 = ax * ax + ay * ay; + if len2 < 1e-12 { + return; + } + let rx = *x - p1.x as f64; + let ry = *y - p1.y as f64; + let dot = rx * ax + ry * ay; + let mx = 2.0 * dot * ax / len2 - rx; + let my = 2.0 * dot * ay / len2 - ry; + *x = p1.x as f64 + mx; + *y = p1.y as f64 + my; +} + +pub fn mirror_xy_line(line: &mut acadrust::entities::Line, p1: Vec3, p2: Vec3) { + reflect_xy_point(&mut line.start.x, &mut line.start.y, p1, p2); + reflect_xy_point(&mut line.end.x, &mut line.end.y, p1, p2); +} diff --git a/src/scene/truck_tess.rs b/src/scene/truck_tess.rs new file mode 100644 index 00000000..90b659f2 --- /dev/null +++ b/src/scene/truck_tess.rs @@ -0,0 +1,185 @@ +// Unified tessellation for all truck topology levels. +// +// Vertex → TruckTessResult::Point +// Edge → TruckTessResult::Lines (curve sampled with tolerance) +// Wire → TruckTessResult::Lines (edges joined, no duplicate junctions) +// Face / Shell / Solid → TruckTessResult::Mesh (triangle mesh via truck-meshalgo) +// +// The caller (acad_to_truck / tessellate) decides which function to call based on +// the truck topology level of the object. + +use truck_meshalgo::tessellation::{MeshableShape, MeshedShape}; +use truck_modeling::base::{BoundedCurve, ParameterDivision1D}; +use truck_modeling::{Edge, Shell, Solid, Vertex, Wire}; +use truck_polymesh::PolygonMesh; + +use crate::scene::mesh_model::MeshModel; + +// Chord-height tolerance used for adaptive curve sampling (world units). +const CURVE_TOL: f64 = 0.005; +// Triangle mesh tolerance (world units). +pub const MESH_TOL: f64 = 0.01; + +// ── Public result type ──────────────────────────────────────────────────── + +/// Output of any truck topology tessellation. +#[allow(dead_code)] +pub enum TruckTessResult { + /// A single world-space point (from Vertex). + Point([f32; 3]), + /// An ordered sequence of points forming a polyline (from Edge or Wire). + Lines(Vec<[f32; 3]>), + /// A triangle mesh (from Face, Shell, or Solid). + Mesh { + verts: Vec<[f32; 3]>, + normals: Vec<[f32; 3]>, + indices: Vec, + }, +} + +// ── Vertex ──────────────────────────────────────────────────────────────── + +pub fn tessellate_vertex(v: &Vertex) -> TruckTessResult { + let p = v.point(); + TruckTessResult::Point([p.x as f32, p.y as f32, p.z as f32]) +} + +// ── Edge ────────────────────────────────────────────────────────────────── + +pub fn tessellate_edge(e: &Edge) -> TruckTessResult { + // oriented_curve() respects the edge direction (inverts if needed). + let curve = e.oriented_curve(); + let (t0, t1) = curve.range_tuple(); + // parameter_division samples adaptively: fewer points on straight segments, + // more on tight curves, all within CURVE_TOL chord-height error. + let (_, pts) = curve.parameter_division((t0, t1), CURVE_TOL); + let lines = pts + .iter() + .map(|p| [p.x as f32, p.y as f32, p.z as f32]) + .collect(); + TruckTessResult::Lines(lines) +} + +// ── Wire ────────────────────────────────────────────────────────────────── + +pub fn tessellate_wire(w: &Wire) -> TruckTessResult { + let mut pts: Vec<[f32; 3]> = Vec::new(); + for edge in w.edge_iter() { + if let TruckTessResult::Lines(ep) = tessellate_edge(edge) { + if pts.is_empty() { + pts = ep; + } else { + // Skip the first point of each continuation edge to avoid + // duplicating the shared junction vertex. + pts.extend_from_slice(&ep[1..]); + } + } + } + TruckTessResult::Lines(pts) +} + +// ── Shell ───────────────────────────────────────────────────────────────── + +#[allow(dead_code)] +pub fn tessellate_shell(s: &Shell) -> TruckTessResult { + let meshed = s.triangulation(MESH_TOL); + polygon_to_result(meshed.to_polygon()) +} + +// ── Solid ───────────────────────────────────────────────────────────────── + +#[allow(dead_code)] +pub fn tessellate_solid(s: &Solid) -> TruckTessResult { + let meshed = s.triangulation(MESH_TOL); + polygon_to_result(meshed.to_polygon()) +} + +// ── MeshModel helper ────────────────────────────────────────────────────── + +/// Convert a TruckTessResult::Mesh into a MeshModel (fills name/color later). +pub fn tess_to_mesh_model( + result: TruckTessResult, + name: String, + color: [f32; 4], + selected: bool, +) -> Option { + match result { + TruckTessResult::Mesh { + verts, + normals, + indices, + } => Some(MeshModel { + name, + verts, + normals, + indices, + color, + selected, + }), + _ => None, + } +} + +// ── Internal ───────────────────────────────────────────────────────────── + +fn polygon_to_result(mesh: PolygonMesh) -> TruckTessResult { + let verts: Vec<[f32; 3]> = mesh + .positions() + .iter() + .map(|p| [p.x as f32, p.y as f32, p.z as f32]) + .collect(); + + // Per-vertex normals: if the mesh has normals, map each triangle vertex's + // normal index back to the normals array. Fall back to empty if absent. + let mesh_normals = mesh.normals(); + + let indices: Vec = mesh + .tri_faces() + .iter() + .flat_map(|tri| [tri[0].pos as u32, tri[1].pos as u32, tri[2].pos as u32]) + .collect(); + + // Build a per-position normal by averaging normals of all faces that share it. + // If mesh has no normals, leave the Vec empty. + let normals: Vec<[f32; 3]> = if !mesh_normals.is_empty() { + let n = verts.len(); + let mut acc = vec![[0.0_f32; 3]; n]; + let mut cnt = vec![0u32; n]; + for tri in mesh.tri_faces() { + for sv in tri { + let pos_idx = sv.pos; + if let Some(nor_idx) = sv.nor { + if let Some(nv) = mesh_normals.get(nor_idx) { + acc[pos_idx][0] += nv.x as f32; + acc[pos_idx][1] += nv.y as f32; + acc[pos_idx][2] += nv.z as f32; + cnt[pos_idx] += 1; + } + } + } + } + acc.iter() + .zip(cnt.iter()) + .map(|(s, &c)| { + if c == 0 { + [0.0, 1.0, 0.0] + } else { + let inv = 1.0 / c as f32; + let nx = s[0] * inv; + let ny = s[1] * inv; + let nz = s[2] * inv; + let len = (nx * nx + ny * ny + nz * nz).sqrt().max(1e-9); + [nx / len, ny / len, nz / len] + } + }) + .collect() + } else { + vec![] + }; + + TruckTessResult::Mesh { + verts, + normals, + indices, + } +} diff --git a/src/scene/wire_model.rs b/src/scene/wire_model.rs new file mode 100644 index 00000000..a4d461a1 --- /dev/null +++ b/src/scene/wire_model.rs @@ -0,0 +1,158 @@ +/// Tag for pre-baked snap candidates stored inside a WireModel. +/// Kept separate from `snap::SnapType` to avoid circular module dependencies. +#[derive(Clone, Copy, Debug)] +pub enum SnapHint { + /// Geometric center of a circle, arc, or ellipse. + Center, + /// Point entity location. + Node, + /// 0 / 90 / 180 / 270 ° point on a circle/arc (within arc span). + Quadrant, + /// Insertion point of text or block. + Insertion, +} + +/// Geometric primitive used by the tangent-snap engine. +#[derive(Clone, Debug)] +pub enum TangentGeom { + /// Infinite line through these two world-space points. + Line { p1: [f32; 3], p2: [f32; 3] }, + /// Circle/arc. + Circle { center: [f32; 3], radius: f32 }, +} + +/// A 1-D entity (line, arc, polyline) represented as an ordered set of +/// world-space points rendered as a quad strip (TriangleList). +/// +/// Linetype is encoded as a GPU-side dash pattern so the CPU never needs to +/// split wires into per-dash segments. `pattern_length = 0.0` means solid. +#[derive(Clone, Debug)] +pub struct WireModel { + /// Unique identifier — the handle value as a decimal string. + pub name: String, + /// Ordered world-space positions forming a strip of quads. + pub points: Vec<[f32; 3]>, + /// RGBA colour in [0, 1]. + pub color: [f32; 4], + /// Whether this wire is currently selected. + #[allow(dead_code)] + pub selected: bool, + /// Total length of one pattern repeat (world units). 0 = solid line. + pub pattern_length: f32, + /// Up to 8 pattern elements: positive = dash length, negative = gap length. + /// Unused slots must be 0.0 (acts as end-of-pattern sentinel in shader). + pub pattern: [f32; 8], + /// Rendered line width in screen pixels (half-width = line_weight_px / 2). + pub line_weight_px: f32, + /// Pre-baked snap candidates (Center, Node, Quadrant, Insertion). + pub snap_pts: Vec<(glam::Vec3, SnapHint)>, + /// Per-segment tangent geometry for Tangent snap. + /// Line/Arc entities: 1 entry. LwPolyline: 1 entry per segment. + pub tangent_geoms: Vec, + /// True polyline vertices used for Endpoint/Midpoint snap. + /// Non-empty only for entities with distinct vertex positions (Line, LwPolyline). + /// Empty for tessellated curves (Circle, Arc, Ellipse) which use snap_pts instead. + pub key_vertices: Vec<[f32; 3]>, +} + +impl WireModel { + pub const WHITE: [f32; 4] = [1.00, 1.00, 1.00, 1.0]; + pub const CYAN: [f32; 4] = [0.25, 0.85, 1.00, 1.0]; + pub const SELECTED: [f32; 4] = [0.15, 0.55, 1.00, 1.0]; + + /// Create a solid wire (no dash pattern, 1px weight). + pub fn solid(name: String, points: Vec<[f32; 3]>, color: [f32; 4], selected: bool) -> Self { + Self { + name, + points, + color, + selected, + pattern_length: 0.0, + pattern: [0.0; 8], + line_weight_px: 1.0, + snap_pts: vec![], + tangent_geoms: vec![], + key_vertices: vec![], + } + } + + /// Return a clone with every point translated by `delta`. + pub fn translated(&self, delta: glam::Vec3) -> Self { + let mut out = self.clone(); + out.name = format!("preview_{}", self.name); + out.color = Self::CYAN; + out.selected = false; + for p in &mut out.points { + p[0] += delta.x; + p[1] += delta.y; + p[2] += delta.z; + } + out + } + + /// Return a clone with every point rotated around `center` by `angle_rad`. + pub fn rotated(&self, center: glam::Vec3, angle_rad: f32) -> Self { + let (s, c) = angle_rad.sin_cos(); + let mut out = self.clone(); + out.name = format!("preview_{}", self.name); + out.color = Self::CYAN; + out.selected = false; + for p in &mut out.points { + let dx = p[0] - center.x; + let dy = p[1] - center.y; + p[0] = center.x + dx * c - dy * s; + p[1] = center.y + dx * s + dy * c; + } + out + } + + /// Return a clone with every point uniformly scaled from `center` by `factor`. + pub fn scaled(&self, center: glam::Vec3, factor: f32) -> Self { + let mut out = self.clone(); + out.name = format!("preview_{}", self.name); + out.color = Self::CYAN; + out.selected = false; + for p in &mut out.points { + p[0] = center.x + (p[0] - center.x) * factor; + p[1] = center.y + (p[1] - center.y) * factor; + p[2] = center.z + (p[2] - center.z) * factor; + } + out + } + + /// Return a clone mirrored across the line through `p1`→`p2`. + pub fn mirrored(&self, p1: glam::Vec3, p2: glam::Vec3) -> Self { + let ax = p2.x - p1.x; + let ay = p2.y - p1.y; + let len2 = ax * ax + ay * ay; + let mut out = self.clone(); + out.name = format!("preview_{}", self.name); + out.color = Self::CYAN; + out.selected = false; + if len2 < 1e-12 { + return out; + } + for p in &mut out.points { + let dx = p[0] - p1.x; + let dy = p[1] - p1.y; + let t = (dx * ax + dy * ay) / len2; + p[0] = p1.x + 2.0 * t * ax - dx; + p[1] = p1.y + 2.0 * t * ay - dy; + } + out + } + + /// Total arc-length of this wire (sum of segment lengths). + #[allow(dead_code)] + pub fn length(&self) -> f32 { + self.points + .windows(2) + .map(|w| { + let dx = w[1][0] - w[0][0]; + let dy = w[1][1] - w[0][1]; + let dz = w[1][2] - w[0][2]; + (dx * dx + dy * dy + dz * dz).sqrt() + }) + .sum() + } +} diff --git a/src/shaders/hatch.wgsl b/src/shaders/hatch.wgsl new file mode 100644 index 00000000..4a809ac1 --- /dev/null +++ b/src/shaders/hatch.wgsl @@ -0,0 +1,191 @@ +// Hatch shader — GPU-driven hatch fill over an arbitrary polygon boundary. +// +// Vertex shader : projects a bounding-box quad over the hatch region. +// Fragment shader: three stages — +// 1. Point-in-polygon (ray casting against boundary vertices in world XY). +// 2. Pattern test: +// mode 0 — N line families (PAT format), each with optional dash pattern. +// mode 1 — solid fill. +// mode 2 — linear gradient. +// +// GPU limits: MAX_FAMILIES = 16, MAX_DASHES = 128. + +// ── Group 0: frame uniforms (shared) ────────────────────────────────────── + +struct Uniforms { + view_proj: mat4x4, + camera_pos: vec4, + viewport_size: vec2, + _pad: vec2, +} +@group(0) @binding(0) var u: Uniforms; + +// ── Group 1: per-hatch data ──────────────────────────────────────────────── +// +// mode encoding: +// 0 → Pattern (evaluate FamilyBatch) +// 1 → Solid (return h.color immediately) +// 2 → Gradient (mix h.color → h.color2 along grad_cos/grad_sin) + +struct HatchUniforms { + color: vec4, // 0: primary RGBA + color2: vec4, // 16: gradient end color + mode: u32, // 32: 0=pattern, 1=solid, 2=gradient + vcount: u32, // 36: boundary vertex count + angle_offset: f32, // 40: pattern rotation (radians, added to each family) + scale: f32, // 44: pattern scale multiplier + grad_cos: f32, // 48: gradient direction cos + grad_sin: f32, // 52: gradient direction sin + grad_min: f32, // 56: gradient proj_min + grad_range: f32, // 60: gradient proj_range +} +@group(1) @binding(0) var h: HatchUniforms; + +struct Boundary { + verts: array, 64>, +} +@group(1) @binding(1) var b: Boundary; + +// One line family (48 bytes, matches LineFamilyGpu in hatch_gpu.rs). +struct LineFamily { + cos_a: f32, // base cos(angle) + sin_a: f32, // base sin(angle) + x0: f32, // family origin x + y0: f32, // family origin y + dx: f32, // step vector x + dy: f32, // step vector y + perp_step: f32, // -dx*sin_a + dy*cos_a (perpendicular spacing) + along_step: f32, // dx*cos_a + dy*sin_a (phase shift per step) + line_width: f32, // half-width of each line (|perp_step| × 0.08) + period: f32, // sum(|dashes|) — 0 means solid + n_dashes: u32, // number of dash entries + dash_off: u32, // start index in dash_values +} + +struct FamilyBatch { + families: array, + dash_values: array, 32>, // 128 f32s packed as 32×vec4 (uniform stride=16) + n_families: u32, + _pad0: u32, _pad1: u32, _pad2: u32, +} +@group(1) @binding(2) var f: FamilyBatch; + +// ── Vertex shader ────────────────────────────────────────────────────────── + +struct VIn { @location(0) pos: vec3 } +struct VOut { + @builtin(position) clip: vec4, + @location(0) xz: vec2, +} + +@vertex fn vs_main(v: VIn) -> VOut { + var o: VOut; + o.clip = u.view_proj * vec4(v.pos, 1.0); + o.xz = vec2(v.pos.x, v.pos.y); + return o; +} + +// ── Point-in-polygon (ray casting) ──────────────────────────────────────── + +fn in_polygon(p: vec2) -> bool { + var inside = false; + let n = h.vcount; + var j = n - 1u; + for (var i = 0u; i < n; i++) { + let vi = b.verts[i].xy; + let vj = b.verts[j].xy; + if (vi.y > p.y) != (vj.y > p.y) { + let x_int = (vj.x - vi.x) * (p.y - vi.y) / (vj.y - vi.y) + vi.x; + if p.x < x_int { inside = !inside; } + } + j = i; + } + return inside; +} + +// ── Per-family hatch test ───────────────────────────────────────────────── +// +// Returns true if world point `xz` falls on a hatch line of `fam`. +// `cos_off` / `sin_off` are cos/sin of `h.angle_offset` (precomputed once). +// `scale` is `h.scale`. + +fn check_family( + xz: vec2, + fam: LineFamily, + cos_off: f32, + sin_off: f32, + scale: f32, +) -> bool { + // Rotate family direction by angle_offset. + let cos_a = fam.cos_a * cos_off - fam.sin_a * sin_off; + let sin_a = fam.sin_a * cos_off + fam.cos_a * sin_off; + + // Rotate and scale the family origin. + let ox = (fam.x0 * cos_off - fam.y0 * sin_off) * scale; + let oz = (fam.x0 * sin_off + fam.y0 * cos_off) * scale; + + let px = xz.x - ox; + let pz = xz.y - oz; + + // Perpendicular distance from the nearest parallel line. + let perp_step = fam.perp_step * scale; + let line_w = abs(fam.line_width * scale); + + let perp = -px * sin_a + pz * cos_a; + let k = round(perp / perp_step); + let d = abs(perp - k * perp_step); + let half_px = length(vec2(dpdx(perp), dpdy(perp))) * 0.5; + + if d > half_px { return false; } + + // Solid line family — no dash check needed. + if fam.n_dashes == 0u { return true; } + + // Dash pattern test: position along line k. + let along_step = fam.along_step * scale; + let period = fam.period * scale; + let along = px * cos_a + pz * sin_a; + let t = along - k * along_step; + let t_mod = ((t % period) + period) % period; + + var pos = 0.0; + for (var j = 0u; j < fam.n_dashes; j++) { + let idx = fam.dash_off + j; + let sv = f.dash_values[idx / 4u][idx % 4u] * scale; // scale dash lengths + if sv > 0.0 { + if t_mod >= pos && t_mod < pos + sv { return true; } + pos = pos + sv; + } else { + pos = pos - sv; + } + } + return false; +} + +// ── Fragment shader ──────────────────────────────────────────────────────── + +@fragment fn fs_main(v: VOut) -> @location(0) vec4 { + // 1. Boundary test. + if !in_polygon(v.xz) { discard; } + + // 2. Mode dispatch. + if h.mode == 1u { + // Solid fill. + return h.color; + } else if h.mode == 2u { + // Linear gradient. + let proj = v.xz.x * h.grad_cos + v.xz.y * h.grad_sin; + let t = clamp((proj - h.grad_min) / h.grad_range, 0.0, 1.0); + return mix(h.color, h.color2, t); + } + + // 3. Pattern: evaluate each line family. + let cos_off = cos(h.angle_offset); + let sin_off = sin(h.angle_offset); + for (var i = 0u; i < f.n_families; i++) { + if check_family(v.xz, f.families[i], cos_off, sin_off, h.scale) { + return h.color; + } + } + discard; +} diff --git a/src/shaders/mesh.wgsl b/src/shaders/mesh.wgsl new file mode 100644 index 00000000..02cbbc6d --- /dev/null +++ b/src/shaders/mesh.wgsl @@ -0,0 +1,47 @@ +// Mesh shader — renders triangle meshes (truck Shell/Solid tessellation). +// +// Vertex layout: position [f32;3], normal [f32;3], color [f32;4] (40 bytes) +// +// Lighting: simple half-Lambert with a fixed directional light so solids look +// solid regardless of camera angle. Selection highlight overrides color. + +struct Uniforms { + view_proj: mat4x4, + viewport: vec2, + _pad: vec2, +}; + +@group(0) @binding(0) +var u: Uniforms; + +struct VertexIn { + @location(0) position: vec3, + @location(1) normal: vec3, + @location(2) color: vec4, +}; + +struct VertexOut { + @builtin(position) clip_pos: vec4, + @location(0) color: vec4, + @location(1) normal: vec3, +}; + +@vertex +fn vs_main(v: VertexIn) -> VertexOut { + var out: VertexOut; + out.clip_pos = u.view_proj * vec4(v.position, 1.0); + out.color = v.color; + out.normal = v.normal; + return out; +} + +@fragment +fn fs_main(in: VertexOut) -> @location(0) vec4 { + // Fixed directional light (world space, tilted toward the viewer). + let light_dir = normalize(vec3(0.4, 0.8, 0.6)); + let n = normalize(in.normal); + // Half-Lambert: [0.5, 1.0] so the dark side isn't fully black. + let diff = clamp(dot(n, light_dir), 0.0, 1.0) * 0.5 + 0.5; + let rgb = in.color.rgb * diff; + return vec4(rgb, in.color.a); +} diff --git a/src/shaders/viewcube.wgsl b/src/shaders/viewcube.wgsl new file mode 100644 index 00000000..e316da5b --- /dev/null +++ b/src/shaders/viewcube.wgsl @@ -0,0 +1,32 @@ +// ViewCube shader — Phong lighting + hover highlight. + +struct Uniforms { + view_proj: mat4x4, + rotation: mat4x4, + hover_region: vec4, +} +@group(0) @binding(0) var u: Uniforms; + +struct VIn { @location(0) pos: vec3, @location(1) normal: vec3, @location(2) color: vec3, @location(3) region_f: f32 } +struct VOut { @builtin(position) clip: vec4, @location(0) color: vec3, @location(1) world_n: vec3, @location(2) region_f: f32 } + +@vertex +fn vs_main(in: VIn) -> VOut { + var out: VOut; + let rotated = (u.rotation * vec4(in.pos, 1.0)).xyz; + out.clip = u.view_proj * vec4(rotated, 1.0); + out.color = in.color; + out.world_n = normalize((u.rotation * vec4(in.normal, 0.0)).xyz); + out.region_f = in.region_f; + return out; +} + +@fragment +fn fs_main(in: VOut) -> @location(0) vec4 { + let is_hovered = abs(in.region_f - u.hover_region.x) < 0.001 && u.hover_region.x >= 0.0; + var final_rgb = in.color; + if is_hovered { + final_rgb = mix(final_rgb, vec3(0.55, 0.78, 1.0), 0.45); + } + return vec4(final_rgb, 1.0); +} diff --git a/src/shaders/viewcube_text.wgsl b/src/shaders/viewcube_text.wgsl new file mode 100644 index 00000000..d7d40dab --- /dev/null +++ b/src/shaders/viewcube_text.wgsl @@ -0,0 +1,39 @@ +struct Uniforms { + screen: vec2, + _pad: vec2, +}; + +@group(0) @binding(0) var u: Uniforms; +@group(0) @binding(1) var samp: sampler; +@group(0) @binding(2) var tex: texture_2d; + +struct VsIn { + @location(0) pos: vec2, + @location(1) uv: vec2, + @location(2) color: vec4, +}; + +struct VsOut { + @builtin(position) pos: vec4, + @location(0) uv: vec2, + @location(1) color: vec4, +}; + +@vertex +fn vs_main(input: VsIn) -> VsOut { + var out: VsOut; + let ndc = vec2( + (input.pos.x / u.screen.x) * 2.0 - 1.0, + 1.0 - (input.pos.y / u.screen.y) * 2.0 + ); + out.pos = vec4(ndc, 0.0, 1.0); + out.uv = input.uv; + out.color = input.color; + return out; +} + +@fragment +fn fs_main(input: VsOut) -> @location(0) vec4 { + let a = textureSample(tex, samp, input.uv).r; + return vec4(input.color.rgb, input.color.a * a); +} diff --git a/src/shaders/wire.wgsl b/src/shaders/wire.wgsl new file mode 100644 index 00000000..9d420997 --- /dev/null +++ b/src/shaders/wire.wgsl @@ -0,0 +1,109 @@ +// Wire shader — renders 1-D CAD entities as screen-aligned quads. +// Topology: TriangleList (6 vertices per segment). +// +// Each vertex carries both segment endpoints (pos_a, pos_b) plus which_end +// (0=A, 1=B) and side (±1). The vertex shader expands the quad by half_width +// pixels perpendicular to the segment direction in screen space. +// +// Linetype is applied entirely on the GPU: +// • distance = cumulative arc-length from wire start (interpolated by GPU). +// • pattern_length > 0 enables the dash test; 0 = solid (no discard). +// • pat0/pat1 encode up to 8 elements: positive=dash, negative=gap. + +struct Uniforms { + view_proj: mat4x4, + camera_pos: vec4, + viewport_size: vec2, + _pad: vec2, +} +@group(0) @binding(0) var u: Uniforms; + +struct VertexIn { + @location(0) pos_a: vec3, + @location(1) pos_b: vec3, + @location(2) which_end: f32, + @location(3) side: f32, + @location(4) color: vec4, + @location(5) distance: f32, + @location(6) half_width: f32, + @location(7) pattern_length: f32, + // location 8 = _pad (not needed in shader) + @location(8) pat0: vec4, + @location(9) pat1: vec4, +} + +struct VertexOut { + @builtin(position) clip_pos: vec4, + @location(0) color: vec4, + @location(1) distance: f32, + @location(2) pattern_length: f32, + @location(3) pat0: vec4, + @location(4) pat1: vec4, +} + +@vertex fn vs_main(in: VertexIn) -> VertexOut { + let clip_a = u.view_proj * vec4(in.pos_a, 1.0); + let clip_b = u.view_proj * vec4(in.pos_b, 1.0); + + // NDC of both endpoints. + let ndc_a = clip_a.xy / clip_a.w; + let ndc_b = clip_b.xy / clip_b.w; + + // Screen-space pixel positions. + let screen_a = ndc_a * u.viewport_size * 0.5; + let screen_b = ndc_b * u.viewport_size * 0.5; + + // Screen-space perpendicular to segment direction. + let seg = screen_b - screen_a; + let seg_len = length(seg); + var perp: vec2; + if seg_len > 1e-4 { + let dir = seg / seg_len; + perp = vec2(-dir.y, dir.x); + } else { + perp = vec2(0.0, 1.0); + } + + // Convert perpendicular from screen pixels to NDC offset. + let perp_ndc = perp / (u.viewport_size * 0.5); + + // Select the clip-space position for this vertex's endpoint. + let clip_pos = mix(clip_a, clip_b, in.which_end); + + // Offset in clip space (multiply by w to un-apply perspective division). + let ndc_offset = perp_ndc * in.half_width * in.side; + let final_clip = clip_pos + vec4(ndc_offset * clip_pos.w, 0.0, 0.0); + + var out: VertexOut; + out.clip_pos = final_clip; + out.color = in.color; + out.distance = in.distance; + out.pattern_length = in.pattern_length; + out.pat0 = in.pat0; + out.pat1 = in.pat1; + return out; +} + +// Returns true if arc-length `dist` falls inside a dash segment. +fn in_dash(dist: f32, pat_len: f32, p0: vec4, p1: vec4) -> bool { + let d = ((dist % pat_len) + pat_len) % pat_len; + var pos = 0.0f; + let elems = array(p0.x, p0.y, p0.z, p0.w, p1.x, p1.y, p1.z, p1.w); + for (var i = 0u; i < 8u; i++) { + let elem = elems[i]; + if elem == 0.0 { break; } + let len = abs(elem); + if d < pos + len { return elem > 0.0; } + pos += len; + } + return false; +} + +@fragment fn fs_main(in: VertexOut) -> @location(0) vec4 { + if in.pattern_length > 0.0 { + if !in_dash(in.distance, in.pattern_length, in.pat0, in.pat1) { + discard; + } + } + return in.color; +} diff --git a/src/snap/mod.rs b/src/snap/mod.rs new file mode 100644 index 00000000..22be9f79 --- /dev/null +++ b/src/snap/mod.rs @@ -0,0 +1,584 @@ +//! H7CAD-style object snap (OSNAP) engine. +//! +//! Implemented modes: +//! Endpoint, Midpoint, Center, Node, Quadrant, Intersection, +//! Extension, Insertion, Perpendicular, Nearest, ApparentIntersection, Grid, Tangent + +use glam::{Mat4, Vec3}; +use iced::{Point, Rectangle}; + +use crate::command::TangentObject; +use crate::scene::wire_model::{SnapHint, TangentGeom, WireModel}; +use crate::ui::overlay::CROSSHAIR_ARM; + +// ── Snap type ───────────────────────────────────────────────────────────── + +/// Every OSNAP mode — mirrors the H7CAD list. +#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] +pub enum SnapType { + Endpoint, + Midpoint, + Center, + Node, + Quadrant, + Intersection, + Extension, + Insertion, + Perpendicular, + Tangent, + Nearest, + ApparentIntersection, + Parallel, + Grid, +} + +/// Ordered list used by the popup and snap engine. +pub const ALL_SNAP_MODES: &[(SnapType, &str, &str)] = &[ + (SnapType::Endpoint, "◻", "Endpoint"), + (SnapType::Midpoint, "△", "Midpoint"), + (SnapType::Center, "◯", "Center"), + (SnapType::Node, "◆", "Node"), + (SnapType::Quadrant, "◇", "Quadrant"), + (SnapType::Intersection, "✕", "Intersection"), + (SnapType::Extension, "—", "Extension"), + (SnapType::Insertion, "⊾", "Insertion"), + (SnapType::Perpendicular, "⊥", "Perpendicular"), + (SnapType::Tangent, "⌒", "Tangent"), + (SnapType::Nearest, "✧", "Nearest"), + (SnapType::ApparentIntersection, "✗", "Apparent Intersection"), + (SnapType::Parallel, "∥", "Parallel"), + (SnapType::Grid, "⊞", "Grid"), +]; + +// ── Snap result ─────────────────────────────────────────────────────────── + +#[derive(Debug, Clone, Copy)] +pub struct SnapResult { + pub world: Vec3, + pub screen: Point, + pub snap_type: SnapType, + /// Set when `snap_type == Tangent`; provides entity geometry for TTR/TTT. + pub tangent_obj: Option, +} + +// ── Snapper ─────────────────────────────────────────────────────────────── + +use std::collections::HashSet; + +pub struct Snapper { + /// Global snap on/off toggle. When false, all snapping is bypassed + /// but the `enabled` set is preserved so it can be restored. + pub snap_enabled: bool, + /// Which snap modes are configured (used when `snap_enabled` is true). + pub enabled: HashSet, + /// World-space grid spacing. + pub grid_spacing: f32, + /// Pixel-radius threshold. + pub snap_radius_px: f32, +} + +impl Default for Snapper { + fn default() -> Self { + let mut enabled = HashSet::new(); + enabled.insert(SnapType::Endpoint); + enabled.insert(SnapType::Midpoint); + enabled.insert(SnapType::Center); + enabled.insert(SnapType::Node); + enabled.insert(SnapType::Quadrant); + enabled.insert(SnapType::Intersection); + enabled.insert(SnapType::Nearest); + Self { + snap_enabled: true, + enabled, + grid_spacing: 1.0, + snap_radius_px: CROSSHAIR_ARM, + } + } +} + +impl Snapper { + /// True when snap is globally on AND at least one mode is configured. + pub fn is_active(&self) -> bool { + self.snap_enabled && !self.enabled.is_empty() + } + + pub fn is_on(&self, t: SnapType) -> bool { + self.enabled.contains(&t) + } + + pub fn toggle_global(&mut self) { + self.snap_enabled = !self.snap_enabled; + } + + pub fn toggle(&mut self, t: SnapType) { + if !self.enabled.remove(&t) { + self.enabled.insert(t); + } + } + + pub fn all_on(&self) -> bool { + ALL_SNAP_MODES + .iter() + .all(|(t, _, _)| self.enabled.contains(t)) + } + pub fn none_on(&self) -> bool { + self.enabled.is_empty() + } + + pub fn enable_all(&mut self) { + for &(t, _, _) in ALL_SNAP_MODES { + self.enabled.insert(t); + } + } + pub fn disable_all(&mut self) { + self.enabled.clear(); + } + + /// Only runs Tangent snap — used when a command needs object picks via tangent. + pub fn snap_tangent_only( + &self, + cursor_world: Vec3, + cursor_screen: Point, + wires: &[WireModel], + view_proj: Mat4, + bounds: Rectangle, + ) -> Option { + let tmp = Snapper { + snap_enabled: true, + enabled: { + let mut s = HashSet::new(); + s.insert(SnapType::Tangent); + s + }, + grid_spacing: self.grid_spacing, + snap_radius_px: self.snap_radius_px, + }; + tmp.snap(cursor_world, cursor_screen, wires, view_proj, bounds) + } + + /// Find the best snap candidate near the cursor. + pub fn snap( + &self, + cursor_world: Vec3, + cursor_screen: Point, + wires: &[WireModel], + view_proj: Mat4, + bounds: Rectangle, + ) -> Option { + if !self.snap_enabled { + return None; + } + let mut best: Option = None; + let mut best_d2 = self.snap_radius_px * self.snap_radius_px; + + let mut try_pt = |world: Vec3, snap_type: SnapType| { + let screen = world_to_screen(world, view_proj, bounds); + let d2 = dist2(screen, cursor_screen); + if d2 < best_d2 { + best_d2 = d2; + best = Some(SnapResult { + world, + screen, + snap_type, + tangent_obj: None, + }); + } + }; + + // ── Pre-baked snap points (Center, Node, Quadrant, Insertion) ────── + for wire in wires { + for &(world, hint) in &wire.snap_pts { + let snap_type = match hint { + SnapHint::Center => SnapType::Center, + SnapHint::Node => SnapType::Node, + SnapHint::Quadrant => SnapType::Quadrant, + SnapHint::Insertion => SnapType::Insertion, + }; + if self.is_on(snap_type) { + try_pt(world, snap_type); + } + } + } + + // ── Endpoint ─────────────────────────────────────────────────────── + if self.is_on(SnapType::Endpoint) { + for wire in wires { + if !wire.key_vertices.is_empty() { + // Use explicit vertices (Line, LwPolyline): every vertex is an endpoint. + for &p in &wire.key_vertices { + try_pt(Vec3::from(p), SnapType::Endpoint); + } + } else { + // Tessellated curves (Circle, Arc, Ellipse): only arc endpoints. + if let Some(&p) = wire.points.first() { + try_pt(Vec3::from(p), SnapType::Endpoint); + } + if wire.points.len() > 1 { + if let Some(&p) = wire.points.last() { + try_pt(Vec3::from(p), SnapType::Endpoint); + } + } + } + } + } + + // ── Midpoint ─────────────────────────────────────────────────────── + if self.is_on(SnapType::Midpoint) { + for wire in wires { + if !wire.key_vertices.is_empty() { + // Use explicit vertices for accurate per-segment midpoints. + for seg in wire.key_vertices.windows(2) { + let a = Vec3::from(seg[0]); + let b = Vec3::from(seg[1]); + if a.distance_squared(b) > 1e-12 { + try_pt((a + b) * 0.5, SnapType::Midpoint); + } + } + } else { + // Tessellated curves: midpoint of whole arc (first↔last midpoint skipped + // for closed curves; arcs use their own quadrant snaps instead). + for seg in wire.points.windows(2) { + let a = Vec3::from(seg[0]); + let b = Vec3::from(seg[1]); + if a.distance_squared(b) > 1e-12 { + try_pt((a + b) * 0.5, SnapType::Midpoint); + } + } + } + } + } + + // ── Nearest — closest point on any segment (clamped) ────────────── + if self.is_on(SnapType::Nearest) { + for wire in wires { + for seg in wire.points.windows(2) { + let p = + nearest_on_segment(cursor_world, Vec3::from(seg[0]), Vec3::from(seg[1])); + try_pt(p, SnapType::Nearest); + } + } + } + + // ── Perpendicular — foot of perpendicular from cursor (unclamped) ── + if self.is_on(SnapType::Perpendicular) { + for wire in wires { + for seg in wire.points.windows(2) { + if let Some(foot) = + perp_foot(cursor_world, Vec3::from(seg[0]), Vec3::from(seg[1])) + { + try_pt(foot, SnapType::Perpendicular); + } + } + } + } + + // ── Intersection — segment-segment intersections ────────── + if self.is_on(SnapType::Intersection) { + let r_world = self.snap_radius_px * 0.5; // rough world-space cull + for i in 0..wires.len() { + for j in (i + 1)..wires.len() { + for seg_a in wires[i].points.windows(2) { + for seg_b in wires[j].points.windows(2) { + let a0 = Vec3::from(seg_a[0]); + let a1 = Vec3::from(seg_a[1]); + let b0 = Vec3::from(seg_b[0]); + let b1 = Vec3::from(seg_b[1]); + // Quick AABB cull before expensive calculation. + let seg_mid_a = (a0 + a1) * 0.5; + let seg_mid_b = (b0 + b1) * 0.5; + if (seg_mid_a - cursor_world).length_squared() + > (r_world * 60.0).powi(2) + && (seg_mid_b - cursor_world).length_squared() + > (r_world * 60.0).powi(2) + { + continue; + } + if let Some(pt) = seg_intersect_xy(a0, a1, b0, b1) { + try_pt(pt, SnapType::Intersection); + } + } + } + } + } + } + + // ── Extension — along the extension of a segment beyond endpoints ── + if self.is_on(SnapType::Extension) { + for wire in wires { + let n = wire.points.len(); + if n < 2 { + continue; + } + // Extend beyond the first point. + { + let p0 = Vec3::from(wire.points[0]); + let p1 = Vec3::from(wire.points[1]); + if let Some(ext) = extension_snap( + cursor_world, + p0, + p0 - p1, + view_proj, + bounds, + self.snap_radius_px, + ) { + try_pt(ext, SnapType::Extension); + } + } + // Extend beyond the last point. + { + let p_last = Vec3::from(wire.points[n - 1]); + let p_prev = Vec3::from(wire.points[n - 2]); + if let Some(ext) = extension_snap( + cursor_world, + p_last, + p_last - p_prev, + view_proj, + bounds, + self.snap_radius_px, + ) { + try_pt(ext, SnapType::Extension); + } + } + } + } + + // ── Apparent Intersection — screen-space intersections ───────────── + if self.is_on(SnapType::ApparentIntersection) { + for i in 0..wires.len() { + for j in (i + 1)..wires.len() { + for seg_a in wires[i].points.windows(2) { + for seg_b in wires[j].points.windows(2) { + let sa0 = world_to_screen(Vec3::from(seg_a[0]), view_proj, bounds); + let sa1 = world_to_screen(Vec3::from(seg_a[1]), view_proj, bounds); + let sb0 = world_to_screen(Vec3::from(seg_b[0]), view_proj, bounds); + let sb1 = world_to_screen(Vec3::from(seg_b[1]), view_proj, bounds); + if let Some((ta, _)) = seg_intersect_2d(sa0, sa1, sb0, sb1) { + // World position: interpolate along segment A. + let wa0 = Vec3::from(seg_a[0]); + let wa1 = Vec3::from(seg_a[1]); + let world = wa0 + ta * (wa1 - wa0); + try_pt(world, SnapType::ApparentIntersection); + } + } + } + } + } + } + + // ── Grid ─────────────────────────────────────────────────────────── + if self.is_on(SnapType::Grid) { + let s = self.grid_spacing; + let gx = (cursor_world.x / s).round() * s; + let gy = (cursor_world.y / s).round() * s; + let gz = (cursor_world.z / s).round() * s; + try_pt(Vec3::new(gx, gy, gz), SnapType::Grid); + } + + // ── Tangent ──────────────────────────────────────────────────────── + // Operates directly on tangent_geoms geometry — independent of the + // wire.points rendering structure so polyline segments work correctly. + if self.is_on(SnapType::Tangent) { + for wire in wires { + for tg in &wire.tangent_geoms { + let (world_pt, d2) = match tg { + TangentGeom::Line { p1, p2 } => { + let sp0 = world_to_screen(Vec3::from(*p1), view_proj, bounds); + let sp1 = world_to_screen(Vec3::from(*p2), view_proj, bounds); + let d2 = dist2_to_segment(cursor_screen, sp0, sp1); + let t = t_on_segment(cursor_screen, sp0, sp1); + let w = Vec3::from(*p1) + t * (Vec3::from(*p2) - Vec3::from(*p1)); + (w, d2) + } + TangentGeom::Circle { center, radius } => { + let cv = Vec3::from(*center); + let sc = world_to_screen(cv, view_proj, bounds); + let rim = world_to_screen( + Vec3::new(cv.x + radius, cv.y, cv.z), + view_proj, + bounds, + ); + let sr = dist2(sc, rim).sqrt(); + let dc = dist2(cursor_screen, sc).sqrt(); + let edge_d = (dc - sr).abs(); + // Snap point: point on circle edge facing cursor + let dx = cursor_screen.x - sc.x; + let dy = cursor_screen.y - sc.y; + let dl = (dx * dx + dy * dy).sqrt(); + let (nx, ny) = if dl > 1e-6 { + (dx / dl, -dy / dl) + } else { + (1.0, 0.0) + }; + let w = Vec3::new(cv.x + radius * nx, cv.y, cv.y + radius * ny); + (w, edge_d * edge_d) + } + }; + if d2 < best_d2 { + best_d2 = d2; + let screen_pt = world_to_screen(world_pt, view_proj, bounds); + let tangent_obj = match tg { + TangentGeom::Line { p1, p2 } => TangentObject::Line { + p1: Vec3::from(*p1), + p2: Vec3::from(*p2), + }, + TangentGeom::Circle { center, radius } => TangentObject::Circle { + center: Vec3::from(*center), + radius: *radius, + }, + }; + best = Some(SnapResult { + world: world_pt, + screen: screen_pt, + snap_type: SnapType::Tangent, + tangent_obj: Some(tangent_obj), + }); + } + } + } + } + + best + } +} + +// ── Geometric helpers ───────────────────────────────────────────────────── + +/// Closest point on segment [p0, p1] to `query`. +fn nearest_on_segment(query: Vec3, p0: Vec3, p1: Vec3) -> Vec3 { + let d = p1 - p0; + let len2 = d.x * d.x + d.y * d.y; + if len2 < 1e-12 { + return p0; + } + let t = ((query.x - p0.x) * d.x + (query.y - p0.y) * d.y) / len2; + let t = t.clamp(0.0, 1.0); + Vec3::new(p0.x + t * d.x, p0.y + t * d.y, p0.z + t * d.z) +} + +/// Foot of perpendicular from `query` to the line through [p0, p1] (XY plane, unclamped). +/// Returns `None` if the segment is degenerate. +fn perp_foot(query: Vec3, p0: Vec3, p1: Vec3) -> Option { + let d = p1 - p0; + let len2 = d.x * d.x + d.y * d.y; + if len2 < 1e-12 { + return None; + } + let t = ((query.x - p0.x) * d.x + (query.y - p0.y) * d.y) / len2; + // Reject if the foot is far outside the segment (more than 2× segment length). + if t < -1.0 || t > 2.0 { + return None; + } + Some(Vec3::new(p0.x + t * d.x, p0.y + t * d.y, p0.z + t * d.z)) +} + +/// XY-plane segment-segment intersection. Returns `None` if parallel or outside. +fn seg_intersect_xy(a0: Vec3, a1: Vec3, b0: Vec3, b1: Vec3) -> Option { + let d1x = a1.x - a0.x; + let d1y = a1.y - a0.y; + let d2x = b1.x - b0.x; + let d2y = b1.y - b0.y; + let cross = d1x * d2y - d1y * d2x; + if cross.abs() < 1e-9 { + return None; + } // parallel + let ex = b0.x - a0.x; + let ey = b0.y - a0.y; + let t = (ex * d2y - ey * d2x) / cross; + let s = (ex * d1y - ey * d1x) / cross; + if t < 0.0 || t > 1.0 || s < 0.0 || s > 1.0 { + return None; + } + Some(Vec3::new(a0.x + t * d1x, a0.y + t * d1y, 0.0)) +} + +/// Screen-space 2D segment intersection. Returns `(t, s)` parameters if found. +fn seg_intersect_2d(a0: Point, a1: Point, b0: Point, b1: Point) -> Option<(f32, f32)> { + let d1x = a1.x - a0.x; + let d1y = a1.y - a0.y; + let d2x = b1.x - b0.x; + let d2y = b1.y - b0.y; + let cross = d1x * d2y - d1y * d2x; + if cross.abs() < 1e-6 { + return None; + } + let ex = b0.x - a0.x; + let ey = b0.y - a0.y; + let t = (ex * d2y - ey * d2x) / cross; + let s = (ex * d1y - ey * d1x) / cross; + if t < 0.0 || t > 1.0 || s < 0.0 || s > 1.0 { + return None; + } + Some((t, s)) +} + +/// Snap to the extension of a ray beyond `origin` in `dir` direction. +/// Returns `None` if the cursor is not near the extension line. +fn extension_snap( + cursor_world: Vec3, + origin: Vec3, + dir: Vec3, + view_proj: Mat4, + bounds: Rectangle, + radius_px: f32, +) -> Option { + let len2 = dir.x * dir.x + dir.y * dir.y; + if len2 < 1e-12 { + return None; + } + let t = ((cursor_world.x - origin.x) * dir.x + (cursor_world.y - origin.y) * dir.y) / len2; + if t < 0.05 { + return None; + } // only beyond the endpoint + let world_pt = Vec3::new(origin.x + t * dir.x, origin.y + t * dir.y, origin.z); + let screen_pt = world_to_screen(world_pt, view_proj, bounds); + let cursor_screen = world_to_screen(cursor_world, view_proj, bounds); + if dist2(screen_pt, cursor_screen) > radius_px * radius_px { + return None; + } + Some(world_pt) +} + +// ── Projection helpers ──────────────────────────────────────────────────── + +fn world_to_screen(world: Vec3, view_proj: Mat4, bounds: Rectangle) -> Point { + let ndc = view_proj.project_point3(world); + Point::new( + (ndc.x + 1.0) * 0.5 * bounds.width, + (1.0 - ndc.y) * 0.5 * bounds.height, + ) +} + +#[inline] +fn dist2(a: Point, b: Point) -> f32 { + let dx = a.x - b.x; + let dy = a.y - b.y; + dx * dx + dy * dy +} + +/// Squared distance from point p to line segment [a, b] in screen space. +fn dist2_to_segment(p: Point, a: Point, b: Point) -> f32 { + let dx = b.x - a.x; + let dy = b.y - a.y; + let len2 = dx * dx + dy * dy; + if len2 < 1e-6 { + let ex = p.x - a.x; + let ey = p.y - a.y; + return ex * ex + ey * ey; + } + let t = ((p.x - a.x) * dx + (p.y - a.y) * dy) / len2; + let t = t.clamp(0.0, 1.0); + let nx = a.x + t * dx - p.x; + let ny = a.y + t * dy - p.y; + nx * nx + ny * ny +} + +/// Parameter t ∈ [0,1] of the closest point on segment [a,b] to p. +fn t_on_segment(p: Point, a: Point, b: Point) -> f32 { + let dx = b.x - a.x; + let dy = b.y - a.y; + let len2 = dx * dx + dy * dy; + if len2 < 1e-6 { + return 0.0; + } + (((p.x - a.x) * dx + (p.y - a.y) * dy) / len2).clamp(0.0, 1.0) +} diff --git a/src/ui/app_menu.rs b/src/ui/app_menu.rs new file mode 100644 index 00000000..20e37fea --- /dev/null +++ b/src/ui/app_menu.rs @@ -0,0 +1,486 @@ +//! Application menu — H7CAD-style dropdown that opens when the H7 logo +//! button is clicked. Overlays the entire viewport as a floating panel. +//! +//! Layout: +//! ┌─────────────────────────────────────────────┐ +//! │ [Search bar] │ +//! ├──────────────────┬──────────────────────────┤ +//! │ Command list │ Recent files │ +//! │ (left column) │ (right column) │ +//! └──────────────────┴──────────────────────────┘ + +use iced::widget::{button, column, container, row, scrollable, text, text_input}; +use iced::{Background, Border, Color, Element, Length, Theme}; +use std::path::PathBuf; + +use crate::Message; + +// ── Menu item definitions ───────────────────────────────────────────────── + +struct MenuItem { + icon: &'static str, + label: &'static str, + desc: &'static str, + command: &'static str, +} + +const MENU_ITEMS: &[MenuItem] = &[ + MenuItem { + icon: "◻", + label: "New", + desc: "Create a new drawing", + command: "NEW", + }, + MenuItem { + icon: "📂", + label: "Open", + desc: "Open an existing file", + command: "OPEN", + }, + MenuItem { + icon: "💾", + label: "Save", + desc: "Save the current drawing", + command: "SAVE", + }, + MenuItem { + icon: "📄", + label: "Save As", + desc: "Save as DWG or DXF", + command: "SAVEAS", + }, + MenuItem { + icon: "🖨", + label: "Print", + desc: "Print or plot the drawing", + command: "PRINT", + }, + MenuItem { + icon: "⚙", + label: "Options", + desc: "Open application settings", + command: "OPTIONS", + }, + MenuItem { + icon: "❓", + label: "Help", + desc: "Open help documentation", + command: "HELP", + }, +]; + +// ── Public state ────────────────────────────────────────────────────────── + +#[derive(Clone, Default)] +pub struct AppMenu { + pub open: bool, + pub search: String, + /// Recently opened file paths (most recent first). + pub recent: Vec, +} + +impl AppMenu { + pub fn new() -> Self { + Self { + open: false, + search: String::new(), + recent: vec![], + } + } + + /// Call when a file is successfully loaded to push its path into recents. + pub fn push_recent(&mut self, path: PathBuf) { + self.recent.retain(|r| r != &path); + self.recent.insert(0, path); + self.recent.truncate(10); + } + + pub fn toggle(&mut self) { + self.open = !self.open; + if self.open { + self.search.clear(); + } + } + + pub fn close(&mut self) { + self.open = false; + self.search.clear(); + } + + // ── View ───────────────────────────────────────────────────────────── + + pub fn view(&self) -> Element<'_, Message> { + if !self.open { + return container(text("")).width(0).height(0).into(); + } + + // Filter items by search query. + let query = self.search.to_lowercase(); + let items: Vec<&MenuItem> = MENU_ITEMS + .iter() + .filter(|m| { + query.is_empty() + || m.label.to_lowercase().contains(&query) + || m.desc.to_lowercase().contains(&query) + }) + .collect(); + + // ── Search bar ──────────────────────────────────────────────────── + let search = container( + text_input("Search commands...", &self.search) + .on_input(Message::AppMenuSearch) + .style(|_: &Theme, _| iced::widget::text_input::Style { + background: Background::Color(SEARCH_BG), + border: Border { + color: ACCENT, + width: 1.0, + radius: 2.0.into(), + }, + icon: Color::WHITE, + placeholder: Color { + r: 0.45, + g: 0.45, + b: 0.45, + a: 1.0, + }, + value: Color::WHITE, + selection: Color { + r: 0.20, + g: 0.44, + b: 0.72, + a: 0.5, + }, + }) + .size(12) + .padding([6, 10]), + ) + .padding([8, 10]) + .width(Length::Fill) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(HEADER_BG)), + border: Border { + color: BORDER, + width: 0.0, + radius: 0.0.into(), + }, + ..Default::default() + }); + + // ── Left column — command list ───────────────────────────────────── + let left: Element<'_, Message> = if items.is_empty() { + container(text("No results").size(11).color(DIM_COLOR)) + .padding([12, 14]) + .into() + } else { + items + .iter() + .fold(column![].spacing(0), |col, item| { + col.push(menu_item_btn(item)) + }) + .into() + }; + + let left_col = container(scrollable(left)) + .width(220) + .height(Length::Fill) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(LEFT_BG)), + ..Default::default() + }); + + // ── Right column — recent files ─────────────────────────────────── + let recent_header = + container(text("Recent Documents").size(10).color(DIM_COLOR)).padding(iced::Padding { + top: 10.0, + right: 14.0, + bottom: 6.0, + left: 14.0, + }); + + let recent_list = if self.recent.is_empty() { + column![container(text("No recent files").size(11).color(DIM_COLOR)).padding([8, 14])] + } else { + self.recent.iter().fold(column![].spacing(0), |col, path| { + col.push(recent_item_btn(path)) + }) + }; + + let right_col = container(column![recent_header, scrollable(recent_list)]) + .width(Length::Fill) + .height(Length::Fill) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(RIGHT_BG)), + border: Border { + color: BORDER, + width: 1.0, + radius: 0.0.into(), + }, + ..Default::default() + }); + + // ── Bottom bar — Exit button ─────────────────────────────────────── + let bottom = container( + row![ + iced::widget::Space::new().width(Length::Fill), + button(text("Exit H7CAD").size(11).color(Color::WHITE)) + .on_press(Message::Command("EXIT".into())) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => Color { + r: 0.65, + g: 0.12, + b: 0.12, + a: 1.0 + }, + button::Status::Pressed => Color { + r: 0.45, + g: 0.08, + b: 0.08, + a: 1.0 + }, + _ => EXIT_BTN, + })), + text_color: Color::WHITE, + border: Border { + color: Color::TRANSPARENT, + width: 0.0, + radius: 2.0.into() + }, + shadow: iced::Shadow::default(), + snap: false, + }) + .padding([5, 14]), + ] + .align_y(iced::Center), + ) + .padding([6, 10]) + .width(Length::Fill) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(BOTTOM_BG)), + border: Border { + color: BORDER, + width: 1.0, + radius: 0.0.into(), + }, + ..Default::default() + }); + + // ── Outer panel ─────────────────────────────────────────────────── + let panel = container(column![ + search, + container(row![left_col, right_col]).height(Length::Fill), + bottom, + ]) + .width(520) + .height(420) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(PANEL_BG)), + border: Border { + color: BORDER, + width: 1.0, + radius: 0.0.into(), + }, + ..Default::default() + }); + + // Backdrop — clicking outside closes the menu. + let backdrop = button( + container(panel) + // Offset so the panel sits just below the ribbon H7 button. + .padding(iced::Padding { + top: 56.0, + left: 0.0, + right: 0.0, + bottom: 0.0, + }) + .width(Length::Fill) + .height(Length::Fill), + ) + .on_press(Message::CloseAppMenu) + .style(|_: &Theme, _| button::Style { + background: Some(Background::Color(Color { + r: 0.0, + g: 0.0, + b: 0.0, + a: 0.55, + })), + text_color: Color::TRANSPARENT, + border: Border::default(), + shadow: iced::Shadow::default(), + snap: false, + }) + .padding(0) + .width(Length::Fill) + .height(Length::Fill) + .into(); + + backdrop + } +} + +// ── Item widgets ────────────────────────────────────────────────────────── + +fn menu_item_btn<'a>(item: &'a MenuItem) -> Element<'a, Message> { + button( + row![ + container(text(item.icon).size(16).color(ICON_COLOR)) + .width(32) + .padding([0, 4]), + column![ + text(item.label).size(12).color(Color::WHITE), + text(item.desc).size(10).color(DIM_COLOR), + ] + .spacing(1), + ] + .align_y(iced::Center) + .spacing(4), + ) + .on_press(Message::CloseAppMenuAndRun(item.command.into())) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => ITEM_HOVER, + button::Status::Pressed => ITEM_ACTIVE, + _ => Color::TRANSPARENT, + })), + text_color: Color::WHITE, + border: Border { + color: Color::TRANSPARENT, + width: 0.0, + radius: 0.0.into(), + }, + shadow: iced::Shadow::default(), + snap: false, + }) + .padding([7, 10]) + .width(Length::Fill) + .into() +} + +fn recent_item_btn(path: &PathBuf) -> Element<'_, Message> { + let name = path + .file_name() + .map(|n| n.to_string_lossy().into_owned()) + .unwrap_or_else(|| path.display().to_string()); + let type_label = match path + .extension() + .map(|e| e.to_string_lossy().to_uppercase()) + .as_deref() + { + Some("DWG") => "DWG Drawing", + Some("DXF") => "DXF Drawing", + _ => "CAD File", + }; + let path_str = path.display().to_string(); + button( + row![ + container(text("📄").size(13).color(ICON_COLOR)).width(24), + column![ + text(name).size(11).color(Color::WHITE), + text(type_label).size(9).color(DIM_COLOR), + ] + .spacing(1), + ] + .align_y(iced::Center) + .spacing(6), + ) + .on_press(Message::Command(format!("OPEN_RECENT:{path_str}"))) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => ITEM_HOVER, + button::Status::Pressed => ITEM_ACTIVE, + _ => Color::TRANSPARENT, + })), + text_color: Color::WHITE, + border: Border { + color: Color::TRANSPARENT, + width: 0.0, + radius: 0.0.into(), + }, + shadow: iced::Shadow::default(), + snap: false, + }) + .padding([6, 14]) + .width(Length::Fill) + .into() +} + +// ── Colors ──────────────────────────────────────────────────────────────── + +const PANEL_BG: Color = Color { + r: 0.20, + g: 0.20, + b: 0.20, + a: 1.0, +}; +const HEADER_BG: Color = Color { + r: 0.17, + g: 0.17, + b: 0.17, + a: 1.0, +}; +const LEFT_BG: Color = Color { + r: 0.22, + g: 0.22, + b: 0.22, + a: 1.0, +}; +const RIGHT_BG: Color = Color { + r: 0.18, + g: 0.18, + b: 0.18, + a: 1.0, +}; +const BOTTOM_BG: Color = Color { + r: 0.16, + g: 0.16, + b: 0.16, + a: 1.0, +}; +const SEARCH_BG: Color = Color { + r: 0.14, + g: 0.14, + b: 0.14, + a: 1.0, +}; +const BORDER: Color = Color { + r: 0.30, + g: 0.30, + b: 0.30, + a: 1.0, +}; +const ITEM_HOVER: Color = Color { + r: 0.28, + g: 0.28, + b: 0.28, + a: 1.0, +}; +const ITEM_ACTIVE: Color = Color { + r: 0.18, + g: 0.42, + b: 0.70, + a: 1.0, +}; +const DIM_COLOR: Color = Color { + r: 0.50, + g: 0.50, + b: 0.50, + a: 1.0, +}; +const ICON_COLOR: Color = Color { + r: 0.70, + g: 0.80, + b: 0.95, + a: 1.0, +}; +const ACCENT: Color = Color { + r: 0.20, + g: 0.55, + b: 0.90, + a: 1.0, +}; +const EXIT_BTN: Color = Color { + r: 0.55, + g: 0.10, + b: 0.10, + a: 1.0, +}; diff --git a/src/ui/command_line.rs b/src/ui/command_line.rs new file mode 100644 index 00000000..88715200 --- /dev/null +++ b/src/ui/command_line.rs @@ -0,0 +1,214 @@ +//! H7CAD-style command line — bottom panel with input and history + +use crate::Message; +use iced::widget::{column, container, row, text, text_input}; +use iced::{Background, Border, Color, Element, Length, Theme}; + +pub const CMD_INPUT_ID: &str = "cmd_input"; + +fn cmd_input_id() -> iced::widget::Id { + iced::widget::Id::new(CMD_INPUT_ID) +} + +const MAX_HISTORY: usize = 64; + +#[derive(Clone, Default)] +pub struct CommandLine { + pub input: String, + pub history: Vec, +} + +#[derive(Clone, Debug)] +pub struct HistoryEntry { + pub kind: EntryKind, + pub text: String, +} + +#[derive(Clone, Debug)] +pub enum EntryKind { + Command, + Output, + Error, + Info, +} + +impl CommandLine { + pub fn new() -> Self { + let mut cl = Self::default(); + cl.push_info("H7CAD ready."); + cl.push_info("Type a command or use the ribbon. Open OBJ: INSERT tab."); + cl + } + pub fn submit(&mut self) -> Option { + let cmd = self.input.trim().to_uppercase(); + if cmd.is_empty() { + return None; + } + self.push_command(&self.input.clone()); + self.input.clear(); + Some(cmd) + } + pub fn push_command(&mut self, cmd: &str) { + self.push(EntryKind::Command, format!("Command: {cmd}")); + } + pub fn push_output(&mut self, msg: &str) { + self.push(EntryKind::Output, msg.to_string()); + } + pub fn push_error(&mut self, msg: &str) { + self.push(EntryKind::Error, format!("*Invalid* {msg}")); + } + pub fn push_info(&mut self, msg: &str) { + self.push(EntryKind::Info, msg.to_string()); + } + fn push(&mut self, kind: EntryKind, text: String) { + self.history.push(HistoryEntry { kind, text }); + if self.history.len() > MAX_HISTORY { + self.history.remove(0); + } + } + + pub fn view(&self) -> Element<'_, Message> { + let history_rows = + self.history + .iter() + .rev() + .take(4) + .rev() + .fold(column![].spacing(0), |col, entry| { + let color = match entry.kind { + EntryKind::Command => CMD_COLOR, + EntryKind::Output => OUT_COLOR, + EntryKind::Error => ERR_COLOR, + EntryKind::Info => INFO_COLOR, + }; + col.push(container(text(&entry.text).size(11).color(color)).padding([1, 8])) + }); + let prompt = container(text("Command:").size(11).color(PROMPT_COLOR)).padding([5, 8]); + let input = text_input("", &self.input) + .id(cmd_input_id()) + .on_input(Message::CommandInput) + .on_submit(Message::CommandSubmit) + .style(|_: &Theme, _| text_input::Style { + background: Background::Color(INPUT_BG), + border: Border { + color: Color { + r: 0.40, + g: 0.60, + b: 0.90, + a: 1.0, + }, + width: 1.0, + radius: 0.0.into(), + }, + icon: Color::WHITE, + placeholder: Color { + r: 0.4, + g: 0.4, + b: 0.4, + a: 1.0, + }, + value: Color::WHITE, + selection: Color { + r: 0.20, + g: 0.44, + b: 0.72, + a: 0.5, + }, + }) + .size(11) + .padding([4, 6]); + let input_row = row![prompt, input].align_y(iced::Center); + container(column![ + container(history_rows) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(HISTORY_BG)), + ..Default::default() + }) + .width(Length::Fill) + .padding([2, 0]), + container(input_row) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(INPUT_ROW_BG)), + border: Border { + color: BORDER_COLOR, + width: 1.0, + radius: 0.0.into() + }, + ..Default::default() + }) + .width(Length::Fill), + ]) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(PANEL_BG)), + border: Border { + color: BORDER_COLOR, + width: 1.0, + radius: 0.0.into(), + }, + ..Default::default() + }) + .width(Length::Fill) + .into() + } +} + +const PANEL_BG: Color = Color { + r: 0.15, + g: 0.15, + b: 0.15, + a: 1.0, +}; +const HISTORY_BG: Color = Color { + r: 0.15, + g: 0.15, + b: 0.15, + a: 1.0, +}; +const INPUT_ROW_BG: Color = Color { + r: 0.18, + g: 0.18, + b: 0.18, + a: 1.0, +}; +const INPUT_BG: Color = Color { + r: 0.12, + g: 0.12, + b: 0.12, + a: 1.0, +}; +const BORDER_COLOR: Color = Color { + r: 0.30, + g: 0.30, + b: 0.30, + a: 1.0, +}; +const PROMPT_COLOR: Color = Color { + r: 0.55, + g: 0.78, + b: 0.55, + a: 1.0, +}; +const CMD_COLOR: Color = Color { + r: 0.80, + g: 0.80, + b: 0.80, + a: 1.0, +}; +const OUT_COLOR: Color = Color { + r: 0.65, + g: 0.65, + b: 0.65, + a: 1.0, +}; +const ERR_COLOR: Color = Color { + r: 0.90, + g: 0.35, + b: 0.35, + a: 1.0, +}; +const INFO_COLOR: Color = Color { + r: 0.50, + g: 0.70, + b: 0.90, + a: 1.0, +}; diff --git a/src/ui/layers.rs b/src/ui/layers.rs new file mode 100644 index 00000000..54dc8b42 --- /dev/null +++ b/src/ui/layers.rs @@ -0,0 +1,607 @@ +//! Layer Manager — floating window. + +use crate::ui::properties::{color_picker_dropdown, LinetypeItem, LwItem, lw_options}; +use crate::Message; +use acadrust::tables::layer::Layer as DocLayer; +use acadrust::tables::Table; +use acadrust::types::aci_table::aci_to_rgb; +use acadrust::types::{Color as AcadColor, LineWeight}; +use iced::widget::{ + button, column, combo_box, container, mouse_area, row, scrollable, text, text_input, +}; +use iced::{Background, Border, Color, Element, Fill, Length, Theme}; +use iced::Padding; +use crate::ui::ROW_H; + +// ── Row-height-derived constants ───────────────────────────────────────── +/// SVG icon size inside a layer-table cell. +const ICON_SZ: f32 = ROW_H * 0.62; // ≈16 px at ROW_H=26 +/// Font size for cell text. +const FONT_SZ: f32 = ROW_H * 0.42; // ≈11 px at ROW_H=26 +/// Vertical padding for combo_box / text_input so their total height = ROW_H. +const COMBO_PAD_V: f32 = (ROW_H - FONT_SZ * 1.3 - 2.0) / 2.0; + +// ── Layer data ──────────────────────────────────────────────────────────── + +#[derive(Clone, Debug)] +pub struct Layer { + pub name: String, + pub visible: bool, + pub frozen: bool, + pub locked: bool, + pub color: Color, + pub linetype: String, + pub lineweight: LineWeight, + pub transparency: i32, +} + +impl Layer { + pub fn new(name: &str, color: Color) -> Self { + Self { + name: name.to_string(), + visible: true, + frozen: false, + locked: false, + color, + linetype: "Continuous".to_string(), + lineweight: LineWeight::Default, + transparency: 0, + } + } +} + +// ── Panel state ─────────────────────────────────────────────────────────── + +#[derive(Clone)] +pub struct LayerPanel { + pub layers: Vec, + #[allow(dead_code)] + pub visible: bool, + pub selected: Option, + pub editing: Option, + pub edit_buf: String, + pub current_layer: String, + pub linetype_items: Vec, + pub color_picker_row: Option, + pub color_full_palette: bool, + pub linetype_combo: combo_box::State, + pub lw_combo: combo_box::State, +} + +impl Default for LayerPanel { + fn default() -> Self { + Self { + visible: false, + layers: vec![Layer::new("0", Color::WHITE)], + selected: None, + editing: None, + edit_buf: String::new(), + current_layer: "0".to_string(), + linetype_items: vec![LinetypeItem { name: "Continuous".into(), art: String::new() }], + color_picker_row: None, + color_full_palette: false, + linetype_combo: combo_box::State::new(vec![ + LinetypeItem { name: "Continuous".into(), art: String::new() } + ]), + lw_combo: combo_box::State::new(lw_options()), + } + } +} + +impl LayerPanel { + pub fn sync_from_doc(&mut self, doc_layers: &Table) { + self.layers = doc_layers + .iter() + .map(|l| Layer { + name: l.name.clone(), + visible: !l.flags.off, + frozen: l.flags.frozen, + locked: l.flags.locked, + color: iced_color_from_acad(&l.color), + linetype: if l.line_type.is_empty() { + "Continuous".to_string() + } else { + l.line_type.clone() + }, + lineweight: l.line_weight, + transparency: 0, + }) + .collect(); + } + + pub fn sync_linetypes(&mut self, items: Vec) { + self.linetype_combo = combo_box::State::new(items.clone()); + self.linetype_items = items; + } + + /// Render the layer panel as the full content of its own OS window. + pub fn view_window(&self) -> Element<'_, Message> { + self.view_content() + } + + fn view_content(&self) -> Element<'_, Message> { + let has_sel = self.selected.is_some(); + let sel_is_zero = self + .selected + .map(|i| self.layers.get(i).map(|l| l.name == "0").unwrap_or(false)) + .unwrap_or(false); + + // ── Toolbar ─────────────────────────────────────────────────────── + let toolbar = container( + row![ + toolbar_btn("⊕ New", Message::LayerNew), + toolbar_btn_cond("⊗ Delete", Message::LayerDelete, has_sel && !sel_is_zero), + toolbar_btn_cond("✓ Set Current", Message::LayerSetCurrent, has_sel), + ] + .spacing(2), + ) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(TOOLBAR_BG)), + ..Default::default() + }) + .width(Fill) + .padding([4, 8]); + + // ── Column header ───────────────────────────────────────────────── + let col_header = container( + row![ + text("Status").size(10).color(DIM).width(50), + text("Name").size(10).color(DIM).width(Length::Fixed(COL_NAME)), + text("On").size(10).color(DIM).width(Length::Fixed(COL_ICON)), + text("Freeze").size(10).color(DIM).width(Length::Fixed(COL_ICON)), + text("Lock").size(10).color(DIM).width(Length::Fixed(COL_ICON)), + text("Color").size(10).color(DIM).width(Length::Fixed(COL_COLOR)), + text("Linetype").size(10).color(DIM).width(Length::Fixed(COL_LT)), + text("Lineweight").size(10).color(DIM).width(Length::Fixed(COL_LW)), + text("Transparency").size(10).color(DIM).width(Length::Fixed(COL_TRANS)), + ] + .spacing(4) + .align_y(iced::Center), + ) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(COL_HEADER_BG)), + border: Border { color: BORDER_COLOR, width: 1.0, radius: 0.0.into() }, + ..Default::default() + }) + .padding([4, 8]) + .width(Fill); + + // ── Layer rows ──────────────────────────────────────────────────── + let mut rows_col = column![].spacing(0); + for (i, layer) in self.layers.iter().enumerate() { + let is_sel = self.selected == Some(i); + let is_current = layer.name == self.current_layer; + let is_editing = self.editing == Some(i); + let color_open = self.color_picker_row == Some(i); + + let (ltc, lwc) = if is_sel { + (Some(&self.linetype_combo), Some(&self.lw_combo)) + } else { + (None, None) + }; + + rows_col = rows_col.push(layer_row( + i, layer, is_sel, is_current, is_editing, &self.edit_buf, color_open, ltc, lwc, + )); + + // Insert color picker dropdown below this row when open. + if color_open { + rows_col = rows_col.push(color_picker_palette(self.color_full_palette)); + } + } + + let table = scrollable(rows_col).height(Fill); + + // ── Full-window frame ───────────────────────────────────────────── + container(column![toolbar, col_header, table].spacing(0)) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(PANEL_BG)), + ..Default::default() + }) + .width(Fill) + .height(Fill) + .into() + } +} + +// ── Toolbar buttons ─────────────────────────────────────────────────────── + +fn toolbar_btn(label: &str, msg: Message) -> Element<'_, Message> { + button(text(label).size(11).color(Color::WHITE)) + .on_press(msg) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => Color { r: 0.32, g: 0.32, b: 0.32, a: 1.0 }, + button::Status::Pressed => Color { r: 0.25, g: 0.25, b: 0.25, a: 1.0 }, + _ => Color { r: 0.26, g: 0.26, b: 0.26, a: 1.0 }, + })), + border: Border { radius: 3.0.into(), color: BORDER_COLOR, width: 1.0 }, + text_color: Color::WHITE, + ..Default::default() + }) + .padding([4, 10]) + .into() +} + +fn toolbar_btn_cond(label: &str, msg: Message, enabled: bool) -> Element<'_, Message> { + let mut b = button(text(label).size(11).color(if enabled { + Color::WHITE + } else { + Color { r: 0.45, g: 0.45, b: 0.45, a: 1.0 } + })) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => Color { r: 0.32, g: 0.32, b: 0.32, a: 1.0 }, + _ => Color { r: 0.26, g: 0.26, b: 0.26, a: 1.0 }, + })), + border: Border { radius: 3.0.into(), color: BORDER_COLOR, width: 1.0 }, + text_color: Color::WHITE, + ..Default::default() + }) + .padding([4, 10]); + if enabled { + b = b.on_press(msg); + } + b.into() +} + +// ── Layer row ───────────────────────────────────────────────────────────── + +#[allow(clippy::too_many_arguments)] +fn layer_row<'a>( + index: usize, + layer: &'a Layer, + is_selected: bool, + is_current: bool, + is_editing: bool, + edit_buf: &'a str, + color_picker_open: bool, + lt_combo: Option<&'a combo_box::State>, + lw_combo_state: Option<&'a combo_box::State>, +) -> Element<'a, Message> { + let svg_btn = |bytes: &'static [u8], on_press: Message| -> Element<'a, Message> { + button( + iced::widget::svg(iced::widget::svg::Handle::from_memory(bytes)) + .width(ICON_SZ) + .height(ICON_SZ), + ) + .on_press(on_press) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => Color { r: 0.35, g: 0.35, b: 0.35, a: 1.0 }, + _ => Color::TRANSPARENT, + })), + ..Default::default() + }) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 4.0, right: 4.0 }) + .height(Length::Fixed(ROW_H)) + .into() + }; + + let vis_svg: &'static [u8] = if layer.visible { + include_bytes!("../../assets/icons/layers/layon.svg") + } else { + include_bytes!("../../assets/icons/layers/layoff.svg") + }; + let frz_svg: &'static [u8] = if layer.frozen { + include_bytes!("../../assets/icons/layers/layfrz.svg") + } else { + include_bytes!("../../assets/icons/layers/laythw.svg") + }; + let lck_svg: &'static [u8] = if layer.locked { + include_bytes!("../../assets/icons/layers/laylck.svg") + } else { + include_bytes!("../../assets/icons/layers/layulk.svg") + }; + + let status_dot: Element<'_, Message> = if is_current { + text("✓").size(13).color(Color { r: 0.25, g: 0.85, b: 0.45, a: 1.0 }).into() + } else { + text("▣").size(11).color(Color { r: 0.55, g: 0.55, b: 0.55, a: 1.0 }).into() + }; + + // Name cell + let name_cell: Element<'_, Message> = if is_editing { + text_input("", edit_buf) + .on_input(Message::LayerRenameEdit) + .on_submit(Message::LayerRenameCommit) + .size(FONT_SZ) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 4.0, right: 4.0 }) + .style(|_: &Theme, _| iced::widget::text_input::Style { + background: iced::Background::Color(Color { r: 0.12, g: 0.12, b: 0.12, a: 1.0 }), + border: Border { + radius: 2.0.into(), + width: 1.0, + color: Color { r: 0.45, g: 0.65, b: 0.90, a: 1.0 }, + }, + icon: Color::WHITE, + placeholder: Color { r: 0.4, g: 0.4, b: 0.4, a: 1.0 }, + value: Color::WHITE, + selection: Color { r: 0.25, g: 0.45, b: 0.75, a: 0.5 }, + }) + .width(Length::Fixed(COL_NAME)) + .into() + } else { + button(text(&layer.name).size(FONT_SZ).color(ROW_TEXT)) + .on_press(Message::LayerRenameStart(index)) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => Color { r: 0.30, g: 0.30, b: 0.30, a: 1.0 }, + _ => Color::TRANSPARENT, + })), + ..Default::default() + }) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 4.0, right: 4.0 }) + .height(Length::Fixed(ROW_H)) + .width(Length::Fixed(COL_NAME)) + .into() + }; + + // Color cell — looks like a combo_box input; click opens swatch dropdown below row. + let aci = iced_to_aci(layer.color); + let cur_color_name = color_label_aci(aci).to_string(); + let layer_color = layer.color; + + let swatch = container(text("")) + .style(move |_: &Theme| container::Style { + background: Some(Background::Color(layer_color)), + border: Border { + color: Color { r: 0.0, g: 0.0, b: 0.0, a: 0.5 }, + width: 1.0, + radius: 1.0.into(), + }, + ..Default::default() + }) + .width(12) + .height(12); + + let color_cell: Element<'_, Message> = button( + row![ + swatch, + text(cur_color_name).size(FONT_SZ).color(ROW_TEXT), + iced::widget::Space::new().width(Fill), + text(if color_picker_open { "▲" } else { "▼" }) + .size(FONT_SZ * 0.75) + .color(DIM), + ] + .spacing(4) + .align_y(iced::Center), + ) + .on_press(Message::LayerColorPickerToggle(index)) + .style(move |_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => Color { r: 0.20, g: 0.20, b: 0.20, a: 1.0 }, + _ => Color { r: 0.13, g: 0.13, b: 0.13, a: 1.0 }, + })), + border: Border { + radius: 2.0.into(), + width: 1.0, + color: if color_picker_open { + Color { r: 0.45, g: 0.65, b: 0.90, a: 1.0 } + } else { + BORDER_COLOR + }, + }, + ..Default::default() + }) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 4.0, right: 4.0 }) + .height(Length::Fixed(ROW_H)) + .width(Length::Fixed(COL_COLOR)) + .into(); + + // Linetype cell — uses LinetypeItem (with ASCII art) same as Properties panel + let cur_lt_item = LinetypeItem { + name: layer.linetype.clone(), + art: String::new(), // art comes from combo state items; just match by name + }; + let lt_cell: Element<'_, Message> = if let Some(state) = lt_combo { + combo_box( + state, + "linetype", + Some(&cur_lt_item), + |item: LinetypeItem| Message::LayerLinetypeSet(item.name), + ) + .size(FONT_SZ) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 4.0, right: 4.0 }) + .width(Length::Fixed(COL_LT)) + .input_style(combo_input_style) + .into() + } else { + text(layer.linetype.as_str()).size(FONT_SZ).color(DIM).width(Length::Fixed(COL_LT)).into() + }; + + // Lineweight cell + let cur_lw_item = LwItem(layer.lineweight); + let lw_cell: Element<'_, Message> = if let Some(state) = lw_combo_state { + combo_box(state, "lineweight", Some(&cur_lw_item), |item: LwItem| { + Message::LayerLineweightSet(item.0) + }) + .size(FONT_SZ) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 4.0, right: 4.0 }) + .width(Length::Fixed(COL_LW)) + .input_style(combo_input_style) + .into() + } else { + text(cur_lw_item.to_string()).size(FONT_SZ).color(DIM).width(Length::Fixed(COL_LW)).into() + }; + + // Transparency cell + let trans_str = layer.transparency.to_string(); + let trans_cell = text_input("0", &trans_str) + .on_input(move |s| Message::LayerTransparencyEdit(index, s)) + .size(FONT_SZ) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 4.0, right: 4.0 }) + .style(|_: &Theme, _| iced::widget::text_input::Style { + background: iced::Background::Color(Color::TRANSPARENT), + border: Border { radius: 2.0.into(), width: 1.0, color: BORDER_COLOR }, + icon: Color::WHITE, + placeholder: DIM, + value: ROW_TEXT, + selection: Color { r: 0.25, g: 0.45, b: 0.75, a: 0.5 }, + }) + .width(Length::Fixed(COL_TRANS)); + + let bg = if is_selected { ROW_SEL } else if index % 2 == 0 { ROW_EVEN } else { ROW_ODD }; + + let row_content = row![ + container(status_dot).width(50).align_x(iced::Center).align_y(iced::Center), + name_cell, + container(svg_btn(vis_svg, Message::LayerToggleVisible(index))) + .width(Length::Fixed(COL_ICON)) + .align_x(iced::Center), + container(svg_btn(frz_svg, Message::LayerToggleFreeze(index))) + .width(Length::Fixed(COL_ICON)) + .align_x(iced::Center), + container(svg_btn(lck_svg, Message::LayerToggleLock(index))) + .width(Length::Fixed(COL_ICON)) + .align_x(iced::Center), + color_cell, + lt_cell, + lw_cell, + trans_cell, + ] + .spacing(4) + .align_y(iced::Center); + + mouse_area( + container(row_content) + .style(move |_: &Theme| container::Style { + background: Some(Background::Color(bg)), + ..Default::default() + }) + .padding(Padding { top: 0.0, bottom: 0.0, left: 8.0, right: 8.0 }) + .height(Length::Fixed(ROW_H)) + .width(Fill), + ) + .on_press(Message::LayerSelect(index)) + .into() +} + +// ── Combo style ──────────────────────────────────────────────────────────── + +fn combo_input_style(_theme: &Theme, _status: iced::widget::text_input::Status) + -> iced::widget::text_input::Style +{ + iced::widget::text_input::Style { + background: iced::Background::Color(Color { r: 0.13, g: 0.13, b: 0.13, a: 1.0 }), + border: Border { radius: 2.0.into(), width: 1.0, color: BORDER_COLOR }, + icon: Color::WHITE, + placeholder: DIM, + value: Color::WHITE, + selection: Color { r: 0.25, g: 0.45, b: 0.75, a: 0.5 }, + } +} + +// ── Color picker palette (shown below row) ──────────────────────────────── + +fn color_picker_palette<'a>(full: bool) -> Element<'a, Message> { + // Horizontal offset to align dropdown under the Color column. + const LEFT_OFFSET: f32 = 20.0 + 4.0 + COL_NAME + 4.0 + COL_ICON + 4.0 + + COL_ICON + 4.0 + COL_ICON + 4.0 + 8.0; + + // Use the shared color_picker_dropdown from properties — no ByLayer/ByBlock for layers. + let dropdown = color_picker_dropdown( + full, + Message::LayerColorMorePalette, + None, + None, + |aci| Message::LayerColorSet(aci), + ); + + row![ + iced::widget::Space::new().width(LEFT_OFFSET), + dropdown, + ] + .into() +} + + +// ── Display helpers ─────────────────────────────────────────────────────── + +#[allow(dead_code)] +fn aci_color_display(i: u8) -> (Color, &'static str) { + let (r, g, b) = aci_to_rgb(i).unwrap_or((200, 200, 200)); + (Color::from_rgb(r as f32 / 255.0, g as f32 / 255.0, b as f32 / 255.0), "") +} + +fn iced_to_aci(c: Color) -> u8 { + let r = (c.r * 255.0) as u8; + let g = (c.g * 255.0) as u8; + let b = (c.b * 255.0) as u8; + for i in 1u8..=255 { + if let Some((ar, ag, ab)) = aci_to_rgb(i) { + if ar == r && ag == g && ab == b { + return i; + } + } + } + 7 +} + +fn color_label_aci(i: u8) -> &'static str { + match i { + 1 => "red", + 2 => "yellow", + 3 => "green", + 4 => "cyan", + 5 => "blue", + 6 => "magenta", + 7 => "white", + 8 => "dark gray", + 9 => "gray", + _ => "white", + } +} + +#[allow(dead_code)] +fn color_name_to_aci(name: &str) -> u8 { + match name { + "red" => 1, + "yellow" => 2, + "green" => 3, + "cyan" => 4, + "blue" => 5, + "magenta" => 6, + "white" => 7, + "dark gray" => 8, + "gray" => 9, + _ => 7, + } +} + + +pub fn iced_color_from_acad(c: &AcadColor) -> Color { + match c { + AcadColor::Index(i) => { + let (r, g, b) = aci_to_rgb(*i).unwrap_or((200, 200, 200)); + Color::from_rgb(r as f32 / 255.0, g as f32 / 255.0, b as f32 / 255.0) + } + AcadColor::Rgb { r, g, b } => { + Color::from_rgb(*r as f32 / 255.0, *g as f32 / 255.0, *b as f32 / 255.0) + } + _ => Color::WHITE, + } +} + +// ── Column widths ───────────────────────────────────────────────────────── + +const COL_NAME: f32 = 130.0; +const COL_ICON: f32 = 44.0; +const COL_COLOR: f32 = 90.0; +const COL_LT: f32 = 110.0; +const COL_LW: f32 = 90.0; +const COL_TRANS: f32 = 80.0; + +// ── Colors ──────────────────────────────────────────────────────────────── + +const PANEL_BG: Color = Color { r: 0.18, g: 0.18, b: 0.18, a: 1.0 }; +const TOOLBAR_BG: Color = Color { r: 0.20, g: 0.20, b: 0.20, a: 1.0 }; +const COL_HEADER_BG: Color = Color { r: 0.21, g: 0.21, b: 0.21, a: 1.0 }; +const ROW_EVEN: Color = Color { r: 0.18, g: 0.18, b: 0.18, a: 1.0 }; +const ROW_ODD: Color = Color { r: 0.21, g: 0.21, b: 0.21, a: 1.0 }; +const ROW_SEL: Color = Color { r: 0.18, g: 0.32, b: 0.52, a: 1.0 }; +const ROW_TEXT: Color = Color { r: 0.85, g: 0.85, b: 0.85, a: 1.0 }; +const DIM: Color = Color { r: 0.50, g: 0.50, b: 0.50, a: 1.0 }; +const BORDER_COLOR: Color = Color { r: 0.30, g: 0.30, b: 0.30, a: 1.0 }; +#[allow(dead_code)] +const ICON_COLOR: Color = Color { r: 0.80, g: 0.80, b: 0.80, a: 1.0 }; diff --git a/src/ui/mod.rs b/src/ui/mod.rs new file mode 100644 index 00000000..a69efe28 --- /dev/null +++ b/src/ui/mod.rs @@ -0,0 +1,19 @@ +/// Single source of truth for UI row height (px). +/// Change this to scale the ribbon, layer manager rows, and property panel rows uniformly. +pub const ROW_H: f32 = 26.0; + +pub mod app_menu; +pub mod command_line; +pub mod layers; +pub mod overlay; +pub mod properties; +pub mod ribbon; +pub mod snap_popup; +pub mod statusbar; + +pub use app_menu::AppMenu; +pub use command_line::CommandLine; +pub use layers::LayerPanel; +pub use properties::PropertiesPanel; +pub use ribbon::Ribbon; +pub use statusbar::StatusBar; diff --git a/src/ui/overlay.rs b/src/ui/overlay.rs new file mode 100644 index 00000000..575a2379 --- /dev/null +++ b/src/ui/overlay.rs @@ -0,0 +1,702 @@ +//! Viewport overlay widgets: +//! • info_bar() — top-left bracket buttons showing view name / style +//! • nav_toolbar() — vertical orbit/pan/zoom buttons on the right + +use glam::{Mat4, Vec3}; +use iced::mouse; +use iced::widget::{button, canvas, column, container, row, text}; +use iced::{Background, Border, Color, Element, Length, Point, Size, Theme}; + +use crate::scene::object::GripShape; +use crate::scene::SelectionState; +use crate::Message; + +/// Half-size of the crosshair center square in screen pixels (square = SQ*2 × SQ*2). +pub const CROSSHAIR_SQ: f32 = 7.5; +/// Arm length of the crosshair from center — used as the snap aperture radius. +pub const CROSSHAIR_ARM: f32 = 60.0; +use crate::snap::SnapType; + +// ── Grip marker data ────────────────────────────────────────────────────── + +/// Describes one grip to be drawn in the viewport overlay. +#[derive(Clone, Debug)] +pub struct GripMarker { + /// Screen-space position (viewport-relative pixels). + pub pos: Point, + /// Explicit marker shape. + pub shape: GripShape, + /// True → grip is currently being dragged (drawn filled red). + pub is_hot: bool, +} + +// ── Info bar ───────────────────────────────────────────────────────────── + +pub fn info_bar<'a>(view_name: &'a str, visual_style: &'a str) -> Element<'a, Message> { + let bracket = |s: &'a str| -> Element<'a, Message> { + container(text(s).size(10).color(Color { + r: 0.78, + g: 0.78, + b: 0.78, + a: 1.0, + })) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(Color { + r: 0.10, + g: 0.10, + b: 0.10, + a: 0.75, + })), + border: Border { + color: Color { + r: 0.35, + g: 0.35, + b: 0.35, + a: 1.0, + }, + width: 1.0, + radius: 0.0.into(), + }, + ..Default::default() + }) + .padding([2, 6]) + .into() + }; + row![bracket("[-]"), bracket(view_name), bracket(visual_style)] + .spacing(0) + .into() +} + +// ── Nav toolbar ─────────────────────────────────────────────────────────── + +pub fn nav_toolbar<'a>() -> Element<'a, Message> { + let b = |icon: &'a str, cmd: &'a str| -> Element<'a, Message> { + button(text(icon).size(14).color(Color::WHITE)) + .on_press(Message::Command(cmd.into())) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => Color { + r: 0.32, + g: 0.32, + b: 0.32, + a: 0.95, + }, + button::Status::Pressed => Color { + r: 0.18, + g: 0.42, + b: 0.70, + a: 1.00, + }, + _ => Color { + r: 0.20, + g: 0.20, + b: 0.20, + a: 0.85, + }, + })), + border: Border { + color: Color { + r: 0.30, + g: 0.30, + b: 0.30, + a: 1.0, + }, + width: 1.0, + radius: 2.0.into(), + }, + text_color: Color::WHITE, + shadow: iced::Shadow::default(), + snap: false, + }) + .padding([6, 8]) + .into() + }; + container( + column![ + b("⟳", "3DORBIT"), + b("✥", "PAN"), + b("⊕", "ZOOMIN"), + b("⊖", "ZOOMOUT"), + b("⊡", "ZOOMEXTENTS") + ] + .spacing(2), + ) + .padding(4) + .into() +} + +// ── Grid display params ─────────────────────────────────────────────────── + +/// Which world-space plane the grid is drawn on — switches with camera angle. +#[derive(Clone, Copy, PartialEq)] +pub enum GridPlane { + /// Horizontal XY plane (Z = 0). Default top-down view (Z-up). + Xy, + /// Vertical XZ plane (Y = 0). Front/back view. + Xz, + /// Vertical YZ plane (X = 0). Side view. + Yz, +} + +/// Passed to the canvas when the GRID display is active. +#[derive(Clone)] +pub struct GridParams { + pub view_proj: Mat4, + pub bounds: iced::Rectangle, + pub plane: GridPlane, +} + +// ── Selection overlay ─────────────────────────────────────────────────── + +pub fn selection_overlay<'a>( + selection: SelectionState, + snap: Option<(Point, SnapType)>, + grips: Vec, + grid: Option, +) -> Element<'a, Message> { + canvas(SelectionCanvas { + selection, + snap, + grips, + grid, + }) + .width(Length::Fill) + .height(Length::Fill) + .into() +} + +struct SelectionCanvas { + selection: SelectionState, + snap: Option<(Point, SnapType)>, + grips: Vec, + grid: Option, +} + +impl canvas::Program for SelectionCanvas { + type State = (); + + fn mouse_interaction( + &self, + _state: &(), + bounds: iced::Rectangle, + cursor: mouse::Cursor, + ) -> mouse::Interaction { + if cursor.is_over(bounds) { + mouse::Interaction::Crosshair + } else { + mouse::Interaction::default() + } + } + + fn draw( + &self, + _state: &(), + renderer: &iced::Renderer, + _theme: &Theme, + bounds: iced::Rectangle, + _cursor: mouse::Cursor, + ) -> Vec { + let mut frame = canvas::Frame::new(renderer, bounds.size()); + + // ── Grid display ────────────────────────────────────────────────── + if let Some(ref g) = self.grid { + draw_grid(&mut frame, g.view_proj, g.plane, g.bounds); + } + + if let (Some(a), Some(b)) = (self.selection.box_anchor, self.selection.box_current) { + let (fill, stroke) = if self.selection.box_crossing { + ( + Color { + r: 0.20, + g: 0.72, + b: 0.44, + a: 0.12, + }, + Color { + r: 0.20, + g: 0.72, + b: 0.44, + a: 0.9, + }, + ) + } else { + ( + Color { + r: 0.20, + g: 0.44, + b: 0.72, + a: 0.12, + }, + Color { + r: 0.20, + g: 0.44, + b: 0.72, + a: 0.9, + }, + ) + }; + let x0 = a.x.min(b.x); + let y0 = a.y.min(b.y); + let w = (a.x - b.x).abs(); + let h = (a.y - b.y).abs(); + let rect = canvas::Path::rectangle(Point::new(x0, y0), Size::new(w, h)); + frame.fill(&rect, fill); + frame.stroke( + &rect, + canvas::Stroke { + width: 1.0, + style: canvas::Style::Solid(stroke), + ..Default::default() + }, + ); + } + + if self.selection.poly_active && self.selection.poly_points.len() > 1 { + let (fill, stroke) = if self.selection.poly_crossing { + ( + Color { + r: 0.20, + g: 0.72, + b: 0.44, + a: 0.12, + }, + Color { + r: 0.20, + g: 0.72, + b: 0.44, + a: 0.9, + }, + ) + } else { + ( + Color { + r: 0.20, + g: 0.44, + b: 0.72, + a: 0.12, + }, + Color { + r: 0.20, + g: 0.44, + b: 0.72, + a: 0.9, + }, + ) + }; + if let Some(cur) = self.selection.last_move_pos { + let start = self.selection.poly_points[0]; + let fill_path = canvas::Path::new(|p| { + p.move_to(start); + for pt in &self.selection.poly_points[1..] { + p.line_to(*pt); + } + p.line_to(cur); + p.line_to(start); + }); + frame.fill(&fill_path, fill); + } + let path = canvas::Path::new(|p| { + p.move_to(self.selection.poly_points[0]); + for pt in &self.selection.poly_points[1..] { + p.line_to(*pt); + } + }); + frame.stroke( + &path, + canvas::Stroke { + width: 1.0, + style: canvas::Style::Solid(stroke), + ..Default::default() + }, + ); + if let Some(cur) = self.selection.last_move_pos { + let start = self.selection.poly_points[0]; + let last = *self.selection.poly_points.last().unwrap(); + let preview = canvas::Path::new(|p| { + p.move_to(last); + p.line_to(cur); + p.line_to(start); + }); + frame.stroke( + &preview, + canvas::Stroke { + width: 1.0, + style: canvas::Style::Solid(stroke), + ..Default::default() + }, + ); + } + } + + if let Some(p) = self.selection.context_menu { + let w = 140.0; + let h = 72.0; + let rect = canvas::Path::rectangle(Point::new(p.x, p.y), Size::new(w, h)); + frame.fill( + &rect, + Color { + r: 0.12, + g: 0.12, + b: 0.12, + a: 0.95, + }, + ); + frame.stroke( + &rect, + canvas::Stroke { + width: 1.0, + style: canvas::Style::Solid(Color { + r: 0.30, + g: 0.30, + b: 0.30, + a: 1.0, + }), + ..Default::default() + }, + ); + let items = ["Open", "Properties", "Hide"]; + for (i, item) in items.iter().enumerate() { + frame.fill_text(canvas::Text { + content: item.to_string(), + position: Point::new(p.x + 10.0, p.y + 10.0 + i as f32 * 20.0), + color: Color::WHITE, + size: iced::Pixels(11.0), + font: iced::Font::DEFAULT, + align_x: iced::alignment::Horizontal::Left.into(), + align_y: iced::alignment::Vertical::Top.into(), + max_width: f32::INFINITY, + line_height: iced::widget::text::LineHeight::default(), + shaping: iced::widget::text::Shaping::default(), + }); + } + } + + // ── Grip markers ────────────────────────────────────────────────── + for grip in &self.grips { + let sp = grip.pos; + let h = crate::scene::grip::GRIP_HALF_PX; + let path = match grip.shape { + GripShape::Square => canvas::Path::rectangle( + Point::new(sp.x - h, sp.y - h), + Size::new(h * 2.0, h * 2.0), + ), + GripShape::Diamond => canvas::Path::new(|b| { + b.move_to(Point::new(sp.x, sp.y - h)); + b.line_to(Point::new(sp.x + h, sp.y)); + b.line_to(Point::new(sp.x, sp.y + h)); + b.line_to(Point::new(sp.x - h, sp.y)); + b.close(); + }), + GripShape::Triangle => canvas::Path::new(|b| { + b.move_to(Point::new(sp.x, sp.y - h)); + b.line_to(Point::new(sp.x + h, sp.y + h)); + b.line_to(Point::new(sp.x - h, sp.y + h)); + b.close(); + }), + }; + + if grip.is_hot { + // Hot grip: filled red marker + let color = Color { + r: 1.0, + g: 0.15, + b: 0.10, + a: 1.0, + }; + frame.fill(&path, color); + } else { + // Normal grip: hollow blue marker + let color = Color { + r: 0.10, + g: 0.45, + b: 0.90, + a: 1.0, + }; + let stroke = canvas::Stroke { + width: 1.5, + style: canvas::Style::Solid(color), + ..Default::default() + }; + // Fill with semi-transparent background then stroke + frame.fill( + &path, + Color { + r: 0.10, + g: 0.10, + b: 0.20, + a: 0.7, + }, + ); + frame.stroke(&path, stroke); + } + } + + // ── Snap marker ─────────────────────────────────────────────────── + if let Some((sp, snap_type)) = self.snap { + let yellow = Color { + r: 1.0, + g: 0.9, + b: 0.1, + a: 1.0, + }; + let stroke = canvas::Stroke { + width: 1.5, + style: canvas::Style::Solid(yellow), + ..Default::default() + }; + match snap_type { + SnapType::Endpoint => { + let half = 5.0_f32; + let rect = canvas::Path::rectangle( + Point::new(sp.x - half, sp.y - half), + Size::new(half * 2.0, half * 2.0), + ); + frame.stroke(&rect, stroke); + } + SnapType::Midpoint => { + let r = 6.0_f32; + let path = canvas::Path::new(|b| { + b.move_to(Point::new(sp.x, sp.y - r)); + b.line_to(Point::new(sp.x + r * 0.866, sp.y + r * 0.5)); + b.line_to(Point::new(sp.x - r * 0.866, sp.y + r * 0.5)); + b.close(); + }); + frame.stroke(&path, stroke); + } + SnapType::Grid => { + let arm = 4.0_f32; + let h = canvas::Path::new(|b| { + b.move_to(Point::new(sp.x - arm, sp.y)); + b.line_to(Point::new(sp.x + arm, sp.y)); + }); + let v = canvas::Path::new(|b| { + b.move_to(Point::new(sp.x, sp.y - arm)); + b.line_to(Point::new(sp.x, sp.y + arm)); + }); + frame.stroke(&h, stroke.clone()); + frame.stroke(&v, stroke); + } + // Other snap types use the same diamond marker. + _ => { + let r = 5.0_f32; + let path = canvas::Path::new(|b| { + b.move_to(Point::new(sp.x, sp.y - r)); + b.line_to(Point::new(sp.x + r, sp.y)); + b.line_to(Point::new(sp.x, sp.y + r)); + b.line_to(Point::new(sp.x - r, sp.y)); + b.close(); + }); + frame.stroke(&path, stroke); + } + } + } + + // ── CAD crosshair cursor ────────────────────────────────────────────── + if let Some(cp) = self.selection.last_move_pos { + let color = Color { + r: 0.85, + g: 0.85, + b: 0.85, + a: 0.90, + }; + let stroke = canvas::Stroke { + width: 1.0, + style: canvas::Style::Solid(color), + ..Default::default() + }; + let sq = CROSSHAIR_SQ; // square half-size → 15×15 + let arm = CROSSHAIR_ARM; // crosshair arm length from center + + // Horizontal arms (start at square edge, end at arm length) + let h_left = canvas::Path::new(|b| { + b.move_to(Point::new(cp.x - sq, cp.y)); + b.line_to(Point::new(cp.x - arm, cp.y)); + }); + let h_right = canvas::Path::new(|b| { + b.move_to(Point::new(cp.x + sq, cp.y)); + b.line_to(Point::new(cp.x + arm, cp.y)); + }); + // Vertical arms + let v_top = canvas::Path::new(|b| { + b.move_to(Point::new(cp.x, cp.y - sq)); + b.line_to(Point::new(cp.x, cp.y - arm)); + }); + let v_bot = canvas::Path::new(|b| { + b.move_to(Point::new(cp.x, cp.y + sq)); + b.line_to(Point::new(cp.x, cp.y + arm)); + }); + // Center square + let square = canvas::Path::rectangle( + Point::new(cp.x - sq, cp.y - sq), + Size::new(sq * 2.0, sq * 2.0), + ); + + frame.stroke(&h_left, stroke.clone()); + frame.stroke(&h_right, stroke.clone()); + frame.stroke(&v_top, stroke.clone()); + frame.stroke(&v_bot, stroke.clone()); + frame.stroke(&square, stroke); + } + + vec![frame.into_geometry()] + } +} + +// ── Grid line drawing ───────────────────────────────────────────────────── + +/// Minimum pixel gap between adjacent grid lines before stepping up to next spacing. +const MIN_GRID_PX: f32 = 20.0; + +fn draw_grid(frame: &mut canvas::Frame, vp: Mat4, plane: GridPlane, bounds: iced::Rectangle) { + let w2s = |world: Vec3| -> Point { + let ndc = vp.project_point3(world); + Point::new( + (ndc.x + 1.0) * 0.5 * bounds.width, + (1.0 - ndc.y) * 0.5 * bounds.height, + ) + }; + + // Plane-tangent axes: axis1 and axis2 span the grid plane. + let (axis1, axis2) = match plane { + GridPlane::Xz => (Vec3::X, Vec3::Z), + GridPlane::Xy => (Vec3::X, Vec3::Y), + GridPlane::Yz => (Vec3::Y, Vec3::Z), + }; + + // Adaptive spacing: measure pixels per 1-unit step along each axis, + // then find the smallest power-of-5 multiple that gives ≥ MIN_GRID_PX. + let o = w2s(Vec3::ZERO); + let a1s = w2s(axis1); + let a2s = w2s(axis2); + let px1 = ((a1s.x - o.x).powi(2) + (a1s.y - o.y).powi(2)).sqrt(); + let px2 = ((a2s.x - o.x).powi(2) + (a2s.y - o.y).powi(2)).sqrt(); + let px_per_unit = px1.max(px2); + if px_per_unit < 1e-6 { + return; + } + + let mut s = 1.0_f32; + while s * px_per_unit < MIN_GRID_PX { + s *= 5.0; + if s > 1e9 { + return; + } + } + + // Visible world extent: unproject screen corners (mid-depth approximation) + // and project them onto the grid axes. + let inv = vp.inverse(); + let unproject = |sx: f32, sy: f32| -> Vec3 { + let ndc_x = (sx / bounds.width) * 2.0 - 1.0; + let ndc_y = 1.0 - (sy / bounds.height) * 2.0; + inv.project_point3(Vec3::new(ndc_x, ndc_y, 0.5)) + }; + let corners = [ + unproject(0.0, 0.0), + unproject(bounds.width, 0.0), + unproject(0.0, bounds.height), + unproject(bounds.width, bounds.height), + ]; + let range = |ax: Vec3| -> (f32, f32) { + let vals: Vec = corners.iter().map(|p| p.dot(ax)).collect(); + ( + vals.iter().cloned().fold(f32::INFINITY, f32::min), + vals.iter().cloned().fold(f32::NEG_INFINITY, f32::max), + ) + }; + let (min1, max1) = range(axis1); + let (min2, max2) = range(axis2); + + let n1_s = (min1 / s).floor() as i32 - 1; + let n1_e = (max1 / s).ceil() as i32 + 1; + let n2_s = (min2 / s).floor() as i32 - 1; + let n2_e = (max2 / s).ceil() as i32 + 1; + if (n1_e - n1_s) > 500 || (n2_e - n2_s) > 500 { + return; + } + + let gc = Color { + r: 0.28, + g: 0.28, + b: 0.28, + a: 0.7, + }; + let st = canvas::Stroke { + width: 0.5, + style: canvas::Style::Solid(gc), + ..Default::default() + }; + + // Lines parallel to axis2 (varying axis1 position) + for i in n1_s..=n1_e { + let v = i as f32 * s; + let p0 = w2s(axis1 * v + axis2 * (min2 - s)); + let p1 = w2s(axis1 * v + axis2 * (max2 + s)); + frame.stroke( + &canvas::Path::new(|b| { + b.move_to(p0); + b.line_to(p1); + }), + st.clone(), + ); + } + // Lines parallel to axis1 (varying axis2 position) + for i in n2_s..=n2_e { + let v = i as f32 * s; + let p0 = w2s(axis2 * v + axis1 * (min1 - s)); + let p1 = w2s(axis2 * v + axis1 * (max1 + s)); + frame.stroke( + &canvas::Path::new(|b| { + b.move_to(p0); + b.line_to(p1); + }), + st.clone(), + ); + } + + // World-space axes always drawn on top of the grid lines. + let extent = (min1.abs().max(max1.abs()).max(min2.abs()).max(max2.abs()) + s) * 1.5; + draw_axes(frame, vp, bounds, extent.max(10.0)); +} + +// ── Coloured world-space axes ───────────────────────────────────────────── + +fn draw_axes(frame: &mut canvas::Frame, vp: Mat4, bounds: iced::Rectangle, extent: f32) { + let w2s = |world: Vec3| -> Point { + let ndc = vp.project_point3(world); + Point::new( + (ndc.x + 1.0) * 0.5 * bounds.width, + (1.0 - ndc.y) * 0.5 * bounds.height, + ) + }; + let e = extent; + let axis_stroke = |r: f32, g: f32, b: f32| canvas::Stroke { + width: 1.5, + style: canvas::Style::Solid(Color { r, g, b, a: 0.85 }), + ..Default::default() + }; + // X — red + frame.stroke( + &canvas::Path::new(|p| { + p.move_to(w2s(Vec3::new(-e, 0.0, 0.0))); + p.line_to(w2s(Vec3::new(e, 0.0, 0.0))); + }), + axis_stroke(0.90, 0.20, 0.20), + ); + // Y — green + frame.stroke( + &canvas::Path::new(|p| { + p.move_to(w2s(Vec3::new(0.0, -e, 0.0))); + p.line_to(w2s(Vec3::new(0.0, e, 0.0))); + }), + axis_stroke(0.20, 0.85, 0.20), + ); + // Z — blue + frame.stroke( + &canvas::Path::new(|p| { + p.move_to(w2s(Vec3::new(0.0, 0.0, -e))); + p.line_to(w2s(Vec3::new(0.0, 0.0, e))); + }), + axis_stroke(0.20, 0.40, 0.90), + ); +} diff --git a/src/ui/properties.rs b/src/ui/properties.rs new file mode 100644 index 00000000..74b63596 --- /dev/null +++ b/src/ui/properties.rs @@ -0,0 +1,1010 @@ +//! Properties panel — H7CAD-style editable object properties. +//! +//! Shows two sections (General + Geometry) for the selected entity. +//! • Layer → combo_box (options from document layer table) +//! • Color → inline color picker (ByLayer / ByBlock / ACI palette) +//! • Lineweight → combo_box (standard CAD lineweight list) +//! • Linetype → read-only for now +//! • Geometry → text_input per coordinate / dimension field + +use std::collections::HashMap; +use std::fmt; + +use acadrust::types::{Color as AcadColor, LineWeight}; +use acadrust::Handle; +use iced::widget::{button, column, combo_box, container, row, scrollable, text, text_input}; +use iced::{Background, Border, Color, Element, Length, Padding, Theme}; +use crate::ui::ROW_H; + +// ── Row-height-derived constants ───────────────────────────────────────── +const FONT_SZ: f32 = ROW_H * 0.42; // ≈11 px +const COMBO_PAD_V: f32 = (ROW_H - FONT_SZ * 1.3 - 2.0) / 2.0; // fills combo to ROW_H +const SWATCH_SZ: f32 = ROW_H * 0.54; // ≈14 px color swatch + +use crate::scene::object::{PropSection, PropValue}; +use crate::Message; + +const VARIES_LABEL: &str = "*VARIES*"; + +// ── Linetype item (name + ASCII art for combo_box) ─────────────────────── + +#[derive(Clone, PartialEq, Debug)] +pub struct LinetypeItem { + pub name: String, + pub art: String, +} + +impl fmt::Display for LinetypeItem { + fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { + if self.art.is_empty() { + write!(f, "{}", self.name) + } else { + write!(f, "{} {}", self.name, self.art) + } + } +} + +// ── Lineweight wrapper (needs ToString for combo_box) ───────────────────── + +#[derive(Clone, PartialEq, Debug)] +pub struct LwItem(pub LineWeight); + +impl fmt::Display for LwItem { + fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { + match self.0 { + LineWeight::ByLayer => write!(f, "ByLayer"), + LineWeight::ByBlock => write!(f, "ByBlock"), + LineWeight::Default => write!(f, "Default"), + LineWeight::Value(v) => write!(f, "{:.2} mm", v as f64 / 100.0), + } + } +} + +#[derive(Clone, PartialEq, Debug)] +pub struct SelectionGroup { + pub label: String, + pub handles: Vec, +} + +impl fmt::Display for SelectionGroup { + fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { + write!(f, "{}", self.label) + } +} + +/// All standard CAD lineweight options for the combobox. +pub fn lw_options() -> Vec { + [ + LineWeight::ByLayer, + LineWeight::ByBlock, + LineWeight::Default, + LineWeight::Value(0), + LineWeight::Value(5), + LineWeight::Value(9), + LineWeight::Value(13), + LineWeight::Value(15), + LineWeight::Value(18), + LineWeight::Value(20), + LineWeight::Value(25), + LineWeight::Value(30), + LineWeight::Value(35), + LineWeight::Value(40), + LineWeight::Value(50), + LineWeight::Value(53), + LineWeight::Value(60), + LineWeight::Value(70), + LineWeight::Value(80), + LineWeight::Value(90), + LineWeight::Value(100), + LineWeight::Value(106), + LineWeight::Value(120), + LineWeight::Value(140), + LineWeight::Value(158), + LineWeight::Value(200), + LineWeight::Value(211), + ] + .iter() + .copied() + .map(LwItem) + .collect() +} + +// ── PropertiesPanel ─────────────────────────────────────────────────────── + +#[derive(Clone)] +pub struct PropertiesPanel { + pub sections: Vec, + pub title: String, + pub selection_groups: Vec, + pub selected_group: Option, + /// Linetype items (name + ASCII art) from the document — used for combo_box options. + pub linetype_items: Vec, + pub selection_group_combo: combo_box::State, + pub choice_combos: HashMap>, + pub layer_combo: combo_box::State, + pub lineweight_combo: combo_box::State, + pub linetype_combo: combo_box::State, + pub hatch_pattern_combo: combo_box::State, + /// In-progress text edits keyed by `field` name. + pub edit_buf: HashMap, + /// Whether the quick color picker dropdown is open. + pub color_picker_open: bool, + /// Whether the full 16×16 ACI palette is expanded inside the color picker. + pub color_palette_open: bool, +} + +impl Default for PropertiesPanel { + fn default() -> Self { + Self { + sections: vec![], + title: String::new(), + selection_groups: vec![], + selected_group: None, + linetype_items: vec![], + selection_group_combo: combo_box::State::new(vec![]), + choice_combos: HashMap::new(), + layer_combo: combo_box::State::new(vec![]), + lineweight_combo: combo_box::State::new(lw_options()), + linetype_combo: combo_box::State::new(vec![]), + hatch_pattern_combo: combo_box::State::new(crate::scene::hatch_patterns::names()), + edit_buf: HashMap::new(), + color_picker_open: false, + color_palette_open: false, + } + } +} + +impl PropertiesPanel { + pub fn empty() -> Self { + Self { + title: "No Selection".into(), + ..Default::default() + } + } + + pub fn selected_handles(&self) -> Vec { + self.selected_group + .as_ref() + .map(|group| group.handles.clone()) + .unwrap_or_default() + } + + pub fn view(&self) -> Element<'_, Message> { + // ── Header ────────────────────────────────────────────────────────── + let header = container(text("Properties").size(12).color(Color::WHITE)) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(HEADER_BG)), + ..Default::default() + }) + .width(Length::Fill) + .padding([6, 10]); + + // ── Title bar (entity type / "No Selection") ───────────────────── + let title_content: Element<'_, Message> = if self.selection_groups.is_empty() { + text(&self.title).size(FONT_SZ).color(SECTION_LABEL).into() + } else { + combo_box( + &self.selection_group_combo, + "", + self.selected_group.as_ref(), + Message::PropSelectionGroupChanged, + ) + .size(FONT_SZ) + .padding([2, 6]) + .input_style(combo_input_style) + .width(Length::Fill) + .into() + }; + + let title_bar = container(title_content) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(SECTION_BG)), + border: Border { + color: BORDER, + width: 1.0, + radius: 0.0.into(), + }, + ..Default::default() + }) + .width(Length::Fill) + .padding([4, 10]); + + // ── Content ───────────────────────────────────────────────────────── + let content: Element<'_, Message> = if self.sections.is_empty() { + container( + text("Select an object to view properties") + .size(10) + .color(HINT_COLOR), + ) + .padding([10, 10]) + .into() + } else { + let mut col = column![].spacing(0); + for section in &self.sections { + col = col.push(self.render_section(section)); + } + scrollable(col).into() + }; + + container(column![header, title_bar, content]) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(PANEL_BG)), + border: Border { + color: BORDER, + width: 1.0, + radius: 0.0.into(), + }, + ..Default::default() + }) + .width(250) + .height(Length::Fill) + .into() + } + + // ── Section renderer ────────────────────────────────────────────────── + + fn render_section<'a>(&'a self, section: &'a PropSection) -> Element<'a, Message> { + // Section header + let hdr = container(text(§ion.title).size(10).color(Color::WHITE)) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(SECTION_HDR_BG)), + border: Border { + color: BORDER, + width: 1.0, + radius: 0.0.into(), + }, + ..Default::default() + }) + .width(Length::Fill) + .padding([3, 8]); + + let mut col = column![hdr].spacing(0); + + for prop in §ion.props { + match &prop.value { + PropValue::ColorChoice(color) => { + col = col.push(self.render_color_row(&prop.label, *color)); + } + PropValue::ColorVaries => { + col = col.push(self.render_color_varies_row(&prop.label)); + } + PropValue::LayerChoice(layer) => { + col = col.push(self.render_layer_row(&prop.label, layer)); + } + PropValue::LwChoice(lw) => { + col = col.push(self.render_lw_row(&prop.label, *lw)); + } + PropValue::LwVaries => { + col = col.push(self.render_lw_varies_row(&prop.label)); + } + PropValue::LinetypeChoice(lt) => { + col = col.push(self.render_linetype_row(&prop.label, lt)); + } + PropValue::Choice { selected, options } => { + col = col.push(self.render_choice_row( + &prop.label, + prop.field, + selected, + options, + )); + } + PropValue::BoolToggle { field, value } => { + col = col.push(render_bool_row(&prop.label, *field, *value)); + } + PropValue::EditText(val) => { + col = col.push(self.render_edit_row(&prop.label, prop.field, val)); + } + PropValue::ReadOnly(val) => { + col = col.push(render_ro_row(&prop.label, val)); + } + PropValue::HatchPatternChoice(current) => { + col = col.push(self.render_hatch_pattern_row(&prop.label, current)); + } + } + } + + col.into() + } + + // ── Layer row (combo_box) ───────────────────────────────────────────── + + fn render_layer_row<'a>(&'a self, label: &'a str, current: &'a str) -> Element<'a, Message> { + let selected = if current == VARIES_LABEL { + None + } else { + Some(current.to_string()) + }; + let combo = combo_box( + &self.layer_combo, + VARIES_LABEL, + selected.as_ref(), + Message::PropLayerChanged, + ) + .size(FONT_SZ) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 6.0, right: 6.0 }) + .input_style(combo_input_style) + .width(Length::Fill); + + prop_row_widget(label, combo.into()) + } + + // ── Color row (custom picker) ───────────────────────────────────────── + + fn render_color_row<'a>(&'a self, label: &'a str, color: AcadColor) -> Element<'a, Message> { + let (swatch_bg, color_label) = acad_color_display(color); + + // The button that shows current color + opens picker + let color_btn = button( + row![ + container(text("").width(SWATCH_SZ).height(SWATCH_SZ)) + .style(move |_: &Theme| container::Style { + background: Some(Background::Color(swatch_bg)), + border: Border { + color: Color { + r: 0.0, + g: 0.0, + b: 0.0, + a: 0.5 + }, + width: 1.0, + radius: 2.0.into() + }, + ..Default::default() + }) + .width(SWATCH_SZ) + .height(SWATCH_SZ), + text(color_label).size(FONT_SZ).color(VALUE_COLOR), + ] + .spacing(4) + .align_y(iced::Center), + ) + .on_press(Message::PropColorPickerToggle) + .style(combo_btn_style) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 6.0, right: 6.0 }) + .width(Length::Fill); + + let color_row = prop_row_widget(label, color_btn.into()); + + // Color picker dropdown (inline) + if self.color_picker_open { + column![color_row, self.render_color_picker()] + .spacing(0) + .into() + } else { + color_row + } + } + + fn render_color_varies_row<'a>(&'a self, label: &'a str) -> Element<'a, Message> { + let color_btn = button( + row![ + container(text("?").size(10).color(VALUE_COLOR)) + .style(move |_: &Theme| container::Style { + background: Some(Background::Color(Color { + r: 0.32, + g: 0.32, + b: 0.32, + a: 1.0, + })), + border: Border { + color: Color { + r: 0.0, + g: 0.0, + b: 0.0, + a: 0.5 + }, + width: 1.0, + radius: 2.0.into() + }, + ..Default::default() + }) + .width(SWATCH_SZ) + .height(SWATCH_SZ) + .align_x(iced::Center) + .align_y(iced::Center), + text(VARIES_LABEL).size(FONT_SZ).color(VALUE_COLOR), + ] + .spacing(4) + .align_y(iced::Center), + ) + .on_press(Message::PropColorPickerToggle) + .style(combo_btn_style) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 6.0, right: 6.0 }) + .width(Length::Fill); + + let color_row = prop_row_widget(label, color_btn.into()); + if self.color_picker_open { + column![color_row, self.render_color_picker()] + .spacing(0) + .into() + } else { + color_row + } + } + + fn render_color_picker(&self) -> Element<'_, Message> { + color_picker_dropdown( + self.color_palette_open, + Message::PropColorPaletteToggle, + Some(Message::PropColorChanged(AcadColor::ByLayer)), + Some(Message::PropColorChanged(AcadColor::ByBlock)), + |aci| Message::PropColorChanged(AcadColor::Index(aci)), + ) + } + + // ── Lineweight row (combo_box) ──────────────────────────────────────── + + fn render_lw_row<'a>(&'a self, label: &'a str, lw: LineWeight) -> Element<'a, Message> { + let selected = LwItem(lw); + let combo = combo_box( + &self.lineweight_combo, + "", + Some(&selected), + |item: LwItem| Message::PropLwChanged(item.0), + ) + .size(FONT_SZ) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 6.0, right: 6.0 }) + .input_style(combo_input_style) + .width(Length::Fill); + + prop_row_widget(label, combo.into()) + } + + fn render_lw_varies_row<'a>(&'a self, label: &'a str) -> Element<'a, Message> { + let combo = combo_box( + &self.lineweight_combo, + VARIES_LABEL, + None, + |item: LwItem| Message::PropLwChanged(item.0), + ) + .size(FONT_SZ) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 6.0, right: 6.0 }) + .input_style(combo_input_style) + .width(Length::Fill); + + prop_row_widget(label, combo.into()) + } + + // ── Linetype row (combo_box) ────────────────────────────────────────── + + fn render_linetype_row<'a>(&'a self, label: &'a str, current: &'a str) -> Element<'a, Message> { + // Normalise: empty string = "ByLayer" + let display = if current.is_empty() { + "ByLayer" + } else { + current + }; + let selected = self + .linetype_items + .iter() + .find(|item| item.name.eq_ignore_ascii_case(display)) + .cloned(); + let combo = combo_box( + &self.linetype_combo, + VARIES_LABEL, + selected.as_ref(), + |item: LinetypeItem| Message::PropLinetypeChanged(item.name), + ) + .size(FONT_SZ) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 6.0, right: 6.0 }) + .input_style(combo_input_style) + .width(Length::Fill); + + prop_row_widget(label, combo.into()) + } + + fn render_choice_row<'a>( + &'a self, + label: &'a str, + field: &'static str, + current: &'a str, + _options: &'a [String], + ) -> Element<'a, Message> { + let Some(state) = self.choice_combos.get(field) else { + return render_ro_row(label, current); + }; + + let selected = if current == VARIES_LABEL { + None + } else { + Some(current.to_string()) + }; + let combo = combo_box(state, VARIES_LABEL, selected.as_ref(), move |value| { + Message::PropGeomChoiceChanged { field, value } + }) + .size(FONT_SZ) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 6.0, right: 6.0 }) + .input_style(combo_input_style) + .width(Length::Fill); + + prop_row_widget(label, combo.into()) + } + + // ── Editable geometry row (text_input) ──────────────────────────────── + + fn render_edit_row<'a>( + &'a self, + label: &'a str, + field: &'static str, + entity_val: &'a str, + ) -> Element<'a, Message> { + let display = self + .edit_buf + .get(field) + .map(|s| s.as_str()) + .unwrap_or(entity_val); + + let ti = text_input("", display) + .on_input(move |v| Message::PropGeomInput { field, value: v }) + .on_submit(Message::PropGeomCommit(field)) + .size(FONT_SZ) + .style(text_input_style) + .padding([3, 6]) + .width(Length::Fill); + + prop_row_widget(label, ti.into()) + } + + fn render_hatch_pattern_row<'a>( + &'a self, + label: &'a str, + current: &'a str, + ) -> Element<'a, Message> { + let selected = if current == VARIES_LABEL { + None + } else { + Some(current.to_string()) + }; + let combo = combo_box( + &self.hatch_pattern_combo, + VARIES_LABEL, + selected.as_ref(), + Message::PropHatchPatternChanged, + ) + .size(FONT_SZ) + .padding(Padding { top: COMBO_PAD_V, bottom: COMBO_PAD_V, left: 6.0, right: 6.0 }) + .input_style(combo_input_style) + .width(Length::Fill); + + prop_row_widget(label, combo.into()) + } +} + +// ── Shared color picker widget ──────────────────────────────────────────── + +/// Builds the color picker dropdown content (standard swatches + optional +/// ByLayer/ByBlock + "More Colors…" expanding to full ACI palette). +/// Use this from both the Properties panel and the Layer Manager. +pub fn color_picker_dropdown<'a>( + palette_open: bool, + palette_toggle_msg: Message, + by_layer_msg: Option, + by_block_msg: Option, + on_aci: impl Fn(u8) -> Message + 'a, +) -> Element<'a, Message> { + // ByLayer / ByBlock row (optional) + let extras: Option> = + match (by_layer_msg, by_block_msg) { + (Some(bl), Some(bb)) => Some( + row![picker_text_btn("ByLayer", bl), picker_text_btn("ByBlock", bb)] + .spacing(4) + .into(), + ), + (Some(bl), None) => Some(picker_text_btn("ByLayer", bl)), + (None, Some(bb)) => Some(picker_text_btn("ByBlock", bb)), + (None, None) => None, + }; + + // 9 standard ACI swatches (1-9) + let standard: Element<'a, Message> = (1u8..=9u8) + .fold(row![].spacing(2), |r, idx| { + let c = AcadColor::Index(idx); + let (bg, _) = acad_color_display(c); + let msg = on_aci(idx); + r.push( + button(text("").width(18).height(18)) + .on_press(msg) + .style(move |_: &Theme, status| button::Style { + background: Some(Background::Color(bg)), + border: Border { + color: if matches!(status, button::Status::Hovered) { + Color::WHITE + } else { + Color::BLACK + }, + width: if matches!(status, button::Status::Hovered) { 1.5 } else { 1.0 }, + radius: 2.0.into(), + }, + ..Default::default() + }) + .padding(0), + ) + }) + .into(); + + // "More Colors…" toggle button + let more_btn = button( + text(if palette_open { "▲ Less" } else { "▼ More Colors…" }) + .size(10) + .color(HINT_COLOR), + ) + .on_press(palette_toggle_msg) + .style(|_: &Theme, _| button::Style { + background: Some(Background::Color(PICKER_BG)), + text_color: HINT_COLOR, + ..Default::default() + }) + .padding([2, 6]) + .width(Length::Fill); + + let inner = if let Some(e) = extras { + column![e, standard, more_btn].spacing(4) + } else { + column![standard, more_btn].spacing(4) + }; + + let mut col = column![container(inner) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(PICKER_BG)), + border: Border { color: BORDER, width: 1.0, radius: 0.0.into() }, + ..Default::default() + }) + .padding([6, 8]) + .width(Length::Fill)] + .spacing(0); + + // Full ACI palette (expanded) + if palette_open { + const COLS: u16 = 16; + let mut rows = column![].spacing(1); + let mut idx: u16 = 1; + while idx <= 255 { + let mut r = row![].spacing(1); + for _ in 0..COLS { + if idx > 255 { break; } + let ci = idx as u8; + let (bg, _) = acad_color_display(AcadColor::Index(ci)); + let msg = on_aci(ci); + r = r.push( + button(text("").width(12).height(12)) + .on_press(msg) + .style(move |_: &Theme, status| button::Style { + background: Some(Background::Color(bg)), + border: Border { + color: if matches!(status, button::Status::Hovered) { + Color::WHITE + } else { + Color { r: 0.0, g: 0.0, b: 0.0, a: 0.4 } + }, + width: if matches!(status, button::Status::Hovered) { 1.5 } else { 1.0 }, + radius: 1.0.into(), + }, + ..Default::default() + }) + .padding(0), + ); + idx += 1; + } + rows = rows.push(r); + } + col = col.push( + container(scrollable(rows).height(160)) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(PICKER_BG)), + border: Border { color: BORDER, width: 1.0, radius: 0.0.into() }, + ..Default::default() + }) + .padding([4, 6]) + .width(Length::Fill), + ); + } + + col.into() +} + +// ── Standalone helpers ──────────────────────────────────────────────────── + +/// A boolean toggle button row (for "Invisible" etc.). +fn render_bool_row<'a>(label: &'a str, field: &'static str, value: bool) -> Element<'a, Message> { + let btn_label = if value { "Yes" } else { "No" }; + let btn = button( + text(btn_label) + .size(FONT_SZ) + .color(if value { WARN_COLOR } else { VALUE_COLOR }), + ) + .on_press(Message::PropBoolToggle(field)) + .style(move |_: &Theme, status| { + let bg = match status { + button::Status::Hovered | button::Status::Pressed => HOVER_BG, + _ => VALUE_BG, + }; + button::Style { + background: Some(Background::Color(bg)), + border: Border { + color: BORDER, + width: 1.0, + radius: 2.0.into(), + }, + text_color: if value { WARN_COLOR } else { VALUE_COLOR }, + ..Default::default() + } + }) + .padding([2, 6]) + .width(Length::Fill); + + prop_row_widget(label, btn.into()) +} + +fn render_ro_row<'a>(label: &'a str, value: &'a str) -> Element<'a, Message> { + let label_col = container(text(label).size(FONT_SZ).color(LABEL_COLOR)) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(LABEL_BG)), + ..Default::default() + }) + .width(Length::FillPortion(5)) + .height(Length::Fixed(ROW_H)) + .align_y(iced::Center) + .padding(Padding { top: 0.0, bottom: 0.0, left: 6.0, right: 6.0 }); + let value_col = container(text(value).size(FONT_SZ).color(VALUE_COLOR)) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(VALUE_BG)), + ..Default::default() + }) + .width(Length::FillPortion(6)) + .height(Length::Fixed(ROW_H)) + .align_y(iced::Center) + .padding(Padding { top: 0.0, bottom: 0.0, left: 6.0, right: 6.0 }); + container(row![label_col, value_col]) + .height(Length::Fixed(ROW_H)) + .style(|_: &Theme| container::Style { + border: Border { + color: BORDER, + width: 1.0, + radius: 0.0.into(), + }, + ..Default::default() + }) + .into() +} + +/// Build a label | widget property row. +fn prop_row_widget<'a>(label: &'a str, widget: Element<'a, Message>) -> Element<'a, Message> { + let label_col = container(text(label).size(FONT_SZ).color(LABEL_COLOR)) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(LABEL_BG)), + ..Default::default() + }) + .width(Length::FillPortion(5)) + .height(Length::Fixed(ROW_H)) + .align_y(iced::Center) + .padding(Padding { top: 0.0, bottom: 0.0, left: 6.0, right: 6.0 }); + let value_col = container(widget) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(VALUE_BG)), + ..Default::default() + }) + .width(Length::FillPortion(6)) + .height(Length::Fixed(ROW_H)) + .align_y(iced::Center) + .padding(Padding { top: 0.0, bottom: 0.0, left: 2.0, right: 2.0 }); + container(row![label_col, value_col]) + .height(Length::Fixed(ROW_H)) + .style(|_: &Theme| container::Style { + border: Border { + color: BORDER, + width: 1.0, + radius: 0.0.into(), + }, + ..Default::default() + }) + .into() +} + +/// A plain text button used inside the color picker for ByLayer / ByBlock. +fn picker_text_btn(label: &str, msg: Message) -> Element<'_, Message> { + button(text(label).size(FONT_SZ).color(VALUE_COLOR)) + .on_press(msg) + .style(|_: &Theme, _| button::Style { + background: Some(Background::Color(LABEL_BG)), + border: Border { + color: BORDER, + width: 1.0, + radius: 2.0.into(), + }, + text_color: VALUE_COLOR, + ..Default::default() + }) + .padding([2, 8]) + .into() +} + +// ── Color display helper ────────────────────────────────────────────────── + +/// Returns an (iced::Color swatch_bg, display_label) pair for an AcadColor. +pub fn acad_color_display(c: AcadColor) -> (Color, &'static str) { + match c { + AcadColor::ByLayer => ( + Color { + r: 0.35, + g: 0.35, + b: 0.35, + a: 1.0, + }, + "ByLayer", + ), + AcadColor::ByBlock => ( + Color { + r: 0.25, + g: 0.25, + b: 0.45, + a: 1.0, + }, + "ByBlock", + ), + AcadColor::Index(i) => { + let (r, g, b) = acadrust::types::aci_table::aci_to_rgb(i).unwrap_or((200, 200, 200)); + ( + Color::from_rgb(r as f32 / 255.0, g as f32 / 255.0, b as f32 / 255.0), + aci_label(i), + ) + } + AcadColor::Rgb { r, g, b } => ( + Color::from_rgb(r as f32 / 255.0, g as f32 / 255.0, b as f32 / 255.0), + "Custom", + ), + } +} + +fn aci_label(idx: u8) -> &'static str { + match idx { + 1 => "Red", + 2 => "Yellow", + 3 => "Green", + 4 => "Cyan", + 5 => "Blue", + 6 => "Magenta", + 7 => "White", + 8 => "Dark Gray", + 9 => "Light Gray", + _ => "Index", + } +} + +// ── Widget style helpers ────────────────────────────────────────────────── + +fn combo_btn_style(_theme: &Theme, status: button::Status) -> button::Style { + let bg = match status { + button::Status::Hovered | button::Status::Pressed => HOVER_BG, + _ => VALUE_BG, + }; + button::Style { + background: Some(Background::Color(bg)), + border: Border { + color: BORDER, + width: 1.0, + radius: 2.0.into(), + }, + text_color: VALUE_COLOR, + ..Default::default() + } +} + +fn text_input_style(_theme: &Theme, status: text_input::Status) -> text_input::Style { + let border_color = match status { + text_input::Status::Focused { .. } => Color { + r: 0.3, + g: 0.6, + b: 1.0, + a: 1.0, + }, + _ => BORDER, + }; + text_input::Style { + background: Background::Color(VALUE_BG), + border: Border { + color: border_color, + width: 1.0, + radius: 2.0.into(), + }, + icon: Color::TRANSPARENT, + placeholder: HINT_COLOR, + value: VALUE_COLOR, + selection: Color { + r: 0.2, + g: 0.4, + b: 0.8, + a: 0.5, + }, + } +} + +fn combo_input_style(theme: &Theme, status: text_input::Status) -> text_input::Style { + text_input_style(theme, status) +} + +// ── Colour constants ────────────────────────────────────────────────────── + +const PANEL_BG: Color = Color { + r: 0.19, + g: 0.19, + b: 0.19, + a: 1.0, +}; +const HEADER_BG: Color = Color { + r: 0.24, + g: 0.24, + b: 0.24, + a: 1.0, +}; +const SECTION_BG: Color = Color { + r: 0.21, + g: 0.21, + b: 0.21, + a: 1.0, +}; +const SECTION_HDR_BG: Color = Color { + r: 0.26, + g: 0.26, + b: 0.28, + a: 1.0, +}; +const LABEL_BG: Color = Color { + r: 0.22, + g: 0.22, + b: 0.22, + a: 1.0, +}; +const VALUE_BG: Color = Color { + r: 0.18, + g: 0.18, + b: 0.18, + a: 1.0, +}; +const HOVER_BG: Color = Color { + r: 0.25, + g: 0.25, + b: 0.28, + a: 1.0, +}; +const PICKER_BG: Color = Color { + r: 0.16, + g: 0.16, + b: 0.18, + a: 1.0, +}; +const LABEL_COLOR: Color = Color { + r: 0.70, + g: 0.70, + b: 0.70, + a: 1.0, +}; +const VALUE_COLOR: Color = Color { + r: 0.90, + g: 0.90, + b: 0.90, + a: 1.0, +}; +const HINT_COLOR: Color = Color { + r: 0.45, + g: 0.45, + b: 0.50, + a: 1.0, +}; +const SECTION_LABEL: Color = Color { + r: 0.75, + g: 0.75, + b: 0.75, + a: 1.0, +}; +const BORDER: Color = Color { + r: 0.32, + g: 0.32, + b: 0.32, + a: 1.0, +}; +const WARN_COLOR: Color = Color { + r: 1.00, + g: 0.60, + b: 0.10, + a: 1.0, +}; diff --git a/src/ui/ribbon.rs b/src/ui/ribbon.rs new file mode 100644 index 00000000..6c8af77f --- /dev/null +++ b/src/ui/ribbon.rs @@ -0,0 +1,1787 @@ +// Ribbon — tab bar + 3-row tool area. +// +// Button sizes: +// LargeTool / LargeDropdown — full ribbon height (3 rows), icon + label [+ ▾] +// Tool / Dropdown — 1-row height, icon only [+ ▾ on right] +// +// Dropdown items within a group are collected into columns of 3 rows. + +use std::collections::HashMap; + +use std::time::Duration; + +use acadrust::types::{Color as AcadColor, LineWeight}; +use iced::widget::tooltip::Position as TipPos; +use iced::widget::{button, column, container, mouse_area, row, svg, text, tooltip}; +use iced::{Background, Border, Color, Element, Fill, Length, Padding, Theme}; + +use crate::modules::registry; +use crate::modules::{CadModule, IconKind, ModuleEvent, RibbonItem, ToolDef}; +use crate::ui::properties::{LwItem, LinetypeItem, acad_color_display, color_picker_dropdown, lw_options}; +use crate::Message; + +// ── Layout constants ─────────────────────────────────────────────────────── +// +// ROW_H is the single source of truth for ribbon sizing. +// Change it and the entire ribbon scales proportionally. + +/// Height of one ribbon row (px). Imported from ui — single source of truth. +use super::ROW_H; + +// ── Derived from ROW_H ──────────────────────────────────────────────────── +/// Icon size inside a 3-row (large) button. +const LARGE_ICON: f32 = ROW_H * 1.5; // 39 px at ROW_H = 26 +/// Icon size inside a 1-row (small) button. +const SMALL_ICON: f32 = ROW_H * 0.7; // 18.2 px at ROW_H = 26 +/// Width of a 3-row (large) button. +const LARGE_W: f32 = ROW_H * 2.2; // 57.2 px at ROW_H = 26 +/// Width of a 1-row (small) button. +const SMALL_W: f32 = ROW_H; // 26 px +/// Width of the ▾ strip on a small dropdown. +const ARROW_W: f32 = ROW_H * 0.4; // 10.4 px +/// Height of the ▾ strip at the bottom of a large dropdown. +const LARGE_ARR: f32 = ROW_H * 0.55; // 14.3 px +/// Total ribbon tool-area height = 3 × ROW_H + 6 px v-padding + 12 px group-label. +const TOOL_BAR_H: f32 = 3.0 * ROW_H + 18.0; + +// ── Tab-bar constants (not tied to ROW_H) ──────────────────────────────── +const TOP_ARR_W: f32 = 12.0; +const TOP_HIST_W: f32 = 28.0; +const TOP_HIST_GAP: f32 = 4.0; +const UNDO_HISTORY_ID: &str = "UNDO_HISTORY"; +const REDO_HISTORY_ID: &str = "REDO_HISTORY"; +const LAYER_COMBO_ID: &str = "LAYER_COMBO"; +const PROP_COLOR_ID: &str = "PROP_COLOR"; +const PROP_LINETYPE_ID: &str = "PROP_LINETYPE"; +const PROP_LW_ID: &str = "PROP_LW"; + +// ── Ribbon state ─────────────────────────────────────────────────────────── + +pub struct Ribbon { + modules: Vec>, + active: usize, + active_tool: Option, + pub wireframe: bool, + pub ortho_mode: bool, + pub open_dropdown: Option, + last_cmd: HashMap<&'static str, &'static str>, + pub layer_names: Vec, + pub active_layer: String, + pub layer_infos: Vec, + /// Active object color — ACI / ByLayer / ByBlock. + pub active_color: AcadColor, + /// Active linetype override ("ByLayer", "Continuous", …). + pub active_linetype: String, + /// Active lineweight. + pub active_lineweight: LineWeight, + /// Linetypes loaded from the current document (with ASCII art). + pub available_linetypes: Vec, + /// Whether the full ACI palette is expanded inside the color picker overlay. + pub prop_color_palette_open: bool, +} + +/// Per-layer display data shown in the ribbon layer dropdown. +#[derive(Clone, Debug)] +pub struct LayerInfo { + pub name: String, + pub color: Color, + pub visible: bool, + pub frozen: bool, + pub locked: bool, +} + +impl Ribbon { + pub fn new() -> Self { + Self { + modules: registry::all_modules(), + active: 0, + active_tool: None, + wireframe: false, + ortho_mode: true, + open_dropdown: None, + last_cmd: HashMap::new(), + layer_names: vec!["0".to_string()], + active_layer: "0".to_string(), + layer_infos: vec![LayerInfo { + name: "0".to_string(), + color: Color::WHITE, + visible: true, + frozen: false, + locked: false, + }], + active_color: AcadColor::ByLayer, + active_linetype: "ByLayer".to_string(), + active_lineweight: LineWeight::ByLayer, + available_linetypes: vec![LinetypeItem { name: "Continuous".to_string(), art: String::new() }], + prop_color_palette_open: false, + } + } + + pub fn set_layers(&mut self, infos: Vec, active: &str) { + self.active_layer = active.to_string(); + self.layer_names = infos.iter().map(|l| l.name.clone()).collect(); + self.layer_infos = infos; + } + + pub fn set_available_linetypes(&mut self, items: Vec) { + self.available_linetypes = items; + } + + pub fn select(&mut self, index: usize) { + if index < self.modules.len() { + self.active = index; + } + } + pub fn activate_tool(&mut self, id: &str) { + self.active_tool = Some(id.to_string()); + } + pub fn set_wireframe(&mut self, w: bool) { + self.wireframe = w; + } + pub fn set_ortho(&mut self, ortho: bool) { + self.ortho_mode = ortho; + } + + pub fn toggle_dropdown(&mut self, id: &str) { + if self.open_dropdown.as_deref() == Some(id) { + self.open_dropdown = None; + } else { + self.open_dropdown = Some(id.to_string()); + } + } + pub fn close_dropdown(&mut self) { + self.open_dropdown = None; + } + + /// Returns the index of the Layout module in the modules list. + pub fn layout_module_index(&self) -> Option { + self.modules.iter().position(|m| m.id() == "layout") + } + + /// Returns true if the currently active tab is the Layout module. + pub fn active_is_layout(&self) -> bool { + self.modules + .get(self.active) + .map(|m| m.id() == "layout") + .unwrap_or(false) + } + + pub fn select_dropdown_item(&mut self, dropdown_id: &'static str, cmd: &'static str) { + self.last_cmd.insert(dropdown_id, cmd); + self.open_dropdown = None; + } + + #[allow(dead_code)] + pub fn last_dropdown_cmd( + &self, + dropdown_id: &'static str, + default: &'static str, + ) -> &'static str { + self.last_cmd.get(dropdown_id).copied().unwrap_or(default) + } + + // ── View ────────────────────────────────────────────────────────────── + + pub fn view(&self, is_paper: bool, undo_count: usize, redo_count: usize) -> Element<'_, Message> { + // ── Logo ────────────────────────────────────────────────────────── + let logo_svg = { + let handle = svg::Handle::from_memory(include_bytes!("../../assets/logo.svg")); + svg(handle).width(30).height(28) + }; + let logo = button(logo_svg) + .on_press(Message::ToggleAppMenu) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered | button::Status::Pressed => Color { + r: 0.80, + g: 0.25, + b: 0.15, + a: 1.0, + }, + _ => LOGO_RED, + })), + border: Border { + radius: 2.0.into(), + ..Default::default() + }, + shadow: iced::Shadow::default(), + snap: false, + ..Default::default() + }) + .padding([0, 4]); + + // ── Tab buttons ─────────────────────────────────────────────────── + let history_controls = row![ + render_history_control("↶", "Undo", UNDO_HISTORY_ID, undo_count, &self.open_dropdown), + render_history_control("↷", "Redo", REDO_HISTORY_ID, redo_count, &self.open_dropdown), + ] + .spacing(TOP_HIST_GAP) + .align_y(iced::Center); + + let tab_buttons = self.modules.iter().enumerate().fold( + row![logo, history_controls].align_y(iced::Center).spacing(6), + |row_acc, (i, module)| { + // Hide the Layout tab when in model space. + if module.id() == "layout" && !is_paper { + return row_acc; + } + + let is_active = i == self.active; + let is_contextual = module.id() == "layout"; + let accent = if is_contextual { + ACCENT_GOLD + } else { + ACCENT_BLUE + }; + let text_inactive = if is_contextual { + Color { + r: 0.90, + g: 0.72, + b: 0.30, + a: 1.0, + } + } else { + Color { + r: 0.75, + g: 0.75, + b: 0.75, + a: 1.0, + } + }; + let hover_bg = if is_contextual { + Color { + r: 0.28, + g: 0.24, + b: 0.12, + a: 1.0, + } + } else { + Color { + r: 0.25, + g: 0.25, + b: 0.25, + a: 1.0, + } + }; + let btn = container( + button(text(module.title()).size(12)) + .on_press(Message::RibbonSelectTab(i)) + .style(move |_: &Theme, status| button::Style { + background: Some(Background::Color(match (is_active, status) { + (true, _) => RIBBON_BG, + (false, button::Status::Hovered) => hover_bg, + _ => Color::TRANSPARENT, + })), + text_color: if is_active { + Color::WHITE + } else { + text_inactive + }, + border: Border { + color: if is_active { + accent + } else { + Color::TRANSPARENT + }, + width: if is_active { 2.0 } else { 0.0 }, + radius: 0.0.into(), + }, + shadow: iced::Shadow::default(), + snap: false, + }) + .padding([5, 14]), + ) + .style(move |_: &Theme| container::Style { + border: Border { + color: if is_active { + accent + } else { + Color::TRANSPARENT + }, + width: if is_active { 2.0 } else { 0.0 }, + radius: 0.0.into(), + }, + ..Default::default() + }); + row_acc.push(btn) + }, + ); + + let tab_bar = container(tab_buttons) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(TOPBAR_BG)), + ..Default::default() + }) + .width(Length::Fill) + .height(28); + + // ── Tool area ───────────────────────────────────────────────────── + // If Layout tab is active but we're in model space, fall back to Home (index 0). + let effective_active = if !is_paper + && self + .modules + .get(self.active) + .map(|m| m.id() == "layout") + .unwrap_or(false) + { + 0 + } else { + self.active + }; + let tool_area: Element<'_, Message> = + if let Some(module) = self.modules.get(effective_active) { + let groups = module.ribbon_groups(); + let wireframe = self.wireframe; + let ortho_mode = self.ortho_mode; + let active_tool = self.active_tool.clone(); + let open_dd = self.open_dropdown.clone(); + let last_cmd = &self.last_cmd; + let layer_infos = &self.layer_infos; + let active_layer = &self.active_layer; + let active_color = self.active_color; + let active_linetype = &self.active_linetype; + let active_lineweight = self.active_lineweight; + + let mut widgets: Vec> = Vec::new(); + let mut first_group = true; + + for group in groups { + // Separator between groups. + if !first_group { + widgets.push( + container(text("")) + .width(1) + .height(Fill) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(BORDER_DARK)), + ..Default::default() + }) + .into(), + ); + } + first_group = false; + + // Build group content: large items side-by-side, smalls stack 3-per-column. + let mut items_row: Vec> = Vec::new(); + let mut small_buf: Vec> = Vec::new(); + + for item in group.tools { + let is_large = matches!( + &item, + RibbonItem::LargeTool(_) + | RibbonItem::LargeDropdown { .. } + | RibbonItem::LayerComboGroup { .. } + | RibbonItem::PropertiesGroup { .. } + ); + + if is_large { + // Flush any pending small items first. + flush_small_col(&mut small_buf, &mut items_row); + items_row.push(render_large( + item, + &active_tool, + &open_dd, + last_cmd, + wireframe, + ortho_mode, + layer_infos, + active_layer, + active_color, + active_linetype, + active_lineweight, + )); + } else { + small_buf.push(render_small( + item, + &active_tool, + &open_dd, + last_cmd, + wireframe, + ortho_mode, + )); + if small_buf.len() == 3 { + flush_small_col(&mut small_buf, &mut items_row); + } + } + } + flush_small_col(&mut small_buf, &mut items_row); + + let tools_el = items_row + .into_iter() + .fold(row![].spacing(2).height(Fill).align_y(iced::Top), |r, e| { + r.push(e) + }); + + widgets.push( + column![ + tools_el, + container(text(group.title).size(9).color(GROUP_LABEL)).padding([1, 4]), + ] + .spacing(0) + .padding([3u16, 4]) + .height(Length::Fill) + .into(), + ); + } + + widgets + .into_iter() + .fold(row![].spacing(0).height(Length::Fill), |r, w| r.push(w)) + .into() + } else { + text("").into() + }; + + let tool_bar = container(tool_area) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(RIBBON_BG)), + border: Border { + color: BORDER_DARK, + width: 1.0, + radius: 0.0.into(), + }, + ..Default::default() + }) + .width(Length::Fill) + .height(TOOL_BAR_H); + + column![tab_bar, tool_bar].into() + } + + // ── Dropdown overlay ────────────────────────────────────────────────── + + pub fn dropdown_overlay( + &self, + undo_labels: &[String], + redo_labels: &[String], + ) -> Option> { + let open_id = self.open_dropdown.as_deref()?; + + if open_id == UNDO_HISTORY_ID || open_id == REDO_HISTORY_ID { + let is_undo = open_id == UNDO_HISTORY_ID; + let labels = if is_undo { undo_labels } else { redo_labels }; + if labels.is_empty() { + return None; + } + + let rows: Vec> = labels + .iter() + .enumerate() + .map(|(idx, label)| { + let step = idx + 1; + button(text(label.clone()).size(11).color(LABEL_ON)) + .on_press(if is_undo { + Message::UndoMany(step) + } else { + Message::RedoMany(step) + }) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered | button::Status::Pressed => ROW_HOVER, + _ => Color::TRANSPARENT, + })), + ..Default::default() + }) + .width(Fill) + .padding([5, 10]) + .into() + }) + .collect(); + + let panel = container(column(rows)) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(PANEL_BG)), + border: Border { + color: PANEL_BORDER, + width: 1.0, + radius: 3.0.into(), + }, + ..Default::default() + }) + .width(Length::Fixed(170.0)); + + let positioned = container(panel) + .align_left(Fill) + .align_top(Fill) + .padding(Padding { + top: 28.0, + left: compute_history_dropdown_left(open_id), + ..Default::default() + }) + .width(Fill) + .height(Fill); + + return Some( + mouse_area(positioned) + .on_press(Message::CloseRibbonDropdown) + .into(), + ); + } + + if open_id == LAYER_COMBO_ID { + return self.layer_combo_overlay(); + } + + if open_id == PROP_COLOR_ID { + return self.prop_color_overlay(); + } + if open_id == PROP_LINETYPE_ID { + return self.prop_linetype_overlay(); + } + if open_id == PROP_LW_ID { + return self.prop_lw_overlay(); + } + + let module = self.modules.get(self.active)?; + let groups = module.ribbon_groups(); + let mut items_list: Option> = None; + let mut dd_default = ""; + let mut dd_id: &'static str = ""; + + 'outer: for group in &groups { + for item in &group.tools { + let (id, items, default) = match item { + RibbonItem::Dropdown { + id, items, default, .. + } => (id, items, default), + RibbonItem::LargeDropdown { + id, items, default, .. + } => (id, items, default), + _ => continue, + }; + if *id == open_id { + items_list = Some(items.clone()); + dd_default = default; + dd_id = id; + break 'outer; + } + } + } + let items = items_list?; + let last_cmd = self.last_cmd.get(dd_id).copied().unwrap_or(dd_default); + + let rows: Vec> = items + .iter() + .map(|(cmd, label, item_icon)| { + let is_current = *cmd == last_cmd; + let checkmark = text(if is_current { "✓" } else { " " }) + .size(11) + .color(if is_current { + CHECK_COLOR + } else { + Color::TRANSPARENT + }) + .width(Length::Fixed(14.0)); + let icon_el: Element = match *item_icon { + IconKind::Glyph(s) => text(s) + .size(13) + .color(ICON_COLOR) + .width(Length::Fixed(20.0)) + .into(), + IconKind::Svg(bytes) => { + let handle = svg::Handle::from_memory(bytes); + svg(handle).width(20).height(20).into() + } + }; + let label_el = + text(*label) + .size(11) + .color(if is_current { LABEL_ON } else { LABEL_OFF }); + + button( + row![checkmark, icon_el, label_el] + .spacing(4) + .align_y(iced::Center), + ) + .on_press(Message::DropdownSelectItem { + dropdown_id: dd_id, + cmd: *cmd, + }) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered | button::Status::Pressed => ROW_HOVER, + _ => Color::TRANSPARENT, + })), + ..Default::default() + }) + .width(Fill) + .padding([4, 10]) + .into() + }) + .collect(); + + let panel = container(column(rows)) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(PANEL_BG)), + border: Border { + color: PANEL_BORDER, + width: 1.0, + radius: 3.0.into(), + }, + ..Default::default() + }) + .width(Length::Fixed(190.0)); + + let top_offset = 28.0 + TOOL_BAR_H; + let left_offset = compute_dropdown_left(&groups, open_id); + let positioned = container(panel) + .align_left(Fill) + .align_top(Fill) + .padding(Padding { + top: top_offset, + left: left_offset, + ..Default::default() + }) + .width(Fill) + .height(Fill); + + Some( + mouse_area(positioned) + .on_press(Message::CloseRibbonDropdown) + .into(), + ) + } + + fn layer_combo_overlay(&self) -> Option> { + let rows: Vec> = self + .layer_infos + .iter() + .map(|info| { + let is_active = info.name == self.active_layer; + let lc = info.color; + let lv = info.visible; + let lf = info.frozen; + let ll = info.locked; + let name = info.name.clone(); + + let swatch = container(text("")) + .style(move |_: &Theme| container::Style { + background: Some(Background::Color(lc)), + border: Border { + color: Color { r: 0.0, g: 0.0, b: 0.0, a: 0.5 }, + width: 1.0, + radius: 1.0.into(), + }, + ..Default::default() + }) + .width(12) + .height(12); + + let vis = text(if lv { "●" } else { "○" }) + .size(10) + .color(if lv { + Color { r: 0.95, g: 0.85, b: 0.20, a: 1.0 } + } else { + Color { r: 0.45, g: 0.45, b: 0.45, a: 1.0 } + }); + let freeze = text("✱").size(10).color(if lf { + Color { r: 0.40, g: 0.80, b: 1.00, a: 1.0 } + } else { + Color { r: 0.95, g: 0.85, b: 0.20, a: 1.0 } + }); + let lock = text(if ll { "🔒" } else { "🔓" }).size(10).color( + if ll { + Color { r: 0.95, g: 0.70, b: 0.20, a: 1.0 } + } else { + Color { r: 0.55, g: 0.55, b: 0.55, a: 1.0 } + }, + ); + let checkmark = text(if is_active { "✓" } else { " " }) + .size(11) + .color(if is_active { CHECK_COLOR } else { Color::TRANSPARENT }) + .width(Length::Fixed(14.0)); + let label = text(&info.name) + .size(11) + .color(if is_active { LABEL_ON } else { LABEL_OFF }); + + button( + row![checkmark, vis, freeze, lock, swatch, label] + .spacing(5) + .align_y(iced::Center), + ) + .on_press(Message::RibbonLayerChanged(name)) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered | button::Status::Pressed => ROW_HOVER, + _ => Color::TRANSPARENT, + })), + ..Default::default() + }) + .width(Fill) + .padding([4, 8]) + .into() + }) + .collect(); + + let panel = container(column(rows)) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(PANEL_BG)), + border: Border { color: PANEL_BORDER, width: 1.0, radius: 3.0.into() }, + ..Default::default() + }) + .width(Length::Fixed(220.0)); + + // Position below the ribbon layers group area + let top_offset = 28.0 + TOOL_BAR_H; + let groups = self.modules.get(self.active)?.ribbon_groups(); + let left_offset = compute_layer_combo_left(&groups); + let positioned = container(panel) + .align_left(Fill) + .align_top(Fill) + .padding(Padding { top: top_offset, left: left_offset, ..Default::default() }) + .width(Fill) + .height(Fill); + + Some(mouse_area(positioned).on_press(Message::CloseRibbonDropdown).into()) + } + + fn prop_color_overlay(&self) -> Option> { + let picker = color_picker_dropdown( + self.prop_color_palette_open, + Message::RibbonColorPaletteToggle, + Some(Message::RibbonColorChanged(AcadColor::ByLayer)), + Some(Message::RibbonColorChanged(AcadColor::ByBlock)), + |aci| Message::RibbonColorChanged(AcadColor::Index(aci)), + ); + + let panel = container(picker) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(PANEL_BG)), + border: Border { color: PANEL_BORDER, width: 1.0, radius: 3.0.into() }, + ..Default::default() + }) + .width(Length::Fixed(200.0)); + + let top_offset = 28.0 + TOOL_BAR_H; + let groups = self.modules.get(self.active)?.ribbon_groups(); + let left_offset = compute_prop_combo_left(&groups, PROP_COLOR_ID); + let positioned = container(panel) + .align_left(Fill) + .align_top(Fill) + .padding(Padding { top: top_offset, left: left_offset, ..Default::default() }) + .width(Fill) + .height(Fill); + + Some(mouse_area(positioned).on_press(Message::CloseRibbonDropdown).into()) + } + + fn prop_linetype_overlay(&self) -> Option> { + let active_lt = &self.active_linetype; + + // Prepend ByLayer/ByBlock, then all document linetypes (deduped). + let mut items: Vec = vec![ + LinetypeItem { name: "ByLayer".to_string(), art: String::new() }, + LinetypeItem { name: "ByBlock".to_string(), art: String::new() }, + ]; + for lt in &self.available_linetypes { + if lt.name != "ByLayer" && lt.name != "ByBlock" { + items.push(lt.clone()); + } + } + + let rows: Vec> = items.into_iter().map(|lt| { + let is_cur = lt.name == *active_lt; + let check = text(if is_cur { "✓" } else { " " }) + .size(11).color(if is_cur { CHECK_COLOR } else { Color::TRANSPARENT }) + .width(Length::Fixed(14.0)); + let name_col = text(lt.name.clone()) + .size(11).color(if is_cur { LABEL_ON } else { LABEL_OFF }) + .width(Length::Fixed(90.0)); + let art_col = text(lt.art.clone()) + .size(9).color(Color { r: 0.55, g: 0.55, b: 0.55, a: 1.0 }); + let name = lt.name.clone(); + button(row![check, name_col, art_col].spacing(4).align_y(iced::Center)) + .on_press(Message::RibbonLinetypeChanged(name)) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered | button::Status::Pressed => ROW_HOVER, + _ => Color::TRANSPARENT, + })), + ..Default::default() + }) + .width(Fill).padding([4, 6]).into() + }).collect(); + + // Wrap in a scrollable so long lists don't get clipped. + use iced::widget::scrollable; + let list = container(scrollable(column(rows)).height(Length::Fixed(200.0))) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(PANEL_BG)), + border: Border { color: PANEL_BORDER, width: 1.0, radius: 3.0.into() }, + ..Default::default() + }) + .width(Length::Fixed(220.0)); + + let top_offset = 28.0 + TOOL_BAR_H; + let groups = self.modules.get(self.active)?.ribbon_groups(); + let left_offset = compute_prop_combo_left(&groups, PROP_LINETYPE_ID); + let positioned = container(list) + .align_left(Fill) + .align_top(Fill) + .padding(Padding { top: top_offset, left: left_offset, ..Default::default() }) + .width(Fill) + .height(Fill); + + Some(mouse_area(positioned).on_press(Message::CloseRibbonDropdown).into()) + } + + fn prop_lw_overlay(&self) -> Option> { + let active_lw = self.active_lineweight; + let rows: Vec> = lw_options().into_iter().map(|item| { + let is_cur = item.0 == active_lw; + let label = item.to_string(); + let check = text(if is_cur { "✓" } else { " " }) + .size(11).color(if is_cur { CHECK_COLOR } else { Color::TRANSPARENT }) + .width(Length::Fixed(14.0)); + button(row![check, text(label).size(11).color(if is_cur { LABEL_ON } else { LABEL_OFF })].spacing(5).align_y(iced::Center)) + .on_press(Message::RibbonLineweightChanged(item.0)) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered | button::Status::Pressed => ROW_HOVER, + _ => Color::TRANSPARENT, + })), + ..Default::default() + }) + .width(Fill).padding([4, 8]).into() + }).collect(); + + self.prop_overlay_positioned(rows, PROP_LW_ID, 140.0) + } + + fn prop_overlay_positioned<'a>(&'a self, rows: Vec>, dd_id: &str, width: f32) -> Option> { + let panel = container(column(rows)) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(PANEL_BG)), + border: Border { color: PANEL_BORDER, width: 1.0, radius: 3.0.into() }, + ..Default::default() + }) + .width(Length::Fixed(width)); + + let top_offset = 28.0 + TOOL_BAR_H; + let groups = self.modules.get(self.active)?.ribbon_groups(); + let left_offset = compute_prop_combo_left(&groups, dd_id); + let positioned = container(panel) + .align_left(Fill) + .align_top(Fill) + .padding(Padding { top: top_offset, left: left_offset, ..Default::default() }) + .width(Fill) + .height(Fill); + + Some(mouse_area(positioned).on_press(Message::CloseRibbonDropdown).into()) + } +} + +impl Default for Ribbon { + fn default() -> Self { + Self::new() + } +} + +// ── Rendering helpers ────────────────────────────────────────────────────── + +/// Flush up-to-3 small items as a vertical column into the group row. +fn flush_small_col<'a>(buf: &mut Vec>, out: &mut Vec>) { + if buf.is_empty() { + return; + } + let col = column(std::mem::take(buf)).spacing(1); + out.push(col.into()); +} + +fn make_icon(icon: IconKind, size: f32) -> Element<'static, Message> { + match icon { + IconKind::Glyph(s) => text(s).size(size * 0.7).color(Color::WHITE).into(), + IconKind::Svg(bytes) => { + let handle = svg::Handle::from_memory(bytes); + svg(handle).width(size).height(size).into() + } + } +} + +fn is_active_tool( + id: &str, + active_tool: &Option, + wireframe: bool, + ortho_mode: bool, +) -> bool { + match id { + "WIREFRAME" => wireframe, + "SOLID" => !wireframe, + "ORTHO" => ortho_mode, + "PERSP" => !ortho_mode, + id => active_tool.as_deref() == Some(id), + } +} + +/// Render a 1-row small button (Tool or Dropdown). +fn render_small<'a>( + item: RibbonItem, + active_tool: &Option, + open_dd: &Option, + last_cmd: &HashMap<&'static str, &'static str>, + wireframe: bool, + ortho_mode: bool, +) -> Element<'a, Message> { + match item { + RibbonItem::Tool(t) => { + let active = is_active_tool(t.id, active_tool, wireframe, ortho_mode); + let event = t.event.clone(); + let tool_id = t.id.to_string(); + let tip_text = format!("{}\nCommand: {}", t.label, t.id); + let btn = button(make_icon(t.icon, SMALL_ICON)) + .on_press(Message::RibbonToolClick { tool_id, event }) + .style(move |_: &Theme, status| tool_btn_style(active, status)) + .width(Length::Fixed(SMALL_W)) + .height(ROW_H) + .padding([4, 4]); + tooltip(btn, make_tip(tip_text), TipPos::Bottom) + .gap(6.0) + .delay(Duration::from_millis(400)) + .style(tip_style) + .into() + } + + RibbonItem::Dropdown { + id, + icon, + items, + default, + .. + } => { + let active = active_tool.as_deref() == Some(id) + || items + .iter() + .any(|(cmd, _, _)| active_tool.as_deref() == Some(cmd)); + let dd_open = open_dd.as_deref() == Some(id); + let last = last_cmd.get(id).copied().unwrap_or(default); + // First launch: first item's icon. After selection: selected item's icon. + let cur_icon = last_cmd + .get(id) + .copied() + .and_then(|cmd| { + items + .iter() + .find(|(c, _, _)| *c == cmd) + .map(|(_, _, ik)| *ik) + }) + .or_else(|| items.first().map(|(_, _, ik)| *ik)) + .unwrap_or(icon); + + // Tooltip: show current selection. + let cur_label = last_cmd + .get(id) + .copied() + .and_then(|cmd| { + items + .iter() + .find(|(c, _, _)| *c == cmd) + .map(|(_, lbl, _)| *lbl) + }) + .or_else(|| items.first().map(|(_, lbl, _)| *lbl)) + .unwrap_or(id); + let tip_text = format!("{}\nCommand: {}", cur_label, last); + + // Left: icon button → fires last-used command. + let icon_btn = button(make_icon(cur_icon, SMALL_ICON)) + .on_press(Message::Command(last.to_string())) + .style(move |_: &Theme, status| tool_btn_style(active, status)) + .width(Length::Fixed(SMALL_W)) + .height(ROW_H) + .padding([4, 4]); + + // Right: ▾ button → opens dropdown. + let arr_tip = format!("{} seçenekleri", cur_label); + let arr_btn = button( + container(text("▾").size(7).color(ARROW_COLOR)) + .width(Fill) + .height(Fill) + .align_x(iced::Center) + .align_y(iced::Center), + ) + .on_press(Message::ToggleRibbonDropdown(id.to_string())) + .style(move |_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered | button::Status::Pressed => TOOL_HOVER, + _ if dd_open => TOOL_ACTIVE, + _ => Color::TRANSPARENT, + })), + border: Border { + radius: 2.0.into(), + ..Default::default() + }, + ..Default::default() + }) + .width(Length::Fixed(ARROW_W)) + .height(ROW_H) + .padding(0); + + let icon_with_tip = tooltip(icon_btn, make_tip(tip_text), TipPos::Bottom) + .gap(6.0) + .delay(Duration::from_millis(400)) + .style(tip_style); + let arr_with_tip = tooltip(arr_btn, make_tip(arr_tip), TipPos::Bottom) + .gap(6.0) + .delay(Duration::from_millis(400)) + .style(tip_style); + + row![icon_with_tip, arr_with_tip] + .spacing(0) + .height(ROW_H) + .into() + } + + // LargeTool / LargeDropdown should never reach render_small — handled upstream. + _ => text("").into(), + } +} + +/// Render a full-height large button (LargeTool, LargeDropdown, or LayerCombo). +fn render_large<'a>( + item: RibbonItem, + active_tool: &Option, + open_dd: &Option, + last_cmd: &HashMap<&'static str, &'static str>, + wireframe: bool, + ortho_mode: bool, + layer_infos: &'a [LayerInfo], + active_layer: &'a str, + active_color: AcadColor, + active_linetype: &'a str, + active_lineweight: LineWeight, +) -> Element<'a, Message> { + match item { + RibbonItem::LargeTool(t) => { + let active = is_active_tool(t.id, active_tool, wireframe, ortho_mode); + let event = t.event.clone(); + let tool_id = t.id.to_string(); + let tip_text = format!("{}\nCommand: {}", t.label, t.id); + let btn = button( + column![ + make_icon(t.icon, LARGE_ICON), + text(t.label).size(10).color(LABEL_COLOR), + ] + .align_x(iced::Center) + .spacing(3), + ) + .on_press(Message::RibbonToolClick { tool_id, event }) + .style(move |_: &Theme, status| tool_btn_style(active, status)) + .width(Length::Fixed(LARGE_W)) + .height(Fill) + .padding(Padding { + top: 6.0, + right: 4.0, + bottom: 4.0, + left: 4.0, + }); + tooltip(btn, make_tip(tip_text), TipPos::Bottom) + .gap(6.0) + .delay(Duration::from_millis(400)) + .style(tip_style) + .into() + } + + RibbonItem::LargeDropdown { + id, + label, + icon, + items, + default, + } => { + let active = active_tool.as_deref() == Some(id) + || items + .iter() + .any(|(cmd, _, _)| active_tool.as_deref() == Some(cmd)); + let dd_open = open_dd.as_deref() == Some(id); + let last = last_cmd.get(id).copied().unwrap_or(default); + // First launch: first item's icon. After selection: selected item's icon. + let cur_icon = last_cmd + .get(id) + .copied() + .and_then(|cmd| { + items + .iter() + .find(|(c, _, _)| *c == cmd) + .map(|(_, _, ik)| *ik) + }) + .or_else(|| items.first().map(|(_, _, ik)| *ik)) + .unwrap_or(icon); + + // Tooltip: show current variant label + command id. + let cur_label = last_cmd + .get(id) + .copied() + .and_then(|cmd| { + items + .iter() + .find(|(c, _, _)| *c == cmd) + .map(|(_, lbl, _)| *lbl) + }) + .or_else(|| items.first().map(|(_, lbl, _)| *lbl)) + .unwrap_or(label); + let tip_text = format!("{}\nCommand: {}", cur_label, last); + let arr_tip = format!("{} seçenekleri", label); + + // Top part: icon + label → fires last-used command. + let top_btn = button( + column![ + make_icon(cur_icon, LARGE_ICON), + text(label).size(10).color(LABEL_COLOR), + ] + .align_x(iced::Center) + .spacing(3), + ) + .on_press(Message::Command(last.to_string())) + .style(move |_: &Theme, status| tool_btn_style(active, status)) + .width(Length::Fixed(LARGE_W)) + .height(Fill) + .padding(Padding { + top: 6.0, + right: 4.0, + bottom: 2.0, + left: 4.0, + }); + + // Bottom strip: ▾ → opens dropdown. + let arr_btn = button( + container(text("▾").size(9).color(ARROW_COLOR)) + .width(Fill) + .height(Fill) + .align_x(iced::Center) + .align_y(iced::Center), + ) + .on_press(Message::ToggleRibbonDropdown(id.to_string())) + .style(move |_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered | button::Status::Pressed => TOOL_HOVER, + _ if dd_open => TOOL_ACTIVE, + _ => Color::TRANSPARENT, + })), + border: Border { + radius: 3.0.into(), + ..Default::default() + }, + ..Default::default() + }) + .width(Length::Fixed(LARGE_W)) + .height(LARGE_ARR) + .padding(0); + + let top_with_tip = tooltip(top_btn, make_tip(tip_text), TipPos::Bottom) + .gap(6.0) + .delay(Duration::from_millis(400)) + .style(tip_style); + let arr_with_tip = tooltip(arr_btn, make_tip(arr_tip), TipPos::Bottom) + .gap(6.0) + .delay(Duration::from_millis(400)) + .style(tip_style); + + column![top_with_tip, arr_with_tip] + .spacing(0) + .width(Length::Fixed(LARGE_W)) + .height(Fill) + .into() + } + + RibbonItem::LayerComboGroup { row2, row3 } => { + const COMBO_W: f32 = LARGE_W * 2.5; + + // ── Top: layer combo button ─────────────────────────────────── + let info = layer_infos.iter().find(|l| l.name == active_layer); + let lc = info.map(|l| l.color).unwrap_or(Color::WHITE); + let lv = info.map(|l| l.visible).unwrap_or(true); + let lf = info.map(|l| l.frozen).unwrap_or(false); + let ll = info.map(|l| l.locked).unwrap_or(false); + let is_open = open_dd.as_deref() == Some(LAYER_COMBO_ID); + + let vis_icon = text(if lv { "●" } else { "○" }).size(10).color( + if lv { Color { r: 0.95, g: 0.85, b: 0.20, a: 1.0 } } + else { Color { r: 0.45, g: 0.45, b: 0.45, a: 1.0 } }, + ); + let freeze_icon = text("✱").size(10).color( + if lf { Color { r: 0.40, g: 0.80, b: 1.00, a: 1.0 } } + else { Color { r: 0.95, g: 0.85, b: 0.20, a: 1.0 } }, + ); + let lock_icon = text(if ll { "🔒" } else { "🔓" }).size(10).color( + if ll { Color { r: 0.95, g: 0.70, b: 0.20, a: 1.0 } } + else { Color { r: 0.65, g: 0.65, b: 0.65, a: 1.0 } }, + ); + let swatch = container(text("")) + .style(move |_: &Theme| container::Style { + background: Some(Background::Color(lc)), + border: Border { + color: Color { r: 0.0, g: 0.0, b: 0.0, a: 0.5 }, + width: 1.0, + radius: 1.0.into(), + }, + ..Default::default() + }) + .width(12) + .height(12); + + // Clip layer name to available space. + const ICONS_USED: f32 = 10.0 + 10.0 + 10.0 + 12.0 + 10.0 + 5.0 * 4.0 + 16.0 + 16.0; + let name_w = (COMBO_W - ICONS_USED).max(40.0); + + let combo_btn = button( + row![ + vis_icon, freeze_icon, lock_icon, swatch, + container(text(active_layer).size(11).color(Color::WHITE)) + .width(name_w).clip(true), + text("▾").size(9).color(Color { r: 0.7, g: 0.7, b: 0.7, a: 1.0 }), + ] + .spacing(4) + .align_y(iced::Center), + ) + .on_press(Message::ToggleRibbonDropdown(LAYER_COMBO_ID.to_string())) + .style(move |_: &Theme, status| button::Style { + background: Some(Background::Color(match (is_open, status) { + (true, _) => Color { r: 0.14, g: 0.14, b: 0.14, a: 1.0 }, + (_, button::Status::Hovered) => Color { r: 0.26, g: 0.26, b: 0.26, a: 1.0 }, + _ => Color { r: 0.18, g: 0.18, b: 0.18, a: 1.0 }, + })), + border: Border { + radius: 3.0.into(), + width: 1.0, + color: Color { r: 0.35, g: 0.35, b: 0.35, a: 1.0 }, + }, + ..Default::default() + }) + .padding([3, 8]) + .width(Fill); + + // ── Helper: build a row of small tool buttons ───────────────── + let make_tool_row = |tools: Vec| -> Element { + let btns: Vec> = tools + .into_iter() + .map(|t| { + let is_active = active_tool.as_deref() == Some(t.id); + let tip = t.label; + let event = t.event.clone(); + let icon_el: Element = match t.icon { + IconKind::Glyph(g) => text(g).size(13).color(Color::WHITE).into(), + IconKind::Svg(bytes) => iced::widget::svg( + iced::widget::svg::Handle::from_memory(bytes), + ) + .width(16) + .height(16) + .into(), + }; + let msg = module_event_to_message(event); + tooltip( + button(icon_el) + .on_press(msg) + .style(move |_: &Theme, status| tool_btn_style(is_active, status)) + .padding([2, 5]), + make_tip(tip.to_string()), + TipPos::Bottom, + ) + .gap(4.0) + .delay(Duration::from_millis(400)) + .style(tip_style) + .into() + }) + .collect(); + row(btns).spacing(2).align_y(iced::Center).into() + }; + + let tools_row2 = make_tool_row(row2); + let tools_row3 = make_tool_row(row3); + + container( + column![combo_btn, tools_row2, tools_row3] + .spacing(3) + .align_x(iced::Left), + ) + .width(Length::Fixed(COMBO_W)) + .height(Fill) + .align_y(iced::Center) + .padding(Padding { top: 4.0, bottom: 4.0, left: 4.0, right: 4.0 }) + .into() + } + + RibbonItem::PropertiesGroup { match_prop } => { + // Left: Match Properties large button. + let mp_active = is_active_tool(match_prop.id, active_tool, wireframe, ortho_mode); + let mp_event = match_prop.event.clone(); + let mp_id = match_prop.id.to_string(); + let mp_tip = format!("{}\nCommand: {}", match_prop.label, match_prop.id); + let mp_btn = button( + column![ + make_icon(match_prop.icon, LARGE_ICON), + text(match_prop.label).size(10).color(LABEL_COLOR), + ] + .align_x(iced::Center) + .spacing(3), + ) + .on_press(Message::RibbonToolClick { tool_id: mp_id, event: mp_event }) + .style(move |_: &Theme, status| tool_btn_style(mp_active, status)) + .width(Length::Fixed(LARGE_W)) + .height(Fill) + .padding(Padding { top: 6.0, right: 4.0, bottom: 4.0, left: 4.0 }); + let mp_el = tooltip(mp_btn, make_tip(mp_tip), TipPos::Bottom) + .gap(6.0) + .delay(Duration::from_millis(400)) + .style(tip_style); + + // Right: three property combo rows. + const PROP_W: f32 = 130.0; + + // Helper: build one property combo row. + let prop_row = |label: String, dd_id: &'static str, swatch: Option| { + let is_open = open_dd.as_deref() == Some(dd_id); + let swatch_el: Element<'a, Message> = if let Some(c) = swatch { + container(text("")) + .style(move |_: &Theme| container::Style { + background: Some(Background::Color(c)), + border: Border { + color: Color { r: 0.0, g: 0.0, b: 0.0, a: 0.5 }, + width: 1.0, + radius: 1.0.into(), + }, + ..Default::default() + }) + .width(12) + .height(12) + .into() + } else { + iced::widget::Space::new().width(0).into() + }; + button( + row![ + swatch_el, + container(text(label).size(10).color(Color::WHITE)) + .width(Fill) + .clip(true), + text(if is_open { "▲" } else { "▼" }) + .size(7) + .color(Color { r: 0.6, g: 0.6, b: 0.6, a: 1.0 }), + ] + .spacing(4) + .align_y(iced::Center), + ) + .on_press(Message::ToggleRibbonDropdown(dd_id.to_string())) + .style(move |_: &Theme, status| button::Style { + background: Some(Background::Color(match (is_open, status) { + (true, _) => Color { r: 0.14, g: 0.14, b: 0.14, a: 1.0 }, + (_, button::Status::Hovered) => Color { r: 0.26, g: 0.26, b: 0.26, a: 1.0 }, + _ => Color { r: 0.18, g: 0.18, b: 0.18, a: 1.0 }, + })), + border: Border { + radius: 2.0.into(), + width: 1.0, + color: if is_open { + Color { r: 0.45, g: 0.65, b: 0.90, a: 1.0 } + } else { + Color { r: 0.35, g: 0.35, b: 0.35, a: 1.0 } + }, + }, + ..Default::default() + }) + .padding([3, 8]) + .width(Length::Fixed(PROP_W)) + }; + + // Color swatch — use shared acad_color_display helper. + let (color_swatch, color_label) = acad_color_display(active_color); + + let color_row = prop_row(color_label.to_string(), PROP_COLOR_ID, Some(color_swatch)); + let lt_row = prop_row(active_linetype.to_string(), PROP_LINETYPE_ID, None); + let lw_row = prop_row(LwItem(active_lineweight).to_string(), PROP_LW_ID, None); + + let combos = container( + column![color_row, lt_row, lw_row].spacing(2).align_x(iced::Left), + ) + .height(Fill) + .align_y(iced::Center) + .padding(Padding { top: 4.0, bottom: 4.0, left: 0.0, right: 4.0 }); + + row![mp_el, combos] + .spacing(4) + .align_y(iced::Center) + .height(Fill) + .into() + } + + // Small items should never reach render_large — handled upstream. + _ => text("").into(), + } +} + +// ── Button style ─────────────────────────────────────────────────────────── + +fn tool_btn_style(is_active: bool, status: button::Status) -> button::Style { + button::Style { + background: Some(Background::Color(match (is_active, status) { + (true, _) => TOOL_ACTIVE, + (_, button::Status::Hovered) => TOOL_HOVER, + (_, button::Status::Pressed) => TOOL_ACTIVE, + _ => Color::TRANSPARENT, + })), + text_color: Color::WHITE, + border: Border { + radius: 3.0.into(), + color: Color::TRANSPARENT, + width: 0.0, + }, + shadow: iced::Shadow::default(), + snap: false, + } +} + +// ── Colors ──────────────────────────────────────────────────────────────── + +const LOGO_RED: Color = Color { + r: 0.75, + g: 0.10, + b: 0.10, + a: 1.0, +}; +const TOPBAR_BG: Color = Color { + r: 0.17, + g: 0.17, + b: 0.17, + a: 1.0, +}; +const RIBBON_BG: Color = Color { + r: 0.22, + g: 0.22, + b: 0.22, + a: 1.0, +}; +const BORDER_DARK: Color = Color { + r: 0.12, + g: 0.12, + b: 0.12, + a: 1.0, +}; +const ACCENT_BLUE: Color = Color { + r: 0.20, + g: 0.55, + b: 0.90, + a: 1.0, +}; +const ACCENT_GOLD: Color = Color { + r: 0.90, + g: 0.65, + b: 0.10, + a: 1.0, +}; // contextual tab accent +const LABEL_COLOR: Color = Color { + r: 0.82, + g: 0.82, + b: 0.82, + a: 1.0, +}; +const GROUP_LABEL: Color = Color { + r: 0.50, + g: 0.50, + b: 0.50, + a: 1.0, +}; +const TOOL_HOVER: Color = Color { + r: 0.32, + g: 0.32, + b: 0.32, + a: 1.0, +}; +const TOOL_ACTIVE: Color = Color { + r: 0.18, + g: 0.42, + b: 0.70, + a: 1.0, +}; +const ARROW_COLOR: Color = Color { + r: 0.65, + g: 0.65, + b: 0.65, + a: 1.0, +}; +const PANEL_BG: Color = Color { + r: 0.16, + g: 0.16, + b: 0.16, + a: 0.98, +}; +const PANEL_BORDER: Color = Color { + r: 0.32, + g: 0.32, + b: 0.32, + a: 1.0, +}; +const ROW_HOVER: Color = Color { + r: 0.24, + g: 0.24, + b: 0.24, + a: 1.0, +}; +const CHECK_COLOR: Color = Color { + r: 0.20, + g: 0.75, + b: 0.35, + a: 1.0, +}; +const ICON_COLOR: Color = Color { + r: 0.25, + g: 0.75, + b: 0.45, + a: 1.0, +}; +const LABEL_ON: Color = Color { + r: 0.92, + g: 0.92, + b: 0.92, + a: 1.0, +}; +const LABEL_OFF: Color = Color { + r: 0.72, + g: 0.72, + b: 0.72, + a: 1.0, +}; + +// ── Tooltip helpers ──────────────────────────────────────────────────────── + +/// Build the tooltip label element (multiline text). +fn make_tip(tip: String) -> Element<'static, Message> { + text(tip).size(11).color(Color::WHITE).into() +} + +/// Style the tooltip container — dark panel matching the ribbon's dropdown panels. +fn tip_style(_theme: &Theme) -> container::Style { + container::Style { + background: Some(Background::Color(Color { + r: 0.13, + g: 0.13, + b: 0.13, + a: 0.97, + })), + border: Border { + color: Color { + r: 0.35, + g: 0.35, + b: 0.35, + a: 1.0, + }, + width: 1.0, + radius: 3.0.into(), + }, + text_color: Some(Color::WHITE), + ..Default::default() + } +} + +/// Calculate the left pixel offset of a dropdown button inside the ribbon tool area. +/// Iterates through groups and items, summing widths using the same layout constants +/// used by render_large / render_small, to align the panel with the button's left edge. +fn compute_dropdown_left(groups: &[crate::modules::RibbonGroup], open_id: &str) -> f32 { + let sum_with_spacing = |widths: &[f32]| -> f32 { + widths + .iter() + .enumerate() + .map(|(i, &w)| if i == 0 { w } else { 2.0 + w }) + .sum::() + }; + let next_item_x = |widths: &[f32]| -> f32 { + if widths.is_empty() { + 0.0 + } else { + sum_with_spacing(widths) + 2.0 + } + }; + + let mut x = 0.0f32; + + for (g_idx, group) in groups.iter().enumerate() { + if g_idx > 0 { + x += 1.0; + } // separator between groups + x += 4.0; // group column padding-left + + let mut row_widths: Vec = Vec::new(); + let mut small_col_w: f32 = 0.0; + let mut small_col_n: usize = 0; + + for item in &group.tools { + let is_large = matches!( + item, + RibbonItem::LargeTool(_) + | RibbonItem::LargeDropdown { .. } + | RibbonItem::LayerComboGroup { .. } + | RibbonItem::PropertiesGroup { .. } + ); + let id: &str = match item { + RibbonItem::LargeTool(t) => t.id, + RibbonItem::LargeDropdown { id, .. } => *id, + RibbonItem::Tool(t) => t.id, + RibbonItem::Dropdown { id, .. } => *id, + RibbonItem::LayerComboGroup { .. } => LAYER_COMBO_ID, + RibbonItem::PropertiesGroup { match_prop } => match_prop.id, + }; + let item_w = match item { + RibbonItem::LargeTool(_) | RibbonItem::LargeDropdown { .. } => LARGE_W, + RibbonItem::LayerComboGroup { .. } => LARGE_W * 2.5, + RibbonItem::PropertiesGroup { .. } => LARGE_W + 4.0 + 130.0, // match_prop + combos + RibbonItem::Dropdown { .. } => SMALL_W + ARROW_W, + _ => SMALL_W, + }; + + if is_large { + // Flush pending small column + if small_col_n > 0 { + row_widths.push(small_col_w); + small_col_w = 0.0; + small_col_n = 0; + } + if id == open_id { + return x + next_item_x(&row_widths); + } + row_widths.push(item_w); + } else { + // Small items share a column; the column's x = next_item_x before it started + if id == open_id { + return x + next_item_x(&row_widths); + } + small_col_w = small_col_w.max(item_w); + small_col_n += 1; + if small_col_n == 3 { + row_widths.push(small_col_w); + small_col_w = 0.0; + small_col_n = 0; + } + } + } + + // Not in this group — advance x past the full group width + right padding + if small_col_n > 0 { + row_widths.push(small_col_w); + } + x += sum_with_spacing(&row_widths) + 4.0; + } + + 60.0 // fallback +} + +fn compute_layer_combo_left(groups: &[crate::modules::RibbonGroup]) -> f32 { + compute_dropdown_left(groups, LAYER_COMBO_ID) +} + +/// Left offset for a Properties combo dropdown (color/lt/lw sit after the large Match Prop btn). +fn compute_prop_combo_left(groups: &[crate::modules::RibbonGroup], _dd_id: &str) -> f32 { + // Find the PropertiesGroup and return its x + match_prop button width + spacing. + let base = compute_dropdown_left(groups, "MATCHPROP"); + base + LARGE_W + 4.0 +} + +#[allow(dead_code)] +pub fn module_event_to_message(event: ModuleEvent) -> Message { + match event { + ModuleEvent::Command(cmd) => Message::Command(cmd), + ModuleEvent::OpenFileDialog => Message::OpenFile, + ModuleEvent::ClearModels => Message::ClearScene, + ModuleEvent::SetWireframe(w) => Message::SetWireframe(w), + ModuleEvent::ToggleLayers => Message::ToggleLayers, + } +} + + +fn render_history_control<'a>( + glyph: &'static str, + label: &'static str, + dropdown_id: &'static str, + count: usize, + open_dropdown: &Option, +) -> Element<'a, Message> { + let dd_open = open_dropdown.as_deref() == Some(dropdown_id); + let active = count > 0; + + let main_btn = { + let btn = button(text(glyph).size(14).color(if active { Color::WHITE } else { LABEL_OFF })) + .style(move |_: &Theme, status| top_hist_btn_style(active, dd_open, status)) + .width(Length::Fixed(TOP_HIST_W)) + .height(24) + .padding([2, 0]); + let btn = if active { + if dropdown_id == UNDO_HISTORY_ID { + btn.on_press(Message::Undo) + } else { + btn.on_press(Message::Redo) + } + } else { + btn + }; + tooltip( + btn, + make_tip(format!("{label}\n{count} steps available")), + TipPos::Bottom, + ) + .gap(6.0) + .delay(Duration::from_millis(400)) + .style(tip_style) + }; + + let arrow_btn = { + let btn = button( + container(text("▾").size(7).color(if active { ARROW_COLOR } else { LABEL_OFF })) + .width(Fill) + .height(Fill) + .align_x(iced::Center) + .align_y(iced::Center), + ) + .style(move |_: &Theme, status| top_hist_btn_style(active, dd_open, status)) + .width(Length::Fixed(TOP_ARR_W)) + .height(24) + .padding(0); + let btn = if active { + btn.on_press(Message::ToggleRibbonDropdown(dropdown_id.to_string())) + } else { + btn + }; + tooltip( + btn, + make_tip(format!("Choose {label} history")), + TipPos::Bottom, + ) + .gap(6.0) + .delay(Duration::from_millis(400)) + .style(tip_style) + }; + + row![main_btn, arrow_btn].spacing(0).into() +} + +fn top_hist_btn_style(active: bool, open: bool, status: button::Status) -> button::Style { + button::Style { + background: Some(Background::Color(match (active, open, status) { + (false, _, _) => Color { + r: 0.20, + g: 0.20, + b: 0.20, + a: 1.0, + }, + (_, true, _) => TOOL_ACTIVE, + (_, _, button::Status::Hovered) => TOOL_HOVER, + (_, _, button::Status::Pressed) => TOOL_ACTIVE, + _ => Color::TRANSPARENT, + })), + text_color: Color::WHITE, + border: Border { + radius: 3.0.into(), + color: Color::TRANSPARENT, + width: 0.0, + }, + shadow: iced::Shadow::default(), + snap: false, + } +} + +fn compute_history_dropdown_left(open_id: &str) -> f32 { + let logo_w = 38.0; + let leading_gap = 6.0; + let ctrl_w = TOP_HIST_W + TOP_ARR_W; + + match open_id { + UNDO_HISTORY_ID => logo_w + leading_gap, + REDO_HISTORY_ID => logo_w + leading_gap + ctrl_w + TOP_HIST_GAP, + _ => logo_w + leading_gap, + } +} diff --git a/src/ui/snap_popup.rs b/src/ui/snap_popup.rs new file mode 100644 index 00000000..6217170e --- /dev/null +++ b/src/ui/snap_popup.rs @@ -0,0 +1,259 @@ +//! H7CAD-style OSNAP dropdown popup panel. +//! +//! Rendered as a floating overlay above the status bar. The popup is only +//! inserted into the view stack when `snap_popup_open` is true. + +use iced::widget::{button, column, container, mouse_area, row, text}; +use iced::{Background, Border, Color, Element, Fill, Length, Padding, Theme}; + +use crate::snap::{SnapType, Snapper, ALL_SNAP_MODES}; +use crate::Message; + +/// Returns a full-screen overlay element: +/// - a transparent click-catcher that closes the popup on outside click +/// - the popup panel pinned to the bottom-right (above the status bar) +pub fn snap_popup_overlay<'a>(snapper: &'a Snapper, right_offset: f32) -> Element<'a, Message> { + // ── Panel content ───────────────────────────────────────────────────── + let all_on = snapper.all_on(); + let none_on = snapper.none_on(); + + // "Select All / Clear All" header row + let header = row![ + header_btn("Select All", Message::SnapSelectAll, !all_on), + header_btn("Clear All", Message::SnapClearAll, !none_on), + ] + .spacing(1) + .padding([4u16, 8]); + + // Divider + let divider = container(iced::widget::Space::new().height(1)) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(DIVIDER)), + ..Default::default() + }) + .width(Fill) + .padding([0, 4]); + + // Snap mode rows + let mut rows: Vec> = Vec::new(); + for &(snap_type, icon, label) in ALL_SNAP_MODES { + rows.push(snap_row(snap_type, icon, label, snapper.is_on(snap_type))); + } + + // "Object Snap Settings…" footer + let footer_divider = container(iced::widget::Space::new().height(1)) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(DIVIDER)), + ..Default::default() + }) + .width(Fill) + .padding([0, 4]); + + let footer = button(text("Object Snap Settings…").size(11).color(Color { + r: 0.75, + g: 0.75, + b: 0.75, + a: 1.0, + })) + .on_press(Message::Command("DSETTINGS".into())) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => ROW_HOVER, + _ => Color::TRANSPARENT, + })), + ..Default::default() + }) + .width(Fill) + .padding([5, 12]); + + let panel_content = column![header, divider, column(rows), footer_divider, footer,]; + + let panel = container(panel_content) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(PANEL_BG)), + border: Border { + color: PANEL_BORDER, + width: 1.0, + radius: 3.0.into(), + }, + ..Default::default() + }) + .width(Length::Fixed(210.0)); + + // ── Position: bottom-right, above the status bar (26 px) ───────────── + let positioned = container(panel) + .align_right(Fill) + .align_bottom(Fill) + .padding(Padding { + bottom: 27.0, + right: right_offset, + top: 0.0, + left: 0.0, + }) + .width(Fill) + .height(Fill); + + // ── Click-catcher: closes popup on any outside click ────────────────── + mouse_area(positioned) + .on_press(Message::CloseSnapPopup) + .into() +} + +// ── Individual snap row ─────────────────────────────────────────────────── + +fn snap_row<'a>( + snap_type: SnapType, + icon: &'a str, + label: &'a str, + active: bool, +) -> Element<'a, Message> { + let checkmark = text(if active { "✓" } else { " " }) + .size(11) + .color(if active { + CHECK_COLOR + } else { + Color::TRANSPARENT + }) + .width(Length::Fixed(14.0)); + + let icon_el = text(icon) + .size(11) + .color(ICON_COLOR) + .width(Length::Fixed(16.0)); + + let label_el = text(label) + .size(11) + .color(if active { LABEL_ON } else { LABEL_OFF }); + + let content = row![checkmark, icon_el, label_el] + .spacing(4) + .align_y(iced::Center); + + button(content) + .on_press(Message::ToggleSnap(snap_type)) + .style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => ROW_HOVER, + _ => Color::TRANSPARENT, + })), + ..Default::default() + }) + .width(Fill) + .padding([3, 8]) + .into() +} + +fn header_btn(label: &str, msg: Message, enabled: bool) -> Element<'_, Message> { + let b = button(text(label).size(10).color(if enabled { + Color { + r: 0.70, + g: 0.70, + b: 0.70, + a: 1.0, + } + } else { + Color { + r: 0.38, + g: 0.38, + b: 0.38, + a: 1.0, + } + })); + let b = if enabled { b.on_press(msg) } else { b }; + b.style(|_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => ROW_HOVER, + _ => BTN_BG, + })), + border: Border { + color: PANEL_BORDER, + width: 1.0, + radius: 2.0.into(), + }, + ..Default::default() + }) + .padding([3, 8]) + .into() +} + +// ── Colours ─────────────────────────────────────────────────────────────── + +const PANEL_BG: Color = Color { + r: 0.16, + g: 0.16, + b: 0.16, + a: 0.98, +}; +const PANEL_BORDER: Color = Color { + r: 0.32, + g: 0.32, + b: 0.32, + a: 1.0, +}; +const DIVIDER: Color = Color { + r: 0.28, + g: 0.28, + b: 0.28, + a: 1.0, +}; +const ROW_HOVER: Color = Color { + r: 0.24, + g: 0.24, + b: 0.24, + a: 1.0, +}; +const BTN_BG: Color = Color { + r: 0.20, + g: 0.20, + b: 0.20, + a: 1.0, +}; +const CHECK_COLOR: Color = Color { + r: 0.20, + g: 0.75, + b: 0.35, + a: 1.0, +}; // green ✓ +const ICON_COLOR: Color = Color { + r: 0.25, + g: 0.75, + b: 0.45, + a: 1.0, +}; // green icon +const LABEL_ON: Color = Color { + r: 0.92, + g: 0.92, + b: 0.92, + a: 1.0, +}; +const LABEL_OFF: Color = Color { + r: 0.52, + g: 0.52, + b: 0.52, + a: 1.0, +}; + +/// The `Point` parameter is unused today; kept for future tooltip positioning. +#[allow(dead_code)] +pub fn snap_marker_color(snap_type: SnapType) -> Color { + match snap_type { + SnapType::Endpoint | SnapType::Midpoint => Color { + r: 1.0, + g: 0.9, + b: 0.1, + a: 1.0, + }, + SnapType::Grid => Color { + r: 0.4, + g: 0.9, + b: 0.4, + a: 1.0, + }, + _ => Color { + r: 1.0, + g: 0.9, + b: 0.1, + a: 1.0, + }, + } +} diff --git a/src/ui/statusbar.rs b/src/ui/statusbar.rs new file mode 100644 index 00000000..2feab62c --- /dev/null +++ b/src/ui/statusbar.rs @@ -0,0 +1,407 @@ +//! Bottom status bar — Model/Layout tabs + OSNAP toggle + status info + +use iced::widget::tooltip::Position as TipPos; +use iced::widget::{button, container, row, text, tooltip, Row}; +use iced::{Background, Border, Color, Element, Length, Theme}; + +use crate::snap::Snapper; +use crate::Message; + +#[derive(Clone, Default)] +pub struct StatusBar { + #[allow(dead_code)] + pub coord_display: String, +} + +impl StatusBar { + pub fn new() -> Self { + Self { + coord_display: "MODEL".into(), + } + } + + pub fn view<'a>( + &'a self, + snapper: &'a Snapper, + popup_open: bool, + ortho_mode: bool, + polar_mode: bool, + show_grid: bool, + layouts: Vec, + current_layout: String, + ) -> Element<'a, Message> { + let menu_btn = button(text("≡").size(14).color(ICON_COLOR)) + .on_press(Message::Command("MENU".into())) + .style(|_: &Theme, _| button::Style { + background: Some(Background::Color(Color::TRANSPARENT)), + ..Default::default() + }) + .padding([2, 8]); + + let add_btn = button(text("+").size(12).color(ICON_COLOR)) + .on_press(Message::LayoutCreate) + .style(|_: &Theme, _| button::Style { + background: Some(Background::Color(Color::TRANSPARENT)), + ..Default::default() + }) + .padding([3, 7]); + + // ── Right side ──────────────────────────────────────────────────── + let osnap_active = snapper.is_active(); + let snap_grid_on = snapper.is_on(crate::snap::SnapType::Grid) && snapper.snap_enabled; + + let space_label = if current_layout == "Model" { + "MODEL" + } else { + "LAYOUT" + }; + let right_status = row![ + tip( + toggle_pill("SNAP", snap_grid_on, Message::ToggleGridSnap), + "Snap to Grid\nF9" + ), + tip( + toggle_pill("GRID", show_grid, Message::ToggleGrid), + "Show Grid\nF7" + ), + tip( + toggle_pill("ORTHO", ortho_mode, Message::ToggleOrtho), + "Orthogonal Mode\nF8" + ), + tip( + toggle_pill("POLAR", polar_mode, Message::TogglePolar), + "Polar Tracking (45°)\nF10" + ), + osnap_btn(osnap_active, snapper.snap_enabled, popup_open), + status_pill(space_label), + status_pill("1:1"), + ] + .spacing(2); + + let mut bar = Row::new().align_y(iced::Center).spacing(0); + bar = bar.push(menu_btn); + for name in layouts { + let is_active = name == current_layout; + bar = bar.push(space_tab(name, is_active)); + } + bar = bar.push(add_btn); + bar = bar.push(iced::widget::Space::new().width(Length::Fill)); + bar = bar.push(right_status); + + container(bar) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(BAR_BG)), + border: Border { + color: BORDER_COLOR, + width: 1.0, + radius: 0.0.into(), + }, + ..Default::default() + }) + .width(Length::Fill) + .height(26) + .padding([0, 4]) + .into() + } +} + +// ── Tooltip helper ──────────────────────────────────────────────────────── + +fn tip<'a>(content: Element<'a, Message>, label: &'static str) -> Element<'a, Message> { + tooltip( + content, + container(text(label).size(11).color(Color::WHITE)) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(Color { + r: 0.13, + g: 0.13, + b: 0.13, + a: 0.97, + })), + border: Border { + color: Color { + r: 0.35, + g: 0.35, + b: 0.35, + a: 1.0, + }, + width: 1.0, + radius: 3.0.into(), + }, + text_color: Some(Color::WHITE), + ..Default::default() + }) + .padding([4, 8]), + TipPos::Top, + ) + .into() +} + +// ── Simple toggle pill ──────────────────────────────────────────────────── + +fn toggle_pill(label: &'static str, active: bool, msg: Message) -> Element<'static, Message> { + button(text(label).size(10).color(if active { + OSNAP_ON_TEXT + } else { + OSNAP_OFF_TEXT + })) + .on_press(msg) + .style(move |_: &Theme, status| button::Style { + background: Some(Background::Color(match (active, status) { + (true, button::Status::Hovered) => SNAP_ON_HOVER, + (true, _) => SNAP_ON_BG, + (false, button::Status::Hovered) => SNAP_OFF_HOVER, + (false, _) => SNAP_OFF_BG, + })), + border: Border { + color: if active { SNAP_BORDER_ON } else { BORDER_COLOR }, + width: 1.0, + radius: 2.0.into(), + }, + text_color: if active { + OSNAP_ON_TEXT + } else { + OSNAP_OFF_TEXT + }, + shadow: iced::Shadow::default(), + snap: false, + }) + .padding([2, 6]) + .into() +} + +// ── OSNAP split button ──────────────────────────────────────────────────── +// +// Left part ("⚡ OSNAP"): toggles the global snap on/off. +// Right part ("▾"): opens the snap-type dropdown. + +fn osnap_btn(active: bool, snap_enabled: bool, open: bool) -> Element<'static, Message> { + let bg = match (active || snap_enabled, open) { + (true, true) => SNAP_ON_HOVER, + (true, false) => SNAP_ON_BG, + (false, _) => SNAP_OFF_BG, + }; + let border_color = if open { + ACCENT + } else if active { + SNAP_BORDER_ON + } else { + BORDER_COLOR + }; + let text_color = if active { + OSNAP_ON_TEXT + } else { + OSNAP_OFF_TEXT + }; + + let left = button(text("⚡ OSNAP").size(10).color(text_color)) + .on_press(Message::ToggleSnapEnabled) + .style(move |_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => { + if active || snap_enabled { + SNAP_ON_HOVER + } else { + SNAP_OFF_HOVER + } + } + _ => bg, + })), + border: Border { + color: border_color, + width: 1.0, + radius: iced::border::Radius { + top_left: 2.0, + top_right: 0.0, + bottom_right: 0.0, + bottom_left: 2.0, + }, + }, + text_color, + shadow: iced::Shadow::default(), + snap: false, + }) + .padding([2, 6]); + + let right = button(text("▾").size(9).color(text_color)) + .on_press(Message::ToggleSnapPopup) + .style(move |_: &Theme, status| button::Style { + background: Some(Background::Color(match status { + button::Status::Hovered => { + if active || snap_enabled { + SNAP_ON_HOVER + } else { + SNAP_OFF_HOVER + } + } + _ => bg, + })), + border: Border { + color: border_color, + width: 1.0, + radius: iced::border::Radius { + top_left: 0.0, + top_right: 2.0, + bottom_right: 2.0, + bottom_left: 0.0, + }, + }, + text_color, + shadow: iced::Shadow::default(), + snap: false, + }) + .padding([2, 4]); + + row![ + tip(left.into(), "Object Snap: toggle on/off\nF3"), + tip(right.into(), "Object Snap settings\nClick ▾"), + ] + .spacing(0) + .into() +} + +// ── Helpers ─────────────────────────────────────────────────────────────── + +fn space_tab(label: String, is_active: bool) -> Element<'static, Message> { + let msg = Message::LayoutSwitch(label.clone()); + button(text(label).size(11)) + .on_press(msg) + .style(move |_: &Theme, status| button::Style { + background: Some(Background::Color(match (is_active, status) { + (true, _) => TAB_ACTIVE, + (false, button::Status::Hovered) => TAB_HOVER, + _ => Color::TRANSPARENT, + })), + text_color: if is_active { + Color::WHITE + } else { + Color { + r: 0.65, + g: 0.65, + b: 0.65, + a: 1.0, + } + }, + border: Border { + color: if is_active { + ACCENT + } else { + Color::TRANSPARENT + }, + width: if is_active { 1.0 } else { 0.0 }, + radius: 2.0.into(), + }, + shadow: iced::Shadow::default(), + snap: false, + }) + .padding([3, 10]) + .into() +} + +fn status_pill(label: &str) -> Element<'_, Message> { + container(text(label).size(10).color(Color { + r: 0.65, + g: 0.65, + b: 0.65, + a: 1.0, + })) + .style(|_: &Theme| container::Style { + background: Some(Background::Color(PILL_BG)), + border: Border { + color: BORDER_COLOR, + width: 1.0, + radius: 2.0.into(), + }, + ..Default::default() + }) + .padding([2, 6]) + .into() +} + +// ── Colours ─────────────────────────────────────────────────────────────── + +const BAR_BG: Color = Color { + r: 0.14, + g: 0.14, + b: 0.14, + a: 1.0, +}; +const TAB_ACTIVE: Color = Color { + r: 0.25, + g: 0.25, + b: 0.25, + a: 1.0, +}; +const TAB_HOVER: Color = Color { + r: 0.20, + g: 0.20, + b: 0.20, + a: 1.0, +}; +const PILL_BG: Color = Color { + r: 0.19, + g: 0.19, + b: 0.19, + a: 1.0, +}; +const BORDER_COLOR: Color = Color { + r: 0.28, + g: 0.28, + b: 0.28, + a: 1.0, +}; +const ICON_COLOR: Color = Color { + r: 0.70, + g: 0.70, + b: 0.70, + a: 1.0, +}; +const ACCENT: Color = Color { + r: 0.20, + g: 0.55, + b: 0.90, + a: 1.0, +}; + +const OSNAP_ON_TEXT: Color = Color { + r: 0.35, + g: 0.75, + b: 1.00, + a: 1.0, +}; +const OSNAP_OFF_TEXT: Color = Color { + r: 0.42, + g: 0.42, + b: 0.42, + a: 1.0, +}; +const SNAP_ON_BG: Color = Color { + r: 0.10, + g: 0.20, + b: 0.32, + a: 1.0, +}; +const SNAP_ON_HOVER: Color = Color { + r: 0.14, + g: 0.27, + b: 0.42, + a: 1.0, +}; +const SNAP_BORDER_ON: Color = Color { + r: 0.20, + g: 0.50, + b: 0.85, + a: 1.0, +}; +const SNAP_OFF_BG: Color = Color { + r: 0.17, + g: 0.17, + b: 0.17, + a: 1.0, +}; +const SNAP_OFF_HOVER: Color = Color { + r: 0.22, + g: 0.22, + b: 0.22, + a: 1.0, +};