From be68da30f5babd60e2100d2f4b15017519c4e5c4 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 31 Jul 2024 09:10:25 +0200 Subject: [PATCH] Revision 1 --- .gitattributes | 10 + .gitignore | 22 + .librepcb-project | 1 + KumiSensors.lpp | 1 + LICENSE.txt | 199 + README.md | 10 + boards/boards.lp | 3 + boards/default/board.lp | 302 + circuit/circuit.lp | 116 + circuit/erc.lp | 2 + .../.librepcb-cmp | 1 + .../component.lp | 22 + .../.librepcb-cmp | 1 + .../component.lp | 100 + .../.librepcb-cmp | 1 + .../component.lp | 38 + .../.librepcb-cmp | 1 + .../component.lp | 173 + .../.librepcb-cmp | 1 + .../component.lp | 34 + .../.librepcb-dev | 1 + .../device.lp | 18 + .../.librepcb-dev | 1 + .../device.lp | 17 + .../.librepcb-dev | 1 + .../device.lp | 50 + .../.librepcb-dev | 1 + .../device.lp | 14 + .../.librepcb-pkg | 1 + .../e8e1199d-5576-47a0-ad40-263b77248170.step | 352 + .../package.lp | 94 + .../.librepcb-pkg | 1 + .../package.lp | 402 + .../.librepcb-pkg | 1 + .../86d188d3-a898-4ae7-9264-7201ccdc0e3c.step | 390 + .../package.lp | 109 + .../.librepcb-pkg | 1 + .../package.lp | 804 + .../.librepcb-sym | 1 + .../symbol.lp | 221 + .../.librepcb-sym | 1 + .../symbol.lp | 77 + .../.librepcb-sym | 1 + .../symbol.lp | 64 + .../.librepcb-sym | 1 + .../symbol.lp | 89 + .../.librepcb-sym | 1 + .../symbol.lp | 71 + project/jobs.lp | 2 + project/metadata.lp | 6 + project/settings.lp | 10 + resources/fontobene/newstroke.bene | 12076 ++++++++++++++++ schematics/main/schematic.lp | 209 + schematics/schematics.lp | 3 + 54 files changed, 16129 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 .librepcb-project create mode 100644 KumiSensors.lpp create mode 100644 LICENSE.txt create mode 100644 README.md create mode 100644 boards/boards.lp create mode 100644 boards/default/board.lp create mode 100644 circuit/circuit.lp create mode 100644 circuit/erc.lp create mode 100644 library/cmp/10118da4-3006-423e-99b4-076adb434065/.librepcb-cmp create mode 100644 library/cmp/10118da4-3006-423e-99b4-076adb434065/component.lp create mode 100644 library/cmp/98e71eaa-1b90-4a84-8529-ed4f493e5c41/.librepcb-cmp create mode 100644 library/cmp/98e71eaa-1b90-4a84-8529-ed4f493e5c41/component.lp create mode 100644 library/cmp/9c367e07-9cf0-4ae7-a5ed-4964be214a7e/.librepcb-cmp create mode 100644 library/cmp/9c367e07-9cf0-4ae7-a5ed-4964be214a7e/component.lp create mode 100644 library/cmp/d31ece55-4063-4d07-b7ef-306f426b924e/.librepcb-cmp create mode 100644 library/cmp/d31ece55-4063-4d07-b7ef-306f426b924e/component.lp create mode 100644 library/cmp/f7b52b62-7814-4a74-88ac-155e101507d5/.librepcb-cmp create mode 100644 library/cmp/f7b52b62-7814-4a74-88ac-155e101507d5/component.lp create mode 100644 library/dev/29294b50-e955-42e1-9d2d-584abfb2dc7c/.librepcb-dev create mode 100644 library/dev/29294b50-e955-42e1-9d2d-584abfb2dc7c/device.lp create mode 100644 library/dev/b1440e98-e2ff-4748-bcd5-da97036c9a1a/.librepcb-dev create mode 100644 library/dev/b1440e98-e2ff-4748-bcd5-da97036c9a1a/device.lp create mode 100644 library/dev/d096229d-77e0-4734-a7de-5a60593198cf/.librepcb-dev create mode 100644 library/dev/d096229d-77e0-4734-a7de-5a60593198cf/device.lp create mode 100644 library/dev/e0df6a4b-1064-4b65-94d5-510aa550e1eb/.librepcb-dev create mode 100644 library/dev/e0df6a4b-1064-4b65-94d5-510aa550e1eb/device.lp create mode 100644 library/pkg/2f81590e-39e7-4d59-a6f6-3fa1fdeeeef5/.librepcb-pkg create mode 100644 library/pkg/2f81590e-39e7-4d59-a6f6-3fa1fdeeeef5/e8e1199d-5576-47a0-ad40-263b77248170.step create mode 100644 library/pkg/2f81590e-39e7-4d59-a6f6-3fa1fdeeeef5/package.lp create mode 100644 library/pkg/3d063a06-7813-4da7-991e-2c20aabc96e4/.librepcb-pkg create mode 100644 library/pkg/3d063a06-7813-4da7-991e-2c20aabc96e4/package.lp create mode 100644 library/pkg/6388c7e7-eadf-4f43-934d-864878e2c976/.librepcb-pkg create mode 100644 library/pkg/6388c7e7-eadf-4f43-934d-864878e2c976/86d188d3-a898-4ae7-9264-7201ccdc0e3c.step create mode 100644 library/pkg/6388c7e7-eadf-4f43-934d-864878e2c976/package.lp create mode 100644 library/pkg/aaaf3401-458b-47e9-b03a-0dd4e4da972d/.librepcb-pkg create mode 100644 library/pkg/aaaf3401-458b-47e9-b03a-0dd4e4da972d/package.lp create mode 100644 library/sym/272402b4-19f0-4918-9bf4-b00dca013c69/.librepcb-sym create mode 100644 library/sym/272402b4-19f0-4918-9bf4-b00dca013c69/symbol.lp create mode 100644 library/sym/67e1b7c0-3f65-4a0b-b033-de76b336afa9/.librepcb-sym create mode 100644 library/sym/67e1b7c0-3f65-4a0b-b033-de76b336afa9/symbol.lp create mode 100644 library/sym/b46dc9dc-f396-4438-9b4f-b6604f85851f/.librepcb-sym create mode 100644 library/sym/b46dc9dc-f396-4438-9b4f-b6604f85851f/symbol.lp create mode 100644 library/sym/cd4ebe3e-c315-4e01-b381-b22b5fdb0cda/.librepcb-sym create mode 100644 library/sym/cd4ebe3e-c315-4e01-b381-b22b5fdb0cda/symbol.lp create mode 100644 library/sym/f00ab942-6980-442b-86a8-51b92de5704d/.librepcb-sym create mode 100644 library/sym/f00ab942-6980-442b-86a8-51b92de5704d/symbol.lp create mode 100644 project/jobs.lp create mode 100644 project/metadata.lp create mode 100644 project/settings.lp create mode 100644 resources/fontobene/newstroke.bene create mode 100644 schematics/main/schematic.lp create mode 100644 schematics/schematics.lp diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7ee07cf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Note: +# This file may be overwritten by LibrePCB when upgrading the project to a newer +# version. So, if you make any changes in this file, you should review/correct +# it after an upgrade. If you think that something is missing here, please open +# a new issue on our issue tracker: https://github.com/LibrePCB/LibrePCB/issues + +# Disable automatic end-of-line conversion for all files. This is to prevent Git +# from (silently) modifying files which are read and written by LibrePCB. Do not +# remove this line (or file) as is could lead into annoying and wrong behavior! +* -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..06de8d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Note: +# This file may be overwritten by LibrePCB when upgrading the project to a newer +# version. So, if you make any changes in this file, you should review/correct +# it after an upgrade. If you think that something is missing here, please open +# a new issue on our issue tracker: https://github.com/LibrePCB/LibrePCB/issues + +# LibrePCB files +.autosave/ +.backup/ +user/ +*.user.lp +.lock +*~ + +# Files created by operating systems or file managers +.DS_Store +Thumbs.db + +# Files created by other applications +*.autosave +*.swp +*.tmp diff --git a/.librepcb-project b/.librepcb-project new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.librepcb-project @@ -0,0 +1 @@ +1 diff --git a/KumiSensors.lpp b/KumiSensors.lpp new file mode 100644 index 0000000..7e5b5e5 --- /dev/null +++ b/KumiSensors.lpp @@ -0,0 +1 @@ +LIBREPCB-PROJECT \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..4fe041e --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,199 @@ +CERN Open Hardware Licence Version 2 - Permissive + + +Preamble + +CERN has developed this licence to promote collaboration among +hardware designers and to provide a legal tool which supports the +freedom to use, study, modify, share and distribute hardware designs +and products based on those designs. Version 2 of the CERN Open +Hardware Licence comes in three variants: this licence, CERN-OHL-P +(permissive); and two reciprocal licences: CERN-OHL-W (weakly +reciprocal) and CERN-OHL-S (strongly reciprocal). + +The CERN-OHL-P is copyright CERN 2020. Anyone is welcome to use it, in +unmodified form only. + +Use of this Licence does not imply any endorsement by CERN of any +Licensor or their designs nor does it imply any involvement by CERN in +their development. + + +1 Definitions + + 1.1 'Licence' means this CERN-OHL-P. + + 1.2 'Source' means information such as design materials or digital + code which can be applied to Make or test a Product or to + prepare a Product for use, Conveyance or sale, regardless of its + medium or how it is expressed. It may include Notices. + + 1.3 'Covered Source' means Source that is explicitly made available + under this Licence. + + 1.4 'Product' means any device, component, work or physical object, + whether in finished or intermediate form, arising from the use, + application or processing of Covered Source. + + 1.5 'Make' means to create or configure something, whether by + manufacture, assembly, compiling, loading or applying Covered + Source or another Product or otherwise. + + 1.6 'Notice' means copyright, acknowledgement and trademark notices, + references to the location of any Notices, modification notices + (subsection 3.3(b)) and all notices that refer to this Licence + and to the disclaimer of warranties that are included in the + Covered Source. + + 1.7 'Licensee' or 'You' means any person exercising rights under + this Licence. + + 1.8 'Licensor' means a person who creates Source or modifies Covered + Source and subsequently Conveys the resulting Covered Source + under the terms and conditions of this Licence. A person may be + a Licensee and a Licensor at the same time. + + 1.9 'Convey' means to communicate to the public or distribute. + + +2 Applicability + + 2.1 This Licence governs the use, copying, modification, Conveying + of Covered Source and Products, and the Making of Products. By + exercising any right granted under this Licence, You irrevocably + accept these terms and conditions. + + 2.2 This Licence is granted by the Licensor directly to You, and + shall apply worldwide and without limitation in time. + + 2.3 You shall not attempt to restrict by contract or otherwise the + rights granted under this Licence to other Licensees. + + 2.4 This Licence is not intended to restrict fair use, fair dealing, + or any other similar right. + + +3 Copying, Modifying and Conveying Covered Source + + 3.1 You may copy and Convey verbatim copies of Covered Source, in + any medium, provided You retain all Notices. + + 3.2 You may modify Covered Source, other than Notices. + + You may only delete Notices if they are no longer applicable to + the corresponding Covered Source as modified by You and You may + add additional Notices applicable to Your modifications. + + 3.3 You may Convey modified Covered Source (with the effect that You + shall also become a Licensor) provided that You: + + a) retain Notices as required in subsection 3.2; and + + b) add a Notice to the modified Covered Source stating that You + have modified it, with the date and brief description of how + You have modified it. + + 3.4 You may Convey Covered Source or modified Covered Source under + licence terms which differ from the terms of this Licence + provided that You: + + a) comply at all times with subsection 3.3; and + + b) provide a copy of this Licence to anyone to whom You + Convey Covered Source or modified Covered Source. + + +4 Making and Conveying Products + +You may Make Products, and/or Convey them, provided that You ensure +that the recipient of the Product has access to any Notices applicable +to the Product. + + +5 DISCLAIMER AND LIABILITY + + 5.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products + are provided 'as is' and any express or implied warranties, + including, but not limited to, implied warranties of + merchantability, of satisfactory quality, non-infringement of + third party rights, and fitness for a particular purpose or use + are disclaimed in respect of any Source or Product to the + maximum extent permitted by law. The Licensor makes no + representation that any Source or Product does not or will not + infringe any patent, copyright, trade secret or other + proprietary right. The entire risk as to the use, quality, and + performance of any Source or Product shall be with You and not + the Licensor. This disclaimer of warranty is an essential part + of this Licence and a condition for the grant of any rights + granted under this Licence. + + 5.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to + the maximum extent permitted by law, have no liability for + direct, indirect, special, incidental, consequential, exemplary, + punitive or other damages of any character including, without + limitation, procurement of substitute goods or services, loss of + use, data or profits, or business interruption, however caused + and on any theory of contract, warranty, tort (including + negligence), product liability or otherwise, arising in any way + in relation to the Covered Source, modified Covered Source + and/or the Making or Conveyance of a Product, even if advised of + the possibility of such damages, and You shall hold the + Licensor(s) free and harmless from any liability, costs, + damages, fees and expenses, including claims by third parties, + in relation to such use. + + +6 Patents + + 6.1 Subject to the terms and conditions of this Licence, each + Licensor hereby grants to You a perpetual, worldwide, + non-exclusive, no-charge, royalty-free, irrevocable (except as + stated in this section 6, or where terminated by the Licensor + for cause) patent licence to Make, have Made, use, offer to + sell, sell, import, and otherwise transfer the Covered Source + and Products, where such licence applies only to those patent + claims licensable by such Licensor that are necessarily + infringed by exercising rights under the Covered Source as + Conveyed by that Licensor. + + 6.2 If You institute patent litigation against any entity (including + a cross-claim or counterclaim in a lawsuit) alleging that the + Covered Source or a Product constitutes direct or contributory + patent infringement, or You seek any declaration that a patent + licensed to You under this Licence is invalid or unenforceable + then any rights granted to You under this Licence shall + terminate as of the date such process is initiated. + + +7 General + + 7.1 If any provisions of this Licence are or subsequently become + invalid or unenforceable for any reason, the remaining + provisions shall remain effective. + + 7.2 You shall not use any of the name (including acronyms and + abbreviations), image, or logo by which the Licensor or CERN is + known, except where needed to comply with section 3, or where + the use is otherwise allowed by law. Any such permitted use + shall be factual and shall not be made so as to suggest any kind + of endorsement or implication of involvement by the Licensor or + its personnel. + + 7.3 CERN may publish updated versions and variants of this Licence + which it considers to be in the spirit of this version, but may + differ in detail to address new problems or concerns. New + versions will be published with a unique version number and a + variant identifier specifying the variant. If the Licensor has + specified that a given variant applies to the Covered Source + without specifying a version, You may treat that Covered Source + as being released under any version of the CERN-OHL with that + variant. If no variant is specified, the Covered Source shall be + treated as being released under CERN-OHL-S. The Licensor may + also specify that the Covered Source is subject to a specific + version of the CERN-OHL or any later version in which case You + may apply this or any later version of CERN-OHL with the same + variant identifier published by CERN. + + 7.4 This Licence shall not be enforceable except by a Licensor + acting as such, and third party beneficiary rights are + specifically excluded. diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3fc446 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# KumiSensors + +## Description + +This is a [LibrePCB](https://librepcb.org) project! +Just edit this file to add a description about it. + +## License + +See [LICENSE.txt](LICENSE.txt). diff --git a/boards/boards.lp b/boards/boards.lp new file mode 100644 index 0000000..b5a30af --- /dev/null +++ b/boards/boards.lp @@ -0,0 +1,3 @@ +(librepcb_boards + (board "boards/default/board.lp") +) diff --git a/boards/default/board.lp b/boards/default/board.lp new file mode 100644 index 0000000..f8acb5f --- /dev/null +++ b/boards/default/board.lp @@ -0,0 +1,302 @@ +(librepcb_board 6a8f2deb-ab48-4959-b905-678a45083d57 + (name "default") + (default_font "newstroke.bene") + (grid (interval 0.635) (unit millimeters)) + (layers (inner 0)) + (thickness 1.6) + (solder_resist green) + (silkscreen white) + (silkscreen_layers_top top_legend top_names) + (silkscreen_layers_bot bot_legend bot_names) + (design_rules + (stopmask_max_via_drill_diameter 0.5) + (stopmask_clearance (ratio 0.0) (min 0.1) (max 0.1)) + (solderpaste_clearance (ratio 0.1) (min 0.0) (max 1.0)) + (pad_annular_ring (outer full) (inner auto) (ratio 0.25) (min 0.25) (max 2.0)) + (via_annular_ring (ratio 0.25) (min 0.2) (max 2.0)) + ) + (design_rule_check + (min_copper_copper_clearance 0.2) + (min_copper_board_clearance 0.3) + (min_copper_npth_clearance 0.25) + (min_drill_drill_clearance 0.35) + (min_drill_board_clearance 0.5) + (min_silkscreen_stopmask_clearance 0.127) + (min_copper_width 0.2) + (min_annular_ring 0.2) + (min_npth_drill_diameter 0.3) + (min_pth_drill_diameter 0.3) + (min_npth_slot_width 1.0) + (min_pth_slot_width 0.7) + (min_silkscreen_width 0.15) + (min_silkscreen_text_height 0.8) + (min_outline_tool_diameter 2.0) + (blind_vias_allowed false) + (buried_vias_allowed false) + (allowed_npth_slots single_segment_straight) + (allowed_pth_slots single_segment_straight) + (approvals_version "1") + (approved minimum_width_violation + (device 9f818b90-1d9c-4d6a-ad7a-d4dbe7e96d1d) + (polygon 17610f8b-bc09-49ec-9c05-fa33d509aa82) + ) + ) + (fabrication_output_settings + (base_path "./output/{{VERSION}}/gerber/{{PROJECT}}") + (outlines (suffix "_OUTLINES.gbr")) + (copper_top (suffix "_COPPER-TOP.gbr")) + (copper_inner (suffix "_COPPER-IN{{CU_LAYER}}.gbr")) + (copper_bot (suffix "_COPPER-BOTTOM.gbr")) + (soldermask_top (suffix "_SOLDERMASK-TOP.gbr")) + (soldermask_bot (suffix "_SOLDERMASK-BOTTOM.gbr")) + (silkscreen_top (suffix "_SILKSCREEN-TOP.gbr")) + (silkscreen_bot (suffix "_SILKSCREEN-BOTTOM.gbr")) + (drills (merge false) + (suffix_pth "_DRILLS-PTH.drl") + (suffix_npth "_DRILLS-NPTH.drl") + (suffix_merged "_DRILLS.drl") + (suffix_buried "_DRILLS-PLATED-{{START_LAYER}}-{{END_LAYER}}.drl") + (g85_slots false) + ) + (solderpaste_top (create true) (suffix "_SOLDERPASTE-TOP.gbr")) + (solderpaste_bot (create true) (suffix "_SOLDERPASTE-BOTTOM.gbr")) + ) + (device 9f818b90-1d9c-4d6a-ad7a-d4dbe7e96d1d + (lib_device d096229d-77e0-4734-a7de-5a60593198cf) + (lib_footprint 1cdfed4e-ee21-41bc-9c59-c25117422502) + (lib_3d_model none) + (position 46.99 31.75) (rotation 0.0) (flip false) (lock false) + (stroke_text 1c912eaf-2c2b-4e9c-b238-8e080f8b7dca (layer top_names) + (height 1.079917) (stroke_width 0.15) (letter_spacing auto) (line_spacing auto) + (align left bottom) (position 32.9846 59.5608) (rotation 0.0) + (auto_rotate true) (mirror false) (lock false) (value "{{NAME}} - ESP32") + ) + (stroke_text e4fc8ff9-4c4a-4a6c-8716-c2daa96710cc (layer top_values) + (height 1.080631) (stroke_width 0.15) (letter_spacing auto) (line_spacing auto) + (align left bottom) (position 32.9754 2.8198) (rotation 0.0) + (auto_rotate true) (mirror false) (lock false) (value "{{VALUE}}") + ) + ) + (device a3fa5987-e9ed-4e0c-a62d-7fc94201438f + (lib_device e0df6a4b-1064-4b65-94d5-510aa550e1eb) + (lib_footprint f0fdd511-909b-49c0-aef5-683b592da2c0) + (lib_3d_model none) + (position 10.16 12.7) (rotation 0.0) (flip false) (lock false) + (stroke_text 5eb60cf1-f808-460d-8263-bd3b7c83bc01 (layer top_legend) + (height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto) + (align center top) (position 10.16 10.795) (rotation 0.0) + (auto_rotate true) (mirror false) (lock false) (value "{{VALUE}}") + ) + ) + (device e5489792-edf4-4a4d-9ee2-e8a58e4fe9f4 + (lib_device b1440e98-e2ff-4748-bcd5-da97036c9a1a) + (lib_footprint 1082851b-0c20-457e-89f9-4865651433db) + (lib_3d_model e8e1199d-5576-47a0-ad40-263b77248170) + (position 19.685 43.18) (rotation 0.0) (flip false) (lock false) + (stroke_text 56462569-7b95-4dea-a1d7-ec4bc1c08da2 (layer top_values) + (height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto) + (align center top) (position 19.685 38.1) (rotation 0.0) + (auto_rotate true) (mirror false) (lock false) (value "{{VALUE}}") + ) + (stroke_text e5f9ff74-1f73-4a2d-845b-f53c3b59921a (layer top_names) + (height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto) + (align center bottom) (position 19.685 47.625) (rotation 0.0) + (auto_rotate true) (mirror false) (lock false) (value "{{NAME}}\nAM2302") + ) + ) + (device e6794793-100f-457a-912b-897534dc99d3 + (lib_device 29294b50-e955-42e1-9d2d-584abfb2dc7c) + (lib_footprint 4c3d368d-c330-4378-8b0c-50c9fd9f1484) + (lib_3d_model 86d188d3-a898-4ae7-9264-7201ccdc0e3c) + (position 19.685 20.32) (rotation 0.0) (flip false) (lock false) + (stroke_text 29c6836e-d9cb-49f8-929e-0e276d668547 (layer top_values) + (height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto) + (align center top) (position 19.685 13.97) (rotation 0.0) + (auto_rotate true) (mirror false) (lock false) (value "{{VALUE}}") + ) + (stroke_text 96c2d33d-f68c-482f-9268-2e70769a9c65 (layer top_names) + (height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto) + (align center bottom) (position 19.685 26.67) (rotation 0.0) + (auto_rotate true) (mirror false) (lock false) (value "{{NAME}}\nBMP180") + ) + ) + (netsegment 3a271d8f-7d96-4e2d-bce9-afa403a6873a + (net 05b4aa38-c40c-4a83-97bf-9030cc8d5930) + (junction 000f882e-99a1-46ed-aceb-b43dd9856fb4 (position 34.215 18.415)) + (junction 09e15fc2-78c8-4c17-824d-8d45b0e713b4 (position 25.4 18.415)) + (junction 34946acc-84bd-472e-bbc1-646566ff64e3 (position 24.765 21.59)) + (junction f902d962-c97a-4bb4-a522-e6a770a732e2 (position 25.4 21.59)) + (trace 4964bc3b-f109-4d55-974c-88bf86c52334 (layer top_cu) (width 0.5) + (from (junction 000f882e-99a1-46ed-aceb-b43dd9856fb4)) + (to (device 9f818b90-1d9c-4d6a-ad7a-d4dbe7e96d1d) (pad 310788db-f3ca-431c-86c2-577239cc8d90)) + ) + (trace 56623fd4-9ed7-4af2-b8be-e37b7054d712 (layer top_cu) (width 0.5) + (from (junction 09e15fc2-78c8-4c17-824d-8d45b0e713b4)) + (to (junction f902d962-c97a-4bb4-a522-e6a770a732e2)) + ) + (trace 6affb1b5-33d7-44c0-aec9-e4aa19e7ea73 (layer top_cu) (width 0.5) + (from (junction 09e15fc2-78c8-4c17-824d-8d45b0e713b4)) + (to (junction 000f882e-99a1-46ed-aceb-b43dd9856fb4)) + ) + (trace d53c7ce6-2737-4042-8c51-8178f9ed85b1 (layer top_cu) (width 0.5) + (from (junction 34946acc-84bd-472e-bbc1-646566ff64e3)) + (to (junction f902d962-c97a-4bb4-a522-e6a770a732e2)) + ) + (trace de1206a1-3a32-471f-8263-8eb1b1165727 (layer top_cu) (width 0.5) + (from (junction 34946acc-84bd-472e-bbc1-646566ff64e3)) + (to (device e6794793-100f-457a-912b-897534dc99d3) (pad f589c04b-4dfe-4a09-95c0-bded748a76e8)) + ) + ) + (netsegment 4e318938-b411-4144-9d3d-4eb99d0b9ab7 + (net d4e56f7f-9431-4524-8140-7ae5eea042e6) + (junction 107f7ddb-3d7c-4e20-8cd2-d7c614e55212 (position 62.23 8.255)) + (junction 22fe758a-330d-4f4a-b98f-1e0c9f4019a5 (position 62.155 10.87)) + (junction 4dfe4161-5952-4e13-a9ea-4488275d9aca (position 62.23 10.795)) + (junction 5195055d-e66c-42af-a176-af9108c09454 (position 62.23 1.905)) + (junction c3312bbb-881c-4bfc-9bdb-5576a59b20b5 (position 19.685 1.905)) + (junction e835726a-8965-4183-a55a-5bccef3b2cf3 (position 19.685 16.51)) + (trace 0283e40e-7699-4e70-8842-835f8b09b7f9 (layer top_cu) (width 0.5) + (from (junction 107f7ddb-3d7c-4e20-8cd2-d7c614e55212)) + (to (junction 5195055d-e66c-42af-a176-af9108c09454)) + ) + (trace 4e5c7d2b-e147-4ece-9dfc-837a30b44af3 (layer top_cu) (width 0.5) + (from (junction c3312bbb-881c-4bfc-9bdb-5576a59b20b5)) + (to (device e6794793-100f-457a-912b-897534dc99d3) (pad 77a723bf-0e1c-4ab1-9e90-2ce0a059af9c)) + ) + (trace 782541c2-2e8b-48e7-b5fc-a148e3ee95dc (layer top_cu) (width 0.5) + (from (junction 22fe758a-330d-4f4a-b98f-1e0c9f4019a5)) + (to (device 9f818b90-1d9c-4d6a-ad7a-d4dbe7e96d1d) (pad 388d93fa-f1a8-40fc-bd37-4269621982a3)) + ) + (trace 9c7990c2-6ab0-4134-b4a3-6e19d793e577 (layer top_cu) (width 0.5) + (from (junction 5195055d-e66c-42af-a176-af9108c09454)) + (to (junction c3312bbb-881c-4bfc-9bdb-5576a59b20b5)) + ) + (trace c8fb3a5b-7a6e-41b5-804f-a561e12e14c9 (layer top_cu) (width 0.5) + (from (junction 4dfe4161-5952-4e13-a9ea-4488275d9aca)) + (to (junction 22fe758a-330d-4f4a-b98f-1e0c9f4019a5)) + ) + (trace d1f2f252-83a1-4ea9-9c03-a065d529e04c (layer top_cu) (width 0.5) + (from (device e6794793-100f-457a-912b-897534dc99d3) (pad 77a723bf-0e1c-4ab1-9e90-2ce0a059af9c)) + (to (junction e835726a-8965-4183-a55a-5bccef3b2cf3)) + ) + (trace ffbedf24-8ea5-4ce8-b9b0-02de21235597 (layer top_cu) (width 0.5) + (from (junction 4dfe4161-5952-4e13-a9ea-4488275d9aca)) + (to (junction 107f7ddb-3d7c-4e20-8cd2-d7c614e55212)) + ) + ) + (netsegment 69e5db1f-fc36-4717-8551-0c24f9e2543f + (net 7ae7b326-4f48-4d7a-80c9-9d4e4270828f) + (junction 3bec987a-f44d-4ff7-8eb6-38cda9ed7a4a (position 23.495 3.81)) + (junction 6ff304e7-aaf6-4a5b-b204-d4e51758ae03 (position 59.69 3.81)) + (junction 74e4731d-6ccb-43e1-b6b2-159990cdbe32 (position 23.495 19.05)) + (trace 665b4d62-b00f-4667-a2a1-e43c5a013385 (layer top_cu) (width 0.5) + (from (junction 3bec987a-f44d-4ff7-8eb6-38cda9ed7a4a)) + (to (junction 74e4731d-6ccb-43e1-b6b2-159990cdbe32)) + ) + (trace 9a0fd423-1263-4eae-8b46-aefc489140fd (layer top_cu) (width 0.5) + (from (junction 74e4731d-6ccb-43e1-b6b2-159990cdbe32)) + (to (device e6794793-100f-457a-912b-897534dc99d3) (pad d5504b35-e3d8-4123-95b5-aab02cca6227)) + ) + (trace 9f780fc5-ba33-412d-a129-f736661841f6 (layer top_cu) (width 0.5) + (from (device 9f818b90-1d9c-4d6a-ad7a-d4dbe7e96d1d) (pad 9cd086ff-7bcd-4941-bb22-d0d08df931bd)) + (to (junction 6ff304e7-aaf6-4a5b-b204-d4e51758ae03)) + ) + (trace ff9b414e-04b1-4580-a993-e139b85c951d (layer top_cu) (width 0.5) + (from (junction 6ff304e7-aaf6-4a5b-b204-d4e51758ae03)) + (to (junction 3bec987a-f44d-4ff7-8eb6-38cda9ed7a4a)) + ) + ) + (netsegment 84692c14-45ac-4323-8299-7519ab7d482f + (net 6a61df8e-91d6-4504-8b69-977b746fbcc3) + (junction 39f2d547-f283-491b-837b-681150075512 (position 24.13 40.64)) + (junction 92d89fb4-8b65-4b76-8fb0-9a4837feaf63 (position 30.48 51.435)) + (junction daf24120-5298-43b2-a0ee-a8102ba20e75 (position 24.13 24.13)) + (junction ebb7c867-1b39-48bb-91c7-4134bb5c28d1 (position 24.13 51.435)) + (trace 0c3681fd-2cf1-41e1-9b6f-68d13200a4cc (layer top_cu) (width 0.5) + (from (device e6794793-100f-457a-912b-897534dc99d3) (pad a491f486-5a2a-4e7c-b748-14553d21ca4c)) + (to (junction daf24120-5298-43b2-a0ee-a8102ba20e75)) + ) + (trace 55faa6f7-c773-425a-bd8e-f01bc955e8c7 (layer top_cu) (width 0.5) + (from (junction daf24120-5298-43b2-a0ee-a8102ba20e75)) + (to (junction 39f2d547-f283-491b-837b-681150075512)) + ) + (trace 5dcbca31-3558-402f-baa4-6b83deb07cb6 (layer top_cu) (width 0.5) + (from (junction 92d89fb4-8b65-4b76-8fb0-9a4837feaf63)) + (to (device 9f818b90-1d9c-4d6a-ad7a-d4dbe7e96d1d) (pad b55829c0-5a0b-46b6-b3e6-f479a02d823c)) + ) + (trace 63e6c349-1d97-4fb8-b77c-823bdf446dad (layer top_cu) (width 0.5) + (from (junction ebb7c867-1b39-48bb-91c7-4134bb5c28d1)) + (to (junction 92d89fb4-8b65-4b76-8fb0-9a4837feaf63)) + ) + (trace e1b7e707-e918-4164-aabf-8688d92f4dc1 (layer top_cu) (width 0.5) + (from (junction 39f2d547-f283-491b-837b-681150075512)) + (to (junction ebb7c867-1b39-48bb-91c7-4134bb5c28d1)) + ) + (trace fa5b914c-f223-4f0d-b5bf-b791e804ee30 (layer top_cu) (width 0.5) + (from (device e5489792-edf4-4a4d-9ee2-e8a58e4fe9f4) (pad 3121d4b6-09ee-435d-9714-1e91876be880)) + (to (junction 39f2d547-f283-491b-837b-681150075512)) + ) + ) + (netsegment 86e95614-343a-4395-b987-c8b1c61bfc02 + (net 3c18ef54-37c3-4d01-9261-0e4094b26d69) + (junction 34dfcd3a-b3cb-4a37-87c1-80f30a1457e4 (position 16.51 55.88)) + (junction 64cff22b-ec71-42f7-9dd6-6b6dd265235c (position 16.51 43.18)) + (junction 9d328726-7649-48d9-a801-e3b1ead4bab6 (position 59.69 48.895)) + (junction b257026c-7bc7-470e-ada2-41f898b9502c (position 62.865 48.895)) + (junction f61bd105-a1e8-4bdf-834d-30b83af647c8 (position 62.865 55.88)) + (trace 2b2c2efe-4abc-405a-bea5-260c4a21ad1c (layer top_cu) (width 0.5) + (from (junction 34dfcd3a-b3cb-4a37-87c1-80f30a1457e4)) + (to (junction 64cff22b-ec71-42f7-9dd6-6b6dd265235c)) + ) + (trace 46592bcf-122b-42c3-86b6-39be221f9e19 (layer top_cu) (width 0.5) + (from (junction 64cff22b-ec71-42f7-9dd6-6b6dd265235c)) + (to (device e5489792-edf4-4a4d-9ee2-e8a58e4fe9f4) (pad d4c6ef1f-8b5e-4d4d-a15e-c58ff1ec228a)) + ) + (trace 4f4593d7-de36-4952-8c22-d30b303b90db (layer top_cu) (width 0.5) + (from (junction 9d328726-7649-48d9-a801-e3b1ead4bab6)) + (to (device 9f818b90-1d9c-4d6a-ad7a-d4dbe7e96d1d) (pad 755a7a4e-d05c-4c6b-ac23-e2084250c4ee)) + ) + (trace 5ee72eeb-0685-4ec8-9951-737505972d28 (layer top_cu) (width 0.5) + (from (junction f61bd105-a1e8-4bdf-834d-30b83af647c8)) + (to (junction 34dfcd3a-b3cb-4a37-87c1-80f30a1457e4)) + ) + (trace 6dd124e5-ec70-4ad5-bb91-c6dcbcb04cf7 (layer top_cu) (width 0.5) + (from (junction b257026c-7bc7-470e-ada2-41f898b9502c)) + (to (junction 9d328726-7649-48d9-a801-e3b1ead4bab6)) + ) + (trace a05f4356-c40f-4ea6-9335-2bc482ceab28 (layer top_cu) (width 0.5) + (from (junction f61bd105-a1e8-4bdf-834d-30b83af647c8)) + (to (junction b257026c-7bc7-470e-ada2-41f898b9502c)) + ) + ) + (netsegment 9f21a0b9-3795-4f73-81e7-f045218ec939 + (net fb295355-28fb-4013-ab97-8a18d5042d2f) + (junction b81f51ce-e0d0-4451-beab-c37c192fe5eb (position 59.69 53.34)) + (junction fff81bbf-da72-4e80-991a-9c719cb046ea (position 19.685 53.34)) + (trace 3921a2ca-7a15-4d4b-adb9-ddc4fc6a4317 (layer top_cu) (width 0.5) + (from (device 9f818b90-1d9c-4d6a-ad7a-d4dbe7e96d1d) (pad 60d79a11-7f8f-48ea-bb8c-c59b56e2d270)) + (to (junction b81f51ce-e0d0-4451-beab-c37c192fe5eb)) + ) + (trace 4cda44e4-1c46-472a-9ce7-31387d4d3392 (layer top_cu) (width 0.5) + (from (junction fff81bbf-da72-4e80-991a-9c719cb046ea)) + (to (device e5489792-edf4-4a4d-9ee2-e8a58e4fe9f4) (pad cb1d61c4-2ec6-48c2-9258-807ac5470ad5)) + ) + (trace e6466632-0fe6-45f2-b338-2eafb384006b (layer top_cu) (width 0.5) + (from (junction b81f51ce-e0d0-4451-beab-c37c192fe5eb)) + (to (junction fff81bbf-da72-4e80-991a-9c719cb046ea)) + ) + ) + (polygon f5813c8c-ecef-4599-afb2-6aee4db0b3ab (layer brd_outlines) + (width 0.0) (fill false) (grab_area false) (lock false) + (vertex (position 0.0 0.0) (angle 0.0)) + (vertex (position 65.405 0.0) (angle 0.0)) + (vertex (position 65.405 61.595) (angle 0.0)) + (vertex (position 0.0 61.595) (angle 0.0)) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + (stroke_text 105ca3c8-39e1-45f6-a436-35468c734cba (layer brd_documentation) + (height 0.5) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto) + (align center center) (position 10.16 3.81) (rotation 0.0) + (auto_rotate true) (mirror false) (lock false) (value "https://git.private.coffee/\nkumi/sensorpcb\n\nRev. 1") + ) +) diff --git a/circuit/circuit.lp b/circuit/circuit.lp new file mode 100644 index 0000000..61a57ef --- /dev/null +++ b/circuit/circuit.lp @@ -0,0 +1,116 @@ +(librepcb_circuit + (variant ad10f5ea-ea72-4319-bd15-94a1d4111bc4 (name "Std") + (description "Standard assembly") + ) + (netclass 765f1740-fdf4-4982-b2c1-64cf70faef01 (name "default")) + (net 05b4aa38-c40c-4a83-97bf-9030cc8d5930 (auto true) (name "N4") + (netclass 765f1740-fdf4-4982-b2c1-64cf70faef01) + ) + (net 3c18ef54-37c3-4d01-9261-0e4094b26d69 (auto true) (name "N3") + (netclass 765f1740-fdf4-4982-b2c1-64cf70faef01) + ) + (net 6a61df8e-91d6-4504-8b69-977b746fbcc3 (auto true) (name "N2") + (netclass 765f1740-fdf4-4982-b2c1-64cf70faef01) + ) + (net 7ae7b326-4f48-4d7a-80c9-9d4e4270828f (auto true) (name "N5") + (netclass 765f1740-fdf4-4982-b2c1-64cf70faef01) + ) + (net d4e56f7f-9431-4524-8140-7ae5eea042e6 (auto true) (name "N7") + (netclass 765f1740-fdf4-4982-b2c1-64cf70faef01) + ) + (net fb295355-28fb-4013-ab97-8a18d5042d2f (auto true) (name "N1") + (netclass 765f1740-fdf4-4982-b2c1-64cf70faef01) + ) + (component 43f7edbf-c1f2-476a-8731-cf5cd0454f8c + (lib_component 98e71eaa-1b90-4a84-8529-ed4f493e5c41) + (lib_variant 352cccd5-0c3c-4c66-88e0-6ee7c6a3cbf9) + (name "FRAME1") (value "") + (lock_assembly false) + (attribute "FIELD_SHEET" (type string) (unit none) (value "{{ SCH_FRAME_SHEET or SHEET }}")) + (attribute "FIELD_PROJECT" (type string) (unit none) (value "{{ SCH_FRAME_PROJECT or PROJECT }}")) + (attribute "FIELD_VERSION" (type string) (unit none) (value "{{ SCH_FRAME_VERSION or VERSION }}")) + (attribute "FIELD_DATE" (type string) (unit none) (value "{{ SCH_FRAME_DATE or DATE }}")) + (attribute "FIELD_AUTHOR" (type string) (unit none) (value "{{ SCH_FRAME_AUTHOR or AUTHOR }}")) + (attribute "FIELD_PAGE" (type string) (unit none) (value "{{ SCH_FRAME_PAGE_X_OF_Y or PAGE_X_OF_Y }}")) + ) + (component 9f818b90-1d9c-4d6a-ad7a-d4dbe7e96d1d + (lib_component d31ece55-4063-4d07-b7ef-306f426b924e) + (lib_variant 490b6fbc-0481-47cf-b500-bb1369e08fb6) + (name "U1") (value "{{ MPN or DEVICE or COMPONENT }}") + (lock_assembly false) + (device d096229d-77e0-4734-a7de-5a60593198cf + (variant ad10f5ea-ea72-4319-bd15-94a1d4111bc4) + ) + (signal 06009a9b-3a95-4f10-8ca2-9b8cfe7a8ba0 (net none)) + (signal 0b8ec1c0-bff2-4d25-be38-6bb1c7b4314a (net fb295355-28fb-4013-ab97-8a18d5042d2f)) + (signal 0d8e51a9-f171-49db-9da7-fa9dcbf0217c (net none)) + (signal 10b1195a-9585-4116-930b-10fec1935842 (net none)) + (signal 149043e2-319e-4d40-ab7c-50454255366a (net none)) + (signal 29d48606-c088-4b1b-861b-185675c5eae3 (net none)) + (signal 2dc7d89f-d9e5-46ca-8aac-9dca227dd73f (net none)) + (signal 3136815a-85ad-4138-a5e7-2cc3441bccf0 (net d4e56f7f-9431-4524-8140-7ae5eea042e6)) + (signal 313e448d-6707-4904-bbe0-2a5595147853 (net none)) + (signal 3433a37b-baa0-4df5-bea6-c19cb3b7e72c (net 7ae7b326-4f48-4d7a-80c9-9d4e4270828f)) + (signal 36d3553b-6d97-424f-8b6b-0fbc4df2d087 (net none)) + (signal 43e7eb77-32f3-44a6-b05a-5b287711fdac (net none)) + (signal 46920939-8951-4426-abff-a7c9783c6d9c (net none)) + (signal 4c6474ac-f643-4592-aa82-79d011ad3f54 (net none)) + (signal 4ebc781e-386c-4389-916d-66c63d1a7f55 (net none)) + (signal 5581c53a-f3ea-4f2e-8817-3816f6e9c494 (net none)) + (signal 5707c640-6f8b-4c52-a648-1580c0660399 (net none)) + (signal 60198398-a7be-41c6-bc8b-b68c90f14e33 (net 05b4aa38-c40c-4a83-97bf-9030cc8d5930)) + (signal 61d7b47b-4a13-4733-8e43-918d31f10a6e (net none)) + (signal 6249992b-98a2-454e-a9da-d18fde63dbf1 (net 6a61df8e-91d6-4504-8b69-977b746fbcc3)) + (signal 6c540b6f-cb2b-4127-bc74-e2d8ab017fec (net none)) + (signal 6ffd00a9-e226-4f90-aa6f-12c79be9106e (net none)) + (signal 747c45b9-a5b5-49fc-8e50-695668aab26d (net none)) + (signal 74fb67e6-23e9-49c5-98b2-a2f4137e844a (net none)) + (signal 7a23b1c0-8536-49d1-a9e6-0379344be5cd (net 3c18ef54-37c3-4d01-9261-0e4094b26d69)) + (signal 80a0f14b-11d8-40a8-aa8b-8528eb6cb6ad (net none)) + (signal 94fb8483-502a-4f9a-abe0-244d5ffa390d (net none)) + (signal a6b14191-1ed3-44a5-a645-3607c82dd9cb (net none)) + (signal abd68e16-adc0-4cc7-9478-ce584b71e6c1 (net none)) + (signal af0a8ee7-832a-4b82-a619-b00a6441d6e7 (net none)) + (signal b55be512-2e9a-46a2-9203-159bfaa8b44e (net none)) + (signal b5f55016-efa5-4130-9f0d-ca9c84390334 (net none)) + (signal e405f2e5-7e26-4157-9213-8c0fefe572a5 (net none)) + (signal ef832a0f-45de-42f7-8aa5-c34fbc260e6e (net none)) + (signal f308172a-cc16-463d-a546-1dfc4549b58f (net none)) + (signal f80358a4-f67a-4291-950d-46aed8783cd1 (net none)) + (signal fa8bbed3-f529-40d3-8de7-fceb1fda3a6d (net none)) + (signal fc467fb4-9188-4670-9465-ad7b66856df0 (net none)) + ) + (component a3fa5987-e9ed-4e0c-a62d-7fc94201438f + (lib_component 10118da4-3006-423e-99b4-076adb434065) + (lib_variant 5255f2cd-703c-4a41-95dc-54c341811cb6) + (name "OSHW3") (value "open source\nhardware") + (lock_assembly false) + (device e0df6a4b-1064-4b65-94d5-510aa550e1eb + ) + ) + (component e5489792-edf4-4a4d-9ee2-e8a58e4fe9f4 + (lib_component f7b52b62-7814-4a74-88ac-155e101507d5) + (lib_variant 75a3b2bb-300f-4ef0-9f8e-dbe84c4c4d55) + (name "J1") (value "{{MPN}}") + (lock_assembly false) + (device b1440e98-e2ff-4748-bcd5-da97036c9a1a + (variant ad10f5ea-ea72-4319-bd15-94a1d4111bc4) + ) + (signal 2a1b21cb-3055-45c7-ae24-1c95c3864106 (net 3c18ef54-37c3-4d01-9261-0e4094b26d69)) + (signal ab3ff7fb-1204-44b8-8186-4980033cb3cb (net 6a61df8e-91d6-4504-8b69-977b746fbcc3)) + (signal b5721ec8-eac4-4e61-ab35-545798d77c87 (net fb295355-28fb-4013-ab97-8a18d5042d2f)) + ) + (component e6794793-100f-457a-912b-897534dc99d3 + (lib_component 9c367e07-9cf0-4ae7-a5ed-4964be214a7e) + (lib_variant cc174801-3369-4cb3-baf3-ba9cc3caad08) + (name "J2") (value "{{MPN}}") + (lock_assembly false) + (device 29294b50-e955-42e1-9d2d-584abfb2dc7c + (variant ad10f5ea-ea72-4319-bd15-94a1d4111bc4) + ) + (signal 8db59dac-f12b-4aa4-9466-8090de44662f (net 6a61df8e-91d6-4504-8b69-977b746fbcc3)) + (signal aa2432e3-28d6-41fe-bb1f-872c523a2309 (net 05b4aa38-c40c-4a83-97bf-9030cc8d5930)) + (signal d906737c-2f07-4e4a-9c63-92457a2b3d18 (net 7ae7b326-4f48-4d7a-80c9-9d4e4270828f)) + (signal f0bc8e76-f336-46df-b460-de88c0524e6d (net d4e56f7f-9431-4524-8140-7ae5eea042e6)) + ) +) diff --git a/circuit/erc.lp b/circuit/erc.lp new file mode 100644 index 0000000..fbe63ec --- /dev/null +++ b/circuit/erc.lp @@ -0,0 +1,2 @@ +(librepcb_erc +) diff --git a/library/cmp/10118da4-3006-423e-99b4-076adb434065/.librepcb-cmp b/library/cmp/10118da4-3006-423e-99b4-076adb434065/.librepcb-cmp new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/cmp/10118da4-3006-423e-99b4-076adb434065/.librepcb-cmp @@ -0,0 +1 @@ +1 diff --git a/library/cmp/10118da4-3006-423e-99b4-076adb434065/component.lp b/library/cmp/10118da4-3006-423e-99b4-076adb434065/component.lp new file mode 100644 index 0000000..a1b20da --- /dev/null +++ b/library/cmp/10118da4-3006-423e-99b4-076adb434065/component.lp @@ -0,0 +1,22 @@ +(librepcb_component 10118da4-3006-423e-99b4-076adb434065 + (name "OSHW Logo") + (description "Open Source Hardware logo.") + (keywords "open,source") + (author "U. Bruhin") + (version "0.1") + (created 2023-09-06T13:23:03Z) + (deprecated false) + (generated_by "") + (category 213bd44f-f375-41d8-8fdd-0652eb893e27) + (schematic_only false) + (default_value "open source\nhardware") + (prefix "OSHW") + (variant 5255f2cd-703c-4a41-95dc-54c341811cb6 (norm "") + (name "default") + (description "") + (gate 18cea7ad-a066-4dd0-9b91-b7d8335ff7a7 + (symbol cd4ebe3e-c315-4e01-b381-b22b5fdb0cda) + (position 0.0 0.0) (rotation 0.0) (required true) (suffix "") + ) + ) +) diff --git a/library/cmp/98e71eaa-1b90-4a84-8529-ed4f493e5c41/.librepcb-cmp b/library/cmp/98e71eaa-1b90-4a84-8529-ed4f493e5c41/.librepcb-cmp new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/cmp/98e71eaa-1b90-4a84-8529-ed4f493e5c41/.librepcb-cmp @@ -0,0 +1 @@ +1 diff --git a/library/cmp/98e71eaa-1b90-4a84-8529-ed4f493e5c41/component.lp b/library/cmp/98e71eaa-1b90-4a84-8529-ed4f493e5c41/component.lp new file mode 100644 index 0000000..23c4541 --- /dev/null +++ b/library/cmp/98e71eaa-1b90-4a84-8529-ed4f493e5c41/component.lp @@ -0,0 +1,100 @@ +(librepcb_component 98e71eaa-1b90-4a84-8529-ed4f493e5c41 + (name "Schematic Frame") + (description "") + (keywords "schematic,frame,sheet,drawing") + (author "U. Bruhin") + (version "0.3") + (created 2015-03-01T20:00:00Z) + (deprecated false) + (generated_by "") + (category e0702c57-f31f-497d-ae1e-e31c4017f3c0) + (schematic_only true) + (default_value "") + (prefix "FRAME") + (attribute "FIELD_SHEET" (type string) (unit none) (value "{{ SCH_FRAME_SHEET or SHEET }}")) + (attribute "FIELD_PROJECT" (type string) (unit none) (value "{{ SCH_FRAME_PROJECT or PROJECT }}")) + (attribute "FIELD_VERSION" (type string) (unit none) (value "{{ SCH_FRAME_VERSION or VERSION }}")) + (attribute "FIELD_DATE" (type string) (unit none) (value "{{ SCH_FRAME_DATE or DATE }}")) + (attribute "FIELD_AUTHOR" (type string) (unit none) (value "{{ SCH_FRAME_AUTHOR or AUTHOR }}")) + (attribute "FIELD_PAGE" (type string) (unit none) (value "{{ SCH_FRAME_PAGE_X_OF_Y or PAGE_X_OF_Y }}")) + (variant 352cccd5-0c3c-4c66-88e0-6ee7c6a3cbf9 (norm "") + (name "A4 Landscape") + (description "") + (gate 6ca391c0-1c6d-4176-9607-31bf40d1b406 + (symbol f00ab942-6980-442b-86a8-51b92de5704d) + (position 0.0 0.0) (rotation 0.0) (required true) (suffix "") + ) + ) + (variant f36134f2-90b4-4a79-aeec-285f3e5032d0 (norm "") + (name "A3 Landscape") + (description "") + (gate d2033a0b-3a77-4b9b-b255-56f94e4db74e + (symbol 4eeaadf5-5333-40ef-9329-58818775e676) + (position 0.0 0.0) (rotation 0.0) (required true) (suffix "") + ) + ) + (variant ca7450a9-8cc0-43cd-b21f-b0a224be6a80 (norm "") + (name "A2 Landscape") + (description "") + (gate 390a7382-97e5-440b-bfc7-efa67e062e32 + (symbol c1970ff4-aa37-4edb-860d-797e681353c1) + (position 0.0 0.0) (rotation 0.0) (required true) (suffix "") + ) + ) + (variant 0fc4b252-c29b-4d0d-bbd0-d16642cb20eb (norm "") + (name "A1 Landscape") + (description "") + (gate dae39cd8-8a1b-45cd-9934-48483b4c149d + (symbol 6efe4b7d-cb39-4bce-a954-3dc4b4913215) + (position 0.0 0.0) (rotation 0.0) (required true) (suffix "") + ) + ) + (variant 2af87ef1-0057-42e9-b804-0a1aaa94fd00 (norm "") + (name "A0 Landscape") + (description "") + (gate e794dbbc-8fd6-4834-bb03-e8749e1764eb + (symbol 99fe3ae1-08d8-485e-8f33-669a7dcb3c73) + (position 0.0 0.0) (rotation 0.0) (required true) (suffix "") + ) + ) + (variant bb3066a6-91ea-4796-aaaf-13d1caa1c827 (norm "") + (name "A4 Portrait") + (description "") + (gate 20eaedbb-929c-4850-ba27-0d1674faa09f + (symbol 599c45c6-cb9d-47a8-a58a-87618ddcc425) + (position 0.0 0.0) (rotation 0.0) (required true) (suffix "") + ) + ) + (variant 5e6d0bdb-b1db-443b-aa8f-0c5136bb363d (norm "") + (name "A3 Portrait") + (description "") + (gate 3e3dbcd0-19f1-4e21-ae72-6f107a5968f2 + (symbol 7f2cc686-7863-4121-bdd8-a8acb3da6ac5) + (position 0.0 0.0) (rotation 0.0) (required true) (suffix "") + ) + ) + (variant e246e1c1-7fd4-4c2b-8e4a-5cb0652cecf3 (norm "") + (name "A2 Portrait") + (description "") + (gate 2c94a8e9-9e7d-409b-a780-b913f7e42cb6 + (symbol ce1791aa-959a-4cc6-a678-025348856f35) + (position 0.0 0.0) (rotation 0.0) (required true) (suffix "") + ) + ) + (variant 42054815-3f54-4dbc-9414-8ff8369b832f (norm "") + (name "A1 Portrait") + (description "") + (gate 6d1ce5b6-d196-40b6-b45b-c90873637f4d + (symbol cc9e95e8-8bb9-48d9-9cd9-9e02bd7246f3) + (position 0.0 0.0) (rotation 0.0) (required true) (suffix "") + ) + ) + (variant 9dcf629c-9ab3-4816-8ac5-6c14226b07d1 (norm "") + (name "A0 Portrait") + (description "") + (gate 1495ef5a-32a6-4958-9370-2f76f2b243d4 + (symbol 6c6c6ffb-f107-4267-a82a-94a502bfacf0) + (position 0.0 0.0) (rotation 0.0) (required true) (suffix "") + ) + ) +) diff --git a/library/cmp/9c367e07-9cf0-4ae7-a5ed-4964be214a7e/.librepcb-cmp b/library/cmp/9c367e07-9cf0-4ae7-a5ed-4964be214a7e/.librepcb-cmp new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/cmp/9c367e07-9cf0-4ae7-a5ed-4964be214a7e/.librepcb-cmp @@ -0,0 +1 @@ +1 diff --git a/library/cmp/9c367e07-9cf0-4ae7-a5ed-4964be214a7e/component.lp b/library/cmp/9c367e07-9cf0-4ae7-a5ed-4964be214a7e/component.lp new file mode 100644 index 0000000..d3172ad --- /dev/null +++ b/library/cmp/9c367e07-9cf0-4ae7-a5ed-4964be214a7e/component.lp @@ -0,0 +1,38 @@ +(librepcb_component 9c367e07-9cf0-4ae7-a5ed-4964be214a7e + (name "Pin Header 1x04") + (description "A 1x4 male pin header.\n\nGenerated with librepcb-parts-generator (generate_connectors.py)") + (keywords "connector, 1x4, pin header, male header") + (author "Danilo B.") + (version "0.1") + (created 2018-10-17T19:13:41Z) + (deprecated false) + (generated_by "") + (category 4a4e3c72-94fb-45f9-a6d8-122d2af16fb1) + (schematic_only false) + (default_value "{{MPN}}") + (prefix "J") + (signal 8db59dac-f12b-4aa4-9466-8090de44662f (name "1") (role passive) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal aa2432e3-28d6-41fe-bb1f-872c523a2309 (name "2") (role passive) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal d906737c-2f07-4e4a-9c63-92457a2b3d18 (name "3") (role passive) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal f0bc8e76-f336-46df-b460-de88c0524e6d (name "4") (role passive) + (required false) (negated false) (clock false) (forced_net "") + ) + (variant cc174801-3369-4cb3-baf3-ba9cc3caad08 (norm "") + (name "default") + (description "") + (gate cf12f67e-3949-4905-9572-ccf980a6b8c1 + (symbol 67e1b7c0-3f65-4a0b-b033-de76b336afa9) + (position 0.0 0.0) (rotation 0.0) (required true) (suffix "") + (pin 28a1b293-6d77-45f9-be23-558dc9f2a003 (signal f0bc8e76-f336-46df-b460-de88c0524e6d) (text pin)) + (pin ebe0e7b3-5467-4ff6-af22-d563e3232a09 (signal d906737c-2f07-4e4a-9c63-92457a2b3d18) (text pin)) + (pin f28dfcfd-4558-4b05-93aa-acdb81fd99f5 (signal aa2432e3-28d6-41fe-bb1f-872c523a2309) (text pin)) + (pin fc23b5bd-3d13-452a-b46c-346a9e4d0d1b (signal 8db59dac-f12b-4aa4-9466-8090de44662f) (text pin)) + ) + ) +) diff --git a/library/cmp/d31ece55-4063-4d07-b7ef-306f426b924e/.librepcb-cmp b/library/cmp/d31ece55-4063-4d07-b7ef-306f426b924e/.librepcb-cmp new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/cmp/d31ece55-4063-4d07-b7ef-306f426b924e/.librepcb-cmp @@ -0,0 +1 @@ +1 diff --git a/library/cmp/d31ece55-4063-4d07-b7ef-306f426b924e/component.lp b/library/cmp/d31ece55-4063-4d07-b7ef-306f426b924e/component.lp new file mode 100644 index 0000000..a079b0d --- /dev/null +++ b/library/cmp/d31ece55-4063-4d07-b7ef-306f426b924e/component.lp @@ -0,0 +1,173 @@ +(librepcb_component d31ece55-4063-4d07-b7ef-306f426b924e + (name "ESP32-DEVKITC-32D") + (description "Check availability") + (keywords "eagle,import") + (author "EAGLE Import") + (version "0.1") + (created 2024-07-30T10:50:23Z) + (deprecated false) + (generated_by "") + (schematic_only false) + (default_value "{{ MPN or DEVICE or COMPONENT }}") + (prefix "U") + (signal 6249992b-98a2-454e-a9da-d18fde63dbf1 (name "3V3") (role power) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 3433a37b-baa0-4df5-bea6-c19cb3b7e72c (name "CLK") (role input) + (required false) (negated false) (clock true) (forced_net "") + ) + (signal b5f55016-efa5-4130-9f0d-ca9c84390334 (name "CMD") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 0d8e51a9-f171-49db-9da7-fa9dcbf0217c (name "EN") (role input) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 10b1195a-9585-4116-930b-10fec1935842 (name "EXT_5V") (role power) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 60198398-a7be-41c6-bc8b-b68c90f14e33 (name "GND1") (role power) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 29d48606-c088-4b1b-861b-185675c5eae3 (name "GND2") (role power) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 0b8ec1c0-bff2-4d25-be38-6bb1c7b4314a (name "GND3") (role power) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal fc467fb4-9188-4670-9465-ad7b66856df0 (name "IO0") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal af0a8ee7-832a-4b82-a619-b00a6441d6e7 (name "IO12") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 46920939-8951-4426-abff-a7c9783c6d9c (name "IO13") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 5581c53a-f3ea-4f2e-8817-3816f6e9c494 (name "IO14") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 6c540b6f-cb2b-4127-bc74-e2d8ab017fec (name "IO15") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 4c6474ac-f643-4592-aa82-79d011ad3f54 (name "IO16") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal fa8bbed3-f529-40d3-8de7-fceb1fda3a6d (name "IO17") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal f80358a4-f67a-4291-950d-46aed8783cd1 (name "IO18") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 6ffd00a9-e226-4f90-aa6f-12c79be9106e (name "IO19") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal f308172a-cc16-463d-a546-1dfc4549b58f (name "IO2") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 94fb8483-502a-4f9a-abe0-244d5ffa390d (name "IO21") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 2dc7d89f-d9e5-46ca-8aac-9dca227dd73f (name "IO22") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 7a23b1c0-8536-49d1-a9e6-0379344be5cd (name "IO23") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 80a0f14b-11d8-40a8-aa8b-8528eb6cb6ad (name "IO25") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal abd68e16-adc0-4cc7-9478-ce584b71e6c1 (name "IO26") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal ef832a0f-45de-42f7-8aa5-c34fbc260e6e (name "IO27") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 06009a9b-3a95-4f10-8ca2-9b8cfe7a8ba0 (name "IO32") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 61d7b47b-4a13-4733-8e43-918d31f10a6e (name "IO33") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 313e448d-6707-4904-bbe0-2a5595147853 (name "IO34") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal b55be512-2e9a-46a2-9203-159bfaa8b44e (name "IO35") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal e405f2e5-7e26-4157-9213-8c0fefe572a5 (name "IO4") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal a6b14191-1ed3-44a5-a645-3607c82dd9cb (name "IO5") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 747c45b9-a5b5-49fc-8e50-695668aab26d (name "RXD0") (role input) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 36d3553b-6d97-424f-8b6b-0fbc4df2d087 (name "SD0") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 3136815a-85ad-4138-a5e7-2cc3441bccf0 (name "SD1") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 43e7eb77-32f3-44a6-b05a-5b287711fdac (name "SD2") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 149043e2-319e-4d40-ab7c-50454255366a (name "SD3") (role inout) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 4ebc781e-386c-4389-916d-66c63d1a7f55 (name "SENSOR_VN") (role input) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 5707c640-6f8b-4c52-a648-1580c0660399 (name "SENSOR_VP") (role input) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 74fb67e6-23e9-49c5-98b2-a2f4137e844a (name "TXD0") (role output) + (required false) (negated false) (clock false) (forced_net "") + ) + (variant 490b6fbc-0481-47cf-b500-bb1369e08fb6 (norm "") + (name "default") + (description "") + (gate ec408f65-05e8-4cf0-86e9-9fda9961492e + (symbol 272402b4-19f0-4918-9bf4-b00dca013c69) + (position 0.0 0.0) (rotation 0.0) (required true) (suffix "") + (pin 0ff1ad93-5008-4e92-9f7e-35012c5d8595 (signal f80358a4-f67a-4291-950d-46aed8783cd1) (text signal)) + (pin 16bb0566-9d70-447b-a9d8-ec69979ab887 (signal 60198398-a7be-41c6-bc8b-b68c90f14e33) (text signal)) + (pin 203ea786-ddf4-405a-955e-0f3052adcb7a (signal 5707c640-6f8b-4c52-a648-1580c0660399) (text signal)) + (pin 293c9e26-e35f-4f67-937e-90fa1a5e0bbe (signal 6249992b-98a2-454e-a9da-d18fde63dbf1) (text signal)) + (pin 3236f7db-2559-4b6f-b813-e3dbf82d10ac (signal 10b1195a-9585-4116-930b-10fec1935842) (text signal)) + (pin 36c7bae7-6cd0-43b4-92d0-2054f73d2bcb (signal b5f55016-efa5-4130-9f0d-ca9c84390334) (text signal)) + (pin 3909515a-cc66-464f-ad10-ba9f6516e055 (signal b55be512-2e9a-46a2-9203-159bfaa8b44e) (text signal)) + (pin 3c2a8e7d-c93b-48fe-910e-86c3b08b22e6 (signal 80a0f14b-11d8-40a8-aa8b-8528eb6cb6ad) (text signal)) + (pin 4759c7f3-0ab5-43ec-8931-e0e894265d41 (signal 06009a9b-3a95-4f10-8ca2-9b8cfe7a8ba0) (text signal)) + (pin 4c7cc7c8-01ce-4d67-8e87-dd675a18f653 (signal 46920939-8951-4426-abff-a7c9783c6d9c) (text signal)) + (pin 5a30b483-db69-4ea6-aa89-3995e21b319b (signal 3136815a-85ad-4138-a5e7-2cc3441bccf0) (text signal)) + (pin 6044f581-d324-4740-95c6-7aa7722013d7 (signal 6c540b6f-cb2b-4127-bc74-e2d8ab017fec) (text signal)) + (pin 6fa191bf-5418-4e95-9952-307a73c0b21e (signal 6ffd00a9-e226-4f90-aa6f-12c79be9106e) (text signal)) + (pin 708daacf-22d0-4a3d-9c22-aa806b816aa4 (signal fc467fb4-9188-4670-9465-ad7b66856df0) (text signal)) + (pin 75293c6b-cea3-479e-bb37-015d2a1de49e (signal f308172a-cc16-463d-a546-1dfc4549b58f) (text signal)) + (pin 81cc5f2e-e2da-4129-9198-fc12cb43ef2c (signal 747c45b9-a5b5-49fc-8e50-695668aab26d) (text signal)) + (pin 8362507f-fd0a-409f-ab4e-b4a98820a401 (signal 4c6474ac-f643-4592-aa82-79d011ad3f54) (text signal)) + (pin 847d25a6-bc60-4410-a4d7-5a1837f1d2ee (signal 43e7eb77-32f3-44a6-b05a-5b287711fdac) (text signal)) + (pin 861e050a-d1ab-468f-8e34-8ae939166d77 (signal 0b8ec1c0-bff2-4d25-be38-6bb1c7b4314a) (text signal)) + (pin 872f7f2f-5894-4163-ba32-64738414eae3 (signal a6b14191-1ed3-44a5-a645-3607c82dd9cb) (text signal)) + (pin 8a61b44d-c07e-4d88-93f7-383fd7c55a72 (signal 5581c53a-f3ea-4f2e-8817-3816f6e9c494) (text signal)) + (pin 97e6fdca-3884-4ce1-9239-d2b9104ed41d (signal 149043e2-319e-4d40-ab7c-50454255366a) (text signal)) + (pin 9cbd1950-ff5e-4d33-a44e-3794077f0748 (signal ef832a0f-45de-42f7-8aa5-c34fbc260e6e) (text signal)) + (pin a5206404-010e-4ba8-860e-16cedf7dbc0a (signal 74fb67e6-23e9-49c5-98b2-a2f4137e844a) (text signal)) + (pin acae80ad-bccc-4e19-a6a0-90635cb2f343 (signal 4ebc781e-386c-4389-916d-66c63d1a7f55) (text signal)) + (pin b77766a5-23e8-4423-b118-9b16e813e60e (signal e405f2e5-7e26-4157-9213-8c0fefe572a5) (text signal)) + (pin ba3e481a-57f2-43ea-9f8e-bc3d803e7a0b (signal fa8bbed3-f529-40d3-8de7-fceb1fda3a6d) (text signal)) + (pin bcdbaff1-e1b6-4bfd-a7ac-2dda5993a1db (signal af0a8ee7-832a-4b82-a619-b00a6441d6e7) (text signal)) + (pin c24f6cd6-0149-498f-b9f9-791416935195 (signal abd68e16-adc0-4cc7-9478-ce584b71e6c1) (text signal)) + (pin c2ba67ac-dcba-48e9-bfa7-f90c51ef26e8 (signal 3433a37b-baa0-4df5-bea6-c19cb3b7e72c) (text signal)) + (pin ca7b971b-1e94-435a-bd61-b4278c622c49 (signal 36d3553b-6d97-424f-8b6b-0fbc4df2d087) (text signal)) + (pin cb14f993-9c77-45fa-a38c-22321979d0ab (signal 7a23b1c0-8536-49d1-a9e6-0379344be5cd) (text signal)) + (pin d9b9bf67-805b-451c-afb5-34f5c5650eab (signal 313e448d-6707-4904-bbe0-2a5595147853) (text signal)) + (pin e2472346-a8ec-47e9-8081-c020da8b005c (signal 61d7b47b-4a13-4733-8e43-918d31f10a6e) (text signal)) + (pin e5a4dc65-7165-4937-b130-4ab4f95086ca (signal 29d48606-c088-4b1b-861b-185675c5eae3) (text signal)) + (pin f29b3c24-79d9-4e65-a306-e299feb23ee7 (signal 2dc7d89f-d9e5-46ca-8aac-9dca227dd73f) (text signal)) + (pin f728ef36-7a1e-40b4-ad75-8f1cf44c2d9c (signal 0d8e51a9-f171-49db-9da7-fa9dcbf0217c) (text signal)) + (pin f99ce6fb-db3a-48a7-9332-07977b25a613 (signal 94fb8483-502a-4f9a-abe0-244d5ffa390d) (text signal)) + ) + ) +) diff --git a/library/cmp/f7b52b62-7814-4a74-88ac-155e101507d5/.librepcb-cmp b/library/cmp/f7b52b62-7814-4a74-88ac-155e101507d5/.librepcb-cmp new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/cmp/f7b52b62-7814-4a74-88ac-155e101507d5/.librepcb-cmp @@ -0,0 +1 @@ +1 diff --git a/library/cmp/f7b52b62-7814-4a74-88ac-155e101507d5/component.lp b/library/cmp/f7b52b62-7814-4a74-88ac-155e101507d5/component.lp new file mode 100644 index 0000000..e311e2f --- /dev/null +++ b/library/cmp/f7b52b62-7814-4a74-88ac-155e101507d5/component.lp @@ -0,0 +1,34 @@ +(librepcb_component f7b52b62-7814-4a74-88ac-155e101507d5 + (name "Pin Header 1x03") + (description "A 1x3 male pin header.\n\nGenerated with librepcb-parts-generator (generate_connectors.py)") + (keywords "connector, 1x3, pin header, male header") + (author "Danilo B.") + (version "0.1") + (created 2018-10-17T19:13:41Z) + (deprecated false) + (generated_by "") + (category 4a4e3c72-94fb-45f9-a6d8-122d2af16fb1) + (schematic_only false) + (default_value "{{MPN}}") + (prefix "J") + (signal b5721ec8-eac4-4e61-ab35-545798d77c87 (name "1") (role passive) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal 2a1b21cb-3055-45c7-ae24-1c95c3864106 (name "2") (role passive) + (required false) (negated false) (clock false) (forced_net "") + ) + (signal ab3ff7fb-1204-44b8-8186-4980033cb3cb (name "3") (role passive) + (required false) (negated false) (clock false) (forced_net "") + ) + (variant 75a3b2bb-300f-4ef0-9f8e-dbe84c4c4d55 (norm "") + (name "default") + (description "") + (gate 9ac3b124-2e65-4c0c-8fde-a789993e20f2 + (symbol b46dc9dc-f396-4438-9b4f-b6604f85851f) + (position 0.0 0.0) (rotation 0.0) (required true) (suffix "") + (pin 3d7883b7-a3a3-4b09-b4af-29128a6f3b60 (signal ab3ff7fb-1204-44b8-8186-4980033cb3cb) (text pin)) + (pin 9d6f3e66-9166-43ae-8e8d-6a2ae3174b19 (signal 2a1b21cb-3055-45c7-ae24-1c95c3864106) (text pin)) + (pin e1b1d4b7-a847-4b11-a128-8e414a21d413 (signal b5721ec8-eac4-4e61-ab35-545798d77c87) (text pin)) + ) + ) +) diff --git a/library/dev/29294b50-e955-42e1-9d2d-584abfb2dc7c/.librepcb-dev b/library/dev/29294b50-e955-42e1-9d2d-584abfb2dc7c/.librepcb-dev new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/dev/29294b50-e955-42e1-9d2d-584abfb2dc7c/.librepcb-dev @@ -0,0 +1 @@ +1 diff --git a/library/dev/29294b50-e955-42e1-9d2d-584abfb2dc7c/device.lp b/library/dev/29294b50-e955-42e1-9d2d-584abfb2dc7c/device.lp new file mode 100644 index 0000000..40c30e7 --- /dev/null +++ b/library/dev/29294b50-e955-42e1-9d2d-584abfb2dc7c/device.lp @@ -0,0 +1,18 @@ +(librepcb_device 29294b50-e955-42e1-9d2d-584abfb2dc7c + (name "Generic Pin Header 2.54mm 1x04 ⌀0.9mm") + (description "A 1x4 generic male pin header with 2.54mm pin spacing and 0.9mm drill holes.\n\nGenerated with librepcb-parts-generator (generate_connectors.py)") + (keywords "connector, 1x4, d0.9, pin header, male header, tht, generic") + (author "Danilo B.") + (version "0.1.1") + (created 2018-10-17T19:13:41Z) + (deprecated false) + (generated_by "") + (category 4a4e3c72-94fb-45f9-a6d8-122d2af16fb1) + (component 9c367e07-9cf0-4ae7-a5ed-4964be214a7e) + (package 6388c7e7-eadf-4f43-934d-864878e2c976) + (pad 77a723bf-0e1c-4ab1-9e90-2ce0a059af9c (signal f0bc8e76-f336-46df-b460-de88c0524e6d)) + (pad a491f486-5a2a-4e7c-b748-14553d21ca4c (signal 8db59dac-f12b-4aa4-9466-8090de44662f)) + (pad d5504b35-e3d8-4123-95b5-aab02cca6227 (signal d906737c-2f07-4e4a-9c63-92457a2b3d18)) + (pad f589c04b-4dfe-4a09-95c0-bded748a76e8 (signal aa2432e3-28d6-41fe-bb1f-872c523a2309)) + (approved no_parts) +) diff --git a/library/dev/b1440e98-e2ff-4748-bcd5-da97036c9a1a/.librepcb-dev b/library/dev/b1440e98-e2ff-4748-bcd5-da97036c9a1a/.librepcb-dev new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/dev/b1440e98-e2ff-4748-bcd5-da97036c9a1a/.librepcb-dev @@ -0,0 +1 @@ +1 diff --git a/library/dev/b1440e98-e2ff-4748-bcd5-da97036c9a1a/device.lp b/library/dev/b1440e98-e2ff-4748-bcd5-da97036c9a1a/device.lp new file mode 100644 index 0000000..5377fd8 --- /dev/null +++ b/library/dev/b1440e98-e2ff-4748-bcd5-da97036c9a1a/device.lp @@ -0,0 +1,17 @@ +(librepcb_device b1440e98-e2ff-4748-bcd5-da97036c9a1a + (name "Generic Pin Header 2.54mm 1x03 ⌀0.9mm") + (description "A 1x3 generic male pin header with 2.54mm pin spacing and 0.9mm drill holes.\n\nGenerated with librepcb-parts-generator (generate_connectors.py)") + (keywords "connector, 1x3, d0.9, pin header, male header, tht, generic") + (author "Danilo B.") + (version "0.1.1") + (created 2018-10-17T19:13:41Z) + (deprecated false) + (generated_by "") + (category 4a4e3c72-94fb-45f9-a6d8-122d2af16fb1) + (component f7b52b62-7814-4a74-88ac-155e101507d5) + (package 2f81590e-39e7-4d59-a6f6-3fa1fdeeeef5) + (pad 3121d4b6-09ee-435d-9714-1e91876be880 (signal ab3ff7fb-1204-44b8-8186-4980033cb3cb)) + (pad cb1d61c4-2ec6-48c2-9258-807ac5470ad5 (signal b5721ec8-eac4-4e61-ab35-545798d77c87)) + (pad d4c6ef1f-8b5e-4d4d-a15e-c58ff1ec228a (signal 2a1b21cb-3055-45c7-ae24-1c95c3864106)) + (approved no_parts) +) diff --git a/library/dev/d096229d-77e0-4734-a7de-5a60593198cf/.librepcb-dev b/library/dev/d096229d-77e0-4734-a7de-5a60593198cf/.librepcb-dev new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/dev/d096229d-77e0-4734-a7de-5a60593198cf/.librepcb-dev @@ -0,0 +1 @@ +1 diff --git a/library/dev/d096229d-77e0-4734-a7de-5a60593198cf/device.lp b/library/dev/d096229d-77e0-4734-a7de-5a60593198cf/device.lp new file mode 100644 index 0000000..c82b563 --- /dev/null +++ b/library/dev/d096229d-77e0-4734-a7de-5a60593198cf/device.lp @@ -0,0 +1,50 @@ +(librepcb_device d096229d-77e0-4734-a7de-5a60593198cf + (name "ESP32-DEVKITC-32D") + (description "Check availability") + (keywords "eagle,import") + (author "EAGLE Import") + (version "0.1") + (created 2024-07-30T10:50:23Z) + (deprecated false) + (generated_by "") + (component d31ece55-4063-4d07-b7ef-306f426b924e) + (package 3d063a06-7813-4da7-991e-2c20aabc96e4) + (pad 08628094-9b41-4acf-beb5-4e771803ffd1 (signal 6c540b6f-cb2b-4127-bc74-e2d8ab017fec)) + (pad 0ab83f8a-217a-4aea-a8eb-5163feac278c (signal b5f55016-efa5-4130-9f0d-ca9c84390334)) + (pad 1347a1e7-462f-4017-8bf4-331f429e5f3d (signal abd68e16-adc0-4cc7-9478-ce584b71e6c1)) + (pad 139b0e3a-c4db-46b8-b752-51f03323c5e7 (signal 747c45b9-a5b5-49fc-8e50-695668aab26d)) + (pad 14b0cf48-9a8f-4b94-99d7-2b51292e6cea (signal 4ebc781e-386c-4389-916d-66c63d1a7f55)) + (pad 277b9595-0bfe-47e9-91b0-090a83f31286 (signal 5581c53a-f3ea-4f2e-8817-3816f6e9c494)) + (pad 294d6096-bb44-45e7-886a-6a2b64146715 (signal 149043e2-319e-4d40-ab7c-50454255366a)) + (pad 2f250e03-6ca3-4544-be50-e8c675595c79 (signal 43e7eb77-32f3-44a6-b05a-5b287711fdac)) + (pad 310788db-f3ca-431c-86c2-577239cc8d90 (signal 60198398-a7be-41c6-bc8b-b68c90f14e33)) + (pad 3419c7b5-6636-4167-b4b3-55a88d088c95 (signal 36d3553b-6d97-424f-8b6b-0fbc4df2d087)) + (pad 388d93fa-f1a8-40fc-bd37-4269621982a3 (signal 3136815a-85ad-4138-a5e7-2cc3441bccf0)) + (pad 3cf6e049-f51a-459c-8bb4-f4e90ff3eaf0 (signal fa8bbed3-f529-40d3-8de7-fceb1fda3a6d)) + (pad 43247244-4367-45b7-ab3a-9c45b0325bfe (signal 06009a9b-3a95-4f10-8ca2-9b8cfe7a8ba0)) + (pad 51cf425c-de84-4ab1-86ea-2cdce32adcf4 (signal 5707c640-6f8b-4c52-a648-1580c0660399)) + (pad 60d79a11-7f8f-48ea-bb8c-c59b56e2d270 (signal 0b8ec1c0-bff2-4d25-be38-6bb1c7b4314a)) + (pad 6a58ff44-ac9b-4d18-a711-817e10a28710 (signal f80358a4-f67a-4291-950d-46aed8783cd1)) + (pad 720b0f2e-9754-43e3-80c0-b34d258c6eab (signal 61d7b47b-4a13-4733-8e43-918d31f10a6e)) + (pad 755a7a4e-d05c-4c6b-ac23-e2084250c4ee (signal 7a23b1c0-8536-49d1-a9e6-0379344be5cd)) + (pad 7b333218-641b-428c-a803-8485955b54d8 (signal 4c6474ac-f643-4592-aa82-79d011ad3f54)) + (pad 7bf86c32-e0ba-4140-b84c-bb9d85cfbcd2 (signal 94fb8483-502a-4f9a-abe0-244d5ffa390d)) + (pad 804f70d2-8ca0-4bb5-ab03-6d97e822a1a5 (signal b55be512-2e9a-46a2-9203-159bfaa8b44e)) + (pad 829740e1-1d9a-4909-a4d5-d01602057e8b (signal ef832a0f-45de-42f7-8aa5-c34fbc260e6e)) + (pad 85d63054-0b53-4e96-9c23-771798dd17e7 (signal a6b14191-1ed3-44a5-a645-3607c82dd9cb)) + (pad 92c95baf-adc7-4384-a70b-b0e1c29a7771 (signal 313e448d-6707-4904-bbe0-2a5595147853)) + (pad 9a0b5e81-128e-422c-a874-9c53c9eb7571 (signal 0d8e51a9-f171-49db-9da7-fa9dcbf0217c)) + (pad 9be59029-d033-4f82-9136-39ce5e4352ec (signal 29d48606-c088-4b1b-861b-185675c5eae3)) + (pad 9cd086ff-7bcd-4941-bb22-d0d08df931bd (signal 3433a37b-baa0-4df5-bea6-c19cb3b7e72c)) + (pad a9b3c772-4993-4434-9ea1-51fd60ba97d9 (signal 46920939-8951-4426-abff-a7c9783c6d9c)) + (pad b1b8b7fa-5481-44e5-b38d-379d4f5bb4d1 (signal 10b1195a-9585-4116-930b-10fec1935842)) + (pad b55829c0-5a0b-46b6-b3e6-f479a02d823c (signal 6249992b-98a2-454e-a9da-d18fde63dbf1)) + (pad c3484ad4-01c4-4c13-8969-90237f38fa6a (signal f308172a-cc16-463d-a546-1dfc4549b58f)) + (pad c5b6b565-a9d5-43f5-8da0-aaf7504b5bde (signal 2dc7d89f-d9e5-46ca-8aac-9dca227dd73f)) + (pad cae5e6b2-5b46-4046-b7f0-99d2c78d851e (signal fc467fb4-9188-4670-9465-ad7b66856df0)) + (pad d184bb8a-f9ec-4181-a687-f2889ebcab0e (signal 74fb67e6-23e9-49c5-98b2-a2f4137e844a)) + (pad db650071-53a1-4edb-b7cb-f78b3b9b1ccc (signal 6ffd00a9-e226-4f90-aa6f-12c79be9106e)) + (pad dfde4a27-07c5-4092-af95-3e457c5a6bb5 (signal af0a8ee7-832a-4b82-a619-b00a6441d6e7)) + (pad f6fc5dd4-6f25-4528-bc39-8340f4593b15 (signal 80a0f14b-11d8-40a8-aa8b-8528eb6cb6ad)) + (pad fe43704d-90a1-4200-887e-2ba3a84da4be (signal e405f2e5-7e26-4157-9213-8c0fefe572a5)) +) diff --git a/library/dev/e0df6a4b-1064-4b65-94d5-510aa550e1eb/.librepcb-dev b/library/dev/e0df6a4b-1064-4b65-94d5-510aa550e1eb/.librepcb-dev new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/dev/e0df6a4b-1064-4b65-94d5-510aa550e1eb/.librepcb-dev @@ -0,0 +1 @@ +1 diff --git a/library/dev/e0df6a4b-1064-4b65-94d5-510aa550e1eb/device.lp b/library/dev/e0df6a4b-1064-4b65-94d5-510aa550e1eb/device.lp new file mode 100644 index 0000000..367f59b --- /dev/null +++ b/library/dev/e0df6a4b-1064-4b65-94d5-510aa550e1eb/device.lp @@ -0,0 +1,14 @@ +(librepcb_device e0df6a4b-1064-4b65-94d5-510aa550e1eb + (name "OSHW Logo") + (description "Open Source Hardware logo.") + (keywords "open,source") + (author "U. Bruhin") + (version "0.1") + (created 2023-09-06T13:42:12Z) + (deprecated false) + (generated_by "") + (category 213bd44f-f375-41d8-8fdd-0652eb893e27) + (component 10118da4-3006-423e-99b4-076adb434065) + (package aaaf3401-458b-47e9-b03a-0dd4e4da972d) + (approved no_parts) +) diff --git a/library/pkg/2f81590e-39e7-4d59-a6f6-3fa1fdeeeef5/.librepcb-pkg b/library/pkg/2f81590e-39e7-4d59-a6f6-3fa1fdeeeef5/.librepcb-pkg new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/pkg/2f81590e-39e7-4d59-a6f6-3fa1fdeeeef5/.librepcb-pkg @@ -0,0 +1 @@ +1 diff --git a/library/pkg/2f81590e-39e7-4d59-a6f6-3fa1fdeeeef5/e8e1199d-5576-47a0-ad40-263b77248170.step b/library/pkg/2f81590e-39e7-4d59-a6f6-3fa1fdeeeef5/e8e1199d-5576-47a0-ad40-263b77248170.step new file mode 100644 index 0000000..5fe2a27 --- /dev/null +++ b/library/pkg/2f81590e-39e7-4d59-a6f6-3fa1fdeeeef5/e8e1199d-5576-47a0-ad40-263b77248170.step @@ -0,0 +1,352 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('Open CASCADE Model'),'2;1'); +FILE_NAME('Open CASCADE Shape Model','2023-10-21T12:34:40',('Author'),( +'Open CASCADE'),'Open CASCADE STEP processor 7.7','Open CASCADE 7.7' +,'Unknown'); +FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }')); +ENDSEC; +DATA; +#1=APPLICATION_PROTOCOL_DEFINITION('international standard','automotive_design',2000,#2); +#2=APPLICATION_CONTEXT('core data for automotive mechanical design processes'); +#3=SHAPE_DEFINITION_REPRESENTATION(#4,#10); +#4=PRODUCT_DEFINITION_SHAPE('','',#5); +#5=PRODUCT_DEFINITION('design','',#6,#9); +#6=PRODUCT_DEFINITION_FORMATION('','',#7); +#7=PRODUCT('Pin Header 2.54mm 1x03 ⌀0.9mm','Pin Header 2.54mm 1x03 ⌀0.9mm','',(#8)); +#8=PRODUCT_CONTEXT('',#2,'mechanical'); +#9=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#10=SHAPE_REPRESENTATION('',(#11,#15,#15,#11,#11,#17,#17),#19); +#11=AXIS2_PLACEMENT_3D('',#12,#13,#14); +#12=CARTESIAN_POINT('',(0.,0.,0.)); +#13=DIRECTION('',(0.,0.,1.)); +#14=DIRECTION('',(1.,0.,0.)); +#15=AXIS2_PLACEMENT_3D('',#16,#13,#14); +#16=CARTESIAN_POINT('',(0.,2.54,0.)); +#17=AXIS2_PLACEMENT_3D('',#18,#13,#14); +#18=CARTESIAN_POINT('',(0.,-2.54,0.)); +#19=( GEOMETRIC_REPRESENTATION_CONTEXT(3)GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#23)) GLOBAL_UNIT_ASSIGNED_CONTEXT((#20,#21,#22)) REPRESENTATION_CONTEXT('Context #1','3D Context with UNIT and UNCERTAINTY') ); +#20=( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) ); +#21=( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) ); +#22=( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() ); +#23=UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#20,'distance_accuracy_value','confusion accuracy'); +#24=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#7)); +#25=SHAPE_DEFINITION_REPRESENTATION(#26,#31); +#26=PRODUCT_DEFINITION_SHAPE('','',#27); +#27=PRODUCT_DEFINITION('design','',#28,#30); +#28=PRODUCT_DEFINITION_FORMATION('','',#29); +#29=PRODUCT('insulator-1','insulator-1','',(#8)); +#30=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#31=SHAPE_REPRESENTATION('',(#11,#11),#19); +#32=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#33,#35); +#33=( REPRESENTATION_RELATIONSHIP('','',#31,#10)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#34)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#34=ITEM_DEFINED_TRANSFORMATION('','',#11,#15); +#35=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#36); +#36=NEXT_ASSEMBLY_USAGE_OCCURRENCE('38','','',#5,#27,$); +#37=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#29)); +#38=SHAPE_DEFINITION_REPRESENTATION(#39,#44); +#39=PRODUCT_DEFINITION_SHAPE('','',#40); +#40=PRODUCT_DEFINITION('design','',#41,#43); +#41=PRODUCT_DEFINITION_FORMATION('','',#42); +#42=PRODUCT('insulator-1_part','insulator-1_part','',(#8)); +#43=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#44=ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#45),#19); +#45=MANIFOLD_SOLID_BREP('',#46); +#46=CLOSED_SHELL('',(#47,#75,#100,#113,#125,#132)); +#47=ADVANCED_FACE('',(#48),#73,.F.); +#48=FACE_BOUND('',#49,.F.); +#49=EDGE_LOOP('',(#50,#58,#65,#70)); +#50=ORIENTED_EDGE('',*,*,#51,.F.); +#51=EDGE_CURVE('',#52,#54,#56,.T.); +#52=VERTEX_POINT('',#53); +#53=CARTESIAN_POINT('',(-1.27,-1.2705,0.)); +#54=VERTEX_POINT('',#55); +#55=CARTESIAN_POINT('',(-1.27,-1.2705,2.5)); +#56=LINE('',#53,#57); +#57=VECTOR('',#13,1.); +#58=ORIENTED_EDGE('',*,*,#59,.T.); +#59=EDGE_CURVE('',#52,#60,#62,.T.); +#60=VERTEX_POINT('',#61); +#61=CARTESIAN_POINT('',(-1.27,1.2705,0.)); +#62=LINE('',#53,#63); +#63=VECTOR('',#64,1.); +#64=DIRECTION('',(0.,1.,0.)); +#65=ORIENTED_EDGE('',*,*,#66,.T.); +#66=EDGE_CURVE('',#60,#67,#69,.T.); +#67=VERTEX_POINT('',#68); +#68=CARTESIAN_POINT('',(-1.27,1.2705,2.5)); +#69=LINE('',#61,#57); +#70=ORIENTED_EDGE('',*,*,#71,.F.); +#71=EDGE_CURVE('',#54,#67,#72,.T.); +#72=LINE('',#55,#63); +#73=PLANE('',#74); +#74=AXIS2_PLACEMENT_3D('',#53,#14,#13); +#75=ADVANCED_FACE('',(#76),#98,.T.); +#76=FACE_BOUND('',#77,.T.); +#77=EDGE_LOOP('',(#78,#85,#90,#95)); +#78=ORIENTED_EDGE('',*,*,#79,.F.); +#79=EDGE_CURVE('',#80,#82,#84,.T.); +#80=VERTEX_POINT('',#81); +#81=CARTESIAN_POINT('',(1.27,-1.2705,0.)); +#82=VERTEX_POINT('',#83); +#83=CARTESIAN_POINT('',(1.27,-1.2705,2.5)); +#84=LINE('',#81,#57); +#85=ORIENTED_EDGE('',*,*,#86,.T.); +#86=EDGE_CURVE('',#80,#87,#89,.T.); +#87=VERTEX_POINT('',#88); +#88=CARTESIAN_POINT('',(1.27,1.2705,0.)); +#89=LINE('',#81,#63); +#90=ORIENTED_EDGE('',*,*,#91,.T.); +#91=EDGE_CURVE('',#87,#92,#94,.T.); +#92=VERTEX_POINT('',#93); +#93=CARTESIAN_POINT('',(1.27,1.2705,2.5)); +#94=LINE('',#88,#57); +#95=ORIENTED_EDGE('',*,*,#96,.F.); +#96=EDGE_CURVE('',#82,#92,#97,.T.); +#97=LINE('',#83,#63); +#98=PLANE('',#99); +#99=AXIS2_PLACEMENT_3D('',#81,#14,#13); +#100=ADVANCED_FACE('',(#101),#111,.F.); +#101=FACE_BOUND('',#102,.F.); +#102=EDGE_LOOP('',(#103,#107,#108,#78)); +#103=ORIENTED_EDGE('',*,*,#104,.F.); +#104=EDGE_CURVE('',#52,#80,#105,.T.); +#105=LINE('',#53,#106); +#106=VECTOR('',#14,1.); +#107=ORIENTED_EDGE('',*,*,#51,.T.); +#108=ORIENTED_EDGE('',*,*,#109,.T.); +#109=EDGE_CURVE('',#54,#82,#110,.T.); +#110=LINE('',#55,#106); +#111=PLANE('',#112); +#112=AXIS2_PLACEMENT_3D('',#53,#64,#13); +#113=ADVANCED_FACE('',(#114),#123,.T.); +#114=FACE_BOUND('',#115,.T.); +#115=EDGE_LOOP('',(#116,#65,#119,#122)); +#116=ORIENTED_EDGE('',*,*,#117,.F.); +#117=EDGE_CURVE('',#60,#87,#118,.T.); +#118=LINE('',#61,#106); +#119=ORIENTED_EDGE('',*,*,#120,.T.); +#120=EDGE_CURVE('',#67,#92,#121,.T.); +#121=LINE('',#68,#106); +#122=ORIENTED_EDGE('',*,*,#91,.F.); +#123=PLANE('',#124); +#124=AXIS2_PLACEMENT_3D('',#61,#64,#13); +#125=ADVANCED_FACE('',(#126),#130,.F.); +#126=FACE_BOUND('',#127,.F.); +#127=EDGE_LOOP('',(#128,#129,#85,#116)); +#128=ORIENTED_EDGE('',*,*,#59,.F.); +#129=ORIENTED_EDGE('',*,*,#104,.T.); +#130=PLANE('',#131); +#131=AXIS2_PLACEMENT_3D('',#53,#13,#14); +#132=ADVANCED_FACE('',(#133),#137,.T.); +#133=FACE_BOUND('',#134,.T.); +#134=EDGE_LOOP('',(#70,#108,#135,#136)); +#135=ORIENTED_EDGE('',*,*,#96,.T.); +#136=ORIENTED_EDGE('',*,*,#120,.F.); +#137=PLANE('',#138); +#138=AXIS2_PLACEMENT_3D('',#55,#13,#14); +#139=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#140,#142); +#140=( REPRESENTATION_RELATIONSHIP('','',#44,#31)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#141)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#141=ITEM_DEFINED_TRANSFORMATION('','',#11,#11); +#142=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#143); +#143=NEXT_ASSEMBLY_USAGE_OCCURRENCE('37','','',#27,#40,$); +#144=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#42)); +#145=SHAPE_DEFINITION_REPRESENTATION(#146,#151); +#146=PRODUCT_DEFINITION_SHAPE('','',#147); +#147=PRODUCT_DEFINITION('design','',#148,#150); +#148=PRODUCT_DEFINITION_FORMATION('','',#149); +#149=PRODUCT('lead-1','lead-1','',(#8)); +#150=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#151=SHAPE_REPRESENTATION('',(#11,#11),#19); +#152=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#153,#154); +#153=( REPRESENTATION_RELATIONSHIP('','',#151,#10)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#34)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#154=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#155); +#155=NEXT_ASSEMBLY_USAGE_OCCURRENCE('40','','',#5,#147,$); +#156=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#149)); +#157=SHAPE_DEFINITION_REPRESENTATION(#158,#163); +#158=PRODUCT_DEFINITION_SHAPE('','',#159); +#159=PRODUCT_DEFINITION('design','',#160,#162); +#160=PRODUCT_DEFINITION_FORMATION('','',#161); +#161=PRODUCT('lead-1_part','lead-1_part','',(#8)); +#162=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#163=ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#164),#19); +#164=MANIFOLD_SOLID_BREP('',#165); +#165=CLOSED_SHELL('',(#166,#191,#216,#228,#240,#247)); +#166=ADVANCED_FACE('',(#167),#189,.F.); +#167=FACE_BOUND('',#168,.F.); +#168=EDGE_LOOP('',(#169,#176,#181,#186)); +#169=ORIENTED_EDGE('',*,*,#170,.F.); +#170=EDGE_CURVE('',#171,#173,#175,.T.); +#171=VERTEX_POINT('',#172); +#172=CARTESIAN_POINT('',(-0.300520382004,-0.300520382004,-3.)); +#173=VERTEX_POINT('',#174); +#174=CARTESIAN_POINT('',(-0.300520382004,-0.300520382004,8.)); +#175=LINE('',#172,#57); +#176=ORIENTED_EDGE('',*,*,#177,.T.); +#177=EDGE_CURVE('',#171,#178,#180,.T.); +#178=VERTEX_POINT('',#179); +#179=CARTESIAN_POINT('',(-0.300520382004,0.300520382004,-3.)); +#180=LINE('',#172,#63); +#181=ORIENTED_EDGE('',*,*,#182,.T.); +#182=EDGE_CURVE('',#178,#183,#185,.T.); +#183=VERTEX_POINT('',#184); +#184=CARTESIAN_POINT('',(-0.300520382004,0.300520382004,8.)); +#185=LINE('',#179,#57); +#186=ORIENTED_EDGE('',*,*,#187,.F.); +#187=EDGE_CURVE('',#173,#183,#188,.T.); +#188=LINE('',#174,#63); +#189=PLANE('',#190); +#190=AXIS2_PLACEMENT_3D('',#172,#14,#13); +#191=ADVANCED_FACE('',(#192),#214,.T.); +#192=FACE_BOUND('',#193,.T.); +#193=EDGE_LOOP('',(#194,#201,#206,#211)); +#194=ORIENTED_EDGE('',*,*,#195,.F.); +#195=EDGE_CURVE('',#196,#198,#200,.T.); +#196=VERTEX_POINT('',#197); +#197=CARTESIAN_POINT('',(0.300520382004,-0.300520382004,-3.)); +#198=VERTEX_POINT('',#199); +#199=CARTESIAN_POINT('',(0.300520382004,-0.300520382004,8.)); +#200=LINE('',#197,#57); +#201=ORIENTED_EDGE('',*,*,#202,.T.); +#202=EDGE_CURVE('',#196,#203,#205,.T.); +#203=VERTEX_POINT('',#204); +#204=CARTESIAN_POINT('',(0.300520382004,0.300520382004,-3.)); +#205=LINE('',#197,#63); +#206=ORIENTED_EDGE('',*,*,#207,.T.); +#207=EDGE_CURVE('',#203,#208,#210,.T.); +#208=VERTEX_POINT('',#209); +#209=CARTESIAN_POINT('',(0.300520382004,0.300520382004,8.)); +#210=LINE('',#204,#57); +#211=ORIENTED_EDGE('',*,*,#212,.F.); +#212=EDGE_CURVE('',#198,#208,#213,.T.); +#213=LINE('',#199,#63); +#214=PLANE('',#215); +#215=AXIS2_PLACEMENT_3D('',#197,#14,#13); +#216=ADVANCED_FACE('',(#217),#226,.F.); +#217=FACE_BOUND('',#218,.F.); +#218=EDGE_LOOP('',(#219,#222,#223,#194)); +#219=ORIENTED_EDGE('',*,*,#220,.F.); +#220=EDGE_CURVE('',#171,#196,#221,.T.); +#221=LINE('',#172,#106); +#222=ORIENTED_EDGE('',*,*,#170,.T.); +#223=ORIENTED_EDGE('',*,*,#224,.T.); +#224=EDGE_CURVE('',#173,#198,#225,.T.); +#225=LINE('',#174,#106); +#226=PLANE('',#227); +#227=AXIS2_PLACEMENT_3D('',#172,#64,#13); +#228=ADVANCED_FACE('',(#229),#238,.T.); +#229=FACE_BOUND('',#230,.T.); +#230=EDGE_LOOP('',(#231,#181,#234,#237)); +#231=ORIENTED_EDGE('',*,*,#232,.F.); +#232=EDGE_CURVE('',#178,#203,#233,.T.); +#233=LINE('',#179,#106); +#234=ORIENTED_EDGE('',*,*,#235,.T.); +#235=EDGE_CURVE('',#183,#208,#236,.T.); +#236=LINE('',#184,#106); +#237=ORIENTED_EDGE('',*,*,#207,.F.); +#238=PLANE('',#239); +#239=AXIS2_PLACEMENT_3D('',#179,#64,#13); +#240=ADVANCED_FACE('',(#241),#245,.F.); +#241=FACE_BOUND('',#242,.F.); +#242=EDGE_LOOP('',(#243,#244,#201,#231)); +#243=ORIENTED_EDGE('',*,*,#177,.F.); +#244=ORIENTED_EDGE('',*,*,#220,.T.); +#245=PLANE('',#246); +#246=AXIS2_PLACEMENT_3D('',#172,#13,#14); +#247=ADVANCED_FACE('',(#248),#252,.T.); +#248=FACE_BOUND('',#249,.T.); +#249=EDGE_LOOP('',(#186,#223,#250,#251)); +#250=ORIENTED_EDGE('',*,*,#212,.T.); +#251=ORIENTED_EDGE('',*,*,#235,.F.); +#252=PLANE('',#253); +#253=AXIS2_PLACEMENT_3D('',#174,#13,#14); +#254=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#255,#256); +#255=( REPRESENTATION_RELATIONSHIP('','',#163,#151)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#141)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#256=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#257); +#257=NEXT_ASSEMBLY_USAGE_OCCURRENCE('39','','',#147,#159,$); +#258=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#161)); +#259=SHAPE_DEFINITION_REPRESENTATION(#260,#265); +#260=PRODUCT_DEFINITION_SHAPE('','',#261); +#261=PRODUCT_DEFINITION('design','',#262,#264); +#262=PRODUCT_DEFINITION_FORMATION('','',#263); +#263=PRODUCT('insulator-2','insulator-2','',(#8)); +#264=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#265=SHAPE_REPRESENTATION('',(#11,#11),#19); +#266=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#267,#268); +#267=( REPRESENTATION_RELATIONSHIP('','',#265,#10)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#141)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#268=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#269); +#269=NEXT_ASSEMBLY_USAGE_OCCURRENCE('42','','',#5,#261,$); +#270=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#263)); +#271=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#272,#273); +#272=( REPRESENTATION_RELATIONSHIP('','',#44,#265)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#141)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#273=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#274); +#274=NEXT_ASSEMBLY_USAGE_OCCURRENCE('41','','',#261,#40,$); +#275=SHAPE_DEFINITION_REPRESENTATION(#276,#281); +#276=PRODUCT_DEFINITION_SHAPE('','',#277); +#277=PRODUCT_DEFINITION('design','',#278,#280); +#278=PRODUCT_DEFINITION_FORMATION('','',#279); +#279=PRODUCT('lead-2','lead-2','',(#8)); +#280=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#281=SHAPE_REPRESENTATION('',(#11,#11),#19); +#282=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#283,#284); +#283=( REPRESENTATION_RELATIONSHIP('','',#281,#10)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#141)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#284=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#285); +#285=NEXT_ASSEMBLY_USAGE_OCCURRENCE('44','','',#5,#277,$); +#286=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#279)); +#287=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#288,#289); +#288=( REPRESENTATION_RELATIONSHIP('','',#163,#281)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#141)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#289=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#290); +#290=NEXT_ASSEMBLY_USAGE_OCCURRENCE('43','','',#277,#159,$); +#291=SHAPE_DEFINITION_REPRESENTATION(#292,#297); +#292=PRODUCT_DEFINITION_SHAPE('','',#293); +#293=PRODUCT_DEFINITION('design','',#294,#296); +#294=PRODUCT_DEFINITION_FORMATION('','',#295); +#295=PRODUCT('insulator-3','insulator-3','',(#8)); +#296=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#297=SHAPE_REPRESENTATION('',(#11,#11),#19); +#298=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#299,#301); +#299=( REPRESENTATION_RELATIONSHIP('','',#297,#10)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#300)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#300=ITEM_DEFINED_TRANSFORMATION('','',#11,#17); +#301=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#302); +#302=NEXT_ASSEMBLY_USAGE_OCCURRENCE('46','','',#5,#293,$); +#303=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#295)); +#304=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#305,#306); +#305=( REPRESENTATION_RELATIONSHIP('','',#44,#297)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#141)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#306=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#307); +#307=NEXT_ASSEMBLY_USAGE_OCCURRENCE('45','','',#293,#40,$); +#308=SHAPE_DEFINITION_REPRESENTATION(#309,#314); +#309=PRODUCT_DEFINITION_SHAPE('','',#310); +#310=PRODUCT_DEFINITION('design','',#311,#313); +#311=PRODUCT_DEFINITION_FORMATION('','',#312); +#312=PRODUCT('lead-3','lead-3','',(#8)); +#313=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#314=SHAPE_REPRESENTATION('',(#11,#11),#19); +#315=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#316,#317); +#316=( REPRESENTATION_RELATIONSHIP('','',#314,#10)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#300)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#317=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#318); +#318=NEXT_ASSEMBLY_USAGE_OCCURRENCE('48','','',#5,#310,$); +#319=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#312)); +#320=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#321,#322); +#321=( REPRESENTATION_RELATIONSHIP('','',#163,#314)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#141)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#322=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#323); +#323=NEXT_ASSEMBLY_USAGE_OCCURRENCE('47','','',#310,#159,$); +#324=MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION('',(#325),#19); +#325=STYLED_ITEM('color',(#326),#164); +#326=PRESENTATION_STYLE_ASSIGNMENT((#327)); +#327=SURFACE_STYLE_USAGE(.BOTH.,#328); +#328=SURFACE_SIDE_STYLE('',(#329)); +#329=SURFACE_STYLE_FILL_AREA(#330); +#330=FILL_AREA_STYLE('',(#331)); +#331=FILL_AREA_STYLE_COLOUR('',#332); +#332=COLOUR_RGB('',0.862744829005,0.862744829005,0.862744829005); +#333=MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION('',(#334),#19); +#334=STYLED_ITEM('color',(#335),#45); +#335=PRESENTATION_STYLE_ASSIGNMENT((#336)); +#336=SURFACE_STYLE_USAGE(.BOTH.,#337); +#337=SURFACE_SIDE_STYLE('',(#338)); +#338=SURFACE_STYLE_FILL_AREA(#339); +#339=FILL_AREA_STYLE('',(#340)); +#340=FILL_AREA_STYLE_COLOUR('',#341); +#341=COLOUR_RGB('',0.160784783862,0.160784783862,0.160784783862); +ENDSEC; +END-ISO-10303-21; diff --git a/library/pkg/2f81590e-39e7-4d59-a6f6-3fa1fdeeeef5/package.lp b/library/pkg/2f81590e-39e7-4d59-a6f6-3fa1fdeeeef5/package.lp new file mode 100644 index 0000000..77184fe --- /dev/null +++ b/library/pkg/2f81590e-39e7-4d59-a6f6-3fa1fdeeeef5/package.lp @@ -0,0 +1,94 @@ +(librepcb_package 2f81590e-39e7-4d59-a6f6-3fa1fdeeeef5 + (name "Pin Header 2.54mm 1x03 ⌀0.9mm") + (description "A generic 1x3 male pin header with 2.54mm pin spacing and 0.9mm drill holes.\n\nGenerated with librepcb-parts-generator (generate_connectors.py)") + (keywords "connector, 1x3, d0.9, pin header, male header, tht") + (author "Danilo B.") + (version "0.3") + (created 2018-10-17T19:13:41Z) + (deprecated false) + (generated_by "") + (category e4d3a6bf-af32-48a2-b427-5e794bed949a) + (assembly_type tht) + (pad cb1d61c4-2ec6-48c2-9258-807ac5470ad5 (name "1")) + (pad d4c6ef1f-8b5e-4d4d-a15e-c58ff1ec228a (name "2")) + (pad 3121d4b6-09ee-435d-9714-1e91876be880 (name "3")) + (3d_model e8e1199d-5576-47a0-ad40-263b77248170 (name "Pin Header 2.54mm 1x03 ⌀0.9mm")) + (footprint 1082851b-0c20-457e-89f9-4865651433db + (name "default") + (description "") + (3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0) + (3d_model e8e1199d-5576-47a0-ad40-263b77248170) + (pad cb1d61c4-2ec6-48c2-9258-807ac5470ad5 (side top) (shape roundrect) + (position 0.0 2.54) (rotation 0.0) (size 2.19 1.587) (radius 0.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function standard) + (package_pad cb1d61c4-2ec6-48c2-9258-807ac5470ad5) + (hole cb1d61c4-2ec6-48c2-9258-807ac5470ad5 (diameter 0.9) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad d4c6ef1f-8b5e-4d4d-a15e-c58ff1ec228a (side top) (shape roundrect) + (position 0.0 0.0) (rotation 0.0) (size 2.19 1.587) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function standard) + (package_pad d4c6ef1f-8b5e-4d4d-a15e-c58ff1ec228a) + (hole d4c6ef1f-8b5e-4d4d-a15e-c58ff1ec228a (diameter 0.9) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 3121d4b6-09ee-435d-9714-1e91876be880 (side top) (shape roundrect) + (position 0.0 -2.54) (rotation 0.0) (size 2.19 1.587) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function standard) + (package_pad 3121d4b6-09ee-435d-9714-1e91876be880) + (hole 3121d4b6-09ee-435d-9714-1e91876be880 (diameter 0.9) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (polygon 8f13a074-922c-4998-bd4f-4a69633ac015 (layer top_legend) + (width 0.25) (fill false) (grab_area true) + (vertex (position 1.395 3.665) (angle 0.0)) + (vertex (position 1.395 1.54) (angle 0.0)) + (vertex (position 1.125 1.27) (angle 0.0)) + (vertex (position 1.395 1.0) (angle 0.0)) + (vertex (position 1.395 -1.0) (angle 0.0)) + (vertex (position 1.125 -1.27) (angle 0.0)) + (vertex (position 1.395 -1.54) (angle 0.0)) + (vertex (position 1.395 -3.665) (angle 0.0)) + (vertex (position 1.125 -3.935) (angle 0.0)) + (vertex (position -1.125 -3.935) (angle 0.0)) + (vertex (position -1.395 -3.665) (angle 0.0)) + (vertex (position -1.395 -1.54) (angle 0.0)) + (vertex (position -1.125 -1.27) (angle 0.0)) + (vertex (position -1.395 -1.0) (angle 0.0)) + (vertex (position -1.395 1.0) (angle 0.0)) + (vertex (position -1.125 1.27) (angle 0.0)) + (vertex (position -1.395 1.54) (angle 0.0)) + (vertex (position -1.395 3.665) (angle 0.0)) + (vertex (position -1.125 3.935) (angle 0.0)) + (vertex (position 1.125 3.935) (angle 0.0)) + (vertex (position 1.395 3.665) (angle 0.0)) + ) + (polygon 6e2fecc5-dd0e-4a4b-a137-d952d990afc1 (layer top_package_outlines) + (width 0.0) (fill false) (grab_area false) + (vertex (position -1.27 3.81) (angle 0.0)) + (vertex (position 1.27 3.81) (angle 0.0)) + (vertex (position 1.27 -3.81) (angle 0.0)) + (vertex (position -1.27 -3.81) (angle 0.0)) + ) + (polygon 6556a018-ca89-4403-be3c-5892b65a3821 (layer top_courtyard) + (width 0.0) (fill false) (grab_area false) + (vertex (position -1.77 4.31) (angle 0.0)) + (vertex (position 1.77 4.31) (angle 0.0)) + (vertex (position 1.77 -4.31) (angle 0.0)) + (vertex (position -1.77 -4.31) (angle 0.0)) + ) + (stroke_text e5f9ff74-1f73-4a2d-845b-f53c3b59921a (layer top_names) + (height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto) + (align center bottom) (position 0.0 5.08) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{NAME}}") + ) + (stroke_text 56462569-7b95-4dea-a1d7-ec4bc1c08da2 (layer top_values) + (height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto) + (align center top) (position 0.0 -5.08) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{VALUE}}") + ) + ) +) diff --git a/library/pkg/3d063a06-7813-4da7-991e-2c20aabc96e4/.librepcb-pkg b/library/pkg/3d063a06-7813-4da7-991e-2c20aabc96e4/.librepcb-pkg new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/pkg/3d063a06-7813-4da7-991e-2c20aabc96e4/.librepcb-pkg @@ -0,0 +1 @@ +1 diff --git a/library/pkg/3d063a06-7813-4da7-991e-2c20aabc96e4/package.lp b/library/pkg/3d063a06-7813-4da7-991e-2c20aabc96e4/package.lp new file mode 100644 index 0000000..48be11b --- /dev/null +++ b/library/pkg/3d063a06-7813-4da7-991e-2c20aabc96e4/package.lp @@ -0,0 +1,402 @@ +(librepcb_package 3d063a06-7813-4da7-991e-2c20aabc96e4 + (name "MODULE_ESP32-DEVKITC-32D") + (description "") + (keywords "eagle,import") + (author "EAGLE Import") + (version "0.1") + (created 2024-07-30T10:50:23Z) + (deprecated false) + (generated_by "") + (assembly_type auto) + (pad b55829c0-5a0b-46b6-b3e6-f479a02d823c (name "J2-1")) + (pad 9a0b5e81-128e-422c-a874-9c53c9eb7571 (name "J2-2")) + (pad b1b8b7fa-5481-44e5-b38d-379d4f5bb4d1 (name "J2-19")) + (pad 51cf425c-de84-4ab1-86ea-2cdce32adcf4 (name "J2-3")) + (pad 14b0cf48-9a8f-4b94-99d7-2b51292e6cea (name "J2-4")) + (pad 92c95baf-adc7-4384-a70b-b0e1c29a7771 (name "J2-5")) + (pad 804f70d2-8ca0-4bb5-ab03-6d97e822a1a5 (name "J2-6")) + (pad 43247244-4367-45b7-ab3a-9c45b0325bfe (name "J2-7")) + (pad 720b0f2e-9754-43e3-80c0-b34d258c6eab (name "J2-8")) + (pad f6fc5dd4-6f25-4528-bc39-8340f4593b15 (name "J2-9")) + (pad 1347a1e7-462f-4017-8bf4-331f429e5f3d (name "J2-10")) + (pad 829740e1-1d9a-4909-a4d5-d01602057e8b (name "J2-11")) + (pad 277b9595-0bfe-47e9-91b0-090a83f31286 (name "J2-12")) + (pad dfde4a27-07c5-4092-af95-3e457c5a6bb5 (name "J2-13")) + (pad 310788db-f3ca-431c-86c2-577239cc8d90 (name "J2-14")) + (pad a9b3c772-4993-4434-9ea1-51fd60ba97d9 (name "J2-15")) + (pad 2f250e03-6ca3-4544-be50-e8c675595c79 (name "J2-16")) + (pad 294d6096-bb44-45e7-886a-6a2b64146715 (name "J2-17")) + (pad 0ab83f8a-217a-4aea-a8eb-5163feac278c (name "J2-18")) + (pad 60d79a11-7f8f-48ea-bb8c-c59b56e2d270 (name "J3-1")) + (pad 755a7a4e-d05c-4c6b-ac23-e2084250c4ee (name "J3-2")) + (pad c5b6b565-a9d5-43f5-8da0-aaf7504b5bde (name "J3-3")) + (pad d184bb8a-f9ec-4181-a687-f2889ebcab0e (name "J3-4")) + (pad 139b0e3a-c4db-46b8-b752-51f03323c5e7 (name "J3-5")) + (pad 7bf86c32-e0ba-4140-b84c-bb9d85cfbcd2 (name "J3-6")) + (pad 9be59029-d033-4f82-9136-39ce5e4352ec (name "J3-7")) + (pad db650071-53a1-4edb-b7cb-f78b3b9b1ccc (name "J3-8")) + (pad 6a58ff44-ac9b-4d18-a711-817e10a28710 (name "J3-9")) + (pad 85d63054-0b53-4e96-9c23-771798dd17e7 (name "J3-10")) + (pad 3cf6e049-f51a-459c-8bb4-f4e90ff3eaf0 (name "J3-11")) + (pad 7b333218-641b-428c-a803-8485955b54d8 (name "J3-12")) + (pad fe43704d-90a1-4200-887e-2ba3a84da4be (name "J3-13")) + (pad cae5e6b2-5b46-4046-b7f0-99d2c78d851e (name "J3-14")) + (pad c3484ad4-01c4-4c13-8969-90237f38fa6a (name "J3-15")) + (pad 08628094-9b41-4acf-beb5-4e771803ffd1 (name "J3-16")) + (pad 388d93fa-f1a8-40fc-bd37-4269621982a3 (name "J3-17")) + (pad 3419c7b5-6636-4167-b4b3-55a88d088c95 (name "J3-18")) + (pad 9cd086ff-7bcd-4941-bb22-d0d08df931bd (name "J3-19")) + (footprint 1cdfed4e-ee21-41bc-9c59-c25117422502 + (name "default") + (description "") + (3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0) + (pad b55829c0-5a0b-46b6-b3e6-f479a02d823c (side top) (shape roundrect) + (position -12.7 19.76) (rotation 0.0) (size 1.56 1.56) (radius 0.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad b55829c0-5a0b-46b6-b3e6-f479a02d823c) + (hole da9d809b-d92f-4635-bdd2-13ab6d96a3d5 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 9a0b5e81-128e-422c-a874-9c53c9eb7571 (side top) (shape roundrect) + (position -12.7 17.22) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 9a0b5e81-128e-422c-a874-9c53c9eb7571) + (hole 536bdf1c-620f-482f-8f2b-35c843fe78c4 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad b1b8b7fa-5481-44e5-b38d-379d4f5bb4d1 (side top) (shape roundrect) + (position -12.7 -25.96) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad b1b8b7fa-5481-44e5-b38d-379d4f5bb4d1) + (hole b29664e5-fadf-4bdb-85d3-e5afad800eb8 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 51cf425c-de84-4ab1-86ea-2cdce32adcf4 (side top) (shape roundrect) + (position -12.7 14.68) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 51cf425c-de84-4ab1-86ea-2cdce32adcf4) + (hole ea37b2b8-6ae1-4050-9274-5844f991052c (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 14b0cf48-9a8f-4b94-99d7-2b51292e6cea (side top) (shape roundrect) + (position -12.7 12.14) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 14b0cf48-9a8f-4b94-99d7-2b51292e6cea) + (hole 4e24fc90-7222-4d8b-8407-49fdee3d7b40 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 92c95baf-adc7-4384-a70b-b0e1c29a7771 (side top) (shape roundrect) + (position -12.7 9.6) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 92c95baf-adc7-4384-a70b-b0e1c29a7771) + (hole 7c71b56a-2fdb-46c6-9e6c-b51b52752231 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 804f70d2-8ca0-4bb5-ab03-6d97e822a1a5 (side top) (shape roundrect) + (position -12.7 7.06) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 804f70d2-8ca0-4bb5-ab03-6d97e822a1a5) + (hole 143037e2-6ecd-4547-ba0d-26b71fc6a7a5 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 43247244-4367-45b7-ab3a-9c45b0325bfe (side top) (shape roundrect) + (position -12.7 4.52) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 43247244-4367-45b7-ab3a-9c45b0325bfe) + (hole 9a4b2326-e4b3-41ac-b3a7-a65bd3ec8b66 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 720b0f2e-9754-43e3-80c0-b34d258c6eab (side top) (shape roundrect) + (position -12.7 1.98) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 720b0f2e-9754-43e3-80c0-b34d258c6eab) + (hole feabf7b7-ad53-411d-8bd6-78324ed7d4bf (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad f6fc5dd4-6f25-4528-bc39-8340f4593b15 (side top) (shape roundrect) + (position -12.7 -0.56) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad f6fc5dd4-6f25-4528-bc39-8340f4593b15) + (hole ef1ef6d0-e0d3-41e0-a740-12edd5657d00 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 1347a1e7-462f-4017-8bf4-331f429e5f3d (side top) (shape roundrect) + (position -12.7 -3.1) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 1347a1e7-462f-4017-8bf4-331f429e5f3d) + (hole af88692a-1e29-40c2-9c52-4eed755e22db (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 829740e1-1d9a-4909-a4d5-d01602057e8b (side top) (shape roundrect) + (position -12.7 -5.64) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 829740e1-1d9a-4909-a4d5-d01602057e8b) + (hole 4783fd06-40bb-4bcf-aebc-d044fbfb2888 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 277b9595-0bfe-47e9-91b0-090a83f31286 (side top) (shape roundrect) + (position -12.7 -8.18) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 277b9595-0bfe-47e9-91b0-090a83f31286) + (hole 261f1d62-8885-411e-be0b-8f5065087fc4 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad dfde4a27-07c5-4092-af95-3e457c5a6bb5 (side top) (shape roundrect) + (position -12.7 -10.72) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad dfde4a27-07c5-4092-af95-3e457c5a6bb5) + (hole 89ef3e1a-dc9e-4b32-88ac-f990152889e5 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 310788db-f3ca-431c-86c2-577239cc8d90 (side top) (shape roundrect) + (position -12.7 -13.26) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 310788db-f3ca-431c-86c2-577239cc8d90) + (hole 04580420-6d01-4f39-89c7-b5bd32f3eada (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad a9b3c772-4993-4434-9ea1-51fd60ba97d9 (side top) (shape roundrect) + (position -12.7 -15.8) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad a9b3c772-4993-4434-9ea1-51fd60ba97d9) + (hole 505840a7-8a3d-4235-8bb4-33a1296e3440 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 2f250e03-6ca3-4544-be50-e8c675595c79 (side top) (shape roundrect) + (position -12.7 -18.34) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 2f250e03-6ca3-4544-be50-e8c675595c79) + (hole 1a98da0f-3b30-4c0e-8987-efbcc9b773b8 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 294d6096-bb44-45e7-886a-6a2b64146715 (side top) (shape roundrect) + (position -12.7 -20.88) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 294d6096-bb44-45e7-886a-6a2b64146715) + (hole d2f964d9-978a-4fb8-a22c-dfe4ba2374a9 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 0ab83f8a-217a-4aea-a8eb-5163feac278c (side top) (shape roundrect) + (position -12.7 -23.42) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 0ab83f8a-217a-4aea-a8eb-5163feac278c) + (hole 1dc598c3-b85b-41a6-a589-051c03508bb3 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 60d79a11-7f8f-48ea-bb8c-c59b56e2d270 (side top) (shape roundrect) + (position 12.7 19.76) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 60d79a11-7f8f-48ea-bb8c-c59b56e2d270) + (hole de594d6c-5895-4914-adbe-6c28b15c93c5 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 755a7a4e-d05c-4c6b-ac23-e2084250c4ee (side top) (shape roundrect) + (position 12.7 17.22) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 755a7a4e-d05c-4c6b-ac23-e2084250c4ee) + (hole 821f9c1d-2b68-4009-bf7a-b321d537586b (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad c5b6b565-a9d5-43f5-8da0-aaf7504b5bde (side top) (shape roundrect) + (position 12.7 14.68) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad c5b6b565-a9d5-43f5-8da0-aaf7504b5bde) + (hole 94887829-371a-4ab4-969b-ca41307f3022 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad d184bb8a-f9ec-4181-a687-f2889ebcab0e (side top) (shape roundrect) + (position 12.7 12.14) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad d184bb8a-f9ec-4181-a687-f2889ebcab0e) + (hole 2e625760-a465-4d8c-8e6b-72f59b37cb3b (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 139b0e3a-c4db-46b8-b752-51f03323c5e7 (side top) (shape roundrect) + (position 12.7 9.6) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 139b0e3a-c4db-46b8-b752-51f03323c5e7) + (hole 1d126268-cb4e-48ad-a8a8-31fb3427abf0 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 7bf86c32-e0ba-4140-b84c-bb9d85cfbcd2 (side top) (shape roundrect) + (position 12.7 7.06) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 7bf86c32-e0ba-4140-b84c-bb9d85cfbcd2) + (hole 4d987f62-f480-4cbf-ac72-f4c86d8f4c93 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 9be59029-d033-4f82-9136-39ce5e4352ec (side top) (shape roundrect) + (position 12.7 4.52) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 9be59029-d033-4f82-9136-39ce5e4352ec) + (hole 2ccc6d8e-31d7-4c42-9601-225cdd59b390 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad db650071-53a1-4edb-b7cb-f78b3b9b1ccc (side top) (shape roundrect) + (position 12.7 1.98) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad db650071-53a1-4edb-b7cb-f78b3b9b1ccc) + (hole f62c9baa-3e45-455f-8f9b-75812878143b (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 6a58ff44-ac9b-4d18-a711-817e10a28710 (side top) (shape roundrect) + (position 12.7 -0.56) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 6a58ff44-ac9b-4d18-a711-817e10a28710) + (hole fd6437bd-37fc-4b23-8a1a-9ef969413fbd (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 85d63054-0b53-4e96-9c23-771798dd17e7 (side top) (shape roundrect) + (position 12.7 -3.1) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 85d63054-0b53-4e96-9c23-771798dd17e7) + (hole 01d6602c-f541-4d92-b157-c13c69c0fb2f (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 3cf6e049-f51a-459c-8bb4-f4e90ff3eaf0 (side top) (shape roundrect) + (position 12.7 -5.64) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 3cf6e049-f51a-459c-8bb4-f4e90ff3eaf0) + (hole e9576121-dbe0-4435-ac6f-13537d1fe939 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 7b333218-641b-428c-a803-8485955b54d8 (side top) (shape roundrect) + (position 12.7 -8.18) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 7b333218-641b-428c-a803-8485955b54d8) + (hole 64d7a447-3c99-446a-8a02-cd05b6eacccb (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad fe43704d-90a1-4200-887e-2ba3a84da4be (side top) (shape roundrect) + (position 12.7 -10.72) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad fe43704d-90a1-4200-887e-2ba3a84da4be) + (hole b82f3676-4ab9-462c-bd75-f08c1c9d8fe0 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad cae5e6b2-5b46-4046-b7f0-99d2c78d851e (side top) (shape roundrect) + (position 12.7 -13.26) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad cae5e6b2-5b46-4046-b7f0-99d2c78d851e) + (hole 12e56f83-817a-4def-b47b-80380b9539c3 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad c3484ad4-01c4-4c13-8969-90237f38fa6a (side top) (shape roundrect) + (position 12.7 -15.8) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad c3484ad4-01c4-4c13-8969-90237f38fa6a) + (hole 9e3538d9-2c9a-4f67-9266-025ec741fe5f (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 08628094-9b41-4acf-beb5-4e771803ffd1 (side top) (shape roundrect) + (position 12.7 -18.34) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 08628094-9b41-4acf-beb5-4e771803ffd1) + (hole ecc3ea5c-8eb2-4112-bbde-bbe479da4382 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 388d93fa-f1a8-40fc-bd37-4269621982a3 (side top) (shape roundrect) + (position 12.7 -20.88) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 388d93fa-f1a8-40fc-bd37-4269621982a3) + (hole 203f2770-330b-4d55-856d-1beb2a6eedfd (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 3419c7b5-6636-4167-b4b3-55a88d088c95 (side top) (shape roundrect) + (position 12.7 -23.42) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 3419c7b5-6636-4167-b4b3-55a88d088c95) + (hole 080dceda-4ab7-40c6-832d-3942b96d32ac (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 9cd086ff-7bcd-4941-bb22-d0d08df931bd (side top) (shape roundrect) + (position 12.7 -25.96) (rotation 0.0) (size 1.56 1.56) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function unspecified) + (package_pad 9cd086ff-7bcd-4941-bb22-d0d08df931bd) + (hole 3161b1aa-408a-4471-9997-a7740086b818 (diameter 1.04) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (polygon 17610f8b-bc09-49ec-9c05-fa33d509aa82 (layer top_legend) + (width 0.127) (fill false) (grab_area false) + (vertex (position 13.95 27.15) (angle 0.0)) + (vertex (position 13.95 -27.25) (angle 0.0)) + (vertex (position -13.95 -27.25) (angle 0.0)) + (vertex (position -13.95 27.15) (angle 0.0)) + (vertex (position 13.95 27.15) (angle 0.0)) + ) + (polygon c07207b5-aa28-4b07-9dbf-617e40f5b2ed (layer top_documentation) + (width 0.127) (fill false) (grab_area false) + (vertex (position 13.95 27.15) (angle 0.0)) + (vertex (position 13.95 -27.25) (angle 0.0)) + (vertex (position -13.95 -27.25) (angle 0.0)) + (vertex (position -13.95 27.15) (angle 0.0)) + (vertex (position 13.95 27.15) (angle 0.0)) + ) + (polygon 54b96c81-68c9-4712-8d3c-4c567bc0c96b (layer top_courtyard) + (width 0.0) (fill false) (grab_area false) + (vertex (position 14.225 -27.5) (angle 0.0)) + (vertex (position 14.225 27.4) (angle 0.0)) + (vertex (position 14.2 27.425) (angle 0.0)) + (vertex (position -14.2 27.425) (angle 0.0)) + (vertex (position -14.225 27.4) (angle 0.0)) + (vertex (position -14.225 -27.5) (angle 0.0)) + (vertex (position -14.2 -27.525) (angle 0.0)) + (vertex (position 14.2 -27.525) (angle 0.0)) + (vertex (position 14.225 -27.5) (angle 0.0)) + ) + (circle 97b6c328-d803-4c44-a336-94b0711ed910 (layer top_legend) + (width 0.2) (fill false) (grab_area false) (diameter 0.2) (position -14.6 19.76) + ) + (circle d95188ff-1af0-48b1-a0d0-32a25cd01374 (layer top_documentation) + (width 0.2) (fill false) (grab_area false) (diameter 0.2) (position -14.6 19.76) + ) + (stroke_text 1c912eaf-2c2b-4e9c-b238-8e080f8b7dca (layer top_names) + (height 1.079917) (stroke_width 0.15) (letter_spacing auto) (line_spacing auto) + (align left bottom) (position -14.0054 27.8108) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{NAME}}") + ) + (stroke_text e4fc8ff9-4c4a-4a6c-8716-c2daa96710cc (layer top_values) + (height 1.080631) (stroke_width 0.15) (letter_spacing auto) (line_spacing auto) + (align left bottom) (position -14.0146 -28.9302) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{VALUE}}") + ) + ) +) diff --git a/library/pkg/6388c7e7-eadf-4f43-934d-864878e2c976/.librepcb-pkg b/library/pkg/6388c7e7-eadf-4f43-934d-864878e2c976/.librepcb-pkg new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/pkg/6388c7e7-eadf-4f43-934d-864878e2c976/.librepcb-pkg @@ -0,0 +1 @@ +1 diff --git a/library/pkg/6388c7e7-eadf-4f43-934d-864878e2c976/86d188d3-a898-4ae7-9264-7201ccdc0e3c.step b/library/pkg/6388c7e7-eadf-4f43-934d-864878e2c976/86d188d3-a898-4ae7-9264-7201ccdc0e3c.step new file mode 100644 index 0000000..bcce288 --- /dev/null +++ b/library/pkg/6388c7e7-eadf-4f43-934d-864878e2c976/86d188d3-a898-4ae7-9264-7201ccdc0e3c.step @@ -0,0 +1,390 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('Open CASCADE Model'),'2;1'); +FILE_NAME('Open CASCADE Shape Model','2023-10-21T12:34:40',('Author'),( +'Open CASCADE'),'Open CASCADE STEP processor 7.7','Open CASCADE 7.7' +,'Unknown'); +FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }')); +ENDSEC; +DATA; +#1=APPLICATION_PROTOCOL_DEFINITION('international standard','automotive_design',2000,#2); +#2=APPLICATION_CONTEXT('core data for automotive mechanical design processes'); +#3=SHAPE_DEFINITION_REPRESENTATION(#4,#10); +#4=PRODUCT_DEFINITION_SHAPE('','',#5); +#5=PRODUCT_DEFINITION('design','',#6,#9); +#6=PRODUCT_DEFINITION_FORMATION('','',#7); +#7=PRODUCT('Pin Header 2.54mm 1x04 ⌀0.9mm','Pin Header 2.54mm 1x04 ⌀0.9mm','',(#8)); +#8=PRODUCT_CONTEXT('',#2,'mechanical'); +#9=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#10=SHAPE_REPRESENTATION('',(#11,#15,#15,#17,#17,#19,#19,#21,#21),#23); +#11=AXIS2_PLACEMENT_3D('',#12,#13,#14); +#12=CARTESIAN_POINT('',(0.,0.,0.)); +#13=DIRECTION('',(0.,0.,1.)); +#14=DIRECTION('',(1.,0.,0.)); +#15=AXIS2_PLACEMENT_3D('',#16,#13,#14); +#16=CARTESIAN_POINT('',(0.,3.81,0.)); +#17=AXIS2_PLACEMENT_3D('',#18,#13,#14); +#18=CARTESIAN_POINT('',(0.,1.27,0.)); +#19=AXIS2_PLACEMENT_3D('',#20,#13,#14); +#20=CARTESIAN_POINT('',(0.,-1.27,0.)); +#21=AXIS2_PLACEMENT_3D('',#22,#13,#14); +#22=CARTESIAN_POINT('',(0.,-3.81,0.)); +#23=( GEOMETRIC_REPRESENTATION_CONTEXT(3)GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#27)) GLOBAL_UNIT_ASSIGNED_CONTEXT((#24,#25,#26)) REPRESENTATION_CONTEXT('Context #1','3D Context with UNIT and UNCERTAINTY') ); +#24=( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) ); +#25=( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) ); +#26=( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() ); +#27=UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#24,'distance_accuracy_value','confusion accuracy'); +#28=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#7)); +#29=SHAPE_DEFINITION_REPRESENTATION(#30,#35); +#30=PRODUCT_DEFINITION_SHAPE('','',#31); +#31=PRODUCT_DEFINITION('design','',#32,#34); +#32=PRODUCT_DEFINITION_FORMATION('','',#33); +#33=PRODUCT('insulator-1','insulator-1','',(#8)); +#34=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#35=SHAPE_REPRESENTATION('',(#11,#11),#23); +#36=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#37,#39); +#37=( REPRESENTATION_RELATIONSHIP('','',#35,#10)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#38)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#38=ITEM_DEFINED_TRANSFORMATION('','',#11,#15); +#39=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#40); +#40=NEXT_ASSEMBLY_USAGE_OCCURRENCE('74','','',#5,#31,$); +#41=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#33)); +#42=SHAPE_DEFINITION_REPRESENTATION(#43,#48); +#43=PRODUCT_DEFINITION_SHAPE('','',#44); +#44=PRODUCT_DEFINITION('design','',#45,#47); +#45=PRODUCT_DEFINITION_FORMATION('','',#46); +#46=PRODUCT('insulator-1_part','insulator-1_part','',(#8)); +#47=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#48=ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#49),#23); +#49=MANIFOLD_SOLID_BREP('',#50); +#50=CLOSED_SHELL('',(#51,#79,#104,#117,#129,#136)); +#51=ADVANCED_FACE('',(#52),#77,.F.); +#52=FACE_BOUND('',#53,.F.); +#53=EDGE_LOOP('',(#54,#62,#69,#74)); +#54=ORIENTED_EDGE('',*,*,#55,.F.); +#55=EDGE_CURVE('',#56,#58,#60,.T.); +#56=VERTEX_POINT('',#57); +#57=CARTESIAN_POINT('',(-1.27,-1.2705,0.)); +#58=VERTEX_POINT('',#59); +#59=CARTESIAN_POINT('',(-1.27,-1.2705,2.5)); +#60=LINE('',#57,#61); +#61=VECTOR('',#13,1.); +#62=ORIENTED_EDGE('',*,*,#63,.T.); +#63=EDGE_CURVE('',#56,#64,#66,.T.); +#64=VERTEX_POINT('',#65); +#65=CARTESIAN_POINT('',(-1.27,1.2705,0.)); +#66=LINE('',#57,#67); +#67=VECTOR('',#68,1.); +#68=DIRECTION('',(0.,1.,0.)); +#69=ORIENTED_EDGE('',*,*,#70,.T.); +#70=EDGE_CURVE('',#64,#71,#73,.T.); +#71=VERTEX_POINT('',#72); +#72=CARTESIAN_POINT('',(-1.27,1.2705,2.5)); +#73=LINE('',#65,#61); +#74=ORIENTED_EDGE('',*,*,#75,.F.); +#75=EDGE_CURVE('',#58,#71,#76,.T.); +#76=LINE('',#59,#67); +#77=PLANE('',#78); +#78=AXIS2_PLACEMENT_3D('',#57,#14,#13); +#79=ADVANCED_FACE('',(#80),#102,.T.); +#80=FACE_BOUND('',#81,.T.); +#81=EDGE_LOOP('',(#82,#89,#94,#99)); +#82=ORIENTED_EDGE('',*,*,#83,.F.); +#83=EDGE_CURVE('',#84,#86,#88,.T.); +#84=VERTEX_POINT('',#85); +#85=CARTESIAN_POINT('',(1.27,-1.2705,0.)); +#86=VERTEX_POINT('',#87); +#87=CARTESIAN_POINT('',(1.27,-1.2705,2.5)); +#88=LINE('',#85,#61); +#89=ORIENTED_EDGE('',*,*,#90,.T.); +#90=EDGE_CURVE('',#84,#91,#93,.T.); +#91=VERTEX_POINT('',#92); +#92=CARTESIAN_POINT('',(1.27,1.2705,0.)); +#93=LINE('',#85,#67); +#94=ORIENTED_EDGE('',*,*,#95,.T.); +#95=EDGE_CURVE('',#91,#96,#98,.T.); +#96=VERTEX_POINT('',#97); +#97=CARTESIAN_POINT('',(1.27,1.2705,2.5)); +#98=LINE('',#92,#61); +#99=ORIENTED_EDGE('',*,*,#100,.F.); +#100=EDGE_CURVE('',#86,#96,#101,.T.); +#101=LINE('',#87,#67); +#102=PLANE('',#103); +#103=AXIS2_PLACEMENT_3D('',#85,#14,#13); +#104=ADVANCED_FACE('',(#105),#115,.F.); +#105=FACE_BOUND('',#106,.F.); +#106=EDGE_LOOP('',(#107,#111,#112,#82)); +#107=ORIENTED_EDGE('',*,*,#108,.F.); +#108=EDGE_CURVE('',#56,#84,#109,.T.); +#109=LINE('',#57,#110); +#110=VECTOR('',#14,1.); +#111=ORIENTED_EDGE('',*,*,#55,.T.); +#112=ORIENTED_EDGE('',*,*,#113,.T.); +#113=EDGE_CURVE('',#58,#86,#114,.T.); +#114=LINE('',#59,#110); +#115=PLANE('',#116); +#116=AXIS2_PLACEMENT_3D('',#57,#68,#13); +#117=ADVANCED_FACE('',(#118),#127,.T.); +#118=FACE_BOUND('',#119,.T.); +#119=EDGE_LOOP('',(#120,#69,#123,#126)); +#120=ORIENTED_EDGE('',*,*,#121,.F.); +#121=EDGE_CURVE('',#64,#91,#122,.T.); +#122=LINE('',#65,#110); +#123=ORIENTED_EDGE('',*,*,#124,.T.); +#124=EDGE_CURVE('',#71,#96,#125,.T.); +#125=LINE('',#72,#110); +#126=ORIENTED_EDGE('',*,*,#95,.F.); +#127=PLANE('',#128); +#128=AXIS2_PLACEMENT_3D('',#65,#68,#13); +#129=ADVANCED_FACE('',(#130),#134,.F.); +#130=FACE_BOUND('',#131,.F.); +#131=EDGE_LOOP('',(#132,#133,#89,#120)); +#132=ORIENTED_EDGE('',*,*,#63,.F.); +#133=ORIENTED_EDGE('',*,*,#108,.T.); +#134=PLANE('',#135); +#135=AXIS2_PLACEMENT_3D('',#57,#13,#14); +#136=ADVANCED_FACE('',(#137),#141,.T.); +#137=FACE_BOUND('',#138,.T.); +#138=EDGE_LOOP('',(#74,#112,#139,#140)); +#139=ORIENTED_EDGE('',*,*,#100,.T.); +#140=ORIENTED_EDGE('',*,*,#124,.F.); +#141=PLANE('',#142); +#142=AXIS2_PLACEMENT_3D('',#59,#13,#14); +#143=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#144,#146); +#144=( REPRESENTATION_RELATIONSHIP('','',#48,#35)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#145)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#145=ITEM_DEFINED_TRANSFORMATION('','',#11,#11); +#146=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#147); +#147=NEXT_ASSEMBLY_USAGE_OCCURRENCE('73','','',#31,#44,$); +#148=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#46)); +#149=SHAPE_DEFINITION_REPRESENTATION(#150,#155); +#150=PRODUCT_DEFINITION_SHAPE('','',#151); +#151=PRODUCT_DEFINITION('design','',#152,#154); +#152=PRODUCT_DEFINITION_FORMATION('','',#153); +#153=PRODUCT('lead-1','lead-1','',(#8)); +#154=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#155=SHAPE_REPRESENTATION('',(#11,#11),#23); +#156=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#157,#158); +#157=( REPRESENTATION_RELATIONSHIP('','',#155,#10)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#38)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#158=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#159); +#159=NEXT_ASSEMBLY_USAGE_OCCURRENCE('76','','',#5,#151,$); +#160=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#153)); +#161=SHAPE_DEFINITION_REPRESENTATION(#162,#167); +#162=PRODUCT_DEFINITION_SHAPE('','',#163); +#163=PRODUCT_DEFINITION('design','',#164,#166); +#164=PRODUCT_DEFINITION_FORMATION('','',#165); +#165=PRODUCT('lead-1_part','lead-1_part','',(#8)); +#166=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#167=ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#168),#23); +#168=MANIFOLD_SOLID_BREP('',#169); +#169=CLOSED_SHELL('',(#170,#195,#220,#232,#244,#251)); +#170=ADVANCED_FACE('',(#171),#193,.F.); +#171=FACE_BOUND('',#172,.F.); +#172=EDGE_LOOP('',(#173,#180,#185,#190)); +#173=ORIENTED_EDGE('',*,*,#174,.F.); +#174=EDGE_CURVE('',#175,#177,#179,.T.); +#175=VERTEX_POINT('',#176); +#176=CARTESIAN_POINT('',(-0.300520382004,-0.300520382004,-3.)); +#177=VERTEX_POINT('',#178); +#178=CARTESIAN_POINT('',(-0.300520382004,-0.300520382004,8.)); +#179=LINE('',#176,#61); +#180=ORIENTED_EDGE('',*,*,#181,.T.); +#181=EDGE_CURVE('',#175,#182,#184,.T.); +#182=VERTEX_POINT('',#183); +#183=CARTESIAN_POINT('',(-0.300520382004,0.300520382004,-3.)); +#184=LINE('',#176,#67); +#185=ORIENTED_EDGE('',*,*,#186,.T.); +#186=EDGE_CURVE('',#182,#187,#189,.T.); +#187=VERTEX_POINT('',#188); +#188=CARTESIAN_POINT('',(-0.300520382004,0.300520382004,8.)); +#189=LINE('',#183,#61); +#190=ORIENTED_EDGE('',*,*,#191,.F.); +#191=EDGE_CURVE('',#177,#187,#192,.T.); +#192=LINE('',#178,#67); +#193=PLANE('',#194); +#194=AXIS2_PLACEMENT_3D('',#176,#14,#13); +#195=ADVANCED_FACE('',(#196),#218,.T.); +#196=FACE_BOUND('',#197,.T.); +#197=EDGE_LOOP('',(#198,#205,#210,#215)); +#198=ORIENTED_EDGE('',*,*,#199,.F.); +#199=EDGE_CURVE('',#200,#202,#204,.T.); +#200=VERTEX_POINT('',#201); +#201=CARTESIAN_POINT('',(0.300520382004,-0.300520382004,-3.)); +#202=VERTEX_POINT('',#203); +#203=CARTESIAN_POINT('',(0.300520382004,-0.300520382004,8.)); +#204=LINE('',#201,#61); +#205=ORIENTED_EDGE('',*,*,#206,.T.); +#206=EDGE_CURVE('',#200,#207,#209,.T.); +#207=VERTEX_POINT('',#208); +#208=CARTESIAN_POINT('',(0.300520382004,0.300520382004,-3.)); +#209=LINE('',#201,#67); +#210=ORIENTED_EDGE('',*,*,#211,.T.); +#211=EDGE_CURVE('',#207,#212,#214,.T.); +#212=VERTEX_POINT('',#213); +#213=CARTESIAN_POINT('',(0.300520382004,0.300520382004,8.)); +#214=LINE('',#208,#61); +#215=ORIENTED_EDGE('',*,*,#216,.F.); +#216=EDGE_CURVE('',#202,#212,#217,.T.); +#217=LINE('',#203,#67); +#218=PLANE('',#219); +#219=AXIS2_PLACEMENT_3D('',#201,#14,#13); +#220=ADVANCED_FACE('',(#221),#230,.F.); +#221=FACE_BOUND('',#222,.F.); +#222=EDGE_LOOP('',(#223,#226,#227,#198)); +#223=ORIENTED_EDGE('',*,*,#224,.F.); +#224=EDGE_CURVE('',#175,#200,#225,.T.); +#225=LINE('',#176,#110); +#226=ORIENTED_EDGE('',*,*,#174,.T.); +#227=ORIENTED_EDGE('',*,*,#228,.T.); +#228=EDGE_CURVE('',#177,#202,#229,.T.); +#229=LINE('',#178,#110); +#230=PLANE('',#231); +#231=AXIS2_PLACEMENT_3D('',#176,#68,#13); +#232=ADVANCED_FACE('',(#233),#242,.T.); +#233=FACE_BOUND('',#234,.T.); +#234=EDGE_LOOP('',(#235,#185,#238,#241)); +#235=ORIENTED_EDGE('',*,*,#236,.F.); +#236=EDGE_CURVE('',#182,#207,#237,.T.); +#237=LINE('',#183,#110); +#238=ORIENTED_EDGE('',*,*,#239,.T.); +#239=EDGE_CURVE('',#187,#212,#240,.T.); +#240=LINE('',#188,#110); +#241=ORIENTED_EDGE('',*,*,#211,.F.); +#242=PLANE('',#243); +#243=AXIS2_PLACEMENT_3D('',#183,#68,#13); +#244=ADVANCED_FACE('',(#245),#249,.F.); +#245=FACE_BOUND('',#246,.F.); +#246=EDGE_LOOP('',(#247,#248,#205,#235)); +#247=ORIENTED_EDGE('',*,*,#181,.F.); +#248=ORIENTED_EDGE('',*,*,#224,.T.); +#249=PLANE('',#250); +#250=AXIS2_PLACEMENT_3D('',#176,#13,#14); +#251=ADVANCED_FACE('',(#252),#256,.T.); +#252=FACE_BOUND('',#253,.T.); +#253=EDGE_LOOP('',(#190,#227,#254,#255)); +#254=ORIENTED_EDGE('',*,*,#216,.T.); +#255=ORIENTED_EDGE('',*,*,#239,.F.); +#256=PLANE('',#257); +#257=AXIS2_PLACEMENT_3D('',#178,#13,#14); +#258=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#259,#260); +#259=( REPRESENTATION_RELATIONSHIP('','',#167,#155)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#145)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#260=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#261); +#261=NEXT_ASSEMBLY_USAGE_OCCURRENCE('75','','',#151,#163,$); +#262=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#165)); +#263=SHAPE_DEFINITION_REPRESENTATION(#264,#269); +#264=PRODUCT_DEFINITION_SHAPE('','',#265); +#265=PRODUCT_DEFINITION('design','',#266,#268); +#266=PRODUCT_DEFINITION_FORMATION('','',#267); +#267=PRODUCT('insulator-2','insulator-2','',(#8)); +#268=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#269=SHAPE_REPRESENTATION('',(#11,#11),#23); +#270=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#271,#273); +#271=( REPRESENTATION_RELATIONSHIP('','',#269,#10)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#272)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#272=ITEM_DEFINED_TRANSFORMATION('','',#11,#17); +#273=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#274); +#274=NEXT_ASSEMBLY_USAGE_OCCURRENCE('78','','',#5,#265,$); +#275=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#267)); +#276=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#277,#278); +#277=( REPRESENTATION_RELATIONSHIP('','',#48,#269)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#145)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#278=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#279); +#279=NEXT_ASSEMBLY_USAGE_OCCURRENCE('77','','',#265,#44,$); +#280=SHAPE_DEFINITION_REPRESENTATION(#281,#286); +#281=PRODUCT_DEFINITION_SHAPE('','',#282); +#282=PRODUCT_DEFINITION('design','',#283,#285); +#283=PRODUCT_DEFINITION_FORMATION('','',#284); +#284=PRODUCT('lead-2','lead-2','',(#8)); +#285=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#286=SHAPE_REPRESENTATION('',(#11,#11),#23); +#287=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#288,#289); +#288=( REPRESENTATION_RELATIONSHIP('','',#286,#10)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#272)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#289=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#290); +#290=NEXT_ASSEMBLY_USAGE_OCCURRENCE('80','','',#5,#282,$); +#291=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#284)); +#292=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#293,#294); +#293=( REPRESENTATION_RELATIONSHIP('','',#167,#286)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#145)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#294=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#295); +#295=NEXT_ASSEMBLY_USAGE_OCCURRENCE('79','','',#282,#163,$); +#296=SHAPE_DEFINITION_REPRESENTATION(#297,#302); +#297=PRODUCT_DEFINITION_SHAPE('','',#298); +#298=PRODUCT_DEFINITION('design','',#299,#301); +#299=PRODUCT_DEFINITION_FORMATION('','',#300); +#300=PRODUCT('insulator-3','insulator-3','',(#8)); +#301=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#302=SHAPE_REPRESENTATION('',(#11,#11),#23); +#303=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#304,#306); +#304=( REPRESENTATION_RELATIONSHIP('','',#302,#10)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#305)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#305=ITEM_DEFINED_TRANSFORMATION('','',#11,#19); +#306=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#307); +#307=NEXT_ASSEMBLY_USAGE_OCCURRENCE('82','','',#5,#298,$); +#308=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#300)); +#309=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#310,#311); +#310=( REPRESENTATION_RELATIONSHIP('','',#48,#302)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#145)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#311=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#312); +#312=NEXT_ASSEMBLY_USAGE_OCCURRENCE('81','','',#298,#44,$); +#313=SHAPE_DEFINITION_REPRESENTATION(#314,#319); +#314=PRODUCT_DEFINITION_SHAPE('','',#315); +#315=PRODUCT_DEFINITION('design','',#316,#318); +#316=PRODUCT_DEFINITION_FORMATION('','',#317); +#317=PRODUCT('lead-3','lead-3','',(#8)); +#318=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#319=SHAPE_REPRESENTATION('',(#11,#11),#23); +#320=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#321,#322); +#321=( REPRESENTATION_RELATIONSHIP('','',#319,#10)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#305)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#322=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#323); +#323=NEXT_ASSEMBLY_USAGE_OCCURRENCE('84','','',#5,#315,$); +#324=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#317)); +#325=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#326,#327); +#326=( REPRESENTATION_RELATIONSHIP('','',#167,#319)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#145)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#327=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#328); +#328=NEXT_ASSEMBLY_USAGE_OCCURRENCE('83','','',#315,#163,$); +#329=SHAPE_DEFINITION_REPRESENTATION(#330,#335); +#330=PRODUCT_DEFINITION_SHAPE('','',#331); +#331=PRODUCT_DEFINITION('design','',#332,#334); +#332=PRODUCT_DEFINITION_FORMATION('','',#333); +#333=PRODUCT('insulator-4','insulator-4','',(#8)); +#334=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#335=SHAPE_REPRESENTATION('',(#11,#11),#23); +#336=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#337,#339); +#337=( REPRESENTATION_RELATIONSHIP('','',#335,#10)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#338)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#338=ITEM_DEFINED_TRANSFORMATION('','',#11,#21); +#339=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#340); +#340=NEXT_ASSEMBLY_USAGE_OCCURRENCE('86','','',#5,#331,$); +#341=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#333)); +#342=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#343,#344); +#343=( REPRESENTATION_RELATIONSHIP('','',#48,#335)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#145)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#344=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#345); +#345=NEXT_ASSEMBLY_USAGE_OCCURRENCE('85','','',#331,#44,$); +#346=SHAPE_DEFINITION_REPRESENTATION(#347,#352); +#347=PRODUCT_DEFINITION_SHAPE('','',#348); +#348=PRODUCT_DEFINITION('design','',#349,#351); +#349=PRODUCT_DEFINITION_FORMATION('','',#350); +#350=PRODUCT('lead-4','lead-4','',(#8)); +#351=PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design'); +#352=SHAPE_REPRESENTATION('',(#11,#11),#23); +#353=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#354,#355); +#354=( REPRESENTATION_RELATIONSHIP('','',#352,#10)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#338)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#355=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#356); +#356=NEXT_ASSEMBLY_USAGE_OCCURRENCE('88','','',#5,#348,$); +#357=PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#350)); +#358=CONTEXT_DEPENDENT_SHAPE_REPRESENTATION(#359,#360); +#359=( REPRESENTATION_RELATIONSHIP('','',#167,#352)REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION(#145)SHAPE_REPRESENTATION_RELATIONSHIP() ); +#360=PRODUCT_DEFINITION_SHAPE('Placement','Placement of an item',#361); +#361=NEXT_ASSEMBLY_USAGE_OCCURRENCE('87','','',#348,#163,$); +#362=MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION('',(#363),#23); +#363=STYLED_ITEM('color',(#364),#168); +#364=PRESENTATION_STYLE_ASSIGNMENT((#365)); +#365=SURFACE_STYLE_USAGE(.BOTH.,#366); +#366=SURFACE_SIDE_STYLE('',(#367)); +#367=SURFACE_STYLE_FILL_AREA(#368); +#368=FILL_AREA_STYLE('',(#369)); +#369=FILL_AREA_STYLE_COLOUR('',#370); +#370=COLOUR_RGB('',0.862744829005,0.862744829005,0.862744829005); +#371=MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION('',(#372),#23); +#372=STYLED_ITEM('color',(#373),#49); +#373=PRESENTATION_STYLE_ASSIGNMENT((#374)); +#374=SURFACE_STYLE_USAGE(.BOTH.,#375); +#375=SURFACE_SIDE_STYLE('',(#376)); +#376=SURFACE_STYLE_FILL_AREA(#377); +#377=FILL_AREA_STYLE('',(#378)); +#378=FILL_AREA_STYLE_COLOUR('',#379); +#379=COLOUR_RGB('',0.160784783862,0.160784783862,0.160784783862); +ENDSEC; +END-ISO-10303-21; diff --git a/library/pkg/6388c7e7-eadf-4f43-934d-864878e2c976/package.lp b/library/pkg/6388c7e7-eadf-4f43-934d-864878e2c976/package.lp new file mode 100644 index 0000000..f18263b --- /dev/null +++ b/library/pkg/6388c7e7-eadf-4f43-934d-864878e2c976/package.lp @@ -0,0 +1,109 @@ +(librepcb_package 6388c7e7-eadf-4f43-934d-864878e2c976 + (name "Pin Header 2.54mm 1x04 ⌀0.9mm") + (description "A generic 1x4 male pin header with 2.54mm pin spacing and 0.9mm drill holes.\n\nGenerated with librepcb-parts-generator (generate_connectors.py)") + (keywords "connector, 1x4, d0.9, pin header, male header, tht") + (author "Danilo B.") + (version "0.3") + (created 2018-10-17T19:13:41Z) + (deprecated false) + (generated_by "") + (category e4d3a6bf-af32-48a2-b427-5e794bed949a) + (assembly_type tht) + (pad a491f486-5a2a-4e7c-b748-14553d21ca4c (name "1")) + (pad f589c04b-4dfe-4a09-95c0-bded748a76e8 (name "2")) + (pad d5504b35-e3d8-4123-95b5-aab02cca6227 (name "3")) + (pad 77a723bf-0e1c-4ab1-9e90-2ce0a059af9c (name "4")) + (3d_model 86d188d3-a898-4ae7-9264-7201ccdc0e3c (name "Pin Header 2.54mm 1x04 ⌀0.9mm")) + (footprint 4c3d368d-c330-4378-8b0c-50c9fd9f1484 + (name "default") + (description "") + (3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0) + (3d_model 86d188d3-a898-4ae7-9264-7201ccdc0e3c) + (pad a491f486-5a2a-4e7c-b748-14553d21ca4c (side top) (shape roundrect) + (position 0.0 3.81) (rotation 0.0) (size 2.19 1.587) (radius 0.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function standard) + (package_pad a491f486-5a2a-4e7c-b748-14553d21ca4c) + (hole a491f486-5a2a-4e7c-b748-14553d21ca4c (diameter 0.9) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad f589c04b-4dfe-4a09-95c0-bded748a76e8 (side top) (shape roundrect) + (position 0.0 1.27) (rotation 0.0) (size 2.19 1.587) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function standard) + (package_pad f589c04b-4dfe-4a09-95c0-bded748a76e8) + (hole f589c04b-4dfe-4a09-95c0-bded748a76e8 (diameter 0.9) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad d5504b35-e3d8-4123-95b5-aab02cca6227 (side top) (shape roundrect) + (position 0.0 -1.27) (rotation 0.0) (size 2.19 1.587) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function standard) + (package_pad d5504b35-e3d8-4123-95b5-aab02cca6227) + (hole d5504b35-e3d8-4123-95b5-aab02cca6227 (diameter 0.9) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (pad 77a723bf-0e1c-4ab1-9e90-2ce0a059af9c (side top) (shape roundrect) + (position 0.0 -3.81) (rotation 0.0) (size 2.19 1.587) (radius 1.0) + (stop_mask auto) (solder_paste off) (clearance 0.0) (function standard) + (package_pad 77a723bf-0e1c-4ab1-9e90-2ce0a059af9c) + (hole 77a723bf-0e1c-4ab1-9e90-2ce0a059af9c (diameter 0.9) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + ) + (polygon e15e7ca3-da22-4894-bf60-161d3af01a39 (layer top_legend) + (width 0.25) (fill false) (grab_area true) + (vertex (position 1.395 4.935) (angle 0.0)) + (vertex (position 1.395 2.81) (angle 0.0)) + (vertex (position 1.125 2.54) (angle 0.0)) + (vertex (position 1.395 2.27) (angle 0.0)) + (vertex (position 1.395 0.27) (angle 0.0)) + (vertex (position 1.125 0.0) (angle 0.0)) + (vertex (position 1.395 -0.27) (angle 0.0)) + (vertex (position 1.395 -2.27) (angle 0.0)) + (vertex (position 1.125 -2.54) (angle 0.0)) + (vertex (position 1.395 -2.81) (angle 0.0)) + (vertex (position 1.395 -4.935) (angle 0.0)) + (vertex (position 1.125 -5.205) (angle 0.0)) + (vertex (position -1.125 -5.205) (angle 0.0)) + (vertex (position -1.395 -4.935) (angle 0.0)) + (vertex (position -1.395 -2.81) (angle 0.0)) + (vertex (position -1.125 -2.54) (angle 0.0)) + (vertex (position -1.395 -2.27) (angle 0.0)) + (vertex (position -1.395 -0.27) (angle 0.0)) + (vertex (position -1.125 0.0) (angle 0.0)) + (vertex (position -1.395 0.27) (angle 0.0)) + (vertex (position -1.395 2.27) (angle 0.0)) + (vertex (position -1.125 2.54) (angle 0.0)) + (vertex (position -1.395 2.81) (angle 0.0)) + (vertex (position -1.395 4.935) (angle 0.0)) + (vertex (position -1.125 5.205) (angle 0.0)) + (vertex (position 1.125 5.205) (angle 0.0)) + (vertex (position 1.395 4.935) (angle 0.0)) + ) + (polygon dea1d515-1c05-48ec-aead-5cecc2f54698 (layer top_package_outlines) + (width 0.0) (fill false) (grab_area false) + (vertex (position -1.27 5.08) (angle 0.0)) + (vertex (position 1.27 5.08) (angle 0.0)) + (vertex (position 1.27 -5.08) (angle 0.0)) + (vertex (position -1.27 -5.08) (angle 0.0)) + ) + (polygon 7c7fa71c-bba9-4df3-9ada-5262b61d63c5 (layer top_courtyard) + (width 0.0) (fill false) (grab_area false) + (vertex (position -1.77 5.58) (angle 0.0)) + (vertex (position 1.77 5.58) (angle 0.0)) + (vertex (position 1.77 -5.58) (angle 0.0)) + (vertex (position -1.77 -5.58) (angle 0.0)) + ) + (stroke_text 96c2d33d-f68c-482f-9268-2e70769a9c65 (layer top_names) + (height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto) + (align center bottom) (position 0.0 6.35) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{NAME}}") + ) + (stroke_text 29c6836e-d9cb-49f8-929e-0e276d668547 (layer top_values) + (height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto) + (align center top) (position 0.0 -6.35) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{VALUE}}") + ) + ) +) diff --git a/library/pkg/aaaf3401-458b-47e9-b03a-0dd4e4da972d/.librepcb-pkg b/library/pkg/aaaf3401-458b-47e9-b03a-0dd4e4da972d/.librepcb-pkg new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/pkg/aaaf3401-458b-47e9-b03a-0dd4e4da972d/.librepcb-pkg @@ -0,0 +1 @@ +1 diff --git a/library/pkg/aaaf3401-458b-47e9-b03a-0dd4e4da972d/package.lp b/library/pkg/aaaf3401-458b-47e9-b03a-0dd4e4da972d/package.lp new file mode 100644 index 0000000..66bdcd7 --- /dev/null +++ b/library/pkg/aaaf3401-458b-47e9-b03a-0dd4e4da972d/package.lp @@ -0,0 +1,804 @@ +(librepcb_package aaaf3401-458b-47e9-b03a-0dd4e4da972d + (name "LOGO_OSHW") + (description "Open Source Hardware logo.") + (keywords "open,source") + (author "U. Bruhin") + (version "0.1") + (created 2023-09-06T13:24:09Z) + (deprecated false) + (generated_by "") + (category 1d2630f1-c375-49f0-a0dc-2446735d82f4) + (assembly_type none) + (footprint f0fdd511-909b-49c0-aef5-683b592da2c0 + (name "3x3mm Silkscreen") + (description "") + (3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0) + (polygon 338ac80a-3f5d-42d0-a298-2da7c5b07161 (layer top_legend) + (width 0.0) (fill true) (grab_area true) + (vertex (position 0.178415 -0.387635) (angle 310.57)) + (vertex (position -0.178415 -0.387635) (angle -87.495)) + (vertex (position -0.168515 -0.41272) (angle 0.0)) + (vertex (position -0.424341 -1.039277) (angle -90.29)) + (vertex (position -0.449857 -1.049922) (angle 0.0)) + (vertex (position -0.588813 -0.992364) (angle 56.58)) + (vertex (position -0.607203 -0.994229) (angle 0.0)) + (vertex (position -0.912802 -1.200982) (angle -79.08)) + (vertex (position -0.937518 -1.19862) (angle 0.0)) + (vertex (position -1.19862 -0.937518) (angle -79.08)) + (vertex (position -1.200982 -0.912802) (angle 0.0)) + (vertex (position -0.994229 -0.607203) (angle 56.58)) + (vertex (position -0.992364 -0.588813) (angle 0.0)) + (vertex (position -1.118061 -0.285353) (angle 56.58)) + (vertex (position -1.132383 -0.273669) (angle 0.0)) + (vertex (position -1.494671 -0.203774) (angle -79.08)) + (vertex (position -1.510477 -0.184627) (angle 0.0)) + (vertex (position -1.510477 0.184627) (angle -79.08)) + (vertex (position -1.494671 0.203774) (angle 0.0)) + (vertex (position -1.132383 0.273669) (angle 56.58)) + (vertex (position -1.118061 0.285353) (angle 0.0)) + (vertex (position -0.992364 0.588813) (angle 56.58)) + (vertex (position -0.994229 0.607203) (angle 0.0)) + (vertex (position -1.200982 0.912802) (angle -79.08)) + (vertex (position -1.19862 0.937518) (angle 0.0)) + (vertex (position -0.937518 1.19862) (angle -79.08)) + (vertex (position -0.912802 1.200982) (angle 0.0)) + (vertex (position -0.607203 0.994229) (angle 56.58)) + (vertex (position -0.588813 0.992364) (angle 0.0)) + (vertex (position -0.285353 1.118061) (angle 56.58)) + (vertex (position -0.273669 1.132383) (angle 0.0)) + (vertex (position -0.203774 1.494671) (angle -79.08)) + (vertex (position -0.184627 1.510477) (angle 0.0)) + (vertex (position 0.184627 1.510477) (angle -79.08)) + (vertex (position 0.203774 1.494671) (angle 0.0)) + (vertex (position 0.273669 1.132383) (angle 56.58)) + (vertex (position 0.285353 1.118061) (angle 0.0)) + (vertex (position 0.588813 0.992364) (angle 56.58)) + (vertex (position 0.607203 0.994229) (angle 0.0)) + (vertex (position 0.912802 1.200982) (angle -79.08)) + (vertex (position 0.937518 1.19862) (angle 0.0)) + (vertex (position 1.19862 0.937518) (angle -79.08)) + (vertex (position 1.200982 0.912802) (angle 0.0)) + (vertex (position 0.994229 0.607203) (angle 56.58)) + (vertex (position 0.992364 0.588813) (angle 0.0)) + (vertex (position 1.118061 0.285353) (angle 56.58)) + (vertex (position 1.132383 0.273669) (angle 0.0)) + (vertex (position 1.494671 0.203774) (angle -79.08)) + (vertex (position 1.510477 0.184627) (angle 0.0)) + (vertex (position 1.510477 -0.184627) (angle -79.08)) + (vertex (position 1.494671 -0.203774) (angle 0.0)) + (vertex (position 1.132383 -0.273669) (angle 56.58)) + (vertex (position 1.118061 -0.285353) (angle 0.0)) + (vertex (position 0.992364 -0.588813) (angle 56.58)) + (vertex (position 0.994229 -0.607203) (angle 0.0)) + (vertex (position 1.200982 -0.912802) (angle -79.08)) + (vertex (position 1.19862 -0.937518) (angle 0.0)) + (vertex (position 0.937518 -1.19862) (angle -79.08)) + (vertex (position 0.912802 -1.200982) (angle 0.0)) + (vertex (position 0.607203 -0.994229) (angle 56.58)) + (vertex (position 0.588813 -0.992364) (angle 0.0)) + (vertex (position 0.449857 -1.049922) (angle -90.29)) + (vertex (position 0.424341 -1.039277) (angle 0.0)) + (vertex (position 0.168515 -0.41272) (angle -87.495)) + (vertex (position 0.178415 -0.387635) (angle 0.0)) + ) + (circle 586b7998-9db1-4cbf-958c-5507662d518d (layer top_courtyard) + (width 0.0) (fill false) (grab_area false) (diameter 3.5) (position 0.0 0.0) + ) + (stroke_text 5eb60cf1-f808-460d-8263-bd3b7c83bc01 (layer top_legend) + (height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto) + (align center top) (position 0.0 -1.905) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{VALUE}}") + ) + ) + (footprint f5e64e51-8d31-4364-9046-6dc80f4ba61c + (name "3x3mm Copper") + (description "") + (3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0) + (polygon 338ac80a-3f5d-42d0-a298-2da7c5b07161 (layer top_cu) + (width 0.0) (fill true) (grab_area true) + (vertex (position 0.178415 -0.387635) (angle 310.57)) + (vertex (position -0.178415 -0.387635) (angle -87.495)) + (vertex (position -0.168515 -0.41272) (angle 0.0)) + (vertex (position -0.424341 -1.039277) (angle -90.29)) + (vertex (position -0.449857 -1.049922) (angle 0.0)) + (vertex (position -0.588813 -0.992364) (angle 56.58)) + (vertex (position -0.607203 -0.994229) (angle 0.0)) + (vertex (position -0.912802 -1.200982) (angle -79.08)) + (vertex (position -0.937518 -1.19862) (angle 0.0)) + (vertex (position -1.19862 -0.937518) (angle -79.08)) + (vertex (position -1.200982 -0.912802) (angle 0.0)) + (vertex (position -0.994229 -0.607203) (angle 56.58)) + (vertex (position -0.992364 -0.588813) (angle 0.0)) + (vertex (position -1.118061 -0.285353) (angle 56.58)) + (vertex (position -1.132383 -0.273669) (angle 0.0)) + (vertex (position -1.494671 -0.203774) (angle -79.08)) + (vertex (position -1.510477 -0.184627) (angle 0.0)) + (vertex (position -1.510477 0.184627) (angle -79.08)) + (vertex (position -1.494671 0.203774) (angle 0.0)) + (vertex (position -1.132383 0.273669) (angle 56.58)) + (vertex (position -1.118061 0.285353) (angle 0.0)) + (vertex (position -0.992364 0.588813) (angle 56.58)) + (vertex (position -0.994229 0.607203) (angle 0.0)) + (vertex (position -1.200982 0.912802) (angle -79.08)) + (vertex (position -1.19862 0.937518) (angle 0.0)) + (vertex (position -0.937518 1.19862) (angle -79.08)) + (vertex (position -0.912802 1.200982) (angle 0.0)) + (vertex (position -0.607203 0.994229) (angle 56.58)) + (vertex (position -0.588813 0.992364) (angle 0.0)) + (vertex (position -0.285353 1.118061) (angle 56.58)) + (vertex (position -0.273669 1.132383) (angle 0.0)) + (vertex (position -0.203774 1.494671) (angle -79.08)) + (vertex (position -0.184627 1.510477) (angle 0.0)) + (vertex (position 0.184627 1.510477) (angle -79.08)) + (vertex (position 0.203774 1.494671) (angle 0.0)) + (vertex (position 0.273669 1.132383) (angle 56.58)) + (vertex (position 0.285353 1.118061) (angle 0.0)) + (vertex (position 0.588813 0.992364) (angle 56.58)) + (vertex (position 0.607203 0.994229) (angle 0.0)) + (vertex (position 0.912802 1.200982) (angle -79.08)) + (vertex (position 0.937518 1.19862) (angle 0.0)) + (vertex (position 1.19862 0.937518) (angle -79.08)) + (vertex (position 1.200982 0.912802) (angle 0.0)) + (vertex (position 0.994229 0.607203) (angle 56.58)) + (vertex (position 0.992364 0.588813) (angle 0.0)) + (vertex (position 1.118061 0.285353) (angle 56.58)) + (vertex (position 1.132383 0.273669) (angle 0.0)) + (vertex (position 1.494671 0.203774) (angle -79.08)) + (vertex (position 1.510477 0.184627) (angle 0.0)) + (vertex (position 1.510477 -0.184627) (angle -79.08)) + (vertex (position 1.494671 -0.203774) (angle 0.0)) + (vertex (position 1.132383 -0.273669) (angle 56.58)) + (vertex (position 1.118061 -0.285353) (angle 0.0)) + (vertex (position 0.992364 -0.588813) (angle 56.58)) + (vertex (position 0.994229 -0.607203) (angle 0.0)) + (vertex (position 1.200982 -0.912802) (angle -79.08)) + (vertex (position 1.19862 -0.937518) (angle 0.0)) + (vertex (position 0.937518 -1.19862) (angle -79.08)) + (vertex (position 0.912802 -1.200982) (angle 0.0)) + (vertex (position 0.607203 -0.994229) (angle 56.58)) + (vertex (position 0.588813 -0.992364) (angle 0.0)) + (vertex (position 0.449857 -1.049922) (angle -90.29)) + (vertex (position 0.424341 -1.039277) (angle 0.0)) + (vertex (position 0.168515 -0.41272) (angle -87.495)) + (vertex (position 0.178415 -0.387635) (angle 0.0)) + ) + (circle 4b1f70ee-30dd-4a86-8a65-8f456b405f88 (layer top_courtyard) + (width 0.0) (fill false) (grab_area false) (diameter 3.5) (position 0.0 0.0) + ) + (stroke_text 5eb60cf1-f808-460d-8263-bd3b7c83bc01 (layer top_cu) + (height 0.5) (stroke_width 0.1) (letter_spacing auto) (line_spacing auto) + (align center top) (position 0.0 -1.5875) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{VALUE}}") + ) + ) + (footprint c4e53806-e61b-4329-86b0-217919b4b064 + (name "3x3mm Stop Mask") + (description "") + (3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0) + (polygon 338ac80a-3f5d-42d0-a298-2da7c5b07161 (layer top_stop_mask) + (width 0.0) (fill true) (grab_area true) + (vertex (position 0.178415 -0.387635) (angle 310.57)) + (vertex (position -0.178415 -0.387635) (angle -87.495)) + (vertex (position -0.168515 -0.41272) (angle 0.0)) + (vertex (position -0.424341 -1.039277) (angle -90.29)) + (vertex (position -0.449857 -1.049922) (angle 0.0)) + (vertex (position -0.588813 -0.992364) (angle 56.58)) + (vertex (position -0.607203 -0.994229) (angle 0.0)) + (vertex (position -0.912802 -1.200982) (angle -79.08)) + (vertex (position -0.937518 -1.19862) (angle 0.0)) + (vertex (position -1.19862 -0.937518) (angle -79.08)) + (vertex (position -1.200982 -0.912802) (angle 0.0)) + (vertex (position -0.994229 -0.607203) (angle 56.58)) + (vertex (position -0.992364 -0.588813) (angle 0.0)) + (vertex (position -1.118061 -0.285353) (angle 56.58)) + (vertex (position -1.132383 -0.273669) (angle 0.0)) + (vertex (position -1.494671 -0.203774) (angle -79.08)) + (vertex (position -1.510477 -0.184627) (angle 0.0)) + (vertex (position -1.510477 0.184627) (angle -79.08)) + (vertex (position -1.494671 0.203774) (angle 0.0)) + (vertex (position -1.132383 0.273669) (angle 56.58)) + (vertex (position -1.118061 0.285353) (angle 0.0)) + (vertex (position -0.992364 0.588813) (angle 56.58)) + (vertex (position -0.994229 0.607203) (angle 0.0)) + (vertex (position -1.200982 0.912802) (angle -79.08)) + (vertex (position -1.19862 0.937518) (angle 0.0)) + (vertex (position -0.937518 1.19862) (angle -79.08)) + (vertex (position -0.912802 1.200982) (angle 0.0)) + (vertex (position -0.607203 0.994229) (angle 56.58)) + (vertex (position -0.588813 0.992364) (angle 0.0)) + (vertex (position -0.285353 1.118061) (angle 56.58)) + (vertex (position -0.273669 1.132383) (angle 0.0)) + (vertex (position -0.203774 1.494671) (angle -79.08)) + (vertex (position -0.184627 1.510477) (angle 0.0)) + (vertex (position 0.184627 1.510477) (angle -79.08)) + (vertex (position 0.203774 1.494671) (angle 0.0)) + (vertex (position 0.273669 1.132383) (angle 56.58)) + (vertex (position 0.285353 1.118061) (angle 0.0)) + (vertex (position 0.588813 0.992364) (angle 56.58)) + (vertex (position 0.607203 0.994229) (angle 0.0)) + (vertex (position 0.912802 1.200982) (angle -79.08)) + (vertex (position 0.937518 1.19862) (angle 0.0)) + (vertex (position 1.19862 0.937518) (angle -79.08)) + (vertex (position 1.200982 0.912802) (angle 0.0)) + (vertex (position 0.994229 0.607203) (angle 56.58)) + (vertex (position 0.992364 0.588813) (angle 0.0)) + (vertex (position 1.118061 0.285353) (angle 56.58)) + (vertex (position 1.132383 0.273669) (angle 0.0)) + (vertex (position 1.494671 0.203774) (angle -79.08)) + (vertex (position 1.510477 0.184627) (angle 0.0)) + (vertex (position 1.510477 -0.184627) (angle -79.08)) + (vertex (position 1.494671 -0.203774) (angle 0.0)) + (vertex (position 1.132383 -0.273669) (angle 56.58)) + (vertex (position 1.118061 -0.285353) (angle 0.0)) + (vertex (position 0.992364 -0.588813) (angle 56.58)) + (vertex (position 0.994229 -0.607203) (angle 0.0)) + (vertex (position 1.200982 -0.912802) (angle -79.08)) + (vertex (position 1.19862 -0.937518) (angle 0.0)) + (vertex (position 0.937518 -1.19862) (angle -79.08)) + (vertex (position 0.912802 -1.200982) (angle 0.0)) + (vertex (position 0.607203 -0.994229) (angle 56.58)) + (vertex (position 0.588813 -0.992364) (angle 0.0)) + (vertex (position 0.449857 -1.049922) (angle -90.29)) + (vertex (position 0.424341 -1.039277) (angle 0.0)) + (vertex (position 0.168515 -0.41272) (angle -87.495)) + (vertex (position 0.178415 -0.387635) (angle 0.0)) + ) + (circle f13dc74b-67d2-4d54-bf02-2a4aec1fa061 (layer top_courtyard) + (width 0.0) (fill false) (grab_area false) (diameter 3.5) (position 0.0 0.0) + ) + (stroke_text 5eb60cf1-f808-460d-8263-bd3b7c83bc01 (layer top_stop_mask) + (height 0.5) (stroke_width 0.1) (letter_spacing auto) (line_spacing auto) + (align center top) (position 0.0 -1.5875) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{VALUE}}") + ) + ) + (footprint 736de4de-0c42-4cf6-ae55-eaf756134808 + (name "6x6mm Silkscreen") + (description "") + (3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0) + (polygon cb9e7f2d-c802-42b4-85c2-dc5b84cf68f8 (layer top_legend) + (width 0.0) (fill true) (grab_area true) + (vertex (position 0.356831 -0.77527) (angle 310.57)) + (vertex (position -0.356831 -0.77527) (angle -87.495)) + (vertex (position -0.337031 -0.82544) (angle 0.0)) + (vertex (position -0.848683 -2.078555) (angle -90.29)) + (vertex (position -0.899714 -2.099844) (angle 0.0)) + (vertex (position -1.177627 -1.984728) (angle 56.58)) + (vertex (position -1.214405 -1.988458) (angle 0.0)) + (vertex (position -1.825604 -2.401964) (angle -79.08)) + (vertex (position -1.875035 -2.39724) (angle 0.0)) + (vertex (position -2.39724 -1.875035) (angle -79.08)) + (vertex (position -2.401964 -1.825604) (angle 0.0)) + (vertex (position -1.988458 -1.214405) (angle 56.58)) + (vertex (position -1.984728 -1.177627) (angle 0.0)) + (vertex (position -2.236123 -0.570707) (angle 56.58)) + (vertex (position -2.264766 -0.547338) (angle 0.0)) + (vertex (position -2.989342 -0.407548) (angle -79.08)) + (vertex (position -3.020954 -0.369254) (angle 0.0)) + (vertex (position -3.020954 0.369254) (angle -79.08)) + (vertex (position -2.989342 0.407548) (angle 0.0)) + (vertex (position -2.264766 0.547338) (angle 56.58)) + (vertex (position -2.236123 0.570707) (angle 0.0)) + (vertex (position -1.984728 1.177627) (angle 56.58)) + (vertex (position -1.988458 1.214405) (angle 0.0)) + (vertex (position -2.401964 1.825604) (angle -79.08)) + (vertex (position -2.39724 1.875035) (angle 0.0)) + (vertex (position -1.875035 2.39724) (angle -79.08)) + (vertex (position -1.825604 2.401964) (angle 0.0)) + (vertex (position -1.214405 1.988458) (angle 56.58)) + (vertex (position -1.177627 1.984728) (angle 0.0)) + (vertex (position -0.570707 2.236123) (angle 56.58)) + (vertex (position -0.547338 2.264766) (angle 0.0)) + (vertex (position -0.407548 2.989342) (angle -79.08)) + (vertex (position -0.369254 3.020954) (angle 0.0)) + (vertex (position 0.369254 3.020954) (angle -79.08)) + (vertex (position 0.407548 2.989342) (angle 0.0)) + (vertex (position 0.547338 2.264766) (angle 56.58)) + (vertex (position 0.570707 2.236123) (angle 0.0)) + (vertex (position 1.177627 1.984728) (angle 56.58)) + (vertex (position 1.214405 1.988458) (angle 0.0)) + (vertex (position 1.825604 2.401964) (angle -79.08)) + (vertex (position 1.875035 2.39724) (angle 0.0)) + (vertex (position 2.39724 1.875035) (angle -79.08)) + (vertex (position 2.401964 1.825604) (angle 0.0)) + (vertex (position 1.988458 1.214405) (angle 56.58)) + (vertex (position 1.984728 1.177627) (angle 0.0)) + (vertex (position 2.236123 0.570707) (angle 56.58)) + (vertex (position 2.264766 0.547338) (angle 0.0)) + (vertex (position 2.989342 0.407548) (angle -79.08)) + (vertex (position 3.020954 0.369254) (angle 0.0)) + (vertex (position 3.020954 -0.369254) (angle -79.08)) + (vertex (position 2.989342 -0.407548) (angle 0.0)) + (vertex (position 2.264766 -0.547338) (angle 56.58)) + (vertex (position 2.236123 -0.570707) (angle 0.0)) + (vertex (position 1.984728 -1.177627) (angle 56.58)) + (vertex (position 1.988458 -1.214405) (angle 0.0)) + (vertex (position 2.401964 -1.825604) (angle -79.08)) + (vertex (position 2.39724 -1.875035) (angle 0.0)) + (vertex (position 1.875035 -2.39724) (angle -79.08)) + (vertex (position 1.825604 -2.401964) (angle 0.0)) + (vertex (position 1.214405 -1.988458) (angle 56.58)) + (vertex (position 1.177627 -1.984728) (angle 0.0)) + (vertex (position 0.899714 -2.099844) (angle -90.29)) + (vertex (position 0.848683 -2.078555) (angle 0.0)) + (vertex (position 0.337031 -0.82544) (angle -87.495)) + (vertex (position 0.356831 -0.77527) (angle 0.0)) + ) + (circle eee939ca-c26c-4a7d-b7fc-37dcca36ad64 (layer top_courtyard) + (width 0.0) (fill false) (grab_area false) (diameter 7.0) (position 0.0 0.0) + ) + (stroke_text 5eb60cf1-f808-460d-8263-bd3b7c83bc01 (layer top_legend) + (height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto) + (align center top) (position 0.0 -3.175) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{VALUE}}") + ) + ) + (footprint cc07a436-fdf2-4750-995c-f6b2768bf1fa + (name "6x6mm Copper") + (description "") + (3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0) + (polygon 843158f8-7530-4fdf-9ec7-e4e86367d0ac (layer top_cu) + (width 0.0) (fill true) (grab_area true) + (vertex (position 0.356831 -0.77527) (angle 310.57)) + (vertex (position -0.356831 -0.77527) (angle -87.495)) + (vertex (position -0.337031 -0.82544) (angle 0.0)) + (vertex (position -0.848683 -2.078555) (angle -90.29)) + (vertex (position -0.899714 -2.099844) (angle 0.0)) + (vertex (position -1.177627 -1.984728) (angle 56.58)) + (vertex (position -1.214405 -1.988458) (angle 0.0)) + (vertex (position -1.825604 -2.401964) (angle -79.08)) + (vertex (position -1.875035 -2.39724) (angle 0.0)) + (vertex (position -2.39724 -1.875035) (angle -79.08)) + (vertex (position -2.401964 -1.825604) (angle 0.0)) + (vertex (position -1.988458 -1.214405) (angle 56.58)) + (vertex (position -1.984728 -1.177627) (angle 0.0)) + (vertex (position -2.236123 -0.570707) (angle 56.58)) + (vertex (position -2.264766 -0.547338) (angle 0.0)) + (vertex (position -2.989342 -0.407548) (angle -79.08)) + (vertex (position -3.020954 -0.369254) (angle 0.0)) + (vertex (position -3.020954 0.369254) (angle -79.08)) + (vertex (position -2.989342 0.407548) (angle 0.0)) + (vertex (position -2.264766 0.547338) (angle 56.58)) + (vertex (position -2.236123 0.570707) (angle 0.0)) + (vertex (position -1.984728 1.177627) (angle 56.58)) + (vertex (position -1.988458 1.214405) (angle 0.0)) + (vertex (position -2.401964 1.825604) (angle -79.08)) + (vertex (position -2.39724 1.875035) (angle 0.0)) + (vertex (position -1.875035 2.39724) (angle -79.08)) + (vertex (position -1.825604 2.401964) (angle 0.0)) + (vertex (position -1.214405 1.988458) (angle 56.58)) + (vertex (position -1.177627 1.984728) (angle 0.0)) + (vertex (position -0.570707 2.236123) (angle 56.58)) + (vertex (position -0.547338 2.264766) (angle 0.0)) + (vertex (position -0.407548 2.989342) (angle -79.08)) + (vertex (position -0.369254 3.020954) (angle 0.0)) + (vertex (position 0.369254 3.020954) (angle -79.08)) + (vertex (position 0.407548 2.989342) (angle 0.0)) + (vertex (position 0.547338 2.264766) (angle 56.58)) + (vertex (position 0.570707 2.236123) (angle 0.0)) + (vertex (position 1.177627 1.984728) (angle 56.58)) + (vertex (position 1.214405 1.988458) (angle 0.0)) + (vertex (position 1.825604 2.401964) (angle -79.08)) + (vertex (position 1.875035 2.39724) (angle 0.0)) + (vertex (position 2.39724 1.875035) (angle -79.08)) + (vertex (position 2.401964 1.825604) (angle 0.0)) + (vertex (position 1.988458 1.214405) (angle 56.58)) + (vertex (position 1.984728 1.177627) (angle 0.0)) + (vertex (position 2.236123 0.570707) (angle 56.58)) + (vertex (position 2.264766 0.547338) (angle 0.0)) + (vertex (position 2.989342 0.407548) (angle -79.08)) + (vertex (position 3.020954 0.369254) (angle 0.0)) + (vertex (position 3.020954 -0.369254) (angle -79.08)) + (vertex (position 2.989342 -0.407548) (angle 0.0)) + (vertex (position 2.264766 -0.547338) (angle 56.58)) + (vertex (position 2.236123 -0.570707) (angle 0.0)) + (vertex (position 1.984728 -1.177627) (angle 56.58)) + (vertex (position 1.988458 -1.214405) (angle 0.0)) + (vertex (position 2.401964 -1.825604) (angle -79.08)) + (vertex (position 2.39724 -1.875035) (angle 0.0)) + (vertex (position 1.875035 -2.39724) (angle -79.08)) + (vertex (position 1.825604 -2.401964) (angle 0.0)) + (vertex (position 1.214405 -1.988458) (angle 56.58)) + (vertex (position 1.177627 -1.984728) (angle 0.0)) + (vertex (position 0.899714 -2.099844) (angle -90.29)) + (vertex (position 0.848683 -2.078555) (angle 0.0)) + (vertex (position 0.337031 -0.82544) (angle -87.495)) + (vertex (position 0.356831 -0.77527) (angle 0.0)) + ) + (circle b6801745-db67-47d5-a162-139499ddf685 (layer top_courtyard) + (width 0.0) (fill false) (grab_area false) (diameter 7.0) (position 0.0 0.0) + ) + (stroke_text 5eb60cf1-f808-460d-8263-bd3b7c83bc01 (layer top_cu) + (height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto) + (align center top) (position 0.0 -3.175) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{VALUE}}") + ) + ) + (footprint 3776ec32-7c26-4273-b9c7-cc45f552c938 + (name "6x6mm Stop Mask") + (description "") + (3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0) + (polygon 207d306d-7aac-483b-82d8-f08d134fd938 (layer top_stop_mask) + (width 0.0) (fill true) (grab_area true) + (vertex (position 0.356831 -0.77527) (angle 310.57)) + (vertex (position -0.356831 -0.77527) (angle -87.495)) + (vertex (position -0.337031 -0.82544) (angle 0.0)) + (vertex (position -0.848683 -2.078555) (angle -90.29)) + (vertex (position -0.899714 -2.099844) (angle 0.0)) + (vertex (position -1.177627 -1.984728) (angle 56.58)) + (vertex (position -1.214405 -1.988458) (angle 0.0)) + (vertex (position -1.825604 -2.401964) (angle -79.08)) + (vertex (position -1.875035 -2.39724) (angle 0.0)) + (vertex (position -2.39724 -1.875035) (angle -79.08)) + (vertex (position -2.401964 -1.825604) (angle 0.0)) + (vertex (position -1.988458 -1.214405) (angle 56.58)) + (vertex (position -1.984728 -1.177627) (angle 0.0)) + (vertex (position -2.236123 -0.570707) (angle 56.58)) + (vertex (position -2.264766 -0.547338) (angle 0.0)) + (vertex (position -2.989342 -0.407548) (angle -79.08)) + (vertex (position -3.020954 -0.369254) (angle 0.0)) + (vertex (position -3.020954 0.369254) (angle -79.08)) + (vertex (position -2.989342 0.407548) (angle 0.0)) + (vertex (position -2.264766 0.547338) (angle 56.58)) + (vertex (position -2.236123 0.570707) (angle 0.0)) + (vertex (position -1.984728 1.177627) (angle 56.58)) + (vertex (position -1.988458 1.214405) (angle 0.0)) + (vertex (position -2.401964 1.825604) (angle -79.08)) + (vertex (position -2.39724 1.875035) (angle 0.0)) + (vertex (position -1.875035 2.39724) (angle -79.08)) + (vertex (position -1.825604 2.401964) (angle 0.0)) + (vertex (position -1.214405 1.988458) (angle 56.58)) + (vertex (position -1.177627 1.984728) (angle 0.0)) + (vertex (position -0.570707 2.236123) (angle 56.58)) + (vertex (position -0.547338 2.264766) (angle 0.0)) + (vertex (position -0.407548 2.989342) (angle -79.08)) + (vertex (position -0.369254 3.020954) (angle 0.0)) + (vertex (position 0.369254 3.020954) (angle -79.08)) + (vertex (position 0.407548 2.989342) (angle 0.0)) + (vertex (position 0.547338 2.264766) (angle 56.58)) + (vertex (position 0.570707 2.236123) (angle 0.0)) + (vertex (position 1.177627 1.984728) (angle 56.58)) + (vertex (position 1.214405 1.988458) (angle 0.0)) + (vertex (position 1.825604 2.401964) (angle -79.08)) + (vertex (position 1.875035 2.39724) (angle 0.0)) + (vertex (position 2.39724 1.875035) (angle -79.08)) + (vertex (position 2.401964 1.825604) (angle 0.0)) + (vertex (position 1.988458 1.214405) (angle 56.58)) + (vertex (position 1.984728 1.177627) (angle 0.0)) + (vertex (position 2.236123 0.570707) (angle 56.58)) + (vertex (position 2.264766 0.547338) (angle 0.0)) + (vertex (position 2.989342 0.407548) (angle -79.08)) + (vertex (position 3.020954 0.369254) (angle 0.0)) + (vertex (position 3.020954 -0.369254) (angle -79.08)) + (vertex (position 2.989342 -0.407548) (angle 0.0)) + (vertex (position 2.264766 -0.547338) (angle 56.58)) + (vertex (position 2.236123 -0.570707) (angle 0.0)) + (vertex (position 1.984728 -1.177627) (angle 56.58)) + (vertex (position 1.988458 -1.214405) (angle 0.0)) + (vertex (position 2.401964 -1.825604) (angle -79.08)) + (vertex (position 2.39724 -1.875035) (angle 0.0)) + (vertex (position 1.875035 -2.39724) (angle -79.08)) + (vertex (position 1.825604 -2.401964) (angle 0.0)) + (vertex (position 1.214405 -1.988458) (angle 56.58)) + (vertex (position 1.177627 -1.984728) (angle 0.0)) + (vertex (position 0.899714 -2.099844) (angle -90.29)) + (vertex (position 0.848683 -2.078555) (angle 0.0)) + (vertex (position 0.337031 -0.82544) (angle -87.495)) + (vertex (position 0.356831 -0.77527) (angle 0.0)) + ) + (circle e3fa7105-d0f5-47d1-970c-a50b6a706253 (layer top_courtyard) + (width 0.0) (fill false) (grab_area false) (diameter 7.0) (position 0.0 0.0) + ) + (stroke_text 5eb60cf1-f808-460d-8263-bd3b7c83bc01 (layer top_stop_mask) + (height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto) + (align center top) (position 0.0 -3.175) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{VALUE}}") + ) + ) + (footprint dfdeecc4-dd10-4952-aff6-2d737899e147 + (name "12x12mm Silkscreen") + (description "") + (3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0) + (polygon 07469f8d-f7be-4325-90de-51a4582f609f (layer top_legend) + (width 0.0) (fill true) (grab_area true) + (vertex (position 0.713662 -1.55054) (angle 310.57)) + (vertex (position -0.713662 -1.55054) (angle -87.495)) + (vertex (position -0.674061 -1.65088) (angle 0.0)) + (vertex (position -1.697366 -4.157109) (angle -90.29)) + (vertex (position -1.799427 -4.199687) (angle 0.0)) + (vertex (position -2.355253 -3.969456) (angle 56.58)) + (vertex (position -2.42881 -3.976915) (angle 0.0)) + (vertex (position -3.651208 -4.803928) (angle -79.08)) + (vertex (position -3.75007 -4.794479) (angle 0.0)) + (vertex (position -4.794479 -3.75007) (angle -79.08)) + (vertex (position -4.803928 -3.651208) (angle 0.0)) + (vertex (position -3.976915 -2.42881) (angle 56.58)) + (vertex (position -3.969456 -2.355253) (angle 0.0)) + (vertex (position -4.472245 -1.141414) (angle 56.58)) + (vertex (position -4.529532 -1.094676) (angle 0.0)) + (vertex (position -5.978684 -0.815096) (angle -79.08)) + (vertex (position -6.041909 -0.738509) (angle 0.0)) + (vertex (position -6.041909 0.738509) (angle -79.08)) + (vertex (position -5.978684 0.815096) (angle 0.0)) + (vertex (position -4.529532 1.094676) (angle 56.58)) + (vertex (position -4.472245 1.141414) (angle 0.0)) + (vertex (position -3.969456 2.355253) (angle 56.58)) + (vertex (position -3.976915 2.42881) (angle 0.0)) + (vertex (position -4.803928 3.651208) (angle -79.08)) + (vertex (position -4.794479 3.75007) (angle 0.0)) + (vertex (position -3.75007 4.794479) (angle -79.08)) + (vertex (position -3.651208 4.803928) (angle 0.0)) + (vertex (position -2.42881 3.976915) (angle 56.58)) + (vertex (position -2.355253 3.969456) (angle 0.0)) + (vertex (position -1.141414 4.472245) (angle 56.58)) + (vertex (position -1.094676 4.529532) (angle 0.0)) + (vertex (position -0.815096 5.978684) (angle -79.08)) + (vertex (position -0.738509 6.041909) (angle 0.0)) + (vertex (position 0.738509 6.041909) (angle -79.08)) + (vertex (position 0.815096 5.978684) (angle 0.0)) + (vertex (position 1.094676 4.529532) (angle 56.58)) + (vertex (position 1.141414 4.472245) (angle 0.0)) + (vertex (position 2.355253 3.969456) (angle 56.58)) + (vertex (position 2.42881 3.976915) (angle 0.0)) + (vertex (position 3.651208 4.803928) (angle -79.08)) + (vertex (position 3.75007 4.794479) (angle 0.0)) + (vertex (position 4.794479 3.75007) (angle -79.08)) + (vertex (position 4.803928 3.651208) (angle 0.0)) + (vertex (position 3.976915 2.42881) (angle 56.58)) + (vertex (position 3.969456 2.355253) (angle 0.0)) + (vertex (position 4.472245 1.141414) (angle 56.58)) + (vertex (position 4.529532 1.094676) (angle 0.0)) + (vertex (position 5.978684 0.815096) (angle -79.08)) + (vertex (position 6.041909 0.738509) (angle 0.0)) + (vertex (position 6.041909 -0.738509) (angle -79.08)) + (vertex (position 5.978684 -0.815096) (angle 0.0)) + (vertex (position 4.529532 -1.094676) (angle 56.58)) + (vertex (position 4.472245 -1.141414) (angle 0.0)) + (vertex (position 3.969456 -2.355253) (angle 56.58)) + (vertex (position 3.976915 -2.42881) (angle 0.0)) + (vertex (position 4.803928 -3.651208) (angle -79.08)) + (vertex (position 4.794479 -3.75007) (angle 0.0)) + (vertex (position 3.75007 -4.794479) (angle -79.08)) + (vertex (position 3.651208 -4.803928) (angle 0.0)) + (vertex (position 2.42881 -3.976915) (angle 56.58)) + (vertex (position 2.355253 -3.969456) (angle 0.0)) + (vertex (position 1.799427 -4.199687) (angle -90.29)) + (vertex (position 1.697366 -4.157109) (angle 0.0)) + (vertex (position 0.674061 -1.65088) (angle -87.495)) + (vertex (position 0.713662 -1.55054) (angle 0.0)) + ) + (circle 9dd3786c-22dc-423e-a3f8-8574bee76924 (layer top_courtyard) + (width 0.0) (fill false) (grab_area false) (diameter 14.0) (position 0.0 0.0) + ) + (stroke_text 5eb60cf1-f808-460d-8263-bd3b7c83bc01 (layer top_legend) + (height 1.5) (stroke_width 0.3) (letter_spacing auto) (line_spacing auto) + (align center top) (position 0.0 -6.35) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{VALUE}}") + ) + ) + (footprint 60a30e13-ba84-41f7-b978-b4aa963c8ce9 + (name "12x12mm Copper") + (description "") + (3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0) + (polygon c1494d7e-3e36-48f9-a047-4e02bad14ae1 (layer top_cu) + (width 0.0) (fill true) (grab_area true) + (vertex (position 0.713662 -1.55054) (angle 310.57)) + (vertex (position -0.713662 -1.55054) (angle -87.495)) + (vertex (position -0.674061 -1.65088) (angle 0.0)) + (vertex (position -1.697366 -4.157109) (angle -90.29)) + (vertex (position -1.799427 -4.199687) (angle 0.0)) + (vertex (position -2.355253 -3.969456) (angle 56.58)) + (vertex (position -2.42881 -3.976915) (angle 0.0)) + (vertex (position -3.651208 -4.803928) (angle -79.08)) + (vertex (position -3.75007 -4.794479) (angle 0.0)) + (vertex (position -4.794479 -3.75007) (angle -79.08)) + (vertex (position -4.803928 -3.651208) (angle 0.0)) + (vertex (position -3.976915 -2.42881) (angle 56.58)) + (vertex (position -3.969456 -2.355253) (angle 0.0)) + (vertex (position -4.472245 -1.141414) (angle 56.58)) + (vertex (position -4.529532 -1.094676) (angle 0.0)) + (vertex (position -5.978684 -0.815096) (angle -79.08)) + (vertex (position -6.041909 -0.738509) (angle 0.0)) + (vertex (position -6.041909 0.738509) (angle -79.08)) + (vertex (position -5.978684 0.815096) (angle 0.0)) + (vertex (position -4.529532 1.094676) (angle 56.58)) + (vertex (position -4.472245 1.141414) (angle 0.0)) + (vertex (position -3.969456 2.355253) (angle 56.58)) + (vertex (position -3.976915 2.42881) (angle 0.0)) + (vertex (position -4.803928 3.651208) (angle -79.08)) + (vertex (position -4.794479 3.75007) (angle 0.0)) + (vertex (position -3.75007 4.794479) (angle -79.08)) + (vertex (position -3.651208 4.803928) (angle 0.0)) + (vertex (position -2.42881 3.976915) (angle 56.58)) + (vertex (position -2.355253 3.969456) (angle 0.0)) + (vertex (position -1.141414 4.472245) (angle 56.58)) + (vertex (position -1.094676 4.529532) (angle 0.0)) + (vertex (position -0.815096 5.978684) (angle -79.08)) + (vertex (position -0.738509 6.041909) (angle 0.0)) + (vertex (position 0.738509 6.041909) (angle -79.08)) + (vertex (position 0.815096 5.978684) (angle 0.0)) + (vertex (position 1.094676 4.529532) (angle 56.58)) + (vertex (position 1.141414 4.472245) (angle 0.0)) + (vertex (position 2.355253 3.969456) (angle 56.58)) + (vertex (position 2.42881 3.976915) (angle 0.0)) + (vertex (position 3.651208 4.803928) (angle -79.08)) + (vertex (position 3.75007 4.794479) (angle 0.0)) + (vertex (position 4.794479 3.75007) (angle -79.08)) + (vertex (position 4.803928 3.651208) (angle 0.0)) + (vertex (position 3.976915 2.42881) (angle 56.58)) + (vertex (position 3.969456 2.355253) (angle 0.0)) + (vertex (position 4.472245 1.141414) (angle 56.58)) + (vertex (position 4.529532 1.094676) (angle 0.0)) + (vertex (position 5.978684 0.815096) (angle -79.08)) + (vertex (position 6.041909 0.738509) (angle 0.0)) + (vertex (position 6.041909 -0.738509) (angle -79.08)) + (vertex (position 5.978684 -0.815096) (angle 0.0)) + (vertex (position 4.529532 -1.094676) (angle 56.58)) + (vertex (position 4.472245 -1.141414) (angle 0.0)) + (vertex (position 3.969456 -2.355253) (angle 56.58)) + (vertex (position 3.976915 -2.42881) (angle 0.0)) + (vertex (position 4.803928 -3.651208) (angle -79.08)) + (vertex (position 4.794479 -3.75007) (angle 0.0)) + (vertex (position 3.75007 -4.794479) (angle -79.08)) + (vertex (position 3.651208 -4.803928) (angle 0.0)) + (vertex (position 2.42881 -3.976915) (angle 56.58)) + (vertex (position 2.355253 -3.969456) (angle 0.0)) + (vertex (position 1.799427 -4.199687) (angle -90.29)) + (vertex (position 1.697366 -4.157109) (angle 0.0)) + (vertex (position 0.674061 -1.65088) (angle -87.495)) + (vertex (position 0.713662 -1.55054) (angle 0.0)) + ) + (circle b48b8adc-ff20-4faa-b6c6-55ffc00f50f3 (layer top_courtyard) + (width 0.0) (fill false) (grab_area false) (diameter 14.0) (position 0.0 0.0) + ) + (stroke_text d72fcdb4-f5a1-4e0e-bfd5-a791c7628796 (layer top_cu) + (height 1.5) (stroke_width 0.3) (letter_spacing auto) (line_spacing auto) + (align center top) (position 0.0 -6.35) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{VALUE}}") + ) + ) + (footprint ab40020d-5649-40da-88c2-7fb6b67dd833 + (name "12x12mm Stop Mask") + (description "") + (3d_position 0.0 0.0 0.0) (3d_rotation 0.0 0.0 0.0) + (polygon 0c7fecc5-a753-4886-bea8-4c3dd32f7998 (layer top_stop_mask) + (width 0.0) (fill true) (grab_area true) + (vertex (position 0.713662 -1.55054) (angle 310.57)) + (vertex (position -0.713662 -1.55054) (angle -87.495)) + (vertex (position -0.674061 -1.65088) (angle 0.0)) + (vertex (position -1.697366 -4.157109) (angle -90.29)) + (vertex (position -1.799427 -4.199687) (angle 0.0)) + (vertex (position -2.355253 -3.969456) (angle 56.58)) + (vertex (position -2.42881 -3.976915) (angle 0.0)) + (vertex (position -3.651208 -4.803928) (angle -79.08)) + (vertex (position -3.75007 -4.794479) (angle 0.0)) + (vertex (position -4.794479 -3.75007) (angle -79.08)) + (vertex (position -4.803928 -3.651208) (angle 0.0)) + (vertex (position -3.976915 -2.42881) (angle 56.58)) + (vertex (position -3.969456 -2.355253) (angle 0.0)) + (vertex (position -4.472245 -1.141414) (angle 56.58)) + (vertex (position -4.529532 -1.094676) (angle 0.0)) + (vertex (position -5.978684 -0.815096) (angle -79.08)) + (vertex (position -6.041909 -0.738509) (angle 0.0)) + (vertex (position -6.041909 0.738509) (angle -79.08)) + (vertex (position -5.978684 0.815096) (angle 0.0)) + (vertex (position -4.529532 1.094676) (angle 56.58)) + (vertex (position -4.472245 1.141414) (angle 0.0)) + (vertex (position -3.969456 2.355253) (angle 56.58)) + (vertex (position -3.976915 2.42881) (angle 0.0)) + (vertex (position -4.803928 3.651208) (angle -79.08)) + (vertex (position -4.794479 3.75007) (angle 0.0)) + (vertex (position -3.75007 4.794479) (angle -79.08)) + (vertex (position -3.651208 4.803928) (angle 0.0)) + (vertex (position -2.42881 3.976915) (angle 56.58)) + (vertex (position -2.355253 3.969456) (angle 0.0)) + (vertex (position -1.141414 4.472245) (angle 56.58)) + (vertex (position -1.094676 4.529532) (angle 0.0)) + (vertex (position -0.815096 5.978684) (angle -79.08)) + (vertex (position -0.738509 6.041909) (angle 0.0)) + (vertex (position 0.738509 6.041909) (angle -79.08)) + (vertex (position 0.815096 5.978684) (angle 0.0)) + (vertex (position 1.094676 4.529532) (angle 56.58)) + (vertex (position 1.141414 4.472245) (angle 0.0)) + (vertex (position 2.355253 3.969456) (angle 56.58)) + (vertex (position 2.42881 3.976915) (angle 0.0)) + (vertex (position 3.651208 4.803928) (angle -79.08)) + (vertex (position 3.75007 4.794479) (angle 0.0)) + (vertex (position 4.794479 3.75007) (angle -79.08)) + (vertex (position 4.803928 3.651208) (angle 0.0)) + (vertex (position 3.976915 2.42881) (angle 56.58)) + (vertex (position 3.969456 2.355253) (angle 0.0)) + (vertex (position 4.472245 1.141414) (angle 56.58)) + (vertex (position 4.529532 1.094676) (angle 0.0)) + (vertex (position 5.978684 0.815096) (angle -79.08)) + (vertex (position 6.041909 0.738509) (angle 0.0)) + (vertex (position 6.041909 -0.738509) (angle -79.08)) + (vertex (position 5.978684 -0.815096) (angle 0.0)) + (vertex (position 4.529532 -1.094676) (angle 56.58)) + (vertex (position 4.472245 -1.141414) (angle 0.0)) + (vertex (position 3.969456 -2.355253) (angle 56.58)) + (vertex (position 3.976915 -2.42881) (angle 0.0)) + (vertex (position 4.803928 -3.651208) (angle -79.08)) + (vertex (position 4.794479 -3.75007) (angle 0.0)) + (vertex (position 3.75007 -4.794479) (angle -79.08)) + (vertex (position 3.651208 -4.803928) (angle 0.0)) + (vertex (position 2.42881 -3.976915) (angle 56.58)) + (vertex (position 2.355253 -3.969456) (angle 0.0)) + (vertex (position 1.799427 -4.199687) (angle -90.29)) + (vertex (position 1.697366 -4.157109) (angle 0.0)) + (vertex (position 0.674061 -1.65088) (angle -87.495)) + (vertex (position 0.713662 -1.55054) (angle 0.0)) + ) + (circle 863cf1c4-39d9-4231-9ad0-c485412148ca (layer top_courtyard) + (width 0.0) (fill false) (grab_area false) (diameter 14.0) (position 0.0 0.0) + ) + (stroke_text 27dc9698-7ec4-4ca6-8e1c-14c0dc7dfe69 (layer top_stop_mask) + (height 1.5) (stroke_width 0.3) (letter_spacing auto) (line_spacing auto) + (align center top) (position 0.0 -6.35) (rotation 0.0) + (auto_rotate true) (mirror false) (value "{{VALUE}}") + ) + ) + (approved missing_name_text + (footprint 3776ec32-7c26-4273-b9c7-cc45f552c938) + ) + (approved missing_name_text + (footprint 60a30e13-ba84-41f7-b978-b4aa963c8ce9) + ) + (approved missing_name_text + (footprint 736de4de-0c42-4cf6-ae55-eaf756134808) + ) + (approved missing_name_text + (footprint ab40020d-5649-40da-88c2-7fb6b67dd833) + ) + (approved missing_name_text + (footprint c4e53806-e61b-4329-86b0-217919b4b064) + ) + (approved missing_name_text + (footprint cc07a436-fdf2-4750-995c-f6b2768bf1fa) + ) + (approved missing_name_text + (footprint dfdeecc4-dd10-4952-aff6-2d737899e147) + ) + (approved missing_name_text + (footprint f0fdd511-909b-49c0-aef5-683b592da2c0) + ) + (approved missing_name_text + (footprint f5e64e51-8d31-4364-9046-6dc80f4ba61c) + ) + (approved unusual_text_layer + (footprint 3776ec32-7c26-4273-b9c7-cc45f552c938) + (text 5eb60cf1-f808-460d-8263-bd3b7c83bc01) + ) + (approved unusual_text_layer + (footprint 60a30e13-ba84-41f7-b978-b4aa963c8ce9) + (text d72fcdb4-f5a1-4e0e-bfd5-a791c7628796) + ) + (approved unusual_text_layer + (footprint 736de4de-0c42-4cf6-ae55-eaf756134808) + (text 5eb60cf1-f808-460d-8263-bd3b7c83bc01) + ) + (approved unusual_text_layer + (footprint ab40020d-5649-40da-88c2-7fb6b67dd833) + (text 27dc9698-7ec4-4ca6-8e1c-14c0dc7dfe69) + ) + (approved unusual_text_layer + (footprint c4e53806-e61b-4329-86b0-217919b4b064) + (text 5eb60cf1-f808-460d-8263-bd3b7c83bc01) + ) + (approved unusual_text_layer + (footprint cc07a436-fdf2-4750-995c-f6b2768bf1fa) + (text 5eb60cf1-f808-460d-8263-bd3b7c83bc01) + ) + (approved unusual_text_layer + (footprint dfdeecc4-dd10-4952-aff6-2d737899e147) + (text 5eb60cf1-f808-460d-8263-bd3b7c83bc01) + ) + (approved unusual_text_layer + (footprint f0fdd511-909b-49c0-aef5-683b592da2c0) + (text 5eb60cf1-f808-460d-8263-bd3b7c83bc01) + ) + (approved unusual_text_layer + (footprint f5e64e51-8d31-4364-9046-6dc80f4ba61c) + (text 5eb60cf1-f808-460d-8263-bd3b7c83bc01) + ) +) diff --git a/library/sym/272402b4-19f0-4918-9bf4-b00dca013c69/.librepcb-sym b/library/sym/272402b4-19f0-4918-9bf4-b00dca013c69/.librepcb-sym new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/sym/272402b4-19f0-4918-9bf4-b00dca013c69/.librepcb-sym @@ -0,0 +1 @@ +1 diff --git a/library/sym/272402b4-19f0-4918-9bf4-b00dca013c69/symbol.lp b/library/sym/272402b4-19f0-4918-9bf4-b00dca013c69/symbol.lp new file mode 100644 index 0000000..e38db01 --- /dev/null +++ b/library/sym/272402b4-19f0-4918-9bf4-b00dca013c69/symbol.lp @@ -0,0 +1,221 @@ +(librepcb_symbol 272402b4-19f0-4918-9bf4-b00dca013c69 + (name "ESP32-DEVKITC-32D") + (description "") + (keywords "eagle,import") + (author "EAGLE Import") + (version "0.1") + (created 2024-07-30T10:50:23Z) + (deprecated false) + (generated_by "") + (category e96d0dda-3100-4e68-8c33-e2a5bc80428b) + (pin 293c9e26-e35f-4f67-937e-90fa1a5e0bbe (name "3V3") + (position -20.32 22.86) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin f728ef36-7a1e-40b4-ad75-8f1cf44c2d9c (name "EN") + (position -20.32 20.32) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 203ea786-ddf4-405a-955e-0f3052adcb7a (name "SENSOR_VP") + (position -20.32 17.78) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin acae80ad-bccc-4e19-a6a0-90635cb2f343 (name "SENSOR_VN") + (position -20.32 15.24) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin d9b9bf67-805b-451c-afb5-34f5c5650eab (name "IO34") + (position -20.32 12.7) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 3909515a-cc66-464f-ad10-ba9f6516e055 (name "IO35") + (position -20.32 10.16) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 4759c7f3-0ab5-43ec-8931-e0e894265d41 (name "IO32") + (position -20.32 7.62) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin e2472346-a8ec-47e9-8081-c020da8b005c (name "IO33") + (position -20.32 5.08) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 3c2a8e7d-c93b-48fe-910e-86c3b08b22e6 (name "IO25") + (position -20.32 2.54) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin c24f6cd6-0149-498f-b9f9-791416935195 (name "IO26") + (position -20.32 0.0) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 9cbd1950-ff5e-4d33-a44e-3794077f0748 (name "IO27") + (position -20.32 -2.54) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 8a61b44d-c07e-4d88-93f7-383fd7c55a72 (name "IO14") + (position -20.32 -5.08) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin bcdbaff1-e1b6-4bfd-a7ac-2dda5993a1db (name "IO12") + (position -20.32 -7.62) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 16bb0566-9d70-447b-a9d8-ec69979ab887 (name "GND1") + (position -20.32 -10.16) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 4c7cc7c8-01ce-4d67-8e87-dd675a18f653 (name "IO13") + (position -20.32 -12.7) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 847d25a6-bc60-4410-a4d7-5a1837f1d2ee (name "SD2") + (position -20.32 -15.24) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 97e6fdca-3884-4ce1-9239-d2b9104ed41d (name "SD3") + (position -20.32 -17.78) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 36c7bae7-6cd0-43b4-92d0-2054f73d2bcb (name "CMD") + (position -20.32 -20.32) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 3236f7db-2559-4b6f-b813-e3dbf82d10ac (name "EXT_5V") + (position -20.32 -22.86) (rotation 0.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin c2ba67ac-dcba-48e9-bfa7-f90c51ef26e8 (name "CLK") + (position 20.32 -22.86) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin ca7b971b-1e94-435a-bd61-b4278c622c49 (name "SD0") + (position 20.32 -20.32) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 5a30b483-db69-4ea6-aa89-3995e21b319b (name "SD1") + (position 20.32 -17.78) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 6044f581-d324-4740-95c6-7aa7722013d7 (name "IO15") + (position 20.32 -15.24) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 75293c6b-cea3-479e-bb37-015d2a1de49e (name "IO2") + (position 20.32 -12.7) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 708daacf-22d0-4a3d-9c22-aa806b816aa4 (name "IO0") + (position 20.32 -10.16) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin b77766a5-23e8-4423-b118-9b16e813e60e (name "IO4") + (position 20.32 -7.62) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 8362507f-fd0a-409f-ab4e-b4a98820a401 (name "IO16") + (position 20.32 -5.08) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin ba3e481a-57f2-43ea-9f8e-bc3d803e7a0b (name "IO17") + (position 20.32 -2.54) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 872f7f2f-5894-4163-ba32-64738414eae3 (name "IO5") + (position 20.32 0.0) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 0ff1ad93-5008-4e92-9f7e-35012c5d8595 (name "IO18") + (position 20.32 2.54) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 6fa191bf-5418-4e95-9952-307a73c0b21e (name "IO19") + (position 20.32 5.08) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin e5a4dc65-7165-4937-b130-4ab4f95086ca (name "GND2") + (position 20.32 7.62) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin f99ce6fb-db3a-48a7-9332-07977b25a613 (name "IO21") + (position 20.32 10.16) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 81cc5f2e-e2da-4129-9198-fc12cb43ef2c (name "RXD0") + (position 20.32 12.7) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin a5206404-010e-4ba8-860e-16cedf7dbc0a (name "TXD0") + (position 20.32 15.24) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin f29b3c24-79d9-4e65-a306-e299feb23ee7 (name "IO22") + (position 20.32 17.78) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin cb14f993-9c77-45fa-a38c-22321979d0ab (name "IO23") + (position 20.32 20.32) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 861e050a-d1ab-468f-8e34-8ae939166d77 (name "GND3") + (position 20.32 22.86) (rotation 180.0) (length 5.08) + (name_position 7.62 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (polygon afe1fc95-e973-46a0-a46e-0f0f6220dd61 (layer sym_outlines) + (width 0.254) (fill false) (grab_area true) + (vertex (position 15.24 25.4) (angle 0.0)) + (vertex (position 15.24 -25.4) (angle 0.0)) + (vertex (position -15.24 -25.4) (angle 0.0)) + (vertex (position -15.24 25.4) (angle 0.0)) + (vertex (position 15.24 25.4) (angle 0.0)) + ) + (polygon b57a4eb2-4e3b-46fe-90df-0ed4fa510254 (layer sym_outlines) + (width 0.15875) (fill false) (grab_area false) + (vertex (position 15.24 -23.76) (angle 0.0)) + (vertex (position 13.34 -22.86) (angle 0.0)) + (vertex (position 15.24 -21.96) (angle 0.0)) + ) + (text e400031d-74b5-4783-bcd8-52044b61e85f (layer sym_names) (value "{{NAME}}") + (align left bottom) (height 2.502812) (position -15.2572 26.0643) (rotation 0.0) + ) + (text 4e483b58-f939-4783-8ef3-9fa38734a842 (layer sym_values) (value "{{VALUE}}") + (align left bottom) (height 2.502672) (position -15.2563 -27.9698) (rotation 0.0) + ) +) diff --git a/library/sym/67e1b7c0-3f65-4a0b-b033-de76b336afa9/.librepcb-sym b/library/sym/67e1b7c0-3f65-4a0b-b033-de76b336afa9/.librepcb-sym new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/sym/67e1b7c0-3f65-4a0b-b033-de76b336afa9/.librepcb-sym @@ -0,0 +1 @@ +1 diff --git a/library/sym/67e1b7c0-3f65-4a0b-b033-de76b336afa9/symbol.lp b/library/sym/67e1b7c0-3f65-4a0b-b033-de76b336afa9/symbol.lp new file mode 100644 index 0000000..1944b71 --- /dev/null +++ b/library/sym/67e1b7c0-3f65-4a0b-b033-de76b336afa9/symbol.lp @@ -0,0 +1,77 @@ +(librepcb_symbol 67e1b7c0-3f65-4a0b-b033-de76b336afa9 + (name "Pin Header 1x04") + (description "A 1x4 male pin header.\n\nGenerated with librepcb-parts-generator (generate_connectors.py)") + (keywords "connector, 1x4, pin header, male header") + (author "Danilo B.") + (version "0.2") + (created 2018-10-17T19:13:41Z) + (deprecated false) + (generated_by "") + (category 4a4e3c72-94fb-45f9-a6d8-122d2af16fb1) + (pin fc23b5bd-3d13-452a-b46c-346a9e4d0d1b (name "1") + (position 5.08 2.54) (rotation 180.0) (length 3.81) + (name_position 5.08 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin f28dfcfd-4558-4b05-93aa-acdb81fd99f5 (name "2") + (position 5.08 0.0) (rotation 180.0) (length 3.81) + (name_position 5.08 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin ebe0e7b3-5467-4ff6-af22-d563e3232a09 (name "3") + (position 5.08 -2.54) (rotation 180.0) (length 3.81) + (name_position 5.08 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 28a1b293-6d77-45f9-be23-558dc9f2a003 (name "4") + (position 5.08 -5.08) (rotation 180.0) (length 3.81) + (name_position 5.08 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (polygon 91541819-80d6-474e-9fcf-263912ed9e4e (layer sym_outlines) + (width 0.25) (fill false) (grab_area true) + (vertex (position -2.54 5.08) (angle 0.0)) + (vertex (position 2.54 5.08) (angle 0.0)) + (vertex (position 2.54 -7.62) (angle 0.0)) + (vertex (position -2.54 -7.62) (angle 0.0)) + (vertex (position -2.54 5.08) (angle 0.0)) + ) + (polygon bc6abb0e-a0d5-4135-aecb-e84fefa0a3e7 (layer sym_outlines) + (width 0.25) (fill true) (grab_area true) + (vertex (position 0.794 2.752) (angle 0.0)) + (vertex (position 1.746 2.752) (angle 0.0)) + (vertex (position 1.746 2.328) (angle 0.0)) + (vertex (position 0.794 2.328) (angle 0.0)) + (vertex (position 0.794 2.752) (angle 0.0)) + ) + (polygon bc6abb0e-a0d5-4135-aecb-e84fefa0a3e7 (layer sym_outlines) + (width 0.25) (fill true) (grab_area true) + (vertex (position 0.794 0.212) (angle 0.0)) + (vertex (position 1.746 0.212) (angle 0.0)) + (vertex (position 1.746 -0.212) (angle 0.0)) + (vertex (position 0.794 -0.212) (angle 0.0)) + (vertex (position 0.794 0.212) (angle 0.0)) + ) + (polygon bc6abb0e-a0d5-4135-aecb-e84fefa0a3e7 (layer sym_outlines) + (width 0.25) (fill true) (grab_area true) + (vertex (position 0.794 -2.328) (angle 0.0)) + (vertex (position 1.746 -2.328) (angle 0.0)) + (vertex (position 1.746 -2.752) (angle 0.0)) + (vertex (position 0.794 -2.752) (angle 0.0)) + (vertex (position 0.794 -2.328) (angle 0.0)) + ) + (polygon bc6abb0e-a0d5-4135-aecb-e84fefa0a3e7 (layer sym_outlines) + (width 0.25) (fill true) (grab_area true) + (vertex (position 0.794 -4.868) (angle 0.0)) + (vertex (position 1.746 -4.868) (angle 0.0)) + (vertex (position 1.746 -5.292) (angle 0.0)) + (vertex (position 0.794 -5.292) (angle 0.0)) + (vertex (position 0.794 -4.868) (angle 0.0)) + ) + (text 03e0c515-5b3f-4634-b0f1-991d845f9154 (layer sym_names) (value "{{NAME}}") + (align center bottom) (height 2.54) (position 0.0 5.08) (rotation 0.0) + ) + (text 6bf750d4-630e-4dff-82df-5645eac0dd4d (layer sym_values) (value "{{VALUE}}") + (align center top) (height 2.54) (position 0.0 -7.62) (rotation 0.0) + ) +) diff --git a/library/sym/b46dc9dc-f396-4438-9b4f-b6604f85851f/.librepcb-sym b/library/sym/b46dc9dc-f396-4438-9b4f-b6604f85851f/.librepcb-sym new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/sym/b46dc9dc-f396-4438-9b4f-b6604f85851f/.librepcb-sym @@ -0,0 +1 @@ +1 diff --git a/library/sym/b46dc9dc-f396-4438-9b4f-b6604f85851f/symbol.lp b/library/sym/b46dc9dc-f396-4438-9b4f-b6604f85851f/symbol.lp new file mode 100644 index 0000000..1a4ddb3 --- /dev/null +++ b/library/sym/b46dc9dc-f396-4438-9b4f-b6604f85851f/symbol.lp @@ -0,0 +1,64 @@ +(librepcb_symbol b46dc9dc-f396-4438-9b4f-b6604f85851f + (name "Pin Header 1x03") + (description "A 1x3 male pin header.\n\nGenerated with librepcb-parts-generator (generate_connectors.py)") + (keywords "connector, 1x3, pin header, male header") + (author "Danilo B.") + (version "0.2") + (created 2018-10-17T19:13:41Z) + (deprecated false) + (generated_by "") + (category 4a4e3c72-94fb-45f9-a6d8-122d2af16fb1) + (pin e1b1d4b7-a847-4b11-a128-8e414a21d413 (name "1") + (position 5.08 2.54) (rotation 180.0) (length 3.81) + (name_position 5.08 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 9d6f3e66-9166-43ae-8e8d-6a2ae3174b19 (name "2") + (position 5.08 0.0) (rotation 180.0) (length 3.81) + (name_position 5.08 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (pin 3d7883b7-a3a3-4b09-b4af-29128a6f3b60 (name "3") + (position 5.08 -2.54) (rotation 180.0) (length 3.81) + (name_position 5.08 0.0) (name_rotation 0.0) (name_height 2.5) + (name_align left center) + ) + (polygon 590cb892-5c15-40c5-8789-b9497e938595 (layer sym_outlines) + (width 0.25) (fill false) (grab_area true) + (vertex (position -2.54 5.08) (angle 0.0)) + (vertex (position 2.54 5.08) (angle 0.0)) + (vertex (position 2.54 -5.08) (angle 0.0)) + (vertex (position -2.54 -5.08) (angle 0.0)) + (vertex (position -2.54 5.08) (angle 0.0)) + ) + (polygon e5fd83a6-f9bc-4f68-b263-3846f29da989 (layer sym_outlines) + (width 0.25) (fill true) (grab_area true) + (vertex (position 0.794 2.752) (angle 0.0)) + (vertex (position 1.746 2.752) (angle 0.0)) + (vertex (position 1.746 2.328) (angle 0.0)) + (vertex (position 0.794 2.328) (angle 0.0)) + (vertex (position 0.794 2.752) (angle 0.0)) + ) + (polygon e5fd83a6-f9bc-4f68-b263-3846f29da989 (layer sym_outlines) + (width 0.25) (fill true) (grab_area true) + (vertex (position 0.794 0.212) (angle 0.0)) + (vertex (position 1.746 0.212) (angle 0.0)) + (vertex (position 1.746 -0.212) (angle 0.0)) + (vertex (position 0.794 -0.212) (angle 0.0)) + (vertex (position 0.794 0.212) (angle 0.0)) + ) + (polygon e5fd83a6-f9bc-4f68-b263-3846f29da989 (layer sym_outlines) + (width 0.25) (fill true) (grab_area true) + (vertex (position 0.794 -2.328) (angle 0.0)) + (vertex (position 1.746 -2.328) (angle 0.0)) + (vertex (position 1.746 -2.752) (angle 0.0)) + (vertex (position 0.794 -2.752) (angle 0.0)) + (vertex (position 0.794 -2.328) (angle 0.0)) + ) + (text 46c33ed2-b56a-4a1d-a76e-3e7c48e74d19 (layer sym_names) (value "{{NAME}}") + (align center bottom) (height 2.54) (position 0.0 5.08) (rotation 0.0) + ) + (text bd996a16-5976-453e-ad86-8638336c2aa4 (layer sym_values) (value "{{VALUE}}") + (align center top) (height 2.54) (position 0.0 -5.08) (rotation 0.0) + ) +) diff --git a/library/sym/cd4ebe3e-c315-4e01-b381-b22b5fdb0cda/.librepcb-sym b/library/sym/cd4ebe3e-c315-4e01-b381-b22b5fdb0cda/.librepcb-sym new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/sym/cd4ebe3e-c315-4e01-b381-b22b5fdb0cda/.librepcb-sym @@ -0,0 +1 @@ +1 diff --git a/library/sym/cd4ebe3e-c315-4e01-b381-b22b5fdb0cda/symbol.lp b/library/sym/cd4ebe3e-c315-4e01-b381-b22b5fdb0cda/symbol.lp new file mode 100644 index 0000000..ed3118a --- /dev/null +++ b/library/sym/cd4ebe3e-c315-4e01-b381-b22b5fdb0cda/symbol.lp @@ -0,0 +1,89 @@ +(librepcb_symbol cd4ebe3e-c315-4e01-b381-b22b5fdb0cda + (name "OSHW Logo") + (description "Open Source Hardware logo.") + (keywords "open,source") + (author "U. Bruhin") + (version "0.1") + (created 2023-09-06T13:14:56Z) + (deprecated false) + (generated_by "") + (category 213bd44f-f375-41d8-8fdd-0652eb893e27) + (polygon de30e569-7bab-4ed3-9d5f-03ab7fae57e1 (layer sym_outlines) + (width 0.0) (fill true) (grab_area false) + (vertex (position 0.274485 -0.596362) (angle 310.57)) + (vertex (position -0.274485 -0.596362) (angle -87.495)) + (vertex (position -0.259254 -0.634954) (angle 0.0)) + (vertex (position -0.652833 -1.598888) (angle -90.29)) + (vertex (position -0.692087 -1.615264) (angle 0.0)) + (vertex (position -0.905867 -1.526714) (angle 56.58)) + (vertex (position -0.934158 -1.529583) (angle 0.0)) + (vertex (position -1.404311 -1.847665) (angle -79.08)) + (vertex (position -1.442335 -1.84403) (angle 0.0)) + (vertex (position -1.84403 -1.442335) (angle -79.08)) + (vertex (position -1.847665 -1.404311) (angle 0.0)) + (vertex (position -1.529583 -0.934158) (angle 56.58)) + (vertex (position -1.526714 -0.905867) (angle 0.0)) + (vertex (position -1.720094 -0.439005) (angle 56.58)) + (vertex (position -1.742128 -0.421029) (angle 0.0)) + (vertex (position -2.299494 -0.313499) (angle -79.08)) + (vertex (position -2.323811 -0.284042) (angle 0.0)) + (vertex (position -2.323811 0.284042) (angle -79.08)) + (vertex (position -2.299494 0.313499) (angle 0.0)) + (vertex (position -1.742128 0.421029) (angle 56.58)) + (vertex (position -1.720094 0.439005) (angle 0.0)) + (vertex (position -1.526714 0.905867) (angle 56.58)) + (vertex (position -1.529583 0.934158) (angle 0.0)) + (vertex (position -1.847665 1.404311) (angle -79.08)) + (vertex (position -1.84403 1.442335) (angle 0.0)) + (vertex (position -1.442335 1.84403) (angle -79.08)) + (vertex (position -1.404311 1.847665) (angle 0.0)) + (vertex (position -0.934158 1.529583) (angle 56.58)) + (vertex (position -0.905867 1.526714) (angle 0.0)) + (vertex (position -0.439005 1.720094) (angle 56.58)) + (vertex (position -0.421029 1.742128) (angle 0.0)) + (vertex (position -0.313499 2.299494) (angle -79.08)) + (vertex (position -0.284042 2.323811) (angle 0.0)) + (vertex (position 0.284042 2.323811) (angle -79.08)) + (vertex (position 0.313499 2.299494) (angle 0.0)) + (vertex (position 0.421029 1.742128) (angle 56.58)) + (vertex (position 0.439005 1.720094) (angle 0.0)) + (vertex (position 0.905867 1.526714) (angle 56.58)) + (vertex (position 0.934158 1.529583) (angle 0.0)) + (vertex (position 1.404311 1.847665) (angle -79.08)) + (vertex (position 1.442335 1.84403) (angle 0.0)) + (vertex (position 1.84403 1.442335) (angle -79.08)) + (vertex (position 1.847665 1.404311) (angle 0.0)) + (vertex (position 1.529583 0.934158) (angle 56.58)) + (vertex (position 1.526714 0.905867) (angle 0.0)) + (vertex (position 1.720094 0.439005) (angle 56.58)) + (vertex (position 1.742128 0.421029) (angle 0.0)) + (vertex (position 2.299494 0.313499) (angle -79.08)) + (vertex (position 2.323811 0.284042) (angle 0.0)) + (vertex (position 2.323811 -0.284042) (angle -79.08)) + (vertex (position 2.299494 -0.313499) (angle 0.0)) + (vertex (position 1.742128 -0.421029) (angle 56.58)) + (vertex (position 1.720094 -0.439005) (angle 0.0)) + (vertex (position 1.526714 -0.905867) (angle 56.58)) + (vertex (position 1.529583 -0.934158) (angle 0.0)) + (vertex (position 1.847665 -1.404311) (angle -79.08)) + (vertex (position 1.84403 -1.442335) (angle 0.0)) + (vertex (position 1.442335 -1.84403) (angle -79.08)) + (vertex (position 1.404311 -1.847665) (angle 0.0)) + (vertex (position 0.934158 -1.529583) (angle 56.58)) + (vertex (position 0.905867 -1.526714) (angle 0.0)) + (vertex (position 0.692087 -1.615264) (angle -90.29)) + (vertex (position 0.652833 -1.598888) (angle 0.0)) + (vertex (position 0.259254 -0.634954) (angle -87.495)) + (vertex (position 0.274485 -0.596362) (angle 0.0)) + ) + (circle c9a7a937-d17f-4a58-a6fb-42855353181a (layer sym_hidden_grab_areas) + (width 0.0) (fill true) (grab_area false) (diameter 5.236344) (position 0.0 0.0) + ) + (text fcea896c-6b8b-4b9f-88c5-5cbc946c72a4 (layer sym_outlines) (value "{{VALUE}}") + (align center top) (height 2.5) (position 0.0 -1.905) (rotation 0.0) + ) + (approved missing_name_text) + (approved unusual_text_layer + (text fcea896c-6b8b-4b9f-88c5-5cbc946c72a4) + ) +) diff --git a/library/sym/f00ab942-6980-442b-86a8-51b92de5704d/.librepcb-sym b/library/sym/f00ab942-6980-442b-86a8-51b92de5704d/.librepcb-sym new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/library/sym/f00ab942-6980-442b-86a8-51b92de5704d/.librepcb-sym @@ -0,0 +1 @@ +1 diff --git a/library/sym/f00ab942-6980-442b-86a8-51b92de5704d/symbol.lp b/library/sym/f00ab942-6980-442b-86a8-51b92de5704d/symbol.lp new file mode 100644 index 0000000..67f404b --- /dev/null +++ b/library/sym/f00ab942-6980-442b-86a8-51b92de5704d/symbol.lp @@ -0,0 +1,71 @@ +(librepcb_symbol f00ab942-6980-442b-86a8-51b92de5704d + (name "A4 Frame Landscape") + (description "") + (keywords "frame,a4,landscape,drawing,sheet") + (author "U. Bruhin") + (version "0.2") + (created 2015-03-01T20:00:00Z) + (deprecated false) + (generated_by "") + (category e0702c57-f31f-497d-ae1e-e31c4017f3c0) + (polygon c096b669-2568-447d-9662-045dce146de3 (layer sym_outlines) + (width 0.6) (fill false) (grab_area false) + (vertex (position 0.0 0.0) (angle 0.0)) + (vertex (position 0.0 190.0) (angle 0.0)) + (vertex (position 277.0 190.0) (angle 0.0)) + (vertex (position 277.0 0.0) (angle 0.0)) + (vertex (position 0.0 0.0) (angle 0.0)) + ) + (polygon 11921662-1ec2-4b01-aae0-e652baf8ae90 (layer sym_outlines) + (width 0.6) (fill false) (grab_area false) + (vertex (position 160.0 0.0) (angle 0.0)) + (vertex (position 160.0 15.0) (angle 0.0)) + (vertex (position 277.0 15.0) (angle 0.0)) + ) + (polygon 6f57d4a8-4eca-4bfa-b0fc-6a82ae43f1ad (layer sym_outlines) + (width 0.6) (fill false) (grab_area false) + (vertex (position 245.0 0.0) (angle 0.0)) + (vertex (position 245.0 15.0) (angle 0.0)) + ) + (polygon 62e08169-2d44-49f3-830a-f167441f0d25 (layer sym_outlines) + (width 0.6) (fill false) (grab_area false) + (vertex (position 160.0 5.0) (angle 0.0)) + (vertex (position 277.0 5.0) (angle 0.0)) + ) + (polygon 912bc851-3f0f-4355-a1b8-6ccfe3657b2a (layer sym_outlines) + (width 0.6) (fill false) (grab_area false) + (vertex (position 245.0 10.0) (angle 0.0)) + (vertex (position 277.0 10.0) (angle 0.0)) + ) + (polygon d981bd86-24f6-48d1-95e0-1c062b5a2d63 (layer sym_outlines) + (width 0.6) (fill false) (grab_area false) + (vertex (position 225.0 5.0) (angle 0.0)) + (vertex (position 225.0 0.0) (angle 0.0)) + ) + (polygon a7ef6817-5c3a-44f8-9ed9-949bb240f37f (layer sym_hidden_grab_areas) + (width 0.6) (fill true) (grab_area true) + (vertex (position 160.02 15.24) (angle 0.0)) + (vertex (position 276.86 15.24) (angle 0.0)) + (vertex (position 276.86 0.0) (angle 0.0)) + (vertex (position 160.02 0.0) (angle 0.0)) + (vertex (position 160.02 15.24) (angle 0.0)) + ) + (text ab2d1999-564c-4dae-883c-1258bc1bbfff (layer sym_outlines) (value "{{FIELD_SHEET}}") + (align left center) (height 7.5) (position 162.0 10.0) (rotation 0.0) + ) + (text f6a08b93-d5f6-49c6-86a8-31ffbc901dfa (layer sym_outlines) (value "{{FIELD_PROJECT}}") + (align left center) (height 3.5) (position 162.0 2.5) (rotation 0.0) + ) + (text 342d6d92-28aa-4993-9a09-acc34a8aa7ce (layer sym_outlines) (value "{{FIELD_DATE}}") + (align left center) (height 3.5) (position 247.0 12.5) (rotation 0.0) + ) + (text 96e63648-7840-4715-8459-8a99412f14e7 (layer sym_outlines) (value "{{FIELD_AUTHOR}}") + (align left center) (height 3.5) (position 247.0 7.5) (rotation 0.0) + ) + (text 104c25a9-e6bd-4f85-8f57-d7c4284bb5e8 (layer sym_outlines) (value "{{FIELD_PAGE}}") + (align left center) (height 3.5) (position 247.0 2.5) (rotation 0.0) + ) + (text 916fa409-c3b0-4704-96d3-2e034b4511b9 (layer sym_outlines) (value "{{FIELD_VERSION}}") + (align left center) (height 3.5) (position 227.0 2.5) (rotation 0.0) + ) +) diff --git a/project/jobs.lp b/project/jobs.lp new file mode 100644 index 0000000..497dd48 --- /dev/null +++ b/project/jobs.lp @@ -0,0 +1,2 @@ +(librepcb_jobs +) diff --git a/project/metadata.lp b/project/metadata.lp new file mode 100644 index 0000000..9a2ab92 --- /dev/null +++ b/project/metadata.lp @@ -0,0 +1,6 @@ +(librepcb_project_metadata c8d78149-2506-44c7-9af3-33d534cc10d9 + (name "SensorPCB") + (author "Kumi") + (version "v1") + (created 2024-07-30T10:42:10Z) +) diff --git a/project/settings.lp b/project/settings.lp new file mode 100644 index 0000000..ad53577 --- /dev/null +++ b/project/settings.lp @@ -0,0 +1,10 @@ +(librepcb_project_settings + (library_locale_order + ) + (library_norm_order + (norm "IEC 60617") + ) + (custom_bom_attributes + ) + (default_lock_component_assembly false) +) diff --git a/resources/fontobene/newstroke.bene b/resources/fontobene/newstroke.bene new file mode 100644 index 0000000..3bffc29 --- /dev/null +++ b/resources/fontobene/newstroke.bene @@ -0,0 +1,12076 @@ +# This font was automatically converted from NewStroke to FontoBene. +# - NewStroke project: http://vovanium.ru/sledy/newstroke/en +# - FontoBene specifications: https://github.com/fontobene/fontobene +# - Converter script: https://github.com/fontobene/fontobene-converters +# +# As the NewStroke font is released under the CC0-1.0 license, +# the converted FontoBene font is released under the same license. +# Licence text: http://creativecommons.org/publicdomain/zero/1.0/ + +[format] +format = FontoBene +format_version = 1.0 + +[font] +name = NewStroke Bene +id = newstroke +version = 1.1 +author = NewStroke Developers +author = FontoBene Developers +license = CC0-1.0 +letter_spacing = 1.8 +line_spacing = 16 + +--- + +[0020] +~3.6 + +[0021] ! +.43,.86;.86,.43;.43,0;0,.43;.43,.86;.43,0 +.43,3.43;0,8.57;.43,9;.86,8.57;.43,3.43;.43,9 + +[0022] " +0,9;0,7.29 +3.43,9;3.43,7.29 + +[0023] # +.86,6;7.29,6 +3.43,9.86;.86,-1.71 +6.43,2.14;0,2.14 +3.86,-1.71;6.43,9.86 + +[0024] $ +0,.43;1.29,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,2.57;4.71,3.43;4.29,3.86;3.43,4.29;1.71,4.71;.86,5.14;.43,5.57;0,6.43;0,7.29;.43,8.14;.86,8.57;1.71,9;3.86,9;5.14,8.57 +2.57,10.29;2.57,-1.29 + +[0025] % +0,0;6.86,9 +1.29,9;2.14,8.57;2.57,7.71;2.14,6.86;1.29,6.43;.43,6.86;0,7.71;.43,8.57;1.29,9 +6.43,.43;6.86,1.29;6.43,2.14;5.57,2.57;4.71,2.14;4.29,1.29;4.71,.43;5.57,0;6.43,.43 + +[0026] & +7.29,0;6.86,0;6,.43;4.71,1.71;2.57,4.29;1.71,5.57;1.29,6.86;1.29,7.71;1.71,8.57;2.57,9;3,9;3.86,8.57;4.29,7.71;4.29,7.29;3.86,6.43;3.43,6;.86,4.29;.43,3.86;0,3;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,.86;5.57,2.57;6,3.86;6,4.71 + +[0027] ' +.86,9;0,7.29 + +[0028] ( +2.57,-3.43;2.14,-3;1.29,-1.71;.86,-.86;.43,.43;0,2.57;0,4.29;.43,6.43;.86,7.71;1.29,8.57;2.14,9.86;2.57,10.29 + +[0029] ) +0,-3.43;.43,-3;1.29,-1.71;1.71,-.86;2.14,.43;2.57,2.57;2.57,4.29;2.14,6.43;1.71,7.71;1.29,8.57;.43,9.86;0,10.29 + +[002A] * +2.14,9;2.14,6.86 +0,7.71;2.14,6.86;4.29,7.71 +.86,5.14;2.14,6.86;3.43,5.14 + +[002B] + +0,3.43;6.86,3.43 +3.43,0;3.43,6.86 + +[002C] , +.86,.43;.86,0;.43,-.86;0,-1.29 + +[002D] - +0,3.43;6.86,3.43 + +[002E] . +.43,.86;.86,.43;.43,0;0,.43;.43,.86;.43,0 + +[002F] / +7.71,9.43;0,-2.14 + +[0030] 0 +2.14,9;3,9;3.86,8.57;4.29,8.14;4.71,7.29;5.14,5.57;5.14,3.43;4.71,1.71;4.29,.86;3.86,.43;3,0;2.14,0;1.29,.43;.86,.86;.43,1.71;0,3.43;0,5.57;.43,7.29;.86,8.14;1.29,8.57;2.14,9 + +[0031] 1 +5.14,0;0,0 +2.57,0;2.57,9;1.71,7.71;.86,6.86;0,6.43 + +[0032] 2 +.43,8.14;.86,8.57;1.71,9;3.86,9;4.71,8.57;5.14,8.14;5.57,7.29;5.57,6.43;5.14,5.14;0,0;5.57,0 + +[0033] 3 +0,9;5.57,9;2.57,5.57;3.86,5.57;4.71,5.14;5.14,4.71;5.57,3.86;5.57,1.71;5.14,.86;4.71,.43;3.86,0;1.29,0;.43,.43;0,.86 + +[0034] 4 +4.29,6;4.29,0 +2.14,9.43;0,3;5.57,3 + +[0035] 5 +4.71,9;.43,9;0,4.71;.43,5.14;1.29,5.57;3.43,5.57;4.29,5.14;4.71,4.71;5.14,3.86;5.14,1.71;4.71,.86;4.29,.43;3.43,0;1.29,0;.43,.43;0,.86 + +[0036] 6 +4.29,9;2.57,9;1.71,8.57;1.29,8.14;.43,6.86;0,5.14;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,3.86;4.71,4.71;4.29,5.14;3.43,5.57;1.71,5.57;.86,5.14;.43,4.71;0,3.86 + +[0037] 7 +0,9;6,9;2.14,0 + +[0038] 8 +1.71,5.14;.86,5.57;.43,6;0,6.86;0,7.29;.43,8.14;.86,8.57;1.71,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6.86;4.71,6;4.29,5.57;3.43,5.14;1.71,5.14;.86,4.71;.43,4.29;0,3.43;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,3.43;4.71,4.29;4.29,4.71;3.43,5.14 + +[0039] 9 +.86,0;2.57,0;3.43,.43;3.86,.86;4.71,2.14;5.14,3.86;5.14,7.29;4.71,8.14;4.29,8.57;3.43,9;1.71,9;.86,8.57;.43,8.14;0,7.29;0,5.14;.43,4.29;.86,3.86;1.71,3.43;3.43,3.43;4.29,3.86;4.71,4.29;5.14,5.14 + +[003A] : +.43,.86;.86,.43;.43,0;0,.43;.43,.86;.43,0 +.43,5.57;.86,5.14;.43,4.71;0,5.14;.43,5.57;.43,4.71 + +[003B] ; +.86,.43;.86,0;.43,-.86;0,-1.29 +.43,5.57;.86,5.14;.43,4.71;0,5.14;.43,5.57;.43,4.71 + +[003C] < +6.86,6;0,3.43;6.86,.86 + +[003D] = +0,4.71;6.86,4.71 +6.86,2.14;0,2.14 + +[003E] > +0,6;6.86,3.43;0,.86 + +[003F] ? +1.71,.86;2.14,.43;1.71,0;1.29,.43;1.71,.86;1.71,0 +0,8.57;.86,9;3,9;3.86,8.57;4.29,7.71;4.29,6.86;3.86,6;3.43,5.57;2.57,5.14;2.14,4.71;1.71,3.86;1.71,3.43 + +[0040] @ +6,4.29;5.57,4.71;4.71,5.14;3.86,5.14;3,4.71;2.57,4.29;2.14,3.43;2.14,2.57;2.57,1.71;3,1.29;3.86,.86;4.71,.86;5.57,1.29;6,1.71 +6,5.14;6,1.71;6.43,1.29;6.86,1.29;7.71,1.71;8.14,2.57;8.14,4.71;7.29,6;6,6.86;4.29,7.29;2.57,6.86;1.29,6;.43,4.71;0,3;.43,1.29;1.29,0;2.57,-.86;4.29,-1.29;6,-.86;7.29,0 + +[0041] A +.86,2.57;5.14,2.57 +0,0;3,9;6,0 + +[0042] B +3,4.71;4.29,4.29;4.71,3.86;5.14,3;5.14,1.71;4.71,.86;4.29,.43;3.43,0;0,0;0,9;3,9;3.86,8.57;4.29,8.14;4.71,7.29;4.71,6.43;4.29,5.57;3.86,5.14;3,4.71;0,4.71 + +[0043] C +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 + +[0044] D +0,0;0,9;2.14,9;3.43,8.57;4.29,7.71;4.71,6.86;5.14,5.14;5.14,3.86;4.71,2.14;4.29,1.29;3.43,.43;2.14,0;0,0 + +[0045] E +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 + +[0046] F +3,4.71;0,4.71 +0,0;0,9;4.29,9 + +[0047] G +5.14,8.57;4.29,9;3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,3.86;.43,2.14;.86,1.29;1.71,.43;3,0;3.86,0;5.14,.43;5.57,.86;5.57,3.86;3.86,3.86 + +[0048] H +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 + +[0049] I +0,0;0,9 + +[004A] J +3.43,9;3.43,2.57;3,1.29;2.14,.43;.86,0;0,0 + +[004B] K +0,0;0,9 +5.14,0;1.29,5.14 +5.14,9;0,3.86 + +[004C] L +4.29,0;0,0;0,9 + +[004D] M +0,0;0,9;3,2.57;6,9;6,0 + +[004E] N +0,0;0,9;5.14,0;5.14,9 + +[004F] O +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 + +[0050] P +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 + +[0051] Q +6.43,-.86;5.57,-.43;4.71,.43;3.43,1.71;2.57,2.14;1.71,2.14 +2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0 + +[0052] R +5.14,0;2.14,4.29 +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 + +[0053] S +0,.43;1.29,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,2.57;4.71,3.43;4.29,3.86;3.43,4.29;1.71,4.71;.86,5.14;.43,5.57;0,6.43;0,7.29;.43,8.14;.86,8.57;1.71,9;3.86,9;5.14,8.57 + +[0054] T +0,9;5.14,9 +2.57,0;2.57,9 + +[0055] U +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 + +[0056] V +0,9;3,0;6,9 + +[0057] W +0,9;2.14,0;3.86,6.43;5.57,0;7.71,9 + +[0058] X +0,9;6,0 +6,9;0,0 + +[0059] Y +3,4.29;3,0 +0,9;3,4.29;6,9 + +[005A] Z +0,9;6,9;0,0;6,0 + +[005B] [ +2.14,-3;0,-3;0,9.86;2.14,9.86 + +[005C] \ +0,9.86;7.71,-1.71 + +[005D] ] +0,-3;2.14,-3;2.14,9.86;0,9.86 + +[005E] ^ +0,8.14;1.71,9.43;3.43,8.14 + +[005F] _ +0,-.86;6.86,-.86 + +[0060] ` +0,9.43;1.29,8.14 + +[0061] a +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 + +[0062] b +0,0;0,9 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 + +[0063] c +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 + +[0064] d +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 + +[0065] e +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 + +[0066] f +0,6;3.43,6 +1.29,0;1.29,7.71;1.71,8.57;2.57,9;3.43,9 + +[0067] g +4.29,6;4.29,-1.29;3.86,-2.14;3.43,-2.57;2.57,-3;1.29,-3;.43,-2.57 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 + +[0068] h +0,0;0,9 +3.86,0;3.86,4.71;3.43,5.57;2.57,6;1.29,6;.43,5.57;0,5.14 + +[0069] i +.43,0;.43,6 +.43,9;0,8.57;.43,8.14;.86,8.57;.43,9;.43,8.14 + +[006A] j +1.71,6;1.71,-1.71;1.29,-2.57;.43,-3;0,-3 +1.71,9;1.29,8.57;1.71,8.14;2.14,8.57;1.71,9;1.71,8.14 + +[006B] k +0,0;0,9 +.86,3.43;3.43,0 +3.43,6;0,2.57 + +[006C] l +1.29,0;.43,.43;0,1.29;0,9 + +[006D] m +0,0;0,6 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +3.86,4.71;4.29,5.57;5.14,6;6.43,6;7.29,5.57;7.71,4.71;7.71,0 + +[006E] n +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 + +[006F] o +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 + +[0070] p +0,6;0,-3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 + +[0071] q +4.29,6;4.29,-3 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 + +[0072] r +0,0;0,6 +0,4.29;.43,5.14;.86,5.57;1.71,6;2.57,6 + +[0073] s +0,.43;.86,0;2.57,0;3.43,.43;3.86,1.29;3.86,1.71;3.43,2.57;2.57,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;2.57,6;3.43,5.57 + +[0074] t +0,6;3.43,6 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.43,0 + +[0075] u +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 + +[0076] v +0,6;2.14,0;4.29,6 + +[0077] w +0,6;1.71,0;3.43,4.29;5.14,0;6.86,6 + +[0078] x +0,0;4.71,6 +0,6;4.71,0 + +[0079] y +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 + +[007A] z +0,6;4.71,6;0,0;4.71,0 + +[007B] { +3,-1.5;2.57,-1.5;1.71,-1.07;1.29,-.21;1.29,2.46;.86,3.32;0,3.75;.86,4.18;1.29,5.04;1.29,7.71;1.71,8.57;2.57,9;3,9 + +[007C] | +0,-3;0,9.86 + +[007D] } +0,-1.5;.43,-1.5;1.29,-1.07;1.71,-.21;1.71,2.46;2.14,3.32;3,3.75;2.14,4.18;1.71,5.04;1.71,7.71;1.29,8.57;.43,9;0,9 + +[007E] ~ +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 + +[00A0]   +~3.6 + +[00A1] ¡ +.43,5.14;0,5.57;.43,6;.86,5.57;.43,5.14;.43,6 +.43,2.57;.86,-2.57;.43,-3;0,-2.57;.43,2.57;.43,-3 + +[00A2] ¢ +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +2.57,7.29;2.57,-1.29 + +[00A3] £ +0,6;3.43,6 +0,0;4.71,0 +1.29,0;1.29,7.71;1.71,8.57;2.57,9;3.86,9;4.71,8.57 + +[00A4] ¤ +0,.86;1.29,2.14 +0,6.43;1.29,5.14 +4.29,2.14;5.57,.86 +4.29,5.14;5.57,6.43 +4.29,2.14;3.43,1.71;2.14,1.71;1.29,2.14;.86,3;.86,4.29;1.29,5.14;2.14,5.57;3.43,5.57;4.29,5.14;4.71,4.29;4.71,3;4.29,2.14 + +[00A5] ¥ +0,3;6.86,3 +0,6;6.86,6 +3.43,4.29;3.43,0 +.43,9;3.43,4.29;6.43,9 + +[00A6] ¦ +0,-3;0,1.71 +0,9;0,4.29 + +[00A7] § +0,-.86;.86,-1.29;2.14,-1.29;3,-.86;3.43,0;3,.86;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6 +3.43,8.57;2.57,9;1.29,9;.43,8.57;0,7.71;.43,6.86;3,4.29;3.43,3.43;3.43,3;3,2.14;2.14,1.71 + +[00A8] ¨ +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[00A9] © +7.71,6.86;6.86,7.29;5.14,7.29;4.29,6.86;3.43,6;3,5.14;3,3.43;3.43,2.57;4.29,1.71;5.14,1.29;6.86,1.29;7.71,1.71 +6,10.29;3.86,9.86;1.71,8.57;.43,6.43;0,4.29;.43,2.14;1.71,0;3.86,-1.29;6,-1.71;8.14,-1.29;10.29,0;11.57,2.14;12,4.29;11.57,6.43;10.29,8.57;8.14,9.86;6,10.29 + +[00AA] ª +.43,9.43;1.29,9.86;2.14,9.86;3,9.43;3.43,8.57;3.43,5.57 +3.43,6;2.57,5.57;1.29,5.57;.43,6;0,6.86;.43,7.71;1.29,8.14;3.43,8.14 + +[00AB] « +2.57,6;0,3.43;2.57,.86 +5.14,1.71;3.43,3.43;5.14,5.14 + +[00AC] ¬ +0,4.29;6.86,4.29;6.86,2.14 + +[00AD] ­ +~0 + +[00AE] ® +8.14,1.29;6,3.86 +4.29,1.29;4.29,7.29;6.86,7.29;7.71,6.86;8.14,6;8.14,5.14;7.71,4.29;6.86,3.86;4.29,3.86 +6,10.29;3.86,9.86;1.71,8.57;.43,6.43;0,4.29;.43,2.14;1.71,0;3.86,-1.29;6,-1.71;8.14,-1.29;10.29,0;11.57,2.14;12,4.29;11.57,6.43;10.29,8.57;8.14,9.86;6,10.29 + +[00AF] ¯ +0,8.57;4.29,8.57 + +[00B0] ° +1.29,9;.43,8.57;0,7.71;.43,6.86;1.29,6.43;2.14,6.86;2.57,7.71;2.14,8.57;1.29,9 + +[00B1] ± +0,5.14;6.86,5.14 +3.43,1.71;3.43,8.57 +6.86,0;0,0 + +[00B2] ² +0,11.14;.86,11.57;2.14,11.57;3,11.14;3.43,10.29;3.43,9.43;3,8.57;0,5.57;3.43,5.57 + +[00B3] ³ +0,11.57;3.43,11.57;1.71,9.43;2.14,9.43;3,9;3.43,8.14;3.43,6.86;3,6;2.14,5.57;.86,5.57;0,6 + +[00B4] ´ +1.29,9.43;0,8.14 + +[00B5] µ +0,6;0,-3 +4.29,1.29;4.71,.43;5.57,0 +0,1.29;.43,.43;1.29,0;3,0;3.86,.43;4.29,1.29;4.29,6 + +[00B6] ¶ +5.14,6;5.14,0 +2.14,6;2.14,1.29;1.71,.43;.86,0 +6.86,6;1.29,6;.43,5.57;0,4.71 + +[00B7] · +.43,3.86;0,3.43;.43,3;.86,3.43;.43,3.86;.43,3 + +[00B8] ¸ +1.29,-.43;2.14,-.86;2.57,-1.71;2.14,-2.57;1.29,-3;0,-3 + +[00B9] ¹ +3.43,5.57;0,5.57 +0,10.29;.86,10.71;1.71,11.57;1.71,5.57 + +[00BA] º +1.29,5.57;.43,6;0,6.86;0,8.57;.43,9.43;1.29,9.86;2.14,9.86;3,9.43;3.43,8.57;3.43,6.86;3,6;2.14,5.57;1.29,5.57 + +[00BB] » +2.57,6;5.14,3.43;2.57,.86 +0,1.71;1.71,3.43;0,5.14 + +[00BC] ¼ +0,4.29;6,4.29 +4.71,5.57;1.29,5.57 +1.29,10.29;2.14,10.71;3,11.57;3,5.57 +4.29,.86;4.29,-2.57 +2.57,3.43;1.29,-.86;5.14,-.86 + +[00BD] ½ +0,4.29;6,4.29 +4.71,5.57;1.29,5.57 +1.29,10.29;2.14,10.71;3,11.57;3,5.57 +1.29,3;2.14,3.43;3.43,3.43;4.29,3;4.71,2.14;4.71,1.29;4.29,.43;1.29,-2.57;4.71,-2.57 + +[00BE] ¾ +0,4.29;6,4.29 +1.29,11.57;4.71,11.57;3,9.43;3.43,9.43;4.29,9;4.71,8.14;4.71,6.86;4.29,6;3.43,5.57;2.14,5.57;1.29,6 +4.29,.86;4.29,-2.57 +2.57,3.43;1.29,-.86;5.14,-.86 + +[00BF] ¿ +2.57,5.14;2.14,5.57;2.57,6;3,5.57;2.57,5.14;2.57,6 +4.29,-2.57;3.43,-3;1.29,-3;.43,-2.57;0,-1.71;0,-.86;.43,0;.86,.43;1.71,.86;2.14,1.29;2.57,2.14;2.57,2.57 + +[00C0] À +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +2.14,12.43;3.43,11.14 + +[00C1] Á +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +3.86,12.43;2.57,11.14 + +[00C2]  +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,11.14;3,12.43;4.71,11.14 + +[00C3] à +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +.86,11.14;1.29,11.57;2.14,12;3.86,11.14;4.71,11.57;5.14,12 + +[00C4] Ä +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,12;1.71,11.57;1.29,11.14;.86,11.57;1.29,12;1.29,11.14 +4.71,12;5.14,11.57;4.71,11.14;4.29,11.57;4.71,12;4.71,11.14 + +[00C5] Å +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +3,9;2.14,9.43;1.71,10.29;2.14,11.14;3,11.57;3.86,11.14;4.29,10.29;3.86,9.43;3,9 + +[00C6] Æ +.86,2.57;4.29,2.57 +4.29,4.71;7.29,4.71 +0,0;3,9;8.57,9 +4.29,9;4.29,0;8.57,0 + +[00C7] Ç +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 +3.43,-.43;4.29,-.86;4.71,-1.71;4.29,-2.57;3.43,-3;2.14,-3 + +[00C8] È +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +1.29,12.43;2.57,11.14 + +[00C9] É +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +3,12.43;1.71,11.14 + +[00CA] Ê +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +.43,11.14;2.14,12.43;3.86,11.14 + +[00CB] Ë +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +.43,12;.86,11.57;.43,11.14;0,11.57;.43,12;.43,11.14 +3.86,12;4.29,11.57;3.86,11.14;3.43,11.57;3.86,12;3.86,11.14 + +[00CC] Ì +.86,0;.86,9 +0,12.43;1.29,11.14 + +[00CD] Í +.43,0;.43,9 +1.29,12.43;0,11.14 + +[00CE] Î +1.71,0;1.71,9 +0,11.14;1.71,12.43;3.43,11.14 + +[00CF] Ï +2.14,0;2.14,9 +.43,12;.86,11.57;.43,11.14;0,11.57;.43,12;.43,11.14 +3.86,12;4.29,11.57;3.86,11.14;3.43,11.57;3.86,12;3.86,11.14 + +[00D0] Ð +1.29,0;1.29,9;3.43,9;4.71,8.57;5.57,7.71;6,6.86;6.43,5.14;6.43,3.86;6,2.14;5.57,1.29;4.71,.43;3.43,0;1.29,0 +0,4.71;3.43,4.71 + +[00D1] Ñ +0,0;0,9;5.14,0;5.14,9 +.43,11.14;.86,11.57;1.71,12;3.43,11.14;4.29,11.57;4.71,12 + +[00D2] Ò +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +2.14,12.43;3.43,11.14 + +[00D3] Ó +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +3.86,12.43;2.57,11.14 + +[00D4] Ô +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +1.29,11.14;3,12.43;4.71,11.14 + +[00D5] Õ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +.86,11.14;1.29,11.57;2.14,12;3.86,11.14;4.71,11.57;5.14,12 + +[00D6] Ö +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +1.29,12;1.71,11.57;1.29,11.14;.86,11.57;1.29,12;1.29,11.14 +4.71,12;5.14,11.57;4.71,11.14;4.29,11.57;4.71,12;4.71,11.14 + +[00D7] × +0,6;5.14,.86 +5.14,6;0,.86 + +[00D8] Ø +6.86,9;0,0 +2.57,0;1.71,.43;.86,1.29;.43,3;.43,6;.86,7.71;1.71,8.57;2.57,9;4.29,9;5.14,8.57;6,7.71;6.43,6;6.43,3;6,1.29;5.14,.43;4.29,0;2.57,0 + +[00D9] Ù +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +1.71,12.43;3,11.14 + +[00DA] Ú +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +3.43,12.43;2.14,11.14 + +[00DB] Û +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +.86,11.14;2.57,12.43;4.29,11.14 + +[00DC] Ü +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +.86,12;1.29,11.57;.86,11.14;.43,11.57;.86,12;.86,11.14 +4.29,12;4.71,11.57;4.29,11.14;3.86,11.57;4.29,12;4.29,11.14 + +[00DD] Ý +3,4.29;3,0 +0,9;3,4.29;6,9 +3.86,12.43;2.57,11.14 + +[00DE] Þ +0,9;0,0 +0,6.86;3.43,6.86;4.29,6.43;4.71,6;5.14,5.14;5.14,3.86;4.71,3;4.29,2.57;3.43,2.14;0,2.14 + +[00DF] ß +0,0;0,7.29;.43,8.14;.86,8.57;1.71,9;3,9;3.86,8.57;4.29,8.14;4.71,7.29;4.71,6;3.43,6;2.57,5.57;2.14,4.71;2.14,4.29;2.57,3.43;3.43,3;4.71,3;5.57,2.57;6,1.71;6,1.29;5.57,.43;4.71,0;3,0;2.14,.43 + +[00E0] à +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +1.29,9.43;2.57,8.14 + +[00E1] á +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +3,9.43;1.71,8.14 + +[00E2] â +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,8.14;2.14,9.43;3.86,8.14 + +[00E3] ã +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 + +[00E4] ä +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[00E5] å +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +2.14,8.14;1.29,8.57;.86,9.43;1.29,10.29;2.14,10.71;3,10.29;3.43,9.43;3,8.57;2.14,8.14 + +[00E6] æ +.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71 +8.14,.43;7.29,0;5.57,0;4.71,.43;4.29,1.29;4.29,4.71;4.71,5.57;5.57,6;7.29,6;8.14,5.57;8.57,4.71;8.57,3.86;4.29,3.43;1.29,3.43;.43,3;0,2.14;0,1.29;.43,.43;1.29,0;3,0;3.86,.43;4.29,1.29 + +[00E7] ç +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +2.57,-.43;3.43,-.86;3.86,-1.71;3.43,-2.57;2.57,-3;1.29,-3 + +[00E8] è +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +1.29,9.43;2.57,8.14 + +[00E9] é +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +3,9.43;1.71,8.14 + +[00EA] ê +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +.43,8.14;2.14,9.43;3.86,8.14 + +[00EB] ë +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[00EC] ì +.86,0;.86,6 +0,9.43;1.29,8.14 + +[00ED] í +.43,0;.43,6 +1.29,9.43;0,8.14 + +[00EE] î +0,8.14;1.71,9.43;3.43,8.14 +1.71,0;1.71,6 + +[00EF] ï +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +2.14,0;2.14,6 + +[00F0] ð +2.57,10.29;1.71,7.71 +4.29,5.57;3.43,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.29;.43,.43;1.29,0;3,0;3.86,.43;4.29,1.29;4.29,6.43;3.86,7.71;3,8.57;2.14,9;.43,9.43 + +[00F1] ñ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,0 +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 + +[00F2] ò +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +1.71,9.43;3,8.14 + +[00F3] ó +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +3.43,9.43;2.14,8.14 + +[00F4] ô +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.86,8.14;2.57,9.43;4.29,8.14 + +[00F5] õ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.43,8.14;.86,8.57;1.71,9;3.43,8.14;4.29,8.57;4.71,9 + +[00F6] ö +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.86,9;1.29,8.57;.86,8.14;.43,8.57;.86,9;.86,8.14 +4.29,9;4.71,8.57;4.29,8.14;3.86,8.57;4.29,9;4.29,8.14 + +[00F7] ÷ +6.86,3.43;0,3.43 +3.43,1.29;3.86,.86;3.43,.43;3,.86;3.43,1.29;3.43,.43 +3.43,6.43;3.86,6;3.43,5.57;3,6;3.43,6.43;3.43,5.57 + +[00F8] ø +5.57,6;0,0 +2.14,0;1.29,.43;.86,.86;.43,1.71;.43,4.29;.86,5.14;1.29,5.57;2.14,6;3.43,6;4.29,5.57;4.71,5.14;5.14,4.29;5.14,1.71;4.71,.86;4.29,.43;3.43,0;2.14,0 + +[00F9] ù +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +1.29,9.43;2.57,8.14 + +[00FA] ú +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +3,9.43;1.71,8.14 + +[00FB] û +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +.43,8.14;2.14,9.43;3.86,8.14 + +[00FC] ü +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[00FD] ý +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 +3,9.43;1.71,8.14 + +[00FE] þ +0,9;0,-3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 + +[00FF] ÿ +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[0100] Ā +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +.86,11.57;5.14,11.57 + +[0101] ā +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +0,8.57;4.29,8.57 + +[0102] Ă +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,12.43;1.71,11.57;2.57,11.14;3.43,11.14;4.29,11.57;4.71,12.43 + +[0103] ă +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 + +[0104] Ą +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +6,0;5.14,-.86;4.71,-1.71;5.14,-2.57;6,-3;6.86,-3 + +[0105] ą +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +4.29,0;3.43,-.86;3,-1.71;3.43,-2.57;4.29,-3;5.14,-3 + +[0106] Ć +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 +4.29,12.43;3,11.14 + +[0107] ć +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +3.43,9.43;2.14,8.14 + +[0108] Ĉ +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 +1.71,11.14;3.43,12.43;5.14,11.14 + +[0109] ĉ +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +.86,8.14;2.57,9.43;4.29,8.14 + +[010A] Ċ +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 +3.43,12;3,11.57;3.43,11.14;3.86,11.57;3.43,12;3.43,11.14 + +[010B] ċ +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +2.57,9;2.14,8.57;2.57,8.14;3,8.57;2.57,9;2.57,8.14 + +[010C] Č +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 +1.71,12.43;3.43,11.14;5.14,12.43 + +[010D] č +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +.86,9.43;2.57,8.14;4.29,9.43 + +[010E] Ď +0,0;0,9;2.14,9;3.43,8.57;4.29,7.71;4.71,6.86;5.14,5.14;5.14,3.86;4.71,2.14;4.29,1.29;3.43,.43;2.14,0;0,0 +.86,12.43;2.57,11.14;4.29,12.43 + +[010F] ď +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +9,9;8.14,7.29 + +[0110] Đ +1.29,0;1.29,9;3.43,9;4.71,8.57;5.57,7.71;6,6.86;6.43,5.14;6.43,3.86;6,2.14;5.57,1.29;4.71,.43;3.43,0;1.29,0 +0,4.71;3.43,4.71 + +[0111] đ +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +2.14,8.14;5.57,8.14 + +[0112] Ē +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +0,11.57;4.29,11.57 + +[0113] ē +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +0,8.57;4.29,8.57 + +[0114] Ĕ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +.43,12.43;.86,11.57;1.71,11.14;2.57,11.14;3.43,11.57;3.86,12.43 + +[0115] ĕ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 + +[0116] Ė +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +2.14,12;1.71,11.57;2.14,11.14;2.57,11.57;2.14,12;2.14,11.14 + +[0117] ė +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +2.14,9;1.71,8.57;2.14,8.14;2.57,8.57;2.14,9;2.14,8.14 + +[0118] Ę +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +2.14,0;1.29,-.86;.86,-1.71;1.29,-2.57;2.14,-3;3,-3 + +[0119] ę +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +2.14,0;1.29,-.86;.86,-1.71;1.29,-2.57;2.14,-3;3,-3 + +[011A] Ě +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +.43,12.43;2.14,11.14;3.86,12.43 + +[011B] ě +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +.43,9.43;2.14,8.14;3.86,9.43 + +[011C] Ĝ +5.14,8.57;4.29,9;3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,3.86;.43,2.14;.86,1.29;1.71,.43;3,0;3.86,0;5.14,.43;5.57,.86;5.57,3.86;3.86,3.86 +1.71,11.14;3.43,12.43;5.14,11.14 + +[011D] ĝ +4.29,6;4.29,-1.29;3.86,-2.14;3.43,-2.57;2.57,-3;1.29,-3;.43,-2.57 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +.43,8.14;2.14,9.43;3.86,8.14 + +[011E] Ğ +5.14,8.57;4.29,9;3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,3.86;.43,2.14;.86,1.29;1.71,.43;3,0;3.86,0;5.14,.43;5.57,.86;5.57,3.86;3.86,3.86 +1.71,12.43;2.14,11.57;3,11.14;3.86,11.14;4.71,11.57;5.14,12.43 + +[011F] ğ +4.29,6;4.29,-1.29;3.86,-2.14;3.43,-2.57;2.57,-3;1.29,-3;.43,-2.57 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 + +[0120] Ġ +5.14,8.57;4.29,9;3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,3.86;.43,2.14;.86,1.29;1.71,.43;3,0;3.86,0;5.14,.43;5.57,.86;5.57,3.86;3.86,3.86 +3.43,12;3,11.57;3.43,11.14;3.86,11.57;3.43,12;3.43,11.14 + +[0121] ġ +4.29,6;4.29,-1.29;3.86,-2.14;3.43,-2.57;2.57,-3;1.29,-3;.43,-2.57 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +2.14,9;1.71,8.57;2.14,8.14;2.57,8.57;2.14,9;2.14,8.14 + +[0122] Ģ +5.14,8.57;4.29,9;3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,3.86;.43,2.14;.86,1.29;1.71,.43;3,0;3.86,0;5.14,.43;5.57,.86;5.57,3.86;3.86,3.86 +3.43,-.43;4.29,-.86;4.71,-1.71;4.29,-2.57;3.43,-3;2.14,-3 + +[0123] ģ +4.29,6;4.29,-1.29;3.86,-2.14;3.43,-2.57;2.57,-3;1.29,-3;.43,-2.57 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +2.14,8.57;1.29,9;.86,9.86;1.29,10.71;2.14,11.14;3.43,11.14 + +[0124] Ĥ +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 +.86,11.14;2.57,12.43;4.29,11.14 + +[0125] ĥ +1.71,0;1.71,9 +5.57,0;5.57,4.71;5.14,5.57;4.29,6;3,6;2.14,5.57;1.71,5.14 +0,11.14;1.71,12.43;3.43,11.14 + +[0126] Ħ +0,7.29;7.71,7.29 +1.29,0;1.29,9 +1.29,4.71;6.43,4.71 +6.43,0;6.43,9 + +[0127] ħ +1.29,0;1.29,9 +5.14,0;5.14,4.71;4.71,5.57;3.86,6;2.57,6;1.71,5.57;1.29,5.14 +0,8.14;3.43,8.14 + +[0128] Ĩ +2.14,0;2.14,9 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 + +[0129] ĩ +2.14,0;2.14,6 +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 + +[012A] Ī +2.14,0;2.14,9 +0,11.57;4.29,11.57 + +[012B] ī +2.14,0;2.14,6 +0,8.57;4.29,8.57 + +[012C] Ĭ +1.71,0;1.71,9 +0,12.43;.43,11.57;1.29,11.14;2.14,11.14;3,11.57;3.43,12.43 + +[012D] ĭ +1.71,0;1.71,6 +0,9.43;.43,8.57;1.29,8.14;2.14,8.14;3,8.57;3.43,9.43 + +[012E] Į +1.29,0;1.29,9 +1.29,0;.43,-.86;0,-1.71;.43,-2.57;1.29,-3;2.14,-3 + +[012F] į +1.29,0;1.29,6 +1.29,0;.43,-.86;0,-1.71;.43,-2.57;1.29,-3;2.14,-3 + +[0130] İ +.43,0;.43,9 +.43,12;0,11.57;.43,11.14;.86,11.57;.43,12;.43,11.14 + +[0131] ı +0,0;0,6 + +[0132] IJ +-3.43,0;-3.43,9 +3.43,9;3.43,2.57;3,1.29;2.14,.43;.86,0;0,0 + +[0133] ij +.43,0;.43,6 +.43,9;0,8.57;.43,8.14;.86,8.57;.43,9;.43,8.14 +4.71,6;4.71,-1.71;4.29,-2.57;3.43,-3;3,-3 +4.71,9;4.29,8.57;4.71,8.14;5.14,8.57;4.71,9;4.71,8.14 + +[0134] Ĵ +3.43,9;3.43,2.57;3,1.29;2.14,.43;.86,0;0,0 +1.71,11.14;3.43,12.43;5.14,11.14 + +[0135] ĵ +1.71,6;1.71,-1.71;1.29,-2.57;.43,-3;0,-3 +0,8.14;1.71,9.43;3.43,8.14 + +[0136] Ķ +0,0;0,9 +5.14,0;1.29,5.14 +5.14,9;0,3.86 +2.57,-.43;3.43,-.86;3.86,-1.71;3.43,-2.57;2.57,-3;1.29,-3 + +[0137] ķ +0,0;0,9 +.86,3.43;3.43,0 +3.43,6;0,2.57 +1.71,-.43;2.57,-.86;3,-1.71;2.57,-2.57;1.71,-3;.43,-3 + +[0138] ĸ +0,6;0,0 +.86,3.43;3.43,0 +3.43,6;0,2.57 + +[0139] Ĺ +4.71,0;.43,0;.43,9 +1.29,12.43;0,11.14 + +[013A] ĺ +1.71,0;.86,.43;.43,1.29;.43,9 +1.29,9.43;0,8.14 + +[013B] Ļ +4.29,0;0,0;0,9 +2.14,-.43;3,-.86;3.43,-1.71;3,-2.57;2.14,-3;.86,-3 + +[013C] ļ +2.57,0;1.71,.43;1.29,1.29;1.29,9 +1.29,-.43;2.14,-.86;2.57,-1.71;2.14,-2.57;1.29,-3;0,-3 + +[013D] Ľ +4.29,0;0,0;0,9 +3.86,8.14;2.57,6.86 + +[013E] ľ +-1.29,0;-2.14,.43;-2.57,1.29;-2.57,9 +.86,9;0,7.29 + +[013F] Ŀ +4.29,0;0,0;0,9 +3.43,5.57;3,5.14;3.43,4.71;3.86,5.14;3.43,5.57;3.43,4.71 + +[0140] ŀ +-1.29,0;-2.14,.43;-2.57,1.29;-2.57,9 +.43,5.14;.86,4.71;.43,4.29;0,4.71;.43,5.14;.43,4.29 + +[0141] Ł +5.57,0;1.29,0;1.29,9 +0,4.29;2.57,6 + +[0142] ł +2.57,0;1.71,.43;1.29,1.29;1.29,9 +0,4.29;2.57,6 + +[0143] Ń +0,0;0,9;5.14,0;5.14,9 +3.43,12.43;2.14,11.14 + +[0144] ń +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +2.57,9.43;1.29,8.14 + +[0145] Ņ +0,0;0,9;5.14,0;5.14,9 +2.57,-.43;3.43,-.86;3.86,-1.71;3.43,-2.57;2.57,-3;1.29,-3 + +[0146] ņ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +1.71,-.43;2.57,-.86;3,-1.71;2.57,-2.57;1.71,-3;.43,-3 + +[0147] Ň +0,0;0,9;5.14,0;5.14,9 +.86,12.43;2.57,11.14;4.29,12.43 + +[0148] ň +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +0,9.43;1.71,8.14;3.43,9.43 + +[0149] ʼn +.86,9;0,7.29 +4.71,6;4.71,0 +4.71,5.14;5.14,5.57;6,6;7.29,6;8.14,5.57;8.57,4.71;8.57,0 + +[014A] Ŋ +0,9;0,0 +0,7.71;.86,8.57;1.71,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,-1.29;4.71,-2.14;4.29,-2.57;3.43,-3;2.14,-3 + +[014B] ŋ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,-1.71;3.43,-2.57;2.57,-3;1.71,-3 + +[014C] Ō +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +.86,11.57;5.14,11.57 + +[014D] ō +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.43,8.57;4.71,8.57 + +[014E] Ŏ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +1.29,12.43;1.71,11.57;2.57,11.14;3.43,11.14;4.29,11.57;4.71,12.43 + +[014F] ŏ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.86,9.43;1.29,8.57;2.14,8.14;3,8.14;3.86,8.57;4.29,9.43 + +[0150] Ő +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +2.57,12.43;1.29,11.14 +5.57,12.43;4.29,11.14 + +[0151] ő +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +2.14,9.43;.86,8.14 +5.14,9.43;3.86,8.14 + +[0152] Œ +3.86,4.71;6.86,4.71 +3.86,9;3.86,0 +8.14,9;2.14,9;1.29,8.57;.43,7.71;0,6;0,3;.43,1.29;1.29,.43;2.14,0;8.14,0 + +[0153] œ +8.57,.43;7.71,0;6,0;5.14,.43;4.71,1.29;4.71,4.71;5.14,5.57;6,6;7.71,6;8.57,5.57;9,4.71;9,3.86;4.71,3 +4.71,4.29;4.29,5.14;3.86,5.57;3,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,.86;4.71,1.71 + +[0154] Ŕ +5.14,0;2.14,4.29 +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 +3.43,12.43;2.14,11.14 + +[0155] ŕ +0,0;0,6 +0,4.29;.43,5.14;.86,5.57;1.71,6;2.57,6 +1.71,9.43;.43,8.14 + +[0156] Ŗ +5.14,0;2.14,4.29 +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 +2.57,-.43;3.43,-.86;3.86,-1.71;3.43,-2.57;2.57,-3;1.29,-3 + +[0157] ŗ +.43,0;.43,6 +.43,4.29;.86,5.14;1.29,5.57;2.14,6;3,6 +1.29,-.43;2.14,-.86;2.57,-1.71;2.14,-2.57;1.29,-3;0,-3 + +[0158] Ř +5.14,0;2.14,4.29 +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 +.86,12.43;2.57,11.14;4.29,12.43 + +[0159] ř +.86,0;.86,6 +.86,4.29;1.29,5.14;1.71,5.57;2.57,6;3.43,6 +0,9.43;1.71,8.14;3.43,9.43 + +[015A] Ś +0,.43;1.29,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,2.57;4.71,3.43;4.29,3.86;3.43,4.29;1.71,4.71;.86,5.14;.43,5.57;0,6.43;0,7.29;.43,8.14;.86,8.57;1.71,9;3.86,9;5.14,8.57 +3.43,12.43;2.14,11.14 + +[015B] ś +0,.43;.86,0;2.57,0;3.43,.43;3.86,1.29;3.86,1.71;3.43,2.57;2.57,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;2.57,6;3.43,5.57 +2.57,9.43;1.29,8.14 + +[015C] Ŝ +0,.43;1.29,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,2.57;4.71,3.43;4.29,3.86;3.43,4.29;1.71,4.71;.86,5.14;.43,5.57;0,6.43;0,7.29;.43,8.14;.86,8.57;1.71,9;3.86,9;5.14,8.57 +.86,11.14;2.57,12.43;4.29,11.14 + +[015D] ŝ +0,.43;.86,0;2.57,0;3.43,.43;3.86,1.29;3.86,1.71;3.43,2.57;2.57,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;2.57,6;3.43,5.57 +0,8.14;1.71,9.43;3.43,8.14 + +[015E] Ş +0,.43;1.29,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,2.57;4.71,3.43;4.29,3.86;3.43,4.29;1.71,4.71;.86,5.14;.43,5.57;0,6.43;0,7.29;.43,8.14;.86,8.57;1.71,9;3.86,9;5.14,8.57 +2.57,-.43;3.43,-.86;3.86,-1.71;3.43,-2.57;2.57,-3;1.29,-3 + +[015F] ş +0,.43;.86,0;2.57,0;3.43,.43;3.86,1.29;3.86,1.71;3.43,2.57;2.57,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;2.57,6;3.43,5.57 +1.71,-.43;2.57,-.86;3,-1.71;2.57,-2.57;1.71,-3;.43,-3 + +[0160] Š +0,.43;1.29,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,2.57;4.71,3.43;4.29,3.86;3.43,4.29;1.71,4.71;.86,5.14;.43,5.57;0,6.43;0,7.29;.43,8.14;.86,8.57;1.71,9;3.86,9;5.14,8.57 +.86,12.43;2.57,11.14;4.29,12.43 + +[0161] š +0,.43;.86,0;2.57,0;3.43,.43;3.86,1.29;3.86,1.71;3.43,2.57;2.57,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;2.57,6;3.43,5.57 +0,9.43;1.71,8.14;3.43,9.43 + +[0162] Ţ +0,9;5.14,9 +2.57,0;2.57,9 +2.57,-.43;3.43,-.86;3.86,-1.71;3.43,-2.57;2.57,-3;1.29,-3 + +[0163] ţ +0,6;3.43,6 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.43,0 +1.29,-.43;2.14,-.86;2.57,-1.71;2.14,-2.57;1.29,-3;0,-3 + +[0164] Ť +0,9;5.14,9 +2.57,0;2.57,9 +.86,12.43;2.57,11.14;4.29,12.43 + +[0165] ť +0,6;3.43,6 +4.29,9;3.86,7.71 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.43,0 + +[0166] Ŧ +0,9;5.14,9 +2.57,0;2.57,9 +.86,4.29;4.29,4.29 + +[0167] ŧ +0,6;3.43,6 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.43,0 +0,3.43;2.57,3.43 + +[0168] Ũ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +.43,11.14;.86,11.57;1.71,12;3.43,11.14;4.29,11.57;4.71,12 + +[0169] ũ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 + +[016A] Ū +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +.43,11.57;4.71,11.57 + +[016B] ū +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +0,8.57;4.29,8.57 + +[016C] Ŭ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +.86,12.43;1.29,11.57;2.14,11.14;3,11.14;3.86,11.57;4.29,12.43 + +[016D] ŭ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 + +[016E] Ů +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +2.57,11.14;1.71,11.57;1.29,12.43;1.71,13.29;2.57,13.71;3.43,13.29;3.86,12.43;3.43,11.57;2.57,11.14 + +[016F] ů +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +2.14,8.14;1.29,8.57;.86,9.43;1.29,10.29;2.14,10.71;3,10.29;3.43,9.43;3,8.57;2.14,8.14 + +[0170] Ű +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +2.14,12.43;.86,11.14 +5.14,12.43;3.86,11.14 + +[0171] ű +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +1.71,9.43;.43,8.14 +4.71,9.43;3.43,8.14 + +[0172] Ų +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +2.57,0;1.71,-.86;1.29,-1.71;1.71,-2.57;2.57,-3;3.43,-3 + +[0173] ų +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +3.86,0;3,-.86;2.57,-1.71;3,-2.57;3.86,-3;4.71,-3 + +[0174] Ŵ +0,9;2.14,0;3.86,6.43;5.57,0;7.71,9 +2.14,11.14;3.86,12.43;5.57,11.14 + +[0175] ŵ +0,6;1.71,0;3.43,4.29;5.14,0;6.86,6 +1.71,8.14;3.43,9.43;5.14,8.14 + +[0176] Ŷ +3,4.29;3,0 +0,9;3,4.29;6,9 +1.29,11.14;3,12.43;4.71,11.14 + +[0177] ŷ +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 +.43,8.14;2.14,9.43;3.86,8.14 + +[0178] Ÿ +0,9;5.14,9 +2.57,0;2.57,9 +.86,12;1.29,11.57;.86,11.14;.43,11.57;.86,12;.86,11.14 +4.29,12;4.71,11.57;4.29,11.14;3.86,11.57;4.29,12;4.29,11.14 + +[0179] Ź +0,9;6,9;0,0;6,0 +3.86,12.43;2.57,11.14 + +[017A] ź +0,6;4.71,6;0,0;4.71,0 +3.43,9.43;2.14,8.14 + +[017B] Ż +0,9;6,9;0,0;6,0 +3,12;2.57,11.57;3,11.14;3.43,11.57;3,12;3,11.14 + +[017C] ż +0,6;4.71,6;0,0;4.71,0 +2.57,9;2.14,8.57;2.57,8.14;3,8.57;2.57,9;2.57,8.14 + +[017D] Ž +0,9;6,9;0,0;6,0 +1.29,12.43;3,11.14;4.71,12.43 + +[017E] ž +0,6;4.71,6;0,0;4.71,0 +.86,9.43;2.57,8.14;4.29,9.43 + +[017F] ſ +-.43,0;-.43,7.71;0,8.57;.86,9;1.71,9 + +[0180] ƀ +1.29,0;1.29,9 +1.29,5.57;2.14,6;3.86,6;4.71,5.57;5.14,5.14;5.57,4.29;5.57,1.71;5.14,.86;4.71,.43;3.86,0;2.14,0;1.29,.43 +0,8.14;3.43,8.14 + +[0181] Ɓ +2.57,9;2.57,0;6,0;6.86,.43;7.29,.86;7.71,1.71;7.71,3;7.29,3.86;6.86,4.29;5.57,4.71;2.57,4.71 +0,6.86;0,7.71;.43,8.57;1.29,9;5.57,9;6.43,8.57;6.86,8.14;7.29,7.29;7.29,6.43;6.86,5.57;6.43,5.14;5.57,4.71 + +[0182] Ƃ +4.29,9;0,9;0,0;2.57,0;3.86,.43;4.71,1.29;5.14,2.14;5.14,3.43;4.71,4.29;3.86,5.14;2.57,5.57;0,5.57 + +[0183] ƃ +4.29,9;0,9;0,0 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 + +[0184] Ƅ +0,9;0,0;2.57,0;3.86,.43;4.71,1.29;5.14,2.14;5.14,3.43;4.71,4.29;3.86,5.14;2.57,5.57;0,5.57 + +[0185] ƅ +0,6;0,0;2.14,0;3,.43;3.43,1.29;3.43,2.57;3,3.43;2.14,3.86;0,3.86 + +[0186] Ɔ +0,8.14;.43,8.57;1.71,9;2.57,9;3.86,8.57;4.71,7.71;5.14,6.86;5.57,5.14;5.57,3.86;5.14,2.14;4.71,1.29;3.86,.43;2.57,0;1.71,0;.43,.43;0,.86 + +[0187] Ƈ +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 +1.29,8.14;.43,8.57;0,9.43;.43,10.29;.86,10.71 + +[0188] ƈ +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +3.43,6;3.43,7.71;3.86,8.57;4.71,9;5.57,9 + +[0189] Ɖ +1.29,0;1.29,9;3.43,9;4.71,8.57;5.57,7.71;6,6.86;6.43,5.14;6.43,3.86;6,2.14;5.57,1.29;4.71,.43;3.43,0;1.29,0 +0,4.71;3.43,4.71 + +[018A] Ɗ +0,6.86;0,7.71;.43,8.57;1.29,9;4.71,9;6,8.57;6.86,7.71;7.29,6.86;7.71,5.14;7.71,3.86;7.29,2.14;6.86,1.29;6,.43;4.71,0;2.57,0;2.57,9 + +[018B] Ƌ +.86,9;5.14,9;5.14,0;2.57,0;1.29,.43;.43,1.29;0,2.14;0,3.43;.43,4.29;1.29,5.14;2.57,5.57;5.14,5.57 + +[018C] ƌ +0,9;4.29,9;4.29,0 +4.29,5.57;3.43,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43 + +[018D] ƍ +1.71,0;3,0;3.86,.43;4.29,.86;4.71,1.71;4.71,4.29;4.29,5.14;3.86,5.57;3,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3,-.43;3.86,-.86;4.29,-1.71;3.86,-2.57;3,-3;1.29,-3;.43,-2.57 + +[018E] Ǝ +4.29,4.71;1.29,4.71 +0,0;4.29,0;4.29,9;0,9 + +[018F] Ə +1.29,8.14;1.71,8.57;3,9;3.86,9;5.14,8.57;6,7.71;6.43,6.86;6.86,5.14;6.86,3.86;6.43,2.14;6,1.29;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;6.86,4.71 + +[0190] Ɛ +2.14,4.71;3.86,4.71 +5.14,8.57;4.29,9;2.14,9;1.29,8.57;.86,8.14;.43,7.29;.43,6.43;.86,5.57;1.29,5.14;2.14,4.71;.86,4.29;.43,3.86;0,3;0,1.71;.43,.86;.86,.43;1.71,0;4.29,0;5.14,.43 + +[0191] Ƒ +5.14,4.71;2.14,4.71 +2.14,0;2.14,9;6.43,9 +2.14,0;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 + +[0192] ƒ +.86,6;4.29,6 +2.14,0;2.14,7.71;2.57,8.57;3.43,9;4.29,9 +2.14,0;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 + +[0193] Ɠ +5.14,8.57;4.29,9;3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,3.86;.43,2.14;.86,1.29;1.71,.43;3,0;3.86,0;5.14,.43;5.57,.86;5.57,3.86;3.86,3.86 +1.29,8.14;.43,8.57;0,9.43;.43,10.29;.86,10.71 + +[0194] Ɣ +0,9;4.29,0;4.29,-1.71;3.86,-2.57;3,-3;2.14,-2.57;1.71,-1.71;1.71,0;6,9 + +[0195] ƕ +0,0;0,9 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,1.29;4.29,.43;5.14,0;6.43,0;7.29,.43;7.71,.86;8.14,1.71;8.14,4.71;7.71,5.57;7.29,6 + +[0196] Ɩ +-.43,9;-.43,1.71;0,.86;.43,.43;1.29,0;2.14,0 + +[0197] Ɨ +1.71,0;1.71,9 +0,4.71;3.43,4.71 + +[0198] Ƙ +0,0;0,9 +5.14,0;1.29,5.14 +0,3.86;4.71,8.57;5.57,9;6.43,8.57;6.86,7.71;6.86,6.86 + +[0199] ƙ +0,6;0,0 +.86,3.43;3.43,0 +3.43,6;0,2.57 +0,6;0,7.71;.43,8.57;1.29,9;2.14,9 + +[019A] ƚ +3,0;2.14,.43;1.71,1.29;1.71,9 +0,5.14;3.43,5.14 + +[019B] ƛ +2.14,6;0,0 +0,9;.86,9;1.29,8.57;2.14,6;4.29,0 +.43,6.43;3,8.14 + +[019C] Ɯ +8.57,9;8.57,0 +8.57,1.29;7.71,.43;6.86,0;6,0;5.14,.43;4.71,.86;4.29,1.71;4.29,9 +4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,1.71;0,9 + +[019D] Ɲ +2.14,0;2.14,9;7.29,0;7.29,9 +2.14,0;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 + +[019E] ƞ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,-3 + +[019F] Ɵ +0,4.71;6,4.71 +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 + +[01A0] Ơ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +4.71,8.57;5.57,9;6,9.86;5.57,10.71;5.14,11.14 + +[01A1] ơ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +3.86,5.57;4.71,6;5.14,6.86;4.71,7.71;4.29,8.14 + +[01A2] Ƣ +4.71,8.57;3.86,9;2.14,9;1.29,8.57;.43,7.71;0,6;0,3;.43,1.29;1.29,.43;2.14,0;3.86,0;4.71,.43;5.57,1.29;6,3;6,6;5.57,7.71;4.71,8.57;5.57,9;7.29,9;8.14,8.57;8.57,7.71;8.57,-3 + +[01A3] ƣ +3.86,5.57;3,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,.86;4.71,1.71;4.71,4.29;4.29,5.14;3.86,5.57;4.71,6;5.57,6;6.43,5.57;6.86,4.71;6.86,-3 + +[01A4] Ƥ +2.57,9;2.57,0 +0,6.86;0,7.71;.43,8.57;1.29,9;6,9;6.86,8.57;7.29,8.14;7.71,7.29;7.71,6;7.29,5.14;6.86,4.71;6,4.29;2.57,4.29 + +[01A5] ƥ +0,6;0,-3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 +2.14,6;2.14,7.71;2.57,8.57;3.43,9;4.29,9 + +[01A6] Ʀ +0,9;0,0 +2.14,2.14;5.14,-3 +0,6.86;3.43,6.86;4.29,6.43;4.71,6;5.14,5.14;5.14,3.86;4.71,3;4.29,2.57;3.43,2.14;0,2.14 + +[01A7] Ƨ +5.14,.43;3.86,0;1.71,0;.86,.43;.43,.86;0,1.71;0,2.57;.43,3.43;.86,3.86;1.71,4.29;3.43,4.71;4.29,5.14;4.71,5.57;5.14,6.43;5.14,7.29;4.71,8.14;4.29,8.57;3.43,9;1.29,9;0,8.57 + +[01A8] ƨ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,1.71;.43,2.57;1.29,3;2.57,3;3.43,3.43;3.86,4.29;3.86,4.71;3.43,5.57;2.57,6;1.29,6;.43,5.57 + +[01A9] Ʃ +4.71,0;0,0;3,4.71;0,9;4.71,9 + +[01AA] ƪ +4.71,-3;3.86,-3;3,-2.57;2.57,-1.71;2.57,7.71;2.14,8.57;1.29,9;.43,8.57;0,7.71;.43,6.86;1.29,6.43;2.14,6.86;2.57,7.71 + +[01AB] ƫ +0,6;3.43,6 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.43,0 +3.43,0;3.43,-1.71;3,-2.57;2.14,-3;1.29,-3 + +[01AC] Ƭ +3,0;3,9 +0,6.86;0,7.71;.43,8.57;1.29,9;5.57,9 + +[01AD] ƭ +0,6;3.43,6 +3.43,9;2.57,9;1.71,8.57;1.29,7.71;1.29,1.29;1.71,.43;2.57,0;3.43,0 + +[01AE] Ʈ +0,9;5.14,9 +2.57,0;2.57,9 +2.57,0;2.57,-1.71;3,-2.57;3.86,-3;4.71,-3 + +[01AF] Ư +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +5.14,9;6,9.43;6.43,10.29;6,11.14;5.57,11.57 + +[01B0] ư +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +3.86,6;4.71,6.43;5.14,7.29;4.71,8.14;4.29,8.57 + +[01B1] Ʊ +6.86,9;4.71,9;4.71,7.29;5.57,6.86;6.43,6;6.86,4.71;6.86,2.57;6.43,1.29;5.57,.43;4.29,0;2.57,0;1.29,.43;.43,1.29;0,2.57;0,4.71;.43,6;1.29,6.86;2.14,7.29;2.14,9;0,9 + +[01B2] Ʋ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;5.14,1.29;5.57,2.14;5.57,7.71;5.14,8.57;4.71,9 + +[01B3] Ƴ +3,4.29;3,0 +0,9;3,4.29;5.57,8.57;6.43,9;7.29,8.57;7.71,7.71;7.71,6.86 + +[01B4] ƴ +0,6;2.14,0 +0,-3;.86,-2.57;1.29,-2.14;2.14,0;3.86,5.57;4.71,6;5.57,5.57;6,4.71;6,3.86 + +[01B5] Ƶ +0,9;6,9;0,0;6,0 +1.29,4.71;4.71,4.71 + +[01B6] ƶ +0,6;4.71,6;0,0;4.71,0 +.86,3;4.29,3 + +[01B7] Ʒ +0,9;5.57,9;2.57,5.57;3.86,5.57;4.71,5.14;5.14,4.71;5.57,3.86;5.57,1.71;5.14,.86;4.71,.43;3.86,0;1.29,0;.43,.43;0,.86 + +[01B8] Ƹ +5.57,9;0,9;3,5.57;1.71,5.57;.86,5.14;.43,4.71;0,3.86;0,1.71;.43,.86;.86,.43;1.71,0;4.29,0;5.14,.43;5.57,.86 + +[01B9] ƹ +3.86,6;0,6;3,2.14;1.71,2.14;.86,1.71;.43,1.29;0,.43;0,-1.29;.43,-2.14;.86,-2.57;1.71,-3;3,-3;3.86,-2.57 + +[01BA] ƺ +0,6;3.86,6;.86,3;2.57,3;3.43,2.57;3.86,1.71;3.86,1.29;3.43,.43;2.57,0;1.71,0;.86,-.43;.43,-1.29;.43,-1.71;.86,-2.57;1.71,-3;3.86,-3 + +[01BB] ƻ +.43,8.14;.86,8.57;1.71,9;3.86,9;4.71,8.57;5.14,8.14;5.57,7.29;5.57,6.43;5.14,5.14;0,0;5.57,0 +1.29,3.43;4.71,3.43 + +[01BC] Ƽ +4.71,9;.43,9;0,4.71;.43,5.14;1.29,5.57;3.43,5.57;4.29,5.14;4.71,4.71;5.14,3.86;5.14,1.71;4.71,.86;4.29,.43;3.43,0;1.29,0;.43,.43;0,.86 + +[01BD] ƽ +3.43,6;.43,6;0,3.43;.86,3.86;2.14,3.86;3,3.43;3.43,2.57;3.43,1.29;3,.43;2.14,0;.86,0;0,.43 + +[01BE] ƾ +.43,.43;1.71,0;3.43,0;4.71,.43;5.57,1.29;6,2.14;6,3.43;5.57,4.29;4.71,5.14;3.43,5.57;1.71,5.57;1.71,9 +0,7.71;3.43,7.71 + +[01BF] ƿ +0,6;0,-3 +0,5.14;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.43;3.86,2.57;0,-1.29 + +[01C0] ǀ +0,9;0,-3 + +[01C1] ǁ +0,9;0,-3 +2.57,9;2.57,-3 + +[01C2] ǂ +1.29,9;1.29,-3 +0,1.71;2.57,1.71 +0,4.29;2.57,4.29 + +[01C3] ǃ +.43,.86;.86,.43;.43,0;0,.43;.43,.86;.43,0 +.43,3.43;0,8.57;.43,9;.86,8.57;.43,3.43;.43,9 + +[01C4] DŽ +0,0;0,9;2.14,9;3.43,8.57;4.29,7.71;4.71,6.86;5.14,5.14;5.14,3.86;4.71,2.14;4.29,1.29;3.43,.43;2.14,0;0,0 +8.14,9;14.14,9;8.14,0;14.14,0 +9.43,12.43;11.14,11.14;12.86,12.43 + +[01C5] Dž +0,0;0,9;2.14,9;3.43,8.57;4.29,7.71;4.71,6.86;5.14,5.14;5.14,3.86;4.71,2.14;4.29,1.29;3.43,.43;2.14,0;0,0 +8.14,6;12.86,6;8.14,0;12.86,0 +9,9.43;10.71,8.14;12.43,9.43 + +[01C6] dž +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +7.71,6;12.43,6;7.71,0;12.43,0 +8.57,9.43;10.29,8.14;12,9.43 + +[01C7] LJ +4.29,0;0,0;0,9 +9.86,9;9.86,2.57;9.43,1.29;8.57,.43;7.29,0;6.43,0 + +[01C8] Lj +4.29,0;0,0;0,9 +7.29,6;7.29,-1.71;6.86,-2.57;6,-3;5.57,-3 +7.29,9;6.86,8.57;7.29,8.14;7.71,8.57;7.29,9;7.29,8.14 + +[01C9] lj +-1.71,0;-2.57,.43;-3,1.29;-3,9 +1.71,6;1.71,-1.71;1.29,-2.57;.43,-3;0,-3 +1.71,9;1.29,8.57;1.71,8.14;2.14,8.57;1.71,9;1.71,8.14 + +[01CA] NJ +0,0;0,9;5.14,0;5.14,9 +12,9;12,2.57;11.57,1.29;10.71,.43;9.43,0;8.57,0 + +[01CB] Nj +0,0;0,9;5.14,0;5.14,9 +9.43,6;9.43,-1.71;9,-2.57;8.14,-3;7.71,-3 +9.43,9;9,8.57;9.43,8.14;9.86,8.57;9.43,9;9.43,8.14 + +[01CC] nj +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +8.14,6;8.14,-1.71;7.71,-2.57;6.86,-3;6.43,-3 +8.14,9;7.71,8.57;8.14,8.14;8.57,8.57;8.14,9;8.14,8.14 + +[01CD] Ǎ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,12.43;3,11.14;4.71,12.43 + +[01CE] ǎ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,9.43;2.14,8.14;3.86,9.43 + +[01CF] Ǐ +1.71,0;1.71,9 +0,12.43;1.71,11.14;3.43,12.43 + +[01D0] ǐ +1.71,0;1.71,6 +0,9.43;1.71,8.14;3.43,9.43 + +[01D1] Ǒ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +1.29,12.43;3,11.14;4.71,12.43 + +[01D2] ǒ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.86,9.43;2.57,8.14;4.29,9.43 + +[01D3] Ǔ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +.86,12.43;2.57,11.14;4.29,12.43 + +[01D4] ǔ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +.43,9.43;2.14,8.14;3.86,9.43 + +[01D5] Ǖ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +.86,12;1.29,11.57;.86,11.14;.43,11.57;.86,12;.86,11.14 +4.29,12;4.71,11.57;4.29,11.14;3.86,11.57;4.29,12;4.29,11.14 +.43,13.71;4.71,13.71 + +[01D6] ǖ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +0,11.57;4.29,11.57 + +[01D7] Ǘ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +.86,12;1.29,11.57;.86,11.14;.43,11.57;.86,12;.86,11.14 +4.29,12;4.71,11.57;4.29,11.14;3.86,11.57;4.29,12;4.29,11.14 +3.43,14.57;2.14,13.29 + +[01D8] ǘ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +3,12.43;1.71,11.14 + +[01D9] Ǚ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +.86,12;1.29,11.57;.86,11.14;.43,11.57;.86,12;.86,11.14 +4.29,12;4.71,11.57;4.29,11.14;3.86,11.57;4.29,12;4.29,11.14 +.86,14.57;2.57,13.29;4.29,14.57 + +[01DA] ǚ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +.43,12.43;2.14,11.14;3.86,12.43 + +[01DB] Ǜ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +.86,12;1.29,11.57;.86,11.14;.43,11.57;.86,12;.86,11.14 +4.29,12;4.71,11.57;4.29,11.14;3.86,11.57;4.29,12;4.29,11.14 +1.71,14.57;3,13.29 + +[01DC] ǜ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +1.29,12.43;2.57,11.14 + +[01DD] ǝ +.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,1.29;3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,2.14;4.29,3 + +[01DE] Ǟ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,12;1.71,11.57;1.29,11.14;.86,11.57;1.29,12;1.29,11.14 +4.71,12;5.14,11.57;4.71,11.14;4.29,11.57;4.71,12;4.71,11.14 +.86,13.71;5.14,13.71 + +[01DF] ǟ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +0,11.57;4.29,11.57 + +[01E0] Ǡ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +3,12;2.57,11.57;3,11.14;3.43,11.57;3,12;3,11.14 +.86,13.71;5.14,13.71 + +[01E1] ǡ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +2.14,9;1.71,8.57;2.14,8.14;2.57,8.57;2.14,9;2.14,8.14 +0,11.57;4.29,11.57 + +[01E2] Ǣ +.86,2.57;4.29,2.57 +4.29,4.71;7.29,4.71 +0,0;3,9;8.57,9 +4.29,9;4.29,0;8.57,0 +3,11.57;7.29,11.57 + +[01E3] ǣ +.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71 +8.14,.43;7.29,0;5.57,0;4.71,.43;4.29,1.29;4.29,4.71;4.71,5.57;5.57,6;7.29,6;8.14,5.57;8.57,4.71;8.57,3.86;4.29,3.43;1.29,3.43;.43,3;0,2.14;0,1.29;.43,.43;1.29,0;3,0;3.86,.43;4.29,1.29 +2.14,8.57;6.43,8.57 + +[01E4] Ǥ +5.14,8.57;4.29,9;3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,3.86;.43,2.14;.86,1.29;1.71,.43;3,0;3.86,0;5.14,.43;5.57,.86;5.57,3.86;3.86,3.86 +3.86,2.14;7.29,2.14 + +[01E5] ǥ +4.29,6;4.29,-1.29;3.86,-2.14;3.43,-2.57;2.57,-3;1.29,-3;.43,-2.57 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +2.57,-1.29;6,-1.29 + +[01E6] Ǧ +5.14,8.57;4.29,9;3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,3.86;.43,2.14;.86,1.29;1.71,.43;3,0;3.86,0;5.14,.43;5.57,.86;5.57,3.86;3.86,3.86 +1.71,12.43;3.43,11.14;5.14,12.43 + +[01E7] ǧ +4.29,6;4.29,-1.29;3.86,-2.14;3.43,-2.57;2.57,-3;1.29,-3;.43,-2.57 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +.43,9.43;2.14,8.14;3.86,9.43 + +[01E8] Ǩ +0,0;0,9 +5.14,0;1.29,5.14 +5.14,9;0,3.86 +.86,12.43;2.57,11.14;4.29,12.43 + +[01E9] ǩ +1.71,0;1.71,9 +2.57,3.43;5.14,0 +5.14,6;1.71,2.57 +0,11.14;1.71,9.86;3.43,11.14 + +[01EA] Ǫ +3,0;2.14,-.86;1.71,-1.71;2.14,-2.57;3,-3;3.86,-3 +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 + +[01EB] ǫ +2.57,0;1.71,-.86;1.29,-1.71;1.71,-2.57;2.57,-3;3.43,-3 +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 + +[01EC] Ǭ +3,0;2.14,-.86;1.71,-1.71;2.14,-2.57;3,-3;3.86,-3 +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +.86,11.57;5.14,11.57 + +[01ED] ǭ +2.57,0;1.71,-.86;1.29,-1.71;1.71,-2.57;2.57,-3;3.43,-3 +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.43,8.57;4.71,8.57 + +[01EE] Ǯ +0,9;5.57,9;2.57,5.57;3.86,5.57;4.71,5.14;5.14,4.71;5.57,3.86;5.57,1.71;5.14,.86;4.71,.43;3.86,0;1.29,0;.43,.43;0,.86 +1.29,12.43;3,11.14;4.71,12.43 + +[01EF] ǯ +0,6;3.86,6;.86,2.14;2.14,2.14;3,1.71;3.43,1.29;3.86,.43;3.86,-1.29;3.43,-2.14;3,-2.57;2.14,-3;.86,-3;0,-2.57 +.43,9.43;2.14,8.14;3.86,9.43 + +[01F0] ǰ +1.71,6;1.71,-1.71;1.29,-2.57;.43,-3;0,-3 +0,9.43;1.71,8.14;3.43,9.43 + +[01F1] DZ +0,0;0,9;2.14,9;3.43,8.57;4.29,7.71;4.71,6.86;5.14,5.14;5.14,3.86;4.71,2.14;4.29,1.29;3.43,.43;2.14,0;0,0 +8.14,9;14.14,9;8.14,0;14.14,0 + +[01F2] Dz +0,0;0,9;2.14,9;3.43,8.57;4.29,7.71;4.71,6.86;5.14,5.14;5.14,3.86;4.71,2.14;4.29,1.29;3.43,.43;2.14,0;0,0 +8.14,6;12.86,6;8.14,0;12.86,0 + +[01F3] dz +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +7.71,6;12.43,6;7.71,0;12.43,0 + +[01F4] Ǵ +5.14,8.57;4.29,9;3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,3.86;.43,2.14;.86,1.29;1.71,.43;3,0;3.86,0;5.14,.43;5.57,.86;5.57,3.86;3.86,3.86 +4.29,12.43;3,11.14 + +[01F5] ǵ +4.29,6;4.29,-1.29;3.86,-2.14;3.43,-2.57;2.57,-3;1.29,-3;.43,-2.57 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +3,9.43;1.71,8.14 + +[01F6] Ƕ +0,0;0,9 +0,4.71;5.14,4.71 +5.14,9;5.14,1.29;5.57,.43;6.43,0;7.71,0;8.57,.43;9,1.29;9,6 + +[01F7] Ƿ +0,9;0,-3 +0,7.71;.86,8.57;1.71,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,5.14;4.71,3.86;3.86,2.57;0,-1.29 + +[01F8] Ǹ +0,0;0,9;5.14,0;5.14,9 +1.71,12.43;3,11.14 + +[01F9] ǹ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +.86,9.43;2.14,8.14 + +[01FA] Ǻ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +6.43,14.57;5.57,13.29 +3,13.71;2.14,13.29;1.71,12.43;2.14,11.57;3,11.14;3.86,11.57;4.29,12.43;3.86,13.29;3,13.71 + +[01FB] ǻ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +5.57,11.57;4.71,10.29 +2.14,10.71;1.29,10.29;.86,9.43;1.29,8.57;2.14,8.14;3,8.57;3.43,9.43;3,10.29;2.14,10.71 + +[01FC] Ǽ +.86,2.57;4.29,2.57 +4.29,4.71;7.29,4.71 +0,0;3,9;8.57,9 +4.29,9;4.29,0;8.57,0 +6,12.43;4.71,11.14 + +[01FD] ǽ +.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71 +8.14,.43;7.29,0;5.57,0;4.71,.43;4.29,1.29;4.29,4.71;4.71,5.57;5.57,6;7.29,6;8.14,5.57;8.57,4.71;8.57,3.86;4.29,3.43;1.29,3.43;.43,3;0,2.14;0,1.29;.43,.43;1.29,0;3,0;3.86,.43;4.29,1.29 +5.14,9.43;3.86,8.14 + +[01FE] Ǿ +6.86,9;0,0 +2.57,0;1.71,.43;.86,1.29;.43,3;.43,6;.86,7.71;1.71,8.57;2.57,9;4.29,9;5.14,8.57;6,7.71;6.43,6;6.43,3;6,1.29;5.14,.43;4.29,0;2.57,0 +4.29,12.43;3,11.14 + +[01FF] ǿ +5.57,6;0,0 +2.14,0;1.29,.43;.86,.86;.43,1.71;.43,4.29;.86,5.14;1.29,5.57;2.14,6;3.43,6;4.29,5.57;4.71,5.14;5.14,4.29;5.14,1.71;4.71,.86;4.29,.43;3.43,0;2.14,0 +3.86,9.43;2.57,8.14 + +[0200] Ȁ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.71,11.14;.43,12.43 +4.71,11.14;3.43,12.43 + +[0201] ȁ +4.71,0;4.71,4.71;4.29,5.57;3.43,6;1.71,6;.86,5.57 +4.71,.43;3.86,0;1.71,0;.86,.43;.43,1.29;.43,2.14;.86,3;1.71,3.43;3.86,3.43;4.71,3.86 +1.29,8.14;0,9.43 +4.29,8.14;3,9.43 + +[0202] Ȃ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,11.14;1.71,12;2.57,12.43;3.43,12.43;4.29,12;4.71,11.14 + +[0203] ȃ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,8.14;.86,9;1.71,9.43;2.57,9.43;3.43,9;3.86,8.14 + +[0204] Ȅ +.43,4.71;3.43,4.71 +4.71,0;.43,0;.43,9;4.71,9 +1.29,11.14;0,12.43 +4.29,11.14;3,12.43 + +[0205] ȅ +4.29,.43;3.43,0;1.71,0;.86,.43;.43,1.29;.43,4.71;.86,5.57;1.71,6;3.43,6;4.29,5.57;4.71,4.71;4.71,3.86;.43,3 +1.29,8.14;0,9.43 +4.29,8.14;3,9.43 + +[0206] Ȇ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +.43,11.14;.86,12;1.71,12.43;2.57,12.43;3.43,12;3.86,11.14 + +[0207] ȇ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +.43,8.14;.86,9;1.71,9.43;2.57,9.43;3.43,9;3.86,8.14 + +[0208] Ȉ +2.57,0;2.57,9 +1.29,11.14;0,12.43 +4.29,11.14;3,12.43 + +[0209] ȉ +2.57,0;2.57,6 +1.29,8.14;0,9.43 +4.29,8.14;3,9.43 + +[020A] Ȋ +1.71,0;1.71,9 +0,11.14;.43,12;1.29,12.43;2.14,12.43;3,12;3.43,11.14 + +[020B] ȋ +1.71,0;1.71,6 +0,8.14;.43,9;1.29,9.43;2.14,9.43;3,9;3.43,8.14 + +[020C] Ȍ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +1.71,11.14;.43,12.43 +4.71,11.14;3.43,12.43 + +[020D] ȍ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +1.29,8.14;0,9.43 +4.29,8.14;3,9.43 + +[020E] Ȏ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +1.29,11.14;1.71,12;2.57,12.43;3.43,12.43;4.29,12;4.71,11.14 + +[020F] ȏ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.86,8.14;1.29,9;2.14,9.43;3,9.43;3.86,9;4.29,8.14 + +[0210] Ȑ +5.14,0;2.14,4.29 +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 +1.29,11.14;0,12.43 +4.29,11.14;3,12.43 + +[0211] ȑ +1.29,0;1.29,6 +1.29,4.29;1.71,5.14;2.14,5.57;3,6;3.86,6 +1.29,8.14;0,9.43 +4.29,8.14;3,9.43 + +[0212] Ȓ +5.14,0;2.14,4.29 +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 +.86,11.14;1.29,12;2.14,12.43;3,12.43;3.86,12;4.29,11.14 + +[0213] ȓ +.43,0;.43,6 +.43,4.29;.86,5.14;1.29,5.57;2.14,6;3,6 +0,8.14;.43,9;1.29,9.43;2.14,9.43;3,9;3.43,8.14 + +[0214] Ȕ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +1.29,11.14;0,12.43 +4.29,11.14;3,12.43 + +[0215] ȕ +4.29,6;4.29,0 +.43,6;.43,1.29;.86,.43;1.71,0;3,0;3.86,.43;4.29,.86 +1.29,8.14;0,9.43 +4.29,8.14;3,9.43 + +[0216] Ȗ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +.86,11.14;1.29,12;2.14,12.43;3,12.43;3.86,12;4.29,11.14 + +[0217] ȗ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +.43,8.14;.86,9;1.71,9.43;2.57,9.43;3.43,9;3.86,8.14 + +[0218] Ș +0,.43;1.29,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,2.57;4.71,3.43;4.29,3.86;3.43,4.29;1.71,4.71;.86,5.14;.43,5.57;0,6.43;0,7.29;.43,8.14;.86,8.57;1.71,9;3.86,9;5.14,8.57 +3,-2.14;3,-2.57;2.57,-3.43;2.14,-3.86 + +[0219] ș +0,.43;.86,0;2.57,0;3.43,.43;3.86,1.29;3.86,1.71;3.43,2.57;2.57,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;2.57,6;3.43,5.57 +2.14,-2.14;2.14,-2.57;1.71,-3.43;1.29,-3.86 + +[021A] Ț +0,9;5.14,9 +2.57,0;2.57,9 +3,-2.14;3,-2.57;2.57,-3.43;2.14,-3.86 + +[021B] ț +0,6;3.43,6 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.43,0 +2.57,-2.14;2.57,-2.57;2.14,-3.43;1.71,-3.86 + +[021C] Ȝ +4.29,3.86;5.14,3;5.57,2.14;5.57,0;5.14,-.86;4.29,-1.71;3.43,-2.14;0,-3 +0,8.14;.43,8.57;1.29,9;3.86,9;4.71,8.57;5.14,8.14;5.57,7.29;5.57,5.57;5.14,4.71;4.29,3.86;3.43,3.43;.86,2.57 + +[021D] ȝ +3.43,1.71;3.86,1.29;4.29,.43;4.29,-.86;3.86,-1.71;3.43,-2.14;2.57,-2.57;0,-3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,3;3.86,2.14;3.43,1.71;2.57,1.29;.86,.86 + +[021E] Ȟ +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 +.86,12.43;2.57,11.14;4.29,12.43 + +[021F] ȟ +1.71,0;1.71,9 +5.57,0;5.57,4.71;5.14,5.57;4.29,6;3,6;2.14,5.57;1.71,5.14 +0,12.43;1.71,11.14;3.43,12.43 + +[0220] Ƞ +0,0;0,9;5.14,0;5.14,9 +5.14,0;5.14,-3 + +[0221] ȡ +4.29,9;4.29,1.29;4.71,.43;5.57,0;6.43,0;7.29,.43;7.71,1.29;7.29,2.14;6.43,2.57;5.57,2.14;3.86,-1.29 +4.29,5.57;3.43,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,1.29 + +[0222] Ȣ +1.29,9;.43,8.57;0,7.71;0,6.86;.43,6;.86,5.57;1.71,5.14 +4.71,9;5.57,8.57;6,7.71;6,6.86;5.57,6;5.14,5.57;4.29,5.14 +1.71,5.14;4.29,5.14;5.14,4.71;5.57,4.29;6,3.43;6,1.71;5.57,.86;5.14,.43;4.29,0;1.71,0;.86,.43;.43,.86;0,1.71;0,3.43;.43,4.29;.86,4.71;1.71,5.14 + +[0223] ȣ +0,7.29;0,6;.43,5.14;2.14,4.29;3.86,5.14;4.29,6;4.29,7.29 +1.29,4.29;3,4.29;3.86,3.86;4.29,3;4.29,1.29;3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,3;.43,3.86;1.29,4.29 + +[0224] Ȥ +0,9;6,9;0,0;6,0 +6,0;6,-1.71;5.57,-2.57;4.71,-3;3.86,-3 + +[0225] ȥ +0,6;4.71,6;0,0;4.71,0 +4.71,0;4.71,-1.71;4.29,-2.57;3.43,-3;2.57,-3 + +[0226] Ȧ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +3,12;2.57,11.57;3,11.14;3.43,11.57;3,12;3,11.14 + +[0227] ȧ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +2.14,9;1.71,8.57;2.14,8.14;2.57,8.57;2.14,9;2.14,8.14 + +[0228] Ȩ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +2.14,-.43;3,-.86;3.43,-1.71;3,-2.57;2.14,-3;.86,-3 + +[0229] ȩ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +2.14,-.43;3,-.86;3.43,-1.71;3,-2.57;2.14,-3;.86,-3 + +[022A] Ȫ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +1.29,12;1.71,11.57;1.29,11.14;.86,11.57;1.29,12;1.29,11.14 +4.71,12;5.14,11.57;4.71,11.14;4.29,11.57;4.71,12;4.71,11.14 +.86,13.71;5.14,13.71 + +[022B] ȫ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.86,9;1.29,8.57;.86,8.14;.43,8.57;.86,9;.86,8.14 +4.29,9;4.71,8.57;4.29,8.14;3.86,8.57;4.29,9;4.29,8.14 +.43,11.57;4.71,11.57 + +[022C] Ȭ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +.86,11.14;1.29,11.57;2.14,12;3.86,11.14;4.71,11.57;5.14,12 +.86,13.71;5.14,13.71 + +[022D] ȭ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.43,8.14;.86,8.57;1.71,9;3.43,8.14;4.29,8.57;4.71,9 +.43,11.57;4.71,11.57 + +[022E] Ȯ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +3,12;2.57,11.57;3,11.14;3.43,11.57;3,12;3,11.14 + +[022F] ȯ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +2.57,9;2.14,8.57;2.57,8.14;3,8.57;2.57,9;2.57,8.14 + +[0230] Ȱ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +3,12;2.57,11.57;3,11.14;3.43,11.57;3,12;3,11.14 +.86,13.71;5.14,13.71 + +[0231] ȱ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +2.57,9;2.14,8.57;2.57,8.14;3,8.57;2.57,9;2.57,8.14 +.43,11.57;4.71,11.57 + +[0232] Ȳ +3,4.29;3,0 +0,9;3,4.29;6,9 +.86,11.57;5.14,11.57 + +[0233] ȳ +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 +0,8.57;4.29,8.57 + +[0234] ȴ +.43,9;.43,1.29;.86,.43;1.71,0;2.57,0;3.43,.43;3.86,1.29;3.43,2.14;2.57,2.57;1.71,2.14;0,-1.29 + +[0235] ȵ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,1.29;4.29,.43;5.14,0;6,0;6.86,.43;7.29,1.29;6.86,2.14;6,2.57;5.14,2.14;3.43,-1.29 + +[0236] ȶ +0,6;3.43,6 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.43,0;4.29,.43;4.71,1.29;4.29,2.14;3.43,2.57;2.57,2.14;.86,-1.29 + +[0237] ȷ +1.71,6;1.71,-1.71;1.29,-2.57;.43,-3;0,-3 + +[0238] ȸ +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +5.14,6;6.86,6;7.71,5.57;8.14,5.14;8.57,4.29;8.57,1.71;8.14,.86;7.71,.43;6.86,0;5.14,0;4.29,.43 + +[0239] ȹ +4.29,6;4.29,-3 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +5.14,6;6.86,6;7.71,5.57;8.14,5.14;8.57,4.29;8.57,1.71;8.14,.86;7.71,.43;6.86,0;5.14,0;4.29,.43 + +[023A] Ⱥ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +5.57,10.29;.43,-2.14 + +[023B] Ȼ +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 +6,10.29;.86,-2.14 + +[023C] ȼ +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +4.71,8.14;.43,-2.14 + +[023D] Ƚ +6,0;1.71,0;1.71,9 +0,5.14;3.43,5.14 + +[023E] Ⱦ +0,9;5.14,9 +2.57,0;2.57,9 +5.14,10.29;0,-2.14 + +[023F] ȿ +.86,0;1.71,-1.29;2.57,-1.71;3.86,-1.71 +0,.43;.86,0;2.57,0;3.43,.43;3.86,1.29;3.86,1.71;3.43,2.57;2.57,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;2.57,6;3.43,5.57 + +[0240] ɀ +0,6;4.71,6;0,0;.86,0;1.71,-.43;2.57,-1.29;3.43,-1.71;4.71,-1.71 + +[0241] Ɂ +0,8.57;1.29,9;3,9;4.29,8.57;5.14,7.71;5.57,6.86;5.57,5.57;5.14,4.71;4.29,3.86;3,3.43;1.29,3.43;1.29,0 + +[0242] ɂ +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,3.43;3.86,2.57;3.43,2.14;2.57,1.71;.86,1.71;.86,0 + +[0243] Ƀ +4.29,4.71;5.57,4.29;6,3.86;6.43,3;6.43,1.71;6,.86;5.57,.43;4.71,0;1.29,0;1.29,9;4.29,9;5.14,8.57;5.57,8.14;6,7.29;6,6.43;5.57,5.57;5.14,5.14;4.29,4.71;1.29,4.71 +0,2.57;2.57,2.57 + +[0244] Ʉ +0,6;7.71,6 +1.29,9;1.29,1.71;1.71,.86;2.14,.43;3,0;4.71,0;5.57,.43;6,.86;6.43,1.71;6.43,9 + +[0245] Ʌ +6,0;3,9;0,0 + +[0246] Ɇ +.43,4.71;3.43,4.71 +4.71,0;.43,0;.43,9;4.71,9 +5.14,10.29;0,-2.14 + +[0247] ɇ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +4.29,8.14;0,-2.14 + +[0248] Ɉ +3.43,9;3.43,2.57;3,1.29;2.14,.43;.86,0;0,0 +1.71,4.71;5.14,4.71 + +[0249] ɉ +1.71,6;1.71,-1.71;1.29,-2.57;.43,-3;0,-3 +.43,3;3,3 +1.71,9;1.29,8.57;1.71,8.14;2.14,8.57;1.71,9;1.71,8.14 + +[024A] Ɋ +5.57,9;5.57,-1.29;6,-2.14;6.43,-2.57;7.29,-3;8.14,-3 +5.57,7.71;4.71,8.57;3.86,9;2.14,9;1.29,8.57;.43,7.71;0,6;0,3;.43,1.29;1.29,.43;2.14,0;3.86,0;4.71,.43;5.57,1.29 + +[024B] ɋ +4.29,6;4.29,-1.29;4.71,-2.14;5.14,-2.57;6,-3;6.86,-3 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 + +[024C] Ɍ +6.43,0;3.43,4.29 +1.29,0;1.29,9;4.71,9;5.57,8.57;6,8.14;6.43,7.29;6.43,6;6,5.14;5.57,4.71;4.71,4.29;1.29,4.29 +0,4.29;2.57,4.29 + +[024D] ɍ +1.29,0;1.29,6 +1.29,4.29;1.71,5.14;2.14,5.57;3,6;3.86,6 +0,3;3.43,3 + +[024E] Ɏ +0,7.71;6,7.71 +3,4.29;3,0 +0,9;3,4.29;6,9 + +[024F] ɏ +0,4.29;5.14,4.29 +.43,6;2.57,0 +4.71,6;2.57,0;1.71,-2.14;1.29,-2.57;.43,-3 + +[0250] ɐ +0,6;0,1.29;.43,.43;1.29,0;3,0;3.86,.43 +0,5.57;.86,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;3.86,3;3,2.57;.86,2.57;0,2.14 + +[0251] ɑ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 + +[0252] ɒ +.43,0;1.71,4.29;2.14,5.14;2.57,5.57;3.43,6;4.29,6;5.14,5.57;5.57,5.14;6,3.86;6,2.14;5.57,.86;5.14,.43;4.29,0;3.43,0;2.57,.43;2.14,.86;1.71,1.71;1.29,4.71;.86,5.57;0,6 + +[0253] ɓ +2.14,9;1.29,9;.43,8.57;0,7.71;0,0 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 + +[0254] ɔ +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 + +[0255] ɕ +4.29,5.57;3.43,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,1.29;3.86,2.14;3,2.57;2.14,2.14;.43,-1.29 + +[0256] ɖ +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +4.29,0;4.29,-1.71;4.71,-2.57;5.57,-3;6.43,-3 + +[0257] ɗ +6.43,9;5.57,9;4.71,8.57;4.29,7.71;4.29,0 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 + +[0258] ɘ +.43,.43;1.29,0;3,0;3.86,.43;4.29,1.29;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57;0,4.71;0,3.86;4.29,3 + +[0259] ə +.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,1.29;3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,2.14;4.29,3 + +[025A] ɚ +.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,1.29;3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,2.14;6.43,3.43;6.43,2.57;6.86,1.71;7.71,1.29;8.14,1.29 + +[025B] ɛ +1.29,3;.43,2.57;0,1.71;0,1.29;.43,.43;1.29,0;3,0;3.86,.43 +2.14,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57 + +[025C] ɜ +2.57,3;3.43,3.43;3.86,4.29;3.86,4.71;3.43,5.57;2.57,6;.86,6;0,5.57 +1.71,3;2.57,3;3.43,2.57;3.86,1.71;3.86,1.29;3.43,.43;2.57,0;.86,0;0,.43 + +[025D] ɝ +1.71,3;2.57,3;3.43,2.57;3.86,1.71;3.86,1.29;3.43,.43;2.57,0;.86,0;0,.43 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,4.71;3.86,4.29;3.43,3.43;2.57,3;5.57,3.43;5.57,2.57;6,1.71;6.86,1.29;7.29,1.29 + +[025E] ɞ +3.43,3;4.29,3.43;4.71,4.29;4.71,4.71;4.29,5.57;3.43,6;1.71,6;.86,5.57;.43,5.14;0,3.86;0,2.14;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,1.29;4.71,1.71;4.29,2.57;3.43,3;2.57,3 + +[025F] ɟ +1.71,6;1.71,-1.71;1.29,-2.57;.43,-3;0,-3 +.43,3;3,3 + +[0260] ɠ +4.29,6;4.29,-1.29;3.86,-2.14;3.43,-2.57;2.57,-3;1.29,-3;.43,-2.57 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +4.29,6;4.29,7.71;4.71,8.57;5.57,9;6.43,9 + +[0261] ɡ +4.29,.86;3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.29;.43,5.14;.86,5.57;1.71,6;4.29,6;4.29,-1.29;3.86,-2.14;3.43,-2.57;2.57,-3;0,-3 + +[0262] ɢ +3.86,5.57;3,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.29,2.57;3,2.57 + +[0263] ɣ +0,6;3.43,0;3.43,-1.71;3,-2.57;2.14,-3;1.29,-2.57;.86,-1.71;.86,0;4.29,6 + +[0264] ɤ +0,6;3,2.14;3.43,1.29;3,.43;2.14,0;1.29,.43;.86,1.29;1.29,2.14;4.29,6 + +[0265] ɥ +3.86,6;3.86,-3 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 + +[0266] ɦ +2.14,9;1.29,9;.43,8.57;0,7.71;0,0 +3.86,0;3.86,4.71;3.43,5.57;2.57,6;1.29,6;.43,5.57;0,5.14 + +[0267] ɧ +2.14,9;1.29,9;.43,8.57;0,7.71;0,0 +3.86,0;3.86,4.71;3.43,5.57;2.57,6;1.29,6;.43,5.57;0,5.14 +3.86,0;3.86,-1.71;3.43,-2.57;2.57,-3;1.71,-3 + +[0268] ɨ +1.29,0;1.29,6 +0,3;2.57,3 +1.29,9;.86,8.57;1.29,8.14;1.71,8.57;1.29,9;1.29,8.14 + +[0269] ɩ +-.43,6;-.43,1.29;0,.43;.86,0 + +[026A] ɪ +1.29,0;1.29,6 +2.57,0;0,0 +2.57,6;0,6 + +[026B] ɫ +3.43,0;2.57,.43;2.14,1.29;2.14,9 +0,5.14;.43,5.57;1.29,6;3,5.14;3.86,5.57;4.29,6 + +[026C] ɬ +3.86,0;3,.43;2.57,1.29;2.57,9 +2.57,4.29;2.14,5.14;1.29,5.57;.43,5.14;0,4.29;.43,3.43;1.29,3;4.71,3 + +[026D] ɭ +-.43,9;-.43,-1.71;0,-2.57;.86,-3;1.71,-3 + +[026E] ɮ +0,9;0,1.29;.43,.43;1.29,0 +0,6;4.29,6;1.29,2.14;2.57,2.14;3.43,1.71;3.86,1.29;4.29,.43;4.29,-1.29;3.86,-2.14;3.43,-2.57;2.57,-3;1.29,-3;.43,-2.57 + +[026F] ɯ +7.71,6;7.71,0 +7.71,.86;7.29,.43;6.43,0;5.14,0;4.29,.43;3.86,1.29;3.86,6 +3.86,1.29;3.43,.43;2.57,0;1.29,0;.43,.43;0,1.29;0,6 + +[0270] ɰ +7.71,6;7.71,0 +7.71,.86;7.29,.43;6.43,0;5.14,0;4.29,.43;3.86,1.29;3.86,6 +3.86,1.29;3.43,.43;2.57,0;1.29,0;.43,.43;0,1.29;0,6 +7.71,0;7.71,-3 + +[0271] ɱ +0,0;0,6 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +3.86,4.71;4.29,5.57;5.14,6;6.43,6;7.29,5.57;7.71,4.71;7.71,0 +7.71,0;7.71,-1.71;7.29,-2.57;6.43,-3;5.57,-3 + +[0272] ɲ +2.14,6;2.14,0 +2.14,5.14;2.57,5.57;3.43,6;4.71,6;5.57,5.57;6,4.71;6,0 +2.14,0;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 + +[0273] ɳ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +3.86,0;3.86,-1.71;4.29,-2.57;5.14,-3;6,-3 + +[0274] ɴ +0,0;0,6;3.86,0;3.86,6 + +[0275] ɵ +0,3;4.71,3 +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 + +[0276] ɶ +3.86,3;6.43,3 +3.86,6;3.86,0 +7.29,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;7.29,0 + +[0277] ɷ +3,3;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.29;5.57,5.14;5.14,5.57;4.29,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29 + +[0278] ɸ +3,9;3,-3 +2.14,6;3.86,6;4.71,5.57;5.57,4.71;6,3.86;6,2.14;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,2.14;0,3.86;.43,4.71;1.29,5.57;2.14,6 + +[0279] ɹ +2.57,6;2.57,0 +2.57,1.71;2.14,.86;1.71,.43;.86,0;0,0 + +[027A] ɺ +2.57,6;2.57,0 +2.57,1.71;2.14,.86;1.71,.43;.86,0;0,0 +2.57,6;2.57,9 + +[027B] ɻ +2.57,6;2.57,0 +2.57,1.71;2.14,.86;1.71,.43;.86,0;0,0 +2.57,0;2.57,-1.71;3,-2.57;3.86,-3;4.71,-3 + +[027C] ɼ +0,0;0,6 +0,4.29;.43,5.14;.86,5.57;1.71,6;2.57,6 +0,0;0,-3 + +[027D] ɽ +0,0;0,6 +0,4.29;.43,5.14;.86,5.57;1.71,6;2.57,6 +0,0;0,-1.71;.43,-2.57;1.29,-3;2.14,-3 + +[027E] ɾ +0,0;2.57,0 +3.86,6;3,6;2.14,5.57;1.71,5.14;1.29,3.86;1.29,0 + +[027F] ɿ +3.86,0;1.29,0 +0,6;.86,6;1.71,5.57;2.14,5.14;2.57,3.86;2.57,0 + +[0280] ʀ +1.71,2.57;3.86,0 +0,0;0,6;2.57,6;3.43,5.57;3.86,4.71;3.86,3.86;3.43,3;2.57,2.57;0,2.57 + +[0281] ʁ +1.71,3.43;3.86,6 +0,6;0,0;2.57,0;3.43,.43;3.86,1.29;3.86,2.14;3.43,3;2.57,3.43;0,3.43 + +[0282] ʂ +0,.43;.86,0;2.57,0;3.43,.43;3.86,1.29;3.86,1.71;3.43,2.57;2.57,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;2.57,6;3.43,5.57 +0,0;0,-1.71;.43,-2.57;1.29,-3;2.14,-3 + +[0283] ʃ +4.29,9;3.43,9;2.57,8.57;2.14,7.71;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 + +[0284] ʄ +1.71,6;1.71,-1.71;1.29,-2.57;.43,-3;0,-3 +.43,3;3,3 +1.71,6;1.71,7.71;2.14,8.57;3,9;3.86,9 + +[0285] ʅ +0,9;.86,9;1.71,8.57;2.14,7.71;2.14,1.29;2.57,.43;3.43,0;4.29,0 + +[0286] ʆ +4.71,9;3.86,9;3,8.57;2.57,7.71;2.57,-1.71;2.14,-2.57;1.29,-3;.43,-2.57;0,-1.71;.43,-.86;1.29,-.43;4.29,-.43 + +[0287] ʇ +3.43,0;0,0 +2.14,-3;2.14,4.71;1.71,5.57;.86,6;0,6 + +[0288] ʈ +0,6;3.43,6 +1.29,9;1.29,-1.71;1.71,-2.57;2.57,-3;3.43,-3 + +[0289] ʉ +0,3.86;6.43,3.86 +5.14,6;5.14,0 +1.29,6;1.29,1.29;1.71,.43;2.57,0;3.86,0;4.71,.43;5.14,.86 + +[028A] ʊ +4.71,6;3.43,6;3.43,4.71;4.29,3.86;4.71,3;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0;.86,.43;.43,.86;0,1.71;0,3;.43,3.86;1.29,4.71;1.29,6;0,6 + +[028B] ʋ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 + +[028C] ʌ +4.29,0;2.14,6;0,0 + +[028D] ʍ +6.86,0;5.14,6;3.43,1.71;1.71,6;0,0 + +[028E] ʎ +4.29,0;2.14,6 +0,0;2.14,6;3,8.14;3.43,8.57;4.29,9 + +[028F] ʏ +2.14,3;2.14,0 +0,6;2.14,3;4.29,6 + +[0290] ʐ +0,6;4.71,6;0,0;4.71,0 +4.71,0;4.71,-1.71;5.14,-2.57;6,-3;6.86,-3 + +[0291] ʑ +0,6;4.71,6;0,0;3.43,0;4.29,.43;4.71,1.29;4.29,2.14;3.43,2.57;2.57,2.14;.86,-1.29 + +[0292] ʒ +0,6;3.86,6;.86,2.14;2.14,2.14;3,1.71;3.43,1.29;3.86,.43;3.86,-1.29;3.43,-2.14;3,-2.57;2.14,-3;.86,-3;0,-2.57 + +[0293] ʓ +0,6;3.86,6;.86,2.14;2.14,2.14;3,1.71;3.43,1.29;3.86,.43;3.86,-1.29;3.43,-2.14;3,-2.57;2.14,-3;1.29,-3;.43,-2.57;0,-1.71;.43,-.86;1.29,-.43;2.14,-.86;3.43,-3.43 + +[0294] ʔ +0,8.57;1.29,9;3,9;4.29,8.57;5.14,7.71;5.57,6.86;5.57,5.57;5.14,4.71;4.29,3.86;3,3.43;1.29,3.43;1.29,0 + +[0295] ʕ +5.57,8.57;4.29,9;2.57,9;1.29,8.57;.43,7.71;0,6.86;0,5.57;.43,4.71;1.29,3.86;2.57,3.43;4.29,3.43;4.29,0 + +[0296] ʖ +0,.43;1.29,0;3,0;4.29,.43;5.14,1.29;5.57,2.14;5.57,3.43;5.14,4.29;4.29,5.14;3,5.57;1.29,5.57;1.29,9 + +[0297] ʗ +5.57,8.14;5.14,8.57;3.86,9;3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,.86;.43,-.86;.86,-1.71;1.71,-2.57;3,-3;3.86,-3;5.14,-2.57;5.57,-2.14 + +[0298] ʘ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +3,5.14;2.57,4.71;3,4.29;3.43,4.71;3,5.14;3,4.29 + +[0299] ʙ +2.14,3;3.43,2.57;3.86,1.71;3.86,1.29;3.43,.43;2.57,0;0,0;0,6;2.14,6;3,5.57;3.43,4.71;3.43,4.29;3,3.43;2.14,3;0,3 + +[029A] ʚ +1.29,3;.43,2.57;0,1.71;0,1.29;.43,.43;1.29,0;3,0;3.86,.43;4.29,.86;4.71,2.14;4.71,3.86;4.29,5.14;3.86,5.57;3,6;1.29,6;.43,5.57;0,4.71;0,4.29;.43,3.43;1.29,3;2.14,3 + +[029B] ʛ +3.86,5.57;3,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.29,2.57;3,2.57 +3.86,6;3.86,7.71;4.29,8.57;5.14,9;6,9 + +[029C] ʜ +0,3;3.86,3 +0,6;0,0 +3.86,6;3.86,0 + +[029D] ʝ +2.57,6;2.57,-1.71;2.14,-2.57;1.29,-3;.43,-2.57;0,-1.71;.43,-.86;1.29,-.43;4.29,-.43 +2.57,9;2.14,8.57;2.57,8.14;3,8.57;2.57,9;2.57,8.14 + +[029E] ʞ +3.43,6;3.43,-3 +2.57,2.57;0,6 +0,0;3.43,3.43 + +[029F] ʟ +0,6;0,0;3,0 + +[02A0] ʠ +4.29,6;4.29,-3 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +4.29,6;4.29,7.71;4.71,8.57;5.57,9;6.43,9 + +[02A1] ʡ +.43,8.57;1.71,9;3.43,9;4.71,8.57;5.57,7.71;6,6.86;6,5.57;5.57,4.71;4.71,3.86;3.43,3.43;1.71,3.43;1.71,0 +0,1.29;3.43,1.29 + +[02A2] ʢ +5.57,8.57;4.29,9;2.57,9;1.29,8.57;.43,7.71;0,6.86;0,5.57;.43,4.71;1.29,3.86;2.57,3.43;4.29,3.43;4.29,0 +2.57,1.29;6,1.29 + +[02A3] ʣ +4.29,0;4.29,9 +4.29,6;9,6;4.29,0;9,0 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 + +[02A4] ʤ +3.86,9;3.86,0 +3.86,5.57;3,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43 +3.86,6;8.14,6;5.14,2.14;6.43,2.14;7.29,1.71;7.71,1.29;8.14,.43;8.14,-1.29;7.71,-2.14;7.29,-2.57;6.43,-3;5.14,-3;4.29,-2.57 + +[02A5] ʥ +4.29,0;4.29,9 +4.29,6;9,6;4.29,0;7.71,0;8.57,.43;9,1.29;8.57,2.14;7.71,2.57;6.86,2.14;5.14,-1.29 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 + +[02A6] ʦ +0,6;3.43,6 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.43,.43;4.29,0;6,0;6.86,.43;7.29,1.29;7.29,1.71;6.86,2.57;6,3;4.71,3;3.86,3.43;3.43,4.29;3.43,4.71;3.86,5.57;4.71,6;6,6;6.86,5.57 + +[02A7] ʧ +0,6;3.86,6 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.86,0 +6,9;5.14,9;4.29,8.57;3.86,7.71;3.86,-1.71;3.43,-2.57;2.57,-3;1.71,-3 + +[02A8] ʨ +0,6;3.43,6 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.43,0;4.29,.43 +7.71,5.57;6.86,6;5.14,6;4.29,5.57;3.86,5.14;3.43,4.29;3.43,1.71;3.86,.86;4.29,.43;5.14,0;6.43,0;7.29,.43;7.71,1.29;7.29,2.14;6.43,2.57;5.57,2.14;3.86,-1.29 + +[02A9] ʩ +0,6;3.43,6;3.43,0 +1.29,0;1.29,7.71;1.71,8.57;2.57,9;3.43,9 +3.43,5.14;3.86,5.57;4.71,6;6,6;6.86,5.57;7.29,4.71;7.29,-1.71;6.86,-2.57;6,-3;5.14,-3 + +[02AA] ʪ +0,9;0,1.29;.43,.43;1.29,0;2.14,.43;3,0;4.71,0;5.57,.43;6,1.29;6,1.71;5.57,2.57;4.71,3;3.43,3;2.57,3.43;2.14,4.29;2.14,4.71;2.57,5.57;3.43,6;4.71,6;5.57,5.57 + +[02AB] ʫ +0,6;6,6;1.29,0 +0,9;0,1.29;.43,.43;1.29,0;6,0 + +[02AC] ʬ +0,3.43;1.71,0;3.43,2.57;5.14,0;6.86,3.43 +0,9;1.71,5.57;3.43,8.14;5.14,5.57;6.86,9 + +[02AD] ʭ +5.14,1.29;5.14,3.43;0,3.43;0,1.29 +5.14,6.86;5.14,9;0,9;0,6.86 + +[02AE] ʮ +6,6;6,-3 +2.14,6;2.14,1.29;2.57,.43;3.43,0;4.71,0;5.57,.43;6,.86 +2.14,6;2.14,7.71;1.71,8.57;.86,9;0,9 + +[02AF] ʯ +8.14,-3;7.29,-3;6.43,-2.57;6,-1.71;6,6 +2.14,6;2.14,1.29;2.57,.43;3.43,0;4.71,0;5.57,.43;6,.86 +2.14,6;2.14,7.71;1.71,8.57;.86,9;0,9 + +[0370] Ͱ +0,9;0,0 +4.71,4.71;0,4.71 + +[0371] ͱ +0,3;3.43,3 +0,6;0,0 + +[0372] Ͳ +3,0;3,9 +0,5.14;0,9;6,9;6,5.14 + +[0373] ͳ +2.14,0;2.14,9 +0,5.14;0,9;4.29,9;4.29,5.14 + +[0374] ʹ +.86,9;0,7.29 + +[0375] ͵ +.86,0;0,-1.71 + +[0376] Ͷ +0,9;0,0;5.14,9;5.14,0 + +[0377] ͷ +0,6;0,0;4.29,6;4.29,0 + +[037A] ͺ +-.43,-2.14;-.43,-3.43;0,-3.86;.43,-3.86 + +[037B] ͻ +0,.43;.86,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.29;3.86,5.14;3.43,5.57;2.57,6;.86,6;0,5.57 + +[037C] ͼ +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +2.57,3.43;2.14,3;2.57,2.57;3,3;2.57,3.43;2.57,2.57 + +[037D] ͽ +0,.43;.86,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.29;3.86,5.14;3.43,5.57;2.57,6;.86,6;0,5.57 +1.71,3.43;1.29,3;1.71,2.57;2.14,3;1.71,3.43;1.71,2.57 + +[037E] ; +.86,.43;.86,0;.43,-.86;0,-1.29 +.43,5.57;.86,5.14;.43,4.71;0,5.14;.43,5.57;.43,4.71 + +[0384] ΄ +1.29,9.43;0,8.14 + +[0385] ΅ +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +3,12.43;1.71,11.14 + +[0386] Ά +1.29,2.57;5.57,2.57 +.43,0;3.43,9;6.43,0 +1.29,9.43;0,8.14 + +[0387] · +.43,3.86;0,3.43;.43,3;.86,3.43;.43,3.86;.43,3 + +[0388] Έ +3.43,4.71;6.43,4.71 +7.71,0;3.43,0;3.43,9;7.71,9 +1.29,9.43;0,8.14 + +[0389] Ή +3.43,0;3.43,9 +3.43,4.71;8.57,4.71 +8.57,0;8.57,9 +1.29,9.43;0,8.14 + +[038A] Ί +3.43,0;3.43,9 +1.29,9.43;0,8.14 + +[038B] ΋ +~0 + +[038C] Ό +4.71,9;6.43,9;7.29,8.57;8.14,7.71;8.57,6;8.57,3;8.14,1.29;7.29,.43;6.43,0;4.71,0;3.86,.43;3,1.29;2.57,3;2.57,6;3,7.71;3.86,8.57;4.71,9 +1.29,9.43;0,8.14 + +[038D] ΍ +~0 + +[038E] Ύ +6.43,4.29;6.43,0 +3.43,9;6.43,4.29;9.43,9 +1.29,9.43;0,8.14 + +[038F] Ώ +3,0;5.14,0;5.14,1.71;4.29,2.14;3.43,3;3,4.29;3,6.43;3.43,7.71;4.29,8.57;5.57,9;7.29,9;8.57,8.57;9.43,7.71;9.86,6.43;9.86,4.29;9.43,3;8.57,2.14;7.71,1.71;7.71,0;9.86,0 +1.29,9.43;0,8.14 + +[0390] ΐ +2.14,6;2.14,1.29;2.57,.43;3.43,0 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +3,12.43;1.71,11.14 + +[0391] Α +.86,2.57;5.14,2.57 +0,0;3,9;6,0 + +[0392] Β +3,4.71;4.29,4.29;4.71,3.86;5.14,3;5.14,1.71;4.71,.86;4.29,.43;3.43,0;0,0;0,9;3,9;3.86,8.57;4.29,8.14;4.71,7.29;4.71,6.43;4.29,5.57;3.86,5.14;3,4.71;0,4.71 + +[0393] Γ +0,0;0,9;4.71,9 + +[0394] Δ +0,0;3,9;6,0;0,0 + +[0395] Ε +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 + +[0396] Ζ +0,9;6,9;0,0;6,0 + +[0397] Η +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 + +[0398] Θ +2.14,4.71;4.71,4.71 +2.57,9;4.29,9;5.14,8.57;6,7.71;6.43,6.86;6.86,5.57;6.86,3.43;6.43,2.14;6,1.29;5.14,.43;4.29,0;2.57,0;1.71,.43;.86,1.29;.43,2.14;0,3.43;0,5.57;.43,6.86;.86,7.71;1.71,8.57;2.57,9 + +[0399] Ι +0,0;0,9 + +[039A] Κ +0,0;0,9 +5.14,0;1.29,5.14 +5.14,9;0,3.86 + +[039B] Λ +0,0;3,9;6,0 + +[039C] Μ +0,0;0,9;3,2.57;6,9;6,0 + +[039D] Ν +0,0;0,9;5.14,0;5.14,9 + +[039E] Ξ +0,0;4.71,0 +0,9;4.71,9 +3.86,4.71;.86,4.71 + +[039F] Ο +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 + +[03A0] Π +0,0;0,9;5.14,9;5.14,0 + +[03A1] Ρ +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 + +[03A2] ΢ +~0 + +[03A3] Σ +4.71,0;0,0;3,4.71;0,9;4.71,9 + +[03A4] Τ +0,9;5.14,9 +2.57,0;2.57,9 + +[03A5] Υ +3,4.29;3,0 +0,9;3,4.29;6,9 + +[03A6] Φ +3.43,0;3.43,9 +2.57,7.71;4.29,7.71;5.57,7.29;6.43,6.43;6.86,5.57;6.86,3.86;6.43,3;5.57,2.14;4.29,1.71;2.57,1.71;1.29,2.14;.43,3;0,3.86;0,5.57;.43,6.43;1.29,7.29;2.57,7.71 + +[03A7] Χ +0,9;6,0 +6,9;0,0 + +[03A8] Ψ +4.29,0;4.29,9 +0,9;.86,8.57;1.29,7.71;1.29,5.57;1.71,4.29;2.14,3.86;3,3.43;5.57,3.43;6.43,3.86;6.86,4.29;7.29,5.57;7.29,7.71;7.71,8.57;8.57,9 + +[03A9] Ω +0,0;2.14,0;2.14,1.71;1.29,2.14;.43,3;0,4.29;0,6.43;.43,7.71;1.29,8.57;2.57,9;4.29,9;5.57,8.57;6.43,7.71;6.86,6.43;6.86,4.29;6.43,3;5.57,2.14;4.71,1.71;4.71,0;6.86,0 + +[03AA] Ϊ +2.14,0;2.14,9 +.43,12;.86,11.57;.43,11.14;0,11.57;.43,12;.43,11.14 +3.86,12;4.29,11.57;3.86,11.14;3.43,11.57;3.86,12;3.86,11.14 + +[03AB] Ϋ +3,4.29;3,0 +0,9;3,4.29;6,9 +1.29,12;1.71,11.57;1.29,11.14;.86,11.57;1.29,12;1.29,11.14 +4.71,12;5.14,11.57;4.71,11.14;4.29,11.57;4.71,12;4.71,11.14 + +[03AC] ά +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +3.43,9.43;2.14,8.14 + +[03AD] έ +1.29,3;.43,2.57;0,1.71;0,1.29;.43,.43;1.29,0;3,0;3.86,.43 +2.14,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57 +3,9.43;1.71,8.14 + +[03AE] ή +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,-3 +2.57,9.43;1.29,8.14 + +[03AF] ί +.43,6;.43,1.29;.86,.43;1.71,0 +1.29,9.43;0,8.14 + +[03B0] ΰ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +3,12.43;1.71,11.14 + +[03B1] α +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 + +[03B2] β +3.43,5.14;4.29,4.71;4.71,4.29;5.14,3.43;5.14,1.71;4.71,.86;4.29,.43;3.43,0;2.14,0;1.29,.43;.86,.86 +0,-3;.43,-2.57;.86,-1.71;.86,7.71;1.29,8.57;2.14,9;3.43,9;4.29,8.57;4.71,7.71;4.71,6.43;4.29,5.57;3.43,5.14;2.57,5.14 + +[03B3] γ +2.57,.86;2.57,-3 +0,6;.43,6;.86,5.57;2.57,.86;4.71,6 + +[03B4] δ +3,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,.86;4.71,1.71;4.71,4.29;4.29,5.14;3.86,5.57;3,6;1.71,6.43;.86,6.86;.43,7.71;.86,8.57;1.71,9;3.43,9;4.29,8.57 + +[03B5] ε +1.29,3;.43,2.57;0,1.71;0,1.29;.43,.43;1.29,0;3,0;3.86,.43 +2.14,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57 + +[03B6] ζ +0,9;4.29,9;1.29,6;.43,4.71;0,3.43;0,1.71;.43,.86;.86,.43;1.71,0;2.57,0;3.43,-.43;3.86,-1.29;3.86,-1.71;3.43,-2.57;2.57,-3;2.14,-3 + +[03B7] η +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,-3 + +[03B8] θ +0,4.71;4.71,4.71 +1.71,9;3,9;3.86,8.57;4.29,8.14;4.71,6.86;4.71,2.14;4.29,.86;3.86,.43;3,0;1.71,0;.86,.43;.43,.86;0,2.14;0,6.86;.43,8.14;.86,8.57;1.71,9 + +[03B9] ι +-.43,6;-.43,1.29;0,.43;.86,0 + +[03BA] κ +0,6;0,0 +.86,3.43;3.43,0 +3.43,6;0,2.57 + +[03BB] λ +2.14,6;0,0 +0,9;.86,9;1.29,8.57;2.14,6;4.29,0 + +[03BC] μ +0,6;0,-3 +4.29,1.29;4.71,.43;5.57,0 +0,1.29;.43,.43;1.29,0;3,0;3.86,.43;4.29,1.29;4.29,6 + +[03BD] ν +0,6;2.14,0;4.29,4.71;4.29,5.14;3.86,6 + +[03BE] ξ +0,9;4.29,9 +1.71,9;.86,8.57;.43,7.71;.43,6.43;.86,5.57;1.71,5.14;3.43,5.14 +1.71,5.14;.86,4.71;.43,4.29;0,3.43;0,1.71;.43,.86;.86,.43;1.71,0;2.57,0;3.43,-.43;3.86,-1.29;3.86,-1.71;3.43,-2.57;2.57,-3;2.14,-3 + +[03BF] ο +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 + +[03C0] π +5.14,6;5.14,0 +2.14,6;2.14,1.29;1.71,.43;.86,0 +6.86,6;1.29,6;.43,5.57;0,4.71 + +[03C1] ρ +0,-3;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0;.86,.43;0,1.29 + +[03C2] ς +4.29,5.57;3.43,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,-.43;4.29,-1.29;4.29,-1.71;3.86,-2.57;3,-3 + +[03C3] σ +5.57,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,.86;4.71,1.71;4.71,4.29;4.29,5.14;3.86,5.57;3,6 + +[03C4] τ +0,4.71;.43,5.57;1.29,6;5.14,6 +2.57,6;2.57,1.29;3,.43;3.86,0 + +[03C5] υ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 + +[03C6] φ +.86,6;.43,5.57;0,4.71;0,2.14;.43,1.29;1.29,.43;2.14,0;3.86,0;4.71,.43;5.57,1.29;6,2.14;6,4.71;5.57,5.57;4.71,6;4.29,6;3.43,5.57;3,4.71;3,-3 + +[03C7] χ +4.71,6;0,-3 +0,6;.86,5.57;1.29,4.71;3.43,-1.71;3.86,-2.57;4.71,-3 + +[03C8] ψ +3,6;3,-3 +0,6;0,2.14;.43,1.29;1.29,.43;2.14,0;3.86,0;4.71,.43;5.57,1.29;6,2.14;6,6 + +[03C9] ω +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 + +[03CA] ϊ +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +2.14,6;2.14,1.29;2.57,.43;3.43,0 + +[03CB] ϋ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[03CC] ό +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +3.43,9.43;2.14,8.14 + +[03CD] ύ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +3,9.43;1.71,8.14 + +[03CE] ώ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +3.86,9.43;2.57,8.14 + +[03CF] Ϗ +0,0;0,9 +5.14,9;0,3.86 +1.29,5.14;5.14,0;2.14,-3 + +[03D0] ϐ +2.57,5.14;3.43,4.71;3.86,4.29;4.29,3.43;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.29,0;.43,.43;0,1.29;0,7.71;.43,8.57;1.29,9;2.57,9;3.43,8.57;3.86,7.71;3.86,6.43;3.43,5.57;2.57,5.14;1.71,5.14 + +[03D1] ϑ +0,4.71;.43,4.29;.86,3.43;.86,2.14;1.29,.86;1.71,.43;2.57,0;3.86,0;4.71,.43;5.14,.86;5.57,2.14;5.57,6.86;5.14,8.14;4.71,8.57;3.86,9;2.57,9;1.71,8.57;1.29,8.14;.86,7.29;.86,6.43;1.29,5.57;1.71,5.14;2.57,4.71;5.57,4.71 + +[03D2] ϒ +0,9;.86,9;1.71,8.57;2.57,7.71;3,6.86;3,0 +3,6.86;3.43,8.14;3.86,8.57;4.71,9;5.14,9;6,8.57;6.43,7.71 + +[03D3] ϓ +1.29,9.43;0,8.14 +3,9;3.86,9;4.71,8.57;5.57,7.71;6,6.86;6,0 +6,6.86;6.43,8.14;6.86,8.57;7.71,9;8.14,9;9,8.57;9.43,7.71 + +[03D4] ϔ +0,9;.86,9;1.71,8.57;2.57,7.71;3,6.86;3,0 +3,6.86;3.43,8.14;3.86,8.57;4.71,9;5.14,9;6,8.57;6.43,7.71 +1.29,12;1.71,11.57;1.29,11.14;.86,11.57;1.29,12;1.29,11.14 +4.71,12;5.14,11.57;4.71,11.14;4.29,11.57;4.71,12;4.71,11.14 + +[03D5] ϕ +3,9;3,-3 +2.14,6;3.86,6;4.71,5.57;5.57,4.71;6,3.86;6,2.14;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,2.14;0,3.86;.43,4.71;1.29,5.57;2.14,6 + +[03D6] ϖ +3.86,3;3.86,1.29 +7.71,6;0,6 +1.71,6;1.29,5.57;.86,4.71;.86,1.29;1.29,.43;2.14,0;2.57,0;3.43,.43;3.86,1.29;4.29,.43;5.14,0;5.57,0;6.43,.43;6.86,1.29;6.86,4.71;6.43,5.57;6,6 + +[03D7] ϗ +0,6;.86,5.57;1.29,4.71;1.29,1.29;.86,.43;.43,0;0,.43;0,1.29;.43,2.14;4.29,3.86;4.71,4.71;4.71,5.57;4.29,6;3.86,5.57;3.43,4.71;3.43,1.29;3.86,.43;4.71,0;4.29,-1.29;3.86,-2.14;3.43,-2.57;2.57,-3 + +[03D8] Ϙ +3,0;3,-3 +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 + +[03D9] ϙ +2.57,0;2.57,-3 +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 + +[03DA] Ϛ +5.57,9;3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,3.86;.43,2.14;.86,1.29;1.71,.43;3,0;3.43,0;4.29,-.43;4.71,-1.29;4.71,-1.71;4.29,-2.57;3.86,-3;3,-3 + +[03DB] ϛ +4.29,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;2.57,0;3.43,-.43;3.86,-1.29;3.86,-1.71;3.43,-2.57;2.57,-3;1.71,-3 + +[03DC] Ϝ +3,4.71;0,4.71 +0,0;0,9;4.29,9 + +[03DD] ϝ +3,4.71;1.29,4.71 +3.43,9;2.57,9;1.71,8.57;1.29,7.71;1.29,-1.71;.86,-2.57;0,-3 + +[03DE] Ϟ +.43,9;1.29,8.57;1.71,7.71;0,3.43;5.14,5.57;3.43,1.29;3.86,.43;4.71,0 + +[03DF] ϟ +2.14,9;0,4.71;4.29,4.71;2.14,0 + +[03E0] Ϡ +1.29,8.57;1.29,6.43 +5.57,7.71;4.29,6.43;3.86,5.57;3.86,1.71 +0,7.71;.86,8.57;2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6.86;6.43,5.14;6.43,2.57;6,.86;5.57,0 + +[03E1] ϡ +0,0;3.86,3.86 +2.57,0;4.71,2.14 +0,6;1.71,5.57;3,4.71;3.86,3.86;4.71,2.14;5.14,.43;5.14,-3 + +[03E2] Ϣ +4.71,1.71;4.71,3.86 +9,1.29;7.71,-.86;6.43,-2.14;5.14,-2.57;2.57,-2.57 +2.14,9;1.29,8.57;.43,7.71;0,6.43;0,2.57;.43,1.29;1.29,.43;2.14,0;3,0;3.86,.43;4.29,.86;4.71,1.71;5.14,.86;5.57,.43;6.43,0;7.29,0;8.14,.43;9,1.29;9.43,2.57;9.43,6.43;9,7.71;8.14,8.57;7.29,9 + +[03E3] ϣ +3,3;3,1.29 +5.57,.43;5.14,-.43;3.43,-2.14;2.14,-2.57;1.71,-2.57 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 + +[03E4] Ϥ +5.57,9;5.57,-3 +2.14,9;1.29,8.57;.43,7.71;0,6;0,3;.43,1.29;1.29,.43;2.14,0;3.86,0;4.71,.43;5.57,1.29 + +[03E5] ϥ +4.29,6;4.29,-3 +1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,.86 + +[03E6] Ϧ +0,9;0,0 +0,4.29;.86,5.14;2.14,5.57;3.86,5.57;4.71,5.14;5.57,4.29;6,3;6,1.71;5.57,.43;5.14,-.43;4.29,-1.29;3,-2.14;1.29,-3 + +[03E7] ϧ +4.29,6.43;4.29,6;3.86,4.71;3,3.86;2.14,3.43;1.29,3.43;.43,3.86;0,4.71;0,5.14;.43,6;1.29,6.43;2.14,6.43;3,6;3.86,4.71;4.29,3.43;4.29,1.71;3.86,.86;3.43,.43;2.57,0;0,0 + +[03E8] Ϩ +.43,8.14;.86,8.57;2.14,9;4.29,9;5.57,8.57;6,8.14;6.43,7.29;6.43,6.43;6,5.14;5.14,4.29;0,0;1.71,-1.29;3,-1.71;5.14,-1.71;6.43,-1.29 + +[03E9] ϩ +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,4.71;3.86,3.86;3.43,3;2.57,2.14;0,0;.86,-.86;1.71,-1.29;3,-1.29;3.86,-.86 + +[03EA] Ϫ +0,0;7.71,0 +0,9;.43,9;1.29,8.57;6.43,.43;7.29,0 +7.71,9;7.29,9;6.43,8.57;1.29,.43;.43,0 + +[03EB] ϫ +0,6;.86,5.57;4.71,.43;5.57,0;0,0;.86,.43;4.71,5.57;5.57,6 + +[03EC] Ϭ +5.57,9.43;4.71,9;1.71,9;.86,8.57;.43,8.14;0,7.29;0,1.71;.43,.86;.86,.43;1.71,0;3.86,0;4.71,.43;5.14,.86;5.57,1.71;5.57,4.71;5.14,5.57;4.71,6;3.86,6.43;1.29,6.43;.43,6;0,5.57 + +[03ED] ϭ +4.71,9.43;4.29,9;3.43,8.57;1.71,8.57;.86,8.14;.43,7.71;0,6.86;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,.86;4.71,1.71;4.71,4.29;4.29,5.14;3.86,5.57;3,6;1.29,6;.43,5.57;0,5.14 + +[03EE] Ϯ +3,9;3,-3 +0,4.29;0,6;6,6;6,4.29 + +[03EF] ϯ +0,6;4.29,6 +2.14,9;2.14,-3 + +[03F0] ϰ +0,6;.86,5.57;1.29,4.71;1.29,1.29;.86,.43;.43,0;0,.43;0,1.29;.43,2.14;4.29,3.86;4.71,4.71;4.71,5.57;4.29,6;3.86,5.57;3.43,4.71;3.43,1.29;3.86,.43;4.71,0 + +[03F1] ϱ +4.29,-3;1.71,-3;.86,-2.57;.43,-2.14;0,-1.29;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0;.86,.43;0,1.29 + +[03F2] ϲ +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 + +[03F3] ϳ +1.71,6;1.71,-1.71;1.29,-2.57;.43,-3;0,-3 +1.71,9;1.29,8.57;1.71,8.14;2.14,8.57;1.71,9;1.71,8.14 + +[03F4] ϴ +0,4.71;6,4.71 +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 + +[03F5] ϵ +0,3;3,3 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 + +[03F6] ϶ +4.29,3;1.29,3 +0,.43;.86,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.29;3.86,5.14;3.43,5.57;2.57,6;.86,6;0,5.57 + +[03F7] Ϸ +0,9;0,0 +0,6.86;3.43,6.86;4.29,6.43;4.71,6;5.14,5.14;5.14,3.86;4.71,3;4.29,2.57;3.43,2.14;0,2.14 + +[03F8] ϸ +0,9;0,-3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 + +[03F9] Ϲ +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 + +[03FA] Ϻ +0,0;0,9;3,6;6,9;6,0 + +[03FB] ϻ +0,-3;0,6;2.57,3.43;5.14,6;5.14,0 + +[03FC] ϼ +0,-2.14;3.86,-2.14 +1.29,-3;1.29,4.29;1.71,5.14;2.14,5.57;3,6;4.29,6;5.14,5.57;5.57,5.14;6,4.29;6,1.71;5.57,.86;5.14,.43;4.29,0;3,0;2.14,.43;1.29,1.29 + +[03FD] Ͻ +0,.86;.43,.43;1.71,0;2.57,0;3.86,.43;4.71,1.29;5.14,2.14;5.57,3.86;5.57,5.14;5.14,6.86;4.71,7.71;3.86,8.57;2.57,9;1.71,9;.43,8.57;0,8.14 + +[03FE] Ͼ +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 +3.43,5.14;3,4.71;3.43,4.29;3.86,4.71;3.43,5.14;3.43,4.29 + +[03FF] Ͽ +0,.86;.43,.43;1.71,0;2.57,0;3.86,.43;4.71,1.29;5.14,2.14;5.57,3.86;5.57,5.14;5.14,6.86;4.71,7.71;3.86,8.57;2.57,9;1.71,9;.43,8.57;0,8.14 +2.14,5.14;1.71,4.71;2.14,4.29;2.57,4.71;2.14,5.14;2.14,4.29 + +[0400] Ѐ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +1.29,12.43;2.57,11.14 + +[0401] Ё +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +.43,12;.86,11.57;.43,11.14;0,11.57;.43,12;.43,11.14 +3.86,12;4.29,11.57;3.86,11.14;3.43,11.57;3.86,12;3.86,11.14 + +[0402] Ђ +0,9;5.14,9 +2.57,0;2.57,9 +2.57,6;5.14,6;6.43,5.57;7.29,4.71;7.71,3.43;7.71,-.43;7.29,-1.71;6.43,-2.57;5.14,-3;4.29,-3 + +[0403] Ѓ +0,0;0,9;4.71,9 +3,12.43;1.71,11.14 + +[0404] Є +0,4.71;4.29,4.71 +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 + +[0405] Ѕ +0,.43;1.29,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,2.57;4.71,3.43;4.29,3.86;3.43,4.29;1.71,4.71;.86,5.14;.43,5.57;0,6.43;0,7.29;.43,8.14;.86,8.57;1.71,9;3.86,9;5.14,8.57 + +[0406] І +0,0;0,9 + +[0407] Ї +2.14,0;2.14,9 +.43,12;.86,11.57;.43,11.14;0,11.57;.43,12;.43,11.14 +3.86,12;4.29,11.57;3.86,11.14;3.43,11.57;3.86,12;3.86,11.14 + +[0408] Ј +3.43,9;3.43,2.57;3,1.29;2.14,.43;.86,0;0,0 + +[0409] Љ +0,0;.43,0;1.29,.43;1.71,1.29;2.57,6.43;3,7.71;3.86,8.57;5.14,9;6.43,9;6.43,0;9,0;10.29,.43;11.14,1.29;11.57,2.14;11.57,3.43;11.14,4.29;10.29,5.14;9,5.57;6.43,5.57 + +[040A] Њ +0,0;0,9 +5.14,9;5.14,0;7.71,0;9,.43;9.86,1.29;10.29,2.14;10.29,3.43;9.86,4.29;9,5.14;7.71,5.57;0,5.57 + +[040B] Ћ +0,9;5.14,9 +2.57,0;2.57,9 +2.57,6;5.14,6;6.43,5.57;7.29,4.71;7.71,3.43;7.71,0 + +[040C] Ќ +0,0;0,9 +5.14,0;1.29,5.14 +5.14,9;0,3.86 +3.43,12.43;2.14,11.14 + +[040D] Ѝ +0,9;0,0;5.14,9;5.14,0 +1.71,12.43;3,11.14 + +[040E] Ў +0,9;3,3 +6,9;2.14,1.29;1.29,.43;.43,0;0,0 +1.29,12.43;1.71,11.57;2.57,11.14;3.43,11.14;4.29,11.57;4.71,12.43 + +[040F] Џ +2.57,0;2.57,-2.14 +0,9;0,0;5.14,0;5.14,9 + +[0410] А +.86,2.57;5.14,2.57 +0,0;3,9;6,0 + +[0411] Б +4.29,9;0,9;0,0;2.57,0;3.86,.43;4.71,1.29;5.14,2.14;5.14,3.43;4.71,4.29;3.86,5.14;2.57,5.57;0,5.57 + +[0412] В +3,4.71;4.29,4.29;4.71,3.86;5.14,3;5.14,1.71;4.71,.86;4.29,.43;3.43,0;0,0;0,9;3,9;3.86,8.57;4.29,8.14;4.71,7.29;4.71,6.43;4.29,5.57;3.86,5.14;3,4.71;0,4.71 + +[0413] Г +0,0;0,9;4.71,9 + +[0414] Д +7.71,-2.14;7.71,0;0,0;0,-2.14 +6,0;6,9;3.86,9;3,8.57;2.57,8.14;2.14,7.29;1.29,0 + +[0415] Е +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 + +[0416] Ж +3.86,5.14;0,0 +5.14,0;5.14,9 +5.14,3.86;0,9 +10.29,0;6.43,5.14 +10.29,9;5.14,3.86 + +[0417] З +1.29,4.71;3,4.71 +0,8.57;.86,9;3,9;3.86,8.57;4.29,8.14;4.71,7.29;4.71,6.43;4.29,5.57;3.86,5.14;3,4.71;4.29,4.29;4.71,3.86;5.14,3;5.14,1.71;4.71,.86;4.29,.43;3.43,0;.86,0;0,.43 + +[0418] И +0,9;0,0;5.14,9;5.14,0 + +[0419] Й +0,9;0,0;5.14,9;5.14,0 +.86,12.43;1.29,11.57;2.14,11.14;3,11.14;3.86,11.57;4.29,12.43 + +[041A] К +0,0;0,9 +5.14,0;1.29,5.14 +5.14,9;0,3.86 + +[041B] Л +6.43,0;6.43,9;5.14,9;3.86,8.57;3,7.71;2.57,6.43;1.71,1.29;1.29,.43;.43,0;0,0 + +[041C] М +0,0;0,9;3,2.57;6,9;6,0 + +[041D] Н +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 + +[041E] О +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 + +[041F] П +0,0;0,9;5.14,9;5.14,0 + +[0420] Р +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 + +[0421] С +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 + +[0422] Т +0,9;5.14,9 +2.57,0;2.57,9 + +[0423] У +0,9;3,3 +6,9;2.14,1.29;1.29,.43;.43,0;0,0 + +[0424] Ф +3.43,0;3.43,9 +2.57,7.71;4.29,7.71;5.57,7.29;6.43,6.43;6.86,5.57;6.86,3.86;6.43,3;5.57,2.14;4.29,1.71;2.57,1.71;1.29,2.14;.43,3;0,3.86;0,5.57;.43,6.43;1.29,7.29;2.57,7.71 + +[0425] Х +0,9;6,0 +6,9;0,0 + +[0426] Ц +5.14,9;5.14,0 +0,9;0,0;6,0;6,-2.14 + +[0427] Ч +4.71,9;4.71,0 +0,9;0,5.57;.43,4.71;.86,4.29;1.71,3.86;4.71,3.86 + +[0428] Ш +4.29,9;4.29,0 +0,9;0,0;8.57,0;8.57,9 + +[0429] Щ +4.29,9;4.29,0 +0,9;0,0;8.57,0;8.57,9 +8.57,0;9.43,0;9.43,-2.14 + +[042A] Ъ +0,9;2.14,9;2.14,0;4.71,0;6,.43;6.86,1.29;7.29,2.14;7.29,3.43;6.86,4.29;6,5.14;4.71,5.57;2.14,5.57 + +[042B] Ы +8.14,9;8.14,0 +0,9;0,0;2.57,0;3.86,.43;4.71,1.29;5.14,2.14;5.14,3.43;4.71,4.29;3.86,5.14;2.57,5.57;0,5.57 + +[042C] Ь +0,9;0,0;2.57,0;3.86,.43;4.71,1.29;5.14,2.14;5.14,3.43;4.71,4.29;3.86,5.14;2.57,5.57;0,5.57 + +[042D] Э +5.57,4.29;1.29,4.29 +0,8.14;.43,8.57;1.71,9;2.57,9;3.86,8.57;4.71,7.71;5.14,6.86;5.57,5.14;5.57,3.86;5.14,2.14;4.71,1.29;3.86,.43;2.57,0;1.71,0;.43,.43;0,.86 + +[042E] Ю +0,9;0,0 +3,4.71;0,4.71 +5.14,9;6.86,9;7.71,8.57;8.57,7.71;9,6;9,3;8.57,1.29;7.71,.43;6.86,0;5.14,0;4.29,.43;3.43,1.29;3,3;3,6;3.43,7.71;4.29,8.57;5.14,9 + +[042F] Я +3,4.29;0,0 +5.14,0;5.14,9;1.71,9;.86,8.57;.43,8.14;0,7.29;0,6;.43,5.14;.86,4.71;1.71,4.29;5.14,4.29 + +[0430] а +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 + +[0431] б +4.71,9.43;4.29,9;3.43,8.57;1.71,8.57;.86,8.14;.43,7.71;0,6.86;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,.86;4.71,1.71;4.71,4.29;4.29,5.14;3.86,5.57;3,6;1.29,6;.43,5.57;0,5.14 + +[0432] в +2.14,3;3.43,2.57;3.86,1.71;3.86,1.29;3.43,.43;2.57,0;0,0;0,6;2.14,6;3,5.57;3.43,4.71;3.43,4.29;3,3.43;2.14,3;0,3 + +[0433] г +0,0;0,6;3.43,6 + +[0434] д +4.71,5.14;4.29,5.57;3.43,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,.86;4.71,1.71;4.71,7.29;4.29,8.14;3.86,8.57;3,9;1.29,9;.43,8.57 + +[0435] е +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 + +[0436] ж +3,3;0,0 +3.43,2.57;0,6 +3.43,6;3.43,0 +6.86,0;3.86,3 +6.86,6;3.43,2.57 + +[0437] з +1.71,3;2.57,3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,4.71;3.86,4.29;3.43,3.43;2.57,3;3.43,2.57;3.86,1.71;3.86,1.29;3.43,.43;2.57,0;.86,0;0,.43 + +[0438] и +0,6;0,0;4.29,6;4.29,0 + +[0439] й +0,6;0,0;4.29,6;4.29,0 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 + +[043A] к +0,6;0,0 +.86,3.43;3.43,0 +3.43,6;0,2.57 + +[043B] л +4.29,0;4.29,6;3,6;2.14,5.57;1.71,4.71;1.29,1.29;.86,.43;0,0 + +[043C] м +0,0;0,6;2.57,1.29;5.14,6;5.14,0 + +[043D] н +0,3;3.86,3 +0,6;0,0 +3.86,6;3.86,0 + +[043E] о +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 + +[043F] п +0,0;0,6;3.86,6;3.86,0 + +[0440] р +0,6;0,-3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 + +[0441] с +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 + +[0442] т +0,6;4.29,6 +2.14,6;2.14,0 + +[0443] у +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 + +[0444] ф +3,9;3,-3 +2.14,6;3.86,6;4.71,5.57;5.57,4.71;6,3.86;6,2.14;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,2.14;0,3.86;.43,4.71;1.29,5.57;2.14,6 + +[0445] х +0,0;4.71,6 +0,6;4.71,0 + +[0446] ц +3.86,6;3.86,0 +0,6;0,0;4.71,0;4.71,-2.14 + +[0447] ч +3.43,6;3.43,0 +0,6;0,3.86;.43,3;1.29,2.57;3.43,2.57 + +[0448] ш +3,6;3,0 +0,6;0,0;6,0;6,6 + +[0449] щ +3,6;3,0 +0,6;0,0;6,0;6,6 +6,0;6.86,0;6.86,-2.14 + +[044A] ъ +0,6;1.71,6;1.71,0;3.86,0;4.71,.43;5.14,1.29;5.14,2.57;4.71,3.43;3.86,3.86;1.71,3.86 + +[044B] ы +6,6;6,0 +0,6;0,0;2.14,0;3,.43;3.43,1.29;3.43,2.57;3,3.43;2.14,3.86;0,3.86 + +[044C] ь +0,6;0,0;2.14,0;3,.43;3.43,1.29;3.43,2.57;3,3.43;2.14,3.86;0,3.86 + +[044D] э +4.29,3;1.29,3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 + +[044E] ю +0,3;2.57,3 +0,6;0,0 +4.29,0;3.43,.43;3,.86;2.57,1.71;2.57,4.29;3,5.14;3.43,5.57;4.29,6;5.57,6;6.43,5.57;6.86,5.14;7.29,4.29;7.29,1.71;6.86,.86;6.43,.43;5.57,0;4.29,0 + +[044F] я +2.14,2.57;0,0 +3.86,0;3.86,6;1.29,6;.43,5.57;0,4.71;0,3.86;.43,3;1.29,2.57;3.86,2.57 + +[0450] ѐ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +1.29,9.43;2.57,8.14 + +[0451] ё +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[0452] ђ +0,6.86;3.86,6.86 +1.29,9;1.29,0 +1.29,3.43;1.71,3.86;2.57,4.29;3.43,4.29;4.29,3.86;4.71,3;4.71,0;4.29,-1.29;3.43,-2.57;3,-3 + +[0453] ѓ +0,0;0,6;3.43,6 +2.14,9.43;.86,8.14 + +[0454] є +0,3;3,3 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 + +[0455] ѕ +0,.43;.86,0;2.57,0;3.43,.43;3.86,1.29;3.86,1.71;3.43,2.57;2.57,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;2.57,6;3.43,5.57 + +[0456] і +.43,0;.43,6 +.43,9;0,8.57;.43,8.14;.86,8.57;.43,9;.43,8.14 + +[0457] ї +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +2.14,0;2.14,6 + +[0458] ј +1.71,6;1.71,-1.71;1.29,-2.57;.43,-3;0,-3 +1.71,9;1.29,8.57;1.71,8.14;2.14,8.57;1.71,9;1.71,8.14 + +[0459] љ +0,0;.86,.43;1.29,1.29;1.71,4.71;2.14,5.57;3,6;4.29,6;4.29,0;6.43,0;7.29,.43;7.71,1.29;7.71,2.57;7.29,3.43;6.43,3.86;4.29,3.86 + +[045A] њ +0,6;0,0 +3.86,6;3.86,0;6,0;6.86,.43;7.29,1.29;7.29,2.14;6.86,3;6,3.43;0,3.43 + +[045B] ћ +0,6.86;3.86,6.86 +1.29,9;1.29,0 +1.29,3.43;1.71,3.86;2.57,4.29;3.43,4.29;4.29,3.86;4.71,3;4.71,0 + +[045C] ќ +0,6;0,0 +.86,3.43;3.43,0 +3.43,6;0,2.57 +2.57,9.43;1.29,8.14 + +[045D] ѝ +0,6;0,0;4.29,6;4.29,0 +1.29,9.43;2.57,8.14 + +[045E] ў +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 + +[045F] џ +2.14,0;2.14,-2.14 +0,6;0,0;4.29,0;4.29,6 + +[0460] Ѡ +4.71,1.71;4.71,3.86 +2.14,9;1.29,8.57;.43,7.71;0,6.43;0,2.57;.43,1.29;1.29,.43;2.14,0;3,0;3.86,.43;4.29,.86;4.71,1.71;5.14,.86;5.57,.43;6.43,0;7.29,0;8.14,.43;9,1.29;9.43,2.57;9.43,6.43;9,7.71;8.14,8.57;7.29,9 + +[0461] ѡ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 + +[0462] Ѣ +0,7.71;5.57,7.71 +1.71,9;1.71,0;4.29,0;5.57,.43;6.43,1.29;6.86,2.14;6.86,3.43;6.43,4.29;5.57,5.14;4.29,5.57;1.71,5.57 + +[0463] ѣ +0,6;4.29,6 +1.71,9;1.71,0;3.86,0;4.71,.43;5.14,1.29;5.14,2.57;4.71,3.43;3.86,3.86;1.71,3.86 + +[0464] Ѥ +0,9;0,0 +6.86,4.71;0,4.71 +8.14,.86;7.71,.43;6.43,0;5.57,0;4.29,.43;3.43,1.29;3,2.14;2.57,3.86;2.57,5.14;3,6.86;3.43,7.71;4.29,8.57;5.57,9;6.43,9;7.71,8.57;8.14,8.14 + +[0465] ѥ +0,6;0,0 +5.14,3;0,3 +6.43,.43;5.57,0;3.86,0;3,.43;2.57,.86;2.14,1.71;2.14,4.29;2.57,5.14;3,5.57;3.86,6;5.57,6;6.43,5.57 + +[0466] Ѧ +1.71,3.43;6.86,3.43 +4.29,3.43;4.29,0 +0,0;4.29,9;8.57,0 + +[0467] ѧ +1.29,2.57;4.71,2.57 +3,2.57;3,0 +0,0;3,6;6,0 + +[0468] Ѩ +0,0;0,9 +0,3.43;9.43,3.43 +6.86,3.43;6.86,0 +2.57,0;6.86,9;11.14,0 + +[0469] ѩ +0,0;0,6 +5.14,2.57;5.14,0 +6.86,2.57;0,2.57 +2.14,0;5.14,6;8.14,0 + +[046A] Ѫ +3.86,0;3.86,4.71;.43,9;7.29,9;3.86,4.71 +0,0;0,2.14;.43,3.43;1.29,4.29;2.57,4.71;5.14,4.71;6.43,4.29;7.29,3.43;7.71,2.14;7.71,0 + +[046B] ѫ +3,0;3,3;.43,6;5.57,6;3,3 +0,0;0,1.29;.43,2.14;.86,2.57;1.71,3;4.29,3;5.14,2.57;5.57,2.14;6,1.29;6,0 + +[046C] Ѭ +0,0;0,9 +0,4.71;5.57,4.71 +6.86,0;6.86,4.71;3.43,9;10.29,9;6.86,4.71 +3,0;3,2.14;3.43,3.43;4.29,4.29;5.57,4.71;8.14,4.71;9.43,4.29;10.29,3.43;10.71,2.14;10.71,0 + +[046D] ѭ +0,0;0,6 +0,3;4.29,3 +5.57,0;5.57,3;3,6;8.14,6;5.57,3 +2.57,0;2.57,1.29;3,2.14;3.43,2.57;4.29,3;6.86,3;7.71,2.57;8.14,2.14;8.57,1.29;8.57,0 + +[046E] Ѯ +1.29,4.71;3,4.71 +.86,11.14;2.14,9;3,10.71;3.43,11.14;3.86,11.14 +0,8.57;.86,9;3,9;3.86,8.57;4.29,8.14;4.71,7.29;4.71,6.43;4.29,5.57;3.86,5.14;3,4.71;4.29,4.29;4.71,3.86;5.14,3;5.14,1.71;4.71,.86;4.29,.43;3.43,0;1.29,0;.43,-.43;0,-1.29;0,-1.71;.43,-2.57;1.29,-3;4.71,-3 + +[046F] ѯ +1.71,3;2.57,3 +.43,8.14;1.71,6;2.57,7.71;3,8.14;3.43,8.14 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,4.71;3.86,4.29;3.43,3.43;2.57,3;3.43,2.57;3.86,1.71;3.86,1.29;3.43,.43;2.57,0;1.29,0;.43,-.43;0,-1.29;0,-1.71;.43,-2.57;1.29,-3;3.43,-3 + +[0470] Ѱ +4.29,0;4.29,9 +0,9;.86,8.57;1.29,7.71;1.29,5.57;1.71,4.29;2.14,3.86;3,3.43;5.57,3.43;6.43,3.86;6.86,4.29;7.29,5.57;7.29,7.71;7.71,8.57;8.57,9 + +[0471] ѱ +3,6;3,-3 +0,6;0,2.14;.43,1.29;1.29,.43;2.14,0;3.86,0;4.71,.43;5.57,1.29;6,2.14;6,6 + +[0472] Ѳ +0,4.71;6,4.71 +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 + +[0473] ѳ +0,3;4.71,3 +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 + +[0474] Ѵ +0,9;3,0;6,9 + +[0475] ѵ +0,6;2.14,0;4.29,6 + +[0476] Ѷ +0,9;3,0;6,9 +1.71,11.14;.43,12.43 +4.71,11.14;3.43,12.43 + +[0477] ѷ +.43,6;2.57,0;4.71,6 +1.29,8.14;0,9.43 +4.29,8.14;3,9.43 + +[0478] Ѹ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +9,6;11.14,0 +13.29,6;11.14,0;10.29,-2.14;9.86,-2.57;9,-3 + +[0479] ѹ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +7.71,6;9.86,0 +12,6;9.86,0;9,-2.14;8.57,-2.57;7.71,-3 + +[047A] Ѻ +4.71,1.29;4.71,-1.29 +4.71,10.29;4.71,7.71 +2.57,9;1.29,8.57;.43,7.71;0,6.43;0,2.57;.43,1.29;1.29,.43;2.57,0;6.86,0;8.14,.43;9,1.29;9.43,2.57;9.43,6.43;9,7.71;8.14,8.57;6.86,9;2.57,9 + +[047B] ѻ +3,.86;3,-.86 +3,6.86;3,5.14 +1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;4.29,0;5.14,.43;5.57,.86;6,1.71;6,4.29;5.57,5.14;5.14,5.57;4.29,6;1.71,6 + +[047C] Ѽ +4.71,1.71;4.71,3.86 +2.14,9;1.29,8.57;.43,7.71;0,6.43;0,2.57;.43,1.29;1.29,.43;2.14,0;3,0;3.86,.43;4.29,.86;4.71,1.71;5.14,.86;5.57,.43;6.43,0;7.29,0;8.14,.43;9,1.29;9.43,2.57;9.43,6.43;9,7.71;8.14,8.57;7.29,9 +2.14,10.71;2.57,11.57;3.43,12;4.71,12;6,11.57;7.29,11.57 + +[047D] ѽ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +.43,7.71;.86,8.57;1.71,9;3,9;4.29,8.57;5.57,8.57 + +[047E] Ѿ +4.71,1.71;4.71,3.86 +2.14,9;1.29,8.57;.43,7.71;0,6.43;0,2.57;.43,1.29;1.29,.43;2.14,0;3,0;3.86,.43;4.29,.86;4.71,1.71;5.14,.86;5.57,.43;6.43,0;7.29,0;8.14,.43;9,1.29;9.43,2.57;9.43,6.43;9,7.71;8.14,8.57;7.29,9 +2.57,13.29;6.86,13.29 +4.71,13.29;4.71,12 + +[047F] ѿ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +.86,9.43;5.14,9.43 +3,9.43;3,8.14 + +[0480] Ҁ +5.57,8.57;4.29,9;2.57,9;1.29,8.57;.43,7.71;0,6.86;0,5.57;.43,4.71;1.29,3.86;2.57,3.43;4.29,3.43;4.29,0 + +[0481] ҁ +4.29,5.57;3.43,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,3.43;.43,2.57;.86,2.14;1.71,1.71;3.43,1.71;3.43,0 + +[0482] ҂ +.86,-.86;3.86,5.14 +1.29,4.29;4.71,2.57 +3.43,0;0,1.71 + +[0483] ҃ +0,8.14;0,9;4.29,8.57;4.29,9.43 + +[0484] ҄ +0,8.14;3.43,9.43;3.86,8.14 + +[0485] ҅ +0,9.43;1.29,8.14 + +[0486] ҆ +1.29,9.43;0,8.14 + +[0487] ҇ +0,7.71;.43,8.57;1.29,9;2.57,9;3.86,8.57;5.14,8.57 + +[0488] ҈ +0,3.86;.43,4.71;1.29,5.14;2.14,4.71;2.57,3.86 +2.14,-1.29;2.57,-.43;3.43,0;4.29,-.43;4.71,-1.29 +2.14,9;2.57,9.86;3.43,10.29;4.29,9.86;4.71,9 +7.29,-3.43;7.71,-2.57;8.57,-2.14;9.43,-2.57;9.86,-3.43 +7.29,11.14;7.71,12;8.57,12.43;9.43,12;9.86,11.14 +12.43,-1.29;12.86,-.43;13.71,0;14.57,-.43;15,-1.29 +12.43,9;12.86,9.86;13.71,10.29;14.57,9.86;15,9 +14.57,3.86;15,4.71;15.86,5.14;16.71,4.71;17.14,3.86 + +[0489] ҉ +2.57,4.29;0,4.29 +4.29,0;2.57,-1.71 +4.29,8.57;2.57,10.29 +8.57,-1.71;8.57,-4.29 +8.57,10.29;8.57,12.86 +12.86,0;14.57,-1.71 +12.86,8.57;14.57,10.29 +14.57,4.29;17.14,4.29 + +[048A] Ҋ +0,9;0,0;5.14,9;5.14,0 +5.14,0;6.43,0;3.86,-3 +.86,12.43;1.29,11.57;2.14,11.14;3,11.14;3.86,11.57;4.29,12.43 + +[048B] ҋ +0,6;0,0;4.29,6;4.29,0 +4.29,0;5.57,0;3,-3 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 + +[048C] Ҍ +1.29,9;1.29,0;3.86,0;5.14,.43;6,1.29;6.43,2.14;6.43,3.43;6,4.29;5.14,5.14;3.86,5.57;1.29,5.57 +0,7.71;2.57,7.71 + +[048D] ҍ +0,6;2.57,6 +1.29,9;1.29,0;3.43,0;4.29,.43;4.71,1.29;4.71,2.57;4.29,3.43;3.43,3.86;1.29,3.86 + +[048E] Ҏ +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 +3.43,6;5.14,3.43 + +[048F] ҏ +0,6;0,-3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 +2.57,1.71;4.29,-.86 + +[0490] Ґ +0,0;0,9;4.71,9;4.71,11.14 + +[0491] ґ +0,0;0,6;3.43,6;3.43,8.14 + +[0492] Ғ +1.29,0;1.29,9;6,9 +0,4.29;3.43,4.29 + +[0493] ғ +1.29,0;1.29,6;4.71,6 +0,3;3.43,3 + +[0494] Ҕ +0,0;0,9;4.71,9 +0,6;2.57,6;3.86,5.57;4.71,4.71;5.14,3.43;5.14,-.43;4.71,-1.71;3.86,-2.57;2.57,-3;1.71,-3 + +[0495] ҕ +0,0;0,6;3.43,6 +0,3;2.14,3;3,2.57;3.43,2.14;3.86,1.29;3.86,0;3.43,-1.29;2.57,-2.57;2.14,-3 + +[0496] Җ +3.86,5.14;0,0 +5.14,0;5.14,9 +5.14,3.86;0,9 +10.29,0;6.43,5.14 +10.29,9;5.14,3.86 +10.29,0;11.14,0;11.14,-2.14 + +[0497] җ +3,3;0,0 +3.43,2.57;0,6 +3.43,6;3.43,0 +6.86,0;3.86,3 +6.86,6;3.43,2.57 +6.86,0;7.71,0;7.71,-2.14 + +[0498] Ҙ +1.29,4.71;3,4.71 +0,8.57;.86,9;3,9;3.86,8.57;4.29,8.14;4.71,7.29;4.71,6.43;4.29,5.57;3.86,5.14;3,4.71;4.29,4.29;4.71,3.86;5.14,3;5.14,1.71;4.71,.86;4.29,.43;3.43,0;.86,0;0,.43 +2.14,-.43;3,-.86;3.43,-1.71;3,-2.57;2.14,-3;.86,-3 + +[0499] ҙ +1.71,3;2.57,3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,4.71;3.86,4.29;3.43,3.43;2.57,3;3.43,2.57;3.86,1.71;3.86,1.29;3.43,.43;2.57,0;.86,0;0,.43 +1.71,-.43;2.57,-.86;3,-1.71;2.57,-2.57;1.71,-3;.43,-3 + +[049A] Қ +0,0;0,9 +5.14,0;1.29,5.14 +5.14,9;0,3.86 +5.14,0;6,0;6,-2.14 + +[049B] қ +0,6;0,0 +.86,3.43;3.43,0 +3.43,6;0,2.57 +3.43,0;4.29,0;4.29,-2.14 + +[049C] Ҝ +0,0;0,9 +5.14,0;1.29,5.14 +5.14,9;0,3.86 +1.71,6.86;1.71,3.43 + +[049D] ҝ +0,6;0,0 +.86,3.43;3.43,0 +3.43,6;0,2.57 +1.71,5.14;1.71,1.71 + +[049E] Ҟ +1.29,0;1.29,9 +6.43,0;2.57,5.14 +6.43,9;1.29,3.86 +0,7.29;2.57,7.29 + +[049F] ҟ +1.29,0;1.29,9 +2.14,3.43;4.71,0 +4.71,6;1.29,2.57 +0,7.29;2.57,7.29 + +[04A0] Ҡ +7.29,0;3.43,5.14 +7.29,9;2.14,3.86 +0,9;2.14,9;2.14,0 + +[04A1] ҡ +2.57,3.43;5.14,0 +5.14,6;1.71,2.57 +0,6;1.71,6;1.71,0 + +[04A2] Ң +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 +5.14,0;6,0;6,-2.14 + +[04A3] ң +0,3;3.86,3 +0,6;0,0 +3.86,6;3.86,0 +3.86,0;4.71,0;4.71,-2.14 + +[04A4] Ҥ +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9;9.86,9 + +[04A5] ҥ +0,3;3.86,3 +0,6;0,0 +3.86,0;3.86,6;7.29,6 + +[04A6] Ҧ +0,0;0,9;5.14,9;5.14,0 +5.14,6;7.71,6;9,5.57;9.86,4.71;10.29,3.43;10.29,-.43;9.86,-1.71;9,-2.57;7.71,-3;6.86,-3 + +[04A7] ҧ +0,0;0,6;3.86,6;3.86,0 +3.86,3;6,3;6.86,2.57;7.29,2.14;7.71,1.29;7.71,0;7.29,-1.29;6.43,-2.57;6,-3 + +[04A8] Ҩ +3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,3.86;.43,2.14;.86,1.29;1.71,.43;3,0;3.86,0;5.14,.43;6,1.29;6.43,2.14;6.86,3.86;6.86,6;6.43,7.29;5.57,7.71;5.14,7.71;4.29,7.29;3.86,6;3.86,3.86;4.29,2.14;4.71,1.29;5.57,.43;6.43,0;7.29,0 + +[04A9] ҩ +2.14,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,3.86;4.71,4.71;3.86,5.14;3,4.71;2.57,3.86;2.57,1.71;3,.86;3.43,.43;4.29,0;5.57,0 + +[04AA] Ҫ +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 +3.43,-.43;4.29,-.86;4.71,-1.71;4.29,-2.57;3.43,-3;2.14,-3 + +[04AB] ҫ +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +2.57,-.43;3.43,-.86;3.86,-1.71;3.43,-2.57;2.57,-3;1.29,-3 + +[04AC] Ҭ +0,9;5.14,9 +2.57,0;2.57,9 +2.57,0;3.43,0;3.43,-2.14 + +[04AD] ҭ +0,6;4.29,6 +2.14,6;2.14,0 +2.14,0;3,0;3,-2.14 + +[04AE] Ү +3,4.29;3,0 +0,9;3,4.29;6,9 + +[04AF] ү +2.14,0;2.14,-3 +0,6;2.14,0;4.29,6 + +[04B0] Ұ +3,4.29;3,0 +0,9;3,4.29;6,9 +1.29,2.57;4.71,2.57 + +[04B1] ұ +2.14,0;2.14,-3 +0,6;2.14,0;4.29,6 +.43,-.86;3.86,-.86 + +[04B2] Ҳ +0,9;6,0 +6,9;0,0 +5.57,0;6.43,0;6.43,-2.14 + +[04B3] ҳ +0,0;4.71,6 +0,6;4.71,0 +4.29,0;5.14,0;5.14,-2.14 + +[04B4] Ҵ +0,9;5.14,9 +7.71,9;7.71,0 +2.57,9;2.57,0;8.57,0;8.57,-2.14 + +[04B5] ҵ +3.86,6;0,6 +6,6;6,0 +2.14,6;2.14,0;6.86,0;6.86,-2.14 + +[04B6] Ҷ +4.71,9;4.71,0 +0,9;0,5.57;.43,4.71;.86,4.29;1.71,3.86;4.71,3.86 +4.71,0;5.57,0;5.57,-2.14 + +[04B7] ҷ +3.43,6;3.43,0 +0,6;0,3.86;.43,3;1.29,2.57;3.43,2.57 +3.43,0;4.29,0;4.29,-2.14 + +[04B8] Ҹ +4.71,9;4.71,0 +0,9;0,5.57;.43,4.71;.86,4.29;1.71,3.86;4.71,3.86 +2.57,5.57;2.57,2.14 + +[04B9] ҹ +3.43,6;3.43,0 +0,6;0,3.86;.43,3;1.29,2.57;3.43,2.57 +1.71,4.29;1.71,.86 + +[04BA] Һ +0,0;0,9 +0,0 +0,4.71;2.57,4.71;3.86,4.29;4.71,3.43;5.14,2.14;5.14,0 + +[04BB] һ +0,0;0,9 +3.86,0;3.86,4.71;3.43,5.57;2.57,6;1.29,6;.43,5.57;0,5.14 + +[04BC] Ҽ +8.57,.86;8.14,.43;6.86,0;6,0;4.71,.43;3.86,1.29;3.43,2.14;3,3.86;3,5.14;3.43,6.86;3.86,7.71;4.71,8.57;6,9;6.86,9;8.14,8.57;9,7.71;9.43,6.86;9.86,5.14;3,4.29;1.71,4.29;.86,4.71;.43,5.14;0,6;0,6.86 + +[04BD] ҽ +6,.43;5.14,0;3.43,0;2.57,.43;2.14,1.29;2.14,4.71;2.57,5.57;3.43,6;5.14,6;6,5.57;6.43,4.71;6.43,3.86;2.14,3;1.29,3;.43,3.43;0,4.29;0,5.14 + +[04BE] Ҿ +8.57,.86;8.14,.43;6.86,0;6,0;4.71,.43;3.86,1.29;3.43,2.14;3,3.86;3,5.14;3.43,6.86;3.86,7.71;4.71,8.57;6,9;6.86,9;8.14,8.57;9,7.71;9.43,6.86;9.86,5.14;3,4.29;1.71,4.29;.86,4.71;.43,5.14;0,6;0,6.86 +6.43,0;5.57,-.86;5.14,-1.71;5.57,-2.57;6.43,-3;7.29,-3 + +[04BF] ҿ +6,.43;5.14,0;3.43,0;2.57,.43;2.14,1.29;2.14,4.71;2.57,5.57;3.43,6;5.14,6;6,5.57;6.43,4.71;6.43,3.86;2.14,3;1.29,3;.43,3.43;0,4.29;0,5.14 +4.29,0;3.43,-.86;3,-1.71;3.43,-2.57;4.29,-3;5.14,-3 + +[04C0] Ӏ +0,0;0,9 + +[04C1] Ӂ +3.86,5.14;0,0 +5.14,0;5.14,9 +5.14,3.86;0,9 +10.29,0;6.43,5.14 +10.29,9;5.14,3.86 +3.43,12.43;3.86,11.57;4.71,11.14;5.57,11.14;6.43,11.57;6.86,12.43 + +[04C2] ӂ +3,3;0,0 +3.43,2.57;0,6 +3.43,6;3.43,0 +6.86,0;3.86,3 +6.86,6;3.43,2.57 +1.71,9.43;2.14,8.57;3,8.14;3.86,8.14;4.71,8.57;5.14,9.43 + +[04C3] Ӄ +0,0;0,9 +5.14,0;1.29,5.14 +5.14,9;0,3.86 +5.14,0;5.14,-1.71;4.71,-2.57;3.86,-3;3,-3 + +[04C4] ӄ +0,6;0,0 +.86,3.43;3.43,0 +3.43,6;0,2.57 +3.43,0;3.43,-1.71;3,-2.57;2.14,-3;1.29,-3 + +[04C5] Ӆ +6.43,0;6.43,9;5.14,9;3.86,8.57;3,7.71;2.57,6.43;1.71,1.29;1.29,.43;.43,0;0,0 +6.43,0;7.71,0;5.14,-3 + +[04C6] ӆ +4.29,0;4.29,6;3,6;2.14,5.57;1.71,4.71;1.29,1.29;.86,.43;0,0 +4.29,0;5.57,0;3,-3 + +[04C7] Ӈ +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 +5.14,0;5.14,-1.71;4.71,-2.57;3.86,-3;3,-3 + +[04C8] ӈ +0,3;3.86,3 +0,6;0,0 +3.86,6;3.86,0 +3.86,0;3.86,-1.71;3.43,-2.57;2.57,-3;1.71,-3 + +[04C9] Ӊ +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 +5.14,0;6.43,0;3.86,-3 + +[04CA] ӊ +0,3;3.86,3 +0,6;0,0 +3.86,6;3.86,0 +3.86,0;5.14,0;2.57,-3 + +[04CB] Ӌ +4.71,9;4.71,0 +0,9;0,5.57;.43,4.71;.86,4.29;1.71,3.86;4.71,3.86 +4.71,0;3.86,0;3.86,-2.14 + +[04CC] ӌ +3.43,6;3.43,0 +0,6;0,3.86;.43,3;1.29,2.57;3.43,2.57 +3.43,0;2.57,0;2.57,-2.14 + +[04CD] Ӎ +0,0;0,9;3,2.57;6,9;6,0 +6,0;7.29,0;4.71,-3 + +[04CE] ӎ +0,0;0,6;2.57,1.29;5.14,6;5.14,0 +5.14,0;6.43,0;3.86,-3 + +[04CF] ӏ +0,0;0,9 + +[04D0] Ӑ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,12.43;1.71,11.57;2.57,11.14;3.43,11.14;4.29,11.57;4.71,12.43 + +[04D1] ӑ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 + +[04D2] Ӓ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,12;1.71,11.57;1.29,11.14;.86,11.57;1.29,12;1.29,11.14 +4.71,12;5.14,11.57;4.71,11.14;4.29,11.57;4.71,12;4.71,11.14 + +[04D3] ӓ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[04D4] Ӕ +.86,2.57;4.29,2.57 +4.29,4.71;7.29,4.71 +0,0;3,9;8.57,9 +4.29,9;4.29,0;8.57,0 + +[04D5] ӕ +.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71 +8.14,.43;7.29,0;5.57,0;4.71,.43;4.29,1.29;4.29,4.71;4.71,5.57;5.57,6;7.29,6;8.14,5.57;8.57,4.71;8.57,3.86;4.29,3.43;1.29,3.43;.43,3;0,2.14;0,1.29;.43,.43;1.29,0;3,0;3.86,.43;4.29,1.29 + +[04D6] Ӗ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +.43,12.43;.86,11.57;1.71,11.14;2.57,11.14;3.43,11.57;3.86,12.43 + +[04D7] ӗ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 + +[04D8] Ә +1.29,8.14;1.71,8.57;3,9;3.86,9;5.14,8.57;6,7.71;6.43,6.86;6.86,5.14;6.86,3.86;6.43,2.14;6,1.29;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;6.86,4.71 + +[04D9] ә +.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,1.29;3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,2.14;4.29,3 + +[04DA] Ӛ +1.29,8.14;1.71,8.57;3,9;3.86,9;5.14,8.57;6,7.71;6.43,6.86;6.86,5.14;6.86,3.86;6.43,2.14;6,1.29;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;6.86,4.71 +1.71,10.71;2.14,10.29;1.71,9.86;1.29,10.29;1.71,10.71;1.71,9.86 +5.14,10.71;5.57,10.29;5.14,9.86;4.71,10.29;5.14,10.71;5.14,9.86 + +[04DB] ӛ +.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,1.29;3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,2.14;4.29,3 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[04DC] Ӝ +3.86,5.14;0,0 +5.14,0;5.14,9 +5.14,3.86;0,9 +10.29,0;6.43,5.14 +10.29,9;5.14,3.86 +3.43,12;3.86,11.57;3.43,11.14;3,11.57;3.43,12;3.43,11.14 +6.86,12;7.29,11.57;6.86,11.14;6.43,11.57;6.86,12;6.86,11.14 + +[04DD] ӝ +3,3;0,0 +3.43,2.57;0,6 +3.43,6;3.43,0 +6.86,0;3.86,3 +6.86,6;3.43,2.57 +1.71,9;2.14,8.57;1.71,8.14;1.29,8.57;1.71,9;1.71,8.14 +5.14,9;5.57,8.57;5.14,8.14;4.71,8.57;5.14,9;5.14,8.14 + +[04DE] Ӟ +1.29,4.71;3,4.71 +0,8.57;.86,9;3,9;3.86,8.57;4.29,8.14;4.71,7.29;4.71,6.43;4.29,5.57;3.86,5.14;3,4.71;4.29,4.29;4.71,3.86;5.14,3;5.14,1.71;4.71,.86;4.29,.43;3.43,0;.86,0;0,.43 +.43,12;.86,11.57;.43,11.14;0,11.57;.43,12;.43,11.14 +3.86,12;4.29,11.57;3.86,11.14;3.43,11.57;3.86,12;3.86,11.14 + +[04DF] ӟ +2.14,3;3,3 +.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,4.29;3.86,3.43;3,3;3.86,2.57;4.29,1.71;4.29,1.29;3.86,.43;3,0;1.29,0;.43,.43 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[04E0] Ӡ +0,9;5.57,9;2.57,5.57;3.86,5.57;4.71,5.14;5.14,4.71;5.57,3.86;5.57,1.71;5.14,.86;4.71,.43;3.86,0;1.29,0;.43,.43;0,.86 + +[04E1] ӡ +0,6;3.86,6;.86,2.14;2.14,2.14;3,1.71;3.43,1.29;3.86,.43;3.86,-1.29;3.43,-2.14;3,-2.57;2.14,-3;.86,-3;0,-2.57 + +[04E2] Ӣ +0,9;0,0;5.14,9;5.14,0 +.43,11.57;4.71,11.57 + +[04E3] ӣ +0,6;0,0;4.29,6;4.29,0 +0,8.57;4.29,8.57 + +[04E4] Ӥ +0,9;0,0;5.14,9;5.14,0 +.86,12;1.29,11.57;.86,11.14;.43,11.57;.86,12;.86,11.14 +4.29,12;4.71,11.57;4.29,11.14;3.86,11.57;4.29,12;4.29,11.14 + +[04E5] ӥ +0,6;0,0;4.29,6;4.29,0 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[04E6] Ӧ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +1.29,12;1.71,11.57;1.29,11.14;.86,11.57;1.29,12;1.29,11.14 +4.71,12;5.14,11.57;4.71,11.14;4.29,11.57;4.71,12;4.71,11.14 + +[04E7] ӧ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.86,9;1.29,8.57;.86,8.14;.43,8.57;.86,9;.86,8.14 +4.29,9;4.71,8.57;4.29,8.14;3.86,8.57;4.29,9;4.29,8.14 + +[04E8] Ө +0,4.71;6,4.71 +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 + +[04E9] ө +0,3;4.71,3 +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 + +[04EA] Ӫ +0,4.71;6,4.71 +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +1.29,12;1.71,11.57;1.29,11.14;.86,11.57;1.29,12;1.29,11.14 +4.71,12;5.14,11.57;4.71,11.14;4.29,11.57;4.71,12;4.71,11.14 + +[04EB] ӫ +0,3;4.71,3 +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.86,9;1.29,8.57;.86,8.14;.43,8.57;.86,9;.86,8.14 +4.29,9;4.71,8.57;4.29,8.14;3.86,8.57;4.29,9;4.29,8.14 + +[04EC] Ӭ +5.57,4.71;1.29,4.71 +0,.86;.43,.43;1.71,0;2.57,0;3.86,.43;4.71,1.29;5.14,2.14;5.57,3.86;5.57,5.14;5.14,6.86;4.71,7.71;3.86,8.57;2.57,9;1.71,9;.43,8.57;0,8.14 +.43,12;.86,11.57;.43,11.14;0,11.57;.43,12;.43,11.14 +3.86,12;4.29,11.57;3.86,11.14;3.43,11.57;3.86,12;3.86,11.14 + +[04ED] ӭ +4.71,3;1.71,3 +.43,.43;1.29,0;3,0;3.86,.43;4.29,.86;4.71,1.71;4.71,4.29;4.29,5.14;3.86,5.57;3,6;1.29,6;.43,5.57 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[04EE] Ӯ +0,9;3,3 +6,9;2.14,1.29;1.29,.43;.43,0;0,0 +.86,11.57;5.14,11.57 + +[04EF] ӯ +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 +0,8.57;4.29,8.57 + +[04F0] Ӱ +0,9;3,3 +6,9;2.14,1.29;1.29,.43;.43,0;0,0 +1.29,12;1.71,11.57;1.29,11.14;.86,11.57;1.29,12;1.29,11.14 +4.71,12;5.14,11.57;4.71,11.14;4.29,11.57;4.71,12;4.71,11.14 + +[04F1] ӱ +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[04F2] Ӳ +0,9;3,3 +6,9;2.14,1.29;1.29,.43;.43,0;0,0 +2.57,12.43;1.29,11.14 +5.57,12.43;4.29,11.14 + +[04F3] ӳ +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 +1.71,9.43;.43,8.14 +4.71,9.43;3.43,8.14 + +[04F4] Ӵ +4.71,9;4.71,0 +0,9;0,5.57;.43,4.71;.86,4.29;1.71,3.86;4.71,3.86 +.86,12;1.29,11.57;.86,11.14;.43,11.57;.86,12;.86,11.14 +4.29,12;4.71,11.57;4.29,11.14;3.86,11.57;4.29,12;4.29,11.14 + +[04F5] ӵ +3.86,6;3.86,0 +.43,6;.43,3.86;.86,3;1.71,2.57;3.86,2.57 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[04F6] Ӷ +0,0;0,9;4.71,9 +0,0;.86,0;.86,-2.14 + +[04F7] ӷ +0,0;0,6;3.43,6 +0,0;.86,0;.86,-2.14 + +[04F8] Ӹ +8.14,9;8.14,0 +0,9;0,0;2.57,0;3.86,.43;4.71,1.29;5.14,2.14;5.14,3.43;4.71,4.29;3.86,5.14;2.57,5.57;0,5.57 +2.14,12;2.57,11.57;2.14,11.14;1.71,11.57;2.14,12;2.14,11.14 +5.57,12;6,11.57;5.57,11.14;5.14,11.57;5.57,12;5.57,11.14 + +[04F9] ӹ +6,6;6,0 +0,6;0,0;2.14,0;3,.43;3.43,1.29;3.43,2.57;3,3.43;2.14,3.86;0,3.86 +1.29,9;1.71,8.57;1.29,8.14;.86,8.57;1.29,9;1.29,8.14 +4.71,9;5.14,8.57;4.71,8.14;4.29,8.57;4.71,9;4.71,8.14 + +[04FA] Ӻ +5.57,9;1.29,9;1.29,0;3,0;3,-1.71;2.57,-2.57;1.71,-3;.86,-3 +0,4.29;3.43,4.29 + +[04FB] ӻ +4.71,6;1.29,6;1.29,0;3,0;3,-1.71;2.57,-2.57;1.71,-3;.86,-3 +0,3;3.43,3 + +[04FC] Ӽ +0,9;6,0 +6,9;0,0 +5.57,0;5.57,-1.71;5.14,-2.57;4.29,-3;3.43,-3 + +[04FD] ӽ +0,0;4.71,6 +0,6;4.71,0 +4.29,0;4.29,-1.71;3.86,-2.57;3,-3;2.14,-3 + +[04FE] Ӿ +0,9;6,0 +6,9;0,0 +1.29,4.71;4.71,4.71 + +[04FF] ӿ +0,0;4.71,6 +0,6;4.71,0 +.86,3;4.29,3 + +[0500] Ԁ +5.14,9;5.14,0;2.57,0;1.29,.43;.43,1.29;0,2.14;0,3.43;.43,4.29;1.29,5.14;2.57,5.57;5.14,5.57 + +[0501] ԁ +3.43,6;3.43,0;1.29,0;.43,.43;0,1.29;0,2.57;.43,3.43;1.29,3.86;3.43,3.86 + +[0502] Ԃ +5.14,1.29;5.57,.43;6.43,0;7.71,0;8.57,.43;9,1.29;9,6 +5.14,9;5.14,1.29;4.71,.43;3.86,0;2.57,0;1.29,.43;.43,1.29;0,2.14;0,3.43;.43,4.29;1.29,5.14;2.57,5.57;5.14,5.57 + +[0503] ԃ +3.43,1.29;3.86,.43;4.71,0;5.14,0;6,.43;6.43,1.29;6.43,4.29 +3.43,6;3.43,1.29;3,.43;2.14,0;1.29,0;.43,.43;0,1.29;0,2.57;.43,3.43;1.29,3.86;3.43,3.86 + +[0504] Ԅ +1.29,4.71;3,4.71 +0,8.57;.86,9;3,9;3.86,8.57;4.29,8.14;4.71,7.29;4.71,6.43;4.29,5.57;3.86,5.14;3,4.71;3.86,4.29;4.29,3.86;4.71,3;4.71,1.29;5.14,.43;6,0;7.29,0;8.14,.43;8.57,1.29;8.57,6 + +[0505] ԅ +1.71,3;2.57,3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,4.71;3.86,4.29;3.43,3.43;2.57,3;3.43,2.57;3.86,1.71;3.86,1.29;4.29,.43;5.14,0;5.57,0;6.43,.43;6.86,1.29;6.86,4.29 + +[0506] Ԇ +1.29,4.71;3,4.71 +0,8.57;.86,9;3,9;3.86,8.57;4.29,8.14;4.71,7.29;4.71,6.43;4.29,5.57;3.86,5.14;3,4.71;3.86,4.29;4.29,3.86;4.71,3;4.71,0;5.57,0;5.57,-2.14 + +[0507] ԇ +1.71,3;2.57,3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,4.71;3.86,4.29;3.43,3.43;2.57,3;3.43,2.57;3.86,1.71;3.86,0;4.71,0;4.71,-2.14 + +[0508] Ԉ +0,0;.43,0;1.29,.43;1.71,1.29;2.57,6.43;3,7.71;3.86,8.57;5.14,9;6.43,9;6.43,1.29;6.86,.43;7.71,0;9,0;9.86,.43;10.29,1.29;10.29,6 + +[0509] ԉ +0,0;.86,.43;1.29,1.29;1.71,4.71;2.14,5.57;3,6;4.29,6;4.29,1.29;4.71,.43;5.57,0;6,0;6.86,.43;7.29,1.29;7.29,4.29 + +[050A] Ԋ +0,0;0,9 +0,4.71;5.14,4.71 +5.14,9;5.14,1.29;5.57,.43;6.43,0;7.71,0;8.57,.43;9,1.29;9,6 + +[050B] ԋ +0,3;3.86,3 +0,6;0,0 +3.86,6;3.86,1.29;4.29,.43;5.14,0;5.57,0;6.43,.43;6.86,1.29;6.86,3.86 + +[050C] Ԍ +5.14,8.57;4.29,9;3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,3.86;.43,2.14;.86,1.29;1.71,.43;3,0;3.86,0;5.14,.43;5.57,.86;5.57,3.86;3.86,3.86 + +[050D] ԍ +3.86,5.57;3,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.29,2.57;3,2.57 + +[050E] Ԏ +0,9;5.14,9 +2.57,9;2.57,1.29;3,.43;3.86,0;5.14,0;6,.43;6.43,1.29;6.43,6 + +[050F] ԏ +0,6;4.29,6 +2.14,6;2.14,1.29;2.57,.43;3.43,0;3.86,0;4.71,.43;5.14,1.29;5.14,3.43 + +[0510] Ԑ +2.14,4.71;3.86,4.71 +5.14,8.57;4.29,9;2.14,9;1.29,8.57;.86,8.14;.43,7.29;.43,6.43;.86,5.57;1.29,5.14;2.14,4.71;.86,4.29;.43,3.86;0,3;0,1.71;.43,.86;.86,.43;1.71,0;4.29,0;5.14,.43 + +[0511] ԑ +1.29,3;.43,2.57;0,1.71;0,1.29;.43,.43;1.29,0;3,0;3.86,.43 +2.14,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57 + +[0512] Ԓ +6.43,0;6.43,9;5.14,9;3.86,8.57;3,7.71;2.57,6.43;1.71,1.29;1.29,.43;.43,0;0,0 +6.43,0;6.43,-1.71;6,-2.57;5.14,-3;4.29,-3 + +[0513] ԓ +4.29,0;4.29,6;3,6;2.14,5.57;1.71,4.71;1.29,1.29;.86,.43;0,0 +4.29,0;4.29,-1.71;3.86,-2.57;3,-3;2.14,-3 + +[0514] Ԕ +5.14,0;11.14,9 +0,0;.43,0;1.29,.43;1.71,1.29;2.57,6.43;3,7.71;3.86,8.57;5.14,9;11.14,0 + +[0515] ԕ +8.14,6;3,0 +0,0;.86,.43;1.29,1.29;1.71,4.71;2.14,5.57;3,6;8.14,0 + +[0516] Ԗ +7.71,9;4.71,5.14;7.71,0 +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 + +[0517] ԗ +0,6;0,-3 +6.86,6;4.29,3;6.86,0 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 + +[0518] Ԙ +3,4.29;0,0 +5.14,9;5.14,0;9.43,0 +8.14,4.29;1.71,4.29;.86,4.71;.43,5.14;0,6;0,7.29;.43,8.14;.86,8.57;1.71,9;9.43,9 + +[0519] ԙ +0,0;2.14,2.57 +4.29,4.71;4.29,6;1.29,6;.43,5.57;0,4.71;0,3.86;.43,3;1.29,2.57;4.29,2.57 +8.14,.43;7.29,0;5.57,0;4.71,.43;4.29,1.29;4.29,4.71;4.71,5.57;5.57,6;7.29,6;8.14,5.57;8.57,4.71;8.57,3.86;4.29,3 + +[051A] Ԛ +6.43,-.86;5.57,-.43;4.71,.43;3.43,1.71;2.57,2.14;1.71,2.14 +2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0 + +[051B] ԛ +4.29,6;4.29,-3 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 + +[051C] Ԝ +0,9;2.14,0;3.86,6.43;5.57,0;7.71,9 + +[051D] ԝ +0,6;1.71,0;3.43,4.29;5.14,0;6.86,6 + +[051E] Ԟ +0,0;0,9 +5.14,0;1.29,5.14 +5.14,9;0,3.86 +5.14,6.86;2.57,8.57 + +[051F] ԟ +0,6;0,0 +.86,3.43;3.43,0 +3.43,6;0,2.57 +3.86,4.29;1.29,6 + +[0520] Ԡ +6.43,0;6.43,9;5.14,9;3.86,8.57;3,7.71;2.57,6.43;1.71,1.29;1.29,.43;.43,0;0,0 +6.43,6;9,6;10.29,5.57;11.14,4.71;11.57,3.43;11.57,-.43;11.14,-1.71;10.29,-2.57;9,-3;8.14,-3 + +[0521] ԡ +4.29,0;4.29,6;3,6;2.14,5.57;1.71,4.71;1.29,1.29;.86,.43;0,0 +4.29,3;6.43,3;7.29,2.57;7.71,2.14;8.14,1.29;8.14,0;7.71,-1.29;6.86,-2.57;6.43,-3 + +[0522] Ԣ +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 +5.14,6;7.71,6;9,5.57;9.86,4.71;10.29,3.43;10.29,-.43;9.86,-1.71;9,-2.57;7.71,-3;6.86,-3 + +[0523] ԣ +0,3;3.86,3 +0,6;0,0 +3.86,6;3.86,0 +3.86,3;6,3;6.86,2.57;7.29,2.14;7.71,1.29;7.71,0;7.29,-1.29;6.43,-2.57;6,-3 + +[1D00] ᴀ +.43,1.29;3.86,1.29 +0,0;2.14,6;4.29,0 + +[1D01] ᴁ +.43,1.29;3,1.29 +3,3;5.14,3 +3,6;3,0;6,0 +6,6;2.14,6;0,0 + +[1D02] ᴂ +8.14,.43;7.29,0;5.57,0;4.71,.43;4.29,1.29 +.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,1.29;3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,2.14;4.29,2.57;7.29,2.57;8.14,3;8.57,3.86;8.57,4.71;8.14,5.57;7.29,6;5.57,6;4.71,5.57;4.29,4.71 + +[1D03] ᴃ +3.43,3;4.71,2.57;5.14,1.71;5.14,1.29;4.71,.43;3.86,0;1.29,0;1.29,6;3.43,6;4.29,5.57;4.71,4.71;4.71,4.29;4.29,3.43;3.43,3;1.29,3 +0,1.71;2.57,1.71 + +[1D04] ᴄ +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 + +[1D05] ᴅ +1.71,6;0,6;0,0;1.71,0;2.57,.43;3,.86;3.43,2.14;3.43,3.86;3,5.14;2.57,5.57;1.71,6 + +[1D06] ᴆ +3,6;1.29,6;1.29,0;3,0;3.86,.43;4.29,.86;4.71,2.14;4.71,3.86;4.29,5.14;3.86,5.57;3,6 +0,3;2.57,3 + +[1D07] ᴇ +0,3;2.14,3 +3,6;0,6;0,0;3,0 + +[1D08] ᴈ +2.57,3;3.43,3.43;3.86,4.29;3.86,4.71;3.43,5.57;2.57,6;.86,6;0,5.57 +1.71,3;2.57,3;3.43,2.57;3.86,1.71;3.86,1.29;3.43,.43;2.57,0;.86,0;0,.43 + +[1D09] ᴉ +.43,6;.43,0 +.43,-3;.86,-2.57;.43,-2.14;0,-2.57;.43,-3;.43,-2.14 + +[1D0A] ᴊ +2.14,6;2.14,1.71;1.71,.86;1.29,.43;.43,0;0,0 + +[1D0B] ᴋ +0,6;0,0 +.86,3.43;3.43,0 +3.43,6;0,2.57 + +[1D0C] ᴌ +1.29,6;1.29,0;4.29,0 +0,2.14;2.57,3.86 + +[1D0D] ᴍ +0,0;0,6;2.57,1.29;5.14,6;5.14,0 + +[1D0E] ᴎ +3.86,0;3.86,6;0,0;0,6 + +[1D0F] ᴏ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 + +[1D10] ᴐ +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 + +[1D11] ᴑ +6,3.43;6,2.14;5.57,1.29;5.14,.86;4.29,.43;1.71,.43;.86,.86;.43,1.29;0,2.14;0,3.43;.43,4.29;.86,4.71;1.71,5.14;4.29,5.14;5.14,4.71;5.57,4.29;6,3.43 + +[1D12] ᴒ +5.57,.86;6,1.71;6,3.43;5.57,4.29;5.14,4.71;4.29,5.14;1.71,5.14;.86,4.71;.43,4.29;0,3.43;0,1.71;.43,.86 + +[1D13] ᴓ +6,5.57;0,0 +6,3.43;6,2.14;5.57,1.29;5.14,.86;4.29,.43;1.71,.43;.86,.86;.43,1.29;0,2.14;0,3.43;.43,4.29;.86,4.71;1.71,5.14;4.29,5.14;5.14,4.71;5.57,4.29;6,3.43 + +[1D14] ᴔ +.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,1.29;3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,2.14;4.29,3 +4.29,1.71;4.71,.86;5.14,.43;6,0;7.29,0;8.14,.43;8.57,.86;9,1.71;9,4.29;8.57,5.14;8.14,5.57;7.29,6;6,6;5.14,5.57;4.71,5.14;4.29,4.29 + +[1D15] ᴕ +.86,6;.43,5.57;0,4.71;.43,3.86;1.29,3.43 +3,3.43;3.86,3.86;4.29,4.71;3.86,5.57;3.43,6 +1.29,3.43;3,3.43;3.86,3;4.29,2.14;4.29,1.29;3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43 + +[1D16] ᴖ +4.71,3;4.71,4.29;4.29,5.14;3.86,5.57;3,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,3 + +[1D17] ᴗ +0,3;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,.86;4.71,1.71;4.71,3 + +[1D18] ᴘ +0,0;0,6;2.57,6;3.43,5.57;3.86,4.71;3.86,3.86;3.43,3;2.57,2.57;0,2.57 + +[1D19] ᴙ +2.14,2.57;0,0 +3.86,0;3.86,6;1.29,6;.43,5.57;0,4.71;0,3.86;.43,3;1.29,2.57;3.86,2.57 + +[1D1A] ᴚ +2.14,3.43;0,6 +3.86,6;3.86,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.86,3.43 + +[1D1B] ᴛ +0,6;4.29,6 +2.14,6;2.14,0 + +[1D1C] ᴜ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,1.29;3.86,6 + +[1D1D] ᴝ +0,4.71;6,4.71 +0,.86;4.71,.86;5.57,1.29;6,2.14;6,3.43;5.57,4.29;5.14,4.71 + +[1D1E] ᴞ +3,4.71;9,4.71 +3,.86;7.71,.86;8.57,1.29;9,2.14;9,3.43;8.57,4.29;8.14,4.71 +.43,1.71;.86,1.29;.43,.86;0,1.29;.43,1.71;.43,.86 +.43,5.14;.86,4.71;.43,4.29;0,4.71;.43,5.14;.43,4.29 + +[1D1F] ᴟ +0,6.86;6,6.86 +5.14,6.86;5.57,6.43;6,5.57;6,4.29;5.57,3.43;4.71,3;0,3 +4.71,3;5.57,2.57;6,1.71;6,.43;5.57,-.43;4.71,-.86;0,-.86 + +[1D20] ᴠ +0,6;2.14,0;4.29,6 + +[1D21] ᴡ +0,6;1.71,0;3.43,4.29;5.14,0;6.86,6 + +[1D22] ᴢ +0,6;4.71,6;0,0;4.71,0 + +[1D23] ᴣ +0,6;3.43,6;1.71,3.86;2.14,3.86;3,3.43;3.43,2.57;3.43,1.29;3,.43;2.14,0;.86,0;0,.43 + +[1D24] ᴤ +5.14,5.57;3.86,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,3.43;.43,2.57;.86,2.14;1.71,1.71;3.43,1.29;4.29,.86;4.71,.43;5.14,-.43;5.14,-1.29;4.71,-2.14;4.29,-2.57;3.43,-3;1.29,-3;0,-2.57 +2.57,3;2.57,-.43 + +[1D25] ᴥ +4.29,0;1.29,3.86;.86,4.71;1.29,5.57;2.14,6;3,5.57;3.43,4.71;3,3.86;0,0 + +[1D26] ᴦ +0,0;0,6;3.43,6 + +[1D27] ᴧ +0,0;2.14,6;4.29,0 + +[1D28] ᴨ +0,0;0,6;3.86,6;3.86,0 + +[1D29] ᴩ +0,0;0,6;2.57,6;3.43,5.57;3.86,4.71;3.86,3.86;3.43,3;2.57,2.57;0,2.57 + +[1D2A] ᴪ +2.57,6;2.57,0 +0,6;.43,5.57;.43,3.86;.86,3;1.71,2.57;3.43,2.57;4.29,3;4.71,3.86;4.71,5.57;5.14,6 + +[1D2B] ᴫ +4.29,0;4.29,6;3,6;2.14,5.57;1.71,4.71;1.29,1.29;.86,.43;0,0 + +[1D2C] ᴬ +.43,6.86;3.86,6.86 +0,5.57;2.14,11.57;4.29,5.57 + +[1D2D] ᴭ +.43,6.86;3,6.86 +3,8.57;5.14,8.57 +3,11.57;3,5.57;6,5.57 +6,11.57;2.14,11.57;0,5.57 + +[1D2E] ᴮ +2.14,8.57;3.43,8.14;3.86,7.29;3.86,6.86;3.43,6;2.57,5.57;0,5.57;0,11.57;2.14,11.57;3,11.14;3.43,10.29;3.43,9.86;3,9;2.14,8.57;0,8.57 + +[1D2F] ᴯ +3.43,8.57;4.71,8.14;5.14,7.29;5.14,6.86;4.71,6;3.86,5.57;1.29,5.57;1.29,11.57;3.43,11.57;4.29,11.14;4.71,10.29;4.71,9.86;4.29,9;3.43,8.57;1.29,8.57 +0,8.57;2.57,8.57 + +[1D30] ᴰ +1.71,11.57;0,11.57;0,5.57;1.71,5.57;2.57,6;3,6.43;3.43,7.71;3.43,9.43;3,10.71;2.57,11.14;1.71,11.57 + +[1D31] ᴱ +0,8.57;2.14,8.57 +3,11.57;0,11.57;0,5.57;3,5.57 + +[1D32] ᴲ +3,8.57;.86,8.57 +0,11.57;3,11.57;3,5.57;0,5.57 + +[1D33] ᴳ +3.86,11.14;3,11.57;1.71,11.57;.86,11.14;.43,10.71;0,9.86;0,7.29;.43,6.43;.86,6;1.71,5.57;3.43,5.57;4.29,6;4.29,8.14;3,8.14 + +[1D34] ᴴ +0,8.57;3.86,8.57 +0,11.57;0,5.57 +3.86,11.57;3.86,5.57 + +[1D35] ᴵ +1.29,5.57;1.29,11.57 +2.57,5.57;0,5.57 +2.57,11.57;0,11.57 + +[1D36] ᴶ +2.14,11.57;2.14,7.29;1.71,6.43;1.29,6;.43,5.57;0,5.57 + +[1D37] ᴷ +0,11.57;0,5.57 +.86,9;3.43,5.57 +3.43,11.57;0,8.14 + +[1D38] ᴸ +0,11.57;0,5.57;3,5.57 + +[1D39] ᴹ +0,5.57;0,11.57;2.57,6.86;5.14,11.57;5.14,5.57 + +[1D3A] ᴺ +0,5.57;0,11.57;3.86,5.57;3.86,11.57 + +[1D3B] ᴻ +3.86,5.57;3.86,11.57;0,5.57;0,11.57 + +[1D3C] ᴼ +1.71,5.57;.86,6;.43,6.43;0,7.29;0,9.86;.43,10.71;.86,11.14;1.71,11.57;3,11.57;3.86,11.14;4.29,10.71;4.71,9.86;4.71,7.29;4.29,6.43;3.86,6;3,5.57;1.71,5.57 + +[1D3D] ᴽ +.86,11.57;.43,11.14;0,10.29;.43,9.43;1.29,9 +3,9;3.86,9.43;4.29,10.29;3.86,11.14;3.43,11.57 +1.29,9;3,9;3.86,8.57;4.29,7.71;4.29,6.86;3.86,6;3,5.57;1.29,5.57;.43,6;0,6.86;0,7.71;.43,8.57;1.29,9 + +[1D3E] ᴾ +0,5.57;0,11.57;2.57,11.57;3.43,11.14;3.86,10.29;3.86,9.43;3.43,8.57;2.57,8.14;0,8.14 + +[1D3F] ᴿ +1.71,8.14;3.86,5.57 +0,5.57;0,11.57;2.57,11.57;3.43,11.14;3.86,10.29;3.86,9.43;3.43,8.57;2.57,8.14;0,8.14 + +[1D40] ᵀ +0,11.57;4.29,11.57 +2.14,11.57;2.14,5.57 + +[1D41] ᵁ +0,11.57;0,6.86;.43,6;1.29,5.57;2.57,5.57;3.43,6;3.86,6.86;3.86,11.57 + +[1D42] ᵂ +0,11.57;1.71,5.57;3.43,9.86;5.14,5.57;6.86,11.57 + +[1D43] ᵃ +.43,9.43;1.29,9.86;2.14,9.86;3,9.43;3.43,8.57;3.43,5.57 +3.43,6;2.57,5.57;1.29,5.57;.43,6;0,6.86;.43,7.71;1.29,8.14;3.43,8.14 + +[1D44] ᵄ +0,9.86;0,6.86;.43,6;1.29,5.57;2.14,5.57;3,6 +0,9.43;.86,9.86;2.14,9.86;3,9.43;3.43,8.57;3,7.71;2.14,7.29;0,7.29 + +[1D45] ᵅ +4.29,9.86;3.43,6.86;3,6;2.14,5.57;1.29,5.57;.43,6;0,6.86;0,8.57;.43,9.43;1.29,9.86;2.14,9.86;3,9.43;3.86,6;4.29,5.57 + +[1D46] ᵆ +5.57,6;4.71,5.57;4.29,5.57;3.43,6;3,6.86 +.43,9.86;1.71,9.86;2.57,9.43;3,8.14;3,6.86;2.57,6;1.71,5.57;1.29,5.57;.43,6;0,6.86;0,7.29;4.71,7.29;5.57,7.71;6,8.57;5.57,9.43;4.71,9.86;4.29,9.86;3.43,9.43;3,8.14 + +[1D47] ᵇ +0,11.57;0,5.57 +0,6;.86,5.57;1.71,5.57;2.57,6;3,6.86;3,8.57;2.57,9.43;1.71,9.86;.86,9.86;0,9.43 + +[1D48] ᵈ +3,11.57;3,5.57 +3,9.43;2.14,9.86;1.29,9.86;.43,9.43;0,8.57;0,6.86;.43,6;1.29,5.57;2.14,5.57;3,6 + +[1D49] ᵉ +3,6;2.14,5.57;1.29,5.57;.43,6;0,6.86;0,8.57;.43,9.43;1.29,9.86;1.71,9.86;2.57,9.43;3,8.57;3,8.14;0,7.71 + +[1D4A] ᵊ +0,9.43;.86,9.86;1.71,9.86;2.57,9.43;3,8.57;3,6.86;2.57,6;1.71,5.57;1.29,5.57;.43,6;0,6.86;0,7.29;3,7.71 + +[1D4B] ᵋ +.43,7.71;1.29,7.71 +2.57,9.43;2.14,9.86;.43,9.86;0,9.43;0,8.14;.43,7.71;0,7.29;0,6;.43,5.57;2.14,5.57;2.57,6 + +[1D4C] ᵌ +1.29,7.71;2.14,7.71 +0,9.43;.43,9.86;2.14,9.86;2.57,9.43;2.57,8.14;2.14,7.71;2.57,7.29;2.57,6;2.14,5.57;.43,5.57;0,6 + +[1D4D] ᵍ +3,9.86;3,4.71;2.57,3.86;1.71,3.43;.43,3.43 +3,9.43;2.14,9.86;1.29,9.86;.43,9.43;0,8.57;0,6.86;.43,6;1.29,5.57;2.14,5.57;3,6 + +[1D4E] ᵎ +.43,9.86;.43,5.57 +.43,2.57;.86,3;.43,3.43;0,3;.43,2.57;.43,3.43 + +[1D4F] ᵏ +0,11.57;0,5.57 +2.57,5.57;.86,8.14 +2.57,9.86;0,7.29 + +[1D50] ᵐ +0,5.57;0,9.86 +0,9.43;.86,9.86;1.71,9.86;2.57,9.43;3,8.57;3,5.57 +3,8.57;3.43,9.43;4.29,9.86;4.71,9.86;5.57,9.43;6,8.57;6,5.57 + +[1D51] ᵑ +0,9.86;0,5.57 +0,9.43;.86,9.86;1.71,9.86;2.57,9.43;3,8.57;3,4.71;2.57,3.86;1.71,3.43;1.29,3.43 + +[1D52] ᵒ +1.29,5.57;.43,6;0,6.86;0,8.57;.43,9.43;1.29,9.86;2.14,9.86;3,9.43;3.43,8.57;3.43,6.86;3,6;2.14,5.57;1.29,5.57 + +[1D53] ᵓ +0,9.43;.86,9.86;1.71,9.86;2.57,9.43;3,8.57;3,6.86;2.57,6;1.71,5.57;.86,5.57;0,6 + +[1D54] ᵔ +0,7.71;0,8.57;.43,9.43;1.29,9.86;2.14,9.86;3,9.43;3.43,8.57;3.43,7.71 + +[1D55] ᵕ +0,7.71;0,6.86;.43,6;1.29,5.57;2.14,5.57;3,6;3.43,6.86;3.43,7.71 + +[1D56] ᵖ +0,3.43;0,9.86 +0,9.43;.86,9.86;1.71,9.86;2.57,9.43;3,8.57;3,6.86;2.57,6;1.71,5.57;.86,5.57;0,6 + +[1D57] ᵗ +0,9.86;2.57,9.86 +.86,11.57;.86,6.86;1.29,6;2.14,5.57;2.57,5.57 + +[1D58] ᵘ +3,9.86;3,5.57 +0,9.86;0,6.86;.43,6;1.29,5.57;2.14,5.57;3,6 + +[1D59] ᵙ +0,9;4.29,9 +0,6;3,6;3.86,6.43;4.29,7.29;4.29,8.14;3.86,9 + +[1D5A] ᵚ +6,9.86;6,5.57 +6,6;5.14,5.57;4.29,5.57;3.43,6;3,6.86;3,9.86 +3,6.86;2.57,6;1.71,5.57;1.29,5.57;.43,6;0,6.86;0,9.86 + +[1D5B] ᵛ +0,9.86;1.71,5.57;3.43,9.86 + +[1D5C] ᵜ +3.43,5.57;.86,8.57;.86,9.43;1.29,9.86;2.14,9.86;2.57,9.43;2.57,8.57;0,5.57 + +[1D5D] ᵝ +2.14,9;1.71,9 +0,3.43;.43,4.29;.43,10.29;.86,11.14;1.71,11.57;2.14,11.57;3,11.14;3.43,10.29;3,9.43;2.14,9;3,8.57;3.43,7.71;3.43,6.86;3,6;2.14,5.57;1.29,5.57;.43,6 + +[1D5E] ᵞ +2.14,6;2.14,3.43 +0,9.86;.86,9.43;2.14,6;3.86,9.86 + +[1D5F] ᵟ +2.14,9.86;1.29,9.86;.43,9.43;0,8.57;0,6.86;.43,6;1.29,5.57;2.14,5.57;3,6;3.43,6.86;3.43,8.57;3,9.43;2.14,9.86;.86,10.29;.43,10.71;.43,11.14;.86,11.57;3,11.57 + +[1D60] ᵠ +.43,9.86;0,9;0,7.29;.43,6.43;.86,6;1.71,5.57;3.43,5.57;4.29,6;4.71,6.43;5.14,7.29;5.14,8.57;4.71,9.43;3.86,9.86;3,9.43;2.57,8.57;2.57,3.43 + +[1D61] ᵡ +3.43,9.86;0,3.43 +0,9.86;.86,9.43;2.57,3.86;3.43,3.43 + +[1D62] ᵢ +.43,1.71;.43,-2.57 +.43,4.71;0,4.29;.43,3.86;.86,4.29;.43,4.71;.43,3.86 + +[1D63] ᵣ +0,1.71;0,-2.57 +0,.43;.43,1.29;1.29,1.71;2.14,1.71 + +[1D64] ᵤ +3,1.71;3,-2.57 +0,1.71;0,-1.29;.43,-2.14;1.29,-2.57;2.14,-2.57;3,-2.14 + +[1D65] ᵥ +0,1.71;1.71,-2.57;3.43,1.71 + +[1D66] ᵦ +2.14,.86;1.71,.86 +0,-4.71;.43,-3.86;.43,2.14;.86,3;1.71,3.43;2.14,3.43;3,3;3.43,2.14;3,1.29;2.14,.86;3,.43;3.43,-.43;3.43,-1.29;3,-2.14;2.14,-2.57;1.29,-2.57;.43,-2.14 + +[1D67] ᵧ +2.14,-2.14;2.14,-4.71 +0,1.71;.86,1.29;2.14,-2.14;3.86,1.71 + +[1D68] ᵨ +0,-4.71;0,.43;.43,1.29;1.29,1.71;1.71,1.71;2.57,1.29;3,.43;3,-1.29;2.57,-2.14;1.71,-2.57;.86,-2.57;0,-2.14 + +[1D69] ᵩ +.43,1.71;0,.86;0,-.86;.43,-1.71;.86,-2.14;1.71,-2.57;3.43,-2.57;4.29,-2.14;4.71,-1.71;5.14,-.86;5.14,.43;4.71,1.29;3.86,1.71;3,1.29;2.57,.43;2.57,-4.71 + +[1D6A] ᵪ +3.43,1.71;0,-4.71 +0,1.71;.86,1.29;2.57,-4.29;3.43,-4.71 + +[1D6B] ᵫ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,1.29 +7.71,.43;6.86,0;5.14,0;4.29,.43;3.86,1.29;3.86,4.71;4.29,5.57;5.14,6;6.86,6;7.71,5.57;8.14,4.71;8.14,3.86;3.86,3 + +[1D6C] ᵬ +1.71,0;1.71,9 +1.71,5.57;2.57,6;4.29,6;5.14,5.57;5.57,5.14;6,4.29;6,1.71;5.57,.86;5.14,.43;4.29,0;2.57,0;1.71,.43 +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 + +[1D6D] ᵭ +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +1.71,8.14;2.14,8.57;3,9;4.71,8.14;5.57,8.57;6,9 + +[1D6E] ᵮ +.86,6;4.29,6 +2.14,0;2.14,7.71;2.57,8.57;3.43,9;4.29,9 +0,3;.43,3.43;1.29,3.86;3,3;3.86,3.43;4.29,3.86 + +[1D6F] ᵯ +0,0;0,6 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +3.86,4.71;4.29,5.57;5.14,6;6.43,6;7.29,5.57;7.71,4.71;7.71,0 +1.71,3;2.14,3.43;3,3.86;4.71,3;5.57,3.43;6,3.86 + +[1D70] ᵰ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,0 +0,3;.43,3.43;1.29,3.86;3,3;3.86,3.43;4.29,3.86 + +[1D71] ᵱ +1.71,6;1.71,-3 +1.71,5.57;2.57,6;4.29,6;5.14,5.57;5.57,5.14;6,4.29;6,1.71;5.57,.86;5.14,.43;4.29,0;2.57,0;1.71,.43 +0,-2.14;.43,-1.71;1.29,-1.29;3,-2.14;3.86,-1.71;4.29,-1.29 + +[1D72] ᵲ +1.71,0;1.71,6 +1.71,4.29;2.14,5.14;2.57,5.57;3.43,6;4.29,6 +0,3;.43,3.43;1.29,3.86;3,3;3.86,3.43;4.29,3.86 + +[1D73] ᵳ +.43,0;3,0 +4.29,6;3.43,6;2.57,5.57;2.14,5.14;1.71,3.86;1.71,0 +0,3;.43,3.43;1.29,3.86;3,3;3.86,3.43;4.29,3.86 + +[1D74] ᵴ +0,.43;.86,0;2.57,0;3.43,.43;3.86,1.29;3.86,1.71;3.43,2.57;2.57,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;2.57,6;3.43,5.57 +0,3;.43,3.43;1.29,3.86;3,3;3.86,3.43;4.29,3.86 + +[1D75] ᵵ +.86,6;4.29,6 +2.14,9;2.14,1.29;2.57,.43;3.43,0;4.29,0 +0,3.43;.43,3.86;1.29,4.29;3,3.43;3.86,3.86;4.29,4.29 + +[1D76] ᵶ +0,6;4.71,6;0,0;4.71,0 +.43,3;.86,3.43;1.71,3.86;3.43,3;4.29,3.43;4.71,3.86 + +[1D77] ᵷ +0,0;0,7.29;.43,8.14;.86,8.57;1.71,9;3,9;3.86,8.57 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 + +[1D78] ᵸ +0,8.57;3.86,8.57 +0,11.57;0,5.57 +3.86,11.57;3.86,5.57 + +[1D79] ᵹ +0,6;3.86,6;.86,2.57;2.14,2.57;3,2.14;3.43,1.71;3.86,.86;3.86,-1.29;3.43,-2.14;3,-2.57;2.14,-3;1.29,-3;.43,-2.57;0,-1.71;0,-1.29;.43,-.43;1.29,0;3.86,0 + +[1D7A] ᵺ +0,6;3.43,6 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.43,0 +6.43,0;6.43,9 +10.29,0;10.29,4.71;9.86,5.57;9,6;7.71,6;6.86,5.57;6.43,5.14 +11.14,10.29;6,-2.14 + +[1D7B] ᵻ +1.29,0;1.29,6 +2.57,0;0,0 +2.57,6;0,6 +0,3;2.57,3 + +[1D7C] ᵼ +1.29,6;1.29,1.29;1.71,.43;2.57,0 +0,3;2.57,3 + +[1D7D] ᵽ +2.14,6;2.14,-3 +2.14,5.57;3,6;4.71,6;5.57,5.57;6,5.14;6.43,4.29;6.43,1.71;6,.86;5.57,.43;4.71,0;3,0;2.14,.43 +0,3;8.57,3 + +[1D7E] ᵾ +2.14,6;2.14,1.29;2.57,.43;3.43,0;4.71,0;5.57,.43;6,1.29;6,6 +0,3;8.57,3 + +[1D7F] ᵿ +6.86,6;5.57,6;5.57,4.71;6.43,3.86;6.86,3;6.86,1.71;6.43,.86;6,.43;5.14,0;3.86,0;3,.43;2.57,.86;2.14,1.71;2.14,3;2.57,3.86;3.43,4.71;3.43,6;2.14,6 +0,2.57;8.57,2.57 + +[1D80] ᶀ +0,0;0,9 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 +3.43,0;3.43,-1.71;3,-2.57;2.14,-3;1.29,-3 + +[1D81] ᶁ +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +4.29,0;4.29,-1.71;3.86,-2.57;3,-3;2.14,-3 + +[1D82] ᶂ +.86,6;4.29,6 +2.14,0;2.14,7.71;2.57,8.57;3.43,9;4.29,9 +2.14,0;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 + +[1D83] ᶃ +4.29,6;4.29,-1.29;3.86,-2.14;3.43,-2.57;2.57,-3;1.29,-3;.43,-2.57 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +3.86,-2.57;3.86,-4.29;3.43,-5.14;2.57,-5.57;1.71,-5.57 + +[1D84] ᶄ +0,0;0,9 +.86,3.43;3.43,0 +3.43,6;0,2.57 +3.43,0;3.43,-1.71;3,-2.57;2.14,-3;1.29,-3 + +[1D85] ᶅ +3.43,0;2.57,.43;2.14,1.29;2.14,9 +2.14,0;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 + +[1D86] ᶆ +0,0;0,6 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +3.86,4.71;4.29,5.57;5.14,6;6.43,6;7.29,5.57;7.71,4.71;7.71,0 +7.71,0;7.71,-1.71;7.29,-2.57;6.43,-3;5.57,-3 + +[1D87] ᶇ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +3.86,0;3.86,-1.71;3.43,-2.57;2.57,-3;1.71,-3 + +[1D88] ᶈ +0,6;0,-3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 +2.14,0;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 + +[1D89] ᶉ +2.14,0;2.14,6 +2.14,4.29;2.57,5.14;3,5.57;3.86,6;4.71,6 +2.14,0;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 + +[1D8A] ᶊ +.43,.43;1.29,0;3,0;3.86,.43;4.29,1.29;4.29,1.71;3.86,2.57;3,3;1.71,3;.86,3.43;.43,4.29;.43,4.71;.86,5.57;1.71,6;3,6;3.86,5.57 +2.14,0;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 + +[1D8B] ᶋ +4.29,9;3.43,9;2.57,8.57;2.14,7.71;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 +2.14,0;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 + +[1D8C] ᶌ +0,6;2.14,0;4.29,6 +2.14,0;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 + +[1D8D] ᶍ +0,0;4.71,6 +0,6;4.71,0 +4.29,0;4.29,-1.71;3.86,-2.57;3,-3;2.14,-3 + +[1D8E] ᶎ +0,6;4.71,6;0,0;4.71,0 +4.71,0;4.71,-1.71;4.29,-2.57;3.43,-3;2.57,-3 + +[1D8F] ᶏ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +2.14,0;2.14,-1.71;2.57,-2.57;3.43,-3;4.29,-3 + +[1D90] ᶐ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +2.57,0;2.57,-1.71;3,-2.57;3.86,-3;4.71,-3 + +[1D91] ᶑ +6.43,9;5.57,9;4.71,8.57;4.29,7.71;4.29,0 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +4.29,0;4.29,-1.71;4.71,-2.57;5.57,-3;6.43,-3 + +[1D92] ᶒ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +2.14,0;2.14,-1.71;2.57,-2.57;3.43,-3;4.29,-3 + +[1D93] ᶓ +1.29,3;.43,2.57;0,1.71;0,1.29;.43,.43;1.29,0;3,0;3.86,.43 +2.14,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57 +2.14,0;2.14,-1.71;2.57,-2.57;3.43,-3;4.29,-3 + +[1D94] ᶔ +2.57,3;3.43,2.57;3.86,1.71;3.86,1.29;3.43,.43;2.57,0;.86,0;0,.43 +1.71,3;2.57,3;3.43,3.43;3.86,4.29;3.86,4.71;3.43,5.57;2.57,6;.86,6;0,5.57 +1.71,0;1.71,-1.71;2.14,-2.57;3,-3;3.86,-3 + +[1D95] ᶕ +.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,1.29;3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,2.14;4.29,3 +2.14,0;2.14,-1.71;2.57,-2.57;3.43,-3;4.29,-3 + +[1D96] ᶖ +.43,0;.43,6 +.43,9;0,8.57;.43,8.14;.86,8.57;.43,9;.43,8.14 +.43,0;.43,-1.71;.86,-2.57;1.71,-3;2.57,-3 + +[1D97] ᶗ +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 +1.71,6;1.71,4.29;2.14,3.43;3,3;3.86,3 + +[1D98] ᶘ +4.29,9;3.43,9;2.57,8.57;2.14,7.71;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 +2.14,0;2.14,-1.71;2.57,-2.57;3.43,-3;4.29,-3 + +[1D99] ᶙ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +1.71,0;1.71,-1.71;2.14,-2.57;3,-3;3.86,-3 + +[1D9A] ᶚ +0,6;3.86,6;.86,2.14;2.14,2.14;3,1.71;3.43,1.29;3.86,.43;3.86,-1.29;3.43,-2.14;3,-2.57;2.14,-3;.86,-3;0,-2.57 +2.14,0;2.14,-1.71;2.57,-2.57;3.43,-3;4.29,-3 + +[1D9F] ᶟ +2.14,7.71;1.29,7.71 +0,9.43;.43,9.86;2.14,9.86;2.57,9.43;2.57,8.14;2.14,7.71;2.57,7.29;2.57,6;2.14,5.57;.43,5.57;0,6 + +[1DA1] ᶡ +0,0;0,9;6,9;6,0;0,0 +1.71,3;4.29,3 + +[1DA2] ᶢ +3,9.86;3,4.71;2.57,3.86;1.71,3.43;.43,3.43 +3,9.43;2.14,9.86;1.29,9.86;.43,9.43;0,8.57;0,6.86;.43,6;1.29,5.57;2.14,5.57;3,6 + +[1DA4] ᶤ +1.29,9.86;1.29,5.57 +1.29,12.86;.86,12.43;1.29,12;1.71,12.43;1.29,12.86;1.29,12 +0,3;2.57,3 + +[1DA5] ᶥ +-.43,11.57;-.43,6.86;0,6;.86,5.57 + +[1DA7] ᶧ +0,0;0,9;6,9;6,0;0,0 +1.71,3;4.29,3 + +[1DA8] ᶨ +0,0;0,9;6,9;6,0;0,0 +3,3.86;2.57,3.43;3,3;3.43,3.43;3,3.86;3,3 + +[1DAA] ᶪ +0,0;0,9;6,9;6,0;0,0 +3,0;3,-1.71;2.57,-2.57;1.71,-3;.86,-3 + +[1DAC] ᶬ +0,5.57;0,9.86 +0,9.43;.86,9.86;1.71,9.86;2.57,9.43;3,8.57;3,5.57 +3,8.57;3.43,9.43;4.29,9.86;4.71,9.86;5.57,9.43;6,8.57;6,5.57 +6,5.57;6,3.86;5.57,3;4.71,2.57;3.86,2.57 + +[1DAD] ᶭ +6,9.86;6,5.57 +6,6;5.14,5.57;4.29,5.57;3.43,6;3,6.86;3,9.86 +3,6.86;2.57,6;1.71,5.57;1.29,5.57;.43,6;0,6.86;0,9.86 +6,5.57;6,2.57 + +[1DAE] ᶮ +.86,9.86;.86,5.57 +.86,9.43;1.71,9.86;2.57,9.86;3.43,9.43;3.86,8.57;3.86,5.57 +2.14,0;2.14,-1.71;1.71,-2.57;.86,-3;0,-3 + +[1DAF] ᶯ +0,9.86;0,5.57 +0,9.43;.86,9.86;1.71,9.86;2.57,9.43;3,8.57;3,5.57 +1.29,0;1.29,-1.71;1.71,-2.57;2.57,-3;3.43,-3 + +[1DB2] ᶲ +.43,9.86;0,9;0,7.29;.43,6.43;.86,6;1.71,5.57;3.43,5.57;4.29,6;4.71,6.43;5.14,7.29;5.14,8.57;4.71,9.43;3.86,9.86;3,9.43;2.57,8.57;2.57,3.43 + +[1DB3] ᶳ +0,0;0,9;6,9;6,0;0,0 +3,0;3,-1.71;3.43,-2.57;4.29,-3;5.14,-3 + +[1DB5] ᶵ +0,9.86;2.57,9.86 +.86,11.57;.86,6.86;1.29,6;2.14,5.57;2.57,5.57 +2.57,5.57;2.57,3.86;2.14,3;1.29,2.57;.43,2.57 + +[1DBC] ᶼ +0,0;0,9;6,9;6,0;0,0 +3,0;3,-1.71;3.43,-2.57;4.29,-3;5.14,-3 + +[1E00] Ḁ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +3,-2.14;3.86,-2.57;4.29,-3.43;3.86,-4.29;3,-4.71;2.14,-4.29;1.71,-3.43;2.14,-2.57;3,-2.14 + +[1E01] ḁ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +2.14,-2.14;3,-2.57;3.43,-3.43;3,-4.29;2.14,-4.71;1.29,-4.29;.86,-3.43;1.29,-2.57;2.14,-2.14 + +[1E02] Ḃ +3,4.71;4.29,4.29;4.71,3.86;5.14,3;5.14,1.71;4.71,.86;4.29,.43;3.43,0;0,0;0,9;3,9;3.86,8.57;4.29,8.14;4.71,7.29;4.71,6.43;4.29,5.57;3.86,5.14;3,4.71;0,4.71 +2.57,12;2.14,11.57;2.57,11.14;3,11.57;2.57,12;2.57,11.14 + +[1E03] ḃ +0,0;0,9 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 +.43,12;0,11.57;.43,11.14;.86,11.57;.43,12;.43,11.14 + +[1E04] Ḅ +3,4.71;4.29,4.29;4.71,3.86;5.14,3;5.14,1.71;4.71,.86;4.29,.43;3.43,0;0,0;0,9;3,9;3.86,8.57;4.29,8.14;4.71,7.29;4.71,6.43;4.29,5.57;3.86,5.14;3,4.71;0,4.71 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1E05] ḅ +0,0;0,9 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 +2.14,-3;2.57,-2.57;2.14,-2.14;1.71,-2.57;2.14,-3;2.14,-2.14 + +[1E06] Ḇ +3,4.71;4.29,4.29;4.71,3.86;5.14,3;5.14,1.71;4.71,.86;4.29,.43;3.43,0;0,0;0,9;3,9;3.86,8.57;4.29,8.14;4.71,7.29;4.71,6.43;4.29,5.57;3.86,5.14;3,4.71;0,4.71 +4.71,-2.57;.43,-2.57 + +[1E07] ḇ +0,0;0,9 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 +4.29,-2.57;0,-2.57 + +[1E08] Ḉ +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 +3.43,-.43;4.29,-.86;4.71,-1.71;4.29,-2.57;3.43,-3;2.14,-3 +4.29,12.43;3,11.14 + +[1E09] ḉ +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +2.57,-.43;3.43,-.86;3.86,-1.71;3.43,-2.57;2.57,-3;1.29,-3 +3.43,9.43;2.14,8.14 + +[1E0A] Ḋ +0,0;0,9;2.14,9;3.43,8.57;4.29,7.71;4.71,6.86;5.14,5.14;5.14,3.86;4.71,2.14;4.29,1.29;3.43,.43;2.14,0;0,0 +2.57,12;2.14,11.57;2.57,11.14;3,11.57;2.57,12;2.57,11.14 + +[1E0B] ḋ +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +3.86,12;3.43,11.57;3.86,11.14;4.29,11.57;3.86,12;3.86,11.14 + +[1E0C] Ḍ +0,0;0,9;2.14,9;3.43,8.57;4.29,7.71;4.71,6.86;5.14,5.14;5.14,3.86;4.71,2.14;4.29,1.29;3.43,.43;2.14,0;0,0 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1E0D] ḍ +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1E0E] Ḏ +0,0;0,9;2.14,9;3.43,8.57;4.29,7.71;4.71,6.86;5.14,5.14;5.14,3.86;4.71,2.14;4.29,1.29;3.43,.43;2.14,0;0,0 +4.71,-2.57;.43,-2.57 + +[1E0F] ḏ +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +4.71,-2.57;.43,-2.57 + +[1E10] Ḑ +0,0;0,9;2.14,9;3.43,8.57;4.29,7.71;4.71,6.86;5.14,5.14;5.14,3.86;4.71,2.14;4.29,1.29;3.43,.43;2.14,0;0,0 +2.14,-.43;3,-.86;3.43,-1.71;3,-2.57;2.14,-3;.86,-3 + +[1E11] ḑ +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +2.57,-.43;3.43,-.86;3.86,-1.71;3.43,-2.57;2.57,-3;1.29,-3 + +[1E12] Ḓ +0,0;0,9;2.14,9;3.43,8.57;4.29,7.71;4.71,6.86;5.14,5.14;5.14,3.86;4.71,2.14;4.29,1.29;3.43,.43;2.14,0;0,0 +4.29,-3.43;2.57,-2.14;.86,-3.43 + +[1E13] ḓ +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +4.29,-3.43;2.57,-2.14;.86,-3.43 + +[1E14] Ḕ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +0,11.57;4.29,11.57 +1.29,14.57;2.57,13.29 + +[1E15] ḕ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +0,8.57;4.29,8.57 +1.29,12.43;2.57,11.14 + +[1E16] Ḗ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +0,11.57;4.29,11.57 +3,14.57;1.71,13.29 + +[1E17] ḗ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +0,8.57;4.29,8.57 +3,12.43;1.71,11.14 + +[1E18] Ḙ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +3.86,-3.43;2.14,-2.14;.43,-3.43 + +[1E19] ḙ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +3.86,-3.43;2.14,-2.14;.43,-3.43 + +[1E1A] Ḛ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +4.29,-2.14;3.86,-2.57;3,-3;1.29,-2.14;.43,-2.57;0,-3 + +[1E1B] ḛ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +4.29,-2.14;3.86,-2.57;3,-3;1.29,-2.14;.43,-2.57;0,-3 + +[1E1C] Ḝ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +2.14,-.43;3,-.86;3.43,-1.71;3,-2.57;2.14,-3;.86,-3 +.43,12.43;.86,11.57;1.71,11.14;2.57,11.14;3.43,11.57;3.86,12.43 + +[1E1D] ḝ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +2.14,-.43;3,-.86;3.43,-1.71;3,-2.57;2.14,-3;.86,-3 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 + +[1E1E] Ḟ +3,4.71;0,4.71 +0,0;0,9;4.29,9 +2.14,12;1.71,11.57;2.14,11.14;2.57,11.57;2.14,12;2.14,11.14 + +[1E1F] ḟ +0,6;3.43,6 +1.29,0;1.29,7.71;1.71,8.57;2.57,9;3.43,9 +2.14,12;1.71,11.57;2.14,11.14;2.57,11.57;2.14,12;2.14,11.14 + +[1E20] Ḡ +5.14,8.57;4.29,9;3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,3.86;.43,2.14;.86,1.29;1.71,.43;3,0;3.86,0;5.14,.43;5.57,.86;5.57,3.86;3.86,3.86 +1.29,11.57;5.57,11.57 + +[1E21] ḡ +4.29,6;4.29,-1.29;3.86,-2.14;3.43,-2.57;2.57,-3;1.29,-3;.43,-2.57 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +0,8.57;4.29,8.57 + +[1E22] Ḣ +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 +2.57,12;2.14,11.57;2.57,11.14;3,11.57;2.57,12;2.57,11.14 + +[1E23] ḣ +.43,0;.43,9 +4.29,0;4.29,4.71;3.86,5.57;3,6;1.71,6;.86,5.57;.43,5.14 +.43,12;0,11.57;.43,11.14;.86,11.57;.43,12;.43,11.14 + +[1E24] Ḥ +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1E25] ḥ +0,0;0,9 +3.86,0;3.86,4.71;3.43,5.57;2.57,6;1.29,6;.43,5.57;0,5.14 +2.14,-3;2.57,-2.57;2.14,-2.14;1.71,-2.57;2.14,-3;2.14,-2.14 + +[1E26] Ḧ +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 +.86,12;1.29,11.57;.86,11.14;.43,11.57;.86,12;.86,11.14 +4.29,12;4.71,11.57;4.29,11.14;3.86,11.57;4.29,12;4.29,11.14 + +[1E27] ḧ +2.14,0;2.14,9 +6,0;6,4.71;5.57,5.57;4.71,6;3.43,6;2.57,5.57;2.14,5.14 +.43,12;.86,11.57;.43,11.14;0,11.57;.43,12;.43,11.14 +3.86,12;4.29,11.57;3.86,11.14;3.43,11.57;3.86,12;3.86,11.14 + +[1E28] Ḩ +1.29,0;1.29,9 +1.29,4.71;6.43,4.71 +6.43,0;6.43,9 +1.29,-.43;2.14,-.86;2.57,-1.71;2.14,-2.57;1.29,-3;0,-3 + +[1E29] ḩ +1.29,0;1.29,9 +5.14,0;5.14,4.71;4.71,5.57;3.86,6;2.57,6;1.71,5.57;1.29,5.14 +1.29,-.43;2.14,-.86;2.57,-1.71;2.14,-2.57;1.29,-3;0,-3 + +[1E2A] Ḫ +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 +4.29,-2.14;3.86,-3;3,-3.43;2.14,-3.43;1.29,-3;.86,-2.14 + +[1E2B] ḫ +0,0;0,9 +3.86,0;3.86,4.71;3.43,5.57;2.57,6;1.29,6;.43,5.57;0,5.14 +3.86,-2.14;3.43,-3;2.57,-3.43;1.71,-3.43;.86,-3;.43,-2.14 + +[1E2C] Ḭ +2.14,0;2.14,9 +4.29,-2.14;3.86,-2.57;3,-3;1.29,-2.14;.43,-2.57;0,-3 + +[1E2D] ḭ +2.14,0;2.14,6 +2.14,9;1.71,8.57;2.14,8.14;2.57,8.57;2.14,9;2.14,8.14 +4.29,-2.14;3.86,-2.57;3,-3;1.29,-2.14;.43,-2.57;0,-3 + +[1E2E] Ḯ +2.14,0;2.14,9 +.43,12;.86,11.57;.43,11.14;0,11.57;.43,12;.43,11.14 +3.86,12;4.29,11.57;3.86,11.14;3.43,11.57;3.86,12;3.86,11.14 +3,14.57;1.71,13.29 + +[1E2F] ḯ +2.14,0;2.14,6 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +3,12.43;1.71,11.14 + +[1E30] Ḱ +0,0;0,9 +5.14,0;1.29,5.14 +5.14,9;0,3.86 +3.43,12.43;2.14,11.14 + +[1E31] ḱ +.43,0;.43,9 +1.29,3.43;3.86,0 +3.86,6;.43,2.57 +1.29,11.14;0,9.86 + +[1E32] Ḳ +0,0;0,9 +5.14,0;1.29,5.14 +5.14,9;0,3.86 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1E33] ḳ +0,0;0,9 +.86,3.43;3.43,0 +3.43,6;0,2.57 +1.71,-3;2.14,-2.57;1.71,-2.14;1.29,-2.57;1.71,-3;1.71,-2.14 + +[1E34] Ḵ +0,0;0,9 +5.14,0;1.29,5.14 +5.14,9;0,3.86 +4.71,-2.57;.43,-2.57 + +[1E35] ḵ +.43,0;.43,9 +1.29,3.43;3.86,0 +3.86,6;.43,2.57 +4.29,-2.57;0,-2.57 + +[1E36] Ḷ +4.29,0;0,0;0,9 +2.14,-3;2.57,-2.57;2.14,-2.14;1.71,-2.57;2.14,-3;2.14,-2.14 + +[1E37] ḷ +.86,0;0,.43;-.43,1.29;-.43,9 +0,-3;.43,-2.57;0,-2.14;-.43,-2.57;0,-3;0,-2.14 + +[1E38] Ḹ +6.43,0;2.14,0;2.14,9 +0,11.57;4.29,11.57 +4.29,-3;4.71,-2.57;4.29,-2.14;3.86,-2.57;4.29,-3;4.29,-2.14 + +[1E39] ḹ +3.43,0;2.57,.43;2.14,1.29;2.14,9 +0,11.57;4.29,11.57 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1E3A] Ḻ +4.29,0;0,0;0,9 +4.29,-2.57;0,-2.57 + +[1E3B] ḻ +3,0;2.14,.43;1.71,1.29;1.71,9 +4.29,-2.57;0,-2.57 + +[1E3C] Ḽ +4.29,0;0,0;0,9 +3.86,-3.43;2.14,-2.14;.43,-3.43 + +[1E3D] ḽ +2.57,0;1.71,.43;1.29,1.29;1.29,9 +3.43,-3.43;1.71,-2.14;0,-3.43 + +[1E3E] Ḿ +0,0;0,9;3,2.57;6,9;6,0 +3.86,12.43;2.57,11.14 + +[1E3F] ḿ +0,0;0,6 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +3.86,4.71;4.29,5.57;5.14,6;6.43,6;7.29,5.57;7.71,4.71;7.71,0 +4.71,9.43;3.43,8.14 + +[1E40] Ṁ +0,0;0,9;3,2.57;6,9;6,0 +3,12;2.57,11.57;3,11.14;3.43,11.57;3,12;3,11.14 + +[1E41] ṁ +0,0;0,6 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +3.86,4.71;4.29,5.57;5.14,6;6.43,6;7.29,5.57;7.71,4.71;7.71,0 +3.86,9;3.43,8.57;3.86,8.14;4.29,8.57;3.86,9;3.86,8.14 + +[1E42] Ṃ +0,0;0,9;3,2.57;6,9;6,0 +3,-3;3.43,-2.57;3,-2.14;2.57,-2.57;3,-3;3,-2.14 + +[1E43] ṃ +0,0;0,6 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +3.86,4.71;4.29,5.57;5.14,6;6.43,6;7.29,5.57;7.71,4.71;7.71,0 +3.86,-3;4.29,-2.57;3.86,-2.14;3.43,-2.57;3.86,-3;3.86,-2.14 + +[1E44] Ṅ +0,0;0,9;5.14,0;5.14,9 +2.57,12;2.14,11.57;2.57,11.14;3,11.57;2.57,12;2.57,11.14 + +[1E45] ṅ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +1.71,9;1.29,8.57;1.71,8.14;2.14,8.57;1.71,9;1.71,8.14 + +[1E46] Ṇ +0,0;0,9;5.14,0;5.14,9 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1E47] ṇ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +1.71,-3;2.14,-2.57;1.71,-2.14;1.29,-2.57;1.71,-3;1.71,-2.14 + +[1E48] Ṉ +0,0;0,9;5.14,0;5.14,9 +4.71,-2.57;.43,-2.57 + +[1E49] ṉ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,0 +4.29,-2.57;0,-2.57 + +[1E4A] Ṋ +0,0;0,9;5.14,0;5.14,9 +4.29,-3.43;2.57,-2.14;.86,-3.43 + +[1E4B] ṋ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +3.43,-3.43;1.71,-2.14;0,-3.43 + +[1E4C] Ṍ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +.86,11.14;1.29,11.57;2.14,12;3.86,11.14;4.71,11.57;5.14,12 +3.86,14.57;2.57,13.29 + +[1E4D] ṍ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.43,8.14;.86,8.57;1.71,9;3.43,8.14;4.29,8.57;4.71,9 +3.43,12.43;2.14,11.14 + +[1E4E] Ṏ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +.86,11.14;1.29,11.57;2.14,12;3.86,11.14;4.71,11.57;5.14,12 +1.29,14.14;1.71,13.71;1.29,13.29;.86,13.71;1.29,14.14;1.29,13.29 +4.71,14.14;5.14,13.71;4.71,13.29;4.29,13.71;4.71,14.14;4.71,13.29 + +[1E4F] ṏ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.43,8.14;.86,8.57;1.71,9;3.43,8.14;4.29,8.57;4.71,9 +.86,12;1.29,11.57;.86,11.14;.43,11.57;.86,12;.86,11.14 +4.29,12;4.71,11.57;4.29,11.14;3.86,11.57;4.29,12;4.29,11.14 + +[1E50] Ṑ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +.86,11.57;5.14,11.57 +2.14,14.57;3.43,13.29 + +[1E51] ṑ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.43,8.57;4.71,8.57 +1.71,12.43;3,11.14 + +[1E52] Ṓ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +.86,11.57;5.14,11.57 +3.86,14.57;2.57,13.29 + +[1E53] ṓ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.43,8.57;4.71,8.57 +3.43,12.43;2.14,11.14 + +[1E54] Ṕ +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 +3.43,12.43;2.14,11.14 + +[1E55] ṕ +0,6;0,-3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 +3,9.43;1.71,8.14 + +[1E56] Ṗ +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 +2.57,12;2.14,11.57;2.57,11.14;3,11.57;2.57,12;2.57,11.14 + +[1E57] ṗ +0,6;0,-3 +0,5.57;.86,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.29,1.71;3.86,.86;3.43,.43;2.57,0;.86,0;0,.43 +2.14,9;1.71,8.57;2.14,8.14;2.57,8.57;2.14,9;2.14,8.14 + +[1E58] Ṙ +5.14,0;2.14,4.29 +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 +2.57,12;2.14,11.57;2.57,11.14;3,11.57;2.57,12;2.57,11.14 + +[1E59] ṙ +0,0;0,6 +0,4.29;.43,5.14;.86,5.57;1.71,6;2.57,6 +1.29,9;.86,8.57;1.29,8.14;1.71,8.57;1.29,9;1.29,8.14 + +[1E5A] Ṛ +5.14,0;2.14,4.29 +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1E5B] ṛ +.43,0;.43,6 +.43,4.29;.86,5.14;1.29,5.57;2.14,6;3,6 +.43,-3;.86,-2.57;.43,-2.14;0,-2.57;.43,-3;.43,-2.14 + +[1E5C] Ṝ +5.14,0;2.14,4.29 +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 +.43,11.57;4.71,11.57 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1E5D] ṝ +.86,0;.86,6 +.86,4.29;1.29,5.14;1.71,5.57;2.57,6;3.43,6 +0,8.57;4.29,8.57 +.86,-3;1.29,-2.57;.86,-2.14;.43,-2.57;.86,-3;.86,-2.14 + +[1E5E] Ṟ +5.14,0;2.14,4.29 +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 +4.71,-2.57;.43,-2.57 + +[1E5F] ṟ +2.14,0;2.14,6 +2.14,4.29;2.57,5.14;3,5.57;3.86,6;4.71,6 +4.29,-2.57;0,-2.57 + +[1E60] Ṡ +0,.43;1.29,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,2.57;4.71,3.43;4.29,3.86;3.43,4.29;1.71,4.71;.86,5.14;.43,5.57;0,6.43;0,7.29;.43,8.14;.86,8.57;1.71,9;3.86,9;5.14,8.57 +2.57,12;2.14,11.57;2.57,11.14;3,11.57;2.57,12;2.57,11.14 + +[1E61] ṡ +0,.43;.86,0;2.57,0;3.43,.43;3.86,1.29;3.86,1.71;3.43,2.57;2.57,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;2.57,6;3.43,5.57 +1.71,9;1.29,8.57;1.71,8.14;2.14,8.57;1.71,9;1.71,8.14 + +[1E62] Ṣ +0,.43;1.29,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,2.57;4.71,3.43;4.29,3.86;3.43,4.29;1.71,4.71;.86,5.14;.43,5.57;0,6.43;0,7.29;.43,8.14;.86,8.57;1.71,9;3.86,9;5.14,8.57 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1E63] ṣ +0,.43;.86,0;2.57,0;3.43,.43;3.86,1.29;3.86,1.71;3.43,2.57;2.57,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;2.57,6;3.43,5.57 +1.71,-3;2.14,-2.57;1.71,-2.14;1.29,-2.57;1.71,-3;1.71,-2.14 + +[1E64] Ṥ +0,.43;1.29,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,2.57;4.71,3.43;4.29,3.86;3.43,4.29;1.71,4.71;.86,5.14;.43,5.57;0,6.43;0,7.29;.43,8.14;.86,8.57;1.71,9;3.86,9;5.14,8.57 +3.86,12.43;2.57,11.14 +.43,12.43;.86,12;.43,11.57;0,12;.43,12.43;.43,11.57 + +[1E65] ṥ +.86,.43;1.71,0;3.43,0;4.29,.43;4.71,1.29;4.71,1.71;4.29,2.57;3.43,3;2.14,3;1.29,3.43;.86,4.29;.86,4.71;1.29,5.57;2.14,6;3.43,6;4.29,5.57 +3.86,9.43;2.57,8.14 +.43,9.43;.86,9;.43,8.57;0,9;.43,9.43;.43,8.57 + +[1E66] Ṧ +0,.43;1.29,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,2.57;4.71,3.43;4.29,3.86;3.43,4.29;1.71,4.71;.86,5.14;.43,5.57;0,6.43;0,7.29;.43,8.14;.86,8.57;1.71,9;3.86,9;5.14,8.57 +.86,12.43;2.57,11.14;4.29,12.43 +2.57,14.14;2.14,13.71;2.57,13.29;3,13.71;2.57,14.14;2.57,13.29 + +[1E67] ṧ +0,.43;.86,0;2.57,0;3.43,.43;3.86,1.29;3.86,1.71;3.43,2.57;2.57,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;2.57,6;3.43,5.57 +0,9.43;1.71,8.14;3.43,9.43 +1.71,12;1.29,11.57;1.71,11.14;2.14,11.57;1.71,12;1.71,11.14 + +[1E68] Ṩ +0,.43;1.29,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,2.57;4.71,3.43;4.29,3.86;3.43,4.29;1.71,4.71;.86,5.14;.43,5.57;0,6.43;0,7.29;.43,8.14;.86,8.57;1.71,9;3.86,9;5.14,8.57 +2.57,12;2.14,11.57;2.57,11.14;3,11.57;2.57,12;2.57,11.14 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1E69] ṩ +0,.43;.86,0;2.57,0;3.43,.43;3.86,1.29;3.86,1.71;3.43,2.57;2.57,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;2.57,6;3.43,5.57 +1.71,9;1.29,8.57;1.71,8.14;2.14,8.57;1.71,9;1.71,8.14 +1.71,-3;2.14,-2.57;1.71,-2.14;1.29,-2.57;1.71,-3;1.71,-2.14 + +[1E6A] Ṫ +0,9;5.14,9 +2.57,0;2.57,9 +2.57,12;2.14,11.57;2.57,11.14;3,11.57;2.57,12;2.57,11.14 + +[1E6B] ṫ +0,6;3.43,6 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.43,0 +1.29,12;.86,11.57;1.29,11.14;1.71,11.57;1.29,12;1.29,11.14 + +[1E6C] Ṭ +0,9;5.14,9 +2.57,0;2.57,9 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1E6D] ṭ +0,6;3.43,6 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.43,0 +2.14,-3;2.57,-2.57;2.14,-2.14;1.71,-2.57;2.14,-3;2.14,-2.14 + +[1E6E] Ṯ +0,9;5.14,9 +2.57,0;2.57,9 +4.71,-2.57;.43,-2.57 + +[1E6F] ṯ +0,6;3.43,6 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.43,0 +4.29,-2.57;0,-2.57 + +[1E70] Ṱ +0,9;5.14,9 +2.57,0;2.57,9 +4.29,-3.43;2.57,-2.14;.86,-3.43 + +[1E71] ṱ +0,6;3.43,6 +1.29,9;1.29,1.29;1.71,.43;2.57,0;3.43,0 +3.86,-3.43;2.14,-2.14;.43,-3.43 + +[1E72] Ṳ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +4.29,-3;3.86,-2.57;4.29,-2.14;4.71,-2.57;4.29,-3;4.29,-2.14 +.86,-3;.43,-2.57;.86,-2.14;1.29,-2.57;.86,-3;.86,-2.14 + +[1E73] ṳ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +3.86,-3;3.43,-2.57;3.86,-2.14;4.29,-2.57;3.86,-3;3.86,-2.14 +.43,-3;0,-2.57;.43,-2.14;.86,-2.57;.43,-3;.43,-2.14 + +[1E74] Ṵ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +4.71,-2.14;4.29,-2.57;3.43,-3;1.71,-2.14;.86,-2.57;.43,-3 + +[1E75] ṵ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +4.29,-2.14;3.86,-2.57;3,-3;1.29,-2.14;.43,-2.57;0,-3 + +[1E76] Ṷ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +4.29,-3.43;2.57,-2.14;.86,-3.43 + +[1E77] ṷ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +3.86,-3.43;2.14,-2.14;.43,-3.43 + +[1E78] Ṹ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +.43,11.14;.86,11.57;1.71,12;3.43,11.14;4.29,11.57;4.71,12 +3.43,14.57;2.14,13.29 + +[1E79] ṹ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 +3,12.43;1.71,11.14 + +[1E7A] Ṻ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +.43,11.57;4.71,11.57 +.86,14.14;1.29,13.71;.86,13.29;.43,13.71;.86,14.14;.86,13.29 +4.29,14.14;4.71,13.71;4.29,13.29;3.86,13.71;4.29,14.14;4.29,13.29 + +[1E7B] ṻ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +0,8.57;4.29,8.57 +.43,12;.86,11.57;.43,11.14;0,11.57;.43,12;.43,11.14 +3.86,12;4.29,11.57;3.86,11.14;3.43,11.57;3.86,12;3.86,11.14 + +[1E7C] Ṽ +0,9;3,0;6,9 +.86,11.14;1.29,11.57;2.14,12;3.86,11.14;4.71,11.57;5.14,12 + +[1E7D] ṽ +0,6;2.14,0;4.29,6 +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 + +[1E7E] Ṿ +0,9;3,0;6,9 +3,-3;3.43,-2.57;3,-2.14;2.57,-2.57;3,-3;3,-2.14 + +[1E7F] ṿ +0,6;2.14,0;4.29,6 +2.14,-3;2.57,-2.57;2.14,-2.14;1.71,-2.57;2.14,-3;2.14,-2.14 + +[1E80] Ẁ +0,9;2.14,0;3.86,6.43;5.57,0;7.71,9 +3,12.43;4.29,11.14 + +[1E81] ẁ +0,6;1.71,0;3.43,4.29;5.14,0;6.86,6 +2.57,9.43;3.86,8.14 + +[1E82] Ẃ +0,9;2.14,0;3.86,6.43;5.57,0;7.71,9 +4.71,12.43;3.43,11.14 + +[1E83] ẃ +0,6;1.71,0;3.43,4.29;5.14,0;6.86,6 +4.29,9.43;3,8.14 + +[1E84] Ẅ +0,9;2.14,0;3.86,6.43;5.57,0;7.71,9 +2.14,12;2.57,11.57;2.14,11.14;1.71,11.57;2.14,12;2.14,11.14 +5.57,12;6,11.57;5.57,11.14;5.14,11.57;5.57,12;5.57,11.14 + +[1E85] ẅ +0,6;1.71,0;3.43,4.29;5.14,0;6.86,6 +1.71,9;2.14,8.57;1.71,8.14;1.29,8.57;1.71,9;1.71,8.14 +5.14,9;5.57,8.57;5.14,8.14;4.71,8.57;5.14,9;5.14,8.14 + +[1E86] Ẇ +0,9;2.14,0;3.86,6.43;5.57,0;7.71,9 +3.86,12;3.43,11.57;3.86,11.14;4.29,11.57;3.86,12;3.86,11.14 + +[1E87] ẇ +0,6;1.71,0;3.43,4.29;5.14,0;6.86,6 +3.43,9;3,8.57;3.43,8.14;3.86,8.57;3.43,9;3.43,8.14 + +[1E88] Ẉ +0,9;2.14,0;3.86,6.43;5.57,0;7.71,9 +3.86,-3;4.29,-2.57;3.86,-2.14;3.43,-2.57;3.86,-3;3.86,-2.14 + +[1E89] ẉ +0,6;1.71,0;3.43,4.29;5.14,0;6.86,6 +3.43,-3;3.86,-2.57;3.43,-2.14;3,-2.57;3.43,-3;3.43,-2.14 + +[1E8A] Ẋ +0,9;6,0 +6,9;0,0 +3,12;2.57,11.57;3,11.14;3.43,11.57;3,12;3,11.14 + +[1E8B] ẋ +0,0;4.71,6 +0,6;4.71,0 +2.57,9;2.14,8.57;2.57,8.14;3,8.57;2.57,9;2.57,8.14 + +[1E8C] Ẍ +0,9;6,0 +6,9;0,0 +1.29,12;1.71,11.57;1.29,11.14;.86,11.57;1.29,12;1.29,11.14 +4.71,12;5.14,11.57;4.71,11.14;4.29,11.57;4.71,12;4.71,11.14 + +[1E8D] ẍ +0,0;4.71,6 +0,6;4.71,0 +.86,9;1.29,8.57;.86,8.14;.43,8.57;.86,9;.86,8.14 +4.29,9;4.71,8.57;4.29,8.14;3.86,8.57;4.29,9;4.29,8.14 + +[1E8E] Ẏ +3,4.29;3,0 +0,9;3,4.29;6,9 +3,12;2.57,11.57;3,11.14;3.43,11.57;3,12;3,11.14 + +[1E8F] ẏ +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 +2.14,9;1.71,8.57;2.14,8.14;2.57,8.57;2.14,9;2.14,8.14 + +[1E90] Ẑ +0,9;6,9;0,0;6,0 +1.29,11.14;3,12.43;4.71,11.14 + +[1E91] ẑ +0,6;4.71,6;0,0;4.71,0 +.86,8.14;2.57,9.43;4.29,8.14 + +[1E92] Ẓ +0,9;6,9;0,0;6,0 +3,-3;3.43,-2.57;3,-2.14;2.57,-2.57;3,-3;3,-2.14 + +[1E93] ẓ +0,6;4.71,6;0,0;4.71,0 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1E94] Ẕ +0,9;6,9;0,0;6,0 +5.14,-2.57;.86,-2.57 + +[1E95] ẕ +0,6;4.71,6;0,0;4.71,0 +4.71,-2.57;.43,-2.57 + +[1E96] ẖ +0,0;0,9 +3.86,0;3.86,4.71;3.43,5.57;2.57,6;1.29,6;.43,5.57;0,5.14 +4.29,-2.57;0,-2.57 + +[1E97] ẗ +.86,6;4.29,6 +2.14,9;2.14,1.29;2.57,.43;3.43,0;4.29,0 +.43,12;.86,11.57;.43,11.14;0,11.57;.43,12;.43,11.14 +3.86,12;4.29,11.57;3.86,11.14;3.43,11.57;3.86,12;3.86,11.14 + +[1E98] ẘ +0,6;1.71,0;3.43,4.29;5.14,0;6.86,6 +3.43,8.14;2.57,8.57;2.14,9.43;2.57,10.29;3.43,10.71;4.29,10.29;4.71,9.43;4.29,8.57;3.43,8.14 + +[1E99] ẙ +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 +2.14,8.14;1.29,8.57;.86,9.43;1.29,10.29;2.14,10.71;3,10.29;3.43,9.43;3,8.57;2.14,8.14 + +[1E9A] ẚ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +4.29,7.29;5.14,7.71;5.57,8.57;5.14,9.43;4.29,9.86 + +[1E9B] ẛ +-.43,0;-.43,7.71;0,8.57;.86,9;1.71,9 +.43,12;0,11.57;.43,11.14;.86,11.57;.43,12;.43,11.14 + +[1E9C] ẜ +1.29,0;1.29,7.71;1.71,8.57;2.57,9;3.43,9 +0,3.43;2.57,5.14 + +[1E9D] ẝ +1.29,0;1.29,7.71;1.71,8.57;2.57,9;3.43,9 +0,6.43;2.57,6.43 + +[1E9E] ẞ +0,0;0,6.43;.43,7.71;1.29,8.57;2.57,9;6.86,9;3.86,5.57;5.14,5.57;6,5.14;6.43,4.71;6.86,3.86;6.86,1.71;6.43,.86;6,.43;5.14,0;3.43,0;2.57,.43;2.14,.86 + +[1E9F] ẟ +3,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,.86;4.71,1.71;4.71,4.29;4.29,5.14;3.86,5.57;3,6;1.71,6.43;.86,6.86;.43,7.71;.86,8.57;1.71,9;3.43,9;4.29,8.57 + +[1EA0] Ạ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +3,-3;3.43,-2.57;3,-2.14;2.57,-2.57;3,-3;3,-2.14 + +[1EA1] ạ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +2.14,-3;2.57,-2.57;2.14,-2.14;1.71,-2.57;2.14,-3;2.14,-2.14 + +[1EA2] Ả +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +3,11.14;3.86,12;4.29,12.86;3.86,13.71;3,14.14;2.14,14.14 + +[1EA3] ả +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +2.14,8.14;3,9;3.43,9.86;3,10.71;2.14,11.14;1.29,11.14 + +[1EA4] Ấ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +4.29,12.43;5.57,13.71 +1.29,11.14;3,12.43;4.71,11.14 + +[1EA5] ấ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +3.43,9.43;4.71,10.71 +.43,8.14;2.14,9.43;3.86,8.14 + +[1EA6] Ầ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.71,12.43;.43,13.71 +1.29,11.14;3,12.43;4.71,11.14 + +[1EA7] ầ +4.71,0;4.71,4.71;4.29,5.57;3.43,6;1.71,6;.86,5.57 +4.71,.43;3.86,0;1.71,0;.86,.43;.43,1.29;.43,2.14;.86,3;1.71,3.43;3.86,3.43;4.71,3.86 +1.29,9.43;0,10.71 +.86,8.14;2.57,9.43;4.29,8.14 + +[1EA8] Ẩ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,11.14;3,12.43;4.71,11.14 +5.57,11.14;6.43,12;6.86,12.86;6.43,13.71;5.57,14.14;4.71,14.14 + +[1EA9] ẩ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,8.14;2.14,9.43;3.86,8.14 +4.71,8.14;5.57,9;6,9.86;5.57,10.71;4.71,11.14;3.86,11.14 + +[1EAA] Ẫ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,11.14;3,12.43;4.71,11.14 +.86,13.29;1.29,13.71;2.14,14.14;3.86,13.29;4.71,13.71;5.14,14.14 + +[1EAB] ẫ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,8.14;2.14,9.43;3.86,8.14 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 + +[1EAC] Ậ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,11.14;3,12.43;4.71,11.14 +3,-3;3.43,-2.57;3,-2.14;2.57,-2.57;3,-3;3,-2.14 + +[1EAD] ậ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,8.14;2.14,9.43;3.86,8.14 +2.14,-3;2.57,-2.57;2.14,-2.14;1.71,-2.57;2.14,-3;2.14,-2.14 + +[1EAE] Ắ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,12.43;1.71,11.57;2.57,11.14;3.43,11.14;4.29,11.57;4.71,12.43 +3.86,14.57;2.57,13.29 + +[1EAF] ắ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 +3,12.43;1.71,11.14 + +[1EB0] Ằ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,12.43;1.71,11.57;2.57,11.14;3.43,11.14;4.29,11.57;4.71,12.43 +2.14,14.57;3.43,13.29 + +[1EB1] ằ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 +1.29,12.43;2.57,11.14 + +[1EB2] Ẳ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,12.43;1.71,11.57;2.57,11.14;3.43,11.14;4.29,11.57;4.71,12.43 +2.14,12.43;3,13.29;3.43,14.14;3,15;2.14,15.43;1.29,15.43 + +[1EB3] ẳ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 +1.29,9.43;2.14,10.29;2.57,11.14;2.14,12;1.29,12.43;.43,12.43 + +[1EB4] Ẵ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,12.43;1.71,11.57;2.57,11.14;3.43,11.14;4.29,11.57;4.71,12.43 +.86,13.29;1.29,13.71;2.14,14.14;3.86,13.29;4.71,13.71;5.14,14.14 + +[1EB5] ẵ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 + +[1EB6] Ặ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,12.43;1.71,11.57;2.57,11.14;3.43,11.14;4.29,11.57;4.71,12.43 +3,-3;3.43,-2.57;3,-2.14;2.57,-2.57;3,-3;3,-2.14 + +[1EB7] ặ +4.29,0;4.29,4.71;3.86,5.57;3,6;1.29,6;.43,5.57 +4.29,.43;3.43,0;1.29,0;.43,.43;0,1.29;0,2.14;.43,3;1.29,3.43;3.43,3.43;4.29,3.86 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 +2.14,-3;2.57,-2.57;2.14,-2.14;1.71,-2.57;2.14,-3;2.14,-2.14 + +[1EB8] Ẹ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +2.14,-3;2.57,-2.57;2.14,-2.14;1.71,-2.57;2.14,-3;2.14,-2.14 + +[1EB9] ẹ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +2.14,-3;2.57,-2.57;2.14,-2.14;1.71,-2.57;2.14,-3;2.14,-2.14 + +[1EBA] Ẻ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +2.14,11.14;3,12;3.43,12.86;3,13.71;2.14,14.14;1.29,14.14 + +[1EBB] ẻ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +2.14,8.14;3,9;3.43,9.86;3,10.71;2.14,11.14;1.29,11.14 + +[1EBC] Ẽ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 + +[1EBD] ẽ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 + +[1EBE] Ế +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +3.43,12.43;4.71,13.71 +.43,11.14;2.14,12.43;3.86,11.14 + +[1EBF] ế +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +3.43,9.43;4.71,10.71 +.43,8.14;2.14,9.43;3.86,8.14 + +[1EC0] Ề +.43,4.71;3.43,4.71 +4.71,0;.43,0;.43,9;4.71,9 +1.29,12.43;0,13.71 +.86,11.14;2.57,12.43;4.29,11.14 + +[1EC1] ề +4.29,.43;3.43,0;1.71,0;.86,.43;.43,1.29;.43,4.71;.86,5.57;1.71,6;3.43,6;4.29,5.57;4.71,4.71;4.71,3.86;.43,3 +1.29,9.43;0,10.71 +.86,8.14;2.57,9.43;4.29,8.14 + +[1EC2] Ể +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +.43,11.14;2.14,12.43;3.86,11.14 +4.71,11.14;5.57,12;6,12.86;5.57,13.71;4.71,14.14;3.86,14.14 + +[1EC3] ể +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +.43,8.14;2.14,9.43;3.86,8.14 +4.71,8.14;5.57,9;6,9.86;5.57,10.71;4.71,11.14;3.86,11.14 + +[1EC4] Ễ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +.43,11.14;2.14,12.43;3.86,11.14 +0,13.29;.43,13.71;1.29,14.14;3,13.29;3.86,13.71;4.29,14.14 + +[1EC5] ễ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +.43,8.14;2.14,9.43;3.86,8.14 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 + +[1EC6] Ệ +0,4.71;3,4.71 +4.29,0;0,0;0,9;4.29,9 +.43,11.14;2.14,12.43;3.86,11.14 +2.14,-3;2.57,-2.57;2.14,-2.14;1.71,-2.57;2.14,-3;2.14,-2.14 + +[1EC7] ệ +3.86,.43;3,0;1.29,0;.43,.43;0,1.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57;4.29,4.71;4.29,3.86;0,3 +.43,8.14;2.14,9.43;3.86,8.14 +2.14,-3;2.57,-2.57;2.14,-2.14;1.71,-2.57;2.14,-3;2.14,-2.14 + +[1EC8] Ỉ +.86,0;.86,9 +.86,11.14;1.71,12;2.14,12.86;1.71,13.71;.86,14.14;0,14.14 + +[1EC9] ỉ +.86,0;.86,6 +.86,8.14;1.71,9;2.14,9.86;1.71,10.71;.86,11.14;0,11.14 + +[1ECA] Ị +.43,0;.43,9 +.43,-3;.86,-2.57;.43,-2.14;0,-2.57;.43,-3;.43,-2.14 + +[1ECB] ị +.43,0;.43,6 +.43,9;0,8.57;.43,8.14;.86,8.57;.43,9;.43,8.14 +.43,-3;.86,-2.57;.43,-2.14;0,-2.57;.43,-3;.43,-2.14 + +[1ECC] Ọ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +3,-3;3.43,-2.57;3,-2.14;2.57,-2.57;3,-3;3,-2.14 + +[1ECD] ọ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1ECE] Ỏ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +3,11.14;3.86,12;4.29,12.86;3.86,13.71;3,14.14;2.14,14.14 + +[1ECF] ỏ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +2.57,8.14;3.43,9;3.86,9.86;3.43,10.71;2.57,11.14;1.71,11.14 + +[1ED0] Ố +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +4.29,12.43;5.57,13.71 +1.29,11.14;3,12.43;4.71,11.14 + +[1ED1] ố +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +3.86,9.43;5.14,10.71 +.86,8.14;2.57,9.43;4.29,8.14 + +[1ED2] Ồ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +1.71,12.43;.43,13.71 +1.29,11.14;3,12.43;4.71,11.14 + +[1ED3] ồ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +1.29,9.43;0,10.71 +.86,8.14;2.57,9.43;4.29,8.14 + +[1ED4] Ổ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +1.29,11.14;3,12.43;4.71,11.14 +5.57,11.14;6.43,12;6.86,12.86;6.43,13.71;5.57,14.14;4.71,14.14 + +[1ED5] ổ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.86,8.14;2.57,9.43;4.29,8.14 +5.14,8.14;6,9;6.43,9.86;6,10.71;5.14,11.14;4.29,11.14 + +[1ED6] Ỗ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +1.29,11.14;3,12.43;4.71,11.14 +.86,13.29;1.29,13.71;2.14,14.14;3.86,13.29;4.71,13.71;5.14,14.14 + +[1ED7] ỗ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.86,8.14;2.57,9.43;4.29,8.14 +.43,11.14;.86,11.57;1.71,12;3.43,11.14;4.29,11.57;4.71,12 + +[1ED8] Ộ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +1.29,11.14;3,12.43;4.71,11.14 +3,-3;3.43,-2.57;3,-2.14;2.57,-2.57;3,-3;3,-2.14 + +[1ED9] ộ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +.86,8.14;2.57,9.43;4.29,8.14 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1EDA] Ớ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +4.71,8.57;5.57,9;6,9.86;5.57,10.71;5.14,11.14 +3.86,12.43;2.57,11.14 + +[1EDB] ớ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +3.86,5.57;4.71,6;5.14,6.86;4.71,7.71;4.29,8.14 +3.43,9.43;2.14,8.14 + +[1EDC] Ờ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +4.71,8.57;5.57,9;6,9.86;5.57,10.71;5.14,11.14 +2.14,12.43;3.43,11.14 + +[1EDD] ờ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +3.86,5.57;4.71,6;5.14,6.86;4.71,7.71;4.29,8.14 +1.71,9.43;3,8.14 + +[1EDE] Ở +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +4.71,8.57;5.57,9;6,9.86;5.57,10.71;5.14,11.14 +3,11.14;3.86,12;4.29,12.86;3.86,13.71;3,14.14;2.14,14.14 + +[1EDF] ở +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +3.86,5.57;4.71,6;5.14,6.86;4.71,7.71;4.29,8.14 +2.57,8.14;3.43,9;3.86,9.86;3.43,10.71;2.57,11.14;1.71,11.14 + +[1EE0] Ỡ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +4.71,8.57;5.57,9;6,9.86;5.57,10.71;5.14,11.14 +5.14,11.14;4.71,10.71;3.86,10.29;2.14,11.14;1.29,10.71;.86,10.29 + +[1EE1] ỡ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +3.86,5.57;4.71,6;5.14,6.86;4.71,7.71;4.29,8.14 +4.71,8.14;4.29,7.71;3.43,7.29;1.71,8.14;.86,7.71;.43,7.29 + +[1EE2] Ợ +2.14,9;3.86,9;4.71,8.57;5.57,7.71;6,6;6,3;5.57,1.29;4.71,.43;3.86,0;2.14,0;1.29,.43;.43,1.29;0,3;0,6;.43,7.71;1.29,8.57;2.14,9 +4.71,8.57;5.57,9;6,9.86;5.57,10.71;5.14,11.14 +3,-3;3.43,-2.57;3,-2.14;2.57,-2.57;3,-3;3,-2.14 + +[1EE3] ợ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +3.86,5.57;4.71,6;5.14,6.86;4.71,7.71;4.29,8.14 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1EE4] Ụ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1EE5] ụ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +2.14,-3;2.57,-2.57;2.14,-2.14;1.71,-2.57;2.14,-3;2.14,-2.14 + +[1EE6] Ủ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +2.57,11.14;3.43,12;3.86,12.86;3.43,13.71;2.57,14.14;1.71,14.14 + +[1EE7] ủ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +2.14,8.14;3,9;3.43,9.86;3,10.71;2.14,11.14;1.29,11.14 + +[1EE8] Ứ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +5.14,9;6,9.43;6.43,10.29;6,11.14;5.57,11.57 +3.43,12.43;2.14,11.14 + +[1EE9] ứ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +3.86,6;4.71,6.43;5.14,7.29;4.71,8.14;4.29,8.57 +3,9.43;1.71,8.14 + +[1EEA] Ừ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +5.14,9;6,9.43;6.43,10.29;6,11.14;5.57,11.57 +1.71,12.43;3,11.14 + +[1EEB] ừ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +3.86,6;4.71,6.43;5.14,7.29;4.71,8.14;4.29,8.57 +1.29,9.43;2.57,8.14 + +[1EEC] Ử +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +5.14,9;6,9.43;6.43,10.29;6,11.14;5.57,11.57 +2.57,11.14;3.43,12;3.86,12.86;3.43,13.71;2.57,14.14;1.71,14.14 + +[1EED] ử +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +3.86,6;4.71,6.43;5.14,7.29;4.71,8.14;4.29,8.57 +2.14,8.14;3,9;3.43,9.86;3,10.71;2.14,11.14;1.29,11.14 + +[1EEE] Ữ +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +5.14,9;6,9.43;6.43,10.29;6,11.14;5.57,11.57 +4.71,11.14;4.29,10.71;3.43,10.29;1.71,11.14;.86,10.71;.43,10.29 + +[1EEF] ữ +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +3.86,6;4.71,6.43;5.14,7.29;4.71,8.14;4.29,8.57 +4.29,8.14;3.86,7.71;3,7.29;1.29,8.14;.43,7.71;0,7.29 + +[1EF0] Ự +0,9;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;4.71,.86;5.14,1.71;5.14,9 +5.14,9;6,9.43;6.43,10.29;6,11.14;5.57,11.57 +2.57,-3;3,-2.57;2.57,-2.14;2.14,-2.57;2.57,-3;2.57,-2.14 + +[1EF1] ự +3.86,6;3.86,0 +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86 +3.86,6;4.71,6.43;5.14,7.29;4.71,8.14;4.29,8.57 +2.14,-3;2.57,-2.57;2.14,-2.14;1.71,-2.57;2.14,-3;2.14,-2.14 + +[1EF2] Ỳ +3,4.29;3,0 +0,9;3,4.29;6,9 +2.14,12.43;3.43,11.14 + +[1EF3] ỳ +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 +1.29,9.43;2.57,8.14 + +[1EF4] Ỵ +3,4.29;3,0 +0,9;3,4.29;6,9 +3,-3;3.43,-2.57;3,-2.14;2.57,-2.57;3,-3;3,-2.14 + +[1EF5] ỵ +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 +3.86,-3;4.29,-2.57;3.86,-2.14;3.43,-2.57;3.86,-3;3.86,-2.14 + +[1EF6] Ỷ +3,4.29;3,0 +0,9;3,4.29;6,9 +3,11.14;3.86,12;4.29,12.86;3.86,13.71;3,14.14;2.14,14.14 + +[1EF7] ỷ +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 +2.14,8.14;3,9;3.43,9.86;3,10.71;2.14,11.14;1.29,11.14 + +[1EF8] Ỹ +3,4.29;3,0 +0,9;3,4.29;6,9 +.86,11.14;1.29,11.57;2.14,12;3.86,11.14;4.71,11.57;5.14,12 + +[1EF9] ỹ +0,6;2.14,0 +4.29,6;2.14,0;1.29,-2.14;.86,-2.57;0,-3 +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 + +[1EFA] Ỻ +2.57,9;2.57,0 +0,9;0,0;6.86,0 + +[1EFB] ỻ +0,6;4.29,6 +.86,9;.86,1.29;1.29,.43;2.14,0 +4.71,0;3.86,.43;3.43,1.29;3.43,9 + +[1EFC] Ỽ +2.14,9;1.29,8.57;.43,7.29;0,6;0,1.71;.43,.86;.86,.43;1.71,0;3.43,0;4.29,.43;5.14,1.29;5.57,2.14;5.57,3;5.14,4.71;4.29,6;3.86,6.43 + +[1EFD] ỽ +1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,2.57;3.86,3.43;3.43,3.86;2.57,4.29 + +[1EFE] Ỿ +.43,9;3.43,3 +6.43,9;3.43,3;2.57,1.29;2.14,.43;1.29,0;.43,.43;0,1.29;.43,2.14;1.29,2.57;2.14,2.14;2.57,1.29 + +[1EFF] ỿ +.86,6;3,0 +5.14,6;3,0;2.57,-1.71;2.14,-2.57;1.29,-3;.43,-2.57;0,-1.71;.43,-.86;1.29,-.43;2.14,-.86;2.57,-1.71 + +[1F00] ἀ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +2.14,8.14;2.57,8.14;3,8.57;3,9.43 + +[1F01] ἁ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +2.14,9.43;2.14,8.57;2.57,8.14;3,8.14 + +[1F02] ἂ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +3.43,9.43;4.71,8.14 +.43,8.14;.86,8.14;1.29,8.57;1.29,9.43 + +[1F03] ἃ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +3.43,9.43;4.71,8.14 +.43,9.43;.43,8.57;.86,8.14;1.29,8.14 + +[1F04] ἄ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +5.14,9.43;3.86,8.14 +.43,8.14;.86,8.14;1.29,8.57;1.29,9.43 + +[1F05] ἅ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +5.14,9.43;3.86,8.14 +.43,9.43;.43,8.57;.86,8.14;1.29,8.14 + +[1F06] ἆ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +2.14,8.14;2.57,8.14;3,8.57;3,9.43 +.43,11.14;.86,11.57;1.71,12;3.43,11.14;4.29,11.57;4.71,12 + +[1F07] ἇ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +2.14,9.43;2.14,8.57;2.57,8.14;3,8.14 +.43,11.14;.86,11.57;1.71,12;3.43,11.14;4.29,11.57;4.71,12 + +[1F08] Ἀ +1.29,2.57;5.57,2.57 +.43,0;3.43,9;6.43,0 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F09] Ἁ +1.29,2.57;5.57,2.57 +.43,0;3.43,9;6.43,0 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F0A] Ἂ +4.71,2.57;9,2.57 +3.86,0;6.86,9;9.86,0 +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F0B] Ἃ +4.71,2.57;9,2.57 +3.86,0;6.86,9;9.86,0 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F0C] Ἄ +4.71,2.57;9,2.57 +3.86,0;6.86,9;9.86,0 +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F0D] Ἅ +4.71,2.57;9,2.57 +3.86,0;6.86,9;9.86,0 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F0E] Ἆ +3,2.57;7.29,2.57 +2.14,0;5.14,9;8.14,0 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 + +[1F0F] Ἇ +3,2.57;7.29,2.57 +2.14,0;5.14,9;8.14,0 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 + +[1F10] ἐ +1.29,3;.43,2.57;0,1.71;0,1.29;.43,.43;1.29,0;3,0;3.86,.43 +2.14,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57 +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 + +[1F11] ἑ +1.29,3;.43,2.57;0,1.71;0,1.29;.43,.43;1.29,0;3,0;3.86,.43 +2.14,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 + +[1F12] ἒ +1.29,3;.43,2.57;0,1.71;0,1.29;.43,.43;1.29,0;3,0;3.86,.43 +2.14,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57 +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F13] ἓ +1.29,3;.43,2.57;0,1.71;0,1.29;.43,.43;1.29,0;3,0;3.86,.43 +2.14,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F14] ἔ +1.29,3;.43,2.57;0,1.71;0,1.29;.43,.43;1.29,0;3,0;3.86,.43 +2.14,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57 +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F15] ἕ +1.29,3;.43,2.57;0,1.71;0,1.29;.43,.43;1.29,0;3,0;3.86,.43 +2.14,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F18] Ἐ +3.43,4.71;6.43,4.71 +7.71,0;3.43,0;3.43,9;7.71,9 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F19] Ἑ +3.43,4.71;6.43,4.71 +7.71,0;3.43,0;3.43,9;7.71,9 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F1A] Ἒ +6.86,4.71;9.86,4.71 +11.14,0;6.86,0;6.86,9;11.14,9 +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F1B] Ἓ +6.86,4.71;9.86,4.71 +11.14,0;6.86,0;6.86,9;11.14,9 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F1C] Ἔ +6.86,4.71;9.86,4.71 +11.14,0;6.86,0;6.86,9;11.14,9 +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F1D] Ἕ +6.86,4.71;9.86,4.71 +11.14,0;6.86,0;6.86,9;11.14,9 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F20] ἠ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,-3 +1.29,8.14;1.71,8.14;2.14,8.57;2.14,9.43 + +[1F21] ἡ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,-3 +1.29,9.43;1.29,8.57;1.71,8.14;2.14,8.14 + +[1F22] ἢ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,-3 +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F23] ἣ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,-3 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F24] ἤ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,-3 +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F25] ἥ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,-3 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F26] ἦ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,-3 +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 + +[1F27] ἧ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,-3 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 + +[1F28] Ἠ +3.43,0;3.43,9 +3.43,4.71;8.57,4.71 +8.57,0;8.57,9 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F29] Ἡ +3.43,0;3.43,9 +3.43,4.71;8.57,4.71 +8.57,0;8.57,9 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F2A] Ἢ +6.86,0;6.86,9 +6.86,4.71;12,4.71 +12,0;12,9 +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F2B] Ἣ +6.86,0;6.86,9 +6.86,4.71;12,4.71 +12,0;12,9 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F2C] Ἤ +6.86,0;6.86,9 +6.86,4.71;12,4.71 +12,0;12,9 +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F2D] Ἥ +6.86,0;6.86,9 +6.86,4.71;12,4.71 +12,0;12,9 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F2E] Ἦ +5.14,0;5.14,9 +5.14,4.71;10.29,4.71 +10.29,0;10.29,9 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 + +[1F2F] Ἧ +5.14,0;5.14,9 +5.14,4.71;10.29,4.71 +10.29,0;10.29,9 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 + +[1F30] ἰ +.43,6;.43,1.29;.86,.43;1.71,0 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F31] ἱ +.43,6;.43,1.29;.86,.43;1.71,0 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F32] ἲ +2.14,6;2.14,1.29;2.57,.43;3.43,0 +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F33] ἳ +2.14,6;2.14,1.29;2.57,.43;3.43,0 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F34] ἴ +2.14,6;2.14,1.29;2.57,.43;3.43,0 +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F35] ἵ +2.14,6;2.14,1.29;2.57,.43;3.43,0 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F36] ἶ +2.14,6;2.14,1.29;2.57,.43;3.43,0 +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 + +[1F37] ἷ +2.14,6;2.14,1.29;2.57,.43;3.43,0 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 + +[1F38] Ἰ +3.43,0;3.43,9 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F39] Ἱ +3.43,0;3.43,9 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F3A] Ἲ +6.86,0;6.86,9 +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F3B] Ἳ +6.86,0;6.86,9 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F3C] Ἴ +6.86,0;6.86,9 +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F3D] Ἵ +6.86,0;6.86,9 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F3E] Ἶ +5.14,0;5.14,9 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 + +[1F3F] Ἷ +5.14,0;5.14,9 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 + +[1F40] ὀ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +2.14,8.14;2.57,8.14;3,8.57;3,9.43 + +[1F41] ὁ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +2.14,9.43;2.14,8.57;2.57,8.14;3,8.14 + +[1F42] ὂ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +3.43,9.43;4.71,8.14 +.43,8.14;.86,8.14;1.29,8.57;1.29,9.43 + +[1F43] ὃ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +3.43,9.43;4.71,8.14 +.43,9.43;.43,8.57;.86,8.14;1.29,8.14 + +[1F44] ὄ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +5.14,9.43;3.86,8.14 +.43,8.14;.86,8.14;1.29,8.57;1.29,9.43 + +[1F45] ὅ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +5.14,9.43;3.86,8.14 +.43,9.43;.43,8.57;.86,8.14;1.29,8.14 + +[1F48] Ὀ +4.71,9;6.43,9;7.29,8.57;8.14,7.71;8.57,6;8.57,3;8.14,1.29;7.29,.43;6.43,0;4.71,0;3.86,.43;3,1.29;2.57,3;2.57,6;3,7.71;3.86,8.57;4.71,9 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F49] Ὁ +4.71,9;6.43,9;7.29,8.57;8.14,7.71;8.57,6;8.57,3;8.14,1.29;7.29,.43;6.43,0;4.71,0;3.86,.43;3,1.29;2.57,3;2.57,6;3,7.71;3.86,8.57;4.71,9 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F4A] Ὂ +8.14,9;9.86,9;10.71,8.57;11.57,7.71;12,6;12,3;11.57,1.29;10.71,.43;9.86,0;8.14,0;7.29,.43;6.43,1.29;6,3;6,6;6.43,7.71;7.29,8.57;8.14,9 +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F4B] Ὃ +8.14,9;9.86,9;10.71,8.57;11.57,7.71;12,6;12,3;11.57,1.29;10.71,.43;9.86,0;8.14,0;7.29,.43;6.43,1.29;6,3;6,6;6.43,7.71;7.29,8.57;8.14,9 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F4C] Ὄ +8.14,9;9.86,9;10.71,8.57;11.57,7.71;12,6;12,3;11.57,1.29;10.71,.43;9.86,0;8.14,0;7.29,.43;6.43,1.29;6,3;6,6;6.43,7.71;7.29,8.57;8.14,9 +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F4D] Ὅ +8.14,9;9.86,9;10.71,8.57;11.57,7.71;12,6;12,3;11.57,1.29;10.71,.43;9.86,0;8.14,0;7.29,.43;6.43,1.29;6,3;6,6;6.43,7.71;7.29,8.57;8.14,9 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F50] ὐ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 + +[1F51] ὑ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 + +[1F52] ὒ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F53] ὓ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F54] ὔ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F55] ὕ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F56] ὖ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 + +[1F57] ὗ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 + +[1F59] Ὑ +6.43,4.29;6.43,0 +3.43,9;6.43,4.29;9.43,9 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F5B] Ὓ +9.86,4.29;9.86,0 +6.86,9;9.86,4.29;12.86,9 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F5D] Ὕ +9.86,4.29;9.86,0 +6.86,9;9.86,4.29;12.86,9 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F5F] Ὗ +8.14,4.29;8.14,0 +5.14,9;8.14,4.29;11.14,9 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 + +[1F60] ὠ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +2.57,8.14;3,8.14;3.43,8.57;3.43,9.43 + +[1F61] ὡ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +2.57,9.43;2.57,8.57;3,8.14;3.43,8.14 + +[1F62] ὢ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +3.86,9.43;5.14,8.14 +.86,8.14;1.29,8.14;1.71,8.57;1.71,9.43 + +[1F63] ὣ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +3.86,9.43;5.14,8.14 +.86,9.43;.86,8.57;1.29,8.14;1.71,8.14 + +[1F64] ὤ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +5.57,9.43;4.29,8.14 +.86,8.14;1.29,8.14;1.71,8.57;1.71,9.43 + +[1F65] ὥ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +5.57,9.43;4.29,8.14 +.86,9.43;.86,8.57;1.29,8.14;1.71,8.14 + +[1F66] ὦ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +2.57,8.14;3,8.14;3.43,8.57;3.43,9.43 +.86,11.14;1.29,11.57;2.14,12;3.86,11.14;4.71,11.57;5.14,12 + +[1F67] ὧ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +2.57,9.43;2.57,8.57;3,8.14;3.43,8.14 +.86,11.14;1.29,11.57;2.14,12;3.86,11.14;4.71,11.57;5.14,12 + +[1F68] Ὠ +3,0;5.14,0;5.14,1.71;4.29,2.14;3.43,3;3,4.29;3,6.43;3.43,7.71;4.29,8.57;5.57,9;7.29,9;8.57,8.57;9.43,7.71;9.86,6.43;9.86,4.29;9.43,3;8.57,2.14;7.71,1.71;7.71,0;9.86,0 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F69] Ὡ +3,0;5.14,0;5.14,1.71;4.29,2.14;3.43,3;3,4.29;3,6.43;3.43,7.71;4.29,8.57;5.57,9;7.29,9;8.57,8.57;9.43,7.71;9.86,6.43;9.86,4.29;9.43,3;8.57,2.14;7.71,1.71;7.71,0;9.86,0 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F6A] Ὢ +6.43,0;8.57,0;8.57,1.71;7.71,2.14;6.86,3;6.43,4.29;6.43,6.43;6.86,7.71;7.71,8.57;9,9;10.71,9;12,8.57;12.86,7.71;13.29,6.43;13.29,4.29;12.86,3;12,2.14;11.14,1.71;11.14,0;13.29,0 +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F6B] Ὣ +6.43,0;8.57,0;8.57,1.71;7.71,2.14;6.86,3;6.43,4.29;6.43,6.43;6.86,7.71;7.71,8.57;9,9;10.71,9;12,8.57;12.86,7.71;13.29,6.43;13.29,4.29;12.86,3;12,2.14;11.14,1.71;11.14,0;13.29,0 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F6C] Ὤ +6.43,0;8.57,0;8.57,1.71;7.71,2.14;6.86,3;6.43,4.29;6.43,6.43;6.86,7.71;7.71,8.57;9,9;10.71,9;12,8.57;12.86,7.71;13.29,6.43;13.29,4.29;12.86,3;12,2.14;11.14,1.71;11.14,0;13.29,0 +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1F6D] Ὥ +6.43,0;8.57,0;8.57,1.71;7.71,2.14;6.86,3;6.43,4.29;6.43,6.43;6.86,7.71;7.71,8.57;9,9;10.71,9;12,8.57;12.86,7.71;13.29,6.43;13.29,4.29;12.86,3;12,2.14;11.14,1.71;11.14,0;13.29,0 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1F6E] Ὦ +4.71,0;6.86,0;6.86,1.71;6,2.14;5.14,3;4.71,4.29;4.71,6.43;5.14,7.71;6,8.57;7.29,9;9,9;10.29,8.57;11.14,7.71;11.57,6.43;11.57,4.29;11.14,3;10.29,2.14;9.43,1.71;9.43,0;11.57,0 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 + +[1F6F] Ὧ +4.71,0;6.86,0;6.86,1.71;6,2.14;5.14,3;4.71,4.29;4.71,6.43;5.14,7.71;6,8.57;7.29,9;9,9;10.29,8.57;11.14,7.71;11.57,6.43;11.57,4.29;11.14,3;10.29,2.14;9.43,1.71;9.43,0;11.57,0 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 + +[1F70] ὰ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +3.43,9.43;2.14,8.14 + +[1F71] ά +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +3.43,9.43;2.14,8.14 + +[1F72] ὲ +1.29,3;.43,2.57;0,1.71;0,1.29;.43,.43;1.29,0;3,0;3.86,.43 +2.14,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57 +3,9.43;1.71,8.14 + +[1F73] έ +1.29,3;.43,2.57;0,1.71;0,1.29;.43,.43;1.29,0;3,0;3.86,.43 +2.14,3;1.29,3;.43,3.43;0,4.29;0,4.71;.43,5.57;1.29,6;3,6;3.86,5.57 +3,9.43;1.71,8.14 + +[1F74] ὴ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,-3 +2.57,9.43;1.29,8.14 + +[1F75] ή +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,-3 +2.57,9.43;1.29,8.14 + +[1F76] ὶ +.43,6;.43,1.29;.86,.43;1.71,0 +1.29,9.43;0,8.14 + +[1F77] ί +.43,6;.43,1.29;.86,.43;1.71,0 +1.29,9.43;0,8.14 + +[1F78] ὸ +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +3.43,9.43;2.14,8.14 + +[1F79] ό +1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0 +3.43,9.43;2.14,8.14 + +[1F7A] ὺ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +3,9.43;1.71,8.14 + +[1F7B] ύ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +3,9.43;1.71,8.14 + +[1F7C] ὼ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +3.86,9.43;2.57,8.14 + +[1F7D] ώ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +3.86,9.43;2.57,8.14 + +[1F80] ᾀ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +2.14,8.14;2.57,8.14;3,8.57;3,9.43 +2.57,-2.14;2.57,-3.43;3,-3.86;3.43,-3.86 + +[1F81] ᾁ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +2.14,9.43;2.14,8.57;2.57,8.14;3,8.14 +2.57,-2.14;2.57,-3.43;3,-3.86;3.43,-3.86 + +[1F82] ᾂ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +3.43,9.43;4.71,8.14 +.43,8.14;.86,8.14;1.29,8.57;1.29,9.43 +2.57,-2.14;2.57,-3.43;3,-3.86;3.43,-3.86 + +[1F83] ᾃ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +3.43,9.43;4.71,8.14 +.43,9.43;.43,8.57;.86,8.14;1.29,8.14 +2.57,-2.14;2.57,-3.43;3,-3.86;3.43,-3.86 + +[1F84] ᾄ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +5.14,9.43;3.86,8.14 +.43,8.14;.86,8.14;1.29,8.57;1.29,9.43 +2.57,-2.14;2.57,-3.43;3,-3.86;3.43,-3.86 + +[1F85] ᾅ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +5.14,9.43;3.86,8.14 +.43,9.43;.43,8.57;.86,8.14;1.29,8.14 +2.57,-2.14;2.57,-3.43;3,-3.86;3.43,-3.86 + +[1F86] ᾆ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +2.14,8.14;2.57,8.14;3,8.57;3,9.43 +.43,11.14;.86,11.57;1.71,12;3.43,11.14;4.29,11.57;4.71,12 +2.57,-2.14;2.57,-3.43;3,-3.86;3.43,-3.86 + +[1F87] ᾇ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +2.14,9.43;2.14,8.57;2.57,8.14;3,8.14 +.43,11.14;.86,11.57;1.71,12;3.43,11.14;4.29,11.57;4.71,12 +2.57,-2.14;2.57,-3.43;3,-3.86;3.43,-3.86 + +[1F88] ᾈ +1.29,2.57;5.57,2.57 +.43,0;3.43,9;6.43,0 +0,8.14;.43,8.14;.86,8.57;.86,9.43 +3.43,-2.14;3.43,-3.43;3.86,-3.86;4.29,-3.86 + +[1F89] ᾉ +1.29,2.57;5.57,2.57 +.43,0;3.43,9;6.43,0 +0,9.43;0,8.57;.43,8.14;.86,8.14 +3.43,-2.14;3.43,-3.43;3.86,-3.86;4.29,-3.86 + +[1F8A] ᾊ +4.71,2.57;9,2.57 +3.86,0;6.86,9;9.86,0 +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 +6.86,-2.14;6.86,-3.43;7.29,-3.86;7.71,-3.86 + +[1F8B] ᾋ +4.71,2.57;9,2.57 +3.86,0;6.86,9;9.86,0 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 +6.86,-2.14;6.86,-3.43;7.29,-3.86;7.71,-3.86 + +[1F8C] ᾌ +4.71,2.57;9,2.57 +3.86,0;6.86,9;9.86,0 +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 +6.86,-2.14;6.86,-3.43;7.29,-3.86;7.71,-3.86 + +[1F8D] ᾍ +4.71,2.57;9,2.57 +3.86,0;6.86,9;9.86,0 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 +6.86,-2.14;6.86,-3.43;7.29,-3.86;7.71,-3.86 + +[1F8E] ᾎ +3,2.57;7.29,2.57 +2.14,0;5.14,9;8.14,0 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 +5.14,-2.14;5.14,-3.43;5.57,-3.86;6,-3.86 + +[1F8F] ᾏ +3,2.57;7.29,2.57 +2.14,0;5.14,9;8.14,0 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 +5.14,-2.14;5.14,-3.43;5.57,-3.86;6,-3.86 + +[1F90] ᾐ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,-3 +1.29,8.14;1.71,8.14;2.14,8.57;2.14,9.43 +0,-2.14;0,-3.43;.43,-3.86;.86,-3.86 + +[1F91] ᾑ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,-3 +1.29,9.43;1.29,8.57;1.71,8.14;2.14,8.14 +0,-2.14;0,-3.43;.43,-3.86;.86,-3.86 + +[1F92] ᾒ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,-3 +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 +.43,-2.14;.43,-3.43;.86,-3.86;1.29,-3.86 + +[1F93] ᾓ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,-3 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 +.43,-2.14;.43,-3.43;.86,-3.86;1.29,-3.86 + +[1F94] ᾔ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,-3 +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 +.43,-2.14;.43,-3.43;.86,-3.86;1.29,-3.86 + +[1F95] ᾕ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,-3 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 +.43,-2.14;.43,-3.43;.86,-3.86;1.29,-3.86 + +[1F96] ᾖ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,-3 +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +.43,-2.14;.43,-3.43;.86,-3.86;1.29,-3.86 + +[1F97] ᾗ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,-3 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +.43,-2.14;.43,-3.43;.86,-3.86;1.29,-3.86 + +[1F98] ᾘ +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 +2.57,-2.14;2.57,-3.43;3,-3.86;3.43,-3.86 + +[1F99] ᾙ +3.43,0;3.43,9 +3.43,4.71;8.57,4.71 +8.57,0;8.57,9 +0,9.43;0,8.57;.43,8.14;.86,8.14 +6,-2.14;6,-3.43;6.43,-3.86;6.86,-3.86 + +[1F9A] ᾚ +6.86,0;6.86,9 +6.86,4.71;12,4.71 +12,0;12,9 +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 +9.43,-2.14;9.43,-3.43;9.86,-3.86;10.29,-3.86 + +[1F9B] ᾛ +6.86,0;6.86,9 +6.86,4.71;12,4.71 +12,0;12,9 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 +9.43,-2.14;9.43,-3.43;9.86,-3.86;10.29,-3.86 + +[1F9C] ᾜ +6.86,0;6.86,9 +6.86,4.71;12,4.71 +12,0;12,9 +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 +9.43,-2.14;9.43,-3.43;9.86,-3.86;10.29,-3.86 + +[1F9D] ᾝ +6.86,0;6.86,9 +6.86,4.71;12,4.71 +12,0;12,9 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 +9.43,-2.14;9.43,-3.43;9.86,-3.86;10.29,-3.86 + +[1F9E] ᾞ +5.14,0;5.14,9 +5.14,4.71;10.29,4.71 +10.29,0;10.29,9 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 +7.71,-2.14;7.71,-3.43;8.14,-3.86;8.57,-3.86 + +[1F9F] ᾟ +5.14,0;5.14,9 +5.14,4.71;10.29,4.71 +10.29,0;10.29,9 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 +7.71,-2.14;7.71,-3.43;8.14,-3.86;8.57,-3.86 + +[1FA0] ᾠ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +2.57,8.14;3,8.14;3.43,8.57;3.43,9.43 +3,-2.14;3,-3.43;3.43,-3.86;3.86,-3.86 + +[1FA1] ᾡ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +2.57,9.43;2.57,8.57;3,8.14;3.43,8.14 +3,-2.14;3,-3.43;3.43,-3.86;3.86,-3.86 + +[1FA2] ᾢ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +3.86,9.43;5.14,8.14 +.86,8.14;1.29,8.14;1.71,8.57;1.71,9.43 +3,-2.14;3,-3.43;3.43,-3.86;3.86,-3.86 + +[1FA3] ᾣ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +3.86,9.43;5.14,8.14 +.86,9.43;.86,8.57;1.29,8.14;1.71,8.14 +3,-2.14;3,-3.43;3.43,-3.86;3.86,-3.86 + +[1FA4] ᾤ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +5.57,9.43;4.29,8.14 +.86,8.14;1.29,8.14;1.71,8.57;1.71,9.43 +3,-2.14;3,-3.43;3.43,-3.86;3.86,-3.86 + +[1FA5] ᾥ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +5.57,9.43;4.29,8.14 +.86,9.43;.86,8.57;1.29,8.14;1.71,8.14 +3,-2.14;3,-3.43;3.43,-3.86;3.86,-3.86 + +[1FA6] ᾦ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +2.57,8.14;3,8.14;3.43,8.57;3.43,9.43 +.86,11.14;1.29,11.57;2.14,12;3.86,11.14;4.71,11.57;5.14,12 +3,-2.14;3,-3.43;3.43,-3.86;3.86,-3.86 + +[1FA7] ᾧ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +2.57,9.43;2.57,8.57;3,8.14;3.43,8.14 +.86,11.14;1.29,11.57;2.14,12;3.86,11.14;4.71,11.57;5.14,12 +3,-2.14;3,-3.43;3.43,-3.86;3.86,-3.86 + +[1FA8] ᾨ +3,0;5.14,0;5.14,1.71;4.29,2.14;3.43,3;3,4.29;3,6.43;3.43,7.71;4.29,8.57;5.57,9;7.29,9;8.57,8.57;9.43,7.71;9.86,6.43;9.86,4.29;9.43,3;8.57,2.14;7.71,1.71;7.71,0;9.86,0 +0,8.14;.43,8.14;.86,8.57;.86,9.43 +6.43,-2.14;6.43,-3.43;6.86,-3.86;7.29,-3.86 + +[1FA9] ᾩ +3,0;5.14,0;5.14,1.71;4.29,2.14;3.43,3;3,4.29;3,6.43;3.43,7.71;4.29,8.57;5.57,9;7.29,9;8.57,8.57;9.43,7.71;9.86,6.43;9.86,4.29;9.43,3;8.57,2.14;7.71,1.71;7.71,0;9.86,0 +0,9.43;0,8.57;.43,8.14;.86,8.14 +6.43,-2.14;6.43,-3.43;6.86,-3.86;7.29,-3.86 + +[1FAA] ᾪ +6.43,0;8.57,0;8.57,1.71;7.71,2.14;6.86,3;6.43,4.29;6.43,6.43;6.86,7.71;7.71,8.57;9,9;10.71,9;12,8.57;12.86,7.71;13.29,6.43;13.29,4.29;12.86,3;12,2.14;11.14,1.71;11.14,0;13.29,0 +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 +9.86,-2.14;9.86,-3.43;10.29,-3.86;10.71,-3.86 + +[1FAB] ᾫ +6.43,0;8.57,0;8.57,1.71;7.71,2.14;6.86,3;6.43,4.29;6.43,6.43;6.86,7.71;7.71,8.57;9,9;10.71,9;12,8.57;12.86,7.71;13.29,6.43;13.29,4.29;12.86,3;12,2.14;11.14,1.71;11.14,0;13.29,0 +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 +9.86,-2.14;9.86,-3.43;10.29,-3.86;10.71,-3.86 + +[1FAC] ᾬ +6.43,0;8.57,0;8.57,1.71;7.71,2.14;6.86,3;6.43,4.29;6.43,6.43;6.86,7.71;7.71,8.57;9,9;10.71,9;12,8.57;12.86,7.71;13.29,6.43;13.29,4.29;12.86,3;12,2.14;11.14,1.71;11.14,0;13.29,0 +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 +9.86,-2.14;9.86,-3.43;10.29,-3.86;10.71,-3.86 + +[1FAD] ᾭ +6.43,0;8.57,0;8.57,1.71;7.71,2.14;6.86,3;6.43,4.29;6.43,6.43;6.86,7.71;7.71,8.57;9,9;10.71,9;12,8.57;12.86,7.71;13.29,6.43;13.29,4.29;12.86,3;12,2.14;11.14,1.71;11.14,0;13.29,0 +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 +9.86,-2.14;9.86,-3.43;10.29,-3.86;10.71,-3.86 + +[1FAE] ᾮ +4.71,0;6.86,0;6.86,1.71;6,2.14;5.14,3;4.71,4.29;4.71,6.43;5.14,7.71;6,8.57;7.29,9;9,9;10.29,8.57;11.14,7.71;11.57,6.43;11.57,4.29;11.14,3;10.29,2.14;9.43,1.71;9.43,0;11.57,0 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 +8.14,-2.14;8.14,-3.43;8.57,-3.86;9,-3.86 + +[1FAF] ᾯ +4.71,0;6.86,0;6.86,1.71;6,2.14;5.14,3;4.71,4.29;4.71,6.43;5.14,7.71;6,8.57;7.29,9;9,9;10.29,8.57;11.14,7.71;11.57,6.43;11.57,4.29;11.14,3;10.29,2.14;9.43,1.71;9.43,0;11.57,0 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 +8.14,-2.14;8.14,-3.43;8.57,-3.86;9,-3.86 + +[1FB0] ᾰ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +.86,9.43;1.29,8.57;2.14,8.14;3,8.14;3.86,8.57;4.29,9.43 + +[1FB1] ᾱ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +.43,8.57;4.71,8.57 + +[1FB2] ᾲ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +1.71,9.43;3,8.14 +2.57,-2.14;2.57,-3.43;3,-3.86;3.43,-3.86 + +[1FB3] ᾳ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +2.57,-2.14;2.57,-3.43;3,-3.86;3.43,-3.86 + +[1FB4] ᾴ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +3.43,9.43;2.14,8.14 +2.57,-2.14;2.57,-3.43;3,-3.86;3.43,-3.86 + +[1FB6] ᾶ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +.43,8.14;.86,8.57;1.71,9;3.43,8.14;4.29,8.57;4.71,9 + +[1FB7] ᾷ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 +.43,8.14;.86,8.57;1.71,9;3.43,8.14;4.29,8.57;4.71,9 +2.57,-2.14;2.57,-3.43;3,-3.86;3.43,-3.86 + +[1FB8] Ᾰ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +1.29,12.43;1.71,11.57;2.57,11.14;3.43,11.14;4.29,11.57;4.71,12.43 + +[1FB9] Ᾱ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +.86,11.57;5.14,11.57 + +[1FBA] Ὰ +1.71,2.57;6,2.57 +.86,0;3.86,9;6.86,0 +0,9.43;1.29,8.14 + +[1FBB] Ά +1.29,2.57;5.57,2.57 +.43,0;3.43,9;6.43,0 +1.29,9.43;0,8.14 + +[1FBC] ᾼ +.86,2.57;5.14,2.57 +0,0;3,9;6,0 +3,-2.14;3,-3.43;3.43,-3.86;3.86,-3.86 + +[1FBD] ᾽ +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1FBE] ι +-.43,-2.14;-.43,-3.43;0,-3.86;.43,-3.86 + +[1FBF] ᾿ +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1FC0] ῀ +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 + +[1FC1] ῁ +0,10.29;.43,10.71;1.29,11.14;3,10.29;3.86,10.71;4.29,11.14 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[1FC2] ῂ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,-3 +.86,9.43;2.14,8.14 +0,-2.14;0,-3.43;.43,-3.86;.86,-3.86 + +[1FC3] ῃ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,-3 +0,-2.14;0,-3.43;.43,-3.86;.86,-3.86 + +[1FC4] ῄ +0,6;0,0 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,-3 +2.57,9.43;1.29,8.14 +0,-2.14;0,-3.43;.43,-3.86;.86,-3.86 + +[1FC6] ῆ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,-3 +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 + +[1FC7] ῇ +.43,6;.43,0 +.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,4.71;4.29,-3 +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 +.43,-2.14;.43,-3.43;.86,-3.86;1.29,-3.86 + +[1FC8] Ὲ +3.86,4.71;6.86,4.71 +8.14,0;3.86,0;3.86,9;8.14,9 +0,9.43;1.29,8.14 + +[1FC9] Έ +3.43,4.71;6.43,4.71 +7.71,0;3.43,0;3.43,9;7.71,9 +1.29,9.43;0,8.14 + +[1FCA] Ὴ +3.86,0;3.86,9 +3.86,4.71;9,4.71 +9,0;9,9 +0,9.43;1.29,8.14 + +[1FCB] Ή +3.43,0;3.43,9 +3.43,4.71;8.57,4.71 +8.57,0;8.57,9 +1.29,9.43;0,8.14 + +[1FCC] ῌ +0,0;0,9 +0,4.71;5.14,4.71 +5.14,0;5.14,9 +2.57,-2.14;2.57,-3.43;3,-3.86;3.43,-3.86 + +[1FCD] ῍ +3,9.43;4.29,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1FCE] ῎ +4.71,9.43;3.43,8.14 +0,8.14;.43,8.14;.86,8.57;.86,9.43 + +[1FCF] ῏ +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 + +[1FD0] ῐ +1.71,6;1.71,1.29;2.14,.43;3,0 +0,9.43;.43,8.57;1.29,8.14;2.14,8.14;3,8.57;3.43,9.43 + +[1FD1] ῑ +2.14,6;2.14,1.29;2.57,.43;3.43,0 +0,8.57;4.29,8.57 + +[1FD2] ῒ +2.14,6;2.14,1.29;2.57,.43;3.43,0 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +1.29,12.43;2.57,11.14 + +[1FD3] ΐ +2.14,6;2.14,1.29;2.57,.43;3.43,0 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +3,12.43;1.71,11.14 + +[1FD6] ῖ +2.14,6;2.14,1.29;2.57,.43;3.43,0 +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 + +[1FD7] ῗ +2.14,6;2.14,1.29;2.57,.43;3.43,0 +0,10.29;.43,10.71;1.29,11.14;3,10.29;3.86,10.71;4.29,11.14 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[1FD8] Ῐ +1.71,0;1.71,9 +0,12.43;.43,11.57;1.29,11.14;2.14,11.14;3,11.57;3.43,12.43 + +[1FD9] Ῑ +2.14,0;2.14,9 +0,11.57;4.29,11.57 + +[1FDA] Ὶ +3.86,0;3.86,9 +0,9.43;1.29,8.14 + +[1FDB] Ί +3.43,0;3.43,9 +1.29,9.43;0,8.14 + +[1FDD] ῝ +3,9.43;4.29,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1FDE] ῞ +4.71,9.43;3.43,8.14 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1FDF] ῟ +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 +0,11.14;.43,11.57;1.29,12;3,11.14;3.86,11.57;4.29,12 + +[1FE0] ῠ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +.43,9.43;.86,8.57;1.71,8.14;2.57,8.14;3.43,8.57;3.86,9.43 + +[1FE1] ῡ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +0,8.57;4.29,8.57 + +[1FE2] ῢ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +1.29,12.43;2.57,11.14 + +[1FE3] ΰ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +3,12.43;1.71,11.14 + +[1FE4] ῤ +0,-3;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0;.86,.43;0,1.29 +1.71,8.14;2.14,8.14;2.57,8.57;2.57,9.43 + +[1FE5] ῥ +0,-3;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0;.86,.43;0,1.29 +1.71,9.43;1.71,8.57;2.14,8.14;2.57,8.14 + +[1FE6] ῦ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +0,8.14;.43,8.57;1.29,9;3,8.14;3.86,8.57;4.29,9 + +[1FE7] ῧ +0,6;0,1.29;.43,.43;1.29,0;2.57,0;3.43,.43;3.86,.86;4.29,1.71;4.29,4.71;3.86,5.57;3.43,6 +0,10.29;.43,10.71;1.29,11.14;3,10.29;3.86,10.71;4.29,11.14 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 + +[1FE8] Ῠ +3,4.29;3,0 +0,9;3,4.29;6,9 +1.29,12.43;1.71,11.57;2.57,11.14;3.43,11.14;4.29,11.57;4.71,12.43 + +[1FE9] Ῡ +3,4.29;3,0 +0,9;3,4.29;6,9 +.86,11.57;5.14,11.57 + +[1FEA] Ὺ +6.86,4.29;6.86,0 +3.86,9;6.86,4.29;9.86,9 +0,9.43;1.29,8.14 + +[1FEB] Ύ +6.43,4.29;6.43,0 +3.43,9;6.43,4.29;9.43,9 +1.29,9.43;0,8.14 + +[1FEC] Ῥ +3.43,0;3.43,9;6.86,9;7.71,8.57;8.14,8.14;8.57,7.29;8.57,6;8.14,5.14;7.71,4.71;6.86,4.29;3.43,4.29 +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[1FED] ῭ +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +1.29,12.43;2.57,11.14 + +[1FEE] ΅ +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,9;4.29,8.57;3.86,8.14;3.43,8.57;3.86,9;3.86,8.14 +3,12.43;1.71,11.14 + +[1FEF] ` +0,9.43;1.29,8.14 + +[1FF2] ῲ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +2.14,9.43;3.43,8.14 +3,-2.14;3,-3.43;3.43,-3.86;3.86,-3.86 + +[1FF3] ῳ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +3,-2.14;3,-3.43;3.43,-3.86;3.86,-3.86 + +[1FF4] ῴ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +3.86,9.43;2.57,8.14 +3,-2.14;3,-3.43;3.43,-3.86;3.86,-3.86 + +[1FF6] ῶ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +.86,8.14;1.29,8.57;2.14,9;3.86,8.14;4.71,8.57;5.14,9 + +[1FF7] ῷ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 +.86,8.14;1.29,8.57;2.14,9;3.86,8.14;4.71,8.57;5.14,9 +3,-2.14;3,-3.43;3.43,-3.86;3.86,-3.86 + +[1FF8] Ὸ +5.14,9;6.86,9;7.71,8.57;8.57,7.71;9,6;9,3;8.57,1.29;7.71,.43;6.86,0;5.14,0;4.29,.43;3.43,1.29;3,3;3,6;3.43,7.71;4.29,8.57;5.14,9 +0,9.43;1.29,8.14 + +[1FF9] Ό +4.71,9;6.43,9;7.29,8.57;8.14,7.71;8.57,6;8.57,3;8.14,1.29;7.29,.43;6.43,0;4.71,0;3.86,.43;3,1.29;2.57,3;2.57,6;3,7.71;3.86,8.57;4.71,9 +1.29,9.43;0,8.14 + +[1FFA] Ὼ +3.43,0;5.57,0;5.57,1.71;4.71,2.14;3.86,3;3.43,4.29;3.43,6.43;3.86,7.71;4.71,8.57;6,9;7.71,9;9,8.57;9.86,7.71;10.29,6.43;10.29,4.29;9.86,3;9,2.14;8.14,1.71;8.14,0;10.29,0 +0,9.43;1.29,8.14 + +[1FFB] Ώ +3,0;5.14,0;5.14,1.71;4.29,2.14;3.43,3;3,4.29;3,6.43;3.43,7.71;4.29,8.57;5.57,9;7.29,9;8.57,8.57;9.43,7.71;9.86,6.43;9.86,4.29;9.43,3;8.57,2.14;7.71,1.71;7.71,0;9.86,0 +1.29,9.43;0,8.14 + +[1FFC] ῼ +0,0;2.14,0;2.14,1.71;1.29,2.14;.43,3;0,4.29;0,6.43;.43,7.71;1.29,8.57;2.57,9;4.29,9;5.57,8.57;6.43,7.71;6.86,6.43;6.86,4.29;6.43,3;5.57,2.14;4.71,1.71;4.71,0;6.86,0 +3.43,-2.14;3.43,-3.43;3.86,-3.86;4.29,-3.86 + +[1FFD] ´ +1.29,9.43;0,8.14 + +[1FFE] ῾ +0,9.43;0,8.57;.43,8.14;.86,8.14 + +[2000]   +~7.03 + +[2001]   +~1.88 + +[2002]   +~7.03 + +[2003]   +~1.88 + +[2004]   +~.17 + +[2005]   +~0 + +[2006]   +~0 + +[2007]   +~5.31 + +[2008]   +~1.03 + +[2009]   +~0 + +[200A]   +~0 + +[200B] ​ +~0 + +[200C] ‌ +~0 + +[200D] ‍ +~0 + +[200E] ‎ +~0 + +[200F] ‏ +~0 + +[2010] ‐ +0,3;2.57,3 + +[2011] ‑ +0,3;2.57,3 + +[2012] ‒ +0,3.86;6.86,3.86 + +[2013] – +3.43,3;0,3 + +[2014] — +0,3;7.71,3 + +[2015] ― +0,3;7.71,3 + +[2016] ‖ +0,9.86;0,-3 +2.57,9.86;2.57,-3 + +[2017] ‗ +0,-3;6.86,-3 +0,-.86;6.86,-.86 + +[2018] ‘ +0,8.57;0,9;.43,9.86;.86,10.29 + +[2019] ’ +.86,9;.86,8.57;.43,7.71;0,7.29 + +[201A] ‚ +.86,.43;.86,0;.43,-.86;0,-1.29 + +[201B] ‛ +0,9;0,8.57;.43,7.71;.86,7.29 + +[201C] “ +3.43,8.57;3.43,9;3.86,9.86;4.29,10.29 +0,8.57;0,9;.43,9.86;.86,10.29 + +[201D] ” +.86,9;.86,8.57;.43,7.71;0,7.29 +4.29,9;4.29,8.57;3.86,7.71;3.43,7.29 + +[201E] „ +.86,.43;.86,0;.43,-.86;0,-1.29 +4.29,.43;4.29,0;3.86,-.86;3.43,-1.29 + +[201F] ‟ +3.43,9;3.43,8.57;3.86,7.71;4.29,7.29 +0,9;0,8.57;.43,7.71;.86,7.29 + +[2020] † +0,6;4.29,6 +2.14,9;2.14,-3 + +[2021] ‡ +0,0;4.29,0 +0,6;4.29,6 +2.14,9;2.14,-3 + +[2022] • +.43,4.29;.43,2.57 +.86,2.57;.86,4.29 +1.29,4.71;1.29,2.14 +1.71,2.57;1.71,4.29 +2.14,4.29;2.14,2.57 +.43,3;1.29,2.14;2.14,3 +.43,3.86;1.29,4.71;2.14,3.86 +.43,4.29;1.29,4.71;2.14,4.29;2.57,3.43;2.14,2.57;1.29,2.14;.43,2.57;0,3.43;.43,4.29 + +[2023] ‣ +.43,4.71;.43,2.14 +.86,4.29;.86,2.57 +1.29,4.29;1.29,2.57 +1.71,3.43;2.57,3.43 +1.71,3.86;1.71,3 +0,4.71;2.57,3.43;0,2.14 +3,3.43;0,1.71;0,5.14;3,3.43 + +[2024] ․ +.43,.86;.86,.43;.43,0;0,.43;.43,.86;.43,0 + +[2025] ‥ +.43,.86;.86,.43;.43,0;0,.43;.43,.86;.43,0 +4.71,.86;5.14,.43;4.71,0;4.29,.43;4.71,.86;4.71,0 + +[2026] … +.43,.86;.86,.43;.43,0;0,.43;.43,.86;.43,0 +4.71,.86;5.14,.43;4.71,0;4.29,.43;4.71,.86;4.71,0 +9,.86;9.43,.43;9,0;8.57,.43;9,.86;9,0 + +[2027] ‧ +.43,3.86;0,3.43;.43,3;.86,3.43;.43,3.86;.43,3 + +[2028] 
 +~0 + +[2029] 
 +~0 + +[202A] ‪ +~0 + +[202B] ‫ +~0 + +[202C] ‬ +~0 + +[202D] ‭ +~0 + +[202E] ‮ +~0 + +[202F]   +~0 + +[2030] ‰ +0,0;6.86,9 +1.29,9;2.14,8.57;2.57,7.71;2.14,6.86;1.29,6.43;.43,6.86;0,7.71;.43,8.57;1.29,9 +10.71,2.57;11.57,2.14;12,1.29;11.57,.43;10.71,0;9.86,.43;9.43,1.29;9.86,2.14;10.71,2.57 +6.43,.43;6.86,1.29;6.43,2.14;5.57,2.57;4.71,2.14;4.29,1.29;4.71,.43;5.57,0;6.43,.43 + +[2031] ‱ +0,0;6.86,9 +1.29,9;2.14,8.57;2.57,7.71;2.14,6.86;1.29,6.43;.43,6.86;0,7.71;.43,8.57;1.29,9 +10.71,2.57;11.57,2.14;12,1.29;11.57,.43;10.71,0;9.86,.43;9.43,1.29;9.86,2.14;10.71,2.57 +15.86,2.57;16.71,2.14;17.14,1.29;16.71,.43;15.86,0;15,.43;14.57,1.29;15,2.14;15.86,2.57 +6.43,.43;6.86,1.29;6.43,2.14;5.57,2.57;4.71,2.14;4.29,1.29;4.71,.43;5.57,0;6.43,.43 + +[2032] ′ +1.29,9;0,6.43 + +[2033] ″ +1.29,9;0,6.43 +3.86,9;2.57,6.43 + +[2034] ‴ +1.29,9;0,6.43 +3.86,9;2.57,6.43 +6.43,9;5.14,6.43 + +[2035] ‵ +0,9;1.29,6.43 + +[2036] ‶ +2.57,9;3.86,6.43 +0,9;1.29,6.43 + +[2037] ‷ +5.14,9;6.43,6.43 +2.57,9;3.86,6.43 +0,9;1.29,6.43 + +[2038] ‸ +3.43,-3.43;1.71,-2.14;0,-3.43 + +[2039] ‹ +2.57,6;0,3.43;2.57,.86 + +[203A] › +0,6;2.57,3.43;0,.86 + +[203B] ※ +.86,6;6,.86 +6,6;.86,.86 +.43,3.86;.86,3.43;.43,3;0,3.43;.43,3.86;.43,3 +3.43,.86;3.86,.43;3.43,0;3,.43;3.43,.86;3.43,0 +3.43,6.86;3.86,6.43;3.43,6;3,6.43;3.43,6.86;3.43,6 +6.43,3.86;6.86,3.43;6.43,3;6,3.43;6.43,3.86;6.43,3 + +[203C] ‼ +.43,.86;.86,.43;.43,0;0,.43;.43,.86;.43,0 +.43,3.43;0,8.57;.43,9;.86,8.57;.43,3.43;.43,9 +4.71,.86;5.14,.43;4.71,0;4.29,.43;4.71,.86;4.71,0 +4.71,3.43;4.29,8.57;4.71,9;5.14,8.57;4.71,3.43;4.71,9 + +[203D] ‽ +1.71,9;1.71,3.43 +1.71,.86;2.14,.43;1.71,0;1.29,.43;1.71,.86;1.71,0 +1.71,.86;2.14,.43;1.71,0;1.29,.43;1.71,.86;1.71,0 +0,8.57;.86,9;3,9;3.86,8.57;4.29,7.71;4.29,6.86;3.86,6;3.43,5.57;2.57,5.14;2.14,4.71;1.71,3.86;1.71,3.43 +0,8.57;.86,9;3,9;3.86,8.57;4.29,7.71;4.29,6.86;3.86,6;3.43,5.57;2.57,5.14;2.14,4.71;1.71,3.86;1.71,3.43 + +[203E] ‾ +0,8.57;6.86,8.57 + +[203F] ‿ +13.71,-2.14;13.29,-2.57;12,-3.43;11.14,-3.86;9.86,-4.29;7.71,-4.71;6,-4.71;3.86,-4.29;2.57,-3.86;1.71,-3.43;.43,-2.57;0,-2.14 + +[2040] ⁀ +0,9;.43,9.43;1.71,10.29;2.57,10.71;3.86,11.14;6,11.57;7.71,11.57;9.86,11.14;11.14,10.71;12,10.29;13.29,9.43;13.71,9 + +[2041] ⁁ +0,-1.71;3.43,1.71 +3.43,-1.71;1.71,0 + +[2042] ⁂ +2.14,3.86;2.14,1.71 +5.14,9;5.14,6.86 +8.14,3.86;8.14,1.71 +0,2.57;2.14,1.71;4.29,2.57 +.86,0;2.14,1.71;3.43,0 +3,7.71;5.14,6.86;7.29,7.71 +3.86,5.14;5.14,6.86;6.43,5.14 +6,2.57;8.14,1.71;10.29,2.57 +6.86,0;8.14,1.71;9.43,0 + +[2043] ⁃ +0,3;2.57,3 + +[2044] ⁄ +7.71,9.43;0,-2.14 + +[2045] ⁅ +0,3.43;2.14,3.43 +2.14,-3;0,-3;0,9.86;2.14,9.86 + +[2046] ⁆ +2.14,3.43;0,3.43 +0,-3;2.14,-3;2.14,9.86;0,9.86 + +[2047] ⁇ +1.71,.86;2.14,.43;1.71,0;1.29,.43;1.71,.86;1.71,0 +0,8.57;.86,9;3,9;3.86,8.57;4.29,7.71;4.29,6.86;3.86,6;3.43,5.57;2.57,5.14;2.14,4.71;1.71,3.86;1.71,3.43 +9.43,.86;9.86,.43;9.43,0;9,.43;9.43,.86;9.43,0 +7.71,8.57;8.57,9;10.71,9;11.57,8.57;12,7.71;12,6.86;11.57,6;11.14,5.57;10.29,5.14;9.86,4.71;9.43,3.86;9.43,3.43 + +[2048] ⁈ +1.71,.86;2.14,.43;1.71,0;1.29,.43;1.71,.86;1.71,0 +0,8.57;.86,9;3,9;3.86,8.57;4.29,7.71;4.29,6.86;3.86,6;3.43,5.57;2.57,5.14;2.14,4.71;1.71,3.86;1.71,3.43 +8.14,.86;8.57,.43;8.14,0;7.71,.43;8.14,.86;8.14,0 +8.14,3.43;7.71,8.57;8.14,9;8.57,8.57;8.14,3.43;8.14,9 + +[2049] ⁉ +.43,.86;.86,.43;.43,0;0,.43;.43,.86;.43,0 +.43,3.43;0,8.57;.43,9;.86,8.57;.43,3.43;.43,9 +6,.86;6.43,.43;6,0;5.57,.43;6,.86;6,0 +4.29,8.57;5.14,9;7.29,9;8.14,8.57;8.57,7.71;8.57,6.86;8.14,6;7.71,5.57;6.86,5.14;6.43,4.71;6,3.86;6,3.43 + +[204A] ⁊ +0,6;3.43,6;.86,-3 + +[204B] ⁋ +1.71,6;1.71,0 +4.71,6;4.71,1.29;5.14,.43;6,0 +0,6;5.57,6;6.43,5.57;6.86,4.71 + +[204C] ⁌ +.43,4.29;.43,2.57 +4.29,4.71;4.29,2.14 +1.29,2.14;1.29,4.71;.86,4.29;.86,2.57;1.29,2.14 +1.71,4.71;1.29,4.71;.43,4.29;0,3.43;.43,2.57;1.29,2.14;1.71,2.14;1.71,4.71 + +[204D] ⁍ +3.86,4.29;3.86,2.57 +0,4.71;0,2.14 +3,2.14;3,4.71;3.43,4.29;3.43,2.57;3,2.14 +2.57,4.71;3,4.71;3.86,4.29;4.29,3.43;3.86,2.57;3,2.14;2.57,2.14;2.57,4.71 + +[204E] ⁎ +2.14,0;2.14,2.14 +4.29,1.29;2.14,2.14;0,1.29 +3.43,3.86;2.14,2.14;.86,3.86 + +[204F] ⁏ +0,.43;0,0;.43,-.86;.86,-1.29 +.43,5.57;0,5.14;.43,4.71;.86,5.14;.43,5.57;.43,4.71 + +[2050] ⁐ +0,9;.43,9.43;1.71,10.29;2.57,10.71;3.86,11.14;6,11.57;7.71,11.57;9.86,11.14;11.14,10.71;12,10.29;13.29,9.43;13.71,9 +13.71,-2.14;13.29,-2.57;12,-3.43;11.14,-3.86;9.86,-4.29;7.71,-4.71;6,-4.71;3.86,-4.29;2.57,-3.86;1.71,-3.43;.43,-2.57;0,-2.14 + +[2051] ⁑ +2.14,9;2.14,6.86 +0,7.71;2.14,6.86;4.29,7.71 +.86,5.14;2.14,6.86;3.43,5.14 +2.14,9;2.14,6.86 +4.29,7.71;2.14,6.86;0,7.71 +3.43,5.14;2.14,6.86;.86,5.14 + +[2052] ⁒ +0,-1.29;4.29,10.71 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 +3.86,.86;4.29,.43;3.86,0;3.43,.43;3.86,.86;3.86,0 + +[2053] ⁓ +0,3.43;.43,3.86;1.71,4.29;3,3.86;3.86,3;5.14,2.57;6.43,3;6.86,3.43 + +[2054] ⁔ +0,-1.29;0,-.86;.43,0;1.29,.43;5.57,.43;6.43,.86;6.86,1.71;7.29,.86;8.14,.43;12.43,.43;13.29,0;13.71,-.86;13.71,-1.29 + +[2055] ⁕ +0,3.43;6.86,3.43 +3.43,0;3.43,6.86 +.86,6;6,.86 +6,6;.86,.86 + +[2056] ⁖ +.43,3.86;.86,3.43;.43,3;0,3.43;.43,3.86;.43,3 +5.57,.86;6,.43;5.57,0;5.14,.43;5.57,.86;5.57,0 +5.57,6.86;6,6.43;5.57,6;5.14,6.43;5.57,6.86;5.57,6 + +[2057] ⁗ +1.29,9;0,6.43 +3.86,9;2.57,6.43 +6.43,9;5.14,6.43 +9,9;7.71,6.43 + +[2058] ⁘ +.43,3.86;.86,3.43;.43,3;0,3.43;.43,3.86;.43,3 +3.43,.86;3.86,.43;3.43,0;3,.43;3.43,.86;3.43,0 +3.43,6.86;3.86,6.43;3.43,6;3,6.43;3.43,6.86;3.43,6 +6.43,3.86;6.86,3.43;6.43,3;6,3.43;6.43,3.86;6.43,3 + +[2059] ⁙ +.43,1.29;.86,.86;.43,.43;0,.86;.43,1.29;.43,.43 +.43,6.43;.86,6;.43,5.57;0,6;.43,6.43;.43,5.57 +3,3.86;3.43,3.43;3,3;2.57,3.43;3,3.86;3,3 +5.57,1.29;6,.86;5.57,.43;5.14,.86;5.57,1.29;5.57,.43 +5.57,6.43;6,6;5.57,5.57;5.14,6;5.57,6.43;5.57,5.57 + +[205A] ⁚ +.43,.86;.86,.43;.43,0;0,.43;.43,.86;.43,0 +.43,5.57;.86,5.14;.43,4.71;0,5.14;.43,5.57;.43,4.71 + +[205B] ⁛ +.43,3.86;.86,3.43;.43,3;0,3.43;.43,3.86;.43,3 +3.43,.86;3.86,.43;3.43,0;3,.43;3.43,.86;3.43,0 +3.43,6.86;3.86,6.43;3.43,6;3,6.43;3.43,6.86;3.43,6 +6.43,3.86;6.86,3.43;6.43,3;6,3.43;6.43,3.86;6.43,3 + +[205C] ⁜ +0,3.43;6.86,3.43 +3.43,0;3.43,6.86 +.86,1.29;1.29,.86;.86,.43;.43,.86;.86,1.29;.86,.43 +.86,6.43;1.29,6;.86,5.57;.43,6;.86,6.43;.86,5.57 +6,1.29;6.43,.86;6,.43;5.57,.86;6,1.29;6,.43 +6,6.43;6.43,6;6,5.57;5.57,6;6,6.43;6,5.57 + +[205D] ⁝ +.43,-.43;.86,-.86;.43,-1.29;0,-.86;.43,-.43;.43,-1.29 +.43,3.86;.86,3.43;.43,3;0,3.43;.43,3.86;.43,3 +.43,8.14;.86,7.71;.43,7.29;0,7.71;.43,8.14;.43,7.29 + +[205E] ⁞ +.43,-1.29;.86,-1.71;.43,-2.14;0,-1.71;.43,-1.29;.43,-2.14 +.43,2.14;.86,1.71;.43,1.29;0,1.71;.43,2.14;.43,1.29 +.43,5.57;.86,5.14;.43,4.71;0,5.14;.43,5.57;.43,4.71 +.43,9;.86,8.57;.43,8.14;0,8.57;.43,9;.43,8.14 + +[205F]   +~0 + +[2060] ⁠ +~0 + +[2061] ⁡ +~0 + +[2062] ⁢ +~0 + +[2063] ⁣ +~0 + +[2064] ⁤ +~0 + +[206A]  +~0 + +[206B]  +~0 + +[206C]  +~0 + +[206D]  +~0 + +[206E]  +~0 + +[206F]  +~0 + +[2070] ⁰ +1.29,11.57;2.14,11.57;3,11.14;3.43,9.86;3.43,7.29;3,6;2.14,5.57;1.29,5.57;.43,6;0,7.29;0,9.86;.43,11.14;1.29,11.57 + +[2071] ⁱ +.43,9.86;.43,5.57 +.43,12.86;0,12.43;.43,12;.86,12.43;.43,12.86;.43,12 + +[2074] ⁴ +3,9;3,5.57 +1.29,11.57;0,7.29;3.86,7.29 + +[2075] ⁵ +3.43,11.57;.43,11.57;0,9;.86,9.43;2.14,9.43;3,9;3.43,8.14;3.43,6.86;3,6;2.14,5.57;.86,5.57;0,6 + +[2076] ⁶ +0,8.14;.43,9;1.29,9.43;2.14,9.43;3,9;3.43,8.14;3.43,6.86;3,6;2.14,5.57;1.29,5.57;.43,6;0,6.86;0,9;.43,10.29;.86,11.14;1.71,11.57;3,11.57 + +[2077] ⁷ +0,11.57;4.29,11.57;1.29,5.57 + +[2078] ⁸ +1.29,9;.43,9.43;0,10.29;.43,11.14;1.29,11.57;2.14,11.57;3,11.14;3.43,10.29;3,9.43;2.14,9;1.29,9;.43,8.57;0,7.71;0,6.86;.43,6;1.29,5.57;2.14,5.57;3,6;3.43,6.86;3.43,7.71;3,8.57;2.14,9 + +[2079] ⁹ +3.43,9;3,8.14;2.14,7.71;1.29,7.71;.43,8.14;0,9;0,10.29;.43,11.14;1.29,11.57;2.14,11.57;3,11.14;3.43,10.29;3.43,8.14;3,6.86;2.57,6;1.71,5.57;.43,5.57 + +[207A] ⁺ +0,8.14;5.14,8.14 +2.57,10.71;2.57,5.57 + +[207B] ⁻ +0,8.14;5.14,8.14 + +[207C] ⁼ +0,7.29;5.14,7.29 +0,9;5.14,9 + +[207D] ⁽ +1.29,12.86;.86,12.43;.43,11.14;0,9;0,7.29;.43,5.14;.86,3.86;1.29,3.43 + +[207E] ⁾ +0,12.86;.43,12.43;.86,11.14;1.29,9;1.29,7.29;.86,5.14;.43,3.86;0,3.43 + +[207F] ⁿ +0,9.86;0,5.57 +0,9.43;.86,9.86;1.71,9.86;2.57,9.43;3,8.57;3,5.57 + +[2080] ₀ +1.29,3.43;2.14,3.43;3,3;3.43,1.71;3.43,-.86;3,-2.14;2.14,-2.57;1.29,-2.57;.43,-2.14;0,-.86;0,1.71;.43,3;1.29,3.43 + +[2081] ₁ +3.43,-2.57;0,-2.57 +0,2.14;.86,2.57;1.71,3.43;1.71,-2.57 + +[2082] ₂ +0,3;.86,3.43;2.14,3.43;3,3;3.43,2.14;3.43,1.29;3,.43;0,-2.57;3.43,-2.57 + +[2083] ₃ +0,3.43;3.43,3.43;1.71,1.29;2.14,1.29;3,.86;3.43,0;3.43,-1.29;3,-2.14;2.14,-2.57;.86,-2.57;0,-2.14 + +[2084] ₄ +3,.86;3,-2.57 +1.29,3.43;0,-.86;3.86,-.86 + +[2085] ₅ +3.43,3.43;.43,3.43;0,.86;.86,1.29;2.14,1.29;3,.86;3.43,0;3.43,-1.29;3,-2.14;2.14,-2.57;.86,-2.57;0,-2.14 + +[2086] ₆ +0,0;.43,.86;1.29,1.29;2.14,1.29;3,.86;3.43,0;3.43,-1.29;3,-2.14;2.14,-2.57;1.29,-2.57;.43,-2.14;0,-1.29;0,.86;.43,2.14;.86,3;1.71,3.43;3,3.43 + +[2087] ₇ +0,3.43;4.29,3.43;1.29,-2.57 + +[2088] ₈ +1.29,.86;.43,1.29;0,2.14;.43,3;1.29,3.43;2.14,3.43;3,3;3.43,2.14;3,1.29;2.14,.86;1.29,.86;.43,.43;0,-.43;0,-1.29;.43,-2.14;1.29,-2.57;2.14,-2.57;3,-2.14;3.43,-1.29;3.43,-.43;3,.43;2.14,.86 + +[2089] ₉ +3.43,.86;3,0;2.14,-.43;1.29,-.43;.43,0;0,.86;0,2.14;.43,3;1.29,3.43;2.14,3.43;3,3;3.43,2.14;3.43,0;3,-1.29;2.57,-2.14;1.71,-2.57;.43,-2.57 + +[208A] ₊ +0,0;5.14,0 +2.57,2.57;2.57,-2.57 + +[208B] ₋ +0,0;5.14,0 + +[208C] ₌ +0,-.86;5.14,-.86 +0,.86;5.14,.86 + +[208D] ₍ +1.29,4.71;.86,4.29;.43,3;0,.86;0,-.86;.43,-3;.86,-4.29;1.29,-4.71 + +[208E] ₎ +0,4.71;.43,4.29;.86,3;1.29,.86;1.29,-.86;.86,-3;.43,-4.29;0,-4.71 + +[208F] ₏ +~0 + +[2090] ₐ +.43,1.29;1.29,1.71;2.14,1.71;3,1.29;3.43,.43;3.43,-2.57 +3.43,-2.14;2.57,-2.57;1.29,-2.57;.43,-2.14;0,-1.29;.43,-.43;1.29,0;3.43,0 + +[2091] ₑ +3,-2.14;2.14,-2.57;1.29,-2.57;.43,-2.14;0,-1.29;0,.43;.43,1.29;1.29,1.71;1.71,1.71;2.57,1.29;3,.43;3,0;0,-.43 + +[2092] ₒ +1.29,-2.57;.43,-2.14;0,-1.29;0,.43;.43,1.29;1.29,1.71;2.14,1.71;3,1.29;3.43,.43;3.43,-1.29;3,-2.14;2.14,-2.57;1.29,-2.57 + +[2093] ₓ +0,1.71;3.43,-2.57 +3.43,1.71;0,-2.57 + +[2094] ₔ +0,1.29;.86,1.71;1.71,1.71;2.57,1.29;3,.43;3,-1.29;2.57,-2.14;1.71,-2.57;1.29,-2.57;.43,-2.14;0,-1.29;0,-.86;3,-.43 + +[20A0] ₠ +6,6;2.57,6;2.57,0;6,0 +4.29,8.57;3.43,9;1.71,9;.86,8.57;.43,8.14;0,7.29;0,4.71;.43,3.86;.86,3.43;1.71,3;4.71,3 + +[20A1] ₡ +6.86,.86;6.43,.43;5.14,0;4.29,0;3,.43;2.14,1.29;1.71,2.14;1.29,3.86;1.29,5.14;1.71,6.86;2.14,7.71;3,8.57;4.29,9;5.14,9;6.43,8.57;6.86,8.14 +5.14,10.71;0,-1.71 +8.14,10.71;3,-1.71 + +[20A2] ₢ +5.57,.86;5.14,.43;3.86,0;3,0;1.71,.43;.86,1.29;.43,2.14;0,3.86;0,5.14;.43,6.86;.86,7.71;1.71,8.57;3,9;3.86,9;5.14,8.57;5.57,8.14 +3.43,0;3.43,6 +3.43,4.29;3.86,5.14;4.29,5.57;5.14,6;6,6 + +[20A3] ₣ +4.29,4.71;1.29,4.71 +1.29,0;1.29,9;5.57,9 +0,2.14;3.43,2.14 + +[20A4] ₤ +0,6;3.43,6 +0,0;4.71,0 +1.29,0;1.29,7.71;1.71,8.57;2.57,9;3.86,9;4.71,8.57 +0,3.43;3.43,3.43 + +[20A5] ₥ +0,0;0,6 +0,5.14;.43,5.57;1.29,6;2.57,6;3.43,5.57;3.86,4.71;3.86,0 +3.86,4.71;4.29,5.57;5.14,6;6.43,6;7.29,5.57;7.71,4.71;7.71,0 +6,8.14;1.71,-2.14 + +[20A6] ₦ +1.71,0;1.71,9;6.86,0;6.86,9 +0,2.14;8.57,2.14 +0,4.71;8.57,4.71 + +[20A7] ₧ +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 +7.71,6;11.14,6 +9,9;9,1.29;9.43,.43;10.29,0;11.14,0 +13.71,.43;14.57,0;16.29,0;17.14,.43;17.57,1.29;17.57,1.71;17.14,2.57;16.29,3;15,3;14.14,3.43;13.71,4.29;13.71,4.71;14.14,5.57;15,6;16.29,6;17.14,5.57 + +[20A8] ₨ +5.14,0;2.14,4.29 +0,0;0,9;3.43,9;4.29,8.57;4.71,8.14;5.14,7.29;5.14,6;4.71,5.14;4.29,4.71;3.43,4.29;0,4.29 +8.57,.43;9.43,0;11.14,0;12,.43;12.43,1.29;12.43,1.71;12,2.57;11.14,3;9.86,3;9,3.43;8.57,4.29;8.57,4.71;9,5.57;9.86,6;11.14,6;12,5.57 + +[20A9] ₩ +.43,9;2.57,0;4.29,6.43;6,0;8.14,9 +0,2.14;8.57,2.14 +0,4.71;8.57,4.71 + +[20AA] ₪ +0,0;0,9;2.57,9;3.86,8.57;4.71,7.71;5.14,6.43;5.14,3.86 +2.57,5.57;2.57,2.57;3,1.29;3.86,.43;5.14,0;7.71,0;7.71,9 + +[20AB] ₫ +4.29,0;4.29,9 +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +2.14,8.14;5.57,8.14 +4.71,-2.57;.43,-2.57 + +[20AC] € +0,3.43;3.86,3.43 +0,5.57;5.14,5.57 +6.43,.86;6,.43;4.71,0;3.86,0;2.57,.43;1.71,1.29;1.29,2.14;.86,3.86;.86,5.14;1.29,6.86;1.71,7.71;2.57,8.57;3.86,9;4.71,9;6,8.57;6.43,8.14 + +[20AD] ₭ +0,0;0,9 +5.14,0;1.29,5.14 +5.14,9;0,3.86 +0,5.14;3.43,5.14 + +[20AE] ₮ +0,9;5.14,9 +2.57,0;2.57,9 +1.29,2.14;3.86,3.86 +1.29,4.71;3.86,6.43 + +[20AF] ₯ +0,0;3,9;6,0;0,0 +9,-3;9,4.29;9.43,5.14;9.86,5.57;10.71,6;12,6;12.86,5.57;13.29,5.14;13.71,4.29;13.71,1.71;13.29,.86;12.86,.43;12,0;10.71,0;9.86,.43;9,1.29 + +[20B0] ₰ +0,3;.43,3.43;1.29,3.86;2.14,3.43;2.57,3;3.43,2.57;4.29,3;6.43,5.14;6.86,6.43;6.86,7.71;6.43,8.57;5.57,9;5.14,9;4.29,8.57;3.86,7.71;3.86,6.43;4.29,5.14;6.43,3;6.86,2.14;6.86,1.71;6.43,.86;6,.43;4.71,0 + +[20B1] ₱ +1.71,0;1.71,9;5.14,9;6,8.57;6.43,8.14;6.86,7.29;6.86,6;6.43,5.14;6,4.71;5.14,4.29;1.71,4.29 +0,6.43;8.57,6.43 + +[20B2] ₲ +5.14,8.57;4.29,9;3,9;1.71,8.57;.86,7.71;.43,6.86;0,5.14;0,3.86;.43,2.14;.86,1.29;1.71,.43;3,0;3.86,0;5.14,.43;5.57,.86;5.57,3.86;3.86,3.86 +3.43,10.29;3.43,-1.29 + +[20B3] ₳ +1.29,0;4.29,9;7.29,0 +0,2.14;8.57,2.14 +0,4.71;8.57,4.71 + +[20B4] ₴ +5.14,.43;3.86,0;1.71,0;.86,.43;.43,.86;0,1.71;0,2.57;.43,3.43;.86,3.86;1.71,4.29;3.43,4.71;4.29,5.14;4.71,5.57;5.14,6.43;5.14,7.29;4.71,8.14;4.29,8.57;3.43,9;1.29,9;0,8.57 +2.57,10.29;2.57,-1.29 + +[20B5] ₵ +4.29,.43;3.43,0;1.71,0;.86,.43;.43,.86;0,1.71;0,4.29;.43,5.14;.86,5.57;1.71,6;3.43,6;4.29,5.57 +2.57,7.29;2.57,-1.29 + +[2190] ← +6.86,3.43;0,3.43 +1.71,1.71;0,3.43;1.71,5.14 + +[2191] ↑ +1.71,0;1.71,6.86 +0,5.14;1.71,6.86;3.43,5.14 + +[2192] → +0,3.43;6.86,3.43 +5.14,1.71;6.86,3.43;5.14,5.14 + +[2193] ↓ +1.71,6.86;1.71,0 +3.43,1.71;1.71,0;0,1.71 + +[2194] ↔ +0,3.43;6.86,3.43 +5.14,1.71;6.86,3.43;5.14,5.14 +1.71,5.14;0,3.43;1.71,1.71 + +[2195] ↕ +1.71,0;1.71,6.86 +0,5.14;1.71,6.86;3.43,5.14 +3.43,1.71;1.71,0;0,1.71 + +[2196] ↖ +0,6.43;6,.43 +3,6.43;0,6.43;0,3.43 + +[2197] ↗ +6,6.43;0,.43 +3,6.43;6,6.43;6,3.43 + +[2198] ↘ +6,.43;0,6.43 +3,.43;6,.43;6,3.43 + +[2199] ↙ +0,.43;6,6.43 +3,.43;0,.43;0,3.43 + +[219A] ↚ +6.86,3.43;0,3.43 +3.43,1.71;5.14,5.14 +1.71,5.14;0,3.43;1.71,1.71 + +[219B] ↛ +0,3.43;6.86,3.43 +3.43,5.14;1.71,1.71 +5.14,1.71;6.86,3.43;5.14,5.14 + +[219C] ↜ +0,1.71;0,4.29;2.57,4.29 +0,4.29;1.29,3;2.14,2.57;3,3;3.86,3.86;4.71,4.29;5.57,3.86;6.86,2.57 + +[219D] ↝ +6.86,1.71;6.86,4.29;4.29,4.29 +6.86,4.29;5.57,3;4.71,2.57;3.86,3;3,3.86;2.14,4.29;1.29,3.86;0,2.57 + +[219E] ↞ +6.86,3.43;0,3.43 +4.29,5.14;2.57,3.43;4.29,1.71 +1.71,1.71;0,3.43;1.71,5.14 + +[219F] ↟ +1.71,0;1.71,6.86 +0,2.57;1.71,4.29;3.43,2.57 +0,5.14;1.71,6.86;3.43,5.14 + +[21A0] ↠ +0,3.43;6.86,3.43 +2.57,5.14;4.29,3.43;2.57,1.71 +5.14,1.71;6.86,3.43;5.14,5.14 + +[21A1] ↡ +1.71,6.86;1.71,0 +3.43,4.29;1.71,2.57;0,4.29 +3.43,1.71;1.71,0;0,1.71 + +[21A2] ↢ +0,3.43;5.14,3.43 +6.86,5.14;5.14,3.43;6.86,1.71 +1.71,1.71;0,3.43;1.71,5.14 + +[21A3] ↣ +6.86,3.43;1.71,3.43 +0,5.14;1.71,3.43;0,1.71 +5.14,1.71;6.86,3.43;5.14,5.14 + +[21A4] ↤ +6.86,5.14;6.86,1.71 +0,3.43;6.86,3.43 +1.71,1.71;0,3.43;1.71,5.14 + +[21A5] ↥ +1.71,0;1.71,6.86 +3.43,0;0,0 +0,5.14;1.71,6.86;3.43,5.14 + +[21A6] ↦ +0,5.14;0,1.71 +6.86,3.43;0,3.43 +5.14,1.71;6.86,3.43;5.14,5.14 + +[21A7] ↧ +1.71,6.86;1.71,0 +0,6.86;3.43,6.86 +3.43,1.71;1.71,0;0,1.71 + +[21A8] ↨ +0,0;3.43,0 +1.71,0;1.71,6.86 +0,1.71;1.71,0;3.43,1.71 +0,5.14;1.71,6.86;3.43,5.14 + +[21A9] ↩ +1.71,1.71;0,3.43;1.71,5.14 +0,3.43;5.57,3.43;6.43,3.86;6.86,4.71;6.43,5.57;5.57,6 + +[21AA] ↪ +5.14,1.71;6.86,3.43;5.14,5.14 +6.86,3.43;1.29,3.43;.43,3.86;0,4.71;.43,5.57;1.29,6 + +[21AB] ↫ +1.71,1.71;0,3.43;1.71,5.14 +0,3.43;5.57,3.43;6.43,3.86;6.86,4.71;6.43,5.57;5.57,6;4.71,5.57;4.29,4.71;4.29,1.71 + +[21AC] ↬ +5.14,1.71;6.86,3.43;5.14,5.14 +6.86,3.43;1.29,3.43;.43,3.86;0,4.71;.43,5.57;1.29,6;2.14,5.57;2.57,4.71;2.57,1.71 + +[21AD] ↭ +2.57,2.57;0,2.57;0,5.14 +6.86,1.71;6.86,4.29;4.29,4.29 +6.86,4.29;5.57,3;4.71,2.57;3.86,3;3,3.86;2.14,4.29;1.29,3.86;0,2.57 + +[21AE] ↮ +0,3.43;6.86,3.43 +4.29,5.14;2.57,1.71 +1.71,5.14;0,3.43;1.71,1.71 +5.14,1.71;6.86,3.43;5.14,5.14 + +[21AF] ↯ +1.71,1.71;2.57,0;4.29,.86 +1.29,6.86;0,3;4.29,5.14;2.57,0 + +[21B0] ↰ +5.14,0;5.14,5.14;0,5.14 +1.71,3.43;0,5.14;1.71,6.86 + +[21B1] ↱ +0,0;0,5.14;5.14,5.14 +3.43,3.43;5.14,5.14;3.43,6.86 + +[21B2] ↲ +5.14,6.86;5.14,1.71;0,1.71 +1.71,3.43;0,1.71;1.71,0 + +[21B3] ↳ +0,6.86;0,1.71;5.14,1.71 +3.43,3.43;5.14,1.71;3.43,0 + +[21B4] ↴ +0,5.14;5.14,5.14;5.14,0 +6.86,1.71;5.14,0;3.43,1.71 + +[21B5] ↵ +5.14,6.86;5.14,1.71;0,1.71 +1.71,3.43;0,1.71;1.71,0 + +[21B6] ↶ +3.43,4.29;1.71,2.57;0,4.29 +7.71,3.86;7.71,4.29;7.29,5.57;6.43,6.43;5.14,6.86;4.29,6.86;3,6.43;2.14,5.57;1.71,4.29;1.71,2.57 + +[21B7] ↷ +4.29,4.29;6,2.57;7.71,4.29 +0,3.86;0,4.29;.43,5.57;1.29,6.43;2.57,6.86;3.43,6.86;4.71,6.43;5.57,5.57;6,4.29;6,2.57 + +[21B8] ↸ +0,6.43;6,.43 +0,8.14;6,8.14 +3,6.43;0,6.43;0,3.43 + +[21B9] ↹ +0,1.71;6.86,1.71 +0,6.86;0,3.43 +6.86,3.43;6.86,0 +6.86,5.14;0,5.14 +1.71,3.43;0,5.14;1.71,6.86 +5.14,0;6.86,1.71;5.14,3.43 + +[21BA] ↺ +6.86,6.86;4.29,6.86;4.29,4.29 +.86,6;.43,5.57;0,4.29;0,3.43;.43,2.14;1.29,1.29;2.57,.86;3.43,.86;4.71,1.29;5.57,2.14;6,3.43;6,4.29;5.57,5.57;4.29,6.86 + +[21BB] ↻ +0,6.86;2.57,6.86;2.57,4.29 +6,6;6.43,5.57;6.86,4.29;6.86,3.43;6.43,2.14;5.57,1.29;4.29,.86;3.43,.86;2.14,1.29;1.29,2.14;.86,3.43;.86,4.29;1.29,5.57;2.57,6.86 + +[21BC] ↼ +6.86,3.43;0,3.43;1.71,5.14 + +[21BD] ↽ +6.86,3.43;0,3.43;1.71,1.71 + +[21BE] ↾ +-1.71,0;-1.71,6.86;0,5.14 + +[21BF] ↿ +1.71,0;1.71,6.86;0,5.14 + +[21C0] ⇀ +0,3.43;6.86,3.43;5.14,5.14 + +[21C1] ⇁ +0,3.43;6.86,3.43;5.14,1.71 + +[21C2] ⇂ +-1.71,6.86;-1.71,0;0,1.71 + +[21C3] ⇃ +1.71,6.86;1.71,0;0,1.71 + +[21C4] ⇄ +6.86,1.71;0,1.71 +0,5.14;6.86,5.14 +5.14,3.43;6.86,5.14;5.14,6.86 +1.71,0;0,1.71;1.71,3.43 + +[21C5] ⇅ +1.71,0;1.71,6.86 +5.14,6.86;5.14,0 +0,5.14;1.71,6.86;3.43,5.14 +3.43,1.71;5.14,0;6.86,1.71 + +[21C6] ⇆ +0,1.71;6.86,1.71 +6.86,5.14;0,5.14 +1.71,3.43;0,5.14;1.71,6.86 +5.14,0;6.86,1.71;5.14,3.43 + +[21C7] ⇇ +6.86,1.71;0,1.71 +0,5.14;6.86,5.14 +1.71,0;0,1.71;1.71,3.43;0,5.14;1.71,6.86 + +[21C8] ⇈ +1.71,0;1.71,6.86 +5.14,6.86;5.14,0 +0,5.14;1.71,6.86;3.43,5.14;5.14,6.86;6.86,5.14 + +[21C9] ⇉ +0,1.71;6.86,1.71 +6.86,5.14;0,5.14 +5.14,0;6.86,1.71;5.14,3.43;6.86,5.14;5.14,6.86 + +[21CA] ⇊ +5.14,6.86;5.14,0 +1.71,0;1.71,6.86 +6.86,1.71;5.14,0;3.43,1.71;1.71,0;0,1.71 + +[21CB] ⇋ +0,2.14;6.86,2.14;5.14,.43 +6.86,4.71;0,4.71;1.71,6.43 + +[21CC] ⇌ +6.86,2.14;0,2.14;1.71,.43 +0,4.71;6.86,4.71;5.14,6.43 + +[21CD] ⇍ +6.86,4.71;1.29,4.71 +6.86,2.14;1.29,2.14 +3.43,1.29;5.14,5.57 +2.14,1.29;0,3.43;2.14,5.57 + +[21CE] ⇎ +1.29,2.14;5.57,2.14 +1.29,4.71;5.57,4.71 +3.86,5.57;3,1.29 +2.14,1.29;0,3.43;2.14,5.57 +4.71,5.57;6.86,3.43;4.71,1.29 + +[21CF] ⇏ +0,2.14;5.57,2.14 +0,4.71;5.57,4.71 +3.43,5.57;1.71,1.29 +4.71,5.57;6.86,3.43;4.71,1.29 + +[21D0] ⇐ +6.86,4.71;1.29,4.71 +6.86,2.14;1.29,2.14 +2.14,1.29;0,3.43;2.14,5.57 + +[21D1] ⇑ +.86,5.57;.86,0 +3.43,5.57;3.43,0 +4.29,4.71;2.14,6.86;0,4.71 + +[21D2] ⇒ +0,2.14;5.57,2.14 +0,4.71;5.57,4.71 +4.71,5.57;6.86,3.43;4.71,1.29 + +[21D3] ⇓ +3.43,1.29;3.43,6.86 +.86,1.29;.86,6.86 +0,2.14;2.14,0;4.29,2.14 + +[21D4] ⇔ +1.29,2.14;5.57,2.14 +1.29,4.71;5.57,4.71 +2.14,1.29;0,3.43;2.14,5.57 +4.71,5.57;6.86,3.43;4.71,1.29 + +[21D5] ⇕ +.86,1.29;.86,5.57 +3.43,1.29;3.43,5.57 +0,2.14;2.14,0;4.29,2.14 +4.29,4.71;2.14,6.86;0,4.71 + +[21D6] ⇖ +6.86,1.29;1.71,6.43 +5.14,-.43;0,4.71 +3.43,6.43;0,6.43;0,3 + +[21D7] ⇗ +0,1.29;5.14,6.43 +1.71,-.43;6.86,4.71 +3.43,6.43;6.86,6.43;6.86,3 + +[21D8] ⇘ +0,5.57;5.14,.43 +1.71,7.29;6.86,2.14 +3.43,.43;6.86,.43;6.86,3.86 + +[21D9] ⇙ +6.86,5.57;1.71,.43 +5.14,7.29;0,2.14 +3.43,.43;0,.43;0,3.86 + +[21DA] ⇚ +6.86,1.29;2.14,1.29 +6.86,3.43;0,3.43 +6.86,5.57;2.14,5.57 +3,6.43;0,3.43;3,.43 + +[21DB] ⇛ +0,1.29;4.71,1.29 +0,3.43;6.86,3.43 +0,5.57;4.71,5.57 +3.86,6.43;6.86,3.43;3.86,.43 + +[21DC] ⇜ +1.71,1.71;0,3.43;1.71,5.14 +6.86,2.57;5.57,4.29;4.29,2.57;3,4.29;1.71,2.57;.86,3.43;0,3.43 + +[21DD] ⇝ +5.14,1.71;6.86,3.43;5.14,5.14 +0,2.57;1.29,4.29;2.57,2.57;3.86,4.29;5.14,2.57;6,3.43;6.86,3.43 + +[21DE] ⇞ +0,1.29;3.43,1.29 +0,3.43;3.43,3.43 +1.71,0;1.71,6.86 +0,5.14;1.71,6.86;3.43,5.14 + +[21DF] ⇟ +3.43,5.57;0,5.57 +3.43,3.43;0,3.43 +1.71,6.86;1.71,0 +3.43,1.71;1.71,0;0,1.71 + +[21E0] ⇠ +6.86,3.43;5.57,3.43 +3.86,3.43;3,3.43 +1.29,3.43;0,3.43 +1.71,5.14;0,3.43;1.71,1.71 + +[21E1] ⇡ +1.71,0;1.71,1.29 +1.71,3;1.71,3.86 +1.71,5.57;1.71,6.86 +0,5.14;1.71,6.86;3.43,5.14 + +[21E2] ⇢ +0,3.43;1.29,3.43 +3,3.43;3.86,3.43 +5.57,3.43;6.86,3.43 +5.14,1.71;6.86,3.43;5.14,5.14 + +[21E3] ⇣ +1.71,6.86;1.71,5.57 +1.71,3.86;1.71,3 +1.71,1.29;1.71,0 +3.43,1.71;1.71,0;0,1.71 + +[21E4] ⇤ +6.86,3.43;0,3.43 +0,1.71;0,5.14 +1.71,5.14;0,3.43;1.71,1.71 + +[21E5] ⇥ +0,3.43;6.86,3.43 +6.86,5.14;6.86,1.71 +5.14,1.71;6.86,3.43;5.14,5.14 + +[21E6] ⇦ +6.86,4.71;6.86,2.14;2.14,2.14;2.14,1.29;0,3.43;2.14,5.57;2.14,4.71;6.86,4.71 + +[21E7] ⇧ +3.43,0;.86,0;.86,4.71;0,4.71;2.14,6.86;4.29,4.71;3.43,4.71;3.43,0 + +[21E8] ⇨ +0,2.14;0,4.71;4.71,4.71;4.71,5.57;6.86,3.43;4.71,1.29;4.71,2.14;0,2.14 + +[21E9] ⇩ +.86,6.86;3.43,6.86;3.43,2.14;4.29,2.14;2.14,0;0,2.14;.86,2.14;.86,6.86 + +[21EA] ⇪ +3.43,0;.86,0;.86,1.71;3.43,1.71;3.43,0 +3.43,3.43;.86,3.43;.86,4.71;0,4.71;2.14,6.86;4.29,4.71;3.43,4.71;3.43,3.43 + +[21EB] ⇫ +4.29,0;0,0;0,1.71;.86,1.71;.86,4.71;0,4.71;2.14,6.86;4.29,4.71;3.43,4.71;3.43,1.71;4.29,1.71;4.29,0 + +[21EC] ⇬ +.86,5.57;3.43,5.57 +4.29,0;0,0;0,1.71;.86,1.71;.86,4.71;0,4.71;2.14,6.86;4.29,4.71;3.43,4.71;3.43,1.71;4.29,1.71;4.29,0 + +[21ED] ⇭ +2.14,6.86;2.14,0 +4.29,0;0,0;0,1.71;.86,1.71;.86,4.71;0,4.71;2.14,6.86;4.29,4.71;3.43,4.71;3.43,1.71;4.29,1.71;4.29,0 + +[21EE] ⇮ +1.29,4.71;0,4.71;2.14,6.86;4.29,4.71;3,4.71 +3.43,0;.86,0;.86,3.43;0,3.43;2.14,5.57;4.29,3.43;3.43,3.43;3.43,0 + +[21EF] ⇯ +1.29,4.71;0,4.71;2.14,6.86;4.29,4.71;3,4.71 +4.29,0;0,0;0,1.71;.86,1.71;.86,3.43;0,3.43;2.14,5.57;4.29,3.43;3.43,3.43;3.43,1.71;4.29,1.71;4.29,0 + +[21F0] ⇰ +0,5.57;1.71,5.57;1.71,4.71;4.71,4.71;4.71,5.57;6.86,3.43;4.71,1.29;4.71,2.14;1.71,2.14;1.71,1.29;0,1.29;0,5.57 + +[21F1] ⇱ +6.86,0;1.71,5.14 +6.86,6.86;0,6.86;0,0 +4.71,5.14;1.71,5.14;1.71,2.14 + +[21F2] ⇲ +0,6.86;5.14,1.71 +0,0;6.86,0;6.86,6.86 +2.14,1.71;5.14,1.71;5.14,4.71 + +[21F3] ⇳ +0,4.71;2.14,6.86;4.29,4.71;3.43,4.71;3.43,2.14;4.29,2.14;2.14,0;0,2.14;.86,2.14;.86,4.71;0,4.71 + +[21F4] ⇴ +0,3.43;6.86,3.43 +5.14,1.71;6.86,3.43;5.14,5.14 +4.29,3.86;4.29,3;3.86,2.14;3,1.71;2.14,1.71;1.29,2.14;.86,3;.86,3.86;1.29,4.71;2.14,5.14;3,5.14;3.86,4.71;4.29,3.86 + +[21F5] ⇵ +5.14,0;5.14,6.86 +1.71,6.86;1.71,0 +6.86,5.14;5.14,6.86;3.43,5.14 +3.43,1.71;1.71,0;0,1.71 + +[21F6] ⇶ +0,0;6.86,0 +0,6.86;6.86,6.86 +6.86,3.43;0,3.43 +5.14,8.57;6.86,6.86;5.14,5.14;6.86,3.43;5.14,1.71;6.86,0;5.14,-1.71 + +[21F7] ⇷ +6.86,3.43;0,3.43 +4.29,1.71;4.29,5.14 +1.71,5.14;0,3.43;1.71,1.71 + +[21F8] ⇸ +0,3.43;6.86,3.43 +2.57,5.14;2.57,1.71 +5.14,1.71;6.86,3.43;5.14,5.14 + +[21F9] ⇹ +0,3.43;6.86,3.43 +3.43,5.14;3.43,1.71 +1.71,5.14;0,3.43;1.71,1.71 +5.14,1.71;6.86,3.43;5.14,5.14 + +[21FA] ⇺ +6.86,3.43;0,3.43 +5.57,1.71;5.57,5.14 +3.43,1.71;3.43,5.14 +1.71,5.14;0,3.43;1.71,1.71 + +[21FB] ⇻ +0,3.43;6.86,3.43 +1.29,5.14;1.29,1.71 +3.43,5.14;3.43,1.71 +5.14,1.71;6.86,3.43;5.14,5.14 + +[21FC] ⇼ +0,3.43;6.86,3.43 +2.57,5.14;2.57,1.71 +4.29,5.14;4.29,1.71 +1.71,1.71;0,3.43;1.71,5.14 +5.14,1.71;6.86,3.43;5.14,5.14 + +[21FD] ⇽ +1.71,3.43;6.86,3.43 +1.71,1.71;1.71,5.14;0,3.43;1.71,1.71 + +[21FE] ⇾ +5.14,3.43;0,3.43 +5.14,1.71;5.14,5.14;6.86,3.43;5.14,1.71 + +[21FF] ⇿ +1.71,3.43;5.14,3.43 +1.71,1.71;0,3.43;1.71,5.14;1.71,1.71 +5.14,1.71;5.14,5.14;6.86,3.43;5.14,1.71 + +[2200] ∀ +.86,6.43;5.14,6.43 +0,9;3,0;6,9 + +[2201] ∁ +4.29,8.14;3.86,8.57;3,9;1.71,9;.86,8.57;.43,8.14;0,6.86;0,2.14;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,.86 + +[2202] ∂ +4.71,5.14;4.29,5.57;3.43,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,1.71;.43,.86;.86,.43;1.71,0;3,0;3.86,.43;4.29,.86;4.71,1.71;4.71,7.29;4.29,8.14;3.86,8.57;3,9;1.29,9;.43,8.57 + +[2203] ∃ +4.29,4.71;1.29,4.71 +0,0;4.29,0;4.29,9;0,9 + +[2204] ∄ +4.71,4.29;1.71,4.29 +.43,9;4.71,9;4.71,0;.43,0 +5.14,10.29;0,-2.14 + +[2205] ∅ +0,0;9,9 +3.43,9;5.57,9;7.29,8.14;8.14,7.29;9,5.57;9,3.43;8.14,1.71;7.29,.86;5.57,0;3.43,0;1.71,.86;.86,1.71;0,3.43;0,5.57;.86,7.29;1.71,8.14;3.43,9 + +[2206] ∆ +0,0;3,9;6,0;0,0 + +[2207] ∇ +6,9;3,0;0,9;6,9 + +[2208] ∈ +9,4.29;0,4.29 +9,8.57;3.43,8.57;1.71,7.71;.86,6.86;0,5.14;0,3.43;.86,1.71;1.71,.86;3.43,0;9,0 + +[2209] ∉ +8.57,10.29;.43,-1.29 +9,4.29;0,4.29 +9,8.57;3.43,8.57;1.71,7.71;.86,6.86;0,5.14;0,3.43;.86,1.71;1.71,.86;3.43,0;9,0 + +[220A] ∊ +0,3.43;6.86,3.43 +6.86,.43;2.57,.43;1.29,.86;.43,1.71;0,3;0,3.86;.43,5.14;1.29,6;2.57,6.43;6.86,6.43 + +[220B] ∋ +0,4.71;9,4.71 +0,.43;5.57,.43;7.29,1.29;8.14,2.14;9,3.86;9,5.57;8.14,7.29;7.29,8.14;5.57,9;0,9 + +[220C] ∌ +.43,-1.29;8.57,10.29 +0,4.71;9,4.71 +0,.43;5.57,.43;7.29,1.29;8.14,2.14;9,3.86;9,5.57;8.14,7.29;7.29,8.14;5.57,9;0,9 + +[220D] ∍ +6.86,3.43;0,3.43 +0,.43;4.29,.43;5.57,.86;6.43,1.71;6.86,3;6.86,3.86;6.43,5.14;5.57,6;4.29,6.43;0,6.43 + +[220E] ∎ +0,0;4.29,4.29 +0,.43;4.29,4.71 +0,.86;4.29,5.14 +0,1.29;4.29,5.57 +0,1.71;4.29,6 +0,2.14;4.29,6.43 +0,2.57;4.29,6.86 +0,3;3.86,6.86 +0,3.43;3.43,6.86 +0,3.86;3,6.86 +0,4.29;2.57,6.86 +0,4.71;2.14,6.86 +0,5.14;1.71,6.86 +0,5.57;1.29,6.86 +0,6;.86,6.86 +0,6.43;.43,6.86 +.43,0;4.29,3.86 +.86,0;4.29,3.43 +1.29,0;4.29,3 +1.71,0;4.29,2.57 +2.14,0;4.29,2.14 +2.57,0;4.29,1.71 +3,0;4.29,1.29 +3.43,0;4.29,.86 +3.86,0;4.29,.43 +0,0;0,6.86;4.29,6.86;4.29,0;0,0 + +[220F] ∏ +6.86,-2.14;6.86,9;0,9;0,-2.14 + +[2210] ∐ +6.86,9;6.86,-2.14;0,-2.14;0,9 + +[2211] ∑ +7.29,-2.14;0,-2.14;4.71,3.43;0,9;7.71,9 + +[2212] − +0,3.43;6.86,3.43 + +[2213] ∓ +6.86,1.71;0,1.71 +3.43,5.14;3.43,-1.71 +0,6.86;6.86,6.86 + +[2214] ∔ +0,3.43;6.86,3.43 +3.43,0;3.43,6.86 +3.43,9.86;3,9.43;3.43,9;3.86,9.43;3.43,9.86;3.43,9 + +[2215] ∕ +7.71,9.43;0,-2.14 + +[2216] ∖ +0,9.86;7.71,-1.71 + +[2217] ∗ +0,5.14;6,1.71 +3,0;3,6.86 +6,5.14;0,1.71 + +[2218] ∘ +.43,4.29;1.29,4.71;2.14,4.29;2.57,3.43;2.14,2.57;1.29,2.14;.43,2.57;0,3.43;.43,4.29 + +[2219] ∙ +.43,4.29;.43,2.57 +.86,2.57;.86,4.29 +1.29,4.71;1.29,2.14 +1.71,2.57;1.71,4.29 +2.14,4.29;2.14,2.57 +.43,3;1.29,2.14;2.14,3 +.43,3.86;1.29,4.71;2.14,3.86 +.43,4.29;1.29,4.71;2.14,4.29;2.57,3.43;2.14,2.57;1.29,2.14;.43,2.57;0,3.43;.43,4.29 + +[221A] √ +0,3;1.71,3.43;2.57,0;9,10.71 + +[221B] ∛ +0,3;1.71,3.43;2.57,0;9,10.71 +.43,11.57;3.86,11.57;2.14,9.43;2.57,9.43;3.43,9;3.86,8.14;3.86,6.86;3.43,6;2.57,5.57;1.29,5.57;.43,6 + +[221C] ∜ +0,3;1.71,3.43;2.57,0;9,10.71 +3.43,9;3.43,5.57 +1.71,11.57;.43,7.29;4.29,7.29 + +[221D] ∝ +5.14,4.71;4.71,4.71;3.86,4.29;2.14,2.57;1.29,2.14;.43,2.57;0,3.43;.43,4.29;1.29,4.71;2.14,4.29;3.86,2.57;4.71,2.14;5.14,2.14 + +[221E] ∞ +3.86,4.29;4.71,4.71;5.57,4.29;6,3.43;5.57,2.57;4.71,2.14;3.86,2.57;2.14,4.29;1.29,4.71;.43,4.29;0,3.43;.43,2.57;1.29,2.14;2.14,2.57;3.86,4.29 + +[221F] ∟ +0,6.86;0,0;6.86,0 + +[2220] ∠ +6.86,6.86;0,0;6.86,0 + +[2221] ∡ +6.86,6.86;0,0;6.86,0 +2.57,3.43;3.43,2.57;4.29,.43;4.29,-.86 + +[2222] ∢ +6.86,0;0,3.43;6.86,6.86 +3.86,.86;4.29,1.71;4.71,3.43;4.29,5.14;3.86,6 + +[2223] ∣ +0,-3;0,9.86 + +[2224] ∤ +0,2.57;3.43,4.29 +1.71,9.86;1.71,-3 + +[2225] ∥ +0,9.86;0,-3 +2.57,9.86;2.57,-3 + +[2226] ∦ +0,2.14;5.14,4.71 +1.29,9.86;1.29,-3 +3.86,9.86;3.86,-3 + +[2227] ∧ +7.71,0;3.86,6.86;0,0 + +[2228] ∨ +0,6.86;3.86,0;7.71,6.86 + +[2229] ∩ +6.86,0;6.86,4.29;6,6;4.29,6.86;2.57,6.86;.86,6;0,4.29;0,0 + +[222A] ∪ +0,6.86;0,2.57;.86,.86;2.57,0;4.29,0;6,.86;6.86,2.57;6.86,6.86 + +[222B] ∫ +0,-.86;.43,-1.71;1.29,-2.14;2.14,-1.71;2.57,-.86;2.57,7.71;3,8.57;3.86,9;4.71,8.57;5.14,7.71 + +[222C] ∬ +0,-.86;.43,-1.71;1.29,-2.14;2.14,-1.71;2.57,-.86;2.57,7.71;3,8.57;3.86,9;4.71,8.57;5.14,7.71 +3.43,-.86;3.86,-1.71;4.71,-2.14;5.57,-1.71;6,-.86;6,7.71;6.43,8.57;7.29,9;8.14,8.57;8.57,7.71 + +[222D] ∭ +0,-.86;.43,-1.71;1.29,-2.14;2.14,-1.71;2.57,-.86;2.57,7.71;3,8.57;3.86,9;4.71,8.57;5.14,7.71 +3.43,-.86;3.86,-1.71;4.71,-2.14;5.57,-1.71;6,-.86;6,7.71;6.43,8.57;7.29,9;8.14,8.57;8.57,7.71 +6.86,-.86;7.29,-1.71;8.14,-2.14;9,-1.71;9.43,-.86;9.43,7.71;9.86,8.57;10.71,9;11.57,8.57;12,7.71 + +[222E] ∮ +0,-.86;.43,-1.71;1.29,-2.14;2.14,-1.71;2.57,-.86;2.57,7.71;3,8.57;3.86,9;4.71,8.57;5.14,7.71 +2.57,6;3.86,5.57;4.71,4.71;5.14,3.43;4.71,2.14;3.86,1.29;2.57,.86;1.29,1.29;.43,2.14;0,3.43;.43,4.71;1.29,5.57;2.57,6 + +[222F] ∯ +0,-.86;.43,-1.71;1.29,-2.14;2.14,-1.71;2.57,-.86;2.57,7.71;3,8.57;3.86,9;4.71,8.57;5.14,7.71 +3.43,-.86;3.86,-1.71;4.71,-2.14;5.57,-1.71;6,-.86;6,7.71;6.43,8.57;7.29,9;8.14,8.57;8.57,7.71 +6,6;7.29,5.57;8.14,4.71;8.57,3.43;8.14,2.14;7.29,1.29;6,.86;2.57,.86;1.29,1.29;.43,2.14;0,3.43;.43,4.71;1.29,5.57;2.57,6;6,6 + +[2230] ∰ +0,-.86;.43,-1.71;1.29,-2.14;2.14,-1.71;2.57,-.86;2.57,7.71;3,8.57;3.86,9;4.71,8.57;5.14,7.71 +3.43,-.86;3.86,-1.71;4.71,-2.14;5.57,-1.71;6,-.86;6,7.71;6.43,8.57;7.29,9;8.14,8.57;8.57,7.71 +6.86,-.86;7.29,-1.71;8.14,-2.14;9,-1.71;9.43,-.86;9.43,7.71;9.86,8.57;10.71,9;11.57,8.57;12,7.71 +9.43,6;10.71,5.57;11.57,4.71;12,3.43;11.57,2.14;10.71,1.29;9.43,.86;2.57,.86;1.29,1.29;.43,2.14;0,3.43;.43,4.71;1.29,5.57;2.57,6;9.43,6 + +[2231] ∱ +3.86,3.86;5.14,2.57;6.43,3.86 +0,3.43;.43,4.71;1.29,5.57;2.57,6;3.86,5.57;4.71,4.71;5.14,3.43;5.14,2.57 +0,-.86;.43,-1.71;1.29,-2.14;2.14,-1.71;2.57,-.86;2.57,7.71;3,8.57;3.86,9;4.71,8.57;5.14,7.71 + +[2232] ∲ +3.86,4.29;5.14,3;6.43,4.29 +0,-.86;.43,-1.71;1.29,-2.14;2.14,-1.71;2.57,-.86;2.57,7.71;3,8.57;3.86,9;4.71,8.57;5.14,7.71 +0,3.43;.43,4.71;1.29,5.57;2.57,6;3.86,5.57;4.71,4.71;5.14,3.43;4.71,2.14;3.86,1.29;2.57,.86;1.29,1.29;.43,2.14;0,3.43 + +[2233] ∳ +3.86,2.57;5.14,3.86;6.43,2.57 +0,-.86;.43,-1.71;1.29,-2.14;2.14,-1.71;2.57,-.86;2.57,7.71;3,8.57;3.86,9;4.71,8.57;5.14,7.71 +0,3.43;.43,4.71;1.29,5.57;2.57,6;3.86,5.57;4.71,4.71;5.14,3.43;4.71,2.14;3.86,1.29;2.57,.86;1.29,1.29;.43,2.14;0,3.43 + +[2234] ∴ +.43,1.29;.86,.86;.43,.43;0,.86;.43,1.29;.43,.43 +3.43,6.43;3.86,6;3.43,5.57;3,6;3.43,6.43;3.43,5.57 +6.43,1.29;6.86,.86;6.43,.43;6,.86;6.43,1.29;6.43,.43 + +[2235] ∵ +6.43,5.57;6,6;6.43,6.43;6.86,6;6.43,5.57;6.43,6.43 +3.43,.43;3,.86;3.43,1.29;3.86,.86;3.43,.43;3.43,1.29 +.43,5.57;0,6;.43,6.43;.86,6;.43,5.57;.43,6.43 + +[2236] ∶ +.43,1.29;.86,.86;.43,.43;0,.86;.43,1.29;.43,.43 +.43,6.43;.86,6;.43,5.57;0,6;.43,6.43;.43,5.57 + +[2237] ∷ +.43,1.29;.86,.86;.43,.43;0,.86;.43,1.29;.43,.43 +.43,6.43;.86,6;.43,5.57;0,6;.43,6.43;.43,5.57 +5.57,1.29;6,.86;5.57,.43;5.14,.86;5.57,1.29;5.57,.43 +5.57,6.43;6,6;5.57,5.57;5.14,6;5.57,6.43;5.57,5.57 + +[2238] ∸ +0,3.43;6.86,3.43 +3.43,9;3,8.57;3.43,8.14;3.86,8.57;3.43,9;3.43,8.14 + +[2239] ∹ +0,3.43;4.29,3.43 +6.43,1.29;6.86,.86;6.43,.43;6,.86;6.43,1.29;6.43,.43 +6.43,6.43;6.86,6;6.43,5.57;6,6;6.43,6.43;6.43,5.57 + +[223A] ∺ +0,3.43;6.86,3.43 +.86,1.29;1.29,.86;.86,.43;.43,.86;.86,1.29;.86,.43 +.86,6.43;1.29,6;.86,5.57;.43,6;.86,6.43;.86,5.57 +6,1.29;6.43,.86;6,.43;5.57,.86;6,1.29;6,.43 +6,6.43;6.43,6;6,5.57;5.57,6;6,6.43;6,5.57 + +[223B] ∻ +0,3.43;.43,3.86;1.71,4.29;3,3.86;3.86,3;5.14,2.57;6.43,3;6.86,3.43 +3.43,1.29;3.86,.86;3.43,.43;3,.86;3.43,1.29;3.43,.43 +3.43,6.43;3.86,6;3.43,5.57;3,6;3.43,6.43;3.43,5.57 + +[223C] ∼ +0,3.43;.43,3.86;1.71,4.29;3,3.86;3.86,3;5.14,2.57;6.43,3;6.86,3.43 + +[223D] ∽ +6.86,3.43;6.43,3.86;5.14,4.29;3.86,3.86;3,3;1.71,2.57;.43,3;0,3.43 + +[223E] ∾ +5.57,4.71;6.43,4.29;6.86,3.43;6.43,2.57;5.57,2.14;4.29,2.57;2.57,4.29;1.29,4.71;.43,4.29;0,3.43;.43,2.57;1.29,2.14 + +[223F] ∿ +0,3.43;.43,5.57;.86,6.43;1.71,6.86;2.57,6.43;3,5.57;3.86,1.29;4.29,.43;5.14,0;6,.43;6.43,1.29;6.86,3.43 + +[2240] ≀ +.86,6.86;1.29,6.43;1.71,5.14;1.29,3.86;.43,3;0,1.71;.43,.43;.86,0 + +[2241] ≁ +0,3.43;.43,3.86;1.71,4.29;3,3.86;3.86,3;5.14,2.57;6.43,3;6.86,3.43 +5.14,6.86;1.71,0 + +[2242] ≂ +6.86,4.71;0,4.71 +6.86,2.14;6.43,1.71;5.14,1.29;3.86,1.71;3,2.57;1.71,3;.43,2.57;0,2.14 + +[2243] ≃ +0,2.14;6.86,2.14 +0,4.71;.43,5.14;1.71,5.57;3,5.14;3.86,4.29;5.14,3.86;6.43,4.29;6.86,4.71 + +[2244] ≄ +0,2.14;6.86,2.14 +0,4.71;.43,5.14;1.71,5.57;3,5.14;3.86,4.29;5.14,3.86;6.43,4.29;6.86,4.71 +5.14,6.86;1.71,0 + +[2245] ≅ +0,.86;6.86,.86 +0,3.43;6.86,3.43 +0,6;.43,6.43;1.71,6.86;3,6.43;3.86,5.57;5.14,5.14;6.43,5.57;6.86,6 + +[2246] ≆ +0,.86;6.86,.86 +0,3.43;6.86,3.43 +4.71,4.71;2.14,-.43 +0,6;.43,6.43;1.71,6.86;3,6.43;3.86,5.57;5.14,5.14;6.43,5.57;6.86,6 + +[2247] ≇ +0,.86;6.86,.86 +0,3.43;6.86,3.43 +0,6;.43,6.43;1.71,6.86;3,6.43;3.86,5.57;5.14,5.14;6.43,5.57;6.86,6 +6,8.57;.86,-1.71 + +[2248] ≈ +0,2.14;.43,2.57;1.71,3;3,2.57;3.86,1.71;5.14,1.29;6.43,1.71;6.86,2.14 +0,4.71;.43,5.14;1.71,5.57;3,5.14;3.86,4.29;5.14,3.86;6.43,4.29;6.86,4.71 + +[2249] ≉ +0,2.14;.43,2.57;1.71,3;3,2.57;3.86,1.71;5.14,1.29;6.43,1.71;6.86,2.14 +0,4.71;.43,5.14;1.71,5.57;3,5.14;3.86,4.29;5.14,3.86;6.43,4.29;6.86,4.71 +5.14,6.86;1.71,0 + +[224A] ≊ +0,.86;6.86,.86 +0,3.43;.43,3.86;1.71,4.29;3,3.86;3.86,3;5.14,2.57;6.43,3;6.86,3.43 +0,6;.43,6.43;1.71,6.86;3,6.43;3.86,5.57;5.14,5.14;6.43,5.57;6.86,6 + +[224B] ≋ +0,.86;.43,1.29;1.71,1.71;3,1.29;3.86,.43;5.14,0;6.43,.43;6.86,.86 +0,3.43;.43,3.86;1.71,4.29;3,3.86;3.86,3;5.14,2.57;6.43,3;6.86,3.43 +0,6;.43,6.43;1.71,6.86;3,6.43;3.86,5.57;5.14,5.14;6.43,5.57;6.86,6 + +[224C] ≌ +6.86,.86;0,.86 +6.86,3.43;0,3.43 +6.86,6;6.43,6.43;5.14,6.86;3.86,6.43;3,5.57;1.71,5.14;.43,5.57;0,6 + +[224D] ≍ +0,1.29;.86,1.71;2.57,2.14;4.29,2.14;6,1.71;6.86,1.29 +0,5.57;.86,5.14;2.57,4.71;4.29,4.71;6,5.14;6.86,5.57 + +[224E] ≎ +0,2.14;1.71,2.14;1.71,1.71;2.14,.86;3,.43;3.86,.43;4.71,.86;5.14,1.71;5.14,2.14;6.86,2.14 +0,4.71;1.71,4.71;1.71,5.14;2.14,6;3,6.43;3.86,6.43;4.71,6;5.14,5.14;5.14,4.71;6.86,4.71 + +[224F] ≏ +6.86,2.14;0,2.14 +0,4.71;1.71,4.71;1.71,5.14;2.14,6;3,6.43;3.86,6.43;4.71,6;5.14,5.14;5.14,4.71;6.86,4.71 + +[2250] ≐ +0,4.71;6.86,4.71 +6.86,2.14;0,2.14 +3.43,8.14;3,7.71;3.43,7.29;3.86,7.71;3.43,8.14;3.43,7.29 + +[2251] ≑ +0,4.71;6.86,4.71 +6.86,2.14;0,2.14 +3.43,1.29;3.86,.86;3.43,.43;3,.86;3.43,1.29;3.43,.43 +3.43,6.43;3.86,6;3.43,5.57;3,6;3.43,6.43;3.43,5.57 + +[2252] ≒ +0,4.71;6.86,4.71 +6.86,2.14;0,2.14 +.43,7.29;.86,6.86;.43,6.43;0,6.86;.43,7.29;.43,6.43 +6.43,.43;6.86,0;6.43,-.43;6,0;6.43,.43;6.43,-.43 + +[2253] ≓ +6.86,4.71;0,4.71 +0,2.14;6.86,2.14 +6.43,7.29;6,6.86;6.43,6.43;6.86,6.86;6.43,7.29;6.43,6.43 +.43,.43;0,0;.43,-.43;.86,0;.43,.43;.43,-.43 + +[2254] ≔ +3.43,4.71;10.29,4.71 +10.29,2.14;3.43,2.14 +.43,2.14;.86,1.71;.43,1.29;0,1.71;.43,2.14;.43,1.29 +.43,5.57;.86,5.14;.43,4.71;0,5.14;.43,5.57;.43,4.71 + +[2255] ≕ +6.86,4.71;0,4.71 +0,2.14;6.86,2.14 +9.86,2.14;9.43,1.71;9.86,1.29;10.29,1.71;9.86,2.14;9.86,1.29 +9.86,5.57;9.43,5.14;9.86,4.71;10.29,5.14;9.86,5.57;9.86,4.71 + +[2256] ≖ +0,4.71;6.86,4.71 +6.86,2.14;0,2.14 +2.57,4.29;3.43,4.71;4.29,4.29;4.71,3.43;4.29,2.57;3.43,2.14;2.57,2.57;2.14,3.43;2.57,4.29 + +[2257] ≗ +0,4.71;6.86,4.71 +6.86,2.14;0,2.14 +3.43,7.29;2.57,7.71;2.14,8.57;2.57,9.43;3.43,9.86;4.29,9.43;4.71,8.57;4.29,7.71;3.43,7.29 + +[2258] ≘ +0,4.71;6.86,4.71 +6.86,2.14;0,2.14 +1.71,7.29;2.14,8.14;3,8.57;3.86,8.57;4.71,8.14;5.14,7.29 + +[2259] ≙ +0,4.71;6.86,4.71 +6.86,2.14;0,2.14 +1.71,7.29;3.43,8.57;5.14,7.29 + +[225A] ≚ +0,4.71;6.86,4.71 +6.86,2.14;0,2.14 +1.71,8.57;3.43,7.29;5.14,8.57 + +[225B] ≛ +0,4.71;6.86,4.71 +6.86,2.14;0,2.14 +3.43,11.14;4.29,8.57;2.14,10.29;4.71,10.29;2.57,8.57;3.43,11.14 + +[225C] ≜ +0,4.71;6.86,4.71 +6.86,2.14;0,2.14 +3.43,12;1.71,7.29;5.14,7.29;3.43,12 + +[225D] ≝ +.86,4.71;7.71,4.71 +7.29,10.29;9,10.29 +7.71,2.14;.86,2.14 +9,12;8.14,11.57;7.71,10.71;7.71,7.29 +2.14,12;2.14,7.29;1.29,7.29;.43,7.71;0,8.57;0,9.43;.43,10.29;1.29,10.71;2.14,10.71 +3.86,9;6,9;6,10.29;5.57,10.71;4.29,10.71;3.86,10.29;3.86,7.71;4.29,7.29;5.57,7.29 + +[225E] ≞ +0,4.71;6.86,4.71 +6.86,2.14;0,2.14 +1.29,10.71;1.29,7.29 +1.29,10.29;1.71,10.71;3,10.71;3.43,10.29;3.43,7.29 +3.43,10.29;3.86,10.71;5.14,10.71;5.57,10.29;5.57,7.29 + +[225F] ≟ +0,4.71;6.86,4.71 +6.86,2.14;0,2.14 +3.43,8.14;3.86,7.71;3.43,7.29;3,7.71;3.43,8.14;3.43,7.29 +1.71,11.57;2.57,12;3.86,12;4.71,11.57;5.14,10.71;4.71,9.86;3.86,9.43 + +[2260] ≠ +0,4.71;6.86,4.71 +4.29,6;2.57,.86 +6.86,2.14;0,2.14 + +[2261] ≡ +0,.86;6.86,.86 +0,3.43;6.86,3.43 +0,6;6.86,6 + +[2262] ≢ +0,.86;6.86,.86 +0,3.43;6.86,3.43 +0,6;6.86,6 +6,8.57;.86,-1.71 + +[2263] ≣ +0,-.43;6.86,-.43 +0,4.71;6.86,4.71 +0,7.29;6.86,7.29 +6.86,2.14;0,2.14 + +[2264] ≤ +6.86,.43;0,.43 +6.86,2.14;0,4.71;6.86,7.29 + +[2265] ≥ +0,.43;6.86,.43 +0,2.14;6.86,4.71;0,7.29 + +[2266] ≦ +0,-.86;6.86,-.86 +6.86,1.71;0,1.71 +6.86,3.43;0,6;6.86,8.57 + +[2267] ≧ +6.86,-.86;0,-.86 +0,1.71;6.86,1.71 +0,3.43;6.86,6;0,8.57 + +[2268] ≨ +0,-.86;6.86,-.86 +4.29,3;2.57,-2.14 +6.86,1.71;0,1.71 +6.86,3.43;0,6;6.86,8.57 + +[2269] ≩ +0,1.71;6.86,1.71 +4.29,3;2.57,-2.14 +6.86,-.86;0,-.86 +0,3.43;6.86,6;0,8.57 + +[226A] ≪ +6.86,6;0,3.43;6.86,.86 +13.71,6;6.86,3.43;13.71,.86 + +[226B] ≫ +6.86,6;13.71,3.43;6.86,.86 +0,6;6.86,3.43;0,.86 + +[226C] ≬ +0,10.29;.43,9.86;1.29,8.57;1.71,7.71;2.14,6.43;2.57,4.29;2.57,2.57;2.14,.43;1.71,-.86;1.29,-1.71;.43,-3;0,-3.43 +2.57,-3.43;2.14,-3;1.29,-1.71;.86,-.86;.43,.43;0,2.57;0,4.29;.43,6.43;.86,7.71;1.29,8.57;2.14,9.86;2.57,10.29 + +[226D] ≭ +0,1.29;.86,1.71;2.57,2.14;4.29,2.14;6,1.71;6.86,1.29 +0,5.57;.86,5.14;2.57,4.71;4.29,4.71;6,5.14;6.86,5.57 +5.14,6.86;1.71,0 + +[226E] ≮ +6.86,6;0,3.43;6.86,.86 +5.14,6.86;1.71,0 + +[226F] ≯ +0,6;6.86,3.43;0,.86 +5.14,6.86;1.71,0 + +[2270] ≰ +6.86,.43;0,.43 +6.86,2.14;0,4.71;6.86,7.29 +6,8.57;.86,-1.71 + +[2271] ≱ +0,.43;6.86,.43 +0,2.14;6.86,4.71;0,7.29 +6,8.57;.86,-1.71 + +[2272] ≲ +6.86,2.14;0,4.71;6.86,7.29 +0,.43;.43,.86;1.71,1.29;3,.86;3.86,0;5.14,-.43;6.43,0;6.86,.43 + +[2273] ≳ +0,2.14;6.86,4.71;0,7.29 +0,.43;.43,.86;1.71,1.29;3,.86;3.86,0;5.14,-.43;6.43,0;6.86,.43 + +[2274] ≴ +6.86,2.14;0,4.71;6.86,7.29 +0,.43;.43,.86;1.71,1.29;3,.86;3.86,0;5.14,-.43;6.43,0;6.86,.43 +6,8.57;.86,-1.71 + +[2275] ≵ +0,2.14;6.86,4.71;0,7.29 +0,.43;.43,.86;1.71,1.29;3,.86;3.86,0;5.14,-.43;6.43,0;6.86,.43 +6,8.57;.86,-1.71 + +[2276] ≶ +0,3.43;6.86,.86;0,-1.71 +6.86,3.43;0,6;6.86,8.57 + +[2277] ≷ +6.86,3.43;0,.86;6.86,-1.71 +0,3.43;6.86,6;0,8.57 + +[2278] ≸ +0,3.43;6.86,.86;0,-1.71 +6.86,3.43;0,6;6.86,8.57 +6,8.57;.86,-1.71 + +[2279] ≹ +6.86,3.43;0,.86;6.86,-1.71 +0,3.43;6.86,6;0,8.57 +6,8.57;.86,-1.71 + +[227A] ≺ +6.86,6.86;6,5.57;5.14,4.71;3.43,3.86;0,3.43;3.43,3;5.14,2.14;6,1.29;6.86,0 + +[227B] ≻ +0,6.86;.86,5.57;1.71,4.71;3.43,3.86;6.86,3.43;3.43,3;1.71,2.14;.86,1.29;0,0 + +[227C] ≼ +0,2.14;3.43,1.71;5.14,.86;6,0;6.86,-1.29 +6.86,8.14;6,6.86;5.14,6;3.43,5.14;0,4.71;3.43,4.29;5.14,3.43;6,2.57;6.86,1.29 + +[227D] ≽ +6.86,2.14;3.43,1.71;1.71,.86;.86,0;0,-1.29 +0,8.14;.86,6.86;1.71,6;3.43,5.14;6.86,4.71;3.43,4.29;1.71,3.43;.86,2.57;0,1.29 + +[227E] ≾ +0,0;.43,.43;1.71,.86;3,.43;3.86,-.43;5.14,-.86;6.43,-.43;6.86,0 +6.86,8.14;6,6.86;5.14,6;3.43,5.14;0,4.71;3.43,4.29;5.14,3.43;6,2.57;6.86,1.29 + +[227F] ≿ +0,0;.43,.43;1.71,.86;3,.43;3.86,-.43;5.14,-.86;6.43,-.43;6.86,0 +0,1.29;.86,2.57;1.71,3.43;3.43,4.29;6.86,4.71;3.43,5.14;1.71,6;.86,6.86;0,8.14 + +[2280] ⊀ +6.86,6.86;6,5.57;5.14,4.71;3.43,3.86;0,3.43;3.43,3;5.14,2.14;6,1.29;6.86,0 +5.14,6.86;1.71,0 + +[2281] ⊁ +0,6.86;.86,5.57;1.71,4.71;3.43,3.86;6.86,3.43;3.43,3;1.71,2.14;.86,1.29;0,0 +5.14,6.86;1.71,0 + +[2282] ⊂ +6.86,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,2.57;.43,1.71;.86,1.29;1.71,.86;6.86,.86 + +[2283] ⊃ +0,6;5.14,6;6,5.57;6.43,5.14;6.86,4.29;6.86,2.57;6.43,1.71;6,1.29;5.14,.86;0,.86 + +[2284] ⊄ +6.86,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,2.57;.43,1.71;.86,1.29;1.71,.86;6.86,.86 +5.14,6.86;1.71,0 + +[2285] ⊅ +0,6;5.14,6;6,5.57;6.43,5.14;6.86,4.29;6.86,2.57;6.43,1.71;6,1.29;5.14,.86;0,.86 +5.14,6.86;1.71,0 + +[2286] ⊆ +0,-.43;6.86,-.43 +6.86,7.29;1.71,7.29;.86,6.86;.43,6.43;0,5.57;0,3.86;.43,3;.86,2.57;1.71,2.14;6.86,2.14 + +[2287] ⊇ +6.86,-.43;0,-.43 +0,7.29;5.14,7.29;6,6.86;6.43,6.43;6.86,5.57;6.86,3.86;6.43,3;6,2.57;5.14,2.14;0,2.14 + +[2288] ⊈ +0,-.43;6.86,-.43 +6.86,7.29;1.71,7.29;.86,6.86;.43,6.43;0,5.57;0,3.86;.43,3;.86,2.57;1.71,2.14;6.86,2.14 +6,8.57;.86,-1.71 + +[2289] ⊉ +6.86,-.43;0,-.43 +0,7.29;5.14,7.29;6,6.86;6.43,6.43;6.86,5.57;6.86,3.86;6.43,3;6,2.57;5.14,2.14;0,2.14 +6,8.57;.86,-1.71 + +[228A] ⊊ +0,-.43;6.86,-.43 +6.86,7.29;1.71,7.29;.86,6.86;.43,6.43;0,5.57;0,3.86;.43,3;.86,2.57;1.71,2.14;6.86,2.14 +3.86,.86;3,-1.71 + +[228B] ⊋ +6.86,-.43;0,-.43 +0,7.29;5.14,7.29;6,6.86;6.43,6.43;6.86,5.57;6.86,3.86;6.43,3;6,2.57;5.14,2.14;0,2.14 +3.86,.86;3,-1.71 + +[228C] ⊌ +0,6.86;0,2.57;.86,.86;2.57,0;4.29,0;6,.86;6.86,2.57;6.86,6.86 +2.14,3.43;4.71,3.43 +3.86,2.57;4.71,3.43;3.86,4.29 + +[228D] ⊍ +0,6.86;0,2.57;.86,.86;2.57,0;4.29,0;6,.86;6.86,2.57;6.86,6.86 +3.43,3.86;3,3.43;3.43,3;3.86,3.43;3.43,3.86;3.43,3 + +[228E] ⊎ +0,6.86;0,2.57;.86,.86;2.57,0;4.29,0;6,.86;6.86,2.57;6.86,6.86 +.86,3.43;6,3.43 +3.43,6;3.43,.86 + +[228F] ⊏ +6.86,.86;0,.86;0,6;6.86,6 + +[2290] ⊐ +0,.86;6.86,.86;6.86,6;0,6 + +[2291] ⊑ +6.86,-.43;0,-.43 +6.86,2.14;0,2.14;0,7.29;6.86,7.29 + +[2292] ⊒ +0,-.43;6.86,-.43 +0,2.14;6.86,2.14;6.86,7.29;0,7.29 + +[2293] ⊓ +6.86,0;6.86,6.86;0,6.86;0,0 + +[2294] ⊔ +0,6.86;0,0;6.86,0;6.86,6.86 + +[2295] ⊕ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +.86,3.43;6,3.43 +3.43,6;3.43,.86 + +[2296] ⊖ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +.86,3.43;6,3.43 + +[2297] ⊗ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +1.29,5.57;5.57,1.29 +5.57,5.57;1.29,1.29 + +[2298] ⊘ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +5.57,9;1.29,-1.29 + +[2299] ⊙ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +3.43,3.86;3,3.43;3.43,3;3.86,3.43;3.43,3.86;3.43,3 + +[229A] ⊚ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +2.57,4.29;3.43,4.71;4.29,4.29;4.71,3.43;4.29,2.57;3.43,2.14;2.57,2.57;2.14,3.43;2.57,4.29 + +[229B] ⊛ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +3.43,5.57;3.43,3.43 +1.29,4.29;3.43,3.43;5.57,4.29 +2.14,1.71;3.43,3.43;4.71,1.71 + +[229C] ⊜ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +.86,2.57;6,2.57 +.86,4.29;6,4.29 + +[229D] ⊝ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +1.71,3.43;5.14,3.43 + +[229E] ⊞ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +.86,3.43;6,3.43 +3.43,6;3.43,.86 + +[229F] ⊟ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +.86,3.43;6,3.43 + +[22A0] ⊠ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +1.29,5.57;5.57,1.29 +5.57,5.57;1.29,1.29 + +[22A1] ⊡ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +3.43,3.86;3,3.43;3.43,3;3.86,3.43;3.43,3.86;3.43,3 + +[22A2] ⊢ +0,0;0,6.86 +0,3.43;6.86,3.43 + +[22A3] ⊣ +6.86,0;6.86,6.86 +6.86,3.43;0,3.43 + +[22A4] ⊤ +6.86,6.86;0,6.86 +3.43,6.86;3.43,0 + +[22A5] ⊥ +0,0;6.86,0 +3.43,0;3.43,6.86 + +[22A6] ⊦ +0,3.43;3.43,3.43 +0,6.86;0,0 + +[22A7] ⊧ +0,2.14;3.43,2.14 +0,4.71;3.43,4.71 +0,6.86;0,0 + +[22A8] ⊨ +0,2.14;6.86,2.14 +0,4.71;6.86,4.71 +0,6.86;0,0 + +[22A9] ⊩ +0,6.86;0,0 +2.57,3.43;6.86,3.43 +2.57,6.86;2.57,0 + +[22AA] ⊪ +0,6.86;0,0 +2.14,6.86;2.14,0 +4.29,6.86;4.29,0 +6.43,3.43;4.29,3.43 + +[22AB] ⊫ +0,6.86;0,0 +2.57,2.14;6.43,2.14 +2.57,4.71;6.43,4.71 +2.57,6.86;2.57,0 + +[22AC] ⊬ +0,0;0,6.86 +0,3.43;6.86,3.43 +6,8.57;.86,-1.71 + +[22AD] ⊭ +0,2.14;6.86,2.14 +0,4.71;6.86,4.71 +0,6.86;0,0 +6,8.57;.86,-1.71 + +[22AE] ⊮ +0,6.86;0,0 +2.57,3.43;6.86,3.43 +2.57,6.86;2.57,0 +6,8.57;.86,-1.71 + +[22AF] ⊯ +0,6.86;0,0 +2.57,2.14;6.43,2.14 +2.57,4.71;6.43,4.71 +2.57,6.86;2.57,0 +6,8.57;.86,-1.71 + +[22B0] ⊰ +5.14,6.86;6,6.43;6.43,5.57;6,4.71;5.14,4.29;3.43,3.86;0,3.43;3.43,3;5.14,2.57;6,2.14;6.43,1.29;6,.43;5.14,0 + +[22B1] ⊱ +1.29,6.86;.43,6.43;0,5.57;.43,4.71;1.29,4.29;3,3.86;6.43,3.43;3,3;1.29,2.57;.43,2.14;0,1.29;.43,.43;1.29,0 + +[22B2] ⊲ +0,3.43;6.86,.86;6.86,6;0,3.43 + +[22B3] ⊳ +6.86,3.43;0,.86;0,6;6.86,3.43 + +[22B4] ⊴ +6.86,0;0,0 +0,4.29;6.86,1.71;6.86,6.86;0,4.29 + +[22B5] ⊵ +0,0;6.86,0 +6.86,4.29;0,1.71;0,6.86;6.86,4.29 + +[22B6] ⊶ +7.29,4.29;7.29,2.57 +7.71,4.29;7.71,2.57 +8.14,4.71;8.14,2.14 +8.57,4.29;8.57,2.57 +9,4.29;9,2.57 +2.57,3.43;2.14,4.29;1.29,4.71;.43,4.29;0,3.43;.43,2.57;1.29,2.14;2.14,2.57;2.57,3.43;6.86,3.43;7.29,2.57;8.14,2.14;9,2.57;9.43,3.43;9,4.29;8.14,4.71;7.29,4.29;6.86,3.43 + +[22B7] ⊷ +2.14,4.29;2.14,2.57 +1.71,4.29;1.71,2.57 +1.29,4.71;1.29,2.14 +.86,4.29;.86,2.57 +.43,4.29;.43,2.57 +6.86,3.43;7.29,4.29;8.14,4.71;9,4.29;9.43,3.43;9,2.57;8.14,2.14;7.29,2.57;6.86,3.43;2.57,3.43;2.14,2.57;1.29,2.14;.43,2.57;0,3.43;.43,4.29;1.29,4.71;2.14,4.29;2.57,3.43 + +[22B8] ⊸ +0,3.43;4.29,3.43;4.71,2.57;5.57,2.14;6.43,2.57;6.86,3.43;6.43,4.29;5.57,4.71;4.71,4.29;4.29,3.43 + +[22B9] ⊹ +0,3.43;1.71,3.43 +3.43,0;3.43,1.71 +3.43,6.86;3.43,5.14 +6.86,3.43;5.14,3.43 + +[22BA] ⊺ +0,9;3.43,9 +1.71,9;1.71,0 + +[22BB] ⊻ +0,0;6.86,0 +6.86,6.86;3.43,2.14;0,6.86 + +[22BC] ⊼ +6.86,6.86;0,6.86 +0,0;3.43,4.71;6.86,0 + +[22BD] ⊽ +0,6.86;6.86,6.86 +6.86,4.71;3.43,0;0,4.71 + +[22BE] ⊾ +0,6.86;0,0;6.86,0 +0,5.14;.86,5.14;3,4.29;4.29,3;5.14,.86;5.14,0 + +[22BF] ⊿ +6.86,0;6.86,6.86;0,0;6.86,0 + +[22C0] ⋀ +11.14,-2.14;5.57,9.43;0,-2.14 + +[22C1] ⋁ +0,9;5.57,-2.57;11.14,9 + +[22C2] ⋂ +9.43,-2.14;9.43,5.14;9,6.86;8.14,8.14;6.86,9;5.14,9.43;4.29,9.43;2.57,9;1.29,8.14;.43,6.86;0,5.14;0,-2.14 + +[22C3] ⋃ +0,9;0,1.71;.43,0;1.29,-1.29;2.57,-2.14;4.29,-2.57;5.14,-2.57;6.86,-2.14;8.14,-1.29;9,0;9.43,1.71;9.43,9 + +[22C4] ⋄ +3.43,-2.57;0,3.43;3.43,9;6.86,3.43;3.43,-2.57 + +[22C5] ⋅ +.43,3.86;0,3.43;.43,3;.86,3.43;.43,3.86;.43,3 + +[22C6] ⋆ +1.29,3.86;2.14,1.29;0,3;2.57,3;.43,1.29;1.29,3.86 + +[22C7] ⋇ +6.86,3.43;0,3.43 +3.43,1.29;3.86,.86;3.43,.43;3,.86;3.43,1.29;3.43,.43 +3.43,6.43;3.86,6;3.43,5.57;3,6;3.43,6.43;3.43,5.57 +.86,6;6,.86 +6,6;.86,.86 + +[22C8] ⋈ +0,6.86;6.86,0;6.86,6.86;0,0;0,6.86 + +[22C9] ⋉ +6.86,6.86;0,0;0,6.86;6.86,0 + +[22CA] ⋊ +0,6.86;6.86,0;6.86,6.86;0,0 + +[22CB] ⋋ +0,6.86;6.86,0 +3.43,3.43;0,0 + +[22CC] ⋌ +6.86,6.86;0,0 +3.43,3.43;6.86,0 + +[22CD] ⋍ +6.86,2.14;0,2.14 +6.86,4.71;6.43,5.14;5.14,5.57;3.86,5.14;3,4.29;1.71,3.86;.43,4.29;0,4.71 + +[22CE] ⋎ +0,6.86;1.29,6;2.14,5.14;3,3.43;3.43,0;3.86,3.43;4.71,5.14;5.57,6;6.86,6.86 + +[22CF] ⋏ +6.86,0;5.57,.86;4.71,1.71;3.86,3.43;3.43,6.86;3,3.43;2.14,1.71;1.29,.86;0,0 + +[22D0] ⋐ +6.86,4.71;3.86,4.71;3,4.29;2.57,3.43;3,2.57;3.86,2.14;6.86,2.14 +6.86,-.43;3,-.43;1.71,0;.43,1.29;0,2.57;0,4.29;.43,5.57;1.71,6.86;3,7.29;6.86,7.29 + +[22D1] ⋑ +0,4.71;3,4.71;3.86,4.29;4.29,3.43;3.86,2.57;3,2.14;0,2.14 +0,-.43;3.86,-.43;5.14,0;6.43,1.29;6.86,2.57;6.86,4.29;6.43,5.57;5.14,6.86;3.86,7.29;0,7.29 + +[22D2] ⋒ +5.14,0;5.14,3;4.71,3.86;3.86,4.29;3,3.86;2.57,3;2.57,0 +7.71,0;7.71,3.86;7.29,5.14;6,6.43;4.71,6.86;3,6.86;1.71,6.43;.43,5.14;0,3.86;0,0 + +[22D3] ⋓ +2.57,6.86;2.57,3.86;3,3;3.86,2.57;4.71,3;5.14,3.86;5.14,6.86 +0,6.86;0,3;.43,1.71;1.71,.43;3,0;4.71,0;6,.43;7.29,1.71;7.71,3;7.71,6.86 + +[22D4] ⋔ +2.57,6.86;2.57,0 +0,0;0,3.43;.43,4.71;.86,5.14;2.14,5.57;3,5.57;4.29,5.14;4.71,4.71;5.14,3.43;5.14,0 + +[22D5] ⋕ +0,4.71;6.86,4.71 +6.86,2.14;0,2.14 +2.14,9.86;2.14,-3 +4.71,9.86;4.71,-3 + +[22D6] ⋖ +6.86,6;0,3.43;6.86,.86 +6.43,3.86;6,3.43;6.43,3;6.86,3.43;6.43,3.86;6.43,3 + +[22D7] ⋗ +0,6;6.86,3.43;0,.86 +.43,3.86;0,3.43;.43,3;.86,3.43;.43,3.86;.43,3 + +[22D8] ⋘ +6.86,6;0,3.43;6.86,.86 +13.71,6;6.86,3.43;13.71,.86 +20.57,6;13.71,3.43;20.57,.86 + +[22D9] ⋙ +13.71,6;20.57,3.43;13.71,.86 +6.86,6;13.71,3.43;6.86,.86 +0,6;6.86,3.43;0,.86 + +[22DA] ⋚ +6.86,3.43;0,3.43 +0,1.71;6.86,0;0,-1.71 +6.86,5.14;0,6.86;6.86,8.57 + +[22DB] ⋛ +0,3.43;6.86,3.43 +6.86,1.71;0,0;6.86,-1.71 +0,5.14;6.86,6.86;0,8.57 + +[22DC] ⋜ +6.86,6.43;0,6.43 +6.86,4.71;0,2.14;6.86,-.43 + +[22DD] ⋝ +0,6.43;6.86,6.43 +0,4.71;6.86,2.14;0,-.43 + +[22DE] ⋞ +0,4.71;3.43,5.14;5.14,6;6,6.86;6.86,8.14 +6.86,-1.29;6,0;5.14,.86;3.43,1.71;0,2.14;3.43,2.57;5.14,3.43;6,4.29;6.86,5.57 + +[22DF] ⋟ +6.86,4.71;3.43,5.14;1.71,6;.86,6.86;0,8.14 +0,-1.29;.86,0;1.71,.86;3.43,1.71;6.86,2.14;3.43,2.57;1.71,3.43;.86,4.29;0,5.57 + +[22E0] ⋠ +0,4.71;3.43,5.14;5.14,6;6,6.86;6.86,8.14 +6.86,-1.29;6,0;5.14,.86;3.43,1.71;0,2.14;3.43,2.57;5.14,3.43;6,4.29;6.86,5.57 +6,8.57;.86,-1.71 + +[22E1] ⋡ +6.86,4.71;3.43,5.14;1.71,6;.86,6.86;0,8.14 +0,-1.29;.86,0;1.71,.86;3.43,1.71;6.86,2.14;3.43,2.57;1.71,3.43;.86,4.29;0,5.57 +6,8.57;.86,-1.71 + +[22E2] ⋢ +6.86,-.43;0,-.43 +6.86,2.14;0,2.14;0,7.29;6.86,7.29 +6,8.57;.86,-1.71 + +[22E3] ⋣ +0,-.43;6.86,-.43 +0,2.14;6.86,2.14;6.86,7.29;0,7.29 +6,8.57;.86,-1.71 + +[22E4] ⋤ +6.86,-.43;0,-.43 +6.86,2.14;0,2.14;0,7.29;6.86,7.29 +3.86,.86;3,-1.71 + +[22E5] ⋥ +0,-.43;6.86,-.43 +0,2.14;6.86,2.14;6.86,7.29;0,7.29 +3.86,.86;3,-1.71 + +[22E6] ⋦ +6.86,2.14;0,4.71;6.86,7.29 +0,.43;.43,.86;1.71,1.29;3,.86;3.86,0;5.14,-.43;6.43,0;6.86,.43 +3.86,1.71;3,-.86 + +[22E7] ⋧ +0,2.14;6.86,4.71;0,7.29 +0,.43;.43,.86;1.71,1.29;3,.86;3.86,0;5.14,-.43;6.43,0;6.86,.43 +3.86,1.71;3,-.86 + +[22E8] ⋨ +0,0;.43,.43;1.71,.86;3,.43;3.86,-.43;5.14,-.86;6.43,-.43;6.86,0 +6.86,8.14;6,6.86;5.14,6;3.43,5.14;0,4.71;3.43,4.29;5.14,3.43;6,2.57;6.86,1.29 +3.86,1.29;3,-1.29 + +[22E9] ⋩ +0,0;.43,.43;1.71,.86;3,.43;3.86,-.43;5.14,-.86;6.43,-.43;6.86,0 +0,1.29;.86,2.57;1.71,3.43;3.43,4.29;6.86,4.71;3.43,5.14;1.71,6;.86,6.86;0,8.14 +3.86,1.29;3,-1.29 + +[22EA] ⋪ +0,3.43;6.86,.86;6.86,6;0,3.43 +6,8.57;.86,-1.71 + +[22EB] ⋫ +6.86,3.43;0,.86;0,6;6.86,3.43 +6,8.57;.86,-1.71 + +[22EC] ⋬ +6.86,0;0,0 +0,4.29;6.86,1.71;6.86,6.86;0,4.29 +6,8.57;.86,-1.71 + +[22ED] ⋭ +0,0;6.86,0 +6.86,4.29;0,1.71;0,6.86;6.86,4.29 +6,8.57;.86,-1.71 + +[22EE] ⋮ +.43,-.43;.86,-.86;.43,-1.29;0,-.86;.43,-.43;.43,-1.29 +.43,3.86;.86,3.43;.43,3;0,3.43;.43,3.86;.43,3 +.43,8.14;.86,7.71;.43,7.29;0,7.71;.43,8.14;.43,7.29 + +[22EF] ⋯ +.43,3.86;.86,3.43;.43,3;0,3.43;.43,3.86;.43,3 +4.71,3.86;5.14,3.43;4.71,3;4.29,3.43;4.71,3.86;4.71,3 +9,3.86;9.43,3.43;9,3;8.57,3.43;9,3.86;9,3 + +[22F0] ⋰ +9,8.14;8.57,7.71;9,7.29;9.43,7.71;9,8.14;9,7.29 +4.71,3.86;4.29,3.43;4.71,3;5.14,3.43;4.71,3.86;4.71,3 +.43,-.43;0,-.86;.43,-1.29;.86,-.86;.43,-.43;.43,-1.29 + +[22F1] ⋱ +.43,8.14;.86,7.71;.43,7.29;0,7.71;.43,8.14;.43,7.29 +4.71,3.86;5.14,3.43;4.71,3;4.29,3.43;4.71,3.86;4.71,3 +9,-.43;9.43,-.86;9,-1.29;8.57,-.86;9,-.43;9,-1.29 + +[22F2] ⋲ +0,4.29;11.14,4.29 +11.14,8.57;5.57,8.57;3.86,7.71;3,6.86;2.14,5.14;2.14,3.43;3,1.71;3.86,.86;5.57,0;11.14,0 + +[22F3] ⋳ +0,4.29;9,4.29 +9,6;9,2.57 +9,8.57;3.43,8.57;1.71,7.71;.86,6.86;0,5.14;0,3.43;.86,1.71;1.71,.86;3.43,0;9,0 + +[22F4] ⋴ +0,3.43;6.86,3.43 +6.86,4.71;6.86,2.14 +6.86,.43;2.57,.43;1.29,.86;.43,1.71;0,3;0,3.86;.43,5.14;1.29,6;2.57,6.43;6.86,6.43 + +[22F5] ⋵ +9,4.29;0,4.29 +9,8.57;3.43,8.57;1.71,7.71;.86,6.86;0,5.14;0,3.43;.86,1.71;1.71,.86;3.43,0;9,0 +4.71,11.57;4.29,11.14;4.71,10.71;5.14,11.14;4.71,11.57;4.71,10.71 + +[22F6] ⋶ +0,11.14;9,11.14 +9,4.29;0,4.29 +9,0;3.43,0;1.71,.86;.86,1.71;0,3.43;0,5.14;.86,6.86;1.71,7.71;3.43,8.57;9,8.57 + +[22F7] ⋷ +0,3.43;6.86,3.43 +6.86,8.57;0,8.57 +6.86,6.43;2.57,6.43;1.29,6;.43,5.14;0,3.86;0,3;.43,1.71;1.29,.86;2.57,.43;6.86,.43 + +[22F8] ⋸ +0,-2.14;9,-2.14 +9,4.71;0,4.71 +9,9;3.43,9;1.71,8.14;.86,7.29;0,5.57;0,3.86;.86,2.14;1.71,1.29;3.43,.43;9,.43 + +[22F9] ⋹ +.43,3;9,3 +.43,5.57;9,5.57 +9,8.57;3.43,8.57;1.71,7.71;.86,6.86;0,5.14;0,3.43;.86,1.71;1.71,.86;3.43,0;9,0 + +[22FA] ⋺ +11.14,4.29;0,4.29 +0,8.57;5.57,8.57;7.29,7.71;8.14,6.86;9,5.14;9,3.43;8.14,1.71;7.29,.86;5.57,0;0,0 + +[22FB] ⋻ +9,4.29;0,4.29 +0,6;0,2.57 +0,8.57;5.57,8.57;7.29,7.71;8.14,6.86;9,5.14;9,3.43;8.14,1.71;7.29,.86;5.57,0;0,0 + +[22FC] ⋼ +6.86,3.43;0,3.43 +0,4.71;0,2.14 +0,.43;4.29,.43;5.57,.86;6.43,1.71;6.86,3;6.86,3.86;6.43,5.14;5.57,6;4.29,6.43;0,6.43 + +[22FD] ⋽ +9,11.14;0,11.14 +0,4.29;9,4.29 +0,0;5.57,0;7.29,.86;8.14,1.71;9,3.43;9,5.14;8.14,6.86;7.29,7.71;5.57,8.57;0,8.57 + +[22FE] ⋾ +6.86,3.43;0,3.43 +0,8.57;6.86,8.57 +0,6.43;4.29,6.43;5.57,6;6.43,5.14;6.86,3.86;6.86,3;6.43,1.71;5.57,.86;4.29,.43;0,.43 + +[22FF] ⋿ +0,4.29;9,4.29 +9,8.57;0,8.57;0,0;9,0 + +[2300] ⌀ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +6.86,6.86;0,0 + +[2301] ⌁ +0,4.29;3.43,1.71;3.43,5.14;6.86,2.57 + +[2302] ⌂ +0,0;0,5.14;3.43,8.57;6.86,5.14;6.86,0;0,0 + +[2303] ⌃ +0,5.14;1.71,6.86;3.43,5.14 + +[2304] ⌄ +3.43,1.71;1.71,0;0,1.71 + +[2305] ⌅ +6.86,6.86;0,6.86 +0,0;3.43,4.71;6.86,0 + +[2306] ⌆ +0,5.57;6.86,5.57 +0,8.14;6.86,8.14 +0,0;3.43,3.43;6.86,0 + +[2307] ⌇ +.43,9.86;.86,9.43;1.29,8.57;.86,7.71;.43,7.29;0,6.43;.43,5.57;.86,5.14;1.29,4.29;.86,3.43;.43,3;0,2.14;.43,1.29;.86,.86;1.29,0;.86,-.86;.43,-1.29;0,-2.14;.43,-3 + +[2308] ⌈ +0,-3;0,9.86;2.14,9.86 + +[2309] ⌉ +2.14,-3;2.14,9.86;0,9.86 + +[230A] ⌊ +0,9.86;0,-3;2.14,-3 + +[230B] ⌋ +2.14,9.86;2.14,-3;0,-3 + +[230C] ⌌ +-1.71,1.71;-1.71,0 +0,3.43;1.71,3.43 + +[230D] ⌍ +3.43,1.71;3.43,0 +1.71,3.43;0,3.43 + +[230E] ⌎ +-1.71,5.14;-1.71,6.86 +0,3.43;1.71,3.43 + +[230F] ⌏ +3.43,5.14;3.43,6.86 +1.71,3.43;0,3.43 + +[2310] ⌐ +6.86,4.29;0,4.29;0,2.14 + +[2311] ⌑ +7.71,7.29;7.29,6.43;6.86,4.71;6.86,2.14;7.29,.43;7.71,-.43;6.86,0;5.14,.43;2.57,.43;.86,0;0,-.43;.43,.43;.86,2.14;.86,4.71;.43,6.43;0,7.29;.86,6.86;2.57,6.43;5.14,6.43;6.86,6.86;7.71,7.29 + +[2312] ⌒ +0,3.43;0,4.29;.86,6;2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,3.43 + +[2313] ⌓ +0,3.43;0,4.29;.86,6;2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,3.43 +0,3.43;6.86,3.43 + +[2314] ⌔ +0,6;.86,6.43;2.57,6.86;4.29,6.86;6,6.43;6.86,6;3.43,0;0,6 + +[2315] ⌕ +2.57,2.57;0,0 +4.29,6.86;5.57,6.43;6.43,5.57;6.86,4.29;6.43,3;5.57,2.14;4.29,1.71;3,2.14;2.14,3;1.71,4.29;2.14,5.57;3,6.43;4.29,6.86 + +[2316] ⌖ +0,3.43;6.86,3.43 +3.43,0;3.43,6.86 +5.14,3.86;4.71,4.71;3.86,5.14;3,5.14;2.14,4.71;1.71,3.86;1.71,3;2.14,2.14;3,1.71;3.86,1.71;4.71,2.14;5.14,3;5.14,3.86 + +[2317] ⌗ +0,1.71;6.86,1.71 +0,5.14;6.86,5.14 +1.71,6.86;1.71,0 +5.14,6.86;5.14,0 + +[2318] ⌘ +1.29,4.71;6.43,4.71;7.29,5.14;7.71,6;7.29,6.86;6.43,7.29;5.57,6.86;5.14,6;5.14,.86;5.57,0;6.43,-.43;7.29,0;7.71,.86;7.29,1.71;6.43,2.14;1.29,2.14;.43,1.71;0,.86;.43,0;1.29,-.43;2.14,0;2.57,.86;2.57,6;2.14,6.86;1.29,7.29;.43,6.86;0,6;.43,5.14;1.29,4.71 + +[2319] ⌙ +6.86,2.57;0,2.57;0,4.71 + +[231A] ⌚ +3.43,5.14;3.43,3.43;4.71,3.43 +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 + +[231B] ⌛ +1.29,0;3.43,2.14;5.57,0 +1.71,0;3.43,1.71;5.14,0 +2.57,0;3.43,.86;4.29,0 +3.86,0;3.43,.43;3,0 +4.71,0;3.43,1.29;2.14,0 +6.43,6;3.43,4.71;.43,6;3.43,5.14;6.43,6 +0,9;6.86,9;6.86,6.86;6.43,6;.43,3;0,2.14;0,0;6.86,0;6.86,2.14;6.43,3;.43,6;0,7.29;0,9 + +[231C] ⌜ +3.43,9;0,9;0,6 + +[231D] ⌝ +0,9;3.43,9;3.43,6 + +[231E] ⌞ +3.43,0;0,0;0,3 + +[231F] ⌟ +0,0;3.43,0;3.43,3 + +[2320] ⌠ +-.43,-3;-.43,6;0,7.71;.43,8.57;1.29,9;2.14,8.57;2.57,7.71 + +[2321] ⌡ +3,9.86;3,.86;2.57,-.86;2.14,-1.71;1.29,-2.14;.43,-1.71;0,-.86 + +[2322] ⌢ +0,2.57;.43,3;1.29,3.43;3.43,3.86;5.57,3.43;6.43,3;6.86,2.57 + +[2323] ⌣ +6.86,4.29;6.43,3.86;5.57,3.43;3.43,3;1.29,3.43;.43,3.86;0,4.29 + +[2324] ⌤ +1.71,6.86;0,6.86 +6.86,6.86;8.57,6.86 +2.57,5.14;4.29,6.86;6,5.14 + +[2325] ⌥ +7.71,6.86;10.29,6.86 +0,6.86;2.57,6.86;7.71,0;10.29,0 + +[2326] ⌦ +1.71,6.86;8.57,0 +8.57,6.86;1.71,0 +0,6.86;8.57,6.86;12,3.43;8.57,0;0,0;0,6.86 + +[2327] ⌧ +1.71,6.86;8.57,0 +8.57,6.86;1.71,0 +0,6.86;10.29,6.86;10.29,0;0,0;0,6.86 + +[2328] ⌨ +0,2.14;17.14,2.14 +0,6.43;17.14,6.43 +2.14,4.29;2.14,6.43 +2.57,0;2.57,2.14 +3,2.14;3,4.29 +3.43,6.43;3.43,8.57 +4.29,4.29;4.29,6.43 +5.14,2.14;5.14,4.29 +5.57,0;5.57,2.14 +5.57,6.43;5.57,8.57 +6.43,4.29;6.43,6.43 +7.29,2.14;7.29,4.29 +7.71,6.43;7.71,8.57 +8.57,4.29;8.57,6.43 +9.43,2.14;9.43,4.29 +9.86,6.43;9.86,8.57 +10.71,4.29;10.71,6.43 +11.57,2.14;11.57,4.29 +12,0;12,2.14 +12,6.43;12,8.57 +12.86,4.29;12.86,6.43 +13.71,2.14;13.71,4.29 +14.14,6.43;14.14,8.57 +14.57,0;14.57,2.14 +0,4.29;15,4.29;15,6.43 +0,0;0,8.57;17.14,8.57;17.14,0;0,0 + +[2329] 〈 +2.57,-3.43;0,3.43;2.57,10.29 + +[232A] 〉 +0,-3.43;2.57,3.43;0,10.29 + +[232B] ⌫ +10.29,6.86;3.43,0 +3.43,6.86;10.29,0 +12,6.86;3.43,6.86;0,3.43;3.43,0;12,0;12,6.86 + +[232C] ⌬ +2.14,5.14;2.14,1.71 +5.14,0;8.14,1.71 +5.14,6.86;8.14,5.14 +5.14,9.43;10.29,6.43;10.29,.43;5.14,-2.57;0,.43;0,6.43;5.14,9.43 + +[232D] ⌭ +2.14,5.57;0,1.29 +6,5.57;3.86,1.29 +4.71,3.86;4.29,4.71;3.43,5.14;2.57,5.14;1.71,4.71;1.29,3.86;1.29,3;1.71,2.14;2.57,1.71;3.43,1.71;4.29,2.14;4.71,3;4.71,3.86 + +[232E] ⌮ +1.71,0;0,0;0,1.71 +6.86,3.43;3.43,3.43;0,0 +5.14,3.86;4.71,4.71;3.86,5.14;3,5.14;2.14,4.71;1.71,3.86;1.71,3;2.14,2.14;3,1.71;3.86,1.71;4.71,2.14;5.14,3;5.14,3.86 + +[232F] ⌯ +0,3.43;6.86,3.43 +1.71,.86;5.14,.86 +5.14,6;1.71,6 + +[2330] ⌰ +3.43,4.71;3.43,6.86;1.71,5.57 +6.86,4.71;6.86,6.86;5.14,5.57 +3.43,6.86;0,0;3.43,0;6.86,6.86 + +[2331] ⌱ +0,3.43;6.43,3.43 +2.57,6;2.57,.86 +5.14,4.71;6.43,3.43;5.14,2.14 +4.29,3.86;3.86,4.71;3,5.14;2.14,5.14;1.29,4.71;.86,3.86;.86,3;1.29,2.14;2.14,1.71;3,1.71;3.86,2.14;4.29,3;4.29,3.86 + +[2332] ⌲ +6.86,3.43;0,-.43;0,7.29;6.86,3.43 +0,3.43;6.86,3.43 + +[2333] ⌳ +0,0;0,3.86;6.86,0;0,0 + +[2334] ⌴ +0,1.71;0,0;6.86,0;6.86,1.71 + +[2335] ⌵ +3.43,1.71;1.71,0;0,1.71 + +[2336] ⌶ +0,-2.57;6.86,-2.57 +0,9;6.86,9 +3.43,9;3.43,-2.57 + +[2337] ⌷ +0,9;4.29,9;4.29,-2.57;0,-2.57;0,9 + +[2338] ⌸ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +.43,4.71;7.29,4.71 +7.29,2.14;.43,2.14 + +[2339] ⌹ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +7.29,3.43;.43,3.43 +3.86,1.29;4.29,.86;3.86,.43;3.43,.86;3.86,1.29;3.86,.43 +3.86,6.43;4.29,6;3.86,5.57;3.43,6;3.86,6.43;3.86,5.57 + +[233A] ⌺ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +3.86,7.29;7.71,3.43;3.86,-.43;0,3.43;3.86,7.29 + +[233B] ⌻ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +3,4.29;3.86,4.71;4.71,4.29;5.14,3.43;4.71,2.57;3.86,2.14;3,2.57;2.57,3.43;3,4.29 + +[233C] ⌼ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +3,6.86;4.71,6.86;6.43,6;7.29,4.29;7.29,2.57;6.43,.86;4.71,0;3,0;1.29,.86;.43,2.57;.43,4.29;1.29,6;3,6.86 + +[233D] ⌽ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +3.43,-3;3.43,9.86 + +[233E] ⌾ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +2.57,4.29;3.43,4.71;4.29,4.29;4.71,3.43;4.29,2.57;3.43,2.14;2.57,2.57;2.14,3.43;2.57,4.29 + +[233F] ⌿ +0,3.43;6.86,3.43 +6.86,6.86;0,0 + +[2340] ⍀ +0,3.43;6.86,3.43 +0,6.86;6.86,0 + +[2341] ⍁ +0,-2.57;0,9;7.71,9;7.71,-2.57;0,-2.57;7.71,9 + +[2342] ⍂ +7.71,-2.57;7.71,9;0,9;0,-2.57;7.71,-2.57;0,9 + +[2343] ⍃ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +7.29,6;.43,3.43;7.29,.86 + +[2344] ⍄ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +.43,6;7.29,3.43;.43,.86 + +[2345] ⍅ +6.86,3.43;0,3.43 +1.71,1.71;0,3.43;1.71,5.14 +3.43,0;3.43,6.86 + +[2346] ⍆ +0,3.43;6.86,3.43 +5.14,1.71;6.86,3.43;5.14,5.14 +3.43,0;3.43,6.86 + +[2347] ⍇ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +7.29,3.43;.43,3.43 +2.14,1.71;.43,3.43;2.14,5.14 + +[2348] ⍈ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +.43,3.43;7.29,3.43 +5.57,1.71;7.29,3.43;5.57,5.14 + +[2349] ⍉ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +.86,8.57;6,-1.71 + +[234A] ⍊ +0,0;6.86,0 +3.43,0;3.43,6.86 +6.86,-2.57;0,-2.57 + +[234B] ⍋ +2.57,6.86;5.14,0;0,0;2.57,6.86 +2.57,-3;2.57,9.86 + +[234C] ⍌ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +0,6.86;3.86,0;7.71,6.86 + +[234D] ⍍ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +3.86,6.86;6.43,0;1.29,0;3.86,6.86 + +[234E] ⍎ +6.86,6.86;0,6.86 +3.43,6.86;3.43,0 +5.14,3.86;4.71,4.71;3.86,5.14;3,5.14;2.14,4.71;1.71,3.86;1.71,3;2.14,2.14;3,1.71;3.86,1.71;4.71,2.14;5.14,3;5.14,3.86 + +[234F] ⍏ +3.43,0;3.43,6.86 +1.71,5.14;3.43,6.86;5.14,5.14 +0,3.43;6.86,3.43 + +[2350] ⍐ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +3.86,0;3.86,6.86 +2.14,5.14;3.86,6.86;5.57,5.14 + +[2351] ⍑ +6.86,6.86;0,6.86 +3.43,6.86;3.43,0 +1.29,9.43;5.57,9.43 + +[2352] ⍒ +2.57,0;0,6.86;5.14,6.86;2.57,0 +2.57,-3;2.57,9.86 + +[2353] ⍓ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +7.71,0;3.86,6.86;0,0 + +[2354] ⍔ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +3.86,0;1.29,6.86;6.43,6.86;3.86,0 + +[2355] ⍕ +0,0;6.86,0 +3.43,0;3.43,6.86 +2.57,4.29;3.43,4.71;4.29,4.29;4.71,3.43;4.29,2.57;3.43,2.14;2.57,2.57;2.14,3.43;2.57,4.29 + +[2356] ⍖ +3.43,6.86;3.43,0 +5.14,1.71;3.43,0;1.71,1.71 +0,3.43;6.86,3.43 + +[2357] ⍗ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +3.86,6.86;3.86,0 +5.57,1.71;3.86,0;2.14,1.71 + +[2358] ⍘ +0,-.86;6.86,-.86 +3.86,9;3,7.29 + +[2359] ⍙ +3.43,6.86;6,0;.86,0;3.43,6.86 +0,-.86;6.86,-.86 + +[235A] ⍚ +3.86,7.29;7.71,3.43;3.86,-.43;0,3.43;3.86,7.29 +.43,-.86;7.29,-.86 + +[235B] ⍛ +2.57,4.29;3.43,4.71;4.29,4.29;4.71,3.43;4.29,2.57;3.43,2.14;2.57,2.57;2.14,3.43;2.57,4.29 +0,-.86;6.86,-.86 + +[235C] ⍜ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +0,-.86;6.86,-.86 + +[235D] ⍝ +6.86,0;6.86,4.29;6,6;4.29,6.86;2.57,6.86;.86,6;0,4.29;0,0 +2.57,4.29;3.43,4.71;4.29,4.29;4.71,3.43;4.29,2.57;3.43,2.14;2.57,2.57;2.14,3.43;2.57,4.29 + +[235E] ⍞ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +4.29,9;3.43,7.29 + +[235F] ⍟ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +3.43,4.71;4.29,2.14;2.14,3.86;4.71,3.86;2.57,2.14;3.43,4.71 + +[2360] ⍠ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +3.86,.86;4.29,.43;3.86,0;3.43,.43;3.86,.86;3.86,0 +3.86,5.57;4.29,5.14;3.86,4.71;3.43,5.14;3.86,5.57;3.86,4.71 + +[2361] ⍡ +6.86,6.86;0,6.86 +3.43,6.86;3.43,0 +1.71,9.86;2.14,9.43;1.71,9;1.29,9.43;1.71,9.86;1.71,9 +5.14,9.86;5.57,9.43;5.14,9;4.71,9.43;5.14,9.86;5.14,9 + +[2362] ⍢ +2.57,0;0,6.86;5.14,6.86;2.57,0 +.86,9;1.29,8.57;.86,8.14;.43,8.57;.86,9;.86,8.14 +4.29,9;4.71,8.57;4.29,8.14;3.86,8.57;4.29,9;4.29,8.14 + +[2363] ⍣ +3.43,6.86;5.57,.43;0,4.29;6.86,4.29;1.29,.43;3.43,6.86 +1.71,9.86;2.14,9.43;1.71,9;1.29,9.43;1.71,9.86;1.71,9 +5.14,9.86;5.57,9.43;5.14,9;4.71,9.43;5.14,9.86;5.14,9 + +[2364] ⍤ +1.29,4.29;2.14,4.71;3,4.29;3.43,3.43;3,2.57;2.14,2.14;1.29,2.57;.86,3.43;1.29,4.29 +.43,7.71;.86,7.29;.43,6.86;0,7.29;.43,7.71;.43,6.86 +3.86,7.71;4.29,7.29;3.86,6.86;3.43,7.29;3.86,7.71;3.86,6.86 + +[2365] ⍥ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +1.71,9.86;2.14,9.43;1.71,9;1.29,9.43;1.71,9.86;1.71,9 +5.14,9.86;5.57,9.43;5.14,9;4.71,9.43;5.14,9.86;5.14,9 + +[2366] ⍦ +0,6.86;0,2.57;.86,.86;2.57,0;4.29,0;6,.86;6.86,2.57;6.86,6.86 +3.43,-3;3.43,9.86 + +[2367] ⍧ +6.86,6;1.71,6;.86,5.57;.43,5.14;0,4.29;0,2.57;.43,1.71;.86,1.29;1.71,.86;6.86,.86 +3.43,-3;3.43,9.86 + +[2368] ⍨ +0,3.43;.43,3.86;1.71,4.29;3,3.86;3.86,3;5.14,2.57;6.43,3;6.86,3.43 +1.71,9;2.14,8.57;1.71,8.14;1.29,8.57;1.71,9;1.71,8.14 +5.14,9;5.57,8.57;5.14,8.14;4.71,8.57;5.14,9;5.14,8.14 + +[2369] ⍩ +0,6;6.86,3.43;0,.86 +1.71,9;2.14,8.57;1.71,8.14;1.29,8.57;1.71,9;1.71,8.14 +5.14,9;5.57,8.57;5.14,8.14;4.71,8.57;5.14,9;5.14,8.14 + +[236A] ⍪ +0,3.43;6.86,3.43 +3.86,.43;3.86,0;3.43,-.86;3,-1.29 + +[236B] ⍫ +3.43,0;.86,6.86;6,6.86;3.43,0 +0,3.43;.43,3.86;1.71,4.29;3,3.86;3.86,3;5.14,2.57;6.43,3;6.86,3.43 + +[236C] ⍬ +3,9;3.86,9;4.71,8.57;5.14,8.14;5.57,7.29;6,5.57;6,3.43;5.57,1.71;5.14,.86;4.71,.43;3.86,0;3,0;2.14,.43;1.71,.86;1.29,1.71;.86,3.43;.86,5.57;1.29,7.29;1.71,8.14;2.14,8.57;3,9 +0,4.71;.43,5.14;1.71,5.57;3,5.14;3.86,4.29;5.14,3.86;6.43,4.29;6.86,4.71 + +[236D] ⍭ +0,3.43;.43,3.86;1.71,4.29;3,3.86;3.86,3;5.14,2.57;6.43,3;6.86,3.43 +3.43,-3;3.43,9.86 + +[236E] ⍮ +3.86,.43;3.86,0;3.43,-.86;3,-1.29 +3.43,5.57;3.86,5.14;3.43,4.71;3,5.14;3.43,5.57;3.43,4.71 +0,-.86;6.86,-.86 + +[236F] ⍯ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +.43,4.71;7.29,4.71 +4.71,6;3,.86 +7.29,2.14;.43,2.14 + +[2370] ⍰ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 +3.43,.86;3.86,.43;3.43,0;3,.43;3.43,.86;3.43,0 +1.71,8.57;2.57,9;4.71,9;5.57,8.57;6,7.71;6,6.86;5.57,6;5.14,5.57;4.29,5.14;3.86,4.71;3.43,3.86;3.43,3.43 + +[2371] ⍱ +0,6.86;3.86,0;7.71,6.86 +.43,3.43;.86,3.86;2.14,4.29;3.43,3.86;4.29,3;5.57,2.57;6.86,3;7.29,3.43 + +[2372] ⍲ +7.71,0;3.86,6.86;0,0 +.43,3.43;.86,3.86;2.14,4.29;3.43,3.86;4.29,3;5.57,2.57;6.86,3;7.29,3.43 + +[2373] ⍳ +-.43,6;-.43,1.29;0,.43;.86,0 + +[2374] ⍴ +0,-3;0,4.29;.43,5.14;.86,5.57;1.71,6;3,6;3.86,5.57;4.29,5.14;4.71,4.29;4.71,1.71;4.29,.86;3.86,.43;3,0;1.71,0;.86,.43;0,1.29 + +[2375] ⍵ +3,3;3,1.29 +.86,6;.43,5.57;0,4.71;0,1.29;.43,.43;1.29,0;1.71,0;2.57,.43;3,1.29;3.43,.43;4.29,0;4.71,0;5.57,.43;6,1.29;6,4.71;5.57,5.57;5.14,6 + +[2376] ⍶ +6.43,6;5.14,1.71;4.71,.86;4.29,.43;3.43,0;2.57,0;1.71,.43;1.29,.86;.86,2.14;.86,3.86;1.29,5.14;1.71,5.57;2.57,6;3.43,6;4.29,5.57;4.71,5.14;5.14,4.29;5.57,1.29;6,.43;6.86,0 +0,-.86;6.86,-.86 + +[2377] ⍷ +.86,3;3.86,3 +5.14,.43;4.29,0;2.57,0;1.71,.43;1.29,.86;.86,1.71;.86,4.29;1.29,5.14;1.71,5.57;2.57,6;4.29,6;5.14,5.57 +0,-.86;6.86,-.86 + +[2378] ⍸ +3.43,6;3.43,1.29;3.86,.43;4.71,0 +0,-.86;6.86,-.86 + +[2379] ⍹ +3.43,3;3.43,1.29 +1.29,6;.86,5.57;.43,4.71;.43,1.29;.86,.43;1.71,0;2.14,0;3,.43;3.43,1.29;3.86,.43;4.71,0;5.14,0;6,.43;6.43,1.29;6.43,4.71;6,5.57;5.57,6 +0,-.86;6.86,-.86 + +[237A] ⍺ +5.57,6;4.29,1.71;3.86,.86;3.43,.43;2.57,0;1.71,0;.86,.43;.43,.86;0,2.14;0,3.86;.43,5.14;.86,5.57;1.71,6;2.57,6;3.43,5.57;3.86,5.14;4.29,4.29;4.71,1.29;5.14,.43;6,0 + +[237B] ⍻ +0,3;1.71,3.43;2.57,0;9,10.71 +4.71,6.43;8.14,6.43 + +[237C] ⍼ +2.14,-1.71;.43,-1.71;.43,0 +2.14,6.86;2.14,0;9,0 +.43,-1.71;4.29,2.14;0,4.29;4.29,8.57 + +[237D] ⍽ +0,1.71;1.71,1.71;1.71,0;5.14,0;5.14,1.71;6.86,1.71 + +[237E] ⍾ +1.71,3.43;1.71,0;0,0 +5.14,3.43;5.14,0;6.86,0 +0,3.43;0,4.29;.86,6;2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,3.43;0,3.43 + +[237F] ⍿ +.43,4.29;.43,2.57 +.86,2.57;.86,4.29 +1.29,4.71;1.29,2.14 +1.71,2.57;1.71,4.29 +2.14,4.29;2.14,2.57 +.43,3;1.29,2.14;2.14,3 +.43,3.86;1.29,4.71;2.14,3.86 +.43,4.29;1.29,4.71;2.14,4.29;2.57,3.43;2.14,2.57;1.29,2.14;.43,2.57;0,3.43;.43,4.29 +1.29,-3;1.29,9.86 + +[2380] ⎀ +3.43,1.71;1.71,0;0,1.71 +.43,9.43;1.29,9.86;2.14,9.86;3,9.43;3.43,8.57;3.43,5.57 +3.43,6;2.57,5.57;1.29,5.57;.43,6;0,6.86;.43,7.71;1.29,8.14;3.43,8.14 + +[2381] ⎁ +0,0;10.29,0 +.43,6.43;1.29,6.86;2.14,6.86;3,6.43;3.43,5.57;3.43,2.57 +6.43,3.43;6.86,3;6.43,2.57;6,3;6.43,3.43;6.43,2.57 +9.86,3.43;10.29,3;9.86,2.57;9.43,3;9.86,3.43;9.86,2.57 +3.43,3;2.57,2.57;1.29,2.57;.43,3;0,3.86;.43,4.71;1.29,5.14;3.43,5.14 + +[2382] ⎂ +0,0;3.43,0 +6.86,0;10.29,0 +.43,6.43;1.29,6.86;2.14,6.86;3,6.43;3.43,5.57;3.43,2.57 +7.29,6.43;8.14,6.86;9,6.86;9.86,6.43;10.29,5.57;10.29,2.57 +3.43,3;2.57,2.57;1.29,2.57;.43,3;0,3.86;.43,4.71;1.29,5.14;3.43,5.14 +10.29,3;9.43,2.57;8.14,2.57;7.29,3;6.86,3.86;7.29,4.71;8.14,5.14;10.29,5.14 + +[2383] ⎃ +1.71,4.71;0,4.71 +2.57,2.57;.86,1.29 +2.57,6.86;.86,8.14 +11.14,1.29;9.43,2.57 +11.14,8.14;9.43,6.86 +12,4.71;10.29,4.71 +6.86,3;6,2.57;5.14,2.57;4.29,3;3.86,3.86;3.86,4.29;4.29,5.57;5.14,6.43;6,6.86;7.71,6.86;6.86,2.57 + +[2384] ⎄ +6.86,6.86;6.86,0;0,0;0,6.86;6.86,6.86 +6,6.86;7.71,6.86;9.43,6;10.29,4.29;10.29,2.57;9.43,.86;7.71,0;6,0;4.29,.86;3.43,2.57;3.43,4.29;4.29,6;6,6.86 + +[2385] ⎅ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +3.43,-3;3.43,9.86 + +[2386] ⎆ +0,3.43;6.86,3.43 +5.14,1.71;6.86,3.43;5.14,5.14 +2.14,1.71;2.14,0;9,0;9,6.86;2.14,6.86;2.14,5.14 + +[2387] ⎇ +7.71,0;10.29,0 +8.57,5.14;10.29,6.86;8.57,8.57 +0,0;2.57,0;7.71,6.86;10.29,6.86 + +[2388] ⎈ +0,5.14;6,1.71 +3,0;3,6.86 +6,5.14;0,1.71 +3,6;1.71,5.57;.86,4.71;.43,3.43;.86,2.14;1.71,1.29;3,.86;4.29,1.29;5.14,2.14;5.57,3.43;5.14,4.71;4.29,5.57;3,6 + +[2389] ⎉ +0,3.43;2.14,3.43;3.43,0;4.71,3.43;6.86,3.43 +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 + +[238A] ⎊ +3.43,0;.43,5.14;6.43,5.14;3.43,0 +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 + +[238B] ⎋ +3.86,3;0,6.86 +0,5.14;0,6.86;1.71,6.86 +3.86,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,3 + +[238C] ⎌ +1.29,5.57;1.29,3.86;3,3.86 +7.29,3.86;6.43,4.71;5.14,5.14;3.43,5.14;2.14,4.71;1.29,3.86 +2.57,1.29;2.14,2.14;1.29,2.57;.43,2.14;0,1.29;.43,.43;1.29,0;2.14,.43;2.57,1.29 +6,1.29;6.43,.43;7.29,0;8.14,.43;8.57,1.29;8.14,2.14;7.29,2.57;6.43,2.14;6,1.29 + +[238D] ⎍ +0,0;2.14,0;2.14,6.86;5.57,6.86;5.57,0;7.71,0 + +[238E] ⎎ +0,0;5.57,0;5.57,6.86 +2.14,0;2.14,6.86;7.71,6.86 + +[238F] ⎏ +0,6.86;6.86,6.86 +0,3.43;3.43,6.86;6.86,3.43;3.43,0;0,3.43 + +[2390] ⎐ +6.86,0;0,0 +6.86,3.43;3.43,0;0,3.43;3.43,6.86;6.86,3.43 + +[2391] ⎑ +0,6.86;6.86,6.86 +0,3.43;3.43,6.86;6.86,3.43;3.43,0;0,3.43 +0,3.43;6.86,3.43 + +[2392] ⎒ +6.86,0;0,0 +6.86,3.43;3.43,0;0,3.43;3.43,6.86;6.86,3.43 +0,3.43;6.86,3.43 + +[2393] ⎓ +0,2.14;.86,2.14 +0,4.71;6.86,4.71 +3,2.14;3.86,2.14 +6,2.14;6.86,2.14 + +[2394] ⎔ +2.57,0;0,4.29;2.57,8.57;7.71,8.57;10.29,4.29;7.71,0;2.57,0 + +[2395] ⎕ +0,9;7.71,9;7.71,-2.57;0,-2.57;0,9 + +[2396] ⎖ +1.29,9;0,6.43 + +[2397] ⎗ +8.57,3.43;1.71,3.43 +5.14,5.14;5.14,6.86 +5.14,0;5.14,1.71 +3.43,5.14;1.71,3.43;3.43,1.71 +10.29,0;0,0;0,6.86;10.29,6.86;10.29,0 + +[2398] ⎘ +1.71,3.43;8.57,3.43 +5.14,1.71;5.14,0 +5.14,6.86;5.14,5.14 +6.86,1.71;8.57,3.43;6.86,5.14 +0,6.86;10.29,6.86;10.29,0;0,0;0,6.86 + +[2399] ⎙ +2.14,8.14;4.29,8.14;4.29,10.29 +2.14,3.43;2.14,8.14;4.29,10.29;7.29,10.29;7.29,3.43;2.14,3.43 +2.14,6.86;1.29,6.86;.43,6.43;0,5.57;0,1.29;.43,.43;1.29,0;8.14,0;9,.43;9.43,1.29;9.43,5.57;9,6.43;8.14,6.86;7.29,6.86 + +[239A] ⎚ +4.71,5.14;1.29,1.71 +8.14,5.14;4.71,1.71 +0,1.29;0,5.57;.43,6.43;1.29,6.86;8.14,6.86;9,6.43;9.43,5.57;9.43,1.29;9,.43;8.14,0;1.29,0;.43,.43;0,1.29 + +[239B] ⎛ +2.57,9.86;1.71,8.57;1.29,7.71;.86,6.43;.43,4.29;0,0;0,-3 + +[239C] ⎜ +0,-3;0,9.86 + +[239D] ⎝ +2.57,-3;1.71,-1.71;1.29,-.86;.86,.43;.43,2.57;0,6.86;0,9.86 + +[239E] ⎞ +0,9.86;.86,8.57;1.29,7.71;1.71,6.43;2.14,4.29;2.57,0;2.57,-3 + +[239F] ⎟ +0,-3;0,9.86 + +[23A0] ⎠ +0,-3;.86,-1.71;1.29,-.86;1.71,.43;2.14,2.57;2.57,6.86;2.57,9.86 + +[23A1] ⎡ +2.57,8.57;0,8.57;0,-3 + +[23A2] ⎢ +0,-3;0,9.86 + +[23A3] ⎣ +2.57,-1.71;0,-1.71;0,9.86 + +[23A4] ⎤ +0,8.57;2.57,8.57;2.57,-3 + +[23A5] ⎥ +0,-3;0,9.86 + +[23A6] ⎦ +0,-1.71;2.57,-1.71;2.57,9.86 + +[23A7] ⎧ +2.57,9.86;.86,8.14;.43,7.29;0,5.57;0,-3 + +[23A8] ⎨ +2.57,9.86;2.57,7.71;2.14,6;1.71,5.14;0,3.43;1.71,1.71;2.14,.86;2.57,-.86;2.57,-3 + +[23A9] ⎩ +2.57,-3;.86,-1.29;.43,-.43;0,1.29;0,9.86 + +[23AA] ⎪ +0,-3;0,9.86 + +[23AB] ⎫ +0,9.86;1.71,8.14;2.14,7.29;2.57,5.57;2.57,-3 + +[23AC] ⎬ +0,9.86;0,7.71;.43,6;.86,5.14;2.57,3.43;.86,1.71;.43,.86;0,-.86;0,-3 + +[23AD] ⎭ +0,-3;1.71,-1.29;2.14,-.43;2.57,1.29;2.57,9.86 + +[23AE] ⎮ +0,-3;0,9.86 + +[23AF] ⎯ +0,3.43;8.57,3.43 + +[23B0] ⎰ +4.29,9.86;2.57,8.14;2.14,6.86;2.14,0;1.71,-1.29;0,-3 + +[23B1] ⎱ +0,9.86;1.71,8.14;2.14,6.86;2.14,0;2.57,-1.29;4.29,-3 + +[23B2] ⎲ +5.57,-3;0,9;8.14,9 + +[23B3] ⎳ +5.57,9.86;0,-2.14;8.14,-2.14 + +[23B4] ⎴ +0,-1.29;0,.86;12.86,.86;12.86,-1.29 + +[23B5] ⎵ +0,8.14;0,6;12.86,6;12.86,8.14 + +[23B6] ⎶ +0,-1.29;0,.86;12.86,.86;12.86,-1.29 +12.86,8.14;12.86,6;0,6;0,8.14 + +[23B7] ⎷ +0,3;1.71,3.43;2.57,0;9,10.71 + +[23B8] ⎸ +0,-3;0,9.86 + +[23B9] ⎹ +0,-3;0,9.86 + +[23BA] ⎺ +0,8.57;8.57,8.57 + +[23BB] ⎻ +0,6;8.57,6 + +[23BC] ⎼ +8.57,.86;0,.86 + +[23BD] ⎽ +8.57,-1.71;0,-1.71 + +[23BE] ⎾ +2.57,9;0,9;0,0 + +[23BF] ⎿ +2.57,0;0,0;0,9 + +[23C0] ⏀ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +3.43,-3;3.43,9.86 + +[23C1] ⏁ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +6.86,9.43;0,9.43 +3.43,9.43;3.43,-2.57 + +[23C2] ⏂ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +0,-2.57;6.86,-2.57 +3.43,-2.57;3.43,9.43 + +[23C3] ⏃ +3.86,6.86;7.71,0;0,0;3.86,6.86 +3.86,-3;3.86,9.86 + +[23C4] ⏄ +3.86,6.86;7.71,0;0,0;3.86,6.86 +7.29,9.43;.43,9.43 +3.86,9.43;3.86,-2.57 + +[23C5] ⏅ +3.86,6.86;7.71,0;0,0;3.86,6.86 +.43,-2.57;7.29,-2.57 +3.86,-2.57;3.86,9.43 + +[23C6] ⏆ +0,3.43;.43,3.86;1.71,4.29;3,3.86;3.86,3;5.14,2.57;6.43,3;6.86,3.43 +3.43,-3;3.43,9.86 + +[23C7] ⏇ +0,3.43;.43,3.86;1.71,4.29;3,3.86;3.86,3;5.14,2.57;6.43,3;6.86,3.43 +6.86,9.43;0,9.43 +3.43,9.43;3.43,-2.57 + +[23C8] ⏈ +0,3.43;.43,3.86;1.71,4.29;3,3.86;3.86,3;5.14,2.57;6.43,3;6.86,3.43 +0,-2.57;6.86,-2.57 +3.43,-2.57;3.43,9.43 + +[23C9] ⏉ +0,-2.57;6.86,-2.57 +3.43,-2.57;3.43,9.43 + +[23CA] ⏊ +6.86,9.43;0,9.43 +3.43,9.43;3.43,-2.57 + +[23CB] ⏋ +0,9;2.57,9;2.57,0 + +[23CC] ⏌ +0,0;2.57,0;2.57,9 + +[23CD] ⏍ +4.29,9;3,6.43 +1.29,6.86;0,6.86;0,0;6.86,0;6.86,6.86;5.57,6.86 + +[23CE] ⏎ +0,1.71;2.14,-.43;2.14,.43;7.29,.43;7.29,6.86;4.71,6.86;4.71,3;2.14,3;2.14,3.86;0,1.71 + +[23CF] ⏏ +6.86,0;0,0 +0,2.14;3.43,6.86;6.86,2.14 + +[23D0] ⏐ +0,-3;0,9.86 + +[23D1] ⏑ +0,4.29;0,3.86;.43,3;1.29,2.57;2.14,2.57;3,3;3.43,3.86;3.43,4.29 + +[23D2] ⏒ +.43,4.29;.43,3.86;.86,3;1.71,2.57;2.57,2.57;3.43,3;3.86,3.86;3.86,4.29 +0,6.86;4.29,6.86 + +[23D3] ⏓ +.43,4.29;.43,3.86;.86,3;1.71,2.57;2.57,2.57;3.43,3;3.86,3.86;3.86,4.29 +4.29,0;0,0 + +[23D4] ⏔ +0,4.29;0,3.86;.43,3;1.29,2.57;2.14,2.57;3,3;3.43,3.86;3.43,4.29 +6,4.29;6,3.86;6.43,3;7.29,2.57;8.14,2.57;9,3;9.43,3.86;9.43,4.29 +0,6.86;9.43,6.86 + +[23D5] ⏕ +0,4.29;0,3.86;.43,3;1.29,2.57;2.14,2.57;3,3;3.43,3.86;3.43,4.29 +6,4.29;6,3.86;6.43,3;7.29,2.57;8.14,2.57;9,3;9.43,3.86;9.43,4.29 +9.43,0;0,0 + +[23D6] ⏖ +0,4.29;0,3.86;.43,3;1.29,2.57;2.14,2.57;3,3;3.43,3.86;3.43,4.29 +3.43,3.86;3.86,3;4.71,2.57;5.57,2.57;6.43,3;6.86,3.86;6.86,4.29 + +[23D7] ⏗ +0,2.57;6.86,2.57;6.86,4.71 + +[23D8] ⏘ +0,4.71;0,2.57;6.86,2.57;6.86,4.71 + +[23D9] ⏙ +3.43,4.71;3.43,2.57 +0,4.71;0,2.57;6.86,2.57;6.86,4.71 + +[23DA] ⏚ +0,5.14;8.57,5.14 +1.71,2.57;6.86,2.57 +4.29,9;4.29,5.14 +5.14,0;3.43,0 + +[23DB] ⏛ +0,3.43;8.57,3.43 +.86,6;7.71,6;7.71,.86;.86,.86;.86,6 + +[23DC] ⏜ +0,-.86;.43,-.43;1.71,.43;2.57,.86;3.86,1.29;6,1.71;7.71,1.71;9.86,1.29;11.14,.86;12,.43;13.29,-.43;13.71,-.86 + +[23DD] ⏝ +13.71,7.71;13.29,7.29;12,6.43;11.14,6;9.86,5.57;7.71,5.14;6,5.14;3.86,5.57;2.57,6;1.71,6.43;.43,7.29;0,7.71 + +[23DE] ⏞ +0,-1.29;0,-.86;.43,0;1.29,.43;5.57,.43;6.43,.86;6.86,1.71;7.29,.86;8.14,.43;12.43,.43;13.29,0;13.71,-.86;13.71,-1.29 + +[23DF] ⏟ +13.71,8.14;13.71,7.71;13.29,6.86;12.43,6.43;8.14,6.43;7.29,6;6.86,5.14;6.43,6;5.57,6.43;1.29,6.43;.43,6.86;0,7.71;0,8.14 + +[23E0] ⏠ +0,-1.29;1.71,.86;12,.86;13.71,-1.29 + +[23E1] ⏡ +13.71,8.14;12,6;1.71,6;0,8.14 + +[23E2] ⏢ +0,0;2.14,6.86;5.57,6.86;7.71,0;0,0 + +[23E3] ⏣ +5.14,9.43;10.29,6.43;10.29,.43;5.14,-2.57;0,.43;0,6.43;5.14,9.43 +4.71,6.43;5.57,6.43;6.86,6;7.71,5.14;8.14,3.86;8.14,3;7.71,1.71;6.86,.86;5.57,.43;4.71,.43;3.43,.86;2.57,1.71;2.14,3;2.14,3.86;2.57,5.14;3.43,6;4.71,6.43 + +[23E4] ⏤ +0,3.43;6.86,3.43 + +[23E5] ⏥ +0,1.29;2.14,5.57;8.57,5.57;6.43,1.29;0,1.29 + +[23E6] ⏦ +0,3.43;6.86,3.43 +0,3.43;.43,5.57;.86,6.43;1.71,6.86;2.57,6.43;3,5.57;3.86,1.29;4.29,.43;5.14,0;6,.43;6.43,1.29;6.86,3.43 + +[23E7] ⏧ +0,6;5.14,.86 +5.14,6;0,.86 +1.71,4.29;2.57,4.71;3.43,4.29;3.86,3.43;3.43,2.57;2.57,2.14;1.71,2.57;1.29,3.43;1.71,4.29 + +[25A0] ■ +.43,6.86;.43,0 +.86,0;.86,6.86 +1.29,6.86;1.29,0 +1.71,0;1.71,6.86 +2.14,6.86;2.14,0 +2.57,0;2.57,6.86 +3,6.86;3,0 +3.43,0;3.43,6.86 +3.86,6.86;3.86,0 +4.29,0;4.29,6.86 +4.71,6.86;4.71,0 +5.14,0;5.14,6.86 +5.57,6.86;5.57,0 +6,0;6,6.86 +6.43,6.86;6.43,0 +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 + +[25A1] □ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 + +[25A2] ▢ +.43,6.43;1.29,6.86;5.57,6.86;6.43,6.43;6.86,5.57;6.86,1.29;6.43,.43;5.57,0;1.29,0;.43,.43;0,1.29;0,5.57;.43,6.43 + +[25A3] ▣ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +2.57,4.71;2.57,2.14 +3,2.14;3,4.71 +3.43,4.71;3.43,2.14 +3.86,2.14;3.86,4.71 +4.29,4.71;4.29,2.14 +2.14,2.14;2.14,4.71;4.71,4.71;4.71,2.14;2.14,2.14 + +[25A4] ▤ +0,1.71;6.86,1.71 +0,3.43;6.86,3.43 +0,5.14;6.86,5.14 +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 + +[25A5] ▥ +1.71,6.86;1.71,0 +3.43,6.86;3.43,0 +5.14,6.86;5.14,0 +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 + +[25A6] ▦ +0,1.71;6.86,1.71 +0,3.43;6.86,3.43 +0,5.14;6.86,5.14 +1.71,6.86;1.71,0 +3.43,6.86;3.43,0 +5.14,6.86;5.14,0 +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 + +[25A7] ▧ +0,6.86;6.86,0 +1.71,0;0,1.71 +4.29,0;0,4.29 +6.86,2.57;2.57,6.86 +6.86,5.14;5.14,6.86 +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 + +[25A8] ▨ +0,0;6.86,6.86 +0,2.57;4.29,6.86 +0,5.14;1.71,6.86 +2.57,0;6.86,4.29 +5.14,0;6.86,1.71 +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 + +[25A9] ▩ +0,0;6.86,6.86 +0,2.57;4.29,6.86 +0,5.14;1.71,6.86 +0,6.86;6.86,0 +1.71,0;0,1.71 +2.57,0;6.86,4.29 +4.29,0;0,4.29 +5.14,0;6.86,1.71 +6.86,2.57;2.57,6.86 +6.86,5.14;5.14,6.86 +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 + +[25AA] ▪ +.43,4.71;.43,2.14 +.86,2.14;.86,4.71 +1.29,4.71;1.29,2.14 +1.71,2.14;1.71,4.71 +2.14,4.71;2.14,2.14 +0,2.14;0,4.71;2.57,4.71;2.57,2.14;0,2.14 + +[25AB] ▫ +0,2.14;0,4.71;2.57,4.71;2.57,2.14;0,2.14 + +[25AC] ▬ +0,1.29;4.29,5.57 +0,1.71;3.86,5.57 +0,2.14;3.43,5.57 +0,2.57;3,5.57 +0,3;2.57,5.57 +0,3.43;2.14,5.57 +0,3.86;1.71,5.57 +0,4.29;1.29,5.57 +0,4.71;.86,5.57 +0,5.14;.43,5.57 +.43,1.29;4.71,5.57 +.86,1.29;5.14,5.57 +1.29,1.29;5.57,5.57 +1.71,1.29;6,5.57 +2.14,1.29;6.43,5.57 +2.57,1.29;6.86,5.57 +3,1.29;6.86,5.14 +3.43,1.29;6.86,4.71 +3.86,1.29;6.86,4.29 +4.29,1.29;6.86,3.86 +4.71,1.29;6.86,3.43 +5.14,1.29;6.86,3 +5.57,1.29;6.86,2.57 +6,1.29;6.86,2.14 +6.43,1.29;6.86,1.71 +0,5.57;6.86,5.57;6.86,1.29;0,1.29;0,5.57 + +[25AD] ▭ +0,5.57;6.86,5.57;6.86,1.29;0,1.29;0,5.57 + +[25AE] ▮ +0,0;4.29,4.29 +0,.43;4.29,4.71 +0,.86;4.29,5.14 +0,1.29;4.29,5.57 +0,1.71;4.29,6 +0,2.14;4.29,6.43 +0,2.57;4.29,6.86 +0,3;3.86,6.86 +0,3.43;3.43,6.86 +0,3.86;3,6.86 +0,4.29;2.57,6.86 +0,4.71;2.14,6.86 +0,5.14;1.71,6.86 +0,5.57;1.29,6.86 +0,6;.86,6.86 +0,6.43;.43,6.86 +.43,0;4.29,3.86 +.86,0;4.29,3.43 +1.29,0;4.29,3 +1.71,0;4.29,2.57 +2.14,0;4.29,2.14 +2.57,0;4.29,1.71 +3,0;4.29,1.29 +3.43,0;4.29,.86 +3.86,0;4.29,.43 +0,0;0,6.86;4.29,6.86;4.29,0;0,0 + +[25AF] ▯ +0,0;0,6.86;4.29,6.86;4.29,0;0,0 + +[25B0] ▰ +2.57,5.57;1.71,4.71 +3,5.57;1.29,3.86 +3.43,5.57;.86,3 +3.86,5.57;.43,2.14 +4.29,5.57;0,1.29 +4.71,5.57;.43,1.29 +5.14,5.57;.86,1.29 +5.57,5.57;1.29,1.29 +6,5.57;1.71,1.29 +6.43,5.57;2.14,1.29 +6.86,2.14;6,1.29 +6.86,5.57;2.57,1.29 +7.29,3;5.57,1.29 +7.29,5.57;3,1.29 +7.71,3.86;5.14,1.29 +7.71,5.57;3.43,1.29 +8.14,4.71;4.71,1.29 +8.14,5.57;3.86,1.29 +8.57,5.57;4.29,1.29 +0,1.29;2.14,5.57;8.57,5.57;6.43,1.29;0,1.29 + +[25B1] ▱ +0,1.29;2.14,5.57;8.57,5.57;6.43,1.29;0,1.29 + +[25B2] ▲ +.43,.43;.43,0 +.86,1.29;.86,0 +1.29,2.14;1.29,0 +1.71,3;1.71,0 +2.14,3.43;2.14,0 +2.57,4.29;2.57,0 +3,5.14;3,0 +3.43,6;3.43,0 +3.86,6.86;3.86,0 +4.29,6;4.29,0 +4.71,5.14;4.71,0 +5.14,4.29;5.14,0 +5.57,3.43;5.57,0 +6,3;6,0 +6.43,2.14;6.43,0 +6.86,1.29;6.86,0 +7.29,0;3.86,6.43;.43,0 +7.29,.43;7.29,0 +3.86,6.86;7.71,0;0,0;3.86,6.86 + +[25B3] △ +3.86,6.86;7.71,0;0,0;3.86,6.86 + +[25B4] ▴ +.43,2.57;.43,2.14 +.86,3.43;.86,2.14 +1.29,4.29;1.29,2.14 +1.71,5.14;1.71,2.14 +2.14,4.29;2.14,2.14 +2.57,3.43;2.57,2.14 +3,2.57;3,2.14 +.43,2.14;1.71,4.71;3,2.14 +1.71,5.14;3.43,2.14;0,2.14;1.71,5.14 + +[25B5] ▵ +1.71,5.14;3.43,2.14;0,2.14;1.71,5.14 + +[25B6] ▶ +.43,6.86;.43,0 +.86,6.43;.86,.43 +1.29,6.43;1.29,.43 +1.71,6;1.71,.86 +2.14,6;2.14,.86 +2.57,5.57;2.57,1.29 +3,5.57;3,1.29 +3.43,5.14;3.43,1.71 +3.86,4.71;3.86,2.14 +4.29,4.71;4.29,2.14 +4.71,4.29;4.71,2.57 +5.14,4.29;5.14,2.57 +5.57,3.43;6,3.43 +5.57,3.86;5.57,3 +0,6.86;6.43,3.43;0,0 +6.86,3.43;0,-.43;0,7.29;6.86,3.43 + +[25B7] ▷ +6.86,3.43;0,-.43;0,7.29;6.86,3.43 + +[25B8] ▸ +.43,4.71;.43,2.14 +.86,4.29;.86,2.57 +1.29,4.29;1.29,2.57 +1.71,3.43;2.57,3.43 +1.71,3.86;1.71,3 +0,4.71;2.57,3.43;0,2.14 +3,3.43;0,1.71;0,5.14;3,3.43 + +[25B9] ▹ +3,3.43;0,1.71;0,5.14;3,3.43 + +[25BA] ► +.43,5.57;.43,1.29 +.86,5.57;.86,1.29 +1.29,5.14;1.29,1.71 +1.71,5.14;1.71,1.71 +2.14,5.14;2.14,1.71 +2.57,4.71;2.57,2.14 +3,4.71;3,2.14 +3.43,4.71;3.43,2.14 +3.86,4.29;3.86,2.57 +4.29,4.29;4.29,2.57 +4.71,3.86;4.71,3 +5.14,3.86;5.14,3 +5.57,3.86;5.57,3 +6,3.43;5.57,3.43 +0,5.57;6.43,3.43;0,1.29 +6.86,3.43;0,.86;0,6;6.86,3.43 + +[25BB] ▻ +6.86,3.43;0,.86;0,6;6.86,3.43 + +[25BC] ▼ +7.29,6.43;7.29,6.86 +6.86,5.57;6.86,6.86 +6.43,4.71;6.43,6.86 +6,3.86;6,6.86 +5.57,3.43;5.57,6.86 +5.14,2.57;5.14,6.86 +4.71,1.71;4.71,6.86 +4.29,.86;4.29,6.86 +3.86,0;3.86,6.86 +3.43,.86;3.43,6.86 +3,1.71;3,6.86 +2.57,2.57;2.57,6.86 +2.14,3.43;2.14,6.86 +1.71,3.86;1.71,6.86 +1.29,4.71;1.29,6.86 +.86,5.57;.86,6.86 +.43,6.86;3.86,.43;7.29,6.86 +.43,6.43;.43,6.86 +3.86,0;0,6.86;7.71,6.86;3.86,0 + +[25BD] ▽ +3.86,0;0,6.86;7.71,6.86;3.86,0 + +[25BE] ▾ +3,4.29;3,4.71 +2.57,3.43;2.57,4.71 +2.14,2.57;2.14,4.71 +1.71,1.71;1.71,4.71 +1.29,2.57;1.29,4.71 +.86,3.43;.86,4.71 +.43,4.29;.43,4.71 +3,4.71;1.71,2.14;.43,4.71 +1.71,1.71;0,4.71;3.43,4.71;1.71,1.71 + +[25BF] ▿ +1.71,1.71;0,4.71;3.43,4.71;1.71,1.71 + +[25C0] ◀ +6.43,0;6.43,6.86 +6,.43;6,6.43 +5.57,.43;5.57,6.43 +5.14,.86;5.14,6 +4.71,.86;4.71,6 +4.29,1.29;4.29,5.57 +3.86,1.29;3.86,5.57 +3.43,1.71;3.43,5.14 +3,2.14;3,4.71 +2.57,2.14;2.57,4.71 +2.14,2.57;2.14,4.29 +1.71,2.57;1.71,4.29 +1.29,3.43;.86,3.43 +1.29,3;1.29,3.86 +6.86,0;.43,3.43;6.86,6.86 +0,3.43;6.86,7.29;6.86,-.43;0,3.43 + +[25C1] ◁ +0,3.43;6.86,7.29;6.86,-.43;0,3.43 + +[25C2] ◂ +2.57,2.14;2.57,4.71 +2.14,2.57;2.14,4.29 +1.71,2.57;1.71,4.29 +1.29,3.43;.43,3.43 +1.29,3;1.29,3.86 +3,2.14;.43,3.43;3,4.71 +0,3.43;3,5.14;3,1.71;0,3.43 + +[25C3] ◃ +0,3.43;3,5.14;3,1.71;0,3.43 + +[25C4] ◄ +6.43,1.29;6.43,5.57 +6,1.29;6,5.57 +5.57,1.71;5.57,5.14 +5.14,1.71;5.14,5.14 +4.71,1.71;4.71,5.14 +4.29,2.14;4.29,4.71 +3.86,2.14;3.86,4.71 +3.43,2.14;3.43,4.71 +3,2.57;3,4.29 +2.57,2.57;2.57,4.29 +2.14,3;2.14,3.86 +1.71,3;1.71,3.86 +1.29,3;1.29,3.86 +.86,3.43;1.29,3.43 +6.86,1.29;.43,3.43;6.86,5.57 +0,3.43;6.86,6;6.86,.86;0,3.43 + +[25C5] ◅ +0,3.43;6.86,6;6.86,.86;0,3.43 + +[25C6] ◆ +.43,3.86;.43,3 +.86,2.57;.86,4.29 +1.29,4.71;1.29,2.14 +1.71,1.71;1.71,5.14 +2.14,5.57;2.14,1.29 +2.57,.86;2.57,6 +3,6.43;3,.43 +3.43,0;3.43,6.86 +3.86,7.29;3.86,-.43 +4.29,0;4.29,6.86 +4.71,6.43;4.71,.43 +5.14,.86;5.14,6 +5.57,5.57;5.57,1.29 +6,1.71;6,5.14 +6.43,4.71;6.43,2.14 +6.86,2.57;6.86,4.29 +7.29,3.86;7.29,3 +3.86,7.29;7.71,3.43;3.86,-.43;0,3.43;3.86,7.29 + +[25C7] ◇ +3.86,7.29;7.71,3.43;3.86,-.43;0,3.43;3.86,7.29 + +[25C8] ◈ +3.86,7.29;7.71,3.43;3.86,-.43;0,3.43;3.86,7.29 +3,3.86;3,3 +3.43,2.57;3.43,4.29 +3.86,4.71;3.86,2.14 +4.29,2.57;4.29,4.29 +4.71,3.86;4.71,3 +3.86,4.71;5.14,3.43;3.86,2.14;2.57,3.43;3.86,4.71 + +[25C9] ◉ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +2.57,4.29;2.57,2.57 +3,2.57;3,4.29 +3.43,4.71;3.43,2.14 +3.86,2.57;3.86,4.29 +4.29,4.29;4.29,2.57 +2.57,3;3.43,2.14;4.29,3 +2.57,3.86;3.43,4.71;4.29,3.86 +2.57,4.29;3.43,4.71;4.29,4.29;4.71,3.43;4.29,2.57;3.43,2.14;2.57,2.57;2.14,3.43;2.57,4.29 + +[25CA] ◊ +3.43,-2.57;0,3.43;3.43,9;6.86,3.43;3.43,-2.57 + +[25CB] ○ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 + +[25CC] ◌ +0,4.29;.43,5.14 +.43,1.71;0,2.57 +1.71,6.43;2.57,6.86 +2.57,0;1.71,.43 +4.29,6.86;5.14,6.43 +5.14,.43;4.29,0 +6.43,5.14;6.86,4.29 +6.86,2.57;6.43,1.71 + +[25CD] ◍ +1.71,6.43;1.71,.43 +3.43,6.86;3.43,0 +5.14,6.43;5.14,.43 +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 + +[25CE] ◎ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +2.57,4.29;3.43,4.71;4.29,4.29;4.71,3.43;4.29,2.57;3.43,2.14;2.57,2.57;2.14,3.43;2.57,4.29 + +[25CF] ● +.43,5.14;.43,1.71 +.86,1.29;2.57,0 +.86,5.57;2.57,6.86 +.86,6;.86,.86 +1.29,.86;1.29,6 +1.71,6.43;1.71,.43 +2.14,.43;2.14,6.43 +2.57,6.86;2.57,0 +3,0;3,6.86 +3.43,6.86;3.43,0 +3.86,0;3.86,6.86 +4.29,0;6,1.29 +4.29,6.86;4.29,0 +4.29,6.86;6,5.57 +4.71,.43;4.71,6.43 +5.14,6.43;5.14,.43 +5.57,.86;5.57,6 +6,6;6,.86 +6.43,1.71;6.43,5.14 +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 + +[25D0] ◐ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +.43,5.14;.43,1.71 +.86,.86;.86,6 +1.29,6;1.29,.86 +1.71,.43;1.71,6.43 +2.14,6.43;2.14,.43 +2.57,0;.86,1.29 +2.57,0;2.57,6.86 +.86,5.57 +3,6.86;3,0 +3.43,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86;3.43,6.86;3.43,0 + +[25D1] ◑ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +6.43,1.71;6.43,5.14 +6,6;6,.86 +5.57,.86;5.57,6 +5.14,6.43;5.14,.43 +4.71,.43;4.71,6.43 +4.29,6.86;6,5.57 +4.29,6.86;4.29,0 +6,1.29 +3.86,0;3.86,6.86 +3.43,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;3.43,0;3.43,6.86 + +[25D2] ◒ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +.43,5.14;.43,3.43 +.86,6;.86,3.43 +1.29,3.43;1.29,6 +1.71,6.43;1.71,3.43 +2.14,3.43;2.14,6.43 +2.57,6.86;.86,5.57 +2.57,6.86;2.57,3.43 +3,6.86;3,3.43 +3.43,6.86;3.43,3.43 +3.86,6.86;3.86,3.43 +4.29,3.43;4.29,6.86 +6,5.57 +4.71,6.43;4.71,3.43 +5.14,3.43;5.14,6.43 +5.57,6;5.57,3.43 +6,6;6,3.43 +6.43,5.14;6.43,3.43 +0,3.43;0,4.29;.86,6;2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,3.43;0,3.43 + +[25D3] ◓ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +6.43,1.71;6.43,3.43 +6,.86;6,3.43 +5.57,3.43;5.57,.86 +5.14,.43;5.14,3.43 +4.71,3.43;4.71,.43 +4.29,0;6,1.29 +4.29,0;4.29,3.43 +3.86,0;3.86,3.43 +3.43,0;3.43,3.43 +3,0;3,3.43 +2.57,3.43;2.57,0 +.86,1.29 +2.14,.43;2.14,3.43 +1.71,3.43;1.71,.43 +1.29,.86;1.29,3.43 +.86,.86;.86,3.43 +.43,1.71;.43,3.43 +6.86,3.43;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,3.43;6.86,3.43 + +[25D4] ◔ +3.86,3.43;3.86,6.86 +4.29,6.86;4.29,3.43 +4.29,6.86;6,5.57 +4.71,3.43;4.71,6.43 +5.14,6.43;5.14,3.43 +5.57,3.43;5.57,6 +6,6;6,3.43 +6.43,3.43;6.43,5.14 +6.86,3.43;3.43,3.43;3.43,6.86 +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 + +[25D5] ◕ +3,3.43;3,0 +2.57,0;2.57,3.43 +2.57,0;.86,1.29 +2.14,3.43;2.14,.43 +1.71,.43;1.71,3.43 +1.29,3.43;1.29,.86 +.86,.86;.86,3.43 +.43,3.43;.43,1.71 +0,3.43;3.43,3.43;3.43,0 +4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0 +6.43,1.71;6.43,5.14 +6,6;6,.86 +5.57,.86;5.57,6 +5.14,6.43;5.14,.43 +4.71,.43;4.71,6.43 +4.29,6.86;6,5.57 +4.29,6.86;4.29,0 +6,1.29 +3.86,0;3.86,6.86 +3.43,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;3.43,0;3.43,6.86 + +[25D6] ◖ +.43,5.14;.43,1.71 +.86,.86;.86,6 +1.29,6;1.29,.86 +1.71,.43;1.71,6.43 +2.14,6.43;2.14,.43 +2.57,0;.86,1.29 +2.57,0;2.57,6.86 +.86,5.57 +3,6.86;3,0 +3.43,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86;3.43,6.86;3.43,0 + +[25D7] ◗ +3,1.71;3,5.14 +2.57,6;2.57,.86 +2.14,.86;2.14,6 +1.71,6.43;1.71,.43 +1.29,.43;1.29,6.43 +.86,6.86;2.57,5.57 +.86,6.86;.86,0 +2.57,1.29 +.43,0;.43,6.86 +0,6.86;.86,6.86;2.57,6;3.43,4.29;3.43,2.57;2.57,.86;.86,0;0,0;0,6.86 + +[25D8] ◘ +.43,9.86;.43,-3 +.86,-3;.86,9.86 +1.29,9.86;1.29,-3 +1.71,-3;1.71,9.86 +2.14,9.86;2.14,-3 +2.57,-3;2.57,9.86 +3,-3;3,1.71 +3,9.86;3,5.14 +3.43,1.29;3.43,-3 +3.43,5.57;3.43,9.86 +3.86,-3;3.86,.86 +3.86,9.86;3.86,6 +4.29,.43;4.29,-3 +4.29,6.43;4.29,9.86 +4.71,-3;4.71,.43 +4.71,9.86;4.71,6.43 +5.14,.43;5.14,-3 +5.14,6.43;5.14,9.86 +5.57,-3;5.57,.43 +5.57,9.86;5.57,6.43 +6,.43;6,-3 +6,6.43;6,9.86 +6.43,-3;6.43,.43 +6.43,9.86;6.43,6.43 +6.86,.43;6.86,-3 +6.86,6.43;6.86,9.86 +7.29,-3;7.29,.86 +7.29,9.86;7.29,6 +7.71,1.29;7.71,-3 +7.71,5.57;7.71,9.86 +8.14,-3;8.14,1.71 +8.14,9.86;8.14,5.14 +8.57,-3;8.57,9.86 +9,9.86;9,-3 +9.43,-3;9.43,9.86 +9.86,9.86;9.86,-3 +10.29,-3;10.29,9.86 +10.71,9.86;10.71,-3 +11.14,-3;0,-3;0,9.86;11.14,9.86;11.14,-3 +2.57,3;2.57,3.86;3,5.14;3.86,6;5.14,6.43;6,6.43;7.29,6;8.14,5.14;8.57,3.86;8.57,3;8.14,1.71;7.29,.86;6,.43;5.14,.43;3.86,.86;3,1.71;2.57,3 + +[25D9] ◙ +.43,3.86;.43,9.86 +.86,5.57;1.71,7.29 +.86,9.86;.86,5.57 +1.29,6.43;1.29,9.86 +1.71,9.86;1.71,6.86 +2.14,7.29;2.14,9.86 +2.14,7.29;3.43,8.57 +2.57,9.86;2.57,7.71 +3,8.14;3,9.86 +3.43,8.14;5.14,9 +3.43,9.86;3.43,8.14 +3.86,8.57;3.86,9.86 +4.29,4.71;4.29,3.43 +4.29,9.86;4.29,8.57 +4.71,3.43;4.71,4.71 +4.71,8.57;4.71,9.86 +5.14,4.71;5.14,3.43 +5.14,9.86;5.14,8.57 +5.57,3.43;5.57,5.14 +5.57,8.57;5.57,9.86 +6,4.71;6,3.43 +6,9;7.71,8.14 +6,9.86;6,8.57 +6.43,3.43;6.43,4.71 +6.43,8.57;6.43,9.86 +6.86,4.71;6.86,3.43 +6.86,9.86;6.86,8.57 +7.29,8.57;7.29,9.86 +7.71,8.57;9,7.29 +7.71,9.86;7.71,8.14 +8.14,8.14;8.14,9.86 +8.57,9.86;8.57,7.71 +9,7.29;9,9.86 +9.43,7.29;10.29,5.57 +9.43,9.86;9.43,6.86 +9.86,6.43;9.86,9.86 +10.29,9.86;10.29,5.57 +10.71,3.86;10.71,9.86 +4.29,4.29;5.57,5.14;6.86,4.29 +3.86,3.43;4.29,4.71;5.57,5.14;6.86,4.71;7.29,3.43;3.86,3.43 +.43,3.43;.43,3.86;.86,5.57;1.71,6.86;2.14,7.29;3.43,8.14;5.14,8.57;6,8.57;7.71,8.14;9,7.29;9.43,6.86;10.29,5.57;10.71,3.86;10.71,3.43;11.14,3.43;11.14,9.86;0,9.86;0,3.43;.43,3.43 +10.71,3;10.71,-3 +10.29,1.29;9.43,-.43 +10.29,-3;10.29,1.29 +9.86,.43;9.86,-3 +9.43,-3;9.43,0 +9,-.43;9,-3 +9,-.43;7.71,-1.71 +8.57,-3;8.57,-.86 +8.14,-1.29;8.14,-3 +7.71,-1.29;6,-2.14 +7.71,-3;7.71,-1.29 +7.29,-1.71;7.29,-3 +6.86,2.14;6.86,3.43 +6.86,-3;6.86,-1.71 +6.43,3.43;6.43,2.14 +6.43,-1.71;6.43,-3 +6,2.14;6,3.43 +6,-3;6,-1.71 +5.57,3.43;5.57,1.71 +5.57,-1.71;5.57,-3 +5.14,2.14;5.14,3.43 +5.14,-2.14;3.43,-1.29 +5.14,-3;5.14,-1.71 +4.71,3.43;4.71,2.14 +4.71,-1.71;4.71,-3 +4.29,2.14;4.29,3.43 +4.29,-3;4.29,-1.71 +3.86,-1.71;3.86,-3 +3.43,-1.71;2.14,-.43 +3.43,-3;3.43,-1.29 +3,-1.29;3,-3 +2.57,-3;2.57,-.86 +2.14,-.43;2.14,-3 +1.71,-.43;.86,1.29 +1.71,-3;1.71,0 +1.29,.43;1.29,-3 +.86,-3;.86,1.29 +.43,3;.43,-3 +6.86,2.57;5.57,1.71;4.29,2.57 +7.29,3.43;6.86,2.14;5.57,1.71;4.29,2.14;3.86,3.43;7.29,3.43 +10.71,3.43;10.71,3;10.29,1.29;9.43,0;9,-.43;7.71,-1.29;6,-1.71;5.14,-1.71;3.43,-1.29;2.14,-.43;1.71,0;.86,1.29;.43,3;.43,3.43;0,3.43;0,-3;11.14,-3;11.14,3.43;10.71,3.43 + +[25DA] ◚ +.43,3.86;.43,9.86 +.86,5.57;1.71,7.29 +.86,9.86;.86,5.57 +1.29,6.43;1.29,9.86 +1.71,9.86;1.71,6.86 +2.14,7.29;2.14,9.86 +2.14,7.29;3.43,8.57 +2.57,9.86;2.57,7.71 +3,8.14;3,9.86 +3.43,8.14;5.14,9 +3.43,9.86;3.43,8.14 +3.86,8.57;3.86,9.86 +4.29,4.71;4.29,3.43 +4.29,9.86;4.29,8.57 +4.71,3.43;4.71,4.71 +4.71,8.57;4.71,9.86 +5.14,4.71;5.14,3.43 +5.14,9.86;5.14,8.57 +5.57,3.43;5.57,5.14 +5.57,8.57;5.57,9.86 +6,4.71;6,3.43 +6,9;7.71,8.14 +6,9.86;6,8.57 +6.43,3.43;6.43,4.71 +6.43,8.57;6.43,9.86 +6.86,4.71;6.86,3.43 +6.86,9.86;6.86,8.57 +7.29,8.57;7.29,9.86 +7.71,8.57;9,7.29 +7.71,9.86;7.71,8.14 +8.14,8.14;8.14,9.86 +8.57,9.86;8.57,7.71 +9,7.29;9,9.86 +9.43,7.29;10.29,5.57 +9.43,9.86;9.43,6.86 +9.86,6.43;9.86,9.86 +10.29,9.86;10.29,5.57 +10.71,3.86;10.71,9.86 +4.29,4.29;5.57,5.14;6.86,4.29 +3.86,3.43;4.29,4.71;5.57,5.14;6.86,4.71;7.29,3.43;3.86,3.43 +.43,3.43;.43,3.86;.86,5.57;1.71,6.86;2.14,7.29;3.43,8.14;5.14,8.57;6,8.57;7.71,8.14;9,7.29;9.43,6.86;10.29,5.57;10.71,3.86;10.71,3.43;11.14,3.43;11.14,9.86;0,9.86;0,3.43;.43,3.43 + +[25DB] ◛ +10.71,3;10.71,-3 +10.29,1.29;9.43,-.43 +10.29,-3;10.29,1.29 +9.86,.43;9.86,-3 +9.43,-3;9.43,0 +9,-.43;9,-3 +9,-.43;7.71,-1.71 +8.57,-3;8.57,-.86 +8.14,-1.29;8.14,-3 +7.71,-1.29;6,-2.14 +7.71,-3;7.71,-1.29 +7.29,-1.71;7.29,-3 +6.86,2.14;6.86,3.43 +6.86,-3;6.86,-1.71 +6.43,3.43;6.43,2.14 +6.43,-1.71;6.43,-3 +6,2.14;6,3.43 +6,-3;6,-1.71 +5.57,3.43;5.57,1.71 +5.57,-1.71;5.57,-3 +5.14,2.14;5.14,3.43 +5.14,-2.14;3.43,-1.29 +5.14,-3;5.14,-1.71 +4.71,3.43;4.71,2.14 +4.71,-1.71;4.71,-3 +4.29,2.14;4.29,3.43 +4.29,-3;4.29,-1.71 +3.86,-1.71;3.86,-3 +3.43,-1.71;2.14,-.43 +3.43,-3;3.43,-1.29 +3,-1.29;3,-3 +2.57,-3;2.57,-.86 +2.14,-.43;2.14,-3 +1.71,-.43;.86,1.29 +1.71,-3;1.71,0 +1.29,.43;1.29,-3 +.86,-3;.86,1.29 +.43,3;.43,-3 +6.86,2.57;5.57,1.71;4.29,2.57 +7.29,3.43;6.86,2.14;5.57,1.71;4.29,2.14;3.86,3.43;7.29,3.43 +10.71,3.43;10.71,3;10.29,1.29;9.43,0;9,-.43;7.71,-1.29;6,-1.71;5.14,-1.71;3.43,-1.29;2.14,-.43;1.71,0;.86,1.29;.43,3;.43,3.43;0,3.43;0,-3;11.14,-3;11.14,3.43;10.71,3.43 + +[25DC] ◜ +0,3.43;0,4.29;.86,6;2.57,6.86;3.43,6.86 + +[25DD] ◝ +3.43,3.43;3.43,4.29;2.57,6;.86,6.86;0,6.86 + +[25DE] ◞ +3.43,3.43;3.43,2.57;2.57,.86;.86,0;0,0 + +[25DF] ◟ +0,3.43;0,2.57;.86,.86;2.57,0;3.43,0 + +[25E0] ◠ +0,3.43;0,4.29;.86,6;2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,3.43 + +[25E1] ◡ +6.86,3.43;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,3.43 + +[25E2] ◢ +.43,.43;.43,0 +.86,.86;.86,0 +1.29,1.29;1.29,0 +1.71,1.71;1.71,0 +2.14,2.14;2.14,0 +2.57,2.57;2.57,0 +3,3;3,0 +3.43,3.43;3.43,0 +3.86,3.86;3.86,0 +4.29,4.29;4.29,0 +4.71,4.71;4.71,0 +5.14,5.14;5.14,0 +5.57,5.57;5.57,0 +6,6;6,0 +6.43,6.43;6.43,0 +6.86,0;6.86,6.86;0,0;6.86,0 + +[25E3] ◣ +6.43,.43;6.43,0 +6,.86;6,0 +5.57,1.29;5.57,0 +5.14,1.71;5.14,0 +4.71,2.14;4.71,0 +4.29,2.57;4.29,0 +3.86,3;3.86,0 +3.43,3.43;3.43,0 +3,3.86;3,0 +2.57,4.29;2.57,0 +2.14,4.71;2.14,0 +1.71,5.14;1.71,0 +1.29,5.57;1.29,0 +.86,6;.86,0 +.43,6.43;.43,0 +0,0;0,6.86;6.86,0;0,0 + +[25E4] ◤ +6.43,6.43;6.43,6.86 +6,6;6,6.86 +5.57,5.57;5.57,6.86 +5.14,5.14;5.14,6.86 +4.71,4.71;4.71,6.86 +4.29,4.29;4.29,6.86 +3.86,3.86;3.86,6.86 +3.43,3.43;3.43,6.86 +3,3;3,6.86 +2.57,2.57;2.57,6.86 +2.14,2.14;2.14,6.86 +1.71,1.71;1.71,6.86 +1.29,1.29;1.29,6.86 +.86,.86;.86,6.86 +.43,.43;.43,6.86 +0,6.86;0,0;6.86,6.86;0,6.86 + +[25E5] ◥ +.43,6.43;.43,6.86 +.86,6;.86,6.86 +1.29,5.57;1.29,6.86 +1.71,5.14;1.71,6.86 +2.14,4.71;2.14,6.86 +2.57,4.29;2.57,6.86 +3,3.86;3,6.86 +3.43,3.43;3.43,6.86 +3.86,3;3.86,6.86 +4.29,2.57;4.29,6.86 +4.71,2.14;4.71,6.86 +5.14,1.71;5.14,6.86 +5.57,1.29;5.57,6.86 +6,.86;6,6.86 +6.43,.43;6.43,6.86 +6.86,6.86;6.86,0;0,6.86;6.86,6.86 + +[25E6] ◦ +.43,4.29;1.29,4.71;2.14,4.29;2.57,3.43;2.14,2.57;1.29,2.14;.43,2.57;0,3.43;.43,4.29 + +[25E7] ◧ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +.43,0;.43,6.86 +.86,6.86;.86,0 +1.29,0;1.29,6.86 +1.71,6.86;1.71,0 +2.14,0;2.14,6.86 +2.57,6.86;2.57,0 +3,0;3,6.86 +0,0;0,6.86;3.43,6.86;3.43,0;0,0 + +[25E8] ◨ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +6.43,6.86;6.43,0 +6,0;6,6.86 +5.57,6.86;5.57,0 +5.14,0;5.14,6.86 +4.71,6.86;4.71,0 +4.29,0;4.29,6.86 +3.86,6.86;3.86,0 +6.86,6.86;6.86,0;3.43,0;3.43,6.86;6.86,6.86 + +[25E9] ◩ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +6.43,6.43;6.43,6.86 +6,6;6,6.86 +5.57,5.57;5.57,6.86 +5.14,5.14;5.14,6.86 +4.71,4.71;4.71,6.86 +4.29,4.29;4.29,6.86 +3.86,3.86;3.86,6.86 +3.43,3.43;3.43,6.86 +3,3;3,6.86 +2.57,2.57;2.57,6.86 +2.14,2.14;2.14,6.86 +1.71,1.71;1.71,6.86 +1.29,1.29;1.29,6.86 +.86,.86;.86,6.86 +.43,.43;.43,6.86 +0,6.86;0,0;6.86,6.86;0,6.86 + +[25EA] ◪ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +.43,.43;.43,0 +.86,.86;.86,0 +1.29,1.29;1.29,0 +1.71,1.71;1.71,0 +2.14,2.14;2.14,0 +2.57,2.57;2.57,0 +3,3;3,0 +3.43,3.43;3.43,0 +3.86,3.86;3.86,0 +4.29,4.29;4.29,0 +4.71,4.71;4.71,0 +5.14,5.14;5.14,0 +5.57,5.57;5.57,0 +6,6;6,0 +6.43,6.43;6.43,0 +6.86,0;6.86,6.86;0,0;6.86,0 + +[25EB] ◫ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +3.43,0;3.43,6.86 + +[25EC] ◬ +3.86,6.86;7.71,0;0,0;3.86,6.86 +3.86,2.57;3.43,2.14;3.86,1.71;4.29,2.14;3.86,2.57;3.86,1.71 + +[25ED] ◭ +.43,0;3.86,6.43 +.43,.43;.43,0 +.86,1.29;.86,0 +1.29,2.14;1.29,0 +1.71,3;1.71,0 +2.14,3.43;2.14,0 +2.57,4.29;2.57,0 +3,5.14;3,0 +3.43,6;3.43,0 +3.86,6.86;3.86,0 +3.86,6.86;7.71,0;0,0;3.86,6.86 + +[25EE] ◮ +7.29,0;3.86,6.43 +7.29,.43;7.29,0 +6.86,1.29;6.86,0 +6.43,2.14;6.43,0 +6,3;6,0 +5.57,3.43;5.57,0 +5.14,4.29;5.14,0 +4.71,5.14;4.71,0 +4.29,6;4.29,0 +3.86,6.86;3.86,0 +3.86,6.86;0,0;7.71,0;3.86,6.86 + +[25EF] ◯ +3.43,9;5.57,9;7.29,8.14;8.14,7.29;9,5.57;9,3.43;8.14,1.71;7.29,.86;5.57,0;3.43,0;1.71,.86;.86,1.71;0,3.43;0,5.57;.86,7.29;1.71,8.14;3.43,9 + +[25F0] ◰ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +3.43,6.86;3.43,3.43;0,3.43 + +[25F1] ◱ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +3.43,0;3.43,3.43;0,3.43 + +[25F2] ◲ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +3.43,0;3.43,3.43;6.86,3.43 + +[25F3] ◳ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 +3.43,6.86;3.43,3.43;6.86,3.43 + +[25F4] ◴ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +3.43,6.86;3.43,3.43;0,3.43 + +[25F5] ◵ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +3.43,0;3.43,3.43;0,3.43 + +[25F6] ◶ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +3.43,0;3.43,3.43;6.86,3.43 + +[25F7] ◷ +2.57,6.86;4.29,6.86;6,6;6.86,4.29;6.86,2.57;6,.86;4.29,0;2.57,0;.86,.86;0,2.57;0,4.29;.86,6;2.57,6.86 +3.43,6.86;3.43,3.43;6.86,3.43 + +[25F8] ◸ +0,6.86;0,0;6.86,6.86;0,6.86 + +[25F9] ◹ +6.86,6.86;6.86,0;0,6.86;6.86,6.86 + +[25FA] ◺ +0,0;0,6.86;6.86,0;0,0 + +[25FB] ◻ +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 + +[25FC] ◼ +.43,6.86;.43,0 +.86,0;.86,6.86 +1.29,6.86;1.29,0 +1.71,0;1.71,6.86 +2.14,6.86;2.14,0 +2.57,0;2.57,6.86 +3,6.86;3,0 +3.43,0;3.43,6.86 +3.86,6.86;3.86,0 +4.29,0;4.29,6.86 +4.71,6.86;4.71,0 +5.14,0;5.14,6.86 +5.57,6.86;5.57,0 +6,0;6,6.86 +6.43,6.86;6.43,0 +0,6.86;6.86,6.86;6.86,0;0,0;0,6.86 + +[25FD] ◽ +0,2.14;0,4.71;2.57,4.71;2.57,2.14;0,2.14 + +[25FE] ◾ +.43,4.71;.43,2.14 +.86,2.14;.86,4.71 +1.29,4.71;1.29,2.14 +1.71,2.14;1.71,4.71 +2.14,4.71;2.14,2.14 +0,2.14;0,4.71;2.57,4.71;2.57,2.14;0,2.14 + +[25FF] ◿ +6.86,0;6.86,6.86;0,0;6.86,0 + +[FFFD] � +0,0;0,9;6,9;6,0;0,0 + diff --git a/schematics/main/schematic.lp b/schematics/main/schematic.lp new file mode 100644 index 0000000..144b73d --- /dev/null +++ b/schematics/main/schematic.lp @@ -0,0 +1,209 @@ +(librepcb_schematic 460aecb7-f5ab-4236-a7bc-e67a26f458a3 + (name "Main") + (grid (interval 2.54) (unit millimeters)) + (symbol 1dbcfa24-969a-4cf0-bb93-e3ecb393961b + (component e6794793-100f-457a-912b-897534dc99d3) + (lib_gate cf12f67e-3949-4905-9572-ccf980a6b8c1) + (position -40.64 152.4) (rotation 0.0) (mirror false) + (text 03e0c515-5b3f-4634-b0f1-991d845f9154 (layer sym_names) (value "BMP180") + (align center bottom) (height 2.54) (position -40.64 157.48) (rotation 0.0) + ) + (text 6bf750d4-630e-4dff-82df-5645eac0dd4d (layer sym_values) (value "{{VALUE}}") + (align center top) (height 2.54) (position -40.64 144.78) (rotation 0.0) + ) + ) + (symbol 3255ef69-8e10-4a5b-9dbc-30d2ded18ae8 + (component 43f7edbf-c1f2-476a-8731-cf5cd0454f8c) + (lib_gate 6ca391c0-1c6d-4176-9607-31bf40d1b406) + (position -106.68 58.42) (rotation 0.0) (mirror false) + (text 104c25a9-e6bd-4f85-8f57-d7c4284bb5e8 (layer sym_outlines) (value "{{FIELD_PAGE}}") + (align left center) (height 3.5) (position 140.32 60.92) (rotation 0.0) + ) + (text 342d6d92-28aa-4993-9a09-acc34a8aa7ce (layer sym_outlines) (value "{{FIELD_DATE}}") + (align left center) (height 3.5) (position 140.32 70.92) (rotation 0.0) + ) + (text 916fa409-c3b0-4704-96d3-2e034b4511b9 (layer sym_outlines) (value "{{FIELD_VERSION}}") + (align left center) (height 3.5) (position 120.32 60.92) (rotation 0.0) + ) + (text 96e63648-7840-4715-8459-8a99412f14e7 (layer sym_outlines) (value "{{FIELD_AUTHOR}}") + (align left center) (height 3.5) (position 140.32 65.92) (rotation 0.0) + ) + (text ab2d1999-564c-4dae-883c-1258bc1bbfff (layer sym_outlines) (value "{{FIELD_SHEET}}") + (align left center) (height 7.5) (position 55.32 68.42) (rotation 0.0) + ) + (text f6a08b93-d5f6-49c6-86a8-31ffbc901dfa (layer sym_outlines) (value "{{FIELD_PROJECT}}") + (align left center) (height 3.5) (position 55.32 60.92) (rotation 0.0) + ) + ) + (symbol a5c640c6-ca2f-4169-8515-f1b4b21e66af + (component e5489792-edf4-4a4d-9ee2-e8a58e4fe9f4) + (lib_gate 9ac3b124-2e65-4c0c-8fde-a789993e20f2) + (position -40.64 172.72) (rotation 0.0) (mirror false) + (text 46c33ed2-b56a-4a1d-a76e-3e7c48e74d19 (layer sym_names) (value "AM2302") + (align center bottom) (height 2.54) (position -40.64 177.8) (rotation 0.0) + ) + (text bd996a16-5976-453e-ad86-8638336c2aa4 (layer sym_values) (value "{{VALUE}}") + (align center top) (height 2.54) (position -40.64 167.64) (rotation 0.0) + ) + ) + (symbol b0ce5c44-e482-490e-b139-dec7c795736d + (component a3fa5987-e9ed-4e0c-a62d-7fc94201438f) + (lib_gate 18cea7ad-a066-4dd0-9b91-b7d8335ff7a7) + (position 121.92 71.12) (rotation 0.0) (mirror false) + (text fcea896c-6b8b-4b9f-88c5-5cbc946c72a4 (layer sym_outlines) (value "{{VALUE}}") + (align center top) (height 2.5) (position 121.92 69.215) (rotation 0.0) + ) + ) + (symbol e5077b02-eeae-4c03-81b2-80a8fda71f19 + (component 9f818b90-1d9c-4d6a-ad7a-d4dbe7e96d1d) + (lib_gate ec408f65-05e8-4cf0-86e9-9fda9961492e) + (position 20.32 175.26) (rotation 0.0) (mirror false) + (text 4e483b58-f939-4783-8ef3-9fa38734a842 (layer sym_values) (value "{{VALUE}}") + (align left bottom) (height 2.502672) (position 5.0637 147.2902) (rotation 0.0) + ) + (text e400031d-74b5-4783-bcd8-52044b61e85f (layer sym_names) (value "ESP32") + (align left bottom) (height 2.502812) (position 5.0628 201.3243) (rotation 0.0) + ) + ) + (netsegment 0d682cb2-5a27-4c3f-802b-63ca38baf9ed + (net d4e56f7f-9431-4524-8140-7ae5eea042e6) + (junction 2e5aa1b6-1a78-423b-942b-2c826dd327c6 (position -35.56 132.08)) + (junction 99aa6b4a-a52e-493c-9656-e1f6c9ac4575 (position 50.8 157.48)) + (junction 9f6db121-41d5-4a62-904f-bae2e3ad12bd (position 50.8 134.62)) + (junction ae0c679e-99cb-43b5-a1ae-2f23d954c84d (position 50.8 132.08)) + (line 01961021-cefd-435b-97f9-2c7e35c3bbde (width 0.15875) + (from (junction ae0c679e-99cb-43b5-a1ae-2f23d954c84d)) + (to (junction 9f6db121-41d5-4a62-904f-bae2e3ad12bd)) + ) + (line 628dffd8-31ab-48cc-a2e7-2dd0d5b643a2 (width 0.15875) + (from (symbol 1dbcfa24-969a-4cf0-bb93-e3ecb393961b) (pin 28a1b293-6d77-45f9-be23-558dc9f2a003)) + (to (junction 2e5aa1b6-1a78-423b-942b-2c826dd327c6)) + ) + (line 8171f056-f42f-4750-b183-e0566f547dce (width 0.15875) + (from (symbol e5077b02-eeae-4c03-81b2-80a8fda71f19) (pin 5a30b483-db69-4ea6-aa89-3995e21b319b)) + (to (junction 99aa6b4a-a52e-493c-9656-e1f6c9ac4575)) + ) + (line 8e430f09-8801-429a-be31-3eacda4f1b62 (width 0.15875) + (from (junction 9f6db121-41d5-4a62-904f-bae2e3ad12bd)) + (to (junction 99aa6b4a-a52e-493c-9656-e1f6c9ac4575)) + ) + (line e80a4636-36b1-4d9e-bf0c-b7426e6a6a86 (width 0.15875) + (from (junction 2e5aa1b6-1a78-423b-942b-2c826dd327c6)) + (to (junction ae0c679e-99cb-43b5-a1ae-2f23d954c84d)) + ) + ) + (netsegment 113b16fb-a8a7-4dba-921a-5593d7a2bb08 + (net fb295355-28fb-4013-ab97-8a18d5042d2f) + (junction 6e5d77aa-a6ed-4cad-8f1b-d64a8832d5a9 (position 40.64 205.74)) + (junction 71bdb2be-8396-4e43-9612-a2b66d6545e6 (position -35.56 205.74)) + (line 1741ec60-1cf1-4a5b-a6f4-1f74978d11ab (width 0.15875) + (from (junction 71bdb2be-8396-4e43-9612-a2b66d6545e6)) + (to (junction 6e5d77aa-a6ed-4cad-8f1b-d64a8832d5a9)) + ) + (line 486d3b6f-c05f-4e1f-969b-d1b30f7a71b9 (width 0.15875) + (from (symbol a5c640c6-ca2f-4169-8515-f1b4b21e66af) (pin e1b1d4b7-a847-4b11-a128-8e414a21d413)) + (to (junction 71bdb2be-8396-4e43-9612-a2b66d6545e6)) + ) + (line 8e8d1008-3836-4dcc-8ceb-02c37bfd4aad (width 0.15875) + (from (symbol e5077b02-eeae-4c03-81b2-80a8fda71f19) (pin 861e050a-d1ab-468f-8e34-8ae939166d77)) + (to (junction 6e5d77aa-a6ed-4cad-8f1b-d64a8832d5a9)) + ) + ) + (netsegment 2b5b3036-151f-446d-8d28-459b8d1ccc90 + (net 3c18ef54-37c3-4d01-9261-0e4094b26d69) + (junction 4caaa6a1-176d-432a-8c27-d5c6b980564e (position -20.32 144.78)) + (junction 64be03bb-ccb1-4791-9736-1517b5e9906b (position 58.42 195.58)) + (junction e9b49289-726a-4fda-bca1-b1c2097a0c47 (position -20.32 172.72)) + (junction f45be934-f12a-4220-98fb-ed1a91f01599 (position 58.42 144.78)) + (line 3dddf8f6-25c6-4f4d-a8a7-99ea032894a9 (width 0.15875) + (from (symbol a5c640c6-ca2f-4169-8515-f1b4b21e66af) (pin 9d6f3e66-9166-43ae-8e8d-6a2ae3174b19)) + (to (junction e9b49289-726a-4fda-bca1-b1c2097a0c47)) + ) + (line 83faca61-fbec-495f-8a9e-c6800dca16ee (width 0.15875) + (from (junction f45be934-f12a-4220-98fb-ed1a91f01599)) + (to (junction 64be03bb-ccb1-4791-9736-1517b5e9906b)) + ) + (line 9fb53c3f-5369-49e0-8acc-25c581a997d2 (width 0.15875) + (from (junction e9b49289-726a-4fda-bca1-b1c2097a0c47)) + (to (junction 4caaa6a1-176d-432a-8c27-d5c6b980564e)) + ) + (line cb72c76a-4dcf-4c58-836c-1d6837f0a90e (width 0.15875) + (from (junction 4caaa6a1-176d-432a-8c27-d5c6b980564e)) + (to (junction f45be934-f12a-4220-98fb-ed1a91f01599)) + ) + (line f19c5f5e-abfb-488f-b8bc-5a8953412f15 (width 0.15875) + (from (symbol e5077b02-eeae-4c03-81b2-80a8fda71f19) (pin cb14f993-9c77-45fa-a38c-22321979d0ab)) + (to (junction 64be03bb-ccb1-4791-9736-1517b5e9906b)) + ) + ) + (netsegment 54e02251-fc01-4cfc-8875-0b856741f194 + (net 05b4aa38-c40c-4a83-97bf-9030cc8d5930) + (junction 425f293d-a0d1-4ba0-9f9c-cad4efcc6a34 (position -10.16 165.1)) + (junction 622da0da-f6fc-43d0-bada-2e73115fd050 (position -10.16 152.4)) + (line 19985989-8959-4271-801e-423d99c03ba4 (width 0.15875) + (from (junction 622da0da-f6fc-43d0-bada-2e73115fd050)) + (to (junction 425f293d-a0d1-4ba0-9f9c-cad4efcc6a34)) + ) + (line 7523f83f-c6d0-433a-808f-da22de733883 (width 0.15875) + (from (symbol 1dbcfa24-969a-4cf0-bb93-e3ecb393961b) (pin f28dfcfd-4558-4b05-93aa-acdb81fd99f5)) + (to (junction 622da0da-f6fc-43d0-bada-2e73115fd050)) + ) + (line abfdd602-2846-4189-97dc-978543e2660c (width 0.15875) + (from (symbol e5077b02-eeae-4c03-81b2-80a8fda71f19) (pin 16bb0566-9d70-447b-a9d8-ec69979ab887)) + (to (junction 425f293d-a0d1-4ba0-9f9c-cad4efcc6a34)) + ) + ) + (netsegment 655a7deb-3085-4c00-866b-aac46fdb4856 + (net 7ae7b326-4f48-4d7a-80c9-9d4e4270828f) + (junction 034fe43d-abbd-4244-b0dc-8c5723dc4181 (position -25.4 149.86)) + (junction 4fbf8b90-0c98-4de1-b0ff-ac7387110cce (position 40.64 137.16)) + (junction dc86e24a-8524-4239-ab70-b91e4da6d43a (position -25.4 137.16)) + (line 2579ba9d-dc10-4d6c-bc35-aea3893f2ba3 (width 0.15875) + (from (symbol 1dbcfa24-969a-4cf0-bb93-e3ecb393961b) (pin ebe0e7b3-5467-4ff6-af22-d563e3232a09)) + (to (junction 034fe43d-abbd-4244-b0dc-8c5723dc4181)) + ) + (line 3e316d5b-67d5-47b7-a40e-cfc1f65dab4e (width 0.15875) + (from (junction 034fe43d-abbd-4244-b0dc-8c5723dc4181)) + (to (junction dc86e24a-8524-4239-ab70-b91e4da6d43a)) + ) + (line eb665170-9f9e-4fa1-ac01-e5ed5cf87e98 (width 0.15875) + (from (symbol e5077b02-eeae-4c03-81b2-80a8fda71f19) (pin c2ba67ac-dcba-48e9-bfa7-f90c51ef26e8)) + (to (junction 4fbf8b90-0c98-4de1-b0ff-ac7387110cce)) + ) + (line efcd2a52-4c52-49af-a531-61fc34172c16 (width 0.15875) + (from (junction dc86e24a-8524-4239-ab70-b91e4da6d43a)) + (to (junction 4fbf8b90-0c98-4de1-b0ff-ac7387110cce)) + ) + ) + (netsegment d64e2b5b-5f74-4d9d-9464-e2f7a2ee5f7a + (net 6a61df8e-91d6-4504-8b69-977b746fbcc3) + (junction 208b8101-68eb-4895-99e2-83efd8c95a23 (position -10.16 170.18)) + (junction 34a6cb0c-bdd2-4bf6-837f-6fc7014565f5 (position -25.4 154.94)) + (junction 8b5e26df-cf1d-44bd-84c2-283f81088288 (position -25.4 170.18)) + (junction b395e186-86d7-41b4-9619-1f6094bd0d0a (position -10.16 198.12)) + (line 0c20e596-29e1-4811-a0d8-9afdb045072b (width 0.15875) + (from (junction 34a6cb0c-bdd2-4bf6-837f-6fc7014565f5)) + (to (junction 8b5e26df-cf1d-44bd-84c2-283f81088288)) + ) + (line 3161bf7f-6190-4aeb-a826-8d29db7a4bb3 (width 0.15875) + (from (junction 8b5e26df-cf1d-44bd-84c2-283f81088288)) + (to (symbol a5c640c6-ca2f-4169-8515-f1b4b21e66af) (pin 3d7883b7-a3a3-4b09-b4af-29128a6f3b60)) + ) + (line 6c10e31e-67ac-4f23-a023-bef1e29508eb (width 0.15875) + (from (symbol e5077b02-eeae-4c03-81b2-80a8fda71f19) (pin 293c9e26-e35f-4f67-937e-90fa1a5e0bbe)) + (to (junction b395e186-86d7-41b4-9619-1f6094bd0d0a)) + ) + (line 70e72e33-0d43-431f-9c7d-d02eb60181f4 (width 0.15875) + (from (symbol 1dbcfa24-969a-4cf0-bb93-e3ecb393961b) (pin fc23b5bd-3d13-452a-b46c-346a9e4d0d1b)) + (to (junction 34a6cb0c-bdd2-4bf6-837f-6fc7014565f5)) + ) + (line c98339fa-1f60-49c6-a168-818bf2d618da (width 0.15875) + (from (junction 8b5e26df-cf1d-44bd-84c2-283f81088288)) + (to (junction 208b8101-68eb-4895-99e2-83efd8c95a23)) + ) + (line ff9b8d10-464a-4741-b81c-617a410369c4 (width 0.15875) + (from (junction 208b8101-68eb-4895-99e2-83efd8c95a23)) + (to (junction b395e186-86d7-41b4-9619-1f6094bd0d0a)) + ) + ) +) diff --git a/schematics/schematics.lp b/schematics/schematics.lp new file mode 100644 index 0000000..c480828 --- /dev/null +++ b/schematics/schematics.lp @@ -0,0 +1,3 @@ +(librepcb_schematics + (schematic "schematics/main/schematic.lp") +)